Skip to content

Commit c47c9ba

Browse files
cgutierrez-giswilliambohrmann3car10567
authored
Updating service used for sample on all platforms (#1590)
Co-authored-by: William Bohrmann <[email protected]> Co-authored-by: Carlos Gutierrez <[email protected]>
1 parent 6a3ed32 commit c47c9ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/MAUI/Maui.Samples/Samples/Layers/ShowLabelsOnLayer/ShowLabelsOnLayer.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private async Task Initialize()
4141
MyMapView.Map = sampleMap;
4242

4343
// 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";
4545

4646
// Create a service feature table from the URL.
4747
ServiceFeatureTable featureTable = new ServiceFeatureTable(new Uri(layerUrl));

src/WPF/WPF.Viewer/Samples/Layers/ShowLabelsOnLayer/ShowLabelsOnLayer.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private async Task Initialize()
4242
MyMapView.Map = sampleMap;
4343

4444
// 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";
4646

4747
// Create a service feature table from the URL.
4848
ServiceFeatureTable featureTable = new ServiceFeatureTable(new Uri(layerUrl));

src/WinUI/ArcGIS.WinUI.Viewer/Samples/Layers/ShowLabelsOnLayer/ShowLabelsOnLayer.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private async Task Initialize()
4141
MyMapView.Map = sampleMap;
4242

4343
// 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";
4545

4646
// Create a service feature table from the URL.
4747
ServiceFeatureTable featureTable = new ServiceFeatureTable(new Uri(layerUrl));

0 commit comments

Comments
 (0)