updateFeature.getLayer().applyEdits(null, [updateFeature], null, function(){ map.infoWindow.hide(); });
myLayer.applyEdits(null, [updateFeature], null).then(function(addResponse, updateResponse, deleteResponse){ console.log(addResponse, updateResponse, deleteResponse); });
updateFeature.getLayer().applyEdits(null, [updateFeature], null, function(){ map.infoWindow.hide(); }, function(err) { console.warn('Error occured: ', err); });
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.