diff options
-rw-r--r-- | 2018.geojson | 21 | ||||
-rw-r--r-- | remi_repository_users_map.umap | 21 |
2 files changed, 34 insertions, 8 deletions
diff --git a/2018.geojson b/2018.geojson index 50740de..3c6c648 100644 --- a/2018.geojson +++ b/2018.geojson @@ -173,6 +173,20 @@ { "type": "Feature", "properties": { + "name": "R.H. (Boynton Beach, Florida, USA)", + "description": "" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -80.076389, + 26.528056 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "R.K. (Dresden, Germany)" }, "geometry": { @@ -212,14 +226,13 @@ { "type": "Feature", "properties": { - "name": "R.H. (Boynton Beach, Florida, USA)", - "description": "" + "name": "D.L. (Kyiv, Ukraine)" }, "geometry": { "type": "Point", "coordinates": [ - -80.076389, - 26.528056 + 30.5233, + 50.45 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index 656738e..9e6cb96 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -2288,6 +2288,20 @@ { "type": "Feature", "properties": { + "name": "R.H. (Boynton Beach, Florida, USA)", + "description": "" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -80.076389, + 26.528056 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "R.K. (Dresden, Germany)" }, "geometry": { @@ -2327,14 +2341,13 @@ { "type": "Feature", "properties": { - "name": "R.H. (Boynton Beach, Florida, USA)", - "description": "" + "name": "D.L. (Kyiv, Ukraine)" }, "geometry": { "type": "Point", "coordinates": [ - -80.076389, - 26.528056 + 30.5233, + 50.45 ] } } |