Search found 25 matches

by Dobos Ionut
Tue Nov 10, 2020 10:49 am
Forum: PTV xRouteServer
Topic: Unrecognized field "currency" on xRoute2
Replies: 3
Views: 2539

Re: Unrecognized field "currency" on xRoute2

Hello,

I moved the currency field to the path you mentioned and it's working now. Thanks!

Best regards,
John
by Dobos Ionut
Tue Nov 10, 2020 9:00 am
Forum: PTV xRouteServer
Topic: Unrecognized field "currency" on xRoute2
Replies: 3
Views: 2539

Unrecognized field "currency" on xRoute2

Hello, We are getting loads of errors (Bad Request) from PTV xRoute2 since yesterday evening. This is the error message: { "message": "Unrecognized field \"currency\" (class com.ptvgroup.xserver.profile.RequestProfile), not marked as ignorable (7 known properties: \"clu...
by Dobos Ionut
Thu Oct 22, 2020 8:53 am
Forum: PTV xRouteServer
Topic: Different distance for identical polyline
Replies: 4
Views: 2570

Re: Different distance for identical polyline

Hello,

That seems plausible, we'll take a closer look to the polyline to see if we missed the "detour" because of overlapping.

Thank you,
John
by Dobos Ionut
Tue Oct 20, 2020 2:05 pm
Forum: PTV xRouteServer
Topic: Different distance for identical polyline
Replies: 4
Views: 2570

Different distance for identical polyline

Hello, I've encountered a weird issue and I thought that it would be better to check with you. What we do is, before a drive, we calculate the route between points A -> B and we save the polyline and the total distance/time. After the drive has started, we recalculate the route every 10 minutes usin...
by Dobos Ionut
Thu Oct 01, 2020 7:47 am
Forum: PTV xRouteServer
Topic: Does time consideration guarantee consistent routing?
Replies: 2
Views: 1639

Re: Does time consideration guarantee consistent routing?

Hello Lars, So, if I understand correctly, the route can change only on the parts of the route that wouldn't have been covered, right? So, if I have a 2h route with a reference time 4h ago, nothing will change on that route no matter how many times I call the calculateRoute. Also, if I have a 2h rou...
by Dobos Ionut
Wed Sep 30, 2020 9:12 am
Forum: PTV xRouteServer
Topic: Does time consideration guarantee consistent routing?
Replies: 2
Views: 1639

Does time consideration guarantee consistent routing?

Hello, We have a use case that we think would be solved using the ExactTimeConsiderationAtStart route option, but we would like to check with you if we understood it's purpose correctly. What we would like to do is to check actively if a driver has gone off route by recalculating his route by also t...
by Dobos Ionut
Tue Sep 29, 2020 12:47 pm
Forum: PTV xLoadServer
Topic: packBins endpoint - nondeterministic data for itemsNotPacked
Replies: 1
Views: 27546

packBins endpoint - nondeterministic data for itemsNotPacked

Hello, We had a problem using the following endpoint: https://xserver2.cloud.ptvgroup.com/services/rs/XLoad/experimental/packBins We have 2 requests with items that are over the bin's limit. 1st request adds 67 items, and returns 1 item not packed, resulting in a limit of 66 items 2nd request adds 1...
by Dobos Ionut
Tue Sep 29, 2020 11:11 am
Forum: PTV xRouteServer
Topic: Routing by ferry on xServer v2
Replies: 3
Views: 2231

Re: Routing by ferry on xServer v2

Hello Bernd,

That looks (and works) perfectly and I somehow missed it in the documentation.

Thank you,
John
by Dobos Ionut
Tue Sep 29, 2020 9:58 am
Forum: PTV xRouteServer
Topic: Routing by ferry on xServer v2
Replies: 3
Views: 2231

Routing by ferry on xServer v2

Hello, I've stumbled upon an issue that I'm not quite sure what is the best approach to resolve. We are using xServer2 and we are calculating a route that we would like to be partially done by ferry (~200km total), but the server goes the long way around the water (~600 km). This is my request: POST...
by Dobos Ionut
Tue Jul 28, 2020 8:45 am
Forum: PTV xRouteServer
Topic: Calculate Route stored XML profile requirements
Replies: 1
Views: 1607

Calculate Route stored XML profile requirements

Hello, We've encountered a problem when trying to calculate a route with a stored profiled passed in as an url. As per the documentation, we've added the following key: { ... "storedProfile": "{baseUrl}/publicFolder/carProfile.xml" ... } The profile is public and can be accessed ...