We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Create and Save map
1 parent 4b07f69 commit 713ae6cCopy full SHA for 713ae6c
1 file changed
src/WinUI/ArcGIS.WinUI.Viewer/Samples/Map/AuthorMap/AuthorMap.xaml.cs
@@ -71,13 +71,13 @@ private async Task Initialize()
71
// Update the UI with basemaps and layers
72
BasemapListBox.ItemsSource = _basemapNames;
73
74
- OperationalLayerListBox.ItemsSource = _operationalLayerUrls;
75
-
76
// Add a listener for changes in the selected basemap.
77
BasemapListBox.SelectionChanged += BasemapSelectionChanged;
78
79
// Update the extent labels whenever the view point (extent) changes
80
MyMapView.ViewpointChanged += (s, evt) => UpdateViewExtentLabels();
+
+ OperationalLayerListBox.ItemsSource = _operationalLayerUrls;
81
}
82
83
#region UI event handlers
0 commit comments