From fe67b047f4c0899d4e919c9aec515f1bc48f7eb2 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 7 Jul 2016 15:39:31 +0200 Subject: [PATCH] Fix olx.source.OSMOptions#url default value documentation --- externs/olx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs/olx.js b/externs/olx.js index 61e8fed4e5..5fe169fb10 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -4774,7 +4774,7 @@ olx.source.OSMOptions.prototype.tileLoadFunction; /** * URL template. Must include `{x}`, `{y}` or `{-y}`, and `{z}` placeholders. - * Default is `//{a-c}.tile.openstreetmap.org/{z}/{x}/{y}.png`. + * Default is `https://{a-c}.tile.openstreetmap.org/{z}/{x}/{y}.png`. * @type {string|undefined} * @api stable */