tesera / leaflet-text-annotate

Simple text annotation control for leaflet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 69.1%Language:HTML 30.9%