Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -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: 1.0.4 Version: 1.1.0
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

View File

@@ -185,7 +185,7 @@ MNR.GeoPlot <- R6::R6Class(
family = "Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif", family = "Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif",
size = 15 size = 15
), ),
mapbox = list(style = "carto-positron"), mapbox = list(style = "https://basemaps.cartocdn.com/gl/positron-gl-style/style.json"),
legend = list( legend = list(
groupclick = "toggleitem", groupclick = "toggleitem",
itemdoubleclick = FALSE itemdoubleclick = FALSE