diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/2017.geojson b/2017.geojson index 7f13ae8..9f49909 100644 --- a/2017.geojson +++ b/2017.geojson @@ -218,6 +218,19 @@ { "type": "Feature", "properties": { + "name": "J.K. (Newton, Massachusetts, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -71.1907196044922, + 42.33113878082107 + ] + } + }, + { + "type": "Feature", + "properties": { "description": "\n", "name": "J.Q. (Foz Do Iguaçu, Brazil)" }, @@ -575,13 +588,13 @@ { "type": "Feature", "properties": { - "name": "J.K. (Newton, Massachusetts, USA)" + "name": "A.F. (Fürstenfeldbruck, Germany)" }, "geometry": { "type": "Point", "coordinates": [ - -71.1907196044922, - 42.33113878082107 + 11.250600814819338, + 48.18234093479466 ] } } |