Skip to content

Commit

Permalink
đź“ť Reference Pull Requests in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBardon committed Jan 10, 2023
1 parent e8cad41 commit 21af3d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ Works on client and server sides – it's just Swift.
- Parsing/printing (using parser-printers)
- Formats
- [ ] GeoJSON
([PR #1](https://github.com/RemiBardon/swift-geo/pull/1))
- [ ] WKT
- [ ] GPX
- [ ] Other formats
- [ ] Streaming
- [ ] Full translation of [Turf](https://github.com/Turfjs/turf)
- [ ] Integration with MapKit
- [ ] Code generation to support all EPSG Coordinate Reference Systems
([PR #3](https://github.com/RemiBardon/swift-geo/pull/3))
- [ ] Dynamic Coordinate Reference System (for parsing any CRS)
- Developer experience
- [x] Type-safety
Expand All @@ -42,6 +44,7 @@ Works on client and server sides – it's just Swift.
- [ ] Others (open-source `Foundation`…)
- Benchmarks
- [ ] Binary size benchmarks (`@inlinable`, optimizations…)
([PR #2](https://github.com/RemiBardon/swift-geo/pull/2))
- [ ] Performance benchmarks (CPU, RAM…)

## Development and maintenance
Expand Down

0 comments on commit 21af3d7

Please sign in to comment.