Roland Olbricht

Results 87 comments of Roland Olbricht

The sketch tool does not use route_master relations. The very purpose of the network tag is that the ref is unique within each network. Are these lines from different networks?...

Thank you for collecting the information. For the moment being I have no idea what may cause or contribute to this bug. I will keep this open in the hope...

Another useful ordering would be to order by distance to a given pair of coordinates.

I tend to define distance for ways to be the smallest distance from any segment and for relations the minimum distance of all node and way members. I'm confident that...

For ways, the problem has been solved by [version 0.7.57](https://dev.overpass-api.de/blog/way_based_areas.html).

This is unrelated to above mentioned document. This is about https://wiki.openstreetmap.org/wiki/Overpass_API/GDPR Baseline: Overpass API (and potentially other downstream data processors) shall hand out user data only to those of its...

By the way: Can someone please have a look why Travis complains? I see "1199 runs, 363556 assertions, 0 failures, 0 errors, 0 skips" as the result of the job...

> Well a "share" button that shares a link that doesn't work is kind of useless anyway! So expiring the token and hence breaking the link seems like the wrong...

There is some tweaking necessary here: the area operator so far does not find ways that are exclusively on the boundary and have no inner point. The rationale behind this...

It looks like this affects only one version of one way. The following patch program has been applied to the public databases to fix the defect version: ```` #include "overpass_api/core/datatypes.h"...