Skip to content

Commit 150372c

Browse files
committed
style: Update data layer names in app.js
1 parent b4a81fc commit 150372c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ async function initMap(event) {
421421
// Data Layers Group Name
422422
const DATA_LAYER_GROUP = 'datalayer';
423423
const dataLayers = [
424-
{ name: 'Intensity (MMI)', file: 'cont_mi.json', color: '#ff0000' },
424+
{ name: 'Intensity', file: 'cont_mi.json', color: '#ff0000' },
425425
{ name: 'PGA', file: 'cont_pga.json', color: '#0000ff' },
426426
{ name: 'PGV', file: 'cont_pgv.json', color: '#008000' },
427427
{ name: 'PSA 0.3s', file: 'cont_psa0p3.json', color: '#ffa500' },
@@ -746,7 +746,7 @@ async function initMap(event) {
746746
window.switchDataLayer = function (selectedName) {
747747
// Defined data keys that are part of the radio group
748748
const dataKeys = [
749-
'Intensity (MMI)', 'PGA', 'PGV',
749+
'Intensity', 'PGA', 'PGV',
750750
'PSA 0.3s', 'PSA 1.0s', 'PSA 3.0s'
751751
];
752752

0 commit comments

Comments
 (0)