Re: drawing vector map

2004-02-15 Thread Luc Le Blanc
Bruno a écrit : > "Luc Le Blanc" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED] ???... > > I have the same problem and I already considered this offscreen window > > trick. > > But panning once would require to redraw the vectors in the offscreen > window > > in > > order to be ready for the next

Re: drawing vector map

2004-02-15 Thread Bruno
"Luc Le Blanc" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED] ???... > I have the same problem and I already considered this offscreen window > trick. > But panning once would require to redraw the vectors in the offscreen window > in > order to be ready for the next pan (unless you're able to dra

Re: drawing vector map

2004-02-14 Thread Luc Le Blanc
I have the same problem and I already considered this offscreen window trick. But panning once would require to redraw the vectors in the offscreen window in order to be ready for the next pan (unless you're able to draw the whole map of vectors into an big offscreen window - but even then, a mere

Re: drawing vector map

2004-02-13 Thread Bruno
"Elvin Ng" <[EMAIL PROTECTED]> ¦b¶l¥ó news:[EMAIL PROTECTED] ¤¤¼¶¼g ... > Are you redrawing the whole map while panning? > IMO, you should draw the map on an offscreen windows, and this map is bigger > than your display window (like one more window on each sides plus > diagonals). When you pan, yo

Re: drawing vector map

2004-02-13 Thread Elvin Ng
Are you redrawing the whole map while panning? IMO, you should draw the map on an offscreen windows, and this map is bigger than your display window (like one more window on each sides plus diagonals). When you pan, you just copy the correct region from the offscreen to display window without requi

drawing vector map

2004-02-13 Thread Bruno
hi all, I am working on a program that display vector map, however I found that when I draw (or redraw the map when panning and zooming) the map, it is very very slow (the size of one record in a file is about 10 ~ 20KB) any suggestion to fasten the speed? thx! -- For information on using the