Change urls property in TileArcGISRest to optional

The `urls`property is optional if `url` is defined.
This commit is contained in:
Frederic Junod
2018-11-28 16:00:55 +01:00
parent 28bdbeb869
commit 769d7dd732

View File

@@ -44,7 +44,7 @@ import {appendParams} from '../uri.js';
* @property {boolean} [wrapX=true] Whether to wrap the world horizontally.
* @property {number} [transition] Duration of the opacity transition for rendering. To disable the opacity
* transition, pass `transition: 0`.
* @property {Array<string>} urls ArcGIS Rest service urls. Use this instead of `url` when the ArcGIS
* @property {Array<string>} [urls] ArcGIS Rest service urls. Use this instead of `url` when the ArcGIS
* Service supports multiple urls for export requests.
*/