Skip to content

Commit

Permalink
add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Aug 1, 2024
1 parent 78917e8 commit 828d939
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ public static Feature createInstanceFromJson(JsonObject json) throws ArcgisExcep
geometry = Point.createInstanceFromJson(jsonGeometry);
} else if (jsonGeometry.get("paths") != null) {
geometry = PolyLine.createInstanceFromJson(jsonGeometry);
// FIXME when MultiPoint and Polygon will be implemented
// } else if (jsonGeometry.get("points") != null) {
// // geometry = MultiPoint.createInstance(jsonGeometry);
// } else if (jsonGeometry.get("rings") != null) {
Expand Down

0 comments on commit 828d939

Please sign in to comment.