From 6d1f98a0b1f5859126920f811c81b936d95dd9b1 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Wed, 9 Jun 2021 22:29:35 +1000 Subject: also conflate vicmap building name with osm --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 $^ $@ -- cgit v1.2.3