The Clear Path, High and Low, and Visibility Dome analysis tools are hidden by default.
To enable them:
- Navigate to the the custom.css file that is under the application files' "./custom folder".
- Locate the following lines (usually near the end) and comment out the ones for the tools you want to enable:
- #clearPathBtnDiv { display: none }
- #HighLowBtnDiv { display: none }
- #visibilityDomeBtnDiv { display: none }
This will unhide the tools that you have commented out.