- add
asset_type
to describe the type of asset (e.g COG or STAC) - add
asset_prefix
to use to construct a full asset url - add
data_type
- add
colormap
, which can be useful if the assets have the same internal colormap - add
tilematrixset
to support more than the default WebMercatorQuad TMS - add
layers
to define a set of configurations which can be used to create tiles
- added pre-commit to validate the JSON schema
- add
bounds
as a required key (#4) - add
quadkey_zoom
as an optional key (#2)
- Initial release