Hi,
<br><br>sorry, I wasn´t here last time...
<br><br>I use the following Code to implement the Toolbar...
<br><br><br>------------------------------------------------------------
<br>&nbsp;map = new OpenLayers.Map('map',
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { &nbsp; &nbsp; 
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; maxExtent: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; new
<br>OpenLayers.Bounds(maxExtend_minLON, &nbsp; &nbsp; maxExtend_minLAT, &nbsp; &nbsp;
<br>maxExtend_maxLON, &nbsp; &nbsp;maxExtend_maxLAT),
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; restrictedExtent: &nbsp; &nbsp; new
<br>OpenLayers.Bounds(Lon2Merc(minlon),Lat2Merc(minlat), &nbsp; &nbsp;
<br>Lon2Merc(maxlon),Lat2Merc(maxlat)),
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; numZoomLevels: &nbsp; &nbsp; &nbsp; &nbsp; ZoomLevels, //17,
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; eventListeners: {
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;zoomend&quot;: mapEvent
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; maxResolution: &nbsp; &nbsp; &nbsp; &nbsp; 156543,
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; units: 'm',
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; projection: &nbsp; &nbsp; &nbsp; &nbsp; new
<br>OpenLayers.Projection(&quot;EPSG:900913&quot;), // Kartenprojektion
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; displayProjection: &nbsp; &nbsp; new
<br>OpenLayers.Projection(&quot;EPSG:4326&quot;),
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; controls: [ &nbsp; 
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; new OpenLayers.Control.MouseDefaults(),
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; new OpenLayers.Control.PanZoomBar(),
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; new OpenLayers.Control.ScaleLine(),
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;new OpenLayers.Control.NavToolbar()
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ]
<br>&nbsp; &nbsp; }); &nbsp; &nbsp; &nbsp; &nbsp; 
<br>map.events.register(&quot;mousedown&quot;, map, mapclick); &nbsp; &nbsp;// THIS doesn´ t
<br>work also when i use NavToolbar
<br>------------------------------------------------------------------------------------ 
<br><br><br>Greetings 
<br><br>Byte
<br><br><br><br>Am 19.02.2010 11:17, schrieb Marc Jansen:
<div class='shrinkable-quote'><br>&gt; Hi Byte,
<br>&gt;
<br>&gt; which other controls are added to the map? Are you using controls: []
<br>&gt; within the config object to OpenLayers.Map?
<br>&gt;
<br>&gt; Regards,
<br>&gt; Marc
<br>&gt;
<br>&gt;
<br>&gt; Bytechanger wrote:
<br>&gt;&gt; Hi,
<br>&gt;&gt;
<br>&gt;&gt; when I add the NavToolbar to my map then :
<br>&gt;&gt;
<br>&gt;&gt; - when I scroll with the mousewheel, the zoom-level steps not 10, 11, 12
<br>&gt;&gt; &nbsp; &nbsp;it steps 10,12,14, ...
<br>&gt;&gt; - the mousclick event doesn´t work anymore !
<br>&gt;&gt;
<br>&gt;&gt; when I remove the toolbar all this thinks works fine !
<br>&gt;&gt;
<br>&gt;&gt; Greetings
<br>&gt;&gt;
<br>&gt;&gt; Byte
<br>&gt;&gt; &nbsp; 
<br>&gt;
</div><br>
<br><hr align="left" width="300">
View this message in context: <a href="http://n2.nabble.com/NavToolbar-BUG-ScrollWheel-Zoom-MapClick-tp4596496p4631766.html">Re: [OpenLayers-Users] NavToolbar BUG ?? ScrollWheel Zoom / MapClick ?</a><br>
Sent from the <a href="http://n2.nabble.com/OpenLayers-Users-f1822463.html">OpenLayers Users mailing list archive</a> at Nabble.com.<br>