Properties
Private _backupLeafletGeometry
- _backupLeafletGeometry(): void
-
Returns void
Private _currentLeafletEditObject
_currentLeafletEditObject: any
Private _editFeatureGroup
_editFeatureGroup: any
Private _editLeafletGraphicRequest
_editLeafletGraphicRequest: any
Private _editingOptions
_editingOptions: any
Private _id
_id: any
Private _initialize
- _initialize(providerId: string, map: Map): void
-
Parameters
Returns void
Private _leafletMap
_leafletMap: any = null
Private _map
_map: any = null
Private _revertLeafletGeometry
- _revertLeafletGeometry(): void
-
Returns void
Private _uneditedLeafletGraphicProps
_uneditedLeafletGraphicProps: any
editOptions
- get editOptions(): LeafletDrawingOptions
- set editOptions(options: LeafletDrawingOptions): void
-
Returns LeafletDrawingOptions
-
Parameters
-
options: LeafletDrawingOptions
Returns void
id
- get id(): string
- set id(id: string): void
-
Returns string
-
Parameters
Returns void
map
- get map(): LeafletMap
- set map(map: LeafletMap): void
-
Returns LeafletMap
-
Parameters
Returns void
Private shape
shape: any = ""
The LeafletEditProvider class is an implementation of GraphicEditProvider.
var map = new LeafletMap();
map.create("map", { initialXMin: -88.679196, initialYMin: 24.326418, initialXMax: -79.57153, initialYMax: 30.892178 });
var leafletEditProvider = new LeafletEditProvider('default', map);