laptop and a wrench

Error

While using the DissolveBoundaries widget, the browser console returns the following error: "You do not have permissions to use this resource."

Última publicación: March 1, 2017 ArcGIS API for JavaScript
Número de ID del error BUG-000100539
EnviadoNovember 2, 2016
Última modificaciónJune 5, 2024
Relacionado conArcGIS API for JavaScript
Versión encontrada3.18
EstadoWill Not Be Addressed

Información adicional

The updated working sample is at https://jsbin.com/cijoyulelu/1/edit?output. When using one layer, update the code to reflect something similar to the following: map.on("layer-add-result", function(response) { if(response.layer === polygonLayer1) { analysisTool = new DissolveBoundaries({ inputLayer: polygonLayer1, inputLayers: [polygonLayer1], portalUrl: "http://www.arcgis.com", map: map, outputLayerName:"test output layer name", showCloseIcon: false, showReadyToUseLayers: true, returnFeatureCollection: true }, "toolPane"); analysisTool.on("job-submit", function() { progressBar.domNode.style.display = "block"; }); analysisTool.on("job-result", parseResult); } }); map.addLayer(polygonLayer1);

Pasos para reproducir

ID del error: BUG-000100539

Software:

  • ArcGIS API for JavaScript

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga