Generated by DeepSeek V3.2| OGC API - Tiles | |
|---|---|
| Name | OGC API - Tiles |
| Developer | Open Geospatial Consortium |
| Latest release version | 1.0 |
| Latest release date | 2020 |
| Status | Published Standard |
| Genre | Web service, Geospatial data |
| License | Open Standard |
OGC API - Tiles is a modern web service standard developed by the Open Geospatial Consortium for delivering tiled geospatial data over the internet. It provides a RESTful API that enables clients to request and retrieve map or data tiles in a standardized, efficient manner. This standard is part of a broader family of modular OGC API specifications designed to make geospatial information more accessible on the World Wide Web. It succeeds and modernizes earlier tiling protocols like the Web Map Tile Service.
The standard defines a set of operations and resources that allow servers to publish tilesets and clients to discover and consume them. It is built upon modern web architectural principles, utilizing JSON for metadata and supporting HTTP content negotiation. The specification is designed to be lightweight and developer-friendly, promoting integration with common web mapping libraries like Leaflet and OpenLayers. Its development was influenced by the widespread adoption of tiling schemes used by platforms such as Google Maps and OpenStreetMap.
The fundamental unit is the **tileset**, a collection of tiles organized in a defined tiling scheme, often following a quadtree structure like the one popularized by the Web Mercator projection. Each tile is a georeferenced data rectangle, which can contain raster imagery, vector features, or coverage data. The standard supports multiple **tile matrix sets**, allowing for different projections and zoom level definitions beyond the ubiquitous WGS84-based grids. Core resources include the landing page, the tileset metadata document, and the tile resource itself, each accessible via predictable URL patterns.
OGC API - Tiles is formally documented as OGC document 20-057 and is published under the consortium's rigorous standards process. It aligns with the overarching OGC API framework, ensuring consistency with related standards like OGC API - Features and OGC API - Coverages. The specification leverages other foundational World Wide Web Consortium standards, including HTTP/1.1 and RFC 8288 for web linking. Its JSON Schema definitions provide a machine-readable description of the API, facilitating automated client generation and validation.
Implementations are available in various open-source and commercial GIS servers, including GeoServer, QGIS Server, and ESRI ArcGIS. Developers use the API to build interactive web maps, mobile applications, and data visualization dashboards that require fast, scalable tile delivery. A common use case is serving basemap layers for situational awareness applications, often integrating with frameworks like MapLibre GL JS. Compliance is verified through the OGC Compliance & Interoperability Testing & Evaluation initiative, which provides validation tools and certified implementations.
This standard is a direct evolution of the Web Map Tile Service (WMTS), offering a more modern, REST-based interface. It is designed to work in concert with OGC API - Maps for styled map rendering and OGC API - Styles for symbology definition. For vector tile delivery, it can integrate with the Mapbox Vector Tile specification. The data within tiles may originate from services implementing OGC Web Feature Service or OGC Web Coverage Service, demonstrating interoperability within the broader OGC ecosystem.
Development is driven by the Open Geospatial Consortium's Standards Working Group, with active participation from organizations like Natural Resources Canada, European Space Agency, and Ordnance Survey. The collaborative process occurs on public platforms like GitHub, where drafts, issues, and implementations are openly discussed. The evolution of the standard is influenced by real-world testing in initiatives such as Testbed-17 and feedback from the broader geospatial community, ensuring it meets modern web development practices and user needs.
Category:Open Geospatial Consortium standards Category:Geospatial data Category:Web services