This is our first post

Could you pls help us. We need to disable all Ferry transportation so PTV xRouteServer would not calculate route through water. Thx!
Code: Select all
{
"requestProfile":{
"routingProfile":{
"course":{
"combinedTransport":{
"boatPenalty": 2501
}
}
}
},
"waypoints": [
{
"$type": "OffRoadWaypoint",
"location": {
"offRoadCoordinate": {
"x": 8.045559851,
"y": 52.271949744
}
}
},
{
"$type": "OffRoadWaypoint",
"location": {
"offRoadCoordinate": {
"x": 24.114870021,
"y": 56.945980094
}
}
}
],
"resultFields": {
"polyline": true
}
}