> For the complete documentation index, see [llms.txt](https://docs.os.uk/more-than-maps/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/more-than-maps/change-log.md).

# Change Log

This page lists additions and deletions made to More than Maps site.

<table><thead><tr><th width="188">Date</th><th>Notes</th></tr></thead><tbody><tr><td>23/06/2026</td><td>Addition of <a href="/pages/Srg5t3urQs8yDlzmBE3x">Using the OS Downloads API with Python</a> under <a href="/pages/mVpMAQ7EA96fNN40zisW">OS Downloads API</a> section</td></tr><tr><td>15/05/2026</td><td>Update to <a href="/pages/dHxweLbg0vJ6B5kb3yw1">Comparison of Water Network Products page</a> to reflect changes since September 2025<br>Update to <a href="/pages/iE2h2uUxyzpoRrcEexNa">Comparison of Transport Network page</a> to reflect changes to the End of Life dates<br>Addition of two routing examples for <a href="/pages/yvkAtT26gdisV82CeufA">Safe Routes to Schools</a></td></tr><tr><td>11/05/2026</td><td>Addition of new <a href="/pages/CjPTbLjcL16aSZNu5SjE">Data in Action</a> StoryMap for Land and Property</td></tr><tr><td>06/05/2026</td><td><p>Two additions made to the <a href="/pages/YG8Z0XI9RdIste6Xn4ot">Comparison of OS MasterMap Greenspace Layer and OS NGD page</a>:</p><ul><li>New note ( titled 'OS NGD greenspace recipe guide now available')</li><li>Coverage comparison maps</li></ul></td></tr><tr><td>05/05/2026</td><td><a href="/pages/d88b61cf182931208ccc4f05eef044ab66103158">OS Power BI Map Visual</a> pages (including a getting started guide and FAQs) added to the site under the <a href="/pages/5ezi2suMjNWDCgohREm2">OS NGD Data in Dashboards</a> page.</td></tr><tr><td>13/04/2026</td><td>Removal of link to OS MasterMap Water Network Demonstrator as it has been withdrawn as of 31/03/2026.</td></tr><tr><td>26/03/2026</td><td>Addition of <a href="/pages/1bfc06b01ee588b37cc84acd8219e8b251e79de0">OS NGD Functional Areas</a> and <a href="/pages/d7dfd2f62b30a71b73c3c2108ab95f52879a9306">OS NGD Postcodes</a> Lightning Talks.</td></tr><tr><td>16/03/2026</td><td>Removal of the link to the Contextual Products Demonstrator.</td></tr><tr><td>16/03/2026</td><td>Removal of link to the Detailed Path Network Demonstrator.</td></tr><tr><td>06/03/2026</td><td>Addition of '<a href="/pages/5ezi2suMjNWDCgohREm2">OS NGD Data in Dashboards</a>' page under the Advanced Applications section.</td></tr></tbody></table>

<br>


---

# 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/more-than-maps/change-log.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.
