Select to view content in your preferred language

Error with reshape tool

615
0
05-18-2011 06:01 AM
RyanKelley
Deactivated User
I am getting an error when editing a poly with the reshape tool... The poly does change shape and my results are successful, but in Fireburg, I get this error:

TypeError: _b29.preUpdatedGraphics is undefined
...window[esri._dojoScopeName||"dojo"]._x...i.dijit.editing.Editor-all");}}};});

I do have these in my .js file:
dojo.require("esri.dijit.editing.Editor-all");
dojo.require("esri.graphic");

I am not sure if I need to define "preUpdatedGraphics" anywhere since I am updating the same layer. ??
0 Kudos
0 Replies