Skip to content

tesera/leaflet-text-annotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leaflet-text-annotate

Simple text annotation control for leaflet.

var map = L.map('map').setView([51.505, -0.09], 13);
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
    attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);

map.addControl(L.Control.textAnnotate());

About

Simple text annotation control for leaflet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published