ezadobrischi / geotoad

Automatically exported from code.google.com/p/geotoad
Other
0 stars 0 forks source link

Make more sense of distances for multi-centered searches #316

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When running a multi-centered search (-q coord a,b:c,d:e,f), the 
relativedistance{,km} values seem to be random. They are not, in a strict 
sense, as they are parsed from the result page(s), but multiple center points 
result in different distances, of course.

In a multi-center search distances should be 
(a) invalidated completely ("N/A")
or
(b) re-calculated based on a single origin (how to specify that? the last one 
used?)
or
(c) calculate all distances relative to "my home" (how to access that?)
or ...

I'm leaving this "bug" report as a reminder. Feel free to comment.

Original issue reported on code.google.com by Steve8x8 on 10 Mar 2015 at 3:22