syncpoint / terrain-rgb

A detailed tutorial about how to convert geo-tiff files containing Digital Elevation Model (DEM) data into a pyramid of png tiles
118 stars 15 forks source link

create tiles with a size of 512x512 pixels #1

Open ThomasHalwax opened 4 years ago

ThomasHalwax commented 4 years ago

Since MapBox also provides tiles with a size of 512x512 pixels we should also show how to create those.

By default, 256x256 tiles are returned. You can use @2x to request 512x512 tiles. Requesting 512x512 tiles is sometimes preferable as it means fewer total requests over a given area.

Source: MapBox Terrain RGB