See OSM edits happen in real time.
This code is deployed and running here: https://osmlab.github.io/show-me-the-way/
- bounds={southwest_lng, southwest_lat, northeast_lng, northeast_lat} (Leaflet bboxString notation)
- Restrict viewing only edits within a specified bounding-box.
Build a bounding box URL using this page: https://osmlab.github.io/show-me-the-way/bbox.html
- comment={string}
- Restrict viewing only edits where the changeset comment matches a string.
- https://osmlab.github.io/show-me-the-way/#comment=missingmaps
comment=missingmaps
, will only show changes where the changeset comment contained missingmaps somewhere
- runTime={seconds}
- Specify how many seconds it takes for each change to fully render.
- https://osmlab.github.io/show-me-the-way/#runTime=5
- The default runTime is 2.
You can combine the parameters using querystring notation: