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
In mapbox-gl-js we can initialize the map with antialias option. From the documentation: If true , the gl context will be created with MSAA antialiasing , which can be useful for antialiasing custom layers. This is false by default as a performance optimization. Is this the case for mobile sdk, can we control it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In mapbox-gl-js we can initialize the map with antialias option. From the documentation: If true , the gl context will be created with MSAA antialiasing , which can be useful for antialiasing custom layers. This is false by default as a performance optimization.
Is this the case for mobile sdk, can we control it?
https://docs.mapbox.com/mapbox-gl-js/api/map/
Beta Was this translation helpful? Give feedback.
All reactions