Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LayerConfig

A data type that represents metadata for an Aeris Maps (AMP) layer.

Hierarchy

  • LayerConfig

Index

Properties

Optional bundle

bundle: string[]

Array of Aeris account levels that are required for accessing the layer.

Optional category

category: string

Layer category.

Optional code

code: string

Layer code.

Optional description

description: string

Layer description.

id

id: string

Layer identifier.

Optional interval

interval: string

Layer update interval.

Optional legendSrc

legendSrc: string

Legend source URL to use for the layer.

Optional modifiers

modifiers: LayerModifier[]

Array of modifier information supported by the layer.

name

name: string

Layer name.

Optional regions

regions: string

List of regions covered by the layer.

Optional thumbSrc

thumbSrc: string

Layer thumbnail URL.

Optional use

use: string

Layer identifier to inherit metadata from.

Generated using TypeDoc