diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-16 06:06:10 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-16 06:06:10 +0200 |
commit | c684ecc60aefcc3f6f30eef7692d3539c2cba783 (patch) | |
tree | 64a7e9677fa98e442e54ef0309feecb5ed3eb7b5 /2017.geojson | |
parent | df2b60d7998217b3d22c79f49709c90db0112277 (diff) |
+ G.D.N. (Curitiba, Brasil)
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/2017.geojson b/2017.geojson index 9ff7951..51c804f 100644 --- a/2017.geojson +++ b/2017.geojson @@ -356,6 +356,20 @@ { "type": "Feature", "properties": { + "name": "O.B. (Le Mont-sur-Lausanne, Swiss)", + "description": "\n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 6.634598, + 46.555789 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "P.M. (Lawton, Michigan, USA)" }, "geometry": { @@ -465,14 +479,13 @@ { "type": "Feature", "properties": { - "name": "O.B. (Le Mont-sur-Lausanne, Swiss)", - "description": "\n" + "name": "G.D.N. (Curitiba, Brasil)" }, "geometry": { "type": "Point", "coordinates": [ - 6.634598, - 46.555789 + -49.2840802, + -25.4860188 ] } } |