Monday

Results 17 comments of Monday

> i fixed this problem in my display route function by checking if any point on the route is closer than _x_ meters to the destination and if so stop...

> I don't think that tere is any (efficient/ sensical) way to accomplish this as you basically need to know the route to know on wich side of the highway...

> If your origin point is from a vehicle, and you know the approximate direction of travel (and you trust it), then you can use the `bearings=` parameter to the...

> I would suggest a broad range is usually what you want - like 60 or 90, which gives you lots of wiggle room for inaccuracy in your measurement, but...

Hi, @SiarheiFedartsou. I added CHANGELOG and removed the comment. Thanks!

> It would be beneficial to add minimal test cases to the Cucumber suite that capture the two problems you have identified. Hi, @mjjbell. I added two test cases to...

> @GitBenjamin I'm going to add the fix to this PR for problem 1. > > It's unclear if problem 2 would also be fixed, but we can address that...