Compare commits

..

1 commit

Author SHA1 Message Date
Yohan Boniface
194efe8068
Merge e666f02b88 into c71a6aafdb 2025-02-11 15:00:37 +01:00

View file

@ -293,11 +293,6 @@ const PathMixin = {
this.on('popupclose', this._redraw)
},
bindTooltip: function (content, options) {
options.sticky = !options.permanent
this.parentClass.prototype.bindTooltip.call(this, content, options)
},
highlightPath: function () {
this.parentClass.prototype.setStyle.call(this, {
fillOpacity: Math.sqrt(this.feature.getDynamicOption('fillOpacity', 1.0)),