davicustodio / Leaflet.StyledLayerControl

A styled Leaflet plugin that implements the management and control of layers by organization into categories or groups
Other
119 stars 46 forks source link

New functionalities and tweaks #30

Closed beve closed 7 years ago

beve commented 8 years ago

Main plugin new options:

group_togglers: { show: true, // Display the links labelAll: 'All', // Label for button to display all layers of the group labelNone: 'None' // Label for button to hide all layers of the group }, group_groupDeleteLabel: 'Delete the group' // Label for the group delete button

addOverlay function new options:

removable: true/false to show/hide the button for group deletion.