> For the complete documentation index, see [llms.txt](https://docs.os.uk/os-downloads/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.os.uk/os-downloads/products/maps-and-imagery-portfolio/os-vectormap-district/vector-simple-guide/styling-vector-data.md).

# Styling vector data

For each layer present in the data the colours have been assigned randomly. To make the map legible the Styled Layer Descriptors can be applied to each layer.

To do this first right click on the **‘SU\_Woodland’** layer and select **‘Properties’**.

* This will open a new window. Make sure the **‘Style’** tab on the left is selected.

<figure><img src="/files/7bQg3728DLn6UCDC9iGu" alt="Layer properties window showing available styles with Load Style button highlighted"><figcaption><p>Layer properties window</p></figcaption></figure>

* Click ‘Load Style’ and a new window will open, navigate to the downloaded stylesheet folders

**OS-VectorMap-District-stylesheets-master > ESRI Shapefile stylesheets > QGIS stylesheets (QML) > Full Colour style** and select the **Woodland QML** file and click **‘Open’**.

* Repeat this for each layer selecting the respective QML file for each layer.
* For maximum legibility rearrange the order of the layers to match the image below:

<figure><img src="/files/OEfemeN96Iq05mCCYDL8" alt="Left hand side layers window showing all layers selected except for PublicAmenity, HeritageSite, and Administrative Boundary" width="471"><figcaption><p>layers window</p></figcaption></figure>

* By clicking on the box next to the layer name the layer can be included or removed from the map.
* The resultant map should look similar to this:

<figure><img src="/files/IkrZwiTV5yVRhjEKUkLJ" alt="Map displaying selected layers in the main map window" width="527"><figcaption><p>Map created from selecting the layers from the layers window above</p></figcaption></figure>

* The map is most functional for scales 1:15 000-1:30 000. For this tutorial we want a map of an area of Southampton at a scale of **1:20 000**. Use the **‘Pan tool’**, **‘Zoom in’** and **‘Zoom out’** to position the map over Southampton at an appropriate scale, or alternatively set the scale of the map by typing in the scale bar, which is at the bottom of the screen.

<figure><img src="/files/EOUdCaRcCVog6wAUWBQ7" alt="A map at 1:20,000 scale zoomed in showing a crossing over the River Itchen"><figcaption><p>A map at 1:20,000 scale</p></figcaption></figure>

• The map should now look similar to this:<br>

<figure><img src="/files/jOHlVjaVDak1JvZEdqh4" alt="Styled map showing Southampton at 1:20,000 scale"><figcaption><p>Styled map showing Southampton at 1:20,000 scale</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.os.uk/os-downloads/products/maps-and-imagery-portfolio/os-vectormap-district/vector-simple-guide/styling-vector-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
