Adding zone export to GeoJSON, added versioning and hash updates#1312
Merged
Conversation
Contributor
Author
|
Create a new, cleaner version, minimal file changes. npm run build and npm run lint run clean for my changes (still seeing some lint errors in other files) |
✅ Deploy Preview for afmg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Azgaar
reviewed
Feb 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new GeoJSON export option for map zones (similar to existing Routes/Rivers exports), wires it into the UI, and bumps versioning + cache-busting hashes. Includes a new Playwright e2e spec intended to validate the zones GeoJSON export.
Changes:
- Add
saveGeoJsonZones()implementation to export zones as GeoJSON and expose it via a new “zones” export button. - Update
versioning.jsversion + update notes, and refreshexport.jshash insrc/index.html. - Add
tests/e2e/zones-export.spec.tscovering zone GeoJSON export behavior.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
public/modules/io/export.js |
Adds saveGeoJsonZones() GeoJSON exporter for zones |
src/index.html |
Adds “zones” GeoJSON export button and bumps export.js cache-busting hash |
public/versioning.js |
Bumps VERSION and adds update note entry |
tests/e2e/zones-export.spec.ts |
Adds new Playwright tests around zone GeoJSON export |
package-lock.json |
Lockfile metadata updates |
Contributor
Author
|
Ok, I think this cleaned it up (and I think I get the process now). Appreciate your patience |
Owner
|
Thanks, it looks really good. |
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
Adding zone export to GeoJSON. Works like Rivers and Routes exports. New end to end testing added to cover this feature.
Type of change
Versioning