diff options
-rw-r--r-- | 2018.geojson | 13 | ||||
-rw-r--r-- | remi_repository_users_map.umap | 16 |
2 files changed, 28 insertions, 1 deletions
diff --git a/2018.geojson b/2018.geojson index 6ce82db..fea74cd 100644 --- a/2018.geojson +++ b/2018.geojson @@ -78,6 +78,19 @@ 41.80817277478238 ] } + }, + { + "type": "Feature", + "properties": { + "name": "A.C. (Lyon, France)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.827117919921875, + 45.74548533557156 + ] + } } ] }
\ No newline at end of file diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index 777f211..5ea22fe 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -2154,6 +2154,19 @@ 41.80817277478238 ] } + }, + { + "type": "Feature", + "properties": { + "name": "A.C. (Lyon, France)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.827117919921875, + 45.74548533557156 + ] + } } ], "_storage": { @@ -2162,7 +2175,8 @@ "remoteData": {}, "name": "2018", "iconClass": "Ball", - "color": "Salmon" + "color": "Salmon", + "id": 481070 } } ] |