Version: 1.0.0 (using 4.3.90 (KDE 4.3.90 (KDE 4.4 RC1)), Mandriva Linux release 2010.1 (Cooker) for i586) Compiler: gcc OS: Linux (i686) release 2.6.32.3-desktop-1mnb Mandriva 2010.1a1 digikam 1.0.0 kipi-plugins 1.0.0 select a photo then go to geolocalization then add coordinates then world map is displayed but no template to fill for searching a town
I can confirm this for openSUSE 11.2 (kipi-plugins 0.6, digikam 0.10.0) and Ubuntu/Kubuntu (kipi-plugins 1.0.0, digikam 1.0.0).
I have updated the script on the server to Google Maps API V3 because of bug #209365 (and possibly others). However, Google Maps API V3 does not yet support this search box (or I just did not figure out how to display it). The search box is still available in the Track List Editor, which you can also use to edit the coordinates. Updating to V3 was necessary as we were having problems with the old version of the interface. I will try to get the search box back as soon as possible. Michael
The same applies for digiKam 0.10 and kipi 0.2...
(In reply to comment #3) > The same applies for digiKam 0.10 and kipi 0.2... yes it is a digikam server pb not a digikam app pb
*** Bug 222578 has been marked as a duplicate of this bug. ***
A patch has been added to bug #222067 to choose the Google Maps API version. Please test it, if you like ;-) Michael
SVN commit 1080191 by mghansen: Make it possible to choose between the V2 and V3 Google Maps API and between topocoding, geonames and no altitude lookup service. For old versions of the plugin, revert to V2 API to make the search field available. Left to do: Do the same for the track list editor. BUG: 222067 CCBUG: 209365 M +3 -1 NEWS M +305 -40 gpssync/getlonlatalt.php M +88 -2 gpssync/gpseditdialog.cpp M +2 -0 gpssync/gpseditdialog.h M +27 -0 gpssync/gpsmapwidget.cpp M +6 -0 gpssync/gpsmapwidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1080191
Do I understand correctly that the originally reported bug is solved by re-enabling V2 of Google Maps API in the user interface? Like some others, V2 does not work for me (no map is displayed) and hence I still miss the address searching feature. I googled quickly for V3 API and Geocoding and found this: http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding So it seems that now it should be possible to search by address in V2 again.
Geocoding is available in V3, but somebody has to make a UI for it (Geocoding!=Searchbar). We are working on the GPSSync2 plugin where we plan to include this. To monitor the progress, look for example at this page: http://community.kde.org/Digikam/GSoC2010/ReverseGeocoding Michael
I was aware about GSOC 2010 for reverse geocoding, however, I did not know it would include also simple geocoding. Thanks for info, I will follow the progress.
It's going to be more of a by-product. Michael