The latest release broke the geotiff rendering #991
-
Problem descriptionWith the latest release only, we have a 404 error when loading the cog with leaflet. Here is the log from the output console:
We are using the titiler docker, with a bind mount to a file system that hosts the geotiffs. Hence from tititler point of view, the tiffs are loaded from the same machine. tiler:
container_name: biab-tiler
image: ghcr.io/developmentseed/titiler:latest
volumes:
- ${PIPELINE_REPO_PATH}/output:/output:ro
- ${PIPELINE_REPO_PATH}/userdata:/userdata:ro
user: ${MY_UID}:${DOCKER_GID}
environment:
PORT: 8000
WORKERS_PER_CORE: 1
TITILER_API_CORS_ORIGINS: "*"
extra_hosts:
- "host.docker.internal:host-gateway" Expected OutputNo 404 error, we see the texture. Environment InformationThis is the problematic version: Reverting to 0.18.9 works as a workaround. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @jmlord, we're working on the next version of titiler, there will be a lot of breaking changes as mentioned in: https://github.com/developmentseed/titiler/blob/main/CHANGES.md#0190-tbd titiler and other dependencies (e.g rio-tiler) are moving pieces. To make things better we have to introduce breaking changes. User should |
Beta Was this translation helpful? Give feedback.
Hi @jmlord, we're working on the next version of titiler, there will be a lot of breaking changes as mentioned in: https://github.com/developmentseed/titiler/blob/main/CHANGES.md#0190-tbd
titiler and other dependencies (e.g rio-tiler) are moving pieces. To make things better we have to introduce breaking changes. User should
pin
version of titiler python module of docker image 🙏