Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Tiled Rendering and Mapgraphics Again

Hi Emily.

On Thu, Mar 5, 2009 at 9:48 AM, Emily Gouge <egouge@xxxxxxxxxxxxxxx> wrote:
The ongoing issue of tiled rendering and mapgraphics is causing me issues again so I'm working on a solution.  (The mapgraphics currently don't render properly if using tiled rendering).

Good to hear you making progress on this; when you have a moment I am interested to hear what approach your solution is taking. 

I currently have a solution that works most of the time.  The only thing it doesn't do properly right now is refresh when the style is changed.

Interesting. So the style changing would change the layer blackboard which would fire an event (or EMF Notification?). From their we need to check to see who is listening and make sure they issue a layer.refresh( null ) event?

I'm wondering if somebody can review my proposed changes and provide me with some feedback and ideas for dealing with the style change issue I'm having.  If somebody is willing to review the code I'll pass it along to them.

I have a bit of a backlog on uDig items right now; so I cannot in good faith volunteer at this time (I still owe Anrdrea a style save api).

Jody

Back to the top