Skip to content

Commit

Permalink
[BUG] Fix circle-stroke-opacity not updated (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
eterna2 authored Jun 13, 2018
1 parent 216e287 commit e69a677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layer-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@
'_setPaintProperty(map, layerId, "circle-pitch-scale", circlePitchScale, null, _added)',
'_setPaintProperty(map, layerId, "circle-stroke-width", circleStrokeWidth, null, _added)',
'_setPaintProperty(map, layerId, "circle-stroke-color", circleStrokeColor, null, _added)',
'_setPaintProperty(map, layerId, "circle-stroke-opacity", circleStrokeOpacity, null, _added)',

'_setPaintProperty(map, layerId, "line-dasharray", lineDasharray, null, _added)',
'_setPaintProperty(map, layerId, "line-width", lineWidth, null, _added)',
Expand Down

0 comments on commit e69a677

Please sign in to comment.