From c45bebe53810357615751feb57477d85ebcc6207 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Tue, 21 Jul 2020 17:23:04 +0200 Subject: [PATCH] Adapt to openEO API 1.0 --- README.md | 4 ++-- components/Collection.vue | 43 ++++++++++++++++++----------------- components/Process.vue | 2 +- components/ProcessExample.vue | 15 +----------- components/UdfRuntime.vue | 2 +- components/UdfRuntimes.vue | 4 ++-- 6 files changed, 29 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index b4f54da..266804f 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Visualizes a collection following the STAC-based collection description. - `collection-after-summary` - `collection-before-details` - `collection-after-details` -- `collection-spatial-extent` - Custom HTML to display the spatial extent, e.g. a map. The variable `extent` is provides an array containing four elements (west, south, east, north) with the WGS84 coordinates. -- `collection-temporal-extent` - Custom HTML to display the temporal extent. The variable `extent` is provides an array with two elements (start, end). Each is a RFC3339 compatible `date-time` or `null` to indicate an open range. +- `collection-spatial-extents` - Custom HTML to display the spatial extents, e.g. a map. The variable `extents` provides an array of arrays, each containing four elements (west, south, east, north) with the WGS84 coordinates. +- `collection-temporal-extents` - Custom HTML to display the temporal extents. The variable `extents` provides an array of arrays, each with two elements (start, end). Both are RFC3339 compatible `date-time`, or `null` to indicate an open range. ### `Description` diff --git a/components/Collection.vue b/components/Collection.vue index 5c01784..2220303 100644 --- a/components/Collection.vue +++ b/components/Collection.vue @@ -46,24 +46,25 @@ {{ collection.license }} -
-