aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-17 19:25:14 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-17 19:25:14 +1000
commit041e6309df806d8f0e4064ae9555fb7798ebca2d (patch)
treedd6ae556f39cb5c2a7f6ba723dfd6039b4ac76f9
parentfdcf5e08398d8065951b16fcc5585ad6f59b1056 (diff)
reduce duplicates stage depends on suburb to avoid matching addresses in different suburbs, so include the tag for now
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07c56b0..92b6801 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $< $@