aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f781cc..f8cf98c 100644
--- a/Makefile
+++ b/Makefile
@@ -161,7 +161,7 @@ data/victoria-admin-level10.osm.geojson: data/victoria-admin-level10.osm.pbf
osmium export --overwrite --geometry-types=polygon --output-format=geojsonseq --format-option=print_record_separator=false --output $@ $<
dist/vicmapSuburbDiffersWithOSM.geojson: dist/vicmap-osm.geojson data/victoria-admin-level10.osm.geojson
- ./bin/compareSuburb.js $^ $@
+ ./bin/compareSuburb.js $^ $@ dist/suburbsWithPostcodeCounts.geojson
printDifferentSuburbs: dist/vicmapSuburbDiffersWithOSM.geojson
ogr2ogr -f CSV -select '_osmSuburb,addr:suburb' /vsistdout/ $< | sort | uniq