aboutsummaryrefslogtreecommitdiff
path: root/src/pointInPortPhillipBay.geojson
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-23 22:51:23 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-23 22:51:23 +1000
commitbc888d7a0689359105e25a3bc3684ad0c6d1d21c (patch)
tree1d2b749cd13bda865351fe1749b5767f14230c2e /src/pointInPortPhillipBay.geojson
parent877a8a3561612518bc6f0b4f4b6e107f0fcb95ef (diff)
split coastal block by suburb to make it easier to deal with
Diffstat (limited to 'src/pointInPortPhillipBay.geojson')
-rw-r--r--src/pointInPortPhillipBay.geojson16
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
+ ]
+ }
+ }
+ ]
+}