Fix typo in vector tile source docs
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user