Dear list.<br>&nbsp;<br>I am a beginner at OpenLayers.<br>I want to add ZoomOut Function in NavToolbar control.<br>First of all, I load NavToolbar<br>&nbsp;map.addControl( new OpenLayers.Control.NavToolbar() );<br>After loading it, I can see pan and zoomin tools in the control.<br>
&nbsp;<br>Next, how to add zoomout tool in the NavToolbar.<br>The function of zoomout is in ZoomBox.js. so, how to activate the fucnion?<br>As I know, I should chnage out porperty in ZoomBox.js from false to true.<br>but, I don&#39;t know how to change the property?<br>
&nbsp;<br>Best regards,<br>Jeong.