diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 22 |
1 files changed, 18 insertions, 4 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 ] } } |