Bernard Qi
Bernard Qi
// 添加风场图之前添加的矢量图层显示正常 map.addLayer(vectorLayer); // 添加风场图 map.addLayer(windLayer); // 添加风场图之后添加的矢量图层无法显示 map.addLayer(vectorLayer);
When previewing the line example, when the map zooms to a certain level, the line will shake. How can I solve this problem?
**mapbox-gl-js version**: 3.6.0 **browser**: Google Chrome 128.0.6613.115 ### Steps to Trigger Behavior 1. Load raster tile "https://wprd01.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&style=7&scl=1". 2. Scroll wheel enlarges the map. 3. quickly shrinks the map. 4. If...
I need to add a water surface effect in the Threebox scene. After following the ThreeJS example, I found that the water body is pure black, and the blog effect...