Complete post-RC federation roadmap
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 03:09:44 +02:00
parent 301ecaccbd
commit d3eed89844
5 changed files with 75 additions and 5 deletions
+3 -1
View File
@@ -14,7 +14,9 @@ def test_geomap_exposes_v1_layer_controls_and_feature_inspection_contract() -> N
assert "onFeatureSelect?: (feature: GeoJSON.Feature | null) => void" in geomap
assert "queryRenderedFeatures" in geomap
assert "mapStyleReady" in geomap
assert "map.isStyleLoaded()" in geomap
assert "map.on('load'" in geomap
assert "if (!map || !mapStyleReady)" in geomap
assert "map.isStyleLoaded()" not in geomap
assert "setLayoutProperty('dataset-fill', 'visibility'" in geomap
assert "setPaintProperty('dataset-fill', 'fill-opacity', opacity)" in geomap