Fix typo in vector tile source docs

This commit is contained in:
Andreas Hocevar
2019-03-26 14:54:44 +01:00
committed by GitHub
parent 9eb9fffc94
commit 7ebae2ba80

View File

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