maptiler / tileserver-gl

Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.
https://tileserver.readthedocs.io/en/latest/
Other
2.12k stars 613 forks source link

feat: add support for X-Forwarded-Path in style urls #1239

Closed v-electrolux closed 2 months ago

v-electrolux commented 2 months ago

Handling the X-Forwarded-Path header, if provided, in case the tileserver is behind a reverse-proxy served under a subpath, e.g.: /tiles/

In PR #1197 already added support for tiles urls. This PR add support for urls in style files

acalcutt commented 2 months ago

can you run 'npm run lint:js:fix' on this to fix the lint issue

v-electrolux commented 2 months ago

@acalcutt done