[udig-devel] [jira] Created: (UDIG-1018) Reduce amount of progress shown during rendering.

Jesse Eichar (JIRA) jira at codehaus.org
Fri Sep 29 11:15:28 PDT 2006


Reduce amount of progress shown during rendering.
-------------------------------------------------

                 Key: UDIG-1018
                 URL: http://jira.codehaus.org/browse/UDIG-1018
             Project: uDIG
          Issue Type: Bug
          Components: API render
    Affects Versions: UDIG 1.1.RC4
            Reporter: Jesse Eichar
         Assigned To: Jesse Eichar
             Fix For: UDIG 1.1.RC5


Does the user really need progress of each layer rendering? Especially when
dozen of layers is on the map and rendering itself is time consuming task.
Updating status message, etc takes UI thread time.. There is a one composite
rendering thread that can be a "user" job and report whether rendering is
going on.

The same situation with layer status decorations. I would like to have an
option to switch off rendering progress decoration.  stupid endless blinking
effects in Layers view. Lets make a rendering itself stable with good
architecture, then decoration. Question of priorities and concentrating on
really important and critical things.


Ideas,

- All renderers except Composite can be system Jobs so only Composite updates.
- only WMS will set state on Iayer for waiting since it doesn't auto update

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the udig-devel mailing list