diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-08-17 23:30:01 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-08-17 23:30:01 +1000 |
commit | c1489e1cb395e686c6491244463e9550e5b8faec (patch) | |
tree | d44e2e915d53e7ec2da6570790537749257c2557 /Makefile | |
parent | 6a71c1588c00cf535c1567501d065ccb6ab66f56 (diff) |
conflate debug/reduceDuplicates/mr_duplicateAddressFarApart.geojson
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |