Skip to content

Commit

Permalink
add passport title data
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Oct 17, 2024
1 parent 07cea5e commit 1b1a2da
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ const Root = () => {

const [passport] = useStore((state) => [state.computePassport()]);

console.log(passport);

return (
<Card handleSubmit={validateAndSubmitForm} isValid>
<CardHeader
Expand All @@ -263,7 +261,7 @@ const Root = () => {
basemap={basemap}
ariaLabelOlFixedOverlay={`An interactive map for plotting and describing individual ${schemaName.toLocaleLowerCase()}`}
geojsonData={JSON.stringify(
passport.data?.["property.boundary.site"],
passport.data?.["property.boundary.title"],
)}
geojsonColor="#0010A4"
geojsonBuffer={30}
Expand Down

0 comments on commit 1b1a2da

Please sign in to comment.