Example
import ButtonExport from "gpf-ext-ol/controls/ButtonExport"
ou
import { ButtonExport } from "gpf-ext-ol"
Type Definitions
-
export:computeObject
-
event triggered when the export is finished
Properties:
Name Type Description type Object event
target Object instance Export
content String export data
Example
Export.on("export:compute", function (e) { console.log(e.target); })