Skip to content

Commit

Permalink
forcing the default layers to use the 'coampsforecast' ensemble name …
Browse files Browse the repository at this point in the history
…for the nopp site.
  • Loading branch information
PhillipsOwen committed Oct 10, 2024
1 parent 63d007c commit 6fc107d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/map-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ export const getBrandingHandler = () => {
let ret_val = '';

// if this is a nopp branding
if(window.location.href.includes('nopp')) {
if(window.location.href.includes('nopp') || true) {
// use local host values
ret_val = '&project_code=nopp';
ret_val = '&project_code=nopp&ensemble_name=coampsforecast';
}

// return the query string
Expand Down

0 comments on commit 6fc107d

Please sign in to comment.