]> git.openstreetmap.org Git - rails.git/commit
Show an WebGL error message if this is disabled
authorFrank Elsinga <frank@elsinga.de>
Sun, 8 Feb 2026 03:09:45 +0000 (04:09 +0100)
committerFrank Elsinga <frank@elsinga.de>
Sun, 1 Mar 2026 21:15:50 +0000 (22:15 +0100)
commit9605ab61724119613c5f5b9d7cc557f4e4839382
treea18cea146d13fbe7a1d67ac4037bfce3063ed993
parenta18efa8c3b94199e233e02f099406ab763a41778
Show an WebGL error message if this is disabled
app/abilities/ability.rb
app/assets/javascripts/leaflet.layers.js
app/assets/javascripts/maplibre/map.js
app/assets/stylesheets/maplibre-gl-all.scss
app/controllers/webgl_error_panes_controller.rb [new file with mode: 0644]
app/views/webgl_error_panes/show.html.erb [new file with mode: 0644]
config/locales/en.yml
config/routes.rb
test/controllers/webgl_error_panes_controller_test.rb [new file with mode: 0644]