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 ran a simple performance test on MVT rendering in globe view in my browser and found out that label rendering / handling was the costliest operation. I did not expect that. I suppose that implementing this proposal would greatly improve MVT rendering performances. See screenshots from my chrome dev tools bellow (performance bottom-up view). I highlighted processes related to label handling.
Context
itowns Label uses 2d canva
Description of the proposal
Use roika-three-text to have webgl text rendering : https://troika-examples.netlify.app/#text
Identified use-cases
by example itowns Label
other example use-case : https://troika-examples.netlify.app/#globeConnections
links
npm package : https://www.npmjs.com/package/troika-three-text
to go further, troika is framework :
The text was updated successfully, but these errors were encountered: