Skip to content

Commit 61bef81

Browse files
committed
revert thumbnail filenames to mapbox (will update at a later time)
1 parent 9b7a610 commit 61bef81

7 files changed

Lines changed: 7 additions & 7 deletions

doc/python/density-heatmaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jupyter:
3131
page_type: u-guide
3232
permalink: python/density-heatmaps/
3333
redirect_from: python/mapbox-density-heatmaps/
34-
thumbnail: thumbnail/map-density.png
34+
thumbnail: thumbnail/mapbox-density.png
3535
---
3636

3737
### Density map with `plotly.express`

doc/python/hexbin-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jupyter:
3030
order: 13
3131
page_type: u-guide
3232
permalink: python/hexbin-map/
33-
thumbnail: thumbnail/hexbin_map.jpg
33+
thumbnail: thumbnail/hexbin_mapbox.jpg
3434
---
3535

3636
#### Simple Count Hexbin

doc/python/lines-on-tile-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jupyter:
3131
page_type: example_index
3232
permalink: python/lines-on-tile-maps/
3333
redirect_from: python/lines-on-mapbox/
34-
thumbnail: thumbnail/line_map.jpg
34+
thumbnail: thumbnail/line_mapbox.jpg
3535
---
3636

3737
### Lines on tile maps using Plotly Express

doc/python/migrate-to-maplibre.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jupyter:
3131
page_type: u-guide
3232
permalink: python/mapbox-to-maplibre/
3333
redirect_from: python/maplibre-migration/
34-
thumbnail: thumbnail/map-layers.png
34+
thumbnail: thumbnail/mapbox-layers.png
3535
---
3636

3737
## Migrating from Mapbox traces to MapLibre traces

doc/python/tile-county-choropleth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jupyter:
3131
page_type: example_index
3232
permalink: python/tile-county-choropleth/
3333
redirect_from: python/mapbox-county-choropleth/
34-
thumbnail: thumbnail/map-choropleth.png
34+
thumbnail: thumbnail/mapbox-choropleth.png
3535
---
3636

3737
A [Choropleth Map](https://en.wikipedia.org/wiki/Choropleth_map) is a map composed of colored polygons. It is used to represent spatial variations of a quantity. This page documents how to build **tile-map** choropleth maps, but you can also build [**outline** choropleth maps](/python/choropleth-maps).

doc/python/tile-map-layers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jupyter:
3131
page_type: u-guide
3232
permalink: python/tile-map-layers/
3333
redirect_from: python/mapbox-layers/
34-
thumbnail: thumbnail/map-layers.png
34+
thumbnail: thumbnail/mapbox-layers.png
3535
---
3636

3737
<!-- #region -->

doc/python/tile-scatter-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jupyter:
3131
page_type: u-guide
3232
permalink: python/tile-scatter-maps/
3333
redirect_from: python/scattermapbox/
34-
thumbnail: thumbnail/scatter-map.jpg
34+
thumbnail: thumbnail/scatter-mapbox.jpg
3535
---
3636

3737
### Basic example with Plotly Express

0 commit comments

Comments
 (0)