Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ogc/wms-layer-url/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ The map will load automatically when the sample starts.
* **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.
2. Add the layer to the map as an operational layer with `map.getOperationalLayers().add(wmsLayer)`.

## About the data

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.

## Relevant API

* ArcGISMap
* MapView
* WmsLayer

## About the data

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.

## Tags

OGC, web map service, WMS
2 changes: 1 addition & 1 deletion ogc/wms-layer-url/README.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"keywords": [
"OGC",
"WMS",
"web map service",
"WMS",
"ArcGISMap",
"MapView",
"WmsLayer"
Expand Down
Loading