I have a layer defined as follows:
var layerMyWMS = new OpenLayers.Layer.WMS(
'MyLayer',
mapHostsArray,
{
LAYERS: 'MyLayer',
FORMAT: 'image/png'
},
{
isBaseLayer: false,
displayInLayerSwitcher: false,
transitionEffect: 'resize',
buffer: 0,
attribution: OSCopyrightNotice,
minScale: 1250,
maxScale: 400
}
);
transitionEffect does not work but if I remove "maxScale: 400" it does work
as expected.
Any ideas?
Many thanks.
Regards,
Donald
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users