[Digikam-devel] [Bug 147923] geolocalization add/modify "more info" html request
Gerhard Kulzer
gerhard at kulzer.net
Wed Jul 18 18:29:03 BST 2007
Am Tuesday 17 July 2007 schrieb Philippe ROUBACH:
> ------- 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 philippe.roubach free fr 2007-07-17 08:28
> ------- in reply to #1 i did not well explain my wish
>
> 1. first wish : ability to add a map server request to a map server not in
> the list
>
> 2. second wish : ability to fix the syntax of a request if the syntax is
> not good
>
> for example with kaddressbook there is a functionality to get a map of an
> address. The syntax of the request were false(too old) and we wait about 1
> years to have a fix. I did not wait 1 years because in kaddressbook i have
> he ability to fix the syntax by a dialog.
> _______________________________________________
> Digikam-devel mailing list
> Digikam-devel at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-devel
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
--
http://www.gerhard.fr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/digikam-devel/attachments/20070718/ea7cd861/attachment.sig>
More information about the Digikam-devel
mailing list