Difference between revisions of "OpenGIS Web Map Tile Service Implementation Standard"

From ICA Wiki
Jump to navigation Jump to search
Line 24: Line 24:
 
| Type of standard
 
| Type of standard
 
| OpenGIS Implementation Specification<br/>Application level
 
| OpenGIS Implementation Specification<br/>Application level
|-
 
| Related standard(s)
 
| [http://wiki.icaci.org/index.php?title=Services ISO 19119:2016, Geographic information – Services ]<br/>[http://wiki.icaci.org/index.php?title=Web_Feature_Service ISO 19142:2010, Geographic information – Web Feature Service ]<br/>[http://wiki.icaci.org/index.php?title=Catalogue_Service OpenGIS Catalogue Service Implementation Specification]
 
 
|-
 
|-
 
| Application
 
| Application
Line 40: Line 37:
 
| GeoWebCache 1.5.3 is one example of an implementation of OGC WMTS.
 
| GeoWebCache 1.5.3 is one example of an implementation of OGC WMTS.
 
|}
 
|}
 +
 +
==See also==
 +
* [[ISO 19119:2016 Geographic information - Services]]
 +
* [[ISO 19142:2010 Geographic information - Web Feature Service]]
 +
* [[OpenGIS Catalogue Service Implementation Specification]]

Revision as of 21:18, 25 February 2017

Overview

Full name OpenGIS Web Map Tile Service Implementation Standard
Version V1.0.0
Amendments None
Corrigenda None
Published by OGC
Languages English
Online overview http://www.opengeospatial.org/standards/wmts
Type of standard OpenGIS Implementation Specification
Application level
Application The OGC WMTS provides a complementary approach to the Web Map Service (WMS) for tiling maps. WMS focuses on rendering custom maps and is an ideal solution for dynamic data or custom styled maps (combined with the OGC Style Layer Descriptor (SLD) standard). WMTS trades the flexibility of custom map rendering for the scalability possible by serving of static data (base maps) where the bounding box and scales have been constrained to discrete tiles. The fixed set of tiles allows for the implementation of a WMTS service using a web server that simply returns existing files. The fixed set of tiles also enables the use of standard network mechanisms for scalability such as distributed cache systems.
Conformance classes Client test module
Server test module
Implementation benefits With WMS (ISO 19128) custom maps can be rendered for dynamic data or custom styled data. OGC WMTS trades the flexibility of custom maps for the scalability possible by serving static data (base maps) more efficiently.
The main benefit of using WMTS is that tiles can be rendered server-side and then cached client-side. This reduces waiting time and bandwidth limitations. OGC WMTS is used to accelerate and optimize map image rendering and delivery.
Products GeoWebCache 1.5.3 is one example of an implementation of OGC WMTS.

See also