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

Commits on Aug 22, 2023

  1. feat: add wizard page to select the read mode for the GeoJSON/JSON

    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
    emanuelaepure10 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    fdf93d3 View commit details
    Browse the repository at this point in the history
  2. feat: settings for JSON ui

    Add settings from JSON UI
    
    ING-3128
    emanuelaepure10 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9ffbafd View commit details
    Browse the repository at this point in the history
  3. feat: update header, when to create the content in the TypeSelectionPage

    Remove unnecessary files.
    Update TypeSelection by creating the elements in the createContent method, update header.
    
    ING-3128
    emanuelaepure10 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    de11a2c View commit details
    Browse the repository at this point in the history