Options
All
  • Public
  • Public/Protected
  • All
Menu

JMap.Application.Layer.Edition.Thematic

You can manage layer thematic panel here.

Index

Functions

Functions

closePanel

  • closePanel(): void
  • JMap.Application.Layer.Edition.Thematic.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.Thematic.openPanel

    Opens the edition panel, with "thematics" tab activated, for the given layer

    throws

    if layer not found

    example
    
    // opens the edition panel, with "thematics" tab activated, for layer id=3.
    JMap.Application.Layer.Edition.Thematic.openPanel(3)

    Parameters

    • layerId: JId

      the JMap layer id

    Returns void