-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AOI creation screen not refreshing correctly #61
Comments
Can you clarify this issue? Is the problem the pixel size of the background layers? The color of the forecast points (blue vs green) ? Was the basin created from local layers or webservices layers? The flow acc and forecast points look okay to me in the AOI I just created from an older basin. I don't remember if it was created from local layers or webservices. |
The vector layer was drawn over a not-refreshed flow accumulation layer. If I mannually refresh the map, then the display would refresh correctly. You probably can fix this problem by doing a complete map refresh after the vector layer is drawn. I remember ArcMap has several refresh modes. You need to use the mode that redraw every activated layers on the map. |
… is refreshed when extent layer is added
Got it. This is fixed and ready to deploy |
We should review this issue more comprehensively since I still find erroneous display and excessive refreshing in BAGIS. My preference is not to include the display refreshing routine in individual functions, but explicitly call a refreshing function at the end of a task or a process. I will try to post the individual display issues here. |
This is a screenshot of the Create AOI tool when the initial AOI boundaries (red lines) were created. The background layers (flow acc and forecast points) were not correctly displayed.
The text was updated successfully, but these errors were encountered: