From b89bd7bd80966eb15a244e3ff1487750f4f2bc81 Mon Sep 17 00:00:00 2001 From: Kelly Hutchins Date: Thu, 12 Feb 2015 11:42:04 -0800 Subject: [PATCH] Update defaults.js Remove itemInfo from the config file. This overwrites the specified web map --- config/defaults.js | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/config/defaults.js b/config/defaults.js index 01da219c..a8acce66 100755 --- a/config/defaults.js +++ b/config/defaults.js @@ -19,36 +19,6 @@ define({ //Default configuration settings for the application. This is where you'll define things like a bing maps key, //default web map, default app color theme and more. These values can be overwritten by template configuration settings and url parameters. "appid": "", - "itemInfo": { - "item": { - "title":"Soil Survey Map of USA", - "snippet": "Detailed description of data", - "extent": [[-139.4916, 10.7191],[-52.392, 59.5199]] - }, - "itemData": { - "operationalLayers": [{ - "url": "http://server.arcgisonline.com/ArcGIS/rest/services/Specialty/Soil_Survey_Map/MapServer", - "visibility": true, - "opacity": 0.75, - "title": "Soil Survey Map", - "itemId": "204d94c9b1374de9a21574c9efa31164" - }], - "baseMap": { - "baseMapLayers": [{ - "opacity": 1, - "visibility": true, - "url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Terrain_Base/MapServer" - },{ - "isReference": true, - "opacity": 1, - "visibility": true, - "url": "http://services.arcgisonline.com/ArcGIS/rest/services/Reference/World_Reference_Overlay/MapServer" - }], - "title": "World_Terrain_Base" - }, - "version": "1.1" - } - }, "webmap": "f5b13dbed07c46cdb783cf361833aa6b", "oauthappid": null, //"AFTKRmv16wj14N3z", //Group templates must support a group url parameter. This will contain the id of the group.