From d1046b938c8885682d774b6055ece308b5d68ebb Mon Sep 17 00:00:00 2001 From: baloola Date: Thu, 22 Feb 2024 16:45:22 +0100 Subject: [PATCH] use fixed queryables response --- src/components/SearchFilter.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/SearchFilter.vue b/src/components/SearchFilter.vue index c359eb8..ee2a440 100644 --- a/src/components/SearchFilter.vue +++ b/src/components/SearchFilter.vue @@ -320,6 +320,12 @@ export default { created() { let promises = []; if (this.cql && this.stac) { + this.stac.links.push({ + title: "Queryables", + href: "https://stacapi.eoxhub.fairicube.eu/queryables", + rel: "http://www.opengis.net/def/rel/ogc/1.0/queryables", + type: "application/schema+json" + }) let queryableLink = this.findQueryableLink(this.stac.links); promises.push( this.loadQueryables(queryableLink) @@ -604,7 +610,7 @@ $primary-color: map-get($theme-colors, "primary"); color: #495057; border-color: #495057 transparent transparent; } - + .multiselect__tags, .multiselect__single { border-color: #ced4da;