Does anyone know how to change the fill symbol that is used in the measurement widget in 3.13? Please see the attached png.
Thanks,
Janice.
Janice,
This is not exposed by the API but is possible using this code:
this.measurement._borderlessFillSymbol = new SimpleFillSymbol(SimpleFillSymbol.STYLE_SOLID, null, color([0,255,0,0.6]));
I just inspect the JS object after putting a console.info(measurement);
Robert,
Thanks! How do you know so much about these internal workings?
Have a great day!
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.