1.我把wrapX设置为false fieldOptions: { wrapX: false } 设置wrapX为false的显示效果 <img width="1594" height="427" alt="Image" src="https://github.com/user-attachments/assets/42a1a75c-d9af-4577-8721-d141922dac31" /> 2.我把wrapX设置为true fieldOptions: { wrapX: true } 设置wrapX为true的显示效果 <img width="1679" height="743" alt="Image" src="https://github.com/user-attachments/assets/a752695b-9ce9-403c-8e89-b17c1b7df689" /> 这个是什么导致的,还有就是我想要风场只显示在右边世界的南太平洋,我需要怎么做? 下面这个是数据源: [current.json](https://github.com/user-attachments/files/21113634/current.json)
1.我把wrapX设置为false

fieldOptions: {
wrapX: false
}
设置wrapX为false的显示效果
2.我把wrapX设置为true

fieldOptions: {
wrapX: true
}
设置wrapX为true的显示效果
这个是什么导致的,还有就是我想要风场只显示在右边世界的南太平洋,我需要怎么做?
下面这个是数据源:
current.json