Skip to content

Commit

Permalink
fix(sherlock): spatial reference is a prop of geometry, not graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 18, 2024
1 parent 49c1229 commit e90946c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utah-design-system/src/components/Sherlock.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ export const featureServiceProvider = (
esriGeometryPoint: 'point',
esriGeometryPolygon: 'polygon',
}[responseJson.geometryType],
spatialReference: responseJson.spatialReference,
},
spatialReference: responseJson.spatialReference,
};

return { items: [feature] };
Expand Down

0 comments on commit e90946c

Please sign in to comment.