Home

Awesome

Intro Pic

Introduction

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.

Picture of App

Visualization

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.

How to use

  1. 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).
  2. Analyse changesets by...
  1. Bookmark the URL to regularly come back and monitor your area of interest.

Vandalism Checker

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.

Examples

Limitations

Running

Just git clone and boot up a quick development server. If you use Visual Studio Code you can alternatively install the Live Server extension.

History

2013

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.

2013-2021

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

2022-now

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.