Merge pull request #5577 from fredj/osm_url_doc

Fix olx.source.OSMOptions#url default value documentation
This commit is contained in:
Frédéric Junod
2016-07-08 09:00:56 +02:00
committed by GitHub

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