3 releases

0.6.1 Aug 23, 2024
0.6.0 Aug 9, 2024
0.6.0-beta1 Aug 8, 2024

#279 in Geospatial

Download history 208/week @ 2024-08-05 25/week @ 2024-08-12 197/week @ 2024-08-19 22/week @ 2024-08-26 5/week @ 2024-09-02

262 downloads per month
Used in 2 crates

MIT/Apache

110KB
2.5K SLoC

BBOX Asset server

Serving static and templated files.

Features:

  • Configurable base directories and endpoints
  • Serve fonts and other assets for Tile services
  • QGIS plugin repository
  • Templates with inputs from path, arguments and configuration

Configuration

Static file serving:

[[assets.static]]
# ./assets/* -> http://localhost:8080/assets/
dir = "./assets"
path = "/assets"

Template file serving:

[[assets.template]]
# ./templates/name.html -> http://localhost:8080/html/name/param
dir = "./templates"
path = "/html"

QGIS plugin repository:

[[assets.repo]]
# ./plugins/*.zip -> http://localhost:8080/qgisrepo/plugins.xml
dir = "./plugins"
path = "/qgisrepo"

Dependencies

~89MB
~1.5M SLoC