Skip to content

Commit

Permalink
Update initial display interpolation image for temp/sal.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsefton12 committed Apr 5, 2024
1 parent 24473be commit baef8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clyde-river.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h2>Salinity</h2>
</div>

<div class="tab map-salinity-view" style="max-width: 1500px">
<img src="https://dpiclimate.github.io/iot-spatial-interpolation/clyde_river/salinity/0.png"
<img src="https://sherman-pablo.bnr.la/iot-spat-inter/clyde_river/salinity/0.png"
style="width: 100%; margin: auto; max-width: 1008px;" id="salinityImg">
<div class="sliderDiv">
<a onclick="play_timer()"><img id="salinityControl" src="assets/play-circle.svg"></a>
Expand Down Expand Up @@ -230,7 +230,7 @@ <h2>Water Temperature</h2>
</div>

<div class="tab map-temp-view">
<img src="https://dpiclimate.github.io/iot-spatial-interpolation/clyde_river/temperature/0.png"
<img src="https://sherman-pablo.bnr.la/iot-spat-inter/clyde_river/temperature/0.png"
style="width: 100%; margin: auto; max-width: 1008px;" id="tempImg">
<div class="sliderDiv">
<a onclick="temp_play_timer()"><img id="tempControl" src="assets/play-circle.svg"></a>
Expand Down

0 comments on commit baef8d2

Please sign in to comment.