[Digikam-devel] [Bug 209365] Digikam - Geolocation Max. number of API calls per day reached!

Gilles Caulier caulier.gilles at gmail.com
Sun Oct 4 07:27:19 BST 2009


https://bugs.kde.org/show_bug.cgi?id=209365


Gilles Caulier <caulier.gilles at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|digikam-devel at kde.org       |kde-imaging at kde.org




--- Comment #1 from Gilles Caulier <caulier gilles gmail com>  2009-10-04 08:27:17 ---
The solution is simple :

The plugin must use google maps api version 3 instead version 2. 

Plugin currently use a web site relay through a php page to display googlemaps
contents. With version 2, this is mandatory because google require a key ID to
play with map.

Now with version 3, it's more simple :

http://code.google.com/intl/de/apis/maps/documentation/v3/

It no longer needs an API key, this means embedding in the GPS sync plugin
would no longer require using digikam3rdparty (=> faster loading). Embedding
in Desktop apps seems to be encouraged:

http://groups.google.com/group/google-maps-js-api-
v3/browse_thread/thread/8c187e778ce921c8

Any volunteers to do it ?

Gilles Caulier

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list