We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b48081b + 7643b5f commit 9269219Copy full SHA for 9269219
draftlogs/7204_fix.md
@@ -0,0 +1 @@
1
+ - Fix mablibre source map [[#7204](https://github.com/plotly/plotly.js/pull/7204)]
src/plots/map/map.js
@@ -1,6 +1,6 @@
'use strict';
2
3
-var maplibregl = require('maplibre-gl/dist/maplibre-gl-unminified');
+var maplibregl = require('maplibre-gl');
4
5
var Lib = require('../../lib');
6
var geoUtils = require('../../lib/geo_location_utils');
0 commit comments