Lookup table containing map format descriptions.
| Field Name | Field Description | Data Type | Field Size* | FormatID | The primary key for table MapFormat | tinyint | 1 | FileExtension | The default filename extension for the file type | varchar | 50 | Description | Description of the format of the image file (map or photo) | varchar | 50 |
*The text datatype pre-allocates only 16 bytes. Size represents actual bytes for all other data types.