diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-12 12:46:39 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-12 12:46:39 +0100 |
commit | a9004f6df298a3ad587fb2e479d2bba6d8f227bf (patch) | |
tree | a7b063c11a68e42fe6ddbf3cd0992fff052a4960 /2017.geojson |
initial commit
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 18 |
1 files changed, 18 insertions, 0 deletions
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 |