6 lines
193 B
Bash
6 lines
193 B
Bash
#!/bin/bash
|
|
|
|
daily=/var/www/files/mapshots/daily.png
|
|
tiles=/var/www/files/mapshots/tiles
|
|
python /home/minetest/tools/gdal2tiles-leaflet/gdal2tiles.py -l -p raster -z 0-10 -w none $daily $tiles
|