https://github.com/osmlab/leaflet-edit-osm
jump from a leaflet map to editing osm
https://github.com/osmlab/leaflet-edit-osm
Last synced: 12 months ago
JSON representation
jump from a leaflet map to editing osm
- Host: GitHub
- URL: https://github.com/osmlab/leaflet-edit-osm
- Owner: osmlab
- License: unlicense
- Created: 2013-05-29T01:42:17.000Z (about 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-05-29T01:42:48.000Z (about 13 years ago)
- Last Synced: 2025-06-25T19:40:50.885Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://osmlab.github.io/leaflet-edit-osm/
- Size: 92.8 KB
- Stars: 9
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## leaflet edit osm
Adds a button to any [Leaflet](http://leafletjs.com/) map that lets users
jump to [OpenStreetMap](http://www.openstreetmap.org/) to edit the map data.
## example
```js
new leafletEditOsm().addTo(map)
```
## api
`new leafletEditOsm().addTo(map)`
Adds a control to the map. `leafletEditOsm` is a subclass of `L.Control`,
so accepts the same basic options.