Skip to content

Commit

Permalink
fix map links
Browse files Browse the repository at this point in the history
  • Loading branch information
andresfchamorro committed Oct 16, 2024
1 parent e73eb07 commit 9f85e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ais/ais_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This interactive map contains the following layers:
> *Random 10% per buffer, aggregated by H3 resolution 12, ~154 sqm per H3*
<div id="content" style="max-width: 100%; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="../images/interactive/ais/PacificIslandsMap.html" name="Pacific Islands Map" id="Pacific Islands Map" style="border: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%;" allowfullscreen="">
<iframe src="../interactive/ais/PacificIslandsMap.html" name="Pacific Islands Map" id="Pacific Islands Map" style="border: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%;" allowfullscreen="">
</iframe>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/ais/ais_trade.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We follow two existing methodologies on trade volume estimation ({cite:t}`Tracki
The map below shows the location of each port and the buffer area (22 km) used to extract AIS data.

<div id="content" style="max-width: 100%; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="../images/interactive/ais/PacificIslandsPorts.html" name="Pacific Islands Map" id="Pacific Islands Map" style="border: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%;" allowfullscreen="">
<iframe src="../interactive/ais/PacificIslandsPorts.html" name="Pacific Islands Map" id="Pacific Islands Map" style="border: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%;" allowfullscreen="">
</iframe>
</div>

Expand Down

0 comments on commit 9f85e5f

Please sign in to comment.