Tagged Questions
0
votes
0answers
33 views
Error: Objects in this class cannot be edited outside an edit session
I'm simply trying to modify the Default Editing Widget ESRI sample to show my extent and service and am noticing the following error in Firebug when trying to add a point:
...
3
votes
1answer
182 views
Trouble with accesing API code: “ReferenceError: esri is not defined”
I am developing a web map application in the ArcGIS API for Javascript.
I two have ArcGISDynamicMapServiceLayer layers that I am trying to run a simple query task on. The code I am using works in ...
3
votes
2answers
448 views
Error: Tried to register widget with id==legendDiv but that id is already registered
Getting the following error when running my app:
Error: Tried to register widget with id==legendDiv but that id is already registered
Not sure how to get rid of it. My javascript for the legend is:
...
3
votes
1answer
145 views
getResultImageLayer is not working
I am trying to obtain the shapefile output that I am receiving from the gpTool, which is hosted on the ArcServer, and placing it on the Map using,
gp.getResultImageLayer(jobInfo.jobId,"final_shp", ...
2
votes
1answer
164 views
ArcGIS Javascript API - How to submit a defect?
I would like to know the best way to notify ESRI of a possible defect in the JSAPI and gis.stackexchange seems like the best mechanism for doing so (Derek reads it and fixes it). That being said, ...
