Hello,
I moved the currency field to the path you mentioned and it's working now. Thanks!
Best regards,
John
Search found 25 matches
- Tue Nov 10, 2020 10:49 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Unrecognized field "currency" on xRoute2
- Replies: 3
- Views: 5466
- Tue Nov 10, 2020 9:00 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Unrecognized field "currency" on xRoute2
- Replies: 3
- Views: 5466
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: \"clusterPlanningProfile ...
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: \"clusterPlanningProfile ...
- Thu Oct 22, 2020 8:53 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Different distance for identical polyline
- Replies: 4
- Views: 7242
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
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
- Tue Oct 20, 2020 2:05 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Different distance for identical polyline
- Replies: 4
- Views: 7242
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 ...
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 ...
- Thu Oct 01, 2020 7:47 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Does time consideration guarantee consistent routing?
- Replies: 2
- Views: 4587
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 ...
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 ...
- Wed Sep 30, 2020 9:12 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Does time consideration guarantee consistent routing?
- Replies: 2
- Views: 4587
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 ...
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 ...
- Tue Sep 29, 2020 12:47 pm
- Forum: PTV xLoadServer / Loading Space Optimization API
- Topic: packBins endpoint - nondeterministic data for itemsNotPacked
- Replies: 1
- Views: 94669
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 ...
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 ...
- Tue Sep 29, 2020 11:11 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Routing by ferry on xServer v2
- Replies: 3
- Views: 5531
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
That looks (and works) perfectly and I somehow missed it in the documentation.
Thank you,
John
- Tue Sep 29, 2020 9:58 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Routing by ferry on xServer v2
- Replies: 3
- Views: 5531
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 ...
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 ...
- Tue Jul 28, 2020 8:45 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Calculate Route stored XML profile requirements
- Replies: 1
- Views: 3628
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 via the ...
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 via the ...
- Wed Apr 29, 2020 6:46 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Calculate route takes upwards of 40 seconds
- Replies: 3
- Views: 4310
Re: Calculate route takes upwards of 40 seconds
Hello Bernd,
Thank you for your reply. Please let us know when you hear form the dev theam if speed patterns are not supported for international trips. Also, is there any other way to determine traffic without speed patterns?
Thanks,
John
Thank you for your reply. Please let us know when you hear form the dev theam if speed patterns are not supported for international trips. Also, is there any other way to determine traffic without speed patterns?
Thanks,
John
- Tue Apr 21, 2020 2:41 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Calculate route takes upwards of 40 seconds
- Replies: 3
- Views: 4310
Calculate route takes upwards of 40 seconds
Hello,
We are integrating with the xserver2 service to calculate the route and have this request
array:6 [
"resultFields" => array:5 [
"polyline" => true
"legs" => array:3 [
"enabled" => true
"polyline" => false
"tollSummary" => true
]
"toll" => array:3 [
"enabled" => true
"sections ...
We are integrating with the xserver2 service to calculate the route and have this request
array:6 [
"resultFields" => array:5 [
"polyline" => true
"legs" => array:3 [
"enabled" => true
"polyline" => false
"tollSummary" => true
]
"toll" => array:3 [
"enabled" => true
"sections ...
- Thu Apr 02, 2020 9:49 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: XRoute tolls missing for some countries
- Replies: 3
- Views: 5220
XRoute tolls missing for some countries
Hello,
We're using the XRoute service and determined that there's a lack of tolls for some countries. For example:
We're giving the following points with a 40 tons truck: Bucharest - Verona - Paris - Berlin
The tolls we're receiving are for: Serbia, Croatia, Slovenia, France, Belgium and Germnay ...
We're using the XRoute service and determined that there's a lack of tolls for some countries. For example:
We're giving the following points with a 40 tons truck: Bucharest - Verona - Paris - Berlin
The tolls we're receiving are for: Serbia, Croatia, Slovenia, France, Belgium and Germnay ...
- Thu Mar 12, 2020 10:12 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: XRoute tolls currency
- Replies: 2
- Views: 4448
XRoute tolls currency
Hello,
Looking at the tolls returned from the /calculateRoute, we noticed that for courtries like Denmark there were values in the thousands. Are those values in danish krones? If so, do you also provide an option to convert the currency into euros (or any other currency) ?
Thank you,
Ionut
Looking at the tolls returned from the /calculateRoute, we noticed that for courtries like Denmark there were values in the thousands. Are those values in danish krones? If so, do you also provide an option to convert the currency into euros (or any other currency) ?
Thank you,
Ionut
- Thu Feb 06, 2020 11:20 am
- Forum: PTV Navigator SDK (Admin=SchS)
- Topic: Does the SDK provide in-app navigation?
- Replies: 2
- Views: 6013
Re: Does the SDK provide in-app navigation?
Hello Bernd,
Thank you for your answer. Can we schadule a one2one here, or do we need to contact our client to schedule it?
If possible, you can schedule a talk with my colleague Tudor: tudor.marin@mbntech.ro
Let us know how we can proceed.
Best regards,
John
Thank you for your answer. Can we schadule a one2one here, or do we need to contact our client to schedule it?
If possible, you can schedule a talk with my colleague Tudor: tudor.marin@mbntech.ro
Let us know how we can proceed.
Best regards,
John
- Wed Feb 05, 2020 12:47 pm
- Forum: PTV Navigator SDK (Admin=SchS)
- Topic: Does the SDK provide in-app navigation?
- Replies: 2
- Views: 6013
Does the SDK provide in-app navigation?
Hello,
We are developing a mobile application that needs a navigation system. The routes that the app will use are calculated using PTV xRoute. Does the SDK for the PTV Navigator provide in-app navigation?
Also, can we receive the navigation SDK so we can determine if it is the right solution for ...
We are developing a mobile application that needs a navigation system. The routes that the app will use are calculated using PTV xRoute. Does the SDK for the PTV Navigator provide in-app navigation?
Also, can we receive the navigation SDK so we can determine if it is the right solution for ...
- Fri Jan 31, 2020 9:42 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: xLoad Toll Details
- Replies: 4
- Views: 4441
Re: xLoad Toll Details
Hello Bernd,
Thank you for the info.
Best Regards,
John
Thank you for the info.
Best Regards,
John
- Thu Jan 30, 2020 3:25 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: xLoad Toll Details
- Replies: 4
- Views: 4441
Re: xLoad Toll Details
Hello Bernd,
Any updates on the matter?
Best Regards,
John
Any updates on the matter?
Best Regards,
John
- Mon Jan 13, 2020 1:52 pm
- Forum: PTV xLoadServer / Loading Space Optimization API
- Topic: 3D-Visualization of pack operation result missing files
- Replies: 5
- Views: 89629
Re: 3D-Visualization of pack operation result missing files
Hello Bernd,
Thank you for your help. This should be all we need.
Best regards,
Tudor
Thank you for your help. This should be all we need.
Best regards,
Tudor
- Mon Jan 13, 2020 1:50 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: xLoad Toll Details
- Replies: 4
- Views: 4441
xLoad Toll Details
Hello,
As we've discussed in out last call, we're trying to get the toll details that are not yet available and soon to be released at the start of 2020. We've been presented with an alternative: to make the call with country events, add those points as waypoints, and then repeat the call with Toll ...
As we've discussed in out last call, we're trying to get the toll details that are not yet available and soon to be released at the start of 2020. We've been presented with an alternative: to make the call with country events, add those points as waypoints, and then repeat the call with Toll ...