Changeset 21 for trunk/tutorial
- Timestamp:
- 02/25/13 11:47:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tutorial/model_tutorial.tex
r14 r21 115 115 PRIMARY KEY (`OBJECT_ID`), 116 116 KEY `LAYER_ATX_FKIndex1` (`OBJECT_ID`) 117 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 117 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 118 118 \end{lstlisting} 119 119 This code is the basic template for creating an attribute table. The number after layer\_at (see line 2) indicates the layer index and refers to the LAYER\_INDEX column in user\_content.txt. In our example layer\_at1 describe the attributes for the layer Boreholes\_PT. User attributes can then be added on line 4 of this template.
Note: See TracChangeset
for help on using the changeset viewer.