Skip to content

Commit

Permalink
chore: Move raster-layers docs to docs-wip folder (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen authored Jan 5, 2025
1 parent da43b65 commit 14a6c4b
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions examples/playground/json-examples/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ import dotText from './dot-text.json';

export default {
// WEBSITE EXAMPLES AS JSON PAYLOADS
'website/3D Heatmap (HexagonLayer)': heatmap,
'website/3D Heatmap (wth Minimap)': heatmapMinimap,

'graph-layers (GraphLayer)': graphLayerMinimal,
'graph-layers (GraphLayer/Multigraph)': graphLayerMultigraph,
'graph-layers (GraphLayer/HivePlot)': graphLayeHivePlot,
'graph-layers (GraphLayer/RadialLayout)': graphLayerRadialLayout,

'website/Vector Tiles (TileSourceLayer)': tileSource,
'website/3D Heatmap (HexagonLayer)': heatmap,
'website/3D Heatmap (wth Minimap)': heatmapMinimap,
'website/GeoJSON (GeoJsonLayer)': geojson,
'website/Line (LineLayer)': line,
'website/Scatterplot (ScatterplotLayer)': scatterplot,
Expand Down

0 comments on commit 14a6c4b

Please sign in to comment.