dymaptic / GeoBlazor

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

Clearing Graphics from a GraphicsLayer fails #336

Closed CyberDNS closed 4 months ago

CyberDNS commented 4 months ago

I add a GraphicsLayer to the MapView: await mapView.AddLayer(graphicsLayer);

Then, I clear its Graphics : await graphicsLayer.Clear();

Unfortunatly, the instruction fails.