diff options
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 9d3f442..c019bac 100644 --- a/2017.geojson +++ b/2017.geojson @@ -30,6 +30,20 @@ { "type": "Feature", "properties": { + "name": "G.B. (Baden, Autria)", + "description": "" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 16.24278, + 48.012389 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "K.A.W (Sneek, Netherlands)", "description": "\n" }, @@ -84,14 +98,13 @@ { "type": "Feature", "properties": { - "name": "G.B. (Baden, Autria)", - "description": "" + "name": "?? (Xiamen, China)" }, "geometry": { "type": "Point", "coordinates": [ - 16.24278, - 48.012389 + 118.1049585, + 24.4367932 ] } } |