Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmlab/show-me-the-way
See OSM edits happen in real time.
https://github.com/osmlab/show-me-the-way
Last synced: about 1 month ago
JSON representation
See OSM edits happen in real time.
- Host: GitHub
- URL: https://github.com/osmlab/show-me-the-way
- Owner: osmlab
- License: mit
- Created: 2013-04-13T00:40:37.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T17:58:48.000Z (over 1 year ago)
- Last Synced: 2024-05-18T19:13:26.390Z (7 months ago)
- Language: JavaScript
- Homepage: https://osmlab.github.io/show-me-the-way/
- Size: 1.17 MB
- Stars: 125
- Watchers: 18
- Forks: 45
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - osmlab/show-me-the-way - See OSM edits happen in real time. (others)
README
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/## Parameters
### Filter by bounding box
- bounds={southwest\_lng, southwest\_lat, northeast\_lng, northeast\_lat} ([Leaflet bboxString notation](https://leafletjs.com/reference.html#latlngbounds-tobboxstring))
- Restrict viewing only edits within a specified bounding-box.
- https://osmlab.github.io/show-me-the-way/#bounds=32.55,-15.82,71.65,44.65Build a bounding box URL using this page: https://osmlab.github.io/show-me-the-way/bbox.html
### Filter by changeset comment
- 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### Change the playback speed
- 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:
- https://osmlab.github.io/show-me-the-way/#comment=missingmaps&bounds=32.55,-15.82,71.65,44.65&runTime=5