Hi Phil, > Is there a way to search for a node type where it is on a way of a type, or > types? An example would be gates on trunk or primary roads.
Yes, there is a way. Please paste way(50.6,7.0,50.8,7.3)[highway="tertiary"];(node(w)[barrier];);out skel; into the Convert Form at http://www.overpass-api.de/query_form.html and select "to OpenLayers overlay" and have some seconds patience. If you want to edit the data instead, you can download it with way(50.6,7.0,50.8,7.3)[highway="tertiary"];(node(w)[barrier];);out meta; in the upper form and then open it in JOSM. The (50.6,7.0,50.8,7.3) is the bounding box (lat, lon, lat, lon) and can of course be changed, as well as "tertiary" to the tag value you actually want. Cheers, Roland
_______________________________________________ talk mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk

