From: Ben F. <fag...@gm...> - 2008-05-15 15:31:34
|
The "<attribute>" option that you are setting should show up on the "Feature Types" page (not on each feature which is confusing). To add an attribute to the feature when importing the data simply add a "feature_attributes" column to the import file. Then for each feature, add attributes in that column like this: Genbank ID: "BH245189"; Description:"This is a description"; If the data is already in the database, then you can write a script to insert them. Let me know if you want to go this route and I'll describe it more. Ben On Thu, 2008-05-15 at 10:07 +0200, Jacques-gustave Audrey wrote: > Hello > > I have a question : I need to create some attributes for a > feature_type: QTL for example. I tried in the config file to put the > <attribute></attribute> in the feature_type definition but nothing > happens when I create a new feature with the type QTL(no attribute in > the Web Admin Tool's "Attributes" part of the feature). It is possible > to create attribute(s) when importing data in another way? > > Thanks for your help > > Audrey > > > ------------------------------------------------------------------------- > 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/ > _______________________________________________ > gmod-cmap mailing list > gmo...@li... > https://lists.sourceforge.net/lists/listinfo/gmod-cmap |