-
-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,9 @@ define([ | |
sliderStyle: 'small' | ||
}, | ||
|
||
//webMapId: 'ef9c7fbda731474d98647bebb4b33c20', // High Cost Mortgage | ||
// webMapOptions: {}, | ||
|
||
// panes: { | ||
// left: { | ||
// splitter: true | ||
|
@@ -278,7 +281,7 @@ define([ | |
srcNodeRef: 'growlerDijit', | ||
options: {} | ||
}, | ||
geocoder: { | ||
search: { | ||
include: true, | ||
type: 'domNode', | ||
path: 'esri/dijit/Search', | ||
|
@@ -301,14 +304,6 @@ define([ | |
position: 3, | ||
options: 'config/identify' | ||
}, | ||
basemaps: { | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
tmcgee
Author
Member
|
||
include: true, | ||
id: 'basemaps', | ||
type: 'domNode', | ||
path: 'gis/dijit/Basemaps', | ||
srcNodeRef: 'basemapsDijit', | ||
options: 'config/basemaps' | ||
}, | ||
mapInfo: { | ||
include: false, | ||
id: 'mapInfo', | ||
|
Just wondering, why did we get rid of the basemap widget?