aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $< $@