Upcoming region based toll calculation in Belgium
Posted: Thu Feb 11, 2016 12:06 pm
Hello alltogether,
on april 1st, 2016 Belgium invents toll on various streets and highways in the country. PTV xRoute server supports calculation of toll in various countries for years but as the Belgian style of taxes is a little bit more challenging (tax values depend on regions) we had to invent some new strategies to cope with this. I'd like to use this thread to draw your attention to the Belgium toll in general, so feel free to ask questions around the topic if my little intro isn't sufficient. Anyhow: this topic is also worth to be checked in general.
Feedback is welcome!
Best regards Bernd
on april 1st, 2016 Belgium invents toll on various streets and highways in the country. PTV xRoute server supports calculation of toll in various countries for years but as the Belgian style of taxes is a little bit more challenging (tax values depend on regions) we had to invent some new strategies to cope with this. I'd like to use this thread to draw your attention to the Belgium toll in general, so feel free to ask questions around the topic if my little intro isn't sufficient. Anyhow: this topic is also worth to be checked in general.
Feedback is welcome!
- To compute a toll based on a future tarif you can specify the context date of a routing by using the CountryInfoOptions.TollDate. This feature enables you to determine belgium prices even nowadays though the tarif will be applied in more than 2 months. If you do not use the parameter the xRoute server applies his current system date - beware of this effect!
- If you just want to summarize national net values of toll you may simply take a look at the so-called TollTotals which contain just one price value per country passage. To enable TollTotals use CountryInfopOptions.TollTotals=true.
- If you want to compute proper prices incl. official taxes you have to determine the net prices for each region provider. Belgium has seven of them. The following list contains the ProviderID and ProviderName:
- 201 = Flanders highway
- 202 = Flanders regional
- 204 = Wallonia highway
- 205 = Wallonia regional
- 207 = Brussels highway
- 208 = Brussels regional
- 209 = Brussels local
- I'll ask Product Management to provide an overview of available server versions and maps supporting this new feature as soon as possible! DONE
Best regards Bernd