[openstreetmap/openstreetmap-website] Fix incorrect z-order of dashboard map markers (fixes #6639) (PR #6654)
Anshul Zilpe
notifications at github.com
Wed Dec 31 03:06:39 UTC 2025
@aNsHuL5217 commented on this pull request.
> - .setLngLat([user.lon, user.lat])
+ const lat = parseFloat(user.lat);
+ const lon = parseFloat(user.lon);
I dropped the parseFloat since MapLibre handles the strings fine on its own. Passing them raw now.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6654#discussion_r2654691549
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6654/review/3620127027 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251230/00f97312/attachment.htm>
More information about the rails-dev
mailing list