diff options
Diffstat (limited to '2019.geojson')
-rw-r--r-- | 2019.geojson | 18 |
1 files changed, 18 insertions, 0 deletions
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 |