-
-
Notifications
You must be signed in to change notification settings - Fork 807
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
made the v5 geometry type change more explicitely documented. #5317
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5317 +/- ##
==========================================
- Coverage 91.84% 91.83% -0.01%
==========================================
Files 282 282
Lines 38908 38908
Branches 6829 6822 -7
==========================================
- Hits 35735 35733 -2
- Misses 3046 3047 +1
- Partials 127 128 +1 ☔ View full report in Codecov by Sentry. |
Looks like npm and girhub aren't communicating well now. |
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.
Thanks!
Just a note the |
|
Thanks for quick answer. I would like to use expression with
What would be correct syntax with |
I meant to say that you can replace $type with -[
- "==",
- [
- "geometry-type"
- ],
- "Polygon"
- ],
+[
+ "in",
+ [
+ "geometry-type"
+ ],
+ [["literal"], ["Polygon", "MultiPolygon"]]
+ ], |
Could the docs/examples be updated as well? I also ended up with @HarelM's last example, it looks rather convoluted but more understandable than the
This does not seem to explain how/why |
As discussed in the discussion just now, I think a bit of a longer wording for this might be more clear in how it breaks.
Currently this point is somewhat simple to gloss over if reading quickly ^^
To be clear:
Would be fine with closing this PR if you think the docs are currently sufficient.
We are on the same team ^^
PS: Could we also change the release notes here?
Launch Checklist
CHANGELOG.md
under the## main
section.