@@ -70,7 +70,7 @@ echo "==========================================================================
|
||||
echo " Docker check & Download images "
|
||||
echo "-------------------------------------------------------------------------------------"
|
||||
echo "====> : Please check the Docker and docker-compose version!"
|
||||
echo " : We are using docker-compose v2 file format! see more at https://docs.docker.com/"
|
||||
echo " : We are using docker-compose v3 file format! see more at https://docs.docker.com/"
|
||||
echo " : Minimum required Docker version: $MIN_DOCKER_VER+"
|
||||
echo " : Minimum required docker-compose version: $MIN_COMPOSE_VER+"
|
||||
echo " : See the .travis build for the currently supported versions."
|
||||
@@ -193,7 +193,7 @@ if [[ "$USE_PRELOADED_IMAGE" == true ]]; then
|
||||
echo " : Data license: https://osmdata.openstreetmap.de/info/license.html"
|
||||
echo " : * Natural Earth from http://www.naturalearthdata.com"
|
||||
echo " : Terms-of-use: http://www.naturalearthdata.com/about/terms-of-use"
|
||||
echo " : * OpenStreetMap Lakelines data https://github.com/lukasmartinelli/osm-lakelines"
|
||||
echo " : * OpenStreetMap Lakelines data https://github.com/openmaptiles/osm-lakelines"
|
||||
echo " :"
|
||||
echo " : Source code: https://github.com/openmaptiles/openmaptiles-tools/tree/master/docker/import-data"
|
||||
echo " : includes all data from the import-data image"
|
||||
@@ -214,7 +214,7 @@ else
|
||||
echo " : Data license: https://osmdata.openstreetmap.de/info/license.html"
|
||||
echo " : * Natural Earth from http://www.naturalearthdata.com"
|
||||
echo " : Terms-of-use: http://www.naturalearthdata.com/about/terms-of-use"
|
||||
echo " : * OpenStreetMap Lakelines data https://github.com/lukasmartinelli/osm-lakelines"
|
||||
echo " : * OpenStreetMap Lakelines data https://github.com/openmaptiles/osm-lakelines"
|
||||
echo " :"
|
||||
echo " : Source code: https://github.com/openmaptiles/openmaptiles-tools/tree/master/docker/import-data"
|
||||
echo " : includes all data from the import-data image"
|
||||
@@ -229,7 +229,7 @@ echo "--------------------------------------------------------------------------
|
||||
echo "====> : Start importing OpenStreetMap data: ${area} -> imposm3[./build/mapping.yaml] -> PostgreSQL"
|
||||
echo " : Imposm3 documentation: https://imposm.org/docs/imposm3/latest/index.html "
|
||||
echo " : Thank you Omniscale! "
|
||||
echo " : Source code: https://github.com/openmaptiles/openmaptiles-tools/tree/master/docker/import-osm "
|
||||
echo " : Source code: https://github.com/openmaptiles/openmaptiles-tools/blob/master/bin/import-osm "
|
||||
echo " : The OpenstreetMap data license: https://www.openstreetmap.org/copyright (ODBL) "
|
||||
echo " : Thank you OpenStreetMap Contributors ! "
|
||||
make import-osm
|
||||
|
||||
Reference in New Issue
Block a user