The map above renders perfectly fine in the following scenarios:
- List item
- RStudio Viewer
- Shiny app
- Shiny app using a minimal Shiny dashboard sceleton
When including the map in an existing, pretty complex Shiny dashboard, the looks as follows:
Obviously, the legend is missing. On top of that, the "reset view" action button has no effect.
Without posting the complete code of the complex shiny dashbboard, I would like make the following comments:
- I have disabled all custom JS code and CSS
- I use a bare "renderLeaflet" function without additional arguments
- I have also tried to display the leaflet in a bare dashboard box without any further arguments
Any obvious culprit anyone could think of causing this issue? Anyone observed similar issues?