From 280a7c520fdc3738b8e8692d55505f5bb3a15e5e Mon Sep 17 00:00:00 2001 From: Antoine Abt Date: Thu, 24 Jul 2014 15:20:18 +0200 Subject: [PATCH] More complete doc for `logo` option --- externs/olx.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/externs/olx.js b/externs/olx.js index 0e88c731c8..e8f339958f 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -168,7 +168,11 @@ olx.MapOptions.prototype.layers; /** - * The map logo. Default is `true`, showing ol3’s logo. + * The map logo. A logo to be displayed on the map at all times. If a string is + * provided, it will be set as the image source of the logo. If an object is + * provided, the `src` property should be the URL for an image and the `href` + * property should be a URL for creating a link. To disable the map logo, set + * the option to `false`. By default, the OpenLayers 3 logo is shown. * @type {boolean|string|Object|undefined} */ olx.MapOptions.prototype.logo;