From 3c2e3bbcc6a845dcc011d79552490816b01bdaba Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Mon, 14 Jun 2021 21:16:17 +1000 Subject: unit from number create changeset from maproulette setTags operations --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b9604ba..3acd27b 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3