I try to calculate an itinerary by car to find a distance and a time for a trip with OTP 2.0.0 with the R package but OTP does not let me calculate any trip longer than 50km (Euclidien distance).
I also have this warning for each trip I try to compute :WARN (DirectStreetRouter.java:76) The max walk/bike/car distance is reduced to 50 km from Infinite
and Error: No itinary returned from 47.14355,7.99350 to 47.04395,7.27791
. Every point (origin or destination) works independently for a calculation if they are closer than 50km.
I try to increase the max walk/bike/car distance but I don't know where to find this parameter (router-config.json?).
How can I increase this limit distance for a car trip? Thanks a lot!