Re: [OpenLayers-Users] mousewheel event propagation not setting up properly when div id != map

2008-11-12 Thread Paul McCullough
Thanks Eric. Using lite.html I was able to quickly prove my assertion compleletly wrong. I'll more thoroughly test next time! Please accept my apologies! Paul -- View this message in context:

[OpenLayers-Users] Mousewheel Zooms by 2 level

2008-11-11 Thread Bijoy
Hi All, My mousewheel zooms the map by 2 level on OL 2.7. When I zoom-in, zooms in by 2 step, and when I zoom-out, it zooms out by 2 steps. But, when I use NavToolbar once, and try using the mousewheel, it resolves the problem, and starts zooming by 1 level at a time. When I explored under

Re: [OpenLayers-Users] Mousewheel Zooms by 2 level

2008-11-11 Thread Bijoy
After further exploring, it seems that the double zoom issue on mouse scroll appears only after I add the NavToolBar [ZoomBox]. I looked into the NavToolBar.js file, and Navigation() control is been initialized here as well. I had already included the Navigation control while defining the map.

Re: [OpenLayers-Users] Mousewheel Zooms by 2 level

2008-11-11 Thread Christopher Schmidt
On Tue, Nov 11, 2008 at 05:13:58PM +0530, Bijoy K. Anupam wrote: Thanks Christopher for the reply. I have defined a property to enable/disable the mousescroll similar to Navigation.js. Reason for this is that when the map is in print mode in a popup, I want the mouse scroll to be disabled,

Re: [OpenLayers-Users] mousewheel event propagation not setting up properly when div id != map

2008-11-08 Thread Eric Lemoine
Hi. Can you reproduce that in one of the OpenLayers examples (lite.html for example) by changing the div id from map to whatever makes the problem occur? Thanks. Eric 2008/11/8, Paul McCullough [EMAIL PROTECTED]: All, It appears that the proper setup of the mousewheel event propagation

[OpenLayers-Users] mousewheel event propagation not setting up properly when div id != map

2008-11-07 Thread Paul McCullough
All, It appears that the proper setup of the mousewheel event propagation requires this: div id=map When I use div id=panel mousewheel zooming does not work, although double click zooming works and panning works. I use this line to enable the navigation controls map.addControl(new

[OpenLayers-Users] mousewheel

2008-04-23 Thread matthewsnape
Hi, I have a problem with the mousewheel. When I zoom in and out it zooms by 2 steps instead of just one. If I zoom in or out using the pan zoom bar it only uses a single increment. Any ideas why this may be happening? Thanks. -- View this message in context:

Re: [OpenLayers-Users] mousewheel

2008-04-23 Thread Kristian Thy
On Wed, Apr 23, matthewsnape wrote: I have a problem with the mousewheel. When I zoom in and out it zooms by 2 steps instead of just one. If I zoom in or out using the pan zoom bar it only uses a single increment. Any ideas why this may be happening? Could this be due to some scroll three

Re: [OpenLayers-Users] mousewheel

2008-04-23 Thread Mike Quentel
2008 09:22 To: users@openlayers.org Subject: [OpenLayers-Users] mousewheel Hi, I have a problem with the mousewheel. When I zoom in and out it zooms by 2 steps instead of just one. If I zoom in or out using the pan zoom bar it only uses a single increment. Any ideas why this may be happening

Re: [OpenLayers-Users] mousewheel

2008-04-23 Thread Thomas Wood
On Wed, Apr 23, 2008 at 2:22 PM, matthewsnape [EMAIL PROTECTED] wrote: Hi, I have a problem with the mousewheel. When I zoom in and out it zooms by 2 steps instead of just one. If I zoom in or out using the pan zoom bar it only uses a single increment. Any ideas why this may be

[OpenLayers-Users] mousewheel: center on point or not?

2008-03-18 Thread Bart van den Eijnden (OSGIS)
Hi list, I thought the mousewheel used to center on the mouse cursor, but it does not do this anymore in trunk. Or maybe my mind is playing tricks on me :-) Questions: -is this intentional? -if so, could it not become a property of the Navigation Control so people can control this behaviour

Re: [OpenLayers-Users] mousewheel: center on point or not?

2008-03-18 Thread Christopher Schmidt
On Tue, Mar 18, 2008 at 03:25:54PM +0100, Bart van den Eijnden (OSGIS) wrote: Hi list, I thought the mousewheel used to center on the mouse cursor, but it does not do this anymore in trunk. Or maybe my mind is playing tricks on me :-) It never did. It is designed so that you can mousewheel

[OpenLayers-Users] MouseWheel -- Double-zooming in Opera

2007-07-15 Thread Christopher Schmidt
Subject: Re: [OpenLayers-Trac] [OpenLayers] #673: MouseWheel -- Double-zooming in Opera #673: MouseWheel -- Double-zooming in Opera With the Navigation control, I don't see this problem happening anymore in my version of Opera. If it is reported again, we can reopen it, but I think