diff options
Diffstat (limited to '2018.geojson')
-rw-r--r-- | 2018.geojson | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/2018.geojson b/2018.geojson index a3d96da..2eea94a 100644 --- a/2018.geojson +++ b/2018.geojson @@ -108,6 +108,19 @@ { "type": "Feature", "properties": { + "name": "R.K. (Dresden, Germany)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 13.739776611328125, + 51.04916446529363 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "S.C. (Chicago, Illinois, USA)" }, "geometry": { @@ -134,13 +147,26 @@ { "type": "Feature", "properties": { - "name": "R.K. (Dresden, Germany)" + "name": "C.P. (Moscow, Russia)" }, "geometry": { "type": "Point", "coordinates": [ - 13.739776611328125, - 51.04916446529363 + 37.63366699218751, + 55.73020335605107 + ] + } + }, + { + "type": "Feature", + "properties": { + "name": "B.P. (Красноярск, Russia)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 92.8724527359009, + 56.00974279307971 ] } } |