diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/2017.geojson b/2017.geojson index 51c804f..1ff2c01 100644 --- a/2017.geojson +++ b/2017.geojson @@ -164,6 +164,19 @@ { "type": "Feature", "properties": { + "name": "G.D.N. (Curitiba, Brasil)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -49.2840802, + -25.4860188 + ] + } + }, + { + "type": "Feature", + "properties": { "description": "\n", "name": "G.G (Reykjavík, Iceland)" }, @@ -479,13 +492,14 @@ { "type": "Feature", "properties": { - "name": "G.D.N. (Curitiba, Brasil)" + "name": "N. (Southfield, Michigan, USA)", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - -49.2840802, - -25.4860188 + -83.245, + 42.479722 ] } } |