diff options
Diffstat (limited to '2018.geojson')
-rw-r--r-- | 2018.geojson | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/2018.geojson b/2018.geojson index 30f7f22..748d99a 100644 --- a/2018.geojson +++ b/2018.geojson @@ -43,6 +43,19 @@ { "type": "Feature", "properties": { + "name": "A.K. (Austin, Texas, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -97.741241, + 30.269742 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "B.P. (Красноярск, Russia)" }, "geometry": { @@ -252,13 +265,13 @@ { "type": "Feature", "properties": { - "name": "A.K. (Austin, Texas, USA)" + "name": "A.M. (Köln, Germany)" }, "geometry": { "type": "Point", "coordinates": [ - -97.741241, - 30.269742 + 6.956749, + 50.94134 ] } } |