dojo.connect(theFeatureLayer, "onClick", function() { if (hidePopup) { map.infoWindow.Hide(); } else { etc.... } });
var infoWinCopy = map.infoWindow; aspect.before(drawTool, "activate", function() { [INDENT]map.infoWindow = null;[/INDENT] });
drawTool.on("drawEnd", function() { [INDENT]map.infoWindow = infoWinCopy;[/INDENT] });
Updated link to answer posted by Jeff: https://community.esri.com/message/339184?commentID=339184
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.