Skip to content

Commit

Permalink
✨ [open-formulieren/open-forms#2177] Display map data on summary view
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen committed Jan 6, 2025
1 parent 1e24671 commit 56151ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormStepSummary/ComponentValueDisplay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const MapDisplay = ({component, value}) => {
return <EmptyDisplay />;
}

return <Map markerCoordinates={value} disabled tileLayerUrl={component.tileLayerUrl} />;
return <Map geoJsonFeature={value} disabled tileLayerUrl={component.tileLayerUrl} />;
};

const CoSignDisplay = ({value}) => {
Expand Down

0 comments on commit 56151ac

Please sign in to comment.