Bug ID Number |
BUG-000171755 |
Submitted | October 25, 2024 |
Last Modified | July 28, 2025 |
Applies to | ArcGIS Pro |
Version found | 3.3.1 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
This behavior is a known limit and caused by the detailed geometry in this data. Since we are limited by the WFS specification in output data format types (i.e., serving features in GML or GeoJSON), some of the features with very large geometries take a long time to send/receive. The Pro client does use paging to help decrease the size of the response (to avoid timeout), but the default value being used may still be requesting response sizes that are too large to load before timeout. Please use the page size parameter to load fewer features per request when working with polygon data with detailed geometry. The page size parameter is available on the Add WFS Layer dialog that pops up when adding a WFS layer in ArcGIS Pro 3.5. In prior releases, you could set the page size as a custom request parameter on the WFS Server connection dialog (e.g., PAGESIZE=100).
Workaround
Please use the page size parameter to load fewer features per request when working with polygon data with detailed geometry. The page size parameter is available on the Add WFS Layer dialog that pops up when adding a WFS layer in ArcGIS Pro 3.5. In prior releases, you could set the page size as a custom request parameter on the WFS Server connection dialog (e.g., PAGESIZE=100). https://pro.arcgis.com/en/pro-app/latest/help/data/services/add-wfs-services.htm#
Steps to Reproduce