Example
import ElevationPath from "gpf-ext-ol/controls/ElevationPath"
ou
import { ElevationPath } from "gpf-ext-ol"
Type Definitions
-
elevationpath:computeObject
-
event triggered when the compute is finished
Properties:
Name Type Description type Object event
target Object instance ElevationPath
Example
ElevationPath.on("elevationpath:compute", function (e) { console.log(e.target.getData()); })
Events
-
elevationpath:drawend
Controls/ElevationPath/ElevationPath.js, line 1096 -
event triggered at the end of drawing input
-
elevationpath:drawstart
Controls/ElevationPath/ElevationPath.js, line 1086 -
event triggered at the start of drawing input