[mapserver-users] How to add rubberband zoom?

2009-01-19 Thread boesiii
What is the easiest way to add a rubberband type of zoom control? -- View this message in context: http://n2.nabble.com/How-to-add-rubberband-zoom--tp2183681p2183681.html Sent from the Mapserver - User mailing list archive at Nabble.com. ___

Re: [mapserver-users] How to add rubberband zoom?

2009-01-19 Thread Stephen Woodbridge
boesiii wrote: What is the easiest way to add a rubberband type of zoom control? My favorite way of doing that is to use OpenLayers for my client side code. The JavaScript API have options for most anything you would want to do with a map. It support shift-click-drag out of the box to do

Re: [mapserver-users] How to add rubberband zoom?

2009-01-19 Thread boesiii
I am not familiar with javascript. Couyld you give an example? Do I just need a copy of openlayers.js in my root? -- View this message in context: http://n2.nabble.com/How-to-add-rubberband-zoom--tp2183681p2184773.html Sent from the Mapserver - User mailing list archive at Nabble.com.

Re: [mapserver-users] How to add rubberband zoom?

2009-01-19 Thread Stephen Woodbridge
boesiii wrote: I am not familiar with javascript. Couyld you give an example? Do I just need a copy of openlayers.js in my root? Start here: http://openlayers.org/ http://trac.openlayers.org/wiki/UserGuide Here is an example: http://openlayers.org/dev/examples/mapserver_untiled.html Sign up