diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-17 19:25:14 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-17 19:25:14 +1000 |
commit | 041e6309df806d8f0e4064ae9555fb7798ebca2d (patch) | |
tree | dd6ae556f39cb5c2a7f6ba723dfd6039b4ac76f9 | |
parent | fdcf5e08398d8065951b16fcc5585ad6f59b1056 (diff) |
reduce duplicates stage depends on suburb to avoid matching addresses in different suburbs, so include the tag for now
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ dist/vicmap-osm-with-suburb.geojson: data/vicmap.geojson 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 +dist/vicmap-osm-uniq.geojson: dist/vicmap-osm-with-suburb.geojson mkdir -p debug/reduceDuplicates node --max_old_space_size=4096 ./bin/reduceDuplicates.js --debug $< $@ |