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

Support multi geometries #83

Merged
merged 3 commits into from
Oct 12, 2023
Merged

Support multi geometries #83

merged 3 commits into from
Oct 12, 2023

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Oct 11, 2023

Change list

  • Allow a ScatterplotLayer to be constructed from a MultiPoint array
  • Allow a PathLayer to be constructed from a MultiLineString array
  • Allow a SolidPolygonLayer to be constructed from a MultiPolygon array
  • Put geoarrow extension type names on an enum (first time using a (bytes, Enum) subclass)!
  • Fix validation to return proposal['value']. Otherwise you return None from validation and it's super confusing.
  • Bump @geoarrow/deck.gl-layers to 0.1.0-beta.5

Ref geoarrow/deck.gl-layers#32

@kylebarron kylebarron marked this pull request as ready for review October 12, 2023 14:50
@kylebarron kylebarron merged commit 2002258 into main Oct 12, 2023
4 checks passed
@kylebarron kylebarron deleted the kyle/multi-geoms branch October 12, 2023 14:52
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.

1 participant