--- branches/1.0-gt2-2.6/src/skrueger/AttributeMetadata.java 2009/11/20 10:28:01 534 +++ branches/1.0-gt2-2.6/src/skrueger/AttributeMetadata.java 2009/11/22 18:56:40 546 @@ -134,13 +134,7 @@ this.setName(name); this.title = title; this.desc = desc; -// -// // The THE_GEOM and shall never be visible! -// if (name.getLocalPart().equalsIgnoreCase("the_geom")) -// this.visible = false; -// else -// this.visible = visible; - + this.visible = visible; this.unit = unit; }