Bug-ID-Nummer |
BUG-000171755 |
Eingereicht | October 25, 2024 |
Zuletzt geändert | July 28, 2025 |
Gilt für | ArcGIS Pro |
Gefunden in Version | 3.3.1 |
Betriebssystem | Windows OS |
Betriebssystemversion | 11.0 64 bit |
Status | Known Limit
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Problem im Zusammenhang mit einer bekannten Einschränkung der Software steht, die außerhalb der Kontrolle von Esri liegt. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
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#
Schritte zur Reproduzierung