Move output tables above explanations for better UX#39
Merged
rdhyee merged 3 commits intoisamplesorg:mainfrom Nov 1, 2025
Merged
Move output tables above explanations for better UX#39rdhyee merged 3 commits intoisamplesorg:mainfrom
rdhyee merged 3 commits intoisamplesorg:mainfrom
Conversation
Reorganized Cesium tutorial to show query results immediately after clicking a point, before technical explanations. Changes: - Moved "Samples at Location" section (HTML table output) directly after "getGeoRecord (selected)" section - "Understanding Paths in the iSamples Property Graph" now appears after results - Removed duplicate output section from old location Benefits: - Users see results immediately without scrolling through explanations - Technical details remain available below for those interested - Cleaner, more intuitive information hierarchy 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Wraps the color-coding classification query in try-catch to handle intermittent DuckDB-WASM HTTP range request errors when querying large remote parquet files. Changes: - Added try-catch around classification query execution - Logs user-friendly error messages to console instead of crashing - Page remains functional even if classification fails - Provides helpful tips about retrying or using local cached file Fixes occasional "Range request...offset is out of bounds" errors that occur due to DuckDB-WASM limitations with remote files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Added //| output: false directive to three Observable cells that execute side effects but don't return values, which were displaying "undefined" on the page. Fixed cells: - Camera initialization (PKAP view setup) - Geocode search handler - Classification button handler These cells only perform side effects (camera control, event handling), so their output should be suppressed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reorganized the Cesium tutorial to show query results immediately after clicking a point, before scrolling through technical explanations.
Changes
Benefits
Testing
Visual Confirmation
Page loads correctly with reorganized structure. The output table now appears immediately after clicking a point, without requiring scroll through technical documentation.
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com