Skip to content

Commit

Permalink
fix(arcgis-rest-request): geometry type esriGeometryMultiPatch (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr authored Apr 28, 2023
1 parent 393261e commit b5e1aa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/arcgis-rest-request/src/types/geometry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ export type GeometryType =
| "esriGeometryMultipoint"
| "esriGeometryPolyline"
| "esriGeometryPolygon"
| "esriGeometryEnvelope";
| "esriGeometryEnvelope"
| "esriGeometryMultiPatch";

/**
* Extents are used to define rectangles and bounding boxes.
Expand Down

0 comments on commit b5e1aa4

Please sign in to comment.