Opened 17 years ago

Closed 17 years ago

#2008 closed defect (invalid)

WEB MINSCALE, MAXSCALE not applied

Reported by: russell@… Owned by: sdlime
Priority: high Milestone:
Component: MapServer CGI Version: unspecified
Severity: normal Keywords:
Cc:

Description

Using MS for Windows, WEB MINSCALE or MAXSCALE settings in the map file do not 
constrain how far I can zoom in or out.

Change History (3)

comment:1 by sdlime, 17 years ago

Using the CGI or MapScript? I can verify that the CGI does in fact honor these 
values.

Steve

comment:2 by russell@…, 17 years ago

using MapScript

comment:3 by sdlime, 17 years ago

Resolution: invalid
Status: newclosed
Those parameters are applied using the various zoom* functions attached to a 
mapObj (e.g. zoompoint). If you aren't using those to compute an extent then 
you'll need to take those values into account in your computations.

Parameters in the WEB object are used only by specialty methods in MapScript 
and the MapServer CGI. The core drawing and query code knows nothing about them.

Marking as invalid...

Steve
Note: See TracTickets for help on using tickets.