Ze Lin

Results 7 issues of Ze Lin

after deck.gl update to 8.8.0+,my propram raise a exception like this: ![1](https://user-images.githubusercontent.com/30024479/180605533-309f1b05-5e61-432a-beb4-d70bb7232564.JPG) it happend in the function EditableGeoJsonLayer.getCursor(), ![2](https://user-images.githubusercontent.com/30024479/180605534-d2fe3195-129f-4950-8db4-3294e2efbc7e.JPG) at the mean time this.state is undefined but not null; after...

### Description I'm using MapboxOverlay adding deck layers to mapbox when setting interleaved = true, it changes the light effect of mapbox interleaved = true ![true](https://github.com/visgl/deck.gl/assets/30024479/58ad8514-9c9f-44b1-a760-12195e535762) ### Flavors - [X]...

bug

**mapbox-gl-js version**: v3.0.0-beta.2 **browser**: Safari 16.6 (18615.3.12.11.2) ### Steps to Trigger Behavior 1.add some gltf/glb model with method: AddModel 2.add a layer which type is "model" 3.add a mouse click...

bug :lady_beetle:

With the example: [how to generate a tube on Threebox](https://github.com/jscastro76/threebox/blob/master/examples/03-tube.html) it draw a tube looks like this: ![tub](https://user-images.githubusercontent.com/30024479/166680768-04f190d7-af0b-407f-a387-315e2730d31d.JPG) but when i draw the same data on mapbox, the tube from...

I have a list of points, which has the format of [lng, lat, altitude]; how can i generate a tube object with passing the list to the Threebox plugin?

:question: question

**mapbox-gl-js version**:3.7.0 **browser**:Chrome ### Steps to Trigger Behavior 1.Add a symbol layer 2.setting paint property: "symbol-z-offset": ["get", "height"],(with height property in properties) 3.zoom in an out [https://codepen.io/Ze-Lin-the-encoder/pen/ZEPZwNo?editors=1111](url) ```js mapboxgl.accessToken =...

bug :lady_beetle:

Is there any way to get the the nodes count of a building? I need to write it as a attribute in a building. Thanks a lot.