This project generates a small PMTiles file (~18MB) with a selection of Natural Earth layers.
- Docker installed on your machine.
To generate the tiles, you need to run the Docker image. The command below will run the image and mount your current directory's out subdirectory to the /output_directory in the Docker container:
chmod +x ./run.sh && ./run.shThanks to @dgtlntv for his initial research on this.