ol-layerswitcher
Version:
Layer switcher control for OpenLayers v3/v4
26 lines (25 loc) • 501 B
JSON
{
"name": "ol-layerswitcher",
"version": "2.0.0",
"homepage": "https://github.com/walkermatt/ol-layerswitcher",
"authors": [
"Matt Walker (http://longwayaround.org.uk)"
],
"description": "Layer switcher control for OpenLayers",
"main": [
"dist/ol-layerswitcher.js",
"src/ol-layerswitcher.css"
],
"keywords": [
"openlayers",
"ol",
"layerswitcher"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
]
}