Add release version and bounding box to downloaded GeoJSON filename#261
Open
Add release version and bounding box to downloaded GeoJSON filename#261
Conversation
Copilot started work on behalf of
Jennings Anderson (jenningsanderson)
February 27, 2026 20:39
View session
Co-authored-by: jenningsanderson <1637425+jenningsanderson@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add release metadata to saved filename
Add release version to downloaded GeoJSON filename
Feb 27, 2026
Collaborator
|
Copilot Instead of the zoom/lat/lon, can we use the actual bounding box coordinates, truncated to 3 decimal places? |
Copilot started work on behalf of
Jennings Anderson (jenningsanderson)
February 27, 2026 20:47
View session
🚀 Overture Maps explore-site branch preview deployed!You can review your changes at https://staging.overturemaps.org/explore-site/pr/261/index.html ♻️ Last refreshed: 2026-02-27T21:10:58Z |
…name Co-authored-by: jenningsanderson <1637425+jenningsanderson@users.noreply.github.com>
Author
Done in commit |
Copilot
AI
changed the title
Add release version to downloaded GeoJSON filename
Add release version and bounding box to downloaded GeoJSON filename
Feb 27, 2026
Jennings Anderson (jenningsanderson)
approved these changes
Feb 27, 2026
Collaborator
Jennings Anderson (jenningsanderson)
left a comment
There was a problem hiding this comment.
🤖 Looks good to me :)
Jonah Adkins (jonahadkins)
approved these changes
Feb 27, 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.
Downloaded filenames only included type, zoom, lat, and lon — making it impossible to identify which Overture Maps release the data came from or the exact area covered without inspecting the file contents.
Changes
components/nav/DownloadButton.jsx: ImportgetLatestReleaseVersionfromstacServiceand fetch it concurrently withgetDownloadCatalogviaPromise.all(no latency cost — both share cached STAC data). Include the release ID and bounding box coordinates (truncated to 3 decimal places) in the filename.New filename format
Original prompt
🔒 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.