diff options
-rw-r--r-- | 2017.geojson | 21 | ||||
-rw-r--r-- | remi_repository_users_map.umap | 21 |
2 files changed, 34 insertions, 8 deletions
diff --git a/2017.geojson b/2017.geojson index 9ff7951..51c804f 100644 --- a/2017.geojson +++ b/2017.geojson @@ -356,6 +356,20 @@ { "type": "Feature", "properties": { + "name": "O.B. (Le Mont-sur-Lausanne, Swiss)", + "description": "\n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 6.634598, + 46.555789 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "P.M. (Lawton, Michigan, USA)" }, "geometry": { @@ -465,14 +479,13 @@ { "type": "Feature", "properties": { - "name": "O.B. (Le Mont-sur-Lausanne, Swiss)", - "description": "\n" + "name": "G.D.N. (Curitiba, Brasil)" }, "geometry": { "type": "Point", "coordinates": [ - 6.634598, - 46.555789 + -49.2840802, + -25.4860188 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index 63288b5..dea25ab 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -1313,6 +1313,20 @@ { "type": "Feature", "properties": { + "name": "O.B. (Le Mont-sur-Lausanne, Swiss)", + "description": "\n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 6.634598, + 46.555789 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "P.M. (Lawton, Michigan, USA)" }, "geometry": { @@ -1422,14 +1436,13 @@ { "type": "Feature", "properties": { - "name": "O.B. (Le Mont-sur-Lausanne, Swiss)", - "description": "\n" + "name": "G.D.N. (Curitiba, Brasil)" }, "geometry": { "type": "Point", "coordinates": [ - 6.634598, - 46.555789 + -49.2840802, + -25.4860188 ] } } |