[OpenLayers-Users] Layerswitcher question

Boer, dr. W.M. de (Thijs) W.M.dBoer at minlnv.nl
Fri May 13 04:29:50 EDT 2011


Hallo Alex,

Yes, this did the trick !
I can change now between my two layers, with one click in the layerswitcher.
Thank you very much !

Thijs de Boer

-----Oorspronkelijk bericht-----
Van: Alex [mailto:zeitalex at googlemail.com] 
Verzonden: vrijdag 13 mei 2011 9:59
Aan: Boer, dr. W.M. de (Thijs); openlayers-users at lists.osgeo.org
Onderwerp: Re: [OpenLayers-Users] Layerswitcher question

you should work with layer's event "visibilitychanged"

     layer1.events.register("visibilitychanged", layer1, function() {
             if (this.getVisibility()) {
                 layer2.setVisibility(false);
             }
         });

         layer2.events.register("visibilitychanged", layer2, function() {
             if (this.getVisibility()) {
                 layer1.setVisibility(false);
             }
         });

Dit bericht kan informatie bevatten die niet voor u is bestemd. Indien u
niet de geadresseerde bent of dit bericht abusievelijk aan u is gezonden,
wordt u verzocht dat aan de afzender te melden en het bericht te 
verwijderen. 
De Staat aanvaardt geen aansprakelijkheid voor schade, van welke aard 
ook, die verband houdt met risico's verbonden aan het elektronisch 
verzenden van berichten.

This message may contain information that is not intended for you. If you
are not the addressee or if this message was sent to you by mistake, you
are requested to inform the sender and delete the message.
The State accepts no liability for damage of any kind resulting from the
risks inherent in the electronic transmission of messages.




More information about the Users mailing list