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

Create UploadGeoJSONRequest content as an object #32

Merged
merged 6 commits into from
Jan 31, 2022

Commits on Jan 28, 2022

  1. Add request content model

    Update request to deserialize content into object.
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    722aec6 View commit details
    Browse the repository at this point in the history
  2. Remove unused varaibles and methods

    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    c1e4734 View commit details
    Browse the repository at this point in the history
  3. Refactor getRandomGeometryLineString

    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    e927f9e View commit details
    Browse the repository at this point in the history
  4. Create random method to generate feature

    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    49b1ca9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Validate user input for Feature

    check whether input has valid index name, geospatial field
    and GeoJSON data.
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    7e43e65 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Add field type to content

    Currently, there are two field types, geo_shape and geo_point.
    Allow user to pass this information while creating index.
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    e94f246 View commit details
    Browse the repository at this point in the history