From a9004f6df298a3ad587fb2e479d2bba6d8f227bf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Jan 2017 12:46:39 +0100 Subject: initial commit --- 2017.geojson | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 2017.geojson (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson new file mode 100644 index 0000000..fe5c161 --- /dev/null +++ b/2017.geojson @@ -0,0 +1,18 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "name": "K.M.W. (Wien, Austria)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 16.3222187, + 48.2316796 + ] + } + } + ] +} \ No newline at end of file -- cgit