# Vector tiles overview

OS MasterMap Topography Layer is supplied as a national vector tiles set in six MBTiles files (one file per feature type). This is a lightweight set of tiles that is efficient and fast to render in your software, and which provides high-resolution data and gives a seamless experience when zooming in and out. The data is supplied in Web Mercator projection (ESPG:3857).

## Vector tiles schema <a href="#id-6.1-vector-tiles-schema" id="id-6.1-vector-tiles-schema"></a>

The vector tiles schema is detailed in the following table. In the zoom levels columns within the table, the letter *N* indicates that the specified layer and attribute are not mapped within that zoom level, whereas the letter *Y* indicates that the specified layer and attribute are mapped within that zoom level.

{% hint style="info" %}
*The zoom level is a number that defines how large or small the contents of a vector tiles dataset appear in the viewing pane of a GIS application.*
{% endhint %}

### boundary\_line layer

| Attribute          | Zoom level: 0 to 15 | Zoom level: 16 |
| ------------------ | ------------------- | -------------- |
| toid               | N                   | Y              |
| theme              | N                   | Y              |
| style\_code        | N                   | Y              |
| style\_description | N                   | Y              |
| line               | N                   | Y              |

### cartographic\_symbol layer

| Attribute          | Zoom level: 0 to 15 | Zoom level: 16 |
| ------------------ | ------------------- | -------------- |
| toid               | N                   | Y              |
| theme              | N                   | Y              |
| orientation        | N                   | Y              |
| style\_code        | N                   | Y              |
| style\_description | N                   | Y              |
| point              | N                   | Y              |

### cartographic\_text layer

| Attribute          | Zoom level: 0 to 15 | Zoom level: 16 |
| ------------------ | ------------------- | -------------- |
| toid               | N                   | Y              |
| theme              | N                   | Y              |
| height             | N                   | Y              |
| style\_code        | N                   | Y              |
| style\_description | N                   | Y              |
| colour\_code       | N                   | Y              |
| font\_code         | N                   | Y              |
| rotation           | N                   | Y              |
| geo\_x             | N                   | Y              |
| geo\_y             | N                   | Y              |
| anchor             | N                   | Y              |
| text\_string       | N                   | Y              |
| point              | N                   | Y              |

### topographic\_area layer

| Attribute          | Zoom level: 0 to 15 | Zoom level: 16 |
| ------------------ | ------------------- | -------------- |
| toid               | N                   | Y              |
| theme              | N                   | Y              |
| style\_code        | N                   | Y              |
| style\_description | N                   | Y              |
| polygon            | N                   | Y              |

### topographic\_line layer

| Attribute          | Zoom level: 0 to 15 | Zoom level: 16 |
| ------------------ | ------------------- | -------------- |
| toid               | N                   | Y              |
| style\_code        | N                   | Y              |
| style\_description | N                   | Y              |
| line               | N                   | Y              |

### topographic\_point layer

| Attribute          | Zoom level: 0 to 15 | Zoom level: 16 |
| ------------------ | ------------------- | -------------- |
| toid               | N                   | Y              |
| theme              | N                   | Y              |
| style\_code        | N                   | Y              |
| style\_description | N                   | Y              |
| point              | N                   | Y              |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.os.uk/os-downloads/products/maps-and-imagery-portfolio/os-mastermap-topography-layer/os-mastermap-topography-layer-technical-specification/vector-tiles-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
