Skip to content

Commit

Permalink
#115 default steps to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
webgisdeveloper committed Nov 16, 2021
1 parent f3611eb commit a6bebea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simccs_maptool/static/js/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ async function addcasedata(datadesc,dataurl,datastyle,popup_fields,datasymbol) {
//q for quantile, e for equidistant, k for k-means
mode = {"q":'quantile','e':'equidistant'};
opts['mode']='q';
opts['steps']= 10;
opts['steps']= 5;
opts['scale']= ['green','yellow','red'];
opts['colors']=[];
[limits, colorlist] = colormap(data,opts);
Expand Down

0 comments on commit a6bebea

Please sign in to comment.