Hi,

The latest weekly build is missing the tool View - Copy bounding box to
clipboard. I have had use for this tool sometimes.

A couple of remarks on that tool (used with OpenJUMP version 20080108-0022):

- What is copied to clipboard is WKT of the bounding box polygon.  What I
usually need is the bounding box in format (minX,minY,maxX,maxY)
So instead of this:
POLYGON((3472686.1687728437 6822828.006487935,3472686.1687728437
6823621.061253681,3473964.471660096 6823621.061253681,3473964.471660096
6822828.006487935,3472686.1687728437 6822828.006487935))
I need usually this:
bbox(3472686.1687728437,6822828.006487935,3473964.471660096,6823621.061253681)

- Even if the tool works it gives still every time this error:

java.lang.NullPointerException
        at org.openjump.core.ui.plugin.edit.CopyBBoxPlugin.execute
(CopyBBoxPlugin.java:90)
        at com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.
actionPerformed(AbstractPlugIn.java:130)
        at com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller$4$1.
run(FeatureInstaller.java:538)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)

-Jukka Rahkonen-


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to