How to find out how many records are in subsection of bgl file (aerial photo)? All I know is
TRQ1 Record
x04 4bytes - DWORD - Size of this record = 0x28
Size of the subsection’s data is 68 bytes. I can read first record (the header), it's size is 40 bytes. But how to find out if there are next records to read (how to find their offset)? Also I am interested what are the remaining 28 bytes. There is another size at offset 0x10 which is 0.
TRQ1 Record
x04 4bytes - DWORD - Size of this record = 0x28
Size of the subsection’s data is 68 bytes. I can read first record (the header), it's size is 40 bytes. But how to find out if there are next records to read (how to find their offset)? Also I am interested what are the remaining 28 bytes. There is another size at offset 0x10 which is 0.

