aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-08-17 23:30:01 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-08-17 23:30:01 +1000
commitc1489e1cb395e686c6491244463e9550e5b8faec (patch)
treed44e2e915d53e7ec2da6570790537749257c2557 /Makefile
parent6a71c1588c00cf535c1567501d065ccb6ab66f56 (diff)
conflate debug/reduceDuplicates/mr_duplicateAddressFarApart.geojson
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0192367..d8ffc67 100644
--- a/Makefile
+++ b/Makefile
@@ -49,9 +49,9 @@ 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-with-suburb.geojson
+dist/vicmap-osm-uniq.geojson: dist/vicmap-osm-with-suburb.geojson data/victoria-addr.osm.geojson
mkdir -p debug/reduceDuplicates
- node --max_old_space_size=4096 ./bin/reduceDuplicates.js --debug $< $@
+ node --max_old_space_size=4096 ./bin/reduceDuplicates.js --debug $^ $@
dist/vicmap-osm-uniq-flats.geojson: dist/vicmap-osm-uniq.geojson
mkdir -p debug/reduceOverlap