diff options
-rw-r--r-- | 2017.geojson | 22 | ||||
-rw-r--r-- | remi_repository_users_map.umap | 22 |
2 files changed, 36 insertions, 8 deletions
diff --git a/2017.geojson b/2017.geojson index 0a25a79..cd4037c 100644 --- a/2017.geojson +++ b/2017.geojson @@ -139,6 +139,20 @@ { "type": "Feature", "properties": { + "description": "", + "name": "M.B. (Järfälla, Sweden)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 17.833333, + 59.433333 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "M.E. (Meppel, Netherlands)", "description": " \n" }, @@ -194,14 +208,14 @@ { "type": "Feature", "properties": { - "description": "", - "name": "M.B. (Järfälla, Sweden)" + "name": "A.S. (Neutral Bay, Australia)", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - 17.833333, - 59.433333 + 151.2175114, + -33.830532 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index 484db0a..ccfa417 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -1096,6 +1096,20 @@ { "type": "Feature", "properties": { + "description": "", + "name": "M.B. (Järfälla, Sweden)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 17.833333, + 59.433333 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "M.E. (Meppel, Netherlands)", "description": " \n" }, @@ -1151,14 +1165,14 @@ { "type": "Feature", "properties": { - "description": "", - "name": "M.B. (Järfälla, Sweden)" + "name": "A.S. (Neutral Bay, Australia)", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - 17.833333, - 59.433333 + 151.2175114, + -33.830532 ] } } |