Skip to content

Commit 9e17a84

Browse files
authored
Relocate 'About the data' section below 'Relevant API' to satisfy readme check
1 parent 236593a commit 9e17a84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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 nowCOAST real-time coastal observations, forecasts, and warnings.
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

0 commit comments

Comments
 (0)