maplibre-gl-js icon indicating copy to clipboard operation
maplibre-gl-js copied to clipboard

Hill Shading: Artifacts on Linux

Open enqueue opened this issue 1 year ago • 4 comments

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

enqueue avatar Aug 13 '24 17:08 enqueue

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.

HarelM avatar Aug 13 '24 22:08 HarelM

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 🤷

  • https://github.com/brave/brave-browser/issues/25149

birkskyum avatar Aug 13 '24 22:08 birkskyum

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

enqueue avatar Aug 14 '24 05:08 enqueue

Surely this is Firefox's Enhanced Tracking Protection.

boswellp avatar Sep 22 '24 15:09 boswellp