mirror of
https://github.com/umap-project/umap.git
synced 2025-05-19 12:10:36 +02:00
Compare commits
No commits in common. "fb6df6f95548e46cb50d365a2ef968ac8d61abec" and "c71a6aafdb672325afd7d61408bc19dbd8884dca" have entirely different histories.
fb6df6f955
...
c71a6aafdb
1 changed files with 0 additions and 5 deletions
|
@ -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)),
|
||||||
|
|
Loading…
Reference in a new issue