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?


_______________________________________________
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk

Reply via email to