docs(core): add standalone multi-canvas cities example - #10492
Draft
ibgreen-openai wants to merge 1 commit into
Draft
docs(core): add standalone multi-canvas cities example#10492ibgreen-openai wants to merge 1 commit into
ibgreen-openai wants to merge 1 commit into
Conversation
This was referenced Jul 27, 2026
ibgreen-openai
force-pushed
the
ib/multi-canvas-rfc
branch
from
July 27, 2026 20:03
89c1f3f to
83ef05e
Compare
ibgreen-openai
force-pushed
the
codex/multi-canvas-example
branch
2 times, most recently
from
July 27, 2026 20:27
ba1c9f7 to
c1e6919
Compare
ibgreen-openai
force-pushed
the
ib/multi-canvas-rfc
branch
from
August 1, 2026 14:24
0954aba to
ce2ab1a
Compare
ibgreen-openai
force-pushed
the
codex/multi-canvas-example
branch
from
August 1, 2026 14:24
c1e6919 to
2ebef5a
Compare
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.
Goal
Provide a complete, easy-to-run example of the multi-canvas API without mixing demo code into the core implementation review.
Changes
Deckinstance.No core implementation changes are included in this PR.
Review stack
master.Validation
./node_modules/.bin/tsc -p modules/core/tsconfig.json --noEmit --pretty falseyarn test-headless test/modules/core/lib/view-manager.spec.ts test/modules/core/lib/deck.spec.ts test/modules/core/lib/deck-renderer.spec.ts test/modules/core/passes/layers-pass.spec.ts test/modules/core/passes/pick-layers-pass.spec.ts test/modules/core/lib/deck-picker.spec.ts test/modules/core/lib/widget-manager.spec.ts test/modules/core/lib/tooltip.spec.ts test/modules/mapbox/mapbox-overlay.spec.ts --retry 1 --silent— 91 passing tests../node_modules/.bin/esbuild test/apps/multi-canvas-cities/app.ts --bundle --format=esm --platform=browser --external:@deck.gl-community/basemap-layers --outfile=/private/tmp/deck-gl-multi-canvas-cities.jsyarn test-website— passes, including the monorepo build; existing dependency source-map and unrelated broken-anchor warnings remain.LoadingWidgettest fails identically on pristinemaster.yarn buildpasses on currentmasterplus the feature stack.