Merge pull request #9379 from openlayers/vectortile-typo

Fix typo in vector tile source docs
This commit is contained in:
Andreas Hocevar
2019-03-27 12:50:35 +01:00
committed by GitHub

View File

@@ -49,8 +49,8 @@ import {equals} from '../array.js';
* tile.setFeatures(features);
* });
* });
* }
* });
* });
* }
* ```
* @property {import("../Tile.js").UrlFunction} [tileUrlFunction] Optional function to get tile URL given a tile coordinate and the projection.
* @property {string} [url] URL template. Must include `{x}`, `{y}` or `{-y}`, and `{z}` placeholders.