Bugs item #3472008, was opened at 2012-01-10 13:28
Message generated for change (Comment added) made by michaudm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3472008&group_id=118054

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: OpenJUMP - Menu - Edit
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: michael michaud (michaudm)
Assigned to: Nobody/Anonymous (nobody)
Summary: AssertionFailedException with two identical attribute name

Initial Comment:
How can two identical attribute names happen ?
- with a sql query : ex. select geom, name, name, name from city
  (although I don't think a plain table can have duplicate names)
- it can be saved/read to/from a shapefile, a jml (with different results !)
- feature schema edition tool pevent such a schema edition

What happens ?
- a AssertionFailedException is thrown by plugins like
  * combine selected layers
  * clip map to fence
  * there are other problems if one try to change an attribute value using its 
name...

What to do ?
The minimum would be to throw a clearer message
Maybe sufficient, automatic renaming seems a bit dangerous
Refusing data loading maybe frustrating (although getting a yellow warning 
light be useful)

Michaël 
 

----------------------------------------------------------------------

>Comment By: michael michaud (michaudm)
Date: 2012-01-12 12:49

Message:
Problem in CombineSelectedLayers should be fixed, while problem in
ClipMapFence will throw a better message and report the problem in the
outputFrame.
Michaël 2012-01-12

----------------------------------------------------------------------

Comment By: michael michaud (michaudm)
Date: 2012-01-11 00:03

Message:
In the case of "combine selected layers", the problem is different.
It is because the Geometry Attribute is not handled properly when it is not
named GEOMETRY or when several layers have different names for Geometry
attribute.
==> The plugin tries to create a second Geometry Attribute

Michaël

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3472008&group_id=118054

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to