Implement Default trait for Point types
Open
- Dominant language
- Rust
- Stars
- 54
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice if `Default` was implemented for `Point`. Without it migration from `geo_types` is that much harder. Moreover, we can't use crates like `derive-builder` which require Default.
The obvious choice for `postgis::ewkb::Point` is `(0,0)` with an SRID of `None`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.