Harden RC9 UX and performance states
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-18 06:37:54 +02:00
parent 55685ba1bd
commit 9b0239747d
21 changed files with 845 additions and 25 deletions
+8 -1
View File
@@ -741,7 +741,14 @@ function GeoMap({
})
}, [qaEvidenceData, mapStyleReady])
return <div className="map-container" ref={containerRef} />
return (
<div
className="map-container"
ref={containerRef}
role="region"
aria-label="Interactieve kaart. Gebruik de kaartbediening om te zoomen en de tekenknop om een gebied te selecteren."
/>
)
}
export default GeoMap