diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-08 22:13:02 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-08 22:13:02 +1000 |
commit | b516f748d86d4bd2685a5543fa811806e06610ec (patch) | |
tree | c437f5e6f9601b29f1e727cd7c9774346e6b55ab /Makefile | |
parent | befb3e39de289c2918e75b43c51eb8d20513e305 (diff) |
fix compareSuburbs now addr:suburb not included by default
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 $< |