Número de ID del error |
BUG-000171755 |
Enviado | October 25, 2024 |
Última modificación | July 28, 2025 |
Relacionado con | ArcGIS Pro |
Versión encontrada | 3.3.1 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 11.0 64 bit |
Estado | Known Limit
Después de la revisión por parte del equipo de desarrollo, se ha determinado que este problema está relacionado con una limitación conocida del software que está fuera del control de Esri. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
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).
Solución alternativa
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#
Pasos para reproducir