Center map on selected work area
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-19 02:21:06 +02:00
parent 5f15753247
commit c97cb5bdd3
4 changed files with 15 additions and 2 deletions
@@ -48,6 +48,8 @@ def test_map_rectangle_drag_is_wired_to_automatic_analysis() -> None:
assert "resizeObserver.observe(containerRef.current)" in geomap
assert "fitDataOnChangeRef.current" in geomap
assert "map.fitBounds(bounds, { padding: 40, duration: 0 })" in geomap
assert "const areaChanged = lastFittedAreaRef.current !== areaData" in geomap
assert "areaChanged && areaData" in geomap
assert "resizeObserver.disconnect()" in geomap
assert ".workbench-main .geo-map-canvas .map-container" in styles
assert "position: absolute;" in styles