Add note about ignoring tileSize TileJSON property

This commit is contained in:
Petr Sloup
2019-02-22 09:05:18 +01:00
committed by GitHub
parent bc25097899
commit 67ee5a41b0

View File

@@ -56,6 +56,7 @@ import {createXYZ, extentFromProjection} from '../tilegrid.js';
* };
* ```
* @property {number|import("../size.js").Size} [tileSize=[256, 256]] The tile size used by the tile service.
* Note: `tileSize` and other non-standard TileJSON properties are currently ignored.
* @property {string} [url] URL to the TileJSON file. If not provided, `tileJSON` must be configured.
* @property {boolean} [wrapX=true] Whether to wrap the world horizontally.
* @property {number} [transition] Duration of the opacity transition for rendering.