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
maplibregl.Map.prototype.localizeStyle() is also available as maplibregl.Diplomat.localizeStyle(), for use when importing Diplomat as a module. (#14)
Added the sourceLayers option to maplibregl.Diplomat.localizeStyle() for making localizable a set of style layers associated with certain source layers. (#16)
Added the glossLocalNames option to maplibregl.Diplomat.localizeStyle() for appending the name in the local language to any style layer that the method makes localizable. (#23)
Minified the built code for a 65% reduction in size. (#15)