Code: Select all
The request contains an invalid path length which exceeds the configured maximum.
The route distance contained in the PathWaypoint must be less or equal to the meximum
configured in xserver.conf.
Compute a smaller route or contact your administrator to increase the maximum.
- Imagine you want to drive a >1000km route from Poland (Wroclaw) to France (Lyon)
- You need to have a rest in a radius within 30minutes along the route corridor. Unfortunatel the corridor calculation runs into the error described above.
- Here's the work around: Now you can use the break- and rest rules to determine the proper TourEvents along the route.
- Then use a calculateReachableArea for each TourEvent with a horizon of 30mins
- Instead of searching in one large corridor the quality of the output is even better because there will be some proper "distance" between the breaks
Bernd