Search found 13 matches

by hegedus.tibor
Fri Nov 11, 2022 1:17 pm
Forum: PTV xMapServer
Topic: Label display error in xmap2
Replies: 2
Views: 3466

Re: Label display error in xmap2

Hi Bernd,

the suggested change fixed the issue.
Thank you for your support!

Br,
Tibor
by hegedus.tibor
Wed Nov 09, 2022 4:50 pm
Forum: PTV xMapServer
Topic: Label display error in xmap2
Replies: 2
Views: 3466

Label display error in xmap2

Hi, We recently moved to PTV2 from PTV1 and wanted to use the tile server with the same custom .ini config as we used with PTV1. We found the topic about it and managed to insert the files to xServer2. https://xserver.ptvgroup.com/forum/viewtopic.php?f=5&t=1610 However we noticed a strange behav...
by hegedus.tibor
Thu Mar 24, 2022 12:01 pm
Forum: Generic questions
Topic: PTV2 Profile json and xml generation from code
Replies: 3
Views: 4941

Re: PTV2 Profile json and xml generation from code

Hi Bernd,

thanks for the update.
As I understand this method works for PTV1 (we used it this way as well), but is not working with PTV2.

The PTV2 REST client does not accept xml snippet, but requires an object model of the profile snippet.

Br,
Tibor
by hegedus.tibor
Wed Mar 02, 2022 7:16 pm
Forum: Generic questions
Topic: PTV2 Profile json and xml generation from code
Replies: 3
Views: 4941

PTV2 Profile json and xml generation from code

Hi, we are using ptv2 with csharp REST client (generated with NSwagCSharp code generator from the OpenApiReference). This way we get the csharp object model of the RequestProfile class tree, annotated for json conversion. But periodically we would like to generate from the most frequent settings a s...
by hegedus.tibor
Thu Jan 13, 2022 11:46 am
Forum: PTV xRouteServer
Topic: xRoute2: multiple binaryFeatureLayer in calculateRoute
Replies: 2
Views: 1744

Re: xRoute2: multiple binaryFeatureLayer in calculateRoute

Thank you for the answer!

We will go with the merging, that's already working in our POC, just wondered if there is an easier way for us. :)

Br,
Tibor
by hegedus.tibor
Thu Jan 13, 2022 11:43 am
Forum: PTV xRouteServer
Topic: xRoute1: Work with HPR and ExceptionPath
Replies: 4
Views: 2197

Re: xRoute1: Work with HPR and ExceptionPath

Is it possible to create a HPR network to consider custom permanent road bans?

We have a list of road segments, which we never want to use during route calculation. Is there a way to define these segments in the profile xml (to generate the HPR from it)?

Br,
Tibor
by hegedus.tibor
Thu Jan 06, 2022 4:33 pm
Forum: PTV xRouteServer
Topic: xRoute1: Work with HPR and ExceptionPath
Replies: 4
Views: 2197

xRoute1: Work with HPR and ExceptionPath

Hi, we discovered a strange behavior when we try to use a profile which has corresponding high performance data and the RouteRequest also contains exception paths. In some cases, the module which tries to process the request is shutting down with exit code 134. In other cases, we get the following e...
by hegedus.tibor
Thu Jan 06, 2022 4:29 pm
Forum: PTV xRouteServer
Topic: xRoute2: multiple binaryFeatureLayer in calculateRoute
Replies: 2
Views: 1744

xRoute2: multiple binaryFeatureLayer in calculateRoute

Hi, we are exploring the capabilities of xRoute2 and haven't figured out if it is possible to use multiple binaryFeatureLayer in a calculuteRoute operation? So can I add multiple binary feature layer into the routeRequest.routeOption.binaryFeatureLayer field (e.g. separated by a special character) o...
by hegedus.tibor
Thu Feb 18, 2021 9:16 am
Forum: PTV xRouteServer
Topic: routing to a blockedTruck segment
Replies: 8
Views: 6213

Re: routing to a blockedTruck segment

Thank you for the detailed explanation Bernd!

We will go with isDelivery=false, isEmergency=false.
First tests show it will work in our scenarios.

Best regards,
Tibor
by hegedus.tibor
Fri Jan 29, 2021 12:14 am
Forum: PTV xRouteServer
Topic: routing to a blockedTruck segment
Replies: 8
Views: 6213

Re: routing to a blockedTruck segment

Hi Bernd! I already found the post you mentioned (http://devblog.ptvgroup.com/2014/01/10/routing-enter-authorized-passages-with-delivery-vehicles/), but first, it didn’t solve our issue. Now I tried again and it really made routing possible, but not when copying all relevant part of the profile. Aft...