OGC API-Tiles |
OGC The API-Tiles standard defines the building blocks for creating a web API that supports retrieving geospatial information in tile format, inheriting the OGC WMTS standard and focusing more on simple, reusable REST API building blocks that can be described using the OpenAPI specification.
OGC API-Tiles | Version |
Part 1:Core |
SuperMap iServer supports publishing OGC API map services (please refer to quickly publishing GIS services ), providing an interface conforming to the OGC API-Tiles specification:
OGC API Child resources provided by map services:
collections resource is the entry of map list. You can view map details and tile sets supported by the map. The elements the collection contains and the sets of tiles it supports.
conformance resource lists the specifications that this service implements.
tileMartrixSets resource is the entry of the tile matrix set list, and you can view the details of the tile matrix set.
OGC API map services provides an OpenAPI description of the service, and you can quickly learn how the API works, configuration information, and generate code to access the Web service.