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: support loading Shapefiles for XML schemas #1235

Merged
merged 2 commits into from
Aug 7, 2024
Merged

feat: support loading Shapefiles for XML schemas #1235

merged 2 commits into from
Aug 7, 2024

Commits on Aug 6, 2024

  1. feat: support loading Shapefiles for XML schemas

    Includes:
    
    - auto-detect types not following ShapeSchemaReader conventions
    - load data even if geometry propery or property namesspaces don't match
    - don't add null for properties that are not nillable
    
    ING-4416
    stempler committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    34f8fd9 View commit details
    Browse the repository at this point in the history
  2. feat: support loading single Shapefile from folder

    Support for identifying and loading a single Shapefile if the source set
    for the ShapeSchemaReader is a folder.
    
    ING-4416
    stempler committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5f51fcb View commit details
    Browse the repository at this point in the history