WMS
Web Map Service. An OGC standard protocol for serving georeferenced map images over the internet. The server renders map tiles on demand from spatial data and returns them as images (PNG, JPEG). Used for visualizing geospatial data in web applications.
Overview
The Web Map Service (WMS) is an OGC standard for serving georeferenced map images over HTTP. When you request data, you receive a rendered image (PNG/JPEG) — not raw data. WMS has been foundational to web GIS since 2000 and remains deeply embedded in government and enterprise systems.
How It Works
Three operations: GetCapabilities returns available layers and capabilities. GetMap renders an image for specified layers, bounding box, CRS, and dimensions. GetFeatureInfo identifies features at a clicked pixel location. The server handles all rendering — clients just display the resulting image.
Key Facts
- First released by OGC in April 2000; current version 1.3.0 (2004).
- Returns rendered images, not raw data — server controls styling.
- Mandated by INSPIRE (European SDI directive).
- WMTS (tiled) provides better performance through pre-rendered cached tiles.
Applications
Government SDI
National mapping agencies serve authoritative data as WMS layers for cross-agency sharing.
Desktop GIS
QGIS and ArcGIS connect to WMS endpoints to overlay remote basemaps and thematic layers.
EO Data Visualization
Satellite archives serve processed imagery as WMS for preview before download.
Limitations & Considerations
Generates new image per request — computationally expensive. No client-side styling. Returned images cannot be analyzed (just pixels). Poor performance under high load. No vector tile or 3D support.
History & Background
OGC published WMS 1.0.0 in April 2000. Version 1.1.1 became the most deployed. WMS was instrumental in 2000s spatial data infrastructure. Modern web mapping has largely moved to vector tiles and WMTS for interactive use, but WMS remains essential for dynamic thematic rendering.
Related Terms
Analyze WMS data with LYRASENSE
Use our agentic notebook environment to work with satellite data and compute indices like WMS — no setup required.