Jump to content

Web Map Tile Service

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Kareltje63 (talk | contribs) at 16:44, 4 April 2013 (Created page with '{{infobox file format | name = WMTS | owner = OGC | genre = Container format (digital)|Container format...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
WMTS
Developed byOGC
Type of formatContainer format
Container forXML, JPEG, PNG, others
Free format?Yes, with Copyright[1]

A Web Map Tile Service (WMTS) is a standard protocol for serving pre-rendered georeferenced map tiles over the Internet. The specification was developed and first published by the Open Geospatial Consortium in 2010.[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 oldest and most popular standard for web mapping is WMS. However, the properties of this standard proved to be difficult to implement for situations where short response times were important. For most WMS services it is not unusual to require 1 or more CPU seconds to produce a response. For massive parallel use cases, such a CPU-intensive service is not practical. To overcome the CPU intensive on-the-fly rendering problem, application developers started using pre-rendered map tiles. Several open en proprietary schemes were invented to organize and address these map tiles. The first OGC standard for tiled maps is the Tile Map Service. WMTS is a successor the TMS standard and has with more features.


Requests

WMTS specifies a number of request encodings:

The syntax for the WMTS request types is different for each of these encodings. Some request types are:

  • Capabilities: returns information about the WMTS service parameters
  • Tile: returns a map tile
  • FeatureInfo: returns (alphanumeric) information for a given map location
  • Legend: returns a legend image for the map


See also

References

  1. ^ "OGC Document Notice". Retrieved 2 February 2011.
  2. ^ http://portal.opengeospatial.org/files/?artifact_id=35326
  3. ^ Doyle, Allan (1997). "WWW Mapping Framework". Open GIS Consortium. {{cite journal}}: Cite journal requires |journal= (help)