Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
james-willis authored Dec 17, 2024
1 parent 00ce3af commit 994fd87
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public void labelPoint() throws Exception {
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();
String labelPoint = Functions.asEWKT(Functions.labelPoint(geom));
String expected = "SRID=4326;POINT (-112.04278737349767 33.46420809489905)";
assertEquals(expected, labelPoint);
Expand Down

0 comments on commit 994fd87

Please sign in to comment.