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
#3963 Swaps out Transform for MercatorTransform, and is a huge step in the right direction! 🎆 That said, it changed the shape of the map transform to not allow direct modification of pixesToGLUnits breaking support in downstream libs like react-map-gl for instance. Would it be possible to allow the same sort of assignment in the new API or will this require downstream updates?
The text was updated successfully, but these errors were encountered:
5.0 is a breaking change version.
Manipulating the trasform object is not advised for the reason you just mentioned, it's not part of the public API.
My advise would be to define what's needed in terms of public API to support the relevant functionality.
#3963 Swaps out
Transform
forMercatorTransform
, and is a huge step in the right direction! 🎆 That said, it changed the shape of the map transform to not allow direct modification ofpixesToGLUnits
breaking support in downstream libs like react-map-gl for instance. Would it be possible to allow the same sort of assignment in the new API or will this require downstream updates?The text was updated successfully, but these errors were encountered: