angular-openlayers-directive
angular-openlayers-directive copied to clipboard
Heatmap layers radius, blur, gradient, etc. properties are broken
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.