diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-09 22:29:35 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-09 22:29:35 +1000 |
commit | 6d1f98a0b1f5859126920f811c81b936d95dd9b1 (patch) | |
tree | 6014ba0f2358b00354d968ce2a3dff8f2da34960 /Makefile | |
parent | 3b5ff46fa5686bfd8470e81d3cb10382319a4aa4 (diff) |
also conflate vicmap building name with osm
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 $^ $@ |