Numéro d’ID de bogue |
BUG-000171755 |
Envoi | October 25, 2024 |
Dernière modification | July 28, 2025 |
S’applique à | ArcGIS Pro |
Version trouvée | 3.3.1 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 11.0 64 bit |
Statut | Known Limit
Après examen par l’équipe de développement, il a été déterminé que ce problème est lié à une limitation connue du logiciel sur laquelle Esri n’a aucun contrôle. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
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).
Solution de contournement
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#
Étapes pour reproduire