From 182a8c1c3f5d3b459ca0f674f374781677d3ce99 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 May 2017 09:21:11 +0200 Subject: + R.K. (Dresden, Germany) --- 2017.geojson | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index c3a80db..f7b5e9b 100644 --- a/2017.geojson +++ b/2017.geojson @@ -120,6 +120,20 @@ ] } }, + { + "type": "Feature", + "properties": { + "description": "\n", + "name": "G.G (Reykjavík, Iceland)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -21.928711, + 64.138171 + ] + } + }, { "type": "Feature", "properties": { @@ -274,14 +288,13 @@ { "type": "Feature", "properties": { - "description": "\n", - "name": "G.G (Reykjavík, Iceland)" + "name": "R.K. (Dresden, Germany)" }, "geometry": { "type": "Point", "coordinates": [ - -21.928711, - 64.138171 + 13.73771667480469, + 51.05294135350339 ] } } -- cgit