Does anyone know how to change the drawing tools, selected parcel(s) and buffer default colors on the Parcel Notification Widget?
Solved! Go to Solution.
Jason,
In the Public Notification Widget js file you will find the colors hard coded:
_outlineFillColor: new Color([0, 255, 255, 0]),
_fillHiliteColor: new Color([0, 255, 255, 0.1]),
_lineHiliteColor: new Color("aqua"),
Jason,
In the Public Notification Widget js file you will find the colors hard coded:
_outlineFillColor: new Color([0, 255, 255, 0]),
_fillHiliteColor: new Color([0, 255, 255, 0.1]),
_lineHiliteColor: new Color("aqua"),
Robert,
In v2.13 I have found where to change the _SearchResultSymbology. I don't want there to be any fill color on a polygon so I set the opacity to 0, but there is always a semi-transparent orange color. Do you know how to get rid of this?
Jason
Thanks!