Re: [openstreetmap/openstreetmap-website] use highway=busway instead of emergency=yes when determining feature type in query results (Issue #5258)

2024-10-14 Thread Sarah Hoffmann via rails-dev
Feel free to add new entries. And feel free to make a PR to get of this section in CONTRIBUTING.md. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5258#issuecomment-2410282588 You are receiving this because you are subscribed t

[openstreetmap/openstreetmap-website] Update nominatim terms (PR #5401)

2024-12-16 Thread Sarah Hoffmann via rails-dev
### Description I'm planning to introduce three new categories for Nominatim classes: lock, water and information. These are the main terms for it. ### How has this been tested? Only made sure the CI runs successfully. You can view, comment on, or merge this pull request online at: https://

[openstreetmap/openstreetmap-website] Link to Nominatim is missing viewbox parameter (Issue #5859)

2025-03-27 Thread Sarah Hoffmann via rails-dev
lonvia created an issue (openstreetmap/openstreetmap-website#5859) ### Problem Follow-up to #3205. The new direct links to Nominatim from #4895 are awesome but it looks like the `viewbox=` parameter doesn't work as intended. It never seems to be included in the URL. You can already see in the s

Re: [openstreetmap/openstreetmap-website] Update FAQ.md (PR #5908)

2025-04-10 Thread Sarah Hoffmann via rails-dev
lonvia left a comment (openstreetmap/openstreetmap-website#5908) That's a misguided attempt to fulfil GSOC requirements. Feel free to just close. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5908#issuecomment-2788502666 You are

Re: [openstreetmap/openstreetmap-website] Error contacting nominatim.openstreetmap.org: 400 (Issue #5909)

2025-04-09 Thread Sarah Hoffmann via rails-dev
lonvia left a comment (openstreetmap/openstreetmap-website#5909) The website is sending an empty `zoom` parameter to Nominatim. That is not allowed. It must be an integer number. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/

Re: [openstreetmap/openstreetmap-website] Error contacting nominatim.openstreetmap.org: 400 (Issue #5909)

2025-04-09 Thread Sarah Hoffmann via rails-dev
lonvia left a comment (openstreetmap/openstreetmap-website#5909) I think the restriction appeared on the Nominatim side with the switch to Python, which was over a year ago. You really should always send the zoom. It does make a difference for the result. -- Reply to this email directly or vie

Re: [openstreetmap/openstreetmap-website] Implement JSON support for the changeset download API (PR #5973)

2025-05-01 Thread Sarah Hoffmann via rails-dev
lonvia left a comment (openstreetmap/openstreetmap-website#5973) Changefiles today are usually sorted by (OSM type, OSM id, version). This ensures that most(*) dependent changes are already available, when reading an object. Consumers may rely on that order. (*) The obvious exception are nested

Re: [openstreetmap/openstreetmap-website] Routing by Car is extremely slow (probably down?), but by Bicycle and by Foot are fine (Issue #5974)

2025-05-02 Thread Sarah Hoffmann via rails-dev
lonvia left a comment (openstreetmap/openstreetmap-website#5974) This isn't the right place to report issues with the OSRM demo server. Usually it is probably best to contact the sysadmins via the email listed at https://map.project-osrm.org/about.html. That said, the sysadmins are aware of the

Re: [openstreetmap/openstreetmap-website] Add lang attribute to Nominatim results from CJK languages (PR #6079)

2025-06-02 Thread Sarah Hoffmann via rails-dev
@lonvia commented on this pull request. > @@ -12,6 +14,14 @@ def create # ask nominatim response = fetch_xml(nominatim_reverse_query_url(:format => "xml")) + # add lang attribute for frontend in certain regions + addressparts = response.elements["reversegeocode/addressp