Skip to content

Commit 5f63583

Browse files
WMS data (#1579)
1 parent 7934dc1 commit 5f63583

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public partial class WmsServiceCatalog : ContentPage
2323
{
2424
// Hold the URL to the WMS service providing the US NOAA National Weather Service forecast weather chart.
2525
private readonly Uri _wmsUrl = new Uri(
26-
"https://nowcoast.noaa.gov/geoserver/observations/weather_radar/wms?SERVICE=WMS&REQUEST=GetCapabilities");
26+
"https://nowcoast.noaa.gov/geoserver/weather_radar/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities");
2727

2828
// Hold a list of LayerDisplayVM; this is the ViewModel.
2929
private readonly ObservableCollection<LayerDisplayVM> _viewModelList = new ObservableCollection<LayerDisplayVM>();

src/MAUI/Maui.Samples/Samples/Layers/WmsServiceCatalog/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ WMS services often contain many layers and sublayers. Presenting the layers and
3131

3232
## About the data
3333

34-
This sample shows [forecasts guidance warnings](https://nowcoast.noaa.gov/geoserver/observations/weather_radar/wms?SERVICE=WMS&REQUEST=GetCapabilities) from an ArcGIS REST service produced by the US NOAA National Weather Service. The map shows fronts, highs, and lows, as well as areas of forecast precipitation.
34+
This sample shows [forecasts guidance warnings](https://nowcoast.noaa.gov/geoserver/weather_radar/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities) from an ArcGIS REST service produced by the US NOAA National Weather Service. The map shows fronts, highs, and lows, as well as areas of forecast precipitation.
3535

3636
## Tags
3737

src/UWP/ArcGIS.UWP.Viewer/Samples/Layers/WmsServiceCatalog/WmsServiceCatalog.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public partial class WmsServiceCatalog
2727
{
2828
// Hold the URL to the WMS service providing the US NOAA National Weather Service forecast weather chart.
2929
private readonly Uri _wmsUrl = new Uri(
30-
"https://idpgis.ncep.noaa.gov/arcgis/services/NWS_Forecasts_Guidance_Warnings/natl_fcst_wx_chart/MapServer/WMSServer?request=GetCapabilities&service=WMS");
30+
"https://nowcoast.noaa.gov/geoserver/weather_radar/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities");
3131

3232
// Hold a list of LayerDisplayVM; this is the ViewModel.
3333
private ObservableCollection<LayerDisplayVM> _viewModelList = new ObservableCollection<LayerDisplayVM>();

src/UWP/ArcGIS.UWP.Viewer/Samples/Layers/WmsServiceCatalog/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ WMS services often contain many layers and sublayers. Presenting the layers and
3232

3333
## About the data
3434

35-
This sample shows [forecasts guidance warnings](https://idpgis.ncep.noaa.gov/arcgis/rest/services/NWS_Forecasts_Guidance_Warnings/natl_fcst_wx_chart/MapServer) from an ArcGIS REST service produced by the U.S. National Weather Service. The map shows fronts, highs, and lows, as well as areas of forecast precipitation.
35+
This sample shows [forecasts guidance warnings](https://nowcoast.noaa.gov/geoserver/weather_radar/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities) from an ArcGIS REST service produced by the U.S. National Weather Service. The map shows fronts, highs, and lows, as well as areas of forecast precipitation.
3636

3737
## Tags
3838

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public partial class WmsServiceCatalog
3030
{
3131
// Hold the URL to the WMS service providing the US NOAA National Weather Service forecast weather chart.
3232
private readonly Uri _wmsUrl = new Uri(
33-
"https://nowcoast.noaa.gov/geoserver/observations/weather_radar/wms?SERVICE=WMS&REQUEST=GetCapabilities");
33+
"https://nowcoast.noaa.gov/geoserver/weather_radar/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities");
3434

3535
// Hold a list of LayerDisplayVM; this is the ViewModel.
3636
private readonly ObservableCollection<LayerDisplayVM> _viewModelList = new ObservableCollection<LayerDisplayVM>();

src/WPF/WPF.Viewer/Samples/Layers/WmsServiceCatalog/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ WMS services often contain many layers and sublayers. Presenting the layers and
3131

3232
## About the data
3333

34-
This sample shows [forecasts guidance warnings](https://nowcoast.noaa.gov/geoserver/observations/weather_radar/wms?SERVICE=WMS&REQUEST=GetCapabilities) from an ArcGIS REST service produced by the US NOAA National Weather Service. The map shows fronts, highs, and lows, as well as areas of forecast precipitation.
34+
This sample shows [forecasts guidance warnings](https://nowcoast.noaa.gov/geoserver/weather_radar/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities) from an ArcGIS REST service produced by the US NOAA National Weather Service. The map shows fronts, highs, and lows, as well as areas of forecast precipitation.
3535

3636
## Tags
3737

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public partial class WmsServiceCatalog
2727
{
2828
// Hold the URL to the WMS service providing the US NOAA National Weather Service forecast weather chart.
2929
private readonly Uri _wmsUrl = new Uri(
30-
"https://nowcoast.noaa.gov/geoserver/observations/weather_radar/wms?SERVICE=WMS&REQUEST=GetCapabilities");
30+
"https://nowcoast.noaa.gov/geoserver/weather_radar/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities");
3131

3232
// Hold a list of LayerDisplayVM; this is the ViewModel.
3333
private ObservableCollection<LayerDisplayVM> _viewModelList = new ObservableCollection<LayerDisplayVM>();

src/WinUI/ArcGIS.WinUI.Viewer/Samples/Layers/WmsServiceCatalog/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ WMS services often contain many layers and sublayers. Presenting the layers and
3131

3232
## About the data
3333

34-
This sample shows [forecasts guidance warnings](https://nowcoast.noaa.gov/geoserver/observations/weather_radar/wms?SERVICE=WMS&REQUEST=GetCapabilities) from an ArcGIS REST service produced by the US NOAA National Weather Service. The map shows fronts, highs, and lows, as well as areas of forecast precipitation.
34+
This sample shows [forecasts guidance warnings](https://nowcoast.noaa.gov/geoserver/weather_radar/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities) from an ArcGIS REST service produced by the US NOAA National Weather Service. The map shows fronts, highs, and lows, as well as areas of forecast precipitation.
3535

3636
## Tags
3737

0 commit comments

Comments
 (0)