Initial Commit
@@ -0,0 +1,70 @@
|
||||
.ats-switch {
|
||||
border: 1px solid;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
overflow: hidden;
|
||||
line-height: 8px;
|
||||
min-width: 100px;
|
||||
}
|
||||
.ats-switch.disabled {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
cursor: default !important;
|
||||
}
|
||||
.ats-switch.disabled .switch-left,
|
||||
.ats-switch.disabled .switch-right,
|
||||
.ats-switch.disabled .knob {
|
||||
cursor: default !important;
|
||||
}
|
||||
.ats-switch span {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
height: 100%;
|
||||
line-height: 20px;
|
||||
padding: 4px;
|
||||
text-align: center;
|
||||
width: 33%;
|
||||
white-space: nowrap;
|
||||
box-sizing: border-box;
|
||||
-o-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
.ats-switch > div {
|
||||
position: relative;
|
||||
width: 150%;
|
||||
}
|
||||
.ats-switch .knob {
|
||||
background: red;
|
||||
border-left: 1px solid #ccc;
|
||||
border-right: 1px solid #ccc;
|
||||
background-color: #f5f5f5;
|
||||
width: 34%;
|
||||
z-index: 100;
|
||||
}
|
||||
.ats-switch .switch-on {
|
||||
left: 0%;
|
||||
}
|
||||
.ats-switch .switch-off {
|
||||
left: -50%;
|
||||
}
|
||||
.ats-switch .swtich-left,
|
||||
.ats-switch .switch-right {
|
||||
z-index: 1;
|
||||
}
|
||||
.ats-switch .switch-left {
|
||||
color: #fff;
|
||||
background: #005fcc;
|
||||
}
|
||||
.ats-switch .switch-right {
|
||||
color: #333;
|
||||
background: #f0f0f0;
|
||||
}
|
||||
.ats-switch .switch-animate {
|
||||
transition: left 0.5s;
|
||||
-o-transition: left 0.5s;
|
||||
-moz-transition: left 0.5s;
|
||||
-webkit-transition: left 0.5s;
|
||||
}
|
||||
@@ -0,0 +1,143 @@
|
||||
html, body, ui-gmap-google-map, .angular-google-map, .angular-google-map-container {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/*.btn-clear {
|
||||
background-color: transparent;
|
||||
color: white !important;
|
||||
}*/
|
||||
|
||||
#side {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
background-color: rgb(191, 70, 39);
|
||||
color: white;
|
||||
padding: 8px;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
#side h1 {
|
||||
font-size: 1.5em;
|
||||
line-height: 1.5em;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#side h1 span.glyphicon {
|
||||
cursor: pointer;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
#side h1 a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#side .list-group {
|
||||
margin: 10px 2px 2px 2px;
|
||||
}
|
||||
|
||||
#side .list-group a:hover,
|
||||
#side .list-group button:hover {
|
||||
color: black !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#side .list-group-item {
|
||||
background-color: transparent;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
#side .list-group-item img {
|
||||
height: 20px;
|
||||
margin-left: -5px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
#side .list-group-item a {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
#side .list-group-item .ats-switch {
|
||||
margin: -5px -10px 0 0;
|
||||
}
|
||||
|
||||
#side .list-group-item .ats-switch span.knob {
|
||||
color: #f5f5f5;
|
||||
}
|
||||
|
||||
#slider h1 span {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#slider-control {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
#slider-control,
|
||||
#slider-control .btn-group {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
#slider-control .btn-group-2 .btn {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#slider-control .btn-group-5 .btn {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
#slider-control .rzslider {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
#slider-control .rzslider .rz-pointer {
|
||||
background-color: #286090;
|
||||
}
|
||||
|
||||
#slider-control .rz-bubble {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#slider-control .rz-bar-wrapper {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
#slider-control .rz-bar {
|
||||
height: 20px;
|
||||
width: 218px;
|
||||
margin: 0 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#slider-control .rz-bar span {
|
||||
position: relative;
|
||||
width: 36px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#slider-control .rz-bar span.odd {
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
#slider-control .rzslider:nth-child(3) .rz-bar {
|
||||
font-size: 0.65em;
|
||||
}
|
||||
|
||||
#slider-control .rzslider:nth-child(3) .rz-bar span {
|
||||
height: 20px;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
#slider-control .rzslider:nth-child(3) .rz-bar span:nth-child(1) {width: 21%}
|
||||
#slider-control .rzslider:nth-child(3) .rz-bar span:nth-child(2) {width: 20%}
|
||||
#slider-control .rzslider:nth-child(3) .rz-bar span:nth-child(3) {width: 24%}
|
||||
#slider-control .rzslider:nth-child(3) .rz-bar span:nth-child(4) {width: 13%}
|
||||
#slider-control .rzslider:nth-child(3) .rz-bar span:nth-child(5) {width: 21%}
|
||||
|
||||
#characters li a.hasimg {
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
#characters li a.noimg {
|
||||
margin-left: 22px;
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
abbreviation,title,published,chapters,precedingChapters,pages,width,awoiaf,wikipedia
|
||||
AGOT,A Game of Thrones,1996,73,0,694,21%,A_Game_of_Thrones,A_Game_of_Thrones
|
||||
ACOK,A Clash of Kings,1998,70,73,768,20%,A_Clash_of_Kings,A_Clash_of_Kings
|
||||
ASOS,A Storm of Swords,2000,82,143,973,24%,A_Storm_of_Swords,A_Storm_of_Swords
|
||||
AFFC,A Feast for Crows,2005,46,225,976,13%,A_Feast_for_Crows,A_Feast_for_Crows
|
||||
ADWD,A Dance with Dragons,2011,73,271,1040,21%,A_Dance_with_Dragons,A_Dance_with_Dragons
|
||||
TWOW,The Winds of Winter,TBD,,,,,The_Winds_of_Winter,The_Winds_of_Winter
|
||||
ADOS,A Dream of Spring,TBD,,,,,A_Dream_of_Spring,
|
||||
|
@@ -0,0 +1,180 @@
|
||||
name,latitude,longitude
|
||||
gift,76.17449795,-99.53613281
|
||||
gift,74.36667479,-96.87011719
|
||||
gift,74.62510096,-125.0830078
|
||||
gift,76.36226182,-117.6855469
|
||||
gift,76.59854507,-112.3828125
|
||||
north,74.36667479,-96.87011719
|
||||
north,74.62510096,-125.0830078
|
||||
north,74.05579888,-140.2880859
|
||||
north,71.20191973,-153.8232422
|
||||
north,64.86760782,-151.7138672
|
||||
north,65.92855384,-158.1298828
|
||||
north,59.73425345,-162.3486328
|
||||
north,53.8784404,-153.4716797
|
||||
north,46.34692761,-161.0302734
|
||||
north,43.61221677,-158.1298828
|
||||
north,45.61403741,-144.5947266
|
||||
north,40.68063803,-136.3330078
|
||||
north,43.73935208,-119.8974609
|
||||
north,53.8784404,-113.3056641
|
||||
north,50.81981826,-111.1962891
|
||||
north,52.24125615,-100.1220703
|
||||
north,58.28639548,-96.60644531
|
||||
north,57.35023748,-84.47753906
|
||||
north,59.62332522,-90.234375
|
||||
north,65.71255746,-93.88183594
|
||||
north,67.50856836,-82.98339844
|
||||
north,71.34301347,-80.30273438
|
||||
north,72.90672343,-82.58789063
|
||||
north,76.47577254,-78.046875
|
||||
north,77.76758238,-80.94726563
|
||||
north,78.59529919,-88.06640625
|
||||
north,77.7861905,-91.66992188
|
||||
north,75.58493741,-90.43945313
|
||||
north,74.18805166,-87.01171875
|
||||
north,73.35305494,-95.94726563
|
||||
riverlands,40.68063803,-136.3330078
|
||||
riverlands,43.73935208,-119.8974609
|
||||
riverlands,43.03677586,-117.7001953
|
||||
riverlands,36.98500309,-119.4580078
|
||||
riverlands,23.84564989,-109.7900391
|
||||
riverlands,21.41216223,-104.3408203
|
||||
riverlands,17.76961225,-100.6933594
|
||||
riverlands,13.62463344,-108.9550781
|
||||
riverlands,2.240639609,-112.1191406
|
||||
riverlands,6.271618064,-125.4345703
|
||||
riverlands,11.13528708,-135.7177734
|
||||
riverlands,16.9307051,-136.4208984
|
||||
riverlands,27.56672143,-134.1357422
|
||||
riverlands,31.46615372,-129.0380859
|
||||
riverlands,35.06597314,-130.6201172
|
||||
riverlands,32.65787574,-137.5634766
|
||||
riverlands,35.99578539,-139.0576172
|
||||
riverlands,38.30718056,-133.9599609
|
||||
vale,43.03677586,-117.7001953
|
||||
vale,36.98500309,-119.4580078
|
||||
vale,23.84564989,-109.7900391
|
||||
vale,21.41216223,-104.3408203
|
||||
vale,19.02057711,-101.7480469
|
||||
vale,20.38582538,-92.56347656
|
||||
vale,30.10711789,-78.58886719
|
||||
vale,32.54681317,-77.84179688
|
||||
vale,32.69486598,-87.20214844
|
||||
vale,36.38591277,-80.52246094
|
||||
vale,43.35713822,-80.7421875
|
||||
vale,48.92249926,-83.33496094
|
||||
vale,49.6391772,-106.7138672
|
||||
vale,48.34164617,#VALUE!
|
||||
iron,29.80251791,-143.1884766
|
||||
iron,33.46810796,-144.6826172
|
||||
iron,35.53222623,-147.7587891
|
||||
iron,35.38904997,-150.6591797
|
||||
iron,33.32134853,-157.8662109
|
||||
iron,29.68805275,-157.9101563
|
||||
iron,26.62781823,-155.4492188
|
||||
iron,26.90247689,-149.8242188
|
||||
westerlands,6.271618064,-125.4345703
|
||||
westerlands,11.13528708,-135.7177734
|
||||
westerlands,16.9307051,-136.4208984
|
||||
westerlands,27.56672143,-134.1357422
|
||||
westerlands,26.15543797,-147.3632813
|
||||
westerlands,24.046464,-148.3300781
|
||||
westerlands,22.39071392,-146.3525391
|
||||
westerlands,16.46769475,-152.6806641
|
||||
westerlands,5.834616166,-159.0966797
|
||||
westerlands,6.184246161,-152.3291016
|
||||
westerlands,-4.696879027,-155.9326172
|
||||
westerlands,-7.580327791,-155.8007813
|
||||
westerlands,-6.140554782,-144.9902344
|
||||
westerlands,-4.521666343,-139.2773438
|
||||
westerlands,-3.688855143,-127.8955078
|
||||
crownlands,17.76961225,-100.6933594
|
||||
crownlands,13.62463344,-108.9550781
|
||||
crownlands,2.240639609,-112.1191406
|
||||
crownlands,-4.346411275,-104.4287109
|
||||
crownlands,-3.864254616,-89.31152344
|
||||
crownlands,5.222246513,-84.91699219
|
||||
crownlands,9.145486056,-87.37792969
|
||||
crownlands,13.45373721,-83.42285156
|
||||
crownlands,19.68397024,-81.31347656
|
||||
crownlands,25.12539261,-82.45605469
|
||||
crownlands,18.02052766,-93.09082031
|
||||
crownlands,18.93746443,-97.66113281
|
||||
reach,-7.580327791,-155.8007813
|
||||
reach,-6.140554782,-144.9902344
|
||||
reach,-4.521666343,-139.2773438
|
||||
reach,-3.688855143,-127.8955078
|
||||
reach,6.271618064,-125.4345703
|
||||
reach,2.240639609,-112.1191406
|
||||
reach,-4.346411275,-104.4287109
|
||||
reach,-9.188870084,-110.3613281
|
||||
reach,-18.93746443,-109.7900391
|
||||
reach,-24.20688962,-128.1152344
|
||||
reach,-27.99440141,-130.1367188
|
||||
reach,-32.47269502,-138.3984375
|
||||
reach,-41.86956083,-140.4638672
|
||||
reach,-44.96479793,-140.4638672
|
||||
reach,-47.12995076,-148.4619141
|
||||
reach,-50.42951795,-156.6357422
|
||||
reach,-48.3708477,-159.0087891
|
||||
reach,-44.93369639,-158.8769531
|
||||
reach,-37.99616268,-150.6591797
|
||||
reach,-39.87601942,-155.1855469
|
||||
reach,-38.65119833,-157.9980469
|
||||
reach,-34.27083595,-159.0966797
|
||||
reach,-28.69058765,-155.2294922
|
||||
reach,-28.61345942,-152.9003906
|
||||
reach,-20.67390526,-152.3291016
|
||||
reach,-18.0623123,-149.6484375
|
||||
reach,-16.63619188,-153.0761719
|
||||
reach,-10.83330598,-156.1083984
|
||||
stormlands,-4.346411275,-104.4287109
|
||||
stormlands,-4.346411275,-104.4287109
|
||||
stormlands,-9.188870084,-110.3613281
|
||||
stormlands,-18.93746443,-109.7900391
|
||||
stormlands,-24.20688962,-128.1152344
|
||||
stormlands,-27.99440141,-130.1367188
|
||||
stormlands,-30.14512718,-127.5878906
|
||||
stormlands,-27.05912578,-111.8115234
|
||||
stormlands,-29.03696065,-107.5927734
|
||||
stormlands,-28.65203063,-93.88183594
|
||||
stormlands,-30.75127778,-91.46484375
|
||||
stormlands,-28.80617351,-82.10449219
|
||||
stormlands,-21.12549764,-79.73144531
|
||||
stormlands,-19.97334879,-82.1484375
|
||||
stormlands,-19.43551434,-94.36523438
|
||||
stormlands,-17.39257927,-94.54101563
|
||||
stormlands,-16.97274102,-90.05859375
|
||||
stormlands,-12.94032213,-88.4765625
|
||||
stormlands,-9.838979376,-89.97070313
|
||||
stormlands,-10.27168123,-84.9609375
|
||||
stormlands,-13.53920067,-84.609375
|
||||
stormlands,-15.58071074,-83.203125
|
||||
stormlands,-15.83453574,-80.78613281
|
||||
stormlands,-12.42584778,-79.37988281
|
||||
stormlands,-9.492408154,-81.48925781
|
||||
stormlands,-7.188100871,-84.91699219
|
||||
stormlands,-4.390228926,-83.95019531
|
||||
stormlands,-2.679686616,-87.90527344
|
||||
stormlands,-3.864254616,-89.31152344
|
||||
dorne,-44.96479793,-140.4638672
|
||||
dorne,-41.86956083,-140.4638672
|
||||
dorne,-32.47269502,-138.3984375
|
||||
dorne,-27.99440141,-130.1367188
|
||||
dorne,-30.14512718,-127.5878906
|
||||
dorne,-27.05912578,-111.8115234
|
||||
dorne,-29.03696065,-107.5927734
|
||||
dorne,-36.27970721,-114.6240234
|
||||
dorne,-36.73888412,-106.7578125
|
||||
dorne,-34.84987503,-104.9121094
|
||||
dorne,-36.98500309,-104.6923828
|
||||
dorne,-38.78834536,-90.89355469
|
||||
dorne,-35.63944107,-83.73046875
|
||||
dorne,-35.3532161,-81.40136719
|
||||
dorne,-37.82280243,-78.94042969
|
||||
dorne,-41.4756602,-80.390625
|
||||
dorne,-47.5468716,-89.44335938
|
||||
dorne,-49.95121991,-134.1796875
|
||||
dorne,-48.2831929,-137.6513672
|
||||
dorne,-44.02442152,-138.0908203
|
||||
|
@@ -0,0 +1,346 @@
|
||||
book,chapter,title,awoiaf
|
||||
0,0,Prologue,A_Game_of_Thrones-Prologue
|
||||
0,1,Bran I,A_Game_of_Thrones-Chapter_1
|
||||
0,2,Catelyn I,A_Game_of_Thrones-Chapter_2
|
||||
0,3,Daenerys I,A_Game_of_Thrones-Chapter_3
|
||||
0,4,Eddard I,A_Game_of_Thrones-Chapter_4
|
||||
0,5,Jon I,A_Game_of_Thrones-Chapter_5
|
||||
0,6,Catelyn II,A_Game_of_Thrones-Chapter_6
|
||||
0,7,Arya I,A_Game_of_Thrones-Chapter_7
|
||||
0,8,Bran II,A_Game_of_Thrones-Chapter_8
|
||||
0,9,Tyrion I,A_Game_of_Thrones-Chapter_9
|
||||
0,10,Jon II,A_Game_of_Thrones-Chapter_10
|
||||
0,11,Daenerys II,A_Game_of_Thrones-Chapter_11
|
||||
0,12,Eddard II,A_Game_of_Thrones-Chapter_12
|
||||
0,13,Tyrion II,A_Game_of_Thrones-Chapter_13
|
||||
0,14,Catelyn III,A_Game_of_Thrones-Chapter_14
|
||||
0,15,Sansa I,A_Game_of_Thrones-Chapter_15
|
||||
0,16,Eddard III,A_Game_of_Thrones-Chapter_16
|
||||
0,17,Bran III,A_Game_of_Thrones-Chapter_17
|
||||
0,18,Catelyn IV,A_Game_of_Thrones-Chapter_18
|
||||
0,19,Jon III,A_Game_of_Thrones-Chapter_19
|
||||
0,20,Eddard IV,A_Game_of_Thrones-Chapter_20
|
||||
0,21,Tyrion III,A_Game_of_Thrones-Chapter_21
|
||||
0,22,Arya II,A_Game_of_Thrones-Chapter_22
|
||||
0,23,Daenerys III,A_Game_of_Thrones-Chapter_23
|
||||
0,24,Bran IV,A_Game_of_Thrones-Chapter_24
|
||||
0,25,Eddard V,A_Game_of_Thrones-Chapter_25
|
||||
0,26,Jon IV,A_Game_of_Thrones-Chapter_26
|
||||
0,27,Eddard VI,A_Game_of_Thrones-Chapter_27
|
||||
0,28,Catelyn V,A_Game_of_Thrones-Chapter_28
|
||||
0,29,Sansa II,A_Game_of_Thrones-Chapter_29
|
||||
0,30,Eddard VII,A_Game_of_Thrones-Chapter_30
|
||||
0,31,Tyrion IV,A_Game_of_Thrones-Chapter_31
|
||||
0,32,Arya III,A_Game_of_Thrones-Chapter_32
|
||||
0,33,Eddard VIII,A_Game_of_Thrones-Chapter_33
|
||||
0,34,Catelyn VI,A_Game_of_Thrones-Chapter_34
|
||||
0,35,Eddard IX,A_Game_of_Thrones-Chapter_35
|
||||
0,36,Daenerys IV,A_Game_of_Thrones-Chapter_36
|
||||
0,37,Bran V,A_Game_of_Thrones-Chapter_37
|
||||
0,38,Tyrion V,A_Game_of_Thrones-Chapter_38
|
||||
0,39,Eddard X,A_Game_of_Thrones-Chapter_39
|
||||
0,40,Catelyn VII,A_Game_of_Thrones-Chapter_40
|
||||
0,41,Jon V,A_Game_of_Thrones-Chapter_41
|
||||
0,42,Tyrion VI,A_Game_of_Thrones-Chapter_42
|
||||
0,43,Eddard XI,A_Game_of_Thrones-Chapter_43
|
||||
0,44,Sansa III,A_Game_of_Thrones-Chapter_44
|
||||
0,45,Eddard XII,A_Game_of_Thrones-Chapter_45
|
||||
0,46,Daenerys V,A_Game_of_Thrones-Chapter_46
|
||||
0,47,Eddard XIII,A_Game_of_Thrones-Chapter_47
|
||||
0,48,Jon VI,A_Game_of_Thrones-Chapter_48
|
||||
0,49,Eddard XIV,A_Game_of_Thrones-Chapter_49
|
||||
0,50,Arya IV,A_Game_of_Thrones-Chapter_50
|
||||
0,51,Sansa IV,A_Game_of_Thrones-Chapter_51
|
||||
0,52,Jon VII,A_Game_of_Thrones-Chapter_52
|
||||
0,53,Bran VI,A_Game_of_Thrones-Chapter_53
|
||||
0,54,Daenerys VI,A_Game_of_Thrones-Chapter_54
|
||||
0,55,Catelyn VIII,A_Game_of_Thrones-Chapter_55
|
||||
0,56,Tyrion VII,A_Game_of_Thrones-Chapter_56
|
||||
0,57,Sansa V,A_Game_of_Thrones-Chapter_57
|
||||
0,58,Eddard XV,A_Game_of_Thrones-Chapter_58
|
||||
0,59,Catelyn IX,A_Game_of_Thrones-Chapter_59
|
||||
0,60,Jon VIII,A_Game_of_Thrones-Chapter_60
|
||||
0,61,Daenerys VII,A_Game_of_Thrones-Chapter_61
|
||||
0,62,Tyrion VIII,A_Game_of_Thrones-Chapter_62
|
||||
0,63,Catelyn X,A_Game_of_Thrones-Chapter_63
|
||||
0,64,Daenerys VIII,A_Game_of_Thrones-Chapter_64
|
||||
0,65,Arya V,A_Game_of_Thrones-Chapter_65
|
||||
0,66,Bran VII,A_Game_of_Thrones-Chapter_66
|
||||
0,67,Sansa VI,A_Game_of_Thrones-Chapter_67
|
||||
0,68,Daenerys IX,A_Game_of_Thrones-Chapter_68
|
||||
0,69,Tyrion IX,A_Game_of_Thrones-Chapter_69
|
||||
0,70,Jon IX,A_Game_of_Thrones-Chapter_70
|
||||
0,71,Catelyn XI,A_Game_of_Thrones-Chapter_71
|
||||
0,72,Daenerys X,A_Game_of_Thrones-Chapter_71
|
||||
1,0,Prologue,A_Clash_of_Kings-Prologue
|
||||
1,1,Arya I,A_Clash_of_Kings-Chapter_1
|
||||
1,2,Sansa I,A_Clash_of_Kings-Chapter_2
|
||||
1,3,Tyrion I,A_Clash_of_Kings-Chapter_3
|
||||
1,4,Bran I,A_Clash_of_Kings-Chapter_4
|
||||
1,5,Arya II,A_Clash_of_Kings-Chapter_5
|
||||
1,6,Jon I,A_Clash_of_Kings-Chapter_6
|
||||
1,7,Catelyn I,A_Clash_of_Kings-Chapter_7
|
||||
1,8,Tyrion II,A_Clash_of_Kings-Chapter_8
|
||||
1,9,Arya III,A_Clash_of_Kings-Chapter_9
|
||||
1,10,Davos I,A_Clash_of_Kings-Chapter_10
|
||||
1,11,Theon I,A_Clash_of_Kings-Chapter_11
|
||||
1,12,Daenerys I,A_Clash_of_Kings-Chapter_12
|
||||
1,13,Jon II,A_Clash_of_Kings-Chapter_13
|
||||
1,14,Arya IV,A_Clash_of_Kings-Chapter_14
|
||||
1,15,Tyrion III,A_Clash_of_Kings-Chapter_15
|
||||
1,16,Bran II,A_Clash_of_Kings-Chapter_16
|
||||
1,17,Tyrion IV,A_Clash_of_Kings-Chapter_17
|
||||
1,18,Sansa II,A_Clash_of_Kings-Chapter_18
|
||||
1,19,Arya V,A_Clash_of_Kings-Chapter_19
|
||||
1,20,Tyrion V,A_Clash_of_Kings-Chapter_20
|
||||
1,21,Bran III,A_Clash_of_Kings-Chapter_21
|
||||
1,22,Catelyn II,A_Clash_of_Kings-Chapter_22
|
||||
1,23,Jon III,A_Clash_of_Kings-Chapter_23
|
||||
1,24,Theon II,A_Clash_of_Kings-Chapter_24
|
||||
1,25,Tyrion VI,A_Clash_of_Kings-Chapter_25
|
||||
1,26,Arya VI,A_Clash_of_Kings-Chapter_26
|
||||
1,27,Daenerys II,A_Clash_of_Kings-Chapter_27
|
||||
1,28,Bran IV,A_Clash_of_Kings-Chapter_28
|
||||
1,29,Tyrion VII,A_Clash_of_Kings-Chapter_29
|
||||
1,30,Arya VII,A_Clash_of_Kings-Chapter_30
|
||||
1,31,Catelyn III,A_Clash_of_Kings-Chapter_31
|
||||
1,32,Sansa III,A_Clash_of_Kings-Chapter_32
|
||||
1,33,Catelyn IV,A_Clash_of_Kings-Chapter_33
|
||||
1,34,Jon IV,A_Clash_of_Kings-Chapter_34
|
||||
1,35,Bran V,A_Clash_of_Kings-Chapter_35
|
||||
1,36,Tyrion VIII,A_Clash_of_Kings-Chapter_36
|
||||
1,37,Theon III,A_Clash_of_Kings-Chapter_37
|
||||
1,38,Arya VIII,A_Clash_of_Kings-Chapter_38
|
||||
1,39,Catelyn V,A_Clash_of_Kings-Chapter_39
|
||||
1,40,Daenerys III,A_Clash_of_Kings-Chapter_40
|
||||
1,41,Tyrion IX,A_Clash_of_Kings-Chapter_41
|
||||
1,42,Davos II,A_Clash_of_Kings-Chapter_42
|
||||
1,43,Jon V,A_Clash_of_Kings-Chapter_43
|
||||
1,44,Tyrion X,A_Clash_of_Kings-Chapter_44
|
||||
1,45,Catelyn VI,A_Clash_of_Kings-Chapter_45
|
||||
1,46,Bran VI,A_Clash_of_Kings-Chapter_46
|
||||
1,47,Arya IX,A_Clash_of_Kings-Chapter_47
|
||||
1,48,Daenerys IV,A_Clash_of_Kings-Chapter_48
|
||||
1,49,Tyrion XI,A_Clash_of_Kings-Chapter_49
|
||||
1,50,Theon IV,A_Clash_of_Kings-Chapter_50
|
||||
1,51,Jon VI,A_Clash_of_Kings-Chapter_51
|
||||
1,52,Sansa IV,A_Clash_of_Kings-Chapter_52
|
||||
1,53,Jon VII,A_Clash_of_Kings-Chapter_53
|
||||
1,54,Tyrion XII,A_Clash_of_Kings-Chapter_54
|
||||
1,55,Catelyn VII,A_Clash_of_Kings-Chapter_55
|
||||
1,56,Theon V,A_Clash_of_Kings-Chapter_56
|
||||
1,57,Sansa V,A_Clash_of_Kings-Chapter_57
|
||||
1,58,Davos III,A_Clash_of_Kings-Chapter_58
|
||||
1,59,Tyrion XIII,A_Clash_of_Kings-Chapter_59
|
||||
1,60,Sansa VI,A_Clash_of_Kings-Chapter_60
|
||||
1,61,Tyrion XIV,A_Clash_of_Kings-Chapter_61
|
||||
1,62,Sansa VII,A_Clash_of_Kings-Chapter_62
|
||||
1,63,Daenerys V,A_Clash_of_Kings-Chapter_63
|
||||
1,64,Arya X,A_Clash_of_Kings-Chapter_64
|
||||
1,65,Sansa VIII,A_Clash_of_Kings-Chapter_65
|
||||
1,66,Theon VI,A_Clash_of_Kings-Chapter_66
|
||||
1,67,Tyrion XV,A_Clash_of_Kings-Chapter_67
|
||||
1,68,Jon VIII,A_Clash_of_Kings-Chapter_68
|
||||
1,69,Bran VII,A_Clash_of_Kings-Chapter_69
|
||||
2,0,Prologue,A_Storm_of_Swords-Prologue
|
||||
2,1,Jaime I,A_Storm_of_Swords-Chapter_1
|
||||
2,2,Catelyn I,A_Storm_of_Swords-Chapter_2
|
||||
2,3,Arya I,A_Storm_of_Swords-Chapter_3
|
||||
2,4,Tyrion I,A_Storm_of_Swords-Chapter_4
|
||||
2,5,Davos I,A_Storm_of_Swords-Chapter_5
|
||||
2,6,Sansa I,A_Storm_of_Swords-Chapter_6
|
||||
2,7,Jon I,A_Storm_of_Swords-Chapter_7
|
||||
2,8,Daenerys I,A_Storm_of_Swords-Chapter_8
|
||||
2,9,Bran I,A_Storm_of_Swords-Chapter_9
|
||||
2,10,Davos II,A_Storm_of_Swords-Chapter_10
|
||||
2,11,Jaime II,A_Storm_of_Swords-Chapter_11
|
||||
2,12,Tyrion II,A_Storm_of_Swords-Chapter_12
|
||||
2,13,Arya II,A_Storm_of_Swords-Chapter_13
|
||||
2,14,Catelyn II,A_Storm_of_Swords-Chapter_14
|
||||
2,15,Jon II,A_Storm_of_Swords-Chapter_15
|
||||
2,16,Sansa II,A_Storm_of_Swords-Chapter_16
|
||||
2,17,Arya III,A_Storm_of_Swords-Chapter_17
|
||||
2,18,Samwell I,A_Storm_of_Swords-Chapter_18
|
||||
2,19,Tyrion III,A_Storm_of_Swords-Chapter_19
|
||||
2,20,Catelyn III,A_Storm_of_Swords-Chapter_20
|
||||
2,21,Jaime III,A_Storm_of_Swords-Chapter_21
|
||||
2,22,Arya IV,A_Storm_of_Swords-Chapter_22
|
||||
2,23,Daenerys II,A_Storm_of_Swords-Chapter_23
|
||||
2,24,Bran II,A_Storm_of_Swords-Chapter_24
|
||||
2,25,Davos III,A_Storm_of_Swords-Chapter_25
|
||||
2,26,Jon III,A_Storm_of_Swords-Chapter_26
|
||||
2,27,Daenerys III,A_Storm_of_Swords-Chapter_27
|
||||
2,28,Sansa III,A_Storm_of_Swords-Chapter_28
|
||||
2,29,Arya V,A_Storm_of_Swords-Chapter_29
|
||||
2,30,Jon IV,A_Storm_of_Swords-Chapter_30
|
||||
2,31,Jaime IV,A_Storm_of_Swords-Chapter_31
|
||||
2,32,Tyrion IV,A_Storm_of_Swords-Chapter_32
|
||||
2,33,Samwell II,A_Storm_of_Swords-Chapter_33
|
||||
2,34,Arya VI,A_Storm_of_Swords-Chapter_34
|
||||
2,35,Catelyn IV,A_Storm_of_Swords-Chapter_35
|
||||
2,36,Davos IV,A_Storm_of_Swords-Chapter_36
|
||||
2,37,Jaime V,A_Storm_of_Swords-Chapter_37
|
||||
2,38,Tyrion V,A_Storm_of_Swords-Chapter_38
|
||||
2,39,Arya VII,A_Storm_of_Swords-Chapter_39
|
||||
2,40,Bran III,A_Storm_of_Swords-Chapter_40
|
||||
2,41,Jon V,A_Storm_of_Swords-Chapter_41
|
||||
2,42,Daenerys IV,A_Storm_of_Swords-Chapter_42
|
||||
2,43,Arya VIII,A_Storm_of_Swords-Chapter_43
|
||||
2,44,Jaime VI,A_Storm_of_Swords-Chapter_44
|
||||
2,45,Catelyn V,A_Storm_of_Swords-Chapter_45
|
||||
2,46,Samwell III,A_Storm_of_Swords-Chapter_46
|
||||
2,47,Arya IX,A_Storm_of_Swords-Chapter_47
|
||||
2,48,Jon VI,A_Storm_of_Swords-Chapter_48
|
||||
2,49,Catelyn VI,A_Storm_of_Swords-Chapter_49
|
||||
2,50,Arya X,A_Storm_of_Swords-Chapter_50
|
||||
2,51,Catelyn VII,A_Storm_of_Swords-Chapter_51
|
||||
2,52,Arya XI,A_Storm_of_Swords-Chapter_52
|
||||
2,53,Tyrion VI,A_Storm_of_Swords-Chapter_53
|
||||
2,54,Davos V,A_Storm_of_Swords-Chapter_54
|
||||
2,55,Jon VII,A_Storm_of_Swords-Chapter_55
|
||||
2,56,Bran IV,A_Storm_of_Swords-Chapter_56
|
||||
2,57,Daenerys V,A_Storm_of_Swords-Chapter_57
|
||||
2,58,Tyrion VII,A_Storm_of_Swords-Chapter_58
|
||||
2,59,Sansa IV,A_Storm_of_Swords-Chapter_59
|
||||
2,60,Tyrion VIII,A_Storm_of_Swords-Chapter_60
|
||||
2,61,Sansa V,A_Storm_of_Swords-Chapter_61
|
||||
2,62,Jaime VII,A_Storm_of_Swords-Chapter_62
|
||||
2,63,Davos VI,A_Storm_of_Swords-Chapter_63
|
||||
2,64,Jon VIII,A_Storm_of_Swords-Chapter_64
|
||||
2,65,Arya XII,A_Storm_of_Swords-Chapter_65
|
||||
2,66,Tyrion IX,A_Storm_of_Swords-Chapter_66
|
||||
2,67,Jaime VIII,A_Storm_of_Swords-Chapter_67
|
||||
2,68,Sansa VI,A_Storm_of_Swords-Chapter_68
|
||||
2,69,Jon IX,A_Storm_of_Swords-Chapter_69
|
||||
2,70,Tyrion X,A_Storm_of_Swords-Chapter_70
|
||||
2,71,Daenerys VI,A_Storm_of_Swords-Chapter_71
|
||||
2,72,Jaime IX,A_Storm_of_Swords-Chapter_72
|
||||
2,73,Jon X,A_Storm_of_Swords-Chapter_73
|
||||
2,74,Arya XIII,A_Storm_of_Swords-Chapter_74
|
||||
2,75,Samwell IV,A_Storm_of_Swords-Chapter_75
|
||||
2,76,Jon XI,A_Storm_of_Swords-Chapter_76
|
||||
2,77,Tyrion XI,A_Storm_of_Swords-Chapter_77
|
||||
2,78,Samwell V,A_Storm_of_Swords-Chapter_78
|
||||
2,79,Jon XII,A_Storm_of_Swords-Chapter_79
|
||||
2,80,Sansa VII,A_Storm_of_Swords-Chapter_80
|
||||
2,81,Epilogue,A_Storm_of_Swords-Epilogue
|
||||
3,0,Prologue,A_Feast_for_Crows-Prologue
|
||||
3,1,The Prophet,A_Feast_for_Crows-Chapter_1
|
||||
3,2,The Captain Of Guards,A_Feast_for_Crows-Chapter_2
|
||||
3,3,Cersei I,A_Feast_for_Crows-Chapter_3
|
||||
3,4,Brienne I,A_Feast_for_Crows-Chapter_4
|
||||
3,5,Samwell I,A_Feast_for_Crows-Chapter_5
|
||||
3,6,Arya I,A_Feast_for_Crows-Chapter_6
|
||||
3,7,Cersei II,A_Feast_for_Crows-Chapter_7
|
||||
3,8,Jaime I,A_Feast_for_Crows-Chapter_8
|
||||
3,9,Brienne II,A_Feast_for_Crows-Chapter_9
|
||||
3,10,Sansa I,A_Feast_for_Crows-Chapter_10
|
||||
3,11,Kraken's Daughter,A_Feast_for_Crows-Chapter_11
|
||||
3,12,Cersei III,A_Feast_for_Crows-Chapter_12
|
||||
3,13,The Soiled Knight,A_Feast_for_Crows-Chapter_13
|
||||
3,14,Brienne III,A_Feast_for_Crows-Chapter_14
|
||||
3,15,Samwell II,A_Feast_for_Crows-Chapter_15
|
||||
3,16,Jaime II,A_Feast_for_Crows-Chapter_16
|
||||
3,17,Cersei IV,A_Feast_for_Crows-Chapter_17
|
||||
3,18,The Iron Captain,A_Feast_for_Crows-Chapter_18
|
||||
3,19,The Drowned Man,A_Feast_for_Crows-Chapter_19
|
||||
3,20,Brienne IV,A_Feast_for_Crows-Chapter_20
|
||||
3,21,The Queenmaker,A_Feast_for_Crows-Chapter_21
|
||||
3,22,Arya II,A_Feast_for_Crows-Chapter_22
|
||||
3,23,Alayne I,A_Feast_for_Crows-Chapter_23
|
||||
3,24,Cersei V,A_Feast_for_Crows-Chapter_24
|
||||
3,25,Brienne V,A_Feast_for_Crows-Chapter_25
|
||||
3,26,Samwell III,A_Feast_for_Crows-Chapter_26
|
||||
3,27,Jaime III,A_Feast_for_Crows-Chapter_27
|
||||
3,28,Cersei VI,A_Feast_for_Crows-Chapter_28
|
||||
3,29,The Reaver,A_Feast_for_Crows-Chapter_29
|
||||
3,30,Jaime IV,A_Feast_for_Crows-Chapter_30
|
||||
3,31,Brienne VI,A_Feast_for_Crows-Chapter_31
|
||||
3,32,Cersei VII,A_Feast_for_Crows-Chapter_32
|
||||
3,33,Jaime V,A_Feast_for_Crows-Chapter_33
|
||||
3,34,Cat Of The Canals,A_Feast_for_Crows-Chapter_34
|
||||
3,35,Samwell IV,A_Feast_for_Crows-Chapter_35
|
||||
3,36,Cersei VIII,A_Feast_for_Crows-Chapter_36
|
||||
3,37,Brienne VII,A_Feast_for_Crows-Chapter_37
|
||||
3,38,Jaime VI,A_Feast_for_Crows-Chapter_38
|
||||
3,39,Cersei IX,A_Feast_for_Crows-Chapter_39
|
||||
3,40,Princess in the Tower,A_Feast_for_Crows-Chapter_40
|
||||
3,41,Alayne II,A_Feast_for_Crows-Chapter_41
|
||||
3,42,Brienne VIII,A_Feast_for_Crows-Chapter_42
|
||||
3,43,Cersei X,A_Feast_for_Crows-Chapter_43
|
||||
3,44,Jaime VII,A_Feast_for_Crows-Chapter_44
|
||||
3,45,Samwell V,A_Feast_for_Crows-Chapter_45
|
||||
4,0,Prologue,Prologue_(A_Dance_with_Dragons)
|
||||
4,1,Tyrion I,Tyrion_I_(A_Dance_with_Dragons)
|
||||
4,2,Daenerys I,Daenerys_I_(A_Dance_with_Dragons)
|
||||
4,3,Jon I,Jon_I_(A_Dance_with_Dragons)
|
||||
4,4,Bran I,Bran_I_(A_Dance_with_Dragons)
|
||||
4,5,Tyrion II,Tyrion_II_(A_Dance_with_Dragons)
|
||||
4,6,The Merchant's Man,The_Merchant%27s_Man_(A_Dance_with_Dragons)
|
||||
4,7,Jon II,Jon_II_(A_Dance_with_Dragons)
|
||||
4,8,Tyrion III,Tyrion_III_(A_Dance_with_Dragons)
|
||||
4,9,Davos I,Davos_I_(A_Dance_with_Dragons)
|
||||
4,10,Jon III,Jon_III_(A_Dance_with_Dragons)
|
||||
4,11,Daenerys II,Daenerys_II_(A_Dance_with_Dragons)
|
||||
4,12,Reek I,Reek_I_(A_Dance_with_Dragons)
|
||||
4,13,Bran II,Bran_II_(A_Dance_with_Dragons)
|
||||
4,14,Tyrion IV,Tyrion_IV_(A_Dance_with_Dragons)
|
||||
4,15,Davos II,Davos_II_(A_Dance_with_Dragons)
|
||||
4,16,Daenerys III,Daenerys_III_(A_Dance_with_Dragons)
|
||||
4,17,Jon IV,Jon_IV_(A_Dance_with_Dragons)
|
||||
4,18,Tyrion V,Tyrion_V_(A_Dance_with_Dragons)
|
||||
4,19,Davos III,Davos_III_(A_Dance_with_Dragons)
|
||||
4,20,Reek II,Reek_II_(A_Dance_with_Dragons)
|
||||
4,21,Jon V,Jon_V_(A_Dance_with_Dragons)
|
||||
4,22,Tyrion VI,Tyrion_VI_(A_Dance_with_Dragons)
|
||||
4,23,Daenerys IV,Daenerys_IV_(A_Dance_with_Dragons)
|
||||
4,24,The Lost Lord,The_Lost_Lord_(A_Dance_with_Dragons)
|
||||
4,25,The Windblown,The_Windblown_(A_Dance_with_Dragons)
|
||||
4,26,The Wayward Bride,The_Wayward_Bride_(A_Dance_with_Dragons)
|
||||
4,27,Tyrion VII,Tyrion_VII_(A_Dance_with_Dragons)
|
||||
4,28,Jon VI,Jon_VI_(A_Dance_with_Dragons)
|
||||
4,29,Davos IV,Davos_IV_(A_Dance_with_Dragons)
|
||||
4,30,Daenerys V,Daenerys_V_(A_Dance_with_Dragons)
|
||||
4,31,Melisandre I,Melisandre_I_(A_Dance_with_Dragons)
|
||||
4,32,Reek III,Reek_III_(A_Dance_with_Dragons)
|
||||
4,33,Tyrion VIII,Tyrion_VIII_(A_Dance_with_Dragons)
|
||||
4,34,Bran III,Bran_III_(A_Dance_with_Dragons)
|
||||
4,35,Jon VII,Jon_VII_(A_Dance_with_Dragons)
|
||||
4,36,Daenerys VI,Daenerys_VI_(A_Dance_with_Dragons)
|
||||
4,37,Prince of Winterfell,The_Prince_of_Winterfell_(A_Dance_with_Dragons)
|
||||
4,38,The Watcher,The_Watcher_(A_Dance_with_Dragons)
|
||||
4,39,Jon VIII,Jon_VIII_(A_Dance_with_Dragons)
|
||||
4,40,Tyrion IX,Tyrion_IX_(A_Dance_with_Dragons)
|
||||
4,41,The Turncloak,The_Turncloak_(A_Dance_with_Dragons)
|
||||
4,42,The King's Prize,The_King's_Prize_(A_Dance_with_Dragons)
|
||||
4,43,Daenerys VII,Daenerys_VII_(A_Dance_with_Dragons)
|
||||
4,44,Jon IX,Jon_IX_(A_Dance_with_Dragons)
|
||||
4,45,The Blind Girl,The_Blind_Girl_(A_Dance_with_Dragons)
|
||||
4,46,A Ghost In Winterfell,A_Ghost_in_Winterfell_(A_Dance_with_Dragons)
|
||||
4,47,Tyrion X,Tyrion_X_(A_Dance_with_Dragons)
|
||||
4,48,Jaime I,Jaime_I_(A_Dance_with_Dragons)
|
||||
4,49,Jon X,Jon_X_(A_Dance_with_Dragons)
|
||||
4,50,Daenerys VIII,Daenerys_VIII_(A_Dance_with_Dragons)
|
||||
4,51,Theon I,Theon_I_(A_Dance_with_Dragons)
|
||||
4,52,Daenerys IX,Daenerys_IX_(A_Dance_with_Dragons)
|
||||
4,53,Jon XI,Jon_XI_(A_Dance_with_Dragons)
|
||||
4,54,Cersei I,Cersei_I_(A_Dance_with_Dragons)
|
||||
4,55,The Queensguard,The_Queensguard_(A_Dance_with_Dragons)
|
||||
4,56,The Iron Suitor,The_Iron_Suitor_(A_Dance_with_Dragons)
|
||||
4,57,Tyrion XI,Tyrion_XI_(A_Dance_with_Dragons)
|
||||
4,58,Jon XII,Jon_XII_(A_Dance_with_Dragons)
|
||||
4,59,Discarded Knight,The_Discarded_Knight_(A_Dance_with_Dragons)
|
||||
4,60,The Spurned Suitor,The_Spurned_Suitor_(A_Dance_with_Dragons)
|
||||
4,61,The Griffin Reborn,The_Griffin_Reborn_(A_Dance_with_Dragons)
|
||||
4,62,The Sacrifice,The_Sacrifice_(A_Dance_with_Dragons)
|
||||
4,63,Victarion I,Victarion_I_(A_Dance_with_Dragons)
|
||||
4,64,The Ugly Little Girl,The_Ugly_Little_Girl_(A_Dance_with_Dragons)
|
||||
4,65,Cersei II,Cersei_II_(A_Dance_with_Dragons)
|
||||
4,66,Tyrion XII,Tyrion_XII_(A_Dance_with_Dragons)
|
||||
4,67,The Kingbreaker,The_Kingbreaker_(A_Dance_with_Dragons)
|
||||
4,68,The Dragontamer,The_Dragontamer_(A_Dance_with_Dragons)
|
||||
4,69,Jon XIII,Jon_XIII_(A_Dance_with_Dragons)
|
||||
4,70,The Queen's Hand,The_Queen%27s_Hand_(A_Dance_with_Dragons)
|
||||
4,71,Daenerys X,Daenerys_X_(A_Dance_with_Dragons)
|
||||
4,72,Epilogue,Epilogue_(A_Dance_with_Dragons)
|
||||
5,999,WOW-?: Theon I,Theon_I_(The_Winds_of_Winter)
|
||||
|
@@ -0,0 +1,58 @@
|
||||
key,name,letter,markerColor,letterColor,house,awoiaf,firstChapter,firstEpisode
|
||||
eddard,Eddard Stark,E,#505050,#000000,House_Stark,Eddard_Stark,,
|
||||
catelyn,Catelyn Stark,C,#635C77,#000000,House_Stark,Catelyn_Stark,,
|
||||
robb,Robb Stark,R,#606060,#000000,House_Stark,Robb_Stark,,
|
||||
sansa,Sansa Stark,S,#707070,#000000,House_Stark,Sansa_Stark,,
|
||||
bran,Bran Stark,B,#808080,#000000,House_Stark,Bran_Stark,,
|
||||
arya,Arya Stark,A,#909090,#000000,House_Stark,Arya_Stark,,
|
||||
rickon,Rickon Stark,r,#A0A0A0,#000000,House_Stark,Rickon_Stark,,
|
||||
benjen,Benjen Stark,U,#B0B0B0,#000000,House_Stark,Benjen_Stark,,
|
||||
jon,Jon Snow,J,#837171,#000000,House_Stark,Jon_Snow,,
|
||||
viserys,Viserys Targaryen,V,#000000,#FF0000,House_Targaryen,Viserys_Targaryen,,
|
||||
daenerys,Daenerys Targaryen,D,#000000,#FF0000,House_Targaryen,Daenerys_Targaryen,,
|
||||
aegon,Aegon Targaryen,A,#000000,#FF0000,House_Targaryen,Aegon_Targaryen,ADWD-18,never
|
||||
drogon,Drogon,d,#000000,#FF0000,,Drogon,AGOT-72,S1E10
|
||||
rhaegal,Rhaegal,r,#000000,#FF0000,,Rhaegal,AGOT-72,S1E10
|
||||
viserion,Viserion,v,#000000,#FF0000,,Viserion,AGOT-72,S1E10
|
||||
tywin,Tywin Lannister,T,#FF0000,#FFFF00,House_Lannister,Tywin_Lannister,,
|
||||
jaime,Jaime Lannister,J,#D80000,#FFFF00,House_Lannister,Jaime_Lannister,,
|
||||
cersei,Cersei Lannister,C,#B80000,#FFFF00,House_Lannister,Cersei_Lannister,,
|
||||
tyrion,Tyrion Lannister,T,#A00000,#FFFF00,House_Lannister,Tyrion_Lannister,,
|
||||
lancel,Lancel Lannister,L,#900000,#FFFF00,House_Lannister,Lancel_Lannister,,
|
||||
joffrey,Joffrey Baratheon,j,#FF2700,#000000,House_Baratheon_of_King%27s_Landing,Joffrey_Baratheon,,
|
||||
myrcella,Myrcella Baratheon,m,#FF2700,#000000,House_Baratheon_of_King%27s_Landing,Myrcella_Baratheon,,
|
||||
tommen,Tommen Baratheon,t,#FF2700,#000000,House_Baratheon_of_King%27s_Landing,,,
|
||||
robert,Robert Baratheon,R,#F3CD18,#000000,House_Baratheon,Robert_Baratheon,,
|
||||
stannis,Stannis Baratheon,S,#C68D14,#000000,House_Baratheon_of_Dragonstone,Stannis_Baratheon,,
|
||||
renly,Renly Baratheon,r,#C6A714,#000000,House_Baratheon,Renly_Baratheon,,
|
||||
loras,Loras Tyrell,L,#006600,#FFFF00,House_Tyrell,Loras_Tyrell,,
|
||||
maraery,Margaery Tyrell,M,#027C02,#FFFF00,House_Tyrell,Margaery_Tyrell,,
|
||||
olenna,Olenna Tyrell,O,#0D8F0D,#FFFF00,House_Tyrell,Olenna_Tyrell,,
|
||||
theon,Theon Greyjoy,T,#FF9700,#000000,House_Greyjoy,Theon_Greyjoy,,
|
||||
asha,Yara/Asha Greyjoy,Y,#E68801,#000000,House_Greyjoy,Asha_Greyjoy,,
|
||||
euron,Euron Greyjoy,E,#C67400,#000000,House_Greyjoy,Euron_Greyjoy,,
|
||||
victarion,Victarion Greyjoy,V,#D78004,#000000,House_Greyjoy,Victarion_Greyjoy,,
|
||||
brienne,Brienne of Tarth,B,#FF00FF,#FFFFFF,House_Tarth,Brienne_of_Tarth,,
|
||||
davos,Davos Seaworth,D,#505050,#FFFFFF,House_Seaworth,Davos,,
|
||||
samwell,Samwell Tarly,S,#006300,#000000,House_Tarly,Samwell_Tarly,,
|
||||
barristan,Barristan Selmy,B,#A55D34,#FCFC06,House_Selmy,Barristan_Selmy,,
|
||||
petyr,Petyr Baelish,P,#006300,#FFFFFF,House_Baelish,Petyr_Baelish,,
|
||||
jeor,Jeor Mormont,J,#66C366,#000000,House_Mormont,Jeor_Mormont,,
|
||||
jorah,Jorah Mormont,J,#66C366,#000000,House_Mormont,Jorah_Mormont,,
|
||||
arianne,Arianne Martell,A,#AD011B,#000000,House_Martell,Arianne_Martell,0,never
|
||||
oberyn,Oberyn Martell,O,#96051A,#000000,House_Martell,Oberyn_Martell,,
|
||||
ellaria,Ellaria Sand,E,#942938,#000000,House_Martell,Ellaria_Sand,,
|
||||
sandor,Sandor Clegane,S,#FCFF00,#2D2D2D,House_Clegane,Sandor_Clegane,,
|
||||
gregor,Gregor Clegane,G,#EAED00,#2D2D2D,House_Clegane,Gregor_Clegane,,
|
||||
roose,Roose Bolton,R,#E24334,#000000,House_Bolton,Roose_Bolton,,
|
||||
ramsey,Ramsay Snow,r,#CA4133,#000000,House_Bolton,Ramsay_Snow,,
|
||||
gendry,Gendry,G,#FFD200,#000000,,Gendry,,
|
||||
bronn,Bronn,B,#742296,#FFFFFF,,Bronn,,
|
||||
melisandre,Melisandre,M,#FF0000,#FFFFFF,,Melisandre,,
|
||||
varys,Varys,V,#9D0083,#000000,,Varys,,
|
||||
qyburn,Qyburn,Q,#A639D3,#FFFFFF,,Qyburn,,
|
||||
osha,Osha,O,#0043BD,#FFFFFF,,Osha,,
|
||||
mance,Mance Rayder,M,#3F7AE4,#FFFFFF,,Mance_Rayder,,
|
||||
ygritte,Ygritte,Y,#4485FC,#FFFFFF,,Ygritte,,
|
||||
tormund,Tormund,T,#3B6FCF,#FFFFFF,,Tormund,,
|
||||
nightking,The Night King,N,#FFFFFF,#000000,,Others,never,S5E08
|
||||
|
@@ -0,0 +1,61 @@
|
||||
season,episode,title,awoiaf,wikipedia
|
||||
1,1,Winter Is Coming,Winter_Is_Coming,
|
||||
1,2,The Kingsroad,The_Kingsroad,
|
||||
1,3,Lord Snow,Lord_Snow,
|
||||
1,4,"Cripples, Bastards, & Broken Things","Cripples,_Bastards,_and_Broken_Things",
|
||||
1,5,The Wolf and the Lion,The_Wolf_and_the_Lion,
|
||||
1,6,A Golden Crown,A_Golden_Crown,
|
||||
1,7,You Win or You Die,You_Win_or_You_Die,
|
||||
1,8,The Pointy End,The_Pointy_End,
|
||||
1,9,Baelor,Baelor,
|
||||
1,10,Fire and Blood,Fire_and_Blood_(Game_of_Thrones),
|
||||
2,1,The North Remembers,The_North_Remembers_(TV),
|
||||
2,2,The Night Lands,The_Night_Lands_(TV),
|
||||
2,3,What Is Dead May Never Die,What_Is_Dead_May_Never_Die_(TV),
|
||||
2,4,Garden of Bones,Garden_of_Bones_(TV),
|
||||
2,5,The Ghost of Harrenhal,The_Ghost_of_Harrenhal_(TV),
|
||||
2,6,The Old Gods and the New,The_Old_Gods_and_the_New_(TV),
|
||||
2,7,A Man Without Honor,A_Man_Without_Honor_(TV),
|
||||
2,8,The Prince of Winterfell,The_Prince_of_Winterfell_(TV),
|
||||
2,9,Blackwater,Blackwater_(TV),
|
||||
2,10,Valar Morghulis,Valar_Morghulis_(TV),
|
||||
3,1,Valar Dohaeris,Valar_Dohaeris_(TV),
|
||||
3,2,"Dark Wings, Dark Words","Dark_Wings,_Dark_Words",
|
||||
3,3,Walk of Punishment,Walk_of_Punishment,
|
||||
3,4,And Now His Watch is Ended,And_Now_His_Watch_Is_Ended,
|
||||
3,5,Kissed by Fire,Kissed_by_Fire,
|
||||
3,6,The Climb,The_Climb,
|
||||
3,7,The Bear and the Maiden Fair,The_Bear_and_the_Maiden_Fair_(TV),
|
||||
3,8,Second Sons,Second_Sons_(TV),
|
||||
3,9,The Rains of Castamere,The_Rains_of_Castamere_(TV),
|
||||
3,10,Mhysa,Mhysa_(TV),
|
||||
4,1,Two Swords,Two_Swords,
|
||||
4,2,The Lion and the Rose,The_Lion_and_the_Rose,
|
||||
4,3,Breaker of Chains,Breaker_of_Chains,
|
||||
4,4,Oathkeeper,Oathkeeper_(TV),
|
||||
4,5,First of His Name,First_of_His_Name,
|
||||
4,6,The Laws of Gods and Men,The_Laws_of_Gods_and_Men,
|
||||
4,7,Mockingbird,Mockingbird_(TV),Mockingbird_(Game_of_Thrones)
|
||||
4,8,The Mountain and the Viper,The_Mountain_and_the_Viper,The_Mountain_and_the_Viper
|
||||
4,9,The Watchers on the Wall,The_Watchers_on_the_Wall,The_Watchers_on_the_Wall
|
||||
4,10,The Children,The_Children,The_Children_(Game_of_Thrones)
|
||||
5,1,The Wars to Come,The_Wars_to_Come,The_Wars_to_Come
|
||||
5,2,The House of Black and White,The_House_of_Black_and_White,The_House_of_Black_and_White
|
||||
5,3,High Sparrow,High_Sparrow_(TV),High_Sparrow
|
||||
5,4,The Sons of the Harpy,Sons_of_the_Harpy_(TV),Sons_of_the_Harpy
|
||||
5,5,Kill the Boy,Kill_the_Boy,Kill_the_Boy
|
||||
5,6,"Unbowed, Unbent, Unbroken","Unbowed,_Unbent,_Unbroken","Unbowed,_Unbent,_Unbroken"
|
||||
5,7,The Gift,The_Gift,The_Gift_(Game_of_Thrones)
|
||||
5,8,Hardhome,Hardhome_(TV),Hardhome
|
||||
5,9,The Dance of Dragons,The_Dance_of_Dragons,The_Dance_of_Dragons
|
||||
5,10,Mother's Mercy,Mother%27s_Mercy,Mother%27s_Mercy
|
||||
6,1,The Red Woman,The_Red_Woman,The_Red_Woman
|
||||
6,2,Home,Home,Home_(Game_of_Thrones)
|
||||
6,3,Oathbreaker,,Oathbreaker_(Game_of_Thrones)
|
||||
6,4,Book of the Stranger,,Book_of_the_Stranger
|
||||
6,5,The Door,,The_Door_(Game_of_Thrones)
|
||||
6,6,Blood of My Blood,,Blood_of_My_Blood
|
||||
6,7,The Broken Man,,The_Broken_Man
|
||||
6,8,No One,,No_One_(Game_of_Thrones)
|
||||
6,9,Battle of the Bastards,,Battle_of_the_Bastards
|
||||
6,10,The Winds of Winter,,The_Winds_of_Winter_(Game_of_Thrones)
|
||||
|
@@ -0,0 +1,275 @@
|
||||
wikiKey,seatKey,lat,lng,img,clue,isGreat,firstChapter,lastChapter,firstEpisode,lastEpisode
|
||||
Night%27s_Watch,Castle_Black,,,black_flag.png,,TRUE,0,999,,
|
||||
House_Stark,Winterfell,,,http://awoiaf.westeros.org/images/thumb/5/51/House_Stark.PNG/90px-House_Stark.PNG,,TRUE,0,118,0,14
|
||||
House_Greyjoy,Winterfell,,,http://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png,,TRUE,119,138,15,18
|
||||
House_Bolton,Dreadfort,,,http://awoiaf.westeros.org/images/thumb/7/76/Bolton.png/50px-Bolton.png,,FALSE,0,195,,
|
||||
House_Bolton,Dreadfort,,,http://awoiaf.westeros.org/images/thumb/7/76/Bolton.png/50px-Bolton.png,,TRUE,196,307,19,41
|
||||
House_Bolton,Winterfell,,,http://awoiaf.westeros.org/images/thumb/7/76/Bolton.png/50px-Bolton.png,,TRUE,308,999,42,57
|
||||
House_Bolton,Dreadfort,,,http://awoiaf.westeros.org/images/thumb/7/76/Bolton.png/50px-Bolton.png,,FALSE,308,999,42,99
|
||||
House_Stark,Winterfell,,,http://awoiaf.westeros.org/images/thumb/5/51/House_Stark.PNG/90px-House_Stark.PNG,,TRUE,999,999,58,99
|
||||
House_Tully,Riverrun,,,http://awoiaf.westeros.org/images/thumb/2/23/House_Tully.PNG/112px-House_Tully.PNG,,TRUE,0,137,,
|
||||
House_Tully,Riverrun,,,http://awoiaf.westeros.org/images/thumb/2/23/House_Tully.PNG/112px-House_Tully.PNG,,FALSE,138,268,99,99
|
||||
House_Baelish_of_Harrenhal,Harrenhal,,,http://awoiaf.westeros.org/images/thumb/1/13/House_Baelish.PNG/90px-House_Baelish.PNG,,TRUE,138,999,99,99
|
||||
House_Arryn,Eyrie,,,http://awoiaf.westeros.org/images/thumb/b/be/House_Arryn.PNG/112px-House_Arryn.PNG,,TRUE,,,,
|
||||
House_Greyjoy,Pyke,,,http://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png,,TRUE,,,,
|
||||
House_Lannister,Casterly_Rock,,,http://awoiaf.westeros.org/images/thumb/8/88/House_Lannister.png/102px-House_Lannister.png,,TRUE,,,,
|
||||
House_Baratheon,King%27s_Landing,,,http://awoiaf.westeros.org/images/thumb/d/d1/House_Baratheon.PNG/50px-House_Baratheon.PNG,,TRUE,0,48,0,5
|
||||
House_Baratheon_of_King%27s_Landing,King%27s_Landing,,,http://awoiaf.westeros.org/images/thumb/5/5d/Joffrey_sigil_coat.png/120px-Joffrey_sigil_coat.png,,TRUE,49,999,6,99
|
||||
House_Tyrell,Highgarden,,,http://awoiaf.westeros.org/images/thumb/9/99/House_Tyrell.PNG/90px-House_Tyrell.PNG,,TRUE,,,,
|
||||
House_Baratheon,Storm%27s_End,,,http://awoiaf.westeros.org/images/thumb/d/d1/House_Baratheon.PNG/50px-House_Baratheon.PNG,,TRUE,,,,
|
||||
House_Martell,Sunspear,,,http://awoiaf.westeros.org/images/thumb/b/ba/House_Martell.PNG/92px-House_Martell.PNG,,TRUE,,,,
|
||||
House_Baratheon_of_Dragonstone,Dragonstone,,,http://awoiaf.westeros.org/images/thumb/d/d1/House_Baratheon.PNG/50px-House_Baratheon.PNG,,FALSE,0,48,0,5
|
||||
House_Baratheon_of_Dragonstone,Dragonstone,,,http://awoiaf.westeros.org/images/thumb/6/61/Baratheon_DS.png/102px-Baratheon_DS.png,,TRUE,49,260,6,99
|
||||
House_Targaryen,Meereen,,,http://awoiaf.westeros.org/images/thumb/4/43/House_Targaryen.PNG/92px-House_Targaryen.PNG,,TRUE,214,999,99,99
|
||||
House_Cerwyn,Castle_Cerwyn,,,http://awoiaf.westeros.org/images/thumb/d/d8/House_Cerwyn.PNG/90px-House_Cerwyn.PNG,,,,,,
|
||||
House_Dustin,Barrowton,,,http://awoiaf.westeros.org/images/thumb/7/74/House_Dustin.PNG/50px-House_Dustin.PNG,,,,,,
|
||||
House_Flint_of_Widow%27s_Watch,Widow%27s_Watch,,,http://awoiaf.westeros.org/images/thumb/e/e8/Flint_Widows_Watch.png/109px-Flint_Widows_Watch.png,,,,,,
|
||||
House_Hornwood,Hornwood,,,http://awoiaf.westeros.org/images/thumb/0/01/House_Hornwood.PNG/50px-House_Hornwood.PNG,,,,,,
|
||||
House_Karstark,Karhold,,,http://awoiaf.westeros.org/images/thumb/5/5f/House_Karstark.PNG/104px-House_Karstark.PNG,,,,,,
|
||||
House_Locke,Oldcastle,,,http://awoiaf.westeros.org/images/thumb/9/9e/House_Locke.PNG/109px-House_Locke.PNG,,,,,,
|
||||
House_Manderly,White_Harbor,,,http://awoiaf.westeros.org/images/thumb/8/83/House_Manderly.PNG/50px-House_Manderly.PNG,,,,,,
|
||||
House_Mormont,,73.5657,-138.926,http://awoiaf.westeros.org/images/thumb/c/c9/House_Mormont.PNG/95px-House_Mormont.PNG,,,,,,
|
||||
House_Reed,Greywater_Watch,,,http://awoiaf.westeros.org/images/thumb/6/6e/House_Reed.PNG/70px-House_Reed.PNG,,,,,,
|
||||
House_Ryswell,,59.6233,-150.571,http://awoiaf.westeros.org/images/thumb/7/7f/House_Ryswell.PNG/109px-House_Ryswell.PNG,the extensive area between the Barrowlands and the Stony Shore,,,,,
|
||||
House_Umber,Last_Hearth,,,http://awoiaf.westeros.org/images/thumb/1/14/Umber.png/102px-Umber.png,,,,,,
|
||||
House_Glover,Deepwood_Motte,,,http://awoiaf.westeros.org/images/thumb/3/3d/House_Glover.PNG/50px-House_Glover.PNG,,,0,109,0,13
|
||||
House_Greyjoy,Deepwood_Motte,,,http://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png,,,110,296,14,50
|
||||
House_Glover,Deepwood_Motte,,,http://awoiaf.westeros.org/images/thumb/3/3d/House_Glover.PNG/50px-House_Glover.PNG,,,297,999,51,99
|
||||
House_Tallhart,Torrhen%27s_Square,,,http://awoiaf.westeros.org/images/thumb/f/fe/House_Tallhart.PNG/103px-House_Tallhart.PNG,,,0,118,0,13
|
||||
House_Greyjoy,Torrhen%27s_Square,,,http://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png,,,119,124,14,50
|
||||
House_Tallhart,Torrhen%27s_Square,,,http://awoiaf.westeros.org/images/thumb/f/fe/House_Tallhart.PNG/103px-House_Tallhart.PNG,,,125,999,51,99
|
||||
House_Greyjoy,Moat_Cailin,,,http://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png,,,97,291,14,37
|
||||
House_Flint_of_Flint%27s_Finger,Flint%27s_Finger,,,http://awoiaf.westeros.org/images/thumb/5/5d/House_Flint_of_Flint%27s_Finger.PNG/250px-House_Flint_of_Flint%27s_Finger.PNG,,,,,,
|
||||
House_Crowl,,76.3829,-89.2675,http://awoiaf.westeros.org/images/thumb/f/f2/House_Crowl.PNG/90px-House_Crowl.PNG,mountain clan,,,,,
|
||||
House_Magnar,,75.5301,-83.0273,http://awoiaf.westeros.org/images/thumb/6/63/Magnar.png/93px-Magnar.png,mountain clan,,,,,
|
||||
House_Stane,,77.0492,-84.873,http://awoiaf.westeros.org/images/thumb/a/a8/Stane.png/93px-Stane.png,mountain clan,,,,,
|
||||
House_Burley,,71.7876,-126.709,http://awoiaf.westeros.org/images/thumb/f/f4/House_Burley.PNG/250px-House_Burley.PNG,mountain clan,,,,,
|
||||
House_Harclay,,71.3148,-121.172,http://awoiaf.westeros.org/images/thumb/0/0f/House_Harclay.PNG/50px-House_Harclay.PNG,mountain clan,,,,,
|
||||
House_Knott,,72.829,-118.623,http://awoiaf.westeros.org/images/thumb/b/b6/House_Knott.PNG/111px-House_Knott.PNG,mountain clan,,,,,
|
||||
House_Liddle,,72.9067,-124.512,http://awoiaf.westeros.org/images/thumb/d/d4/House_Liddle.PNG/110px-House_Liddle.PNG,mountain clan,,,,,
|
||||
House_Norrey,,73.9589,-123.633,http://awoiaf.westeros.org/images/thumb/e/e8/House_Norrey.PNG/50px-House_Norrey.PNG,mountain clan,,,,,
|
||||
House_Wull,,73.1759,-114.17,http://awoiaf.westeros.org/images/thumb/e/e0/House_Wull.PNG/50px-House_Wull.PNG,mountain clan,,,,,
|
||||
House_Belmore,Strongsong,,,http://awoiaf.westeros.org/images/thumb/2/20/Belmore.PNG/50px-Belmore.PNG,,,,,,
|
||||
House_Coldwater,Coldwater_Burn,,,http://awoiaf.westeros.org/images/thumb/5/57/House_Coldwater.PNG/90px-House_Coldwater.PNG,,,,,,
|
||||
House_Corbray,Heart%27s_Home,,,http://awoiaf.westeros.org/images/thumb/e/e0/Corbray.png/93px-Corbray.png,,,,,,
|
||||
House_Donniger,,33.1007,-98.54,http://awoiaf.westeros.org/images/thumb/1/16/Donniger.png/109px-Donniger.png,the Vale,,,,,
|
||||
House_Egen,,34.1254,-95.9033,http://awoiaf.westeros.org/images/thumb/8/8a/House_Egen.PNG/104px-House_Egen.PNG,the Vale,,,,,
|
||||
House_Elesham,,48.5747,-84.5507,http://awoiaf.westeros.org/images/thumb/5/51/Elesham.png/109px-Elesham.png,The Paps,,,,,
|
||||
House_Grafton,Gulltown,,,http://awoiaf.westeros.org/images/thumb/9/91/Grafton.png/93px-Grafton.png,,,,,,
|
||||
House_Hardyng,,35.3532,-94.4091,http://awoiaf.westeros.org/images/thumb/7/7e/House_Hardyng.PNG/90px-House_Hardyng.PNG,the Vale,,,,,
|
||||
House_Hersy,,43.1009,-105.417,http://awoiaf.westeros.org/images/thumb/f/f7/Hersy.png/109px-Hersy.png,the Vale,,,,,
|
||||
House_Hunter,Longbow_Hall,,,http://awoiaf.westeros.org/images/thumb/f/f0/House_Hunter.PNG/109px-House_Hunter.PNG,,,,,,
|
||||
House_Lynderly,Snakewood,,,http://awoiaf.westeros.org/images/thumb/6/66/Lynderly.png/50px-Lynderly.png,,,,,,
|
||||
House_Melcolm,Old_Anchor,,,http://awoiaf.westeros.org/images/thumb/e/e9/House_Melcolm.PNG/109px-House_Melcolm.PNG,,,,,,
|
||||
House_Moore,,36.7036,-92.0361,http://awoiaf.westeros.org/images/thumb/e/e9/House_Moore.PNG/109px-House_Moore.PNG,the Vale,,,,,
|
||||
House_Pryor,,48.0193,-95.8813,http://awoiaf.westeros.org/images/thumb/2/24/Pryor.PNG/109px-Pryor.PNG,The Pebble,,,,,
|
||||
House_Redfort,Redfort,,,http://awoiaf.westeros.org/images/thumb/e/e0/House_Redfort.png/108px-House_Redfort.png,,,,,,
|
||||
House_Royce,Runestone,,,http://awoiaf.westeros.org/images/thumb/e/ed/Royce.png/50px-Royce.png,,,,,,
|
||||
House_Royce_of_the_Gates_of_the_Moon,Eyrie,,,http://awoiaf.westeros.org/images/thumb/c/cf/House_Royce_of_the_Gates_of_the_Moon.png/109px-House_Royce_of_the_Gates_of_the_Moon.png,,,,,,
|
||||
House_Ruthermont,,37.6838,-89.1357,http://awoiaf.westeros.org/images/thumb/0/01/Ruthermont.png/109px-Ruthermont.png,the Vale,,,,,
|
||||
House_Upcliff,,38.5137,-83.6865,http://awoiaf.westeros.org/images/thumb/8/8c/Upcliff.png/250px-Upcliff.png,the Vale,,,,,
|
||||
House_Waynwood,Ironoaks,,,http://awoiaf.westeros.org/images/thumb/b/b6/House_Waynwood.PNG/109px-House_Waynwood.PNG,,,,,,
|
||||
House_Wydman,,38.5137,-89.663,http://awoiaf.westeros.org/images/thumb/b/bc/Wydman.png/109px-Wydman.png,the Vale,,,,,
|
||||
House_Borrell,,48.8357,-108.296,http://awoiaf.westeros.org/images/thumb/3/39/Borell.png/109px-Borell.png,the Vale,,,,,
|
||||
House_Sunderland,Sisterton,,,http://awoiaf.westeros.org/images/thumb/4/45/Sunderland.png/109px-Sunderland.png,,,,,,
|
||||
House_Baelish,House_Baelish,,,http://awoiaf.westeros.org/images/thumb/b/b9/OldBaelish.png/103px-OldBaelish.png,,,,,,
|
||||
House_Waxley,Wickenden,,,http://awoiaf.westeros.org/images/thumb/d/dc/Waxley_large.png/50px-Waxley_large.png,,,,,,
|
||||
House_Blacktyde,,35.1738,-149.165,http://awoiaf.westeros.org/images/thumb/5/50/Blacktyde.PNG/101px-Blacktyde.PNG,Blacktide Island,,,,,
|
||||
House_Botley,,27.1373,-151.956,http://awoiaf.westeros.org/images/thumb/f/f7/Botley.png/90px-Botley.png,Pyke Island,,,,,
|
||||
House_Drumm,,31.9894,-154.482,http://awoiaf.westeros.org/images/thumb/f/f9/Drumm.png/50px-Drumm.png,Old Wyk Island,,,,,
|
||||
House_Farwynd_of_the_Lonely_Light,,37.4399,-154.482,http://awoiaf.westeros.org/images/thumb/5/5d/Farwynd.png/109px-Farwynd.png,Great Wyk Island,,,,,
|
||||
House_Goodbrother,Hammerhorn,,,http://awoiaf.westeros.org/images/thumb/7/7b/House_Goodbrother.png/102px-House_Goodbrother.png,,,,,,
|
||||
House_Harlaw,Ten_Towers,,,http://awoiaf.westeros.org/images/thumb/3/32/House_Harlaw.PNG/100px-House_Harlaw.PNG,,,,,,
|
||||
House_Kenning,,29.8787,-145.957,http://awoiaf.westeros.org/images/thumb/c/c3/Kenning.png/50px-Kenning.png,Harlaw Island,,,,,
|
||||
House_Merlyn,Pebbleton,,,http://awoiaf.westeros.org/images/thumb/8/86/Merlyn.png/109px-Merlyn.png,,,,,,
|
||||
House_Myre,,30.9399,-147.407,http://awoiaf.westeros.org/images/thumb/2/2a/Myre.png/50px-Myre.png,Harlaw Island,,,,,
|
||||
House_Orkwood,,32.4356,-148.638,http://awoiaf.westeros.org/images/thumb/4/49/Orkwood.png/50px-Orkwood.png,Orkmont Island,,,,,
|
||||
House_Saltcliffe,,27.2936,-155.01,http://awoiaf.westeros.org/images/thumb/2/27/Saltcliffe.png/50px-Saltcliffe.png,Saltcliffe Island,,,,,
|
||||
House_Sparr,,31.7281,-156.548,http://awoiaf.westeros.org/images/thumb/3/3d/House_Sparr.PNG/90px-House_Sparr.PNG,Great Wyk Island,,,,,
|
||||
House_Stonehouse,,31.2785,-153.691,http://awoiaf.westeros.org/images/thumb/9/9f/Stonehouse.png/93px-Stonehouse.png,Old Wyk Island,,,,,
|
||||
House_Stonetree,,32.6578,-144.99,http://awoiaf.westeros.org/images/thumb/9/9b/Stonetree.png/93px-Stonetree.png,Harlaw Island,,,,,
|
||||
House_Sunderly,,27.3327,-154.043,http://awoiaf.westeros.org/images/thumb/3/34/House_Sunderly.png/109px-House_Sunderly.png,Saltcliffe Island,,,,,
|
||||
House_Tawney,,32.3614,-150.747,http://awoiaf.westeros.org/images/thumb/e/e0/Tawney.png/109px-Tawney.png,Orkmont Island,,,,,
|
||||
House_Volmark,,30.259,-143.936,http://awoiaf.westeros.org/images/thumb/1/17/House_Volmark.png/109px-House_Volmark.png,Harlaw Island,,,,,
|
||||
House_Wynch,,28.0331,-152.725,http://awoiaf.westeros.org/images/thumb/b/ba/Wynch.png/90px-Wynch.png,Pyke Island,,,,,
|
||||
House_Blackwood,Raventree_Hall,,,http://awoiaf.westeros.org/images/thumb/3/36/House_Blackwood.png/50px-House_Blackwood.png,,,,,,
|
||||
House_Bracken,Stone_Hedge,,,http://awoiaf.westeros.org/images/thumb/5/53/Bracken_sigil_coat.png/50px-Bracken_sigil_coat.png,,,,,,
|
||||
House_Butterwell,,16.7835,-107.285,http://awoiaf.westeros.org/images/thumb/a/a1/House_Butterwell.png/109px-House_Butterwell.png,the Riverlands,,,,,
|
||||
House_Charlton,,35.7465,-123.853,http://awoiaf.westeros.org/images/thumb/c/c1/Charlton.png/109px-Charlton.png,the Riverlands,,,,,
|
||||
House_Frey,Twins,,,http://awoiaf.westeros.org/images/thumb/3/3b/House_Frey.png/109px-House_Frey.png,,,,,,
|
||||
House_Frey_of_Riverrun,Riverrun,,,http://awoiaf.westeros.org/images/thumb/3/3b/House_Frey.png/109px-House_Frey.png,,,269,999,,
|
||||
House_Goodbrook,Goodbrook_Village,,,http://awoiaf.westeros.org/images/thumb/9/95/House_Goodbrook.PNG/103px-House_Goodbrook.PNG,,,,,,
|
||||
House_Grell,,21.4121,-133.784,http://awoiaf.westeros.org/images/thumb/b/b7/House_Grell.PNG/50px-House_Grell.PNG,the Riverlands,,,,,
|
||||
House_Hawick,Saltpans,,,http://awoiaf.westeros.org/images/thumb/0/09/Hawick.png/50px-Hawick.png,,,,,,
|
||||
House_Keath,,24.8465,-120.249,http://awoiaf.westeros.org/images/thumb/c/c7/Keath.png/93px-Keath.png,the Riverlands,,,,,
|
||||
House_Lolliston,,6.2279,-116.733,http://awoiaf.westeros.org/images/thumb/e/e7/House_Lolliston.PNG/250px-House_Lolliston.PNG,the Riverlands,,,,,
|
||||
House_Lychester,Lychester_Keep,,,http://awoiaf.westeros.org/images/thumb/c/ca/House_Lychester.PNG/90px-House_Lychester.PNG,,,,,,
|
||||
House_Mallister,Seagard,,,http://awoiaf.westeros.org/images/thumb/e/e5/House_Mallister.png/90px-House_Mallister.png,,,,,,
|
||||
House_Mooton,Maidenpool,,,http://awoiaf.westeros.org/images/thumb/7/74/House_Mooton.PNG/50px-House_Mooton.PNG,,,,,,
|
||||
House_Piper,Pinkmaiden_Castle,,,http://awoiaf.westeros.org/images/thumb/3/30/House_Piper.png/103px-House_Piper.png,,,,,,
|
||||
House_Roote,Lord_Harroway%27s_Town,,,http://awoiaf.westeros.org/images/thumb/d/d1/Roote.png/50px-Roote.png,,,,,,
|
||||
House_Ryger,,10.0986,-116.646,http://awoiaf.westeros.org/images/thumb/7/71/House_Ryger.PNG/90px-House_Ryger.PNG,the Riverlands,,,,,
|
||||
House_Shawney,,25.0457,-124.556,http://awoiaf.westeros.org/images/thumb/b/bf/Shawney.png/93px-Shawney.png,the Riverlands,,,,,
|
||||
House_Smallwood,Acorn_Hall,,,http://awoiaf.westeros.org/images/thumb/f/f2/Smallwood.png/50px-Smallwood.png,,,,,,
|
||||
House_Terrick,,25.5226,-133.96,http://awoiaf.westeros.org/images/thumb/0/0b/House_Terrick.PNG/250px-House_Terrick.PNG,the Riverlands,,,,,
|
||||
House_Vance_of_Atranta,,28.2656,-119.282,http://awoiaf.westeros.org/images/thumb/6/69/House_Vance_of_Artranta.PNG/50px-House_Vance_of_Artranta.PNG,the Riverlands,,,,,
|
||||
House_Vance_of_Wayfarer%27s_Rest,Wayfarer%27s_Rest,,,http://awoiaf.westeros.org/images/thumb/0/01/House_Vance_of_Wayfarer%27s_rest.PNG/50px-House_Vance_of_Wayfarer%27s_rest.PNG,,,,,,
|
||||
House_Vypren,,13.0259,-134.048,http://awoiaf.westeros.org/images/thumb/b/b5/Vyprin.png/50px-Vyprin.png,the Riverlands,,,,,
|
||||
House_Wayn,,14.1365,-121.304,http://awoiaf.westeros.org/images/thumb/d/df/House_Wayn.PNG/109px-House_Wayn.PNG,the Riverlands,,,,,
|
||||
House_Darry,Darry,,,http://awoiaf.westeros.org/images/thumb/2/22/House_Darry.png/50px-House_Darry.png,,,0,999,,
|
||||
House_Harroway,Harrenhal,,,http://awoiaf.westeros.org/images/thumb/7/77/Harroway.png/109px-Harroway.png,,,0,137,,
|
||||
House_Whent,Harrenhal,,,http://awoiaf.westeros.org/images/thumb/6/6d/House_Whent.png/50px-House_Whent.png,,,0,79,0,0
|
||||
House_Slynt,Harrenhal,,,http://awoiaf.westeros.org/images/thumb/e/ea/House_Slynt.PNG/110px-House_Slynt.PNG,,,57,80,0,0
|
||||
House_Algood,,1.5379,-148.462,http://awoiaf.westeros.org/images/thumb/8/88/Algood.png/93px-Algood.png,the Westerlands,,,,,
|
||||
House_Banefort,Banefort,,,http://awoiaf.westeros.org/images/thumb/a/ac/Banefort.png/50px-Banefort.png,,,,,,
|
||||
House_Bettley,,2.3723,-129.565,http://awoiaf.westeros.org/images/thumb/6/6b/Bettley.png/50px-Bettley.png,the Westerlands,,,,,
|
||||
House_Brax,Hornvale,,,http://awoiaf.westeros.org/images/thumb/9/93/House_Brax.PNG/90px-House_Brax.PNG,,,,,,
|
||||
House_Broom,,13.4109,-149.165,http://awoiaf.westeros.org/images/thumb/f/f3/House_Broom.png/90px-House_Broom.png,the Westerlands,,,,,
|
||||
House_Crakehall,Crakehall,,,http://awoiaf.westeros.org/images/thumb/e/e4/House_Crakehall.PNG/104px-House_Crakehall.PNG,,,,,,
|
||||
House_Doggett,,7.7109,-143.364,http://awoiaf.westeros.org/images/thumb/7/75/House_Doggett.PNG/250px-House_Doggett.PNG,the Westerlands,,,,,
|
||||
House_Drox,,19.9733,-139.058,http://awoiaf.westeros.org/images/thumb/c/cf/Drox.png/93px-Drox.png,the Westerlands,,,,,
|
||||
House_Estren,,25.6415,-142.837,http://awoiaf.westeros.org/images/thumb/2/27/House_Estren.PNG/90px-House_Estren.PNG,the Westerlands,,,,,
|
||||
House_Falwell,,12.5545,-141.958,http://awoiaf.westeros.org/images/thumb/f/fe/Falwell.png/109px-Falwell.png,the Westerlands,,,,,
|
||||
House_Farman,Faircastle,,,http://awoiaf.westeros.org/images/thumb/8/83/Farman.png/50px-Farman.png,,,,,,
|
||||
House_Ferren,,-1.4939,-140.024,http://awoiaf.westeros.org/images/thumb/5/52/Ferren.png/250px-Ferren.png,the Westerlands,,,,,
|
||||
House_Foote,,-0.9667,-133.433,http://awoiaf.westeros.org/images/thumb/0/0c/House_Foote.PNG/50px-House_Foote.PNG,the Westerlands,,,,,
|
||||
House_Garner,,-0.8788,-150.703,http://awoiaf.westeros.org/images/thumb/b/b7/House_Garner.PNG/101px-House_Garner.PNG,the Westerlands,,,,,
|
||||
House_Hamell,,2.8113,-134.268,http://awoiaf.westeros.org/images/thumb/6/6c/Hamell.PNG/250px-Hamell.PNG,the Westerlands,,,,,
|
||||
House_Jast,,9.6224,-154.746,http://awoiaf.westeros.org/images/thumb/4/4d/House_Jast.PNG/90px-House_Jast.PNG,the Westerlands,,,,,
|
||||
House_Kenning_of_Kayce,Kayce,,,http://awoiaf.westeros.org/images/thumb/4/4b/House_Kenning.PNG/50px-House_Kenning.PNG,,,,,,
|
||||
House_Lefford,Golden_Tooth,,,http://awoiaf.westeros.org/images/thumb/7/71/House_Lefford.PNG/109px-House_Lefford.PNG,,,,,,
|
||||
House_Lydden,Deep_Den,,,http://awoiaf.westeros.org/images/thumb/e/ec/House_Lydden.PNG/50px-House_Lydden.PNG,,,,,,
|
||||
House_Marbrand,Ashemark,,,http://awoiaf.westeros.org/images/thumb/9/98/Marbrand.png/90px-Marbrand.png,,,,,,
|
||||
House_Moreland,,2.3723,-139.585,http://awoiaf.westeros.org/images/thumb/9/94/House_Moreland.PNG/90px-House_Moreland.PNG,the Westerlands,,,,,
|
||||
House_Myatt,,-3.601,-151.934,http://awoiaf.westeros.org/images/thumb/9/91/House_Myatt.PNG/90px-House_Myatt.PNG,the Westerlands,,,,,
|
||||
House_Payne,,6.1406,-147.715,http://awoiaf.westeros.org/images/thumb/b/bb/House_Payne.png/50px-House_Payne.png,the Westerlands,,,,,
|
||||
House_Peckledon,,22.106,-145.957,http://awoiaf.westeros.org/images/thumb/e/e9/House_Peckledon.PNG/50px-House_Peckledon.PNG,the Westerlands,,,,,
|
||||
House_Plumm,,-4.1272,-149.033,http://awoiaf.westeros.org/images/thumb/7/7e/House_Plumm.PNG/50px-House_Plumm.PNG,the Westerlands,,,,,
|
||||
House_Prester,Feastfires,,,http://awoiaf.westeros.org/images/thumb/e/e8/House_Prester.PNG/90px-House_Prester.PNG,,,,,,
|
||||
House_Sarsfield,Sarsfield,,,http://awoiaf.westeros.org/images/thumb/3/3b/House_Sarsfield.PNG/102px-House_Sarsfield.PNG,,,,,,
|
||||
House_Serrett,Silverhill,,,http://awoiaf.westeros.org/images/thumb/3/3e/House_Serrett.PNG/90px-House_Serrett.PNG,,,,,,
|
||||
House_Spicer,Castamere,,,http://awoiaf.westeros.org/images/thumb/d/d7/House_Spicer.PNG/109px-House_Spicer.PNG,,,,,,
|
||||
House_Stackspear,,4.7407,-145.43,http://awoiaf.westeros.org/images/thumb/2/2b/House_Stackspear.PNG/50px-House_Stackspear.PNG,the Westerlands,,,,,
|
||||
House_Turnberry,,19.6426,-142.881,http://awoiaf.westeros.org/images/thumb/f/ff/Turnberry.png/50px-Turnberry.png,the Westerlands,,,,,
|
||||
House_Westerling,The_Crag,,,http://awoiaf.westeros.org/images/thumb/d/df/House_Westerling.PNG/50px-House_Westerling.PNG,,,,,,
|
||||
House_Yarwyck,,11.7813,-150.879,http://awoiaf.westeros.org/images/thumb/f/fa/Yarwyck.png/50px-Yarwyck.png,the Westerlands,,,,,
|
||||
House_Clegane,Clegane%27s_Keep,,,http://awoiaf.westeros.org/images/thumb/8/83/House_Clegane.png/109px-House_Clegane.png,,,,,,
|
||||
House_Swyft,Cornfield,,,http://awoiaf.westeros.org/images/thumb/6/68/House_Swyft.PNG/50px-House_Swyft.PNG,,,,,,
|
||||
House_Blount,,5.5722,-109.043,http://awoiaf.westeros.org/images/thumb/e/e8/House_Blount.PNG/50px-House_Blount.PNG,,,,,,
|
||||
House_Buckwell,Antlers,,,http://awoiaf.westeros.org/images/thumb/6/63/House_Buckwell.PNG/105px-House_Buckwell.PNG,,,,,,
|
||||
House_Byrch,,-1.8014,-99.1992,http://awoiaf.westeros.org/images/thumb/8/84/House_Byrch.PNG/101px-House_Byrch.PNG,,,,,,
|
||||
House_Chyttering,,11.7383,-96.6503,http://awoiaf.westeros.org/images/thumb/3/30/House_Chyttering.PNG/109px-House_Chyttering.PNG,,,,,,
|
||||
House_Bywater,,1.2743,-90.9375,http://awoiaf.westeros.org/images/thumb/1/1f/Bywater.PNG/50px-Bywater.PNG,,,,,,
|
||||
House_Chelsted,,11.6522,-101.836,http://awoiaf.westeros.org/images/thumb/2/26/House_Chelsted.PNG/50px-House_Chelsted.PNG,,,,,,
|
||||
House_Cressey,,14.6048,-99.1406,http://awoiaf.westeros.org/images/thumb/1/18/House_Cressy.PNG/109px-House_Cressy.PNG,the Crownlands,,,,,
|
||||
House_Edgerton,,14.7748,-101.25,http://awoiaf.westeros.org/images/thumb/0/04/Edgerton.png/120px-Edgerton.png,the Crownlands,,,,,
|
||||
House_Farring,,11.2646,-104.238,http://awoiaf.westeros.org/images/thumb/6/6f/House_Farring.PNG/50px-House_Farring.PNG,the Crownlands,,,,,
|
||||
House_Follard,,8.7547,-101.865,http://awoiaf.westeros.org/images/thumb/2/24/Follard.png/109px-Follard.png,the Crownlands,,,,,
|
||||
House_Gaunt,,12.9831,-106.523,http://awoiaf.westeros.org/images/thumb/d/db/House_Gaunt.PNG/99px-House_Gaunt.PNG,the Crownlands,,,,,
|
||||
House_Harte,,8.4071,-105.557,http://awoiaf.westeros.org/images/thumb/8/83/House_Harte.PNG/50px-House_Harte.PNG,the Crownlands,,,,,
|
||||
House_Hayford,Hayford,,,http://awoiaf.westeros.org/images/thumb/7/7c/Hayford.PNG/109px-Hayford.PNG,,,,,,
|
||||
House_Langward,,9.1888,-108.721,http://awoiaf.westeros.org/images/thumb/c/c6/Langward.png/107px-Langward.png,the Crownlands,,,,,
|
||||
House_Mallery,,2.8113,-99.9316,http://awoiaf.westeros.org/images/thumb/d/df/House_Mallery.PNG/101px-House_Mallery.PNG,the Crownlands,,,,,
|
||||
House_Manning,,6.3152,-97.6464,http://awoiaf.westeros.org/images/thumb/e/ef/House_Manning.PNG/90px-House_Manning.PNG,the Crownlands,,,,,
|
||||
House_Massey,Stonedance,,,http://awoiaf.westeros.org/images/thumb/b/b3/House_Massey.png/109px-House_Massey.png,,,,,,
|
||||
House_Pyle,,6.0531,-100.195,http://awoiaf.westeros.org/images/thumb/d/d4/House_Pyle.PNG/109px-House_Pyle.PNG,the Crownlands,,,,,
|
||||
House_Rollingford,,11.3077,-99.4189,http://awoiaf.westeros.org/images/thumb/3/39/House_Rollingford.PNG/101px-House_Rollingford.PNG,the Crownlands,,,,,
|
||||
House_Rosby,Rosby,,,http://awoiaf.westeros.org/images/thumb/3/3f/House_Rosby.PNG/109px-House_Rosby.PNG,,,,,,
|
||||
House_Rykker,Duskendale,,,http://awoiaf.westeros.org/images/thumb/f/f5/House_Rykker.PNG/109px-House_Rykker.PNG,,,,,,
|
||||
House_Staunton,Rook%27s_Rest,,,http://awoiaf.westeros.org/images/thumb/a/aa/House_Staunton.PNG/108px-House_Staunton.PNG,,,,,,
|
||||
House_Stokeworth,Stokeworth,,,http://awoiaf.westeros.org/images/thumb/8/8f/Stokeworth.png/50px-Stokeworth.png,,,,,,
|
||||
House_Thorne,,17.0567,-98.1005,http://awoiaf.westeros.org/images/thumb/2/24/Thorne.png/50px-Thorne.png,the Crownlands,,,,,
|
||||
House_Wendwater,,15.3689,-96.8701,http://awoiaf.westeros.org/images/thumb/2/22/House_Wendwater.PNG/250px-House_Wendwater.PNG,the Crownlands,,,,,
|
||||
House_Bar_Emmon,Sharp_Point,,,http://awoiaf.westeros.org/images/thumb/e/e7/BarEmmon.png/109px-BarEmmon.png,,,,,,
|
||||
House_Celtigar,,19.7667,-82.5439,http://awoiaf.westeros.org/images/thumb/6/60/Celtigar.png/50px-Celtigar.png,,,,,,
|
||||
House_Rambton,,15.5383,-89.0039,http://awoiaf.westeros.org/images/thumb/1/1c/House_Rambton.PNG/109px-House_Rambton.PNG,Sweetport Sound,,,,,
|
||||
House_Sunglass,,16.1724,-88.2128,http://awoiaf.westeros.org/images/thumb/a/a6/Sunglass.png/50px-Sunglass.png,Sweetport Sound,,,,,
|
||||
House_Velaryon,,11.6522,-88.1103,http://awoiaf.westeros.org/images/thumb/f/f3/House_Velaryon.PNG/103px-House_Velaryon.PNG,Driftmark,,,,,
|
||||
House_Brune_of_Brownhollow,,21.7799,-83.4667,http://awoiaf.westeros.org/images/thumb/1/1c/House_Brune.PNG/100px-House_Brune.PNG,Crackclaw Point at Brownhollow,,,,,
|
||||
House_Brune_of_the_Dyre_Den,Dyre_Den,,,http://awoiaf.westeros.org/images/thumb/5/5c/Coats_of_arms_of_None.png/100px-Coats_of_arms_of_None.png,,,,,,
|
||||
House_Appleton,,-6.8391,-111.27,http://awoiaf.westeros.org/images/thumb/1/13/House_Appleton.png/109px-House_Appleton.png,the Reach,,,,,
|
||||
House_Ambrose,,-15.1145,-143.35,http://awoiaf.westeros.org/images/thumb/9/9f/Ambrose.png/50px-Ambrose.png,the Reach,,,,,
|
||||
House_Ashford,Ashford,,,http://awoiaf.westeros.org/images/thumb/7/74/House_Ashford.PNG/102px-House_Ashford.PNG,,,,,,
|
||||
House_Beesbury,Honeyholt,,,http://awoiaf.westeros.org/images/thumb/8/80/Beesburymotto.png/100px-Beesburymotto.png,,,,,,
|
||||
House_Blackbar,Bandallon,,,http://awoiaf.westeros.org/images/thumb/0/08/House_Blackbar.PNG/90px-House_Blackbar.PNG,,,,,,
|
||||
House_Bulwer,Blackcrown,,,http://awoiaf.westeros.org/images/thumb/d/d7/House_Bulwer.PNG/95px-House_Bulwer.PNG,,,,,,
|
||||
House_Caswell,Bitterbridge,,,http://awoiaf.westeros.org/images/thumb/1/10/House_Caswell.png/109px-House_Caswell.png,,,,,,
|
||||
House_Cockshaw,,-0.7031,-121.816,http://awoiaf.westeros.org/images/thumb/f/f3/Cockshaw.png/50px-Cockshaw.png,the Reach,,,,,
|
||||
House_Cordwayner,,-10.1419,-152.754,http://awoiaf.westeros.org/images/thumb/b/b0/Cordwayner.png/250px-Cordwayner.png,the Reach at Hammerhal,,,,,
|
||||
House_Costayne,Three_Towers,,,http://awoiaf.westeros.org/images/thumb/5/57/House_Costayne.PNG/109px-House_Costayne.PNG,,,,,,
|
||||
House_Crane,Red_Lake,,,http://awoiaf.westeros.org/images/thumb/1/14/House_Crane.PNG/109px-House_Crane.PNG,,,,,,
|
||||
House_Cuy,Sunflower_Hall,,,http://awoiaf.westeros.org/images/thumb/5/57/House_Cuy.PNG/50px-House_Cuy.PNG,,,,,,
|
||||
House_Footly,Tumbleton,,,http://awoiaf.westeros.org/images/thumb/a/a0/Footly.png/50px-Footly.png,,,,,,
|
||||
House_Hightower,Oldtown,,,http://awoiaf.westeros.org/images/thumb/7/7c/House_Hightower.png/90px-House_Hightower.png,,,,,,
|
||||
House_Meadows,Grassy_Vale,,,http://awoiaf.westeros.org/images/thumb/f/f5/Meadows.png/109px-Meadows.png,,,,,,
|
||||
House_Merryweather,Longtable,,,http://awoiaf.westeros.org/images/thumb/5/5a/House_Merryweather.PNG/50px-House_Merryweather.PNG,,,,,,
|
||||
House_Mullendore,Uplands,,,http://awoiaf.westeros.org/images/thumb/9/94/Mullendore.png/50px-Mullendore.png,,,,,,
|
||||
House_Oakheart,Old_Oak,,,http://awoiaf.westeros.org/images/thumb/0/0f/House_Oakheart.png/90px-House_Oakheart.png,,,,,,
|
||||
House_Peake,,-31.2785,-142.119,http://awoiaf.westeros.org/images/thumb/f/f1/House_Peake.PNG/50px-House_Peake.PNG,the Reach at Starpike,,,,,
|
||||
House_Redwyne,,-47.1,-156.533,http://awoiaf.westeros.org/images/thumb/b/b1/House_Redwyne2.png/109px-House_Redwyne2.png,the Arbor,,,,,
|
||||
House_Rowan,Goldengrove,,,http://awoiaf.westeros.org/images/thumb/d/dc/House_Rowan.PNG/50px-House_Rowan.PNG,,,,,,
|
||||
House_Shermer,,-35.5322,-147.744,http://awoiaf.westeros.org/images/thumb/c/ca/Shermer.png/109px-Shermer.png,the Reach at Smithyton,,,,,
|
||||
House_Tarly,Horn_Hill,,,http://awoiaf.westeros.org/images/thumb/d/d8/Tarly.png/50px-Tarly.png,,,,,,
|
||||
House_Tyrell_of_Brightwater_Keep,Brightwater_Keep,,,http://awoiaf.westeros.org/images/thumb/9/9c/Garlan_Tyrell_COA.png/90px-Garlan_Tyrell_COA.png,,,,,,
|
||||
House_Florent,Brightwater_Keep,,,http://awoiaf.westeros.org/images/thumb/c/c1/House_Florent.PNG/50px-House_Florent.PNG,,,,,,
|
||||
House_Fossoway_of_Cider_Hall,Cider_Hall,,,http://awoiaf.westeros.org/images/thumb/4/43/House_Fossoway_red.png/50px-House_Fossoway_red.png,,,,,,
|
||||
House_Fossoway_of_New_Barrel,,-17.1408,-118.828,http://awoiaf.westeros.org/images/thumb/7/77/House_Fossoway_green.png/50px-House_Fossoway_green.png,New Barrel,,,,,
|
||||
House_Varner,,-6.0531,-129.551,http://awoiaf.westeros.org/images/thumb/3/33/House_Varner.PNG/112px-House_Varner.PNG,the Reach,,,,,
|
||||
House_Vyrwel,,-40.38,-146.25,http://awoiaf.westeros.org/images/thumb/c/cd/House_Vyrwel.PNG/100px-House_Vyrwel.PNG,the Reach at Darkdell,,,,,
|
||||
House_Chester,,-21.3712,-151.611,http://awoiaf.westeros.org/images/thumb/0/06/Chester.png/109px-Chester.png,,,0,253,,
|
||||
House_Volmark,,-21.3712,-151.611,http://awoiaf.westeros.org/images/thumb/1/17/House_Volmark.png/109px-House_Volmark.png,,,254,999,,
|
||||
House_Grimm,,-21.2074,-149.063,http://awoiaf.westeros.org/images/thumb/7/7d/Grimm.png/50px-Grimm.png,,,0,253,,
|
||||
House_Harlaw_of_Grey_Garden,,-21.2074,-149.063,http://awoiaf.westeros.org/images/thumb/b/bb/Harris_Harlaw.png/109px-Harris_Harlaw.png,,,254,999,,
|
||||
House_Hewett,Lord_Hewett%27s_Town,,,http://awoiaf.westeros.org/images/thumb/2/2c/Hewett.png/50px-Hewett.png,,,0,253,,
|
||||
Nute,Lord_Hewett%27s_Town,,,http://awoiaf.westeros.org/images/thumb/5/5c/Coats_of_arms_of_None.png/100px-Coats_of_arms_of_None.png,,,254,999,,
|
||||
House_Serry,,-22.35,-150.249,http://awoiaf.westeros.org/images/thumb/e/ed/House_Serry.PNG/50px-House_Serry.PNG,,,0,253,,
|
||||
Andrik,,-22.35,-150.249,http://awoiaf.westeros.org/images/thumb/5/5c/Coats_of_arms_of_None.png/100px-Coats_of_arms_of_None.png,,,254,999,,
|
||||
House_Dondarrion,Blackhaven,,,http://awoiaf.westeros.org/images/thumb/1/1d/Dondarrion.png/55px-Dondarrion.png,,,,,,
|
||||
House_Caron,Nightsong,,,http://awoiaf.westeros.org/images/thumb/6/64/House_Caron.png/105px-House_Caron.png,,,0,137,,
|
||||
House_Foote_of_Nightsong,Nightsong,,,http://awoiaf.westeros.org/images/thumb/0/0c/House_Foote.PNG/90px-House_Foote.PNG,,,138,999,,
|
||||
House_Swann,Stonehelm,,,http://awoiaf.westeros.org/images/thumb/a/a9/House_Swann.PNG/50px-House_Swann.PNG,,,,,,
|
||||
House_Bolling,,-20.3858,-104.502,http://awoiaf.westeros.org/images/thumb/6/66/House_Bolling.PNG/109px-House_Bolling.PNG,the Stormlands,,,,,
|
||||
House_Buckler,Bronzegate,,,http://awoiaf.westeros.org/images/thumb/8/81/House_Buckler.png/50px-House_Buckler.png,,,,,,
|
||||
House_Cafferen,Fawnton,,,http://awoiaf.westeros.org/images/thumb/9/94/Cafferen.png/250px-Cafferen.png,,,,,,
|
||||
House_Connington,Griffin%27s_Roost,,,http://awoiaf.westeros.org/images/thumb/0/07/House_Connington.png/50px-House_Connington.png,,,,,,
|
||||
House_Errol,Haystack_Hall,,,http://awoiaf.westeros.org/images/thumb/8/88/Errol.png/50px-Errol.png,,,,,,
|
||||
House_Estermont,Greenstone,,,http://awoiaf.westeros.org/images/thumb/5/5a/House_Estermont.PNG/50px-House_Estermont.PNG,,,,,,
|
||||
House_Fell,Felwood,,,http://awoiaf.westeros.org/images/thumb/3/34/House_Fell.PNG/50px-House_Fell.PNG,,,,,,
|
||||
House_Gower,,-22.6748,-102.041,http://awoiaf.westeros.org/images/thumb/4/4b/Gower.PNG/50px-Gower.PNG,the Stormlands,,,,,
|
||||
House_Grandison,Grandview,,,http://awoiaf.westeros.org/images/thumb/8/82/House_Grandison.PNG/102px-House_Grandison.PNG,,,,,,
|
||||
House_Hasty,,-3.9519,-87.1875,http://awoiaf.westeros.org/images/thumb/9/98/House_Hasty.PNG/100px-House_Hasty.PNG,the Stormlands,,,,,
|
||||
House_Herston,,-14.5197,-107.227,http://awoiaf.westeros.org/images/thumb/6/65/Herston.png/90px-Herston.png,the Stormlands,,,,,
|
||||
House_Horpe,,-28.459,-99.6679,http://awoiaf.westeros.org/images/thumb/1/14/Horpe.png/50px-Horpe.png,the Stormlands,,,,,
|
||||
House_Kellington,,-28.0719,-93.955,http://awoiaf.westeros.org/images/thumb/c/c7/Kellington.png/109px-Kellington.png,the Stormlands,,,,,
|
||||
House_Lonmouth,,-27.6056,-87.2753,http://awoiaf.westeros.org/images/thumb/c/ce/House_Lonmouth.PNG/109px-House_Lonmouth.PNG,the Stormlands,,,,,
|
||||
House_Mertyns,Mistwood,,,http://awoiaf.westeros.org/images/thumb/0/01/House_Mertyns.PNG/90px-House_Mertyns.PNG,,,,,,
|
||||
House_Morrigen,Crow%27s_Nest,,,http://awoiaf.westeros.org/images/thumb/e/e5/House_Morrigen.PNG/109px-House_Morrigen.PNG,,,,,,
|
||||
House_Musgood,,-22.1874,-91.3183,http://awoiaf.westeros.org/images/thumb/5/5e/Musgood.png/109px-Musgood.png,the Stormlands,,,,,
|
||||
House_Peasebury,,-5.441,-89.3847,http://awoiaf.westeros.org/images/thumb/c/ce/Peasebury.png/50px-Peasebury.png,"the Stormlands, in Poddingfield",,,,,
|
||||
House_Penrose,Parchments,,,http://awoiaf.westeros.org/images/thumb/1/1b/House_Penrose.PNG/92px-House_Penrose.PNG,,,,,,
|
||||
House_Rogers,,-10.5742,-90.1757,http://awoiaf.westeros.org/images/thumb/6/67/House_Rogers.png/109px-House_Rogers.png,"the Stormlands, in Amberly",,,,,
|
||||
House_Selmy,Harvest_Hall,,,http://awoiaf.westeros.org/images/thumb/6/61/Selmy.png/50px-Selmy.png,,,,,,
|
||||
House_Staedmon,,-5.9657,-98.0859,http://awoiaf.westeros.org/images/thumb/2/2c/House_Steadmon.PNG/109px-House_Steadmon.PNG,"the Stormlands, in Broad Arch",,,,,
|
||||
House_Swygert,,-22.1059,-85.166,http://awoiaf.westeros.org/images/thumb/a/a2/Swygert.png/109px-Swygert.png,the Stormlands,,,,,
|
||||
House_Tarth,Evenfall_Hall,,,http://awoiaf.westeros.org/images/thumb/f/f3/House_Tarth.PNG/40px-House_Tarth.PNG,,,,,,
|
||||
House_Trant,,-30.9022,-93.4277,http://awoiaf.westeros.org/images/thumb/5/5d/House_Trant.png/50px-House_Trant.png,"the Stormlands, in Gallowsgrey",,,,,
|
||||
House_Tudbury,,-27.9167,-106.348,http://awoiaf.westeros.org/images/thumb/8/82/House_Tudbury.png/120px-House_Tudbury.png,the Stormlands,,,,,
|
||||
House_Wagstaff,,-24.4471,-95.5371,http://awoiaf.westeros.org/images/thumb/9/95/Wagstaff.png/93px-Wagstaff.png,the Stormlands,,,,,
|
||||
House_Wensington,,-17.3925,-108.457,http://awoiaf.westeros.org/images/thumb/1/1d/House_Wensington.PNG/90px-House_Wensington.PNG,the Stormlands,,,,,
|
||||
House_Wylde,Rain_House,,,http://awoiaf.westeros.org/images/thumb/2/20/Wylde.png/109px-Wylde.png,,,,,,
|
||||
House_Seaworth,,-23.8054,-83.3203,http://awoiaf.westeros.org/images/thumb/9/99/Seaworth.png/90px-Seaworth.png,Cape Wrath,,,,,
|
||||
House_Allyrion,Godsgrace,,,http://awoiaf.westeros.org/images/thumb/2/25/House_Allyrion.PNG/120px-House_Allyrion.PNG,,,,,,
|
||||
House_Blackmont,Blackmont,,,http://awoiaf.westeros.org/images/thumb/f/f9/Blackmont.png/120px-Blackmont.png,,,,,,
|
||||
House_Dalt,Lemonwood,,,http://awoiaf.westeros.org/images/thumb/f/fb/DaltCoA.png/50px-DaltCoA.png,,,,,,
|
||||
House_Dayne,Starfall,,,http://awoiaf.westeros.gr/images/b/b7/Dayne_coat_sigil.png,,,,,,
|
||||
House_Dayne_of_High_Hermitage,High_Hermitage,,,http://awoiaf.westeros.org/images/thumb/5/5c/Coats_of_arms_of_None.png/100px-Coats_of_arms_of_None.png,,,,,,
|
||||
House_Fowler,Skyreach,,,http://awoiaf.westeros.org/images/thumb/0/06/House_Fowler.png/90px-House_Fowler.png,,,,,,
|
||||
House_Gargalen,Salt_Shore,,,http://awoiaf.westeros.org/images/thumb/7/75/House_Gargalen.png/120px-House_Gargalen.png,,,,,,
|
||||
House_Jordayne,Tor,,,http://awoiaf.westeros.org/images/thumb/0/00/House_Jordayne.PNG/100px-House_Jordayne.PNG,,,,,,
|
||||
House_Manwoody,Kingsgrave,,,http://awoiaf.westeros.org/images/thumb/c/c5/House_Manwoody.PNG/120px-House_Manwoody.PNG,,,,,,
|
||||
House_Qorgyle,Sandstone,,,http://awoiaf.westeros.org/images/thumb/2/28/Qorgyle.png/90px-Qorgyle.png,,,,,,
|
||||
House_Toland,Ghost_Hill,,,http://awoiaf.westeros.org/images/thumb/c/cd/Toland.png/119px-Toland.png,,,,,,
|
||||
House_Uller,Hellholt,,,http://awoiaf.westeros.org/images/thumb/1/14/House_Uller.png/105px-House_Uller.png,,,,,,
|
||||
House_Vaith,Vaith,,,http://awoiaf.westeros.org/images/thumb/3/3e/House_Vaith.PNG/103px-House_Vaith.PNG,,,,,,
|
||||
House_Wyl,Wyl_(Dorne),,,http://awoiaf.westeros.org/images/thumb/1/1f/WylCoA.png/120px-WylCoA.png,the Boneway,,,,,
|
||||
House_Yronwood,Yronwood,,,http://awoiaf.westeros.org/images/thumb/b/b9/Yronwood.png/120px-Yronwood.png,,,,,,
|
||||
|
@@ -0,0 +1,246 @@
|
||||
key,region,latitude,longitude,title,awoiaf
|
||||
Westwatch-by-the-Bridge,Numbered Locations,76.36226182,-117.6855469,1: Westwatch-by-the-Bridge,
|
||||
Shadow_Tower,Numbered Locations,76.37261948,-116.5429688,2: Shadow Tower,
|
||||
Sentinel_Stand,Numbered Locations,76.38296943,-115.1367188,3: Sentinel Stand,
|
||||
Greyguard,Numbered Locations,76.31035754,-113.7744141,4: Greyguard,
|
||||
Stonedoor,Numbered Locations,76.42429214,-112.4560547,5: Stonedoor,
|
||||
Hoarfrost_Hill,Numbered Locations,76.39331166,-111.5332031,6: Hoarfrost Hill,
|
||||
Icemark,Numbered Locations,76.37261948,-110.4345703,7: Icemark,
|
||||
Nightfort,Numbered Locations,76.33114247,-109.5556641,8: Nightfort,
|
||||
Deep_Lake,Numbered Locations,76.28954162,-108.8525391,9: Deep Lake,
|
||||
Queensgate,Numbered Locations,76.27912202,-107.8857422,10: Queensgate,
|
||||
Castle_Black,Numbered Locations,76.26869465,-106.6992188,11: Castle Black,
|
||||
Oakenshield_(Wall),Numbered Locations,76.20596704,-105.7324219,12: Oakensheild,
|
||||
Woodswatch-by-the-Pool,Numbered Locations,76.18499546,-104.8974609,13: Woodswatch-by-the-Pool,
|
||||
Sable_Hall,Numbered Locations,76.16399262,-103.7109375,14: Sable Hall,
|
||||
Rimegate,Numbered Locations,76.11134844,-102.4804688,15: Rimegate,
|
||||
Long_Barrow,Numbered Locations,76.12189296,-101.6894531,16: Long Barrow,
|
||||
Torches,Numbered Locations,76.06909176,-100.8105469,17: Torches,
|
||||
Greenguard,Numbered Locations,76.03731658,-100.1513672,18: Greenguard,
|
||||
Eastwatch-by-the-Sea,Numbered Locations,76.17449795,-99.53613281,19: Eastwatch-by-the-Sea,Eastwatch-by-the-Sea
|
||||
BWB_Hideout,Numbered Locations,25.24469595,-117.8173828,20: Brotherhood Without Banners hideout,A_Feast_for_Crows-Chapter_42
|
||||
Inn_of_the_Kneeling_Man,Numbered Locations,25.00597266,-122.2998047,21: Inn of the Kneeling Man,
|
||||
Lord_Harroway%27s_Town,Numbered Locations,23.03929775,-114.4775391,22: Lord Harroway's Town,
|
||||
They_Lay_With_Lions,Numbered Locations,23.40276491,-126.2548828,23: Inn (They Lay with Lions),A_Storm_of_Swords-Chapter_1
|
||||
Unnamed_Village,Numbered Locations,22.59372606,-122.6953125,24: Unnamed village,
|
||||
Lychester_Keep,Numbered Locations,21.94304553,-123.2666016,25: Lord Lychester's Keep,House_Lychester
|
||||
Lady_of_the_Leaves,Numbered Locations,20.42701281,-125.4638672,26: Lady of the Leaves,
|
||||
Sallydance,Numbered Locations,19.60119416,-124.8925781,27: Sallydance,
|
||||
Goodbrook_Village,Numbered Locations,19.2696653,-123.046875,28: Lord Goodbrook's Village,House_Goodbrook#A_Song_of_Ice_and_Fire
|
||||
Pennytree,Numbered Locations,20.22096578,-119.7949219,29: Pennytree,
|
||||
Old_Stone_Bridge,Numbered Locations,5.790896813,-100.8105469,30: Old Stone Bridge Inn,
|
||||
Lord_Hewett%27s_Town,Numbered Locations,-21.00247105,-150.0292969,31: Lord Hewett's Town,
|
||||
Shandystone,Numbered Locations,-42.45588764,-92.19726563,32: Shandystone,
|
||||
Fist_of_the_First_Men,The North & Beyond,78.27373666,-116.9311523,,
|
||||
Craster%27s_Keep,The North & Beyond,77.51837381,-111.5258789,,
|
||||
Whitetree,The North & Beyond,76.74543604,-109.5043945,,
|
||||
Hardhome,The North & Beyond,78.72061466,-97.15576172,,
|
||||
Mole%27s_Town,The North & Beyond,76.00015574,-106.6918945,,
|
||||
Queenscrown,The North & Beyond,75.22506492,-109.5043945,,
|
||||
Last_Hearth,The North & Beyond,72.62025182,-104.6923828,,
|
||||
Karhold,The North & Beyond,70.33353336,-88.16894531,,
|
||||
Deepwood_Motte,The North & Beyond,70.18510275,-138.5302734,,
|
||||
Dreadfort,The North & Beyond,67.42436395,-102.5830078,,
|
||||
Tumbledown_Tower,The North & Beyond,67.75939813,-124.8193359,,
|
||||
Winterfell,The North & Beyond,66.24916311,-123.3251953,,
|
||||
Castle_Cerwyn,The North & Beyond,65.38514722,-123.3251953,,
|
||||
Hornwood,The North & Beyond,63.52897054,-106.1865234,,
|
||||
Stony_Shore,The North & Beyond,62.66405507,-160.0195313,,
|
||||
Torrhen%27s_Square,The North & Beyond,62.89521754,-133.9599609,,
|
||||
Ramsgate,The North & Beyond,58.83649009,-97.66113281,,
|
||||
Widow%27s_Watch,The North & Beyond,57.72761922,-85.88378906,,
|
||||
Barrowton,The North & Beyond,57.58655887,-136.5966797,,
|
||||
White_Harbor,The North & Beyond,56.68037379,-114.0966797,,
|
||||
Moat_Cailin,The North & Beyond,53.8784404,-122.3583984,,
|
||||
Oldcastle,The North & Beyond,51.75424007,-109.5263672,,
|
||||
Flint%27s_Finger,The North & Beyond,50.03597367,-148.7255859,,
|
||||
Greywater_Watch,The North & Beyond,46.10370876,-124.6435547,,
|
||||
Execution_Holdfast,The North & Beyond,66.54826346,-122.6220703,,A_Game_of_Thrones-Chapter_1
|
||||
Crofters%27_village,The North & Beyond,66.58321726,-125.15625,,
|
||||
Donella_Manderly,The North & Beyond,65.09064558,-107.8564453,,
|
||||
Sisterton,The Vale,49.35375572,-106.8896484,,
|
||||
Coldwater_Burn,The Vale,45.05800144,-95.02441406,,
|
||||
House_Baelish,The Vale,43.16512263,-81.13769531,,
|
||||
Snakewood,The Vale,41.80407814,-93.09082031,,
|
||||
Longbow_Hall,The Vale,39.26628442,-86.93847656,,
|
||||
Heart%27s_Home,The Vale,36.7036596,-99.06738281,,
|
||||
Strongsong,The Vale,36.84446074,-108.9111328,,
|
||||
Old_Anchor,The Vale,33.32134853,-87.72949219,,
|
||||
Ironoaks,The Vale,32.21280107,-92.12402344,,
|
||||
Runestone,The Vale,32.36140332,-83.07128906,,
|
||||
Eyrie,The Vale,31.76553741,-102.4951172,,
|
||||
Bloody_Gate,The Vale,29.87875535,-102.9345703,,
|
||||
Redfort,The Vale,27.33273514,-95.81542969,,
|
||||
Gulltown,The Vale,29.42046034,-84.21386719,,
|
||||
Wickenden,The Vale,20.83827781,-96.07910156,,
|
||||
Palisade_Village,The Vale,28.03319785,-111.9873047,,A_Storm_of_Swords-Chapter_65
|
||||
Castle_Goodbrother,The Iron Islands,31.93351676,-153.4277344,,House_Goodbrother_of_Shatterstone
|
||||
Nagga%27s_Hill,The Iron Islands,31.3723991,-154.2626953,,
|
||||
Ten_Towers,The Iron Islands,31.3723991,-144.4628906,,
|
||||
Hammerhorn,The Iron Islands,30.4676141,-156.1962891,,
|
||||
Pebbleton,The Iron Islands,29.55434513,-152.5927734,,
|
||||
Pyke,The Iron Islands,27.74188463,-150.6152344,,
|
||||
Saltpans,The Riverlands,20.92039691,-105.4833984,,
|
||||
Quiet_Isle,The Riverlands,20.28280869,-105.3295898,,
|
||||
Maidenpool,The Riverlands,17.64402203,-101.7480469,,
|
||||
Twins,The Riverlands,38.59970037,-128.7304688,,
|
||||
Seagard,The Riverlands,35.19176697,-129.2578125,,
|
||||
Oldstones,The Riverlands,30.92107638,-126.4013672,,
|
||||
Fairmarket,The Riverlands,29.17134885,-122.578125,,
|
||||
Crossroads_Inn,The Riverlands,23.42292846,-112.6904297,,
|
||||
Riverrun,The Riverlands,22.28909642,-128.2910156,,
|
||||
Stone_Hedge,The Riverlands,22.0856399,-120.9521484,,
|
||||
Darry,The Riverlands,21.84110475,-112.4707031,,
|
||||
Raventree_Hall,The Riverlands,19.91138351,-118.6669922,,
|
||||
Stone_Mill,The Riverlands,18.79191774,-128.7304688,,
|
||||
High_Heart,The Riverlands,18.45876812,-124.6435547,,
|
||||
Acorn_Hall,The Riverlands,16.84660511,-125.5224609,,
|
||||
Harrenhal,The Riverlands,18.25021998,-114.4042969,,
|
||||
Rushing_Falls,The Riverlands,16.53089842,-116.3378906,,
|
||||
Pinkmaiden_Castle,The Riverlands,15.4748574,-129.609375,,
|
||||
Wayfarer%27s_Rest,The Riverlands,16.86763362,-133.4765625,,
|
||||
Wendish_Town,The Riverlands,13.38961959,-131.2792969,,
|
||||
Mummer%27s_Ford,The Riverlands,13.94472997,-130.6201172,,
|
||||
Sherrer,The Riverlands,13.17577122,-130.5322266,,
|
||||
Tumbler%27s_Falls,The Riverlands,12.49021366,-123.1054688,,
|
||||
Hollow_Hill,The Riverlands,11.28616077,-128.1152344,,Brotherhood_Without_Banners
|
||||
Stoney_Sept,The Riverlands,9.817329187,-125.6542969,,
|
||||
Robbed_Sept,The Riverlands,13.02596593,-126.7089844,,A_Storm_of_Swords-Chapter_39
|
||||
Gods_Eye_Holdfast,The Riverlands,11.00590446,-114.7998047,,A_Clash_of_Kings-Chapter_14
|
||||
Gods_Eye_Village,The Riverlands,13.15437606,-111.5478516,,A_Clash_of_Kings-Chapter_19
|
||||
Banefort,The Westerlands,24.60706914,-147.3632813,,
|
||||
Nunn%27s_Deep,The Westerlands,22.22809042,-141.9580078,,
|
||||
The_Crag,The Westerlands,19.80805413,-147.4072266,,
|
||||
Pendric_Hills,The Westerlands,19.60119416,-144.375,,
|
||||
Ashemark,The Westerlands,16.84660511,-144.5068359,,
|
||||
Castamere,The Westerlands,15.66535418,-147.3193359,,
|
||||
Faircastle,The Westerlands,14.3069695,-152.7246094,,
|
||||
Golden_Tooth,The Westerlands,14.17918614,-138.6621094,,
|
||||
Sarsfield,The Westerlands,10.96276426,-145.1660156,,
|
||||
Oxcross,The Westerlands,9.145486056,-148.5058594,,
|
||||
Hornvale,The Westerlands,9.058702156,-137.0361328,,
|
||||
Kayce,The Westerlands,7.49319647,-156.7675781,,
|
||||
Feastfires,The Westerlands,5.397273408,-157.7783203,,
|
||||
Casterly_Rock,The Westerlands,6.315298538,-151.3623047,,
|
||||
Deep_Den,The Westerlands,5.572249801,-136.2451172,,
|
||||
Tarbeck_Hall,The Westerlands,1.669685501,-152.6367188,,
|
||||
Clegane%27s_Keep,The Westerlands,1.801460929,-144.4189453,,
|
||||
Silverhill,The Westerlands,0.263670944,-138.3544922,,
|
||||
Cornfield,The Westerlands,-2.767477951,-146.8798828,,
|
||||
Crakehall,The Westerlands,-4.959615025,-154.5703125,,
|
||||
Dragonstone,The Crownlands,13.19716452,-85.53222656,,
|
||||
Dyre_Den,The Crownlands,21.20745873,-87.15820313,,
|
||||
Whispers,The Crownlands,18.52128333,-84.60937,,
|
||||
Rook%27s_Rest,The Crownlands,14.09395718,-94.27734375,,
|
||||
Antlers,The Crownlands,14.22178863,-103.8574219,,
|
||||
Ivy_Inn,The Crownlands,10.22843727,-108.1201172,,A_Clash_of_Kings-Chapter_5
|
||||
Sow%27s_Horn,The Crownlands,10.83330598,-106.7138672,,
|
||||
Duskendale,The Crownlands,8.624472108,-98.80371094,,
|
||||
Brindlewood,The Crownlands,7.44962426,-107.5488281,,
|
||||
Stokeworth,The Crownlands,5.747174077,-103.9453125,,
|
||||
Rosby,The Crownlands,3.995780513,-102.4951172,,
|
||||
Hayford,The Crownlands,3.469557303,-106.9775391,,
|
||||
King%27s_Landing,The Crownlands,1.318243057,-105.9960938,,
|
||||
Stonedance,The Crownlands,5.309766172,-86.015625,,
|
||||
Sharp_Point,The Crownlands,8.32021229,-87.59765625,,
|
||||
Tumbleton,The Reach,-4.784468967,-114.7998047,,
|
||||
Red_Lake,The Reach,-8.146242825,-145.9130859,,
|
||||
Goldengrove,The Reach,-10.96276426,-138.1787109,,
|
||||
Bitterbridge,The Reach,-11.04903835,-124.0283203,,
|
||||
Old_Oak,The Reach,-14.51978005,-151.4941406,,
|
||||
Longtable,The Reach,-14.68988137,-125.2587891,,
|
||||
Grassy_Vale,The Reach,-13.06877673,-113.4375,,
|
||||
Cider_Hall,The Reach,-18.60460139,-129.7412109,,
|
||||
Ashford,The Reach,-20.59165212,-123.0615234,,
|
||||
Highgarden,The Reach,-23.96617587,-138.3544922,,
|
||||
Bandallon,The Reach,-29.53522956,-154.8339844,,
|
||||
Brightwater_Keep,The Reach,-29.99300228,-149.2529297,,
|
||||
Horn_Hill,The Reach,-29.72622232,-138.0029297,,
|
||||
Honeyholt,The Reach,-32.99023556,-148.2861328,,
|
||||
Oldtown,The Reach,-36.6331621,-149.8681641,,
|
||||
Blackcrown,The Reach,-38.71980474,-155.3613281,,
|
||||
Uplands,The Reach,-37.40507375,-141.4746094,,
|
||||
Three_Towers,The Reach,-41.11246879,-152.8125,,
|
||||
Sunflower_Hall,The Reach,-45.79816953,-144.5068359,,
|
||||
Haystack_Hall,The Stormlands,-7.885147283,-91.77246094,,
|
||||
Parchments,The Stormlands,-8.32021229,-85.75195313,,
|
||||
Bronzegate,The Stormlands,-8.754794702,-94.49707031,,
|
||||
Fawnton,The Stormlands,-10.31491929,-107.8125,,
|
||||
Felwood,The Stormlands,-12.12526422,-97.35351563,,
|
||||
Evenfall_Hall,The Stormlands,-12.76894644,-83.77441406,,
|
||||
Storm%27s_End,The Stormlands,-16.17247281,-91.86035156,,
|
||||
Grandview,The Stormlands,-18.14585177,-101.2646484,,
|
||||
Griffin%27s_Roost,The Stormlands,-18.43792465,-95.28808594,,
|
||||
Summerhall,The Stormlands,-20.01464545,-108.2519531,,
|
||||
Rain_House,The Stormlands,-21.12549764,-82.67578125,,
|
||||
Crow%27s_Nest,The Stormlands,-22.06527807,-98.23242188,,
|
||||
Harvest_Hall,The Stormlands,-21.90227797,-116.1621094,,
|
||||
Blackhaven,The Stormlands,-24.20688962,-110.6689453,,
|
||||
Stonehelm,The Stormlands,-25.52261465,-102.1875,,
|
||||
Mistwood,The Stormlands,-27.56672143,-90.84960938,,
|
||||
Greenstone,The Stormlands,-28.49766083,-83.68652344,,
|
||||
Weeping_Tower,The Stormlands,-30.22110185,-91.20117188,,
|
||||
Nightsong,The Stormlands,-29.07537518,-127.1923828,,
|
||||
Wyl_(Dorne),Dorne,-29.19053283,-110.9765625,,
|
||||
Vulture%27s_Roost,Dorne,-30.97760909,-122.3144531,,
|
||||
Tower_of_Joy,Dorne,-31.95216224,-124.2919922,,
|
||||
Kingsgrave,Dorne,-34.81380332,-124.3359375,,
|
||||
Blackmont,Dorne,-36.77409249,-132.8613281,,
|
||||
High_Hermitage,Dorne,-38.95940879,-132.7294922,,
|
||||
Starfall,Dorne,-41.37680857,-135.6298828,,
|
||||
Sandstone,Dorne,-44.93369639,-126.9726563,,
|
||||
Skyreach,Dorne,-38.75408328,-125.0830078,,
|
||||
Hellholt,Dorne,-44.18220396,-117.0849609,,
|
||||
Yronwood,Dorne,-37.64903402,-114.4482422,,
|
||||
Ghaston_Grey,Dorne,-35.31736633,-105,,
|
||||
Vaith,Dorne,-44.59046718,-100.8251953,,
|
||||
Tor,Dorne,-38.75408328,-99.85839844,,
|
||||
Salt_Shore,Dorne,-46.80005945,-97.04589844,,
|
||||
Godsgrace,Dorne,-42.45588764,-96.69433594,,
|
||||
Ghost_Hill,Dorne,-39.26628442,-87.55371094,,
|
||||
Lemonwood,Dorne,-45.33670191,-86.93847656,,
|
||||
Planky_Town,Dorne,-44.0560117,-86.63085938,,
|
||||
Sunspear,Dorne,-43.58039086,-84.56542969,,
|
||||
Water_Gardens,Dorne,-42.97250159,-84.08203125,,
|
||||
Port_of_Ibben,Essos,75.99483914,8.466796875,,
|
||||
Braavos,Essos,43.92954994,-59.78027344,,
|
||||
Lorath,Essos,39.77476949,-39.38964844,,
|
||||
Tyrosh,Essos,-26.70635986,-69.31640625,,
|
||||
Lys,Essos,-43.77109382,-56.96777344,,
|
||||
Myr,Essos,-23.28171918,-49.18945313,,
|
||||
Pentos,Essos,4.083452772,-59.16503906,,
|
||||
Ghoyan_Drohe,Essos,7.754537347,-43.828125,,
|
||||
Norvos,Essos,19.72534225,-31.34765625,,
|
||||
Qohor,Essos,4.477856486,-5.5078125,,
|
||||
Ar_Noy,Essos,-3.864254616,-16.84570313,,
|
||||
Ny_Sar,Essos,-1.054627942,-29.72167969,,
|
||||
Sorrows,Essos,-20.79720143,-22.82226563,,
|
||||
Selhorys,Essos,-32.62087018,-19.96582031,,
|
||||
Valysar,Essos,-38.34165619,-20.22949219,,
|
||||
Volon_Therys,Essos,-41.60722821,-17.32910156,,
|
||||
Sar_Mell,Essos,-41.44272638,-15.52734375,,
|
||||
Volantis,Essos,-44.37098696,-10.69335938,,
|
||||
Mantarys,Essos,-50.73645514,39.31640625,,
|
||||
Bhorash,Essos,-46.86019102,61.24511719,,
|
||||
Oros,Essos,-64.79284778,36.72363281,,
|
||||
Tyria,Essos,-67.05030412,34.83398438,,
|
||||
Valyria,Essos,-70.259452,32.41699219,,
|
||||
Velos,Essos,-62.36999628,56.89453125,,
|
||||
Ghozai,Essos,-58.83649009,55.48828125,,
|
||||
Elyria,Essos,-55.65279803,43.93066406,,
|
||||
Tolos,Essos,-54.39335222,49.3359375,,
|
||||
Meereen,Essos,-45.49094569,80.44921875,,
|
||||
Yunkai,Essos,-49.78126406,75.48339844,,
|
||||
Astapor,Essos,-58.69977573,71.79199219,,
|
||||
Old_Ghis,Essos,-66.63555578,75.26367188,,
|
||||
New_Ghis,Essos,-71.92452774,78.99902344,,
|
||||
Vaes_Dothrak,Essos,-18.02052766,71.8359375,,
|
||||
Lhazar,Essos,-38.27268854,103.3447266,,
|
||||
Vaes_Tolorro,Essos,-76.21644112,139.6435547,,
|
||||
Dead_City1,Essos,-76.94048839,134.8095703,,Red_Waste#Geography
|
||||
Dead_City2,Essos,-77.85109964,125.0537109,,Red_Waste#Geography
|
||||
Qarth,Essos,-81.36788549,161.3964844,,
|
||||
Zamettar,Sothoryos & The Summer Islands,-79.14653825,70.73730469,,
|
||||
Gogossos,Sothoryos & The Summer Islands,-80.78175823,58.21289063,,
|
||||
Yeen,Sothoryos & The Summer Islands,-81.01805777,74.82421875,,
|
||||
Tall_Trees_Town,Sothoryos & The Summer Islands,-73.50346064,-130.9277344,,
|
||||
|
@@ -0,0 +1,11 @@
|
||||
name,color,awoiaf
|
||||
gift,#000000,Gift
|
||||
north,#808080,The_North
|
||||
riverlands,#caffff,Riverlands
|
||||
vale,#0368bc,Vale_of_Arryn
|
||||
iron,#fffe8b,Iron_Islands
|
||||
westerlands,#ffa4a4,Westerlands
|
||||
crownlands,#feac77,Crownlands
|
||||
reach,#c8ff75,The_Reach
|
||||
stormlands,#ffffca,Stormlands
|
||||
dorne,#ffe2b7,Dorne
|
||||
|
@@ -0,0 +1,8 @@
|
||||
awoiaf,wikipedia
|
||||
Game_of_Thrones_-_Season_1,Game_of_Thrones_(season_1)
|
||||
Game_of_Thrones_-_Season_2,Game_of_Thrones_(season_2)
|
||||
Game_of_Thrones_-_Season_3,Game_of_Thrones_(season_3)
|
||||
Game_of_Thrones_-_Season_4,Game_of_Thrones_(season_4)
|
||||
Game_of_Thrones_-_Season_5,Game_of_Thrones_(season_5)
|
||||
Game_of_Thrones_-_Season_6,Game_of_Thrones_(season_6)
|
||||
Game_of_Thrones_-_Season_7,Game_of_Thrones_(season_7)
|
||||
|
@@ -0,0 +1,262 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<script src='https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.13.1/lodash.min.js'></script>
|
||||
<script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.5.7/angular.min.js'></script>
|
||||
<script src='https://cdnjs.cloudflare.com/ajax/libs/angularjs-slider/5.4.0/rzslider.min.js'></script>
|
||||
<script src='js/angular-simple-logger.min.js'></script>
|
||||
<script src='js/angular-google-maps.min.js'></script>
|
||||
<script src="js/angular-csv-service.min.js"></script>
|
||||
<script src="js/angular-toggle-switch.min.js"></script>
|
||||
<script src='js/ui-bootstrap-2.0.0.min.js'></script>
|
||||
<script src='js/app.js'></script>
|
||||
<script src='js/services.js'></script>
|
||||
<script src='js/controller.js'></script>
|
||||
|
||||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/angularjs-slider/5.4.0/rzslider.min.css" rel="stylesheet">
|
||||
<link href="css/angular-toggle-switch.css" rel="stylesheet">
|
||||
<link href="css/quartermaester.css" rel="stylesheet">
|
||||
|
||||
<title>Interactive Game of Thrones Map</title>
|
||||
</head>
|
||||
<body ng-app="quartermaester" ng-controller="mapCtrl">
|
||||
|
||||
<ui-gmap-google-map center='map.center' zoom='map.zoom' options='map.options' events='map.events' control='map.control'>
|
||||
|
||||
<!-- Base map tiles from Ser Mountain Goat -->
|
||||
<ui-gmap-map-type options='smgMapType'></ui-gmap-map-type>
|
||||
|
||||
<!-- Location Markers -->
|
||||
<ui-gmap-markers
|
||||
models='map.locations'
|
||||
coords="'coords'"
|
||||
click='map.locationClick'
|
||||
options="'options'"
|
||||
idkey="'key'">
|
||||
</ui-gmap-markers>
|
||||
|
||||
<!-- Heraldry Markers -->
|
||||
<!-- <ui-gmap-markers
|
||||
models='map.heraldry'
|
||||
coords="'coords'"
|
||||
click='map.houseClick'
|
||||
options="'options'"
|
||||
visible="options.houseHeraldry"
|
||||
idkey="'key'">
|
||||
</ui-gmap-markers> -->
|
||||
|
||||
<!-- Region Polygons -->
|
||||
<ui-gmap-polygons
|
||||
models="map.regions"
|
||||
path="'path'"
|
||||
fill="'fill'"
|
||||
stroke="'stroke'"
|
||||
visible="options.geographicRegions"
|
||||
idKey="'key'">
|
||||
</ui-gmap-polygons>
|
||||
|
||||
</ui-gmap-google-map>
|
||||
|
||||
<div id="side" class=".col-xs-12 .col-md-3">
|
||||
<!-- <p>{{state}}</p> -->
|
||||
<div id="slider" ng-show="state.substring(0,6)=='slider'">
|
||||
<h1>
|
||||
<span class="glyphicon glyphicon-menu-hamburger" ng-click="toState('menu')"></span>
|
||||
<span ng-show="slider.show=='episodes'" ng-bind="episodes[slider.currentEpisode].name" ng-click="toState('slider-full')"></span>
|
||||
<span ng-show="slider.show=='chapters'" ng-bind="chapters[slider.currentChapter].name" ng-click="toState('slider-full')"></span>
|
||||
</h1>
|
||||
<div id="slider-control" ng-show="state=='slider-full'">
|
||||
<div class="btn-group btn-group-2" role="group">
|
||||
<button type="button" class="btn" ng-click="slider.show='episodes';" ng-class="{'btn-primary':(slider.show=='episodes'), 'btn-default':(slider.show!='episodes')}">
|
||||
<i class="glyphicon glyphicon-facetime-video"></i>
|
||||
HBO Show
|
||||
</button>
|
||||
<button type="button" class="btn" ng-click="slider.show='chapters';" ng-class="{'btn-primary':(slider.show=='chapters'), 'btn-default':(slider.show!='chapters')}">
|
||||
<i class="glyphicon glyphicon-book"></i>
|
||||
Books
|
||||
</button>
|
||||
</div>
|
||||
<rzslider
|
||||
ng-show="slider.show=='episodes'"
|
||||
rz-slider-model="slider.currentEpisode"
|
||||
rz-slider-options="{floor:0, ceil:episodes.length-1}">
|
||||
</rzslider>
|
||||
<rzslider
|
||||
ng-show="slider.show=='chapters'"
|
||||
rz-slider-model="slider.currentChapter"
|
||||
rz-slider-options="{floor:0, ceil:chapters.length-1}">
|
||||
</rzslider>
|
||||
<div class="btn-group btn-group-5" role="group">
|
||||
<button type="button" class="btn btn-default" ng-click="slideTo(-10)">
|
||||
<i class="glyphicon glyphicon-step-backward"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-default" ng-click="slideTo(-1)">
|
||||
<i class="glyphicon glyphicon-chevron-left"></i>
|
||||
</button>
|
||||
<a role="button" class="btn btn-default" ng-show="slider.show=='episodes'" ng-href="{{episodes[slider.currentEpisode].url}}">
|
||||
<i class="glyphicon glyphicon-link"></i>
|
||||
</a>
|
||||
<a role="button" class="btn btn-default" ng-show="slider.show=='chapters'" ng-href="{{chapters[slider.currentChapter].url}}">
|
||||
<i class="glyphicon glyphicon-link"></i>
|
||||
</a>
|
||||
<button type="button" class="btn btn-default" ng-click="slideTo(1)">
|
||||
<i class="glyphicon glyphicon-chevron-right"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-default" ng-click="slideTo(10)">
|
||||
<i class="glyphicon glyphicon-step-forward"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="menu" ng-show="state=='menu'" class="list-group">
|
||||
<h1>
|
||||
<span class="glyphicon glyphicon-menu-left" ng-click="toState('slider')"></span>
|
||||
Quartermaester.info
|
||||
</h1>
|
||||
<div class="list-group">
|
||||
<button class="list-group-item btn-clear" ng-click="toState('slider-full')">
|
||||
<i class="glyphicon glyphicon-eye-close"></i>
|
||||
Spoiler Control
|
||||
</button>
|
||||
<button class="list-group-item btn-clear" ng-click="toState('characters')">
|
||||
<i class="glyphicon glyphicon-user"></i>
|
||||
Characters
|
||||
</button>
|
||||
<button class="list-group-item btn-clear" ng-click="toState('search')">
|
||||
<i class="glyphicon glyphicon-search"></i>
|
||||
Search
|
||||
</button>
|
||||
<button class="list-group-item btn-clear" ng-click="toState('options')">
|
||||
<i class="glyphicon glyphicon-cog"></i>
|
||||
Options
|
||||
</button>
|
||||
<a href="about.html" role="button" class="list-group-item btn-clear">
|
||||
<i class="glyphicon glyphicon-question-sign"></i>
|
||||
About
|
||||
</a>
|
||||
<a href="resources.html" role="button" class="list-group-item btn-clear">
|
||||
<i class="glyphicon glyphicon-thumbs-up"></i>
|
||||
Other Resources
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="location" ng-show="state=='location'">
|
||||
<h1>
|
||||
<span class="glyphicon glyphicon-menu-left" ng-click="toState('slider')"></span>
|
||||
Location Details
|
||||
</h1>
|
||||
<div class="list-group">
|
||||
<a ng-href="{{locationDetail.url}}" role="button" class="list-group-item btn-clear">
|
||||
<i class="glyphicon glyphicon glyphicon-map-marker"></i>
|
||||
{{locationDetail.name}}
|
||||
<i class="glyphicon glyphicon-menu-right pull-right"></i>
|
||||
</a>
|
||||
<a ng-href="{{locationDetail.currentOccupant.url}}" role="button" class="list-group-item btn-clear" ng-if="locationDetail.currentOccupant">
|
||||
<img ng-src="{{locationDetail.currentOccupant.img}}">
|
||||
{{locationDetail.currentOccupant.name}}
|
||||
<i class="glyphicon glyphicon-menu-right pull-right"></i>
|
||||
</a>
|
||||
<a ng-href="{{locationDetail.direct}}" role="button" class="list-group-item btn-clear">
|
||||
<i class="glyphicon glyphicon-pushpin"></i>
|
||||
Direct Link
|
||||
<i class="glyphicon glyphicon-menu-right pull-right"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="characters" ng-show="state=='characters'">
|
||||
<h1>
|
||||
<span class="glyphicon glyphicon-menu-left" ng-click="toState('slider')"></span>
|
||||
Characters
|
||||
</h1>
|
||||
<ul class="list-group">
|
||||
<li ng-repeat="character in characters" class="list-group-item">
|
||||
<a ng-href="{{character.house.url}}" ng-if="character.house!=''" class="hasimg">
|
||||
<img ng-src="{{character.house.img}}">
|
||||
</a>
|
||||
<a ng-href="{{character.url}}" ng-class="{noimg:(character.house=='')}">{{character.name}}</a>
|
||||
<toggle-switch
|
||||
ng-model="options.characters[$index]"
|
||||
on-label="Show"
|
||||
off-label="Hide"
|
||||
class="pull-right">
|
||||
</toggle-switch>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="search" ng-show="state=='search'">
|
||||
<h1>
|
||||
<span class="glyphicon glyphicon-menu-left" ng-click="toState('slider')"></span>
|
||||
<div class="input-group pull-right" style="width:250px;">
|
||||
<input id="searchInput" ng-model="search" type="text" class="form-control" placeholder="Search towns, houses, characters, titles">
|
||||
<span class="input-group-addon">
|
||||
<i class="glyphicon glyphicon-search"></i>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
<div class="list-group" ng-show="search!==''">
|
||||
<button
|
||||
ng-repeat="result in searchResults | filter:{ search: search }"
|
||||
class="list-group-item"
|
||||
ng-click="result.click()">
|
||||
<i class="glyphicon {{result.icon}}"></i>
|
||||
{{result.title}}
|
||||
<small>{{result.subtitle}}</small>
|
||||
<i class="glyphicon glyphicon-menu-right pull-right"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="options" ng-show="state=='options'">
|
||||
<h1>
|
||||
<span class="glyphicon glyphicon-menu-left" ng-click="toState('slider')"></span>
|
||||
Options
|
||||
</h1>
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item">
|
||||
Character Paths
|
||||
<toggle-switch
|
||||
ng-model="options.characterPaths"
|
||||
on-label="Show"
|
||||
off-label="Hide"
|
||||
class="pull-right">
|
||||
</toggle-switch>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
House Heraldry
|
||||
<toggle-switch
|
||||
ng-model="options.houseHeraldry"
|
||||
on-label="Show"
|
||||
off-label="Hide"
|
||||
class="pull-right">
|
||||
</toggle-switch>
|
||||
</li><li class="list-group-item">
|
||||
Geographic Regions
|
||||
<toggle-switch
|
||||
ng-model="options.geographicRegions"
|
||||
on-label="Show"
|
||||
off-label="Hide"
|
||||
class="pull-right">
|
||||
</toggle-switch>
|
||||
</li><li class="list-group-item">
|
||||
Political Allegiances
|
||||
<toggle-switch
|
||||
ng-model="options.politicalAllegiances"
|
||||
on-label="Show"
|
||||
off-label="Hide"
|
||||
class="pull-right">
|
||||
</toggle-switch>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1 @@
|
||||
angular.module("fCsv",[]).factory("fCsv",function(){var n=function(n,r,t){if(n){r=r||",",t=t||!0;var e=[],f=[],l=0,i=n.split("\n"),s=i[0].split(r).length;t&&(f=i[0].split(r),l=1);for(var a=l;a<i.length;a++){var o={},g=i[a].split(new RegExp(r+'(?![^"]*"(?:(?:[^"]*"){2})*[^"]*$)'));if(g.length===s){if(t)for(var v=0;v<f.length;v++)o[f[v]]=g[v];else for(var u=0;u<g.length;u++)o[u]=g[u];e.push(o)}}return JSON.stringify(e)}};return{toJson:n}});
|
||||
@@ -0,0 +1 @@
|
||||
angular.module("toggle-switch",["ng"]).directive("toggleSwitch",["$compile",function($compile){return{restrict:"EA",replace:!0,require:"ngModel",scope:{isDisabled:"=",onLabel:"@",offLabel:"@",knobLabel:"@",html:"=",onChange:"&"},template:'<div class="ats-switch" ng-click="toggle()" ng-keypress="onKeyPress($event)" ng-class="{ \'disabled\': isDisabled }" role="switch" aria-checked="{{!!model}}"><div class="switch-animate" ng-class="{\'switch-off\': !model, \'switch-on\': model}"><span class="switch-left"></span><span class="knob"></span><span class="switch-right"></span></div></div>',compile:function(element,attrs){return angular.isUndefined(attrs.onLabel)&&(attrs.onLabel="On"),angular.isUndefined(attrs.offLabel)&&(attrs.offLabel="Off"),angular.isUndefined(attrs.knobLabel)&&(attrs.knobLabel=" "),angular.isUndefined(attrs.isDisabled)&&(attrs.isDisabled=!1),angular.isUndefined(attrs.html)&&(attrs.html=!1),angular.isUndefined(attrs.tabindex)&&(attrs.tabindex=0),function(scope,iElement,iAttrs,ngModel){iElement.attr("tabindex",attrs.tabindex),scope.toggle=function(){scope.isDisabled||(scope.model=!scope.model,ngModel.$setViewValue(scope.model)),scope.onChange()};var spaceCharCode=32;scope.onKeyPress=function($event){$event.charCode!=spaceCharCode||$event.altKey||$event.ctrlKey||$event.metaKey||scope.toggle();$event.preventDefault()},ngModel.$formatters.push(function(modelValue){return modelValue}),ngModel.$parsers.push(function(viewValue){return viewValue}),ngModel.$viewChangeListeners.push(function(){scope.$eval(attrs.ngChange)}),ngModel.$render=function(){scope.model=ngModel.$viewValue};var bindSpan=function(span,html){span=angular.element(span);var bindAttributeName=html===!0?"ng-bind-html":"ng-bind";span.removeAttr("ng-bind-html"),span.removeAttr("ng-bind"),angular.element(span).hasClass("switch-left")&&span.attr(bindAttributeName,"onLabel"),span.hasClass("knob")&&span.attr(bindAttributeName,"knobLabel"),span.hasClass("switch-right")&&span.attr(bindAttributeName,"offLabel"),$compile(span)(scope,function(cloned,scope){span.replaceWith(cloned)})},bindSwitch=function(iElement,html){angular.forEach(iElement[0].children[0].children,function(span,index){bindSpan(span,html)})};scope.$watch("html",function(newValue){bindSwitch(iElement,newValue)})}}}}]);
|
||||
@@ -0,0 +1,9 @@
|
||||
angular.module('quartermaester', ['ui.bootstrap', 'uiGmapgoogle-maps', 'fCsv', 'toggle-switch', 'rzModule'])
|
||||
|
||||
.config(function(uiGmapGoogleMapApiProvider) {
|
||||
uiGmapGoogleMapApiProvider.configure({
|
||||
key: 'AIzaSyA805RWgioHgUbrtVo9sWAnk_UWT9_xDXE',
|
||||
//v: '3.20', //defaults to latest 3.X anyhow
|
||||
libraries: 'weather,geometry,visualization'
|
||||
});
|
||||
});
|
||||
@@ -0,0 +1,250 @@
|
||||
angular.module('quartermaester')
|
||||
|
||||
.controller("mapCtrl", function($scope, $q, $filter, $timeout, uiGmapGoogleMapApi, smgMapType, qmCsv) {
|
||||
|
||||
$scope.state = "slider";
|
||||
$scope.slider = {
|
||||
show: "episodes",
|
||||
currentEpisode: 0,
|
||||
currentChapter: 0
|
||||
};
|
||||
$scope.map = {
|
||||
center: {
|
||||
latitude: 1.3182,
|
||||
longitude: -105.9960
|
||||
},
|
||||
zoom: 4,
|
||||
options: {
|
||||
maxZoom: 5,
|
||||
minZoom: 1
|
||||
},
|
||||
events: {
|
||||
click: mapClick
|
||||
},
|
||||
control: {},
|
||||
locationClick: locationClick,
|
||||
locations: []
|
||||
};
|
||||
$scope.options = {
|
||||
characterPaths: true,
|
||||
houseHeraldry: false,
|
||||
geographicRegions: false,
|
||||
politicalAllegiances: false
|
||||
};
|
||||
$scope.search = "";
|
||||
$scope.smgMapType = smgMapType;
|
||||
$scope.toState = toState;
|
||||
$scope.slideTo = slideTo;
|
||||
$scope.panTo = panTo;
|
||||
$scope.episodes = [];
|
||||
$scope.chapters = [];
|
||||
$scope.searchResults = [
|
||||
{
|
||||
icon: "glyphicon-user",
|
||||
title: "Eddard Stark",
|
||||
subtitle: "House Stark",
|
||||
search: "Eddard Stark",
|
||||
click: function(){showCharacter("eddard")}
|
||||
}
|
||||
];
|
||||
$scope.locationDetail = null;
|
||||
|
||||
// Set up promises
|
||||
uiGmapGoogleMapApi.then(onMapLoad);
|
||||
$q.all([
|
||||
qmCsv.get('locations.csv'),
|
||||
qmCsv.get('houses.csv')
|
||||
]).then(createLocationMarkers);
|
||||
$q.all([
|
||||
qmCsv.get('books.csv'),
|
||||
qmCsv.get('chapters.csv')
|
||||
]).then(addChaptersToScope);
|
||||
qmCsv.get('episodes.csv').then(addEpisodesToScope);
|
||||
$q.all([
|
||||
qmCsv.get('characters.csv'),
|
||||
qmCsv.get('houses.csv')
|
||||
]).then(addCharactersToScope);
|
||||
$q.all([
|
||||
qmCsv.get('regions.csv'),
|
||||
qmCsv.get('borders.csv')
|
||||
]).then(addRegionsToScope);
|
||||
|
||||
|
||||
function toState(stateName) {
|
||||
$scope.state = stateName;
|
||||
if (stateName=="search")
|
||||
$timeout(function() {
|
||||
document.getElementById("searchInput").focus();
|
||||
});
|
||||
}
|
||||
|
||||
function slideTo(input) {
|
||||
var books = $scope.books.map(function(book) {return book.abbreviation;});
|
||||
var sliderIndex = ($scope.slider.show=="episodes") ? "currentEpisode" : "currentChapter";
|
||||
var sliderMax = ($scope.slider.show=="episodes") ? $scope.episodes.length-1 : $scope.chapters.length-1;
|
||||
switch (input) {
|
||||
case -10:
|
||||
$scope.slider[sliderIndex] = 0;
|
||||
break;
|
||||
case -1:
|
||||
if ($scope.slider[sliderIndex]>0) $scope.slider[sliderIndex]--;
|
||||
break;
|
||||
case 1:
|
||||
if ($scope.slider[sliderIndex]<sliderMax) $scope.slider[sliderIndex]++;
|
||||
break;
|
||||
case 10:
|
||||
$scope.slider[sliderIndex] = sliderMax;
|
||||
break;
|
||||
default:
|
||||
$scope.state = "slider";
|
||||
if (input.indexOf("-")<0) {
|
||||
// HBO show
|
||||
$scope.slider.show = "episodes";
|
||||
var reMatch = /S(\d)E0?(\d+)/.exec(input);
|
||||
$scope.slider.currentEpisode = 10*(parseInt(reMatch[1])-1) + parseInt(reMatch[2])-1;
|
||||
break;
|
||||
}
|
||||
$scope.slider.show = "chapters";
|
||||
var reMatch = /(\w{4})\-(\d+)/.exec(input);
|
||||
var bookId = books.indexOf(reMatch[1]);
|
||||
$scope.slider.currentChapter = parseInt($scope.books[bookId].precedingChapters, 10) + parseInt(reMatch[2], 10);
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function panTo(input) {
|
||||
|
||||
console.log("panTo", input);
|
||||
var location = $filter('filter')($scope.map.locations, {key: input})[0];
|
||||
$scope.map.control.getGMap().panTo({lat: location.coords.latitude, lng: location.coords.longitude});
|
||||
$scope.locationDetail = location;
|
||||
$scope.state = "location";
|
||||
}
|
||||
|
||||
function addEpisodesToScope(response) {
|
||||
$scope.episodes = response.map(function(episode) {
|
||||
var epNumber = (episode.episode.length==2) ? episode.episode : "0"+episode.episode;
|
||||
return {
|
||||
name: "S" + episode.season + "E" + epNumber + ": " + episode.title,
|
||||
url: (episode.awoiaf=="") ? "https://en.wikipedia.org/wiki/"+episode.wikipedia : "http://awoiaf.westeros.org/index.php/"+episode.awoiaf
|
||||
};
|
||||
});
|
||||
//console.log("e", $scope.episodes);
|
||||
|
||||
$scope.searchResults = $scope.searchResults.concat(response.map(function(episode) {
|
||||
var epNumber = (episode.episode.length==2) ? episode.episode : "0"+episode.episode;
|
||||
return {
|
||||
icon: "glyphicon-facetime-video",
|
||||
title: episode.title,
|
||||
subtitle: "HBO episode",
|
||||
search: episode.title,
|
||||
abbr: "S" + episode.season + "E" + epNumber + ": " + episode.title,
|
||||
click: function(){slideTo(this.abbr)}
|
||||
};
|
||||
}));
|
||||
}
|
||||
|
||||
function addChaptersToScope(response) {
|
||||
$scope.books = response[0];
|
||||
$scope.chapters = response[1].map(function(chapter) {
|
||||
return {
|
||||
name: response[0][chapter.book].abbreviation + "-" + chapter.chapter + ": " + chapter.title,
|
||||
url: "http://awoiaf.westeros.org/index.php/"+chapter.awoiaf
|
||||
};
|
||||
});
|
||||
//console.log("c", $scope.chapters);
|
||||
|
||||
$scope.searchResults = $scope.searchResults.concat(response[1].map(function(chapter) {
|
||||
return {
|
||||
icon: "glyphicon-book",
|
||||
title: chapter.title,
|
||||
subtitle: response[0][chapter.book].title,
|
||||
search: chapter.title,
|
||||
abbr: response[0][chapter.book].abbreviation + "-" + chapter.chapter,
|
||||
click: function(){slideTo(this.abbr)}
|
||||
};
|
||||
}));
|
||||
}
|
||||
|
||||
function addCharactersToScope(responses) {
|
||||
$scope.characters = responses[0].map(function(character) {
|
||||
var output = {
|
||||
name: character.name,
|
||||
url: "http://awoiaf.westeros.org/index.php/" + character.awoiaf,
|
||||
house: ""
|
||||
}
|
||||
if (character.house!="") {
|
||||
matchingHouse = $filter('filter')(responses[1], {wikiKey: character.house})[0];
|
||||
output.house = {
|
||||
name: decodeURI(matchingHouse.wikiKey).replace(/_/g," "),
|
||||
url: "http://awoiaf.westeros.org/index.php/" + matchingHouse.wikiKey,
|
||||
img: matchingHouse.img
|
||||
}
|
||||
}
|
||||
return output;
|
||||
});
|
||||
}
|
||||
|
||||
function addRegionsToScope(responses) {
|
||||
// console.log("regions", responses[0]);
|
||||
// console.log("borders", responses[1]);
|
||||
|
||||
var borderArrays = {};
|
||||
for (var i=0; i<responses[1].length; i++) {
|
||||
if (!(responses[1][i].name in borderArrays)) borderArrays[responses[1][i].name] = [];
|
||||
borderArrays[responses[1][i].name].push(responses[1][i]);
|
||||
}
|
||||
|
||||
$scope.map.regions = responses[0].map(function(region) {
|
||||
return {
|
||||
key: region.name,
|
||||
fill: {
|
||||
color: region.color,
|
||||
opacity: 0.5
|
||||
},
|
||||
stroke: {
|
||||
weight: 0
|
||||
},
|
||||
path: borderArrays[region.name]
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
function createLocationMarkers(responses) {
|
||||
$scope.houses = responses[1];
|
||||
$scope.map.locations = qmCsv.setHomes(responses[0], responses[1]);
|
||||
//console.log("locations", $scope.map.locations);
|
||||
|
||||
$scope.searchResults = $scope.searchResults.concat($scope.map.locations.map(function(location) {
|
||||
return {
|
||||
icon: "glyphicon-map-marker",
|
||||
key: location.key,
|
||||
title: location.name,
|
||||
subtitle: (location.occupants.length) ? location.occupants[0].name : "",
|
||||
search: (location.occupants.length) ? location.name + " " + location.occupants[0].name : location.name,
|
||||
click: function(){panTo(this.key)}
|
||||
};
|
||||
}));
|
||||
}
|
||||
|
||||
function locationClick(marker, eventName, model) {
|
||||
model.currentOccupant = qmCsv.getCurrentOccupant(model);
|
||||
$scope.locationDetail = model;
|
||||
$scope.state = "location";
|
||||
}
|
||||
|
||||
function mapClick() {
|
||||
$scope.state = "slider";
|
||||
}
|
||||
|
||||
function onMapLoad(maps) {
|
||||
|
||||
// Add background to .rz-bar
|
||||
var rzbars = document.getElementsByClassName("rz-bar");
|
||||
rzbars[0].innerHTML = "<span class='odd'>1</span><span>2</span><span class='odd'>3</span><span>4</span><span class='odd'>5</span><span>6</span>";
|
||||
rzbars[2].innerHTML = "<span class='odd'>AGOT</span><span>ACOK</span><span class='odd'>ASOS</span><span>AFFC</span><span class='odd'>ADWD</span>";
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
@@ -0,0 +1,146 @@
|
||||
angular.module('quartermaester')
|
||||
|
||||
.factory('smgMapType', function() {
|
||||
|
||||
return {
|
||||
getTile: getTile,
|
||||
tileSize: {height:256, H:"px", width:256, W:"px"},
|
||||
name: 'Planetos',
|
||||
radius: 1738000
|
||||
};
|
||||
|
||||
function getTile(coord, zoom, ownerDocument) {
|
||||
if (isOutsideTileRange(coord,zoom)) return false;
|
||||
var div = ownerDocument.createElement('div');
|
||||
div.style.width = '256px';
|
||||
div.style.height = '256px';
|
||||
div.style.backgroundImage = "url('tiles/" + getTileCode(coord,zoom) + ".jpg')";
|
||||
return div;
|
||||
}
|
||||
|
||||
function isOutsideTileRange(coord,zoom) {
|
||||
var tileRange = 1 << zoom;
|
||||
if (coord.x < 0 || coord.x >= tileRange) return true;
|
||||
if (coord.y < 0 || coord.y >= tileRange) return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
function getTileCode(a,b) {
|
||||
//converts tile x,y into keyhole string
|
||||
var c=Math.pow(2,b);
|
||||
var d=a.x;
|
||||
var e=a.y;
|
||||
var f="t";
|
||||
for(var g=0;g<b;g++){
|
||||
c=c/2;
|
||||
if(e<c){
|
||||
if(d<c){f+="q"}
|
||||
else{f+="r";d-=c}
|
||||
}
|
||||
else{
|
||||
if(d<c){f+="t";e-=c}
|
||||
else{f+="s";d-=c;e-=c}
|
||||
}
|
||||
}
|
||||
return f;
|
||||
}
|
||||
|
||||
|
||||
|
||||
})
|
||||
|
||||
.factory('qmCsv', function($http, $filter, fCsv) {
|
||||
|
||||
var csvLocation = "http://www.rslc.us/quartermaester/data/";
|
||||
return {
|
||||
get: getFile,
|
||||
setHomes: setHomes,
|
||||
getCurrentOccupant: getCurrentOccupant
|
||||
};
|
||||
|
||||
///////////////////////////////
|
||||
|
||||
function getFile(filename) {
|
||||
return $http
|
||||
.get(csvLocation + filename)
|
||||
.then(getDataAttr)
|
||||
.then(fCsv.toJson)
|
||||
.then(angular.fromJson)
|
||||
}
|
||||
|
||||
function getDataAttr(resp) {
|
||||
return resp.data;
|
||||
}
|
||||
|
||||
function setHomes(locations, houses) {
|
||||
//console.log(locations, houses);
|
||||
|
||||
var markers = locations.map(locationModel);
|
||||
|
||||
for (var i=0; i<markers.length; i++) {
|
||||
var matchingHouses = $filter('filter')(houses, {seatKey: locations[i].key});
|
||||
markers[i].occupants = matchingHouses.map(function(house) {
|
||||
return {
|
||||
name: decodeURI(house.wikiKey).replace(/_/g," "),
|
||||
url: "http://awoiaf.westeros.org/index.php/" + house.wikiKey,
|
||||
img: house.img,
|
||||
firstChapter: parseInt(house.firstChapter, 10) || null,
|
||||
lastChapter: parseInt(house.lastChapter, 10) || null,
|
||||
firstEpisode: parseInt(house.firstEpisode, 10) || null,
|
||||
lastEpisode: parseInt(house.lastEpisode, 10) || null
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
return markers;
|
||||
}
|
||||
|
||||
function locationModel(json) {
|
||||
return {
|
||||
key: json.key,
|
||||
name: decodeURI(json.key).replace(/_/g," "),
|
||||
url: "http://awoiaf.westeros.org/index.php/" + json.key,
|
||||
direct: "#@" + json.key,
|
||||
coords: {
|
||||
latitude: parseFloat(json.latitude),
|
||||
longitude: parseFloat(json.longitude)
|
||||
},
|
||||
options: {
|
||||
icon: {path: 0, strokeOpacity: 0, scale: 3}
|
||||
},
|
||||
occupants: []
|
||||
};
|
||||
}
|
||||
|
||||
function getCurrentOccupant(marker) {
|
||||
if (marker.occupants.length==0) return null;
|
||||
if (marker.occupants.length==1) return marker.occupants[0];
|
||||
return $filter('qmSlider')(marker.occupants, "episodes", 0)[0];
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
.filter('qmSlider', function() {
|
||||
|
||||
// In the return function, we must pass in a single parameter which will be the data we will work on.
|
||||
// We have the ability to support multiple other parameters that can be passed into the filter optionally
|
||||
return function(inputArray, slider, value) {
|
||||
|
||||
outputArray = [];
|
||||
for (var i=0; i<inputArray.length; i++) {
|
||||
switch (slider) {
|
||||
case "episodes":
|
||||
if (inputArray[i].firstEpisode==null || (value>=inputArray[i].firstEpisode && value<=inputArray[i].lastEpisode)) outputArray.push(inputArray[i]);
|
||||
break;
|
||||
case "chapters":
|
||||
if (inputArray[i].firstChapter==null || (value>=inputArray[i].firstChapter && value<=inputArray[i].lastChapter)) outputArray.push(inputArray[i]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return outputArray;
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 8.9 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 8.3 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 7.9 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 7.8 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 6.0 KiB |