james-willis commented on code in PR #1712:
URL: https://github.com/apache/sedona/pull/1712#discussion_r1889083648


##########
common/src/test/java/org/apache/sedona/common/FunctionsTest.java:
##########
@@ -63,6 +63,42 @@ protected int compareCoordinate(
 
   private final WKTReader wktReader = new WKTReader();
 
+  @Test
+  public void labelPoint() throws Exception {
+    Geometry geom =
+        Constructors.geomFromWKT(
+            "POLYGON ((-112.637484 33.440546, -112.546852 33.477209, 
-112.489177 33.550488, -112.41777 33.751684, -111.956371 33.719707, -111.766868 
33.616843, -111.775107 33.527595, -111.640533 33.504695, -111.440044 33.463462, 
-111.415326 33.374055, -111.514197 33.309809, -111.643279 33.222542, 
-111.893203 33.174278, -111.96461 33.250109, -112.123903 33.261593, -112.252985 
33.35341, -112.406784 33.346527, -112.667694 33.316695, -112.637484 
33.440546))",
+            4326);
+    System.out.println();

Review Comment:
   ```suggestion
   ```



-- 
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