dymaptic / GeoBlazor

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

Setting visibility from a BaseMapLayer fails #335

Closed CyberDNS closed 1 month ago

CyberDNS commented 4 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.