Hi @AnilKS,
You can add “Save as image” to the view by adding this to the “option” object:
toolbox: {
feature: {
saveAsImage: {
name: "default_name",
show: true,
}
}
}
Hi @AnilKS,
You can add “Save as image” to the view by adding this to the “option” object:
toolbox: {
feature: {
saveAsImage: {
name: "default_name",
show: true,
}
}
}