aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2022-05-21 16:26:05 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2022-05-21 16:26:05 +1000
commit48ae1c8e24b9d26142de577ee32334e4cdfe7b10 (patch)
tree244a94b1f3d889d9aab9360b07565bb40cbec900
parent6dca11565d032c62724339470bb8a1cc04a8d32e (diff)
fix complex/building conflation
-rw-r--r--Makefile4
1 files 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