diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-20 21:29:45 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-20 21:29:45 +1000 |
commit | 51e2657da1d126ff96fc579294c91455b7f2d03b (patch) | |
tree | 0078c68395584626c86cac8e2aaf26a3bdf77ccd | |
parent | 351bf946b7d52b3c480ffd80560bc277adce091f (diff) |
fix location of vicmap-osm.geojson
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,5 +160,5 @@ data/victoria-admin-level10.osm.pbf: data/victoria-admin.osm.pbf 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: data/vicmap-osm.geojson data/victoria-admin-level10.osm.geojson +dist/vicmapSuburbDiffersWithOSM.geojson: dist/vicmap-osm.geojson data/victoria-admin-level10.osm.geojson ./bin/compareSuburb.geojson $^ $@ |