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
ok, so when testing this on master after merging #56 to master that changing weightByAttributeScale still has imperceptible affects. even tweaking the function in weightByAttribute didn't really change the affect. So, while I said this may not be an issue, I still think it is.
when you change
weightByAttributeScale
tolinear
instead oflog
the resulting map is so light as to almost be useless.steps to reproduce:
examples/heatmap.html
maptable project to haveweightByAttributeScale = 'linear'
examples/heatmap.html
in a browserexpected: map renders heatmap with a linear fall off
actual: map renders heatmap with an almost imperceptible amount of color on the heatmap
The text was updated successfully, but these errors were encountered: