aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-20 22:39:39 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-20 22:39:39 +1000
commit9cc8b035da93c7e6bdf92735c3f671081a40fc3e (patch)
tree5a3e66c6270a2f00610ebfed555110419e539624
parentde400a11e4efdedc5f3d1a1332da108b773b5ae8 (diff)
fix makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e61053..6f781cc 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.geojson $^ $@
+ ./bin/compareSuburb.js $^ $@
printDifferentSuburbs: dist/vicmapSuburbDiffersWithOSM.geojson
ogr2ogr -f CSV -select '_osmSuburb,addr:suburb' /vsistdout/ $< | sort | uniq