Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

polygon layer #79

Merged
merged 11 commits into from
Jan 22, 2024
Merged

polygon layer #79

merged 11 commits into from
Jan 22, 2024

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Nov 17, 2023

Change list

  • Add GeoArrowPolygonLayer. This is still less performant on my machine than the solid polygon layer, but it seems to be gpu-limited, not cpu-limited. The layers render really fast; they're just slow when zooming in and out. I suspect the path layer is just rendering a lot of triangles, and there's nothing I can do about it 🤷‍♂️
  • Fix bug where getPolygonOffset broke the wrapAccessorFunction added in function accessors #100
  • Update polygon example to use PolygonLayer

Closes #61

@kylebarron kylebarron changed the title wip: polygon layer polygon layer Jan 22, 2024
@kylebarron kylebarron merged commit f45c0a5 into main Jan 22, 2024
1 check passed
@kylebarron kylebarron deleted the kyle/polygon-layer branch January 22, 2024 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement GeoArrowPolygonLayer
1 participant