/leaflet-info-control

A simple Leaflet control that displays information about the map

Primary LanguageJavaScript

leaflet-info-control

A simple Leaflet control that displays information about the map

Example

/*global map, L*/
/*jslint browser: true*/
map.addControl(new L.Control.InfoControl({
    position: "bottomright",
    content: "This map is awesome!"
}));