File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- ## [ v1.1.0] - 2023-02-10
9+ ## [ v1.1.0] - 2023-02-08
1010
1111### Added
1212
@@ -17,10 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717- ` proj:epsg ` is not required in Item properties anymore. ` proj:epsg ` is recommended now, but not required in any scope.
1818- Updated the PROJJSON schema to v0.5
1919
20- ### Deprecated
21-
22- ### Removed
23-
2420### Fixed
2521
2622- Added missing scope "Collection" to Readme. The scope was already supported in JSON Schemas.
@@ -32,6 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3228
3329Initial independent release, see [ previous history] ( https://github.com/radiantearth/stac-spec/commits/v1.0.0-rc.2/extensions/projection )
3430
35- [ Unreleased ] : < https://github.com/stac-extensions/projection/compare/v1.1 .0...HEAD >
31+ [ Unreleased ] : < https://github.com/stac-extensions/projection/compare/v1.0 .0...HEAD >
3632[ v1.1.0 ] : < https://github.com/stac-extensions/projection/compare/v1.0.0...v1.1.0 >
3733[ v1.0.0 ] : < https://github.com/stac-extensions/projection/tree/v1.0.0 >
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/projection/v1.0 .0/schema.json"
4+ " https://stac-extensions.github.io/projection/v1.1 .0/schema.json"
55 ],
66 "type" : " Feature" ,
77 "id" : " 20201211_223832_CS2_A" ,
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/projection/v1.0 .0/schema.json" ,
4+ " https://stac-extensions.github.io/projection/v1.1 .0/schema.json" ,
55 " https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
66 ],
77 "type" : " Collection" ,
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/projection/v2.0 .0/schema.json" ,
3+ "$id" : " https://stac-extensions.github.io/projection/v1.1 .0/schema.json" ,
44 "title" : " Projection Extension" ,
55 "description" : " STAC Projection Extension for STAC Items." ,
66 "$comment" : " This schema succeeds if the proj: fields are not used at all, please keep this in mind." ,
You can’t perform that action at this time.
0 commit comments