mmd
mmd
By the way, this has some overlap with #2348 , i.e. the leaflet plugin could use a multi fetch as a building block to resolve nested relations.
Right, as this is more a question of data visualisation rather than editing using the API, I brought up Overpass API here. I would discourage unconstrained relation resolution for the...
Closing as per previous comment by @AntonKhorev
You could try one of the public Overpass instances as well, as they offer the same map call, e.g. https://overpass-api.de/api/map?bbox=9.18143,45.46142,9.20514,45.47089 See https://wiki.openstreetmap.org/wiki/Overpass_API for a list of available instances. kumi.systems Overpass...
I ran a quick test to validate that a simulated runtime_error in `pbf_writer::relations` is handled ok now: 10000 = very first relation id in dump: ``` if (r.id == 10000)...
I was wondering if the issue was reproducible, i.e. when processing the same db dump twice, it would show exactly the same behavior as with the previous run. Given that...
@gartenkralle : do you have any updates on this? Can this issue be closed now?
@batpad: why don't you open an issue with overpass API? The data for your use case for sure is available in the backend, it just doesn't get exposed in a...
Forum oauth login support should be much easier, compared to the estimated effort to have something similar for the OSM Wiki. Today, the forum already uses Basic Auth and osm.org...
This can be done once we move the forum to discourse and add oauth2 support to the osm website. Wiki seems more tricky, the available oauth plugin is in beta...