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 f411b8a commit 627eba8Copy full SHA for 627eba8
dist/maplibregl/include-maplibregl.js
@@ -164,12 +164,9 @@
164
inputScript(libsurl + '/tensorflow/3.9.0/tf.min.js');
165
}
166
if (inArray(includes, 'videojs')) {
167
- inputCSS(libsurl + 'video-js/7.10.2/video-js.min.css');
+ inputCSS(libsurl + '/video-js/7.10.2/video-js.min.css');
168
inputScript(libsurl + '/video-js/7.10.2/video.min.js');
169
170
- if (inArray(includes, 'FGB')) {
171
- inputScript(libsurl + '/flatgeobuf-geojson/3.23.1/flatgeobuf-geojson.min.js');
172
- }
173
if (inArray(includes, 'g6')) {
174
inputScript(libsurl + '/antv/g6/4.3.2/g6.min.js');
175
0 commit comments