diff options
author | Remi Collet <remi@remirepo.net> | 2018-09-08 07:57:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-09-08 07:57:59 +0200 |
commit | 2de9244ea8d5f1029c7a389bd4c899af21315872 (patch) | |
tree | d3ea4a883bc5fda6949a57df1b2299498bdc72b8 /2018.geojson | |
parent | ef57221413b56f3b572a928f25231885aa23384b (diff) |
+ K.G. (Battonya, Hungary)
Diffstat (limited to '2018.geojson')
-rw-r--r-- | 2018.geojson | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/2018.geojson b/2018.geojson index fe24dbe..81c08e2 100644 --- a/2018.geojson +++ b/2018.geojson @@ -121,6 +121,19 @@ { "type": "Feature", "properties": { + "name": "M.B. (Miami, Florida, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -80.20225524902344, + 25.781343719101066 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "P.M. (Lawton, Michigan, USA)" }, "geometry": { @@ -173,13 +186,13 @@ { "type": "Feature", "properties": { - "name": "M.B. (Miami, Florida, USA)" + "name": "K.G. (Battonya, Hungary)" }, "geometry": { "type": "Point", "coordinates": [ - -80.20225524902344, - 25.781343719101066 + 21.02096557617188, + 46.28669842666092 ] } } |