metteo / javageomodel

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

proximitySearch algorithm throws error when point lies on other side of + 90 meridian #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Invoke proximity search for center point (22.572, 88.36) with max distance 
from center = 0 and .
2. Create another point in database at (26.167, 91.766)

Positions which are located beyond meridian + 90 are not fetched in results

Please let me know at the soonest if the algorithm has any issue. 

Original issue reported on code.google.com by bar...@gmail.com on 15 Sep 2010 at 8:07

GoogleCodeExporter commented 9 years ago
You're right, there's an issue in the algorithm. I'll let you know when I'll be 
able to fix it.
(26.167, 89.999) point is found but not (26.167, 90.001).

Original comment by alexandr...@gmail.com on 22 Nov 2010 at 7:32

GoogleCodeExporter commented 9 years ago
Fixed on the trunk and tag 0.0.5.
I'm just having trouble uploading jars on the repo.

Original comment by alexandr...@gmail.com on 22 Nov 2010 at 10:10

GoogleCodeExporter commented 9 years ago
Fixed jars, geocell-0.0.5.jar is now available in the javageomodel maven repo

Original comment by edgar.da...@gmail.com on 3 Dec 2010 at 2:46