kopia lustrzana https://github.com/openmaptiles/openmaptiles
Remove unused import-sql image (#738)
import-sql image is not used anywhere in OMT, deleting.pull/756/head
rodzic
9d6dbfc64f
commit
9f4d48cf25
|
@ -67,17 +67,6 @@ services:
|
||||||
- ./data:/import
|
- ./data:/import
|
||||||
- ./build:/mapping
|
- ./build:/mapping
|
||||||
- cache:/cache
|
- cache:/cache
|
||||||
import-sql:
|
|
||||||
# This target is obsolete, and was left for backwards compatibility
|
|
||||||
# Use openmaptiles-tools target instead
|
|
||||||
image: "openmaptiles/openmaptiles-tools:${TOOLS_VERSION}"
|
|
||||||
command: import-sql
|
|
||||||
env_file: .env
|
|
||||||
networks:
|
|
||||||
- postgres_conn
|
|
||||||
volumes:
|
|
||||||
- .:/tileset
|
|
||||||
- ./build:/sql
|
|
||||||
openmaptiles-tools:
|
openmaptiles-tools:
|
||||||
image: "openmaptiles/openmaptiles-tools:${TOOLS_VERSION}"
|
image: "openmaptiles/openmaptiles-tools:${TOOLS_VERSION}"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
|
@ -239,7 +239,7 @@ docker-compose run $DC_OPTS import-osm
|
||||||
echo " "
|
echo " "
|
||||||
echo "-------------------------------------------------------------------------------------"
|
echo "-------------------------------------------------------------------------------------"
|
||||||
echo "====> : Start SQL postprocessing: ./build/tileset.sql -> PostgreSQL "
|
echo "====> : Start SQL postprocessing: ./build/tileset.sql -> PostgreSQL "
|
||||||
echo " : Source code: https://github.com/openmaptiles/openmaptiles-tools/tree/master/docker/import-sql "
|
echo " : Source code: https://github.com/openmaptiles/openmaptiles-tools/blob/master/bin/import-sql"
|
||||||
# If the output contains a WARNING, stop further processing
|
# If the output contains a WARNING, stop further processing
|
||||||
# Adapted from https://unix.stackexchange.com/questions/307562
|
# Adapted from https://unix.stackexchange.com/questions/307562
|
||||||
docker-compose run $DC_OPTS openmaptiles-tools import-sql | \
|
docker-compose run $DC_OPTS openmaptiles-tools import-sql | \
|
||||||
|
|
Ładowanie…
Reference in New Issue