Closed tariqksoliman closed 5 months ago
Yes - I've already checked
Yes - and alternatives don't suffice
mmgisAPI.getActiveTool() (without an s) does not indicate whether separated tools (Identifier and Legend) are active.
Add mmgisAPI.getActiveTools() (with an s) that indicate whether any tool, separated or not are active.
Something like:
mmgisAPI.getActiveTools() returns [ { tool: {}, toolName: "IdentifierTool"}, { tool: {}, toolName: "LegendTool"}, { tool: {}, toolName: "DrawTool"}, ]
Checked for duplicates
Yes - I've already checked
Alternatives considered
Yes - and alternatives don't suffice
Related problems
mmgisAPI.getActiveTool() (without an s) does not indicate whether separated tools (Identifier and Legend) are active.
Describe the feature request
Add mmgisAPI.getActiveTools() (with an s) that indicate whether any tool, separated or not are active.
Something like: