leaflet-info-control

A simple Leaflet control that displays information about the map


Keywords
map, leaflet, control
License
GPL-3.0+
Install
bower install leaflet-info-control

Documentation

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!"
}));