Skip to content

Commit 075e8fb

Browse files
committed
【sonar】fix sonar
1 parent 7037dc7 commit 075e8fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mapboxgl/core/MapExtend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export var MapExtend = (function () {
2222
this.beforeLoadBak(id, options);
2323
};
2424
}
25-
mapboxgl.Map = class Map extends mapboxgl.Map {
25+
mapboxgl.Map = class MapEnhance extends mapboxgl.Map {
2626
constructor(options) {
2727
super(options);
2828
this.overlayLayersManager = {};

src/maplibregl/core/MapExtend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import maplibregl from 'maplibre-gl';
99
* @private
1010
*/
1111
export var MapExtend = (function () {
12-
maplibregl.Map = class Map extends maplibregl.Map {
12+
maplibregl.Map = class MapEnhance extends maplibregl.Map {
1313
constructor(options) {
1414
super(options);
1515
this.overlayLayersManager = {};

0 commit comments

Comments
 (0)