Skip to content

Commit 704659a

Browse files
committed
2 parents dc44cf3 + 6fe0e26 commit 704659a

38 files changed

+768
-537
lines changed

dist/classic/iclient-classic-es6.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* iclient-classic.(http://iclient.supermap.io)
44
* Copyright© 2000 - 2019 SuperMap Software Co.Ltd
55
* license: Apache-2.0
6-
* version: v9.1.2
6+
* version: v10.0.0-alpha
77
*
88
*/
99
/******/ (function(modules) { // webpackBootstrap
@@ -7782,7 +7782,7 @@ class MapVLayer_MapVLayer extends SuperMap_SuperMap.Layer {
77827782
this.canvasContext = this.canvas.getContext(context);
77837783
var global$2 = typeof window === 'undefined' ? {} : window;
77847784
var devicePixelRatio = this.devicePixelRatio = global$2.devicePixelRatio;
7785-
if (this.options.context == '2d') {
7785+
if (context == '2d') {
77867786
this.canvasContext.scale(devicePixelRatio, devicePixelRatio);
77877787
}
77887788
this.attribution = "© 2018 百度 <a href='http://mapv.baidu.com' target='_blank'>MapV</a> with <span>© <a target='_blank' href='http://iclient.supermap.io' " +

dist/classic/iclient-classic-es6.min.js

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

dist/classic/iclient-classic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* iclient-classic.(http://iclient.supermap.io)
44
* Copyright© 2000 - 2019 SuperMap Software Co.Ltd
55
* license: Apache-2.0
6-
* version: v9.1.2
6+
* version: v10.0.0-alpha
77
*
88
*/
99
/******/ (function(modules) { // webpackBootstrap
@@ -10378,7 +10378,7 @@ var MapVLayer = exports.MapVLayer = function (_SuperMap$Layer) {
1037810378
_this.canvasContext = _this.canvas.getContext(context);
1037910379
var global$2 = typeof window === 'undefined' ? {} : window;
1038010380
var devicePixelRatio = _this.devicePixelRatio = global$2.devicePixelRatio;
10381-
if (_this.options.context == '2d') {
10381+
if (context == '2d') {
1038210382
_this.canvasContext.scale(devicePixelRatio, devicePixelRatio);
1038310383
}
1038410384
_this.attribution = "© 2018 百度 <a href='http://mapv.baidu.com' target='_blank'>MapV</a> with <span>© <a target='_blank' href='http://iclient.supermap.io' " + "style='color: #08c;text-decoration: none;'>SuperMap iClient</a></span>";

0 commit comments

Comments
 (0)