Skip to content

Commit

Permalink
可感知图层visible改为布尔值
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxianhuii committed Apr 22, 2024
1 parent 1d4ff24 commit 2b1266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapboxgl/web-map/WebMapV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2202,7 +2202,7 @@ export default class WebMap extends WebMapBase {
dataSource: dataSource || { serverId },
title: name,
themeSetting,
visible,
visible: visible === 'visible',
renderSource: {},
renderLayers: []
};
Expand Down

0 comments on commit 2b1266a

Please sign in to comment.