Class: PanelEvent

PanelEvent

Events emitted by Mapspace.nvdb.control.Panel.


new PanelEvent(type, features, status, newIDs)

Parameters:
Name Type Description
type Mapspace.nvdb.control.PanelEventType

Event type.

features Array.<ol.Feature>

Features in the panel that has caused the event.

status Mapspace.nvdb.ProgressCodes

Status for the features.

newIDs Array.<{tempId: string, nvdbId: string}>

An array of objects with relation between temporary IDs and new NVDB IDs for newly created features.

Source:
mapspace-nvdb/events.js

Extends

Members


features :Array.<ol.Feature>

Features in the panel that has caused the event.

Source:
mapspace-nvdb/events.js

newIDs :Array.<{tempId: string, nvdbId: string}>

An array of objects with relation between temporary IDs and new NVDB IDs for newly created features.

Source:
mapspace-nvdb/events.js

status :Mapspace.nvdb.ProgressCodes

Status for the features.

Source:
mapspace-nvdb/events.js