Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] gridgraphics on trunc

I think that was because I still had the old Grid definition in the plugin.xml. I updated it and it seems to work now.

Jesse

On Aug 18, 2007, at 1:55 AM, Andrea Antonello wrote:

I just tried the new gridgraphics on trunc. very nice!!!
But... when I change the unit from pixel to degrees, I get the
following:

java.lang.NullPointerException
	at
net.refractions.udig.project.internal.render.impl.RendererCreatorImpl. getConfiguration(RendererCreatorImpl.java:570)
at
net.refractions.udig.project.ui.internal.RenderManagerAdapters.synchro nizeRenderers(RenderManagerAdapters.java:161)
at
net.refractions.udig.project.ui.internal.RenderManagerAdapters $4.notifyChanged(RenderManagerAdapters.java:249)
at
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify (BasicNotifierImpl.java:247)
at
net.refractions.udig.project.internal.impl.LayerImpl.setStyleBlackboar d(LayerImpl.java:751)
at
net.refractions.udig.style.internal.ApplyStyleCommand.run (StyleLayer.java:142)
at
net.refractions.udig.project.command.CommandManager$Executor.execute (CommandManager.java:400)
at
net.refractions.udig.project.command.CommandManager$Executor.run (CommandManager.java:325)
at
net.refractions.udig.project.command.CommandManager$Executor.run (CommandManager.java:311)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


This happens if I put it for degrees == 1.
If I change that to == 2, it works again.


Ciao
Andrea
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top