Igor Dykhta

Results 65 comments of Igor Dykhta

@jeffpeck10x latest alpha version of nebula.gl uses deck 8.6.0.

@cubecleveland I've assigned the issue to myself. Before switching to EditableGeojsonLayer we used "react-map-gl-draw": "0.14.8".

@cubecleveland We switched to EditableGeojsonLayer in order to get more flexibility with events. Both modules should be very similar, but EditableGeojsonLayer requires more setup and extra logic. examples/editor examples/react-map-gl-draw

Hi @JanVanDerWall I believe this is possible right now if you decide to use modules/react-map-gl-draw. But editable geojson layer does things differently and doesn't differentiate between polygons and other shapes,...

You can try to extend existing modes with custom translation, rotation, and scale calculations. Which modes do you need to use?

No. I guess you'll need to wait for the next patch.

One approach is to add one vec4 vertex attribute with tangent vec3 and a value to restore bitangent. Here we have some stuff to setup with more per vertex data,...

Hi @cubecleveland There is no way to do it right now If you want to create points not as circles, but with custom icons. With Geojson layer we can pass...