Skip to content

Commit

Permalink
fix: legend
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Sep 25, 2024
1 parent 8f221ac commit 1a1cfc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/config/ideas_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ const IDEASConfigs = [
geometry: wkt.read('POLYGON ((1.263428 43.485809, 1.263428 43.678798, 1.601257 43.678798, 1.601257 43.485809, 1.263428 43.485809))').toJson(),
}],
},
legendUrl: 'https://raw.githubusercontent.com/eurodatacube/eodash-assets/main/collections/IDEAS5_urban_heat/cm_legend.png',
legendUrl: 'https://raw.githubusercontent.com/eurodatacube/eodash-assets/main/collections/IDEAS5_real_estate/cm_legend.png',
id: 'IND5_1',
protocol: 'cog',
sources: [
Expand Down Expand Up @@ -935,7 +935,7 @@ const IDEASConfigs = [
},
{
// dissolved individual bands as layers
legendUrl: 'https://raw.githubusercontent.com/eurodatacube/eodash-assets/main/collections/IDEAS5_urban_heat/cm_legend.png',
legendUrl: 'https://raw.githubusercontent.com/eurodatacube/eodash-assets/main/collections/IDEAS5_real_estate/cm_legend.png',
protocol: 'cog',
sources: [
{ url: 'https://eox-ideas.s3.eu-central-1.amazonaws.com/indicator5/final_dpe_output_France_4326.tif' },
Expand All @@ -960,7 +960,7 @@ const IDEASConfigs = [
}, {
// dissolved individual bands as layers
protocol: 'cog',
legendUrl: 'https://raw.githubusercontent.com/eurodatacube/eodash-assets/main/collections/IDEAS5_urban_heat/cm_legend.png',
legendUrl: 'https://raw.githubusercontent.com/eurodatacube/eodash-assets/main/collections/IDEAS5_real_estate/cm_legend.png',
sources: [
{ url: 'https://eox-ideas.s3.eu-central-1.amazonaws.com/indicator5/final_lst_output_France_4326.tif' },
],
Expand Down

0 comments on commit 1a1cfc6

Please sign in to comment.