diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-29 06:41:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-29 06:41:16 +0200 |
commit | 7cd14d85a8a667d63b6feb1fb1623978bdbc93fa (patch) | |
tree | dd9caf7ea1db5a7978ee2504bce718c6666943bf /2017.geojson | |
parent | e1676990c87c195d4482fabeb8717dc009143233 (diff) |
+R.N. (Udenhout, Netherlands)
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 70 |
1 files changed, 42 insertions, 28 deletions
diff --git a/2017.geojson b/2017.geojson index 0083bb3..d799f26 100644 --- a/2017.geojson +++ b/2017.geojson @@ -3,6 +3,17 @@ "features": [ { "type": "Feature", + "properties": {}, + "geometry": { + "type": "Point", + "coordinates": [ + 6.017761230468751, + 53.211378584708186 + ] + } + }, + { + "type": "Feature", "properties": { "name": "?? (Xiamen, China)" }, @@ -17,6 +28,19 @@ { "type": "Feature", "properties": { + "name": "A.L.W. (Sneek, Netherlands)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.653839111328126, + 53.030890829661395 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "A.P. (Brunley, Australia)" }, "geometry": { @@ -99,6 +123,20 @@ { "type": "Feature", "properties": { + "description": "", + "name": "Hacheté (Murcia, Spain)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.1254423, + 37.9835623 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "K.A.W (Sneek, Netherlands)", "description": "\n" }, @@ -222,38 +260,14 @@ { "type": "Feature", "properties": { - "description": "", - "name": "Hacheté (Murcia, Spain)" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -1.1254423, - 37.9835623 - ] - } - }, - { - "type": "Feature", - "properties": {}, - "geometry": { - "type": "Point", - "coordinates": [ - 6.017761230468751, - 53.211378584708186 - ] - } - }, - { - "type": "Feature", - "properties": { - "name": "A.L.W. (Sneek, Netherlands)" + "name": "R.N. (Udenhout, Netherlands)", + "description": "\n" }, "geometry": { "type": "Point", "coordinates": [ - 5.653839111328126, - 53.030890829661395 + 5.140278, + 51.609444 ] } } |