[openstreetmap/openstreetmap-website] Add Human facing error messages when users without WebGL use (PR #6782)
Frank Elsinga
notifications at github.com
Mon Jul 6 14:16:37 UTC 2026
CommanderStorm left a comment (openstreetmap/openstreetmap-website#6782)
I'm not really sure what a non-WebGL render path would look like in practice.
All modern browsers have webgl enabled, so it should not be an issue for users.
MapLibre GL is fundamentally built around a GPU rendering pipeline.
Without WebGL, we'd effectively need to implement and maintain a second renderer (or significantly reduce functionality), which is a very large undertaking.
For the current architecture, if we can't obtain a GPU-backed canvas, failing early with a clear error is the only sensible option.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6782#issuecomment-4893832199
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6782/c4893832199 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260706/282ba483/attachment.htm>
More information about the rails-dev
mailing list