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