> What the overpass code for the full access=no without something else > like foot=yes or bicycle=yes ecetera ? >
As simple as this: way["access"="no"][!"foot"] The !foot part means "there is no foot=* tag present". Example: http://overpass-turbo.eu/s/AJy Of course, nodes can also have an effect on routing. For example, you could add the code below to query barrier nodes which have an access tag but not a foot tag. node["barrier"]["access"][!"foot"] -- Joost Schouppe
_______________________________________________ Talk-be mailing list [email protected] https://lists.openstreetmap.org/listinfo/talk-be
