Parent Directory
|
Revision Log
|
Patch
revision 534 by alfonx, Fri Nov 20 10:28:01 2009 UTC | revision 546 by alfonx, Sun Nov 22 18:56:40 2009 UTC | |
---|---|---|
# | Line 134 public class AttributeMetadata implement | Line 134 public class AttributeMetadata implement |
134 | this.setName(name); | this.setName(name); |
135 | this.title = title; | this.title = title; |
136 | this.desc = desc; | this.desc = desc; |
137 | // | this.visible = visible; |
// // The THE_GEOM and shall never be visible! | ||
// if (name.getLocalPart().equalsIgnoreCase("the_geom")) | ||
// this.visible = false; | ||
// else | ||
// this.visible = visible; | ||
138 | this.unit = unit; | this.unit = unit; |
139 | } | } |
140 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |