jiayuasu commented on code in PR #2257:
URL: https://github.com/apache/sedona/pull/2257#discussion_r2264473482


##########
common/src/main/java/org/apache/sedona/common/S2Geography/Geography.java:
##########
@@ -66,7 +66,8 @@ public enum GeographyKind {
     ENCODED_SHAPE_INDEX(6),
     CELL_CENTER(7),
     SINGLEPOINT(8),
-    SINGLEPOLYLINE(9);
+    SINGLEPOLYLINE(9),
+    MULTIPOLYGON(10);

Review Comment:
   The original S2geography lib does not have a MULTIPOLYGON type. Why do you 
need one here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to