Fix olx.source.OSMOptions#url default value documentation

This commit is contained in:
Frederic Junod
2016-07-07 15:39:31 +02:00
parent d68b498a2c
commit fe67b047f4

View File

@@ -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
*/