Closed brunoparente93 closed 2 months ago
I can't reproduce your issue. Using WmsTileLayer
with SideBySideLayers
works for me as expected. Can you provide a fully standalone working example? I don't know what url you are using.
Is WmsTileLayer
working when you add it to the map without SideBySideLayers
?
I'll close this issue since it's stale and missing information. If new information comes up, we can reopen it.
Describe the bug I am trying to use the folium plugin SideBySideLayers together with streamlit. In my app, I created 2 columns, so the users can select the layers they want to compare using the folium SideBySideLayers plugin.
The plugin works when I write the layer name, but it does not work when I add the argument layer in a variable or sometimes, it works only one side.
PS: the same happens with DualMap
To Reproduce
Can someone help me to fix this issue?
Thank you in advance!