Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Nov 26, 2023
1 parent 25bba63 commit 662301f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
11 changes: 2 additions & 9 deletions website/src/examples-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
type: 'category',
label: 'Geospatial Loaders',
label: 'Geospatial Table Loaders',
items: [
'geoarrow',
'geoparquet',
Expand All @@ -35,15 +35,8 @@
label: 'Geospatial Tile Loaders',
items: [
'pmtiles',
'wms'
]
},
{
type: 'category',
label: '3D Tile Loaders',
items: [
'wms',
'i3s',
// 'i3s-arcgis',
'3d-tiles'
]
},
Expand Down
3 changes: 3 additions & 0 deletions website/src/examples/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

import {ExamplesIndex} from '../components';

*Notes: These examples use [deck.gl](https://deck.gl) to visualize loaded data and only cover a subset of the available loaders.
Check the [loader catalog](/docs/modules/arrow/api-reference/arrow-loader) to see if the format you need is available.*

<ExamplesIndex getThumbnail={item => `/images/examples/${item.docId || item.label.toLowerCase()}.jpg`} />

0 comments on commit 662301f

Please sign in to comment.