/plugins
The module exports a collection of core mapp plugins.
- Source
Requires
- module:/plugins/admin
- module:/plugins/feature_info
- module:/plugins/fullscreen
- module:/plugins/link_button
- module:/plugins/locator
- module:/plugins/login
- module:/plugins/svg_templates
- module:/plugins/userLayer
- module:/plugins/userLocale
- module:/plugins/zoomBtn
- module:/plugins/zoomToArea
Type Definitions
plugins
Type:
Properties- Object
Name | Type | Description |
---|---|---|
admin | function | The admin plugin module. |
feature_info | function | Show feature properties in popup. |
fullscreen | function | The fullscreen plugin module. |
keyvalue_dictionary | function | The keyvalue_dictionary plugin module. |
locator | function | The locator plugin module. |
login | function | The login plugin module. |
svg_templates | function | The svg_templates plugin module. |
zoomBtn | function | The zoomBtn plugin module. |
zoomToArea | function | The zoomToArea plugin module. |
link_button | function | The link_button plugin module. |
- Source