Reworked attribution handling

This commit is contained in:
Tim Schaub
2017-10-08 14:40:40 -06:00
parent a5a0f5b98b
commit 2dd8fdb5b7
32 changed files with 346 additions and 391 deletions
+2 -1
View File
@@ -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()
});
};