From 65fb9ae46ba8bbdc1d962860a29bd20d565e638e Mon Sep 17 00:00:00 2001 From: Robyn Thiessen-Bock Date: Fri, 30 Jun 2023 14:15:21 -0400 Subject: [PATCH] Make default geohash layer name to Dataset Counts Use this default in the ADC config --- src/js/models/maps/assets/CesiumGeohash.js | 2 +- src/js/themes/arctic/config.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/js/models/maps/assets/CesiumGeohash.js b/src/js/models/maps/assets/CesiumGeohash.js index 439e6a6c8..61b627e65 100644 --- a/src/js/models/maps/assets/CesiumGeohash.js +++ b/src/js/models/maps/assets/CesiumGeohash.js @@ -63,7 +63,7 @@ define([ defaults: function () { return Object.assign(CesiumVectorData.prototype.defaults(), { type: "CZMLDataSource", - label: "Geohashes", + label: "Dataset counts", geohashes: new Geohashes(), opacity: 0.8, colorPalette: new AssetColorPalette({ diff --git a/src/js/themes/arctic/config.js b/src/js/themes/arctic/config.js index 4da9c9a75..3384c9e32 100644 --- a/src/js/themes/arctic/config.js +++ b/src/js/themes/arctic/config.js @@ -115,7 +115,6 @@ MetacatUI.AppConfig = Object.assign( layers: [ { type: "CesiumGeohash", - label: "Geohashes", visible: true, colorPalette: { paletteType: "continuous",