-
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
Fix operational point layer #5420
Conversation
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.
Lgtm
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.
LGTM for the code, but that representation seems a bit shaky to me. OPs are physical objects that have a not negligible ground area. We might want to intersect it with something else for instance.
Codecov Report
@@ Coverage Diff @@
## dev #5420 +/- ##
============================================
- Coverage 18.84% 18.83% -0.01%
Complexity 2315 2315
============================================
Files 851 851
Lines 102677 102682 +5
Branches 2403 2403
============================================
- Hits 19347 19345 -2
- Misses 81989 81996 +7
Partials 1341 1341
Flags with carried forward coverage won't be shown. Click here to find out more.
|
1347cf5
to
2da9e89
Compare
- Adapt geometry from multipoint into point - Add the kp feature to the layer configuration
2da9e89
to
fc0f94b
Compare
Adapt geometry from multipoint into point