Thank you very much, I tried it but It didn't work
here is my code
      
 var zoomAttributes = {
                        numZoomLevels : 19,
                        minZoomLevel : 5,
                        transitionEffect : 'resize'
             }
            map = new OpenLayers.Map('map');
            map.addControl(new OpenLayers.Control.LayerSwitcher());

                 gphy = new OpenLayers.Layer.Google(
                "Google Physical",
                OpenLayers.Util.extend(zoomAttributes, {type:
G_PHYSICAL_MAP})
            );

            map.addLayers([gphy]);

            map.setCenter(new OpenLayers.LonLat(10.2, 48.9), 5);
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Animated-Zoom-tp5046165p5052005.html
Sent from the OpenLayers Dev mailing list archive at Nabble.com.
_______________________________________________
Dev mailing list
Dev@openlayers.org
http://openlayers.org/mailman/listinfo/dev

Reply via email to