Ticket #8 (closed defect: fixed)

Opened 2 years ago

Last modified 18 months ago

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

Changed 18 months ago by lenk

  • status changed from new to closed
  • resolution set to fixed

Revision 422

Note: See TracTickets for help on using tickets.