From 448a41b44dbdd9356bb57dadc79fd581c56b2e04 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Thu, 1 Jul 2021 00:38:41 +1000 Subject: conflate from vicmap-osm-uniq-flats-withinrange --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae29621..cf7409f 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,7 @@ summariseBlocksByOSMAddr: dist/blocksByOSMAddr.geojson # conflate processed vicmap data with osm data dist/conflate: mkdir -p $@ - ./bin/conflate.js dist/vicmap-osm-uniq-flats.geojson data/victoria-addr.osm.geojson dist/blocksByOSMAddr.geojson $@ + ./bin/conflate.js dist/vicmap-osm-uniq-flats-withinrange.geojson data/victoria-addr.osm.geojson dist/blocksByOSMAddr.geojson $@ dist/unitFromNumber.osc: dist/conflate/mr_explodeUnitFromNumber.geojson ./bin/mr2osc.mjs --dry-run $< $@ -- cgit v1.2.3