Display a WMS layer using a WMS service URL.
WMS is an OGC standard for displaying maps from images that are dynamically-generated on a web server. WMS is particularly useful for data that changes frequently, contains cartographically complex detail, or requires an open source data standard.
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 the WMS service behind the 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 nowCOAST real-time coastal observations, forecasts, and warnings.
layer, OGC, web map service, WMS