Creates vector tiles from Postgis databases.
This package requires Swift 5.9 or higher (at least Xcode 13), and compiles on macOS (>= macOS 13) as well as Linux.
dependencies: [
.package(url: "https://github.com/Outdooractive/mvt-postgis", from: "1.0.5"),
],
targets: [
.target(name: "MyTarget", dependencies: [
.product(name: "MVTPostgis", package: "mvt-postgis"),
]),
]
This project uses to other libraries that handle the hard work, please have a look at them as well:
TODO
Please see also the API documentation.
TODO
Please create an issue or open a pull request with a fix
- Restart queries after timeout
- Explore ST_AsMVTGeom
- Documentation (!)
- Tests
-
Libraries
-
Mapnik Postgis documentation:
-
Mapnik files:
-
Other:
MIT
Thomas Rasch, Outdooractive