angular-openlayers-directive icon indicating copy to clipboard operation
angular-openlayers-directive copied to clipboard

Heatmap layers radius, blur, gradient, etc. properties are broken

Open cramatt opened this issue 8 years ago • 0 comments

The example you have does not work to set the radius. You need to set layer.customAttributes.radius for this to work.

There is a second problem which is that ayer.customAttributes gets overwritten/ removed if the layer geojson is updated. This means any custom attrs just get blown away as soon as your geojson source changes.

cramatt avatar Nov 23 '16 17:11 cramatt