add Rizzoli bookstore (what an oversight!)

This commit is contained in:
David 2017-06-15 23:01:26 -04:00
parent c0e88c1643
commit fcfb75dc44
2 changed files with 18 additions and 0 deletions

View File

@ -300,6 +300,10 @@
<td class="name">Revolution Books</td>
<td>437 Malcolm X Blvd, New York</td>
</tr>
<tr id="" class="spotRow">
<td class="name">Rizzoli Bookstore</td>
<td>1133 Broadway, New York</td>
</tr>
<tr id="" class="spotRow">
<td class="name">Shakespeare &amp; Company</td>
<td>939 Lexington Ave, New York</td>

View File

@ -1188,5 +1188,19 @@
"website": "https://www.taschen.com/pages/en/stores/979.store_new_york.htm",
"events": "Yes",
"cafe": "No"
},
{
"name": "Rizzoli Bookstore",
"address": "1133 Broadway",
"city": "New York",
"state": "NY",
"postcode": "10010",
"description": "",
"lat": "40.7435735",
"long": "-73.9891809",
"country": "USA",
"website": "https://www.rizzolibookstore.com/",
"events": "Yes",
"cafe": "No"
}
]