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 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.
- Either install and activate the CUS. Harden it according to the Securing Content Update Service guide.
- If you can't set up a machine for the CUS you have to gather and deploy the data manually the map.
Bernd