ThinkGeo.com    |     Documentation    |     Premium Support

More Features

Here are some more improvements that can be made to the new map control.


For the dynamic layers, we should have the option of having the map tiled or untiled. Also for both the static layers and the dynamic layers which gets added as 2 separate layers on the client map on the OpenLayers map, give us the client side option of setting the transitionEffect, layer.transitionEffect


Here is the javascript code I use to currently do it


  map.baseLayer.transitionEffect = 'resize'

            var layers = map.getLayersByName("Dynamic Layers");

            layers[0].transitionEffect = 'resize';


Also it would be good if you would expose some client side code as well.


 


 



Thanks for the post and keep the suggestions coming!


We have already logged the enhancement request for the tiling of Dynamic Layers, but I did go ahead and add your suggested improvement on Layer transition.  On the client side code we are looking to make changes there as well to expose more functionality.


Thanks



Clava, 
  
   Just to let you know the transition effects will be included and on by default in the next beta release.  I don’t have a time frame yet on when but it has already been coded. 
  
 David