Complete post-RC federation roadmap
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user