Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raster rendering: return HTTP error if Vector Tile cannot be fetched #548

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ungarj
Copy link

@ungarj ungarj commented Jun 25, 2021

Currently tileserver returns an empty raster image if it fails loading one or more vector tiles.

This PR changes this behavior in cases where the vector tile server returns a status code 5xx.

In cases where vector tiles are generated dynamically by another service this is important in order to be able to retry failed tiles.

ungarj and others added 5 commits June 25, 2021 13:03
Allow `docker kill -s HUP` and `docker-compose kill -s HUP` to reach the
node process.
Typo correction
by sending multiple `HUP` kill commands to the container.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants