Search found 14 matches
- Wed Nov 06, 2024 4:08 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Error communicating with backend module m0026
- Replies: 3
- Views: 2990
Re: Error communicating with backend module m0026
Hi Ignacio, I don't know if you approached Bernd (now at bernd.welter@ptvlogistics.com) or our support already. In cases of "Error communicating with backend module..." I strongly recommend contacting the official support channels. I understand that you might not have the exact request tha...
- Mon Sep 30, 2024 2:06 pm
- Forum: PTV xDimaServer
- Topic: Update extend distance matrix
- Replies: 3
- Views: 1453
Re: Update extend distance matrix
Hi, there are two ways to use HPR: Specifying the HPRN id explicitly as you did. In that case, the HPRN id is stored in the meta information of the distance matrix just like Bernd showed. If the HPRN is deleted, that reference no longer works. And currently, there is no way to change that reference ...
- Fri Sep 06, 2024 8:42 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: ETA at last Waypoint (xRoute2)
- Replies: 3
- Views: 1095
Re: ETA at last Waypoint (xRoute2)
As additional information: Check also the technical concept on result lists . Although not explicitly written, you can see in the graphic that the last waypoint is the end of the route. A service time produces a segment of type NOT_DRIVING . Therefore it is normal that the node index of the last ser...
- Wed Aug 28, 2024 9:35 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: How to add a ROLA to the routing?
- Replies: 2
- Views: 939
Re: How to add a ROLA to the routing?
The Data API offers the possibility to search for available combined transports, try this sample: https://developer.myptv.com/en/documentation/data-api/code-samples/combined-transports Here's an excerpt when searching for "Rola": { "polyline": "{\"type\":\"Lin...
- Fri Jul 19, 2024 9:51 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: xS2 - No toll in the response for Hungary
- Replies: 1
- Views: 1958
Re: xS2 - No toll in the response for Hungary
Hi Benjámin, your request looks a bit odd as the coordinates are set explicitly to null, but I was able to get the coordinates from the responses. Your vehicle configuration seems to be wrong as you have set the emission standard to EURO_7. According to the provider, there are no prices for EURO_7, ...
- Mon Jan 15, 2024 1:03 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: It seems PTV doesn't see the new road and directs through an old one
- Replies: 4
- Views: 5657
Re: It seems PTV doesn't see the new road and directs through an old one
I found an article that says that a part of the S61 a bit more to the South was only opened in August 2023 and that more is being built. https://www.elk.pl/en/aktualnosci-wpis/6343/en/aktualnosci Although it seems open now according to other providers there are reasons why it is not open in our map:...
- Wed Jan 10, 2024 2:31 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Comparison of HERE toll calculation and PTV engine
- Replies: 5
- Views: 5183
Re: Comparison of HERE toll calculation and PTV engine
I don't really understand the problem. In countries such as France and Italy the price is determined depending on where you join the toll road and where you leave it². And it seems to be the same for that particular toll system in Poland. So if your destination is on the toll road, this information ...
- Thu Aug 31, 2023 9:21 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: How / when to trigger "navigation texts"?
- Replies: 3
- Views: 1922
Re: How / when to trigger "navigation texts"?
If the routing is recalculated every few seconds based on the current (x,y) and the destination (x,y) the DistanceFromStart of maneuvers can be used to decide about triggering event infos I think it shouldn't be necessary to recalculate the route every few seconds. Instead, I suggest to process the...
- Wed May 10, 2023 2:05 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Toll Distance Calculation
- Replies: 5
- Views: 4678
Re: Toll Distance Calculation
The toll flag at the segments is not vehicle dependent. So it is not necessarily correct to always sum up the distances of all segments where the toll flag is set. For example it is possible that you have to pay toll for a truck but not for a car. Then the toll distance for the car would be too high.
- Wed May 10, 2023 12:44 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: xRoute2 - featureLayerProfile in profile.xml
- Replies: 3
- Views: 2005
Re: xRoute2 - featureLayerProfile in profile.xml
Hello, yes, you can add the featureLayerProfile to the XML profile files. The XML files are validated against a schema definition and this validation produced the error message that you posted: "message": "Could not parse profile. Reason: Error at line 62, column 11: element 'featureL...