Closed mrJeppard closed 7 years ago
Easiest way to re-create is a cartesian product of two dynamic binaries.
The colormap is not generated in this case:
ended up being a problem with using parseFloat to identify strings in layers.js
parseFloat("1, 0") === 1.0
changing to Number("1, 0") seems to have worked
Easiest way to re-create is a cartesian product of two dynamic binaries.
The colormap is not generated in this case: