Error
Número de ID del error | BUG-000160735 |
---|---|
Enviado | August 17, 2023 |
Última modificación | June 1, 2025 |
Relacionado con | ArcGIS Maps SDK for JavaScript |
Versión encontrada | 4.26 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 11.0 64 bit |
Versión corregida | 2023.3 / 4.28 |
Estado | Fixed |
After setting the query return format to JSON (the default format is PBF), the issue no longer occurs. Therefore, it is possible to monitor service requests within the program and modify the value of the supportedQueryFormats parameter in the request response to JSON. This ensures that all subsequent query requests use the JSON format for data transmission and parsing.
Here is the sample code to modify the value of the supportedQueryFormats parameter in the request response to JSON:
esriConfig.request.interceptors.push({
urls: /FeatureServer\/\d+$/,
after: function (response) {
response.data.supportedQueryFormats = "JSON";
}
})
Here is the full HTML code with the supportedQueryFormats: https://codepen.io/ChungEsri/pen/KKbKNOL?editors=1000
ID del error: BUG-000160735
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri