Adds support for RTL language labels by exposing the maplibre setRTLTextPlugin method.
Adds an example showing how to use it:
// Support RTL languages such as Arabic and Hebrew
L.esri.Vector.setRTLTextPlugin('https://unpkg.com/@mapbox/mapbox-gl-rtl-text@0.2.3/mapbox-gl-rtl-text.js');
Adds support for RTL language labels by exposing the maplibre
setRTLTextPlugin
method.Adds an example showing how to use it:
206/#204