We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f0e3a commit c62e4a8Copy full SHA for c62e4a8
app/scripts/contrib/SliceViewer/SliceView.js
@@ -134,7 +134,7 @@ define([
134
// an AoI the 'area' parameter is set, otherwise it is 'null'.
135
if (area) {
136
// 1. store current AoI bounds
137
- this.currentAoI = area.geometry.bounds.toString();
+ this.currentAoI = area.geometry.getBounds().toString();
138
139
// 2. store current ToI interval
140
var toi = this.currentToI;
0 commit comments