Ticket #8 (closed defect: fixed)
GeoMOOSE.changeLayerVisibility does not set visability to false
| Reported by: | lenk | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | GeoMOOSE/JS | Version: | 2.2 |
| Keywords: | Cc: |
Description
Turning the visibility of a layer on with this works:
GeoMOOSE.changeLayerVisibility('source/all', true);
Then trying to turn the layer off with this does nothing:
GeoMOOSE.changeLayerVisibility('source/all', false);
Seems to work with the built-in "highlight" layer, but not layers in the catalog.
Change History
Note: See
TracTickets for help on using
tickets.
