From 01f2b4886cd5cbc9ac714db945370ddd51da97d9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 May 2018 15:11:31 +0200 Subject: + B.P. (Красноярск, Russia) + C.P. (Moscow, Russia) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2018.geojson | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) (limited to '2018.geojson') diff --git a/2018.geojson b/2018.geojson index a3d96da..2eea94a 100644 --- a/2018.geojson +++ b/2018.geojson @@ -105,6 +105,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "R.K. (Dresden, Germany)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 13.739776611328125, + 51.04916446529363 + ] + } + }, { "type": "Feature", "properties": { @@ -134,13 +147,26 @@ { "type": "Feature", "properties": { - "name": "R.K. (Dresden, Germany)" + "name": "C.P. (Moscow, Russia)" }, "geometry": { "type": "Point", "coordinates": [ - 13.739776611328125, - 51.04916446529363 + 37.63366699218751, + 55.73020335605107 + ] + } + }, + { + "type": "Feature", + "properties": { + "name": "B.P. (Красноярск, Russia)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 92.8724527359009, + 56.00974279307971 ] } } -- cgit