maplibre / maplibre-gl-js

MapLibre GL JS - Interactive vector tile maps in the browser
https://maplibre.org/maplibre-gl-js/docs/
Other
6.33k stars 689 forks source link

Hill Shading: Artifacts on Linux #4554

Open enqueue opened 1 month ago

enqueue commented 1 month ago

maplibre-gl-js version: 4.5.0

browser: Firefox 129.0 (64-Bit) Linux

Steps to Trigger Behavior

See link to demonstration

Link to Demonstration

https://jsbin.com/qamaqifina/edit?html,output

Expected Behavior

Map display without any artifacts

Actual Behavior

Map display with artifacts

grafik

HarelM commented 1 month ago

This is probably due to issues in Firefox regarding loading of images into memory, I would advise to open a bug there if you are using the latest version.

birkskyum commented 1 month ago

Similar to this ticket in Brave. I second this is quite unlikely to be something we can fix in maplibre-gl-js repo, because I debugged the Brave issue extensively to no avail, and suddenly it was gone, and I never found out what they changed 🤷

enqueue commented 1 month ago

Thanks for your quick responses. Interesting to hear that you had the same issue with Brave browser, which is now fixed.

I opened a bug report for the Firefox team: https://bugzilla.mozilla.org/show_bug.cgi?id=1913052