[openstreetmap/openstreetmap-website] Bump nokogiri from 1.18.7 to 1.18.8 (PR #5945)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.7 to 1.18.8.
Re: [openstreetmap/openstreetmap-website] Switch to rails 8.0 defaults (PR #5937)
@rkoeze approved this pull request. Looks good! -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5937#pullrequestreview-2782491938 You are receiving this because you are subscribed to this thread. Message ID: __
[openstreetmap/openstreetmap-website] Bump eslint from 9.25.0 to 9.25.1 (PR #5944)
Bumps [eslint](https://github.com/eslint/eslint) from 9.25.0 to 9.25.1.HarelM left a comment (openstreetmap/openstreetmap-website#5779) I've created another PR here: - #5943 I'm extremely out of my comfort zone as I have never written a single line in ruby or ruby on rails... Never-the-less, I'm willing to invest the time to see this through. -- Reply to this ema
[openstreetmap/openstreetmap-website] Add support for json traces API (PR #5943)
### Description This adds support for json for traces API (both for `index` and `show`). This PR is to replace #5779. To copy from the PR initial post there: This PR adds JSON format support to the user's GPX files API endpoint, enhancing the API's flexibility and consistency with other endpoint
[openstreetmap/openstreetmap-website] Make teaspoon UI usable (PR #5942)
The teaspoon UI at localhost:3000/teaspoon currently gets broken because the entire DOM is discarded in tests. This alters the tests to make the UI usable (although four mapParams tests fail locally due to too much available data). You can view, comment on, or merge this pull request online at:
Re: [openstreetmap/openstreetmap-website] Add PWA geo protocol handler (PR #5736)
@hlfan pushed 3 commits. 9f7b84574d2d3375f0266300756b1c4134824f60 Add parseGeoURI function and tests 7eeaf24380e8d2b72e664517d0dfc989cfd461a3 Add support for marker radius in map parameters 08677ecccab969960a5b23ddc6fdfb7e63239843 Add PWA geo protocol handler -- View it on GitHub: https://gi
Re: [openstreetmap/openstreetmap-website] Bump eslint from 9.24.0 to 9.25.0 (PR #5939)
Merged #5939 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5939#event-17341695237 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-
Re: [openstreetmap/openstreetmap-website] Changeset highlights in a layer on top of normal bboxes (PR #5940)
Merged #5940 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5940#event-17341695247 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-
Re: [openstreetmap/openstreetmap-website] Changeset highlights in a layer on top of normal bboxes (PR #5940)
tomhughes left a comment (openstreetmap/openstreetmap-website#5940) Looks good to me, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5940#issuecomment-2819160479 You are receiving this because you are subscribed to this t
Re: [openstreetmap/openstreetmap-website] Search and latlon/nominatim query resources (PR #5868)
Merged #5868 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5868#event-17341695256 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-
Re: [openstreetmap/openstreetmap-website] Search and latlon/nominatim query resources (PR #5868)
tomhughes left a comment (openstreetmap/openstreetmap-website#5868) Thanks - this looks good to me now. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5868#issuecomment-2819129409 You are receiving this because you are subscribed
Re: [openstreetmap/openstreetmap-website] Add PWA geo protocol handler (PR #5736)
@AntonKhorev commented on this pull request. > @@ -93,6 +100,11 @@ OSM = { mapParams.lon = params.get("mlon"); mapParams.lat = params.get("mlat"); mapParams.zoom = params.get("zoom") || 12; +} else if (geoURI.has("geo") && geoURI.has("u") && !geoURI.has("z")) { + ma