Hi John,
Thanks! Your idea worked for me. One thing though, featureLayer doesn't have zoom events so map should be used instead.
"map.on("zoom-start", function() { featureLayer.setVisibility(false); });map.on("zoom-end", function() { featureLayer.setVisibility(true); }); "
Regards,
Adrian
<script> var dojoConfig = { useDeferredInstrumentation: true }; </script>
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.