Harden MapLibre style readiness
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 00:59:46 +02:00
parent 8c3813d442
commit c6c8a54931
5 changed files with 19 additions and 10 deletions
@@ -13,6 +13,8 @@ def test_geomap_exposes_v1_layer_controls_and_feature_inspection_contract() -> N
assert "opacity?: number" in geomap
assert "onFeatureSelect?: (feature: GeoJSON.Feature | null) => void" in geomap
assert "queryRenderedFeatures" in geomap
assert "mapStyleReady" in geomap
assert "map.isStyleLoaded()" in geomap
assert "setLayoutProperty('dataset-fill', 'visibility'" in geomap
assert "setPaintProperty('dataset-fill', 'fill-opacity', opacity)" in geomap