Hi,
I have one big satllite map, it's very slow when paning/zooming if I loaded it as a whole, so I make pyrimids and divide eachlevel into pieces.
For example:
The first level is 1000*1000, which will be shown when scale > n, I divide it into 16 pieces, each one 250*250
The second level is 400*400, which will be shown when sacle < n, I divide it into 4 pieces, each one 200*200.
Now, when coming to certain scale, I want to load the images only within current window client area. What shall I do?
Thank U.
Senlin