File tree Expand file tree Collapse file tree 6 files changed +22
-9
lines changed Expand file tree Collapse file tree 6 files changed +22
-9
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
2020### Fixed
2121
22+ ## [ 1.1.0]
23+
24+ ### Added
25+
26+ - OGC WMS (Basic WMS only)
27+ - 3D Tiles
28+
29+ ### Changed
30+
31+ - The JSON schema for ` wmts:layer ` is less ambiguous and a bit more strict
32+
2233## [ 1.0.0]
2334
2435- Initial release for TileJSON, WMTS and XYZ.
2536
26- [ Unreleased ] : < https://github.com/stac-extensions/web-map-links/compare/v1.0.0...HEAD >
37+ [ Unreleased ] : < https://github.com/stac-extensions/web-map-links/compare/v1.1.0...HEAD >
38+ [ 1.1.0 ] : < https://github.com/stac-extensions/web-map-links/compare/v1.0.0...v1.1.0 >
2739[ 1.0.0 ] : < https://github.com/stac-extensions/web-map-links/tree/v1.0.0 >
Original file line number Diff line number Diff line change 11# Web Map Links Extension Specification
22
33- ** Title:** Web Map Links
4- - ** Identifier:** < https://stac-extensions.github.io/web-map-links/v1.0 .0/schema.json >
4+ - ** Identifier:** < https://stac-extensions.github.io/web-map-links/v1.1 .0/schema.json >
55- ** Field Name Prefix:** none, but each relation type has potentially a distinct prefix for additional data (e.g. ` wmts ` and ` xyz ` )
66- ** Scope:** Item, Catalog, Collection
77- ** Extension [ Maturity Classification] ( https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity ) :** Proposal
Original file line number Diff line number Diff line change 11{
22 "stac_version" : " 1.0.0" ,
33 "stac_extensions" : [
4- " https://stac-extensions.github.io/web-map-links/v1.0 .0/schema.json"
4+ " https://stac-extensions.github.io/web-map-links/v1.1 .0/schema.json"
55 ],
66 "type" : " Collection" ,
77 "id" : " collection" ,
Original file line number Diff line number Diff line change 11{
22 "stac_version" : " 1.0.0" ,
33 "stac_extensions" : [
4- " https://stac-extensions.github.io/web-map-links/v1.0 .0/schema.json"
4+ " https://stac-extensions.github.io/web-map-links/v1.1 .0/schema.json"
55 ],
66 "type" : " Feature" ,
77 "id" : " item" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " http://json-schema.org/draft-07/schema#" ,
3- "$id" : " https://stac-extensions.github.io/web-map-links/v1.0 .0/schema.json#" ,
3+ "$id" : " https://stac-extensions.github.io/web-map-links/v1.1 .0/schema.json#" ,
44 "title" : " Web Map Links Extension" ,
55 "description" : " STAC Web Map Links Extension for STAC Items, STAC Catalogs and STAC Collections." ,
66 "type" : " object" ,
1313 "stac_extensions" : {
1414 "type" : " array" ,
1515 "contains" : {
16- "const" : " https://stac-extensions.github.io/web-map-links/v1.0 .0/schema.json"
16+ "const" : " https://stac-extensions.github.io/web-map-links/v1.1 .0/schema.json"
1717 }
1818 },
1919 "type" : {
3535 "rel" : {
3636 "enum" : [
3737 " xyz" ,
38+ " wms" ,
3839 " wmts" ,
3940 " tilejson" ,
4041 " 3d-tiles"
Original file line number Diff line number Diff line change 11{
22 "name" : " stac-extensions" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "scripts" : {
55 "test" : " npm run check-markdown && npm run check-examples" ,
66 "check-markdown" : " remark . -f -r .github/remark.yaml" ,
7- "check-examples" : " stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/web-map-links/v1.0 .0/schema.json=./json-schema/schema.json" ,
8- "format-examples" : " stac-node-validator . --format --schemaMap https://stac-extensions.github.io/web-map-links/v1.0 .0/schema.json=./json-schema/schema.json"
7+ "check-examples" : " stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/web-map-links/v1.1 .0/schema.json=./json-schema/schema.json" ,
8+ "format-examples" : " stac-node-validator . --format --schemaMap https://stac-extensions.github.io/web-map-links/v1.1 .0/schema.json=./json-schema/schema.json"
99 },
1010 "dependencies" : {
1111 "remark-cli" : " ^8.0.0" ,
You can’t perform that action at this time.
0 commit comments