File tree 3 files changed +3
-3
lines changed
MAUI/Maui.Samples/Samples/Layers/ShowLabelsOnLayer
WPF/WPF.Viewer/Samples/Layers/ShowLabelsOnLayer
WinUI/ArcGIS.WinUI.Viewer/Samples/Layers/ShowLabelsOnLayer 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ private async Task Initialize()
41
41
MyMapView . Map = sampleMap ;
42
42
43
43
// Define the URL string for the feature layer.
44
- string layerUrl = "https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_115th_Congressional_Districts /FeatureServer/0" ;
44
+ string layerUrl = "https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_116th_Congressional_Districts /FeatureServer/0" ;
45
45
46
46
// Create a service feature table from the URL.
47
47
ServiceFeatureTable featureTable = new ServiceFeatureTable ( new Uri ( layerUrl ) ) ;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ private async Task Initialize()
42
42
MyMapView . Map = sampleMap ;
43
43
44
44
// Define the URL string for the feature layer.
45
- string layerUrl = "https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_115th_Congressional_Districts /FeatureServer/0" ;
45
+ string layerUrl = "https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_116th_Congressional_Districts /FeatureServer/0" ;
46
46
47
47
// Create a service feature table from the URL.
48
48
ServiceFeatureTable featureTable = new ServiceFeatureTable ( new Uri ( layerUrl ) ) ;
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ private async Task Initialize()
41
41
MyMapView . Map = sampleMap ;
42
42
43
43
// Define the URL string for the feature layer.
44
- string layerUrl = "https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_115th_Congressional_Districts /FeatureServer/0" ;
44
+ string layerUrl = "https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_116th_Congressional_Districts /FeatureServer/0" ;
45
45
46
46
// Create a service feature table from the URL.
47
47
ServiceFeatureTable featureTable = new ServiceFeatureTable ( new Uri ( layerUrl ) ) ;
You can’t perform that action at this time.
0 commit comments