From 3ed206f87d7b53f4dc343b12ab2aea3407c9216f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Jan 2019 14:18:28 +0100 Subject: + A.F. (Fürstenfeldbruck, Germany) + D.B. (Maringa, Brazil) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2019.geojson | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 2019.geojson (limited to '2019.geojson') diff --git a/2019.geojson b/2019.geojson new file mode 100644 index 0000000..d666a14 --- /dev/null +++ b/2019.geojson @@ -0,0 +1,18 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "name": "D.B. (Maringa, Brazil)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -51.93512, + -23.424189 + ] + } + } + ] +} \ No newline at end of file -- cgit