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 b98ddea commit 83a8643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/indiv.js
Original file line number Diff line number Diff line change
Expand Up @@ -1492,8 +1492,8 @@ function handleClick() {
symbol : new esri.symbol.SimpleFillSymbol().setColor(new dojo.Color([49, 54, 149, 0.5])).setOutline(new esri.symbol.SimpleLineSymbol(esri.symbol.SimpleLineSymbol.STYLE_NULL)),
label : "> 50%"
});
render.defaultSymbol = esri.symbol.SimpleFillSymbol().setColor(new dojo.Color([165, 0, 38, 0.5])).setOutline(new esri.symbol.SimpleLineSymbol(esri.symbol.SimpleLineSymbol.STYLE_NULL));
render.defaultLabel = '';
renderer.defaultSymbol = esri.symbol.SimpleFillSymbol().setColor(new dojo.Color([165, 0, 38, 0.5])).setOutline(new esri.symbol.SimpleLineSymbol(esri.symbol.SimpleLineSymbol.STYLE_NULL));
renderer.defaultLabel = '';
featureLayer.setRenderer(renderer);
featureLayer.redraw();
}else{
Expand Down Expand Up @@ -1566,7 +1566,7 @@ function handleClick() {
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));
render.defaultLabel = '';
renderer.defaultLabel = '';
featureLayer.setRenderer(renderer);
featureLayer.redraw();

Expand Down

0 comments on commit 83a8643

Please sign in to comment.