Implement Default trait for Point types
Đang mở
- Ngôn ngữ chính
- Rust
- Star
- 54
- Fork
- 25
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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`
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.