Raitis Berzins
Raitis Berzins
For me what solved it was adding `"emitDecoratorMetadata": true` under compilerOptions in tsconfig.json.
Currently we managed to set the custom color map by overriding the whole computeImage function. Not sure its thee right way to go though. ``` const clrMap = this.generateColormap('copper') const...
How about possibility to change the color map for an existing ol.source.IDW object instance?
Thanks, works great. I'm not using worker.
@jmacura what is the style definition for that layer in layman in this case? Is it empty or could it be in SLD 1.1 format maybe?
@jmacura Please check if https://github.com/hslayers/hslayers-ng/pull/3616 solves it
I would prefer having a possibility to style clustered features instead. It's almost possible even right now if we provide ``` filter: ["!=", "features", "[object Object]"] ``` for the rule...