Skip to content

Eliminate continuous-zoom tile flicker - #27

Merged
Occumed79 merged 8 commits into
mainfrom
fix/continuous-zoom-no-flicker
Jul 27, 2026
Merged

Eliminate continuous-zoom tile flicker#27
Occumed79 merged 8 commits into
mainfrom
fix/continuous-zoom-no-flicker

Conversation

@Occumed79

Copy link
Copy Markdown
Owner

Why this PR exists

PR #26 proved that ten static destinations eventually load, but its browser script used jumpTo(), waited for areTilesLoaded(), and captured only settled frames. Production still flickers while the camera is actively zooming or panning.

Changes

  • keeps still-loading parent zoom tiles instead of canceling them during zoom;
  • retains eight zoom levels in MapLibre's tile cache;
  • prevents in-session tile expiration refreshes;
  • restores normal label collision fading;
  • limits the physical surface archive to the land mask so its landcover and depth geometry no longer overlaps the overview or regional archives;
  • adds a true animated motion gate covering world-to-street zoom, street-to-world zoom, a US-Mexico pan, and a Europe cross-shard pan;
  • samples rendered vector features while the map is moving and fails on any blank frame or source change;
  • records p50, p95, and maximum tile response latency.

Merge rule

Keep this draft and do not merge until the continuous-motion workflow is green and its artifact shows zero blank samples. No production changes should be made from this branch before that evidence is inspected.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Occumed79 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Occumed79, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 4 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 249411f5-2869-48ea-af0a-f1ac4b1579b9

📥 Commits

Reviewing files that changed from the base of the PR and between 7497b9d and 61c42f0.

📒 Files selected for processing (8)
  • .github/workflows/validate-continuous-zoom.yml
  • scripts/check-globe-parity.mjs
  • scripts/check-pmtiles-integration.mjs
  • scripts/check-world-tile-gateway.mjs
  • scripts/lock-reference-atmosphere.mjs
  • scripts/validate-continuous-zoom.mjs
  • src/occumed-map.js
  • src/server/world-tile-gateway.js
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/continuous-zoom-no-flicker

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Occumed79 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Occumed79 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Occumed79 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Occumed79 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@Occumed79
Occumed79 marked this pull request as ready for review July 27, 2026 23:05
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Occumed79 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@Occumed79
Occumed79 merged commit cebcc7b into main Jul 27, 2026
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant