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 9f49909..fe54434 100644 --- a/2017.geojson +++ b/2017.geojson @@ -42,6 +42,19 @@ { "type": "Feature", "properties": { + "name": "A.F. (Fürstenfeldbruck, Germany)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 11.250600814819338, + 48.18234093479466 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "A.L.W. (Sneek, Netherlands)" }, "geometry": { @@ -588,13 +601,13 @@ { "type": "Feature", "properties": { - "name": "A.F. (Fürstenfeldbruck, Germany)" + "name": "A.H. (Moscow, Russia)" }, "geometry": { "type": "Point", "coordinates": [ - 11.250600814819338, - 48.18234093479466 + 37.61718750000001, + 55.76421316483773 ] } } |