Private roads accessible by foot in San Francisco but not in following areas

Hi, I get ConnectionNotFound error for following query in Alabama:
https://graphhopper.com/maps/?point=34.682011%2C-86.627849&point=34.700211%2C-86.627261&locale=en-US&vehicle=foot&weighting=fastest&elevation=true&turn_costs=false&use_miles=false&layer=Omniscale

which is understood as the private roads are restricted in FootFlag Encoder access list.

But, I am able to get route for following points which include the destination on road with “private access”.
https://graphhopper.com/maps/?point=37.787998%2C-122.46374&point=37.788146%2C-122.461463&locale=en-US&vehicle=foot&weighting=fastest&elevation=true&turn_costs=false&use_miles=false&layer=OpenStreetMap

I found roads in San Francisco with same property (osm) of private Road as in first query (Alabama) but it still finds route successfully to nearby points.

Could you please understand help why is it not throwing ConnectionNotFound in San Francisco area?

For smaller disconnected areas we remove them from the routing (this is the subnetwork removal, see PrepareRoutingSubnetworks) and so the destination location is snapped to nearby roads. For bigger disconnected areas (areas like in your cases, islands, continents) we cannot remove them and you get this exception but you can calculate routes within this network.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.