Skip to content
See OSM edits happen in real time.
JavaScript CSS HTML
Branch: gh-pages
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
chromecast But it helps to use the correct URLs Oct 25, 2014
css update osm-stream, show types, more safety May 3, 2013
js
.gitignore
CHANGELOG.md Revert ga change, move notes to changelog Jun 23, 2015
LICENSE.md Create LICENSE.md Dec 7, 2015
Makefile Makefile, lots more. Redesign again. Simplify. Filtering Apr 19, 2013
README.md
bbox.html
chromehellotext.html First whack at a Chromecast view for this Oct 25, 2014
index.html Switch away from Bing to Mapbox for satellite Apr 4, 2019
package-lock.json Re-do the 0.0.15 package.json change Jan 4, 2020
package.json

README.md

show-me-the-way

See OSM edits happen in real time.

This code is deployed and running here: https://osmlab.github.io/show-me-the-way/

Filtering

By Bounding Box

You can restrict it to viewing only edits within a specified bounding-box like so:

https://osmlab.github.io/show-me-the-way/#bounds=32.55,-15.82,71.65,44.65

Build a bounding box URL like that, using this page:

https://osmlab.github.io/show-me-the-way/bbox.html

By Changeset Comment

You can restrict it to viewing only edits where the changeset comment matches a string:

https://osmlab.github.io/show-me-the-way/#comment=missingmaps

You can combine the filters using querystring notation:

https://osmlab.github.io/show-me-the-way/#comment=missingmaps&bounds=32.55,-15.82,71.65,44.65

You can’t perform that action at this time.