|
@@ -22520,11 +22520,11 @@
|
|
|
return prefix;
|
|
|
},
|
|
|
setPrefix(num, url) {
|
|
|
- this.urls['prefix' + num] = url;
|
|
|
+ this['prefix' + num] = url;
|
|
|
if (num === 1) {
|
|
|
- this.urls.laserOSSRoot = url;
|
|
|
+ this.laserOSSRoot = url;
|
|
|
} else if (num === 3) {
|
|
|
- this.urls.panoOSSRoot = url;
|
|
|
+ this.panoOSSRoot = url;
|
|
|
}
|
|
|
},
|
|
|
getPrefix(num, object) {
|
|
@@ -22539,7 +22539,7 @@
|
|
|
var prop = (_ref = object.prop || object) === null || _ref === void 0 ? void 0 : _ref.raw;
|
|
|
return prop && prop[name];
|
|
|
};
|
|
|
- prefix = this.urls[name] || getFromModel() || this.urls['prefix' + num];
|
|
|
+ prefix = this[name] || getFromModel() || this['prefix' + num];
|
|
|
return prefix;
|
|
|
},
|
|
|
templates: {}
|
|
@@ -44817,7 +44817,8 @@
|
|
|
occlusionDistance: 10,
|
|
|
//变为backColor距离
|
|
|
maxOcclusionFactor: 0.3,
|
|
|
- maxClipFactor: 0.8
|
|
|
+ maxClipFactor: 0.8,
|
|
|
+ maxLineWidth: 300
|
|
|
};
|
|
|
var subLabelProp = {
|
|
|
backgroundColor: {
|