Add new stations to lookup & bump patch version.
This commit is contained in:
parent
77cdbc8e0f
commit
8a961b89d5
Binary file not shown.
@ -24,6 +24,7 @@
|
||||
"cmn":{"name":"carmarthen","tiploc":"cmthn"},
|
||||
"cnm":{"name":"cheltenham spa","tiploc":"chltnhm"},
|
||||
"cno":{"name":"chetnole","tiploc":"chetnol","stanme":"chetnole","stanox":"82315"},
|
||||
"cpm":{"name":"chippenham","tiploc":"chipnhm","stanme":"chipenham","stannox":"75352"},
|
||||
"csa":{"name":"cosham","tiploc":"cosham","stanme":"cosham","stanox":"86301"},
|
||||
"cum":{"name":"culham","tiploc":"culham"},
|
||||
"cwl":{"name":"colwall","tiploc":"clwall"},
|
||||
@ -31,9 +32,13 @@
|
||||
"mtd":{"name":"mottisfont & dunbridge (now dunbridge)","tiploc":"motfont"},
|
||||
"dcw":{"name":"dorchester west","tiploc":"drchw","stanme":"dorchstrw","stanox":"86977"},
|
||||
"den":{"name":"dean (wilts)","tiploc":"dean","stanme":"dean","stanox":"86112"},
|
||||
"did":{"name":"didcot parkway","tiploc":"didcotp","stanme":"didcot pw","stannox":"74313"},
|
||||
"dmh":{"name":"dilton marsh","tiploc":"diltonm","stanme":"diltonmsh","stanox":"82105"},
|
||||
"esl":{"name":"eastleigh","tiploc":"elgh","stanme":"eastleigh","stanox":"86087"},
|
||||
"eve":{"name":"evesham","tiploc":"evesham"},
|
||||
"exc":{"name":"exeter central","tiploc":"exeterc","stanme":"exetercen","stannox":"83431"},
|
||||
"exd":{"name":"exeter st davids","tiploc":"exetrsd","stanme":"exetstdav","stannox":"83421"},
|
||||
"ext":{"name":"exeter st thomas","tiploc":"exetrst","stanme":"exetsttom","stannox":"83517"},
|
||||
"faw":{"name":"filton abbey wood","tiploc":"filtnew"},
|
||||
"ffd":{"name":"freshford","tiploc":"freshfd"},
|
||||
"fin":{"name":"finstock","tiploc":"finstck"},
|
||||
@ -57,8 +62,10 @@
|
||||
"kyn":{"name":"keynsham","tiploc":"keynshm"},
|
||||
"led":{"name":"ledbury","tiploc":"ldbury"},
|
||||
"lwh":{"name":"lawrence hill","tiploc":"lawrnch"},
|
||||
"mbt":{"name":"marsh barton","tiploc":"msbtn","stanme":"marshbrtn","stannox":"83518"},
|
||||
"mdn":{"name":"maiden newton","tiploc":"mdnnwtn","stanme":"maidenntn","stanox":"82316"},
|
||||
"mim":{"name":"moreton-in-marsh","tiploc":"minmars"},
|
||||
"mkm":{"name":"melksham","tiploc":"melkshm","stanme":"melksham","stannox":"75361"},
|
||||
"mtp":{"name":"montpelier","tiploc":"monpelr"},
|
||||
"mvl":{"name":"malvern link","tiploc":"mlvrnlk"},
|
||||
"nls":{"name":"nailsea & backwell","tiploc":"nailsea","stanme":"nailsea b","stanox":"81903"},
|
||||
@ -98,6 +105,7 @@
|
||||
"tau":{"name":"taunton","tiploc":"taunton","stanme":"taunton","stanox":"83009"},
|
||||
"tho":{"name":"thornford","tiploc":"thford","stanme":"thornford","stanox":"82313"},
|
||||
"tro":{"name":"trowbridge","tiploc":"twrbrdg"},
|
||||
"tvp":{"name":"tiverton parkway","tiploc":"tivipw","stanme":"tivertnpw","stannox":"83038"},
|
||||
"upw":{"name":"upwey","tiploc":"upwey","stanme":"upwey","stanox":"86978"},
|
||||
"wey":{"name":"weymouth","tiploc":"weymth","stanox":"86981"},
|
||||
"wls":{"name":"woolston","tiploc":"wolston","stanme":"woolston","stanox":"86205"},
|
||||
|
@ -99,7 +99,7 @@
|
||||
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<p>Created by Fred Boniface - v0.2.0-alpha</p>
|
||||
<p>Created by Fred Boniface - v0.2.1-alpha</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
@ -1,7 +1,7 @@
|
||||
const url = "https://tiger.worldline.global/";
|
||||
const view = "/staff;scrollbar=true";
|
||||
|
||||
console.group("Athena - v0.2.0-alpha")
|
||||
console.group("Athena - v0.2.1-alpha")
|
||||
console.info("Initialising");
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user