Options
All
  • Public
  • Public/Protected
  • All
Menu

JMap.Application.Layer.Edition.Info

You can manage layer info panel here.

Index

Functions

Functions

closePanel

  • closePanel(): void
  • JMap.Application.Layer.Edition.Info.closePanel

    If open, closes the edition panel.

    example
    
    // closes the edition (any tab) panel if open.
    JMap.Application.Layer.Edition.DynamicFilter.closePanel()

    Returns void

openPanel

  • openPanel(layerId: JId): void
  • JMap.Application.Layer.Edition.Info.openPanel

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

    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)

    Parameters

    • layerId: JId

      the JMap layer id

    Returns void