Search found 5 matches

by frs
Mon Dec 30, 2024 6:12 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: How to get break generated from ConfigurableWorkingHoursPreset
Replies: 2
Views: 9269

Re: How to get break generated from ConfigurableWorkingHoursPreset

Hi, the tour and waypoint events can be requested by setting the corresponding event types in the resultFields element, for example: <eventTypes>WAYPOINT_EVENT</eventTypes> <eventTypes>TOUR_EVENT</eventTypes> With the attached example request extended by those event types the events contain the foll...
by frs
Tue Aug 27, 2019 8:22 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: xRoute calculateRoute not using Roundabout for turn
Replies: 7
Views: 9042

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 / DEV.Routing API
Topic: xServer2 calculateRoute "avoid" - parameters
Replies: 6
Views: 7395

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 / DEV.Routing API
Topic: off road
Replies: 4
Views: 9988

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 / DEV.Routing API
Topic: Section Weight in Snippet Profile XML File - strange
Replies: 2
Views: 7291

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...