From 189bce2c6b573f09a06afe10c0b30447efa9542e Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi Date: Thu, 3 Oct 2024 11:34:21 -0400 Subject: [PATCH 1/2] fix maplibre source map by using minified bundle --- src/plots/map/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plots/map/map.js b/src/plots/map/map.js index 92b47b28213..9a397743482 100644 --- a/src/plots/map/map.js +++ b/src/plots/map/map.js @@ -1,6 +1,6 @@ 'use strict'; -var maplibregl = require('maplibre-gl/dist/maplibre-gl-unminified'); +var maplibregl = require('maplibre-gl'); var Lib = require('../../lib'); var geoUtils = require('../../lib/geo_location_utils'); From 7643b5fbd9b7ce5c516533a683d0bda9909d8ba1 Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi Date: Thu, 3 Oct 2024 11:46:10 -0400 Subject: [PATCH 2/2] add draftlog --- draftlogs/7204_fix.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 draftlogs/7204_fix.md diff --git a/draftlogs/7204_fix.md b/draftlogs/7204_fix.md new file mode 100644 index 00000000000..101a7f2016b --- /dev/null +++ b/draftlogs/7204_fix.md @@ -0,0 +1 @@ + - Fix mablibre source map [[#7204](https://github.com/plotly/plotly.js/pull/7204)]