int tsmStopReqTiles ( TsmHandle *tsmh ) Finish a batch of tile requests
Finish a batch of tile requests.N.B. this function is part of the old style server-centric interface to tsmApi. You should really start using the new leaner, cleaner, and sexier connection-based interface (see tsmConnect). This function is now just an emulation layer on top of the relevant connection-based function(s): tsmTileReqEnd.
tsmStopReqTiles is used to tell the tsmApi that you are finished compiling a list of tiles to be requested (e.g. with tsmReqTile). The list can then be transmitted to the server, if appropriate, so that the tiles can begin to be sent.
Once this function has been called, you can begin to read the incoming tiles using the tsmGetNextTile function.