Re: [UMN_MAPSERVER-USERS] Zoom Pan

2008-02-08 Thread riteshambastha
Hey Friend, I believe your problems can be solved using OpenLayers. Let me know if you need any help in the implementation. Regards, Ritesh Clinton Olsen wrote: Hello, I would like to know how I can take the application I created from the tutorial, and add zoom windows, so I can

Re: [UMN_MAPSERVER-USERS] Zoom Pan

2008-02-07 Thread Milo van der Linden
Hello Clinton! Zoom and Pan is Clientside functionality. For this an application needs to be enhanced with Javascript. As an example: - When you drag a box, your browser needs to respond to the MouseDown and MouseUp and even MouseMove events. Then it has to store temporary variables telling

[UMN_MAPSERVER-USERS] Zoom Pan

2008-02-06 Thread Clinton Olsen
Hello, I would like to know how I can take the application I created from the tutorial, and add zoom windows, so I can click on the viewer and drag a window across a certain area to zoom in or out. And I need to know if there is a way I can make my application pan by using the click and drag