OSM Latest Changes is a web application that helps to check recent OSM changes within a certain cartographic boundary, for example your home town. It displays all changesets in a list and on a map. The elements can be selected on the map whereby a tag comparison table opens up that highlights all created, modified or deleted tags. Furthermore a "Vandalism Checker" helps to find suspicious edits.
Newer edits are displayed in more saturated colors than older modifications. Deleted objects as well as the "previous state" of modified map features are displayed semi-transparently. Intermediate states of objects that have been modified more than once in the selected time period are not shown.
- Zoom to the area of interest and click the Get Changesets button to see the changes of the last 7 days (or 1 day, 3 days, 1 month).
- Analyse changesets by...
- filtering for suspicous edits (hover over red traffic light to get infos)
- selecting elements on the map and see tag modifications
- Bookmark the URL to regularly come back and monitor your area of interest.
A simple tool that verifies the integrity of downloaded changesets. It calculates the total number of elements, tags and iD warnings added and deleted in each changeset. If the net change is below a specified threshold (currently -3), a red traffic light alert is triggered to notify users about the suspicious changeset.
- A user adds one new supermarket and deletes two roads: The sum would be -1. Vandalism checker stays green.
- A user adds three tags to a restaurant but deletes seven of a library. The sum would be -4. Vandalism checker turns red.
- A user fixed one iD warning but caused five new ones. The sum would be -4. Vandalism checker turns red.
- The site currently doesn't show OSM modifications of relation objects.
- Too many or too large download requests can cause the Overpass server to deny the request.
Just git clone
and boot up a quick development server. If you use Visual Studio Code you can alternatively install the Live Server extension.
It was first prototyped by @lxbarth and @tmcw during the Chicago Hack weekend on the 26th-28th April 2013 (see diary entry of lxbarth for background). This was conceived to be an enhancement to the OSM history tab with other notable users of the community working on coming up with a solution for a history tab that visualizes local changesets in an easy to understand way.
A hacked version of this prototype has been created with aims into saving bandwith and rendering time. Furthermore it allows lower zoom levels. It will show changes made in the last 24h, 3 days, 7 days or 30 days. Those enhancements were mainly implemented by @tyrasd
As of July 2022 another updated version has been created, that offers added functionality, i.e. a tag comparison table, a vandalism checker and a filter functionality.