[openstreetmap/openstreetmap-website] Bump leaflet.locatecontrol from 0.81.1 to 0.82.0 (PR #5296)

2024-10-29 Thread dependabot[bot] via rails-dev
Bumps [leaflet.locatecontrol](https://github.com/domoritz/leaflet-locatecontrol) from 0.81.1 to 0.82.0.
Commits

[openstreetmap/openstreetmap-website] Create base and head branches before running danger (PR #5295)

2024-10-29 Thread Tom Hughes via rails-dev
Let's have another go at getting danger working shall we... This avoids the need to path danger, and resolves the problems with not fetching enough history for PRs with many commits, by prefetching the data and creating local `danger_base` and `danger_head` branches which are the default names

[openstreetmap/openstreetmap-website] Proposal for adding support for map notes tags (Issue #5294)

2024-10-29 Thread Nenad Vujicic via rails-dev
### Problem Do you have some key-value meta-data you would like to store with map notes? Would you like to do it like with tags in nodes / ways / relations / changesets / .. instead of writing in description / comments? Note tags have already been mentioned / requested several times in #385 , #

Re: [openstreetmap/openstreetmap-website] Add locale selector (PR #5201)

2024-10-29 Thread David Tsiklauri via rails-dev
@nertc commented on this pull request. > @@ -0,0 +1,6 @@ +$(document).ready(function () { + $(".language-change-trigger").on("change", function () { Code was updated according to the recommendation. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openst