aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $< $@