leaflet-easybutton
Version:
easily add control buttons to your leaflet maps with icon support
29 lines (28 loc) • 560 B
JSON
{
"name": "Leaflet.EasyButton",
"homepage": "https://github.com/CliffCloud/Leaflet.EasyButtons",
"authors": [
"atstp <dan.ll.montague@gmail.com>"
],
"description": "Easily add Font Awesome control buttons to Leaflet maps with attached callbacks",
"main": [
"src/easy-button.js",
"src/easy-button.css"
],
"dependencies": {
"leaflet": "~1.0.1"
},
"keywords": [
"Leaflet",
"map",
"button"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}