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]));
Robert,
Thanks! How do you know so much about these internal workings?
Have a great day!
I just inspect the JS object after putting a console.info(measurement);
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.