From 34c4f123015aed6fdabe77b8bbdf8d690c803c78 Mon Sep 17 00:00:00 2001 From: stirringhalo Date: Tue, 2 May 2017 21:32:14 -0400 Subject: [PATCH] Switch back to master for openmaptiles-tools (#235) --- quickstart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickstart.sh b/quickstart.sh index 7a08f56b..b02d4a1f 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -166,14 +166,14 @@ fi echo " " echo "-------------------------------------------------------------------------------------" echo "====> : Remove old generated source files ( ./build/* ) ( if they exist ) " -docker run --rm -v $(pwd):/tileset openmaptiles/openmaptiles-tools:PIXEL_GEOUNIT make clean +docker run --rm -v $(pwd):/tileset openmaptiles/openmaptiles-tools make clean echo " " echo "-------------------------------------------------------------------------------------" echo "====> : Code generating from the layer definitions ( ./build/mapping.yaml; ./build/tileset.sql )" echo " : The tool source code: https://github.com/openmaptiles/openmaptiles-tools " echo " : But we generate the tm2source, Imposm mappings and SQL functions from the layer definitions! " -docker run --rm -v $(pwd):/tileset openmaptiles/openmaptiles-tools:PIXEL_GEOUNIT make +docker run --rm -v $(pwd):/tileset openmaptiles/openmaptiles-tools make echo " " echo "-------------------------------------------------------------------------------------"