cboettig commited on
Commit
7765694
1 Parent(s): 3bba329
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -20,7 +20,7 @@ ui <- page_sidebar(
20
  server <- function(input, output, session) {
21
  output$leaflet <- renderPlot(
22
  {
23
- tmap_mode("view")
24
  tm_shape(dnbr) + tm_raster()
25
  }
26
  )
 
20
  server <- function(input, output, session) {
21
  output$leaflet <- renderPlot(
22
  {
23
+ tmap_mode("plot")
24
  tm_shape(dnbr) + tm_raster()
25
  }
26
  )