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 f7b5e9b..8bf413b 100644 --- a/2017.geojson +++ b/2017.geojson @@ -246,6 +246,19 @@ { "type": "Feature", "properties": { + "name": "R.K. (Dresden, Germany)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 13.73771667480469, + 51.05294135350339 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "R.N. (Udenhout, Netherlands)", "description": "\n" }, @@ -288,13 +301,13 @@ { "type": "Feature", "properties": { - "name": "R.K. (Dresden, Germany)" + "name": "L.F.R. (Madrid, Spain)" }, "geometry": { "type": "Point", "coordinates": [ - 13.73771667480469, - 51.05294135350339 + -3.6886596679687504, + 40.40617642341373 ] } } |