Detailed Toll for Switzerland, Great Britain, Italia, Norway and Sweden available

We activated the detailed toll layers for Switzerland, Great Britain, Italia, Norway and Sweden referenced to PTV Europe / World Map Premium 2020.2H today, on May 05, 2020 on our Layer Delivery Server (LDS). Now, it is possible to download detailed toll layers via Content Update Service (CUS).

Please remember: to use the detailed toll on premise you need to follow these steps:

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 in Switzerland, Great Britain, Italia, Norway and Sweden is released for PTV xServer from version 2.17. 
Please be aware that in version 2.15 the parameter useDetailedToll is activated automatically. If you like to use the basic toll you need to set it to false.