aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-05 21:09:56 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-05 21:09:56 +1000
commit742127c99d29e40815f8503cc4ff4d0649c86778 (patch)
tree0f5051b5d07f84d1cc2d2921221a584e34eb2d17
parent5c96d0c4157c81648f53e6d7398fcd8e37bf2bfd (diff)
mbtiles for debugging
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cd46e5a..ab77693 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,9 @@ vicmapExtract:
dist/vicmap-osm.geojson: data/vicmap.geojson
./bin/vicmap2osm.js $< $@
+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 $<
+
dist/vicmap-osm-uniq.geojson: dist/vicmap-osm.geojson
mkdir -p debug/reduceDuplicates
node --max_old_space_size=4096 ./bin/reduceDuplicates.js --debug $< $@