diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-20 22:39:39 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-20 22:39:39 +1000 |
commit | 9cc8b035da93c7e6bdf92735c3f671081a40fc3e (patch) | |
tree | 5a3e66c6270a2f00610ebfed555110419e539624 | |
parent | de400a11e4efdedc5f3d1a1332da108b773b5ae8 (diff) |
fix makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |