From b8584212203499d62676a45777a4ef9210779d5b Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Thu, 21 Aug 2014 08:46:40 +0100 Subject: [PATCH] Small improvements to description of ol.Map example --- src/ol/map.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ol/map.js b/src/ol/map.js index 53fdea63a1..3c0edada40 100644 --- a/src/ol/map.js +++ b/src/ol/map.js @@ -137,8 +137,9 @@ ol.MapProperty = { * target: 'map' * }); * - * The above snippet creates a map with a MapQuest OSM layer on a 2D view and - * renders it to a DOM element with the id `map`. + * The above snippet creates a map using a {@link ol.layer.Tile} to display + * {@link ol.source.MapQuest} OSM data and render it to a DOM element with the + * id `map`. * * The constructor places a viewport container (with CSS class name * `ol-viewport`) in the target element (see `getViewport()`), and then two