Compare commits

..

No commits in common. "fb6df6f95548e46cb50d365a2ef968ac8d61abec" and "c71a6aafdb672325afd7d61408bc19dbd8884dca" have entirely different histories.

View file

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