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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Upgrades to Mapbox GL 0.53
Simplifies all enum values to not require prefix, so textFitNone now becomes none. This means that some type level trickery is used for ambiguous names like auto or none, but overall I think this is nicer.
Huge upgrade to the style code generator, it can now handle nearly everything...
All the mapbox styles are now available in the examples directory.
Fixes an issue which made commands not work in some cases (thanks @rrbutani)
Sometimes events could give back floating point values, this is now handled properly (thanks @rrbutani)