Skip to content

Commit

Permalink
lazy-load maps on water crisis page
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwhall committed Jan 10, 2025
1 parent ddb299e commit 84e5bf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _pages/projects/water-crisis.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ _Hover or tap a cell to see the number of hours and reports for that area._
<iframe
width="10000"
height="500"
loading="lazy"
src="https://overpass-ultra.us/#map&query=url:https://maprva.github.io/2025-water-crisis/sev1_median_duration.ultra">
</iframe>

Expand All @@ -45,6 +46,7 @@ _Hover or tap the cells to see the number of hours and reports for that area._
<iframe
width="10000"
height="500"
loading="lazy"
src="https://overpass-ultra.us/#map&query=url:https://maprva.github.io/2025-water-crisis/sev2_median_duration.ultra">
</iframe>

Expand All @@ -57,6 +59,7 @@ _Hover or tap a cell to see the number of hours and reports for that area._
<iframe
width="10000"
height="500"
loading="lazy"
src="https://overpass-ultra.us/#map&query=url:https://maprva.github.io/2025-water-crisis/sev3_median_duration.ultra">
</iframe>

Expand All @@ -69,6 +72,7 @@ Our survey yielded many thoughtful comments, and some humorous ones. Here's a lo
<iframe
width="10000"
height="500"
loading="lazy"
src="https://overpass-ultra.us/#map&query=url:https://maprva.github.io/2025-water-crisis/selected_notes.ultra">
</iframe>

Expand Down

0 comments on commit 84e5bf2

Please sign in to comment.