diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/2017.geojson b/2017.geojson index 1111756..9ff7951 100644 --- a/2017.geojson +++ b/2017.geojson @@ -287,6 +287,20 @@ { "type": "Feature", "properties": { + "description": "\n", + "name": "L.F. (Norderstedt, Germany)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 10.198, + 53.615 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "L.F.R. (Madrid, Spain)" }, "geometry": { @@ -451,14 +465,14 @@ { "type": "Feature", "properties": { - "description": "\n", - "name": "L.F. (Norderstedt, Germany)" + "name": "O.B. (Le Mont-sur-Lausanne, Swiss)", + "description": "\n" }, "geometry": { "type": "Point", "coordinates": [ - 10.198, - 53.615 + 6.634598, + 46.555789 ] } } |