diff options
author | Remi Collet <remi@remirepo.net> | 2018-04-17 06:06:35 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-04-17 06:06:35 +0200 |
commit | f2e65a530a1f530791124f2cdbe55317283764db (patch) | |
tree | f296795b8fd1519c44a5b3b596e20d158a5c1c99 | |
parent | a12ed7367c49a68a287d933dede21dcba1d9875b (diff) |
+ R.K. (Dresden, Germany)
-rw-r--r-- | 2018.geojson | 25 | ||||
-rw-r--r-- | remi_repository_users_map.umap | 25 |
2 files changed, 38 insertions, 12 deletions
diff --git a/2018.geojson b/2018.geojson index 612073a..a3d96da 100644 --- a/2018.geojson +++ b/2018.geojson @@ -95,26 +95,26 @@ { "type": "Feature", "properties": { - "name": "S.C. (Chicago, Illinois, USA)" + "name": "P.M. (Lawton, Michigan, USA)" }, "geometry": { "type": "Point", "coordinates": [ - -87.7313232421875, - 41.80817277478238 + -85.83618164062501, + 42.157295553651664 ] } }, { "type": "Feature", "properties": { - "name": "P.M. (Lawton, Michigan, USA)" + "name": "S.C. (Chicago, Illinois, USA)" }, "geometry": { "type": "Point", "coordinates": [ - -85.83618164062501, - 42.157295553651664 + -87.7313232421875, + 41.80817277478238 ] } }, @@ -130,6 +130,19 @@ 44.20578885589615 ] } + }, + { + "type": "Feature", + "properties": { + "name": "R.K. (Dresden, Germany)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 13.739776611328125, + 51.04916446529363 + ] + } } ] }
\ No newline at end of file diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index f5d3a6c..fc168fd 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -2171,26 +2171,26 @@ { "type": "Feature", "properties": { - "name": "S.C. (Chicago, Illinois, USA)" + "name": "P.M. (Lawton, Michigan, USA)" }, "geometry": { "type": "Point", "coordinates": [ - -87.7313232421875, - 41.80817277478238 + -85.83618164062501, + 42.157295553651664 ] } }, { "type": "Feature", "properties": { - "name": "P.M. (Lawton, Michigan, USA)" + "name": "S.C. (Chicago, Illinois, USA)" }, "geometry": { "type": "Point", "coordinates": [ - -85.83618164062501, - 42.157295553651664 + -87.7313232421875, + 41.80817277478238 ] } }, @@ -2206,6 +2206,19 @@ 44.20578885589615 ] } + }, + { + "type": "Feature", + "properties": { + "name": "R.K. (Dresden, Germany)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 13.739776611328125, + 51.04916446529363 + ] + } } ], "_storage": { |