diff options
-rw-r--r-- | 2017.geojson | 21 | ||||
-rw-r--r-- | remi_repository_users_map.umap | 39 |
2 files changed, 43 insertions, 17 deletions
diff --git a/2017.geojson b/2017.geojson index 0f7ba26..7b11d30 100644 --- a/2017.geojson +++ b/2017.geojson @@ -136,6 +136,20 @@ { "type": "Feature", "properties": { + "name": "D.S. (Costa Mesa, California, USA)", + "description": "" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -117.4741, + 33.5334 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "G.B. (Baden, Autria)", "description": "" }, @@ -424,14 +438,13 @@ { "type": "Feature", "properties": { - "name": "D.S. (Costa Mesa, California, USA)", - "description": "" + "name": "J.F.P. (Auckland, New Zealand)" }, "geometry": { "type": "Point", "coordinates": [ - -117.4741, - 33.5334 + 174.75677490234378, + -36.86204269508727 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index aa66936..2cb5e2d 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -1391,6 +1391,19 @@ 31.0965 ] } + }, + { + "type": "Feature", + "properties": { + "name": "J.F.P. (Auckland, New Zealand)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 174.75677490234378, + -36.86204269508727 + ] + } } ], "_storage": { @@ -1773,6 +1786,19 @@ { "type": "Feature", "properties": { + "name": "https://mirror.netsite.dk/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 10.05, + 56.466 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirror.oxilion.nl/remi/" }, "geometry": { @@ -1848,19 +1874,6 @@ 52.631671905518 ] } - }, - { - "type": "Feature", - "properties": { - "name": "https://mirror.netsite.dk/remi/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 10.05, - 56.466 - ] - } } ], "_storage": { |