Remove parts for new lake centerlines

pull/1235/head
ache051 2021-09-18 15:31:31 +12:00 zatwierdzone przez GitHub
rodzic cc0729eff8
commit 4cf98ed27d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 25 usunięć

Wyświetl plik

@ -22,8 +22,7 @@ services:
env_file: .env-postgres
import-data:
#image: "openmaptiles/import-data:${TOOLS_VERSION}"
image: "alanc/import-data"
image: "openmaptiles/import-data:${TOOLS_VERSION}"
env_file: .env
networks:
- postgres
@ -104,26 +103,3 @@ services:
- "${PPORT:-8090}:${PPORT:-8090}"
volumes:
- .:/tileset
# export-shapefile and calculate-centerlines are for lake lines for labelling
export-shapefile:
build: src/export-shapefile
env_file: .env
networks:
- postgres
volumes:
- ./data:/data
calculate-centerlines:
build: src/calculate-centerlines
networks:
- postgres
volumes:
- ./data:/data
calculate-centerlines-new:
build: src/calculate-centerlines-new
networks:
- postgres
volumes:
- ./data:/data