From 7cd14d85a8a667d63b6feb1fb1623978bdbc93fa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 29 Apr 2017 06:41:16 +0200 Subject: +R.N. (Udenhout, Netherlands) --- 2017.geojson | 70 ++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 42 insertions(+), 28 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index 0083bb3..d799f26 100644 --- a/2017.geojson +++ b/2017.geojson @@ -1,6 +1,17 @@ { "type": "FeatureCollection", "features": [ + { + "type": "Feature", + "properties": {}, + "geometry": { + "type": "Point", + "coordinates": [ + 6.017761230468751, + 53.211378584708186 + ] + } + }, { "type": "Feature", "properties": { @@ -14,6 +25,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "A.L.W. (Sneek, Netherlands)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.653839111328126, + 53.030890829661395 + ] + } + }, { "type": "Feature", "properties": { @@ -96,6 +120,20 @@ ] } }, + { + "type": "Feature", + "properties": { + "description": "", + "name": "Hacheté (Murcia, Spain)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.1254423, + 37.9835623 + ] + } + }, { "type": "Feature", "properties": { @@ -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 ] } } -- cgit