wmbeers / cmv-app

CMV - The Configurable Map Viewer - A community supported open source mapping framework built with the Esri JavaScript API and the Dojo Toolkit
https://demo.cmv.io/
MIT License
1 stars 2 forks source link

AOI features table should be visible on the results screen to facilitate toggling visibility of individual features while viewing results #70

Open wmbeers opened 3 years ago

wmbeers commented 3 years ago

One unanimous bit of feedback from our meeting 1/27/2021 with AOI power users was that when they're looking at the results screen (last page of the wizard, which you can get to directly by clicking the "results" button on the AOI list tab.

Creating a read-only version of the features table from the second page of the wizard, maintaining the functionality of selecting and toggling visible individual features, while disallowing editing of the name or buffer distance, is the most straightforward approach.

Prior to logging this issue, I made an attempt to address this by linking to analysis results in the identify results when clicking on an AOI map service loaded into the map, rather than the individual feature graphics controlled by the AOI editor. This has been committed to a local branch not yet synced up with this repo. TODO update this with reference to the branch and commit.