Changeset 21 for trunk/tutorial


Ignore:
Timestamp:
02/25/13 11:47:25 (11 years ago)
Author:
lucsch
Message:
  • TmDmCreator is now working (supports language selection)
  • Adding swisstopo data model definition
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tutorial/model_tutorial.tex

    r14 r21  
    115115  PRIMARY KEY (`OBJECT_ID`), 
    116116  KEY `LAYER_ATX_FKIndex1` (`OBJECT_ID`) 
    117 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 
     117) ENGINE=MyISAM DEFAULT CHARSET=utf8; 
    118118\end{lstlisting} 
    119119This 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.