Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add page
  • Loading branch information
LiamConnors committed Nov 24, 2025
commit de0bdd66a4e8ce003fab74f995ae196804eb01c9
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ nav:
- Scatter Plots on Maps: scatter-plots-on-maps.md
- Scatter Plots on Tile Maps: scatter-tile-maps.md
- Choropleth Maps: choropleth-maps.md
- Locations for Outline-based Maps: outline-map-locations.md
- Filled Area on Tile Maps: filled-area-on-map.md
- 3D Charts:
- Overview: 3d-charts.md
Expand Down
5 changes: 5 additions & 0 deletions docs/pages/maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
**Choropleth Maps**


- [![](https://images.plot.ly/plotly-documentation/thumbnail/scatter-plot-on-maps.jpg)](outline-map-locations.md)

**Locations for Outline-based Maps**



- [![](https://images.plot.ly/plotly-documentation/thumbnail/area.jpg)](filled-area-on-map.md)

Expand Down
2 changes: 2 additions & 0 deletions docs/pages/outline-map-locations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# outline-map-locations
--8<-- "javascript/outline-map-locations/index.html"