Display a WMS layer using a WMS service URL.
The map will load automatically when the sample starts.
- Create a
WmsLayer
specifying the URL of the service and the names of layers you want to display.- Note: The name comes from the
Name
property, not theTitle
property. On many services, the title is human-readable while the name is a numeric identifier.
- Note: The name comes from the
- Add the layer to the map as an operational layer.
- Map
- MapView
- WmsLayer
This sample uses a U.S. National Weather Service radar map. Because WMS services generate map images on-the-fly, this layer is always up-to-date with the latest NOAA NEXRAD radar observations.
OGC, WmsLayer, web map service