diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/2017.geojson b/2017.geojson index 531daba..7917082 100644 --- a/2017.geojson +++ b/2017.geojson @@ -43,6 +43,20 @@ { "type": "Feature", "properties": { + "name": "D.L. (Budapest, Hungary)", + "description": "" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 19.1343842, + 47.5472826 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "G.B. (Baden, Autria)", "description": "" }, @@ -138,14 +152,14 @@ { "type": "Feature", "properties": { - "name": "D.L. (Budapest, Hungary)", + "name": "S.B. (Saratoga Springs, NY, USA)", "description": "" }, "geometry": { "type": "Point", "coordinates": [ - 19.1343842, - 47.5472826 + -73.7825, + 43.075278 ] } } |