react-map-gl
Advanced tools
Comparing version 7.1.6 to 7.1.7
@@ -9,3 +9,3 @@ export declare type GlobalSettings = { | ||
/** The map's RTL text plugin. Necessary for supporting the Arabic and Hebrew languages, which are written right-to-left. */ | ||
RTLTextPlugin?: string; | ||
RTLTextPlugin?: string | false; | ||
/** Provides an interface for external module bundlers such as Webpack or Rollup to package mapbox-gl's WebWorker into a separate class and integrate it with the library. | ||
@@ -12,0 +12,0 @@ Takes precedence over `workerUrl`. */ |
@@ -47,3 +47,3 @@ "use strict"; | ||
} | ||
}, false); | ||
}, true); | ||
} | ||
@@ -50,0 +50,0 @@ } |
@@ -9,3 +9,3 @@ export declare type GlobalSettings = { | ||
/** The map's RTL text plugin. Necessary for supporting the Arabic and Hebrew languages, which are written right-to-left. */ | ||
RTLTextPlugin?: string; | ||
RTLTextPlugin?: string | false; | ||
/** Provides an interface for external module bundlers such as Webpack or Rollup to package mapbox-gl's WebWorker into a separate class and integrate it with the library. | ||
@@ -12,0 +12,0 @@ Takes precedence over `workerUrl`. */ |
@@ -23,5 +23,5 @@ const globalSettings = [ | ||
} | ||
}, false); | ||
}, true); | ||
} | ||
} | ||
//# sourceMappingURL=set-globals.js.map |
{ | ||
"name": "react-map-gl", | ||
"description": "React components for Mapbox GL JS-compatible libraries", | ||
"version": "7.1.6", | ||
"version": "7.1.7", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "mapbox", |
@@ -9,3 +9,3 @@ export type GlobalSettings = { | ||
/** The map's RTL text plugin. Necessary for supporting the Arabic and Hebrew languages, which are written right-to-left. */ | ||
RTLTextPlugin?: string; | ||
RTLTextPlugin?: string | false; | ||
/** Provides an interface for external module bundlers such as Webpack or Rollup to package mapbox-gl's WebWorker into a separate class and integrate it with the library. | ||
@@ -55,5 +55,5 @@ Takes precedence over `workerUrl`. */ | ||
}, | ||
false | ||
true | ||
); | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
480782