Disable identify for layer added in a workflow
I managed to add a layer from a workflow using the map.add-layers command, but would like to know if it is possible to disable identify on that layer.
It looks as if identify is always enabled, even though disablePopup is set to true.
This is what the parameter for add-layers looks like:
{
"layers": [{
"layerType": "ArcGISMapServiceLayer",
"url": $myUrl.result,
"layers": [{
"id": 0,
"disablePopup": true
}]
]}
}
0
Please sign in to leave a comment.
Comments
0 comments