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
### 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://
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
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
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/
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
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
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
@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