You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
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!
The text was updated successfully, but these errors were encountered: