An open API service indexing awesome lists of open source software.

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

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.