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've problem with layer tiles opacity. When I set opacity lower than 1.0, lines between tiles become visible. I think that's caused by old tiles in the background. Is it any solution for this problem?
The text was updated successfully, but these errors were encountered:
I think I know reason. When I have developed online layer (tiles) I found bad behavior in QGraphicsView.
Neighbor tiles during zoom starts to get free space in-between (1 pixel) - right/bottom edge. And it was not because of wrong coordinates of tiles, but because of zoom itself. Most likely is because of rounding (scene to display pixels). In any case it was looking really bad.
Here is example:
To fix it I have added extra code to adjust size (by 1 display pixel) of image every time when zoom is changed:
I've problem with layer tiles opacity. When I set opacity lower than 1.0, lines between tiles become visible. I think that's caused by old tiles in the background. Is it any solution for this problem?
The text was updated successfully, but these errors were encountered: