When double-clicking on an OpenLayers map, the screen is momentarily blank while the next zoom level draws.
Is this avoidable? It's not ideal, given that many other mapping APIs show a smooth zooming effect.
Thanks
|
When double-clicking on an OpenLayers map, the screen is momentarily blank while the next zoom level draws. Is this avoidable? It's not ideal, given that many other mapping APIs show a smooth zooming effect. Thanks |
|||
|
|
|
You will have to change the layer transitionEffect to 'resize'. According to OpenLayers documentation: transitionEffect {String} The transition effect to use when the map is panned or zoomed. There are currently two supported values
|
|||
|