Skip to content

Commit 2ee8ffb

Browse files
committed
Add location in another state as an example and for filter testing
1 parent d200da9 commit 2ee8ffb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

dist/data/locations.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,5 +398,25 @@
398398
"featured": "",
399399
"features": "Fresh Guacamole",
400400
"date": "03/17/17"
401+
},
402+
{
403+
"id": "21",
404+
"name": "Chipotle Hudson",
405+
"lat": "44.9594046",
406+
"lng": "-92.7208174",
407+
"category": "Restaurant",
408+
"address": "1021 Pearson Dr",
409+
"address2": "",
410+
"city": "Hudson",
411+
"state": "WI",
412+
"postal": "54016",
413+
"phone": "715-386-3010",
414+
"web": "http:\/\/www.chipotle.com",
415+
"hours1": "Mon-Sun 11am-10pm",
416+
"hours2": "",
417+
"hours3": "",
418+
"featured": "",
419+
"features": "Online Ordering",
420+
"date": "03/17/23"
401421
}
402422
]

0 commit comments

Comments
 (0)