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.14.1 |
+version: 0.14.2 |
|
# 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 |
services.py
@@ -1933,7 +1933,7 @@ |
"longitude": float(row_dict["long"]), |
"stationName": row_dict["name"], |
"orgName": orgName, |
- "stationType": "River/Stream", # is this necessary? tcw |
+ "stationType": row_dict["Site Type"] |
} |
user_stations.append(station_min) |
id_list.append(row_dict["site"]) |
static/package.json
@@ -1,6 +1,6 @@ |
{ |
"name": "er2_303d_assess", |
- "version": "0.14.1", |
+ "version": "0.14.2", |
"target": "web", |
"module": "index.js", |
"license": "MIT", |