Skip to content

Commit

Permalink
another querystring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Jun 18, 2020
1 parent 5987ac8 commit fe86b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/reference_units.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ get_hu <- function(wbd_gdb, hu_layer, id_attribute, gnis_base, pid_base,
creator = creator,
description = description,
c1_type = "QueryString",
c1_match = "?f=.*",
c1_match = "f=.*",
c1_value = paste0(landing_base,
hu$temp_id,
"?f=${C:f:1}"))
Expand Down Expand Up @@ -77,7 +77,7 @@ write_nat_aq <- function(nat_aq, pid_base, landing_base, out, out_csv) {
creator = "[email protected]",
description = "National Aquifer Reference",
c1_type = "QueryString",
c1_match = "?f=.*",
c1_match = "f=.*",
c1_value = paste0(landing_base,
nat_aq$NAT_AQFR_CD,
"?f=${C:f:1}"))
Expand Down

0 comments on commit fe86b3d

Please sign in to comment.