Basic Special Toll Update Great Britain, Netherlands & Switzerland

Great Britain

This scenario contains the most recent tariffs from January 2023. New tariffs for M6, Eurotunnel, Tamar Bridge, Itchen Bridge. This scenario replaces the previous ‘Great Britain April 2022’ scenario.

 

Netherlands

New toll-free timeperiods for: Westerschelde tunnel. This scenario replaces the previous ‘Netherlands January 2022’ scenario.

Switzerland

This scenario contains the toll factors valid from 11/12/2022. New tariffs for Bodenseefähre Romanshorn, Sankt Bernhard Tunnel. It replaces the previous ‘Switzerland January 2022 v2’ scenario.

 

Concerned maps

PTV Europe City Map Premium 2023.1H/1aH: Toll Update version 2023_1H_9/2023_1aH_9 – This toll update was activated for PTV xServer and PTV xServer internet.

PTV Europe City Map Premium 2023.1T: Toll Update version 2023_1T_6 – This toll update was activated for PTV xServer and PTV xServer internet.

 

Please note: This and all following toll updates will be only available via automatic update with the PTV Content Update Service.

We recommend to use PTV Content Update Server Version 2.x.
Also your current PTV xServer API Version 1 can work with PTV Content Update Server Version 2.x – using  PTV CUS xServer 1 Adapter.
For PTV Mapserver please use the PTV Toll Update Tool.

If you need further information or support please contact the support team.

Detailed Special Toll Update for Great Britain, Netherlands & Switzerland

We activated the updated detailed toll layers for Great Britain, Netherlands and Switzerland referenced to

  • PTV World City Map Premium 2023.1H/1aH
  • PTV World City Map Premium 2023.2H (from Release of the Map)

on our Layer Delivery Server (LDS). Now, it is possible to download the detailed toll layers via Content Update Service (CUS).

Content:  New special toll rates valid from 13th of January 2023.

 

Using detailed toll on PTV Developer, xServer internet and xServer from version 2.22:

The default toll calculation changed to useDetailedToll = true in the xserver.conf. That means that you get the detailed toll automatically, when requesting toll in the route calculation.

 

Information for xServer from version 2.18 to 2.21:

Step 1: Activate the detailed toll download via content update service in you xserver.conf.

core {
     contentupdates {
              content {
                  detailedToll {
                      enabled = true
                      providerNames = [ "here" ]
                      countries = [ ]
                  }
          }
      }
 }

Step 2: Enable the detailed toll calculation in the xserver.conf or in your request.

xroute {
     tollOptions {
     useDetailedToll = true
     }
 }

The detailed toll is released for PTV xServer from version 2.18.  

 

Please be aware that from version 2.22 the parameter useDetailedToll is activated automatically. If you like to use the basic toll you need to set it to false.