laptop and a wrench

Bug

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

Last Published: March 1, 2017 ArcGIS API for JavaScript
Bug ID Number BUG-000100539
SubmittedNovember 2, 2016
Last ModifiedJune 5, 2024
Applies toArcGIS API for JavaScript
Version found3.18
StatusWill Not Be Addressed

Additional Information

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);

Steps to Reproduce

Bug ID: BUG-000100539

Software:

  • ArcGIS API for JavaScript

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options