MerginMaps / docs

Documentation repository for merginmaps.com/docs
https://merginmaps.com/docs
Creative Commons Attribution 4.0 International
12 stars 15 forks source link

Using GDAL to create MBtiles from WMTS/WMS and rasters #140

Open saberraz opened 2 years ago

saberraz commented 2 years ago

It is more convenient to use GDAL for automating creation of MBtiles from WMTS/WMS.

PeterPetrik commented 2 years ago

@saberraz where you want to add? in the article about background maps?

saberraz commented 2 years ago

Correct.

saberraz commented 2 years ago

For Geotiff or other formats: gdal_translate my_dataset.tif my_dataset.mbtiles -of MBTILES gdaladdo -r average my_dataset.mbtiles 2 4 8 16