[openstreetmap/openstreetmap-website] Migrate the dashboard entry page from leaflet to maplibre (PR #6504)
Minh Nguyễn
notifications at github.com
Thu Nov 6 11:14:52 UTC 2025
@1ec5 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" },
The profile map probably doesn’t benefit from globe view, even if the slippy map on the homepage might. If the map is zoomed out enough that the globe projection is discernible, chances are that it’s zoomed out too much to see the pins near your home location. That said, it’s nice to see that the feature is trivial to enable if warranted.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6504#discussion_r2498557489
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6504/review/3427640459 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251106/aac61d26/attachment-0001.htm>
More information about the rails-dev
mailing list