Ze Lin
Ze Lin
after deck.gl update to 8.8.0+,my propram raise a exception like this:  it happend in the function EditableGeoJsonLayer.getCursor(),  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  ### Flavors - [X]...
**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...
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:  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?
**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 =...
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.