opengeospatial / ogcapi-tiles

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

is there any specific description for the style? #163

Open rgbcmy opened 11 months ago

rgbcmy commented 11 months ago

is there any specific description for the style?

jerstlouis commented 11 months ago

@rgbcmy The OGC API - Styles (Draft) candidate standard lists available styles for a collection or dataset.

Then for a particular style at .../styles/{styleId} an implementation can provides a list of available tilesets using OGC API - Tiles at .../styles/{styleId}/tiles.

The tileset metadata (see 8.2.2) at .../tiles/{tileMatrixSet} can also provide metadata about the style used to render map tiles or filter vector tiles.

As for the actual style definition itself, OGC API - Styles allows to retrieve the style in one or more styling language e.g., legacy OGC Style Layer Descriptor / Symbology Encoding, MapboxGL Styles, or the upcoming draft OGC Styles & Symbology CartoSym-CSS / CartoSym-JSON.