Skip to content

Commit

Permalink
chore: add university ave walkway
Browse files Browse the repository at this point in the history
  • Loading branch information
doprz committed Feb 25, 2025
1 parent 5a902f0 commit db2e4b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/views/components/map/graphNodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,12 @@ const walkways: Walkway[] = [
end: { x: 89, y: 477 },
namePrefix: 'guad-walkway',
},
{
type: 'linear',
start: { x: 165, y: 255 },
end: { x: 165, y: 168 },
namePrefix: 'university-ave-walkway',
},
{
type: 'linear',
start: { x: 167, y: 310 },
Expand Down

0 comments on commit db2e4b7

Please sign in to comment.