Bioflori
Results
1
comments of
Bioflori
I have a suggestion for a simple bugfix: editing to the function `setFeatureStyle` in https://github.com/Leaflet/Leaflet.VectorGrid/blob/master/src/Leaflet.VectorGrid.js by adding the line `feature.feature.bringToFront();` right after `this._updateStyles(feature.feature, tile, styleOptions);` should fix the problem. UPDATE:...