Merge pull request #1868 from twpayne/wrap-x

Add wrapX option to ol.source.XYZ
This commit is contained in:
Tom Payne
2014-03-17 14:16:56 +01:00
2 changed files with 6 additions and 3 deletions
+2
View File
@@ -996,6 +996,8 @@
* @property {string|undefined} url URL template. Must include `{x}`, `{y}`,
* and `{z}` placeholders.
* @property {Array.<string>|undefined} urls An array of URL templates.
* @property {boolean|undefined} wrapX Whether to wrap the world horizontally.
* Default is `true`.
* @todo stability experimental
*/