parent
c69dd1a32d
commit
f8ec8ba99e
2 changed files with 7 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -275,7 +275,7 @@ export default {
|
||||||
// In case of facing RTL language on the map, this plugin will be fetched (only by lazy!) and will set RTL properly support.
|
// In case of facing RTL language on the map, this plugin will be fetched (only by lazy!) and will set RTL properly support.
|
||||||
// See mapbox documentation here https://docs.mapbox.com/mapbox-gl-js/example/mapbox-gl-rtl-text/
|
// See mapbox documentation here https://docs.mapbox.com/mapbox-gl-js/example/mapbox-gl-rtl-text/
|
||||||
mapboxgl.setRTLTextPlugin(
|
mapboxgl.setRTLTextPlugin(
|
||||||
'https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-rtl-text/v0.2.3/mapbox-gl-rtl-text.js',
|
'/static/plugins/mapbox-gl-rtl-text/v0.2.3/mapbox-gl-rtl-text.js',
|
||||||
null,
|
null,
|
||||||
true // Lazy load the plugin
|
true // Lazy load the plugin
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue