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 7037dc7 commit 075e8fbCopy full SHA for 075e8fb
src/mapboxgl/core/MapExtend.js
@@ -22,7 +22,7 @@ export var MapExtend = (function () {
22
this.beforeLoadBak(id, options);
23
};
24
}
25
- mapboxgl.Map = class Map extends mapboxgl.Map {
+ mapboxgl.Map = class MapEnhance extends mapboxgl.Map {
26
constructor(options) {
27
super(options);
28
this.overlayLayersManager = {};
src/maplibregl/core/MapExtend.js
@@ -9,7 +9,7 @@ import maplibregl from 'maplibre-gl';
9
* @private
10
*/
11
export var MapExtend = (function () {
12
- maplibregl.Map = class Map extends maplibregl.Map {
+ maplibregl.Map = class MapEnhance extends maplibregl.Map {
13
14
15
0 commit comments