I’m running locally GraphHopper, just followed the instructions and everything works great!!
The problem is I’m trying to get GraphHopper to provide the route between these two points
http://localhost:8989/maps/?point=39.802209%2C2.787781&point=39.802919%2C2.788677&profile=car&layer=OpenStreetMap&custom_model={“priority”%3A[{“if”%3A"car_access%3D%3Dfalse"%2C"multiply_by"%3A"10"}]%2C"speed"%3A[{“if”%3A"car_access%3D%3Dfalse"%2C"limit_to"%3A"1000"}]}
But it refuses to use private roads, what am I doing wrong?
Thanks!