This is the whole planet, ~72GB download, conveniently named for use with a default SwiftTileServer install.
Not active myself anymore, but will accept submissions to upload to the server. Follow the planet directions on the PlanetTiler mentioned in credits.
Last run date:
2023/12/01 - https://mbtiles.top/planet/Combined.mbtiles
While the full planet file works just fine, presumably extracts might run better. I have always just ran from the planet file.
There is about 100GB free space to play with on the server, so if anyone wants to sponsor me I will take requests and perform region extracts to include. If any, they will be listed here with sponsor(s) credit. Additional space can be acquired if required.
Nothing yet!
If you want to do an extract yourself, you can use a node utility called tilelive-copy. The following is from the repo used to create the mbtiles, use whatever applies for your environment:
# install node and tilelive-copy
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
apt-get install -y nodejs
npm install -g @mapbox/tilelive @mapbox/mbtiles
# Extract z0-4 for the world
tilelive-copy --minzoom=0 --maxzoom=4 --bounds=-180,-90,180,90 output.mbtiles demo.mbtiles
# Extract z0-14 for just southern New England
tilelive-copy --minzoom=0 --maxzoom=14 --bounds=-73.6346,41.1055,-69.5464,42.9439 output.mbtiles demo.mbtiles
planetiler - https://github.com/onthegomap/planetiler OpenStreetMap - https://openstreetmap.org SwiftTileServerCache/tileserver-gl - https://github.com/123FLO321/SwiftTileserverCache