[openstreetmap/openstreetmap-website] Migrate the dashboard entry page from leaflet to maplibre (PR #6504)
Andy Allan
notifications at github.com
Thu Nov 6 10:51:12 UTC 2025
@gravitystorm commented on this pull request.
> + "tiles": [
+ "https://tile.openstreetmap.org/{z}/{x}/{y}.png"
+ ],
+ "tileSize": 256,
+ "maxzoom": 19,
+ "attribution": "© OpenStreetMap contributors"
+ }
+ },
+ "layers": [
+ {
+ "id": "osm",
+ "type": "raster",
+ "source": "osm",
+ }
+ ],
+ "projection": { "type": "globe" },
In the interests of making the PR as small/incremental as possible (i.e. with as few things for reviewers to ponder/worry about as possible) I'd suggest sticking with Web Mercator for now, and leave switching to a globe projection for a separate PR later.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6504#discussion_r2498469510
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6504/review/3427513771 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251106/c0c2b3c4/attachment.htm>
More information about the rails-dev
mailing list