[OSM-talk-be] integrated Routeplanner GraphHopper on osm.org strange result
joost schouppe
joost.schouppe at gmail.com
Thu Aug 2 10:37:14 UTC 2018
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/talk-be/attachments/20180802/8ed1dddb/attachment.htm>
More information about the Talk-be
mailing list