From cf616e789cead93bae1e566051f68d2fc745bdf7 Mon Sep 17 00:00:00 2001 From: Lu Yii Wong Date: Wed, 17 Dec 2025 19:05:26 -0500 Subject: [PATCH 1/8] build out structure for the project --- .gitignore | 3 +- css/styles.css | 86 + data/philly_restaurants_overpass.json | 29797 ++++++++++++++++++++++++ index.html | 123 + js/db.js | 49 + js/main.js | 345 + package-lock.json | 321 +- package.json | 15 +- scripts/seed_places.mjs | 197 + 9 files changed, 30908 insertions(+), 28 deletions(-) create mode 100644 css/styles.css create mode 100644 data/philly_restaurants_overpass.json create mode 100644 index.html create mode 100644 js/db.js create mode 100644 js/main.js create mode 100644 scripts/seed_places.mjs diff --git a/.gitignore b/.gitignore index 12ac6472..680989aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -.DS_Store \ No newline at end of file +.DS_Store +.env \ No newline at end of file diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 00000000..3da21363 --- /dev/null +++ b/css/styles.css @@ -0,0 +1,86 @@ +:root { + --border: #ddd; + --bg: #fafafa; +} + +* { box-sizing: border-box; } + +body { + margin: 0; + font-family: system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif; + line-height: 1.4; +} + +.site-header { + padding: 16px; + border-bottom: 1px solid var(--border); + background: white; +} + +.site-header h1 { + margin: 0 0 4px; + font-size: 20px; +} + +.tagline { + margin: 0; + color: #444; +} + +.layout { + display: grid; + grid-template-columns: 1fr 320px; + gap: 12px; + padding: 12px; +} + +.panel { + min-height: 70vh; +} + +.map { + width: 100%; + height: 70vh; + border: 1px solid var(--border); + border-radius: 10px; +} + +.sidebar { + display: flex; + flex-direction: column; + gap: 10px; +} + +.sidebar h2 { + margin: 0; + font-size: 16px; +} + +.card { + border: 1px solid var(--border); + border-radius: 10px; + background: var(--bg); + padding: 10px; +} + +.footer { + padding: 12px; + border-top: 1px solid var(--border); + color: #555; + font-size: 12px; +} + +button:focus-visible, a:focus-visible { + outline: 3px solid #000; + outline-offset: 2px; +} + +@media (width <= 900px) { + .layout { + grid-template-columns: 1fr; + } + + .map { + height: 60vh; + } +} \ No newline at end of file diff --git a/data/philly_restaurants_overpass.json b/data/philly_restaurants_overpass.json new file mode 100644 index 00000000..ab8071fa --- /dev/null +++ b/data/philly_restaurants_overpass.json @@ -0,0 +1,29797 @@ +{ + "type": "FeatureCollection", + "generator": "overpass-turbo", + "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.", + "timestamp": "2025-12-17T16:22:44Z", + "features": [ + { + "type": "Feature", + "properties": { + "@id": "way/42706103", + "addr:city": "Philadelphia", + "addr:housenumber": "4000", + "addr:state": "PA", + "addr:street": "City Avenue", + "amenity": "restaurant", + "brand": "TGI Fridays", + "brand:wikidata": "Q1524184", + "building": "yes", + "check_date": "2025-10-08", + "cuisine": "american", + "height": "8.83", + "name": "TGI Fridays", + "opening_hours": "Mo-Th,Su 11:00-24:00; Fr-Sa 11:00-01:00", + "source": "esri/Philadelphia_PA_Buildings_OSM", + "website": "https://locations.tgifridays.com/pa/philadelphia/4000-city-ave.html" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2108481, + 40.0079018 + ], + [ + -75.2110145, + 40.0081093 + ], + [ + -75.2111469, + 40.008047 + ], + [ + -75.2111436, + 40.0080429 + ], + [ + -75.2112679, + 40.0079844 + ], + [ + -75.2112718, + 40.0079893 + ], + [ + -75.2113724, + 40.007942 + ], + [ + -75.2113669, + 40.0079351 + ], + [ + -75.2113946, + 40.007922 + ], + [ + -75.2113004, + 40.0078045 + ], + [ + -75.2112954, + 40.0078068 + ], + [ + -75.2112662, + 40.0077704 + ], + [ + -75.2112455, + 40.0077802 + ], + [ + -75.211214, + 40.007741 + ], + [ + -75.2110045, + 40.0078396 + ], + [ + -75.2109979, + 40.0078313 + ], + [ + -75.2108481, + 40.0079018 + ] + ] + ] + }, + "id": "way/42706103" + }, + { + "type": "Feature", + "properties": { + "@id": "way/52495244", + "addr:city": "Philadelphia", + "addr:housename": "Valley Green Inn", + "addr:housenumber": "900", + "addr:postcode": "19128", + "addr:state": "PA", + "addr:street": "Wises Mill Road", + "amenity": "restaurant", + "building": "yes", + "cuisine": "american", + "diet:pescetarian": "yes", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "height": "21.64", + "historic": "building", + "name": "Valley Green Inn", + "opening_hours": "Mo-Fr 12:00-16:00; Sa 11:00-16:00; Mo-Th 17:00-21:00; Fr-Sa 17:00-22:00; Su 10:00-15:00", + "phone": "+1-215-247-1730", + "source": "esri/Philadelphia_PA_Buildings_OSM", + "website": "https://www.valleygreeninn.com/", + "wikidata": "Q78827991" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.218173, + 40.0542724 + ], + [ + -75.2182292, + 40.0542625 + ], + [ + -75.2182264, + 40.054253 + ], + [ + -75.2182374, + 40.0542511 + ], + [ + -75.2182447, + 40.0542755 + ], + [ + -75.2182638, + 40.0542806 + ], + [ + -75.2183299, + 40.0541677 + ], + [ + -75.2182869, + 40.0540232 + ], + [ + -75.21828, + 40.0540244 + ], + [ + -75.2182432, + 40.0539005 + ], + [ + -75.2180872, + 40.0539279 + ], + [ + -75.2181183, + 40.0540323 + ], + [ + -75.218104, + 40.0540348 + ], + [ + -75.2181118, + 40.0540612 + ], + [ + -75.2181272, + 40.0540585 + ], + [ + -75.218136, + 40.054088 + ], + [ + -75.2181066, + 40.0540932 + ], + [ + -75.2181094, + 40.0541023 + ], + [ + -75.218081, + 40.0541073 + ], + [ + -75.2181304, + 40.0542735 + ], + [ + -75.2181561, + 40.054269 + ], + [ + -75.2181579, + 40.0542751 + ], + [ + -75.218173, + 40.0542724 + ] + ] + ] + }, + "id": "way/52495244" + }, + { + "type": "Feature", + "properties": { + "@id": "way/135537713", + "addr:city": "Philadelphia", + "addr:housename": "Building 830", + "addr:housenumber": "15", + "addr:postcode": "19112", + "addr:state": "PA", + "addr:street": "Kitty Hawk Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "sandwich", + "name": "DiNic's Pork & Beef", + "takeaway": "yes" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1777096, + 39.8899828 + ], + [ + -75.1775572, + 39.8899956 + ], + [ + -75.1775725, + 39.8901029 + ], + [ + -75.177725, + 39.8900901 + ], + [ + -75.1777096, + 39.8899828 + ] + ] + ] + }, + "id": "way/135537713" + }, + { + "type": "Feature", + "properties": { + "@id": "way/155794904", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "4728", + "addr:postcode": "19143", + "addr:state": "PA", + "addr:street": "Baltimore Avenue", + "air_conditioning": "yes", + "amenity": "restaurant", + "building": "commercial", + "cuisine": "lao;thai", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "height": "11.88", + "name": "Vientiane Café", + "opening_hours": "Mo off; Tu-Sa 16:00-21:00; Su off", + "payment:cash": "only", + "phone": "+1-215-726-1095", + "website": "https://www.vientiane-cafe.com/", + "wheelchair": "limited" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2178684, + 39.9482364 + ], + [ + -75.2178913, + 39.9483532 + ], + [ + -75.2178799, + 39.9483544 + ], + [ + -75.2178941, + 39.9484282 + ], + [ + -75.2179529, + 39.9484219 + ], + [ + -75.2179133, + 39.9482309 + ], + [ + -75.2178684, + 39.9482364 + ] + ] + ] + }, + "id": "way/155794904" + }, + { + "type": "Feature", + "properties": { + "@id": "way/170349587", + "addr:city": "Philadelphia", + "addr:housenumber": "401", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Columbus Boulevard", + "amenity": "restaurant", + "building": "ship", + "check_date": "2023-06-10", + "contact:facebook": "https://www.facebook.com/moshuluphilly", + "cuisine": "american", + "historic": "ship", + "name": "Moshulu", + "opening_hours": "Mo-Th 16:00-21:00; Fr 16:00-22:00; Sa 10:00-22:00; Su 10:00-20:00", + "outdoor_seating": "yes", + "payment:cards": "yes", + "payment:cash": "yes", + "phone": "+1 215-923-2500", + "ship:type": "cargo_ship", + "start_date": "1904", + "website": "https://www.moshulu.com/", + "wheelchair": "yes", + "wikidata": "Q20688", + "wikipedia": "en:Moshulu" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1410269, + 39.9428634 + ], + [ + -75.1410658, + 39.9427673 + ], + [ + -75.1410845, + 39.9427097 + ], + [ + -75.1411025, + 39.9425773 + ], + [ + -75.1411068, + 39.9424665 + ], + [ + -75.1411087, + 39.9424182 + ], + [ + -75.1411067, + 39.9421586 + ], + [ + -75.1411037, + 39.9421183 + ], + [ + -75.1410939, + 39.9419848 + ], + [ + -75.1410778, + 39.9418948 + ], + [ + -75.1410624, + 39.9418614 + ], + [ + -75.141045, + 39.941845 + ], + [ + -75.1410195, + 39.9418419 + ], + [ + -75.1409927, + 39.941848 + ], + [ + -75.1409793, + 39.9418645 + ], + [ + -75.1409665, + 39.9418969 + ], + [ + -75.1409558, + 39.9419869 + ], + [ + -75.1409491, + 39.9421596 + ], + [ + -75.1409484, + 39.9424177 + ], + [ + -75.1409551, + 39.942575 + ], + [ + -75.1409712, + 39.9427071 + ], + [ + -75.1409907, + 39.9427657 + ], + [ + -75.1410269, + 39.9428634 + ] + ] + ] + }, + "id": "way/170349587" + }, + { + "type": "Feature", + "properties": { + "@id": "way/200002962", + "addr:city": "Philadelphia", + "addr:housenumber": "4301", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Baltimore Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "pizza", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "height": "12.8", + "name": "Clarkville", + "opening_hours": "12:00-20:00", + "phone": "+1-215-387-4992", + "source": "City of Philadelphia", + "website": "https://clarkvillephilly.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2093634, + 39.9498003 + ], + [ + -75.2093762, + 39.9498091 + ], + [ + -75.2094714, + 39.9498198 + ], + [ + -75.2094721, + 39.9498233 + ], + [ + -75.2094771, + 39.9498231 + ], + [ + -75.2094308, + 39.949652 + ], + [ + -75.2094206, + 39.9496536 + ], + [ + -75.2094104, + 39.9496477 + ], + [ + -75.2093878, + 39.949651 + ], + [ + -75.2093814, + 39.94966 + ], + [ + -75.2093643, + 39.9496631 + ], + [ + -75.2093653, + 39.949668 + ], + [ + -75.2093489, + 39.9496706 + ], + [ + -75.2093634, + 39.9498003 + ] + ] + ] + }, + "id": "way/200002962" + }, + { + "type": "Feature", + "properties": { + "@id": "way/200234832", + "amenity": "restaurant", + "building": "yes", + "name": "Asad's Hot Chicken" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2109363, + 39.9437182 + ], + [ + -75.2108439, + 39.9437832 + ], + [ + -75.2109657, + 39.9438851 + ], + [ + -75.2110581, + 39.9438201 + ], + [ + -75.2109363, + 39.9437182 + ] + ] + ] + }, + "id": "way/200234832" + }, + { + "type": "Feature", + "properties": { + "@id": "way/200676626", + "addr:city": "Philadelphia", + "addr:housenumber": "3931", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "mediterranean", + "name": "Hummus Grill", + "opening_hours": "Mo-Fr 11:00-20:45; Sa 11:00-19:45; Su 12:00-20:45", + "phone": "+1-215-222-5300", + "website": "https://www.hummusrestaurant.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2021972, + 39.9542391 + ], + [ + -75.2021793, + 39.9542366 + ], + [ + -75.2021843, + 39.9542037 + ], + [ + -75.2021285, + 39.9541955 + ], + [ + -75.2020905, + 39.9544347 + ], + [ + -75.2021566, + 39.9544437 + ], + [ + -75.2021972, + 39.9542391 + ] + ] + ] + }, + "id": "way/200676626" + }, + { + "type": "Feature", + "properties": { + "@id": "way/202984676", + "addr:city": "Philadelphia", + "addr:housenumber": "106", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "South 40th Street", + "amenity": "restaurant", + "branch": "University City", + "building": "yes", + "cuisine": "indian", + "email": "ektaphl@gmail.com", + "fax": "+1-215-222-7122", + "height": "12.49", + "name": "Ekta Indian Cuisine", + "opening_hours": "Mo-Su 11:00-21:00", + "payment:american_express": "yes", + "payment:credit_cards": "yes", + "payment:discover_card": "yes", + "payment:mastercard": "yes", + "payment:visa": "yes", + "phone": "+1-215-222-7122", + "website": "https://www.ektaindiancuisine.com/universitycity/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2028121, + 39.95518 + ], + [ + -75.2028464, + 39.955184 + ], + [ + -75.2028604, + 39.9551138 + ], + [ + -75.2024851, + 39.9550694 + ], + [ + -75.2024785, + 39.9551024 + ], + [ + -75.2024737, + 39.9551065 + ], + [ + -75.2024726, + 39.9551338 + ], + [ + -75.2028121, + 39.95518 + ] + ] + ] + }, + "id": "way/202984676" + }, + { + "type": "Feature", + "properties": { + "@id": "way/210856705", + "addr:city": "Philadelphia", + "addr:housenumber": "4640", + "addr:state": "PA", + "addr:street": "Roosevelt Boulevard", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-10-10", + "contact:facebook": "https://www.facebook.com/UnitedBuffet/", + "name": "United Buffet", + "opening_hours": "Mo-Th,Su 11:00-21:30; Fr-Sa 11:00-22:30", + "phone": "+1 215-904-7879; +1 516-823-3338", + "source": "Bing", + "website": "https://unitedbuffet.net/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1001511, + 40.0295951 + ], + [ + -75.1003222, + 40.0296924 + ], + [ + -75.1002917, + 40.0297241 + ], + [ + -75.1004615, + 40.0298255 + ], + [ + -75.1005902, + 40.0296928 + ], + [ + -75.1005524, + 40.029674 + ], + [ + -75.1006718, + 40.0295489 + ], + [ + -75.1003666, + 40.0293688 + ], + [ + -75.1001511, + 40.0295951 + ] + ] + ] + }, + "id": "way/210856705" + }, + { + "type": "Feature", + "properties": { + "@id": "way/213255050", + "addr:city": "Philadelphia", + "addr:housenumber": "2535", + "addr:postcode": "19134", + "addr:state": "PA", + "addr:street": "Castor Avenue", + "addr:unit": "37", + "amenity": "restaurant", + "brand": "Applebee's Neighborhood Grill & Bar", + "brand:wikidata": "Q621532", + "building": "commercial", + "check_date": "2024-08-31", + "cuisine": "american", + "height": "7.31", + "name": "Applebee's", + "official_name": "Applebee's Neighborhood Grill & Bar", + "opening_hours": "Mo-Th,Su 11:30-23:00; Fr-Sa 11:30-24:00", + "phone": "+1 215-744-1531", + "source": "City of Philadelphia", + "website": "https://restaurants.applebees.com/en-us/pa/philadelphia/2535-37-castor-avenue-75005", + "website:menu": "https://www.applebees.com/en/menu?StoreNumber=75005&action=viewmenu" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0924961, + 39.993351 + ], + [ + -75.0925051, + 39.9933612 + ], + [ + -75.0928007, + 39.9932083 + ], + [ + -75.0927857, + 39.9931912 + ], + [ + -75.092805, + 39.9931812 + ], + [ + -75.0928001, + 39.9931755 + ], + [ + -75.0928079, + 39.9931715 + ], + [ + -75.0927844, + 39.9931446 + ], + [ + -75.092777, + 39.9931484 + ], + [ + -75.09277, + 39.9931403 + ], + [ + -75.0927577, + 39.9931467 + ], + [ + -75.0926875, + 39.9930664 + ], + [ + -75.0925345, + 39.9931455 + ], + [ + -75.0925229, + 39.9931322 + ], + [ + -75.0924281, + 39.9931812 + ], + [ + -75.0924472, + 39.993203 + ], + [ + -75.0923681, + 39.9932439 + ], + [ + -75.092409, + 39.9932907 + ], + [ + -75.092433, + 39.9932783 + ], + [ + -75.0924601, + 39.9933093 + ], + [ + -75.092451, + 39.993314 + ], + [ + -75.0924607, + 39.9933252 + ], + [ + -75.0924696, + 39.9933206 + ], + [ + -75.0924961, + 39.993351 + ] + ] + ] + }, + "id": "way/213255050" + }, + { + "type": "Feature", + "properties": { + "@id": "way/226306057", + "addr:city": "Philadelphia", + "addr:housenumber": "2100", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "South Christopher Columbus Boulevard", + "amenity": "restaurant", + "brand": "Miller's Ale House", + "brand:wikidata": "Q6858987", + "building": "yes", + "check_date": "2024-05-12", + "cuisine": "american", + "name": "Miller's Ale House", + "opening_hours": "Mo-Th,Su 11:00-23:00; Fr-Sa 11:00-24:00", + "phone": "+1 215-383-1686", + "source": "Bing", + "website": "https://millersalehouse.com/locations/south-philadelphia/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1417696, + 39.9204439 + ], + [ + -75.1419139, + 39.9203886 + ], + [ + -75.14187, + 39.920322 + ], + [ + -75.1419246, + 39.9203009 + ], + [ + -75.1418715, + 39.9202188 + ], + [ + -75.1419181, + 39.9202012 + ], + [ + -75.1418111, + 39.9200372 + ], + [ + -75.1417631, + 39.9200574 + ], + [ + -75.1417498, + 39.9200357 + ], + [ + -75.1415955, + 39.920096 + ], + [ + -75.1415578, + 39.9200885 + ], + [ + -75.1415373, + 39.9201371 + ], + [ + -75.1415742, + 39.9201461 + ], + [ + -75.1417696, + 39.9204439 + ] + ] + ] + }, + "id": "way/226306057" + }, + { + "type": "Feature", + "properties": { + "@id": "way/226306103", + "addr:city": "Philadelphia", + "addr:housenumber": "2120", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "South Christopher Columbus Boulevard", + "amenity": "restaurant", + "brand": "LongHorn Steakhouse", + "brand:wikidata": "Q3259007", + "building": "yes", + "check_date": "2024-05-12", + "cuisine": "steak_house", + "name": "LongHorn Steakhouse", + "opening_hours": "Mo-Th,Su 11:00-22:00; Fr-Sa 11:00-23:00", + "phone": "+1 215-218-9600", + "source": "Bing", + "website": "https://longhornsteakhouse.com/locations/pa/philadelphia/philadelphia-south-philadelphia/5235" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1412682, + 39.9192837 + ], + [ + -75.1411492, + 39.9193221 + ], + [ + -75.1411451, + 39.9193154 + ], + [ + -75.1410639, + 39.9193431 + ], + [ + -75.1410665, + 39.9193489 + ], + [ + -75.1410391, + 39.9193584 + ], + [ + -75.1410492, + 39.9193737 + ], + [ + -75.1410407, + 39.9193772 + ], + [ + -75.1410839, + 39.9194518 + ], + [ + -75.1410903, + 39.91945 + ], + [ + -75.1411002, + 39.9194672 + ], + [ + -75.1410919, + 39.9194691 + ], + [ + -75.1411014, + 39.9194875 + ], + [ + -75.1410525, + 39.9195035 + ], + [ + -75.1410764, + 39.9195446 + ], + [ + -75.1411243, + 39.9195286 + ], + [ + -75.1411337, + 39.9195474 + ], + [ + -75.141141, + 39.9195449 + ], + [ + -75.1411434, + 39.9195509 + ], + [ + -75.1413844, + 39.919471 + ], + [ + -75.141328, + 39.9193686 + ], + [ + -75.141316, + 39.9193725 + ], + [ + -75.1412682, + 39.9192837 + ] + ] + ] + }, + "id": "way/226306103" + }, + { + "type": "Feature", + "properties": { + "@id": "way/254602376", + "addr:city": "Philadelphia", + "addr:housenumber": "7830", + "addr:postcode": "19118", + "addr:state": "PA", + "addr:street": "Germantown Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "japanese", + "delivery": "no", + "height": "7.01", + "name": "Hokka Hokka", + "smoking": "no", + "source": "esri/Philadelphia_PA_Buildings_OSM" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1995048, + 40.0691587 + ], + [ + -75.1995107, + 40.0691527 + ], + [ + -75.1995229, + 40.0691598 + ], + [ + -75.1996828, + 40.0689976 + ], + [ + -75.1995875, + 40.0689426 + ], + [ + -75.1994274, + 40.0691051 + ], + [ + -75.1994954, + 40.0691443 + ], + [ + -75.1994898, + 40.06915 + ], + [ + -75.1995048, + 40.0691587 + ] + ] + ] + }, + "id": "way/254602376" + }, + { + "type": "Feature", + "properties": { + "@id": "way/264357815", + "addr:housenumber": "3351", + "addr:street": "Race Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "chicken", + "name": "Northside Dining Terrace", + "website": "https://drexel.campusdish.com/en/locationsandmenus/northsidediningterrace/chickfila/", + "website:en": "https://drexel.campusdish.com/en/locationsandmenus/northsidediningterrace/local-restaurant-row/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1906756, + 39.9590212 + ], + [ + -75.190674, + 39.9589399 + ], + [ + -75.1907052, + 39.9589395 + ], + [ + -75.1907305, + 39.9589392 + ], + [ + -75.190729, + 39.958862 + ], + [ + -75.1902187, + 39.9588677 + ], + [ + -75.1902202, + 39.9589432 + ], + [ + -75.1903181, + 39.9589421 + ], + [ + -75.1903178, + 39.9589562 + ], + [ + -75.1904693, + 39.9589546 + ], + [ + -75.1904705, + 39.9590235 + ], + [ + -75.1906756, + 39.9590212 + ] + ] + ] + }, + "id": "way/264357815" + }, + { + "type": "Feature", + "properties": { + "@id": "way/268391176", + "addr:street": "Market Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "vietnamese", + "name": "Pho Street Vietnamese" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1754674, + 39.9537279 + ], + [ + -75.1755405, + 39.95339 + ], + [ + -75.1754473, + 39.9533785 + ], + [ + -75.1753753, + 39.9537167 + ], + [ + -75.1754674, + 39.9537279 + ] + ] + ] + }, + "id": "way/268391176" + }, + { + "type": "Feature", + "properties": { + "@id": "way/280612838", + "amenity": "restaurant", + "building": "yes", + "cuisine": "american", + "smoking": "outside" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2345776, + 40.0613918 + ], + [ + -75.2343821, + 40.0611518 + ], + [ + -75.2343692, + 40.0611579 + ], + [ + -75.2343446, + 40.0611278 + ], + [ + -75.234231, + 40.061182 + ], + [ + -75.2342555, + 40.0612121 + ], + [ + -75.2342395, + 40.0612198 + ], + [ + -75.234435, + 40.0614598 + ], + [ + -75.2345776, + 40.0613918 + ] + ] + ] + }, + "id": "way/280612838" + }, + { + "type": "Feature", + "properties": { + "@id": "way/292395284", + "addr:city": "Philadelphia", + "addr:housenumber": "4802", + "addr:postcode": "19139", + "addr:street": "Spruce Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "pizza", + "name": "Accu Pizza", + "opening_hours": "Mo-Sa 11:00-24:00; Su 12:00-23:00" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2184844, + 39.953551 + ], + [ + -75.218513, + 39.9534088 + ], + [ + -75.2185348, + 39.9533108 + ], + [ + -75.2184289, + 39.9532972 + ], + [ + -75.2184247, + 39.9533156 + ], + [ + -75.2184224, + 39.953327 + ], + [ + -75.2183796, + 39.953539 + ], + [ + -75.2184844, + 39.953551 + ] + ] + ] + }, + "id": "way/292395284" + }, + { + "type": "Feature", + "properties": { + "@id": "way/292395287", + "addr:city": "Philadelphia", + "addr:housenumber": "4800", + "addr:postcode": "19139", + "addr:street": "Spruce Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "seafood", + "name": "Baltimore Crab & Seafood", + "opening_hours": "Mo-Th 12:00-23:00; Fr,Sa 12:00-24:00; Su 14:00-22:00", + "phone": "+1 215-472-7040" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2183108, + 39.9535308 + ], + [ + -75.2183796, + 39.953539 + ], + [ + -75.2184224, + 39.953327 + ], + [ + -75.2184247, + 39.9533156 + ], + [ + -75.2183558, + 39.9533074 + ], + [ + -75.2183108, + 39.9535308 + ] + ] + ] + }, + "id": "way/292395287" + }, + { + "type": "Feature", + "properties": { + "@id": "way/332974956", + "addr:city": "Philadelphia", + "addr:housenumber": "1939", + "addr:postcode": "19103", + "addr:street": "Arch Street", + "amenity": "restaurant", + "building": "yes", + "building:levels": "4", + "check_date": "2023-10-10", + "cuisine": "indian", + "name": "Thanal Indian Tavern", + "opening_hours": "Mo-Th 11:30-14:30,17:00-22:00; Fr-Sa 11:30-14:30,17:00-23:00; Su 11:30-15:00,17:00-21:00", + "phone": "+1 215-515-2511", + "website": "https://www.thanalphilly.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1725874, + 39.9557827 + ], + [ + -75.1726104, + 39.9556899 + ], + [ + -75.1725353, + 39.9556825 + ], + [ + -75.1725161, + 39.9557722 + ], + [ + -75.1725874, + 39.9557827 + ] + ] + ] + }, + "id": "way/332974956" + }, + { + "type": "Feature", + "properties": { + "@id": "way/333012808", + "addr:street": "Arch Street", + "amenity": "restaurant", + "building": "yes", + "building:levels": "4", + "cuisine": "chinese", + "name": "China King" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1555554, + 39.9531851 + ], + [ + -75.1555168, + 39.9533715 + ], + [ + -75.1555894, + 39.9533803 + ], + [ + -75.155628, + 39.9531939 + ], + [ + -75.1555554, + 39.9531851 + ] + ] + ] + }, + "id": "way/333012808" + }, + { + "type": "Feature", + "properties": { + "@id": "way/334239522", + "addr:housenumber": "222", + "addr:street": "South 15th Street", + "amenity": "restaurant", + "building": "yes", + "building:levels": "2", + "check_date": "2025-06-27", + "check_date:opening_hours": "2025-06-27", + "contact:phone": "+1 215-735-4444", + "contact:website": "http://shiroihana.com/", + "cuisine": "japanese", + "email": "sushishiroihana@gmail.com", + "name": "Shiroi Hana", + "opening_hours": "Tu-Fr 11:30-14:00, Tu-Su 17:00-21:00" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1662049, + 39.9488031 + ], + [ + -75.1661924, + 39.948862 + ], + [ + -75.1664113, + 39.9488892 + ], + [ + -75.1664238, + 39.9488304 + ], + [ + -75.1662049, + 39.9488031 + ] + ] + ] + }, + "id": "way/334239522" + }, + { + "type": "Feature", + "properties": { + "@id": "way/334264447", + "addr:city": "Philadelphia", + "addr:housenumber": "1100", + "addr:state": "PA", + "addr:street": "Washington Avenue", + "amenity": "restaurant", + "building": "yes", + "contact:facebook": "phogathanhthanhofficial", + "contact:instagram": "phogathanhthanhofficial", + "cuisine": "vietnamese", + "email": "phochickenthanhthanh@gmail.com", + "height": "13.1", + "name": "Pho Ga Thanh Thanh", + "opening_hours": "Su-Th 10:00-18:00; Fr-Sa 10:00-19:00", + "phone": "+1-215-842-5085", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1619348, + 39.9371339 + ], + [ + -75.1619496, + 39.9371354 + ], + [ + -75.1619504, + 39.9371302 + ], + [ + -75.1620069, + 39.937137 + ], + [ + -75.1620143, + 39.9370979 + ], + [ + -75.1620305, + 39.9370997 + ], + [ + -75.1620406, + 39.9370498 + ], + [ + -75.1620254, + 39.9370479 + ], + [ + -75.1620321, + 39.9370129 + ], + [ + -75.1620616, + 39.9370171 + ], + [ + -75.1620749, + 39.9369512 + ], + [ + -75.1620464, + 39.9369478 + ], + [ + -75.1620479, + 39.9369401 + ], + [ + -75.1620525, + 39.9369406 + ], + [ + -75.1620611, + 39.9369338 + ], + [ + -75.1620564, + 39.936924 + ], + [ + -75.1620506, + 39.9369242 + ], + [ + -75.1620538, + 39.9369082 + ], + [ + -75.1620723, + 39.9369101 + ], + [ + -75.162078, + 39.9368839 + ], + [ + -75.162072, + 39.9368831 + ], + [ + -75.1620947, + 39.9367713 + ], + [ + -75.162085, + 39.9367702 + ], + [ + -75.1620938, + 39.9367265 + ], + [ + -75.1620896, + 39.936726 + ], + [ + -75.1620916, + 39.9367164 + ], + [ + -75.1620846, + 39.9367156 + ], + [ + -75.1620941, + 39.9366669 + ], + [ + -75.1621052, + 39.9366682 + ], + [ + -75.1621152, + 39.9366188 + ], + [ + -75.1621042, + 39.9366168 + ], + [ + -75.1621075, + 39.9366029 + ], + [ + -75.1621154, + 39.9366039 + ], + [ + -75.1621207, + 39.9365779 + ], + [ + -75.1621134, + 39.9365771 + ], + [ + -75.1621167, + 39.9365608 + ], + [ + -75.1621241, + 39.9365617 + ], + [ + -75.1621295, + 39.9365352 + ], + [ + -75.1621248, + 39.9365346 + ], + [ + -75.162134, + 39.936489 + ], + [ + -75.1621441, + 39.9364857 + ], + [ + -75.1621491, + 39.9364755 + ], + [ + -75.1621404, + 39.9364644 + ], + [ + -75.1621413, + 39.9364601 + ], + [ + -75.1621186, + 39.9364574 + ], + [ + -75.16212, + 39.9364512 + ], + [ + -75.1620932, + 39.9364471 + ], + [ + -75.1620915, + 39.9364523 + ], + [ + -75.1619352, + 39.936426 + ], + [ + -75.1619365, + 39.9364195 + ], + [ + -75.1619141, + 39.9364163 + ], + [ + -75.1619125, + 39.9364217 + ], + [ + -75.1618734, + 39.9364157 + ], + [ + -75.1618749, + 39.9364091 + ], + [ + -75.1618526, + 39.9364059 + ], + [ + -75.1618515, + 39.9364114 + ], + [ + -75.1618258, + 39.9364084 + ], + [ + -75.1618231, + 39.9364216 + ], + [ + -75.1618152, + 39.9364206 + ], + [ + -75.1618121, + 39.9364354 + ], + [ + -75.1618191, + 39.9364363 + ], + [ + -75.1618183, + 39.9364438 + ], + [ + -75.1618097, + 39.9364437 + ], + [ + -75.1618047, + 39.9364491 + ], + [ + -75.1618045, + 39.9364611 + ], + [ + -75.1618136, + 39.9364646 + ], + [ + -75.1618121, + 39.9364735 + ], + [ + -75.1618042, + 39.9364726 + ], + [ + -75.1618011, + 39.9364875 + ], + [ + -75.1618078, + 39.9364883 + ], + [ + -75.1617862, + 39.9365952 + ], + [ + -75.1618174, + 39.936599 + ], + [ + -75.16181, + 39.9366354 + ], + [ + -75.1618238, + 39.9366371 + ], + [ + -75.1618139, + 39.9366857 + ], + [ + -75.1617976, + 39.9366965 + ], + [ + -75.1617884, + 39.9366919 + ], + [ + -75.161777, + 39.9366948 + ], + [ + -75.1617712, + 39.9367035 + ], + [ + -75.1617753, + 39.9367115 + ], + [ + -75.1617619, + 39.9367214 + ], + [ + -75.1617545, + 39.9367215 + ], + [ + -75.1617471, + 39.9367601 + ], + [ + -75.1617379, + 39.936759 + ], + [ + -75.1617328, + 39.9367845 + ], + [ + -75.1617415, + 39.9367853 + ], + [ + -75.1617406, + 39.9367929 + ], + [ + -75.1617314, + 39.9367918 + ], + [ + -75.1617259, + 39.9368187 + ], + [ + -75.1617347, + 39.9368198 + ], + [ + -75.1617327, + 39.93683 + ], + [ + -75.1617226, + 39.9368288 + ], + [ + -75.1617165, + 39.9368591 + ], + [ + -75.1617254, + 39.9368601 + ], + [ + -75.1617158, + 39.9369075 + ], + [ + -75.1617046, + 39.9369062 + ], + [ + -75.1616988, + 39.936935 + ], + [ + -75.1617093, + 39.9369374 + ], + [ + -75.1617076, + 39.9369459 + ], + [ + -75.161697, + 39.9369447 + ], + [ + -75.1616912, + 39.9369736 + ], + [ + -75.1616992, + 39.9369746 + ], + [ + -75.1616975, + 39.9369827 + ], + [ + -75.1616887, + 39.9369817 + ], + [ + -75.1616828, + 39.937011 + ], + [ + -75.1616914, + 39.9370121 + ], + [ + -75.1616897, + 39.9370207 + ], + [ + -75.1616807, + 39.9370196 + ], + [ + -75.1616752, + 39.9370463 + ], + [ + -75.1616833, + 39.9370473 + ], + [ + -75.1616815, + 39.9370565 + ], + [ + -75.1616727, + 39.9370554 + ], + [ + -75.1616683, + 39.9370772 + ], + [ + -75.161675, + 39.937078 + ], + [ + -75.1616683, + 39.937083 + ], + [ + -75.1616671, + 39.9370916 + ], + [ + -75.1616776, + 39.9370997 + ], + [ + -75.1617047, + 39.9370981 + ], + [ + -75.1617033, + 39.9371049 + ], + [ + -75.1617287, + 39.9371083 + ], + [ + -75.1617295, + 39.9371014 + ], + [ + -75.1617571, + 39.9371048 + ], + [ + -75.161756, + 39.9371118 + ], + [ + -75.1617835, + 39.9371151 + ], + [ + -75.1617847, + 39.9371088 + ], + [ + -75.1618185, + 39.9371129 + ], + [ + -75.1618171, + 39.9371196 + ], + [ + -75.1618473, + 39.9371232 + ], + [ + -75.1618485, + 39.9371173 + ], + [ + -75.1618818, + 39.9371213 + ], + [ + -75.1618806, + 39.9371273 + ], + [ + -75.1619089, + 39.9371307 + ], + [ + -75.1619099, + 39.9371253 + ], + [ + -75.1619345, + 39.9371281 + ], + [ + -75.1619348, + 39.9371339 + ] + ] + ] + }, + "id": "way/334264447" + }, + { + "type": "Feature", + "properties": { + "@id": "way/334264527", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "325", + "addr:postcode": "19106", + "addr:state": "NJ", + "addr:street": "Christopher Columbus Boulevard", + "amenity": "restaurant", + "brand": "Dave & Buster's", + "brand:wikidata": "Q5228205", + "building": "yes", + "check_date": "2023-06-10", + "cuisine": "american", + "leisure": "amusement_arcade", + "name": "Dave & Buster's", + "opening_hours": "Mo-Tu,Su 11:00-24:00; We-Th 11:00-25:00; Fr-Sa 11:00-26:00", + "phone": "+1 215-413-1951", + "website": "https://www.daveandbusters.com/us/en/about/locations/philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1385826, + 39.9564344 + ], + [ + -75.1385965, + 39.9563923 + ], + [ + -75.138622, + 39.9563134 + ], + [ + -75.1387194, + 39.9560191 + ], + [ + -75.1368204, + 39.9556675 + ], + [ + -75.1367024, + 39.9560664 + ], + [ + -75.1384666, + 39.9564117 + ], + [ + -75.1385708, + 39.9564321 + ], + [ + -75.1385826, + 39.9564344 + ] + ] + ] + }, + "id": "way/334264527" + }, + { + "type": "Feature", + "properties": { + "@id": "way/334890730", + "addr:city": "Philadelphia", + "addr:housenumber": "1237", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "building": "yes", + "name": "Pat's King of Steaks", + "opening_hours": "24/7", + "website": "https://www.patskingofsteaks.com", + "wikidata": "Q7143177", + "wikipedia": "en:Pat's King of Steaks" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1593703, + 39.9331254 + ], + [ + -75.1592268, + 39.9331059 + ], + [ + -75.1591825, + 39.9331326 + ], + [ + -75.1591584, + 39.9332694 + ], + [ + -75.1591624, + 39.9332941 + ], + [ + -75.1592094, + 39.9333043 + ], + [ + -75.1593757, + 39.9331737 + ], + [ + -75.1593703, + 39.9331254 + ] + ] + ] + }, + "id": "way/334890730" + }, + { + "type": "Feature", + "properties": { + "@id": "way/334890731", + "addr:city": "Philadelphia", + "addr:housenumber": "1219", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 9th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "steak_house;cheesesteak", + "description": "Founded by Joey Vento in 1966.", + "height": "11.88", + "image": "https://www.genosteaks.com/wp-content/uploads/2015/11/GenosLogo1.png", + "name": "Geno's Steaks", + "opening_hours": "24/7", + "phone": "+1-215-389-0659", + "website": "https://www.genosteaks.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1588207, + 39.933936 + ], + [ + -75.1588641, + 39.9339438 + ], + [ + -75.158865, + 39.9339399 + ], + [ + -75.158899, + 39.9339443 + ], + [ + -75.1589561, + 39.9336961 + ], + [ + -75.1588996, + 39.9336785 + ], + [ + -75.1586446, + 39.9338872 + ], + [ + -75.1586714, + 39.933909 + ], + [ + -75.1588207, + 39.933936 + ] + ] + ] + }, + "id": "way/334890731" + }, + { + "type": "Feature", + "properties": { + "@id": "way/335828101", + "addr:housenumber": "1002", + "addr:street": "Arch Street", + "amenity": "restaurant", + "building": "yes", + "building:levels": "5", + "name": "Hippot Shabu Shabu" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.156578, + 39.9535061 + ], + [ + -75.1566407, + 39.953209 + ], + [ + -75.1565586, + 39.9531982 + ], + [ + -75.1565235, + 39.9533501 + ], + [ + -75.1564885, + 39.9534952 + ], + [ + -75.156578, + 39.9535061 + ] + ] + ] + }, + "id": "way/335828101" + }, + { + "type": "Feature", + "properties": { + "@id": "way/337510066", + "addr:city": "Philadelphia", + "addr:housenumber": "716", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Sansom Street", + "amenity": "restaurant", + "building": "yes", + "building:levels": "5", + "check_date": "2024-10-11", + "cuisine": "pizza;burger", + "delivery": "yes", + "name": "Maya's Pizza & Grill", + "opening_hours": "Mo-We 08:00-20:00; Th-Fr 08:00-21:00; Sa 10:00-20:00; Su 11:00-19:00", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+1-217-773-5331", + "website": "https://www.mayaspizzagrill.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1531959, + 39.9483269 + ], + [ + -75.1531411, + 39.9485799 + ], + [ + -75.1532042, + 39.9485879 + ], + [ + -75.1532281, + 39.9484777 + ], + [ + -75.1531994, + 39.9484741 + ], + [ + -75.1532142, + 39.9484061 + ], + [ + -75.1532463, + 39.9484101 + ], + [ + -75.1532625, + 39.9483354 + ], + [ + -75.1531959, + 39.9483269 + ] + ] + ] + }, + "id": "way/337510066" + }, + { + "type": "Feature", + "properties": { + "@id": "way/338020156", + "addr:city": "Philadelphia", + "addr:housenumber": "907", + "addr:street": "Race Street", + "amenity": "restaurant", + "building": "yes", + "building:levels": "3", + "check_date": "2023-10-11", + "cuisine": "asian", + "name": "Xe Lua Vietnamese & Thai Restaurant", + "opening_hours": "Mo-Tu,Th-Su 11:00-20:00; We off", + "phone": "+1 215-627-8883", + "website": "https://phoxeluavietthai.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1547199, + 39.9553128 + ], + [ + -75.15465, + 39.9553047 + ], + [ + -75.1546395, + 39.9553581 + ], + [ + -75.1546307, + 39.9554027 + ], + [ + -75.1546208, + 39.9554531 + ], + [ + -75.1546123, + 39.9554961 + ], + [ + -75.1546048, + 39.9555345 + ], + [ + -75.1546578, + 39.9555406 + ], + [ + -75.154667, + 39.9554942 + ], + [ + -75.1546758, + 39.9554493 + ], + [ + -75.1546927, + 39.9554513 + ], + [ + -75.1546958, + 39.9554354 + ], + [ + -75.1547007, + 39.9554107 + ], + [ + -75.1547199, + 39.9553128 + ] + ] + ] + }, + "id": "way/338020156" + }, + { + "type": "Feature", + "properties": { + "@id": "way/338020211", + "addr:city": "Philadelphia", + "addr:housenumber": "941", + "addr:postcode": "19107", + "addr:street": "Race Street", + "amenity": "restaurant", + "building": "yes", + "building:levels": "4", + "name": "Wong Wong Restaurant", + "name:zh": "旺旺饭店" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1557479, + 39.9556473 + ], + [ + -75.155791, + 39.9554489 + ], + [ + -75.155715, + 39.9554392 + ], + [ + -75.1556719, + 39.9556376 + ], + [ + -75.1557479, + 39.9556473 + ] + ] + ] + }, + "id": "way/338020211" + }, + { + "type": "Feature", + "properties": { + "@id": "way/338020228", + "addr:city": "Philadelphia", + "addr:housenumber": "925", + "addr:street": "Race Street", + "amenity": "restaurant", + "building": "yes", + "building:levels": "3", + "cuisine": "chinese", + "diet:vegetarian": "yes", + "name": "Jin Wei Restaurant" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1552025, + 39.9553744 + ], + [ + -75.1551509, + 39.9556207 + ], + [ + -75.1552186, + 39.9556282 + ], + [ + -75.1552245, + 39.9555999 + ], + [ + -75.15527, + 39.9553836 + ], + [ + -75.1552025, + 39.9553744 + ] + ] + ] + }, + "id": "way/338020228" + }, + { + "type": "Feature", + "properties": { + "@id": "way/338020235", + "addr:city": "Philadelphia", + "addr:housenumber": "204", + "addr:postcode": "19107", + "addr:street": "North 9th Street", + "amenity": "restaurant", + "building": "yes", + "building:levels": "2", + "check_date": "2023-10-11", + "contact:instagram": "https://www.instagram.com/terakawaphilly", + "cuisine": "ramen", + "name": "Terakawa Ramen", + "name:ja": "寺川らーめん", + "opening_hours": "Mo off; Tu-Th,Su 11:30-22:00; Fr-Sa 11:30-23:00", + "phone": "+1 267-687-1355", + "website": "https://terakawaramen.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1546208, + 39.9554531 + ], + [ + -75.1546307, + 39.9554027 + ], + [ + -75.1546021, + 39.9553993 + ], + [ + -75.1543719, + 39.9553719 + ], + [ + -75.1543617, + 39.9554222 + ], + [ + -75.1546208, + 39.9554531 + ] + ] + ] + }, + "id": "way/338020235" + }, + { + "type": "Feature", + "properties": { + "@id": "way/338020239", + "addr:city": "Philadelphia", + "addr:housenumber": "200", + "addr:street": "North 9th Street", + "amenity": "restaurant", + "building": "yes", + "building:levels": "4", + "name": "Vietnam House", + "name:zh": "越之家" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.15465, + 39.9553047 + ], + [ + -75.1543926, + 39.955272 + ], + [ + -75.1543811, + 39.955327 + ], + [ + -75.1546113, + 39.9553545 + ], + [ + -75.1546395, + 39.9553581 + ], + [ + -75.15465, + 39.9553047 + ] + ] + ] + }, + "id": "way/338020239" + }, + { + "type": "Feature", + "properties": { + "@id": "way/338894903", + "addr:city": "Philadelphia", + "addr:housenumber": "935", + "addr:street": "Arch Street", + "amenity": "restaurant", + "building": "yes", + "check_date": "2023-04-12", + "contact:phone": "+1 215-982-1997", + "contact:website": "http://www.lanzhou-hand-pulled-noodles.com/", + "cuisine": "chinese", + "name": "Lan Zhou Hand-Pulled Noodles", + "name:zh": "蘭州拉麵", + "name:zn": "兰州拉面", + "opening_hours": "08:00-22:00" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.156129, + 39.953634 + ], + [ + -75.1560843, + 39.953843 + ], + [ + -75.1561438, + 39.9538507 + ], + [ + -75.1561887, + 39.9536415 + ], + [ + -75.156129, + 39.953634 + ] + ] + ] + }, + "id": "way/338894903" + }, + { + "type": "Feature", + "properties": { + "@id": "way/338894916", + "addr:city": "Philadelphia", + "addr:housenumber": "915", + "addr:street": "Arch Street", + "amenity": "restaurant", + "building": "yes", + "check_date": "2023-04-12", + "contact:phone": "+1 215-627-2500", + "contact:website": "https://emeiphilly.com", + "cuisine": "chinese", + "email": "hello@emei.restaurant", + "name": "E Mei Szechuan Style Restaurant", + "name:zh": "峨嵋山庄", + "opening_hours": "Mo-Th,Su 11:00-21:00; Fr-Sa 11:00-22:00" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.155314, + 39.9539233 + ], + [ + -75.155354, + 39.9539283 + ], + [ + -75.155409, + 39.953935 + ], + [ + -75.1554124, + 39.9539189 + ], + [ + -75.1554891, + 39.9535547 + ], + [ + -75.1553941, + 39.9535429 + ], + [ + -75.155314, + 39.9539233 + ] + ] + ] + }, + "id": "way/338894916" + }, + { + "type": "Feature", + "properties": { + "@id": "way/338894919", + "addr:city": "Philadelphia", + "addr:street": "North 9th Street", + "amenity": "restaurant", + "building": "yes", + "building:levels": "3", + "name": "Rangoon" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1547016, + 39.953852 + ], + [ + -75.1546793, + 39.9539523 + ], + [ + -75.1549382, + 39.9539861 + ], + [ + -75.1549605, + 39.9538858 + ], + [ + -75.1548696, + 39.9538739 + ], + [ + -75.1547016, + 39.953852 + ] + ] + ] + }, + "id": "way/338894919" + }, + { + "type": "Feature", + "properties": { + "@id": "way/338894930", + "addr:city": "Philadelphia", + "addr:housenumber": "1311", + "addr:postcode": "19107", + "addr:street": "North 10th Street", + "amenity": "restaurant", + "building": "yes", + "building:levels": "4", + "contact:facebook": "SpiceCnoodles", + "cuisine": "chinese;noodles", + "email": "spicecnoodle@gmail.com", + "name": "Spice C", + "name:zh": "兰州手拉面", + "opening_hours": "Su-Th 11:00-21:00; Fr-Sa 11:00-21:30", + "phone": "+1-215-923-2222", + "self_service": "no", + "website": "https://www.spicecphiladelphia.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1560282, + 39.9543748 + ], + [ + -75.1557363, + 39.9543364 + ], + [ + -75.1557417, + 39.9543126 + ], + [ + -75.1556975, + 39.9543068 + ], + [ + -75.1556815, + 39.9543774 + ], + [ + -75.1560189, + 39.9544216 + ], + [ + -75.1560282, + 39.9543748 + ] + ] + ] + }, + "id": "way/338894930" + }, + { + "type": "Feature", + "properties": { + "@id": "way/338894934", + "addr:housenumber": "123", + "addr:postcode": "19107", + "addr:street": "North 10th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "chinese", + "name": "Heng Feng Hand Drawn Noodles", + "opening_hours": "Mo-Su 10:30-21:00", + "phone": "+1-267-457-5363", + "website:menu": "https://hengfengnoodles.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.156076, + 39.9541612 + ], + [ + -75.1559366, + 39.9541429 + ], + [ + -75.1559342, + 39.9541536 + ], + [ + -75.1558048, + 39.9541366 + ], + [ + -75.155807, + 39.9541265 + ], + [ + -75.1557302, + 39.9541164 + ], + [ + -75.1557204, + 39.9541605 + ], + [ + -75.156066, + 39.9542059 + ], + [ + -75.156076, + 39.9541612 + ] + ] + ] + }, + "id": "way/338894934" + }, + { + "type": "Feature", + "properties": { + "@id": "way/339638322", + "addr:city": "Philadelphia", + "addr:housenumber": "1936", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "South Christopher Columbus Boulevard", + "amenity": "restaurant", + "building": "yes", + "name": "Hook & Reel", + "opening_hours": "Mo-Th 11:30-22:00; Fr-Sa 11:30-23:00; Su 12:00-22:00", + "phone": "+1 215-551-8000", + "website": "https://hookreel.com/location/southphiladelphia/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1427376, + 39.9217027 + ], + [ + -75.1426727, + 39.9216026 + ], + [ + -75.1425932, + 39.9216329 + ], + [ + -75.1425815, + 39.9216149 + ], + [ + -75.1425269, + 39.9216357 + ], + [ + -75.1425049, + 39.9216017 + ], + [ + -75.1424401, + 39.9216264 + ], + [ + -75.1424722, + 39.9216759 + ], + [ + -75.1423244, + 39.9217323 + ], + [ + -75.1424392, + 39.9219091 + ], + [ + -75.1427477, + 39.9217913 + ], + [ + -75.1426996, + 39.9217172 + ], + [ + -75.1427376, + 39.9217027 + ] + ] + ] + }, + "id": "way/339638322" + }, + { + "type": "Feature", + "properties": { + "@id": "way/340211277", + "addr:city": "Philadelphia", + "addr:housenumber": "17", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "South 21st Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "pizza;italian;american;pasta;sandwich;salad", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Tetra Pizza & Grill", + "opening_hours": "Mo-Tu 11:00-22:00; We-Su 11:00-22:30", + "phone": "+1 267-878-3872", + "website": "https://tetragrill.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1751804, + 39.9529277 + ], + [ + -75.1750779, + 39.9529147 + ], + [ + -75.1750751, + 39.9529277 + ], + [ + -75.1750265, + 39.9529215 + ], + [ + -75.1750293, + 39.9529085 + ], + [ + -75.1749418, + 39.9528974 + ], + [ + -75.1748464, + 39.9528852 + ], + [ + -75.1748369, + 39.952929 + ], + [ + -75.1751709, + 39.9529714 + ], + [ + -75.1751804, + 39.9529277 + ] + ] + ] + }, + "id": "way/340211277" + }, + { + "type": "Feature", + "properties": { + "@id": "way/341092941", + "addr:housenumber": "261", + "addr:street": "South 20th Street", + "amenity": "restaurant", + "building": "yes", + "check_date": "2023-04-14", + "contact:facebook": "https://www.facebook.com/TwentyManning", + "contact:phone": "+1 215-731-0900", + "contact:website": "https://twentymanning.com", + "cuisine": "american", + "delivery": "no", + "name": "20 Manning", + "opening_hours": "Tu-Sa 17:00-22:00; Su 10:00-16:00", + "smoking": "no", + "takeaway": "no" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1741395, + 39.9486937 + ], + [ + -75.174159, + 39.9485922 + ], + [ + -75.1738858, + 39.9485613 + ], + [ + -75.1738727, + 39.948629 + ], + [ + -75.1739802, + 39.9486412 + ], + [ + -75.1739777, + 39.948654 + ], + [ + -75.173914, + 39.9486467 + ], + [ + -75.17391, + 39.9486677 + ], + [ + -75.1741395, + 39.9486937 + ] + ] + ] + }, + "id": "way/341092941" + }, + { + "type": "Feature", + "properties": { + "@id": "way/341790034", + "addr:city": "Philadelphia", + "addr:housenumber": "116", + "addr:postcode": "19107", + "addr:street": "South 11th Street", + "amenity": "restaurant", + "building": "yes", + "building:levels": "2", + "check_date": "2023-04-13", + "contact:facebook": "https://www.facebook.com/toptomatobar", + "contact:phone": "+1 215-592-8242", + "contact:website": "https://www.toptomatophilly.com/", + "cuisine": "pizza", + "description": "Kitchen open until 10pm, pizza all night", + "email": "Info@Toptomatophilly.Com", + "happy_hours": "16:00-19:00", + "name": "Top Tomato Bar & Pizza", + "opening_hours": "Mo-Fr 10:00-26:00; Sa-Su 11:00-26:00" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1590901, + 39.9495398 + ], + [ + -75.1588788, + 39.949512 + ], + [ + -75.1588467, + 39.9496514 + ], + [ + -75.1590277, + 39.949676 + ], + [ + -75.1590591, + 39.9496803 + ], + [ + -75.1590901, + 39.9495398 + ] + ] + ] + }, + "id": "way/341790034" + }, + { + "type": "Feature", + "properties": { + "@id": "way/342989912", + "addr:city": "Philadelphia", + "addr:housenumber": "1119", + "addr:postcode": "19107", + "addr:state": "PA", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "building": "retail", + "check_date": "2023-02-27", + "cuisine": "thai", + "name": "Xiandu Thai", + "phone": "+1-215-940-8855" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1599819, + 39.9489002 + ], + [ + -75.1599032, + 39.9488898 + ], + [ + -75.159826, + 39.9492362 + ], + [ + -75.1599051, + 39.9492473 + ], + [ + -75.1599214, + 39.9491724 + ], + [ + -75.1599026, + 39.94917 + ], + [ + -75.1599364, + 39.9490148 + ], + [ + -75.1599564, + 39.9490174 + ], + [ + -75.1599819, + 39.9489002 + ] + ] + ] + }, + "id": "way/342989912" + }, + { + "type": "Feature", + "properties": { + "@id": "way/345044251", + "addr:city": "Philadelphia", + "addr:housenumber": "1104", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 9th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "mexican", + "height": "5.18", + "name": "Taqueria La Prima", + "opening_hours": "Mo-Su 10:00-04:00", + "phone": "+12153395000", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1585281, + 39.9361125 + ], + [ + -75.1587119, + 39.936134 + ], + [ + -75.1587196, + 39.9360971 + ], + [ + -75.1585357, + 39.9360765 + ], + [ + -75.1585281, + 39.9361125 + ] + ] + ] + }, + "id": "way/345044251" + }, + { + "type": "Feature", + "properties": { + "@id": "way/345167249", + "addr:city": "Philadelphia", + "addr:housenumber": "942", + "addr:postcode": "19107", + "addr:street": "Race Street", + "amenity": "restaurant", + "building": "yes", + "building:levels": "4", + "check_date": "2023-10-11", + "cuisine": "chinese", + "description": "website says hours are 4pm-3am; Yelp says Sun-Thu 4pm-2:30am and Fri-Sat 4pm-3am", + "name": "Jade Harbor Restaurant", + "name:zh": "銀泉海鮮酒家", + "phone": "+1 215-928-0451", + "website": "https://www.jade-harbor.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1558722, + 39.9551271 + ], + [ + -75.1558609, + 39.9551263 + ], + [ + -75.1558051, + 39.9551176 + ], + [ + -75.1557619, + 39.9553067 + ], + [ + -75.155802, + 39.9553137 + ], + [ + -75.1558046, + 39.9553173 + ], + [ + -75.1558088, + 39.9553221 + ], + [ + -75.1558129, + 39.9553241 + ], + [ + -75.1558249, + 39.9553241 + ], + [ + -75.1558349, + 39.9553209 + ], + [ + -75.1558396, + 39.9553145 + ], + [ + -75.1558422, + 39.9553089 + ], + [ + -75.1558422, + 39.9553021 + ], + [ + -75.155839, + 39.9552973 + ], + [ + -75.1558345, + 39.9552915 + ], + [ + -75.1558722, + 39.9551271 + ] + ] + ] + }, + "id": "way/345167249" + }, + { + "type": "Feature", + "properties": { + "@id": "way/346392052", + "amenity": "restaurant", + "building": "yes", + "name": "Pho 20" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1559353, + 39.9565475 + ], + [ + -75.1557403, + 39.9565216 + ], + [ + -75.1557286, + 39.9565732 + ], + [ + -75.1559237, + 39.9565995 + ], + [ + -75.1559353, + 39.9565475 + ] + ] + ] + }, + "id": "way/346392052" + }, + { + "type": "Feature", + "properties": { + "@id": "way/346392079", + "addr:housenumber": "469", + "addr:street": "North 10th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "mexican", + "height": "8.53", + "name": "El Purepecha", + "nonsquare": "yes" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1546662, + 39.9606387 + ], + [ + -75.154502, + 39.9606179 + ], + [ + -75.154498, + 39.9606755 + ], + [ + -75.1546602, + 39.9606824 + ], + [ + -75.1546662, + 39.9606387 + ] + ] + ] + }, + "id": "way/346392079" + }, + { + "type": "Feature", + "properties": { + "@id": "way/355405977", + "addr:city": "Philadelphia", + "addr:housenumber": "944", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 2nd Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "greek", + "height": "15.54", + "name": "Dmitri's", + "phone": "+1 215-592-4550", + "source": "City of Philadelphia", + "website": "https://www.dmitrisrestaurant.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1405486, + 39.9653456 + ], + [ + -75.1408365, + 39.9653847 + ], + [ + -75.1408443, + 39.9653453 + ], + [ + -75.1405606, + 39.9652771 + ], + [ + -75.1405486, + 39.9653456 + ] + ] + ] + }, + "id": "way/355405977" + }, + { + "type": "Feature", + "properties": { + "@id": "way/366069586", + "addr:city": "Philadelphia", + "addr:housenumber": "4820", + "addr:postcode": "19139", + "addr:state": "PA", + "addr:street": "Spruce Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "seafood", + "name": "J&P Seafood", + "opening_hours": "Mo-Fr 11:00-23:00; Sa,Su 12:00-23:00", + "phone": "+1 215-474-8600", + "website": "https://j-pseafood.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2190485, + 39.9533521 + ], + [ + -75.2189349, + 39.9533388 + ], + [ + -75.2189114, + 39.953457 + ], + [ + -75.2188824, + 39.9536024 + ], + [ + -75.218996, + 39.9536157 + ], + [ + -75.2190485, + 39.9533521 + ] + ] + ] + }, + "id": "way/366069586" + }, + { + "type": "Feature", + "properties": { + "@id": "way/369570964", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "3404", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Sansom Street", + "air_conditioning": "yes", + "amenity": "restaurant", + "branch": "University City", + "building": "yes", + "contact:facebook": "https://www.facebook.com/masalakitchenphilly/", + "contact:instagram": "https://www.instagram.com/masalakitchenphilly", + "contact:twitter": "https://twitter.com/mkitchenphilly", + "contact:yelp": "https://www.yelp.com/biz/masala-kitchen-kati-rolls-and-platters-philadelphia", + "cuisine": "indian;street_food", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "email": "info@masalakitchenphilly.com", + "name": "Masala Kitchen", + "opening_hours": "Mo-Th 11:00-23:00; Fr 11:00-24:00; Sa 12:00-24:00; Su 12:00-23:00", + "phone": "+1-267-969-3576", + "toilets": "customers", + "website": "https://www.masalakitchenphilly.com/location/university-city/", + "website:menu": "https://www.masalakitchenphilly.com/menus/", + "wheelchair": "no" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1924817, + 39.9535692 + ], + [ + -75.1924961, + 39.9535023 + ], + [ + -75.192471, + 39.9534992 + ], + [ + -75.1924917, + 39.9534029 + ], + [ + -75.1923856, + 39.9533895 + ], + [ + -75.1923506, + 39.9535527 + ], + [ + -75.1924817, + 39.9535692 + ] + ] + ] + }, + "id": "way/369570964" + }, + { + "type": "Feature", + "properties": { + "@id": "way/369570967", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "3420", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Sansom Street", + "amenity": "restaurant", + "building": "commercial", + "email": "universitycity@whitedog.com", + "name": "White Dog Cafe", + "opening_hours": "Mo-Fr 11:00-14:30; Sa-Su 09:30-14:30; Mo-Su 14:30-17:00; Mo-Th 17:00-21:30; Fr-Sa 17:00-22:00; Su 17:00-21:00", + "phone": "+1-215-386-9224", + "website": "https://www.whitedog.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1930629, + 39.9535066 + ], + [ + -75.1928974, + 39.9534857 + ], + [ + -75.1928691, + 39.9536177 + ], + [ + -75.1930346, + 39.9536386 + ], + [ + -75.1930629, + 39.9535066 + ] + ] + ] + }, + "id": "way/369570967" + }, + { + "type": "Feature", + "properties": { + "@id": "way/374338665", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "2354", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "South 7th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "chinese", + "name": "New China" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1592333, + 39.9193259 + ], + [ + -75.1592414, + 39.9192865 + ], + [ + -75.159059, + 39.9192644 + ], + [ + -75.1590495, + 39.9193029 + ], + [ + -75.1592333, + 39.9193259 + ] + ] + ] + }, + "id": "way/374338665" + }, + { + "type": "Feature", + "properties": { + "@id": "way/381320169", + "addr:city": "Philadelphia", + "addr:housenumber": "701", + "addr:postcode": "19128", + "addr:state": "PA", + "addr:street": "Cathedral Road", + "amenity": "restaurant", + "brand": "Applebee's Neighborhood Grill & Bar", + "brand:wikidata": "Q621532", + "building": "retail", + "check_date": "2024-07-12", + "cuisine": "american", + "name": "Applebee's", + "official_name": "Applebee's Neighborhood Grill & Bar", + "opening_hours": "Mo-Th,Su 07:30-23:00; Fr-Sa 11:30-24:00", + "phone": "+1-215-482-2809", + "website": "https://restaurants.applebees.com/en-us/pa/philadelphia/701-cathedral-road-99020", + "website:menu": "https://www.applebees.com/en/menu?StoreNumber=99020&action=viewmenu" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2381211, + 40.0635626 + ], + [ + -75.2382236, + 40.0634843 + ], + [ + -75.2383123, + 40.0634165 + ], + [ + -75.2383834, + 40.0633622 + ], + [ + -75.2382094, + 40.0632248 + ], + [ + -75.2381867, + 40.0632416 + ], + [ + -75.2379788, + 40.0634066 + ], + [ + -75.2379952, + 40.06342 + ], + [ + -75.2379747, + 40.0634362 + ], + [ + -75.2380157, + 40.063468 + ], + [ + -75.2380215, + 40.0634653 + ], + [ + -75.2380443, + 40.063484 + ], + [ + -75.2380344, + 40.0634922 + ], + [ + -75.2381211, + 40.0635626 + ] + ] + ] + }, + "id": "way/381320169" + }, + { + "type": "Feature", + "properties": { + "@id": "way/382680712", + "addr:city": "Philadelphia", + "addr:housenumber": "2031", + "addr:postcode": "19149", + "addr:state": "PA", + "addr:street": "Cottman Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-10-13", + "name": "Dutch Country Farmers' Market" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0645756, + 40.0508412 + ], + [ + -75.064758, + 40.0506483 + ], + [ + -75.064609, + 40.0505584 + ], + [ + -75.0644268, + 40.0507521 + ], + [ + -75.0645343, + 40.0508183 + ], + [ + -75.0645756, + 40.0508412 + ] + ] + ] + }, + "id": "way/382680712" + }, + { + "type": "Feature", + "properties": { + "@id": "way/382680714", + "addr:city": "Philadelphia", + "addr:housenumber": "2051", + "addr:postcode": "19149", + "addr:state": "PA", + "addr:street": "Cottman Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-10-13", + "cuisine": "asian", + "name": "Wild Seafood & Sushi Buffet", + "opening_hours": "Mo-Th,Su 11:00-22:00; Fr-Sa 11:00-22:30", + "phone": "+1 215-728-7222", + "website": "https://www.wildseafoodsushibuffet.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0642277, + 40.0506685 + ], + [ + -75.0644271, + 40.0504538 + ], + [ + -75.0641768, + 40.0503119 + ], + [ + -75.0638494, + 40.050656 + ], + [ + -75.0640565, + 40.0507616 + ], + [ + -75.0641733, + 40.0506384 + ], + [ + -75.0642277, + 40.0506685 + ] + ] + ] + }, + "id": "way/382680714" + }, + { + "type": "Feature", + "properties": { + "@id": "way/401910418", + "addr:city": "Philadelphia", + "addr:housenumber": "102", + "addr:state": "PA", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "american", + "name": "Sanctuary @ the Saint", + "opening_hours": "Mo-Fr 00:00-02:00,14:00-24:00; Sa,Su 00:00-03:30,14:00-24:00", + "opening_hours:kitchen": "Mo-Su 00:00-02:00,14:00-24:00", + "website": "https://www.facebook.com/Sanctuary215" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1364439, + 39.9687966 + ], + [ + -75.1364726, + 39.9687068 + ], + [ + -75.1365047, + 39.9686063 + ], + [ + -75.1364382, + 39.9685938 + ], + [ + -75.1363774, + 39.9687842 + ], + [ + -75.1364439, + 39.9687966 + ] + ] + ] + }, + "id": "way/401910418" + }, + { + "type": "Feature", + "properties": { + "@id": "way/427908365", + "addr:city": "Philadelphia", + "addr:housenumber": "1301", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 11th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "breakfast", + "height": "9.1", + "name": "Comfort & Floyd", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1619256, + 39.9333463 + ], + [ + -75.161924, + 39.9333531 + ], + [ + -75.1621325, + 39.9333822 + ], + [ + -75.1621423, + 39.9333348 + ], + [ + -75.1619489, + 39.933308 + ], + [ + -75.1619053, + 39.933302 + ], + [ + -75.1618959, + 39.9333421 + ], + [ + -75.1619256, + 39.9333463 + ] + ] + ] + }, + "id": "way/427908365" + }, + { + "type": "Feature", + "properties": { + "@id": "way/427908375", + "addr:city": "Philadelphia", + "addr:housenumber": "1401", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 12th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "american;diner", + "description": "Laid-back vegan diner serving up breakfast, sandwiches & comfort fare in retro surroundings.", + "diet:vegan": "only", + "diet:vegetarian": "only", + "name": "The Tasty", + "phone": "+1-267-457-5670" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1640173, + 39.9322747 + ], + [ + -75.1639045, + 39.9323383 + ], + [ + -75.1639211, + 39.932354 + ], + [ + -75.1640688, + 39.9323779 + ], + [ + -75.1640793, + 39.9323396 + ], + [ + -75.1640173, + 39.9322747 + ] + ] + ] + }, + "id": "way/427908375" + }, + { + "type": "Feature", + "properties": { + "@id": "way/428817891", + "addr:city": "Philadelphia", + "addr:housenumber": "1140", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 9th Street", + "amenity": "restaurant", + "building": "yes", + "height": "12.1", + "name": "Fronterizo Restaurant", + "opening_hours": "Mo-Su 10:00-22:00", + "phone": "+1-215-575-5994", + "source": "City of Philadelphia;local knowledge" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1588369, + 39.9354029 + ], + [ + -75.1589186, + 39.9354291 + ], + [ + -75.1589416, + 39.9353712 + ], + [ + -75.1589128, + 39.9353638 + ], + [ + -75.158915, + 39.9353584 + ], + [ + -75.1589047, + 39.9353551 + ], + [ + -75.1588986, + 39.9353458 + ], + [ + -75.1588811, + 39.9353403 + ], + [ + -75.158863, + 39.9353468 + ], + [ + -75.1588171, + 39.9353324 + ], + [ + -75.1588256, + 39.9353119 + ], + [ + -75.1587458, + 39.9352869 + ], + [ + -75.1587186, + 39.9352911 + ], + [ + -75.1586979, + 39.9353091 + ], + [ + -75.1586854, + 39.9353683 + ], + [ + -75.1587236, + 39.9353733 + ], + [ + -75.1587249, + 39.9353682 + ], + [ + -75.1588369, + 39.9354029 + ] + ] + ] + }, + "id": "way/428817891" + }, + { + "type": "Feature", + "properties": { + "@id": "way/438876249", + "addr:city": "Philadelphia", + "addr:housenumber": "1135", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South Broad Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "american", + "height": "16.855", + "name": "Broad Street Diner", + "opening_hours": "00:00-24:00", + "smoking": "no", + "source": "City of Philadelphia", + "takeaway": "yes" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1666222, + 39.9363953 + ], + [ + -75.1666201, + 39.9364052 + ], + [ + -75.1665757, + 39.9365995 + ], + [ + -75.1666796, + 39.9366142 + ], + [ + -75.1666986, + 39.9365275 + ], + [ + -75.1667175, + 39.9365299 + ], + [ + -75.1667264, + 39.9364893 + ], + [ + -75.1667043, + 39.9364865 + ], + [ + -75.1667207, + 39.9364117 + ], + [ + -75.1666222, + 39.9363953 + ] + ] + ] + }, + "id": "way/438876249" + }, + { + "type": "Feature", + "properties": { + "@id": "way/438876250", + "addr:city": "Philadelphia", + "addr:housenumber": "1133", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South Broad Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "chinese", + "height": "13.41", + "name": "Mui Chung", + "smoking": "no", + "source": "City of Philadelphia", + "takeaway": "yes" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1666206, + 39.9368172 + ], + [ + -75.1668047, + 39.9368408 + ], + [ + -75.1668093, + 39.9368196 + ], + [ + -75.1668185, + 39.9368123 + ], + [ + -75.1668222, + 39.9367974 + ], + [ + -75.1668121, + 39.9367747 + ], + [ + -75.1664896, + 39.9367228 + ], + [ + -75.1664855, + 39.9367133 + ], + [ + -75.1664674, + 39.9367102 + ], + [ + -75.1664574, + 39.9367164 + ], + [ + -75.1664148, + 39.936711 + ], + [ + -75.1664098, + 39.9367017 + ], + [ + -75.1663927, + 39.9366981 + ], + [ + -75.1663829, + 39.9367046 + ], + [ + -75.1663705, + 39.936703 + ], + [ + -75.1663548, + 39.936774 + ], + [ + -75.1665221, + 39.9367956 + ], + [ + -75.1665231, + 39.9367891 + ], + [ + -75.1666247, + 39.936802 + ], + [ + -75.1666206, + 39.9368172 + ] + ] + ] + }, + "id": "way/438876250" + }, + { + "type": "Feature", + "properties": { + "@id": "way/438988668", + "addr:city": "Philadelphia", + "addr:housenumber": "1934", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "addr:unit": "36", + "amenity": "restaurant", + "building": "yes", + "cuisine": "mexican", + "height": "12.1", + "name": "Pistolas Del Sur", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.16842, + 39.9259908 + ], + [ + -75.1684772, + 39.9259989 + ], + [ + -75.168491, + 39.9259371 + ], + [ + -75.1685069, + 39.925939 + ], + [ + -75.1685146, + 39.925904 + ], + [ + -75.1685253, + 39.9259051 + ], + [ + -75.1685423, + 39.9258249 + ], + [ + -75.1685364, + 39.9258064 + ], + [ + -75.1685102, + 39.9258004 + ], + [ + -75.1682826, + 39.9258434 + ], + [ + -75.1682095, + 39.9259051 + ], + [ + -75.1682366, + 39.9259245 + ], + [ + -75.1684143, + 39.9259465 + ], + [ + -75.1684293, + 39.9259484 + ], + [ + -75.16842, + 39.9259908 + ] + ] + ] + }, + "id": "way/438988668" + }, + { + "type": "Feature", + "properties": { + "@id": "way/438994055", + "addr:city": "Philadelphia", + "addr:housenumber": "1754", + "addr:postcode": "19145", + "addr:state": "PA", + "addr:street": "South Hicks Street", + "alt_name": "Hardena Waroeng Surabaya", + "amenity": "restaurant", + "bar": "no", + "building": "yes", + "cuisine": "indonesian", + "height": "7.92", + "name": "Hardena", + "opening_hours": "Mo 11:00-20:00; Tu off; We 12:00-20:00; Th-Su 11:00-20:00", + "outdoor_seating": "no", + "phone": "+1 215-271-9442", + "smoking": "no", + "source": "City of Philadelphia", + "website": "https://hardenapa.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1713016, + 39.9284752 + ], + [ + -75.171353, + 39.9284819 + ], + [ + -75.1713623, + 39.9284343 + ], + [ + -75.1713447, + 39.9284318 + ], + [ + -75.1713467, + 39.9284235 + ], + [ + -75.1711812, + 39.9284022 + ], + [ + -75.1711695, + 39.928458 + ], + [ + -75.1711727, + 39.9284584 + ], + [ + -75.1713016, + 39.9284752 + ] + ] + ] + }, + "id": "way/438994055" + }, + { + "type": "Feature", + "properties": { + "@id": "way/438994059", + "addr:city": "Philadelphia", + "addr:housenumber": "1840", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "building": "yes", + "height": "10.6", + "name": "Big Catch Poke", + "opening_hours": "Tu-Fr 11:30-20:30; Sa 14:00-20:30", + "phone": "+1 215-730-5533", + "source": "City of Philadelphia", + "website": "http://www.bigcatchonline.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1673755, + 39.9267698 + ], + [ + -75.1673826, + 39.9267639 + ], + [ + -75.167409, + 39.926782 + ], + [ + -75.1674341, + 39.9267597 + ], + [ + -75.1673317, + 39.926691 + ], + [ + -75.1673267, + 39.9266876 + ], + [ + -75.1672961, + 39.9267141 + ], + [ + -75.1672983, + 39.9267156 + ], + [ + -75.1673755, + 39.9267698 + ] + ] + ] + }, + "id": "way/438994059" + }, + { + "type": "Feature", + "properties": { + "@id": "way/438994060", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "1838", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "british_cuisine", + "height": "10.36", + "name": "Stargazy", + "opening_hours": "Th 09:00-16:00; Fr 09:00-19:00; Sa,Su 09:00-16:00", + "phone": "+1 215-309-2761", + "website": "https://www.stargazywastaken.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.167265, + 39.9267433 + ], + [ + -75.1673772, + 39.9268242 + ], + [ + -75.1674039, + 39.9268022 + ], + [ + -75.1673678, + 39.9267763 + ], + [ + -75.1673755, + 39.9267698 + ], + [ + -75.1672983, + 39.9267156 + ], + [ + -75.167265, + 39.9267433 + ] + ] + ] + }, + "id": "way/438994060" + }, + { + "type": "Feature", + "properties": { + "@id": "way/439004937", + "addr:city": "Philadelphia", + "addr:housenumber": "1709", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "addr:unit": "17", + "amenity": "restaurant", + "building": "yes", + "cuisine": "spanish;wine", + "height": "6.7", + "name": "Barcelona Wine Bar", + "opening_hours": "16:00-02:00", + "outdoor_seating": "yes", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1652263, + 39.9279695 + ], + [ + -75.1652232, + 39.9279709 + ], + [ + -75.1651988, + 39.928078 + ], + [ + -75.1651891, + 39.9281004 + ], + [ + -75.1651884, + 39.9281233 + ], + [ + -75.1651586, + 39.9282505 + ], + [ + -75.1651418, + 39.9282485 + ], + [ + -75.1651371, + 39.928268 + ], + [ + -75.1651542, + 39.9282706 + ], + [ + -75.1651516, + 39.928286 + ], + [ + -75.1652164, + 39.9282951 + ], + [ + -75.1652193, + 39.928283 + ], + [ + -75.1652236, + 39.9282822 + ], + [ + -75.1652312, + 39.9282922 + ], + [ + -75.1652721, + 39.9282738 + ], + [ + -75.165263, + 39.9282617 + ], + [ + -75.1652766, + 39.928268 + ], + [ + -75.1653027, + 39.9282467 + ], + [ + -75.1652876, + 39.9282374 + ], + [ + -75.1653138, + 39.9282156 + ], + [ + -75.1653272, + 39.9282253 + ], + [ + -75.1653661, + 39.9281924 + ], + [ + -75.165353, + 39.9281829 + ], + [ + -75.1653754, + 39.9281643 + ], + [ + -75.1652263, + 39.9279695 + ] + ] + ] + }, + "id": "way/439004937" + }, + { + "type": "Feature", + "properties": { + "@id": "way/439006930", + "addr:city": "Philadelphia", + "addr:housenumber": "1646", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "italian", + "height": "12.8", + "name": "Mr. Martino's Trattoria", + "phone": "+1 215-755-0663", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1646811, + 39.9290669 + ], + [ + -75.1647926, + 39.9290822 + ], + [ + -75.1648036, + 39.9290327 + ], + [ + -75.1647188, + 39.9290226 + ], + [ + -75.1646494, + 39.9289701 + ], + [ + -75.1646456, + 39.9289672 + ], + [ + -75.164604, + 39.9290025 + ], + [ + -75.1646022, + 39.9290105 + ], + [ + -75.1646811, + 39.9290669 + ] + ] + ] + }, + "id": "way/439006930" + }, + { + "type": "Feature", + "properties": { + "@id": "way/439026393", + "addr:city": "Philadelphia", + "addr:housenumber": "1621", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "building": "yes", + "height": "10.97", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1638533, + 39.9294427 + ], + [ + -75.1638586, + 39.9294468 + ], + [ + -75.1638688, + 39.9294388 + ], + [ + -75.1638627, + 39.9294341 + ], + [ + -75.1638668, + 39.9294317 + ], + [ + -75.1638818, + 39.9294337 + ], + [ + -75.1638927, + 39.9294251 + ], + [ + -75.1638899, + 39.9294128 + ], + [ + -75.1638962, + 39.9294077 + ], + [ + -75.1638096, + 39.9293436 + ], + [ + -75.1638003, + 39.9293511 + ], + [ + -75.1637432, + 39.9293084 + ], + [ + -75.1637145, + 39.9293309 + ], + [ + -75.1637114, + 39.9293333 + ], + [ + -75.1638533, + 39.9294427 + ] + ] + ] + }, + "id": "way/439026393" + }, + { + "type": "Feature", + "properties": { + "@id": "way/439036321", + "addr:city": "Philadelphia", + "addr:housenumber": "1520", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "bar": "yes", + "building": "yes", + "height": "10.6", + "name": "Ember & Ash", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1628488, + 39.9305709 + ], + [ + -75.1629629, + 39.9306561 + ], + [ + -75.1630053, + 39.9306215 + ], + [ + -75.1628253, + 39.9304895 + ], + [ + -75.1627845, + 39.9305229 + ], + [ + -75.1628488, + 39.9305709 + ] + ] + ] + }, + "id": "way/439036321" + }, + { + "type": "Feature", + "properties": { + "@id": "way/439038312", + "addr:city": "Philadelphia", + "addr:housenumber": "1304", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 9th Street", + "addr:unit": "6", + "amenity": "restaurant", + "building": "yes", + "cuisine": "mexican", + "height": "10.36", + "name": "El Sarape", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.159269, + 39.932906 + ], + [ + -75.1594118, + 39.9329235 + ], + [ + -75.1594708, + 39.9328576 + ], + [ + -75.1594453, + 39.9328476 + ], + [ + -75.1592759, + 39.932827 + ], + [ + -75.1592604, + 39.9329049 + ], + [ + -75.159269, + 39.932906 + ] + ] + ] + }, + "id": "way/439038312" + }, + { + "type": "Feature", + "properties": { + "@id": "way/439211610", + "addr:city": "Philadelphia", + "addr:housenumber": "1800", + "addr:postcode": "19145", + "addr:state": "PA", + "addr:street": "South Broad Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "chinese", + "height": "13.1", + "name": "Oriental Chinese Restaurant", + "opening_hours": "Mo-Th 11:00-23:00; Fr-Sa 11:00-00:00; Su 12:00-23:00", + "phone": "+1 215-463-9333", + "smoking": "no", + "source": "City of Philadelphia", + "website": "http://www.orientalchinesephilly.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.169268, + 39.9280416 + ], + [ + -75.169291, + 39.9280447 + ], + [ + -75.1692985, + 39.9280416 + ], + [ + -75.1693796, + 39.9280517 + ], + [ + -75.1693826, + 39.9280375 + ], + [ + -75.1693929, + 39.928033 + ], + [ + -75.1693965, + 39.928016 + ], + [ + -75.169389, + 39.928008 + ], + [ + -75.1693924, + 39.9279918 + ], + [ + -75.1693133, + 39.9279819 + ], + [ + -75.1691098, + 39.9279564 + ], + [ + -75.1691014, + 39.9279946 + ], + [ + -75.1690924, + 39.9279996 + ], + [ + -75.1690931, + 39.9280137 + ], + [ + -75.1691021, + 39.928021 + ], + [ + -75.1691214, + 39.9280186 + ], + [ + -75.1691685, + 39.9280245 + ], + [ + -75.1691723, + 39.9280279 + ], + [ + -75.1692635, + 39.9280366 + ], + [ + -75.169268, + 39.9280416 + ] + ] + ] + }, + "id": "way/439211610" + }, + { + "type": "Feature", + "properties": { + "@id": "way/440985151", + "addr:city": "Philadelphia", + "addr:housenumber": "1801", + "addr:state": "PA", + "addr:street": "South Chadwick Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "mexican", + "height": "8.22", + "name": "Los Cuatro Soles", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1729599, + 39.928506 + ], + [ + -75.1729749, + 39.9285083 + ], + [ + -75.1729739, + 39.928513 + ], + [ + -75.1731266, + 39.9285322 + ], + [ + -75.1731387, + 39.9284786 + ], + [ + -75.1729901, + 39.9284601 + ], + [ + -75.1729582, + 39.9284561 + ], + [ + -75.1729521, + 39.9284872 + ], + [ + -75.1729645, + 39.9284885 + ], + [ + -75.1729599, + 39.928506 + ] + ] + ] + }, + "id": "way/440985151" + }, + { + "type": "Feature", + "properties": { + "@id": "way/441422766", + "addr:city": "Philadelphia", + "addr:housenumber": "2320", + "addr:postcode": "19145", + "addr:state": "PA", + "addr:street": "Oregon Avenue", + "amenity": "restaurant", + "brand": "Chili's", + "brand:wikidata": "Q1072948", + "building": "yes", + "check_date": "2024-05-14", + "cuisine": "tex-mex", + "name": "Chili's", + "official_name": "Chili's Grill & Bar", + "opening_hours": "Mo-Th,Su 11:00-22:00; Fr-Sa 11:00-23:00", + "phone": "+1 215-468-3757", + "website": "https://www.chilis.com/locations/us/pennsylvania/philadelphia/south-philly" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1876386, + 39.9184747 + ], + [ + -75.1876543, + 39.9184027 + ], + [ + -75.1873533, + 39.9183642 + ], + [ + -75.1873122, + 39.9185529 + ], + [ + -75.1873835, + 39.918562 + ], + [ + -75.1873767, + 39.9185934 + ], + [ + -75.1874337, + 39.9186007 + ], + [ + -75.1874411, + 39.9185668 + ], + [ + -75.1875922, + 39.9185862 + ], + [ + -75.1876171, + 39.9184719 + ], + [ + -75.1876386, + 39.9184747 + ] + ] + ] + }, + "id": "way/441422766" + }, + { + "type": "Feature", + "properties": { + "@id": "way/441504022", + "addr:city": "Philadelphia", + "addr:housenumber": "1938", + "addr:postcode": "19145", + "addr:state": "PA", + "addr:street": "South Chadwick Street", + "amenity": "restaurant", + "building": "yes", + "description": "Sunny storefront serving a prix fixe vegan menu on Saturdays, plus light market-style bites.", + "diet:vegan": "only", + "diet:vegetarian": "yes", + "height": "9.75", + "name": "Miss Rachel's Pantry", + "phone": "+1 215-798-0053", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1738551, + 39.9265157 + ], + [ + -75.1736957, + 39.9264939 + ], + [ + -75.1736798, + 39.9265659 + ], + [ + -75.1738394, + 39.9265863 + ], + [ + -75.1738507, + 39.9265354 + ], + [ + -75.1738551, + 39.9265157 + ] + ] + ] + }, + "id": "way/441504022" + }, + { + "type": "Feature", + "properties": { + "@id": "way/457007931", + "addr:city": "Philadelphia", + "addr:housenumber": "1138", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 13th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "mexican", + "delivery": "yes", + "height": "11.27", + "name": "El Jarocho", + "smoking": "no", + "source": "City of Philadelphia", + "takeaway": "yes" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1651349, + 39.9365427 + ], + [ + -75.1651589, + 39.936546 + ], + [ + -75.1651689, + 39.9365018 + ], + [ + -75.1651527, + 39.9364896 + ], + [ + -75.1651322, + 39.9364869 + ], + [ + -75.1651199, + 39.9364932 + ], + [ + -75.1651054, + 39.9364912 + ], + [ + -75.1650964, + 39.9364805 + ], + [ + -75.1650763, + 39.9364777 + ], + [ + -75.1650632, + 39.9364839 + ], + [ + -75.165065, + 39.9364757 + ], + [ + -75.1649552, + 39.9364609 + ], + [ + -75.1649418, + 39.9364684 + ], + [ + -75.1649312, + 39.9365153 + ], + [ + -75.1651349, + 39.9365427 + ] + ] + ] + }, + "id": "way/457007931" + }, + { + "type": "Feature", + "properties": { + "@id": "way/457057271", + "addr:city": "Philadelphia", + "addr:housenumber": "1014", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "Federal Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "sandwich", + "height": "10.97", + "name": "Antonio's Deli", + "opening_hours": "Mo-Sa 09:00-16:00", + "phone": "+1-215-462-4622", + "source": "City of Philadelphia", + "website": "https://antoniosdeliphilly.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1609958, + 39.9345896 + ], + [ + -75.1610597, + 39.9345984 + ], + [ + -75.1610773, + 39.9345243 + ], + [ + -75.1610966, + 39.9344433 + ], + [ + -75.1610415, + 39.9344353 + ], + [ + -75.1610349, + 39.934463 + ], + [ + -75.1610255, + 39.9344616 + ], + [ + -75.1609958, + 39.9345896 + ] + ] + ] + }, + "id": "way/457057271" + }, + { + "type": "Feature", + "properties": { + "@id": "way/457223143", + "addr:city": "Philadelphia", + "addr:housenumber": "1549", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 13th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "italian", + "height": "11.58", + "name": "Francoluigi's Italian Restaurant & High Note Cafe", + "source": "City of Philadelphia", + "takeaway": "yes" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1661387, + 39.9303175 + ], + [ + -75.1661424, + 39.9303179 + ], + [ + -75.1661515, + 39.9302757 + ], + [ + -75.1661387, + 39.9302741 + ], + [ + -75.1661388, + 39.9302654 + ], + [ + -75.1661176, + 39.9302627 + ], + [ + -75.1661101, + 39.930254 + ], + [ + -75.166093, + 39.9302519 + ], + [ + -75.1660815, + 39.9302578 + ], + [ + -75.1659162, + 39.9302398 + ], + [ + -75.1659119, + 39.9302316 + ], + [ + -75.1659036, + 39.93023 + ], + [ + -75.1658942, + 39.9302378 + ], + [ + -75.165797, + 39.9302254 + ], + [ + -75.1657894, + 39.9302698 + ], + [ + -75.1660396, + 39.9303013 + ], + [ + -75.166038, + 39.9303045 + ], + [ + -75.1661387, + 39.9303175 + ] + ] + ] + }, + "id": "way/457223143" + }, + { + "type": "Feature", + "properties": { + "@id": "way/459615521", + "addr:city": "Philadelphia", + "addr:housenumber": "1429", + "addr:postcode": "19145", + "addr:state": "PA", + "addr:street": "Wolf Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "sandwich", + "diet:vegan": "only", + "height": "11.27", + "name": "Vegan Commissary", + "opening_hours": "11:00 - 19:00, \"closes early on weekends\"", + "source": "City of Philadelphia", + "takeaway": "only" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1714135, + 39.9221774 + ], + [ + -75.1714185, + 39.922178 + ], + [ + -75.1713906, + 39.9223018 + ], + [ + -75.1714503, + 39.9223093 + ], + [ + -75.1714539, + 39.9222914 + ], + [ + -75.1714832, + 39.9221435 + ], + [ + -75.1714333, + 39.9221367 + ], + [ + -75.1714191, + 39.9221445 + ], + [ + -75.1714135, + 39.9221774 + ] + ] + ] + }, + "id": "way/459615521" + }, + { + "type": "Feature", + "properties": { + "@id": "way/472436907", + "amenity": "restaurant", + "building": "yes", + "check_date:opening_hours": "2025-03-27", + "cuisine": "mexican", + "name": "Plaza Garibaldi", + "opening_hours:signed": "no", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1593818, + 39.9368588 + ], + [ + -75.1594209, + 39.9367794 + ], + [ + -75.1593555, + 39.9367613 + ], + [ + -75.1593191, + 39.9368425 + ], + [ + -75.1593818, + 39.9368588 + ] + ] + ] + }, + "id": "way/472436907" + }, + { + "type": "Feature", + "properties": { + "@id": "way/485136088", + "addr:city": "Philadelphia", + "addr:housenumber": "1801", + "addr:postcode": "19145", + "addr:state": "PA", + "addr:street": "Moore Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "chinese", + "delivery": "no", + "height": "11.58", + "internet_access": "no", + "name": "Great Wall", + "outdoor_seating": "no", + "phone": "+1 215-336-7105", + "smoking": "no", + "source": "City of Philadelphia", + "takeaway": "only", + "wheelchair": "no" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1753297, + 39.9291214 + ], + [ + -75.1753883, + 39.9291291 + ], + [ + -75.1753938, + 39.9291044 + ], + [ + -75.1753975, + 39.9291049 + ], + [ + -75.1754312, + 39.9289541 + ], + [ + -75.1753712, + 39.9289461 + ], + [ + -75.1753673, + 39.9289642 + ], + [ + -75.1753467, + 39.9289714 + ], + [ + -75.1753435, + 39.9289857 + ], + [ + -75.1753571, + 39.9289976 + ], + [ + -75.1753297, + 39.9291214 + ] + ] + ] + }, + "id": "way/485136088" + }, + { + "type": "Feature", + "properties": { + "@id": "way/487412769", + "addr:city": "Philadelphia", + "addr:housenumber": "1838", + "addr:postcode": "19145", + "addr:state": "PA", + "addr:street": "South 18th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "indonesian", + "height": "11.58", + "name": "Seulanga", + "outdoor_seating": "no", + "phone": "+1 267-357-4635", + "smoking": "no", + "source": "City of Philadelphia", + "takeaway": "yes" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1756126, + 39.9277819 + ], + [ + -75.1757875, + 39.9278059 + ], + [ + -75.1757922, + 39.9277858 + ], + [ + -75.1758597, + 39.9277951 + ], + [ + -75.175867, + 39.9277635 + ], + [ + -75.1756328, + 39.9277289 + ], + [ + -75.1756229, + 39.927733 + ], + [ + -75.1756126, + 39.9277819 + ] + ] + ] + }, + "id": "way/487412769" + }, + { + "type": "Feature", + "properties": { + "@id": "way/488024286", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "1501", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 8th Street", + "amenity": "restaurant", + "building": "yes", + "capacity": "30", + "cuisine": "cheesesteak;deli;grill", + "delivery": "yes", + "height": "8.83", + "level": "1", + "name": "Cosmi's Deli", + "note": "Good Cheesesteaks. :-)", + "opening_hours": "Mo-Sa 10:00-20:30, Su 11:00-19:30", + "outdoor_seating": "no", + "phone": "+1-215-468-6093", + "smoking": "no", + "source": "City of Philadelphia", + "takeaway": "yes", + "website": "https://cosmisdeli.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1579199, + 39.9302352 + ], + [ + -75.1579019, + 39.930317 + ], + [ + -75.1580567, + 39.9303372 + ], + [ + -75.158075, + 39.9302542 + ], + [ + -75.1580648, + 39.930253 + ], + [ + -75.1579336, + 39.9302368 + ], + [ + -75.1579199, + 39.9302352 + ] + ] + ] + }, + "id": "way/488024286" + }, + { + "type": "Feature", + "properties": { + "@id": "way/538863786", + "addr:city": "Philadelphia", + "addr:housenumber": "2604", + "addr:postcode": "19134", + "addr:state": "PA", + "addr:street": "East Somerset Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "pizza", + "height": "9.75", + "name": "Taconelli's Pizza", + "phone": "+1-215-425-4983", + "source": "City of Philadelphia", + "website": "https://www.tacconellispizzeria.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1129738, + 39.9804475 + ], + [ + -75.1130144, + 39.9804935 + ], + [ + -75.1132312, + 39.9803812 + ], + [ + -75.1132293, + 39.980379 + ], + [ + -75.1131943, + 39.9803394 + ], + [ + -75.1130968, + 39.9803898 + ], + [ + -75.1130931, + 39.9803857 + ], + [ + -75.1129738, + 39.9804475 + ] + ] + ] + }, + "id": "way/538863786" + }, + { + "type": "Feature", + "properties": { + "@id": "way/539102714", + "addr:city": "Philadelphia", + "addr:housenumber": "12363", + "addr:postcode": "19154", + "addr:state": "PA", + "addr:street": "Academy Road", + "amenity": "restaurant", + "building": "yes", + "name": "Philly Soft Pretzel Factory" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -74.9742022, + 40.0963394 + ], + [ + -74.9743082, + 40.096279 + ], + [ + -74.9740939, + 40.0961047 + ], + [ + -74.9739947, + 40.0961651 + ], + [ + -74.9742022, + 40.0963394 + ] + ] + ] + }, + "id": "way/539102714" + }, + { + "type": "Feature", + "properties": { + "@id": "way/547258831", + "amenity": "restaurant", + "building": "yes", + "name": "Pat's Pizzaria" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -74.9756123, + 40.0955174 + ], + [ + -74.975401, + 40.0953173 + ], + [ + -74.975224, + 40.0954345 + ], + [ + -74.9754459, + 40.0956225 + ], + [ + -74.9756123, + 40.0955174 + ] + ] + ] + }, + "id": "way/547258831" + }, + { + "type": "Feature", + "properties": { + "@id": "way/547258835", + "amenity": "restaurant", + "building": "yes", + "name": "Parkwood Pack & Ship" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -74.9752522, + 40.0957404 + ], + [ + -74.9750212, + 40.095545 + ], + [ + -74.9748479, + 40.0956504 + ], + [ + -74.9748761, + 40.095672 + ], + [ + -74.9750967, + 40.0958407 + ], + [ + -74.9752522, + 40.0957404 + ] + ] + ] + }, + "id": "way/547258835" + }, + { + "type": "Feature", + "properties": { + "@id": "way/549964569", + "amenity": "restaurant", + "building": "yes", + "name": "Chickie's & Pete's Cafe" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0074112, + 40.101775 + ], + [ + -75.0072241, + 40.1016129 + ], + [ + -75.0070698, + 40.1017172 + ], + [ + -75.0069704, + 40.101631 + ], + [ + -75.0067967, + 40.1017484 + ], + [ + -75.0069396, + 40.1018722 + ], + [ + -75.0070009, + 40.1018308 + ], + [ + -75.0071445, + 40.1019552 + ], + [ + -75.0074112, + 40.101775 + ] + ] + ] + }, + "id": "way/549964569" + }, + { + "type": "Feature", + "properties": { + "@id": "way/549964572", + "addr:city": "Philadelphia", + "addr:housenumber": "11000", + "addr:postcode": "19116", + "addr:state": "PA", + "addr:street": "Roosevelt Boulevard", + "amenity": "restaurant", + "brand": "Mission BBQ", + "brand:wikidata": "Q85785905", + "building": "yes", + "check_date": "2024-05-16", + "cuisine": "barbecue", + "name": "Mission BBQ", + "opening_hours": "Mo-Sa 11:00-21:00; Su 11:30-20:00", + "phone": "+1 267-538-0102", + "website": "https://mission-bbq.com/locations-and-menu/philadelphia-pa/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0094704, + 40.1006948 + ], + [ + -75.0093547, + 40.100496 + ], + [ + -75.0090608, + 40.1005961 + ], + [ + -75.0091784, + 40.100792 + ], + [ + -75.0094704, + 40.1006948 + ] + ] + ] + }, + "id": "way/549964572" + }, + { + "type": "Feature", + "properties": { + "@id": "way/550018290", + "amenity": "restaurant", + "building": "yes", + "name": "Pizza City" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -74.9953311, + 40.0807827 + ], + [ + -74.9952452, + 40.0807088 + ], + [ + -74.9950119, + 40.0808853 + ], + [ + -74.9950763, + 40.0809346 + ], + [ + -74.9953311, + 40.0807827 + ] + ] + ] + }, + "id": "way/550018290" + }, + { + "type": "Feature", + "properties": { + "@id": "way/562331233", + "addr:city": "Philadelphia", + "addr:housenumber": "7241", + "addr:state": "PA", + "addr:street": "Rising Sun Avenue", + "addr:unit": "43", + "amenity": "restaurant", + "building": "yes", + "height": "6.4", + "name": "Quaker Diner", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.084341, + 40.0605005 + ], + [ + -75.0842873, + 40.0605515 + ], + [ + -75.0844808, + 40.0606719 + ], + [ + -75.0845031, + 40.0606714 + ], + [ + -75.0846011, + 40.0605783 + ], + [ + -75.0845914, + 40.0605724 + ], + [ + -75.0845808, + 40.0605825 + ], + [ + -75.0845248, + 40.0605477 + ], + [ + -75.0845132, + 40.0605587 + ], + [ + -75.0843721, + 40.060471 + ], + [ + -75.084341, + 40.0605005 + ] + ] + ] + }, + "id": "way/562331233" + }, + { + "type": "Feature", + "properties": { + "@id": "way/562923645", + "addr:city": "Philadelphia", + "addr:housenumber": "1681", + "addr:postcode": "19115", + "addr:state": "PA", + "addr:street": "Grant Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-06-20", + "name": "Perkins", + "opening_hours": "07:00-20:00", + "phone": "+1 215-676-4077", + "website": "https://www.perkinsrestaurants.com/locations/us/pa/philadelphia/1681-grant-ave/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0388741, + 40.086954 + ], + [ + -75.0391074, + 40.0870863 + ], + [ + -75.0392352, + 40.0869544 + ], + [ + -75.0391763, + 40.086921 + ], + [ + -75.0391921, + 40.0869047 + ], + [ + -75.0391363, + 40.0868731 + ], + [ + -75.0391256, + 40.086884 + ], + [ + -75.039007, + 40.0868168 + ], + [ + -75.0388741, + 40.086954 + ] + ] + ] + }, + "id": "way/562923645" + }, + { + "type": "Feature", + "properties": { + "@id": "way/568800652", + "amenity": "restaurant", + "building": "yes", + "name": "Hop Angel" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0854775, + 40.0771232 + ], + [ + -75.0856257, + 40.0770329 + ], + [ + -75.0856894, + 40.0770302 + ], + [ + -75.085685, + 40.0769691 + ], + [ + -75.0856279, + 40.0769715 + ], + [ + -75.0856255, + 40.0769387 + ], + [ + -75.0855134, + 40.0769435 + ], + [ + -75.0855123, + 40.0769286 + ], + [ + -75.0853288, + 40.0769352 + ], + [ + -75.0853402, + 40.0771226 + ], + [ + -75.0853703, + 40.0771514 + ], + [ + -75.0854539, + 40.0771005 + ], + [ + -75.0854775, + 40.0771232 + ] + ] + ] + }, + "id": "way/568800652" + }, + { + "type": "Feature", + "properties": { + "@id": "way/570790618", + "addr:housenumber": "10185", + "addr:street": "Bustleton Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-05-24", + "name": "Ali Baba", + "opening_hours": "Mo-Su 09:00-21:00" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0270589, + 40.1075643 + ], + [ + -75.0270976, + 40.1075194 + ], + [ + -75.0269195, + 40.107432 + ], + [ + -75.0268829, + 40.1074772 + ], + [ + -75.0270589, + 40.1075643 + ] + ] + ] + }, + "id": "way/570790618" + }, + { + "type": "Feature", + "properties": { + "@id": "way/579333798", + "amenity": "restaurant", + "building": "yes", + "cuisine": "chinese", + "name": "New Hunan Wok" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0847911, + 40.0728611 + ], + [ + -75.0848086, + 40.0727642 + ], + [ + -75.0846528, + 40.0727601 + ], + [ + -75.0846676, + 40.0728571 + ], + [ + -75.0847911, + 40.0728611 + ] + ] + ] + }, + "id": "way/579333798" + }, + { + "type": "Feature", + "properties": { + "@id": "way/582776085", + "amenity": "restaurant", + "building": "yes", + "name": "Country Club Diner" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0706977, + 40.0540669 + ], + [ + -75.0703437, + 40.053865 + ], + [ + -75.070289, + 40.0539213 + ], + [ + -75.0703541, + 40.0539584 + ], + [ + -75.070211, + 40.0541055 + ], + [ + -75.0702541, + 40.0541301 + ], + [ + -75.0702418, + 40.0541427 + ], + [ + -75.0703228, + 40.0541889 + ], + [ + -75.070338, + 40.0541734 + ], + [ + -75.0705027, + 40.0542673 + ], + [ + -75.0706977, + 40.0540669 + ] + ] + ] + }, + "id": "way/582776085" + }, + { + "type": "Feature", + "properties": { + "@id": "way/582776104", + "amenity": "restaurant", + "building": "yes", + "name": "Ernie's Pizza & Restaurant" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0726681, + 40.0548033 + ], + [ + -75.0728743, + 40.0545909 + ], + [ + -75.0727964, + 40.0545466 + ], + [ + -75.0726169, + 40.054734 + ], + [ + -75.0725919, + 40.0547588 + ], + [ + -75.0726572, + 40.0547973 + ], + [ + -75.0726681, + 40.0548033 + ] + ] + ] + }, + "id": "way/582776104" + }, + { + "type": "Feature", + "properties": { + "@id": "way/592399952", + "amenity": "restaurant", + "brand": "Ruby Tuesday", + "brand:wikidata": "Q7376400", + "building": "yes", + "cuisine": "american", + "name": "Ruby Tuesday" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2472009, + 39.8877691 + ], + [ + -75.2471402, + 39.8877374 + ], + [ + -75.2471349, + 39.8877445 + ], + [ + -75.2469661, + 39.8876509 + ], + [ + -75.2468107, + 39.8878264 + ], + [ + -75.2470388, + 39.8879509 + ], + [ + -75.2471058, + 39.8878758 + ], + [ + -75.2470879, + 39.8878668 + ], + [ + -75.2471406, + 39.8878057 + ], + [ + -75.2471592, + 39.8878156 + ], + [ + -75.2472009, + 39.8877691 + ] + ] + ] + }, + "id": "way/592399952" + }, + { + "type": "Feature", + "properties": { + "@id": "way/620505812", + "addr:city": "Philadelphia", + "addr:housenumber": "10740", + "addr:postcode": "19116", + "addr:state": "PA", + "addr:street": "Roosevelt Boulevard", + "amenity": "restaurant", + "brand": "IHOP", + "brand:wikidata": "Q1185675", + "building": "yes", + "check_date": "2024-05-16", + "cuisine": "breakfast;pancake", + "name": "IHOP", + "opening_hours": "Mo-Th,Su 07:00-22:00; Fr-Sa 07:00-24:00", + "phone": "+1 215-969-5170", + "website": "https://restaurants.ihop.com/en-us/pa/philadelphia/breakfast-10740-roosevelt-blvd-528" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0102263, + 40.0997004 + ], + [ + -75.0099864, + 40.0994912 + ], + [ + -75.0099468, + 40.0995122 + ], + [ + -75.0099142, + 40.0995371 + ], + [ + -75.0099549, + 40.0995713 + ], + [ + -75.0099386, + 40.099583 + ], + [ + -75.0100017, + 40.0996444 + ], + [ + -75.0100687, + 40.0996949 + ], + [ + -75.0100809, + 40.0996848 + ], + [ + -75.0101541, + 40.0997462 + ], + [ + -75.0101948, + 40.0997291 + ], + [ + -75.0102263, + 40.0997004 + ] + ] + ] + }, + "id": "way/620505812" + }, + { + "type": "Feature", + "properties": { + "@id": "way/620505813", + "amenity": "restaurant", + "building": "yes", + "name": "Kabobeesh" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0105831, + 40.0995313 + ], + [ + -75.0105279, + 40.099484 + ], + [ + -75.0105383, + 40.0994769 + ], + [ + -75.0104871, + 40.0994331 + ], + [ + -75.0104719, + 40.0994434 + ], + [ + -75.0104478, + 40.0994228 + ], + [ + -75.0102891, + 40.0995312 + ], + [ + -75.0104197, + 40.0996429 + ], + [ + -75.0105831, + 40.0995313 + ] + ] + ] + }, + "id": "way/620505813" + }, + { + "type": "Feature", + "properties": { + "@id": "way/626514033", + "addr:city": "Philadelphia", + "addr:housenumber": "4310", + "addr:postcode": "19124", + "addr:state": "PA", + "addr:street": "Roosevelt Boulevard", + "amenity": "restaurant", + "brand": "IHOP", + "brand:wikidata": "Q1185675", + "building": "yes", + "check_date": "2024-10-10", + "cuisine": "breakfast;pancake", + "delivery": "no", + "name": "IHOP", + "opening_hours": "Mo-Th 06:00-22:00; Fr 06:00-24:00; Sa 00:00-24:00; Su 00:00-22:00", + "outdoor_seating": "no", + "phone": "+1 215-744-7841", + "takeaway": "yes", + "website": "https://restaurants.ihop.com/en-us/pa/philadelphia/breakfast-4310-roosevelt-blvd-559" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1049397, + 40.0303776 + ], + [ + -75.1049567, + 40.0303896 + ], + [ + -75.1051109, + 40.0302674 + ], + [ + -75.1049084, + 40.0301082 + ], + [ + -75.1048588, + 40.030139 + ], + [ + -75.1048709, + 40.0301482 + ], + [ + -75.1047582, + 40.0302325 + ], + [ + -75.1047689, + 40.0302468 + ], + [ + -75.1047341, + 40.0302633 + ], + [ + -75.1048517, + 40.0303574 + ], + [ + -75.1048474, + 40.030361 + ], + [ + -75.1049029, + 40.0304059 + ], + [ + -75.1049397, + 40.0303776 + ] + ] + ] + }, + "id": "way/626514033" + }, + { + "type": "Feature", + "properties": { + "@id": "way/628136787", + "addr:city": "Philadelphia", + "addr:housenumber": "7959", + "addr:postcode": "19111", + "addr:state": "PA", + "addr:street": "Verree Road", + "amenity": "restaurant", + "building": "yes", + "cuisine": "pizza", + "height": "6.0", + "name": "Verree Express Pizza", + "phone": "+1-215-745-2100" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0761558, + 40.0724608 + ], + [ + -75.0759434, + 40.0723434 + ], + [ + -75.0758995, + 40.0723899 + ], + [ + -75.076112, + 40.0725073 + ], + [ + -75.0761558, + 40.0724608 + ] + ] + ] + }, + "id": "way/628136787" + }, + { + "type": "Feature", + "properties": { + "@id": "way/628749161", + "addr:city": "Philadelphia", + "addr:housenumber": "4806", + "addr:state": "PA", + "addr:street": "North 16th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "seafood", + "height": "6.7", + "name": "The Crab Shack", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1507857, + 40.0269442 + ], + [ + -75.1507766, + 40.026986 + ], + [ + -75.1507732, + 40.0269856 + ], + [ + -75.1507703, + 40.0270135 + ], + [ + -75.1507586, + 40.0270119 + ], + [ + -75.1507515, + 40.0270412 + ], + [ + -75.1507639, + 40.027043 + ], + [ + -75.1507602, + 40.0270702 + ], + [ + -75.1508748, + 40.0270128 + ], + [ + -75.1508722, + 40.0270019 + ], + [ + -75.1508994, + 40.0269983 + ], + [ + -75.1508806, + 40.0269169 + ], + [ + -75.1508729, + 40.0269182 + ], + [ + -75.1508722, + 40.0269138 + ], + [ + -75.1507894, + 40.0269272 + ], + [ + -75.1507857, + 40.0269442 + ] + ] + ] + }, + "id": "way/628749161" + }, + { + "type": "Feature", + "properties": { + "@id": "way/633922151", + "addr:city": "Philadelphia", + "addr:housenumber": "1001", + "addr:state": "PA", + "addr:street": "Cottman Avenue", + "amenity": "restaurant", + "building": "yes", + "height": "10.97", + "name": "Chucks Alibi", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0833178, + 40.0613209 + ], + [ + -75.0832715, + 40.0612962 + ], + [ + -75.0832549, + 40.061314 + ], + [ + -75.083274, + 40.0613246 + ], + [ + -75.0832665, + 40.0613325 + ], + [ + -75.0832849, + 40.0613427 + ], + [ + -75.0832207, + 40.0614096 + ], + [ + -75.0832146, + 40.0614057 + ], + [ + -75.0832076, + 40.0614134 + ], + [ + -75.0832138, + 40.0614169 + ], + [ + -75.0829597, + 40.0616739 + ], + [ + -75.083273, + 40.0617207 + ], + [ + -75.0833742, + 40.0617202 + ], + [ + -75.0833746, + 40.0617111 + ], + [ + -75.0833808, + 40.0617116 + ], + [ + -75.0833715, + 40.0613542 + ], + [ + -75.0833511, + 40.0613296 + ], + [ + -75.0833272, + 40.0613208 + ], + [ + -75.0833178, + 40.0613209 + ] + ] + ] + }, + "id": "way/633922151" + }, + { + "type": "Feature", + "properties": { + "@id": "way/641687898", + "addr:city": "Philadelphia", + "addr:housenumber": "9769", + "addr:postcode": "19114", + "addr:state": "PA", + "addr:street": "Roosevelt Boulevard", + "amenity": "restaurant", + "brand": "LongHorn Steakhouse", + "brand:wikidata": "Q3259007", + "building": "yes", + "check_date": "2024-05-16", + "cuisine": "steak_house", + "name": "LongHorn Steakhouse", + "opening_hours": "Mo-Th,Su 11:00-22:00; Fr-Sa 11:00-23:00", + "phone": "+1 215-464-1273", + "website": "https://longhornsteakhouse.com/locations/pa/philadelphia/philadelphia-whitman-square/5227" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0239057, + 40.0844479 + ], + [ + -75.0241133, + 40.0845618 + ], + [ + -75.0242159, + 40.0844523 + ], + [ + -75.0242659, + 40.0844797 + ], + [ + -75.0243044, + 40.0844387 + ], + [ + -75.0242612, + 40.084415 + ], + [ + -75.0242787, + 40.0843962 + ], + [ + -75.0240644, + 40.0842786 + ], + [ + -75.0239057, + 40.0844479 + ] + ] + ] + }, + "id": "way/641687898" + }, + { + "type": "Feature", + "properties": { + "@id": "way/641689502", + "addr:city": "Philadelphia", + "addr:housenumber": "9701", + "addr:postcode": "19114", + "addr:state": "PA", + "addr:street": "Roosevelt Boulevard", + "amenity": "restaurant", + "brand": "Buffalo Wild Wings", + "brand:wikidata": "Q509255", + "building": "yes", + "cuisine": "wings", + "name": "Buffalo Wild Wings", + "short_name": "BW3" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0259486, + 40.082879 + ], + [ + -75.0260372, + 40.0827918 + ], + [ + -75.0257052, + 40.0825943 + ], + [ + -75.0256942, + 40.0825395 + ], + [ + -75.0256249, + 40.0825476 + ], + [ + -75.0256355, + 40.0826004 + ], + [ + -75.0255379, + 40.0826963 + ], + [ + -75.0255715, + 40.0827163 + ], + [ + -75.0255362, + 40.0827511 + ], + [ + -75.0257176, + 40.0828591 + ], + [ + -75.0257543, + 40.0828231 + ], + [ + -75.0258349, + 40.0828711 + ], + [ + -75.0258728, + 40.0828339 + ], + [ + -75.0259486, + 40.082879 + ] + ] + ] + }, + "id": "way/641689502" + }, + { + "type": "Feature", + "properties": { + "@id": "way/641691995", + "addr:city": "Philadelphia", + "addr:housenumber": "9495", + "addr:postcode": "19114", + "addr:state": "PA", + "addr:street": "Roosevelt Boulevard", + "amenity": "restaurant", + "brand": "Miller's Ale House", + "brand:wikidata": "Q6858987", + "building": "yes", + "check_date": "2024-05-16", + "cuisine": "american", + "name": "Miller's Ale House", + "opening_hours": "Mo-Th,Su 11:00-24:00, Fr-Sa 11:00-25:00", + "phone": "+1 215-464-8349", + "website": "https://millersalehouse.com/locations/philadelphia/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0286479, + 40.079982 + ], + [ + -75.0288661, + 40.0797534 + ], + [ + -75.0288114, + 40.0797229 + ], + [ + -75.0288587, + 40.0796734 + ], + [ + -75.0286857, + 40.0795766 + ], + [ + -75.0285991, + 40.0796673 + ], + [ + -75.0285679, + 40.0796498 + ], + [ + -75.0285198, + 40.0797002 + ], + [ + -75.0285536, + 40.0797191 + ], + [ + -75.0284228, + 40.0798561 + ], + [ + -75.0286479, + 40.079982 + ] + ] + ] + }, + "id": "way/641691995" + }, + { + "type": "Feature", + "properties": { + "@id": "way/641693294", + "addr:city": "Philadelphia", + "addr:housenumber": "9280", + "addr:postcode": "19114", + "addr:state": "PA", + "addr:street": "Roosevelt Boulevard", + "amenity": "restaurant", + "brand": "Olive Garden", + "brand:wikidata": "Q3045312", + "building": "yes", + "check_date": "2024-05-16", + "cuisine": "italian", + "name": "Olive Garden", + "opening_hours": "Mo-Th,Su 11:00-22:00; Fr-Sa 11:00-23:00", + "phone": "+1 215-969-3750", + "website": "https://olivegarden.com/locations/pa/philadelphia/philadelphia-e-roosevelt-blvd/1372" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0320275, + 40.0787355 + ], + [ + -75.0322394, + 40.0785303 + ], + [ + -75.0319202, + 40.078362 + ], + [ + -75.0319015, + 40.0783969 + ], + [ + -75.0318639, + 40.0783763 + ], + [ + -75.0317432, + 40.0784892 + ], + [ + -75.0317861, + 40.0785221 + ], + [ + -75.0317298, + 40.078561 + ], + [ + -75.0320275, + 40.0787355 + ] + ] + ] + }, + "id": "way/641693294" + }, + { + "type": "Feature", + "properties": { + "@id": "way/641993107", + "addr:city": "Philadelphia", + "addr:housenumber": "10201", + "addr:postcode": "19116", + "addr:state": "PA", + "addr:street": "Bustleton Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-05-24", + "contact:facebook": "https://www.facebook.com/100046294880017", + "cuisine": "pizza", + "name": "Aldo's Pizzarama", + "opening_hours": "Su-Th 11:00-23:00; Fr,Sa 11:00-24:00", + "phone": "+1 215-698-8110", + "website": "https://aldospizzarama.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0256475, + 40.1085316 + ], + [ + -75.0255025, + 40.1084462 + ], + [ + -75.0253895, + 40.1085584 + ], + [ + -75.0255345, + 40.1086438 + ], + [ + -75.0256475, + 40.1085316 + ] + ] + ] + }, + "id": "way/641993107" + }, + { + "type": "Feature", + "properties": { + "@id": "way/645415270", + "addr:housenumber": "7955", + "addr:street": "Oxford Avenue", + "amenity": "restaurant", + "building": "yes", + "name": "Moonstruck" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.084939, + 40.0761057 + ], + [ + -75.0844836, + 40.0761404 + ], + [ + -75.0844946, + 40.0762155 + ], + [ + -75.0849698, + 40.0763155 + ], + [ + -75.084939, + 40.0761057 + ] + ] + ] + }, + "id": "way/645415270" + }, + { + "type": "Feature", + "properties": { + "@id": "way/645415323", + "amenity": "restaurant", + "building": "yes", + "name": "Joseph's Pizza" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.084939, + 40.0761057 + ], + [ + -75.0849272, + 40.0760157 + ], + [ + -75.0844718, + 40.0760505 + ], + [ + -75.0844836, + 40.0761404 + ], + [ + -75.084939, + 40.0761057 + ] + ] + ] + }, + "id": "way/645415323" + }, + { + "type": "Feature", + "properties": { + "@id": "way/647047816", + "addr:city": "Philadelphia", + "addr:housenumber": "3940", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Baltimore Avenue", + "air_conditioning": "yes", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-10-26", + "cuisine": "american;coffee_shop;sandwich;mediterranean", + "delivery": "yes", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "email": "kate@renatas.net", + "name": "Renata's Kitchen & Bar", + "opening_hours": "Tu-Sa 10:00-23:00; Su 10:00-16:00", + "outdoor_seating": "yes", + "phone": "+1-267-275-8254", + "reservation": "yes", + "takeaway": "yes", + "toilets": "yes", + "website": "https://www.renatas-kitchen.com/", + "website:menu": "https://order.chownow.com/order/14283/locations?cn_script=true" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2030773, + 39.9496932 + ], + [ + -75.2030738, + 39.9496788 + ], + [ + -75.2030424, + 39.9496834 + ], + [ + -75.2030384, + 39.9496672 + ], + [ + -75.2029994, + 39.9496729 + ], + [ + -75.2030033, + 39.9496887 + ], + [ + -75.2028114, + 39.9497164 + ], + [ + -75.2028184, + 39.9497452 + ], + [ + -75.202774, + 39.9497516 + ], + [ + -75.2027866, + 39.9498031 + ], + [ + -75.2028312, + 39.9497966 + ], + [ + -75.203157, + 39.9497496 + ], + [ + -75.20315, + 39.9497208 + ], + [ + -75.2031211, + 39.949725 + ], + [ + -75.203112, + 39.9496882 + ], + [ + -75.2030773, + 39.9496932 + ] + ] + ] + }, + "id": "way/647047816" + }, + { + "type": "Feature", + "properties": { + "@id": "way/666529947", + "addr:city": "Philadelphia", + "addr:housenumber": "6053", + "addr:postcode": "19128", + "addr:state": "PA", + "addr:street": "Ridge Avenue", + "amenity": "restaurant", + "building": "retail", + "building:colour": "silver", + "building:levels": "1", + "building:material": "metal", + "check_date": "2025-09-17", + "check_date:smoking": "2024-09-10", + "cuisine": "diner", + "indoor_seating": "yes", + "name": "Bob's Diner", + "opening_hours": "Mo-Sa 07:00-21:00, Su 07:00-20:00", + "outdoor_seating": "no", + "phone": "+1-215-483-9002", + "roof:levels": "0", + "roof:shape": "flat", + "smoking": "no", + "website": "https://www.bobsdinerphilly.com/", + "wheelchair": "no" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2143802, + 40.0329411 + ], + [ + -75.2143562, + 40.032917 + ], + [ + -75.2143645, + 40.0329121 + ], + [ + -75.2143378, + 40.0328853 + ], + [ + -75.2143071, + 40.0328544 + ], + [ + -75.2142989, + 40.0328593 + ], + [ + -75.21427, + 40.0328302 + ], + [ + -75.2142226, + 40.0328605 + ], + [ + -75.2142158, + 40.0328537 + ], + [ + -75.2141676, + 40.032878 + ], + [ + -75.2141901, + 40.0329007 + ], + [ + -75.2141583, + 40.0329193 + ], + [ + -75.2141767, + 40.0329378 + ], + [ + -75.2142361, + 40.0329976 + ], + [ + -75.2142954, + 40.0329631 + ], + [ + -75.2143067, + 40.0329744 + ], + [ + -75.2143237, + 40.0329645 + ], + [ + -75.2143296, + 40.0329705 + ], + [ + -75.2143802, + 40.0329411 + ] + ] + ] + }, + "id": "way/666529947" + }, + { + "type": "Feature", + "properties": { + "@id": "way/669589618", + "addr:city": "Philadelphia", + "addr:housenumber": "1913", + "addr:postcode": "19115", + "addr:state": "PA", + "addr:street": "Welsh Road", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-10-09", + "contact:facebook": "https://www.facebook.com/turkeyberryofficial/", + "cuisine": "asian", + "diet:halal": "yes", + "name": "Turkey Berry", + "opening_hours": "10:00-24:00", + "phone": "+1 215-677-2300", + "website": "https://turkeyberryhalal.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0374013, + 40.0821386 + ], + [ + -75.0373504, + 40.0819755 + ], + [ + -75.0369239, + 40.0820586 + ], + [ + -75.0369856, + 40.0822115 + ], + [ + -75.0374013, + 40.0821386 + ] + ] + ] + }, + "id": "way/669589618" + }, + { + "type": "Feature", + "properties": { + "@id": "way/670359241", + "addr:city": "Philadelphia", + "addr:housenumber": "2491", + "addr:postcode": "19114", + "addr:state": "PA", + "addr:street": "Grant Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-10-07", + "cuisine": "diner", + "name": "Nifty Fifty's", + "opening_hours": "Mo-Th,Su 07:00-23:00; Fr-Sa 07:00-24:00", + "outdoor_seating": "yes", + "phone": "+1 215-676-1950", + "website": "https://www.niftyfiftys.com/northeast-township/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0253613, + 40.0793531 + ], + [ + -75.0252506, + 40.0794677 + ], + [ + -75.0254617, + 40.0795872 + ], + [ + -75.0255724, + 40.0794726 + ], + [ + -75.0253613, + 40.0793531 + ] + ] + ] + }, + "id": "way/670359241" + }, + { + "type": "Feature", + "properties": { + "@id": "way/681014443", + "amenity": "restaurant", + "building": "yes", + "cuisine": "italian", + "name": "Michaelangelo's Cafe" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0160615, + 40.1215746 + ], + [ + -75.0161446, + 40.1214187 + ], + [ + -75.0160623, + 40.1213931 + ], + [ + -75.0160752, + 40.1213689 + ], + [ + -75.0160543, + 40.1213623 + ], + [ + -75.0161201, + 40.1212389 + ], + [ + -75.0157811, + 40.1211332 + ], + [ + -75.0157312, + 40.1212267 + ], + [ + -75.0158192, + 40.1212542 + ], + [ + -75.0156816, + 40.1215121 + ], + [ + -75.0159985, + 40.1216109 + ], + [ + -75.0160241, + 40.1215629 + ], + [ + -75.0160615, + 40.1215746 + ] + ] + ] + }, + "id": "way/681014443" + }, + { + "type": "Feature", + "properties": { + "@id": "way/694556251", + "addr:city": "Philadelphia", + "addr:housenumber": "1435", + "addr:postcode": "19102", + "addr:state": "PA", + "addr:street": "Arch Street", + "amenity": "restaurant", + "cuisine": "sandwich;coffee_shop", + "name": "Old Nelson", + "opening_hours": "Mo-Fr 07:00-19:00, Sa 08:00-16:00", + "phone": "+1-215-568-1730" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1647378, + 39.9547135 + ], + [ + -75.1646624, + 39.9547042 + ], + [ + -75.1646447, + 39.9547869 + ], + [ + -75.1647204, + 39.9547964 + ], + [ + -75.1647378, + 39.9547135 + ] + ] + ] + }, + "id": "way/694556251" + }, + { + "type": "Feature", + "properties": { + "@id": "way/698739525", + "amenity": "restaurant", + "building": "yes" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2400471, + 39.900927 + ], + [ + -75.2400172, + 39.9008094 + ], + [ + -75.2399711, + 39.9008161 + ], + [ + -75.2399673, + 39.900797 + ], + [ + -75.2398702, + 39.9008065 + ], + [ + -75.2398751, + 39.900819 + ], + [ + -75.239748, + 39.9008352 + ], + [ + -75.239768, + 39.9009643 + ], + [ + -75.2398826, + 39.9009518 + ], + [ + -75.2398864, + 39.9009767 + ], + [ + -75.240001, + 39.9009614 + ], + [ + -75.239996, + 39.9009327 + ], + [ + -75.2400471, + 39.900927 + ] + ] + ] + }, + "id": "way/698739525" + }, + { + "type": "Feature", + "properties": { + "@id": "way/713610427", + "addr:city": "Philadelphia", + "addr:housenumber": "7501", + "addr:postcode": "19111", + "addr:state": "PA", + "addr:street": "Verree Road", + "amenity": "restaurant", + "building": "yes", + "cuisine": "pizza", + "height": "7.0", + "name": "Quig's Pizza" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.082947, + 40.065525 + ], + [ + -75.0831111, + 40.0656272 + ], + [ + -75.0831532, + 40.0655857 + ], + [ + -75.0830759, + 40.0655394 + ], + [ + -75.083081, + 40.0655343 + ], + [ + -75.0830418, + 40.0655109 + ], + [ + -75.0830366, + 40.0655146 + ], + [ + -75.0829876, + 40.0654853 + ], + [ + -75.082947, + 40.065525 + ] + ] + ] + }, + "id": "way/713610427" + }, + { + "type": "Feature", + "properties": { + "@id": "way/729417378", + "amenity": "restaurant", + "building": "yes", + "name": "New Town Restaurant" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1535317, + 39.9600066 + ], + [ + -75.1533519, + 39.9600028 + ], + [ + -75.1533489, + 39.960086 + ], + [ + -75.1536071, + 39.9600915 + ], + [ + -75.1536097, + 39.960021 + ], + [ + -75.1535312, + 39.9600193 + ], + [ + -75.1535317, + 39.9600066 + ] + ] + ] + }, + "id": "way/729417378" + }, + { + "type": "Feature", + "properties": { + "@id": "way/744758666", + "addr:city": "Philadelphia", + "addr:housenumber": "7373", + "addr:postcode": "19136", + "addr:state": "PA", + "addr:street": "Frankford Avenue", + "amenity": "restaurant", + "building": "yes", + "building:levels": "1", + "check_date": "2024-06-21", + "name": "Mayfair Diner", + "opening_hours": "24/7", + "phone": "+1 215-624-8886", + "website": "https://www.mayfairdiner.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0384398, + 40.0374146 + ], + [ + -75.0383808, + 40.0373236 + ], + [ + -75.0380303, + 40.037457 + ], + [ + -75.0380593, + 40.0375016 + ], + [ + -75.0380127, + 40.0375193 + ], + [ + -75.0380427, + 40.0375656 + ], + [ + -75.0384398, + 40.0374146 + ] + ] + ] + }, + "id": "way/744758666" + }, + { + "type": "Feature", + "properties": { + "@id": "way/792375111", + "amenity": "restaurant", + "building": "yes", + "cuisine": "russian", + "name": "Uzbekistan" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0160641, + 40.1227615 + ], + [ + -75.016148, + 40.1226236 + ], + [ + -75.0160588, + 40.1225919 + ], + [ + -75.015975, + 40.1227298 + ], + [ + -75.0160641, + 40.1227615 + ] + ] + ] + }, + "id": "way/792375111" + }, + { + "type": "Feature", + "properties": { + "@id": "way/794794361", + "addr:city": "Philadelphia", + "addr:housenumber": "625", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 6th Street", + "amenity": "restaurant", + "building": "yes", + "name": "Redcrest Kitchen", + "opening_hours": "Mo-Su 10:00-15:00,16:00-22:00", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+1 215 454 6951", + "website": "https://www.redcrest.kitchen/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1524413, + 39.9412051 + ], + [ + -75.1522466, + 39.9411822 + ], + [ + -75.1522281, + 39.9412697 + ], + [ + -75.1524196, + 39.9412945 + ], + [ + -75.1524413, + 39.9412051 + ] + ] + ] + }, + "id": "way/794794361" + }, + { + "type": "Feature", + "properties": { + "@id": "way/824626570", + "addr:city": "Philadelphia", + "addr:housenumber": "901", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South Christopher Columbus Boulevard", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-05-12", + "cuisine": "sandwich", + "name": "Shank's Pier 40", + "phone": "+1 215-218-4000", + "website": "www.shanksoriginal.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1420433, + 39.9348592 + ], + [ + -75.1421035, + 39.9348055 + ], + [ + -75.1420509, + 39.9347709 + ], + [ + -75.1419907, + 39.9348245 + ], + [ + -75.1420433, + 39.9348592 + ] + ] + ] + }, + "id": "way/824626570" + }, + { + "type": "Feature", + "properties": { + "@id": "way/869907725", + "addr:city": "Philadelphia", + "addr:housenumber": "4800", + "addr:state": "PA", + "addr:street": "Baltimore Avenue", + "addr:unit": "2", + "amenity": "restaurant", + "building": "yes", + "check_date": "2023-12-21", + "cuisine": "american;coffee_shop", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "email": "eat@thegoldstandardcafe.com", + "fax": "+1 215-727-7793", + "height": "13.41", + "internet_access": "wlan", + "internet_access:fee": "customers", + "name": "The Gold Standard Café", + "opening_hours": "Mo-Fr 07:00-21:00; Sa-Su 08:00-21:00", + "phone": "+1 215-727-8247", + "website": "https://thegoldstandardcafe.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2195498, + 39.9481837 + ], + [ + -75.2195629, + 39.9482584 + ], + [ + -75.2197905, + 39.9482348 + ], + [ + -75.2197887, + 39.9482245 + ], + [ + -75.2197627, + 39.9480778 + ], + [ + -75.2197112, + 39.9480831 + ], + [ + -75.2197121, + 39.9480883 + ], + [ + -75.2196974, + 39.9480899 + ], + [ + -75.2196982, + 39.9480948 + ], + [ + -75.2196149, + 39.9481564 + ], + [ + -75.2195796, + 39.9481601 + ], + [ + -75.2195615, + 39.9481736 + ], + [ + -75.219563, + 39.9481824 + ], + [ + -75.2195498, + 39.9481837 + ] + ] + ] + }, + "id": "way/869907725" + }, + { + "type": "Feature", + "properties": { + "@id": "way/871032990", + "addr:city": "Philadelphia", + "addr:housenumber": "2130", + "addr:state": "PA", + "addr:street": "Fairmount Avenue", + "addr:unit": "32", + "amenity": "restaurant", + "building": "yes", + "check_date": "2025-05-30", + "cuisine": "american", + "designation": "Anna McPeak", + "height": "14.93", + "name": "Jack's Firehouse", + "not:brand:wikidata": "Q6110826", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1733084, + 39.9672036 + ], + [ + -75.1733393, + 39.9670688 + ], + [ + -75.1733361, + 39.9670689 + ], + [ + -75.1733612, + 39.966952 + ], + [ + -75.1732651, + 39.9669396 + ], + [ + -75.1732094, + 39.9671929 + ], + [ + -75.1733084, + 39.9672036 + ] + ] + ] + }, + "id": "way/871032990" + }, + { + "type": "Feature", + "properties": { + "@id": "way/882029239", + "addr:city": "Philadelphia", + "addr:housenumber": "2262", + "addr:state": "PA", + "addr:street": "North Broad Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "chinese", + "height": "14.02", + "name": "Eli Chinese and American", + "opening_hours": "Mo-Sa 12:00-02:00, Su 09:00-02:00" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1563921, + 39.987881 + ], + [ + -75.1564042, + 39.9878259 + ], + [ + -75.1563518, + 39.9878191 + ], + [ + -75.1560934, + 39.9877858 + ], + [ + -75.1560813, + 39.9878408 + ], + [ + -75.1563921, + 39.987881 + ] + ] + ] + }, + "id": "way/882029239" + }, + { + "type": "Feature", + "properties": { + "@id": "way/882029240", + "addr:city": "Philadelphia", + "addr:housenumber": "2226", + "addr:state": "PA", + "addr:street": "North Broad Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "seafood", + "height": "12.8", + "name": "captain hook's", + "opening_hours": "We 15:00-24:00, Th-Su 15:00-3:00" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1562753, + 39.9869118 + ], + [ + -75.156265, + 39.9869583 + ], + [ + -75.1563808, + 39.9869733 + ], + [ + -75.1566258, + 39.9870051 + ], + [ + -75.1566361, + 39.9869585 + ], + [ + -75.1565044, + 39.9869414 + ], + [ + -75.1562753, + 39.9869118 + ] + ] + ] + }, + "id": "way/882029240" + }, + { + "type": "Feature", + "properties": { + "@id": "way/882478150", + "addr:city": "Philadelphia", + "addr:housenumber": "2205", + "addr:state": "PA", + "addr:street": "North Broad Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "chinese", + "height": "12.49", + "name": "peking garden", + "opening_hours": "Mo-Th 11:30-00:30, Fr 11:30-01:30, Sa 11:00-01:30, Su 12:00-24:00", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1558569, + 39.9864945 + ], + [ + -75.1559739, + 39.9865095 + ], + [ + -75.1559847, + 39.9864599 + ], + [ + -75.1559754, + 39.9864587 + ], + [ + -75.1556879, + 39.9864216 + ], + [ + -75.1556742, + 39.9864198 + ], + [ + -75.155665, + 39.9864618 + ], + [ + -75.155803, + 39.9864796 + ], + [ + -75.1558179, + 39.986493 + ], + [ + -75.1558562, + 39.986498 + ], + [ + -75.1558569, + 39.9864945 + ] + ] + ] + }, + "id": "way/882478150" + }, + { + "type": "Feature", + "properties": { + "@id": "way/908912920", + "addr:city": "Philadelphia", + "addr:housenumber": "1416", + "addr:postcode": "19125", + "addr:state": "PA", + "addr:street": "Frankford Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "asian;ramen;fusion", + "name": "Cheu Fishtown" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1347005, + 39.9723158 + ], + [ + -75.1347195, + 39.9722454 + ], + [ + -75.1345169, + 39.9722152 + ], + [ + -75.1345152, + 39.9722839 + ], + [ + -75.1347005, + 39.9723158 + ] + ] + ] + }, + "id": "way/908912920" + }, + { + "type": "Feature", + "properties": { + "@id": "way/908918545", + "addr:city": "Philadelphia", + "addr:housenumber": "1528", + "addr:postcode": "19125", + "addr:state": "PA", + "addr:street": "Frankford Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "international", + "name": "Suraya" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1340488, + 39.9738294 + ], + [ + -75.1340985, + 39.9737349 + ], + [ + -75.133761, + 39.9736328 + ], + [ + -75.1337142, + 39.9737213 + ], + [ + -75.1340488, + 39.9738294 + ] + ] + ] + }, + "id": "way/908918545" + }, + { + "type": "Feature", + "properties": { + "@id": "way/909177966", + "addr:city": "Philadelphia", + "addr:housenumber": "200", + "addr:postcode": "19125", + "addr:state": "PA", + "addr:street": "East Girard Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "noodle;japanese", + "height": "11.88", + "name": "Hajimaru Ramen", + "source": "City of Philadelphia", + "website": "https://www.hajimaruramen.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1333808, + 39.96884 + ], + [ + -75.1334645, + 39.9689821 + ], + [ + -75.1335287, + 39.9689593 + ], + [ + -75.1334794, + 39.9688755 + ], + [ + -75.1334748, + 39.9688771 + ], + [ + -75.1334406, + 39.9688191 + ], + [ + -75.1333808, + 39.96884 + ] + ] + ] + }, + "id": "way/909177966" + }, + { + "type": "Feature", + "properties": { + "@id": "way/923904699", + "addr:city": "Philadelphia", + "addr:housenumber": "39", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "East Oregon Avenue", + "amenity": "restaurant", + "building": "commercial", + "building:levels": "1", + "cuisine": "regional", + "name": "The Original Tony Luke's", + "opening_hours": "Mo-Sa 08:00-22:00; Su 11:00-19:00", + "phone": "+1 215 551 5725", + "source": "microsoft/BuildingFootprints", + "website": "https://www.theoriginaltonylukes.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1486665, + 39.9140757 + ], + [ + -75.1485979, + 39.9140695 + ], + [ + -75.1485901, + 39.9141925 + ], + [ + -75.1489372, + 39.9141494 + ], + [ + -75.1489448, + 39.9141003 + ], + [ + -75.1486665, + 39.9140757 + ] + ] + ] + }, + "id": "way/923904699" + }, + { + "type": "Feature", + "properties": { + "@id": "way/929278842", + "addr:city": "Philadelphia", + "addr:housenumber": "2156", + "addr:state": "PA", + "addr:street": "North Broad Street", + "amenity": "restaurant", + "building": "yes", + "height": "12.1", + "name": "Temple Rainbow", + "opening_hours": "Mo-Su 06:00-15:00" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1567594, + 39.9861846 + ], + [ + -75.1567689, + 39.986186 + ], + [ + -75.1567783, + 39.9861412 + ], + [ + -75.1567126, + 39.9861328 + ], + [ + -75.1564617, + 39.9861008 + ], + [ + -75.156452, + 39.9861458 + ], + [ + -75.1567594, + 39.9861846 + ] + ] + ] + }, + "id": "way/929278842" + }, + { + "type": "Feature", + "properties": { + "@id": "way/965517588", + "addr:city": "Philadelphia", + "addr:housenumber": "2811", + "addr:postcode": "19149", + "addr:state": "PA", + "addr:street": "Cottman Avenue", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/FourSeasonsPhilly/", + "cuisine": "diner", + "fax": "+1 215-331-2039", + "name": "Four Seasons Diner", + "opening_hours": "24/7", + "phone": "+1 215-331-4743", + "website": "https://fsdiner.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0532354, + 40.044004 + ], + [ + -75.0530761, + 40.0439521 + ], + [ + -75.052991, + 40.0440324 + ], + [ + -75.0530012, + 40.0440378 + ], + [ + -75.0527594, + 40.0442866 + ], + [ + -75.0528317, + 40.0443293 + ], + [ + -75.0528393, + 40.0443204 + ], + [ + -75.0528861, + 40.0443513 + ], + [ + -75.0529937, + 40.0442354 + ], + [ + -75.0530059, + 40.0442411 + ], + [ + -75.0532354, + 40.044004 + ] + ] + ] + }, + "id": "way/965517588" + }, + { + "type": "Feature", + "properties": { + "@id": "way/965517590", + "amenity": "restaurant", + "building": "yes" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0525785, + 40.0436504 + ], + [ + -75.0522708, + 40.0434728 + ], + [ + -75.0520751, + 40.0436715 + ], + [ + -75.0521616, + 40.0437215 + ], + [ + -75.0521485, + 40.0437348 + ], + [ + -75.0521985, + 40.0437637 + ], + [ + -75.0522145, + 40.0437476 + ], + [ + -75.0523076, + 40.0438013 + ], + [ + -75.0520845, + 40.0440277 + ], + [ + -75.0521625, + 40.0440728 + ], + [ + -75.0525785, + 40.0436504 + ] + ] + ] + }, + "id": "way/965517590" + }, + { + "type": "Feature", + "properties": { + "@id": "way/966689802", + "addr:city": "Philadelphia", + "addr:housenumber": "435", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "Spring Garden Street", + "amenity": "restaurant", + "building": "yes", + "name": "Silk City", + "opening_hours": "04:00-02:00", + "website": "www.silkcityphilly.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.146399, + 39.9613783 + ], + [ + -75.146397, + 39.9613331 + ], + [ + -75.1461906, + 39.9613122 + ], + [ + -75.1459127, + 39.9612879 + ], + [ + -75.1458249, + 39.9612803 + ], + [ + -75.1458038, + 39.9613958 + ], + [ + -75.1458698, + 39.9614047 + ], + [ + -75.1458658, + 39.9614283 + ], + [ + -75.1459793, + 39.9614414 + ], + [ + -75.1459934, + 39.9613813 + ], + [ + -75.1461458, + 39.9613975 + ], + [ + -75.1462785, + 39.9613874 + ], + [ + -75.146399, + 39.9613783 + ] + ] + ] + }, + "id": "way/966689802" + }, + { + "type": "Feature", + "properties": { + "@id": "way/973102167", + "addr:city": "Philadelphia", + "addr:housenumber": "847", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "North 16th Street", + "amenity": "restaurant", + "building": "yes", + "height": "15.0", + "name": "Vineyards Cafe", + "phone": "+1 215-232-3000", + "source": "City of Philadelphia", + "website": "http://wordpress-7472-16664-48844.cloudwaysapps.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1628949, + 39.9699288 + ], + [ + -75.1630474, + 39.9699485 + ], + [ + -75.1630564, + 39.9699071 + ], + [ + -75.162904, + 39.9698873 + ], + [ + -75.1628949, + 39.9699288 + ] + ] + ] + }, + "id": "way/973102167" + }, + { + "type": "Feature", + "properties": { + "@id": "way/973486435", + "addr:city": "Philadelphia", + "addr:housenumber": "1521", + "addr:state": "PA", + "addr:street": "Cecil B Moore Avenue", + "amenity": "restaurant", + "building": "apartments", + "cuisine": "chinese", + "height": "11.88", + "name": "Maple Star" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1604733, + 39.9793225 + ], + [ + -75.1605007, + 39.9791979 + ], + [ + -75.1605186, + 39.9791162 + ], + [ + -75.1603951, + 39.9791003 + ], + [ + -75.1603498, + 39.9793066 + ], + [ + -75.1604733, + 39.9793225 + ] + ] + ] + }, + "id": "way/973486435" + }, + { + "type": "Feature", + "properties": { + "@id": "way/973544567", + "addr:city": "Philadelphia", + "addr:housenumber": "2010", + "addr:postcode": "19120", + "addr:state": "PA", + "addr:street": "North Broad Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "pizza", + "height": "16.45", + "name": "Owl's Nest", + "website": "http://www.campusfood.com/restaurant.asp?campusid=118&mlid=262944" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1569875, + 39.9836982 + ], + [ + -75.1569966, + 39.9837044 + ], + [ + -75.1571058, + 39.9837182 + ], + [ + -75.1571086, + 39.9837052 + ], + [ + -75.1573063, + 39.9837302 + ], + [ + -75.1573122, + 39.983703 + ], + [ + -75.1573564, + 39.9837086 + ], + [ + -75.1573476, + 39.9837498 + ], + [ + -75.15739, + 39.9837552 + ], + [ + -75.1574024, + 39.9836973 + ], + [ + -75.1569955, + 39.9836442 + ], + [ + -75.1569916, + 39.9836623 + ], + [ + -75.1569978, + 39.9836648 + ], + [ + -75.1569917, + 39.983664 + ], + [ + -75.1569811, + 39.9836699 + ], + [ + -75.1569772, + 39.9836879 + ], + [ + -75.1569875, + 39.9836982 + ] + ] + ] + }, + "id": "way/973544567" + }, + { + "type": "Feature", + "properties": { + "@id": "way/973544570", + "addr:city": "Philadelphia", + "addr:housenumber": "2012", + "addr:postcode": "19121", + "addr:state": "PA", + "addr:street": "North Broad Street", + "amenity": "restaurant", + "building": "yes", + "height": "16.15", + "name": "Yummy Pho", + "phone": "+1 215-765-2157", + "website": "https://www.facebook.com/yummyphotu" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1572848, + 39.9838198 + ], + [ + -75.1572998, + 39.9838219 + ], + [ + -75.1573129, + 39.98377 + ], + [ + -75.1572669, + 39.9837631 + ], + [ + -75.1572655, + 39.9837688 + ], + [ + -75.1572539, + 39.983767 + ], + [ + -75.1572545, + 39.9837644 + ], + [ + -75.1572416, + 39.9837624 + ], + [ + -75.1572438, + 39.9837535 + ], + [ + -75.1571787, + 39.9837438 + ], + [ + -75.1571777, + 39.9837477 + ], + [ + -75.1571649, + 39.9837458 + ], + [ + -75.1571682, + 39.9837332 + ], + [ + -75.1570958, + 39.9837223 + ], + [ + -75.1570939, + 39.9837295 + ], + [ + -75.1570897, + 39.9837289 + ], + [ + -75.1570897, + 39.9837224 + ], + [ + -75.1570612, + 39.9837181 + ], + [ + -75.1570542, + 39.9837306 + ], + [ + -75.156985, + 39.9837203 + ], + [ + -75.1569829, + 39.9837285 + ], + [ + -75.1569698, + 39.9837339 + ], + [ + -75.1569651, + 39.9837523 + ], + [ + -75.1569769, + 39.9837639 + ], + [ + -75.156973, + 39.9837791 + ], + [ + -75.1572848, + 39.9838198 + ] + ] + ] + }, + "id": "way/973544570" + }, + { + "type": "Feature", + "properties": { + "@id": "way/973544571", + "addr:city": "Philadelphia", + "addr:housenumber": "2014", + "addr:postcode": "19121", + "addr:state": "PA", + "addr:street": "North Broad Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "pizza", + "height": "14.93", + "name": "Philly Style", + "opening_hours": "Mo-Th 10:30-21:00, Fr 10:30-25:00, Sa 12:00-25:00, Su 12:00-20:30", + "phone": "+1 215-765-7700", + "website": "http://www.phillystylepizza.net/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1569516, + 39.9838325 + ], + [ + -75.1570724, + 39.9838507 + ], + [ + -75.1570752, + 39.9838394 + ], + [ + -75.1570971, + 39.9838427 + ], + [ + -75.157109, + 39.9838571 + ], + [ + -75.1571365, + 39.9838612 + ], + [ + -75.1571556, + 39.9838515 + ], + [ + -75.1572734, + 39.9838647 + ], + [ + -75.1572848, + 39.9838198 + ], + [ + -75.156973, + 39.9837791 + ], + [ + -75.1569654, + 39.9837781 + ], + [ + -75.1569516, + 39.9838325 + ] + ] + ] + }, + "id": "way/973544571" + }, + { + "type": "Feature", + "properties": { + "@id": "way/973544581", + "addr:city": "Philadelphia", + "addr:housename": "Temple Star", + "addr:housenumber": "1412", + "addr:state": "PA", + "addr:street": "Diamond Street", + "amenity": "restaurant", + "building": "retail", + "cuisine": "asian", + "height": "12.49", + "name": "Temple Star", + "opening_hours": "Su-Th 13:00-01:00, Fr,Sa 13:00-02:00" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1572698, + 39.9845627 + ], + [ + -75.1572785, + 39.984524 + ], + [ + -75.1572238, + 39.9845168 + ], + [ + -75.1572147, + 39.9845576 + ], + [ + -75.1572052, + 39.9845564 + ], + [ + -75.1572024, + 39.9845686 + ], + [ + -75.1572123, + 39.9845699 + ], + [ + -75.1571783, + 39.9847226 + ], + [ + -75.1572394, + 39.9847308 + ], + [ + -75.1572576, + 39.98465 + ], + [ + -75.1572428, + 39.984648 + ], + [ + -75.1572621, + 39.9845617 + ], + [ + -75.1572698, + 39.9845627 + ] + ] + ] + }, + "id": "way/973544581" + }, + { + "type": "Feature", + "properties": { + "@id": "way/974625880", + "addr:city": "Philadelphia", + "addr:housename": "Sahara Indian Cuisine", + "addr:housenumber": "517", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "indian", + "height": "11.58", + "name": "Sahara Indian Cuisine", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.145662, + 39.9706594 + ], + [ + -75.1457103, + 39.9706649 + ], + [ + -75.1457266, + 39.9705824 + ], + [ + -75.1457417, + 39.9705842 + ], + [ + -75.1457629, + 39.9704766 + ], + [ + -75.1457791, + 39.9704785 + ], + [ + -75.1457886, + 39.9704306 + ], + [ + -75.1457092, + 39.9704208 + ], + [ + -75.145662, + 39.9706594 + ] + ] + ] + }, + "id": "way/974625880" + }, + { + "type": "Feature", + "properties": { + "@id": "way/974652516", + "addr:city": "Philadelphia", + "addr:housenumber": "1303", + "addr:postcode": "19122", + "addr:state": "PA", + "addr:street": "North 5th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "regional", + "height": "10.36", + "name": "Helm", + "opening_hours": "Tu-Th 17:00-22:00; Fr-Su 17:00-22:30", + "source": "City of Philadelphia", + "website": "http://helmphilly.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1445921, + 39.9715911 + ], + [ + -75.1446017, + 39.9715513 + ], + [ + -75.1444487, + 39.9715298 + ], + [ + -75.1444403, + 39.9715642 + ], + [ + -75.1444817, + 39.9715701 + ], + [ + -75.1444802, + 39.9715767 + ], + [ + -75.1445921, + 39.9715911 + ] + ] + ] + }, + "id": "way/974652516" + }, + { + "type": "Feature", + "properties": { + "@id": "way/974767892", + "addr:city": "Philadelphia", + "addr:housenumber": "1355", + "addr:state": "PA", + "addr:street": "North Front Street", + "amenity": "restaurant", + "building": "yes", + "height": "13.1", + "name": "Wm. Mulherin's Sons", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.13489, + 39.9716658 + ], + [ + -75.134884, + 39.9716647 + ], + [ + -75.134868, + 39.9717151 + ], + [ + -75.135223, + 39.9717816 + ], + [ + -75.1352379, + 39.9717344 + ], + [ + -75.1352345, + 39.9717338 + ], + [ + -75.1352358, + 39.9717295 + ], + [ + -75.13489, + 39.9716658 + ] + ] + ] + }, + "id": "way/974767892" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1011542359", + "addr:city": "Philadelphia", + "addr:housenumber": "10865", + "addr:postcode": "19116", + "addr:state": "PA", + "addr:street": "Bustleton Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "georgian", + "name": "Georgian Bread", + "opening_hours": "Mo-Th 10:00-20:00; Fr-Su 10:00-21:00", + "phone": "+12156774323", + "website": "https://philygeorgianbread.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0239432, + 40.1107038 + ], + [ + -75.0239894, + 40.1106391 + ], + [ + -75.0237914, + 40.1105543 + ], + [ + -75.0237442, + 40.1106178 + ], + [ + -75.0239432, + 40.1107038 + ] + ] + ] + }, + "id": "way/1011542359" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1011542360", + "addr:city": "Philadelphia", + "addr:housenumber": "10863", + "addr:postcode": "19116", + "addr:state": "PA", + "addr:street": "Bustleton Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-05-24", + "contact:facebook": "https://www.facebook.com/RangoliVibrantFlavorsofIndia", + "cuisine": "indian", + "name": "Rangoli: Vibrant Flavors Of India", + "phone": "+1 215-677-4400", + "website": "https://rangolipa.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0239938, + 40.1106278 + ], + [ + -75.0240217, + 40.1105897 + ], + [ + -75.0238263, + 40.1105076 + ], + [ + -75.0238036, + 40.1105523 + ], + [ + -75.0239938, + 40.1106278 + ] + ] + ] + }, + "id": "way/1011542360" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1011542366", + "addr:city": "Philadelphia", + "addr:housenumber": "10849", + "addr:postcode": "19116", + "addr:state": "PA", + "addr:street": "Bustleton Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-05-24", + "contact:facebook": "https://www.facebook.com/marcellopizzaphilly", + "cuisine": "pizza", + "name": "Marcello's Pizza Grill Philly", + "opening_hours": "Mo-Sa 10:30-20:30; Su 11:30-20:30", + "phone": "+1 215-969-7900", + "website": "https://www.marcellospizzagrillmenu.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0242138, + 40.1103254 + ], + [ + -75.0242401, + 40.1102849 + ], + [ + -75.0240465, + 40.1102113 + ], + [ + -75.0240202, + 40.1102518 + ], + [ + -75.0242138, + 40.1103254 + ] + ] + ] + }, + "id": "way/1011542366" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1011542375", + "addr:city": "Philadelphia", + "addr:housenumber": "10783", + "addr:postcode": "19116", + "addr:state": "PA", + "addr:street": "Bustleton Avenue", + "amenity": "restaurant", + "building": "yes", + "name": "Passage Restaurant", + "phone": "+12675384157", + "website": "http://www.passagerestaurant.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0248297, + 40.1094422 + ], + [ + -75.0248712, + 40.1093863 + ], + [ + -75.0246586, + 40.1092971 + ], + [ + -75.024627, + 40.1093553 + ], + [ + -75.0248297, + 40.1094422 + ] + ] + ] + }, + "id": "way/1011542375" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1011542378", + "addr:city": "Philadelphia", + "addr:housenumber": "10763", + "addr:postcode": "19116", + "addr:state": "PA", + "addr:street": "Bustleton Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-05-24", + "contact:facebook": "https://www.facebook.com/TasteKingRestaurant", + "cuisine": "chinese", + "delivery": "yes", + "name": "Taste King Restaurant", + "phone": "+1 215-676-7272", + "takeaway": "yes", + "website": "https://www.tastekingrestaurant.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0250649, + 40.1091118 + ], + [ + -75.025148, + 40.1089878 + ], + [ + -75.0249335, + 40.1088979 + ], + [ + -75.0248465, + 40.1090249 + ], + [ + -75.0250649, + 40.1091118 + ] + ] + ] + }, + "id": "way/1011542378" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1015949573", + "addr:city": "Philadelphia", + "addr:housenumber": "2563", + "addr:state": "PA", + "addr:street": "Trenton Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "pizza", + "height": "7.0", + "name": "Thin and Crispy", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1229918, + 39.9830841 + ], + [ + -75.1229951, + 39.9830824 + ], + [ + -75.1230756, + 39.9831771 + ], + [ + -75.1231199, + 39.983155 + ], + [ + -75.1230208, + 39.9830383 + ], + [ + -75.1229731, + 39.9830621 + ], + [ + -75.1229918, + 39.9830841 + ] + ] + ] + }, + "id": "way/1015949573" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1017023119", + "addr:city": "Philadelphia", + "addr:housenumber": "2025", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "Fairmount Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2025-05-30", + "contact:instagram": "https://instagram.com/explore/locations/9529078/hickory-lane-bistro", + "cuisine": "american", + "height": "12.1", + "internet_access": "wlan", + "name": "Pier Bar", + "opening_hours": "Mo-Fr 16:00-22:00; Sa-Su 10:00-15:00, 16:00-22:00", + "phone": "+12157637300", + "source": "City of Philadelphia", + "website": "https://pierbarphilly.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1711244, + 39.9673714 + ], + [ + -75.1711178, + 39.967593 + ], + [ + -75.1711586, + 39.9675935 + ], + [ + -75.1712034, + 39.9673728 + ], + [ + -75.1711244, + 39.9673714 + ] + ] + ] + }, + "id": "way/1017023119" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1017271416", + "addr:city": "Philadelphia", + "addr:housenumber": "2800-02", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "West Girard Avenue", + "addr:unit": "2", + "amenity": "restaurant", + "building": "yes", + "cuisine": "breakfast;sandwich", + "height": "11.88", + "name": "Green Eggs Café", + "phone": "+1 215-235-3447", + "source": "City of Philadelphia", + "website": "https://greeneggscafe.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1820281, + 39.9739786 + ], + [ + -75.1819646, + 39.9742657 + ], + [ + -75.1820992, + 39.9742832 + ], + [ + -75.1821207, + 39.9741891 + ], + [ + -75.1821646, + 39.9739965 + ], + [ + -75.1820281, + 39.9739786 + ] + ] + ] + }, + "id": "way/1017271416" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1025286029", + "addr:city": "Philadelphia", + "addr:housenumber": "901", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 2nd Street", + "amenity": "restaurant", + "building": "yes", + "height": "13.7", + "name": "Standard Tap", + "phone": "+1-215-238-0630", + "source": "City of Philadelphia", + "website": "standardtap.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1405869, + 39.9642061 + ], + [ + -75.1405899, + 39.9642064 + ], + [ + -75.1406014, + 39.9641476 + ], + [ + -75.1405116, + 39.964106 + ], + [ + -75.1404929, + 39.9641945 + ], + [ + -75.1405869, + 39.9642061 + ] + ] + ] + }, + "id": "way/1025286029" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1045232770", + "addr:city": "Philadelphia", + "addr:housenumber": "812", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 2nd Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "thai", + "height": "12.1", + "name": "Circles", + "source": "City of Philadelphia", + "website": "https://circlesthai.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1410305, + 39.9633861 + ], + [ + -75.1413143, + 39.9634559 + ], + [ + -75.1413317, + 39.9634133 + ], + [ + -75.1413055, + 39.963407 + ], + [ + -75.1413099, + 39.9633964 + ], + [ + -75.1412901, + 39.9633916 + ], + [ + -75.141056, + 39.9633396 + ], + [ + -75.1410412, + 39.9633364 + ], + [ + -75.1410305, + 39.9633861 + ] + ] + ] + }, + "id": "way/1045232770" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1062427961", + "addr:city": "Philadelphia", + "addr:housenumber": "1314", + "addr:postcode": "19146", + "addr:state": "PA", + "addr:street": "South Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "american", + "height": "11.58", + "name": "Ms. Tootsies", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1638272, + 39.9433791 + ], + [ + -75.1638832, + 39.9433863 + ], + [ + -75.1639004, + 39.943306 + ], + [ + -75.1638906, + 39.9433047 + ], + [ + -75.1639031, + 39.9432492 + ], + [ + -75.1638578, + 39.9432431 + ], + [ + -75.1638272, + 39.9433791 + ] + ] + ] + }, + "id": "way/1062427961" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1066667292", + "addr:city": "Philadelphia", + "addr:housenumber": "9142", + "addr:postcode": "19114", + "addr:state": "PA", + "addr:street": "Roosevelt Boulevard", + "amenity": "restaurant", + "brand": "Applebee's Neighborhood Grill & Bar", + "brand:wikidata": "Q621532", + "building": "yes", + "check_date": "2024-05-16", + "cuisine": "american", + "name": "Applebee's", + "official_name": "Applebee's Neighborhood Grill & Bar", + "opening_hours": "Mo-Th,Su 11:30-23:00; Fr-Sa 11:30-24:00", + "phone": "+1 215-677-5532", + "website": "https://restaurants.applebees.com/en-us/pa/philadelphia/9142-roosevelt-blvd.-94089", + "website:menu": "https://www.applebees.com/en/menu?StoreNumber=94089&action=viewmenu" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0334373, + 40.0766861 + ], + [ + -75.0337073, + 40.0768414 + ], + [ + -75.0337547, + 40.0767908 + ], + [ + -75.0337306, + 40.0767792 + ], + [ + -75.0337842, + 40.0767265 + ], + [ + -75.0337592, + 40.0767128 + ], + [ + -75.0338155, + 40.0766601 + ], + [ + -75.0335848, + 40.0765308 + ], + [ + -75.0334373, + 40.0766861 + ] + ] + ] + }, + "id": "way/1066667292" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1066667293", + "addr:city": "Philadelphia", + "addr:housenumber": "9140", + "addr:postcode": "19114", + "addr:state": "PA", + "addr:street": "Roosevelt Boulevard", + "amenity": "restaurant", + "brand": "Red Lobster", + "brand:wikidata": "Q846301", + "building": "yes", + "check_date": "2024-05-16", + "cuisine": "seafood", + "name": "Red Lobster", + "opening_hours": "Mo-Th,Su 11:00-22:00; Fr-Sa 11:00-23:00", + "phone": "+1 215-673-5750", + "website": "https://www.redlobster.com/seafood-restaurants/locations/pa/philadelphia/9140-roosevelt-blvd-e/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0341284, + 40.076017 + ], + [ + -75.0344315, + 40.0761894 + ], + [ + -75.0345969, + 40.0760143 + ], + [ + -75.0344405, + 40.0759302 + ], + [ + -75.0344628, + 40.0759048 + ], + [ + -75.0343761, + 40.0758597 + ], + [ + -75.0343376, + 40.0758946 + ], + [ + -75.0342652, + 40.0758528 + ], + [ + -75.0342223, + 40.0759069 + ], + [ + -75.0342894, + 40.0759438 + ], + [ + -75.0342768, + 40.0759582 + ], + [ + -75.0342169, + 40.075926 + ], + [ + -75.034208, + 40.075936 + ], + [ + -75.0341973, + 40.0759302 + ], + [ + -75.0341275, + 40.0760006 + ], + [ + -75.0341387, + 40.0760081 + ], + [ + -75.0341284, + 40.076017 + ] + ] + ] + }, + "id": "way/1066667293" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1098214455", + "addr:city": "Philadelphia", + "addr:housenumber": "2327", + "addr:state": "PA", + "addr:street": "Gaul Street", + "addr:unit": "35", + "amenity": "restaurant", + "building": "yes", + "cuisine": "american", + "height": "10.05", + "name": "Green Eggs Cafe", + "source": "City of Philadelphia", + "website": "https://greeneggscafe.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1239999, + 39.9769793 + ], + [ + -75.1239305, + 39.9770151 + ], + [ + -75.1240048, + 39.9770998 + ], + [ + -75.1240565, + 39.9770732 + ], + [ + -75.1240538, + 39.9770702 + ], + [ + -75.124138, + 39.9770268 + ], + [ + -75.1241425, + 39.9770319 + ], + [ + -75.1242196, + 39.9769922 + ], + [ + -75.1241987, + 39.9769684 + ], + [ + -75.1242324, + 39.976951 + ], + [ + -75.1242119, + 39.9769276 + ], + [ + -75.1242376, + 39.9769143 + ], + [ + -75.1242029, + 39.9768748 + ], + [ + -75.1241375, + 39.9769084 + ], + [ + -75.1239999, + 39.9769793 + ] + ] + ] + }, + "id": "way/1098214455" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1099888891", + "addr:city": "Philadelphia", + "addr:housenumber": "345", + "addr:postcode": "19107", + "addr:state": "PA", + "addr:street": "North 12th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "dominican", + "name": "Parada Maimon", + "opening_hours": "Mo-Su 8:00-22:00", + "outdoor_seating": "yes", + "phone": "+12159252000", + "website": "http://www.paradamaimon.net/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1582279, + 39.9590376 + ], + [ + -75.1582501, + 39.9589412 + ], + [ + -75.1580792, + 39.9589181 + ], + [ + -75.1580755, + 39.9589342 + ], + [ + -75.1580567, + 39.9590159 + ], + [ + -75.1582279, + 39.9590376 + ] + ] + ] + }, + "id": "way/1099888891" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1106441546", + "amenity": "restaurant", + "building": "yes", + "name": "Steaks N' Shakes" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1241599, + 39.9849801 + ], + [ + -75.1242485, + 39.9848685 + ], + [ + -75.1242077, + 39.9848495 + ], + [ + -75.1241653, + 39.9849029 + ], + [ + -75.1241353, + 39.9848889 + ], + [ + -75.1240964, + 39.984938 + ], + [ + -75.1241184, + 39.9849483 + ], + [ + -75.1241111, + 39.9849574 + ], + [ + -75.1241599, + 39.9849801 + ] + ] + ] + }, + "id": "way/1106441546" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1106441549", + "addr:city": "Philadelphia", + "addr:housenumber": "2500", + "addr:state": "PA", + "addr:street": "Frankford Avenue", + "addr:unit": "6", + "amenity": "restaurant", + "building": "yes", + "cuisine": "pizza", + "height": "6.4", + "name": "OG Pizza", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1258514, + 39.9836247 + ], + [ + -75.1259777, + 39.9835597 + ], + [ + -75.1258962, + 39.9834672 + ], + [ + -75.1258887, + 39.9834711 + ], + [ + -75.1258807, + 39.9834621 + ], + [ + -75.1257356, + 39.9835412 + ], + [ + -75.1257436, + 39.9835503 + ], + [ + -75.1257328, + 39.983556 + ], + [ + -75.1258514, + 39.9836247 + ] + ] + ] + }, + "id": "way/1106441549" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1106480095", + "addr:city": "Philadelphia", + "addr:housenumber": "2501", + "addr:state": "PA", + "addr:street": "Aramingo Avenue", + "amenity": "restaurant", + "brand": "Applebee's Neighborhood Grill & Bar", + "brand:wikidata": "Q621532", + "building": "yes", + "cuisine": "american", + "height": "7.31", + "name": "Applebee's", + "official_name": "Applebee's Neighborhood Grill & Bar", + "phone": "+1 215-634-8600", + "source": "City of Philadelphia", + "website": "https://restaurants.applebees.com/en-us/pa/philadelphia/2501-aramingo-ave.-98014", + "website:menu": "https://www.applebees.com/en/menu?StoreNumber=98014&action=viewmenu" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1186514, + 39.9768961 + ], + [ + -75.118991, + 39.9769872 + ], + [ + -75.1190004, + 39.9769665 + ], + [ + -75.1190289, + 39.9769741 + ], + [ + -75.1190326, + 39.9769658 + ], + [ + -75.1190389, + 39.9769673 + ], + [ + -75.1190515, + 39.9769394 + ], + [ + -75.1190448, + 39.9769376 + ], + [ + -75.1190476, + 39.9769314 + ], + [ + -75.1190332, + 39.9769275 + ], + [ + -75.1190768, + 39.9768314 + ], + [ + -75.118911, + 39.9767869 + ], + [ + -75.1189193, + 39.9767686 + ], + [ + -75.1188566, + 39.9767518 + ], + [ + -75.1188486, + 39.9767694 + ], + [ + -75.1187225, + 39.9767365 + ], + [ + -75.1186914, + 39.9768052 + ], + [ + -75.1186415, + 39.9767918 + ], + [ + -75.1186249, + 39.9768284 + ], + [ + -75.1186766, + 39.9768405 + ], + [ + -75.1186514, + 39.9768961 + ] + ] + ] + }, + "id": "way/1106480095" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1108628074", + "addr:city": "Philadelphia", + "addr:housenumber": "300", + "addr:postcode": "19125", + "addr:state": "PA", + "addr:street": "East Girard Avenue", + "amenity": "restaurant", + "building": "apartments", + "cuisine": "portuguese", + "height": "14.02", + "name": "Gilda Cafe & Market", + "source": "City of Philadelphia", + "website": "https://www.gildaphilly.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1315209, + 39.9696464 + ], + [ + -75.1315284, + 39.9696468 + ], + [ + -75.131533, + 39.969655 + ], + [ + -75.131608, + 39.9696302 + ], + [ + -75.1316034, + 39.9696219 + ], + [ + -75.1316127, + 39.9696189 + ], + [ + -75.1316084, + 39.9696113 + ], + [ + -75.1316166, + 39.9696086 + ], + [ + -75.1315925, + 39.9695654 + ], + [ + -75.1315838, + 39.9695682 + ], + [ + -75.13153, + 39.9694718 + ], + [ + -75.1313955, + 39.9695162 + ], + [ + -75.1314026, + 39.9695289 + ], + [ + -75.1312922, + 39.9695654 + ], + [ + -75.1313126, + 39.9696021 + ], + [ + -75.1313486, + 39.9695903 + ], + [ + -75.1313815, + 39.9695796 + ], + [ + -75.1314678, + 39.9695513 + ], + [ + -75.1315209, + 39.9696464 + ] + ] + ] + }, + "id": "way/1108628074" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1122793141", + "addr:city": "Philadelphia", + "addr:housenumber": "1001-05", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "mexican;breakfast", + "height": "9.75", + "name": "Taco Heart", + "opening_hours": "Tu-Fr 07:30-14:00; Sa-Su 08:00-15:00; Mo off", + "phone": "+1 445-230-0345", + "source": "esri/Philadelphia_PA_Buildings_OSM", + "website": "https://www.tacoheart.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1552853, + 39.9363928 + ], + [ + -75.155283, + 39.9364029 + ], + [ + -75.1552917, + 39.9364117 + ], + [ + -75.1552776, + 39.9364764 + ], + [ + -75.155295, + 39.9364847 + ], + [ + -75.1552991, + 39.9364806 + ], + [ + -75.1553091, + 39.9364867 + ], + [ + -75.1553621, + 39.9364425 + ], + [ + -75.1553547, + 39.9364369 + ], + [ + -75.1553601, + 39.9364307 + ], + [ + -75.1553748, + 39.9364317 + ], + [ + -75.1553889, + 39.9364214 + ], + [ + -75.1553887, + 39.93641 + ], + [ + -75.1553946, + 39.936405 + ], + [ + -75.1552987, + 39.9363792 + ], + [ + -75.1552958, + 39.9363869 + ], + [ + -75.1552853, + 39.9363928 + ] + ] + ] + }, + "id": "way/1122793141" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1128049285", + "addr:city": "Philadelphia", + "addr:housenumber": "1401", + "addr:state": "PA", + "addr:street": "South 20th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "american;cafe;albanian", + "height": "12.49", + "name": "Two Eagles Cafe" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1772014, + 39.9340746 + ], + [ + -75.1771998, + 39.9340833 + ], + [ + -75.1772578, + 39.9340898 + ], + [ + -75.1772592, + 39.9340823 + ], + [ + -75.1773115, + 39.9340882 + ], + [ + -75.1773134, + 39.9340781 + ], + [ + -75.1773202, + 39.9340788 + ], + [ + -75.1773253, + 39.9340521 + ], + [ + -75.1773178, + 39.9340513 + ], + [ + -75.1773205, + 39.9340392 + ], + [ + -75.1771486, + 39.9340181 + ], + [ + -75.1771384, + 39.9340665 + ], + [ + -75.1772014, + 39.9340746 + ] + ] + ] + }, + "id": "way/1128049285" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1135791231", + "addr:city": "Philadelphia", + "addr:housename": "Liberty Bell Diner", + "addr:housenumber": "8445", + "addr:postcode": "19136", + "addr:state": "PA", + "addr:street": "Frankford Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-06-21", + "contact:facebook": "https://www.facebook.com/libertybelldiner/", + "cuisine": "american", + "height": "6.4", + "name": "Liberty Bell Diner", + "opening_hours": "Mo,Tu 06:00-27:00, We 06:00-24:00, Th-Sa 00:00-24:00, Su 06:00-27:00", + "phone": "+1 215-331-4344", + "source": "esri/Philadelphia_PA_Buildings_OSM", + "website": "https://libertybelldiner.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0174153, + 40.0445443 + ], + [ + -75.0173753, + 40.0445744 + ], + [ + -75.0174479, + 40.0446314 + ], + [ + -75.0174917, + 40.0445985 + ], + [ + -75.0175156, + 40.0446173 + ], + [ + -75.0175933, + 40.044559 + ], + [ + -75.0175992, + 40.0445625 + ], + [ + -75.0176052, + 40.0445579 + ], + [ + -75.0176351, + 40.0445815 + ], + [ + -75.0176915, + 40.044539 + ], + [ + -75.0176625, + 40.0445162 + ], + [ + -75.0176697, + 40.0445108 + ], + [ + -75.0176635, + 40.0445059 + ], + [ + -75.0177121, + 40.0444693 + ], + [ + -75.0176087, + 40.044388 + ], + [ + -75.0175844, + 40.0444063 + ], + [ + -75.0175772, + 40.0444007 + ], + [ + -75.0175442, + 40.0444256 + ], + [ + -75.0175489, + 40.0444294 + ], + [ + -75.0174801, + 40.0444811 + ], + [ + -75.0174753, + 40.0444774 + ], + [ + -75.0174462, + 40.0444992 + ], + [ + -75.0174551, + 40.0445062 + ], + [ + -75.0174138, + 40.0445373 + ], + [ + -75.017419, + 40.0445414 + ], + [ + -75.0174153, + 40.0445443 + ] + ] + ] + }, + "id": "way/1135791231" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1136309222", + "addr:city": "Philadelphia", + "addr:housenumber": "5705", + "addr:postcode": "19139", + "addr:state": "PA", + "addr:street": "Spruce Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "pizza", + "height": "8.83", + "name": "Jim's Pizza & Steaks", + "phone": "+1-215-748-3015", + "source": "esri/Philadelphia_PA_Buildings_OSM", + "start_date": "2006", + "website": "http://jimspizzaandsteaks.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2362816, + 39.9561662 + ], + [ + -75.2363164, + 39.9559961 + ], + [ + -75.2362545, + 39.9559888 + ], + [ + -75.2362361, + 39.9560666 + ], + [ + -75.2362383, + 39.9560735 + ], + [ + -75.2362297, + 39.956118 + ], + [ + -75.2362231, + 39.956127 + ], + [ + -75.2362211, + 39.9561593 + ], + [ + -75.2362816, + 39.9561662 + ] + ] + ] + }, + "id": "way/1136309222" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1140077778", + "addr:city": "Philadelphia", + "addr:housenumber": "8100", + "addr:postcode": "19128", + "addr:state": "PA", + "addr:street": "Ridge Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "italian", + "name": "Maria's Ristorante on Summit" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2362995, + 40.0568505 + ], + [ + -75.2364732, + 40.0567658 + ], + [ + -75.2363706, + 40.0566303 + ], + [ + -75.2363069, + 40.0566575 + ], + [ + -75.2363102, + 40.0566647 + ], + [ + -75.2361935, + 40.0567166 + ], + [ + -75.2362995, + 40.0568505 + ] + ] + ] + }, + "id": "way/1140077778" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1141832475", + "addr:city": "Philadelphia", + "addr:housenumber": "800", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 4th Street", + "addr:unit": "6", + "amenity": "restaurant", + "building": "yes", + "height": "8.53", + "name": "Honey's Sit 'n Eat", + "opening_hours": "Mo-Fr 07:00-16:00, Sa-Su 07:00-17:00", + "phone": "+1 215-925-1150", + "source": "City of Philadelphia", + "website": "https://honeyssitneat.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1444609, + 39.9639386 + ], + [ + -75.1445303, + 39.9639484 + ], + [ + -75.1445278, + 39.9639589 + ], + [ + -75.1445809, + 39.9639664 + ], + [ + -75.1446044, + 39.9638796 + ], + [ + -75.1445632, + 39.9638725 + ], + [ + -75.1445653, + 39.9638649 + ], + [ + -75.14448, + 39.9638435 + ], + [ + -75.1444773, + 39.9638539 + ], + [ + -75.144463, + 39.963851 + ], + [ + -75.1444494, + 39.9639175 + ], + [ + -75.1444635, + 39.9639198 + ], + [ + -75.1444609, + 39.9639386 + ] + ] + ] + }, + "id": "way/1141832475" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1156446193", + "addr:city": "Philadelphia", + "addr:housename": "Santucci's Pizza", + "addr:housenumber": "4010", + "addr:state": "PA", + "addr:street": "Cottman Avenue", + "addr:unit": "18", + "amenity": "restaurant", + "building": "yes", + "cuisine": "pizza", + "height": "5.48", + "name": "Santucci's Pizza", + "source": "esri/Philadelphia_PA_Buildings_OSM" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0403816, + 40.0361444 + ], + [ + -75.0404172, + 40.0361853 + ], + [ + -75.0404076, + 40.0361902 + ], + [ + -75.0404011, + 40.0361827 + ], + [ + -75.0403821, + 40.0361924 + ], + [ + -75.0404686, + 40.0362917 + ], + [ + -75.0405466, + 40.0362519 + ], + [ + -75.0405394, + 40.0362437 + ], + [ + -75.0406842, + 40.0361698 + ], + [ + -75.0405757, + 40.0360453 + ], + [ + -75.0403816, + 40.0361444 + ] + ] + ] + }, + "id": "way/1156446193" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1174482009", + "addr:city": "Philadelphia", + "addr:housenumber": "601", + "addr:postcode": "19128", + "addr:state": "PA", + "addr:street": "Jamestown Avenue", + "amenity": "restaurant", + "building": "house", + "capacity": "20", + "check_date": "2024-02-10", + "cuisine": "seafood", + "height": "10.05", + "name": "Yanna's", + "opening_hours": "11:00-01:30", + "outdoor_seating": "yes", + "smoking": "outside", + "source": "esri/Philadelphia_PA_Buildings_OSM", + "takeaway": "yes" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2061978, + 40.0298193 + ], + [ + -75.206213, + 40.0298404 + ], + [ + -75.2062576, + 40.0298216 + ], + [ + -75.2062415, + 40.0297993 + ], + [ + -75.2062513, + 40.0297952 + ], + [ + -75.2061791, + 40.0296947 + ], + [ + -75.2061699, + 40.0296986 + ], + [ + -75.2061602, + 40.0296852 + ], + [ + -75.206166, + 40.0296828 + ], + [ + -75.2061571, + 40.0296703 + ], + [ + -75.2061502, + 40.0296732 + ], + [ + -75.2061313, + 40.0296469 + ], + [ + -75.2060774, + 40.0296696 + ], + [ + -75.2061154, + 40.0297224 + ], + [ + -75.2061881, + 40.0298235 + ], + [ + -75.2061978, + 40.0298193 + ] + ] + ] + }, + "id": "way/1174482009" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1187942902", + "addr:city": "Philadelphia", + "addr:housenumber": "4501", + "addr:postcode": "19124", + "addr:state": "PA", + "addr:street": "Castor Avenue", + "amenity": "restaurant", + "building": "yes", + "name": "Makumba Restaurant Bar" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.0966099, + 40.0161808 + ], + [ + -75.0962795, + 40.016179 + ], + [ + -75.0962783, + 40.0162478 + ], + [ + -75.0964336, + 40.0163471 + ], + [ + -75.0966122, + 40.016356 + ], + [ + -75.0966099, + 40.0161808 + ] + ] + ] + }, + "id": "way/1187942902" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1194573331", + "addr:city": "Philadelphia", + "addr:housenumber": "3335", + "addr:postcode": "19129", + "addr:state": "PA", + "addr:street": "Conrad Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "burger;american;chicken", + "height": "13.7", + "name": "Billy Murphy's Irish Saloon", + "phone": "+12158449683", + "source": "esri/Philadelphia_PA_Buildings_OSM", + "website": "http://saloonery.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1875276, + 40.0108754 + ], + [ + -75.1875615, + 40.0109044 + ], + [ + -75.1876026, + 40.0108875 + ], + [ + -75.1877039, + 40.0108238 + ], + [ + -75.1877217, + 40.0108385 + ], + [ + -75.1877418, + 40.0108238 + ], + [ + -75.1877247, + 40.0108102 + ], + [ + -75.1877676, + 40.0107789 + ], + [ + -75.1877222, + 40.0107399 + ], + [ + -75.1876369, + 40.0108002 + ], + [ + -75.1875276, + 40.0108754 + ] + ] + ] + }, + "id": "way/1194573331" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1210574151", + "addr:city": "Philadelphia", + "addr:housenumber": "4002", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Spruce Street", + "amenity": "restaurant", + "brand": "Pelicana", + "brand:wikidata": "Q17575847", + "building": "yes", + "cuisine": "korean;chicken", + "height": "13.41", + "name": "Pelicana Chicken", + "phone": "+1 267-969-6956", + "website": "http://pelicanausa.com/philadelphia/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.203365, + 39.9515822 + ], + [ + -75.2033534, + 39.9515808 + ], + [ + -75.2033766, + 39.9514698 + ], + [ + -75.2033944, + 39.9513851 + ], + [ + -75.2033373, + 39.9513781 + ], + [ + -75.2032813, + 39.9516575 + ], + [ + -75.2033474, + 39.9516659 + ], + [ + -75.203365, + 39.9515822 + ] + ] + ] + }, + "id": "way/1210574151" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1219528047", + "addr:city": "Philadelphia", + "addr:housenumber": "2421", + "addr:postcode": "19125", + "addr:state": "PA", + "addr:street": "Martha Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "american", + "height": "29.87", + "name": "Picnic", + "opening_hours": "Mo-Th 17:00-21:00, Fr 17:00-22:00, Sa 12:00-22:00, Su 12:00-20:00", + "phone": "+1 267 856 7779", + "source": "City of Philadelphia", + "website": "https://www.picnicphilly.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1276754, + 39.9820255 + ], + [ + -75.1274873, + 39.9821231 + ], + [ + -75.1275298, + 39.9821715 + ], + [ + -75.1273449, + 39.9822675 + ], + [ + -75.1274474, + 39.9823843 + ], + [ + -75.1279072, + 39.9821457 + ], + [ + -75.12788, + 39.9821146 + ], + [ + -75.1278363, + 39.9821373 + ], + [ + -75.1277832, + 39.9820766 + ], + [ + -75.12774, + 39.9820991 + ], + [ + -75.1276754, + 39.9820255 + ] + ] + ] + }, + "id": "way/1219528047" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1219528048", + "addr:city": "Philadelphia", + "addr:housenumber": "2111", + "addr:postcode": "19125", + "addr:state": "PA", + "addr:street": "East York Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "barbecue", + "height": "7.92", + "name": "Zig Zag BBQ", + "opening_hours": "We-Fr 15:30-21:00, Sa 12:00-20:00, Su 12:00-18:00", + "outdoor_seating": "yes", + "phone": "+1-267-951-2596", + "source": "City of Philadelphia", + "website": "https://www.zigzagbbq.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1280407, + 39.9823204 + ], + [ + -75.1280805, + 39.982365 + ], + [ + -75.1281589, + 39.9823222 + ], + [ + -75.1281517, + 39.9823142 + ], + [ + -75.1282517, + 39.9822603 + ], + [ + -75.1282192, + 39.9822251 + ], + [ + -75.1282052, + 39.9822326 + ], + [ + -75.1280407, + 39.9823204 + ] + ] + ] + }, + "id": "way/1219528048" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1225017624", + "addr:city": "Philadelphia", + "addr:housenumber": "3110", + "addr:postcode": "19133", + "addr:state": "PA", + "addr:street": "North Front Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "latin_american", + "height": "7.31", + "name": "El Esfuerzo Restaurant", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1298018, + 39.9973139 + ], + [ + -75.129841, + 39.997319 + ], + [ + -75.1298476, + 39.9972881 + ], + [ + -75.1297533, + 39.9972762 + ], + [ + -75.1297547, + 39.9972652 + ], + [ + -75.1296569, + 39.9972526 + ], + [ + -75.1296484, + 39.9972515 + ], + [ + -75.1296389, + 39.997293 + ], + [ + -75.1298018, + 39.9973139 + ] + ] + ] + }, + "id": "way/1225017624" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1244656679", + "addr:city": "Philadelphia", + "addr:housenumber": "6600", + "addr:postcode": "19126", + "addr:state": "PA", + "addr:street": "North 5th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "korean", + "height": "11.27", + "name": "Jong Ka Jib", + "phone": "+1-215-924-0100", + "source": "City of Philadelphia", + "website": "http://www.jong-ka-jib.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1272526, + 40.0521048 + ], + [ + -75.1274008, + 40.0521284 + ], + [ + -75.1273992, + 40.0521342 + ], + [ + -75.1274252, + 40.0521383 + ], + [ + -75.1274277, + 40.0521289 + ], + [ + -75.1274888, + 40.0521386 + ], + [ + -75.1275067, + 40.0520722 + ], + [ + -75.1275188, + 40.0520741 + ], + [ + -75.1275208, + 40.0520669 + ], + [ + -75.127564, + 40.0520738 + ], + [ + -75.1275867, + 40.0519897 + ], + [ + -75.1275805, + 40.0519887 + ], + [ + -75.1275818, + 40.0519836 + ], + [ + -75.1275659, + 40.0519811 + ], + [ + -75.1275644, + 40.0519867 + ], + [ + -75.1275447, + 40.0519836 + ], + [ + -75.1275459, + 40.0519791 + ], + [ + -75.1275391, + 40.0519781 + ], + [ + -75.1275405, + 40.0519726 + ], + [ + -75.1274673, + 40.0519609 + ], + [ + -75.1274685, + 40.0519564 + ], + [ + -75.1274507, + 40.0519536 + ], + [ + -75.127465, + 40.0519005 + ], + [ + -75.1274332, + 40.0518955 + ], + [ + -75.1274365, + 40.0518832 + ], + [ + -75.1274207, + 40.0518807 + ], + [ + -75.1274169, + 40.0518947 + ], + [ + -75.1273306, + 40.051881 + ], + [ + -75.1273051, + 40.0518842 + ], + [ + -75.1272944, + 40.0518968 + ], + [ + -75.12726, + 40.052024 + ], + [ + -75.1272559, + 40.0520234 + ], + [ + -75.1272413, + 40.0520728 + ], + [ + -75.1272445, + 40.0520733 + ], + [ + -75.1272367, + 40.0521022 + ], + [ + -75.1272526, + 40.0521048 + ] + ] + ] + }, + "id": "way/1244656679" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1252128785", + "addr:city": "Philadelphia", + "addr:housenumber": "129", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "West Laurel Street", + "addr:unit": "31", + "amenity": "restaurant", + "building": "yes", + "height": "11.88", + "name": "Jerry's Bar", + "phone": "+1-267-273-1632", + "source": "City of Philadelphia", + "website": "https://jerrysbarphilly.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1388139, + 39.9652506 + ], + [ + -75.1389046, + 39.9652533 + ], + [ + -75.1389082, + 39.9651698 + ], + [ + -75.138933, + 39.9651704 + ], + [ + -75.1389372, + 39.9650821 + ], + [ + -75.1389377, + 39.9650725 + ], + [ + -75.138869, + 39.9650733 + ], + [ + -75.1388614, + 39.9650945 + ], + [ + -75.138865, + 39.9650953 + ], + [ + -75.1388632, + 39.9651003 + ], + [ + -75.1388542, + 39.9650984 + ], + [ + -75.1388435, + 39.9651288 + ], + [ + -75.1388524, + 39.9651308 + ], + [ + -75.138851, + 39.9651346 + ], + [ + -75.1388412, + 39.9651325 + ], + [ + -75.1388295, + 39.9651649 + ], + [ + -75.1388435, + 39.9651679 + ], + [ + -75.1388139, + 39.9652506 + ] + ] + ] + }, + "id": "way/1252128785" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1253371284", + "addr:city": "Philadelphia", + "addr:housenumber": "801", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 3rd Street", + "amenity": "restaurant", + "building": "yes", + "height": "14.63", + "name": "North Third", + "phone": "+1 215-413-3666", + "source": "City of Philadelphia", + "website": "http://www.norththird.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1427736, + 39.9635064 + ], + [ + -75.1427859, + 39.963444 + ], + [ + -75.142725, + 39.9634303 + ], + [ + -75.1427236, + 39.9634354 + ], + [ + -75.1426318, + 39.9634156 + ], + [ + -75.1426113, + 39.963471 + ], + [ + -75.1427736, + 39.9635064 + ] + ] + ] + }, + "id": "way/1253371284" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1253749738", + "addr:city": "Philadelphia", + "addr:housenumber": "722", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 2nd Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "vietnamese", + "height": "12.8", + "name": "Hello Vietnam", + "source": "City of Philadelphia", + "website": "https://www.hellovietnamasianbistro.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1414487, + 39.9626903 + ], + [ + -75.1414627, + 39.9626919 + ], + [ + -75.1414691, + 39.9626603 + ], + [ + -75.1414034, + 39.9626521 + ], + [ + -75.1414084, + 39.9626282 + ], + [ + -75.1413471, + 39.9626207 + ], + [ + -75.1412113, + 39.9626039 + ], + [ + -75.1411997, + 39.9626592 + ], + [ + -75.1413758, + 39.9626812 + ], + [ + -75.1414487, + 39.9626903 + ] + ] + ] + }, + "id": "way/1253749738" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1253777939", + "addr:city": "Philadelphia", + "addr:housenumber": "614", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 2nd Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "creative", + "description": "All vegan with focus on local sourcing, seasonality, fermentation, and preservation", + "diet:vegan": "only", + "height": "13.7", + "name": "Pietramala", + "opening_hours": "Tu-Sa 17:00-21:00", + "phone": "+1-215-970-9541", + "source": "City of Philadelphia", + "website": "https://www.pietramalaphl.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1416029, + 39.9614972 + ], + [ + -75.1416105, + 39.961499 + ], + [ + -75.1416112, + 39.9614957 + ], + [ + -75.1416547, + 39.9615068 + ], + [ + -75.1416609, + 39.9614764 + ], + [ + -75.1416207, + 39.9614667 + ], + [ + -75.1416234, + 39.9614536 + ], + [ + -75.1416392, + 39.9614555 + ], + [ + -75.1416444, + 39.9614302 + ], + [ + -75.1416116, + 39.9614263 + ], + [ + -75.1415719, + 39.9614215 + ], + [ + -75.1413974, + 39.9614008 + ], + [ + -75.1413874, + 39.9614474 + ], + [ + -75.1416029, + 39.9614972 + ] + ] + ] + }, + "id": "way/1253777939" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1253791238", + "addr:city": "Philadelphia", + "addr:housenumber": "701", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 7th Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "new american;donut;fried_chicken", + "delivery": "no", + "height": "5.18", + "name": "Federal Donuts", + "opening_hours": "Mo-Su 07:00-19:00", + "outdoor_seating": "yes", + "source": "City of Philadelphia", + "takeaway": "yes" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1489408, + 39.9642519 + ], + [ + -75.149207, + 39.9642817 + ], + [ + -75.1492124, + 39.9642531 + ], + [ + -75.1492189, + 39.9642539 + ], + [ + -75.1492293, + 39.9641993 + ], + [ + -75.1492197, + 39.9641982 + ], + [ + -75.1492211, + 39.964191 + ], + [ + -75.1490929, + 39.9641766 + ], + [ + -75.1490917, + 39.9641828 + ], + [ + -75.1489569, + 39.9641677 + ], + [ + -75.1489408, + 39.9642519 + ] + ] + ] + }, + "id": "way/1253791238" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1255043251", + "addr:city": "Philadelphia", + "addr:housenumber": "4726", + "addr:postcode": "19139", + "addr:state": "PA", + "addr:street": "Spruce Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "chinese", + "fax": "+1 215-476-0321", + "height": "6.7", + "name": "Evergreen", + "opening_hours": "Mo-Th 11:00-23:00; Fr,Sa 11:00-24:00; Su 12:00-23:00", + "phone": "+1 215-476-0371", + "source": "City of Philadelphia", + "website": "http://www.evergreentogo.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2169451, + 39.9533741 + ], + [ + -75.2170563, + 39.9533872 + ], + [ + -75.2170945, + 39.9531882 + ], + [ + -75.2169853, + 39.9531747 + ], + [ + -75.2169451, + 39.9533741 + ] + ] + ] + }, + "id": "way/1255043251" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1255293053", + "addr:city": "Philadelphia", + "addr:housenumber": "4527", + "addr:postcode": "19143", + "addr:state": "PA", + "addr:street": "Baltimore Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "indian", + "delivery": "yes", + "fax": "+1 215-382-6005", + "height": "7.0", + "name": "Desi Village", + "opening_hours": "Mo-Th 12:00-22:00; Fr-Sa 12:00-23:00; Su 12:00-22:00", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+1 215-382-6000", + "source": "City of Philadelphia;Paper menu", + "takeaway": "yes", + "website": "http://www.DesiVillageRestaurant.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2141905, + 39.9491636 + ], + [ + -75.2142002, + 39.9491646 + ], + [ + -75.2141838, + 39.9492681 + ], + [ + -75.2142258, + 39.9492732 + ], + [ + -75.2142319, + 39.949243 + ], + [ + -75.2142725, + 39.949044 + ], + [ + -75.2142154, + 39.9490463 + ], + [ + -75.2141905, + 39.9491636 + ] + ] + ] + }, + "id": "way/1255293053" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1255293162", + "addr:city": "Philadelphia", + "addr:housenumber": "4533", + "addr:postcode": "19143", + "addr:state": "PA", + "addr:street": "Baltimore Avenue", + "air_conditioning": "yes", + "amenity": "restaurant", + "building": "yes", + "capacity": "20", + "contact:facebook": "https://www.facebook.com/DoroBetWphilly", + "contact:instagram": "https://www.instagram.com/dorobet_wphilly/", + "cuisine": "american;coffee_shop;sandwich;mediterranean", + "delivery": "yes", + "description": "Ethiopian fried chicken", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "email": "dorobetphl@gmail.com", + "height": "8.83", + "name": "Doro Bet", + "opening_hours": "We,Th,Su,Mo 11:00-20:00; Fr,Sa 11:00-21:00", + "outdoor_seating": "yes", + "phone": "+1-215-921-6558", + "smoking": "no", + "source": "City of Philadelphia", + "takeaway": "yes", + "website": "https://www.alifamilyrestaurants.com/doro-bet" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2143501, + 39.9492404 + ], + [ + -75.2144086, + 39.9492477 + ], + [ + -75.2144147, + 39.9492189 + ], + [ + -75.2144228, + 39.9492199 + ], + [ + -75.2144298, + 39.949187 + ], + [ + -75.2144337, + 39.9491888 + ], + [ + -75.2144411, + 39.9491539 + ], + [ + -75.2144363, + 39.9491539 + ], + [ + -75.2144555, + 39.9490814 + ], + [ + -75.2144513, + 39.9490814 + ], + [ + -75.2144608, + 39.9490365 + ], + [ + -75.2143934, + 39.9490392 + ], + [ + -75.2143507, + 39.9492375 + ], + [ + -75.2143501, + 39.9492404 + ] + ] + ] + }, + "id": "way/1255293162" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1255447653", + "addr:city": "Philadelphia", + "addr:housenumber": "4309", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Locust Street", + "amenity": "restaurant", + "building": "yes", + "cuisine": "sandwich", + "fax": "+1 215-222-2434", + "height": "10.6", + "name": "Koch's Deli", + "opening_hours": "Mo-Su 11:00-20:00", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+1 215-222-8662", + "source": "City of Philadelphia", + "website": "http://www.kochsdeli.com/" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2096673, + 39.954097 + ], + [ + -75.2097142, + 39.9541029 + ], + [ + -75.2097262, + 39.9540461 + ], + [ + -75.2097363, + 39.9540474 + ], + [ + -75.2097637, + 39.953913 + ], + [ + -75.2097075, + 39.9539064 + ], + [ + -75.2096721, + 39.9540743 + ], + [ + -75.2096673, + 39.954097 + ] + ] + ] + }, + "id": "way/1255447653" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1260674361", + "addr:city": "Philadelphia", + "addr:housenumber": "4800", + "addr:state": "PA", + "addr:street": "Westminster Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "chinese", + "height": "11.88", + "name": "Rising Sun", + "phone": "+1-215-473-9407", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2170986, + 39.9687247 + ], + [ + -75.2171035, + 39.968758 + ], + [ + -75.2170914, + 39.9687591 + ], + [ + -75.2171115, + 39.9688955 + ], + [ + -75.2171959, + 39.9688882 + ], + [ + -75.2171953, + 39.9688843 + ], + [ + -75.2171745, + 39.9687436 + ], + [ + -75.2171681, + 39.9687441 + ], + [ + -75.2171644, + 39.968719 + ], + [ + -75.2170986, + 39.9687247 + ] + ] + ] + }, + "id": "way/1260674361" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1306691839", + "addr:city": "Philadelphia", + "addr:housenumber": "7200", + "addr:postcode": "19153", + "addr:state": "PA", + "addr:street": "Elmwood Avenue", + "amenity": "restaurant", + "building": "yes", + "name": "We Yone African Restaurant" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2404133, + 39.9149719 + ], + [ + -75.2404498, + 39.9149456 + ], + [ + -75.2403467, + 39.9148613 + ], + [ + -75.2403102, + 39.9148876 + ], + [ + -75.2404133, + 39.9149719 + ] + ] + ] + }, + "id": "way/1306691839" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1306691860", + "addr:city": "Philadelphia", + "addr:housenumber": "7252", + "addr:postcode": "19153", + "addr:state": "PA", + "addr:street": "Elmwood Avenue", + "amenity": "restaurant", + "building": "yes", + "height": "8.83", + "name": "Top Taste" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2413985, + 39.9141103 + ], + [ + -75.2415164, + 39.9142094 + ], + [ + -75.2415248, + 39.9142036 + ], + [ + -75.2415281, + 39.9142066 + ], + [ + -75.2415591, + 39.9141847 + ], + [ + -75.2415548, + 39.9141816 + ], + [ + -75.2415608, + 39.9141774 + ], + [ + -75.2415363, + 39.9141558 + ], + [ + -75.2415414, + 39.9141522 + ], + [ + -75.2415092, + 39.9141261 + ], + [ + -75.2415038, + 39.9141297 + ], + [ + -75.2414709, + 39.9141025 + ], + [ + -75.241477, + 39.9140984 + ], + [ + -75.2414493, + 39.9140758 + ], + [ + -75.2414441, + 39.9140794 + ], + [ + -75.24142, + 39.9140592 + ], + [ + -75.2414123, + 39.914065 + ], + [ + -75.2414019, + 39.9140564 + ], + [ + -75.2413913, + 39.9140638 + ], + [ + -75.2413828, + 39.9140565 + ], + [ + -75.2413658, + 39.9140686 + ], + [ + -75.2413804, + 39.9140863 + ], + [ + -75.2413749, + 39.9140904 + ], + [ + -75.2413985, + 39.9141103 + ] + ] + ] + }, + "id": "way/1306691860" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1306691953", + "addr:city": "Philadelphia", + "addr:housenumber": "7144", + "addr:postcode": "19153", + "addr:state": "PA", + "addr:street": "Elmwood Avenue", + "amenity": "restaurant", + "building": "yes", + "cuisine": "pizza", + "height": "9.75", + "name": "Aya's Pizza" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2401322, + 39.9151758 + ], + [ + -75.2401355, + 39.9151786 + ], + [ + -75.2401395, + 39.9151757 + ], + [ + -75.2401561, + 39.9151768 + ], + [ + -75.2401719, + 39.9151654 + ], + [ + -75.2401722, + 39.9151568 + ], + [ + -75.2401829, + 39.915149 + ], + [ + -75.2401839, + 39.9151404 + ], + [ + -75.24013, + 39.9150961 + ], + [ + -75.2401259, + 39.915099 + ], + [ + -75.2401187, + 39.9150881 + ], + [ + -75.2400957, + 39.9150734 + ], + [ + -75.2399894, + 39.9149861 + ], + [ + -75.2399424, + 39.91502 + ], + [ + -75.2399991, + 39.9150666 + ], + [ + -75.2401322, + 39.9151758 + ] + ] + ] + }, + "id": "way/1306691953" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1307594528", + "addr:city": "Philadelphia", + "addr:housenumber": "7001", + "addr:postcode": "19153", + "addr:state": "PA", + "addr:street": "Elmwood Avenue", + "amenity": "restaurant", + "building": "yes", + "height": "10.05", + "house": "terraced", + "name": "Day Light Breakfast" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2377549, + 39.9173613 + ], + [ + -75.237773, + 39.9173486 + ], + [ + -75.2377904, + 39.9173633 + ], + [ + -75.2378157, + 39.9173456 + ], + [ + -75.2377986, + 39.9173312 + ], + [ + -75.2378052, + 39.9173265 + ], + [ + -75.2376616, + 39.9172049 + ], + [ + -75.2376551, + 39.9171994 + ], + [ + -75.2376062, + 39.9172336 + ], + [ + -75.2376065, + 39.9172434 + ], + [ + -75.2376493, + 39.9172796 + ], + [ + -75.2376542, + 39.9172761 + ], + [ + -75.2377549, + 39.9173613 + ] + ] + ] + }, + "id": "way/1307594528" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1311743376", + "addr:city": "Philadelphia", + "addr:housenumber": "3701", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Haverford Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-07-26", + "contact:phone": "+1 215-386-2344", + "contact:website": "https://www.chrisspizzahaverford.com", + "cuisine": "pizza", + "height": "9.1", + "name": "Chris's Pizza", + "opening_hours": "Mo-Sa 11:00-23:00; Su 12:00-21:30", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1960669, + 39.9636485 + ], + [ + -75.1960925, + 39.963797 + ], + [ + -75.1961592, + 39.9637902 + ], + [ + -75.1961303, + 39.9636421 + ], + [ + -75.1960669, + 39.9636485 + ] + ] + ] + }, + "id": "way/1311743376" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1311778844", + "addr:city": "Philadelphia", + "addr:housenumber": "3651", + "addr:state": "PA", + "addr:street": "Lancaster Avenue", + "addr:unit": "53", + "air_conditioning": "yes", + "amenity": "restaurant", + "building": "yes", + "building:levels": "1", + "building:material": "plaster", + "check_date": "2024-10-17", + "cuisine": "indian", + "diet:meat": "yes", + "diet:vegetarian": "yes", + "height": "9.1", + "name": "Indian Sizzler", + "opening_hours": "Mo-Tu 12:30-23:30; Th-Su 12:30-23:30", + "phone": "+1-215-386-7272", + "roof:levels": "0", + "roof:shape": "flat", + "source": "City of Philadelphia", + "takeaway": "yes", + "website": "https://www.indiansizzlerphilly.com/", + "website:menu": "https://www.indiansizzlerphilly.com/x22oapkq/indian-sizzler-philadelphia-19104/order-online#menu" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1948527, + 39.9594403 + ], + [ + -75.194866, + 39.9594473 + ], + [ + -75.1948373, + 39.9594794 + ], + [ + -75.1949214, + 39.9595239 + ], + [ + -75.1949502, + 39.9594915 + ], + [ + -75.1949608, + 39.9594971 + ], + [ + -75.195003, + 39.9594504 + ], + [ + -75.195012, + 39.9594555 + ], + [ + -75.1950308, + 39.9594351 + ], + [ + -75.1950075, + 39.9594212 + ], + [ + -75.1950137, + 39.9594148 + ], + [ + -75.1949917, + 39.9594031 + ], + [ + -75.1949859, + 39.9594095 + ], + [ + -75.194979, + 39.9594058 + ], + [ + -75.1949849, + 39.9593996 + ], + [ + -75.1949592, + 39.9593859 + ], + [ + -75.1949535, + 39.9593924 + ], + [ + -75.1949483, + 39.9593896 + ], + [ + -75.1949539, + 39.9593834 + ], + [ + -75.1949319, + 39.9593719 + ], + [ + -75.1949262, + 39.959378 + ], + [ + -75.1949155, + 39.9593724 + ], + [ + -75.1948527, + 39.9594403 + ] + ] + ] + }, + "id": "way/1311778844" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1312116231", + "addr:city": "Philadelphia", + "addr:housenumber": "3513", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Lancaster Avenue", + "amenity": "restaurant", + "building": "yes", + "building:levels": "3", + "building:material": "brick", + "check_date": "2024-07-26", + "contact:phone": "+1 215-222-4000", + "contact:website": "https://edswings.com/", + "cuisine": "pizza;wings", + "diet:meat": "yes", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "height": "10.6", + "name": "Ed's Pizza & Wings", + "opening_hours": "Mo-Th 10:00-25:00, Fr-Sa 10:00-26:00, Su 11:00-25:00", + "outdoor_seating": "no", + "roof:levels": "0", + "roof:shape": "flat", + "source": "City of Philadelphia", + "takeaway": "yes" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1928643, + 39.9582974 + ], + [ + -75.1927572, + 39.9584158 + ], + [ + -75.1927513, + 39.9584224 + ], + [ + -75.1928087, + 39.9584533 + ], + [ + -75.192922, + 39.9583288 + ], + [ + -75.1928932, + 39.9583131 + ], + [ + -75.1928643, + 39.9582974 + ] + ] + ] + }, + "id": "way/1312116231" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1312252280", + "addr:city": "Philadelphia", + "addr:housenumber": "3231", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Powelton Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2024-10-17", + "contact:phone": "+1 267-900-1888", + "contact:website": "https://www.pokeburri.com/locations/poke-burri-university-city", + "cuisine": "noodle", + "height": "13.1", + "name": "Poke Burri", + "opening_hours": "11:00-21:00", + "source": "City of Philadelphia", + "website:menu": "https://www.pokeburri.com/locations/poke-burri-philly/philly-menu" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1890804, + 39.9607165 + ], + [ + -75.1891, + 39.9607304 + ], + [ + -75.1891153, + 39.9607287 + ], + [ + -75.1891272, + 39.9607162 + ], + [ + -75.1891262, + 39.9607106 + ], + [ + -75.1891318, + 39.96071 + ], + [ + -75.1891222, + 39.9606576 + ], + [ + -75.1891329, + 39.9606565 + ], + [ + -75.1891071, + 39.9605144 + ], + [ + -75.1890443, + 39.9605213 + ], + [ + -75.1890483, + 39.960543 + ], + [ + -75.1890804, + 39.9607165 + ] + ] + ] + }, + "id": "way/1312252280" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1312252283", + "addr:city": "Philadelphia", + "addr:housenumber": "3235", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Powelton Avenue", + "amenity": "restaurant", + "brand": "D.P. Dough", + "brand:wikidata": "Q22008973", + "building": "yes", + "check_date": "2024-10-17", + "contact:phone": "+1 215-883-0344", + "contact:website": "https://dpdough.com/", + "cuisine": "calzone", + "height": "13.1", + "name": "D.P. Dough", + "opening_hours": "11:00-16:00", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.189258, + 39.9606427 + ], + [ + -75.1892318, + 39.9605006 + ], + [ + -75.1891694, + 39.9605075 + ], + [ + -75.1892052, + 39.9607015 + ], + [ + -75.1892087, + 39.9607011 + ], + [ + -75.1892101, + 39.9607088 + ], + [ + -75.1892237, + 39.9607158 + ], + [ + -75.1892394, + 39.9607141 + ], + [ + -75.1892484, + 39.9607056 + ], + [ + -75.1892469, + 39.9606976 + ], + [ + -75.1892566, + 39.9606966 + ], + [ + -75.1892469, + 39.9606439 + ], + [ + -75.189258, + 39.9606427 + ] + ] + ] + }, + "id": "way/1312252283" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1354023670", + "addr:city": "Philadelphia", + "addr:housenumber": "4914", + "addr:state": "PA", + "addr:street": "Baltimore Avenue", + "amenity": "restaurant", + "building": "yes", + "height": "12.49" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2218677, + 39.9477286 + ], + [ + -75.2218783, + 39.9477873 + ], + [ + -75.2219168, + 39.9479995 + ], + [ + -75.222006, + 39.9479895 + ], + [ + -75.2220051, + 39.9479846 + ], + [ + -75.2219682, + 39.9477786 + ], + [ + -75.2219575, + 39.9477191 + ], + [ + -75.2218677, + 39.9477286 + ] + ] + ] + }, + "id": "way/1354023670" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1354439857", + "addr:city": "Philadelphia", + "addr:housenumber": "6620", + "addr:postcode": "19142", + "addr:state": "PA", + "addr:street": "Woodland Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2023-11-22", + "contact:facebook": "https://www.facebook.com/lemandingue1", + "contact:instagram": "https://www.instagram.com/le_mandingue", + "height": "14.32", + "name": "Le Mandingue African Restaurant", + "opening_hours": "11:00-23:00", + "phone": "+1 215-726-0543", + "website": "https://www.lemandinguephilly.com" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2361277, + 39.9240765 + ], + [ + -75.2361904, + 39.9241327 + ], + [ + -75.2362228, + 39.9241104 + ], + [ + -75.2362267, + 39.9241137 + ], + [ + -75.236258, + 39.9240922 + ], + [ + -75.2360682, + 39.9239279 + ], + [ + -75.2360586, + 39.9239345 + ], + [ + -75.2360495, + 39.9239267 + ], + [ + -75.2360147, + 39.9239507 + ], + [ + -75.236026, + 39.9239604 + ], + [ + -75.2360201, + 39.9239645 + ], + [ + -75.2360566, + 39.9239959 + ], + [ + -75.2360606, + 39.9240078 + ], + [ + -75.2360722, + 39.9240177 + ], + [ + -75.2360879, + 39.9240226 + ], + [ + -75.2361404, + 39.9240678 + ], + [ + -75.2361277, + 39.9240765 + ] + ] + ] + }, + "id": "way/1354439857" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1354653744", + "addr:city": "Philadelphia", + "addr:housenumber": "6521", + "addr:postcode": "19142", + "addr:state": "PA", + "addr:street": "Woodland Avenue", + "amenity": "restaurant", + "building": "yes", + "check_date": "2023-11-22", + "height": "13.7", + "name": "Susanna African Kitchen", + "phone": "+1 215-921-6903" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.2350518, + 39.9252269 + ], + [ + -75.2352467, + 39.9253918 + ], + [ + -75.2352826, + 39.9253665 + ], + [ + -75.2351682, + 39.9252702 + ], + [ + -75.235175, + 39.9252655 + ], + [ + -75.2350882, + 39.9251914 + ], + [ + -75.2350455, + 39.9252215 + ], + [ + -75.2350518, + 39.9252269 + ] + ] + ] + }, + "id": "way/1354653744" + }, + { + "type": "Feature", + "properties": { + "@id": "way/1448023121", + "addr:city": "Philadelphia", + "addr:housenumber": "3120", + "addr:postcode": "19145", + "addr:state": "PA", + "addr:street": "South 20th Street", + "amenity": "restaurant", + "building": "restaurant", + "contact:facebook": "https://www.facebook.com/PopisRest/", + "cuisine": "italian", + "dinner:menu": "https://www.popisrestaurant.com/_files/ugd/4cd2c7_5ce47d2103a64d598ccef387b624d088.pdf", + "email": "info@popisrestaurant.com", + "fax": "+1-215-755-7878", + "lunch:menu": "https://www.popisrestaurant.com/_files/ugd/4cd2c7_d003ae7fb7cd4ec7b161e643814697e5.pdf", + "name": "Popi's", + "official_name": "Popi's Italian Ristorante", + "opening_hours": "Tu-Th 11:00-21:00; Fr-Sa 11:00-22:00; Su 11:00-20:00", + "phone": "+1-215-755-7180", + "reservation": "yes", + "website": "https://www.popisrestaurant.com/", + "website:menu": "https://www.popisrestaurant.com/_files/ugd/a063d4_c5e45cc2e469478e94d624b06dd3a753.pdf" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.1824789, + 39.9117701 + ], + [ + -75.1826212, + 39.9117876 + ], + [ + -75.1826301, + 39.9117447 + ], + [ + -75.1827028, + 39.9117536 + ], + [ + -75.1827053, + 39.9117419 + ], + [ + -75.1827524, + 39.9117477 + ], + [ + -75.1827586, + 39.9117179 + ], + [ + -75.1828199, + 39.9117255 + ], + [ + -75.1829728, + 39.9116663 + ], + [ + -75.1830002, + 39.9115351 + ], + [ + -75.1829573, + 39.9115299 + ], + [ + -75.1829594, + 39.91152 + ], + [ + -75.1825418, + 39.9114688 + ], + [ + -75.1824789, + 39.9117701 + ] + ] + ] + }, + "id": "way/1448023121" + }, + { + "type": "Feature", + "properties": { + "@id": "node/333786044", + "addr:city": "Philadelphia", + "addr:housenumber": "735", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 10th Street", + "alt_name": "Morning Glory Diner", + "amenity": "restaurant", + "atm": "yes", + "contact:facebook": "https://www.facebook.com/MorningGloryDiner/", + "cuisine": "diner", + "diet:vegetarian": "yes", + "name": "Sam's Morning Glory", + "opening_hours": "Mo-Fr 08:00-14:00; Sa,Su 08:00-15:00", + "payment:cash": "yes", + "payment:credit_cards": "no", + "payment:debit_cards": "no", + "source": "knowledge;survey", + "wheelchair": "limited" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1589281, + 39.9408584 + ] + }, + "id": "node/333786044" + }, + { + "type": "Feature", + "properties": { + "@id": "node/566683522", + "addr:city": "Philadelphia", + "addr:housenumber": "1139", + "addr:postcode": "19123", + "addr:street": "Spring Garden Street", + "amenity": "restaurant", + "check_date": "2023-10-11", + "cuisine": "pizza", + "name": "Spring Garden Pizza & Restaurant", + "opening_hours": "Mo-Fr 08:00-20:00; Sa 08:00-17:00; Su off", + "phone": "+1 215-765-7665", + "website": "https://www.springgardenpizza.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1575464, + 39.962054 + ] + }, + "id": "node/566683522" + }, + { + "type": "Feature", + "properties": { + "@id": "node/596230881", + "amenity": "restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1868248, + 40.0549171 + ] + }, + "id": "node/596230881" + }, + { + "type": "Feature", + "properties": { + "@id": "node/596245658", + "addr:city": "Philadelphia", + "addr:housenumber": "7136", + "addr:postcode": "19119", + "addr:state": "PA", + "addr:street": "Germantown Avenue", + "amenity": "restaurant", + "craft": "brewery", + "microbrewery": "yes", + "name": "Earth Bread & Brewery" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1903546, + 40.0591996 + ] + }, + "id": "node/596245658" + }, + { + "type": "Feature", + "properties": { + "@id": "node/596245661", + "addr:city": "Philadelphia", + "addr:housenumber": "7152", + "addr:postcode": "19119", + "addr:state": "PA", + "addr:street": "Germantown Avenue", + "amenity": "restaurant", + "cuisine": "american", + "name": "Cresheim Valley Grain Exchange", + "outdoor_seating": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1907265, + 40.0596137 + ] + }, + "id": "node/596245661" + }, + { + "type": "Feature", + "properties": { + "@id": "node/596261287", + "addr:city": "Philadelphia", + "addr:housenumber": "7157", + "addr:postcode": "19119", + "addr:state": "PA", + "addr:street": "Germantown Avenue", + "amenity": "restaurant", + "name": "Mi Puebla Restaurant & Bakery" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1906247, + 40.0598773 + ] + }, + "id": "node/596261287" + }, + { + "type": "Feature", + "properties": { + "@id": "node/596261289", + "addr:city": "Philadelphia", + "addr:housenumber": "7155", + "addr:postcode": "19119", + "addr:state": "PA", + "addr:street": "Germantown Avenue", + "amenity": "restaurant", + "name": "Golden Crust Pizza and Pasta House" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1904181, + 40.059649 + ] + }, + "id": "node/596261289" + }, + { + "type": "Feature", + "properties": { + "@id": "node/596262778", + "addr:city": "Philadelphia", + "addr:housenumber": "7131", + "addr:postcode": "19119", + "addr:state": "PA", + "addr:street": "Germantown Avenue", + "amenity": "restaurant", + "name": "Umbria" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1900595, + 40.0592571 + ] + }, + "id": "node/596262778" + }, + { + "type": "Feature", + "properties": { + "@id": "node/596262781", + "addr:city": "Philadelphia", + "addr:housenumber": "7135", + "addr:postcode": "19119", + "addr:state": "PA", + "addr:street": "Germantown Avenue", + "amenity": "restaurant", + "name": "Chef Ken's Cafe" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1901909, + 40.0593839 + ] + }, + "id": "node/596262781" + }, + { + "type": "Feature", + "properties": { + "@id": "node/651838077", + "addr:city": "Philadelphia", + "addr:housenumber": "227", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "South 18th Street", + "amenity": "restaurant", + "check_date": "2025-06-27", + "check_date:opening_hours": "2025-06-27", + "contact:facebook": "https://www.facebook.com/ParcRestaurant", + "contact:website": "https://parc-restaurant.com/", + "cuisine": "french", + "email": "parc.info@starr-restaurants.com", + "name": "Parc", + "opening_hours": "Mo-Th 08:00-22:00; Fr 08:00-23:00; Sa 09:30-23:00; Su 09:30-22:00", + "phone": "+1-215-545-2262", + "reservation": "yes", + "website:menu": "https://parc-restaurant.com/#menus", + "wheelchair": "limited" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1707551, + 39.949089 + ] + }, + "id": "node/651838077" + }, + { + "type": "Feature", + "properties": { + "@id": "node/655427420", + "addr:city": "Philadelphia", + "addr:housenumber": "3939", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "check_date": "2024-07-25", + "contact:facebook": "https://www.facebook.com/dimsumhousephilly/", + "contact:phone": "+1 215-921-5377", + "contact:website": "https://www.dimsum.house", + "name": "Dim Sum House by Jane G's - University City" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2017166, + 39.9557236 + ] + }, + "id": "node/655427420" + }, + { + "type": "Feature", + "properties": { + "@id": "node/762512633", + "amenity": "restaurant", + "check_date": "2024-02-10", + "name": "In Riva" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1923682, + 40.0078494 + ] + }, + "id": "node/762512633" + }, + { + "type": "Feature", + "properties": { + "@id": "node/762949651", + "amenity": "restaurant", + "check_date": "2024-02-10", + "name": "Shan Chuan Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1941613, + 40.0091033 + ] + }, + "id": "node/762949651" + }, + { + "type": "Feature", + "properties": { + "@id": "node/762949758", + "amenity": "restaurant", + "check_date": "2024-02-10", + "name": "Golden Crust Pizza III" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1935565, + 40.0091155 + ] + }, + "id": "node/762949758" + }, + { + "type": "Feature", + "properties": { + "@id": "node/774334229", + "addr:postcode": "19130", + "amenity": "restaurant", + "check_date": "2024-05-18", + "contact:facebook": "https://facebook.com/people/Fairmount-Pizza-Grill/100063586752476", + "contact:instagram": "fairmountpizza", + "contact:twitter": "FairmountPizza", + "cuisine": "american;italian_pizza", + "internet_access": "no", + "name": "Fairmount Pizza", + "opening_hours": "Mo-Sa 09:00-00:00; Su 09:00-23:00", + "payment:cash": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+1-215-763-4000", + "self_service": "https://fairmountpizza.com/philadelphia-center-city-fairmount-pizza-and-grill-food-menu", + "website": "https://fairmountpizza.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1703547, + 39.9671223 + ] + }, + "id": "node/774334229" + }, + { + "type": "Feature", + "properties": { + "@id": "node/833393980", + "amenity": "restaurant", + "name": "La Fonda Columbiana" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1248318, + 40.0214584 + ] + }, + "id": "node/833393980" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1034412875", + "addr:housenumber": "1123", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "check_date": "2023-04-12", + "contact:instagram": "https://www.instagram.com/thehayesphl", + "contact:phone": "+1 215-982-2192", + "contact:website": "https://www.thehayesphl.com", + "email": "info@twrg.com", + "name": "The Hayes", + "opening_hours": "Mo off; Tu 16:00-22:00; We-Th,Su 12:00-22:00; Fr-Sa 12:00-24:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1600819, + 39.9489302 + ] + }, + "id": "node/1034412875" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1034424507", + "amenity": "restaurant", + "cuisine": "greek", + "name": "Kanella" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1444803, + 39.9383834 + ] + }, + "id": "node/1034424507" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1035941121", + "amenity": "restaurant", + "cuisine": "moroccan", + "name": "Argan Moroccan Cuisine" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.169114, + 39.9504604 + ] + }, + "id": "node/1035941121" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1155729631", + "amenity": "restaurant", + "cuisine": "pizza", + "internet_access": "yes", + "name": "Founded Coffee & Pizza", + "outdoor_seating": "yes", + "website": "https://foundedpizza.business.site/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1838038, + 40.0125748 + ] + }, + "id": "node/1155729631" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1167105119", + "addr:city": "Philadelphia", + "addr:housenumber": "1388", + "addr:postcode": "19107", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "check_date": "2023-10-12", + "name": "The Capital Grille", + "opening_hours": "Mo-Th 11:30-21:00; Fr 11:30-22:00; Sa 16:00-22:00; Su 16:00-21:00", + "phone": "+1 215-545-9588", + "website": "https://m.thecapitalgrille.com/locations/pa/philadelphia/philadelphia/8013", + "wikimedia_commons": "File:The Capital Grille restaurant in Philadelphia, Pennsylvania.jpg" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1637185, + 39.9507269 + ] + }, + "id": "node/1167105119" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1190349091", + "amenity": "restaurant", + "name": "Cafe Lift" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1669365, + 39.9639408 + ] + }, + "id": "node/1190349091" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1204753172", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Marras Pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1658709, + 39.9279897 + ] + }, + "id": "node/1204753172" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1204759133", + "amenity": "restaurant", + "name": "Red East Chinese aka \"Fenny's\"" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1637315, + 39.9274511 + ] + }, + "id": "node/1204759133" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1223899512", + "amenity": "restaurant", + "name": "Oregon Diner" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1529301, + 39.9140514 + ] + }, + "id": "node/1223899512" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1463841254", + "addr:city": "Philadelphia", + "addr:housenumber": "217-219", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "spanish;tapas", + "name": "Amada", + "phone": "+1-215-625-2450", + "website": "https://www.amadarestaurant.com/amada-philadelphia/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1448374, + 39.9485657 + ] + }, + "id": "node/1463841254" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1475239798", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "Cantina Los Caballitos" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1644867, + 39.9289112 + ] + }, + "id": "node/1475239798" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1479226444", + "addr:city": "Philadelphia", + "addr:housenumber": "910", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "Christian Street", + "amenity": "restaurant", + "description": "Sit-down BYOB restaurant serving breakfast, lunch, and dinner. There are substantial vegetarian options and limited vegan options.", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Sabrina's Cafe", + "opening_hours": "Mo-Fr 08:00-17:00", + "phone": "+1 215-574-1599", + "website": "https://www.sabrinascafe.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1582686, + 39.9389682 + ] + }, + "id": "node/1479226444" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1479227496", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Lorenzo's Pizza", + "website": "lorenzospizza.net" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1579425, + 39.9389166 + ] + }, + "id": "node/1479227496" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1479237282", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "Paloma", + "website": "palomafinedining.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1562664, + 39.9384973 + ] + }, + "id": "node/1479237282" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1479729148", + "amenity": "restaurant", + "name": "The Works" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -74.970468, + 40.084739 + ] + }, + "id": "node/1479729148" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1479729155", + "amenity": "restaurant", + "name": "Joe Santucci's" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -74.9711922, + 40.0859333 + ] + }, + "id": "node/1479729155" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1479729158", + "amenity": "restaurant", + "name": "Bei Jing" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -74.9937496, + 40.0798219 + ] + }, + "id": "node/1479729158" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1479729161", + "addr:housenumber": "3818", + "addr:street": "Morrell Avenue", + "amenity": "restaurant", + "check_date": "2024-06-21", + "name": "George's Wings", + "opening_hours": "Mo-Th 11:00-22:00; Fr-Sa 11:00-23:00; Su 12:00-22:00", + "phone": "+1 215-637-0555", + "website": "https://www.georgeswings.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -74.9869046, + 40.0644731 + ] + }, + "id": "node/1479729161" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1482487571", + "addr:city": "Philadelphia", + "addr:housenumber": "534", + "addr:postcode": "19146", + "addr:state": "PA", + "addr:street": "South 15th Street", + "amenity": "restaurant", + "bar": "no", + "cuisine": "thai", + "designation": "South 15th Street", + "name": "Sawatdee", + "opening_hours": "Su-Th 17:00-22:00; Fr,Sa 17:00-23:00", + "outdoor_seating": "yes", + "phone": "+1 215-790-1299", + "takeaway": "yes", + "website": "https://www.phillysawatdee.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1673114, + 39.9439545 + ] + }, + "id": "node/1482487571" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1482514627", + "addr:city": "Philadelphia", + "addr:housenumber": "1408", + "addr:postcode": "19146", + "addr:state": "PA", + "addr:street": "South Street", + "amenity": "restaurant", + "cuisine": "indian", + "name": "Say She Ate", + "opening_hours": "Mo-Su 11:00-19:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1657929, + 39.9435865 + ] + }, + "id": "node/1482514627" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1482514637", + "addr:city": "Philadelphia", + "addr:housename": "Jamacian Jerk Hut", + "addr:housenumber": "1436", + "addr:postcode": "19146", + "addr:street": "South Street", + "amenity": "restaurant", + "contact:phone": "+1 215-545-8644", + "contact:website": "https://orderjamaicanjerkhut.com", + "cuisine": "international", + "name": "Jamaican Jerk Hut", + "opening_hours": "Mo off; Tu-Th 11:30-19:00; Fr-Sa 11:30-17:00; Su 12:00-19:00", + "wheelchair": "limited" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1666388, + 39.9436423 + ] + }, + "id": "node/1482514637" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1482514639", + "addr:housenumber": "1410", + "addr:postcode": "19102", + "addr:street": "Pine Street", + "amenity": "restaurant", + "cuisine": "italian", + "name": "Girasole" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1654742, + 39.9455278 + ] + }, + "id": "node/1482514639" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1489580845", + "addr:housenumber": "1431", + "addr:postcode": "19121", + "addr:street": "Cecil B Moore Avenue", + "amenity": "restaurant", + "cuisine": "american", + "name": "Draught Horse" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1588816, + 39.9789247 + ] + }, + "id": "node/1489580845" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1489690688", + "addr:housename": "13th Street Pizza", + "addr:housenumber": "209", + "addr:postcode": "19107", + "addr:street": "South 13th Street", + "amenity": "restaurant", + "check_date": "2023-10-12", + "cuisine": "pizza", + "name": "Cappelli", + "phone": "+1 215-309-5490" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1621587, + 39.9484315 + ] + }, + "id": "node/1489690688" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1489697259", + "addr:housename": "Zio Pizza", + "addr:housenumber": "111", + "addr:postcode": "19107", + "addr:street": "South 13th Street", + "amenity": "restaurant", + "check_date": "2023-10-12", + "contact:facebook": "https://www.facebook.com/ziosbrickovenpizza", + "cuisine": "pizza", + "name": "Zio's Brickoven Pizzeria", + "opening_hours": "Mo-Th 10:00-21:00; Fr-Sa 11:00-22:00; Su 11:00-21:00", + "phone": "+1 215-627-1615; +1 215-627-5018", + "source": "Good Maps", + "website": "https://www.ziosbrickoven.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.161799, + 39.950078 + ] + }, + "id": "node/1489697259" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1606846530", + "addr:city": "Philadelphia", + "addr:housenumber": "618", + "addr:state": "PA", + "addr:street": "South Street", + "amenity": "restaurant", + "cuisine": "chinese", + "diet:vegan": "yes", + "name": "Golden Empress Garden", + "phone": "+1-215-627-7666", + "website": "https://www.goldenempressgarden.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1528974, + 39.9420101 + ] + }, + "id": "node/1606846530" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1687439286", + "addr:housename": "Owl Breakfast and Lunch", + "addr:housenumber": "1424", + "addr:postcode": "19121", + "addr:street": "Cecil B Moore Avenue", + "amenity": "restaurant", + "name": "Owl Breakfast and Lunch", + "opening_hours": "Mo-Fr 06:00-14:30; Sa 06:00-15:00; Su 07:00-15:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1591309, + 39.9787607 + ] + }, + "id": "node/1687439286" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1687518567", + "amenity": "restaurant", + "name": "Koja Grille" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1582425, + 39.9782511 + ] + }, + "id": "node/1687518567" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1693849091", + "addr:street": "North Broad Street", + "amenity": "restaurant", + "cuisine": "sandwich", + "name": "Paesanos philly" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1569947, + 39.9838477 + ] + }, + "id": "node/1693849091" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1696263020", + "addr:housename": "Jake's and Cooper's Restaurant", + "addr:housenumber": "4365", + "addr:street": "Main Street", + "amenity": "restaurant", + "check_date": "2025-06-01", + "check_date:opening_hours": "2023-09-26", + "diet:vegan": "no", + "diet:vegetarian": "yes", + "name": "Jake's and Cooper's Wine Bar and Store", + "opening_hours:signed": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2241875, + 40.0258143 + ] + }, + "id": "node/1696263020" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1696269837", + "addr:housename": "Couch Tomato Cafe", + "addr:housenumber": "102", + "addr:street": "Rector Street", + "amenity": "restaurant", + "check_date": "2025-06-01", + "name": "Couch Tomato Cafe" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2212666, + 40.0247414 + ] + }, + "id": "node/1696269837" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1697912581", + "amenity": "restaurant", + "check_date": "2025-05-30", + "name": "Ios RestoBar", + "opening_hours": "Mo-Su 16:00-22:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1713, + 39.967178 + ] + }, + "id": "node/1697912581" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1697912584", + "addr:city": "Philadelphia", + "addr:housenumber": "1501-1503", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "Spring Garden Street", + "amenity": "restaurant", + "check_date": "2025-09-04", + "cuisine": "pizza", + "name": "Brick Oven Pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1632015, + 39.9628664 + ] + }, + "id": "node/1697912584" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1698067762", + "amenity": "restaurant", + "name": "Petes Pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1608231, + 39.9668301 + ] + }, + "id": "node/1698067762" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1702834404", + "addr:city": "Philadelphia", + "addr:housenumber": "238", + "addr:postcode": "19107", + "addr:street": "North 9th Street", + "alt_name": "SangKee", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Sang Kee Peking Duck House", + "opening_hours": "Mo-Su 10:00-22:45; Fr,Sa 10:00-23:45", + "short_name": "Sang Kee", + "source": "Official website, http://www.phillychinatown.com/sangkee.htm", + "website": "https://www.sangkeechinatown.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1541726, + 39.9564002 + ] + }, + "id": "node/1702834404" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1702834414", + "addr:city": "Philadelphia", + "addr:housenumber": "1001", + "addr:postcode": "19107", + "addr:street": "Race Street", + "amenity": "restaurant", + "check_date": "2023-10-11", + "cuisine": "chinese", + "name": "David's Mai Lai Wah", + "opening_hours": "16:00-27:00", + "phone": "+1 215-627-2610", + "website": "https://www.davidsmailaiwah.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1559832, + 39.9554721 + ] + }, + "id": "node/1702834414" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1702834419", + "addr:city": "Philadelphia", + "addr:housenumber": "211", + "addr:postcode": "19107", + "addr:street": "North 11th Street", + "amenity": "restaurant", + "cuisine": "japanese", + "name": "Yakitori Boy", + "website": "https://www.yakitoriboy.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1572716, + 39.955961 + ] + }, + "id": "node/1702834419" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1702834425", + "addr:city": "Philadelphia", + "addr:housenumber": "1026", + "addr:postcode": "19107", + "addr:street": "Race St", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Joy Tsin Lau", + "name:zh": "醉仙樓", + "source": "http://www.yelp.com/biz/joy-tsin-lau-philadelphia-2" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1569989, + 39.9554203 + ] + }, + "id": "node/1702834425" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1706534939", + "addr:city": "Philadelphia", + "addr:housenumber": "3505", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Lancaster Avenue", + "air_conditioning": "yes", + "amenity": "restaurant", + "check_date": "2024-07-26", + "contact:phone": "+1 215-222-7777", + "cuisine": "pizza", + "name": "Savas Brick Oven Pizza", + "opening_hours": "Mo-Su 10:00-26:00", + "outdoor_seating": "yes", + "website": "https://savaspizza.com/", + "website:menu": "https://savaspizza.com/philadelphia-university-city-savas-brick-oven-pizza-food-menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1926532, + 39.9582468 + ] + }, + "id": "node/1706534939" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1712004131", + "addr:housename": "Shef's Pizza", + "addr:housenumber": "4330", + "addr:street": "Sheffield Avenue", + "amenity": "restaurant", + "cuisine": "italian", + "name": "Shef's Pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0318147, + 40.0365975 + ] + }, + "id": "node/1712004131" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1734213261", + "addr:city": "Philadelphia", + "addr:housenumber": "630", + "addr:postcode": "19123", + "addr:street": "North 2nd Street", + "amenity": "restaurant", + "diet:vegan": "yes", + "diet:vegetarian": "only", + "internet_access": "yes", + "name": "Joy Cafe", + "opening_hours": "Mo-Sa 10:00-19:00; Su 10:00-17:00", + "outdoor_seating": "no", + "phone": "+1 215-922-1003", + "website": "https://myjoycafe.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1413365, + 39.9617447 + ] + }, + "id": "node/1734213261" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1769695281", + "amenity": "restaurant", + "name": "Chinese Palace" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1338021, + 39.9915879 + ] + }, + "id": "node/1769695281" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1769695287", + "amenity": "restaurant", + "name": "Isla Nena" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1341668, + 39.9916204 + ] + }, + "id": "node/1769695287" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1769695288", + "amenity": "restaurant", + "name": "El Principe" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1317014, + 39.9912147 + ] + }, + "id": "node/1769695288" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1769695289", + "amenity": "restaurant", + "name": "El Rincon Latino" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1346411, + 39.9912147 + ] + }, + "id": "node/1769695289" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1847081953", + "amenity": "restaurant", + "check_date": "2025-05-30", + "cuisine": "sandwich", + "name": "Rybread" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1658519, + 39.9673327 + ] + }, + "id": "node/1847081953" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1847081973", + "addr:housenumber": "640", + "addr:postcode": "19130", + "addr:street": "Waterworks Drive", + "amenity": "restaurant", + "cuisine": "american", + "description": "Event venue.", + "designation": "Anna McPeak", + "name": "Cescaphe at the Water Works", + "website": "https://weddings.cescaphe.com/venue/water-works/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1833882, + 39.9658568 + ] + }, + "id": "node/1847081973" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1889907923", + "addr:housenumber": "901", + "addr:postcode": "19147", + "addr:street": "South St", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Little Italy Pizza", + "website": "http://www.littleitalyone.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1571176, + 39.9429467 + ] + }, + "id": "node/1889907923" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1940775046", + "addr:city": "Philadelphia", + "addr:housenumber": "2227", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Pine Street", + "amenity": "restaurant", + "cuisine": "brunch;comfort_food", + "email": "info@cotolettafs.com", + "name": "Cotoletta", + "opening_hours": "Mo-Th 17:00-22:00; Fr 17:00-23:00; Sa 10:00-14:30,17:00-23:00; Su 10:00-14:30,17:00-22:00", + "phone": "+1-267-519-9697", + "website": "https://www.cotolettafs.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1791961, + 39.9473988 + ] + }, + "id": "node/1940775046" + }, + { + "type": "Feature", + "properties": { + "@id": "node/1940776523", + "addr:city": "Philadelphia", + "addr:housenumber": "2012", + "addr:postcode": "19103", + "addr:street": "Sansom Street", + "amenity": "restaurant", + "check_date": "2023-10-15", + "cuisine": "italian", + "name": "Melograno", + "opening_hours": "Mo off; Tu-Th,Su 17:00-21:30; Fr-Sa 17:00-22:00", + "phone": "+1 215-875-8116", + "website": "https://www.melogranophilly.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1741414, + 39.9512797 + ] + }, + "id": "node/1940776523" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2002973851", + "addr:city": "Philadelphia", + "addr:housenumber": "700", + "addr:postcode": "19016", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "american", + "designation": "Anna McPeak", + "name": "Jones Restaurant", + "website": "https://jones-restaurant.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1525508, + 39.9493006 + ] + }, + "id": "node/2002973851" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2002981006", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Happy Dragon" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1504022, + 39.9220168 + ] + }, + "id": "node/2002981006" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2003008235", + "addr:housenumber": "1500", + "addr:postcode": "19102", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "name": "Butcher and Singer" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1660838, + 39.9494509 + ] + }, + "id": "node/2003008235" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2003055921", + "addr:housename": "Barry's Steaks", + "addr:housenumber": "471", + "addr:postcode": "19128", + "addr:street": "Leverington Avenue", + "amenity": "restaurant", + "check_date": "2023-07-30", + "check_date:opening_hours": "2023-09-29", + "cuisine": "sandwich", + "name": "Barry's Steaks", + "opening_hours:signed": "no", + "source": "local knowledge", + "website": "https://barrys-steaks.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2179661, + 40.0351586 + ] + }, + "id": "node/2003055921" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2012635213", + "addr:housenumber": "603", + "addr:street": "South 4th Street", + "amenity": "restaurant", + "cuisine": "middle_eastern", + "name": "Alayan's Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1491095, + 39.9414059 + ] + }, + "id": "node/2012635213" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2012639870", + "addr:housenumber": "400", + "addr:postcode": "19147", + "addr:street": "South Street", + "amenity": "restaurant", + "check_date": "2025-02-15", + "contact:facebook": "https://www.facebook.com/JimsSouthSt", + "contact:website": "https://jimssouthstreet.com", + "cuisine": "american", + "name": "Jim's Steaks", + "opening_hours": "Mo-Th 11:00-24:00; Fr-Sa 11:00-01:00; Su 11:00-24:00", + "phone": "+1-215-928-1911" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1493044, + 39.9415479 + ] + }, + "id": "node/2012639870" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2012656013", + "addr:city": "Philadelphia", + "addr:housenumber": "1434", + "addr:postcode": "19121", + "addr:state": "PA", + "addr:street": "Cecil B Moore Avenue", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "City View Pizza", + "phone": "+1 215-769-7437", + "website": "https://cityviewpizzaandgrill.com/cecil/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1594789, + 39.978803 + ] + }, + "id": "node/2012656013" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2014438114", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Yummy Yummy" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1669017, + 40.0738474 + ] + }, + "id": "node/2014438114" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2014439202", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Silver Star" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1667247, + 40.0740157 + ] + }, + "id": "node/2014439202" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2040315443", + "addr:city": "Philadelphia", + "addr:housenumber": "412", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 13th Street", + "amenity": "restaurant", + "bar": "yes", + "cuisine": "pizza", + "designation": "13th and Waverly street", + "name": "Paulie Gee's Soul City", + "opening_hours": "Su-Th 11:30-23:00, Fr-Sa 11:30-02:00", + "phone": "+1-267-239-5761", + "sport": "billiards", + "website": "https://pauliegee.com/soul-city/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1632105, + 39.944812 + ] + }, + "id": "node/2040315443" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2040424579", + "addr:housenumber": "1312", + "addr:street": "Spruce Street", + "amenity": "restaurant", + "check_date": "2023-04-11", + "contact:phone": "+1 215-732-3478", + "cuisine": "italian", + "name": "Vetri Cucina", + "opening_hours": "17:00+ \"Dinner every day starting at 5PM\"", + "website": "https://vetricucina.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.163189, + 39.9467368 + ] + }, + "id": "node/2040424579" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2040436590", + "addr:housenumber": "640", + "addr:street": "North Broad Street", + "amenity": "restaurant", + "cuisine": "italian", + "name": "Osteria", + "website": "https://www.osteriaphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1611073, + 39.964982 + ] + }, + "id": "node/2040436590" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2040446963", + "addr:city": "Philadelphia", + "addr:housenumber": "760", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 9th Street", + "alt_name": "Ralph's Italian Restaurant", + "amenity": "restaurant", + "cuisine": "italian", + "name": "Ralph's", + "opening_hours": "Mo-Th 16:00-21:00; Fr 16:00-21:30; Sa 13:00-21:30; Su 13:00-21:00", + "phone": "+1-215-627-6011", + "website": "https://ralphsrestaurant.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1576476, + 39.940255 + ] + }, + "id": "node/2040446963" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2065987563", + "addr:housename": "Banana Leaf", + "addr:housenumber": "1009", + "addr:postcode": "19107", + "addr:street": "Arch Street", + "amenity": "restaurant", + "cuisine": "asian", + "name": "Banana Leaf", + "opening_hours": "Mo-Su 11:00-01:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1567341, + 39.9537514 + ] + }, + "id": "node/2065987563" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2065987946", + "addr:housename": "Pho Cali", + "addr:housenumber": "1000", + "addr:postcode": "19107", + "addr:street": "Arch Street", + "amenity": "restaurant", + "cuisine": "vietnamese", + "name": "Pho Cali", + "name:zh": "加州粉王", + "opening_hours": "Su-Th 10:30-22:30, Fr,Sa 11:00-23:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1564447, + 39.9534483 + ] + }, + "id": "node/2065987946" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2065989577", + "addr:housename": "Yummy Yummy", + "addr:housenumber": "52", + "addr:postcode": "19107", + "addr:street": "North 10th Street", + "amenity": "restaurant", + "cuisine": "asian", + "name": "Yummy Yummy" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1564662, + 39.9532745 + ] + }, + "id": "node/2065989577" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2065990011", + "addr:housename": "Empress Gardens", + "addr:housenumber": "108", + "addr:postcode": "19107", + "addr:street": "North 10th Street", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Empress Gardens" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1563195, + 39.9539498 + ] + }, + "id": "node/2065990011" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2078082474", + "addr:housenumber": "306", + "addr:street": "South 16th Street", + "amenity": "restaurant", + "cuisine": "thai", + "name": "Jasmine Rice", + "opening_hours": "Mo-Fr 11:30-15:00, Mo-Th 15:00-21:30, Sa,Su 12:00-15:00, Fr,Sa 15:00-22:30, Su 15:00-21:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1682365, + 39.9470731 + ] + }, + "id": "node/2078082474" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2078663667", + "addr:city": "Philadelphia", + "addr:housenumber": "222", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "South 40th Street", + "amenity": "restaurant", + "cuisine": "greek", + "name": "Greek Lady", + "opening_hours": "Mo-Su 09:00-23:00", + "phone": "+1 215-382-2600", + "website": "https://greeklady.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.202905, + 39.9533602 + ] + }, + "id": "node/2078663667" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2078932761", + "amenity": "restaurant", + "check_date": "2024-02-10", + "cuisine": "sandwich", + "delivery": "no", + "drive_in": "no", + "internet_access": "no", + "microbrewery": "no", + "name": "Dalessandro's Steaks", + "outdoor_seating": "yes", + "payment:cash": "yes", + "phone": "+1-215-482-5407", + "smoking": "no", + "takeaway": "yes", + "website": "https://dalessandros.com/", + "wheelchair": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.206008, + 40.029488 + ] + }, + "id": "node/2078932761" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2078935405", + "amenity": "restaurant", + "check_date": "2024-02-10", + "cuisine": "sandwich", + "drive_in": "no", + "microbrewery": "no", + "name": "Chubby's Steaks", + "smoking": "no", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2062241, + 40.0291845 + ] + }, + "id": "node/2078935405" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2100697093", + "amenity": "restaurant", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Lee's Deli", + "not:brand:wikidata": "Q6512810", + "opening_hours": "Mo-Fr 09:00-21:00; Sa 08:00-21:00", + "payment:cash": "only", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2171566, + 39.9484744 + ] + }, + "id": "node/2100697093" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2100740228", + "addr:city": "Philadelphia", + "addr:housenumber": "4000", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/Copabanana-114230395275750/", + "contact:instagram": "https://www.instagram.com/copabananaucity/", + "cuisine": "burger;mexican", + "delivery": "yes", + "description": "Copa serves legendary margaritas, gourmet burgers and Spanish fries. But you’ll also find food and drink specials geared to a student’s budget. Copa is a true original and a refreshing oasis in a sea of bland corporate chain restaurants.", + "name": "Copabanana", + "opening_hours": "Mo-Th,Su 11:00-22:00; Fr-Sa 11:30-24:00", + "outdoor_seating": "yes", + "phone": "+1-215-382-1330", + "toilets": "yes", + "website": "https://www.copabanana.com", + "website:menu": "https://www.copabanana.com/#!menus" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2032626, + 39.9515673 + ] + }, + "id": "node/2100740228" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2101632038", + "addr:city": "Philadelphia", + "addr:housenumber": "7127", + "addr:postcode": "19119", + "addr:state": "PA", + "addr:street": "Germantown Avenue", + "amenity": "restaurant", + "name": "Food For All Market", + "opening_hours": "Mo 08:00-16:00; Tu-Fr 08:00-19:00; Sa-Su 09:00-15:00", + "phone": "+1-267-297-7122", + "website": "http://www.foodforallmarket.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.189995, + 40.0591835 + ] + }, + "id": "node/2101632038" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2102072175", + "addr:city": "Philadelphia", + "addr:housenumber": "269", + "addr:postcode": "19104", + "addr:street": "South 44th Street", + "amenity": "restaurant", + "cuisine": "asian", + "email": "tampopo.ben@gmail.com", + "name": "Tampopo", + "opening_hours": "Tu-Sa 11:30-15:00,16:30-21:30; Su 12:00-20:30", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+1 215-386-3866", + "website": "http://www.tampoporestaurant.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2103374, + 39.9530178 + ] + }, + "id": "node/2102072175" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2105012245", + "addr:city": "Philadelphia", + "addr:housename": "4914", + "addr:postcode": "19143", + "addr:state": "PA", + "addr:street": "Baltimore Avenue", + "amenity": "restaurant", + "cuisine": "diner", + "diet:vegetarian": "yes", + "name": "Cedar Park Cafe", + "opening_hours": "Mo-Su 07:00-15:00", + "phone": "+1-215-727-1144" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2219608, + 39.9479787 + ] + }, + "id": "node/2105012245" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2105012246", + "amenity": "restaurant", + "name": "Gojjo Ethiopan Restaurant & Bar" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2141457, + 39.9488162 + ] + }, + "id": "node/2105012246" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2108021992", + "addr:city": "Philadelphia", + "addr:housenumber": "4500", + "addr:postcode": "19139", + "addr:state": "PA", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "check_date": "2024-07-26", + "cuisine": "middle_eastern", + "diet:halal": "only", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Saad's Halal Restaurant", + "opening_hours": "Mo-Th 11:00-21:00; Fr,Sa 11:00-22:00", + "phone": "+1 215-222-7223", + "website": "https://www.saadhalal.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2118953, + 39.9550211 + ] + }, + "id": "node/2108021992" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2108022395", + "addr:city": "Philadelphia", + "addr:housenumber": "4420", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "check_date": "2024-07-26", + "contact:instagram": "https://www.instagram.com/manakeeshcafe", + "cuisine": "lebanese", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Manakeesh Cafe & Bakery", + "opening_hours": "Mo-Th,Su 09:00-21:00; Fr 09:00-13:00,14:00-21:30; Sa 09:00-21:30", + "phone": "+1 215-921-2135", + "short_name": "Manakeesh", + "website": "https://www.manakeeshcafe.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2115307, + 39.9550873 + ] + }, + "id": "node/2108022395" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2114120170", + "addr:city": "Philadelphia", + "addr:housenumber": "3400", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Lancaster Avenue", + "air_conditioning": "yes", + "amenity": "restaurant", + "contact:instagram": "https://www.instagram.com/tataki_ramen/?utm_source=qr", + "cuisine": "japanese;noodle;sushi", + "diet:vegan": "limited", + "diet:vegetarian": "yes", + "name": "Tataki Ramen & Sushi" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1921372, + 39.9576203 + ] + }, + "id": "node/2114120170" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2119806336", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "Guacamole", + "opening_hours": "Tu-Fr 11:00-20:00", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2099747, + 39.9440535 + ] + }, + "id": "node/2119806336" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2125322041", + "amenity": "restaurant", + "cuisine": "sushi", + "name": "Mizu Sushi Bar" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2022203, + 39.9552548 + ] + }, + "id": "node/2125322041" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2129707998", + "amenity": "restaurant", + "cuisine": "ethiopian;eritrean", + "name": "Dahlak" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2173617, + 39.9484518 + ] + }, + "id": "node/2129707998" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2129707999", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "816", + "addr:postcode": "19143", + "addr:state": "PA", + "addr:street": "South 47th Street", + "amenity": "restaurant", + "cuisine": "vietnamese", + "diet:vegetarian": "yes", + "email": "info@eatatvietnam.com", + "name": "Vietnam Cafe", + "opening_hours": "Mo-Th 11:30-21:00; Fr 11:30-21:30; Sa 12:00-21:30; Su 12:00-21:00", + "phone": "+1-215-729-0260", + "website": "https://www.eatatvietnam.com/cafe/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2168357, + 39.9481827 + ] + }, + "id": "node/2129707999" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2129708001", + "addr:city": "Philadelphia", + "addr:housenumber": "814", + "addr:postcode": "19143", + "addr:state": "PA", + "addr:street": "South 47th Street", + "amenity": "restaurant", + "cuisine": "japanese;sushi;poke;bubble_tea;salad", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Hayashi Sushi", + "opening_hours": "Tu-Th 11:00-21:30; Fr-Sa 11:00-22:30; Su 13:00-21:30", + "phone": "+1-215-729-6989", + "website": "https://hayashisushiphilly.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2168546, + 39.9482607 + ] + }, + "id": "node/2129708001" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2132421303", + "addr:city": "Philadelphia", + "addr:housenumber": "4511", + "addr:postcode": "19143", + "addr:state": "PA", + "addr:street": "Baltimore Avenue", + "amenity": "restaurant", + "cuisine": "ethiopian", + "name": "Queen of Sheba", + "opening_hours": "Tu-Su 16:00-02:00", + "website": "https://www.queenofshebaphiladelphia.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2135379, + 39.9491232 + ] + }, + "id": "node/2132421303" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2132923250", + "addr:city": "Philadelphia", + "addr:housenumber": "4626", + "addr:postcode": "19143", + "addr:state": "PA", + "addr:street": "Baltimore Avenue", + "air_conditioning": "yes", + "amenity": "restaurant", + "check_date": "2024-10-26", + "cuisine": "szechuan;malaysian;thai", + "delivery": "yes", + "drive_through": "no", + "email": "sichuanmathai@gmail.com", + "name": "Sichuan Mathai", + "opening_hours": "Mo,We-Su 11:00-23:00", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+1-215-386-1888", + "takeaway": "yes", + "website": "https://sichuanmathai.wordpress.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.21631, + 39.9486032 + ] + }, + "id": "node/2132923250" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2153812247", + "amenity": "restaurant", + "cuisine": "vietnamese", + "name": "Pho & Café Saigon", + "opening_hours": "Tu-Su 11:00-21:00", + "phone": "+1-215-222-6800" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2091691, + 39.9523109 + ] + }, + "id": "node/2153812247" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2158088061", + "addr:city": "Philadelphia", + "addr:housenumber": "3611", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/louielouiephilly/", + "name": "Louie Louie", + "opening_hours": "Mo-Th 11:00-21:00; Fr 11:00-21:30; Sa 10:00-21:30; Su 10:00-20:00", + "phone": "+1-267-805-8585", + "website": "https://www.louielouie.restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1960572, + 39.9534649 + ] + }, + "id": "node/2158088061" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2179184387", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Bo Sing Chinese-American Food", + "phone": "+1-215-382-8888" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2023478, + 39.9570507 + ] + }, + "id": "node/2179184387" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2179184388", + "addr:city": "Philadelphia", + "addr:housenumber": "4004", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "check_date": "2024-07-25", + "contact:phone": "+1-215-386-1941", + "contact:website": "https://newdelhiweb.com/", + "cuisine": "indian", + "name": "New Delhi Indian Restaurant", + "opening_hours": "Mo-Th,Su 11:30-21:00; Fr-Sa 11:30-22:00", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2025845, + 39.9555551 + ] + }, + "id": "node/2179184388" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2179184397", + "addr:city": "Philadelphia", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "thai", + "name": "Pattaya Thai Cuisine", + "opening_hours": "Mo-Fr 11:00-15:00, Su-Th 17:00-21:00, Fr,Sa 17:00-22:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2048598, + 39.953129 + ] + }, + "id": "node/2179184397" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2182345733", + "addr:city": "Philadelphia", + "addr:housenumber": "4000", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "branch": "4000 Chestnut St", + "cuisine": "chinese", + "delivery": "yes", + "name": "Xi'an Sizzling Woks", + "opening_hours": "Mo 11:15-21:00; We-Th 11:15-21:00; Fr-Sa 11:15-22:00; Su 13:00-21:00", + "phone": "+1-215-222-9777", + "takeaway": "yes", + "website": "https://www.xiansizzlingwoksphilly.com/locations", + "website:menu": "https://www.xiansizzlingwoksphilly.com/njxhzmta/xian-sizzling-woks-philadelphia-19104/order-online#menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2024338, + 39.9555416 + ] + }, + "id": "node/2182345733" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2182345747", + "addr:city": "Philadelphia", + "addr:postcode": "19104", + "amenity": "restaurant", + "cuisine": "breakfast;diner", + "name": "Hamilton Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2024325, + 39.9570608 + ] + }, + "id": "node/2182345747" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2186349324", + "addr:city": "Philadelphia", + "addr:housenumber": "1428-1432", + "addr:postcode": "19102", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "brand": "Del Frisco's Double Eagle Steakhouse", + "brand:wikidata": "Q23461481", + "check_date": "2023-10-08", + "cuisine": "steak_house", + "name": "Del Frisco's Double Eagle Steakhouse", + "opening_hours": "Mo-We 17:00-21:00; Th-Fr 17:00-22:00; Sa 16:00-22:00; Su 16:00-21:00", + "phone": "+1 215-246-0533", + "website": "https://www.delfriscos.com/location/del-friscos-double-eagle-steakhouse-philadelphia-pa" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1655084, + 39.9509449 + ] + }, + "id": "node/2186349324" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2209487685", + "addr:city": "Philadelphia", + "addr:postcode": "19128", + "addr:street": "Domino Lane", + "amenity": "restaurant", + "check_date": "2025-12-13", + "cuisine": "pizza", + "delivery": "yes", + "name": "Tony Roni's", + "outdoor_seating": "no", + "smoking": "no", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2324893, + 40.0454009 + ] + }, + "id": "node/2209487685" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2226025522", + "addr:city": "Philadelphia", + "addr:housenumber": "1239", + "addr:postcode": "19107", + "addr:street": "Filbert Street", + "amenity": "restaurant", + "brand": "Chili's", + "brand:wikidata": "Q1072948", + "check_date": "2023-10-11", + "cuisine": "tex-mex", + "name": "Chili's", + "official_name": "Chili's Grill & Bar", + "opening_hours": "Mo-Th,Su 11:00-22:00; Fr-Sa 11:00-23:00", + "phone": "+1 215-569-0850", + "website": "https://www.chilis.com/locations/us/pennsylvania/philadelphia/center-city" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1610942, + 39.9532308 + ] + }, + "id": "node/2226025522" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2232292471", + "addr:city": "Philadelphia", + "addr:housenumber": "229", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "South 45th Street", + "amenity": "restaurant", + "check_date": "2024-07-26", + "contact:website": "https://www.abyssiniabarandrestaurant.com/", + "cuisine": "ethiopian", + "diet:organic": "yes", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Abyssinia", + "opening_hours": "Su-Sa 10:00-24:00", + "phone": "+1-215-387-2424", + "source": "Survey, website" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2117749, + 39.9541784 + ] + }, + "id": "node/2232292471" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2235670574", + "addr:city": "Philadelphia", + "addr:housenumber": "4443", + "addr:street": "Spruce Street", + "amenity": "restaurant", + "cuisine": "mexican", + "diet:vegetarian": "yes", + "email": "limanture@hotmail.com", + "name": "Don Barriga", + "opening_hours": "Mo-Th 10:00-22:00; Fr-Sa 10:00-23:00; Su 10:00-21:00", + "phone": "+1-267-292-5741", + "website": "https://www.donbarriga.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2120144, + 39.9530013 + ] + }, + "id": "node/2235670574" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2238464963", + "addr:city": "Philadelphia", + "addr:housenumber": "225", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "South 45th Street", + "amenity": "restaurant", + "check_date": "2024-07-26", + "cuisine": "soul_food", + "diet:meat": "yes", + "name": "Soul Greedy", + "opening_hours": "Th-Mo 12:00-21:00", + "phone": "+1 267-292-2972", + "source": "Website" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2117656, + 39.9543149 + ] + }, + "id": "node/2238464963" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2247020283", + "amenity": "restaurant", + "name": "Callahan's Grille" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1837713, + 39.9459994 + ] + }, + "id": "node/2247020283" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2247020285", + "addr:city": "Philadelphia", + "addr:housenumber": "2229", + "addr:postcode": "19103", + "addr:street": "Spruce Street", + "amenity": "restaurant", + "check_date": "2023-10-14", + "name": "Sally", + "opening_hours": "Mo,We-Fr 16:30-22:00; Tu off; Sa-Su 10:30-13:30,16:30-22:00", + "phone": "+1 267-773-7178", + "website": "https://www.sallyphl.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1788911, + 39.9488238 + ] + }, + "id": "node/2247020285" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2253188235", + "addr:city": "Philadelphia", + "addr:housenumber": "2135", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "check_date": "2025-08-15", + "check_date:opening_hours": "2025-08-15", + "cuisine": "sushi", + "image:menu": "46e11a1a-c170-4e7d-8d32-f052c8fcf840", + "image:menu:0": "843927df-54b5-47f5-a48f-a2a8c301752f", + "image:menu:1": "028fb2ef-dac5-4f1a-ba2d-4a0add1d3780", + "image:menu:2": "d48911c0-b8b5-4ab3-90ae-1be1ee2f8e7d", + "name": "Tsuki Sushi", + "opening_hours": "Tu-Th 11:30-21:30; Sa,Su 12:00-21:30; Fr 11:30-22:00; Mo off", + "panoramax": "9cdd10fc-8eef-4d09-9396-0de603808940", + "panoramax:0": "5d5de404-8e32-424b-8ec2-b22d5d0f1837", + "phone": "+1 215-561-5666", + "website": "https://www.tsukiwalnut.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1771765, + 39.9510658 + ] + }, + "id": "node/2253188235" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2254889201", + "addr:city": "Philadelphia", + "addr:housenumber": "1337", + "addr:postcode": "19107", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "brand": "Fogo de Chão", + "brand:wikidata": "Q5464133", + "check_date": "2025-06-27", + "check_date:opening_hours": "2025-06-27", + "cuisine": "brazilian;steak_house", + "name": "Fogo de Chão", + "opening_hours": "Mo-Fr 11:30-15:00, Mo-Th 15:00-22:00, Sa,Su 11:30-21:00, Fr 15:00-22:30, Sa,Su 11:30-14:00, Sa 14:00-22:30, Su 14:00-21:00", + "phone": "+1 215-636-9700", + "website": "https://fogodechao.com/location/philadelphia" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1629441, + 39.9508621 + ] + }, + "id": "node/2254889201" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2256040033", + "addr:city": "Philadelphia", + "addr:housenumber": "3131", + "addr:postcode": "19104", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "name": "Tipsy Bistro", + "phone": "+1 215-921-8551", + "website": "https://www.tipsybistro.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1875235, + 39.9523838 + ] + }, + "id": "node/2256040033" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2256040035", + "addr:housenumber": "1201", + "addr:street": "Filbert Street", + "amenity": "restaurant", + "check_date": "2023-04-12", + "contact:website": "https://maggianos.com/locations/pennsylvania/philadelphia/1201-filbert-st.", + "cuisine": "italian", + "description": "Carryout: 215-567-2233 Reserve a table: 215-567-2020", + "name": "Maggiano's", + "opening_hours": "11:30-22:00", + "wheelchair": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1598822, + 39.9531112 + ] + }, + "id": "node/2256040035" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2256040059", + "amenity": "restaurant", + "name": "Picnic" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.187309, + 39.9523632 + ] + }, + "id": "node/2256040059" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2267258438", + "addr:housenumber": "205", + "addr:street": "South 18th Street", + "amenity": "restaurant", + "check_date": "2023-04-11", + "contact:phone": "+1 215-732-6622", + "contact:website": "https://www.rouge98.com/", + "name": "Rouge" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1706366, + 39.9497204 + ] + }, + "id": "node/2267258438" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2267258439", + "addr:city": "Philadelphia", + "addr:housenumber": "1714", + "addr:postcode": "19103", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "check_date": "2025-10-18", + "check_date:opening_hours": "2025-10-18", + "contact:facebook": "https://www.facebook.com/pietroscoaloven", + "contact:instagram": "https://www.instagram.com/pietrositalian", + "name": "Pietro's Coal Oven Pizza", + "opening_hours": "Mo-Th,Su 12:00-20:30; Fr-Sa 12:00-21:30", + "phone": "+1 215-735-8090", + "website": "https://pietrospizza.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1699232, + 39.9499539 + ] + }, + "id": "node/2267258439" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2267258440", + "addr:city": "Philadelphia", + "addr:housenumber": "1334", + "addr:postcode": "19107", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "check_date": "2025-10-07", + "check_date:diet:vegan": "2025-10-07", + "check_date:diet:vegetarian": "2025-10-07", + "contact:phone": "+1 215-985-4155", + "contact:website": "https://www.saharagrillphiladelphia.com/", + "cuisine": "middle_eastern", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Sahara Grill", + "opening_hours": "11:00-22:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1636593, + 39.9491709 + ] + }, + "id": "node/2267258440" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2267258442", + "addr:city": "Philadelphia", + "addr:housenumber": "1113", + "addr:postcode": "19107", + "addr:street": "Market Street", + "amenity": "restaurant", + "brand": "Hard Rock Cafe", + "brand:wikidata": "Q918151", + "check_date": "2023-04-12", + "contact:phone": "+1 215-238-1000", + "contact:website": "https://www.hardrockcafe.com/location/philadelphia/", + "cuisine": "american", + "name": "Hard Rock Cafe", + "opening_hours": "Mo-Th,Su 11:30-22:00; Fr-Sa 11:30-23:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1596357, + 39.9520693 + ] + }, + "id": "node/2267258442" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2296211827", + "addr:city": "Philadelphia", + "addr:housenumber": "768", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 8th Street", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/Cucinamariasouthphilly/", + "cuisine": "italian", + "name": "Cucina Maria", + "opening_hours": "Mo off; Tu-Th,Su 11:00-22:00; Fr-Sa 11:00-23:00", + "phone": "+1 215-408-0020", + "website": "https://cucinamaria.restaurant/menu.html" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1561811, + 39.9397655 + ] + }, + "id": "node/2296211827" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2296287506", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/thedutchphilly/", + "email": "lee@thedutchphilly.com", + "name": "The Dutch", + "opening_hours": "Mo-Fr 08:00-15:00; Sa-Su 08:00-14:00", + "outdoor_seating": "yes", + "phone": "+1-215-551-5000", + "website": "https://thedutchphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1629916, + 39.9298649 + ] + }, + "id": "node/2296287506" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2296287510", + "amenity": "restaurant", + "cuisine": "american", + "name": "Mish Mish", + "opening_hours": "Th,Su,Mo 17:00-21:00; Fr-Sa 17:00-22:00", + "phone": "+1-267-761-9750", + "website": "https://www.mishmishphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1630144, + 39.9297013 + ] + }, + "id": "node/2296287510" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2296287519", + "addr:postcode": "19148", + "amenity": "restaurant", + "cuisine": "pizza;italian;pasta", + "name": "Pizzata Pizzeria & Birreria", + "opening_hours": "Mo-We 16:00-21:00; Th 16:00-22:00; Fr-Sa 12:00-22:00; Su 12:00-21:00", + "outdoor_seating": "yes", + "phone": "+1-267-324-3127", + "self_service": "no", + "website": "https://www.pizzatabirreria.com", + "website:menu": "https://www.pizzatabirreria.com/menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1651251, + 39.9287214 + ] + }, + "id": "node/2296287519" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2296287523", + "addr:city": "Philadelphia", + "addr:housenumber": "1927", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "cuisine": "italian", + "name": "Le Virtu", + "opening_hours": "Mo-Th 17:00-22:00; Fr-Sa 17:00-22:30; Su 16:00-21:30", + "website": "https://www.levirtu.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1678021, + 39.9259892 + ] + }, + "id": "node/2296287523" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2296287526", + "amenity": "restaurant", + "cuisine": "new_american", + "name": "Stateside" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1632221, + 39.9301938 + ] + }, + "id": "node/2296287526" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2296511242", + "amenity": "restaurant", + "check_date": "2025-05-30", + "name": "Bishop's Collar", + "website": "https://thecollar.us/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.176882, + 39.9674878 + ] + }, + "id": "node/2296511242" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2296514766", + "addr:city": "Philadelphia", + "addr:housenumber": "726", + "addr:postcode": "19130", + "addr:street": "North 24th Street", + "amenity": "restaurant", + "contact:instagram": "badbrotherphilly", + "cuisine": "american", + "email": "badbrotherphilly@gmail.com", + "name": "Bad Brother", + "opening_hours": "Su-Th 17:00-22:00; Fr-Sa 17:00-00:00", + "phone": "+1-215-235-2460", + "website": "https://www.badbrotherphilly.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1768835, + 39.9684873 + ] + }, + "id": "node/2296514766" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2302752751", + "amenity": "restaurant", + "check_date:opening_hours": "2025-02-18", + "cuisine": "seafood", + "name": "Little Fish", + "opening_hours:signed": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1529309, + 39.9399838 + ] + }, + "id": "node/2302752751" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2340613008", + "addr:city": "Philadelphia", + "addr:housenumber": "627", + "addr:state": "PA", + "addr:street": "South 3rd Street", + "amenity": "restaurant", + "check_date": "2023-10-17", + "cuisine": "italian", + "name": "Cry Baby Pasta", + "opening_hours": "Mo off; Tu-Su 17:00+", + "phone": "+1-267-534-3076", + "website": "http://crybabypasta.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1476433, + 39.9406306 + ] + }, + "id": "node/2340613008" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2340693461", + "addr:housenumber": "624", + "addr:street": "South 3rd Street", + "amenity": "restaurant", + "check_date": "2023-04-12", + "contact:phone": "+1 215-922-5000", + "contact:website": "https://www.sushiplanet-pa.com/", + "cuisine": "sushi", + "name": "Sushi Planet", + "opening_hours": "Mo-Tu,Su 16:00-21:30; We-Th 12:00-21:30; Fr-Sa 12:00-22:30" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.147855, + 39.940722 + ] + }, + "id": "node/2340693461" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2340697895", + "addr:housenumber": "701", + "addr:street": "South 4th Street", + "amenity": "restaurant", + "check_date": "2023-10-17", + "name": "SouthWark", + "phone": "+1 267-930-8538", + "website": "http://southwarkrestaurantphilly.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1492578, + 39.9404505 + ] + }, + "id": "node/2340697895" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2356275983", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "8201", + "addr:postcode": "19118", + "addr:street": "Germantown Avenue", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "El Poquito", + "source": "survey" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2026354, + 40.073649 + ] + }, + "id": "node/2356275983" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2377568646", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "1804", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "Callowhill Street", + "amenity": "restaurant", + "cuisine": "diner;breakfast;brunch", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Sabrina's Cafe - Art Museum", + "opening_hours": "Mo-Su 08:00-15:00", + "outdoor_seating": "yes", + "phone": "+1-215-636-9061", + "website": "https://www.sabrinascafe.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1686379, + 39.9603209 + ] + }, + "id": "node/2377568646" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2390519810", + "amenity": "restaurant", + "name": "Kennett Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.146852, + 39.9362197 + ] + }, + "id": "node/2390519810" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2507745088", + "addr:housenumber": "775", + "addr:street": "South Front Street", + "amenity": "restaurant", + "name": "Catahoula Bar & Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1446142, + 39.9378591 + ] + }, + "id": "node/2507745088" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2570122961", + "addr:city": "Philadelphia", + "addr:housenumber": "115", + "addr:postcode": "19125", + "addr:street": "East Girard Avenue", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Pizzeria Beddia", + "website": "https://www.pizzeriabeddia.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1352007, + 39.9707139 + ] + }, + "id": "node/2570122961" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2571727377", + "addr:city": "Philadelphia", + "addr:housenumber": "1547", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "Spring Garden Street", + "amenity": "restaurant", + "branch": "Spring Garden", + "brand": "City View Pizza", + "check_date": "2025-09-04", + "cuisine": "pizza", + "name": "City View Pizza", + "opening_hours": "Mo-Th 11:00-21:00; Fr-Sa 11:00-22:00; Su 12:00-21:00", + "phone": "+1 215-564-1910", + "website": "https://cityviewpizzaandgrill.com/sg" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1644533, + 39.9630169 + ] + }, + "id": "node/2571727377" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2571727551", + "addr:city": "Philadelphia", + "addr:housenumber": "1537", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "Spring Garden Street", + "amenity": "restaurant", + "name": "I Tea", + "phone": "+1 215-665-8886" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1641824, + 39.9629818 + ] + }, + "id": "node/2571727551" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2571727557", + "addr:city": "Philadelphia", + "addr:housenumber": "1529-31", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "Spring Garden Street", + "amenity": "restaurant", + "check_date": "2023-10-10", + "cuisine": "pizza", + "name": "John's Place", + "opening_hours": "Mo-Fr 07:30-28:45; Sa 07:30-14:45; Su off", + "phone": "+1 215-665-0972", + "website": "http://johnsplacepa.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1639829, + 39.9629617 + ] + }, + "id": "node/2571727557" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2571727598", + "addr:city": "Philadelphia", + "addr:housenumber": "600", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "North Broad Street", + "amenity": "restaurant", + "name": "South Restaurant & Jazz Club", + "website": "https://www.southjazzkitchen.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1613228, + 39.9643953 + ] + }, + "id": "node/2571727598" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2571727632", + "addr:city": "Philadelphia", + "addr:housenumber": "600", + "addr:state": "PA", + "addr:street": "North Broad Street", + "amenity": "restaurant", + "name": "Vie", + "operator": "Cescaphe Event Group" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1613742, + 39.9639992 + ] + }, + "id": "node/2571727632" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2571955811", + "addr:city": "Philadelphia", + "addr:housenumber": "1822", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "Spring Garden Street", + "amenity": "restaurant", + "check_date": "2025-11-10", + "cuisine": "japanese", + "name": "Kansai Japanese Cuisine", + "opening_hours": "Tu-Th 11:00-22:00; Fr 11:00-22:30; Sa 12:00-22:30; Su 12:00-22:00", + "phone": "+1 215-568-0888", + "website": "https://www.kansaiphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.169319, + 39.963226 + ] + }, + "id": "node/2571955811" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2571956193", + "amenity": "restaurant", + "check_date": "2025-11-10", + "name": "Christie's Deli", + "phone": "+1 215-563-0555" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1693389, + 39.9631401 + ] + }, + "id": "node/2571956193" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2572010838", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "3636", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Sansom Street", + "amenity": "restaurant", + "cuisine": "asian", + "email": "pod.info@starr-restaurants.com", + "name": "Pod", + "opening_hours": "Mo-Th 11:30-22:00; Fr 11:30-23:00; Sa 17:00-23:00; Su 17:00-22:00", + "operator": "Starr Restarants", + "phone": "+1-215-387-1803", + "website": "https://www.podrestaurant.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1963833, + 39.9539673 + ] + }, + "id": "node/2572010838" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2573928772", + "amenity": "restaurant", + "check_date": "2025-05-30", + "name": "Little Pete's Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1775678, + 39.9671355 + ] + }, + "id": "node/2573928772" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2575194593", + "addr:housenumber": "2230", + "addr:street": "Fairmount Avenue", + "amenity": "restaurant", + "cuisine": "greek", + "name": "Zorba's Tavern" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1748804, + 39.9671859 + ] + }, + "id": "node/2575194593" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2581146172", + "addr:city": "Philadelphia", + "addr:housenumber": "1743", + "addr:postcode": "19146", + "addr:state": "PA", + "addr:street": "South Street", + "amenity": "restaurant", + "check_date": "2023-10-14", + "contact:instagram": "https://www.instagram.com/lazarospizzeria", + "cuisine": "pizza", + "name": "Lazaro's Pizzeria & Grill", + "opening_hours": "Mo-Th 11:00-20:45; Fr-Sa 11:00-21:45; Su 12:00-20:45", + "phone": "+1 215-545-2775", + "website": "https://www.lazarospizzeriagrill.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1717261, + 39.9445056 + ] + }, + "id": "node/2581146172" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2581938913", + "addr:housenumber": "529", + "addr:street": "North 20th Street", + "amenity": "restaurant", + "name": "McCrossen's Tavern", + "outdoor_seating": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1709394, + 39.9630979 + ] + }, + "id": "node/2581938913" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2581946414", + "addr:housenumber": "1822", + "addr:street": "Callowhill Street", + "amenity": "restaurant", + "cuisine": "japanese", + "name": "Doma Japanese Restaurant", + "opening_hours": "Mo-Th 17:00-21:00; Fr 17:00-21:30; Sa 16:00-21:30; Su 16:00-21:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.169326, + 39.9603604 + ] + }, + "id": "node/2581946414" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2581946416", + "addr:housenumber": "1824", + "addr:postcode": "19130", + "addr:street": "Callowhill Street", + "amenity": "restaurant", + "contact:facebook": "100090259385221", + "contact:instagram": "kingoftandoorbiryani", + "cuisine": "indian", + "email": "kingoftandoorandbiryani@gmail.com", + "name": "King of Tandoor", + "opening_hours": "Mo-Th 11:30-22:00; Fr-Sa 11:30-22:30; Su 11:30-21:45", + "phone": "+1-215-568-0750", + "website": "https://www.kingoftandoorpc.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.169451, + 39.9603759 + ] + }, + "id": "node/2581946416" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2583160710", + "addr:city": "Philadelphia", + "addr:housenumber": "1801", + "addr:postcode": "19146", + "addr:state": "PA", + "addr:street": "Lombard Street", + "amenity": "restaurant", + "cuisine": "korean", + "diet:pescetarian": "yes", + "diet:vegetarian": "yes", + "lgbtq": "welcome", + "name": "SouthGate", + "opening_hours": "Tu-Th 17:00-23:00; Fr 16:00-00:00; Sa 11:00-00:00; Su 11:00-21:00", + "payment:cash": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+1 215-560-8443", + "reservation": "recommended", + "smoking": "outside", + "website": "https://southgatephilly.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1717866, + 39.9455589 + ] + }, + "id": "node/2583160710" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2584498142", + "amenity": "restaurant", + "check_date": "2025-05-30", + "cuisine": "pizza", + "name": "Luigi's Pizza Fresca" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.177095, + 39.9675025 + ] + }, + "id": "node/2584498142" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2613831416", + "addr:city": "Philadelphia", + "addr:housenumber": "903", + "addr:postcode": "19123", + "addr:street": "North 2nd Street", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Rustica", + "phone": "+1 215-627-1393", + "website": "https://www.rusticaphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1405536, + 39.9642318 + ] + }, + "id": "node/2613831416" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2613854615", + "addr:city": "Philadelphia", + "addr:housenumber": "604", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 2nd Street", + "amenity": "restaurant", + "cuisine": "japanese", + "name": "Seiko", + "opening_hours": "Mo-Th 11:30-22:00; Fr 11:30-23:00; Sa 17:00-23:00", + "phone": "+1 215-413-1606", + "website": "https://seikopa.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1414726, + 39.9611844 + ] + }, + "id": "node/2613854615" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2613854616", + "addr:city": "Philadelphia", + "addr:housenumber": "301", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "Spring Garden Street", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/people/Kenshin-Asian-Diner/100071565761320/", + "cuisine": "asian", + "name": "Ken Shin Asian Diner", + "opening_hours": "Mo-Fr 11:00-22:00; Sa 12:00-23:00; Su off", + "phone": "+1-215-925-8887", + "website": "https://www.kenshinpa.comer.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1435377, + 39.9610437 + ] + }, + "id": "node/2613854616" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2654393206", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "Los Camaradas", + "outdoor_seating": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1796943, + 39.9407975 + ] + }, + "id": "node/2654393206" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2699345244", + "addr:city": "Philadelphia", + "addr:housenumber": "337", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "Spring Garden Street", + "amenity": "restaurant", + "cuisine": "arab", + "name": "Al-Sham #5", + "phone": "+1 215-922-7700", + "website": "https://www.alshamrestaurant.com/locations" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1446329, + 39.9613644 + ] + }, + "id": "node/2699345244" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2699562910", + "addr:city": "Philadelphia", + "addr:housenumber": "3333", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Market Street", + "amenity": "restaurant", + "check_date": "2024-07-26", + "contact:instagram": "landmarkuniversitycity", + "contact:phone": "+1-215-222-4500", + "contact:website": "https://www.landmarkamericana.com", + "cuisine": "american", + "name": "Landmark Americana", + "opening_hours": "Mo-We,Su 11:00-24:00, Th-Sa 11:00-25:00", + "outdoor_seating": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1905569, + 39.955926 + ] + }, + "id": "node/2699562910" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2700416545", + "addr:city": "Philadelphia", + "addr:housenumber": "20", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "South 36th Street", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/axispizza/", + "contact:instagram": "http://instagram.com/axis.pizza", + "cuisine": "pizza", + "delivery": "yes", + "email": "axispizza36@yahoo.com", + "name": "Axis Pizza", + "opening_hours": "09:00-22:00", + "phone": "+1-215-382-2199", + "takeaway": "yes", + "website": "https://www.axispizza.com/", + "wheelchair": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1945212, + 39.9551651 + ] + }, + "id": "node/2700416545" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2701472727", + "addr:city": "Philadelphia", + "addr:housenumber": "1511", + "addr:postcode": "19146", + "addr:street": "South Street", + "amenity": "restaurant", + "check_date": "2023-10-15", + "contact:facebook": "https://www.facebook.com/thequickfixx", + "cuisine": "italian", + "name": "Quick Fixx", + "opening_hours": "11:00-21:00", + "phone": "+1 267-273-1066", + "website": "https://thequickfixx.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1675414, + 39.9439783 + ] + }, + "id": "node/2701472727" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2705744113", + "addr:city": "Philadelphia", + "addr:housenumber": "2000", + "addr:postcode": "19145", + "addr:street": "South Bouvier Street", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "San Lucas Pizzeria", + "opening_hours": "Mo 11:00-01:00; Tu-Fr 11:00-22:00; Sa-Su 11:00-01:00", + "phone": "+1 215-465-0134", + "website": "https://sanlucasphila.webs.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1753135, + 39.9262759 + ] + }, + "id": "node/2705744113" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2709149666", + "addr:city": "Philadelphia", + "addr:housenumber": "1219", + "addr:postcode": "19147", + "addr:street": "Federal Street", + "amenity": "restaurant", + "cuisine": "donut;fried_chicken", + "name": "Federal Donuts", + "opening_hours": "Mo-Fr 07:00-15:00; Sa-Su 07:00-17:00", + "outdoor_seating": "no", + "phone": "+1 267 687 8258", + "smoking": "no", + "takeaway": "yes", + "website": "https://federaldonuts.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.147567, + 39.9322408 + ] + }, + "id": "node/2709149666" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2720260925", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "City View Pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.151203, + 40.0080956 + ] + }, + "id": "node/2720260925" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2740627574", + "addr:city": "Philadelphia", + "addr:housenumber": "917", + "addr:postcode": "19146", + "addr:street": "South 20th Street", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "South Side Pizza", + "website": "http://www.southsidepizzaphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1758852, + 39.9404355 + ] + }, + "id": "node/2740627574" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2751064632", + "addr:city": "Philadelphia", + "addr:housenumber": "8229", + "addr:postcode": "19118", + "addr:street": "Germantown Avenue", + "amenity": "restaurant", + "cuisine": "italian", + "name": "Adelinas Restaurant & Bar", + "opening_hours": "Mo-Su 11:00-21:00", + "website": "https://www.adelinasitalian.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2031216, + 40.074128 + ] + }, + "id": "node/2751064632" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2780399548", + "addr:city": "Philadelphia", + "addr:housenumber": "6555", + "addr:postcode": "19119", + "addr:street": "Greene Street", + "amenity": "restaurant", + "check_date": "2025-02-09", + "cuisine": "pizza", + "name": "Toto's Pizzeria", + "opening_hours": "Su-Th 11:00-22:00; Fr-Sa 11:00-23:00", + "phone": "+1 215-848-4550", + "website": "http://totosmtairy.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.190706, + 40.0436036 + ] + }, + "id": "node/2780399548" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2795233692", + "addr:city": "Philadelphia", + "addr:housenumber": "325", + "addr:postcode": "19107", + "addr:street": "North 12th Street", + "amenity": "restaurant", + "check_date": "2023-10-11", + "contact:instagram": "https://www.instagram.com/woodstreetpizza", + "cuisine": "pizza", + "indoor_seating": "yes", + "name": "Wood Street Pizza", + "opening_hours": "Mo-Tu 11:00-21:00; We 11:00-22:00; Th 11:00-23:00; Fr 11:00-24:00; Sa 12:00-24:00; Su 12:00-22:00", + "outdoor_seating": "no", + "phone": "+1-215-515-3382", + "website": "https://www.woodstreetphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15836, + 39.9584652 + ] + }, + "id": "node/2795233692" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2805227282", + "addr:city": "Philadelphia", + "addr:housenumber": "2101", + "addr:postcode": "19146", + "addr:street": "South Street", + "amenity": "restaurant", + "branch": "South Street", + "name": "Sabrina's Cafe", + "website": "https://www.sabrinascafe.com/location/sabrinas-cafe-south-street/", + "wheelchair": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.177063, + 39.9451878 + ] + }, + "id": "node/2805227282" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2821950508", + "amenity": "restaurant", + "cuisine": "seafood", + "name": "Luke's Lobster", + "source:cuisine": "survey" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1690861, + 39.9505355 + ] + }, + "id": "node/2821950508" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2825584201", + "addr:city": "Philadelphia", + "addr:housenumber": "1508", + "addr:postcode": "19145", + "addr:street": "Moore Street", + "amenity": "restaurant", + "description": "Neighborhood yoga studio", + "name": "ReNEW", + "opening_hours": "Mo 12:00-21:00; Tu,Th 10:00-21:00; We 07:00-21:00; Fr 07:00-13:00; Sa 08:30-11:30", + "website": "http://www.renewyogaphiladelphia.com", + "wheelchair": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1712331, + 39.928266 + ] + }, + "id": "node/2825584201" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2895898229", + "addr:city": "Philadelphia", + "addr:housenumber": "4912", + "addr:state": "PA", + "addr:street": "Baltimore Avenue", + "amenity": "restaurant", + "name": "Hot Box" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2218835, + 39.9479669 + ] + }, + "id": "node/2895898229" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2910156414", + "addr:city": "Philadelphia", + "addr:housenumber": "118", + "addr:postcode": "19103", + "addr:street": "South 20th Street", + "amenity": "restaurant", + "check_date": "2025-06-29", + "check_date:opening_hours": "2025-06-29", + "cuisine": "american", + "name": "Village Whiskey", + "opening_hours": "Mo-Su 16:00-22:00, Sa,Su 11:30-15:00", + "phone": "+1 215 665 1088", + "website": "https://villagewhiskey.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1737834, + 39.9513934 + ] + }, + "id": "node/2910156414" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2960041033", + "access": "customers", + "amenity": "restaurant", + "name": "Chickie's & Pete's" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.240336, + 39.877381 + ] + }, + "id": "node/2960041033" + }, + { + "type": "Feature", + "properties": { + "@id": "node/2973059795", + "addr:city": "Philadelphia", + "addr:housenumber": "611", + "addr:postcode": "19147", + "addr:street": "South 7th Street", + "amenity": "restaurant", + "cuisine": "malaysian", + "name": "Kampar", + "phone": "+1 215-989-2202", + "smoking": "no", + "website": "https://www.kamparphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1539466, + 39.9413269 + ] + }, + "id": "node/2973059795" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3028921120", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "529", + "addr:postcode": "19125", + "addr:street": "East Girard Avenue", + "amenity": "restaurant", + "name": "Lloyd Whiskey Bar", + "phone": "+1 215-425-4600", + "website": "https://www.lloydwhiskeybar.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1262997, + 39.9717762 + ] + }, + "id": "node/3028921120" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3040246034", + "addr:city": "Philadelphia", + "addr:housenumber": "210", + "addr:postcode": "19106", + "addr:street": "West Washington Square", + "amenity": "restaurant", + "check_date": "2023-04-12", + "contact:phone": "+1 215-592-7787", + "contact:website": "https://talulasgarden.com", + "cuisine": "american", + "name": "Talula's Garden", + "opening_hours": "Mo-Fr 17:00-22:00; Sa 16:00-22:00; Su 10:00-14:00 open \"brunch\", Su 16:00-22:00 open \"dinner\"" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1534825, + 39.9471555 + ] + }, + "id": "node/3040246034" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3076971133", + "addr:housenumber": "719", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "check_date": "2023-04-12", + "contact:website": "https://www.fatsalmonsushi.com", + "cuisine": "sushi", + "name": "Fat Salmon", + "opening_hours": "Mo off; Tu-Th 16:00-20:30; Fr-Sa 16:00-21:30; Su 16:00-20:00", + "wheelchair": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1534068, + 39.9480904 + ] + }, + "id": "node/3076971133" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3076983433", + "addr:city": "Philadelphia", + "addr:housenumber": "929", + "addr:postcode": "19107", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "check_date": "2023-04-13", + "contact:website": "https://www.barrarossa.com", + "name": "Barra Rossa", + "opening_hours": "Tu 16:00-21:00; Mo off, Tu 12:00-21:00, We 12:00-21:00", + "phone": "+1 215-644-9074", + "wheelchair": "yes", + "wheelchair:description": "entrance at right of front accessible." + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.157268, + 39.9485669 + ] + }, + "id": "node/3076983433" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3092951029", + "amenity": "restaurant", + "name": "Las Cazuelas", + "source": "bug report" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1440071, + 39.9699311 + ] + }, + "id": "node/3092951029" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3094941729", + "addr:city": "Philadelphia", + "addr:housenumber": "1137", + "addr:postcode": "19107", + "addr:street": "Spruce Street", + "amenity": "restaurant", + "check_date": "2023-04-12", + "contact:facebook": "https://www.facebook.com/TriaPhilly", + "cuisine": "tapas", + "internet_access": "wlan", + "name": "Tria", + "opening_hours": "Mo-Th 16:00-21:30; Fr-Sa 12:00-22:00; Su 14:00-20:30", + "phone": "+1 215 629 92 00", + "website": "https://triaphilly.com", + "wheelchair": "limited", + "wheelchair:description": "Entrance and restroom accessible but unfortunately all seating in wheelchair accessible indoor area is high top tables. Outdoor seating tables in warmer weather." + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.161027, + 39.946541 + ] + }, + "id": "node/3094941729" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3103177329", + "addr:city": "Philadelphia", + "addr:housenumber": "248", + "addr:postcode": "19106", + "addr:street": "Market Street", + "amenity": "restaurant", + "cuisine": "indian", + "name": "Karma", + "wheelchair": "yes", + "wheelchair:description": "Front entrance and seating is wheelchair accessible. Restroom not yet assessed." + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1455883, + 39.9499816 + ] + }, + "id": "node/3103177329" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3103189629", + "addr:city": "Philadelphia", + "addr:housenumber": "7", + "addr:postcode": "19106", + "addr:street": "North 3rd Street", + "amenity": "restaurant", + "cuisine": "french", + "name": "Bistro 7", + "wheelchair": "limited", + "wheelchair:description": "One step at entrance. Business says restroom is wheelchair accessible but needs to be reviewed and updated here." + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1454962, + 39.9505254 + ] + }, + "id": "node/3103189629" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3153814190", + "addr:city": "Philadelphia", + "addr:housenumber": "310", + "addr:postcode": "19143", + "addr:street": "South 48th Street", + "amenity": "restaurant", + "cuisine": "caribbean;american", + "name": "48th Street Grille", + "opening_hours": "Tu-Th 11:00-21:00; Fr 09:00-22:00; Sa 10:00-22:00; Su 13:00-20:00", + "phone": "+1 267-244-4764", + "source": "Survey, web site", + "website": "http://www.48thstreetgrille.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2184698, + 39.9530951 + ] + }, + "id": "node/3153814190" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3295299261", + "addr:city": "Philadelphia", + "addr:housenumber": "5019", + "addr:postcode": "19143", + "addr:state": "PA", + "addr:street": "Baltimore Avenue", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "Taco Angeleno" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2241663, + 39.9480153 + ] + }, + "id": "node/3295299261" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3306928574", + "amenity": "restaurant", + "name": "Fette Sau" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1346547, + 39.9692787 + ] + }, + "id": "node/3306928574" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3306928575", + "amenity": "restaurant", + "name": "Stock" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1313239, + 39.9696906 + ] + }, + "id": "node/3306928575" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3306928576", + "amenity": "restaurant", + "name": "El Cafeito" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.14025, + 39.976589 + ] + }, + "id": "node/3306928576" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3306928577", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "Que Chula Es Puebla", + "opening_hours": "Mo-Th, Su 10:00-21:00; Fr, Sa 10:00-22:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1391215, + 39.9723637 + ] + }, + "id": "node/3306928577" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3454064542", + "addr:city": "Philadelphia", + "addr:housenumber": "1200", + "addr:postcode": "19107", + "addr:street": "Market Street", + "amenity": "restaurant", + "check_date": "2025-06-27", + "check_date:opening_hours": "2025-06-27", + "contact:phone": "+1 215-231-7300", + "contact:website": "https://www.bankandbourbon.com", + "name": "Bank & Bourbon", + "opening_hours": "Mo-Fr 07:00-11:30, Sa,Su 07:00-13:00, Mo-Fr 12:00-14:00, Mo-Su 17:00-22:00, Mo-Fr 04:00-24:00, Sa 10:00-02:00, Su 10:00-24:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1600409, + 39.9517789 + ] + }, + "id": "node/3454064542" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3470849309", + "addr:city": "Philadelphia", + "addr:housenumber": "132", + "addr:postcode": "19106", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "korean", + "name": "Buk Chon", + "phone": "+1 215-925-9998" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1437699, + 39.9482622 + ] + }, + "id": "node/3470849309" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3470849326", + "addr:city": "Philadelphia", + "addr:housenumber": "60", + "addr:postcode": "19106", + "addr:street": "South 2nd Street", + "amenity": "restaurant", + "check_date": "2023-10-17", + "contact:instagram": "https://www.instagram.com/margheritapizzaphilly", + "cuisine": "pizza", + "name": "Margherita Pizzeria", + "opening_hours": "Mo-Th 11:00-19:30; Fr 11:00-20:30; Sa 12:00-20:30; Su off", + "phone": "+1 215-922-7053", + "website": "https://www.ordermargheritapizzeria.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1441653, + 39.9485312 + ] + }, + "id": "node/3470849326" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3470849328", + "addr:city": "Philadelphia", + "addr:housenumber": "48", + "addr:postcode": "19106", + "addr:street": "South 2nd Street", + "amenity": "restaurant", + "check_date": "2023-10-17", + "email": "contact@sassafrasbar.com", + "facebook": "https://www.facebook.com/Sassafrasbar", + "name": "Sassafras", + "opening_hours": "Mo-Tu 16:00-26:00; We-Su 12:00-26:00", + "phone": "+1-215-925-2317", + "website": "https://www.sassafrasbar.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1441117, + 39.9487996 + ] + }, + "id": "node/3470849328" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3473730794", + "addr:city": "Philadelphia", + "addr:housenumber": "120", + "addr:postcode": "19106", + "addr:street": "Market Street", + "amenity": "restaurant", + "name": "Cray Taste" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1430838, + 39.949677 + ] + }, + "id": "node/3473730794" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3496961797", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "El Maguey" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1616419, + 39.9296975 + ] + }, + "id": "node/3496961797" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3497025941", + "addr:city": "Philadelphia", + "addr:housenumber": "1722", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Sansom Street", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "Holy Guacamole", + "opening_hours": "Su-We 11:00-24:00; Th-Sa 11:00-02:00", + "phone": "+1 215-375-9900", + "website": "https://www.holyguacamolyphilly.com/", + "website:menu": "https://www.holyguacamolyphilly.com/menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.169711, + 39.9507473 + ] + }, + "id": "node/3497025941" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3511373649", + "addr:city": "Philadelphia", + "addr:housenumber": "555", + "addr:postcode": "19147", + "addr:street": "South Christopher Columbus Boulevard", + "amenity": "restaurant", + "check_date": "2023-06-10", + "name": "Chart House", + "opening_hours": "Mo-Th 16:30-21:00; Fr-Sa 16:30-22:00; Su 11:00-21:00", + "opening_hours:kitchen": "Mo-Th 16:30-21:00; Fr-Sa 16:30-22:00; Su 11:00-21:00", + "phone": "+1 215-625-8383", + "website": "https://www.chart-house.com/location/chart-house-philadelphia-pa/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1404988, + 39.941185 + ] + }, + "id": "node/3511373649" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3529171171", + "addr:city": "Philadelphia", + "addr:housenumber": "1311", + "addr:postcode": "19107", + "addr:street": "Sansom Street", + "amenity": "restaurant", + "check_date": "2023-10-12", + "contact:instagram": "https://www.instagram.com/dbgphilly", + "cuisine": "burger", + "name": "DBG", + "opening_hours": "Mo-Tu off, We-Fr 16:00-26:00, Sa-Su 12:00-26:00", + "phone": "+1 215-545-0170", + "website": "https://dbgphilly.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1624278, + 39.9499718 + ] + }, + "id": "node/3529171171" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3529171172", + "addr:housenumber": "1315", + "addr:street": "Sansom Street", + "amenity": "restaurant", + "name": "Time" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.162644, + 39.9500002 + ] + }, + "id": "node/3529171172" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3532578442", + "addr:housenumber": "1301", + "addr:street": "Locust Street", + "amenity": "restaurant", + "check_date": "2023-04-11", + "contact:phone": "+1 267-861-0314", + "contact:website": "https://greeneggscafe.com", + "name": "Green Eggs Cafe", + "opening_hours": "Mo-Fr 09:00-15:00; Sa-Su 09:00-16:00", + "ref": "Midtown Village" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1624047, + 39.9483204 + ] + }, + "id": "node/3532578442" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3545078824", + "addr:city": "Philadelphia", + "addr:housenumber": "124", + "addr:postcode": "19102", + "addr:street": "South 15th Street", + "amenity": "restaurant", + "check_date": "2025-06-27", + "check_date:opening_hours": "2025-06-27", + "contact:instagram": "https://www.instagram.com/oceanprimephilly", + "name": "Ocean Prime", + "opening_hours": "Mo-Th,Su 16:00-21:00; Fr-Sa 16:00-22:00", + "phone": "+1 215-563-0163", + "website": "https://www.ocean-prime.com/locations-menus/philadelphia" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1659493, + 39.9501513 + ] + }, + "id": "node/3545078824" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3548494994", + "addr:housenumber": "1405", + "addr:street": "Locust Street", + "amenity": "restaurant", + "check_date": "2023-04-11", + "contact:facebook": "https://www.facebook.com/EstiaRestaurant", + "contact:phone": "+1 215-735-7700", + "contact:website": "https://estiarestaurant.com/philadelphia-pa/philadelphia-pa.asp", + "cuisine": "greek", + "name": "Estia", + "opening_hours": "Mo-Th,Sa 15:00-20:30 \"(last seating)\"; Fr-Sa 15:00-21:30 \"(last seating)\"" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1653065, + 39.9484091 + ] + }, + "id": "node/3548494994" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3548911780", + "addr:city": "Philadelphia", + "addr:housenumber": "1102", + "addr:postcode": "19107", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "check_date": "2023-04-12", + "contact:facebook": "https://www.facebook.com/HiroRamen", + "contact:website": "http://hiroramenhouse.com", + "cuisine": "ramen", + "name": "Hiro Ramen", + "opening_hours": "Mo-Sa 12:00-18:00; Su off" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1588484, + 39.9501147 + ] + }, + "id": "node/3548911780" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3548911782", + "addr:city": "Philadelphia", + "addr:housenumber": "117", + "addr:postcode": "19107", + "addr:street": "South 12th Street", + "amenity": "restaurant", + "name": "Kitchenette" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1602317, + 39.9498213 + ] + }, + "id": "node/3548911782" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3573041119", + "addr:city": "Philadelphia", + "addr:housenumber": "234", + "addr:postcode": "19107", + "addr:street": "North 9th Street", + "amenity": "restaurant", + "check_date": "2023-10-11", + "cuisine": "chinese", + "name": "Ocean City Restaurant", + "name:zh": "東方明珠酒家", + "opening_hours": "Mo-Th 10:30-22:00; Fr 10:30-22:30; Sa 10:00-22:30; Su 10:00-22:00", + "phone": "+1-215-829-0688", + "website": "https://www.oceancityrestaurantphilly.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1542048, + 39.9562945 + ] + }, + "id": "node/3573041119" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3587740667", + "addr:city": "Philadelphia", + "addr:housenumber": "228", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Market Street", + "amenity": "restaurant", + "contact:facebook": "SonnysSteaks", + "cuisine": "american;burger", + "email": "info@sonnyscheesesteaks.com", + "name": "Sonny's Famous Steaks", + "opening_hours": "11:00-22:00", + "phone": "+1 215-629-5760", + "website": "https://sonnyscheesesteaks.com", + "website:menu": "https://sonnyscheesesteaks.com/menu/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1447997, + 39.9498952 + ] + }, + "id": "node/3587740667" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3587740668", + "addr:city": "Philadelphia", + "addr:housenumber": "214", + "addr:postcode": "19106", + "addr:street": "Market Street", + "amenity": "restaurant", + "check_date": "2024-03-08", + "contact:facebook": "Camposphillycheesesteaks", + "contact:instagram": "camposphillycheesesteaks", + "contact:twitter": "CamposSteaks", + "cuisine": "sandwich", + "email": "camposphiladelphia@gmail.com", + "name": "Campo's Deli", + "opening_hours": "Mo-Sa 09:30-22:00; Su 09:30-21:00", + "phone": "+1 215-923-1000", + "website": "https://camposdeli.com/philadelphia-sandwich-shop" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1443109, + 39.9498391 + ] + }, + "id": "node/3587740668" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3629224847", + "addr:city": "Philadelphia", + "addr:housenumber": "1917", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "delivery": "yes", + "name": "Fuel South Philly", + "opening_hours": "Mo-Sa 11:00 - 22:00; Su 11:00 - 21:00", + "takeaway": "yes", + "website": "http://fuelrechargeyourself.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1676199, + 39.9262216 + ] + }, + "id": "node/3629224847" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3629235052", + "addr:city": "Philadelphia", + "addr:housenumber": "1919", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "cuisine": "pizza", + "delivery": "yes", + "name": "Adobe Cafe", + "opening_hours": "Mo-We 15:00-24:00; Th 12:00-24:00; Fr-Su 11:30-24:00", + "phone": "+1 215-551-2243", + "takeaway": "yes", + "website": "https://www.myadobecafe.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1676903, + 39.9261012 + ] + }, + "id": "node/3629235052" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3629250848", + "addr:city": "Philadelphia", + "addr:housenumber": "1909", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "amenity_1": "bar", + "check_date": "2024-05-14", + "cuisine": "italian", + "name": "Noir", + "opening_hours": "Mo-Th 11:30-15:00,17:00-22:00; Fr-Sa 11:30-15:00,17:00-24:00; Su 11:30-21:00", + "phone": "+1 267-319-1678", + "website": "https://www.noirrestaurantandbar.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1674991, + 39.9262992 + ] + }, + "id": "node/3629250848" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3694409825", + "addr:city": "Philadelphia", + "addr:housenumber": "233", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "check_date": "2024-10-06", + "cuisine": "french", + "name": "Forsythia", + "opening_hours": "Mo-Fr 17:00-22:00; Sa 10:30-14:00,17:00-22:00; Su 10:30-14:00,17:00-21:00", + "phone": "+1-215-644-9395", + "website": "https://www.forsythiaphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1453965, + 39.9486465 + ] + }, + "id": "node/3694409825" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3696144857", + "addr:housenumber": "420", + "addr:postcode": "19106", + "addr:street": "South 2nd Street", + "amenity": "restaurant", + "capacity": "150", + "cuisine": "pizza", + "name": "Pizzeria Stella", + "opening_hours": "Su 11:00-10:00, Mo-Th 11:30-10:00, Fr 11:30-11:00, Sa 11:00-11:00", + "outdoor_seating": "yes", + "smoking": "no", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1457164, + 39.9423535 + ] + }, + "id": "node/3696144857" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3713299198", + "addr:city": "Philadelphia", + "addr:housenumber": "1823", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "cuisine": "burger", + "delivery": "yes", + "name": "P'unk Burger", + "opening_hours": "Su-Th 10:00-22:00; Fr 10:00-00:00; Sa 10:00-03:00", + "smoking": "no", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16655, + 39.9271441 + ] + }, + "id": "node/3713299198" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3773472022", + "addr:city": "Philadelphia", + "addr:housenumber": "1505", + "addr:postcode": "19121", + "addr:state": "PA", + "addr:street": "Cecil B Moore Avenue", + "amenity": "restaurant", + "brand": "Pizza Hut", + "brand:wikidata": "Q191615", + "cuisine": "pizza", + "name": "Pizza Hut" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1598026, + 39.9790245 + ] + }, + "id": "node/3773472022" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3777019863", + "addr:city": "Philadelphia", + "addr:housenumber": "2217", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "South 7th Street", + "amenity": "restaurant", + "contact:instagram": "https://www.instagram.com/hengsengrestaurant/", + "cuisine": "cambodian", + "delivery": "no", + "name": "Heng Seng", + "opening_hours": "Tu-Su 09:00-17:00; Mo off", + "payment:cash": "yes", + "phone": "+1-215-755-5390", + "takeaway": "yes", + "website": "https://hengsengrestaurant.com/", + "website:menu": "https://hengsengrestaurant.com/menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1584159, + 39.9211739 + ] + }, + "id": "node/3777019863" + }, + { + "type": "Feature", + "properties": { + "@id": "node/3819235822", + "addr:city": "Philadelphia", + "addr:housenumber": "7650", + "addr:postcode": "19151", + "addr:state": "PA", + "addr:street": "City Line Avenue", + "amenity": "restaurant", + "brand": "Applebee's Neighborhood Grill & Bar", + "brand:wikidata": "Q621532", + "check_date": "2023-11-26", + "cuisine": "american", + "delivery": "no", + "name": "Applebee's", + "official_name": "Applebee's Neighborhood Grill & Bar", + "opening_hours": "Mo-Th,Su 11:30-23:00; Fr-Sa 11:30-24:00", + "phone": "+1 215-477-3397", + "smoking": "outside", + "takeaway": "yes", + "website": "https://restaurants.applebees.com/en-us/pa/philadelphia/7650-city-line-94096", + "website:menu": "https://www.applebees.com/en/menu?StoreNumber=94096&action=viewmenu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2726787, + 39.9775268 + ] + }, + "id": "node/3819235822" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4013729253", + "addr:city": "Philadelphia", + "addr:housenumber": "5726", + "addr:state": "PA", + "addr:street": "North Broad Street", + "amenity": "restaurant", + "cuisine": "jamaican", + "name": "Ron's Caribbean Cafe", + "phone": "+1 215-924-3966", + "website": "https://www.instagram.com/ronscaribbeancuisine" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1446553, + 40.0408218 + ] + }, + "id": "node/4013729253" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4055253177", + "addr:city": "Philadelphia", + "addr:housenumber": "1716", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "check_date": "2025-07-20", + "contact:website": "https://grancaffelaquila.com", + "cuisine": "italian", + "delivery": "no", + "internet_access": "wlan", + "name": "Gran Caffe L'Aquila", + "opening_hours": "Mo-Th 07:00-23:00; Fr 07:00-24:00; Sa 08:00-24:00; Su 08:00-23:00", + "phone": "+1 215 568 5600" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1694699, + 39.9514573 + ] + }, + "id": "node/4055253177" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4082297513", + "addr:city": "Philadelphia", + "addr:housenumber": "1308", + "addr:postcode": "19125", + "addr:state": "PA", + "addr:street": "Frankford Avenue", + "amenity": "restaurant", + "cuisine": "bar_and_grill", + "name": "Bottle Bar East", + "website": "https://www.bottlebareast.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1345623, + 39.9705232 + ] + }, + "id": "node/4082297513" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4115073190", + "addr:city": "Philadelphia", + "addr:housenumber": "1009", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North Bodine Street", + "amenity": "restaurant", + "cuisine": "italian_pizza", + "name": "D’Oliva evoo Pizza & Grill", + "opening_hours": "Mo-Th 10:00-22:00, Fr-Sa 10:00-23:00, Su 12:00-22:00", + "phone": "+1 215-454-6798", + "website": "https://dolivapizza.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1414315, + 39.9672588 + ] + }, + "id": "node/4115073190" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4132986627", + "addr:city": "Philadelphia", + "addr:housenumber": "701", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 2nd Street", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Bar 1010", + "opening_hours": "Mo 17:00-22:00; Tu-W 15:30-22:00; Th-Sa 11:30-23:00; Su 11:30-22:00", + "website": "https://www.bar1010.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1409635, + 39.9619672 + ] + }, + "id": "node/4132986627" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4140719306", + "amenity": "restaurant", + "name": "Jazz" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1653423, + 39.9503121 + ] + }, + "id": "node/4140719306" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4175143496", + "addr:city": "Philadelphia", + "addr:housenumber": "221", + "addr:postcode": "19106", + "addr:street": "North Christopher Columbus Boulevard", + "amenity": "restaurant", + "check_date": "2023-06-10", + "email": "info@morganspier.com", + "name": "Morgan's Pier", + "opening_hours": "Mo-Th 16:00-26:00; Fr-Su 12:00-26:00", + "website": "https://www.morganspier.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1389185, + 39.9549545 + ] + }, + "id": "node/4175143496" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4236656391", + "addr:city": "Philadelphia", + "addr:housenumber": "1221", + "addr:state": "PA", + "addr:street": "Locust Street", + "amenity": "restaurant", + "cuisine": "fine_dining", + "diet:vegan": "only", + "name": "Vedge", + "phone": "+1 215 3207500", + "smoking": "no", + "website": "https://www.vedgerestaurant.com/", + "wikidata": "Q61968737" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1613868, + 39.9479023 + ] + }, + "id": "node/4236656391" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4236713604", + "addr:city": "Philadelphia", + "addr:housenumber": "126", + "addr:state": "PA", + "addr:street": "South 19th Street", + "amenity": "restaurant", + "cuisine": "european", + "diet:vegetarian": "yes", + "name": "Restaurant Aleksandar", + "opening_hours": "Tu-Th 17:00-21:00, Fr,Sa 17:00-22:00, Sa,Su 11:00-15:00", + "smoking": "no", + "website": "https://www.restaurantaleksandar.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1722659, + 39.9509517 + ] + }, + "id": "node/4236713604" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4271027594", + "addr:housenumber": "122", + "addr:street": "South 12th Street", + "amenity": "restaurant", + "check_date": "2023-04-12", + "contact:facebook": "https://www.facebook.com/hatchandcoopphilly", + "contact:phone": "+1 215-922-0102", + "contact:website": "https://www.hatchandcoop.com", + "cuisine": "american", + "email": "hello@hatchandcoop.com", + "name": "Hatch & Coop", + "opening_hours": "24/7" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1604344, + 39.9495876 + ] + }, + "id": "node/4271027594" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4305816202", + "amenity": "restaurant", + "name": "Happily Ever After" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1449101, + 39.9497775 + ] + }, + "id": "node/4305816202" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4307290990", + "addr:housenumber": "943", + "addr:street": "South 9th Street", + "amenity": "restaurant", + "name": "Neuf Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1578257, + 39.9386272 + ] + }, + "id": "node/4307290990" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4422245784", + "addr:city": "Philadelphia", + "addr:housenumber": "14100", + "addr:postcode": "19116", + "addr:state": "PA", + "addr:street": "Bustleton Avenue", + "amenity": "restaurant", + "cuisine": "japanese", + "name": "Ninja Sushi Hibachi", + "opening_hours": "11:00-22:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0122913, + 40.1320101 + ] + }, + "id": "node/4422245784" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4483041306", + "addr:city": "Philadelphia", + "addr:housenumber": "1638", + "addr:street": "North Broad Street", + "amenity": "restaurant", + "cuisine": "asian", + "name": "China Star", + "opening_hours": "Su-Th 11:00-22:00; Fr,Sa 11:00-22:30" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1582967, + 39.9778959 + ] + }, + "id": "node/4483041306" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4483041319", + "addr:city": "Philadelphia", + "addr:housenumber": "1403", + "addr:street": "West Oxford Street", + "amenity": "restaurant", + "cuisine": "steak_house", + "name": "The New Barber's Hall" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.158919, + 39.9772876 + ] + }, + "id": "node/4483041319" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4514675789", + "addr:city": "Philadelphia", + "addr:housenumber": "133", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "South 18th Street", + "air_conditioning": "yes", + "amenity": "restaurant", + "bar": "yes", + "contact:facebook": "https://www.facebook.com/pages/Bar-Bomb%C3%B3n/785784264867528", + "contact:instagram": "https://instagram.com/barbombon", + "contact:twitter": "https://twitter.com/BarBombon", + "cuisine": "puerto_rican", + "description": "Snug spot serving vegan arepas, tacos & empanadas, plus a take-out window for java, juices & more.", + "diet:vegan": "only", + "diet:vegetarian": "yes", + "email": "info@barbombon.com", + "name": "Bar Bombon", + "opening_hours": "Mo-Tu 17:00-21:00; We 17:00-22:00; Th-Fr 11:30-22:00; Sa 11:00-22:00; Su 11:00-21:00", + "phone": "+1-267-606-6612", + "website": "https://barbombon.com/", + "website:menu": "https://barbombon.com/wp-content/uploads/2024/11/BBB-24-DINNER-MENU.pdf", + "website:orders": "https://www.toasttab.com/barbombon", + "website:reservation": "https://www.opentable.com/r/bar-bombon-reservations-philadelphia?restref=170422&lang=en-US&ot_source=Restaurant%20website" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1704475, + 39.950618 + ] + }, + "id": "node/4514675789" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4542120004", + "addr:housenumber": "121", + "addr:postcode": "19102", + "addr:street": "South 16th Street", + "amenity": "restaurant", + "check_date": "2023-10-08", + "internet_access": "wlan", + "name": "Marathon - 16th & Sansom", + "name:en": "Marathon", + "opening_hours": "Mo-Th,Su 11:00-21:00; Fr-Sa 11:00-22:00", + "phone": "+1-215-569-3278", + "website": "https://www.eatmarathon.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1672599, + 39.9504294 + ] + }, + "id": "node/4542120004" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4562079042", + "addr:city": "Philadelphia", + "addr:housenumber": "1940", + "addr:postcode": "19145", + "addr:state": "PA", + "addr:street": "West Passyunk Avenue", + "amenity": "restaurant", + "cuisine": "pizza", + "delivery": "yes", + "name": "The Pizza Pub", + "smoking": "outside", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1795271, + 39.9235502 + ] + }, + "id": "node/4562079042" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4635978149", + "amenity": "restaurant", + "cuisine": "breakfast", + "name": "Texas Weiners" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2020944, + 39.9631618 + ] + }, + "id": "node/4635978149" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4636798523", + "addr:city": "Philadelphia", + "addr:housenumber": "600", + "addr:postcode": "19128", + "addr:state": "PA", + "addr:street": "Jamestown Avenue", + "amenity": "restaurant", + "capacity": "10", + "check_date": "2024-02-10", + "cuisine": "pizza", + "delivery": "yes", + "name": "Fiesta", + "opening_hours": "10:00-01:00", + "outdoor_seating": "no", + "smoking": "outside", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2063896, + 40.0300549 + ] + }, + "id": "node/4636798523" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4666484197", + "amenity": "restaurant", + "name": "Green Egg Cafe" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1664886, + 39.9314024 + ] + }, + "id": "node/4666484197" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4670242220", + "amenity": "restaurant", + "cuisine": "breakfast", + "name": "The Dutchess" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1519519, + 39.9287007 + ] + }, + "id": "node/4670242220" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4790082821", + "addr:housenumber": "1615", + "addr:street": "Chancellor Street", + "amenity": "restaurant", + "check_date": "2023-04-11", + "contact:facebook": "https://www.facebook.com/PizzeriaVetri", + "contact:phone": "+1 215-763-3760", + "contact:website": "http://www.pizzeriavetri.com/location/rittenhouse-square/", + "name": "Pizzeria Vetri", + "opening_hours": "Mo-Th,Su 11:30-21:00; Fr-Sa 11:30-22:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.16841, + 39.9493994 + ] + }, + "id": "node/4790082821" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4801346328", + "amenity": "restaurant", + "name": "16th Street Seafood" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1715324, + 39.930805 + ] + }, + "id": "node/4801346328" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4802521961", + "amenity": "restaurant", + "name": "Honeygrow", + "wheelchair": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1574655, + 39.9784722 + ] + }, + "id": "node/4802521961" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4803982991", + "amenity": "restaurant", + "cuisine": "breakfast", + "delivery": "no", + "name": "Richie's Lunch Box", + "street_vendor": "yes", + "takeaway": "only" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1533293, + 39.9827803 + ] + }, + "id": "node/4803982991" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4803982993", + "amenity": "restaurant", + "cuisine": "crepe", + "name": "Crepe Truck", + "street_vendor": "yes", + "takeaway": "only", + "wheelchair": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1543955, + 39.982921 + ] + }, + "id": "node/4803982993" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4803982994", + "amenity": "restaurant", + "cuisine": "burger", + "name": "Burger Tank", + "street_vendor": "yes", + "takeaway": "only" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1545426, + 39.9829393 + ] + }, + "id": "node/4803982994" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4804809250", + "amenity": "restaurant", + "cuisine": "american", + "name": "Richie's Food Truck", + "outdoor_seating": "yes", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1534327, + 39.9827918 + ] + }, + "id": "node/4804809250" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4810181886", + "addr:city": "Philadelphia", + "addr:housenumber": "1600", + "addr:postcode": "19121", + "addr:state": "PA", + "addr:street": "North Broad Street", + "addr:unit": "7", + "amenity": "restaurant", + "cuisine": "middle_eastern", + "delivery": "yes", + "name": "Pita Chip", + "opening_hours": "Mo-Su 11:00-20:30", + "outdoor_seating": "yes", + "phone": "+1 267-273-1716", + "takeaway": "yes", + "website": "https://www.pitachipphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1582436, + 39.9781631 + ] + }, + "id": "node/4810181886" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4810181888", + "amenity": "restaurant", + "brand": "Blaze Pizza", + "brand:wikidata": "Q23016666", + "cuisine": "pizza", + "name": "Blaze Pizza", + "takeaway": "yes", + "wheelchair": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1533925, + 39.9795306 + ] + }, + "id": "node/4810181888" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4810181891", + "amenity": "restaurant", + "cuisine": "salad;stir_fry", + "name": "Crisp Kitchen" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1531062, + 39.9794542 + ] + }, + "id": "node/4810181891" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4839107785", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Santucci's" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1593208, + 39.939066 + ] + }, + "id": "node/4839107785" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4880698721", + "addr:postcode": "19106", + "amenity": "restaurant", + "cuisine": "italian", + "email": "Eat@lascalasphilly.com", + "internet_access": "wlan", + "name": "LaScala's", + "name:en": "LaScala's", + "opening_hours": "Mo-Th 11:00-22:00; Fr-Sa 11:00-23:00; Su 11:00-21:00", + "phone": "+1 215 928 09 00", + "website": "http://lascalasphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.152127, + 39.9495012 + ] + }, + "id": "node/4880698721" + }, + { + "type": "Feature", + "properties": { + "@id": "node/4938687921", + "amenity": "restaurant", + "name": "Hibachi Grill & Supreme Buffet", + "opening_hours": "Mo-Su 11:00-22:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2416592, + 39.9005244 + ] + }, + "id": "node/4938687921" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5172104653", + "addr:city": "Philadelphia", + "addr:housenumber": "1800", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Market Street", + "amenity": "restaurant", + "brand": "Ruth's Chris Steak House", + "brand:wikidata": "Q7382829", + "check_date": "2023-10-09", + "cuisine": "american;steak_house", + "name": "Ruth's Chris Steak House", + "opening_hours": "Mo-Th 11:30-15:00,16:00-21:00; Fr 11:30-15:00,16:00-22:00; Sa 16:00-22:00; Su 16:00-21:00", + "phone": "+1 215-790-1515", + "website": "https://ruthschris.com/philadelphia" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1701856, + 39.9530129 + ] + }, + "id": "node/5172104653" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5216887221", + "addr:city": "Philadelphia", + "addr:housenumber": "2711", + "addr:postcode": "19154", + "addr:state": "PA", + "addr:street": "Comly Road", + "amenity": "restaurant", + "name": "Steve's Prince of Steaks" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0007198, + 40.1042336 + ] + }, + "id": "node/5216887221" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5257945846", + "addr:city": "Philadelphia", + "addr:housenumber": "1001", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 2nd Street", + "amenity": "restaurant", + "microbrewery": "yes", + "name": "Urban Village Brewing Company", + "opening_hours": "Mo-Su 11:00-02:00", + "outdoor_seating": "yes", + "phone": "+1-267-687-1961", + "website": "https://www.urbanvillagebrewing.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1398455, + 39.9670501 + ] + }, + "id": "node/5257945846" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5281092753", + "addr:city": "Philadelphia", + "addr:housenumber": "140", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "North Christopher Columbus Boulevard", + "amenity": "restaurant", + "name": "Fringe Bar", + "opening_hours": "W-Th 17:00-21:00, Fr 15:00-22:00, Sa 11:00-22:00, Su 11:00-21:00", + "outdoor_seating": "yes", + "phone": "+1 215-375-7744", + "smoking": "outside", + "website": "https://fringebarphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1404129, + 39.9533718 + ] + }, + "id": "node/5281092753" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5423901567", + "addr:city": "Philadelphia", + "addr:housenumber": "9991", + "addr:postcode": "19115", + "addr:street": "Bustleton Avenue", + "amenity": "restaurant", + "check_date": "2024-06-20", + "contact:facebook": "https://www.facebook.com/bennythebums/", + "contact:instagram": "https://www.instagram.com/bennythebums", + "cuisine": "seafood", + "name": "Benny the Bum's", + "phone": "+1 215-673-3000", + "website": "https://www.bennythebums.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0283225, + 40.1017923 + ] + }, + "id": "node/5423901567" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5426889294", + "amenity": "restaurant", + "cuisine": "american", + "name": "Mad Rex", + "smoking": "outside" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1347625, + 39.9648981 + ] + }, + "id": "node/5426889294" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5437614221", + "addr:city": "Philadelphia", + "addr:housenumber": "325", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "brand": "Buddakan", + "brand:wikidata": "Q21015930", + "check_date": "2023-10-16", + "cuisine": "asian", + "name": "Buddakan", + "opening_hours": "Mo-Th 17:00-22:00; Fr-Sa 17:00-23:00; Su 16:00-22:00", + "phone": "+1 215-574-9440", + "website": "https://buddakan.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1470298, + 39.9488836 + ] + }, + "id": "node/5437614221" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5437614421", + "addr:housenumber": "121", + "addr:postcode": "19107", + "addr:street": "South 13th Street", + "amenity": "restaurant", + "check_date": "2023-10-12", + "contact:instagram": "https://www.instagram.com/elvezphilly", + "name": "El Vez", + "opening_hours": "Mo-Th 11:30-22:00; Fr 11:30-24:00; Sa 11:30-15:00,16:00-24:00; Su 11:30-15:00,16:00-22:00", + "phone": "+1 215-928-9800", + "website": "https://elvezrestaurant.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.161896, + 39.9497016 + ] + }, + "id": "node/5437614421" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5476775046", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Katerina's Pizza", + "opening_hours": "Mo-Th 09:00-22:00; Fr 09:00-23:00; Sa 10:00-23:00; Su 10:00-21:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.032443, + 40.1050837 + ] + }, + "id": "node/5476775046" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5504220821", + "addr:housenumber": "140", + "addr:street": "South Street", + "amenity": "restaurant", + "check_date": "2023-04-13", + "name": "South Street Diner" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1451598, + 39.9410378 + ] + }, + "id": "node/5504220821" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5534279865", + "amenity": "restaurant", + "cuisine": "chinese" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1066874, + 39.9965467 + ] + }, + "id": "node/5534279865" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5534286113", + "amenity": "restaurant", + "cuisine": "regional", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1057058, + 39.9954753 + ] + }, + "id": "node/5534286113" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5553558938", + "amenity": "restaurant", + "name": "Crown Chicken & Grill" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0837913, + 40.0612443 + ] + }, + "id": "node/5553558938" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5585733811", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Rising Sun Pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0884907, + 40.0566663 + ] + }, + "id": "node/5585733811" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5595413962", + "addr:city": "Philadelphia", + "addr:housenumber": "131", + "addr:postcode": "19107", + "addr:state": "PA", + "addr:street": "South 13th Street", + "amenity": "restaurant", + "check_date": "2023-10-12", + "description": "High-end vegan bar with small plates, open late.", + "diet:vegan": "yes", + "name": "Charlie Was a Sinner", + "opening_hours": "Mo-Th,Su 16:00-23:00 \"kitchen closes at 10pm\", Fr-Sa 16:00-24:00 \"kitchen closes at 11pm\"", + "phone": "+1 267-758-5372", + "website": "https://charliewasasinner.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1618901, + 39.9495249 + ] + }, + "id": "node/5595413962" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5595440227", + "addr:city": "Philadelphia", + "addr:housenumber": "742", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South Street", + "amenity": "restaurant", + "check_date:opening_hours": "2021-03-22", + "cuisine": "asian;chinese;bubble_tea", + "diet:vegan": "only", + "diet:vegetarian": "yes", + "name": "Vegan Tree", + "opening_hours": "We-Mo 11:00-20:00", + "outdoor_seating": "no", + "phone": "+1-215-454-2898", + "smoking": "no", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1552152, + 39.9422809 + ] + }, + "id": "node/5595440227" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5595443764", + "addr:city": "Philadelphia", + "addr:housenumber": "121", + "addr:postcode": "19107", + "addr:state": "PA", + "addr:street": "South Broad Street", + "amenity": "restaurant", + "cuisine": "american;fast_food", + "description": "Vegan fast food.", + "diet:vegan": "only", + "diet:vegetarian": "yes", + "name": "HipCityVeg" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1638109, + 39.9502614 + ] + }, + "id": "node/5595443764" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5595443954", + "addr:city": "Philadelphia", + "addr:housenumber": "6008", + "addr:postcode": "19144", + "addr:state": "PA", + "addr:street": "Germantown Avenue", + "air_conditioning": "yes", + "amenity": "restaurant", + "cuisine": "soul_food", + "description": "Laid-back, counter-serve eatery specializing in plentiful portions of vegan & vegetarian soul food.", + "diet:vegan": "only", + "diet:vegetarian": "only", + "email": "Nilecafephilly@gmail.com", + "name": "The Nile Cafe", + "opening_hours": "Mo off; Tu-Sa 12:00-20:00; Su 13:00-18:00", + "phone": "+1 215-843-6453", + "website": "https://www.nilevegancafe.com", + "website:menu": "https://www.nilevegancafe.com/order-online", + "website:orders": "https://www.nilevegancafe.com/order-online" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1780048, + 40.0395009 + ] + }, + "id": "node/5595443954" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5595446575", + "addr:city": "Philadelphia", + "addr:housenumber": "1706", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Locust Street", + "amenity": "restaurant", + "check_date": "2025-06-27", + "cuisine": "bakery;smoothie;juice", + "description": "Rustic vegan bakery and cafe with a quiet, sophisticated vibe.", + "diet:vegan": "only", + "name": "P.S. and Co", + "opening_hours": "09:00-20:00 || \"these are typical, but hours may vary\"", + "phone": "+1 215-985-1706" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1697905, + 39.9487788 + ] + }, + "id": "node/5595446575" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5595471757", + "addr:city": "Philadelphia", + "addr:housenumber": "214", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "South 40th Street", + "air_conditioning": "yes", + "amenity": "restaurant", + "cuisine": "american;burger;sandwich;wrap;milkshake;salad", + "delivery": "yes", + "description": "Contemporary counter-serve cafe serving vegan burgers, sandwiches & salads, plus smoothies.", + "diet:vegan": "only", + "name": "HipCityVeg", + "opening_hours": "Mo-Su 11:00-23:00", + "outdoor_seating": "no", + "phone": "+1-267-244-4342", + "smoking": "no", + "takeaway": "yes", + "website": "https://hipcityveg.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2028717, + 39.9535587 + ] + }, + "id": "node/5595471757" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5595478221", + "addr:city": "Philadelphia", + "addr:housenumber": "127", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "South 18th Street", + "amenity": "restaurant", + "cuisine": "american;sandwich;cheesesteak", + "description": "Healthful dine-in or take-out vegan food & smoothies served in a small, industrial-looking space.", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "HipCityVeg", + "opening_hours": "Mo-Su 10:30-22:00", + "phone": "+1 215-278-7605", + "website": "https://hipcityveg.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1704223, + 39.9507673 + ] + }, + "id": "node/5595478221" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5605114326", + "addr:city": "Philadelphia", + "addr:housenumber": "1424", + "addr:postcode": "19146", + "addr:state": "PA", + "addr:street": "South Street", + "amenity": "restaurant", + "cuisine": "bakery;dessert", + "description": "Bakery offering cupcakes, muffins, cake, cookies, bars, donuts, and other desserts. All items are vegan gluten-free.", + "diet:vegan": "only", + "diet:vegetarian": "only", + "name": "Sweet Freedom Bakery", + "opening_hours": "Tu-Sa 10:00-19:00; Su 10:00-16:00", + "phone": "+1 215-545-1899", + "website": "https://www.sweetfreedombakery.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1664502, + 39.9436822 + ] + }, + "id": "node/5605114326" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5605233860", + "addr:city": "Philadelphia", + "addr:housenumber": "1508", + "addr:postcode": "19102", + "addr:state": "PA", + "addr:street": "Sansom Street", + "amenity": "restaurant", + "cuisine": "chinese;sichuan", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Chengdu Center City", + "opening_hours": "Mo-Fr 11:00-21:30; Sa-Su 11:30-22:00", + "phone": "+1 215 564 2949", + "was:name": "Su Xing House", + "website": "https://suxinghouserestaurant.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1663275, + 39.9503026 + ] + }, + "id": "node/5605233860" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5633016064", + "addr:city": "Philadelphia", + "addr:housenumber": "3400", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Lancaster Avenue", + "amenity": "restaurant", + "brand": "Blaze Pizza", + "brand:wikidata": "Q23016666", + "check_date": "2024-07-26", + "contact:phone": "+1 267-828-0009", + "contact:website": "https://locations.blazepizza.com/pa/philadelphia/3400-lancaster-ave", + "cuisine": "pizza", + "name": "Blaze Pizza", + "opening_hours": "11:00-21:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1915749, + 39.957333 + ] + }, + "id": "node/5633016064" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5636054821", + "addr:city": "Philadelphia", + "addr:housenumber": "1801", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "check_date": "2023-10-09", + "contact:instagram": "continental_midtown", + "cuisine": "american", + "happy_hours": "Mo-Fr 16:00-18:00", + "name": "The Continental Mid-Town", + "opening_hours:brunch": "Sa-Su 10:00-15:00", + "opening_hours:dinner": "Mo-Th 16:00-22:00; Fr-Sa 16:00-23:00; Su 16:00-22:00", + "opening_hours:lunch": "Mo-Fr 11:30-15:00", + "phone": "+1 215-567-1800", + "website": "https://continentalmidtown.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1704471, + 39.9518174 + ] + }, + "id": "node/5636054821" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5649173188", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "China King" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0785192, + 40.0585512 + ] + }, + "id": "node/5649173188" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5688230413", + "amenity": "restaurant", + "cuisine": "southern;seafood", + "name": "Blue Bay" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2722824, + 39.9777878 + ] + }, + "id": "node/5688230413" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5716245453", + "addr:city": "Philadelphia", + "addr:housenumber": "2725", + "addr:postcode": "19133", + "addr:state": "PA", + "addr:street": "North American Street", + "amenity": "restaurant", + "cuisine": "latin_american", + "name": "Isla Verde" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1357049, + 39.9923529 + ] + }, + "id": "node/5716245453" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5716245472", + "addr:city": "Philadelphia", + "addr:housenumber": "222", + "addr:postcode": "19133", + "addr:state": "PA", + "addr:street": "West Indiana Avenue", + "amenity": "restaurant", + "cuisine": "latin_american", + "name": "Sabor Latino" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1345799, + 39.9959689 + ] + }, + "id": "node/5716245472" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5717969769", + "addr:city": "Philadelphia", + "addr:housenumber": "151", + "addr:postcode": "19133", + "addr:state": "PA", + "addr:street": "West Lehigh Avenue", + "amenity": "restaurant", + "name": "Mis Viejos" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1327909, + 39.9913126 + ] + }, + "id": "node/5717969769" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5718820402", + "addr:city": "Philadelphia", + "addr:housenumber": "3001", + "addr:postcode": "19133", + "addr:state": "PA", + "addr:street": "North Front Street", + "amenity": "restaurant", + "name": "Freddy & Tony's" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1297924, + 39.9955354 + ] + }, + "id": "node/5718820402" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5718906469", + "addr:city": "Philadelphia", + "addr:housenumber": "3125", + "addr:postcode": "19133", + "addr:state": "PA", + "addr:street": "North Front Street", + "amenity": "restaurant", + "name": "Casa del Buen Gusto" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1293573, + 39.9977091 + ] + }, + "id": "node/5718906469" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5718906475", + "addr:city": "Philadelphia", + "addr:housenumber": "3137", + "addr:postcode": "19133", + "addr:state": "PA", + "addr:street": "North Front Street", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Di Napoli Pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1292614, + 39.9981009 + ] + }, + "id": "node/5718906475" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5724316282", + "addr:city": "Philadelphia", + "addr:housenumber": "3066", + "addr:postcode": "19134", + "addr:state": "PA", + "addr:street": "E Street", + "amenity": "restaurant", + "cuisine": "latin_american", + "name": "Decoo Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1198193, + 39.9956069 + ] + }, + "id": "node/5724316282" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5744531112", + "amenity": "restaurant", + "name": "Happy Golden House" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1480005, + 39.9744179 + ] + }, + "id": "node/5744531112" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5769249302", + "amenity": "restaurant", + "name": "EAT" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1488591, + 39.9701994 + ] + }, + "id": "node/5769249302" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5862455997", + "addr:city": "Philadelphia", + "addr:housenumber": "9916", + "addr:postcode": "19115", + "addr:state": "PA", + "addr:street": "Roosevelt Boulevard", + "amenity": "restaurant", + "check_date": "2024-05-16", + "cuisine": "chinese", + "name": "Happy Garden", + "opening_hours": "10:30-22:00", + "phone": "+1 215-677-6030", + "website": "http://orderhappygarden.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0182734, + 40.0943962 + ] + }, + "id": "node/5862455997" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5863215326", + "addr:city": "Philadelphia", + "addr:housenumber": "10090", + "addr:state": "PA", + "addr:street": "Roosevelt Boulevard", + "addr:unit": "200", + "amenity": "restaurant", + "check_date": "2024-05-16", + "name": "Harvey Ramen", + "opening_hours": "Mo-Sa 11:00-21:00; Su off", + "phone": "+1 215-668-0088", + "website": "https://harveyramen.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0149172, + 40.0960112 + ] + }, + "id": "node/5863215326" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5967871738", + "access": "customers", + "amenity": "restaurant", + "name": "Mezzogiorno" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2438207, + 39.8739706 + ] + }, + "id": "node/5967871738" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5967871748", + "access": "customers", + "amenity": "restaurant", + "name": "Cibo Bistro and Wine Bar" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2438423, + 39.8749525 + ] + }, + "id": "node/5967871748" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5967871749", + "access": "customers", + "amenity": "restaurant", + "name": "Love Grille" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2437235, + 39.8752352 + ] + }, + "id": "node/5967871749" + }, + { + "type": "Feature", + "properties": { + "@id": "node/5976183421", + "addr:city": "Philadelphia", + "addr:housenumber": "2101", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "Pennsylvania Avenue", + "amenity": "restaurant", + "cuisine": "fried_chicken;donut", + "name": "Federal Donuts", + "opening_hours": "Mo-Su 08:00-20:00", + "outdoor_seating": "no", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1742083, + 39.9629821 + ] + }, + "id": "node/5976183421" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6028520824", + "addr:city": "Philadelphia", + "addr:housenumber": "4010", + "addr:postcode": "19135", + "addr:state": "PA", + "addr:street": "Robbins Avenue", + "amenity": "restaurant", + "check_date": "2024-06-21", + "name": "Chickie's & Pete's", + "opening_hours": "Mo-Th,Su 11:00-23:00; Fr-Sa 11:00-24:00", + "phone": "+1 215-338-3060", + "website": "https://chickiesandpetes.com/location/the-original-at-robbins-ave/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0599741, + 40.0274043 + ] + }, + "id": "node/6028520824" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6030361023", + "amenity": "restaurant", + "cuisine": "chicken;wings", + "name": "King of Wings" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1801479, + 39.9237163 + ] + }, + "id": "node/6030361023" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6045824091", + "amenity": "restaurant", + "name": "Wacky Zaki's", + "opening_hours": "Mo-Sa 11:00-24:00; Su 12:00-24:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0324968, + 40.1055254 + ] + }, + "id": "node/6045824091" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6061096715", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "4631", + "addr:postcode": "19143", + "addr:state": "PA", + "addr:street": "Baltimore Avenue", + "amenity": "restaurant", + "cuisine": "mexican", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "email": "info.westphilly@locopez.com", + "name": "Loco Pez", + "opening_hours": "Mo-Su 11:00-01:00", + "payment:cash": "only", + "phone": "+1-215-796-9890", + "website": "https://www.locopez.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2169723, + 39.9487656 + ] + }, + "id": "node/6061096715" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6083949918", + "amenity": "restaurant", + "name": "Dragon City" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0865471, + 40.0448501 + ] + }, + "id": "node/6083949918" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6100284400", + "addr:city": "Philadelphia", + "addr:housenumber": "51", + "addr:postcode": "19107", + "addr:state": "PA", + "addr:street": "North 12th Street", + "air_conditioning": "yes", + "amenity": "restaurant", + "contact:instagram": "https://www.instagram.com/luhvfood/", + "cuisine": "sandwich;deli", + "diet:vegan": "only", + "email": "Hello@luhvfood.com", + "name": "LUHV Vegan Deli", + "opening_hours": "Mo-Su 08:00-18:00", + "payment:apple_pay": "yes", + "payment:cards": "yes", + "payment:cash": "yes", + "payment:contactless": "yes", + "phone": "+1-267-758-5779", + "website": "https://deli.luhvfood.com/", + "website:orders": "https://deli.luhvfood.com/s/order?location=11ea365ddac7c040b0c80cc47a2ae378#56" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1594341, + 39.9532639 + ] + }, + "id": "node/6100284400" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6100313802", + "addr:city": "Philadelphia", + "addr:housenumber": "3401", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "cuisine": "falafel;mediterranean;milkshake", + "diet:vegan": "only", + "name": "Goldie", + "opening_hours": "Mo-Fr 11:00-20:00; Sa 11:00-19:00; Su 11:00-17:00", + "website": "http://goldiefalafel.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1925145, + 39.9530359 + ] + }, + "id": "node/6100313802" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6100332166", + "addr:city": "Philadelphia", + "addr:housenumber": "2101", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "Pennsylvania Avenue", + "amenity": "restaurant", + "cuisine": "mediterranean;falafel;milkshake", + "diet:vegan": "only", + "name": "Goldie", + "opening_hours": "Mo-Su 11:00-20:00", + "website": "http://goldiefalafel.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1743045, + 39.9630538 + ] + }, + "id": "node/6100332166" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6216531385", + "addr:housenumber": "330", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "Oregon Avenue", + "amenity": "restaurant", + "name": "Flaming Grill & Supreme Buffet" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1571461, + 39.9139662 + ] + }, + "id": "node/6216531385" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6221547185", + "addr:city": "Philadelphia", + "addr:housenumber": "1430", + "addr:postcode": "19102", + "addr:street": "Walnut Street", + "alt_name": "Cheesecake Factory", + "amenity": "restaurant", + "brand": "The Cheesecake Factory", + "brand:wikidata": "Q1045842", + "check_date": "2023-10-15", + "cuisine": "american", + "name": "The Cheesecake Factory", + "name:ca": "Cheesecake factory", + "opening_hours": "Mo-Th 11:30-22:00; Fr 11:30-23:00; Sa 11:00-23:00; Su 10:00-22:00", + "phone": "+1 267-457-2203", + "website": "https://locations.thecheesecakefactory.com/pa/philadelphia-181.html" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1656902, + 39.9494459 + ] + }, + "id": "node/6221547185" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6238727401", + "addr:city": "Philadelphia", + "addr:housenumber": "4040", + "addr:postcode": "19131", + "addr:state": "PA", + "addr:street": "City Avenue", + "amenity": "restaurant", + "check_date": "2025-10-08", + "cuisine": "chinese", + "name": "DJ Kitchen", + "opening_hours": "11:30-22:00", + "outdoor_seating": "no", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2123041, + 40.0075447 + ] + }, + "id": "node/6238727401" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6238727403", + "addr:city": "Philadelphia", + "addr:housenumber": "4040", + "addr:postcode": "19131", + "addr:state": "PA", + "addr:street": "City Avenue", + "amenity": "restaurant", + "brand": "CAVA", + "brand:wikidata": "Q85751038", + "check_date": "2025-10-08", + "cuisine": "mediterranean", + "name": "CAVA", + "opening_hours": "10:45-22:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2125972, + 40.007264 + ] + }, + "id": "node/6238727403" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6292414931", + "addr:city": "Philadelphia", + "addr:housenumber": "3906", + "addr:postcode": "19104", + "addr:street": "Chestnut Street", + "addr:unit": "B", + "amenity": "restaurant", + "check_date": "2024-07-25", + "contact:phone": "+1 267-292-2840", + "contact:website": "https://www.thaisinghahouse.com/", + "cuisine": "thai", + "name": "Thai Singha House Restaurant", + "opening_hours": "Mo-Th 11:00-14:00,17:00-21:00; Fr 11:00-14:00,17:00-22:00; Sa 17:00-22:00; Su 17:00-21:00", + "reservation": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2004971, + 39.9552934 + ] + }, + "id": "node/6292414931" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6302597107", + "amenity": "restaurant", + "cuisine": "bagel", + "name": "Philly Style Bagels" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1326462, + 39.974454 + ] + }, + "id": "node/6302597107" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6302597108", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "Loco Pez" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.127226, + 39.9768271 + ] + }, + "id": "node/6302597108" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6302597109", + "amenity": "restaurant", + "name": "Cedar Point Bar & Kitchen" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1277012, + 39.97688 + ] + }, + "id": "node/6302597109" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6374450556", + "addr:city": "Philadelphia", + "addr:housenumber": "1617", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "name": "Laurel" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1637723, + 39.929447 + ] + }, + "id": "node/6374450556" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6374481270", + "addr:city": "Philadelphia", + "addr:housenumber": "237", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "St James Place", + "amenity": "restaurant", + "email": "info@zahavrestaurant.com", + "name": "Zahav", + "opening_hours": "Su-Th 17:00-22:00; Fr-Sa 17:00-23:00", + "phone": "+1-215-625-8800", + "website": "http://www.zahavrestaurant.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1451873, + 39.9463061 + ] + }, + "id": "node/6374481270" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6376952525", + "addr:city": "Philadelphia", + "addr:housenumber": "2031", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "name": "Vernick Food & Drink", + "opening_hours": "Tu-Fr 13:00-21:00; Sa 11:00-21:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1748916, + 39.9508062 + ] + }, + "id": "node/6376952525" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6376956284", + "addr:city": "Philadelphia", + "addr:housenumber": "604", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South Street", + "amenity": "restaurant", + "cuisine": "sushi;japanese", + "name": "Shiso", + "website": "https://shisonoodleandsushi.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1525978, + 39.9419128 + ] + }, + "id": "node/6376956284" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6376963589", + "addr:city": "Philadelphia", + "addr:housenumber": "780", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 2nd Street", + "amenity": "restaurant", + "name": "Royal Sushi and Izakaya" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1465169, + 39.9380401 + ] + }, + "id": "node/6376963589" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6377023596", + "addr:city": "Philadelphia", + "addr:housenumber": "1535", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 11th Street", + "amenity": "restaurant", + "name": "Perla" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1629425, + 39.9299262 + ] + }, + "id": "node/6377023596" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6377043003", + "addr:city": "Philadelphia", + "addr:housenumber": "1310", + "addr:postcode": "19125", + "addr:state": "PA", + "addr:street": "Frankford Avenue", + "amenity": "restaurant", + "name": "Kensington Quarters", + "wheelchair": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1345624, + 39.9705785 + ] + }, + "id": "node/6377043003" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6377045777", + "addr:city": "Philadelphia", + "addr:housenumber": "306", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Market Street", + "amenity": "restaurant", + "check_date": "2023-10-16", + "name": "Fork", + "phone": "+1 215-625-9425", + "website": "https://forkrestaurant.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1461104, + 39.9500306 + ] + }, + "id": "node/6377045777" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6406301335", + "amenity": "restaurant", + "cuisine": "pizza", + "delivery": "yes", + "name": "Pete's Pizza", + "outdoor_seating": "yes", + "phone": "+1-215-476-9999" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2412836, + 39.9587584 + ] + }, + "id": "node/6406301335" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6421220599", + "addr:city": "Philadelphia", + "addr:housenumber": "613", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 3rd Street", + "amenity": "restaurant", + "check_date": "2023-10-17", + "cuisine": "bagel", + "name": "South Street Philly Bagels", + "opening_hours": "Mo-Su 06:30-16:00", + "phone": "+1 215-627-6277", + "website": "https://southstphillybagel.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1475965, + 39.9410145 + ] + }, + "id": "node/6421220599" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6421970485", + "amenity": "restaurant", + "name": "Spring Garden Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1452396, + 39.9608191 + ] + }, + "id": "node/6421970485" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6458698350", + "addr:city": "Philadelphia", + "addr:housenumber": "1600", + "addr:street": "South Street", + "amenity": "restaurant", + "check_date": "2023-10-14", + "contact:instagram": "https://www.instagram.com/tiofloresonsouth", + "cuisine": "mexican", + "internet_access": "wlan", + "internet_access:fee": "no", + "level": "0", + "name": "Tio Flores", + "opening_hours": "Mo-We 16:00-22:00; Th-Fr 16:00-24:00; Sa 12:00-24:00; Su 12:00-22:00", + "outdoor_seating": "yes", + "phone": "+1 267-687-2220", + "takeaway": "yes", + "toilets": "yes", + "website": "https://tioflores.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1689438, + 39.9439723 + ] + }, + "id": "node/6458698350" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6475925069", + "amenity": "restaurant", + "cuisine": "pizza", + "delivery": "yes", + "name": "Jimmy's house of pizza", + "outdoor_seating": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1030294, + 40.0057726 + ] + }, + "id": "node/6475925069" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6501213685", + "addr:city": "Philadelphia", + "addr:housenumber": "1100", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South Christopher Columbus Boulevard", + "amenity": "restaurant", + "check_date": "2023-03-07", + "cuisine": "buffet", + "name": "Ruby Buffet", + "opening_hours": "11:00-21:30; Fr,Sa 11:00-22:30", + "outdoor_seating": "no", + "phone": "+1-215-468-8889" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1447261, + 39.932203 + ] + }, + "id": "node/6501213685" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556392885", + "amenity": "restaurant", + "name": "Siu Kee Duck House", + "name:zh": "趙記港式燒臘" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1561117, + 39.9539174 + ] + }, + "id": "node/6556392885" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556392888", + "amenity": "restaurant", + "brand": "Happy Lamb Hot Pot", + "brand:en": "Happy Lamb Hot Pot", + "brand:wikidata": "Q123091978", + "brand:zh": "快乐小羊", + "cuisine": "mongolian;hotpot", + "name": "Happy Lamb Hot Pot", + "name:en": "Happy Lamb Hot Pot", + "name:zh": "快乐小羊" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1570828, + 39.9538331 + ] + }, + "id": "node/6556392888" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556392895", + "addr:housenumber": "909", + "addr:street": "Arch Street", + "amenity": "restaurant", + "check_date": "2023-04-12", + "contact:phone": "+1 267-930-7634", + "contact:website": "https://bubblefishphilly.com", + "cuisine": "japanese", + "email": "bubblefishphilly@gmail.com", + "name": "Bubblefish", + "opening_hours": "Mo-Th,Su 11:00-23:30; Fr-Sa 11:00-24:30" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1551656, + 39.9535807 + ] + }, + "id": "node/6556392895" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556392904", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Penang" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1560607, + 39.9540692 + ] + }, + "id": "node/6556392904" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556404818", + "amenity": "restaurant", + "cuisine": "asian", + "name": "Chowbus" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1552492, + 39.9542464 + ] + }, + "id": "node/6556404818" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556404860", + "addr:postcode": "19147", + "amenity": "restaurant", + "contact:instagram": "pho75_washingtonave", + "cuisine": "vietnamese", + "name": "Pho 75", + "opening_hours": "Mo-Su 09:00-20:00", + "phone": "+1-215-271-5866", + "website": "https://phillypho.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1628562, + 39.9371758 + ] + }, + "id": "node/6556404860" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556417040", + "amenity": "restaurant", + "name": "Ming River Side Walk House", + "name:zh": "閩江街邊小吃" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1561244, + 39.9550412 + ] + }, + "id": "node/6556417040" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556417041", + "amenity": "restaurant", + "name": "Chubby Cattle" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1561314, + 39.9549969 + ] + }, + "id": "node/6556417041" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556417042", + "amenity": "restaurant", + "name": "Xun Yu Si Kao" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1561826, + 39.9548174 + ] + }, + "id": "node/6556417042" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556417044", + "addr:postcode": "19107", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Ting Wong Restaurant", + "name:zh": "天旺大飯店", + "opening_hours": "Su-Th 08:00-22:00; Fr-Sa 08:00-23:00", + "phone": "+1-215-928-1883", + "website": "http://www.tingwongrestaurant.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1561914, + 39.9547662 + ] + }, + "id": "node/6556417044" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556417045", + "addr:city": "Philadelphia", + "addr:housenumber": "915", + "addr:street": "Race Street", + "amenity": "restaurant", + "check_date": "2024-08-10", + "cuisine": "japanese", + "name": "Megumi Japanese Ramen & Sushi Bar", + "opening_hours": "Mo-Tu,Th-Su 11:00-21:30; We off", + "phone": "+1 215-733-0129", + "website": "https://www.megumisushi.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1549275, + 39.9553881 + ] + }, + "id": "node/6556417045" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556417048", + "addr:city": "Philadelphia", + "addr:housenumber": "134", + "addr:postcode": "19107", + "addr:state": "PA", + "addr:street": "North 10th Street", + "amenity": "restaurant", + "cuisine": "chinese;seafood", + "name": "Tai Lake Seafood Restaurant", + "phone": "+1 215-922-0698", + "website": "http://www.tailakeseafoodrest.com/", + "website:menu": "http://www.tailakeseafoodrest.com/menu.asp" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1562147, + 39.9546597 + ] + }, + "id": "node/6556417048" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556417049", + "amenity": "restaurant", + "cuisine": "barbecue", + "name": "Red Kings B.B.Q. Bar" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1554864, + 39.9554571 + ] + }, + "id": "node/6556417049" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556417050", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Hidden Gem" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1562996, + 39.9542177 + ] + }, + "id": "node/6556417050" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6556417053", + "amenity": "restaurant", + "cuisine": "seafood", + "name": "Ocean Harmony" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1556482, + 39.955465 + ] + }, + "id": "node/6556417053" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6558075398", + "amenity": "restaurant", + "name": "El Azteca" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1530828, + 39.9493817 + ] + }, + "id": "node/6558075398" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6592175968", + "addr:housenumber": "102", + "addr:street": "South 21st Street", + "amenity": "restaurant", + "check_date": "2023-04-13", + "description": "Roman-style pizza.", + "name": "Rione", + "opening_hours": "Mo-We 11:30-20:30; Th-Fr 11:30-21:00; Sa 12:00-21:00; Su 12:00-20:30", + "phone": "+1 215 575 9075", + "website": "https://www.rionepizza.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1756, + 39.9519 + ] + }, + "id": "node/6592175968" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6595453651", + "amenity": "restaurant", + "brand": "Pizza Hut", + "brand:wikidata": "Q191615", + "cuisine": "pizza", + "name": "Pizza Hut" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1510598, + 39.9713829 + ] + }, + "id": "node/6595453651" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6595453653", + "amenity": "restaurant", + "name": "Larry's Steaks" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1517808, + 39.9702938 + ] + }, + "id": "node/6595453653" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6597367956", + "addr:city": "Philadelphia", + "addr:housenumber": "1946", + "addr:postcode": "19146", + "addr:state": "PA", + "addr:street": "Lombard Street", + "amenity": "restaurant", + "cuisine": "burger;european;american", + "indoor_seating": "yes", + "name": "Pub & Kitchen", + "opening_hours": "Mo-Fr 16:00-02:00; Sa 11:00-02:00; Su 10:00-02:00", + "outdoor_seating": "yes", + "phone": "+1 215-545-0350", + "reservation": "recommended", + "website": "https://thepubandkitchen.com", + "wheelchair": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1747533, + 39.9457205 + ] + }, + "id": "node/6597367956" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6600287516", + "addr:housenumber": "10", + "addr:street": "South Front Street", + "amenity": "restaurant", + "check_date": "2023-10-17", + "cuisine": "mediterranean", + "name": "Lilly's Ferry", + "opening_hours": "Mo off; Tu-We 11:00-23:00; Th 11:00-24:00, Fr 11:00-25:00, Sa 10:00-26:00, Su 10:00-22:00", + "phone": "+1 215-543-6089", + "website": "https://www.lillysferry.com", + "wheelchair": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1423614, + 39.9493252 + ] + }, + "id": "node/6600287516" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6610166214", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Pete's Pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2240895, + 39.964648 + ] + }, + "id": "node/6610166214" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6611205185", + "addr:city": "Philadelphia", + "addr:housenumber": "218", + "addr:postcode": "19107", + "addr:state": "PA", + "addr:street": "North 13th Street", + "amenity": "restaurant", + "contact:instagram": "https://www.instagram.com/nomwah/", + "cuisine": "chinese", + "internet_access": "wlan", + "name": "Nom Wah", + "opening_hours": "Mo, We-Fr 11:30-22:00; Su 10:30-21:00; Sa 10:30-22:00", + "phone": "+1-267-519-2889", + "website": "https://nomwah.com/philadelphia/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1606101, + 39.9565775 + ] + }, + "id": "node/6611205185" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6611596719", + "amenity": "restaurant", + "cuisine": "seafood", + "name": "The Crab Shack II" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1179238, + 40.0301898 + ] + }, + "id": "node/6611596719" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6611740530", + "addr:housenumber": "1136", + "addr:postcode": "19107", + "addr:street": "Arch Street", + "amenity": "restaurant", + "cuisine": "pancake", + "name": "Dutch Eating Place", + "opening_hours": "Mo-We 08:00-16:00; Th-Sa 08:00-16:00", + "phone": "+1 215 922 0425", + "website": "https://dutcheatingplace.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1591312, + 39.953852 + ] + }, + "id": "node/6611740530" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6612597452", + "amenity": "restaurant", + "name": "Sea Soul" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1196616, + 40.0382495 + ] + }, + "id": "node/6612597452" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6612597456", + "amenity": "restaurant", + "name": "Danny's Wok" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1195379, + 40.038336 + ] + }, + "id": "node/6612597456" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6618653504", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Jade Spring Chinese Food" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2248181, + 39.9613193 + ] + }, + "id": "node/6618653504" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6642568724", + "amenity": "restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2303554, + 39.9281357 + ] + }, + "id": "node/6642568724" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6648727687", + "addr:city": "Philadelphia", + "addr:housenumber": "228", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Arch Street", + "amenity": "restaurant", + "cuisine": "asian;japanese", + "name": "Tomo Sushi & Ramen", + "opening_hours": "Tu-Th 15:00-21:30; Su 15:00-21:30; Fr-Sa 15:00-22:30", + "phone": "+1-267-519-0209", + "website": "http://www.tomosushiandramen.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1443216, + 39.9519491 + ] + }, + "id": "node/6648727687" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6651205687", + "amenity": "restaurant", + "name": "Shop 543" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1783469, + 39.8881723 + ] + }, + "id": "node/6651205687" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6651205688", + "amenity": "restaurant", + "name": "Jharoka Cafe" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1783254, + 39.8876918 + ] + }, + "id": "node/6651205688" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6651205690", + "amenity": "restaurant", + "name": "Gatehouse", + "opening_hours": "Mo-Fr 11:00-20:00; Sa 15:00-20:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1754128, + 39.8965913 + ] + }, + "id": "node/6651205690" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6674200673", + "addr:city": "Philadelphia", + "addr:housenumber": "3635", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Lancaster Avenue", + "air_conditioning": "yes", + "amenity": "restaurant", + "check_date": "2024-10-17", + "cuisine": "chinese", + "delivery": "yes", + "name": "Chengdu Famous Food", + "opening_hours": "Mo-Su 11:00-14:15, 16:30-21:15", + "outdoor_seating": "no", + "payment:american_express": "yes", + "payment:cash": "yes", + "payment:discover_card": "yes", + "payment:mastercard": "yes", + "payment:visa": "yes", + "phone": "+1-215-386-1088", + "start_date": "2017", + "website": "https://www.chengduphilly.com", + "website:menu": "https://www.chengduphilly.com/#menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1945355, + 39.9591894 + ] + }, + "id": "node/6674200673" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6682048825", + "addr:city": "Philadelphia", + "addr:housenumber": "227", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "North 34th Street", + "air_conditioning": "yes", + "amenity": "restaurant", + "check_date": "2024-10-17", + "contact:website": "https://www.sabrinascafe.com/location/sabrinas-cafe-university-city/", + "cuisine": "american;brunch", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Sabrina's Cafe", + "opening_hours": "08:00-15:00", + "phone": "+1-215-222-1022", + "website": "https://www.sabrinascafe.com/location/sabrinas-cafe-university-city/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1906544, + 39.9600233 + ] + }, + "id": "node/6682048825" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6682051476", + "addr:city": "Philadelphia", + "addr:housenumber": "231", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "South 24th Street", + "amenity": "restaurant", + "check_date": "2023-07-20", + "cuisine": "italian", + "diet:vegetarian": "yes", + "email": "info@ambrosiabyob.com", + "name": "Ambrosia", + "opening_hours": "Mo-Sa 11:30-14:30,17:00-22:00; Su 17:00-21:00", + "outdoor_seating": "yes", + "phone": "+1-215-703-2010", + "website": "https://www.ambrosiabyob.com/", + "website:menu": "https://www.ambrosiabyob.com/menus/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1796671, + 39.9500093 + ] + }, + "id": "node/6682051476" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6682336050", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "123", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "air_conditioning": "yes", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Han Dynasty", + "opening_hours": "Su-Th 11:30-22:00; Fr-Sa 11:30-22:30", + "phone": "+1-215-922-1888", + "website": "https://www.handynasty.net/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1437157, + 39.9484369 + ] + }, + "id": "node/6682336050" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6693379145", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "2004", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/masalakitchenphilly/", + "contact:instagram": "https://www.instagram.com/masalakitchenphilly", + "contact:twitter": "https://twitter.com/mkitchenphilly", + "contact:yelp": "https://www.yelp.com/biz/masala-kitchen-kati-rolls-and-platters-philadelphia", + "cuisine": "indian;street_food", + "diet:vegan": "no", + "diet:vegetarian": "yes", + "email": "info@masalakitchenphilly.com", + "name": "Masala Kitchen", + "opening_hours": "Mo-Th 11:00-24:00; Fr 11:00-03:30; Sa 12:00-03:30; Su 12:00-23:00", + "phone": "+1-267-639-9405", + "website": "http://masalakitchenphilly.com", + "website:menu": "https://www.masalakitchenphilly.com/menus/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1737779, + 39.9520039 + ] + }, + "id": "node/6693379145" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6698952363", + "amenity": "restaurant", + "cuisine": "chicken", + "name": "Crown Chicken" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1559509, + 39.9619339 + ] + }, + "id": "node/6698952363" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6741973500", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Golden Dragon" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2046021, + 39.9738785 + ] + }, + "id": "node/6741973500" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6741973532", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "New Star Pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2271103, + 39.9771826 + ] + }, + "id": "node/6741973532" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6741973547", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Ed's Pizza House" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1183088, + 40.0307127 + ] + }, + "id": "node/6741973547" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6777867585", + "addr:housenumber": "4354", + "addr:postcode": "19127", + "addr:street": "Main Street", + "amenity": "restaurant", + "check_date": "2025-06-01", + "check_date:opening_hours": "2023-09-26", + "cuisine": "chinese", + "name": "Han Dynasty", + "opening_hours:signed": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2237988, + 40.0254203 + ] + }, + "id": "node/6777867585" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6790491342", + "addr:city": "Philadelphia", + "addr:housenumber": "3737", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "name": "Poke-Man", + "opening_hours": "Mo-Th 11:15-22:00; Fr-Sa 11:15-22:45; Su 12:00-22:00", + "phone": "+1-267-403-2341" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1980038, + 39.9552493 + ] + }, + "id": "node/6790491342" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6875587099", + "addr:city": "Philadelphia", + "addr:housenumber": "6208", + "addr:postcode": "19153", + "addr:state": "PA", + "addr:street": "Passyunk Avenue", + "amenity": "restaurant", + "name": "Gourmay Diner" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2141715, + 39.9170567 + ] + }, + "id": "node/6875587099" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6883997581", + "addr:city": "Philadelphia", + "addr:housenumber": "7030", + "addr:postcode": "19153", + "addr:state": "PA", + "addr:street": "Grovers Avenue", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "China House" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2333409, + 39.9123106 + ] + }, + "id": "node/6883997581" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6886145080", + "addr:city": "Philadelphia", + "addr:housenumber": "7229", + "addr:postcode": "19153", + "addr:state": "PA", + "addr:street": "Passyunk Avenue", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Pete's Pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.240256, + 39.9136738 + ] + }, + "id": "node/6886145080" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6886196286", + "addr:city": "Philadelphia", + "addr:housenumber": "7337", + "addr:postcode": "19153", + "addr:state": "PA", + "addr:street": "Elmwood Avenue", + "amenity": "restaurant", + "name": "Falcone's Steaks & Hoagies" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2429013, + 39.9135504 + ] + }, + "id": "node/6886196286" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6886277946", + "addr:city": "Philadelphia", + "addr:housenumber": "7008", + "addr:postcode": "19153", + "addr:state": "PA", + "addr:street": "Elmwood Avenue", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Bo Wah" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2376029, + 39.9169245 + ] + }, + "id": "node/6886277946" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6886277972", + "addr:city": "Philadelphia", + "addr:housenumber": "2501", + "addr:postcode": "19153", + "addr:state": "PA", + "addr:street": "South 70th Street", + "amenity": "restaurant", + "name": "Trio's" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2365265, + 39.9171125 + ] + }, + "id": "node/6886277972" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6886277973", + "addr:city": "Philadelphia", + "addr:housenumber": "2501", + "addr:postcode": "19153", + "addr:state": "PA", + "addr:street": "South 70th Street", + "amenity": "restaurant", + "name": "Gourmet Seafood" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2364432, + 39.9171787 + ] + }, + "id": "node/6886277973" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6886277974", + "addr:city": "Philadelphia", + "addr:housenumber": "2501", + "addr:postcode": "19153", + "addr:state": "PA", + "addr:street": "South 70th Street", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "China King" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2363914, + 39.9172206 + ] + }, + "id": "node/6886277974" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6886415931", + "addr:city": "Philadelphia", + "addr:housenumber": "7201", + "addr:postcode": "19153", + "addr:state": "PA", + "addr:street": "Woodland Avenue", + "amenity": "restaurant", + "check_date": "2023-11-21", + "name": "Emma's Liberian Kitchen", + "opening_hours": "Mo-Sa 08:00-22:00; Su 14:00-21:00", + "phone": "+1 267-292-2959", + "website": "https://emmaliberiankitchen.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.24461, + 39.9185516 + ] + }, + "id": "node/6886415931" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6886415954", + "amenity": "restaurant", + "name": "Jerk City" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2450409, + 39.9233624 + ] + }, + "id": "node/6886415954" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6887221221", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Ocean House" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2363705, + 39.9259308 + ] + }, + "id": "node/6887221221" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6887400119", + "addr:city": "Philadelphia", + "addr:housenumber": "6643", + "addr:postcode": "19142", + "addr:state": "PA", + "addr:street": "Woodland Avenue", + "amenity": "restaurant", + "name": "4 Seasons Cafe" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2366354, + 39.9241362 + ] + }, + "id": "node/6887400119" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6887400121", + "addr:city": "Philadelphia", + "addr:housenumber": "6631", + "addr:postcode": "19142", + "addr:state": "PA", + "addr:street": "Woodland Avenue", + "amenity": "restaurant", + "check_date": "2023-11-22", + "contact:facebook": "https://www.facebook.com/profile.php?id=180597518644127", + "contact:instagram": "https://www.instagram.com/ackeetreephilly", + "cuisine": "jamaican", + "name": "Ackee Tree", + "opening_hours": "Mo-Th,Su 11:00-21:00; Fr-Sa 11:00-21:30", + "phone": "+1 267-292-5332" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2363481, + 39.9243299 + ] + }, + "id": "node/6887400121" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6887400125", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Super China" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2360711, + 39.9245213 + ] + }, + "id": "node/6887400125" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6887400131", + "addr:city": "Philadelphia", + "addr:housenumber": "6526", + "addr:postcode": "19142", + "addr:state": "PA", + "addr:street": "Woodland Avenue", + "amenity": "restaurant", + "check_date": "2023-11-22", + "name": "Makeneh Kamara African Food Market", + "opening_hours": "Mo-Sa 08:30-20:00; Su 08:30-18:30", + "phone": "+1 267-575-2467" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2348169, + 39.925062 + ] + }, + "id": "node/6887400131" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6887496432", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Queens Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2342367, + 39.9258351 + ] + }, + "id": "node/6887496432" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6887496462", + "amenity": "restaurant", + "name": "Rocky's" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2307883, + 39.9278832 + ] + }, + "id": "node/6887496462" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6887496463", + "amenity": "restaurant", + "name": "Golden Kingdom" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2308875, + 39.927814 + ] + }, + "id": "node/6887496463" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6887496478", + "amenity": "restaurant", + "name": "Mr Hook Fish & Chicken" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2282452, + 39.9287247 + ] + }, + "id": "node/6887496478" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6897200020", + "addr:city": "Philadelphia", + "addr:housenumber": "6051", + "addr:state": "PA", + "addr:street": "Woodland Avenue", + "amenity": "restaurant", + "name": "Homestyle Caribbean" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2290609, + 39.9294747 + ] + }, + "id": "node/6897200020" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6897200046", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Great Wall" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2298232, + 39.9320496 + ] + }, + "id": "node/6897200046" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6897200050", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "China House" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2307637, + 39.9328345 + ] + }, + "id": "node/6897200050" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6897200057", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Sing Gong" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2316157, + 39.9360392 + ] + }, + "id": "node/6897200057" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6899331050", + "amenity": "restaurant", + "check_date": "2025-07-20", + "cuisine": "chinese", + "name": "Lee How Fook" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1571995, + 39.9562671 + ] + }, + "id": "node/6899331050" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6899331051", + "amenity": "restaurant", + "check_date": "2025-07-20", + "cuisine": "vietnamese", + "name": "Vietnam Palace" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1574431, + 39.9562758 + ] + }, + "id": "node/6899331051" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6899331060", + "addr:city": "Philadelphia", + "addr:housenumber": "1038", + "addr:street": "Race Street", + "amenity": "restaurant", + "check_date": "2023-10-11", + "contact:facebook": "https://www.facebook.com/BaiWei1038", + "cuisine": "chinese", + "name": "Bai Wei", + "name:zh": "百味軒", + "opening_hours": "Mo-Th,Su 11:00-22:00; Fr-Sa 11:30-22:30", + "phone": "+1 215-873-8338", + "website": "https://www.baiweipa.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1573588, + 39.955461 + ] + }, + "id": "node/6899331060" + }, + { + "type": "Feature", + "properties": { + "@id": "node/6956530320", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "3602", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "bagel", + "diet:vegetarian": "yes", + "internet_access": "wlan", + "internet_access:description": "opensesame", + "internet_access:fee": "customers", + "internet_access:ssid": "Spread The Word", + "name": "Spread Bagelry", + "opening_hours": "Mo-Su 06:00-16:00", + "outdoor_seating": "yes", + "phone": "+1-215-222-0283", + "website": "https://www.spreadbagelry.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1947958, + 39.9545518 + ] + }, + "id": "node/6956530320" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7018090707", + "addr:city": "Philadelphia", + "addr:housenumber": "9997", + "addr:postcode": "19115", + "addr:street": "Bustleton Avenue", + "amenity": "restaurant", + "cuisine": "sushi", + "name": "Ahi Sushi" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0282247, + 40.1018865 + ] + }, + "id": "node/7018090707" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7098783385", + "addr:city": "Philadelphia", + "addr:housenumber": "1022", + "addr:postcode": "19107", + "addr:street": "Race Street", + "amenity": "restaurant", + "check_date": "2025-08-26", + "cuisine": "chinese", + "name": "Nan Zhou Hand Drawn Noodle House", + "name:zh": "美味蘭州手拉麵", + "opening_hours": "Mo-Th,Su 11:00-22:00; Fr-Sa 11:00-22:30", + "payment:cash": "yes", + "payment:credit_cards": "no", + "payment:debit_cards": "no", + "phone": "+1-215-923-1550", + "website": "https://www.nanzhounoodlehouse.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1568023, + 39.9553946 + ] + }, + "id": "node/7098783385" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7098832902", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "M Kee", + "name:zh": "文旺大飯店" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1561036, + 39.9553187 + ] + }, + "id": "node/7098832902" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7098832903", + "addr:city": "Philadelphia", + "addr:housenumber": "1024", + "addr:postcode": "19107", + "addr:street": "Race Street", + "amenity": "restaurant", + "check_date": "2023-10-11", + "cuisine": "chinese", + "email": "info@dimsumgardenphilly.com", + "name": "Dim Sum Garden", + "name:zh": "點園", + "opening_hours": "11:00-22:00", + "phone": "+1-215-873-0258", + "website": "https://www.dimsumgardenphilly.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1567386, + 39.9553914 + ] + }, + "id": "node/7098832903" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7124893971", + "amenity": "restaurant", + "brand": "Pizza Hut", + "brand:wikidata": "Q191615", + "cuisine": "pizza", + "name": "Pizza Hut" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2350809, + 39.9803605 + ] + }, + "id": "node/7124893971" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7125160405", + "addr:city": "Philadelphia", + "addr:housenumber": "2481", + "addr:postcode": "19131", + "addr:state": "PA", + "addr:street": "North 54th Street", + "amenity": "restaurant", + "check_date": "2025-12-12", + "name": "Hawk & Barrel", + "opening_hours": "Mo-Th 11:00-22:00; Fr-Sa 11:00-24:00; Su 11:00-21:00", + "phone": "+1 215-948-4295", + "website": "https://hawkandbarrel.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2342316, + 39.9960094 + ] + }, + "id": "node/7125160405" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7133648812", + "addr:city": "Philadelphia", + "addr:housenumber": "8919", + "addr:postcode": "19128", + "addr:state": "PA", + "addr:street": "Ridge Avenue", + "addr:unit": "15,16", + "amenity": "restaurant", + "check_date": "2025-05-23", + "cuisine": "chinese;japanese", + "name": "Lucky Star Asian Cuisine", + "phone": "+1-215-482-3760" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2394974, + 40.0697849 + ] + }, + "id": "node/7133648812" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7142841685", + "addr:housenumber": "736", + "addr:postcode": "19147", + "addr:street": "South 9th Street", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Angelo's pizza", + "name:en": "Angelo's Pizzeria South Philly", + "website": "https://www.angelospizzeriasouthphiladelphia.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1575784, + 39.940697 + ] + }, + "id": "node/7142841685" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7164764022", + "addr:city": "Philadelphia", + "addr:housenumber": "8919", + "addr:postcode": "19128", + "addr:state": "PA", + "addr:street": "Ridge Avenue", + "addr:unit": "7", + "amenity": "restaurant", + "check_date": "2025-05-23", + "cuisine": "pizza", + "name": "Pina's Pizza", + "opening_hours": "Mo-Th,Su 10:00-22:00; Fr-Sa 10:00-23:00", + "phone": "+1 215-483-5553", + "website": "https://www.pinaspizzaroxborough.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2400428, + 40.0694331 + ] + }, + "id": "node/7164764022" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7170137585", + "addr:housenumber": "100", + "addr:street": "North 3rd Street", + "amenity": "restaurant", + "check_date": "2025-02-23", + "contact:phone": "+1 215-574-9494", + "contact:website": "https://www.oldcitypizzagrill.com", + "cuisine": "italian_pizza;american", + "name": "Old City Pizza & Restaurant", + "opening_hours": "Mo-Sa 09:00-23:00; Su 09:00-22:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1453277, + 39.952329 + ] + }, + "id": "node/7170137585" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7221500884", + "amenity": "restaurant", + "name": "Crab House Bar & Grill" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1751598, + 40.0360204 + ] + }, + "id": "node/7221500884" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7301213628", + "amenity": "restaurant", + "name": "Ravenhill Dining Hall" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1943268, + 40.015834 + ] + }, + "id": "node/7301213628" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7466082114", + "addr:city": "Philadelphia", + "addr:housenumber": "15501", + "addr:postcode": "19116", + "addr:state": "PA", + "addr:street": "Bustleton Avenue", + "addr:unit": "2", + "air_conditioning": "yes", + "amenity": "restaurant", + "cuisine": "vietnamese", + "description": "Straightforward noodle house plus a variety of classic Vietnamese dishes & banh mi sandwiches.", + "diet:vegetarian": "yes", + "name": "Pho Palace", + "opening_hours": "Mo-Su 11:00-21:30", + "phone": "+1-215-437-1898", + "takeaway": "yes", + "website": "https://www.phopalace.menu/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0099008, + 40.1332124 + ] + }, + "id": "node/7466082114" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7515807337", + "amenity": "restaurant", + "name": "Hops Brewerytown" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1859235, + 39.9778742 + ] + }, + "id": "node/7515807337" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7519213556", + "amenity": "restaurant", + "name": "Iron Hill Brewery & Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2054086, + 40.0752709 + ] + }, + "id": "node/7519213556" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7533950455", + "amenity": "restaurant", + "name": "Delegates’ Cafe" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.149594, + 39.9533256 + ] + }, + "id": "node/7533950455" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7768867655", + "addr:city": "Philadelphia", + "addr:housenumber": "14", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "East Snyder Avenue", + "amenity": "restaurant", + "cuisine": "regional;cheesesteak", + "name": "John's Roast Pork", + "opening_hours": "Mo,Su off; Tu-Sa 10:00-17:00", + "outdoor_seating": "yes", + "phone": "+1 215-463-1951", + "website": "http://www.johnsroastpork.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1449949, + 39.9210448 + ] + }, + "id": "node/7768867655" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7953388778", + "addr:city": "Philadelphia", + "addr:housenumber": "1939", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "Callowhill Street", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Pizzeria Vetri", + "opening_hours": "11:30-20:00; Fr,Sa 11:30-21:00", + "phone": "+12156002629", + "website": "https://www.pizzeriavetri.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1712178, + 39.9608469 + ] + }, + "id": "node/7953388778" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7953388779", + "addr:city": "Philadelphia", + "addr:housenumber": "1901", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "Callowhill Street", + "amenity": "restaurant", + "cuisine": "mexican;tacos", + "name": "Buena Onda", + "phone": "+12153023530", + "website": "https://www.buenaondatacos.com/menu.html" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1707918, + 39.9608063 + ] + }, + "id": "node/7953388779" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7953388780", + "addr:city": "Philadelphia", + "addr:housenumber": "1901", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "Callowhill Street", + "amenity": "restaurant", + "branch": "Japanese BBQ", + "brand": "Gyu-Kaku", + "brand:wikidata": "Q11349387", + "cuisine": "japanese;barbecue", + "name": "Gyu-Kaku", + "phone": "+12676039482", + "website": "https://www.gyu-kaku.com/philadelphia" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1701396, + 39.9607156 + ] + }, + "id": "node/7953388780" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7973721782", + "addr:city": "Philadelphia", + "addr:housenumber": "433", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "air_conditioning": "yes", + "amenity": "restaurant", + "contact:facebook": "RedOwlTavern", + "contact:instagram": "redowltavern", + "email": "info@redowltavern.com", + "name": "Red Owl Tavern", + "opening_hours": "Mo-Fr 07:30-22:00; Sa 08:00-22:00; Su 08:00-15:00", + "outdoor_seating": "yes", + "phone": "+1-215-923-2267", + "website": "https://redowltavern.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1490461, + 39.9491321 + ] + }, + "id": "node/7973721782" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7973722887", + "addr:city": "Philadelphia", + "addr:housenumber": "207", + "addr:postcode": "19106", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "check_date": "2023-10-16", + "contact:instagram": "https://www.instagram.com/luchacartelphilly", + "cuisine": "mexican", + "name": "Lucha Cartel", + "opening_hours": "Mo-We,Su 12:00-22:00, Th-Sa 12:00-26:00", + "phone": "+1 267-761-9209", + "website": "https://www.luchacartel.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1443929, + 39.9485144 + ] + }, + "id": "node/7973722887" + }, + { + "type": "Feature", + "properties": { + "@id": "node/7976943939", + "addr:housenumber": "1116", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "check_date": "2023-04-11", + "contact:phone": "+1 215-627-7676", + "contact:website": "https://moriartyspub.com", + "name": "Moriarty’s Restaurant", + "opening_hours": "Mo,Su 11:00-24:00 \"Kitchen open until 10pm\", Tu-Th 11:00-26:00 \"Kitchen open until 10pm\", Fr-Sa 11:00-26:00 \"Kitchen open until 12am\"" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1598497, + 39.9487125 + ] + }, + "id": "node/7976943939" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8112596475", + "addr:housenumber": "2859", + "addr:street": "Holme Avenue", + "amenity": "restaurant", + "cuisine": "italian", + "name": "Café Carmela", + "opening_hours": "Mo off; Tu-Th 12:00-20:00; Fr-Sa 12:00-21:30; Su 12:00-20:00", + "website": "https://cafecarmelaphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0303755, + 40.0572232 + ] + }, + "id": "node/8112596475" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8119918694", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Diamond Pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1615347, + 39.9851938 + ] + }, + "id": "node/8119918694" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8127686617", + "addr:city": "Philadelphia", + "addr:housenumber": "1516", + "addr:postcode": "19102", + "addr:street": "Sansom Street", + "amenity": "restaurant", + "check_date": "2025-02-23", + "check_date:opening_hours": "2025-02-23", + "happy_hours": "Tu-Fr 16:00-18:00", + "name": "Oyster House", + "opening_hours": "Mo,Su off; Tu-Th 11:30-21:00; Fr-Sa 11:30-22:00", + "opening_hours:signed": "no", + "phone": "+1 215-567-7683", + "website": "https://oysterhousephilly.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.166539, + 39.950302 + ] + }, + "id": "node/8127686617" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8127755217", + "addr:city": "Philadelphia", + "addr:housenumber": "124", + "addr:postcode": "19107", + "addr:street": "South 13th Street", + "amenity": "restaurant", + "check_date": "2023-10-12", + "contact:facebook": "https://www.facebook.com/sampanphilly", + "contact:instagram": "https://www.instagram.com/sampanphilly", + "name": "Sampan", + "opening_hours": "Mo-Tu,Su 16:00-22:00; We-Th 16:00-23:00; Fr-Sa 16:00-24:00", + "phone": "+1 215-732-3501", + "website": "http://www.sampanphilly.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1622021, + 39.9495191 + ] + }, + "id": "node/8127755217" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8127767717", + "addr:city": "Philadelphia", + "addr:housenumber": "212", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Walnut Street", + "addr:unit": "2nd floor", + "amenity": "restaurant", + "cuisine": "italian", + "name": "Positano Coast by Aldo Lamberti", + "phone": "+1-215-238-0499", + "website": "https://www.positanocoast.net/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1447634, + 39.9467593 + ] + }, + "id": "node/8127767717" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8255377659", + "amenity": "restaurant", + "brand": "Pizza Hut", + "brand:wikidata": "Q191615", + "cuisine": "pizza", + "name": "Pizza Hut" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1646562, + 40.0587034 + ] + }, + "id": "node/8255377659" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8290235773", + "addr:city": "Philadelphia", + "addr:housenumber": "2400", + "addr:state": "PA", + "addr:street": "Federal Street", + "amenity": "restaurant", + "cuisine": "soul_food;sandwich", + "name": "Blackseed Cafe", + "website": "https://www.blackseedcafe.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.186945, + 39.9387539 + ] + }, + "id": "node/8290235773" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8290414489", + "addr:city": "Philadelphia", + "addr:housenumber": "1401", + "addr:state": "PA", + "addr:street": "Reed Street", + "amenity": "restaurant", + "cuisine": "bakery;cafe", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Batter and Crumbs" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1688327, + 39.9331332 + ] + }, + "id": "node/8290414489" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8290414490", + "addr:city": "Philadelphia", + "addr:housenumber": "2101", + "addr:state": "PA", + "addr:street": "Reed Street", + "amenity": "restaurant", + "cuisine": "regional;sandwich", + "name": "The Fresh Works" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1794094, + 39.9345417 + ] + }, + "id": "node/8290414490" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8290414491", + "addr:city": "Philadelphia", + "addr:housenumber": "1250", + "addr:state": "PA", + "addr:street": "Point Breeze Avenue", + "amenity": "restaurant", + "name": "Pretzel Workz" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1782863, + 39.9359201 + ] + }, + "id": "node/8290414491" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8290414492", + "addr:city": "Philadelphia", + "addr:housenumber": "2011", + "addr:state": "PA", + "addr:street": "Reed Street", + "amenity": "restaurant", + "name": "Philly Tacos" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1777439, + 39.9343124 + ] + }, + "id": "node/8290414492" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8290414493", + "addr:city": "Philadelphia", + "addr:housenumber": "1320", + "addr:state": "PA", + "addr:street": "Point Breeze Avenue", + "amenity": "restaurant", + "cuisine": "breakfast;cafe", + "name": "The Tasty Toast" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.179556, + 39.9347036 + ] + }, + "id": "node/8290414493" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8290414494", + "addr:city": "Philadelphia", + "addr:housenumber": "1266", + "addr:state": "PA", + "addr:street": "South 22nd Street", + "amenity": "restaurant", + "cuisine": "cafe", + "name": "22nd Street Cafe" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1808443, + 39.9359447 + ] + }, + "id": "node/8290414494" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8410340128", + "addr:city": "Philadelphia", + "addr:housenumber": "210", + "addr:postcode": "19103", + "addr:street": "West Rittenhouse Square", + "amenity": "restaurant", + "check_date": "2023-10-14", + "contact:website": "https://www.lacroixrestaurant.com", + "name": "Lacroix", + "phone": "+1 215-790-2533" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1731075, + 39.9500607 + ] + }, + "id": "node/8410340128" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8410340129", + "addr:housenumber": "210", + "addr:street": "West Rittenhouse Square", + "amenity": "restaurant", + "check_date": "2023-04-11", + "contact:phone": "+1 215-790-2533", + "contact:website": "https://www.rittenhousehotel.com/dining/tea", + "description": "The Signature Tea $70 The Impressionist Tea $95 The Rittenhouse Tea $120 The Opulence Tea $275", + "name": "Mary Cassatt Tea Room", + "opening_hours": "Mo-We off; Th-Su 12:00-15:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1730466, + 39.9499162 + ] + }, + "id": "node/8410340129" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8410340132", + "addr:housenumber": "210", + "addr:street": "West Rittenhouse Square", + "amenity": "restaurant", + "check_date": "2023-04-11", + "contact:facebook": "https://www.facebook.com/ScarpettaPhiladelphia", + "contact:phone": "+1 215-558-4199", + "contact:website": "https://www.scarpettarestaurants.com/location/scarpetta-philadelphia/", + "description": "bar and lounge open until 11pm", + "name": "Scarpetta", + "opening_hours": "Mo-Sa 17:30-21:00; Su off" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1729745, + 39.9500579 + ] + }, + "id": "node/8410340132" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8410355483", + "addr:city": "Philadelphia", + "addr:housenumber": "1830", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Ludlow Street", + "amenity": "restaurant", + "check_date": "2023-10-09", + "description": "another entrance is at 31 South 19th Street", + "name": "Condesa", + "opening_hours:Condesa": "Mo-Th 17:00-22:00; Fr-Sa 17:00-23:00; Su off", + "opening_hours:El_Cafe": "Mo-Fr 06:00-12:00; Sa-Su 07:00-13:00", + "opening_hours:El_Techo": "Mo-Th 16:00-23:00 \"food until 10pm\"; Fr 16:00-24:00+ \"food until 11pm\"; Sa 14:00-24:00+ \"food until 11pm\"; Su 11:00-16:00", + "phone": "+1 267-930-5600", + "website": "https://www.condesaphilly.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1713516, + 39.9526323 + ] + }, + "id": "node/8410355483" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8587322044", + "amenity": "restaurant", + "branch": "Grille", + "brand": "Del Frisco's Double Eagle Steakhouse", + "brand:wikidata": "Q23461481", + "cuisine": "steak_house", + "name": "Del Frisco's Double Eagle Steakhouse" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1642317, + 39.9484805 + ] + }, + "id": "node/8587322044" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8591448483", + "amenity": "restaurant", + "name": "A Taste of Spain" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1588565, + 39.9533378 + ] + }, + "id": "node/8591448483" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8591448484", + "amenity": "restaurant", + "name": "Beck's Cajun Cafe" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1593062, + 39.9532512 + ] + }, + "id": "node/8591448484" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8591448485", + "amenity": "restaurant", + "name": "By George! Pizza, Pasta & Cheesesteaks" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1593962, + 39.9534645 + ] + }, + "id": "node/8591448485" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8591448486", + "amenity": "restaurant", + "name": "Careda's Caribbean Cuisine" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1593564, + 39.953697 + ] + }, + "id": "node/8591448486" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8591448487", + "amenity": "restaurant", + "name": "DiNic's" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1592372, + 39.9536793 + ] + }, + "id": "node/8591448487" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8591448488", + "amenity": "restaurant", + "name": "Down Home Diner" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1594757, + 39.9530475 + ] + }, + "id": "node/8591448488" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8591448492", + "amenity": "restaurant", + "name": "Kamal's Middle Eastern Specialities" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1593669, + 39.9536184 + ] + }, + "id": "node/8591448492" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8591448493", + "amenity": "restaurant", + "name": "Keven Parker's Soul Food Cafe" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1594234, + 39.9533378 + ] + }, + "id": "node/8591448493" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8591448495", + "amenity": "restaurant", + "name": "Nanee's Kitchen" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1588481, + 39.9534035 + ] + }, + "id": "node/8591448495" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8591448497", + "addr:housenumber": "51", + "addr:street": "North 12th Street", + "amenity": "restaurant", + "check_date": "2023-04-12", + "contact:phone": "+1 215-964-9792", + "contact:website": "https://pearlsrtm.com", + "description": "Inside Reading Terminal Market; entrance at 12th and Filbert St.", + "name": "Pearl's Oyster Bar" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1593502, + 39.9530315 + ] + }, + "id": "node/8591448497" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8591448498", + "amenity": "restaurant", + "name": "Sang Kee Peking Duck" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.159279, + 39.9534564 + ] + }, + "id": "node/8591448498" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8591448499", + "amenity": "restaurant", + "name": "Shanghai Gourmet" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1592644, + 39.9535254 + ] + }, + "id": "node/8591448499" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8591448502", + "amenity": "restaurant", + "name": "Umi Seafood and Sushi Bar" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1593272, + 39.9531149 + ] + }, + "id": "node/8591448502" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8596945539", + "addr:city": "Philadelphia", + "addr:housenumber": "705", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "georgian", + "name": "Sakartvelo" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1525849, + 39.94955 + ] + }, + "id": "node/8596945539" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8596945540", + "addr:city": "Philadelphia", + "addr:housenumber": "703", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "Don Barriga", + "opening_hours": "Mo-Fr 10:00-22:00; Sa 12:00-22:00; Su 12:00-21:00", + "phone": "+1-267-876-7101;+1-267-876-7102", + "website": "https://www.donbarriga.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1525293, + 39.9495378 + ] + }, + "id": "node/8596945540" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8765431382", + "addr:city": "Philadelphia", + "addr:housenumber": "118", + "addr:postcode": "19102", + "addr:state": "PA", + "addr:street": "South 16th Street", + "amenity": "restaurant", + "check_date": "2023-10-08", + "name": "The Happy Rooster", + "opening_hours": "11:30-26:00", + "phone": "+1 215-963-9311", + "website": "https://thehappyroosterpa.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1674766, + 39.950461 + ] + }, + "id": "node/8765431382" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8765431385", + "addr:city": "Philadelphia", + "addr:housenumber": "122", + "addr:postcode": "19102", + "addr:state": "PA", + "addr:street": "South 16th Street", + "amenity": "restaurant", + "check_date": "2023-10-08", + "contact:facebook": "https://www.facebook.com/joespizzaphilly", + "name": "Joe's Pizza", + "opening_hours": "Mo-Fr 10:00-20:30; Sa 11:00-20:30; Su 11:00-19:00", + "phone": "+1 215-569-0898", + "website": "https://www.joespizzaphl.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1675031, + 39.9503759 + ] + }, + "id": "node/8765431385" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8765431386", + "addr:city": "Philadelphia", + "addr:housenumber": "126", + "addr:postcode": "19102", + "addr:state": "PA", + "addr:street": "South 16th Street", + "amenity": "restaurant", + "check_date": "2023-10-08", + "contact:facebook": "https://www.facebook.com/DanDanRittenhouse", + "contact:instagram": "https://www.instagram.com/dandanrittenhouse", + "cuisine": "asian", + "name": "DanDan", + "opening_hours": "Mo-Th 11:00-22:00; Fr 11:00-22:30; Sa 11:30-22:30; Su 11:30-22:00", + "phone": "+1 215-800-1165", + "website": "https://www.dandanrestaurant.com/location/dan-dan-philadelphia" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1675348, + 39.950243 + ] + }, + "id": "node/8765431386" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8822229338", + "addr:housenumber": "1115", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "check_date": "2025-10-07", + "check_date:diet:vegan": "2025-10-07", + "check_date:diet:vegetarian": "2025-10-07", + "contact:facebook": "https://www.facebook.com/masalakitchenphilly", + "contact:phone": "+1 215-309-3301", + "contact:website": "https://www.masalakitchenphilly.com", + "cuisine": "indian", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Masala Kitchen", + "opening_hours": "Mo-Th 11:00-24:00; Fr 11:00-27:30; Sa 12:00-27:30; Su 12:00-23:00", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1597813, + 39.9488839 + ] + }, + "id": "node/8822229338" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8968478939", + "addr:city": "Philadelphia", + "addr:housenumber": "2102", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "check_date": "2023-10-15", + "cuisine": "japanese;ramen", + "name": "Maple Japanese Ramen", + "opening_hours": "Mo-Th 11:00-21:30; Fr-Sa 11:00-22:00; Su 11:30-21:30", + "phone": "+1 215-988-0788", + "website": "www.maplejapaneseramen.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1756048, + 39.9521521 + ] + }, + "id": "node/8968478939" + }, + { + "type": "Feature", + "properties": { + "@id": "node/8968533260", + "addr:city": "Philadelphia", + "addr:housenumber": "20", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "South 18th Street", + "amenity": "restaurant", + "check_date": "2023-04-13", + "contact:phone": "+1 215-988-0898", + "cuisine": "ramen", + "name": "Nom Nom Ramen", + "opening_hours": "Mo-Th,Su 11:00-15:30,17:00-21:30; Fr-Sa 11:00-15:30,17:00-22:30", + "website": "nomnomramen.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1703806, + 39.9524635 + ] + }, + "id": "node/8968533260" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9078268217", + "addr:city": "Philadelphia", + "addr:housenumber": "110", + "addr:postcode": "19107", + "addr:street": "South 13th Street", + "amenity": "restaurant", + "check_date": "2023-10-12", + "cuisine": "mediterranean", + "name": "Barbuzzo", + "opening_hours": "Mo-Th 17:00-22:00; Fr 17:00-23:00; Sa 11:00-15:00,17:00-23:00; Su 11:00-15:00,16:00-22:00", + "phone": "+1 215-546-9300", + "website": "https://barbuzzo.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1620492, + 39.9500257 + ] + }, + "id": "node/9078268217" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9133639560", + "amenity": "restaurant", + "name": "Crunchik'n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1592653, + 39.9787799 + ] + }, + "id": "node/9133639560" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9133639561", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "China House" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1593316, + 39.9787872 + ] + }, + "id": "node/9133639561" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9265227362", + "amenity": "restaurant", + "name": "Pasha's Halal Food" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1382988, + 39.9761073 + ] + }, + "id": "node/9265227362" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9344005507", + "addr:city": "Philadelphia", + "addr:housenumber": "1995", + "addr:postcode": "19154", + "addr:state": "PA", + "addr:street": "Franklin Mills Circle", + "amenity": "restaurant", + "brand": "Dave & Buster's", + "brand:wikidata": "Q5228205", + "cuisine": "american", + "leisure": "amusement_arcade", + "name": "Dave & Buster's" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -74.9610027, + 40.0917868 + ] + }, + "id": "node/9344005507" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9377415445", + "addr:city": "Philadelphia", + "addr:housenumber": "2829", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "cuisine": "thai", + "name": "Nine Thai Kitchen", + "website": "https://ninephilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1828507, + 39.9746096 + ] + }, + "id": "node/9377415445" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9377415446", + "addr:city": "Philadelphia", + "addr:housenumber": "2821", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "cuisine": "burger", + "name": "Spot Gourmet Burgers", + "website": "https://www.spotburgers.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1825959, + 39.9745783 + ] + }, + "id": "node/9377415446" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9377415452", + "addr:city": "Philadelphia", + "addr:housenumber": "2801", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "cuisine": "diner", + "name": "Philly Sunnyside Diner" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1819564, + 39.9744908 + ] + }, + "id": "node/9377415452" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9378302872", + "addr:city": "Philadelphia", + "addr:housenumber": "2533", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "Poplar Street", + "amenity": "restaurant", + "name": "Lazos Pizza & Grill", + "website": "https://www.lazospizzamenu.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1789756, + 39.9727519 + ] + }, + "id": "node/9378302872" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9382669317", + "addr:housenumber": "262", + "addr:street": "South 10th Street", + "amenity": "restaurant", + "check_date": "2023-04-12", + "contact:facebook": "https://www.facebook.com/bleusushi", + "contact:phone": "+1 215-829-0800", + "contact:website": "https://www.bleusushiphilly.com", + "cuisine": "japanese", + "name": "Bleu Sushi", + "opening_hours": "Mo-Th 11:00-22:00; Fr 11:00-23:00; Sa 12:00-23:00; Su 12:00-22:00", + "outdoor_seating": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1579158, + 39.9464897 + ] + }, + "id": "node/9382669317" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9383017165", + "addr:housenumber": "2816", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "cuisine": "sandwich", + "name": "Rybrew", + "website": "https://www.rybrew.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1825265, + 39.9743113 + ] + }, + "id": "node/9383017165" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9423177488", + "amenity": "restaurant", + "name": "Liberty Kitchen", + "website": "https://www.libertykitchenphl.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1354233, + 39.9719718 + ] + }, + "id": "node/9423177488" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9424246614", + "addr:city": "Philadelphia", + "addr:housenumber": "2641", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Italian Express" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1802908, + 39.9742798 + ] + }, + "id": "node/9424246614" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9450285240", + "addr:city": "Philadelphia", + "addr:state": "PA", + "addr:street": "Ridge Avenue", + "amenity": "restaurant", + "check_date": "2023-11-03", + "cuisine": "chinese", + "delivery": "yes", + "name": "Ruby Chinese Food", + "website": "https://www.newrubyphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2321194, + 40.0442373 + ] + }, + "id": "node/9450285240" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9459428360", + "addr:city": "Philadelphia", + "addr:housenumber": "400", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 2nd Street", + "amenity": "restaurant", + "cuisine": "argentinian", + "email": "malbecstk@gmail.com", + "name": "Malbec Argentine Steakhouse", + "opening_hours": "Mo off; Tu-Th 16:00-21:00; Fr 16:00-22:00; Sa 13:00-22:00; Su 13:00-20:00", + "phone": "+1-215-515-3899", + "website": "http://www.malbecsteakhouse.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1455311, + 39.9430129 + ] + }, + "id": "node/9459428360" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9459428362", + "addr:city": "Philadelphia", + "addr:housenumber": "414", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 2nd Street", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/bloomsdaycafe/", + "contact:instagram": "https://www.instagram.com/bloomsdayphilly/", + "name": "Bloomsday Cafe", + "opening_hours": "Mo,Tu off; We-Fr 12:00-21:00; Sa 10:00-21:00; Su 10:00-14:00", + "phone": "+1-267-319-8018", + "website": "https://bloomsdaycafe.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1455915, + 39.942737 + ] + }, + "id": "node/9459428362" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9459428364", + "addr:housenumber": "617", + "addr:street": "South 3rd Street", + "amenity": "restaurant", + "check_date": "2023-04-12", + "contact:facebook": "https://www.facebook.com/neighborhoodramenPHL", + "contact:phone": "+1 215-201-3501", + "contact:website": "https://www.neighborhoodramen.com", + "cuisine": "noodle", + "name": "Neighborhood Ramen", + "opening_hours": "Mo,Th-Su 12:00-22:00; Tu-We off" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1476037, + 39.9409125 + ] + }, + "id": "node/9459428364" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9627865572", + "addr:city": "Philadelphia", + "addr:housenumber": "6832", + "addr:postcode": "19149", + "addr:state": "PA", + "addr:street": "Bustleton Avenue", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "La Famiglia Pizza & Grill" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.064969, + 40.0414215 + ] + }, + "id": "node/9627865572" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9627865573", + "addr:city": "Philadelphia", + "addr:postcode": "19149", + "addr:state": "PA", + "addr:street": "Bustleton Avenue", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Jade Harbor" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0648727, + 40.0415183 + ] + }, + "id": "node/9627865573" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9718956005", + "addr:city": "Philadelphia", + "addr:housenumber": "7326", + "addr:state": "PA", + "addr:street": "Castor Avenue", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/elbalconcitoII/", + "cuisine": "peruvian", + "name": "El Balconcito II", + "opening_hours": "11:00-23:00", + "phone": "+1 215-342-3165", + "website": "https://www.elbalconcito.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0648119, + 40.0528575 + ] + }, + "id": "node/9718956005" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9718956006", + "addr:city": "Philadelphia", + "addr:housenumber": "7312", + "addr:state": "PA", + "addr:street": "Castor Avenue", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/DimensionLatinGrill/", + "name": "Dimension Latin Grill", + "opening_hours": "Mo off, Tu-Th,Su 15:00-24:00, Fr-Sa 15:00-25:00", + "phone": "+1 267-538-2077" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0650916, + 40.05259 + ] + }, + "id": "node/9718956006" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9718956007", + "addr:city": "Philadelphia", + "addr:housenumber": "7328", + "addr:state": "PA", + "addr:street": "Castor Avenue", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/leescastor/", + "cuisine": "sandwich", + "name": "Lee's Hoagie House", + "not:brand:wikidata": "Q6512810", + "opening_hours": "Mo-Th 11:00-19:30; Fr-Sa 11:00-20:00; Su 11:00-17:00", + "phone": "+1 215-742-8111" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.064665, + 40.0529956 + ] + }, + "id": "node/9718956007" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9721698824", + "addr:city": "Philadelphia", + "addr:housenumber": "7127", + "addr:postcode": "19119", + "addr:state": "PA", + "addr:street": "Germantown Avenue", + "amenity": "restaurant", + "cuisine": "sandwich;juice", + "diet:healthy": "yes", + "name": "The Juice Room", + "opening_hours": "Mo,Tu,Th-Sa 09:00-16:00", + "phone": "+1 215-248-1122", + "website": "thejuiceroom.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1899562, + 40.0591444 + ] + }, + "id": "node/9721698824" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9732162638", + "addr:city": "Philadelphia", + "addr:housenumber": "5603", + "addr:postcode": "19144", + "addr:state": "PA", + "addr:street": "Greene Street", + "amenity": "restaurant", + "name": "K & J Caribbean American Diner", + "opening_hours": "Mo-Th 10:00-20:30; Fr-Sa 10:00-21:30; Su 10:00-19:30", + "payment:american_express": "yes", + "payment:cash": "yes", + "payment:discover_card": "yes", + "payment:mastercard": "yes", + "payment:visa": "yes", + "phone": "+1-215-849-0235", + "website": "https://kjcaribbeanamericandiner.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1756931, + 40.0337866 + ] + }, + "id": "node/9732162638" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9765915617", + "addr:city": "Philadelphia", + "addr:housenumber": "1525", + "addr:postcode": "19102", + "addr:state": "PA", + "addr:street": "Sansom Street", + "amenity": "restaurant", + "check_date": "2025-02-23", + "check_date:opening_hours": "2025-02-23", + "contact:facebook": "https://www.facebook.com/harpcrownphl", + "name": "Harp & Crown", + "opening_hours:signed": "no", + "phone": "+1 215-330-2800", + "website": "https://harpcrown.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1668604, + 39.9505401 + ] + }, + "id": "node/9765915617" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9915336017", + "addr:housenumber": "1016", + "addr:street": "Race Street", + "amenity": "restaurant", + "name:en": "Chinatown Dumpling House" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1565868, + 39.9553587 + ] + }, + "id": "node/9915336017" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9915435139", + "addr:city": "Philadelphia", + "addr:postcode": "19128", + "addr:state": "PA", + "addr:street": "Ridge Avenue", + "amenity": "restaurant", + "check_date": "2025-12-13", + "cuisine": "pizza;pasta", + "name": "Mr. P's Pizza and Pasta" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2312922, + 40.0442493 + ] + }, + "id": "node/9915435139" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9963872785", + "addr:city": "Philadelphia", + "addr:housenumber": "1177", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 9th Street", + "amenity": "restaurant", + "name": "J & J Pizza", + "opening_hours": "Mo-Su 09:00-24:00", + "phone": "+1-215-551-1233", + "website": "https://www.j-jpizza.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1587308, + 39.9343585 + ] + }, + "id": "node/9963872785" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9964922710", + "addr:city": "Philadelphia", + "addr:housenumber": "3632", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Powelton Avenue", + "amenity": "restaurant", + "branch": "Cookies and Creamery", + "check_date": "2024-10-02", + "cuisine": "american;ice_cream;dessert", + "delivery": "yes", + "description": "Ice cream place that serves carnival treats and cookies with a walk up window.", + "internet_access": "no", + "name": "Coco's Cookies and Creamery", + "not:brand:wikidata": "Q5139723", + "opening_hours": "Mo-Su 14:00-23:00", + "outdoor_seating": "no", + "payment:cash": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+1 267-353-8059", + "takeaway": "only", + "toilets": "no", + "website": "https://cocoscookiesandcreamery.com", + "wheelchair": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1950721, + 39.95962 + ] + }, + "id": "node/9964922710" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9966262962", + "amenity": "restaurant", + "food": "asian", + "name": "Bubble Tea Room" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1463459, + 39.950423 + ] + }, + "id": "node/9966262962" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9995231385", + "addr:city": "Philadelphia", + "addr:housenumber": "3836", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "addr:unit": "2", + "amenity": "restaurant", + "brand": "Bonchon Chicken", + "brand:wikidata": "Q4941248", + "check_date": "2024-07-25", + "contact:phone": "+1 484-238-0429", + "contact:website": "https://locations.bonchon.com/ll/US/PA/Philadelphia/3836-Chestnut-St", + "cuisine": "chicken;korean;sushi", + "name": "Bonchon Chicken", + "opening_hours": "Mo-Th,Su 11:00-23:00; Fr-Sa 11:00-24:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1998646, + 39.9550659 + ] + }, + "id": "node/9995231385" + }, + { + "type": "Feature", + "properties": { + "@id": "node/9995231387", + "addr:city": "Philadelphia", + "addr:housenumber": "3717", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "asian", + "name": "LaTao Hot Pot" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1975641, + 39.9553286 + ] + }, + "id": "node/9995231387" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10042667060", + "addr:city": "Philadelphia", + "addr:housenumber": "509", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South Street", + "amenity": "restaurant", + "check_date": "2023-10-13", + "cuisine": "greek;american", + "name": "South Street Souvlaki", + "opening_hours": "Mo-Th,Su 12:00-21:00; Fr-Sa 12:00-22:00", + "phone": "+1 215-925-3026", + "website": "https://southstreetsouvlaki.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.151079, + 39.9419665 + ] + }, + "id": "node/10042667060" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10046280146", + "addr:city": "Philadelphia", + "addr:housenumber": "4251", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "New Number One", + "opening_hours": "Th-Tu 11:00-21:00", + "phone": "+1-215-387-3000", + "website": "https://www.newtasty4251.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2085853, + 39.9550343 + ] + }, + "id": "node/10046280146" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10069976385", + "addr:city": "Philadelphia", + "addr:housenumber": "824", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 8th Street", + "amenity": "restaurant", + "cuisine": "italian", + "name": "O Sole Mio Restaurant", + "opening_hours": "Tu-Sa 11:00-22:00; Su 13:00-22:00", + "operator": "Salvatore Virgi", + "payment:american_express": "yes", + "payment:cash": "yes", + "payment:discover_card": "yes", + "payment:mastercard": "yes", + "payment:visa": "yes", + "phone": "+1-215-468-1689", + "website": "https://osolemioitaliancuisine.net" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1564779, + 39.9388697 + ] + }, + "id": "node/10069976385" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10082734843", + "amenity": "restaurant", + "name": "Fishtown Diner", + "phone": "+12154262424" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.124173, + 39.9772148 + ] + }, + "id": "node/10082734843" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10109754330", + "addr:city": "Philadelphia", + "addr:housenumber": "2809", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "contact:instagram": "alldayhoagiesandicecream", + "cuisine": "ice_cream;sandwich", + "drive_through": "no", + "email": "info@alldayhoagiesandicecream.com", + "name": "All Day Hoagies and Ice Cream", + "opening_hours": "Tu-Fr 11:00-19:00; Sa-Su 11:00-17:00", + "outdoor_seating": "yes", + "phone": "+1-215-282-9500", + "website": "https://www.alldayhoagiesandicecream.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1822196, + 39.9745301 + ] + }, + "id": "node/10109754330" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10109754332", + "addr:city": "Philadelphia", + "addr:housenumber": "2841", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "name": "Sky's Place" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1832988, + 39.974676 + ] + }, + "id": "node/10109754332" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10126694219", + "amenity": "restaurant", + "description": "Diner typically open 7 days a week for breakfast-lunch", + "name": "Sulimay's" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1259265, + 39.9715787 + ] + }, + "id": "node/10126694219" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10132121776", + "amenity": "restaurant", + "cuisine": "asian", + "name": "Humpty Dumplings", + "takeaway": "only" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1364585, + 39.9685627 + ] + }, + "id": "node/10132121776" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10159500549", + "amenity": "restaurant", + "check_date": "2025-02-21", + "cuisine": "chinese", + "name": "Fat Moon Restaurant & Ba4", + "opening_hours": "Mo-Fr 17:00-02:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1636227, + 39.9596669 + ] + }, + "id": "node/10159500549" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10573790068", + "addr:city": "Philadelphia", + "addr:housenumber": "801", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Square Pie", + "opening_hours": "Mo-Th 16:00-20:00; Fr-Sa 16:00+", + "phone": "+1-215-238-0615", + "website": "http://www.squarepiephilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1526531, + 39.9386368 + ] + }, + "id": "node/10573790068" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10574765233", + "addr:city": "Philadelphia", + "addr:housenumber": "208", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Race Street", + "amenity": "restaurant", + "bar": "yes", + "cuisine": "burger;american;salad;breakfast", + "name": "Race Street Cafe", + "opening_hours": "Mo-Th 11:30-22:00; Fr 11:30-23:00; Sa 10:30-23:00; Su 10:30-22:00", + "phone": "+1-215-627-6181", + "website": "https://www.racestreetcafe.net/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1434093, + 39.9537413 + ] + }, + "id": "node/10574765233" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10575315227", + "addr:city": "Philadelphia", + "addr:housenumber": "232", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Arch Street", + "amenity": "restaurant", + "cuisine": "mediterranean", + "name": "Olea", + "opening_hours": "Th-Sa 17:00-22:00; Su-Mo 17:00-21:00", + "payment:cash": "yes", + "phone": "+1-267-519-8315", + "website": "https://www.oleaphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1444403, + 39.9519618 + ] + }, + "id": "node/10575315227" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10575826261", + "amenity": "restaurant", + "cuisine": "thai", + "name": "Kalaya" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1330916, + 39.9756326 + ] + }, + "id": "node/10575826261" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10575826262", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "LMNO" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1337114, + 39.9761712 + ] + }, + "id": "node/10575826262" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10617601162", + "addr:city": "Philadelphia", + "addr:housenumber": "2608", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "cuisine": "restaurant;catering;soul_food", + "name": "Deborah's Kitchen", + "opening_hours": "We-Fr 13:00-22:00; Sa 14:00-22:00; Su 14:00-22:00", + "phone": "+1 215-763-3327", + "website": "https://deborahskitchen.net" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1792135, + 39.9738691 + ] + }, + "id": "node/10617601162" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10698372037", + "amenity": "restaurant", + "cuisine": "thai", + "name": "Thai Square", + "opening_hours": "Tu-Fr 11:30-14:30, Tu-Su 16:00-22:00, Sa,Su 11:30-15:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1852866, + 39.9425611 + ] + }, + "id": "node/10698372037" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10736232843", + "addr:housenumber": "2000", + "addr:postcode": "19130", + "addr:street": "Hamilton Street", + "amenity": "restaurant", + "check_date": "2025-11-13", + "contact:facebook": "dimsumandnoodle", + "cuisine": "chinese", + "delivery:partner": "Postmates", + "name": "Dim Sum & Noodle", + "opening_hours": "Su-Th 11:30-21:30; Fr-Sa 11:30-22:30", + "phone": "+1-215-515-3992", + "toilets": "yes", + "toilets:access": "customers", + "website": "https://www.dimsumandnoodle.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1726765, + 39.9622378 + ] + }, + "id": "node/10736232843" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10752328344", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "2000", + "addr:postcode": "19130", + "addr:state": "PA", + "addr:street": "Hamilton Street", + "addr:unit": "106", + "air_conditioning": "yes", + "amenity": "restaurant", + "check_date": "2025-11-13", + "contact:instagram": "https://www.instagram.com/unitsuvege/", + "cuisine": "chinese", + "diet:vegan": "yes", + "diet:vegetarian": "only", + "fax": "+1-215-988-0988", + "name": "Unit Su Vege", + "opening_hours": "Mo-Th 11:00-22:00; Fr,Sa 11:00-22:30; Su 12:00-22:00", + "phone": "+1-215-988-1888", + "website": "http://www.unitsuvege.com/", + "website:menu": "http://unitsuvege.com/order/showNormalMenu.html", + "website:orders": "https://unitsuvege.m988.com/order/menu.aspx" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1725246, + 39.9622252 + ] + }, + "id": "node/10752328344" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10769245176", + "addr:postcode": "19130", + "amenity": "restaurant", + "contact:facebook": "amanophilly", + "cuisine": "italian", + "email": "info@amanophl.com", + "name": "A Mano", + "opening_hours": "Su, Tu-Th 17:00-22:00; Fr-Sa 17:00-23:00", + "phone": "+1-215-236-1114", + "website": "https://www.amanophl.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1752861, + 39.9672087 + ] + }, + "id": "node/10769245176" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10847018658", + "amenity": "restaurant", + "cuisine": "thai;asian", + "name": "Trio BYOB", + "phone": "+1-215-232-8746", + "website": "https://triobyob.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1802862, + 39.9682789 + ] + }, + "id": "node/10847018658" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10938659886", + "amenity": "restaurant", + "check_date": "2025-06-01", + "check_date:opening_hours": "2023-09-26", + "cuisine": "mexican", + "name": "Cactus Restaurant and Bar", + "opening_hours:signed": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2210849, + 40.0245019 + ] + }, + "id": "node/10938659886" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10962846399", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Stacey's Pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2062533, + 39.957853 + ] + }, + "id": "node/10962846399" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10978033944", + "amenity": "restaurant", + "cuisine": "thai", + "name": "Chon Tong", + "opening_hours": "Mo-Su 11:00-21:00; Tu off", + "toilets": "no", + "website:menu": "https://me-qr.com/ZruLQCo" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1638617, + 39.9584521 + ] + }, + "id": "node/10978033944" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10978033950", + "addr:housenumber": "490", + "addr:street": "North Broad Street", + "addr:unit": "3B", + "amenity": "restaurant", + "check_date": "2025-09-04", + "cuisine": "chinese", + "name": "Golden Chopsticks", + "opening_hours": "Mo-Sa 11:00-22:00; Su 12:00-22:00", + "phone": "+1-215-496-9190", + "website": "http://www.goldenchopsticksonline.net/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1622625, + 39.9622951 + ] + }, + "id": "node/10978033950" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10979953124", + "amenity": "restaurant", + "cuisine": "sushi", + "fixme": "Zushi is temporarily closed. The opening_hours should be changed once it opens again.", + "name": "Zushi", + "opening_hours": "closed \"Temporarily closed\"" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1696667, + 39.9554905 + ] + }, + "id": "node/10979953124" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10979953125", + "amenity": "restaurant", + "cuisine": "sandwich", + "name": "Matt & Marie's", + "opening_hours": "Mo-Fr 10:00-14:00", + "payment:cash": "yes", + "payment:contactless": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "website:menu": "https://mattandmaries.square.site/?location=11ea7f438a037e78bee054ab3a4df151" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1696513, + 39.9555681 + ] + }, + "id": "node/10979953125" + }, + { + "type": "Feature", + "properties": { + "@id": "node/10983283169", + "amenity": "restaurant", + "cuisine": "american;chinese", + "name": "Lucky", + "phone": "+1-215-222-2447" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2017278, + 39.9626132 + ] + }, + "id": "node/10983283169" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11012741750", + "addr:housenumber": "764", + "addr:street": "South 9th Street", + "amenity": "restaurant", + "name": "Mawn Noodle House", + "website": "https://mawnphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1577354, + 39.9399549 + ] + }, + "id": "node/11012741750" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11018048003", + "addr:city": "Philadelphia", + "addr:country": "US", + "addr:housenumber": "1919", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Market Street", + "addr:unit": "101", + "amenity": "restaurant", + "branch": "Market Street", + "brand": "Naf Naf Grill", + "brand:wikidata": "Q111901442", + "check_date": "2023-10-15", + "cuisine": "middle_eastern", + "name": "Naf Naf Grill", + "opening_hours": "Mo-Sa 10:30-20:00; Su off", + "phone": "+1 267-930-4002", + "website": "https://www.nafnafgrill.com/locations/#jump-1919-market" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1724664, + 39.9536819 + ] + }, + "id": "node/11018048003" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11018800562", + "amenity": "restaurant", + "name": "Libertine" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1624829, + 39.9468161 + ] + }, + "id": "node/11018800562" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11018837131", + "addr:city": "Philadelphia", + "addr:housenumber": "110", + "addr:street": "South 11th Street", + "amenity": "restaurant", + "check_date": "2023-10-11", + "name": "Morea", + "opening_hours": "Mo-Th 16:00-24:00, Fr 10:30-25:00, Sa 10:00-25:00, Su 10:00-23:00", + "phone": "+1 267-930-1110", + "website": "https://moreaphilly.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1589017, + 39.9497889 + ] + }, + "id": "node/11018837131" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11020595806", + "addr:city": "Philadelphia", + "addr:housenumber": "401", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "contact:instagram": "franklinsocialphiladelphia", + "cuisine": "american", + "name": "Franklin Social", + "opening_hours": "Mo-Th 06:30-00:00; Fr 06:30-02:00; Sa 07:00-02:00; Su 07:00-00:00", + "outdoor_seating": "yes", + "phone": "+1-215-931-4260", + "website": "https://www.franklinsocialphilly.com", + "website:menu": "https://www.franklinsocialphilly.com/#menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1480548, + 39.9490228 + ] + }, + "id": "node/11020595806" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11020622675", + "amenity": "restaurant", + "name": "TOC - Tavern on Camac" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1616368, + 39.9472736 + ] + }, + "id": "node/11020622675" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11024023888", + "addr:city": "Philadelphia", + "addr:housenumber": "610", + "addr:postcode": "19147", + "addr:street": "South 5th Street", + "amenity": "restaurant", + "check_date": "2023-10-13", + "cuisine": "thai", + "name": "Golden Triangle", + "opening_hours": "Mo-Sa 12:00-22:00; Su 17:00-22:00", + "phone": "+1 267-930-7990", + "website": "https://goldentrianglephilly.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1509637, + 39.9415363 + ] + }, + "id": "node/11024023888" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11054765996", + "amenity": "restaurant", + "cuisine": "japanese", + "name": "Kisso" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1462703, + 39.9542937 + ] + }, + "id": "node/11054765996" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11055837168", + "amenity": "restaurant", + "check_date": "2025-08-13", + "check_date:smoking": "2024-09-10", + "cuisine": "asian", + "diet:vegetarian": "yes", + "indoor_seating": "yes", + "name": "Ichiban Asian Fusion", + "opening_hours": "Mo 11:00-22:00; Tu-Th 11:00-22:30; Fr,Sa 11:00-23:30; Su 12:00-22:00", + "outdoor_seating": "no", + "panoramax": "b5599753-0553-4e11-9b5e-92d17a322deb", + "smoking": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2150359, + 40.033182 + ] + }, + "id": "node/11055837168" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11055837171", + "amenity": "restaurant", + "check_date": "2025-09-17", + "check_date:opening_hours": "2025-04-05", + "check_date:smoking": "2024-09-10", + "cuisine": "greek", + "indoor_seating": "yes", + "name": "Yiro Yiro", + "opening_hours": "Mo-Su 11:00-22:00", + "outdoor_seating": "no", + "panoramax": "87c5e274-4f73-412f-9c62-97d390a2aab6", + "phone": "+1-267-331-9476", + "phone:mnemonic": "+1-267-331-YIRO", + "smoking": "no", + "website": "https://www.yiro-yiro.com/", + "wheelchair": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2143075, + 40.032529 + ] + }, + "id": "node/11055837171" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11055837188", + "amenity": "restaurant", + "check_date": "2025-12-06", + "check_date:opening_hours": "2025-12-13", + "cuisine": "asian", + "indoor_seating": "yes", + "name": "Dream House Asian Bistro", + "opening_hours:signed": "no", + "outdoor_seating": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2160151, + 40.0343672 + ] + }, + "id": "node/11055837188" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11056699904", + "amenity": "restaurant", + "check_date": "2025-12-13", + "check_date:opening_hours": "2025-12-13", + "cuisine": "chinese", + "diet:vegetarian": "yes", + "indoor_seating": "yes", + "name": "China House", + "opening_hours:signed": "no", + "outdoor_seating": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2129051, + 40.0319463 + ] + }, + "id": "node/11056699904" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11056945477", + "amenity": "restaurant", + "check_date": "2023-07-20", + "cuisine": "chinese", + "name": "China House" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1519395, + 40.0631539 + ] + }, + "id": "node/11056945477" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11056945486", + "amenity": "restaurant", + "check_date": "2023-07-20", + "name": "Relish" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1529757, + 40.0634713 + ] + }, + "id": "node/11056945486" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11057515285", + "amenity": "restaurant", + "check_date": "2025-07-20", + "check_date:opening_hours": "2025-07-20", + "cuisine": "thai;lao", + "diet:vegetarian": "yes", + "indoor_seating": "yes", + "name": "Ban Bamboo", + "opening_hours": "Tu-Su 16:00-21:00", + "outdoor_seating": "no", + "phone": "+1-215-483-0487" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.217429, + 40.035486 + ] + }, + "id": "node/11057515285" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11057515299", + "amenity": "restaurant", + "check_date": "2025-12-06", + "check_date:opening_hours": "2024-09-10", + "indoor_seating": "yes", + "name": "Taylor's Fine American Grill", + "opening_hours:signed": "no", + "outdoor_seating": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2163801, + 40.0344328 + ] + }, + "id": "node/11057515299" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11057538813", + "amenity": "restaurant", + "check_date": "2023-07-20", + "cuisine": "italian", + "name": "Ricky & Maria Pizza and Pasta" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2234934, + 40.0392445 + ] + }, + "id": "node/11057538813" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11057538820", + "amenity": "restaurant", + "indoor_seating": "yes", + "name": "Barry's", + "outdoor_seating": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2180089, + 40.0360241 + ] + }, + "id": "node/11057538820" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11061530197", + "amenity": "restaurant", + "check_date": "2025-09-25", + "cuisine": "chinese", + "diet:vegetarian": "yes", + "indoor_seating": "yes", + "name": "Beijing Garden", + "opening_hours": "Mo-Th 11:00-22:30; Fr,Sa 11:00-23:00; Su 12:00-22:30", + "outdoor_seating": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2113398, + 40.0306169 + ] + }, + "id": "node/11061530197" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11068025194", + "addr:city": "Philadelphia", + "addr:housenumber": "1776", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Benjamin Franklin Parkway", + "amenity": "restaurant", + "bar": "yes", + "brewery": "yes", + "check_date": "2024-09-23", + "check_date:opening_hours": "2024-09-23", + "contact:facebook": "https://www.facebook.com/victorytaproomPHL/", + "name": "Victory Brewing Company", + "opening_hours": "Mo-Th 11:00-22:00; Fr-Sa 11:00-23:00; Su 11:00-21:00", + "outdoor_seating": "yes", + "phone": "+1-445-223-1130", + "website": "https://taprooms.victorybeer.com/victory-brewing-company-philadelphia-d1474f3f7a0c", + "website:menu": "https://taprooms.victorybeer.com/victory-brewing-company-philadelphia-d1474f3f7a0c#food" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1686628, + 39.9561914 + ] + }, + "id": "node/11068025194" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11068037602", + "addr:city": "Philadelphia", + "addr:housenumber": "33", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "South 18th Street", + "amenity": "restaurant", + "check_date": "2023-07-22", + "contact:facebook": "https://www.facebook.com/MyGreenEggsCafe/", + "name": "Green Eggs Cafe", + "opening_hours": "Mo-Fr 09:00-15:00; Sa-Su 09:00-16:00", + "outdoor_seating": "yes", + "payment:cash": "yes", + "phone": "+1-267-687-8013", + "website": "https://greeneggscafe.com/", + "website:menu": "https://greeneggscafe.com/menu/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1702051, + 39.9521739 + ] + }, + "id": "node/11068037602" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11068116875", + "addr:city": "Philadelphia", + "addr:housenumber": "926-928", + "addr:postcode": "19107", + "addr:state": "PA", + "addr:street": "Race Street", + "amenity": "restaurant", + "branch": "Chinatown", + "check_date": "2023-10-11", + "contact:facebook": "https://www.facebook.com/ninetingchinatown", + "cuisine": "korean", + "name": "Nine Ting", + "opening_hours": "Mo-Th,Su 12:00-23:00; Fr-Sa 12:00-24:00", + "phone": "+1-215-238-9996", + "website": "https://ninetingpa.com/location/philadelphia-chinatown" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1553392, + 39.9552155 + ] + }, + "id": "node/11068116875" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11069315584", + "amenity": "restaurant", + "check_date": "2025-12-06", + "diet:vegetarian": "yes", + "indoor_seating": "yes", + "name": "White Yak", + "opening_hours": "Tu-Su 11:30-15:00,16:30-21:30; Mo off", + "outdoor_seating": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2157638, + 40.0338156 + ] + }, + "id": "node/11069315584" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11072156870", + "amenity": "restaurant", + "check_date": "2025-06-01", + "name": "Blondie", + "opening_hours": "Tu-Th 16:00-21:00; Fr 11:00-16:00,17:00-23:00; Sa 10:00-16:00,17:00-23:00; Su 10:00-16:00,17:00-20:30; Mo,PH off", + "opening_hours:bar": "Tu-Th 16:00-22:00; Fr 17:00-24:00; Sa 17:00-24:00; Su 17:00-21:00; Mo,PH off", + "opening_hours:signed": "no", + "phone": "+1-215-253-3833", + "website": "https://www.blondiephilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2253884, + 40.0262806 + ] + }, + "id": "node/11072156870" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11072156872", + "amenity": "restaurant", + "check_date": "2025-06-01", + "check_date:opening_hours": "2023-09-26", + "diet:vegetarian": "yes", + "name": "Manayunk Indian Grille", + "opening_hours": "Tu-Su 11:30-22:00; Mo,PH off", + "opening_hours:signed": "no", + "phone": "+1-215-621-7929", + "website": "https://manayunkindiangrille.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2256423, + 40.0263773 + ] + }, + "id": "node/11072156872" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11073875046", + "amenity": "restaurant", + "check_date": "2025-06-01", + "check_date:opening_hours": "2023-09-26", + "diet:vegan": "only", + "name": "Unity Kitchen", + "opening_hours": "We,Th 16:00-21:00; Fr,Sa 12:00-22:00; Su 12:00-20:00; Mo,PH off", + "phone": "+1-267-437-3194", + "website": "https://volsteadzeroproof.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2243372, + 40.0258748 + ] + }, + "id": "node/11073875046" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11073875048", + "amenity": "restaurant", + "check_date": "2025-06-01", + "cuisine": "ramen", + "diet:vegan": "no", + "diet:vegetarian": "yes", + "name": "@Ramen MNYK", + "opening_hours": "We-Sa 11:00-15:00,17:00-21:00; Su 11:30-15:00,17:00-20:00; PH,Mo,Tu off" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.223901, + 40.0256816 + ] + }, + "id": "node/11073875048" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11073875053", + "amenity": "restaurant", + "check_date": "2025-06-01", + "check_date:opening_hours": "2023-09-26", + "cuisine": "thai", + "name": "Chabaa", + "opening_hours:signed": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2235308, + 40.0255382 + ] + }, + "id": "node/11073875053" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11073875058", + "amenity": "restaurant", + "check_date": "2025-06-01", + "name": "La Roca" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2198249, + 40.0234924 + ] + }, + "id": "node/11073875058" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11073875078", + "amenity": "restaurant", + "check_date": "2025-06-01", + "cuisine": "vietnamese", + "diet:vegan": "no", + "diet:vegetarian": "yes", + "name": "Main Street Pho", + "opening_hours": "Tu-Sa 11:30-21:00; Su 11:00-21:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2221316, + 40.02497 + ] + }, + "id": "node/11073875078" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11073875090", + "amenity": "restaurant", + "check_date": "2025-06-01", + "cuisine": "japanese", + "name": "Yanako", + "opening_hours": "Fr,Sa 11:00-15:00,17:00-21:30; Su 11:00-15:00,17:00-21:00; Mo,We,Th 17:00-21:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2236002, + 40.0255599 + ] + }, + "id": "node/11073875090" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11102457716", + "amenity": "restaurant", + "check_date": "2025-06-01", + "check_date:opening_hours": "2023-08-28", + "cuisine": "asian", + "name": "New Leaf II", + "opening_hours:signed": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.222056, + 40.0247305 + ] + }, + "id": "node/11102457716" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11102457717", + "amenity": "restaurant", + "check_date": "2025-06-01", + "check_date:opening_hours": "2023-08-28", + "name": "Winnie's Manayunk", + "opening_hours:signed": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2222375, + 40.0247985 + ] + }, + "id": "node/11102457717" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11102457741", + "addr:city": "Philadelphia", + "addr:housenumber": "4410", + "addr:state": "PA", + "addr:street": "Main Street", + "amenity": "restaurant", + "check_date": "2025-06-01", + "check_date:opening_hours": "2023-09-26", + "cuisine": "mexican", + "name": "Taqueria Amor", + "opening_hours:signed": "no", + "website": "https://www.taqueriaamor.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2250769, + 40.0259461 + ] + }, + "id": "node/11102457741" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11102457746", + "amenity": "restaurant", + "check_date": "2025-06-01", + "check_date:opening_hours": "2023-09-26", + "cuisine": "greek;italian", + "diet:vegan": "no", + "diet:vegetarian": "yes", + "indoor_seating": "yes", + "name": "Zesty's", + "opening_hours:signed": "no", + "outdoor_seating": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2245633, + 40.0257295 + ] + }, + "id": "node/11102457746" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11139235593", + "amenity": "restaurant", + "check_date": "2024-10-09", + "check_date:opening_hours": "2024-10-09", + "cuisine": "thai", + "indoor_seating": "no", + "name": "Phu Fha Thai To Go", + "opening_hours:signed": "no", + "outdoor_seating": "no", + "takeaway": "only" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.218837, + 40.0299618 + ] + }, + "id": "node/11139235593" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11171814637", + "amenity": "restaurant", + "check_date": "2023-09-05", + "name": "The Pierogie Kitchen", + "opening_hours": "Th-Sa 11:00-20:00; Su 12:00-17:00; Mo,Tu off" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2080956, + 40.0315537 + ] + }, + "id": "node/11171814637" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11194708393", + "amenity": "restaurant", + "check_date": "2023-09-15", + "cuisine": "indian", + "name": "Nirvana Indian Bistro" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2076021, + 40.076849 + ] + }, + "id": "node/11194708393" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11194708395", + "amenity": "restaurant", + "brand": "Sakura Sushi", + "check_date": "2023-09-15", + "cuisine": "japanese", + "name": "Sakura" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2074998, + 40.0767932 + ] + }, + "id": "node/11194708395" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11202546618", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Fino's Pizzeria & Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1869453, + 40.0545589 + ] + }, + "id": "node/11202546618" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11225105220", + "addr:city": "Philadelphia", + "addr:housenumber": "6750", + "addr:postcode": "19128", + "addr:state": "PA", + "addr:street": "Ridge Avenue", + "amenity": "restaurant", + "check_date": "2024-11-10", + "name": "Daiva's Grille", + "opening_hours": "Mo-We,Su 08:00-16:00; Th 08:00-20:00; Fr,Sa 08:00-21:00", + "phone": "+1 215-508-4400", + "takeaway": "no", + "website": "https://daivasgrille.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2255109, + 40.0413481 + ] + }, + "id": "node/11225105220" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11225105224", + "amenity": "restaurant", + "check_date": "2023-09-27", + "indoor_seating": "yes", + "name": "Gil's Restaurant & PTG Caterers", + "outdoor_seating": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2265156, + 40.0427566 + ] + }, + "id": "node/11225105224" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11226451586", + "addr:housenumber": "600", + "addr:street": "South 2nd Street", + "amenity": "restaurant", + "cuisine": "burger", + "name": "Bridget Foy's" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1458831, + 39.9411256 + ] + }, + "id": "node/11226451586" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11228277959", + "amenity": "restaurant", + "name": "Wokworks" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1519348, + 39.913968 + ] + }, + "id": "node/11228277959" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11231061187", + "amenity": "restaurant", + "check_date": "2025-10-31", + "check_date:opening_hours": "2025-10-31", + "indoor_seating": "yes", + "name": "Lucky's Trading Co.", + "opening_hours:signed": "no", + "outdoor_seating": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2114337, + 40.0182686 + ] + }, + "id": "node/11231061187" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11258942553", + "addr:city": "Philadelphia", + "addr:housenumber": "3711", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Market Street", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Han Dynasty", + "opening_hours": "Mo-Th 11:30-21:30; Fr-Sa 11:30-22:00; Su 11:30-21:00", + "phone": "+1 215 222 3711", + "website": "https://www.handynasty.net/location/han-dynasty-university-city/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1968747, + 39.9567539 + ] + }, + "id": "node/11258942553" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11300340569", + "addr:housenumber": "2104", + "addr:postcode": "19103", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "name": "El Merkury", + "opening_hours": "Tu-Su 11:00-20:00", + "website": "https://www.elmerkury.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1757345, + 39.9521978 + ] + }, + "id": "node/11300340569" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11339377765", + "addr:housenumber": "7700", + "addr:street": "Crittenden Street", + "amenity": "restaurant", + "check_date": "2023-11-10", + "cuisine": "pizza", + "name": "Mario’s Pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1951156, + 40.0732065 + ] + }, + "id": "node/11339377765" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11352102720", + "amenity": "restaurant", + "check_date": "2023-11-13", + "cuisine": "chinese", + "name": "Lo's China Wok" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2234272, + 40.0292106 + ] + }, + "id": "node/11352102720" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11362466269", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Gennaro's Pizza‎ & steak" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1640832, + 39.9426713 + ] + }, + "id": "node/11362466269" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11362679585", + "amenity": "restaurant", + "check_date": "2023-11-19", + "name": "Maggie's Waterfront Cafe" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -74.9896476, + 40.0436532 + ] + }, + "id": "node/11362679585" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11367679391", + "access": "customers", + "amenity": "restaurant", + "bar": "yes", + "check_date": "2024-05-31", + "cuisine": "american", + "indoor_seating": "yes", + "name": "Chickie's And Pete's", + "outdoor_seating": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2375487, + 39.8781141 + ] + }, + "id": "node/11367679391" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11379798122", + "access": "customers", + "amenity": "restaurant", + "check_date": "2024-05-31", + "cuisine": "ramen", + "indoor_seating": "yes", + "name": "Gachi", + "outdoor_seating": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2380281, + 39.8780064 + ] + }, + "id": "node/11379798122" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11379798125", + "access": "customers", + "amenity": "restaurant", + "check_date": "2023-11-27", + "cuisine": "pizza", + "indoor_seating": "yes", + "name": "Good Luck Pizza Co.", + "outdoor_seating": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2368323, + 39.8776921 + ] + }, + "id": "node/11379798125" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11384006086", + "amenity": "restaurant", + "name": "Rayaki Ramen" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -74.9651258, + 40.0867066 + ] + }, + "id": "node/11384006086" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11384006087", + "amenity": "restaurant", + "name": "Pho Nam Giang" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -74.9649327, + 40.0860561 + ] + }, + "id": "node/11384006087" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11384006088", + "amenity": "restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -74.9660592, + 40.0837679 + ] + }, + "id": "node/11384006088" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11506485925", + "amenity": "restaurant", + "check_date": "2025-10-08", + "name": "Uptown Grill" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2141086, + 40.0026772 + ] + }, + "id": "node/11506485925" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11536740011", + "addr:city": "Philadelphia", + "addr:housenumber": "4051", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Market Street", + "amenity": "restaurant", + "cuisine": "indian", + "name": "Virasat Haveli", + "phone": "+1-215-921-4553", + "website": "https://havelivirasat.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2037529, + 39.9575693 + ] + }, + "id": "node/11536740011" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11608500955", + "amenity": "restaurant", + "check_date": "2024-02-10", + "name": "Le Bus East Falls" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1936823, + 40.0089279 + ] + }, + "id": "node/11608500955" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11819301570", + "addr:city": "Philadelphia", + "addr:housenumber": "1229", + "addr:postcode": "19107", + "addr:state": "PA", + "addr:street": "Spruce Street", + "air_conditioning": "yes", + "amenity": "restaurant", + "cuisine": "sandwich;burger;american;pasta;salad", + "diet:vegan": "only", + "email": "hello@themonstervegan.com", + "name": "Monster Vegan", + "name:en": "Monster Vegan", + "opening_hours": "Mo-Tu 17:00-21:00; We-Th 17:00-22:00; Fr 17:00-23:30; Sa 12:00-23:30", + "phone": "+1-215-790-9494", + "takeaway": "yes", + "website": "https://www.themonstervegan.com/", + "website:menu": "https://www.themonstervegan.com/_files/ugd/646f42_eb3a2e0a6f994b4eba8bf931ab9fdaee.pdf" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1622275, + 39.9467829 + ] + }, + "id": "node/11819301570" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11823088860", + "amenity": "restaurant", + "check_date": "2024-04-15", + "name": "Fiesta III Plaza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.204684, + 40.0751176 + ] + }, + "id": "node/11823088860" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11829354069", + "amenity": "restaurant", + "internet_access": "wlan", + "name": "the Wilder", + "name:en": "Wilder", + "website": "https://www.wilderphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1740486, + 39.9514429 + ] + }, + "id": "node/11829354069" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11904325567", + "addr:city": "Philadelphia", + "addr:housenumber": "1819", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "bar": "yes", + "cuisine": "asian;italian", + "name": "DaVinci & Yu", + "opening_hours": "Su 10:00-15:00, 16:30-21:00; We-Th 16:30-21:00; Fr 16:30-22:00; Sa 10:00-15:00, 16:30-22:00", + "outdoor_seating": "yes", + "phone": "+1-215-465-1000", + "self_service": "no", + "short_name": "Flannel", + "website": "https://davinciandyu.com/", + "website:menu": "https://davinciandyu.com/menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1663741, + 39.9272921 + ] + }, + "id": "node/11904325567" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11961332062", + "addr:city": "Philadelphia", + "addr:housenumber": "9311", + "addr:state": "PA", + "addr:street": "Krewstown Road", + "amenity": "restaurant", + "check_date": "2024-06-06", + "fixme": "location is estimated", + "name": "Judah Mediterranean Grill", + "opening_hours": "Mo-Th,Su 11:00-20:00; Fr 11:00-15:00; Sa off", + "phone": "+1 215-613-6110", + "source": "website", + "website": "https://judahgrill.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0451659, + 40.0859387 + ] + }, + "id": "node/11961332062" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11961332064", + "addr:city": "Philadelphia", + "addr:housenumber": "9319", + "addr:postcode": "19115", + "addr:state": "PA", + "addr:street": "Krewstown Road", + "amenity": "restaurant", + "check_date": "2024-06-06", + "cuisine": "pizza", + "fixme": "location is estimated", + "name": "Station Pizza", + "opening_hours": "Mo-We,Su 10:00-23:00, Th 10:00-24:00, Fr-Sa 10:00-25:00", + "phone": "+1 215-676-6969", + "source": "website", + "website": "https://www.stationpizzakrewstown.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0450248, + 40.0861116 + ] + }, + "id": "node/11961332064" + }, + { + "type": "Feature", + "properties": { + "@id": "node/11961332065", + "addr:city": "Philadelphia", + "addr:housenumber": "9321-23", + "addr:postcode": "19115", + "addr:state": "PA", + "addr:street": "Krewstown Road", + "amenity": "restaurant", + "check_date": "2024-06-06", + "contact:facebook": "https://www.facebook.com/mayuraindiancuisine/", + "contact:instagram": "https://www.instagram.com/mayuraindiancuisine", + "cuisine": "indian", + "fixme": "location is estimated", + "name": "Mayura Indian Restaurant", + "phone": "+1 267-377-3250; +1 215-420-4200", + "reservation": "yes", + "source": "website", + "website": "https://mayurapa.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0449918, + 40.086148 + ] + }, + "id": "node/11961332065" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12015920183", + "addr:housenumber": "2639", + "addr:street": "Poplar Street", + "amenity": "restaurant", + "name": "The Boozy Mutt", + "website": "https://theboozymutt.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1805107, + 39.972945 + ] + }, + "id": "node/12015920183" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12033547861", + "addr:city": "Philadelphia", + "addr:housenumber": "2431", + "addr:postcode": "19125", + "addr:state": "PA", + "addr:street": "Aramingo Avenue", + "amenity": "restaurant", + "cuisine": "american", + "name": "Nifty Fifty's", + "outdoor_seating": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1211823, + 39.9746297 + ] + }, + "id": "node/12033547861" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12033547867", + "amenity": "restaurant", + "name": "Honeygrow" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1213561, + 39.9744429 + ] + }, + "id": "node/12033547867" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12035513984", + "addr:city": "Roslyn", + "addr:postcode": "19001", + "addr:state": "PA", + "addr:street": "Easton Road", + "amenity": "restaurant", + "name": "Ny Gyro House", + "opening_hours": "Mo-Su 10:00-21:00", + "payment:american_express": "yes", + "payment:cash": "yes", + "payment:discover_card": "yes", + "payment:mastercard": "yes", + "payment:visa": "yes", + "phone": "+1 267-658-4878", + "website": "https://nygyrohouse.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1365563, + 39.9913798 + ] + }, + "id": "node/12035513984" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12047973046", + "amenity": "restaurant", + "image:menu": "b7ef3db3-ccb0-414d-9cd9-250378d7f1dc", + "image:menu:0": "606460df-6a68-4bc0-86cd-3f2e7fe7048d", + "name": "Friday Saturday Sunday" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1760386, + 39.9489498 + ] + }, + "id": "node/12047973046" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12047973048", + "amenity": "restaurant", + "cuisine": "italian", + "name": "Trattoria Carina" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1779378, + 39.9487173 + ] + }, + "id": "node/12047973048" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12057895582", + "amenity": "restaurant", + "name": "Garden Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1727636, + 39.9608659 + ] + }, + "id": "node/12057895582" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12057895583", + "amenity": "restaurant", + "name": "Reflections Café" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.172917, + 39.9604979 + ] + }, + "id": "node/12057895583" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12057913787", + "amenity": "restaurant", + "name": "Stir Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1813878, + 39.9649744 + ] + }, + "id": "node/12057913787" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12057913788", + "amenity": "restaurant", + "check_date": "2025-11-07", + "name": "Philadelphia Museum of Art Café" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1812158, + 39.9649852 + ] + }, + "id": "node/12057913788" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12068420900", + "addr:city": "Philadelphia", + "addr:housenumber": "15", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "cuisine": "greek", + "name": "Kostas Restaurant", + "website": "https://kostasfishtown.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1349528, + 39.9688607 + ] + }, + "id": "node/12068420900" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12068420901", + "addr:city": "Philadelphia", + "addr:housenumber": "19", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "cuisine": "mexican;fusion", + "name": "Sancho Pistola's", + "website": "https://www.pistolaslife.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.135191, + 39.9688546 + ] + }, + "id": "node/12068420901" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12068420906", + "addr:city": "Philadelphia", + "addr:housenumber": "3", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Mandarin House" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1346294, + 39.968939 + ] + }, + "id": "node/12068420906" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12068564786", + "addr:city": "Philadelphia", + "addr:housenumber": "161", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "cuisine": "american", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Primary Plant Based", + "website": "https://www.primaryplantbased.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1383665, + 39.9694395 + ] + }, + "id": "node/12068564786" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12068595227", + "addr:city": "Philadelphia", + "addr:housenumber": "1040", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 2nd Street", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "El Camino Real", + "opening_hours": "Mo-Fr 11:00-02:00, Sa,Su 10:00-02:00", + "phone": "+1-215-925-1110", + "website": "http://www.elcaminophilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1402068, + 39.9672699 + ] + }, + "id": "node/12068595227" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12070112688", + "addr:city": "Philadelphia", + "addr:housenumber": "931", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 2nd Street", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "Cantina Dos Segundos", + "phone": "+1 215-629-0500", + "website": "https://www.cantinadossegundos.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1404402, + 39.9648475 + ] + }, + "id": "node/12070112688" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12070468129", + "addr:housenumber": "900", + "addr:street": "Arch Street", + "amenity": "restaurant", + "check_date": "2023-04-12", + "name": "Banh Mi Cali" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1548603, + 39.9532801 + ] + }, + "id": "node/12070468129" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12070468130", + "addr:housenumber": "902", + "addr:street": "Arch Street", + "amenity": "restaurant", + "check_date": "2023-04-12", + "contact:phone": "+1 215-925-1688", + "contact:website": "https://xiansizzlingwoksphilly.com", + "name": "Xi’an Sizzling Woks", + "opening_hours": "Mo,We-Th,Su 11:00-22:00; Tu off; Fr-Sa 11:00-22:30" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1549162, + 39.9532901 + ] + }, + "id": "node/12070468130" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12070468132", + "addr:housenumber": "906", + "addr:street": "Arch Street", + "amenity": "restaurant", + "check_date": "2023-04-12", + "name": "Delightful Garden", + "name:zh": "成都小吃" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1550228, + 39.9533023 + ] + }, + "id": "node/12070468132" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12101434354", + "addr:housenumber": "789", + "addr:postcode": "19154", + "addr:street": "Franklin Mills Circle", + "amenity": "restaurant", + "check_date": "2024-08-09", + "cuisine": "korean", + "diet:vegetarian": "yes", + "internet_access": "wlan", + "internet_access:fee": "no", + "name": "Kpot", + "opening_hours": "Mo-Th,Su 12:00-22:30; Fr-Sa 12:00-23:30", + "payment:cash": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+1 215-613-5760", + "website": "https://thekpot.com/location/northeast-philly/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -74.9628894, + 40.0924782 + ] + }, + "id": "node/12101434354" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12116762088", + "amenity": "restaurant", + "bar": "yes", + "name": "Players Sports Bar" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2322259, + 39.8890562 + ] + }, + "id": "node/12116762088" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12117637101", + "addr:housenumber": "2804", + "addr:postcode": "19132", + "addr:street": "West Lehigh Avenue", + "amenity": "restaurant", + "cuisine": "pizza", + "diet:vegan": "yes", + "name": "Down North Pizza", + "opening_hours": "Th-Su 12:00-20:00", + "phone": "+1 215-377-9787", + "website": "https://www.downnorthpizza.com/", + "website:menu": "https://www.downnorthpizza.com/menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1772098, + 39.9967506 + ] + }, + "id": "node/12117637101" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12148418701", + "addr:city": "Philadelphia", + "addr:housenumber": "3400", + "addr:postcode": "19134", + "addr:state": "PA", + "addr:street": "Aramingo Avenue", + "amenity": "restaurant", + "brand": "IHOP", + "brand:wikidata": "Q1185675", + "check_date": "2024-08-31", + "cuisine": "breakfast;pancake", + "fixme": "location in shopping center", + "name": "IHOP", + "opening_hours": "07:00-22:00", + "phone": "+1 215-427-3370", + "website": "https://restaurants.ihop.com/en-us/pa/philadelphia/breakfast-3400-aramingo-ave-5501" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1014944, + 39.9913661 + ] + }, + "id": "node/12148418701" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12152098101", + "addr:housenumber": "1528", + "addr:postcode": "19102", + "addr:street": "Spruce Street", + "amenity": "restaurant", + "contact:facebook": "enswellcocktailbar", + "contact:instagram": "enswellphilly", + "cuisine": "american", + "name": "Enswell", + "opening_hours": "Mo-Fr 07:00-11:00; Sa-Su 08:00-11:00;\nMo-Fr 11:00-15:00;\nMo-Th 16:30-22:00; Fr-Sa 16:30-22:30; Su 16:30-21:00", + "website": "https://www.enswellphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1677484, + 39.9472504 + ] + }, + "id": "node/12152098101" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12184490701", + "addr:housenumber": "1518", + "addr:postcode": "19102", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "indian", + "email": "info@ammasusa.com", + "name": "Amma's South Indian Cuisine", + "opening_hours": "Mo-Fr 11:00-21:45; Sa-Su 12:00-21:45", + "phone": "+1 808-762-6627", + "website": "https://ammasrestaurants.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1663937, + 39.9510675 + ] + }, + "id": "node/12184490701" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12198062882", + "addr:city": "Philadelphia", + "addr:housenumber": "637", + "addr:postcode": "19123", + "addr:street": "North 3rd Street", + "amenity": "restaurant", + "cuisine": "sushi", + "name": "Yanaga Kappo-Izakaya", + "website": "https://www.ykisushi.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1429765, + 39.9621949 + ] + }, + "id": "node/12198062882" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12199309796", + "addr:city": "Philadelphia", + "addr:housenumber": "8", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "South Front Street", + "amenity": "restaurant", + "cuisine": "italian", + "name": "La Famiglia Ristorante", + "phone": "+1 215-922-2803", + "website": "https://lafamiglia.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1423503, + 39.9493912 + ] + }, + "id": "node/12199309796" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12199309797", + "addr:city": "Philadelphia", + "addr:housenumber": "14", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "North Front Street", + "amenity": "restaurant", + "cuisine": "italian", + "name": "Panorama", + "phone": "+1 215-922-7800", + "website": "https://www.pennsviewhotel.com/panorama" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1421735, + 39.9501703 + ] + }, + "id": "node/12199309797" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12200267546", + "addr:city": "Philadelphia", + "addr:housenumber": "707", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Lamberti Pizza & Market", + "outdoor_seating": "yes", + "website": "https://lambertipizzamarket.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1526616, + 39.9495648 + ] + }, + "id": "node/12200267546" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12206975147", + "addr:city": "Philadelphia", + "addr:housenumber": "911", + "addr:postcode": "19111", + "addr:state": "PA", + "addr:street": "Tyson Avenue", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/215.delicias/", + "cuisine": "latin_american", + "name": "Las Delicias Latinas", + "source": "City of Philadelphia" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0803683, + 40.052728 + ] + }, + "id": "node/12206975147" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12228563690", + "addr:city": "Philadelphia", + "addr:housenumber": "3731", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "cuisine": "noodle;salad", + "diet:gluten_free": "yes", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Honeygrow", + "opening_hours": "Mo-Su 10:30-23:00", + "outdoor_seating": "yes", + "phone": "+1-215-222-0400", + "takeaway": "yes", + "website": "https://www.honeygrow.com/location/university-of-penn/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1977589, + 39.9536638 + ] + }, + "id": "node/12228563690" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12228584502", + "addr:city": "Philadelphia", + "addr:housenumber": "212", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Market Street", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Wood Fired Pizza by Oh Brother", + "opening_hours": "Su-Th 11:00-23:00; Fr-Sa 11:00-03:00", + "phone": "+1-215-845-5902", + "website": "https://www.woodfiredpizzabyohbrother.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1442571, + 39.9498302 + ] + }, + "id": "node/12228584502" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12228634290", + "addr:city": "Philadelphia", + "addr:housenumber": "10", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "South 2nd Street", + "amenity": "restaurant", + "cuisine": "cuban", + "name": "Cuba Libre", + "phone": "+1-215-627-0666", + "website": "https://cubalibrerestaurant.com/en/philadelphia/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1439453, + 39.9495924 + ] + }, + "id": "node/12228634290" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12228634298", + "addr:city": "Philadelphia", + "addr:housenumber": "52", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "South 2nd Street", + "amenity": "restaurant", + "cuisine": "french", + "name": "Royal Boucherie", + "opening_hours": "We-Fr 11:00-00:00; Sa-Su 10:00-00:00", + "phone": "+1-267-606-6313", + "website": "https://www.royalboucherie.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1441338, + 39.9487153 + ] + }, + "id": "node/12228634298" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12228686819", + "addr:city": "Philadelphia", + "addr:housenumber": "2025", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Sansom Street", + "amenity": "restaurant", + "name": "Bolo", + "phone": "+1-267-639-2741", + "website": "https://bolophl.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1745753, + 39.9515071 + ] + }, + "id": "node/12228686819" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12228729057", + "addr:city": "Philadelphia", + "addr:housenumber": "538", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 4th Street", + "amenity": "restaurant", + "cuisine": "pizza;sandwich", + "name": "Del Rossi's Cheesesteak and Pizza Co.", + "website": "https://delrossisrestaurant.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1450192, + 39.9614977 + ] + }, + "id": "node/12228729057" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12228786313", + "addr:city": "Philadelphia", + "addr:housenumber": "719", + "addr:postcode": "19123", + "addr:state": "PA", + "addr:street": "North 2nd Street", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "Mana Modern Chinese", + "opening_hours": "Su-Th 11:30-22:00; Fr-Sa 11:30-22:30", + "phone": "+1 215-933-0536", + "takeaway": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1408738, + 39.9623806 + ] + }, + "id": "node/12228786313" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12229584185", + "addr:city": "Philadelphia", + "addr:housenumber": "134", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "middle_eastern", + "name": "Malooga", + "opening_hours": "Mo-Su 11:00-22:00", + "phone": "+1-267-822-2327", + "website": "https://www.maloogacatering.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1438265, + 39.9482674 + ] + }, + "id": "node/12229584185" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12229584186", + "addr:city": "Philadelphia", + "addr:housenumber": "138", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "japanese;sushi;ramen", + "delivery": "yes", + "name": "Oishii", + "opening_hours": "Mo-Th 11:00-14:30,17:00-21:30; Fr-Sa 11:00-14:30,17:00-22:30; Su off", + "phone": "+1-215-923-7800", + "takeaway": "yes", + "website": "https://www.oishiisr.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1439326, + 39.948277 + ] + }, + "id": "node/12229584186" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12229752747", + "addr:city": "Philadelphia", + "addr:housenumber": "15", + "addr:postcode": "19106", + "addr:state": "PA", + "addr:street": "South 3rd Street", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "Las Bugambilias", + "outdoor_seating": "yes", + "phone": "+1-267-239-5673", + "website": "https://lasbugambiliasphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1456832, + 39.94964 + ] + }, + "id": "node/12229752747" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12230309787", + "addr:city": "Philadelphia", + "addr:housenumber": "3639", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Lancaster Avenue", + "air_conditioning": "yes", + "amenity": "restaurant", + "check_date": "2024-10-17", + "cuisine": "poke;hawaiian", + "diet:vegan": "yes", + "name": "iBowl", + "opening_hours": "Mo-Sa 10:30-21:00; Su 12:00-21:00", + "phone": "+1-267-670-8626", + "website": "https://www.ibowlpa.com/", + "website:menu": "https://order.mealkeyway.com/customer/release/index?mid=2b376f4b704b353768644775496932464275624246673d3d#/main" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1946155, + 39.9592259 + ] + }, + "id": "node/12230309787" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12230342214", + "addr:city": "Philadelphia", + "addr:housenumber": "3517", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Lancaster Avenue", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Mad Greek’s pizza", + "opening_hours": "Mo-We 10:00-23:00; Th-Fr 10:00-23:59; Sa 11:00-23:59; Su 12:00-22:00", + "phone": "+1-215-222-2739", + "website": "https://www.madgreeksphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1929808, + 39.9583736 + ] + }, + "id": "node/12230342214" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12231852660", + "addr:city": "Philadelphia", + "addr:housenumber": "9175", + "addr:postcode": "19114", + "addr:state": "PA", + "addr:street": "Roosevelt Boulevard", + "addr:unit": "2", + "amenity": "restaurant", + "brand": "Chuck E. Cheese", + "brand:wikidata": "Q2438391", + "check_date": "2024-10-07", + "cuisine": "pizza", + "leisure": "amusement_arcade", + "name": "Chuck E. Cheese", + "opening_hours": "Mo-Th,Su 11:00-21:00; Fr 11:00-22:00; Sa 10:00-22:00", + "phone": "+1 215-677-6300", + "website": "https://locations.chuckecheese.com/us/pa/philadelphia/9175-roosevelt-blvd" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0315202, + 40.076256 + ] + }, + "id": "node/12231852660" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12236521001", + "amenity": "restaurant", + "name": "Ho Sai Gai Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.156033, + 39.9553001 + ] + }, + "id": "node/12236521001" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12238320566", + "addr:city": "Philadelphia", + "addr:housenumber": "1699", + "addr:postcode": "19115", + "addr:state": "PA", + "addr:street": "Grant Avenue", + "amenity": "restaurant", + "check_date": "2024-10-09", + "cuisine": "sushi", + "name": "To-Kai Sushi & HIbachi", + "opening_hours": "Mo-Th 11:00-22:00; Fr,Sa 11:00-23:00; Su 13:00-21:30", + "phone": "+1 215-676-0708", + "source": "official website", + "website": "https://www.to-kai.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0380003, + 40.0866274 + ] + }, + "id": "node/12238320566" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12249187710", + "addr:city": "Philadelphia", + "addr:housenumber": "2301", + "addr:postcode": "19149", + "addr:state": "PA", + "addr:street": "Cottman Avenue", + "amenity": "restaurant", + "check_date": "2024-10-13", + "cuisine": "korean", + "name": "KPot", + "opening_hours": "Mo-Th,Su 12:00-22:30; Fr,Sa 12:00-23:30", + "phone": "+1 215-302-8888", + "source": "official website", + "website": "https://thekpot.com/location/philadelphia-cottman/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.0588289, + 40.0481138 + ] + }, + "id": "node/12249187710" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12250890612", + "amenity": "restaurant", + "bar": "yes", + "cuisine": "tapas;thai", + "internet_access": "no", + "internet_access:fee": "no", + "level": "0", + "name": "Grandma's", + "opening_hours": "Tu-Th,Su 11:30-23:30; Fr-Sa 12:00-24:00,00:00-00:30; Mo 11:30-22:00", + "takeaway": "yes", + "toilets:access": "customers", + "website": "https://www.grandmasphilly.com/", + "wheelchair": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1624072, + 39.9490345 + ] + }, + "id": "node/12250890612" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12272476812", + "addr:city": "Philadelphia", + "addr:housenumber": "3601", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Market Street", + "addr:unit": "5", + "air_conditioning": "yes", + "amenity": "restaurant", + "cuisine": "indian", + "drive_through": "no", + "name": "Bombay Dhabba", + "opening_hours": "Mo-Fr 11:00-21:00; Sa 14:00-22:00", + "phone": "+1-215-222-0195", + "takeaway": "yes", + "website": "https://www.bombaydhabbapa.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1941777, + 39.9568219 + ] + }, + "id": "node/12272476812" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12272541456", + "addr:city": "Philadelphia", + "addr:housenumber": "3816", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Carter’s Pizza and Beer", + "opening_hours": "Tu-Su 11:00-23:00", + "phone": "+1-215-925-2229", + "website": "https://www.carterspizzaandbeerpa.com", + "website:menu": "https://www.carterspizzaandbeerpa.com/#menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1998227, + 39.9552155 + ] + }, + "id": "node/12272541456" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12288830699", + "addr:city": "Philadelphia", + "addr:housenumber": "3608", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "noodle;japanese;bubble_tea", + "name": "Ochatto", + "opening_hours": "Mo-Th 11:15-22:00; Fr,Sa 11:15-23:00; Su 12:00-22:00", + "phone": "+1-215-385-5555", + "website": "http://ochatto.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1950995, + 39.9545927 + ] + }, + "id": "node/12288830699" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12288879225", + "addr:city": "Philadelphia", + "addr:housenumber": "3601", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Market Street", + "addr:unit": "2", + "amenity": "restaurant", + "cuisine": "noodle;chinese", + "name": "Heng Feng", + "opening_hours": "Mo-Sa 10:30-21:00", + "phone": "+1-215-622-9205", + "website": "https://www.hengfengnoodles.com/", + "website:menu": "https://order.hengfengnoodles.com/order/heng-feng-hand-drawn-noodles-market-st-philly/menu-market-st/menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1942265, + 39.9565333 + ] + }, + "id": "node/12288879225" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12289417310", + "addr:city": "Philadelphia", + "addr:housenumber": "3816", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "air_conditioning": "yes", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/namphilly/", + "cuisine": "vietnamese;pho", + "delivery": "yes", + "name": "Em Oi Vietnam Cafe", + "opening_hours": "Mo-Su 11:00-21:00", + "phone": "+1-215-921-9475", + "takeaway": "yes", + "website": "https://emoivietcafe.com", + "website:menu": "https://emoivietcafe.com/menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1995035, + 39.955133 + ] + }, + "id": "node/12289417310" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12290191546", + "addr:city": "Philadelphia", + "addr:housenumber": "3716", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Spruce Street", + "air_conditioning": "yes", + "amenity": "restaurant", + "branch": "Spruce / UPenn", + "contact:facebook": "https://www.facebook.com/eltacoandburritos/", + "contact:instagram": "https://www.instagram.com/eltacoandburritos", + "contact:twitter": "https://twitter.com/el_taco_burrito", + "cuisine": "mexican;burrito;tacos", + "diet:meat": "yes", + "diet:vegetarian": "yes", + "name": "El Taco", + "opening_hours": "Mo-Sa 11:00-21:30", + "phone": "+1-215-222-8226", + "takeaway": "yes", + "website": "https://www.eltacoandburritos.com", + "website:menu": "https://order.toasttab.com/online/el-taco-spruce" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1982031, + 39.9510301 + ] + }, + "id": "node/12290191546" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12298222301", + "addr:postcode": "19106", + "amenity": "restaurant", + "name": "Cuba Libre Restaurant & Rum Bar", + "opening_hours": "Mo-Th 16:00-21:00; Fr 16:00-21:30; Sa 12:00-21:30; Su 12:00-21:00", + "phone": "+1-215-627-0666", + "website": "https://cubalibrerestaurant.com/en/philadelphia" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1439386, + 39.9496038 + ] + }, + "id": "node/12298222301" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12360068768", + "addr:city": "Philadelphia", + "addr:housenumber": "1180", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 10th Street", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Agricola", + "opening_hours": "Fr-Sa 16:00-21:00; Su 14:00-19:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1605844, + 39.9346766 + ] + }, + "id": "node/12360068768" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12360481092", + "addr:city": "Philadelphia", + "addr:housenumber": "947", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "Federal Street", + "amenity": "restaurant", + "cuisine": "mediterranean;moroccan", + "name": "Casablanca Mediterranean Grill", + "opening_hours": "Mo-Th 11:00-21:00; Fr-Sa 11:00-22:00", + "phone": "+1-267-324-5165", + "website": "https://casablanca-grill.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1602965, + 39.9346764 + ] + }, + "id": "node/12360481092" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12360591360", + "addr:city": "Philadelphia", + "addr:housenumber": "833", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "Wharton Street", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "Dough Head Pizza", + "opening_hours": "Su-Th 11:00-24:00; Fr-Sa 11:00-02:00", + "phone": "+1-215-770-6790", + "website": "https://www.doughheadpizza.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1589597, + 39.9332439 + ] + }, + "id": "node/12360591360" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12361977780", + "addr:city": "Philadelphia", + "addr:housenumber": "1326", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "CJ & D's Trenton Tomato Pies", + "opening_hours": "Mo-Tu off; We 17:00-20:00; Th off; Fr 17:00-21:00; Sa off; Su 13:00-19:00", + "website": "https://www.instagram.com/cjdtomatopies/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1602509, + 39.9326954 + ] + }, + "id": "node/12361977780" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12363561554", + "amenity": "restaurant", + "cuisine": "vietnamese", + "name": "Nam Phuong" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1619135, + 39.9364807 + ] + }, + "id": "node/12363561554" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12363572102", + "amenity": "restaurant", + "cuisine": "thai", + "name": "Ratchada" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1613935, + 39.9365717 + ] + }, + "id": "node/12363572102" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12390764288", + "amenity": "restaurant", + "check_date": "2024-11-30", + "cuisine": "mediterranean", + "level": "0", + "name": "Dara's Mediterranean" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.225166, + 40.0269947 + ] + }, + "id": "node/12390764288" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12470316401", + "amenity": "restaurant", + "name": "CO-OP Restaurant & Bar", + "website": "https://www.coopphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1901103, + 39.9542804 + ] + }, + "id": "node/12470316401" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12482329399", + "addr:city": "Philadelphia", + "addr:housenumber": "1835", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Arch St", + "amenity": "restaurant", + "name": "The Mulberry on Arch", + "opening_hours": "Mo-Su 10:00-22:00", + "phone": "+1-215-586-4366", + "website": "https://www.themulberryphl.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1709446, + 39.9555296 + ] + }, + "id": "node/12482329399" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12497429201", + "addr:postcode": "19107", + "amenity": "restaurant", + "cuisine": "american;burger;chicken;diner;fish;pasta;seafood", + "name": "Attico Rooftop", + "opening_hours": "We-Th 16:00-23:00; Fr 16:00-02:00; Sa 10:30-02:00; Su 10:30-23:00", + "phone": "+1 267-519-0965", + "website": "https://atticorooftop.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1641484, + 39.9486404 + ] + }, + "id": "node/12497429201" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12536868007", + "amenity": "restaurant", + "check_date": "2025-01-25", + "cuisine": "mexican", + "name": "Buena Vista Mexican" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1660827, + 39.964548 + ] + }, + "id": "node/12536868007" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12536874639", + "amenity": "restaurant", + "check_date": "2025-06-01", + "name": "Mia Ragazza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2250641, + 40.0261432 + ] + }, + "id": "node/12536874639" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12545545702", + "addr:city": "Philadelphia", + "addr:housenumber": "206-208", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "South 45th Street", + "alt_name": "Jezabel's Café", + "amenity": "restaurant", + "contact:instagram": "https://www.instagram.com/jezabels.phl/", + "cuisine": "argentinian;empanada;tea;coffee", + "name": "Jezabel’s", + "opening_hours": "Mo 08:30-14:30; We-Sa 08:30-16:30", + "phone": "+1 215-554-7380", + "website": "https://www.jezabelscafe.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2118599, + 39.9549326 + ] + }, + "id": "node/12545545702" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12566704176", + "amenity": "restaurant", + "cuisine": "pizza;gyro", + "name": "Zesto Pizza & Grill" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2023422, + 39.9547628 + ] + }, + "id": "node/12566704176" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12566704178", + "amenity": "restaurant", + "cuisine": "japanese;ramen", + "name": "Terakawa Ramen" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2023641, + 39.954658 + ] + }, + "id": "node/12566704178" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12577161042", + "addr:city": "Philadelphia", + "addr:housenumber": "4317", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "african;senegalese", + "name": "Kilimandjaro", + "was:addr:housenumber": "4301" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2095635, + 39.9567041 + ] + }, + "id": "node/12577161042" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12581658650", + "addr:city": "Philadelphia", + "addr:housenumber": "2900", + "addr:postcode": "19146", + "addr:state": "PA", + "addr:street": "Grays Ferry Avenue", + "amenity": "restaurant", + "craft": "caterer", + "cuisine": "barbecue;breakfast;mexican", + "name": "Chef's Table", + "phone": "+1 215 925 8360", + "takeaway": "only", + "website": "https://www.cateringphiladelphia.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1923853, + 39.9388142 + ] + }, + "id": "node/12581658650" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12591411710", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "Aztlan Taqueria", + "opening_hours": "Mo-Su 11:00-21:00", + "phone": "+12677013808" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1692056, + 39.9359438 + ] + }, + "id": "node/12591411710" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12613401501", + "addr:postcode": "19107", + "amenity": "restaurant", + "cuisine": "sushi", + "name": "Kichi Omakase", + "opening_hours": "Su-Th 17:00-22:00; Fr-Sa 17:00-23:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1604443, + 39.949916 + ] + }, + "id": "node/12613401501" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12614221301", + "addr:housenumber": "114", + "addr:postcode": "19107", + "addr:street": "South 13th Street", + "amenity": "restaurant", + "cuisine": "seafood", + "internet_access": "wlan", + "name": "Pearl & Mary", + "opening_hours": "Mo-Tu 16:00-22:00; We-Th 16:00-23:00; Fr 16:00-00:00; Sa 11:30-00:00; Su 11:30-22:00", + "phone": "+12153306786", + "website": "https://www.pearlandmary.com" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1621039, + 39.9497468 + ] + }, + "id": "node/12614221301" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12615756601", + "addr:city": "Philadelphia", + "addr:housenumber": "161", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "North 21st Street", + "amenity": "restaurant", + "cuisine": "greek", + "email": "info@moustakigyro.com", + "name": "Moustaki Gyro", + "opening_hours": "Mo-Su 11:00-21:00", + "phone": "+1-215-964-9151", + "website": "https://www.moustakigyro.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1741331, + 39.9575744 + ] + }, + "id": "node/12615756601" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12615832901", + "addr:city": "Philadelphia", + "addr:housenumber": "335", + "addr:postcode": "19125", + "addr:state": "PA", + "addr:street": "East Girard Avenue", + "amenity": "restaurant", + "cuisine": "greek", + "email": "info@moustakigyro.com", + "name": "Moustaki Authentic Gyros", + "opening_hours": "Mo-Su 11:00-21:00", + "phone": "+1-267-876-8004", + "website": "https://www.moustakigyro.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1306614, + 39.97033 + ] + }, + "id": "node/12615832901" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12625813534", + "addr:city": "Philadelphia", + "addr:housenumber": "1233", + "addr:postcode": "19121", + "addr:state": "PA", + "addr:street": "North 31st Street", + "amenity": "restaurant", + "cuisine": "coffee_shop;burger;sandwich;salad;breakfast", + "diet:vegetarian": "yes", + "name": "iMunch Cafe", + "opening_hours": "Mo-We 08:00-15:00; Th-Su 08:00-18:00", + "phone": "+1-215-236-8624", + "takeaway": "yes", + "website": "https://imunchcafe.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1863495, + 39.9759391 + ] + }, + "id": "node/12625813534" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12626597401", + "addr:postcode": "19103", + "amenity": "restaurant", + "contact:facebook": "revolutiontaco", + "contact:instagram": "revolutiontaco", + "cuisine": "mexican", + "name": "Revolution Taco", + "opening_hours": "Mo-Fr 11:00-20:00; Sa 11:00-16:00", + "phone": "+1-267-639-5681", + "website": "https://www.therevolutiontaco.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1743574, + 39.9505086 + ] + }, + "id": "node/12626597401" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12626825101", + "addr:housenumber": "927", + "addr:postcode": "19107", + "addr:street": "Arch Street", + "amenity": "restaurant", + "name": "JiangNan Philadelphia", + "website": "https://jiangnanny.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1559573, + 39.9536502 + ] + }, + "id": "node/12626825101" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12633333731", + "addr:city": "Philadelphia", + "addr:housenumber": "1445", + "addr:postcode": "19122", + "addr:state": "PA", + "addr:street": "North American Street", + "amenity": "restaurant", + "cuisine": "burger", + "name": "Happy Bites", + "opening_hours": "We-Fr 17:00-21:00 \"check website for modified hours\"; Sa 15:00-21:00 \"check website for modified hours\"; Su 13:00-18:00 \"check website for modified hours\"", + "phone": "+1-215-301-6222", + "website": "https://www.orderhappybites.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1396225, + 39.9736447 + ] + }, + "id": "node/12633333731" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12633433308", + "addr:city": "Philadelphia", + "addr:housenumber": "1800", + "addr:postcode": "19122", + "addr:state": "PA", + "addr:street": "North American Street", + "amenity": "restaurant", + "cuisine": "mexican", + "delivery": "yes", + "name": "Sor Ynez", + "opening_hours": "Tu-Sa 12:00-15:00,16:00-21:00; Su-Mo off", + "phone": "+1-215-309-2582", + "reservation": "yes", + "takeaway": "yes", + "website": "https://sorynez.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1396863, + 39.9787238 + ] + }, + "id": "node/12633433308" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12633786201", + "addr:postcode": "19145", + "amenity": "restaurant", + "cuisine": "asian;mexican", + "name": "Korea Taqueria", + "opening_hours": "Tu-Su 11:00-21:00", + "phone": "+1 267-234-7100", + "website": "https://www.korea-taqueria.com/", + "website:menu": "https://order.toasttab.com/online/koreataqueria" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1960675, + 39.9341916 + ] + }, + "id": "node/12633786201" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12638576828", + "addr:city": "Philadelphia", + "addr:housenumber": "108", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "South 20th Street", + "amenity": "restaurant", + "cuisine": "pizza", + "diet:vegan": "only", + "name": "20th Street Pizza", + "opening_hours": "Tu-Su 12:00-21:00", + "outdoor_seating": "no", + "takeaway": "yes", + "website": "https://20thstreet.pizza", + "website:menu": "https://order.20thstreet.pizza/order/20th-street-pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1736718, + 39.9516972 + ] + }, + "id": "node/12638576828" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12670250102", + "addr:postcode": "19151", + "amenity": "restaurant", + "cuisine": "american", + "name": "J Breakfast & Lunch", + "opening_hours": "Sa-Su 06:30-14:30; Mo-Fr 06:00-14:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2468514, + 39.9849852 + ] + }, + "id": "node/12670250102" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12676588435", + "amenity": "restaurant", + "check_date": "2025-07-31", + "cuisine": "pizza", + "name": "Apollo's Pizza" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1904973, + 40.0128665 + ] + }, + "id": "node/12676588435" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12710705801", + "addr:housenumber": "5941", + "addr:postcode": "19120", + "addr:street": "North 5th Street", + "amenity": "restaurant", + "cuisine": "korean", + "name": "Kim's Restaurant", + "opening_hours": "Mo-Su 10:00-23:00", + "website": "http://kimsbbqrestaurant.com/", + "website:menu": "https://m.yelp.com/biz/kims-restaurant-philadelphia" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1290002, + 40.0421958 + ] + }, + "id": "node/12710705801" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12855724940", + "amenity": "restaurant", + "check_date": "2025-10-08", + "cuisine": "ramen", + "name": "Fuki Ramen & Sushi" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.222838, + 40.0025948 + ] + }, + "id": "node/12855724940" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12862820903", + "addr:housenumber": "2151", + "addr:postcode": "19145", + "addr:street": "South 22nd Street", + "amenity": "restaurant", + "cuisine": "indonesian", + "name": "Griddle & Rice", + "opening_hours": "Mo-Su 07:00-19:00", + "phone": "+1-267-360-2900", + "website": "https://griddlericephilly.com/", + "website:menu": "https://griddleandrice.kwickmenu.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1828152, + 39.9249102 + ] + }, + "id": "node/12862820903" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12862925002", + "addr:housenumber": "1627", + "addr:postcode": "19148", + "addr:street": "East Passyunk Avenue", + "amenity": "restaurant", + "cuisine": "french;vietnamese", + "name": "Paris Banh Mi Cafe Bakery - South Philly", + "opening_hours": "Tu-Sa 10:00-20:00; Su 10:00-19:00", + "outdoor_seating": "no", + "phone": "+1-610-332-1767", + "self_service": "yes", + "website": "https://parisbanhmi.com/locations/paris-banh-mi-south-philly-pa", + "website:menu": "https://parisbanhmi.com/order-website/view-menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1639368, + 39.9292867 + ] + }, + "id": "node/12862925002" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12862925101", + "addr:housenumber": "1533", + "addr:postcode": "19147", + "addr:street": "South 11th Street", + "amenity": "restaurant", + "cuisine": "indian", + "name": "The Palace of Indian", + "opening_hours": "Su-Th 11:00-15:00, 16:30-22:00; Fr-Sa 11:00-15:00, 16:30-22:30", + "outdoor_seating": "https://palaceofindian.com/menu", + "phone": "+1-215-982-1666", + "self_service": "no", + "website": "https://palaceofindian.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1629304, + 39.9299555 + ] + }, + "id": "node/12862925101" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12865811301", + "addr:housenumber": "933", + "addr:postcode": "19107", + "addr:street": "Race Street", + "amenity": "restaurant", + "cuisine": "thai", + "name": "Cily Chicken Rice and Thai Food", + "opening_hours": "Su-Tu, Th 11:00-15:00, 16:00-21:30; Fr-Sa 11:00-15:00, 16:00-22:30", + "outdoor_seating": "no", + "phone": "+1-215-982-1113", + "self_service": "no" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1554683, + 39.9554686 + ] + }, + "id": "node/12865811301" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12879671820", + "amenity": "restaurant", + "check_date": "2025-05-30", + "name": "Bar Hygge" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1662284, + 39.9670247 + ] + }, + "id": "node/12879671820" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12887950801", + "addr:housenumber": "1606", + "addr:postcode": "19145", + "addr:street": "Passyunk Avenue", + "amenity": "restaurant", + "cuisine": "vietnamese", + "name": "Cafe Nahn", + "opening_hours": "Th-Tu 10:00-19:00", + "phone": "+1-215-551-2407", + "website": "http://cafenhanphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.173276, + 39.9246411 + ] + }, + "id": "node/12887950801" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12921980901", + "addr:housenumber": "1532", + "addr:postcode": "19145", + "addr:street": "Snyder Avenue", + "amenity": "restaurant", + "contact:facebook": "cafeychocolatepa", + "contact:instagram": "cafeychocolatepa", + "cuisine": "mexican", + "name": "Cafe y Chocolate", + "opening_hours": "Mo-Th 09:00-17:00; Fr-Sa 09:00-20:00; Su 09:00-17:00", + "phone": "+1-267-639-4506", + "website": "https://www.cafeychocolatephiladelphia.com", + "website:menu": "https://www.cafeychocolatephiladelphia.com/order/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1726469, + 39.9246486 + ] + }, + "id": "node/12921980901" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12941711389", + "addr:city": "Philadelphia", + "addr:housenumber": "1700", + "addr:postcode": "19125", + "addr:state": "PA", + "addr:street": "North Front Street", + "amenity": "restaurant", + "bar": "yes", + "contact:instagram": "https://www.instagram.com/percyphl/", + "email": "info@percyphl.com", + "name": "Percy", + "opening_hours": "Mo-We,Su 09:00-15:00; Th-Fr 09:00-15:00,17:00-21:00", + "website": "https://percyphl.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1344358, + 39.9753997 + ] + }, + "id": "node/12941711389" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12941745505", + "addr:city": "Philadelphia", + "addr:housenumber": "3675", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Market Street", + "amenity": "restaurant", + "bar": "yes", + "contact:instagram": "https://www.instagram.com/corio.philly/", + "cuisine": "american;italian;italian_pizza;pasta", + "email": "info@coriophilly.com", + "name": "Corio", + "opening_hours": "Mo-Fr 11:00-21:00; Sa 16:00-21:00; Su off", + "website": "https://www.coriophilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1951282, + 39.9568065 + ] + }, + "id": "node/12941745505" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12943315402", + "addr:housenumber": "811", + "addr:postcode": "19147", + "addr:street": "South 8th Street", + "amenity": "restaurant", + "contact:instagram": "cafecuongphilly", + "cuisine": "vietnamese", + "name": "Cafe Cuong", + "opening_hours": "Tu-Su 08:00-16:00", + "outdoor_seating": "no", + "phone": "+1-215-574-0527", + "self_service": "no", + "website": "https://cafe-cuong.res-menu.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1561544, + 39.9388321 + ] + }, + "id": "node/12943315402" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12944924713", + "amenity": "restaurant", + "check_date": "2025-06-21", + "cuisine": "indian", + "name": "Tiffin Indian Cuisine" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1694522, + 39.9673711 + ] + }, + "id": "node/12944924713" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12952784530", + "addr:city": "Philadelphia", + "addr:housenumber": "1715", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "check_date": "2025-06-21", + "cuisine": "asian", + "level": "0", + "name": "Ten Asian Food Hall", + "opening_hours": "Mo-Th 10:30-02:00; Fr-Sa 10:30-03:00; Su 17:00-02:00", + "phone": "+1-215-273-9193" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1693436, + 39.9516748 + ] + }, + "id": "node/12952784530" + }, + { + "type": "Feature", + "properties": { + "@id": "node/12952784531", + "addr:city": "Philadelphia", + "addr:housenumber": "1713", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "brand": "CAVA", + "brand:wikidata": "Q85751038", + "check_date": "2025-06-21", + "cuisine": "mediterranean", + "diet:mediterranean": "yes", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "level": "0", + "name": "CAVA", + "opening_hours": "Mo-Su 10:45-22:00", + "phone": "+1-215-259-3266", + "toilets": "yes", + "toilets:access": "customers", + "toilets:unisex": "yes", + "website": "https://cava.com/locations/rittenhouse-pa" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1692932, + 39.9516687 + ] + }, + "id": "node/12952784531" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13091364055", + "amenity": "restaurant", + "name": "Zama", + "panoramax": "821cb9a5-1607-47ac-a9f6-60305321a2d8", + "panoramax:0": "9c387c8a-15a5-420e-97d2-9c0a7452df39", + "panoramax:1": "92336847-45f3-464d-92d2-ff092534dcbc" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1722442, + 39.9508905 + ] + }, + "id": "node/13091364055" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13093825401", + "addr:housenumber": "1900", + "addr:street": "Pine Street", + "amenity": "restaurant", + "cuisine": "japanese", + "name": "UNI Japanese Cuisine", + "opening_hours": "Mo-Sa 16:30-02:00; Su 14:00-01:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1732036, + 39.9465154 + ] + }, + "id": "node/13093825401" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13112728701", + "addr:housenumber": "2816", + "addr:street": "West Girard Avenue", + "amenity": "restaurant", + "cuisine": "asian", + "name": "Baby's Kusina + Market", + "website": "https://babysphl.com/", + "website:menu": "https://babysphl.com/menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.182541, + 39.9741941 + ] + }, + "id": "node/13112728701" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13115548237", + "amenity": "restaurant", + "level": "12", + "name": "Sunset Social", + "opening_hours": "Mo-We 15:00-22:00; Th 15:00-21:30; Fr 15:00-23:00; Sa 12:00-23:00; Su 12:00-22:00", + "outdoor_seating": "yes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1836114, + 39.9527925 + ] + }, + "id": "node/13115548237" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13125217420", + "amenity": "restaurant", + "check_date": "2025-09-04", + "name": "The Maj" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1754336, + 39.9643886 + ] + }, + "id": "node/13125217420" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13125217421", + "amenity": "restaurant", + "check_date": "2025-09-04", + "cuisine": "japanese", + "name": "Umai Umai" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1741873, + 39.9647016 + ] + }, + "id": "node/13125217421" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13165936762", + "addr:housenumber": "1930", + "addr:street": "Chestnut Street", + "amenity": "restaurant", + "cuisine": "chinese;dim_sum", + "name": "Dim Sum House by Jane G's", + "phone": "+12155638800", + "website": "https://dimsum.house/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1734001, + 39.951936 + ] + }, + "id": "node/13165936762" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13190014967", + "addr:city": "Philadelphia", + "addr:housenumber": "2015", + "addr:postcode": "19148", + "addr:state": "PA", + "addr:street": "East Moyamensing Avenue", + "addr:unit": "2544", + "air_conditioning": "yes", + "amenity": "restaurant", + "cuisine": "indian", + "delivery": "yes", + "name": "Taste of Punjab", + "opening_hours": "Mo off; Tu-Su 14:00-02:00", + "outdoor_seating": "yes", + "phone": "+16103320855", + "website": "https://tasteofpunjabphilly.com/?utm_source=google" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.152539, + 39.9229231 + ] + }, + "id": "node/13190014967" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13207664430", + "amenity": "restaurant", + "check_date": "2025-10-08", + "cuisine": "indian", + "name": "Raindrop's Indian Restaurant" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2232313, + 40.0015582 + ] + }, + "id": "node/13207664430" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13241908027", + "addr:city": "Philadelphia", + "addr:housenumber": "1805", + "addr:postcode": "19103", + "addr:state": "PA", + "addr:street": "Walnut Street", + "amenity": "restaurant", + "contact:facebook": "https://www.facebook.com/people/Borromini-Ristorante/61577024510613/", + "contact:instagram": "https://www.instagram.com/borromini_ristorante/", + "cuisine": "italian", + "name": "Borromini", + "opening_hours": "Mo-We 11:00-15:00,17:00-22:00; Th-Fr 11:00-15:00,17:00-23:00; Sa 10:00-15:00,17:00-23:00; Su 10:00-15:00,17:00-22:00", + "outdoor_seating": "yes", + "phone": "+1-215-596-1000", + "website": "https://borrominiristorante.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1709328, + 39.9503108 + ] + }, + "id": "node/13241908027" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13256938354", + "addr:city": "Philadelphia", + "addr:housenumber": "940", + "addr:postcode": "19147", + "addr:state": "PA", + "addr:street": "South 9th Street", + "amenity": "restaurant", + "atm": "yes", + "bar": "yes", + "contact:facebook": "https://www.facebook.com/BlueCornRestaurant/", + "contact:instagram": "https://www.instagram.com/bluecornmex/", + "cuisine": "mexican", + "name": "Blue Corn Mexican Restaurant & Bar", + "opening_hours": "Mo-Th 11:00-21:00; Fr 11:00-22:00; Sa 10:30-22:00; Su 10:30-21:00", + "outdoor_seating": "yes", + "payment:cash": "yes", + "payment:credit_cards": "no", + "phone": "+1 215-925-1010", + "website": "https://www.bluecornmexphilly.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.15818, + 39.9378065 + ] + }, + "id": "node/13256938354" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13271354562", + "amenity": "restaurant", + "name": "Sansom Kebab House", + "opening_hours": "Mo-Sa 16:00-22:00" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1634652, + 39.9433178 + ] + }, + "id": "node/13271354562" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13309114601", + "addr:housenumber": "2146", + "addr:street": "South Broad Street", + "amenity": "restaurant", + "cuisine": "japanese", + "name": "Kiku Sushi", + "opening_hours": "Mo, We-Th 11:00-22:00; Fr-Sa 11:00-23:00; Su 12:00-22:00", + "phone": "+12675199969", + "website": "https://kikusushipa.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1702734, + 39.9232976 + ] + }, + "id": "node/13309114601" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13309415601", + "addr:housenumber": "1429", + "addr:postcode": "19145", + "addr:street": "Jackson Street", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "Taqueria Morales", + "opening_hours": "Mo-We 16:00-21:00; Fr-Sa 11:00-21:00", + "phone": "+1-215-645-9392", + "website": "https://www.taqueriamorales.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1711653, + 39.9234683 + ] + }, + "id": "node/13309415601" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13318452501", + "addr:housenumber": "2106", + "addr:postcode": "19145", + "addr:street": "South Broad Street", + "amenity": "restaurant", + "cuisine": "pizza", + "name": "La Rosa Pizza", + "opening_hours": "Mo-Th 11:00-20:30; Fr-Sa 11:00-21:00; Su 12:00-20:00", + "phone": "+1-215-271-5246", + "website": "https://www.larosapizzeriamenu.com/", + "website:menu": "https://www.larosapizzeriamenu.com/#menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1700844, + 39.9241749 + ] + }, + "id": "node/13318452501" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13318452502", + "addr:housenumber": "2120", + "addr:postcode": "19145", + "addr:street": "South Broad Street", + "amenity": "restaurant", + "cuisine": "chinese", + "name": "China Garden", + "opening_hours": "Mo-Th 11:00-22:30; Fr-Sa 11:00-23:00; Su 12:00-22:00", + "phone": "+1-215-336-5310", + "website": "https://prod.getmymeal.com/en/chinagarden/home" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1701337, + 39.9238628 + ] + }, + "id": "node/13318452502" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13324363401", + "addr:housenumber": "1414", + "addr:postcode": "19145", + "addr:street": "Snyder Avenue", + "amenity": "restaurant", + "cuisine": "japanese;sushi", + "name": "Hibachi 2 Go", + "opening_hours": "Mo 11:00-22:00; Tu-Su 11:00-22:30", + "phone": "+1-215-336-8646", + "website": "https://www.hibachi2gopa.com/", + "website:menu": "https://www.hibachi2gopa.com/#menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1703633, + 39.9242808 + ] + }, + "id": "node/13324363401" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13324390001", + "addr:housenumber": "310", + "addr:postcode": "19122", + "addr:street": "Master Street", + "amenity": "restaurant", + "contact:instagram": "charpizzaphl", + "cuisine": "pizza", + "email": "hospitality@char.pizza", + "name": "CHAR", + "opening_hours": "We-Su 16:00-21:00", + "phone": "+1-215-964-9871", + "self_service": "no", + "website": "https://www.char.pizza/", + "website:menu": "https://www.char.pizza/menu" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1406785, + 39.9723966 + ] + }, + "id": "node/13324390001" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13334209325", + "addr:city": "Philadelphia", + "addr:housenumber": "3025", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Market Street", + "amenity": "restaurant", + "cuisine": "indian", + "drive_through": "no", + "name": "Bowl'd Masala", + "opening_hours": "Su-Th 11:00-22:00, Fr-Sa 11:00-23:00", + "operator": "Hospitality HQ", + "website": "https://www.instagram.com/bowldmasala/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1843471, + 39.9551851 + ] + }, + "id": "node/13334209325" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13334209327", + "addr:city": "Philadelphia", + "addr:housenumber": "3025", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Market Street", + "amenity": "restaurant", + "cuisine": "peruvian", + "name": "Mucho Peru", + "opening_hours": "Su-Th 11:00-22:00, Fr-Sa 11:00-23:00", + "phone": "+1-610-470-4829", + "website": "https://muchoperu.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1843403, + 39.9552224 + ] + }, + "id": "node/13334209327" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13334209330", + "addr:city": "Philadelphia", + "addr:housenumber": "3025", + "addr:postcode": "19104", + "addr:state": "PA", + "addr:street": "Market Street", + "amenity": "restaurant", + "cuisine": "cambodian;fusion", + "name": "Sahbyy Food", + "opening_hours": "Su-Th 11:00-22:00, Fr-Sa 11:00-23:00", + "website": "https://www.instagram.com/sahbyyfood/?hl=en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.184611, + 39.955248 + ] + }, + "id": "node/13334209330" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13346872386", + "addr:city": "Philadelphia", + "addr:housenumber": "2459", + "addr:postcode": "19131", + "addr:state": "PA", + "addr:street": "North 54th Street", + "amenity": "restaurant", + "name": "Larry's Steaks", + "website": "https://larrys-steaks.com/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2340425, + 39.9957511 + ] + }, + "id": "node/13346872386" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13346911594", + "addr:city": "Philadelphia", + "addr:housenumber": "2401", + "addr:postcode": "19131", + "addr:state": "PA", + "addr:street": "Cardinal Avenue", + "amenity": "restaurant", + "branch": "St. Joseph University", + "brand": "Bento Sushi", + "brand:wikidata": "Q134445293", + "check_date": "2025-12-12", + "cuisine": "sushi", + "name": "Bento Sushi" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.2395365, + 39.9931962 + ] + }, + "id": "node/13346911594" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13372634220", + "amenity": "restaurant", + "cuisine": "mexican", + "name": "Rosy's Taco Bar" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1784043, + 39.9510146 + ] + }, + "id": "node/13372634220" + }, + { + "type": "Feature", + "properties": { + "@id": "node/13372678791", + "amenity": "restaurant", + "cuisine": "thai", + "name": "Dara" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.1615294, + 39.9491151 + ] + }, + "id": "node/13372678791" + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 00000000..b42b0f38 --- /dev/null +++ b/index.html @@ -0,0 +1,123 @@ + + + + + + Philly Food Finder — Context-first Reviews + + + + + + + + + + +
+
+
+
+ + +
+ + + + + + + + + + + + + diff --git a/js/db.js b/js/db.js new file mode 100644 index 00000000..2a1e94e4 --- /dev/null +++ b/js/db.js @@ -0,0 +1,49 @@ +// Uses the global `supabase` from the CDN script in index.html + +const SUPABASE_URL = "https://evvjlynnabdwpferdnqy.supabase.co"; +const SUPABASE_ANON_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImV2dmpseW5uYWJkd3BmZXJkbnF5Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjU5ODc5NjMsImV4cCI6MjA4MTU2Mzk2M30.9rsOvkqFy1PcRiPMw9j0NdpwSzEyL8Ll2DKUJaE-i7A"; + +export const db = supabase.createClient(SUPABASE_URL, SUPABASE_ANON_KEY); + +export async function fetchPlaces(limit = 1000) { + const { data, error } = await db + .from("places") + .select("id, osm_id, name, lat, lng, cuisine, address") + .limit(limit); + + if (error) throw error; + return data ?? []; +} + +// Reviews +export async function fetchReviewsForPlace(placeId) { + const { data, error } = await db + .from("reviews") + .select("id, occasion, food, value, vibe, go_to_order, note, created_at") + .eq("place_id", placeId) + .order("created_at", { ascending: false }); + + if (error) throw error; + return data ?? []; +} + +export async function insertReview(review) { + const { data, error } = await db + .from("reviews") + .insert(review) + .select() + .single(); + + if (error) throw error; + return data; +} + +export async function fetchAllReviews(limit = 5000) { + const { data, error } = await db + .from("reviews") + .select("place_id, occasion, food, value, vibe, created_at") + .limit(limit); + + if (error) throw error; + return data ?? []; +} diff --git a/js/main.js b/js/main.js new file mode 100644 index 00000000..d5c75bd9 --- /dev/null +++ b/js/main.js @@ -0,0 +1,345 @@ +import { fetchPlaces, fetchAllReviews, fetchReviewsForPlace, insertReview } from "./db.js"; + + +const statusEl = document.getElementById("status"); +const selectedEl = document.getElementById("selected"); +const reviewsEl = document.getElementById("reviews"); + +const formEl = document.getElementById("review-form"); +const submitBtn = document.getElementById("submit-review"); + +const vibeSelect = document.getElementById("vibe"); +const minReviewsEl = document.getElementById("minReviews"); +const cuisineFilterEl = document.getElementById("cuisineFilter"); +const rankedEl = document.getElementById("ranked"); + + +// store markers so we can interact with them later +const markersByPlaceId = new Map(); + +let placesCache = []; +function refreshRankings() { + const occasion = vibeSelect.value; + const minReviews = Number(minReviewsEl.value || 0); + const cuisineFilter = cuisineFilterEl ? cuisineFilterEl.value : ""; // <-- VALUE + renderRankedList(placesCache, occasionStats, occasion, minReviews, cuisineFilter); +} + + +function mean(nums) { + return nums.length ? nums.reduce((a, b) => a + b, 0) / nums.length : null; +} + +function reviewScore(r) { + return (r.food + r.value + r.vibe) / 3; +} + +// Build a map: place_id -> { occasion -> { avg, count } } +function buildOccasionStats(reviews) { + const buckets = new Map(); + + for (const r of reviews) { + if (!buckets.has(r.place_id)) buckets.set(r.place_id, new Map()); + const byOcc = buckets.get(r.place_id); + + if (!byOcc.has(r.occasion)) byOcc.set(r.occasion, []); + byOcc.get(r.occasion).push(reviewScore(r)); + } + + const stats = new Map(); + for (const [placeId, byOcc] of buckets.entries()) { + const occStats = new Map(); + for (const [occ, scores] of byOcc.entries()) { + occStats.set(occ, { avg: mean(scores), count: scores.length }); + } + stats.set(placeId, occStats); + } + + return stats; +} + +function renderRankedList(places, occasionStats, occasion, minReviews, cuisineFilter) { + // give matches based on cuisine + const candidates = cuisineFilter + ? places.filter(p => splitCuisines(p.cuisine).includes(cuisineFilter)) + : places; + + // Build ranked array + const ranked = candidates + .map((p) => { + const placeOccStats = occasionStats.get(p.id); + const s = placeOccStats?.get(occasion); + return { + place: p, + avg: s?.avg ?? null, + count: s?.count ?? 0, + }; + }) + .filter((x) => x.count >= minReviews && x.avg !== null) + .sort((a, b) => b.avg - a.avg) + .slice(0, 10); + + if (!ranked.length) { + const suggestions = candidates + .filter(p => typeof p.lat === "number" && typeof p.lng === "number") + .slice(0, 5); + + rankedEl.innerHTML = ` +

No reviewed matches yet for ${occasion}${cuisineFilter ? ` (${cuisineFilter})` : ""}.

+

Suggestions to explore:

+ ${suggestions.map((p, idx) => ` +
+ +
+ `).join("")} + `; + + rankedEl.querySelectorAll(".rank-item").forEach((btn) => { + btn.addEventListener("click", () => { + const placeId = btn.dataset.placeId; + const marker = markersByPlaceId.get(placeId); + if (marker) { + marker.openPopup(); + marker.fire("click"); + } + }); + }); + + return; + } +} + +// Filter by cuisine +function normalizeCuisine(c) { + if (!c) return null; + // to manage OSM data format + return String(c).trim().toLowerCase(); +} + +function splitCuisines(c) { + if (!c) return []; + return String(c) + .toLowerCase() + .split(";") + .map(s => s.trim()) + .filter(Boolean); +} + +function populateCuisineFilter(places) { + if (!cuisineFilterEl) return; + + const set = new Set(); + for (const p of places) { + for (const c of splitCuisines(p.cuisine)) set.add(c); + } + + const cuisines = [...set].sort((a, b) => a.localeCompare(b)); + + cuisineFilterEl.innerHTML = ` + + ${cuisines.map(c => ``).join("")} + `; +} + + +let selectedPlace = null; + +function setStatus(html) { + statusEl.innerHTML = html; +} + +function setSelected(place) { + selectedPlace = place; + + if (!place) { + selectedEl.innerHTML = `

Click a pin to see details.

`; + reviewsEl.innerHTML = `

No place selected.

`; + submitBtn.disabled = true; + submitBtn.textContent = "Pick a place first"; + return; + } + + selectedEl.innerHTML = ` +

${place.name ?? "Unnamed place"}

+ ${place.cuisine ? `

Cuisine: ${place.cuisine}

` : ""} + ${place.address ? `

Address: ${place.address}

` : ""} + `; + + submitBtn.disabled = false; + submitBtn.textContent = "Submit review"; + + loadReviews(place.id); +} + +function avg(nums) { + if (!nums.length) return null; + return nums.reduce((a, b) => a + b, 0) / nums.length; +} + +function renderReviews(reviews) { + if (!reviews.length) { + reviewsEl.innerHTML = `

No reviews yet. Be the first!

`; + return; + } + + // Quick “best for” summary by occasion + const byOccasion = new Map(); + for (const r of reviews) { + if (!byOccasion.has(r.occasion)) byOccasion.set(r.occasion, []); + byOccasion.get(r.occasion).push(r); + } + + const summary = [...byOccasion.entries()] + .map(([occ, arr]) => { + const score = avg(arr.map(x => (x.food + x.value + x.vibe) / 3)); + return `
  • ${occ}: ${score.toFixed(2)} (${arr.length})
  • `; + }) + .join(""); + + const items = reviews + .slice(0, 10) + .map(r => { + const score = ((r.food + r.value + r.vibe) / 3).toFixed(1); + return ` +
    +
    ${r.occasion} • ${score}/5
    + ${r.go_to_order ? `
    Go-to: ${r.go_to_order}
    ` : ""} + ${r.note ? `
    ${r.note}
    ` : ""} +
    ${new Date(r.created_at).toLocaleString()}
    +
    + `; + }) + .join(""); + + reviewsEl.innerHTML = ` +
    +

    Best-for scores

    + +
    + ${items} + `; +} + +async function loadReviews(placeId) { + try { + reviewsEl.innerHTML = `

    Loading reviews…

    `; + const reviews = await fetchReviewsForPlace(placeId); + renderReviews(reviews); + } catch (err) { + console.error(err); + reviewsEl.innerHTML = `

    Error loading reviews: ${err.message ?? String(err)}

    `; + } +} + +function initMap() { + const philly = [39.9526, -75.1652]; + const map = L.map("map").setView(philly, 12); + + L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", { + maxZoom: 19, + attribution: '© OpenStreetMap contributors', + }).addTo(map); + + return map; +} + +let allReviews = []; +let occasionStats = new Map(); + +async function main() { + const map = initMap(); + + try { + setStatus("

    Loading places from Supabase…

    "); + placesCache = await fetchPlaces(2000); + populateCuisineFilter(placesCache); + + setStatus("

    Loading reviews from Supabase…

    "); + allReviews = await fetchAllReviews(5000); + occasionStats = buildOccasionStats(allReviews); + + // Add markers, always render pins first + let added = 0; + for (const p of placesCache) { + if (typeof p.lat !== "number" || typeof p.lng !== "number") continue; + const marker = L.marker([p.lat, p.lng]).addTo(map); + marker.bindPopup(`${p.name ?? "Unnamed place"}`); + marker.on("click", () => setSelected(p)); + markersByPlaceId.set(p.id, marker); // so ranked list can jump to pins + added += 1; + } + + setStatus( + `

    Loaded ${placesCache.length} places and ${allReviews.length} reviews. Rendered ${added} pins.

    ` + ); + + refreshRankings(); + vibeSelect.addEventListener("change", refreshRankings); + minReviewsEl.addEventListener("input", refreshRankings); + if (cuisineFilterEl) cuisineFilterEl.addEventListener("change", refreshRankings); + + setSelected(null); + } catch (err) { + console.error(err); + setStatus(`

    Error: ${err.message ?? String(err)}

    `); + } +} + +// Form submission for reviews +if(formEl) { + formEl.addEventListener("submit", async (e) => { + console.log("Review form submitted"); + e.preventDefault(); + if (!selectedPlace) return; + + const occasion = document.getElementById("occasion").value; + const food = Number(document.getElementById("foodRating").value); + const value = Number(document.getElementById("valueRating").value); + const vibe = Number(document.getElementById("vibeRating").value); + const go_to_order = document.getElementById("order").value.trim() || null; + const note = document.getElementById("note").value.trim() || null; + + try { + submitBtn.disabled = true; + submitBtn.textContent = "Submitting…"; + + // Ensure that no NULL values + if (![food, value, vibe].every((n) => Number.isFinite(n) && n >= 1 && n <= 5)) { + alert("Please enter Food/Value/Vibe ratings between 1 and 5."); + return; + } + + await insertReview({ + place_id: selectedPlace.id, + occasion, + food, + value, + vibe, + go_to_order, + note, + }); + + // Optional fields + document.getElementById("order").value = ""; + document.getElementById("note").value = ""; + + // Refresh the reviews panel + await loadReviews(selectedPlace.id); + + } catch (err) { + console.error(err); + alert(err.message ?? String(err)); + } finally { + submitBtn.disabled = false; + submitBtn.textContent = "Submit review"; + } + }); +} + +main().catch((err) => { + console.error("Main crashed:", err); + setStatus?.(`

    Error: ${err.message ?? String(err)}

    `); +}); diff --git a/package-lock.json b/package-lock.json index 9f99c268..b33c9b0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,17 @@ { - "name": "dashboard-project", + "name": "engagement-project", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "dashboard-project", + "name": "engagement-project", "version": "1.0.0", "license": "ISC", + "dependencies": { + "@supabase/supabase-js": "^2.88.0", + "dotenv": "^17.2.3" + }, "devDependencies": { "eslint": "^8.48.0", "eslint-config-google": "^0.14.0", @@ -253,18 +257,122 @@ "node": ">= 8" } }, + "node_modules/@supabase/auth-js": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.88.0.tgz", + "integrity": "sha512-r/tlKD1Sv5w5AGmxVdBK17KwVkGOHMjihqw+HeW7Qsyes5ajLeyjL0M7jXZom1+NW4yINacKqOR9gqGmWzW9eA==", + "license": "MIT", + "dependencies": { + "tslib": "2.8.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@supabase/functions-js": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.88.0.tgz", + "integrity": "sha512-p934lg2x9m0bVBXKl2EAwbyIVif21FD1VGtLNGU4iuPOyB6b0bzyRAFnK95pLj48CMJk0DU+q35TDOGcFAyxwQ==", + "license": "MIT", + "dependencies": { + "tslib": "2.8.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@supabase/postgrest-js": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-2.88.0.tgz", + "integrity": "sha512-8DMGXWQUGM/4e8vtW95dLlNtETTVAyCAr7NyLFACDgVaaPUsDqZvS45LjBNd18fu3n6q/zZwCk4XL2yYWBHTVA==", + "license": "MIT", + "dependencies": { + "tslib": "2.8.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@supabase/realtime-js": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.88.0.tgz", + "integrity": "sha512-4yMVLLq6I2KSzINlBK22vGJJYzJo9FAbfKZl7ZuarvzAClq48skgLWF7dlBCC3B/9wQckKhCfPfvyT0JVz3SXg==", + "license": "MIT", + "dependencies": { + "@types/phoenix": "^1.6.6", + "@types/ws": "^8.18.1", + "tslib": "2.8.1", + "ws": "^8.18.2" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@supabase/storage-js": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.88.0.tgz", + "integrity": "sha512-iM1CFKzTX0XIesHA/szcCqZG54BkXoSzqlVRB/O8s2u2GsXi0oUTko0ruOgDheNcWwOABKt88b0Fs4IVfDq7tg==", + "license": "MIT", + "dependencies": { + "iceberg-js": "^0.8.1", + "tslib": "2.8.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@supabase/supabase-js": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.88.0.tgz", + "integrity": "sha512-XcvV+0x3ybSG1WBoRH0U0cizT1pyzkXD4lLiPaMLpj+A0jahvcrcrijBT+IQpLXOa2hbNLuHkS7yqJW67r4+nQ==", + "license": "MIT", + "dependencies": { + "@supabase/auth-js": "2.88.0", + "@supabase/functions-js": "2.88.0", + "@supabase/postgrest-js": "2.88.0", + "@supabase/realtime-js": "2.88.0", + "@supabase/storage-js": "2.88.0" + }, + "engines": { + "node": ">=20.0.0" + } + }, "node_modules/@types/minimist": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", "dev": true }, + "node_modules/@types/node": { + "version": "25.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", + "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", + "license": "MIT", + "dependencies": { + "undici-types": "~7.16.0" + } + }, "node_modules/@types/normalize-package-data": { "version": "2.4.4", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==", "dev": true }, + "node_modules/@types/phoenix": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/@types/phoenix/-/phoenix-1.6.7.tgz", + "integrity": "sha512-oN9ive//QSBkf19rfDv45M7eZPi0eEXylht2OLEXicu5b4KoQ1OzXIw+xDSGWxSxe1JmepRR/ZH283vsu518/Q==", + "license": "MIT" + }, + "node_modules/@types/ws": { + "version": "8.18.1", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz", + "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@ungap/structured-clone": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", @@ -372,10 +480,11 @@ "dev": true }, "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -517,10 +626,11 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -657,6 +767,18 @@ "node": ">=6.0.0" } }, + "node_modules/dotenv": { + "version": "17.2.3", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz", + "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", @@ -1156,6 +1278,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/iceberg-js": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/iceberg-js/-/iceberg-js-0.8.1.tgz", + "integrity": "sha512-1dhVQZXhcHje7798IVM+xoo/1ZdVfzOMIc8/rgVSijRK38EDqOJoGula9N/8ZI5RD8QTxNQtK/Gozpr+qUqRRA==", + "license": "MIT", + "engines": { + "node": ">=20.0.0" + } + }, "node_modules/ignore": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", @@ -1334,10 +1465,11 @@ "dev": true }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -1581,9 +1713,9 @@ "dev": true }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", "dev": true, "funding": [ { @@ -1591,6 +1723,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -2414,6 +2547,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" + }, "node_modules/type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", @@ -2438,6 +2577,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/undici-types": { + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "license": "MIT" + }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -2506,6 +2651,27 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/ws": { + "version": "8.18.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", + "license": "MIT", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, "node_modules/yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", @@ -2666,18 +2832,95 @@ "fastq": "^1.6.0" } }, + "@supabase/auth-js": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.88.0.tgz", + "integrity": "sha512-r/tlKD1Sv5w5AGmxVdBK17KwVkGOHMjihqw+HeW7Qsyes5ajLeyjL0M7jXZom1+NW4yINacKqOR9gqGmWzW9eA==", + "requires": { + "tslib": "2.8.1" + } + }, + "@supabase/functions-js": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.88.0.tgz", + "integrity": "sha512-p934lg2x9m0bVBXKl2EAwbyIVif21FD1VGtLNGU4iuPOyB6b0bzyRAFnK95pLj48CMJk0DU+q35TDOGcFAyxwQ==", + "requires": { + "tslib": "2.8.1" + } + }, + "@supabase/postgrest-js": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-2.88.0.tgz", + "integrity": "sha512-8DMGXWQUGM/4e8vtW95dLlNtETTVAyCAr7NyLFACDgVaaPUsDqZvS45LjBNd18fu3n6q/zZwCk4XL2yYWBHTVA==", + "requires": { + "tslib": "2.8.1" + } + }, + "@supabase/realtime-js": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.88.0.tgz", + "integrity": "sha512-4yMVLLq6I2KSzINlBK22vGJJYzJo9FAbfKZl7ZuarvzAClq48skgLWF7dlBCC3B/9wQckKhCfPfvyT0JVz3SXg==", + "requires": { + "@types/phoenix": "^1.6.6", + "@types/ws": "^8.18.1", + "tslib": "2.8.1", + "ws": "^8.18.2" + } + }, + "@supabase/storage-js": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.88.0.tgz", + "integrity": "sha512-iM1CFKzTX0XIesHA/szcCqZG54BkXoSzqlVRB/O8s2u2GsXi0oUTko0ruOgDheNcWwOABKt88b0Fs4IVfDq7tg==", + "requires": { + "iceberg-js": "^0.8.1", + "tslib": "2.8.1" + } + }, + "@supabase/supabase-js": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.88.0.tgz", + "integrity": "sha512-XcvV+0x3ybSG1WBoRH0U0cizT1pyzkXD4lLiPaMLpj+A0jahvcrcrijBT+IQpLXOa2hbNLuHkS7yqJW67r4+nQ==", + "requires": { + "@supabase/auth-js": "2.88.0", + "@supabase/functions-js": "2.88.0", + "@supabase/postgrest-js": "2.88.0", + "@supabase/realtime-js": "2.88.0", + "@supabase/storage-js": "2.88.0" + } + }, "@types/minimist": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", "dev": true }, + "@types/node": { + "version": "25.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", + "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", + "requires": { + "undici-types": "~7.16.0" + } + }, "@types/normalize-package-data": { "version": "2.4.4", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==", "dev": true }, + "@types/phoenix": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/@types/phoenix/-/phoenix-1.6.7.tgz", + "integrity": "sha512-oN9ive//QSBkf19rfDv45M7eZPi0eEXylht2OLEXicu5b4KoQ1OzXIw+xDSGWxSxe1JmepRR/ZH283vsu518/Q==" + }, + "@types/ws": { + "version": "8.18.1", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz", + "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==", + "requires": { + "@types/node": "*" + } + }, "@ungap/structured-clone": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", @@ -2755,9 +2998,9 @@ "dev": true }, "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, "requires": { "balanced-match": "^1.0.0", @@ -2855,9 +3098,9 @@ } }, "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "requires": { "path-key": "^3.1.0", @@ -2950,6 +3193,11 @@ "esutils": "^2.0.2" } }, + "dotenv": { + "version": "17.2.3", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz", + "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==" + }, "emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", @@ -3326,6 +3574,11 @@ "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", "dev": true }, + "iceberg-js": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/iceberg-js/-/iceberg-js-0.8.1.tgz", + "integrity": "sha512-1dhVQZXhcHje7798IVM+xoo/1ZdVfzOMIc8/rgVSijRK38EDqOJoGula9N/8ZI5RD8QTxNQtK/Gozpr+qUqRRA==" + }, "ignore": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", @@ -3455,9 +3708,9 @@ "dev": true }, "js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, "requires": { "argparse": "^2.0.1" @@ -3649,9 +3902,9 @@ "dev": true }, "nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", "dev": true }, "natural-compare": { @@ -4214,6 +4467,11 @@ "integrity": "sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==", "dev": true }, + "tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + }, "type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", @@ -4229,6 +4487,11 @@ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true }, + "undici-types": { + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==" + }, "uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -4285,6 +4548,12 @@ "signal-exit": "^4.0.1" } }, + "ws": { + "version": "8.18.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", + "requires": {} + }, "yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", diff --git a/package.json b/package.json index 97cf3cd4..8226d946 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "engagement-project", "version": "1.0.0", - "description": "", + "description": "Add a readme for your engagement tool here. Include content overview, data citations, and any relevant technical details.", "main": "index.js", "type": "module", "directories": {}, @@ -16,5 +16,18 @@ "eslint-config-google": "^0.14.0", "stylelint": "^15.10.3", "stylelint-config-standard": "^34.0.0" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/luyiiw/engagement-project.git" + }, + "keywords": [], + "bugs": { + "url": "https://github.com/luyiiw/engagement-project/issues" + }, + "homepage": "https://github.com/luyiiw/engagement-project#readme", + "dependencies": { + "@supabase/supabase-js": "^2.88.0", + "dotenv": "^17.2.3" } } diff --git a/scripts/seed_places.mjs b/scripts/seed_places.mjs new file mode 100644 index 00000000..24cc9779 --- /dev/null +++ b/scripts/seed_places.mjs @@ -0,0 +1,197 @@ +console.log("seed_places.mjs starting..."); + +import "dotenv/config"; +import fs from "node:fs"; +import path from "node:path"; +import { createClient } from "@supabase/supabase-js"; + +// ====== CONFIG ====== +const INPUT_FILE = process.argv[2] || "data/philly_restaurants_overpass.json"; +const TABLE = "places"; +const BATCH_SIZE = 500; + +console.log("INPUT_FILE =", INPUT_FILE); +console.log("TABLE =", TABLE); + +// ====== HELPERS ====== +function buildAddress(tags) { + const addr = [ + tags["addr:housenumber"], + tags["addr:street"], + tags["addr:city"], + tags["addr:state"], + tags["addr:postcode"], + ].filter(Boolean); + return addr.length ? addr.join(" ") : null; +} + +// ----- Overpass JSON (elements) ----- +function isValidOverpassElement(el) { + const tags = el.tags || {}; + return ( + el && + el.type === "node" && + typeof el.lat === "number" && + typeof el.lon === "number" && + typeof tags.name === "string" && + tags.name.trim().length > 0 + ); +} + +function overpassElementToRow(el) { + const tags = el.tags || {}; + const osm_id = `${el.type}/${el.id}`; // e.g., node/333786044 + + return { + osm_id, + name: tags.name ?? null, + lat: el.lat ?? null, + lng: el.lon ?? null, // OSM uses lon; we store as lng + cuisine: tags.cuisine ?? null, + address: buildAddress(tags), + raw_tags: tags, // jsonb column recommended + }; +} + +// ----- GeoJSON (FeatureCollection/features) ----- +function isValidGeojsonFeature(f) { + const props = f?.properties || {}; + const tags = props.tags || props; // sometimes tags are nested; sometimes flattened + const coords = f?.geometry?.coordinates; + + const hasPoint = + f?.geometry?.type === "Point" && + Array.isArray(coords) && + typeof coords[0] === "number" && + typeof coords[1] === "number"; + + const hasName = typeof tags.name === "string" && tags.name.trim().length > 0; + + // We need some kind of stable ID for upsert + const osmIdCandidate = + props.osm_id || + (props.type && props.id ? `${props.type}/${props.id}` : null) || + (props["@id"] ? String(props["@id"]) : null); + + return hasPoint && hasName && !!osmIdCandidate; +} + +function geojsonFeatureToRow(f) { + const props = f.properties || {}; + const tags = props.tags || props; + const coords = f.geometry.coordinates; + + const lon = coords[0]; + const lat = coords[1]; + + const osm_id = + props.osm_id || + (props.type && props.id ? `${props.type}/${props.id}` : null) || + (props["@id"] ? String(props["@id"]) : null); + + return { + osm_id, + name: tags.name ?? null, + lat, + lng: lon, + cuisine: tags.cuisine ?? null, + address: buildAddress(tags), + raw_tags: tags, + }; +} + +// ====== MAIN ====== +async function main() { + const url = process.env.SUPABASE_URL; + const serviceKey = process.env.SUPABASE_SERVICE_ROLE_KEY; + + console.log("Has SUPABASE_URL?", !!url); + console.log("Has SUPABASE_SERVICE_ROLE_KEY?", !!serviceKey); + + if (!url || !serviceKey) { + console.error("Missing SUPABASE_URL or SUPABASE_SERVICE_ROLE_KEY in .env"); + process.exit(1); + } + + const supabase = createClient(url, serviceKey); + + // Load file + const raw = fs.readFileSync(path.resolve(INPUT_FILE), "utf-8"); + const data = JSON.parse(raw); + + console.log("Top-level keys:", Object.keys(data)); + console.log( + "elements?", + Array.isArray(data.elements), + "features?", + Array.isArray(data.features), + "type:", + data.type + ); + + // Detect format and build rows + let rows = []; + + if (Array.isArray(data.elements)) { + console.log("Detected Overpass JSON (elements)."); + console.log("elements length:", data.elements.length); + + rows = data.elements + .filter(isValidOverpassElement) + .map(overpassElementToRow) + .filter((r) => r.osm_id); + + } else if (data.type === "FeatureCollection" && Array.isArray(data.features)) { + console.log("Detected GeoJSON FeatureCollection (features)."); + console.log("features length:", data.features.length); + + rows = data.features + .filter(isValidGeojsonFeature) + .map(geojsonFeatureToRow) + .filter((r) => r.osm_id); + + } else { + console.error( + "Unrecognized input format. Expected Overpass JSON (elements) or GeoJSON FeatureCollection (features)." + ); + process.exit(1); + } + + console.log("Prepared rows:", rows.length); + console.log("Sample row:", rows[0]); + + if (rows.length === 0) { + console.log("No rows matched validation rules. Nothing to import."); + return; + } + + console.log( + `About to upsert into "${TABLE}" in batches of ${BATCH_SIZE}. Make sure osm_id is UNIQUE.` + ); + + // Upsert in batches + let upserted = 0; + for (let i = 0; i < rows.length; i += BATCH_SIZE) { + const batch = rows.slice(i, i + BATCH_SIZE); + + const { error } = await supabase + .from(TABLE) + .upsert(batch, { onConflict: "osm_id" }); + + if (error) { + console.error("Upsert error:", error); + process.exit(1); + } + + upserted += batch.length; + console.log(`Upserted ${upserted}/${rows.length}`); + } + + console.log("✅ Done seeding places."); +} + +// Run +main().catch((err) => { + console.error("Unhandled error:", err); + process.exit(1); +}); From 50e6e20bc4d3d9edf9b8783fd768f955ac0d7326 Mon Sep 17 00:00:00 2001 From: Lu Yii Wong Date: Thu, 18 Dec 2025 12:28:10 -0500 Subject: [PATCH 2/8] update to review display and function --- css/styles.css | 43 +++++++++++++++++++++++++++++++ index.html | 69 +++++++++++++++++++++++++++++++++++++++++++++----- js/main.js | 14 +++++++--- 3 files changed, 116 insertions(+), 10 deletions(-) diff --git a/css/styles.css b/css/styles.css index 3da21363..35ed4a0d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -61,6 +61,8 @@ body { border-radius: 10px; background: var(--bg); padding: 10px; + display: grid; + align-items: center; } .footer { @@ -75,6 +77,47 @@ button:focus-visible, a:focus-visible { outline-offset: 2px; } +.stars { + display: inline-flex; + flex-direction: row-reverse; + gap: 4px; +} + +.stars input { + position: absolute; + opacity: 0; + pointer-events: none; +} + +.stars label { + font-size: 22px; + line-height: 1; + cursor: pointer; + user-select: none; + opacity: 0.35; +} + +/* Focus ring for keyboard users */ +.stars input:focus-visible + label { + outline: 3px solid #000; + outline-offset: 2px; + border-radius: 4px; +} + +/* Fill stars on hover */ +/* stylelint-disable-next-line no-descending-specificity */ +.stars label:hover, +.stars label:hover ~ label { + opacity: 1; +} + +/* Fill stars when selected */ +.stars input:checked + label, +.stars input:checked + label ~ label { + opacity: 1; +} + + @media (width <= 900px) { .layout { grid-template-columns: 1fr; diff --git a/index.html b/index.html index b42b0f38..75524a60 100644 --- a/index.html +++ b/index.html @@ -72,14 +72,71 @@

    Leave a review

    - - + + +
    + +
    + + + + + + + + + + + + + + +
    + +
    + + +
    + +
    + + + + + + + + + + + + + + +
    +
    + + +
    + +
    + + + + + - - + + + + + + + + +
    +
    - - diff --git a/js/main.js b/js/main.js index d5c75bd9..0a3efead 100644 --- a/js/main.js +++ b/js/main.js @@ -58,6 +58,8 @@ function buildOccasionStats(reviews) { return stats; } +let mapRef = null + function renderRankedList(places, occasionStats, occasion, minReviews, cuisineFilter) { // give matches based on cuisine const candidates = cuisineFilter @@ -101,10 +103,13 @@ function renderRankedList(places, occasionStats, occasion, minReviews, cuisineFi btn.addEventListener("click", () => { const placeId = btn.dataset.placeId; const marker = markersByPlaceId.get(placeId); - if (marker) { + if (marker && mapRef) { + // Zoom to marker (use setView or flyTo) + mapRef.setView(marker.getLatLng(), 17, { animate: true }); marker.openPopup(); marker.fire("click"); } + }); }); @@ -251,6 +256,7 @@ let occasionStats = new Map(); async function main() { const map = initMap(); + mapRef = map; try { setStatus("

    Loading places from Supabase…

    "); @@ -296,9 +302,9 @@ if(formEl) { if (!selectedPlace) return; const occasion = document.getElementById("occasion").value; - const food = Number(document.getElementById("foodRating").value); - const value = Number(document.getElementById("valueRating").value); - const vibe = Number(document.getElementById("vibeRating").value); + const food = Number(document.querySelector('input[name="foodRating"]:checked')?.value); + const value = Number(document.querySelector('input[name="valueRating"]:checked')?.value); + const vibe = Number(document.querySelector('input[name="vibeRating"]:checked')?.value); const go_to_order = document.getElementById("order").value.trim() || null; const note = document.getElementById("note").value.trim() || null; From 0bec28d14f33bf315640d7705570488bcde5eabe Mon Sep 17 00:00:00 2001 From: Lu Yii Wong Date: Thu, 18 Dec 2025 17:26:29 -0500 Subject: [PATCH 3/8] refining project --- README.md | 115 +++++++++++++++- css/styles.css | 69 ++++++++++ index.html | 366 +++++++++++++++++++++++++++---------------------- js/main.js | 316 +++++++++++++++++++++++++++++++++++------- 4 files changed, 652 insertions(+), 214 deletions(-) diff --git a/README.md b/README.md index 40a45209..ecb616c2 100644 --- a/README.md +++ b/README.md @@ -1 +1,114 @@ -Add a readme for your engagement tool here. Include content overview, data citations, and any relevant technical details. \ No newline at end of file +# Find Your Spot - A Philly Food Finder +**Find Your Spot** is a community-driven food discovery tool designed to help people choose restaurants based on *what kind of experience they’re looking for*, not just a single overall rating. + +Unlike traditional food rating apps that rank restaurants against each other, this project recognizes that a great $15 noodle shop and a special-occasion restaurant can both be “excellent” but just for different moments. This project was inspired by my personal experience with restaurant rating apps like Beli and Yelp. I wanted to take a crack at creating a product that offers users a tailored experience when selecting their next food destination. + +--- + +## What This Project Is + +This application allows users to: + +* Explore restaurants on an interactive map +* Filter and discover places based on **context** (e.g. budget, date night, group hang) +* Leave structured reviews that reflect *why* a restaurant is good +* Benefit from other users’ reviews to find spots that match their current mood or need + +Restaurants are sourced from **OpenStreetMap (OSM)**, while reviews are stored and shared via **Supabase**, allowing multiple users to contribute to the same dataset. The more that users interact with this application, the more robust and the better the suggestions offered will be. + +--- + +## Intended Users + +This project is designed for **ALL FOODIES**! This includes: + +* **Students** looking for affordable, reliable food near campus +* **Locals** who want to rediscover their neighborhood +* **Visitors** who want recommendations beyond generic “top 10” lists +* **Food lovers** who think *context matters* when choosing where to eat + +Rather than asking “What’s the best restaurant?”, the app asks: + +> *What kind of spot are you looking for right now?* + +## Key Features + +* **Interactive map (Leaflet + CARTO Light)** + + * Clickable restaurant markers + * Zoom-to-selection behavior + * Visual highlight for selected places + +* **Find a spot panel** + + * Search by restaurant name + * Filter by “What are you looking for?” + * Filter by cuisine + * Minimum review threshold + * Randomized suggestions when no category is selected + +* **Context-based reviews** + + * Star ratings for food, value, and vibe + * Optional notes and “go-to order” + * Reviews update rankings in real time + +* **Clear user feedback** + + * Confirmation overlay after submitting a review + * Ability to immediately write another review + +--- + +## Try It Yourself (Example) + +To see how the app works with existing data: + +1. Open the application +2. In the **Search restaurants** bar, try searching for: + + * **Kalaya** + * **Sabrina’s Café** +3. Click a restaurant pin or result +4. Explore: + + * existing reviews + * how rankings change when you select different “What are you looking for?” categories +5. Switch to the **Leave a review** tab to add your own review and see it reflected immediately + +These restaurants already have multiple reviews and are good examples of how the ranking system responds to different contexts. + +--- + +## Tech Stack + +* **Frontend:** Vanilla JavaScript, HTML, CSS +* **Mapping:** Leaflet.js + CARTO Light basemap +* **Data source:** OpenStreetMap (Overpass API) +* **Backend / Storage:** Supabase (PostgreSQL + Row Level Security) +* **Deployment:** GitHub Pages + +--- + +## Why This Project Matters + +This project explores how **community data**, **spatial interfaces**, and **context-aware design** can lead to more meaningful recommendations — especially in cities where food culture is diverse and deeply personal. + +Instead of asking users to rank restaurants against each other, *Find Your Spot* helps people find the right place for the right moment. + +--- +Absolutely — here’s a **more concise version** that keeps the key ideas without feeling long or repetitive. This fits very nicely at the end of a README. + +--- + +## Areas for Future Improvement + +While *Find Your Spot* is fully functional, there are several areas where the application could be further improved. + +1. **Restaurant data maintenance:** Restaurant locations are currently sourced from OpenStreetMap (OSM), which means some listings may be outdated, missing, or incomplete. Future iterations could allow users to add new spots, flag closed restaurants, or help keep information current. + +2. **Map interaction refinements:** The map successfully zooms to selected restaurants, but centering and animation behavior could be further refined to improve consistency across screen sizes and interactions. + +3. **Visual identity and branding:** The current design emphasizes clarity and usability, but the application could benefit from a stronger visual identity through more distinctive colors, custom markers, and refined typography. + +4. **Recommendation enhancements:** As more reviews are collected, the ranking logic could be expanded to better surface highly rated places with fewer reviews or incorporate more nuanced recommendation strategies. \ No newline at end of file diff --git a/css/styles.css b/css/styles.css index 35ed4a0d..aa7e3918 100644 --- a/css/styles.css +++ b/css/styles.css @@ -22,9 +22,15 @@ body { font-size: 20px; } +.site-header h2 { + margin: 0 0 4px; + font-size: 17px; +} + .tagline { margin: 0; color: #444; + font-size: 15px; } .layout { @@ -77,6 +83,32 @@ button:focus-visible, a:focus-visible { outline-offset: 2px; } +.tabs { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 8px; + margin-bottom: 10px; +} + +.tab { + border: 1px solid var(--border); + background: white; + border-radius: 10px; + padding: 8px 10px; + cursor: pointer; +} + +.tab.is-active { + background: var(--bg); + font-weight: 600; +} + +/* helps on keyboard focus */ +.tab:focus-visible { + outline: 3px solid #000; + outline-offset: 2px; +} + .stars { display: inline-flex; flex-direction: row-reverse; @@ -117,6 +149,43 @@ button:focus-visible, a:focus-visible { opacity: 1; } +.overlay[hidden] { + display: none; +} + +.overlay { + position: absolute; + inset: 0; /* top/right/bottom/left:0 */ + display: grid; + place-items: center; + background: rgba(0 0 0 / 35%); + padding: 12px; + z-index: 10; +} + +/* Make sure panel-review can contain the absolutely positioned overlay */ +#panel-review { + position: relative; +} + +.overlay-card { + width: min(420px, 100%); + background: var(--bg); + border: 1px solid var(--border); + border-radius: 12px; + padding: 14px; +} + +.overlay-actions { + display: flex; + gap: 10px; + justify-content: flex-end; +} + +#clear-filters { + margin-top: 8px; + width: 100%; +} @media (width <= 900px) { .layout { diff --git a/index.html b/index.html index 75524a60..8dc861f1 100644 --- a/index.html +++ b/index.html @@ -1,180 +1,218 @@ - - - - Philly Food Finder — Context-first Reviews - - - - - - - - - - -
    -
    -
    -
    - +
    + + + + + + + + + + +
    +

    © OpenStreetMap contributors (ODbL). Restaurant POIs sourced from OpenStreetMap.

    +
    + + + \ No newline at end of file diff --git a/js/main.js b/js/main.js index 0a3efead..03aca7f6 100644 --- a/js/main.js +++ b/js/main.js @@ -1,10 +1,29 @@ import { fetchPlaces, fetchAllReviews, fetchReviewsForPlace, insertReview } from "./db.js"; +// Adjust marker colors +const defaultIcon = L.icon({ + iconUrl: "https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png", + shadowUrl: "https://unpkg.com/leaflet@1.9.4/dist/images/marker-shadow.png", + iconSize: [25, 41], + iconAnchor: [12, 41], + popupAnchor: [1, -34], + shadowSize: [41, 41], +}); + +const selectedIcon = L.icon({ + iconUrl: "https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-red.png", + shadowUrl: "https://unpkg.com/leaflet@1.9.4/dist/images/marker-shadow.png", + iconSize: [25, 41], + iconAnchor: [12, 41], + popupAnchor: [1, -34], + shadowSize: [41, 41], +}); const statusEl = document.getElementById("status"); const selectedEl = document.getElementById("selected"); -const reviewsEl = document.getElementById("reviews"); +const reviewsEl = document.getElementById("reviews"); +const selectedReviewEl = document.getElementById("selected-review"); const formEl = document.getElementById("review-form"); const submitBtn = document.getElementById("submit-review"); @@ -13,18 +32,87 @@ const minReviewsEl = document.getElementById("minReviews"); const cuisineFilterEl = document.getElementById("cuisineFilter"); const rankedEl = document.getElementById("ranked"); +const tabDiscover = document.getElementById("tab-discover"); +const tabReview = document.getElementById("tab-review"); +const panelDiscover = document.getElementById("panel-discover"); +const panelReview = document.getElementById("panel-review"); +const searchEl = document.getElementById("search"); +const clearFiltersBtn = document.getElementById("clear-filters"); + +const reviewFormWrap = document.getElementById("review-form-wrap"); +const reviewSuccessEl = document.getElementById("review-success"); +const reviewAgainBtn = document.getElementById("review-again"); +const reviewOverlayEl = document.getElementById("review-overlay"); +const reviewCloseBtn = document.getElementById("review-close"); // store markers so we can interact with them later const markersByPlaceId = new Map(); let placesCache = []; +let selectedMarker = null; function refreshRankings() { const occasion = vibeSelect.value; const minReviews = Number(minReviewsEl.value || 0); - const cuisineFilter = cuisineFilterEl ? cuisineFilterEl.value : ""; // <-- VALUE - renderRankedList(placesCache, occasionStats, occasion, minReviews, cuisineFilter); + const cuisineFilter = cuisineFilterEl ? cuisineFilterEl.value : ""; + renderRankedList(placesCache, occasionStats, occasion, minReviews, cuisineFilter, searchQuery); +} + +// Search bar +let searchQuery = ""; +if (searchEl) { + searchEl.addEventListener("input", () => { + searchQuery = searchEl.value.trim().toLowerCase(); + refreshRankings(); + }); } +// Clear filter button +if (clearFiltersBtn) { + clearFiltersBtn.addEventListener("click", () => { + if (vibeSelect) vibeSelect.value = ""; + if (cuisineFilterEl) cuisineFilterEl.value = ""; + if (minReviewsEl) minReviewsEl.value = "1"; + if (searchEl) searchEl.value = ""; + searchQuery = ""; + + refreshRankings(); + }); +} + +// Randomize suggestions +function shuffle(array) { + const a = array.slice(); + for (let i = a.length - 1; i > 0; i -= 1) { + const j = Math.floor(Math.random() * (i + 1)); + [a[i], a[j]] = [a[j], a[i]]; + } + return a; +} + +function setActiveTab(which) { + const isDiscover = which === "discover"; + + tabDiscover.classList.toggle("is-active", isDiscover); + tabReview.classList.toggle("is-active", !isDiscover); + + tabDiscover.setAttribute("aria-selected", String(isDiscover)); + tabReview.setAttribute("aria-selected", String(!isDiscover)); + + panelDiscover.hidden = !isDiscover; + panelReview.hidden = isDiscover; +} + +if (tabDiscover && tabReview && panelDiscover && panelReview) { + tabDiscover.addEventListener("click", () => setActiveTab("discover")); + tabReview.addEventListener("click", () => setActiveTab("review")); +} + +// Zoom to marker +function focusMarker(marker, zoom = 17) { + if (!mapRef) return; + const latlng = marker.getLatLng(); + mapRef.setView(latlng, zoom, { animate: true }); +} function mean(nums) { return nums.length ? nums.reduce((a, b) => a + b, 0) / nums.length : null; @@ -58,15 +146,89 @@ function buildOccasionStats(reviews) { return stats; } +// Review success function +function showReviewSuccess() { + if (reviewFormWrap) reviewFormWrap.hidden = true; + if (reviewSuccessEl) reviewSuccessEl.hidden = false; +} + +function showReviewForm() { + if (reviewSuccessEl) reviewSuccessEl.hidden = true; + if (reviewFormWrap) reviewFormWrap.hidden = false; +} + +function showReviewOverlay() { + if (!reviewOverlayEl) return; + reviewOverlayEl.hidden = false; + reviewOverlayEl.setAttribute("aria-hidden", "false"); +} + +function hideReviewOverlay() { + if (!reviewOverlayEl) return; + reviewOverlayEl.hidden = true; + reviewOverlayEl.setAttribute("aria-hidden", "true"); +} + +if (reviewCloseBtn) { + reviewCloseBtn.addEventListener("click", hideReviewOverlay); +} + +if (reviewAgainBtn) { + reviewAgainBtn.addEventListener("click", () => { + hideReviewOverlay(); + + // Clear optional fields + const orderEl = document.getElementById("order"); + const noteEl = document.getElementById("note"); + if (orderEl) orderEl.value = ""; + if (noteEl) noteEl.value = ""; + + // Clear star ratings + document.querySelectorAll('input[name="foodRating"]').forEach((el) => (el.checked = false)); + document.querySelectorAll('input[name="valueRating"]').forEach((el) => (el.checked = false)); + document.querySelectorAll('input[name="vibeRating"]').forEach((el) => (el.checked = false)); + }); +} + let mapRef = null -function renderRankedList(places, occasionStats, occasion, minReviews, cuisineFilter) { - // give matches based on cuisine - const candidates = cuisineFilter - ? places.filter(p => splitCuisines(p.cuisine).includes(cuisineFilter)) - : places; +function renderRankedList(places, occasionStats, occasion, minReviews, cuisineFilter,searchQuery) { + // candidates filtered by cuisine + let candidates = cuisineFilter + ? places.filter((p) => splitCuisines(p.cuisine).includes(cuisineFilter)) + : places; + + // Add search query + if (searchQuery) { + candidates = candidates.filter((p) => { + const name = (p.name || "").toLowerCase(); + return name.includes(searchQuery); + }); + } + + // Show suggestions if no category is selected + if (!occasion) { + const suggestions = shuffle( + candidates.filter((p) => typeof p.lat === "number" && typeof p.lng === "number") + ).slice(0, 5); + + rankedEl.innerHTML = ` +

    Suggestions to explore:

    + ${suggestions.map((p, idx) => ` +
    + +
    + `).join("")} + `; + + wireRankClicks(); + return; + } - // Build ranked array + // Build ranked array (review-based) const ranked = candidates .map((p) => { const placeOccStats = occasionStats.get(p.id); @@ -81,42 +243,72 @@ function renderRankedList(places, occasionStats, occasion, minReviews, cuisineFi .sort((a, b) => b.avg - a.avg) .slice(0, 10); - if (!ranked.length) { - const suggestions = candidates - .filter(p => typeof p.lat === "number" && typeof p.lng === "number") - .slice(0, 5); - - rankedEl.innerHTML = ` -

    No reviewed matches yet for ${occasion}${cuisineFilter ? ` (${cuisineFilter})` : ""}.

    -

    Suggestions to explore:

    - ${suggestions.map((p, idx) => ` -
    - -
    - `).join("")} - `; - - rankedEl.querySelectorAll(".rank-item").forEach((btn) => { - btn.addEventListener("click", () => { - const placeId = btn.dataset.placeId; - const marker = markersByPlaceId.get(placeId); - if (marker && mapRef) { - // Zoom to marker (use setView or flyTo) - mapRef.setView(marker.getLatLng(), 17, { animate: true }); - marker.openPopup(); - marker.fire("click"); - } - + // Helper to wire clicks for zoom + select + function wireRankClicks() { + rankedEl.querySelectorAll(".rank-item").forEach((btn) => { + btn.addEventListener("click", () => { + const placeId = btn.dataset.placeId; + const marker = markersByPlaceId.get(placeId); + if (!marker || !mapRef) return; + focusMarker(marker, 17); + marker.openPopup(); + marker.fire("click"); }); - }); - - return; - } + }); + } + + // Render ranked results + if (ranked.length) { + rankedEl.innerHTML = ` +

    + Top matches for ${occasion}${cuisineFilter ? ` (${cuisineFilter})` : ""}: +

    + ${ranked + .map((x, idx) => { + const p = x.place; + return ` +
    + +
    + `; + }) + .join("")} + `; + + wireRankClicks(); + return; + } + + // No ranked results yet — show randomized suggestions + const suggestions = shuffle( + candidates.filter((p) => typeof p.lat === "number" && typeof p.lng === "number") + ).slice(0, 5); + + rankedEl.innerHTML = ` +

    No reviewed matches yet for ${occasion}${cuisineFilter ? ` (${cuisineFilter})` : ""}.

    +

    Suggestions to explore:

    + ${suggestions.length + ? suggestions + .map((p, idx) => ` +
    + +
    + `) + .join("") + : `

    No suggestions found for this filter. Try “Any cuisine”.

    `} + `; + + wireRankClicks(); } + // Filter by cuisine function normalizeCuisine(c) { if (!c) return null; @@ -159,23 +351,44 @@ function setStatus(html) { function setSelected(place) { selectedPlace = place; + // Reset previous marker + if (selectedMarker) { + selectedMarker.setIcon(defaultIcon); + selectedMarker = null; + } + if (!place) { - selectedEl.innerHTML = `

    Click a pin to see details.

    `; + const empty = `

    Click a pin to see details.

    `; + selectedEl.innerHTML = empty; + if (selectedReviewEl) selectedReviewEl.innerHTML = `

    No place selected yet. Click a pin or a suggestion.

    `; reviewsEl.innerHTML = `

    No place selected.

    `; submitBtn.disabled = true; submitBtn.textContent = "Pick a place first"; return; } - selectedEl.innerHTML = ` + const html = `

    ${place.name ?? "Unnamed place"}

    ${place.cuisine ? `

    Cuisine: ${place.cuisine}

    ` : ""} ${place.address ? `

    Address: ${place.address}

    ` : ""} `; + // Populate both tabs + selectedEl.innerHTML = html; + if (selectedReviewEl) selectedReviewEl.innerHTML = html; + submitBtn.disabled = false; submitBtn.textContent = "Submit review"; + // Highlight selected marker + const marker = markersByPlaceId.get(place.id); + if (marker) { + marker.setIcon(selectedIcon); + selectedMarker = marker; + focusMarker(marker, 17); + marker.openPopup(); + } + loadReviews(place.id); } @@ -243,10 +456,13 @@ function initMap() { const philly = [39.9526, -75.1652]; const map = L.map("map").setView(philly, 12); - L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", { - maxZoom: 19, - attribution: '© OpenStreetMap contributors', - }).addTo(map); + L.tileLayer("https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png", { + attribution: + '© OpenStreetMap contributors © CARTO', + subdomains: "abcd", + maxZoom: 20, +}).addTo(map); + return map; } @@ -271,7 +487,7 @@ async function main() { let added = 0; for (const p of placesCache) { if (typeof p.lat !== "number" || typeof p.lng !== "number") continue; - const marker = L.marker([p.lat, p.lng]).addTo(map); + const marker = L.marker([p.lat, p.lng], { icon: defaultIcon }).addTo(map); marker.bindPopup(`${p.name ?? "Unnamed place"}`); marker.on("click", () => setSelected(p)); markersByPlaceId.set(p.id, marker); // so ranked list can jump to pins @@ -335,6 +551,8 @@ if(formEl) { // Refresh the reviews panel await loadReviews(selectedPlace.id); + showReviewOverlay(); + } catch (err) { console.error(err); alert(err.message ?? String(err)); From 42b407e5e232a320ca47e96fcd42c11f70c81d41 Mon Sep 17 00:00:00 2001 From: Lu Yii Wong Date: Thu, 18 Dec 2025 17:29:03 -0500 Subject: [PATCH 4/8] update readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index ecb616c2..87cf7325 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,6 @@ This project explores how **community data**, **spatial interfaces**, and **cont Instead of asking users to rank restaurants against each other, *Find Your Spot* helps people find the right place for the right moment. ---- -Absolutely — here’s a **more concise version** that keeps the key ideas without feeling long or repetitive. This fits very nicely at the end of a README. - --- ## Areas for Future Improvement From ba0f494abd0f802c5324520353a0a8c10144e031 Mon Sep 17 00:00:00 2001 From: Lu Yii Wong Date: Thu, 18 Dec 2025 17:29:57 -0500 Subject: [PATCH 5/8] Update Readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 87cf7325..59c00582 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Find Your Spot - A Philly Food Finder +Lu Yii Wong + +Fall 2025 + **Find Your Spot** is a community-driven food discovery tool designed to help people choose restaurants based on *what kind of experience they’re looking for*, not just a single overall rating. Unlike traditional food rating apps that rank restaurants against each other, this project recognizes that a great $15 noodle shop and a special-occasion restaurant can both be “excellent” but just for different moments. This project was inspired by my personal experience with restaurant rating apps like Beli and Yelp. I wanted to take a crack at creating a product that offers users a tailored experience when selecting their next food destination. From 9c16e4c269a5da38739eaeabb0299416157c67d0 Mon Sep 17 00:00:00 2001 From: Lu Yii Wong Date: Thu, 18 Dec 2025 17:57:37 -0500 Subject: [PATCH 6/8] changes for linting --- js/db.js | 23 ++-- js/main.js | 349 +++++++++++++++++++++++++---------------------------- 2 files changed, 176 insertions(+), 196 deletions(-) diff --git a/js/db.js b/js/db.js index 2a1e94e4..19a92076 100644 --- a/js/db.js +++ b/js/db.js @@ -1,14 +1,15 @@ // Uses the global `supabase` from the CDN script in index.html -const SUPABASE_URL = "https://evvjlynnabdwpferdnqy.supabase.co"; -const SUPABASE_ANON_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImV2dmpseW5uYWJkd3BmZXJkbnF5Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjU5ODc5NjMsImV4cCI6MjA4MTU2Mzk2M30.9rsOvkqFy1PcRiPMw9j0NdpwSzEyL8Ll2DKUJaE-i7A"; +/* global supabase */ +const SUPABASE_URL = 'https://evvjlynnabdwpferdnqy.supabase.co'; +const SUPABASE_ANON_KEY = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImV2dmpseW5uYWJkd3BmZXJkbnF5Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjU5ODc5NjMsImV4cCI6MjA4MTU2Mzk2M30.9rsOvkqFy1PcRiPMw9j0NdpwSzEyL8Ll2DKUJaE-i7A'; export const db = supabase.createClient(SUPABASE_URL, SUPABASE_ANON_KEY); export async function fetchPlaces(limit = 1000) { const { data, error } = await db - .from("places") - .select("id, osm_id, name, lat, lng, cuisine, address") + .from('places') + .select('id, osm_id, name, lat, lng, cuisine, address') .limit(limit); if (error) throw error; @@ -18,10 +19,10 @@ export async function fetchPlaces(limit = 1000) { // Reviews export async function fetchReviewsForPlace(placeId) { const { data, error } = await db - .from("reviews") - .select("id, occasion, food, value, vibe, go_to_order, note, created_at") - .eq("place_id", placeId) - .order("created_at", { ascending: false }); + .from('reviews') + .select('id, occasion, food, value, vibe, go_to_order, note, created_at') + .eq('place_id', placeId) + .order('created_at', { ascending: false }); if (error) throw error; return data ?? []; @@ -29,7 +30,7 @@ export async function fetchReviewsForPlace(placeId) { export async function insertReview(review) { const { data, error } = await db - .from("reviews") + .from('reviews') .insert(review) .select() .single(); @@ -40,8 +41,8 @@ export async function insertReview(review) { export async function fetchAllReviews(limit = 5000) { const { data, error } = await db - .from("reviews") - .select("place_id, occasion, food, value, vibe, created_at") + .from('reviews') + .select('place_id, occasion, food, value, vibe, created_at') .limit(limit); if (error) throw error; diff --git a/js/main.js b/js/main.js index 03aca7f6..70c9d891 100644 --- a/js/main.js +++ b/js/main.js @@ -1,9 +1,9 @@ -import { fetchPlaces, fetchAllReviews, fetchReviewsForPlace, insertReview } from "./db.js"; +import { fetchPlaces, fetchAllReviews, fetchReviewsForPlace, insertReview } from './db.js'; -// Adjust marker colors +// Adjust marker colors const defaultIcon = L.icon({ - iconUrl: "https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png", - shadowUrl: "https://unpkg.com/leaflet@1.9.4/dist/images/marker-shadow.png", + iconUrl: 'https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png', + shadowUrl: 'https://unpkg.com/leaflet@1.9.4/dist/images/marker-shadow.png', iconSize: [25, 41], iconAnchor: [12, 41], popupAnchor: [1, -34], @@ -11,39 +11,37 @@ const defaultIcon = L.icon({ }); const selectedIcon = L.icon({ - iconUrl: "https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-red.png", - shadowUrl: "https://unpkg.com/leaflet@1.9.4/dist/images/marker-shadow.png", + iconUrl: 'https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-red.png', + shadowUrl: 'https://unpkg.com/leaflet@1.9.4/dist/images/marker-shadow.png', iconSize: [25, 41], iconAnchor: [12, 41], popupAnchor: [1, -34], shadowSize: [41, 41], }); -const statusEl = document.getElementById("status"); -const selectedEl = document.getElementById("selected"); +const statusEl = document.getElementById('status'); +const selectedEl = document.getElementById('selected'); -const reviewsEl = document.getElementById("reviews"); -const selectedReviewEl = document.getElementById("selected-review"); -const formEl = document.getElementById("review-form"); -const submitBtn = document.getElementById("submit-review"); +const reviewsEl = document.getElementById('reviews'); +const selectedReviewEl = document.getElementById('selected-review'); +const formEl = document.getElementById('review-form'); +const submitBtn = document.getElementById('submit-review'); -const vibeSelect = document.getElementById("vibe"); -const minReviewsEl = document.getElementById("minReviews"); -const cuisineFilterEl = document.getElementById("cuisineFilter"); -const rankedEl = document.getElementById("ranked"); +const vibeSelect = document.getElementById('vibe'); +const minReviewsEl = document.getElementById('minReviews'); +const cuisineFilterEl = document.getElementById('cuisineFilter'); +const rankedEl = document.getElementById('ranked'); -const tabDiscover = document.getElementById("tab-discover"); -const tabReview = document.getElementById("tab-review"); -const panelDiscover = document.getElementById("panel-discover"); -const panelReview = document.getElementById("panel-review"); -const searchEl = document.getElementById("search"); -const clearFiltersBtn = document.getElementById("clear-filters"); +const tabDiscover = document.getElementById('tab-discover'); +const tabReview = document.getElementById('tab-review'); +const panelDiscover = document.getElementById('panel-discover'); +const panelReview = document.getElementById('panel-review'); +const searchEl = document.getElementById('search'); +const clearFiltersBtn = document.getElementById('clear-filters'); -const reviewFormWrap = document.getElementById("review-form-wrap"); -const reviewSuccessEl = document.getElementById("review-success"); -const reviewAgainBtn = document.getElementById("review-again"); -const reviewOverlayEl = document.getElementById("review-overlay"); -const reviewCloseBtn = document.getElementById("review-close"); +const reviewAgainBtn = document.getElementById('review-again'); +const reviewOverlayEl = document.getElementById('review-overlay'); +const reviewCloseBtn = document.getElementById('review-close'); // store markers so we can interact with them later const markersByPlaceId = new Map(); @@ -53,14 +51,14 @@ let selectedMarker = null; function refreshRankings() { const occasion = vibeSelect.value; const minReviews = Number(minReviewsEl.value || 0); - const cuisineFilter = cuisineFilterEl ? cuisineFilterEl.value : ""; + const cuisineFilter = cuisineFilterEl ? cuisineFilterEl.value : ''; renderRankedList(placesCache, occasionStats, occasion, minReviews, cuisineFilter, searchQuery); } // Search bar -let searchQuery = ""; +let searchQuery = ''; if (searchEl) { - searchEl.addEventListener("input", () => { + searchEl.addEventListener('input', () => { searchQuery = searchEl.value.trim().toLowerCase(); refreshRankings(); }); @@ -68,12 +66,12 @@ if (searchEl) { // Clear filter button if (clearFiltersBtn) { - clearFiltersBtn.addEventListener("click", () => { - if (vibeSelect) vibeSelect.value = ""; - if (cuisineFilterEl) cuisineFilterEl.value = ""; - if (minReviewsEl) minReviewsEl.value = "1"; - if (searchEl) searchEl.value = ""; - searchQuery = ""; + clearFiltersBtn.addEventListener('click', () => { + if (vibeSelect) vibeSelect.value = ''; + if (cuisineFilterEl) cuisineFilterEl.value = ''; + if (minReviewsEl) minReviewsEl.value = '1'; + if (searchEl) searchEl.value = ''; + searchQuery = ''; refreshRankings(); }); @@ -90,21 +88,21 @@ function shuffle(array) { } function setActiveTab(which) { - const isDiscover = which === "discover"; + const isDiscover = which === 'discover'; - tabDiscover.classList.toggle("is-active", isDiscover); - tabReview.classList.toggle("is-active", !isDiscover); + tabDiscover.classList.toggle('is-active', isDiscover); + tabReview.classList.toggle('is-active', !isDiscover); - tabDiscover.setAttribute("aria-selected", String(isDiscover)); - tabReview.setAttribute("aria-selected", String(!isDiscover)); + tabDiscover.setAttribute('aria-selected', String(isDiscover)); + tabReview.setAttribute('aria-selected', String(!isDiscover)); panelDiscover.hidden = !isDiscover; panelReview.hidden = isDiscover; } if (tabDiscover && tabReview && panelDiscover && panelReview) { - tabDiscover.addEventListener("click", () => setActiveTab("discover")); - tabReview.addEventListener("click", () => setActiveTab("review")); + tabDiscover.addEventListener('click', () => setActiveTab('discover')); + tabReview.addEventListener('click', () => setActiveTab('review')); } // Zoom to marker @@ -147,41 +145,31 @@ function buildOccasionStats(reviews) { } // Review success function -function showReviewSuccess() { - if (reviewFormWrap) reviewFormWrap.hidden = true; - if (reviewSuccessEl) reviewSuccessEl.hidden = false; -} - -function showReviewForm() { - if (reviewSuccessEl) reviewSuccessEl.hidden = true; - if (reviewFormWrap) reviewFormWrap.hidden = false; -} - function showReviewOverlay() { if (!reviewOverlayEl) return; reviewOverlayEl.hidden = false; - reviewOverlayEl.setAttribute("aria-hidden", "false"); + reviewOverlayEl.setAttribute('aria-hidden', 'false'); } function hideReviewOverlay() { if (!reviewOverlayEl) return; reviewOverlayEl.hidden = true; - reviewOverlayEl.setAttribute("aria-hidden", "true"); + reviewOverlayEl.setAttribute('aria-hidden', 'true'); } if (reviewCloseBtn) { - reviewCloseBtn.addEventListener("click", hideReviewOverlay); + reviewCloseBtn.addEventListener('click', hideReviewOverlay); } if (reviewAgainBtn) { - reviewAgainBtn.addEventListener("click", () => { + reviewAgainBtn.addEventListener('click', () => { hideReviewOverlay(); // Clear optional fields - const orderEl = document.getElementById("order"); - const noteEl = document.getElementById("note"); - if (orderEl) orderEl.value = ""; - if (noteEl) noteEl.value = ""; + const orderEl = document.getElementById('order'); + const noteEl = document.getElementById('note'); + if (orderEl) orderEl.value = ''; + if (noteEl) noteEl.value = ''; // Clear star ratings document.querySelectorAll('input[name="foodRating"]').forEach((el) => (el.checked = false)); @@ -190,9 +178,9 @@ if (reviewAgainBtn) { }); } -let mapRef = null +let mapRef = null; -function renderRankedList(places, occasionStats, occasion, minReviews, cuisineFilter,searchQuery) { +function renderRankedList(places, occasionStats, occasion, minReviews, cuisineFilter, searchQuery) { // candidates filtered by cuisine let candidates = cuisineFilter ? places.filter((p) => splitCuisines(p.cuisine).includes(cuisineFilter)) @@ -201,7 +189,7 @@ function renderRankedList(places, occasionStats, occasion, minReviews, cuisineFi // Add search query if (searchQuery) { candidates = candidates.filter((p) => { - const name = (p.name || "").toLowerCase(); + const name = (p.name || '').toLowerCase(); return name.includes(searchQuery); }); } @@ -209,22 +197,22 @@ function renderRankedList(places, occasionStats, occasion, minReviews, cuisineFi // Show suggestions if no category is selected if (!occasion) { const suggestions = shuffle( - candidates.filter((p) => typeof p.lat === "number" && typeof p.lng === "number") + candidates.filter((p) => typeof p.lat === 'number' && typeof p.lng === 'number'), ).slice(0, 5); rankedEl.innerHTML = `

    Suggestions to explore:

    ${suggestions.map((p, idx) => ` -
    +
    - `).join("")} + `).join('')} `; - wireRankClicks(); + wireRankClicks(); return; } @@ -245,15 +233,15 @@ function renderRankedList(places, occasionStats, occasion, minReviews, cuisineFi // Helper to wire clicks for zoom + select function wireRankClicks() { - rankedEl.querySelectorAll(".rank-item").forEach((btn) => { - btn.addEventListener("click", () => { + rankedEl.querySelectorAll('.rank-item').forEach((btn) => { + btn.addEventListener('click', () => { const placeId = btn.dataset.placeId; const marker = markersByPlaceId.get(placeId); if (!marker || !mapRef) return; - focusMarker(marker, 17); - marker.openPopup(); - marker.fire("click"); - }); + focusMarker(marker, 17); + marker.openPopup(); + marker.fire('click'); + }); }); } @@ -261,22 +249,22 @@ function renderRankedList(places, occasionStats, occasion, minReviews, cuisineFi if (ranked.length) { rankedEl.innerHTML = `

    - Top matches for ${occasion}${cuisineFilter ? ` (${cuisineFilter})` : ""}: + Top matches for ${occasion}${cuisineFilter ? ` (${cuisineFilter})` : ''}:

    ${ranked - .map((x, idx) => { - const p = x.place; - return ` -
    + .map((x, idx) => { + const p = x.place; + return ` +
    `; - }) - .join("")} + }) + .join('')} `; wireRankClicks(); @@ -285,43 +273,35 @@ function renderRankedList(places, occasionStats, occasion, minReviews, cuisineFi // No ranked results yet — show randomized suggestions const suggestions = shuffle( - candidates.filter((p) => typeof p.lat === "number" && typeof p.lng === "number") - ).slice(0, 5); + candidates.filter((p) => typeof p.lat === 'number' && typeof p.lng === 'number'), + ).slice(0, 5); rankedEl.innerHTML = ` -

    No reviewed matches yet for ${occasion}${cuisineFilter ? ` (${cuisineFilter})` : ""}.

    +

    No reviewed matches yet for ${occasion}${cuisineFilter ? ` (${cuisineFilter})` : ''}.

    Suggestions to explore:

    ${suggestions.length - ? suggestions - .map((p, idx) => ` -
    + ? suggestions + .map((p, idx) => ` +
    `) - .join("") - : `

    No suggestions found for this filter. Try “Any cuisine”.

    `} + .join('') + : `

    No suggestions found for this filter. Try “Any cuisine”.

    `} `; wireRankClicks(); } - -// Filter by cuisine -function normalizeCuisine(c) { - if (!c) return null; - // to manage OSM data format - return String(c).trim().toLowerCase(); -} - function splitCuisines(c) { if (!c) return []; return String(c) .toLowerCase() - .split(";") - .map(s => s.trim()) + .split(';') + .map((s) => s.trim()) .filter(Boolean); } @@ -337,7 +317,7 @@ function populateCuisineFilter(places) { cuisineFilterEl.innerHTML = ` - ${cuisines.map(c => ``).join("")} + ${cuisines.map((c) => ``).join('')} `; } @@ -363,14 +343,14 @@ function setSelected(place) { if (selectedReviewEl) selectedReviewEl.innerHTML = `

    No place selected yet. Click a pin or a suggestion.

    `; reviewsEl.innerHTML = `

    No place selected.

    `; submitBtn.disabled = true; - submitBtn.textContent = "Pick a place first"; + submitBtn.textContent = 'Pick a place first'; return; } const html = ` -

    ${place.name ?? "Unnamed place"}

    - ${place.cuisine ? `

    Cuisine: ${place.cuisine}

    ` : ""} - ${place.address ? `

    Address: ${place.address}

    ` : ""} +

    ${place.name ?? 'Unnamed place'}

    + ${place.cuisine ? `

    Cuisine: ${place.cuisine}

    ` : ''} + ${place.address ? `

    Address: ${place.address}

    ` : ''} `; // Populate both tabs @@ -378,7 +358,7 @@ function setSelected(place) { if (selectedReviewEl) selectedReviewEl.innerHTML = html; submitBtn.disabled = false; - submitBtn.textContent = "Submit review"; + submitBtn.textContent = 'Submit review'; // Highlight selected marker const marker = markersByPlaceId.get(place.id); @@ -403,7 +383,7 @@ function renderReviews(reviews) { return; } - // Quick “best for” summary by occasion + // Quick “best for” summary by occasion const byOccasion = new Map(); for (const r of reviews) { if (!byOccasion.has(r.occasion)) byOccasion.set(r.occasion, []); @@ -412,25 +392,25 @@ function renderReviews(reviews) { const summary = [...byOccasion.entries()] .map(([occ, arr]) => { - const score = avg(arr.map(x => (x.food + x.value + x.vibe) / 3)); + const score = avg(arr.map((x) => (x.food + x.value + x.vibe) / 3)); return `
  • ${occ}: ${score.toFixed(2)} (${arr.length})
  • `; }) - .join(""); + .join(''); const items = reviews .slice(0, 10) - .map(r => { + .map((r) => { const score = ((r.food + r.value + r.vibe) / 3).toFixed(1); return `
    ${r.occasion} • ${score}/5
    - ${r.go_to_order ? `
    Go-to: ${r.go_to_order}
    ` : ""} - ${r.note ? `
    ${r.note}
    ` : ""} + ${r.go_to_order ? `
    Go-to: ${r.go_to_order}
    ` : ''} + ${r.note ? `
    ${r.note}
    ` : ''}
    ${new Date(r.created_at).toLocaleString()}
    `; }) - .join(""); + .join(''); reviewsEl.innerHTML = `
    @@ -454,14 +434,14 @@ async function loadReviews(placeId) { function initMap() { const philly = [39.9526, -75.1652]; - const map = L.map("map").setView(philly, 12); + const map = L.map('map').setView(philly, 12); - L.tileLayer("https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png", { - attribution: + L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png', { + attribution: '© OpenStreetMap contributors © CARTO', - subdomains: "abcd", - maxZoom: 20, -}).addTo(map); + subdomains: 'abcd', + maxZoom: 20, + }).addTo(map); return map; @@ -475,33 +455,33 @@ async function main() { mapRef = map; try { - setStatus("

    Loading places from Supabase…

    "); + setStatus('

    Loading places from Supabase…

    '); placesCache = await fetchPlaces(2000); populateCuisineFilter(placesCache); - setStatus("

    Loading reviews from Supabase…

    "); + setStatus('

    Loading reviews from Supabase…

    '); allReviews = await fetchAllReviews(5000); occasionStats = buildOccasionStats(allReviews); // Add markers, always render pins first let added = 0; for (const p of placesCache) { - if (typeof p.lat !== "number" || typeof p.lng !== "number") continue; + if (typeof p.lat !== 'number' || typeof p.lng !== 'number') continue; const marker = L.marker([p.lat, p.lng], { icon: defaultIcon }).addTo(map); - marker.bindPopup(`${p.name ?? "Unnamed place"}`); - marker.on("click", () => setSelected(p)); + marker.bindPopup(`${p.name ?? 'Unnamed place'}`); + marker.on('click', () => setSelected(p)); markersByPlaceId.set(p.id, marker); // so ranked list can jump to pins added += 1; } setStatus( - `

    Loaded ${placesCache.length} places and ${allReviews.length} reviews. Rendered ${added} pins.

    ` + `

    Loaded ${placesCache.length} places and ${allReviews.length} reviews. Rendered ${added} pins.

    `, ); - refreshRankings(); - vibeSelect.addEventListener("change", refreshRankings); - minReviewsEl.addEventListener("input", refreshRankings); - if (cuisineFilterEl) cuisineFilterEl.addEventListener("change", refreshRankings); + refreshRankings(); + vibeSelect.addEventListener('change', refreshRankings); + minReviewsEl.addEventListener('input', refreshRankings); + if (cuisineFilterEl) cuisineFilterEl.addEventListener('change', refreshRankings); setSelected(null); } catch (err) { @@ -511,59 +491,58 @@ async function main() { } // Form submission for reviews -if(formEl) { - formEl.addEventListener("submit", async (e) => { - console.log("Review form submitted"); - e.preventDefault(); - if (!selectedPlace) return; - - const occasion = document.getElementById("occasion").value; - const food = Number(document.querySelector('input[name="foodRating"]:checked')?.value); - const value = Number(document.querySelector('input[name="valueRating"]:checked')?.value); - const vibe = Number(document.querySelector('input[name="vibeRating"]:checked')?.value); - const go_to_order = document.getElementById("order").value.trim() || null; - const note = document.getElementById("note").value.trim() || null; - - try { - submitBtn.disabled = true; - submitBtn.textContent = "Submitting…"; - - // Ensure that no NULL values - if (![food, value, vibe].every((n) => Number.isFinite(n) && n >= 1 && n <= 5)) { - alert("Please enter Food/Value/Vibe ratings between 1 and 5."); - return; - } - - await insertReview({ - place_id: selectedPlace.id, - occasion, - food, - value, - vibe, - go_to_order, - note, - }); - - // Optional fields - document.getElementById("order").value = ""; - document.getElementById("note").value = ""; - - // Refresh the reviews panel - await loadReviews(selectedPlace.id); - - showReviewOverlay(); - - } catch (err) { - console.error(err); - alert(err.message ?? String(err)); - } finally { - submitBtn.disabled = false; - submitBtn.textContent = "Submit review"; - } +if (formEl) { + formEl.addEventListener('submit', async (e) => { + console.log('Review form submitted'); + e.preventDefault(); + if (!selectedPlace) return; + + const occasion = document.getElementById('occasion').value; + const food = Number(document.querySelector('input[name="foodRating"]:checked')?.value); + const value = Number(document.querySelector('input[name="valueRating"]:checked')?.value); + const vibe = Number(document.querySelector('input[name="vibeRating"]:checked')?.value); + const goToOrder = document.getElementById('order').value.trim() || null; + const note = document.getElementById('note').value.trim() || null; + + try { + submitBtn.disabled = true; + submitBtn.textContent = 'Submitting…'; + + // Ensure that no NULL values + if (![food, value, vibe].every((n) => Number.isFinite(n) && n >= 1 && n <= 5)) { + alert('Please enter Food/Value/Vibe ratings between 1 and 5.'); + return; + } + + await insertReview({ + place_id: selectedPlace.id, + occasion, + food, + value, + vibe, + goToOrder, + note, + }); + + // Optional fields + document.getElementById('order').value = ''; + document.getElementById('note').value = ''; + + // Refresh the reviews panel + await loadReviews(selectedPlace.id); + + showReviewOverlay(); + } catch (err) { + console.error(err); + alert(err.message ?? String(err)); + } finally { + submitBtn.disabled = false; + submitBtn.textContent = 'Submit review'; + } }); } main().catch((err) => { - console.error("Main crashed:", err); + console.error('Main crashed:', err); setStatus?.(`

    Error: ${err.message ?? String(err)}

    `); }); From 61cba6d6ad615960727589e0cb02c471b3666b56 Mon Sep 17 00:00:00 2001 From: Lu Yii Wong Date: Thu, 18 Dec 2025 18:11:34 -0500 Subject: [PATCH 7/8] Checking for accessibility and updating readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59c00582..493fc04b 100644 --- a/README.md +++ b/README.md @@ -112,4 +112,6 @@ While *Find Your Spot* is fully functional, there are several areas where the ap 3. **Visual identity and branding:** The current design emphasizes clarity and usability, but the application could benefit from a stronger visual identity through more distinctive colors, custom markers, and refined typography. -4. **Recommendation enhancements:** As more reviews are collected, the ranking logic could be expanded to better surface highly rated places with fewer reviews or incorporate more nuanced recommendation strategies. \ No newline at end of file +4. **Recommendation enhancements:** As more reviews are collected, the ranking logic could be expanded to better surface highly rated places with fewer reviews or incorporate more nuanced recommendation strategies. + +5. **Site Accessibility:** Part of the issue with ensuring accessibility on this site is that the markers must remain clickable to users. By making markers not tabbable (to avoid tabbing the 700+ markers) it would make the user experience with the other interactive parts of the application easier. However, it causes other accesibility problems. Hence, accessibility on this tool needs greater refinement moving forward. \ No newline at end of file From a35a49df36d19a16ccffc7e0888faaa5082fc962 Mon Sep 17 00:00:00 2001 From: Lu Yii Wong Date: Thu, 18 Dec 2025 18:17:58 -0500 Subject: [PATCH 8/8] fix submission error --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 70c9d891..73aa5480 100644 --- a/js/main.js +++ b/js/main.js @@ -520,7 +520,7 @@ if (formEl) { food, value, vibe, - goToOrder, + go_to_order: goToOrder, note, });