Skip to content

Commit 8475484

Browse files
author
Joseph Damiba
committed
map examples updated to have inline charts once branch hits master
1 parent d08ab01 commit 8475484

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

_posts/plotly_js/maps/fill-area-on-mapbox/2019-09-02-access-token.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Mapbox Access Token
3-
plot_url: https://codepen.io/plotly/embed/WNepqgo/?height=510&theme-id=15263&default-tab=result
43
language: plotly_js
54
suite: filled-area-on-mapbox
65
order: 1
@@ -38,4 +37,4 @@ <h6> Filled `Scattermapbox` Trace </h6>
3837
width: 600
3938
};
4039

41-
Plotly.newPlot("gd", data, layout);
40+
Plotly.newPlot("myDiv", data, layout);

_posts/plotly_js/maps/fill-area-on-mapbox/2019-09-02-multi-filled-area.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Multiple Filled Areas with a Scattermapbox trace
3-
plot_url: https://codepen.io/plotly/embed/ZEzeVBM/?height=510&theme-id=15263&default-tab=result
43
language: plotly_js
54
suite: filled-area-on-mapbox
65
order: 2
@@ -23,4 +22,4 @@
2322
showlegend: false,
2423
width:700, height: 700}
2524

26-
Plotly.newPlot("gd", data, layout)
25+
Plotly.newPlot("myDiv", data, layout)

_posts/plotly_js/maps/mapbox-layers/2019-08-16-Open-street-map.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: OpenStreetMap tiles, no token needed
3-
plot_url: https://codepen.io/plotly/embed/wvwgOrW/?height=510&theme-id=15263&default-tab=result
43
language: plotly_js
54
suite: mapbox-layers
65
order: 3
@@ -35,6 +34,6 @@
3534
margin: { r: 0, t: 0, b: 0, l: 0 }
3635
};
3736

38-
Plotly.newPlot("gd", data, layout);
37+
Plotly.newPlot("myDiv", data, layout);
3938
}
4039
);

_posts/plotly_js/maps/mapbox-layers/2019-08-16-white-bg.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Base Tiles from the USGS, no token needed
3-
plot_url: https://codepen.io/plotly/embed/VwZPRLq/?height=510&theme-id=15263&default-tab=result
43
language: plotly_js
54
suite: mapbox-layers
65
order: 5
@@ -46,6 +45,6 @@
4645
margin: { r: 0, t: 0, b: 0, l: 0 }
4746
};
4847

49-
Plotly.newPlot("gd", data, layout);
48+
Plotly.newPlot("myDiv", data, layout);
5049
}
5150
);

_posts/plotly_js/maps/scattermapbox/2019-09-02-symbols.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Set Marker Symbols
3-
plot_url: https://codepen.io/plotly/embed/PoYjYMy/?height=510&theme-id=15263&default-tab=result
43
language: plotly_js
54
suite: scattermapbox
65
order: 5
@@ -28,4 +27,4 @@
2827

2928
var config = {mapboxAccessToken: "add-your-token-here"};
3029

31-
Plotly.newPlot("gd", data, layout, config);
30+
Plotly.newPlot("myDiv", data, layout, config);

0 commit comments

Comments
 (0)