Im using PTV xServer 1.30 with map TLNplanner Europe City 2025_1H.geo.
Recently a new tunnel is opened 'Maasdeltatunnel' ( https://geohack.toolforge.org/geohack.p ... eltatunnel).
I would expect that routes will use this new tunnel, but I am unable to achieve this, even with for example the emergency profile.
the request I am sending is:
Code: Select all
{
"waypoints": [
{
"coords": [
{
"point": {
"x": 473699,
"y": 6776978
}
}
],
"linkType": "NEXT_SEGMENT"
},
{
"coords": [
{
"point": {
"x": 470729,
"y": 6774455
}
}
],
"linkType": "NEXT_SEGMENT"
}
],
"options": [],
"exceptionPaths": [],
"details": {
"binaryPathDesc": false,
"boundingRectanglesC": 0,
"boundingRectanglesOffset": 0,
"brunnelManoeuvres": false,
"detailLevel": "STANDARD",
"dynamicInfo": false,
"manoeuvreAttributes": false,
"manoeuvreGroups": false,
"manoeuvres": true,
"nodes": true,
"polygon": true,
"segmentAttributes": false,
"segments": true,
"texts": true,
"totalRectangle": false,
"urbanManoeuvres": false
},
"callerContext": {
"properties": [
{
"key": "CoordFormat",
"value": "PTV_MERCATOR"
},
{
"key": "ResponseGeometry",
"value": "WKB"
},
{
"key": "Profile",
"value": "emergency"
},
{
"key": "includeFeatureLayerProperties",
"value":true
}
]
}
}
Making the request using google maps without using tolls ( the tunnel has toll) show around the same distance of 26km: https://www.google.com/maps/dir/51.9141 ... FQAw%3D%3D.
However, with using tolls the distance is much shorter, around 9km. https://www.google.com/maps/dir/51.9141 ... FQAw%3D%3D
I have some features which draw maps on the road, and the tunnel does seem to be available.
As I cannot get any vehicle to use the tunnel, I am not sure how to investigate what is the issue. Is there anyway that I can verify that the tunnel is usable at all?
Might this have something to do with the 'TLN' version of the map?
Any advice on how to get the tunnel to be usable is appreciated.