Skip to content

Commit

Permalink
Update indiv.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TBleess committed Apr 19, 2024
1 parent a9e12b8 commit b028cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/indiv.js
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,7 @@ function handleClick() {
symbol : new esri.symbol.SimpleFillSymbol().setColor(new dojo.Color([142, 1, 82, 0.5])).setOutline(new esri.symbol.SimpleLineSymbol(esri.symbol.SimpleLineSymbol.STYLE_NULL)),
label : "> 50%"
});
renderer.defaultSymbol = esri.symbol.SimpleFillSymbol().setColor(new dojo.Color([39, 100, 25, 0.5])).setOutline(new esri.symbol.SimpleLineSymbol(esri.symbol.SimpleLineSymbol.STYLE_NULL));
featureLayer.setRenderer(renderer);
featureLayer.redraw();

Expand Down

0 comments on commit b028cf0

Please sign in to comment.