diff --git a/config/jsdoc/api/index.md b/config/jsdoc/api/index.md index a3d2a6a5f2..48cc20a3f9 100644 --- a/config/jsdoc/api/index.md +++ b/config/jsdoc/api/index.md @@ -35,7 +35,7 @@ Interactions for [vector features](ol.Feature.html)
All coordinates and extents need to be provided in view projection (default: EPSG:3857). To transform, use [ol.proj.transform()](ol.proj.html#.transform) and [ol.proj.transformExtent()](ol.proj.html#.transformExtent).
[ol.proj](ol.proj.html)Changes to all [ol.Objects](ol.Object.html) can be observed by calling the [object.on('propertychange')](ol.Object.html#on) method. Listeners receive an [ol.Object.Event](ol.Object.Event.html) with information on the changed property and old value.
-