aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-08 22:13:02 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-08 22:13:02 +1000
commitb516f748d86d4bd2685a5543fa811806e06610ec (patch)
treec437f5e6f9601b29f1e727cd7c9774346e6b55ab /Makefile
parentbefb3e39de289c2918e75b43c51eb8d20513e305 (diff)
fix compareSuburbs now addr:suburb not included by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 71d1b2d..9b8a437 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,11 @@ dist/vicmap-osm.geojson: data/vicmap.geojson
./bin/vicmap2osm.js $< $@
wc -l $@
+dist/vicmap-osm-with-suburb.geojson: data/vicmap.geojson
+ mkdir -p dist
+ ./bin/vicmap2osm.js --preserve-derivable-propreties $< $@
+ wc -l $@
+
dist/vicmap-osm.mbtiles: dist/vicmap-osm.geojson
tippecanoe --force -o $@ --minimum-zoom=12 --maximum-zoom=12 --no-feature-limit --no-tile-size-limit --no-tile-stats --read-parallel $<