Skip to content

Commit 4125395

Browse files
committed
Bump to maplibre-gl 4.4.0 and use unminified prod build
1 parent 84cf02e commit 4125395

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"has-hover": "^1.0.1",
9999
"has-passive-events": "^1.0.0",
100100
"is-mobile": "^4.0.0",
101-
"maplibre-gl": "^4.3.2",
101+
"maplibre-gl": "^4.4.0",
102102
"mouse-change": "^1.4.0",
103103
"mouse-event-offset": "^3.0.2",
104104
"mouse-wheel": "^1.2.0",

src/plots/mapbox/mapbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
var maplibregl = require('maplibre-gl/dist/maplibre-gl');
3+
var maplibregl = require('maplibre-gl/dist/maplibre-gl-unminified');
44

55
var Lib = require('../../lib');
66
var geoUtils = require('../../lib/geo_location_utils');

0 commit comments

Comments
 (0)