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 770dc64..aa1d9b8 100644 --- a/2017.geojson +++ b/2017.geojson @@ -397,6 +397,20 @@ { "type": "Feature", "properties": { + "name": "P.H.D.P. (Plainsboro, New Jersey, USA)", + "description": "\n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -74.1426, + 40.2774 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "P.M. (Lawton, Michigan, USA)" }, "geometry": { @@ -506,14 +520,14 @@ { "type": "Feature", "properties": { - "name": "P.H.D.P. (Plainsboro, New Jersey, USA)", - "description": "\n" + "description": "\n", + "name": "J.Q. (Foz Do Iguaçu, Brazil)" }, "geometry": { "type": "Point", "coordinates": [ - -74.1426, - 40.2774 + -54.142, + -25.6304 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index 9012538..8847103 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -1354,6 +1354,20 @@ { "type": "Feature", "properties": { + "name": "P.H.D.P. (Plainsboro, New Jersey, USA)", + "description": "\n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -74.1426, + 40.2774 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "P.M. (Lawton, Michigan, USA)" }, "geometry": { @@ -1463,14 +1477,14 @@ { "type": "Feature", "properties": { - "name": "P.H.D.P. (Plainsboro, New Jersey, USA)", - "description": "\n" + "description": "\n", + "name": "J.Q. (Foz Do Iguaçu, Brazil)" }, "geometry": { "type": "Point", "coordinates": [ - -74.1426, - 40.2774 + -54.142, + -25.6304 ] } } |