From 171195a83642f2a5e323db260b90ec93923c2bf4 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 21 Jul 2018 08:24:44 -0600 Subject: [PATCH] Remove broken link to sources --- doc/quickstart.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.