Skip to content

osmlab/leaflet-osm-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.