From bc888d7a0689359105e25a3bc3684ad0c6d1d21c Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Sun, 23 May 2021 22:51:23 +1000 Subject: split coastal block by suburb to make it easier to deal with --- src/pointInPortPhillipBay.geojson | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/pointInPortPhillipBay.geojson (limited to 'src/pointInPortPhillipBay.geojson') 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 + ] + } + } + ] +} -- cgit v1.2.3