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

Update Geometry enum and GeometryCollection #410

Merged
merged 6 commits into from
Mar 1, 2020

Conversation

urschrei
Copy link
Member

@urschrei urschrei commented Jan 3, 2020

This PR:

  • Adds non-consuming iteration functionality (iter(), iter_mut()) and indexing to GeometryCollection
  • Adds TryFrom impls from Geometry enums to Geo primitives (deprecating but not removing the previous functions)
  • Doctest examples of working with GeometryCollection

@urschrei urschrei requested a review from frewsxcv February 14, 2020 16:30
@urschrei urschrei force-pushed the more_geometry_collection branch from 015b6b0 to 8144ae9 Compare February 18, 2020 14:28
geo-types/src/geometry.rs Outdated Show resolved Hide resolved
@urschrei urschrei force-pushed the more_geometry_collection branch from f91ab0c to e8ce54c Compare March 1, 2020 12:14
@urschrei urschrei force-pushed the more_geometry_collection branch from e8ce54c to 5c9c409 Compare March 1, 2020 12:16
@urschrei
Copy link
Member Author

urschrei commented Mar 1, 2020

bors r+

bors bot added a commit that referenced this pull request Mar 1, 2020
410: Update Geometry enum and GeometryCollection r=urschrei a=urschrei

This PR:

- Adds non-consuming iteration functionality (`iter()`, `iter_mut()`) and indexing to `GeometryCollection`
- Adds `TryFrom` impls from `Geometry` enums to `Geo` primitives (deprecating but not removing the previous functions)
- Doctest examples of working with `GeometryCollection`

Co-authored-by: Stephan Hügel <urschrei@gmail.com>
Co-authored-by: Stephan Hügel <shugel@tcd.ie>
@bors
Copy link
Contributor

bors bot commented Mar 1, 2020

Timed out

@urschrei
Copy link
Member Author

urschrei commented Mar 1, 2020

bors retry

@bors
Copy link
Contributor

bors bot commented Mar 1, 2020

Build succeeded

@bors bors bot merged commit f584c75 into georust:master Mar 1, 2020
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.

2 participants