Skip to content

Commit

Permalink
ISVJ-6621 地图图例部分图层不显示
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxianhuii committed Aug 22, 2023
1 parent a0565a4 commit fd86d37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/mapboxgl/web-map/WebMapViewModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ export default class WebMapViewModel extends WebMapBase {
features,
'',
'',
true,
false,
defaultFilterExpression.length > 1 ? defaultFilterExpression : undefined
);
} else if (style.type === 'IMAGE_POINT' || style.type === 'SVG_POINT') {
Expand All @@ -1808,7 +1808,7 @@ export default class WebMapViewModel extends WebMapBase {
features,
'',
'',
true,
false,
defaultFilterExpression.length > 1 ? defaultFilterExpression : undefined
);
} else {
Expand Down Expand Up @@ -2711,4 +2711,3 @@ export default class WebMapViewModel extends WebMapBase {
);
}
}

0 comments on commit fd86d37

Please sign in to comment.