|
@@ -219,6 +219,10 @@ export default {
|
|
|
// 增加图标类图例(此item需在管线item添加之前添加)
|
|
|
parserData.imageLegendList.forEach(t => {
|
|
|
this.scene.addItem(t);
|
|
|
+ // 记录提取
|
|
|
+ if (t.data.Properties && t.data.Properties.FID) {
|
|
|
+ this.scene.fidToItem[t.data.Properties.FID].isExtracted = true;
|
|
|
+ }
|
|
|
this.scene.Nodes.push(t);
|
|
|
if (t.anchorList && t.anchorList.length) {
|
|
|
t.anchorList.forEach(anc => {
|
|
@@ -392,8 +396,8 @@ export default {
|
|
|
IconUrl: '/serve/topology-wanda/Picture/query/' + val.age.Url,
|
|
|
Url: '/serve/topology-wanda/Picture/query/' + val.age.Url,
|
|
|
Num: 1, // 此num与信息工程化得num无关
|
|
|
- sWidth: 24, //icon 的宽
|
|
|
- sHeight: 24, //icon 的高
|
|
|
+ sWidth: 32, //icon 的宽
|
|
|
+ sHeight: 32, //icon 的高
|
|
|
font: 12, //font
|
|
|
color: '', //字体颜色
|
|
|
GraphCategoryId: val.age.GraphCategoryId,
|