Skip to content

Commit

Permalink
Merge pull request #5219 from camptocamp/halo_rotate
Browse files Browse the repository at this point in the history
Set rotateWithView for halo text
  • Loading branch information
fredj committed Oct 11, 2019
2 parents 3b92f0c + 6b43628 commit 6c1cd16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/misc/FeatureHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,7 @@ FeatureHelper.prototype.getHaloStyle_ = function(feature) {
text: this.createTextStyle_({
propertyName: '',
name: '',
rotateWithView: true,
text: this.getNameProperty(feature),
size: this.getSizeProperty(feature),
angle: this.getAngleProperty(feature),
Expand Down

0 comments on commit 6c1cd16

Please sign in to comment.