[OSM-talk] Overpass area query gives results outside area...
Fabian Schmidt
fschmidt at informatik.uni-leipzig.de
Fri Nov 8 15:58:43 UTC 2013
Am 08.11.13 schrieb Jean-Marc Liotier:
> To return multiple types of objects, this works:
>
> area[name="Senegal"];
> (
> node(area)[name="Fatick"];<;
> way(area)[name="Fatick"];<;
> rel(area)[name="Fatick"];<;
> area(area)[name="Fatick"];<;
> );
> out;
I would expect the area() to be a subset of way() and rel(), so you
wouldn't need to add it to the query?
More information about the talk
mailing list