diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-14 21:16:17 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-14 21:16:17 +1000 |
commit | 3c2e3bbcc6a845dcc011d79552490816b01bdaba (patch) | |
tree | fec1ebfffc5c8020c014c4bd2f0bb5426395955c /Makefile | |
parent | e76e53cf087efedadb076a6fc6ab70d81993638f (diff) |
unit from number create changeset from maproulette setTags operations
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -190,6 +190,9 @@ dist/conflate: mkdir -p $@ ./bin/conflate.js dist/vicmap-osm-uniq-flats.geojson data/victoria-addr.osm.geojson dist/blocksByOSMAddr.geojson $@ +dist/unitFromNumber.osc: dist/conflate/mr_explodeUnitFromNumber.geojson + ./bin/mr2osc.mjs --dry-run $< $@ + convertConflationResultsToFGB: ogr2ogr -f FlatGeobuf dist/conflate/withinExistingOSMAddressPoly.fgb dist/conflate/withinExistingOSMAddressPoly.geojson ogr2ogr -f FlatGeobuf dist/conflate/notFoundInBlocks.fgb dist/conflate/notFoundInBlocks.geojson |