Tool to download created drawings.
Classes
Members
-
staticTools.Download.DownloadTemplate
-
Template used to create the download tool
Events
-
changeIsActive
devtools/jsdoc/events.js, line 2412 -
Triggered when the model attribute "isActive" changes.
Listeners of This Event:
-
RadioTriggerDownloadStart
devtools/jsdoc/events.js, line 2403 -
Triggers the download tool to start.
Name Type Description obj
Object Configuration to start the download module. Name Type Description formats
Array.<String> Formats to be supported. features
Array.<ol/Feature> Features to be downloaded. Listeners of This Event:
Example
Radio.trigger("Download", "start", obj);