Remove =undefined for default values in ol/source

This commit is contained in:
Florent gravin
2018-04-04 10:40:39 +02:00
parent 0f1cef96fb
commit c579fc985a
6 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ import {getForProjection as getTileGridForProjection} from '../tilegrid.js';
* A `{?-?}` template pattern, for example `subdomain{a-f}.domain.com`, may be
* used instead of defining each one separately in the `urls` option.
* @property {Array.<string>} [urls] An array of URL templates.
* @property {boolean} [wrapX=undefined] Whether to wrap the world horizontally. The default, is to
* @property {boolean} [wrapX] Whether to wrap the world horizontally. The default, is to
* request out-of-bounds tiles from the server. When set to `false`, only one
* world will be rendered. When set to `true`, tiles will be requested for one
* world only, but they will be wrapped horizontally to render multiple worlds.