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 currently use nested for loops to traverse the grid of our relevant tile sibling. To avoid a performance penalty if we ever support generating larger images, it could save us some grief to parallelize this step using Promises instead.
Or we could just use the well benched @mapbox/tilebelt & not worry too much about it.
We currently use nested
for
loops to traverse the grid of our relevant tile sibling. To avoid a performance penalty if we ever support generating larger images, it could save us some grief to parallelize this step usingPromises
instead.Or we could just use the well benched
@mapbox/tilebelt
& not worry too much about it.cc/ @corporategoth
The text was updated successfully, but these errors were encountered: