We previously had a working map. When we upgraded to 18.4 (and made the changes from the release notes https://blazor.syncfusion.com/documentation/release-notes/18.4.30/?type=all#maps ) we started receiving this error:
Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: System.Net.WebClient is not supported on this platform. Use System.Net.Http.HttpClient instead.
System.PlatformNotSupportedException: System.Net.WebClient is not supported on this platform. Use System.Net.Http.HttpClient instead.
at System.Net.WebClient..ctor()
at Syncfusion.Blazor.Maps.Internal.ShapeRender.ShapeRenderer(Double scale)
at Syncfusion.Blazor.Maps.Internal.ShapeRender.Render()
at Syncfusion.Blazor.Maps.SfMaps.OnAfterRenderAsync(Boolean firstRender)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)
I was able to duplicate this using your demo code in our client blazor app :
https://blazor.syncfusion.com/demos/maps/color-mapping?theme=bootstrap4
Any help would be appreciated!