@@ -31,70 +31,72 @@ define({
31
31
"sharinghost" : location . protocol + "//" + "www.arcgis.com" ,
32
32
"customProfileUrl" : null ,
33
33
// Define the profile widget location. Valid values are bottom-center
34
- // and top-center.
35
- "panelLocation" : "bottom-center" ,
36
- // Define the profile units if no units are specified
34
+ // and top-center.
35
+ "panelLocation" : "bottom-center" ,
36
+ // Define the profile units if no units are specified
37
37
// arcgis online org units will be used
38
38
"units" : null ,
39
39
// Define the title and description text that appears on the panel
40
40
"title" : null ,
41
41
"description" : null ,
42
42
// Set splashModal to display a splash screen when the app loads
43
- // Define the splash content using splashTitle and splashContent.
43
+ // Define the splash content using splashTitle and splashContent.
44
44
"splashModal" : false ,
45
45
"splashTitle" : null ,
46
46
"splashContent" : null ,
47
- "splashButtonText" :null ,
47
+ "splashButtonText" : null ,
48
48
"markerSymbol" : "./images/EsriBluePinCircle26.png" ,
49
49
"markerSymbolWidth" : 26 ,
50
50
"markerSymbolHeight" : 26 ,
51
51
//If your applcation needs to edit feature layer fields set this value to true. When false the map will
52
- //be dreated with layers that are not set to editable which allows the FeatureLayer to load features optimally.
52
+ //be dreated with layers that are not set to editable which allows the FeatureLayer to load features optimally.
53
53
"editable" : false ,
54
- // Define background and text colors for the app.
54
+ // Define background and text colors for the app.
55
55
"background" : "#666" , // #009ACD
56
56
"backgroundOpacity" : "0.9" ,
57
- "color" : "#fff" ,
57
+ "color" : "#fff" ,
58
58
// Enable/disable tools
59
- "mapZoom" : true , // set to false to disable map zoom slider
59
+ "mapZoom" : true , // set to false to disable map zoom slider
60
60
"search" : false , // Search Tool
61
61
"searchExtent" : true ,
62
- "searchLayers" :[ {
63
- "id" : "" ,
64
- "fields" : [ ]
62
+ "searchLayers" : [ {
63
+ "id" : "" ,
64
+ "fields" : [ ]
65
65
} ] ,
66
66
// Enter custom start location to find (POI, location etc). Note
67
- // this uses the esri default locator
67
+ // this uses the esri default locator
68
68
"find" : null ,
69
69
//Setup the app to support a custom url parameter. Use this if you want users
70
70
//to be able to search for a string field in a layer. For example if the web map
71
71
//has parcel data and you'd like to be able to zoom to a feature using its parcel id
72
- //you could add a custom url param named parcel then users could enter
72
+ //you could add a custom url param named parcel then users could enter
73
73
//a value for that param in the url. index.html?parcel=3203
74
- "customUrlLayer" :{
75
- "id" : null , //id of the search layer as defined in the web map
76
- "fields" : [ ] //Name of the string field to search
74
+ "customUrlLayer" : {
75
+ "id" : null , //id of the search layer as defined in the web map
76
+ "fields" : [ ] //Name of the string field to search
77
77
} ,
78
- "customUrlParam" : null , //Name of url param. For example parcels
79
- "basemaps" : false , // Basemap Gallery
80
- "legend" : false , // Legend and Layer List
81
- "includesublayers" :true , // Include ability to toggle sub layers
82
- "includelayerlegend" : true , // Show Legend
78
+ "customUrlParam" : null , //Name of url param. For example parcels
79
+ "basemaps" : false , // Basemap Gallery
80
+ "basemapToggle" : false , // Basemap Toggle instead of gallery
81
+ "alt_basemap" : "satellite" ,
82
+ "legend" : false , // Legend and Layer List
83
+ "includesublayers" : true , // Include ability to toggle sub layers
84
+ "includelayerlegend" : true , // Show Legend
83
85
"includelayeropacity" : false , // Show opacity slider in legend
84
- "share" : false , // Share Dialog
86
+ "share" : false , // Share Dialog
85
87
//Replace these with your own bitly key
86
88
"bitlyLogin" : "arcgis" ,
87
89
"bitlyKey" : "R_b8a169f3a8b978b9697f64613bf1db6d" ,
88
90
"elevationDraw" : true , // include draw tool
89
- // Profile Chart Colors
90
- "axisFontColor" : "#fff" , // white
91
- "titleFontColor" : "#fff" , // white
92
- "axisMajorTickColor" : "#fff" , // white
93
- "elevationLineColor" : "#f2f2f2" , // white
94
- "elevationBottomColor" :"#696969" , //gray
95
- "elevationTopColor" : "#8C8C8C" , //gray
96
- "skyBottomColor" : "#00B2EE" , // robin blue
97
- "skyTopColor" :"#009ACD" , // baby blue
91
+ // Profile Chart Colors
92
+ "axisFontColor" : "#fff" , // white
93
+ "titleFontColor" : "#fff" , // white
94
+ "axisMajorTickColor" : "#fff" , // white
95
+ "elevationLineColor" : "#f2f2f2" , // white
96
+ "elevationBottomColor" : "#696969" , //gray
97
+ "elevationTopColor" : "#8C8C8C" , //gray
98
+ "skyBottomColor" : "#00B2EE" , // robin blue
99
+ "skyTopColor" : "#009ACD" , // baby blue
98
100
"helperServices" : {
99
101
"geometry" : {
100
102
"url" : null
@@ -109,8 +111,8 @@ define({
109
111
"url" : null
110
112
} ]
111
113
} ,
112
- // This is an option added so that developers working with the
114
+ // This is an option added so that developers working with the
113
115
// hosted version of the application can apply custom styles
114
- // not used in the download version.
116
+ // not used in the download version.
115
117
"customstyle" : null
116
118
} ) ;
0 commit comments