Hi Bernd,
the suggested change fixed the issue.
Thank you for your support!
Br,
Tibor
Search found 13 matches
- Fri Nov 11, 2022 1:17 pm
- Forum: PTV xMapServer / Dev.RasterMaps API
- Topic: Label display error in xmap2
- Replies: 2
- Views: 5373
- Wed Nov 09, 2022 4:50 pm
- Forum: PTV xMapServer / Dev.RasterMaps API
- Topic: Label display error in xmap2
- Replies: 2
- Views: 5373
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...
- Thu Mar 24, 2022 12:01 pm
- Forum: Generic questions
- Topic: PTV2 Profile json and xml generation from code
- Replies: 3
- Views: 5598
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
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
- Wed Mar 02, 2022 7:16 pm
- Forum: Generic questions
- Topic: PTV2 Profile json and xml generation from code
- Replies: 3
- Views: 5598
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...
- Thu Jan 13, 2022 11:46 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: xRoute2: multiple binaryFeatureLayer in calculateRoute
- Replies: 2
- Views: 2262
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
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
- Thu Jan 13, 2022 11:43 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: xRoute1: Work with HPR and ExceptionPath
- Replies: 4
- Views: 2798
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
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
- Thu Jan 06, 2022 4:33 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: xRoute1: Work with HPR and ExceptionPath
- Replies: 4
- Views: 2798
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...
- Thu Jan 06, 2022 4:29 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: xRoute2: multiple binaryFeatureLayer in calculateRoute
- Replies: 2
- Views: 2262
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...
- Thu Feb 18, 2021 9:16 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: routing to a blockedTruck segment
- Replies: 8
- Views: 7455
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
We will go with isDelivery=false, isEmergency=false.
First tests show it will work in our scenarios.
Best regards,
Tibor
- Fri Jan 29, 2021 12:14 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: routing to a blockedTruck segment
- Replies: 8
- Views: 7455
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...