From 43f69005b26ecf0ca0e3884257331575b9623e50 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Feb 2017 17:21:31 +0100 Subject: A.P. (Brunley, Australia + D.K. (Bratislava, Slovakia) --- 2017.geojson | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index 48efeab..fe1ef36 100644 --- a/2017.geojson +++ b/2017.geojson @@ -1,6 +1,32 @@ { "type": "FeatureCollection", "features": [ + { + "type": "Feature", + "properties": { + "name": "A.P. (Brunley, Australia)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 145.012, + -37.825 + ] + } + }, + { + "type": "Feature", + "properties": { + "name": "D.K. (Bratislava, Slovakia)+" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 17.11278, + 48.14472 + ] + } + }, { "type": "Feature", "properties": { -- cgit