diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 46 |
1 files changed, 42 insertions, 4 deletions
diff --git a/2017.geojson b/2017.geojson index cd4037c..0083bb3 100644 --- a/2017.geojson +++ b/2017.geojson @@ -30,6 +30,20 @@ { "type": "Feature", "properties": { + "name": "A.S. (Neutral Bay, Australia)", + "description": "" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 151.2175114, + -33.830532 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "B.F. (Rostok, Germany)", "description": "\n" }, @@ -208,14 +222,38 @@ { "type": "Feature", "properties": { - "name": "A.S. (Neutral Bay, Australia)", - "description": "" + "description": "", + "name": "Hacheté (Murcia, Spain)" }, "geometry": { "type": "Point", "coordinates": [ - 151.2175114, - -33.830532 + -1.1254423, + 37.9835623 + ] + } + }, + { + "type": "Feature", + "properties": {}, + "geometry": { + "type": "Point", + "coordinates": [ + 6.017761230468751, + 53.211378584708186 + ] + } + }, + { + "type": "Feature", + "properties": { + "name": "A.L.W. (Sneek, Netherlands)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.653839111328126, + 53.030890829661395 ] } } |