Use WEBGL_MAX_TEXTURE_SIZE as default

This commit is contained in:
tsauerwein
2014-11-24 09:57:09 +01:00
parent e307579d49
commit b8b48afc82
3 changed files with 8 additions and 8 deletions
+3 -1
View File
@@ -6271,7 +6271,9 @@ olx.style.AtlasManagerOptions.prototype.size;
/**
* The maximum size in pixels of atlas images (default: 2048).
* The maximum size in pixels of atlas images. If no value is given,
* `ol.WEBGL_MAX_TEXTURE_SIZE` will be used (if WebGL is supported), otherwise
* the default is 2048.
* @type {number|undefined}
* @api
*/