thatcher / openseadragon

This project has moved to its new github organization at github.com/openseadragon, please join us!
http://openseadragon,github.com/
37 stars 14 forks source link

Use correct option name (displayRects, not dispRects) in DziTileSource. #16

Closed Ventero closed 11 years ago

Ventero commented 12 years ago

This fixes a few bugs with DZI tile sources (for example source.tileExists always returned true, as this._levelRects was an empty object).

chonselaar2 commented 11 years ago

This also seems to fix the 'Tile load callback in middle of drawing routine. ' problem for me (https://getsatisfaction.com/livelabs/topics/tile_load_callback_in_middle_of_drawing_routine_error). Although it may still need to be wrapped in a try/catch, not sure yet.

iangilman commented 11 years ago

Looks great... sorry this took so long to get to!