Geoportal Extension for OpenLayers API Reference

Module: Isocurve

module:~Controls/Isocurve

Example

import Isocurve from "src/OpenLayers/Controls/Isocurve"

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

isocurve:drawend

OpenLayers/Controls/Isocurve.js, line 975

event triggered at the end of drawing input

isocurve:drawstart

OpenLayers/Controls/Isocurve.js, line 952

event triggered at the start of drawing input