Replies: 1 comment 1 reply
-
IIRC Yes, but it's extremely complicated. Line 255 in 2ce959a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I managed to extract the logic used by
map.showTileBoundaries
into a custom layer, only to find out that the information (img/response.data) is not stored for raster tiles:maplibre-gl-js/src/source/raster_tile_source.ts
Lines 176 to 211 in 2ce959a
Is there any easy way I could modify the
loadTile
logic, or pass in a custom version ofRasterTileSource
?Beta Was this translation helpful? Give feedback.
All reactions