• JMap.Application.Layer.setLayerOrderActive

    Displays or hides the layer order panel.

    Parameters

    • isActive: boolean

      true to display the layer order panel, false to hide it

    Returns void

    Example

    // display the layer order panel
    JMap.Application.Layer.setLayerOrderActive(true)

    // hide the layer order panel
    JMap.Application.Layer.setLayerOrderActive(false)