File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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) {
746746window . 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
You can’t perform that action at this time.
0 commit comments