Skip to content

Commit f2d4a78

Browse files
committed
fix sonar9000 block
1 parent 96a427b commit f2d4a78

File tree

22 files changed

+2704
-2687
lines changed

22 files changed

+2704
-2687
lines changed

dist/iclient-classic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6873,7 +6873,7 @@ var MapVRenderer = function (_MapVBaseLayer) {
68736873
if (data && data.get) {
68746874
_data = data.get();
68756875
}
6876-
this.dataSet = this.dataSet || new mapv.DataSet();
6876+
this.dataSet = this.dataSet || new _mapv.DataSet();
68776877
this.dataSet.set(_data);
68786878
this.update({ options: options });
68796879
}
@@ -7032,7 +7032,7 @@ var MapVRenderer = function (_MapVBaseLayer) {
70327032
self.options._width = self.options.width;
70337033
}
70347034

7035-
this.drawContext(context, new mapv.DataSet(data), self.options, worldPoint);
7035+
this.drawContext(context, new _mapv.DataSet(data), self.options, worldPoint);
70367036

70377037
self.options.updateCallback && self.options.updateCallback(time);
70387038
}

dist/iclient-classic.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)