-
-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
Currently the PMTiles URLs in MapLibre look like this:
pmtiles://https://example.com/tiles.pmtiles
These cannot be parsed by URL parsers correctly.
We could instead change it to this:
pmtiles+https://example.com/tiles.pmtiles
pmtiles+http://example.com/tiles.pmtiles
This would require changing the addProtocol call, using two for HTTP and HTTPS.
maplibregl.addProtocol("pmtiles+http",protocol.http);
maplibregl.addProtocol("pmtiles+https",protocol.https);SvanteRichter, tordans, KiwiKilian and vizsim
Metadata
Metadata
Assignees
Labels
No labels