# A Look at OpenStreetMap

[OpenStreetMap](https://www.openstreetmap.org/) is the free and open geospatial database of the entire world. Anyone can contribute and use the data, for example, to create a custom map. The project began in the UK in 2004, in a response to lack of easily accessible geographic data. The notion was simple and audacious -- take a GPS unit, walk roads in your town, and upload to a commons; convince your friends to do the same, and then their friends, and soon map the entire world.

The project quickly grew around the globe and developed new technical approaches, attracting everyone from enthusiasts to international organizations, filling needs from customized local hiking maps to data for disaster response. There are over 3 million registered users in OpenStreetMap, with over 40,000 contributing every month.

\
&#x20;![](/files/-LSYohE1DH8huH-63KvG) *Comparing a map view to underlying geospatial data*

![](/files/-LSYohE3y515LTolcMnI) *Editing activity in France peaked in 2013,* [*explore editing activity per country here*](https://mapbox.github.io/osm-analysis-collab/users-by-country?yearIdx=11\&minActiveDays=1\&maxActiveDays=365\&#2.56/40.20/-43.76)

## Crowdsourced data - risks & mitigation

![](/files/-LSYohE5f80KB6URRiVk)

Giving 3M untrained volunteer contributors access to a global database has its merits, but also opens the door to mistakes of beginners and intentional vandalism. From the [OpenStreetMap wiki](https://www.gitbook.com/book/mapbox/open-data-openstreetmap/edit#):

> Vandalism is intentionally ignoring the consensus norms of the OpenStreetMap community. Simple mistakes and editing errors are not vandalism but may need to be reverted using some of the same tools that are used for vandalism.

With OpenStreetMap data used in commercial applications, directly competiting with proprietary data products such as Google Maps, dedicated teams have set up systems and machine learning algorithms to mitigate such risks.

![](/files/-LSYohE7vL8oViTS_pu2)

### OSM vandalism protection

The community has created tools to detect and correct vandalism and editing mistakes as soon as possible, globally. In particular, edits from new and unexperienced mappers are taken with a grain of salt and have to be validated by experienced mappers.

Read further on the OpenStreetMap wiki [about vandalism](https://wiki.openstreetmap.org/wiki/Detect_vandalism) and [quality assurance](https://wiki.openstreetmap.org/wiki/quality_assurance).

### Vandalism protection at Mapbox

The Mapbox Data team has automated technical solutions in place to keep vandalism at bay in all of OSM to guide which areas (and which contributors) to manually keep an eye on. If there's a user deleting infrastructure randomly or wrong information would be added following a suspicious pattern, this will be picked up and reverted no matter if this a Mapbox customer area of interest or not. We are improving our systems every day to flag different edit patterns around the world. Any suspicious change is quarantined, verified, and fixed.


---

# 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://mapbox.gitbook.io/open-data-openstreetmap/details-openstreetmap.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.
