Opened 17 years ago
Closed 16 years ago
#63 closed enhancement (fixed)
allow fixed set of scales for the MapWidget
Reported by: | madair | Owned by: | madair |
---|---|---|---|
Priority: | P1 | Milestone: | 1.0.6 |
Component: | Widgets | Version: | 1.0.4 |
Severity: | Minor | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
it would be useful to allow the MapWidget to use a fixed set of scales and disable the FractionalZoom
Change History (7)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
insert a comma separated <Scales> element in the MapWidget to use this feature as in:
<Scales>100000,50000,25000,12500,8000,4000</Scales>
This option is mutually exclusive of the FractionalZoom option.
comment:3 by , 17 years ago
comment:4 by , 17 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
if the OpenLayers minScale value is set on a layer, OL will ignore any scales arry passed in. We need to decide if a scales array set in the ApplicationDefinition should take precedence over a minScale value returned by LoadMap
comment:5 by , 16 years ago
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
(In [1404]) re #63: implement fixed set of scales for MapWidget