diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-07-01 21:51:00 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-07-01 21:51:00 +1000 |
commit | 451379d87c85390da2617ea7bc59b163bcd8cea1 (patch) | |
tree | 6680db3c2a66d2d66350832515079f248eec6ead /Makefile | |
parent | 5932eac7a762e7a1d6a04566950d064db6d66a9d (diff) |
unitFromNumber.osc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -197,7 +197,7 @@ dist/conflate: ./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 $< $@ + ./bin/mr2osc.mjs --dry-run --changeset-comment "Vicmap Import separate addr:unit and addr:housenumber where matched with Vicmap and previously were combined as unit/number" $< $@ convertConflationResultsToFGB: ogr2ogr -f FlatGeobuf dist/conflate/withinExistingOSMAddressPoly.fgb dist/conflate/withinExistingOSMAddressPoly.geojson |