Skip to content

Commit ca068d6

Browse files
committed
Update WMS URL in leaflet demo
1 parent d538154 commit ca068d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

materials/sections/visualization-ggplot-leaflet.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ You can also use `leaflet` to import Web Map Service (WMS) tiles. Here is an exa
692692
```{r}
693693
leaflet(locations) %>%
694694
addWMSTiles(
695-
"https://www.gebco.net/data_and_products/gebco_web_services/web_map_service/mapserv?request=getmap&service=wms&BBOX=-90,-180,90,360&crs=EPSG:4326&format=image/jpeg&layers=gebco_latest&width=1200&height=600&version=1.3.0",
695+
"https://wms.gebco.net/mapserv?request=getmap&service=wms&BBOX=-90,-180,90,360&crs=EPSG:4326&format=image/jpeg&layers=gebco_latest&width=1200&height=600&version=1.3.0",
696696
layers = 'GEBCO_LATEST',
697697
attribution = "Imagery reproduced from the GEBCO_2022 Grid, WMS 1.3.0 GetMap, www.gebco.net"
698698
) %>%

0 commit comments

Comments
 (0)