Skip to content

Takes an OSM changeset id and returns back array of reverted changeset ids. Utility npm module.

License

Notifications You must be signed in to change notification settings

manoharuss/osm-revert-changesets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osm-revert-changesets

Usage

npm install osm-revert-changesets

const revertChangesets = require('osm-revert-changesets');

revertChangesets('62632427').then((list) => {
  console.log(list);
})
// logs
[ '62629726' ]

About

Takes an OSM changeset id and returns back array of reverted changeset ids. Utility npm module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published