From 041e6309df806d8f0e4064ae9555fb7798ebca2d Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Thu, 17 Jun 2021 19:25:14 +1000 Subject: reduce duplicates stage depends on suburb to avoid matching addresses in different suburbs, so include the tag for now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $< $@ -- cgit v1.2.3