This repository was archived by the owner on Mar 1, 2026. It is now read-only.
analysis: MVT → MapLibre Tile (MLT) tile serving analysis + MLTLayerOp#35
Open
analysis: MVT → MapLibre Tile (MLT) tile serving analysis + MLTLayerOp#35
Conversation
- Add docs/mlt-tile-serving-analysis.md: analysis of current MVT design vs MapLibre Tile (MLT) spec, per OpenJS Foundation Summit #465 - Add MLTLayerConfig + buildMLTLayerConfig to operators/logic.ts - Add MLTLayerOp to operators/operators.ts and register.ts - Export new type/function from operators/index.ts - Add 7 tests for buildMLTLayerConfig in operators.test.ts Co-authored-by: charlieforward9 <62311337+charlieforward9@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Open analysis on current tile serving design for visualizations
analysis: MVT → MapLibre Tile (MLT) tile serving analysis + MLTLayerOp
Feb 20, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Current tile serving uses MVT (
binary: true) withMotionSource.timestampsstored as a separate parallel array — requiring a client-sideread_parquet()join to restore per-vertex temporal data for timeline animation. MLT's m-values, column-oriented layout, and GPU-native memory format directly address this and other strata-specific pain points.Analysis doc (
docs/mlt-tile-serving-analysis.md)MVTLayerOp, the GeoArrow pipeline, and the timestamps/geometry split onMotionSourcemetadata: Record<string, unknown>natively; Z column unlocks elevation (trail profiles, canopy height)MLTLayerOp→ tile format negotiation in STP → m-value Motion pipeline (eliminatesread_parquet()join) → elevation pipelineAdditive code changes
All changes are purely additive; all 211 existing tests unaffected.
operators/logic.ts—MLTLayerConfig+buildMLTLayerConfig()withmValues(per-vertex timestamp extraction) andelevations(Z column) flags alongside the existing MVT builderoperators/operators.ts—MLTLayerOpnoodles.gl operator classoperators/register.ts/operators/index.ts— registers and exports the new operator and typesoperators/__tests__/operators.test.ts— 7 tests covering null guards, flag combinations, and type discriminantWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
maplibre.org/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)npm.duckdb.org/home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/strata/strata/node_modules/.bin/node-pre-gyp install --fallback-to-build(dns block)If you need me to access, download, or install something from one of these locations, you can either:
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.