From 2de9244ea8d5f1029c7a389bd4c899af21315872 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 8 Sep 2018 07:57:59 +0200 Subject: + K.G. (Battonya, Hungary) --- 2018.geojson | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to '2018.geojson') diff --git a/2018.geojson b/2018.geojson index fe24dbe..81c08e2 100644 --- a/2018.geojson +++ b/2018.geojson @@ -118,6 +118,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "M.B. (Miami, Florida, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -80.20225524902344, + 25.781343719101066 + ] + } + }, { "type": "Feature", "properties": { @@ -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 ] } } -- cgit