aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-09 22:29:35 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-09 22:29:35 +1000
commit6d1f98a0b1f5859126920f811c81b936d95dd9b1 (patch)
tree6014ba0f2358b00354d968ce2a3dff8f2da34960 /Makefile
parent3b5ff46fa5686bfd8470e81d3cb10382319a4aa4 (diff)
also conflate vicmap building name with osm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ad352a..1978b3a 100644
--- a/Makefile
+++ b/Makefile
@@ -216,6 +216,10 @@ dist/candidates: data/victoria-admin-level10.osm.geojson dist/conflate
mkdir -p $@
./bin/candidates.js $^ $@
-dist/vicmap-complex-site: dist/vicmap-complex.geojson data/victoria-named-features.osm.geojson
+dist/vicmap-complex-conflation: dist/vicmap-complex.geojson data/victoria-named-features.osm.geojson
mkdirp -p $@
./bin/complex.js $^ $@
+
+dist/vicmap-building-conflation: dist/vicmap-building.geojson data/victoria-named-features.osm.geojson
+ mkdirp -p $@
+ ./bin/building.js $^ $@