Skip to content

Commit

Permalink
Update FeatureClassUtils.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKatKateryna committed Jun 26, 2024
1 parent 85c2ff6 commit 838b38c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public ACG.GeometryType GetLayerGeometryType(VectorLayer target)
GISLayerGeometryType.POLYLINE => ACG.GeometryType.Polyline,
GISLayerGeometryType.MULTIPATCH => ACG.GeometryType.Multipatch,
GISLayerGeometryType.POLYGON3D => ACG.GeometryType.Multipatch,
_ => throw new ArgumentOutOfRangeException(nameof(target)),
_ => throw new ArgumentOutOfRangeException($"{originalGeomType}"),
};
}
}

0 comments on commit 838b38c

Please sign in to comment.