• JMap.MouseOver.openInformationReportInNewTab

    Open the information report related to given layerId in a new tab.

    Display information report for all features that are displayed in the mouseover.

    Parameters

    • layerId: JId

      The JMap layer id

    Returns Promise<string>

    Throws

    if mouseover doesn't display any feature for the given layer

    Example

    // open the information report related to layer id=3
    JMap.MouseOver.openInformationReportInNewTab(2)