|
1 | | -# Revision of the OGC Two Dimensional Tile Matrix Set |
| 1 | +# OGC Two Dimensional Tile Matrix Set and Tileset Metadata |
2 | 2 |
|
3 | | -Latest draft standard: [HTML](https://docs.opengeospatial.org/DRAFTS/17-083r4.html) [PDF](https://docs.opengeospatial.org/DRAFTS/17-083r4.pdf) |
| 3 | +Latest published **version 2.0** of the OGC Two Dimensional Tile Matrix Set and Tileset Metadata standard: [HTML](https://docs.ogc.org/is/17-083r4/17-083r4.html) [PDF](https://docs.ogc.org/is/17-083r4/17-083r4.pdf) |
4 | 4 |
|
5 | | -This GitHub repository contains the draft content for the revision of the OGC 17-083r2 Two Dimensional Tile Matrix Set standard. |
| 5 | +Latest release notes: [HTML](https://docs.ogc.org/is/17-083r4/21-066r1.html) [PDF](https://docs.ogc.org/is/17-083r4/21-066r1.pdf) |
6 | 6 |
|
7 | | -Last version of the release notes document: [HTML](https://docs.opengeospatial.org/DRAFTS/21-066r1.html) [PDF](https://docs.opengeospatial.org/DRAFTS/21-066r1.pdf) |
| 7 | +This standard defines the models and encodings for the Tile Matrix Sets and Tileset metadata of [_OGC API - Tiles_](https://docs.ogc.org/is/20-057/20-057.html). |
8 | 8 |
|
9 | | -The repo is organized as follows: |
| 9 | +Before becoming an independent OGC standard, the original concepts were used in the [OGC Web Map Tile Service (WMTS)](https://portal.ogc.org/files/?artifact_id=35326) and [OGC GeoPackage](https://www.geopackage.org/spec131/index.html). |
| 10 | + |
| 11 | +The main new capabilities of this independent standard are: |
| 12 | + |
| 13 | +- the concept of common Tile Matrix Sets that can be registered e.g., in the [OGC Tile Matrix Set Register](http://www.opengis.net/def/tms), re-used and easily recognized by URI, |
| 14 | +- support for [variable width tile matrices](https://docs.ogc.org/is/17-083r4/17-083r4.html#toc57) to better accommodate polar regions of Tile Matrix Sets defined in a geographic CRS, |
| 15 | +- a new service-independent [tileset metadata model](https://docs.ogc.org/is/17-083r4/17-083r4.html#toc20) and [encodings](https://docs.ogc.org/is/17-083r4/17-083r4.html#toc23), including the ability to describe schemas for component data layers of tiles of vector features or coverage data, |
| 16 | +- a [JSON encoding](https://docs.ogc.org/is/17-083r4/17-083r4.html#toc18) of Tile Matrix Set definitions. |
10 | 17 |
|
11 | | -* index.adoc - nothing in this document |
12 | | - - this is the only part needed to create a standard |
13 | | - * standard - the main standard document content |
14 | | - - organized in multiple sections and directories |
15 | | -* release_notes - the differences and improvements between the proposed version (OGC 17-083r4) and the OGC 17-083r2 |
16 | | - - organized in multiple sections and directories |
17 | | -* schemas - XML and JSON Schemas and examples for OGC 17-083r4 |
18 | | -* uml - The UML models used in the standard in EAP format. |
| 18 | +This GitHub repository contains the draft content for a future revision or corrigendum of the standard. |
| 19 | + |
| 20 | +The repo is organized as follows: |
19 | 21 |
|
20 | | -There are several issues collected since the publication of the standard that will be solved. The process is done in parallel with the OGC API - Tiles - Part 1: https://github.com/opengeospatial/ogcapi-tiles |
| 22 | +* [**registry/**](registry/) - The authoritative source of the [OGC Tile Matrix Set Register](http://www.opengis.net/def/tms), maintained by the _OGC API - Tiles_ Standard Working Group |
| 23 | +* [**release_notes/**](release_notes/) - the differences and improvements between versions 2.0 (OGC 17-083r4) and 1.0 (OGC 17-083r2) |
| 24 | +* [**schemas/**](schemas/) - XML and JSON Schemas and examples for TileMatrixSet definitions and Tileset Metadata |
| 25 | +* [**standard/**](standard/) - the main standard document content |
| 26 | +* [**standard/uml/**](standard/UML/) - The UML models used in the standard in EAP format. |
0 commit comments