TabPanel with columns does not show two leafletOuput maps when published!

Hi all I have the following problem the code works quite well when I run the shiny app on my desktop but on the shiny server only one map is shown what could be the problem, please help!

++++++
tabPanel("Load Shapes",value=1,

      fluidRow(
        column(8,
         leafletOutput("myMap1",height=930, width=850)

         ),
        column(4,
         leafletOutput("myMap2", height=930, width=850)


        )
      )

),

++++++

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.