Use path type instead of ol.Coordinate

This commit is contained in:
Frederic Junod
2018-03-15 15:15:41 +01:00
parent 42e864fd8e
commit 218ca38f1d
3 changed files with 5 additions and 5 deletions

View File

@@ -211,7 +211,7 @@ function addInteraction() {
// set sketch
sketch = evt.feature;
/** @type {ol.Coordinate|undefined} */
/** @type {module:ol/coordinate~Coordinate|undefined} */
let tooltipCoord = evt.coordinate;
listener = sketch.getGeometry().on('change', function(evt) {