Compare commits
2 Commits
main
...
1b555fb087
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b555fb087 | |||
| b6d99dd834 |
@@ -1,6 +1,6 @@
|
|||||||
Package: AVSDevR.MarineNoiseRegistry
|
Package: AVSDevR.MarineNoiseRegistry
|
||||||
Title: Marine Noise Registry Common Code Package
|
Title: Marine Noise Registry Common Code Package
|
||||||
Version: 0.1.0
|
Version: 0.1.1
|
||||||
Authors@R:
|
Authors@R:
|
||||||
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
|
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
|
||||||
Description: Comon code and assets for all of the Marine Noise Registry
|
Description: Comon code and assets for all of the Marine Noise Registry
|
||||||
|
|||||||
@@ -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