Search found 6 matches
- Tue Mar 22, 2016 5:02 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: How to avoid LinkingErrors
- Replies: 5
- Views: 13891
Re: How to avoid LinkingErrors
Hi Joost, thanks a lot for this hint, in fact, I can narrow down "not on this world" to "not in the region where the xServer has a map". Because if I take the coordinates of a very rough rectangle around Europe (I use the central europe map) and filter out the failing coordinates...
- Mon Mar 21, 2016 4:35 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: How to avoid LinkingErrors
- Replies: 5
- Views: 13891
Re: How to avoid LinkingErrors
I would be happy, if the server would tell me that too, but unfortunately the message says in my case:
Anyone has an idea whay is that difference?linking to waypoint (zero-based index list: unknown) failed
- Wed Mar 16, 2016 4:10 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: How to avoid LinkingErrors
- Replies: 5
- Views: 13891
Re: How to avoid LinkingErrors
Hi Bernd, thanks for the details on the linking-process. Unfortunateley it does not explain what the title promises, that is how to avoid this type of error :( In a real world scenario (like mine) you don't deal with single routes where you know, when it fails, one of both is wrong. Rather we have r...
- Fri Nov 27, 2015 9:32 am
- Forum: PTV xMapServer / Dev.RasterMaps API
- Topic: Confusion on how to use renderMap with FormsMap control
- Replies: 5
- Views: 13813
Re: Confusion on how to use renderMap with FormsMap control
Hi Oliver,
thanks a lot for your explanation. Is there anywhere an API-documentation of the FormsMap-control? I'm not able to find one.
Thanks again.
Regards,
Tom
thanks a lot for your explanation. Is there anywhere an API-documentation of the FormsMap-control? I'm not able to find one.
Thanks again.
Regards,
Tom
- Mon Nov 16, 2015 12:21 pm
- Forum: PTV xMapServer / Dev.RasterMaps API
- Topic: Confusion on how to use renderMap with FormsMap control
- Replies: 5
- Views: 13813
Re: Confusion on how to use renderMap with FormsMap control
Hi Bernd, Sorry, I only managed to get back to this issue now. Thanks a lot for your clarification! But this means also, all of the map-dealing, like putting additional information on the map, e.g. addresses the user wanted to lookup (-> xLocate results) or routes (-> xRoute results) is now client-s...
- Wed Sep 30, 2015 4:32 pm
- Forum: PTV xMapServer / Dev.RasterMaps API
- Topic: Confusion on how to use renderMap with FormsMap control
- Replies: 5
- Views: 13813
Confusion on how to use renderMap with FormsMap control
Hi all, I'm a little bit confused on how to get the new .net FormsMap-control to work with my existing code. So up to now I called xMap.renderMap with everything prepared, my custom layers, all points, all lines, everything and renderMap gives me back a completely rendered map. With the new control ...