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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Now that we're drawing layer by layer (#122), we need a way to abort early when the current layer is not being drawn, e.g. because the stylesheet doesn't show it, or because none of the tiles on the layer has any data. This allows us to not update the clip id for every tile and iterating through all tiles in general.
abort if a tile has no data
abort if the style specifies "disabled"
abort if the current render pass wouldn't render anything for a bucket type
The text was updated successfully, but these errors were encountered:
Now that we're drawing layer by layer (#122), we need a way to abort early when the current layer is not being drawn, e.g. because the stylesheet doesn't show it, or because none of the tiles on the layer has any data. This allows us to not update the clip id for every tile and iterating through all tiles in general.
The text was updated successfully, but these errors were encountered: