diff options
Diffstat (limited to 'src/pointInPortPhillipBay.geojson')
-rw-r--r-- | src/pointInPortPhillipBay.geojson | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/pointInPortPhillipBay.geojson b/src/pointInPortPhillipBay.geojson new file mode 100644 index 0000000..fc452d9 --- /dev/null +++ b/src/pointInPortPhillipBay.geojson @@ -0,0 +1,16 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": {}, + "geometry": { + "type": "Point", + "coordinates": [ + 144.851, + -38.109 + ] + } + } + ] +} |