diff options
-rw-r--r-- | 2017.geojson | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/2017.geojson b/2017.geojson index 3424b6b..7223d20 100644 --- a/2017.geojson +++ b/2017.geojson @@ -30,6 +30,20 @@ { "type": "Feature", "properties": { + "name": "B.F. (Rostok, Germany)", + "description": "\n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 12.133333, + 54.083333 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "D.K. (Bratislava, Slovakia)" }, "geometry": { @@ -166,14 +180,14 @@ { "type": "Feature", "properties": { - "name": "B.F. (Rostok, Germany)", - "description": "\n" + "name": "T.G. (Feltham, Middlesex, UK)", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - 12.133333, - 54.083333 + -0.410479, + 51.450153 ] } } |