Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 327 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 327 Bytes

leaflet osm notes

Pull notes from OpenStreetMap into Leaflet.

example

var notesLayer = new leafletOsmNotes();
notesLayer.addTo(map);

api

var notesLayer = new leafletOsmNotes()

Makes a notes layer. You can customize the underlying L.geoJson instance by its exposed notesLayer.notesLayer property.