-
Notifications
You must be signed in to change notification settings - Fork 46
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
Refactor add layer operations #222
Conversation
Signed-off-by: Vijayan Balasubramanian <[email protected]>
Signed-off-by: Vijayan Balasubramanian <[email protected]>
Signed-off-by: Vijayan Balasubramanian <[email protected]>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #222 +/- ##
==========================================
+ Coverage 87.50% 90.04% +2.54%
==========================================
Files 6 7 +1
Lines 176 221 +45
Branches 24 27 +3
==========================================
+ Hits 154 199 +45
Misses 16 16
Partials 6 6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Build failure will be fixed after merging this: opensearch-project/geospatial#210 |
Signed-off-by: Vijayan Balasubramanian <[email protected]>
* Refactor add geoshape layers outside document layer * Update layer opeartions * Add unit test Signed-off-by: Vijayan Balasubramanian <[email protected]> (cherry picked from commit 538628c)
* Refactor add geoshape layers outside document layer * Update layer opeartions * Add unit test Signed-off-by: Vijayan Balasubramanian <[email protected]>
* Refactor add geoshape layers outside document layer * Update layer opeartions * Add unit test Signed-off-by: Vijayan Balasubramanian <[email protected]>
Description
Move add layers from document layer to own file. Added unit test.
Issues Resolved
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.