Replay vector batches for each world

This commit is contained in:
Andreas Hocevar
2015-04-16 14:08:16 +02:00
parent a948ed410e
commit a90a012e5d
4 changed files with 64 additions and 4 deletions
+3
View File
@@ -120,6 +120,9 @@ ol.proj.Projection = function(options) {
* @type {boolean}
*/
this.global_ = goog.isDef(options.global) ? options.global : false;
if (this.global_) {
goog.asserts.assert(!goog.isNull(this.extent_));
}
/**
* @private