[Digikam-devel] [Bug 147923] geolocalization add/modify "more info" html request
Gerhard Kulzer
gerhard at kulzer.net
Wed Jul 18 18:30:17 BST 2007
------- 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=147923
------- Additional Comments From gerhard kulzer net 2007-07-18 19:30 -------
Am Tuesday 17 July 2007 schrieb Philippe ROUBACH:
[bugs.kde.org quoted mail]
A typical piece of code in
graphics/digikam/libs/widgets/metadata/gpswidget.cpp
looks like this:
case GoogleMaps:
{
url.append("http://maps.google.com/?q=");
url.append(val.setNum(d->map->getLatitude(), 'g', 12));
url.append(",");
url.append(val.setNum(d->map->getLongitude(), 'g', 12));
url.append("&spn=0.05,0.05&t=h&om=1&hl=en");
break;
}
Feel free to add a patch for your engine here, then everyone will profit from
it.
Gerhard
More information about the Digikam-devel
mailing list