Page 1 of 1

How to avoid toll roads only in specific countries?

Posted: Thu Jun 23, 2016 11:00 am
by qsku
For instance, I'm calculating a route from Poland to Spain and I want to avoid toll roads in France but not to avoid toll roads in other countries.
How to calculate a route that way?

qsku

Re: How to avoid toll roads only in specific countries?

Posted: Sun Jun 26, 2016 8:32 am
by Bernd Welter
Hello Marcin,

there is no direct parameter available that changes the toll behaviour between two stations in the desired manner. But you can change routing parameters at each waypoint ( Check WaypointDesc.routingOptions: http://xserver.ptvgroup.com/fileadmin/f ... ypointDesc )

So one possible approach is to add another waypoint at the border and to re-adjust the options.
Advantage: different behaviour in different parts (countries) of the route.
Disadvantage: YOU have to determine where to cross the border.

Besides this there is a country specific malus value for named tolls but that's not exactly what you need. Am I right?

Best regards Bernd

Edit JCL: fixed link