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

Provide clearer feedback on AOI analysis/map generation progress #99

Open wmbeers opened 2 years ago

wmbeers commented 2 years ago

Companion to Bug 6135 - AOI Tool should report in-progress HCM production

Mostly this is handled Java side, but I'm including a minor fix to show the spinner when an analysis/map generation process is waiting to start. Might want to change to a different icon but goal here is to just give user quick visual feedback that we're working.

Note changes will be committed on the #71 branch.