You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
haelue
changed the title
Problem when drawing in a LARGE ZOOM LEVEL
Errors when drawing in a large zoom level
Aug 17, 2021
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?
The text was updated successfully, but these errors were encountered: