-
Notifications
You must be signed in to change notification settings - Fork 3
Geodb_textdata
Ralf Th. Pietsch edited this page Feb 6, 2017
·
1 revision
Über loc_id werden Textwerte zugeordnet. Die Art der Information wird durch text_type festgehalten. Diese Werte sind in geodb_type_names definiert.
Beispiel für geodb_textdata mit Ortsname, Autokennzeichen und Postleitzahl (name, car plate and zip):
<table border="1"> <tr> <th>loc_id</th> <th>text_type</th> <th>text_val</th> </tr> <tr> <td>17865</td> <td>500100000</td> <td>Handewitt</td> </tr> <tr> <td>17865</td> <td>500500000</td> <td>SL</td> </tr> <tr> <td>17865</td> <td>500300000</td> <td>24983</td> </tr> </table>