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 8bf413b..4cd6a89 100644 --- a/2017.geojson +++ b/2017.geojson @@ -205,6 +205,19 @@ { "type": "Feature", "properties": { + "name": "L.F.R. (Madrid, Spain)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.6886596679687504, + 40.40617642341373 + ] + } + }, + { + "type": "Feature", + "properties": { "description": "", "name": "M.B. (Järfälla, Sweden)" }, @@ -301,13 +314,13 @@ { "type": "Feature", "properties": { - "name": "L.F.R. (Madrid, Spain)" + "name": "C.W. (Oldenzaal, Netherlands)" }, "geometry": { "type": "Point", "coordinates": [ - -3.6886596679687504, - 40.40617642341373 + 6.9291114807128915, + 52.313516199748086 ] } } |