Skip to content

Commit

Permalink
Small bug solved accessing bounds, now bbox selection from VGV also w…
Browse files Browse the repository at this point in the history
…orks in slice viewer
  • Loading branch information
santilland committed Jun 17, 2014
1 parent 76f0e3a commit c62e4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/contrib/SliceViewer/SliceView.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ define([
// an AoI the 'area' parameter is set, otherwise it is 'null'.
if (area) {
// 1. store current AoI bounds
this.currentAoI = area.geometry.bounds.toString();
this.currentAoI = area.geometry.getBounds().toString();

// 2. store current ToI interval
var toi = this.currentToI;
Expand Down

0 comments on commit c62e4a8

Please sign in to comment.