Skip to content

Commit

Permalink
Fix mainstem URI in JSON-LD (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben authored Sep 9, 2024
1 parent 64599b5 commit 5a6b8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/usgs-location-oriented.j2
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"hyf:HY_IndirectPosition": {
"hyf:linearElement": {
{# Assumes we can hard code 0 since this template is location-oriented and thus all date is related to one location#}
"@id": "https://geoconnex.us/ref/mainstems/{{ data['Locations'][0]['properties']['mainstemURL'] }}"
"@id": "{{ data['Locations'][0]['properties']['mainstemURL'] }}"
}
}
},
Expand Down

0 comments on commit 5a6b8b1

Please sign in to comment.