Pane

HTML equivalent to map.createPane(name) function.

Example

A standard way to initialise is inside a <l-map>.

<l-map ...>
  <l-pane name="countries">
    ...
  </l-pane>
</l-map>

Parameters

Mandatory HTML properties to successfully instantiate.

AttributeExampleDescription
namecountriesName to give custom pane

Properties

AttributeTypeDescription

Events

Event keyDetailDescription
l:pane:connectedTriggered when connected to document