diff --git a/doc/quickstart.hbs b/doc/quickstart.hbs index 4c5acffa65..13edbfbda5 100644 --- a/doc/quickstart.hbs +++ b/doc/quickstart.hbs @@ -130,7 +130,7 @@ The `layers: [ ... ]` array is used to define the list of layers available in th ] ``` -Layers in OpenLayers are defined with a type (Image, Tile or Vector) which contains a source. The source is the protocol used to get the map tiles. You can consult the list of [available layer sources here](/en/{{ latest }}/apidoc/ol.source.html) +Layers in OpenLayers are defined with a type (Image, Tile or Vector) which contains a source. The source is the protocol used to get the map tiles. The next part of the `Map` object is the `View`. The view allows to specify the center, resolution, and rotation of the map. The simplest way to define a view is to define a center point and a zoom level. Note that zoom level 0 is zoomed out.