dymaptic / GeoBlazor

Core Components for the Dymaptic GeoBlazor Library
MIT License
109 stars 19 forks source link

Setting visibility from a BaseMapLayer fails #335

Closed CyberDNS closed 4 months ago

CyberDNS commented 6 months ago

I add a BaseMapLayer to the MapView: await mapView.AddLayer(baseMapLayer, isBasemapLayer: true);

Then, I set its visibility : await baseMapLayer.SetVisibility(false);

Unfortunately, the instruction fails.