Skip to content

Commit

Permalink
Update ref-gages.jsonld
Browse files Browse the repository at this point in the history
Change ref-gages template so indirectPostition mainstem is of @type @id since its reference is "in-band"
  • Loading branch information
ksonda authored Aug 21, 2023
1 parent cffcc1e commit 7cb9313
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"hyf:HY_DistanceDescription": "upstream"
},
{% endif %}
"hyf:linearElement": "https://geoconnex.us/nhdplusv2/reachcode/{{ data.nhdpv2_reachcode }}"
"hyf:linearElement": "https://geoconnex.us/nhdplusv2/reachcode/{{ data.nhdpv2_reachcode }}"
}
}
{% if data.mainstem_uri %}
Expand All @@ -68,7 +68,7 @@
{% if data.mainstem_uri %}
{
"hyf:HY_IndirectPosition": {
"hyf:linearElement": "{{ data.mainstem_uri }}"
"hyf:linearElement": {"@id": "{{ data.mainstem_uri }}"}
}
}
{% endif %}
Expand Down

0 comments on commit 7cb9313

Please sign in to comment.