Skip to content
New issue

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

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

Already on GitHub? # to your account

ToWkt for integer types #101

Merged
merged 1 commit into from
May 20, 2022
Merged

ToWkt for integer types #101

merged 1 commit into from
May 20, 2022

Conversation

michaelkirk
Copy link
Member

  • 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.
  • I ran cargo fmt

Add's serialization for integer types.

FIXES #100

In my first attempt, I also tried to add integer support in deserialization (TryFromWkt) but I hit a speed bump. I'll open an issue with details momentarily.

@michaelkirk
Copy link
Member Author

bors r=rmanoka

@bors
Copy link
Contributor

bors bot commented May 20, 2022

Build succeeded:

@bors bors bot merged commit 2b8c023 into main May 20, 2022
@bors bors bot deleted the mkirk/to-wkt-non-floats branch May 20, 2022 17:25
@michaelkirk michaelkirk mentioned this pull request Jun 14, 2022
bors bot added a commit that referenced this pull request Jun 16, 2022
103: TryFromWkt for integer geometries r=urschrei a=michaelkirk

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md).
- [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
- [x] I ran cargo fmt
---

Fixes #102

~~This is based on #101, which `@rmanoka` already approved (thanks!), but I'm going to wait just a bit longer to merge it in case someone else wanted to take a look at it.~~
**update:** #101 has been merged, and this is ready for review!



Co-authored-by: Michael Kirk <michael.code@endoftheworl.de>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Relax ToWkt impls to work with CoordNum
2 participants