diff --git a/config/jsdoc/api/index.md b/config/jsdoc/api/index.md index c13118ca76..ce3314c838 100644 --- a/config/jsdoc/api/index.md +++ b/config/jsdoc/api/index.md @@ -73,8 +73,8 @@
All coordinates and extents need to be provided in view projection (default: EPSG:3857). To transform coordinates from and to geographic, use ol/proj#fromLonLat() and ol/proj#toLonLat(). For extents and other projections, use ol/proj#transformExtent() and ol/proj#transform().
- ol/proj +
All coordinates and extents need to be provided in view projection (default: EPSG:3857). To transform coordinates from and to geographic, use fromLonLat() and toLonLat(). For extents and other projections, use transformExtent() and transform().
+Find these functions and more in the ol/proj module.
Changes to all ol/Objects can be observed by calling the object.on('propertychange') method. Listeners receive an ol/Object.ObjectEvent with information on the changed property and old value.
+Changes to all Objects can be observed by calling the object.on('propertychange') method. Listeners receive an ObjectEvent with information on the changed property and old value.