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);});
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.