Skip to content

Commit 40a7d67

Browse files
authored
Patch: correct broken link in WMS layer URL sample README (#844)
* Update wms readme to correct broken link * Relocate 'About the data' section below 'Relevant API' to satisfy readme check * Alphabetize keyword list to satisfy style checker
1 parent 901592e commit 40a7d67

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ogc/wms-layer-url/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ The map will load automatically when the sample starts.
1818
* **Note**: The name comes from the 'Name' property, not the 'Title' property. On many services, the title is human-readable while the name is a numeric identifier.
1919
2. Add the layer to the map as an operational layer with `map.getOperationalLayers().add(wmsLayer)`.
2020

21-
## About the data
22-
23-
This sample uses a [U.S. National Weather Service radar map](https://nowcoast.noaa.gov/geoserver/observations/weather_radar/wms). Because WMS services generate map images on-the-fly, this layer is always up-to-date with the latest [NOAA NEXRAD radar](https://www.ncdc.noaa.gov/data-access/radar-data/nexrad) observations.
24-
2521
## Relevant API
2622

2723
* ArcGISMap
2824
* MapView
2925
* WmsLayer
3026

27+
## About the data
28+
29+
This sample uses a [U.S. National Weather Service radar map](https://nowcoast.noaa.gov/geoserver/observations/weather_radar/wms). Because WMS services generate map images on-the-fly, this layer is always up-to-date with the latest NOAA nowCOAST real-time coastal observations, forecasts, and warnings.
30+
3131
## Tags
3232

3333
OGC, web map service, WMS

ogc/wms-layer-url/README.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
],
88
"keywords": [
99
"OGC",
10-
"WMS",
1110
"web map service",
11+
"WMS",
1212
"ArcGISMap",
1313
"MapView",
1414
"WmsLayer"

0 commit comments

Comments
 (0)