diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/2017.geojson b/2017.geojson index 842d068..3fdfb79 100644 --- a/2017.geojson +++ b/2017.geojson @@ -287,6 +287,20 @@ { "type": "Feature", "properties": { + "name": "M.R. (Tornpoint, United Kingdom)", + "description": "\n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.7656, + 50.2735 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "P.M. (Lawton, Michigan, USA)" }, "geometry": { @@ -383,27 +397,13 @@ "type": "Feature", "properties": { "description": "\n", - "name": "Y.C. (China)" + "name": "Y.C. (Shanghai, China)" }, "geometry": { "type": "Point", "coordinates": [ - 116.16, - 37.26 - ] - } - }, - { - "type": "Feature", - "properties": { - "name": "M.R. (Tornpoint, United Kingdom)", - "description": "\n" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -3.7656, - 50.2735 + 121.9098, + 31.0965 ] } } |