Move testHelpers directory up one level

This commit is contained in:
2025-07-31 22:41:05 -04:00
parent b7299b8359
commit 14fbdc7408
28 changed files with 46 additions and 53 deletions

View File

@@ -0,0 +1,92 @@
export const chapmanParkingStructureData = {
"CenterOnLatitude": 33.793379,
"CenterOnLongitude": -117.853099,
"LatitudeZoom": 0.0045,
"LongitudeZoom": 0.0045,
"Structures": [
{
"Address": "300 E Walnut, Orange, CA 92867",
"Capacity": 871,
"CurrentCount": 211,
"HdpiDetailImage": "https://webfarm.chapman.edu/ParkingService/lastinger-hdpi.png",
"Latitude": 33.7945513,
"LdpiDetailImage": "https://webfarm.chapman.edu/ParkingService/lastinger-ldpi.png",
"Levels": [
{
"Capacity": 871,
"CurrentCount": 211,
"FriendlyName": "All Levels",
"SystemName": "All"
},
{
"Capacity": 401,
"CurrentCount": 26,
"FriendlyName": "B1 Level",
"SystemName": "L1"
},
{
"Capacity": 470,
"CurrentCount": 185,
"FriendlyName": "B2 Level",
"SystemName": "L2"
}
],
"Longitude": -117.8518707,
"MdpiDetailImage": "https://webfarm.chapman.edu/ParkingService/lastinger-mdpi.png",
"Name": "Anderson Structure",
"Timestamp": "/Date(1744327687147-0700)/",
"XhdpiDetailImage": "https://webfarm.chapman.edu/ParkingService/lastinger-xhdpi.png"
},
{
"Address": "200 W Sycamore Ave, Orange, CA 92866-1053",
"Capacity": 692,
"CurrentCount": 282,
"HdpiDetailImage": "https://webfarm.chapman.edu/ParkingService/barrera-hdpi.png",
"Latitude": 33.792937,
"LdpiDetailImage": "https://webfarm.chapman.edu/ParkingService/barrera-ldpi.png",
"Levels": [
{
"Capacity": 692,
"CurrentCount": 282,
"FriendlyName": "All Levels",
"SystemName": "All"
},
{
"Capacity": 85,
"CurrentCount": 0,
"FriendlyName": "Level 1",
"SystemName": "L1"
},
{
"Capacity": 145,
"CurrentCount": 21,
"FriendlyName": "Level 2",
"SystemName": "L2"
},
{
"Capacity": 150,
"CurrentCount": 50,
"FriendlyName": "Level 3",
"SystemName": "L3"
},
{
"Capacity": 150,
"CurrentCount": 79,
"FriendlyName": "Level 4",
"SystemName": "L4"
},
{
"Capacity": 162,
"CurrentCount": 132,
"FriendlyName": "Level 5",
"SystemName": "L5"
}
],
"Longitude": -117.854782,
"MdpiDetailImage": "https://webfarm.chapman.edu/ParkingService/barrera-mdpi.png",
"Name": "Barrera",
"Timestamp": "/Date(1744327647113-0700)/",
"XhdpiDetailImage": "https://webfarm.chapman.edu/ParkingService/barrera-xhdpi.png"
}
]
}