Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Conversation

@ibesora
Copy link
Contributor

@ibesora ibesora commented Mar 6, 2018

When tiles are requested with a query parameter (to avoid their caching by the browser for example) tileserver.php answers with an empty image.
This PR removes all the query parameters from the first & to the end of the request URI so it works as expected.

Example:
Browser request: tileserver.php?/normalmap/15/16540/12182.png&20180306135412
Request URI used by tileserver: tileserver.php?/normalmap/15/16540/12182.png

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant