Skip to content

Commit 6499406

Browse files
committed
trying to center maps on networks
1 parent 4111ba3 commit 6499406

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

networks.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,9 @@ Adult card trip network
7373

7474
Youth card trip network vs. Adult card trip network
7575

76-
7776
<div style="display: flex; justify-content: space-between; gap: 10px;">
78-
79-
<iframe src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/youth_net_no_downtown.html" style="width: 48%; height: 600px; border: none;"></iframe>
80-
81-
<iframe src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/adult_no_downtown_network.html" style="width: 48%; height: 600px; border: none;"></iframe>
82-
77+
<iframe id="youthMap" src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/youth_net_no_downtown.html" style="width: 48%; height: 600px; border: none;" onload="centerMap('youthMap')"></iframe>
78+
<iframe id="adultMap1" src="https://uwescience.github.io/DSSG2024_transit_equity/assets/img/adult_no_downtown_network.html" style="width: 48%; height: 600px; border: none;" onload="centerMap('adultMap1')"></iframe>
8379
</div>
8480

8581

0 commit comments

Comments
 (0)