Toll as truck but not as a car

This forum deals with any kind of routing computation whether it is simple A:B-routing, calculation of isochrones, simple matrix computation or nearest search.
Post Reply
nemec
Posts: 17
Joined: Tue May 02, 2017 10:05 am

Toll as truck but not as a car

Post by nemec »

Hello !

see attachement.....

i have a double Calculation for driving as a bus
1)Driving as a truck
2)Driving as a car
the route is Wien(Vienna)->Innsbruck->Bludenz->Neapel(Napoli)

i use the same parameters for both calculation....except type (CAR,TRU)
i get the toll for the truck....for A,D,LIE,CH,I
i get no toll for the car except a very cheap toll in Italy
i get no toll for car in A, CH (Vignette)

i have the following configuration for calculating the toll
CountryInfoVehicleOptions CountryInfoVehicleOptions = new CountryInfoVehicleOptions();
CountryInfoVehicleOptions.setAllEuro(true);
CountryInfoVehicleOptions.setDetailedTollCosts(true);
CountryInfoVehicleOptions.setCalculatePartTollCosts(true);
CountryInfoVehicleOptions.setNamedToll(true);
CountryInfoVehicleOptions.setTollTotals(true);


now my question : is there a missing configuration (Configuration file) , a mistake in the Java-Code....

Thanks in advance....
regards
Andreas Nemec
Attachments
Dr Richard Mautprobleme PTV-Forum.png
LNM_PTV
Posts: 14
Joined: Mon Apr 18, 2016 12:25 pm

Re: Toll as truck but not as a car

Post by LNM_PTV »

Hallo!

If you do a truck Routing on that route, the corresponding toll data are considered.
For a car routing, for example in Germany or in Austraia, a vignette has to be bought.
A vignette fee is dependent on the validity period.
For different validity periods different amounts of money has to be paid.
That is why we only have the information in our data, that there has to be bought a vignette and not the amount of money that has to be paid.

Best regards,
Lars Moritz
Lars Moritz
Technical Consultant
PTV GROUP, Germany
nemec
Posts: 17
Joined: Tue May 02, 2017 10:05 am

Re: Toll as truck but not as a car

Post by nemec »

ok i understand the special thing with the vignettes.
but there are 2 open things :
- the toll through 'Arlbergtunnel' between Innsbruck and bludenz
- the toll in the italien autobahn from border of CH to napoli

i got from Como(Border CH/I) to Napoli a toll of EUR 62,45 , on my picture is shown EUR 4,26

http://www.autostrade.it/autostrade-gis ... zaClassi=A
User avatar
Bernd Welter
Site Admin
Posts: 2564
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: Toll as truck but not as a car

Post by Bernd Welter »

Hello Andreas,

just found this orphaned post about toll. Is this a topic where I can help?

Tunnels with SPECIALCHARGE are part of our data of course.

Best regards,
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Post Reply