bbox-services/bbox

BBOX services

Rust

167

811 commits

updated Oct 11, 2025

See the code

README

BBOX services

Composable spatial services.

Documentation CI build Docker

 ___ ___  _____  __
| _ ) _ )/ _ \ \/ /
| _ \ _ \ (_) >  <
|___/___/\___/_/\_\

Components:

Features:

  • Built-in high performance HTTP server
  • QWC2 Map viewer
  • Instrumentation: Prometheus and Jaeger tracing
  • Healths endpoints for Docker and Kubernetes hosting

See Documentation for detailed information.

Installation

See Documentation for instructions.

Docker

docker run -p 8080:8080 sourcepole/bbox-server-qgis

Serve tiles from file:

docker run -p 8080:8080 -v $PWD/assets:/assets:ro sourcepole/bbox-server-qgis bbox-server serve /assets/liechtenstein.mbtiles

Run with configuration file:

docker run -p 8080:8080 -v $PWD/bbox.toml:/var/www/bbox.toml:ro -v $PWD/assets:/assets:ro sourcepole/bbox-server-qgis

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Contributors

pka

757 commits

Kris-Desjardins

46 commits

kdesjard

5 commits

hamarituc

1 commits

bbox-services/bbox

BBOX services

Rust

167

811 commits

updated Oct 11, 2025

See the code

README

BBOX services

Composable spatial services.

Documentation CI build Docker

 ___ ___  _____  __
| _ ) _ )/ _ \ \/ /
| _ \ _ \ (_) >  <
|___/___/\___/_/\_\

Components:

Features:

  • Built-in high performance HTTP server
  • QWC2 Map viewer
  • Instrumentation: Prometheus and Jaeger tracing
  • Healths endpoints for Docker and Kubernetes hosting

See Documentation for detailed information.

Installation

See Documentation for instructions.

Docker

docker run -p 8080:8080 sourcepole/bbox-server-qgis

Serve tiles from file:

docker run -p 8080:8080 -v $PWD/assets:/assets:ro sourcepole/bbox-server-qgis bbox-server serve /assets/liechtenstein.mbtiles

Run with configuration file:

docker run -p 8080:8080 -v $PWD/bbox.toml:/var/www/bbox.toml:ro -v $PWD/assets:/assets:ro sourcepole/bbox-server-qgis

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Contributors

pka

757 commits

Kris-Desjardins

46 commits

kdesjard

5 commits

hamarituc

1 commits

Languages

Rust

87.7%

CSS

5.9%

HTML

2.1%

Just

1.6%