Bug 276

Summary: zoom out using drag box pops up error in IE
Product: MapLab Reporter: Debbie Pagurek <pagurekd@agr.gc.ca>
Component: SECT (Studio)Assignee: maplab-dev <maplab-dev@lists.maptools.org>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description From 2004-03-11 14:13:08
In IE, if you drag a box, rather than just clicking a point, you get an error - 
ERROR: Invalid input type specified inZoomOut.php. Error doesn't come up in 
Mozilla, but extent doesn't change either.
------- Comment #1 From 2004-03-11 19:18:14 -------
I have fixed a small problem with the MapDHTML widget that was causing this
problem.  Basically the MapDHTML widget was not checking to see if navigation
tools were allowed to have rectangles or not.  Now it is not possible to drag a
rectangle with the zoom out tool
------- Comment #2 From 2004-03-13 06:18:32 -------
Would it be a lot of work Paul to implement the zoom-out with a rectangle? We 
get lots of questions from ESRI users wanting this kind of functionality.
------- Comment #3 From 2004-03-13 07:45:25 -------
what would it do?  Options are:

* zoom out from center point of rectangle by fixed factor (unless ZoomFactor
widget is in template)?
* zoom out from center point with factor calculated from size of rectangle?
* some other option?
------- Comment #4 From 2004-03-13 07:55:09 -------
The way this works in the ESRI software is your second option Paul:
zoom out from center point with factor calculated from size of rectangle?

I.e. the smaller the box, the further the map zooms out.
------- Comment #5 From 2004-03-13 08:24:24 -------
moving discussion to bug 289 and closing