You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let pm25IDWOptions = {
// opacity - the opacity of the IDW layer
// cellSize - height and width of each cell, 25 by default
// exp - exponent used for weighting, 1 by default
// max - maximum point values, 1.0 by default
// gradient - color gradient config, e.g. {0.4: 'blue', 0.65: 'lime', 1: 'red'}
opacity: 0.5,
maxZoom: mapOptions.maxZoom,
minZoom: mapOptions.minZoom,
cellSize: 5,
exp: 2,
gradient: pm25Gradient,
dataType: 2,
station_range: 20,
minVal: 0.0,
maxVal: 150.0
};
The text was updated successfully, but these errors were encountered:
let pm25IDWOptions = {
// opacity - the opacity of the IDW layer
// cellSize - height and width of each cell, 25 by default
// exp - exponent used for weighting, 1 by default
// max - maximum point values, 1.0 by default
// gradient - color gradient config, e.g. {0.4: 'blue', 0.65: 'lime', 1: 'red'}
opacity: 0.5,
maxZoom: mapOptions.maxZoom,
minZoom: mapOptions.minZoom,
cellSize: 5,
exp: 2,
gradient: pm25Gradient,
dataType: 2,
station_range: 20,
minVal: 0.0,
maxVal: 150.0
};
The text was updated successfully, but these errors were encountered: