Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: GeoJSON/JSON wizard additional settings page #1054

Merged
merged 3 commits into from
Aug 22, 2023

Conversation

emanuelaepure10
Copy link
Contributor

Add 3 parameters for the reader that should be configurable via the UI:
-A “read mode” that controls what kind of document structure can be parsed
-A type name (QName string representation similar to how it is used for Shapefile and CSV readers) for the default type to associate to read instances
-A setting to force the above default type to be used

ING-3128

/**
* @return the label
*/
public String getLabel() {
Copy link
Member

Choose a reason for hiding this comment

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

FYI Label is a public property, so you could have just accessed it directly.

Add 3 parameters for the reader that should be configurable via the UI:
-A “read mode” that controls what kind of document structure can be parsed
-A type name (QName string representation similar to how it is used for Shapefile and CSV readers) for the default type to associate to read instances
-A setting to force the above default type to be used

ING-3128
Add settings from JSON UI

ING-3128
Remove unnecessary files.
Update TypeSelection by creating the elements in the createContent method, update header.

ING-3128
@emanuelaepure10 emanuelaepure10 merged commit a9d9850 into halestudio:master Aug 22, 2023
1 check 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.

2 participants