Search found 4 matches

by frs
Tue Aug 27, 2019 8:22 am
Forum: PTV xRouteServer
Topic: xRoute calculateRoute not using Roundabout for turn
Replies: 7
Views: 4518

Re: xRoute calculateRoute not using Roundabout for turn

Hi, probably this is due to the "fast turning ban heuristic" which is enabled by default. It can be disabled with the routing profile parameter useFastTurningBanHeuristic ( https://api-test.cloud.ptvgroup.com/manual/Content/Profile-Documentation/xserverbundle/Routing_xsd.html#Routing_Routi...
by frs
Thu Sep 27, 2018 3:11 pm
Forum: PTV xRouteServer
Topic: xServer2 calculateRoute "avoid" - parameters
Replies: 6
Views: 4049

Re: xServer2 calculateRoute "avoid" - parameters

Hi Eratosthenes, hi Bernd, unfortunately at the moment we don't support avoiding roads that require a vignette in xServer2. I hope that this feature will be added in one of the upcoming xServer2 versions. In the current draft for future API we have modeled the vignettePenalty besides the tollPenalty...
by frs
Thu Sep 07, 2017 4:55 pm
Forum: PTV xRouteServer
Topic: off road
Replies: 4
Views: 7538

Re: off road

In xServer 2 there is a page called "Route Locations, Waypoints and Route Legs" that can be found under "Technical Concepts/Routing" in the dashboard. There, the differences between OnRoadRouteLocation and OffRoadRouteLocation and the corresponding waypoints are discussed. The ma...
by frs
Tue Jun 13, 2017 4:56 pm
Forum: PTV xRouteServer
Topic: Section Weight in Snippet Profile XML File - strange
Replies: 2
Views: 5420

Re: Section Weight in Snippet Profile XML File - strange

Hi Sebastian, hi Bernd, a segment with a MAX_WEIGHT property will be blocked if the sum of Weight/@emptyWeight, Weight/@loadWeight, and Trailer/@emptyWeight is larger than the maximum weight stored at the segment. Since internally the maxWeight at the segment is stored in 10 kg units and we calculat...