/*! * vue-resource v1.4.0 * https://github.com/pagekit/vue-resource * Released under the MIT License. */ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.VueResource=e()}(this,function(){"use strict";var t=2;function e(e){this.state=t,this.value=void 0,this.deferred=[];var n=this;try{e(function(t){n.resolve(t)},function(t){n.reject(t)})}catch(t){n.reject(t)}}e.reject=function(t){return new e(function(e,n){n(t)})},e.resolve=function(t){return new e(function(e,n){e(t)})},e.all=function(t){return new e(function(n,o){var r=0,i=[];function s(e){return function(o){i[e]=o,(r+=1)===t.length&&n(i)}}0===t.length&&n(i);for(var u=0;u=200&&a<300,this.status=a||0,this.statusText=c||"",this.headers=new q(u),this.body=t,d(t)?this.bodyText=t:(i=t,"undefined"!=typeof Blob&&i instanceof Blob&&(this.bodyBlob=t,(0===(r=t).type.indexOf("text")||-1!==r.type.indexOf("json"))&&(this.bodyText=(n=t,new o(function(t){var e=new FileReader;e.readAsText(n),e.onload=function(){t(e.result)}})))))};L.prototype.blob=function(){return v(this.bodyBlob)},L.prototype.text=function(){return v(this.bodyText)},L.prototype.json=function(){return v(this.text(),function(t){return JSON.parse(t)})},Object.defineProperty(L.prototype,"data",{get:function(){return this.body},set:function(t){this.body=t}});var B=function(t){var e;this.body=null,this.params={},w(this,t,{method:(e=t.method||"GET",e?e.toUpperCase():"")}),this.headers instanceof q||(this.headers=new q(this.headers))};B.prototype.getUrl=function(){return $(this)},B.prototype.getBody=function(){return this.body},B.prototype.respondWith=function(t,e){return new L(t,w(e||{},{url:this.getUrl()}))};var M={"Content-Type":"application/json;charset=utf-8"};function N(t){var e=this||{},n=function(t){var e=[I],n=[];function r(r){for(;e.length;){var i=e.pop();if(l(i)){var s=void 0,u=void 0;if(m(s=i.call(t,r,function(t){return u=t})||u))return new o(function(e,o){n.forEach(function(e){s=v(s,function(n){return e.call(t,n)||n},o)}),v(s,e,o)},t);l(s)&&n.unshift(s)}else c="Invalid interceptor of type "+typeof i+", must be a function","undefined"!=typeof console&&a&&console.warn("[VueResource warn]: "+c)}var c}return m(t)||(t=null),r.use=function(t){e.push(t)},r}(e.$vm);return function(t){u.call(arguments,1).forEach(function(e){for(var n in e)void 0===t[n]&&(t[n]=e[n])})}(t||{},e.$options,N.options),N.interceptors.forEach(function(t){d(t)&&(t=N.interceptor[t]),l(t)&&n.use(t)}),n(new B(t)).then(function(t){return t.ok?t:o.reject(t)},function(t){var e;return t instanceof Error&&(e=t,"undefined"!=typeof console&&console.error(e)),o.reject(t)})}function D(t,e,n,o){var r=this||{},i={};return g(n=w({},D.actions,n),function(n,s){n=T({url:t,params:w({},e)},o,n),i[s]=function(){return(r.$http||N)(function(t,e){var n,o=w({},t),r={};switch(e.length){case 2:r=e[0],n=e[1];break;case 1:/^(POST|PUT|PATCH)$/i.test(o.method)?n=e[0]:r=e[0];break;case 0:break;default:throw"Expected up to 2 arguments [params, body], got "+e.length+" arguments"}return o.body=n,o.params=w({},o.params,r),o}(n,arguments))}}),i}function J(t){var e,n,r;J.installed||(n=(e=t).config,r=e.nextTick,i=r,a=n.debug||!n.silent,t.url=$,t.http=N,t.resource=D,t.Promise=o,Object.defineProperties(t.prototype,{$url:{get:function(){return b(t.url,this,this.$options.url)}},$http:{get:function(){return b(t.http,this,this.$options.http)}},$resource:{get:function(){return t.resource.bind(this)}},$promise:{get:function(){var e=this;return function(n){return new t.Promise(n,e)}}}}))}return N.options={},N.headers={put:M,post:M,patch:M,delete:M,common:{Accept:"application/json, text/plain, */*"},custom:{}},N.interceptor={before:function(t){l(t.before)&&t.before.call(this,t)},method:function(t){t.emulateHTTP&&/^(PUT|PATCH|DELETE)$/i.test(t.method)&&(t.headers.set("X-HTTP-Method-Override",t.method),t.method="POST")},jsonp:function(t){"JSONP"==t.method&&(t.client=A)},json:function(t){var e=t.headers.get("Content-Type")||"";return m(t.body)&&0===e.indexOf("application/json")&&(t.body=JSON.stringify(t.body)),function(t){return t.bodyText?v(t.text(),function(e){var n,o;if(0===(t.headers.get("Content-Type")||"").indexOf("application/json")||(o=(n=e).match(/^\s*(\[|\{)/))&&{"[":/]\s*$/,"{":/}\s*$/}[o[1]].test(n))try{t.body=JSON.parse(e)}catch(e){t.body=null}else t.body=e;return t}):t}},form:function(t){var e;e=t.body,"undefined"!=typeof FormData&&e instanceof FormData?t.headers.delete("Content-Type"):m(t.body)&&t.emulateJSON&&(t.body=$.params(t.body),t.headers.set("Content-Type","application/x-www-form-urlencoded"))},header:function(t){g(w({},N.headers.common,t.crossOrigin?{}:N.headers.custom,N.headers[p(t.method)]),function(e,n){t.headers.has(n)||t.headers.set(n,e)})},cors:function(t){if(c){var e=$.parse(location.href),n=$.parse(t.getUrl());n.protocol===e.protocol&&n.host===e.host||(t.crossOrigin=!0,t.emulateHTTP=!1,R||(t.client=U))}}},N.interceptors=["before","method","jsonp","json","form","header","cors"],["get","delete","head","jsonp"].forEach(function(t){N[t]=function(e,n){return this(w(n||{},{url:e,method:t}))}}),["post","put","patch"].forEach(function(t){N[t]=function(e,n,o){return this(w(o||{},{url:e,method:t,body:n}))}}),D.actions={get:{method:"GET"},save:{method:"POST"},query:{method:"GET"},update:{method:"PUT"},remove:{method:"DELETE"},delete:{method:"DELETE"}},"undefined"!=typeof window&&window.Vue&&window.Vue.use(J),J}); /*Click Away*/ !function(e,t){"use strict";function n(e,t,n){i(e);var u=n.context,a=t.value;if("function"==typeof a){var c=!1;setTimeout(function(){c=!0},0),e[o]=function(t){var n=t.path||(t.composedPath?t.composedPath():void 0);if(c&&(n?n.indexOf(e)<0:!e.contains(t.target)))return a.call(u,t)},document.documentElement.addEventListener("click",e[o],!1)}}function i(e){document.documentElement.removeEventListener("click",e[o],!1),delete e[o]}t="default"in t?t.default:t;/^2\./.test(t.version)||t.util.warn("VueClickaway 2.2.2 only supports Vue 2.x, and does not support Vue "+t.version);var o="_vue_clickaway_handler",u={bind:n,update:function(e,t){t.value!==t.oldValue&&n(e,t)},unbind:i},a={directives:{onClickaway:u}};e.version="2.2.2",e.directive=u,e.mixin=a}(this.VueClickaway={},Vue); 大橋ジャンクション潜入!!山手トンネル歩く!! | MadaMada

大橋ジャンクション潜入!!山手トンネル歩く!!

昨日に続き予報どおりのぱっとしないお天気。
それでも今日はワクテカしてたわけで(0゜・∀・)

山手通り、気付いたころにはずっと工事してたもんなぁ。
工事していなかった頃の記憶がないぐらい。
デカイ排気口が建つたびに「おぉぉ」ってしてたなぁ。
先月深夜に西麻布から三軒茶屋まで歩いたときも池尻を通って「おぉぉ」ってしたなぁ。
国立競技場とかローマのコロッセオと同じぐらいの大きさとか言われても、デカすぎて全容のイメージが沸かないんだな・・・。

P3073611

今日はその巨大建造物。

3月28日開通予定の首都高中央環状線山手トンネル(大橋ジャンクション)に潜入してきた!
やっと中央環状新宿線がつながる〜。

潜入と書いたけど、もちろんコッソリ忍び込めるわけはなく・・・
参加したのは「山手トンネルウォーク」という大橋ジャンクション~トンネル内を見学しながら歩ける開通前の最後のイベント。
タモリ倶楽部で内覧しているのを見て以来、入ってみたいなぁとは思っていたものの、去年夏のイベントは気付くの遅かった。
今回もノーチェックだったが、muuさんからWeb申し込みの人数抑えてあるけど行く?とお誘いを受け、二つ返事で「行きます!」 多謝!
ということで大人4人で遠足気分。
 
現地では特に受付などは無く、入り口さえ分かっていれば誰でも入れる感じだった。事前受付なしでオッケーにしちゃうと収拾がつかなくなるから一応申し込みさせたって感じだったのかな?
それにしても池尻大橋でカメラをぶら下げている人率が異常に高かったw
 
中にも人が多くて大盛況な感じ。展示物もいろいろとあって3kmを歩くだけなのに2時間近くウロウロ。

久しぶりに写真を沢山撮ったので、写真メインで。 

P3073620

P3073617_2

P3073859

P3073625

P3073630

P3073642
こういう意味をあまり感じない光り物、いらないと思うのはオレだけ?

P3073748

P3073853

P3073656_2
赤は環状線、青は東名と分かりやすい色分け。
高速でのこのような色分けは初めてだとか。

P3073731

P3073662
首都高バイク隊、通称黄バイ。

P3073763

P3073749

P3073797
トンネル壁面に作業中の動画やスライドを映している展示
シールドで掘った穴とか、縦坑とかおびただしい鉄筋とか、セグメントを貼ってる所とか、映像で見てもスッゴイ迫力。見入ってしまった。
できたモノも見て凄いけど、やっぱり建設途中も見たかったな。
土木建設業、カッコいい!!

P3073794

P3073840

P3073761

P3073780

P3073832

P3073803

P3073812

P3073787

P3073757

P3073769

P3073728

P3073689

P3073688

P3073703

P3073716

P3073704

P3073866
 
満喫!首都高速を自由に歩ける機会なんて二度とナイかも。
あ、品川〜渋谷間が開通する時に、今回みたいなイベントが品川線でもある?
次は完成後だけじゃなくて、建設中も見たい!
今後品川線情報は忘れずにチェックしよう。 

大橋JCTを出た後はちょっとお散歩して

P3073868
 
昼間っからビールで乾杯。

P3073869

 

バイクが完成したら、真っ先にここに走りに行こう。

5 Comments

  • 植物の成長の記録

    2010-03-07 at 11:27 PM

    大橋ジャンクションのトンネルウォーク

    山の手トンネルウォークに参加しました。中央環状線新宿渋谷間の開通前最後の一般公開で大橋ジャンクションを歩いてきました。 大橋ジャンクションは中央環状線と渋谷線の交差するところにあるジャンクションで、中央環状線は3月末に大橋ジャンクションから北、新宿・池袋方…..

    返信
  • A-suke

    2010-03-09 at 1:16 PM

    いいねー。
    ボクもタモリ倶楽部のときに歩きたいって思った!
    ま、あの番組大体そう思うけど。
    一度歩いた場所バイクで走るなんていいね!!
    事故一号にならないようにね!!

    返信
  • hightimes247

    2010-03-10 at 12:45 PM

    >事故一号にならないようにね!!
    大丈夫!開通して直ぐは走れないと思うから。
    バイクが間に合わん。
    60Rっていい感じのRだなw

    返信

コメントを残す