kopia lustrzana https://github.com/openmaptiles/openmaptiles
Improve quickstart wording
rodzic
979dcb62d3
commit
6a4d549285
|
@ -284,8 +284,8 @@ docker volume ls -q | grep openmaptiles
|
||||||
echo " "
|
echo " "
|
||||||
echo "-------------------------------------------------------------------------------------"
|
echo "-------------------------------------------------------------------------------------"
|
||||||
echo "====> : (disk space) We have created the new vectortiles ( ./data/tiles.mbtiles ) "
|
echo "====> : (disk space) We have created the new vectortiles ( ./data/tiles.mbtiles ) "
|
||||||
echo " : The OpenMapTiles MBTILES license: ..... "
|
echo " : Please respect the licenses (OdBL for OSM data) of the sources when distributing the MBTiles file."
|
||||||
echo " : We created from $testdata ( file moddate: $MODDATE ) "
|
echo " : Created from $testdata ( file moddate: $MODDATE ) "
|
||||||
echo " : Size: "
|
echo " : Size: "
|
||||||
ls ./data/*.mbtiles -la
|
ls ./data/*.mbtiles -la
|
||||||
|
|
||||||
|
@ -296,7 +296,7 @@ echo "It takes $(($ENDTIME - $STARTTIME)) seconds to complete"
|
||||||
echo "We saved the log file to $log_file ( for debugging ) You can compare with the travis log !"
|
echo "We saved the log file to $log_file ( for debugging ) You can compare with the travis log !"
|
||||||
echo " "
|
echo " "
|
||||||
echo "Start experimenting! And check the QUICKSTART.MD file!"
|
echo "Start experimenting! And check the QUICKSTART.MD file!"
|
||||||
echo "Avaialable help commands ( make help ) "
|
echo "Available help commands (make help) "
|
||||||
make help
|
make help
|
||||||
|
|
||||||
echo "-------------------------------------------------------------------------------------"
|
echo "-------------------------------------------------------------------------------------"
|
||||||
|
|
Ładowanie…
Reference in New Issue