Hi,
I have a MapView and SceneView on my page but now I want to change the style of default zoom Icons where I want to switch the calcite icon from "plus" to "magnifying-glass-plus".
Regards,Mani Jauhari
I have the same problem. Have you managed to find a solution?
Here is a code pen sample. In ESRI fashion they change these things all the time and don't clearly document the change or error messages for things like this. This works in 4.28, but not higher. Perhaps call support and see what the change was?
https://codepen.io/mbdriscoll/pen/gONzWdL
No this didn't help out. Is there any other way to remove the default zoom button and add a new object of Zoom class where I can define icons for zoom-in and zoom-out from calicite icons.
I only know how to do it for esri icons. In your css.
.esri-icon-plus::before{ color: red; content: "\e67a"; }
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.