I'm Add Layer Graphic Layer on the MAP, but the graphic on the layer move when i pan around. I want Graphic Layer move match coordinate. i editing form code not work. can u help meFor example:you can't just have var NewGraphicsNewGraphics = new esri.layers.GraphicsLayer({});map.addLayer(NewGraphics);Instead you have to haveNewGraphics = new esri.layers.GraphicsLayer({});dojo.connect(map, "onLoad", function() {map.addLayer(NewGraphics);});
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.