Skip to content

Commit

Permalink
chore: lint fixes and itemfilter style override
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Behairi committed Oct 6, 2023
1 parent a22c90b commit 25bd823
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion app/src/components/IndicatorFiltersPanel.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<eox-itemfilter class="pa-2">
<eox-itemfilter class="pa-2" :styleOverride="
`input[type=radio]::after { height: 12px; }`" >
<h4 slot="filterstitle" style="margin-top: 8px">
{{this.appConfig.id === "gtif" ? "Domains" : "Filter"}}
</h4>
Expand Down
2 changes: 0 additions & 2 deletions app/src/config/gtif.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
import GeoJSON from 'ol/format/GeoJSON';
import WKB from 'ol/format/WKB';


export const STACEndpoint = 'https://eurodatacube.github.io/eodash-catalog/GTIF/catalog.json';
// export const STACEndpoint = 'http://127.0.0.1:8000/GTIF/catalog.json';

Expand Down Expand Up @@ -447,7 +446,6 @@ const trucksFeatures = {
areaFormatFunction: (area) => ({ area: wkt.read(JSON.stringify(area)).write() }),
};


export const indicatorsDefinition = Object.freeze({
BM2: {
indicator: 'Above Ground Biomass',
Expand Down
1 change: 0 additions & 1 deletion app/src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@
class="pointerEvents">
</eox-layercontrol>
</UiPanel>

</div>
</v-col>
</v-row>
Expand Down

0 comments on commit 25bd823

Please sign in to comment.