Example
import Isocurve from from "gpf-ext-ol/controls/Isocurve"
ou
import { Isocurve } from "gpf-ext-ol"
Type Definitions
-
isocurve:computeObject
-
event triggered when the compute is finished
Properties:
Name Type Description type Object event
target Object instance Isocurve
Example
Isocurve.on("isocurve:compute", function (e) { console.log(e.target.getData()); })
Events
-
iso:compute
Controls/Isocurve/Isocurve.js, line 1337 -
event triggered when the compute is finished
Properties:
Name Type Description type Object event
target Object instance Iso
Example
Iso.on("iso:compute", function (e) { console.log(e.target.getData()); })
-
isocurve:drawend
Controls/Isocurve/Isocurve.js, line 993 -
event triggered at the end of drawing input
-
isocurve:drawstart
Controls/Isocurve/Isocurve.js, line 970 -
event triggered at the start of drawing input
-
route:newresults
Controls/Isocurve/Isocurve.js, line 1263 -
event triggered when user clear points to compute isochrone