WV-3018: Frontend-rendering of Snapshots#5758
Open
PatchesMaps wants to merge 110 commits into
Open
Conversation
…load functionality
…mproved iframe rendering
…ce pixel calculations
…tions for width and height based on device pixel ratio
…improving canvas handling for accurate output
… GeoTIFF output and resetting map size post-capture
… and update snapshot function to ensure proper data URL format for GeoTIFF conversion
…rchive. support kml, kmz, and worldfile generation
…urate GeoTIFF output
…-vector-tile-snapshot
…ent calculations, and dynamic EPSG code handling
* Enable snapshots * Update ARCSIX_P-3B_Flight_Track.json * disable snapshots for esri world and protected areas * Added disableGIF functionality --------- Co-authored-by: christof-wittreich <christof.wittreich@nasa.gov>
jwhurley1
approved these changes
Jul 7, 2026
vicgonzalez25
approved these changes
Jul 7, 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 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.
Description
Uses front-end rendering to generate snapshots instead of the WVS API. This allows us to generate snapshots of any imagery that can be rendered in Worldview, easily add other map elements (legend, scale-bar, etc.) in the future, moves the resource intensive part of the process to the edge, and makes the ground resolution of the output image more accurate (improved by ~9.5%).
How To Test
git checkout WV-3018-vector-tile-snapshotnpm inpm run buildnpm run watch