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 653a95a..864e09a 100644 --- a/2017.geojson +++ b/2017.geojson @@ -28,6 +28,20 @@ { "type": "Feature", "properties": { + "description": "\n", + "name": "A.B. (Le Canet, France)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 7.016143798828126, + 43.57815246275741 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "A.L.W. (Sneek, Netherlands)" }, "geometry": { @@ -369,13 +383,13 @@ "type": "Feature", "properties": { "description": "\n", - "name": "A.B. (Le Canet, France)" + "name": "Y.C. (China)" }, "geometry": { "type": "Point", "coordinates": [ - 7.016143798828126, - 43.57815246275741 + 116.16, + 37.26 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index abd7d9e..5fba797 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -985,6 +985,20 @@ { "type": "Feature", "properties": { + "description": "\n", + "name": "A.B. (Le Canet, France)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 7.016143798828126, + 43.57815246275741 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "A.L.W. (Sneek, Netherlands)" }, "geometry": { @@ -1326,13 +1340,13 @@ "type": "Feature", "properties": { "description": "\n", - "name": "A.B. (Le Canet, France)" + "name": "Y.C. (China)" }, "geometry": { "type": "Point", "coordinates": [ - 7.016143798828126, - 43.57815246275741 + 116.16, + 37.26 ] } } |