opengeospatial / ogcapi-tiles

OGC API - Tiles draft specification
https://ogcapi.ogc.org/tiles
Other
37 stars 18 forks source link

Do we need JSON and HTML conformance classes? #105

Closed jerstlouis closed 2 years ago

jerstlouis commented 2 years ago

Processes for example have a Processes-specific JSON conformance class, in addition to the one defined in common.

A JSON conformance class would specify e.g. that the JSON encoding of the TileSetMetdata from 2DTMS should be used for an invidivudal tileset, and the JSON encoding for a list of tilesets.

Maybe we do not need separate ones for tilesets-list and tileset, and conformance to json implies that JSON is implemented for all other Tiles conformance classes?

Or does conformance to tileset and tilesets-list requires that JSON be implemented at minimum, and a JSON conformance class is not required?

joanma747 commented 2 years ago

The proposal is:

joanma747 commented 2 years ago

After adding the JSON sub-requirement, this issue is done.