> 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/land-and-terrain-portfolio/os-mastermap-sites-layer/os-mastermap-sites-layer-technical-specification/enumerations/reasonforchangevalue.md).

# ReasonForChangeValue

### RoutingPoint feature

The ‘reasonForChange’ attribute is used across all features found within the OS MasterMap Sites Layer.

Defines the reason for a change made to a feature.

| Value        | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| New          | This is a new feature in the database.                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Modified     | <p>The feature has been edited by an operator. Used in the following cases:</p><p>1. The geometry of a topographic feature is changed following real-world change (applicable to point, line and text features only and not polygons).</p><p>2. The geometry of a non-topographic feature, for example, inferred link or BoundaryLine feature is changed.</p><p>3. A cartographic symbol feature is repositioned.</p><p>4. A CartographicText feature is repositioned.</p> |
| Reclassified | The descriptive attributes of a feature have changed. The feature code may have changed.                                                                                                                                                                                                                                                                                                                                                                                   |
| Attributes   | Applied to features that have had only attributes changed, except those covered by TextChange and Reclassified values.                                                                                                                                                                                                                                                                                                                                                     |
| Position     | Feature has changed geometry and/or position due to an improvement in its absolute accuracy; that is, its relationship to the National Grid (relevant for the positional accuracy improvement programme which is now complete). This type of feature change is not associated with real-world change.                                                                                                                                                                      |
| Software     | Feature has been adjusted by an automatic software process. Includes geometric adjustment, cleaning, squaring, paralleling (text and lines) and reversing direction of digitising.                                                                                                                                                                                                                                                                                         |


---

# 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/land-and-terrain-portfolio/os-mastermap-sites-layer/os-mastermap-sites-layer-technical-specification/enumerations/reasonforchangevalue.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.
