aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 $<