Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added parameters 32319,32321 #40

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mapper/wateralert/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
var rt_parms_gw = "00095,62610,62611,72019,72020,72150";
var rt_parms_sp = "00060,00065";
var rt_parms_at = "00045";
var rt_parms_qw = "00010,00011,00095,00300,00400,00480,00630,00665,63680,72213,99133";
var rt_parms_qw = "00010,00011,00095,00300,00400,00480,00630,00665,32319,32321,63680,72213,99133";

// Places for zooming and selecting
var placesStore;
Expand Down
2 changes: 2 additions & 0 deletions mapper/wateralert/scripts/wateralert.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ function getIVdata(siteGroup) {
case "99133": parm_unit=" mg/L as N"; parm_nm = "Nitrate + nitrite"; break;
case "99064": parm_unit=" ft"; parm_nm = "Water surface elevation difference between two locations"; break;
case "99067": parm_unit=" ft"; parm_nm = "Difference between observed and predicted water surface elevation"; break;
case "32319": parm_unit=" µg/l"; parm_nm = "Phycocyanins, in situ, fluorometric method, excitation at 590 +-15 nm, emission at 685 +-20 nm"; break;
case "32321": parm_unit=" RFU"; parm_nm = "Phycocyanins, in situ, fluorometric method, excitation at 590 +-15 nm, emission at 685 +-20 nm"; break;

}

Expand Down