We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea22a09 commit 189bce2Copy full SHA for 189bce2
src/plots/map/map.js
@@ -1,6 +1,6 @@
1
'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