diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-07-01 00:38:41 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-07-01 00:38:41 +1000 |
commit | 448a41b44dbdd9356bb57dadc79fd581c56b2e04 (patch) | |
tree | 1c384aba1e661e0ff169a3af170331f8858daa03 | |
parent | fde743937c9af05bcaf8b959c54c89404f97bc22 (diff) |
conflate from vicmap-osm-uniq-flats-withinrange
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< $@ |