3 个版本
新版本 0.6.1 | 2024 年 8 月 23 日 |
---|---|
0.6.0 | 2024 年 8 月 9 日 |
0.6.0-beta1 | 2024 年 8 月 8 日 |
#177 在 地理空间 中
每月 233 次下载
用于 2 crates
110KB
2.5K SLoC
BBOX 资产服务器
提供静态和模板文件服务。
功能
- 可配置的基本目录和端点
- 为瓦片服务提供字体和其他资产
- QGIS 插件库
- 带有来自路径、参数和配置的输入的模板
配置
静态文件服务
[[assets.static]]
# ./assets/* -> https://127.0.0.1:8080/assets/
dir = "./assets"
path = "/assets"
模板文件服务
[[assets.template]]
# ./templates/name.html -> https://127.0.0.1:8080/html/name/param
dir = "./templates"
path = "/html"
QGIS 插件库
[[assets.repo]]
# ./plugins/*.zip -> https://127.0.0.1:8080/qgisrepo/plugins.xml
dir = "./plugins"
path = "/qgisrepo"
依赖项
~89MB
~1.5M SLoC