You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwtsandbox
There is big problem with ViewportViewer efficieny. Each time visible
area is beeing moved all tiles are beeing re-get from the server. That
increases network load much. Better solution is to redraw only those
tiles that are not stored in buffer on client side.
Regards
Robert Hanson
unread,
Apr 27, 2009, 8:22:22 AM4/27/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwtsa...@googlegroups.com
I haven't worked on this in years, but you are right, there is room for improvement.
Rob
Maciej Klimczak
unread,
Apr 28, 2009, 4:32:55 AM4/28/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwtsa...@googlegroups.com
OK, thanks for the answer. I just thought that's a "rapid development" code.