Open GoogleCodeExporter opened 9 years ago
ah, i see the problem
you are using raw Distance values in comparison:
"if d2 < d then"
this works in new versions of the openwig core, but the version in WhereYouGo
probably doesn't have this yet -- and unfortunately the development of
WhereYouGo is stopped, so i can't say when this is fixed in there.
to work around the problem, you have to use the converted values, for example:
"if d2(units) < d(units) then"
i'm closing this issue as "Waiting", and will set it to Fixed when the update
for WhereYouGo is released.
Original comment by matej...@gmail.com
on 3 Jan 2014 at 5:41
Original issue reported on code.google.com by
frie...@gmail.com
on 31 Dec 2013 at 11:34Attachments: