Search found 8 matches

by Gerhard
Mon Sep 11, 2017 10:48 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: Cannot caluclate route concerning leg *number*
Replies: 20
Views: 50553

Re: Cannot caluclate route concerning leg *number*

Hi Bernd,

Code: Select all

<Course>
<Maneuver considerTurningBans="false" uTurnCost="5000"/>
</Course>
actually did the trick for us. Thank you very much, your support is really outstanding!!
by Gerhard
Fri Aug 25, 2017 9:31 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: Cannot caluclate route concerning leg *number*
Replies: 20
Views: 50553

Re: Cannot caluclate route concerning leg *number*

Hi Bernd,

thank you for the prompt and detailed explanation. Regrettably neither changing the linkType to AUTO_LINKING, nor the Waypoint XML-Code solved my problem. :?

Here's the code I tried (even changed the maximumDistance* vars from 100 to 1000):

{
"waypoints":
[
{"coords":[{"point":{"x ...
by Gerhard
Fri Aug 25, 2017 8:22 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: Cannot caluclate route concerning leg *number*
Replies: 20
Views: 50553

Re: Cannot caluclate route concerning leg *number*

Hi Bernd,

yes, that's exactly the message that I'm getting, the same as mentioned by peter.detzner in the first post. I already implemented the fix according to the second post as you can see in my code example, but still getting the error.

Same happens btw for the GPS-position x: 15.0653484, y ...
by Gerhard
Thu Aug 24, 2017 3:31 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: Cannot caluclate route concerning leg *number*
Replies: 20
Views: 50553

Re: Cannot caluclate route concerning leg *number*

I'm having the same issue, using xServer Internet. Regrettably the link provided didn't solve this problem for me.

When I'm adding the code, I actually get another error, telling me that <Violations> must not be a child of <BasicDataRules>. From as far as I can tell <Violations> is on the same ...
by Gerhard
Wed May 31, 2017 9:40 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Tour period xTour vs xRoute
Replies: 4
Views: 10510

Re: Tour period xTour vs xRoute

Hello Bernd,

thank you very much for the fast response, that's very much appreciated! We're using xServer INTERNET, just to clarify. I think I was able to solve it with the information you provided. But just to make sure that I got everything right (and probably in order to help others in the ...
by Gerhard
Mon May 29, 2017 1:32 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Tour period xTour vs xRoute
Replies: 4
Views: 10510

Re: Tour period xTour vs xRoute

I created a simple example for the Raw Request Runner at https://xtour-eu-n-test.cloud.ptvgroup.com/pages/runRequest.html

Changing "carslow" to "carfast" makes no difference in the result. Am I missing something somewhere?

{
"transportOrders": [
{
"$type": "TransportDepot",
"id": 101 ...
by Gerhard
Mon May 29, 2017 1:14 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Tour period xTour vs xRoute
Replies: 4
Views: 10510

Tour period xTour vs xRoute

Hi,

I've got a pretty basic question regarding the differences in time calculation between xTour and xRoute. Our use case is as follows:

1) We have several tour stops which we want to optimize/sort with xTour's planBasicTours method (we only have one vehicle and one tour ... therefore we used to ...