| 908 | } |
| 909 | |
| 910 | void CopcReader::checkTile(const copc::Tile& tile) |
| 911 | { |
| 912 | if (tile.error().size()) |
| 913 | { |
| 914 | m_p->pool->stop(); |
| 915 | throwError("Error reading tile: " + tile.error()); |
| 916 | } |
| 917 | } |
| 918 | |
| 919 | |
| 920 | // Put the contents of a tile into the destination point view. |