Skip to content

Commit

Permalink
Make default geohash layer name to Dataset Counts
Browse files Browse the repository at this point in the history
Use this default in the ADC config
  • Loading branch information
robyngit committed Jun 30, 2023
1 parent 5ff9282 commit 65fb9ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/models/maps/assets/CesiumGeohash.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
1 change: 0 additions & 1 deletion src/js/themes/arctic/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ MetacatUI.AppConfig = Object.assign(
layers: [
{
type: "CesiumGeohash",
label: "Geohashes",
visible: true,
colorPalette: {
paletteType: "continuous",
Expand Down

0 comments on commit 65fb9ae

Please sign in to comment.