Search found 20 matches

by Maximilian Vogel
Thu May 08, 2025 8:11 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: Zero-length array missing (e.g. toll summary)
Replies: 1
Views: 4879

Re: Zero-length array missing (e.g. toll summary)

This behaviour is in fact documented in the technical concept on requests and responses under the paragraph "Response structure":
Noteworthy about result lists: Empty result lists are omitted from the response. Depending on the used client technology you might have to check if a list exists before ...
by Maximilian Vogel
Mon Apr 14, 2025 11:00 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: How to replace xRoute1.completeServiceInIntervals in xRoute2?
Replies: 2
Views: 5191

Re: How to replace xRoute1.completeServiceInIntervals in xRoute2?

What does xRoute1 return in case a service cannot be placed completely within an opening interval when completeServiceInIntervals is true?

Will there be violations?
Will there be two service events splitted into the duration that is within the opening interval and another one that is outside of ...
by Maximilian Vogel
Wed Mar 12, 2025 12:45 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: Preventing Route Violations with ConfigurableWorkingHoursPreset
Replies: 3
Views: 30690

Re: Preventing Route Violations with ConfigurableWorkingHoursPreset

As far as I know it is not possible to configure the request in a way that it generates a tour that does not exceed the regulation.

Is there a way to configure the RouteRequest to prevent generating a tour that exceeds this regulation,
What would be the expected result? Would you want a route ...
by Maximilian Vogel
Wed Jan 15, 2025 5:34 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: Difference in the handling of violations between xS1 and xS2
Replies: 3
Views: 29836

Re: Difference in the handling of violations between xS1 and xS2

Hi Peter,
can you provide more information on the xServer version and map, that you use? For both xServer 1 and 2. We would need that information to verify that it's not just data related.

Also, and I know that this is tedious to do since there is not always a direct mapping between xServer 1 and ...
by Maximilian Vogel
Wed Nov 06, 2024 4:08 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: Error communicating with backend module m0026
Replies: 3
Views: 27399

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 that ...
by Maximilian Vogel
Mon Sep 30, 2024 2:06 pm
Forum: PTV xDimaServer / Developer Matrix Routing API
Topic: Update extend distance matrix
Replies: 3
Views: 60712

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 ...
by Maximilian Vogel
Fri Sep 06, 2024 8:42 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: ETA at last Waypoint (xRoute2)
Replies: 3
Views: 5629

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 ...
by Maximilian Vogel
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: 6760

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\":\"LineString\",\"coordinates ...
by Maximilian Vogel
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: 4499

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 ...
by Maximilian Vogel
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: 9421

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 ...