Skip to content

Commit af73f53

Browse files
authored
chore(locations): add modular classrooms coords (#44)
1 parent f48db8d commit af73f53

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/utils/locations.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ export const locations = {
4242
'LSB | Life Science Building': '34.411831, -119.84380',
4343
'PSYCH | Psychology Building': '34.411911, -119.84505',
4444
'BIOL2 | Biological Sciences II': '34.411961, -119.84265',
45-
'387 | Modular Classrooms': '34.411976, -119.84568',
46-
'387 | Modular Classrooms': '34.411976, -119.84568',
45+
'Modular Classrooms': '34.41186, -119.845662',
4746
'251 | Psychology East': '34.412003, -119.84460',
4847
'Madulce House': '34.412017, -119.85183',
4948
'Art Museum': '34.412048, -119.84928',
@@ -242,6 +241,7 @@ export const classrooms = {
242241
'ESB 1001': '34.415551969364024, -119.84186070348487',
243242
'ESB 1003': '34.41564091513607, -119.84189807263962',
244243
'ESB 2001': '34.41570860014485, -119.8419789176278',
244+
'GIRV 1004': '34.4138802, -119.846701',
245245
'GIRV 1106': '34.4137648, -119.8467023',
246246
'GIRV 1108': '34.4137648, -119.8467023',
247247
'GIRV 1112': '34.4137499, -119.8465852',
@@ -479,5 +479,7 @@ export const classrooms = {
479479
'WEBB 1015': '34.4134578, -119.8437129',
480480
'WEBB 1025': '34.4134655, -119.8436201',
481481
'WEBB 1100': '34.4134849, -119.8439309',
482-
'WEBB 2007': '34.4134680, -119.8438833'
482+
'WEBB 2007': '34.4134680, -119.8438833',
483+
'387 1011': '34.41193, -119.845659',
484+
'387 1015': '34.41186, -119.845662',
483485
}

0 commit comments

Comments
 (0)