Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1c615c

Browse files
author
mahdis-z
committed
match permalink for js/py mapbox
1 parent c457c2d commit f1c615c

8 files changed

+11
-11
lines changed

_posts/plotly_js/maps/choropleth-mapbox/2019-08-16-US_states.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Dark tile, Needs Token
33
plot_url: https://codepen.io/plotly/embed/eYOdVRG/?height=527&theme-id=15263&default-tab=result
44
language: plotly_js
5-
suite: choropleth-mapbox
5+
suite: mapbox-county-choropleth
66
order: 3
77
sitemap: false
88
arrangement: horizontal

_posts/plotly_js/maps/choropleth-mapbox/2019-08-16-basic-choropleth1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Basic Tile, Needs Token
33
plot_url: https://codepen.io/plotly/embed/BaBLYZN/?height=505&theme-id=15263&default-tab=result\
44
language: plotly_js
5-
suite: choropleth-mapbox
5+
suite: mapbox-county-choropleth
66
order: 1
77
sitemap: false
88
arrangement: horizontal

_posts/plotly_js/maps/choropleth-mapbox/2019-08-16-choropleth-geojson-object.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Streets Tile, Needs Token
33
plot_url: https://codepen.io/plotly/embed/NWKRygN/?height=510&theme-id=15263&default-tab=result
44
language: plotly_js
5-
suite: choropleth-mapbox
5+
suite: mapbox-county-choropleth
66
order: 2
77
sitemap: false
88
arrangement: horizontal

_posts/plotly_js/maps/choropleth-mapbox/2019-08-16-choropleth_plotly_js_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: JavaScript Graphing Library D3.js-based Choropleth Mapbox | Examples | Plotly
33
name: Choropleth Mapbox
4-
permalink: javascript/choropleth-mapbox/
4+
permalink: javascript/mapbox-county-choropleth/
55
description: How to make a D3.js-based choropleth mapbox in JavaScript. A Choropleth mapbox shades geographic regions by value.
66
layout: user-guide
77
thumbnail: thumbnail/mapbox-choropleth.png
@@ -12,5 +12,5 @@
1212
order: 0
1313
redirect_from: javascript-graphing-library/choropleth-mapbox/
1414
---
15-
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","choropleth-mapbox" | sort: "order" %}
15+
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","mapbox-county-choropleth" | sort: "order" %}
1616
{% include auto_examples.html examples=examples %}

_posts/plotly_js/maps/density-mapbox/2019-08-16-basic_density_mapbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Stamen Terrain Tile that Needs no Token
33
plot_url: https://codepen.io/plotly/embed/QWLKpZW/?height=505&theme-id=15263&default-tab=result\
44
language: plotly_js
5-
suite: density-maps
5+
suite: mapbox-density-heatmaps
66
order: 1
77
sitemap: false
88
layout: user-guide
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: JavaScript Graphing Library D3.js-based Density Mapbox | Examples | Plotly
3-
name: Density Mapbox
4-
permalink: javascript/density-maps/
3+
name: Mapbox Density Heatmap
4+
permalink: javascript/mapbox-density-heatmaps/
55
description: How to make a D3.js-based density mapbox in JavaScript. A density mapbox uses a variable binding expression to display population density.
66
layout: user-guide
77
thumbnail: thumbnail/mapbox-density.png
@@ -12,5 +12,5 @@
1212
order: 0
1313
redirect_from: javascript-graphing-library/density-maps/
1414
---
15-
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","density-maps" | sort: "order" %}
15+
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","mapbox-density-heatmaps" | sort: "order" %}
1616
{% include auto_examples.html examples=examples %}

_posts/plotly_js/maps/density-mapbox/2019-08-16-earthquack_density.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plot_url: https://codepen.io/plotly/embed/xxKEqyL/?height=514&theme-id=15263&default-tab=result
44
language: plotly_js
55
layout: user-guide
6-
suite: density-maps
6+
suite: mapbox-density-heatmaps
77
order: 3
88
sitemap: false
99
arrangement: horizontal

_posts/plotly_js/maps/density-mapbox/2019-08-16-multi_density-mapbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plot_url: https://codepen.io/plotly/embed/dybpvgm/?height=510&theme-id=15263&default-tab=result
44
language: plotly_js
55
layout: user-guide
6-
suite: density-maps
6+
suite: mapbox-density-heatmaps
77
order: 2
88
sitemap: false
99
arrangement: horizontal

0 commit comments

Comments
 (0)