map.on("extent-change", changeZoom); function changeZoom(evt){ if (evt.lod.level > 13) { alert("Current Scale is high: " + evt.lod.level); document.getElementById("btnBufferTool").disabled = true; } else { alert("Current Scale is low: " + evt.lod.level); document.getElementById("btnBufferTool").disabled = false; } }
console.log map.getLevel()
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.