Commit graph

8 commits

Author SHA1 Message Date
Paul van Tilburg a8a655f388
Validate latitude/longitude coordinates for WGS-84
Implement this for the parser as well as the builder.

Also rename `CrsId` to `CoordRefSystem` and the `GeoUri.crs_id` field
to `GeoUri.crs`.
2022-09-29 20:51:30 +02:00
Paul van Tilburg a71b9e8a2b
Implement and improve test; fix altitude formatting error 2022-09-29 20:22:23 +02:00
Paul van Tilburg 530a0a4048
Add examples; tweak documentation 2022-09-29 19:54:01 +02:00
Paul van Tilburg f64e8d99cd
Fix builder requiring fields that are optional/have defaults 2022-09-29 19:54:01 +02:00
Paul van Tilburg 11412a7ff9
Enable a bunch of lints 2022-09-29 19:39:13 +02:00
Paul van Tilburg 537d944858
Set some warnings/error lints 2022-09-27 18:01:26 +02:00
Paul van Tilburg 7ec8dbc7d3
Add README.md and LICENSE file
Also link the files from the crate and include `README.md` as the
crate documentation.
2022-09-27 18:00:03 +02:00
Paul van Tilburg 2029eadb3c
Initial import into Git 2022-09-27 17:10:45 +02:00