Bug ID Number |
BUG-000158170 |
Submitted | May 9, 2023 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Pro |
Version found | N/A |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Version Fixed | 3.2, 2.9.10, 3.0.6 |
Status | Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
|
Description
In certain ArcGIS Pro editing workflows when using feature services with version management capabilities enabled, features may appear or disappear when zooming in or out after making edits.
Cause
When using feature services, a cache of features that is created for each layer, which is used for querying and editing. If the layer is edited prior to this cache being created and filled, the cache can become out of sync with the data in the feature service.
See the following help topics for more information on the feature cache:
Best Practices to avoid this issue
Consider using visible scale ranges when authoring maps - this is the preferred option
- Use visibility range to control how much data is queried when panning and zooming in a map.
- Set visible scale ranges to ensure that data can be queried quickly at editing scales. Slow querying, or querying a large amount of data, is the main source of the issue observed.
Make use of the caching buttons in the Feature Cache group to manually fill the feature cache
- On the Map and Scene tab, use the caching buttons in the Feature Cache group to disable auto caching and and manually fill the feature cache.
- Use the Fill button, and allow the fill to complete before editing.
When using Auto Cache, allow time for features to finish drawing in the current extent before editing
- Prior to editing, after zooming to an area, allow 10-15 seconds for the drawing to complete and the cache to fill.
Workaround
If you think you have encountered this issue:
- Enable the Caching UI buttons.
- Save or discard edits to allow the cache to be emptied.
- Click the Empty button in the Feature Cache group.
- Optional: Click the Fill button.
Steps to Reproduce