Repaired defects found in review and removed MapView dependency from MapEngine
[situare] / src / common.h
1 #ifndef COMMON_H
2 #define COMMON_H
3
4 static const int TILE_SIZE_X = 256; ///< Tile image size in x direction
5 static const int TILE_SIZE_Y = 256; ///< Tile image size in y direction
6 static const int MIN_ZOOM_LEVEL = 0; ///< Minimum zoom level
7 static const int MAX_ZOOM_LEVEL = 18; ///< Maximum zoom level
8
9 #endif // COMMON_H