geoarrow / deck.gl-layers

deck.gl layers for rendering GeoArrow data
MIT License
73 stars 6 forks source link

Triangulate ourselves w/ earcut (fix with holes) #51

Closed kylebarron closed 8 months ago

kylebarron commented 8 months ago

Closes https://github.com/geoarrow/deck.gl-layers/issues/37. Also on the utah buildings example, timing went from 2s to 1.3s locally (just testing refreshing the chrome page).

Before:

image

After:

image