From b5b3cb7b18757893685e98ba3fa64605937f4b15 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 11 Aug 2022 15:44:53 -0600 Subject: [PATCH] Shorter names --- config/jsdoc/api/index.md | 6 +++--- config/jsdoc/api/template/tmpl/observables.tmpl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@

Projections

-

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.

@@ -82,7 +82,7 @@

Observable objects

-

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.

diff --git a/config/jsdoc/api/template/tmpl/observables.tmpl b/config/jsdoc/api/template/tmpl/observables.tmpl index 50f44a4b34..1098676dbc 100644 --- a/config/jsdoc/api/template/tmpl/observables.tmpl +++ b/config/jsdoc/api/template/tmpl/observables.tmpl @@ -8,7 +8,7 @@ Name Type Settable - ol/Object.ObjectEvent type + ObjectEvent type Description