Conversation
|
🚀 Deployed on https://690eaccc82d283fe2f0768e5--opengeos.netlify.app |
There was a problem hiding this comment.
Pull Request Overview
This PR reorganizes the documentation examples into a more structured hierarchy, grouping notebooks by backend (MapLibre, Potree, OpenLayers, KeplerGL, etc.) and adds numerous new example notebooks demonstrating various features. The main change is restructuring the navigation in mkdocs.yml from a flat list to a categorized structure.
Key Changes:
- Reorganizes examples from a flat structure to backend-specific subdirectories
- Adds new example notebooks for features like PMTiles, temporal controls, Three.js integration, geocoding, measures, and more
- Updates mkdocs.yml navigation to reflect the new structure with collapsible sections
Reviewed Changes
Copilot reviewed 1 out of 37 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| mkdocs.yml | Restructures navigation from flat list to hierarchical categories (Cesium, DeckGL, KeplerGL, Leaflet, MapLibre, Mapbox, OpenLayers, Potree) |
| docs/examples/potree/potree_example.ipynb | New example demonstrating Potree point cloud visualization |
| docs/examples/openlayers/openlayers_example.ipynb | New example for OpenLayers map functionality |
| docs/examples/maplibre/*.ipynb | Multiple new MapLibre examples for various features (terrain, temporal controls, geocoding, PMTiles, Three.js, measures, legends, etc.) |
| docs/examples/keplergl/keplergl_example.ipynb | New KeplerGL example notebook |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - examples/maplibre/mapbox_example.ipynb | ||
| - OpenLayers | ||
| - examples/maplibre/openlayers_example.ipynb | ||
| - Potree | ||
| - examples/maplibre/potree_example.ipynb |
There was a problem hiding this comment.
The file paths reference 'examples/maplibre/' directory, but based on the new files added in the PR (examples/potree/, examples/openlayers/), these should likely be 'examples/mapbox/', 'examples/openlayers/', and 'examples/potree/' respectively to match the actual file locations.
No description provided.