Compare commits
2 Commits
1b555fb087
...
06d4e38804
| Author | SHA1 | Date | |
|---|---|---|---|
| 06d4e38804 | |||
| ae38af4358 |
@@ -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
|
||||||
|
|||||||
@@ -157,9 +157,9 @@ MNR.GeoPlot <- R6::R6Class(
|
|||||||
"conservation_area_colours", conservation_area_colours,
|
"conservation_area_colours", conservation_area_colours,
|
||||||
envir = mnr_geoplot_env
|
envir = mnr_geoplot_env
|
||||||
)
|
)
|
||||||
assign("conservation_areas", TRUE, envir = mnr_geoplot_env)
|
assign("conservation_areas_loaded", 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