diff --git a/DESCRIPTION b/DESCRIPTION index 70c19b2..a27b724 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: AVSDevR.MarineNoiseRegistry Title: Marine Noise Registry Common Code Package -Version: 1.0.0 +Version: 1.0.0.9000 Authors@R: person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre")) Description: Comon code and assets for all of the Marine Noise Registry diff --git a/R/geoPlot.R b/R/geoPlot.R index c763494..58c8f94 100644 --- a/R/geoPlot.R +++ b/R/geoPlot.R @@ -181,6 +181,10 @@ MNR.GeoPlot <- R6::R6Class( private$addJNCCLayers(with_jncc_layers) %>% private$addConservationAreas(with_conservation_areas) %>% plotly::layout( + font = list( + family = "Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif", + size = 15 + ), mapbox = list(style = "carto-positron"), legend = list( groupclick = "toggleitem",