AlwaysMing opened a new issue, #18083:
URL: https://github.com/apache/echarts/issues/18083

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   设置globe的baseTexture为一张png图片,安卓手机正常显示:
   
![image](https://user-images.githubusercontent.com/12559180/208693391-53f70fac-02d6-48c8-bc81-3f93475b5160.png)
   
   但是在苹果手机(iPhone11)显示不出来:
   
![image](https://user-images.githubusercontent.com/12559180/208693799-3532bab0-9e13-45c7-a2c4-a69519e62a6a.png)
   
   原以为是图片太大了,改成很小的也不行。这是什么bug吗?
   下面是option:
   
   import gisBg from '../../images/earth_global.png';
   ...
   
   {
           globe: {
               atmosphere: {
                   show: false,
               },
               globeRadius: 100,
               globeOuterRadius: 200,
               baseTexture: gisBg, // 地球表面覆盖的图片
               light: {
                   ambient: {
                       intensity: 0.8,
                   },
                   main: {
                       intensity: 0,
                   },
               },
               zlevel: -100,
               viewControl: {
                   autoRotate: true, // 是否开启视角绕物体的自动旋转查看
                   autoRotateSpeed: 10, //物体自转的速度,单位为角度 / 秒,默认为10 ,也就是36秒转一圈。
                   autoRotateAfterStill: 2, // 在鼠标静止操作后恢复自动旋转的时间间隔,默认 3s
                   rotateSensitivity: 2, // 旋转操作的灵敏度,值越大越灵敏.设置为0后无法旋转。[1, 
0]只能横向旋转.[0, 1]只能纵向旋转
                   maxDistance: 165,
                   minDistance: 165,
                   // targetCoord: [116.46, 39.92] 根据经纬度进行定位 (定位到北京) 
设定后alpha和beta失效
                   alpha: 17,
                   beta: 120,
                   distance: 0,
               },
           },
           series: series,  // 球面上的水滴
       }
   
   ### Current Behavior
   
   ![Uploading image.png…]()
   
   
   ### Expected Behavior
   
   
![image](https://user-images.githubusercontent.com/12559180/208694239-3e47f5eb-3261-42ef-aa9d-78d6430a7431.png)
   
   
   ### Environment
   
   ```markdown
   - OS:iOS 16.1.1
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to