Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Map actionset? For printing...

I first thought we needed to set up the print action as an extention against map.ui.

When I went for a walk through the code I could not find any extention point or even editor defined by map.ui (!) It ended up the actual editor is defined by project.ui - does this
mean that map.ui is an orphan?

The one extention point that I know appears on the MapViewport editor is tools. This ended up
being defined by the net.refractions.udig.render.tool plugin.

It is even money if it makes sense for project.ui (where the MapViewport editor) or the
renderer to define the extention point.

It turns out that print in eclipse is implemented as a global action (much like cut, copy and paste)
I will look into how we are expected to hook these things up tomorrow.

Jody


Back to the top