Harden MapLibre style readiness
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user