Skip to content

Commit

Permalink
update feature test about poly
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Jul 30, 2024
1 parent 8485742 commit a055e3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public void createInstanceFromJson2() {
public void getPolyFeatureTest() {
System.out.println("---------------- getNewPolyLineFeature");
Feature poly = FeatureTestFactory.getNewPolyLineFeature("Mi PolyLine", 33);
System.out.println("feature poly - " + poly.toJson());
}

}

0 comments on commit a055e3d

Please sign in to comment.