mvt-postgis

1.0.4

Postgis extensions for mvt-tools
Outdooractive/mvt-postgis

What's New

v1.0.4

2024-02-23T09:35:52Z

Adds some simple tests and fixes some small bugs

MVTPostgis

Creates vector tiles from Postgis databases.

Installation with Swift Package Manager

dependencies: [
    .package(url: "https://github.com/Outdooractive/mvt-postgis", from: "1.0.0"),
],
targets: [
    .target(name: "MyTarget", dependencies: [
        .product(name: "MVTPostgis", package: "mvt-postgis"),
    ]),
]

Features

TODO

Usage

TODO

Contributing

Please create an issue or open a pull request with a fix

TODOs and future improvements

  • Restart queries after timeout
  • Explore ST_AsMVTGeom
  • Define a JSON source format
  • Documentation (!)
  • Tests

Links

License

MIT

Author

Thomas Rasch, Outdooractive

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Wed Apr 10 2024 11:09:55 GMT-0900 (Hawaii-Aleutian Daylight Time)