Parcel Notification Widget Questions

424
3
Jump to solution
04-20-2018 09:25 AM
JasonStanton__GISP
Occasional Contributor

Does anyone know how to change the drawing tools, selected parcel(s) and buffer default colors on the Parcel Notification Widget?

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

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"),

View solution in original post

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

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"),
0 Kudos
JasonStanton__GISP
Occasional Contributor

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

0 Kudos
JasonStanton__GISP
Occasional Contributor

Thanks!  

0 Kudos