# RoadLink

| GML Attribute                                      | Vector Tiles Attribute       |
| -------------------------------------------------- | ---------------------------- |
| gml:id                                             | id                           |
| centrelineGeometry                                 | \*                           |
| fictitious                                         | *\**                         |
| roadClassification                                 | road\_classification         |
| roadFunction                                       | road\_function               |
| roadClassificationNumber                           | road\_classification\_number |
| name1                                              | name\_1                      |
| Specified in the GML tag for *name1* as *xml:lang* | name1\_lang                  |
| name2                                              | name\_2                      |
| Specified in the GML tag for *name2* as *xml:lang* | name\_2\_lang                |
| formOfWay                                          | form\_of\_way                |
| length                                             | length                       |
| primaryRoute                                       | primary\_route               |
| trunkRoad                                          | trunk\_road                  |
| roadStructure                                      | *\**                         |
| loop                                               | *\**                         |
| startNode                                          | *\**                         |
| endNode                                            | *\**                         |
| roadNumberTOID                                     | *\**                         |
| roadNameTOID                                       | *\**                         |

{% hint style="info" %}
GML includes attributes which describe the geometry of the features; this is not applicable to vector tiles files as they are separated by their geometry.&#x20;

The use of an asterisk symbol (\*) in the table indicates that a particular attribute is not mapped in a format.
{% endhint %}
