diff --git a/config/jsdoc/api/index.md b/config/jsdoc/api/index.md index 4817f900f6..0eb4a286c6 100644 --- a/config/jsdoc/api/index.md +++ b/config/jsdoc/api/index.md @@ -8,10 +8,10 @@

The view manages the visual parameters of the map view, like resolution or rotation.

[View](module-ol_View-View.html) with center, projection, resolution and rotation

Layers are lightweight containers that get their data from [sources](module-ol_source_Source-Source.html).

-[layer/Tile](module-ol_layer_Tile-TileLayer.html)
-[layer/Image](module-ol_layer_Image-ImageLayer.html)
-[layer/Vector](module-ol_layer_Vector-VectorLayer.html)
-[layer/VectorTile](module-ol_layer_VectorTile-VectorTileLayer.html) +[ol/layer/Tile](module-ol_layer_Tile-TileLayer.html)
+[ol/layer/Image](module-ol_layer_Image-ImageLayer.html)
+[ol/layer/Vector](module-ol_layer_Vector-VectorLayer.html)
+[ol/layer/VectorTile](module-ol_layer_VectorTile-VectorTileLayer.html) ControlsInteractionsSources and formats @@ -21,18 +21,18 @@ [Map default interactions](module-ol_interaction.html#~defaults)
Interactions for [vector features](module-ol_Feature-Feature.html) - + [All interactions](module-ol_interaction_Interaction-Interaction.html) -[Tile sources](module-ol_source_Tile-TileSource.html) for [layer/Tile](module-ol_layer_Tile-TileLayer.html) -
[Image sources](module-ol_source_Image-ImageSource.html) for [layer/Image](module-ol_layer_Image-ImageLayer.html) -
[Vector sources](module-ol_source_Vector-VectorSource.html) for [layer/Vector](module-ol_layer_Vector-VectorLayer.html) -
[Vector tile sources](module-ol_source_VectorTile-VectorTile.html) for [layer/VectorTile](module-ol_layer_VectorTile-VectorTileLayer.html) +[Tile sources](module-ol_source_Tile-TileSource.html) for [ol/layer/Tile](module-ol_layer_Tile-TileLayer.html) +
[Image sources](module-ol_source_Image-ImageSource.html) for [ol/layer/Image](module-ol_layer_Image-ImageLayer.html) +
[Vector sources](module-ol_source_Vector-VectorSource.html) for [ol/layer/Vector](module-ol_layer_Vector-VectorLayer.html) +
[Vector tile sources](module-ol_source_VectorTile-VectorTile.html) for [ol/layer/VectorTile](module-ol_layer_VectorTile-VectorTileLayer.html)
[Formats](module-ol_format_Feature-FeatureFormat.html) for reading/writing vector data -
[format/WMSCapabilities](module-ol_format_WMSCapabilities-WMSCapabilities.html) +
[ol/format/WMSCapabilities](module-ol_format_WMSCapabilities-WMSCapabilities.html) ProjectionsObservable objectsOther components -

All coordinates and extents need to be provided in view projection (default: EPSG:3857). To transform, use [proj.transform()](module-ol_proj.html#.transform) and [proj.transformExtent()](module-ol_proj.html#.transformExtent).

+

All coordinates and extents need to be provided in view projection (default: EPSG:3857). To transform, use [ol/proj#transform()](module-ol_proj.html#.transform) and [ol/proj#transformExtent()](module-ol_proj.html#.transformExtent).

[ol/proj](module-ol_proj.html)

Changes to all [ol/Object](module-ol_Object-BaseObject.html)s can be observed by calling the [object.on('propertychange')](module-ol_Object-BaseObject.html#on) method. Listeners receive an [ol/Object~ObjectEvent](module-ol_Object-ObjectEvent.html) with information on the changed property and old value.