Bug 222067 - gpssync no more search field to fill with a town name
Summary: gpssync no more search field to fill with a town name
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Geolocation-Places (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-10 16:11 UTC by Philippe ROUBACH
Modified: 2017-08-18 19:40 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In: 1.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe ROUBACH 2010-01-10 16:11:45 UTC
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
Comment 1 bjoernv 2010-01-11 19:01:55 UTC
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).
Comment 2 Michael G. Hansen 2010-01-11 20:27:56 UTC
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
Comment 3 Mathias Lindner 2010-01-11 23:31:23 UTC
The same applies for digiKam 0.10 and kipi 0.2...
Comment 4 Philippe ROUBACH 2010-01-12 08:34:30 UTC
(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
Comment 5 Michael G. Hansen 2010-01-13 20:31:10 UTC
*** Bug 222578 has been marked as a duplicate of this bug. ***
Comment 6 Michael G. Hansen 2010-01-24 13:06:16 UTC
A patch has been added to bug #222067 to choose the Google Maps API version. Please test it, if you like ;-)

Michael
Comment 7 Michael G. Hansen 2010-01-25 21:45:22 UTC
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
Comment 8 Milan Knížek 2010-05-30 20:53:52 UTC
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.
Comment 9 Michael G. Hansen 2010-05-30 21:16:00 UTC
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
Comment 10 Milan Knížek 2010-05-30 21:26:51 UTC
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.
Comment 11 Michael G. Hansen 2010-05-30 21:38:13 UTC
It's going to be more of a by-product.

Michael