You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,21 @@ It ~~has~~ will have various extension packages:
8
8
9
9
-[GeoJSONKit+GEOS](https://gitlab.com/maparoni/geojsonkit-geos) for interfacing with the excellent [Geometry Engine - Open Source](https://trac.osgeo.org/geos)
10
10
- GeoJSONKit+MapKit for usage in iOS / Mac apps
11
-
-[GeoJSONKit+Turf](https://gitlab.com/maparoni/geojsonkit-turf) for spatial analysis, all in Swift
11
+
-[GeoJSONKit+Turf](https://github.com/maparoni/geojsonkit-turf) for spatial analysis, all in Swift
12
12
-[GeoJSONKit+Vapor](https://gitlab.com/maparoni/geojsonkit/snippets/1972906) for server-side usage
13
13
14
14
Alternative packages:
15
15
16
16
-[GEOSwift](https://github.com/GEOSwift/GEOSwift), which is *excellent* and has `Codable` support.
17
+
18
+
## Installation
19
+
20
+
### Swift Package Manager
21
+
22
+
To install GeoJSONKit using the [Swift Package Manager](https://swift.org/package-manager/), add the following package to the `dependencies` in your Package.swift file:
0 commit comments