You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Map shows vector tiles correctly, without any issue.
Actual Behavior
Map rendering breaks down, only marker is shown, no more vector tiles background.
No particular error in the web console, only warnings (but not alarming ones).
This happens in the very particular configuration given (map coordinates, decimal zoom level between 23-24, preserveDrawingBuffer). Changing any of them makes the behavior harder/impossible to reproduce.
Issue was first reported here, on a more complex MapLibre map we use. The JSBin is the minimal example to reproduce this issue.
The text was updated successfully, but these errors were encountered:
I'm having a hard time reproducing this, although I did manage to reproduce this once in chrome.
If I needed to guess the problem is probably due to the fact that the drawing buffer gets too big (from zoom 14 to zoom 24) and the preserver drawing buffer is probably not helpful.
Since there's no error in the console I tend to say that this is a webgl issue.
But all of these are guesses, I don't have anything concrete...
warning in FF are known issue and reported in a different issue: #2030.
maplibre-gl-js version: 4.1.3 (possibly also 3.x branch)
browser: Firefox 125, Chromium 123
Steps to Trigger Behavior
preserveDrawingBuffer: true
maxZoom: 24
zoom: 16
Link to Demonstration
https://jsbin.com/cisuvaruze/edit?html,output
Expected Behavior
Map shows vector tiles correctly, without any issue.
Actual Behavior
Map rendering breaks down, only marker is shown, no more vector tiles background.
No particular error in the web console, only warnings (but not alarming ones).
This happens in the very particular configuration given (map coordinates, decimal zoom level between 23-24, preserveDrawingBuffer). Changing any of them makes the behavior harder/impossible to reproduce.
Issue was first reported here, on a more complex MapLibre map we use. The JSBin is the minimal example to reproduce this issue.
The text was updated successfully, but these errors were encountered: