Constant gaia_assetgen::IMAGERY_TILE_SIZE [] [src]

pub const IMAGERY_TILE_SIZE: u32 = 675

The size of satellite imagery tiles. This should be equal to the size of a NASA tile (21600) divided by how many tiles are to be made from them (32 -- a quarter of TILES_ACROSS_MAX_LEVEL_WIDTH).

(21600 / 32 = 675).