aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-07-01 00:38:41 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-07-01 00:38:41 +1000
commit448a41b44dbdd9356bb57dadc79fd581c56b2e04 (patch)
tree1c384aba1e661e0ff169a3af170331f8858daa03
parentfde743937c9af05bcaf8b959c54c89404f97bc22 (diff)
conflate from vicmap-osm-uniq-flats-withinrange
-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 $< $@