GISBox

Web Map Service (WMS)

GISBox is a one-stop 3D GIS data editing, conversion and publishing platform that supports editing in multiple GIS formats such as OSGB/GEOTIFF/RVT, converting to 3DTiles/Terrain and publishing.

Introduction

Web Map Service (WMS) is a standard protocol defined by the Open Geospatial Consortium (OGC) for requesting and displaying geospatial map images over the Internet. These images are generated from geographic data and are usually displayed in raster formats (such as PNG, JPEG). The core function of WMS is to provide users with visualization of geographic data through standardized HTTP requests without directly delivering the data itself.

Data Format Overview

WMS handles raster formats and text formats related to service interfaces:

1. Image format

PNG: high-quality transparent images, suitable for maps that need to be overlaid.

JPEG: high compression rate but does not support transparency, suitable for displaying maps with complex backgrounds.

GIF: suitable for simple, low-color map display.

2. Text format

XML (Capabilities document): describes the metadata of WMS services, such as layer information, supported projections, request styles, etc.

SLD (Style Layer Description): used to define the style and symbolization rules of the layer.

3. Supported coordinate systems

WMS supports various geographic and projected coordinate systems (such as CRS defined by WGS84 and EPSG codes).

Pros

1. Cross-platform compatibility: WMS follows OGC standards and can be used in a variety of GIS platforms (such as QGIS, ArcGIS, GeoServer) and web applications.

2. Ready-to-use: No need to download the entire dataset, images can be requested dynamically over the network.

3. Reduced data transmission: Map images are provided instead of vector or raw data, reducing bandwidth requirements.

4. Rich visualization: Supports multi-layer overlay, style settings and transparency adjustment to meet diverse display needs.

5. Strong real-time performance: Suitable for displaying maps that change in real time (such as weather radar, traffic flow).

Cons

1. Static display only: The maps provided by WMS are in image format and cannot be analyzed or queried.

2. Resolution limitation: The image resolution is fixed and may be blurred when zoomed in, which is not suitable for refined display needs.

3. Performance bottleneck: If the number of requests is too large, the server may face load problems, affecting the response speed.

**4. Offline access is not supported: **Network connection is required for use.

**5. Limited standard scalability: **The WMS standard is only applicable to map images and does not support the transmission and interaction of vector data.

Application Scenario

WMS has a wide range of application scenarios in multiple fields, covering everything from real-time dynamic map display to static geographic information distribution. In urban planning, it can intuitively display land use, building distribution and transportation network to provide support for decision-making; in emergency response, WMS provides real-time updated disaster area maps to help quickly formulate rescue plans; in education and research, it serves as a visualization tool for geographic information, providing powerful assistance for geography teaching and scientific research; in addition, in fields such as agriculture, forestry and environmental monitoring, WMS can be used to display crop distribution, forest coverage or pollution, providing a clear perspective for resource management and environmental protection. This cross-industry adaptability makes WMS an indispensable tool in modern geographic information services.

Example

  1. Create a web map service.

  1. What is WMS.

File Opening Mode

1.** **GeoServer WMS layer filtering.

  1. Configure WMS in ARCGIS

Related GIS files

RDC

SHX

VCT

GEOJSON

References

  1. https://en.wikipedia.org/wiki/Web_Map_Service
  2. https://www.ogc.org/publications/standard/wms/
  3. https://gisgeography.com/web-mapping-services-wms/