Files
editor/src
Lukas Weber f24031dd5c fix root relative paths (#1643)
## Launch Checklist

this is a follow up to https://github.com/maplibre/maputnik/pull/1549

when testing this, I only used raster tiles. However root relative
vector tiles are not loaded correctly by maplibre gl js:
https://github.com/maplibre/maplibre-gl-js/issues/6818

The current state is problematic as with
https://github.com/maplibre/maputnik/pull/1549 we don't have the visuals
that the url is wrong.

Till [the maplibre
issue](https://github.com/maplibre/maplibre-gl-js/issues/6818) is fixed
(if it even need to be fixed), we can make use of
[transformRequest](https://maplibre.org/maplibre-gl-js/docs/API/type-aliases/MapOptions/#transformrequest)
where we convert root relative requests to "real" requests

 - [x] Briefly describe the changes in this PR.
 - [x] Link to related issues.
- [x] Include before/after visuals or gifs if this PR includes visual
changes -> in maplibre ticket
2026-01-20 07:45:21 +02:00
..
2017-01-10 10:06:49 +01:00
2016-12-31 10:36:02 +01:00
2025-12-02 12:03:09 +02:00
2016-12-31 10:36:02 +01:00
2025-12-17 08:27:22 +00:00
2025-02-25 05:01:15 -05:00