From 81e73807ef2dff3db3fbf9ddcc48ec2b8472a2e9 Mon Sep 17 00:00:00 2001 From: Craig Williams Date: Tue, 1 Sep 2026 12:06:53 +0100 Subject: [PATCH] Changed to carto vector maps due to tile map API key blocker --- R/geoPlot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geoPlot.R b/R/geoPlot.R index 58c8f94..d210947 100644 --- a/R/geoPlot.R +++ b/R/geoPlot.R @@ -185,7 +185,7 @@ MNR.GeoPlot <- R6::R6Class( family = "Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif", size = 15 ), - mapbox = list(style = "carto-positron"), + mapbox = list(style = "https://basemaps.cartocdn.com/gl/positron-gl-style/style.json"), legend = list( groupclick = "toggleitem", itemdoubleclick = FALSE