From c1489e1cb395e686c6491244463e9550e5b8faec Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 17 Aug 2021 23:30:01 +1000 Subject: conflate debug/reduceDuplicates/mr_duplicateAddressFarApart.geojson --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3