We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d100ca7 commit 121261cCopy full SHA for 121261c
dist/mapboxgl/include-mapboxgl.js
@@ -132,6 +132,9 @@
132
if (inArray(includes, 'convert')) {
133
inputScript(libsurl + '/xml-js/1.6.8/xml-js.min.js');
134
}
135
+ if (inArray(includes, 'XMLParser')) {
136
+ inputScript(libsurl + '/fast-xml-parser/4.2.7/fxparser.min.js');
137
+ }
138
if (inArray(includes, 'LegacyJSONLoader')) {
139
inputScript(libsurl + '/three/0.110.0/examples/js/loaders/deprecated/LegacyJSONLoader.js');
140
0 commit comments