mmd
mmd
Thanks, this looks much better. For some reason, a few nodes or ways belonging to rather huge Flixbus relations were changed in that time period. As their geometry changed, the...
This wasn't implemented for performance reasons, as it would be prohibitively expensive. I would have to look up a reference to a previous discussion on this topic if needed. I...
Evaluators don't support any regular expressions at this time...
Found this commit: the XML query language rejects regular expressions on keys w/ negation: https://github.com/drolbr/Overpass-API/commit/7209dd399b8abfadbc8f413cb914ac0c0be81d35
Just wanted to mention that you would typically use a difference statement in this case: ``` (nwr[recycling]->.a; - nwr.a[~"^recycling:."~"."];); out meta center; ```
Yeah, I know :) this was meant as hint to people who found this issue via some web search.
Prototype implementation is here for testing: https://overpass-turbo.eu/s/1ko6
At the moment both production servers have different area versions, which explains the difference you're seeing. The underlying issue for z.overpass-api.de has already been reported here: https://wiki.openstreetmap.org/wiki/Overpass_API/status
Traceback: http://gis.stackexchange.com/questions/179946/how-can-i-get-list-of-counties-in-a-route-from-openstreetmap
A bit late... here's one possible approach, which is available since 0.7.55 release: ```C rel[boundary=administrative][admin_level](if:t["admin_level"] >= 6) (around:0,50.16634404911624, 8.633879241943358, 49.01715821614669, 8.374327239990235, 48.288676648581344, 7.775572357177735, 47.768872096323875, 7.503656616210939, 47.53482074712603, 7.630003509521484); out geom; ```