feat(proj): init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# 2026-09-20 — MapLibre: relative tile URL invalid
|
||||
|
||||
Тайлы Ready, TileJSON bounds ЦФО ок. Пустая карта: `tiles: ["/api/v1/tiles/...pbf"]`.
|
||||
|
||||
Воркер MapLibre делает `new Request(url)` — относительный путь не URL.
|
||||
|
||||
Фикс: абсолютный `https://tile-server.ru` (PublicBaseUrl + scheme/host), demo `transformRequest` через `new URL(url, location.origin)`.
|
||||
Reference in New Issue
Block a user