Hi,
I'm testing fuzzy linking and I have one question. Consider the route near Kolkwitz
Now lets put fuzzy via point (with 2100 metres radius) in the middle of this route, and run route request again. We will se as below:
If we look a little bit closer we will see that route didn't take radius into consideration:
I thing that this route supposed to be the same with such a big radius.
In other routs (very similar to that one) it seems to work fine.
In fuzzy.zip I send you a request in detail. Could you be so kind and tell me how to do it right ?
Best Regards,
Krzysiek.
Fuzzy via Point
- krzysiek mbis
- Posts: 37
- Joined: Thu Aug 11, 2016 9:41 am
Fuzzy via Point
- Attachments
-
- fuzzy.zip
- (1.08 MiB) Downloaded 388 times
Krzysiek Paziewski
.Net Developer/Team Leader at Marcos Bis
Katowice, Silesian District, Poland
.Net Developer/Team Leader at Marcos Bis
Katowice, Silesian District, Poland
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: Fuzzy via Point
Hello Krzysiek,
I think I can explain the cause of the result: just look at the following internal workflow in case of
Based on your NEXT_SEGMENT - FUZZY_LINKING - NEXT_SEGMENT with the waypoints[green / blue / red]:
If BLUE is defined by a click in a map the probability of "choosing the proper side of the highway" is 50:50.
Best regards Bernd
I think I can explain the cause of the result: just look at the following internal workflow in case of
Code: Select all
<WaypointDesc linkType="FUZZY_LINKING" fuzzyRadius="2100" xmlns="http://xroute.xserver.ptvag.com">
- we compute the route from [GREEN] to [BLUE]
- we go back 2100m in reverse direction from BLUE, the result coordinate is BLUE**
- we compute the route from [BLUE**] to [RED]
- we concatenate [GREEN]-[BLUE**] with [BLUE**] to [RED]
If BLUE is defined by a click in a map the probability of "choosing the proper side of the highway" is 50:50.
Best regards Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...