diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/2017.geojson b/2017.geojson index 653a95a..864e09a 100644 --- a/2017.geojson +++ b/2017.geojson @@ -28,6 +28,20 @@ { "type": "Feature", "properties": { + "description": "\n", + "name": "A.B. (Le Canet, France)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 7.016143798828126, + 43.57815246275741 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "A.L.W. (Sneek, Netherlands)" }, "geometry": { @@ -369,13 +383,13 @@ "type": "Feature", "properties": { "description": "\n", - "name": "A.B. (Le Canet, France)" + "name": "Y.C. (China)" }, "geometry": { "type": "Point", "coordinates": [ - 7.016143798828126, - 43.57815246275741 + 116.16, + 37.26 ] } } |