From 226ba52c7e94850859a8bc6a23d8035e56f3c97e Mon Sep 17 00:00:00 2001 From: Sabin Panta <64484313+S-Panta@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:00:39 +0545 Subject: [PATCH] fixed typos of examples in code (#1881) --- folium/folium.py | 2 +- folium/raster_layers.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/folium/folium.py b/folium/folium.py index 60e4f905a..39f2d47f8 100644 --- a/folium/folium.py +++ b/folium/folium.py @@ -88,7 +88,7 @@ class Map(JSCSSMixin, MacroElement): - "OpenStreetMap" - "CartoDB Positron" - - "CartoBD Voyager" + - "CartoDB Voyager" - "NASAGIBS Blue Marble" You can pass a custom tileset to Folium by passing a diff --git a/folium/raster_layers.py b/folium/raster_layers.py index ababe3fa9..fc14c6aa3 100644 --- a/folium/raster_layers.py +++ b/folium/raster_layers.py @@ -32,7 +32,7 @@ class TileLayer(Layer): - "OpenStreetMap" - "CartoDB Positron" - - "CartoBD Voyager" + - "CartoDB Voyager" - "NASAGIBS Blue Marble" You can pass a custom tileset to Folium by passing a