[openstreetmap/openstreetmap-website] Migrate the dashboard entry page from leaflet to maplibre (PR #6504)

Tom Hughes notifications at github.com
Sat Nov 8 16:26:41 UTC 2025


@tomhughes commented on this pull request.



> +  background-color: $green !important;
+  opacity: 0.2 !important;
+}
+
+.maplibregl-user-location-dot, .maplibregl-user-location-dot:before {
+  background-color: $vibrant-green !important;
+}
+
+.maplibregl-ctrl button .maplibregl-ctrl-icon {
+  background-image: none !important;
+  background-color: white;
+}
+
+.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
+  mask-image: image-url("map-controls/zoomin.svg");
+  -webkit-mask-image: image-url("map-controls/zoomin.svg");

There's no need to add them manually though as we include `autoprefixer-rails` in the asset pipeline to generate any necessary prefixes.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6504#discussion_r2507003916
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6504/review/3438469601 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251108/dc97cd27/attachment.htm>


More information about the rails-dev mailing list