5540 lines
296 KiB
C#
5540 lines
296 KiB
C#
// <auto-generated />
|
||
using System;
|
||
using LeedsBeerQuest.API.Data.Contexts;
|
||
using Microsoft.EntityFrameworkCore;
|
||
using Microsoft.EntityFrameworkCore.Infrastructure;
|
||
using Microsoft.EntityFrameworkCore.Migrations;
|
||
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||
|
||
#nullable disable
|
||
|
||
namespace LeedsBeerQuest.API.Data.Migrations
|
||
{
|
||
[DbContext(typeof(LeedsBeerQuestDbContext))]
|
||
[Migration("20221030005028_Seed_Data")]
|
||
partial class Seed_Data
|
||
{
|
||
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
||
{
|
||
#pragma warning disable 612, 618
|
||
modelBuilder.HasAnnotation("ProductVersion", "6.0.10");
|
||
|
||
modelBuilder.Entity("LeedsBeerQuest.API.Data.Models.Category", b =>
|
||
{
|
||
b.Property<int>("Id")
|
||
.ValueGeneratedOnAdd()
|
||
.HasColumnType("INTEGER");
|
||
|
||
b.Property<string>("Name")
|
||
.IsRequired()
|
||
.HasColumnType("TEXT");
|
||
|
||
b.HasKey("Id");
|
||
|
||
b.ToTable("Categories");
|
||
|
||
b.HasData(
|
||
new
|
||
{
|
||
Id = 1,
|
||
Name = "Closed venues"
|
||
},
|
||
new
|
||
{
|
||
Id = 2,
|
||
Name = "Bar reviews"
|
||
},
|
||
new
|
||
{
|
||
Id = 3,
|
||
Name = "Pub reviews"
|
||
},
|
||
new
|
||
{
|
||
Id = 4,
|
||
Name = "Other reviews"
|
||
},
|
||
new
|
||
{
|
||
Id = 5,
|
||
Name = "Uncategorized"
|
||
});
|
||
});
|
||
|
||
modelBuilder.Entity("LeedsBeerQuest.API.Data.Models.Tag", b =>
|
||
{
|
||
b.Property<int>("Id")
|
||
.ValueGeneratedOnAdd()
|
||
.HasColumnType("INTEGER");
|
||
|
||
b.Property<string>("Name")
|
||
.IsRequired()
|
||
.HasColumnType("TEXT");
|
||
|
||
b.Property<int?>("VenueId")
|
||
.HasColumnType("INTEGER");
|
||
|
||
b.HasKey("Id");
|
||
|
||
b.HasIndex("VenueId");
|
||
|
||
b.ToTable("Tags");
|
||
|
||
b.HasData(
|
||
new
|
||
{
|
||
Id = 1,
|
||
Name = "food,live music,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 2,
|
||
Name = "beer garden,coffee,food,free wifi,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 3,
|
||
Name = "coffee,food"
|
||
},
|
||
new
|
||
{
|
||
Id = 4,
|
||
Name = "coffee,food,free wifi"
|
||
},
|
||
new
|
||
{
|
||
Id = 5,
|
||
Name = "dance floor"
|
||
},
|
||
new
|
||
{
|
||
Id = 6,
|
||
Name = "coffee,free wifi"
|
||
},
|
||
new
|
||
{
|
||
Id = 7,
|
||
Name = "free wifi"
|
||
},
|
||
new
|
||
{
|
||
Id = 8,
|
||
Name = "coffee,dance floor,food"
|
||
},
|
||
new
|
||
{
|
||
Id = 9,
|
||
Name = "arcade games,beer garden,breakfast,food,free wifi,pool table,sofas,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 10,
|
||
Name = "beer garden,breakfast,coffee,food,free wifi"
|
||
},
|
||
new
|
||
{
|
||
Id = 11,
|
||
Name = "food"
|
||
},
|
||
new
|
||
{
|
||
Id = 12,
|
||
Name = "beer garden,coffee,food"
|
||
},
|
||
new
|
||
{
|
||
Id = 13,
|
||
Name = "beer garden,breakfast,coffee,dance floor,food,jukebox"
|
||
},
|
||
new
|
||
{
|
||
Id = 14,
|
||
Name = "dance floor,food,free wifi"
|
||
},
|
||
new
|
||
{
|
||
Id = 15,
|
||
Name = "coffee,food,membership discount,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 16,
|
||
Name = "coffee,food,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 17,
|
||
Name = "beer garden,dance floor,food,live music,quiz"
|
||
},
|
||
new
|
||
{
|
||
Id = 18,
|
||
Name = "dance floor,free wifi,membership discount"
|
||
},
|
||
new
|
||
{
|
||
Id = 19,
|
||
Name = "dance floor,food,live music,quiz"
|
||
},
|
||
new
|
||
{
|
||
Id = 20,
|
||
Name = "jukebox,live music,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 21,
|
||
Name = "beer garden,coffee,food,free wifi"
|
||
},
|
||
new
|
||
{
|
||
Id = 22,
|
||
Name = "beer garden,breakfast,coffee,food"
|
||
},
|
||
new
|
||
{
|
||
Id = 23,
|
||
Name = "coffee,food,sofas,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 24,
|
||
Name = "dance floor,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 25,
|
||
Name = ""
|
||
},
|
||
new
|
||
{
|
||
Id = 26,
|
||
Name = "beer garden,food,live music,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 27,
|
||
Name = "coffee,dance floor,food,free wifi,live music"
|
||
},
|
||
new
|
||
{
|
||
Id = 28,
|
||
Name = "food,live music,membership discount"
|
||
},
|
||
new
|
||
{
|
||
Id = 29,
|
||
Name = "food,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 30,
|
||
Name = "arcade games,dance floor,karaoke,lgbt,quiz"
|
||
},
|
||
new
|
||
{
|
||
Id = 31,
|
||
Name = "arcade games,beer garden,breakfast,coffee,food,free wifi,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 32,
|
||
Name = "food,free wifi,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 33,
|
||
Name = "arcade games,dance floor,free wifi,karaoke,lgbt,sofas,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 34,
|
||
Name = "beer garden,food,free wifi,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 35,
|
||
Name = "coffee,food,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 36,
|
||
Name = "beer garden,food"
|
||
},
|
||
new
|
||
{
|
||
Id = 37,
|
||
Name = "breakfast,coffee,food"
|
||
},
|
||
new
|
||
{
|
||
Id = 38,
|
||
Name = "arcade games,coffee,dance floor,food,free wifi,live music,pool table,quiz,sofas,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 39,
|
||
Name = "breakfast,coffee,food,free wifi,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 40,
|
||
Name = "breakfast,coffee,dance floor,food,quiz,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 41,
|
||
Name = "beer garden,coffee,food,membership discount"
|
||
},
|
||
new
|
||
{
|
||
Id = 42,
|
||
Name = "coffee,food,free wifi,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 43,
|
||
Name = "dance floor,food,free wifi,live music"
|
||
},
|
||
new
|
||
{
|
||
Id = 44,
|
||
Name = "breakfast,coffee,dance floor,food,free wifi,sofas,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 45,
|
||
Name = "arcade games,beer garden,breakfast,coffee,free wifi,jukebox,live music,membership discount,pool table,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 46,
|
||
Name = "arcade games,beer garden,dance floor,live music"
|
||
},
|
||
new
|
||
{
|
||
Id = 47,
|
||
Name = "beer garden,coffee,food,free wifi,live music,quiz,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 48,
|
||
Name = "beer garden,coffee,food,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 49,
|
||
Name = "arcade games,dance floor"
|
||
},
|
||
new
|
||
{
|
||
Id = 50,
|
||
Name = "beer garden,breakfast,coffee,food,free wifi,lgbt"
|
||
},
|
||
new
|
||
{
|
||
Id = 51,
|
||
Name = "arcade games,beer garden,coffee,food,free wifi,jukebox,live music,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 52,
|
||
Name = "beer garden,dance floor,food,free wifi,live music,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 53,
|
||
Name = "arcade games,dance floor,food,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 54,
|
||
Name = "arcade games,beer garden,coffee,food,free wifi,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 55,
|
||
Name = "beer garden,live music,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 56,
|
||
Name = "arcade games,beer garden,coffee,food,free wifi,live music,pool table,quiz,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 57,
|
||
Name = "coffee"
|
||
},
|
||
new
|
||
{
|
||
Id = 58,
|
||
Name = "coffee,dance floor,food,free wifi,live music,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 59,
|
||
Name = "dance floor,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 60,
|
||
Name = "dance floor,food"
|
||
},
|
||
new
|
||
{
|
||
Id = 61,
|
||
Name = "beer garden,coffee,food,free wifi,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 62,
|
||
Name = "beer garden,coffee,food,free wifi,quiz,sofas,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 63,
|
||
Name = "darts,food"
|
||
},
|
||
new
|
||
{
|
||
Id = 64,
|
||
Name = "coffee,dance floor,live music"
|
||
},
|
||
new
|
||
{
|
||
Id = 65,
|
||
Name = "food,karaoke"
|
||
},
|
||
new
|
||
{
|
||
Id = 66,
|
||
Name = "jukebox,live music"
|
||
},
|
||
new
|
||
{
|
||
Id = 67,
|
||
Name = "beer garden,dance floor"
|
||
},
|
||
new
|
||
{
|
||
Id = 68,
|
||
Name = "arcade games,coffee,food,free wifi,sofas,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 69,
|
||
Name = "beer garden,breakfast,coffee,dance floor,food,free wifi,live music,quiz,sofas,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 70,
|
||
Name = "dance floor,free wifi"
|
||
},
|
||
new
|
||
{
|
||
Id = 71,
|
||
Name = "breakfast,coffee,food,free wifi,sports,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 72,
|
||
Name = "pool table"
|
||
},
|
||
new
|
||
{
|
||
Id = 73,
|
||
Name = "food,free wifi,live music,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 74,
|
||
Name = "beer garden,coffee,dance floor,food,membership discount,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 75,
|
||
Name = "coffee,food,free wifi,quiz,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 76,
|
||
Name = "beer garden,coffee"
|
||
},
|
||
new
|
||
{
|
||
Id = 77,
|
||
Name = "coffee,food,free wifi,jukebox"
|
||
},
|
||
new
|
||
{
|
||
Id = 78,
|
||
Name = "beer garden,dance floor,food,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 79,
|
||
Name = "food,free wifi,live music,sofas,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 80,
|
||
Name = "beer garden,dance floor,food,lgbt,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 81,
|
||
Name = "beer garden,coffee,food,free wifi,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 82,
|
||
Name = "dance floor,free wifi,karaoke"
|
||
},
|
||
new
|
||
{
|
||
Id = 83,
|
||
Name = "beer garden,coffee,dance floor,food,free wifi,membership discount,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 84,
|
||
Name = "food,pool table"
|
||
},
|
||
new
|
||
{
|
||
Id = 85,
|
||
Name = "food,free wifi,quiz,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 86,
|
||
Name = "beer garden,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 87,
|
||
Name = "coffee,food,live music,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 88,
|
||
Name = "beer garden,dance floor,food,free wifi,live music"
|
||
},
|
||
new
|
||
{
|
||
Id = 89,
|
||
Name = "dance floor,free wifi,live music"
|
||
},
|
||
new
|
||
{
|
||
Id = 90,
|
||
Name = "coffee,dance floor,food,live music"
|
||
},
|
||
new
|
||
{
|
||
Id = 91,
|
||
Name = "free wifi,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 92,
|
||
Name = "arcade games,darts,food,pool table,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 93,
|
||
Name = "food,free wifi"
|
||
},
|
||
new
|
||
{
|
||
Id = 94,
|
||
Name = "arcade games,coffee,food,pool table,sofas,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 95,
|
||
Name = "beer garden,food,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 96,
|
||
Name = "beer garden,coffee,food,pool table,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 97,
|
||
Name = "dance floor,food,live music,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 98,
|
||
Name = "beer garden,coffee,dance floor,food"
|
||
},
|
||
new
|
||
{
|
||
Id = 99,
|
||
Name = "arcade games,jukebox,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 100,
|
||
Name = "beer garden,coffee,food,quiz,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 101,
|
||
Name = "free wifi,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 102,
|
||
Name = "beer garden,coffee,food,free wifi,quiz,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 103,
|
||
Name = "breakfast,coffee,food,free wifi"
|
||
},
|
||
new
|
||
{
|
||
Id = 104,
|
||
Name = "arcade games,breakfast,coffee,food,free wifi,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 105,
|
||
Name = "beer garden,coffee,food,free wifi,live music,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 106,
|
||
Name = "coffee,food,pool table,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 107,
|
||
Name = "coffee,food,free wifi,live music"
|
||
},
|
||
new
|
||
{
|
||
Id = 108,
|
||
Name = "darts,pool table"
|
||
},
|
||
new
|
||
{
|
||
Id = 109,
|
||
Name = "arcade games,food,live music,pool table,sofas,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 110,
|
||
Name = "beer garden,coffee,dance floor,food,live music,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 111,
|
||
Name = "arcade games,coffee,food,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 112,
|
||
Name = "coffee,food,free wifi,live music,sports,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 113,
|
||
Name = "beer garden,darts,free wifi,live music,quiz"
|
||
},
|
||
new
|
||
{
|
||
Id = 114,
|
||
Name = "arcade games,beer garden,food,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 115,
|
||
Name = "beer garden,coffee,food,free wifi,live music,quiz"
|
||
},
|
||
new
|
||
{
|
||
Id = 116,
|
||
Name = "breakfast,coffee,food,free wifi,jukebox,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 117,
|
||
Name = "arcade games,breakfast,coffee,food,free wifi,live music,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 118,
|
||
Name = "coffee,food,live music"
|
||
},
|
||
new
|
||
{
|
||
Id = 119,
|
||
Name = "arcade games,beer garden,coffee,food,free wifi"
|
||
},
|
||
new
|
||
{
|
||
Id = 120,
|
||
Name = "beer garden,coffee,food,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 121,
|
||
Name = "arcade games,beer garden,coffee,food,free wifi,live music,pool table,sofas,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 122,
|
||
Name = "arcade games,dance floor,lgbt"
|
||
},
|
||
new
|
||
{
|
||
Id = 123,
|
||
Name = "breakfast,dance floor,food,jukebox,live music,sports,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 124,
|
||
Name = "beer garden,coffee,food,live music,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 125,
|
||
Name = "beer garden,breakfast,coffee,food,free wifi,quiz,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 126,
|
||
Name = "breakfast,coffee,food,live music"
|
||
},
|
||
new
|
||
{
|
||
Id = 127,
|
||
Name = "arcade games,beer garden,breakfast,coffee,food,free wifi,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 128,
|
||
Name = "arcade games,darts,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 129,
|
||
Name = "sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 130,
|
||
Name = "beer garden,jukebox,karaoke,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 131,
|
||
Name = "beer garden,breakfast,coffee,food,free wifi,sofas,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 132,
|
||
Name = "beer garden"
|
||
},
|
||
new
|
||
{
|
||
Id = 133,
|
||
Name = "beer garden,food,free wifi,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 134,
|
||
Name = "beer garden,free wifi,karaoke,lgbt,quiz"
|
||
},
|
||
new
|
||
{
|
||
Id = 135,
|
||
Name = "coffee,food,free wifi,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 136,
|
||
Name = "beer garden,coffee,food,live music,quiz,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 137,
|
||
Name = "arcade games,jukebox,karaoke,pool table"
|
||
},
|
||
new
|
||
{
|
||
Id = 138,
|
||
Name = "coffee,dance floor,food,free wifi,karaoke"
|
||
},
|
||
new
|
||
{
|
||
Id = 139,
|
||
Name = "beer garden,breakfast,coffee,food,quiz,sports,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 140,
|
||
Name = "arcade games,coffee,food"
|
||
},
|
||
new
|
||
{
|
||
Id = 141,
|
||
Name = "arcade games,coffee,food,free wifi,pool table,sofas,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 142,
|
||
Name = "beer garden,dance floor,live music"
|
||
},
|
||
new
|
||
{
|
||
Id = 143,
|
||
Name = "breakfast,coffee,food,free wifi,sofas,sports"
|
||
},
|
||
new
|
||
{
|
||
Id = 144,
|
||
Name = "jukebox"
|
||
},
|
||
new
|
||
{
|
||
Id = 145,
|
||
Name = "beer garden,coffee,food,jukebox"
|
||
},
|
||
new
|
||
{
|
||
Id = 146,
|
||
Name = "arcade games,breakfast,coffee,food,free wifi,sofas,sports,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 147,
|
||
Name = "arcade games,beer garden,breakfast,coffee,food,free wifi,sofas,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 148,
|
||
Name = "beer garden,breakfast,coffee,food,free wifi,sofas,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 149,
|
||
Name = "beer garden,breakfast,coffee,food,free wifi,sunday roasts"
|
||
},
|
||
new
|
||
{
|
||
Id = 150,
|
||
Name = "beer garden,coffee,free wifi,live music,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 151,
|
||
Name = "coffee,food,free wifi,membership discount,sofas"
|
||
},
|
||
new
|
||
{
|
||
Id = 152,
|
||
Name = "arcade games,breakfast,coffee,dance floor,food,free wifi"
|
||
},
|
||
new
|
||
{
|
||
Id = 153,
|
||
Name = "arcade games,beer garden,breakfast,coffee,food,free wifi"
|
||
});
|
||
});
|
||
|
||
modelBuilder.Entity("LeedsBeerQuest.API.Data.Models.Venue", b =>
|
||
{
|
||
b.Property<int>("Id")
|
||
.ValueGeneratedOnAdd()
|
||
.HasColumnType("INTEGER");
|
||
|
||
b.Property<string>("Address")
|
||
.IsRequired()
|
||
.HasColumnType("TEXT");
|
||
|
||
b.Property<int>("CategoryId")
|
||
.HasColumnType("INTEGER");
|
||
|
||
b.Property<DateTime>("DateAttended")
|
||
.HasColumnType("TEXT");
|
||
|
||
b.Property<string>("Excerpt")
|
||
.IsRequired()
|
||
.HasColumnType("TEXT");
|
||
|
||
b.Property<decimal>("Latitude")
|
||
.HasColumnType("TEXT");
|
||
|
||
b.Property<decimal>("Longitude")
|
||
.HasColumnType("TEXT");
|
||
|
||
b.Property<string>("Name")
|
||
.IsRequired()
|
||
.HasColumnType("TEXT");
|
||
|
||
b.Property<string>("Phone")
|
||
.HasColumnType("TEXT");
|
||
|
||
b.Property<decimal>("StarsAmenities")
|
||
.HasColumnType("TEXT");
|
||
|
||
b.Property<decimal>("StarsAtmosphere")
|
||
.HasColumnType("TEXT");
|
||
|
||
b.Property<decimal>("StarsBeer")
|
||
.HasColumnType("TEXT");
|
||
|
||
b.Property<decimal>("StarsValue")
|
||
.HasColumnType("TEXT");
|
||
|
||
b.Property<string>("Thumbnail")
|
||
.IsRequired()
|
||
.HasColumnType("TEXT");
|
||
|
||
b.Property<string>("Twitter")
|
||
.HasColumnType("TEXT");
|
||
|
||
b.Property<string>("Url")
|
||
.IsRequired()
|
||
.HasColumnType("TEXT");
|
||
|
||
b.HasKey("Id");
|
||
|
||
b.HasIndex("CategoryId");
|
||
|
||
b.ToTable("Venues");
|
||
|
||
b.HasData(
|
||
new
|
||
{
|
||
Id = 1,
|
||
Address = "23-25 Great George Street, Leeds LS1 3BB",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2012, 11, 30, 21, 58, 52, 0, DateTimeKind.Local),
|
||
Excerpt = "...It's really dark in here!",
|
||
Latitude = 53.8007317m,
|
||
Longitude = -1.5481764m,
|
||
Name = "...escobar",
|
||
Phone = "0113 220 4389",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/11/20121129_185815.jpg",
|
||
Twitter = "EscobarLeeds",
|
||
Url = "http://leedsbeer.info/?p=765"
|
||
},
|
||
new
|
||
{
|
||
Id = 2,
|
||
Address = "1 Little Neville Street, Granary Wharf, Leeds LS1 4ED",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 4, 27, 15, 44, 22, 0, DateTimeKind.Local),
|
||
Excerpt = "FORE! You can play \"golf\" here and enjoy a nice bottled ale. ",
|
||
Latitude = 53.7934952m,
|
||
Longitude = -1.5478653m,
|
||
Name = "\"Golf\" Cafe Bar",
|
||
Phone = "0113 244 4428",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/04/20130422_204442.jpg",
|
||
Twitter = "GolfCafeBar",
|
||
Url = "http://leedsbeer.info/?p=1382"
|
||
},
|
||
new
|
||
{
|
||
Id = 3,
|
||
Address = "115 The Headrow, Leeds, LS1 5JW",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2014, 10, 18, 16, 48, 51, 0, DateTimeKind.Local),
|
||
Excerpt = "A bar that lives up to its name.",
|
||
Latitude = 53.7994003m,
|
||
Longitude = -1.545981m,
|
||
Name = "115 The Headrow",
|
||
Phone = "",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/10/115.jpg",
|
||
Twitter = "BLoungeGrp",
|
||
Url = "http://leedsbeer.info/?p=2753"
|
||
},
|
||
new
|
||
{
|
||
Id = 4,
|
||
Address = "7-9 Boar Lane, Leeds LS1 5DD",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 5, 16, 17, 10, 30, 0, DateTimeKind.Local),
|
||
Excerpt = "Not much going on here beer-wise, but they do serve food on a Sunday evening — quite a rarity amongst city centre bars. ",
|
||
Latitude = 53.7958908m,
|
||
Longitude = -1.5433109m,
|
||
Name = "1871 Bar & Lounge",
|
||
Phone = "0845 200 1871",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 1.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/05/20130506_205930.jpg",
|
||
Twitter = "1871BarLeeds",
|
||
Url = "http://leedsbeer.info/?p=1455"
|
||
},
|
||
new
|
||
{
|
||
Id = 5,
|
||
Address = "25 Great George Street, Leeds LS1 3AL",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 3, 24, 20, 31, 30, 0, DateTimeKind.Local),
|
||
Excerpt = "This fashionable cocktail bar & club isn't really our scene but has surprisingly good beer.",
|
||
Latitude = 53.8007202m,
|
||
Longitude = -1.5483344m,
|
||
Name = "314 In Progress",
|
||
Phone = "0113 397 1337",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/03/IMG_20150209_175103005.jpg",
|
||
Twitter = "314Leeds",
|
||
Url = "http://leedsbeer.info/?p=3048"
|
||
},
|
||
new
|
||
{
|
||
Id = 6,
|
||
Address = "Trinity Kitchen, Albion Street, Leeds LS1 5AT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 11, 16, 21, 47, 20, 0, DateTimeKind.Local),
|
||
Excerpt = "Circular champagne bar is nice, but with a poor beer selection.",
|
||
Latitude = 53.7972984m,
|
||
Longitude = -1.545344m,
|
||
Name = "360 Champagne & Cocktails",
|
||
Phone = "",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/11/IMG_20131110_150923.jpg",
|
||
Twitter = "360_Trinity",
|
||
Url = "http://leedsbeer.info/?p=2098"
|
||
},
|
||
new
|
||
{
|
||
Id = 7,
|
||
Address = "11 - 15 Hirst's Yard, Leeds LS1 6NJ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 8, 22, 21, 29, 53, 0, DateTimeKind.Local),
|
||
Excerpt = "As the name suggests, the raison d'être of this spot is bourbon, but there are enough good American crafts to keep us happy. ",
|
||
Latitude = 53.795681m,
|
||
Longitude = -1.5416881m,
|
||
Name = "51% Bourbon Lounge",
|
||
Phone = "0113 322 9919",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/08/IMG_20130820_211253.jpg",
|
||
Twitter = "51_Bourbon",
|
||
Url = "http://leedsbeer.info/?p=1843"
|
||
},
|
||
new
|
||
{
|
||
Id = 8,
|
||
Address = "Goodbard House,, 15 Infirmary Street, Leeds LS1 2JS",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2016, 8, 9, 13, 37, 30, 0, DateTimeKind.Local),
|
||
Excerpt = "A high-end cocktail nightspot in the financial district. Not really our scene, and not enough beers to get us back. ",
|
||
Latitude = 53.7976761m,
|
||
Longitude = -1.5493602m,
|
||
Name = "53° North",
|
||
Phone = "0113 856 0011",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/08/IMG_20160710_192730025.jpg",
|
||
Twitter = "53degreesLS",
|
||
Url = "http://leedsbeer.info/?p=3517"
|
||
},
|
||
new
|
||
{
|
||
Id = 9,
|
||
Address = "Sparrows Wharf, 32 The Calls, Leeds LS2 7EW",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 6, 5, 23, 2, 7, 0, DateTimeKind.Local),
|
||
Excerpt = "Looks like a gym on the outside, but exercise kit is about the only thing you won't find in here!",
|
||
Latitude = 53.7948723m,
|
||
Longitude = -1.5391223m,
|
||
Name = "Aire Bar",
|
||
Phone = "0113 245 5500",
|
||
StarsAmenities = 4.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/06/IMAG0035.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=1568"
|
||
},
|
||
new
|
||
{
|
||
Id = 10,
|
||
Address = "27 East Parade, Leeds LS1 5BN",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 3, 17, 23, 3, 33, 0, DateTimeKind.Local),
|
||
Excerpt = "One of the two All Bar Ones in Leeds, and definitely the less interesting of the two.",
|
||
Latitude = 53.7985039m,
|
||
Longitude = -1.5490319m,
|
||
Name = "All Bar One — Greek Street",
|
||
Phone = "0113 245 2485",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/03/IMG_20140310_184308.jpg",
|
||
Twitter = "YourAllBarOne",
|
||
Url = "http://leedsbeer.info/?p=2305"
|
||
},
|
||
new
|
||
{
|
||
Id = 11,
|
||
Address = "Unit D, Electric Press, Leeds LS2 3AD",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 5, 16, 22, 14, 25, 0, DateTimeKind.Local),
|
||
Excerpt = "A chain bar with a surprisingly appealing selection of beer. ",
|
||
Latitude = 53.8012276m,
|
||
Longitude = -1.5484293m,
|
||
Name = "All Bar One — The Electric Press",
|
||
Phone = "0113 244 8835",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/05/20130513_193606.jpg",
|
||
Twitter = "YourAllBarOne",
|
||
Url = "http://leedsbeer.info/?p=1482"
|
||
},
|
||
new
|
||
{
|
||
Id = 12,
|
||
Address = "23-25 Great George St, Leeds LS1 3AL",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 8, 29, 8, 13, 2, 0, DateTimeKind.Local),
|
||
Excerpt = "Here's something new to Leeds: an ultra-cool burger bar.",
|
||
Latitude = 53.8007202m,
|
||
Longitude = -1.5480624m,
|
||
Name = "Almost Famous",
|
||
Phone = "",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/08/IMG_20140826_174337.jpg",
|
||
Twitter = "AlmostFamousLDS",
|
||
Url = "http://leedsbeer.info/?p=2592"
|
||
},
|
||
new
|
||
{
|
||
Id = 13,
|
||
Address = "Level 6, Trinity Leeds, 70 Boar Lane, Leeds LS1 6HW",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 5, 12, 19, 50, 41, 0, DateTimeKind.Local),
|
||
Excerpt = "Atop Trinity shopping centre, this bar will delight those who love a good roof garden. ",
|
||
Latitude = 53.7964096m,
|
||
Longitude = -1.5433298m,
|
||
Name = "Angelica",
|
||
Phone = "0113 897 0099",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 1.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/05/IMG_20140505_133542.jpg",
|
||
Twitter = "AngelicaLeeds",
|
||
Url = "http://leedsbeer.info/?p=2389"
|
||
},
|
||
new
|
||
{
|
||
Id = 14,
|
||
Address = "Arches V & W, The Dark Arches, Granary Wharf, Leeds LS1 4BR",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 9, 21, 22, 57, 25, 0, DateTimeKind.Local),
|
||
Excerpt = "Ossett complete their dominance of Granary Wharf with this disco kitchen.",
|
||
Latitude = 53.7936935m,
|
||
Longitude = -1.5495384m,
|
||
Name = "Archie's Bar & Kitchen",
|
||
Phone = "0113 243 1001",
|
||
StarsAmenities = 4.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/09/IMG_20150918_175536338.jpg",
|
||
Twitter = "ArchiesLeeds",
|
||
Url = "http://leedsbeer.info/?p=3237"
|
||
},
|
||
new
|
||
{
|
||
Id = 15,
|
||
Address = "123 The Headrow, Leeds LS1 5RD",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 12, 9, 21, 23, 39, 0, DateTimeKind.Local),
|
||
Excerpt = "They really do have a lot of beers from around the world!",
|
||
Latitude = 53.7994232m,
|
||
Longitude = -1.5473208m,
|
||
Name = "Around the World in 80 Beers",
|
||
Phone = "0845 533 3000",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/12/IMG_20131129_162024.jpg",
|
||
Twitter = "Leeds80BeersBar",
|
||
Url = "http://leedsbeer.info/?p=2123"
|
||
},
|
||
new
|
||
{
|
||
Id = 16,
|
||
Address = "42 Call Lane, Leeds LS1 6DT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 1, 25, 21, 55, 9, 0, DateTimeKind.Local),
|
||
Excerpt = "A café bar where the food selection far surpasses the choice of beers. ",
|
||
Latitude = 53.7955132m,
|
||
Longitude = -1.5411516m,
|
||
Name = "Arts Café",
|
||
Phone = "0113 243 8243",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/01/20130119_120909.jpg",
|
||
Twitter = "artscafeleeds",
|
||
Url = "http://leedsbeer.info/?p=911"
|
||
},
|
||
new
|
||
{
|
||
Id = 17,
|
||
Address = "31 King St, Leeds LS1 2HL",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2017, 3, 5, 12, 44, 41, 0, DateTimeKind.Local),
|
||
Excerpt = "Out with London, in with Munich. But is it any better than its old incarnation?",
|
||
Latitude = 53.79776m,
|
||
Longitude = -1.5498528m,
|
||
Name = "Atlas Brauhaus",
|
||
Phone = "0113 2442906",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2017/03/IMG_20170116_184808.jpg",
|
||
Twitter = "AtlasBrauhaus",
|
||
Url = "http://leedsbeer.info/?p=3638"
|
||
},
|
||
new
|
||
{
|
||
Id = 18,
|
||
Address = "31 King Street, Leeds LS1 2HL",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2014, 1, 17, 8, 0, 53, 0, DateTimeKind.Local),
|
||
Excerpt = "A self-proclaimed \"London-style pub\". They're right, too.",
|
||
Latitude = 53.7977448m,
|
||
Longitude = -1.5498742m,
|
||
Name = "Atlas Pub",
|
||
Phone = "0113 244 2906",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/01/IMG_20140115_123655.jpg",
|
||
Twitter = "AtlasPubLeeds",
|
||
Url = "http://leedsbeer.info/?p=2203"
|
||
},
|
||
new
|
||
{
|
||
Id = 19,
|
||
Address = "5 Brewery Place, Leeds LS10 1NE",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 2, 24, 18, 27, 51, 0, DateTimeKind.Local),
|
||
Excerpt = "Food, drink, dancing and Howard Marks. But what about the beer?",
|
||
Latitude = 53.7937737m,
|
||
Longitude = -1.5371847m,
|
||
Name = "Azúcar",
|
||
Phone = "0113 243 5761",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/02/20130222_175052.jpg",
|
||
Twitter = "AzucarLeeds",
|
||
Url = "http://leedsbeer.info/?p=1129"
|
||
},
|
||
new
|
||
{
|
||
Id = 20,
|
||
Address = "43-51 Cookridge Street, Leeds LS2 3AW",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 4, 28, 20, 57, 12, 0, DateTimeKind.Local),
|
||
Excerpt = "A haven for lovers of rainbow-coloured shooters, but with a surprising range of craft beers too. ",
|
||
Latitude = 53.8018265m,
|
||
Longitude = -1.5474565m,
|
||
Name = "Baa Bar",
|
||
Phone = "0113 244 4213",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/04/IMG_20140423_174408.jpg",
|
||
Twitter = "BaaBarLeeds",
|
||
Url = "http://leedsbeer.info/?p=2364"
|
||
},
|
||
new
|
||
{
|
||
Id = 21,
|
||
Address = "11 York Place, Leeds LS1 2DS",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2013, 7, 31, 22, 23, 49, 0, DateTimeKind.Local),
|
||
Excerpt = "Great beer choice and a well-executed 1960s theme make this one of the financial quarter's best offerings. ",
|
||
Latitude = 53.7969627m,
|
||
Longitude = -1.5521841m,
|
||
Name = "Baby Jupiter",
|
||
Phone = "0113 242 1202",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/07/IMG_20130723_205926.jpg",
|
||
Twitter = "babyjupiterbar",
|
||
Url = "http://leedsbeer.info/?p=1768"
|
||
},
|
||
new
|
||
{
|
||
Id = 22,
|
||
Address = "7 Call Lane, Leeds LS1 7DH",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 8, 9, 8, 12, 35, 0, DateTimeKind.Local),
|
||
Excerpt = "Very dark rock bar where you can get 15% off for being a wanker.",
|
||
Latitude = 53.7963791m,
|
||
Longitude = -1.539824m,
|
||
Name = "Bad Apples",
|
||
Phone = "07872 648781",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/08/IMG_20130803_204005.jpg",
|
||
Twitter = "badapplesbar",
|
||
Url = "http://leedsbeer.info/?p=1803"
|
||
},
|
||
new
|
||
{
|
||
Id = 23,
|
||
Address = "11 Mill Hill, Leeds LS1 5DQ",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2016, 2, 23, 21, 50, 23, 0, DateTimeKind.Local),
|
||
Excerpt = "A refurbed pub that in trying to appeal to everyone, failed to appeal to us. ",
|
||
Latitude = 53.7951088m,
|
||
Longitude = -1.5454998m,
|
||
Name = "Baht'ap",
|
||
Phone = "0113 245 6540",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/02/IMG_20160130_163552883.jpg",
|
||
Twitter = "bahtapleeds",
|
||
Url = "http://leedsbeer.info/?p=3386"
|
||
},
|
||
new
|
||
{
|
||
Id = 24,
|
||
Address = "The Old Post Office, 2 City Square, Leeds LS1 2ES",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2016, 5, 14, 12, 3, 51, 0, DateTimeKind.Local),
|
||
Excerpt = "Another Arc Inspirations bar. We're not going to shout about it, but it's a welcome addition to City Square.",
|
||
Latitude = 53.7968063m,
|
||
Longitude = -1.5479217m,
|
||
Name = "Banyan Bar & Kitchen",
|
||
Phone = "0113 243 4600",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/05/IMG_20160511_182454696.jpg",
|
||
Twitter = "banyanlds",
|
||
Url = "http://leedsbeer.info/?p=3506"
|
||
},
|
||
new
|
||
{
|
||
Id = 25,
|
||
Address = "Buca di Pizza, 27 Wellington St., Leeds LS1 4EA",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 10, 3, 13, 23, 21, 0, DateTimeKind.Local),
|
||
Excerpt = "Buca di Pizza's dedicated bar space is a chilled out basement escape.",
|
||
Latitude = 53.7961769m,
|
||
Longitude = -1.5516782m,
|
||
Name = "Bar Camparino",
|
||
Phone = "0113 242 3872",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/09/IMG-20151002-WA0000.jpg",
|
||
Twitter = "bucaleeds",
|
||
Url = "http://leedsbeer.info/?p=3241"
|
||
},
|
||
new
|
||
{
|
||
Id = 26,
|
||
Address = "37 Call Lane, Leeds LS1 6DT",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2013, 2, 5, 20, 55, 5, 0, DateTimeKind.Local),
|
||
Excerpt = "This Call Lane staple is now a Pizza Kitchen, but it's still a bit too dull for us to want to come back often.",
|
||
Latitude = 53.7954941m,
|
||
Longitude = -1.5408111m,
|
||
Name = "Bar Room Bar",
|
||
Phone = "0113 243 0315",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/02/20130204_202204.jpg",
|
||
Twitter = "BarRoomBarLeeds",
|
||
Url = "http://leedsbeer.info/?p=999"
|
||
},
|
||
new
|
||
{
|
||
Id = 27,
|
||
Address = "64-68 Call Lane, Leeds LS1 6DT",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2015, 1, 21, 21, 27, 14, 0, DateTimeKind.Local),
|
||
Excerpt = "A Call Lane dance club for people who like Call Lane dance clubs and don't mind shitty beer. ",
|
||
Latitude = 53.7946167m,
|
||
Longitude = -1.5421361m,
|
||
Name = "Baracoa Luxe Bar",
|
||
Phone = "0113 245 2324",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 1m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 1m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/01/baracoa.jpg",
|
||
Twitter = "baracoaluxebar",
|
||
Url = "http://leedsbeer.info/?p=2961"
|
||
},
|
||
new
|
||
{
|
||
Id = 28,
|
||
Address = "6 Millennium Square, Great George Street, Leeds LS2 3AD",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 9, 30, 22, 6, 43, 0, DateTimeKind.Local),
|
||
Excerpt = "A meat market for grown-ups. Average beer. ",
|
||
Latitude = 53.8008957m,
|
||
Longitude = -1.5483377m,
|
||
Name = "Be At One",
|
||
Phone = "0113 887 2784",
|
||
StarsAmenities = 1m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/09/IMG_20150918_201517554.jpg",
|
||
Twitter = "BeAtOneBar",
|
||
Url = "http://leedsbeer.info/?p=3239"
|
||
},
|
||
new
|
||
{
|
||
Id = 29,
|
||
Address = "1-1A Cross Belgrave Street, Leeds LS2 8JP",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 10, 13, 21, 26, 25, 0, DateTimeKind.Local),
|
||
Excerpt = "It's like someone reached inside our brains and constructed a place out of all our favourite things.",
|
||
Latitude = 53.8008232m,
|
||
Longitude = -1.5410471m,
|
||
Name = "Belgrave Music Hall & Canteen",
|
||
Phone = "0113 234 6160",
|
||
StarsAmenities = 4.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/10/IMG_20131006_182858.jpg",
|
||
Twitter = "Belgrave_Leeds",
|
||
Url = "http://leedsbeer.info/?p=2015"
|
||
},
|
||
new
|
||
{
|
||
Id = 30,
|
||
Address = "Criterion Place, Sovereign Street, Leeds LS1 4AG",
|
||
CategoryId = 4,
|
||
DateAttended = new DateTime(2013, 9, 17, 9, 19, 13, 0, DateTimeKind.Local),
|
||
Excerpt = "If it walks like a cruise ship and talks like a cruise ship, it's probably Bibis Italianissimo. ",
|
||
Latitude = 53.7943535m,
|
||
Longitude = -1.5444469m,
|
||
Name = "Bibis Italianissimo",
|
||
Phone = "0113 243 0905",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/09/IMG_20130911_205310.jpg",
|
||
Twitter = "BibisRestaurant",
|
||
Url = "http://leedsbeer.info/?p=1951"
|
||
},
|
||
new
|
||
{
|
||
Id = 31,
|
||
Address = "1 South Parade, Leeds LS1 5QL",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 10, 20, 19, 43, 47, 0, DateTimeKind.Local),
|
||
Excerpt = "An authentic Bavarian bar constructed in the mind of someone who has seen Bavarian bars on the telly.",
|
||
Latitude = 53.7991676m,
|
||
Longitude = -1.5472162m,
|
||
Name = "Bierkeller",
|
||
Phone = "08455 333 000",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 1.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/10/IMG_20131015_180021.jpg",
|
||
Twitter = "LeedsBierkeller",
|
||
Url = "http://leedsbeer.info/?p=2043"
|
||
},
|
||
new
|
||
{
|
||
Id = 32,
|
||
Address = "Arch U, Dark Arches, Dark Neville Street, Leeds LS1 4BR",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 7, 23, 22, 21, 55, 0, DateTimeKind.Local),
|
||
Excerpt = "A tapas bar that actually feels like a BAR and not a restaurant. ",
|
||
Latitude = 53.7936401m,
|
||
Longitude = -1.5495789m,
|
||
Name = "Bilbao Bar",
|
||
Phone = "0113 345 4323",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/07/IMG_20140719_195003.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=2538"
|
||
},
|
||
new
|
||
{
|
||
Id = 33,
|
||
Address = "Central Arcade, Leeds LS1 6DX",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 10, 26, 17, 59, 24, 0, DateTimeKind.Local),
|
||
Excerpt = "The companion bar to Bird and Beast, featuring a DJ and lots of coolness. ",
|
||
Latitude = 53.7961426m,
|
||
Longitude = -1.5414344m,
|
||
Name = "Bird and Beats",
|
||
Phone = "0113 245 3348",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/10/IMG_20141024_174653492.jpg",
|
||
Twitter = "birdrestaurants",
|
||
Url = "http://leedsbeer.info/?p=2781"
|
||
},
|
||
new
|
||
{
|
||
Id = 34,
|
||
Address = "37 Call Lane, Leeds LS1 6DT",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2014, 10, 30, 8, 6, 5, 0, DateTimeKind.Local),
|
||
Excerpt = "The newest bar in the Sandinista! empire was a bit of a surprise for us.",
|
||
Latitude = 53.7954025m,
|
||
Longitude = -1.5409023m,
|
||
Name = "Black Swan",
|
||
Phone = "0113 245 7700",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/10/IMG_20141028_193110732.jpg",
|
||
Twitter = "blackswanleeds",
|
||
Url = "http://leedsbeer.info/?p=2837"
|
||
},
|
||
new
|
||
{
|
||
Id = 35,
|
||
Address = "3-7 Blayds Yard, Lower Briggate, Leeds LS1 4AD",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 10, 29, 20, 40, 1, 0, DateTimeKind.Local),
|
||
Excerpt = "This tiny bar is one of Leeds's oldest LGBT venues. Beer selection is as you'd expect.",
|
||
Latitude = 53.7946854m,
|
||
Longitude = -1.5427785m,
|
||
Name = "Blayds Bar",
|
||
Phone = "0113 244 5590",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 1m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/10/IMG_20141025_213418266.jpg",
|
||
Twitter = "BlaydsBar",
|
||
Url = "http://leedsbeer.info/?p=2785"
|
||
},
|
||
new
|
||
{
|
||
Id = 36,
|
||
Address = "5 1/2 Cross Belgrave Street, Leeds LS2 8JP",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 11, 3, 17, 4, 19, 0, DateTimeKind.Local),
|
||
Excerpt = "Pretension, pretension, burning bright... ",
|
||
Latitude = 53.8009109m,
|
||
Longitude = -1.5410269m,
|
||
Name = "Blind Tyger Drinking Den",
|
||
Phone = "0113 245 7700",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/11/IMG_20131029_182820.jpg",
|
||
Twitter = "BlindTygerLeeds",
|
||
Url = "http://leedsbeer.info/?p=2052"
|
||
},
|
||
new
|
||
{
|
||
Id = 37,
|
||
Address = "157 - 158 Lower Briggate, Leeds LS1 6BG",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2016, 12, 8, 22, 14, 33, 0, DateTimeKind.Local),
|
||
Excerpt = "This big chain is getting in on the craft beer world. And it's getting it right.",
|
||
Latitude = 53.7956581m,
|
||
Longitude = -1.5423775m,
|
||
Name = "Bower's Tap",
|
||
Phone = "0113 244 2275",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 4.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/12/IMG_20161108_212257.jpg",
|
||
Twitter = "bowerstap",
|
||
Url = "http://leedsbeer.info/?p=3584"
|
||
},
|
||
new
|
||
{
|
||
Id = 38,
|
||
Address = "White Cloth Hall, Crown Street, Leeds LS2 7RB",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 3, 17, 23, 12, 0, 0, DateTimeKind.Local),
|
||
Excerpt = "As if Leeds weren't already awesome enough, we now have a BrewDog Bar! ",
|
||
Latitude = 53.795536m,
|
||
Longitude = -1.5397918m,
|
||
Name = "BrewDog",
|
||
Phone = "",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/03/20130316_121300.jpg",
|
||
Twitter = "BrewDogBarLeeds",
|
||
Url = "http://leedsbeer.info/?p=1256"
|
||
},
|
||
new
|
||
{
|
||
Id = 39,
|
||
Address = "1-5 Bridge End, Leeds LS1 7HG",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 5, 28, 16, 15, 29, 0, DateTimeKind.Local),
|
||
Excerpt = "Another LGBT bar with no decent beers. Such a shame.",
|
||
Latitude = 53.7944565m,
|
||
Longitude = -1.542061m,
|
||
Name = "Bridge",
|
||
Phone = "0113 258 7339",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 1.5m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/05/IMG_20140520_181435.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=2444"
|
||
},
|
||
new
|
||
{
|
||
Id = 40,
|
||
Address = "50 Call Lane, Leeds LS1 6DT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 6, 9, 22, 38, 19, 0, DateTimeKind.Local),
|
||
Excerpt = "Not the best beer in Leeds, by any means, but quite possibly the best beer on Call Lane. ",
|
||
Latitude = 53.7951813m,
|
||
Longitude = -1.5412519m,
|
||
Name = "Brooklyn Bar",
|
||
Phone = "0113 322 9919 ",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/06/IMG_20130605_175008.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=1596"
|
||
},
|
||
new
|
||
{
|
||
Id = 41,
|
||
Address = "20-24 The Calls, Leeds LS2 7EW",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2013, 9, 26, 22, 21, 6, 0, DateTimeKind.Local),
|
||
Excerpt = "Here for 6 weeks. Drink all the beer and fast!",
|
||
Latitude = 53.7950249m,
|
||
Longitude = -1.5397596m,
|
||
Name = "Brooklyn Brewery Popup",
|
||
Phone = "",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/09/IMG_20130926_202545.jpg",
|
||
Twitter = "BrooklynBrewery",
|
||
Url = "http://leedsbeer.info/?p=1997"
|
||
},
|
||
new
|
||
{
|
||
Id = 42,
|
||
Address = "The Light, The Headrow, Leeds LS1 8EQ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 7, 15, 22, 35, 44, 0, DateTimeKind.Local),
|
||
Excerpt = "Part of a southern chain that seems to have left the north behind. Should be posh, but really isn't.",
|
||
Latitude = 53.7997246m,
|
||
Longitude = -1.5468407m,
|
||
Name = "Browns Bar & Brasserie",
|
||
Phone = "0113 243 9353",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 1.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/07/IMG_20130714_203916.jpg",
|
||
Twitter = "BrownsLeeds",
|
||
Url = "http://leedsbeer.info/?p=1738"
|
||
},
|
||
new
|
||
{
|
||
Id = 43,
|
||
Address = "6 Mill Hill, Leeds LS1 5DQ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 7, 19, 22, 33, 54, 0, DateTimeKind.Local),
|
||
Excerpt = "The latest addition to the Leeds craft beer scene does not disappoint. In fact, we've made it our home already.",
|
||
Latitude = 53.7954407m,
|
||
Longitude = -1.545513m,
|
||
Name = "Bundobust",
|
||
Phone = "",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 4.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/07/IMG_20140718_173001.jpg",
|
||
Twitter = "bundobust",
|
||
Url = "http://leedsbeer.info/?p=2524"
|
||
},
|
||
new
|
||
{
|
||
Id = 44,
|
||
Address = "12 Park Place, Leeds LS1 2RU",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 5, 22, 8, 1, 14, 0, DateTimeKind.Local),
|
||
Excerpt = "A French bistro & bar in the heart of the financial quarter, with a surprising selection of beers.",
|
||
Latitude = 53.7977333m,
|
||
Longitude = -1.5519875m,
|
||
Name = "Burgundy",
|
||
Phone = "0113 245 0703",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/05/IMG_20150513_120220724_HDR.jpg",
|
||
Twitter = "burgundyleeds",
|
||
Url = "http://leedsbeer.info/?p=3138"
|
||
},
|
||
new
|
||
{
|
||
Id = 45,
|
||
Address = "38 Call Lane, Leeds LS1 6DT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 2, 5, 23, 51, 31, 0, DateTimeKind.Local),
|
||
Excerpt = "Call Lane Social has a few good beers in a fancy environment, but it's too dark and too loud for us!",
|
||
Latitude = 53.7956314m,
|
||
Longitude = -1.5411524m,
|
||
Name = "Call Lane Social",
|
||
Phone = "0113 247 0285",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/02/20130204_210819.jpg",
|
||
Twitter = "CallLaneSocial1",
|
||
Url = "http://leedsbeer.info/?p=1015"
|
||
},
|
||
new
|
||
{
|
||
Id = 46,
|
||
Address = "Candle House, Granary Wharf, Leeds LS1 4GJ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 5, 3, 17, 59, 11, 0, DateTimeKind.Local),
|
||
Excerpt = "An Ossett Brewery bar, appealing to craft beer and wine lovers alike. ",
|
||
Latitude = 53.7933159m,
|
||
Longitude = -1.5508283m,
|
||
Name = "Candlebar",
|
||
Phone = "244 6655",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 4.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/05/IMG_20150426_124459563.jpg",
|
||
Twitter = "candlebarleeds",
|
||
Url = "http://leedsbeer.info/?p=3118"
|
||
},
|
||
new
|
||
{
|
||
Id = 47,
|
||
Address = "Calverley Street, Leeds LS1 3ED",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2014, 4, 28, 21, 20, 54, 0, DateTimeKind.Local),
|
||
Excerpt = "The original rock & indie bar hasn't lost any of its spirit in hipster times.",
|
||
Latitude = 53.8006859m,
|
||
Longitude = -1.5487397m,
|
||
Name = "Carpe Diem",
|
||
Phone = "0113 243 6264",
|
||
StarsAmenities = 4.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/04/IMG_20140428_181350.jpg",
|
||
Twitter = "CarpeDiem_Leeds",
|
||
Url = "http://leedsbeer.info/?p=2374"
|
||
},
|
||
new
|
||
{
|
||
Id = 48,
|
||
Address = "24 Dock Street, Leeds LS10 1JF",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2016, 1, 10, 22, 17, 37, 0, DateTimeKind.Local),
|
||
Excerpt = "A delightful tea room and bar, offering a handful of good local beers and with room to grow. ",
|
||
Latitude = 53.793766m,
|
||
Longitude = -1.5395629m,
|
||
Name = "Cha Lounge",
|
||
Phone = "07749 811218",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/01/IMG_20160109_192652572.jpg",
|
||
Twitter = "ChaLoungeLeeds",
|
||
Url = "http://leedsbeer.info/?p=3367"
|
||
},
|
||
new
|
||
{
|
||
Id = 49,
|
||
Address = "Assembly Street, Leeds LS2 7DA",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2014, 1, 5, 15, 12, 43, 0, DateTimeKind.Local),
|
||
Excerpt = "Imagine Yates's was a nightclub.",
|
||
Latitude = 53.7956963m,
|
||
Longitude = -1.5394807m,
|
||
Name = "Chilli White",
|
||
Phone = "0113 219 4001",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 1m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/01/IMG_20140104_192127.jpg",
|
||
Twitter = "ChilliWhiteLDS",
|
||
Url = "http://leedsbeer.info/?p=2167"
|
||
},
|
||
new
|
||
{
|
||
Id = 50,
|
||
Address = "Lower Briggate, Leeds LS1 4AE",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 8, 28, 21, 58, 58, 0, DateTimeKind.Local),
|
||
Excerpt = "There is nothing exceptional about the Cosmopolitan. An unexceptional beer selection in unexceptional surroundings.",
|
||
Latitude = 53.7945251m,
|
||
Longitude = -1.5425115m,
|
||
Name = "Cosmopolitan Hotel",
|
||
Phone = "0113 243 6454",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/08/IMG_20130823_175453.jpg",
|
||
Twitter = "cosmoleeds",
|
||
Url = "http://leedsbeer.info/?p=1871"
|
||
},
|
||
new
|
||
{
|
||
Id = 51,
|
||
Address = "Harper Street, Leeds LS2 7EA",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 6, 23, 21, 44, 49, 0, DateTimeKind.Local),
|
||
Excerpt = "A June 2013 addition to the Leeds Brewery family, this charming spot has some great beer and a true crowd of amenities. ",
|
||
Latitude = 53.7961693m,
|
||
Longitude = -1.5376812m,
|
||
Name = "Crowd of Favours",
|
||
Phone = "",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/06/IMG_20130622_162738.jpg",
|
||
Twitter = "CrowdofFavours",
|
||
Url = "http://leedsbeer.info/?p=1651"
|
||
},
|
||
new
|
||
{
|
||
Id = 52,
|
||
Address = "Waterman’s Place, Granary Wharf, Leeds LS1 4GL",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2012, 11, 19, 22, 6, 7, 0, DateTimeKind.Local),
|
||
Excerpt = "Granary Wharf's champagne bar certainly looks and feels the part. And we aren't the part.",
|
||
Latitude = 53.7929611m,
|
||
Longitude = -1.5483528m,
|
||
Name = "Cuvée",
|
||
Phone = "0113 318 2808",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/11/20121117_155151.jpg",
|
||
Twitter = "CuveeLeeds",
|
||
Url = "http://leedsbeer.info/?p=715"
|
||
},
|
||
new
|
||
{
|
||
Id = 53,
|
||
Address = "19 Boar Lane, Leeds LS1 6EA",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 9, 30, 22, 18, 52, 0, DateTimeKind.Local),
|
||
Excerpt = "Really just an antechamber for the restaurant, but pleasant enough.",
|
||
Latitude = 53.7958107m,
|
||
Longitude = -1.5437937m,
|
||
Name = "Dish",
|
||
Phone = "0113 318 2274",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/09/IMG_20140929_175629.jpg",
|
||
Twitter = "dishleeds",
|
||
Url = "http://leedsbeer.info/?p=2690"
|
||
},
|
||
new
|
||
{
|
||
Id = 54,
|
||
Address = "7 Duncan Street, Leeds LS1 6DQ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2012, 9, 21, 15, 20, 2, 0, DateTimeKind.Local),
|
||
Excerpt = "Speakeasy-style underground club/bar with great beer selection and decent food.",
|
||
Latitude = 53.7961578m,
|
||
Longitude = -1.5417939m,
|
||
Name = "Distrikt",
|
||
Phone = "0113 243 3674",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/09/20120920_121330.jpg",
|
||
Twitter = "distrikt_leeds",
|
||
Url = "http://leedsbeer.info/?p=185"
|
||
},
|
||
new
|
||
{
|
||
Id = 55,
|
||
Address = "Dock 29, The Boulevard, Leeds Dock LS10 1PZ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2016, 3, 6, 10, 13, 6, 0, DateTimeKind.Local),
|
||
Excerpt = "There's actually a bar in Leeds Dock! Imagine that.",
|
||
Latitude = 53.7909813m,
|
||
Longitude = -1.5323448m,
|
||
Name = "Dock 29",
|
||
Phone = "0113 322 6377",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/03/IMG_20160305_191927282.jpg",
|
||
Twitter = "Dock_29",
|
||
Url = "http://leedsbeer.info/?p=3436"
|
||
},
|
||
new
|
||
{
|
||
Id = 56,
|
||
Address = "Woodhouse Lane, Leeds LS2 3AX",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2014, 5, 13, 22, 21, 46, 0, DateTimeKind.Local),
|
||
Excerpt = "It's a boat.",
|
||
Latitude = 53.8044662m,
|
||
Longitude = -1.5476723m,
|
||
Name = "Dry Dock",
|
||
Phone = "0113 391 2658",
|
||
StarsAmenities = 4.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/05/IMG_20140508_174731.jpg",
|
||
Twitter = "DryDockLeeds",
|
||
Url = "http://leedsbeer.info/?p=2417"
|
||
},
|
||
new
|
||
{
|
||
Id = 57,
|
||
Address = "43 Kirkgate, Leeds LS2 7DR",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 6, 27, 9, 23, 0, 0, DateTimeKind.Local),
|
||
Excerpt = "The famous live music venue also has an amazing beer terrace and a ridiculous number of cask ales.",
|
||
Latitude = 53.7959824m,
|
||
Longitude = -1.5377909m,
|
||
Name = "Duck & Drake",
|
||
Phone = "0113 245 5432",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/06/IMG_20130625_174445.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=1675"
|
||
},
|
||
new
|
||
{
|
||
Id = 58,
|
||
Address = "88 Wellington Street, Leeds LS1 4LT",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2017, 1, 10, 22, 27, 51, 0, DateTimeKind.Local),
|
||
Excerpt = "A well-done Stonegate pub with lots to offer, including a list of beers that's good enough. ",
|
||
Latitude = 53.7968712m,
|
||
Longitude = -1.5551857m,
|
||
Name = "Editor's Draught",
|
||
Phone = "0113 887 1829",
|
||
StarsAmenities = 4.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2017/01/IMG_20161204_192033.jpg",
|
||
Twitter = "EditorsDraught",
|
||
Url = "http://leedsbeer.info/?p=3613"
|
||
},
|
||
new
|
||
{
|
||
Id = 59,
|
||
Address = "12 Great George Street, Leeds LS1 3DW",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 5, 20, 7, 48, 50, 0, DateTimeKind.Local),
|
||
Excerpt = "This champagne bar is good if you want to choose your Ilkley beer by the colour of the bottle.",
|
||
Latitude = 53.8009644m,
|
||
Longitude = -1.5480592m,
|
||
Name = "Épernay",
|
||
Phone = "0113 242 9977",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/05/20130513_193829.jpg",
|
||
Twitter = "epernayleeds",
|
||
Url = "http://leedsbeer.info/?p=1484"
|
||
},
|
||
new
|
||
{
|
||
Id = 60,
|
||
Address = "Level 4, Trinity Leeds, Albion Street, Leeds LS1 5AT",
|
||
CategoryId = 4,
|
||
DateAttended = new DateTime(2014, 2, 1, 17, 38, 32, 0, DateTimeKind.Local),
|
||
Excerpt = "Not your average cinema, Everyman makes an effort to appeal to casual drinkers and is surprisingly pleasant.",
|
||
Latitude = 53.796627m,
|
||
Longitude = -1.5441155m,
|
||
Name = "Everyman Cinema & Pizzeria",
|
||
Phone = "020 3542 8904",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/02/IMG_20140127_175233.jpg",
|
||
Twitter = "Everymancinema",
|
||
Url = "http://leedsbeer.info/?p=2226"
|
||
},
|
||
new
|
||
{
|
||
Id = 61,
|
||
Address = "46 Woodhouse Lane, Leeds LS2 8PL",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2012, 9, 21, 19, 25, 54, 0, DateTimeKind.Local),
|
||
Excerpt = "Cult TV theme bar with dance floor. Cheap-ish drinks, but none of them very nice. Go for the arcade games!",
|
||
Latitude = 53.8023453m,
|
||
Longitude = -1.5453913m,
|
||
Name = "Fab Cafe",
|
||
Phone = "0113 244 9009",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/09/20120920_205607.jpg",
|
||
Twitter = "fabcafeleeds",
|
||
Url = "http://leedsbeer.info/?p=196"
|
||
},
|
||
new
|
||
{
|
||
Id = 62,
|
||
Address = "168 Lower Briggate, Leeds LS1 6LY",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 5, 9, 8, 40, 3, 0, DateTimeKind.Local),
|
||
Excerpt = "This gay-friendly café-bar crossover has a lot going for it, but sadly not its beer selection.",
|
||
Latitude = 53.7952805m,
|
||
Longitude = -1.5423506m,
|
||
Name = "Fibre",
|
||
Phone = "08701 200 888",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/05/20130506_195831.jpg",
|
||
Twitter = "BarFibreLeeds",
|
||
Url = "http://leedsbeer.info/?p=1451"
|
||
},
|
||
new
|
||
{
|
||
Id = 63,
|
||
Address = "9 Burley Street, Leeds LS3 1LD",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 6, 9, 22, 37, 15, 0, DateTimeKind.Local),
|
||
Excerpt = "The only pub in the city centre to brew its own cask ale, and that's not even the best thing about it.",
|
||
Latitude = 53.800045m,
|
||
Longitude = -1.5594819m,
|
||
Name = "Fox & Newt",
|
||
Phone = "07506 741039",
|
||
StarsAmenities = 4.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/06/IMG_20130604_180203.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=1595"
|
||
},
|
||
new
|
||
{
|
||
Id = 64,
|
||
Address = "4 New Station Street, Leeds LS1 5DL",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 8, 21, 7, 44, 52, 0, DateTimeKind.Local),
|
||
Excerpt = "Our 100th review is somewhere very special indeed. Are you a friend of ham yet?",
|
||
Latitude = 53.7955399m,
|
||
Longitude = -1.545049m,
|
||
Name = "Friends of Ham",
|
||
Phone = "0113 242 0275",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/08/IMG_20130818_165056.jpg",
|
||
Twitter = "friendsofham",
|
||
Url = "http://leedsbeer.info/?p=1827"
|
||
},
|
||
new
|
||
{
|
||
Id = 65,
|
||
Address = "31-33 Vicar Lane, Leeds LS1 6DS",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2014, 8, 25, 19, 2, 8, 0, DateTimeKind.Local),
|
||
Excerpt = "A traditional Yorkshire pub that, to our delight, is part of the Sam Smith's family. ",
|
||
Latitude = 53.7971687m,
|
||
Longitude = -1.5404792m,
|
||
Name = "General Eliott",
|
||
Phone = "0113 244 2663",
|
||
StarsAmenities = 0.5m,
|
||
StarsAtmosphere = 1.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/08/IMG_20140821_192819.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=2572"
|
||
},
|
||
new
|
||
{
|
||
Id = 66,
|
||
Address = "Bramleys Yard, The Headrow, Leeds LS1 6PU",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 11, 2, 22, 47, 4, 0, DateTimeKind.Local),
|
||
Excerpt = "A crafty cousin of Belgrave Music Hall and Canteen, complete with a full restaurant and two roof terraces. ",
|
||
Latitude = 53.7985268m,
|
||
Longitude = -1.5406919m,
|
||
Name = "Headrow House",
|
||
Phone = "0113 234 6160",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/11/IMG_20151019_174341668.jpg",
|
||
Twitter = "headrowhouse",
|
||
Url = "http://leedsbeer.info/?p=3296"
|
||
},
|
||
new
|
||
{
|
||
Id = 67,
|
||
Address = "68 New Briggate, Leeds LS1 6PQ",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2014, 10, 22, 13, 11, 53, 0, DateTimeKind.Local),
|
||
Excerpt = "The first dedicated sports bar in the Northern Quarter. ",
|
||
Latitude = 53.8007126m,
|
||
Longitude = -1.5403296m,
|
||
Name = "Henleys Sports Bar and Grill",
|
||
Phone = "0113 345 1130",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/10/IMG_20141021_174854.jpg",
|
||
Twitter = "henleyssportbar",
|
||
Url = "http://leedsbeer.info/?p=2765"
|
||
},
|
||
new
|
||
{
|
||
Id = 68,
|
||
Address = "10 Greek Street, Leeds LS1 5RU",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2012, 11, 10, 14, 22, 37, 0, DateTimeKind.Local),
|
||
Excerpt = "Ever wanted to go to a hotel bar that wasn't in a hotel? Henry's is for you!",
|
||
Latitude = 53.7982597m,
|
||
Longitude = -1.5481473m,
|
||
Name = "Henry's Café Bar",
|
||
Phone = "0113 245 9424",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/11/20121107_123618.jpg",
|
||
Twitter = "henryscafebar",
|
||
Url = "http://leedsbeer.info/?p=673"
|
||
},
|
||
new
|
||
{
|
||
Id = 69,
|
||
Address = "11-15 Hirsts Yard, Leeds LS1 6NJ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 7, 13, 23, 2, 44, 0, DateTimeKind.Local),
|
||
Excerpt = "Lots of local bottles, a charming atmosphere and live music. The only thing maybe not to like too much are the prices. ",
|
||
Latitude = 53.7956734m,
|
||
Longitude = -1.5418015m,
|
||
Name = "Hirst's Yard",
|
||
Phone = "0113 322 9919",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/07/IMG_20140708_205536.jpg",
|
||
Twitter = "HirstsYard",
|
||
Url = "http://leedsbeer.info/?p=2510"
|
||
},
|
||
new
|
||
{
|
||
Id = 70,
|
||
Address = "46 Eastgate, Leeds LS2 7JL",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2013, 2, 12, 21, 56, 8, 0, DateTimeKind.Local),
|
||
Excerpt = "A sports pub where we felt quite uncomfortable and out of place. Definitely not for us.",
|
||
Latitude = 53.7985268m,
|
||
Longitude = -1.5370345m,
|
||
Name = "Hoagys Bar",
|
||
Phone = "0113 243 9351",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 0.5m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/02/20130211_175502.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=1035"
|
||
},
|
||
new
|
||
{
|
||
Id = 71,
|
||
Address = "Hepper House, 17a East Parade, Leeds LS1 2BH",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2016, 4, 26, 20, 6, 3, 0, DateTimeKind.Local),
|
||
Excerpt = "A new super-posh Spanish restaurant with an attached bar but no interesting beers.",
|
||
Latitude = 53.7992897m,
|
||
Longitude = -1.5492386m,
|
||
Name = "Ibérica",
|
||
Phone = "0113 403 7007",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/04/IMG_20160415_192323807.jpg",
|
||
Twitter = "IbericaLeeds",
|
||
Url = "http://leedsbeer.info/?p=3495"
|
||
},
|
||
new
|
||
{
|
||
Id = 72,
|
||
Address = "Munro House, Duke Street, Leeds LS9 8AG",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 2, 22, 23, 19, 11, 0, DateTimeKind.Local),
|
||
Excerpt = "A real Italian wine shop with a surprising beer selection.",
|
||
Latitude = 53.7970581m,
|
||
Longitude = -1.5340942m,
|
||
Name = "Ipsum Vinoteca",
|
||
Phone = "0113 242 5197",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/02/IMG_20150216_165023239.jpg",
|
||
Twitter = "IpsumVinoteca",
|
||
Url = "http://leedsbeer.info/?p=3013"
|
||
},
|
||
new
|
||
{
|
||
Id = 73,
|
||
Address = "57-59 New Briggate, Leeds LS2 8JD",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2013, 4, 21, 16, 22, 23, 0, DateTimeKind.Local),
|
||
Excerpt = "A new American-style café/bar offering ridiculously indulgent food and an OK selection of beer. ",
|
||
Latitude = 53.8004761m,
|
||
Longitude = -1.5410954m,
|
||
Name = "it Bar",
|
||
Phone = "0113 246 9080",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/04/20130414_174335.jpg",
|
||
Twitter = "Itbarleeds",
|
||
Url = "http://leedsbeer.info/?p=1341"
|
||
},
|
||
new
|
||
{
|
||
Id = 74,
|
||
Address = "29 Call Lane, Leeds LS1 7BT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 2, 5, 10, 56, 32, 0, DateTimeKind.Local),
|
||
Excerpt = "Though it scores low on beer, this unique bar and distillery has loads going for it. ",
|
||
Latitude = 53.795681m,
|
||
Longitude = -1.5408111m,
|
||
Name = "Jake's Bar and Still Room",
|
||
Phone = "0113 243 1110",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 1.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/02/20130204_184118.jpg",
|
||
Twitter = "Jakesbarleeds",
|
||
Url = "http://leedsbeer.info/?p=980"
|
||
},
|
||
new
|
||
{
|
||
Id = 75,
|
||
Address = "72 New Briggate, Leeds LS1 6NU",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2015, 7, 19, 20, 11, 54, 0, DateTimeKind.Local),
|
||
Excerpt = "Er... we don't really know what we just experienced.",
|
||
Latitude = 53.800724m,
|
||
Longitude = -1.540159m,
|
||
Name = "Khao San Bar",
|
||
Phone = "0113 318 4306",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 1m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/07/IMG_20150713_181356309_HDR.jpg",
|
||
Twitter = "KhaoSanBar",
|
||
Url = "http://leedsbeer.info/?p=3152"
|
||
},
|
||
new
|
||
{
|
||
Id = 76,
|
||
Address = "Merrion Way, Leeds LS2 8BT",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2014, 11, 30, 22, 8, 3, 0, DateTimeKind.Local),
|
||
Excerpt = "This Merrion Centre spot offers a decent beer selection to Arena goers. ",
|
||
Latitude = 53.8025246m,
|
||
Longitude = -1.5441989m,
|
||
Name = "LAB",
|
||
Phone = "0113 887 7281",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/11/IMG_20141125_174315517.jpg",
|
||
Twitter = "LABLeeds",
|
||
Url = "http://leedsbeer.info/?p=2894"
|
||
},
|
||
new
|
||
{
|
||
Id = 77,
|
||
Address = "West Point, Wellington Street, Leeds LS1 4JY",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 12, 22, 10, 30, 10, 0, DateTimeKind.Local),
|
||
Excerpt = "A popular corporate-ish spot with a recently improved selection of brews. ",
|
||
Latitude = 53.7958298m,
|
||
Longitude = -1.553333m,
|
||
Name = "Lazy Lounge",
|
||
Phone = "0113 244 6055",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/12/IMG_20131214_211033.jpg",
|
||
Twitter = "LazyLounge",
|
||
Url = "http://leedsbeer.info/?p=2155"
|
||
},
|
||
new
|
||
{
|
||
Id = 78,
|
||
Address = "Granary Wharf, Leeds LS1 4BR",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 4, 23, 22, 24, 19, 0, DateTimeKind.Local),
|
||
Excerpt = "Wine bar, deli and restaurant all merged into one. Limited selection of beers, but they're so good!",
|
||
Latitude = 53.7937393m,
|
||
Longitude = -1.5489566m,
|
||
Name = "LIVIN'italy",
|
||
Phone = "0113 243 0090",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/04/20130422_190922.jpg",
|
||
Twitter = "LIVINitaly_LS1",
|
||
Url = "http://leedsbeer.info/?p=1375"
|
||
},
|
||
new
|
||
{
|
||
Id = 79,
|
||
Address = "St John’s House, Merrion Street, Leeds LS2 8JE",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2013, 8, 29, 7, 41, 2, 0, DateTimeKind.Local),
|
||
Excerpt = "This truly amazing building hides a pub with a decent enough beer selection and a great terrace. Shame about the interior design.",
|
||
Latitude = 53.8004799m,
|
||
Longitude = -1.5419403m,
|
||
Name = "Lounge Bar & Grill",
|
||
Phone = "0113 244 4234",
|
||
StarsAmenities = 4.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/08/IMG_20130826_135841.jpg",
|
||
Twitter = "LoungeBarGrill",
|
||
Url = "http://leedsbeer.info/?p=1883"
|
||
},
|
||
new
|
||
{
|
||
Id = 80,
|
||
Address = "11 Merrion Street, Leeds LS1 6PG",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 11, 28, 13, 21, 0, 0, DateTimeKind.Local),
|
||
Excerpt = "\"New York style\" companion bar to The Pit. We're staying next door, thanks.",
|
||
Latitude = 53.8004074m,
|
||
Longitude = -1.5404195m,
|
||
Name = "Manahatta",
|
||
Phone = "0113 245 6275",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 1.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 1m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/11/IMG_20141122_192031535.jpg",
|
||
Twitter = "ManahattaLeeds",
|
||
Url = "http://leedsbeer.info/?p=2882"
|
||
},
|
||
new
|
||
{
|
||
Id = 81,
|
||
Address = "Leeds Market, 28-34 George St, Leeds LS2 7HY",
|
||
CategoryId = 4,
|
||
DateAttended = new DateTime(2016, 9, 22, 8, 5, 15, 0, DateTimeKind.Local),
|
||
Excerpt = "Part of Kirkgate Market's new food hall, offering a decent selection of beers plus delicious Indian street food to go along with it. ",
|
||
Latitude = 53.7968102m,
|
||
Longitude = -1.5377454m,
|
||
Name = "Manjit's Kitchen",
|
||
Phone = "0113 216 1089",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/09/IMG_20160908_123625667.jpg",
|
||
Twitter = "manjitskitchen",
|
||
Url = "http://leedsbeer.info/?p=3560"
|
||
},
|
||
new
|
||
{
|
||
Id = 82,
|
||
Address = "Arena Quarter, Merrion Way, Leeds LS2 8BT",
|
||
CategoryId = 4,
|
||
DateAttended = new DateTime(2016, 8, 28, 12, 24, 34, 0, DateTimeKind.Local),
|
||
Excerpt = "What do Motown and pizza have in common? Probably not much apart from this bar.",
|
||
Latitude = 53.8025131m,
|
||
Longitude = -1.5440029m,
|
||
Name = "Marvin's Pizza Parlour",
|
||
Phone = "0113 467 2006",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/08/IMG_20160810_182809697_HDR.jpg",
|
||
Twitter = "marvinsleeds",
|
||
Url = "http://leedsbeer.info/?p=3546"
|
||
},
|
||
new
|
||
{
|
||
Id = 83,
|
||
Address = "85 Cookridge Street, Leeds LS2 3AW",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2013, 1, 6, 21, 20, 43, 0, DateTimeKind.Local),
|
||
Excerpt = "A slightly upmarket student bar, but not much happening beer-wise. ",
|
||
Latitude = 53.8025742m,
|
||
Longitude = -1.5466304m,
|
||
Name = "Massey's Booksellers",
|
||
Phone = "0113 244 8888",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/01/20130102_175258.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=851"
|
||
},
|
||
new
|
||
{
|
||
Id = 84,
|
||
Address = "22-30 Merrion Street, Leeds LS2 8JG",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2012, 11, 30, 21, 26, 51, 0, DateTimeKind.Local),
|
||
Excerpt = "Trying to be the Hottest Spot North of Havana, this new nightclub falls a bit short on our criteria. ",
|
||
Latitude = 53.8005791m,
|
||
Longitude = -1.5414319m,
|
||
Name = "Mayaimi",
|
||
Phone = "07889 127 253",
|
||
StarsAmenities = 1m,
|
||
StarsAtmosphere = 1m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/11/20121129_175245.jpg",
|
||
Twitter = "mayaimileeds",
|
||
Url = "http://leedsbeer.info/?p=748"
|
||
},
|
||
new
|
||
{
|
||
Id = 85,
|
||
Address = "14 Merrion Street,, Leeds LS1 6PQ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2016, 3, 17, 21, 42, 45, 0, DateTimeKind.Local),
|
||
Excerpt = "You know what Leeds needs? A Johnny Cash theme bar!",
|
||
Latitude = 53.8004799m,
|
||
Longitude = -1.5401402m,
|
||
Name = "Mean-Eyed Cat Bar",
|
||
Phone = "0113 244 4080",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/03/IMG_20160309_222957686.jpg",
|
||
Twitter = "MeanEyed_CatBar",
|
||
Url = "http://leedsbeer.info/?p=3455"
|
||
},
|
||
new
|
||
{
|
||
Id = 86,
|
||
Address = "Bank Street, Trinity Centre, Leeds LS1 5AT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 9, 7, 11, 27, 52, 0, DateTimeKind.Local),
|
||
Excerpt = "London's hipster burgeria gets in on the Leeds action.",
|
||
Latitude = 53.797039m,
|
||
Longitude = -1.5445393m,
|
||
Name = "MEATLiquor",
|
||
Phone = "",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/09/IMG_20140905_182755.jpg",
|
||
Twitter = "meatliquorLDS",
|
||
Url = "http://leedsbeer.info/?p=2626"
|
||
},
|
||
new
|
||
{
|
||
Id = 87,
|
||
Address = "10-12 Call Lane, Leeds LS1 6DN",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 3, 24, 19, 2, 51, 0, DateTimeKind.Local),
|
||
Excerpt = "One of the top indie hangouts in Leeds with a decent selection of beers to boot.",
|
||
Latitude = 53.7964439m,
|
||
Longitude = -1.5400811m,
|
||
Name = "Milo",
|
||
Phone = "0113 345 0800",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/03/IMG_20150321_180747183.jpg",
|
||
Twitter = "milobarleeds",
|
||
Url = "http://leedsbeer.info/?p=3046"
|
||
},
|
||
new
|
||
{
|
||
Id = 88,
|
||
Address = "28 New Briggate, Leeds LS1 6NU",
|
||
CategoryId = 4,
|
||
DateAttended = new DateTime(2014, 10, 30, 7, 44, 21, 0, DateTimeKind.Local),
|
||
Excerpt = "Leeds's only dedicated karaoke bar is definitely all about the karaoke and not at all about the beer.",
|
||
Latitude = 53.7996216m,
|
||
Longitude = -1.5415567m,
|
||
Name = "Mix Karaoke Bar",
|
||
Phone = "0113 246 9997",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 1.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/10/IMG_20141025_220543239.jpg",
|
||
Twitter = "Mix_Karaoke",
|
||
Url = "http://leedsbeer.info/?p=2787"
|
||
},
|
||
new
|
||
{
|
||
Id = 89,
|
||
Address = "18 Merrion St, Leeds LS1 6PQ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2012, 12, 23, 14, 49, 36, 0, DateTimeKind.Local),
|
||
Excerpt = "One of many bars along this stretch, this American-inspired nightspot definitely has its music mojo working. ",
|
||
Latitude = 53.8005142m,
|
||
Longitude = -1.5403283m,
|
||
Name = "Mojo: Music for the People",
|
||
Phone = "0845 611 8643",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/12/20121210_175036.jpg",
|
||
Twitter = "MOJO_BAR",
|
||
Url = "http://leedsbeer.info/?p=799"
|
||
},
|
||
new
|
||
{
|
||
Id = 90,
|
||
Address = "Hirst's Yard, Leeds LS1 6NJ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 8, 22, 21, 26, 8, 0, DateTimeKind.Local),
|
||
Excerpt = "Huge unpretentious bar/club. Look out for Jesus.",
|
||
Latitude = 53.7956924m,
|
||
Longitude = -1.5418732m,
|
||
Name = "Mook",
|
||
Phone = "0113 245 9967",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/08/IMG_20130820_202931.jpg",
|
||
Twitter = "mookleeds",
|
||
Url = "http://leedsbeer.info/?p=1842"
|
||
},
|
||
new
|
||
{
|
||
Id = 91,
|
||
Address = "159 The Headrow, Leeds LS1 5RG",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 10, 30, 8, 22, 10, 0, DateTimeKind.Local),
|
||
Excerpt = "One of our favourite places in Leeds. Unpretentious pub in a great location with an amazing beer selection.",
|
||
Latitude = 53.7994537m,
|
||
Longitude = -1.5488919m,
|
||
Name = "Mr Foley's Cask Ale House",
|
||
Phone = "0113 242 9674",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 5m,
|
||
StarsValue = 4.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121028_220545.jpg",
|
||
Twitter = "Mrfoleys",
|
||
Url = "http://leedsbeer.info/?p=554"
|
||
},
|
||
new
|
||
{
|
||
Id = 92,
|
||
Address = "163 Lower Briggate, Leeds LS1 6LY",
|
||
CategoryId = 5,
|
||
DateAttended = new DateTime(2016, 3, 6, 10, 11, 15, 0, DateTimeKind.Local),
|
||
Excerpt = "A mellow cocktail bar with a handful of beers you don't see everywhere. ",
|
||
Latitude = 53.7953224m,
|
||
Longitude = -1.5423203m,
|
||
Name = "Mr Nobody",
|
||
Phone = "0113 246 7013",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/03/IMG_20160305_182022316_TOP.jpg",
|
||
Twitter = "mrnobodyleeds",
|
||
Url = "http://leedsbeer.info/?p=3432"
|
||
},
|
||
new
|
||
{
|
||
Id = 93,
|
||
Address = "27-37 Cookridge Street, Leeds LS2 3AG",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2012, 12, 23, 23, 6, 14, 0, DateTimeKind.Local),
|
||
Excerpt = "A list of amenities as long as my arm, but are all the hats and the beards too offputting?",
|
||
Latitude = 53.8007698m,
|
||
Longitude = -1.5474683m,
|
||
Name = "Nation of Shopkeepers",
|
||
Phone = "0113 203 1831",
|
||
StarsAmenities = 5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/12/20121211_175011.jpg",
|
||
Twitter = "shopkeepers",
|
||
Url = "http://leedsbeer.info/?p=806"
|
||
},
|
||
new
|
||
{
|
||
Id = 94,
|
||
Address = "35 Call Lane, Leeds LS1 7BT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 3, 3, 8, 31, 50, 0, DateTimeKind.Local),
|
||
Excerpt = "Tequila, Mexican food and the world's largest hot sauce collection. They just forgot to include any great Mexican beer.",
|
||
Latitude = 53.7955971m,
|
||
Longitude = -1.5408459m,
|
||
Name = "Neon Cactus",
|
||
Phone = "0113 245 8400",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 1.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/03/20130228_195429.jpg",
|
||
Twitter = "neoncactus",
|
||
Url = "http://leedsbeer.info/?p=1190"
|
||
},
|
||
new
|
||
{
|
||
Id = 95,
|
||
Address = "36 Call Lane, Leeds LS1 6DT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 3, 24, 20, 31, 21, 0, DateTimeKind.Local),
|
||
Excerpt = "A pretty boring Call Lane bar/club with some good beers. Not good enough to draw us in, though. ",
|
||
Latitude = 53.7956467m,
|
||
Longitude = -1.5411189m,
|
||
Name = "Norman Bar",
|
||
Phone = "0872 080 8000",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/03/IMG_20150321_171200112_HDR.jpg",
|
||
Twitter = "normanbarleeds",
|
||
Url = "http://leedsbeer.info/?p=3044"
|
||
},
|
||
new
|
||
{
|
||
Id = 96,
|
||
Address = "24 New Briggate, Leeds LS1 6ND",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2012, 10, 2, 23, 3, 9, 0, DateTimeKind.Local),
|
||
Excerpt = "Belgian-style bar with an unbelievable selection of beer and staff who really know what they're talking about.",
|
||
Latitude = 53.7995644m,
|
||
Longitude = -1.5416353m,
|
||
Name = "North Bar ",
|
||
Phone = "0113 242 4540",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121001_184818.jpg",
|
||
Twitter = "NorthBarDrinks",
|
||
Url = "http://leedsbeer.info/?p=283"
|
||
},
|
||
new
|
||
{
|
||
Id = 97,
|
||
Address = "The Old Flax Store, Marshalls Mill, Holbeck, Leeds LS11 9YJ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 10, 26, 13, 1, 49, 0, DateTimeKind.Local),
|
||
Excerpt = "Upstairs from their new brewery, this taproom and kitchen is absolutely spot on. Go there!",
|
||
Latitude = 53.7907677m,
|
||
Longitude = -1.5540987m,
|
||
Name = "Northern Monk Refectory",
|
||
Phone = "0113 243 6430",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 4.5m,
|
||
StarsValue = 4.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/10/IMG_20141025_114049.jpg",
|
||
Twitter = "NMBCoRefectory",
|
||
Url = "http://leedsbeer.info/?p=2779"
|
||
},
|
||
new
|
||
{
|
||
Id = 98,
|
||
Address = "TK6 Trinity Kitchen Leeds LS1 5AY",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2013, 11, 13, 19, 35, 50, 0, DateTimeKind.Local),
|
||
Excerpt = "If you're in Trinity Kitchen and want a bottle of ale, this is the place to go. ",
|
||
Latitude = 53.7972527m,
|
||
Longitude = -1.5454245m,
|
||
Name = "Notes",
|
||
Phone = "",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/11/IMG_20131110_135234.jpg",
|
||
Twitter = "NotesLeeds",
|
||
Url = "http://leedsbeer.info/?p=2087"
|
||
},
|
||
new
|
||
{
|
||
Id = 99,
|
||
Address = "26 Great George Street, Leeds LS1 3DL",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 9, 23, 18, 34, 39, 0, DateTimeKind.Local),
|
||
Excerpt = "The city centre's only traditional Irish pub, this chain offers a good selection of Irish grub but a rather plain selection of beer to go along with it.",
|
||
Latitude = 53.8007927m,
|
||
Longitude = -1.549229m,
|
||
Name = "O'Neill's",
|
||
Phone = "0113 244 0810",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/09/20120922_145032.jpg",
|
||
Twitter = "ONeillsPubs",
|
||
Url = "http://leedsbeer.info/?p=213"
|
||
},
|
||
new
|
||
{
|
||
Id = 100,
|
||
Address = "Meadow Lane, Leeds LS11 5BJ",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 3, 16, 11, 46, 19, 0, DateTimeKind.Local),
|
||
Excerpt = "A very pleasant surprise which wrapped up our Brewery Wharf/Dock Street tour. ",
|
||
Latitude = 53.7929726m,
|
||
Longitude = -1.5421522m,
|
||
Name = "Old Red Lion",
|
||
Phone = "",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 4.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/03/20130311_194006.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=1222"
|
||
},
|
||
new
|
||
{
|
||
Id = 101,
|
||
Address = "33 Call Lane, Leeds LS1 7BT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 2, 5, 20, 11, 3, 0, DateTimeKind.Local),
|
||
Excerpt = "A music (and hot dog) venue on the Call Lane strip. Nice amenities, but just so-so beer. ",
|
||
Latitude = 53.7956581m,
|
||
Longitude = -1.5408245m,
|
||
Name = "Oporto",
|
||
Phone = "0113 245 4444",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 1.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/02/20130204_184152.jpg",
|
||
Twitter = "Oportobar",
|
||
Url = "http://leedsbeer.info/?p=993"
|
||
},
|
||
new
|
||
{
|
||
Id = 102,
|
||
Address = "3 Brewery Place, Leeds LS10 1NE",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 2, 23, 19, 52, 31, 0, DateTimeKind.Local),
|
||
Excerpt = "If you're looking for an alternative to Greek Street or Call Lane that's remarkably like Greek Street or Call Lane, this is the place to go. ",
|
||
Latitude = 53.7939224m,
|
||
Longitude = -1.5377362m,
|
||
Name = "Oracle",
|
||
Phone = "0113 246 9912",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 0.5m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/02/20130222_175129.jpg",
|
||
Twitter = "OracleLeeds",
|
||
Url = "http://leedsbeer.info/?p=1127"
|
||
},
|
||
new
|
||
{
|
||
Id = 103,
|
||
Address = "38 New York Street, Leeds LS2 7DY",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2012, 11, 3, 11, 24, 38, 0, DateTimeKind.Local),
|
||
Excerpt = "Leeds's newest social club is in a hair salon, but as well as cut & blow dry there's a nice beer menu and atmosphere to be found inside.",
|
||
Latitude = 53.7964516m,
|
||
Longitude = -1.5365351m,
|
||
Name = "Outlaws Yacht Club",
|
||
Phone = "07796 328800",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/11/20121102_181850.jpg",
|
||
Twitter = "outlawyachtclub",
|
||
Url = "http://leedsbeer.info/?p=619"
|
||
},
|
||
new
|
||
{
|
||
Id = 104,
|
||
Address = "20A Blayds Court, Swinegate, Leeds LS1 4AG",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2012, 11, 3, 11, 43, 45, 0, DateTimeKind.Local),
|
||
Excerpt = "Chaophraya's new upscale lounge bar with a mediocre beer selection and an inexplicably strong lemon smell. ",
|
||
Latitude = 53.794342m,
|
||
Longitude = -1.5437791m,
|
||
Name = "Palm Sugar",
|
||
Phone = "0113 244 9339",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/11/20121102_193309.jpg",
|
||
Twitter = "ChaophrayaThai",
|
||
Url = "http://leedsbeer.info/?p=632"
|
||
},
|
||
new
|
||
{
|
||
Id = 105,
|
||
Address = "12 Park Place, Leeds LS1 2RU",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2012, 10, 31, 7, 51, 17, 0, DateTimeKind.Local),
|
||
Excerpt = "A brand new bar in the middle of the Financial Quarter. Trying to appeal to people who aren't us, but has a surprising character of its own.",
|
||
Latitude = 53.7977295m,
|
||
Longitude = -1.5520998m,
|
||
Name = "Parkers",
|
||
Phone = "",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121030_084820.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=559"
|
||
},
|
||
new
|
||
{
|
||
Id = 106,
|
||
Address = "The Electric Press, Great George Street, Leeds LS2 3AD",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 5, 20, 7, 48, 37, 0, DateTimeKind.Local),
|
||
Excerpt = "Not much to sell this place to us. Good if you want dancing-related events, I guess.",
|
||
Latitude = 53.8012581m,
|
||
Longitude = -1.5478331m,
|
||
Name = "Peachy Keens",
|
||
Phone = "0113 246 9241",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/05/20130513_193820.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=1481"
|
||
},
|
||
new
|
||
{
|
||
Id = 107,
|
||
Address = "24 Dock Street, Leeds LS10 1JF",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2013, 2, 24, 19, 29, 4, 0, DateTimeKind.Local),
|
||
Excerpt = "True to form, this Leeds Brewery bar offers an amazing beer selection and a nice atmosphere to enjoy them. ",
|
||
Latitude = 53.7937202m,
|
||
Longitude = -1.5396279m,
|
||
Name = "PIN",
|
||
Phone = "0113 225 9355",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 4.5m,
|
||
StarsValue = 4.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/02/20130222_205911.jpg",
|
||
Twitter = "PINbarLeeds",
|
||
Url = "http://leedsbeer.info/?p=1131"
|
||
},
|
||
new
|
||
{
|
||
Id = 108,
|
||
Address = "Trinity Shopping Centre, Leeds LS1 2DY",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 3, 22, 12, 50, 35, 0, DateTimeKind.Local),
|
||
Excerpt = "The second of its kind in Leeds, this Basque tapas place offers a handful of ordinary Spanish bottles. ",
|
||
Latitude = 53.7971687m,
|
||
Longitude = -1.5435711m,
|
||
Name = "Pintura",
|
||
Phone = "0113 430 0915",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 1.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/03/IMG_20150316_184159766.jpg",
|
||
Twitter = "pinturakitchen",
|
||
Url = "http://leedsbeer.info/?p=3042"
|
||
},
|
||
new
|
||
{
|
||
Id = 109,
|
||
Address = "Trinity Kitchen, 27 Albion Street, Leeds LS1 5ER",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 11, 29, 14, 2, 13, 0, DateTimeKind.Local),
|
||
Excerpt = "The only place to get draught beer in Trinity Kitchen.",
|
||
Latitude = 53.7972145m,
|
||
Longitude = -1.5454084m,
|
||
Name = "PizzaLuxe",
|
||
Phone = "0113 247 1171",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/11/IMG_20131110_142514.jpg",
|
||
Twitter = "PizzaLuxe",
|
||
Url = "http://leedsbeer.info/?p=2093"
|
||
},
|
||
new
|
||
{
|
||
Id = 110,
|
||
Address = "The Cube, Albion Street, Leeds LS2 8ER",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 8, 18, 21, 2, 48, 0, DateTimeKind.Local),
|
||
Excerpt = "A shitty nightclub with shitty beer.",
|
||
Latitude = 53.8004761m,
|
||
Longitude = -1.5450838m,
|
||
Name = "Players Sports Bar",
|
||
Phone = "",
|
||
StarsAmenities = 1m,
|
||
StarsAtmosphere = 0.5m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/08/IMG_20130814_202539.jpg",
|
||
Twitter = "PlayersBarLeeds",
|
||
Url = "http://leedsbeer.info/?p=1815"
|
||
},
|
||
new
|
||
{
|
||
Id = 111,
|
||
Address = "167-168 Lower Briggate, Leeds LS1 6LY",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 3, 2, 17, 39, 2, 0, DateTimeKind.Local),
|
||
Excerpt = "This extremely popular LGBT bar is very welcoming and friendly, but the beer selection is dreadful.",
|
||
Latitude = 53.7953339m,
|
||
Longitude = -1.5422143m,
|
||
Name = "Queens Court",
|
||
Phone = "0113 245 9449",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/03/IMG_20140225_175236.jpg",
|
||
Twitter = "queenscrtlds",
|
||
Url = "http://leedsbeer.info/?p=2277"
|
||
},
|
||
new
|
||
{
|
||
Id = 112,
|
||
Address = "163 Lower Briggate, Leeds LS1 6LY",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2014, 3, 18, 22, 31, 0, 0, DateTimeKind.Local),
|
||
Excerpt = "Everything here is rare. But it's definitely more about the meat than the beer.",
|
||
Latitude = 53.7954483m,
|
||
Longitude = -1.542309m,
|
||
Name = "Rare",
|
||
Phone = "0113 246 7013",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/03/IMG_20140317_175531.jpg",
|
||
Twitter = "eatdrinkrare",
|
||
Url = "http://leedsbeer.info/?p=2314"
|
||
},
|
||
new
|
||
{
|
||
Id = 113,
|
||
Address = "40 Boar Lane, Leeds LS1 4DA",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2012, 9, 21, 13, 22, 56, 0, DateTimeKind.Local),
|
||
Excerpt = "With bad beer and weird opening times, this retro theme bar is surprisingly appealing.",
|
||
Latitude = 53.795929m,
|
||
Longitude = -1.5468359m,
|
||
Name = "Revival ",
|
||
Phone = "0113 2458 063",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 4.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/09/20120919_230945.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=165"
|
||
},
|
||
new
|
||
{
|
||
Id = 114,
|
||
Address = "64-68 Call Lane, Leeds LS1 6DT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2016, 3, 5, 11, 54, 16, 0, DateTimeKind.Local),
|
||
Excerpt = "A Cuban-themed chain bar and restaurant with an OK beer selection. ",
|
||
Latitude = 53.7946434m,
|
||
Longitude = -1.5421619m,
|
||
Name = "Revolución de Cuba",
|
||
Phone = "0113 350 6556",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/03/IMG_20160228_172708647_HDR.jpg",
|
||
Twitter = "Cubanmotweeto",
|
||
Url = "http://leedsbeer.info/?p=3414"
|
||
},
|
||
new
|
||
{
|
||
Id = 115,
|
||
Address = "48 Call Lane, Leeds LS1 6DT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 5, 12, 22, 10, 45, 0, DateTimeKind.Local),
|
||
Excerpt = "The other Revolution didn't offend us, but why would we come back?",
|
||
Latitude = 53.7952271m,
|
||
Longitude = -1.5412188m,
|
||
Name = "Revolution — Call Lane",
|
||
Phone = "0113 243 2778",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/05/IMG_20140505_150459.jpg",
|
||
Twitter = "RevolutionBars",
|
||
Url = "http://leedsbeer.info/?p=2399"
|
||
},
|
||
new
|
||
{
|
||
Id = 116,
|
||
Address = "41 Cookridge Street, Millennium Square, Leeds LS2 3AW",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 5, 5, 20, 48, 59, 0, DateTimeKind.Local),
|
||
Excerpt = "A great place to go if you like vodka and crowds. Otherwise — Millennium Square has better things to offer. ",
|
||
Latitude = 53.801281m,
|
||
Longitude = -1.5476067m,
|
||
Name = "Revolution — The Electric Press",
|
||
Phone = "0113 380 4992",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 1.5m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/05/20130502_180055.jpg",
|
||
Twitter = "RevolutionLeeds",
|
||
Url = "http://leedsbeer.info/?p=1435"
|
||
},
|
||
new
|
||
{
|
||
Id = 117,
|
||
Address = "55 Boar Lane, Leeds LS1 5EL",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 1, 5, 18, 35, 41, 0, DateTimeKind.Local),
|
||
Excerpt = "How many different ways can you use chocolate? Quite a few, it turns out.",
|
||
Latitude = 53.7958679m,
|
||
Longitude = -1.5451241m,
|
||
Name = "Roast + Conch",
|
||
Phone = "",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/01/IMG_20140104_200919.jpg",
|
||
Twitter = "RoastandConch",
|
||
Url = "http://leedsbeer.info/?p=2169"
|
||
},
|
||
new
|
||
{
|
||
Id = 118,
|
||
Address = "39 Call Lane, Leeds LS1 7BT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 8, 22, 21, 39, 59, 0, DateTimeKind.Local),
|
||
Excerpt = "Call Lane's latest addition actually has a decent beer selection!",
|
||
Latitude = 53.7953224m,
|
||
Longitude = -1.5409559m,
|
||
Name = "Roland's",
|
||
Phone = "0113 318 2964",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/08/IMG_20140820_181714.jpg",
|
||
Twitter = "RolandsLeeds",
|
||
Url = "http://leedsbeer.info/?p=2566"
|
||
},
|
||
new
|
||
{
|
||
Id = 119,
|
||
Address = "1st Floor Trinity Square, Leeds LS1 6HW",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 1, 8, 20, 30, 37, 0, DateTimeKind.Local),
|
||
Excerpt = "A huge new venue with ping pong, pool and bowling, along with some great beer choices! ",
|
||
Latitude = 53.7959862m,
|
||
Longitude = -1.5448855m,
|
||
Name = "Roxy Ball Room",
|
||
Phone = "0113 322 1781",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/01/IMG_20140104_210210.jpg",
|
||
Twitter = "RoxyBallRoom",
|
||
Url = "http://leedsbeer.info/?p=2193"
|
||
},
|
||
new
|
||
{
|
||
Id = 120,
|
||
Address = "1st Floor, The Podium, Bond Street, Leeds LS1 5BQ",
|
||
CategoryId = 4,
|
||
DateAttended = new DateTime(2014, 6, 15, 18, 58, 53, 0, DateTimeKind.Local),
|
||
Excerpt = "Leeds's first bowling bar is definitely a niche but isn't quite as spectacular as its ping-pong neighbour.",
|
||
Latitude = 53.7979126m,
|
||
Longitude = -1.5463042m,
|
||
Name = "Roxy Lanes",
|
||
Phone = "0113 322 1781",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/06/IMG_20140611_191254.jpg",
|
||
Twitter = "roxylanesleeds",
|
||
Url = "http://leedsbeer.info/?p=2470"
|
||
},
|
||
new
|
||
{
|
||
Id = 121,
|
||
Address = "57-59 New Briggate, Leeds LS2 8JD",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2016, 3, 17, 21, 20, 12, 0, DateTimeKind.Local),
|
||
Excerpt = "A rum-themed cocktail bar that doesn't skimp on the beers. Or the food. ",
|
||
Latitude = 53.8004112m,
|
||
Longitude = -1.5412647m,
|
||
Name = "Rum & Reason",
|
||
Phone = "0113 246 9080",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/03/IMG_20160309_202910312.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=3451"
|
||
},
|
||
new
|
||
{
|
||
Id = 122,
|
||
Address = "3 Cross Belgrave Street, Leeds LS2 8JP",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2015, 7, 19, 20, 9, 2, 0, DateTimeKind.Local),
|
||
Excerpt = "A pop-up rum bar from the Hedonist Project. No beer worth mentioning, but lots of other good qualities! ",
|
||
Latitude = 53.8008652m,
|
||
Longitude = -1.5409935m,
|
||
Name = "Rum Shack",
|
||
Phone = "",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/07/IMG_20150701_194917761_HDR.jpg",
|
||
Twitter = "HedonistProject",
|
||
Url = "http://leedsbeer.info/?p=3148"
|
||
},
|
||
new
|
||
{
|
||
Id = 123,
|
||
Address = "8 South Parade, Leeds LS1 5QX",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2013, 4, 30, 14, 51, 47, 0, DateTimeKind.Local),
|
||
Excerpt = "A traditional English eatery in the heart of town with good food and service but not much in the way of beer.",
|
||
Latitude = 53.7991982m,
|
||
Longitude = -1.5489113m,
|
||
Name = "Sam's Chop House",
|
||
Phone = "0113 204 2490",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/04/20130427_173955.jpg",
|
||
Twitter = "chophouseLeeds",
|
||
Url = "http://leedsbeer.info/?p=1421"
|
||
},
|
||
new
|
||
{
|
||
Id = 124,
|
||
Address = "40 Great George Street, Leeds LS1 3DL",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2013, 4, 21, 16, 25, 38, 0, DateTimeKind.Local),
|
||
Excerpt = "This new bar and tapas place has excellent food, but not much to draw us in the way of beer.",
|
||
Latitude = 53.8008728m,
|
||
Longitude = -1.5505636m,
|
||
Name = "San Lucus",
|
||
Phone = "0113 246 1325",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/04/20130419_181004.jpg",
|
||
Twitter = "sanlucus",
|
||
Url = "http://leedsbeer.info/?p=1350"
|
||
},
|
||
new
|
||
{
|
||
Id = 125,
|
||
Address = "5/5a Cross Belgrave Street, Leeds LS2 8JP",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2012, 10, 30, 8, 21, 26, 0, DateTimeKind.Local),
|
||
Excerpt = "A lively cantina bar with excellent tapas and a not-too-bad beer selection.",
|
||
Latitude = 53.8008995m,
|
||
Longitude = -1.5409023m,
|
||
Name = "Sandinista!",
|
||
Phone = "0113 305 0372",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121028_190549.jpg",
|
||
Twitter = "SandinistaLeeds",
|
||
Url = "http://leedsbeer.info/?p=549"
|
||
},
|
||
new
|
||
{
|
||
Id = 126,
|
||
Address = "Grand Arcade, Vicar Lane, Leeds LS1 6GP",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 6, 29, 22, 48, 14, 0, DateTimeKind.Local),
|
||
Excerpt = "The Grand Arcade's famous rock bar does what it does best. Rock. \\m/",
|
||
Latitude = 53.8001976m,
|
||
Longitude = -1.5398133m,
|
||
Name = "Santiago",
|
||
Phone = "0113 244 4472",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/06/IMG_20140626_190026.jpg",
|
||
Twitter = "SantiagosLeeds",
|
||
Url = "http://leedsbeer.info/?p=2486"
|
||
},
|
||
new
|
||
{
|
||
Id = 127,
|
||
Address = "Boar Lane, City Square, Leeds LS1 5NS",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 11, 18, 7, 51, 24, 0, DateTimeKind.Local),
|
||
Excerpt = "The hotel bar for the Park Plaza. Not mind blowing but an OK beer selection. ",
|
||
Latitude = 53.7962646m,
|
||
Longitude = -1.5468584m,
|
||
Name = "Scene! ",
|
||
Phone = "0113 380 4169",
|
||
StarsAmenities = 1m,
|
||
StarsAtmosphere = 1.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/11/IMG_20141103_181808708.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=2845"
|
||
},
|
||
new
|
||
{
|
||
Id = 128,
|
||
Address = "20 New Briggate, Leeds LS1 6NU",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 7, 15, 22, 28, 53, 0, DateTimeKind.Local),
|
||
Excerpt = "Leeds's best bet if you're looking for live jazz, and not bad odds if you're looking for good beer. ",
|
||
Latitude = 53.799408m,
|
||
Longitude = -1.5416851m,
|
||
Name = "Sela",
|
||
Phone = "0113 242 9442",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/07/IMG_20130710_180652.jpg",
|
||
Twitter = "selabar",
|
||
Url = "http://leedsbeer.info/?p=1729"
|
||
},
|
||
new
|
||
{
|
||
Id = 129,
|
||
Address = "Duke Studios, 3 Sheaf Street, Leeds LS10 1HD",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2016, 1, 10, 20, 0, 7, 0, DateTimeKind.Local),
|
||
Excerpt = "The bar attached to Duke Studios is a chance to have a relaxing drink even on a Friday night.",
|
||
Latitude = 53.7912521m,
|
||
Longitude = -1.5382251m,
|
||
Name = "Sheaf St Cafeteria",
|
||
Phone = "0113 2459487",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/01/IMG_20160109_181517712.jpg",
|
||
Twitter = "SheafCafeteria",
|
||
Url = "http://leedsbeer.info/?p=3361"
|
||
},
|
||
new
|
||
{
|
||
Id = 130,
|
||
Address = "11-15 Wharf Street, Leeds LS2 7EH",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 11, 3, 16, 59, 49, 0, DateTimeKind.Local),
|
||
Excerpt = "This new place does very well for an establishment that's primarily restaurant.",
|
||
Latitude = 53.7952805m,
|
||
Longitude = -1.5383434m,
|
||
Name = "Shears Yard",
|
||
Phone = "0113 244 4144",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/11/IMG_20131026_180249.jpg",
|
||
Twitter = "ShearsYard",
|
||
Url = "http://leedsbeer.info/?p=2060"
|
||
},
|
||
new
|
||
{
|
||
Id = 131,
|
||
Address = "123 The Headrow, Leeds LS1 5RD",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 12, 9, 21, 24, 0, 0, DateTimeKind.Local),
|
||
Excerpt = "This place has an awesomely good array of sports, and an awesomely bad array of beers. ",
|
||
Latitude = 53.7994194m,
|
||
Longitude = -1.5471759m,
|
||
Name = "Shooters Sports Bar",
|
||
Phone = "08455 333 000",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/12/IMG_20131129_163913.jpg",
|
||
Twitter = "LeedsShooters",
|
||
Url = "http://leedsbeer.info/?p=2121"
|
||
},
|
||
new
|
||
{
|
||
Id = 132,
|
||
Address = "Crispin House, New York Road, Leeds LS2 7PF",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 8, 11, 22, 44, 26, 0, DateTimeKind.Local),
|
||
Excerpt = "The new BrewDog in town is going for something different.",
|
||
Latitude = 53.8010979m,
|
||
Longitude = -1.5387881m,
|
||
Name = "ShuffleDog",
|
||
Phone = "",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 4.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/08/IMG_20150804_180131397.jpg",
|
||
Twitter = "shuffledogleeds",
|
||
Url = "http://leedsbeer.info/?p=3192"
|
||
},
|
||
new
|
||
{
|
||
Id = 133,
|
||
Address = "28-32 Bridge End, Leeds LS1 4DJ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 11, 2, 22, 48, 8, 0, DateTimeKind.Local),
|
||
Excerpt = "This oddly named little bar is a new gem on the south bank.",
|
||
Latitude = 53.7933769m,
|
||
Longitude = -1.5418184m,
|
||
Name = "Sid's Little Egg",
|
||
Phone = "07880 893542",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/11/IMG_20151102_185107720.jpg",
|
||
Twitter = "sidslittleegg",
|
||
Url = "http://leedsbeer.info/?p=3306"
|
||
},
|
||
new
|
||
{
|
||
Id = 134,
|
||
Address = "DoubleTree Hotel, 13th Floor, Granary Wharf, 2 Wharf Approach, Leeds LS1 4BR",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 2, 21, 19, 45, 3, 0, DateTimeKind.Local),
|
||
Excerpt = "The views here certainly can't be beat, unless they start serving beer on the Observation Wheel. ",
|
||
Latitude = 53.7932167m,
|
||
Longitude = -1.5499091m,
|
||
Name = "SkyLounge",
|
||
Phone = "0113 241 1000",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 1.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/02/20130219_222801.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=1096"
|
||
},
|
||
new
|
||
{
|
||
Id = 135,
|
||
Address = "Merrion Street, Leeds LS2 8JE",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2015, 8, 11, 22, 42, 35, 0, DateTimeKind.Local),
|
||
Excerpt = "A snazzy pool hall with a beer selection that will run the table. ",
|
||
Latitude = 53.8004837m,
|
||
Longitude = -1.5418994m,
|
||
Name = "Slate NQ",
|
||
Phone = "0113 322 5788",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/08/IMG_20150726_192433797.jpg",
|
||
Twitter = "SlateNQ",
|
||
Url = "http://leedsbeer.info/?p=3187"
|
||
},
|
||
new
|
||
{
|
||
Id = 136,
|
||
Address = "159a Lower Briggate, Leeds LS1 6LY",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 11, 9, 18, 8, 29, 0, DateTimeKind.Local),
|
||
Excerpt = "Chilled out speakeasy-style bar with great music and decent beer. Very dark.",
|
||
Latitude = 53.7955704m,
|
||
Longitude = -1.5423024m,
|
||
Name = "Smokestack",
|
||
Phone = "0113 245 2222",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/11/IMG_20131103_191153.jpg",
|
||
Twitter = "SmokestackLeeds",
|
||
Url = "http://leedsbeer.info/?p=2076"
|
||
},
|
||
new
|
||
{
|
||
Id = 137,
|
||
Address = "9a Merrion Street, Leeds LS1 6PQ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 4, 13, 22, 12, 19, 0, DateTimeKind.Local),
|
||
Excerpt = "This glass house serves Asian street food and a few decent beers too.",
|
||
Latitude = 53.8003578m,
|
||
Longitude = -1.5401161m,
|
||
Name = "Soba",
|
||
Phone = "0113 242 5128",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/04/IMG_20150411_174025921.jpg",
|
||
Twitter = "BarSobaGlasgow",
|
||
Url = "http://leedsbeer.info/?p=3108"
|
||
},
|
||
new
|
||
{
|
||
Id = 138,
|
||
Address = "10 Wellington Place, Leeds LS1 4AP",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 2, 28, 13, 38, 21, 0, DateTimeKind.Local),
|
||
Excerpt = "A bar and cafe catering to local workers; great food and a couple of crafts got our attention! ",
|
||
Latitude = 53.7959366m,
|
||
Longitude = -1.5557343m,
|
||
Name = "Sociable Folk",
|
||
Phone = "0113 243 1840",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/02/IMG_20150225_122955269_HDR.jpg",
|
||
Twitter = "SociableFolk",
|
||
Url = "http://leedsbeer.info/?p=3028"
|
||
},
|
||
new
|
||
{
|
||
Id = 139,
|
||
Address = "Mill Hill, Leeds LS1 5DQ",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2012, 10, 21, 11, 4, 37, 0, DateTimeKind.Local),
|
||
Excerpt = "Unremarkable but pleasant enough United supporters' pub. Stay away from the toilets!",
|
||
Latitude = 53.7952538m,
|
||
Longitude = -1.5457584m,
|
||
Name = "Spencer's",
|
||
Phone = "0113 243 9070",
|
||
StarsAmenities = 1m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121019_191408.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=500"
|
||
},
|
||
new
|
||
{
|
||
Id = 140,
|
||
Address = "36-38 The Calls, Leeds LS2 7EW",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 6, 6, 17, 57, 48, 0, DateTimeKind.Local),
|
||
Excerpt = "A picturesque spot on The Calls, offering a couple of real ales and absolutely flush with craft bottles. ",
|
||
Latitude = 53.7946701m,
|
||
Longitude = -1.5384572m,
|
||
Name = "Stew & Oyster — Calls Landing ",
|
||
Phone = "0113 242 5299",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 4.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/06/IMAG0037.jpg",
|
||
Twitter = "CallsLanding",
|
||
Url = "http://leedsbeer.info/?p=1586"
|
||
},
|
||
new
|
||
{
|
||
Id = 141,
|
||
Address = "17 Thornton's Arcade, Leeds LS1 6LQ",
|
||
CategoryId = 4,
|
||
DateAttended = new DateTime(2014, 12, 3, 17, 46, 29, 0, DateTimeKind.Local),
|
||
Excerpt = "An exciting new bottle shop in the city centre with space to drink in.",
|
||
Latitude = 53.7986145m,
|
||
Longitude = -1.5427403m,
|
||
Name = "Tall Boys Beer Market",
|
||
Phone = "07592 148113",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 4.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/11/IMG_20141128_160517091.jpg",
|
||
Twitter = "tallboysleeds",
|
||
Url = "http://leedsbeer.info/?p=2900"
|
||
},
|
||
new
|
||
{
|
||
Id = 142,
|
||
Address = "51 Boar Lane, Leeds LS1 5EL",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 12, 14, 10, 12, 10, 0, DateTimeKind.Local),
|
||
Excerpt = "This new brewpub is all about the beer. And they've got it nailed.",
|
||
Latitude = 53.7959633m,
|
||
Longitude = -1.5458804m,
|
||
Name = "Tapped Brew Co.",
|
||
Phone = "",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 5m,
|
||
StarsValue = 5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/12/IMG_20131210_181816.jpg",
|
||
Twitter = "TappedLeeds",
|
||
Url = "http://leedsbeer.info/?p=2145"
|
||
},
|
||
new
|
||
{
|
||
Id = 143,
|
||
Address = "Templar Street, Leeds LS2 7NU",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 4, 17, 8, 41, 20, 0, DateTimeKind.Local),
|
||
Excerpt = "Some decent (and well kept) ales, but that's really the only thing this historic pub has got going for it.",
|
||
Latitude = 53.8000717m,
|
||
Longitude = -1.5393412m,
|
||
Name = "Templar Hotel",
|
||
Phone = "0113 243 0318",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/04/20130414_170040.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=1335"
|
||
},
|
||
new
|
||
{
|
||
Id = 144,
|
||
Address = "Brewery Place, Leeds LS10 1NE",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 8, 20, 10, 59, 11, 0, DateTimeKind.Local),
|
||
Excerpt = "A cool café-cum-nightclub with a small but good beer selection. ",
|
||
Latitude = 53.7936363m,
|
||
Longitude = -1.5381975m,
|
||
Name = "The 212 Café & Bar",
|
||
Phone = "07725 674224",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/08/IMG_20140812_200904.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=2546"
|
||
},
|
||
new
|
||
{
|
||
Id = 145,
|
||
Address = "3-5 Hunslet Road, Leeds LS10 1JQ",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 3, 16, 10, 47, 59, 0, DateTimeKind.Local),
|
||
Excerpt = "Beautiful Victorian inn reinvented as a trendy gastropub. If you can brave the crowds, great food and beer await inside.",
|
||
Latitude = 53.7933197m,
|
||
Longitude = -1.5410793m,
|
||
Name = "The Adelphi",
|
||
Phone = "0113 245 6377",
|
||
StarsAmenities = 4.5m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/03/20130311_181607.jpg",
|
||
Twitter = "AdelphiLeeds",
|
||
Url = "http://leedsbeer.info/?p=1217"
|
||
},
|
||
new
|
||
{
|
||
Id = 146,
|
||
Address = "Level 1, Trinity, LS1 6HW, Leeds",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 4, 14, 12, 14, 33, 0, DateTimeKind.Local),
|
||
Excerpt = "Trinity's swanky cocktail bar has a lot to offer cocktail and food lovers but falls short on the beer side.",
|
||
Latitude = 53.7961006m,
|
||
Longitude = -1.5439868m,
|
||
Name = "The Alchemist",
|
||
Phone = "0113 246 0540",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/04/20130407_204052.jpg",
|
||
Twitter = "TheAlchemistTL",
|
||
Url = "http://leedsbeer.info/?p=1306"
|
||
},
|
||
new
|
||
{
|
||
Id = 147,
|
||
Address = "Yorkshire House, Greek Street, Leeds LS1 5SH",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 12, 4, 22, 36, 37, 0, DateTimeKind.Local),
|
||
Excerpt = "A hipster-y cocktail bar that doesn't care about beer. ",
|
||
Latitude = 53.798481m,
|
||
Longitude = -1.5487498m,
|
||
Name = "The Alchemist — Greek Street",
|
||
Phone = "0113 200 5930",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 1.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/12/IMG_20151118_172802805.jpg",
|
||
Twitter = "thealchemistgs",
|
||
Url = "http://leedsbeer.info/?p=3333"
|
||
},
|
||
new
|
||
{
|
||
Id = 148,
|
||
Address = "Angel Inn Yard, Briggate, Leeds LS1 6LN",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 1, 25, 21, 56, 2, 0, DateTimeKind.Local),
|
||
Excerpt = "A Sam Smith's pub, with everything these pubs are famous for. And the floors aren't sticky any more!",
|
||
Latitude = 53.7980461m,
|
||
Longitude = -1.5427905m,
|
||
Name = "The Angel Inn",
|
||
Phone = "0113 245 1428",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 4.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/01/20130120_153310.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=909"
|
||
},
|
||
new
|
||
{
|
||
Id = 149,
|
||
Address = "40 Boar Lane, Leeds LS1 5DA",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2014, 10, 13, 21, 43, 24, 0, DateTimeKind.Local),
|
||
Excerpt = "ABC: Another Boring Chain(pub). ",
|
||
Latitude = 53.7959213m,
|
||
Longitude = -1.5467286m,
|
||
Name = "The Black Prince",
|
||
Phone = "0113 245 8063",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/10/IMG_20141010_193028.jpg",
|
||
Twitter = "SizzlingPubs",
|
||
Url = "http://leedsbeer.info/?p=2719"
|
||
},
|
||
new
|
||
{
|
||
Id = 150,
|
||
Address = "67 Boar Lane, Leeds, LS1 6HW",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 4, 10, 21, 52, 33, 0, DateTimeKind.Local),
|
||
Excerpt = "One of Trinity's two bars, The Botanist is something a little bit different and has an amazing beer selection to boot.",
|
||
Latitude = 53.7963181m,
|
||
Longitude = -1.5434182m,
|
||
Name = "The Botanist",
|
||
Phone = "0113 205 3240",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 4.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/04/20130407_192752.jpg",
|
||
Twitter = "TheBotanistTL",
|
||
Url = "http://leedsbeer.info/?p=1297"
|
||
},
|
||
new
|
||
{
|
||
Id = 151,
|
||
Address = "18 New Station Street, Leeds LS1 5DL",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 9, 21, 12, 18, 2, 0, DateTimeKind.Local),
|
||
Excerpt = "There aren't many pubs that can claim to brew a popular lager on site.",
|
||
Latitude = 53.7951469m,
|
||
Longitude = -1.5451723m,
|
||
Name = "The Brewery Tap",
|
||
Phone = "0113 243 4414",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/09/IMG_20130915_140831.jpg",
|
||
Twitter = "brewerytapleeds",
|
||
Url = "http://leedsbeer.info/?p=1977"
|
||
},
|
||
new
|
||
{
|
||
Id = 152,
|
||
Address = "54 New Briggate, Leeds LS1 6NU",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 11, 25, 8, 18, 55, 0, DateTimeKind.Local),
|
||
Excerpt = "Sports sports sports sports sports. ",
|
||
Latitude = 53.8004379m,
|
||
Longitude = -1.540795m,
|
||
Name = "The Brotherhood of Pursuits and Pastimes ",
|
||
Phone = "0113 243 4060",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 1.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 1.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/11/IMG_20141122_185257551.jpg",
|
||
Twitter = "BrotherhoodLds",
|
||
Url = "http://leedsbeer.info/?p=2869"
|
||
},
|
||
new
|
||
{
|
||
Id = 153,
|
||
Address = "82 North Street, Leeds LS2 7PN",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2015, 9, 20, 17, 27, 0, 0, DateTimeKind.Local),
|
||
Excerpt = "Leeds's latest craft beer bar is definitely run by people who know what they're doing.",
|
||
Latitude = 53.8020363m,
|
||
Longitude = -1.5373552m,
|
||
Name = "The Brunswick",
|
||
Phone = "0113 247 0546",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/09/IMG_20150911_174916437.jpg",
|
||
Twitter = "brunswickleeds",
|
||
Url = "http://leedsbeer.info/?p=3235"
|
||
},
|
||
new
|
||
{
|
||
Id = 154,
|
||
Address = "88 Wellington Street, Leeds LS1 4LT",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2014, 10, 12, 19, 9, 21, 0, DateTimeKind.Local),
|
||
Excerpt = "A few decent beers in a pleasant-enough-but-somewhat-bland atmosphere. ",
|
||
Latitude = 53.7968597m,
|
||
Longitude = -1.5551982m,
|
||
Name = "The Central",
|
||
Phone = "0113 242 4434",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/10/IMG_20141007_185841.jpg",
|
||
Twitter = "thecentralleeds",
|
||
Url = "http://leedsbeer.info/?p=2703"
|
||
},
|
||
new
|
||
{
|
||
Id = 155,
|
||
Address = "Sweet Street West, Leeds LS11 9TE",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 10, 13, 11, 42, 9, 0, DateTimeKind.Local),
|
||
Excerpt = "Victorian pub hiding in the most unlikely place. Pleasant enough but very poor beer selection.",
|
||
Latitude = 53.7884102m,
|
||
Longitude = -1.5524783m,
|
||
Name = "The Commercial",
|
||
Phone = "0113 243 3542",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121012_184251.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=411"
|
||
},
|
||
new
|
||
{
|
||
Id = 156,
|
||
Address = "107 Water Lane, Leeds LS11 5WD",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 10, 13, 12, 43, 14, 0, DateTimeKind.Local),
|
||
Excerpt = "A gastropub with a great beer selection, traditional inn feel, and an important place in Industrial Revolution history. ",
|
||
Latitude = 53.7916794m,
|
||
Longitude = -1.5526088m,
|
||
Name = "The Cross Keys",
|
||
Phone = "0113 243 3711 ",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 4.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121012_204429.jpg",
|
||
Twitter = "crosskeysleeds",
|
||
Url = "http://leedsbeer.info/?p=415"
|
||
},
|
||
new
|
||
{
|
||
Id = 157,
|
||
Address = "17 Park Row, Leeds LS1 5JQ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 4, 12, 16, 50, 51, 0, DateTimeKind.Local),
|
||
Excerpt = "This new wine bar may be an anomaly for Park Row but it's got nothing to draw us back.",
|
||
Latitude = 53.7987785m,
|
||
Longitude = -1.5468729m,
|
||
Name = "The Decanter",
|
||
Phone = "",
|
||
StarsAmenities = 1m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/04/IMG_20140408_174739.jpg",
|
||
Twitter = "decanterleeds",
|
||
Url = "http://leedsbeer.info/?p=2357"
|
||
},
|
||
new
|
||
{
|
||
Id = 158,
|
||
Address = "22 Duncan Street, Leeds LS1 6DL",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 4, 8, 21, 47, 13, 0, DateTimeKind.Local),
|
||
Excerpt = "The last Sam Smith's pub on our crawl; quite frankly better than we expected. ",
|
||
Latitude = 53.7958641m,
|
||
Longitude = -1.5414196m,
|
||
Name = "The Duncan",
|
||
Phone = "245 9916",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 1.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 4.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/04/20130406_215710.jpg",
|
||
Twitter = "duncanpub",
|
||
Url = "http://leedsbeer.info/?p=1281"
|
||
},
|
||
new
|
||
{
|
||
Id = 159,
|
||
Address = "The Elbow Room, 64 Call Lane, Leeds LS1 6DT",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2014, 3, 21, 8, 19, 40, 0, DateTimeKind.Local),
|
||
Excerpt = "This old pool hall has still got it.",
|
||
Latitude = 53.7947693m,
|
||
Longitude = -1.5418544m,
|
||
Name = "The Elbow Room",
|
||
Phone = "0113 227 7661",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/03/IMG_20140318_182748.jpg",
|
||
Twitter = "Elbowroomleeds",
|
||
Url = "http://leedsbeer.info/?p=2325"
|
||
},
|
||
new
|
||
{
|
||
Id = 160,
|
||
Address = "1-5 Springfield Mount, Leeds LS2 9NG",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 9, 15, 11, 56, 44, 0, DateTimeKind.Local),
|
||
Excerpt = "Surprising little upmarket craft beer house right on the edge of the University campus.",
|
||
Latitude = 53.8043518m,
|
||
Longitude = -1.5573227m,
|
||
Name = "The Faversham",
|
||
Phone = " 0113 243 1481",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/09/IMG_20130910_174903.jpg",
|
||
Twitter = "thefaversham",
|
||
Url = "http://leedsbeer.info/?p=1939"
|
||
},
|
||
new
|
||
{
|
||
Id = 161,
|
||
Address = "107-111 Briggate, Leeds LS1 6AZ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 9, 14, 17, 8, 52, 0, DateTimeKind.Local),
|
||
Excerpt = "The dining and drinking experience atop Harvey Nichols offers two or three good beer choices along with top-notch service. ",
|
||
Latitude = 53.7981339m,
|
||
Longitude = -1.5414822m,
|
||
Name = "The Fourth Floor Bar ",
|
||
Phone = "0113 204 8000",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/09/IMG_20140912_194240.jpg",
|
||
Twitter = "HN_Leeds",
|
||
Url = "http://leedsbeer.info/?p=2648"
|
||
},
|
||
new
|
||
{
|
||
Id = 162,
|
||
Address = "69 Great George Street, Leeds LS1 3BB",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 11, 8, 15, 34, 32, 0, DateTimeKind.Local),
|
||
Excerpt = "A charming pub with a local feel and plenty of cask ales. ",
|
||
Latitude = 53.8010902m,
|
||
Longitude = -1.5524343m,
|
||
Name = "The George",
|
||
Phone = "0113 245 3232",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/11/20121103_205845.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=656"
|
||
},
|
||
new
|
||
{
|
||
Id = 163,
|
||
Address = "31 Boar Lane, Leeds LS1 5DF",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2014, 9, 27, 15, 37, 31, 0, DateTimeKind.Local),
|
||
Excerpt = "The former Griffin Hotel and Censsa gets a makeover by the folks at Taylor Walker. ",
|
||
Latitude = 53.7957153m,
|
||
Longitude = -1.5457952m,
|
||
Name = "The Griffin",
|
||
Phone = "0113 244 5220",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/09/IMG_20140921_150121.jpg",
|
||
Twitter = "Griffin_Leeds",
|
||
Url = "http://leedsbeer.info/?p=2679"
|
||
},
|
||
new
|
||
{
|
||
Id = 164,
|
||
Address = "Back Row, Leeds LS11 5PL",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 10, 13, 14, 14, 35, 0, DateTimeKind.Local),
|
||
Excerpt = "A gem of a local pub, tucked away behind Bridgewater Place. ",
|
||
Latitude = 53.7909241m,
|
||
Longitude = -1.5478787m,
|
||
Name = "The Grove Inn",
|
||
Phone = "0113 243 9254",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121012_214247.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=417"
|
||
},
|
||
new
|
||
{
|
||
Id = 165,
|
||
Address = "Mill Hill, Leeds LS1 5DQ",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2014, 12, 29, 10, 54, 26, 0, DateTimeKind.Local),
|
||
Excerpt = "Five stars for beer! Good atmosphere and a little something for everyone. ",
|
||
Latitude = 53.7952881m,
|
||
Longitude = -1.5457343m,
|
||
Name = "The Head of Steam",
|
||
Phone = "",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/12/IMG_20141213_145139683.jpg",
|
||
Twitter = "hos_leeds",
|
||
Url = "http://leedsbeer.info/?p=2922"
|
||
},
|
||
new
|
||
{
|
||
Id = 166,
|
||
Address = "156 Briggate, Leeds LS1 6LY",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2016, 3, 5, 11, 32, 38, 0, DateTimeKind.Local),
|
||
Excerpt = "The ever-changing popup now has a permanent home.",
|
||
Latitude = 53.7957649m,
|
||
Longitude = -1.5423664m,
|
||
Name = "The Hedonist Project: Liquor & Whisky",
|
||
Phone = "0113 234 0459",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/03/IMG_20160228_163150905.jpg",
|
||
Twitter = "HedonistProject",
|
||
Url = "http://leedsbeer.info/?p=3412"
|
||
},
|
||
new
|
||
{
|
||
Id = 167,
|
||
Address = "156 Briggate, Leeds LS1 6LY",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2016, 12, 3, 18, 19, 9, 0, DateTimeKind.Local),
|
||
Excerpt = "A ski-themed concept bar, part of the always reinventing-itself Hedonist Project. No good beer to speak of, so we'll be moving on. ",
|
||
Latitude = 53.7957077m,
|
||
Longitude = -1.5423838m,
|
||
Name = "The Hedonist Project: Mountain Lodge",
|
||
Phone = "0113 234 0459",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/12/IMG_20161108_202312.jpg",
|
||
Twitter = "HedonistProject",
|
||
Url = "http://leedsbeer.info/?p=3582"
|
||
},
|
||
new
|
||
{
|
||
Id = 168,
|
||
Address = "38 Cavendish St, Leeds LS3 1LY",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2014, 5, 14, 17, 35, 28, 0, DateTimeKind.Local),
|
||
Excerpt = "A charming little pub in the casino-filled no-man's land between Burley and Kirkstall Roads. ",
|
||
Latitude = 53.7999306m,
|
||
Longitude = -1.5617769m,
|
||
Name = "The Highland ",
|
||
Phone = "0113 242 7155",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/05/IMG_20140513_182812.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=2428"
|
||
},
|
||
new
|
||
{
|
||
Id = 169,
|
||
Address = "The Dark Arches, Dark Neville Street, Leeds LS1 4BR",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 4, 23, 22, 20, 19, 0, DateTimeKind.Local),
|
||
Excerpt = "This legendary indie music pub in Granary Wharf has a great beers and an unmissable deal from the π Hole.",
|
||
Latitude = 53.7937317m,
|
||
Longitude = -1.5491514m,
|
||
Name = "The Hop",
|
||
Phone = "0113 243 9854",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 4.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/04/20130422_180129.jpg",
|
||
Twitter = "thehopleeds",
|
||
Url = "http://leedsbeer.info/?p=1369"
|
||
},
|
||
new
|
||
{
|
||
Id = 170,
|
||
Address = "51-53 The Headrow, Leeds LS1 6LR",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2014, 9, 20, 12, 30, 41, 0, DateTimeKind.Local),
|
||
Excerpt = "A chain pub on the Headrow with pretty much nothing remarkable to say about it.",
|
||
Latitude = 53.7990456m,
|
||
Longitude = -1.5425223m,
|
||
Name = "The Horse & Trumpet",
|
||
Phone = "0113 243 0338",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 1.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/09/HT-e1411212520438.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=2662"
|
||
},
|
||
new
|
||
{
|
||
Id = 171,
|
||
Address = "157 - 158 Lower Briggate, Leeds LS1 6BG",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2013, 1, 29, 22, 23, 30, 0, DateTimeKind.Local),
|
||
Excerpt = "Definitely a chain pub but somewhat nicer than most of its kind. Ridiculously cheap food too!",
|
||
Latitude = 53.795681m,
|
||
Longitude = -1.5423292m,
|
||
Name = "The Hourglass",
|
||
Phone = "0113 244 2275",
|
||
StarsAmenities = 4.5m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/01/20130127_185829.jpg",
|
||
Twitter = "HourglassLeeds",
|
||
Url = "http://leedsbeer.info/?p=938"
|
||
},
|
||
new
|
||
{
|
||
Id = 172,
|
||
Address = "1 Church Row, Leeds LS2 7HD",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2015, 8, 1, 8, 29, 40, 0, DateTimeKind.Local),
|
||
Excerpt = "This beautifully renovated building is a great addition to Leeds Brewery’s empire.",
|
||
Latitude = 53.7952156m,
|
||
Longitude = -1.5369481m,
|
||
Name = "The Lamb & Flag",
|
||
Phone = "0113 243 1255",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/07/IMG_20150713_194457514.jpg",
|
||
Twitter = "lambandflaglds",
|
||
Url = "http://leedsbeer.info/?p=3174"
|
||
},
|
||
new
|
||
{
|
||
Id = 173,
|
||
Address = "5-7 Greek Street, Leeds LS1 5RW",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 9, 16, 21, 53, 43, 0, DateTimeKind.Local),
|
||
Excerpt = "Once a boring Greek Street bar, this spot has been re-opened as a different boring Greek Street bar. ",
|
||
Latitude = 53.7985039m,
|
||
Longitude = -1.5473872m,
|
||
Name = "The Liquorist",
|
||
Phone = "0113 380 0930",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/09/IMG_20150817_182044813.jpg",
|
||
Twitter = "LiquoristLeeds",
|
||
Url = "http://leedsbeer.info/?p=3216"
|
||
},
|
||
new
|
||
{
|
||
Id = 174,
|
||
Address = "5-7 Greek Street, Leeds LS1 5RW",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2014, 1, 23, 22, 41, 53, 0, DateTimeKind.Local),
|
||
Excerpt = "An astoundingly uninteresting Greek Street venue, with a beer selection to match. ",
|
||
Latitude = 53.7984848m,
|
||
Longitude = -1.5473658m,
|
||
Name = "The Living Room",
|
||
Phone = "0113 380 0930 ",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/01/IMG_20140120_175711.jpg",
|
||
Twitter = "LivingRoomLeeds",
|
||
Url = "http://leedsbeer.info/?p=2214"
|
||
},
|
||
new
|
||
{
|
||
Id = 175,
|
||
Address = "12 Greek Street, Leeds LS1 5PT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2017, 1, 8, 17, 45, 35, 0, DateTimeKind.Local),
|
||
Excerpt = "Greek Street cocktail bar whose dedication to theme gives them a little edge.",
|
||
Latitude = 53.7983017m,
|
||
Longitude = -1.5475649m,
|
||
Name = "The Lost and Found",
|
||
Phone = "0113 493 1061",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2017/01/IMG_20161204_124410.jpg",
|
||
Twitter = "ginnykstevenson",
|
||
Url = "http://leedsbeer.info/?p=3611"
|
||
},
|
||
new
|
||
{
|
||
Id = 176,
|
||
Address = "1 The Light, The Headrow, Leeds LS1 8TL",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 4, 2, 11, 17, 44, 0, DateTimeKind.Local),
|
||
Excerpt = "It's a hotel bar. We were tricked into thinking it's something more.",
|
||
Latitude = 53.8000031m,
|
||
Longitude = -1.5468621m,
|
||
Name = "The Lounge at Radisson Blu",
|
||
Phone = "0113 236 6000",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/04/IMG_20140330_171400.jpg",
|
||
Twitter = "RadBluLeeds",
|
||
Url = "http://leedsbeer.info/?p=2348"
|
||
},
|
||
new
|
||
{
|
||
Id = 177,
|
||
Address = "First Floor, 1 Call Lane, Leeds LS1 7DH",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 2, 11, 21, 26, 15, 0, DateTimeKind.Local),
|
||
Excerpt = "A speakeasy with plenty of atmosphere and cocktails, just not too much in the way of beer. ",
|
||
Latitude = 53.7964287m,
|
||
Longitude = -1.5397965m,
|
||
Name = "The Maven",
|
||
Phone = "0113 243 6047",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/02/IMG_20140202_184931.jpg",
|
||
Twitter = "TheMavenBar",
|
||
Url = "http://leedsbeer.info/?p=2240"
|
||
},
|
||
new
|
||
{
|
||
Id = 178,
|
||
Address = "20-24 Woodhouse Lane, Leeds LS2 8LX",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 9, 26, 22, 2, 0, 0, DateTimeKind.Local),
|
||
Excerpt = "A student chain pub, serving dirty food and dirty beer. ",
|
||
Latitude = 53.8012199m,
|
||
Longitude = -1.544735m,
|
||
Name = "The Merchant",
|
||
Phone = "0113 244 1212",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 1m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/09/IMG_20130917_174757.jpg",
|
||
Twitter = "VarsityLeeds",
|
||
Url = "http://leedsbeer.info/?p=1983"
|
||
},
|
||
new
|
||
{
|
||
Id = 179,
|
||
Address = "101 Water Lane, Leeds LS11 5QN",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 10, 13, 12, 39, 55, 0, DateTimeKind.Local),
|
||
Excerpt = "Leeds Brewery's flagship pub is always really busy, but if you can get to the bar there's a good selection of beer and decent food on offer.",
|
||
Latitude = 53.7916527m,
|
||
Longitude = -1.5519035m,
|
||
Name = "The Midnight Bell",
|
||
Phone = "0113 244 5044",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121012_193255.jpg",
|
||
Twitter = "MidnightBellLds",
|
||
Url = "http://leedsbeer.info/?p=413"
|
||
},
|
||
new
|
||
{
|
||
Id = 180,
|
||
Address = "Albion Place, Leeds LS1 6JL",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2012, 10, 7, 19, 6, 45, 0, DateTimeKind.Local),
|
||
Excerpt = "The most central bar in Leeds has a surprisingly secret feel and great amenities.",
|
||
Latitude = 53.7977104m,
|
||
Longitude = -1.5447593m,
|
||
Name = "The New Conservatory",
|
||
Phone = "0113 246 185",
|
||
StarsAmenities = 4.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121005_133054.jpg",
|
||
Twitter = "NewConservator1",
|
||
Url = "http://leedsbeer.info/?p=357"
|
||
},
|
||
new
|
||
{
|
||
Id = 181,
|
||
Address = "23-25a York Place, Leeds LS1 2EY",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2012, 9, 30, 22, 18, 47, 0, DateTimeKind.Local),
|
||
Excerpt = "Not your average hotel bar. A chilled-out spot with great service, an extraordinary gin menu and some decent beer too.",
|
||
Latitude = 53.7971878m,
|
||
Longitude = -1.5537918m,
|
||
Name = "The New Ellington",
|
||
Phone = "0113 204 2150",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/09/20120930_172258.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=253"
|
||
},
|
||
new
|
||
{
|
||
Id = 182,
|
||
Address = "57-59 The Calls, Leeds LS1 7BT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 10, 29, 20, 22, 26, 0, DateTimeKind.Local),
|
||
Excerpt = "A gay bar with a fun and welcoming atmosphere and a good place to dance. But the beer sucks. ",
|
||
Latitude = 53.7949448m,
|
||
Longitude = -1.5406003m,
|
||
Name = "The New Penny",
|
||
Phone = "0113 243 8055",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/10/IMG_20141025_205903087.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=2783"
|
||
},
|
||
new
|
||
{
|
||
Id = 183,
|
||
Address = "115 The Headrow, Leeds LS1 5JW",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2013, 7, 30, 8, 19, 16, 0, DateTimeKind.Local),
|
||
Excerpt = "A friendly, unpretentious Northern stereotype, with amazing burgers. Shame about the terrible beer selection!",
|
||
Latitude = 53.7994461m,
|
||
Longitude = -1.5460253m,
|
||
Name = "The Northern Monkey",
|
||
Phone = "0113 242 6630",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/07/IMG_20130724_130306.jpg",
|
||
Twitter = "NorthernMonkey0",
|
||
Url = "http://leedsbeer.info/?p=1770"
|
||
},
|
||
new
|
||
{
|
||
Id = 184,
|
||
Address = "9 East Parade, Leeds LS1 2AJ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 2, 15, 23, 33, 1, 0, DateTimeKind.Local),
|
||
Excerpt = "This new after-work bar is very nice but is let down by its beer selection.",
|
||
Latitude = 53.7985611m,
|
||
Longitude = -1.5496184m,
|
||
Name = "The Office",
|
||
Phone = "",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/02/IMG_20150214_171842459.jpg",
|
||
Twitter = "TheOfficeLeeds",
|
||
Url = "http://leedsbeer.info/?p=3004"
|
||
},
|
||
new
|
||
{
|
||
Id = 185,
|
||
Address = "104 Vicar Lane, Leeds LS2 7NL",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2016, 4, 24, 12, 15, 57, 0, DateTimeKind.Local),
|
||
Excerpt = "A new bar and venue in the renovated old bus station. A bit blah, overall. ",
|
||
Latitude = 53.7995186m,
|
||
Longitude = -1.5394484m,
|
||
Name = "The Old Red Bus Station",
|
||
Phone = "07753 331130",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/04/IMG_20160415_181021801.jpg",
|
||
Twitter = "OldRedBusSt",
|
||
Url = "http://leedsbeer.info/?p=3479"
|
||
},
|
||
new
|
||
{
|
||
Id = 186,
|
||
Address = "26 York Place, Leeds LS1 2EY",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2013, 1, 13, 20, 43, 21, 0, DateTimeKind.Local),
|
||
Excerpt = "This financial quarter pub is reaching out to the after-work crowd, but not much else. ",
|
||
Latitude = 53.7972374m,
|
||
Longitude = -1.5541112m,
|
||
Name = "The Old Steps",
|
||
Phone = "0113 245 0482",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/01/20130111_202422.jpg",
|
||
Twitter = "theoldsteps",
|
||
Url = "http://leedsbeer.info/?p=880"
|
||
},
|
||
new
|
||
{
|
||
Id = 187,
|
||
Address = "Pack Horse Yard, Briggate, Leeds LS1 6AT",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 12, 31, 14, 2, 8, 0, DateTimeKind.Local),
|
||
Excerpt = "In an alley off Briggate, The Pack Horse surprised us with its pleasant atmosphere and excellent beer selection.",
|
||
Latitude = 53.7975311m,
|
||
Longitude = -1.5428603m,
|
||
Name = "The Pack Horse",
|
||
Phone = "0113 242 4810",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/12/20121229_131204.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=836"
|
||
},
|
||
new
|
||
{
|
||
Id = 188,
|
||
Address = "Kirkgate, Leeds LS2 7DJ",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 2, 14, 22, 25, 35, 0, DateTimeKind.Local),
|
||
Excerpt = "A lovely Nicholson's pub worthy of its name.",
|
||
Latitude = 53.7951126m,
|
||
Longitude = -1.5349553m,
|
||
Name = "The Palace",
|
||
Phone = " 0113 244 5882",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/02/20130211_205827.jpg",
|
||
Twitter = "ThePalace5",
|
||
Url = "http://leedsbeer.info/?p=1082"
|
||
},
|
||
new
|
||
{
|
||
Id = 189,
|
||
Address = "88 Wellington Street, Leeds LS1 4LT",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2015, 12, 4, 22, 42, 50, 0, DateTimeKind.Local),
|
||
Excerpt = "The Central has returned, and it's trying to be your go-to for lunch.",
|
||
Latitude = 53.7968254m,
|
||
Longitude = -1.5551972m,
|
||
Name = "The Phoenix at The Central",
|
||
Phone = "0113 242 4434",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/12/IMG_20151118_192801837.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=3323"
|
||
},
|
||
new
|
||
{
|
||
Id = 190,
|
||
Address = "82-90 Merrion Street, Leeds LS2 8LW",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 1, 16, 13, 52, 2, 0, DateTimeKind.Local),
|
||
Excerpt = "A Crown Carvery pub; the carvery is definitely what The Picture House has going for it. ",
|
||
Latitude = 53.8009148m,
|
||
Longitude = -1.5445441m,
|
||
Name = "The Picture House",
|
||
Phone = "0113 246 9297",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/01/20130115_175536.jpg",
|
||
Twitter = "CrownCarveries",
|
||
Url = "http://leedsbeer.info/?p=896"
|
||
},
|
||
new
|
||
{
|
||
Id = 191,
|
||
Address = "9 Merrion Street, Leeds LS1 6PQ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 9, 4, 21, 10, 13, 0, DateTimeKind.Local),
|
||
Excerpt = "True to its name, this underground venue offers a great range of craft kegs and bottles, as well as ping pong and American-style BBQ. ",
|
||
Latitude = 53.8003426m,
|
||
Longitude = -1.5399098m,
|
||
Name = "The Pit",
|
||
Phone = "0113 247 0601",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/09/IMG_20130902_210537.jpg",
|
||
Twitter = "ThePitLeeds",
|
||
Url = "http://leedsbeer.info/?p=1915"
|
||
},
|
||
new
|
||
{
|
||
Id = 192,
|
||
Address = "Canal Wharf, Water Lane, Leeds LS11 5PS",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 11, 19, 22, 0, 29, 0, DateTimeKind.Local),
|
||
Excerpt = "A brand new spot on Granary Wharf, with great food, beautiful views, and an OK-ish beer selection. ",
|
||
Latitude = 53.792717m,
|
||
Longitude = -1.5489038m,
|
||
Name = "The Pour House",
|
||
Phone = "07816 481 492",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/11/20121117_143006.jpg",
|
||
Twitter = "PourHouseLeeds",
|
||
Url = "http://leedsbeer.info/?p=714"
|
||
},
|
||
new
|
||
{
|
||
Id = 193,
|
||
Address = "Mill Hill, Leeds LS1 5DQ",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2012, 10, 21, 17, 28, 20, 0, DateTimeKind.Local),
|
||
Excerpt = "Another Leeds United pub along Mill Hill with a few decent beers. Not much more to say. ",
|
||
Latitude = 53.7951393m,
|
||
Longitude = -1.54544m,
|
||
Name = "The Prince of Wales",
|
||
Phone = "0113 245 2434",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121019_191419.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=505"
|
||
},
|
||
new
|
||
{
|
||
Id = 194,
|
||
Address = "12 - 14 Merrion St., Leeds LS1 6PQ",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2014, 6, 29, 22, 47, 43, 0, DateTimeKind.Local),
|
||
Excerpt = "Free pizza with every drink? Why not! ",
|
||
Latitude = 53.8004723m,
|
||
Longitude = -1.5399666m,
|
||
Name = "The Reform",
|
||
Phone = "0113 244 4080 ",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/06/IMG_20140626_182453.jpg",
|
||
Twitter = "TheReformBar",
|
||
Url = "http://leedsbeer.info/?p=2480"
|
||
},
|
||
new
|
||
{
|
||
Id = 195,
|
||
Address = "109 Kirkgate, Leeds LS1 6DP",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2014, 7, 9, 22, 26, 16, 0, DateTimeKind.Local),
|
||
Excerpt = "An old-school Leeds pub. We are not old-school Leeds people.",
|
||
Latitude = 53.7965736m,
|
||
Longitude = -1.5400299m,
|
||
Name = "The Regent",
|
||
Phone = "0113 245 6040",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 1m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/07/IMG_20140708_185700.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=2500"
|
||
},
|
||
new
|
||
{
|
||
Id = 196,
|
||
Address = "76-78 North Street, Leeds LS2 7PN",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2012, 10, 18, 21, 53, 6, 0, DateTimeKind.Local),
|
||
Excerpt = "The most beautiful bar we've seen yet, with a beautiful beer selection to match. A couple of niggles prevent it from ranking at the very top.",
|
||
Latitude = 53.8017082m,
|
||
Longitude = -1.5377989m,
|
||
Name = "The Reliance",
|
||
Phone = "0113 295 6060",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121017_194043.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=484"
|
||
},
|
||
new
|
||
{
|
||
Id = 197,
|
||
Address = "The Old Post Office, 3 City Square, Leeds LS1 2AN",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2012, 10, 20, 22, 3, 12, 0, DateTimeKind.Local),
|
||
Excerpt = "In our eyes, the fantastic location and gorgeous building are the only things this suit-magnet has going for it. ",
|
||
Latitude = 53.7965584m,
|
||
Longitude = -1.548022m,
|
||
Name = "The Restaurant Bar & Grill",
|
||
Phone = "0113 244 9625 ",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 0.5m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 1m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121019_175105.jpg",
|
||
Twitter = "ClubIndividual ",
|
||
Url = "http://leedsbeer.info/?p=492"
|
||
},
|
||
new
|
||
{
|
||
Id = 198,
|
||
Address = "1 Whitehall Riverside, Leeds LS1 4BN, ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2012, 9, 26, 18, 31, 45, 0, DateTimeKind.Local),
|
||
Excerpt = "Looks like it's for the staff of the office block above, but is actually a very pleasant spot to relax by the river.",
|
||
Latitude = 53.7944908m,
|
||
Longitude = -1.5538768m,
|
||
Name = "The Riverside",
|
||
Phone = "0113 244 9080",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/09/20120925_123918.jpg",
|
||
Twitter = "TheRiversideLS1",
|
||
Url = "http://leedsbeer.info/?p=234"
|
||
},
|
||
new
|
||
{
|
||
Id = 199,
|
||
Address = "52 Call Lane, Leeds LS1 6DT",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2015, 1, 19, 22, 42, 38, 0, DateTimeKind.Local),
|
||
Excerpt = "A piece of Ibiza in Leeds, with a beer selection to match.",
|
||
Latitude = 53.7949028m,
|
||
Longitude = -1.5414923m,
|
||
Name = "The Rock Bar",
|
||
Phone = "0113 246 8232",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 1.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/01/IMG_20150117_222358873.jpg",
|
||
Twitter = "therockbar",
|
||
Url = "http://leedsbeer.info/?p=2955"
|
||
},
|
||
new
|
||
{
|
||
Id = 200,
|
||
Address = "Bishopsgate Street, Leeds LS1 5DY",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 10, 20, 22, 28, 46, 0, DateTimeKind.Local),
|
||
Excerpt = "The Scabby Taps is famous and rightly busy, but still has charm and good beer.",
|
||
Latitude = 53.7953644m,
|
||
Longitude = -1.5463839m,
|
||
Name = "The Scarbrough Hotel",
|
||
Phone = "0113 243 4590",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121019_184340.jpg",
|
||
Twitter = "Nicholsonspubs",
|
||
Url = "http://leedsbeer.info/?p=496"
|
||
},
|
||
new
|
||
{
|
||
Id = 201,
|
||
Address = "6 Heatons Court, Leeds LS1 4LJ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 9, 15, 13, 35, 57, 0, DateTimeKind.Local),
|
||
Excerpt = "Friendly indie music bar in a railway arch.",
|
||
Latitude = 53.7947273m,
|
||
Longitude = -1.5430748m,
|
||
Name = "The Shed Bar",
|
||
Phone = "0113 244 1198",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/09/IMG_20130911_195226.jpg",
|
||
Twitter = "theshedbar",
|
||
Url = "http://leedsbeer.info/?p=1947"
|
||
},
|
||
new
|
||
{
|
||
Id = 202,
|
||
Address = "71a Briggate, Leeds LS1 6LH",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2014, 3, 31, 18, 38, 51, 0, DateTimeKind.Local),
|
||
Excerpt = "An 18th-century pub with an acceptable selection of cask ales, but not much more. ",
|
||
Latitude = 53.7983475m,
|
||
Longitude = -1.5422823m,
|
||
Name = "The Ship",
|
||
Phone = "0113 246 8031",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/03/IMG_20140330_160921.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=2336"
|
||
},
|
||
new
|
||
{
|
||
Id = 203,
|
||
Address = "14 Park Row, Leeds LS1 5NR",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 1, 30, 10, 34, 29, 0, DateTimeKind.Local),
|
||
Excerpt = "A chavvy chain pub along chavvy Park Row, but not the worst chavvy chain pub in the world. ",
|
||
Latitude = 53.7984772m,
|
||
Longitude = -1.5469025m,
|
||
Name = "The Slug and Lettuce",
|
||
Phone = "0113 244 9209",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/01/20130128_174818.jpg",
|
||
Twitter = "sluglettuce",
|
||
Url = "http://leedsbeer.info/?p=950"
|
||
},
|
||
new
|
||
{
|
||
Id = 204,
|
||
Address = "21 Merrion Street, Leeds LS2 8JE",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 2, 15, 17, 38, 15, 0, DateTimeKind.Local),
|
||
Excerpt = "A new addition to the city from some of our favourite people. Great beer and great atmosphere!",
|
||
Latitude = 53.8005028m,
|
||
Longitude = -1.5417069m,
|
||
Name = "The Social",
|
||
Phone = "",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 4.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/02/IMG_20140213_174434.jpg",
|
||
Twitter = "thesocialleeds",
|
||
Url = "http://leedsbeer.info/?p=2253"
|
||
},
|
||
new
|
||
{
|
||
Id = 205,
|
||
Address = "9 Briggate, Leeds LS1 6ER",
|
||
CategoryId = 4,
|
||
DateAttended = new DateTime(2014, 9, 14, 17, 9, 34, 0, DateTimeKind.Local),
|
||
Excerpt = "A smelly, sticky dark indie music hall. Perfect.",
|
||
Latitude = 53.7948952m,
|
||
Longitude = -1.542592m,
|
||
Name = "The Stone Roses Bar",
|
||
Phone = "0113 234 6704",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/09/IMG_20140912_214343.jpg",
|
||
Twitter = "StoneRosesLeeds",
|
||
Url = "http://leedsbeer.info/?p=2637"
|
||
},
|
||
new
|
||
{
|
||
Id = 206,
|
||
Address = "Hunslet Road, Leeds, LS10 1JQ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 3, 2, 17, 36, 19, 0, DateTimeKind.Local),
|
||
Excerpt = "The headquarters of the old Tetley Brewery — now an art space, bar and restaurant. ",
|
||
Latitude = 53.7921791m,
|
||
Longitude = -1.5396509m,
|
||
Name = "The Tetley Bar and Kitchen",
|
||
Phone = "0113 320 2323",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/02/IMG_20140221_175036.jpg",
|
||
Twitter = "T_BarAndKitchen",
|
||
Url = "http://leedsbeer.info/?p=2267"
|
||
},
|
||
new
|
||
{
|
||
Id = 207,
|
||
Address = "4 Turk’s Head Yard, Leeds LS1 6HB",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2016, 2, 22, 7, 46, 21, 0, DateTimeKind.Local),
|
||
Excerpt = "Leeds's oldest pub has had a serious makeover.",
|
||
Latitude = 53.7971649m,
|
||
Longitude = -1.5433204m,
|
||
Name = "The Turk's Head",
|
||
Phone = "0113 242 3368",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/02/IMG_20160131_130252550_HDR.jpg",
|
||
Twitter = "TurksHeadLeeds",
|
||
Url = "http://leedsbeer.info/?p=3392"
|
||
},
|
||
new
|
||
{
|
||
Id = 208,
|
||
Address = "Lower Briggate, Leeds LS1 6ER",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 10, 12, 19, 35, 6, 0, DateTimeKind.Local),
|
||
Excerpt = "The Viaduct is the place to go for drag shows. But definitely not for decent beer.",
|
||
Latitude = 53.7950745m,
|
||
Longitude = -1.5425813m,
|
||
Name = "The Viaduct Showbar",
|
||
Phone = "0113 244 3255",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/10/IMG_20141010_191240.jpg",
|
||
Twitter = "ViaductShowBar",
|
||
Url = "http://leedsbeer.info/?p=2713"
|
||
},
|
||
new
|
||
{
|
||
Id = 209,
|
||
Address = "28 Great George Street, Leeds LS1 3DL",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 12, 9, 19, 23, 59, 0, DateTimeKind.Local),
|
||
Excerpt = "There's more to The Victoria Hotel than 150-year-old décor (although that's lovely too).",
|
||
Latitude = 53.800808m,
|
||
Longitude = -1.5497911m,
|
||
Name = "The Victoria Hotel",
|
||
Phone = "0113 245 1386",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/12/20121203_180603.jpg",
|
||
Twitter = "Nicholsonspubs",
|
||
Url = "http://leedsbeer.info/?p=785"
|
||
},
|
||
new
|
||
{
|
||
Id = 210,
|
||
Address = "The Wardrobe, St Peter's Square, Leeds LS9 8AH",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 2, 13, 7, 44, 40, 0, DateTimeKind.Local),
|
||
Excerpt = "Quarry Hill's only bar is very chilled and has great food.",
|
||
Latitude = 53.7971039m,
|
||
Longitude = -1.5336013m,
|
||
Name = "The Wardrobe",
|
||
Phone = "0113 383 8800",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/02/20130211_183755.jpg",
|
||
Twitter = "wardrobeleeds",
|
||
Url = "http://leedsbeer.info/?p=1044"
|
||
},
|
||
new
|
||
{
|
||
Id = 211,
|
||
Address = "11 York Place, Leeds LS1 2DS",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 1, 31, 15, 0, 37, 0, DateTimeKind.Local),
|
||
Excerpt = "A cool and inviting bar in the basement on York Place with a great selection of bottled crafts. ",
|
||
Latitude = 53.7969627m,
|
||
Longitude = -1.5521131m,
|
||
Name = "The White Rabbit",
|
||
Phone = "0113 242 1202",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/01/IMG_20150130_220707308.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=2991"
|
||
},
|
||
new
|
||
{
|
||
Id = 212,
|
||
Address = "Leeds Railway Station, Leeds LS1 4DY",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 9, 16, 12, 19, 25, 0, DateTimeKind.Local),
|
||
Excerpt = "Standard mainline station pub. Nothing to love; nothing to hate. ",
|
||
Latitude = 53.794857m,
|
||
Longitude = -1.5473708m,
|
||
Name = "The White Rose",
|
||
Phone = "",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/09/20120915_140254.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=96"
|
||
},
|
||
new
|
||
{
|
||
Id = 213,
|
||
Address = "Swan Street, Leeds LS1 6LG",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 5, 23, 23, 5, 18, 0, DateTimeKind.Local),
|
||
Excerpt = "This historic pub has a new lease of life under Leeds Brewery, with a great beer selection and atmosphere to boot.",
|
||
Latitude = 53.7989388m,
|
||
Longitude = -1.5428495m,
|
||
Name = "The White Swan",
|
||
Phone = "0113 242 0187",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/05/20130521_175131.jpg",
|
||
Twitter = "whiteswanleeds",
|
||
Url = "http://leedsbeer.info/?p=1549"
|
||
},
|
||
new
|
||
{
|
||
Id = 214,
|
||
Address = "Leeds Town Hall, The Headrow, Leeds LS1 3AD",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2014, 11, 25, 8, 9, 7, 0, DateTimeKind.Local),
|
||
Excerpt = "A wood has appeared beneath Leeds Town Hall, and its inhabitants are peddling craft beer!",
|
||
Latitude = 53.7998886m,
|
||
Longitude = -1.5493512m,
|
||
Name = "The Wood Beneath the World",
|
||
Phone = "",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/11/IMG_20141122_174954793.jpg",
|
||
Twitter = "CellsBar",
|
||
Url = "http://leedsbeer.info/?p=2859"
|
||
},
|
||
new
|
||
{
|
||
Id = 215,
|
||
Address = "61A New Briggate, Leeds LS2 8JD",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 10, 2, 22, 34, 9, 0, DateTimeKind.Local),
|
||
Excerpt = "Nice-enough gastropub with a good selection of ales.",
|
||
Latitude = 53.8005981m,
|
||
Longitude = -1.5410258m,
|
||
Name = "The Wrens Hotel",
|
||
Phone = "0113 2458888",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121001_175240.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=313"
|
||
},
|
||
new
|
||
{
|
||
Id = 216,
|
||
Address = "11 The Headrow, Leeds LS1 6PU",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 8, 29, 7, 33, 31, 0, DateTimeKind.Local),
|
||
Excerpt = "Ugh. ",
|
||
Latitude = 53.798851m,
|
||
Longitude = -1.5405034m,
|
||
Name = "Three Legs",
|
||
Phone = "0113 245 6316",
|
||
StarsAmenities = 2m,
|
||
StarsAtmosphere = 1m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/08/IMG_20130825_190638.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=1876"
|
||
},
|
||
new
|
||
{
|
||
Id = 217,
|
||
Address = "The Light, 117 Albion St, Leeds LS2 8DY",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 3, 14, 8, 42, 59, 0, DateTimeKind.Local),
|
||
Excerpt = "The centre of Leeds's nightlife couldn't be further from the centre of our lives.",
|
||
Latitude = 53.8000221m,
|
||
Longitude = -1.5450919m,
|
||
Name = "Tiger Tiger",
|
||
Phone = "0113 236 6999",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 1m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/03/IMG_20140310_174942.jpg",
|
||
Twitter = "TigerLeeds",
|
||
Url = "http://leedsbeer.info/?p=2294"
|
||
},
|
||
new
|
||
{
|
||
Id = 218,
|
||
Address = "West Point, Wellington Street, Leeds LS1 4JY",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2012, 10, 2, 7, 24, 10, 0, DateTimeKind.Local),
|
||
Excerpt = "An upmarket football bar focusing on cocktails — nothing special to bring us rushing back.",
|
||
Latitude = 53.7959328m,
|
||
Longitude = -1.5532901m,
|
||
Name = "Toast Bar + Bistro",
|
||
Phone = "0113 243 9546",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 1m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20120930_162655.jpg",
|
||
Twitter = "ToastLeeds",
|
||
Url = "http://leedsbeer.info/?p=278"
|
||
},
|
||
new
|
||
{
|
||
Id = 219,
|
||
Address = "17 Westgate, Leeds LS1 2RA",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 11, 14, 16, 16, 31, 0, DateTimeKind.Local),
|
||
Excerpt = "A completely refurbished gastropub offering traditional Yorkshire food and Timothy Taylor ales. ",
|
||
Latitude = 53.7995262m,
|
||
Longitude = -1.5513806m,
|
||
Name = "Town Hall Tavern",
|
||
Phone = "0113 244 0765",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/11/20121114_123507.jpg",
|
||
Twitter = "TownHallTavern",
|
||
Url = "http://leedsbeer.info/?p=696"
|
||
},
|
||
new
|
||
{
|
||
Id = 220,
|
||
Address = "156 Briggate, Leeds LS1 6LY",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2016, 8, 21, 21, 45, 14, 0, DateTimeKind.Local),
|
||
Excerpt = "The latest rotation of The Hedonist Project: a rum-themed surf place with no decent beer. ",
|
||
Latitude = 53.7956734m,
|
||
Longitude = -1.5422819m,
|
||
Name = "Trader Dan's Surf Shack",
|
||
Phone = "0113 234 0459",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/08/IMG_20160810_171941194.jpg",
|
||
Twitter = "hedonistproject",
|
||
Url = "http://leedsbeer.info/?p=3532"
|
||
},
|
||
new
|
||
{
|
||
Id = 221,
|
||
Address = "4 Brewery Place, Leeds LS10 1NE",
|
||
CategoryId = 1,
|
||
DateAttended = new DateTime(2014, 8, 19, 23, 53, 25, 0, DateTimeKind.Local),
|
||
Excerpt = "A new bar on Brewery Place, but so nicheless I can't even think of a good summary for this box.",
|
||
Latitude = 53.7938728m,
|
||
Longitude = -1.5373135m,
|
||
Name = "Twisted Kitchen",
|
||
Phone = "0113 243 1637",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/08/IMG_20140812_185546.jpg",
|
||
Twitter = "TwistedLeeds",
|
||
Url = "http://leedsbeer.info/?p=2549"
|
||
},
|
||
new
|
||
{
|
||
Id = 222,
|
||
Address = "Gateway North, Crown Point Road, Leeds LS9 8BZ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 2, 13, 16, 52, 22, 0, DateTimeKind.Local),
|
||
Excerpt = "The only bar in the Gateway complex; so sad for the Gateway complex. ",
|
||
Latitude = 53.7949753m,
|
||
Longitude = -1.5331882m,
|
||
Name = "Tyke",
|
||
Phone = "",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 1m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/02/20130211_195227.jpg",
|
||
Twitter = "tykebar",
|
||
Url = "http://leedsbeer.info/?p=1063"
|
||
},
|
||
new
|
||
{
|
||
Id = 223,
|
||
Address = "7 Duncan Street, Leeds LS1 6DQ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2014, 9, 7, 10, 35, 14, 0, DateTimeKind.Local),
|
||
Excerpt = "A wine bar in the Italian enoteca style, this place is definitely all about the wine. ",
|
||
Latitude = 53.7961502m,
|
||
Longitude = -1.5420028m,
|
||
Name = "Veeno",
|
||
Phone = "0113 243 3401",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 1m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/09/IMG_20140903_175600.jpg",
|
||
Twitter = "veeno_uk",
|
||
Url = "http://leedsbeer.info/?p=2610"
|
||
},
|
||
new
|
||
{
|
||
Id = 224,
|
||
Address = "5 Wellington Place, Leeds LS1 4AP",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2017, 3, 5, 12, 44, 54, 0, DateTimeKind.Local),
|
||
Excerpt = "Leeds's second of this franchise--a large and charming wine bar with a small number of Italian crafts on offer. ",
|
||
Latitude = 53.795536m,
|
||
Longitude = -1.5550075m,
|
||
Name = "Veeno (Wellington Place)",
|
||
Phone = "0113 247 0698",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2017/03/IMG_20170203_185805.jpg",
|
||
Twitter = "Veeno_UK",
|
||
Url = "http://leedsbeer.info/?p=3644"
|
||
},
|
||
new
|
||
{
|
||
Id = 225,
|
||
Address = "43 Great George Street, Leeds LS1 3BB",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 10, 11, 20, 38, 27, 0, DateTimeKind.Local),
|
||
Excerpt = "Great selection of beer and good pub food, but go for the great atmosphere.",
|
||
Latitude = 53.8009071m,
|
||
Longitude = -1.5511496m,
|
||
Name = "Veritas",
|
||
Phone = "0113 242 8094",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 5m,
|
||
StarsBeer = 4.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121010_125049.jpg",
|
||
Twitter = "Veritas_Leeds",
|
||
Url = "http://leedsbeer.info/?p=393"
|
||
},
|
||
new
|
||
{
|
||
Id = 226,
|
||
Address = "16 Merrion Street, Leeds LS1 6PQ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 1, 10, 15, 14, 8, 0, DateTimeKind.Local),
|
||
Excerpt = "Merrion Street's live music and comedy venue is little more than that.",
|
||
Latitude = 53.8004799m,
|
||
Longitude = -1.5402184m,
|
||
Name = "Verve",
|
||
Phone = "0113 244 2272",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 2m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/01/IMG_20150106_175110206.jpg",
|
||
Twitter = "VerveMariachi",
|
||
Url = "http://leedsbeer.info/?p=2939"
|
||
},
|
||
new
|
||
{
|
||
Id = 227,
|
||
Address = "68 New Briggate, Leeds LS1 6NU",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2016, 3, 17, 21, 32, 12, 0, DateTimeKind.Local),
|
||
Excerpt = "There's a new strip.. I mean cocktail bar in town.",
|
||
Latitude = 53.8005676m,
|
||
Longitude = -1.5406334m,
|
||
Name = "Vice & Virtue",
|
||
Phone = "",
|
||
StarsAmenities = 1.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 2.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/03/IMG_20160309_213352921.jpg",
|
||
Twitter = "vandvleeds",
|
||
Url = "http://leedsbeer.info/?p=3453"
|
||
},
|
||
new
|
||
{
|
||
Id = 228,
|
||
Address = "92 Kirkgate, Leeds LS2 7DJ",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2016, 1, 3, 11, 56, 42, 0, DateTimeKind.Local),
|
||
Excerpt = "A little bit of everything comes together perfectly on Leeds's oldest street.",
|
||
Latitude = 53.7960892m,
|
||
Longitude = -1.5386838m,
|
||
Name = "Wapentake",
|
||
Phone = "0113 243 6248",
|
||
StarsAmenities = 4.5m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2016/01/IMG_20160101_160008283.jpg",
|
||
Twitter = "WapentakeLeeds",
|
||
Url = "http://leedsbeer.info/?p=3348"
|
||
},
|
||
new
|
||
{
|
||
Id = 229,
|
||
Address = "20 New Briggate, Leeds LS1 6NU",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2013, 7, 15, 22, 29, 19, 0, DateTimeKind.Local),
|
||
Excerpt = "They've captured the retro atmosphere of the 80s very well. Shame beer wasn't very good in the 80s.",
|
||
Latitude = 53.7993851m,
|
||
Longitude = -1.5417016m,
|
||
Name = "Wax Bar & Jukejoint",
|
||
Phone = "0113 242 9442",
|
||
StarsAmenities = 1m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/07/IMG_20130710_192221.jpg",
|
||
Twitter = "WaxBarLeeds",
|
||
Url = "http://leedsbeer.info/?p=1720"
|
||
},
|
||
new
|
||
{
|
||
Id = 230,
|
||
Address = "38 Wellington Street, Leeds LS1 2DJ",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 10, 20, 17, 58, 25, 0, DateTimeKind.Local),
|
||
Excerpt = "A nicely renovated pub right near the station, with a rather lacklustre selection of beer. ",
|
||
Latitude = 53.7962685m,
|
||
Longitude = -1.5495586m,
|
||
Name = "West Riding",
|
||
Phone = "0113 246 8772",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 2m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/10/IMG_20131014_174052.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=2031"
|
||
},
|
||
new
|
||
{
|
||
Id = 231,
|
||
Address = "28-30 Park Row, Leeds LS1 5HU",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 3, 16, 10, 42, 35, 0, DateTimeKind.Local),
|
||
Excerpt = "Just another Wetherspoon's. Not bad, but there are others available.",
|
||
Latitude = 53.7985878m,
|
||
Longitude = -1.5472537m,
|
||
Name = "Wetherspoon's — Becketts Bank",
|
||
Phone = "0113 394 5900",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/03/20130310_201552.jpg",
|
||
Twitter = "BeckettsBank",
|
||
Url = "http://leedsbeer.info/?p=1210"
|
||
},
|
||
new
|
||
{
|
||
Id = 232,
|
||
Address = "The Podium Site, Merrion Way, Leeds LS2 8PD",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 11, 14, 8, 30, 35, 0, DateTimeKind.Local),
|
||
Excerpt = "Leeds's earliest Wetherspoon's pub is hiding in a forgotten part of town, but they haven't forgotten about great service and beer.",
|
||
Latitude = 53.8027229m,
|
||
Longitude = -1.5430533m,
|
||
Name = "Wetherspoon's — Stick or Twist",
|
||
Phone = "0113 234 9748",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 2.5m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/11/20121107_194640.jpg",
|
||
Twitter = "StickorTwistJDW",
|
||
Url = "http://leedsbeer.info/?p=684"
|
||
},
|
||
new
|
||
{
|
||
Id = 233,
|
||
Address = "99 Portland Crescent, Leeds LS2 3AD",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 11, 1, 14, 42, 22, 0, DateTimeKind.Local),
|
||
Excerpt = "All the trappings of a Wetherspoon's, plus a great setting and a bit of a local feel. ",
|
||
Latitude = 53.8017464m,
|
||
Longitude = -1.5478768m,
|
||
Name = "Wetherspoon's — The Cuthbert Brodrick ",
|
||
Phone = "0113 204 8570",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/11/20121030_181729.jpg",
|
||
Twitter = "CuthyBrodrick",
|
||
Url = "http://leedsbeer.info/?p=602"
|
||
},
|
||
new
|
||
{
|
||
Id = 234,
|
||
Address = "43a Woodhouse Lane, Leeds LS2 8JT",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2013, 6, 21, 21, 1, 41, 0, DateTimeKind.Local),
|
||
Excerpt = "It's a Wetherspoon's. See all our other reviews of Wetherspoon's.",
|
||
Latitude = 53.8020248m,
|
||
Longitude = -1.5457463m,
|
||
Name = "Wetherspoon's — The Hedley Verity",
|
||
Phone = "0113 390 7590",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/06/IMG_20130613_184746.jpg",
|
||
Twitter = "HedleyVerityBar",
|
||
Url = "http://leedsbeer.info/?p=1636"
|
||
},
|
||
new
|
||
{
|
||
Id = 235,
|
||
Address = "North Concourse, Leeds Railway Station, Leeds LS1 4DY",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 9, 16, 12, 17, 22, 0, DateTimeKind.Local),
|
||
Excerpt = "A great selection of cask ales, if you can make it through the sea of sports fans and hen nights to get to the bar.",
|
||
Latitude = 53.7956467m,
|
||
Longitude = -1.5485017m,
|
||
Name = "Wetherspoon's, Railway Station",
|
||
Phone = "0113 247 1676",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 2m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/09/20120913_200655.jpg",
|
||
Twitter = "jdwtweet",
|
||
Url = "http://leedsbeer.info/?p=88"
|
||
},
|
||
new
|
||
{
|
||
Id = 236,
|
||
Address = "23-25 Wharf Street, Leeds LS2 7EQ",
|
||
CategoryId = 4,
|
||
DateAttended = new DateTime(2013, 2, 3, 19, 35, 34, 0, DateTimeKind.Local),
|
||
Excerpt = "Members-only bar and event space. A welcoming place for all kinds of people to get a decent beer and chill out.",
|
||
Latitude = 53.7955551m,
|
||
Longitude = -1.5379143m,
|
||
Name = "Wharf Chambers",
|
||
Phone = "",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/02/20130202_190444.jpg",
|
||
Twitter = "WharfChambersCC",
|
||
Url = "http://leedsbeer.info/?p=962"
|
||
},
|
||
new
|
||
{
|
||
Id = 237,
|
||
Address = "26 Aire Street, Leeds LS1 4HT",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2012, 9, 18, 12, 35, 54, 0, DateTimeKind.Local),
|
||
Excerpt = "Little café bar in the White Cloth Gallery. Great atmosphere and decent selection of beers: definitely one to check out!",
|
||
Latitude = 53.7956352m,
|
||
Longitude = -1.5502828m,
|
||
Name = "White Cloth Bar",
|
||
Phone = "0113 218 1923",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 4.5m,
|
||
StarsBeer = 4m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/09/20120918_105713.jpg",
|
||
Twitter = "WhiteClothBar",
|
||
Url = "http://leedsbeer.info/?p=135"
|
||
},
|
||
new
|
||
{
|
||
Id = 238,
|
||
Address = "Turks Head Yard, Leeds LS1 6HB",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2014, 6, 8, 22, 20, 15, 0, DateTimeKind.Local),
|
||
Excerpt = "Claiming to be Leeds's oldest pub, Whitelock's can boast the historic honour of being our 150th review. ",
|
||
Latitude = 53.7971954m,
|
||
Longitude = -1.5428953m,
|
||
Name = "Whitelock's Ale House",
|
||
Phone = "0113 242 3368",
|
||
StarsAmenities = 3m,
|
||
StarsAtmosphere = 3.5m,
|
||
StarsBeer = 3.5m,
|
||
StarsValue = 2.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2014/06/IMG_20140528_193507.jpg",
|
||
Twitter = "WhitelocksLeeds",
|
||
Url = "http://leedsbeer.info/?p=2450"
|
||
},
|
||
new
|
||
{
|
||
Id = 239,
|
||
Address = "69 St Paul's Street, Leeds LS1 2TE",
|
||
CategoryId = 2,
|
||
DateAttended = new DateTime(2015, 9, 23, 21, 42, 36, 0, DateTimeKind.Local),
|
||
Excerpt = "A wine bar serving the financial district. Beer's not the focus but it's a great spot nonetheless. ",
|
||
Latitude = 53.7983017m,
|
||
Longitude = -1.5531774m,
|
||
Name = "Wino",
|
||
Phone = "0113 345 5960",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 4m,
|
||
StarsBeer = 0.5m,
|
||
StarsValue = 3.5m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/09/IMG_20150918_191356356.jpg",
|
||
Twitter = "winoleeds_wino",
|
||
Url = "http://leedsbeer.info/?p=3232"
|
||
},
|
||
new
|
||
{
|
||
Id = 240,
|
||
Address = "24–28 Boar Lane, Leeds LS1 5DA",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2012, 10, 9, 20, 24, 10, 0, DateTimeKind.Local),
|
||
Excerpt = "A grotty chain pub, fitting in perfectly along grotty Boar Lane. ",
|
||
Latitude = 53.7956429m,
|
||
Longitude = -1.5451622m,
|
||
Name = "Yates's, Boar Lane",
|
||
Phone = "0113 244 8566",
|
||
StarsAmenities = 2.5m,
|
||
StarsAtmosphere = 1m,
|
||
StarsBeer = 1.5m,
|
||
StarsValue = 3m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2012/10/20121009_124113.jpg",
|
||
Twitter = "StonegatePubs",
|
||
Url = "http://leedsbeer.info/?p=377"
|
||
},
|
||
new
|
||
{
|
||
Id = 241,
|
||
Address = "43 Woodhouse Lane, Leeds LS1 3HQ",
|
||
CategoryId = 3,
|
||
DateAttended = new DateTime(2015, 1, 29, 22, 6, 50, 0, DateTimeKind.Local),
|
||
Excerpt = "A marked improvement on its sibling. Still a chain pub.",
|
||
Latitude = 53.8017006m,
|
||
Longitude = -1.5455478m,
|
||
Name = "Yates's, Woodhouse Lane",
|
||
Phone = "0113 245 4928",
|
||
StarsAmenities = 3.5m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 3m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2015/01/IMG_20150120_180501646.jpg",
|
||
Twitter = "Yates_WHL_Leeds",
|
||
Url = "http://leedsbeer.info/?p=2980"
|
||
},
|
||
new
|
||
{
|
||
Id = 242,
|
||
Address = "5B Brewery Place, Leeds LS10 1NE",
|
||
CategoryId = 4,
|
||
DateAttended = new DateTime(2013, 2, 23, 19, 50, 40, 0, DateTimeKind.Local),
|
||
Excerpt = "Would we go for a night out in a shop? With a beer selection like this, it would be hard to keep us away!",
|
||
Latitude = 53.7935677m,
|
||
Longitude = -1.5374315m,
|
||
Name = "Yum Yum",
|
||
Phone = "07917 194516",
|
||
StarsAmenities = 4m,
|
||
StarsAtmosphere = 3m,
|
||
StarsBeer = 4.5m,
|
||
StarsValue = 4m,
|
||
Thumbnail = "http://leedsbeer.info/wp-content/uploads/2013/02/20130222_175033.jpg",
|
||
Twitter = "",
|
||
Url = "http://leedsbeer.info/?p=1126"
|
||
});
|
||
});
|
||
|
||
modelBuilder.Entity("LeedsBeerQuest.API.Data.Models.Tag", b =>
|
||
{
|
||
b.HasOne("LeedsBeerQuest.API.Data.Models.Venue", null)
|
||
.WithMany("Tags")
|
||
.HasForeignKey("VenueId");
|
||
});
|
||
|
||
modelBuilder.Entity("LeedsBeerQuest.API.Data.Models.Venue", b =>
|
||
{
|
||
b.HasOne("LeedsBeerQuest.API.Data.Models.Category", "Category")
|
||
.WithMany()
|
||
.HasForeignKey("CategoryId")
|
||
.OnDelete(DeleteBehavior.Cascade)
|
||
.IsRequired();
|
||
|
||
b.Navigation("Category");
|
||
});
|
||
|
||
modelBuilder.Entity("LeedsBeerQuest.API.Data.Models.Venue", b =>
|
||
{
|
||
b.Navigation("Tags");
|
||
});
|
||
#pragma warning restore 612, 618
|
||
}
|
||
}
|
||
}
|