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>
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.