diff options
Diffstat (limited to '2018.geojson')
-rw-r--r-- | 2018.geojson | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/2018.geojson b/2018.geojson new file mode 100644 index 0000000..12656a4 --- /dev/null +++ b/2018.geojson @@ -0,0 +1,18 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "name": "D.A.A. (Madrid, Spain)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.6639404296875004, + 40.371658891506094 + ] + } + } + ] +}
\ No newline at end of file |