Tony Stone
Tony Stone
@RLovelett do you need assistance adding [TraceLog](https://github.com/tonystone/tracelog) and [AdaptiveWriter](https://github.com/tonystone/tracelog-adaptive-writer) for "Cross-platform logging"? I should have some time shortly and would be happy to assist when I do.
@RLovelett Ok, I suggest that TraceLog is added in a branch off of `master` in a separate PR, then pulled into here once merged with `master`. That would isolate out...
Great, as soon as I free up a bit, I'll get setup with your dev environment, create the branch and get started.
Completed `.fixed` strategy with PR #101 .
Interesting, thanks for sharing this. We'll look into it deeper and figure out if its a direction that makes sense for the project.
@JonasGessner Thanks for the note, and sorry about the delay. I believe both are possible, let me see what it would take to do that and see what we can...
@JonasGessner version 1.0.0-beta.2 just released to CocoaPods.
Add to protocol `Geometry` and all implementing types with the syntax: ``` // ///- Returns: true if this geometric object is “spatially disjoint” from the other Geometry. /// func disjoint(_...
## [Current coverage](https://codecov.io/gh/tonystone/geofeatures2/pull/135?src=pr) is 97.31% (diff: 86.73%) | Diff Coverage | File Path | |---|---| | 0% | *new* [Sources/GeoFeatures/Segment.swift](https://codecov.io/gh/tonystone/geofeatures2/pull/135/compare#diff-536F75726365732F47656F46656174757265732F5365676D656E742E7377696674) | | 0% | [Sources/GeoFeatures/MultiPolygon+Geometry.swift](https://codecov.io/gh/tonystone/geofeatures2/pull/135/compare#diff-536F75726365732F47656F46656174757265732F4D756C7469506F6C79676F6E2B47656F6D657472792E7377696674) | | •••••• 60% |...
Add to protocol `Geometry` and all implementing types with the syntax: ``` /// /// - Returns: true if this geometric object “spatially intersects” the other Geometry. /// func intersects(_ other:...