This commit is contained in:
Andras Schmelczer 2026-06-25 22:29:52 +01:00
parent 2efa4d9f47
commit 5e73287eaf
99 changed files with 6392 additions and 1462 deletions

View file

@ -407,6 +407,7 @@ export default function MapPage({
handlePropertiesTabClick,
handleLoadMoreProperties,
handleCloseSelection,
loadCrimeRecords,
selectedPostcodeGeometry,
handleLocationSearch,
handleCurrentLocationSearch,
@ -806,6 +807,7 @@ export default function MapPage({
shareCode={shareCode}
isGroupExpanded={isAreaGroupExpanded}
onToggleGroup={toggleAreaGroup}
onLoadCrimeRecords={loadCrimeRecords}
scrollTopRef={areaPaneScrollTopRef}
scrollRestoreKey={
selectedHexagon ? `${selectedHexagon.type}:${selectedHexagon.id}` : null
@ -823,6 +825,7 @@ export default function MapPage({
hexagonLocation,
isAreaGroupExpanded,
loadingAreaStats,
loadCrimeRecords,
selectedHexagon,
setAreaStatsUseFilters,
shareCode,