https://github.com/bbox-services/bbox
BBOX services
https://github.com/bbox-services/bbox
Last synced: 6 months ago
JSON representation
BBOX services
- Host: GitHub
- URL: https://github.com/bbox-services/bbox
- Owner: bbox-services
- License: apache-2.0
- Created: 2022-05-09T14:27:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T15:28:55.000Z (8 months ago)
- Last Synced: 2025-06-07T23:53:25.828Z (7 months ago)
- Language: Rust
- Homepage: https://www.bbox.earth/
- Size: 37.7 MB
- Stars: 120
- Watchers: 12
- Forks: 18
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-maplibre - BBOX Server
- awesome-vector-tiles - BBOX - An open source server to provide geodata as OGC API features, maps, tiles and more (Servers)
README
# BBOX services
Composable spatial services.
[](https://www.bbox.earth/)
[](https://github.com/bbox-services/bbox/actions)
[](https://hub.docker.com/r/sourcepole/bbox-server-qgis)
```
___ ___ _____ __
| _ ) _ )/ _ \ \/ /
| _ \ _ \ (_) > <
|___/___/\___/_/\_\
```
Components:
* [BBOX Feature server](bbox-feature-server): OGC API Features service
* [BBOX Map server](bbox-map-server): OGC API Map service
* [BBOX Tile server](bbox-tile-server): OGC API Tile service
* [BBOX Asset server](bbox-asset-server): Serving static and templated files
* [BBOX Processes server](bbox-processes-server): OGC API Processes service
* [BBOX Routing server](bbox-routing-server): OGC API Routing service (experimental)
Features:
* Built-in high performance HTTP server
* QWC2 Map viewer
* Instrumentation: Prometheus and Jaeger tracing
* Healths endpoints for Docker and Kubernetes hosting
See [Documentation](https://www.bbox.earth/) for detailed information.
## Installation
See [Documentation](https://www.bbox.earth/docs/installation/) 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
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
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.