Skip to content

Commit

Permalink
Merge pull request #30 from NIVANorge/dev
Browse files Browse the repository at this point in the history
map size adjustment
  • Loading branch information
ciaran-dk authored Oct 17, 2024
2 parents bf773bf + a5bd1f5 commit e14ec4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ui <- dashboardPage(skin = "black",title="MARTINI Status Assessment",
),
fluidRow(
column(5,
leafletOutput("mymap",height="600px"),""),
leafletOutput("mymap",height="660px"),""),
column(6,
h3(htmlOutput("WBinfo")),
htmlOutput("titleTblInd"),
Expand Down Expand Up @@ -144,7 +144,7 @@ server <- function(input, output, session) {
values$period<-"2017-2019"
values$run <- FALSE
values$lng=10.7
values$lat=59.4
values$lat=59.46
values$zoom=9

revList<-c("DO_bot","Secchi")
Expand Down

0 comments on commit e14ec4a

Please sign in to comment.