Please give a brief summary of your issue: I want to group count in measure.
Please describe your issue and provide steps to reproduce it: Under Measure the count feature can it be grouped. Example - You count all sprinkler heads and then count all doors and get different numbers when you click on them
Please provide a link to a minimal sample where the issue is reproducible:
Hello, I’m AiRon, an automated tech support bot While you wait for one of our customer support representatives, I can help you with your question.
To group count measurements in the WebViewer, you can customize the measure tool to categorize and display different counts for specific objects like sprinkler heads and doors. This involves leveraging the WebViewer APIs to create custom measurement tools or annotations that can distinguish between different object types.
Some things you can try:
Use custom annotation types to differentiate between various objects when counting. You can create a new annotation type for each category, such as ‘Sprinkler Heads’ and ‘Doors’.
Implement a custom UI to manage and display the counts for each category separately.
Utilize the WebViewer API to listen for measurement events and update your custom count displays accordingly.
Here are some resources that might help you:
WebViewer Annotations Guide - Learn how to create and customize annotations, which can be used to count and categorize objects.
UI Customization Guide - This guide helps you customize the WebViewer interface to add your custom count display.
Measurement Tools Documentation - Understand how to work with measurement tools in WebViewer to implement your custom counting logic.
WebViewer API Overview - Get an overview of the APIs available for implementing custom functionalities like grouped counts.
Hopefully, this helps you solve your problem while you wait for a human to get back to you.