-
Notifications
You must be signed in to change notification settings - Fork 974
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
Enabling users to upload custom GeoJSON #1437
Enabling users to upload custom GeoJSON #1437
Conversation
Signed-off-by: Shivam Dhar <[email protected]>
Signed-off-by: Shivam Dhar <[email protected]>
Signed-off-by: Shivam Dhar <[email protected]>
src/plugins/region_map/public/components/custom_vector_upload.tsx
Outdated
Show resolved
Hide resolved
src/plugins/region_map/public/components/custom_vector_upload.tsx
Outdated
Show resolved
Hide resolved
src/plugins/region_map/public/components/custom_vector_upload.tsx
Outdated
Show resolved
Hide resolved
@kavilla From our POV this PR looks good other than some minor feedback. Can you please take a look at it? Thanks. |
Signed-off-by: Shivam Dhar <[email protected]>
@VijayanB @Shivamdhar the core Dashboards team has expressed some concerns about this approach in the original issue: #1408. Can we discuss the open questions first before proceeding? |
Sure Tommy, will jot down the thoughts in that thread by eod. Thanks for taking out time : ) |
Signed-off-by: Shivam Dhar <[email protected]>
…n for div display Signed-off-by: Shivam Dhar <[email protected]>
Excluding the open conversation about the approach itself, we need test coverage before this is merged. There are no new tests here. If you need help determining how to implement tests, please let us know. |
Yes, I'm on it. I'll be adding tests to the PR as I'm getting to learn the different testing strategies on this side as well. Currently, working on adding snapshot tests. Will keep the PR updated with the test cases as and when I write them. |
Signed-off-by: Shivam Dhar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking this until tests are added. Take a look at our guide for Writing Tests and feel free to reach out if you need additional help!
Signed-off-by: Shivam Dhar <[email protected]>
Signed-off-by: Shivam Dhar <[email protected]>
Signed-off-by: Shivam Dhar <[email protected]>
Signed-off-by: Shivam Dhar <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1437 +/- ##
==========================================
+ Coverage 68.09% 68.12% +0.03%
==========================================
Files 3072 3078 +6
Lines 59033 59175 +142
Branches 8928 8950 +22
==========================================
+ Hits 40199 40314 +115
- Misses 16647 16668 +21
- Partials 2187 2193 +6
Continue to review full report at Codecov.
|
Signed-off-by: Shivam Dhar <[email protected]>
Signed-off-by: Shivam Dhar <[email protected]>
Signed-off-by: Shivam Dhar <[email protected]>
Signed-off-by: Shivam Dhar <[email protected]>
We have decided to move the component (Import custom map tab) out from region map and make it part of the Thank you all for you suggestions and guidance. |
Description
Issues Resolved
#1408
Task - Allow users to upload custom vector map
Check List
New functionality includes testing.
yarn test:jest
yarn test:jest_integration
yarn test:ftr
New functionality has been documented.
RFC can be accessed here: [RFC] - Upload Custom GeoJSON as vector map geospatial#47
Commits are signed per the DCO using --signoff
Todo: