This check flags all the objects of type Way that contain the access tag equal to "yes" or "permissive" and the highway tag equal to one of the following: ["footway", "bridleway", "steps", "path", "cycleway", "pedestrian", "track", "bus_guideway", "busway", "raceway", "motorway", "trunk"] OSMOSE.
No configurable variables for HighwayAccessCheck
Way:705630999 has the tags: access=yes, highway=cycleway.
This check evaluates Edges. It flags the objects that contains the proper access and highway tags.
We first validate that the incoming object is:
- Hasn't been flagged previously
- A Way (Main Edge)
- The object is a way, has an access tag "yes" or "permissive" and a highway tag from the following list: ["footway", "bridleway", "steps", "path", "cycleway", "pedestrian", "track", "bus_guideway", "busway", "raceway", "motorway", "trunk"].
- Any other scenario than the one described above.
To learn more about the code, please look at the comments in the source code for the check: HighwayAccessCheck.java