Re: [OpenLayers-Users] Smooth panning and zoom problem

2010-07-20 Thread Andreas Hocevar
Hi, with the GMaps v2 API, we do not have smooth zooming in OpenLayers. If you use the GMaps v3 API (supported by OpenLayer trunk, see http://openlayers.org/blog/2010/07/10/google-maps-v3-for-openlayers/), you may have animated zooming, depending on your browser (e.g. Safari has it, Firefox do

Re: [OpenLayers-Users] Smooth panning and zoom problem

2010-07-20 Thread Piero Campa
It seems it's not an OL feature for Google layers. http://osgeo-org.1803224.n2.nabble.com/Zoom-effect-like-google-map-possible-td3898241.html#a3898393 OL developers: do you know if it will be an available feature for Google Layers also, some day? Thank you anyway. Piero -- View this message in

Re: [OpenLayers-Users] Smooth panning and zoom problem

2010-07-20 Thread Piero Campa
Hi Paul, what did you mean with that "the fourth paramter" ... ? I set the transitionEffect to a Google base layer without success, no smooth zoom/pan yet. var gmap = new OpenLayers.Layer.Google( "Google Streets", { sphericalMercator:

Re: [OpenLayers-Users] Smooth panning and zoom problem

2008-06-06 Thread Paul Spencer
add transitionEffect: 'resize' to your layer options (the fourth parameter) Cheers Paul On 6-Jun-08, at 6:38 AM, Kusum wrote: > Hiii All > > I am migrating from Openlayers 5.0 to Openlayers 6.0. > In last version I changed some settings in openlayers.js for smooth > panning (so that map dis

[OpenLayers-Users] Smooth panning and zoom problem

2008-06-06 Thread Kusum
Hiii All I am migrating from Openlayers 5.0 to Openlayers 6.0. In last version I changed some settings in openlayers.js for smooth panning (so that map disappear on panning) and to give a blue effect on zoom in as in google But I don't remember that setting to to change the Ver 6.0 Openlayers.js