diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-05 21:09:56 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-05 21:09:56 +1000 |
commit | 742127c99d29e40815f8503cc4ff4d0649c86778 (patch) | |
tree | 0f5051b5d07f84d1cc2d2921221a584e34eb2d17 | |
parent | 5c96d0c4157c81648f53e6d7398fcd8e37bf2bfd (diff) |
mbtiles for debugging
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 $< $@ |