Hi folks,

When I "finger" zoom the map with the IPAD I cant see any transition effect
when having google maps as base layer, but when using my own wms base
layer, transition effect works great.



gmap : new OpenLayers.Layer.Google(
        "Google Streets", // the default
        {
         type: G_NORMAL_MAP , // v2
//     type: google.maps.MapTypeId.ROADMAP, //v3
         sphericalMercator: true, minZoomLevel: 4, maxZoomLevel: 16
        },{ transitionEffect:'resize'    }
)

How should I configure it for gmap as well ?

Best regards,


Ricardo
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to