Thank you very much ! <div>You are right it was a bit confusing.</div><div>All OL options now work perfectly.</div><div><br></div><div><br></div><div>Thanks</div><div><br></div><div><br></div><div>ricardo<br><br><div class="gmail_quote">
2011/10/30 Eric Lemoine <span dir="ltr"><<a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br><br>On Sunday, October 30, 2011, Eric Lemoine <<a href="mailto:eric.lemoine@camptocamp.com" target="_blank">eric.lemoine@camptocamp.com</a>> wrote:<br>><br>><br>> On Sunday, October 30, 2011, Ricardo Bayley <<a href="mailto:ricardo.bayley@gmail.com" target="_blank">ricardo.bayley@gmail.com</a>> wrote:<br>
>> Ho everyone,<br>>> Does anybody know why the transitionEffect is not working ?<br>>> this is my config<br>>> gwcLayer : new OpenLayers.Layer.WMS(<br>>> "myGWC",<br>>> ["<a href="http://localhost:8080/geowebcache/service/wms" target="_blank">http://localhost:8080/geowebcache/service/wms</a>" ],<br>
>><br>>> {<br>>><br>>> sphericalMercator: true,<br>>> tileSize: new OpenLayers.Size(256,256),<br>>> layers: "Argentina",<br>>> format: 'image/png',<br>>> tileLoadingDelay:0,<br>
>> transitionEffect: 'resize',<br>>> minZoomLevel: 0, <br>>> maxZoomLevel: 8<br>>> }<br>><br>> The signature of OpenLayers.Layer.WMS is:<br>><br>> OpenLayers.Layer.WMS(name, url, params, options)<br>
><br>> "params" include parameters sent in WMS GetMap requests. "layers" and "format" should indeed be params.<br>><br>> "options" include options for the OpenLayers.Layer.WMS instance.<br>
><br>> In your case tileLoadingDelay, transitionEffect, minZoomLevel, and maxZoomLevel should be *options* as opposed to params.<br><br></div>tileSize shoud be an option as well. And the sphericalMercator option isn't applicable to OpenLayers.Layer.WMS.<div>
<div></div><div class="h5"><br>
<br>-- <br>Eric Lemoine<br><br>Camptocamp France SAS<br>Savoie Technolac, BP 352<br>73377 Le Bourget du Lac, Cedex<br><br>Tel : 00 33 4 79 44 44 96<br>Mail : <a href="mailto:eric.lemoine@camptocamp.com" target="_blank">eric.lemoine@camptocamp.com</a><br>
<a href="http://www.camptocamp.com" target="_blank">http://www.camptocamp.com</a><br><br>
</div></div></blockquote></div><br></div>