diff options
-rw-r--r-- | 2017.geojson | 20 | ||||
-rw-r--r-- | remi_repository_users_map.umap | 20 |
2 files changed, 34 insertions, 6 deletions
diff --git a/2017.geojson b/2017.geojson index 51c804f..1ff2c01 100644 --- a/2017.geojson +++ b/2017.geojson @@ -164,6 +164,19 @@ { "type": "Feature", "properties": { + "name": "G.D.N. (Curitiba, Brasil)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -49.2840802, + -25.4860188 + ] + } + }, + { + "type": "Feature", + "properties": { "description": "\n", "name": "G.G (Reykjavík, Iceland)" }, @@ -479,13 +492,14 @@ { "type": "Feature", "properties": { - "name": "G.D.N. (Curitiba, Brasil)" + "name": "N. (Southfield, Michigan, USA)", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - -49.2840802, - -25.4860188 + -83.245, + 42.479722 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index dea25ab..96af23b 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -1121,6 +1121,19 @@ { "type": "Feature", "properties": { + "name": "G.D.N. (Curitiba, Brasil)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -49.2840802, + -25.4860188 + ] + } + }, + { + "type": "Feature", + "properties": { "description": "\n", "name": "G.G (Reykjavík, Iceland)" }, @@ -1436,13 +1449,14 @@ { "type": "Feature", "properties": { - "name": "G.D.N. (Curitiba, Brasil)" + "name": "N. (Southfield, Michigan, USA)", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - -49.2840802, - -25.4860188 + -83.245, + 42.479722 ] } } |