From 48ae1c8e24b9d26142de577ee32334e4cdfe7b10 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Sat, 21 May 2022 16:26:05 +1000 Subject: fix complex/building conflation --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 162f072..204834b 100644 --- a/Makefile +++ b/Makefile @@ -218,11 +218,11 @@ convertConflationResultsToFGB: ogr2ogr -f FlatGeobuf dist/conflate/fuzzyStreetMatchesMultiple.fgb dist/conflate/fuzzyStreetMatchesMultiple.geojson dist/vicmap-complex-conflation: dist/vicmap-complex.geojson - mkdirp -p $@ + mkdir -p $@ ./bin/complex.js $< data/victoria-named-features.osm.geojson $@ dist/vicmap-building-conflation: dist/vicmap-building.geojson - mkdirp -p $@ + mkdir -p $@ ./bin/building.js $< data/victoria-named-features.osm.geojson $@ # extract admin_level=9 from OSM -- cgit v1.2.3