Web Map Service

From Infogalactic: the planetary knowledge core
(Redirected from Web Map Server)
Jump to: navigation, search
WMS
Developed by OGC
Type of format Container format
Container for XML, JPEG, PNG, others
Open format? Yes, with Copyright[1]

A Web Map Service (WMS) is a standard protocol for serving (over the Internet) georeferenced map images which a map server generates using data from a GIS database.[2] The Open Geospatial Consortium developed the specification and first published it in 1999.[3]

History

The Open Geospatial Consortium (OGC) became involved in developing standards for web mapping after a paper was published in 1997 by Allan Doyle, outlining a "WWW Mapping Framework".[4] The OGC established a task force to come up with a strategy,[5] and organized the "Web Mapping Testbed" initiative, inviting pilot web mapping projects that built upon ideas by Doyle and the OGC task force. Results of the pilot projects were demonstrated in September 1999, and a second phase of pilot projects ended in April 2000.[6]

The Open Geospatial Consortium released WMS version 1.0.0 in April 2000,[7] followed by version 1.1.0 in June 2001,[8] and version 1.1.1 in January 2002.[9] The OGC released WMS version 1.3.0 in January 2004.[10]

Requests

WMS specifies a number of different request types, two of which are required by any WMS server:[11]

  • GetCapabilities - returns parameters about the WMS (such as map image format and WMS version compatibility) and the available layers (map bounding box, coordinate reference systems, URI of the data and whether the layer is mostly opaque or not)
  • GetMap - returns a map image. Parameters include: width and height of the map, coordinate reference system, rendering style, image format

Request types that WMS providers may optionally support include:

  • GetFeatureInfo - if a layer is marked as 'queryable' then you can request data about a coordinate of the map image.
  • DescribeLayer - returns the feature types of the specified layer or layers, which can be further described using WFS or WCS requests. This request is dependent on the SLD Profile of WMS.[12]
  • GetLegendGraphic - return an image of the map's legend image, giving a visual guide to map elements.

Map image

A WMS server usually serves the map in a bitmap format, e.g. PNG, GIF or JPEG. In addition, vector graphics can be included: such as points, lines, curves and text, expressed in SVG or WebCGM format.

Software

Open source software that provide web map services capability include:

Proprietary server software that allow providing web map services include:

Open source standalone (client side) software that allow viewing web map services include:

  • Geozilla
  • QGIS Browser
  • osgEarth
  • Marble

Proprietary standalone (client side) software that allow viewing web map services include:

WMS is a widely supported format for maps and GIS data accessed via the Internet and loaded into client side GIS software. Major commercial GIS and mapping software that support WMS include:

Open source software that supports WMS include:

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. http://www.luciad.com/products/
  14. http://www.luciad.com/products/
  15. Lua error in package.lua at line 80: module 'strict' not found.
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. Lua error in package.lua at line 80: module 'strict' not found.

External links