Skip to content

Commit

Permalink
basemaps widget config should not have been removed from viewer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Nov 19, 2016
1 parent f5b2a30 commit c28d06d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions viewer/js/config/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,14 @@ define([
expanded: false
}
},
basemaps: {
include: true,
id: 'basemaps',
type: 'domNode',
path: 'gis/dijit/Basemaps',
srcNodeRef: 'basemapsDijit',
options: 'config/basemaps'
},
identify: {
include: true,
id: 'identify',
Expand Down

0 comments on commit c28d06d

Please sign in to comment.