update center for fiction location and refresh html cache

This commit is contained in:
David 2019-07-20 20:00:20 -04:00
parent 1a9f26d3e7
commit 2bb3712cf0
2 changed files with 7 additions and 11 deletions

View File

@ -148,10 +148,6 @@
<td class="name">Boulevard Books and Caf&#xE9;</td> <td class="name">Boulevard Books and Caf&#xE9;</td>
<td>7518 13th Ave, Brooklyn</td> <td>7518 13th Ave, Brooklyn</td>
</tr> </tr>
<tr id="" class="spotRow">
<td class="name">Brazenhead Books</td>
<td>The Upper East Side, New York</td>
</tr>
<tr id="" class="spotRow"> <tr id="" class="spotRow">
<td class="name">Cafe con Libros</td> <td class="name">Cafe con Libros</td>
<td>724 Prospect Place, Brooklyn</td> <td>724 Prospect Place, Brooklyn</td>
@ -390,7 +386,7 @@
</tr> </tr>
<tr id="" class="spotRow"> <tr id="" class="spotRow">
<td class="name">The Center for Fiction</td> <td class="name">The Center for Fiction</td>
<td>17 East 47th St, New York</td> <td>15 Lafayette Ave, Brooklyn</td>
</tr> </tr>
<tr id="" class="spotRow"> <tr id="" class="spotRow">
<td class="name">The Corner Bookstore</td> <td class="name">The Corner Bookstore</td>

View File

@ -897,15 +897,15 @@
}, },
{ {
"name": "The Center for Fiction", "name": "The Center for Fiction",
"address": "17 East 47th St", "address": "15 Lafayette Ave",
"city": "New York", "city": "Brooklyn",
"state": "NY", "state": "NY",
"postcode": "10036", "postcode": "11217",
"description": "", "description": "",
"lat": "40.75637", "lat": "40.686818",
"long": "-73.977285", "long": "-73.978564",
"country": "USA", "country": "USA",
"website": "http://www.centerforfiction.org/about/the-center-bookshop/", "website": "https://centerforfiction.org/the-center/bookstore/",
"events": "Yes", "events": "Yes",
"cafe": "No" "cafe": "No"
}, },