diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/2017.geojson b/2017.geojson index c019bac..88d53d0 100644 --- a/2017.geojson +++ b/2017.geojson @@ -4,6 +4,19 @@ { "type": "Feature", "properties": { + "name": "?? (Xiamen, China)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 118.1049585, + 24.4367932 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "A.P. (Brunley, Australia)" }, "geometry": { @@ -98,13 +111,13 @@ { "type": "Feature", "properties": { - "name": "?? (Xiamen, China)" + "name": "K.T. (Brno, Czech Republic)" }, "geometry": { "type": "Point", "coordinates": [ - 118.1049585, - 24.4367932 + 16.613191, + 49.192051 ] } } |