Web Map Service

From wiki.gis.com
Jump to: navigation, search

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

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".[3] The OGC established a task force to come up with a strategy,[4] 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.[5]

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

Requests

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

  • GetCapabilities - returns parameters about the WMS and the available layers
  • GetMap - with parameters provided, returns a map image

Request types that WMS providers may optionally support include:

  • GetFeatureInfo
  • DescribeLayer
  • GetLegendGraphic

Software

Open source software that provide web map services capability include GeoServer and MapServer. Commercial server software that allow providing web map services include ArcGIS Server, ArcIMS,GeoWebPublisher from Bentley Systems,GeoMedia, Oracle MapViewer, and LizardTech's Express Server.

WMS is a widely supported format for maps and GIS data accessed via the Internet and loaded into GIS software, on the client side. Major commercial GIS and mapping software that support WMS include Bentley Systems's GIS products, Esri's ArcGIS products, MapInfo Professional, GeoMedia, and Manifold System, along with Google Earth. Open source software that supports WMS include Quantum GIS, uDig, OpenJUMP, MapGuide Open Source, NASA World Wind, GRASS GIS, and gvSIG. OpenLayers, an Ajax library, supports WMS for integrating WMS maps into web pages, as does Mapbender.[11]

See also

References

  1. "Web Map Service". Open Geospatial Consortium. http://www.opengeospatial.org/standards/wms. Retrieved 2009-03-23. 
  2. Scharl, Arno; Klaus Tochtermann (2007). The Geospatial Web: How Geobrowsers, Social Software and the Web 2.0 are Shaping the Network Society. Springer. 225. ISBN 1846288266. 
  3. Doyle, Allan (1997). WWW Mapping Framework. Open GIS Consortium. 
  4. Cuthbert, A. (1998). User Interaction with Geospatial Data. Open GIS Consortium. 
  5. Peng, Zhong-Ren; Ming-Hsiang Tsou (2003). Internet GIS. John Wiley and Sons. 191. 
  6. "OpenGIS® Web Map Server Interface Implementation Specification (Revision 1.0.0)". Open Geospatial Consortium. 2000-04-19. http://portal.opengeospatial.org/files/?artifact_id=7196. Retrieved 2009-04-10. 
  7. "Web Map Service Implementation Specification Version 1.1.0". Open Geospatial Consortium. 2001-06-21. http://portal.opengeospatial.org/files/?artifact_id=1058. Retrieved 2009-04-10. 
  8. "Web Map Service Implementation Specification - Version 1.1.1". Open Geospatial Consortium. 2002-01-16. http://portal.opengeospatial.org/files/?artifact_id=1081&version=1&format=pdf. Retrieved 2009-04-10. 
  9. "OGC Web Map Service Interface". Open Geospatial Consortium. 2004-01-20. http://portal.opengeospatial.org/files/?artifact_id=4756. Retrieved 2009-04-10. 
  10. "WMS Server". Mapserver. http://mapserver.org/ogc/wms_server.html. Retrieved 2009-04-10. 
  11. "Geoserver - Clients". OpenGeo. http://geoserver.org/display/GEOSDOC/Clients. Retrieved 2009-04-22. 

External links