Added by KinGaume, last edited by Adrian Custer on Jul 09, 2006  (view change)

Labels

 
(None)

ok I found a good way to decrease the time use to render a map in picture, but it's not really enough ... i 'd like to do it in less then 1 sec
To decrease that time i filter all the Geometries out of my Envelope before adding them to the MapContext.

There are 2 differents ways to get image (*.jpg, *.bmp, ...) from a MapContext object, by using the LiteRenderer class or the StyledMapRenderer class. Unfortunately the method paint from LiteRenderer class take too much time to paint and by using the StyledMapRenderer class it's also the same song (it take less time that the first class but always too much for me).
Is there a way to get an image from a map in less then 1 second ?