------- 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 Summary: geolocalization add/modify "more info" html request Product: digikam Version: 0.9.1 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: philippe.roubach free fr Version: 0.9.1 (using KDE 3.5.6, compiled sources) Compiler: Target: i586-mandriva-linux-gnu OS: Linux (i686) release 2.6.17-14mdv a feature to add a prefered "more info" map request or to modify the existing "more info" map requests why ? because i have prefered map server because sommetime the default request is obsolete because site changed the request syntax this feature exists in kaddressbook. This is handy thank you _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- 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 mikmach wp pl changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |GPSSync Product|digikam |kipiplugins Version|0.9.1 |unspecified _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Am Monday 16 July 2007 schrieb Mikolaj Machowski:
> ------- 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 > mikmach wp pl changed: > > What |Removed |Added > --------------------------------------------------------------------------- >- Component|general |GPSSync > Product|digikam |kipiplugins > Version|0.9.1 |unspecified > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel Isn't that enough? Gerhard _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel signature.asc (196 bytes) Download Attachment |
In reply to this post by 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 gerhard kulzer net 2007-07-17 07:47 ------- Am Monday 16 July 2007 schrieb Mikolaj Machowski: [bugs.kde.org quoted mail] The last used engine becomes automatically the default, the setting is saved. Isn't that enough? Gerhard _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by 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 [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
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 > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel 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 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel signature.asc (196 bytes) Download Attachment |
In reply to this post by 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 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 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by 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 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|digikam-devel kde org |kde-imaging kde org _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |