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>
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.