smas1 / geoext-viewer

Automatically exported from code.google.com/p/geoext-viewer
GNU General Public License v3.0
0 stars 0 forks source link

Allow user via config to enable/disable moving layers in LayerTreePanel #371

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The standard ExtJS Ext.tree.TreePanel config option 'enableDD' (DD=drag&drop) 
allows moving nodes in a tree. For the LayerTreePanel this is used to move 
layers for layer stacking/ordering. The current value is hardcoded 'true', i.e. 
allow layer moving. This should be made user-configurable with a default value 
of true. 

Original issue reported on code.google.com by jus...@gmail.com on 7 May 2014 at 8:11

GoogleCodeExporter commented 9 years ago
Fixed: see Config example for LayerTreePanel  to enable/disable:
 http://geoext-viewer.googlecode.com/svn/trunk/heron/examples/DefaultConfig.js

Original comment by jus...@gmail.com on 7 May 2014 at 8:15