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

deprecate quick_collection, simplify docs #214

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

michaelkirk
Copy link
Member

@michaelkirk michaelkirk commented Jan 5, 2023

  • I agree to follow the project's code of conduct.
  • I added an entry to CHANGES.md if knowledge of this change could be valuable to users.

The real motivation for this pull request, is that I was trying to look up some basic usage of the geojson crate and it took me uncomfortably long. Our documentation has grown over time and become a bit long winded in my experience.

So I was looking for ways to simplify our documentation, and noticed the couple paragraphs devoted to quick_collection.
Since quick_collection converts &GeoJson -> Result<geo_types::GeometryCollection>, I think it will be more discoverable under the idiomatic TryFrom trait, and because it's working like the idiomatic TryFrom trait, I think we can truncate some of the documentation.

@lnicola
Copy link
Member

lnicola commented Jan 6, 2023

bors d+

(needs rebase)

@bors
Copy link
Contributor

bors bot commented Jan 6, 2023

✌️ michaelkirk can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@michaelkirk michaelkirk force-pushed the mkirk/deprecate-quick-collection branch from 8cea2e1 to f691656 Compare June 27, 2024 22:36
@michaelkirk
Copy link
Member Author

Sorry that I didn't merge this a long time ago!

I've made a couple minor changes but the thrust is the same. Can I get another review?

@michaelkirk michaelkirk force-pushed the mkirk/deprecate-quick-collection branch from f691656 to cd43330 Compare June 27, 2024 22:37
@michaelkirk michaelkirk force-pushed the mkirk/deprecate-quick-collection branch from 443c5c0 to e9c419b Compare June 27, 2024 22:45
@michaelkirk michaelkirk added this pull request to the merge queue Jun 27, 2024
Merged via the queue into main with commit 09f98ab Jun 27, 2024
3 checks passed
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.

3 participants