Search found 7 matches

by julonska
Mon Feb 10, 2020 3:52 pm
Forum: PTV xRouteServer
Topic: Linking distance crosses river/water
Replies: 1
Views: 1488

Linking distance crosses river/water

Hi there, during our routing calls (xRoute1) we face situations where the linking distance is crossing rivers which is not ok for us. Is it possible to avoid this? Reducing the linking radius in the profile won’t solve this because we need such long distances in the country side where we mainly rout...
by julonska
Tue Aug 06, 2019 6:43 am
Forum: PTV xMapmatchServer (admin=JCL)
Topic: Calculate distance and coordinates from xMapMatch result
Replies: 3
Views: 8448

Re: Calculate distance and coordinates from xMapMatch result

I was just wondering how to handle the mapping to the expected structure for webservice method "calculateExtendedRoute". If I have a look at the input structure from Raw Request Runner, I am not sure which data I should use from xMapMatch and where should I put it into the request. Also in...
by julonska
Fri Aug 02, 2019 9:31 am
Forum: PTV xMapmatchServer (admin=JCL)
Topic: Calculate distance and coordinates from xMapMatch result
Replies: 3
Views: 8448

Calculate distance and coordinates from xMapMatch result

Hi there, probably you can help me with our current use case: We want to display the actual driven road on a map with help of xMapMatch and get distance and toll of this exactly route. For this we currently do the following steps: - a third party software sends us a GPS track (coordinate array) (res...
by julonska
Mon Sep 17, 2018 5:44 am
Forum: Generic questions
Topic: WKB to WKT transformation
Replies: 4
Views: 5392

Re: WKB to WKT transformation

Good morning,

thank you very much! Finally it worked :)
by julonska
Fri Sep 14, 2018 1:24 pm
Forum: Generic questions
Topic: WKB to WKT transformation
Replies: 4
Views: 5392

Re: WKB to WKT transformation

Hello Oli, thanks for your fast reply. Actually this fixed the first problem with illegal argument. Nevertheless, I receive either a ParseException due to "Unknown WKB type 77" or, if I change the tpe during runtime with the debugger, a Java heap space exception. Not sure if this is a prob...
by julonska
Fri Sep 14, 2018 11:47 am
Forum: Generic questions
Topic: WKB to WKT transformation
Replies: 4
Views: 5392

WKB to WKT transformation

Dear all, I am currently developing an application for a customer to restore or display routes that have already been calculated. Therefore, I need to store somehow either WKB, WKT or the plain coordinates. Since storing WKT either than plain coordinates would be quite tricky (huge amount of data), ...
by julonska
Tue Aug 14, 2018 3:40 pm
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=LNM)
Topic: Displaying route with toll sections (without recalculating)
Replies: 2
Views: 8510

Displaying route with toll sections (without recalculating)

Hello, today I have tried to display a route based on a LineString array with xMap2. Since this worked fine, I tried to add a layer with the toll information about this route, unfortunately unsuccesful. Is there any possibility to reconstruct a route which was calculated in the past? Which data is n...