Reworked attribution handling
This commit is contained in:
+2
-1
@@ -781,7 +781,8 @@ ol.View.prototype.getState = function() {
|
||||
center: center.slice(),
|
||||
projection: projection !== undefined ? projection : null,
|
||||
resolution: resolution,
|
||||
rotation: rotation
|
||||
rotation: rotation,
|
||||
zoom: this.getZoom()
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user