Skip to content

Commit

Permalink
#1, Leaflet#43 pass through fixedOpacity config parameter to simpleheat
Browse files Browse the repository at this point in the history
may also contain code for ca1f430
  • Loading branch information
spacemansteve committed May 10, 2016
1 parent ca1f430 commit 2342355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HeatLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ L.HeatLayer = (L.Layer ? L.Layer : L.Class).extend({
L.DomUtil.addClass(canvas, 'leaflet-zoom-' + (animated ? 'animated' : 'hide'));

this._heat = simpleheat(canvas);
this._heat.fixedOpacity(100);
this._updateOptions();
},

Expand Down

0 comments on commit 2342355

Please sign in to comment.