[OpenLayers-Users] OpenLayers 2.13: how to avoid animated zooming

Alessandro Candini candini at meeo.it
Tue Jun 18 00:29:53 PDT 2013


Here it is:

     var map = new OpenLayers.Map({
         div: "map",
         allOverlays: true,
         projection: proj,
         maxExtent: bounds,
         allowSelection: true,
         resolutions: res,
         units: 'm',
         transitionEffect: null,
         zoomMethod: null,
         controls: [new OpenLayers.Control.PanZoomBar(),
                    new OpenLayers.Control.Navigation()]
     });




> This is correct. How does your map constructor look?
>
> On Jun 18, 2013 9:14 AM, "Alessandro Candini" <candini at meeo.it 
> <mailto:candini at meeo.it>> wrote:
>
>     Hi everyone.
>
>     I've read release note for version 2.13
>     (https://github.com/openlayers/openlayers/blob/master/notes/2.13.md)
>     and tried to set my map with:
>             transitionEffect: null
>             zoomMethod: null
>     but the animated zooming persist.
>
>     Am I missing something?
>     _______________________________________________
>     Users mailing list
>     Users at lists.osgeo.org <mailto:Users at lists.osgeo.org>
>     http://lists.osgeo.org/mailman/listinfo/openlayers-users
>


-- 
Alessandro Candini
MEEO S.r.l.
Via Saragat 9
I-44122 Ferrara, Italy
Tel: +39 0532 1861501
Fax: +39 0532 1861637
http://www.meeo.it

========================================
"ATTENZIONE:le informazioni contenute in questo messaggio sono
da considerarsi confidenziali ed il loro utilizzo è riservato unicamente
al destinatario sopra indicato. Chi dovesse ricevere questo messaggio
per errore è tenuto ad informare il mittente ed a rimuoverlo
definitivamente da ogni supporto elettronico o cartaceo."

"WARNING:This message contains confidential and/or proprietary
information which may be subject to privilege or immunity and which
is intended for use of its addressee only. Should you receive this
message in error, you are kindly requested to inform the sender and
to definitively remove it from any paper or electronic format."

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/openlayers-users/attachments/20130618/256fa696/attachment.html>


More information about the Users mailing list