Switch back to master for openmaptiles-tools (#235)
This commit is contained in:
parent
3e1bc0cb46
commit
34c4f12301
@ -166,14 +166,14 @@ fi
|
|||||||
echo " "
|
echo " "
|
||||||
echo "-------------------------------------------------------------------------------------"
|
echo "-------------------------------------------------------------------------------------"
|
||||||
echo "====> : Remove old generated source files ( ./build/* ) ( if they exist ) "
|
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 "-------------------------------------------------------------------------------------"
|
echo "-------------------------------------------------------------------------------------"
|
||||||
echo "====> : Code generating from the layer definitions ( ./build/mapping.yaml; ./build/tileset.sql )"
|
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 " : 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! "
|
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 " "
|
||||||
echo "-------------------------------------------------------------------------------------"
|
echo "-------------------------------------------------------------------------------------"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user