mkdir osm
wget -O osm/planet.mbtiles https://hidrive.ionos.com/api/sharelink/download?id=SYEgScrRe
podman run -ti --rm -p 9000:9000 --name sms -v $(pwd)/osm/:/data/ registry.gitlab.com/markuman/sms:latest
firefox http://localhost:9000
requirements:
podman
(ordocker
)- 90 GB storage is required (1 core and 512MB memory are sufficient)
notes:
- "~30 minutes" depends on your bandwidth ...and the hidrive performance of ionos.
- My Project: https://github.com/markuman/sms
- For the large planet.mbtiles generation and hosting, donations are welcome π
- paypal.me/MarkusBergholz
- bc1qz33cf70vq82gxf8kps06j7lv7m2903hsnjak6k
- https://github.com/onthegomap/planetiler is used to generate the planet.mbtiles file
- https://github.com/uktrade/mbtiles-s3-server is the origin code-base of my
sms
project