Allianz Arena - Interaktiver sport-Sitzplan (2024)

FotosSitzplanBereicheKommentareKennzeichenEvents

'; html += '

Grünen Bereich ausprobieren

'; html += '

'; return html; } function format_mini_content(data){ var index = data[0]['index']; var image = data[0]['image']; var venue = data[0]['venue']; var section = data[0]['section']; var row = data[0]['row']; var seat = data[0]['seat']; var note = data[0]['note']; var member = data[0]['member_name']; var reviews = data[0]['reviews']; var rating = make_rating(data[0]['rating'],12); var location = ''; if(section != ""){ location += "Bereich "+section; if(row != ""){ location += ", Reihe "+row; } } var gallery_link = gallery_link = 'open_gallery(\''+section+'\');'; var html = ''; html += '

Allianz Arena - Interaktiver sport-Sitzplan (1)

'; html += '

'; html += '

'+location+'

'; if(parseInt(reviews) < 2){ html += ''+reviews+' photo'; }else{ html += ''+reviews+' Fotos'; } html += '

'; html += '

'; html += ''+rating+''; html += '

'; if(note != ""){ html += '

'+stripslashes(note)+'

'; } html += '

'; return html;} function stripslashes(str) { return (str + '').replace(/\\(.?)/g, function (s, n1) { switch (n1) { case '\\': return '\\'; case '0': return '\u0000'; case '': return ''; default: return n1; } });} function open_gallery(section_name){ $.getJSON( "/ajax/venue_seat_by_type.php?jsoncallback=?", {"venue": "Allianz Arena", "photo_type": "soccer", "section": section_name, "total": "all" }, function(data) { //console.log(data); // set up big photo if(data!=""){ // safety checks var data_length = data.length; if(data_length > 0){ // set up the gallery format_gallery(data); var first_photo = data[0]['index']; // set up structured data get_photo_tags(first_photo, section_name,''); } } }) .done(function(data) { }) .fail(function(data) { }) .always(function(data) { });} function format_gallery(data){ var content = ''; var gallery_title = 'Allianz Arena Bereich '+data[0]['section']+''; $("#gallery_title").html(gallery_title); $(data).each(function (index, value) { var index = value['index']; var image = value['image']; var venue = value['venue']; var section = value['section']; var row = value['row']; var seat = value['seat']; var member = value['member_name']; var reviews = value['reviews']; var video = value['video']; var rating = make_rating(value['rating'], 16); var note = stripslashes(value['note']); var clean_venue = clean_link_text(venue); var clean_section = clean_link_text(section); var clean_row = clean_link_text(row); var clean_seat = clean_link_text(seat); if(member == null){ member = 'anonymous'; } var play_button = ''; if(video != ""){ play_button = 'Allianz Arena - Interaktiver sport-Sitzplan (2)'; } var photo_link = '/photo/'+index+'/'+clean_venue+'/section-'+clean_section+'/row-'+clean_row+'/seat-'+clean_seat+'/'; content += '

'; content += '

'; content += ''+member+''; content += ''+rating+''; content += '

'; content += '

'; content += ''+play_button+''; content += '

'; content += '

'; content += '

'+venue+'

'; content += '

'+note+'

'; content += '

'; content += '

'; content += '

'; content += '

'+section+'

'; content += '

Bereich

'; content += '

'; content += '

'; content += '

'+row+'

'; content += '

Reihe

'; content += '

'; content += '

'; content += '

'+seat+'

'; content += '

Platz

'; content += '

'; content += '

'; content += '

'; }); // add reviews to div $("#reviews").html(content); // show gallery $("#sv_photo_gallery").show(); // hide main scroll bar $("body").css('overflow', 'hidden'); // make grey area clickable, to close gallery $("#sv_photo_gallery .grey").mousedown(function(){ $("body").css('overflow', 'auto'); $("#sv_photo_gallery").hide(); }); // make grey area clickable, to close gallery $("#sv_photo_gallery .close").mousedown(function(){ $("body").css('overflow', 'auto'); $("#sv_photo_gallery").hide(); });} function get_photo_tags(photo_id, section_name, row_name){ // clear old structured data first $("#structured_data").html(""); $("#structured_data").removeClass("structured_data"); $.getJSON( "/ajax/get_photo_tags.php?jsoncallback=?", {"photo_id": photo_id }, function(data) { if(data!=""){ format_structured_data(data, section_name, row_name); } }) .done(function(data) { }) .fail(function(data) { }) .always(function(data) { });} function format_structured_data(data, section_name, row_name){ // fallback safety, this should already be cleared $("#structured_data").html(""); $("#structured_data").removeClass("structured_data"); // get for format structured data var content = ''; var section_tags = data['section_tags']; var row_tags = data['row_tags']; if(section_tags != ""){ var section_tag_string = "Bereich %s ist markiert mit"; var bold_section_name = ''+section_name+''; section_tag_string = section_tag_string.replace('%s', bold_section_name); content += '

'; content += ''+section_tag_string+':'; content += '

'; $.each(section_tags, function(key, val) { content += ''; content += ' '; content += ''+val['question']+''; content += ''; }); content += '

'; content += '

'; } if(row_tags != ""){ var row_tag_string = "Reihe %s ist gekennzeichnet als"; var bold_row_name = ''+row_name+''; row_tag_string = row_tag_string.replace("%s", bold_row_name); content += '

'; content += ''+row_tag_string+':'; content += '

'; $.each(row_tags, function(key, val) { var icon = '✓'; if(val['question'] == 'is accessible'){ icon = 'Allianz Arena - Interaktiver sport-Sitzplan (4)'; } content += ''; content += ''+icon+' '; content += ''+val['question']+''; content += ''; }); content += '

'; content += '

'; } if(content != ""){ $("#structured_data").addClass("structured_data"); $("#structured_data").html(content); }} $(function(){ $("#dragable_canvas").draggable({cancel: "#mini_popup"}); $("#zoom_in").click(function(){ if(zoom_level < 5){ zoom_level ++; } do_zoom(zoom_level); }); $("#zoom_out").click(function(){ if(zoom_level > 0){ zoom_level --; }else{ $("#") } do_zoom(zoom_level) });$("#canvas").dblclick(function(){if(zoom_level < 5){ zoom_level ++; } do_zoom(zoom_level);}); var container_width = $("#canvas_container").width(); //console.log("container_width: "+container_width); var section_map = {"101":{"path":"M289.8,127.4 307.2,127.4 307.2,162.4 289.8,162.4 z"}, "102":{"path":"M265.8,127.4 287.7,127.4 287.7,162.4 265.8,162.4 z"}, "103":{"path":"M242,127.4 263.6,127.4 263.6,162.4 242,162.4 z"}, "104":{"path":"M217.9,127.4 239.8,127.4 239.8,162.4 217.9,162.4 z"}, "105":{"path":"M193.8,127.4 215.8,127.4 215.8,162.4 193.8,162.4 z"}, "106":{"path":"M174.4,127.4 191.6,127.4 191.6,162.4 174.4,162.4 z"}, "107":{"path":"M138.5,131.2l4.8,12.8l-4.1,3.1l-0.2,0.1l8.7,16.7c1.6-1,3.3-1.5,4.8-1.5h20.1v-35 C165.6,127,151.7,126.4,138.5,131.2z"}, "108":{"path":"M141.3,143.7l-4.5-12c-6.2,2.5-12.2,6.3-17,11.9l9,9.5L141.3,143.7z"}, "109":{"path":"M127.8,154.7l-9.1-9.6c-4.3,5.4-7.6,12.4-9.3,21.5l12.3,1.6L127.8,154.7z"}, "110":{"path":"M129.1,155.3l-6.5,14.8l-13.6-1.8c-0.9,5.6-1.3,12-0.9,19.2h32.4v-12.7c0-1.9,0.6-3.8,1.7-5.5L129.1,155.3z"}, "111":{"path":"M140.6,208.8 140.6,189 108.1,189 108.2,208.8 z"}, "112":{"path":"M108.2,210.6 108.2,229.7 140.6,229.7 140.6,210.6 z"}, "113":{"path":"M140.6,231.5 108.2,231.5 108.2,250.7 140.6,250.7 z"}, "114":{"path":"M108.2,252.5 108.3,272.2 140.6,272.2 140.6,252.5 z"}, "115":{"path":"M127.1,302.5l15.4-9.8c-0.7-1.5-1.3-3.2-1.6-5.1v-13.9h-32.7V291c0.2,1.8,0.4,3.6,0.7,5.3l13.2-1L127.1,302.5z "}, "116":{"path":"M121.7,297.1l-12.4,0.9c2.4,10.1,7.7,17.9,14.2,23.5l7.6-10.3L121.7,297.1z"}, "117":{"path":"M143.4,294.2l-15.3,9.7l5.3,7.1l-8.6,11.6c6.7,5.4,14.4,8.7,21.3,10.2l6.3-34 C148.2,298.5,145.3,296.9,143.4,294.2z"}, "118":{"path":"M172.2,334.2 172.2,298.8 154.2,298.8 148,332.9 160.3,334.2 z"}, "119":{"path":"M174,298.8 191.8,298.8 191.8,334.2 174,334.2 z"}, "120":{"path":"M193.6,298.8 215.9,298.8 215.9,334.2 193.6,334.2 z"}, "121":{"path":"M217.6,298.8 239.7,298.8 239.7,334.2 217.6,334.2 z"}, "122":{"path":"M241.5,298.8 263.8,298.8 263.8,334.2 241.5,334.2 z"}, "123":{"path":"M265.6,298.8 287.9,298.8 287.9,334.2 265.6,334.2 z"}, "124":{"path":"M289.6,298.8 307.4,298.8 307.4,334.2 289.6,334.2 z"}, "125":{"path":"M309.2,334.2 325.1,334.2 333.5,332.9 327.2,298.8 309.2,298.8 z"}, "126":{"path":"M353.2,304l-14.4-9.6c-1.6,1.7-4.6,3.2-10,4.4l6.1,34c8.9-1.6,16.1-5.1,21.9-10l-8.6-11.6L353.2,304z"}, "127":{"path":"M350.2,311l7.9,10.6c6.7-6.2,11.2-14.3,13.7-23.1l-11.9-1L350.2,311z"}, "128":{"path":"M354,303.3l5.5-7.5l12.6,1.1c1.9-7.6,2.3-15.6,1.3-23.2H341v12.7c-0.3,2.1,0,4.4-1.2,6.7l14.3,9.5"}, "129":{"path":"M341,253.1 341,272.3 373.5,272.3 373.5,253.1 z"}, "130":{"path":"M373.6,231.7 341,231.7 341,251.4 373.5,251.4 z"}, "131":{"path":"M341,229.9 373.6,229.9 373.6,210.2 341,210.2 z"}, "132":{"path":"M373.6,208.4 373.7,189.2 341,189.2 341,208.4 z"}, "133":{"path":"M373.7,187.9l-0.1-16.6c-0.1-0.6-0.2-1.7-0.4-3.2l-13.8,2.1l-6.8-14.3l-12.6,13c0.8,2,1.1,4.5,1,7.6v11.5 H373.7z"}, "134":{"path":"M353.7,154.7l6.7,13.5l12.4-1.9c-1.1-5.3-3.6-13.6-9.8-21.1L353.7,154.7L353.7,154.7z"}, "135":{"path":"M352.6,153.3l9.3-9.4c-4.1-4.6-9.7-8.8-17.2-11.9l-4.2,11.5L352.6,153.3z"}, "136":{"path":"M338.3,144.4l4.8-13c-5.8-2.1-12.6-3.5-20.8-3.9H309v35h20.1c1.8,0,3.4,0.2,4.8,0.7l8.2-16L338.3,144.4z"}, "201":{"path":"M319.9,111.4 309,111.4 309,124.7 319.5,124.7 z"}, "202":{"path":"M307.2,111.4 295.8,111.4 295.8,124.7 307.2,124.7 z"}, "203":{"path":"M294,111.4 283.5,111.4 283.5,124.7 294,124.7 z"}, "204":{"path":"M281.7,111.4 271.3,111.4 271.3,124.7 281.7,124.7 z"}, "205":{"path":"M269.6,111.4 259.8,111.4 259.8,124.8 269.6,124.7 z"}, "206":{"path":"M258,111.4 247.4,111.4 247.4,124.8 258,124.8 z"}, "207":{"path":"M245.6,111.4 235.5,111.4 235.5,124.8 245.6,124.8 z"}, "208":{"path":"M233.7,111.4 223.5,111.4 223.5,124.8 233.7,124.8 z"}, "209":{"path":"M211.9,124.8 221.7,124.8 221.7,111.4 211.9,111.4 z"}, "210":{"path":"M199.8,111.4 199.8,124.8 210.1,124.8 210.1,111.4 z"}, "211":{"path":"M187.4,124.9 198.1,124.8 198.1,111.4 187.4,111.4 z"}, "212":{"path":"M185.7,111.4 174.4,111.4 174.4,124.9 185.7,124.9 z"}, "213":{"path":"M161.4,111.4 172.6,111.4 172.6,124.9 161.4,124.9 z"}, "214":{"path":"M159.6,111.4h-7c-1.8,0-5.2,0.3-9.6,1.3l2.7,13.7c2.8-0.6,5.4-1.1,7.7-1.4h6.1V111.4z"}, "215":{"path":"M125.4,134.8c6.1-4.1,12.7-6.5,18.7-8l-2.7-13.7c-6.8,1.6-15.4,4.4-23.6,9.3L125.4,134.8z"}, "216":{"path":"M111.8,149.2c3.3-5.7,7.5-10.1,12.1-13.5l-7.7-12.6c-6.5,4.1-12.7,9.4-17.5,16.5L111.8,149.2z"}, "217":{"path":"M106.1,166.3c0.9-6,2.6-11.1,4.8-15.5l-13.2-9.7c-3.9,6.2-6.8,13.7-7.9,22.6L106.1,166.3z"}, "218":{"path":"M89.7,165.5c-0.1,0.7-0.1,1.4-0.2,2.1v20h16v-16.1c0.1-1.1,0.2-2.3,0.3-3.3L89.7,165.5z"}, "219":{"path":"M89.5,189 105.5,189 105.5,208.8 89.5,208.8 z"}, "220":{"path":"M89.5,210.6 105.5,210.6 105.5,229.7 89.5,229.7 z"}, "221":{"path":"M89.5,231.5 105.5,231.5 105.5,250.8 89.5,250.8 z"}, "222":{"path":"M89.5,252.5 105.5,252.5 105.5,272.2 89.5,272.2 z"}, "223":{"path":"M106.4,296.7c-0.6-2.7-0.9-5.6-0.9-8.6v-14.4h-16v19c0,1.8,0.1,3.5,0.3,5.2L106.4,296.7z"}, "224":{"path":"M98.5,322l14.9-9.3c-3-4.3-5.3-9.1-6.6-14.4l-16.9,1.3C91,308.5,94.1,315.9,98.5,322z"}, "225":{"path":"M126.7,326.1c-4.6-3.3-8.8-7.3-12.3-11.9l-14.8,9.2c5,6.4,11.4,11.5,18.4,15.5L126.7,326.1z"}, "226":{"path":"M145.7,335.3c-5.8-1.6-11.9-4.4-17.5-8.2l-8.6,12.7c7.7,4.2,16,7.2,23.8,9.4L145.7,335.3z"}, "227":{"path":"M159.1,336.6 148,335.4 145.2,349.3 153.3,350.3 172.2,350.3 172.2,336.6 z"}, "228":{"path":"M174,336.6 191.8,336.6 191.8,350.3 174,350.3 z"}, "229":{"path":"M193.6,336.6 215.9,336.6 215.9,350.3 193.6,350.3 z"}, "230":{"path":"M217.6,336.6 239.7,336.6 239.7,350.3 217.6,350.3 z"}, "231":{"path":"M241.5,336.6 263.8,336.6 263.8,350.3 241.5,350.3 z"}, "232":{"path":"M265.6,336.6 287.9,336.6 287.9,350.3 265.6,350.3 z"}, "233":{"path":"M289.6,336.6 307.4,336.6 307.4,350.3 289.6,350.3 z"}, "234":{"path":"M336.4,349.3 333.5,335.4 321.7,336.6 309.2,336.6 309.2,350.3 328.8,350.3 z"}, "235":{"path":"M354.1,328c-4.9,3.1-11,5.7-18.5,7.4l2.3,13.7c9.5-1.8,17.4-4.7,24.1-8.4L354.1,328z"}, "236":{"path":"M367.7,314.3c-3,4.8-6.9,9.1-12.1,12.7l8,12.8c7.6-4.5,13.3-10.2,17.6-16.2L367.7,314.3z"}, "237":{"path":"M391.1,299.7l-16.6-1.4c-1.5,5.1-3.3,10-5.9,14.5l13.5,9.4C386.9,314.8,389.7,307,391.1,299.7z"}, "238":{"path":"M391.3,298c0.3-1.9,0.5-3.8,0.6-5.6v-18.7h-15.8v18.1c-0.4,1.6-0.8,3.2-1.2,4.8L391.3,298z"}, "239":{"path":"M376.1,253.1 391.9,253.1 391.9,272.3 376.1,272.3 z"}, "240":{"path":"M376.1,231.7 391.9,231.7 391.9,251.4 376.1,251.4 z"}, "241":{"path":"M376.1,210.2 391.9,210.2 391.9,229.9 376.1,229.9 z"}, "242":{"path":"M376.1,189.2 391.9,189.2 391.9,208.4 376.1,208.4 z"}, "243":{"path":"M391.5,165.9l-15.6,1.8c0.1,1.1,0.2,2.2,0.2,3.1v17H392l-0.5-19.6C391.5,167.5,391.5,166.7,391.5,165.9z"}, "244":{"path":"M375.6,166l15.8-1.8c-0.5-6.7-3.1-14.8-8-22.6l-13.5,9.4C373,156.3,374.9,161.7,375.6,166z"}, "245":{"path":"M382.4,140.1c-4.1-6.2-9.8-12.1-17-16.9l-8.4,13.3c5.1,3.9,9,8.4,11.9,13L382.4,140.1z"}, "246":{"path":"M337.7,127.1c7.1,1.9,13,4.8,17.8,8.3l8.4-13.2c-6.6-4.2-14.6-7.5-23.9-9.3L337.7,127.1z"}, "247":{"path":"M321.6,112.6l-0.3,12.1c5.4,0.2,10.3,0.9,14.7,1.9l2.4-14.1c-5.2-0.9-10.7-1.3-16.7-1.2L321.6,112.6z"}, "301":{"path":"M289.8,83.4 307,83.4 307,107.6 289.8,107.6 z"}, "302":{"path":"M265.8,83.4 287.7,83.4 287.7,107.6 265.8,107.6 z"}, "303":{"path":"M242,83.4 263.6,83.4 263.6,107.6 242,107.6 z"}, "304":{"path":"M217.9,83.4 239.8,83.4 239.8,107.6 217.9,107.6 z"}, "305":{"path":"M193.8,83.4 215.8,83.4 215.8,107.6 193.8,107.6 z"}, "306":{"path":"M174.4,83.4 191.6,83.4 191.6,107.6 174.4,107.6 z"}, "307":{"path":"M149.1,83.8l1.4,24.1c0.8-0.1,1.6-0.2,2.4-0.3h19.7V83.4h-17C153.8,83.4,151.6,83.5,149.1,83.8z"}, "308":{"path":"M147.3,84c-6.4,0.7-14.5,2.1-23.2,4.9l7.2,23.3c6.2-2.1,12.2-3.4,17.4-4.1L147.3,84z"}, "309":{"path":"M113.9,120.5c5.1-3.3,10.5-5.8,15.8-7.7l-7.2-23.3c-7.1,2.5-14.6,5.9-21.8,10.7L113.9,120.5z"}, "310":{"path":"M99.2,101.2c-6.3,4.5-12.4,10-17.8,17l17.9,15c3.9-4.7,8.4-8.5,13.1-11.7L99.2,101.2z"}, "311":{"path":"M80.4,119.5c-4.4,5.9-8.2,12.7-11.4,20.7l21.1,8.6c2.1-5.4,4.9-10.2,8.2-14.3L80.4,119.5z"}, "312":{"path":"M68.4,141.9c-2.5,6.7-4.5,14.2-5.8,22.6l23.5,1.2v-0.2c0.6-5.5,1.8-10.4,3.5-14.9L68.4,141.9z"}, "313":{"path":"M62.3,166.2c-0.2,1.7-0.5,3.4-0.7,5.2v16.1H86v-20.1L62.3,166.2z"}, "314":{"path":"M85.9,208.8 86,189 61.6,189 61.6,208.8 z"}, "315":{"path":"M61.6,229.7 85.9,229.7 85.9,210.6 61.6,210.6 z"}, "316":{"path":"M85.9,250.7 85.9,231.5 61.6,231.5 61.6,250.7 z"}, "317":{"path":"M61.6,252.5 61.6,272.2 85.8,272.2 85.9,252.5 z"}, "318":{"path":"M86.1,294.6c-0.1-1.2-0.2-2.4-0.3-3.6v-17.2H61.6v14.4c0,2.6,0.1,5.1,0.3,7.6L86.1,294.6z"}, "319":{"path":"M67.6,320.4l22.5-9.2c-1.8-4.6-3.1-9.6-3.7-14.9l-24.3,1.2C62.9,305.7,64.8,313.4,67.6,320.4z"}, "320":{"path":"M99.3,327.3c-3.4-4.3-6.3-9.1-8.5-14.4l-22.5,9.2c3.1,7.5,7.1,14.2,11.8,20.2L99.3,327.3z"}, "321":{"path":"M113.2,340.5c-4.6-3.3-9-7.3-12.8-11.8l-19.2,15c5.2,6.5,11.2,12.1,17.5,16.8L113.2,340.5z"}, "322":{"path":"M100.1,361.5c7.2,5.1,14.7,8.9,22.1,11.5l7.9-23.4c-5.2-2-10.5-4.7-15.4-8L100.1,361.5z"}, "323":{"path":"M148.8,353.8c-5.4-0.4-11.2-1.6-17-3.6l-7.9,23.4c4.7,1.5,9.2,2.4,13.5,2.8l9.8,1L148.8,353.8z"}, "324":{"path":"M150.7,353.8 149.2,377.3 172.2,377.3 172.2,353.8 z"}, "325":{"path":"M174,353.8 191.8,353.8 191.8,377.3 174,377.3 z"}, "326":{"path":"M193.6,353.8 215.9,353.8 215.9,377.3 193.6,377.3 z"}, "327":{"path":"M217.6,353.8 239.7,353.8 239.7,377.3 217.6,377.3 z"}, "328":{"path":"M241.5,353.8 263.8,353.8 263.8,377.3 241.5,377.3 z"}, "329":{"path":"M265.6,353.8 287.9,353.8 287.9,377.3 265.6,377.3 z"}, "330":{"path":"M289.6,353.8 307.4,353.8 307.4,377.3 289.6,377.3 z"}, "331":{"path":"M309.2,353.8 309.2,377.3 332.5,377.3 331.1,353.8 z"}, "332":{"path":"M350.3,349.7c-5.6,2-11.6,3.4-17.8,4.1l2.1,23.5c8.3,0,16.1-1.3,23.6-3.7L350.3,349.7z"}, "333":{"path":"M359.9,373.1c7.8-2.7,15.1-6.5,21.7-11.2l-14.2-21c-4.7,3.3-9.9,6.1-15.5,8.3L359.9,373.1z"}, "334":{"path":"M381.1,328.3c-3.6,4.2-7.7,8.1-12.4,11.5l14.2,21c6.6-4.9,12.5-10.7,17.5-17.1L381.1,328.3z"}, "335":{"path":"M401.6,342.3c4.8-6.4,8.8-13.2,11.8-20.3l-22.5-9.3c-2.2,5-5.1,9.7-8.7,14.2L401.6,342.3z"}, "336":{"path":"M395.4,296.4c-0.5,5-1.8,9.9-3.8,14.7l22.5,9.3c3-7.4,4.8-15,5.5-22.5L395.4,296.4z"}, "337":{"path":"M419.7,296.1c0.1-1.3,0.1-2.6,0.1-3.8v-18.6h-24.2v17.6c0,1.1-0.1,2.3-0.1,3.4L419.7,296.1z"}, "338":{"path":"M395.7,253.1 419.9,253.1 419.9,272.3 395.7,272.3 z"}, "339":{"path":"M395.7,231.7 419.9,231.7 419.9,251.4 395.7,251.4 z"}, "340":{"path":"M395.7,210.2 419.9,210.2 419.9,229.9 395.7,229.9 z"}, "341":{"path":"M395.7,189.2 419.9,189.2 419.9,208.4 395.7,208.4 z"}, "342":{"path":"M395.2,167.4c0.7,6.1,0.9,12.9,0.5,20.5h24.2c0.4-7.1,0.2-14.5-0.7-21.9L395.2,167.4z"}, "343":{"path":"M413.5,141.9l-22,8.8c1.5,4.5,2.7,9.4,3.4,15l24-1.4C417.9,156.7,416.1,149.2,413.5,141.9z"}, "344":{"path":"M383.3,134.8c3,4.1,5.6,8.8,7.6,14.2l22-8.8c-2.8-7.3-6.5-14.3-11.2-20.8L383.3,134.8z"}, "345":{"path":"M369.2,121.4c4.8,3.2,9.3,7.1,13.1,12l18.3-15.4c-4.9-6.3-10.8-12.1-17.8-17L369.2,121.4z"}, "346":{"path":"M381.3,100c-6.4-4.2-13.6-7.8-21.9-10.5l-7.4,23.6c5.4,1.9,10.7,4.3,15.6,7.4L381.3,100z"}, "347":{"path":"M357.7,88.9c-7-2.2-14.8-3.8-23.2-4.7l-1.9,23.3c5.8,1.3,11.8,2.8,17.8,4.9L357.7,88.9z"}, "348":{"path":"M332.7,84.2 309.2,83.4 309.2,107.6 330.8,107.6 z"}}; var bg = {"bg":{"path":"M148,382.5h189.5c47.3-2,81.6-41.7,87.2-80.1V163.9c0.1-45.1-48.5-82.3-91.2-84.2H148 c-32.8,2-91.6,31.7-90.6,84.2v138.5C59.2,341.6,89.5,375.8,148,382.5z"}}; var style_props = { "fill": "#D0E1EC", "fill-opacity": 1, "stroke": "#D0E1EC", "stroke-width": 1, "stroke-opacity": 1 }; var style_bg = { "fill": "#ebf7fe", "fill-opacity": 1, "stroke": "#369", "stroke-width": 2, "stroke-opacity": 1 }; var style_grass = { "fill": "#098042", "fill-opacity": 1, "stroke": "#804E1F", "stroke-width": 8, "stroke-opacity": 1 }; style_font_section = { "font-size": 6.5, "font-family": "Arial, Helvetica, sans-serif", "cursor":"pointer", "fill": "#696969", "width":"30px" }; style_font_section_filled = { "font-size": 6.5, "font-family": "Arial, Helvetica, sans-serif", "cursor":"pointer", "fill": "#696969" }; style_sections = { "fill": "#fff", "fill-opacity": 1, "stroke": "#36c", "stroke-width": 1, "stroke-opacity": 1, "cursor":"pointer" }; style_section_filled = { "fill": "#A3C266", "fill-opacity": 1, "stroke": "#36c", "stroke-width": 1, "cursor":"pointer" }; style_section_filled_active = { "fill": "#dce8c5", "fill-opacity": 1, "stroke": "#36c", "stroke-width": 1, "cursor":"pointer" }; style_section_current = { "fill": "#A3C266", "fill-opacity": 1, "stroke": "#36c", "stroke-width": 1, "cursor":"pointer" }; style_sections_highlighted = { "fill": "#ffffa0", "fill-opacity": 1, "stroke": "#36c", "stroke-width": 1, "stroke-opacity": 1, "cursor":"pointer" }; style_section_filled_highlighted = { "fill": "#7aa32d", "fill-opacity": 1, "stroke": "#36c", "stroke-width": 1, "cursor":"pointer" }; // container_width was 1800 paper = Raphael("canvas", container_width, container_width); paper.renderfix(); bg_shape = paper.set(); grass_shape = paper.set(); sections = paper.set(); section_extras = paper.set(); section_text = paper.set(); clickable_section = paper.set(); clickable_section_text = paper.set(); highlighted_section = paper.set(); // props & suites if(typeof bg !== 'undefined'){ $.each( bg, function( key, value ) { bg_shape.push(paper.path(value.path)); }); bg_shape.attr(style_bg); } // grass for ballparks if(typeof grass !== 'undefined'){ $.each( grass, function( key, value ) { grass_shape.push(paper.path(value.path)); }); grass_shape.attr(style_grass); } var field = paper.image("/seatingcharts/fields/soccer_avfms.png",0,0,735,454); field.attr({"width":177, "height":109});field.transform("R0 T152,174"); // props & suites if(typeof props !== 'undefined'){ $.each( props, function( key, value ) { section_extras.push(paper.path(value.path)); }); section_extras.attr(style_props); } var array_key; // sections $.each( section_map, function( key, value ) { array_key = section_key(key); // section shape all_section_names[array_key] = paper.path(value.path).data({"sec":array_key}); sections.push(all_section_names[array_key]); // bbox of section section_box = all_section_names[array_key].getBBox(); // section text all_section_text[array_key] = paper.text(0, 0, clean_out_text(key)).data({"sec":array_key}); all_section_text[array_key].translate(section_box.x+(section_box.width/2),section_box.y+(section_box.height/2)); section_text.push(all_section_text[array_key]); }); sections.attr(style_sections); sections.data("highlighted",false); sections.data("clickable",false); section_text.attr(style_font_section); section_text.data("highlighted",false); section_text.data("clickable",false); // would this replace the other one sections.mousedown(function(e){ var section = this.data("sec"); section = clean_out_text(section); var center_x = (e.pageX - $('#canvas').offset().left)-120+($('#canvas').position().left); var center_y = (e.pageY - $('#canvas').offset().top)-270+($('#canvas').position().top); make_mini_photo_popup(center_x, center_y, section); }); section_text.mousedown(function(e){ var section = this.data("sec"); section = clean_out_text(section); var center_x = (e.pageX - $('#canvas').offset().left)-120+($('#canvas').position().left); var center_y = (e.pageY - $('#canvas').offset().top)-270+($('#canvas').position().top); make_mini_photo_popup(center_x, center_y, section); }); sections.transform("S1"); section_extras.transform("S1"); // get clickable sections find_sections_with_photos(venue); // move text to front do_to_front(); paper.setViewBox(0,0,500,500,true); zoom_level = 4; $("#canvas svg").css("overflow","visible"); //paper.setSize(800,1200); $("#seat_finder_form input").change(function(){ // show a spinner, starting now var filter = $(this).val(); make_filter_request("1570","soccer",filter); });});

Für grüne Bereiche sind Fotos vorhanden.

Durch die fortgesetzte Nutzung unserer Website gibst du deine Zustimmung zur Nutzung von Cookies gemäß unserer Cookie-RichtlinienSchließen

Allianz Arena - Interaktiver sport-Sitzplan (2024)

References

Top Articles
Latest Posts
Article information

Author: Rev. Porsche Oberbrunner

Last Updated:

Views: 6145

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Rev. Porsche Oberbrunner

Birthday: 1994-06-25

Address: Suite 153 582 Lubowitz Walks, Port Alfredoborough, IN 72879-2838

Phone: +128413562823324

Job: IT Strategist

Hobby: Video gaming, Basketball, Web surfing, Book restoration, Jogging, Shooting, Fishing

Introduction: My name is Rev. Porsche Oberbrunner, I am a zany, graceful, talented, witty, determined, shiny, enchanting person who loves writing and wants to share my knowledge and understanding with you.