Leaflet.PixiOverlay icon indicating copy to clipboard operation
Leaflet.PixiOverlay copied to clipboard

Errors when drawing in a large zoom level

Open haelue opened this issue 4 years ago • 1 comments

I am using Leaflet.PixiOverlay in a project, which usually in a large zoom level at about 20 to 25. I use PIXI.Graphics.drawXXX() to draw geo-features which width&height at about 0.001~0.01, and everything goes wrong. Maybe PIXI is thinking this objects are in pixel level, so it merge the nearest pixels or simplify the shapes. Make the graph like a mosaic. Is there any way to solve this problem?

haelue avatar Aug 17 '21 03:08 haelue

I've got same problem

arvenly avatar Apr 12 '22 08:04 arvenly