Skip to content

Commit

Permalink
Merge pull request #634 from cmv/fix/add-back-basemaps-widget-config
Browse files Browse the repository at this point in the history
basemaps widget config should not have been removed from viewer.js
  • Loading branch information
DavidSpriggs authored Nov 20, 2016
2 parents f5b2a30 + c28d06d commit 0028d0f
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 0028d0f

Please sign in to comment.