diff options
-rw-r--r-- | 2017.geojson | 22 | ||||
-rw-r--r-- | remi_repository_users_map.umap | 22 |
2 files changed, 36 insertions, 8 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 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index e322a65..63288b5 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -1244,6 +1244,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": { @@ -1408,14 +1422,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 ] } } |