Browse Source

Fin nettoyage map statique

master
Maxime Wack 7 years ago
parent
commit
dd3e3fb3b2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      app.R

+ 0
- 1
app.R View File

@@ -77,7 +77,6 @@ server <- function(input, output, session)
output$map <- renderLeaflet({
leaflet(options = leafletOptions(minZoom = 6, maxZoom = 14)) %>%
addProviderTiles(providers$CartoDB.Positron) %>%
# addPolygons(weight = 1, color = "#222222", opacity = .1, fillOpacity = .1, fillColor = "#EEEEEE") %>%
setView(lat = 48.35, lng = 6, zoom = 8)
})



Loading…
Cancel
Save