justb4 / geoext-viewer

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

ContextBrowserPanel incorrect when changing baselayer #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From Wolfram Winter Deutsche Bahn:

issue # 19
----------
The 'ContextBrowserPanel.js' doesn't work correct: if you change the baselayer 
the new
baselayer isn't shown - some other baselayer got active

status issue # 19: fixed
-----------------
The code in 'ContextBrowserPanel.js' sets the visibility for ALL layers to 
'false'
(incl. baselayers) and then activates the requested layers.
This was changed to: the visibility all all layers which are no baselayers are 
set to
'false'. Then the visibility of all requested layers is set to 'true' - if it 
is a
baselayer, it is set as the new baselayer.

Original issue reported on code.google.com by jus...@gmail.com on 10 Jul 2012 at 12:58

GoogleCodeExporter commented 9 years ago
Changes from WW DB.DE changes 02 integrated 

Original comment by jus...@gmail.com on 16 Jul 2012 at 11:12