Composable spatial services.
___ ___ _____ __
| _ ) _ )/ _ \ \/ /
| _ \ _ \ (_) > <
|___/___/\___/_/\_\
Components:
Features:
See Documentation for detailed information.
See Documentation for instructions.
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
Licensed under either of
at your option.
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.