Proper request doesn't return toll?

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
User avatar
Bernd Welter
Site Admin
Posts: 2574
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Proper request doesn't return toll?

Post by Bernd Welter »

Hi there,

these days a partner encountered a situation where his proper routing request did not any detailed toll in his on premise environment: here's the meta output of his route through Germany with a significant contribution on toll roads (40t truck)

Code: Select all

{
  "$type": "RouteResponse",
  "distance": 264969,
  "travelTime": 12451.585,
  "toll": {
    "summary": {}
  },
  "violated": false
}
The same request returned proper toll on my local machine and xServer internet. Here's the missing info:
  • The customer used a Premium 2021.1H map.
  • Obviously the map does not contain detailed toll data when shipped.
  • He does not use a CUS (=content update service) because of the sensitivity of the environment.
  • Therefore the data is never updated / downloaded.
:idea: Solution To look for toll data within a map check the /featurelayer folder for /toll subfolders:
Toll files.png
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