<div dir="ltr"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
What the overpass code for the full access=no without something else <br>
like foot=yes or bicycle=yes ecetera ?<br></blockquote><div><br></div><div>As simple as this: way["access"="no"][!"foot"]<br></div><div>The !foot part means "there is no foot=* tag present".</div><div class="gmail_quote">Example: <a href="http://overpass-turbo.eu/s/AJy">http://overpass-turbo.eu/s/AJy</a></div><div class="gmail_quote"><br></div><div class="gmail_quote">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.<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">node["barrier"]["access"][!"foot"]</div><div class="gmail_quote"><br></div></div><div class="gmail_quote"><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Joost Schouppe</div></div></div></div></div></div></div></div></div>