From e76e53cf087efedadb076a6fc6ab70d81993638f Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Fri, 11 Jun 2021 21:43:26 +1000 Subject: build import of postal_code onto admin_level=10 boundaries --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f15f954..b9604ba 100644 --- a/Makefile +++ b/Makefile @@ -220,7 +220,8 @@ data/victoria-admin-level10.osm.fgb: data/victoria-admin-level10.osm.geojson ogr2ogr -f FlatGeobuf $@ $< dist/vicmapSuburbDiffersWithOSM.geojson: dist/vicmap-osm-with-suburb.geojson data/victoria-admin-level10.osm.geojson - ./bin/compareSuburb.js $^ $@ dist/suburbsWithPostcodeCounts.geojson + rm -f dist/postalCodeURLs.txt + ./bin/compareSuburb.js $^ $@ dist/suburbsWithPostcodeCounts.geojson dist/postalCodeInstructions.json dist/postalCodeURLs.txt wc -l $@ printDifferentSuburbs: dist/vicmapSuburbDiffersWithOSM.geojson -- cgit v1.2.3