There can be various reasons. In this case it is the bollard which access condition we currently cannot handle and therefor block access: http://www.openstreetmap.org/node/3555118028
I’m going to check if there is any method to extract/remove these bollard from the .pbf file before starting Graphhopper / or just ignore bollards completely in graphhopper.
Hi, how do you handle conditionally accessible roads like e.g. Tioga Road? (https://www.openstreetmap.org/way/520725577#map=19/37.91110/-119.25777). GraphHopper doesn’t calculate route through it in July despite the road is closed from Nov to May (expressed in parameter access:conditional no @ (Nov-May))
Good day Peter,
is there any flag that may be used when requesting Routing API, so these parameters won’t be ignored or is it possible only on own hosting? Thanks
In our open source offering we ignore them per default, but this can be configured.
In our hosted Routing API we don’t ignore them (please note that this topic is in the core category which is about the open source project). I.e. for the Routing API requesting it in summer can give different results compared to winter (which can be also ugly if you want to plan a summer tour in winter, but currently this cannot be modified up on request).