Leaflet / Leaflet.VectorGrid

Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet 1.0.0
598 stars 194 forks source link

SVG tile composition artifacts in IE 11 #124

Open mattesCZ opened 6 years ago

mattesCZ commented 6 years ago

This plugin works perfectly together with Mapbox Vector Tiles and Leaflet SVG renderer in modern browsers. Unfortunately, there are some artifacts on tile borders when using IE 11. I'm trying to display polygons with some stroke and transparent fill color. The path strokes are not cropped to real polygon borders but they're also on the tile borders when the polygon is not contained in single tile. Also the transparent fill color is displayed once for each polygon part so the result has higher opacity. Example image here: https://photos.app.goo.gl/mYtFtZSMwXk6rnsA2 Please, do you have any hint if I can fix this somehow? Or is it just broken IE SVG rendering issue? Thanks in advance.