Open
Description
I would like to be able to control whether a layer appears in the layers control or not. I can't see anything in the docs/code to suggest this is already possible, but I wouldn't be surprised if it was through some clever kwargs. I know it is possible in folium, where many layers have parameter called control
which does this, though I it looks like this is acted on at the python level, rather than the JS.
Would it be possible to add it?