• JMap.Application.Layer.Edition.Info.openPanel

    Open the edition panel, with "info" tab activated, for the given layer

    Parameters

    • layerId: JId

      the JMap layer id

    Returns void

    Throws

    if layer not found

    Example

    // open the edition panel, with "info" tab activated, for layer id=3.
    JMap.Application.Layer.Edition.Info.openPanel(3)