Search found 11 matches

by Gerhard
Tue Sep 26, 2017 2:23 pm
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: xServer Internet 2 URLs
Replies: 7
Views: 15263

Re: xServer Internet 2 URLs

Hi Bernd,

is there already a possibility to use xLocate 2 for North American addresses?

Thx in advance,

Gerhard
by Gerhard
Mon Sep 11, 2017 10:48 pm
Forum: PTV xRouteServer
Topic: Cannot caluclate route concerning leg *number*
Replies: 20
Views: 34461

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
Wed Aug 30, 2017 10:45 am
Forum: PTV xRouteServer
Topic: Cannot caluclate route concerning leg *number*
Replies: 20
Views: 34461

Re: Cannot caluclate route concerning leg *number*

No solution for this? :cry:
by Gerhard
Fri Aug 25, 2017 9:31 am
Forum: PTV xRouteServer
Topic: Cannot caluclate route concerning leg *number*
Replies: 20
Views: 34461

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":[{...
by Gerhard
Fri Aug 25, 2017 8:22 am
Forum: PTV xRouteServer
Topic: Cannot caluclate route concerning leg *number*
Replies: 20
Views: 34461

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: 47....
by Gerhard
Thu Aug 24, 2017 3:31 pm
Forum: PTV xRouteServer
Topic: Cannot caluclate route concerning leg *number*
Replies: 20
Views: 34461

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 level...
by Gerhard
Sat Jul 15, 2017 9:38 am
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: xServer Internet 2 URLs
Replies: 7
Views: 15263

Re: xServer Internet 2 URLs

Hi Bernd,

great, thank you!

Gerhard
by Gerhard
Thu Jul 13, 2017 2:58 pm
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: xServer Internet 2 URLs
Replies: 7
Views: 15263

xServer Internet 2 URLs

I would like to give the xLocation component of the xServer Internet 2 a try. Therefore I tried the following JavaScript/jQuery code: $.ajax({ url: 'https://xserver2-europe-eu-test.cloud.ptvgroup.com/services/rest/XLocate/2.4/locations/Berlin', type: 'GET', cache: false, timeout: 5000, beforeSend: f...
by Gerhard
Wed May 31, 2017 9:40 am
Forum: PTV xTourServer
Topic: Tour period xTour vs xRoute
Replies: 4
Views: 8364

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 future...
by Gerhard
Mon May 29, 2017 1:32 pm
Forum: PTV xTourServer
Topic: Tour period xTour vs xRoute
Replies: 4
Views: 8364

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": &qu...