File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77# ' @export
88selectModUI <- function (id , ... ) {
99 ns <- shiny :: NS(id )
10- leafletOutput(ns(" map" ), ... )
10+ leaflet :: leafletOutput(ns(" map" ), ... )
1111}
1212
1313
@@ -29,7 +29,7 @@ selectMod <- function(
2929 styleTrue = list (fillOpacity = 0.7 , weight = 3 , opacity = 0.7 )
3030) {
3131
32- output $ map <- renderLeaflet({
32+ output $ map <- leaflet :: renderLeaflet({
3333 mapedit ::: add_select_script(
3434 leafmap ,
3535 styleFalse = styleFalse ,
@@ -82,7 +82,7 @@ selectMod <- function(
8282# ' @export
8383editModUI <- function (id , ... ) {
8484 ns <- shiny :: NS(id )
85- leafletOutput(ns(" map" ), ... )
85+ leaflet :: leafletOutput(ns(" map" ), ... )
8686}
8787
8888# ' Shiny Module Server for Geo Create, Edit, Delete
@@ -125,7 +125,7 @@ editMod <- function(
125125 )
126126 }
127127
128- output $ map <- renderLeaflet({leafmap })
128+ output $ map <- leaflet :: renderLeaflet({leafmap })
129129
130130 featurelist <- reactiveValues(
131131 drawn = list (),
You can’t perform that action at this time.
0 commit comments