Skip to content

Commit

Permalink
demonstrate use of new paneOptions for resizable StreetView widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Apr 2, 2016
1 parent d64d4e8 commit 958cc57
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions viewer/js/config/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,15 @@ define([
position: 9,
path: 'gis/dijit/StreetView',
title: 'Google Street View',
paneOptions: {
resizable: true,
resizeOptions: {
minSize: {
w: 250,
h: 250
}
}
},
options: {
map: true,
mapClickMode: true,
Expand Down

0 comments on commit 958cc57

Please sign in to comment.