[Digikam-devel] [Bug 153070] search for image by geo location
Marcel Wiesweg
marcel.wiesweg at gmx.de
Fri Jun 6 22:37:51 BST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=153070
------- Additional Comments From marcel.wiesweg gmx de 2008-06-06 23:37 -------
SVN commit 817853 by mwiesweg:
- Correct comment: It's lon1 < lon < lon2 (with positive values to East)
- Searching by a lon/lat rectangle: Handle the case that the rectangle
stretches the 180 deg longitude line.
In this case lon1 is suddenly greater than lon2, we can omit checking
for >180/<-180, so it's (lon > lon1 OR lon < lon2)
CCBUG: 153070
M +23 -6 imagequerybuilder.cpp [UTF-8 ENCODING PROBLEMS]
WebSVN link: http://websvn.kde.org/?view=rev&revision=817853
More information about the Digikam-devel
mailing list