Fixed missing recursion parameter
This commit is contained in:
@@ -159,7 +159,7 @@ MNR.GeoPlot <- R6::R6Class(
|
|||||||
)
|
)
|
||||||
assign("conservation_areas", TRUE, envir = mnr_geoplot_env)
|
assign("conservation_areas", TRUE, envir = mnr_geoplot_env)
|
||||||
|
|
||||||
invisible(self$bootConservationAreas())
|
invisible(self$bootConservationAreas(db_client))
|
||||||
},
|
},
|
||||||
|
|
||||||
#' @description Generates a base plotly map with optional layers included
|
#' @description Generates a base plotly map with optional layers included
|
||||||
|
|||||||
Reference in New Issue
Block a user