Skip to content

Commit

Permalink
id => url
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Mar 14, 2023
1 parent 0d1165c commit 26e04c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proposals/load_stac.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"experimental": true,
"parameters": [
{
"name": "id",
"name": "url",
"description": "The URL of a static STAC or a STAC API Collection.",
"schema": {
"title": "URL",
Expand Down Expand Up @@ -238,13 +238,13 @@
{
"title": "Load from a static STAC / batch job result",
"arguments": {
"id": "https://example.com/api/v1.0/jobs/123/results"
"url": "https://example.com/api/v1.0/jobs/123/results"
}
},
{
"title": "Load from a STAC API",
"arguments": {
"id": "https://example.com/collections/SENTINEL2",
"url": "https://example.com/collections/SENTINEL2",
"spatial_extent": {
"west": 16.1,
"east": 16.6,
Expand Down

0 comments on commit 26e04c4

Please sign in to comment.