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
We paint ways by getting all nodes in the viewport and painting their ways. However, if a way is sufficiently large, the endpoints (nodes) will be outside the viewport and the ways won't be painted!! How can we fix this? It's worse if we are zoomed in... because the viewport becomes smaller and the ways don't have to be that long to not be painted.
The text was updated successfully, but these errors were encountered:
We paint ways by getting all nodes in the viewport and painting their ways. However, if a way is sufficiently large, the endpoints (nodes) will be outside the viewport and the ways won't be painted!! How can we fix this? It's worse if we are zoomed in... because the viewport becomes smaller and the ways don't have to be that long to not be painted.
The text was updated successfully, but these errors were encountered: