Bug 216803 - gpssync ability to zoom with mouse wheel
Summary: gpssync ability to zoom with mouse wheel
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-GeolocationEdit (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-30 13:48 UTC by Philippe ROUBACH
Modified: 2016-07-20 06:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.9.0


Attachments
Add scrollwheel support for Google Maps. (1.15 KB, patch)
2009-11-30 15:36 UTC, Michael G. Hansen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe ROUBACH 2009-11-30 13:48:09 UTC
Version:           inconnu (using 4.3.77 (KDE 4.3.77 (KDE 4.4 >= 20091123)), Mandriva Linux release 2010.1 (Cooker) for i586)
Compiler:          gcc
OS:                Linux (i686) release 2.6.31.6-desktop-1mnb

digikam 1.0.0b6
kipi-plugins 0.8
gpssync

add the ability to zoom with the mouse wheel

as the geolocator in the right panel
Comment 1 caulier.gilles 2009-11-30 13:51:36 UTC
I'm suprized. It's googlemaps stuff runing under konqueror. It doen't work yet ?

Gilles caulier
Comment 2 Michael G. Hansen 2009-11-30 15:27:20 UTC
It seems this is not a KHTML problem. When I load the website in FireFox, the scrollwheel does not work, either:
http://digikam3rdparty.free.fr/gpslocator/getlonlatalt.php?latitude=1&longitude=1&width=500&height=500&altitude=100&zoom=2&filename=bla

In this GoogleMaps example, the scrollwheel does not work, either:
http://gmaps-utility-library.googlecode.com/svn/trunk/markerclusterer/1.0/examples/simple_example.html

No idea why, though. Using CTRL+scroll works to increase the font size, though.

Michael
Comment 3 Philippe ROUBACH 2009-11-30 15:32:51 UTC
go to googlemap zooming with mouse wheel works
go to http://www.openrunner.com zooming with mouse wheeel does not work

i spoke with openrunner web dev
he said that this is an option it is not a default option
Comment 4 Philippe ROUBACH 2009-11-30 15:35:20 UTC
about google map i speak about http://maps.google.fr

i use konqueror 4.3.2
Comment 5 Michael G. Hansen 2009-11-30 15:36:19 UTC
Created attachment 38713 [details]
Add scrollwheel support for Google Maps.

Enable scroll wheel zoom. Look here for reference:
http://code.google.com/apis/maps/documentation/reference.html#GMap2

I would like someone to apply it who also has access to the server where the script is hosted.

Michael
Comment 6 caulier.gilles 2009-11-30 15:48:30 UTC
Michael,

login info sent to you by private mail.

We need to use definitively marble with this plugin, as marble now support googlemaps following thorsten tips from this entry :

https://bugs.kde.org/show_bug.cgi?id=206133#c6

It's definitively the best way !

Gilles Caulier
Comment 7 Michael G. Hansen 2009-11-30 18:19:16 UTC
SVN commit 1056714 by mghansen:

Enable zooming with the scroll wheel in the embedded Google Maps in the coordinate editor and the track list editor.

FEATURE: 216803



 M  +3 -1      NEWS  
 M  +1 -0      gpssync/getlonlat.php  
 M  +2 -0      gpssync/getlonlatalt.php  
 M  +1 -0      gpssync/tracklistedit.php  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1056714
Comment 8 Philippe ROUBACH 2009-11-30 18:40:31 UTC
thanks

it is for RC2 i assume ?
Comment 9 Michael G. Hansen 2009-11-30 18:58:01 UTC
No, this change was on the website which is used to embed Google Maps into the application. Scrolling should work for you now without updating anything ;-)

Michael
Comment 10 Philippe ROUBACH 2009-11-30 19:21:03 UTC
it runs well with digikam 1

it's a pity it does not run for digikam 0.9.6

i don't understand if it is a server feature.