Add GeoJSON upload functionality to ChallengeDetail component#2808
Merged
CollinBeczak merged 4 commits intomainfrom Mar 19, 2026
Merged
Conversation
- Introduced GeoJSONUploadModal for uploading GeoJSON files to create virtual challenges. - Updated ChallengeDetail to include a button for opening the GeoJSON upload modal. - Enhanced MapControlsDrawer with a new control for triggering the GeoJSON upload. - Added internationalization support for modal messages and labels. These changes improve the user experience by allowing users to easily upload GeoJSON files for challenge creation.
- Added a map preview feature to the GeoJSONUploadModal, displaying parsed polygons from uploaded GeoJSON files. - Introduced a new state variable to manage the parsed feature collection. - Updated modal styling and layout for improved user experience. These changes allow users to visualize their uploaded GeoJSON data before proceeding with challenge creation.
- Introduced new labels and error messages for the GeoJSONUploadModal, improving clarity for users during the upload process. - Added a success message indicating the number of polygons loaded from the uploaded GeoJSON file. - Updated the TaskClusterMap controls to include an upload option for GeoJSON files. These changes aim to streamline the GeoJSON upload experience and provide better feedback to users.
Merged
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.
These changes improve the user experience by allowing users to easily upload GeoJSON files for challenge creation.
resolves: #2768