Displaying differences for changeset
 
display as  

CategoryList_v10.csv

@@ -5,7 +5,7 @@
 Geomorphology,4,4,TRUE,TRUE,3
 Habitat,4,4,TRUE,TRUE,3
 Biological Condition,4,4,TRUE,TRUE,3
-Water Quality,1,1,TRUE,FALSE,3
+Water Quality,4,4,TRUE,FALSE,3
 Impairments,4,4,TRUE,TRUE,3
 Infrastructure,3,3,TRUE,FALSE,3
 Land Use Change,4,4,TRUE,TRUE,3

IndicatorList_v10.csv

@@ -17,7 +17,7 @@
 Climate,Average annual max temperature,c_max_tmp,2,max,2,min,inches,TRUE,FALSE,1,max
 Climate,Max 24-hr precipitation,c_24hr_pcp,2,max,2,min,inches,TRUE,FALSE,1,max
 Climate,Maximum 3-day precipitation,c_3day_pcp,2,max,2,min,inches,TRUE,FALSE,1,max
-Hydrology,Ag on Hydric Soils in percent,hyd_agsoil,1,min,1,max,%,FALSE,TRUE,4,min
+Hydrology,Ag on Hydric Soils in percent,hyd_agsoil,4,min,4,max,%,TRUE,TRUE,4,min
 Hydrology,Dam Storage,hyd_dmrati,4,min,4,max,million gallons,TRUE,TRUE,4,min
 Hydrology,Forest,hyd_forst,4,max,4,min,%,TRUE,TRUE,4,max
 Hydrology,Wetlands,hyd_wtlnd,4,max,4,min,%,TRUE,TRUE,4,max
@@ -60,9 +60,9 @@
 Water Quality,Silver (Total),wq_cn_agt,4,min,4,max,ug/L,TRUE,FALSE,1,min
 Water Quality,Uranium (Total),wq_cn_ut,4,min,4,max,ug/L,TRUE,FALSE,1,min
 Water Quality,Zinc (Dissolved),wq_cn_znd,4,min,4,max,ug/L,TRUE,FALSE,1,min
-Impairments,Difference Between Assessed HUC12 stream length supporting vs. impaired,imp_strm,3,min,3,max,%,TRUE,TRUE,4,min
-Impairments,Difference between Asses HUC12 waterbody area supporting vs impaired,imp_wbd,3,min,3,max,%,TRUE,TRUE,4,min
-Impairments,Impairments (any kind),imp_miles,3,min,3,max,miles,TRUE,FALSE,1,min
+Impairments,Difference Between Assessed HUC12 stream length supporting vs. impaired,imp_strm,3,min,3,max,%,FALSE,TRUE,4,min
+Impairments,Difference between Asses HUC12 waterbody area supporting vs impaired,imp_wbd,3,min,3,max,%,FALSE,TRUE,4,min
+Impairments,Impairments (any kind),imp_miles,3,min,3,max,miles,FALSE,FALSE,1,min
 Impairments,Nutrient Impairments,imp_l_nut,3,min,3,max,miles,FALSE,FALSE,1,min
 Impairments,Ammonia Impairments,imp_l_nh3,1,min,1,max,miles,FALSE,FALSE,1,min
 Impairments,Dissoved Oxygen Impairments,imp_l_do,1,min,1,max,miles,FALSE,FALSE,1,min

config.yml

@@ -10,7 +10,7 @@
 # The current version of your application.  This will be advertised
 # through your REST API, and should take the form
 # "<major_version>.<minor_version>.<patch>".
-version: 0.2.39
+version: 0.2.40
 
 # The kind of application.  Currently eRAMS supports two kinds of applications, `system` and `app`.
 # System apps have pre-configured installation and configurations, while all `app` applications are

static/package.json

@@ -1,6 +1,6 @@
 {
   "name": "er2_watershedpriority",
-  "version": "0.2.39",
+  "version": "0.2.40",
   "target": "web",
   "module": "index.js",
   "license": "MIT",