Interface FrameworkOptions

Framework's basic options to construct the layer.

Example

 const options = {
id: 'wxlayer',
bounds: [ -180, -90, 180, 90 ],
attribution: 'WxTiles',
};

Hierarchy

  • FrameworkOptions

Properties

attribution?: string
bounds?: [number, number, number, number]
id: string
maxzoom?: number
opacity?: number

Generated using TypeDoc