From dd5375d7293de71db73c182beea17b776be5a30b Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Wed, 9 Jun 2021 12:45:27 +1000 Subject: in compareSuburb use vicmap osm with suburb included --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9eb2cb5..ebf4143 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3