Esri / arcgis-maps-sdk-dotnet-toolkit

Toolkit for ArcGIS Maps SDK for .NET
https://esri.github.io/arcgis-maps-sdk-dotnet-toolkit/
Apache License 2.0
211 stars 121 forks source link

MapView Basemap fails to load when BasemapGallery is bound to the MapView #549

Closed prathameshnarkhede closed 3 months ago

prathameshnarkhede commented 7 months ago

When BasemapGalley is implemented, The original basemap fails to load and sets the limitation on zoom out scale.

Steps to Reproduce:

  1. Create and initialize Map property in ViewModel. image

  2. Add BasemapGalley to XAML and bind it to Map property in ViewModel. image

Toolkit Version : 200.3.0

prathameshnarkhede commented 7 months ago

Temporary Fix: Make a async call to LoadAsync() method on webMapView.

image