Solved! Go to Solution.
"Raster_Format" : "ESRI GRID - GRID"
var params = {
"Layers_to_Clip": clipLayers,
"Area_of_Interest": featureSet,
"Feature_Format": registry.byId("formatBox").get("value")
}; var params = {
"Layers_to_Clip": clipLayers,
"Area_of_Interest": featureSet,
"Feature_Format": registry.byId("formatBox").get("value"),
"Raster_Format": "ESRI GRID - GRID"
};"Raster_Format" : "ESRI GRID - GRID"
var params = {
"Layers_to_Clip": clipLayers,
"Area_of_Interest": featureSet,
"Feature_Format": registry.byId("formatBox").get("value"),
"Raster_Format" : "ESRI GRID - GRID"
};
if ( registry.byId("layer4").get("checked") ) { clipLayers.push("DGIF_Lakes"); }if ( registry.byId("layer4").get("checked") ) { clipLayers.push("DGIF_Public.DBO.DGIF_Lakes"); }