Skip to content

Commit aaa3212

Browse files
authored
Remove NASAGIBS Blue Marble example (#1918)
* Remove NASAGIBS Blue Marble example * update docstrings
1 parent 0d2415b commit aaa3212

2 files changed

Lines changed: 10 additions & 16 deletions

File tree

folium/folium.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,13 @@ class Map(JSCSSMixin, MacroElement):
9090
- "OpenStreetMap"
9191
- "CartoDB Positron"
9292
- "CartoDB Voyager"
93-
- "NASAGIBS Blue Marble"
9493
95-
You can pass a custom tileset to Folium by passing a
96-
:class:`xyzservices.TileProvider` or a Leaflet-style
97-
URL to the tiles parameter: ``http://{s}.yourtiles.com/{z}/{x}/{y}.png``.
94+
Explore more provider names available in ``xyzservices`` here:
95+
https://leaflet-extras.github.io/leaflet-providers/preview/.
9896
99-
You can find a list of free tile providers here:
100-
``http://leaflet-extras.github.io/leaflet-providers/preview/``.
101-
Be sure to check their terms and conditions and to provide attribution
102-
with the `attr` keyword.
97+
You can also pass a custom tileset by passing a
98+
:class:`xyzservices.TileProvider` or a Leaflet-style
99+
URL to the tiles parameter: ``https://{s}.yourtiles.com/{z}/{x}/{y}.png``.
103100
104101
Parameters
105102
----------

folium/raster_layers.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,13 @@ class TileLayer(Layer):
3333
- "OpenStreetMap"
3434
- "CartoDB Positron"
3535
- "CartoDB Voyager"
36-
- "NASAGIBS Blue Marble"
3736
38-
You can pass a custom tileset to Folium by passing a
39-
:class:`xyzservices.TileProvider` or a Leaflet-style
40-
URL to the tiles parameter: ``http://{s}.yourtiles.com/{z}/{x}/{y}.png``.
37+
Explore more provider names available in ``xyzservices`` here:
38+
https://leaflet-extras.github.io/leaflet-providers/preview/.
4139
42-
You can find a list of free tile providers here:
43-
``http://leaflet-extras.github.io/leaflet-providers/preview/``.
44-
Be sure to check their terms and conditions and to provide attribution
45-
with the `attr` keyword.
40+
You can also pass a custom tileset by passing a
41+
:class:`xyzservices.TileProvider` or a Leaflet-style
42+
URL to the tiles parameter: ``https://{s}.yourtiles.com/{z}/{x}/{y}.png``.
4643
min_zoom: int, default 0
4744
Minimum allowed zoom level for this tile layer.
4845
max_zoom: int, default 18

0 commit comments

Comments
 (0)