diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-09 12:45:27 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-09 12:45:27 +1000 |
commit | dd5375d7293de71db73c182beea17b776be5a30b (patch) | |
tree | a3d1537f2104c24d08e05372d40fc1d1cba5f5f1 | |
parent | 9d2353a9f5dde3613f14da1119b72ab6b45f686e (diff) |
in compareSuburb use vicmap osm with suburb included
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ data/victoria-admin-level10.osm.geojson: data/victoria-admin-level10.osm.pbf data/victoria-admin-level10.osm.fgb: data/victoria-admin-level10.osm.geojson ogr2ogr -f FlatGeobuf $@ $< -dist/vicmapSuburbDiffersWithOSM.geojson: dist/vicmap-osm.geojson data/victoria-admin-level10.osm.geojson +dist/vicmapSuburbDiffersWithOSM.geojson: dist/vicmap-osm-with-suburb.geojson data/victoria-admin-level10.osm.geojson ./bin/compareSuburb.js $^ $@ dist/suburbsWithPostcodeCounts.geojson printDifferentSuburbs: dist/vicmapSuburbDiffersWithOSM.geojson |