Skip to content

Commit 870a13d

Browse files
authored
Merge pull request #7299 from StoDevX/drew/webcams-update
add madson construction camera
2 parents 47733c1 + 6ce9a68 commit 870a13d

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

data/webcams/2-east-quad.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: East Quad
22
pageUrl: https://www.stolaf.edu/multimedia/webcams/?cam=eastquad#fold
3-
streamUrl: https://cdn.stobcm.com/webcams/eastquad.stream/master.m3u8
3+
streamUrl: https://cdn.stobcm.com/webcams/eastquad.m3u8
44
thumbnail: eastquad
55
tagline: Looking out to Regents, Holland Hall, and Old Main
66
accentColor: [82, 87, 54]

data/webcams/6-ole-ave.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: St. Olaf Avenue
22
pageUrl: https://www.stolaf.edu/multimedia/webcams/?cam=oleave#fold
3-
streamUrl: https://cdn.stobcm.com/webcams/oleave.stream/master.m3u8
3+
streamUrl: https://cdn.stobcm.com/webcams/oleave.m3u8
44
thumbnail: oleave
55
tagline: View the eastern entrance to the campus and new dorms
66
accentColor: [48, 63, 102]

data/webcams/7-madson.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Madson Construction
2+
pageUrl: https://www.stolaf.edu/multimedia/webcams/?cam=madson#fold
3+
streamUrl: https://cdn.stobcm.com/webcams/madson.m3u8
4+
thumbnail: madson
5+
tagline: View the thermal energy tank construction project along Founders Dr
6+
accentColor: [48, 63, 102]
7+
textColor: '#fff'

images/webcams/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import eastquad from './eastquad.jpg'
44
import tomsoneast from './tomsoneast.jpg'
55
import tomsonwest from './tomsonwest.jpg'
66
import oleave from './oleave.jpg'
7+
import madson from './madson.jpg'
78

89
export const images = new Map<string, number>([
910
['alumniwest', alumniwest],
@@ -12,4 +13,5 @@ export const images = new Map<string, number>([
1213
['tomsoneast', tomsoneast],
1314
['tomsonwest', tomsonwest],
1415
['oleave', oleave],
16+
['madson', madson],
1517
])

images/webcams/madson.jpg

63.3 KB
Loading

0 commit comments

Comments
 (0)