From 7373b81e55782751e25f17cdfb91a2e3420139e4 Mon Sep 17 00:00:00 2001 From: johnarban Date: Fri, 1 Nov 2024 15:07:16 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20cosmicds?= =?UTF-8?q?/tempo-lite@b577f63938bc77e8c074139b6c5fc5aa6538449c=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- js/app.7edeb079.js | 2 -- js/app.7edeb079.js.map | 1 - js/app.ee873ed7.js | 2 ++ js/app.ee873ed7.js.map | 1 + tsconfig.tsbuildinfo | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 js/app.7edeb079.js delete mode 100644 js/app.7edeb079.js.map create mode 100644 js/app.ee873ed7.js create mode 100644 js/app.ee873ed7.js.map diff --git a/index.html b/index.html index 02f55ce..b5e0cd3 100644 --- a/index.html +++ b/index.html @@ -2,4 +2,4 @@ function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); - gtag('config', 'G-C2ELSYY9VC');Tempo Lite
\ No newline at end of file + gtag('config', 'G-C2ELSYY9VC');Tempo Lite
\ No newline at end of file diff --git a/js/app.7edeb079.js b/js/app.7edeb079.js deleted file mode 100644 index 62cce94..0000000 --- a/js/app.7edeb079.js +++ /dev/null @@ -1,2 +0,0 @@ -(()=>{"use strict";var e={1016:(e,t,n)=>{var o=n(3751),a=n(3637),i=n(641),r=n(33),l=n(7993);function s(e,t,n,a,s,c){var u=(0,i.g2)("font-awesome-icon");return(0,i.uX)(),(0,i.CE)("div",{class:"forward-geocoding-container",style:(0,r.Tr)(e.cssStyles)},[(0,i.bo)((0,i.bF)(l.A,{class:(0,r.C4)(["forward-geocoding-input",e.locationJustUpdated?"geocode-success":"",e.small?"forward-geocoding-input-small":""]),modelValue:e.searchText,"onUpdate:modelValue":[t[0]||(t[0]=function(t){return e.searchText=t}),e.setLocationFromSearchFeature],items:e.searchResults?e.searchResults.features:[],"item-title":e.textForMapboxFeature,"bg-color":e.bgColor,label:e.locationLabel,density:e.small?"compact":"default","hide-details":"",solo:"",color:e.accentColor,onInput:function(){},onKeydown:[(0,o.jR)(e.performForwardGeocodingSearch,["enter"]),t[1]||(t[1]=(0,o.jR)((function(t){return e.searchResults=null}),["esc"]))],"error-messages":e.searchErrorMessage,"onClick:append":e.focusCombobox,"onUpdate:focused":t[2]||(t[2]=function(t){return e.onFocusChange(t)}),ref:"searchInput",menu:e.menuOpen,"onUpdate:menu":t[3]||(t[3]=function(t){return e.menuOpen=t})},{append:(0,i.k6)((function(){return[(0,i.bF)(u,{class:"geocoding-search-icon",icon:"magnifying-glass",size:e.searchOpen?"xl":e.buttonSize,color:"gray",onClick:e.toggleSearch},null,8,["size","onClick"]),(0,i.RG)(e.$slots,"append-icon",{class:"geocode-icon"}),(0,i.bo)((0,i.bF)(u,{class:"geocoding-close-icon",icon:"circle-xmark",size:e.searchOpen?"xl":"1x",color:"gray",onClick:e.closeSearch},null,8,["size","onClick"]),[[o.aG,e.searchOpen&&!e.stayOpen]])]})),_:3},8,["class","modelValue","items","item-title","bg-color","label","density","color","onUpdate:modelValue","onKeydown","error-messages","onClick:append","menu"]),[[o.aG,e.searchOpen]]),(0,i.bo)((0,i.bF)(u,{class:"geocoding-search-icon",icon:"magnifying-glass",size:e.searchOpen?"xl":e.buttonSize,color:"gray",onClick:(0,o.D$)(e.toggleSearch,["prevent"])},null,8,["size","onClick"]),[[o.aG,!e.searchOpen&&!e.stayOpen]])],4)}var c=n(1635),u=["postcode","place","region","country"],d=["United States","Canada","Mexico"],h=["US-","CA-","MX-"];function f(e){var t=[];return e.text&&t.push(e.text),e.context.forEach((function(e){var n=e.id.split(".")[0];if(u.includes(n)){var o=null,a=e.short_code;if("region"===n&&null!=a)h.some((function(e){return a.startsWith(e)}))&&(o=a.substring(3));else if("country"===n){var i=e.text;d.includes(i)||(o=i)}null!==o&&t.push(o)}})),t.join(", ")}function m(e,t){return(0,c.sH)(this,void 0,Promise,(function(){var n,o,a,i,r;return(0,c.YH)(this,(function(l){return n="pk.eyJ1IjoiY29zbWljZHMiLCJhIjoiY2xzOWV3aHRnMDY4ejJzbGRtZ2x4bW4yZyJ9.8qTaW6RulUyg4awUJ4a-Kg",o=new URLSearchParams,o.set("access_token",null!==n&&void 0!==n?n:""),a=(null!==(r=null===t||void 0===t?void 0:t.types)&&void 0!==r?r:["place","postcode"]).join(","),o.set("types",a),(null===t||void 0===t?void 0:t.countries)&&o.set("country",t.countries.join(",")),i="https://api.mapbox.com/geocoding/v5/mapbox.places/".concat(e,".json?").concat(o.toString()),[2,fetch(i).then((function(e){return e.json()}))]}))}))}const p=(0,i.pM)({name:"LocationSearch",emits:["update:modelValue","set-location","error","geolocate"],props:{searchProvider:{type:Function,default:function(){}},modelValue:{type:Boolean,default:!0,required:!1},stayOpen:{type:Boolean,default:!1},accentColor:{type:String,default:"white"},small:{type:Boolean,default:!1},theme:{type:String,default:"dark"},buttonSize:{type:String,default:"1x"},bgColor:{type:String,default:"white"},persistSelected:{type:Boolean,default:!1}},data:function(){return{searchOpen:this.modelValue||this.stayOpen,searchText:null,searchResults:null,searchErrorMessage:null,locationJustUpdated:!1,locationUpdatedText:"Location updated",comboFocused:!1,menuOpen:!1}},computed:{cssStyles:function(){return{"--accent-color":this.accentColor,"--bg-color":this.bgColor,"--fg-container-padding":this.searchOpen?this.small?"0px 5px 0px 0px":"5px 10px 12px 10px":"0px","--border-radius":this.searchOpen?"7px":"20px"}},locationLabel:function(){var e;return this.locationJustUpdated?this.comboFocused||null!==this.searchResults||null!==this.searchText?"Enter a location":this.locationUpdatedText:null!==(e=this.searchErrorMessage)&&void 0!==e?e:"Enter a location"}},methods:{performForwardGeocodingSearch:function(){var e=this;console.log("performForwardGeocodingSearch",this.searchText),null===this.searchText||this.searchText.length<3||this.searchProvider(this.searchText).then((function(t){var n,o;null!==t&&1===(null===(n=t.features)||void 0===n?void 0:n.length)?e.setLocationFromSearchFeature(t.features[0]):null!==t&&0==(null===(o=t.features)||void 0===o?void 0:o.length)?(e.searchErrorMessage="No matching places were found",console.log("No matching places were found"),e.$emit("error",e.searchErrorMessage)):e.searchResults=t}))},textForMapboxFeature:function(e){if("string"!==typeof e)return f(e)},onFocusChange:function(e){console.log("focus change",e),this.comboFocused=e},blurCombobox:function(){console.log("blurring");var e=this.$refs.searchInput;console.log(e),e.blur()},focusCombobox:function(){var e=this.$refs.searchInput;e.focus()},setLocationFromSearchFeature:function(e){if("string"!==typeof e&&(console.log("setting location"),null!==e)){var t=this.textForMapboxFeature(e);this.locationUpdatedText=void 0!==t?t:e.place_name.split(",").slice(0,2).join(", "),this.blurCombobox(),this.timedJustUpdatedLocation(),this.clearSearchData(),this.$emit("set-location",e)}},toggleSearch:function(){console.log("toggleSearch",this.searchOpen,this.searchText),this.searchOpen?(this.performForwardGeocodingSearch(),this.menuOpen=!0,this.focusCombobox()):this.searchOpen=!0},closeSearch:function(){this.searchOpen=!1,this.clearSearchData()},clearSearchData:function(){this.searchResults=null,this.searchText=null,this.searchErrorMessage=null},timedJustUpdatedLocation:function(){var e=this;this.locationJustUpdated=!0,setTimeout((function(){e.locationJustUpdated=e.persistSelected}),5e3)}},watch:{modelValue:function(e){this.searchOpen=e},searchOpen:function(e){this.$emit("update:modelValue",e)},searchText:function(e){this.searchErrorMessage&&(this.searchErrorMessage=null),e&&0!==e.length||(this.searchResults=null)}}});var g=n(6262);const b=(0,g.A)(p,[["render",s]]),v=b,y=n.p+"img/TEMPO-Logo-Small.5ce016b3.png",k=n.p+"img/smithsonian.296b2943.png";var w=n(6059),x=n(8322),L=n(2915),S=n(9311),T=n(2082),C=n(4180),O=n(852),F=n(1972),D=n(6861),M=n(1731),I=n(9529),U=n(7819),_=n(1028),V=n(4461),E=n(9543),R=n(3899),W=n(6175),N=n(1926),z={key:0,id:"introduction-overlay",class:"elevation-10 gradient-background"},A={id:"intro-window-close-button"},P={class:"intro-text mb-3"},j={id:"intro-bottom-controls"},B={id:"main-content"},G={class:"content-with-sidebars"},H={id:"map-container"},q={id:"map-contents",style:{width:"100%",height:"100%"}},K={key:0,id:"map-legend"},Y={id:"map-show-hide-clouds"},$={id:"slider-row"},X={class:"thumb-label"},J={id:"user-options"},Z={id:"all-dates"},Q={class:"d-flex flex-row align-center"},ee={class:"d-flex flex-row align-center my-2"},te={key:0},ne={key:1},oe={id:"date-radio"},ae={class:"d-flex flex-row align-center"},ie={class:"d-flex flex-row align-center"},re={class:"d-flex flex-row align-center"},le={key:0,style:{"border-color":"grey"}},se={key:1,id:"locations-of-interest"},ce={class:"mb-1"},ue=["innerHTML"],de={id:"bottom-options"},he={id:"control-checkboxes"},fe={class:"d-flex flex-row align-center justify-space-between"},me={class:"d-flex flex-row align-center justify-space-between"},pe={id:"opacity-slider-container"},ge={id:"information"},be={class:"d-flex flex-row justify-space-between"},ve={tabindex:"0"},ye={id:"body-logos"};function ke(e,t,n,a,l,s){var c=(0,i.g2)("font-awesome-icon"),u=(0,i.g2)("colorbar-horizontal"),d=(0,i.g2)("location-search"),h=(0,i.g2)("colorbar"),f=(0,i.g2)("icon-button"),m=(0,i.g2)("date-picker"),p=(0,i.g2)("info-button"),g=(0,i.g2)("funding-acknowledgement"),b=(0,i.g2)("credit-logos");return(0,i.uX)(),(0,i.Wv)(w.E,{id:"app",style:(0,r.Tr)(e.cssVars)},{default:(0,i.k6)((function(){return[(0,i.bF)(M.L,{"model-value":e.inIntro,style:(0,r.Tr)(e.cssVars),id:"intro-background"},{default:(0,i.k6)((function(){return[(0,i.bF)(O.p,{modelValue:e.inIntro,"onUpdate:modelValue":t[9]||(t[9]=function(t){return e.inIntro=t})},{default:(0,i.k6)((function(){return[e.inIntro?((0,i.uX)(),(0,i.CE)("div",z,[(0,i.bF)(W.r3,{modelValue:e.introSlide,"onUpdate:modelValue":t[4]||(t[4]=function(t){return e.introSlide=t})},{additional:(0,i.k6)((function(){return[(0,i.Lk)("div",A,[(0,i.bF)(c,{size:"xl",class:"ma-1",color:"#b3d5e6",icon:"square-xmark",onClick:t[0]||(t[0]=function(t){return e.inIntro=!e.inIntro}),onKeyup:t[1]||(t[1]=(0,o.jR)((function(t){return e.inIntro=!e.inIntro}),["enter"])),tabindex:"0","tooltip-location":"start"})])]})),default:(0,i.k6)((function(){return[(0,i.bF)(N.m,{value:1},{default:(0,i.k6)((function(){return t[39]||(t[39]=[(0,i.Lk)("div",{class:"intro-text"},[(0,i.Lk)("p",{class:"mb-5"}," The TEMPO satellite mission (Tropospheric Emissions: Monitoring Pollution), launched in April 2023, is the first space-based instrument to monitor major air pollutants across the North American continent every daylight hour at high spatial resolution. A collaboration between NASA and the Smithsonian Astrophysical Observatory, the TEMPO instrument gathers hourly daytime scans of the atmosphere over North America from the Atlantic Ocean to the Pacific Coast and from roughly Mexico City to central Canada. ")],-1)])})),_:1}),(0,i.bF)(N.m,{value:2},{default:(0,i.k6)((function(){return t[40]||(t[40]=[(0,i.Lk)("div",{class:"intro-text mb-3"},[(0,i.Lk)("p",{class:"mb-3"},[(0,i.eW)(" This Data Story provides an introduction to what can be learned from TEMPO’s data, which became publicly available May 20, 2024. The map here visualizes hourly Nitrogen Dioxide (NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(") data over time. NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" can be produced by: ")]),(0,i.Lk)("ul",null,[(0,i.Lk)("li",null,"Burning of fossil fuels—for example from vehicles, power plants, manufacturing sites, and oil refineries"),(0,i.Lk)("li",null,"Fires and biomass burning—including wildfires and prescribed burns, as well as burning of vegetation for land clearing"),(0,i.Lk)("li",null,[(0,i.eW)("Bacteria, which naturally convert nitrogen in soil into compounds that can form NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(". Agricultural use of nitrogen-based fertilizers increases the amount of NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" produced by these bacteria.")]),(0,i.Lk)("li",null,[(0,i.eW)("Lightning, which triggers a chemical reaction that turns harmless N"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" in the atmosphere into NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(". ")])]),(0,i.Lk)("p",{class:"mt-3"}," For each date, you can see the scans beginning on the East Coast in the morning, and ending on the West Coast as the Sun sets. ")],-1)])})),_:1}),(0,i.bF)(N.m,{value:3},{default:(0,i.k6)((function(){return[(0,i.Lk)("div",P,[t[47]||(t[47]=(0,i.Lk)("p",{class:"mb-3"}," In this interactive page you can: ",-1)),(0,i.Lk)("ul",null,[t[44]||(t[44]=(0,i.Lk)("li",null,[(0,i.eW)(" Select a date and press the “Play” button or scroll the time slider to view the changing concentrations of NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" over North America on those dates. ")],-1)),(0,i.Lk)("li",{style:(0,r.Tr)(e.cssVars)},[t[42]||(t[42]=(0,i.eW)(" Press the ")),(0,i.bF)(D.w,{style:{"font-size":"1.3em",color:"var(--accent-color)"},elevation:"1"},{default:(0,i.k6)((function(){return t[41]||(t[41]=[(0,i.eW)("mdi-information-variant-circle-outline")])})),_:1}),t[43]||(t[43]=(0,i.eW)(" button next to each Notable Date to get an overview of what to look for on that date "))],4),t[45]||(t[45]=(0,i.Lk)("li",null," For each Notable Date, select one of two zoomed-in Locations to investigate specific pollution events. ",-1)),t[46]||(t[46]=(0,i.Lk)("li",null," You can use the “Timezone” setting to investigate how pollution evolves over the day, for example as rush hour progresses in large cities. ",-1))]),(0,i.bF)(C.a,{modelValue:e.dontShowIntro,"onUpdate:modelValue":t[2]||(t[2]=function(t){return e.dontShowIntro=t}),onKeyup:t[3]||(t[3]=(0,o.jR)((function(t){return e.dontShowIntro=!e.dontShowIntro}),["enter"])),label:"Don't show this introduction again",color:"#c10124","hide-details":""},null,8,["modelValue"])])]})),_:1})]})),_:1},8,["modelValue"]),(0,i.Lk)("div",j,[(0,i.Lk)("div",null,[e.introSlide>1?((0,i.uX)(),(0,i.Wv)(x.D,{key:0,id:"intro-next-button",color:e.accentColor,onClick:t[5]||(t[5]=function(t){return e.introSlide--}),onKeyup:t[6]||(t[6]=(0,o.jR)((function(t){return e.introSlide--}),["enter"])),elevation:"0"},{default:(0,i.k6)((function(){return t[48]||(t[48]=[(0,i.eW)(" Back ")])})),_:1},8,["color"])):(0,i.Q3)("",!0)]),(0,i.bF)(x.D,{id:"intro-next-button",color:e.accentColor,onClick:t[7]||(t[7]=function(t){return e.introSlide++}),onKeyup:t[8]||(t[8]=(0,o.jR)((function(t){return e.introSlide++}),["enter"])),elevation:"0"},{default:(0,i.k6)((function(){return[(0,i.eW)((0,r.v_)(e.introSlide<3?"Next":"Get Started"),1)]})),_:1},8,["color"])])])):(0,i.Q3)("",!0)]})),_:1},8,["modelValue"])]})),_:1},8,["model-value","style"]),(0,i.Lk)("div",B,[(0,i.Lk)("div",G,[t[98]||(t[98]=(0,i.Lk)("div",{id:"logo-title"},[(0,i.Lk)("a",{href:"https://tempo.si.edu",target:"_blank",rel:"noopener noreferrer"},[(0,i.Lk)("img",{src:y,alt:"TEMPO Logo",style:{width:"100px",height:"100px"}})]),(0,i.Lk)("h1",{id:"title"},"What is in the Air You Breathe?")],-1)),t[99]||(t[99]=(0,i.Lk)("div",{id:"where",class:"big-label"},"where",-1)),(0,i.Lk)("div",H,[e.$vuetify.display.width<=750?((0,i.uX)(),(0,i.Wv)(u,{key:0,label:"Amount of NO2",backgroundColor:"transparent",nsteps:255,cmap:e.cbarNO2,"start-value":"1","end-value":"150",extend:!0},{label:(0,i.k6)((function(){return t[49]||(t[49]=[(0,i.Lk)("div",{style:{"text-align":"center"}},[(0,i.eW)("Amount of NO₂ "),(0,i.Lk)("span",{class:"unit-label"},"(10¹⁴ mol/cm²)")],-1)])})),_:1},8,["cmap"])):(0,i.Q3)("",!0),(0,i.Lk)("div",q,[t[51]||(t[51]=(0,i.Lk)("div",{id:"map"},null,-1)),e.showFieldOfRegard?((0,i.uX)(),(0,i.CE)("div",K,t[50]||(t[50]=[(0,i.Lk)("hr",{class:"line-legend"},null,-1),(0,i.eW)("TEMPO Field of Regard")]))):(0,i.Q3)("",!0),(0,i.Lk)("div",Y,[e.cloudTimestamps.length>0?((0,i.uX)(),(0,i.Wv)(x.D,{key:0,class:"ma-2",onClick:t[10]||(t[10]=function(t){return e.showClouds=!e.showClouds}),onKeyup:t[11]||(t[11]=(0,o.jR)((function(t){return e.showClouds=!e.showClouds}),["enter"])),elevation:"5",color:e.cloudDataAvailable?e.showClouds?e.accentColor:e.buttonColor:"grey",disabled:!e.cloudDataAvailable,icon:"".concat(e.showClouds&&e.cloudDataAvailable?"mdi-cloud-outline":"mdi-cloud-off-outline")},null,8,["color","disabled","icon"])):(0,i.Q3)("",!0)]),(0,i.bF)(d,{modelValue:e.searchOpen,"onUpdate:modelValue":t[12]||(t[12]=function(t){return e.searchOpen=t}),small:"","stay-open":"",buttonSize:"xl","persist-selected":"","search-provider":e.geocodingInfoForSearch,onSetLocation:t[13]||(t[13]=function(t){var n;null!==t&&(null===(n=e.map)||void 0===n||n.setView([t.center[1],t.center[0]],7))}),onError:t[14]||(t[14]=function(t){return e.searchErrorMessage=t})},null,8,["modelValue","search-provider"])]),e.$vuetify.display.width>750?((0,i.uX)(),(0,i.Wv)(h,{key:1,label:"Amount of NO2",backgroundColor:"transparent",nsteps:255,cmap:e.cbarNO2,"start-value":"1","end-value":"150",extend:!0},{label:(0,i.k6)((function(){return t[52]||(t[52]=[(0,i.Lk)("div",{style:{"text-align":"center"}},[(0,i.eW)("Amount of NO₂"),(0,i.Lk)("br"),(0,i.Lk)("span",{class:"unit-label"},"(10¹⁴ molecules/cm²)")],-1)])})),_:1},8,["cmap"])):(0,i.Q3)("",!0)]),t[100]||(t[100]=(0,i.Lk)("div",{id:"when",class:"big-label"},"when",-1)),(0,i.Lk)("div",$,[(0,i.bF)(E.u,{class:"time-slider",modelValue:e.timeIndex,"onUpdate:modelValue":t[15]||(t[15]=function(t){return e.timeIndex=t}),min:e.minIndex,max:e.maxIndex,step:1,color:"#068ede95","thumb-label":"always","track-size":10,"show-ticks":"always","hide-details":"",disabled:e.loadedImagesProgress<100},{"thumb-label":(0,i.k6)((function(){return[(0,i.Lk)("div",X,(0,r.v_)(e.thumbLabel),1)]})),_:1},8,["modelValue","min","max","disabled"]),(0,i.bF)(f,{id:"play-pause","fa-icon":e.playing?"pause":"play","fa-size":"sm",onActivate:t[16]||(t[16]=function(t){return e.playing=!e.playing})},null,8,["fa-icon"])]),(0,i.Lk)("div",J,[(0,i.Lk)("div",Z,[t[55]||(t[55]=(0,i.Lk)("h2",null,"Select a Date",-1)),(0,i.Lk)("div",Q,[(0,i.bF)(_.$,{modelValue:e.radio,"onUpdate:modelValue":t[19]||(t[19]=function(t){return e.radio=t})},{default:(0,i.k6)((function(){return[(0,i.bF)(m,{modelValue:e.singleDateSelected,"onUpdate:modelValue":[t[17]||(t[17]=function(t){return e.singleDateSelected=t}),t[18]||(t[18]=function(t){var n=e.datesOfInterest.map((function(e){return e.getTime()})).indexOf(t.getTime());e.radio=n<0?null:n})],"allowed-dates":e.uniqueDays,clearable:!1,"enable-time-picker":!1,"multi-dates":!1,transitions:!1,format:function(e){return null===e||void 0===e?void 0:e.toDateString()},"preview-format":function(e){return null===e||void 0===e?void 0:e.toDateString()},dark:"true"},null,8,["modelValue","allowed-dates","format","preview-format"])]})),_:1},8,["modelValue"])]),(0,i.Lk)("div",ee,[(0,i.bF)(R.y,{disabled:e.touchscreen,text:"Previous Date"},{activator:(0,i.k6)((function(n){var a=n.props;return[(0,i.bF)(x.D,(0,i.v6)(a,{class:"rounded-icon-wrapper",onClick:e.moveBackwardOneDay,onKeyup:(0,o.jR)(e.moveBackwardOneDay,["enter"]),disabled:null!==e.radio||e.singleDateSelected===e.uniqueDays[0],color:"#009ade",variant:"outlined",elevation:"0",size:"md"}),{default:(0,i.k6)((function(){return[(0,i.bF)(D.w,null,{default:(0,i.k6)((function(){return t[53]||(t[53]=[(0,i.eW)("mdi-chevron-double-left")])})),_:1})]})),_:2},1040,["onClick","onKeyup","disabled"])]})),_:1},8,["disabled"]),(0,i.bF)(F.h),(0,i.bF)(R.y,{disabled:e.touchscreen,text:"Next Date"},{activator:(0,i.k6)((function(n){var a=n.props;return[(0,i.bF)(x.D,(0,i.v6)(a,{class:"rounded-icon-wrapper",onClick:e.moveForwardOneDay,onKeyup:(0,o.jR)(e.moveForwardOneDay,["enter"]),disabled:null!==e.radio||e.singleDateSelected===e.uniqueDays[e.uniqueDays.length-1],color:"#009ade",variant:"outlined",elevation:"0",size:"md"}),{default:(0,i.k6)((function(){return[(0,i.bF)(D.w,null,{default:(0,i.k6)((function(){return t[54]||(t[54]=[(0,i.eW)("mdi-chevron-double-right")])})),_:1})]})),_:2},1040,["onClick","onKeyup","disabled"])]})),_:1},8,["disabled"])]),(0,i.bF)(I.Z,{modelValue:e.loadedImagesProgress,"onUpdate:modelValue":t[20]||(t[20]=function(t){return e.loadedImagesProgress=t}),color:"#c10124",height:"20"},{default:(0,i.k6)((function(){return[e.loadedImagesProgress<100?((0,i.uX)(),(0,i.CE)("span",te,"Loading Data ("+(0,r.v_)(e.loadedImagesProgress.toFixed(0))+"%)",1)):((0,i.uX)(),(0,i.CE)("span",ne,"Selected Date Loaded"))]})),_:1},8,["modelValue"])]),t[60]||(t[60]=(0,i.Lk)("hr",{style:{"border-color":"grey"}},null,-1)),(0,i.Lk)("div",oe,[t[59]||(t[59]=(0,i.Lk)("h2",null,"Notable Dates",-1)),(0,i.bF)(_.$,{modelValue:e.radio,"onUpdate:modelValue":t[24]||(t[24]=function(t){return e.radio=t}),row:""},{default:(0,i.k6)((function(){return[(0,i.Lk)("div",ae,[(0,i.bF)(U.i,{label:"November 1, 2023",value:0,onKeyup:t[21]||(t[21]=(0,o.jR)((function(t){return e.radio=0}),["enter"]))}),(0,i.bF)(p,null,{default:(0,i.k6)((function(){return t[56]||(t[56]=[(0,i.Lk)("p",null," Because the TEMPO instrument measures sunlight reflected and scattered from Earth’s surface and atmosphere, it can’t “see” through the clouds—so these areas appear blank on the map. ",-1),(0,i.Lk)("p",null,[(0,i.eW)(" But right away you’ll see that there are high concentrations of NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" around many urban centers, and sometimes along major highways. ")],-1)])})),_:1})]),(0,i.Lk)("div",ie,[(0,i.bF)(U.i,{label:"November 3, 2023",value:1,onKeyup:t[22]||(t[22]=(0,o.jR)((function(t){return e.radio=1}),["enter"]))}),(0,i.bF)(p,null,{default:(0,i.k6)((function(){return t[57]||(t[57]=[(0,i.eW)(" Levels of NO"),(0,i.Lk)("sub",null,"2",-1),(0,i.eW)(" change quickly from day to day, and even from hour to hour as wind transports plumes of pollution. ")])})),_:1})]),(0,i.Lk)("div",re,[(0,i.bF)(U.i,{label:"March 28, 2024",value:2,onKeyup:t[23]||(t[23]=(0,o.jR)((function(t){return e.radio=2}),["enter"]))}),(0,i.bF)(p,null,{default:(0,i.k6)((function(){return t[58]||(t[58]=[(0,i.eW)(" Breathing air with a high concentration of NO"),(0,i.Lk)("sub",null,"2",-1),(0,i.eW)(", and the resulting smog it forms when it reacts with other pollutants, can irritate human respiratory systems. People with asthma, as well as children and the elderly, are generally at greater risk for the health effects of air pollution. TEMPO data can help communities make informed decisions and take action to improve air quality. ")])})),_:1})])]})),_:1},8,["modelValue"])]),null!==e.radio?((0,i.uX)(),(0,i.CE)("hr",le)):(0,i.Q3)("",!0),null!==e.radio?((0,i.uX)(),(0,i.CE)("div",se,[(0,i.Lk)("h3",ce,"Featured Events for "+(0,r.v_)(e.dateStrings[e.radio]),1),null!==e.radio?((0,i.uX)(),(0,i.Wv)(_.$,{key:0,modelValue:e.sublocationRadio,"onUpdate:modelValue":t[25]||(t[25]=function(t){return e.sublocationRadio=t}),row:""},{default:(0,i.k6)((function(){return[((0,i.uX)(!0),(0,i.CE)(i.FK,null,(0,i.pI)(e.locationsOfInterest[e.radio],(function(t,n){return(0,i.uX)(),(0,i.CE)("div",{key:n,class:"sublocation-radio-wrapper d-flex flex-row align-center space-between"},[(0,i.bF)(U.i,{class:"sublocation-radio",label:t.text,value:n,onKeyup:(0,o.jR)((function(t){return e.sublocationRadio=n}),["enter"])},null,8,["label","value","onKeyup"]),(0,i.bF)(p,null,{default:(0,i.k6)((function(){return[(0,i.Lk)("p",{innerHTML:e.locationsOfInterestText[e.radio][n]},null,8,ue)]})),_:2},1024)])})),128))]})),_:1},8,["modelValue"])):(0,i.Q3)("",!0)])):(0,i.Q3)("",!0),t[61]||(t[61]=(0,i.Lk)("hr",{style:{"border-color":"grey"}},null,-1))]),(0,i.Lk)("div",de,[t[69]||(t[69]=(0,i.Lk)("br",null,null,-1)),(0,i.bF)(V.d4,{modelValue:e.selectedTimezone,"onUpdate:modelValue":t[26]||(t[26]=function(t){return e.selectedTimezone=t}),label:"Timezone",items:e.timezoneOptions,"item-title":"name","item-value":"tz"},null,8,["modelValue","items"]),(0,i.Lk)("div",he,[(0,i.Lk)("div",fe,[(0,i.bF)(C.a,{modelValue:e.showFieldOfRegard,"onUpdate:modelValue":t[27]||(t[27]=function(t){return e.showFieldOfRegard=t}),onKeyup:t[28]||(t[28]=(0,o.jR)((function(t){return e.showFieldOfRegard=!e.showFieldOfRegard}),["enter"])),label:"TEMPO Field of Regard",color:"#c10124","hide-details":""},null,8,["modelValue"]),(0,i.bF)(p,null,{default:(0,i.k6)((function(){return[t[66]||(t[66]=(0,i.Lk)("p",null," The TEMPO satellite observes the atmosphere over North America, from the Atlantic Ocean to the Pacific Coast, and from roughly Mexico City to central Canada. ",-1)),(0,i.Lk)("p",null,[t[62]||(t[62]=(0,i.eW)(" The TEMPO Field of Regard (in ")),t[63]||(t[63]=(0,i.Lk)("span",{class:"text-red"},"red",-1)),t[64]||(t[64]=(0,i.eW)(", currently ")),(0,i.Lk)("em",null,(0,r.v_)(e.showFieldOfRegard?"visible":"hidden"),1),t[65]||(t[65]=(0,i.eW)(") is the area over which the satellite takes measurements. "))])]})),_:1})]),(0,i.Lk)("div",me,[(0,i.bF)(C.a,{modelValue:e.showClouds,"onUpdate:modelValue":t[29]||(t[29]=function(t){return e.showClouds=t}),onKeyup:t[30]||(t[30]=(0,o.jR)((function(t){return e.showClouds=!e.showClouds}),["enter"])),disabled:!e.cloudDataAvailable,label:e.cloudDataAvailable?"Show Cloud Mask":"No Cloud Data Available",color:"#c10124","hide-details":""},null,8,["modelValue","disabled","label"]),(0,i.bF)(p,null,{default:(0,i.k6)((function(){return t[67]||(t[67]=[(0,i.Lk)("p",null,[(0,i.eW)(" The cloud mask shows where the satellite could not measure NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" because of cloud cover. ")],-1)])})),_:1})]),(0,i.Q3)("",!0),(0,i.Lk)("div",pe,[(0,i.bF)(E.u,{modelValue:e.opacity,"onUpdate:modelValue":t[33]||(t[33]=function(t){return e.opacity=t}),min:0,max:1,color:"#c10124",density:"compact","hide-details":""},null,8,["modelValue"]),t[68]||(t[68]=(0,i.Lk)("div",{id:"opacity-slider-label"},"Overlay opacity",-1))])])]),(0,i.Lk)("div",ge,[(0,i.Lk)("article",null,[t[96]||(t[96]=(0,i.Lk)("h2",null,[(0,i.eW)("TEMPO NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" Data")],-1)),t[97]||(t[97]=(0,i.Lk)("p",null,[(0,i.Lk)("a",{href:"https://tempo.si.edu",target:"_blank",rel:"noopener noreferrer"}," TEMPO"),(0,i.eW)(", a collaboration between the Smithsonian and NASA, is the first space-based probe to measure air pollution hourly over North America at neighborhood scales. NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" (nitrogen dioxide) is one of the pollutants detected by TEMPO. It is produced by wildfires and the burning of fossil fuels. NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" contributes to the formation of harmful ground-level ozone and toxic particulates in the air we breathe. ")],-1)),(0,i.Lk)("div",be,[(0,i.Lk)("a",ve,[t[95]||(t[95]=(0,i.eW)(" Credits ")),(0,i.bF)(O.p,{id:"credits-dialog",modelValue:e.showCredits,"onUpdate:modelValue":t[36]||(t[36]=function(t){return e.showCredits=t}),activator:"parent",scrim:!1,location:"center center"},{default:(0,i.k6)((function(){return[(0,i.bF)(L.J,{class:"dialog-card"},{default:(0,i.k6)((function(){return[(0,i.bF)(c,{style:{position:"absolute",right:"16px",cursor:"pointer",padding:"0.5em",margin:"-0.5em"},icon:"square-xmark",size:"xl",onClick:t[34]||(t[34]=function(t){return e.showCredits=!1}),onKeyup:t[35]||(t[35]=(0,o.jR)((function(t){return e.showCredits=!1}),["enter"])),color:e.accentColor2,tabindex:"0"},null,8,["color"]),(0,i.bF)(S.r,{tabindex:"0"},{default:(0,i.k6)((function(){return t[70]||(t[70]=[(0,i.Lk)("h3",null,"Credits",-1)])})),_:1}),(0,i.bF)(T.O,null,{default:(0,i.k6)((function(){return[t[71]||(t[71]=(0,i.Lk)("h4",{class:"mb-2"},[(0,i.Lk)("a",{href:"https://tempo.si.edu/",target:"_blank",rel:"noopener noreferrer"},"TEMPO"),(0,i.eW)(" Team Acknowledgments:")],-1)),t[72]||(t[72]=(0,i.Lk)("p",null," Caroline Nowlan, Aaron Naeger, and Erika Wright provided dates and featured events of interest in the TEMPO data. ",-1)),t[73]||(t[73]=(0,i.Lk)("p",null," Xiong Liu provided the L3 version 2 TEMPO data files. ",-1)),t[74]||(t[74]=(0,i.Lk)("p",null," Heesung Chong provided the shape file for the TEMPO field of regard. ",-1)),t[75]||(t[75]=(0,i.Lk)("p",{class:"my-3"},[(0,i.eW)("NASA's Scientific Visualization Studio provided the TEMPO NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" colormap.")],-1)),t[76]||(t[76]=(0,i.Lk)("h4",{class:"mb-2"},[(0,i.Lk)("a",{href:"https://www.cosmicds.cfa.harvard.edu/",target:"_blank",rel:"noopener noreferrer"},"CosmicDS"),(0,i.eW)(" Team:")],-1)),t[77]||(t[77]=(0,i.eW)(" Jonathan Foster")),t[78]||(t[78]=(0,i.Lk)("br",null,null,-1)),t[79]||(t[79]=(0,i.eW)(" Jon Carifio")),t[80]||(t[80]=(0,i.Lk)("br",null,null,-1)),t[81]||(t[81]=(0,i.eW)(" John Lewis")),t[82]||(t[82]=(0,i.Lk)("br",null,null,-1)),t[83]||(t[83]=(0,i.eW)(" Pat Udomprasert")),t[84]||(t[84]=(0,i.Lk)("br",null,null,-1)),t[85]||(t[85]=(0,i.eW)(" Alyssa Goodman")),t[86]||(t[86]=(0,i.Lk)("br",null,null,-1)),t[87]||(t[87]=(0,i.eW)(" Erika Wright")),t[88]||(t[88]=(0,i.Lk)("br",null,null,-1)),t[89]||(t[89]=(0,i.eW)(" Mary Dussault")),t[90]||(t[90]=(0,i.Lk)("br",null,null,-1)),t[91]||(t[91]=(0,i.eW)(" Harry Houghton")),t[92]||(t[92]=(0,i.Lk)("br",null,null,-1)),t[93]||(t[93]=(0,i.eW)(" Evaluator: Sue Sunbury")),t[94]||(t[94]=(0,i.Lk)("br",null,null,-1)),(0,i.bF)(g,{class:"my-3"})]})),_:1})]})),_:1})]})),_:1},8,["modelValue"])]),(0,i.Lk)("a",{href:"#",onClick:t[37]||(t[37]=function(t){return e.inIntro=!0}),onKeyup:t[38]||(t[38]=(0,o.jR)((function(t){return e.inIntro=!0}),["enter"])),style:{right:"0"}}," Show Introduction ",32)])])])]),(0,i.Lk)("div",ye,[t[101]||(t[101]=(0,i.Lk)("a",{href:"https://www.si.edu/",target:"_blank",rel:"noopener noreferrer",class:"mr-1"},[(0,i.Lk)("img",{alt:"Smithsonian Logo",src:k})],-1)),(0,i.bF)(b)])])]})),_:1},8,["style"])}var we=n(3481),xe=n.n(we),Le=(n(6860),n(4515)),Se=[[0,.135112,.304751],[0,.138068,.311105],[0,.141013,.317579],[0,.143951,.323982],[0,.146877,.330479],[0,.149791,.337065],[0,.152673,.343704],[0,.155377,.3505],[0,.157932,.357521],[0,.160495,.364534],[0,.163058,.371608],[0,.165621,.378769],[0,.168204,.385902],[0,.1708,.3931],[0,.17342,.400353],[0,.176082,.407577],[0,.178802,.414764],[0,.18161,.421859],[0,.18455,.428802],[0,.186915,.435532],[0,.188769,.439563],[0,.19095,.441085],[0,.193366,.441561],[.003602,.195911,.441564],[.017852,.198528,.441248],[.03211,.201199,.440785],[.046205,.203903,.440196],[.058378,.206629,.439531],[.068968,.209372,.438863],[.078624,.212122,.438105],[.087465,.214879,.437342],[.095645,.217643,.436593],[.103401,.220406,.43579],[.110658,.22317,.435067],[.117612,.225935,.434308],[.124291,.228697,.433547],[.130669,.231458,.43284],[.13683,.234216,.432148],[.142852,.236972,.431404],[.148638,.239724,.430752],[.154261,.242475,.43012],[.159733,.245221,.429528],[.165113,.247965,.428908],[.170362,.250707,.428325],[.17549,.253444,.42779],[.180503,.25618,.427299],[.185453,.258914,.426788],[.190303,.261644,.426329],[.195057,.264372,.425924],[.199764,.267099,.425497],[.204385,.269823,.425126],[.208926,.272546,.424809],[.213431,.275266,.42448],[.217863,.277985,.424206],[.222264,.280702,.423914],[.226598,.283419,.423678],[.230871,.286134,.423498],[.23512,.288848,.423304],[.239312,.291562,.423167],[.243485,.294274,.423014],[.247605,.296986,.422917],[.251675,.299698,.422873],[.255731,.302409,.422814],[.25974,.30512,.42281],[.263738,.307831,.422789],[.267693,.310542,.422821],[.271639,.313253,.422837],[.275513,.315965,.422979],[.279411,.318677,.423031],[.28324,.32139,.423211],[.287065,.324103,.423373],[.290884,.326816,.423517],[.294669,.329531,.423716],[.298421,.332247,.423973],[.302169,.334963,.424213],[.305886,.337681,.424512],[.309601,.340399,.42479],[.313287,.34312,.42512],[.316941,.345842,.425512],[.320595,.348565,.425889],[.32425,.351289,.42625],[.327875,.354016,.42667],[.331474,.356744,.427144],[.335073,.359474,.427605],[.338673,.362206,.428053],[.342246,.364939,.428559],[.345793,.367676,.429127],[.349341,.370414,.429685],[.352892,.373153,.430226],[.356418,.375896,.430823],[.359916,.378641,.431501],[.363446,.381388,.432075],[.366923,.384139,.432796],[.37043,.38689,.433428],[.373884,.389646,.434209],[.377371,.392404,.43489],[.38083,.395164,.435653],[.384268,.397928,.436475],[.387705,.400694,.437305],[.391151,.403464,.438096],[.394568,.406236,.438986],[.397991,.409011,.439848],[.401418,.41179,.440708],[.40482,.414572,.441642],[.408226,.417357,.44257],[.411607,.420145,.443577],[.414992,.422937,.444578],[.418383,.425733,.44556],[.421748,.428531,.44664],[.42512,.431334,.447692],[.428462,.43414,.448864],[.431817,.43695,.449982],[.435168,.439763,.451134],[.438504,.44258,.452341],[.44181,.445402,.453659],[.445148,.448226,.454885],[.448447,.451053,.456264],[.451759,.453887,.457582],[.455072,.456718,.458976],[.458366,.459552,.460457],[.461616,.462405,.461969],[.464947,.465241,.463395],[.468254,.468083,.464908],[.471501,.47096,.466357],[.474812,.473832,.467681],[.478186,.476699,.468845],[.481622,.479573,.469767],[.485141,.482451,.470384],[.488697,.485318,.471008],[.492278,.488198,.471453],[.495913,.491076,.471751],[.499552,.49396,.472032],[.503185,.496851,.472305],[.506866,.499743,.472432],[.51054,.502643,.47255],[.514226,.505546,.47264],[.51792,.508454,.472707],[.521643,.511367,.472639],[.525348,.514285,.47266],[.529086,.517207,.472543],[.532829,.520135,.472401],[.536553,.523067,.472352],[.540307,.526005,.472163],[.544069,.528948,.471947],[.54784,.531895,.471704],[.551612,.534849,.471439],[.555393,.537807,.471147],[.559181,.540771,.470829],[.562972,.543741,.470488],[.566802,.546715,.469988],[.570607,.549695,.469593],[.574417,.552682,.469172],[.578236,.555673,.468724],[.582087,.55867,.468118],[.585916,.561674,.467618],[.589753,.564682,.46709],[.593622,.567697,.466401],[.597469,.570718,.465821],[.601354,.573743,.465074],[.605211,.576777,.464441],[.609105,.579816,.463638],[.612977,.582861,.46295],[.616852,.585913,.462237],[.620765,.58897,.461351],[.624654,.592034,.460583],[.628576,.595104,.459641],[.632506,.59818,.458668],[.636412,.601264,.457818],[.640352,.604354,.456791],[.64427,.60745,.455886],[.648222,.610553,.454801],[.652178,.613664,.453689],[.656114,.61678,.452702],[.660082,.619904,.451534],[.664055,.623034,.450338],[.668008,.626171,.44927],[.671991,.629316,.448018],[.675981,.632468,.446736],[.679979,.635626,.445424],[.68395,.638793,.444251],[.687957,.641966,.442886],[.691971,.645145,.441491],[.695985,.648334,.440072],[.700008,.651529,.438624],[.704037,.654731,.437147],[.708067,.657942,.435647],[.712105,.66116,.434117],[.716177,.664384,.432386],[.720222,.667618,.430805],[.724274,.670859,.429194],[.728334,.674107,.427554],[.732422,.677364,.425717],[.736488,.680629,.424028],[.740589,.6839,.422131],[.744664,.687181,.420393],[.748772,.69047,.418448],[.752886,.693766,.416472],[.756975,.697071,.414659],[.761096,.700384,.412638],[.765223,.703705,.410587],[.769353,.707035,.408516],[.773486,.710373,.406422],[.777651,.713719,.404112],[.781795,.717074,.401966],[.785965,.720438,.399613],[.790116,.72381,.397423],[.794298,.72719,.395016],[.79848,.73058,.392597],[.802667,.733978,.390153],[.806859,.737385,.387684],[.811054,.740801,.385198],[.815274,.744226,.382504],[.819499,.747659,.379785],[.823729,.751101,.377043],[.827959,.754553,.374292],[.832192,.758014,.371529],[.836429,.761483,.368747],[.840693,.764962,.365746],[.844957,.76845,.362741],[.849223,.771947,.359729],[.853515,.775454,.3565],[.857809,.778969,.353259],[.862105,.782494,.350011],[.866421,.786028,.346571],[.870717,.789572,.343333],[.875057,.793125,.339685],[.879378,.796687,.336241],[.88372,.800258,.332599],[.888081,.803839,.32877],[.89244,.80743,.324968],[.896818,.81103,.320982],[.901195,.814639,.317021],[.905589,.818257,.312889],[.91,.821885,.308594],[.914407,.825522,.304348],[.918828,.829168,.29996],[.923279,.832822,.295244],[.927724,.836486,.290611],[.93218,.840159,.28588],[.93666,.843841,.280876],[.941147,.84753,.275815],[.945654,.851228,.270532],[.950178,.854933,.265085],[.954725,.858646,.259365],[.959284,.862365,.253563],[.963872,.866089,.247445],[.968469,.869819,.24131],[.973114,.87355,.234677],[.97778,.877281,.227954],[.982497,.881008,.220878],[.987293,.884718,.213336],[.992218,.888385,.205468],[.994847,.892954,.203445],[.995249,.898384,.207561],[.995503,.903866,.21237],[.995737,.909344,.217772]];function Te(e,t){void 0===t&&(t=1);var n=Math.round(255*e),o=Se[n];return"rgba(".concat(255*o[0],", ").concat(255*o[1],", ").concat(255*o[2],", ").concat(t,")")}var Ce=["#5bb1ff","#5fb2fd","#62b3fb","#66b5f9","#69b6f8","#6db7f6","#70b8f4","#74b9f2","#78bbf0","#7bbcee","#7fbdec","#82beeb","#86bfe9","#8ac1e7","#8dc2e5","#91c3e3","#94c4e1","#98c5e0","#9bc6de","#9fc8dc","#a3c9da","#a6cad8","#aacbd6","#adccd4","#b1ced3","#b4cfd1","#b8d0cf","#bcd1cd","#bfd2cb","#c3d4c9","#c6d5c7","#cad6c6","#ced7c4","#d1d8c2","#d5dac0","#d8dbbe","#dcdcbc","#dfddbb","#e3deb9","#e7e0b7","#eae1b5","#eee2b3","#efdeaf","#f0d9aa","#f0d5a6","#f1d0a2","#f2cc9d","#f3c799","#f4c394","#f5be90","#f5ba8b","#f6b587","#f7b183","#f8ac7e","#f9a77a","#faa375","#fa9e71","#fb9a6c","#fc9568","#fd9164","#fe8c5f","#fe885b","#fe8459","#fa805a","#f77d5c","#f47a5e","#f0765f","#ed7361","#e97063","#e66c64","#e36966","#df6668","#dc6269","#d95f6b","#d55c6d","#d2586e","#ce5570","#cb5272","#c84e73","#c44b75","#c14877","#be4578","#ba417a","#b73e7c","#b43b7d","#b23a7d","#b0397d","#ae397d","#ac387d","#aa377d","#a8367d","#a6357d","#a4357d","#a2347d","#a1337d","#9f327d","#9d317d","#9b317d","#99307d","#972f7d","#952e7d","#932d7d","#912d7d","#8f2c7d","#8d2b7d","#8b2a7d","#8a297e","#88297e","#86287e","#84277e","#82267e","#80257e","#7e257e","#7c247e","#7a237e","#78227e","#76217e","#74217e","#73207e","#711f7e","#6f1e7e","#6d1d7e","#6b1d7e","#691c7e","#671b7e","#651a7e","#631a7e","#61197e","#60187d","#5e187c","#5d187b","#5b177a","#591779","#581778","#561677","#551676","#531675","#511574","#501573","#4e1472","#4c1472","#4b1471","#491370","#48136f","#46136e","#44126d","#43126c","#41116b","#40116a","#3e1169","#3c1068","#3b1067","#391066","#370f65","#360f64","#340e63","#330e63","#310e62","#2f0d61","#2e0d60","#2c0d5f","#2b0c5e","#290c5d","#270b5c","#260b5b","#240b5a","#230a59","#210a58","#1f0a57","#1e0956","#1d0955","#1c0954","#1c0953","#1b0952","#1b0951","#1a094f","#1a094e","#19084d","#19084c","#18084b","#180849","#170848","#170847","#160846","#160845","#150843","#150842","#140841","#140840","#13083f","#13083d","#12073c","#12073b","#11073a","#110739","#100738","#100736","#0f0735","#0f0734","#0e0733","#0e0732","#0e0730","#0d072f","#0d072e","#0c072d","#0c072c","#0b062a","#0b0629","#0a0628","#0a0627","#090626","#090624","#080623","#080622","#080622","#080621","#070620","#07061f","#07051f","#07051e","#07051d","#07051c","#07051c","#06051b","#06051a","#060519","#060519","#060518","#060517","#060416","#060416","#050415","#050414","#050413","#050413","#050412","#050411","#050410","#040410","#04030f","#04030e","#04030d","#04030d","#04030c","#04030b","#03030a","#03030a","#030309","#030308","#030307","#030207","#030206","#020205","#020204","#020204","#020203"];function Oe(e,t){void 0===t&&(t=1);var n=Math.round(255*e),o=Math.round(255*t).toString(16).padStart(2,"0");return Ce[n]+(t<1?o:"")}function Fe(e,t,n){return e+(t-e)*n}function De(e){for(var t=[],n=1;n=1)return t[t.length-1];var o=t.length-1,a=Math.floor(e*o),i=e*o-a;return Fe(t[a],t[a+1],i)}function Me(e,t,n){return Math.min(Math.max(e,t),n)}function Ie(e,t,n){var o=Me((n-e)/(t-e),0,1),a=De(o,.231373,.227451,.223529,.215686,.211765,.211765,.207843,.207843,.211765,.211765,.219608,.227451,.235294,.247059,.258824,.270588,.286275,.298039,.317647,.329412,.345098,.364706,.376471,.396078,.411765,.427451,.45098,.466667,.486275,.501961,.521569,.541176,.556863,.580392,.596078,.615686,.635294,.65098,.67451,.690196,.705882,.72549,.741176,.760784,.772549,.788235,.803922,.819608,.835294,.847059,.858824,.87451,.886275,.898039,.905882,.917647,.92549,.933333,.945098,.94902,.956863,.964706,.968627,.972549,.976471,.980392,.984314,.988235,.992157,.992157,.996078,.996078,.996078,1,1,1,1,1,1,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.992157,.992157,.992157,.988235,.988235,.984314,.980392,.976471,.972549,.964706,.960784,.952941,.94902,.941176,.937255,.929412,.92549,.917647,.909804,.905882,.898039,.890196,.882353,.87451,.870588,.858824,.85098,.847059,.835294,.827451,.819608,.811765,.803922,.792157,.784314,.772549,.764706,.756863,.745098,.737255,.72549,.713726,.705882,.694118,.686275,.67451,.662745,.654902,.639216,.631373,.619608,.607843,.6,.584314,.576471,.564706,.552941,.541176,.529412,.521569,.509804,.501961,.490196,.478431,.470588,.462745,.45098,.443137,.435294,.427451,.415686,.407843,.4,.388235,.380392,.372549,.364706,.356863,.345098,.337255,.329412,.321569,.313726,.301961,.294118,.286275,.278431,.266667,.258824,.25098,.239216,.231373,.223529,.215686,.207843,.196078,.188235,.180392,.172549,.164706,.156863,.14902,.145098,.137255,.133333,.12549,.121569,.117647,.113725,.109804,.105882,.101961,.101961,.0980392,.0941176,.0941176,.0901961,.0901961,.0862745,.0823529,.0823529,.0784314,.0745098,.0745098,.0705882,.0666667,.0666667,.0627451,.0627451,.0588235,.054902,.054902,.0509804,.0509804,.0470588,.0431373,.0431373,.0392157,.0392157,.0352941,.0313726,.0313726,.0313726,.027451,.027451),i=De(o,.462745,.470588,.47451,.486275,.494118,.501961,.517647,.529412,.541176,.552941,.564706,.580392,.592157,.607843,.623529,.635294,.65098,.662745,.67451,.686275,.698039,.709804,.721569,.733333,.741176,.752941,.760784,.768627,.780392,.788235,.792157,.8,.807843,.815686,.823529,.827451,.835294,.839216,.847059,.854902,.858824,.866667,.870588,.878431,.882353,.886275,.894118,.901961,.905882,.913725,.917647,.92549,.929412,.937255,.941176,.945098,.952941,.956863,.960784,.964706,.968627,.972549,.976471,.976471,.980392,.980392,.980392,.980392,.976471,.976471,.972549,.968627,.964706,.960784,.952941,.94902,.941176,.937255,.929412,.921569,.913725,.905882,.898039,.890196,.878431,.870588,.862745,.85098,.843137,.831373,.823529,.811765,.803922,.792157,.780392,.772549,.756863,.74902,.733333,.721569,.709804,.698039,.686275,.670588,.654902,.643137,.627451,.615686,.6,.584314,.572549,.556863,.545098,.529412,.517647,.505882,.494118,.482353,.466667,.458824,.447059,.435294,.427451,.415686,.407843,.396078,.388235,.376471,.368627,.356863,.34902,.337255,.329412,.321569,.309804,.301961,.294118,.290196,.282353,.27451,.270588,.262745,.258824,.254902,.25098,.247059,.239216,.235294,.231373,.227451,.223529,.219608,.215686,.211765,.207843,.203922,.2,.196078,.192157,.188235,.184314,.180392,.176471,.172549,.168627,.164706,.160784,.156863,.152941,.14902,.145098,.141176,.141176,.137255,.133333,.129412,.12549,.121569,.117647,.113725,.109804,.105882,.105882,.101961,.0980392,.0941176,.0901961,.0862745,.0823529,.0823529,.0784314,.0745098,.0745098,.0705882,.0705882,.0705882,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0588235,.0588235,.0588235,.0588235,.054902,.054902,.054902,.0509804,.0509804,.0509804,.0509804,.0470588,.0470588,.0470588,.0431373,.0431373,.0431373,.0392157,.0392157,.0392157,.0352941,.0352941,.0352941,.0352941,.0313726,.0313726,.0313726,.027451,.027451,.027451,.0235294,.0235294,.0235294,.0235294,.0196078,.0196078,.0196078,.0156863,.0156863,.0156863),r=De(o,.776471,.776471,.776471,.776471,.776471,.776471,.776471,.772549,.772549,.768627,.764706,.760784,.756863,.74902,.745098,.737255,.733333,.72549,.717647,.713726,.709804,.701961,.698039,.690196,.686275,.686275,.682353,.678431,.678431,.67451,.67451,.67451,.67451,.67451,.67451,.670588,.670588,.666667,.662745,.662745,.658824,.654902,.65098,.643137,.639216,.635294,.631373,.631373,.627451,.627451,.627451,.627451,.627451,.631373,.639216,.643137,.65098,.658824,.670588,.678431,.686275,.698039,.705882,.717647,.72549,.729412,.737255,.741176,.745098,.745098,.741176,.737255,.733333,.72549,.717647,.709804,.694118,.686275,.670588,.654902,.643137,.623529,.611765,.592157,.576471,.564706,.54902,.533333,.517647,.505882,.498039,.482353,.47451,.462745,.45098,.443137,.431373,.423529,.411765,.403922,.392157,.384314,.376471,.364706,.356863,.34902,.337255,.333333,.32549,.321569,.317647,.313726,.313726,.313726,.313726,.317647,.321569,.32549,.329412,.337255,.341176,.34902,.352941,.360784,.364706,.368627,.376471,.380392,.384314,.388235,.392157,.396078,.4,.4,.403922,.407843,.411765,.415686,.419608,.423529,.423529,.431373,.431373,.435294,.439216,.443137,.447059,.45098,.454902,.458824,.462745,.466667,.470588,.47451,.47451,.478431,.482353,.482353,.486275,.486275,.490196,.490196,.490196,.494118,.494118,.494118,.498039,.498039,.498039,.501961,.501961,.501961,.501961,.501961,.501961,.501961,.501961,.498039,.498039,.498039,.498039,.494118,.494118,.494118,.490196,.490196,.490196,.486275,.486275,.482353,.478431,.47451,.470588,.466667,.462745,.454902,.45098,.443137,.435294,.427451,.419608,.411765,.403922,.396078,.384314,.376471,.368627,.360784,.352941,.341176,.333333,.32549,.317647,.309804,.301961,.294118,.286275,.282353,.27451,.266667,.262745,.254902,.247059,.243137,.235294,.227451,.223529,.215686,.211765,.203922,.196078,.192157,.184314,.180392,.172549,.164706,.156863,.152941,.145098,.141176,.133333,.12549,.121569,.113725,.109804,.101961,.0941176,.0901961,.0862745,.0784314,.0745098,.0666667,.0627451,.0588235,.054902,.0509804);return[Math.round(255*a),Math.round(255*i),Math.round(255*r)]}function Ue(e,t,n){var o=Me((n-e)/(t-e),0,1),a=De(o,.231373,.223529,.215686,.211765,.207843,.207843,.211765,.223529,.235294,.25098,.270588,.294118,.317647,.337255,.364706,.384314,.411765,.439216,.466667,.494118,.521569,.54902,.580392,.603922,.635294,.662745,.690196,.717647,.741176,.768627,.788235,.811765,.835294,.854902,.87451,.890196,.905882,.921569,.933333,.94902,.956863,.964706,.972549,.980392,.984314,.988235,.992157,.996078,.996078,1,1,1,1,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.992157,.992157,.988235,.984314,.980392,.972549,.964706,.956863,.94902,.941176,.929412,.921569,.913725,.909804,.905882,.898039,.894118,.890196,.882353,.878431,.870588,.866667,.862745,.854902,.85098,.843137,.839216,.831373,.823529,.819608,.811765,.803922,.796078,.792157,.784314,.776471,.768627,.760784,.756863,.74902,.741176,.733333,.72549,.721569,.709804,.705882,.698039,.686275,.682353,.67451,.662745,.654902,.647059,.639216,.631373,.623529,.615686,.603922,.6,.592157,.580392,.572549,.564706,.556863,.54902,.541176,.533333,.52549,.517647,.509804,.501961,.494118,.486275,.478431,.470588,.466667,.458824,.45098,.443137,.439216,.431373,.423529,.419608,.411765,.403922,.396078,.392157,.384314,.376471,.372549,.364706,.356863,.352941,.345098,.337255,.333333,.32549,.317647,.313726,.305882,.301961,.294118,.286275,.282353,.270588,.266667,.258824,.25098,.247059,.239216,.235294,.227451,.219608,.215686,.207843,.2,.196078,.188235,.180392,.176471,.172549,.164706,.156863,.152941,.145098,.141176,.137255,.133333,.129412,.12549,.121569,.117647,.113725,.113725,.109804,.105882,.105882,.101961,.101961,.0980392,.0980392,.0941176,.0941176,.0901961,.0901961,.0862745,.0862745,.0823529,.0823529,.0823529,.0784314,.0784314,.0745098,.0745098,.0705882,.0705882,.0666667,.0666667,.0627451,.0627451,.0627451,.0588235,.0588235,.054902,.054902,.0509804,.0509804,.0470588,.0470588,.0431373,.0431373,.0392157,.0392157,.0392157,.0352941,.0352941,.0313726,.0313726,.0313726,.027451,.027451,.027451),i=De(o,.462745,.47451,.486275,.498039,.517647,.533333,.552941,.576471,.592157,.615686,.635294,.654902,.67451,.694118,.709804,.72549,.741176,.756863,.768627,.784314,.792157,.803922,.815686,.823529,.835294,.843137,.854902,.862745,.870588,.878431,.886275,.898039,.905882,.913725,.92549,.933333,.941176,.94902,.956863,.964706,.968627,.972549,.976471,.980392,.980392,.980392,.976471,.968627,.964706,.956863,.94902,.941176,.929412,.917647,.905882,.894118,.878431,.866667,.85098,.835294,.823529,.807843,.792157,.776471,.756863,.741176,.721569,.701961,.686275,.662745,.643137,.619608,.6,.580392,.556863,.537255,.517647,.498039,.482353,.462745,.447059,.431373,.415686,.403922,.388235,.372549,.364706,.356863,.34902,.341176,.337255,.329412,.321569,.313726,.305882,.301961,.298039,.290196,.286275,.282353,.278431,.270588,.266667,.262745,.258824,.254902,.25098,.25098,.247059,.243137,.239216,.235294,.231373,.231373,.227451,.223529,.219608,.219608,.215686,.211765,.207843,.203922,.203922,.2,.196078,.192157,.192157,.188235,.184314,.180392,.180392,.176471,.172549,.172549,.168627,.164706,.160784,.160784,.156863,.152941,.152941,.14902,.145098,.141176,.141176,.137255,.133333,.133333,.129412,.12549,.12549,.121569,.117647,.117647,.113725,.109804,.109804,.105882,.101961,.0980392,.0980392,.0941176,.0901961,.0901961,.0862745,.0862745,.0823529,.0823529,.0784314,.0784314,.0745098,.0745098,.0705882,.0705882,.0705882,.0705882,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0588235,.0588235,.0588235,.0588235,.0588235,.054902,.054902,.054902,.054902,.0509804,.0509804,.0509804,.0509804,.0509804,.0470588,.0470588,.0470588,.0470588,.0431373,.0431373,.0431373,.0431373,.0392157,.0392157,.0392157,.0392157,.0392157,.0352941,.0352941,.0352941,.0352941,.0313726,.0313726,.0313726,.0313726,.0313726,.027451,.027451,.027451,.027451,.0235294,.0235294,.0235294,.0235294,.0235294,.0196078,.0196078,.0196078,.0196078,.0156863,.0156863,.0156863,.0156863),r=De(o,.776471,.776471,.776471,.776471,.776471,.772549,.768627,.760784,.756863,.745098,.737255,.729412,.717647,.709804,.701961,.694118,.686275,.682353,.678431,.678431,.67451,.67451,.67451,.670588,.670588,.666667,.662745,.654902,.65098,.643137,.635294,.631373,.627451,.627451,.627451,.631373,.639216,.647059,.658824,.67451,.686275,.701961,.717647,.729412,.737255,.741176,.745098,.741176,.733333,.721569,.709804,.690196,.670588,.647059,.623529,.603922,.576471,.552941,.533333,.513726,.498039,.478431,.462745,.447059,.431373,.415686,.403922,.388235,.376471,.360784,.34902,.337255,.32549,.317647,.313726,.313726,.313726,.317647,.32549,.333333,.341176,.34902,.360784,.368627,.376471,.380392,.384314,.388235,.392157,.396078,.396078,.4,.4,.403922,.407843,.407843,.411765,.415686,.415686,.419608,.423529,.423529,.427451,.431373,.431373,.435294,.439216,.443137,.443137,.447059,.45098,.45098,.454902,.458824,.462745,.462745,.466667,.470588,.470588,.47451,.47451,.478431,.478431,.482353,.482353,.486275,.486275,.486275,.490196,.490196,.490196,.490196,.494118,.494118,.494118,.494118,.498039,.498039,.498039,.498039,.501961,.501961,.501961,.501961,.501961,.501961,.501961,.501961,.501961,.501961,.501961,.498039,.498039,.498039,.498039,.494118,.494118,.494118,.494118,.494118,.490196,.490196,.490196,.490196,.486275,.486275,.482353,.482353,.478431,.478431,.47451,.470588,.466667,.462745,.462745,.454902,.45098,.447059,.439216,.435294,.427451,.423529,.415686,.411765,.403922,.396078,.392157,.384314,.376471,.372549,.364706,.356863,.352941,.345098,.341176,.333333,.32549,.321569,.313726,.309804,.305882,.298039,.294118,.286275,.282353,.27451,.270588,.266667,.262745,.254902,.25098,.247059,.243137,.239216,.235294,.227451,.223529,.219608,.211765,.207843,.203922,.2,.196078,.192157,.188235,.180392,.176471,.172549,.164706,.160784,.156863,.152941,.145098,.141176,.137255,.133333,.129412,.12549,.117647,.113725,.109804,.105882,.101961,.0941176,.0901961,.0862745,.0823529,.0784314,.0745098,.0705882,.0666667,.0627451,.0588235,.054902,.054902,.0509804);return[Math.round(255*a),Math.round(255*i),Math.round(255*r)]}const _e=JSON.parse('{"type":"GeometryCollection","geometries":[{"type":"Polygon","coordinates":[[[-20.513444900512695,60.24379348754883],[-21.752525329589844,60.040008544921875],[-22.592090606689453,59.891361236572266],[-23.266881942749023,59.765525817871094],[-23.844877243041992,59.653141021728516],[-24.35715675354004,59.54991149902344],[-24.821035385131836,59.45344924926758],[-25.247337341308594,59.36225891113281],[-25.643362045288086,59.275333404541016],[-26.01430892944336,59.19194793701172],[-26.36404037475586,59.111572265625],[-26.69551658630371,59.033790588378906],[-27.011062622070312,58.95828628540039],[-27.31255531311035,58.884796142578125],[-27.60152244567871,58.81310272216797],[-27.879234313964844,58.743038177490234],[-28.14676284790039,58.67444610595703],[-28.405017852783203,58.607200622558594],[-28.6547794342041,58.54119873046875],[-28.896726608276367,58.47633743286133],[-29.131450653076172,58.41253662109375],[-29.359472274780273,58.349727630615234],[-29.581254959106445,58.287837982177734],[-29.79720687866211,58.2268180847168],[-30.007694244384766,58.16661071777344],[-30.221752166748047,58.1049919128418],[-30.422080993652344,58.04630661010742],[-30.617855072021484,57.988311767578125],[-30.8093204498291,57.930965423583984],[-30.996702194213867,57.874237060546875],[-31.180208206176758,57.81810760498047],[-31.360027313232422,57.762535095214844],[-31.536327362060547,57.7075080871582],[-31.709272384643555,57.652992248535156],[-31.879013061523438,57.598976135253906],[-32.04568099975586,57.54543685913086],[-32.209407806396484,57.49235153198242],[-32.370323181152344,57.43971252441406],[-32.528526306152344,57.38749313354492],[-32.68412780761719,57.33568572998047],[-32.83723068237305,57.28427505493164],[-32.98792266845703,57.233245849609375],[-33.13629150390625,57.18258285522461],[-33.28241729736328,57.13228225708008],[-33.42637634277344,57.08232498168945],[-33.568241119384766,57.03270721435547],[-33.70808029174805,56.98341369628906],[-33.84596633911133,56.9344367980957],[-33.98194885253906,56.885772705078125],[-34.11609649658203,56.837406158447266],[-34.24846267700195,56.789329528808594],[-34.37910079956055,56.74153518676758],[-34.508060455322266,56.69402313232422],[-34.63539505004883,56.64677810668945],[-34.76114273071289,56.599788665771484],[-34.88534927368164,56.55306625366211],[-35.008052825927734,56.50658416748047],[-35.129302978515625,56.46035385131836],[-35.24912643432617,56.41436004638672],[-35.36757278442383,56.36860275268555],[-35.48466491699219,56.32307052612305],[-35.60043716430664,56.27776336669922],[-35.71493148803711,56.23267364501953],[-35.82817459106445,56.18779373168945],[-35.940189361572266,56.143131256103516],[-36.05101776123047,56.098670959472656],[-36.160675048828125,56.05441665649414],[-36.26919937133789,56.010353088378906],[-36.37660217285156,55.96648406982422],[-36.48291778564453,55.92280960083008],[-36.588172912597656,55.87931442260742],[-36.6923828125,55.83600616455078],[-36.79557418823242,55.792877197265625],[-36.897769927978516,55.74992370605469],[-36.99898910522461,55.7071418762207],[-37.099246978759766,55.66453170776367],[-37.19856643676758,55.62208557128906],[-37.296966552734375,55.57980728149414],[-37.39447021484375,55.53769302368164],[-37.491085052490234,55.495731353759766],[-37.58683776855469,55.45392990112305],[-37.681732177734375,55.41228103637695],[-37.77579879760742,55.37078857421875],[-37.869041442871094,55.32944107055664],[-37.961483001708984,55.28824234008789],[-38.053131103515625,55.247188568115234],[-38.144004821777344,55.20627212524414],[-38.23411560058594,55.165504455566406],[-38.323482513427734,55.124874114990234],[-38.412113189697266,55.084373474121094],[-38.50001907348633,55.044010162353516],[-38.587215423583984,55.0037841796875],[-38.6737174987793,54.963680267333984],[-38.75952911376953,54.923709869384766],[-38.84466552734375,54.88386535644531],[-38.92913818359375,54.844146728515625],[-39.01295852661133,54.80455780029297],[-39.09613800048828,54.76508712768555],[-39.178680419921875,54.72573471069336],[-39.26060104370117,54.686500549316406],[-39.3419075012207,54.64738845825195],[-39.422607421875,54.60839080810547],[-39.50271224975586,54.56950759887695],[-39.58223342895508,54.530738830566406],[-39.66117477416992,54.49208068847656],[-39.73955154418945,54.45353317260742],[-39.81736373901367,54.415096282958984],[-39.89462661743164,54.376766204833984],[-39.971343994140625,54.33854675292969],[-40.04752731323242,54.3004264831543],[-40.12318420410156,54.262413024902344],[-40.19831466674805,54.22450256347656],[-40.2729377746582,54.18669509887695],[-40.347049713134766,54.14898681640625],[-40.4206657409668,54.11137771606445],[-40.4937858581543,54.07387161254883],[-40.56642532348633,54.03645324707031],[-40.638580322265625,53.99913787841797],[-40.71026611328125,53.961917877197266],[-40.78147888183594,53.9247932434082],[-40.85223388671875,53.887760162353516],[-40.92253875732422,53.8508186340332],[-40.992393493652344,53.813968658447266],[-41.061798095703125,53.7772102355957],[-41.13077163696289,53.740543365478516],[-41.199310302734375,53.70396423339844],[-41.26742172241211,53.66747283935547],[-41.335113525390625,53.631065368652344],[-41.40238952636719,53.594749450683594],[-41.46925735473633,53.55851364135742],[-41.53571319580078,53.52236557006836],[-41.60177230834961,53.48630142211914],[-41.66743087768555,53.4503173828125],[-41.73270034790039,53.41442108154297],[-41.79758071899414,53.37860107421875],[-41.86207962036133,53.342864990234375],[-41.92620086669922,53.30720901489258],[-41.98994445800781,53.27163314819336],[-42.053321838378906,53.23613357543945],[-42.1163330078125,53.20071029663086],[-42.17898178100586,53.165367126464844],[-42.241275787353516,53.13010025024414],[-42.3032112121582,53.09490966796875],[-42.36479949951172,53.05979537963867],[-42.42604446411133,53.02475357055664],[-42.48694610595703,52.989784240722656],[-42.54751205444336,52.954891204833984],[-42.60774612426758,52.920074462890625],[-42.667640686035156,52.88532257080078],[-42.72721481323242,52.85064697265625],[-42.78646469116211,52.8160400390625],[-42.845394134521484,52.7815055847168],[-42.90400314331055,52.74703598022461],[-42.962303161621094,52.71263885498047],[-43.020294189453125,52.678314208984375],[-43.07797622680664,52.64405059814453],[-43.13535690307617,52.609859466552734],[-43.19243621826172,52.57573318481445],[-43.24921798706055,52.54167175292969],[-43.305702209472656,52.5076789855957],[-43.361900329589844,52.4737548828125],[-43.41780471801758,52.43988800048828],[-43.47343063354492,52.406089782714844],[-43.528770446777344,52.37235641479492],[-43.58382797241211,52.338680267333984],[-43.63861083984375,52.305076599121094],[-43.693119049072266,52.27152633666992],[-43.74735641479492,52.238040924072266],[-43.80131912231445,52.20462417602539],[-43.85502243041992,52.171260833740234],[-43.9084587097168,52.13795852661133],[-43.961631774902344,52.10471725463867],[-44.01454544067383,52.071537017822266],[-44.067203521728516,52.03841781616211],[-44.11960983276367,52.00535583496094],[-44.17176055908203,51.97235107421875],[-44.22365951538086,51.93940734863281],[-44.27531433105469,51.906517028808594],[-44.326725006103516,51.873687744140625],[-44.377891540527344,51.84091567993164],[-44.42881774902344,51.80820083618164],[-44.4795036315918,51.77553939819336],[-44.52995681762695,51.74293518066406],[-44.580169677734375,51.710384368896484],[-44.63015365600586,51.677894592285156],[-44.679908752441406,51.64545440673828],[-44.72943115234375,51.61307144165039],[-44.77872848510742,51.58073806762695],[-44.82780456542969,51.5484619140625],[-44.87665557861328,51.516239166259766],[-44.92528533935547,51.48406982421875],[-44.973697662353516,51.45195007324219],[-45.021888732910156,51.41988754272461],[-45.06986999511719,51.387874603271484],[-45.117637634277344,51.35591506958008],[-45.16518783569336,51.324005126953125],[-45.21253204345703,51.292144775390625],[-45.259674072265625,51.260337829589844],[-45.306602478027344,51.228580474853516],[-45.35332489013672,51.196876525878906],[-45.39984893798828,51.165218353271484],[-45.446170806884766,51.13361358642578],[-45.49229431152344,51.102054595947266],[-45.53821563720703,51.0705451965332],[-45.583946228027344,51.039085388183594],[-45.629478454589844,51.00767135620117],[-45.67481994628906,50.97631072998047],[-45.719970703125,50.94499206542969],[-45.76492691040039,50.913726806640625],[-45.80970001220703,50.882503509521484],[-45.854286193847656,50.85132598876953],[-45.898685455322266,50.82019805908203],[-45.94289779663086,50.789119720458984],[-45.98693084716797,50.75808334350586],[-46.03078079223633,50.72709274291992],[-46.0744514465332,50.69614791870117],[-46.11793899536133,50.66524887084961],[-46.161251068115234,50.634395599365234],[-46.20439147949219,50.60358810424805],[-46.247352600097656,50.57282638549805],[-46.290138244628906,50.54210662841797],[-46.33275604248047,50.51143264770508],[-46.375205993652344,50.480804443359375],[-46.41748046875,50.450218200683594],[-46.45958709716797,50.419673919677734],[-46.50152587890625,50.3891716003418],[-46.54330062866211,50.35871505737305],[-46.58491134643555,50.32830047607422],[-46.62635803222656,50.29793167114258],[-46.66764450073242,50.267601013183594],[-46.70876693725586,50.23731231689453],[-46.74972915649414,50.20707321166992],[-46.79053497314453,50.1768684387207],[-46.8311882019043,50.146705627441406],[-46.87167739868164,50.11658477783203],[-46.91201400756836,50.08650207519531],[-46.95219802856445,50.05646514892578],[-46.992225646972656,50.026466369628906],[-47.0321044921875,49.99650192260742],[-47.07183074951172,49.966583251953125],[-47.11140823364258,49.93670654296875],[-47.15083694458008,49.90686798095703],[-47.19012451171875,49.87706756591797],[-47.22925567626953,49.84730529785156],[-47.268245697021484,49.81758499145508],[-47.30708694458008,49.78790283203125],[-47.34579086303711,49.75825881958008],[-47.38434982299805,49.72865295410156],[-47.422767639160156,49.6990852355957],[-47.46104049682617,49.669559478759766],[-47.49917984008789,49.64006423950195],[-47.537174224853516,49.61061477661133],[-47.575035095214844,49.58119583129883],[-47.612754821777344,49.55181884765625],[-47.65034103393555,49.52247619628906],[-47.68779373168945,49.49317169189453],[-47.72510528564453,49.46390914916992],[-47.762290954589844,49.43467712402344],[-47.799339294433594,49.40548324584961],[-47.83625793457031,49.37632369995117],[-47.873046875,49.347206115722656],[-47.909698486328125,49.318119049072266],[-47.94622802734375,49.28907012939453],[-47.982627868652344,49.26005554199219],[-48.01890182495117,49.231075286865234],[-48.05504608154297,49.2021369934082],[-48.091064453125,49.17322540283203],[-48.126956939697266,49.14435577392578],[-48.16272735595703,49.115516662597656],[-48.19837188720703,49.08671569824219],[-48.23389434814453,49.05794906616211],[-48.26929473876953,49.029212951660156],[-48.30457305908203,49.00051498413086],[-48.3397331237793,48.97184753417969],[-48.37477111816406,48.94321823120117],[-48.40969467163086,48.91462326049805],[-48.444496154785156,48.88605499267578],[-48.479183197021484,48.85752487182617],[-48.51374816894531,48.82902908325195],[-48.54820251464844,48.80056381225586],[-48.58253479003906,48.772132873535156],[-48.61676025390625,48.74373245239258],[-48.6508674621582,48.71536636352539],[-48.68486404418945,48.687034606933594],[-48.71875,48.65873336791992],[-48.75252151489258,48.630462646484375],[-48.78617858886719,48.60222625732422],[-48.819732666015625,48.57402038574219],[-48.853172302246094,48.54584503173828],[-48.886497497558594,48.51770782470703],[-48.91972351074219,48.48959732055664],[-48.95283508300781,48.461517333984375],[-48.98583984375,48.433475494384766],[-49.018741607666016,48.405460357666016],[-49.05153274536133,48.377479553222656],[-49.0842170715332,48.34952163696289],[-49.11679458618164,48.32160186767578],[-49.14927291870117,48.2937126159668],[-49.181644439697266,48.26585388183594],[-49.21390914916992,48.2380256652832],[-49.24607467651367,48.21023178100586],[-49.278133392333984,48.182464599609375],[-49.310089111328125,48.15473175048828],[-49.34194564819336,48.12702560424805],[-49.37370300292969,48.0993537902832],[-49.405357360839844,48.07170867919922],[-49.43690872192383,48.04409408569336],[-49.46836853027344,48.016510009765625],[-49.499725341796875,47.98895263671875],[-49.53098678588867,47.961429595947266],[-49.5621452331543,47.933937072753906],[-49.59321212768555,47.90646743774414],[-49.62417984008789,47.879032135009766],[-49.655052185058594,47.85162353515625],[-49.685829162597656,47.82424545288086],[-49.716514587402344,47.79689407348633],[-49.74710464477539,47.76957321166992],[-49.7775993347168,47.742279052734375],[-49.808006286621094,47.71501541137695],[-49.838314056396484,47.68777847290039],[-49.86853790283203,47.66056823730469],[-49.8986701965332,47.63338851928711],[-49.928707122802734,47.60623550415039],[-49.958656311035156,47.57910919189453],[-49.9885139465332,47.552005767822266],[-50.01828384399414,47.52493667602539],[-50.04796600341797,47.497894287109375],[-50.07755661010742,47.47087860107422],[-50.10706329345703,47.44388961791992],[-50.13648223876953,47.416927337646484],[-50.16581344604492,47.389991760253906],[-50.19506072998047,47.36308288574219],[-50.224220275878906,47.33620071411133],[-50.253292083740234,47.309349060058594],[-50.282283782958984,47.28252029418945],[-50.31118392944336,47.25571823120117],[-50.340003967285156,47.22894287109375],[-50.36874008178711,47.20219802856445],[-50.39739227294922,47.175472259521484],[-50.425960540771484,47.14877700805664],[-50.454444885253906,47.12210464477539],[-50.48284912109375,47.095458984375],[-50.51116943359375,47.068843841552734],[-50.53940963745117,47.04225158691406],[-50.567569732666016,47.01568603515625],[-50.595645904541016,46.98914337158203],[-50.62364959716797,46.96263122558594],[-50.65156936645508,46.93613815307617],[-50.67940902709961,46.90967559814453],[-50.70716857910156,46.883235931396484],[-50.7348518371582,46.8568229675293],[-50.762454986572266,46.83043670654297],[-50.789981842041016,46.80406951904297],[-50.81742858886719,46.777732849121094],[-50.84479904174805,46.75141906738281],[-50.87209701538086,46.725128173828125],[-50.899314880371094,46.6988639831543],[-50.926456451416016,46.67262268066406],[-50.95352554321289,46.64640808105469],[-50.98051834106445,46.620216369628906],[-51.0074348449707,46.594051361083984],[-51.03427505493164,46.567909240722656],[-51.0610466003418,46.54179000854492],[-51.08774185180664,46.51569366455078],[-51.11436080932617,46.489627838134766],[-51.14091110229492,46.46358108520508],[-51.167388916015625,46.43756103515625],[-51.193790435791016,46.41156005859375],[-51.220123291015625,46.385589599609375],[-51.24637985229492,46.35963821411133],[-51.27256774902344,46.33370590209961],[-51.298683166503906,46.30780792236328],[-51.32473373413086,46.281925201416016],[-51.3507080078125,46.25606918334961],[-51.37661361694336,46.23023223876953],[-51.40245056152344,46.20442581176758],[-51.428218841552734,46.17863845825195],[-51.453914642333984,46.15287399291992],[-51.47954559326172,46.12713623046875],[-51.505104064941406,46.10141372680664],[-51.53059768676758,46.075721740722656],[-51.55602264404297,46.050045013427734],[-51.58137893676758,46.02439880371094],[-51.60667037963867,45.9987678527832],[-51.631893157958984,45.97316360473633],[-51.65705490112305,45.94758224487305],[-51.68214797973633,45.92202377319336],[-51.70717239379883,45.896480560302734],[-51.73213195800781,45.870967864990234],[-51.75702667236328,45.84547424316406],[-51.7818603515625,45.81999969482422],[-51.80662155151367,45.794551849365234],[-51.831321716308594,45.76912307739258],[-51.855960845947266,45.743717193603516],[-51.88053512573242,45.71833038330078],[-51.90504455566406,45.69296646118164],[-51.92949295043945,45.66762924194336],[-51.95387649536133,45.64230728149414],[-51.97819900512695,45.617008209228516],[-52.00245666503906,45.59173583984375],[-52.02665328979492,45.56647872924805],[-52.05078887939453,45.54124069213867],[-52.07486343383789,45.51603317260742],[-52.098876953125,45.490840911865234],[-52.122825622558594,45.465667724609375],[-52.1467170715332,45.440521240234375],[-52.17054748535156,45.41539001464844],[-52.19431686401367,45.390281677246094],[-52.2180290222168,45.36520004272461],[-52.241676330566406,45.34012985229492],[-52.26526641845703,45.315086364746094],[-52.28879928588867,45.290061950683594],[-52.31227111816406,45.26505661010742],[-52.3356819152832,45.24007797241211],[-52.359039306640625,45.21511459350586],[-52.3823356628418,45.19017028808594],[-52.40557861328125,45.165252685546875],[-52.42875671386719,45.14034652709961],[-52.451881408691406,45.1154670715332],[-52.47494888305664,45.090606689453125],[-52.49795913696289,45.065765380859375],[-52.520912170410156,45.04094314575195],[-52.54380798339844,45.016143798828125],[-52.566646575927734,44.991363525390625],[-52.58943557739258,44.96660232543945],[-52.61216354370117,44.94186019897461],[-52.63483810424805,44.917137145996094],[-52.65745544433594,44.89244079589844],[-52.680015563964844,44.86775588989258],[-52.7025260925293,44.84309387207031],[-52.724979400634766,44.818450927734375],[-52.747379302978516,44.793827056884766],[-52.76972579956055,44.769222259521484],[-52.792015075683594,44.7446403503418],[-52.81425476074219,44.72007369995117],[-52.8364372253418,44.69552993774414],[-52.85856628417969,44.67100143432617],[-52.880645751953125,44.6464958190918],[-52.90266799926758,44.62200927734375],[-52.92464065551758,44.597537994384766],[-52.946563720703125,44.573089599609375],[-52.96842956542969,44.54865646362305],[-52.99024200439453,44.52424621582031],[-53.01200485229492,44.49985122680664],[-53.03371810913086,44.47547912597656],[-53.05537796020508,44.45112228393555],[-53.07698440551758,44.426788330078125],[-53.09854507446289,44.402469635009766],[-53.12004852294922,44.378170013427734],[-53.14150619506836,44.35388946533203],[-53.16291427612305,44.329627990722656],[-53.184268951416016,44.305381774902344],[-53.20557403564453,44.281158447265625],[-53.22683334350586,44.256954193115234],[-53.2480354309082,44.232765197753906],[-53.26919174194336,44.208595275878906],[-53.29030227661133,44.18444061279297],[-53.31135940551758,44.160308837890625],[-53.33237075805664,44.136192321777344],[-53.35333251953125,44.112098693847656],[-53.37424087524414,44.088016510009766],[-53.39510726928711,44.06395721435547],[-53.415924072265625,44.039913177490234],[-53.43669128417969,44.01588439941406],[-53.45741653442383,43.991878509521484],[-53.47808837890625,43.96788787841797],[-53.49871826171875,43.94391632080078],[-53.51929473876953,43.919960021972656],[-53.53982925415039,43.89602279663086],[-53.56031799316406,43.872100830078125],[-53.58075714111328,43.84819793701172],[-53.60115051269531,43.82431411743164],[-53.621498107910156,43.80044937133789],[-53.64179992675781,43.77659606933594],[-53.66205596923828,43.75276184082031],[-53.68226623535156,43.728946685791016],[-53.70243453979492,43.70514678955078],[-53.72255325317383,43.681365966796875],[-53.74263000488281,43.65760040283203],[-53.76266098022461,43.633853912353516],[-53.78264617919922,43.6101188659668],[-53.80258560180664,43.58640670776367],[-53.82248306274414,43.56270980834961],[-53.84233474731445,43.53902816772461],[-53.86214828491211,43.51536560058594],[-53.88191223144531,43.49171829223633],[-53.901634216308594,43.46808624267578],[-53.92131423950195,43.44447708129883],[-53.940948486328125,43.420875549316406],[-53.960540771484375,43.39729690551758],[-53.9800910949707,43.37373352050781],[-53.999595642089844,43.35018539428711],[-54.01906204223633,43.326656341552734],[-54.03847885131836,43.303138732910156],[-54.057861328125,43.27964401245117],[-54.07719421386719,43.256160736083984],[-54.09648895263672,43.23269271850586],[-54.11574172973633,43.20924758911133],[-54.134952545166016,43.185813903808594],[-54.154117584228516,43.16239547729492],[-54.173248291015625,43.13899230957031],[-54.19233703613281,43.1156120300293],[-54.21138000488281,43.09223937988281],[-54.230384826660156,43.068885803222656],[-54.24934387207031,43.04554748535156],[-54.26826858520508,43.02223205566406],[-54.28715133666992,42.998924255371094],[-54.30598831176758,42.97563552856445],[-54.324790954589844,42.952362060546875],[-54.34355163574219,42.929107666015625],[-54.36227035522461,42.90586471557617],[-54.380950927734375,42.88263702392578],[-54.399593353271484,42.85942840576172],[-54.41819763183594,42.83623123168945],[-54.4367561340332,42.81305694580078],[-54.45528030395508,42.78989028930664],[-54.47376251220703,42.76674270629883],[-54.492210388183594,42.74361038208008],[-54.51061248779297,42.72049331665039],[-54.52898025512695,42.697391510009766],[-54.54730987548828,42.67430877685547],[-54.56559753417969,42.6512336730957],[-54.5838508605957,42.628177642822266],[-54.6020622253418,42.60513687133789],[-54.620235443115234,42.58211135864258],[-54.63837432861328,42.55910110473633],[-54.65647506713867,42.536109924316406],[-54.67453384399414,42.51313018798828],[-54.69255828857422,42.49016571044922],[-54.71054458618164,42.46721649169922],[-54.72849655151367,42.444278717041016],[-54.74640655517578,42.42136001586914],[-54.764278411865234,42.398460388183594],[-54.7821159362793,42.37556838989258],[-54.79991912841797,42.352691650390625],[-54.817684173583984,42.329833984375],[-54.835411071777344,42.30698776245117],[-54.85309982299805,42.28416061401367],[-54.870758056640625,42.26134490966797],[-54.88837814331055,42.23854064941406],[-54.90595626831055,42.215755462646484],[-54.92350387573242,42.1929817199707],[-54.941017150878906,42.17022705078125],[-54.95848846435547,42.147483825683594],[-54.975929260253906,42.124755859375],[-54.99333572387695,42.10204315185547],[-55.010704040527344,42.079341888427734],[-55.02803421020508,42.05665969848633],[-55.04533386230469,42.03398895263672],[-55.062599182128906,42.01133346557617],[-55.07982635498047,41.98869323730469],[-55.09701919555664,41.966068267822266],[-55.11418151855469,41.94345474243164],[-55.13130187988281,41.92085647583008],[-55.14839553833008,41.89826965332031],[-55.16545104980469,41.875701904296875],[-55.18246841430664,41.853145599365234],[-55.199459075927734,41.83060073852539],[-55.21641540527344,41.808074951171875],[-55.23332977294922,41.785560607910156],[-55.25021743774414,41.7630615234375],[-55.26707458496094,41.74057388305664],[-55.28388977050781,41.718101501464844],[-55.30067825317383,41.695648193359375],[-55.31742858886719,41.67320251464844],[-55.33414840698242,41.6507682800293],[-55.350833892822266,41.628353118896484],[-55.36748504638672,41.605953216552734],[-55.38410568237305,41.583560943603516],[-55.40069580078125,41.561187744140625],[-55.4172477722168,41.53882598876953],[-55.433773040771484,41.5164794921875],[-55.45026397705078,41.494144439697266],[-55.46672058105469,41.47182083129883],[-55.48314666748047,41.44951629638672],[-55.49953842163086,41.427223205566406],[-55.515899658203125,41.40494155883789],[-55.532230377197266,41.38267517089844],[-55.548526763916016,41.36042022705078],[-55.564796447753906,41.33818054199219],[-55.58102798461914,41.31595230102539],[-55.597232818603516,41.29374313354492],[-55.6134033203125,41.271541595458984],[-55.62954330444336,41.24935531616211],[-55.645652770996094,41.2271842956543],[-55.6617317199707,41.205020904541016],[-55.67777633666992,41.1828727722168],[-55.69379425048828,41.16073989868164],[-55.70977783203125,41.13862228393555],[-55.72573471069336,41.116512298583984],[-55.741661071777344,41.094417572021484],[-55.75755310058594,41.07233428955078],[-55.77341842651367,41.050270080566406],[-55.789249420166016,41.02821350097656],[-55.805049896240234,41.006168365478516],[-55.82082748413086,40.9841423034668],[-55.836570739746094,40.96212387084961],[-55.85227966308594,40.940120697021484],[-55.86796569824219,40.918128967285156],[-55.88362121582031,40.89615249633789],[-55.89924240112305,40.87418746948242],[-55.91483688354492,40.85223388671875],[-55.93040084838867,40.830291748046875],[-55.9459342956543,40.80836868286133],[-55.96144104003906,40.78645324707031],[-55.97692108154297,40.764549255371094],[-55.992366790771484,40.74266052246094],[-56.00778579711914,40.72078323364258],[-56.02317810058594,40.69892120361328],[-56.03853988647461,40.677066802978516],[-56.05386734008789,40.65522766113281],[-56.06917190551758,40.633399963378906],[-56.084449768066406,40.61158752441406],[-56.099693298339844,40.589786529541016],[-56.11491394042969,40.567996978759766],[-56.130104064941406,40.54621887207031],[-56.145267486572266,40.524452209472656],[-56.160400390625,40.50270462036133],[-56.175506591796875,40.48096466064453],[-56.190582275390625,40.45923614501953],[-56.20563507080078,40.43751907348633],[-56.22065353393555,40.41581726074219],[-56.23564910888672,40.394126892089844],[-56.25061798095703,40.3724479675293],[-56.26555633544922,40.35078048706055],[-56.28046798706055,40.329124450683594],[-56.295352935791016,40.3074836730957],[-56.310211181640625,40.28585433959961],[-56.325042724609375,40.26423645019531],[-56.339839935302734,40.24263000488281],[-56.354618072509766,40.22103500366211],[-56.36936950683594,40.1994514465332],[-56.384090423583984,40.177879333496094],[-56.39878463745117,40.15632247924805],[-56.413455963134766,40.1347770690918],[-56.42809295654297,40.113243103027344],[-56.442710876464844,40.09171676635742],[-56.45730209350586,40.07020568847656],[-56.47186279296875,40.0487060546875],[-56.48640060424805,40.027217864990234],[-56.500911712646484,40.00574493408203],[-56.51539611816406,39.984283447265625],[-56.529850006103516,39.96282958984375],[-56.544281005859375,39.94138717651367],[-56.55868911743164,39.91995620727539],[-56.57307052612305,39.89854049682617],[-56.587425231933594,39.877132415771484],[-56.60175323486328,39.85573959350586],[-56.61605453491211,39.834354400634766],[-56.63032913208008,39.81298828125],[-56.64458084106445,39.791629791259766],[-56.658809661865234,39.77027893066406],[-56.67300796508789,39.74894332885742],[-56.68718719482422,39.72761535644531],[-56.70133590698242,39.706302642822266],[-56.71546173095703,39.685001373291016],[-56.72956466674805,39.6637077331543],[-56.74363708496094,39.64242935180664],[-56.757686614990234,39.621158599853516],[-56.77171325683594,39.59990692138672],[-56.78571319580078,39.57865905761719],[-56.79969024658203,39.55742645263672],[-56.81364059448242,39.53620147705078],[-56.82756805419922,39.51498794555664],[-56.84147262573242,39.49378967285156],[-56.855350494384766,39.472599029541016],[-56.86920166015625,39.451419830322266],[-56.883033752441406,39.43025207519531],[-56.8968391418457,39.409095764160156],[-56.910614013671875,39.3879508972168],[-56.924373626708984,39.36681365966797],[-56.938106536865234,39.34569549560547],[-56.95181655883789,39.324581146240234],[-56.96549987792969,39.30348205566406],[-56.979164123535156,39.28239059448242],[-56.992801666259766,39.26131057739258],[-57.006412506103516,39.24024200439453],[-57.02000427246094,39.21918487548828],[-57.033573150634766,39.19813919067383],[-57.047115325927734,39.17710494995117],[-57.06063461303711,39.15607833862305],[-57.07413101196289,39.13506317138672],[-57.08760452270508,39.11405944824219],[-57.10105514526367,39.09306716918945],[-57.11448287963867,39.072086334228516],[-57.12788772583008,39.051116943359375],[-57.141265869140625,39.030155181884766],[-57.154624938964844,39.00920486450195],[-57.16796112060547,38.98826599121094],[-57.181270599365234,38.967342376708984],[-57.194557189941406,38.9464225769043],[-57.20782470703125,38.92551803588867],[-57.2210693359375,38.90462112426758],[-57.234291076660156,38.88373565673828],[-57.24748992919922,38.86286163330078],[-57.26066589355469,38.84199523925781],[-57.27381896972656,38.82114028930664],[-57.28695297241211,38.800296783447266],[-57.3000602722168,38.77946472167969],[-57.313148498535156,38.75864028930664],[-57.32621383666992,38.73782730102539],[-57.339256286621094,38.71702575683594],[-57.35227966308594,38.69623565673828],[-57.36527633666992,38.675453186035156],[-57.37825393676758,38.65468215942383],[-57.39120864868164,38.6339225769043],[-57.404144287109375,38.61317825317383],[-57.417049407958984,38.592437744140625],[-57.42993927001953,38.57170867919922],[-57.44281005859375,38.550987243652344],[-57.45565414428711,38.53028106689453],[-57.46847915649414,38.509578704833984],[-57.481285095214844,38.4888916015625],[-57.49406814575195,38.46821212768555],[-57.50682830810547,38.44754409790039],[-57.519569396972656,38.42688751220703],[-57.53228759765625,38.4062385559082],[-57.54498291015625,38.38560104370117],[-57.55765914916992,38.36497497558594],[-57.570316314697266,38.344356536865234],[-57.582950592041016,38.32374954223633],[-57.59556198120117,38.30315017700195],[-57.608154296875,38.282562255859375],[-57.6207275390625,38.261985778808594],[-57.633277893066406,38.241416931152344],[-57.645809173583984,38.22085952758789],[-57.65831756591797,38.200313568115234],[-57.670806884765625,38.17977523803711],[-57.68327331542969,38.15925216674805],[-57.69572067260742,38.13873291015625],[-57.70814895629883,38.11822509765625],[-57.72055435180664,38.09772491455078],[-57.732940673828125,38.07723617553711],[-57.74530792236328,38.056758880615234],[-57.75765609741211,38.03628921508789],[-57.769981384277344,38.015830993652344],[-57.782283782958984,37.99538040161133],[-57.7945671081543,37.97494125366211],[-57.80683517456055,37.95451354980469],[-57.8190803527832,37.9340934753418],[-57.831302642822266,37.91368103027344],[-57.843509674072266,37.893280029296875],[-57.85569763183594,37.87289047241211],[-57.867862701416016,37.852508544921875],[-57.880008697509766,37.83213806152344],[-57.89213562011719,37.81177520751953],[-57.90424346923828,37.791419982910156],[-57.91632843017578,37.771080017089844],[-57.92839813232422,37.75074768066406],[-57.94044494628906,37.73042297363281],[-57.952476501464844,37.71010971069336],[-57.96448516845703,37.68980407714844],[-57.976470947265625,37.66950988769531],[-57.98844528198242,37.64922332763672],[-58.000396728515625,37.62894821166992],[-58.0123291015625,37.608680725097656],[-58.02424240112305,37.58842086791992],[-58.036136627197266,37.568172454833984],[-58.048011779785156,37.547935485839844],[-58.05986785888672,37.527706146240234],[-58.07170486450195,37.507484436035156],[-58.083526611328125,37.487274169921875],[-58.0953254699707,37.467071533203125],[-58.10710525512695,37.44688415527344],[-58.11886978149414,37.426700592041016],[-58.130611419677734,37.406524658203125],[-58.142337799072266,37.38636016845703],[-58.15404510498047,37.366207122802734],[-58.16572952270508,37.3460578918457],[-58.177398681640625,37.325923919677734],[-58.18905258178711,37.30579376220703],[-58.20068359375,37.285675048828125],[-58.21229553222656,37.265567779541016],[-58.2238883972168,37.24546432495117],[-58.23546600341797,37.22537612915039],[-58.24702835083008,37.205291748046875],[-58.258567810058594,37.185218811035156],[-58.27009201049805,37.165157318115234],[-58.28159713745117,37.14509963989258],[-58.29308319091797,37.12505340576172],[-58.30455017089844,37.105018615722656],[-58.316001892089844,37.084991455078125],[-58.32743453979492,37.064971923828125],[-58.33884811401367,37.044960021972656],[-58.35024642944336,37.024959564208984],[-58.36162567138672,37.004966735839844],[-58.37298583984375,36.9849853515625],[-58.38433074951172,36.96501159667969],[-58.39565658569336,36.945045471191406],[-58.40696716308594,36.925086975097656],[-58.41825866699219,36.9051399230957],[-58.42953109741211,36.88520050048828],[-58.44078826904297,36.865272521972656],[-58.4520263671875,36.84535598754883],[-58.4632453918457,36.825443267822266],[-58.474449157714844,36.805538177490234],[-58.48563766479492,36.78564453125],[-58.49680709838867,36.7657585144043],[-58.507957458496094,36.745880126953125],[-58.51909255981445,36.72601318359375],[-58.53021240234375,36.706153869628906],[-58.54131317138672,36.686302185058594],[-58.55239486694336,36.66645812988281],[-58.56346130371094,36.64662551879883],[-58.57451248168945,36.626800537109375],[-58.585540771484375,36.60698318481445],[-58.596553802490234,36.58717727661133],[-58.6075553894043,36.56737518310547],[-58.618534088134766,36.547584533691406],[-58.62950134277344,36.527801513671875],[-58.64044952392578,36.50802993774414],[-58.65138244628906,36.4882698059082],[-58.662296295166016,36.46851348876953],[-58.673194885253906,36.44876480102539],[-58.68407440185547,36.42902374267578],[-58.694942474365234,36.40929412841797],[-58.70579147338867,36.38957214355469],[-58.716617584228516,36.36985778808594],[-58.72743606567383,36.35015106201172],[-58.73823547363281,36.3304557800293],[-58.74901580810547,36.31076431274414],[-58.75978469848633,36.29108428955078],[-58.77053451538086,36.27141189575195],[-58.78126907348633,36.25175476074219],[-58.79198455810547,36.23209762573242],[-58.80268859863281,36.21245193481445],[-58.81337356567383,36.192813873291016],[-58.824039459228516,36.17318344116211],[-58.834693908691406,36.153560638427734],[-58.845333099365234,36.13394546508789],[-58.855953216552734,36.114341735839844],[-58.86655807495117,36.09474563598633],[-58.87714767456055,36.075157165527344],[-58.88772201538086,36.055580139160156],[-58.89828109741211,36.036006927490234],[-58.90882110595703,36.016441345214844],[-58.91934585571289,35.99688720703125],[-58.92985534667969,35.97734069824219],[-58.94035339355469,35.95779800415039],[-58.95083236694336,35.93826675415039],[-58.96129608154297,35.91874313354492],[-58.971744537353516,35.89923095703125],[-58.982177734375,35.87972640991211],[-58.992591857910156,35.860225677490234],[-59.00299072265625,35.840736389160156],[-59.01337814331055,35.82125473022461],[-59.02375030517578,35.80177688598633],[-59.03410720825195,35.782310485839844],[-59.0444450378418,35.76285171508789],[-59.054771423339844,35.743404388427734],[-59.06508255004883,35.723960876464844],[-59.075374603271484,35.704524993896484],[-59.085655212402344,35.685096740722656],[-59.095916748046875,35.665679931640625],[-59.10616683959961,35.64627456665039],[-59.116397857666016,35.626869201660156],[-59.126617431640625,35.60747528076172],[-59.13682174682617,35.58808898925781],[-59.147010803222656,35.56871032714844],[-59.15718460083008,35.549339294433594],[-59.16734313964844,35.52997589111328],[-59.177490234375,35.5106201171875],[-59.187618255615234,35.49127197265625],[-59.19773483276367,35.47193145751953],[-59.20783233642578,35.452598571777344],[-59.217918395996094,35.43327713012695],[-59.227989196777344,35.41395950317383],[-59.23804473876953,35.394649505615234],[-59.248085021972656,35.37535095214844],[-59.258113861083984,35.356056213378906],[-59.268123626708984,35.33677291870117],[-59.27812194824219,35.3174934387207],[-59.28810501098633,35.29822540283203],[-59.298072814941406,35.278961181640625],[-59.30802917480469,35.259708404541016],[-59.31796646118164,35.24046325683594],[-59.3278923034668,35.221221923828125],[-59.33780288696289,35.20199203491211],[-59.34769821166992,35.18276596069336],[-59.357582092285156,35.163551330566406],[-59.36745071411133,35.144344329833984],[-59.37730407714844,35.12514114379883],[-59.387142181396484,35.10594940185547],[-59.396968841552734,35.08676528930664],[-59.40678024291992,35.06758499145508],[-59.41657638549805,35.04841613769531],[-59.426361083984375,35.02925109863281],[-59.43613052368164,35.01009750366211],[-59.445884704589844,34.99094772338867],[-59.45562744140625,34.97180938720703],[-59.465354919433594,34.952674865722656],[-59.475067138671875,34.93355178833008],[-59.48476791381836,34.914432525634766],[-59.49445343017578,34.895320892333984],[-59.50412368774414,34.876220703125],[-59.5137825012207,34.85712432861328],[-59.5234260559082,34.838035583496094],[-59.53305435180664,34.81895446777344],[-59.54267120361328,34.79988098144531],[-59.552276611328125,34.78081512451172],[-59.561866760253906,34.761756896972656],[-59.571441650390625,34.742706298828125],[-59.58100128173828,34.723663330078125],[-59.590553283691406,34.704627990722656],[-59.6000862121582,34.68560028076172],[-59.6096076965332,34.66657638549805],[-59.619117736816406,34.64756393432617],[-59.62861251831055,34.62855529785156],[-59.638092041015625,34.609554290771484],[-59.647560119628906,34.59056854248047],[-59.65701675415039,34.57158279418945],[-59.66645431518555,34.55260467529297],[-59.67588424682617,34.533634185791016],[-59.685298919677734,34.514671325683594],[-59.694698333740234,34.49571228027344],[-59.70408630371094,34.47676467895508],[-59.71345901489258,34.45782470703125],[-59.72282028198242,34.43888854980469],[-59.73217010498047,34.419960021972656],[-59.74150466918945,34.40104293823242],[-59.75082778930664,34.38212966918945],[-59.76013946533203,34.363224029541016],[-59.76943588256836,34.344322204589844],[-59.778717041015625,34.32543182373047],[-59.78799057006836,34.306549072265625],[-59.797245025634766,34.28767395019531],[-59.80649185180664,34.268802642822266],[-59.81572341918945,34.24993896484375],[-59.8249397277832,34.231082916259766],[-59.834144592285156,34.21223449707031],[-59.84333801269531,34.19339370727539],[-59.85251998901367,34.174556732177734],[-59.86168670654297,34.155731201171875],[-59.87084197998047,34.13690948486328],[-59.87998580932617,34.11809539794922],[-59.88911437988281,34.09928894042969],[-59.898231506347656,34.08048629760742],[-59.9073371887207,34.06169509887695],[-59.91642761230469,34.04290771484375],[-59.925506591796875,34.024131774902344],[-59.934574127197266,34.0053596496582],[-59.94363021850586,33.98659133911133],[-59.95267105102539,33.96783447265625],[-59.961700439453125,33.94908142089844],[-59.97071838378906,33.93033981323242],[-59.97972106933594,33.91160202026367],[-59.988712310791016,33.89287185668945],[-59.9976921081543,33.874149322509766],[-60.00666046142578,33.85543441772461],[-60.0156135559082,33.83672332763672],[-60.02455520629883,33.81801986694336],[-60.033485412597656,33.79932403564453],[-60.04240417480469,33.780635833740234],[-60.05131149291992,33.7619514465332],[-60.06020736694336,33.7432746887207],[-60.069087982177734,33.724605560302734],[-60.07795715332031,33.7059440612793],[-60.086814880371094,33.687286376953125],[-60.09566116333008,33.66864013671875],[-60.104496002197266,33.64999771118164],[-60.11331558227539,33.63136291503906],[-60.122127532958984,33.61273193359375],[-60.130924224853516,33.594112396240234],[-60.13970947265625,33.575496673583984],[-60.14848327636719,33.556884765625],[-60.15724563598633,33.53828430175781],[-60.16599655151367,33.51968765258789],[-60.17473220825195,33.501102447509766],[-60.1834602355957,33.48251724243164],[-60.19217300415039,33.46394348144531],[-60.20087814331055,33.44537353515625],[-60.20956802368164,33.42681121826172],[-60.21824645996094,33.40825653076172],[-60.22691345214844,33.38970947265625],[-60.23556900024414,33.37116622924805],[-60.24421310424805,33.352630615234375],[-60.252845764160156,33.334102630615234],[-60.26146697998047,33.31557846069336],[-60.270076751708984,33.297061920166016],[-60.2786750793457,33.2785530090332],[-60.287261962890625,33.26005172729492],[-60.29583740234375,33.241554260253906],[-60.30440139770508,33.22306442260742],[-60.31295394897461,33.20458221435547],[-60.321495056152344,33.18610382080078],[-60.33002471923828,33.167633056640625],[-60.33854293823242,33.149169921875],[-60.347049713134766,33.130714416503906],[-60.35554122924805,33.11226272583008],[-60.3640251159668,33.09381866455078],[-60.37249755859375,33.075382232666016],[-60.380958557128906,33.056949615478516],[-60.389408111572266,33.03852462768555],[-60.39784622192383,33.020103454589844],[-60.406272888183594,33.00169372558594],[-60.41468811035156,32.9832878112793],[-60.423091888427734,32.96488571166992],[-60.431488037109375,32.946495056152344],[-60.43986892700195,32.92810821533203],[-60.4482421875,32.909725189208984],[-60.456600189208984,32.891353607177734],[-60.46495056152344,32.87298583984375],[-60.47328567504883,32.85462188720703],[-60.48161315917969,32.83626937866211],[-60.48992919921875,32.81792068481445],[-60.498233795166016,32.79957580566406],[-60.50653076171875,32.78124237060547],[-60.51481246948242,32.76291275024414],[-60.5230827331543,32.74458694458008],[-60.53134536743164,32.72626876831055],[-60.53959655761719,32.70795822143555],[-60.54783630371094,32.68965530395508],[-60.55606460571289,32.671356201171875],[-60.56428146362305,32.6530647277832],[-60.572486877441406,32.63477325439453],[-60.580684661865234,32.616493225097656],[-60.588871002197266,32.59822082519531],[-60.5970458984375,32.579952239990234],[-60.60520935058594,32.56169128417969],[-60.61336135864258,32.543434143066406],[-60.62150573730469,32.525184631347656],[-60.629634857177734,32.50694274902344],[-60.63775634765625,32.48870849609375],[-60.645870208740234,32.47047805786133],[-60.653968811035156,32.45225524902344],[-60.66205978393555,32.43403625488281],[-60.67013931274414,32.41582489013672],[-60.67820739746094,32.39761734008789],[-60.68626403808594,32.379417419433594],[-60.694313049316406,32.36122512817383],[-60.70234680175781,32.34303665161133],[-60.71037673950195,32.32485580444336],[-60.71839141845703,32.306678771972656],[-60.72639846801758,32.288509368896484],[-60.73439407348633,32.27034378051758],[-60.74237823486328,32.25218963623047],[-60.75035095214844,32.23403549194336],[-60.75831604003906,32.21588897705078],[-60.76626968383789,32.197750091552734],[-60.77421188354492,32.17961883544922],[-60.78214645385742,32.16149139404297],[-60.790069580078125,32.143367767333984],[-60.7979850769043,32.12525177001953],[-60.805885314941406,32.10714340209961],[-60.813777923583984,32.08903884887695],[-60.821659088134766,32.07094192504883],[-60.82952880859375,32.05284881591797],[-60.8373908996582,32.03476333618164],[-60.84524154663086,32.016685485839844],[-60.853084564208984,31.99860954284668],[-60.86091613769531,31.980541229248047],[-60.86874008178711,31.962478637695312],[-60.876548767089844,31.94442367553711],[-60.88435363769531,31.926372528076172],[-60.89214324951172,31.908327102661133],[-60.899925231933594,31.890289306640625],[-60.90769577026367,31.872255325317383],[-60.91545867919922,31.854228973388672],[-60.92321014404297,31.83620834350586],[-60.93095397949219,31.818193435668945],[-60.938682556152344,31.80018424987793],[-60.946407318115234,31.782180786132812],[-60.95412063598633,31.764183044433594],[-60.961822509765625,31.746191024780273],[-60.969512939453125,31.72820472717285],[-60.977195739746094,31.710224151611328],[-60.98487091064453,31.692249298095703],[-60.99253463745117,31.674280166625977],[-61.000186920166016,31.65631675720215],[-61.00783157348633,31.63835906982422],[-61.015464782714844,31.620407104492188],[-61.02309036254883,31.602462768554688],[-61.030704498291016,31.584522247314453],[-61.038307189941406,31.566587448120117],[-61.045902252197266,31.54865837097168],[-61.053489685058594,31.53073501586914],[-61.061065673828125,31.5128173828125],[-61.06863021850586,31.494905471801758],[-61.07618713378906,31.476999282836914],[-61.08373260498047,31.4591007232666],[-61.091270446777344,31.441205978393555],[-61.09880065917969,31.423316955566406],[-61.106319427490234,31.405433654785156],[-61.113826751708984,31.387556076049805],[-61.1213264465332,31.36968421936035],[-61.12881851196289,31.351818084716797],[-61.13629913330078,31.333955764770508],[-61.14377212524414,31.31610107421875],[-61.1512336730957,31.298250198364258],[-61.158687591552734,31.280406951904297],[-61.16613006591797,31.2625675201416],[-61.17356491088867,31.244735717773438],[-61.18098831176758,31.22690773010254],[-61.18840408325195,31.20908546447754],[-61.1958122253418,31.19127082824707],[-61.203208923339844,31.173460006713867],[-61.21059799194336,31.155654907226562],[-61.21797561645508,31.137855529785156],[-61.225345611572266,31.12006187438965],[-61.23270034790039,31.10227394104004],[-61.24005126953125,31.084489822387695],[-61.24739456176758,31.06671142578125],[-61.25472640991211,31.048940658569336],[-61.26205062866211,31.031173706054688],[-61.26936340332031,31.013412475585938],[-61.276668548583984,30.995656967163086],[-61.283966064453125,30.9779052734375],[-61.29125213623047,30.960161209106445],[-61.29853057861328,30.94242286682129],[-61.3057975769043,30.9246883392334],[-61.31305694580078,30.906959533691406],[-61.320308685302734,30.889236450195312],[-61.327552795410156,30.871519088745117],[-61.33478546142578,30.85380744934082],[-61.34200668334961,30.83609962463379],[-61.34922409057617,30.81839942932129],[-61.35643005371094,30.800704956054688],[-61.363624572753906,30.78301429748535],[-61.37081527709961,30.76532745361328],[-61.377994537353516,30.747648239135742],[-61.385162353515625,30.72997283935547],[-61.39232635498047,30.712305068969727],[-61.399478912353516,30.69464111328125],[-61.406620025634766,30.676982879638672],[-61.41375732421875,30.65932846069336],[-61.42088317871094,30.641681671142578],[-61.428001403808594,30.624038696289062],[-61.43510818481445,30.606401443481445],[-61.44221115112305,30.588769912719727],[-61.449302673339844,30.571142196655273],[-61.456382751464844,30.55352020263672],[-61.46345901489258,30.535905838012695],[-61.47052001953125,30.518293380737305],[-61.47757339477539,30.500688552856445],[-61.484622955322266,30.48308753967285],[-61.491661071777344,30.465492248535156],[-61.49869155883789,30.44790267944336],[-61.505714416503906,30.430320739746094],[-61.51272964477539,30.41274070739746],[-61.51973342895508,30.395166397094727],[-61.526729583740234,30.37759780883789],[-61.53371810913086,30.360034942626953],[-61.54069519042969,30.34247589111328],[-61.54766845703125,30.324922561645508],[-61.554630279541016,30.307374954223633],[-61.561580657958984,30.289831161499023],[-61.56852722167969,30.272293090820312],[-61.575462341308594,30.2547607421875],[-61.582393646240234,30.237234115600586],[-61.58931350708008,30.219711303710938],[-61.596221923828125,30.202194213867188],[-61.603126525878906,30.184682846069336],[-61.61001968383789,30.16717529296875],[-61.61690902709961,30.149673461914062],[-61.62378692626953,30.132179260253906],[-61.63064956665039,30.114686965942383],[-61.63751220703125,30.097200393676758],[-61.64436340332031,30.07971954345703],[-61.65121078491211,30.062244415283203],[-61.65804672241211,30.04477310180664],[-61.66487503051758,30.027307510375977],[-61.67169189453125,30.009845733642578],[-61.678504943847656,29.992389678955078],[-61.685306549072266,29.974939346313477],[-61.69210433959961,29.95749282836914],[-61.698890686035156,29.940052032470703],[-61.70566940307617,29.922616958618164],[-61.712440490722656,29.90518569946289],[-61.719200134277344,29.887760162353516],[-61.725955963134766,29.87034034729004],[-61.73270034790039,29.852924346923828],[-61.73944091796875,29.83551597595215],[-61.74617004394531,29.8181095123291],[-61.752891540527344,29.800708770751953],[-61.759605407714844,29.783313751220703],[-61.76631164550781,29.76592254638672],[-61.773006439208984,29.748537063598633],[-61.77969741821289,29.731155395507812],[-61.786373138427734,29.71377944946289],[-61.79304885864258,29.696409225463867],[-61.799713134765625,29.67904281616211],[-61.80636978149414,29.66168212890625],[-61.813018798828125,29.64432716369629],[-61.81966018676758,29.626976013183594],[-61.8262939453125,29.609628677368164],[-61.83292007446289,29.592288970947266],[-61.83953857421875,29.574951171875],[-61.84614944458008,29.557621002197266],[-61.85274887084961,29.540292739868164],[-61.859344482421875,29.522974014282227],[-61.865928649902344,29.505657196044922],[-61.87250900268555,29.488344192504883],[-61.87907791137695,29.471038818359375],[-61.885643005371094,29.4537353515625],[-61.89219665527344,29.436437606811523],[-61.89874267578125,29.419145584106445],[-61.90528106689453,29.401859283447266],[-61.91181564331055,29.38457489013672],[-61.918338775634766,29.367298126220703],[-61.92485046386719,29.350025177001953],[-61.931358337402344,29.33275604248047],[-61.93785858154297,29.315492630004883],[-61.94435119628906,29.298233032226562],[-61.950836181640625,29.28097915649414],[-61.957313537597656,29.263731002807617],[-61.963783264160156,29.24648666381836],[-61.970245361328125,29.229248046875],[-61.97669982910156,29.212013244628906],[-61.98314666748047,29.19478416442871],[-61.989585876464844,29.17755889892578],[-61.99601745605469,29.160337448120117],[-62.00244140625,29.14312171936035],[-62.00885772705078,29.125911712646484],[-62.01526641845703,29.108705520629883],[-62.02166748046875,29.091503143310547],[-62.02806091308594,29.07430648803711],[-62.034446716308594,29.057113647460938],[-62.04082489013672,29.039926528930664],[-62.04719543457031,29.022743225097656],[-62.053558349609375,29.005565643310547],[-62.059913635253906,28.988391876220703],[-62.06626510620117,28.971223831176758],[-62.07260513305664,28.954059600830078],[-62.07893753051758,28.936901092529297],[-62.08526611328125,28.91974639892578],[-62.09157943725586,28.90259552001953],[-62.09789276123047,28.88545036315918],[-62.10419464111328,28.868310928344727],[-62.11049270629883,28.851173400878906],[-62.11677932739258,28.834043502807617],[-62.12306213378906,28.81691551208496],[-62.129337310791016,28.799793243408203],[-62.13560485839844,28.782678604125977],[-62.14186477661133,28.765565872192383],[-62.14811706542969,28.748456954956055],[-62.154361724853516,28.731353759765625],[-62.16059875488281,28.71425437927246],[-62.166831970214844,28.697160720825195],[-62.17305374145508,28.680070877075195],[-62.17927169799805,28.66298484802246],[-62.18547821044922,28.645904541015625],[-62.191680908203125,28.628828048706055],[-62.1978759765625,28.611757278442383],[-62.204063415527344,28.594688415527344],[-62.210243225097656,28.577627182006836],[-62.21641540527344,28.56056785583496],[-62.22257995605469,28.543516159057617],[-62.228736877441406,28.526466369628906],[-62.23488998413086,28.509422302246094],[-62.241031646728516,28.492382049560547],[-62.247169494628906,28.4753475189209],[-62.253299713134766,28.458316802978516],[-62.259422302246094,28.4412899017334],[-62.265533447265625,28.42426872253418],[-62.271644592285156,28.407251358032227],[-62.27774429321289,28.39023780822754],[-62.28384017944336,28.37322998046875],[-62.28992462158203,28.356225967407227],[-62.29600524902344,28.33922576904297],[-62.30207824707031,28.322233200073242],[-62.30814743041992,28.30524253845215],[-62.314205169677734,28.28825569152832],[-62.32025909423828,28.27127456665039],[-62.32630157470703,28.254297256469727],[-62.332340240478516,28.23732566833496],[-62.33837127685547,28.220355987548828],[-62.34439468383789,28.203392028808594],[-62.35041427612305,28.186433792114258],[-62.356422424316406,28.169477462768555],[-62.3624267578125,28.15252685546875],[-62.36842346191406,28.135581970214844],[-62.374412536621094,28.11863899230957],[-62.38039779663086,28.101701736450195],[-62.38637161254883,28.084768295288086],[-62.39234161376953,28.067840576171875],[-62.3983039855957,28.05091667175293],[-62.404258728027344,28.03399658203125],[-62.41020584106445,28.017080307006836],[-62.4161491394043,28.00016975402832],[-62.42208480834961,27.98326301574707],[-62.42801284790039,27.966360092163086],[-62.43393325805664,27.949460983276367],[-62.43984603881836,27.932567596435547],[-62.44575119018555,27.915678024291992],[-62.45165252685547,27.898792266845703],[-62.45754623413086,27.881912231445312],[-62.46343231201172,27.865036010742188],[-62.46931457519531,27.848163604736328],[-62.475189208984375,27.831295013427734],[-62.481056213378906,27.81443214416504],[-62.486915588378906,27.79757308959961],[-62.492767333984375,27.780717849731445],[-62.49861526489258,27.763866424560547],[-62.50445556640625,27.747020721435547],[-62.510292053222656,27.73017692565918],[-62.516117095947266,27.71333885192871],[-62.52193832397461,27.69650650024414],[-62.52775192260742,27.679676055908203],[-62.5335578918457,27.662851333618164],[-62.53936004638672,27.646032333374023],[-62.5451545715332,27.629215240478516],[-62.550941467285156,27.612401962280273],[-62.55672073364258,27.59559440612793],[-62.562496185302734,27.57879066467285],[-62.56826400756836,27.56199073791504],[-62.57402420043945,27.545194625854492],[-62.57978057861328,27.528404235839844],[-62.58552932739258,27.511615753173828],[-62.591270446777344,27.49483299255371],[-62.59700393676758,27.47805404663086],[-62.60273361206055,27.461278915405273],[-62.608455657958984,27.444509506225586],[-62.61417007446289,27.42774200439453],[-62.61988067626953,27.410980224609375],[-62.62558364868164,27.394222259521484],[-62.63127899169922,27.37746810913086],[-62.636962890625,27.360719680786133],[-62.64264678955078,27.34397315979004],[-62.64832305908203,27.327232360839844],[-62.653995513916016,27.310495376586914],[-62.65966033935547,27.29376220703125],[-62.66531753540039,27.27703285217285],[-62.67096710205078,27.26030731201172],[-62.676612854003906,27.243587493896484],[-62.6822509765625,27.226871490478516],[-62.68788528442383,27.21015739440918],[-62.69350814819336,27.193449020385742],[-62.699127197265625,27.176746368408203],[-62.704742431640625,27.160045623779297],[-62.710350036621094,27.143348693847656],[-62.71595001220703,27.126657485961914],[-62.72154235839844,27.109968185424805],[-62.72713088989258,27.093284606933594],[-62.73271179199219,27.07660484313965],[-62.73828887939453,27.05992889404297],[-62.743858337402344,27.043256759643555],[-62.749420166015625,27.02659034729004],[-62.75497817993164,27.009925842285156],[-62.760528564453125,26.993267059326172],[-62.76607131958008,26.976612091064453],[-62.771610260009766,26.959959030151367],[-62.77714157104492,26.94331169128418],[-62.78266525268555,26.926668167114258],[-62.788185119628906,26.9100284576416],[-62.793697357177734,26.893394470214844],[-62.7992057800293,26.87676239013672],[-62.80470657348633,26.86013412475586],[-62.810203552246094,26.8435115814209],[-62.81568908691406,26.826892852783203],[-62.821170806884766,26.81027603149414],[-62.8266487121582,26.793664932250977],[-62.83211898803711,26.777057647705078],[-62.837581634521484,26.760452270507812],[-62.843040466308594,26.743852615356445],[-62.84849166870117,26.727256774902344],[-62.853939056396484,26.710664749145508],[-62.859378814697266,26.694076538085938],[-62.864810943603516,26.677494049072266],[-62.8702392578125,26.660913467407227],[-62.87565994262695,26.644338607788086],[-62.88107681274414,26.627765655517578],[-62.8864860534668,26.61119842529297],[-62.89188766479492,26.594633102416992],[-62.89728546142578,26.578073501586914],[-62.902679443359375,26.5615177154541],[-62.90806198120117,26.544965744018555],[-62.91344451904297,26.528417587280273],[-62.91881561279297,26.511871337890625],[-62.9241828918457,26.495330810546875],[-62.92954635620117,26.47879409790039],[-62.93490219116211,26.462261199951172],[-62.940250396728516,26.445730209350586],[-62.945594787597656,26.42920684814453],[-62.950931549072266,26.41268539428711],[-62.95626449584961,26.396167755126953],[-62.96158981323242,26.379653930664062],[-62.96691131591797,26.363143920898438],[-62.97222900390625,26.346637725830078],[-62.977535247802734,26.330137252807617],[-62.98283767700195,26.31363868713379],[-62.988136291503906,26.297143936157227],[-62.99342727661133,26.28065299987793],[-62.99871063232422,26.2641658782959],[-63.003990173339844,26.247684478759766],[-63.00926208496094,26.231204986572266],[-63.014530181884766,26.21472930908203],[-63.01979064941406,26.198259353637695],[-63.025047302246094,26.181791305541992],[-63.030296325683594,26.165325164794922],[-63.03554153442383,26.14886474609375],[-63.04077911376953,26.132410049438477],[-63.04601287841797,26.115957260131836],[-63.051239013671875,26.09950828552246],[-63.056461334228516,26.08306312561035],[-63.061676025390625,26.066621780395508],[-63.06688690185547,26.05018424987793],[-63.07209014892578,26.03375244140625],[-63.07728576660156,26.017322540283203],[-63.082481384277344,26.000896453857422],[-63.08766555786133,25.984474182128906],[-63.09284591674805,25.968055725097656],[-63.0980224609375,25.951641082763672],[-63.10319137573242,25.93522834777832],[-63.10835647583008,25.918821334838867],[-63.1135139465332,25.90241813659668],[-63.11866760253906,25.886016845703125],[-63.12381362915039,25.86962127685547],[-63.12895584106445,25.853227615356445],[-63.134090423583984,25.83683967590332],[-63.13922119140625,25.820453643798828],[-63.144344329833984,25.804073333740234],[-63.14946365356445,25.787694931030273],[-63.154579162597656,25.77132225036621],[-63.15968322753906,25.75495147705078],[-63.16478729248047,25.738584518432617],[-63.169883728027344,25.72222137451172],[-63.17497253417969,25.705862045288086],[-63.18006134033203,25.68950653076172],[-63.18513870239258,25.673154830932617],[-63.19021224975586,25.65680694580078],[-63.195281982421875,25.640460968017578],[-63.20034408569336,25.62411880493164],[-63.20540237426758,25.6077823638916],[-63.210453033447266,25.591449737548828],[-63.21549987792969,25.575119018554688],[-63.220542907714844,25.558792114257812],[-63.22557830810547,25.542469024658203],[-63.23060989379883,25.52614974975586],[-63.23563766479492,25.50983428955078],[-63.24065399169922,25.49352264404297],[-63.245670318603516,25.477214813232422],[-63.250675201416016,25.46091079711914],[-63.255680084228516,25.444608688354492],[-63.260677337646484,25.428312301635742],[-63.26566696166992,25.412015914916992],[-63.27065658569336,25.39572525024414],[-63.275634765625,25.379440307617188],[-63.28061294555664,25.363155364990234],[-63.285579681396484,25.34687614440918],[-63.29054641723633,25.33060073852539],[-63.29550552368164,25.314329147338867],[-63.30046081542969,25.298059463500977],[-63.3054084777832,25.28179359436035],[-63.31035232543945,25.265533447265625],[-63.31528854370117,25.24927520751953],[-63.320220947265625,25.233020782470703],[-63.32514953613281,25.216766357421875],[-63.33007049560547,25.200519561767578],[-63.33498764038086,25.184276580810547],[-63.33989715576172,25.16803550720215],[-63.34480285644531,25.151798248291016],[-63.34970474243164,25.13556480407715],[-63.35459899902344,25.119335174560547],[-63.35948944091797,25.10310935974121],[-63.36437225341797,25.086885452270508],[-63.36925506591797,25.070667266845703],[-63.37412643432617,25.05445098876953],[-63.378997802734375,25.038238525390625],[-63.38385772705078,25.02202796936035],[-63.38871765136719,25.005821228027344],[-63.39356994628906,24.989620208740234],[-63.39841842651367,24.973421096801758],[-63.403263092041016,24.95722770690918],[-63.408103942871094,24.941036224365234],[-63.412933349609375,24.924846649169922],[-63.417762756347656,24.908662796020508],[-63.42258071899414,24.89248275756836],[-63.427398681640625,24.876304626464844],[-63.43220901489258,24.860130310058594],[-63.437015533447266,24.84395980834961],[-63.44181823730469,24.827791213989258],[-63.44661331176758,24.811628341674805],[-63.4514045715332,24.795467376708984],[-63.4561882019043,24.779308319091797],[-63.460968017578125,24.763154983520508],[-63.46574401855469,24.747005462646484],[-63.47051239013672,24.730857849121094],[-63.47528076171875,24.7147159576416],[-63.480037689208984,24.698575973510742],[-63.48479461669922,24.682437896728516],[-63.48954391479492,24.666305541992188],[-63.494285583496094,24.650177001953125],[-63.499027252197266,24.634050369262695],[-63.503761291503906,24.61792755126953],[-63.50849151611328,24.601806640625],[-63.513214111328125,24.585691452026367],[-63.5179328918457,24.569578170776367],[-63.522647857666016,24.553468704223633],[-63.5273551940918,24.537363052368164],[-63.53205871582031,24.52126121520996],[-63.53675842285156,24.505159378051758],[-63.54145050048828,24.489063262939453],[-63.546138763427734,24.472970962524414],[-63.55082321166992,24.456880569458008],[-63.555503845214844,24.4407958984375],[-63.560176849365234,24.424713134765625],[-63.56484603881836,24.408634185791016],[-63.56950759887695,24.39255714416504],[-63.57416915893555,24.37648582458496],[-63.578819274902344,24.360416412353516],[-63.58346939086914,24.344350814819336],[-63.588111877441406,24.32828712463379],[-63.592750549316406,24.31222915649414],[-63.59738540649414,24.296171188354492],[-63.60201644897461,24.28011703491211],[-63.60663986206055,24.264068603515625],[-63.61125946044922,24.248022079467773],[-63.61587142944336,24.231979370117188],[-63.6204833984375,24.215940475463867],[-63.62508773803711,24.19990348815918],[-63.62968826293945,24.183870315551758],[-63.634281158447266,24.1678409576416],[-63.63887023925781,24.15181541442871],[-63.643455505371094,24.13578987121582],[-63.64803695678711,24.119770050048828],[-63.652610778808594,24.1037540435791],[-63.65718078613281,24.087739944458008],[-63.661746978759766,24.07172966003418],[-63.66630554199219,24.055723190307617],[-63.670860290527344,24.03972053527832],[-63.675411224365234,24.023719787597656],[-63.67995834350586,24.007722854614258],[-63.68449783325195,23.991727828979492],[-63.68903350830078,23.975736618041992],[-63.693565368652344,23.959749221801758],[-63.69809341430664,23.94376564025879],[-63.702613830566406,23.927783966064453],[-63.707130432128906,23.911806106567383],[-63.71164321899414,23.895832061767578],[-63.716148376464844,23.879859924316406],[-63.72064971923828,23.8638916015625],[-63.72514724731445,23.84792709350586],[-63.729644775390625,23.83196449279785],[-63.734134674072266,23.81600570678711],[-63.738616943359375,23.800050735473633],[-63.74309539794922,23.78409767150879],[-63.7475700378418,23.76814842224121],[-63.752037048339844,23.7522029876709],[-63.75650405883789,23.73626136779785],[-63.760963439941406,23.720321655273438],[-63.76541519165039,23.70438575744629],[-63.769866943359375,23.688451766967773],[-63.77431106567383,23.672521591186523],[-63.778751373291016,23.656593322753906],[-63.78318786621094,23.640670776367188],[-63.787620544433594,23.6247501373291],[-63.79204559326172,23.60883140563965],[-63.79646682739258,23.592918395996094],[-63.80088424682617,23.577007293701172],[-63.8052978515625,23.561100006103516],[-63.8097038269043,23.545194625854492],[-63.814109802246094,23.529293060302734],[-63.81850814819336,23.51339340209961],[-63.82290267944336,23.497499465942383],[-63.82728958129883,23.48160743713379],[-63.8316764831543,23.465715408325195],[-63.836055755615234,23.4498291015625],[-63.840431213378906,23.43394660949707],[-63.84480285644531,23.418066024780273],[-63.84916687011719,23.402189254760742],[-63.8535270690918,23.386316299438477],[-63.857887268066406,23.370445251464844],[-63.86223602294922,23.354578018188477],[-63.8665885925293,23.338714599609375],[-63.870933532714844,23.322853088378906],[-63.87527084350586,23.306991577148438],[-63.87960433959961,23.2911376953125],[-63.883934020996094,23.275285720825195],[-63.88825988769531,23.259435653686523],[-63.892578125,23.243589401245117],[-63.89689636230469,23.227746963500977],[-63.901206970214844,23.21190643310547],[-63.905513763427734,23.196069717407227],[-63.909812927246094,23.18023681640625],[-63.91411209106445,23.164403915405273],[-63.91840362548828,23.148576736450195],[-63.92269515991211,23.13275146484375],[-63.926979064941406,23.11693000793457],[-63.93125915527344,23.101110458374023],[-63.93553161621094,23.085296630859375],[-63.93980407714844,23.069482803344727],[-63.944068908691406,23.053672790527344],[-63.94832992553711,23.037866592407227],[-63.95258712768555,23.022062301635742],[-63.956844329833984,23.006261825561523],[-63.961090087890625,22.990463256835938],[-63.965335845947266,22.974668502807617],[-63.969573974609375,22.958877563476562],[-63.97380828857422,22.94308853149414],[-63.9780387878418,22.927303314208984],[-63.98226547241211,22.911521911621094],[-63.986488342285156,22.895742416381836],[-63.99070358276367,22.879962921142578],[-63.99491500854492,22.86418914794922],[-63.999122619628906,22.848419189453125],[-64.00333404541016,22.832651138305664],[-64.00753021240234,22.81688690185547],[-64.01172637939453,22.801124572753906],[-64.01591491699219,22.78536605834961],[-64.02010345458984,22.769611358642578],[-64.02428436279297,22.75385856628418],[-64.0284652709961,22.73810577392578],[-64.03263092041016,22.72235870361328],[-64.03680419921875,22.706615447998047],[-64.04096984863281,22.690874099731445],[-64.04512786865234,22.67513656616211],[-64.04928588867188,22.659400939941406],[-64.05343627929688,22.643667221069336],[-64.05757904052734,22.627939224243164],[-64.06172180175781,22.612213134765625],[-64.06586456298828,22.59648895263672],[-64.06999206542969,22.580766677856445],[-64.07412719726562,22.565048217773438],[-64.0782470703125,22.549333572387695],[-64.08236694335938,22.53362274169922],[-64.08648681640625,22.517913818359375],[-64.0905990600586,22.502206802368164],[-64.0947036743164,22.48650360107422],[-64.09880828857422,22.47080421447754],[-64.10291290283203,22.45510482788086],[-64.10700225830078,22.439409255981445],[-64.11109924316406,22.423717498779297],[-64.11518096923828,22.408029556274414],[-64.1192626953125,22.392343521118164],[-64.12334442138672,22.376659393310547],[-64.1274185180664,22.360979080200195],[-64.13148498535156,22.34530258178711],[-64.13555145263672,22.329627990722656],[-64.13961029052734,22.313955307006836],[-64.14366912841797,22.29828643798828],[-64.14772033691406,22.28261947631836],[-64.15177154541016,22.266956329345703],[-64.15581512451172,22.251296997070312],[-64.15985107421875,22.235639572143555],[-64.16389465332031,22.219982147216797],[-64.16793060302734,22.20433235168457],[-64.17195129394531,22.188682556152344],[-64.17597961425781,22.173036575317383],[-64.17999267578125,22.157392501831055],[-64.18401336669922,22.141752243041992],[-64.18801879882812,22.126115798950195],[-64.19202423095703,22.1104793548584],[-64.19602966308594,22.094846725463867],[-64.20002746582031,22.0792179107666],[-64.20401763916016,22.06359100341797],[-64.2080078125,22.0479679107666],[-64.21199798583984,22.032346725463867],[-64.21598052978516,22.016727447509766],[-64.21995544433594,22.00111198425293],[-64.22393035888672,21.98550033569336],[-64.22789764404297,21.969890594482422],[-64.23186492919922,21.954282760620117],[-64.23582458496094,21.938678741455078],[-64.23977661132812,21.923076629638672],[-64.24372863769531,21.90747833251953],[-64.2476806640625,21.891881942749023],[-64.25162506103516,21.87628936767578],[-64.25556182861328,21.860698699951172],[-64.25950622558594,21.845111846923828],[-64.26343536376953,21.829524993896484],[-64.26736450195312,21.813941955566406],[-64.27129364013672,21.798362731933594],[-64.27520751953125,21.782787322998047],[-64.27912902832031,21.767213821411133],[-64.28303527832031,21.75164222717285],[-64.28694152832031,21.736074447631836],[-64.29084777832031,21.720508575439453],[-64.29474639892578,21.704944610595703],[-64.29864501953125,21.68938446044922],[-64.30253601074219,21.673826217651367],[-64.3064193725586,21.65827178955078],[-64.310302734375,21.64272117614746],[-64.3141860961914,21.62717056274414],[-64.31805419921875,21.61162567138672],[-64.32192993164062,21.596078872680664],[-64.32579803466797,21.580537796020508],[-64.32965850830078,21.565000534057617],[-64.3335189819336,21.549463272094727],[-64.33737182617188,21.533931732177734],[-64.34122467041016,21.518400192260742],[-64.3450698852539,21.50287437438965],[-64.34891510009766,21.487348556518555],[-64.35275268554688,21.471826553344727],[-64.3565902709961,21.45630645751953],[-64.36042022705078,21.4407901763916],[-64.36425018310547,21.425273895263672],[-64.36807250976562,21.40976333618164],[-64.37188720703125,21.39425277709961],[-64.37570190429688,21.378747940063477],[-64.3795166015625,21.363243103027344],[-64.3833236694336,21.34774398803711],[-64.38712310791016,21.332244873046875],[-64.39092254638672,21.316749572753906],[-64.39472198486328,21.30125617980957],[-64.39851379394531,21.2857666015625],[-64.40229797363281,21.270278930664062],[-64.40608215332031,21.254793167114258],[-64.40986633300781,21.23931121826172],[-64.41364288330078,21.22382926940918],[-64.41741180419922,21.20835304260254],[-64.42118072509766,21.19287872314453],[-64.42494201660156,21.177406311035156],[-64.42870330810547,21.161937713623047],[-64.43245697021484,21.14647102355957],[-64.43621063232422,21.131006240844727],[-64.4399642944336,21.11554527282715],[-64.44371032714844,21.100086212158203],[-64.44744873046875,21.084630966186523],[-64.45118713378906,21.069177627563477],[-64.45491790771484,21.053726196289062],[-64.45864868164062,21.03827667236328],[-64.46237182617188,21.022830963134766],[-64.46609497070312,21.007389068603516],[-64.46981048583984,20.991947174072266],[-64.47352600097656,20.97650909423828],[-64.47723388671875,20.961074829101562],[-64.48094177246094,20.945640563964844],[-64.4846420288086,20.93021011352539],[-64.48834228515625,20.91478157043457],[-64.49203491210938,20.899356842041016],[-64.4957275390625,20.883934020996094],[-64.4994125366211,20.868515014648438],[-64.50309753417969,20.85309600830078],[-64.50677490234375,20.837682723999023],[-64.51045227050781,20.822269439697266],[-64.51412963867188,20.806861877441406],[-64.51779174804688,20.791454315185547],[-64.5214614868164,20.776050567626953],[-64.52511596679688,20.76064682006836],[-64.52877807617188,20.745248794555664],[-64.53243255615234,20.72985076904297],[-64.53607940673828,20.71445655822754],[-64.53972625732422,20.699064254760742],[-64.54336547851562,20.68367576599121],[-64.54700469970703,20.66828727722168],[-64.5506362915039,20.652904510498047],[-64.55426788330078,20.637523651123047],[-64.55789184570312,20.62214469909668],[-64.56150817871094,20.606767654418945],[-64.56513214111328,20.591392517089844],[-64.56874084472656,20.576021194458008],[-64.57235717773438,20.560653686523438],[-64.57596588134766,20.545286178588867],[-64.5795669555664,20.529922485351562],[-64.58316802978516,20.514562606811523],[-64.58676147460938,20.499202728271484],[-64.5903549194336,20.48384666442871],[-64.59394073486328,20.468494415283203],[-64.59752655029297,20.453142166137695],[-64.60110473632812,20.43779182434082],[-64.60468292236328,20.422447204589844],[-64.60826110839844,20.407102584838867],[-64.61182403564453,20.391759872436523],[-64.61539459228516,20.376422882080078],[-64.61895751953125,20.361085891723633],[-64.62251281738281,20.34575080871582],[-64.62606811523438,20.330421447753906],[-64.62962341308594,20.315092086791992],[-64.63316345214844,20.299766540527344],[-64.63671112060547,20.284440994262695],[-64.64025115966797,20.269121170043945],[-64.64379119873047,20.253801345825195],[-64.64732360839844,20.23848533630371],[-64.65084838867188,20.223169326782227],[-64.65437316894531,20.20785903930664],[-64.65789794921875,20.192548751831055],[-64.66141510009766,20.177244186401367],[-64.66493225097656,20.161937713623047],[-64.66844177246094,20.146636962890625],[-64.67195129394531,20.131336212158203],[-64.67545318603516,20.11604118347168],[-64.678955078125,20.100744247436523],[-64.68244934082031,20.085451126098633],[-64.6859359741211,20.07016372680664],[-64.6894302368164,20.054874420166016],[-64.69291687011719,20.039588928222656],[-64.69640350341797,20.024307250976562],[-64.69988250732422,20.00902557373047],[-64.70335388183594,19.99374771118164],[-64.70682525634766,19.978471755981445],[-64.71028900146484,19.963197708129883],[-64.71376037597656,19.947927474975586],[-64.71721649169922,19.932659149169922],[-64.7206802368164,19.91739273071289],[-64.72413635253906,19.902128219604492],[-64.72758483886719,19.88686752319336],[-64.73102569580078,19.87160873413086],[-64.73446655273438,19.856351852416992],[-64.73790740966797,19.841096878051758],[-64.74134826660156,19.825843811035156],[-64.74478149414062,19.810592651367188],[-64.74821472167969,19.795345306396484],[-64.75164031982422,19.780099868774414],[-64.75505828857422,19.764856338500977],[-64.75848388671875,19.749616622924805],[-64.76189422607422,19.734376907348633],[-64.76531219482422,19.719141006469727],[-64.76872253417969,19.70390510559082],[-64.77212524414062,19.688674926757812],[-64.77552795410156,19.673444747924805],[-64.77892303466797,19.658218383789062],[-64.78231811523438,19.642993927001953],[-64.78571319580078,19.62777328491211],[-64.78910064697266,19.612552642822266],[-64.79249572753906,19.597335815429688],[-64.7958755493164,19.58211898803711],[-64.79924774169922,19.566904067993164],[-64.80262756347656,19.551692962646484],[-64.80599212646484,19.536483764648438],[-64.80937194824219,19.52127456665039],[-64.81273651123047,19.506071090698242],[-64.81609344482422,19.490869522094727],[-64.81945037841797,19.475669860839844],[-64.82280731201172,19.460472106933594],[-64.82616424560547,19.445274353027344],[-64.82950592041016,19.430082321166992],[-64.83285522460938,19.414892196655273],[-64.83618927001953,19.399703979492188],[-64.83953857421875,19.384517669677734],[-64.84286499023438,19.36933135986328],[-64.84619903564453,19.354150772094727],[-64.84952545166016,19.338972091674805],[-64.85285186767578,19.323793411254883],[-64.85617065429688,19.308618545532227],[-64.85948944091797,19.29344367980957],[-64.86280059814453,19.278274536132812],[-64.86611938476562,19.263107299804688],[-64.86942291259766,19.247940063476562],[-64.87272644042969,19.23277473449707],[-64.87602996826172,19.217613220214844],[-64.87932586669922,19.20245361328125],[-64.88261413574219,19.187297821044922],[-64.88591003417969,19.172142028808594],[-64.88919830322266,19.15699005126953],[-64.8924789428711,19.14183807373047],[-64.89576721191406,19.126689910888672],[-64.89904022216797,19.111543655395508],[-64.90231323242188,19.09640121459961],[-64.90557861328125,19.081260681152344],[-64.90885162353516,19.066120147705078],[-64.912109375,19.050983428955078],[-64.91536712646484,19.035850524902344],[-64.91863250732422,19.02071762084961],[-64.92188262939453,19.005586624145508],[-64.92513275146484,18.99045753479004],[-64.92837524414062,18.97533416748047],[-64.93162536621094,18.960208892822266],[-64.93486022949219,18.945087432861328],[-64.93809509277344,18.929967880249023],[-64.94132995605469,18.914852142333984],[-64.94456481933594,18.899736404418945],[-64.94779205322266,18.884624481201172],[-64.95101165771484,18.8695125579834],[-64.95423889160156,18.854406356811523],[-64.95745086669922,18.83930015563965],[-64.96066284179688,18.82419776916504],[-64.9638671875,18.80909538269043],[-64.96707153320312,18.793996810913086],[-64.97027587890625,18.778900146484375],[-64.97348022460938,18.763805389404297],[-64.97667694091797,18.74871253967285],[-64.97986602783203,18.733623504638672],[-64.9830551147461,18.718534469604492],[-64.98624420166016,18.703449249267578],[-64.98942565917969,18.688365936279297],[-64.99260711669922,18.67328453063965],[-64.99578094482422,18.658206939697266],[-64.99895477294922,18.64312744140625],[-65.00212097167969,18.628053665161133],[-65.00528717041016,18.612979888916016],[-65.00845336914062,18.597909927368164],[-65.01161193847656,18.582841873168945],[-65.01476287841797,18.56777572631836],[-65.01792907714844,18.552711486816406],[-65.02107238769531,18.53765106201172],[-65.02422332763672,18.52259063720703],[-65.0273666381836,18.50753402709961],[-65.03050231933594,18.492477416992188],[-65.03363800048828,18.47742462158203],[-65.03677368164062,18.462373733520508],[-65.03990173339844,18.44732666015625],[-65.04302978515625,18.432279586791992],[-65.04615020751953,18.417234420776367],[-65.04927062988281,18.402191162109375],[-65.05238342285156,18.38715171813965],[-65.05550384521484,18.372114181518555],[-65.05860900878906,18.35707664489746],[-65.06172180175781,18.342042922973633],[-65.0648193359375,18.327011108398438],[-65.06792449951172,18.311981201171875],[-65.0710220336914,18.296955108642578],[-65.07411193847656,18.28192901611328],[-65.07720184326172,18.26690673828125],[-65.08029174804688,18.25188446044922],[-65.0833740234375,18.236865997314453],[-65.08645629882812,18.22184944152832],[-65.08953857421875,18.20683479309082],[-65.09261322021484,18.191822052001953],[-65.09568786621094,18.17681121826172],[-65.0987548828125,18.161802291870117],[-65.10182189941406,18.14679527282715],[-65.1048812866211,18.131792068481445],[-65.10794067382812,18.116788864135742],[-65.11100006103516,18.101787567138672],[-65.11405181884766,18.086790084838867],[-65.11710357666016,18.071792602539062],[-65.12014770507812,18.056798934936523],[-65.1231918334961,18.041807174682617],[-65.12622833251953,18.026817321777344],[-65.12926483154297,18.011829376220703],[-65.1323013305664,17.996843338012695],[-65.13533020019531,17.98185920715332],[-65.13835906982422,17.96687889099121],[-65.14138793945312,17.9518985748291],[-65.1444091796875,17.936920166015625],[-65.14742279052734,17.921945571899414],[-65.15044403076172,17.906970977783203],[-65.15345001220703,17.892000198364258],[-65.15646362304688,17.877031326293945],[-65.15946960449219,17.862062454223633],[-65.16246795654297,17.847097396850586],[-65.16547393798828,17.832134246826172],[-65.16846466064453,17.81717300415039],[-65.17146301269531,17.802213668823242],[-65.17445373535156,17.787256240844727],[-65.17743682861328,17.772300720214844],[-65.180419921875,17.757347106933594],[-65.18340301513672,17.74239730834961],[-65.1863784790039,17.727447509765625],[-65.1893539428711,17.712499618530273],[-65.19232940673828,17.697555541992188],[-65.19529724121094,17.6826114654541],[-65.1982650756836,17.66766929626465],[-65.20122528076172,17.65273094177246],[-65.20418548583984,17.637794494628906],[-65.20714569091797,17.62285804748535],[-65.21009826660156,17.607925415039062],[-65.21304321289062,17.592992782592773],[-65.21599578857422,17.57806396484375],[-65.21894073486328,17.56313705444336],[-65.22187805175781,17.5482120513916],[-65.22481536865234,17.533288955688477],[-65.22775268554688,17.51836585998535],[-65.23068237304688,17.50344467163086],[-65.23068237304688,17.50344467163086],[-65.28201293945312,17.50249481201172],[-65.33417510986328,17.500782012939453],[-65.3852310180664,17.50062370300293],[-65.43681335449219,17.498987197875977],[-65.48802947998047,17.49834632873535],[-65.5396957397461,17.496780395507812],[-65.59033966064453,17.496448516845703],[-65.64249420166016,17.49526596069336],[-65.69353485107422,17.4940185546875],[-65.74481964111328,17.493284225463867],[-65.79618072509766,17.492069244384766],[-65.84717559814453,17.49126625061035],[-65.89833068847656,17.490272521972656],[-65.94895935058594,17.488929748535156],[-66.00055694580078,17.488262176513672],[-66.05167388916016,17.487030029296875],[-66.10215759277344,17.486249923706055],[-66.15380859375,17.48501968383789],[-66.20503234863281,17.484039306640625],[-66.25518035888672,17.48341178894043],[-66.30615997314453,17.482080459594727],[-66.35733032226562,17.481340408325195],[-66.40831756591797,17.480165481567383],[-66.4593505859375,17.479598999023438],[-66.5096664428711,17.478233337402344],[-66.56011962890625,17.477209091186523],[-66.61080169677734,17.47665786743164],[-66.66191101074219,17.47516441345215],[-66.7120361328125,17.47492218017578],[-66.76195526123047,17.473247528076172],[-66.81317901611328,17.472864151000977],[-66.86396026611328,17.471494674682617],[-66.91427612304688,17.470794677734375],[-66.96416473388672,17.46979331970215],[-67.01515197753906,17.468908309936523],[-67.0654296875,17.468095779418945],[-67.11537170410156,17.46674919128418],[-67.16616821289062,17.466215133666992],[-67.2165756225586,17.465023040771484],[-67.26631927490234,17.464397430419922],[-67.3171157836914,17.46306037902832],[-67.36710357666016,17.46219253540039],[-67.41706848144531,17.46155548095703],[-67.46736145019531,17.460466384887695],[-67.5173110961914,17.459688186645508],[-67.56741333007812,17.458431243896484],[-67.61719512939453,17.457983016967773],[-67.66777038574219,17.456951141357422],[-67.71784210205078,17.455961227416992],[-67.76748657226562,17.45502471923828],[-67.81710815429688,17.45431900024414],[-67.86737823486328,17.453353881835938],[-67.91710662841797,17.45244789123535],[-67.96711730957031,17.451276779174805],[-68.01659393310547,17.450756072998047],[-68.06636047363281,17.44947052001953],[-68.11650848388672,17.449031829833984],[-68.16556549072266,17.447778701782227],[-68.21552276611328,17.447032928466797],[-68.26551818847656,17.446321487426758],[-68.31521606445312,17.445100784301758],[-68.36500549316406,17.444623947143555],[-68.4151611328125,17.443265914916992],[-68.46391296386719,17.4429874420166],[-68.51368713378906,17.441436767578125],[-68.56299591064453,17.441129684448242],[-68.61235809326172,17.43990135192871],[-68.66193389892578,17.439285278320312],[-68.71110534667969,17.43824577331543],[-68.76119232177734,17.43724822998047],[-68.81029510498047,17.436872482299805],[-68.85940551757812,17.435609817504883],[-68.90872955322266,17.43495750427246],[-68.95826721191406,17.433773040771484],[-69.00714111328125,17.43358612060547],[-69.05717468261719,17.43239974975586],[-69.10595703125,17.431570053100586],[-69.15493774414062,17.430620193481445],[-69.20416259765625,17.429967880249023],[-69.25316619873047,17.428998947143555],[-69.30265045166016,17.428476333618164],[-69.3513412475586,17.427276611328125],[-69.40065002441406,17.426788330078125],[-69.44955444335938,17.425622940063477],[-69.49797821044922,17.425127029418945],[-69.54783630371094,17.42389678955078],[-69.59717559814453,17.42326545715332],[-69.6451187133789,17.422739028930664],[-69.6939697265625,17.42147445678711],[-69.74313354492188,17.421066284179688],[-69.79206848144531,17.419883728027344],[-69.8405532836914,17.41956901550293],[-69.8896713256836,17.418190002441406],[-69.93852996826172,17.417560577392578],[-69.98704528808594,17.417110443115234],[-70.03570556640625,17.41582489013672],[-70.08402252197266,17.415477752685547],[-70.13246154785156,17.414167404174805],[-70.18174743652344,17.414018630981445],[-70.23062896728516,17.41269874572754],[-70.2790298461914,17.412153244018555],[-70.32711029052734,17.411069869995117],[-70.37675476074219,17.410480499267578],[-70.42507934570312,17.40957260131836],[-70.47319030761719,17.408597946166992],[-70.52184295654297,17.40789222717285],[-70.57075500488281,17.406999588012695],[-70.6189193725586,17.40627670288086],[-70.66797637939453,17.405149459838867],[-70.71589660644531,17.404541015625],[-70.76422882080078,17.403688430786133],[-70.81240844726562,17.402864456176758],[-70.86077117919922,17.402009963989258],[-70.90937805175781,17.401187896728516],[-70.95757293701172,17.400423049926758],[-71.00596618652344,17.399770736694336],[-71.05409240722656,17.39875030517578],[-71.10218048095703,17.39809799194336],[-71.15033721923828,17.397239685058594],[-71.19892883300781,17.39664649963379],[-71.2464828491211,17.39567756652832],[-71.29476165771484,17.394573211669922],[-71.34308624267578,17.39432716369629],[-71.39131164550781,17.393056869506836],[-71.43915557861328,17.39275550842285],[-71.48746490478516,17.391225814819336],[-71.5350112915039,17.39107322692871],[-71.5832290649414,17.390186309814453],[-71.63126373291016,17.3892822265625],[-71.67941284179688,17.388654708862305],[-71.72779083251953,17.387460708618164],[-71.77505493164062,17.387367248535156],[-71.82299041748047,17.38599395751953],[-71.87062072753906,17.38561248779297],[-71.91845703125,17.384624481201172],[-71.96622467041016,17.38405418395996],[-72.013916015625,17.383075714111328],[-72.06197357177734,17.382545471191406],[-72.11051177978516,17.381698608398438],[-72.15745544433594,17.380952835083008],[-72.20510864257812,17.380142211914062],[-72.25282287597656,17.37925910949707],[-72.30003356933594,17.378915786743164],[-72.34854888916016,17.377992630004883],[-72.39591217041016,17.377185821533203],[-72.44335174560547,17.376480102539062],[-72.49097442626953,17.375761032104492],[-72.53839874267578,17.375032424926758],[-72.58588409423828,17.374256134033203],[-72.6331558227539,17.373367309570312],[-72.68083953857422,17.372926712036133],[-72.7283706665039,17.371919631958008],[-72.7760009765625,17.371288299560547],[-72.82367706298828,17.370498657226562],[-72.87176513671875,17.369882583618164],[-72.91818237304688,17.369216918945312],[-72.9654541015625,17.36808204650879],[-73.01319885253906,17.367908477783203],[-73.06067657470703,17.36666488647461],[-73.10779571533203,17.36656379699707],[-73.15514373779297,17.365083694458008],[-73.2025146484375,17.364599227905273],[-73.24945831298828,17.364133834838867],[-73.29685974121094,17.363170623779297],[-73.34358978271484,17.362756729125977],[-73.3904800415039,17.36174774169922],[-73.43824768066406,17.36152458190918],[-73.48567962646484,17.36041831970215],[-73.53260040283203,17.35999298095703],[-73.57925415039062,17.359085083007812],[-73.62725830078125,17.358539581298828],[-73.67414855957031,17.35784339904785],[-73.72085571289062,17.356861114501953],[-73.76807403564453,17.3564453125],[-73.81541442871094,17.35567855834961],[-73.86188507080078,17.35506820678711],[-73.90916442871094,17.354063034057617],[-73.95587158203125,17.35369110107422],[-74.00302124023438,17.353010177612305],[-74.04972076416016,17.352357864379883],[-74.09676361083984,17.35161781311035],[-74.14360046386719,17.351123809814453],[-74.19023895263672,17.350482940673828],[-74.23754119873047,17.349851608276367],[-74.28437042236328,17.348770141601562],[-74.33101654052734,17.34859275817871],[-74.37744140625,17.347522735595703],[-74.42451477050781,17.347301483154297],[-74.47064971923828,17.346216201782227],[-74.51788330078125,17.345455169677734],[-74.5648193359375,17.345396041870117],[-74.61156463623047,17.34412384033203],[-74.65813446044922,17.3441219329834],[-74.7052993774414,17.34252166748047],[-74.7513427734375,17.34288787841797],[-74.79800415039062,17.34174156188965],[-74.8444595336914,17.341251373291016],[-74.8914566040039,17.340639114379883],[-74.9380874633789,17.339887619018555],[-74.98392486572266,17.339412689208984],[-75.03128051757812,17.338428497314453],[-75.0775146484375,17.33816146850586],[-75.12410736083984,17.337289810180664],[-75.17076110839844,17.336862564086914],[-75.21692657470703,17.33592987060547],[-75.26349639892578,17.33563232421875],[-75.31066131591797,17.33496856689453],[-75.3564453125,17.334348678588867],[-75.40290069580078,17.33356285095215],[-75.44905090332031,17.33312225341797],[-75.4954833984375,17.332231521606445],[-75.54220581054688,17.33218002319336],[-75.58828735351562,17.330949783325195],[-75.63451385498047,17.330745697021484],[-75.68089294433594,17.329933166503906],[-75.7270278930664,17.32949447631836],[-75.77345275878906,17.328765869140625],[-75.81941223144531,17.328079223632812],[-75.86587524414062,17.3277645111084],[-75.91222381591797,17.326921463012695],[-75.95838928222656,17.326465606689453],[-76.0047836303711,17.325706481933594],[-76.05103302001953,17.325424194335938],[-76.09709930419922,17.324642181396484],[-76.14288330078125,17.323780059814453],[-76.18917083740234,17.323741912841797],[-76.23531341552734,17.32260513305664],[-76.28108978271484,17.32262420654297],[-76.32718658447266,17.32144546508789],[-76.37370300292969,17.321327209472656],[-76.41952514648438,17.320606231689453],[-76.46566009521484,17.320039749145508],[-76.51127624511719,17.31955337524414],[-76.55741882324219,17.318958282470703],[-76.60334777832031,17.318504333496094],[-76.64968872070312,17.31771469116211],[-76.69573211669922,17.317251205444336],[-76.7415542602539,17.31675148010254],[-76.78746795654297,17.316308975219727],[-76.83392333984375,17.315582275390625],[-76.87897491455078,17.314891815185547],[-76.92504119873047,17.31458854675293],[-76.97118377685547,17.313879013061523],[-77.01673889160156,17.313386917114258],[-77.06289672851562,17.3126220703125],[-77.10839080810547,17.312252044677734],[-77.1544418334961,17.31166648864746],[-77.20008087158203,17.31127166748047],[-77.24591064453125,17.310466766357422],[-77.29191589355469,17.310222625732422],[-77.33775329589844,17.309579849243164],[-77.38320922851562,17.30905532836914],[-77.42957305908203,17.308053970336914],[-77.47496795654297,17.3082218170166],[-77.52031707763672,17.30716323852539],[-77.56623077392578,17.30699348449707],[-77.61190032958984,17.30586051940918],[-77.65725708007812,17.305912017822266],[-77.7030258178711,17.30548858642578],[-77.74876403808594,17.304615020751953],[-77.7941665649414,17.3044490814209],[-77.84050750732422,17.303342819213867],[-77.88572692871094,17.303665161132812],[-77.93095397949219,17.30267333984375],[-77.97634887695312,17.302228927612305],[-78.02201080322266,17.30180549621582],[-78.0677719116211,17.301265716552734],[-78.11272430419922,17.30079460144043],[-78.15892791748047,17.300060272216797],[-78.20408630371094,17.299779891967773],[-78.24951934814453,17.2992000579834],[-78.29508972167969,17.29874610900879],[-78.34037017822266,17.298160552978516],[-78.38594818115234,17.297882080078125],[-78.43194580078125,17.29723358154297],[-78.4766845703125,17.296892166137695],[-78.52195739746094,17.29617691040039],[-78.5672607421875,17.29600715637207],[-78.61284637451172,17.29519271850586],[-78.65811157226562,17.295068740844727],[-78.7027816772461,17.29416275024414],[-78.74876403808594,17.2939510345459],[-78.7942123413086,17.293577194213867],[-78.83952331542969,17.292835235595703],[-78.88433074951172,17.292510986328125],[-78.92985534667969,17.291889190673828],[-78.97541046142578,17.291912078857422],[-79.02069854736328,17.290721893310547],[-79.06591796875,17.290786743164062],[-79.1111831665039,17.289873123168945],[-79.15656280517578,17.28989028930664],[-79.20193481445312,17.28900718688965],[-79.2466812133789,17.288503646850586],[-79.29195404052734,17.288440704345703],[-79.33708953857422,17.287424087524414],[-79.38201141357422,17.287282943725586],[-79.42752838134766,17.286216735839844],[-79.47270965576172,17.286184310913086],[-79.51803588867188,17.28548812866211],[-79.56285858154297,17.284860610961914],[-79.60807037353516,17.284339904785156],[-79.65299987792969,17.283899307250977],[-79.69828033447266,17.283466339111328],[-79.74333190917969,17.282865524291992],[-79.78852844238281,17.282094955444336],[-79.8334732055664,17.28181266784668],[-79.87837982177734,17.281084060668945],[-79.92384338378906,17.280654907226562],[-79.9682388305664,17.280048370361328],[-80.01325225830078,17.279403686523438],[-80.05870056152344,17.279102325439453],[-80.1038818359375,17.278282165527344],[-80.14875793457031,17.278085708618164],[-80.19388580322266,17.277097702026367],[-80.23896789550781,17.277141571044922],[-80.28370666503906,17.276050567626953],[-80.32876586914062,17.275909423828125],[-80.3738784790039,17.27522087097168],[-80.41871643066406,17.27480697631836],[-80.46327209472656,17.27410125732422],[-80.50904846191406,17.273345947265625],[-80.55352783203125,17.273338317871094],[-80.59813690185547,17.272329330444336],[-80.64312744140625,17.272262573242188],[-80.6884536743164,17.271135330200195],[-80.73284912109375,17.271427154541016],[-80.7778091430664,17.270532608032227],[-80.8226089477539,17.26982879638672],[-80.86750030517578,17.269670486450195],[-80.9129409790039,17.268600463867188],[-80.95714569091797,17.268898010253906],[-81.00169372558594,17.267860412597656],[-81.04635620117188,17.267610549926758],[-81.0911636352539,17.266952514648438],[-81.13627624511719,17.266633987426758],[-81.180419921875,17.266155242919922],[-81.22565460205078,17.265422821044922],[-81.27088165283203,17.265172958374023],[-81.31472778320312,17.264741897583008],[-81.35931396484375,17.26413917541504],[-81.40431213378906,17.263784408569336],[-81.4491958618164,17.26311683654785],[-81.49403381347656,17.262985229492188],[-81.53801727294922,17.262210845947266],[-81.5826416015625,17.261789321899414],[-81.62725067138672,17.261388778686523],[-81.67218017578125,17.260774612426758],[-81.7164306640625,17.26061248779297],[-81.76050567626953,17.259767532348633],[-81.8055648803711,17.259498596191406],[-81.84999084472656,17.259037017822266],[-81.89440155029297,17.25850486755371],[-81.93836975097656,17.258220672607422],[-81.98307800292969,17.257476806640625],[-82.02784729003906,17.257444381713867],[-82.07170104980469,17.256437301635742],[-82.11629486083984,17.256601333618164],[-82.16095733642578,17.255645751953125],[-82.2054672241211,17.255800247192383],[-82.24961853027344,17.254762649536133],[-82.29349517822266,17.254369735717773],[-82.33806610107422,17.254329681396484],[-82.38238525390625,17.253480911254883],[-82.42628479003906,17.253620147705078],[-82.4705581665039,17.252817153930664],[-82.51467895507812,17.253122329711914],[-82.55946350097656,17.25253677368164],[-82.60334777832031,17.252347946166992],[-82.64755249023438,17.25194549560547],[-82.69184875488281,17.251907348632812],[-82.73626708984375,17.251615524291992],[-82.78038787841797,17.251258850097656],[-82.82463836669922,17.2508487701416],[-82.8686752319336,17.250837326049805],[-82.9129409790039,17.250364303588867],[-82.95767974853516,17.25015640258789],[-83.00123596191406,17.249849319458008],[-83.04521942138672,17.249408721923828],[-83.08985137939453,17.24962043762207],[-83.13423919677734,17.24879264831543],[-83.17848205566406,17.249162673950195],[-83.2233657836914,17.24811553955078],[-83.26703643798828,17.248653411865234],[-83.3111572265625,17.24773406982422],[-83.35478973388672,17.247955322265625],[-83.39906311035156,17.247474670410156],[-83.4433822631836,17.247325897216797],[-83.48707580566406,17.247106552124023],[-83.53170776367188,17.24657440185547],[-83.57568359375,17.246835708618164],[-83.61956024169922,17.246204376220703],[-83.66386413574219,17.246278762817383],[-83.7082748413086,17.245559692382812],[-83.75174713134766,17.24604606628418],[-83.79597473144531,17.245519638061523],[-83.84010314941406,17.24529457092285],[-83.88412475585938,17.24506378173828],[-83.92789459228516,17.24484634399414],[-83.9719467163086,17.244646072387695],[-84.01615905761719,17.244474411010742],[-84.05987548828125,17.24403953552246],[-84.10404205322266,17.24410057067871],[-84.14817810058594,17.243860244750977],[-84.19147491455078,17.243785858154297],[-84.2360610961914,17.243417739868164],[-84.28069305419922,17.24309730529785],[-84.32379913330078,17.243213653564453],[-84.3675537109375,17.242597579956055],[-84.411865234375,17.242815017700195],[-84.45594787597656,17.242202758789062],[-84.49970245361328,17.242475509643555],[-84.54338836669922,17.241836547851562],[-84.58782196044922,17.241811752319336],[-84.63140106201172,17.241893768310547],[-84.67523193359375,17.241275787353516],[-84.71903228759766,17.241500854492188],[-84.7625503540039,17.24099349975586],[-84.80699920654297,17.241241455078125],[-84.85089111328125,17.240610122680664],[-84.89488220214844,17.240726470947266],[-84.93824005126953,17.240320205688477],[-84.98257446289062,17.240381240844727],[-85.0267105102539,17.24004554748535],[-85.07006072998047,17.23980140686035],[-85.11428833007812,17.23985481262207],[-85.1585922241211,17.23927116394043],[-85.20235443115234,17.23938751220703],[-85.24665069580078,17.238672256469727],[-85.29026794433594,17.23868179321289],[-85.3343505859375,17.23844337463379],[-85.37849426269531,17.23832130432129],[-85.42202758789062,17.237939834594727],[-85.46619415283203,17.237672805786133],[-85.51004028320312,17.237625122070312],[-85.5545425415039,17.237396240234375],[-85.59810638427734,17.237131118774414],[-85.64204406738281,17.236764907836914],[-85.68599700927734,17.2367000579834],[-85.73027801513672,17.23655128479004],[-85.77386474609375,17.236404418945312],[-85.81800079345703,17.235877990722656],[-85.86221313476562,17.236343383789062],[-85.90642547607422,17.235570907592773],[-85.95022583007812,17.235946655273438],[-85.99449157714844,17.235116958618164],[-86.03765106201172,17.235681533813477],[-86.08206939697266,17.235275268554688],[-86.12617492675781,17.235137939453125],[-86.17005920410156,17.235107421875],[-86.21454620361328,17.234643936157227],[-86.25790405273438,17.234970092773438],[-86.30207824707031,17.23432159423828],[-86.34578704833984,17.234582901000977],[-86.39009094238281,17.233999252319336],[-86.4343490600586,17.233928680419922],[-86.47794342041016,17.233585357666016],[-86.5227279663086,17.23337173461914],[-86.5665512084961,17.233381271362305],[-86.6104965209961,17.232820510864258],[-86.65461730957031,17.232887268066406],[-86.69916534423828,17.232160568237305],[-86.74263000488281,17.232770919799805],[-86.78691864013672,17.231956481933594],[-86.83109283447266,17.231996536254883],[-86.87516784667969,17.23164176940918],[-86.91905975341797,17.23158073425293],[-86.96316528320312,17.231407165527344],[-87.00709533691406,17.231191635131836],[-87.05075073242188,17.231050491333008],[-87.09467315673828,17.231117248535156],[-87.13899230957031,17.230844497680664],[-87.182861328125,17.230609893798828],[-87.22659301757812,17.23065185546875],[-87.27149200439453,17.230504989624023],[-87.31464385986328,17.23050308227539],[-87.35845184326172,17.2299861907959],[-87.40252685546875,17.230436325073242],[-87.44681549072266,17.22980499267578],[-87.49011993408203,17.230297088623047],[-87.53390502929688,17.2294979095459],[-87.57855224609375,17.229660034179688],[-87.62230682373047,17.2297306060791],[-87.6658935546875,17.229198455810547],[-87.70967864990234,17.22954750061035],[-87.75373840332031,17.22892951965332],[-87.79778289794922,17.229415893554688],[-87.8417739868164,17.228681564331055],[-87.88592529296875,17.229066848754883],[-87.92974090576172,17.228515625],[-87.97329711914062,17.228784561157227],[-88.01819610595703,17.22844886779785],[-88.0614013671875,17.22833251953125],[-88.10546875,17.22846794128418],[-88.14934539794922,17.22825050354004],[-88.19294738769531,17.228389739990234],[-88.23707580566406,17.228273391723633],[-88.28042602539062,17.228626251220703],[-88.3247299194336,17.22857093811035],[-88.36835479736328,17.22890853881836],[-88.4120864868164,17.228710174560547],[-88.45614624023438,17.229122161865234],[-88.499755859375,17.22916030883789],[-88.5439224243164,17.229206085205078],[-88.58746337890625,17.228994369506836],[-88.63127136230469,17.229385375976562],[-88.67487335205078,17.229305267333984],[-88.71879577636719,17.22949981689453],[-88.76234436035156,17.22947883605957],[-88.80642700195312,17.229541778564453],[-88.85042572021484,17.230180740356445],[-88.8940200805664,17.229684829711914],[-88.93791961669922,17.230390548706055],[-88.98235321044922,17.229690551757812],[-89.02547454833984,17.230587005615234],[-89.06929779052734,17.23018455505371],[-89.11286163330078,17.230506896972656],[-89.15675354003906,17.23065948486328],[-89.20073699951172,17.230613708496094],[-89.2437973022461,17.230955123901367],[-89.28849029541016,17.230674743652344],[-89.33173370361328,17.231040954589844],[-89.3757095336914,17.23098373413086],[-89.41950988769531,17.231306076049805],[-89.462890625,17.2310791015625],[-89.50674438476562,17.231521606445312],[-89.55139923095703,17.231414794921875],[-89.59464263916016,17.231733322143555],[-89.63804626464844,17.23175048828125],[-89.6819076538086,17.23196029663086],[-89.72574615478516,17.231857299804688],[-89.7696304321289,17.232467651367188],[-89.81343841552734,17.232223510742188],[-89.85709381103516,17.232351303100586],[-89.90058135986328,17.23248291015625],[-89.9444808959961,17.23262596130371],[-89.98863220214844,17.232934951782227],[-90.0320816040039,17.23284149169922],[-90.07546997070312,17.2335205078125],[-90.1195297241211,17.23338508605957],[-90.1634521484375,17.234046936035156],[-90.20718383789062,17.234027862548828],[-90.25115966796875,17.23473358154297],[-90.29464721679688,17.234556198120117],[-90.33816528320312,17.2346248626709],[-90.38182067871094,17.235252380371094],[-90.42587280273438,17.234962463378906],[-90.46928405761719,17.235645294189453],[-90.51264190673828,17.235342025756836],[-90.55716705322266,17.235984802246094],[-90.6008529663086,17.23594856262207],[-90.6443099975586,17.23623275756836],[-90.68795013427734,17.236452102661133],[-90.73182678222656,17.236543655395508],[-90.77567291259766,17.2369384765625],[-90.81932067871094,17.23686408996582],[-90.86351013183594,17.2370662689209],[-90.90711975097656,17.236797332763672],[-90.95063018798828,17.236839294433594],[-90.99533081054688,17.236146926879883],[-91.03833770751953,17.235809326171875],[-91.0821762084961,17.235898971557617],[-91.12612915039062,17.236011505126953],[-91.16986846923828,17.235490798950195],[-91.21379852294922,17.23467254638672],[-91.25704956054688,17.23554229736328],[-91.30142211914062,17.235702514648438],[-91.34500885009766,17.23612403869629],[-91.3887710571289,17.235538482666016],[-91.4328842163086,17.236528396606445],[-91.4767837524414,17.236371994018555],[-91.52017974853516,17.236434936523438],[-91.56446075439453,17.235605239868164],[-91.60828399658203,17.235994338989258],[-91.6518325805664,17.234941482543945],[-91.69569396972656,17.235811233520508],[-91.739990234375,17.234601974487305],[-91.78326416015625,17.23487091064453],[-91.82723236083984,17.2356014251709],[-91.87102508544922,17.23552703857422],[-91.91490173339844,17.235864639282227],[-91.95939636230469,17.23545265197754],[-92.0027847290039,17.23630142211914],[-92.04666900634766,17.235692977905273],[-92.09032440185547,17.23529052734375],[-92.13436889648438,17.23518180847168],[-92.17845153808594,17.233781814575195],[-92.22172546386719,17.23441505432129],[-92.26630401611328,17.23333740234375],[-92.30980682373047,17.23405647277832],[-92.35398864746094,17.233572006225586],[-92.39804077148438,17.233909606933594],[-92.44159698486328,17.23349380493164],[-92.48567199707031,17.233497619628906],[-92.53041076660156,17.234533309936523],[-92.57377624511719,17.233449935913086],[-92.61734771728516,17.232654571533203],[-92.66159057617188,17.235233306884766],[-92.70539093017578,17.233121871948242],[-92.74909210205078,17.235380172729492],[-92.79280090332031,17.2346134185791],[-92.83702087402344,17.233646392822266],[-92.88058471679688,17.230501174926758],[-92.92430114746094,17.22913932800293],[-92.96830749511719,17.232624053955078],[-93.01274108886719,17.233623504638672],[-93.05610656738281,17.232250213623047],[-93.10025024414062,17.23168182373047],[-93.14427185058594,17.232662200927734],[-93.18789672851562,17.231727600097656],[-93.2323989868164,17.234817504882812],[-93.27632141113281,17.23421287536621],[-93.3202133178711,17.235015869140625],[-93.36416625976562,17.235782623291016],[-93.40823364257812,17.23570442199707],[-93.45223236083984,17.236495971679688],[-93.49598693847656,17.235994338989258],[-93.54088592529297,17.23692512512207],[-93.58457946777344,17.236370086669922],[-93.62821197509766,17.23516082763672],[-93.67235565185547,17.236019134521484],[-93.7166519165039,17.235183715820312],[-93.76065826416016,17.236467361450195],[-93.80469512939453,17.236114501953125],[-93.84922790527344,17.23662567138672],[-93.89299774169922,17.235511779785156],[-93.93639373779297,17.235193252563477],[-93.98100280761719,17.234933853149414],[-94.02435302734375,17.235151290893555],[-94.0686264038086,17.236650466918945],[-94.11264038085938,17.237049102783203],[-94.15689849853516,17.236818313598633],[-94.20099639892578,17.23754119873047],[-94.24478149414062,17.237550735473633],[-94.28893280029297,17.237886428833008],[-94.33255767822266,17.237571716308594],[-94.37664794921875,17.237951278686523],[-94.42070770263672,17.23740577697754],[-94.4647216796875,17.238054275512695],[-94.50809478759766,17.238130569458008],[-94.55252838134766,17.237728118896484],[-94.5967025756836,17.239042282104492],[-94.64039611816406,17.23855972290039],[-94.68421173095703,17.239139556884766],[-94.72875213623047,17.238264083862305],[-94.77238464355469,17.23946762084961],[-94.81657409667969,17.239267349243164],[-94.8603744506836,17.23946762084961],[-94.90476989746094,17.239845275878906],[-94.94851684570312,17.23943328857422],[-94.99221801757812,17.240074157714844],[-95.0369644165039,17.24008560180664],[-95.08075714111328,17.24022102355957],[-95.12480163574219,17.240333557128906],[-95.16869354248047,17.239938735961914],[-95.21231079101562,17.240291595458984],[-95.2567367553711,17.240528106689453],[-95.30142974853516,17.240747451782227],[-95.34490203857422,17.2410888671875],[-95.38876342773438,17.241195678710938],[-95.43268585205078,17.241470336914062],[-95.47710418701172,17.240808486938477],[-95.5215072631836,17.24127197265625],[-95.56494903564453,17.241304397583008],[-95.60865783691406,17.241207122802734],[-95.6529312133789,17.241748809814453],[-95.69725036621094,17.241168975830078],[-95.74100494384766,17.2415771484375],[-95.78446960449219,17.240516662597656],[-95.82892608642578,17.240509033203125],[-95.8731918334961,17.240699768066406],[-95.91761779785156,17.2413387298584],[-95.96102142333984,17.240522384643555],[-96.00509643554688,17.239500045776367],[-96.04816436767578,17.236942291259766],[-96.09263610839844,17.238401412963867],[-96.13721466064453,17.240345001220703],[-96.18190002441406,17.241703033447266],[-96.22540283203125,17.24073028564453],[-96.2687759399414,17.2375545501709],[-96.3125991821289,17.237573623657227],[-96.3561782836914,17.236623764038086],[-96.40074157714844,17.23769187927246],[-96.44454956054688,17.238100051879883],[-96.48890686035156,17.239002227783203],[-96.533203125,17.23988151550293],[-96.57777404785156,17.23974609375],[-96.6214370727539,17.239431381225586],[-96.66495513916016,17.237667083740234],[-96.70901489257812,17.238231658935547],[-96.75410461425781,17.240243911743164],[-96.79845428466797,17.242076873779297],[-96.84291076660156,17.24225616455078],[-96.88685607910156,17.24250602722168],[-96.93036651611328,17.241641998291016],[-96.97506713867188,17.241775512695312],[-97.0186767578125,17.24182891845703],[-97.06246948242188,17.241600036621094],[-97.10702514648438,17.242839813232422],[-97.15164184570312,17.243120193481445],[-97.1956558227539,17.24311065673828],[-97.24008178710938,17.243330001831055],[-97.28366088867188,17.243383407592773],[-97.3276138305664,17.241851806640625],[-97.37153625488281,17.243228912353516],[-97.41535186767578,17.242725372314453],[-97.4605712890625,17.245357513427734],[-97.5046157836914,17.2452392578125],[-97.54869842529297,17.245357513427734],[-97.59263610839844,17.244863510131836],[-97.63670349121094,17.24521827697754],[-97.68109130859375,17.246183395385742],[-97.72589874267578,17.245725631713867],[-97.76979064941406,17.246990203857422],[-97.81375885009766,17.246362686157227],[-97.85804748535156,17.246782302856445],[-97.9024658203125,17.246612548828125],[-97.94611358642578,17.245637893676758],[-97.9912338256836,17.248733520507812],[-98.03597259521484,17.248384475708008],[-98.0798110961914,17.247936248779297],[-98.12427520751953,17.24850082397461],[-98.16950988769531,17.25108528137207],[-98.21289825439453,17.25003433227539],[-98.25806427001953,17.251066207885742],[-98.30237579345703,17.249662399291992],[-98.34590148925781,17.249492645263672],[-98.39097595214844,17.251768112182617],[-98.43595123291016,17.253463745117188],[-98.48004150390625,17.251794815063477],[-98.5235824584961,17.25153923034668],[-98.56787109375,17.252025604248047],[-98.61296844482422,17.25297737121582],[-98.65833282470703,17.255205154418945],[-98.702392578125,17.25496482849121],[-98.7467269897461,17.256376266479492],[-98.7900161743164,17.253732681274414],[-98.83506774902344,17.25445556640625],[-98.88041687011719,17.256221771240234],[-98.92557525634766,17.258512496948242],[-98.96920013427734,17.257051467895508],[-99.01300048828125,17.25556182861328],[-99.05831909179688,17.25731086730957],[-99.10360717773438,17.2601261138916],[-99.14849853515625,17.261266708374023],[-99.1930160522461,17.2613582611084],[-99.23690795898438,17.260927200317383],[-99.28199768066406,17.261804580688477],[-99.32670593261719,17.26380729675293],[-99.37149810791016,17.264204025268555],[-99.4150619506836,17.262958526611328],[-99.45918273925781,17.26338005065918],[-99.50406646728516,17.264680862426758],[-99.54911804199219,17.26521110534668],[-99.59407043457031,17.26595115661621],[-99.6386489868164,17.267053604125977],[-99.68270111083984,17.266830444335938],[-99.72638702392578,17.26544952392578],[-99.77085876464844,17.264890670776367],[-99.81524658203125,17.26573371887207],[-99.86053466796875,17.266569137573242],[-99.90559387207031,17.267663955688477],[-99.94987487792969,17.26696014404297],[-99.9936294555664,17.265697479248047],[-100.03995513916016,17.268014907836914],[-100.08445739746094,17.269393920898438],[-100.12903594970703,17.269357681274414],[-100.17398834228516,17.26982307434082],[-100.21793365478516,17.269128799438477],[-100.26306915283203,17.269866943359375],[-100.30767059326172,17.270374298095703],[-100.35369873046875,17.271915435791016],[-100.39828491210938,17.273454666137695],[-100.44237518310547,17.27250862121582],[-100.4872055053711,17.27277946472168],[-100.53207397460938,17.272918701171875],[-100.57640075683594,17.273029327392578],[-100.62298583984375,17.274749755859375],[-100.6670913696289,17.27486228942871],[-100.71143341064453,17.27472686767578],[-100.75711822509766,17.27535057067871],[-100.8016357421875,17.27674102783203],[-100.84650421142578,17.27631950378418],[-100.89171600341797,17.277647018432617],[-100.93682861328125,17.277795791625977],[-100.98143768310547,17.278270721435547],[-101.02594757080078,17.278350830078125],[-101.07161712646484,17.279165267944336],[-101.11671447753906,17.279457092285156],[-101.16102600097656,17.279857635498047],[-101.2060317993164,17.28023338317871],[-101.25128936767578,17.280723571777344],[-101.29632568359375,17.28093719482422],[-101.34172821044922,17.281522750854492],[-101.38603973388672,17.281757354736328],[-101.43077850341797,17.282108306884766],[-101.47576141357422,17.28262710571289],[-101.52120971679688,17.282663345336914],[-101.56587982177734,17.283618927001953],[-101.61045837402344,17.2834529876709],[-101.65605926513672,17.28423309326172],[-101.70112609863281,17.284536361694336],[-101.7458267211914,17.284706115722656],[-101.79041290283203,17.28520965576172],[-101.83558654785156,17.285505294799805],[-101.88128662109375,17.286235809326172],[-101.92627716064453,17.28627586364746],[-101.97126007080078,17.28702163696289],[-102.01627349853516,17.286983489990234],[-102.06206512451172,17.28795623779297],[-102.10693359375,17.28799819946289],[-102.15177154541016,17.28837776184082],[-102.19707489013672,17.288915634155273],[-102.24241638183594,17.28917694091797],[-102.2875747680664,17.289827346801758],[-102.33274841308594,17.289873123168945],[-102.3775634765625,17.29070472717285],[-102.42308044433594,17.290822982788086],[-102.4686050415039,17.29134178161621],[-102.51390838623047,17.291400909423828],[-102.55931854248047,17.291973114013672],[-102.60505676269531,17.292234420776367],[-102.6506118774414,17.292598724365234],[-102.6958999633789,17.29258918762207],[-102.74128723144531,17.29319953918457],[-102.78691864013672,17.293228149414062],[-102.8329849243164,17.29389762878418],[-102.8779296875,17.293947219848633],[-102.92382049560547,17.29421043395996],[-102.9696273803711,17.294780731201172],[-103.01517486572266,17.29471206665039],[-103.06097412109375,17.29555892944336],[-103.10662841796875,17.295360565185547],[-103.15148162841797,17.296754837036133],[-103.19673919677734,17.296689987182617],[-103.2419662475586,17.297693252563477],[-103.28739166259766,17.297929763793945],[-103.33296203613281,17.298877716064453],[-103.37786102294922,17.299198150634766],[-103.42393493652344,17.299718856811523],[-103.46892547607422,17.300392150878906],[-103.51421356201172,17.300811767578125],[-103.55995178222656,17.301576614379883],[-103.60545349121094,17.301864624023438],[-103.65079498291016,17.302898406982422],[-103.69692993164062,17.302961349487305],[-103.74205017089844,17.30392074584961],[-103.7873306274414,17.304088592529297],[-103.83296203613281,17.304838180541992],[-103.8785629272461,17.30501365661621],[-103.92437744140625,17.305919647216797],[-103.9696273803711,17.30617904663086],[-104.0154037475586,17.306808471679688],[-104.06072235107422,17.30727195739746],[-104.10614776611328,17.307741165161133],[-104.15248107910156,17.308515548706055],[-104.1978759765625,17.308637619018555],[-104.24325561523438,17.309629440307617],[-104.28887939453125,17.3096923828125],[-104.33492279052734,17.310686111450195],[-104.38076782226562,17.310754776000977],[-104.4263916015625,17.311702728271484],[-104.47221374511719,17.311721801757812],[-104.51801300048828,17.312414169311523],[-104.56365966796875,17.31317901611328],[-104.60929870605469,17.313405990600586],[-104.65512084960938,17.31431007385254],[-104.7006607055664,17.314422607421875],[-104.74710083007812,17.315410614013672],[-104.79312133789062,17.315631866455078],[-104.83895111083984,17.31635856628418],[-104.88447570800781,17.31673240661621],[-104.9311752319336,17.317489624023438],[-104.9767074584961,17.317934036254883],[-105.0228271484375,17.318418502807617],[-105.0689468383789,17.319129943847656],[-105.11529541015625,17.31968879699707],[-105.1607894897461,17.320280075073242],[-105.20732116699219,17.320762634277344],[-105.25314331054688,17.321401596069336],[-105.2991943359375,17.321969985961914],[-105.34535217285156,17.322683334350586],[-105.39105224609375,17.322999954223633],[-105.43759155273438,17.323896408081055],[-105.48331451416016,17.324254989624023],[-105.52967834472656,17.324901580810547],[-105.57579040527344,17.325531005859375],[-105.6218490600586,17.326026916503906],[-105.66799926757812,17.326887130737305],[-105.71439361572266,17.32727813720703],[-105.76001739501953,17.32803726196289],[-105.80651092529297,17.328218460083008],[-105.85257720947266,17.329378128051758],[-105.89871978759766,17.329437255859375],[-105.94481658935547,17.330442428588867],[-105.99127960205078,17.330442428588867],[-106.03740692138672,17.331539154052734],[-106.08372497558594,17.33205223083496],[-106.12983703613281,17.332534790039062],[-106.17588806152344,17.333255767822266],[-106.22310638427734,17.333526611328125],[-106.26904296875,17.334678649902344],[-106.31502532958984,17.33475112915039],[-106.36134338378906,17.33576202392578],[-106.40775299072266,17.336177825927734],[-106.45421600341797,17.336933135986328],[-106.50016784667969,17.337343215942383],[-106.54719543457031,17.33810806274414],[-106.59320068359375,17.338701248168945],[-106.63948059082031,17.339250564575195],[-106.68631744384766,17.33991241455078],[-106.73267364501953,17.34043312072754],[-106.77909851074219,17.341344833374023],[-106.8262710571289,17.341625213623047],[-106.87236022949219,17.3425235748291],[-106.91871643066406,17.343006134033203],[-106.96502685546875,17.343769073486328],[-107.01192474365234,17.344161987304688],[-107.05841064453125,17.345125198364258],[-107.1043930053711,17.34544563293457],[-107.15167999267578,17.346282958984375],[-107.19850158691406,17.34690284729004],[-107.24496459960938,17.347511291503906],[-107.2916030883789,17.3481388092041],[-107.33858489990234,17.34868049621582],[-107.38496398925781,17.349651336669922],[-107.43155670166016,17.349851608276367],[-107.4787368774414,17.35098648071289],[-107.52532958984375,17.35111427307129],[-107.57198333740234,17.352275848388672],[-107.61888122558594,17.352436065673828],[-107.6656494140625,17.353275299072266],[-107.71224212646484,17.354066848754883],[-107.75896453857422,17.354591369628906],[-107.80580139160156,17.355310440063477],[-107.85271453857422,17.355825424194336],[-107.89964294433594,17.35689353942871],[-107.9469985961914,17.357213973999023],[-107.99378967285156,17.358015060424805],[-108.04061126708984,17.358623504638672],[-108.08750915527344,17.35930633544922],[-108.1350326538086,17.360008239746094],[-108.18162536621094,17.360700607299805],[-108.22870635986328,17.361310958862305],[-108.2759017944336,17.362045288085938],[-108.3226318359375,17.362600326538086],[-108.3700942993164,17.36343765258789],[-108.4169921875,17.364036560058594],[-108.46409606933594,17.364742279052734],[-108.51148223876953,17.365388870239258],[-108.55895233154297,17.365859985351562],[-108.60647583007812,17.366558074951172],[-108.65365600585938,17.366880416870117],[-108.70112609863281,17.36778450012207],[-108.74864196777344,17.367950439453125],[-108.79603576660156,17.36886215209961],[-108.84347534179688,17.369068145751953],[-108.8914794921875,17.370105743408203],[-108.93827056884766,17.370319366455078],[-108.98627471923828,17.370731353759766],[-109.03387451171875,17.371843338012695],[-109.08137512207031,17.371932983398438],[-109.1289291381836,17.37290382385254],[-109.17701721191406,17.37316131591797],[-109.22457122802734,17.37449836730957],[-109.27200317382812,17.374677658081055],[-109.31959533691406,17.375635147094727],[-109.36746215820312,17.37641716003418],[-109.41616821289062,17.376934051513672],[-109.46297454833984,17.377941131591797],[-109.51073455810547,17.378217697143555],[-109.55851745605469,17.379398345947266],[-109.60635375976562,17.37982749938965],[-109.65430450439453,17.380840301513672],[-109.70184326171875,17.38140106201172],[-109.75020599365234,17.38236427307129],[-109.79867553710938,17.3829288482666],[-109.84593200683594,17.38367462158203],[-109.89381408691406,17.384403228759766],[-109.94184875488281,17.38508415222168],[-109.99010467529297,17.38574981689453],[-110.038818359375,17.386699676513672],[-110.08626556396484,17.387331008911133],[-110.13412475585938,17.38796615600586],[-110.1821517944336,17.38886070251465],[-110.23091888427734,17.389375686645508],[-110.27901458740234,17.39045524597168],[-110.3264389038086,17.390811920166016],[-110.37538146972656,17.391828536987305],[-110.42387390136719,17.39247703552246],[-110.47216796875,17.393306732177734],[-110.52023315429688,17.39398193359375],[-110.56869506835938,17.394784927368164],[-110.6169204711914,17.395612716674805],[-110.66464233398438,17.39609718322754],[-110.71316528320312,17.397232055664062],[-110.76166534423828,17.397781372070312],[-110.81014251708984,17.399011611938477],[-110.85835266113281,17.399208068847656],[-110.90670013427734,17.400264739990234],[-110.95482635498047,17.40110206604004],[-111.00326538085938,17.4017276763916],[-111.05172729492188,17.402807235717773],[-111.10018920898438,17.40335464477539],[-111.1484603881836,17.40443992614746],[-111.19754028320312,17.40489387512207],[-111.24610900878906,17.406147003173828],[-111.29439544677734,17.40687370300293],[-111.34309387207031,17.40790367126465],[-111.39230346679688,17.408735275268555],[-111.44038391113281,17.409543991088867],[-111.48919677734375,17.410507202148438],[-111.53804779052734,17.411474227905273],[-111.58635711669922,17.41214942932129],[-111.63581848144531,17.41327667236328],[-111.68423461914062,17.41407012939453],[-111.73291015625,17.414947509765625],[-111.78162384033203,17.416011810302734],[-111.83068084716797,17.41682243347168],[-111.87997436523438,17.41791534423828],[-111.92919158935547,17.418651580810547],[-111.97753143310547,17.41990089416504],[-112.02709197998047,17.420461654663086],[-112.07569122314453,17.421796798706055],[-112.12451934814453,17.42243194580078],[-112.17394256591797,17.423702239990234],[-112.22296905517578,17.424299240112305],[-112.2721939086914,17.42559814453125],[-112.32131958007812,17.426532745361328],[-112.37056732177734,17.427337646484375],[-112.41984558105469,17.428508758544922],[-112.46991729736328,17.42923927307129],[-112.5188980102539,17.430553436279297],[-112.56783294677734,17.431171417236328],[-112.6168441772461,17.43229103088379],[-112.66641235351562,17.4333553314209],[-112.71611785888672,17.434371948242188],[-112.76496124267578,17.435293197631836],[-112.81475830078125,17.436283111572266],[-112.86418914794922,17.43731117248535],[-112.91374969482422,17.438365936279297],[-112.9634017944336,17.439382553100586],[-113.01238250732422,17.440385818481445],[-113.06221771240234,17.441396713256836],[-113.11256408691406,17.442365646362305],[-113.16153717041016,17.44344711303711],[-113.21102905273438,17.44432830810547],[-113.26061248779297,17.44561195373535],[-113.31045532226562,17.446229934692383],[-113.3601303100586,17.44769287109375],[-113.40943908691406,17.448305130004883],[-113.45986938476562,17.449630737304688],[-113.50971984863281,17.450626373291016],[-113.55950164794922,17.451589584350586],[-113.60899353027344,17.45269775390625],[-113.65889739990234,17.45354461669922],[-113.70950317382812,17.45496940612793],[-113.75947570800781,17.45561981201172],[-113.80937957763672,17.45709991455078],[-113.85920715332031,17.457592010498047],[-113.90986633300781,17.45921516418457],[-113.95990753173828,17.45981788635254],[-114.00942993164062,17.46099853515625],[-114.05994415283203,17.462177276611328],[-114.11026763916016,17.463279724121094],[-114.16009521484375,17.464359283447266],[-114.2103500366211,17.46514129638672],[-114.26091003417969,17.46666145324707],[-114.31087493896484,17.467365264892578],[-114.361328125,17.46875],[-114.41151428222656,17.46955108642578],[-114.46195983886719,17.471046447753906],[-114.51213836669922,17.471811294555664],[-114.56322479248047,17.4728946685791],[-114.61373901367188,17.474075317382812],[-114.66405487060547,17.475229263305664],[-114.71416473388672,17.476213455200195],[-114.76532745361328,17.477252960205078],[-114.81539916992188,17.47857666015625],[-114.86605834960938,17.479341506958008],[-114.91718292236328,17.4809513092041],[-114.9676742553711,17.481719970703125],[-115.01829528808594,17.483402252197266],[-115.0693359375,17.48397445678711],[-115.1200180053711,17.485918045043945],[-115.17053985595703,17.48662567138672],[-115.22142791748047,17.488222122192383],[-115.27229309082031,17.48922348022461],[-115.32318115234375,17.490562438964844],[-115.37360382080078,17.491926193237305],[-115.42532348632812,17.49270248413086],[-115.47584533691406,17.494544982910156],[-115.52642059326172,17.495237350463867],[-115.57755279541016,17.49701499938965],[-115.62848663330078,17.49766731262207],[-115.6796646118164,17.499603271484375],[-115.73053741455078,17.50060272216797],[-115.78167724609375,17.50189208984375],[-115.83268737792969,17.503196716308594],[-115.88465881347656,17.504444122314453],[-115.93548583984375,17.5059814453125],[-115.98635864257812,17.50693702697754],[-116.03752899169922,17.508522033691406],[-116.0890121459961,17.509660720825195],[-116.14057159423828,17.5112247467041],[-116.19143676757812,17.512287139892578],[-116.2430648803711,17.513856887817383],[-116.2950439453125,17.514995574951172],[-116.34587860107422,17.516427993774414],[-116.39754486083984,17.517709732055664],[-116.44924926757812,17.519269943237305],[-116.50093841552734,17.52031707763672],[-116.55325317382812,17.521995544433594],[-116.60403442382812,17.5231990814209],[-116.65580749511719,17.524463653564453],[-116.707763671875,17.526086807250977],[-116.75981140136719,17.527101516723633],[-116.8114013671875,17.528945922851562],[-116.86250305175781,17.529708862304688],[-116.91536712646484,17.531461715698242],[-116.96724700927734,17.532785415649414],[-117.01935577392578,17.53423309326172],[-117.07048797607422,17.535520553588867],[-117.12307739257812,17.537017822265625],[-117.1755142211914,17.538650512695312],[-117.22724914550781,17.539703369140625],[-117.279541015625,17.54159164428711],[-117.33158111572266,17.54263687133789],[-117.38375091552734,17.544389724731445],[-117.43661499023438,17.545621871948242],[-117.48822021484375,17.547191619873047],[-117.5407485961914,17.548572540283203],[-117.59321594238281,17.550222396850586],[-117.64500427246094,17.551477432250977],[-117.6976547241211,17.553152084350586],[-117.74971008300781,17.554466247558594],[-117.80284881591797,17.55600929260254],[-117.8548583984375,17.55730628967285],[-117.90744018554688,17.55862808227539],[-117.96022033691406,17.56021499633789],[-118.0129623413086,17.561473846435547],[-118.06572723388672,17.563091278076172],[-118.11829376220703,17.564144134521484],[-118.17082977294922,17.565858840942383],[-118.22357177734375,17.566844940185547],[-118.27735900878906,17.568788528442383],[-118.32952117919922,17.569923400878906],[-118.38199615478516,17.57127571105957],[-118.43580627441406,17.57299041748047],[-118.48883819580078,17.574077606201172],[-118.54190826416016,17.575700759887695],[-118.59559631347656,17.576461791992188],[-118.64793395996094,17.578218460083008],[-118.70125579833984,17.578907012939453],[-118.75389862060547,17.580657958984375],[-118.8073501586914,17.581499099731445],[-118.86074829101562,17.583213806152344],[-118.91297912597656,17.583995819091797],[-118.96746826171875,17.58553695678711],[-119.02044677734375,17.58678436279297],[-119.07357788085938,17.587881088256836],[-119.127197265625,17.589244842529297],[-119.18124389648438,17.590545654296875],[-119.23433685302734,17.591938018798828],[-119.28824615478516,17.592899322509766],[-119.34202575683594,17.59449005126953],[-119.39558410644531,17.595653533935547],[-119.44898223876953,17.59701156616211],[-119.50276947021484,17.5980224609375],[-119.55697631835938,17.599620819091797],[-119.61054992675781,17.60072135925293],[-119.66468811035156,17.602277755737305],[-119.71847534179688,17.603355407714844],[-119.77193450927734,17.60468101501465],[-119.8265380859375,17.606151580810547],[-119.88127136230469,17.607187271118164],[-119.93451690673828,17.60881996154785],[-119.98837280273438,17.609716415405273],[-120.04265594482422,17.611482620239258],[-120.09715270996094,17.61233901977539],[-120.15164947509766,17.614261627197266],[-120.15164947509766,17.614261627197266],[-120.15481567382812,17.6292781829834],[-120.1579818725586,17.644296646118164],[-120.1611557006836,17.659317016601562],[-120.16433715820312,17.674339294433594],[-120.16751098632812,17.689363479614258],[-120.17070007324219,17.70439338684082],[-120.17388916015625,17.71942138671875],[-120.17707824707031,17.734451293945312],[-120.1802749633789,17.74948501586914],[-120.1834716796875,17.76451873779297],[-120.18667602539062,17.779556274414062],[-120.18988800048828,17.794593811035156],[-120.1930923461914,17.809635162353516],[-120.1963119506836,17.824678421020508],[-120.19953155517578,17.839723587036133],[-120.20275115966797,17.854772567749023],[-120.20597839355469,17.869821548461914],[-120.2092056274414,17.884872436523438],[-120.21244049072266,17.899925231933594],[-120.21568298339844,17.914981842041016],[-120.21892547607422,17.930038452148438],[-120.22216796875,17.945098876953125],[-120.22541809082031,17.960159301757812],[-120.22867584228516,17.975223541259766],[-120.23193359375,17.990291595458984],[-120.23519897460938,18.005359649658203],[-120.23846435546875,18.020429611206055],[-120.24172973632812,18.03550148010254],[-120.24500274658203,18.050575256347656],[-120.24828338623047,18.06565284729004],[-120.2515640258789,18.080730438232422],[-120.25484466552734,18.09581184387207],[-120.25813293457031,18.11089324951172],[-120.26142883300781,18.125980377197266],[-120.26472473144531,18.141067504882812],[-120.26802825927734,18.156156539916992],[-120.27133178710938,18.171247482299805],[-120.2746353149414,18.186342239379883],[-120.2779541015625,18.20143699645996],[-120.28126525878906,18.216533660888672],[-120.28458404541016,18.23163414001465],[-120.28791046142578,18.24673843383789],[-120.2912368774414,18.2618408203125],[-120.29457092285156,18.276947021484375],[-120.29790496826172,18.292057037353516],[-120.3012466430664,18.307167053222656],[-120.3045883178711,18.32227897644043],[-120.30793762207031,18.33739471435547],[-120.31128692626953,18.352510452270508],[-120.31464385986328,18.367630004882812],[-120.31800842285156,18.382753372192383],[-120.32137298583984,18.397876739501953],[-120.32473754882812,18.413002014160156],[-120.32810974121094,18.428129196166992],[-120.33148193359375,18.443260192871094],[-120.3348617553711,18.458391189575195],[-120.33824920654297,18.473526000976562],[-120.34163665771484,18.488662719726562],[-120.34503936767578,18.503801345825195],[-120.34843444824219,18.518943786621094],[-120.3518295288086,18.534086227416992],[-120.35523986816406,18.549230575561523],[-120.358642578125,18.56437873840332],[-120.36205291748047,18.57952880859375],[-120.36547088623047,18.594680786132812],[-120.368896484375,18.609834671020508],[-120.372314453125,18.624990463256836],[-120.37574768066406,18.640148162841797],[-120.37918090820312,18.655309677124023],[-120.38261413574219,18.670473098754883],[-120.38605499267578,18.685638427734375],[-120.38949584960938,18.7008056640625],[-120.3929443359375,18.715974807739258],[-120.39640045166016,18.73114585876465],[-120.39985656738281,18.746320724487305],[-120.4033203125,18.761497497558594],[-120.40678405761719,18.776674270629883],[-120.41024780273438,18.791854858398438],[-120.41372680664062,18.807037353515625],[-120.41719818115234,18.822223663330078],[-120.42068481445312,18.837411880493164],[-120.4241714477539,18.852602005004883],[-120.42765808105469,18.867794036865234],[-120.43115234375,18.88298797607422],[-120.43464660644531,18.898183822631836],[-120.43814849853516,18.913381576538086],[-120.44165802001953,18.9285831451416],[-120.4451675415039,18.94378662109375],[-120.44867706298828,18.95899200439453],[-120.45220184326172,18.974199295043945],[-120.45571899414062,18.989408493041992],[-120.4592514038086,19.004621505737305],[-120.46277618408203,19.01983642578125],[-120.46631622314453,19.035053253173828],[-120.46985626220703,19.05027198791504],[-120.47339630126953,19.065494537353516],[-120.47694396972656,19.080717086791992],[-120.48049926757812,19.095943450927734],[-120.48405456542969,19.11117172241211],[-120.48760986328125,19.126401901245117],[-120.49117279052734,19.141633987426758],[-120.49474334716797,19.156869888305664],[-120.4983139038086,19.17210578918457],[-120.50189208984375,19.187345504760742],[-120.50547790527344,19.202590942382812],[-120.5090560913086,19.21783447265625],[-120.51264953613281,19.23307991027832],[-120.51624298095703,19.248329162597656],[-120.51984405517578,19.263580322265625],[-120.52344512939453,19.278833389282227],[-120.52704620361328,19.294090270996094],[-120.5306625366211,19.30934715270996],[-120.53427124023438,19.324607849121094],[-120.53789520263672,19.33987045288086],[-120.54151916503906,19.35513687133789],[-120.5451431274414,19.370403289794922],[-120.54878234863281,19.38567543029785],[-120.55242156982422,19.40094757080078],[-120.55606079101562,19.416221618652344],[-120.55970764160156,19.431499481201172],[-120.5633544921875,19.44677734375],[-120.56700897216797,19.462059020996094],[-120.57066345214844,19.47734260559082],[-120.57432556152344,19.492630004882812],[-120.57798767089844,19.507917404174805],[-120.5816650390625,19.523208618164062],[-120.58533477783203,19.538501739501953],[-120.5890121459961,19.553800582885742],[-120.59269714355469,19.5690975189209],[-120.59638214111328,19.58439826965332],[-120.6000747680664,19.599700927734375],[-120.60377502441406,19.615007400512695],[-120.60747528076172,19.630313873291016],[-120.61117553710938,19.6456241607666],[-120.6148910522461,19.66093635559082],[-120.61859893798828,19.676250457763672],[-120.62232208251953,19.69156837463379],[-120.62603759765625,19.706890106201172],[-120.62976837158203,19.722211837768555],[-120.63349914550781,19.73753547668457],[-120.63723754882812,19.75286293029785],[-120.64097595214844,19.768192291259766],[-120.64471435546875,19.783523559570312],[-120.64846801757812,19.798858642578125],[-120.6522216796875,19.814193725585938],[-120.65597534179688,19.829532623291016],[-120.65973663330078,19.844877243041992],[-120.66350555419922,19.860219955444336],[-120.66727447509766,19.875566482543945],[-120.67105102539062,19.890914916992188],[-120.6748275756836,19.906265258789062],[-120.6786117553711,19.921619415283203],[-120.6823959350586,19.936975479125977],[-120.68618774414062,19.952333450317383],[-120.68998718261719,19.967695236206055],[-120.69378662109375,19.983057022094727],[-120.69759368896484,19.998422622680664],[-120.70140075683594,20.0137939453125],[-120.70521545410156,20.029163360595703],[-120.70903778076172,20.044536590576172],[-120.71286010742188,20.059913635253906],[-120.71669006347656,20.07529067993164],[-120.72052764892578,20.09067153930664],[-120.724365234375,20.106054306030273],[-120.72821044921875,20.12143898010254],[-120.7320556640625,20.13682746887207],[-120.73590087890625,20.152217864990234],[-120.73976135253906,20.167612075805664],[-120.74361419677734,20.183008193969727],[-120.74748229980469,20.198406219482422],[-120.75135040283203,20.21380615234375],[-120.75521850585938,20.229209899902344],[-120.75910186767578,20.24461555480957],[-120.76297760009766,20.26002311706543],[-120.7668685913086,20.275432586669922],[-120.77075958251953,20.29084587097168],[-120.77465057373047,20.30626106262207],[-120.77854919433594,20.321680068969727],[-120.78245544433594,20.337100982666016],[-120.78636932373047,20.35252571105957],[-120.790283203125,20.367950439453125],[-120.79419708251953,20.383378982543945],[-120.7981185913086,20.3988094329834],[-120.80204772949219,20.414241790771484],[-120.80597686767578,20.429677963256836],[-120.8099136352539,20.44511604309082],[-120.81385803222656,20.46055793762207],[-120.81780242919922,20.47599983215332],[-120.8217544555664,20.491445541381836],[-120.8257064819336,20.506895065307617],[-120.82966613769531,20.52234649658203],[-120.83362579345703,20.53780174255371],[-120.83760070800781,20.55325698852539],[-120.84156799316406,20.568716049194336],[-120.84555053710938,20.584177017211914],[-120.84953308105469,20.599641799926758],[-120.853515625,20.6151065826416],[-120.85750579833984,20.630577087402344],[-120.86150360107422,20.646047592163086],[-120.86550903320312,20.661521911621094],[-120.86951446533203,20.676998138427734],[-120.87351989746094,20.69247817993164],[-120.8775405883789,20.707962036132812],[-120.88155364990234,20.723445892333984],[-120.88558197021484,20.738933563232422],[-120.88961029052734,20.754423141479492],[-120.89364624023438,20.769914627075195],[-120.8976821899414,20.785409927368164],[-120.90172576904297,20.800907135009766],[-120.90576934814453,20.816408157348633],[-120.90982055664062,20.831911087036133],[-120.91387939453125,20.847415924072266],[-120.9179458618164,20.862924575805664],[-120.92201232910156,20.878437042236328],[-120.92607879638672,20.893949508666992],[-120.9301528930664,20.909465789794922],[-120.93423461914062,20.924983978271484],[-120.9383316040039,20.940505981445312],[-120.94242095947266,20.956029891967773],[-120.94651794433594,20.971555709838867],[-120.95061492919922,20.987085342407227],[-120.95471954345703,21.00261688232422],[-120.95882415771484,21.018152236938477],[-120.96294403076172,21.033689498901367],[-120.96705627441406,21.049230575561523],[-120.97118377685547,21.064773559570312],[-120.97531127929688,21.080318450927734],[-120.97944641113281,21.09586524963379],[-120.98358154296875,21.11141586303711],[-120.98772430419922,21.126968383789062],[-120.99187469482422,21.14252471923828],[-120.99602508544922,21.158082962036133],[-121.00018310546875,21.17364501953125],[-121.00434112548828,21.189210891723633],[-121.00850677490234,21.204776763916016],[-121.01268005371094,21.220346450805664],[-121.01686096191406,21.235918045043945],[-121.02104187011719,21.251493453979492],[-121.02522277832031,21.267070770263672],[-121.0294189453125,21.282649993896484],[-121.03361511230469,21.298233032226562],[-121.03781127929688,21.313817977905273],[-121.0420150756836,21.32940673828125],[-121.04622650146484,21.34499740600586],[-121.05044555664062,21.360593795776367],[-121.0546646118164,21.376190185546875],[-121.05889129638672,21.391788482666016],[-121.06311798095703,21.407390594482422],[-121.06735229492188,21.42299461364746],[-121.07159423828125,21.438602447509766],[-121.07583618164062,21.454212188720703],[-121.08008575439453,21.469825744628906],[-121.08434295654297,21.485441207885742],[-121.0886001586914,21.501060485839844],[-121.09286499023438,21.516681671142578],[-121.09713745117188,21.532304763793945],[-121.10140991210938,21.547931671142578],[-121.1056900024414,21.563562393188477],[-121.10997009277344,21.579195022583008],[-121.11426544189453,21.594829559326172],[-121.1185531616211,21.6104679107666],[-121.12285614013672,21.626108169555664],[-121.12715911865234,21.641752243041992],[-121.1314697265625,21.657398223876953],[-121.13578033447266,21.67304801940918],[-121.14009857177734,21.68869972229004],[-121.14442443847656,21.70435333251953],[-121.14875793457031,21.72001075744629],[-121.15309143066406,21.73567008972168],[-121.15742492675781,21.751333236694336],[-121.16177368164062,21.76700210571289],[-121.16612243652344,21.782670974731445],[-121.17047882080078,21.798341751098633],[-121.17483520507812,21.814016342163086],[-121.17919921875,21.829692840576172],[-121.18357849121094,21.845373153686523],[-121.18795013427734,21.861055374145508],[-121.19232940673828,21.876741409301758],[-121.19671630859375,21.89242935180664],[-121.20110321044922,21.90812110900879],[-121.20549774169922,21.92381477355957],[-121.20989990234375,21.939512252807617],[-121.21430206298828,21.95521354675293],[-121.21871185302734,21.970916748046875],[-121.22312927246094,21.986621856689453],[-121.22755432128906,22.002330780029297],[-121.23197937011719,22.018041610717773],[-121.23640441894531,22.033756256103516],[-121.2408447265625,22.04947280883789],[-121.24528503417969,22.0651912689209],[-121.2497329711914,22.080915451049805],[-121.25418090820312,22.096641540527344],[-121.25863647460938,22.112369537353516],[-121.26309967041016,22.128103256225586],[-121.26756286621094,22.143836975097656],[-121.27203369140625,22.159574508666992],[-121.2765121459961,22.17531394958496],[-121.28099822998047,22.191057205200195],[-121.28548431396484,22.206802368164062],[-121.28997802734375,22.222551345825195],[-121.29447174072266,22.238304138183594],[-121.29898071289062,22.254058837890625],[-121.3034896850586,22.26981544494629],[-121.30799865722656,22.28557586669922],[-121.31251525878906,22.301342010498047],[-121.3170394897461,22.317108154296875],[-121.32157135009766,22.33287811279297],[-121.32610321044922,22.348649978637695],[-121.33064270019531,22.364425659179688],[-121.33518981933594,22.380203247070312],[-121.3397445678711,22.395984649658203],[-121.34429931640625,22.411767959594727],[-121.3488540649414,22.427555084228516],[-121.35342407226562,22.44334602355957],[-121.35799407958984,22.45914077758789],[-121.3625717163086,22.47493553161621],[-121.36715698242188,22.49073600769043],[-121.37174224853516,22.50653648376465],[-121.37633514404297,22.522342681884766],[-121.38093566894531,22.538150787353516],[-121.38553619384766,22.5539608001709],[-121.39014434814453,22.569774627685547],[-121.39476013183594,22.58559226989746],[-121.39938354492188,22.601411819458008],[-121.40401458740234,22.617233276367188],[-121.40863800048828,22.6330623626709],[-121.41327667236328,22.64889144897461],[-121.41791534423828,22.664722442626953],[-121.42256164550781,22.680557250976562],[-121.42721557617188,22.696395874023438],[-121.43186950683594,22.712236404418945],[-121.43653869628906,22.72808074951172],[-121.44120025634766,22.743927001953125],[-121.44587707519531,22.759777069091797],[-121.45055389404297,22.775630950927734],[-121.45523834228516,22.791486740112305],[-121.45993041992188,22.80734634399414],[-121.4646224975586,22.823209762573242],[-121.46932220458984,22.839075088500977],[-121.47402954101562,22.854942321777344],[-121.47874450683594,22.870813369750977],[-121.48345947265625,22.886688232421875],[-121.4881820678711,22.90256690979004],[-121.49291229248047,22.918447494506836],[-121.49764251708984,22.934329986572266],[-121.50238037109375,22.95021629333496],[-121.50712585449219,22.966106414794922],[-121.51187896728516,22.98200035095215],[-121.51663208007812,22.997896194458008],[-121.52139282226562,23.013795852661133],[-121.52616119384766,23.029699325561523],[-121.53092956542969,23.045604705810547],[-121.53571319580078,23.061511993408203],[-121.54049682617188,23.077423095703125],[-121.54528045654297,23.093338012695312],[-121.55007934570312,23.109256744384766],[-121.55487823486328,23.12517738342285],[-121.55968475341797,23.141101837158203],[-121.56449127197266,23.157028198242188],[-121.5693130493164,23.172958374023438],[-121.57413482666016,23.188892364501953],[-121.5789566040039,23.204830169677734],[-121.58379364013672,23.22076988220215],[-121.58863067626953,23.236711502075195],[-121.59347534179688,23.25265884399414],[-121.59832763671875,23.26860809326172],[-121.60318756103516,23.28455924987793],[-121.60804748535156,23.300514221191406],[-121.6129150390625,23.31647300720215],[-121.61779022216797,23.332435607910156],[-121.62266540527344,23.348400115966797],[-121.62754821777344,23.364368438720703],[-121.63243865966797,23.380338668823242],[-121.63733673095703,23.396316528320312],[-121.6422348022461,23.41229248046875],[-121.64714813232422,23.428274154663086],[-121.65206146240234,23.444257736206055],[-121.65697479248047,23.46024513244629],[-121.66190338134766,23.47623634338379],[-121.66683197021484,23.492229461669922],[-121.67176818847656,23.50822639465332],[-121.67671966552734,23.52422523498535],[-121.6816635131836,23.54022979736328],[-121.68661499023438,23.556236267089844],[-121.69157409667969,23.57224464416504],[-121.69654083251953,23.588260650634766],[-121.7015151977539,23.604276657104492],[-121.70648956298828,23.620296478271484],[-121.71147155761719,23.63631820678711],[-121.71646118164062,23.65234375],[-121.72145080566406,23.668373107910156],[-121.72644805908203,23.684406280517578],[-121.73146057128906,23.700441360473633],[-121.73646545410156,23.716480255126953],[-121.74148559570312,23.73252296447754],[-121.74650573730469,23.748567581176758],[-121.75154113769531,23.764619827270508],[-121.7565689086914,23.780670166015625],[-121.76161193847656,23.79672622680664],[-121.76666259765625,23.81278419494629],[-121.77171325683594,23.828845977783203],[-121.77677154541016,23.844911575317383],[-121.7818374633789,23.860980987548828],[-121.78690338134766,23.877052307128906],[-121.79198455810547,23.89312744140625],[-121.79706573486328,23.90920639038086],[-121.80215454101562,23.925289154052734],[-121.80724334716797,23.941373825073242],[-121.81234741210938,23.957462310791016],[-121.81745147705078,23.973554611206055],[-121.82256317138672,23.989648818969727],[-121.82768249511719,24.005746841430664],[-121.83280181884766,24.021848678588867],[-121.83793640136719,24.037954330444336],[-121.84307098388672,24.054061889648438],[-121.84821319580078,24.070175170898438],[-121.85336303710938,24.086292266845703],[-121.85851287841797,24.10240936279297],[-121.86367797851562,24.118532180786133],[-121.86884307861328,24.13465690612793],[-121.87401580810547,24.150785446166992],[-121.87918853759766,24.16691780090332],[-121.8843765258789,24.18305206298828],[-121.88957214355469,24.19919204711914],[-121.89476776123047,24.215333938598633],[-121.89997100830078,24.23147964477539],[-121.90518188476562,24.247629165649414],[-121.91039276123047,24.263782501220703],[-121.91561889648438,24.279937744140625],[-121.92084503173828,24.296096801757812],[-121.92607879638672,24.312259674072266],[-121.93131256103516,24.32842445373535],[-121.93656158447266,24.344594955444336],[-121.94181060791016,24.360767364501953],[-121.94706726074219,24.376943588256836],[-121.95233154296875,24.393123626708984],[-121.95760345458984,24.4093074798584],[-121.96288299560547,24.425493240356445],[-121.9681625366211,24.44168472290039],[-121.97344970703125,24.45787811279297],[-121.97874450683594,24.47407341003418],[-121.98404693603516,24.49027442932129],[-121.9893569946289,24.50647735595703],[-121.99466705322266,24.522686004638672],[-121.99998474121094,24.538896560668945],[-122.00531005859375,24.555110931396484],[-122.0106430053711,24.57132911682129],[-122.01598358154297,24.58755111694336],[-122.02133178710938,24.603775024414062],[-122.02667999267578,24.62000274658203],[-122.03203582763672,24.6362361907959],[-122.03739929199219,24.652469635009766],[-122.04277038574219,24.66870880126953],[-122.04814910888672,24.684951782226562],[-122.05352783203125,24.701196670532227],[-122.05892181396484,24.717445373535156],[-122.06431579589844,24.73369789123535],[-122.06971740722656,24.749956130981445],[-122.07512664794922,24.766216278076172],[-122.0805435180664,24.782480239868164],[-122.0859603881836,24.79874610900879],[-122.09138488769531,24.815017700195312],[-122.0968246459961,24.83129119873047],[-122.10226440429688,24.84756851196289],[-122.10771179199219,24.863849639892578],[-122.1131591796875,24.88013458251953],[-122.1186294555664,24.896421432495117],[-122.12409210205078,24.9127140045166],[-122.12957000732422,24.92900848388672],[-122.13504791259766,24.945310592651367],[-122.14053344726562,24.961612701416016],[-122.14602661132812,24.97791862487793],[-122.15151977539062,24.99422836303711],[-122.15702819824219,25.010541915893555],[-122.16253662109375,25.026857376098633],[-122.16805267333984,25.04317855834961],[-122.17357635498047,25.05950355529785],[-122.17910766601562,25.075830459594727],[-122.18464660644531,25.092161178588867],[-122.19019317626953,25.108495712280273],[-122.19573974609375,25.124835968017578],[-122.20130157470703,25.14118003845215],[-122.20686340332031,25.15752410888672],[-122.21243286132812,25.173873901367188],[-122.21800994873047,25.190227508544922],[-122.22359466552734,25.206584930419922],[-122.22918701171875,25.222944259643555],[-122.23477935791016,25.239309310913086],[-122.24038696289062,25.25567626953125],[-122.2459945678711,25.27204704284668],[-122.2516098022461,25.288423538208008],[-122.25723266601562,25.30480194091797],[-122.26286315917969,25.321184158325195],[-122.26850128173828,25.33757209777832],[-122.2741470336914,25.353961944580078],[-122.27979278564453,25.3703556060791],[-122.28545379638672,25.38675308227539],[-122.2911148071289,25.403154373168945],[-122.29678344726562,25.419557571411133],[-122.30245971679688,25.43596649169922],[-122.30814361572266,25.45237922668457],[-122.31383514404297,25.468793869018555],[-122.31953430175781,25.485214233398438],[-122.32523345947266,25.501638412475586],[-122.33094787597656,25.518064498901367],[-122.33666229248047,25.534494400024414],[-122.34239196777344,25.550931930541992],[-122.3481216430664,25.56736946105957],[-122.3538589477539,25.583812713623047],[-122.35960388183594,25.600257873535156],[-122.3653564453125,25.61670684814453],[-122.3711166381836,25.633159637451172],[-122.37687683105469,25.64961814880371],[-122.38265228271484,25.666078567504883],[-122.388427734375,25.68254280090332],[-122.39421844482422,25.699010848999023],[-122.40000915527344,25.715484619140625],[-122.40580749511719,25.73196029663086],[-122.41161346435547,25.74843978881836],[-122.41742706298828,25.764923095703125],[-122.42324829101562,25.781410217285156],[-122.4290771484375,25.797901153564453],[-122.4349136352539,25.81439971923828],[-122.44075775146484,25.83089828491211],[-122.44660186767578,25.847400665283203],[-122.45246124267578,25.863906860351562],[-122.45832824707031,25.880416870117188],[-122.46420288085938,25.89693260192871],[-122.47007751464844,25.913450241088867],[-122.47595977783203,25.92997169494629],[-122.48184967041016,25.94649887084961],[-122.48774719238281,25.963027954101562],[-122.49365234375,25.97956085205078],[-122.49956512451172,25.9960994720459],[-122.50548553466797,26.01263999938965],[-122.51140594482422,26.029186248779297],[-122.51734161376953,26.045734405517578],[-122.52328491210938,26.062288284301758],[-122.52922821044922,26.07884407043457],[-122.53518676757812,26.095407485961914],[-122.54114532470703,26.11197280883789],[-122.54711151123047,26.1285400390625],[-122.55309295654297,26.145112991333008],[-122.55907440185547,26.16168975830078],[-122.5650634765625,26.17827033996582],[-122.57106018066406,26.194854736328125],[-122.57706451416016,26.211442947387695],[-122.58307647705078,26.22803497314453],[-122.58909606933594,26.244630813598633],[-122.59512329101562,26.261232376098633],[-122.60115814208984,26.277835845947266],[-122.6072006225586,26.294443130493164],[-122.61325073242188,26.311058044433594],[-122.61930084228516,26.327672958374023],[-122.6253662109375,26.34429359436035],[-122.63143920898438,26.360918045043945],[-122.63751220703125,26.377546310424805],[-122.64360046386719,26.39417839050293],[-122.64968872070312,26.41081428527832],[-122.65579223632812,26.427453994750977],[-122.66189575195312,26.4440975189209],[-122.66800689697266,26.460744857788086],[-122.67413330078125,26.477397918701172],[-122.68025970458984,26.494054794311523],[-122.68639373779297,26.51071548461914],[-122.69254302978516,26.527379989624023],[-122.69869232177734,26.544048309326172],[-122.70484924316406,26.560720443725586],[-122.71101379394531,26.577396392822266],[-122.71719360351562,26.59407615661621],[-122.72337341308594,26.610761642456055],[-122.72956085205078,26.62744903564453],[-122.73575592041016,26.644142150878906],[-122.74195861816406,26.660839080810547],[-122.7481689453125,26.677541732788086],[-122.75438690185547,26.694246292114258],[-122.76061248779297,26.710954666137695],[-122.76685333251953,26.72766876220703],[-122.7730941772461,26.744384765625],[-122.77934265136719,26.761106491088867],[-122.78559875488281,26.77783203125],[-122.79186248779297,26.7945613861084],[-122.79813385009766,26.811294555664062],[-122.80441284179688,26.828031539916992],[-122.81069946289062,26.84477424621582],[-122.8169937133789,26.86151885986328],[-122.82329559326172,26.878271102905273],[-122.82960510253906,26.8950252532959],[-122.83592224121094,26.911785125732422],[-122.84224700927734,26.928546905517578],[-122.84858703613281,26.945314407348633],[-122.85492706298828,26.96208381652832],[-122.86127471923828,26.978858947753906],[-122.86763000488281,26.995637893676758],[-122.87399291992188,27.012422561645508],[-122.88036346435547,27.02920913696289],[-122.8867416381836,27.046001434326172],[-122.89312744140625,27.06279754638672],[-122.89952087402344,27.07959747314453],[-122.90592193603516,27.096405029296875],[-122.91233825683594,27.11321258544922],[-122.91875457763672,27.13002586364746],[-122.92517852783203,27.14684295654297],[-122.93161010742188,27.163663864135742],[-122.93805694580078,27.180490493774414],[-122.94450378417969,27.19731903076172],[-122.95096588134766,27.214153289794922],[-122.95742797851562,27.230993270874023],[-122.96389770507812,27.247835159301758],[-122.97038269042969,27.26468276977539],[-122.97686767578125,27.281532287597656],[-122.98336791992188,27.29838752746582],[-122.98987579345703,27.315248489379883],[-122.99638366699219,27.33211326599121],[-123.0029067993164,27.348981857299805],[-123.00943756103516,27.365854263305664],[-123.01597595214844,27.382732391357422],[-123.02251434326172,27.399612426757812],[-123.02906799316406,27.4164981842041],[-123.03562927246094,27.43338966369629],[-123.04219818115234,27.45028305053711],[-123.04877471923828,27.467182159423828],[-123.05536651611328,27.484085083007812],[-123.06195831298828,27.500991821289062],[-123.06855773925781,27.517902374267578],[-123.07516479492188,27.534818649291992],[-123.081787109375,27.551738739013672],[-123.08840942382812,27.56866455078125],[-123.09504699707031,27.585594177246094],[-123.1016845703125,27.602527618408203],[-123.10833740234375,27.61946678161621],[-123.11499786376953,27.636409759521484],[-123.12166595458984,27.65335464477539],[-123.12833404541016,27.670307159423828],[-123.13502502441406,27.6872615814209],[-123.14171600341797,27.704221725463867],[-123.14842224121094,27.7211856842041],[-123.1551284790039,27.738155364990234],[-123.1618423461914,27.755128860473633],[-123.16857147216797,27.772106170654297],[-123.17530059814453,27.789087295532227],[-123.18204498291016,27.806074142456055],[-123.18878936767578,27.82306480407715],[-123.19554901123047,27.84006118774414],[-123.20231628417969,27.857059478759766],[-123.20909118652344,27.874065399169922],[-123.21587371826172,27.89107322692871],[-123.22266387939453,27.9080867767334],[-123.22946166992188,27.92510414123535],[-123.23627471923828,27.942129135131836],[-123.24308776855469,27.959156036376953],[-123.24991607666016,27.976186752319336],[-123.25675201416016,27.993223190307617],[-123.26358795166016,28.010263442993164],[-123.27043914794922,28.027307510375977],[-123.27729797363281,28.044357299804688],[-123.28417205810547,28.061410903930664],[-123.29104614257812,28.07847023010254],[-123.29792785644531,28.09553337097168],[-123.30482482910156,28.112600326538086],[-123.31172180175781,28.12967300415039],[-123.31863403320312,28.14674949645996],[-123.32555389404297,28.163829803466797],[-123.33248138427734,28.18091583251953],[-123.33941650390625,28.19800567626953],[-123.34636688232422,28.21510124206543],[-123.35331726074219,28.232202529907227],[-123.36028289794922,28.24930763244629],[-123.36724853515625,28.266416549682617],[-123.37422943115234,28.28352928161621],[-123.38121795654297,28.300647735595703],[-123.38821411132812,28.31777000427246],[-123.39522552490234,28.334897994995117],[-123.40223693847656,28.35202980041504],[-123.40926361083984,28.36916732788086],[-123.41629791259766,28.386308670043945],[-123.42333221435547,28.403453826904297],[-123.43038940429688,28.420604705810547],[-123.43744659423828,28.437759399414062],[-123.44451141357422,28.454919815063477],[-123.45159149169922,28.472084045410156],[-123.45867156982422,28.489255905151367],[-123.46576690673828,28.50642967224121],[-123.47286987304688,28.523609161376953],[-123.47998809814453,28.54079246520996],[-123.48710632324219,28.557979583740234],[-123.49423217773438,28.575172424316406],[-123.50137329101562,28.592370986938477],[-123.5085220336914,28.609573364257812],[-123.51567840576172,28.626779556274414],[-123.52284240722656,28.643991470336914],[-123.53002166748047,28.661209106445312],[-123.5372085571289,28.678430557250977],[-123.54439544677734,28.695655822753906],[-123.55159759521484,28.712886810302734],[-123.55882263183594,28.73012351989746],[-123.5660400390625,28.747365951538086],[-123.57327270507812,28.764610290527344],[-123.58050537109375,28.7818603515625],[-123.58775329589844,28.799116134643555],[-123.59501647949219,28.816375732421875],[-123.60227966308594,28.83363914489746],[-123.60955810546875,28.850908279418945],[-123.61683654785156,28.868183135986328],[-123.62413024902344,28.885461807250977],[-123.63143920898438,28.902746200561523],[-123.63874816894531,28.920034408569336],[-123.64607238769531,28.937328338623047],[-123.65340423583984,28.954626083374023],[-123.6607437133789,28.9719295501709],[-123.6680908203125,28.989240646362305],[-123.67545318603516,29.006553649902344],[-123.68281555175781,29.02387046813965],[-123.69019317626953,29.04119300842285],[-123.69758605957031,29.058521270751953],[-123.7049789428711,29.07585334777832],[-123.71238708496094,29.093191146850586],[-123.71980285644531,29.11053466796875],[-123.72722625732422,29.12788200378418],[-123.73465728759766,29.145233154296875],[-123.74210357666016,29.16259002685547],[-123.74955749511719,29.17995262145996],[-123.75701904296875,29.19732093811035],[-123.76448822021484,29.21469497680664],[-123.77197265625,29.232070922851562],[-123.77946472167969,29.249452590942383],[-123.7869644165039,29.2668399810791],[-123.79447174072266,29.28423309326172],[-123.80199432373047,29.3016300201416],[-123.80952453613281,29.31903076171875],[-123.81706237792969,29.33643913269043],[-123.82461547851562,29.353851318359375],[-123.83216857910156,29.371267318725586],[-123.83973693847656,29.388690948486328],[-123.84732055664062,29.406116485595703],[-123.85490417480469,29.42354965209961],[-123.86250305175781,29.440988540649414],[-123.87010955810547,29.458431243896484],[-123.87773895263672,29.47587776184082],[-123.88536071777344,29.493330001831055],[-123.89299774169922,29.510787963867188],[-123.90064239501953,29.52825164794922],[-123.9083023071289,29.545719146728516],[-123.91596984863281,29.56319236755371],[-123.92364501953125,29.580669403076172],[-123.93132781982422,29.59815216064453],[-123.93902587890625,29.61564064025879],[-123.94673156738281,29.633134841918945],[-123.9544448852539,29.650632858276367],[-123.96217346191406,29.66813850402832],[-123.96990966796875,29.685646057128906],[-123.97765350341797,29.703161239624023],[-123.98541259765625,29.720680236816406],[-123.99317169189453,29.738203048706055],[-124.0009536743164,29.755733489990234],[-124.00873565673828,29.77326774597168],[-124.01653289794922,29.790807723999023],[-124.02433776855469,29.808351516723633],[-124.03215789794922,29.825902938842773],[-124.03997802734375,29.84345817565918],[-124.04782104492188,29.861019134521484],[-124.0556640625,29.878583908081055],[-124.06352233886719,29.896156311035156],[-124.0713882446289,29.913732528686523],[-124.07926177978516,29.931312561035156],[-124.08715057373047,29.948902130126953],[-124.09504699707031,29.966493606567383],[-124.10295867919922,29.98409080505371],[-124.11087799072266,30.001693725585938],[-124.11880493164062,30.019302368164062],[-124.12674713134766,30.036914825439453],[-124.13469696044922,30.054533004760742],[-124.14265441894531,30.07215690612793],[-124.15062713623047,30.089786529541016],[-124.15860748291016,30.107419967651367],[-124.16659545898438,30.12506103515625],[-124.17459869384766,30.1427059173584],[-124.18260955810547,30.160356521606445],[-124.19062805175781,30.17801284790039],[-124.19866180419922,30.1956729888916],[-124.20671081542969,30.21333885192871],[-124.21475982666016,30.23101234436035],[-124.22282409667969,30.248689651489258],[-124.23090362548828,30.26637077331543],[-124.23898315429688,30.284061431884766],[-124.24708557128906,30.301755905151367],[-124.25518798828125,30.319454193115234],[-124.2633056640625,30.337158203125],[-124.27143859863281,30.354867935180664],[-124.27957916259766,30.372583389282227],[-124.28773498535156,30.390304565429688],[-124.29589080810547,30.408029556274414],[-124.30406188964844,30.425762176513672],[-124.31224822998047,30.443498611450195],[-124.3204345703125,30.461240768432617],[-124.32864379882812,30.478988647460938],[-124.33685302734375,30.496742248535156],[-124.34508514404297,30.514501571655273],[-124.35331726074219,30.53226661682129],[-124.36156463623047,30.55003547668457],[-124.36981964111328,30.567811965942383],[-124.37808990478516,30.58559226989746],[-124.38636779785156,30.603378295898438],[-124.39466094970703,30.621170043945312],[-124.40296173095703,30.638967514038086],[-124.4112777709961,30.65677261352539],[-124.41960144042969,30.67458152770996],[-124.42793273925781,30.69239616394043],[-124.436279296875,30.710216522216797],[-124.44464111328125,30.728042602539062],[-124.45301055908203,30.745872497558594],[-124.46138763427734,30.763710021972656],[-124.46977996826172,30.781551361083984],[-124.47817993164062,30.799400329589844],[-124.48658752441406,30.81725311279297],[-124.4950180053711,30.835113525390625],[-124.50344848632812,30.852977752685547],[-124.51189422607422,30.870847702026367],[-124.52035522460938,30.88872528076172],[-124.52882385253906,30.906606674194336],[-124.53730773925781,30.92449378967285],[-124.5457992553711,30.942386627197266],[-124.5542984008789,30.96028709411621],[-124.56281280517578,30.978193283081055],[-124.57134246826172,30.996103286743164],[-124.57987976074219,31.014019012451172],[-124.58842468261719,31.031940460205078],[-124.59698486328125,31.049867630004883],[-124.60556030273438,31.06780242919922],[-124.61414337158203,31.08574104309082],[-124.62273406982422,31.10368537902832],[-124.63134002685547,31.12163543701172],[-124.63996124267578,31.13959312438965],[-124.64859008789062,31.157554626464844],[-124.65723419189453,31.175521850585938],[-124.66588592529297,31.193496704101562],[-124.67455291748047,31.211475372314453],[-124.6832275390625,31.229461669921875],[-124.6919174194336,31.247451782226562],[-124.70061492919922,31.265451431274414],[-124.70933532714844,31.28345489501953],[-124.71805572509766,31.301462173461914],[-124.72679138183594,31.319477081298828],[-124.73553466796875,31.33749771118164],[-124.74429321289062,31.35552406311035],[-124.75306701660156,31.37355613708496],[-124.76184844970703,31.39159393310547],[-124.77064514160156,31.409639358520508],[-124.77944946289062,31.427688598632812],[-124.78826904296875,31.445743560791016],[-124.7970962524414,31.46380615234375],[-124.80593872070312,31.481874465942383],[-124.8147964477539,31.499948501586914],[-124.82366180419922,31.518028259277344],[-124.8325424194336,31.536115646362305],[-124.8414306640625,31.55420684814453],[-124.85033416748047,31.572303771972656],[-124.85924530029297,31.590408325195312],[-124.86817169189453,31.608516693115234],[-124.87711334228516,31.626632690429688],[-124.88606262207031,31.64475440979004],[-124.89502716064453,31.66288185119629],[-124.90400695800781,31.681015014648438],[-124.91299438476562,31.699155807495117],[-124.9219970703125,31.717300415039062],[-124.9310073852539,31.73545265197754],[-124.94003295898438,31.753610610961914],[-124.94906616210938,31.771774291992188],[-124.95812225341797,31.789947509765625],[-124.9671859741211,31.808122634887695],[-124.97625732421875,31.826305389404297],[-124.98534393310547,31.844493865966797],[-124.99444580078125,31.862688064575195],[-125.00355529785156,31.880887985229492],[-125.01268005371094,31.89909553527832],[-125.0218276977539,31.917308807373047],[-125.03097534179688,31.935527801513672],[-125.0401382446289,31.953752517700195],[-125.04931640625,31.97198486328125],[-125.05850219726562,31.99022102355957],[-125.06770324707031,32.00846481323242],[-125.07691955566406,32.02671432495117],[-125.08614349365234,32.04497146606445],[-125.09538269042969,32.063236236572266],[-125.1046371459961,32.08150863647461],[-125.11389923095703,32.09978103637695],[-125.12317657470703,32.118064880371094],[-125.1324691772461,32.1363525390625],[-125.14176940917969,32.15464401245117],[-125.15108489990234,32.172943115234375],[-125.16041564941406,32.19124984741211],[-125.16976165771484,32.209564208984375],[-125.17911529541016,32.227882385253906],[-125.18848419189453,32.24620819091797],[-125.19786071777344,32.2645378112793],[-125.20726013183594,32.28287887573242],[-125.21666717529297,32.30121994018555],[-125.22608947753906,32.31957244873047],[-125.23552703857422,32.337928771972656],[-125.2449722290039,32.356292724609375],[-125.25443267822266,32.374664306640625],[-125.26390838623047,32.393043518066406],[-125.27339935302734,32.41142654418945],[-125.28289794921875,32.429813385009766],[-125.29241180419922,32.44820785522461],[-125.30193328857422,32.466609954833984],[-125.31147766113281,32.48501968383789],[-125.32102966308594,32.50343322753906],[-125.33059692382812,32.521854400634766],[-125.34017944335938,32.540283203125],[-125.34976959228516,32.558719635009766],[-125.35938262939453,32.5771598815918],[-125.36900329589844,32.595603942871094],[-125.37863159179688,32.61405944824219],[-125.3882827758789,32.63251876831055],[-125.39794158935547,32.65098571777344],[-125.40762329101562,32.669464111328125],[-125.41732025146484,32.68794250488281],[-125.42701721191406,32.70642852783203],[-125.43673706054688,32.72492218017578],[-125.44646453857422,32.74342346191406],[-125.45621490478516,32.76192855834961],[-125.46597290039062,32.78044128417969],[-125.47573852539062,32.7989616394043],[-125.48552703857422,32.81748580932617],[-125.49532318115234,32.836021423339844],[-125.50514221191406,32.85456085205078],[-125.51496887207031,32.873104095458984],[-125.52481079101562,32.891658782958984],[-125.53466796875,32.91021728515625],[-125.5445327758789,32.92878341674805],[-125.5544204711914,32.947357177734375],[-125.56431579589844,32.96593475341797],[-125.57422637939453,32.984519958496094],[-125.58415222167969,33.003116607666016],[-125.5940933227539,33.0217170715332],[-125.60404968261719,33.04032516479492],[-125.61402130126953,33.058937072753906],[-125.62400817871094,33.07755661010742],[-125.6340103149414,33.09618377685547],[-125.6440200805664,33.11481857299805],[-125.65404510498047,33.13345718383789],[-125.6640853881836,33.152103424072266],[-125.67414093017578,33.17075729370117],[-125.68421173095703,33.18941879272461],[-125.69429779052734,33.20808792114258],[-125.70439147949219,33.22676086425781],[-125.71450805664062,33.24544143676758],[-125.7246322631836,33.264129638671875],[-125.73477935791016,33.2828254699707],[-125.74493408203125,33.30152893066406],[-125.7551040649414,33.32023620605469],[-125.76529693603516,33.33895492553711],[-125.77549743652344,33.3576774597168],[-125.78571319580078,33.376407623291016],[-125.79594421386719,33.395145416259766],[-125.80619049072266,33.41389083862305],[-125.81645202636719,33.432640075683594],[-125.82672119140625,33.45139694213867],[-125.83702087402344,33.47016143798828],[-125.84732818603516,33.48893356323242],[-125.85765075683594,33.507713317871094],[-125.86798858642578,33.52649688720703],[-125.87833404541016,33.545291900634766],[-125.88870239257812,33.564090728759766],[-125.89908599853516,33.5828971862793],[-125.90947723388672,33.60171127319336],[-125.91989135742188,33.62053298950195],[-125.93031311035156,33.63936233520508],[-125.94075775146484,33.658199310302734],[-125.95121765136719,33.677040100097656],[-125.96168518066406,33.69588851928711],[-125.97217559814453,33.71474838256836],[-125.98268127441406,33.733612060546875],[-125.99319458007812,33.752479553222656],[-126.00373077392578,33.771358489990234],[-126.01428985595703,33.790245056152344],[-126.02485656738281,33.80913543701172],[-126.03543853759766,33.82803726196289],[-126.04602813720703,33.84694290161133],[-126.056640625,33.8658561706543],[-126.06726837158203,33.8847770690918],[-126.07791137695312,33.90370559692383],[-126.08856964111328,33.922645568847656],[-126.09925079345703,33.94158935546875],[-126.10993957519531,33.960540771484375],[-126.12064361572266,33.97949981689453],[-126.1313705444336,33.99846267700195],[-126.14210510253906,34.01743698120117],[-126.15286254882812,34.036415100097656],[-126.16362762451172,34.05540084838867],[-126.1744155883789,34.074398040771484],[-126.18521881103516,34.09339904785156],[-126.19603729248047,34.11240768432617],[-126.20687866210938,34.13142395019531],[-126.21773529052734,34.150447845458984],[-126.22859954833984,34.16947937011719],[-126.2394790649414,34.18851852416992],[-126.25038146972656,34.20756530761719],[-126.26129913330078,34.22662353515625],[-126.27223205566406,34.24568557739258],[-126.2831802368164,34.26475143432617],[-126.29414367675781,34.28382873535156],[-126.30512237548828,34.302913665771484],[-126.31612396240234,34.32200241088867],[-126.32714080810547,34.341102600097656],[-126.33816528320312,34.36021041870117],[-126.3492202758789,34.37932205200195],[-126.36028289794922,34.39844512939453],[-126.3713607788086,34.417572021484375],[-126.38246154785156,34.436710357666016],[-126.3935775756836,34.45585632324219],[-126.40470886230469,34.475006103515625],[-126.41586303710938,34.49416732788086],[-126.4270248413086,34.51333236694336],[-126.4382095336914,34.532508850097656],[-126.44940948486328,34.551692962646484],[-126.46062469482422,34.570884704589844],[-126.47185516357422,34.590084075927734],[-126.48310852050781,34.60928726196289],[-126.49437713623047,34.628501892089844],[-126.50566101074219,34.64772415161133],[-126.51696014404297,34.66695022583008],[-126.52828216552734,34.686187744140625],[-126.53961181640625,34.7054328918457],[-126.55096435546875,34.72468566894531],[-126.56233978271484,34.74394607543945],[-126.57372283935547,34.763214111328125],[-126.58512878417969,34.78248977661133],[-126.5965576171875,34.80177307128906],[-126.60800170898438,34.82106399536133],[-126.61946105957031,34.840362548828125],[-126.63093566894531,34.85966873168945],[-126.6424331665039,34.87898635864258],[-126.65393829345703,34.898311614990234],[-126.66546630859375,34.917640686035156],[-126.67701721191406,34.936981201171875],[-126.68858337402344,34.95632553100586],[-126.70016479492188,34.97568130493164],[-126.71176147460938,34.99504470825195],[-126.72338104248047,35.0144157409668],[-126.73501586914062,35.03379440307617],[-126.74666595458984,35.05318069458008],[-126.75833892822266,35.072574615478516],[-126.77002716064453,35.091976165771484],[-126.78173828125,35.11138916015625],[-126.79346466064453,35.13080596923828],[-126.80520629882812,35.15023422241211],[-126.81697082519531,35.16967010498047],[-126.8287582397461,35.189109802246094],[-126.84056091308594,35.208560943603516],[-126.85237884521484,35.228023529052734],[-126.86421203613281,35.24748992919922],[-126.87606811523438,35.2669677734375],[-126.887939453125,35.28645324707031],[-126.89983367919922,35.305946350097656],[-126.9117431640625,35.325443267822266],[-126.92367553710938,35.34495544433594],[-126.93562316894531,35.364471435546875],[-126.94758605957031,35.383995056152344],[-126.9595718383789,35.40353012084961],[-126.97157287597656,35.42306900024414],[-126.98359680175781,35.44261932373047],[-126.99564361572266,35.46217727661133],[-127.00769805908203,35.48174285888672],[-127.01978302001953,35.501319885253906],[-127.0318832397461,35.52090072631836],[-127.04399871826172,35.54049301147461],[-127.05613708496094,35.56009292602539],[-127.06829071044922,35.5797004699707],[-127.08047485351562,35.59931945800781],[-127.0926742553711,35.61894226074219],[-127.10488891601562,35.63857650756836],[-127.11711883544922,35.65821838378906],[-127.1293716430664,35.6778678894043],[-127.14164733886719,35.697532653808594],[-127.15393829345703,35.717201232910156],[-127.16625213623047,35.73687744140625],[-127.17858123779297,35.756561279296875],[-127.19093322753906,35.77625274658203],[-127.20330047607422,35.795955657958984],[-127.21569061279297,35.81566619873047],[-127.22810363769531,35.835384368896484],[-127.24053192138672,35.85511016845703],[-127.25298309326172,35.874847412109375],[-127.26545715332031,35.89459228515625],[-127.27794647216797,35.914344787597656],[-127.29045104980469,35.93410873413086],[-127.30298614501953,35.95387649536133],[-127.31554412841797,35.973655700683594],[-127.32810974121094,35.993446350097656],[-127.34070587158203,36.013240814208984],[-127.35331726074219,36.03304672241211],[-127.3659439086914,36.052860260009766],[-127.37860107421875,36.072689056396484],[-127.39127349853516,36.09252166748047],[-127.40396881103516,36.112361907958984],[-127.41667938232422,36.13220977783203],[-127.42941284179688,36.152069091796875],[-127.44216918945312,36.17193603515625],[-127.45494842529297,36.191810607910156],[-127.46774291992188,36.21169662475586],[-127.48056030273438,36.231590270996094],[-127.49340057373047,36.25149154663086],[-127.50625610351562,36.27140426635742],[-127.51913452148438,36.291324615478516],[-127.53203582763672,36.311256408691406],[-127.54496002197266,36.33119201660156],[-127.55790710449219,36.35114288330078],[-127.57087707519531,36.371097564697266],[-127.5838623046875,36.39106369018555],[-127.59687042236328,36.41103744506836],[-127.60990142822266,36.43102264404297],[-127.6229476928711,36.45101547241211],[-127.63601684570312,36.47101593017578],[-127.64911651611328,36.49102783203125],[-127.6622314453125,36.51104736328125],[-127.67536163330078,36.53107833862305],[-127.68852233886719,36.551116943359375],[-127.70170593261719,36.571163177490234],[-127.71490478515625,36.591224670410156],[-127.7281265258789,36.611289978027344],[-127.74137115478516,36.63136672973633],[-127.754638671875,36.651451110839844],[-127.76792907714844,36.67154312133789],[-127.78124237060547,36.691646575927734],[-127.7945785522461,36.71175765991211],[-127.80792999267578,36.73188018798828],[-127.82131958007812,36.752010345458984],[-127.834716796875,36.772151947021484],[-127.84814453125,36.792301177978516],[-127.86158752441406,36.812461853027344],[-127.87505340576172,36.8326301574707],[-127.8885498046875,36.852806091308594],[-127.90206146240234,36.87299346923828],[-127.91559600830078,36.893192291259766],[-127.92915344238281,36.91339874267578],[-127.94273376464844,36.933616638183594],[-127.95633697509766,36.95384216308594],[-127.969970703125,36.97407913208008],[-127.9836196899414,36.99432373046875],[-127.9972915649414,37.01457595825195],[-128.010986328125,37.03483963012695],[-128.0247039794922,37.05511474609375],[-128.0384521484375,37.07539749145508],[-128.05221557617188,37.09568786621094],[-128.06600952148438,37.115989685058594],[-128.07981872558594,37.13630294799805],[-128.09365844726562,37.15662384033203],[-128.10751342773438,37.17695617675781],[-128.1214141845703,37.197296142578125],[-128.13531494140625,37.217647552490234],[-128.1492462158203,37.238006591796875],[-128.1632080078125,37.25837707519531],[-128.17718505859375,37.27875518798828],[-128.19119262695312,37.29914474487305],[-128.20521545410156,37.31954574584961],[-128.21926879882812,37.33995819091797],[-128.23333740234375,37.36037826538086],[-128.2474365234375,37.38080978393555],[-128.26156616210938,37.401248931884766],[-128.2757110595703,37.421695709228516],[-128.28988647460938,37.44215393066406],[-128.3040771484375,37.462623596191406],[-128.31829833984375,37.48310470581055],[-128.33255004882812,37.50359344482422],[-128.34681701660156,37.52409362792969],[-128.36111450195312,37.54460144042969],[-128.37542724609375,37.565120697021484],[-128.3897705078125,37.58565139770508],[-128.40414428710938,37.6061897277832],[-128.4185333251953,37.626739501953125],[-128.43295288085938,37.64729690551758],[-128.44740295410156,37.667869567871094],[-128.4618682861328,37.68844985961914],[-128.4763641357422,37.70903778076172],[-128.4908905029297,37.72964096069336],[-128.50543212890625,37.75025177001953],[-128.52000427246094,37.770870208740234],[-128.53460693359375,37.79150390625],[-128.54922485351562,37.8121452331543],[-128.56387329101562,37.83279800415039],[-128.57855224609375,37.853458404541016],[-128.59324645996094,37.87413024902344],[-128.60797119140625,37.894813537597656],[-128.6227264404297,37.91550827026367],[-128.6374969482422,37.93621063232422],[-128.65231323242188,37.95692443847656],[-128.66712951660156,37.97765350341797],[-128.6820068359375,37.998390197753906],[-128.69688415527344,38.019134521484375],[-128.71180725097656,38.039894104003906],[-128.7267303466797,38.06066131591797],[-128.74169921875,38.08143615722656],[-128.75668334960938,38.10222625732422],[-128.77169799804688,38.123023986816406],[-128.7867431640625,38.14383316040039],[-128.80181884765625,38.16465377807617],[-128.81690979003906,38.18548583984375],[-128.83203125,38.20632553100586],[-128.84718322753906,38.227176666259766],[-128.86236572265625,38.248043060302734],[-128.8775634765625,38.26891326904297],[-128.89280700683594,38.289798736572266],[-128.90806579589844,38.31069564819336],[-128.92335510253906,38.331600189208984],[-128.93865966796875,38.35251998901367],[-128.95401000976562,38.37344741821289],[-128.96937561035156,38.394386291503906],[-128.98477172851562,38.41533660888672],[-129.0001983642578,38.43629455566406],[-129.01565551757812,38.45726776123047],[-129.03114318847656,38.478248596191406],[-129.04664611816406,38.499244689941406],[-129.06219482421875,38.52024841308594],[-129.0777587890625,38.541263580322266],[-129.09335327148438,38.56229019165039],[-129.10897827148438,38.58332824707031],[-129.1246337890625,38.604373931884766],[-129.1403045654297,38.62543487548828],[-129.15602111816406,38.646507263183594],[-129.17176818847656,38.6675910949707],[-129.18753051757812,38.688682556152344],[-129.2033233642578,38.70978927612305],[-129.21914672851562,38.73090362548828],[-129.23500061035156,38.75203323364258],[-129.25088500976562,38.773170471191406],[-129.2667999267578,38.7943229675293],[-129.28274536132812,38.81548309326172],[-129.29872131347656,38.8366584777832],[-129.31472778320312,38.85784149169922],[-129.33074951171875,38.8790397644043],[-129.34681701660156,38.900245666503906],[-129.3629150390625,38.92146682739258],[-129.3790283203125,38.94269561767578],[-129.3951873779297,38.96393585205078],[-129.41136169433594,38.985191345214844],[-129.42758178710938,39.0064582824707],[-129.44381713867188,39.027732849121094],[-129.46009826660156,39.04902267456055],[-129.4763946533203,39.07032012939453],[-129.49273681640625,39.09163284301758],[-129.50909423828125,39.11295700073242],[-129.52549743652344,39.13429641723633],[-129.5419158935547,39.155643463134766],[-129.55838012695312,39.177001953125],[-129.5748748779297,39.19837188720703],[-129.5913848876953,39.219757080078125],[-129.6079559326172,39.24114990234375],[-129.62454223632812,39.26255416870117],[-129.6411590576172,39.283973693847656],[-129.6577911376953,39.30540466308594],[-129.67446899414062,39.326847076416016],[-129.69117736816406,39.34830093383789],[-129.7079315185547,39.36976623535156],[-129.72470092773438,39.3912467956543],[-129.7415008544922,39.41273880004883],[-129.7583465576172,39.434242248535156],[-129.77520751953125,39.455753326416016],[-129.7921142578125,39.47727966308594],[-129.80905151367188,39.49882125854492],[-129.82601928710938,39.52037048339844],[-129.843017578125,39.541934967041016],[-129.86004638671875,39.56351089477539],[-129.87710571289062,39.58509826660156],[-129.89422607421875,39.6067008972168],[-129.91136169433594,39.62831497192383],[-129.92852783203125,39.64993667602539],[-129.9457244873047,39.671573638916016],[-129.96295166015625,39.6932258605957],[-129.980224609375,39.71488571166992],[-129.9975128173828,39.7365608215332],[-130.0148468017578,39.75824737548828],[-130.03221130371094,39.77994918823242],[-130.04962158203125,39.801658630371094],[-130.06704711914062,39.82338333129883],[-130.0845184326172,39.845123291015625],[-130.10202026367188,39.86687088012695],[-130.1195526123047,39.888633728027344],[-130.1371307373047,39.91040802001953],[-130.1547393798828,39.93219757080078],[-130.17237854003906,39.95399856567383],[-130.19004821777344,39.97581100463867],[-130.207763671875,39.99763870239258],[-130.2255096435547,40.01947784423828],[-130.2432861328125,40.04132843017578],[-130.2611083984375,40.063194274902344],[-130.27896118164062,40.0850715637207],[-130.29684448242188,40.106964111328125],[-130.3147735595703,40.128868103027344],[-130.33273315429688,40.15078353881836],[-130.35072326660156,40.17271041870117],[-130.36875915527344,40.19465255737305],[-130.38682556152344,40.216609954833984],[-130.40492248535156,40.23857879638672],[-130.42306518554688,40.260562896728516],[-130.4412384033203,40.28255844116211],[-130.45945739746094,40.304561614990234],[-130.4777069091797,40.32658386230469],[-130.49598693847656,40.3486213684082],[-130.51429748535156,40.370670318603516],[-130.53265380859375,40.392730712890625],[-130.55105590820312,40.41480255126953],[-130.56948852539062,40.436893463134766],[-130.5879669189453,40.4589958190918],[-130.60647583007812,40.48111343383789],[-130.62501525878906,40.503238677978516],[-130.6436004638672,40.5253791809082],[-130.6622314453125,40.54753875732422],[-130.68089294433594,40.569705963134766],[-130.6995849609375,40.59189224243164],[-130.71832275390625,40.61408615112305],[-130.7371063232422,40.636295318603516],[-130.75592041015625,40.65852355957031],[-130.7747802734375,40.68075942993164],[-130.79367065429688,40.7030143737793],[-130.8125762939453,40.72528076171875],[-130.83155822753906,40.74755859375],[-130.85057067871094,40.76985168457031],[-130.86961364746094,40.79216003417969],[-130.88870239257812,40.814483642578125],[-130.9078369140625,40.83681869506836],[-130.927001953125,40.859169006347656],[-130.9462127685547,40.881534576416016],[-130.9654541015625,40.90391159057617],[-130.98475646972656,40.92630386352539],[-131.0040740966797,40.94871139526367],[-131.02345275878906,40.97113037109375],[-131.04286193847656,40.993568420410156],[-131.06231689453125,41.016014099121094],[-131.08180236816406,41.038482666015625],[-131.10134887695312,41.06095886230469],[-131.12091064453125,41.08345413208008],[-131.14053344726562,41.105960845947266],[-131.16018676757812,41.128482818603516],[-131.17990112304688,41.15101623535156],[-131.19964599609375,41.17356872558594],[-131.2194366455078,41.19613265991211],[-131.2392578125,41.218711853027344],[-131.25912475585938,41.24130630493164],[-131.27903747558594,41.263916015625],[-131.2989959716797,41.28654098510742],[-131.31898498535156,41.309181213378906],[-131.3390350341797,41.33183288574219],[-131.35911560058594,41.35449981689453],[-131.37924194335938,41.3771858215332],[-131.3994140625,41.39988327026367],[-131.41961669921875,41.4225959777832],[-131.43988037109375,41.4453239440918],[-131.46017456054688,41.46806716918945],[-131.48052978515625,41.49082565307617],[-131.50091552734375,41.51359939575195],[-131.52134704589844,41.5363883972168],[-131.5418243408203,41.55918884277344],[-131.56234741210938,41.582008361816406],[-131.58291625976562,41.60484313964844],[-131.60353088378906,41.62769317626953],[-131.62417602539062,41.65055847167969],[-131.64488220214844,41.673439025878906],[-131.66563415527344,41.69633102416992],[-131.68643188476562,41.719242095947266],[-131.70726013183594,41.74216842651367],[-131.72816467285156,41.765113830566406],[-131.7490997314453,41.78807067871094],[-131.77008056640625,41.8110466003418],[-131.79110717773438,41.83403396606445],[-131.8121795654297,41.85704040527344],[-131.8332977294922,41.88005828857422],[-131.85446166992188,41.90309524536133],[-131.87567138671875,41.9261474609375],[-131.8969268798828,41.949214935302734],[-131.91824340820312,41.97229766845703],[-131.93959045410156,41.995399475097656],[-131.96099853515625,42.01851272583008],[-131.98245239257812,42.04164505004883],[-132.0039520263672,42.06479263305664],[-132.02549743652344,42.087955474853516],[-132.04710388183594,42.11113739013672],[-132.06874084472656,42.134334564208984],[-132.09043884277344,42.15754699707031],[-132.1121826171875,42.1807746887207],[-132.13397216796875,42.20402145385742],[-132.15582275390625,42.22727966308594],[-132.17771911621094,42.25055694580078],[-132.1996612548828,42.27385330200195],[-132.22164916992188,42.29716491699219],[-132.2436981201172,42.320491790771484],[-132.2657928466797,42.343833923339844],[-132.28794860839844,42.36719512939453],[-132.31015014648438,42.39057159423828],[-132.3323974609375,42.41396713256836],[-132.35470581054688,42.4373779296875],[-132.37705993652344,42.46080780029297],[-132.3994598388672,42.484249114990234],[-132.42190551757812,42.507713317871094],[-132.44442749023438,42.53118896484375],[-132.46697998046875,42.5546875],[-132.48959350585938,42.57819747924805],[-132.5122528076172,42.60173034667969],[-132.53497314453125,42.625274658203125],[-132.55775451660156,42.64883804321289],[-132.58058166503906,42.672420501708984],[-132.60345458984375,42.69601821899414],[-132.6263885498047,42.719635009765625],[-132.64938354492188,42.74327087402344],[-132.67242431640625,42.76692199707031],[-132.6955108642578,42.79058837890625],[-132.7186737060547,42.814273834228516],[-132.74188232421875,42.83797836303711],[-132.76513671875,42.861698150634766],[-132.7884521484375,42.88543701171875],[-132.81182861328125,42.90919494628906],[-132.83526611328125,42.9329719543457],[-132.85874938964844,42.956764221191406],[-132.88229370117188,42.98057174682617],[-132.9058837890625,43.00440216064453],[-132.9295654296875,43.02824783325195],[-132.95327758789062,43.0521125793457],[-132.97705078125,43.07599639892578],[-133.00086975097656,43.09989547729492],[-133.02476501464844,43.123817443847656],[-133.0487060546875,43.14775466918945],[-133.0727081298828,43.17171096801758],[-133.09677124023438,43.19568634033203],[-133.1208953857422,43.21967697143555],[-133.1450653076172,43.243690490722656],[-133.1693115234375,43.26771926879883],[-133.193603515625,43.29176712036133],[-133.21795654296875,43.315834045410156],[-133.2423858642578,43.33992004394531],[-133.26686096191406,43.36402130126953],[-133.29139709472656,43.388145446777344],[-133.3159942626953,43.412288665771484],[-133.34066772460938,43.43645095825195],[-133.36538696289062,43.460628509521484],[-133.39016723632812,43.48482894897461],[-133.41502380371094,43.50904846191406],[-133.43992614746094,43.53328323364258],[-133.46490478515625,43.55754089355469],[-133.48992919921875,43.581817626953125],[-133.51504516601562,43.60611343383789],[-133.5402069091797,43.630428314208984],[-133.5654296875,43.654762268066406],[-133.59072875976562,43.679115295410156],[-133.61607360839844,43.703487396240234],[-133.64149475097656,43.727882385253906],[-133.66697692871094,43.752296447753906],[-133.69252014160156,43.77672576904297],[-133.7181396484375,43.801177978515625],[-133.7438201904297,43.825653076171875],[-133.76956176757812,43.85014343261719],[-133.7953643798828,43.874656677246094],[-133.8212432861328,43.89918899536133],[-133.84718322753906,43.92374038696289],[-133.87319946289062,43.94831466674805],[-133.89927673339844,43.97290802001953],[-133.92543029785156,43.997520446777344],[-133.95164489746094,44.02215576171875],[-133.97792053222656,44.046810150146484],[-134.0042724609375,44.07148361206055],[-134.03070068359375,44.0961799621582],[-134.05718994140625,44.12089538574219],[-134.083740234375,44.145633697509766],[-134.11036682128906,44.17039108276367],[-134.1370849609375,44.19517135620117],[-134.1638641357422,44.219970703125],[-134.19070434570312,44.24479293823242],[-134.21762084960938,44.26963424682617],[-134.24459838867188,44.29449462890625],[-134.2716522216797,44.31938171386719],[-134.2987823486328,44.34428787231445],[-134.32598876953125,44.36921310424805],[-134.35325622558594,44.394161224365234],[-134.38059997558594,44.419132232666016],[-134.40802001953125,44.444122314453125],[-134.43551635742188,44.46913528442383],[-134.4630889892578,44.494171142578125],[-134.49073791503906,44.519229888916016],[-134.51846313476562,44.544307708740234],[-134.54624938964844,44.56940841674805],[-134.57412719726562,44.59452819824219],[-134.60206604003906,44.61967086791992],[-134.63009643554688,44.64483642578125],[-134.65818786621094,44.67002868652344],[-134.68637084960938,44.69524002075195],[-134.71463012695312,44.72047424316406],[-134.7429656982422,44.7457275390625],[-134.77137756347656,44.7710075378418],[-134.79986572265625,44.79631042480469],[-134.82843017578125,44.82163619995117],[-134.85708618164062,44.846981048583984],[-134.8858184814453,44.872352600097656],[-134.9146270751953,44.897743225097656],[-134.94351196289062,44.923160552978516],[-134.9724884033203,44.94860076904297],[-135.0015411376953,44.974063873291016],[-135.03067016601562,44.999549865722656],[-135.0598907470703,45.02505874633789],[-135.08920288085938,45.05059051513672],[-135.1185760498047,45.07614517211914],[-135.14805603027344,45.10172653198242],[-135.17759704589844,45.12732696533203],[-135.20724487304688,45.1529541015625],[-135.23695373535156,45.17860412597656],[-135.2667694091797,45.204280853271484],[-135.29666137695312,45.22998046875],[-135.32664489746094,45.25570297241211],[-135.35671997070312,45.28145217895508],[-135.38687133789062,45.30722427368164],[-135.4171142578125,45.3330192565918],[-135.44744873046875,45.35884094238281],[-135.4778594970703,45.38468551635742],[-135.5083770751953,45.41055679321289],[-135.53897094726562,45.43645095825195],[-135.5696563720703,45.462371826171875],[-135.60043334960938,45.48831558227539],[-135.6313018798828,45.514286041259766],[-135.66226196289062,45.540279388427734],[-135.6933135986328,45.56629943847656],[-135.72445678710938,45.59234619140625],[-135.7556915283203,45.61841583251953],[-135.78701782226562,45.64451217651367],[-135.81845092773438,45.67063522338867],[-135.8499755859375,45.696781158447266],[-135.88157653808594,45.72295379638672],[-135.9132843017578,45.7491569519043],[-135.94509887695312,45.77538299560547],[-135.9770050048828,45.801631927490234],[-136.00900268554688,45.827911376953125],[-136.0410919189453,45.854217529296875],[-136.0732879638672,45.88054275512695],[-136.10557556152344,45.90690231323242],[-136.13796997070312,45.933284759521484],[-136.17047119140625,45.95969772338867],[-136.20306396484375,45.98613739013672],[-136.23574829101562,46.01259994506836],[-136.2685546875,46.039093017578125],[-136.30145263671875,46.065608978271484],[-136.33444213867188,46.09215545654297],[-136.3675537109375,46.11872863769531],[-136.4007568359375,46.14533233642578],[-136.43406677246094,46.171958923339844],[-136.4674835205078,46.19861602783203],[-136.50100708007812,46.225303649902344],[-136.5346221923828,46.252010345458984],[-136.568359375,46.278751373291016],[-136.60220336914062,46.30552291870117],[-136.6361541748047,46.33232116699219],[-136.6702117919922,46.35914611816406],[-136.70437622070312,46.3859977722168],[-136.7386474609375,46.412879943847656],[-136.77304077148438,46.43979263305664],[-136.8075408935547,46.466732025146484],[-136.84214782714844,46.49370574951172],[-136.8768768310547,46.52070236206055],[-136.91171264648438,46.5477294921875],[-136.94667053222656,46.57478713989258],[-136.9817352294922,46.60187530517578],[-137.0169219970703,46.62899398803711],[-137.05221557617188,46.65613555908203],[-137.08763122558594,46.683311462402344],[-137.1231689453125,46.71052169799805],[-137.1588134765625,46.73775863647461],[-137.19459533691406,46.7650260925293],[-137.23048400878906,46.792320251464844],[-137.2664794921875,46.81965255737305],[-137.30259704589844,46.84701156616211],[-137.33885192871094,46.8744010925293],[-137.37522888183594,46.901824951171875],[-137.41172790527344,46.92927169799805],[-137.44834899902344,46.956756591796875],[-137.485107421875,46.98427200317383],[-137.52197265625,47.01182174682617],[-137.55897521972656,47.039398193359375],[-137.59609985351562,47.06700897216797],[-137.63336181640625,47.09465026855469],[-137.67074584960938,47.1223258972168],[-137.70826721191406,47.15003204345703],[-137.74591064453125,47.177772521972656],[-137.78369140625,47.205543518066406],[-137.8215789794922,47.23334884643555],[-137.859619140625,47.26118469238281],[-137.89779663085938,47.289058685302734],[-137.9361114501953,47.31696319580078],[-137.9745635986328,47.34490203857422],[-138.01315307617188,47.37287139892578],[-138.05186462402344,47.400875091552734],[-138.09072875976562,47.428916931152344],[-138.12973022460938,47.456993103027344],[-138.1688690185547,47.4850959777832],[-138.20816040039062,47.51323699951172],[-138.24757385253906,47.54141616821289],[-138.2871551513672,47.56962585449219],[-138.32684326171875,47.59787368774414],[-138.36671447753906,47.626155853271484],[-138.40670776367188,47.65447235107422],[-138.44686889648438,47.682823181152344],[-138.48716735839844,47.711212158203125],[-138.52761840820312,47.7396354675293],[-138.56822204589844,47.768096923828125],[-138.6089630126953,47.79658889770508],[-138.64987182617188,47.82512283325195],[-138.69093322753906,47.853694915771484],[-138.7321319580078,47.88229751586914],[-138.77349853515625,47.91094207763672],[-138.81503295898438,47.93962097167969],[-138.85670471191406,47.96833419799805],[-138.8985595703125,47.997093200683594],[-138.9405517578125,48.02588653564453],[-138.98272705078125,48.05471420288086],[-139.02505493164062,48.08358383178711],[-139.0675506591797,48.112491607666016],[-139.1101837158203,48.14143371582031],[-139.15301513671875,48.1704216003418],[-139.1959991455078,48.19944381713867],[-139.23916625976562,48.2285041809082],[-139.28250122070312,48.25761032104492],[-139.3260040283203,48.286746978759766],[-139.36965942382812,48.3159294128418],[-139.41351318359375,48.34515380859375],[-139.45753479003906,48.374412536621094],[-139.50173950195312,48.403717041015625],[-139.54611206054688,48.43305969238281],[-139.5906524658203,48.46244430541992],[-139.63539123535156,48.49186706542969],[-139.68031311035156,48.52133560180664],[-139.72543334960938,48.55084228515625],[-139.77072143554688,48.58039474487305],[-139.81617736816406,48.6099853515625],[-139.86184692382812,48.63962173461914],[-139.90769958496094,48.66930389404297],[-139.95375061035156,48.69902038574219],[-139.99998474121094,48.72878646850586],[-140.04641723632812,48.75859451293945],[-140.09303283691406,48.78844451904297],[-140.13986206054688,48.81834030151367],[-140.1868896484375,48.84828186035156],[-140.23411560058594,48.878265380859375],[-140.28152465820312,48.908294677734375],[-140.32916259765625,48.93836975097656],[-140.3769989013672,48.96849060058594],[-140.425048828125,48.998653411865234],[-140.47329711914062,49.028865814208984],[-140.52174377441406,49.05912399291992],[-140.57041931152344,49.08942794799805],[-140.61932373046875,49.11977767944336],[-140.66842651367188,49.15018081665039],[-140.71774291992188,49.18062210083008],[-140.7672882080078,49.21112060546875],[-140.8170623779297,49.241661071777344],[-140.86705017089844,49.27225112915039],[-140.91725158691406,49.30289077758789],[-140.9676971435547,49.333580017089844],[-141.0183868408203,49.364315032958984],[-141.0692901611328,49.395103454589844],[-141.12042236328125,49.425941467285156],[-141.1717987060547,49.45683288574219],[-141.22341918945312,49.48776626586914],[-141.27528381347656,49.518760681152344],[-141.32736206054688,49.549800872802734],[-141.3797149658203,49.580894470214844],[-141.43231201171875,49.612037658691406],[-141.48513793945312,49.64323425292969],[-141.53823852539062,49.67448806762695],[-141.59158325195312,49.70579147338867],[-141.64520263671875,49.737152099609375],[-141.6990509033203,49.76856231689453],[-141.753173828125,49.80002975463867],[-141.80755615234375,49.83155059814453],[-141.86221313476562,49.863128662109375],[-141.91712951660156,49.89476013183594],[-141.9723358154297,49.926448822021484],[-142.02781677246094,49.95819091796875],[-142.08355712890625,49.989994049072266],[-142.13958740234375,50.02185821533203],[-142.19589233398438,50.05377197265625],[-142.25250244140625,50.085750579833984],[-142.3093719482422,50.11778259277344],[-142.36656188964844,50.149879455566406],[-142.4240264892578,50.18203353881836],[-142.4818115234375,50.21424865722656],[-142.53988647460938,50.24652099609375],[-142.5982666015625,50.27886199951172],[-142.65695190429688,50.31126022338867],[-142.7159423828125,50.343719482421875],[-142.77525329589844,50.376243591308594],[-142.8348846435547,50.40883255004883],[-142.89483642578125,50.44148254394531],[-142.95510864257812,50.47419738769531],[-143.0157012939453,50.50697708129883],[-143.07664489746094,50.539825439453125],[-143.13790893554688,50.57273483276367],[-143.19952392578125,50.605712890625],[-143.26145935058594,50.638755798339844],[-143.3237762451172,50.671875],[-143.38641357421875,50.705055236816406],[-143.4494171142578,50.738304138183594],[-143.5127716064453,50.77162551879883],[-143.57650756835938,50.805015563964844],[-143.64059448242188,50.83848190307617],[-143.70506286621094,50.87201690673828],[-143.76991271972656,50.90562057495117],[-143.8351287841797,50.939300537109375],[-143.90074157714844,50.97305679321289],[-143.96673583984375,51.00688552856445],[-144.03314208984375,51.04079055786133],[-144.09994506835938,51.07476806640625],[-144.16712951660156,51.108821868896484],[-144.2347412109375,51.14295959472656],[-144.30276489257812,51.17716979980469],[-144.3712158203125,51.211463928222656],[-144.44007873535156,51.24583435058594],[-144.50938415527344,51.2802848815918],[-144.57911682128906,51.3148193359375],[-144.64930725097656,51.34943771362305],[-144.7199249267578,51.38413619995117],[-144.791015625,51.41891860961914],[-144.86256408691406,51.45378494262695],[-144.93458557128906,51.488739013671875],[-145.00706481933594,51.523780822753906],[-145.0800323486328,51.55890655517578],[-145.15347290039062,51.59412384033203],[-145.22743225097656,51.629432678222656],[-145.3018798828125,51.664833068847656],[-145.3768310546875,51.70032501220703],[-145.45230102539062,51.73590850830078],[-145.52830505371094,51.77158737182617],[-145.6048126220703,51.8073616027832],[-145.68190002441406,51.843231201171875],[-145.75950622558594,51.87919998168945],[-145.83766174316406,51.9152717590332],[-145.91641235351562,51.95144271850586],[-145.99569702148438,51.98771286010742],[-146.07557678222656,52.024085998535156],[-146.15606689453125,52.06056213378906],[-146.2371368408203,52.097145080566406],[-146.31881713867188,52.13383483886719],[-146.40113830566406,52.170631408691406],[-146.48406982421875,52.207542419433594],[-146.56764221191406,52.24456024169922],[-146.65187072753906,52.28169250488281],[-146.73675537109375,52.31894302368164],[-146.82232666015625,52.35630416870117],[-146.9085693359375,52.3937873840332],[-146.99551391601562,52.43138885498047],[-147.08316040039062,52.469112396240234],[-147.17153930664062,52.5069580078125],[-147.26063537597656,52.54492950439453],[-147.35049438476562,52.583030700683594],[-147.4411163330078,52.62125778198242],[-147.5325164794922,52.65961837768555],[-147.6247100830078,52.6981086730957],[-147.71771240234375,52.73673629760742],[-147.81153869628906,52.7755012512207],[-147.9062042236328,52.81440734863281],[-148.00172424316406,52.85345458984375],[-148.09811401367188,52.89265060424805],[-148.1953887939453,52.93199157714844],[-148.29359436035156,52.97148132324219],[-148.39271545410156,53.0111198425293],[-148.49278259277344,53.05092239379883],[-148.59384155273438,53.09088134765625],[-148.6958770751953,53.13100051879883],[-148.79891967773438,53.17128372192383],[-148.9029998779297,53.211734771728516],[-149.00814819335938,53.252357482910156],[-149.11436462402344,53.293155670166016],[-149.22171020507812,53.334129333496094],[-149.33018493652344,53.37528610229492],[-149.4398193359375,53.416629791259766],[-149.5506591796875,53.45816421508789],[-149.6627197265625,53.4998893737793],[-149.77603149414062,53.541812896728516],[-149.890625,53.58394241333008],[-150.00656127929688,53.626277923583984],[-150.12384033203125,53.66883087158203],[-150.24252319335938,53.71159744262695],[-150.36264038085938,53.75458908081055],[-150.48422241210938,53.79780960083008],[-150.6073455810547,53.84126663208008],[-150.7320098876953,53.88496398925781],[-150.85830688476562,53.92890930175781],[-150.9862518310547,53.97311019897461],[-151.11590576171875,54.0175666809082],[-151.24734497070312,54.06229782104492],[-151.380615234375,54.10730743408203],[-151.51576232910156,54.15260314941406],[-151.65286254882812,54.19819641113281],[-151.7919921875,54.24409103393555],[-151.9332275390625,54.29029846191406],[-152.0766143798828,54.33683395385742],[-152.22225952148438,54.383705139160156],[-152.37025451660156,54.4309196472168],[-152.5207061767578,54.47850036621094],[-152.67369079589844,54.526458740234375],[-152.82931518554688,54.574806213378906],[-152.98770141601562,54.623558044433594],[-153.1490020751953,54.67273712158203],[-153.31332397460938,54.722354888916016],[-153.48080444335938,54.772438049316406],[-153.65159606933594,54.822994232177734],[-153.8258514404297,54.87405776977539],[-154.0037384033203,54.92563247680664],[-154.1854705810547,54.977752685546875],[-154.37120056152344,55.03044891357422],[-154.5612335205078,55.0837516784668],[-154.75579833984375,55.137699127197266],[-154.95521545410156,55.19232940673828],[-155.1598358154297,55.2476921081543],[-155.37002563476562,55.3038444519043],[-155.58619689941406,55.36083221435547],[-155.8087921142578,55.41872024536133],[-156.03834533691406,55.47758865356445],[-156.2754364013672,55.537498474121094],[-156.5207061767578,55.598541259765625],[-156.77496337890625,55.660823822021484],[-157.0391082763672,55.724456787109375],[-157.31423950195312,55.78959655761719],[-157.60162353515625,55.856414794921875],[-157.90286254882812,55.925113677978516],[-158.21995544433594,55.9959602355957],[-158.5592041015625,56.07001876831055],[-158.91673278808594,56.146339416503906],[-159.30027770996094,56.22616195678711],[-159.7158660888672,56.31028366088867],[-160.17230224609375,56.399864196777344],[-160.683349609375,56.49673080444336],[-161.2728729248047,56.60403060913086],[-161.989990234375,56.728248596191406],[-162.97792053222656,56.888275146484375],[-158.8316650390625,63.71739959716797],[-156.94056701660156,63.44208908081055],[-155.86553955078125,63.29241180419922],[-154.82369995117188,63.13826370239258],[-154.0658416748047,63.03290939331055],[-153.30563354492188,62.92125701904297],[-152.7415771484375,62.848663330078125],[-152.13906860351562,62.76381301879883],[-151.5853271484375,62.68600845336914],[-150.89987182617188,62.57486343383789],[-150.49220275878906,62.52629089355469],[-150.028564453125,62.462432861328125],[-149.43873596191406,62.364959716796875],[-149.04391479492188,62.31357955932617],[-148.78089904785156,62.29549789428711],[-148.37501525878906,62.23933792114258],[-147.9880828857422,62.185752868652344],[-147.4436798095703,62.08823776245117],[-147.1075897216797,62.04524230957031],[-146.89273071289062,62.03659439086914],[-146.46542358398438,61.966251373291016],[-146.1109619140625,61.91524124145508],[-145.75949096679688,61.86369705200195],[-145.46653747558594,61.828182220458984],[-145.19154357910156,61.797393798828125],[-144.88922119140625,61.75751495361328],[-144.5830078125,61.71544647216797],[-144.26821899414062,61.66887664794922],[-144.0496063232422,61.653480529785156],[-143.76705932617188,61.61507797241211],[-143.48779296875,61.57857131958008],[-143.21011352539062,61.541439056396484],[-142.9405975341797,61.50619125366211],[-142.67477416992188,61.470848083496094],[-142.4142608642578,61.43675994873047],[-142.15948486328125,61.403709411621094],[-141.9011993408203,61.36947250366211],[-141.47068786621094,61.27405548095703],[-141.40774536132812,61.30573272705078],[-140.9817657470703,61.2098274230957],[-140.59605407714844,61.125179290771484],[-140.68768310546875,61.21294403076172],[-140.2165985107422,61.09651565551758],[-140.0091552734375,61.074737548828125],[-139.99386596679688,61.12310791015625],[-139.54769897460938,61.01317596435547],[-139.5447235107422,61.066497802734375],[-139.1287384033203,60.964508056640625],[-138.93746948242188,60.94644546508789],[-138.8938446044922,60.98508071899414],[-138.50450134277344,60.889671325683594],[-138.3026123046875,60.86611557006836],[-138.1562957763672,60.86456298828125],[-137.91358947753906,60.82415008544922],[-137.7759246826172,60.82558822631836],[-137.59359741210938,60.80856704711914],[-137.4018096923828,60.787147521972656],[-137.14256286621094,60.73768615722656],[-136.9734649658203,60.72526931762695],[-136.74954223632812,60.689178466796875],[-136.6014862060547,60.684608459472656],[-136.3560333251953,60.638999938964844],[-136.27352905273438,60.662235260009766],[-136.00559997558594,60.605438232421875],[-135.7795867919922,60.56561279296875],[-135.71234130859375,60.59549331665039],[-135.44223022460938,60.535888671875],[-135.3450164794922,60.55149459838867],[-135.08853149414062,60.4960823059082],[-134.9317626953125,60.48591232299805],[-134.70538330078125,60.44364929199219],[-134.5557098388672,60.43532943725586],[-134.40431213378906,60.425559997558594],[-134.2348175048828,60.40685272216797],[-134.0518798828125,60.383277893066406],[-133.8702392578125,60.3592529296875],[-133.68177795410156,60.331153869628906],[-133.5228271484375,60.316532135009766],[-133.34359741210938,60.292545318603516],[-133.1616668701172,60.2660026550293],[-133.03562927246094,60.26677322387695],[-132.8620147705078,60.24281692504883],[-132.6922607421875,60.222862243652344],[-132.5408477783203,60.21042251586914],[-132.34893798828125,60.17732238769531],[-132.17645263671875,60.153900146484375],[-132.08953857421875,60.1719970703125],[-131.85140991210938,60.11586380004883],[-131.72216796875,60.11273956298828],[-131.53451538085938,60.080406188964844],[-131.3710479736328,60.05934524536133],[-131.22274780273438,60.0469970703125],[-131.08840942382812,60.03982925415039],[-130.92532348632812,60.01883316040039],[-130.7589874267578,59.99563980102539],[-130.6180877685547,59.984840393066406],[-130.45455932617188,59.962730407714844],[-130.30308532714844,59.94593811035156],[-130.17051696777344,59.93917465209961],[-130.02174377441406,59.923648834228516],[-129.87155151367188,59.907196044921875],[-129.73435974121094,59.8973503112793],[-129.57122802734375,59.87282180786133],[-129.43215942382812,59.861061096191406],[-129.29273986816406,59.84915542602539],[-129.14654541015625,59.83281707763672],[-129.00906372070312,59.82136154174805],[-128.87307739257812,59.81072998046875],[-128.7178955078125,59.788150787353516],[-128.58140563964844,59.777435302734375],[-128.4403533935547,59.762752532958984],[-128.2982177734375,59.7474365234375],[-128.15919494628906,59.733219146728516],[-128.02001953125,59.720157623291016],[-127.8681640625,59.698421478271484],[-127.7283706665039,59.683380126953125],[-127.58870697021484,59.66838455200195],[-127.46180725097656,59.66031265258789],[-127.32687377929688,59.647281646728516],[-127.18981170654297,59.6328239440918],[-127.05469512939453,59.6201171875],[-126.91680145263672,59.6043701171875],[-126.78845977783203,59.59484100341797],[-126.65149688720703,59.580020904541016],[-126.51773834228516,59.56679916381836],[-126.37615966796875,59.547672271728516],[-126.2345962524414,59.52962112426758],[-126.09064483642578,59.50908660888672],[-125.9742202758789,59.50531005859375],[-125.84268188476562,59.492408752441406],[-125.70679473876953,59.47710418701172],[-125.57563781738281,59.463443756103516],[-125.44506072998047,59.44956588745117],[-125.31470489501953,59.437103271484375],[-125.1969985961914,59.431251525878906],[-125.06302642822266,59.41512680053711],[-124.9354019165039,59.40207290649414],[-124.81075286865234,59.39310073852539],[-124.67489624023438,59.37495040893555],[-124.556396484375,59.368011474609375],[-124.42860412597656,59.35564041137695],[-124.30867004394531,59.34736251831055],[-124.18644714355469,59.33725357055664],[-124.05613708496094,59.32258987426758],[-123.93431854248047,59.312564849853516],[-123.81320190429688,59.30289077758789],[-123.6832046508789,59.28761291503906],[-123.55789947509766,59.27427673339844],[-123.44002532958984,59.26667022705078],[-123.31611633300781,59.25354766845703],[-123.19359588623047,59.24380111694336],[-123.0710220336914,59.23176574707031],[-122.94988250732422,59.2208251953125],[-122.82799530029297,59.20953369140625],[-122.70474243164062,59.19649887084961],[-122.58425903320312,59.186344146728516],[-122.46188354492188,59.17340087890625],[-122.34223175048828,59.16313934326172],[-122.2191390991211,59.149112701416016],[-122.09551239013672,59.13649368286133],[-121.9804916381836,59.12722396850586],[-121.8599853515625,59.116092681884766],[-121.73933410644531,59.10345458984375],[-121.61929321289062,59.09153747558594],[-121.50048828125,59.080101013183594],[-121.38107299804688,59.068603515625],[-121.26593780517578,59.059627532958984],[-121.1474380493164,59.04827117919922],[-121.03191375732422,59.03852081298828],[-120.91458129882812,59.02729415893555],[-120.79747772216797,59.01655197143555],[-120.68189239501953,59.00598907470703],[-120.56653594970703,58.99701690673828],[-120.45623016357422,58.98966598510742],[-120.34136199951172,58.980552673339844],[-120.22772979736328,58.9712028503418],[-120.11278533935547,58.961448669433594],[-119.99972534179688,58.95180130004883],[-119.88359069824219,58.94120788574219],[-119.77143859863281,58.9320182800293],[-119.65777587890625,58.921695709228516],[-119.54509735107422,58.912872314453125],[-119.43002319335938,58.90201187133789],[-119.31965637207031,58.893951416015625],[-119.20721435546875,58.88393783569336],[-119.09683990478516,58.87570571899414],[-118.98535919189453,58.865943908691406],[-118.87320709228516,58.85615921020508],[-118.76334381103516,58.848243713378906],[-118.6515121459961,58.837833404541016],[-118.5418930053711,58.82986068725586],[-118.42961120605469,58.81941604614258],[-118.32074737548828,58.81147766113281],[-118.21051025390625,58.801177978515625],[-118.10155487060547,58.79298400878906],[-117.99041748046875,58.783203125],[-117.88147735595703,58.77419662475586],[-117.77334594726562,58.76539611816406],[-117.6637954711914,58.756107330322266],[-117.55643463134766,58.74778366088867],[-117.44690704345703,58.738014221191406],[-117.33989715576172,58.730716705322266],[-117.23238372802734,58.72214126586914],[-117.12588500976562,58.714290618896484],[-117.01851654052734,58.70442581176758],[-116.91064453125,58.69696807861328],[-116.80284881591797,58.68703842163086],[-116.69660186767578,58.6790771484375],[-116.58882904052734,58.66987609863281],[-116.48344421386719,58.661991119384766],[-116.37798309326172,58.653316497802734],[-116.27081298828125,58.644901275634766],[-116.16683197021484,58.637550354003906],[-116.06057739257812,58.628421783447266],[-115.95577239990234,58.621063232421875],[-115.85054779052734,58.611793518066406],[-115.74681854248047,58.60535430908203],[-115.64173126220703,58.59522247314453],[-115.53812408447266,58.58905029296875],[-115.43233489990234,58.58036422729492],[-115.32927703857422,58.574249267578125],[-115.22441101074219,58.56638717651367],[-115.11991119384766,58.55946350097656],[-115.01866149902344,58.55329513549805],[-114.9134750366211,58.54522705078125],[-114.81070709228516,58.5390739440918],[-114.70759582519531,58.53152084350586],[-114.60611724853516,58.525665283203125],[-114.50334930419922,58.51858139038086],[-114.39952087402344,58.51121520996094],[-114.29695129394531,58.50360107421875],[-114.19527435302734,58.49727249145508],[-114.09291076660156,58.4898796081543],[-113.990966796875,58.48356628417969],[-113.88945007324219,58.475521087646484],[-113.7890396118164,58.46942901611328],[-113.68756866455078,58.46185302734375],[-113.58634185791016,58.4551887512207],[-113.48516845703125,58.44795227050781],[-113.38505554199219,58.441200256347656],[-113.28575897216797,58.43531799316406],[-113.1830062866211,58.426971435546875],[-113.08377838134766,58.42131042480469],[-112.9835205078125,58.413734436035156],[-112.88459777832031,58.40814208984375],[-112.78316497802734,58.400794982910156],[-112.68375396728516,58.394554138183594],[-112.58503723144531,58.387699127197266],[-112.48701477050781,58.3817138671875],[-112.38788604736328,58.37544631958008],[-112.2872085571289,58.367801666259766],[-112.19007110595703,58.36305618286133],[-112.09160614013672,58.35539627075195],[-111.99262237548828,58.349876403808594],[-111.89414978027344,58.343204498291016],[-111.79633331298828,58.33700942993164],[-111.69988250732422,58.33100509643555],[-111.60009765625,58.323814392089844],[-111.5028076171875,58.318382263183594],[-111.40381622314453,58.311363220214844],[-111.3065185546875,58.305389404296875],[-111.21024322509766,58.2992057800293],[-111.11193084716797,58.29302215576172],[-111.01393127441406,58.28655242919922],[-110.91777038574219,58.28123474121094],[-110.82080078125,58.27411651611328],[-110.72369384765625,58.26873779296875],[-110.62737274169922,58.262237548828125],[-110.53028869628906,58.256961822509766],[-110.43502807617188,58.25069046020508],[-110.33796691894531,58.24515914916992],[-110.24226379394531,58.23947525024414],[-110.147216796875,58.233436584472656],[-110.05016326904297,58.228736877441406],[-109.95391845703125,58.22182083129883],[-109.8586196899414,58.21698760986328],[-109.76203918457031,58.21021270751953],[-109.66728210449219,58.205657958984375],[-109.57260131835938,58.198455810546875],[-109.47644805908203,58.193626403808594],[-109.38172912597656,58.187782287597656],[-109.28589630126953,58.18159103393555],[-109.19116973876953,58.17577362060547],[-109.09587860107422,58.170166015625],[-109.00189208984375,58.1655387878418],[-108.90727996826172,58.158660888671875],[-108.81365203857422,58.15526580810547],[-108.7181625366211,58.148529052734375],[-108.62359619140625,58.14271545410156],[-108.5295181274414,58.13770294189453],[-108.43526458740234,58.13340759277344],[-108.34230041503906,58.12748718261719],[-108.247802734375,58.12244415283203],[-108.15413665771484,58.116905212402344],[-108.06184387207031,58.113162994384766],[-107.96924591064453,58.10771560668945],[-107.87579345703125,58.10289001464844],[-107.78125762939453,58.09770965576172],[-107.6883544921875,58.09197235107422],[-107.59676361083984,58.08771896362305],[-107.50382995605469,58.082035064697266],[-107.41130828857422,58.07823181152344],[-107.31890869140625,58.072235107421875],[-107.22671508789062,58.068214416503906],[-107.13360595703125,58.06204605102539],[-107.04167175292969,58.058109283447266],[-106.94925689697266,58.0531120300293],[-106.85806274414062,58.04883575439453],[-106.76679992675781,58.04549789428711],[-106.67316436767578,58.03923797607422],[-106.58207702636719,58.035587310791016],[-106.49056243896484,58.030860900878906],[-106.40010070800781,58.02846145629883],[-106.3038101196289,58.01798629760742],[-106.21481323242188,58.01835250854492],[-106.12458038330078,58.01390838623047],[-106.03382873535156,58.009971618652344],[-105.9418716430664,58.004581451416016],[-105.8497314453125,58.00001907348633],[-105.75997161865234,57.99689865112305],[-105.66917419433594,57.99143600463867],[-105.57820892333984,57.98859405517578],[-105.48632049560547,57.982948303222656],[-105.39676666259766,57.97962188720703],[-105.30668640136719,57.97468948364258],[-105.21434020996094,57.97048568725586],[-105.12289428710938,57.96601486206055],[-105.03252410888672,57.96100616455078],[-104.9423828125,57.95695877075195],[-104.85133361816406,57.95158386230469],[-104.7616195678711,57.94807052612305],[-104.67037963867188,57.94418716430664],[-104.58103942871094,57.94072723388672],[-104.49141693115234,57.936683654785156],[-104.4006576538086,57.932735443115234],[-104.31062316894531,57.92797088623047],[-104.2213134765625,57.92533874511719],[-104.13067626953125,57.91750717163086],[-104.04182434082031,57.917850494384766],[-103.95223999023438,57.91374206542969],[-103.8636245727539,57.910579681396484],[-103.77400207519531,57.90670394897461],[-103.68396759033203,57.90153884887695],[-103.59568786621094,57.89947509765625],[-103.50598907470703,57.8950080871582],[-103.41744995117188,57.8922233581543],[-103.32919311523438,57.88743591308594],[-103.2395248413086,57.88481903076172],[-103.1514663696289,57.880516052246094],[-103.0616683959961,57.876007080078125],[-102.97273254394531,57.87226486206055],[-102.8848648071289,57.872047424316406],[-102.79521179199219,57.86663818359375],[-102.7077407836914,57.86506271362305],[-102.61982727050781,57.861454010009766],[-102.53026580810547,57.857669830322266],[-102.44297790527344,57.85587692260742],[-102.35498809814453,57.85218048095703],[-102.26608276367188,57.849464416503906],[-102.17886352539062,57.846160888671875],[-102.08956146240234,57.84281539916992],[-102.00225067138672,57.83977508544922],[-101.91378021240234,57.83682632446289],[-101.82677459716797,57.833900451660156],[-101.73750305175781,57.83089065551758],[-101.64934539794922,57.82757568359375],[-101.56187438964844,57.82471466064453],[-101.47460174560547,57.82149124145508],[-101.38663482666016,57.81825637817383],[-101.29920959472656,57.815372467041016],[-101.21137237548828,57.811134338378906],[-101.12364959716797,57.809146881103516],[-101.03605651855469,57.804988861083984],[-100.94884490966797,57.803646087646484],[-100.86128997802734,57.80000305175781],[-100.77411651611328,57.79818344116211],[-100.6874008178711,57.79548263549805],[-100.59918212890625,57.79252243041992],[-100.51294708251953,57.790184020996094],[-100.42525482177734,57.7873420715332],[-100.33833312988281,57.78582000732422],[-100.2502212524414,57.78251266479492],[-100.16383361816406,57.78129577636719],[-100.07758331298828,57.77799987792969],[-99.98985290527344,57.776023864746094],[-99.90298461914062,57.773746490478516],[-99.81643676757812,57.77104187011719],[-99.73133850097656,57.76945114135742],[-99.64334106445312,57.765750885009766],[-99.5556869506836,57.76332473754883],[-99.46927642822266,57.761077880859375],[-99.38351440429688,57.759674072265625],[-99.29789733886719,57.75690460205078],[-99.20993041992188,57.75461196899414],[-99.12308502197266,57.75269317626953],[-99.03748321533203,57.75056076049805],[-98.951171875,57.748348236083984],[-98.8646240234375,57.745948791503906],[-98.77877044677734,57.743736267089844],[-98.6913070678711,57.742576599121094],[-98.6055908203125,57.73991012573242],[-98.51998901367188,57.73861312866211],[-98.43280029296875,57.73577117919922],[-98.34717559814453,57.73329162597656],[-98.26085662841797,57.732669830322266],[-98.17508697509766,57.72874069213867],[-98.08831024169922,57.72860336303711],[-98.00238037109375,57.725162506103516],[-97.91728973388672,57.724979400634766],[-97.8309326171875,57.721099853515625],[-97.74372100830078,57.71970748901367],[-97.65961456298828,57.718353271484375],[-97.57360076904297,57.71616744995117],[-97.48765563964844,57.71488952636719],[-97.40156555175781,57.71282196044922],[-97.31676483154297,57.711978912353516],[-97.2306137084961,57.71000289916992],[-97.14529418945312,57.70882797241211],[-97.05947875976562,57.70627212524414],[-96.9732894897461,57.705257415771484],[-96.88749694824219,57.702117919921875],[-96.80182647705078,57.7020378112793],[-96.71748352050781,57.69963455200195],[-96.63079071044922,57.69926452636719],[-96.54644012451172,57.697696685791016],[-96.46094512939453,57.69743347167969],[-96.37483215332031,57.69568634033203],[-96.2890396118164,57.69510269165039],[-96.20401000976562,57.694252014160156],[-96.1176528930664,57.69242477416992],[-96.03221130371094,57.691184997558594],[-95.94715881347656,57.69026184082031],[-95.86245727539062,57.690364837646484],[-95.77528381347656,57.68803405761719],[-95.69068908691406,57.68873596191406],[-95.60521697998047,57.6866455078125],[-95.5199966430664,57.686161041259766],[-95.43476867675781,57.684593200683594],[-95.34973907470703,57.68315887451172],[-95.26457214355469,57.6829719543457],[-95.17877960205078,57.68020248413086],[-95.09428405761719,57.680938720703125],[-95.00899505615234,57.67878723144531],[-94.92359924316406,57.67900848388672],[-94.83917236328125,57.677406311035156],[-94.75315856933594,57.676822662353516],[-94.66878509521484,57.675132751464844],[-94.5838394165039,57.675254821777344],[-94.49898529052734,57.67446517944336],[-94.41314697265625,57.6734504699707],[-94.3282241821289,57.67325973510742],[-94.24430084228516,57.671653747558594],[-94.15919494628906,57.67201614379883],[-94.0741195678711,57.670475006103516],[-93.98981475830078,57.67088317871094],[-93.90575408935547,57.66939163208008],[-93.8193359375,57.66974639892578],[-93.73405456542969,57.668174743652344],[-93.64994812011719,57.66838836669922],[-93.5647201538086,57.667625427246094],[-93.47952270507812,57.66769027709961],[-93.39527130126953,57.66693878173828],[-93.30931854248047,57.666961669921875],[-93.22547912597656,57.666683197021484],[-93.14044189453125,57.665958404541016],[-93.05513763427734,57.66604232788086],[-92.97112274169922,57.664894104003906],[-92.88600158691406,57.665855407714844],[-92.80220031738281,57.663570404052734],[-92.71644592285156,57.66472244262695],[-92.63174438476562,57.663551330566406],[-92.54723358154297,57.66374588012695],[-92.4623794555664,57.66306686401367],[-92.37860870361328,57.66191864013672],[-92.29328155517578,57.66291427612305],[-92.20867156982422,57.66164016723633],[-92.12457275390625,57.662845611572266],[-92.04012298583984,57.66093444824219],[-91.95414733886719,57.66188430786133],[-91.87097930908203,57.661441802978516],[-91.78587341308594,57.661739349365234],[-91.70111846923828,57.660648345947266],[-91.61638641357422,57.661277770996094],[-91.5325698852539,57.660850524902344],[-91.44676208496094,57.66098403930664],[-91.36304473876953,57.660614013671875],[-91.2785873413086,57.661067962646484],[-91.1939697265625,57.661128997802734],[-91.10943603515625,57.66103744506836],[-91.02458953857422,57.660743713378906],[-90.94175720214844,57.66117477416992],[-90.8553466796875,57.6615104675293],[-90.77163696289062,57.66128158569336],[-90.68724822998047,57.66201400756836],[-90.60234069824219,57.66160202026367],[-90.51785278320312,57.661861419677734],[-90.4332275390625,57.66105651855469],[-90.34868621826172,57.66097640991211],[-90.26441192626953,57.660606384277344],[-90.18063354492188,57.660099029541016],[-90.09618377685547,57.66038131713867],[-90.01036834716797,57.65903091430664],[-89.92660522460938,57.6600456237793],[-89.84298706054688,57.65887451171875],[-89.75789642333984,57.659873962402344],[-89.67385864257812,57.65846252441406],[-89.58966827392578,57.6585693359375],[-89.50589752197266,57.65944290161133],[-89.4209213256836,57.65827941894531],[-89.33659362792969,57.65913009643555],[-89.2518539428711,57.65815734863281],[-89.16691589355469,57.65913772583008],[-89.08326721191406,57.658203125],[-88.99880981445312,57.658935546875],[-88.91409301757812,57.65866470336914],[-88.82910919189453,57.65887451171875],[-88.74530792236328,57.65922927856445],[-88.66088104248047,57.65902328491211],[-88.57645416259766,57.659889221191406],[-88.4916000366211,57.65900802612305],[-88.40689086914062,57.65986633300781],[-88.32217407226562,57.659664154052734],[-88.23838806152344,57.66020965576172],[-88.15493774414062,57.66022872924805],[-88.06832122802734,57.661170959472656],[-87.9837417602539,57.66059112548828],[-87.89981842041016,57.66162109375],[-87.81523132324219,57.66135025024414],[-87.73020935058594,57.662288665771484],[-87.64661407470703,57.6619873046875],[-87.5602035522461,57.66320037841797],[-87.47689056396484,57.66303253173828],[-87.39189147949219,57.66392135620117],[-87.30699920654297,57.66422653198242],[-87.22301483154297,57.66423416137695],[-87.13780975341797,57.66614532470703],[-87.05455780029297,57.66455078125],[-86.96846008300781,57.667137145996094],[-86.88360595703125,57.66630935668945],[-86.799072265625,57.668434143066406],[-86.71405029296875,57.6678466796875],[-86.6282958984375,57.66899108886719],[-86.54420471191406,57.66998291015625],[-86.45906829833984,57.67021942138672],[-86.37454986572266,57.67143249511719],[-86.28972625732422,57.671512603759766],[-86.20519256591797,57.67312240600586],[-86.11970520019531,57.67399597167969],[-86.03480529785156,57.67499542236328],[-85.94969940185547,57.67498016357422],[-85.8646011352539,57.676536560058594],[-85.78028869628906,57.67680358886719],[-85.69397735595703,57.67811965942383],[-85.60975646972656,57.67844772338867],[-85.52423095703125,57.679962158203125],[-85.43943786621094,57.68085479736328],[-85.3542709350586,57.68264389038086],[-85.26853942871094,57.68360137939453],[-85.1845703125,57.6851692199707],[-85.09703063964844,57.68734359741211],[-85.01262664794922,57.688011169433594],[-84.92689514160156,57.69072341918945],[-84.84152221679688,57.691158294677734],[-84.75523376464844,57.69436264038086],[-84.66973114013672,57.6945915222168],[-84.58362579345703,57.697547912597656],[-84.49847412109375,57.698150634765625],[-84.41326141357422,57.7009162902832],[-84.32792663574219,57.702239990234375],[-84.24101257324219,57.70338821411133],[-84.15495300292969,57.706886291503906],[-84.0708236694336,57.707210540771484],[-83.98394775390625,57.710357666015625],[-83.89820861816406,57.710853576660156],[-83.81230163574219,57.71373748779297],[-83.72805786132812,57.71534729003906],[-83.63998413085938,57.717411041259766],[-83.55473327636719,57.718971252441406],[-83.4686279296875,57.721248626708984],[-83.38200378417969,57.72364807128906],[-83.2959976196289,57.7252311706543],[-83.21012115478516,57.727333068847656],[-83.12434387207031,57.72963333129883],[-83.0376205444336,57.73187255859375],[-82.95175170898438,57.73383712768555],[-82.864990234375,57.73655319213867],[-82.77871704101562,57.738319396972656],[-82.69099426269531,57.742225646972656],[-82.60601806640625,57.74260711669922],[-82.51822662353516,57.746341705322266],[-82.4315185546875,57.748130798339844],[-82.3449935913086,57.75146484375],[-82.25859069824219,57.7534294128418],[-82.17053985595703,57.7559928894043],[-82.0843505859375,57.758846282958984],[-81.99742889404297,57.761077880859375],[-81.90957641601562,57.76460647583008],[-81.82402038574219,57.76602554321289],[-81.736083984375,57.769744873046875],[-81.65103912353516,57.77104187011719],[-81.56290435791016,57.774356842041016],[-81.47636413574219,57.77659225463867],[-81.3892593383789,57.77912902832031],[-81.30131530761719,57.78235626220703],[-81.2162857055664,57.78316116333008],[-81.128173828125,57.787471771240234],[-81.04194641113281,57.78881072998047],[-80.9538345336914,57.79302215576172],[-80.86687469482422,57.794193267822266],[-80.77850341796875,57.79785919189453],[-80.69269561767578,57.800537109375],[-80.6043472290039,57.803314208984375],[-80.51750946044922,57.80586242675781],[-80.42976379394531,57.80919647216797],[-80.34339141845703,57.81226348876953],[-80.25468444824219,57.8153190612793],[-80.16719818115234,57.81793212890625],[-80.07960510253906,57.82109451293945],[-79.9924545288086,57.824546813964844],[-79.90483093261719,57.827396392822266],[-79.81657409667969,57.83057403564453],[-79.72975158691406,57.83312225341797],[-79.64077758789062,57.837528228759766],[-79.55375671386719,57.8398551940918],[-79.46481323242188,57.84397506713867],[-79.37669372558594,57.84653091430664],[-79.28974151611328,57.84980773925781],[-79.2012710571289,57.85336685180664],[-79.11273956298828,57.85597610473633],[-79.02558135986328,57.85971450805664],[-78.93768310546875,57.86220932006836],[-78.8492431640625,57.8665771484375],[-78.76041412353516,57.86882400512695],[-78.6724853515625,57.8729133605957],[-78.58493041992188,57.87520980834961],[-78.49625396728516,57.879634857177734],[-78.40885925292969,57.88232421875],[-78.3193130493164,57.8853645324707],[-78.23095703125,57.88988494873047],[-78.14295959472656,57.892189025878906],[-78.05376434326172,57.89671325683594],[-77.96455383300781,57.89923095703125],[-77.87589263916016,57.90379333496094],[-77.78897857666016,57.90652084350586],[-77.69815063476562,57.91047286987305],[-77.6081771850586,57.91453170776367],[-77.5202865600586,57.917823791503906],[-77.4309310913086,57.92158889770508],[-77.34144592285156,57.92464065551758],[-77.25261688232422,57.92890930175781],[-77.16275787353516,57.932586669921875],[-77.07337951660156,57.93571090698242],[-76.98506164550781,57.938480377197266],[-76.89509582519531,57.94281005859375],[-76.80538177490234,57.94691467285156],[-76.71472930908203,57.9514045715332],[-76.6275863647461,57.952064514160156],[-76.53645324707031,57.95741653442383],[-76.44664764404297,57.96010971069336],[-76.35663604736328,57.96510696411133],[-76.26703643798828,57.968055725097656],[-76.1753158569336,57.97288131713867],[-76.08585357666016,57.97696304321289],[-75.99510192871094,57.98090362548828],[-75.90435791015625,57.98515701293945],[-75.81532287597656,57.988136291503906],[-75.7236557006836,57.99406051635742],[-75.63489532470703,57.99630355834961],[-75.5414810180664,58.00274658203125],[-75.45105743408203,58.0056037902832],[-75.35882568359375,58.01143264770508],[-75.26748657226562,58.014671325683594],[-75.17610931396484,58.019447326660156],[-75.08617401123047,58.02383041381836],[-74.99365997314453,58.02839279174805],[-74.90167236328125,58.03339767456055],[-74.81114196777344,58.03667449951172],[-74.7196273803711,58.040771484375],[-74.62782287597656,58.04615783691406],[-74.53508758544922,58.050907135009766],[-74.4436264038086,58.054954528808594],[-74.35116577148438,58.059974670410156],[-74.2603530883789,58.06441116333008],[-74.1662368774414,58.06999206542969],[-74.07489776611328,58.07329177856445],[-73.98194122314453,58.07939529418945],[-73.89077758789062,58.08311462402344],[-73.79811096191406,58.08833694458008],[-73.70436096191406,58.093727111816406],[-73.61227416992188,58.0988655090332],[-73.51851654052734,58.1057014465332],[-73.42577362060547,58.10958480834961],[-73.3306655883789,58.11670684814453],[-73.23737335205078,58.12095642089844],[-73.14383697509766,58.127830505371094],[-73.04991149902344,58.13227462768555],[-72.95477294921875,58.138824462890625],[-72.86175537109375,58.14400863647461],[-72.76766967773438,58.14970397949219],[-72.67324829101562,58.15549850463867],[-72.57843780517578,58.16008758544922],[-72.48348999023438,58.16703796386719],[-72.39016723632812,58.17173385620117],[-72.29363250732422,58.17841720581055],[-72.19842529296875,58.18446731567383],[-72.10285186767578,58.190406799316406],[-72.00897216796875,58.1964111328125],[-71.9131088256836,58.20152282714844],[-71.81706237792969,58.20777893066406],[-71.72112274169922,58.212738037109375],[-71.627197265625,58.21684646606445],[-71.53141021728516,58.22440719604492],[-71.43273162841797,58.23179244995117],[-71.33572387695312,58.2380485534668],[-71.24089050292969,58.24333190917969],[-71.14311218261719,58.2501220703125],[-71.04592895507812,58.25659942626953],[-70.95110321044922,58.26093673706055],[-70.85234069824219,58.26976776123047],[-70.7573013305664,58.274269104003906],[-70.65802001953125,58.28211975097656],[-70.56124877929688,58.287113189697266],[-70.46383666992188,58.29397964477539],[-70.36431121826172,58.30210494995117],[-70.26852416992188,58.306888580322266],[-70.16841888427734,58.315040588378906],[-70.07084655761719,58.32061004638672],[-69.97232055664062,58.32828140258789],[-69.87572479248047,58.3337516784668],[-69.77489471435547,58.34054183959961],[-69.67677307128906,58.34795379638672],[-69.57740783691406,58.35516357421875],[-69.47811126708984,58.362064361572266],[-69.3791732788086,58.367977142333984],[-69.27933502197266,58.37632369995117],[-69.18055725097656,58.381736755371094],[-69.07942199707031,58.39018249511719],[-68.9795150756836,58.397403717041016],[-68.87958526611328,58.404075622558594],[-68.77882385253906,58.4109001159668],[-68.67697143554688,58.41944122314453],[-68.57714080810547,58.42745590209961],[-68.4752426147461,58.43506622314453],[-68.37403106689453,58.44308090209961],[-68.27372741699219,58.44983673095703],[-68.1717529296875,58.45780563354492],[-68.07061004638672,58.46529006958008],[-67.96862030029297,58.472450256347656],[-67.86783599853516,58.47960662841797],[-67.76554107666016,58.487056732177734],[-67.66441345214844,58.49473190307617],[-67.5612564086914,58.50272750854492],[-67.45982360839844,58.50899124145508],[-67.35562133789062,58.51802062988281],[-67.25425720214844,58.524600982666016],[-67.1506576538086,58.53351974487305],[-67.04841613769531,58.54001235961914],[-66.94609069824219,58.547637939453125],[-66.84165954589844,58.55636215209961],[-66.7388687133789,58.56275177001953],[-66.63420867919922,58.57162857055664],[-66.53287506103516,58.57668685913086],[-66.42948913574219,58.58430862426758],[-66.3254623413086,58.59109115600586],[-66.22005462646484,58.59922790527344],[-66.11713409423828,58.60663986206055],[-66.01163482666016,58.61521911621094],[-65.90321350097656,58.626319885253906],[-65.80330657958984,58.627689361572266],[-65.69668579101562,58.63844299316406],[-65.59166717529297,58.646034240722656],[-65.48847198486328,58.65145492553711],[-65.3779525756836,58.6638069152832],[-65.27549743652344,58.66891098022461],[-65.1766128540039,58.671669006347656],[-65.06614685058594,58.682098388671875],[-64.96237182617188,58.68750762939453],[-64.85784912109375,58.693912506103516],[-64.74110412597656,58.710689544677734],[-64.64358520507812,58.71049880981445],[-64.53575134277344,58.719505310058594],[-64.43197631835938,58.72343444824219],[-64.31715393066406,58.738773345947266],[-64.2164306640625,58.7405891418457],[-64.09954071044922,58.75606155395508],[-63.989925384521484,58.76612854003906],[-63.86681365966797,58.78773498535156],[-63.778480529785156,58.77857971191406],[-63.658451080322266,58.795623779296875],[-63.54641342163086,58.80662536621094],[-63.4446907043457,58.808719635009766],[-63.3331413269043,58.818538665771484],[-63.211029052734375,58.83746337890625],[-63.09597396850586,58.85072708129883],[-62.98497772216797,58.85920715332031],[-62.87307357788086,58.86996841430664],[-62.76381301879883,58.87745666503906],[-62.64878463745117,58.88833999633789],[-62.53772735595703,58.89775466918945],[-62.42445373535156,58.90766525268555],[-62.31205368041992,58.91653823852539],[-62.198020935058594,58.92697525024414],[-62.08576583862305,58.93627166748047],[-61.971126556396484,58.94626998901367],[-61.85831832885742,58.95561599731445],[-61.74305725097656,58.96616744995117],[-61.629215240478516,58.9759521484375],[-61.513671875,58.986446380615234],[-61.39850997924805,58.99592971801758],[-61.28513717651367,59.00627899169922],[-61.167335510253906,59.01708984375],[-61.05193328857422,59.02703094482422],[-60.935791015625,59.037208557128906],[-60.81962203979492,59.04732894897461],[-60.700836181640625,59.05852127075195],[-60.583839416503906,59.06875228881836],[-60.466121673583984,59.07942199707031],[-60.34931564331055,59.08978271484375],[-60.23111343383789,59.100494384765625],[-60.11248016357422,59.11166763305664],[-59.993919372558594,59.121337890625],[-59.87282943725586,59.13393020629883],[-59.75590896606445,59.143192291259766],[-59.63429260253906,59.15578842163086],[-59.51531219482422,59.16542434692383],[-59.39461898803711,59.17731857299805],[-59.27347183227539,59.1890869140625],[-59.15275573730469,59.199581146240234],[-59.03013229370117,59.21147155761719],[-58.90862274169922,59.222537994384766],[-58.785308837890625,59.234764099121094],[-58.662933349609375,59.24561309814453],[-58.53963088989258,59.257530212402344],[-58.41600799560547,59.26959228515625],[-58.292545318603516,59.28095626831055],[-58.167728424072266,59.29340744018555],[-58.04420471191406,59.30425262451172],[-57.91819763183594,59.31793212890625],[-57.79316711425781,59.32858657836914],[-57.666114807128906,59.34157943725586],[-57.5410270690918,59.35329818725586],[-57.413455963134766,59.36613845825195],[-57.28814697265625,59.37840270996094],[-57.157840728759766,59.39125442504883],[-57.03095626831055,59.40290451049805],[-56.901954650878906,59.41639709472656],[-56.77341842651367,59.42859649658203],[-56.64287567138672,59.44214630126953],[-56.515052795410156,59.45395278930664],[-56.38121032714844,59.468162536621094],[-56.25270080566406,59.48063278198242],[-56.12101745605469,59.494136810302734],[-55.98786926269531,59.507450103759766],[-55.85700988769531,59.520286560058594],[-55.72175216674805,59.53523635864258],[-55.59388732910156,59.54570007324219],[-55.455108642578125,59.56220245361328],[-55.32364273071289,59.57400894165039],[-55.18619918823242,59.58963394165039],[-55.05253601074219,59.601863861083984],[-54.914268493652344,59.61634826660156],[-54.77851104736328,59.631473541259766],[-54.64204406738281,59.64449691772461],[-54.50397872924805,59.65987777709961],[-54.36818313598633,59.672813415527344],[-54.22784423828125,59.68851852416992],[-54.08746337890625,59.703121185302734],[-53.947853088378906,59.71772384643555],[-53.80867004394531,59.73194885253906],[-53.66652297973633,59.747135162353516],[-53.52615737915039,59.761962890625],[-53.38248062133789,59.777225494384766],[-53.24181365966797,59.79145431518555],[-53.095863342285156,59.807857513427734],[-52.95370101928711,59.82292556762695],[-52.80735397338867,59.83885192871094],[-52.66267395019531,59.8537483215332],[-52.515953063964844,59.870357513427734],[-52.36930465698242,59.886268615722656],[-52.2197151184082,59.90211868286133],[-52.071624755859375,59.9188117980957],[-51.9244384765625,59.93421936035156],[-51.77183532714844,59.951961517333984],[-51.62151336669922,59.967247009277344],[-51.4697265625,59.98475646972656],[-51.3204231262207,60.00053787231445],[-51.16582489013672,60.018306732177734],[-51.01412582397461,60.0345573425293],[-50.86033630371094,60.051109313964844],[-50.70099639892578,60.07085037231445],[-50.54830551147461,60.08641052246094],[-50.38815689086914,60.10572814941406],[-50.231590270996094,60.12196350097656],[-50.07105255126953,60.141143798828125],[-49.91470718383789,60.15874481201172],[-49.75189971923828,60.17692565917969],[-49.58936309814453,60.195579528808594],[-49.42647933959961,60.21391677856445],[-49.26168441772461,60.233482360839844],[-49.097618103027344,60.251564025878906],[-48.93150329589844,60.27106857299805],[-48.765499114990234,60.29032897949219],[-48.597801208496094,60.30971145629883],[-48.42930603027344,60.32919692993164],[-48.259613037109375,60.348846435546875],[-48.0900993347168,60.368778228759766],[-47.91290283203125,60.38990020751953],[-47.7435417175293,60.40874099731445],[-47.56824493408203,60.429683685302734],[-47.39230728149414,60.450557708740234],[-47.218482971191406,60.471107482910156],[-47.036041259765625,60.492919921875],[-46.85733413696289,60.5135612487793],[-46.67504119873047,60.53583526611328],[-46.49459457397461,60.5568962097168],[-46.309173583984375,60.579673767089844],[-46.12771987915039,60.60048294067383],[-45.952701568603516,60.618141174316406],[-45.75560760498047,60.64508056640625],[-45.59495162963867,60.65557098388672],[-45.3702392578125,60.69249725341797],[-45.2490234375,60.68622589111328],[-45.06208419799805,60.70689010620117],[-44.87565994262695,60.7271728515625],[-44.610694885253906,60.77911376953125],[-44.45106506347656,60.787540435791016],[-44.29631423950195,60.7939453125],[-44.103904724121094,60.814483642578125],[-43.84354019165039,60.86170196533203],[-43.58920669555664,60.907142639160156],[-43.37046432495117,60.936065673828125],[-43.1907844543457,60.950477600097656],[-42.99845504760742,60.969017028808594],[-42.72085952758789,61.02009963989258],[-42.50139236450195,61.047645568847656],[-42.280555725097656,61.075382232666016],[-42.05690002441406,61.10368728637695],[-41.829925537109375,61.13256072998047],[-41.6030158996582,61.16144561767578],[-41.370506286621094,61.1911735534668],[-41.140743255615234,61.22002410888672],[-40.8978271484375,61.25191116333008],[-40.66010665893555,61.28220748901367],[-40.41377639770508,61.31409454345703],[-40.16748809814453,61.345577239990234],[-39.91765594482422,61.378318786621094],[-39.66366195678711,61.41149139404297],[-39.40317916870117,61.44470977783203],[-39.14128112792969,61.47954177856445],[-38.87975311279297,61.513004302978516],[-38.60317611694336,61.550514221191406],[-38.332275390625,61.584312438964844],[-38.048885345458984,61.622894287109375],[-37.7718391418457,61.65822982788086],[-37.477474212646484,61.69837951660156],[-37.187862396240234,61.73583221435547],[-36.88848876953125,61.77511978149414],[-36.57232666015625,61.818695068359375],[-36.26642990112305,61.85826110839844],[-35.93999099731445,61.90292739868164],[-35.61497116088867,61.94548034667969],[-35.27238464355469,61.99276351928711],[-34.93777847290039,62.03720474243164],[-34.580406188964844,62.085052490234375],[-34.20464324951172,62.1370735168457],[-33.835933685302734,62.1864128112793],[-33.443180084228516,62.240901947021484],[-33.0433464050293,62.294708251953125],[-32.62321472167969,62.35334014892578],[-32.1912727355957,62.41194534301758],[-31.735387802124023,62.47521209716797],[-31.264482498168945,62.539894104003906],[-30.763029098510742,62.60979461669922],[-30.241016387939453,62.68245315551758],[-29.64266586303711,62.768131256103516],[-29.057355880737305,62.848411560058594],[-28.38556671142578,62.943702697753906],[-27.66077423095703,63.045372009277344],[-26.824785232543945,63.164737701416016],[-25.873798370361328,63.29848861694336],[-24.609580993652344,63.479007720947266],[-22.469186782836914,63.78604507446289]]]}]}'),Ve=JSON.parse('{"type":"GeometryCollection","geometries":[{"type":"Polygon","coordinates":[[[-155,56.55],[-152.1,55.75],[-148.2,54.4],[-144.25,52.7],[-141.55,51.3],[-138.9,49.7],[-135.95,47.6],[-133.35,45.4],[-130.45,42.45],[-128.75,40.4],[-126.55,37.3],[-124.75,34.25],[-123.1,30.9],[-121.75,27.6],[-120.65,24.35],[-119.95,21.9],[-118.9,17.5],[-112.45,17.4],[-112.4,17.35],[-109.25,17.35],[-109.2,17.3],[-99.65,17.25],[-99.6,17.2],[-82.75,17.2],[-82.7,17.25],[-69.85,17.35],[-69.8,17.4],[-67.05,17.4],[-67,17.45],[-63.95,17.5],[-62.95,21.7],[-62.1,24.65],[-61.05,27.75],[-59.7,31.1],[-58.4,33.85],[-56.55,37.15],[-54.9,39.65],[-53.15,41.95],[-51.45,43.9],[-49.25,46.1],[-47.35,47.75],[-44.7,49.75],[-40.75,52.2],[-37.25,53.95],[-33.05,55.65],[-28.65,57.05],[-24.5,58.05],[-24.5,63.5],[-32.5,62.35],[-40.35,61.3],[-42.65,61.05],[-43,60.95],[-43.4,60.95],[-44.1,60.8],[-45.9,60.65],[-51.55,59.95],[-57.9,59.3],[-62.95,58.9],[-64.05,58.75],[-65.45,58.7],[-65.5,58.65],[-71.1,58.3],[-71.15,58.25],[-73.6,58.15],[-73.65,58.1],[-79.3,57.9],[-79.35,57.85],[-80.7,57.85],[-80.75,57.8],[-87.35,57.7],[-87.4,57.65],[-95.25,57.65],[-95.3,57.7],[-98.3,57.7],[-98.35,57.75],[-101.7,57.8],[-101.75,57.85],[-103.1,57.85],[-103.15,57.9],[-108.65,58.1],[-108.7,58.15],[-111.1,58.25],[-111.15,58.3],[-112.65,58.35],[-112.7,58.4],[-117.45,58.7],[-124.25,59.3],[-124.3,59.35],[-125.4,59.4],[-135.7,60.5],[-136.05,60.6],[-138.05,60.8],[-138.35,60.9],[-138.75,60.95],[-138.95,60.9],[-139.2,61],[-139.65,61.05],[-139.8,61],[-140.35,61.15],[-142.4,61.35],[-142.7,61.45],[-144.25,61.6],[-146.05,61.9],[-147.25,62],[-148.25,62.2],[-155,63.1],[-155,56.55]]]}]}');var Ee=[];function Re(e){return new Promise((function(t,n){var o=document.createElement("link");o.rel="preload",o.as="image",o.onload=function(){t(o)},o.onerror=o.onabort=function(){n(e)},o.href=e,document.body.appendChild(o),Ee.push(o)}))}function We(e){Ee.forEach((function(e){e.remove()})),Ee=[];var t=e.map((function(e){return Re(e)}));return t}function Ne(){return(0,c.sH)(this,void 0,Promise,(function(){var e;return(0,c.YH)(this,(function(t){return console.log("fetching manifest"),e="https://raw.githubusercontent.com/johnarban/tempo-data-holdings/main/manifest.json",[2,fetch("".concat(e,"?version=").concat(Date.now(),"}")).then((function(e){return e.json()})).catch((function(){return fetch(e).then((function(e){return e.json()}))}))]}))}))}function ze(){return(0,c.sH)(this,void 0,Promise,(function(){var e,t,n,o;return(0,c.YH)(this,(function(a){switch(a.label){case 0:return[4,Ne()];case 1:return e=a.sent(),t=e.early_release,n=e.released,o=e.clouds,[2,{early_release:t.timestamps,released:n.timestamps,clouds:o.timestamps}]}}))}))}var Ae=[],Pe=[],je=[],Be=[169883892e4,169884132e4,169884372e4,169884612e4,169884852e4,169885212e4,169885572e4,169885932e4,169886292e4,169886652e4,169887012e4,169887372e4,169887612e4,169887852e4,169888092e4,169901172e4,169901412e4,169901652e4,169901892e4,169902132e4,169902492e4,169902852e4,169903212e4,169903572e4,169903932e4,169904292e4,169904652e4,169904892e4,169905132e4,169905372e4,171162618e4,171162864e4,171163104e4,171163344e4,171163704e4,171164064e4,171164424e4,171164784e4,171165144e4,171165504e4,171165864e4,171166224e4,171166584e4,171166824e4],Ge=Be,He=new URLSearchParams(window.location.search),qe="true"===He.get("hideintro"),Ke=!!qe||"true"===window.localStorage.getItem("dontShowIntro");function Ye(e,t,n){return void 0===t&&(t=2),void 0===n&&(n="0"),e.toString().padStart(t,n)}const $e=(0,i.pM)({data:function(){var e,t="false"!==(null===(e=new URLSearchParams(window.location.search).get("splash"))||void 0===e?void 0:e.toLowerCase()),n=new(xe().LatLngBounds)(new(xe().LatLng)(17.025,-154.975),new(xe().LatLng)(63.975,-24.475)),o=new(xe().LatLngBounds)(new(xe().LatLng)(14.01,-167.99),new(xe().LatLng)(72.99,-13.01)),a=xe().geoJSON(_e,{style:{color:"#c10124",fillColor:"transparent",weight:1,opacity:.8}}),i=[new Date(2023,10,1),new Date(2023,10,3),new Date(2024,2,28)],r=["Nov 1","Nov 3","Mar 28"],l=[[{latlng:[34.359786,-111.700124],zoom:7,text:"Arizona Urban Traffic and Fires",index:Ge.indexOf(169884852e4)},{latlng:[36.1716,-115.1391],zoom:7,text:"Las Vegas: Fairly Constant Levels All Day",index:Ge.indexOf(169884852e4)}],[{latlng:[36.215934,-119.7775],zoom:6,text:"California Traffic and Agriculture",index:Ge.indexOf(169902132e4)},{latlng:[41.85726,-80.531177],zoom:5,text:"Northeast: Large Emissions Plumes",index:Ge.indexOf(169901412e4)}],[{latlng:[31.938392,-99.095785],zoom:6,text:"Texas Oil and Gas Production",index:Ge.indexOf(171163104e4)},{latlng:[31.331933,-91.575283],zoom:8,text:"LA/MS Fires",index:Ge.indexOf(171164424e4)}]],s=[["

NO2 increases during daily rush hour. In Phoenix, notice the high levels of NO2 early in the morning, dip down during the day, then start to build back up during the evening commute.

Fires can be seen between Phoenix and Flagstaff. These are most easily identified as hot spots of NO2 that appear quickly.

","

In this data Las Vegas has less daily variation than many other cities.

"],["

Los Angeles clearly stands out. NO2 values are even higher than the maximum of our color bar. You can clearly see the highways including Route 10 between San Bernardino and Mexicali and Route 15 leading from San Bernardino towards Las Vegas. A significant amount of NO2 in California’s central valley is a byproduct of agricultural activity there. Excess fertilizer in the soil gets broken down by microbes to produce nitrogen oxides which are very reactive. Emissions that don’t come from combustion are typically much harder to see, but the Central Valley is an area where TEMPO data may reveal this agricultural source of pollution.

","

Air pollution is often transported, or moved, over great distances. In this data set large plumes can be seen over the Northeast. If you look closely you can see that many of these plumes appear to originate out of cities in the midwest including Nashville, St. Louis, and Memphis.

"],["

The Permian basin, near Odessa, has two large plumes of NO2. This is the largest oil and gas producing area in the USA. You can also see here how pollution from a source in one state (Texas) can be transported across state lines to New Mexico.

","

Two fires can be seen popping up south and east of Alexandria. These are most easily identified as hot spots of NO2 that appear quickly.

"]],u=.9;return{showSplashScreen:t,sheet:null,layersLoaded:!1,positionSet:!1,accentColor:"#068ede",accentColor2:"#ffd302",buttonColor:"#ffffff",introSlide:1,inIntro:!Ke,dontShowIntro:Ke,radio:null,sublocationRadio:null,touchscreen:!1,playInterval:null,map:null,basemap:null,novDecBounds:n,marchBounds:new(xe().LatLngBounds)(new(xe().LatLng)(14.01,-167.99),new(xe().LatLng)(72.99,-13.01)),bounds:o.toBBoxString().split(",").map(parseFloat),fieldOfRegardLayer:a,locationsOfInterest:l,locationsOfInterestText:s,datesOfInterest:i,dateStrings:r,customImageUrl:"",selectedTimezone:"US/Eastern",timestep:0,timeIndex:0,minIndex:0,maxIndex:Ge.length-1,timeValues:(0,c.fX)([],(0,c.zs)(Array(Ge.length).keys()),!1),playing:!1,imageOverlay:new(xe().ImageOverlay)("",n,{opacity:u,interactive:!1}),opacity:u,timestamps:Ge,erdTimestamps:Ae,newTimestamps:Pe,fosterTimestamps:Be,preload:!0,singleDateSelected:new Date,searchOpen:!0,searchErrorMessage:null,showControls:!0,showFieldOfRegard:!0,showCredits:!1,loadedImagesProgress:0,useHighRes:!1,cloudOverlay:new(xe().ImageOverlay)("",n,{opacity:u,interactive:!1}),cloudTimestamps:je,showClouds:!1}},created:function(){this.touchscreen="ontouchstart"in window||"ontouchstart"in document.documentElement||!!window.navigator.msPointerEnabled,this.updateTimestamps()},mounted:function(){var e=this;this.showSplashScreen=!1,this.map=xe().map("map",{zoomControl:!1}).setView([40.044,-98.789],4,{crs:xe().CRS.EPSG4326});var t=xe().Control.zoomHome(),n=t._zoomHome.bind(t);t._zoomHome=function(t){n(),e.sublocationRadio=null},t.addTo(this.map),this.addCoastlines();var o=this.map.createPane("labels");o.style.zIndex="650",o.style.pointerEvents="none",this.basemap=xe().tileLayer("https://tiles.stadiamaps.com/tiles/stamen_toner_lines/{z}/{x}/{y}{r}.png",{minZoom:0,maxZoom:20,attribution:'© Stadia Maps © Stamen Design © OpenMapTiles © OpenStreetMap contributors',pane:"labels"}).addTo(this.map),xe().tileLayer("https://tiles.stadiamaps.com/tiles/stamen_toner_labels/{z}/{x}/{y}{r}.png",{minZoom:0,maxZoom:20,attribution:'© Stadia Maps © Stamen Design © OpenMapTiles © OpenStreetMap contributors',pane:"labels"}).addTo(this.map),this.singleDateSelected=this.uniqueDays[this.uniqueDays.length-1],this.imageOverlay.setUrl(this.imageUrl).addTo(this.map),this.cloudOverlay.setUrl(this.cloudUrl).addTo(this.map),this.updateFieldOfRegard(),this.showFieldOfRegard&&this.fieldOfRegardLayer.addTo(this.map)},computed:{smallSize:function(){return this.$vuetify.display.smAndDown},mobile:function(){return this.smallSize&&this.touchscreen},cssVars:function(){return{"--accent-color":this.accentColor,"--accent-color-2":this.accentColor2,"--app-content-height":this.showTextSheet?"66%":"100%"}},showTextSheet:{get:function(){return"text"===this.sheet},set:function(e){this.selectSheet("text")}},showVideoSheet:{get:function(){return"video"===this.sheet},set:function(e){if(this.selectSheet("video"),!e){var t=document.querySelector("#info-video");t.pause()}}},timestamp:function(){return this.timestamps[this.timeIndex]},date:function(){return new Date(this.timestamp)},dateIsDST:function(){var e=(0,Le.Zn)(this.selectedTimezone,new Date(this.date.getUTCFullYear(),0,1)),t=(0,Le.Zn)(this.selectedTimezone,this.date);return console.log("standard: ".concat(e/36e5,", current ").concat(t/36e5)),e!==t},timezoneOptions:function(){return[{tz:"US/Eastern",name:this.dateIsDST?"Eastern Daylight":"Eastern Standard"},{tz:"US/Central",name:this.dateIsDST?"Central Daylight":"Central Standard"},{tz:"US/Mountain",name:this.dateIsDST?"Mountain Daylight":"Mountain Standard"},{tz:"US/Arizona",name:"Mountain Standard"},{tz:"US/Pacific",name:this.dateIsDST?"Pacific Daylight":"Pacific Standard"},{tz:"US/Alaska",name:this.dateIsDST?"Alaska Daylight":"Alaska Standard"},{tz:"UTC",name:"UTC"}]},thumbLabel:function(){var e=(0,Le.Zn)(this.selectedTimezone,this.date),t=new Date(this.timestamp+e),n=t.getUTCHours(),o=n>=12?"PM":"AM",a=n%12;return 0===a&&(a=12),"".concat(this.date.getUTCMonth()+1,"/").concat(t.getUTCDate(),"/").concat(t.getUTCFullYear()," ").concat(a,":").concat(t.getUTCMinutes().toString().padStart(2,"0")," ").concat(o)},imageName:function(){return this.getTempoFilename(this.date)},imageUrl:function(){if(this.customImageUrl)return this.customImageUrl;var e=this.getTempoDataUrl(this.timestamp);return e+this.imageName},cloudUrl:function(){return this.showClouds&&this.cloudTimestamps.includes(this.timestamp)?this.getCloudFilename(this.date):""},cloudDataAvailable:function(){return this.cloudTimestamps.includes(this.timestamp)},whichDataSet:function(){return this.fosterTimestamps.includes(this.timestamp)?"TEMPO-lite":this.erdTimestamps.includes(this.timestamp)?"Early Release (V01)":this.newTimestamps.includes(this.timestamp)?"Level 3 (V03)":"Unknown"},newBounds:function(){return new(xe().LatLngBounds)(new(xe().LatLng)(this.bounds[1],this.bounds[0]),new(xe().LatLng)(this.bounds[3],this.bounds[2]))},imageBounds:function(){return 2023===this.date.getUTCFullYear()?this.novDecBounds:2024===this.date.getUTCFullYear()&&2===this.date.getUTCMonth()?this.marchBounds:this.newBounds},uniqueDays:function(){var e=function(e){return(0,Le.Zn)("US/Eastern",e)},t=this.timestamps.map((function(t){return new Date(t+e(new Date(t)))})),n=t.map((function(e){return new Date(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()).getTime()})),o=Array.from(new Set(n));return o.map((function(e){return new Date(e)}))},highresAvailable:function(){return this.newTimestamps.includes(this.timestamp)}},methods:{cividis:function(e){return Te(e)},svs:function(e){return Oe(e)},cbarNO2:function(e){var t=Ie(0,1,e);return"rgba(".concat(t[0],", ").concat(t[1],", ").concat(t[2],",1)")},cbarNO2ColorsRevised2023:function(e){var t=Ue(0,1,e);return"rgba(".concat(t[0],", ").concat(t[1],", ").concat(t[2],",1)")},blurActiveElement:function(){var e=document.activeElement;e instanceof HTMLElement&&e.blur()},closeSplashScreen:function(){this.showSplashScreen=!1},selectSheet:function(e){var t=this;this.sheet===e?(this.sheet=null,this.$nextTick((function(){t.blurActiveElement()}))):this.sheet=e},addCoastlines:function(){var e=this;fetch("coastlines.geojson").then((function(e){return e.json()})).then((function(t){xe().geoJson(t,{style:{color:"black",weight:1,opacity:.8}}).addTo(e.map)}))},geocodingInfoForSearch:function(e){return(0,c.sH)(this,void 0,Promise,(function(){return(0,c.YH)(this,(function(t){return[2,m(e,{countries:["US","CA","MX","CU","BM","HT","DO"]}).catch((function(e){return null}))]}))}))},resetMapBounds:function(){var e;null===(e=this.map)||void 0===e||e.setView([40.044,-98.789],4)},play:function(){var e=this;this.playInterval=setInterval((function(){e.timeIndex>=e.maxIndex?e.playInterval&&(e.timeIndex=e.minIndex):e.timeIndex+=1}),1e3)},pause:function(){this.playInterval&&clearInterval(this.playInterval)},updateBounds:function(){this.imageOverlay.setBounds(this.imageBounds),this.cloudOverlay.setBounds(this.imageBounds)},updateTimestamps:function(){return(0,c.sH)(this,void 0,void 0,(function(){var e=this;return(0,c.YH)(this,(function(t){return[2,ze().then((function(t){e.erdTimestamps=t.early_release,e.newTimestamps=t.released,e.timestamps=e.timestamps.concat(e.erdTimestamps,e.newTimestamps).sort(),e.cloudTimestamps=t.clouds}))]}))}))},getCloudFilename:function(e){var t=this.getTempoFilename(e);return this.useHighRes?"https://raw.githubusercontent.com/johnarban/tempo-data-holdings/main/clouds/images/"+t:"https://raw.githubusercontent.com/johnarban/tempo-data-holdings/main/clouds/images/resized_images/"+t},getTempoFilename:function(e){return"tempo_".concat(e.getUTCFullYear(),"-").concat(Ye(e.getUTCMonth()+1),"-").concat(Ye(e.getUTCDate()),"T").concat(Ye(e.getUTCHours()),"h").concat(Ye(e.getUTCMinutes()),"m.png")},getTempoDataUrl:function(e){return this.fosterTimestamps.includes(e)?"https://tempo-images-bucket.s3.amazonaws.com/tempo-lite/":this.erdTimestamps.includes(e)?"https://raw.githubusercontent.com/johnarban/tempo-data-holdings/main/early_release/images/":this.newTimestamps.includes(e)?this.useHighRes?"https://raw.githubusercontent.com/johnarban/tempo-data-holdings/main/released/images/":"https://raw.githubusercontent.com/johnarban/tempo-data-holdings/main/released/images/resized_images/":""},setNearestDate:function(e){if(null!=e){var t=864e5,n=this.timestamps.filter((function(n){return n-e0}));this.minIndex=this.timestamps.indexOf(n[0]),this.maxIndex=this.timestamps.indexOf(n[n.length-1]),this.timeIndex=this.minIndex,this.imagePreload()}},updateFieldOfRegard:function(){2023===this.date.getUTCFullYear()&&7===this.date.getUTCMonth()?(this.fieldOfRegardLayer.clearLayers(),this.fieldOfRegardLayer.addData(Ve)):(this.fieldOfRegardLayer.clearLayers(),this.fieldOfRegardLayer.addData(_e))},imagePreload:function(){var e=this;if(this.preload){console.log("preloading images for ",this.thumbLabel);var t=this.timestamps.slice(this.minIndex,this.maxIndex+1),n=t.map((function(t){return e.getTempoDataUrl(t)+e.getTempoFilename(new Date(t))})),o=t.filter((function(t){return e.cloudTimestamps.includes(t)})).map((function(t){return e.getCloudFilename(new Date(t))}));n.push.apply(n,(0,c.fX)([],(0,c.zs)(o),!1));var a=We(n),i=0;this.loadedImagesProgress=0,a.forEach((function(t){t.then((function(){i+=1,e.loadedImagesProgress=i/a.length*100})).catch((function(e){console.log("error loading image",e)}))}))}},getUniqueDayIndex:function(e){return this.uniqueDays.findIndex((function(t){return t.getTime()===e.getTime()}))},moveBackwardOneDay:function(){this.singleDateSelected=this.uniqueDays[this.getUniqueDayIndex(this.singleDateSelected)-1]},moveForwardOneDay:function(){this.singleDateSelected=this.uniqueDays[this.getUniqueDayIndex(this.singleDateSelected)+1]}},watch:{introSlide:function(e){this.inIntro=e<4},dontShowIntro:function(e){window.localStorage.setItem("dontShowIntro",e.toString()),e||(this.inIntro=!0)},loadedImagesProgress:function(e){this.playing=!1;var t=this.$el.querySelector("#play-pause-button");t&&(e<100?t.setAttribute("disabled","true"):t.removeAttribute("disabled"))},playing:function(e){e?this.play():this.pause()},imageUrl:function(e){this.updateBounds(),this.imageOverlay.setUrl(e),this.updateFieldOfRegard()},cloudUrl:function(e){this.cloudOverlay.setUrl(e)},useHighRes:function(){this.imagePreload()},imageBounds:function(e){console.log(this.whichDataSet,e.toBBoxString())},showFieldOfRegard:function(e){e?this.fieldOfRegardLayer.addTo(this.map):this.map&&this.map.removeLayer(this.fieldOfRegardLayer)},timestamps:function(){this.singleDateSelected=this.uniqueDays[this.uniqueDays.length-1]},radio:function(e){var t;if(null==e)return this.setNearestDate(this.singleDateSelected.getTime()),void(this.sublocationRadio=null);var n=null!==(t=this.datesOfInterest[e])&&void 0!==t?t:this.singleDateSelected;this.singleDateSelected=n,this.setNearestDate(n.getTime()),this.sublocationRadio=null},singleDateSelected:function(e){null!==e&&this.setNearestDate(e)},sublocationRadio:function(e){var t;if(null!==e&&null!=this.radio){var n=this.locationsOfInterest[this.radio][e];null===(t=this.map)||void 0===t||t.setView(n.latlng,n.zoom),this.timeIndex=n.index}},opacity:function(e){this.imageOverlay.setOpacity(e),this.cloudOverlay.setOpacity(e)}}}),Xe=(0,g.A)($e,[["render",ke]]),Je=Xe;var Ze=["id"],Qe={class:"colorbar-labels"};function et(e,t,n,o,a,l){return(0,i.uX)(),(0,i.CE)("div",{id:e.id,class:"colorbar-container"},[(0,i.Lk)("div",{style:(0,r.Tr)({"--background-color":e.backgroundColor}),class:"colorbar"},null,4),(0,i.Lk)("div",Qe,[(0,i.Lk)("div",null,[(0,i.RG)(e.$slots,"start",{},(function(){return[(0,i.eW)((0,r.v_)(e.startValue),1)]}),!0)]),(0,i.Lk)("div",null,[(0,i.RG)(e.$slots,"label",{},(function(){return[(0,i.eW)((0,r.v_)(e.label),1)]}),!0)]),(0,i.Lk)("div",null,[(0,i.RG)(e.$slots,"end",{},(function(){return[(0,i.eW)((0,r.v_)(e.endValue),1)]}),!0)])])],8,Ze)}const tt=(0,i.pM)({name:"ColorBar",props:{name:{type:String,default:null},nsteps:{type:Number,default:20},label:{type:String,default:"Colorbar"},cmap:{type:Function,default:function(e){return"rgb(255,0,".concat(255*e,")")}},backgroundColor:{type:String,default:"#5c5229"},startValue:{type:String,default:"0%"},endValue:{type:String,default:"100%"},extend:{type:Boolean||String,default:function(){return"both"}}},mounted:function(){this.colorbarGradient()},computed:{id:function(){return this.name?"colorbar-".concat(this.name):"colorbar-".concat(Math.random().toString(36).slice(2))},triangles:function(){return!1!==this.extend},showStartTriangle:function(){return"both"===this.extend||"start"===this.extend||this.extend},showEndTriangle:function(){return"both"===this.extend||"end"===this.extend||this.extend}},methods:{cssLinearGradientFromCmap:function(){var e=this,t=this.nsteps,n=Array.from({length:t+1},(function(n,o){var a=e.cmap(o/t),i=(0,c.zs)(Array.isArray(a)?a:[a,1],2),r=i[0];i[1];return"".concat(r," ").concat(100*o/t,"%")}));return"linear-gradient(to top, ".concat(n.join(", "),")")},colorbarGradient:function(){var e=document.querySelector("#"+this.id+"> .colorbar");if(e){while(e.firstChild)e.removeChild(e.firstChild);var t=document.createElement("div");if(t.className="colorbar-chunk",t.style.background=this.cssLinearGradientFromCmap(),t.style.height="100%",this.triangles){var n=document.createElement("div");n.className="colorbar-start";var o=document.createElement("div");o.className="colorbar-end",e.appendChild(o),e.appendChild(t),e.appendChild(n),n&&this.showStartTriangle&&(n.style.backgroundColor=this.cmap(0),this.styleDownTriangle(n)),o&&this.showEndTriangle&&(o.style.backgroundColor=this.cmap(1),this.styleUpTriangle(o))}else e.appendChild(t)}},styleUpTriangle:function(e){var t=e.offsetWidth,n=e.offsetHeight,o=e.style.backgroundColor;n=Math.min(Math.max(n,15),.86*t),e.style.backgroundColor="transparent",e.style.borderLeft="".concat(t/2,"px solid transparent"),e.style.borderRight="".concat(t/2,"px solid transparent"),e.style.borderBottom="".concat(n,"px solid ").concat(o)},styleDownTriangle:function(e){var t=e.offsetWidth,n=e.offsetHeight,o=e.style.backgroundColor;n=Math.min(Math.max(n,15),.86*t),e.style.backgroundColor="transparent",e.style.borderLeft="".concat(t/2,"px solid transparent"),e.style.borderRight="".concat(t/2,"px solid transparent"),e.style.borderTop="".concat(n,"px solid ").concat(o)}},watch:{nsteps:function(){this.colorbarGradient()},cmap:function(){this.colorbarGradient()}}}),nt=(0,g.A)(tt,[["render",et],["__scopeId","data-v-221ae20e"]]),ot=nt;var at=["id"],it={class:"colorbar-labels"};function rt(e,t,n,o,a,l){return(0,i.uX)(),(0,i.CE)("div",{id:e.id,class:"colorbar-container-horizontal"},[(0,i.Lk)("div",it,[(0,i.Lk)("div",null,[(0,i.RG)(e.$slots,"start",{},(function(){return[(0,i.eW)((0,r.v_)(e.startValue),1)]}),!0)]),(0,i.Lk)("div",null,[(0,i.RG)(e.$slots,"label",{},(function(){return[(0,i.eW)((0,r.v_)(e.label),1)]}),!0)]),(0,i.Lk)("div",null,[(0,i.RG)(e.$slots,"end",{},(function(){return[(0,i.eW)((0,r.v_)(e.endValue),1)]}),!0)])]),(0,i.Lk)("div",{style:(0,r.Tr)({"--background-color":e.backgroundColor}),class:"colorbar"},null,4)],8,at)}const lt=(0,i.pM)({name:"ColorBar",props:{name:{type:String,default:null},nsteps:{type:Number,default:20},label:{type:String,default:"Colorbar"},cmap:{type:Function,default:function(e){return"rgb(255,0,".concat(255*e,")")}},backgroundColor:{type:String,default:"#5c5229"},startValue:{type:String,default:"0%"},endValue:{type:String,default:"100%"},extend:{type:Boolean||String,default:function(){return"both"}}},mounted:function(){this.colorbarGradient(),console.log(this.$el)},computed:{id:function(){return this.name?"colorbar-".concat(this.name):"colorbar-".concat(Math.random().toString(36).slice(2))},triangles:function(){return!1!==this.extend},showStartTriangle:function(){return"both"===this.extend||"start"===this.extend||this.extend},showEndTriangle:function(){return"both"===this.extend||"end"===this.extend||this.extend}},methods:{cssLinearGradientFromCmap:function(){var e=this,t=this.nsteps,n=Array.from({length:t+1},(function(n,o){var a=e.cmap(o/t),i=(0,c.zs)(Array.isArray(a)?a:[a,1],2),r=i[0];i[1];return"".concat(r," ").concat(100*o/t,"%")}));return"linear-gradient(to right, ".concat(n.join(", "),")")},colorbarGradient:function(){var e=document.querySelector("#"+this.id+"> .colorbar");if(e){var t=document.createElement("div");if(t.className="colorbar-chunk",t.style.background=this.cssLinearGradientFromCmap(),t.style.height="var(--height)",t.style.width="100%",this.triangles){var n=document.createElement("div");n.className="colorbar-start";var o=document.createElement("div");o.className="colorbar-end",e.appendChild(n),e.appendChild(t),e.appendChild(o),o&&this.showEndTriangle,n&&this.showStartTriangle&&(n.style.backgroundColor=this.cmap(0),this.styleLeftTriangle(n)),o&&this.showEndTriangle&&(o.style.backgroundColor=this.cmap(1),this.styleRightTriangle(o))}else e.appendChild(t)}},styleColorbarChunk:function(e){e.style.background=this.cssLinearGradientFromCmap(),e.style.height="var(--height)",e.style.flexGrow="1",e.style.flexShrink="1"},styleUpTriangle:function(e){var t=e.offsetWidth,n=e.offsetHeight,o=e.style.backgroundColor;n=Math.min(Math.max(n,15),.86*t),e.style.backgroundColor="transparent",e.style.borderLeft="".concat(t/2,"px solid transparent"),e.style.borderRight="".concat(t/2,"px solid transparent"),e.style.borderBottom="".concat(n,"px solid ").concat(o)},styleDownTriangle:function(e){var t=e.offsetWidth,n=e.offsetHeight,o=e.style.backgroundColor;n=Math.min(Math.max(n,15),.86*t),e.style.backgroundColor="transparent",e.style.borderLeft="".concat(t/2,"px solid transparent"),e.style.borderRight="".concat(t/2,"px solid transparent"),e.style.borderTop="".concat(n,"px solid ").concat(o),e.style.flexShrink="0",e.style.flexGrow="1"},styleLeftTriangle:function(e){e.style.width="var(--height)",e.style.height="var(--height)";var t=e.offsetHeight,n=e.style.backgroundColor;e.style.backgroundColor="transparent",e.style.borderTop="".concat(t/2,"px solid transparent"),e.style.borderBottom="".concat(t/2,"px solid transparent"),e.style.borderRight="".concat(t,"px solid ").concat(n)},styleRightTriangle:function(e){e.style.width="var(--height)",e.style.height="var(--height)";var t=e.offsetHeight,n=e.style.backgroundColor;e.style.backgroundColor="transparent",e.style.borderTop="".concat(t/2,"px solid transparent"),e.style.borderBottom="".concat(t/2,"px solid transparent"),e.style.borderLeft="".concat(t,"px solid ").concat(n)}},watch:{nsteps:function(){this.colorbarGradient()},cmap:function(){this.colorbarGradient()}}}),st=(0,g.A)(lt,[["render",rt],["__scopeId","data-v-bf9c2ee4"]]),ct=st;var ut={class:"info-button-close-icon"},dt={class:"v-card-info-text ma-3"};function ht(e,t,n,o,a,l){return(0,i.uX)(),(0,i.Wv)(O.p,{modelValue:e.dialogVisible,"onUpdate:modelValue":t[2]||(t[2]=function(t){return e.dialogVisible=t}),"max-width":"500"},{activator:(0,i.k6)((function(n){var o=n.props;return[(0,i.bF)(R.y,{text:e.tooltipTextValue,disabled:!e.showTooltip},{activator:(0,i.k6)((function(n){var a=n.props;return[(0,i.bF)(D.w,(0,i.v6)((0,c.Cl)((0,c.Cl)({},o),a),{style:{"margin-left":"1em","font-size":"1.3em",color:"var(--accent-color)"},elevation:"1",onClick:t[0]||(t[0]=function(t){return e.dialogVisible=!0}),onKeydown:e.handleKeydown}),{default:(0,i.k6)((function(){return t[3]||(t[3]=[(0,i.eW)(" mdi-information-variant-circle-outline ")])})),_:2},1040,["onKeydown"])]})),_:2},1032,["text","disabled"])]})),default:(0,i.k6)((function(){return[(0,i.bF)(L.J,{class:"gradient-background"},{default:(0,i.k6)((function(){return[(0,i.Lk)("div",ut,[(0,i.bF)(D.w,{class:"info-button-close-icon__icon",onClick:t[1]||(t[1]=function(t){return e.dialogVisible=!1}),onKeydown:e.handleKeydown},{default:(0,i.k6)((function(){return t[4]||(t[4]=[(0,i.eW)(" mdi-close ")])})),_:1},8,["onKeydown"])]),(0,i.Lk)("div",dt,[(0,i.RG)(e.$slots,"default",{},(function(){return[(0,i.eW)((0,r.v_)(e.helpText),1)]}))])]})),_:3})]})),_:3},8,["modelValue"])}const ft=(0,i.pM)({name:"InfoButton",props:{helpText:{type:String,required:!1},showTooltip:{type:Boolean,required:!1,default:!0},tooltipText:{type:String,required:!1,default:void 0}},data:function(){var e;return{dialogVisible:!1,tooltipTextValue:null!==(e=this.tooltipText)&&void 0!==e?e:this.showTooltip?"Learn More":void 0}},methods:{handleKeydown:function(e){"Enter"===e.key&&(this.dialogVisible=!this.dialogVisible)}}}),mt=(0,g.A)(ft,[["render",ht]]),pt=mt;var gt=n(1050),bt=n(5004),vt=n(1569);n(5524);const yt=(0,bt.$N)({icons:{defaultSet:"mdi",aliases:gt.z,sets:{mdi:gt.r}},locale:{locale:"en",fallback:"en",messages:{en:vt.A}},theme:{defaultTheme:"dark"}});var kt=n(1273),wt=n(7107),xt=n(6188),Lt=n(470);wt.Yv.add(xt.ReK),wt.Yv.add(xt.ijD),wt.Yv.add(xt.G1Y),wt.Yv.add(xt.GRI),wt.Yv.add(xt.n2W),wt.Yv.add(xt.$UM),wt.Yv.add(xt.bnw),wt.Yv.add(xt.IPg),wt.Yv.add(xt.v02);var St=function(e,t){return e.style.visibility=t.value?"hidden":""};(0,o.Ef)(Je,{}).use(yt).directive("hide",{beforeMount:function(e,t,n,o){St(e,t)},updated:function(e,t,n,o){St(e,t)}}).component("font-awesome-icon",kt.gc).component("icon-button",a.IconButton).component("funding-acknowledgement",a.FundingAcknowledgement).component("credit-logos",a.CreditLogos).component("colorbar",ot).component("location-search",v).component("info-button",pt).component("colorbar-horizontal",ct).component("date-picker",Lt.A).mount("#app")}},t={};function n(o){var a=t[o];if(void 0!==a)return a.exports;var i=t[o]={exports:{}};return e[o].call(i.exports,i,i.exports,n),i.exports}n.m=e,(()=>{var e=[];n.O=(t,o,a,i)=>{if(!o){var r=1/0;for(u=0;u=i)&&Object.keys(n.O).every((e=>n.O[e](o[s])))?o.splice(s--,1):(l=!1,i0&&e[u-1][2]>i;u--)e[u]=e[u-1];e[u]=[o,a,i]}})(),(()=>{n.n=e=>{var t=e&&e.__esModule?()=>e["default"]:()=>e;return n.d(t,{a:t}),t}})(),(()=>{n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})}})(),(()=>{n.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}()})(),(()=>{n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})(),(()=>{n.r=e=>{"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}})(),(()=>{n.p=""})(),(()=>{var e={524:0};n.O.j=t=>0===e[t];var t=(t,o)=>{var a,i,[r,l,s]=o,c=0;if(r.some((t=>0!==e[t]))){for(a in l)n.o(l,a)&&(n.m[a]=l[a]);if(s)var u=s(n)}for(t&&t(o);cn(1016)));o=n.O(o)})(); -//# sourceMappingURL=app.7edeb079.js.map \ No newline at end of file diff --git a/js/app.7edeb079.js.map b/js/app.7edeb079.js.map deleted file mode 100644 index 2efc566..0000000 --- a/js/app.7edeb079.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"js/app.7edeb079.js","mappings":"4FAEO,SAASA,EAAOC,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAC9E,IAAMC,GAA+B,QAAkB,qBAGvD,OAAQ,WCLR,QAqDM,OArDDC,MAAM,8BAA+BC,OAD5C,QACmDC,EAAAA,YDQ9C,EACD,SCRA,QA2CW,KAzCRF,OAJP,mCAI0CG,EAAAA,oBAAsB,kBAAoB,GAAIC,EAAAA,MAAQ,gCAAkC,KAJlI,WAKeC,EAAAA,WALf,uBDcQX,EAAO,KAAOA,EAAO,GAAK,SAACY,GAAgB,OCTpCD,EAAU,YDS0B,GCCxBE,EAAAA,8BATpBC,MAAOC,EAAAA,cAAgBA,EAAAA,cAAcC,SAAW,GAChD,aAAYC,EAAAA,qBACZ,WAAUC,EAAAA,QACVC,MAAOC,EAAAA,cACPC,QAASX,EAAAA,MAAQ,UAAY,UAC9B,kBACAY,KAAA,GACCC,MAAOC,EAAAA,YACP,QAAO,aAEP,UAAO,EAhBd,QAgBsBC,EAAAA,8BAA6B,WDY3CzB,EAAO,KAAOA,EAAO,IC5B7B,4BAiBoBe,EAAAA,cAAgB,IAjBpC,GAiBiC,WAC1B,iBAAgBW,EAAAA,mBAChB,iBAAcC,EAAAA,cACd,mBAAc,+BAAEC,EAAAA,cAAchB,EAAhB,GACfiB,IAAI,cACHC,KAAMC,EAAAA,SACN,gBAAW,+BAAEA,EAAAA,SAAWnB,CAAb,IDaX,CCXcoB,QAAM,SACrB,WAMqB,QANrB,QAMqB,GALnB1B,MAAM,wBACN2B,KAAK,mBACJC,KAAMC,EAAAA,WAAa,KAAOC,EAAAA,WAC3Bb,MAAM,OACL,QAAOc,EAAAA,cDaL,KAAM,EAAG,CAAC,OAAQ,aCVvB,QAAqD,wBAA5B/B,MAAM,kBDY7B,SCVF,QAOqB,GANnBA,MAAM,uBAEN2B,KAAK,eACJC,KAAMC,EAAAA,WAAa,KAAO,KAC3BZ,MAAM,OACL,QAAOe,EAAAA,aDUL,KAAM,EAAG,CAAC,OAAQ,YAAa,CAChC,CAAC,KCfKH,EAAAA,aAAeI,EAAAA,YANJ,IAhC3B,KDyDO,EAAG,CAAC,QAAS,aAAc,QAAS,aAAc,WAAY,QAAS,UAAW,QAAS,sBAAuB,YAAa,iBAAkB,iBAAkB,SAAU,CAC9K,CAAC,KCvDOJ,EAAAA,eDyDV,SCdF,QAOuB,GALnB7B,MAAM,wBACN2B,KAAK,mBACJC,KAAMC,EAAAA,WAAa,KAAOC,EAAAA,WAC3Bb,MAAM,OACL,SApDP,QAoDsBc,EAAAA,aAAY,cDc3B,KAAM,EAAG,CAAC,OAAQ,YAAa,CAChC,CAAC,MCpBQF,EAAAA,aAAeI,EAAAA,aDsBzB,EACL,C,cEjCMC,EAAyB,CAAC,WAAY,QAAS,SAAU,WACzDC,EAAe,CAAC,gBAAiB,SAAU,UAC3CC,EAAmB,CAAC,MAAO,MAAO,OAmBjC,SAASzB,EAAqB0B,GACnC,IAAMC,EAAmB,GAyBzB,OAxBID,EAAQE,MACVD,EAAOE,KAAKH,EAAQE,MAEtBF,EAAQI,QAAQC,SAAQ,SAAAC,GACtB,IAAMC,EAAWD,EAAKE,GAAGC,MAAM,KAAK,GACpC,GAAKZ,EAAuBa,SAASH,GAArC,CAGA,IAAIL,EAAO,KACLS,EAAYL,EAAKM,WACvB,GAAiB,WAAbL,GAAsC,MAAbI,EACvBZ,EAAiBc,MAAK,SAAAC,GAAQ,OAAAH,EAAUI,WAAWD,EAArB,MAChCZ,EAAOS,EAAUK,UAAU,SAExB,GAAiB,YAAbT,EAAwB,CACjC,IAAMU,EAAWX,EAAKJ,KACjBJ,EAAaY,SAASO,KACzBf,EAAOe,EAEX,CACa,OAATf,GACFD,EAAOE,KAAKD,EAdd,CAgBF,IACOD,EAAOiB,KAAK,KACrB,CAwBO,SAAeC,EAAuBnD,EAAoBoD,G,2BAA0CC,SAAO,W,+CAUhH,OATMC,EAAc,6FACdC,EAAS,IAAIC,gBACnBD,EAAOE,IAAI,eAA2B,OAAXH,QAAW,IAAXA,EAAAA,EAAe,IACpCI,GAAuB,QAAd,EAAO,OAAPN,QAAO,IAAPA,OAAO,EAAPA,EAASM,aAAK,QAAI,CAAC,QAAS,aAAaR,KAAK,KAC7DK,EAAOE,IAAI,QAASC,IACT,OAAPN,QAAO,IAAPA,OAAO,EAAPA,EAASO,YACXJ,EAAOE,IAAI,UAAWL,EAAQO,UAAUT,KAAK,MAEzCU,EAAM,4DAAqD5D,EAAU,iBAASuD,EAAOM,YACpF,CAAP,EAAOC,MAAMF,GAAKG,MAAK,SAAAC,GAAY,OAAAA,EAASC,MAAT,I,ODxDrC,SAAe,QAAgB,CAC7BC,KAAM,iBAENC,MAAO,CAAC,oBAAqB,eAAgB,QAAS,aAEtDC,MAAO,CACLC,eAAgB,CACdC,KAAMC,SACNC,QAAS,WAAO,GAElBC,WAAY,CACVH,KAAMI,QACNF,SAAS,EACTG,UAAU,GAEZ/C,SAAU,CACR0C,KAAMI,QACNF,SAAS,GAEX3D,YAAa,CACXyD,KAAMM,OACNJ,QAAS,SAEXzE,MAAO,CACLuE,KAAMI,QACNF,SAAS,GAEXK,MAAO,CACLP,KAAMM,OACNJ,QAAS,QAEX/C,WAAY,CACV6C,KAAMM,OACNJ,QAAS,MAGXjE,QAAS,CACP+D,KAAMM,OACNJ,QAAS,SAGXM,gBAAiB,CACfR,KAAMI,QACNF,SAAS,IAQbO,KAAI,WACF,MAAO,CACLvD,WAAYwD,KAAKP,YAAcO,KAAKpD,SACpC5B,WAAY,KACZI,cAAe,KACfW,mBAAoB,KACpBjB,qBAAqB,EACrBmF,oBAAqB,mBACrBC,cAAc,EACd9D,UAAU,EAEd,EAEA+D,SAAU,CACRtF,UAAS,WACP,MAAO,CACL,iBAAkBmF,KAAKnE,YACvB,aAAcmE,KAAKzE,QACnB,yBAA0ByE,KAAKxD,WAAcwD,KAAKjF,MAAQ,kBAAoB,qBAAwB,MACtG,kBAAmBiF,KAAKxD,WAAa,MAAQ,OAEjD,EAEAf,cAAa,W,MACX,OAAIuE,KAAKlF,oBACHkF,KAAKE,cAAuC,OAAvBF,KAAK5E,eAA8C,OAApB4E,KAAKhF,WACpD,mBAEAgF,KAAKC,oBAGe,QAAtB,EAAAD,KAAKjE,0BAAiB,QAAK,kBAEtC,GAOFqE,QAAS,CACPtE,8BAA6B,WAA7B,WACEuE,QAAQC,IAAI,gCAAiCN,KAAKhF,YAC1B,OAApBgF,KAAKhF,YAAuBgF,KAAKhF,WAAWuF,OAAS,GAGzDP,KAAKX,eAAeW,KAAKhF,YAAY+D,MAAK,SAACyB,G,QAC5B,OAATA,GAA2C,KAAb,QAAb,EAAAA,EAAKnF,gBAAQ,eAAEkF,QAClC,EAAKrF,6BAA6BsF,EAAKnF,SAAS,IAC9B,OAATmF,GAA0C,IAAZ,QAAb,EAAAA,EAAKnF,gBAAQ,eAAEkF,SACzC,EAAKxE,mBAAqB,gCAC1BsE,QAAQC,IAAI,iCACZ,EAAKG,MAAM,QAAS,EAAK1E,qBAEzB,EAAKX,cAAgBoF,CAEzB,GACF,EAEAlF,qBAAoB,SAAC0B,GACnB,GAAuB,kBAAZA,EAGX,OAAO1B,EAAqB0B,EAC9B,EAGAf,cAAa,SAACyE,GACZL,QAAQC,IAAI,eAAgBI,GAC5BV,KAAKE,aAAeQ,CAItB,EAEAC,aAAY,WACVN,QAAQC,IAAI,YACZ,IAAMM,EAAQZ,KAAKa,MAAMC,YACzBT,QAAQC,IAAIM,GACZA,EAAMG,MACR,EAEA/E,cAAa,WACX,IAAM4E,EAAQZ,KAAKa,MAAMC,YACzBF,EAAMI,OACR,EAEA9F,6BAA4B,SAAC8B,GAE3B,GAAuB,kBAAZA,IAGXqD,QAAQC,IAAI,oBACI,OAAZtD,GAAJ,CACA,IAAMkC,EAAOc,KAAK1E,qBAAqB0B,GAErCgD,KAAKC,yBADOgB,IAAT/B,EACwBA,EAEAlC,EAAQkE,WAAWzD,MAAM,KAAK0D,MAAM,EAAG,GAAGjD,KAAK,MAI5E8B,KAAKW,eACLX,KAAKoB,2BACLpB,KAAKqB,kBACLrB,KAAKS,MAAM,eAAgBzD,EAZK,CAalC,EAEAN,aAAY,WACV2D,QAAQC,IAAI,eAAgBN,KAAKxD,WAAYwD,KAAKhF,YAC9CgF,KAAKxD,YACPwD,KAAKlE,gCAELkE,KAAK5D,UAAW,EAChB4D,KAAKhE,iBAELgE,KAAKxD,YAAa,CAEtB,EAEAG,YAAW,WACTqD,KAAKxD,YAAa,EAClBwD,KAAKqB,iBACP,EAEAA,gBAAe,WACbrB,KAAK5E,cAAgB,KACrB4E,KAAKhF,WAAa,KAClBgF,KAAKjE,mBAAqB,IAC5B,EAEAqF,yBAAwB,WAAxB,WACEpB,KAAKlF,qBAAsB,EAC3BwG,YAAW,WACT,EAAKxG,oBAAsB,EAAKgF,eAClC,GAAG,IACL,GAGFyB,MAAO,CAEL9B,WAAU,SAAC+B,GACTxB,KAAKxD,WAAagF,CACpB,EAEAhF,WAAU,SAACgF,GACTxB,KAAKS,MAAM,oBAAqBe,EAClC,EAEAxG,WAAU,SAACkC,GACL8C,KAAKjE,qBACPiE,KAAKjE,mBAAqB,MAEvBmB,GAAwB,IAAhBA,EAAKqD,SAChBP,KAAK5E,cAAgB,KAEzB,K,cEvQJ,MAAMqG,GAA2B,OAAgB,EAAQ,CAAC,CAAC,SAAStH,KAEpE,I,sQCJMuH,EAAa,CCLnB,MAc4BlE,GAAG,uBAAuB7C,MAAM,oCDJtDgH,EAAa,CCOAnE,GAAG,6BDNhBoE,EAAa,CC6CAjH,MAAM,mBD5CnBkH,EAAa,CC0EJrE,GAAG,yBDzEZsE,EAAa,CCqGftE,GAAG,gBDpGDuE,EAAa,CCsGVpH,MAAM,yBDrGTqH,EAAa,CCmHRxE,GAAG,iBDlHRyE,EAAa,CCiINzE,GAAG,eAAe5C,MAAA,8BD7HzBsH,EAAa,CCpBnB,MAmJwC1E,GAAG,cD3HrC2E,EAAc,CC6HL3E,GAAG,wBD5HZ4E,EAAc,CC0KP5E,GAAG,cDzKV6E,EAAc,CCwLD1H,MAAM,eDvLnB2H,EAAc,CCsMR9E,GAAG,gBDrMT+E,EAAc,CCuMP/E,GAAG,aDtMVgF,EAAc,CCwML7H,MAAM,gCDvMf8H,GAAc,CCuOL9H,MAAM,qCDtOf+H,GAAc,CC/BpB,ODgCMC,GAAc,CChCpB,ODiCMC,GAAc,CCsRNpF,GAAG,cDrRXqF,GAAc,CC4RHlI,MAAM,gCD3RjBmI,GAAc,CC+SHnI,MAAM,gCD9SjBoI,GAAc,CC0THpI,MAAM,gCDzTjBqI,GAAc,CCrCpB,MAiXYpI,MAAA,yBDxUNqI,GAAc,CCzCpB,MAmXazF,GAAG,yBDtUV0F,GAAc,CCuUNvI,MAAM,QDtUdwI,GC9CN,cD+CMC,GAAc,CCgWT5F,GAAG,kBD/VR6F,GAAc,CCwWL7F,GAAG,sBDvWZ8F,GAAc,CCwWH3I,MAAM,sDDvWjB4I,GAAc,CCyXH5I,MAAM,sDDxXjB6I,GAAc,CCiZRhG,GAAG,4BDhZTiG,GAAc,CCwaTjG,GAAG,eDvaRkG,GAAc,CC+aL/I,MAAM,yCD9afgJ,GAAc,CC+aPC,SAAS,KD9ahBC,GAAc,CC2eXrG,GAAG,cDzeL,SAAS,GAAOpD,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAC9E,IAAMC,GAA+B,QAAkB,qBAQjDoJ,GAAiC,QAAkB,uBACnDC,GAA6B,QAAkB,mBAC/CC,GAAsB,QAAkB,YAExCC,GAAyB,QAAkB,eAC3CC,GAAyB,QAAkB,eAM3CC,GAAyB,QAAkB,eAG3CC,GAAqC,QAAkB,2BAGvDC,GAA0B,QAAkB,gBAGlD,OAAQ,WCrFV,QAwiBQ,KAviBN7G,GAAG,MACF5C,OAHH,QAGU0J,EAAAA,UDsFL,CCzFL,kBAKA,WA2GgB,QA3GhB,QA2GgB,KA1Gb,cAAaC,EAAAA,QACb3J,OAPH,QAOU0J,EAAAA,SACR9G,GAAG,oBDuFI,CC/FT,kBAWA,WAoGiB,QApGjB,QAoGiB,KA/GjB,WAYW+G,EAAAA,QAZX,qDAYWA,EAAO,SAZlB,IDoGa,CCpGb,kBAGyD,WA4G2uF,OAjGjxFA,EAAO,UDyFP,WCzFX,QAgGM,MAhGN,EAgGM,EA/FJ,QAqEW,MApFrB,WAe6BC,EAAAA,WAf7B,qDAe6BA,EAAU,YAfvC,ID2GuB,CC3FMC,YAAU,SACzB,WAWI,QAXJ,QAWI,MAXJ,EAWI,EAVJ,QASE,GARAlI,KAAK,KACL5B,MAAM,OACNiB,MAAM,UACNU,KAAK,eACJ,QAAK,+BAAEiI,EAAAA,SAAWA,EAAAA,OAAb,GACL,QAAK,aAxBtB,4BAwB8BA,EAAAA,SAAWA,EAAAA,OAxBzC,GAwBgD,YAChCX,SAAS,IACT,mBAAiB,YAEf,IA5BlB,kBA8BY,WAMgB,QANhB,QAMgB,KANApC,MAAO,GAAC,CA9BpC,kBA+Bc,WAIM,uBAJN,QAIM,OAJD7G,MAAM,cAAY,EACrB,QAEI,KAFDA,MAAM,QAAO,mgBD+FA,IC5FZ,IAnCpB,OAsCY,QAgBgB,KAhBA6G,MAAO,GAAC,CAtCpC,kBAuCc,WAcM,uBAdN,QAcM,OAdD7G,MAAM,mBAAiB,EAC1B,QAEI,KAFDA,MAAM,QAAM,EAxC/B,QAwCgC,0LACsK,QAAY,WAAP,MAzC3M,QAyCkN,yBAAoB,QAAY,WAAP,MAzC3O,QAyCkP,4BAElO,QAMK,YALH,QAAuH,UAAnH,6GACJ,QAAqI,UAAjI,2HACJ,QAA0N,YA9C5O,QA8CsB,uFAAkF,QAAY,WAAP,MA9C7G,QA8CoH,gFAA2E,QAAY,WAAP,MA9CpM,QA8C2M,mCACzL,QACb,YAhDL,QA+CsB,wEAAmE,QAAY,WAAP,MA/C9F,QA+CqG,+BAA0B,QAAY,WAAP,MA/CpI,QA+C2I,WAG3H,QAEI,KAFDA,MAAM,QAAO,sID8GA,IC3GZ,IArDpB,OAuDY,QA4BgB,KA5BA6G,MAAO,GAAC,CAvDpC,kBAwDc,WA0BM,QA1BN,QA0BM,MA1BN,EA0BM,CDqFUnH,EAAO,MAAQA,EAAO,KC9GpC,QAEI,KAFDM,MAAM,QAAO,uCAEhB,KACA,QAaK,WDgGWN,EAAO,MAAQA,EAAO,KC5GpC,QAEK,YA/DvB,QA6DsB,mHAC2G,QAAY,WAAP,MA9DtI,QA8D6I,0CD+GzG,KC7GlB,QAEK,MAFMO,OAhE7B,QAgEoC0J,EAAAA,UDgHD,CACDjK,EAAO,MAAQA,EAAO,KCjLxD,QAgE6C,iBACf,QAA0H,KAAlHO,MAAA,kDAAqD8J,UAAU,KDoHhE,CCrLrC,kBAiEyG,WAAsC,uBAjE/I,QAiEyG,2CAAsC,IAjE/I,MD2LkCrK,EAAO,MAAQA,EAAO,KC3LxD,QAiEwJ,4FD2HrH,GACHA,EAAO,MAAQA,EAAO,KC1HpC,QAEK,UAFD,4GAEJ,IDyHcA,EAAO,MAAQA,EAAO,KCxHpC,QAEK,UAFD,gJAEJ,OAGF,QAME,KAjFlB,WA4E2BsK,EAAAA,cA5E3B,qDA4E2BA,EAAa,eA5ExC,GA6EmB,QAAK,aA7ExB,4BA6EgCA,EAAAA,eAAiBA,EAAAA,aA7EjD,GA6E8D,YAC5CnJ,MAAM,qCACNI,MAAM,UACN,mBDuHe,KAAM,EAAG,CAAC,iBCrHvB,IAlFpB,MAoC4B,IApC5B,KD8MuB,EAAG,CAAC,gBCxHjB,QAuBM,MAvBN,EAuBM,EAtBJ,QAWM,YATK4I,EAAAA,WAAa,IDyHP,WC1Hf,QASQ,KAjGtB,MA0FgBhH,GAAG,oBACF5B,MAAOC,EAAAA,YACP,QAAK,+BAAE2I,EAAAA,YAAF,GACL,QAAK,aA7FtB,4BA6F8BA,EAAAA,YA7F9B,GA6FwC,YACxBE,UAAU,KD2HK,CCzN/B,kBA+FiB,WAEH,uBAjGd,QA+FiB,WAEH,IAjGd,KD8N+B,EAAG,CAAC,YC9NnC,kBAoGY,QAQQ,KAPNlH,GAAG,oBACF5B,MAAOC,EAAAA,YACP,QAAK,+BAAE2I,EAAAA,YAAF,GACL,QAAK,aAxGpB,4BAwG4BA,EAAAA,YAxG5B,GAwGsC,YACxBE,UAAU,KD8HC,CCvOzB,kBA2Gc,WAA6C,QA3G3D,iBA2GiBF,EAAAA,WAAa,EAAI,OAAS,eAAhB,GAAgC,IA3G3D,KD4OyB,EAAG,CAAC,gBC5O7B,eA+GoyF,IA/GpyF,KDkPa,EAAG,CAAC,eCnIA,IA/GjB,KDqPS,EAAG,CAAC,cAAe,WCpI1B,QAubM,MAvbN,EAubM,EApbJ,QA6aM,MA7aN,EA6aM,CDzSAnK,EAAO,MAAQA,EAAO,KClI1B,QAUM,OAVDmD,GAAG,cAAY,EACpB,QAMI,KANDoH,KAAK,uBAAuBC,OAAO,SAASC,IAAI,uBDsI1C,ECrIP,QAIC,OAHCC,IAAA,EACAC,IAAI,aACJpK,MAAA,oCAIJ,QAAmD,MAA/C4C,GAAG,SAAQ,qCDsIP,IACJnD,EAAO,MAAQA,EAAO,KCrI1B,QAA6C,OAAxCmD,GAAG,QAAQ7C,MAAM,aAAY,SAAK,KACvC,QA+DM,MA/DN,EA+DM,CA7DIsK,EAAAA,SAASC,QAAQC,OAAS,MDwIzB,WCzIT,QAasB,GAhJ9B,MAqIU3J,MAAM,gBACN4J,gBAAgB,cACfC,OAAQ,IACRC,KAAMC,EAAAA,QACP,cAAY,IACZ,YAAU,MACTC,QAAQ,GD0IA,CCxIMhK,OAAK,SAChB,WAAgI,uBAAhI,QAAgI,OAA3HZ,MAAA,yBAA2B,EA9I9C,QA8I+C,mBAA0B,QAA+D,QAAzDD,MAAM,cAAa,oBD4I1E,IC5IsH,IA9I9I,KD6RmB,EAAG,CAAC,WC7RvB,gBAiJQ,QA+BM,MA/BN,EA+BM,CDgHAN,EAAO,MAAQA,EAAO,KC9I1B,QAAoB,OAAfmD,GAAG,OAAK,UACFiI,EAAiB,oBD+InB,WC/IT,QAAiG,MAAjG,EAAiG,gBAAnD,QAAwB,MAApB9K,MAAM,eAAa,UAnJ/E,QAmJgF,8BAnJhF,gBAqJU,QAYM,MAZN,EAYM,CATI+K,EAAAA,gBAAgBnF,OAAS,IDiJxB,WCnJT,QAUQ,KAhKpB,MAuJc5F,MAAM,OAEL,QAAK,iCAAEgL,EAAAA,YAAcA,EAAAA,UAAhB,GACL,QAAK,eA1JpB,4BA0J4BA,EAAAA,YAAcA,EAAAA,UA1J1C,GA0JoD,YACtCjB,UAAU,IACT9I,MAAOgK,EAAAA,mBAAqBD,EAAAA,WAAa9J,EAAAA,YAAcgK,EAAAA,YAAc,OACrEC,UAAWF,EAAAA,mBACXtJ,KAAI,UAAOqJ,EAAAA,YAAeC,EAAAA,mBAAgD,oBAA1B,0BDoJxC,KAAM,EAAG,CAAC,QAAS,WAAY,WClTtD,kBAkKU,QAamB,GA/K7B,WAmKqBpJ,EAAAA,WAnKrB,uDAmKqBA,EAAU,YAnK/B,GAoKYzB,MAAA,GACA,eACA0B,WAAW,KACX,sBACC,kBAAiB0B,EAAAA,uBACjB,cAAY,uBAAGnB,G,MAAsD,OAAP,IAAuC,QAAH+I,EAAAA,EAAAA,WAAG,SAAE,QAAO,CAAE,EAAQ,OAAM,GAAK,EAAQ,OAAM,ODwJlJ,GCnJC,QAAK,uBAAGC,GAAkBjK,OAAAA,EAAAA,mBAAqBiK,CAArBjK,IDqJtB,KAAM,EAAG,CAAC,aAAc,sBCjJzBkJ,EAAAA,SAASC,QAAQC,MAAQ,MDoJxB,WCrJT,QAaW,GA9LnB,MAmLU3J,MAAM,gBACN4J,gBAAgB,cACfC,OAAQ,IACRC,KAAMC,EAAAA,QACP,cAAY,IACZ,YAAU,MACTC,QAAQ,GDsJA,CCpJQhK,OAAK,SAClB,WAAoI,uBAApI,QAAoI,OAA/HZ,MAAA,yBAA2B,EA5L9C,QA4L+C,kBAAoB,QAAI,eAAqE,QAA/DD,MAAM,cAAa,0BDyJxE,ICzJ0H,IA5LlJ,KDwVmB,EAAG,CAAC,WCxVvB,iBD2VUN,EAAO,OAASA,EAAO,MCzJzB,QAA2C,OAAtCmD,GAAG,OAAO7C,MAAM,aAAY,QAAI,KACrC,QA0BM,MA1BN,EA0BM,EAzBJ,QAkBW,KAjBTA,MAAM,cArMlB,WAsMqBsL,EAAAA,UAtMrB,uDAsMqBA,EAAS,WAtM9B,GAuMaC,IAAKC,EAAAA,SACLC,IAAKC,EAAAA,SACLC,KAAM,EACP1K,MAAM,YACN,cAAY,SACX,aAAY,GACb,aAAW,SACX,kBACCkK,SAAUS,EAAAA,qBAAuB,KD8J/B,CC5Jc,eAAW,SAC1B,WAEM,QAFN,QAEM,MAFN,GAEM,QADDC,EAAAA,YAAU,GACT,IApNpB,KDkXe,EAAG,CAAC,aAAc,MAAO,MAAO,cC3JrC,QAKe,GAJbhJ,GAAG,aACF,UAASiJ,EAAAA,QAAU,QAAU,OAC9B,UAAQ,KACP,WAAQ,iCAAEA,EAAAA,SAAWA,EAAAA,OAAb,ID6JN,KAAM,EAAG,CAAC,eCvJlB,QA4KK,MA5KL,EA4KK,EA1KJ,QA+EM,MA/EN,EA+EM,CD0EApM,EAAO,MAAQA,EAAO,KCxJ1B,QAAsB,UAAlB,iBAAa,KACjB,QAkBM,MAlBN,EAkBM,EAjBJ,QAgBgB,KAtP5B,WAsOoCqM,EAAAA,MAtOpC,uDAsOoCA,EAAK,OAtOzC,IDiYmB,CCjYnB,kBAuOc,WAce,QAdf,QAce,GArP7B,WAwOyBC,EAAAA,mBAxOzB,uBDsYwBtM,EAAO,MAAQA,EAAO,IAAM,SAACY,GAAgB,OC9J5C0L,EAAkB,oBD8J0B,GAC7CtM,EAAO,MAAQA,EAAO,IAAM,SC9JdmH,GD+JpB,IC/J4D,EAAuBoF,EAAAA,gBAAgB,KAAI,YAAK,SAAE,SAAF,IAAa,QAAQ,EAAM,WAA8BF,EAAAA,MAAQ,EAAK,OAAc,CDiKlM,IC7JC,gBAAeG,EAAAA,WACfC,WAAW,EACX,sBAAoB,EACpB,eAAa,EACbC,aAAa,EACbC,OAAM,SAAGC,GAAsB,OAAI,OAAJA,QAAI,IAAJA,OAAI,EAAJA,EAAMC,cAAN,EAC/B,iBAAc,SAAGD,GAAsB,OAAI,OAAJA,QAAI,IAAJA,OAAI,EAAJA,EAAMC,cAAN,EACxCC,KAAK,QDgKE,KAAM,EAAG,CAAC,aAAc,gBAAiB,SAAU,mBC/J7C,IArP7B,KDuZmB,EAAG,CAAC,kBClJb,QAoCM,MApCN,GAoCM,EAnCJ,QAgBY,KAhBArB,SAAUsB,EAAAA,YAAalK,KAAK,iBDuJjC,CCtJYmK,WAAS,SACxB,SAYQ,G,IAboBjI,EAAK,gBACjC,QAYQ,KAZR,QAYQ,EAXO,CACbzE,MAAM,uBACL,QAAO2M,EAAAA,mBACP,SA5QnB,QA4QgCA,EAAAA,mBAAkB,WAC/BxB,SAAoB,OAAVY,EAAAA,OAAkBC,EAAAA,qBAAuBE,EAAAA,WAAW,GAC/DjL,MAAM,UACN2L,QAAQ,WACR7C,UAAU,IACVnI,KAAK,ODuJC,CCxaxB,kBAmRkB,WAAwC,QAAxC,QAAwC,UAnR1D,kBAmR0B,WAAuB,uBAnRjD,QAmR0B,4BAAuB,IAnRjD,MAmR0D,IAnR1D,KDkbuB,KAAM,CAAC,UAAW,UAAW,aC3KH,IAvQjD,KDqbmB,EAAG,CAAC,cC9JX,QAAqB,MACrB,QAgBY,KAhBAuJ,SAAUsB,EAAAA,YAAalK,KAAK,aDkKjC,CCjKYmK,WAAS,SACxB,SAYQ,G,IAboBjI,EAAK,gBACjC,QAYQ,KAZR,QAYQ,EAXO,CACbzE,MAAM,uBACL,QAAO6M,EAAAA,kBACP,SA9RnB,QA8RgCA,EAAAA,kBAAiB,WAC9B1B,SAAoB,OAAVY,EAAAA,OAAkBC,EAAAA,qBAAuBE,EAAAA,WAAWA,EAAAA,WAAWtG,OAAS,GACnF3E,MAAM,UACN2L,QAAQ,WACR7C,UAAU,IACVnI,KAAK,ODkKC,CCrcxB,kBAqSkB,WAAyC,QAAzC,QAAyC,UArS3D,kBAqS0B,WAAwB,uBArSlD,QAqS0B,6BAAwB,IArSlD,MAqS2D,IArS3D,KD+cuB,KAAM,CAAC,UAAW,UAAW,aCtLH,IAzRjD,KDkdmB,EAAG,CAAC,gBCxKb,QAOoB,KAjT9B,WA2SqBgK,EAAAA,qBA3SrB,uDA2SqBA,EAAoB,sBA3SzC,GA4SY3K,MAAM,UACN6L,OAAO,MD4KF,CCzdjB,kBA+GqmT,WAAoG,OAgMnrTlB,EAAAA,qBAAuB,MD6KtB,WC7Kb,QAAoG,OA/S9G,GA+SkD,kBAAc,QAAGA,EAAAA,qBAAqBmB,QAAQ,IAAK,KAAE,MD8KhF,WC7Kb,QAAwC,OAhTlD,GAgTuB,yBAjMkrT,IA/GzsT,KDgeiB,EAAG,CAAC,iBAETrN,EAAO,MAAQA,EAAO,KC9K1B,QAA+B,MAA3BO,MAAA,yBAA0B,WAG7B,QAwDK,MAxDL,GAwDK,CDqHAP,EAAO,MAAQA,EAAO,KC3K1B,QAAsB,UAAlB,iBAAa,KACjB,QAoDgB,KA9W1B,WA2TqBqM,EAAAA,MA3TrB,uDA2TqBA,EAAK,OA3T1B,GA4TYiB,IAAA,ID6KK,CCzejB,kBA8TY,WAmBM,QAnBN,QAmBM,MAnBN,GAmBM,EAlBJ,QAKU,KAJRnM,MAAM,mBACLgG,MAAO,EACP,QAAK,eAlUtB,4BAkU8BkF,EAAAA,MAAQ,CAlUtC,GAkUmC,eAGrB,QAWc,QAhV5B,kBAsUgB,WAII,uBAJJ,QAII,SAJD,2LAIH,IACA,QAII,WA/UpB,QA2UmB,wEAE0B,QAAY,WAAP,MA7UlD,QA6UyD,sED2K7B,IC9KR,IA1UpB,SAkVY,QAWM,MAXN,GAWM,EAVJ,QAIW,KAHTlL,MAAM,mBACLgG,MAAO,EACP,QAAK,eAtVtB,4BAsV8BkF,EAAAA,MAAQ,CAtVtC,GAsVmC,eAErB,QAIc,QA5V5B,kBAwV2B,WACC,uBAzV5B,QAwV2B,kBACC,QAAY,WAAP,KAAC,IAzVlC,QAyVwC,yGAAZ,IAzV5B,SA8VY,QAeM,MAfN,GAeM,EAdJ,QAIW,KAHTlL,MAAM,iBACLgG,MAAO,EACP,QAAK,eAlWtB,4BAkW8BkF,EAAAA,MAAQ,CAlWtC,GAkWmC,eAErB,QAQc,QA5W5B,kBAoW2B,WACkC,uBArW7D,QAoW2B,mDACkC,QAAY,WAAP,KAAC,IArWnE,QAqWyE,qVAAZ,IArW7D,QAiVkB,IAjVlB,KD6hBiB,EAAG,CAAC,iBC5KoC,OAAVA,EAAAA,QD+K9B,WC/KT,QAAwD,KAAxD,MAjXR,eAmXwD,OAAVA,EAAAA,QDgL7B,WChLT,QAsBM,MAtBN,GAsBM,EArBJ,QAAkE,KAAlE,GAAiB,wBAAoB,QAAGkB,EAAAA,YAAYlB,EAAAA,QAAK,GAEvC,OAAVA,EAAAA,QDgLK,WCjLb,QAmBgB,KAxY1B,iBAuXqBmB,EAAAA,iBAvXrB,uDAuXqBA,EAAgB,kBAvXrC,GAwXYF,IAAA,IDmLa,CC3iBzB,kBA2XY,WAAkD,SDkLnC,SAAW,ICnL5B,QAaM,WAvYhB,QA2XmCG,EAAAA,oBAAoBpB,EAAAA,QA3XvD,SA2XoBqB,EAAKC,GDmLG,OAAQ,WCpL1B,QAaM,OAXGC,IAAKD,EACZrN,MAAM,wEDoLa,ECnLnB,QAKW,KAJTA,MAAM,oBACLa,MAAOuM,EAAI7K,KACXsE,MAAOwG,EACP,SAlYf,4BAkY4BH,EAAAA,iBAAmBG,CAlY/C,GAkYoD,YDqLnB,KAAM,EAAG,CAAC,QAAS,QAAS,aCnLjD,QAEc,QAtY1B,kBAqYc,WAAsD,QAAtD,QAAsD,KAAnD,UAAQE,EAAAA,wBAAwBxB,EAAAA,OAAOsB,IDuLnB,KAAM,EC5jB3C,IAqYoE,IArYpE,KD+jBiC,OAEP,IAAI,MCtMgC,IA3X9D,KDokByB,EAAG,CAAC,iBCpkB7B,kCDwkBY3N,EAAO,MAAQA,EAAO,KC7L1B,QAAgC,MAA5BO,MAAA,yBAA2B,aAIjC,QA2EQ,MA3ER,GA2EQ,CDiHFP,EAAO,MAAQA,EAAO,KC3LxB,QAAI,qBACJ,QAMY,MAvZtB,WAkZqB8N,EAAAA,iBAlZrB,uDAkZqBA,EAAgB,kBAlZrC,GAmZY3M,MAAM,WACLL,MAAOiN,EAAAA,gBACR,aAAW,OACX,aAAW,MD6LR,KAAM,EAAG,CAAC,aAAc,WC3L7B,QAyDM,MAzDN,GAyDM,EAxDJ,QAiBQ,MAjBR,GAiBQ,EAhBR,QAME,KAhad,WA2ZuB3C,EAAAA,kBA3ZvB,uDA2ZuBA,EAAiB,mBA3ZxC,GA4Ze,QAAK,eA5ZpB,4BA4Z4BA,EAAAA,mBAAqBA,EAAAA,iBA5ZjD,GA4ZkE,YACpDjK,MAAM,wBACNI,MAAM,UACN,mBD8LK,KAAM,EAAG,CAAC,gBC5Lf,QAQgB,QAza9B,kBAkagB,WAEI,OD4LAvB,EAAO,MAAQA,EAAO,KC9L1B,QAEI,SAFD,mKAEH,KACA,QAGI,UD0LEA,EAAO,MAAQA,EAAO,KClmB5C,QAqamB,oCD8LGA,EAAO,MAAQA,EAAO,KC7LK,QAAiC,QAA3BM,MAAM,YAAW,OAAG,ID8LrDN,EAAO,MAAQA,EAAO,KCpmB5C,QAsakF,kBAAY,QAAuD,mBAAhDoL,EAAAA,kBAAoB,UAAY,UAAf,GDgMhGpL,EAAO,MAAQA,EAAO,KCtmB5C,QAsaqJ,kEAFjI,IApapB,SA2aY,QAcM,MAdN,GAcM,EAbN,QAOE,KAnbd,WA6auBsL,EAAAA,WA7avB,uDA6auBA,EAAU,YA7ajC,GA8ae,QAAK,eA9apB,4BA8a4BA,EAAAA,YAAcA,EAAAA,UA9a1C,GA8aoD,YACrCG,UAAWF,EAAAA,mBACXpK,MAAOoK,EAAAA,mBAAqB,kBAAoB,0BACjDhK,MAAM,UACN,mBDmMK,KAAM,EAAG,CAAC,aAAc,WAAY,WCjMzC,QAIc,QAxb5B,kBAqbgB,WAEI,uBAFJ,QAEI,WAvbpB,QAqbmB,mEAC4D,QAAY,WAAP,MAtbpF,QAsb2F,+BDsMnE,ICrMJ,IAvbpB,yBAmcU,QAaM,MAbN,GAaM,EAVJ,QAQW,KA9cvB,WAucuByM,EAAAA,QAvcvB,uDAucuBA,EAAO,SAvc9B,GAwcenC,IAAK,EACLE,IAAK,EACNxK,MAAM,UACNF,QAAQ,UACR,mBD0MK,KAAM,EAAG,CAAC,eACbrB,EAAO,MAAQA,EAAO,KCxM1B,QAAoD,OAA/CmD,GAAG,wBAAuB,mBAAe,WAapD,QAmEM,MAnEN,GAmEM,EAlEN,QAiEU,gBD+HFnD,EAAO,MAAQA,EAAO,KC/L5B,QAAkC,YA9d1C,QA8dY,aAAQ,QAAY,WAAP,MA9dzB,QA8dgC,WDmMd,IACJA,EAAO,MAAQA,EAAO,KCnM5B,QAGI,WAFF,QACS,KADNuK,KAAK,uBAAuBC,OAAO,SAASC,IAAI,uBAAuB,WAhepF,QAiemB,qKAAgK,QAAY,WAAP,MAjexL,QAie+L,oIAA+H,QAAY,WAAP,MAjenU,QAie0U,gHD4MxT,KCzMR,QAwDI,MAxDJ,GAwDI,EAvDJ,QAkDI,IAlDJ,GAkDI,CDyJIzK,EAAO,MAAQA,EAAO,KChrBxC,QAqe0B,eAEd,QA+CW,KA9CTmD,GAAG,iBAxejB,WAyeuB8K,EAAAA,YAzevB,uDAyeuBA,EAAW,aAzelC,GA0ecjB,UAAU,SACTkB,OAAO,EACRC,SAAS,iBD4MF,CCxrBrB,kBA8ec,WAuCS,QAvCT,QAuCS,KAvCD7N,MAAM,eAAa,CA9ezC,kBA+egB,WAQuB,QARvB,QAQuB,GAPnBC,MAAA,oFACA0B,KAAK,eACLC,KAAK,KACJ,QAAK,iCAAE+L,EAAAA,aAAc,CAAhB,GACL,QAAK,eApf1B,4BAofkCA,EAAAA,aAAc,CApfhD,GAof6C,YACxB1M,MAAO6M,EAAAA,aACR7E,SAAS,KD8MA,KAAM,EAAG,CAAC,WC5MvB,QAA0D,KAA5CA,SAAS,KAAG,CAxf1C,kBAwf2C,WAAgB,uBAAhB,QAAgB,UAAZ,WAAO,IAAK,IAxf3D,OAyfgB,QA2Bc,UAphB9B,kBA0fkB,WAA+H,ODmNnHvJ,EAAO,MAAQA,EAAO,KCnNlC,QAA+H,MAA3HM,MAAM,QAAM,EAAC,QAAmF,KAAhFiK,KAAK,wBAAwBC,OAAO,SAASC,IAAI,uBAAsB,UA1f7G,QA0fsH,4BD0NpF,IACJzK,EAAO,MAAQA,EAAO,KC1NlC,QAEI,SAFD,uHAEH,IDyNYA,EAAO,MAAQA,EAAO,KCxNlC,QAEI,SAFD,2DAEH,IDuNYA,EAAO,MAAQA,EAAO,KCtNlC,QAEI,SAFD,0EAEH,IDqNYA,EAAO,MAAQA,EAAO,KCnNlC,QAAsG,KAAnGM,MAAM,QAAM,EArgBjC,QAqgBkC,iEAA4D,QAAY,WAAP,MArgBnG,QAqgB0G,gBDuNxE,IACJN,EAAO,MAAQA,EAAO,KCtNlC,QAAkI,MAA9HM,MAAM,QAAM,EAAC,QAAsG,KAAnGiK,KAAK,wCAAwCC,OAAO,SAASC,IAAI,uBAAsB,aAvgB7H,QAugByI,YD6NvG,IACJzK,EAAO,MAAQA,EAAO,KCruBpD,QAugBoJ,qBD+NtHA,EAAO,MAAQA,EAAO,KC7NnB,QAAI,oBD8NPA,EAAO,MAAQA,EAAO,KCvuBpD,QAygBqC,iBD+NPA,EAAO,MAAQA,EAAO,KC9NvB,QAAI,oBD+NHA,EAAO,MAAQA,EAAO,KCzuBpD,QA0gBiC,gBDgOHA,EAAO,MAAQA,EAAO,KC/NxB,QAAI,oBDgOFA,EAAO,MAAQA,EAAO,KC3uBpD,QA2gBgC,qBDiOFA,EAAO,MAAQA,EAAO,KChOnB,QAAI,oBDiOPA,EAAO,MAAQA,EAAO,KC7uBpD,QA4gBqC,oBDkOPA,EAAO,MAAQA,EAAO,KCjOpB,QAAI,oBDkONA,EAAO,MAAQA,EAAO,KC/uBpD,QA6gBoC,kBDmONA,EAAO,MAAQA,EAAO,KClOtB,QAAI,oBDmOJA,EAAO,MAAQA,EAAO,KCjvBpD,QA8gBkC,mBDoOJA,EAAO,MAAQA,EAAO,KCnOrB,QAAI,oBDoOLA,EAAO,MAAQA,EAAO,KCnvBpD,QA+gBmC,oBDqOLA,EAAO,MAAQA,EAAO,KCpOpB,QAAI,oBDqONA,EAAO,MAAQA,EAAO,KCrvBpD,QAghBoC,4BDsONA,EAAO,MAAQA,EAAO,KCrOZ,QAAI,qBAE1B,QAAgE,GAAvCM,MAAM,SAzBgG,IA1fjJ,MAufuC,IAvfvC,MAqhBuB,IArhBvB,KDgwBqB,EAAG,CAAC,kBCvOf,QAEI,KAFDiK,KAAK,IAAK,QAAK,iCAAEL,EAAAA,SAAU,CAAZ,GAAmB,QAAK,eAzhBpD,4BAyhB4DA,EAAAA,SAAU,CAzhBtE,GAyhBmE,YAAS3J,MAAA,aAAkB,sBAEpF,aAON,QAKM,MALN,GAKM,CDsOAP,EAAO,OAASA,EAAO,MC1O3B,QAEQ,KAFLuK,KAAK,sBAAsBC,OAAO,SAASC,IAAI,sBAAsBnK,MAAM,QD+OvE,EC9ON,QACG,OADEqK,IAAI,mBAAmBD,IAAA,MDmPrB,KCjPR,QAAe,OAtbL,IAhHhB,KD6xBK,EAAG,CAAC,SACT,C,+CE9xBM2D,GAAsC,CAC1C,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,QAAU,OAChB,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,MAAQ,OACd,CAAC,EAAK,OAAS,SACf,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,OAAS,SACf,CAAC,EAAK,OAAS,SACf,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,QAAU,SAChB,CAAC,EAAK,OAAS,SACf,CAAC,EAAK,QAAU,SAChB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,QACpB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,OAAS,QACnB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,OAAS,SACnB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,OAAS,QACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,QACpB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,OAAS,SACnB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,QACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,QACpB,CAAC,QAAU,QAAU,QACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,OAAS,SACnB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,MAAQ,SACnB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,OAAS,SACpB,CAAC,OAAS,OAAS,SACnB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,OACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,QACrB,CAAC,OAAS,OAAS,SACnB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,IAAM,QAAU,SACjB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,QACpB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,OAAS,SACpB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,UAIhB,SAASC,GAAQnH,EAAeoH,QAAA,IAAAA,IAAAA,EAAA,GAErC,IAAMZ,EAAQa,KAAKC,MAAc,IAARtH,GACnB5F,EAAQ8M,GAAOV,GACrB,MAAO,eAAmB,IAAXpM,EAAM,GAAQ,aAAgB,IAAXA,EAAM,GAAQ,aAAgB,IAAXA,EAAM,GAAQ,aAAKgN,EAAK,IAC/E,CCzQA,IAAM,GAAS,CACb,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA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QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,GAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,GAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAU,QAAU,QAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAU,QAAU,QAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,UACx1Eb,EAAIE,GAAOW,EAAe,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,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S,QAAS,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAU,QAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAU,QAAU,SACvzEE,EAAIb,GAAOW,EAAe,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,GAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,GAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAU,QAAU,QAAU,QAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAU,QAAU,QAAU,QAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,UACj3Eb,EAAIE,GAAOW,EAAe,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,OAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,GAAS,GAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,GAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAU,QAAU,UACnyE,MAAO,CAACpB,KAAKC,MAAQ,IAAFoB,GAAOrB,KAAKC,MAAQ,IAAFqB,GAAOtB,KAAKC,MAAQ,IAAFM,GACzD,C,4pwOCtCA,IAAIiB,GAAiC,GAErC,SAASC,GAAUvF,GACjB,OAAO,IAAI1G,SAAQ,SAACkM,EAASC,GAC3B,IAAMC,EAAMC,SAASC,cAAc,QACnCF,EAAI3F,IAAM,UACV2F,EAAIG,GAAK,QACTH,EAAII,OAAS,WACXN,EAAQE,EACV,EACAA,EAAIK,QAAUL,EAAIM,QAAU,WAC1BP,EAAOzF,EACT,EACA0F,EAAI7F,KAAOG,EAEX2F,SAASM,KAAKC,YAAYR,GAE1BJ,GAAgBlN,KAAKsN,EACvB,GACF,CACO,SAASS,GAAeC,GAE7Bd,GAAgBhN,SAAQ,SAACoN,GACvBA,EAAIW,QACN,IACAf,GAAkB,GAClB,IAAMgB,EAAWF,EAAOpF,KAAI,SAAChB,GAAQ,OAAAuF,GAAUvF,EAAV,IAErC,OAAOsG,CACT,CCZO,SAAeC,K,2BAAiBjN,SAAO,W,uCAI5C,OAHAgC,QAAQC,IAAI,qBACN1B,EAAM,qFAEL,CAAP,EAAOE,MAAM,UAAGF,EAAG,oBAAY2M,KAAKC,MAAK,MACtCzM,MAAK,SAACC,GAAa,OAAAA,EAASC,MAAT,IACnBwM,OAAM,WAAM,OAAA3M,MAAMF,GAAKG,MAAK,SAACC,GAAa,OAAAA,EAASC,MAAT,GAA9B,I,OAUV,SAAgByM,K,2BAAiBrN,SAAO,W,oEAC5B,SAAMiN,M,OAIvB,OAJMK,EAAW,SACXC,EAAeD,EAASE,cACxBC,EAAWH,EAASG,SACpBC,EAASJ,EAASI,OACjB,CAAP,EAAO,CAAEF,cAAeD,EAAaI,WAAYF,SAAUA,EAASE,WAAYD,OAAQA,EAAOC,a,OL+hBjG,IAAMC,GAA0B,GAC1BC,GAA0B,GAE1BxG,GAA4B,GAE5ByG,GAAmB,CACvB,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,aAKIH,GAAaG,GASbC,GAAY,IAAI5N,gBAAgB6N,OAAO7D,SAASjK,QAChD+N,GAA2C,SAA/BF,GAAUG,IAAI,aAC1BC,KAAuBF,IAAmE,SAAjDD,OAAOI,aAAaC,QAAQ,iBAG3E,SAASC,GAAKnD,EAAWrE,EAAmByH,GAC1C,YADuB,IAAAzH,IAAAA,EAAA,QAAmB,IAAAyH,IAAAA,EAAA,KACnCpD,EAAE3K,WAAWoK,SAAS9D,EAAOyH,EACtC,CAEA,UAAe,QAAgB,CAC7B7M,KAAI,W,MACI8M,EAAgG,WAApB,QAAzD,MAAIrO,gBAAgB6N,OAAO7D,SAASjK,QAAQgO,IAAI,iBAAS,eAAEO,eAC9EC,EAAe,IAAI,mBACvB,IAAI,aAAS,QAAS,SACtB,IAAI,aAAS,QAAS,SAGlBC,EAAc,IAAI,mBACtB,IAAI,aAAS,OAAQ,QACrB,IAAI,aAAS,OAAQ,QAGjBC,EAAqB,aACzB,GACA,CACErS,MAAO,CACLgB,MAAO,UACPsR,UAAW,cACXC,OAAQ,EACR9E,QAAS,MAKTzB,EAAkB,CACtB,IAAI2E,KAAK,KAAM,GAAI,GACnB,IAAIA,KAAK,KAAM,GAAI,GACnB,IAAIA,KAAK,KAAM,EAAG,KAGd3D,EAAc,CAClB,QACA,QACA,UAGIE,EAAsB,CAC1B,CAAC,CAAEsF,OAAQ,CAAC,WAAY,YAAaC,KAAK,EAAGnQ,KAAM,kCAAmC8K,MAAOgE,GAAWsB,QAAQ,cAAiB,CAAEF,OAAQ,CAAC,SAAU,UAAWC,KAAK,EAAGnQ,KAAM,4CAA6C8K,MAAOgE,GAAWsB,QAAQ,eACtP,CAAC,CAAEF,OAAQ,CAAC,WAAY,UAAaC,KAAK,EAAGnQ,KAAM,qCAAsC8K,MAAOgE,GAAWsB,QAAQ,cAAiB,CAAEF,OAAQ,CAAC,UAAY,WAAYC,KAAK,EAAGnQ,KAAM,oCAAqC8K,MAAOgE,GAAWsB,QAAQ,eACpP,CAAC,CAAEF,OAAQ,CAAC,WAAY,WAAYC,KAAK,EAAGnQ,KAAM,+BAAgC8K,MAAOgE,GAAWsB,QAAQ,cAAiB,CAAEF,OAAQ,CAAC,WAAY,WAAYC,KAAM,EAAGnQ,KAAM,cAAe8K,MAAOgE,GAAWsB,QAAQ,gBAGpNpF,EAA0B,CAC9B,CACE,kWACA,kFAEF,CACE,uqBACA,oSAEF,CACE,6PACA,oJAIEG,EAAU,GAChB,MAAO,CACLwE,iBAAgB,EAChBU,MAAO,KACPC,cAAc,EACdC,aAAa,EAEb5R,YAAa,UACb4M,aAAc,UACd5C,YAAa,UACbrB,WAAY,EAGZD,SAAUiI,GACV7H,cAAe6H,GAEf9F,MAAO,KACPmB,iBAAkB,KAElBT,aAAa,EACbsG,aAAc,KACd3H,IAAK,KACL4H,QAAS,KACTZ,aAAY,EACZC,YAAa,IAAI,mBACf,IAAI,aAAS,OAAQ,QACrB,IAAI,aAAS,OAAQ,QAEvBY,OAAQZ,EAAYa,eAAepQ,MAAM,KAAKsI,IAAI+H,YAClDb,mBAAkB,EAClBnF,oBAAmB,EACnBI,wBAAuB,EACvBtB,gBAAe,EACfgB,YAAW,EAEXmG,eAAgB,GAWhB5F,iBAAkB,aAElB6F,SAAU,EACV/H,UAAW,EACXE,SAAU,EACVE,SAAU2F,GAAWzL,OAAS,EAC9B0N,YAAY,oBAAIC,MAAMlC,GAAWzL,QAAQ4N,SAAM,GAC/C1H,SAAS,EACT2H,aAAc,IAAI,mBAAe,GAAIrB,EAAc,CACjD1E,QAAO,EACPgG,aAAa,IAEfhG,QAAO,EACP2D,WAAU,GACVC,cAAa,GACbC,cAAa,GACbC,iBAAgB,GAChBmC,SAAS,EAET3H,mBAAoB,IAAI4E,KAExB/O,YAAY,EACZT,mBAAoB,KAEpBwS,cAAc,EACd9I,mBAAmB,EACnB6C,aAAa,EAEb/B,qBAAsB,EACtBiI,YAAY,EAEZC,aAAc,IAAI,mBAAe,GAAI1B,EAAc,CACjD1E,QAAO,EACPgG,aAAa,IAEf3I,gBAAe,GACfC,YAAY,EAEhB,EAEA+I,QAAO,WAGL1O,KAAKoH,YAAe,iBAAkBiF,QAAY,iBAAkB3B,SAASiE,mBAAsBtC,OAAOuC,UAAUC,iBACpH7O,KAAK8O,kBACP,EAEAC,QAAO,WAAP,WACE/O,KAAK6M,kBAAmB,EACxB7M,KAAK+F,IAAM,SAAM,MAAO,CAAEiJ,aAAa,IAASC,QAAQ,CAAC,QAAS,QAAS,EAAG,CAG5EC,IAAK,SAAMC,WAIb,IAAMC,EAAW,aAAUA,WACrBC,EAAaD,EAASE,UAAUC,KAAKH,GAC3CA,EAASE,UAAY,SAACE,GACpBH,IACA,EAAKxH,iBAAmB,IAC1B,EACAuH,EAASK,MAAMzP,KAAK+F,KACpB/F,KAAK0P,gBAML,IAAMC,EAAY3P,KAAK+F,IAAI6J,WAAW,UACtCD,EAAU/U,MAAMiV,OAAS,MACzBF,EAAU/U,MAAMkV,cAAgB,OAEhC9P,KAAK2N,QAAU,eAAY,2EAA4E,CACrGoC,QAAS,EACTC,QAAS,GACTC,YAAa,8TAEbC,KAAM,WACLT,MAAMzP,KAAK+F,KASd,eAAY,4EAA6E,CACvFgK,QAAS,EACTC,QAAS,GACTC,YAAa,8TACbC,KAAM,WACLT,MAAMzP,KAAK+F,KAEd/F,KAAK2G,mBAAqB3G,KAAK6G,WAAW7G,KAAK6G,WAAWtG,OAAO,GACjEP,KAAKoO,aAAa+B,OAAOnQ,KAAKoQ,UAAUX,MAAMzP,KAAK+F,KACnD/F,KAAKyO,aAAa0B,OAAOnQ,KAAKqQ,UAAUZ,MAAMzP,KAAK+F,KAEnD/F,KAAKsQ,sBACDtQ,KAAKyF,mBACPzF,KAAKiN,mBAAmBwC,MAAMzP,KAAK+F,IAEvC,EAEA5F,SAAU,CAKRoQ,UAAS,WACP,OAAOvQ,KAAKiF,SAASC,QAAQsL,SAC/B,EACAC,OAAM,WACJ,OAAOzQ,KAAKuQ,WAAavQ,KAAKoH,WAChC,EAKA9C,QAAO,WACL,MAAO,CACL,iBAAkBtE,KAAKnE,YACvB,mBAAoBmE,KAAKyI,aACzB,uBAAwBzI,KAAK0Q,cAAgB,MAAQ,OAEzD,EAQAA,cAAe,CACbnE,IAAG,WACD,MAAsB,SAAfvM,KAAKuN,KACd,EACA9O,IAAG,SAACkS,GACF3Q,KAAK4Q,YAAY,OACnB,GAGFC,eAAgB,CACdtE,IAAG,WACD,MAAsB,UAAfvM,KAAKuN,KACd,EACA9O,IAAG,SAAC+C,GAEF,GADAxB,KAAK4Q,YAAY,UACZpP,EAAO,CACV,IAAMsP,EAAQpG,SAASqG,cAAc,eACrCD,EAAME,OACR,CACF,GAEFC,UAAS,WACP,OAAOjR,KAAKgM,WAAWhM,KAAKiG,UAC9B,EACAgB,KAAI,WACF,OAAO,IAAIsE,KAAKvL,KAAKiR,UACvB,EAEAC,UAAS,WACP,IAAMC,GAAiB,SAAkBnR,KAAKmI,iBAAkB,IAAIoD,KAAKvL,KAAKiH,KAAKmK,iBAAkB,EAAG,IAClGC,GAAgB,SAAkBrR,KAAKmI,iBAAkBnI,KAAKiH,MAIpE,OADA5G,QAAQC,IAAI,oBAAa6Q,EAAgB,KAAa,qBAAaE,EAAiB,OAChFF,IAAmBE,CAIzB,EAEAjJ,gBAAe,WACb,MAAO,CACL,CAAEkJ,GAAI,aAAcpS,KAAMc,KAAKkR,UAAY,mBAAqB,oBAChE,CAAEI,GAAI,aAAcpS,KAAMc,KAAKkR,UAAY,mBAAqB,oBAChE,CAAEI,GAAI,cAAepS,KAAMc,KAAKkR,UAAY,oBAAsB,qBAClE,CAAEI,GAAI,aAAcpS,KAAM,qBAC1B,CAAEoS,GAAI,aAAcpS,KAAMc,KAAKkR,UAAY,mBAAqB,oBAChE,CAAEI,GAAI,YAAapS,KAAMc,KAAKkR,UAAY,kBAAoB,mBAC9D,CAAEI,GAAI,MAAOpS,KAAM,OAEvB,EAGAsH,WAAU,WACR,IAAM+K,GAAS,SAAkBvR,KAAKmI,iBAAkBnI,KAAKiH,MACvDA,EAAO,IAAIsE,KAAKvL,KAAKiR,UAAYM,GACjCC,EAAQvK,EAAKwK,cACbC,EAAOF,GAAS,GAAK,KAAO,KAC9BG,EAAYH,EAAQ,GAIxB,OAHkB,IAAdG,IACFA,EAAY,IAEP,UAAG3R,KAAKiH,KAAK2K,cAAc,EAAC,YAAI3K,EAAK4K,aAAY,YAAI5K,EAAKmK,iBAAgB,YAAIO,EAAS,YAAI1K,EAAK6K,gBAAgBjT,WAAWoK,SAAS,EAAG,KAAI,YAAIyI,EACxJ,EAEAK,UAAS,WACP,OAAO/R,KAAKgS,iBAAiBhS,KAAKiH,KACpC,EAEAmJ,SAAQ,WACN,GAAIpQ,KAAK+N,eACP,OAAO/N,KAAK+N,eAEd,IAAMnP,EAAMoB,KAAKiS,gBAAgBjS,KAAKiR,WACtC,OAAOrS,EAAMoB,KAAK+R,SACpB,EAEA1B,SAAQ,WACN,OAAKrQ,KAAK2F,YAIN3F,KAAK0F,gBAAgBhI,SAASsC,KAAKiR,WAC9BjR,KAAKkS,iBAAiBlS,KAAKiH,MAJ3B,EAOX,EAEArB,mBAAkB,WAChB,OAAO5F,KAAK0F,gBAAgBhI,SAASsC,KAAKiR,UAC5C,EAEAkB,aAAY,WACV,OAAInS,KAAKmM,iBAAiBzO,SAASsC,KAAKiR,WAC/B,aAGLjR,KAAKiM,cAAcvO,SAASsC,KAAKiR,WAC5B,sBAGLjR,KAAKkM,cAAcxO,SAASsC,KAAKiR,WAC5B,gBAGF,SACT,EAEAmB,UAAS,WACP,OAAO,IAAI,mBACT,IAAI,aAASpS,KAAK4N,OAAO,GAAI5N,KAAK4N,OAAO,IACzC,IAAI,aAAS5N,KAAK4N,OAAO,GAAI5N,KAAK4N,OAAO,IAE7C,EAEAyE,YAAW,WAET,OAAmC,OAA/BrS,KAAKiH,KAAKmK,iBACLpR,KAAK+M,aAC4B,OAA/B/M,KAAKiH,KAAKmK,kBAAyD,IAA5BpR,KAAKiH,KAAK2K,cACnD5R,KAAKgN,YAELhN,KAAKoS,SAEhB,EAEAvL,WAAU,WAER,IAAM0K,EAAS,SAACtK,GAAe,gBAAkB,aAAcA,EAAhC,EACzBqL,EAAetS,KAAKgM,WAAWjG,KAAI,SAAAwM,GAAM,WAAIhH,KAAKgH,EAAKhB,EAAO,IAAIhG,KAAKgH,IAA9B,IACzCC,EAAOF,EAAavM,KAAI,SAAAkB,GAAQ,WAAKsE,KAAKtE,EAAKmK,iBAAkBnK,EAAK2K,cAAe3K,EAAK4K,cAAeY,SAAzE,IAChCC,EAASxE,MAAMyE,KAAK,IAAIC,IAAIJ,IAClC,OAAOE,EAAO3M,KAAI,SAAAwM,GAAM,WAAIhH,KAAKgH,EAAT,GAC1B,EAEAM,iBAAgB,WACd,OAAO7S,KAAKkM,cAAcxO,SAASsC,KAAKiR,UAC1C,GAKF7Q,QAAS,CAEPuI,QAAO,SAACkB,GACN,OAAOlB,GAAQkB,EACjB,EAEAd,IAAG,SAACc,GACF,OAAOd,GAAIc,EACb,EAEAtE,QAAO,SAACsE,GACN,IAAMiJ,EAAMvN,GAAQ,EAAG,EAAGsE,GAC1B,MAAO,eAAQiJ,EAAI,GAAE,aAAKA,EAAI,GAAE,aAAKA,EAAI,GAAE,MAC7C,EAEA1I,yBAAwB,SAACP,GACvB,IAAMiJ,EAAM1I,GAAyB,EAAG,EAAGP,GAC3C,MAAO,eAAQiJ,EAAI,GAAE,aAAKA,EAAI,GAAE,aAAKA,EAAI,GAAE,MAC7C,EAEAC,kBAAiB,WACf,IAAMC,EAAStI,SAASuI,cACpBD,aAAkBE,aACpBF,EAAOjS,MAEX,EAEAoS,kBAAiB,WACfnT,KAAK6M,kBAAmB,CAC1B,EAEA+D,YAAW,SAAC1R,GAAZ,WACMc,KAAKuN,QAAUrO,GACjBc,KAAKuN,MAAQ,KACbvN,KAAKoT,WAAU,WACb,EAAKL,mBACP,KAEA/S,KAAKuN,MAAQrO,CAEjB,EACAwQ,cAAa,WAAb,WACE5Q,MAAM,sBACHC,MAAK,SAAAC,GAAY,OAAAA,EAASC,MAAT,IACjBF,MAAK,SAAAgB,GACJ,aAAUA,EAAM,CACdnF,MAAO,CAAEgB,MAAO,QAASuR,OAAQ,EAAG9E,QAAS,MAC5CoH,MAAM,EAAK1J,IAChB,GACJ,EACM5H,uBAAsB,SAACnD,G,2BAAqBqD,SAAO,W,iCACvD,MAAO,CAAP,EAAOF,EAAuBnD,EAAY,CAAE2D,UAAW,CAAC,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,QAAS8M,OAAM,SAAA4H,GAAQ,e,QAErHC,eAAc,W,MACJ,QAAR,EAAAtT,KAAK+F,WAAG,SAAEkJ,QAAQ,CAAC,QAAS,QAAS,EACvC,EACAsE,KAAI,WAAJ,WACEvT,KAAK0N,aAAe8F,aAAY,WAC1B,EAAKvN,WAAa,EAAKI,SACrB,EAAKqH,eAIP,EAAKzH,UAAY,EAAKE,UAGxB,EAAKF,WAAa,CAEtB,GAAG,IACL,EACA+K,MAAK,WACChR,KAAK0N,cACP+F,cAAczT,KAAK0N,aAEvB,EACAgG,aAAY,WACV1T,KAAKoO,aAAauF,UAAU3T,KAAKqS,aACjCrS,KAAKyO,aAAakF,UAAU3T,KAAKqS,YACnC,EAOMvD,iBAAgB,W,0FACpB,MAAO,CAAP,EAAOpD,KAAgB3M,MAAK,SAACwT,GAC3B,EAAKtG,cAAgBsG,EAAG1G,cACxB,EAAKK,cAAgBqG,EAAGzG,SACxB,EAAKE,WAAa,EAAKA,WAAW4H,OAAO,EAAK3H,cAAe,EAAKC,eAAe2H,OACjF,EAAKnO,gBAAkB6M,EAAGxG,MAC5B,I,QAGFmG,iBAAgB,SAACjL,GACf,IAAM6M,EAAW9T,KAAKgS,iBAAiB/K,GACvC,OAAIjH,KAAKwO,WACA,sFAAwFsF,EAExF,qGAAuGA,CAElH,EAEA9B,iBAAgB,SAAC/K,GACf,MAAO,gBAASA,EAAKmK,iBAAgB,YAAIzE,GAAK1F,EAAK2K,cAAc,GAAE,YAAIjF,GAAK1F,EAAK4K,cAAa,YAAIlF,GAAK1F,EAAKwK,eAAc,YAAI9E,GAAK1F,EAAK6K,iBAAgB,QAC1J,EAEAG,gBAAe,SAAChB,GACd,OAAIjR,KAAKmM,iBAAiBzO,SAASuT,GAC1B,2DAGLjR,KAAKiM,cAAcvO,SAASuT,GACvB,6FAGLjR,KAAKkM,cAAcxO,SAASuT,GAC1BjR,KAAKwO,WACA,wFAEF,uGAGF,EACT,EAEAuF,eAAc,SAAC9M,GACb,GAAY,MAARA,EAAJ,CAGA,IAAM+M,EAAa,MACbC,EAAMjU,KAAKgM,WAAWkI,QAAO,SAAA3B,GAAM,OAAEA,EAAKtL,EAAQ+M,GAAgBzB,EAAKtL,EAAQ,CAA5C,IAEzCjH,KAAKmG,SAAWnG,KAAKgM,WAAWsB,QAAQ2G,EAAI,IAC5CjU,KAAKqG,SAAWrG,KAAKgM,WAAWsB,QAAQ2G,EAAIA,EAAI1T,OAAS,IACzDP,KAAKiG,UAAYjG,KAAKmG,SACtBnG,KAAKmU,cAPL,CAQF,EAEA7D,oBAAmB,WACkB,OAA/BtQ,KAAKiH,KAAKmK,kBAAyD,IAA5BpR,KAAKiH,KAAK2K,eAClD5R,KAAKiN,mBAAiCmH,cACtCpU,KAAKiN,mBAAiCoH,QAAQ,MAE9CrU,KAAKiN,mBAAiCmH,cACtCpU,KAAKiN,mBAAiCoH,QAAQ,IAEnD,EAEAF,aAAY,WAAZ,WACE,GAAKnU,KAAKsO,QAAV,CAGAjO,QAAQC,IAAI,yBAA0BN,KAAKwG,YAC3C,IAAM8N,EAAQtU,KAAKgM,WAAW7K,MAAMnB,KAAKmG,SAAUnG,KAAKqG,SAAW,GAC7D8E,EAASmJ,EAAMvO,KAAI,SAAAwM,GAAM,SAAKN,gBAAgBM,GAAM,EAAKP,iBAAiB,IAAIzG,KAAKgH,GAA1D,IACzBgC,EAAcD,EAAMJ,QAAO,SAAA3B,GAAM,SAAK7M,gBAAgBhI,SAAS6U,EAA9B,IAAmCxM,KAAI,SAAAwM,GAAM,SAAKL,iBAAiB,IAAI3G,KAAKgH,GAA/B,IACpFpH,EAAOhO,KAAI,MAAXgO,GAAM,oBAASoJ,IAAW,IAC1B,IAAMlJ,EAAWH,GAAeC,GAC5BqJ,EAAS,EACbxU,KAAKuG,qBAAuB,EAC5B8E,EAAShO,SAAQ,SAACoX,GAChBA,EAAQ1V,MAAK,WACXyV,GAAU,EACV,EAAKjO,qBAAwBiO,EAASnJ,EAAS9K,OAAU,GAC3D,IAAGkL,OAAM,SAACiJ,GACRrU,QAAQC,IAAI,sBAAuBoU,EACrC,GACF,GAhBA,CAiBF,EAEAC,kBAAiB,SAAC1N,GAChB,OAAOjH,KAAK6G,WAAW+N,WAAU,SAAAC,GAAO,OAAAA,EAAIpC,YAAcxL,EAAKwL,SAAvB,GAC1C,EAEAnL,mBAAkB,WAChBtH,KAAK2G,mBAAqB3G,KAAK6G,WAAW7G,KAAK2U,kBAAkB3U,KAAK2G,oBAAsB,EAC9F,EAEAa,kBAAiB,WACfxH,KAAK2G,mBAAqB3G,KAAK6G,WAAW7G,KAAK2U,kBAAkB3U,KAAK2G,oBAAsB,EAC9F,GAIFpF,MAAO,CAELiD,WAAU,SAACsQ,GACT9U,KAAKuE,QAAUuQ,EAAM,CAEvB,EAEAnQ,cAAa,SAACmQ,GACZzI,OAAOI,aAAasI,QAAQ,gBAAiBD,EAAIjW,YAC5CiW,IACH9U,KAAKuE,SAAU,EAEnB,EAEAgC,qBAAoB,SAACuO,GACnB9U,KAAKyG,SAAU,EACf,IAAMuO,EAAMhV,KAAKiV,IAAIlE,cAAc,sBAC/BiE,IACEF,EAAM,IACRE,EAAIE,aAAa,WAAY,QAE7BF,EAAIG,gBAAgB,YAI1B,EAEA1O,QAAO,SAAC8M,GACFA,EACFvT,KAAKuT,OAELvT,KAAKgR,OAET,EACAZ,SAAQ,SAACxR,GACPoB,KAAK0T,eACL1T,KAAKoO,aAAa+B,OAAOvR,GACzBoB,KAAKsQ,qBACP,EAEAD,SAAQ,SAACzR,GACPoB,KAAKyO,aAAa0B,OAAOvR,EAC3B,EAEA4P,WAAU,WACRxO,KAAKmU,cACP,EAEA9B,YAAW,SAACzE,GACVvN,QAAQC,IAAIN,KAAKmS,aAAcvE,EAAOC,eACxC,EAEApI,kBAAgB,SAAG2P,GACbA,EACFpV,KAAKiN,mBAAmBwC,MAAMzP,KAAK+F,KAC1B/F,KAAK+F,KACd/F,KAAK+F,IAAIsP,YAAYrV,KAAKiN,mBAE9B,EAEAjB,WAAU,WACRhM,KAAK2G,mBAAqB3G,KAAK6G,WAAW7G,KAAK6G,WAAWtG,OAAO,EACnE,EAEAmG,MAAK,SAAClF,G,MACJ,GAAa,MAATA,EAKF,OAFAxB,KAAK+T,eAAe/T,KAAK2G,mBAAmB8L,gBAC5CzS,KAAK6H,iBAAmB,MAG1B,IAAMZ,EAAiC,QAA1B,EAAAjH,KAAK4G,gBAAgBpF,UAAK,QAAKxB,KAAK2G,mBACjD3G,KAAK2G,mBAAqBM,EAC1BjH,KAAK+T,eAAe9M,EAAKwL,WACzBzS,KAAK6H,iBAAmB,IAC1B,EAEAlB,mBAAkB,SAACnF,GACH,OAAVA,GACFxB,KAAK+T,eAAevS,EAExB,EAEAqG,iBAAgB,SAACrG,G,MACf,GAAc,OAAVA,GAAgC,MAAdxB,KAAK0G,MAAe,CACxC,IAAMqB,EAAM/H,KAAK8H,oBAAoB9H,KAAK0G,OAAOlF,GACzC,QAAR,EAAAxB,KAAK+F,WAAG,SAAEkJ,QAAQlH,EAAIqF,OAAQrF,EAAIsF,MAClCrN,KAAKiG,UAAY8B,EAAIC,KACvB,CACF,EAEAK,QAAO,SAAC7G,GACNxB,KAAKoO,aAAakH,WAAW9T,GAC7BxB,KAAKyO,aAAa6G,WAAW9T,EAC/B,KM5xCE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,MAEpE,MCPA,IAAM,GCFN,ODGM,GAAa,CCIZ7G,MAAM,mBDFN,SAAS,GAAOP,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAC9E,OAAQ,WCJV,QAYM,OAZA+C,GAAIA,EAAAA,GAAI7C,MAAM,sBDOf,ECNH,QAGM,OAFHC,OAJL,8BAImCwK,EAAAA,kBAC/BzK,MAAM,YDQH,KAAM,ICNX,QAMM,MANN,GAMM,EALJ,QAAqD,aAAhD,QAA0C,qBAA1C,WAA0C,QARnD,iBAQ+B4a,EAAAA,YAAU,GAAU,IDUxC,MCTP,QAEM,aADJ,QAAqC,qBAArC,WAAqC,QAV3C,iBAU4B/Z,EAAAA,OAAK,GAAU,IDahC,MCXP,QAAiD,aAA5C,QAAsC,mBAAtC,WAAsC,QAZ/C,iBAY6Bga,EAAAA,UAAQ,GAAU,IDgBpC,QAGN,EC/BL,GDgCA,CCNA,UAAe,QAAgB,CAC7BtW,KAAM,WACNE,MAAO,CAELF,KAAM,CACJI,KAAMM,OACNJ,QAAS,MAGX6F,OAAQ,CACN/F,KAAMmW,OACNjW,QAAS,IAEXhE,MAAO,CACL8D,KAAMM,OACNJ,QAAS,YAGX8F,KAAM,CACJhG,KAAMC,SACNC,QAAS,SAACqK,GAAc,0BAAiB,IAAJA,EAAO,IAApB,GAG1BzE,gBAAiB,CACf9F,KAAMM,OACNJ,QAAS,WAGX+V,WAAY,CACVjW,KAAMM,OACNJ,QAAS,MAGXgW,SAAU,CACRlW,KAAMM,OACNJ,QAAS,QAGXgG,OAAQ,CACNlG,KAAOI,SAAWE,OAClBJ,QAAS,WAAM,gBAMnBuP,QAAO,WACL/O,KAAK0V,kBACP,EAEAvV,SAAU,CACR3C,GAAE,WACA,OAAOwC,KAAKd,KAAO,mBAAYc,KAAKd,MAAS,mBAAY2J,KAAK8M,SAAS9W,SAAS,IAAIsC,MAAM,GAC5F,EAEAyU,UAAS,WACP,OAAuB,IAAhB5V,KAAKwF,MACd,EAEAqQ,kBAAiB,WACf,MAAuB,SAAhB7V,KAAKwF,QAAqC,UAAhBxF,KAAKwF,QAAsBxF,KAAKwF,MACnE,EAEAsQ,gBAAe,WACb,MAAuB,SAAhB9V,KAAKwF,QAAqC,QAAhBxF,KAAKwF,QAAoBxF,KAAKwF,MACjE,GAKFpF,QAAS,CAEP2V,0BAAyB,WAAzB,WACQvM,EAAIxJ,KAAKqF,OACTqD,EAASwF,MAAMyE,KAAK,CAACpS,OAAQiJ,EAAE,IAAI,SAACwM,EAAGvM,GAC3C,IAAMwM,EAAK,EAAK3Q,KAAKmE,EAAED,GACjB,WAAoB0E,MAAMgI,QAAQD,GAAMA,EAAK,CAACA,EAAG,GAAE,GAAlDra,EAAK,KAAU,KACtB,MAAO,UAAGA,EAAK,YAAM,IAAF6N,EAAMD,EAAC,IAC5B,IACA,MAAO,kCAA2Bd,EAAOxK,KAAK,MAAK,IACrD,EAEAwX,iBAAgB,WACd,IAAMS,EAAWzL,SAASqG,cAAc,IAAM/Q,KAAKxC,GAAK,eACxD,GAAK2Y,EAAL,CAIA,MAAOA,EAASC,WACdD,EAASE,YAAYF,EAASC,YAEhC,IAAME,EAAM5L,SAASC,cAAc,OAOnC,GANA2L,EAAIC,UAAY,iBAChBD,EAAI1b,MAAM4b,WAAaxW,KAAK+V,4BAC5BO,EAAI1b,MAAM6M,OAAS,OAIfzH,KAAK4V,UAAW,CAClB,IAAMa,EAAQ/L,SAASC,cAAc,OACrC8L,EAAMF,UAAY,iBAClB,IAAMG,EAAMhM,SAASC,cAAc,OACnC+L,EAAIH,UAAY,eAChBJ,EAASlL,YAAYyL,GACrBP,EAASlL,YAAYqL,GACrBH,EAASlL,YAAYwL,GAEjBA,GAASzW,KAAK6V,oBAChBY,EAAM7b,MAAMwK,gBAAkBpF,KAAKsF,KAAK,GACxCtF,KAAK2W,kBAAkBF,IAErBC,GAAO1W,KAAK8V,kBACdY,EAAI9b,MAAMwK,gBAAkBpF,KAAKsF,KAAK,GACtCtF,KAAK4W,gBAAgBF,GAEzB,MACEP,EAASlL,YAAYqL,EA9BvB,CAgCF,EAEAM,gBAAe,SAACN,GACd,IAAMnR,EAAQmR,EAAIO,YACdpP,EAAS6O,EAAIQ,aACXlb,EAAQ0a,EAAI1b,MAAMwK,gBACxBqC,EAASoB,KAAK3C,IAAI2C,KAAKzC,IAAIqB,EAAQ,IAAK,IAAOtC,GAC/CmR,EAAI1b,MAAMwK,gBAAkB,cAC5BkR,EAAI1b,MAAMmc,WAAa,UAAG5R,EAAM,EAAC,wBACjCmR,EAAI1b,MAAMoc,YAAc,UAAG7R,EAAM,EAAC,wBAClCmR,EAAI1b,MAAMqc,aAAe,UAAGxP,EAAM,oBAAY7L,EAChD,EAEA+a,kBAAiB,SAACL,GAChB,IAAMnR,EAAQmR,EAAIO,YACdpP,EAAS6O,EAAIQ,aACXlb,EAAQ0a,EAAI1b,MAAMwK,gBACxBqC,EAASoB,KAAK3C,IAAI2C,KAAKzC,IAAIqB,EAAQ,IAAK,IAAOtC,GAC/CmR,EAAI1b,MAAMwK,gBAAkB,cAC5BkR,EAAI1b,MAAMmc,WAAa,UAAG5R,EAAM,EAAC,wBACjCmR,EAAI1b,MAAMoc,YAAc,UAAG7R,EAAM,EAAC,wBAClCmR,EAAI1b,MAAMsc,UAAY,UAAGzP,EAAM,oBAAY7L,EAC7C,GAGF2F,MAAO,CACL8D,OAAM,WACJrF,KAAK0V,kBACP,EACApQ,KAAI,WACFtF,KAAK0V,kBACP,KCxKE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,IAAQ,CAAC,YAAY,qBAEzF,MCPA,IAAM,GCFN,ODGM,GAAa,CCAZ/a,MAAM,mBDEN,SAAS,GAAOP,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAC9E,OAAQ,WCJV,QAaM,OAbA+C,GAAIA,EAAAA,GAAI7C,MAAM,iCDOf,ECNH,QAMM,MANN,GAMM,EALJ,QAAqD,aAAhD,QAA0C,qBAA1C,WAA0C,QAJnD,iBAI+B4a,EAAAA,YAAU,GAAU,IDUxC,MCTP,QAEM,aADJ,QAAqC,qBAArC,WAAqC,QAN3C,iBAM4B/Z,EAAAA,OAAK,GAAU,IDahC,MCXP,QAAiD,aAA5C,QAAsC,mBAAtC,WAAsC,QAR/C,iBAQ6Bga,EAAAA,UAAQ,GAAU,IDgBpC,QCdT,QAGM,OAFH5a,OAXL,8BAWmCwK,EAAAA,kBAC/BzK,MAAM,YDkBH,KAAM,IACR,EC/BL,GDgCA,CCLA,UAAe,QAAgB,CAC7BuE,KAAM,WACNE,MAAO,CAELF,KAAM,CACJI,KAAMM,OACNJ,QAAS,MAGX6F,OAAQ,CACN/F,KAAMmW,OACNjW,QAAS,IAEXhE,MAAO,CACL8D,KAAMM,OACNJ,QAAS,YAGX8F,KAAM,CACJhG,KAAMC,SACNC,QAAS,SAACqK,GAAc,0BAAiB,IAAJA,EAAO,IAApB,GAG1BzE,gBAAiB,CACf9F,KAAMM,OACNJ,QAAS,WAGX+V,WAAY,CACVjW,KAAMM,OACNJ,QAAS,MAGXgW,SAAU,CACRlW,KAAMM,OACNJ,QAAS,QAGXgG,OAAQ,CACNlG,KAAOI,SAAWE,OAClBJ,QAAS,WAAM,gBAMnBuP,QAAO,WACL/O,KAAK0V,mBACLrV,QAAQC,IAAIN,KAAKiV,IACnB,EAEA9U,SAAU,CACR3C,GAAE,WACA,OAAOwC,KAAKd,KAAO,mBAAYc,KAAKd,MAAS,mBAAY2J,KAAK8M,SAAS9W,SAAS,IAAIsC,MAAM,GAC5F,EAEAyU,UAAS,WACP,OAAuB,IAAhB5V,KAAKwF,MACd,EAEAqQ,kBAAiB,WACf,MAAuB,SAAhB7V,KAAKwF,QAAqC,UAAhBxF,KAAKwF,QAAsBxF,KAAKwF,MACnE,EAEAsQ,gBAAe,WACb,MAAuB,SAAhB9V,KAAKwF,QAAqC,QAAhBxF,KAAKwF,QAAoBxF,KAAKwF,MACjE,GAKFpF,QAAS,CAEP2V,0BAAyB,WAAzB,WACQvM,EAAIxJ,KAAKqF,OACTqD,EAASwF,MAAMyE,KAAK,CAACpS,OAAQiJ,EAAE,IAAI,SAACwM,EAAGvM,GAC3C,IAAMwM,EAAK,EAAK3Q,KAAKmE,EAAED,GACjB,WAAoB0E,MAAMgI,QAAQD,GAAMA,EAAK,CAACA,EAAG,GAAE,GAAlDra,EAAK,KAAU,KACtB,MAAO,UAAGA,EAAK,YAAM,IAAF6N,EAAMD,EAAC,IAC5B,IACA,MAAO,oCAA6Bd,EAAOxK,KAAK,MAAK,IACvD,EAEAwX,iBAAgB,WACd,IAAMS,EAAWzL,SAASqG,cAAc,IAAM/Q,KAAKxC,GAAK,eACxD,GAAK2Y,EAAL,CAOA,IAAMG,EAAM5L,SAASC,cAAc,OASnC,GAPA2L,EAAIC,UAAY,iBAChBD,EAAI1b,MAAM4b,WAAaxW,KAAK+V,4BAC5BO,EAAI1b,MAAM6M,OAAS,gBACnB6O,EAAI1b,MAAMuK,MAAQ,OAIdnF,KAAK4V,UAAW,CAClB,IAAMa,EAAQ/L,SAASC,cAAc,OACrC8L,EAAMF,UAAY,iBAClB,IAAMG,EAAMhM,SAASC,cAAc,OACnC+L,EAAIH,UAAY,eAChBJ,EAASlL,YAAYwL,GACrBN,EAASlL,YAAYqL,GACrBH,EAASlL,YAAYyL,GACrBA,GAAO1W,KAAK8V,gBACRW,GAASzW,KAAK6V,oBAChBY,EAAM7b,MAAMwK,gBAAkBpF,KAAKsF,KAAK,GACxCtF,KAAKmX,kBAAkBV,IAErBC,GAAO1W,KAAK8V,kBACdY,EAAI9b,MAAMwK,gBAAkBpF,KAAKsF,KAAK,GACtCtF,KAAKoX,mBAAmBV,GAE5B,MACEP,EAASlL,YAAYqL,EAhCvB,CAkCF,EAEAe,mBAAkB,SAACf,GACjBA,EAAI1b,MAAM4b,WAAaxW,KAAK+V,4BAC5BO,EAAI1b,MAAM6M,OAAS,gBACnB6O,EAAI1b,MAAM0c,SAAW,IACrBhB,EAAI1b,MAAM2c,WAAa,GAEzB,EAEAX,gBAAe,SAACN,GACd,IAAMnR,EAAQmR,EAAIO,YACdpP,EAAS6O,EAAIQ,aACXlb,EAAQ0a,EAAI1b,MAAMwK,gBACxBqC,EAASoB,KAAK3C,IAAI2C,KAAKzC,IAAIqB,EAAQ,IAAK,IAAOtC,GAC/CmR,EAAI1b,MAAMwK,gBAAkB,cAC5BkR,EAAI1b,MAAMmc,WAAa,UAAG5R,EAAM,EAAC,wBACjCmR,EAAI1b,MAAMoc,YAAc,UAAG7R,EAAM,EAAC,wBAClCmR,EAAI1b,MAAMqc,aAAe,UAAGxP,EAAM,oBAAY7L,EAChD,EAEA+a,kBAAiB,SAACL,GAChB,IAAMnR,EAAQmR,EAAIO,YACdpP,EAAS6O,EAAIQ,aACXlb,EAAQ0a,EAAI1b,MAAMwK,gBACxBqC,EAASoB,KAAK3C,IAAI2C,KAAKzC,IAAIqB,EAAQ,IAAK,IAAOtC,GAC/CmR,EAAI1b,MAAMwK,gBAAkB,cAC5BkR,EAAI1b,MAAMmc,WAAa,UAAG5R,EAAM,EAAC,wBACjCmR,EAAI1b,MAAMoc,YAAc,UAAG7R,EAAM,EAAC,wBAClCmR,EAAI1b,MAAMsc,UAAY,UAAGzP,EAAM,oBAAY7L,GAC3C0a,EAAI1b,MAAM2c,WAAa,IACvBjB,EAAI1b,MAAM0c,SAAW,GACvB,EAEAH,kBAAiB,SAACb,GAChBA,EAAI1b,MAAMuK,MAAM,gBAChBmR,EAAI1b,MAAM6M,OAAO,gBACjB,IAAMA,EAAS6O,EAAIQ,aACblb,EAAQ0a,EAAI1b,MAAMwK,gBACxBkR,EAAI1b,MAAMwK,gBAAkB,cAE5BkR,EAAI1b,MAAMsc,UAAY,UAAGzP,EAAO,EAAC,wBACjC6O,EAAI1b,MAAMqc,aAAe,UAAGxP,EAAO,EAAC,wBACpC6O,EAAI1b,MAAMoc,YAAc,UAAGvP,EAAM,oBAAY7L,EAC/C,EAEAwb,mBAAkB,SAACd,GACjBA,EAAI1b,MAAMuK,MAAM,gBAChBmR,EAAI1b,MAAM6M,OAAO,gBACjB,IAAMA,EAAS6O,EAAIQ,aACblb,EAAQ0a,EAAI1b,MAAMwK,gBACxBkR,EAAI1b,MAAMwK,gBAAkB,cAE5BkR,EAAI1b,MAAMsc,UAAY,UAAGzP,EAAO,EAAC,wBACjC6O,EAAI1b,MAAMqc,aAAe,UAAGxP,EAAO,EAAC,wBACpC6O,EAAI1b,MAAMmc,WAAa,UAAGtP,EAAM,oBAAY7L,EAC9C,GAGF2F,MAAO,CACL8D,OAAM,WACJrF,KAAK0V,kBACP,EACApQ,KAAI,WACFtF,KAAK0V,kBACP,KC9ME,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,IAAQ,CAAC,YAAY,qBAEzF,MCPA,IAAM,GAAa,CCeR/a,MAAM,0BDdX,GAAa,CCuBRA,MAAM,yBDrBV,SAAS,GAAOP,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAM9E,OAAQ,WCVR,QA6BW,KA9Bb,WACqB+c,EAAAA,cADrB,qDACqBA,EAAa,eADlC,GACoC,YAAU,ODczC,CCbgBnQ,WAAS,SACxB,SAWY,G,IAZuBoQ,EAAc,gBACjD,QAWY,KAXAva,KAAMwa,EAAAA,iBAAmB5R,UAAW6R,EAAAA,aDiB7C,CChBgBtQ,WAAS,SAC1B,SAOS,G,IARsBjI,EAAK,gBACpC,QAOS,KAPT,6BACcqY,GAAmBrY,GAAK,CACpCxE,MAAA,sEAAuE8J,UAAU,IAChF,QAAK,+BAAE8S,EAAAA,eAAgB,CAAlB,GACL,UAASI,EAAAA,gBDkBN,CC3Bd,kBAUW,WAEH,qBAZR,QAUW,6CAEH,IAZR,KDgCa,KAAM,CAAC,cC5BwB,IAJ5C,KDmCS,KAAM,CAAC,OAAQ,aCjC+B,IAFvD,kBAgBI,WAaS,QAbT,QAaS,KAbDjd,MAAM,uBAAqB,CAhBvC,kBAiBM,WAQM,QARN,QAQM,MARN,GAQM,EAPJ,QAMS,KALPA,MAAM,+BACL,QAAK,+BAAE6c,EAAAA,eAAgB,CAAlB,GACL,UAASI,EAAAA,eDwBL,CC7Cf,kBAsBS,WAED,qBAxBR,QAsBS,gBAED,IAxBR,KDkDe,EAAG,CAAC,iBCxBb,QAEM,MAFN,GAEM,EADJ,QAA2B,uBAA3B,WAA2B,QA3BnC,iBA2BiBC,EAAAA,UAAQ,GAAU,MAFvB,IAzBZ,MA6Ba,IA7Bb,KD8DK,EAAG,CAAC,cACT,CC5BA,UAAe,QAAgB,CAC7B3Y,KAAM,aACNE,MAAO,CACLyY,SAAU,CACRvY,KAAMM,OACND,UAAU,GAEZgY,YAAa,CACXrY,KAAMI,QACNC,UAAU,EACVH,SAAS,GAEXsY,YAAa,CACXxY,KAAMM,OACND,UAAU,EACVH,aAASyB,IAMblB,KAAI,W,MACF,MAAO,CACLyX,eAAe,EACfE,iBAAiC,QAAf,EAAA1X,KAAK8X,mBAAU,QAAM9X,KAAK2X,YAAc,kBAAe1W,EAE7E,EAEAb,QAAS,CACPwX,cAAa,SAACG,GACM,UAAdA,EAAM9P,MACRjI,KAAKwX,eAAiBxX,KAAKwX,cAE/B,KC7DE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,MAEpE,M,6CCMA,UAAe,SAAc,CAE3BQ,MAAO,CACLC,WAAY,MACZC,QAAO,KACPC,KAAM,CACJC,IAAG,OAGPC,OAAQ,CACNA,OAAQ,KACRC,SAAU,KACVC,SAAU,CAAEC,GAAE,OAEhB3Y,MAAO,CACL4Y,aAAc,U,+CCHlB,MAAQC,IAAI,QACZ,MAAQA,IAAI,QACZ,MAAQA,IAAI,QACZ,MAAQA,IAAI,QACZ,MAAQA,IAAI,QACZ,MAAQA,IAAI,QACZ,MAAQA,IAAI,QACZ,MAAQA,IAAI,QACZ,MAAQA,IAAI,QAKZ,IAAMC,GAAS,SAACC,EAAiBC,GAAkC,OAAAD,EAAGhe,MAAMke,WAAcD,EAAa,MAAI,SAAW,EAAnD,GAEnE,QAAUE,GAAW,CAAC,GAGnBC,IAAIC,IAGJC,UAIC,OAAQ,CAENC,YAAW,SAACP,EAAIC,EAASO,EAAQC,GAC/BV,GAAOC,EAAIC,EACb,EAEAS,QAAO,SAACV,EAAIC,EAASO,EAAQC,GAC3BV,GAAOC,EAAIC,EACb,IAIHU,UAAU,oBAAqB,OAC/BA,UAAU,cAAe,EAAAC,YACzBD,UAAU,0BAA2B,EAAAE,wBACrCF,UAAU,eAAgB,EAAAG,aAC1BH,UAAU,WAAY,IACtBA,UAAU,kBAAmBI,GAC7BJ,UAAU,cAAeK,IACzBL,UAAU,sBAAuBM,IACjCN,UAAU,cAAe,MAGzBO,MAAM,O,GC1ELC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBhZ,IAAjBiZ,EACH,OAAOA,EAAaC,QAGrB,IAAIC,EAASL,EAAyBE,GAAY,CAGjDE,QAAS,CAAC,GAOX,OAHAE,EAAoBJ,GAAUK,KAAKF,EAAOD,QAASC,EAAQA,EAAOD,QAASH,GAGpEI,EAAOD,OACf,CAGAH,EAAoBO,EAAIF,E,MCzBxB,IAAIG,EAAW,GACfR,EAAoBS,EAAI,CAACC,EAAQC,EAAUC,EAAIC,KAC9C,IAAGF,EAAH,CAMA,IAAIG,EAAeC,IACnB,IAAStR,EAAI,EAAGA,EAAI+Q,EAASja,OAAQkJ,IAAK,CAGzC,IAFA,IAAKkR,EAAUC,EAAIC,GAAYL,EAAS/Q,GACpCuR,GAAY,EACPC,EAAI,EAAGA,EAAIN,EAASpa,OAAQ0a,MACpB,EAAXJ,GAAsBC,GAAgBD,IAAaK,OAAO/M,KAAK6L,EAAoBS,GAAGU,OAAOlT,GAAS+R,EAAoBS,EAAExS,GAAK0S,EAASM,MAC9IN,EAASS,OAAOH,IAAK,IAErBD,GAAY,EACTH,EAAWC,IAAcA,EAAeD,IAG7C,GAAGG,EAAW,CACbR,EAASY,OAAO3R,IAAK,GACrB,IAAIS,EAAI0Q,SACE3Z,IAANiJ,IAAiBwQ,EAASxQ,EAC/B,CACD,CACA,OAAOwQ,CAnBP,CAJCG,EAAWA,GAAY,EACvB,IAAI,IAAIpR,EAAI+Q,EAASja,OAAQkJ,EAAI,GAAK+Q,EAAS/Q,EAAI,GAAG,GAAKoR,EAAUpR,IAAK+Q,EAAS/Q,GAAK+Q,EAAS/Q,EAAI,GACrG+Q,EAAS/Q,GAAK,CAACkR,EAAUC,EAAIC,EAqBjB,C,WCzBdb,EAAoBxQ,EAAK4Q,IACxB,IAAIiB,EAASjB,GAAUA,EAAOkB,WAC7B,IAAOlB,EAAO,WACd,IAAM,EAEP,OADAJ,EAAoBuB,EAAEF,EAAQ,CAAElS,EAAGkS,IAC5BA,CAAM,C,WCLdrB,EAAoBuB,EAAI,CAACpB,EAASqB,KACjC,IAAI,IAAIvT,KAAOuT,EACXxB,EAAoByB,EAAED,EAAYvT,KAAS+R,EAAoByB,EAAEtB,EAASlS,IAC5EiT,OAAOQ,eAAevB,EAASlS,EAAK,CAAE0T,YAAY,EAAMpP,IAAKiP,EAAWvT,IAE1E,C,WCND+R,EAAoB7P,EAAI,WACvB,GAA0B,kBAAfyR,WAAyB,OAAOA,WAC3C,IACC,OAAO5b,MAAQ,IAAIT,SAAS,cAAb,EAChB,CAAE,MAAOsc,GACR,GAAsB,kBAAXxP,OAAqB,OAAOA,MACxC,CACA,CAPuB,E,WCAxB2N,EAAoByB,EAAI,CAACK,EAAKC,IAAUb,OAAOc,UAAUC,eAAe3B,KAAKwB,EAAKC,E,WCClF/B,EAAoB9P,EAAKiQ,IACH,qBAAX+B,QAA0BA,OAAOC,aAC1CjB,OAAOQ,eAAevB,EAAS+B,OAAOC,YAAa,CAAE3a,MAAO,WAE7D0Z,OAAOQ,eAAevB,EAAS,aAAc,CAAE3Y,OAAO,GAAO,C,WCL9DwY,EAAoBoC,EAAI,E,WCKxB,IAAIC,EAAkB,CACrB,IAAK,GAaNrC,EAAoBS,EAAEQ,EAAKqB,GAA0C,IAA7BD,EAAgBC,GAGxD,IAAIC,EAAuB,CAACC,EAA4Bzc,KACvD,IAGIka,EAAUqC,GAHT3B,EAAU8B,EAAaC,GAAW3c,EAGhB0J,EAAI,EAC3B,GAAGkR,EAAS9c,MAAML,GAAgC,IAAxB6e,EAAgB7e,KAAa,CACtD,IAAIyc,KAAYwC,EACZzC,EAAoByB,EAAEgB,EAAaxC,KACrCD,EAAoBO,EAAEN,GAAYwC,EAAYxC,IAGhD,GAAGyC,EAAS,IAAIhC,EAASgC,EAAQ1C,EAClC,CAEA,IADGwC,GAA4BA,EAA2Bzc,GACrD0J,EAAIkR,EAASpa,OAAQkJ,IACzB6S,EAAU3B,EAASlR,GAChBuQ,EAAoByB,EAAEY,EAAiBC,IAAYD,EAAgBC,IACrED,EAAgBC,GAAS,KAE1BD,EAAgBC,GAAW,EAE5B,OAAOtC,EAAoBS,EAAEC,EAAO,EAGjCiC,EAAqBC,KAAK,oCAAsCA,KAAK,qCAAuC,GAChHD,EAAmBtf,QAAQkf,EAAqBhN,KAAK,KAAM,IAC3DoN,EAAmBxf,KAAOof,EAAqBhN,KAAK,KAAMoN,EAAmBxf,KAAKoS,KAAKoN,G,KC7CvF,IAAIE,EAAsB7C,EAAoBS,OAAExZ,EAAW,CAAC,MAAM,IAAO+Y,EAAoB,QAC7F6C,EAAsB7C,EAAoBS,EAAEoC,E","sources":["webpack://@cosmicds/tempo-lite/./src/LocationSearch.vue?f453","webpack://@cosmicds/tempo-lite/./src/LocationSearch.vue","webpack://@cosmicds/tempo-lite/./src/mapbox.ts","webpack://@cosmicds/tempo-lite/./src/LocationSearch.vue?efea","webpack://@cosmicds/tempo-lite/./src/TempoLite.vue?d9cf","webpack://@cosmicds/tempo-lite/./src/TempoLite.vue","webpack://@cosmicds/tempo-lite/./src/cividis.ts","webpack://@cosmicds/tempo-lite/./src/svs_cmap.ts","webpack://@cosmicds/tempo-lite/./src/revised_cmap.ts","webpack://@cosmicds/tempo-lite/./src/PreloadImages.ts","webpack://@cosmicds/tempo-lite/./src/timestamps.ts","webpack://@cosmicds/tempo-lite/./src/TempoLite.vue?8f1a","webpack://@cosmicds/tempo-lite/./src/ColorBar.vue?8427","webpack://@cosmicds/tempo-lite/./src/ColorBar.vue","webpack://@cosmicds/tempo-lite/./src/ColorBar.vue?34cb","webpack://@cosmicds/tempo-lite/./src/ColorBarHorizontal.vue?c490","webpack://@cosmicds/tempo-lite/./src/ColorBarHorizontal.vue","webpack://@cosmicds/tempo-lite/./src/ColorBarHorizontal.vue?52d1","webpack://@cosmicds/tempo-lite/./src/InfoButton.vue?852a","webpack://@cosmicds/tempo-lite/./src/InfoButton.vue","webpack://@cosmicds/tempo-lite/./src/InfoButton.vue?0de9","webpack://@cosmicds/tempo-lite/./plugins/vuetify.ts","webpack://@cosmicds/tempo-lite/./src/main.ts","webpack://@cosmicds/tempo-lite/webpack/bootstrap","webpack://@cosmicds/tempo-lite/webpack/runtime/chunk loaded","webpack://@cosmicds/tempo-lite/webpack/runtime/compat get default export","webpack://@cosmicds/tempo-lite/webpack/runtime/define property getters","webpack://@cosmicds/tempo-lite/webpack/runtime/global","webpack://@cosmicds/tempo-lite/webpack/runtime/hasOwnProperty shorthand","webpack://@cosmicds/tempo-lite/webpack/runtime/make namespace object","webpack://@cosmicds/tempo-lite/webpack/runtime/publicPath","webpack://@cosmicds/tempo-lite/webpack/runtime/jsonp chunk loading","webpack://@cosmicds/tempo-lite/webpack/startup"],"sourcesContent":["import { resolveComponent as _resolveComponent, createVNode as _createVNode, renderSlot as _renderSlot, vShow as _vShow, withDirectives as _withDirectives, withKeys as _withKeys, normalizeClass as _normalizeClass, withCtx as _withCtx, withModifiers as _withModifiers, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_font_awesome_icon = _resolveComponent(\"font-awesome-icon\")!\n const _component_v_combobox = _resolveComponent(\"v-combobox\")!\n\n return (_openBlock(), _createElementBlock(\"div\", {\n class: \"forward-geocoding-container\",\n style: _normalizeStyle(_ctx.cssStyles)\n }, [\n _withDirectives(_createVNode(_component_v_combobox, {\n class: _normalizeClass(['forward-geocoding-input', _ctx.locationJustUpdated ? 'geocode-success' : '', _ctx.small ? 'forward-geocoding-input-small' : '']),\n modelValue: _ctx.searchText,\n \"onUpdate:modelValue\": [\n _cache[0] || (_cache[0] = ($event: any) => ((_ctx.searchText) = $event)),\n _ctx.setLocationFromSearchFeature\n ],\n items: _ctx.searchResults ? _ctx.searchResults.features : [],\n \"item-title\": _ctx.textForMapboxFeature,\n \"bg-color\": _ctx.bgColor,\n label: _ctx.locationLabel,\n density: _ctx.small ? 'compact' : 'default',\n \"hide-details\": \"\",\n solo: \"\",\n color: _ctx.accentColor,\n onInput: () => {},\n onKeydown: [\n _withKeys(_ctx.performForwardGeocodingSearch, [\"enter\"]),\n _cache[1] || (_cache[1] = _withKeys(($event: any) => (_ctx.searchResults = null), [\"esc\"]))\n ],\n \"error-messages\": _ctx.searchErrorMessage,\n \"onClick:append\": _ctx.focusCombobox,\n \"onUpdate:focused\": _cache[2] || (_cache[2] = ($event: any) => (_ctx.onFocusChange($event))),\n ref: \"searchInput\",\n menu: _ctx.menuOpen,\n \"onUpdate:menu\": _cache[3] || (_cache[3] = ($event: any) => (_ctx.menuOpen = $event))\n }, {\n append: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n class: \"geocoding-search-icon\",\n icon: \"magnifying-glass\",\n size: _ctx.searchOpen ? 'xl' : _ctx.buttonSize,\n color: \"gray\",\n onClick: _ctx.toggleSearch\n }, null, 8, [\"size\", \"onClick\"]),\n _renderSlot(_ctx.$slots, \"append-icon\", { class: \"geocode-icon\" }),\n _withDirectives(_createVNode(_component_font_awesome_icon, {\n class: \"geocoding-close-icon\",\n icon: \"circle-xmark\",\n size: _ctx.searchOpen ? 'xl' : '1x',\n color: \"gray\",\n onClick: _ctx.closeSearch\n }, null, 8, [\"size\", \"onClick\"]), [\n [_vShow, _ctx.searchOpen && !_ctx.stayOpen]\n ])\n ]),\n _: 3\n }, 8, [\"class\", \"modelValue\", \"items\", \"item-title\", \"bg-color\", \"label\", \"density\", \"color\", \"onUpdate:modelValue\", \"onKeydown\", \"error-messages\", \"onClick:append\", \"menu\"]), [\n [_vShow, _ctx.searchOpen]\n ]),\n _withDirectives(_createVNode(_component_font_awesome_icon, {\n class: \"geocoding-search-icon\",\n icon: \"magnifying-glass\",\n size: _ctx.searchOpen ? 'xl' : _ctx.buttonSize,\n color: \"gray\",\n onClick: _withModifiers(_ctx.toggleSearch, [\"prevent\"])\n }, null, 8, [\"size\", \"onClick\"]), [\n [_vShow, !_ctx.searchOpen && !_ctx.stayOpen]\n ])\n ], 4))\n}","\n\n\n\n\n\n","export interface MapBoxContextItem {\n id: string;\n // eslint-disable-next-line @typescript-eslint/naming-convention\n mapbox_id: string;\n text: string;\n wikidata: string;\n // eslint-disable-next-line @typescript-eslint/naming-convention\n short_code?: string;\n}\n\n// The field names here come from MapBox\nexport interface MapBoxFeature {\n // eslint-disable-next-line @typescript-eslint/naming-convention\n place_type: string[];\n // eslint-disable-next-line @typescript-eslint/naming-convention\n place_name: string;\n text?: string;\n // eslint-disable-next-line @typescript-eslint/naming-convention\n properties: { short_code: string; };\n center: [number, number];\n context: MapBoxContextItem[];\n}\n\nexport interface MapBoxFeatureCollection {\n type: \"FeatureCollection\";\n features: MapBoxFeature[];\n}\n\n// TODO: Add more options as we need them\n// See https://docs.mapbox.com/api/search/geocoding-v6/#forward-geocoding-with-search-text-input\nexport interface MapBoxForwardGeocodingOptions {\n // For countries, use the ISO 3166-1 alpha-2 country codes:\n // https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\n countries?: string[];\n types?: string[];\n}\n\nconst RELEVANT_FEATURE_TYPES = [\"postcode\", \"place\", \"region\", \"country\"];\nconst NA_COUNTRIES = [\"United States\", \"Canada\", \"Mexico\"];\nconst NA_ABBREVIATIONS = [\"US-\", \"CA-\", \"MX-\"];\n\nexport function findBestFeature(collection: MapBoxFeatureCollection): MapBoxFeature | null {\n const relevantFeatures = collection.features.filter(feature => RELEVANT_FEATURE_TYPES.some(type => feature.place_type.includes(type)));\n const placeFeature = relevantFeatures.find(feature => feature.place_type.includes(\"place\")) ?? (relevantFeatures.find(feature => feature.place_type.includes(\"postcode\")) ?? undefined);\n if (placeFeature !== undefined) {\n return placeFeature;\n }\n const regionFeature = relevantFeatures.find(feature => feature.place_type.includes(\"region\"));\n if (regionFeature !== undefined) {\n return regionFeature;\n }\n const countryFeature = relevantFeatures.find(feature => feature.place_type.includes(\"country\"));\n if (countryFeature !== undefined) {\n return countryFeature;\n }\n return null;\n}\n\nexport function textForMapboxFeature(feature: MapBoxFeature): string {\n const pieces: string[] = [];\n if (feature.text) {\n pieces.push(feature.text);\n }\n feature.context.forEach(item => {\n const itemType = item.id.split(\".\")[0];\n if (!RELEVANT_FEATURE_TYPES.includes(itemType)) {\n return;\n }\n let text = null as string | null;\n const shortCode = item.short_code;\n if (itemType === \"region\" && shortCode != null) {\n if (NA_ABBREVIATIONS.some(abbr => shortCode.startsWith(abbr))) {\n text = shortCode.substring(3);\n }\n } else if (itemType === \"country\") {\n const itemText = item.text;\n if (!NA_COUNTRIES.includes(itemText)) {\n text = itemText; \n }\n }\n if (text !== null) {\n pieces.push(text);\n }\n });\n return pieces.join(\", \");\n}\n\nexport function textForMapboxResults(results: MapBoxFeatureCollection): string {\n const feature = findBestFeature(results);\n return feature !== null ? textForMapboxFeature(feature) : \"\";\n}\n\nexport async function textForLocation(longitudeDeg: number, latitudeDeg: number): Promise {\n const accessToken = process.env.VUE_APP_MAPBOX_ACCESS_TOKEN;\n const url = `https://api.mapbox.com/geocoding/v5/mapbox.places/${longitudeDeg},${latitudeDeg}.json?access_token=${accessToken}`;\n return fetch(url)\n .then(response => response.json())\n .then((result: MapBoxFeatureCollection) => {\n if (result.features.length === 0) {\n const ns = latitudeDeg >= 0 ? 'N' : 'S';\n const ew = longitudeDeg >= 0 ? 'E' : 'W';\n const lat = Math.abs(latitudeDeg).toFixed(3);\n const lon = Math.abs(longitudeDeg).toFixed(3);\n return `${lat}° ${ns}, ${lon}° ${ew}`;\n }\n return textForMapboxResults(result);\n });\n}\n\nexport async function geocodingInfoForSearch(searchText: string, options?: MapBoxForwardGeocodingOptions): Promise {\n const accessToken = process.env.VUE_APP_MAPBOX_ACCESS_TOKEN;\n const search = new URLSearchParams();\n search.set(\"access_token\", accessToken ?? \"\");\n const types = (options?.types ?? [\"place\", \"postcode\"]).join(\",\");\n search.set(\"types\", types);\n if (options?.countries) {\n search.set(\"country\", options.countries.join(\",\"));\n }\n const url = `https://api.mapbox.com/geocoding/v5/mapbox.places/${searchText}.json?${search.toString()}`;\n return fetch(url).then(response => response.json());\n}\n","import { render } from \"./LocationSearch.vue?vue&type=template&id=7c5ec40b&ts=true\"\nimport script from \"./LocationSearch.vue?vue&type=script&lang=ts\"\nexport * from \"./LocationSearch.vue?vue&type=script&lang=ts\"\n\nimport \"./LocationSearch.vue?vue&type=style&index=0&id=7c5ec40b&lang=less\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { resolveComponent as _resolveComponent, withKeys as _withKeys, createVNode as _createVNode, createElementVNode as _createElementVNode, withCtx as _withCtx, createTextVNode as _createTextVNode, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, toDisplayString as _toDisplayString, createElementBlock as _createElementBlock, mergeProps as _mergeProps, renderList as _renderList, Fragment as _Fragment } from \"vue\"\nimport _imports_0 from './assets/TEMPO-Logo-Small.png'\nimport _imports_1 from './assets/smithsonian.png'\n\n\nconst _hoisted_1 = {\n key: 0,\n id: \"introduction-overlay\",\n class: \"elevation-10 gradient-background\"\n}\nconst _hoisted_2 = { id: \"intro-window-close-button\" }\nconst _hoisted_3 = { class: \"intro-text mb-3\" }\nconst _hoisted_4 = { id: \"intro-bottom-controls\" }\nconst _hoisted_5 = { id: \"main-content\" }\nconst _hoisted_6 = { class: \"content-with-sidebars\" }\nconst _hoisted_7 = { id: \"map-container\" }\nconst _hoisted_8 = {\n id: \"map-contents\",\n style: {\"width\":\"100%\",\"height\":\"100%\"}\n}\nconst _hoisted_9 = {\n key: 0,\n id: \"map-legend\"\n}\nconst _hoisted_10 = { id: \"map-show-hide-clouds\" }\nconst _hoisted_11 = { id: \"slider-row\" }\nconst _hoisted_12 = { class: \"thumb-label\" }\nconst _hoisted_13 = { id: \"user-options\" }\nconst _hoisted_14 = { id: \"all-dates\" }\nconst _hoisted_15 = { class: \"d-flex flex-row align-center\" }\nconst _hoisted_16 = { class: \"d-flex flex-row align-center my-2\" }\nconst _hoisted_17 = { key: 0 }\nconst _hoisted_18 = { key: 1 }\nconst _hoisted_19 = { id: \"date-radio\" }\nconst _hoisted_20 = { class: \"d-flex flex-row align-center\" }\nconst _hoisted_21 = { class: \"d-flex flex-row align-center\" }\nconst _hoisted_22 = { class: \"d-flex flex-row align-center\" }\nconst _hoisted_23 = {\n key: 0,\n style: {\"border-color\":\"grey\"}\n}\nconst _hoisted_24 = {\n key: 1,\n id: \"locations-of-interest\"\n}\nconst _hoisted_25 = { class: \"mb-1\" }\nconst _hoisted_26 = [\"innerHTML\"]\nconst _hoisted_27 = { id: \"bottom-options\" }\nconst _hoisted_28 = { id: \"control-checkboxes\" }\nconst _hoisted_29 = { class: \"d-flex flex-row align-center justify-space-between\" }\nconst _hoisted_30 = { class: \"d-flex flex-row align-center justify-space-between\" }\nconst _hoisted_31 = { id: \"opacity-slider-container\" }\nconst _hoisted_32 = { id: \"information\" }\nconst _hoisted_33 = { class: \"d-flex flex-row justify-space-between\" }\nconst _hoisted_34 = { tabindex: \"0\" }\nconst _hoisted_35 = { id: \"body-logos\" }\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_font_awesome_icon = _resolveComponent(\"font-awesome-icon\")!\n const _component_v_window_item = _resolveComponent(\"v-window-item\")!\n const _component_v_icon = _resolveComponent(\"v-icon\")!\n const _component_v_checkbox = _resolveComponent(\"v-checkbox\")!\n const _component_v_window = _resolveComponent(\"v-window\")!\n const _component_v_btn = _resolveComponent(\"v-btn\")!\n const _component_v_dialog = _resolveComponent(\"v-dialog\")!\n const _component_v_overlay = _resolveComponent(\"v-overlay\")!\n const _component_colorbar_horizontal = _resolveComponent(\"colorbar-horizontal\")!\n const _component_location_search = _resolveComponent(\"location-search\")!\n const _component_colorbar = _resolveComponent(\"colorbar\")!\n const _component_v_slider = _resolveComponent(\"v-slider\")!\n const _component_icon_button = _resolveComponent(\"icon-button\")!\n const _component_date_picker = _resolveComponent(\"date-picker\")!\n const _component_v_radio_group = _resolveComponent(\"v-radio-group\")!\n const _component_v_tooltip = _resolveComponent(\"v-tooltip\")!\n const _component_v_spacer = _resolveComponent(\"v-spacer\")!\n const _component_v_progress_linear = _resolveComponent(\"v-progress-linear\")!\n const _component_v_radio = _resolveComponent(\"v-radio\")!\n const _component_info_button = _resolveComponent(\"info-button\")!\n const _component_v_select = _resolveComponent(\"v-select\")!\n const _component_v_card_title = _resolveComponent(\"v-card-title\")!\n const _component_funding_acknowledgement = _resolveComponent(\"funding-acknowledgement\")!\n const _component_v_card_text = _resolveComponent(\"v-card-text\")!\n const _component_v_card = _resolveComponent(\"v-card\")!\n const _component_credit_logos = _resolveComponent(\"credit-logos\")!\n const _component_v_app = _resolveComponent(\"v-app\")!\n\n return (_openBlock(), _createBlock(_component_v_app, {\n id: \"app\",\n style: _normalizeStyle(_ctx.cssVars)\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_overlay, {\n \"model-value\": _ctx.inIntro,\n style: _normalizeStyle(_ctx.cssVars),\n id: \"intro-background\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_dialog, {\n modelValue: _ctx.inIntro,\n \"onUpdate:modelValue\": _cache[9] || (_cache[9] = ($event: any) => ((_ctx.inIntro) = $event))\n }, {\n default: _withCtx(() => [\n (_ctx.inIntro)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_1, [\n _createVNode(_component_v_window, {\n modelValue: _ctx.introSlide,\n \"onUpdate:modelValue\": _cache[4] || (_cache[4] = ($event: any) => ((_ctx.introSlide) = $event))\n }, {\n additional: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_2, [\n _createVNode(_component_font_awesome_icon, {\n size: \"xl\",\n class: \"ma-1\",\n color: \"#b3d5e6\",\n icon: \"square-xmark\",\n onClick: _cache[0] || (_cache[0] = ($event: any) => (_ctx.inIntro = !_ctx.inIntro)),\n onKeyup: _cache[1] || (_cache[1] = _withKeys(($event: any) => (_ctx.inIntro = !_ctx.inIntro), [\"enter\"])),\n tabindex: \"0\",\n \"tooltip-location\": \"start\"\n })\n ])\n ]),\n default: _withCtx(() => [\n _createVNode(_component_v_window_item, { value: 1 }, {\n default: _withCtx(() => _cache[39] || (_cache[39] = [\n _createElementVNode(\"div\", { class: \"intro-text\" }, [\n _createElementVNode(\"p\", { class: \"mb-5\" }, \" The TEMPO satellite mission (Tropospheric Emissions: Monitoring Pollution), launched in April 2023, is the first space-based instrument to monitor major air pollutants across the North American continent every daylight hour at high spatial resolution. A collaboration between NASA and the Smithsonian Astrophysical Observatory, the TEMPO instrument gathers hourly daytime scans of the atmosphere over North America from the Atlantic Ocean to the Pacific Coast and from roughly Mexico City to central Canada. \")\n ], -1)\n ])),\n _: 1\n }),\n _createVNode(_component_v_window_item, { value: 2 }, {\n default: _withCtx(() => _cache[40] || (_cache[40] = [\n _createElementVNode(\"div\", { class: \"intro-text mb-3\" }, [\n _createElementVNode(\"p\", { class: \"mb-3\" }, [\n _createTextVNode(\" This Data Story provides an introduction to what can be learned from TEMPO’s data, which became publicly available May 20, 2024. The map here visualizes hourly Nitrogen Dioxide (NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\") data over time. NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" can be produced by: \")\n ]),\n _createElementVNode(\"ul\", null, [\n _createElementVNode(\"li\", null, \"Burning of fossil fuels—for example from vehicles, power plants, manufacturing sites, and oil refineries\"),\n _createElementVNode(\"li\", null, \"Fires and biomass burning—including wildfires and prescribed burns, as well as burning of vegetation for land clearing\"),\n _createElementVNode(\"li\", null, [\n _createTextVNode(\"Bacteria, which naturally convert nitrogen in soil into compounds that can form NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\". Agricultural use of nitrogen-based fertilizers increases the amount of NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" produced by these bacteria.\")\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(\"Lightning, which triggers a chemical reaction that turns harmless N\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" in the atmosphere into NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\". \")\n ])\n ]),\n _createElementVNode(\"p\", { class: \"mt-3\" }, \" For each date, you can see the scans beginning on the East Coast in the morning, and ending on the West Coast as the Sun sets. \")\n ], -1)\n ])),\n _: 1\n }),\n _createVNode(_component_v_window_item, { value: 3 }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_3, [\n _cache[47] || (_cache[47] = _createElementVNode(\"p\", { class: \"mb-3\" }, \" In this interactive page you can: \", -1)),\n _createElementVNode(\"ul\", null, [\n _cache[44] || (_cache[44] = _createElementVNode(\"li\", null, [\n _createTextVNode(\" Select a date and press the “Play” button or scroll the time slider to view the changing concentrations of NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" over North America on those dates. \")\n ], -1)),\n _createElementVNode(\"li\", {\n style: _normalizeStyle(_ctx.cssVars)\n }, [\n _cache[42] || (_cache[42] = _createTextVNode(\" Press the \")),\n _createVNode(_component_v_icon, {\n style: {\"font-size\":\"1.3em\",\"color\":\"var(--accent-color)\"},\n elevation: \"1\"\n }, {\n default: _withCtx(() => _cache[41] || (_cache[41] = [\n _createTextVNode(\"mdi-information-variant-circle-outline\")\n ])),\n _: 1\n }),\n _cache[43] || (_cache[43] = _createTextVNode(\" button next to each Notable Date to get an overview of what to look for on that date \"))\n ], 4),\n _cache[45] || (_cache[45] = _createElementVNode(\"li\", null, \" For each Notable Date, select one of two zoomed-in Locations to investigate specific pollution events. \", -1)),\n _cache[46] || (_cache[46] = _createElementVNode(\"li\", null, \" You can use the “Timezone” setting to investigate how pollution evolves over the day, for example as rush hour progresses in large cities. \", -1))\n ]),\n _createVNode(_component_v_checkbox, {\n modelValue: _ctx.dontShowIntro,\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = ($event: any) => ((_ctx.dontShowIntro) = $event)),\n onKeyup: _cache[3] || (_cache[3] = _withKeys(($event: any) => (_ctx.dontShowIntro = !_ctx.dontShowIntro), [\"enter\"])),\n label: \"Don't show this introduction again\",\n color: \"#c10124\",\n \"hide-details\": \"\"\n }, null, 8, [\"modelValue\"])\n ])\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\"]),\n _createElementVNode(\"div\", _hoisted_4, [\n _createElementVNode(\"div\", null, [\n ((_ctx.introSlide > 1))\n ? (_openBlock(), _createBlock(_component_v_btn, {\n key: 0,\n id: \"intro-next-button\",\n color: _ctx.accentColor,\n onClick: _cache[5] || (_cache[5] = ($event: any) => (_ctx.introSlide--)),\n onKeyup: _cache[6] || (_cache[6] = _withKeys(($event: any) => (_ctx.introSlide--), [\"enter\"])),\n elevation: \"0\"\n }, {\n default: _withCtx(() => _cache[48] || (_cache[48] = [\n _createTextVNode(\" Back \")\n ])),\n _: 1\n }, 8, [\"color\"]))\n : _createCommentVNode(\"\", true)\n ]),\n _createVNode(_component_v_btn, {\n id: \"intro-next-button\",\n color: _ctx.accentColor,\n onClick: _cache[7] || (_cache[7] = ($event: any) => (_ctx.introSlide++)),\n onKeyup: _cache[8] || (_cache[8] = _withKeys(($event: any) => (_ctx.introSlide++), [\"enter\"])),\n elevation: \"0\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(_toDisplayString(_ctx.introSlide < 3 ? 'Next' : 'Get Started'), 1)\n ]),\n _: 1\n }, 8, [\"color\"])\n ])\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _: 1\n }, 8, [\"modelValue\"])\n ]),\n _: 1\n }, 8, [\"model-value\", \"style\"]),\n _createElementVNode(\"div\", _hoisted_5, [\n _createElementVNode(\"div\", _hoisted_6, [\n _cache[98] || (_cache[98] = _createElementVNode(\"div\", { id: \"logo-title\" }, [\n _createElementVNode(\"a\", {\n href: \"https://tempo.si.edu\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, [\n _createElementVNode(\"img\", {\n src: _imports_0,\n alt: \"TEMPO Logo\",\n style: {\"width\":\"100px\",\"height\":\"100px\"}\n })\n ]),\n _createElementVNode(\"h1\", { id: \"title\" }, \"What is in the Air You Breathe?\")\n ], -1)),\n _cache[99] || (_cache[99] = _createElementVNode(\"div\", {\n id: \"where\",\n class: \"big-label\"\n }, \"where\", -1)),\n _createElementVNode(\"div\", _hoisted_7, [\n (_ctx.$vuetify.display.width <= 750)\n ? (_openBlock(), _createBlock(_component_colorbar_horizontal, {\n key: 0,\n label: \"Amount of NO2\",\n backgroundColor: \"transparent\",\n nsteps: 255,\n cmap: _ctx.cbarNO2,\n \"start-value\": \"1\",\n \"end-value\": \"150\",\n extend: true\n }, {\n label: _withCtx(() => _cache[49] || (_cache[49] = [\n _createElementVNode(\"div\", { style: {\"text-align\":\"center\"} }, [\n _createTextVNode(\"Amount of NO₂ \"),\n _createElementVNode(\"span\", { class: \"unit-label\" }, \"(10¹⁴ mol/cm²)\")\n ], -1)\n ])),\n _: 1\n }, 8, [\"cmap\"]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"div\", _hoisted_8, [\n _cache[51] || (_cache[51] = _createElementVNode(\"div\", { id: \"map\" }, null, -1)),\n (_ctx.showFieldOfRegard)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_9, _cache[50] || (_cache[50] = [\n _createElementVNode(\"hr\", { class: \"line-legend\" }, null, -1),\n _createTextVNode(\"TEMPO Field of Regard\")\n ])))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"div\", _hoisted_10, [\n (_ctx.cloudTimestamps.length > 0)\n ? (_openBlock(), _createBlock(_component_v_btn, {\n key: 0,\n class: \"ma-2\",\n onClick: _cache[10] || (_cache[10] = ($event: any) => (_ctx.showClouds = !_ctx.showClouds)),\n onKeyup: _cache[11] || (_cache[11] = _withKeys(($event: any) => (_ctx.showClouds = !_ctx.showClouds), [\"enter\"])),\n elevation: \"5\",\n color: _ctx.cloudDataAvailable ? _ctx.showClouds ? _ctx.accentColor : _ctx.buttonColor : 'grey',\n disabled: !_ctx.cloudDataAvailable,\n icon: `${(!_ctx.showClouds || !_ctx.cloudDataAvailable) ? 'mdi-cloud-off-outline' : 'mdi-cloud-outline'}`\n }, null, 8, [\"color\", \"disabled\", \"icon\"]))\n : _createCommentVNode(\"\", true)\n ]),\n _createVNode(_component_location_search, {\n modelValue: _ctx.searchOpen,\n \"onUpdate:modelValue\": _cache[12] || (_cache[12] = ($event: any) => ((_ctx.searchOpen) = $event)),\n small: \"\",\n \"stay-open\": \"\",\n buttonSize: \"xl\",\n \"persist-selected\": \"\",\n \"search-provider\": _ctx.geocodingInfoForSearch,\n onSetLocation: _cache[13] || (_cache[13] = (feature) => {\n if (feature !== null) {\n _ctx.map?.setView([feature.center[1], feature.center[0]], 7);\n }\n }),\n onError: _cache[14] || (_cache[14] = (error) => _ctx.searchErrorMessage = error)\n }, null, 8, [\"modelValue\", \"search-provider\"])\n ]),\n (_ctx.$vuetify.display.width > 750)\n ? (_openBlock(), _createBlock(_component_colorbar, {\n key: 1,\n label: \"Amount of NO2\",\n backgroundColor: \"transparent\",\n nsteps: 255,\n cmap: _ctx.cbarNO2,\n \"start-value\": \"1\",\n \"end-value\": \"150\",\n extend: true\n }, {\n label: _withCtx(() => _cache[52] || (_cache[52] = [\n _createElementVNode(\"div\", { style: {\"text-align\":\"center\"} }, [\n _createTextVNode(\"Amount of NO₂\"),\n _createElementVNode(\"br\"),\n _createElementVNode(\"span\", { class: \"unit-label\" }, \"(10¹⁴ molecules/cm²)\")\n ], -1)\n ])),\n _: 1\n }, 8, [\"cmap\"]))\n : _createCommentVNode(\"\", true)\n ]),\n _cache[100] || (_cache[100] = _createElementVNode(\"div\", {\n id: \"when\",\n class: \"big-label\"\n }, \"when\", -1)),\n _createElementVNode(\"div\", _hoisted_11, [\n _createVNode(_component_v_slider, {\n class: \"time-slider\",\n modelValue: _ctx.timeIndex,\n \"onUpdate:modelValue\": _cache[15] || (_cache[15] = ($event: any) => ((_ctx.timeIndex) = $event)),\n min: _ctx.minIndex,\n max: _ctx.maxIndex,\n step: 1,\n color: \"#068ede95\",\n \"thumb-label\": \"always\",\n \"track-size\": 10,\n \"show-ticks\": \"always\",\n \"hide-details\": \"\",\n disabled: _ctx.loadedImagesProgress < 100\n }, {\n \"thumb-label\": _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_12, _toDisplayString(_ctx.thumbLabel), 1)\n ]),\n _: 1\n }, 8, [\"modelValue\", \"min\", \"max\", \"disabled\"]),\n _createVNode(_component_icon_button, {\n id: \"play-pause\",\n \"fa-icon\": _ctx.playing ? 'pause' : 'play',\n \"fa-size\": \"sm\",\n onActivate: _cache[16] || (_cache[16] = ($event: any) => (_ctx.playing = !_ctx.playing))\n }, null, 8, [\"fa-icon\"])\n ]),\n _createElementVNode(\"div\", _hoisted_13, [\n _createElementVNode(\"div\", _hoisted_14, [\n _cache[55] || (_cache[55] = _createElementVNode(\"h2\", null, \"Select a Date\", -1)),\n _createElementVNode(\"div\", _hoisted_15, [\n _createVNode(_component_v_radio_group, {\n modelValue: _ctx.radio,\n \"onUpdate:modelValue\": _cache[19] || (_cache[19] = ($event: any) => ((_ctx.radio) = $event))\n }, {\n default: _withCtx(() => [\n _createVNode(_component_date_picker, {\n modelValue: _ctx.singleDateSelected,\n \"onUpdate:modelValue\": [\n _cache[17] || (_cache[17] = ($event: any) => ((_ctx.singleDateSelected) = $event)),\n _cache[18] || (_cache[18] = (value) => {\n let index = _ctx.datesOfInterest.map(d => d.getTime()).indexOf(value.getTime());\n _ctx.radio = index < 0 ? null : index;\n })\n ],\n \"allowed-dates\": _ctx.uniqueDays,\n clearable: false,\n \"enable-time-picker\": false,\n \"multi-dates\": false,\n transitions: false,\n format: (date) => date?.toDateString(),\n \"preview-format\": (date) => date?.toDateString(),\n dark: \"true\"\n }, null, 8, [\"modelValue\", \"allowed-dates\", \"format\", \"preview-format\"])\n ]),\n _: 1\n }, 8, [\"modelValue\"])\n ]),\n _createElementVNode(\"div\", _hoisted_16, [\n _createVNode(_component_v_tooltip, {\n disabled: _ctx.touchscreen,\n text: \"Previous Date\"\n }, {\n activator: _withCtx(({ props }) => [\n _createVNode(_component_v_btn, _mergeProps(props, {\n class: \"rounded-icon-wrapper\",\n onClick: _ctx.moveBackwardOneDay,\n onKeyup: _withKeys(_ctx.moveBackwardOneDay, [\"enter\"]),\n disabled: _ctx.radio !== null || _ctx.singleDateSelected === _ctx.uniqueDays[0],\n color: \"#009ade\",\n variant: \"outlined\",\n elevation: \"0\",\n size: \"md\"\n }), {\n default: _withCtx(() => [\n _createVNode(_component_v_icon, null, {\n default: _withCtx(() => _cache[53] || (_cache[53] = [\n _createTextVNode(\"mdi-chevron-double-left\")\n ])),\n _: 1\n })\n ]),\n _: 2\n }, 1040, [\"onClick\", \"onKeyup\", \"disabled\"])\n ]),\n _: 1\n }, 8, [\"disabled\"]),\n _createVNode(_component_v_spacer),\n _createVNode(_component_v_tooltip, {\n disabled: _ctx.touchscreen,\n text: \"Next Date\"\n }, {\n activator: _withCtx(({ props }) => [\n _createVNode(_component_v_btn, _mergeProps(props, {\n class: \"rounded-icon-wrapper\",\n onClick: _ctx.moveForwardOneDay,\n onKeyup: _withKeys(_ctx.moveForwardOneDay, [\"enter\"]),\n disabled: _ctx.radio !== null || _ctx.singleDateSelected === _ctx.uniqueDays[_ctx.uniqueDays.length - 1],\n color: \"#009ade\",\n variant: \"outlined\",\n elevation: \"0\",\n size: \"md\"\n }), {\n default: _withCtx(() => [\n _createVNode(_component_v_icon, null, {\n default: _withCtx(() => _cache[54] || (_cache[54] = [\n _createTextVNode(\"mdi-chevron-double-right\")\n ])),\n _: 1\n })\n ]),\n _: 2\n }, 1040, [\"onClick\", \"onKeyup\", \"disabled\"])\n ]),\n _: 1\n }, 8, [\"disabled\"])\n ]),\n _createVNode(_component_v_progress_linear, {\n modelValue: _ctx.loadedImagesProgress,\n \"onUpdate:modelValue\": _cache[20] || (_cache[20] = ($event: any) => ((_ctx.loadedImagesProgress) = $event)),\n color: \"#c10124\",\n height: \"20\"\n }, {\n default: _withCtx(() => [\n (_ctx.loadedImagesProgress < 100)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_17, \"Loading Data (\" + _toDisplayString(_ctx.loadedImagesProgress.toFixed(0)) + \"%)\", 1))\n : (_openBlock(), _createElementBlock(\"span\", _hoisted_18, \"Selected Date Loaded\"))\n ]),\n _: 1\n }, 8, [\"modelValue\"])\n ]),\n _cache[60] || (_cache[60] = _createElementVNode(\"hr\", { style: {\"border-color\":\"grey\"} }, null, -1)),\n _createElementVNode(\"div\", _hoisted_19, [\n _cache[59] || (_cache[59] = _createElementVNode(\"h2\", null, \"Notable Dates\", -1)),\n _createVNode(_component_v_radio_group, {\n modelValue: _ctx.radio,\n \"onUpdate:modelValue\": _cache[24] || (_cache[24] = ($event: any) => ((_ctx.radio) = $event)),\n row: \"\"\n }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_20, [\n _createVNode(_component_v_radio, {\n label: \"November 1, 2023\",\n value: 0,\n onKeyup: _cache[21] || (_cache[21] = _withKeys(($event: any) => (_ctx.radio = 0), [\"enter\"]))\n }),\n _createVNode(_component_info_button, null, {\n default: _withCtx(() => _cache[56] || (_cache[56] = [\n _createElementVNode(\"p\", null, \" Because the TEMPO instrument measures sunlight reflected and scattered from Earth’s surface and atmosphere, it can’t “see” through the clouds—so these areas appear blank on the map. \", -1),\n _createElementVNode(\"p\", null, [\n _createTextVNode(\" But right away you’ll see that there are high concentrations of NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" around many urban centers, and sometimes along major highways. \")\n ], -1)\n ])),\n _: 1\n })\n ]),\n _createElementVNode(\"div\", _hoisted_21, [\n _createVNode(_component_v_radio, {\n label: \"November 3, 2023\",\n value: 1,\n onKeyup: _cache[22] || (_cache[22] = _withKeys(($event: any) => (_ctx.radio = 1), [\"enter\"]))\n }),\n _createVNode(_component_info_button, null, {\n default: _withCtx(() => _cache[57] || (_cache[57] = [\n _createTextVNode(\" Levels of NO\"),\n _createElementVNode(\"sub\", null, \"2\", -1),\n _createTextVNode(\" change quickly from day to day, and even from hour to hour as wind transports plumes of pollution. \")\n ])),\n _: 1\n })\n ]),\n _createElementVNode(\"div\", _hoisted_22, [\n _createVNode(_component_v_radio, {\n label: \"March 28, 2024\",\n value: 2,\n onKeyup: _cache[23] || (_cache[23] = _withKeys(($event: any) => (_ctx.radio = 2), [\"enter\"]))\n }),\n _createVNode(_component_info_button, null, {\n default: _withCtx(() => _cache[58] || (_cache[58] = [\n _createTextVNode(\" Breathing air with a high concentration of NO\"),\n _createElementVNode(\"sub\", null, \"2\", -1),\n _createTextVNode(\", and the resulting smog it forms when it reacts with other pollutants, can irritate human respiratory systems. People with asthma, as well as children and the elderly, are generally at greater risk for the health effects of air pollution. TEMPO data can help communities make informed decisions and take action to improve air quality. \")\n ])),\n _: 1\n })\n ])\n ]),\n _: 1\n }, 8, [\"modelValue\"])\n ]),\n (_ctx.radio !== null )\n ? (_openBlock(), _createElementBlock(\"hr\", _hoisted_23))\n : _createCommentVNode(\"\", true),\n (_ctx.radio !== null)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_24, [\n _createElementVNode(\"h3\", _hoisted_25, \"Featured Events for \" + _toDisplayString(_ctx.dateStrings[_ctx.radio]), 1),\n (_ctx.radio !== null)\n ? (_openBlock(), _createBlock(_component_v_radio_group, {\n key: 0,\n modelValue: _ctx.sublocationRadio,\n \"onUpdate:modelValue\": _cache[25] || (_cache[25] = ($event: any) => ((_ctx.sublocationRadio) = $event)),\n row: \"\"\n }, {\n default: _withCtx(() => [\n (_openBlock(true), _createElementBlock(_Fragment, null, _renderList(_ctx.locationsOfInterest[_ctx.radio], (loi, index) => {\n return (_openBlock(), _createElementBlock(\"div\", {\n key: index,\n class: \"sublocation-radio-wrapper d-flex flex-row align-center space-between\"\n }, [\n _createVNode(_component_v_radio, {\n class: \"sublocation-radio\",\n label: loi.text,\n value: index,\n onKeyup: _withKeys(($event: any) => (_ctx.sublocationRadio = index), [\"enter\"])\n }, null, 8, [\"label\", \"value\", \"onKeyup\"]),\n _createVNode(_component_info_button, null, {\n default: _withCtx(() => [\n _createElementVNode(\"p\", {\n innerHTML: _ctx.locationsOfInterestText[_ctx.radio][index]\n }, null, 8, _hoisted_26)\n ]),\n _: 2\n }, 1024)\n ]))\n }), 128))\n ]),\n _: 1\n }, 8, [\"modelValue\"]))\n : _createCommentVNode(\"\", true)\n ]))\n : _createCommentVNode(\"\", true),\n _cache[61] || (_cache[61] = _createElementVNode(\"hr\", { style: {\"border-color\":\"grey\"} }, null, -1))\n ]),\n _createElementVNode(\"div\", _hoisted_27, [\n _cache[69] || (_cache[69] = _createElementVNode(\"br\", null, null, -1)),\n _createVNode(_component_v_select, {\n modelValue: _ctx.selectedTimezone,\n \"onUpdate:modelValue\": _cache[26] || (_cache[26] = ($event: any) => ((_ctx.selectedTimezone) = $event)),\n label: \"Timezone\",\n items: _ctx.timezoneOptions,\n \"item-title\": \"name\",\n \"item-value\": \"tz\"\n }, null, 8, [\"modelValue\", \"items\"]),\n _createElementVNode(\"div\", _hoisted_28, [\n _createElementVNode(\"div\", _hoisted_29, [\n _createVNode(_component_v_checkbox, {\n modelValue: _ctx.showFieldOfRegard,\n \"onUpdate:modelValue\": _cache[27] || (_cache[27] = ($event: any) => ((_ctx.showFieldOfRegard) = $event)),\n onKeyup: _cache[28] || (_cache[28] = _withKeys(($event: any) => (_ctx.showFieldOfRegard = !_ctx.showFieldOfRegard), [\"enter\"])),\n label: \"TEMPO Field of Regard\",\n color: \"#c10124\",\n \"hide-details\": \"\"\n }, null, 8, [\"modelValue\"]),\n _createVNode(_component_info_button, null, {\n default: _withCtx(() => [\n _cache[66] || (_cache[66] = _createElementVNode(\"p\", null, \" The TEMPO satellite observes the atmosphere over North America, from the Atlantic Ocean to the Pacific Coast, and from roughly Mexico City to central Canada. \", -1)),\n _createElementVNode(\"p\", null, [\n _cache[62] || (_cache[62] = _createTextVNode(\" The TEMPO Field of Regard (in \")),\n _cache[63] || (_cache[63] = _createElementVNode(\"span\", { class: \"text-red\" }, \"red\", -1)),\n _cache[64] || (_cache[64] = _createTextVNode(\", currently \")),\n _createElementVNode(\"em\", null, _toDisplayString(_ctx.showFieldOfRegard ? 'visible' : \"hidden\"), 1),\n _cache[65] || (_cache[65] = _createTextVNode(\") is the area over which the satellite takes measurements. \"))\n ])\n ]),\n _: 1\n })\n ]),\n _createElementVNode(\"div\", _hoisted_30, [\n _createVNode(_component_v_checkbox, {\n modelValue: _ctx.showClouds,\n \"onUpdate:modelValue\": _cache[29] || (_cache[29] = ($event: any) => ((_ctx.showClouds) = $event)),\n onKeyup: _cache[30] || (_cache[30] = _withKeys(($event: any) => (_ctx.showClouds = !_ctx.showClouds), [\"enter\"])),\n disabled: !_ctx.cloudDataAvailable,\n label: _ctx.cloudDataAvailable ? 'Show Cloud Mask' : 'No Cloud Data Available',\n color: \"#c10124\",\n \"hide-details\": \"\"\n }, null, 8, [\"modelValue\", \"disabled\", \"label\"]),\n _createVNode(_component_info_button, null, {\n default: _withCtx(() => _cache[67] || (_cache[67] = [\n _createElementVNode(\"p\", null, [\n _createTextVNode(\" The cloud mask shows where the satellite could not measure NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" because of cloud cover. \")\n ], -1)\n ])),\n _: 1\n })\n ]),\n false\n ? (_openBlock(), _createBlock(_component_v_checkbox, {\n key: 0,\n disabled: !_ctx.highresAvailable,\n modelValue: _ctx.useHighRes,\n \"onUpdate:modelValue\": _cache[31] || (_cache[31] = ($event: any) => ((_ctx.useHighRes) = $event)),\n onKeyup: _cache[32] || (_cache[32] = _withKeys(($event: any) => (_ctx.useHighRes = !_ctx.useHighRes), [\"enter\"])),\n label: \"Use High Resolution Data\",\n color: \"#c10124\",\n \"hide-details\": \"\"\n }, null, 8, [\"disabled\", \"modelValue\"]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"div\", _hoisted_31, [\n _createVNode(_component_v_slider, {\n modelValue: _ctx.opacity,\n \"onUpdate:modelValue\": _cache[33] || (_cache[33] = ($event: any) => ((_ctx.opacity) = $event)),\n min: 0,\n max: 1,\n color: \"#c10124\",\n density: \"compact\",\n \"hide-details\": \"\"\n }, null, 8, [\"modelValue\"]),\n _cache[68] || (_cache[68] = _createElementVNode(\"div\", { id: \"opacity-slider-label\" }, \"Overlay opacity\", -1))\n ])\n ])\n ]),\n _createElementVNode(\"div\", _hoisted_32, [\n _createElementVNode(\"article\", null, [\n _cache[96] || (_cache[96] = _createElementVNode(\"h2\", null, [\n _createTextVNode(\"TEMPO NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" Data\")\n ], -1)),\n _cache[97] || (_cache[97] = _createElementVNode(\"p\", null, [\n _createElementVNode(\"a\", {\n href: \"https://tempo.si.edu\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \" TEMPO\"),\n _createTextVNode(\", a collaboration between the Smithsonian and NASA, is the first space-based probe to measure air pollution hourly over North America at neighborhood scales. NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" (nitrogen dioxide) is one of the pollutants detected by TEMPO. It is produced by wildfires and the burning of fossil fuels. NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" contributes to the formation of harmful ground-level ozone and toxic particulates in the air we breathe. \")\n ], -1)),\n _createElementVNode(\"div\", _hoisted_33, [\n _createElementVNode(\"a\", _hoisted_34, [\n _cache[95] || (_cache[95] = _createTextVNode(\" Credits \")),\n _createVNode(_component_v_dialog, {\n id: \"credits-dialog\",\n modelValue: _ctx.showCredits,\n \"onUpdate:modelValue\": _cache[36] || (_cache[36] = ($event: any) => ((_ctx.showCredits) = $event)),\n activator: \"parent\",\n scrim: false,\n location: \"center center\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card, { class: \"dialog-card\" }, {\n default: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n style: {\"position\":\"absolute\",\"right\":\"16px\",\"cursor\":\"pointer\",\"padding\":\"0.5em\",\"margin\":\"-0.5em\"},\n icon: \"square-xmark\",\n size: \"xl\",\n onClick: _cache[34] || (_cache[34] = ($event: any) => (_ctx.showCredits = false)),\n onKeyup: _cache[35] || (_cache[35] = _withKeys(($event: any) => (_ctx.showCredits = false), [\"enter\"])),\n color: _ctx.accentColor2,\n tabindex: \"0\"\n }, null, 8, [\"color\"]),\n _createVNode(_component_v_card_title, { tabindex: \"0\" }, {\n default: _withCtx(() => _cache[70] || (_cache[70] = [\n _createElementVNode(\"h3\", null, \"Credits\", -1)\n ])),\n _: 1\n }),\n _createVNode(_component_v_card_text, null, {\n default: _withCtx(() => [\n _cache[71] || (_cache[71] = _createElementVNode(\"h4\", { class: \"mb-2\" }, [\n _createElementVNode(\"a\", {\n href: \"https://tempo.si.edu/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"TEMPO\"),\n _createTextVNode(\" Team Acknowledgments:\")\n ], -1)),\n _cache[72] || (_cache[72] = _createElementVNode(\"p\", null, \" Caroline Nowlan, Aaron Naeger, and Erika Wright provided dates and featured events of interest in the TEMPO data. \", -1)),\n _cache[73] || (_cache[73] = _createElementVNode(\"p\", null, \" Xiong Liu provided the L3 version 2 TEMPO data files. \", -1)),\n _cache[74] || (_cache[74] = _createElementVNode(\"p\", null, \" Heesung Chong provided the shape file for the TEMPO field of regard. \", -1)),\n _cache[75] || (_cache[75] = _createElementVNode(\"p\", { class: \"my-3\" }, [\n _createTextVNode(\"NASA's Scientific Visualization Studio provided the TEMPO NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" colormap.\")\n ], -1)),\n _cache[76] || (_cache[76] = _createElementVNode(\"h4\", { class: \"mb-2\" }, [\n _createElementVNode(\"a\", {\n href: \"https://www.cosmicds.cfa.harvard.edu/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"CosmicDS\"),\n _createTextVNode(\" Team:\")\n ], -1)),\n _cache[77] || (_cache[77] = _createTextVNode(\" Jonathan Foster\")),\n _cache[78] || (_cache[78] = _createElementVNode(\"br\", null, null, -1)),\n _cache[79] || (_cache[79] = _createTextVNode(\" Jon Carifio\")),\n _cache[80] || (_cache[80] = _createElementVNode(\"br\", null, null, -1)),\n _cache[81] || (_cache[81] = _createTextVNode(\" John Lewis\")),\n _cache[82] || (_cache[82] = _createElementVNode(\"br\", null, null, -1)),\n _cache[83] || (_cache[83] = _createTextVNode(\" Pat Udomprasert\")),\n _cache[84] || (_cache[84] = _createElementVNode(\"br\", null, null, -1)),\n _cache[85] || (_cache[85] = _createTextVNode(\" Alyssa Goodman\")),\n _cache[86] || (_cache[86] = _createElementVNode(\"br\", null, null, -1)),\n _cache[87] || (_cache[87] = _createTextVNode(\" Erika Wright\")),\n _cache[88] || (_cache[88] = _createElementVNode(\"br\", null, null, -1)),\n _cache[89] || (_cache[89] = _createTextVNode(\" Mary Dussault\")),\n _cache[90] || (_cache[90] = _createElementVNode(\"br\", null, null, -1)),\n _cache[91] || (_cache[91] = _createTextVNode(\" Harry Houghton\")),\n _cache[92] || (_cache[92] = _createElementVNode(\"br\", null, null, -1)),\n _cache[93] || (_cache[93] = _createTextVNode(\" Evaluator: Sue Sunbury\")),\n _cache[94] || (_cache[94] = _createElementVNode(\"br\", null, null, -1)),\n _createVNode(_component_funding_acknowledgement, { class: \"my-3\" })\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\"])\n ]),\n _createElementVNode(\"a\", {\n href: \"#\",\n onClick: _cache[37] || (_cache[37] = ($event: any) => (_ctx.inIntro = true)),\n onKeyup: _cache[38] || (_cache[38] = _withKeys(($event: any) => (_ctx.inIntro = true), [\"enter\"])),\n style: {\"right\":\"0\"}\n }, \" Show Introduction \", 32)\n ])\n ])\n ])\n ]),\n _createElementVNode(\"div\", _hoisted_35, [\n _cache[101] || (_cache[101] = _createElementVNode(\"a\", {\n href: \"https://www.si.edu/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\",\n class: \"mr-1\"\n }, [\n _createElementVNode(\"img\", {\n alt: \"Smithsonian Logo\",\n src: _imports_1\n })\n ], -1)),\n _createVNode(_component_credit_logos)\n ])\n ])\n ]),\n _: 1\n }, 8, [\"style\"]))\n}","\n\n\n\n\n","const colors : [number, number, number][] = [\n [0.0, 0.135112, 0.304751],\n [0.0, 0.138068, 0.311105],\n [0.0, 0.141013, 0.317579],\n [0.0, 0.143951, 0.323982],\n [0.0, 0.146877, 0.330479],\n [0.0, 0.149791, 0.337065],\n [0.0, 0.152673, 0.343704],\n [0.0, 0.155377, 0.3505],\n [0.0, 0.157932, 0.357521],\n [0.0, 0.160495, 0.364534],\n [0.0, 0.163058, 0.371608],\n [0.0, 0.165621, 0.378769],\n [0.0, 0.168204, 0.385902],\n [0.0, 0.1708, 0.3931],\n [0.0, 0.17342, 0.400353],\n [0.0, 0.176082, 0.407577],\n [0.0, 0.178802, 0.414764],\n [0.0, 0.18161, 0.421859],\n [0.0, 0.18455, 0.428802],\n [0.0, 0.186915, 0.435532],\n [0.0, 0.188769, 0.439563],\n [0.0, 0.19095, 0.441085],\n [0.0, 0.193366, 0.441561],\n [0.003602, 0.195911, 0.441564],\n [0.017852, 0.198528, 0.441248],\n [0.03211, 0.201199, 0.440785],\n [0.046205, 0.203903, 0.440196],\n [0.058378, 0.206629, 0.439531],\n [0.068968, 0.209372, 0.438863],\n [0.078624, 0.212122, 0.438105],\n [0.087465, 0.214879, 0.437342],\n [0.095645, 0.217643, 0.436593],\n [0.103401, 0.220406, 0.43579],\n [0.110658, 0.22317, 0.435067],\n [0.117612, 0.225935, 0.434308],\n [0.124291, 0.228697, 0.433547],\n [0.130669, 0.231458, 0.43284],\n [0.13683, 0.234216, 0.432148],\n [0.142852, 0.236972, 0.431404],\n [0.148638, 0.239724, 0.430752],\n [0.154261, 0.242475, 0.43012],\n [0.159733, 0.245221, 0.429528],\n [0.165113, 0.247965, 0.428908],\n [0.170362, 0.250707, 0.428325],\n [0.17549, 0.253444, 0.42779],\n [0.180503, 0.25618, 0.427299],\n [0.185453, 0.258914, 0.426788],\n [0.190303, 0.261644, 0.426329],\n [0.195057, 0.264372, 0.425924],\n [0.199764, 0.267099, 0.425497],\n [0.204385, 0.269823, 0.425126],\n [0.208926, 0.272546, 0.424809],\n [0.213431, 0.275266, 0.42448],\n [0.217863, 0.277985, 0.424206],\n [0.222264, 0.280702, 0.423914],\n [0.226598, 0.283419, 0.423678],\n [0.230871, 0.286134, 0.423498],\n [0.23512, 0.288848, 0.423304],\n [0.239312, 0.291562, 0.423167],\n [0.243485, 0.294274, 0.423014],\n [0.247605, 0.296986, 0.422917],\n [0.251675, 0.299698, 0.422873],\n [0.255731, 0.302409, 0.422814],\n [0.25974, 0.30512, 0.42281],\n [0.263738, 0.307831, 0.422789],\n [0.267693, 0.310542, 0.422821],\n [0.271639, 0.313253, 0.422837],\n [0.275513, 0.315965, 0.422979],\n [0.279411, 0.318677, 0.423031],\n [0.28324, 0.32139, 0.423211],\n [0.287065, 0.324103, 0.423373],\n [0.290884, 0.326816, 0.423517],\n [0.294669, 0.329531, 0.423716],\n [0.298421, 0.332247, 0.423973],\n [0.302169, 0.334963, 0.424213],\n [0.305886, 0.337681, 0.424512],\n [0.309601, 0.340399, 0.42479],\n [0.313287, 0.34312, 0.42512],\n [0.316941, 0.345842, 0.425512],\n [0.320595, 0.348565, 0.425889],\n [0.32425, 0.351289, 0.42625],\n [0.327875, 0.354016, 0.42667],\n [0.331474, 0.356744, 0.427144],\n [0.335073, 0.359474, 0.427605],\n [0.338673, 0.362206, 0.428053],\n [0.342246, 0.364939, 0.428559],\n [0.345793, 0.367676, 0.429127],\n [0.349341, 0.370414, 0.429685],\n [0.352892, 0.373153, 0.430226],\n [0.356418, 0.375896, 0.430823],\n [0.359916, 0.378641, 0.431501],\n [0.363446, 0.381388, 0.432075],\n [0.366923, 0.384139, 0.432796],\n [0.37043, 0.38689, 0.433428],\n [0.373884, 0.389646, 0.434209],\n [0.377371, 0.392404, 0.43489],\n [0.38083, 0.395164, 0.435653],\n [0.384268, 0.397928, 0.436475],\n [0.387705, 0.400694, 0.437305],\n [0.391151, 0.403464, 0.438096],\n [0.394568, 0.406236, 0.438986],\n [0.397991, 0.409011, 0.439848],\n [0.401418, 0.41179, 0.440708],\n [0.40482, 0.414572, 0.441642],\n [0.408226, 0.417357, 0.44257],\n [0.411607, 0.420145, 0.443577],\n [0.414992, 0.422937, 0.444578],\n [0.418383, 0.425733, 0.44556],\n [0.421748, 0.428531, 0.44664],\n [0.42512, 0.431334, 0.447692],\n [0.428462, 0.43414, 0.448864],\n [0.431817, 0.43695, 0.449982],\n [0.435168, 0.439763, 0.451134],\n [0.438504, 0.44258, 0.452341],\n [0.44181, 0.445402, 0.453659],\n [0.445148, 0.448226, 0.454885],\n [0.448447, 0.451053, 0.456264],\n [0.451759, 0.453887, 0.457582],\n [0.455072, 0.456718, 0.458976],\n [0.458366, 0.459552, 0.460457],\n [0.461616, 0.462405, 0.461969],\n [0.464947, 0.465241, 0.463395],\n [0.468254, 0.468083, 0.464908],\n [0.471501, 0.47096, 0.466357],\n [0.474812, 0.473832, 0.467681],\n [0.478186, 0.476699, 0.468845],\n [0.481622, 0.479573, 0.469767],\n [0.485141, 0.482451, 0.470384],\n [0.488697, 0.485318, 0.471008],\n [0.492278, 0.488198, 0.471453],\n [0.495913, 0.491076, 0.471751],\n [0.499552, 0.49396, 0.472032],\n [0.503185, 0.496851, 0.472305],\n [0.506866, 0.499743, 0.472432],\n [0.51054, 0.502643, 0.47255],\n [0.514226, 0.505546, 0.47264],\n [0.51792, 0.508454, 0.472707],\n [0.521643, 0.511367, 0.472639],\n [0.525348, 0.514285, 0.47266],\n [0.529086, 0.517207, 0.472543],\n [0.532829, 0.520135, 0.472401],\n [0.536553, 0.523067, 0.472352],\n [0.540307, 0.526005, 0.472163],\n [0.544069, 0.528948, 0.471947],\n [0.54784, 0.531895, 0.471704],\n [0.551612, 0.534849, 0.471439],\n [0.555393, 0.537807, 0.471147],\n [0.559181, 0.540771, 0.470829],\n [0.562972, 0.543741, 0.470488],\n [0.566802, 0.546715, 0.469988],\n [0.570607, 0.549695, 0.469593],\n [0.574417, 0.552682, 0.469172],\n [0.578236, 0.555673, 0.468724],\n [0.582087, 0.55867, 0.468118],\n [0.585916, 0.561674, 0.467618],\n [0.589753, 0.564682, 0.46709],\n [0.593622, 0.567697, 0.466401],\n [0.597469, 0.570718, 0.465821],\n [0.601354, 0.573743, 0.465074],\n [0.605211, 0.576777, 0.464441],\n [0.609105, 0.579816, 0.463638],\n [0.612977, 0.582861, 0.46295],\n [0.616852, 0.585913, 0.462237],\n [0.620765, 0.58897, 0.461351],\n [0.624654, 0.592034, 0.460583],\n [0.628576, 0.595104, 0.459641],\n [0.632506, 0.59818, 0.458668],\n [0.636412, 0.601264, 0.457818],\n [0.640352, 0.604354, 0.456791],\n [0.64427, 0.60745, 0.455886],\n [0.648222, 0.610553, 0.454801],\n [0.652178, 0.613664, 0.453689],\n [0.656114, 0.61678, 0.452702],\n [0.660082, 0.619904, 0.451534],\n [0.664055, 0.623034, 0.450338],\n [0.668008, 0.626171, 0.44927],\n [0.671991, 0.629316, 0.448018],\n [0.675981, 0.632468, 0.446736],\n [0.679979, 0.635626, 0.445424],\n [0.68395, 0.638793, 0.444251],\n [0.687957, 0.641966, 0.442886],\n [0.691971, 0.645145, 0.441491],\n [0.695985, 0.648334, 0.440072],\n [0.700008, 0.651529, 0.438624],\n [0.704037, 0.654731, 0.437147],\n [0.708067, 0.657942, 0.435647],\n [0.712105, 0.66116, 0.434117],\n [0.716177, 0.664384, 0.432386],\n [0.720222, 0.667618, 0.430805],\n [0.724274, 0.670859, 0.429194],\n [0.728334, 0.674107, 0.427554],\n [0.732422, 0.677364, 0.425717],\n [0.736488, 0.680629, 0.424028],\n [0.740589, 0.6839, 0.422131],\n [0.744664, 0.687181, 0.420393],\n [0.748772, 0.69047, 0.418448],\n [0.752886, 0.693766, 0.416472],\n [0.756975, 0.697071, 0.414659],\n [0.761096, 0.700384, 0.412638],\n [0.765223, 0.703705, 0.410587],\n [0.769353, 0.707035, 0.408516],\n [0.773486, 0.710373, 0.406422],\n [0.777651, 0.713719, 0.404112],\n [0.781795, 0.717074, 0.401966],\n [0.785965, 0.720438, 0.399613],\n [0.790116, 0.72381, 0.397423],\n [0.794298, 0.72719, 0.395016],\n [0.79848, 0.73058, 0.392597],\n [0.802667, 0.733978, 0.390153],\n [0.806859, 0.737385, 0.387684],\n [0.811054, 0.740801, 0.385198],\n [0.815274, 0.744226, 0.382504],\n [0.819499, 0.747659, 0.379785],\n [0.823729, 0.751101, 0.377043],\n [0.827959, 0.754553, 0.374292],\n [0.832192, 0.758014, 0.371529],\n [0.836429, 0.761483, 0.368747],\n [0.840693, 0.764962, 0.365746],\n [0.844957, 0.76845, 0.362741],\n [0.849223, 0.771947, 0.359729],\n [0.853515, 0.775454, 0.3565],\n [0.857809, 0.778969, 0.353259],\n [0.862105, 0.782494, 0.350011],\n [0.866421, 0.786028, 0.346571],\n [0.870717, 0.789572, 0.343333],\n [0.875057, 0.793125, 0.339685],\n [0.879378, 0.796687, 0.336241],\n [0.88372, 0.800258, 0.332599],\n [0.888081, 0.803839, 0.32877],\n [0.89244, 0.80743, 0.324968],\n [0.896818, 0.81103, 0.320982],\n [0.901195, 0.814639, 0.317021],\n [0.905589, 0.818257, 0.312889],\n [0.91, 0.821885, 0.308594],\n [0.914407, 0.825522, 0.304348],\n [0.918828, 0.829168, 0.29996],\n [0.923279, 0.832822, 0.295244],\n [0.927724, 0.836486, 0.290611],\n [0.93218, 0.840159, 0.28588],\n [0.93666, 0.843841, 0.280876],\n [0.941147, 0.84753, 0.275815],\n [0.945654, 0.851228, 0.270532],\n [0.950178, 0.854933, 0.265085],\n [0.954725, 0.858646, 0.259365],\n [0.959284, 0.862365, 0.253563],\n [0.963872, 0.866089, 0.247445],\n [0.968469, 0.869819, 0.24131],\n [0.973114, 0.87355, 0.234677],\n [0.97778, 0.877281, 0.227954],\n [0.982497, 0.881008, 0.220878],\n [0.987293, 0.884718, 0.213336],\n [0.992218, 0.888385, 0.205468],\n [0.994847, 0.892954, 0.203445],\n [0.995249, 0.898384, 0.207561],\n [0.995503, 0.903866, 0.21237],\n [0.995737, 0.909344, 0.217772]\n];\n \n// return appropriate css rgba color\nexport function cividis(value: number, alpha: number = 1) {\n // scale 0 to 1 to 0 to 255\n const index = Math.round(value * 255);\n const color = colors[index];\n return `rgba(${color[0] * 255}, ${color[1] * 255}, ${color[2] * 255}, ${alpha})`;\n}\n","const colors = [\n '#5bb1ff',\n '#5fb2fd',\n '#62b3fb',\n '#66b5f9',\n '#69b6f8',\n '#6db7f6',\n '#70b8f4',\n '#74b9f2',\n '#78bbf0',\n '#7bbcee',\n '#7fbdec',\n '#82beeb',\n '#86bfe9',\n '#8ac1e7',\n '#8dc2e5',\n '#91c3e3',\n '#94c4e1',\n '#98c5e0',\n '#9bc6de',\n '#9fc8dc',\n '#a3c9da',\n '#a6cad8',\n '#aacbd6',\n '#adccd4',\n '#b1ced3',\n '#b4cfd1',\n '#b8d0cf',\n '#bcd1cd',\n '#bfd2cb',\n '#c3d4c9',\n '#c6d5c7',\n '#cad6c6',\n '#ced7c4',\n '#d1d8c2',\n '#d5dac0',\n '#d8dbbe',\n '#dcdcbc',\n '#dfddbb',\n '#e3deb9',\n '#e7e0b7',\n '#eae1b5',\n '#eee2b3',\n '#efdeaf',\n '#f0d9aa',\n '#f0d5a6',\n '#f1d0a2',\n '#f2cc9d',\n '#f3c799',\n '#f4c394',\n '#f5be90',\n '#f5ba8b',\n '#f6b587',\n '#f7b183',\n '#f8ac7e',\n '#f9a77a',\n '#faa375',\n '#fa9e71',\n '#fb9a6c',\n '#fc9568',\n '#fd9164',\n '#fe8c5f',\n '#fe885b',\n '#fe8459',\n '#fa805a',\n '#f77d5c',\n '#f47a5e',\n '#f0765f',\n '#ed7361',\n '#e97063',\n '#e66c64',\n '#e36966',\n '#df6668',\n '#dc6269',\n '#d95f6b',\n '#d55c6d',\n '#d2586e',\n '#ce5570',\n '#cb5272',\n '#c84e73',\n '#c44b75',\n '#c14877',\n '#be4578',\n '#ba417a',\n '#b73e7c',\n '#b43b7d',\n '#b23a7d',\n '#b0397d',\n '#ae397d',\n '#ac387d',\n '#aa377d',\n '#a8367d',\n '#a6357d',\n '#a4357d',\n '#a2347d',\n '#a1337d',\n '#9f327d',\n '#9d317d',\n '#9b317d',\n '#99307d',\n '#972f7d',\n '#952e7d',\n '#932d7d',\n '#912d7d',\n '#8f2c7d',\n '#8d2b7d',\n '#8b2a7d',\n '#8a297e',\n '#88297e',\n '#86287e',\n '#84277e',\n '#82267e',\n '#80257e',\n '#7e257e',\n '#7c247e',\n '#7a237e',\n '#78227e',\n '#76217e',\n '#74217e',\n '#73207e',\n '#711f7e',\n '#6f1e7e',\n '#6d1d7e',\n '#6b1d7e',\n '#691c7e',\n '#671b7e',\n '#651a7e',\n '#631a7e',\n '#61197e',\n '#60187d',\n '#5e187c',\n '#5d187b',\n '#5b177a',\n '#591779',\n '#581778',\n '#561677',\n '#551676',\n '#531675',\n '#511574',\n '#501573',\n '#4e1472',\n '#4c1472',\n '#4b1471',\n '#491370',\n '#48136f',\n '#46136e',\n '#44126d',\n '#43126c',\n '#41116b',\n '#40116a',\n '#3e1169',\n '#3c1068',\n '#3b1067',\n '#391066',\n '#370f65',\n '#360f64',\n '#340e63',\n '#330e63',\n '#310e62',\n '#2f0d61',\n '#2e0d60',\n '#2c0d5f',\n '#2b0c5e',\n '#290c5d',\n '#270b5c',\n '#260b5b',\n '#240b5a',\n '#230a59',\n '#210a58',\n '#1f0a57',\n '#1e0956',\n '#1d0955',\n '#1c0954',\n '#1c0953',\n '#1b0952',\n '#1b0951',\n '#1a094f',\n '#1a094e',\n '#19084d',\n '#19084c',\n '#18084b',\n '#180849',\n '#170848',\n '#170847',\n '#160846',\n '#160845',\n '#150843',\n '#150842',\n '#140841',\n '#140840',\n '#13083f',\n '#13083d',\n '#12073c',\n '#12073b',\n '#11073a',\n '#110739',\n '#100738',\n '#100736',\n '#0f0735',\n '#0f0734',\n '#0e0733',\n '#0e0732',\n '#0e0730',\n '#0d072f',\n '#0d072e',\n '#0c072d',\n '#0c072c',\n '#0b062a',\n '#0b0629',\n '#0a0628',\n '#0a0627',\n '#090626',\n '#090624',\n '#080623',\n '#080622',\n '#080622',\n '#080621',\n '#070620',\n '#07061f',\n '#07051f',\n '#07051e',\n '#07051d',\n '#07051c',\n '#07051c',\n '#06051b',\n '#06051a',\n '#060519',\n '#060519',\n '#060518',\n '#060517',\n '#060416',\n '#060416',\n '#050415',\n '#050414',\n '#050413',\n '#050413',\n '#050412',\n '#050411',\n '#050410',\n '#040410',\n '#04030f',\n '#04030e',\n '#04030d',\n '#04030d',\n '#04030c',\n '#04030b',\n '#03030a',\n '#03030a',\n '#030309',\n '#030308',\n '#030307',\n '#030207',\n '#030206',\n '#020205',\n '#020204',\n '#020204',\n '#020203'];\n \n \n// return appropriate css rgba color\nexport function svs(value: number, alpha: number = 1) {\n // scale 0 to 1 to 0 to 255\n const index = Math.round(value * 255);\n const alphaHex = Math.round(alpha * 255).toString(16).padStart(2, '0');\n return colors[index] + (alpha < 1 ? alphaHex : '');\n \n}","function lerp(a: number, b: number, t: number): number {\n return a + (b - a) * t;\n}\n\n// linear spline\nfunction spline( t: number, ...values: number[]): number {\n if (t <= 0) return values[0];\n if (t >= 1) return values[values.length - 1];\n const n = values.length - 1;\n const i = Math.floor(t * n);\n const u = t * n - i;\n return lerp(values[i], values[i + 1], u);\n}\n\nfunction clamp(x: number, min: number, max: number): number {\n return Math.min(Math.max(x, min), max);\n}\n\n\nexport function cbarNO2(cbar_min: number, cbar_max: number, cur_val: number): [number, number, number]\n{\n const normalizedVal = clamp( (cur_val-cbar_min)/(cbar_max-cbar_min),0,1);\n const r = spline(normalizedVal, 0.231373,0.227451,0.223529,0.215686,0.211765,0.211765,0.207843,0.207843,0.211765,0.211765,0.219608,0.227451,0.235294,0.247059,0.258824,0.270588,0.286275,0.298039,0.317647,0.329412,0.345098,0.364706,0.376471,0.396078,0.411765,0.427451,0.450980,0.466667,0.486275,0.501961,0.521569,0.541176,0.556863,0.580392,0.596078,0.615686,0.635294,0.650980,0.674510,0.690196,0.705882,0.725490,0.741176,0.760784,0.772549,0.788235,0.803922,0.819608,0.835294,0.847059,0.858824,0.874510,0.886275,0.898039,0.905882,0.917647,0.925490,0.933333,0.945098,0.949020,0.956863,0.964706,0.968627,0.972549,0.976471,0.980392,0.984314,0.988235,0.992157,0.992157,0.996078,0.996078,0.996078,1.00000,1.00000,1.00000,1.00000,1.00000,1.00000,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.992157,0.992157,0.992157,0.988235,0.988235,0.984314,0.980392,0.976471,0.972549,0.964706,0.960784,0.952941,0.949020,0.941176,0.937255,0.929412,0.925490,0.917647,0.909804,0.905882,0.898039,0.890196,0.882353,0.874510,0.870588,0.858824,0.850980,0.847059,0.835294,0.827451,0.819608,0.811765,0.803922,0.792157,0.784314,0.772549,0.764706,0.756863,0.745098,0.737255,0.725490,0.713726,0.705882,0.694118,0.686275,0.674510,0.662745,0.654902,0.639216,0.631373,0.619608,0.607843,0.600000,0.584314,0.576471,0.564706,0.552941,0.541176,0.529412,0.521569,0.509804,0.501961,0.490196,0.478431,0.470588,0.462745,0.450980,0.443137,0.435294,0.427451,0.415686,0.407843,0.400000,0.388235,0.380392,0.372549,0.364706,0.356863,0.345098,0.337255,0.329412,0.321569,0.313726,0.301961,0.294118,0.286275,0.278431,0.266667,0.258824,0.250980,0.239216,0.231373,0.223529,0.215686,0.207843,0.196078,0.188235,0.180392,0.172549,0.164706,0.156863,0.149020,0.145098,0.137255,0.133333,0.125490,0.121569,0.117647,0.113725,0.109804,0.105882,0.101961,0.101961,0.0980392,0.0941176,0.0941176,0.0901961,0.0901961,0.0862745,0.0823529,0.0823529,0.0784314,0.0745098,0.0745098,0.0705882,0.0666667,0.0666667,0.0627451,0.0627451,0.0588235,0.0549020,0.0549020,0.0509804,0.0509804,0.0470588,0.0431373,0.0431373,0.0392157,0.0392157,0.0352941,0.0313726,0.0313726,0.0313726,0.0274510,0.0274510);\n const g = spline(normalizedVal, 0.462745,0.470588,0.474510,0.486275,0.494118,0.501961,0.517647,0.529412,0.541176,0.552941,0.564706,0.580392,0.592157,0.607843,0.623529,0.635294,0.650980,0.662745,0.674510,0.686275,0.698039,0.709804,0.721569,0.733333,0.741176,0.752941,0.760784,0.768627,0.780392,0.788235,0.792157,0.800000,0.807843,0.815686,0.823529,0.827451,0.835294,0.839216,0.847059,0.854902,0.858824,0.866667,0.870588,0.878431,0.882353,0.886275,0.894118,0.901961,0.905882,0.913725,0.917647,0.925490,0.929412,0.937255,0.941176,0.945098,0.952941,0.956863,0.960784,0.964706,0.968627,0.972549,0.976471,0.976471,0.980392,0.980392,0.980392,0.980392,0.976471,0.976471,0.972549,0.968627,0.964706,0.960784,0.952941,0.949020,0.941176,0.937255,0.929412,0.921569,0.913725,0.905882,0.898039,0.890196,0.878431,0.870588,0.862745,0.850980,0.843137,0.831373,0.823529,0.811765,0.803922,0.792157,0.780392,0.772549,0.756863,0.749020,0.733333,0.721569,0.709804,0.698039,0.686275,0.670588,0.654902,0.643137,0.627451,0.615686,0.600000,0.584314,0.572549,0.556863,0.545098,0.529412,0.517647,0.505882,0.494118,0.482353,0.466667,0.458824,0.447059,0.435294,0.427451,0.415686,0.407843,0.396078,0.388235,0.376471,0.368627,0.356863,0.349020,0.337255,0.329412,0.321569,0.309804,0.301961,0.294118,0.290196,0.282353,0.274510,0.270588,0.262745,0.258824,0.254902,0.250980,0.247059,0.239216,0.235294,0.231373,0.227451,0.223529,0.219608,0.215686,0.211765,0.207843,0.203922,0.200000,0.196078,0.192157,0.188235,0.184314,0.180392,0.176471,0.172549,0.168627,0.164706,0.160784,0.156863,0.152941,0.149020,0.145098,0.141176,0.141176,0.137255,0.133333,0.129412,0.125490,0.121569,0.117647,0.113725,0.109804,0.105882,0.105882,0.101961,0.0980392,0.0941176,0.0901961,0.0862745,0.0823529,0.0823529,0.0784314,0.0745098,0.0745098,0.0705882,0.0705882,0.0705882,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0588235,0.0588235,0.0588235,0.0588235,0.0549020,0.0549020,0.0549020,0.0509804,0.0509804,0.0509804,0.0509804,0.0470588,0.0470588,0.0470588,0.0431373,0.0431373,0.0431373,0.0392157,0.0392157,0.0392157,0.0352941,0.0352941,0.0352941,0.0352941,0.0313726,0.0313726,0.0313726,0.0274510,0.0274510,0.0274510,0.0235294,0.0235294,0.0235294,0.0235294,0.0196078,0.0196078,0.0196078,0.0156863,0.0156863,0.0156863);\n const b = spline(normalizedVal, 0.776471,0.776471,0.776471,0.776471,0.776471,0.776471,0.776471,0.772549,0.772549,0.768627,0.764706,0.760784,0.756863,0.749020,0.745098,0.737255,0.733333,0.725490,0.717647,0.713726,0.709804,0.701961,0.698039,0.690196,0.686275,0.686275,0.682353,0.678431,0.678431,0.674510,0.674510,0.674510,0.674510,0.674510,0.674510,0.670588,0.670588,0.666667,0.662745,0.662745,0.658824,0.654902,0.650980,0.643137,0.639216,0.635294,0.631373,0.631373,0.627451,0.627451,0.627451,0.627451,0.627451,0.631373,0.639216,0.643137,0.650980,0.658824,0.670588,0.678431,0.686275,0.698039,0.705882,0.717647,0.725490,0.729412,0.737255,0.741176,0.745098,0.745098,0.741176,0.737255,0.733333,0.725490,0.717647,0.709804,0.694118,0.686275,0.670588,0.654902,0.643137,0.623529,0.611765,0.592157,0.576471,0.564706,0.549020,0.533333,0.517647,0.505882,0.498039,0.482353,0.474510,0.462745,0.450980,0.443137,0.431373,0.423529,0.411765,0.403922,0.392157,0.384314,0.376471,0.364706,0.356863,0.349020,0.337255,0.333333,0.325490,0.321569,0.317647,0.313726,0.313726,0.313726,0.313726,0.317647,0.321569,0.325490,0.329412,0.337255,0.341176,0.349020,0.352941,0.360784,0.364706,0.368627,0.376471,0.380392,0.384314,0.388235,0.392157,0.396078,0.400000,0.400000,0.403922,0.407843,0.411765,0.415686,0.419608,0.423529,0.423529,0.431373,0.431373,0.435294,0.439216,0.443137,0.447059,0.450980,0.454902,0.458824,0.462745,0.466667,0.470588,0.474510,0.474510,0.478431,0.482353,0.482353,0.486275,0.486275,0.490196,0.490196,0.490196,0.494118,0.494118,0.494118,0.498039,0.498039,0.498039,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.498039,0.498039,0.498039,0.498039,0.494118,0.494118,0.494118,0.490196,0.490196,0.490196,0.486275,0.486275,0.482353,0.478431,0.474510,0.470588,0.466667,0.462745,0.454902,0.450980,0.443137,0.435294,0.427451,0.419608,0.411765,0.403922,0.396078,0.384314,0.376471,0.368627,0.360784,0.352941,0.341176,0.333333,0.325490,0.317647,0.309804,0.301961,0.294118,0.286275,0.282353,0.274510,0.266667,0.262745,0.254902,0.247059,0.243137,0.235294,0.227451,0.223529,0.215686,0.211765,0.203922,0.196078,0.192157,0.184314,0.180392,0.172549,0.164706,0.156863,0.152941,0.145098,0.141176,0.133333,0.125490,0.121569,0.113725,0.109804,0.101961,0.0941176,0.0901961,0.0862745,0.0784314,0.0745098,0.0666667,0.0627451,0.0588235,0.0549020,0.0509804);\n return [Math.round(r*255),Math.round(g*255),Math.round(b*255)];\n}\n\n\n\n\n\n// extended colormap\nexport function cbarNO2ColorsRevised2023(cbar_min: number, cbar_max: number, cur_val: number): [number, number, number]\n{\n const normalizedVal = clamp( (cur_val-cbar_min)/(cbar_max-cbar_min),0,1);\n const r = spline(normalizedVal, 0.231373,0.223529,0.215686,0.211765,0.207843,0.207843,0.211765,0.223529,0.235294,0.250980,0.270588,0.294118,0.317647,0.337255,0.364706,0.384314,0.411765,0.439216,0.466667,0.494118,0.521569,0.549020,0.580392,0.603922,0.635294,0.662745,0.690196,0.717647,0.741176,0.768627,0.788235,0.811765,0.835294,0.854902,0.874510,0.890196,0.905882,0.921569,0.933333,0.949020,0.956863,0.964706,0.972549,0.980392,0.984314,0.988235,0.992157,0.996078,0.996078,1.00000,1.00000,1.00000,1.00000,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.992157,0.992157,0.988235,0.984314,0.980392,0.972549,0.964706,0.956863,0.949020,0.941176,0.929412,0.921569,0.913725,0.909804,0.905882,0.898039,0.894118,0.890196,0.882353,0.878431,0.870588,0.866667,0.862745,0.854902,0.850980,0.843137,0.839216,0.831373,0.823529,0.819608,0.811765,0.803922,0.796078,0.792157,0.784314,0.776471,0.768627,0.760784,0.756863,0.749020,0.741176,0.733333,0.725490,0.721569,0.709804,0.705882,0.698039,0.686275,0.682353,0.674510,0.662745,0.654902,0.647059,0.639216,0.631373,0.623529,0.615686,0.603922,0.600000,0.592157,0.580392,0.572549,0.564706,0.556863,0.549020,0.541176,0.533333,0.525490,0.517647,0.509804,0.501961,0.494118,0.486275,0.478431,0.470588,0.466667,0.458824,0.450980,0.443137,0.439216,0.431373,0.423529,0.419608,0.411765,0.403922,0.396078,0.392157,0.384314,0.376471,0.372549,0.364706,0.356863,0.352941,0.345098,0.337255,0.333333,0.325490,0.317647,0.313726,0.305882,0.301961,0.294118,0.286275,0.282353,0.270588,0.266667,0.258824,0.250980,0.247059,0.239216,0.235294,0.227451,0.219608,0.215686,0.207843,0.200000,0.196078,0.188235,0.180392,0.176471,0.172549,0.164706,0.156863,0.152941,0.145098,0.141176,0.137255,0.133333,0.129412,0.125490,0.121569,0.117647,0.113725,0.113725,0.109804,0.105882,0.105882,0.101961,0.101961,0.0980392,0.0980392,0.0941176,0.0941176,0.0901961,0.0901961,0.0862745,0.0862745,0.0823529,0.0823529,0.0823529,0.0784314,0.0784314,0.0745098,0.0745098,0.0705882,0.0705882,0.0666667,0.0666667,0.0627451,0.0627451,0.0627451,0.0588235,0.0588235,0.0549020,0.0549020,0.0509804,0.0509804,0.0470588,0.0470588,0.0431373,0.0431373,0.0392157,0.0392157,0.0392157,0.0352941,0.0352941,0.0313726,0.0313726,0.0313726,0.0274510,0.0274510,0.0274510);\n const g = spline(normalizedVal, 0.462745,0.474510,0.486275,0.498039,0.517647,0.533333,0.552941,0.576471,0.592157,0.615686,0.635294,0.654902,0.674510,0.694118,0.709804,0.725490,0.741176,0.756863,0.768627,0.784314,0.792157,0.803922,0.815686,0.823529,0.835294,0.843137,0.854902,0.862745,0.870588,0.878431,0.886275,0.898039,0.905882,0.913725,0.925490,0.933333,0.941176,0.949020,0.956863,0.964706,0.968627,0.972549,0.976471,0.980392,0.980392,0.980392,0.976471,0.968627,0.964706,0.956863,0.949020,0.941176,0.929412,0.917647,0.905882,0.894118,0.878431,0.866667,0.850980,0.835294,0.823529,0.807843,0.792157,0.776471,0.756863,0.741176,0.721569,0.701961,0.686275,0.662745,0.643137,0.619608,0.600000,0.580392,0.556863,0.537255,0.517647,0.498039,0.482353,0.462745,0.447059,0.431373,0.415686,0.403922,0.388235,0.372549,0.364706,0.356863,0.349020,0.341176,0.337255,0.329412,0.321569,0.313726,0.305882,0.301961,0.298039,0.290196,0.286275,0.282353,0.278431,0.270588,0.266667,0.262745,0.258824,0.254902,0.250980,0.250980,0.247059,0.243137,0.239216,0.235294,0.231373,0.231373,0.227451,0.223529,0.219608,0.219608,0.215686,0.211765,0.207843,0.203922,0.203922,0.200000,0.196078,0.192157,0.192157,0.188235,0.184314,0.180392,0.180392,0.176471,0.172549,0.172549,0.168627,0.164706,0.160784,0.160784,0.156863,0.152941,0.152941,0.149020,0.145098,0.141176,0.141176,0.137255,0.133333,0.133333,0.129412,0.125490,0.125490,0.121569,0.117647,0.117647,0.113725,0.109804,0.109804,0.105882,0.101961,0.0980392,0.0980392,0.0941176,0.0901961,0.0901961,0.0862745,0.0862745,0.0823529,0.0823529,0.0784314,0.0784314,0.0745098,0.0745098,0.0705882,0.0705882,0.0705882,0.0705882,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0588235,0.0588235,0.0588235,0.0588235,0.0588235,0.0549020,0.0549020,0.0549020,0.0549020,0.0509804,0.0509804,0.0509804,0.0509804,0.0509804,0.0470588,0.0470588,0.0470588,0.0470588,0.0431373,0.0431373,0.0431373,0.0431373,0.0392157,0.0392157,0.0392157,0.0392157,0.0392157,0.0352941,0.0352941,0.0352941,0.0352941,0.0313726,0.0313726,0.0313726,0.0313726,0.0313726,0.0274510,0.0274510,0.0274510,0.0274510,0.0235294,0.0235294,0.0235294,0.0235294,0.0235294,0.0196078,0.0196078,0.0196078,0.0196078,0.0156863,0.0156863,0.0156863,0.0156863);\n const b = spline(normalizedVal, 0.776471,0.776471,0.776471,0.776471,0.776471,0.772549,0.768627,0.760784,0.756863,0.745098,0.737255,0.729412,0.717647,0.709804,0.701961,0.694118,0.686275,0.682353,0.678431,0.678431,0.674510,0.674510,0.674510,0.670588,0.670588,0.666667,0.662745,0.654902,0.650980,0.643137,0.635294,0.631373,0.627451,0.627451,0.627451,0.631373,0.639216,0.647059,0.658824,0.674510,0.686275,0.701961,0.717647,0.729412,0.737255,0.741176,0.745098,0.741176,0.733333,0.721569,0.709804,0.690196,0.670588,0.647059,0.623529,0.603922,0.576471,0.552941,0.533333,0.513726,0.498039,0.478431,0.462745,0.447059,0.431373,0.415686,0.403922,0.388235,0.376471,0.360784,0.349020,0.337255,0.325490,0.317647,0.313726,0.313726,0.313726,0.317647,0.325490,0.333333,0.341176,0.349020,0.360784,0.368627,0.376471,0.380392,0.384314,0.388235,0.392157,0.396078,0.396078,0.400000,0.400000,0.403922,0.407843,0.407843,0.411765,0.415686,0.415686,0.419608,0.423529,0.423529,0.427451,0.431373,0.431373,0.435294,0.439216,0.443137,0.443137,0.447059,0.450980,0.450980,0.454902,0.458824,0.462745,0.462745,0.466667,0.470588,0.470588,0.474510,0.474510,0.478431,0.478431,0.482353,0.482353,0.486275,0.486275,0.486275,0.490196,0.490196,0.490196,0.490196,0.494118,0.494118,0.494118,0.494118,0.498039,0.498039,0.498039,0.498039,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.498039,0.498039,0.498039,0.498039,0.494118,0.494118,0.494118,0.494118,0.494118,0.490196,0.490196,0.490196,0.490196,0.486275,0.486275,0.482353,0.482353,0.478431,0.478431,0.474510,0.470588,0.466667,0.462745,0.462745,0.454902,0.450980,0.447059,0.439216,0.435294,0.427451,0.423529,0.415686,0.411765,0.403922,0.396078,0.392157,0.384314,0.376471,0.372549,0.364706,0.356863,0.352941,0.345098,0.341176,0.333333,0.325490,0.321569,0.313726,0.309804,0.305882,0.298039,0.294118,0.286275,0.282353,0.274510,0.270588,0.266667,0.262745,0.254902,0.250980,0.247059,0.243137,0.239216,0.235294,0.227451,0.223529,0.219608,0.211765,0.207843,0.203922,0.200000,0.196078,0.192157,0.188235,0.180392,0.176471,0.172549,0.164706,0.160784,0.156863,0.152941,0.145098,0.141176,0.137255,0.133333,0.129412,0.125490,0.117647,0.113725,0.109804,0.105882,0.101961,0.0941176,0.0901961,0.0862745,0.0823529,0.0784314,0.0745098,0.0705882,0.0666667,0.0627451,0.0588235,0.0549020,0.0549020,0.0509804);\n return [Math.round(r*255),Math.round(g*255),Math.round(b*255)];\n}\n\n","// modified from https://stackoverflow.com/a/63397776/11594175\n\nlet preloadedImages: HTMLElement[] = [];\n\nfunction loadImage(src: string): Promise {\n return new Promise((resolve, reject) => {\n const img = document.createElement(\"link\");\n img.rel = \"preload\";\n img.as = \"image\";\n img.onload = function () {\n resolve(img);\n };\n img.onerror = img.onabort = function () {\n reject(src);\n };\n img.href = src;\n // add it to the dom in body so it will load\n document.body.appendChild(img);\n // append to the preloaded images list so it can be removed\n preloadedImages.push(img);\n });\n}\nexport function _preloadImages(images: string[]): Promise[] {\n // remove past images\n preloadedImages.forEach((img) => {\n img.remove();\n });\n preloadedImages = [];\n const promises = images.map((src) => loadImage(src));\n // Promise.all(promises);\n return promises;\n}\n\n// reset the preload images\n","/* eslint-disable @typescript-eslint/naming-convention */\nexport interface Manifest {\n early_release: {\n image_directory: string;\n resized_image_directory: string;\n timestamps: number[];\n };\n released: {\n image_directory: string;\n resized_image_directory: string;\n timestamps: number[];\n };\n clouds: {\n image_directory: string;\n resized_image_directory: string;\n timestamps: number[];\n };\n}\n\nexport async function fetchManifest(): Promise {\n console.log(\"fetching manifest\");\n const url = \"https://raw.githubusercontent.com/johnarban/tempo-data-holdings/main/manifest.json\";\n // try to use cache busting, but if that fails try with plain url\n return fetch(`${url}?version=${Date.now()}}`)\n .then((response) => response.json())\n .catch(() => fetch(url).then((response) => response.json()));\n \n}\n\ninterface Timestamps {\n early_release: number[];\n released: number[];\n clouds: number[];\n}\n\nexport async function getTimestamps(): Promise {\n const manifest = await fetchManifest();\n const earlyRelease = manifest.early_release;\n const released = manifest.released;\n const clouds = manifest.clouds;\n return { early_release: earlyRelease.timestamps, released: released.timestamps, clouds: clouds.timestamps };\n}\n","import { render } from \"./TempoLite.vue?vue&type=template&id=21669c47&ts=true\"\nimport script from \"./TempoLite.vue?vue&type=script&lang=ts\"\nexport * from \"./TempoLite.vue?vue&type=script&lang=ts\"\n\nimport \"./TempoLite.vue?vue&type=style&index=0&id=21669c47&lang=less\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = [\"id\"]\nconst _hoisted_2 = { class: \"colorbar-labels\" }\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"div\", {\n id: _ctx.id,\n class: \"colorbar-container\"\n }, [\n _createElementVNode(\"div\", {\n style: _normalizeStyle({'--background-color': _ctx.backgroundColor}),\n class: \"colorbar\"\n }, null, 4),\n _createElementVNode(\"div\", _hoisted_2, [\n _createElementVNode(\"div\", null, [\n _renderSlot(_ctx.$slots, \"start\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.startValue), 1)\n ], true)\n ]),\n _createElementVNode(\"div\", null, [\n _renderSlot(_ctx.$slots, \"label\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.label), 1)\n ], true)\n ]),\n _createElementVNode(\"div\", null, [\n _renderSlot(_ctx.$slots, \"end\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.endValue), 1)\n ], true)\n ])\n ])\n ], 8, _hoisted_1))\n}","\n\n\n\n\n\n\n\n","import { render } from \"./ColorBar.vue?vue&type=template&id=221ae20e&scoped=true&ts=true\"\nimport script from \"./ColorBar.vue?vue&type=script&lang=ts\"\nexport * from \"./ColorBar.vue?vue&type=script&lang=ts\"\n\nimport \"./ColorBar.vue?vue&type=style&index=0&id=221ae20e&scoped=true&lang=css\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-221ae20e\"]])\n\nexport default __exports__","import { renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, createElementVNode as _createElementVNode, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = [\"id\"]\nconst _hoisted_2 = { class: \"colorbar-labels\" }\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"div\", {\n id: _ctx.id,\n class: \"colorbar-container-horizontal\"\n }, [\n _createElementVNode(\"div\", _hoisted_2, [\n _createElementVNode(\"div\", null, [\n _renderSlot(_ctx.$slots, \"start\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.startValue), 1)\n ], true)\n ]),\n _createElementVNode(\"div\", null, [\n _renderSlot(_ctx.$slots, \"label\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.label), 1)\n ], true)\n ]),\n _createElementVNode(\"div\", null, [\n _renderSlot(_ctx.$slots, \"end\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.endValue), 1)\n ], true)\n ])\n ]),\n _createElementVNode(\"div\", {\n style: _normalizeStyle({'--background-color': _ctx.backgroundColor}),\n class: \"colorbar\"\n }, null, 4)\n ], 8, _hoisted_1))\n}","\n\n\n\n\n\n\n\n","import { render } from \"./ColorBarHorizontal.vue?vue&type=template&id=bf9c2ee4&scoped=true&ts=true\"\nimport script from \"./ColorBarHorizontal.vue?vue&type=script&lang=ts\"\nexport * from \"./ColorBarHorizontal.vue?vue&type=script&lang=ts\"\n\nimport \"./ColorBarHorizontal.vue?vue&type=style&index=0&id=bf9c2ee4&scoped=true&lang=css\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-bf9c2ee4\"]])\n\nexport default __exports__","import { createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, mergeProps as _mergeProps, withCtx as _withCtx, createVNode as _createVNode, createElementVNode as _createElementVNode, renderSlot as _renderSlot, toDisplayString as _toDisplayString, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nconst _hoisted_1 = { class: \"info-button-close-icon\" }\nconst _hoisted_2 = { class: \"v-card-info-text ma-3\" }\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_v_icon = _resolveComponent(\"v-icon\")!\n const _component_v_tooltip = _resolveComponent(\"v-tooltip\")!\n const _component_v_card = _resolveComponent(\"v-card\")!\n const _component_v_dialog = _resolveComponent(\"v-dialog\")!\n\n return (_openBlock(), _createBlock(_component_v_dialog, {\n modelValue: _ctx.dialogVisible,\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = ($event: any) => ((_ctx.dialogVisible) = $event)),\n \"max-width\": \"500\"\n }, {\n activator: _withCtx(({ props: activatorProps }) => [\n _createVNode(_component_v_tooltip, {\n text: _ctx.tooltipTextValue,\n disabled: !_ctx.showTooltip\n }, {\n activator: _withCtx(( { props} ) => [\n _createVNode(_component_v_icon, _mergeProps({...activatorProps, ...props}, {\n style: {\"margin-left\":\"1em\",\"font-size\":\"1.3em\",\"color\":\"var(--accent-color)\"},\n elevation: \"1\",\n onClick: _cache[0] || (_cache[0] = ($event: any) => (_ctx.dialogVisible = true)),\n onKeydown: _ctx.handleKeydown\n }), {\n default: _withCtx(() => _cache[3] || (_cache[3] = [\n _createTextVNode(\" mdi-information-variant-circle-outline \")\n ])),\n _: 2\n }, 1040, [\"onKeydown\"])\n ]),\n _: 2\n }, 1032, [\"text\", \"disabled\"])\n ]),\n default: _withCtx(() => [\n _createVNode(_component_v_card, { class: \"gradient-background\" }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_1, [\n _createVNode(_component_v_icon, {\n class: \"info-button-close-icon__icon\",\n onClick: _cache[1] || (_cache[1] = ($event: any) => (_ctx.dialogVisible = false)),\n onKeydown: _ctx.handleKeydown\n }, {\n default: _withCtx(() => _cache[4] || (_cache[4] = [\n _createTextVNode(\" mdi-close \")\n ])),\n _: 1\n }, 8, [\"onKeydown\"])\n ]),\n _createElementVNode(\"div\", _hoisted_2, [\n _renderSlot(_ctx.$slots, \"default\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.helpText), 1)\n ])\n ])\n ]),\n _: 3\n })\n ]),\n _: 3\n }, 8, [\"modelValue\"]))\n}","\n\n\n","import { render } from \"./InfoButton.vue?vue&type=template&id=77dd44cb&ts=true\"\nimport script from \"./InfoButton.vue?vue&type=script&lang=ts\"\nexport * from \"./InfoButton.vue?vue&type=script&lang=ts\"\n\nimport \"./InfoButton.vue?vue&type=style&index=0&id=77dd44cb&lang=css\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { aliases, mdi } from 'vuetify/iconsets/mdi';\nimport { createVuetify } from 'vuetify';\n\n// For test use. Do not include createVuetify()\n// see https://next.vuetifyjs.com/en/features/treeshaking/\n//import * as components from 'vuetify/components';\n//import * as directives from 'vuetify/directives';\n\n// Translations provided by Vuetify\nimport { en } from 'vuetify/locale';\n\n// Styles\nimport 'vuetify/styles';\nimport '@mdi/font/css/materialdesignicons.css';\n\nexport default createVuetify({\n // Icon Fonts\n icons: {\n defaultSet: 'mdi',\n aliases,\n sets: {\n mdi,\n },\n },\n locale: {\n locale: 'en',\n fallback: 'en',\n messages: { en },\n },\n theme: {\n defaultTheme: 'dark',\n },\n});\n\n// Export for test.\n//export { components, directives };\n","import Vue, { createApp } from \"vue\";\n\nimport { FundingAcknowledgement, IconButton, CreditLogos } from \"@cosmicds/vue-toolkit\";\nimport LocationSearch from \"./LocationSearch.vue\";\nimport TempoLite from \"./TempoLite.vue\";\nimport Colorbar from './ColorBar.vue';\nimport ColorBarHorizontal from \"./ColorBarHorizontal.vue\";\nimport InfoButton from \"./InfoButton.vue\";\nimport vuetify from \"../plugins/vuetify\";\n\nimport { FontAwesomeIcon } from \"@fortawesome/vue-fontawesome\";\nimport { library } from \"@fortawesome/fontawesome-svg-core\";\nimport {\n faBookOpen,\n faPlay,\n faPause,\n faTimes,\n faVideo,\n faMagnifyingGlass,\n faCircleXmark,\n faSquareXmark,\n faHome,\n} from \"@fortawesome/free-solid-svg-icons\";\n\nimport VueDatePicker from \"@vuepic/vue-datepicker\";\nimport '@vuepic/vue-datepicker/dist/main.css';\n\nlibrary.add(faBookOpen);\nlibrary.add(faPlay);\nlibrary.add(faPause);\nlibrary.add(faTimes);\nlibrary.add(faVideo);\nlibrary.add(faMagnifyingGlass);\nlibrary.add(faCircleXmark);\nlibrary.add(faSquareXmark);\nlibrary.add(faHome);\n\n\n/** v-hide directive taken from https://www.ryansouthgate.com/2020/01/30/vue-js-v-hide-element-whilst-keeping-occupied-space/ */\n// Extract the function out, up here, so I'm not writing it twice\nconst update = (el: HTMLElement, binding: Vue.DirectiveBinding) => el.style.visibility = (binding.value) ? \"hidden\" : \"\";\n\ncreateApp(TempoLite, {})\n \n // Plugins\n .use(vuetify)\n\n // Directives\n .directive(\n /**\n * Hides an HTML element, keeping the space it would have used if it were visible (css: Visibility)\n */\n \"hide\", {\n // Run on initialisation (first render) of the directive on the element\n beforeMount(el, binding, _vnode, _prevVnode) {\n update(el, binding);\n },\n // Run on subsequent updates to the value supplied to the directive\n updated(el, binding, _vnode, _prevVnode) {\n update(el, binding);\n }\n })\n\n // Components\n .component('font-awesome-icon', FontAwesomeIcon)\n .component('icon-button', IconButton)\n .component('funding-acknowledgement', FundingAcknowledgement)\n .component('credit-logos', CreditLogos)\n .component('colorbar', Colorbar)\n .component('location-search', LocationSearch)\n .component('info-button', InfoButton)\n .component('colorbar-horizontal', ColorBarHorizontal)\n .component('date-picker', VueDatePicker)\n\n // Mount\n .mount(\"#app\");\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar [chunkIds, fn, priority] = deferred[i];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.p = \"\";","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t524: 0\n};\n\n// no chunk on demand loading\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunk_cosmicds_tempo_lite\"] = self[\"webpackChunk_cosmicds_tempo_lite\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [504], () => (__webpack_require__(1016)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["render","_ctx","_cache","$props","$setup","$data","$options","_component_font_awesome_icon","class","style","cssStyles","locationJustUpdated","small","searchText","$event","setLocationFromSearchFeature","items","searchResults","features","textForMapboxFeature","bgColor","label","locationLabel","density","solo","color","accentColor","performForwardGeocodingSearch","searchErrorMessage","focusCombobox","onFocusChange","ref","menu","menuOpen","append","icon","size","searchOpen","buttonSize","toggleSearch","closeSearch","stayOpen","RELEVANT_FEATURE_TYPES","NA_COUNTRIES","NA_ABBREVIATIONS","feature","pieces","text","push","context","forEach","item","itemType","id","split","includes","shortCode","short_code","some","abbr","startsWith","substring","itemText","join","geocodingInfoForSearch","options","Promise","accessToken","search","URLSearchParams","set","types","countries","url","toString","fetch","then","response","json","name","emits","props","searchProvider","type","Function","default","modelValue","Boolean","required","String","theme","persistSelected","data","this","locationUpdatedText","comboFocused","computed","methods","console","log","length","info","$emit","focused","blurCombobox","input","$refs","searchInput","blur","focus","undefined","place_name","slice","timedJustUpdatedLocation","clearSearchData","setTimeout","watch","value","__exports__","_hoisted_1","_hoisted_2","_hoisted_3","_hoisted_4","_hoisted_5","_hoisted_6","_hoisted_7","_hoisted_8","_hoisted_9","_hoisted_10","_hoisted_11","_hoisted_12","_hoisted_13","_hoisted_14","_hoisted_15","_hoisted_16","_hoisted_17","_hoisted_18","_hoisted_19","_hoisted_20","_hoisted_21","_hoisted_22","_hoisted_23","_hoisted_24","_hoisted_25","_hoisted_26","_hoisted_27","_hoisted_28","_hoisted_29","_hoisted_30","_hoisted_31","_hoisted_32","_hoisted_33","_hoisted_34","tabindex","_hoisted_35","_component_colorbar_horizontal","_component_location_search","_component_colorbar","_component_icon_button","_component_date_picker","_component_info_button","_component_funding_acknowledgement","_component_credit_logos","cssVars","inIntro","introSlide","additional","elevation","dontShowIntro","href","target","rel","src","alt","$vuetify","display","width","backgroundColor","nsteps","cmap","cbarNO2","extend","showFieldOfRegard","cloudTimestamps","showClouds","cloudDataAvailable","buttonColor","disabled","map","error","timeIndex","min","minIndex","max","maxIndex","step","loadedImagesProgress","thumbLabel","playing","radio","singleDateSelected","datesOfInterest","uniqueDays","clearable","transitions","format","date","toDateString","dark","touchscreen","activator","moveBackwardOneDay","variant","moveForwardOneDay","height","toFixed","row","dateStrings","sublocationRadio","locationsOfInterest","loi","index","key","locationsOfInterestText","selectedTimezone","timezoneOptions","opacity","showCredits","scrim","location","accentColor2","colors","cividis","alpha","Math","round","svs","alphaHex","padStart","lerp","a","b","t","spline","values","n","i","floor","u","clamp","x","cbar_min","cbar_max","cur_val","normalizedVal","r","g","cbarNO2ColorsRevised2023","preloadedImages","loadImage","resolve","reject","img","document","createElement","as","onload","onerror","onabort","body","appendChild","_preloadImages","images","remove","promises","fetchManifest","Date","now","catch","getTimestamps","manifest","earlyRelease","early_release","released","clouds","timestamps","erdTimestamps","newTimestamps","fosterTimestamps","urlParams","window","hideIntro","get","WINDOW_DONTSHOWINTRO","localStorage","getItem","zpad","character","showSplashScreen","toLowerCase","novDecBounds","marchBounds","fieldOfRegardLayer","fillColor","weight","latlng","zoom","indexOf","sheet","layersLoaded","positionSet","playInterval","basemap","bounds","toBBoxString","parseFloat","customImageUrl","timestep","timeValues","Array","keys","imageOverlay","interactive","preload","showControls","useHighRes","cloudOverlay","created","documentElement","navigator","msPointerEnabled","updateTimestamps","mounted","zoomControl","setView","crs","EPSG4326","zoomHome","originalZH","_zoomHome","bind","_e","addTo","addCoastlines","labelPane","createPane","zIndex","pointerEvents","minZoom","maxZoom","attribution","pane","setUrl","imageUrl","cloudUrl","updateFieldOfRegard","smallSize","smAndDown","mobile","showTextSheet","_value","selectSheet","showVideoSheet","video","querySelector","pause","timestamp","dateIsDST","standardOffset","getUTCFullYear","currentOffset","tz","offset","hours","getUTCHours","amPm","hourValue","getUTCMonth","getUTCDate","getUTCMinutes","imageName","getTempoFilename","getTempoDataUrl","getCloudFilename","whichDataSet","newBounds","imageBounds","easternDates","ts","days","getTime","unique","from","Set","highresAvailable","rgb","blurActiveElement","active","activeElement","HTMLElement","closeSplashScreen","$nextTick","_err","resetMapBounds","play","setInterval","clearInterval","updateBounds","setBounds","concat","sort","filename","setNearestDate","onedayinms","mod","filter","imagePreload","clearLayers","addData","times","cloudImages","loaded","promise","err","getUniqueDayIndex","findIndex","day","val","setItem","btn","$el","setAttribute","removeAttribute","show","removeLayer","setOpacity","startValue","endValue","Number","colorbarGradient","random","triangles","showStartTriangle","showEndTriangle","cssLinearGradientFromCmap","_","co","isArray","colorbar","firstChild","removeChild","div","className","background","start","end","styleDownTriangle","styleUpTriangle","offsetWidth","offsetHeight","borderLeft","borderRight","borderBottom","borderTop","styleLeftTriangle","styleRightTriangle","styleColorbarChunk","flexGrow","flexShrink","dialogVisible","activatorProps","tooltipTextValue","showTooltip","handleKeydown","helpText","tooltipText","event","icons","defaultSet","aliases","sets","mdi","locale","fallback","messages","en","defaultTheme","add","update","el","binding","visibility","TempoLite","use","vuetify","directive","beforeMount","_vnode","_prevVnode","updated","component","IconButton","FundingAcknowledgement","CreditLogos","LocationSearch","InfoButton","ColorBarHorizontal","mount","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","exports","module","__webpack_modules__","call","m","deferred","O","result","chunkIds","fn","priority","notFulfilled","Infinity","fulfilled","j","Object","every","splice","getter","__esModule","d","definition","o","defineProperty","enumerable","globalThis","e","obj","prop","prototype","hasOwnProperty","Symbol","toStringTag","p","installedChunks","chunkId","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","chunkLoadingGlobal","self","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file diff --git a/js/app.ee873ed7.js b/js/app.ee873ed7.js new file mode 100644 index 0000000..55df2dc --- /dev/null +++ b/js/app.ee873ed7.js @@ -0,0 +1,2 @@ +(()=>{"use strict";var e={7744:(e,t,n)=>{var o=n(3751),a=n(3637),i=n(641),r=n(33),l=n(7993);function s(e,t,n,a,s,c){var u=(0,i.g2)("font-awesome-icon");return(0,i.uX)(),(0,i.CE)("div",{class:"forward-geocoding-container",style:(0,r.Tr)(e.cssStyles)},[(0,i.bo)((0,i.bF)(l.A,{class:(0,r.C4)(["forward-geocoding-input",e.locationJustUpdated?"geocode-success":"",e.small?"forward-geocoding-input-small":""]),modelValue:e.searchText,"onUpdate:modelValue":[t[0]||(t[0]=function(t){return e.searchText=t}),e.setLocationFromSearchFeature],items:e.searchResults?e.searchResults.features:[],"item-title":e.textForMapboxFeature,"bg-color":e.bgColor,label:e.locationLabel,density:e.small?"compact":"default","hide-details":"",solo:"",color:e.accentColor,onInput:function(){},onKeydown:[(0,o.jR)(e.performForwardGeocodingSearch,["enter"]),t[1]||(t[1]=(0,o.jR)((function(t){return e.searchResults=null}),["esc"]))],"error-messages":e.searchErrorMessage,"onClick:append":e.focusCombobox,"onUpdate:focused":t[2]||(t[2]=function(t){return e.onFocusChange(t)}),ref:"searchInput",menu:e.menuOpen,"onUpdate:menu":t[3]||(t[3]=function(t){return e.menuOpen=t})},{append:(0,i.k6)((function(){return[(0,i.bF)(u,{class:"geocoding-search-icon",icon:"magnifying-glass",size:e.searchOpen?"xl":e.buttonSize,color:"gray",onClick:e.toggleSearch},null,8,["size","onClick"]),(0,i.RG)(e.$slots,"append-icon",{class:"geocode-icon"}),(0,i.bo)((0,i.bF)(u,{class:"geocoding-close-icon",icon:"circle-xmark",size:e.searchOpen?"xl":"1x",color:"gray",onClick:e.closeSearch},null,8,["size","onClick"]),[[o.aG,e.searchOpen&&!e.stayOpen]])]})),_:3},8,["class","modelValue","items","item-title","bg-color","label","density","color","onUpdate:modelValue","onKeydown","error-messages","onClick:append","menu"]),[[o.aG,e.searchOpen]]),(0,i.bo)((0,i.bF)(u,{class:"geocoding-search-icon",icon:"magnifying-glass",size:e.searchOpen?"xl":e.buttonSize,color:"gray",onClick:(0,o.D$)(e.toggleSearch,["prevent"])},null,8,["size","onClick"]),[[o.aG,!e.searchOpen&&!e.stayOpen]])],4)}var c=n(1635),u=["postcode","place","region","country"],d=["United States","Canada","Mexico"],h=["US-","CA-","MX-"];function f(e){var t=[];return e.text&&t.push(e.text),e.context.forEach((function(e){var n=e.id.split(".")[0];if(u.includes(n)){var o=null,a=e.short_code;if("region"===n&&null!=a)h.some((function(e){return a.startsWith(e)}))&&(o=a.substring(3));else if("country"===n){var i=e.text;d.includes(i)||(o=i)}null!==o&&t.push(o)}})),t.join(", ")}function m(e,t){return(0,c.sH)(this,void 0,Promise,(function(){var n,o,a,i,r;return(0,c.YH)(this,(function(l){return n="pk.eyJ1IjoiY29zbWljZHMiLCJhIjoiY2xzOWV3aHRnMDY4ejJzbGRtZ2x4bW4yZyJ9.8qTaW6RulUyg4awUJ4a-Kg",o=new URLSearchParams,o.set("access_token",null!==n&&void 0!==n?n:""),a=(null!==(r=null===t||void 0===t?void 0:t.types)&&void 0!==r?r:["place","postcode"]).join(","),o.set("types",a),(null===t||void 0===t?void 0:t.countries)&&o.set("country",t.countries.join(",")),i="https://api.mapbox.com/geocoding/v5/mapbox.places/".concat(e,".json?").concat(o.toString()),[2,fetch(i).then((function(e){return e.json()}))]}))}))}const p=(0,i.pM)({name:"LocationSearch",emits:["update:modelValue","set-location","error","geolocate"],props:{searchProvider:{type:Function,default:function(){}},modelValue:{type:Boolean,default:!0,required:!1},stayOpen:{type:Boolean,default:!1},accentColor:{type:String,default:"white"},small:{type:Boolean,default:!1},theme:{type:String,default:"dark"},buttonSize:{type:String,default:"1x"},bgColor:{type:String,default:"white"},persistSelected:{type:Boolean,default:!1}},data:function(){return{searchOpen:this.modelValue||this.stayOpen,searchText:null,searchResults:null,searchErrorMessage:null,locationJustUpdated:!1,locationUpdatedText:"Location updated",comboFocused:!1,menuOpen:!1}},computed:{cssStyles:function(){return{"--accent-color":this.accentColor,"--bg-color":this.bgColor,"--fg-container-padding":this.searchOpen?this.small?"0px 5px 0px 0px":"5px 10px 12px 10px":"0px","--border-radius":this.searchOpen?"7px":"20px"}},locationLabel:function(){var e;return this.locationJustUpdated?this.comboFocused||null!==this.searchResults||null!==this.searchText?"Enter city or zip":this.locationUpdatedText:null!==(e=this.searchErrorMessage)&&void 0!==e?e:"Enter city or zip"}},methods:{performForwardGeocodingSearch:function(){var e=this;console.log("performForwardGeocodingSearch",this.searchText),null===this.searchText||this.searchText.length<3||this.searchProvider(this.searchText).then((function(t){var n,o;null!==t&&1===(null===(n=t.features)||void 0===n?void 0:n.length)?e.setLocationFromSearchFeature(t.features[0]):null!==t&&0==(null===(o=t.features)||void 0===o?void 0:o.length)?(e.searchErrorMessage="No matching places were found",console.log("No matching places were found"),e.$emit("error",e.searchErrorMessage)):e.searchResults=t}))},textForMapboxFeature:function(e){if("string"!==typeof e)return f(e)},onFocusChange:function(e){console.log("focus change",e),this.comboFocused=e},blurCombobox:function(){console.log("blurring");var e=this.$refs.searchInput;console.log(e),e.blur()},focusCombobox:function(){var e=this.$refs.searchInput;e.focus()},setLocationFromSearchFeature:function(e){if("string"!==typeof e&&(console.log("setting location"),null!==e)){var t=this.textForMapboxFeature(e);this.locationUpdatedText=void 0!==t?t:e.place_name.split(",").slice(0,2).join(", "),this.blurCombobox(),this.timedJustUpdatedLocation(),this.clearSearchData(),this.$emit("set-location",e)}},toggleSearch:function(){console.log("toggleSearch",this.searchOpen,this.searchText),this.searchOpen?(this.performForwardGeocodingSearch(),this.menuOpen=!0,this.focusCombobox()):this.searchOpen=!0},closeSearch:function(){this.searchOpen=!1,this.clearSearchData()},clearSearchData:function(){this.searchResults=null,this.searchText=null,this.searchErrorMessage=null},timedJustUpdatedLocation:function(){var e=this;this.locationJustUpdated=!0,setTimeout((function(){e.locationJustUpdated=e.persistSelected}),5e3)}},watch:{modelValue:function(e){this.searchOpen=e},searchOpen:function(e){this.$emit("update:modelValue",e)},searchText:function(e){this.searchErrorMessage&&(this.searchErrorMessage=null),e&&0!==e.length||(this.searchResults=null)}}});var g=n(6262);const b=(0,g.A)(p,[["render",s]]),v=b,y=n.p+"img/TEMPO-Logo-Small.5ce016b3.png",k=n.p+"img/smithsonian.296b2943.png";var w=n(6059),x=n(8322),L=n(2915),S=n(9311),T=n(2082),C=n(4180),O=n(852),F=n(1972),D=n(6861),M=n(1731),I=n(9529),U=n(7819),_=n(1028),V=n(4461),E=n(9543),R=n(3899),W=n(6175),z=n(1926),N={key:0,id:"introduction-overlay",class:"elevation-10 gradient-background"},A={id:"intro-window-close-button"},P={class:"intro-text mb-3"},j={id:"intro-bottom-controls"},B={id:"main-content"},G={class:"content-with-sidebars"},H={id:"map-container"},q={id:"map-contents",style:{width:"100%",height:"100%"}},K={key:0,id:"map-legend"},Y={id:"map-show-hide-clouds"},$={id:"slider-row"},X={class:"thumb-label"},J={id:"user-options"},Z={id:"all-dates"},Q={class:"d-flex flex-row align-center"},ee={class:"d-flex flex-row align-center my-2"},te={key:0},ne={key:1},oe={id:"date-radio"},ae={class:"d-flex flex-row align-center"},ie={class:"d-flex flex-row align-center"},re={class:"d-flex flex-row align-center"},le={key:0,style:{"border-color":"grey"}},se={key:1,id:"locations-of-interest"},ce={class:"mb-1"},ue=["innerHTML"],de={id:"bottom-options"},he={id:"control-checkboxes"},fe={class:"d-flex flex-row align-center justify-space-between"},me={class:"d-flex flex-row align-center justify-space-between"},pe={id:"opacity-slider-container"},ge={id:"information"},be={class:"d-flex flex-row justify-space-between"},ve={tabindex:"0"},ye={id:"body-logos"};function ke(e,t,n,a,l,s){var c=(0,i.g2)("font-awesome-icon"),u=(0,i.g2)("colorbar-horizontal"),d=(0,i.g2)("location-search"),h=(0,i.g2)("colorbar"),f=(0,i.g2)("icon-button"),m=(0,i.g2)("date-picker"),p=(0,i.g2)("info-button"),g=(0,i.g2)("funding-acknowledgement"),b=(0,i.g2)("credit-logos");return(0,i.uX)(),(0,i.Wv)(w.E,{id:"app",style:(0,r.Tr)(e.cssVars)},{default:(0,i.k6)((function(){return[(0,i.bF)(M.L,{"model-value":e.inIntro,style:(0,r.Tr)(e.cssVars),id:"intro-background"},{default:(0,i.k6)((function(){return[(0,i.bF)(O.p,{modelValue:e.inIntro,"onUpdate:modelValue":t[9]||(t[9]=function(t){return e.inIntro=t})},{default:(0,i.k6)((function(){return[e.inIntro?((0,i.uX)(),(0,i.CE)("div",N,[(0,i.bF)(W.r3,{modelValue:e.introSlide,"onUpdate:modelValue":t[4]||(t[4]=function(t){return e.introSlide=t})},{additional:(0,i.k6)((function(){return[(0,i.Lk)("div",A,[(0,i.bF)(c,{size:"xl",class:"ma-1",color:"#b3d5e6",icon:"square-xmark",onClick:t[0]||(t[0]=function(t){return e.inIntro=!e.inIntro}),onKeyup:t[1]||(t[1]=(0,o.jR)((function(t){return e.inIntro=!e.inIntro}),["enter"])),tabindex:"0","tooltip-location":"start"})])]})),default:(0,i.k6)((function(){return[(0,i.bF)(z.m,{value:1},{default:(0,i.k6)((function(){return t[39]||(t[39]=[(0,i.Lk)("div",{class:"intro-text"},[(0,i.Lk)("p",{class:"mb-5"}," The TEMPO satellite mission (Tropospheric Emissions: Monitoring Pollution), launched in April 2023, is the first space-based instrument to monitor major air pollutants across the North American continent every daylight hour at high spatial resolution. A collaboration between NASA and the Smithsonian Astrophysical Observatory, the TEMPO instrument gathers hourly daytime scans of the atmosphere over North America from the Atlantic Ocean to the Pacific Coast and from roughly Mexico City to central Canada. ")],-1)])})),_:1}),(0,i.bF)(z.m,{value:2},{default:(0,i.k6)((function(){return t[40]||(t[40]=[(0,i.Lk)("div",{class:"intro-text mb-3"},[(0,i.Lk)("p",{class:"mb-3"},[(0,i.eW)(" This Data Story provides an introduction to what can be learned from TEMPO’s data, which became publicly available May 20, 2024. The map here visualizes hourly Nitrogen Dioxide (NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(") data over time. NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" can be produced by: ")]),(0,i.Lk)("ul",null,[(0,i.Lk)("li",null,"Burning of fossil fuels—for example from vehicles, power plants, manufacturing sites, and oil refineries"),(0,i.Lk)("li",null,"Fires and biomass burning—including wildfires and prescribed burns, as well as burning of vegetation for land clearing"),(0,i.Lk)("li",null,[(0,i.eW)("Bacteria, which naturally convert nitrogen in soil into compounds that can form NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(". Agricultural use of nitrogen-based fertilizers increases the amount of NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" produced by these bacteria.")]),(0,i.Lk)("li",null,[(0,i.eW)("Lightning, which triggers a chemical reaction that turns harmless N"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" in the atmosphere into NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(". ")])]),(0,i.Lk)("p",{class:"mt-3"}," For each date, you can see the scans beginning on the East Coast in the morning, and ending on the West Coast as the Sun sets. ")],-1)])})),_:1}),(0,i.bF)(z.m,{value:3},{default:(0,i.k6)((function(){return[(0,i.Lk)("div",P,[t[47]||(t[47]=(0,i.Lk)("p",{class:"mb-3"}," In this interactive page you can: ",-1)),(0,i.Lk)("ul",null,[t[44]||(t[44]=(0,i.Lk)("li",null,[(0,i.eW)(" Select a date and press the “Play” button or scroll the time slider to view the changing concentrations of NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" over North America on those dates. ")],-1)),(0,i.Lk)("li",{style:(0,r.Tr)(e.cssVars)},[t[42]||(t[42]=(0,i.eW)(" Press the ")),(0,i.bF)(D.w,{style:{"font-size":"1.3em",color:"var(--accent-color)"},elevation:"1"},{default:(0,i.k6)((function(){return t[41]||(t[41]=[(0,i.eW)("mdi-information-variant-circle-outline")])})),_:1}),t[43]||(t[43]=(0,i.eW)(" button next to each Notable Date to get an overview of what to look for on that date "))],4),t[45]||(t[45]=(0,i.Lk)("li",null," For each Notable Date, select one of two zoomed-in Locations to investigate specific pollution events. ",-1)),t[46]||(t[46]=(0,i.Lk)("li",null," You can use the “Timezone” setting to investigate how pollution evolves over the day, for example as rush hour progresses in large cities. ",-1))]),(0,i.bF)(C.a,{modelValue:e.dontShowIntro,"onUpdate:modelValue":t[2]||(t[2]=function(t){return e.dontShowIntro=t}),onKeyup:t[3]||(t[3]=(0,o.jR)((function(t){return e.dontShowIntro=!e.dontShowIntro}),["enter"])),label:"Don't show this introduction again",color:"#c10124","hide-details":""},null,8,["modelValue"])])]})),_:1})]})),_:1},8,["modelValue"]),(0,i.Lk)("div",j,[(0,i.Lk)("div",null,[e.introSlide>1?((0,i.uX)(),(0,i.Wv)(x.D,{key:0,id:"intro-next-button",color:e.accentColor,onClick:t[5]||(t[5]=function(t){return e.introSlide--}),onKeyup:t[6]||(t[6]=(0,o.jR)((function(t){return e.introSlide--}),["enter"])),elevation:"0"},{default:(0,i.k6)((function(){return t[48]||(t[48]=[(0,i.eW)(" Back ")])})),_:1},8,["color"])):(0,i.Q3)("",!0)]),(0,i.bF)(x.D,{id:"intro-next-button",color:e.accentColor,onClick:t[7]||(t[7]=function(t){return e.introSlide++}),onKeyup:t[8]||(t[8]=(0,o.jR)((function(t){return e.introSlide++}),["enter"])),elevation:"0"},{default:(0,i.k6)((function(){return[(0,i.eW)((0,r.v_)(e.introSlide<3?"Next":"Get Started"),1)]})),_:1},8,["color"])])])):(0,i.Q3)("",!0)]})),_:1},8,["modelValue"])]})),_:1},8,["model-value","style"]),(0,i.Lk)("div",B,[(0,i.Lk)("div",G,[t[98]||(t[98]=(0,i.Lk)("div",{id:"logo-title"},[(0,i.Lk)("a",{href:"https://tempo.si.edu",target:"_blank",rel:"noopener noreferrer"},[(0,i.Lk)("img",{src:y,alt:"TEMPO Logo",style:{width:"100px",height:"100px"}})]),(0,i.Lk)("h1",{id:"title"},"What is in the Air You Breathe?")],-1)),t[99]||(t[99]=(0,i.Lk)("div",{id:"where",class:"big-label"},"where",-1)),(0,i.Lk)("div",H,[e.$vuetify.display.width<=750?((0,i.uX)(),(0,i.Wv)(u,{key:0,label:"Amount of NO2",backgroundColor:"transparent",nsteps:255,cmap:e.cbarNO2,"start-value":"1","end-value":"150",extend:!0},{label:(0,i.k6)((function(){return t[49]||(t[49]=[(0,i.Lk)("div",{style:{"text-align":"center"}},[(0,i.eW)("Amount of NO₂ "),(0,i.Lk)("span",{class:"unit-label"},"(10¹⁴ mol/cm²)")],-1)])})),_:1},8,["cmap"])):(0,i.Q3)("",!0),(0,i.Lk)("div",q,[t[51]||(t[51]=(0,i.Lk)("div",{id:"map"},null,-1)),e.showFieldOfRegard?((0,i.uX)(),(0,i.CE)("div",K,t[50]||(t[50]=[(0,i.Lk)("hr",{class:"line-legend"},null,-1),(0,i.eW)("TEMPO Field of Regard")]))):(0,i.Q3)("",!0),(0,i.Lk)("div",Y,[e.cloudTimestamps.length>0?((0,i.uX)(),(0,i.Wv)(x.D,{key:0,class:"ma-2",onClick:t[10]||(t[10]=function(t){return e.showClouds=!e.showClouds}),onKeyup:t[11]||(t[11]=(0,o.jR)((function(t){return e.showClouds=!e.showClouds}),["enter"])),elevation:"5",color:e.cloudDataAvailable?e.showClouds?e.accentColor:e.buttonColor:"grey",disabled:!e.cloudDataAvailable,icon:"".concat(e.showClouds&&e.cloudDataAvailable?"mdi-cloud-outline":"mdi-cloud-off-outline")},null,8,["color","disabled","icon"])):(0,i.Q3)("",!0)]),(0,i.bF)(d,{modelValue:e.searchOpen,"onUpdate:modelValue":t[12]||(t[12]=function(t){return e.searchOpen=t}),small:"","stay-open":"",buttonSize:"xl","persist-selected":"","search-provider":e.geocodingInfoForSearch,onSetLocation:t[13]||(t[13]=function(t){var n;null!==t&&(null===(n=e.map)||void 0===n||n.setView([t.center[1],t.center[0]],12))}),onError:t[14]||(t[14]=function(t){return e.searchErrorMessage=t})},null,8,["modelValue","search-provider"])]),e.$vuetify.display.width>750?((0,i.uX)(),(0,i.Wv)(h,{key:1,label:"Amount of NO2",backgroundColor:"transparent",nsteps:255,cmap:e.cbarNO2,"start-value":"1","end-value":"150",extend:!0},{label:(0,i.k6)((function(){return t[52]||(t[52]=[(0,i.Lk)("div",{style:{"text-align":"center"}},[(0,i.eW)("Amount of NO₂"),(0,i.Lk)("br"),(0,i.Lk)("span",{class:"unit-label"},"(10¹⁴ molecules/cm²)")],-1)])})),_:1},8,["cmap"])):(0,i.Q3)("",!0)]),t[100]||(t[100]=(0,i.Lk)("div",{id:"when",class:"big-label"},"when",-1)),(0,i.Lk)("div",$,[(0,i.bF)(E.u,{class:"time-slider",modelValue:e.timeIndex,"onUpdate:modelValue":t[15]||(t[15]=function(t){return e.timeIndex=t}),min:e.minIndex,max:e.maxIndex,step:1,color:"#068ede95","thumb-label":"always","track-size":10,"show-ticks":"always","hide-details":"",disabled:e.loadedImagesProgress<100},{"thumb-label":(0,i.k6)((function(){return[(0,i.Lk)("div",X,(0,r.v_)(e.thumbLabel),1)]})),_:1},8,["modelValue","min","max","disabled"]),(0,i.bF)(f,{id:"play-pause","fa-icon":e.playing?"pause":"play","fa-size":"sm",onActivate:t[16]||(t[16]=function(t){return e.playing=!e.playing})},null,8,["fa-icon"])]),(0,i.Lk)("div",J,[(0,i.Lk)("div",Z,[t[55]||(t[55]=(0,i.Lk)("h2",null,"Select a Date",-1)),(0,i.Lk)("div",Q,[(0,i.bF)(_.$,{modelValue:e.radio,"onUpdate:modelValue":t[19]||(t[19]=function(t){return e.radio=t})},{default:(0,i.k6)((function(){return[(0,i.bF)(m,{modelValue:e.singleDateSelected,"onUpdate:modelValue":[t[17]||(t[17]=function(t){return e.singleDateSelected=t}),t[18]||(t[18]=function(t){var n=e.datesOfInterest.map((function(e){return e.getTime()})).indexOf(t.getTime());e.radio=n<0?null:n})],"allowed-dates":e.uniqueDays,clearable:!1,"enable-time-picker":!1,"multi-dates":!1,transitions:!1,format:function(e){return null===e||void 0===e?void 0:e.toDateString()},"preview-format":function(e){return null===e||void 0===e?void 0:e.toDateString()},dark:"true"},null,8,["modelValue","allowed-dates","format","preview-format"])]})),_:1},8,["modelValue"])]),(0,i.Lk)("div",ee,[(0,i.bF)(R.y,{disabled:e.touchscreen,text:"Previous Date"},{activator:(0,i.k6)((function(n){var a=n.props;return[(0,i.bF)(x.D,(0,i.v6)(a,{class:"rounded-icon-wrapper",onClick:e.moveBackwardOneDay,onKeyup:(0,o.jR)(e.moveBackwardOneDay,["enter"]),disabled:null!==e.radio||e.singleDateSelected===e.uniqueDays[0],color:"#009ade",variant:"outlined",elevation:"0",size:"md"}),{default:(0,i.k6)((function(){return[(0,i.bF)(D.w,null,{default:(0,i.k6)((function(){return t[53]||(t[53]=[(0,i.eW)("mdi-chevron-double-left")])})),_:1})]})),_:2},1040,["onClick","onKeyup","disabled"])]})),_:1},8,["disabled"]),(0,i.bF)(F.h),(0,i.bF)(R.y,{disabled:e.touchscreen,text:"Next Date"},{activator:(0,i.k6)((function(n){var a=n.props;return[(0,i.bF)(x.D,(0,i.v6)(a,{class:"rounded-icon-wrapper",onClick:e.moveForwardOneDay,onKeyup:(0,o.jR)(e.moveForwardOneDay,["enter"]),disabled:null!==e.radio||e.singleDateSelected===e.uniqueDays[e.uniqueDays.length-1],color:"#009ade",variant:"outlined",elevation:"0",size:"md"}),{default:(0,i.k6)((function(){return[(0,i.bF)(D.w,null,{default:(0,i.k6)((function(){return t[54]||(t[54]=[(0,i.eW)("mdi-chevron-double-right")])})),_:1})]})),_:2},1040,["onClick","onKeyup","disabled"])]})),_:1},8,["disabled"])]),(0,i.bF)(I.Z,{modelValue:e.loadedImagesProgress,"onUpdate:modelValue":t[20]||(t[20]=function(t){return e.loadedImagesProgress=t}),color:"#c10124",height:"20"},{default:(0,i.k6)((function(){return[e.loadedImagesProgress<100?((0,i.uX)(),(0,i.CE)("span",te,"Loading Data ("+(0,r.v_)(e.loadedImagesProgress.toFixed(0))+"%)",1)):((0,i.uX)(),(0,i.CE)("span",ne,"Selected Date Loaded"))]})),_:1},8,["modelValue"])]),t[60]||(t[60]=(0,i.Lk)("hr",{style:{"border-color":"grey"}},null,-1)),(0,i.Lk)("div",oe,[t[59]||(t[59]=(0,i.Lk)("h2",null,"Notable Dates",-1)),(0,i.bF)(_.$,{modelValue:e.radio,"onUpdate:modelValue":t[24]||(t[24]=function(t){return e.radio=t}),row:""},{default:(0,i.k6)((function(){return[(0,i.Lk)("div",ae,[(0,i.bF)(U.i,{label:"November 1, 2023",value:0,onKeyup:t[21]||(t[21]=(0,o.jR)((function(t){return e.radio=0}),["enter"]))}),(0,i.bF)(p,null,{default:(0,i.k6)((function(){return t[56]||(t[56]=[(0,i.Lk)("p",null," Because the TEMPO instrument measures sunlight reflected and scattered from Earth’s surface and atmosphere, it can’t “see” through the clouds—so these areas appear blank on the map. ",-1),(0,i.Lk)("p",null,[(0,i.eW)(" But right away you’ll see that there are high concentrations of NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" around many urban centers, and sometimes along major highways. ")],-1)])})),_:1})]),(0,i.Lk)("div",ie,[(0,i.bF)(U.i,{label:"November 3, 2023",value:1,onKeyup:t[22]||(t[22]=(0,o.jR)((function(t){return e.radio=1}),["enter"]))}),(0,i.bF)(p,null,{default:(0,i.k6)((function(){return t[57]||(t[57]=[(0,i.eW)(" Levels of NO"),(0,i.Lk)("sub",null,"2",-1),(0,i.eW)(" change quickly from day to day, and even from hour to hour as wind transports plumes of pollution. ")])})),_:1})]),(0,i.Lk)("div",re,[(0,i.bF)(U.i,{label:"March 28, 2024",value:2,onKeyup:t[23]||(t[23]=(0,o.jR)((function(t){return e.radio=2}),["enter"]))}),(0,i.bF)(p,null,{default:(0,i.k6)((function(){return t[58]||(t[58]=[(0,i.eW)(" Breathing air with a high concentration of NO"),(0,i.Lk)("sub",null,"2",-1),(0,i.eW)(", and the resulting smog it forms when it reacts with other pollutants, can irritate human respiratory systems. People with asthma, as well as children and the elderly, are generally at greater risk for the health effects of air pollution. TEMPO data can help communities make informed decisions and take action to improve air quality. ")])})),_:1})])]})),_:1},8,["modelValue"])]),null!==e.radio?((0,i.uX)(),(0,i.CE)("hr",le)):(0,i.Q3)("",!0),null!==e.radio?((0,i.uX)(),(0,i.CE)("div",se,[(0,i.Lk)("h3",ce,"Featured Events for "+(0,r.v_)(e.dateStrings[e.radio]),1),null!==e.radio?((0,i.uX)(),(0,i.Wv)(_.$,{key:0,modelValue:e.sublocationRadio,"onUpdate:modelValue":t[25]||(t[25]=function(t){return e.sublocationRadio=t}),row:""},{default:(0,i.k6)((function(){return[((0,i.uX)(!0),(0,i.CE)(i.FK,null,(0,i.pI)(e.locationsOfInterest[e.radio],(function(t,n){return(0,i.uX)(),(0,i.CE)("div",{key:n,class:"sublocation-radio-wrapper d-flex flex-row align-center space-between"},[(0,i.bF)(U.i,{class:"sublocation-radio",label:t.text,value:n,onKeyup:(0,o.jR)((function(t){return e.sublocationRadio=n}),["enter"])},null,8,["label","value","onKeyup"]),(0,i.bF)(p,null,{default:(0,i.k6)((function(){return[(0,i.Lk)("p",{innerHTML:e.locationsOfInterestText[e.radio][n]},null,8,ue)]})),_:2},1024)])})),128))]})),_:1},8,["modelValue"])):(0,i.Q3)("",!0)])):(0,i.Q3)("",!0),t[61]||(t[61]=(0,i.Lk)("hr",{style:{"border-color":"grey"}},null,-1))]),(0,i.Lk)("div",de,[t[69]||(t[69]=(0,i.Lk)("br",null,null,-1)),(0,i.bF)(V.d4,{modelValue:e.selectedTimezone,"onUpdate:modelValue":t[26]||(t[26]=function(t){return e.selectedTimezone=t}),label:"Timezone",items:e.timezoneOptions,"item-title":"name","item-value":"tz"},null,8,["modelValue","items"]),(0,i.Lk)("div",he,[(0,i.Lk)("div",fe,[(0,i.bF)(C.a,{modelValue:e.showFieldOfRegard,"onUpdate:modelValue":t[27]||(t[27]=function(t){return e.showFieldOfRegard=t}),onKeyup:t[28]||(t[28]=(0,o.jR)((function(t){return e.showFieldOfRegard=!e.showFieldOfRegard}),["enter"])),label:"TEMPO Field of Regard",color:"#c10124","hide-details":""},null,8,["modelValue"]),(0,i.bF)(p,null,{default:(0,i.k6)((function(){return[t[66]||(t[66]=(0,i.Lk)("p",null," The TEMPO satellite observes the atmosphere over North America, from the Atlantic Ocean to the Pacific Coast, and from roughly Mexico City to central Canada. ",-1)),(0,i.Lk)("p",null,[t[62]||(t[62]=(0,i.eW)(" The TEMPO Field of Regard (in ")),t[63]||(t[63]=(0,i.Lk)("span",{class:"text-red"},"red",-1)),t[64]||(t[64]=(0,i.eW)(", currently ")),(0,i.Lk)("em",null,(0,r.v_)(e.showFieldOfRegard?"visible":"hidden"),1),t[65]||(t[65]=(0,i.eW)(") is the area over which the satellite takes measurements. "))])]})),_:1})]),(0,i.Lk)("div",me,[(0,i.bF)(C.a,{modelValue:e.showClouds,"onUpdate:modelValue":t[29]||(t[29]=function(t){return e.showClouds=t}),onKeyup:t[30]||(t[30]=(0,o.jR)((function(t){return e.showClouds=!e.showClouds}),["enter"])),disabled:!e.cloudDataAvailable,label:e.cloudDataAvailable?"Show Cloud Mask":"No Cloud Data Available",color:"#c10124","hide-details":""},null,8,["modelValue","disabled","label"]),(0,i.bF)(p,null,{default:(0,i.k6)((function(){return t[67]||(t[67]=[(0,i.Lk)("p",null,[(0,i.eW)(" The cloud mask shows where the satellite could not measure NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" because of cloud cover. ")],-1)])})),_:1})]),(0,i.Q3)("",!0),(0,i.Lk)("div",pe,[(0,i.bF)(E.u,{modelValue:e.opacity,"onUpdate:modelValue":t[33]||(t[33]=function(t){return e.opacity=t}),min:0,max:1,color:"#c10124",density:"compact","hide-details":""},null,8,["modelValue"]),t[68]||(t[68]=(0,i.Lk)("div",{id:"opacity-slider-label"},"TEMPO data opacity",-1))])])]),(0,i.Lk)("div",ge,[(0,i.Lk)("article",null,[t[96]||(t[96]=(0,i.Lk)("h2",null,[(0,i.eW)("TEMPO NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" Data")],-1)),t[97]||(t[97]=(0,i.Lk)("p",null,[(0,i.Lk)("a",{href:"https://tempo.si.edu",target:"_blank",rel:"noopener noreferrer"}," TEMPO"),(0,i.eW)(", a collaboration between the Smithsonian and NASA, is the first space-based probe to measure air pollution hourly over North America at neighborhood scales. NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" (nitrogen dioxide) is one of the pollutants detected by TEMPO. It is produced by wildfires and the burning of fossil fuels. NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" contributes to the formation of harmful ground-level ozone and toxic particulates in the air we breathe. ")],-1)),(0,i.Lk)("div",be,[(0,i.Lk)("a",ve,[t[95]||(t[95]=(0,i.eW)(" Credits ")),(0,i.bF)(O.p,{id:"credits-dialog",modelValue:e.showCredits,"onUpdate:modelValue":t[36]||(t[36]=function(t){return e.showCredits=t}),activator:"parent",scrim:!1,location:"center center"},{default:(0,i.k6)((function(){return[(0,i.bF)(L.J,{class:"dialog-card"},{default:(0,i.k6)((function(){return[(0,i.bF)(c,{style:{position:"absolute",right:"16px",cursor:"pointer",padding:"0.5em",margin:"-0.5em"},icon:"square-xmark",size:"xl",onClick:t[34]||(t[34]=function(t){return e.showCredits=!1}),onKeyup:t[35]||(t[35]=(0,o.jR)((function(t){return e.showCredits=!1}),["enter"])),color:e.accentColor2,tabindex:"0"},null,8,["color"]),(0,i.bF)(S.r,{tabindex:"0"},{default:(0,i.k6)((function(){return t[70]||(t[70]=[(0,i.Lk)("h3",null,"Credits",-1)])})),_:1}),(0,i.bF)(T.O,null,{default:(0,i.k6)((function(){return[t[71]||(t[71]=(0,i.Lk)("h4",{class:"mb-2"},[(0,i.Lk)("a",{href:"https://tempo.si.edu/",target:"_blank",rel:"noopener noreferrer"},"TEMPO"),(0,i.eW)(" Team Acknowledgments:")],-1)),t[72]||(t[72]=(0,i.Lk)("p",null," Caroline Nowlan, Aaron Naeger, and Erika Wright provided dates and featured events of interest in the TEMPO data. ",-1)),t[73]||(t[73]=(0,i.Lk)("p",null," Xiong Liu provided the L3 version 2 TEMPO data files. ",-1)),t[74]||(t[74]=(0,i.Lk)("p",null," Heesung Chong provided the shape file for the TEMPO field of regard. ",-1)),t[75]||(t[75]=(0,i.Lk)("p",{class:"my-3"},[(0,i.eW)("NASA's Scientific Visualization Studio provided the TEMPO NO"),(0,i.Lk)("sub",null,"2"),(0,i.eW)(" colormap.")],-1)),t[76]||(t[76]=(0,i.Lk)("h4",{class:"mb-2"},[(0,i.Lk)("a",{href:"https://www.cosmicds.cfa.harvard.edu/",target:"_blank",rel:"noopener noreferrer"},"CosmicDS"),(0,i.eW)(" Team:")],-1)),t[77]||(t[77]=(0,i.eW)(" Jonathan Foster")),t[78]||(t[78]=(0,i.Lk)("br",null,null,-1)),t[79]||(t[79]=(0,i.eW)(" Jon Carifio")),t[80]||(t[80]=(0,i.Lk)("br",null,null,-1)),t[81]||(t[81]=(0,i.eW)(" John Lewis")),t[82]||(t[82]=(0,i.Lk)("br",null,null,-1)),t[83]||(t[83]=(0,i.eW)(" Pat Udomprasert")),t[84]||(t[84]=(0,i.Lk)("br",null,null,-1)),t[85]||(t[85]=(0,i.eW)(" Alyssa Goodman")),t[86]||(t[86]=(0,i.Lk)("br",null,null,-1)),t[87]||(t[87]=(0,i.eW)(" Erika Wright")),t[88]||(t[88]=(0,i.Lk)("br",null,null,-1)),t[89]||(t[89]=(0,i.eW)(" Mary Dussault")),t[90]||(t[90]=(0,i.Lk)("br",null,null,-1)),t[91]||(t[91]=(0,i.eW)(" Harry Houghton")),t[92]||(t[92]=(0,i.Lk)("br",null,null,-1)),t[93]||(t[93]=(0,i.eW)(" Evaluator: Sue Sunbury")),t[94]||(t[94]=(0,i.Lk)("br",null,null,-1)),(0,i.bF)(g,{class:"my-3"})]})),_:1})]})),_:1})]})),_:1},8,["modelValue"])]),(0,i.Lk)("a",{href:"#",onClick:t[37]||(t[37]=function(t){return e.inIntro=!0}),onKeyup:t[38]||(t[38]=(0,o.jR)((function(t){return e.inIntro=!0}),["enter"])),style:{right:"0"}}," Show Introduction ",32)])])])]),(0,i.Lk)("div",ye,[t[101]||(t[101]=(0,i.Lk)("a",{href:"https://www.si.edu/",target:"_blank",rel:"noopener noreferrer",class:"mr-1"},[(0,i.Lk)("img",{alt:"Smithsonian Logo",src:k})],-1)),(0,i.bF)(b)])])]})),_:1},8,["style"])}var we=n(3481),xe=n.n(we),Le=(n(6860),n(4515)),Se=[[0,.135112,.304751],[0,.138068,.311105],[0,.141013,.317579],[0,.143951,.323982],[0,.146877,.330479],[0,.149791,.337065],[0,.152673,.343704],[0,.155377,.3505],[0,.157932,.357521],[0,.160495,.364534],[0,.163058,.371608],[0,.165621,.378769],[0,.168204,.385902],[0,.1708,.3931],[0,.17342,.400353],[0,.176082,.407577],[0,.178802,.414764],[0,.18161,.421859],[0,.18455,.428802],[0,.186915,.435532],[0,.188769,.439563],[0,.19095,.441085],[0,.193366,.441561],[.003602,.195911,.441564],[.017852,.198528,.441248],[.03211,.201199,.440785],[.046205,.203903,.440196],[.058378,.206629,.439531],[.068968,.209372,.438863],[.078624,.212122,.438105],[.087465,.214879,.437342],[.095645,.217643,.436593],[.103401,.220406,.43579],[.110658,.22317,.435067],[.117612,.225935,.434308],[.124291,.228697,.433547],[.130669,.231458,.43284],[.13683,.234216,.432148],[.142852,.236972,.431404],[.148638,.239724,.430752],[.154261,.242475,.43012],[.159733,.245221,.429528],[.165113,.247965,.428908],[.170362,.250707,.428325],[.17549,.253444,.42779],[.180503,.25618,.427299],[.185453,.258914,.426788],[.190303,.261644,.426329],[.195057,.264372,.425924],[.199764,.267099,.425497],[.204385,.269823,.425126],[.208926,.272546,.424809],[.213431,.275266,.42448],[.217863,.277985,.424206],[.222264,.280702,.423914],[.226598,.283419,.423678],[.230871,.286134,.423498],[.23512,.288848,.423304],[.239312,.291562,.423167],[.243485,.294274,.423014],[.247605,.296986,.422917],[.251675,.299698,.422873],[.255731,.302409,.422814],[.25974,.30512,.42281],[.263738,.307831,.422789],[.267693,.310542,.422821],[.271639,.313253,.422837],[.275513,.315965,.422979],[.279411,.318677,.423031],[.28324,.32139,.423211],[.287065,.324103,.423373],[.290884,.326816,.423517],[.294669,.329531,.423716],[.298421,.332247,.423973],[.302169,.334963,.424213],[.305886,.337681,.424512],[.309601,.340399,.42479],[.313287,.34312,.42512],[.316941,.345842,.425512],[.320595,.348565,.425889],[.32425,.351289,.42625],[.327875,.354016,.42667],[.331474,.356744,.427144],[.335073,.359474,.427605],[.338673,.362206,.428053],[.342246,.364939,.428559],[.345793,.367676,.429127],[.349341,.370414,.429685],[.352892,.373153,.430226],[.356418,.375896,.430823],[.359916,.378641,.431501],[.363446,.381388,.432075],[.366923,.384139,.432796],[.37043,.38689,.433428],[.373884,.389646,.434209],[.377371,.392404,.43489],[.38083,.395164,.435653],[.384268,.397928,.436475],[.387705,.400694,.437305],[.391151,.403464,.438096],[.394568,.406236,.438986],[.397991,.409011,.439848],[.401418,.41179,.440708],[.40482,.414572,.441642],[.408226,.417357,.44257],[.411607,.420145,.443577],[.414992,.422937,.444578],[.418383,.425733,.44556],[.421748,.428531,.44664],[.42512,.431334,.447692],[.428462,.43414,.448864],[.431817,.43695,.449982],[.435168,.439763,.451134],[.438504,.44258,.452341],[.44181,.445402,.453659],[.445148,.448226,.454885],[.448447,.451053,.456264],[.451759,.453887,.457582],[.455072,.456718,.458976],[.458366,.459552,.460457],[.461616,.462405,.461969],[.464947,.465241,.463395],[.468254,.468083,.464908],[.471501,.47096,.466357],[.474812,.473832,.467681],[.478186,.476699,.468845],[.481622,.479573,.469767],[.485141,.482451,.470384],[.488697,.485318,.471008],[.492278,.488198,.471453],[.495913,.491076,.471751],[.499552,.49396,.472032],[.503185,.496851,.472305],[.506866,.499743,.472432],[.51054,.502643,.47255],[.514226,.505546,.47264],[.51792,.508454,.472707],[.521643,.511367,.472639],[.525348,.514285,.47266],[.529086,.517207,.472543],[.532829,.520135,.472401],[.536553,.523067,.472352],[.540307,.526005,.472163],[.544069,.528948,.471947],[.54784,.531895,.471704],[.551612,.534849,.471439],[.555393,.537807,.471147],[.559181,.540771,.470829],[.562972,.543741,.470488],[.566802,.546715,.469988],[.570607,.549695,.469593],[.574417,.552682,.469172],[.578236,.555673,.468724],[.582087,.55867,.468118],[.585916,.561674,.467618],[.589753,.564682,.46709],[.593622,.567697,.466401],[.597469,.570718,.465821],[.601354,.573743,.465074],[.605211,.576777,.464441],[.609105,.579816,.463638],[.612977,.582861,.46295],[.616852,.585913,.462237],[.620765,.58897,.461351],[.624654,.592034,.460583],[.628576,.595104,.459641],[.632506,.59818,.458668],[.636412,.601264,.457818],[.640352,.604354,.456791],[.64427,.60745,.455886],[.648222,.610553,.454801],[.652178,.613664,.453689],[.656114,.61678,.452702],[.660082,.619904,.451534],[.664055,.623034,.450338],[.668008,.626171,.44927],[.671991,.629316,.448018],[.675981,.632468,.446736],[.679979,.635626,.445424],[.68395,.638793,.444251],[.687957,.641966,.442886],[.691971,.645145,.441491],[.695985,.648334,.440072],[.700008,.651529,.438624],[.704037,.654731,.437147],[.708067,.657942,.435647],[.712105,.66116,.434117],[.716177,.664384,.432386],[.720222,.667618,.430805],[.724274,.670859,.429194],[.728334,.674107,.427554],[.732422,.677364,.425717],[.736488,.680629,.424028],[.740589,.6839,.422131],[.744664,.687181,.420393],[.748772,.69047,.418448],[.752886,.693766,.416472],[.756975,.697071,.414659],[.761096,.700384,.412638],[.765223,.703705,.410587],[.769353,.707035,.408516],[.773486,.710373,.406422],[.777651,.713719,.404112],[.781795,.717074,.401966],[.785965,.720438,.399613],[.790116,.72381,.397423],[.794298,.72719,.395016],[.79848,.73058,.392597],[.802667,.733978,.390153],[.806859,.737385,.387684],[.811054,.740801,.385198],[.815274,.744226,.382504],[.819499,.747659,.379785],[.823729,.751101,.377043],[.827959,.754553,.374292],[.832192,.758014,.371529],[.836429,.761483,.368747],[.840693,.764962,.365746],[.844957,.76845,.362741],[.849223,.771947,.359729],[.853515,.775454,.3565],[.857809,.778969,.353259],[.862105,.782494,.350011],[.866421,.786028,.346571],[.870717,.789572,.343333],[.875057,.793125,.339685],[.879378,.796687,.336241],[.88372,.800258,.332599],[.888081,.803839,.32877],[.89244,.80743,.324968],[.896818,.81103,.320982],[.901195,.814639,.317021],[.905589,.818257,.312889],[.91,.821885,.308594],[.914407,.825522,.304348],[.918828,.829168,.29996],[.923279,.832822,.295244],[.927724,.836486,.290611],[.93218,.840159,.28588],[.93666,.843841,.280876],[.941147,.84753,.275815],[.945654,.851228,.270532],[.950178,.854933,.265085],[.954725,.858646,.259365],[.959284,.862365,.253563],[.963872,.866089,.247445],[.968469,.869819,.24131],[.973114,.87355,.234677],[.97778,.877281,.227954],[.982497,.881008,.220878],[.987293,.884718,.213336],[.992218,.888385,.205468],[.994847,.892954,.203445],[.995249,.898384,.207561],[.995503,.903866,.21237],[.995737,.909344,.217772]];function Te(e,t){void 0===t&&(t=1);var n=Math.round(255*e),o=Se[n];return"rgba(".concat(255*o[0],", ").concat(255*o[1],", ").concat(255*o[2],", ").concat(t,")")}var Ce=["#5bb1ff","#5fb2fd","#62b3fb","#66b5f9","#69b6f8","#6db7f6","#70b8f4","#74b9f2","#78bbf0","#7bbcee","#7fbdec","#82beeb","#86bfe9","#8ac1e7","#8dc2e5","#91c3e3","#94c4e1","#98c5e0","#9bc6de","#9fc8dc","#a3c9da","#a6cad8","#aacbd6","#adccd4","#b1ced3","#b4cfd1","#b8d0cf","#bcd1cd","#bfd2cb","#c3d4c9","#c6d5c7","#cad6c6","#ced7c4","#d1d8c2","#d5dac0","#d8dbbe","#dcdcbc","#dfddbb","#e3deb9","#e7e0b7","#eae1b5","#eee2b3","#efdeaf","#f0d9aa","#f0d5a6","#f1d0a2","#f2cc9d","#f3c799","#f4c394","#f5be90","#f5ba8b","#f6b587","#f7b183","#f8ac7e","#f9a77a","#faa375","#fa9e71","#fb9a6c","#fc9568","#fd9164","#fe8c5f","#fe885b","#fe8459","#fa805a","#f77d5c","#f47a5e","#f0765f","#ed7361","#e97063","#e66c64","#e36966","#df6668","#dc6269","#d95f6b","#d55c6d","#d2586e","#ce5570","#cb5272","#c84e73","#c44b75","#c14877","#be4578","#ba417a","#b73e7c","#b43b7d","#b23a7d","#b0397d","#ae397d","#ac387d","#aa377d","#a8367d","#a6357d","#a4357d","#a2347d","#a1337d","#9f327d","#9d317d","#9b317d","#99307d","#972f7d","#952e7d","#932d7d","#912d7d","#8f2c7d","#8d2b7d","#8b2a7d","#8a297e","#88297e","#86287e","#84277e","#82267e","#80257e","#7e257e","#7c247e","#7a237e","#78227e","#76217e","#74217e","#73207e","#711f7e","#6f1e7e","#6d1d7e","#6b1d7e","#691c7e","#671b7e","#651a7e","#631a7e","#61197e","#60187d","#5e187c","#5d187b","#5b177a","#591779","#581778","#561677","#551676","#531675","#511574","#501573","#4e1472","#4c1472","#4b1471","#491370","#48136f","#46136e","#44126d","#43126c","#41116b","#40116a","#3e1169","#3c1068","#3b1067","#391066","#370f65","#360f64","#340e63","#330e63","#310e62","#2f0d61","#2e0d60","#2c0d5f","#2b0c5e","#290c5d","#270b5c","#260b5b","#240b5a","#230a59","#210a58","#1f0a57","#1e0956","#1d0955","#1c0954","#1c0953","#1b0952","#1b0951","#1a094f","#1a094e","#19084d","#19084c","#18084b","#180849","#170848","#170847","#160846","#160845","#150843","#150842","#140841","#140840","#13083f","#13083d","#12073c","#12073b","#11073a","#110739","#100738","#100736","#0f0735","#0f0734","#0e0733","#0e0732","#0e0730","#0d072f","#0d072e","#0c072d","#0c072c","#0b062a","#0b0629","#0a0628","#0a0627","#090626","#090624","#080623","#080622","#080622","#080621","#070620","#07061f","#07051f","#07051e","#07051d","#07051c","#07051c","#06051b","#06051a","#060519","#060519","#060518","#060517","#060416","#060416","#050415","#050414","#050413","#050413","#050412","#050411","#050410","#040410","#04030f","#04030e","#04030d","#04030d","#04030c","#04030b","#03030a","#03030a","#030309","#030308","#030307","#030207","#030206","#020205","#020204","#020204","#020203"];function Oe(e,t){void 0===t&&(t=1);var n=Math.round(255*e),o=Math.round(255*t).toString(16).padStart(2,"0");return Ce[n]+(t<1?o:"")}function Fe(e,t,n){return e+(t-e)*n}function De(e){for(var t=[],n=1;n=1)return t[t.length-1];var o=t.length-1,a=Math.floor(e*o),i=e*o-a;return Fe(t[a],t[a+1],i)}function Me(e,t,n){return Math.min(Math.max(e,t),n)}function Ie(e,t,n){var o=Me((n-e)/(t-e),0,1),a=De(o,.231373,.227451,.223529,.215686,.211765,.211765,.207843,.207843,.211765,.211765,.219608,.227451,.235294,.247059,.258824,.270588,.286275,.298039,.317647,.329412,.345098,.364706,.376471,.396078,.411765,.427451,.45098,.466667,.486275,.501961,.521569,.541176,.556863,.580392,.596078,.615686,.635294,.65098,.67451,.690196,.705882,.72549,.741176,.760784,.772549,.788235,.803922,.819608,.835294,.847059,.858824,.87451,.886275,.898039,.905882,.917647,.92549,.933333,.945098,.94902,.956863,.964706,.968627,.972549,.976471,.980392,.984314,.988235,.992157,.992157,.996078,.996078,.996078,1,1,1,1,1,1,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.992157,.992157,.992157,.988235,.988235,.984314,.980392,.976471,.972549,.964706,.960784,.952941,.94902,.941176,.937255,.929412,.92549,.917647,.909804,.905882,.898039,.890196,.882353,.87451,.870588,.858824,.85098,.847059,.835294,.827451,.819608,.811765,.803922,.792157,.784314,.772549,.764706,.756863,.745098,.737255,.72549,.713726,.705882,.694118,.686275,.67451,.662745,.654902,.639216,.631373,.619608,.607843,.6,.584314,.576471,.564706,.552941,.541176,.529412,.521569,.509804,.501961,.490196,.478431,.470588,.462745,.45098,.443137,.435294,.427451,.415686,.407843,.4,.388235,.380392,.372549,.364706,.356863,.345098,.337255,.329412,.321569,.313726,.301961,.294118,.286275,.278431,.266667,.258824,.25098,.239216,.231373,.223529,.215686,.207843,.196078,.188235,.180392,.172549,.164706,.156863,.14902,.145098,.137255,.133333,.12549,.121569,.117647,.113725,.109804,.105882,.101961,.101961,.0980392,.0941176,.0941176,.0901961,.0901961,.0862745,.0823529,.0823529,.0784314,.0745098,.0745098,.0705882,.0666667,.0666667,.0627451,.0627451,.0588235,.054902,.054902,.0509804,.0509804,.0470588,.0431373,.0431373,.0392157,.0392157,.0352941,.0313726,.0313726,.0313726,.027451,.027451),i=De(o,.462745,.470588,.47451,.486275,.494118,.501961,.517647,.529412,.541176,.552941,.564706,.580392,.592157,.607843,.623529,.635294,.65098,.662745,.67451,.686275,.698039,.709804,.721569,.733333,.741176,.752941,.760784,.768627,.780392,.788235,.792157,.8,.807843,.815686,.823529,.827451,.835294,.839216,.847059,.854902,.858824,.866667,.870588,.878431,.882353,.886275,.894118,.901961,.905882,.913725,.917647,.92549,.929412,.937255,.941176,.945098,.952941,.956863,.960784,.964706,.968627,.972549,.976471,.976471,.980392,.980392,.980392,.980392,.976471,.976471,.972549,.968627,.964706,.960784,.952941,.94902,.941176,.937255,.929412,.921569,.913725,.905882,.898039,.890196,.878431,.870588,.862745,.85098,.843137,.831373,.823529,.811765,.803922,.792157,.780392,.772549,.756863,.74902,.733333,.721569,.709804,.698039,.686275,.670588,.654902,.643137,.627451,.615686,.6,.584314,.572549,.556863,.545098,.529412,.517647,.505882,.494118,.482353,.466667,.458824,.447059,.435294,.427451,.415686,.407843,.396078,.388235,.376471,.368627,.356863,.34902,.337255,.329412,.321569,.309804,.301961,.294118,.290196,.282353,.27451,.270588,.262745,.258824,.254902,.25098,.247059,.239216,.235294,.231373,.227451,.223529,.219608,.215686,.211765,.207843,.203922,.2,.196078,.192157,.188235,.184314,.180392,.176471,.172549,.168627,.164706,.160784,.156863,.152941,.14902,.145098,.141176,.141176,.137255,.133333,.129412,.12549,.121569,.117647,.113725,.109804,.105882,.105882,.101961,.0980392,.0941176,.0901961,.0862745,.0823529,.0823529,.0784314,.0745098,.0745098,.0705882,.0705882,.0705882,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0588235,.0588235,.0588235,.0588235,.054902,.054902,.054902,.0509804,.0509804,.0509804,.0509804,.0470588,.0470588,.0470588,.0431373,.0431373,.0431373,.0392157,.0392157,.0392157,.0352941,.0352941,.0352941,.0352941,.0313726,.0313726,.0313726,.027451,.027451,.027451,.0235294,.0235294,.0235294,.0235294,.0196078,.0196078,.0196078,.0156863,.0156863,.0156863),r=De(o,.776471,.776471,.776471,.776471,.776471,.776471,.776471,.772549,.772549,.768627,.764706,.760784,.756863,.74902,.745098,.737255,.733333,.72549,.717647,.713726,.709804,.701961,.698039,.690196,.686275,.686275,.682353,.678431,.678431,.67451,.67451,.67451,.67451,.67451,.67451,.670588,.670588,.666667,.662745,.662745,.658824,.654902,.65098,.643137,.639216,.635294,.631373,.631373,.627451,.627451,.627451,.627451,.627451,.631373,.639216,.643137,.65098,.658824,.670588,.678431,.686275,.698039,.705882,.717647,.72549,.729412,.737255,.741176,.745098,.745098,.741176,.737255,.733333,.72549,.717647,.709804,.694118,.686275,.670588,.654902,.643137,.623529,.611765,.592157,.576471,.564706,.54902,.533333,.517647,.505882,.498039,.482353,.47451,.462745,.45098,.443137,.431373,.423529,.411765,.403922,.392157,.384314,.376471,.364706,.356863,.34902,.337255,.333333,.32549,.321569,.317647,.313726,.313726,.313726,.313726,.317647,.321569,.32549,.329412,.337255,.341176,.34902,.352941,.360784,.364706,.368627,.376471,.380392,.384314,.388235,.392157,.396078,.4,.4,.403922,.407843,.411765,.415686,.419608,.423529,.423529,.431373,.431373,.435294,.439216,.443137,.447059,.45098,.454902,.458824,.462745,.466667,.470588,.47451,.47451,.478431,.482353,.482353,.486275,.486275,.490196,.490196,.490196,.494118,.494118,.494118,.498039,.498039,.498039,.501961,.501961,.501961,.501961,.501961,.501961,.501961,.501961,.498039,.498039,.498039,.498039,.494118,.494118,.494118,.490196,.490196,.490196,.486275,.486275,.482353,.478431,.47451,.470588,.466667,.462745,.454902,.45098,.443137,.435294,.427451,.419608,.411765,.403922,.396078,.384314,.376471,.368627,.360784,.352941,.341176,.333333,.32549,.317647,.309804,.301961,.294118,.286275,.282353,.27451,.266667,.262745,.254902,.247059,.243137,.235294,.227451,.223529,.215686,.211765,.203922,.196078,.192157,.184314,.180392,.172549,.164706,.156863,.152941,.145098,.141176,.133333,.12549,.121569,.113725,.109804,.101961,.0941176,.0901961,.0862745,.0784314,.0745098,.0666667,.0627451,.0588235,.054902,.0509804);return[Math.round(255*a),Math.round(255*i),Math.round(255*r)]}function Ue(e,t,n){var o=Me((n-e)/(t-e),0,1),a=De(o,.231373,.223529,.215686,.211765,.207843,.207843,.211765,.223529,.235294,.25098,.270588,.294118,.317647,.337255,.364706,.384314,.411765,.439216,.466667,.494118,.521569,.54902,.580392,.603922,.635294,.662745,.690196,.717647,.741176,.768627,.788235,.811765,.835294,.854902,.87451,.890196,.905882,.921569,.933333,.94902,.956863,.964706,.972549,.980392,.984314,.988235,.992157,.996078,.996078,1,1,1,1,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.996078,.992157,.992157,.988235,.984314,.980392,.972549,.964706,.956863,.94902,.941176,.929412,.921569,.913725,.909804,.905882,.898039,.894118,.890196,.882353,.878431,.870588,.866667,.862745,.854902,.85098,.843137,.839216,.831373,.823529,.819608,.811765,.803922,.796078,.792157,.784314,.776471,.768627,.760784,.756863,.74902,.741176,.733333,.72549,.721569,.709804,.705882,.698039,.686275,.682353,.67451,.662745,.654902,.647059,.639216,.631373,.623529,.615686,.603922,.6,.592157,.580392,.572549,.564706,.556863,.54902,.541176,.533333,.52549,.517647,.509804,.501961,.494118,.486275,.478431,.470588,.466667,.458824,.45098,.443137,.439216,.431373,.423529,.419608,.411765,.403922,.396078,.392157,.384314,.376471,.372549,.364706,.356863,.352941,.345098,.337255,.333333,.32549,.317647,.313726,.305882,.301961,.294118,.286275,.282353,.270588,.266667,.258824,.25098,.247059,.239216,.235294,.227451,.219608,.215686,.207843,.2,.196078,.188235,.180392,.176471,.172549,.164706,.156863,.152941,.145098,.141176,.137255,.133333,.129412,.12549,.121569,.117647,.113725,.113725,.109804,.105882,.105882,.101961,.101961,.0980392,.0980392,.0941176,.0941176,.0901961,.0901961,.0862745,.0862745,.0823529,.0823529,.0823529,.0784314,.0784314,.0745098,.0745098,.0705882,.0705882,.0666667,.0666667,.0627451,.0627451,.0627451,.0588235,.0588235,.054902,.054902,.0509804,.0509804,.0470588,.0470588,.0431373,.0431373,.0392157,.0392157,.0392157,.0352941,.0352941,.0313726,.0313726,.0313726,.027451,.027451,.027451),i=De(o,.462745,.47451,.486275,.498039,.517647,.533333,.552941,.576471,.592157,.615686,.635294,.654902,.67451,.694118,.709804,.72549,.741176,.756863,.768627,.784314,.792157,.803922,.815686,.823529,.835294,.843137,.854902,.862745,.870588,.878431,.886275,.898039,.905882,.913725,.92549,.933333,.941176,.94902,.956863,.964706,.968627,.972549,.976471,.980392,.980392,.980392,.976471,.968627,.964706,.956863,.94902,.941176,.929412,.917647,.905882,.894118,.878431,.866667,.85098,.835294,.823529,.807843,.792157,.776471,.756863,.741176,.721569,.701961,.686275,.662745,.643137,.619608,.6,.580392,.556863,.537255,.517647,.498039,.482353,.462745,.447059,.431373,.415686,.403922,.388235,.372549,.364706,.356863,.34902,.341176,.337255,.329412,.321569,.313726,.305882,.301961,.298039,.290196,.286275,.282353,.278431,.270588,.266667,.262745,.258824,.254902,.25098,.25098,.247059,.243137,.239216,.235294,.231373,.231373,.227451,.223529,.219608,.219608,.215686,.211765,.207843,.203922,.203922,.2,.196078,.192157,.192157,.188235,.184314,.180392,.180392,.176471,.172549,.172549,.168627,.164706,.160784,.160784,.156863,.152941,.152941,.14902,.145098,.141176,.141176,.137255,.133333,.133333,.129412,.12549,.12549,.121569,.117647,.117647,.113725,.109804,.109804,.105882,.101961,.0980392,.0980392,.0941176,.0901961,.0901961,.0862745,.0862745,.0823529,.0823529,.0784314,.0784314,.0745098,.0745098,.0705882,.0705882,.0705882,.0705882,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0666667,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0627451,.0588235,.0588235,.0588235,.0588235,.0588235,.054902,.054902,.054902,.054902,.0509804,.0509804,.0509804,.0509804,.0509804,.0470588,.0470588,.0470588,.0470588,.0431373,.0431373,.0431373,.0431373,.0392157,.0392157,.0392157,.0392157,.0392157,.0352941,.0352941,.0352941,.0352941,.0313726,.0313726,.0313726,.0313726,.0313726,.027451,.027451,.027451,.027451,.0235294,.0235294,.0235294,.0235294,.0235294,.0196078,.0196078,.0196078,.0196078,.0156863,.0156863,.0156863,.0156863),r=De(o,.776471,.776471,.776471,.776471,.776471,.772549,.768627,.760784,.756863,.745098,.737255,.729412,.717647,.709804,.701961,.694118,.686275,.682353,.678431,.678431,.67451,.67451,.67451,.670588,.670588,.666667,.662745,.654902,.65098,.643137,.635294,.631373,.627451,.627451,.627451,.631373,.639216,.647059,.658824,.67451,.686275,.701961,.717647,.729412,.737255,.741176,.745098,.741176,.733333,.721569,.709804,.690196,.670588,.647059,.623529,.603922,.576471,.552941,.533333,.513726,.498039,.478431,.462745,.447059,.431373,.415686,.403922,.388235,.376471,.360784,.34902,.337255,.32549,.317647,.313726,.313726,.313726,.317647,.32549,.333333,.341176,.34902,.360784,.368627,.376471,.380392,.384314,.388235,.392157,.396078,.396078,.4,.4,.403922,.407843,.407843,.411765,.415686,.415686,.419608,.423529,.423529,.427451,.431373,.431373,.435294,.439216,.443137,.443137,.447059,.45098,.45098,.454902,.458824,.462745,.462745,.466667,.470588,.470588,.47451,.47451,.478431,.478431,.482353,.482353,.486275,.486275,.486275,.490196,.490196,.490196,.490196,.494118,.494118,.494118,.494118,.498039,.498039,.498039,.498039,.501961,.501961,.501961,.501961,.501961,.501961,.501961,.501961,.501961,.501961,.501961,.498039,.498039,.498039,.498039,.494118,.494118,.494118,.494118,.494118,.490196,.490196,.490196,.490196,.486275,.486275,.482353,.482353,.478431,.478431,.47451,.470588,.466667,.462745,.462745,.454902,.45098,.447059,.439216,.435294,.427451,.423529,.415686,.411765,.403922,.396078,.392157,.384314,.376471,.372549,.364706,.356863,.352941,.345098,.341176,.333333,.32549,.321569,.313726,.309804,.305882,.298039,.294118,.286275,.282353,.27451,.270588,.266667,.262745,.254902,.25098,.247059,.243137,.239216,.235294,.227451,.223529,.219608,.211765,.207843,.203922,.2,.196078,.192157,.188235,.180392,.176471,.172549,.164706,.160784,.156863,.152941,.145098,.141176,.137255,.133333,.129412,.12549,.117647,.113725,.109804,.105882,.101961,.0941176,.0901961,.0862745,.0823529,.0784314,.0745098,.0705882,.0666667,.0627451,.0588235,.054902,.054902,.0509804);return[Math.round(255*a),Math.round(255*i),Math.round(255*r)]}const _e=JSON.parse('{"type":"GeometryCollection","geometries":[{"type":"Polygon","coordinates":[[[-20.513444900512695,60.24379348754883],[-21.752525329589844,60.040008544921875],[-22.592090606689453,59.891361236572266],[-23.266881942749023,59.765525817871094],[-23.844877243041992,59.653141021728516],[-24.35715675354004,59.54991149902344],[-24.821035385131836,59.45344924926758],[-25.247337341308594,59.36225891113281],[-25.643362045288086,59.275333404541016],[-26.01430892944336,59.19194793701172],[-26.36404037475586,59.111572265625],[-26.69551658630371,59.033790588378906],[-27.011062622070312,58.95828628540039],[-27.31255531311035,58.884796142578125],[-27.60152244567871,58.81310272216797],[-27.879234313964844,58.743038177490234],[-28.14676284790039,58.67444610595703],[-28.405017852783203,58.607200622558594],[-28.6547794342041,58.54119873046875],[-28.896726608276367,58.47633743286133],[-29.131450653076172,58.41253662109375],[-29.359472274780273,58.349727630615234],[-29.581254959106445,58.287837982177734],[-29.79720687866211,58.2268180847168],[-30.007694244384766,58.16661071777344],[-30.221752166748047,58.1049919128418],[-30.422080993652344,58.04630661010742],[-30.617855072021484,57.988311767578125],[-30.8093204498291,57.930965423583984],[-30.996702194213867,57.874237060546875],[-31.180208206176758,57.81810760498047],[-31.360027313232422,57.762535095214844],[-31.536327362060547,57.7075080871582],[-31.709272384643555,57.652992248535156],[-31.879013061523438,57.598976135253906],[-32.04568099975586,57.54543685913086],[-32.209407806396484,57.49235153198242],[-32.370323181152344,57.43971252441406],[-32.528526306152344,57.38749313354492],[-32.68412780761719,57.33568572998047],[-32.83723068237305,57.28427505493164],[-32.98792266845703,57.233245849609375],[-33.13629150390625,57.18258285522461],[-33.28241729736328,57.13228225708008],[-33.42637634277344,57.08232498168945],[-33.568241119384766,57.03270721435547],[-33.70808029174805,56.98341369628906],[-33.84596633911133,56.9344367980957],[-33.98194885253906,56.885772705078125],[-34.11609649658203,56.837406158447266],[-34.24846267700195,56.789329528808594],[-34.37910079956055,56.74153518676758],[-34.508060455322266,56.69402313232422],[-34.63539505004883,56.64677810668945],[-34.76114273071289,56.599788665771484],[-34.88534927368164,56.55306625366211],[-35.008052825927734,56.50658416748047],[-35.129302978515625,56.46035385131836],[-35.24912643432617,56.41436004638672],[-35.36757278442383,56.36860275268555],[-35.48466491699219,56.32307052612305],[-35.60043716430664,56.27776336669922],[-35.71493148803711,56.23267364501953],[-35.82817459106445,56.18779373168945],[-35.940189361572266,56.143131256103516],[-36.05101776123047,56.098670959472656],[-36.160675048828125,56.05441665649414],[-36.26919937133789,56.010353088378906],[-36.37660217285156,55.96648406982422],[-36.48291778564453,55.92280960083008],[-36.588172912597656,55.87931442260742],[-36.6923828125,55.83600616455078],[-36.79557418823242,55.792877197265625],[-36.897769927978516,55.74992370605469],[-36.99898910522461,55.7071418762207],[-37.099246978759766,55.66453170776367],[-37.19856643676758,55.62208557128906],[-37.296966552734375,55.57980728149414],[-37.39447021484375,55.53769302368164],[-37.491085052490234,55.495731353759766],[-37.58683776855469,55.45392990112305],[-37.681732177734375,55.41228103637695],[-37.77579879760742,55.37078857421875],[-37.869041442871094,55.32944107055664],[-37.961483001708984,55.28824234008789],[-38.053131103515625,55.247188568115234],[-38.144004821777344,55.20627212524414],[-38.23411560058594,55.165504455566406],[-38.323482513427734,55.124874114990234],[-38.412113189697266,55.084373474121094],[-38.50001907348633,55.044010162353516],[-38.587215423583984,55.0037841796875],[-38.6737174987793,54.963680267333984],[-38.75952911376953,54.923709869384766],[-38.84466552734375,54.88386535644531],[-38.92913818359375,54.844146728515625],[-39.01295852661133,54.80455780029297],[-39.09613800048828,54.76508712768555],[-39.178680419921875,54.72573471069336],[-39.26060104370117,54.686500549316406],[-39.3419075012207,54.64738845825195],[-39.422607421875,54.60839080810547],[-39.50271224975586,54.56950759887695],[-39.58223342895508,54.530738830566406],[-39.66117477416992,54.49208068847656],[-39.73955154418945,54.45353317260742],[-39.81736373901367,54.415096282958984],[-39.89462661743164,54.376766204833984],[-39.971343994140625,54.33854675292969],[-40.04752731323242,54.3004264831543],[-40.12318420410156,54.262413024902344],[-40.19831466674805,54.22450256347656],[-40.2729377746582,54.18669509887695],[-40.347049713134766,54.14898681640625],[-40.4206657409668,54.11137771606445],[-40.4937858581543,54.07387161254883],[-40.56642532348633,54.03645324707031],[-40.638580322265625,53.99913787841797],[-40.71026611328125,53.961917877197266],[-40.78147888183594,53.9247932434082],[-40.85223388671875,53.887760162353516],[-40.92253875732422,53.8508186340332],[-40.992393493652344,53.813968658447266],[-41.061798095703125,53.7772102355957],[-41.13077163696289,53.740543365478516],[-41.199310302734375,53.70396423339844],[-41.26742172241211,53.66747283935547],[-41.335113525390625,53.631065368652344],[-41.40238952636719,53.594749450683594],[-41.46925735473633,53.55851364135742],[-41.53571319580078,53.52236557006836],[-41.60177230834961,53.48630142211914],[-41.66743087768555,53.4503173828125],[-41.73270034790039,53.41442108154297],[-41.79758071899414,53.37860107421875],[-41.86207962036133,53.342864990234375],[-41.92620086669922,53.30720901489258],[-41.98994445800781,53.27163314819336],[-42.053321838378906,53.23613357543945],[-42.1163330078125,53.20071029663086],[-42.17898178100586,53.165367126464844],[-42.241275787353516,53.13010025024414],[-42.3032112121582,53.09490966796875],[-42.36479949951172,53.05979537963867],[-42.42604446411133,53.02475357055664],[-42.48694610595703,52.989784240722656],[-42.54751205444336,52.954891204833984],[-42.60774612426758,52.920074462890625],[-42.667640686035156,52.88532257080078],[-42.72721481323242,52.85064697265625],[-42.78646469116211,52.8160400390625],[-42.845394134521484,52.7815055847168],[-42.90400314331055,52.74703598022461],[-42.962303161621094,52.71263885498047],[-43.020294189453125,52.678314208984375],[-43.07797622680664,52.64405059814453],[-43.13535690307617,52.609859466552734],[-43.19243621826172,52.57573318481445],[-43.24921798706055,52.54167175292969],[-43.305702209472656,52.5076789855957],[-43.361900329589844,52.4737548828125],[-43.41780471801758,52.43988800048828],[-43.47343063354492,52.406089782714844],[-43.528770446777344,52.37235641479492],[-43.58382797241211,52.338680267333984],[-43.63861083984375,52.305076599121094],[-43.693119049072266,52.27152633666992],[-43.74735641479492,52.238040924072266],[-43.80131912231445,52.20462417602539],[-43.85502243041992,52.171260833740234],[-43.9084587097168,52.13795852661133],[-43.961631774902344,52.10471725463867],[-44.01454544067383,52.071537017822266],[-44.067203521728516,52.03841781616211],[-44.11960983276367,52.00535583496094],[-44.17176055908203,51.97235107421875],[-44.22365951538086,51.93940734863281],[-44.27531433105469,51.906517028808594],[-44.326725006103516,51.873687744140625],[-44.377891540527344,51.84091567993164],[-44.42881774902344,51.80820083618164],[-44.4795036315918,51.77553939819336],[-44.52995681762695,51.74293518066406],[-44.580169677734375,51.710384368896484],[-44.63015365600586,51.677894592285156],[-44.679908752441406,51.64545440673828],[-44.72943115234375,51.61307144165039],[-44.77872848510742,51.58073806762695],[-44.82780456542969,51.5484619140625],[-44.87665557861328,51.516239166259766],[-44.92528533935547,51.48406982421875],[-44.973697662353516,51.45195007324219],[-45.021888732910156,51.41988754272461],[-45.06986999511719,51.387874603271484],[-45.117637634277344,51.35591506958008],[-45.16518783569336,51.324005126953125],[-45.21253204345703,51.292144775390625],[-45.259674072265625,51.260337829589844],[-45.306602478027344,51.228580474853516],[-45.35332489013672,51.196876525878906],[-45.39984893798828,51.165218353271484],[-45.446170806884766,51.13361358642578],[-45.49229431152344,51.102054595947266],[-45.53821563720703,51.0705451965332],[-45.583946228027344,51.039085388183594],[-45.629478454589844,51.00767135620117],[-45.67481994628906,50.97631072998047],[-45.719970703125,50.94499206542969],[-45.76492691040039,50.913726806640625],[-45.80970001220703,50.882503509521484],[-45.854286193847656,50.85132598876953],[-45.898685455322266,50.82019805908203],[-45.94289779663086,50.789119720458984],[-45.98693084716797,50.75808334350586],[-46.03078079223633,50.72709274291992],[-46.0744514465332,50.69614791870117],[-46.11793899536133,50.66524887084961],[-46.161251068115234,50.634395599365234],[-46.20439147949219,50.60358810424805],[-46.247352600097656,50.57282638549805],[-46.290138244628906,50.54210662841797],[-46.33275604248047,50.51143264770508],[-46.375205993652344,50.480804443359375],[-46.41748046875,50.450218200683594],[-46.45958709716797,50.419673919677734],[-46.50152587890625,50.3891716003418],[-46.54330062866211,50.35871505737305],[-46.58491134643555,50.32830047607422],[-46.62635803222656,50.29793167114258],[-46.66764450073242,50.267601013183594],[-46.70876693725586,50.23731231689453],[-46.74972915649414,50.20707321166992],[-46.79053497314453,50.1768684387207],[-46.8311882019043,50.146705627441406],[-46.87167739868164,50.11658477783203],[-46.91201400756836,50.08650207519531],[-46.95219802856445,50.05646514892578],[-46.992225646972656,50.026466369628906],[-47.0321044921875,49.99650192260742],[-47.07183074951172,49.966583251953125],[-47.11140823364258,49.93670654296875],[-47.15083694458008,49.90686798095703],[-47.19012451171875,49.87706756591797],[-47.22925567626953,49.84730529785156],[-47.268245697021484,49.81758499145508],[-47.30708694458008,49.78790283203125],[-47.34579086303711,49.75825881958008],[-47.38434982299805,49.72865295410156],[-47.422767639160156,49.6990852355957],[-47.46104049682617,49.669559478759766],[-47.49917984008789,49.64006423950195],[-47.537174224853516,49.61061477661133],[-47.575035095214844,49.58119583129883],[-47.612754821777344,49.55181884765625],[-47.65034103393555,49.52247619628906],[-47.68779373168945,49.49317169189453],[-47.72510528564453,49.46390914916992],[-47.762290954589844,49.43467712402344],[-47.799339294433594,49.40548324584961],[-47.83625793457031,49.37632369995117],[-47.873046875,49.347206115722656],[-47.909698486328125,49.318119049072266],[-47.94622802734375,49.28907012939453],[-47.982627868652344,49.26005554199219],[-48.01890182495117,49.231075286865234],[-48.05504608154297,49.2021369934082],[-48.091064453125,49.17322540283203],[-48.126956939697266,49.14435577392578],[-48.16272735595703,49.115516662597656],[-48.19837188720703,49.08671569824219],[-48.23389434814453,49.05794906616211],[-48.26929473876953,49.029212951660156],[-48.30457305908203,49.00051498413086],[-48.3397331237793,48.97184753417969],[-48.37477111816406,48.94321823120117],[-48.40969467163086,48.91462326049805],[-48.444496154785156,48.88605499267578],[-48.479183197021484,48.85752487182617],[-48.51374816894531,48.82902908325195],[-48.54820251464844,48.80056381225586],[-48.58253479003906,48.772132873535156],[-48.61676025390625,48.74373245239258],[-48.6508674621582,48.71536636352539],[-48.68486404418945,48.687034606933594],[-48.71875,48.65873336791992],[-48.75252151489258,48.630462646484375],[-48.78617858886719,48.60222625732422],[-48.819732666015625,48.57402038574219],[-48.853172302246094,48.54584503173828],[-48.886497497558594,48.51770782470703],[-48.91972351074219,48.48959732055664],[-48.95283508300781,48.461517333984375],[-48.98583984375,48.433475494384766],[-49.018741607666016,48.405460357666016],[-49.05153274536133,48.377479553222656],[-49.0842170715332,48.34952163696289],[-49.11679458618164,48.32160186767578],[-49.14927291870117,48.2937126159668],[-49.181644439697266,48.26585388183594],[-49.21390914916992,48.2380256652832],[-49.24607467651367,48.21023178100586],[-49.278133392333984,48.182464599609375],[-49.310089111328125,48.15473175048828],[-49.34194564819336,48.12702560424805],[-49.37370300292969,48.0993537902832],[-49.405357360839844,48.07170867919922],[-49.43690872192383,48.04409408569336],[-49.46836853027344,48.016510009765625],[-49.499725341796875,47.98895263671875],[-49.53098678588867,47.961429595947266],[-49.5621452331543,47.933937072753906],[-49.59321212768555,47.90646743774414],[-49.62417984008789,47.879032135009766],[-49.655052185058594,47.85162353515625],[-49.685829162597656,47.82424545288086],[-49.716514587402344,47.79689407348633],[-49.74710464477539,47.76957321166992],[-49.7775993347168,47.742279052734375],[-49.808006286621094,47.71501541137695],[-49.838314056396484,47.68777847290039],[-49.86853790283203,47.66056823730469],[-49.8986701965332,47.63338851928711],[-49.928707122802734,47.60623550415039],[-49.958656311035156,47.57910919189453],[-49.9885139465332,47.552005767822266],[-50.01828384399414,47.52493667602539],[-50.04796600341797,47.497894287109375],[-50.07755661010742,47.47087860107422],[-50.10706329345703,47.44388961791992],[-50.13648223876953,47.416927337646484],[-50.16581344604492,47.389991760253906],[-50.19506072998047,47.36308288574219],[-50.224220275878906,47.33620071411133],[-50.253292083740234,47.309349060058594],[-50.282283782958984,47.28252029418945],[-50.31118392944336,47.25571823120117],[-50.340003967285156,47.22894287109375],[-50.36874008178711,47.20219802856445],[-50.39739227294922,47.175472259521484],[-50.425960540771484,47.14877700805664],[-50.454444885253906,47.12210464477539],[-50.48284912109375,47.095458984375],[-50.51116943359375,47.068843841552734],[-50.53940963745117,47.04225158691406],[-50.567569732666016,47.01568603515625],[-50.595645904541016,46.98914337158203],[-50.62364959716797,46.96263122558594],[-50.65156936645508,46.93613815307617],[-50.67940902709961,46.90967559814453],[-50.70716857910156,46.883235931396484],[-50.7348518371582,46.8568229675293],[-50.762454986572266,46.83043670654297],[-50.789981842041016,46.80406951904297],[-50.81742858886719,46.777732849121094],[-50.84479904174805,46.75141906738281],[-50.87209701538086,46.725128173828125],[-50.899314880371094,46.6988639831543],[-50.926456451416016,46.67262268066406],[-50.95352554321289,46.64640808105469],[-50.98051834106445,46.620216369628906],[-51.0074348449707,46.594051361083984],[-51.03427505493164,46.567909240722656],[-51.0610466003418,46.54179000854492],[-51.08774185180664,46.51569366455078],[-51.11436080932617,46.489627838134766],[-51.14091110229492,46.46358108520508],[-51.167388916015625,46.43756103515625],[-51.193790435791016,46.41156005859375],[-51.220123291015625,46.385589599609375],[-51.24637985229492,46.35963821411133],[-51.27256774902344,46.33370590209961],[-51.298683166503906,46.30780792236328],[-51.32473373413086,46.281925201416016],[-51.3507080078125,46.25606918334961],[-51.37661361694336,46.23023223876953],[-51.40245056152344,46.20442581176758],[-51.428218841552734,46.17863845825195],[-51.453914642333984,46.15287399291992],[-51.47954559326172,46.12713623046875],[-51.505104064941406,46.10141372680664],[-51.53059768676758,46.075721740722656],[-51.55602264404297,46.050045013427734],[-51.58137893676758,46.02439880371094],[-51.60667037963867,45.9987678527832],[-51.631893157958984,45.97316360473633],[-51.65705490112305,45.94758224487305],[-51.68214797973633,45.92202377319336],[-51.70717239379883,45.896480560302734],[-51.73213195800781,45.870967864990234],[-51.75702667236328,45.84547424316406],[-51.7818603515625,45.81999969482422],[-51.80662155151367,45.794551849365234],[-51.831321716308594,45.76912307739258],[-51.855960845947266,45.743717193603516],[-51.88053512573242,45.71833038330078],[-51.90504455566406,45.69296646118164],[-51.92949295043945,45.66762924194336],[-51.95387649536133,45.64230728149414],[-51.97819900512695,45.617008209228516],[-52.00245666503906,45.59173583984375],[-52.02665328979492,45.56647872924805],[-52.05078887939453,45.54124069213867],[-52.07486343383789,45.51603317260742],[-52.098876953125,45.490840911865234],[-52.122825622558594,45.465667724609375],[-52.1467170715332,45.440521240234375],[-52.17054748535156,45.41539001464844],[-52.19431686401367,45.390281677246094],[-52.2180290222168,45.36520004272461],[-52.241676330566406,45.34012985229492],[-52.26526641845703,45.315086364746094],[-52.28879928588867,45.290061950683594],[-52.31227111816406,45.26505661010742],[-52.3356819152832,45.24007797241211],[-52.359039306640625,45.21511459350586],[-52.3823356628418,45.19017028808594],[-52.40557861328125,45.165252685546875],[-52.42875671386719,45.14034652709961],[-52.451881408691406,45.1154670715332],[-52.47494888305664,45.090606689453125],[-52.49795913696289,45.065765380859375],[-52.520912170410156,45.04094314575195],[-52.54380798339844,45.016143798828125],[-52.566646575927734,44.991363525390625],[-52.58943557739258,44.96660232543945],[-52.61216354370117,44.94186019897461],[-52.63483810424805,44.917137145996094],[-52.65745544433594,44.89244079589844],[-52.680015563964844,44.86775588989258],[-52.7025260925293,44.84309387207031],[-52.724979400634766,44.818450927734375],[-52.747379302978516,44.793827056884766],[-52.76972579956055,44.769222259521484],[-52.792015075683594,44.7446403503418],[-52.81425476074219,44.72007369995117],[-52.8364372253418,44.69552993774414],[-52.85856628417969,44.67100143432617],[-52.880645751953125,44.6464958190918],[-52.90266799926758,44.62200927734375],[-52.92464065551758,44.597537994384766],[-52.946563720703125,44.573089599609375],[-52.96842956542969,44.54865646362305],[-52.99024200439453,44.52424621582031],[-53.01200485229492,44.49985122680664],[-53.03371810913086,44.47547912597656],[-53.05537796020508,44.45112228393555],[-53.07698440551758,44.426788330078125],[-53.09854507446289,44.402469635009766],[-53.12004852294922,44.378170013427734],[-53.14150619506836,44.35388946533203],[-53.16291427612305,44.329627990722656],[-53.184268951416016,44.305381774902344],[-53.20557403564453,44.281158447265625],[-53.22683334350586,44.256954193115234],[-53.2480354309082,44.232765197753906],[-53.26919174194336,44.208595275878906],[-53.29030227661133,44.18444061279297],[-53.31135940551758,44.160308837890625],[-53.33237075805664,44.136192321777344],[-53.35333251953125,44.112098693847656],[-53.37424087524414,44.088016510009766],[-53.39510726928711,44.06395721435547],[-53.415924072265625,44.039913177490234],[-53.43669128417969,44.01588439941406],[-53.45741653442383,43.991878509521484],[-53.47808837890625,43.96788787841797],[-53.49871826171875,43.94391632080078],[-53.51929473876953,43.919960021972656],[-53.53982925415039,43.89602279663086],[-53.56031799316406,43.872100830078125],[-53.58075714111328,43.84819793701172],[-53.60115051269531,43.82431411743164],[-53.621498107910156,43.80044937133789],[-53.64179992675781,43.77659606933594],[-53.66205596923828,43.75276184082031],[-53.68226623535156,43.728946685791016],[-53.70243453979492,43.70514678955078],[-53.72255325317383,43.681365966796875],[-53.74263000488281,43.65760040283203],[-53.76266098022461,43.633853912353516],[-53.78264617919922,43.6101188659668],[-53.80258560180664,43.58640670776367],[-53.82248306274414,43.56270980834961],[-53.84233474731445,43.53902816772461],[-53.86214828491211,43.51536560058594],[-53.88191223144531,43.49171829223633],[-53.901634216308594,43.46808624267578],[-53.92131423950195,43.44447708129883],[-53.940948486328125,43.420875549316406],[-53.960540771484375,43.39729690551758],[-53.9800910949707,43.37373352050781],[-53.999595642089844,43.35018539428711],[-54.01906204223633,43.326656341552734],[-54.03847885131836,43.303138732910156],[-54.057861328125,43.27964401245117],[-54.07719421386719,43.256160736083984],[-54.09648895263672,43.23269271850586],[-54.11574172973633,43.20924758911133],[-54.134952545166016,43.185813903808594],[-54.154117584228516,43.16239547729492],[-54.173248291015625,43.13899230957031],[-54.19233703613281,43.1156120300293],[-54.21138000488281,43.09223937988281],[-54.230384826660156,43.068885803222656],[-54.24934387207031,43.04554748535156],[-54.26826858520508,43.02223205566406],[-54.28715133666992,42.998924255371094],[-54.30598831176758,42.97563552856445],[-54.324790954589844,42.952362060546875],[-54.34355163574219,42.929107666015625],[-54.36227035522461,42.90586471557617],[-54.380950927734375,42.88263702392578],[-54.399593353271484,42.85942840576172],[-54.41819763183594,42.83623123168945],[-54.4367561340332,42.81305694580078],[-54.45528030395508,42.78989028930664],[-54.47376251220703,42.76674270629883],[-54.492210388183594,42.74361038208008],[-54.51061248779297,42.72049331665039],[-54.52898025512695,42.697391510009766],[-54.54730987548828,42.67430877685547],[-54.56559753417969,42.6512336730957],[-54.5838508605957,42.628177642822266],[-54.6020622253418,42.60513687133789],[-54.620235443115234,42.58211135864258],[-54.63837432861328,42.55910110473633],[-54.65647506713867,42.536109924316406],[-54.67453384399414,42.51313018798828],[-54.69255828857422,42.49016571044922],[-54.71054458618164,42.46721649169922],[-54.72849655151367,42.444278717041016],[-54.74640655517578,42.42136001586914],[-54.764278411865234,42.398460388183594],[-54.7821159362793,42.37556838989258],[-54.79991912841797,42.352691650390625],[-54.817684173583984,42.329833984375],[-54.835411071777344,42.30698776245117],[-54.85309982299805,42.28416061401367],[-54.870758056640625,42.26134490966797],[-54.88837814331055,42.23854064941406],[-54.90595626831055,42.215755462646484],[-54.92350387573242,42.1929817199707],[-54.941017150878906,42.17022705078125],[-54.95848846435547,42.147483825683594],[-54.975929260253906,42.124755859375],[-54.99333572387695,42.10204315185547],[-55.010704040527344,42.079341888427734],[-55.02803421020508,42.05665969848633],[-55.04533386230469,42.03398895263672],[-55.062599182128906,42.01133346557617],[-55.07982635498047,41.98869323730469],[-55.09701919555664,41.966068267822266],[-55.11418151855469,41.94345474243164],[-55.13130187988281,41.92085647583008],[-55.14839553833008,41.89826965332031],[-55.16545104980469,41.875701904296875],[-55.18246841430664,41.853145599365234],[-55.199459075927734,41.83060073852539],[-55.21641540527344,41.808074951171875],[-55.23332977294922,41.785560607910156],[-55.25021743774414,41.7630615234375],[-55.26707458496094,41.74057388305664],[-55.28388977050781,41.718101501464844],[-55.30067825317383,41.695648193359375],[-55.31742858886719,41.67320251464844],[-55.33414840698242,41.6507682800293],[-55.350833892822266,41.628353118896484],[-55.36748504638672,41.605953216552734],[-55.38410568237305,41.583560943603516],[-55.40069580078125,41.561187744140625],[-55.4172477722168,41.53882598876953],[-55.433773040771484,41.5164794921875],[-55.45026397705078,41.494144439697266],[-55.46672058105469,41.47182083129883],[-55.48314666748047,41.44951629638672],[-55.49953842163086,41.427223205566406],[-55.515899658203125,41.40494155883789],[-55.532230377197266,41.38267517089844],[-55.548526763916016,41.36042022705078],[-55.564796447753906,41.33818054199219],[-55.58102798461914,41.31595230102539],[-55.597232818603516,41.29374313354492],[-55.6134033203125,41.271541595458984],[-55.62954330444336,41.24935531616211],[-55.645652770996094,41.2271842956543],[-55.6617317199707,41.205020904541016],[-55.67777633666992,41.1828727722168],[-55.69379425048828,41.16073989868164],[-55.70977783203125,41.13862228393555],[-55.72573471069336,41.116512298583984],[-55.741661071777344,41.094417572021484],[-55.75755310058594,41.07233428955078],[-55.77341842651367,41.050270080566406],[-55.789249420166016,41.02821350097656],[-55.805049896240234,41.006168365478516],[-55.82082748413086,40.9841423034668],[-55.836570739746094,40.96212387084961],[-55.85227966308594,40.940120697021484],[-55.86796569824219,40.918128967285156],[-55.88362121582031,40.89615249633789],[-55.89924240112305,40.87418746948242],[-55.91483688354492,40.85223388671875],[-55.93040084838867,40.830291748046875],[-55.9459342956543,40.80836868286133],[-55.96144104003906,40.78645324707031],[-55.97692108154297,40.764549255371094],[-55.992366790771484,40.74266052246094],[-56.00778579711914,40.72078323364258],[-56.02317810058594,40.69892120361328],[-56.03853988647461,40.677066802978516],[-56.05386734008789,40.65522766113281],[-56.06917190551758,40.633399963378906],[-56.084449768066406,40.61158752441406],[-56.099693298339844,40.589786529541016],[-56.11491394042969,40.567996978759766],[-56.130104064941406,40.54621887207031],[-56.145267486572266,40.524452209472656],[-56.160400390625,40.50270462036133],[-56.175506591796875,40.48096466064453],[-56.190582275390625,40.45923614501953],[-56.20563507080078,40.43751907348633],[-56.22065353393555,40.41581726074219],[-56.23564910888672,40.394126892089844],[-56.25061798095703,40.3724479675293],[-56.26555633544922,40.35078048706055],[-56.28046798706055,40.329124450683594],[-56.295352935791016,40.3074836730957],[-56.310211181640625,40.28585433959961],[-56.325042724609375,40.26423645019531],[-56.339839935302734,40.24263000488281],[-56.354618072509766,40.22103500366211],[-56.36936950683594,40.1994514465332],[-56.384090423583984,40.177879333496094],[-56.39878463745117,40.15632247924805],[-56.413455963134766,40.1347770690918],[-56.42809295654297,40.113243103027344],[-56.442710876464844,40.09171676635742],[-56.45730209350586,40.07020568847656],[-56.47186279296875,40.0487060546875],[-56.48640060424805,40.027217864990234],[-56.500911712646484,40.00574493408203],[-56.51539611816406,39.984283447265625],[-56.529850006103516,39.96282958984375],[-56.544281005859375,39.94138717651367],[-56.55868911743164,39.91995620727539],[-56.57307052612305,39.89854049682617],[-56.587425231933594,39.877132415771484],[-56.60175323486328,39.85573959350586],[-56.61605453491211,39.834354400634766],[-56.63032913208008,39.81298828125],[-56.64458084106445,39.791629791259766],[-56.658809661865234,39.77027893066406],[-56.67300796508789,39.74894332885742],[-56.68718719482422,39.72761535644531],[-56.70133590698242,39.706302642822266],[-56.71546173095703,39.685001373291016],[-56.72956466674805,39.6637077331543],[-56.74363708496094,39.64242935180664],[-56.757686614990234,39.621158599853516],[-56.77171325683594,39.59990692138672],[-56.78571319580078,39.57865905761719],[-56.79969024658203,39.55742645263672],[-56.81364059448242,39.53620147705078],[-56.82756805419922,39.51498794555664],[-56.84147262573242,39.49378967285156],[-56.855350494384766,39.472599029541016],[-56.86920166015625,39.451419830322266],[-56.883033752441406,39.43025207519531],[-56.8968391418457,39.409095764160156],[-56.910614013671875,39.3879508972168],[-56.924373626708984,39.36681365966797],[-56.938106536865234,39.34569549560547],[-56.95181655883789,39.324581146240234],[-56.96549987792969,39.30348205566406],[-56.979164123535156,39.28239059448242],[-56.992801666259766,39.26131057739258],[-57.006412506103516,39.24024200439453],[-57.02000427246094,39.21918487548828],[-57.033573150634766,39.19813919067383],[-57.047115325927734,39.17710494995117],[-57.06063461303711,39.15607833862305],[-57.07413101196289,39.13506317138672],[-57.08760452270508,39.11405944824219],[-57.10105514526367,39.09306716918945],[-57.11448287963867,39.072086334228516],[-57.12788772583008,39.051116943359375],[-57.141265869140625,39.030155181884766],[-57.154624938964844,39.00920486450195],[-57.16796112060547,38.98826599121094],[-57.181270599365234,38.967342376708984],[-57.194557189941406,38.9464225769043],[-57.20782470703125,38.92551803588867],[-57.2210693359375,38.90462112426758],[-57.234291076660156,38.88373565673828],[-57.24748992919922,38.86286163330078],[-57.26066589355469,38.84199523925781],[-57.27381896972656,38.82114028930664],[-57.28695297241211,38.800296783447266],[-57.3000602722168,38.77946472167969],[-57.313148498535156,38.75864028930664],[-57.32621383666992,38.73782730102539],[-57.339256286621094,38.71702575683594],[-57.35227966308594,38.69623565673828],[-57.36527633666992,38.675453186035156],[-57.37825393676758,38.65468215942383],[-57.39120864868164,38.6339225769043],[-57.404144287109375,38.61317825317383],[-57.417049407958984,38.592437744140625],[-57.42993927001953,38.57170867919922],[-57.44281005859375,38.550987243652344],[-57.45565414428711,38.53028106689453],[-57.46847915649414,38.509578704833984],[-57.481285095214844,38.4888916015625],[-57.49406814575195,38.46821212768555],[-57.50682830810547,38.44754409790039],[-57.519569396972656,38.42688751220703],[-57.53228759765625,38.4062385559082],[-57.54498291015625,38.38560104370117],[-57.55765914916992,38.36497497558594],[-57.570316314697266,38.344356536865234],[-57.582950592041016,38.32374954223633],[-57.59556198120117,38.30315017700195],[-57.608154296875,38.282562255859375],[-57.6207275390625,38.261985778808594],[-57.633277893066406,38.241416931152344],[-57.645809173583984,38.22085952758789],[-57.65831756591797,38.200313568115234],[-57.670806884765625,38.17977523803711],[-57.68327331542969,38.15925216674805],[-57.69572067260742,38.13873291015625],[-57.70814895629883,38.11822509765625],[-57.72055435180664,38.09772491455078],[-57.732940673828125,38.07723617553711],[-57.74530792236328,38.056758880615234],[-57.75765609741211,38.03628921508789],[-57.769981384277344,38.015830993652344],[-57.782283782958984,37.99538040161133],[-57.7945671081543,37.97494125366211],[-57.80683517456055,37.95451354980469],[-57.8190803527832,37.9340934753418],[-57.831302642822266,37.91368103027344],[-57.843509674072266,37.893280029296875],[-57.85569763183594,37.87289047241211],[-57.867862701416016,37.852508544921875],[-57.880008697509766,37.83213806152344],[-57.89213562011719,37.81177520751953],[-57.90424346923828,37.791419982910156],[-57.91632843017578,37.771080017089844],[-57.92839813232422,37.75074768066406],[-57.94044494628906,37.73042297363281],[-57.952476501464844,37.71010971069336],[-57.96448516845703,37.68980407714844],[-57.976470947265625,37.66950988769531],[-57.98844528198242,37.64922332763672],[-58.000396728515625,37.62894821166992],[-58.0123291015625,37.608680725097656],[-58.02424240112305,37.58842086791992],[-58.036136627197266,37.568172454833984],[-58.048011779785156,37.547935485839844],[-58.05986785888672,37.527706146240234],[-58.07170486450195,37.507484436035156],[-58.083526611328125,37.487274169921875],[-58.0953254699707,37.467071533203125],[-58.10710525512695,37.44688415527344],[-58.11886978149414,37.426700592041016],[-58.130611419677734,37.406524658203125],[-58.142337799072266,37.38636016845703],[-58.15404510498047,37.366207122802734],[-58.16572952270508,37.3460578918457],[-58.177398681640625,37.325923919677734],[-58.18905258178711,37.30579376220703],[-58.20068359375,37.285675048828125],[-58.21229553222656,37.265567779541016],[-58.2238883972168,37.24546432495117],[-58.23546600341797,37.22537612915039],[-58.24702835083008,37.205291748046875],[-58.258567810058594,37.185218811035156],[-58.27009201049805,37.165157318115234],[-58.28159713745117,37.14509963989258],[-58.29308319091797,37.12505340576172],[-58.30455017089844,37.105018615722656],[-58.316001892089844,37.084991455078125],[-58.32743453979492,37.064971923828125],[-58.33884811401367,37.044960021972656],[-58.35024642944336,37.024959564208984],[-58.36162567138672,37.004966735839844],[-58.37298583984375,36.9849853515625],[-58.38433074951172,36.96501159667969],[-58.39565658569336,36.945045471191406],[-58.40696716308594,36.925086975097656],[-58.41825866699219,36.9051399230957],[-58.42953109741211,36.88520050048828],[-58.44078826904297,36.865272521972656],[-58.4520263671875,36.84535598754883],[-58.4632453918457,36.825443267822266],[-58.474449157714844,36.805538177490234],[-58.48563766479492,36.78564453125],[-58.49680709838867,36.7657585144043],[-58.507957458496094,36.745880126953125],[-58.51909255981445,36.72601318359375],[-58.53021240234375,36.706153869628906],[-58.54131317138672,36.686302185058594],[-58.55239486694336,36.66645812988281],[-58.56346130371094,36.64662551879883],[-58.57451248168945,36.626800537109375],[-58.585540771484375,36.60698318481445],[-58.596553802490234,36.58717727661133],[-58.6075553894043,36.56737518310547],[-58.618534088134766,36.547584533691406],[-58.62950134277344,36.527801513671875],[-58.64044952392578,36.50802993774414],[-58.65138244628906,36.4882698059082],[-58.662296295166016,36.46851348876953],[-58.673194885253906,36.44876480102539],[-58.68407440185547,36.42902374267578],[-58.694942474365234,36.40929412841797],[-58.70579147338867,36.38957214355469],[-58.716617584228516,36.36985778808594],[-58.72743606567383,36.35015106201172],[-58.73823547363281,36.3304557800293],[-58.74901580810547,36.31076431274414],[-58.75978469848633,36.29108428955078],[-58.77053451538086,36.27141189575195],[-58.78126907348633,36.25175476074219],[-58.79198455810547,36.23209762573242],[-58.80268859863281,36.21245193481445],[-58.81337356567383,36.192813873291016],[-58.824039459228516,36.17318344116211],[-58.834693908691406,36.153560638427734],[-58.845333099365234,36.13394546508789],[-58.855953216552734,36.114341735839844],[-58.86655807495117,36.09474563598633],[-58.87714767456055,36.075157165527344],[-58.88772201538086,36.055580139160156],[-58.89828109741211,36.036006927490234],[-58.90882110595703,36.016441345214844],[-58.91934585571289,35.99688720703125],[-58.92985534667969,35.97734069824219],[-58.94035339355469,35.95779800415039],[-58.95083236694336,35.93826675415039],[-58.96129608154297,35.91874313354492],[-58.971744537353516,35.89923095703125],[-58.982177734375,35.87972640991211],[-58.992591857910156,35.860225677490234],[-59.00299072265625,35.840736389160156],[-59.01337814331055,35.82125473022461],[-59.02375030517578,35.80177688598633],[-59.03410720825195,35.782310485839844],[-59.0444450378418,35.76285171508789],[-59.054771423339844,35.743404388427734],[-59.06508255004883,35.723960876464844],[-59.075374603271484,35.704524993896484],[-59.085655212402344,35.685096740722656],[-59.095916748046875,35.665679931640625],[-59.10616683959961,35.64627456665039],[-59.116397857666016,35.626869201660156],[-59.126617431640625,35.60747528076172],[-59.13682174682617,35.58808898925781],[-59.147010803222656,35.56871032714844],[-59.15718460083008,35.549339294433594],[-59.16734313964844,35.52997589111328],[-59.177490234375,35.5106201171875],[-59.187618255615234,35.49127197265625],[-59.19773483276367,35.47193145751953],[-59.20783233642578,35.452598571777344],[-59.217918395996094,35.43327713012695],[-59.227989196777344,35.41395950317383],[-59.23804473876953,35.394649505615234],[-59.248085021972656,35.37535095214844],[-59.258113861083984,35.356056213378906],[-59.268123626708984,35.33677291870117],[-59.27812194824219,35.3174934387207],[-59.28810501098633,35.29822540283203],[-59.298072814941406,35.278961181640625],[-59.30802917480469,35.259708404541016],[-59.31796646118164,35.24046325683594],[-59.3278923034668,35.221221923828125],[-59.33780288696289,35.20199203491211],[-59.34769821166992,35.18276596069336],[-59.357582092285156,35.163551330566406],[-59.36745071411133,35.144344329833984],[-59.37730407714844,35.12514114379883],[-59.387142181396484,35.10594940185547],[-59.396968841552734,35.08676528930664],[-59.40678024291992,35.06758499145508],[-59.41657638549805,35.04841613769531],[-59.426361083984375,35.02925109863281],[-59.43613052368164,35.01009750366211],[-59.445884704589844,34.99094772338867],[-59.45562744140625,34.97180938720703],[-59.465354919433594,34.952674865722656],[-59.475067138671875,34.93355178833008],[-59.48476791381836,34.914432525634766],[-59.49445343017578,34.895320892333984],[-59.50412368774414,34.876220703125],[-59.5137825012207,34.85712432861328],[-59.5234260559082,34.838035583496094],[-59.53305435180664,34.81895446777344],[-59.54267120361328,34.79988098144531],[-59.552276611328125,34.78081512451172],[-59.561866760253906,34.761756896972656],[-59.571441650390625,34.742706298828125],[-59.58100128173828,34.723663330078125],[-59.590553283691406,34.704627990722656],[-59.6000862121582,34.68560028076172],[-59.6096076965332,34.66657638549805],[-59.619117736816406,34.64756393432617],[-59.62861251831055,34.62855529785156],[-59.638092041015625,34.609554290771484],[-59.647560119628906,34.59056854248047],[-59.65701675415039,34.57158279418945],[-59.66645431518555,34.55260467529297],[-59.67588424682617,34.533634185791016],[-59.685298919677734,34.514671325683594],[-59.694698333740234,34.49571228027344],[-59.70408630371094,34.47676467895508],[-59.71345901489258,34.45782470703125],[-59.72282028198242,34.43888854980469],[-59.73217010498047,34.419960021972656],[-59.74150466918945,34.40104293823242],[-59.75082778930664,34.38212966918945],[-59.76013946533203,34.363224029541016],[-59.76943588256836,34.344322204589844],[-59.778717041015625,34.32543182373047],[-59.78799057006836,34.306549072265625],[-59.797245025634766,34.28767395019531],[-59.80649185180664,34.268802642822266],[-59.81572341918945,34.24993896484375],[-59.8249397277832,34.231082916259766],[-59.834144592285156,34.21223449707031],[-59.84333801269531,34.19339370727539],[-59.85251998901367,34.174556732177734],[-59.86168670654297,34.155731201171875],[-59.87084197998047,34.13690948486328],[-59.87998580932617,34.11809539794922],[-59.88911437988281,34.09928894042969],[-59.898231506347656,34.08048629760742],[-59.9073371887207,34.06169509887695],[-59.91642761230469,34.04290771484375],[-59.925506591796875,34.024131774902344],[-59.934574127197266,34.0053596496582],[-59.94363021850586,33.98659133911133],[-59.95267105102539,33.96783447265625],[-59.961700439453125,33.94908142089844],[-59.97071838378906,33.93033981323242],[-59.97972106933594,33.91160202026367],[-59.988712310791016,33.89287185668945],[-59.9976921081543,33.874149322509766],[-60.00666046142578,33.85543441772461],[-60.0156135559082,33.83672332763672],[-60.02455520629883,33.81801986694336],[-60.033485412597656,33.79932403564453],[-60.04240417480469,33.780635833740234],[-60.05131149291992,33.7619514465332],[-60.06020736694336,33.7432746887207],[-60.069087982177734,33.724605560302734],[-60.07795715332031,33.7059440612793],[-60.086814880371094,33.687286376953125],[-60.09566116333008,33.66864013671875],[-60.104496002197266,33.64999771118164],[-60.11331558227539,33.63136291503906],[-60.122127532958984,33.61273193359375],[-60.130924224853516,33.594112396240234],[-60.13970947265625,33.575496673583984],[-60.14848327636719,33.556884765625],[-60.15724563598633,33.53828430175781],[-60.16599655151367,33.51968765258789],[-60.17473220825195,33.501102447509766],[-60.1834602355957,33.48251724243164],[-60.19217300415039,33.46394348144531],[-60.20087814331055,33.44537353515625],[-60.20956802368164,33.42681121826172],[-60.21824645996094,33.40825653076172],[-60.22691345214844,33.38970947265625],[-60.23556900024414,33.37116622924805],[-60.24421310424805,33.352630615234375],[-60.252845764160156,33.334102630615234],[-60.26146697998047,33.31557846069336],[-60.270076751708984,33.297061920166016],[-60.2786750793457,33.2785530090332],[-60.287261962890625,33.26005172729492],[-60.29583740234375,33.241554260253906],[-60.30440139770508,33.22306442260742],[-60.31295394897461,33.20458221435547],[-60.321495056152344,33.18610382080078],[-60.33002471923828,33.167633056640625],[-60.33854293823242,33.149169921875],[-60.347049713134766,33.130714416503906],[-60.35554122924805,33.11226272583008],[-60.3640251159668,33.09381866455078],[-60.37249755859375,33.075382232666016],[-60.380958557128906,33.056949615478516],[-60.389408111572266,33.03852462768555],[-60.39784622192383,33.020103454589844],[-60.406272888183594,33.00169372558594],[-60.41468811035156,32.9832878112793],[-60.423091888427734,32.96488571166992],[-60.431488037109375,32.946495056152344],[-60.43986892700195,32.92810821533203],[-60.4482421875,32.909725189208984],[-60.456600189208984,32.891353607177734],[-60.46495056152344,32.87298583984375],[-60.47328567504883,32.85462188720703],[-60.48161315917969,32.83626937866211],[-60.48992919921875,32.81792068481445],[-60.498233795166016,32.79957580566406],[-60.50653076171875,32.78124237060547],[-60.51481246948242,32.76291275024414],[-60.5230827331543,32.74458694458008],[-60.53134536743164,32.72626876831055],[-60.53959655761719,32.70795822143555],[-60.54783630371094,32.68965530395508],[-60.55606460571289,32.671356201171875],[-60.56428146362305,32.6530647277832],[-60.572486877441406,32.63477325439453],[-60.580684661865234,32.616493225097656],[-60.588871002197266,32.59822082519531],[-60.5970458984375,32.579952239990234],[-60.60520935058594,32.56169128417969],[-60.61336135864258,32.543434143066406],[-60.62150573730469,32.525184631347656],[-60.629634857177734,32.50694274902344],[-60.63775634765625,32.48870849609375],[-60.645870208740234,32.47047805786133],[-60.653968811035156,32.45225524902344],[-60.66205978393555,32.43403625488281],[-60.67013931274414,32.41582489013672],[-60.67820739746094,32.39761734008789],[-60.68626403808594,32.379417419433594],[-60.694313049316406,32.36122512817383],[-60.70234680175781,32.34303665161133],[-60.71037673950195,32.32485580444336],[-60.71839141845703,32.306678771972656],[-60.72639846801758,32.288509368896484],[-60.73439407348633,32.27034378051758],[-60.74237823486328,32.25218963623047],[-60.75035095214844,32.23403549194336],[-60.75831604003906,32.21588897705078],[-60.76626968383789,32.197750091552734],[-60.77421188354492,32.17961883544922],[-60.78214645385742,32.16149139404297],[-60.790069580078125,32.143367767333984],[-60.7979850769043,32.12525177001953],[-60.805885314941406,32.10714340209961],[-60.813777923583984,32.08903884887695],[-60.821659088134766,32.07094192504883],[-60.82952880859375,32.05284881591797],[-60.8373908996582,32.03476333618164],[-60.84524154663086,32.016685485839844],[-60.853084564208984,31.99860954284668],[-60.86091613769531,31.980541229248047],[-60.86874008178711,31.962478637695312],[-60.876548767089844,31.94442367553711],[-60.88435363769531,31.926372528076172],[-60.89214324951172,31.908327102661133],[-60.899925231933594,31.890289306640625],[-60.90769577026367,31.872255325317383],[-60.91545867919922,31.854228973388672],[-60.92321014404297,31.83620834350586],[-60.93095397949219,31.818193435668945],[-60.938682556152344,31.80018424987793],[-60.946407318115234,31.782180786132812],[-60.95412063598633,31.764183044433594],[-60.961822509765625,31.746191024780273],[-60.969512939453125,31.72820472717285],[-60.977195739746094,31.710224151611328],[-60.98487091064453,31.692249298095703],[-60.99253463745117,31.674280166625977],[-61.000186920166016,31.65631675720215],[-61.00783157348633,31.63835906982422],[-61.015464782714844,31.620407104492188],[-61.02309036254883,31.602462768554688],[-61.030704498291016,31.584522247314453],[-61.038307189941406,31.566587448120117],[-61.045902252197266,31.54865837097168],[-61.053489685058594,31.53073501586914],[-61.061065673828125,31.5128173828125],[-61.06863021850586,31.494905471801758],[-61.07618713378906,31.476999282836914],[-61.08373260498047,31.4591007232666],[-61.091270446777344,31.441205978393555],[-61.09880065917969,31.423316955566406],[-61.106319427490234,31.405433654785156],[-61.113826751708984,31.387556076049805],[-61.1213264465332,31.36968421936035],[-61.12881851196289,31.351818084716797],[-61.13629913330078,31.333955764770508],[-61.14377212524414,31.31610107421875],[-61.1512336730957,31.298250198364258],[-61.158687591552734,31.280406951904297],[-61.16613006591797,31.2625675201416],[-61.17356491088867,31.244735717773438],[-61.18098831176758,31.22690773010254],[-61.18840408325195,31.20908546447754],[-61.1958122253418,31.19127082824707],[-61.203208923339844,31.173460006713867],[-61.21059799194336,31.155654907226562],[-61.21797561645508,31.137855529785156],[-61.225345611572266,31.12006187438965],[-61.23270034790039,31.10227394104004],[-61.24005126953125,31.084489822387695],[-61.24739456176758,31.06671142578125],[-61.25472640991211,31.048940658569336],[-61.26205062866211,31.031173706054688],[-61.26936340332031,31.013412475585938],[-61.276668548583984,30.995656967163086],[-61.283966064453125,30.9779052734375],[-61.29125213623047,30.960161209106445],[-61.29853057861328,30.94242286682129],[-61.3057975769043,30.9246883392334],[-61.31305694580078,30.906959533691406],[-61.320308685302734,30.889236450195312],[-61.327552795410156,30.871519088745117],[-61.33478546142578,30.85380744934082],[-61.34200668334961,30.83609962463379],[-61.34922409057617,30.81839942932129],[-61.35643005371094,30.800704956054688],[-61.363624572753906,30.78301429748535],[-61.37081527709961,30.76532745361328],[-61.377994537353516,30.747648239135742],[-61.385162353515625,30.72997283935547],[-61.39232635498047,30.712305068969727],[-61.399478912353516,30.69464111328125],[-61.406620025634766,30.676982879638672],[-61.41375732421875,30.65932846069336],[-61.42088317871094,30.641681671142578],[-61.428001403808594,30.624038696289062],[-61.43510818481445,30.606401443481445],[-61.44221115112305,30.588769912719727],[-61.449302673339844,30.571142196655273],[-61.456382751464844,30.55352020263672],[-61.46345901489258,30.535905838012695],[-61.47052001953125,30.518293380737305],[-61.47757339477539,30.500688552856445],[-61.484622955322266,30.48308753967285],[-61.491661071777344,30.465492248535156],[-61.49869155883789,30.44790267944336],[-61.505714416503906,30.430320739746094],[-61.51272964477539,30.41274070739746],[-61.51973342895508,30.395166397094727],[-61.526729583740234,30.37759780883789],[-61.53371810913086,30.360034942626953],[-61.54069519042969,30.34247589111328],[-61.54766845703125,30.324922561645508],[-61.554630279541016,30.307374954223633],[-61.561580657958984,30.289831161499023],[-61.56852722167969,30.272293090820312],[-61.575462341308594,30.2547607421875],[-61.582393646240234,30.237234115600586],[-61.58931350708008,30.219711303710938],[-61.596221923828125,30.202194213867188],[-61.603126525878906,30.184682846069336],[-61.61001968383789,30.16717529296875],[-61.61690902709961,30.149673461914062],[-61.62378692626953,30.132179260253906],[-61.63064956665039,30.114686965942383],[-61.63751220703125,30.097200393676758],[-61.64436340332031,30.07971954345703],[-61.65121078491211,30.062244415283203],[-61.65804672241211,30.04477310180664],[-61.66487503051758,30.027307510375977],[-61.67169189453125,30.009845733642578],[-61.678504943847656,29.992389678955078],[-61.685306549072266,29.974939346313477],[-61.69210433959961,29.95749282836914],[-61.698890686035156,29.940052032470703],[-61.70566940307617,29.922616958618164],[-61.712440490722656,29.90518569946289],[-61.719200134277344,29.887760162353516],[-61.725955963134766,29.87034034729004],[-61.73270034790039,29.852924346923828],[-61.73944091796875,29.83551597595215],[-61.74617004394531,29.8181095123291],[-61.752891540527344,29.800708770751953],[-61.759605407714844,29.783313751220703],[-61.76631164550781,29.76592254638672],[-61.773006439208984,29.748537063598633],[-61.77969741821289,29.731155395507812],[-61.786373138427734,29.71377944946289],[-61.79304885864258,29.696409225463867],[-61.799713134765625,29.67904281616211],[-61.80636978149414,29.66168212890625],[-61.813018798828125,29.64432716369629],[-61.81966018676758,29.626976013183594],[-61.8262939453125,29.609628677368164],[-61.83292007446289,29.592288970947266],[-61.83953857421875,29.574951171875],[-61.84614944458008,29.557621002197266],[-61.85274887084961,29.540292739868164],[-61.859344482421875,29.522974014282227],[-61.865928649902344,29.505657196044922],[-61.87250900268555,29.488344192504883],[-61.87907791137695,29.471038818359375],[-61.885643005371094,29.4537353515625],[-61.89219665527344,29.436437606811523],[-61.89874267578125,29.419145584106445],[-61.90528106689453,29.401859283447266],[-61.91181564331055,29.38457489013672],[-61.918338775634766,29.367298126220703],[-61.92485046386719,29.350025177001953],[-61.931358337402344,29.33275604248047],[-61.93785858154297,29.315492630004883],[-61.94435119628906,29.298233032226562],[-61.950836181640625,29.28097915649414],[-61.957313537597656,29.263731002807617],[-61.963783264160156,29.24648666381836],[-61.970245361328125,29.229248046875],[-61.97669982910156,29.212013244628906],[-61.98314666748047,29.19478416442871],[-61.989585876464844,29.17755889892578],[-61.99601745605469,29.160337448120117],[-62.00244140625,29.14312171936035],[-62.00885772705078,29.125911712646484],[-62.01526641845703,29.108705520629883],[-62.02166748046875,29.091503143310547],[-62.02806091308594,29.07430648803711],[-62.034446716308594,29.057113647460938],[-62.04082489013672,29.039926528930664],[-62.04719543457031,29.022743225097656],[-62.053558349609375,29.005565643310547],[-62.059913635253906,28.988391876220703],[-62.06626510620117,28.971223831176758],[-62.07260513305664,28.954059600830078],[-62.07893753051758,28.936901092529297],[-62.08526611328125,28.91974639892578],[-62.09157943725586,28.90259552001953],[-62.09789276123047,28.88545036315918],[-62.10419464111328,28.868310928344727],[-62.11049270629883,28.851173400878906],[-62.11677932739258,28.834043502807617],[-62.12306213378906,28.81691551208496],[-62.129337310791016,28.799793243408203],[-62.13560485839844,28.782678604125977],[-62.14186477661133,28.765565872192383],[-62.14811706542969,28.748456954956055],[-62.154361724853516,28.731353759765625],[-62.16059875488281,28.71425437927246],[-62.166831970214844,28.697160720825195],[-62.17305374145508,28.680070877075195],[-62.17927169799805,28.66298484802246],[-62.18547821044922,28.645904541015625],[-62.191680908203125,28.628828048706055],[-62.1978759765625,28.611757278442383],[-62.204063415527344,28.594688415527344],[-62.210243225097656,28.577627182006836],[-62.21641540527344,28.56056785583496],[-62.22257995605469,28.543516159057617],[-62.228736877441406,28.526466369628906],[-62.23488998413086,28.509422302246094],[-62.241031646728516,28.492382049560547],[-62.247169494628906,28.4753475189209],[-62.253299713134766,28.458316802978516],[-62.259422302246094,28.4412899017334],[-62.265533447265625,28.42426872253418],[-62.271644592285156,28.407251358032227],[-62.27774429321289,28.39023780822754],[-62.28384017944336,28.37322998046875],[-62.28992462158203,28.356225967407227],[-62.29600524902344,28.33922576904297],[-62.30207824707031,28.322233200073242],[-62.30814743041992,28.30524253845215],[-62.314205169677734,28.28825569152832],[-62.32025909423828,28.27127456665039],[-62.32630157470703,28.254297256469727],[-62.332340240478516,28.23732566833496],[-62.33837127685547,28.220355987548828],[-62.34439468383789,28.203392028808594],[-62.35041427612305,28.186433792114258],[-62.356422424316406,28.169477462768555],[-62.3624267578125,28.15252685546875],[-62.36842346191406,28.135581970214844],[-62.374412536621094,28.11863899230957],[-62.38039779663086,28.101701736450195],[-62.38637161254883,28.084768295288086],[-62.39234161376953,28.067840576171875],[-62.3983039855957,28.05091667175293],[-62.404258728027344,28.03399658203125],[-62.41020584106445,28.017080307006836],[-62.4161491394043,28.00016975402832],[-62.42208480834961,27.98326301574707],[-62.42801284790039,27.966360092163086],[-62.43393325805664,27.949460983276367],[-62.43984603881836,27.932567596435547],[-62.44575119018555,27.915678024291992],[-62.45165252685547,27.898792266845703],[-62.45754623413086,27.881912231445312],[-62.46343231201172,27.865036010742188],[-62.46931457519531,27.848163604736328],[-62.475189208984375,27.831295013427734],[-62.481056213378906,27.81443214416504],[-62.486915588378906,27.79757308959961],[-62.492767333984375,27.780717849731445],[-62.49861526489258,27.763866424560547],[-62.50445556640625,27.747020721435547],[-62.510292053222656,27.73017692565918],[-62.516117095947266,27.71333885192871],[-62.52193832397461,27.69650650024414],[-62.52775192260742,27.679676055908203],[-62.5335578918457,27.662851333618164],[-62.53936004638672,27.646032333374023],[-62.5451545715332,27.629215240478516],[-62.550941467285156,27.612401962280273],[-62.55672073364258,27.59559440612793],[-62.562496185302734,27.57879066467285],[-62.56826400756836,27.56199073791504],[-62.57402420043945,27.545194625854492],[-62.57978057861328,27.528404235839844],[-62.58552932739258,27.511615753173828],[-62.591270446777344,27.49483299255371],[-62.59700393676758,27.47805404663086],[-62.60273361206055,27.461278915405273],[-62.608455657958984,27.444509506225586],[-62.61417007446289,27.42774200439453],[-62.61988067626953,27.410980224609375],[-62.62558364868164,27.394222259521484],[-62.63127899169922,27.37746810913086],[-62.636962890625,27.360719680786133],[-62.64264678955078,27.34397315979004],[-62.64832305908203,27.327232360839844],[-62.653995513916016,27.310495376586914],[-62.65966033935547,27.29376220703125],[-62.66531753540039,27.27703285217285],[-62.67096710205078,27.26030731201172],[-62.676612854003906,27.243587493896484],[-62.6822509765625,27.226871490478516],[-62.68788528442383,27.21015739440918],[-62.69350814819336,27.193449020385742],[-62.699127197265625,27.176746368408203],[-62.704742431640625,27.160045623779297],[-62.710350036621094,27.143348693847656],[-62.71595001220703,27.126657485961914],[-62.72154235839844,27.109968185424805],[-62.72713088989258,27.093284606933594],[-62.73271179199219,27.07660484313965],[-62.73828887939453,27.05992889404297],[-62.743858337402344,27.043256759643555],[-62.749420166015625,27.02659034729004],[-62.75497817993164,27.009925842285156],[-62.760528564453125,26.993267059326172],[-62.76607131958008,26.976612091064453],[-62.771610260009766,26.959959030151367],[-62.77714157104492,26.94331169128418],[-62.78266525268555,26.926668167114258],[-62.788185119628906,26.9100284576416],[-62.793697357177734,26.893394470214844],[-62.7992057800293,26.87676239013672],[-62.80470657348633,26.86013412475586],[-62.810203552246094,26.8435115814209],[-62.81568908691406,26.826892852783203],[-62.821170806884766,26.81027603149414],[-62.8266487121582,26.793664932250977],[-62.83211898803711,26.777057647705078],[-62.837581634521484,26.760452270507812],[-62.843040466308594,26.743852615356445],[-62.84849166870117,26.727256774902344],[-62.853939056396484,26.710664749145508],[-62.859378814697266,26.694076538085938],[-62.864810943603516,26.677494049072266],[-62.8702392578125,26.660913467407227],[-62.87565994262695,26.644338607788086],[-62.88107681274414,26.627765655517578],[-62.8864860534668,26.61119842529297],[-62.89188766479492,26.594633102416992],[-62.89728546142578,26.578073501586914],[-62.902679443359375,26.5615177154541],[-62.90806198120117,26.544965744018555],[-62.91344451904297,26.528417587280273],[-62.91881561279297,26.511871337890625],[-62.9241828918457,26.495330810546875],[-62.92954635620117,26.47879409790039],[-62.93490219116211,26.462261199951172],[-62.940250396728516,26.445730209350586],[-62.945594787597656,26.42920684814453],[-62.950931549072266,26.41268539428711],[-62.95626449584961,26.396167755126953],[-62.96158981323242,26.379653930664062],[-62.96691131591797,26.363143920898438],[-62.97222900390625,26.346637725830078],[-62.977535247802734,26.330137252807617],[-62.98283767700195,26.31363868713379],[-62.988136291503906,26.297143936157227],[-62.99342727661133,26.28065299987793],[-62.99871063232422,26.2641658782959],[-63.003990173339844,26.247684478759766],[-63.00926208496094,26.231204986572266],[-63.014530181884766,26.21472930908203],[-63.01979064941406,26.198259353637695],[-63.025047302246094,26.181791305541992],[-63.030296325683594,26.165325164794922],[-63.03554153442383,26.14886474609375],[-63.04077911376953,26.132410049438477],[-63.04601287841797,26.115957260131836],[-63.051239013671875,26.09950828552246],[-63.056461334228516,26.08306312561035],[-63.061676025390625,26.066621780395508],[-63.06688690185547,26.05018424987793],[-63.07209014892578,26.03375244140625],[-63.07728576660156,26.017322540283203],[-63.082481384277344,26.000896453857422],[-63.08766555786133,25.984474182128906],[-63.09284591674805,25.968055725097656],[-63.0980224609375,25.951641082763672],[-63.10319137573242,25.93522834777832],[-63.10835647583008,25.918821334838867],[-63.1135139465332,25.90241813659668],[-63.11866760253906,25.886016845703125],[-63.12381362915039,25.86962127685547],[-63.12895584106445,25.853227615356445],[-63.134090423583984,25.83683967590332],[-63.13922119140625,25.820453643798828],[-63.144344329833984,25.804073333740234],[-63.14946365356445,25.787694931030273],[-63.154579162597656,25.77132225036621],[-63.15968322753906,25.75495147705078],[-63.16478729248047,25.738584518432617],[-63.169883728027344,25.72222137451172],[-63.17497253417969,25.705862045288086],[-63.18006134033203,25.68950653076172],[-63.18513870239258,25.673154830932617],[-63.19021224975586,25.65680694580078],[-63.195281982421875,25.640460968017578],[-63.20034408569336,25.62411880493164],[-63.20540237426758,25.6077823638916],[-63.210453033447266,25.591449737548828],[-63.21549987792969,25.575119018554688],[-63.220542907714844,25.558792114257812],[-63.22557830810547,25.542469024658203],[-63.23060989379883,25.52614974975586],[-63.23563766479492,25.50983428955078],[-63.24065399169922,25.49352264404297],[-63.245670318603516,25.477214813232422],[-63.250675201416016,25.46091079711914],[-63.255680084228516,25.444608688354492],[-63.260677337646484,25.428312301635742],[-63.26566696166992,25.412015914916992],[-63.27065658569336,25.39572525024414],[-63.275634765625,25.379440307617188],[-63.28061294555664,25.363155364990234],[-63.285579681396484,25.34687614440918],[-63.29054641723633,25.33060073852539],[-63.29550552368164,25.314329147338867],[-63.30046081542969,25.298059463500977],[-63.3054084777832,25.28179359436035],[-63.31035232543945,25.265533447265625],[-63.31528854370117,25.24927520751953],[-63.320220947265625,25.233020782470703],[-63.32514953613281,25.216766357421875],[-63.33007049560547,25.200519561767578],[-63.33498764038086,25.184276580810547],[-63.33989715576172,25.16803550720215],[-63.34480285644531,25.151798248291016],[-63.34970474243164,25.13556480407715],[-63.35459899902344,25.119335174560547],[-63.35948944091797,25.10310935974121],[-63.36437225341797,25.086885452270508],[-63.36925506591797,25.070667266845703],[-63.37412643432617,25.05445098876953],[-63.378997802734375,25.038238525390625],[-63.38385772705078,25.02202796936035],[-63.38871765136719,25.005821228027344],[-63.39356994628906,24.989620208740234],[-63.39841842651367,24.973421096801758],[-63.403263092041016,24.95722770690918],[-63.408103942871094,24.941036224365234],[-63.412933349609375,24.924846649169922],[-63.417762756347656,24.908662796020508],[-63.42258071899414,24.89248275756836],[-63.427398681640625,24.876304626464844],[-63.43220901489258,24.860130310058594],[-63.437015533447266,24.84395980834961],[-63.44181823730469,24.827791213989258],[-63.44661331176758,24.811628341674805],[-63.4514045715332,24.795467376708984],[-63.4561882019043,24.779308319091797],[-63.460968017578125,24.763154983520508],[-63.46574401855469,24.747005462646484],[-63.47051239013672,24.730857849121094],[-63.47528076171875,24.7147159576416],[-63.480037689208984,24.698575973510742],[-63.48479461669922,24.682437896728516],[-63.48954391479492,24.666305541992188],[-63.494285583496094,24.650177001953125],[-63.499027252197266,24.634050369262695],[-63.503761291503906,24.61792755126953],[-63.50849151611328,24.601806640625],[-63.513214111328125,24.585691452026367],[-63.5179328918457,24.569578170776367],[-63.522647857666016,24.553468704223633],[-63.5273551940918,24.537363052368164],[-63.53205871582031,24.52126121520996],[-63.53675842285156,24.505159378051758],[-63.54145050048828,24.489063262939453],[-63.546138763427734,24.472970962524414],[-63.55082321166992,24.456880569458008],[-63.555503845214844,24.4407958984375],[-63.560176849365234,24.424713134765625],[-63.56484603881836,24.408634185791016],[-63.56950759887695,24.39255714416504],[-63.57416915893555,24.37648582458496],[-63.578819274902344,24.360416412353516],[-63.58346939086914,24.344350814819336],[-63.588111877441406,24.32828712463379],[-63.592750549316406,24.31222915649414],[-63.59738540649414,24.296171188354492],[-63.60201644897461,24.28011703491211],[-63.60663986206055,24.264068603515625],[-63.61125946044922,24.248022079467773],[-63.61587142944336,24.231979370117188],[-63.6204833984375,24.215940475463867],[-63.62508773803711,24.19990348815918],[-63.62968826293945,24.183870315551758],[-63.634281158447266,24.1678409576416],[-63.63887023925781,24.15181541442871],[-63.643455505371094,24.13578987121582],[-63.64803695678711,24.119770050048828],[-63.652610778808594,24.1037540435791],[-63.65718078613281,24.087739944458008],[-63.661746978759766,24.07172966003418],[-63.66630554199219,24.055723190307617],[-63.670860290527344,24.03972053527832],[-63.675411224365234,24.023719787597656],[-63.67995834350586,24.007722854614258],[-63.68449783325195,23.991727828979492],[-63.68903350830078,23.975736618041992],[-63.693565368652344,23.959749221801758],[-63.69809341430664,23.94376564025879],[-63.702613830566406,23.927783966064453],[-63.707130432128906,23.911806106567383],[-63.71164321899414,23.895832061767578],[-63.716148376464844,23.879859924316406],[-63.72064971923828,23.8638916015625],[-63.72514724731445,23.84792709350586],[-63.729644775390625,23.83196449279785],[-63.734134674072266,23.81600570678711],[-63.738616943359375,23.800050735473633],[-63.74309539794922,23.78409767150879],[-63.7475700378418,23.76814842224121],[-63.752037048339844,23.7522029876709],[-63.75650405883789,23.73626136779785],[-63.760963439941406,23.720321655273438],[-63.76541519165039,23.70438575744629],[-63.769866943359375,23.688451766967773],[-63.77431106567383,23.672521591186523],[-63.778751373291016,23.656593322753906],[-63.78318786621094,23.640670776367188],[-63.787620544433594,23.6247501373291],[-63.79204559326172,23.60883140563965],[-63.79646682739258,23.592918395996094],[-63.80088424682617,23.577007293701172],[-63.8052978515625,23.561100006103516],[-63.8097038269043,23.545194625854492],[-63.814109802246094,23.529293060302734],[-63.81850814819336,23.51339340209961],[-63.82290267944336,23.497499465942383],[-63.82728958129883,23.48160743713379],[-63.8316764831543,23.465715408325195],[-63.836055755615234,23.4498291015625],[-63.840431213378906,23.43394660949707],[-63.84480285644531,23.418066024780273],[-63.84916687011719,23.402189254760742],[-63.8535270690918,23.386316299438477],[-63.857887268066406,23.370445251464844],[-63.86223602294922,23.354578018188477],[-63.8665885925293,23.338714599609375],[-63.870933532714844,23.322853088378906],[-63.87527084350586,23.306991577148438],[-63.87960433959961,23.2911376953125],[-63.883934020996094,23.275285720825195],[-63.88825988769531,23.259435653686523],[-63.892578125,23.243589401245117],[-63.89689636230469,23.227746963500977],[-63.901206970214844,23.21190643310547],[-63.905513763427734,23.196069717407227],[-63.909812927246094,23.18023681640625],[-63.91411209106445,23.164403915405273],[-63.91840362548828,23.148576736450195],[-63.92269515991211,23.13275146484375],[-63.926979064941406,23.11693000793457],[-63.93125915527344,23.101110458374023],[-63.93553161621094,23.085296630859375],[-63.93980407714844,23.069482803344727],[-63.944068908691406,23.053672790527344],[-63.94832992553711,23.037866592407227],[-63.95258712768555,23.022062301635742],[-63.956844329833984,23.006261825561523],[-63.961090087890625,22.990463256835938],[-63.965335845947266,22.974668502807617],[-63.969573974609375,22.958877563476562],[-63.97380828857422,22.94308853149414],[-63.9780387878418,22.927303314208984],[-63.98226547241211,22.911521911621094],[-63.986488342285156,22.895742416381836],[-63.99070358276367,22.879962921142578],[-63.99491500854492,22.86418914794922],[-63.999122619628906,22.848419189453125],[-64.00333404541016,22.832651138305664],[-64.00753021240234,22.81688690185547],[-64.01172637939453,22.801124572753906],[-64.01591491699219,22.78536605834961],[-64.02010345458984,22.769611358642578],[-64.02428436279297,22.75385856628418],[-64.0284652709961,22.73810577392578],[-64.03263092041016,22.72235870361328],[-64.03680419921875,22.706615447998047],[-64.04096984863281,22.690874099731445],[-64.04512786865234,22.67513656616211],[-64.04928588867188,22.659400939941406],[-64.05343627929688,22.643667221069336],[-64.05757904052734,22.627939224243164],[-64.06172180175781,22.612213134765625],[-64.06586456298828,22.59648895263672],[-64.06999206542969,22.580766677856445],[-64.07412719726562,22.565048217773438],[-64.0782470703125,22.549333572387695],[-64.08236694335938,22.53362274169922],[-64.08648681640625,22.517913818359375],[-64.0905990600586,22.502206802368164],[-64.0947036743164,22.48650360107422],[-64.09880828857422,22.47080421447754],[-64.10291290283203,22.45510482788086],[-64.10700225830078,22.439409255981445],[-64.11109924316406,22.423717498779297],[-64.11518096923828,22.408029556274414],[-64.1192626953125,22.392343521118164],[-64.12334442138672,22.376659393310547],[-64.1274185180664,22.360979080200195],[-64.13148498535156,22.34530258178711],[-64.13555145263672,22.329627990722656],[-64.13961029052734,22.313955307006836],[-64.14366912841797,22.29828643798828],[-64.14772033691406,22.28261947631836],[-64.15177154541016,22.266956329345703],[-64.15581512451172,22.251296997070312],[-64.15985107421875,22.235639572143555],[-64.16389465332031,22.219982147216797],[-64.16793060302734,22.20433235168457],[-64.17195129394531,22.188682556152344],[-64.17597961425781,22.173036575317383],[-64.17999267578125,22.157392501831055],[-64.18401336669922,22.141752243041992],[-64.18801879882812,22.126115798950195],[-64.19202423095703,22.1104793548584],[-64.19602966308594,22.094846725463867],[-64.20002746582031,22.0792179107666],[-64.20401763916016,22.06359100341797],[-64.2080078125,22.0479679107666],[-64.21199798583984,22.032346725463867],[-64.21598052978516,22.016727447509766],[-64.21995544433594,22.00111198425293],[-64.22393035888672,21.98550033569336],[-64.22789764404297,21.969890594482422],[-64.23186492919922,21.954282760620117],[-64.23582458496094,21.938678741455078],[-64.23977661132812,21.923076629638672],[-64.24372863769531,21.90747833251953],[-64.2476806640625,21.891881942749023],[-64.25162506103516,21.87628936767578],[-64.25556182861328,21.860698699951172],[-64.25950622558594,21.845111846923828],[-64.26343536376953,21.829524993896484],[-64.26736450195312,21.813941955566406],[-64.27129364013672,21.798362731933594],[-64.27520751953125,21.782787322998047],[-64.27912902832031,21.767213821411133],[-64.28303527832031,21.75164222717285],[-64.28694152832031,21.736074447631836],[-64.29084777832031,21.720508575439453],[-64.29474639892578,21.704944610595703],[-64.29864501953125,21.68938446044922],[-64.30253601074219,21.673826217651367],[-64.3064193725586,21.65827178955078],[-64.310302734375,21.64272117614746],[-64.3141860961914,21.62717056274414],[-64.31805419921875,21.61162567138672],[-64.32192993164062,21.596078872680664],[-64.32579803466797,21.580537796020508],[-64.32965850830078,21.565000534057617],[-64.3335189819336,21.549463272094727],[-64.33737182617188,21.533931732177734],[-64.34122467041016,21.518400192260742],[-64.3450698852539,21.50287437438965],[-64.34891510009766,21.487348556518555],[-64.35275268554688,21.471826553344727],[-64.3565902709961,21.45630645751953],[-64.36042022705078,21.4407901763916],[-64.36425018310547,21.425273895263672],[-64.36807250976562,21.40976333618164],[-64.37188720703125,21.39425277709961],[-64.37570190429688,21.378747940063477],[-64.3795166015625,21.363243103027344],[-64.3833236694336,21.34774398803711],[-64.38712310791016,21.332244873046875],[-64.39092254638672,21.316749572753906],[-64.39472198486328,21.30125617980957],[-64.39851379394531,21.2857666015625],[-64.40229797363281,21.270278930664062],[-64.40608215332031,21.254793167114258],[-64.40986633300781,21.23931121826172],[-64.41364288330078,21.22382926940918],[-64.41741180419922,21.20835304260254],[-64.42118072509766,21.19287872314453],[-64.42494201660156,21.177406311035156],[-64.42870330810547,21.161937713623047],[-64.43245697021484,21.14647102355957],[-64.43621063232422,21.131006240844727],[-64.4399642944336,21.11554527282715],[-64.44371032714844,21.100086212158203],[-64.44744873046875,21.084630966186523],[-64.45118713378906,21.069177627563477],[-64.45491790771484,21.053726196289062],[-64.45864868164062,21.03827667236328],[-64.46237182617188,21.022830963134766],[-64.46609497070312,21.007389068603516],[-64.46981048583984,20.991947174072266],[-64.47352600097656,20.97650909423828],[-64.47723388671875,20.961074829101562],[-64.48094177246094,20.945640563964844],[-64.4846420288086,20.93021011352539],[-64.48834228515625,20.91478157043457],[-64.49203491210938,20.899356842041016],[-64.4957275390625,20.883934020996094],[-64.4994125366211,20.868515014648438],[-64.50309753417969,20.85309600830078],[-64.50677490234375,20.837682723999023],[-64.51045227050781,20.822269439697266],[-64.51412963867188,20.806861877441406],[-64.51779174804688,20.791454315185547],[-64.5214614868164,20.776050567626953],[-64.52511596679688,20.76064682006836],[-64.52877807617188,20.745248794555664],[-64.53243255615234,20.72985076904297],[-64.53607940673828,20.71445655822754],[-64.53972625732422,20.699064254760742],[-64.54336547851562,20.68367576599121],[-64.54700469970703,20.66828727722168],[-64.5506362915039,20.652904510498047],[-64.55426788330078,20.637523651123047],[-64.55789184570312,20.62214469909668],[-64.56150817871094,20.606767654418945],[-64.56513214111328,20.591392517089844],[-64.56874084472656,20.576021194458008],[-64.57235717773438,20.560653686523438],[-64.57596588134766,20.545286178588867],[-64.5795669555664,20.529922485351562],[-64.58316802978516,20.514562606811523],[-64.58676147460938,20.499202728271484],[-64.5903549194336,20.48384666442871],[-64.59394073486328,20.468494415283203],[-64.59752655029297,20.453142166137695],[-64.60110473632812,20.43779182434082],[-64.60468292236328,20.422447204589844],[-64.60826110839844,20.407102584838867],[-64.61182403564453,20.391759872436523],[-64.61539459228516,20.376422882080078],[-64.61895751953125,20.361085891723633],[-64.62251281738281,20.34575080871582],[-64.62606811523438,20.330421447753906],[-64.62962341308594,20.315092086791992],[-64.63316345214844,20.299766540527344],[-64.63671112060547,20.284440994262695],[-64.64025115966797,20.269121170043945],[-64.64379119873047,20.253801345825195],[-64.64732360839844,20.23848533630371],[-64.65084838867188,20.223169326782227],[-64.65437316894531,20.20785903930664],[-64.65789794921875,20.192548751831055],[-64.66141510009766,20.177244186401367],[-64.66493225097656,20.161937713623047],[-64.66844177246094,20.146636962890625],[-64.67195129394531,20.131336212158203],[-64.67545318603516,20.11604118347168],[-64.678955078125,20.100744247436523],[-64.68244934082031,20.085451126098633],[-64.6859359741211,20.07016372680664],[-64.6894302368164,20.054874420166016],[-64.69291687011719,20.039588928222656],[-64.69640350341797,20.024307250976562],[-64.69988250732422,20.00902557373047],[-64.70335388183594,19.99374771118164],[-64.70682525634766,19.978471755981445],[-64.71028900146484,19.963197708129883],[-64.71376037597656,19.947927474975586],[-64.71721649169922,19.932659149169922],[-64.7206802368164,19.91739273071289],[-64.72413635253906,19.902128219604492],[-64.72758483886719,19.88686752319336],[-64.73102569580078,19.87160873413086],[-64.73446655273438,19.856351852416992],[-64.73790740966797,19.841096878051758],[-64.74134826660156,19.825843811035156],[-64.74478149414062,19.810592651367188],[-64.74821472167969,19.795345306396484],[-64.75164031982422,19.780099868774414],[-64.75505828857422,19.764856338500977],[-64.75848388671875,19.749616622924805],[-64.76189422607422,19.734376907348633],[-64.76531219482422,19.719141006469727],[-64.76872253417969,19.70390510559082],[-64.77212524414062,19.688674926757812],[-64.77552795410156,19.673444747924805],[-64.77892303466797,19.658218383789062],[-64.78231811523438,19.642993927001953],[-64.78571319580078,19.62777328491211],[-64.78910064697266,19.612552642822266],[-64.79249572753906,19.597335815429688],[-64.7958755493164,19.58211898803711],[-64.79924774169922,19.566904067993164],[-64.80262756347656,19.551692962646484],[-64.80599212646484,19.536483764648438],[-64.80937194824219,19.52127456665039],[-64.81273651123047,19.506071090698242],[-64.81609344482422,19.490869522094727],[-64.81945037841797,19.475669860839844],[-64.82280731201172,19.460472106933594],[-64.82616424560547,19.445274353027344],[-64.82950592041016,19.430082321166992],[-64.83285522460938,19.414892196655273],[-64.83618927001953,19.399703979492188],[-64.83953857421875,19.384517669677734],[-64.84286499023438,19.36933135986328],[-64.84619903564453,19.354150772094727],[-64.84952545166016,19.338972091674805],[-64.85285186767578,19.323793411254883],[-64.85617065429688,19.308618545532227],[-64.85948944091797,19.29344367980957],[-64.86280059814453,19.278274536132812],[-64.86611938476562,19.263107299804688],[-64.86942291259766,19.247940063476562],[-64.87272644042969,19.23277473449707],[-64.87602996826172,19.217613220214844],[-64.87932586669922,19.20245361328125],[-64.88261413574219,19.187297821044922],[-64.88591003417969,19.172142028808594],[-64.88919830322266,19.15699005126953],[-64.8924789428711,19.14183807373047],[-64.89576721191406,19.126689910888672],[-64.89904022216797,19.111543655395508],[-64.90231323242188,19.09640121459961],[-64.90557861328125,19.081260681152344],[-64.90885162353516,19.066120147705078],[-64.912109375,19.050983428955078],[-64.91536712646484,19.035850524902344],[-64.91863250732422,19.02071762084961],[-64.92188262939453,19.005586624145508],[-64.92513275146484,18.99045753479004],[-64.92837524414062,18.97533416748047],[-64.93162536621094,18.960208892822266],[-64.93486022949219,18.945087432861328],[-64.93809509277344,18.929967880249023],[-64.94132995605469,18.914852142333984],[-64.94456481933594,18.899736404418945],[-64.94779205322266,18.884624481201172],[-64.95101165771484,18.8695125579834],[-64.95423889160156,18.854406356811523],[-64.95745086669922,18.83930015563965],[-64.96066284179688,18.82419776916504],[-64.9638671875,18.80909538269043],[-64.96707153320312,18.793996810913086],[-64.97027587890625,18.778900146484375],[-64.97348022460938,18.763805389404297],[-64.97667694091797,18.74871253967285],[-64.97986602783203,18.733623504638672],[-64.9830551147461,18.718534469604492],[-64.98624420166016,18.703449249267578],[-64.98942565917969,18.688365936279297],[-64.99260711669922,18.67328453063965],[-64.99578094482422,18.658206939697266],[-64.99895477294922,18.64312744140625],[-65.00212097167969,18.628053665161133],[-65.00528717041016,18.612979888916016],[-65.00845336914062,18.597909927368164],[-65.01161193847656,18.582841873168945],[-65.01476287841797,18.56777572631836],[-65.01792907714844,18.552711486816406],[-65.02107238769531,18.53765106201172],[-65.02422332763672,18.52259063720703],[-65.0273666381836,18.50753402709961],[-65.03050231933594,18.492477416992188],[-65.03363800048828,18.47742462158203],[-65.03677368164062,18.462373733520508],[-65.03990173339844,18.44732666015625],[-65.04302978515625,18.432279586791992],[-65.04615020751953,18.417234420776367],[-65.04927062988281,18.402191162109375],[-65.05238342285156,18.38715171813965],[-65.05550384521484,18.372114181518555],[-65.05860900878906,18.35707664489746],[-65.06172180175781,18.342042922973633],[-65.0648193359375,18.327011108398438],[-65.06792449951172,18.311981201171875],[-65.0710220336914,18.296955108642578],[-65.07411193847656,18.28192901611328],[-65.07720184326172,18.26690673828125],[-65.08029174804688,18.25188446044922],[-65.0833740234375,18.236865997314453],[-65.08645629882812,18.22184944152832],[-65.08953857421875,18.20683479309082],[-65.09261322021484,18.191822052001953],[-65.09568786621094,18.17681121826172],[-65.0987548828125,18.161802291870117],[-65.10182189941406,18.14679527282715],[-65.1048812866211,18.131792068481445],[-65.10794067382812,18.116788864135742],[-65.11100006103516,18.101787567138672],[-65.11405181884766,18.086790084838867],[-65.11710357666016,18.071792602539062],[-65.12014770507812,18.056798934936523],[-65.1231918334961,18.041807174682617],[-65.12622833251953,18.026817321777344],[-65.12926483154297,18.011829376220703],[-65.1323013305664,17.996843338012695],[-65.13533020019531,17.98185920715332],[-65.13835906982422,17.96687889099121],[-65.14138793945312,17.9518985748291],[-65.1444091796875,17.936920166015625],[-65.14742279052734,17.921945571899414],[-65.15044403076172,17.906970977783203],[-65.15345001220703,17.892000198364258],[-65.15646362304688,17.877031326293945],[-65.15946960449219,17.862062454223633],[-65.16246795654297,17.847097396850586],[-65.16547393798828,17.832134246826172],[-65.16846466064453,17.81717300415039],[-65.17146301269531,17.802213668823242],[-65.17445373535156,17.787256240844727],[-65.17743682861328,17.772300720214844],[-65.180419921875,17.757347106933594],[-65.18340301513672,17.74239730834961],[-65.1863784790039,17.727447509765625],[-65.1893539428711,17.712499618530273],[-65.19232940673828,17.697555541992188],[-65.19529724121094,17.6826114654541],[-65.1982650756836,17.66766929626465],[-65.20122528076172,17.65273094177246],[-65.20418548583984,17.637794494628906],[-65.20714569091797,17.62285804748535],[-65.21009826660156,17.607925415039062],[-65.21304321289062,17.592992782592773],[-65.21599578857422,17.57806396484375],[-65.21894073486328,17.56313705444336],[-65.22187805175781,17.5482120513916],[-65.22481536865234,17.533288955688477],[-65.22775268554688,17.51836585998535],[-65.23068237304688,17.50344467163086],[-65.23068237304688,17.50344467163086],[-65.28201293945312,17.50249481201172],[-65.33417510986328,17.500782012939453],[-65.3852310180664,17.50062370300293],[-65.43681335449219,17.498987197875977],[-65.48802947998047,17.49834632873535],[-65.5396957397461,17.496780395507812],[-65.59033966064453,17.496448516845703],[-65.64249420166016,17.49526596069336],[-65.69353485107422,17.4940185546875],[-65.74481964111328,17.493284225463867],[-65.79618072509766,17.492069244384766],[-65.84717559814453,17.49126625061035],[-65.89833068847656,17.490272521972656],[-65.94895935058594,17.488929748535156],[-66.00055694580078,17.488262176513672],[-66.05167388916016,17.487030029296875],[-66.10215759277344,17.486249923706055],[-66.15380859375,17.48501968383789],[-66.20503234863281,17.484039306640625],[-66.25518035888672,17.48341178894043],[-66.30615997314453,17.482080459594727],[-66.35733032226562,17.481340408325195],[-66.40831756591797,17.480165481567383],[-66.4593505859375,17.479598999023438],[-66.5096664428711,17.478233337402344],[-66.56011962890625,17.477209091186523],[-66.61080169677734,17.47665786743164],[-66.66191101074219,17.47516441345215],[-66.7120361328125,17.47492218017578],[-66.76195526123047,17.473247528076172],[-66.81317901611328,17.472864151000977],[-66.86396026611328,17.471494674682617],[-66.91427612304688,17.470794677734375],[-66.96416473388672,17.46979331970215],[-67.01515197753906,17.468908309936523],[-67.0654296875,17.468095779418945],[-67.11537170410156,17.46674919128418],[-67.16616821289062,17.466215133666992],[-67.2165756225586,17.465023040771484],[-67.26631927490234,17.464397430419922],[-67.3171157836914,17.46306037902832],[-67.36710357666016,17.46219253540039],[-67.41706848144531,17.46155548095703],[-67.46736145019531,17.460466384887695],[-67.5173110961914,17.459688186645508],[-67.56741333007812,17.458431243896484],[-67.61719512939453,17.457983016967773],[-67.66777038574219,17.456951141357422],[-67.71784210205078,17.455961227416992],[-67.76748657226562,17.45502471923828],[-67.81710815429688,17.45431900024414],[-67.86737823486328,17.453353881835938],[-67.91710662841797,17.45244789123535],[-67.96711730957031,17.451276779174805],[-68.01659393310547,17.450756072998047],[-68.06636047363281,17.44947052001953],[-68.11650848388672,17.449031829833984],[-68.16556549072266,17.447778701782227],[-68.21552276611328,17.447032928466797],[-68.26551818847656,17.446321487426758],[-68.31521606445312,17.445100784301758],[-68.36500549316406,17.444623947143555],[-68.4151611328125,17.443265914916992],[-68.46391296386719,17.4429874420166],[-68.51368713378906,17.441436767578125],[-68.56299591064453,17.441129684448242],[-68.61235809326172,17.43990135192871],[-68.66193389892578,17.439285278320312],[-68.71110534667969,17.43824577331543],[-68.76119232177734,17.43724822998047],[-68.81029510498047,17.436872482299805],[-68.85940551757812,17.435609817504883],[-68.90872955322266,17.43495750427246],[-68.95826721191406,17.433773040771484],[-69.00714111328125,17.43358612060547],[-69.05717468261719,17.43239974975586],[-69.10595703125,17.431570053100586],[-69.15493774414062,17.430620193481445],[-69.20416259765625,17.429967880249023],[-69.25316619873047,17.428998947143555],[-69.30265045166016,17.428476333618164],[-69.3513412475586,17.427276611328125],[-69.40065002441406,17.426788330078125],[-69.44955444335938,17.425622940063477],[-69.49797821044922,17.425127029418945],[-69.54783630371094,17.42389678955078],[-69.59717559814453,17.42326545715332],[-69.6451187133789,17.422739028930664],[-69.6939697265625,17.42147445678711],[-69.74313354492188,17.421066284179688],[-69.79206848144531,17.419883728027344],[-69.8405532836914,17.41956901550293],[-69.8896713256836,17.418190002441406],[-69.93852996826172,17.417560577392578],[-69.98704528808594,17.417110443115234],[-70.03570556640625,17.41582489013672],[-70.08402252197266,17.415477752685547],[-70.13246154785156,17.414167404174805],[-70.18174743652344,17.414018630981445],[-70.23062896728516,17.41269874572754],[-70.2790298461914,17.412153244018555],[-70.32711029052734,17.411069869995117],[-70.37675476074219,17.410480499267578],[-70.42507934570312,17.40957260131836],[-70.47319030761719,17.408597946166992],[-70.52184295654297,17.40789222717285],[-70.57075500488281,17.406999588012695],[-70.6189193725586,17.40627670288086],[-70.66797637939453,17.405149459838867],[-70.71589660644531,17.404541015625],[-70.76422882080078,17.403688430786133],[-70.81240844726562,17.402864456176758],[-70.86077117919922,17.402009963989258],[-70.90937805175781,17.401187896728516],[-70.95757293701172,17.400423049926758],[-71.00596618652344,17.399770736694336],[-71.05409240722656,17.39875030517578],[-71.10218048095703,17.39809799194336],[-71.15033721923828,17.397239685058594],[-71.19892883300781,17.39664649963379],[-71.2464828491211,17.39567756652832],[-71.29476165771484,17.394573211669922],[-71.34308624267578,17.39432716369629],[-71.39131164550781,17.393056869506836],[-71.43915557861328,17.39275550842285],[-71.48746490478516,17.391225814819336],[-71.5350112915039,17.39107322692871],[-71.5832290649414,17.390186309814453],[-71.63126373291016,17.3892822265625],[-71.67941284179688,17.388654708862305],[-71.72779083251953,17.387460708618164],[-71.77505493164062,17.387367248535156],[-71.82299041748047,17.38599395751953],[-71.87062072753906,17.38561248779297],[-71.91845703125,17.384624481201172],[-71.96622467041016,17.38405418395996],[-72.013916015625,17.383075714111328],[-72.06197357177734,17.382545471191406],[-72.11051177978516,17.381698608398438],[-72.15745544433594,17.380952835083008],[-72.20510864257812,17.380142211914062],[-72.25282287597656,17.37925910949707],[-72.30003356933594,17.378915786743164],[-72.34854888916016,17.377992630004883],[-72.39591217041016,17.377185821533203],[-72.44335174560547,17.376480102539062],[-72.49097442626953,17.375761032104492],[-72.53839874267578,17.375032424926758],[-72.58588409423828,17.374256134033203],[-72.6331558227539,17.373367309570312],[-72.68083953857422,17.372926712036133],[-72.7283706665039,17.371919631958008],[-72.7760009765625,17.371288299560547],[-72.82367706298828,17.370498657226562],[-72.87176513671875,17.369882583618164],[-72.91818237304688,17.369216918945312],[-72.9654541015625,17.36808204650879],[-73.01319885253906,17.367908477783203],[-73.06067657470703,17.36666488647461],[-73.10779571533203,17.36656379699707],[-73.15514373779297,17.365083694458008],[-73.2025146484375,17.364599227905273],[-73.24945831298828,17.364133834838867],[-73.29685974121094,17.363170623779297],[-73.34358978271484,17.362756729125977],[-73.3904800415039,17.36174774169922],[-73.43824768066406,17.36152458190918],[-73.48567962646484,17.36041831970215],[-73.53260040283203,17.35999298095703],[-73.57925415039062,17.359085083007812],[-73.62725830078125,17.358539581298828],[-73.67414855957031,17.35784339904785],[-73.72085571289062,17.356861114501953],[-73.76807403564453,17.3564453125],[-73.81541442871094,17.35567855834961],[-73.86188507080078,17.35506820678711],[-73.90916442871094,17.354063034057617],[-73.95587158203125,17.35369110107422],[-74.00302124023438,17.353010177612305],[-74.04972076416016,17.352357864379883],[-74.09676361083984,17.35161781311035],[-74.14360046386719,17.351123809814453],[-74.19023895263672,17.350482940673828],[-74.23754119873047,17.349851608276367],[-74.28437042236328,17.348770141601562],[-74.33101654052734,17.34859275817871],[-74.37744140625,17.347522735595703],[-74.42451477050781,17.347301483154297],[-74.47064971923828,17.346216201782227],[-74.51788330078125,17.345455169677734],[-74.5648193359375,17.345396041870117],[-74.61156463623047,17.34412384033203],[-74.65813446044922,17.3441219329834],[-74.7052993774414,17.34252166748047],[-74.7513427734375,17.34288787841797],[-74.79800415039062,17.34174156188965],[-74.8444595336914,17.341251373291016],[-74.8914566040039,17.340639114379883],[-74.9380874633789,17.339887619018555],[-74.98392486572266,17.339412689208984],[-75.03128051757812,17.338428497314453],[-75.0775146484375,17.33816146850586],[-75.12410736083984,17.337289810180664],[-75.17076110839844,17.336862564086914],[-75.21692657470703,17.33592987060547],[-75.26349639892578,17.33563232421875],[-75.31066131591797,17.33496856689453],[-75.3564453125,17.334348678588867],[-75.40290069580078,17.33356285095215],[-75.44905090332031,17.33312225341797],[-75.4954833984375,17.332231521606445],[-75.54220581054688,17.33218002319336],[-75.58828735351562,17.330949783325195],[-75.63451385498047,17.330745697021484],[-75.68089294433594,17.329933166503906],[-75.7270278930664,17.32949447631836],[-75.77345275878906,17.328765869140625],[-75.81941223144531,17.328079223632812],[-75.86587524414062,17.3277645111084],[-75.91222381591797,17.326921463012695],[-75.95838928222656,17.326465606689453],[-76.0047836303711,17.325706481933594],[-76.05103302001953,17.325424194335938],[-76.09709930419922,17.324642181396484],[-76.14288330078125,17.323780059814453],[-76.18917083740234,17.323741912841797],[-76.23531341552734,17.32260513305664],[-76.28108978271484,17.32262420654297],[-76.32718658447266,17.32144546508789],[-76.37370300292969,17.321327209472656],[-76.41952514648438,17.320606231689453],[-76.46566009521484,17.320039749145508],[-76.51127624511719,17.31955337524414],[-76.55741882324219,17.318958282470703],[-76.60334777832031,17.318504333496094],[-76.64968872070312,17.31771469116211],[-76.69573211669922,17.317251205444336],[-76.7415542602539,17.31675148010254],[-76.78746795654297,17.316308975219727],[-76.83392333984375,17.315582275390625],[-76.87897491455078,17.314891815185547],[-76.92504119873047,17.31458854675293],[-76.97118377685547,17.313879013061523],[-77.01673889160156,17.313386917114258],[-77.06289672851562,17.3126220703125],[-77.10839080810547,17.312252044677734],[-77.1544418334961,17.31166648864746],[-77.20008087158203,17.31127166748047],[-77.24591064453125,17.310466766357422],[-77.29191589355469,17.310222625732422],[-77.33775329589844,17.309579849243164],[-77.38320922851562,17.30905532836914],[-77.42957305908203,17.308053970336914],[-77.47496795654297,17.3082218170166],[-77.52031707763672,17.30716323852539],[-77.56623077392578,17.30699348449707],[-77.61190032958984,17.30586051940918],[-77.65725708007812,17.305912017822266],[-77.7030258178711,17.30548858642578],[-77.74876403808594,17.304615020751953],[-77.7941665649414,17.3044490814209],[-77.84050750732422,17.303342819213867],[-77.88572692871094,17.303665161132812],[-77.93095397949219,17.30267333984375],[-77.97634887695312,17.302228927612305],[-78.02201080322266,17.30180549621582],[-78.0677719116211,17.301265716552734],[-78.11272430419922,17.30079460144043],[-78.15892791748047,17.300060272216797],[-78.20408630371094,17.299779891967773],[-78.24951934814453,17.2992000579834],[-78.29508972167969,17.29874610900879],[-78.34037017822266,17.298160552978516],[-78.38594818115234,17.297882080078125],[-78.43194580078125,17.29723358154297],[-78.4766845703125,17.296892166137695],[-78.52195739746094,17.29617691040039],[-78.5672607421875,17.29600715637207],[-78.61284637451172,17.29519271850586],[-78.65811157226562,17.295068740844727],[-78.7027816772461,17.29416275024414],[-78.74876403808594,17.2939510345459],[-78.7942123413086,17.293577194213867],[-78.83952331542969,17.292835235595703],[-78.88433074951172,17.292510986328125],[-78.92985534667969,17.291889190673828],[-78.97541046142578,17.291912078857422],[-79.02069854736328,17.290721893310547],[-79.06591796875,17.290786743164062],[-79.1111831665039,17.289873123168945],[-79.15656280517578,17.28989028930664],[-79.20193481445312,17.28900718688965],[-79.2466812133789,17.288503646850586],[-79.29195404052734,17.288440704345703],[-79.33708953857422,17.287424087524414],[-79.38201141357422,17.287282943725586],[-79.42752838134766,17.286216735839844],[-79.47270965576172,17.286184310913086],[-79.51803588867188,17.28548812866211],[-79.56285858154297,17.284860610961914],[-79.60807037353516,17.284339904785156],[-79.65299987792969,17.283899307250977],[-79.69828033447266,17.283466339111328],[-79.74333190917969,17.282865524291992],[-79.78852844238281,17.282094955444336],[-79.8334732055664,17.28181266784668],[-79.87837982177734,17.281084060668945],[-79.92384338378906,17.280654907226562],[-79.9682388305664,17.280048370361328],[-80.01325225830078,17.279403686523438],[-80.05870056152344,17.279102325439453],[-80.1038818359375,17.278282165527344],[-80.14875793457031,17.278085708618164],[-80.19388580322266,17.277097702026367],[-80.23896789550781,17.277141571044922],[-80.28370666503906,17.276050567626953],[-80.32876586914062,17.275909423828125],[-80.3738784790039,17.27522087097168],[-80.41871643066406,17.27480697631836],[-80.46327209472656,17.27410125732422],[-80.50904846191406,17.273345947265625],[-80.55352783203125,17.273338317871094],[-80.59813690185547,17.272329330444336],[-80.64312744140625,17.272262573242188],[-80.6884536743164,17.271135330200195],[-80.73284912109375,17.271427154541016],[-80.7778091430664,17.270532608032227],[-80.8226089477539,17.26982879638672],[-80.86750030517578,17.269670486450195],[-80.9129409790039,17.268600463867188],[-80.95714569091797,17.268898010253906],[-81.00169372558594,17.267860412597656],[-81.04635620117188,17.267610549926758],[-81.0911636352539,17.266952514648438],[-81.13627624511719,17.266633987426758],[-81.180419921875,17.266155242919922],[-81.22565460205078,17.265422821044922],[-81.27088165283203,17.265172958374023],[-81.31472778320312,17.264741897583008],[-81.35931396484375,17.26413917541504],[-81.40431213378906,17.263784408569336],[-81.4491958618164,17.26311683654785],[-81.49403381347656,17.262985229492188],[-81.53801727294922,17.262210845947266],[-81.5826416015625,17.261789321899414],[-81.62725067138672,17.261388778686523],[-81.67218017578125,17.260774612426758],[-81.7164306640625,17.26061248779297],[-81.76050567626953,17.259767532348633],[-81.8055648803711,17.259498596191406],[-81.84999084472656,17.259037017822266],[-81.89440155029297,17.25850486755371],[-81.93836975097656,17.258220672607422],[-81.98307800292969,17.257476806640625],[-82.02784729003906,17.257444381713867],[-82.07170104980469,17.256437301635742],[-82.11629486083984,17.256601333618164],[-82.16095733642578,17.255645751953125],[-82.2054672241211,17.255800247192383],[-82.24961853027344,17.254762649536133],[-82.29349517822266,17.254369735717773],[-82.33806610107422,17.254329681396484],[-82.38238525390625,17.253480911254883],[-82.42628479003906,17.253620147705078],[-82.4705581665039,17.252817153930664],[-82.51467895507812,17.253122329711914],[-82.55946350097656,17.25253677368164],[-82.60334777832031,17.252347946166992],[-82.64755249023438,17.25194549560547],[-82.69184875488281,17.251907348632812],[-82.73626708984375,17.251615524291992],[-82.78038787841797,17.251258850097656],[-82.82463836669922,17.2508487701416],[-82.8686752319336,17.250837326049805],[-82.9129409790039,17.250364303588867],[-82.95767974853516,17.25015640258789],[-83.00123596191406,17.249849319458008],[-83.04521942138672,17.249408721923828],[-83.08985137939453,17.24962043762207],[-83.13423919677734,17.24879264831543],[-83.17848205566406,17.249162673950195],[-83.2233657836914,17.24811553955078],[-83.26703643798828,17.248653411865234],[-83.3111572265625,17.24773406982422],[-83.35478973388672,17.247955322265625],[-83.39906311035156,17.247474670410156],[-83.4433822631836,17.247325897216797],[-83.48707580566406,17.247106552124023],[-83.53170776367188,17.24657440185547],[-83.57568359375,17.246835708618164],[-83.61956024169922,17.246204376220703],[-83.66386413574219,17.246278762817383],[-83.7082748413086,17.245559692382812],[-83.75174713134766,17.24604606628418],[-83.79597473144531,17.245519638061523],[-83.84010314941406,17.24529457092285],[-83.88412475585938,17.24506378173828],[-83.92789459228516,17.24484634399414],[-83.9719467163086,17.244646072387695],[-84.01615905761719,17.244474411010742],[-84.05987548828125,17.24403953552246],[-84.10404205322266,17.24410057067871],[-84.14817810058594,17.243860244750977],[-84.19147491455078,17.243785858154297],[-84.2360610961914,17.243417739868164],[-84.28069305419922,17.24309730529785],[-84.32379913330078,17.243213653564453],[-84.3675537109375,17.242597579956055],[-84.411865234375,17.242815017700195],[-84.45594787597656,17.242202758789062],[-84.49970245361328,17.242475509643555],[-84.54338836669922,17.241836547851562],[-84.58782196044922,17.241811752319336],[-84.63140106201172,17.241893768310547],[-84.67523193359375,17.241275787353516],[-84.71903228759766,17.241500854492188],[-84.7625503540039,17.24099349975586],[-84.80699920654297,17.241241455078125],[-84.85089111328125,17.240610122680664],[-84.89488220214844,17.240726470947266],[-84.93824005126953,17.240320205688477],[-84.98257446289062,17.240381240844727],[-85.0267105102539,17.24004554748535],[-85.07006072998047,17.23980140686035],[-85.11428833007812,17.23985481262207],[-85.1585922241211,17.23927116394043],[-85.20235443115234,17.23938751220703],[-85.24665069580078,17.238672256469727],[-85.29026794433594,17.23868179321289],[-85.3343505859375,17.23844337463379],[-85.37849426269531,17.23832130432129],[-85.42202758789062,17.237939834594727],[-85.46619415283203,17.237672805786133],[-85.51004028320312,17.237625122070312],[-85.5545425415039,17.237396240234375],[-85.59810638427734,17.237131118774414],[-85.64204406738281,17.236764907836914],[-85.68599700927734,17.2367000579834],[-85.73027801513672,17.23655128479004],[-85.77386474609375,17.236404418945312],[-85.81800079345703,17.235877990722656],[-85.86221313476562,17.236343383789062],[-85.90642547607422,17.235570907592773],[-85.95022583007812,17.235946655273438],[-85.99449157714844,17.235116958618164],[-86.03765106201172,17.235681533813477],[-86.08206939697266,17.235275268554688],[-86.12617492675781,17.235137939453125],[-86.17005920410156,17.235107421875],[-86.21454620361328,17.234643936157227],[-86.25790405273438,17.234970092773438],[-86.30207824707031,17.23432159423828],[-86.34578704833984,17.234582901000977],[-86.39009094238281,17.233999252319336],[-86.4343490600586,17.233928680419922],[-86.47794342041016,17.233585357666016],[-86.5227279663086,17.23337173461914],[-86.5665512084961,17.233381271362305],[-86.6104965209961,17.232820510864258],[-86.65461730957031,17.232887268066406],[-86.69916534423828,17.232160568237305],[-86.74263000488281,17.232770919799805],[-86.78691864013672,17.231956481933594],[-86.83109283447266,17.231996536254883],[-86.87516784667969,17.23164176940918],[-86.91905975341797,17.23158073425293],[-86.96316528320312,17.231407165527344],[-87.00709533691406,17.231191635131836],[-87.05075073242188,17.231050491333008],[-87.09467315673828,17.231117248535156],[-87.13899230957031,17.230844497680664],[-87.182861328125,17.230609893798828],[-87.22659301757812,17.23065185546875],[-87.27149200439453,17.230504989624023],[-87.31464385986328,17.23050308227539],[-87.35845184326172,17.2299861907959],[-87.40252685546875,17.230436325073242],[-87.44681549072266,17.22980499267578],[-87.49011993408203,17.230297088623047],[-87.53390502929688,17.2294979095459],[-87.57855224609375,17.229660034179688],[-87.62230682373047,17.2297306060791],[-87.6658935546875,17.229198455810547],[-87.70967864990234,17.22954750061035],[-87.75373840332031,17.22892951965332],[-87.79778289794922,17.229415893554688],[-87.8417739868164,17.228681564331055],[-87.88592529296875,17.229066848754883],[-87.92974090576172,17.228515625],[-87.97329711914062,17.228784561157227],[-88.01819610595703,17.22844886779785],[-88.0614013671875,17.22833251953125],[-88.10546875,17.22846794128418],[-88.14934539794922,17.22825050354004],[-88.19294738769531,17.228389739990234],[-88.23707580566406,17.228273391723633],[-88.28042602539062,17.228626251220703],[-88.3247299194336,17.22857093811035],[-88.36835479736328,17.22890853881836],[-88.4120864868164,17.228710174560547],[-88.45614624023438,17.229122161865234],[-88.499755859375,17.22916030883789],[-88.5439224243164,17.229206085205078],[-88.58746337890625,17.228994369506836],[-88.63127136230469,17.229385375976562],[-88.67487335205078,17.229305267333984],[-88.71879577636719,17.22949981689453],[-88.76234436035156,17.22947883605957],[-88.80642700195312,17.229541778564453],[-88.85042572021484,17.230180740356445],[-88.8940200805664,17.229684829711914],[-88.93791961669922,17.230390548706055],[-88.98235321044922,17.229690551757812],[-89.02547454833984,17.230587005615234],[-89.06929779052734,17.23018455505371],[-89.11286163330078,17.230506896972656],[-89.15675354003906,17.23065948486328],[-89.20073699951172,17.230613708496094],[-89.2437973022461,17.230955123901367],[-89.28849029541016,17.230674743652344],[-89.33173370361328,17.231040954589844],[-89.3757095336914,17.23098373413086],[-89.41950988769531,17.231306076049805],[-89.462890625,17.2310791015625],[-89.50674438476562,17.231521606445312],[-89.55139923095703,17.231414794921875],[-89.59464263916016,17.231733322143555],[-89.63804626464844,17.23175048828125],[-89.6819076538086,17.23196029663086],[-89.72574615478516,17.231857299804688],[-89.7696304321289,17.232467651367188],[-89.81343841552734,17.232223510742188],[-89.85709381103516,17.232351303100586],[-89.90058135986328,17.23248291015625],[-89.9444808959961,17.23262596130371],[-89.98863220214844,17.232934951782227],[-90.0320816040039,17.23284149169922],[-90.07546997070312,17.2335205078125],[-90.1195297241211,17.23338508605957],[-90.1634521484375,17.234046936035156],[-90.20718383789062,17.234027862548828],[-90.25115966796875,17.23473358154297],[-90.29464721679688,17.234556198120117],[-90.33816528320312,17.2346248626709],[-90.38182067871094,17.235252380371094],[-90.42587280273438,17.234962463378906],[-90.46928405761719,17.235645294189453],[-90.51264190673828,17.235342025756836],[-90.55716705322266,17.235984802246094],[-90.6008529663086,17.23594856262207],[-90.6443099975586,17.23623275756836],[-90.68795013427734,17.236452102661133],[-90.73182678222656,17.236543655395508],[-90.77567291259766,17.2369384765625],[-90.81932067871094,17.23686408996582],[-90.86351013183594,17.2370662689209],[-90.90711975097656,17.236797332763672],[-90.95063018798828,17.236839294433594],[-90.99533081054688,17.236146926879883],[-91.03833770751953,17.235809326171875],[-91.0821762084961,17.235898971557617],[-91.12612915039062,17.236011505126953],[-91.16986846923828,17.235490798950195],[-91.21379852294922,17.23467254638672],[-91.25704956054688,17.23554229736328],[-91.30142211914062,17.235702514648438],[-91.34500885009766,17.23612403869629],[-91.3887710571289,17.235538482666016],[-91.4328842163086,17.236528396606445],[-91.4767837524414,17.236371994018555],[-91.52017974853516,17.236434936523438],[-91.56446075439453,17.235605239868164],[-91.60828399658203,17.235994338989258],[-91.6518325805664,17.234941482543945],[-91.69569396972656,17.235811233520508],[-91.739990234375,17.234601974487305],[-91.78326416015625,17.23487091064453],[-91.82723236083984,17.2356014251709],[-91.87102508544922,17.23552703857422],[-91.91490173339844,17.235864639282227],[-91.95939636230469,17.23545265197754],[-92.0027847290039,17.23630142211914],[-92.04666900634766,17.235692977905273],[-92.09032440185547,17.23529052734375],[-92.13436889648438,17.23518180847168],[-92.17845153808594,17.233781814575195],[-92.22172546386719,17.23441505432129],[-92.26630401611328,17.23333740234375],[-92.30980682373047,17.23405647277832],[-92.35398864746094,17.233572006225586],[-92.39804077148438,17.233909606933594],[-92.44159698486328,17.23349380493164],[-92.48567199707031,17.233497619628906],[-92.53041076660156,17.234533309936523],[-92.57377624511719,17.233449935913086],[-92.61734771728516,17.232654571533203],[-92.66159057617188,17.235233306884766],[-92.70539093017578,17.233121871948242],[-92.74909210205078,17.235380172729492],[-92.79280090332031,17.2346134185791],[-92.83702087402344,17.233646392822266],[-92.88058471679688,17.230501174926758],[-92.92430114746094,17.22913932800293],[-92.96830749511719,17.232624053955078],[-93.01274108886719,17.233623504638672],[-93.05610656738281,17.232250213623047],[-93.10025024414062,17.23168182373047],[-93.14427185058594,17.232662200927734],[-93.18789672851562,17.231727600097656],[-93.2323989868164,17.234817504882812],[-93.27632141113281,17.23421287536621],[-93.3202133178711,17.235015869140625],[-93.36416625976562,17.235782623291016],[-93.40823364257812,17.23570442199707],[-93.45223236083984,17.236495971679688],[-93.49598693847656,17.235994338989258],[-93.54088592529297,17.23692512512207],[-93.58457946777344,17.236370086669922],[-93.62821197509766,17.23516082763672],[-93.67235565185547,17.236019134521484],[-93.7166519165039,17.235183715820312],[-93.76065826416016,17.236467361450195],[-93.80469512939453,17.236114501953125],[-93.84922790527344,17.23662567138672],[-93.89299774169922,17.235511779785156],[-93.93639373779297,17.235193252563477],[-93.98100280761719,17.234933853149414],[-94.02435302734375,17.235151290893555],[-94.0686264038086,17.236650466918945],[-94.11264038085938,17.237049102783203],[-94.15689849853516,17.236818313598633],[-94.20099639892578,17.23754119873047],[-94.24478149414062,17.237550735473633],[-94.28893280029297,17.237886428833008],[-94.33255767822266,17.237571716308594],[-94.37664794921875,17.237951278686523],[-94.42070770263672,17.23740577697754],[-94.4647216796875,17.238054275512695],[-94.50809478759766,17.238130569458008],[-94.55252838134766,17.237728118896484],[-94.5967025756836,17.239042282104492],[-94.64039611816406,17.23855972290039],[-94.68421173095703,17.239139556884766],[-94.72875213623047,17.238264083862305],[-94.77238464355469,17.23946762084961],[-94.81657409667969,17.239267349243164],[-94.8603744506836,17.23946762084961],[-94.90476989746094,17.239845275878906],[-94.94851684570312,17.23943328857422],[-94.99221801757812,17.240074157714844],[-95.0369644165039,17.24008560180664],[-95.08075714111328,17.24022102355957],[-95.12480163574219,17.240333557128906],[-95.16869354248047,17.239938735961914],[-95.21231079101562,17.240291595458984],[-95.2567367553711,17.240528106689453],[-95.30142974853516,17.240747451782227],[-95.34490203857422,17.2410888671875],[-95.38876342773438,17.241195678710938],[-95.43268585205078,17.241470336914062],[-95.47710418701172,17.240808486938477],[-95.5215072631836,17.24127197265625],[-95.56494903564453,17.241304397583008],[-95.60865783691406,17.241207122802734],[-95.6529312133789,17.241748809814453],[-95.69725036621094,17.241168975830078],[-95.74100494384766,17.2415771484375],[-95.78446960449219,17.240516662597656],[-95.82892608642578,17.240509033203125],[-95.8731918334961,17.240699768066406],[-95.91761779785156,17.2413387298584],[-95.96102142333984,17.240522384643555],[-96.00509643554688,17.239500045776367],[-96.04816436767578,17.236942291259766],[-96.09263610839844,17.238401412963867],[-96.13721466064453,17.240345001220703],[-96.18190002441406,17.241703033447266],[-96.22540283203125,17.24073028564453],[-96.2687759399414,17.2375545501709],[-96.3125991821289,17.237573623657227],[-96.3561782836914,17.236623764038086],[-96.40074157714844,17.23769187927246],[-96.44454956054688,17.238100051879883],[-96.48890686035156,17.239002227783203],[-96.533203125,17.23988151550293],[-96.57777404785156,17.23974609375],[-96.6214370727539,17.239431381225586],[-96.66495513916016,17.237667083740234],[-96.70901489257812,17.238231658935547],[-96.75410461425781,17.240243911743164],[-96.79845428466797,17.242076873779297],[-96.84291076660156,17.24225616455078],[-96.88685607910156,17.24250602722168],[-96.93036651611328,17.241641998291016],[-96.97506713867188,17.241775512695312],[-97.0186767578125,17.24182891845703],[-97.06246948242188,17.241600036621094],[-97.10702514648438,17.242839813232422],[-97.15164184570312,17.243120193481445],[-97.1956558227539,17.24311065673828],[-97.24008178710938,17.243330001831055],[-97.28366088867188,17.243383407592773],[-97.3276138305664,17.241851806640625],[-97.37153625488281,17.243228912353516],[-97.41535186767578,17.242725372314453],[-97.4605712890625,17.245357513427734],[-97.5046157836914,17.2452392578125],[-97.54869842529297,17.245357513427734],[-97.59263610839844,17.244863510131836],[-97.63670349121094,17.24521827697754],[-97.68109130859375,17.246183395385742],[-97.72589874267578,17.245725631713867],[-97.76979064941406,17.246990203857422],[-97.81375885009766,17.246362686157227],[-97.85804748535156,17.246782302856445],[-97.9024658203125,17.246612548828125],[-97.94611358642578,17.245637893676758],[-97.9912338256836,17.248733520507812],[-98.03597259521484,17.248384475708008],[-98.0798110961914,17.247936248779297],[-98.12427520751953,17.24850082397461],[-98.16950988769531,17.25108528137207],[-98.21289825439453,17.25003433227539],[-98.25806427001953,17.251066207885742],[-98.30237579345703,17.249662399291992],[-98.34590148925781,17.249492645263672],[-98.39097595214844,17.251768112182617],[-98.43595123291016,17.253463745117188],[-98.48004150390625,17.251794815063477],[-98.5235824584961,17.25153923034668],[-98.56787109375,17.252025604248047],[-98.61296844482422,17.25297737121582],[-98.65833282470703,17.255205154418945],[-98.702392578125,17.25496482849121],[-98.7467269897461,17.256376266479492],[-98.7900161743164,17.253732681274414],[-98.83506774902344,17.25445556640625],[-98.88041687011719,17.256221771240234],[-98.92557525634766,17.258512496948242],[-98.96920013427734,17.257051467895508],[-99.01300048828125,17.25556182861328],[-99.05831909179688,17.25731086730957],[-99.10360717773438,17.2601261138916],[-99.14849853515625,17.261266708374023],[-99.1930160522461,17.2613582611084],[-99.23690795898438,17.260927200317383],[-99.28199768066406,17.261804580688477],[-99.32670593261719,17.26380729675293],[-99.37149810791016,17.264204025268555],[-99.4150619506836,17.262958526611328],[-99.45918273925781,17.26338005065918],[-99.50406646728516,17.264680862426758],[-99.54911804199219,17.26521110534668],[-99.59407043457031,17.26595115661621],[-99.6386489868164,17.267053604125977],[-99.68270111083984,17.266830444335938],[-99.72638702392578,17.26544952392578],[-99.77085876464844,17.264890670776367],[-99.81524658203125,17.26573371887207],[-99.86053466796875,17.266569137573242],[-99.90559387207031,17.267663955688477],[-99.94987487792969,17.26696014404297],[-99.9936294555664,17.265697479248047],[-100.03995513916016,17.268014907836914],[-100.08445739746094,17.269393920898438],[-100.12903594970703,17.269357681274414],[-100.17398834228516,17.26982307434082],[-100.21793365478516,17.269128799438477],[-100.26306915283203,17.269866943359375],[-100.30767059326172,17.270374298095703],[-100.35369873046875,17.271915435791016],[-100.39828491210938,17.273454666137695],[-100.44237518310547,17.27250862121582],[-100.4872055053711,17.27277946472168],[-100.53207397460938,17.272918701171875],[-100.57640075683594,17.273029327392578],[-100.62298583984375,17.274749755859375],[-100.6670913696289,17.27486228942871],[-100.71143341064453,17.27472686767578],[-100.75711822509766,17.27535057067871],[-100.8016357421875,17.27674102783203],[-100.84650421142578,17.27631950378418],[-100.89171600341797,17.277647018432617],[-100.93682861328125,17.277795791625977],[-100.98143768310547,17.278270721435547],[-101.02594757080078,17.278350830078125],[-101.07161712646484,17.279165267944336],[-101.11671447753906,17.279457092285156],[-101.16102600097656,17.279857635498047],[-101.2060317993164,17.28023338317871],[-101.25128936767578,17.280723571777344],[-101.29632568359375,17.28093719482422],[-101.34172821044922,17.281522750854492],[-101.38603973388672,17.281757354736328],[-101.43077850341797,17.282108306884766],[-101.47576141357422,17.28262710571289],[-101.52120971679688,17.282663345336914],[-101.56587982177734,17.283618927001953],[-101.61045837402344,17.2834529876709],[-101.65605926513672,17.28423309326172],[-101.70112609863281,17.284536361694336],[-101.7458267211914,17.284706115722656],[-101.79041290283203,17.28520965576172],[-101.83558654785156,17.285505294799805],[-101.88128662109375,17.286235809326172],[-101.92627716064453,17.28627586364746],[-101.97126007080078,17.28702163696289],[-102.01627349853516,17.286983489990234],[-102.06206512451172,17.28795623779297],[-102.10693359375,17.28799819946289],[-102.15177154541016,17.28837776184082],[-102.19707489013672,17.288915634155273],[-102.24241638183594,17.28917694091797],[-102.2875747680664,17.289827346801758],[-102.33274841308594,17.289873123168945],[-102.3775634765625,17.29070472717285],[-102.42308044433594,17.290822982788086],[-102.4686050415039,17.29134178161621],[-102.51390838623047,17.291400909423828],[-102.55931854248047,17.291973114013672],[-102.60505676269531,17.292234420776367],[-102.6506118774414,17.292598724365234],[-102.6958999633789,17.29258918762207],[-102.74128723144531,17.29319953918457],[-102.78691864013672,17.293228149414062],[-102.8329849243164,17.29389762878418],[-102.8779296875,17.293947219848633],[-102.92382049560547,17.29421043395996],[-102.9696273803711,17.294780731201172],[-103.01517486572266,17.29471206665039],[-103.06097412109375,17.29555892944336],[-103.10662841796875,17.295360565185547],[-103.15148162841797,17.296754837036133],[-103.19673919677734,17.296689987182617],[-103.2419662475586,17.297693252563477],[-103.28739166259766,17.297929763793945],[-103.33296203613281,17.298877716064453],[-103.37786102294922,17.299198150634766],[-103.42393493652344,17.299718856811523],[-103.46892547607422,17.300392150878906],[-103.51421356201172,17.300811767578125],[-103.55995178222656,17.301576614379883],[-103.60545349121094,17.301864624023438],[-103.65079498291016,17.302898406982422],[-103.69692993164062,17.302961349487305],[-103.74205017089844,17.30392074584961],[-103.7873306274414,17.304088592529297],[-103.83296203613281,17.304838180541992],[-103.8785629272461,17.30501365661621],[-103.92437744140625,17.305919647216797],[-103.9696273803711,17.30617904663086],[-104.0154037475586,17.306808471679688],[-104.06072235107422,17.30727195739746],[-104.10614776611328,17.307741165161133],[-104.15248107910156,17.308515548706055],[-104.1978759765625,17.308637619018555],[-104.24325561523438,17.309629440307617],[-104.28887939453125,17.3096923828125],[-104.33492279052734,17.310686111450195],[-104.38076782226562,17.310754776000977],[-104.4263916015625,17.311702728271484],[-104.47221374511719,17.311721801757812],[-104.51801300048828,17.312414169311523],[-104.56365966796875,17.31317901611328],[-104.60929870605469,17.313405990600586],[-104.65512084960938,17.31431007385254],[-104.7006607055664,17.314422607421875],[-104.74710083007812,17.315410614013672],[-104.79312133789062,17.315631866455078],[-104.83895111083984,17.31635856628418],[-104.88447570800781,17.31673240661621],[-104.9311752319336,17.317489624023438],[-104.9767074584961,17.317934036254883],[-105.0228271484375,17.318418502807617],[-105.0689468383789,17.319129943847656],[-105.11529541015625,17.31968879699707],[-105.1607894897461,17.320280075073242],[-105.20732116699219,17.320762634277344],[-105.25314331054688,17.321401596069336],[-105.2991943359375,17.321969985961914],[-105.34535217285156,17.322683334350586],[-105.39105224609375,17.322999954223633],[-105.43759155273438,17.323896408081055],[-105.48331451416016,17.324254989624023],[-105.52967834472656,17.324901580810547],[-105.57579040527344,17.325531005859375],[-105.6218490600586,17.326026916503906],[-105.66799926757812,17.326887130737305],[-105.71439361572266,17.32727813720703],[-105.76001739501953,17.32803726196289],[-105.80651092529297,17.328218460083008],[-105.85257720947266,17.329378128051758],[-105.89871978759766,17.329437255859375],[-105.94481658935547,17.330442428588867],[-105.99127960205078,17.330442428588867],[-106.03740692138672,17.331539154052734],[-106.08372497558594,17.33205223083496],[-106.12983703613281,17.332534790039062],[-106.17588806152344,17.333255767822266],[-106.22310638427734,17.333526611328125],[-106.26904296875,17.334678649902344],[-106.31502532958984,17.33475112915039],[-106.36134338378906,17.33576202392578],[-106.40775299072266,17.336177825927734],[-106.45421600341797,17.336933135986328],[-106.50016784667969,17.337343215942383],[-106.54719543457031,17.33810806274414],[-106.59320068359375,17.338701248168945],[-106.63948059082031,17.339250564575195],[-106.68631744384766,17.33991241455078],[-106.73267364501953,17.34043312072754],[-106.77909851074219,17.341344833374023],[-106.8262710571289,17.341625213623047],[-106.87236022949219,17.3425235748291],[-106.91871643066406,17.343006134033203],[-106.96502685546875,17.343769073486328],[-107.01192474365234,17.344161987304688],[-107.05841064453125,17.345125198364258],[-107.1043930053711,17.34544563293457],[-107.15167999267578,17.346282958984375],[-107.19850158691406,17.34690284729004],[-107.24496459960938,17.347511291503906],[-107.2916030883789,17.3481388092041],[-107.33858489990234,17.34868049621582],[-107.38496398925781,17.349651336669922],[-107.43155670166016,17.349851608276367],[-107.4787368774414,17.35098648071289],[-107.52532958984375,17.35111427307129],[-107.57198333740234,17.352275848388672],[-107.61888122558594,17.352436065673828],[-107.6656494140625,17.353275299072266],[-107.71224212646484,17.354066848754883],[-107.75896453857422,17.354591369628906],[-107.80580139160156,17.355310440063477],[-107.85271453857422,17.355825424194336],[-107.89964294433594,17.35689353942871],[-107.9469985961914,17.357213973999023],[-107.99378967285156,17.358015060424805],[-108.04061126708984,17.358623504638672],[-108.08750915527344,17.35930633544922],[-108.1350326538086,17.360008239746094],[-108.18162536621094,17.360700607299805],[-108.22870635986328,17.361310958862305],[-108.2759017944336,17.362045288085938],[-108.3226318359375,17.362600326538086],[-108.3700942993164,17.36343765258789],[-108.4169921875,17.364036560058594],[-108.46409606933594,17.364742279052734],[-108.51148223876953,17.365388870239258],[-108.55895233154297,17.365859985351562],[-108.60647583007812,17.366558074951172],[-108.65365600585938,17.366880416870117],[-108.70112609863281,17.36778450012207],[-108.74864196777344,17.367950439453125],[-108.79603576660156,17.36886215209961],[-108.84347534179688,17.369068145751953],[-108.8914794921875,17.370105743408203],[-108.93827056884766,17.370319366455078],[-108.98627471923828,17.370731353759766],[-109.03387451171875,17.371843338012695],[-109.08137512207031,17.371932983398438],[-109.1289291381836,17.37290382385254],[-109.17701721191406,17.37316131591797],[-109.22457122802734,17.37449836730957],[-109.27200317382812,17.374677658081055],[-109.31959533691406,17.375635147094727],[-109.36746215820312,17.37641716003418],[-109.41616821289062,17.376934051513672],[-109.46297454833984,17.377941131591797],[-109.51073455810547,17.378217697143555],[-109.55851745605469,17.379398345947266],[-109.60635375976562,17.37982749938965],[-109.65430450439453,17.380840301513672],[-109.70184326171875,17.38140106201172],[-109.75020599365234,17.38236427307129],[-109.79867553710938,17.3829288482666],[-109.84593200683594,17.38367462158203],[-109.89381408691406,17.384403228759766],[-109.94184875488281,17.38508415222168],[-109.99010467529297,17.38574981689453],[-110.038818359375,17.386699676513672],[-110.08626556396484,17.387331008911133],[-110.13412475585938,17.38796615600586],[-110.1821517944336,17.38886070251465],[-110.23091888427734,17.389375686645508],[-110.27901458740234,17.39045524597168],[-110.3264389038086,17.390811920166016],[-110.37538146972656,17.391828536987305],[-110.42387390136719,17.39247703552246],[-110.47216796875,17.393306732177734],[-110.52023315429688,17.39398193359375],[-110.56869506835938,17.394784927368164],[-110.6169204711914,17.395612716674805],[-110.66464233398438,17.39609718322754],[-110.71316528320312,17.397232055664062],[-110.76166534423828,17.397781372070312],[-110.81014251708984,17.399011611938477],[-110.85835266113281,17.399208068847656],[-110.90670013427734,17.400264739990234],[-110.95482635498047,17.40110206604004],[-111.00326538085938,17.4017276763916],[-111.05172729492188,17.402807235717773],[-111.10018920898438,17.40335464477539],[-111.1484603881836,17.40443992614746],[-111.19754028320312,17.40489387512207],[-111.24610900878906,17.406147003173828],[-111.29439544677734,17.40687370300293],[-111.34309387207031,17.40790367126465],[-111.39230346679688,17.408735275268555],[-111.44038391113281,17.409543991088867],[-111.48919677734375,17.410507202148438],[-111.53804779052734,17.411474227905273],[-111.58635711669922,17.41214942932129],[-111.63581848144531,17.41327667236328],[-111.68423461914062,17.41407012939453],[-111.73291015625,17.414947509765625],[-111.78162384033203,17.416011810302734],[-111.83068084716797,17.41682243347168],[-111.87997436523438,17.41791534423828],[-111.92919158935547,17.418651580810547],[-111.97753143310547,17.41990089416504],[-112.02709197998047,17.420461654663086],[-112.07569122314453,17.421796798706055],[-112.12451934814453,17.42243194580078],[-112.17394256591797,17.423702239990234],[-112.22296905517578,17.424299240112305],[-112.2721939086914,17.42559814453125],[-112.32131958007812,17.426532745361328],[-112.37056732177734,17.427337646484375],[-112.41984558105469,17.428508758544922],[-112.46991729736328,17.42923927307129],[-112.5188980102539,17.430553436279297],[-112.56783294677734,17.431171417236328],[-112.6168441772461,17.43229103088379],[-112.66641235351562,17.4333553314209],[-112.71611785888672,17.434371948242188],[-112.76496124267578,17.435293197631836],[-112.81475830078125,17.436283111572266],[-112.86418914794922,17.43731117248535],[-112.91374969482422,17.438365936279297],[-112.9634017944336,17.439382553100586],[-113.01238250732422,17.440385818481445],[-113.06221771240234,17.441396713256836],[-113.11256408691406,17.442365646362305],[-113.16153717041016,17.44344711303711],[-113.21102905273438,17.44432830810547],[-113.26061248779297,17.44561195373535],[-113.31045532226562,17.446229934692383],[-113.3601303100586,17.44769287109375],[-113.40943908691406,17.448305130004883],[-113.45986938476562,17.449630737304688],[-113.50971984863281,17.450626373291016],[-113.55950164794922,17.451589584350586],[-113.60899353027344,17.45269775390625],[-113.65889739990234,17.45354461669922],[-113.70950317382812,17.45496940612793],[-113.75947570800781,17.45561981201172],[-113.80937957763672,17.45709991455078],[-113.85920715332031,17.457592010498047],[-113.90986633300781,17.45921516418457],[-113.95990753173828,17.45981788635254],[-114.00942993164062,17.46099853515625],[-114.05994415283203,17.462177276611328],[-114.11026763916016,17.463279724121094],[-114.16009521484375,17.464359283447266],[-114.2103500366211,17.46514129638672],[-114.26091003417969,17.46666145324707],[-114.31087493896484,17.467365264892578],[-114.361328125,17.46875],[-114.41151428222656,17.46955108642578],[-114.46195983886719,17.471046447753906],[-114.51213836669922,17.471811294555664],[-114.56322479248047,17.4728946685791],[-114.61373901367188,17.474075317382812],[-114.66405487060547,17.475229263305664],[-114.71416473388672,17.476213455200195],[-114.76532745361328,17.477252960205078],[-114.81539916992188,17.47857666015625],[-114.86605834960938,17.479341506958008],[-114.91718292236328,17.4809513092041],[-114.9676742553711,17.481719970703125],[-115.01829528808594,17.483402252197266],[-115.0693359375,17.48397445678711],[-115.1200180053711,17.485918045043945],[-115.17053985595703,17.48662567138672],[-115.22142791748047,17.488222122192383],[-115.27229309082031,17.48922348022461],[-115.32318115234375,17.490562438964844],[-115.37360382080078,17.491926193237305],[-115.42532348632812,17.49270248413086],[-115.47584533691406,17.494544982910156],[-115.52642059326172,17.495237350463867],[-115.57755279541016,17.49701499938965],[-115.62848663330078,17.49766731262207],[-115.6796646118164,17.499603271484375],[-115.73053741455078,17.50060272216797],[-115.78167724609375,17.50189208984375],[-115.83268737792969,17.503196716308594],[-115.88465881347656,17.504444122314453],[-115.93548583984375,17.5059814453125],[-115.98635864257812,17.50693702697754],[-116.03752899169922,17.508522033691406],[-116.0890121459961,17.509660720825195],[-116.14057159423828,17.5112247467041],[-116.19143676757812,17.512287139892578],[-116.2430648803711,17.513856887817383],[-116.2950439453125,17.514995574951172],[-116.34587860107422,17.516427993774414],[-116.39754486083984,17.517709732055664],[-116.44924926757812,17.519269943237305],[-116.50093841552734,17.52031707763672],[-116.55325317382812,17.521995544433594],[-116.60403442382812,17.5231990814209],[-116.65580749511719,17.524463653564453],[-116.707763671875,17.526086807250977],[-116.75981140136719,17.527101516723633],[-116.8114013671875,17.528945922851562],[-116.86250305175781,17.529708862304688],[-116.91536712646484,17.531461715698242],[-116.96724700927734,17.532785415649414],[-117.01935577392578,17.53423309326172],[-117.07048797607422,17.535520553588867],[-117.12307739257812,17.537017822265625],[-117.1755142211914,17.538650512695312],[-117.22724914550781,17.539703369140625],[-117.279541015625,17.54159164428711],[-117.33158111572266,17.54263687133789],[-117.38375091552734,17.544389724731445],[-117.43661499023438,17.545621871948242],[-117.48822021484375,17.547191619873047],[-117.5407485961914,17.548572540283203],[-117.59321594238281,17.550222396850586],[-117.64500427246094,17.551477432250977],[-117.6976547241211,17.553152084350586],[-117.74971008300781,17.554466247558594],[-117.80284881591797,17.55600929260254],[-117.8548583984375,17.55730628967285],[-117.90744018554688,17.55862808227539],[-117.96022033691406,17.56021499633789],[-118.0129623413086,17.561473846435547],[-118.06572723388672,17.563091278076172],[-118.11829376220703,17.564144134521484],[-118.17082977294922,17.565858840942383],[-118.22357177734375,17.566844940185547],[-118.27735900878906,17.568788528442383],[-118.32952117919922,17.569923400878906],[-118.38199615478516,17.57127571105957],[-118.43580627441406,17.57299041748047],[-118.48883819580078,17.574077606201172],[-118.54190826416016,17.575700759887695],[-118.59559631347656,17.576461791992188],[-118.64793395996094,17.578218460083008],[-118.70125579833984,17.578907012939453],[-118.75389862060547,17.580657958984375],[-118.8073501586914,17.581499099731445],[-118.86074829101562,17.583213806152344],[-118.91297912597656,17.583995819091797],[-118.96746826171875,17.58553695678711],[-119.02044677734375,17.58678436279297],[-119.07357788085938,17.587881088256836],[-119.127197265625,17.589244842529297],[-119.18124389648438,17.590545654296875],[-119.23433685302734,17.591938018798828],[-119.28824615478516,17.592899322509766],[-119.34202575683594,17.59449005126953],[-119.39558410644531,17.595653533935547],[-119.44898223876953,17.59701156616211],[-119.50276947021484,17.5980224609375],[-119.55697631835938,17.599620819091797],[-119.61054992675781,17.60072135925293],[-119.66468811035156,17.602277755737305],[-119.71847534179688,17.603355407714844],[-119.77193450927734,17.60468101501465],[-119.8265380859375,17.606151580810547],[-119.88127136230469,17.607187271118164],[-119.93451690673828,17.60881996154785],[-119.98837280273438,17.609716415405273],[-120.04265594482422,17.611482620239258],[-120.09715270996094,17.61233901977539],[-120.15164947509766,17.614261627197266],[-120.15164947509766,17.614261627197266],[-120.15481567382812,17.6292781829834],[-120.1579818725586,17.644296646118164],[-120.1611557006836,17.659317016601562],[-120.16433715820312,17.674339294433594],[-120.16751098632812,17.689363479614258],[-120.17070007324219,17.70439338684082],[-120.17388916015625,17.71942138671875],[-120.17707824707031,17.734451293945312],[-120.1802749633789,17.74948501586914],[-120.1834716796875,17.76451873779297],[-120.18667602539062,17.779556274414062],[-120.18988800048828,17.794593811035156],[-120.1930923461914,17.809635162353516],[-120.1963119506836,17.824678421020508],[-120.19953155517578,17.839723587036133],[-120.20275115966797,17.854772567749023],[-120.20597839355469,17.869821548461914],[-120.2092056274414,17.884872436523438],[-120.21244049072266,17.899925231933594],[-120.21568298339844,17.914981842041016],[-120.21892547607422,17.930038452148438],[-120.22216796875,17.945098876953125],[-120.22541809082031,17.960159301757812],[-120.22867584228516,17.975223541259766],[-120.23193359375,17.990291595458984],[-120.23519897460938,18.005359649658203],[-120.23846435546875,18.020429611206055],[-120.24172973632812,18.03550148010254],[-120.24500274658203,18.050575256347656],[-120.24828338623047,18.06565284729004],[-120.2515640258789,18.080730438232422],[-120.25484466552734,18.09581184387207],[-120.25813293457031,18.11089324951172],[-120.26142883300781,18.125980377197266],[-120.26472473144531,18.141067504882812],[-120.26802825927734,18.156156539916992],[-120.27133178710938,18.171247482299805],[-120.2746353149414,18.186342239379883],[-120.2779541015625,18.20143699645996],[-120.28126525878906,18.216533660888672],[-120.28458404541016,18.23163414001465],[-120.28791046142578,18.24673843383789],[-120.2912368774414,18.2618408203125],[-120.29457092285156,18.276947021484375],[-120.29790496826172,18.292057037353516],[-120.3012466430664,18.307167053222656],[-120.3045883178711,18.32227897644043],[-120.30793762207031,18.33739471435547],[-120.31128692626953,18.352510452270508],[-120.31464385986328,18.367630004882812],[-120.31800842285156,18.382753372192383],[-120.32137298583984,18.397876739501953],[-120.32473754882812,18.413002014160156],[-120.32810974121094,18.428129196166992],[-120.33148193359375,18.443260192871094],[-120.3348617553711,18.458391189575195],[-120.33824920654297,18.473526000976562],[-120.34163665771484,18.488662719726562],[-120.34503936767578,18.503801345825195],[-120.34843444824219,18.518943786621094],[-120.3518295288086,18.534086227416992],[-120.35523986816406,18.549230575561523],[-120.358642578125,18.56437873840332],[-120.36205291748047,18.57952880859375],[-120.36547088623047,18.594680786132812],[-120.368896484375,18.609834671020508],[-120.372314453125,18.624990463256836],[-120.37574768066406,18.640148162841797],[-120.37918090820312,18.655309677124023],[-120.38261413574219,18.670473098754883],[-120.38605499267578,18.685638427734375],[-120.38949584960938,18.7008056640625],[-120.3929443359375,18.715974807739258],[-120.39640045166016,18.73114585876465],[-120.39985656738281,18.746320724487305],[-120.4033203125,18.761497497558594],[-120.40678405761719,18.776674270629883],[-120.41024780273438,18.791854858398438],[-120.41372680664062,18.807037353515625],[-120.41719818115234,18.822223663330078],[-120.42068481445312,18.837411880493164],[-120.4241714477539,18.852602005004883],[-120.42765808105469,18.867794036865234],[-120.43115234375,18.88298797607422],[-120.43464660644531,18.898183822631836],[-120.43814849853516,18.913381576538086],[-120.44165802001953,18.9285831451416],[-120.4451675415039,18.94378662109375],[-120.44867706298828,18.95899200439453],[-120.45220184326172,18.974199295043945],[-120.45571899414062,18.989408493041992],[-120.4592514038086,19.004621505737305],[-120.46277618408203,19.01983642578125],[-120.46631622314453,19.035053253173828],[-120.46985626220703,19.05027198791504],[-120.47339630126953,19.065494537353516],[-120.47694396972656,19.080717086791992],[-120.48049926757812,19.095943450927734],[-120.48405456542969,19.11117172241211],[-120.48760986328125,19.126401901245117],[-120.49117279052734,19.141633987426758],[-120.49474334716797,19.156869888305664],[-120.4983139038086,19.17210578918457],[-120.50189208984375,19.187345504760742],[-120.50547790527344,19.202590942382812],[-120.5090560913086,19.21783447265625],[-120.51264953613281,19.23307991027832],[-120.51624298095703,19.248329162597656],[-120.51984405517578,19.263580322265625],[-120.52344512939453,19.278833389282227],[-120.52704620361328,19.294090270996094],[-120.5306625366211,19.30934715270996],[-120.53427124023438,19.324607849121094],[-120.53789520263672,19.33987045288086],[-120.54151916503906,19.35513687133789],[-120.5451431274414,19.370403289794922],[-120.54878234863281,19.38567543029785],[-120.55242156982422,19.40094757080078],[-120.55606079101562,19.416221618652344],[-120.55970764160156,19.431499481201172],[-120.5633544921875,19.44677734375],[-120.56700897216797,19.462059020996094],[-120.57066345214844,19.47734260559082],[-120.57432556152344,19.492630004882812],[-120.57798767089844,19.507917404174805],[-120.5816650390625,19.523208618164062],[-120.58533477783203,19.538501739501953],[-120.5890121459961,19.553800582885742],[-120.59269714355469,19.5690975189209],[-120.59638214111328,19.58439826965332],[-120.6000747680664,19.599700927734375],[-120.60377502441406,19.615007400512695],[-120.60747528076172,19.630313873291016],[-120.61117553710938,19.6456241607666],[-120.6148910522461,19.66093635559082],[-120.61859893798828,19.676250457763672],[-120.62232208251953,19.69156837463379],[-120.62603759765625,19.706890106201172],[-120.62976837158203,19.722211837768555],[-120.63349914550781,19.73753547668457],[-120.63723754882812,19.75286293029785],[-120.64097595214844,19.768192291259766],[-120.64471435546875,19.783523559570312],[-120.64846801757812,19.798858642578125],[-120.6522216796875,19.814193725585938],[-120.65597534179688,19.829532623291016],[-120.65973663330078,19.844877243041992],[-120.66350555419922,19.860219955444336],[-120.66727447509766,19.875566482543945],[-120.67105102539062,19.890914916992188],[-120.6748275756836,19.906265258789062],[-120.6786117553711,19.921619415283203],[-120.6823959350586,19.936975479125977],[-120.68618774414062,19.952333450317383],[-120.68998718261719,19.967695236206055],[-120.69378662109375,19.983057022094727],[-120.69759368896484,19.998422622680664],[-120.70140075683594,20.0137939453125],[-120.70521545410156,20.029163360595703],[-120.70903778076172,20.044536590576172],[-120.71286010742188,20.059913635253906],[-120.71669006347656,20.07529067993164],[-120.72052764892578,20.09067153930664],[-120.724365234375,20.106054306030273],[-120.72821044921875,20.12143898010254],[-120.7320556640625,20.13682746887207],[-120.73590087890625,20.152217864990234],[-120.73976135253906,20.167612075805664],[-120.74361419677734,20.183008193969727],[-120.74748229980469,20.198406219482422],[-120.75135040283203,20.21380615234375],[-120.75521850585938,20.229209899902344],[-120.75910186767578,20.24461555480957],[-120.76297760009766,20.26002311706543],[-120.7668685913086,20.275432586669922],[-120.77075958251953,20.29084587097168],[-120.77465057373047,20.30626106262207],[-120.77854919433594,20.321680068969727],[-120.78245544433594,20.337100982666016],[-120.78636932373047,20.35252571105957],[-120.790283203125,20.367950439453125],[-120.79419708251953,20.383378982543945],[-120.7981185913086,20.3988094329834],[-120.80204772949219,20.414241790771484],[-120.80597686767578,20.429677963256836],[-120.8099136352539,20.44511604309082],[-120.81385803222656,20.46055793762207],[-120.81780242919922,20.47599983215332],[-120.8217544555664,20.491445541381836],[-120.8257064819336,20.506895065307617],[-120.82966613769531,20.52234649658203],[-120.83362579345703,20.53780174255371],[-120.83760070800781,20.55325698852539],[-120.84156799316406,20.568716049194336],[-120.84555053710938,20.584177017211914],[-120.84953308105469,20.599641799926758],[-120.853515625,20.6151065826416],[-120.85750579833984,20.630577087402344],[-120.86150360107422,20.646047592163086],[-120.86550903320312,20.661521911621094],[-120.86951446533203,20.676998138427734],[-120.87351989746094,20.69247817993164],[-120.8775405883789,20.707962036132812],[-120.88155364990234,20.723445892333984],[-120.88558197021484,20.738933563232422],[-120.88961029052734,20.754423141479492],[-120.89364624023438,20.769914627075195],[-120.8976821899414,20.785409927368164],[-120.90172576904297,20.800907135009766],[-120.90576934814453,20.816408157348633],[-120.90982055664062,20.831911087036133],[-120.91387939453125,20.847415924072266],[-120.9179458618164,20.862924575805664],[-120.92201232910156,20.878437042236328],[-120.92607879638672,20.893949508666992],[-120.9301528930664,20.909465789794922],[-120.93423461914062,20.924983978271484],[-120.9383316040039,20.940505981445312],[-120.94242095947266,20.956029891967773],[-120.94651794433594,20.971555709838867],[-120.95061492919922,20.987085342407227],[-120.95471954345703,21.00261688232422],[-120.95882415771484,21.018152236938477],[-120.96294403076172,21.033689498901367],[-120.96705627441406,21.049230575561523],[-120.97118377685547,21.064773559570312],[-120.97531127929688,21.080318450927734],[-120.97944641113281,21.09586524963379],[-120.98358154296875,21.11141586303711],[-120.98772430419922,21.126968383789062],[-120.99187469482422,21.14252471923828],[-120.99602508544922,21.158082962036133],[-121.00018310546875,21.17364501953125],[-121.00434112548828,21.189210891723633],[-121.00850677490234,21.204776763916016],[-121.01268005371094,21.220346450805664],[-121.01686096191406,21.235918045043945],[-121.02104187011719,21.251493453979492],[-121.02522277832031,21.267070770263672],[-121.0294189453125,21.282649993896484],[-121.03361511230469,21.298233032226562],[-121.03781127929688,21.313817977905273],[-121.0420150756836,21.32940673828125],[-121.04622650146484,21.34499740600586],[-121.05044555664062,21.360593795776367],[-121.0546646118164,21.376190185546875],[-121.05889129638672,21.391788482666016],[-121.06311798095703,21.407390594482422],[-121.06735229492188,21.42299461364746],[-121.07159423828125,21.438602447509766],[-121.07583618164062,21.454212188720703],[-121.08008575439453,21.469825744628906],[-121.08434295654297,21.485441207885742],[-121.0886001586914,21.501060485839844],[-121.09286499023438,21.516681671142578],[-121.09713745117188,21.532304763793945],[-121.10140991210938,21.547931671142578],[-121.1056900024414,21.563562393188477],[-121.10997009277344,21.579195022583008],[-121.11426544189453,21.594829559326172],[-121.1185531616211,21.6104679107666],[-121.12285614013672,21.626108169555664],[-121.12715911865234,21.641752243041992],[-121.1314697265625,21.657398223876953],[-121.13578033447266,21.67304801940918],[-121.14009857177734,21.68869972229004],[-121.14442443847656,21.70435333251953],[-121.14875793457031,21.72001075744629],[-121.15309143066406,21.73567008972168],[-121.15742492675781,21.751333236694336],[-121.16177368164062,21.76700210571289],[-121.16612243652344,21.782670974731445],[-121.17047882080078,21.798341751098633],[-121.17483520507812,21.814016342163086],[-121.17919921875,21.829692840576172],[-121.18357849121094,21.845373153686523],[-121.18795013427734,21.861055374145508],[-121.19232940673828,21.876741409301758],[-121.19671630859375,21.89242935180664],[-121.20110321044922,21.90812110900879],[-121.20549774169922,21.92381477355957],[-121.20989990234375,21.939512252807617],[-121.21430206298828,21.95521354675293],[-121.21871185302734,21.970916748046875],[-121.22312927246094,21.986621856689453],[-121.22755432128906,22.002330780029297],[-121.23197937011719,22.018041610717773],[-121.23640441894531,22.033756256103516],[-121.2408447265625,22.04947280883789],[-121.24528503417969,22.0651912689209],[-121.2497329711914,22.080915451049805],[-121.25418090820312,22.096641540527344],[-121.25863647460938,22.112369537353516],[-121.26309967041016,22.128103256225586],[-121.26756286621094,22.143836975097656],[-121.27203369140625,22.159574508666992],[-121.2765121459961,22.17531394958496],[-121.28099822998047,22.191057205200195],[-121.28548431396484,22.206802368164062],[-121.28997802734375,22.222551345825195],[-121.29447174072266,22.238304138183594],[-121.29898071289062,22.254058837890625],[-121.3034896850586,22.26981544494629],[-121.30799865722656,22.28557586669922],[-121.31251525878906,22.301342010498047],[-121.3170394897461,22.317108154296875],[-121.32157135009766,22.33287811279297],[-121.32610321044922,22.348649978637695],[-121.33064270019531,22.364425659179688],[-121.33518981933594,22.380203247070312],[-121.3397445678711,22.395984649658203],[-121.34429931640625,22.411767959594727],[-121.3488540649414,22.427555084228516],[-121.35342407226562,22.44334602355957],[-121.35799407958984,22.45914077758789],[-121.3625717163086,22.47493553161621],[-121.36715698242188,22.49073600769043],[-121.37174224853516,22.50653648376465],[-121.37633514404297,22.522342681884766],[-121.38093566894531,22.538150787353516],[-121.38553619384766,22.5539608001709],[-121.39014434814453,22.569774627685547],[-121.39476013183594,22.58559226989746],[-121.39938354492188,22.601411819458008],[-121.40401458740234,22.617233276367188],[-121.40863800048828,22.6330623626709],[-121.41327667236328,22.64889144897461],[-121.41791534423828,22.664722442626953],[-121.42256164550781,22.680557250976562],[-121.42721557617188,22.696395874023438],[-121.43186950683594,22.712236404418945],[-121.43653869628906,22.72808074951172],[-121.44120025634766,22.743927001953125],[-121.44587707519531,22.759777069091797],[-121.45055389404297,22.775630950927734],[-121.45523834228516,22.791486740112305],[-121.45993041992188,22.80734634399414],[-121.4646224975586,22.823209762573242],[-121.46932220458984,22.839075088500977],[-121.47402954101562,22.854942321777344],[-121.47874450683594,22.870813369750977],[-121.48345947265625,22.886688232421875],[-121.4881820678711,22.90256690979004],[-121.49291229248047,22.918447494506836],[-121.49764251708984,22.934329986572266],[-121.50238037109375,22.95021629333496],[-121.50712585449219,22.966106414794922],[-121.51187896728516,22.98200035095215],[-121.51663208007812,22.997896194458008],[-121.52139282226562,23.013795852661133],[-121.52616119384766,23.029699325561523],[-121.53092956542969,23.045604705810547],[-121.53571319580078,23.061511993408203],[-121.54049682617188,23.077423095703125],[-121.54528045654297,23.093338012695312],[-121.55007934570312,23.109256744384766],[-121.55487823486328,23.12517738342285],[-121.55968475341797,23.141101837158203],[-121.56449127197266,23.157028198242188],[-121.5693130493164,23.172958374023438],[-121.57413482666016,23.188892364501953],[-121.5789566040039,23.204830169677734],[-121.58379364013672,23.22076988220215],[-121.58863067626953,23.236711502075195],[-121.59347534179688,23.25265884399414],[-121.59832763671875,23.26860809326172],[-121.60318756103516,23.28455924987793],[-121.60804748535156,23.300514221191406],[-121.6129150390625,23.31647300720215],[-121.61779022216797,23.332435607910156],[-121.62266540527344,23.348400115966797],[-121.62754821777344,23.364368438720703],[-121.63243865966797,23.380338668823242],[-121.63733673095703,23.396316528320312],[-121.6422348022461,23.41229248046875],[-121.64714813232422,23.428274154663086],[-121.65206146240234,23.444257736206055],[-121.65697479248047,23.46024513244629],[-121.66190338134766,23.47623634338379],[-121.66683197021484,23.492229461669922],[-121.67176818847656,23.50822639465332],[-121.67671966552734,23.52422523498535],[-121.6816635131836,23.54022979736328],[-121.68661499023438,23.556236267089844],[-121.69157409667969,23.57224464416504],[-121.69654083251953,23.588260650634766],[-121.7015151977539,23.604276657104492],[-121.70648956298828,23.620296478271484],[-121.71147155761719,23.63631820678711],[-121.71646118164062,23.65234375],[-121.72145080566406,23.668373107910156],[-121.72644805908203,23.684406280517578],[-121.73146057128906,23.700441360473633],[-121.73646545410156,23.716480255126953],[-121.74148559570312,23.73252296447754],[-121.74650573730469,23.748567581176758],[-121.75154113769531,23.764619827270508],[-121.7565689086914,23.780670166015625],[-121.76161193847656,23.79672622680664],[-121.76666259765625,23.81278419494629],[-121.77171325683594,23.828845977783203],[-121.77677154541016,23.844911575317383],[-121.7818374633789,23.860980987548828],[-121.78690338134766,23.877052307128906],[-121.79198455810547,23.89312744140625],[-121.79706573486328,23.90920639038086],[-121.80215454101562,23.925289154052734],[-121.80724334716797,23.941373825073242],[-121.81234741210938,23.957462310791016],[-121.81745147705078,23.973554611206055],[-121.82256317138672,23.989648818969727],[-121.82768249511719,24.005746841430664],[-121.83280181884766,24.021848678588867],[-121.83793640136719,24.037954330444336],[-121.84307098388672,24.054061889648438],[-121.84821319580078,24.070175170898438],[-121.85336303710938,24.086292266845703],[-121.85851287841797,24.10240936279297],[-121.86367797851562,24.118532180786133],[-121.86884307861328,24.13465690612793],[-121.87401580810547,24.150785446166992],[-121.87918853759766,24.16691780090332],[-121.8843765258789,24.18305206298828],[-121.88957214355469,24.19919204711914],[-121.89476776123047,24.215333938598633],[-121.89997100830078,24.23147964477539],[-121.90518188476562,24.247629165649414],[-121.91039276123047,24.263782501220703],[-121.91561889648438,24.279937744140625],[-121.92084503173828,24.296096801757812],[-121.92607879638672,24.312259674072266],[-121.93131256103516,24.32842445373535],[-121.93656158447266,24.344594955444336],[-121.94181060791016,24.360767364501953],[-121.94706726074219,24.376943588256836],[-121.95233154296875,24.393123626708984],[-121.95760345458984,24.4093074798584],[-121.96288299560547,24.425493240356445],[-121.9681625366211,24.44168472290039],[-121.97344970703125,24.45787811279297],[-121.97874450683594,24.47407341003418],[-121.98404693603516,24.49027442932129],[-121.9893569946289,24.50647735595703],[-121.99466705322266,24.522686004638672],[-121.99998474121094,24.538896560668945],[-122.00531005859375,24.555110931396484],[-122.0106430053711,24.57132911682129],[-122.01598358154297,24.58755111694336],[-122.02133178710938,24.603775024414062],[-122.02667999267578,24.62000274658203],[-122.03203582763672,24.6362361907959],[-122.03739929199219,24.652469635009766],[-122.04277038574219,24.66870880126953],[-122.04814910888672,24.684951782226562],[-122.05352783203125,24.701196670532227],[-122.05892181396484,24.717445373535156],[-122.06431579589844,24.73369789123535],[-122.06971740722656,24.749956130981445],[-122.07512664794922,24.766216278076172],[-122.0805435180664,24.782480239868164],[-122.0859603881836,24.79874610900879],[-122.09138488769531,24.815017700195312],[-122.0968246459961,24.83129119873047],[-122.10226440429688,24.84756851196289],[-122.10771179199219,24.863849639892578],[-122.1131591796875,24.88013458251953],[-122.1186294555664,24.896421432495117],[-122.12409210205078,24.9127140045166],[-122.12957000732422,24.92900848388672],[-122.13504791259766,24.945310592651367],[-122.14053344726562,24.961612701416016],[-122.14602661132812,24.97791862487793],[-122.15151977539062,24.99422836303711],[-122.15702819824219,25.010541915893555],[-122.16253662109375,25.026857376098633],[-122.16805267333984,25.04317855834961],[-122.17357635498047,25.05950355529785],[-122.17910766601562,25.075830459594727],[-122.18464660644531,25.092161178588867],[-122.19019317626953,25.108495712280273],[-122.19573974609375,25.124835968017578],[-122.20130157470703,25.14118003845215],[-122.20686340332031,25.15752410888672],[-122.21243286132812,25.173873901367188],[-122.21800994873047,25.190227508544922],[-122.22359466552734,25.206584930419922],[-122.22918701171875,25.222944259643555],[-122.23477935791016,25.239309310913086],[-122.24038696289062,25.25567626953125],[-122.2459945678711,25.27204704284668],[-122.2516098022461,25.288423538208008],[-122.25723266601562,25.30480194091797],[-122.26286315917969,25.321184158325195],[-122.26850128173828,25.33757209777832],[-122.2741470336914,25.353961944580078],[-122.27979278564453,25.3703556060791],[-122.28545379638672,25.38675308227539],[-122.2911148071289,25.403154373168945],[-122.29678344726562,25.419557571411133],[-122.30245971679688,25.43596649169922],[-122.30814361572266,25.45237922668457],[-122.31383514404297,25.468793869018555],[-122.31953430175781,25.485214233398438],[-122.32523345947266,25.501638412475586],[-122.33094787597656,25.518064498901367],[-122.33666229248047,25.534494400024414],[-122.34239196777344,25.550931930541992],[-122.3481216430664,25.56736946105957],[-122.3538589477539,25.583812713623047],[-122.35960388183594,25.600257873535156],[-122.3653564453125,25.61670684814453],[-122.3711166381836,25.633159637451172],[-122.37687683105469,25.64961814880371],[-122.38265228271484,25.666078567504883],[-122.388427734375,25.68254280090332],[-122.39421844482422,25.699010848999023],[-122.40000915527344,25.715484619140625],[-122.40580749511719,25.73196029663086],[-122.41161346435547,25.74843978881836],[-122.41742706298828,25.764923095703125],[-122.42324829101562,25.781410217285156],[-122.4290771484375,25.797901153564453],[-122.4349136352539,25.81439971923828],[-122.44075775146484,25.83089828491211],[-122.44660186767578,25.847400665283203],[-122.45246124267578,25.863906860351562],[-122.45832824707031,25.880416870117188],[-122.46420288085938,25.89693260192871],[-122.47007751464844,25.913450241088867],[-122.47595977783203,25.92997169494629],[-122.48184967041016,25.94649887084961],[-122.48774719238281,25.963027954101562],[-122.49365234375,25.97956085205078],[-122.49956512451172,25.9960994720459],[-122.50548553466797,26.01263999938965],[-122.51140594482422,26.029186248779297],[-122.51734161376953,26.045734405517578],[-122.52328491210938,26.062288284301758],[-122.52922821044922,26.07884407043457],[-122.53518676757812,26.095407485961914],[-122.54114532470703,26.11197280883789],[-122.54711151123047,26.1285400390625],[-122.55309295654297,26.145112991333008],[-122.55907440185547,26.16168975830078],[-122.5650634765625,26.17827033996582],[-122.57106018066406,26.194854736328125],[-122.57706451416016,26.211442947387695],[-122.58307647705078,26.22803497314453],[-122.58909606933594,26.244630813598633],[-122.59512329101562,26.261232376098633],[-122.60115814208984,26.277835845947266],[-122.6072006225586,26.294443130493164],[-122.61325073242188,26.311058044433594],[-122.61930084228516,26.327672958374023],[-122.6253662109375,26.34429359436035],[-122.63143920898438,26.360918045043945],[-122.63751220703125,26.377546310424805],[-122.64360046386719,26.39417839050293],[-122.64968872070312,26.41081428527832],[-122.65579223632812,26.427453994750977],[-122.66189575195312,26.4440975189209],[-122.66800689697266,26.460744857788086],[-122.67413330078125,26.477397918701172],[-122.68025970458984,26.494054794311523],[-122.68639373779297,26.51071548461914],[-122.69254302978516,26.527379989624023],[-122.69869232177734,26.544048309326172],[-122.70484924316406,26.560720443725586],[-122.71101379394531,26.577396392822266],[-122.71719360351562,26.59407615661621],[-122.72337341308594,26.610761642456055],[-122.72956085205078,26.62744903564453],[-122.73575592041016,26.644142150878906],[-122.74195861816406,26.660839080810547],[-122.7481689453125,26.677541732788086],[-122.75438690185547,26.694246292114258],[-122.76061248779297,26.710954666137695],[-122.76685333251953,26.72766876220703],[-122.7730941772461,26.744384765625],[-122.77934265136719,26.761106491088867],[-122.78559875488281,26.77783203125],[-122.79186248779297,26.7945613861084],[-122.79813385009766,26.811294555664062],[-122.80441284179688,26.828031539916992],[-122.81069946289062,26.84477424621582],[-122.8169937133789,26.86151885986328],[-122.82329559326172,26.878271102905273],[-122.82960510253906,26.8950252532959],[-122.83592224121094,26.911785125732422],[-122.84224700927734,26.928546905517578],[-122.84858703613281,26.945314407348633],[-122.85492706298828,26.96208381652832],[-122.86127471923828,26.978858947753906],[-122.86763000488281,26.995637893676758],[-122.87399291992188,27.012422561645508],[-122.88036346435547,27.02920913696289],[-122.8867416381836,27.046001434326172],[-122.89312744140625,27.06279754638672],[-122.89952087402344,27.07959747314453],[-122.90592193603516,27.096405029296875],[-122.91233825683594,27.11321258544922],[-122.91875457763672,27.13002586364746],[-122.92517852783203,27.14684295654297],[-122.93161010742188,27.163663864135742],[-122.93805694580078,27.180490493774414],[-122.94450378417969,27.19731903076172],[-122.95096588134766,27.214153289794922],[-122.95742797851562,27.230993270874023],[-122.96389770507812,27.247835159301758],[-122.97038269042969,27.26468276977539],[-122.97686767578125,27.281532287597656],[-122.98336791992188,27.29838752746582],[-122.98987579345703,27.315248489379883],[-122.99638366699219,27.33211326599121],[-123.0029067993164,27.348981857299805],[-123.00943756103516,27.365854263305664],[-123.01597595214844,27.382732391357422],[-123.02251434326172,27.399612426757812],[-123.02906799316406,27.4164981842041],[-123.03562927246094,27.43338966369629],[-123.04219818115234,27.45028305053711],[-123.04877471923828,27.467182159423828],[-123.05536651611328,27.484085083007812],[-123.06195831298828,27.500991821289062],[-123.06855773925781,27.517902374267578],[-123.07516479492188,27.534818649291992],[-123.081787109375,27.551738739013672],[-123.08840942382812,27.56866455078125],[-123.09504699707031,27.585594177246094],[-123.1016845703125,27.602527618408203],[-123.10833740234375,27.61946678161621],[-123.11499786376953,27.636409759521484],[-123.12166595458984,27.65335464477539],[-123.12833404541016,27.670307159423828],[-123.13502502441406,27.6872615814209],[-123.14171600341797,27.704221725463867],[-123.14842224121094,27.7211856842041],[-123.1551284790039,27.738155364990234],[-123.1618423461914,27.755128860473633],[-123.16857147216797,27.772106170654297],[-123.17530059814453,27.789087295532227],[-123.18204498291016,27.806074142456055],[-123.18878936767578,27.82306480407715],[-123.19554901123047,27.84006118774414],[-123.20231628417969,27.857059478759766],[-123.20909118652344,27.874065399169922],[-123.21587371826172,27.89107322692871],[-123.22266387939453,27.9080867767334],[-123.22946166992188,27.92510414123535],[-123.23627471923828,27.942129135131836],[-123.24308776855469,27.959156036376953],[-123.24991607666016,27.976186752319336],[-123.25675201416016,27.993223190307617],[-123.26358795166016,28.010263442993164],[-123.27043914794922,28.027307510375977],[-123.27729797363281,28.044357299804688],[-123.28417205810547,28.061410903930664],[-123.29104614257812,28.07847023010254],[-123.29792785644531,28.09553337097168],[-123.30482482910156,28.112600326538086],[-123.31172180175781,28.12967300415039],[-123.31863403320312,28.14674949645996],[-123.32555389404297,28.163829803466797],[-123.33248138427734,28.18091583251953],[-123.33941650390625,28.19800567626953],[-123.34636688232422,28.21510124206543],[-123.35331726074219,28.232202529907227],[-123.36028289794922,28.24930763244629],[-123.36724853515625,28.266416549682617],[-123.37422943115234,28.28352928161621],[-123.38121795654297,28.300647735595703],[-123.38821411132812,28.31777000427246],[-123.39522552490234,28.334897994995117],[-123.40223693847656,28.35202980041504],[-123.40926361083984,28.36916732788086],[-123.41629791259766,28.386308670043945],[-123.42333221435547,28.403453826904297],[-123.43038940429688,28.420604705810547],[-123.43744659423828,28.437759399414062],[-123.44451141357422,28.454919815063477],[-123.45159149169922,28.472084045410156],[-123.45867156982422,28.489255905151367],[-123.46576690673828,28.50642967224121],[-123.47286987304688,28.523609161376953],[-123.47998809814453,28.54079246520996],[-123.48710632324219,28.557979583740234],[-123.49423217773438,28.575172424316406],[-123.50137329101562,28.592370986938477],[-123.5085220336914,28.609573364257812],[-123.51567840576172,28.626779556274414],[-123.52284240722656,28.643991470336914],[-123.53002166748047,28.661209106445312],[-123.5372085571289,28.678430557250977],[-123.54439544677734,28.695655822753906],[-123.55159759521484,28.712886810302734],[-123.55882263183594,28.73012351989746],[-123.5660400390625,28.747365951538086],[-123.57327270507812,28.764610290527344],[-123.58050537109375,28.7818603515625],[-123.58775329589844,28.799116134643555],[-123.59501647949219,28.816375732421875],[-123.60227966308594,28.83363914489746],[-123.60955810546875,28.850908279418945],[-123.61683654785156,28.868183135986328],[-123.62413024902344,28.885461807250977],[-123.63143920898438,28.902746200561523],[-123.63874816894531,28.920034408569336],[-123.64607238769531,28.937328338623047],[-123.65340423583984,28.954626083374023],[-123.6607437133789,28.9719295501709],[-123.6680908203125,28.989240646362305],[-123.67545318603516,29.006553649902344],[-123.68281555175781,29.02387046813965],[-123.69019317626953,29.04119300842285],[-123.69758605957031,29.058521270751953],[-123.7049789428711,29.07585334777832],[-123.71238708496094,29.093191146850586],[-123.71980285644531,29.11053466796875],[-123.72722625732422,29.12788200378418],[-123.73465728759766,29.145233154296875],[-123.74210357666016,29.16259002685547],[-123.74955749511719,29.17995262145996],[-123.75701904296875,29.19732093811035],[-123.76448822021484,29.21469497680664],[-123.77197265625,29.232070922851562],[-123.77946472167969,29.249452590942383],[-123.7869644165039,29.2668399810791],[-123.79447174072266,29.28423309326172],[-123.80199432373047,29.3016300201416],[-123.80952453613281,29.31903076171875],[-123.81706237792969,29.33643913269043],[-123.82461547851562,29.353851318359375],[-123.83216857910156,29.371267318725586],[-123.83973693847656,29.388690948486328],[-123.84732055664062,29.406116485595703],[-123.85490417480469,29.42354965209961],[-123.86250305175781,29.440988540649414],[-123.87010955810547,29.458431243896484],[-123.87773895263672,29.47587776184082],[-123.88536071777344,29.493330001831055],[-123.89299774169922,29.510787963867188],[-123.90064239501953,29.52825164794922],[-123.9083023071289,29.545719146728516],[-123.91596984863281,29.56319236755371],[-123.92364501953125,29.580669403076172],[-123.93132781982422,29.59815216064453],[-123.93902587890625,29.61564064025879],[-123.94673156738281,29.633134841918945],[-123.9544448852539,29.650632858276367],[-123.96217346191406,29.66813850402832],[-123.96990966796875,29.685646057128906],[-123.97765350341797,29.703161239624023],[-123.98541259765625,29.720680236816406],[-123.99317169189453,29.738203048706055],[-124.0009536743164,29.755733489990234],[-124.00873565673828,29.77326774597168],[-124.01653289794922,29.790807723999023],[-124.02433776855469,29.808351516723633],[-124.03215789794922,29.825902938842773],[-124.03997802734375,29.84345817565918],[-124.04782104492188,29.861019134521484],[-124.0556640625,29.878583908081055],[-124.06352233886719,29.896156311035156],[-124.0713882446289,29.913732528686523],[-124.07926177978516,29.931312561035156],[-124.08715057373047,29.948902130126953],[-124.09504699707031,29.966493606567383],[-124.10295867919922,29.98409080505371],[-124.11087799072266,30.001693725585938],[-124.11880493164062,30.019302368164062],[-124.12674713134766,30.036914825439453],[-124.13469696044922,30.054533004760742],[-124.14265441894531,30.07215690612793],[-124.15062713623047,30.089786529541016],[-124.15860748291016,30.107419967651367],[-124.16659545898438,30.12506103515625],[-124.17459869384766,30.1427059173584],[-124.18260955810547,30.160356521606445],[-124.19062805175781,30.17801284790039],[-124.19866180419922,30.1956729888916],[-124.20671081542969,30.21333885192871],[-124.21475982666016,30.23101234436035],[-124.22282409667969,30.248689651489258],[-124.23090362548828,30.26637077331543],[-124.23898315429688,30.284061431884766],[-124.24708557128906,30.301755905151367],[-124.25518798828125,30.319454193115234],[-124.2633056640625,30.337158203125],[-124.27143859863281,30.354867935180664],[-124.27957916259766,30.372583389282227],[-124.28773498535156,30.390304565429688],[-124.29589080810547,30.408029556274414],[-124.30406188964844,30.425762176513672],[-124.31224822998047,30.443498611450195],[-124.3204345703125,30.461240768432617],[-124.32864379882812,30.478988647460938],[-124.33685302734375,30.496742248535156],[-124.34508514404297,30.514501571655273],[-124.35331726074219,30.53226661682129],[-124.36156463623047,30.55003547668457],[-124.36981964111328,30.567811965942383],[-124.37808990478516,30.58559226989746],[-124.38636779785156,30.603378295898438],[-124.39466094970703,30.621170043945312],[-124.40296173095703,30.638967514038086],[-124.4112777709961,30.65677261352539],[-124.41960144042969,30.67458152770996],[-124.42793273925781,30.69239616394043],[-124.436279296875,30.710216522216797],[-124.44464111328125,30.728042602539062],[-124.45301055908203,30.745872497558594],[-124.46138763427734,30.763710021972656],[-124.46977996826172,30.781551361083984],[-124.47817993164062,30.799400329589844],[-124.48658752441406,30.81725311279297],[-124.4950180053711,30.835113525390625],[-124.50344848632812,30.852977752685547],[-124.51189422607422,30.870847702026367],[-124.52035522460938,30.88872528076172],[-124.52882385253906,30.906606674194336],[-124.53730773925781,30.92449378967285],[-124.5457992553711,30.942386627197266],[-124.5542984008789,30.96028709411621],[-124.56281280517578,30.978193283081055],[-124.57134246826172,30.996103286743164],[-124.57987976074219,31.014019012451172],[-124.58842468261719,31.031940460205078],[-124.59698486328125,31.049867630004883],[-124.60556030273438,31.06780242919922],[-124.61414337158203,31.08574104309082],[-124.62273406982422,31.10368537902832],[-124.63134002685547,31.12163543701172],[-124.63996124267578,31.13959312438965],[-124.64859008789062,31.157554626464844],[-124.65723419189453,31.175521850585938],[-124.66588592529297,31.193496704101562],[-124.67455291748047,31.211475372314453],[-124.6832275390625,31.229461669921875],[-124.6919174194336,31.247451782226562],[-124.70061492919922,31.265451431274414],[-124.70933532714844,31.28345489501953],[-124.71805572509766,31.301462173461914],[-124.72679138183594,31.319477081298828],[-124.73553466796875,31.33749771118164],[-124.74429321289062,31.35552406311035],[-124.75306701660156,31.37355613708496],[-124.76184844970703,31.39159393310547],[-124.77064514160156,31.409639358520508],[-124.77944946289062,31.427688598632812],[-124.78826904296875,31.445743560791016],[-124.7970962524414,31.46380615234375],[-124.80593872070312,31.481874465942383],[-124.8147964477539,31.499948501586914],[-124.82366180419922,31.518028259277344],[-124.8325424194336,31.536115646362305],[-124.8414306640625,31.55420684814453],[-124.85033416748047,31.572303771972656],[-124.85924530029297,31.590408325195312],[-124.86817169189453,31.608516693115234],[-124.87711334228516,31.626632690429688],[-124.88606262207031,31.64475440979004],[-124.89502716064453,31.66288185119629],[-124.90400695800781,31.681015014648438],[-124.91299438476562,31.699155807495117],[-124.9219970703125,31.717300415039062],[-124.9310073852539,31.73545265197754],[-124.94003295898438,31.753610610961914],[-124.94906616210938,31.771774291992188],[-124.95812225341797,31.789947509765625],[-124.9671859741211,31.808122634887695],[-124.97625732421875,31.826305389404297],[-124.98534393310547,31.844493865966797],[-124.99444580078125,31.862688064575195],[-125.00355529785156,31.880887985229492],[-125.01268005371094,31.89909553527832],[-125.0218276977539,31.917308807373047],[-125.03097534179688,31.935527801513672],[-125.0401382446289,31.953752517700195],[-125.04931640625,31.97198486328125],[-125.05850219726562,31.99022102355957],[-125.06770324707031,32.00846481323242],[-125.07691955566406,32.02671432495117],[-125.08614349365234,32.04497146606445],[-125.09538269042969,32.063236236572266],[-125.1046371459961,32.08150863647461],[-125.11389923095703,32.09978103637695],[-125.12317657470703,32.118064880371094],[-125.1324691772461,32.1363525390625],[-125.14176940917969,32.15464401245117],[-125.15108489990234,32.172943115234375],[-125.16041564941406,32.19124984741211],[-125.16976165771484,32.209564208984375],[-125.17911529541016,32.227882385253906],[-125.18848419189453,32.24620819091797],[-125.19786071777344,32.2645378112793],[-125.20726013183594,32.28287887573242],[-125.21666717529297,32.30121994018555],[-125.22608947753906,32.31957244873047],[-125.23552703857422,32.337928771972656],[-125.2449722290039,32.356292724609375],[-125.25443267822266,32.374664306640625],[-125.26390838623047,32.393043518066406],[-125.27339935302734,32.41142654418945],[-125.28289794921875,32.429813385009766],[-125.29241180419922,32.44820785522461],[-125.30193328857422,32.466609954833984],[-125.31147766113281,32.48501968383789],[-125.32102966308594,32.50343322753906],[-125.33059692382812,32.521854400634766],[-125.34017944335938,32.540283203125],[-125.34976959228516,32.558719635009766],[-125.35938262939453,32.5771598815918],[-125.36900329589844,32.595603942871094],[-125.37863159179688,32.61405944824219],[-125.3882827758789,32.63251876831055],[-125.39794158935547,32.65098571777344],[-125.40762329101562,32.669464111328125],[-125.41732025146484,32.68794250488281],[-125.42701721191406,32.70642852783203],[-125.43673706054688,32.72492218017578],[-125.44646453857422,32.74342346191406],[-125.45621490478516,32.76192855834961],[-125.46597290039062,32.78044128417969],[-125.47573852539062,32.7989616394043],[-125.48552703857422,32.81748580932617],[-125.49532318115234,32.836021423339844],[-125.50514221191406,32.85456085205078],[-125.51496887207031,32.873104095458984],[-125.52481079101562,32.891658782958984],[-125.53466796875,32.91021728515625],[-125.5445327758789,32.92878341674805],[-125.5544204711914,32.947357177734375],[-125.56431579589844,32.96593475341797],[-125.57422637939453,32.984519958496094],[-125.58415222167969,33.003116607666016],[-125.5940933227539,33.0217170715332],[-125.60404968261719,33.04032516479492],[-125.61402130126953,33.058937072753906],[-125.62400817871094,33.07755661010742],[-125.6340103149414,33.09618377685547],[-125.6440200805664,33.11481857299805],[-125.65404510498047,33.13345718383789],[-125.6640853881836,33.152103424072266],[-125.67414093017578,33.17075729370117],[-125.68421173095703,33.18941879272461],[-125.69429779052734,33.20808792114258],[-125.70439147949219,33.22676086425781],[-125.71450805664062,33.24544143676758],[-125.7246322631836,33.264129638671875],[-125.73477935791016,33.2828254699707],[-125.74493408203125,33.30152893066406],[-125.7551040649414,33.32023620605469],[-125.76529693603516,33.33895492553711],[-125.77549743652344,33.3576774597168],[-125.78571319580078,33.376407623291016],[-125.79594421386719,33.395145416259766],[-125.80619049072266,33.41389083862305],[-125.81645202636719,33.432640075683594],[-125.82672119140625,33.45139694213867],[-125.83702087402344,33.47016143798828],[-125.84732818603516,33.48893356323242],[-125.85765075683594,33.507713317871094],[-125.86798858642578,33.52649688720703],[-125.87833404541016,33.545291900634766],[-125.88870239257812,33.564090728759766],[-125.89908599853516,33.5828971862793],[-125.90947723388672,33.60171127319336],[-125.91989135742188,33.62053298950195],[-125.93031311035156,33.63936233520508],[-125.94075775146484,33.658199310302734],[-125.95121765136719,33.677040100097656],[-125.96168518066406,33.69588851928711],[-125.97217559814453,33.71474838256836],[-125.98268127441406,33.733612060546875],[-125.99319458007812,33.752479553222656],[-126.00373077392578,33.771358489990234],[-126.01428985595703,33.790245056152344],[-126.02485656738281,33.80913543701172],[-126.03543853759766,33.82803726196289],[-126.04602813720703,33.84694290161133],[-126.056640625,33.8658561706543],[-126.06726837158203,33.8847770690918],[-126.07791137695312,33.90370559692383],[-126.08856964111328,33.922645568847656],[-126.09925079345703,33.94158935546875],[-126.10993957519531,33.960540771484375],[-126.12064361572266,33.97949981689453],[-126.1313705444336,33.99846267700195],[-126.14210510253906,34.01743698120117],[-126.15286254882812,34.036415100097656],[-126.16362762451172,34.05540084838867],[-126.1744155883789,34.074398040771484],[-126.18521881103516,34.09339904785156],[-126.19603729248047,34.11240768432617],[-126.20687866210938,34.13142395019531],[-126.21773529052734,34.150447845458984],[-126.22859954833984,34.16947937011719],[-126.2394790649414,34.18851852416992],[-126.25038146972656,34.20756530761719],[-126.26129913330078,34.22662353515625],[-126.27223205566406,34.24568557739258],[-126.2831802368164,34.26475143432617],[-126.29414367675781,34.28382873535156],[-126.30512237548828,34.302913665771484],[-126.31612396240234,34.32200241088867],[-126.32714080810547,34.341102600097656],[-126.33816528320312,34.36021041870117],[-126.3492202758789,34.37932205200195],[-126.36028289794922,34.39844512939453],[-126.3713607788086,34.417572021484375],[-126.38246154785156,34.436710357666016],[-126.3935775756836,34.45585632324219],[-126.40470886230469,34.475006103515625],[-126.41586303710938,34.49416732788086],[-126.4270248413086,34.51333236694336],[-126.4382095336914,34.532508850097656],[-126.44940948486328,34.551692962646484],[-126.46062469482422,34.570884704589844],[-126.47185516357422,34.590084075927734],[-126.48310852050781,34.60928726196289],[-126.49437713623047,34.628501892089844],[-126.50566101074219,34.64772415161133],[-126.51696014404297,34.66695022583008],[-126.52828216552734,34.686187744140625],[-126.53961181640625,34.7054328918457],[-126.55096435546875,34.72468566894531],[-126.56233978271484,34.74394607543945],[-126.57372283935547,34.763214111328125],[-126.58512878417969,34.78248977661133],[-126.5965576171875,34.80177307128906],[-126.60800170898438,34.82106399536133],[-126.61946105957031,34.840362548828125],[-126.63093566894531,34.85966873168945],[-126.6424331665039,34.87898635864258],[-126.65393829345703,34.898311614990234],[-126.66546630859375,34.917640686035156],[-126.67701721191406,34.936981201171875],[-126.68858337402344,34.95632553100586],[-126.70016479492188,34.97568130493164],[-126.71176147460938,34.99504470825195],[-126.72338104248047,35.0144157409668],[-126.73501586914062,35.03379440307617],[-126.74666595458984,35.05318069458008],[-126.75833892822266,35.072574615478516],[-126.77002716064453,35.091976165771484],[-126.78173828125,35.11138916015625],[-126.79346466064453,35.13080596923828],[-126.80520629882812,35.15023422241211],[-126.81697082519531,35.16967010498047],[-126.8287582397461,35.189109802246094],[-126.84056091308594,35.208560943603516],[-126.85237884521484,35.228023529052734],[-126.86421203613281,35.24748992919922],[-126.87606811523438,35.2669677734375],[-126.887939453125,35.28645324707031],[-126.89983367919922,35.305946350097656],[-126.9117431640625,35.325443267822266],[-126.92367553710938,35.34495544433594],[-126.93562316894531,35.364471435546875],[-126.94758605957031,35.383995056152344],[-126.9595718383789,35.40353012084961],[-126.97157287597656,35.42306900024414],[-126.98359680175781,35.44261932373047],[-126.99564361572266,35.46217727661133],[-127.00769805908203,35.48174285888672],[-127.01978302001953,35.501319885253906],[-127.0318832397461,35.52090072631836],[-127.04399871826172,35.54049301147461],[-127.05613708496094,35.56009292602539],[-127.06829071044922,35.5797004699707],[-127.08047485351562,35.59931945800781],[-127.0926742553711,35.61894226074219],[-127.10488891601562,35.63857650756836],[-127.11711883544922,35.65821838378906],[-127.1293716430664,35.6778678894043],[-127.14164733886719,35.697532653808594],[-127.15393829345703,35.717201232910156],[-127.16625213623047,35.73687744140625],[-127.17858123779297,35.756561279296875],[-127.19093322753906,35.77625274658203],[-127.20330047607422,35.795955657958984],[-127.21569061279297,35.81566619873047],[-127.22810363769531,35.835384368896484],[-127.24053192138672,35.85511016845703],[-127.25298309326172,35.874847412109375],[-127.26545715332031,35.89459228515625],[-127.27794647216797,35.914344787597656],[-127.29045104980469,35.93410873413086],[-127.30298614501953,35.95387649536133],[-127.31554412841797,35.973655700683594],[-127.32810974121094,35.993446350097656],[-127.34070587158203,36.013240814208984],[-127.35331726074219,36.03304672241211],[-127.3659439086914,36.052860260009766],[-127.37860107421875,36.072689056396484],[-127.39127349853516,36.09252166748047],[-127.40396881103516,36.112361907958984],[-127.41667938232422,36.13220977783203],[-127.42941284179688,36.152069091796875],[-127.44216918945312,36.17193603515625],[-127.45494842529297,36.191810607910156],[-127.46774291992188,36.21169662475586],[-127.48056030273438,36.231590270996094],[-127.49340057373047,36.25149154663086],[-127.50625610351562,36.27140426635742],[-127.51913452148438,36.291324615478516],[-127.53203582763672,36.311256408691406],[-127.54496002197266,36.33119201660156],[-127.55790710449219,36.35114288330078],[-127.57087707519531,36.371097564697266],[-127.5838623046875,36.39106369018555],[-127.59687042236328,36.41103744506836],[-127.60990142822266,36.43102264404297],[-127.6229476928711,36.45101547241211],[-127.63601684570312,36.47101593017578],[-127.64911651611328,36.49102783203125],[-127.6622314453125,36.51104736328125],[-127.67536163330078,36.53107833862305],[-127.68852233886719,36.551116943359375],[-127.70170593261719,36.571163177490234],[-127.71490478515625,36.591224670410156],[-127.7281265258789,36.611289978027344],[-127.74137115478516,36.63136672973633],[-127.754638671875,36.651451110839844],[-127.76792907714844,36.67154312133789],[-127.78124237060547,36.691646575927734],[-127.7945785522461,36.71175765991211],[-127.80792999267578,36.73188018798828],[-127.82131958007812,36.752010345458984],[-127.834716796875,36.772151947021484],[-127.84814453125,36.792301177978516],[-127.86158752441406,36.812461853027344],[-127.87505340576172,36.8326301574707],[-127.8885498046875,36.852806091308594],[-127.90206146240234,36.87299346923828],[-127.91559600830078,36.893192291259766],[-127.92915344238281,36.91339874267578],[-127.94273376464844,36.933616638183594],[-127.95633697509766,36.95384216308594],[-127.969970703125,36.97407913208008],[-127.9836196899414,36.99432373046875],[-127.9972915649414,37.01457595825195],[-128.010986328125,37.03483963012695],[-128.0247039794922,37.05511474609375],[-128.0384521484375,37.07539749145508],[-128.05221557617188,37.09568786621094],[-128.06600952148438,37.115989685058594],[-128.07981872558594,37.13630294799805],[-128.09365844726562,37.15662384033203],[-128.10751342773438,37.17695617675781],[-128.1214141845703,37.197296142578125],[-128.13531494140625,37.217647552490234],[-128.1492462158203,37.238006591796875],[-128.1632080078125,37.25837707519531],[-128.17718505859375,37.27875518798828],[-128.19119262695312,37.29914474487305],[-128.20521545410156,37.31954574584961],[-128.21926879882812,37.33995819091797],[-128.23333740234375,37.36037826538086],[-128.2474365234375,37.38080978393555],[-128.26156616210938,37.401248931884766],[-128.2757110595703,37.421695709228516],[-128.28988647460938,37.44215393066406],[-128.3040771484375,37.462623596191406],[-128.31829833984375,37.48310470581055],[-128.33255004882812,37.50359344482422],[-128.34681701660156,37.52409362792969],[-128.36111450195312,37.54460144042969],[-128.37542724609375,37.565120697021484],[-128.3897705078125,37.58565139770508],[-128.40414428710938,37.6061897277832],[-128.4185333251953,37.626739501953125],[-128.43295288085938,37.64729690551758],[-128.44740295410156,37.667869567871094],[-128.4618682861328,37.68844985961914],[-128.4763641357422,37.70903778076172],[-128.4908905029297,37.72964096069336],[-128.50543212890625,37.75025177001953],[-128.52000427246094,37.770870208740234],[-128.53460693359375,37.79150390625],[-128.54922485351562,37.8121452331543],[-128.56387329101562,37.83279800415039],[-128.57855224609375,37.853458404541016],[-128.59324645996094,37.87413024902344],[-128.60797119140625,37.894813537597656],[-128.6227264404297,37.91550827026367],[-128.6374969482422,37.93621063232422],[-128.65231323242188,37.95692443847656],[-128.66712951660156,37.97765350341797],[-128.6820068359375,37.998390197753906],[-128.69688415527344,38.019134521484375],[-128.71180725097656,38.039894104003906],[-128.7267303466797,38.06066131591797],[-128.74169921875,38.08143615722656],[-128.75668334960938,38.10222625732422],[-128.77169799804688,38.123023986816406],[-128.7867431640625,38.14383316040039],[-128.80181884765625,38.16465377807617],[-128.81690979003906,38.18548583984375],[-128.83203125,38.20632553100586],[-128.84718322753906,38.227176666259766],[-128.86236572265625,38.248043060302734],[-128.8775634765625,38.26891326904297],[-128.89280700683594,38.289798736572266],[-128.90806579589844,38.31069564819336],[-128.92335510253906,38.331600189208984],[-128.93865966796875,38.35251998901367],[-128.95401000976562,38.37344741821289],[-128.96937561035156,38.394386291503906],[-128.98477172851562,38.41533660888672],[-129.0001983642578,38.43629455566406],[-129.01565551757812,38.45726776123047],[-129.03114318847656,38.478248596191406],[-129.04664611816406,38.499244689941406],[-129.06219482421875,38.52024841308594],[-129.0777587890625,38.541263580322266],[-129.09335327148438,38.56229019165039],[-129.10897827148438,38.58332824707031],[-129.1246337890625,38.604373931884766],[-129.1403045654297,38.62543487548828],[-129.15602111816406,38.646507263183594],[-129.17176818847656,38.6675910949707],[-129.18753051757812,38.688682556152344],[-129.2033233642578,38.70978927612305],[-129.21914672851562,38.73090362548828],[-129.23500061035156,38.75203323364258],[-129.25088500976562,38.773170471191406],[-129.2667999267578,38.7943229675293],[-129.28274536132812,38.81548309326172],[-129.29872131347656,38.8366584777832],[-129.31472778320312,38.85784149169922],[-129.33074951171875,38.8790397644043],[-129.34681701660156,38.900245666503906],[-129.3629150390625,38.92146682739258],[-129.3790283203125,38.94269561767578],[-129.3951873779297,38.96393585205078],[-129.41136169433594,38.985191345214844],[-129.42758178710938,39.0064582824707],[-129.44381713867188,39.027732849121094],[-129.46009826660156,39.04902267456055],[-129.4763946533203,39.07032012939453],[-129.49273681640625,39.09163284301758],[-129.50909423828125,39.11295700073242],[-129.52549743652344,39.13429641723633],[-129.5419158935547,39.155643463134766],[-129.55838012695312,39.177001953125],[-129.5748748779297,39.19837188720703],[-129.5913848876953,39.219757080078125],[-129.6079559326172,39.24114990234375],[-129.62454223632812,39.26255416870117],[-129.6411590576172,39.283973693847656],[-129.6577911376953,39.30540466308594],[-129.67446899414062,39.326847076416016],[-129.69117736816406,39.34830093383789],[-129.7079315185547,39.36976623535156],[-129.72470092773438,39.3912467956543],[-129.7415008544922,39.41273880004883],[-129.7583465576172,39.434242248535156],[-129.77520751953125,39.455753326416016],[-129.7921142578125,39.47727966308594],[-129.80905151367188,39.49882125854492],[-129.82601928710938,39.52037048339844],[-129.843017578125,39.541934967041016],[-129.86004638671875,39.56351089477539],[-129.87710571289062,39.58509826660156],[-129.89422607421875,39.6067008972168],[-129.91136169433594,39.62831497192383],[-129.92852783203125,39.64993667602539],[-129.9457244873047,39.671573638916016],[-129.96295166015625,39.6932258605957],[-129.980224609375,39.71488571166992],[-129.9975128173828,39.7365608215332],[-130.0148468017578,39.75824737548828],[-130.03221130371094,39.77994918823242],[-130.04962158203125,39.801658630371094],[-130.06704711914062,39.82338333129883],[-130.0845184326172,39.845123291015625],[-130.10202026367188,39.86687088012695],[-130.1195526123047,39.888633728027344],[-130.1371307373047,39.91040802001953],[-130.1547393798828,39.93219757080078],[-130.17237854003906,39.95399856567383],[-130.19004821777344,39.97581100463867],[-130.207763671875,39.99763870239258],[-130.2255096435547,40.01947784423828],[-130.2432861328125,40.04132843017578],[-130.2611083984375,40.063194274902344],[-130.27896118164062,40.0850715637207],[-130.29684448242188,40.106964111328125],[-130.3147735595703,40.128868103027344],[-130.33273315429688,40.15078353881836],[-130.35072326660156,40.17271041870117],[-130.36875915527344,40.19465255737305],[-130.38682556152344,40.216609954833984],[-130.40492248535156,40.23857879638672],[-130.42306518554688,40.260562896728516],[-130.4412384033203,40.28255844116211],[-130.45945739746094,40.304561614990234],[-130.4777069091797,40.32658386230469],[-130.49598693847656,40.3486213684082],[-130.51429748535156,40.370670318603516],[-130.53265380859375,40.392730712890625],[-130.55105590820312,40.41480255126953],[-130.56948852539062,40.436893463134766],[-130.5879669189453,40.4589958190918],[-130.60647583007812,40.48111343383789],[-130.62501525878906,40.503238677978516],[-130.6436004638672,40.5253791809082],[-130.6622314453125,40.54753875732422],[-130.68089294433594,40.569705963134766],[-130.6995849609375,40.59189224243164],[-130.71832275390625,40.61408615112305],[-130.7371063232422,40.636295318603516],[-130.75592041015625,40.65852355957031],[-130.7747802734375,40.68075942993164],[-130.79367065429688,40.7030143737793],[-130.8125762939453,40.72528076171875],[-130.83155822753906,40.74755859375],[-130.85057067871094,40.76985168457031],[-130.86961364746094,40.79216003417969],[-130.88870239257812,40.814483642578125],[-130.9078369140625,40.83681869506836],[-130.927001953125,40.859169006347656],[-130.9462127685547,40.881534576416016],[-130.9654541015625,40.90391159057617],[-130.98475646972656,40.92630386352539],[-131.0040740966797,40.94871139526367],[-131.02345275878906,40.97113037109375],[-131.04286193847656,40.993568420410156],[-131.06231689453125,41.016014099121094],[-131.08180236816406,41.038482666015625],[-131.10134887695312,41.06095886230469],[-131.12091064453125,41.08345413208008],[-131.14053344726562,41.105960845947266],[-131.16018676757812,41.128482818603516],[-131.17990112304688,41.15101623535156],[-131.19964599609375,41.17356872558594],[-131.2194366455078,41.19613265991211],[-131.2392578125,41.218711853027344],[-131.25912475585938,41.24130630493164],[-131.27903747558594,41.263916015625],[-131.2989959716797,41.28654098510742],[-131.31898498535156,41.309181213378906],[-131.3390350341797,41.33183288574219],[-131.35911560058594,41.35449981689453],[-131.37924194335938,41.3771858215332],[-131.3994140625,41.39988327026367],[-131.41961669921875,41.4225959777832],[-131.43988037109375,41.4453239440918],[-131.46017456054688,41.46806716918945],[-131.48052978515625,41.49082565307617],[-131.50091552734375,41.51359939575195],[-131.52134704589844,41.5363883972168],[-131.5418243408203,41.55918884277344],[-131.56234741210938,41.582008361816406],[-131.58291625976562,41.60484313964844],[-131.60353088378906,41.62769317626953],[-131.62417602539062,41.65055847167969],[-131.64488220214844,41.673439025878906],[-131.66563415527344,41.69633102416992],[-131.68643188476562,41.719242095947266],[-131.70726013183594,41.74216842651367],[-131.72816467285156,41.765113830566406],[-131.7490997314453,41.78807067871094],[-131.77008056640625,41.8110466003418],[-131.79110717773438,41.83403396606445],[-131.8121795654297,41.85704040527344],[-131.8332977294922,41.88005828857422],[-131.85446166992188,41.90309524536133],[-131.87567138671875,41.9261474609375],[-131.8969268798828,41.949214935302734],[-131.91824340820312,41.97229766845703],[-131.93959045410156,41.995399475097656],[-131.96099853515625,42.01851272583008],[-131.98245239257812,42.04164505004883],[-132.0039520263672,42.06479263305664],[-132.02549743652344,42.087955474853516],[-132.04710388183594,42.11113739013672],[-132.06874084472656,42.134334564208984],[-132.09043884277344,42.15754699707031],[-132.1121826171875,42.1807746887207],[-132.13397216796875,42.20402145385742],[-132.15582275390625,42.22727966308594],[-132.17771911621094,42.25055694580078],[-132.1996612548828,42.27385330200195],[-132.22164916992188,42.29716491699219],[-132.2436981201172,42.320491790771484],[-132.2657928466797,42.343833923339844],[-132.28794860839844,42.36719512939453],[-132.31015014648438,42.39057159423828],[-132.3323974609375,42.41396713256836],[-132.35470581054688,42.4373779296875],[-132.37705993652344,42.46080780029297],[-132.3994598388672,42.484249114990234],[-132.42190551757812,42.507713317871094],[-132.44442749023438,42.53118896484375],[-132.46697998046875,42.5546875],[-132.48959350585938,42.57819747924805],[-132.5122528076172,42.60173034667969],[-132.53497314453125,42.625274658203125],[-132.55775451660156,42.64883804321289],[-132.58058166503906,42.672420501708984],[-132.60345458984375,42.69601821899414],[-132.6263885498047,42.719635009765625],[-132.64938354492188,42.74327087402344],[-132.67242431640625,42.76692199707031],[-132.6955108642578,42.79058837890625],[-132.7186737060547,42.814273834228516],[-132.74188232421875,42.83797836303711],[-132.76513671875,42.861698150634766],[-132.7884521484375,42.88543701171875],[-132.81182861328125,42.90919494628906],[-132.83526611328125,42.9329719543457],[-132.85874938964844,42.956764221191406],[-132.88229370117188,42.98057174682617],[-132.9058837890625,43.00440216064453],[-132.9295654296875,43.02824783325195],[-132.95327758789062,43.0521125793457],[-132.97705078125,43.07599639892578],[-133.00086975097656,43.09989547729492],[-133.02476501464844,43.123817443847656],[-133.0487060546875,43.14775466918945],[-133.0727081298828,43.17171096801758],[-133.09677124023438,43.19568634033203],[-133.1208953857422,43.21967697143555],[-133.1450653076172,43.243690490722656],[-133.1693115234375,43.26771926879883],[-133.193603515625,43.29176712036133],[-133.21795654296875,43.315834045410156],[-133.2423858642578,43.33992004394531],[-133.26686096191406,43.36402130126953],[-133.29139709472656,43.388145446777344],[-133.3159942626953,43.412288665771484],[-133.34066772460938,43.43645095825195],[-133.36538696289062,43.460628509521484],[-133.39016723632812,43.48482894897461],[-133.41502380371094,43.50904846191406],[-133.43992614746094,43.53328323364258],[-133.46490478515625,43.55754089355469],[-133.48992919921875,43.581817626953125],[-133.51504516601562,43.60611343383789],[-133.5402069091797,43.630428314208984],[-133.5654296875,43.654762268066406],[-133.59072875976562,43.679115295410156],[-133.61607360839844,43.703487396240234],[-133.64149475097656,43.727882385253906],[-133.66697692871094,43.752296447753906],[-133.69252014160156,43.77672576904297],[-133.7181396484375,43.801177978515625],[-133.7438201904297,43.825653076171875],[-133.76956176757812,43.85014343261719],[-133.7953643798828,43.874656677246094],[-133.8212432861328,43.89918899536133],[-133.84718322753906,43.92374038696289],[-133.87319946289062,43.94831466674805],[-133.89927673339844,43.97290802001953],[-133.92543029785156,43.997520446777344],[-133.95164489746094,44.02215576171875],[-133.97792053222656,44.046810150146484],[-134.0042724609375,44.07148361206055],[-134.03070068359375,44.0961799621582],[-134.05718994140625,44.12089538574219],[-134.083740234375,44.145633697509766],[-134.11036682128906,44.17039108276367],[-134.1370849609375,44.19517135620117],[-134.1638641357422,44.219970703125],[-134.19070434570312,44.24479293823242],[-134.21762084960938,44.26963424682617],[-134.24459838867188,44.29449462890625],[-134.2716522216797,44.31938171386719],[-134.2987823486328,44.34428787231445],[-134.32598876953125,44.36921310424805],[-134.35325622558594,44.394161224365234],[-134.38059997558594,44.419132232666016],[-134.40802001953125,44.444122314453125],[-134.43551635742188,44.46913528442383],[-134.4630889892578,44.494171142578125],[-134.49073791503906,44.519229888916016],[-134.51846313476562,44.544307708740234],[-134.54624938964844,44.56940841674805],[-134.57412719726562,44.59452819824219],[-134.60206604003906,44.61967086791992],[-134.63009643554688,44.64483642578125],[-134.65818786621094,44.67002868652344],[-134.68637084960938,44.69524002075195],[-134.71463012695312,44.72047424316406],[-134.7429656982422,44.7457275390625],[-134.77137756347656,44.7710075378418],[-134.79986572265625,44.79631042480469],[-134.82843017578125,44.82163619995117],[-134.85708618164062,44.846981048583984],[-134.8858184814453,44.872352600097656],[-134.9146270751953,44.897743225097656],[-134.94351196289062,44.923160552978516],[-134.9724884033203,44.94860076904297],[-135.0015411376953,44.974063873291016],[-135.03067016601562,44.999549865722656],[-135.0598907470703,45.02505874633789],[-135.08920288085938,45.05059051513672],[-135.1185760498047,45.07614517211914],[-135.14805603027344,45.10172653198242],[-135.17759704589844,45.12732696533203],[-135.20724487304688,45.1529541015625],[-135.23695373535156,45.17860412597656],[-135.2667694091797,45.204280853271484],[-135.29666137695312,45.22998046875],[-135.32664489746094,45.25570297241211],[-135.35671997070312,45.28145217895508],[-135.38687133789062,45.30722427368164],[-135.4171142578125,45.3330192565918],[-135.44744873046875,45.35884094238281],[-135.4778594970703,45.38468551635742],[-135.5083770751953,45.41055679321289],[-135.53897094726562,45.43645095825195],[-135.5696563720703,45.462371826171875],[-135.60043334960938,45.48831558227539],[-135.6313018798828,45.514286041259766],[-135.66226196289062,45.540279388427734],[-135.6933135986328,45.56629943847656],[-135.72445678710938,45.59234619140625],[-135.7556915283203,45.61841583251953],[-135.78701782226562,45.64451217651367],[-135.81845092773438,45.67063522338867],[-135.8499755859375,45.696781158447266],[-135.88157653808594,45.72295379638672],[-135.9132843017578,45.7491569519043],[-135.94509887695312,45.77538299560547],[-135.9770050048828,45.801631927490234],[-136.00900268554688,45.827911376953125],[-136.0410919189453,45.854217529296875],[-136.0732879638672,45.88054275512695],[-136.10557556152344,45.90690231323242],[-136.13796997070312,45.933284759521484],[-136.17047119140625,45.95969772338867],[-136.20306396484375,45.98613739013672],[-136.23574829101562,46.01259994506836],[-136.2685546875,46.039093017578125],[-136.30145263671875,46.065608978271484],[-136.33444213867188,46.09215545654297],[-136.3675537109375,46.11872863769531],[-136.4007568359375,46.14533233642578],[-136.43406677246094,46.171958923339844],[-136.4674835205078,46.19861602783203],[-136.50100708007812,46.225303649902344],[-136.5346221923828,46.252010345458984],[-136.568359375,46.278751373291016],[-136.60220336914062,46.30552291870117],[-136.6361541748047,46.33232116699219],[-136.6702117919922,46.35914611816406],[-136.70437622070312,46.3859977722168],[-136.7386474609375,46.412879943847656],[-136.77304077148438,46.43979263305664],[-136.8075408935547,46.466732025146484],[-136.84214782714844,46.49370574951172],[-136.8768768310547,46.52070236206055],[-136.91171264648438,46.5477294921875],[-136.94667053222656,46.57478713989258],[-136.9817352294922,46.60187530517578],[-137.0169219970703,46.62899398803711],[-137.05221557617188,46.65613555908203],[-137.08763122558594,46.683311462402344],[-137.1231689453125,46.71052169799805],[-137.1588134765625,46.73775863647461],[-137.19459533691406,46.7650260925293],[-137.23048400878906,46.792320251464844],[-137.2664794921875,46.81965255737305],[-137.30259704589844,46.84701156616211],[-137.33885192871094,46.8744010925293],[-137.37522888183594,46.901824951171875],[-137.41172790527344,46.92927169799805],[-137.44834899902344,46.956756591796875],[-137.485107421875,46.98427200317383],[-137.52197265625,47.01182174682617],[-137.55897521972656,47.039398193359375],[-137.59609985351562,47.06700897216797],[-137.63336181640625,47.09465026855469],[-137.67074584960938,47.1223258972168],[-137.70826721191406,47.15003204345703],[-137.74591064453125,47.177772521972656],[-137.78369140625,47.205543518066406],[-137.8215789794922,47.23334884643555],[-137.859619140625,47.26118469238281],[-137.89779663085938,47.289058685302734],[-137.9361114501953,47.31696319580078],[-137.9745635986328,47.34490203857422],[-138.01315307617188,47.37287139892578],[-138.05186462402344,47.400875091552734],[-138.09072875976562,47.428916931152344],[-138.12973022460938,47.456993103027344],[-138.1688690185547,47.4850959777832],[-138.20816040039062,47.51323699951172],[-138.24757385253906,47.54141616821289],[-138.2871551513672,47.56962585449219],[-138.32684326171875,47.59787368774414],[-138.36671447753906,47.626155853271484],[-138.40670776367188,47.65447235107422],[-138.44686889648438,47.682823181152344],[-138.48716735839844,47.711212158203125],[-138.52761840820312,47.7396354675293],[-138.56822204589844,47.768096923828125],[-138.6089630126953,47.79658889770508],[-138.64987182617188,47.82512283325195],[-138.69093322753906,47.853694915771484],[-138.7321319580078,47.88229751586914],[-138.77349853515625,47.91094207763672],[-138.81503295898438,47.93962097167969],[-138.85670471191406,47.96833419799805],[-138.8985595703125,47.997093200683594],[-138.9405517578125,48.02588653564453],[-138.98272705078125,48.05471420288086],[-139.02505493164062,48.08358383178711],[-139.0675506591797,48.112491607666016],[-139.1101837158203,48.14143371582031],[-139.15301513671875,48.1704216003418],[-139.1959991455078,48.19944381713867],[-139.23916625976562,48.2285041809082],[-139.28250122070312,48.25761032104492],[-139.3260040283203,48.286746978759766],[-139.36965942382812,48.3159294128418],[-139.41351318359375,48.34515380859375],[-139.45753479003906,48.374412536621094],[-139.50173950195312,48.403717041015625],[-139.54611206054688,48.43305969238281],[-139.5906524658203,48.46244430541992],[-139.63539123535156,48.49186706542969],[-139.68031311035156,48.52133560180664],[-139.72543334960938,48.55084228515625],[-139.77072143554688,48.58039474487305],[-139.81617736816406,48.6099853515625],[-139.86184692382812,48.63962173461914],[-139.90769958496094,48.66930389404297],[-139.95375061035156,48.69902038574219],[-139.99998474121094,48.72878646850586],[-140.04641723632812,48.75859451293945],[-140.09303283691406,48.78844451904297],[-140.13986206054688,48.81834030151367],[-140.1868896484375,48.84828186035156],[-140.23411560058594,48.878265380859375],[-140.28152465820312,48.908294677734375],[-140.32916259765625,48.93836975097656],[-140.3769989013672,48.96849060058594],[-140.425048828125,48.998653411865234],[-140.47329711914062,49.028865814208984],[-140.52174377441406,49.05912399291992],[-140.57041931152344,49.08942794799805],[-140.61932373046875,49.11977767944336],[-140.66842651367188,49.15018081665039],[-140.71774291992188,49.18062210083008],[-140.7672882080078,49.21112060546875],[-140.8170623779297,49.241661071777344],[-140.86705017089844,49.27225112915039],[-140.91725158691406,49.30289077758789],[-140.9676971435547,49.333580017089844],[-141.0183868408203,49.364315032958984],[-141.0692901611328,49.395103454589844],[-141.12042236328125,49.425941467285156],[-141.1717987060547,49.45683288574219],[-141.22341918945312,49.48776626586914],[-141.27528381347656,49.518760681152344],[-141.32736206054688,49.549800872802734],[-141.3797149658203,49.580894470214844],[-141.43231201171875,49.612037658691406],[-141.48513793945312,49.64323425292969],[-141.53823852539062,49.67448806762695],[-141.59158325195312,49.70579147338867],[-141.64520263671875,49.737152099609375],[-141.6990509033203,49.76856231689453],[-141.753173828125,49.80002975463867],[-141.80755615234375,49.83155059814453],[-141.86221313476562,49.863128662109375],[-141.91712951660156,49.89476013183594],[-141.9723358154297,49.926448822021484],[-142.02781677246094,49.95819091796875],[-142.08355712890625,49.989994049072266],[-142.13958740234375,50.02185821533203],[-142.19589233398438,50.05377197265625],[-142.25250244140625,50.085750579833984],[-142.3093719482422,50.11778259277344],[-142.36656188964844,50.149879455566406],[-142.4240264892578,50.18203353881836],[-142.4818115234375,50.21424865722656],[-142.53988647460938,50.24652099609375],[-142.5982666015625,50.27886199951172],[-142.65695190429688,50.31126022338867],[-142.7159423828125,50.343719482421875],[-142.77525329589844,50.376243591308594],[-142.8348846435547,50.40883255004883],[-142.89483642578125,50.44148254394531],[-142.95510864257812,50.47419738769531],[-143.0157012939453,50.50697708129883],[-143.07664489746094,50.539825439453125],[-143.13790893554688,50.57273483276367],[-143.19952392578125,50.605712890625],[-143.26145935058594,50.638755798339844],[-143.3237762451172,50.671875],[-143.38641357421875,50.705055236816406],[-143.4494171142578,50.738304138183594],[-143.5127716064453,50.77162551879883],[-143.57650756835938,50.805015563964844],[-143.64059448242188,50.83848190307617],[-143.70506286621094,50.87201690673828],[-143.76991271972656,50.90562057495117],[-143.8351287841797,50.939300537109375],[-143.90074157714844,50.97305679321289],[-143.96673583984375,51.00688552856445],[-144.03314208984375,51.04079055786133],[-144.09994506835938,51.07476806640625],[-144.16712951660156,51.108821868896484],[-144.2347412109375,51.14295959472656],[-144.30276489257812,51.17716979980469],[-144.3712158203125,51.211463928222656],[-144.44007873535156,51.24583435058594],[-144.50938415527344,51.2802848815918],[-144.57911682128906,51.3148193359375],[-144.64930725097656,51.34943771362305],[-144.7199249267578,51.38413619995117],[-144.791015625,51.41891860961914],[-144.86256408691406,51.45378494262695],[-144.93458557128906,51.488739013671875],[-145.00706481933594,51.523780822753906],[-145.0800323486328,51.55890655517578],[-145.15347290039062,51.59412384033203],[-145.22743225097656,51.629432678222656],[-145.3018798828125,51.664833068847656],[-145.3768310546875,51.70032501220703],[-145.45230102539062,51.73590850830078],[-145.52830505371094,51.77158737182617],[-145.6048126220703,51.8073616027832],[-145.68190002441406,51.843231201171875],[-145.75950622558594,51.87919998168945],[-145.83766174316406,51.9152717590332],[-145.91641235351562,51.95144271850586],[-145.99569702148438,51.98771286010742],[-146.07557678222656,52.024085998535156],[-146.15606689453125,52.06056213378906],[-146.2371368408203,52.097145080566406],[-146.31881713867188,52.13383483886719],[-146.40113830566406,52.170631408691406],[-146.48406982421875,52.207542419433594],[-146.56764221191406,52.24456024169922],[-146.65187072753906,52.28169250488281],[-146.73675537109375,52.31894302368164],[-146.82232666015625,52.35630416870117],[-146.9085693359375,52.3937873840332],[-146.99551391601562,52.43138885498047],[-147.08316040039062,52.469112396240234],[-147.17153930664062,52.5069580078125],[-147.26063537597656,52.54492950439453],[-147.35049438476562,52.583030700683594],[-147.4411163330078,52.62125778198242],[-147.5325164794922,52.65961837768555],[-147.6247100830078,52.6981086730957],[-147.71771240234375,52.73673629760742],[-147.81153869628906,52.7755012512207],[-147.9062042236328,52.81440734863281],[-148.00172424316406,52.85345458984375],[-148.09811401367188,52.89265060424805],[-148.1953887939453,52.93199157714844],[-148.29359436035156,52.97148132324219],[-148.39271545410156,53.0111198425293],[-148.49278259277344,53.05092239379883],[-148.59384155273438,53.09088134765625],[-148.6958770751953,53.13100051879883],[-148.79891967773438,53.17128372192383],[-148.9029998779297,53.211734771728516],[-149.00814819335938,53.252357482910156],[-149.11436462402344,53.293155670166016],[-149.22171020507812,53.334129333496094],[-149.33018493652344,53.37528610229492],[-149.4398193359375,53.416629791259766],[-149.5506591796875,53.45816421508789],[-149.6627197265625,53.4998893737793],[-149.77603149414062,53.541812896728516],[-149.890625,53.58394241333008],[-150.00656127929688,53.626277923583984],[-150.12384033203125,53.66883087158203],[-150.24252319335938,53.71159744262695],[-150.36264038085938,53.75458908081055],[-150.48422241210938,53.79780960083008],[-150.6073455810547,53.84126663208008],[-150.7320098876953,53.88496398925781],[-150.85830688476562,53.92890930175781],[-150.9862518310547,53.97311019897461],[-151.11590576171875,54.0175666809082],[-151.24734497070312,54.06229782104492],[-151.380615234375,54.10730743408203],[-151.51576232910156,54.15260314941406],[-151.65286254882812,54.19819641113281],[-151.7919921875,54.24409103393555],[-151.9332275390625,54.29029846191406],[-152.0766143798828,54.33683395385742],[-152.22225952148438,54.383705139160156],[-152.37025451660156,54.4309196472168],[-152.5207061767578,54.47850036621094],[-152.67369079589844,54.526458740234375],[-152.82931518554688,54.574806213378906],[-152.98770141601562,54.623558044433594],[-153.1490020751953,54.67273712158203],[-153.31332397460938,54.722354888916016],[-153.48080444335938,54.772438049316406],[-153.65159606933594,54.822994232177734],[-153.8258514404297,54.87405776977539],[-154.0037384033203,54.92563247680664],[-154.1854705810547,54.977752685546875],[-154.37120056152344,55.03044891357422],[-154.5612335205078,55.0837516784668],[-154.75579833984375,55.137699127197266],[-154.95521545410156,55.19232940673828],[-155.1598358154297,55.2476921081543],[-155.37002563476562,55.3038444519043],[-155.58619689941406,55.36083221435547],[-155.8087921142578,55.41872024536133],[-156.03834533691406,55.47758865356445],[-156.2754364013672,55.537498474121094],[-156.5207061767578,55.598541259765625],[-156.77496337890625,55.660823822021484],[-157.0391082763672,55.724456787109375],[-157.31423950195312,55.78959655761719],[-157.60162353515625,55.856414794921875],[-157.90286254882812,55.925113677978516],[-158.21995544433594,55.9959602355957],[-158.5592041015625,56.07001876831055],[-158.91673278808594,56.146339416503906],[-159.30027770996094,56.22616195678711],[-159.7158660888672,56.31028366088867],[-160.17230224609375,56.399864196777344],[-160.683349609375,56.49673080444336],[-161.2728729248047,56.60403060913086],[-161.989990234375,56.728248596191406],[-162.97792053222656,56.888275146484375],[-158.8316650390625,63.71739959716797],[-156.94056701660156,63.44208908081055],[-155.86553955078125,63.29241180419922],[-154.82369995117188,63.13826370239258],[-154.0658416748047,63.03290939331055],[-153.30563354492188,62.92125701904297],[-152.7415771484375,62.848663330078125],[-152.13906860351562,62.76381301879883],[-151.5853271484375,62.68600845336914],[-150.89987182617188,62.57486343383789],[-150.49220275878906,62.52629089355469],[-150.028564453125,62.462432861328125],[-149.43873596191406,62.364959716796875],[-149.04391479492188,62.31357955932617],[-148.78089904785156,62.29549789428711],[-148.37501525878906,62.23933792114258],[-147.9880828857422,62.185752868652344],[-147.4436798095703,62.08823776245117],[-147.1075897216797,62.04524230957031],[-146.89273071289062,62.03659439086914],[-146.46542358398438,61.966251373291016],[-146.1109619140625,61.91524124145508],[-145.75949096679688,61.86369705200195],[-145.46653747558594,61.828182220458984],[-145.19154357910156,61.797393798828125],[-144.88922119140625,61.75751495361328],[-144.5830078125,61.71544647216797],[-144.26821899414062,61.66887664794922],[-144.0496063232422,61.653480529785156],[-143.76705932617188,61.61507797241211],[-143.48779296875,61.57857131958008],[-143.21011352539062,61.541439056396484],[-142.9405975341797,61.50619125366211],[-142.67477416992188,61.470848083496094],[-142.4142608642578,61.43675994873047],[-142.15948486328125,61.403709411621094],[-141.9011993408203,61.36947250366211],[-141.47068786621094,61.27405548095703],[-141.40774536132812,61.30573272705078],[-140.9817657470703,61.2098274230957],[-140.59605407714844,61.125179290771484],[-140.68768310546875,61.21294403076172],[-140.2165985107422,61.09651565551758],[-140.0091552734375,61.074737548828125],[-139.99386596679688,61.12310791015625],[-139.54769897460938,61.01317596435547],[-139.5447235107422,61.066497802734375],[-139.1287384033203,60.964508056640625],[-138.93746948242188,60.94644546508789],[-138.8938446044922,60.98508071899414],[-138.50450134277344,60.889671325683594],[-138.3026123046875,60.86611557006836],[-138.1562957763672,60.86456298828125],[-137.91358947753906,60.82415008544922],[-137.7759246826172,60.82558822631836],[-137.59359741210938,60.80856704711914],[-137.4018096923828,60.787147521972656],[-137.14256286621094,60.73768615722656],[-136.9734649658203,60.72526931762695],[-136.74954223632812,60.689178466796875],[-136.6014862060547,60.684608459472656],[-136.3560333251953,60.638999938964844],[-136.27352905273438,60.662235260009766],[-136.00559997558594,60.605438232421875],[-135.7795867919922,60.56561279296875],[-135.71234130859375,60.59549331665039],[-135.44223022460938,60.535888671875],[-135.3450164794922,60.55149459838867],[-135.08853149414062,60.4960823059082],[-134.9317626953125,60.48591232299805],[-134.70538330078125,60.44364929199219],[-134.5557098388672,60.43532943725586],[-134.40431213378906,60.425559997558594],[-134.2348175048828,60.40685272216797],[-134.0518798828125,60.383277893066406],[-133.8702392578125,60.3592529296875],[-133.68177795410156,60.331153869628906],[-133.5228271484375,60.316532135009766],[-133.34359741210938,60.292545318603516],[-133.1616668701172,60.2660026550293],[-133.03562927246094,60.26677322387695],[-132.8620147705078,60.24281692504883],[-132.6922607421875,60.222862243652344],[-132.5408477783203,60.21042251586914],[-132.34893798828125,60.17732238769531],[-132.17645263671875,60.153900146484375],[-132.08953857421875,60.1719970703125],[-131.85140991210938,60.11586380004883],[-131.72216796875,60.11273956298828],[-131.53451538085938,60.080406188964844],[-131.3710479736328,60.05934524536133],[-131.22274780273438,60.0469970703125],[-131.08840942382812,60.03982925415039],[-130.92532348632812,60.01883316040039],[-130.7589874267578,59.99563980102539],[-130.6180877685547,59.984840393066406],[-130.45455932617188,59.962730407714844],[-130.30308532714844,59.94593811035156],[-130.17051696777344,59.93917465209961],[-130.02174377441406,59.923648834228516],[-129.87155151367188,59.907196044921875],[-129.73435974121094,59.8973503112793],[-129.57122802734375,59.87282180786133],[-129.43215942382812,59.861061096191406],[-129.29273986816406,59.84915542602539],[-129.14654541015625,59.83281707763672],[-129.00906372070312,59.82136154174805],[-128.87307739257812,59.81072998046875],[-128.7178955078125,59.788150787353516],[-128.58140563964844,59.777435302734375],[-128.4403533935547,59.762752532958984],[-128.2982177734375,59.7474365234375],[-128.15919494628906,59.733219146728516],[-128.02001953125,59.720157623291016],[-127.8681640625,59.698421478271484],[-127.7283706665039,59.683380126953125],[-127.58870697021484,59.66838455200195],[-127.46180725097656,59.66031265258789],[-127.32687377929688,59.647281646728516],[-127.18981170654297,59.6328239440918],[-127.05469512939453,59.6201171875],[-126.91680145263672,59.6043701171875],[-126.78845977783203,59.59484100341797],[-126.65149688720703,59.580020904541016],[-126.51773834228516,59.56679916381836],[-126.37615966796875,59.547672271728516],[-126.2345962524414,59.52962112426758],[-126.09064483642578,59.50908660888672],[-125.9742202758789,59.50531005859375],[-125.84268188476562,59.492408752441406],[-125.70679473876953,59.47710418701172],[-125.57563781738281,59.463443756103516],[-125.44506072998047,59.44956588745117],[-125.31470489501953,59.437103271484375],[-125.1969985961914,59.431251525878906],[-125.06302642822266,59.41512680053711],[-124.9354019165039,59.40207290649414],[-124.81075286865234,59.39310073852539],[-124.67489624023438,59.37495040893555],[-124.556396484375,59.368011474609375],[-124.42860412597656,59.35564041137695],[-124.30867004394531,59.34736251831055],[-124.18644714355469,59.33725357055664],[-124.05613708496094,59.32258987426758],[-123.93431854248047,59.312564849853516],[-123.81320190429688,59.30289077758789],[-123.6832046508789,59.28761291503906],[-123.55789947509766,59.27427673339844],[-123.44002532958984,59.26667022705078],[-123.31611633300781,59.25354766845703],[-123.19359588623047,59.24380111694336],[-123.0710220336914,59.23176574707031],[-122.94988250732422,59.2208251953125],[-122.82799530029297,59.20953369140625],[-122.70474243164062,59.19649887084961],[-122.58425903320312,59.186344146728516],[-122.46188354492188,59.17340087890625],[-122.34223175048828,59.16313934326172],[-122.2191390991211,59.149112701416016],[-122.09551239013672,59.13649368286133],[-121.9804916381836,59.12722396850586],[-121.8599853515625,59.116092681884766],[-121.73933410644531,59.10345458984375],[-121.61929321289062,59.09153747558594],[-121.50048828125,59.080101013183594],[-121.38107299804688,59.068603515625],[-121.26593780517578,59.059627532958984],[-121.1474380493164,59.04827117919922],[-121.03191375732422,59.03852081298828],[-120.91458129882812,59.02729415893555],[-120.79747772216797,59.01655197143555],[-120.68189239501953,59.00598907470703],[-120.56653594970703,58.99701690673828],[-120.45623016357422,58.98966598510742],[-120.34136199951172,58.980552673339844],[-120.22772979736328,58.9712028503418],[-120.11278533935547,58.961448669433594],[-119.99972534179688,58.95180130004883],[-119.88359069824219,58.94120788574219],[-119.77143859863281,58.9320182800293],[-119.65777587890625,58.921695709228516],[-119.54509735107422,58.912872314453125],[-119.43002319335938,58.90201187133789],[-119.31965637207031,58.893951416015625],[-119.20721435546875,58.88393783569336],[-119.09683990478516,58.87570571899414],[-118.98535919189453,58.865943908691406],[-118.87320709228516,58.85615921020508],[-118.76334381103516,58.848243713378906],[-118.6515121459961,58.837833404541016],[-118.5418930053711,58.82986068725586],[-118.42961120605469,58.81941604614258],[-118.32074737548828,58.81147766113281],[-118.21051025390625,58.801177978515625],[-118.10155487060547,58.79298400878906],[-117.99041748046875,58.783203125],[-117.88147735595703,58.77419662475586],[-117.77334594726562,58.76539611816406],[-117.6637954711914,58.756107330322266],[-117.55643463134766,58.74778366088867],[-117.44690704345703,58.738014221191406],[-117.33989715576172,58.730716705322266],[-117.23238372802734,58.72214126586914],[-117.12588500976562,58.714290618896484],[-117.01851654052734,58.70442581176758],[-116.91064453125,58.69696807861328],[-116.80284881591797,58.68703842163086],[-116.69660186767578,58.6790771484375],[-116.58882904052734,58.66987609863281],[-116.48344421386719,58.661991119384766],[-116.37798309326172,58.653316497802734],[-116.27081298828125,58.644901275634766],[-116.16683197021484,58.637550354003906],[-116.06057739257812,58.628421783447266],[-115.95577239990234,58.621063232421875],[-115.85054779052734,58.611793518066406],[-115.74681854248047,58.60535430908203],[-115.64173126220703,58.59522247314453],[-115.53812408447266,58.58905029296875],[-115.43233489990234,58.58036422729492],[-115.32927703857422,58.574249267578125],[-115.22441101074219,58.56638717651367],[-115.11991119384766,58.55946350097656],[-115.01866149902344,58.55329513549805],[-114.9134750366211,58.54522705078125],[-114.81070709228516,58.5390739440918],[-114.70759582519531,58.53152084350586],[-114.60611724853516,58.525665283203125],[-114.50334930419922,58.51858139038086],[-114.39952087402344,58.51121520996094],[-114.29695129394531,58.50360107421875],[-114.19527435302734,58.49727249145508],[-114.09291076660156,58.4898796081543],[-113.990966796875,58.48356628417969],[-113.88945007324219,58.475521087646484],[-113.7890396118164,58.46942901611328],[-113.68756866455078,58.46185302734375],[-113.58634185791016,58.4551887512207],[-113.48516845703125,58.44795227050781],[-113.38505554199219,58.441200256347656],[-113.28575897216797,58.43531799316406],[-113.1830062866211,58.426971435546875],[-113.08377838134766,58.42131042480469],[-112.9835205078125,58.413734436035156],[-112.88459777832031,58.40814208984375],[-112.78316497802734,58.400794982910156],[-112.68375396728516,58.394554138183594],[-112.58503723144531,58.387699127197266],[-112.48701477050781,58.3817138671875],[-112.38788604736328,58.37544631958008],[-112.2872085571289,58.367801666259766],[-112.19007110595703,58.36305618286133],[-112.09160614013672,58.35539627075195],[-111.99262237548828,58.349876403808594],[-111.89414978027344,58.343204498291016],[-111.79633331298828,58.33700942993164],[-111.69988250732422,58.33100509643555],[-111.60009765625,58.323814392089844],[-111.5028076171875,58.318382263183594],[-111.40381622314453,58.311363220214844],[-111.3065185546875,58.305389404296875],[-111.21024322509766,58.2992057800293],[-111.11193084716797,58.29302215576172],[-111.01393127441406,58.28655242919922],[-110.91777038574219,58.28123474121094],[-110.82080078125,58.27411651611328],[-110.72369384765625,58.26873779296875],[-110.62737274169922,58.262237548828125],[-110.53028869628906,58.256961822509766],[-110.43502807617188,58.25069046020508],[-110.33796691894531,58.24515914916992],[-110.24226379394531,58.23947525024414],[-110.147216796875,58.233436584472656],[-110.05016326904297,58.228736877441406],[-109.95391845703125,58.22182083129883],[-109.8586196899414,58.21698760986328],[-109.76203918457031,58.21021270751953],[-109.66728210449219,58.205657958984375],[-109.57260131835938,58.198455810546875],[-109.47644805908203,58.193626403808594],[-109.38172912597656,58.187782287597656],[-109.28589630126953,58.18159103393555],[-109.19116973876953,58.17577362060547],[-109.09587860107422,58.170166015625],[-109.00189208984375,58.1655387878418],[-108.90727996826172,58.158660888671875],[-108.81365203857422,58.15526580810547],[-108.7181625366211,58.148529052734375],[-108.62359619140625,58.14271545410156],[-108.5295181274414,58.13770294189453],[-108.43526458740234,58.13340759277344],[-108.34230041503906,58.12748718261719],[-108.247802734375,58.12244415283203],[-108.15413665771484,58.116905212402344],[-108.06184387207031,58.113162994384766],[-107.96924591064453,58.10771560668945],[-107.87579345703125,58.10289001464844],[-107.78125762939453,58.09770965576172],[-107.6883544921875,58.09197235107422],[-107.59676361083984,58.08771896362305],[-107.50382995605469,58.082035064697266],[-107.41130828857422,58.07823181152344],[-107.31890869140625,58.072235107421875],[-107.22671508789062,58.068214416503906],[-107.13360595703125,58.06204605102539],[-107.04167175292969,58.058109283447266],[-106.94925689697266,58.0531120300293],[-106.85806274414062,58.04883575439453],[-106.76679992675781,58.04549789428711],[-106.67316436767578,58.03923797607422],[-106.58207702636719,58.035587310791016],[-106.49056243896484,58.030860900878906],[-106.40010070800781,58.02846145629883],[-106.3038101196289,58.01798629760742],[-106.21481323242188,58.01835250854492],[-106.12458038330078,58.01390838623047],[-106.03382873535156,58.009971618652344],[-105.9418716430664,58.004581451416016],[-105.8497314453125,58.00001907348633],[-105.75997161865234,57.99689865112305],[-105.66917419433594,57.99143600463867],[-105.57820892333984,57.98859405517578],[-105.48632049560547,57.982948303222656],[-105.39676666259766,57.97962188720703],[-105.30668640136719,57.97468948364258],[-105.21434020996094,57.97048568725586],[-105.12289428710938,57.96601486206055],[-105.03252410888672,57.96100616455078],[-104.9423828125,57.95695877075195],[-104.85133361816406,57.95158386230469],[-104.7616195678711,57.94807052612305],[-104.67037963867188,57.94418716430664],[-104.58103942871094,57.94072723388672],[-104.49141693115234,57.936683654785156],[-104.4006576538086,57.932735443115234],[-104.31062316894531,57.92797088623047],[-104.2213134765625,57.92533874511719],[-104.13067626953125,57.91750717163086],[-104.04182434082031,57.917850494384766],[-103.95223999023438,57.91374206542969],[-103.8636245727539,57.910579681396484],[-103.77400207519531,57.90670394897461],[-103.68396759033203,57.90153884887695],[-103.59568786621094,57.89947509765625],[-103.50598907470703,57.8950080871582],[-103.41744995117188,57.8922233581543],[-103.32919311523438,57.88743591308594],[-103.2395248413086,57.88481903076172],[-103.1514663696289,57.880516052246094],[-103.0616683959961,57.876007080078125],[-102.97273254394531,57.87226486206055],[-102.8848648071289,57.872047424316406],[-102.79521179199219,57.86663818359375],[-102.7077407836914,57.86506271362305],[-102.61982727050781,57.861454010009766],[-102.53026580810547,57.857669830322266],[-102.44297790527344,57.85587692260742],[-102.35498809814453,57.85218048095703],[-102.26608276367188,57.849464416503906],[-102.17886352539062,57.846160888671875],[-102.08956146240234,57.84281539916992],[-102.00225067138672,57.83977508544922],[-101.91378021240234,57.83682632446289],[-101.82677459716797,57.833900451660156],[-101.73750305175781,57.83089065551758],[-101.64934539794922,57.82757568359375],[-101.56187438964844,57.82471466064453],[-101.47460174560547,57.82149124145508],[-101.38663482666016,57.81825637817383],[-101.29920959472656,57.815372467041016],[-101.21137237548828,57.811134338378906],[-101.12364959716797,57.809146881103516],[-101.03605651855469,57.804988861083984],[-100.94884490966797,57.803646087646484],[-100.86128997802734,57.80000305175781],[-100.77411651611328,57.79818344116211],[-100.6874008178711,57.79548263549805],[-100.59918212890625,57.79252243041992],[-100.51294708251953,57.790184020996094],[-100.42525482177734,57.7873420715332],[-100.33833312988281,57.78582000732422],[-100.2502212524414,57.78251266479492],[-100.16383361816406,57.78129577636719],[-100.07758331298828,57.77799987792969],[-99.98985290527344,57.776023864746094],[-99.90298461914062,57.773746490478516],[-99.81643676757812,57.77104187011719],[-99.73133850097656,57.76945114135742],[-99.64334106445312,57.765750885009766],[-99.5556869506836,57.76332473754883],[-99.46927642822266,57.761077880859375],[-99.38351440429688,57.759674072265625],[-99.29789733886719,57.75690460205078],[-99.20993041992188,57.75461196899414],[-99.12308502197266,57.75269317626953],[-99.03748321533203,57.75056076049805],[-98.951171875,57.748348236083984],[-98.8646240234375,57.745948791503906],[-98.77877044677734,57.743736267089844],[-98.6913070678711,57.742576599121094],[-98.6055908203125,57.73991012573242],[-98.51998901367188,57.73861312866211],[-98.43280029296875,57.73577117919922],[-98.34717559814453,57.73329162597656],[-98.26085662841797,57.732669830322266],[-98.17508697509766,57.72874069213867],[-98.08831024169922,57.72860336303711],[-98.00238037109375,57.725162506103516],[-97.91728973388672,57.724979400634766],[-97.8309326171875,57.721099853515625],[-97.74372100830078,57.71970748901367],[-97.65961456298828,57.718353271484375],[-97.57360076904297,57.71616744995117],[-97.48765563964844,57.71488952636719],[-97.40156555175781,57.71282196044922],[-97.31676483154297,57.711978912353516],[-97.2306137084961,57.71000289916992],[-97.14529418945312,57.70882797241211],[-97.05947875976562,57.70627212524414],[-96.9732894897461,57.705257415771484],[-96.88749694824219,57.702117919921875],[-96.80182647705078,57.7020378112793],[-96.71748352050781,57.69963455200195],[-96.63079071044922,57.69926452636719],[-96.54644012451172,57.697696685791016],[-96.46094512939453,57.69743347167969],[-96.37483215332031,57.69568634033203],[-96.2890396118164,57.69510269165039],[-96.20401000976562,57.694252014160156],[-96.1176528930664,57.69242477416992],[-96.03221130371094,57.691184997558594],[-95.94715881347656,57.69026184082031],[-95.86245727539062,57.690364837646484],[-95.77528381347656,57.68803405761719],[-95.69068908691406,57.68873596191406],[-95.60521697998047,57.6866455078125],[-95.5199966430664,57.686161041259766],[-95.43476867675781,57.684593200683594],[-95.34973907470703,57.68315887451172],[-95.26457214355469,57.6829719543457],[-95.17877960205078,57.68020248413086],[-95.09428405761719,57.680938720703125],[-95.00899505615234,57.67878723144531],[-94.92359924316406,57.67900848388672],[-94.83917236328125,57.677406311035156],[-94.75315856933594,57.676822662353516],[-94.66878509521484,57.675132751464844],[-94.5838394165039,57.675254821777344],[-94.49898529052734,57.67446517944336],[-94.41314697265625,57.6734504699707],[-94.3282241821289,57.67325973510742],[-94.24430084228516,57.671653747558594],[-94.15919494628906,57.67201614379883],[-94.0741195678711,57.670475006103516],[-93.98981475830078,57.67088317871094],[-93.90575408935547,57.66939163208008],[-93.8193359375,57.66974639892578],[-93.73405456542969,57.668174743652344],[-93.64994812011719,57.66838836669922],[-93.5647201538086,57.667625427246094],[-93.47952270507812,57.66769027709961],[-93.39527130126953,57.66693878173828],[-93.30931854248047,57.666961669921875],[-93.22547912597656,57.666683197021484],[-93.14044189453125,57.665958404541016],[-93.05513763427734,57.66604232788086],[-92.97112274169922,57.664894104003906],[-92.88600158691406,57.665855407714844],[-92.80220031738281,57.663570404052734],[-92.71644592285156,57.66472244262695],[-92.63174438476562,57.663551330566406],[-92.54723358154297,57.66374588012695],[-92.4623794555664,57.66306686401367],[-92.37860870361328,57.66191864013672],[-92.29328155517578,57.66291427612305],[-92.20867156982422,57.66164016723633],[-92.12457275390625,57.662845611572266],[-92.04012298583984,57.66093444824219],[-91.95414733886719,57.66188430786133],[-91.87097930908203,57.661441802978516],[-91.78587341308594,57.661739349365234],[-91.70111846923828,57.660648345947266],[-91.61638641357422,57.661277770996094],[-91.5325698852539,57.660850524902344],[-91.44676208496094,57.66098403930664],[-91.36304473876953,57.660614013671875],[-91.2785873413086,57.661067962646484],[-91.1939697265625,57.661128997802734],[-91.10943603515625,57.66103744506836],[-91.02458953857422,57.660743713378906],[-90.94175720214844,57.66117477416992],[-90.8553466796875,57.6615104675293],[-90.77163696289062,57.66128158569336],[-90.68724822998047,57.66201400756836],[-90.60234069824219,57.66160202026367],[-90.51785278320312,57.661861419677734],[-90.4332275390625,57.66105651855469],[-90.34868621826172,57.66097640991211],[-90.26441192626953,57.660606384277344],[-90.18063354492188,57.660099029541016],[-90.09618377685547,57.66038131713867],[-90.01036834716797,57.65903091430664],[-89.92660522460938,57.6600456237793],[-89.84298706054688,57.65887451171875],[-89.75789642333984,57.659873962402344],[-89.67385864257812,57.65846252441406],[-89.58966827392578,57.6585693359375],[-89.50589752197266,57.65944290161133],[-89.4209213256836,57.65827941894531],[-89.33659362792969,57.65913009643555],[-89.2518539428711,57.65815734863281],[-89.16691589355469,57.65913772583008],[-89.08326721191406,57.658203125],[-88.99880981445312,57.658935546875],[-88.91409301757812,57.65866470336914],[-88.82910919189453,57.65887451171875],[-88.74530792236328,57.65922927856445],[-88.66088104248047,57.65902328491211],[-88.57645416259766,57.659889221191406],[-88.4916000366211,57.65900802612305],[-88.40689086914062,57.65986633300781],[-88.32217407226562,57.659664154052734],[-88.23838806152344,57.66020965576172],[-88.15493774414062,57.66022872924805],[-88.06832122802734,57.661170959472656],[-87.9837417602539,57.66059112548828],[-87.89981842041016,57.66162109375],[-87.81523132324219,57.66135025024414],[-87.73020935058594,57.662288665771484],[-87.64661407470703,57.6619873046875],[-87.5602035522461,57.66320037841797],[-87.47689056396484,57.66303253173828],[-87.39189147949219,57.66392135620117],[-87.30699920654297,57.66422653198242],[-87.22301483154297,57.66423416137695],[-87.13780975341797,57.66614532470703],[-87.05455780029297,57.66455078125],[-86.96846008300781,57.667137145996094],[-86.88360595703125,57.66630935668945],[-86.799072265625,57.668434143066406],[-86.71405029296875,57.6678466796875],[-86.6282958984375,57.66899108886719],[-86.54420471191406,57.66998291015625],[-86.45906829833984,57.67021942138672],[-86.37454986572266,57.67143249511719],[-86.28972625732422,57.671512603759766],[-86.20519256591797,57.67312240600586],[-86.11970520019531,57.67399597167969],[-86.03480529785156,57.67499542236328],[-85.94969940185547,57.67498016357422],[-85.8646011352539,57.676536560058594],[-85.78028869628906,57.67680358886719],[-85.69397735595703,57.67811965942383],[-85.60975646972656,57.67844772338867],[-85.52423095703125,57.679962158203125],[-85.43943786621094,57.68085479736328],[-85.3542709350586,57.68264389038086],[-85.26853942871094,57.68360137939453],[-85.1845703125,57.6851692199707],[-85.09703063964844,57.68734359741211],[-85.01262664794922,57.688011169433594],[-84.92689514160156,57.69072341918945],[-84.84152221679688,57.691158294677734],[-84.75523376464844,57.69436264038086],[-84.66973114013672,57.6945915222168],[-84.58362579345703,57.697547912597656],[-84.49847412109375,57.698150634765625],[-84.41326141357422,57.7009162902832],[-84.32792663574219,57.702239990234375],[-84.24101257324219,57.70338821411133],[-84.15495300292969,57.706886291503906],[-84.0708236694336,57.707210540771484],[-83.98394775390625,57.710357666015625],[-83.89820861816406,57.710853576660156],[-83.81230163574219,57.71373748779297],[-83.72805786132812,57.71534729003906],[-83.63998413085938,57.717411041259766],[-83.55473327636719,57.718971252441406],[-83.4686279296875,57.721248626708984],[-83.38200378417969,57.72364807128906],[-83.2959976196289,57.7252311706543],[-83.21012115478516,57.727333068847656],[-83.12434387207031,57.72963333129883],[-83.0376205444336,57.73187255859375],[-82.95175170898438,57.73383712768555],[-82.864990234375,57.73655319213867],[-82.77871704101562,57.738319396972656],[-82.69099426269531,57.742225646972656],[-82.60601806640625,57.74260711669922],[-82.51822662353516,57.746341705322266],[-82.4315185546875,57.748130798339844],[-82.3449935913086,57.75146484375],[-82.25859069824219,57.7534294128418],[-82.17053985595703,57.7559928894043],[-82.0843505859375,57.758846282958984],[-81.99742889404297,57.761077880859375],[-81.90957641601562,57.76460647583008],[-81.82402038574219,57.76602554321289],[-81.736083984375,57.769744873046875],[-81.65103912353516,57.77104187011719],[-81.56290435791016,57.774356842041016],[-81.47636413574219,57.77659225463867],[-81.3892593383789,57.77912902832031],[-81.30131530761719,57.78235626220703],[-81.2162857055664,57.78316116333008],[-81.128173828125,57.787471771240234],[-81.04194641113281,57.78881072998047],[-80.9538345336914,57.79302215576172],[-80.86687469482422,57.794193267822266],[-80.77850341796875,57.79785919189453],[-80.69269561767578,57.800537109375],[-80.6043472290039,57.803314208984375],[-80.51750946044922,57.80586242675781],[-80.42976379394531,57.80919647216797],[-80.34339141845703,57.81226348876953],[-80.25468444824219,57.8153190612793],[-80.16719818115234,57.81793212890625],[-80.07960510253906,57.82109451293945],[-79.9924545288086,57.824546813964844],[-79.90483093261719,57.827396392822266],[-79.81657409667969,57.83057403564453],[-79.72975158691406,57.83312225341797],[-79.64077758789062,57.837528228759766],[-79.55375671386719,57.8398551940918],[-79.46481323242188,57.84397506713867],[-79.37669372558594,57.84653091430664],[-79.28974151611328,57.84980773925781],[-79.2012710571289,57.85336685180664],[-79.11273956298828,57.85597610473633],[-79.02558135986328,57.85971450805664],[-78.93768310546875,57.86220932006836],[-78.8492431640625,57.8665771484375],[-78.76041412353516,57.86882400512695],[-78.6724853515625,57.8729133605957],[-78.58493041992188,57.87520980834961],[-78.49625396728516,57.879634857177734],[-78.40885925292969,57.88232421875],[-78.3193130493164,57.8853645324707],[-78.23095703125,57.88988494873047],[-78.14295959472656,57.892189025878906],[-78.05376434326172,57.89671325683594],[-77.96455383300781,57.89923095703125],[-77.87589263916016,57.90379333496094],[-77.78897857666016,57.90652084350586],[-77.69815063476562,57.91047286987305],[-77.6081771850586,57.91453170776367],[-77.5202865600586,57.917823791503906],[-77.4309310913086,57.92158889770508],[-77.34144592285156,57.92464065551758],[-77.25261688232422,57.92890930175781],[-77.16275787353516,57.932586669921875],[-77.07337951660156,57.93571090698242],[-76.98506164550781,57.938480377197266],[-76.89509582519531,57.94281005859375],[-76.80538177490234,57.94691467285156],[-76.71472930908203,57.9514045715332],[-76.6275863647461,57.952064514160156],[-76.53645324707031,57.95741653442383],[-76.44664764404297,57.96010971069336],[-76.35663604736328,57.96510696411133],[-76.26703643798828,57.968055725097656],[-76.1753158569336,57.97288131713867],[-76.08585357666016,57.97696304321289],[-75.99510192871094,57.98090362548828],[-75.90435791015625,57.98515701293945],[-75.81532287597656,57.988136291503906],[-75.7236557006836,57.99406051635742],[-75.63489532470703,57.99630355834961],[-75.5414810180664,58.00274658203125],[-75.45105743408203,58.0056037902832],[-75.35882568359375,58.01143264770508],[-75.26748657226562,58.014671325683594],[-75.17610931396484,58.019447326660156],[-75.08617401123047,58.02383041381836],[-74.99365997314453,58.02839279174805],[-74.90167236328125,58.03339767456055],[-74.81114196777344,58.03667449951172],[-74.7196273803711,58.040771484375],[-74.62782287597656,58.04615783691406],[-74.53508758544922,58.050907135009766],[-74.4436264038086,58.054954528808594],[-74.35116577148438,58.059974670410156],[-74.2603530883789,58.06441116333008],[-74.1662368774414,58.06999206542969],[-74.07489776611328,58.07329177856445],[-73.98194122314453,58.07939529418945],[-73.89077758789062,58.08311462402344],[-73.79811096191406,58.08833694458008],[-73.70436096191406,58.093727111816406],[-73.61227416992188,58.0988655090332],[-73.51851654052734,58.1057014465332],[-73.42577362060547,58.10958480834961],[-73.3306655883789,58.11670684814453],[-73.23737335205078,58.12095642089844],[-73.14383697509766,58.127830505371094],[-73.04991149902344,58.13227462768555],[-72.95477294921875,58.138824462890625],[-72.86175537109375,58.14400863647461],[-72.76766967773438,58.14970397949219],[-72.67324829101562,58.15549850463867],[-72.57843780517578,58.16008758544922],[-72.48348999023438,58.16703796386719],[-72.39016723632812,58.17173385620117],[-72.29363250732422,58.17841720581055],[-72.19842529296875,58.18446731567383],[-72.10285186767578,58.190406799316406],[-72.00897216796875,58.1964111328125],[-71.9131088256836,58.20152282714844],[-71.81706237792969,58.20777893066406],[-71.72112274169922,58.212738037109375],[-71.627197265625,58.21684646606445],[-71.53141021728516,58.22440719604492],[-71.43273162841797,58.23179244995117],[-71.33572387695312,58.2380485534668],[-71.24089050292969,58.24333190917969],[-71.14311218261719,58.2501220703125],[-71.04592895507812,58.25659942626953],[-70.95110321044922,58.26093673706055],[-70.85234069824219,58.26976776123047],[-70.7573013305664,58.274269104003906],[-70.65802001953125,58.28211975097656],[-70.56124877929688,58.287113189697266],[-70.46383666992188,58.29397964477539],[-70.36431121826172,58.30210494995117],[-70.26852416992188,58.306888580322266],[-70.16841888427734,58.315040588378906],[-70.07084655761719,58.32061004638672],[-69.97232055664062,58.32828140258789],[-69.87572479248047,58.3337516784668],[-69.77489471435547,58.34054183959961],[-69.67677307128906,58.34795379638672],[-69.57740783691406,58.35516357421875],[-69.47811126708984,58.362064361572266],[-69.3791732788086,58.367977142333984],[-69.27933502197266,58.37632369995117],[-69.18055725097656,58.381736755371094],[-69.07942199707031,58.39018249511719],[-68.9795150756836,58.397403717041016],[-68.87958526611328,58.404075622558594],[-68.77882385253906,58.4109001159668],[-68.67697143554688,58.41944122314453],[-68.57714080810547,58.42745590209961],[-68.4752426147461,58.43506622314453],[-68.37403106689453,58.44308090209961],[-68.27372741699219,58.44983673095703],[-68.1717529296875,58.45780563354492],[-68.07061004638672,58.46529006958008],[-67.96862030029297,58.472450256347656],[-67.86783599853516,58.47960662841797],[-67.76554107666016,58.487056732177734],[-67.66441345214844,58.49473190307617],[-67.5612564086914,58.50272750854492],[-67.45982360839844,58.50899124145508],[-67.35562133789062,58.51802062988281],[-67.25425720214844,58.524600982666016],[-67.1506576538086,58.53351974487305],[-67.04841613769531,58.54001235961914],[-66.94609069824219,58.547637939453125],[-66.84165954589844,58.55636215209961],[-66.7388687133789,58.56275177001953],[-66.63420867919922,58.57162857055664],[-66.53287506103516,58.57668685913086],[-66.42948913574219,58.58430862426758],[-66.3254623413086,58.59109115600586],[-66.22005462646484,58.59922790527344],[-66.11713409423828,58.60663986206055],[-66.01163482666016,58.61521911621094],[-65.90321350097656,58.626319885253906],[-65.80330657958984,58.627689361572266],[-65.69668579101562,58.63844299316406],[-65.59166717529297,58.646034240722656],[-65.48847198486328,58.65145492553711],[-65.3779525756836,58.6638069152832],[-65.27549743652344,58.66891098022461],[-65.1766128540039,58.671669006347656],[-65.06614685058594,58.682098388671875],[-64.96237182617188,58.68750762939453],[-64.85784912109375,58.693912506103516],[-64.74110412597656,58.710689544677734],[-64.64358520507812,58.71049880981445],[-64.53575134277344,58.719505310058594],[-64.43197631835938,58.72343444824219],[-64.31715393066406,58.738773345947266],[-64.2164306640625,58.7405891418457],[-64.09954071044922,58.75606155395508],[-63.989925384521484,58.76612854003906],[-63.86681365966797,58.78773498535156],[-63.778480529785156,58.77857971191406],[-63.658451080322266,58.795623779296875],[-63.54641342163086,58.80662536621094],[-63.4446907043457,58.808719635009766],[-63.3331413269043,58.818538665771484],[-63.211029052734375,58.83746337890625],[-63.09597396850586,58.85072708129883],[-62.98497772216797,58.85920715332031],[-62.87307357788086,58.86996841430664],[-62.76381301879883,58.87745666503906],[-62.64878463745117,58.88833999633789],[-62.53772735595703,58.89775466918945],[-62.42445373535156,58.90766525268555],[-62.31205368041992,58.91653823852539],[-62.198020935058594,58.92697525024414],[-62.08576583862305,58.93627166748047],[-61.971126556396484,58.94626998901367],[-61.85831832885742,58.95561599731445],[-61.74305725097656,58.96616744995117],[-61.629215240478516,58.9759521484375],[-61.513671875,58.986446380615234],[-61.39850997924805,58.99592971801758],[-61.28513717651367,59.00627899169922],[-61.167335510253906,59.01708984375],[-61.05193328857422,59.02703094482422],[-60.935791015625,59.037208557128906],[-60.81962203979492,59.04732894897461],[-60.700836181640625,59.05852127075195],[-60.583839416503906,59.06875228881836],[-60.466121673583984,59.07942199707031],[-60.34931564331055,59.08978271484375],[-60.23111343383789,59.100494384765625],[-60.11248016357422,59.11166763305664],[-59.993919372558594,59.121337890625],[-59.87282943725586,59.13393020629883],[-59.75590896606445,59.143192291259766],[-59.63429260253906,59.15578842163086],[-59.51531219482422,59.16542434692383],[-59.39461898803711,59.17731857299805],[-59.27347183227539,59.1890869140625],[-59.15275573730469,59.199581146240234],[-59.03013229370117,59.21147155761719],[-58.90862274169922,59.222537994384766],[-58.785308837890625,59.234764099121094],[-58.662933349609375,59.24561309814453],[-58.53963088989258,59.257530212402344],[-58.41600799560547,59.26959228515625],[-58.292545318603516,59.28095626831055],[-58.167728424072266,59.29340744018555],[-58.04420471191406,59.30425262451172],[-57.91819763183594,59.31793212890625],[-57.79316711425781,59.32858657836914],[-57.666114807128906,59.34157943725586],[-57.5410270690918,59.35329818725586],[-57.413455963134766,59.36613845825195],[-57.28814697265625,59.37840270996094],[-57.157840728759766,59.39125442504883],[-57.03095626831055,59.40290451049805],[-56.901954650878906,59.41639709472656],[-56.77341842651367,59.42859649658203],[-56.64287567138672,59.44214630126953],[-56.515052795410156,59.45395278930664],[-56.38121032714844,59.468162536621094],[-56.25270080566406,59.48063278198242],[-56.12101745605469,59.494136810302734],[-55.98786926269531,59.507450103759766],[-55.85700988769531,59.520286560058594],[-55.72175216674805,59.53523635864258],[-55.59388732910156,59.54570007324219],[-55.455108642578125,59.56220245361328],[-55.32364273071289,59.57400894165039],[-55.18619918823242,59.58963394165039],[-55.05253601074219,59.601863861083984],[-54.914268493652344,59.61634826660156],[-54.77851104736328,59.631473541259766],[-54.64204406738281,59.64449691772461],[-54.50397872924805,59.65987777709961],[-54.36818313598633,59.672813415527344],[-54.22784423828125,59.68851852416992],[-54.08746337890625,59.703121185302734],[-53.947853088378906,59.71772384643555],[-53.80867004394531,59.73194885253906],[-53.66652297973633,59.747135162353516],[-53.52615737915039,59.761962890625],[-53.38248062133789,59.777225494384766],[-53.24181365966797,59.79145431518555],[-53.095863342285156,59.807857513427734],[-52.95370101928711,59.82292556762695],[-52.80735397338867,59.83885192871094],[-52.66267395019531,59.8537483215332],[-52.515953063964844,59.870357513427734],[-52.36930465698242,59.886268615722656],[-52.2197151184082,59.90211868286133],[-52.071624755859375,59.9188117980957],[-51.9244384765625,59.93421936035156],[-51.77183532714844,59.951961517333984],[-51.62151336669922,59.967247009277344],[-51.4697265625,59.98475646972656],[-51.3204231262207,60.00053787231445],[-51.16582489013672,60.018306732177734],[-51.01412582397461,60.0345573425293],[-50.86033630371094,60.051109313964844],[-50.70099639892578,60.07085037231445],[-50.54830551147461,60.08641052246094],[-50.38815689086914,60.10572814941406],[-50.231590270996094,60.12196350097656],[-50.07105255126953,60.141143798828125],[-49.91470718383789,60.15874481201172],[-49.75189971923828,60.17692565917969],[-49.58936309814453,60.195579528808594],[-49.42647933959961,60.21391677856445],[-49.26168441772461,60.233482360839844],[-49.097618103027344,60.251564025878906],[-48.93150329589844,60.27106857299805],[-48.765499114990234,60.29032897949219],[-48.597801208496094,60.30971145629883],[-48.42930603027344,60.32919692993164],[-48.259613037109375,60.348846435546875],[-48.0900993347168,60.368778228759766],[-47.91290283203125,60.38990020751953],[-47.7435417175293,60.40874099731445],[-47.56824493408203,60.429683685302734],[-47.39230728149414,60.450557708740234],[-47.218482971191406,60.471107482910156],[-47.036041259765625,60.492919921875],[-46.85733413696289,60.5135612487793],[-46.67504119873047,60.53583526611328],[-46.49459457397461,60.5568962097168],[-46.309173583984375,60.579673767089844],[-46.12771987915039,60.60048294067383],[-45.952701568603516,60.618141174316406],[-45.75560760498047,60.64508056640625],[-45.59495162963867,60.65557098388672],[-45.3702392578125,60.69249725341797],[-45.2490234375,60.68622589111328],[-45.06208419799805,60.70689010620117],[-44.87565994262695,60.7271728515625],[-44.610694885253906,60.77911376953125],[-44.45106506347656,60.787540435791016],[-44.29631423950195,60.7939453125],[-44.103904724121094,60.814483642578125],[-43.84354019165039,60.86170196533203],[-43.58920669555664,60.907142639160156],[-43.37046432495117,60.936065673828125],[-43.1907844543457,60.950477600097656],[-42.99845504760742,60.969017028808594],[-42.72085952758789,61.02009963989258],[-42.50139236450195,61.047645568847656],[-42.280555725097656,61.075382232666016],[-42.05690002441406,61.10368728637695],[-41.829925537109375,61.13256072998047],[-41.6030158996582,61.16144561767578],[-41.370506286621094,61.1911735534668],[-41.140743255615234,61.22002410888672],[-40.8978271484375,61.25191116333008],[-40.66010665893555,61.28220748901367],[-40.41377639770508,61.31409454345703],[-40.16748809814453,61.345577239990234],[-39.91765594482422,61.378318786621094],[-39.66366195678711,61.41149139404297],[-39.40317916870117,61.44470977783203],[-39.14128112792969,61.47954177856445],[-38.87975311279297,61.513004302978516],[-38.60317611694336,61.550514221191406],[-38.332275390625,61.584312438964844],[-38.048885345458984,61.622894287109375],[-37.7718391418457,61.65822982788086],[-37.477474212646484,61.69837951660156],[-37.187862396240234,61.73583221435547],[-36.88848876953125,61.77511978149414],[-36.57232666015625,61.818695068359375],[-36.26642990112305,61.85826110839844],[-35.93999099731445,61.90292739868164],[-35.61497116088867,61.94548034667969],[-35.27238464355469,61.99276351928711],[-34.93777847290039,62.03720474243164],[-34.580406188964844,62.085052490234375],[-34.20464324951172,62.1370735168457],[-33.835933685302734,62.1864128112793],[-33.443180084228516,62.240901947021484],[-33.0433464050293,62.294708251953125],[-32.62321472167969,62.35334014892578],[-32.1912727355957,62.41194534301758],[-31.735387802124023,62.47521209716797],[-31.264482498168945,62.539894104003906],[-30.763029098510742,62.60979461669922],[-30.241016387939453,62.68245315551758],[-29.64266586303711,62.768131256103516],[-29.057355880737305,62.848411560058594],[-28.38556671142578,62.943702697753906],[-27.66077423095703,63.045372009277344],[-26.824785232543945,63.164737701416016],[-25.873798370361328,63.29848861694336],[-24.609580993652344,63.479007720947266],[-22.469186782836914,63.78604507446289]]]}]}'),Ve=JSON.parse('{"type":"GeometryCollection","geometries":[{"type":"Polygon","coordinates":[[[-155,56.55],[-152.1,55.75],[-148.2,54.4],[-144.25,52.7],[-141.55,51.3],[-138.9,49.7],[-135.95,47.6],[-133.35,45.4],[-130.45,42.45],[-128.75,40.4],[-126.55,37.3],[-124.75,34.25],[-123.1,30.9],[-121.75,27.6],[-120.65,24.35],[-119.95,21.9],[-118.9,17.5],[-112.45,17.4],[-112.4,17.35],[-109.25,17.35],[-109.2,17.3],[-99.65,17.25],[-99.6,17.2],[-82.75,17.2],[-82.7,17.25],[-69.85,17.35],[-69.8,17.4],[-67.05,17.4],[-67,17.45],[-63.95,17.5],[-62.95,21.7],[-62.1,24.65],[-61.05,27.75],[-59.7,31.1],[-58.4,33.85],[-56.55,37.15],[-54.9,39.65],[-53.15,41.95],[-51.45,43.9],[-49.25,46.1],[-47.35,47.75],[-44.7,49.75],[-40.75,52.2],[-37.25,53.95],[-33.05,55.65],[-28.65,57.05],[-24.5,58.05],[-24.5,63.5],[-32.5,62.35],[-40.35,61.3],[-42.65,61.05],[-43,60.95],[-43.4,60.95],[-44.1,60.8],[-45.9,60.65],[-51.55,59.95],[-57.9,59.3],[-62.95,58.9],[-64.05,58.75],[-65.45,58.7],[-65.5,58.65],[-71.1,58.3],[-71.15,58.25],[-73.6,58.15],[-73.65,58.1],[-79.3,57.9],[-79.35,57.85],[-80.7,57.85],[-80.75,57.8],[-87.35,57.7],[-87.4,57.65],[-95.25,57.65],[-95.3,57.7],[-98.3,57.7],[-98.35,57.75],[-101.7,57.8],[-101.75,57.85],[-103.1,57.85],[-103.15,57.9],[-108.65,58.1],[-108.7,58.15],[-111.1,58.25],[-111.15,58.3],[-112.65,58.35],[-112.7,58.4],[-117.45,58.7],[-124.25,59.3],[-124.3,59.35],[-125.4,59.4],[-135.7,60.5],[-136.05,60.6],[-138.05,60.8],[-138.35,60.9],[-138.75,60.95],[-138.95,60.9],[-139.2,61],[-139.65,61.05],[-139.8,61],[-140.35,61.15],[-142.4,61.35],[-142.7,61.45],[-144.25,61.6],[-146.05,61.9],[-147.25,62],[-148.25,62.2],[-155,63.1],[-155,56.55]]]}]}');var Ee=[];function Re(e){return new Promise((function(t,n){var o=document.createElement("link");o.rel="preload",o.as="image",o.onload=function(){t(o)},o.onerror=o.onabort=function(){n(e)},o.href=e,document.body.appendChild(o),Ee.push(o)}))}function We(e){Ee.forEach((function(e){e.remove()})),Ee=[];var t=e.map((function(e){return Re(e)}));return t}function ze(){return(0,c.sH)(this,void 0,Promise,(function(){var e;return(0,c.YH)(this,(function(t){return console.log("fetching manifest"),e="https://raw.githubusercontent.com/johnarban/tempo-data-holdings/main/manifest.json",[2,fetch("".concat(e,"?version=").concat(Date.now(),"}")).then((function(e){return e.json()})).catch((function(){return fetch(e).then((function(e){return e.json()}))}))]}))}))}function Ne(){return(0,c.sH)(this,void 0,Promise,(function(){var e,t,n,o;return(0,c.YH)(this,(function(a){switch(a.label){case 0:return[4,ze()];case 1:return e=a.sent(),t=e.early_release,n=e.released,o=e.clouds,[2,{early_release:t.timestamps,released:n.timestamps,clouds:o.timestamps}]}}))}))}var Ae=[],Pe=[],je=[],Be=[169883892e4,169884132e4,169884372e4,169884612e4,169884852e4,169885212e4,169885572e4,169885932e4,169886292e4,169886652e4,169887012e4,169887372e4,169887612e4,169887852e4,169888092e4,169901172e4,169901412e4,169901652e4,169901892e4,169902132e4,169902492e4,169902852e4,169903212e4,169903572e4,169903932e4,169904292e4,169904652e4,169904892e4,169905132e4,169905372e4,171162618e4,171162864e4,171163104e4,171163344e4,171163704e4,171164064e4,171164424e4,171164784e4,171165144e4,171165504e4,171165864e4,171166224e4,171166584e4,171166824e4],Ge=Be,He=new URLSearchParams(window.location.search),qe="true"===He.get("hideintro"),Ke=!!qe||"true"===window.localStorage.getItem("dontShowIntro");function Ye(e,t,n){return void 0===t&&(t=2),void 0===n&&(n="0"),e.toString().padStart(t,n)}const $e=(0,i.pM)({data:function(){var e,t="false"!==(null===(e=new URLSearchParams(window.location.search).get("splash"))||void 0===e?void 0:e.toLowerCase()),n=new(xe().LatLngBounds)(new(xe().LatLng)(17.025,-154.975),new(xe().LatLng)(63.975,-24.475)),o=new(xe().LatLngBounds)(new(xe().LatLng)(14.01,-167.99),new(xe().LatLng)(72.99,-13.01)),a=xe().geoJSON(_e,{style:{color:"#c10124",fillColor:"transparent",weight:1,opacity:.8}}),i=[new Date(2023,10,1),new Date(2023,10,3),new Date(2024,2,28)],r=["Nov 1","Nov 3","Mar 28"],l=[[{latlng:[34.359786,-111.700124],zoom:7,text:"Arizona Urban Traffic and Fires",index:Ge.indexOf(169884852e4)},{latlng:[36.1716,-115.1391],zoom:7,text:"Las Vegas: Fairly Constant Levels All Day",index:Ge.indexOf(169884852e4)}],[{latlng:[36.215934,-119.7775],zoom:6,text:"California Traffic and Agriculture",index:Ge.indexOf(169902132e4)},{latlng:[41.85726,-80.531177],zoom:5,text:"Northeast: Large Emissions Plumes",index:Ge.indexOf(169901412e4)}],[{latlng:[31.938392,-99.095785],zoom:6,text:"Texas Oil and Gas Production",index:Ge.indexOf(171163104e4)},{latlng:[31.331933,-91.575283],zoom:8,text:"LA/MS Fires",index:Ge.indexOf(171164424e4)}]],s=[["

NO2 increases during daily rush hour. In Phoenix, notice the high levels of NO2 early in the morning, dip down during the day, then start to build back up during the evening commute.

Fires can be seen between Phoenix and Flagstaff. These are most easily identified as hot spots of NO2 that appear quickly.

","

In this data Las Vegas has less daily variation than many other cities.

"],["

Los Angeles clearly stands out. NO2 values are even higher than the maximum of our color bar. You can clearly see the highways including Route 10 between San Bernardino and Mexicali and Route 15 leading from San Bernardino towards Las Vegas. A significant amount of NO2 in California’s central valley is a byproduct of agricultural activity there. Excess fertilizer in the soil gets broken down by microbes to produce nitrogen oxides which are very reactive. Emissions that don’t come from combustion are typically much harder to see, but the Central Valley is an area where TEMPO data may reveal this agricultural source of pollution.

","

Air pollution is often transported, or moved, over great distances. In this data set large plumes can be seen over the Northeast. If you look closely you can see that many of these plumes appear to originate out of cities in the midwest including Nashville, St. Louis, and Memphis.

"],["

The Permian basin, near Odessa, has two large plumes of NO2. This is the largest oil and gas producing area in the USA. You can also see here how pollution from a source in one state (Texas) can be transported across state lines to New Mexico.

","

Two fires can be seen popping up south and east of Alexandria. These are most easily identified as hot spots of NO2 that appear quickly.

"]],u=.9;return{showSplashScreen:t,sheet:null,layersLoaded:!1,positionSet:!1,accentColor:"#068ede",accentColor2:"#ffd302",buttonColor:"#ffffff",introSlide:1,inIntro:!Ke,dontShowIntro:Ke,radio:null,sublocationRadio:null,touchscreen:!1,playInterval:null,map:null,basemap:null,novDecBounds:n,marchBounds:new(xe().LatLngBounds)(new(xe().LatLng)(14.01,-167.99),new(xe().LatLng)(72.99,-13.01)),bounds:o.toBBoxString().split(",").map(parseFloat),fieldOfRegardLayer:a,locationsOfInterest:l,locationsOfInterestText:s,datesOfInterest:i,dateStrings:r,customImageUrl:"",selectedTimezone:"US/Eastern",timestep:0,timeIndex:0,minIndex:0,maxIndex:Ge.length-1,timeValues:(0,c.fX)([],(0,c.zs)(Array(Ge.length).keys()),!1),playing:!1,imageOverlay:new(xe().ImageOverlay)("",n,{opacity:u,interactive:!1}),opacity:u,timestamps:Ge,erdTimestamps:Ae,newTimestamps:Pe,fosterTimestamps:Be,preload:!0,singleDateSelected:new Date,searchOpen:!0,searchErrorMessage:null,showControls:!0,showFieldOfRegard:!0,showCredits:!1,loadedImagesProgress:0,useHighRes:!1,cloudOverlay:new(xe().ImageOverlay)("",n,{opacity:u,interactive:!1}),cloudTimestamps:je,showClouds:!1}},created:function(){this.touchscreen="ontouchstart"in window||"ontouchstart"in document.documentElement||!!window.navigator.msPointerEnabled,this.updateTimestamps()},mounted:function(){var e=this;this.showSplashScreen=!1,this.map=xe().map("map",{zoomControl:!1}).setView([40.044,-98.789],4,{crs:xe().CRS.EPSG4326});var t=xe().Control.zoomHome(),n=t._zoomHome.bind(t);t._zoomHome=function(t){n(),e.sublocationRadio=null},t.addTo(this.map),this.addCoastlines();var o=this.map.createPane("labels");o.style.zIndex="650",o.style.pointerEvents="none",this.basemap=xe().tileLayer("https://tiles.stadiamaps.com/tiles/stamen_toner_lines/{z}/{x}/{y}{r}.png",{minZoom:0,maxZoom:20,attribution:'© Stadia Maps © Stamen Design © OpenMapTiles © OpenStreetMap contributors',pane:"labels"}).addTo(this.map),xe().tileLayer("https://tiles.stadiamaps.com/tiles/stamen_toner_labels/{z}/{x}/{y}{r}.png",{minZoom:0,maxZoom:20,attribution:'© Stadia Maps © Stamen Design © OpenMapTiles © OpenStreetMap contributors',pane:"labels"}).addTo(this.map),this.singleDateSelected=this.uniqueDays[this.uniqueDays.length-1],this.imageOverlay.setUrl(this.imageUrl).addTo(this.map),this.cloudOverlay.setUrl(this.cloudUrl).addTo(this.map),this.updateFieldOfRegard(),this.showFieldOfRegard&&this.fieldOfRegardLayer.addTo(this.map)},computed:{smallSize:function(){return this.$vuetify.display.smAndDown},mobile:function(){return this.smallSize&&this.touchscreen},cssVars:function(){return{"--accent-color":this.accentColor,"--accent-color-2":this.accentColor2,"--app-content-height":this.showTextSheet?"66%":"100%"}},showTextSheet:{get:function(){return"text"===this.sheet},set:function(e){this.selectSheet("text")}},showVideoSheet:{get:function(){return"video"===this.sheet},set:function(e){if(this.selectSheet("video"),!e){var t=document.querySelector("#info-video");t.pause()}}},timestamp:function(){return this.timestamps[this.timeIndex]},date:function(){return new Date(this.timestamp)},dateIsDST:function(){var e=(0,Le.Zn)(this.selectedTimezone,new Date(this.date.getUTCFullYear(),0,1)),t=(0,Le.Zn)(this.selectedTimezone,this.date);return console.log("standard: ".concat(e/36e5,", current ").concat(t/36e5)),e!==t},timezoneOptions:function(){return[{tz:"US/Eastern",name:this.dateIsDST?"Eastern Daylight":"Eastern Standard"},{tz:"US/Central",name:this.dateIsDST?"Central Daylight":"Central Standard"},{tz:"US/Mountain",name:this.dateIsDST?"Mountain Daylight":"Mountain Standard"},{tz:"US/Arizona",name:"Mountain Standard"},{tz:"US/Pacific",name:this.dateIsDST?"Pacific Daylight":"Pacific Standard"},{tz:"US/Alaska",name:this.dateIsDST?"Alaska Daylight":"Alaska Standard"},{tz:"UTC",name:"UTC"}]},thumbLabel:function(){var e=(0,Le.Zn)(this.selectedTimezone,this.date),t=new Date(this.timestamp+e),n=t.getUTCHours(),o=n>=12?"PM":"AM",a=n%12;return 0===a&&(a=12),"".concat(this.date.getUTCMonth()+1,"/").concat(t.getUTCDate(),"/").concat(t.getUTCFullYear()," ").concat(a,":").concat(t.getUTCMinutes().toString().padStart(2,"0")," ").concat(o)},imageName:function(){return this.getTempoFilename(this.date)},imageUrl:function(){if(this.customImageUrl)return this.customImageUrl;var e=this.getTempoDataUrl(this.timestamp);return e+this.imageName},cloudUrl:function(){return this.showClouds&&this.cloudTimestamps.includes(this.timestamp)?this.getCloudFilename(this.date):""},cloudDataAvailable:function(){return this.cloudTimestamps.includes(this.timestamp)},whichDataSet:function(){return this.fosterTimestamps.includes(this.timestamp)?"TEMPO-lite":this.erdTimestamps.includes(this.timestamp)?"Early Release (V01)":this.newTimestamps.includes(this.timestamp)?"Level 3 (V03)":"Unknown"},newBounds:function(){return new(xe().LatLngBounds)(new(xe().LatLng)(this.bounds[1],this.bounds[0]),new(xe().LatLng)(this.bounds[3],this.bounds[2]))},imageBounds:function(){return 2023===this.date.getUTCFullYear()?this.novDecBounds:2024===this.date.getUTCFullYear()&&2===this.date.getUTCMonth()?this.marchBounds:this.newBounds},uniqueDays:function(){var e=function(e){return(0,Le.Zn)("US/Eastern",e)},t=this.timestamps.map((function(t){return new Date(t+e(new Date(t)))})),n=t.map((function(e){return new Date(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()).getTime()})),o=Array.from(new Set(n));return o.map((function(e){return new Date(e)}))},highresAvailable:function(){return this.newTimestamps.includes(this.timestamp)}},methods:{cividis:function(e){return Te(e)},svs:function(e){return Oe(e)},cbarNO2:function(e){var t=Ie(0,1,e);return"rgba(".concat(t[0],", ").concat(t[1],", ").concat(t[2],",1)")},cbarNO2ColorsRevised2023:function(e){var t=Ue(0,1,e);return"rgba(".concat(t[0],", ").concat(t[1],", ").concat(t[2],",1)")},blurActiveElement:function(){var e=document.activeElement;e instanceof HTMLElement&&e.blur()},closeSplashScreen:function(){this.showSplashScreen=!1},selectSheet:function(e){var t=this;this.sheet===e?(this.sheet=null,this.$nextTick((function(){t.blurActiveElement()}))):this.sheet=e},addCoastlines:function(){var e=this;fetch("coastlines.geojson").then((function(e){return e.json()})).then((function(t){xe().geoJson(t,{style:{color:"black",weight:1,opacity:.8}}).addTo(e.map)}))},geocodingInfoForSearch:function(e){return(0,c.sH)(this,void 0,Promise,(function(){return(0,c.YH)(this,(function(t){return[2,m(e,{countries:["US","CA","MX","CU","BM","HT","DO"]}).catch((function(e){return null}))]}))}))},resetMapBounds:function(){var e;null===(e=this.map)||void 0===e||e.setView([40.044,-98.789],4)},play:function(){var e=this;this.playInterval=setInterval((function(){e.timeIndex>=e.maxIndex?e.playInterval&&(e.timeIndex=e.minIndex):e.timeIndex+=1}),1e3)},pause:function(){this.playInterval&&clearInterval(this.playInterval)},updateBounds:function(){this.imageOverlay.setBounds(this.imageBounds),this.cloudOverlay.setBounds(this.imageBounds)},updateTimestamps:function(){return(0,c.sH)(this,void 0,void 0,(function(){var e=this;return(0,c.YH)(this,(function(t){return[2,Ne().then((function(t){e.erdTimestamps=t.early_release,e.newTimestamps=t.released,e.timestamps=e.timestamps.concat(e.erdTimestamps,e.newTimestamps).sort(),e.cloudTimestamps=t.clouds}))]}))}))},getCloudFilename:function(e){var t=this.getTempoFilename(e);return this.useHighRes?"https://raw.githubusercontent.com/johnarban/tempo-data-holdings/main/clouds/images/"+t:"https://raw.githubusercontent.com/johnarban/tempo-data-holdings/main/clouds/images/resized_images/"+t},getTempoFilename:function(e){return"tempo_".concat(e.getUTCFullYear(),"-").concat(Ye(e.getUTCMonth()+1),"-").concat(Ye(e.getUTCDate()),"T").concat(Ye(e.getUTCHours()),"h").concat(Ye(e.getUTCMinutes()),"m.png")},getTempoDataUrl:function(e){return this.fosterTimestamps.includes(e)?"https://tempo-images-bucket.s3.amazonaws.com/tempo-lite/":this.erdTimestamps.includes(e)?"https://raw.githubusercontent.com/johnarban/tempo-data-holdings/main/early_release/images/":this.newTimestamps.includes(e)?this.useHighRes?"https://raw.githubusercontent.com/johnarban/tempo-data-holdings/main/released/images/":"https://raw.githubusercontent.com/johnarban/tempo-data-holdings/main/released/images/resized_images/":""},setNearestDate:function(e){if(null!=e){var t=864e5,n=this.timestamps.filter((function(n){return n-e0}));this.minIndex=this.timestamps.indexOf(n[0]),this.maxIndex=this.timestamps.indexOf(n[n.length-1]),this.timeIndex=this.minIndex,this.imagePreload()}},updateFieldOfRegard:function(){2023===this.date.getUTCFullYear()&&7===this.date.getUTCMonth()?(this.fieldOfRegardLayer.clearLayers(),this.fieldOfRegardLayer.addData(Ve)):(this.fieldOfRegardLayer.clearLayers(),this.fieldOfRegardLayer.addData(_e))},imagePreload:function(){var e=this;if(this.preload){console.log("preloading images for ",this.thumbLabel);var t=this.timestamps.slice(this.minIndex,this.maxIndex+1),n=t.map((function(t){return e.getTempoDataUrl(t)+e.getTempoFilename(new Date(t))})),o=t.filter((function(t){return e.cloudTimestamps.includes(t)})).map((function(t){return e.getCloudFilename(new Date(t))}));n.push.apply(n,(0,c.fX)([],(0,c.zs)(o),!1));var a=We(n),i=0;this.loadedImagesProgress=0,a.forEach((function(t){t.then((function(){i+=1,e.loadedImagesProgress=i/a.length*100})).catch((function(e){console.log("error loading image",e)}))}))}},getUniqueDayIndex:function(e){return this.uniqueDays.findIndex((function(t){return t.getTime()===e.getTime()}))},moveBackwardOneDay:function(){this.singleDateSelected=this.uniqueDays[this.getUniqueDayIndex(this.singleDateSelected)-1]},moveForwardOneDay:function(){this.singleDateSelected=this.uniqueDays[this.getUniqueDayIndex(this.singleDateSelected)+1]}},watch:{introSlide:function(e){this.inIntro=e<4},dontShowIntro:function(e){window.localStorage.setItem("dontShowIntro",e.toString()),e||(this.inIntro=!0)},loadedImagesProgress:function(e){this.playing=!1;var t=this.$el.querySelector("#play-pause-button");t&&(e<100?t.setAttribute("disabled","true"):t.removeAttribute("disabled"))},playing:function(e){e?this.play():this.pause()},imageUrl:function(e){this.updateBounds(),this.imageOverlay.setUrl(e),this.updateFieldOfRegard()},cloudUrl:function(e){this.cloudOverlay.setUrl(e)},useHighRes:function(){this.imagePreload()},imageBounds:function(e){console.log(this.whichDataSet,e.toBBoxString())},showFieldOfRegard:function(e){e?this.fieldOfRegardLayer.addTo(this.map):this.map&&this.map.removeLayer(this.fieldOfRegardLayer)},timestamps:function(){this.singleDateSelected=this.uniqueDays[this.uniqueDays.length-1]},radio:function(e){var t;if(null==e)return this.setNearestDate(this.singleDateSelected.getTime()),void(this.sublocationRadio=null);var n=null!==(t=this.datesOfInterest[e])&&void 0!==t?t:this.singleDateSelected;this.singleDateSelected=n,this.setNearestDate(n.getTime()),this.sublocationRadio=null},singleDateSelected:function(e){null!==e&&this.setNearestDate(e)},sublocationRadio:function(e){var t;if(null!==e&&null!=this.radio){var n=this.locationsOfInterest[this.radio][e];null===(t=this.map)||void 0===t||t.setView(n.latlng,n.zoom),this.timeIndex=n.index}},opacity:function(e){this.imageOverlay.setOpacity(e),this.cloudOverlay.setOpacity(e)}}}),Xe=(0,g.A)($e,[["render",ke]]),Je=Xe;var Ze=["id"],Qe={class:"colorbar-labels"};function et(e,t,n,o,a,l){return(0,i.uX)(),(0,i.CE)("div",{id:e.id,class:"colorbar-container"},[(0,i.Lk)("div",{style:(0,r.Tr)({"--background-color":e.backgroundColor}),class:"colorbar"},null,4),(0,i.Lk)("div",Qe,[(0,i.Lk)("div",null,[(0,i.RG)(e.$slots,"start",{},(function(){return[(0,i.eW)((0,r.v_)(e.startValue),1)]}),!0)]),(0,i.Lk)("div",null,[(0,i.RG)(e.$slots,"label",{},(function(){return[(0,i.eW)((0,r.v_)(e.label),1)]}),!0)]),(0,i.Lk)("div",null,[(0,i.RG)(e.$slots,"end",{},(function(){return[(0,i.eW)((0,r.v_)(e.endValue),1)]}),!0)])])],8,Ze)}const tt=(0,i.pM)({name:"ColorBar",props:{name:{type:String,default:null},nsteps:{type:Number,default:20},label:{type:String,default:"Colorbar"},cmap:{type:Function,default:function(e){return"rgb(255,0,".concat(255*e,")")}},backgroundColor:{type:String,default:"#5c5229"},startValue:{type:String,default:"0%"},endValue:{type:String,default:"100%"},extend:{type:Boolean||String,default:function(){return"both"}}},mounted:function(){this.colorbarGradient()},computed:{id:function(){return this.name?"colorbar-".concat(this.name):"colorbar-".concat(Math.random().toString(36).slice(2))},triangles:function(){return!1!==this.extend},showStartTriangle:function(){return"both"===this.extend||"start"===this.extend||this.extend},showEndTriangle:function(){return"both"===this.extend||"end"===this.extend||this.extend}},methods:{cssLinearGradientFromCmap:function(){var e=this,t=this.nsteps,n=Array.from({length:t+1},(function(n,o){var a=e.cmap(o/t),i=(0,c.zs)(Array.isArray(a)?a:[a,1],2),r=i[0];i[1];return"".concat(r," ").concat(100*o/t,"%")}));return"linear-gradient(to top, ".concat(n.join(", "),")")},colorbarGradient:function(){var e=document.querySelector("#"+this.id+"> .colorbar");if(e){while(e.firstChild)e.removeChild(e.firstChild);var t=document.createElement("div");if(t.className="colorbar-chunk",t.style.background=this.cssLinearGradientFromCmap(),t.style.height="100%",this.triangles){var n=document.createElement("div");n.className="colorbar-start";var o=document.createElement("div");o.className="colorbar-end",e.appendChild(o),e.appendChild(t),e.appendChild(n),n&&this.showStartTriangle&&(n.style.backgroundColor=this.cmap(0),this.styleDownTriangle(n)),o&&this.showEndTriangle&&(o.style.backgroundColor=this.cmap(1),this.styleUpTriangle(o))}else e.appendChild(t)}},styleUpTriangle:function(e){var t=e.offsetWidth,n=e.offsetHeight,o=e.style.backgroundColor;n=Math.min(Math.max(n,15),.86*t),e.style.backgroundColor="transparent",e.style.borderLeft="".concat(t/2,"px solid transparent"),e.style.borderRight="".concat(t/2,"px solid transparent"),e.style.borderBottom="".concat(n,"px solid ").concat(o)},styleDownTriangle:function(e){var t=e.offsetWidth,n=e.offsetHeight,o=e.style.backgroundColor;n=Math.min(Math.max(n,15),.86*t),e.style.backgroundColor="transparent",e.style.borderLeft="".concat(t/2,"px solid transparent"),e.style.borderRight="".concat(t/2,"px solid transparent"),e.style.borderTop="".concat(n,"px solid ").concat(o)}},watch:{nsteps:function(){this.colorbarGradient()},cmap:function(){this.colorbarGradient()}}}),nt=(0,g.A)(tt,[["render",et],["__scopeId","data-v-221ae20e"]]),ot=nt;var at=["id"],it={class:"colorbar-labels"};function rt(e,t,n,o,a,l){return(0,i.uX)(),(0,i.CE)("div",{id:e.id,class:"colorbar-container-horizontal"},[(0,i.Lk)("div",it,[(0,i.Lk)("div",null,[(0,i.RG)(e.$slots,"start",{},(function(){return[(0,i.eW)((0,r.v_)(e.startValue),1)]}),!0)]),(0,i.Lk)("div",null,[(0,i.RG)(e.$slots,"label",{},(function(){return[(0,i.eW)((0,r.v_)(e.label),1)]}),!0)]),(0,i.Lk)("div",null,[(0,i.RG)(e.$slots,"end",{},(function(){return[(0,i.eW)((0,r.v_)(e.endValue),1)]}),!0)])]),(0,i.Lk)("div",{style:(0,r.Tr)({"--background-color":e.backgroundColor}),class:"colorbar"},null,4)],8,at)}const lt=(0,i.pM)({name:"ColorBar",props:{name:{type:String,default:null},nsteps:{type:Number,default:20},label:{type:String,default:"Colorbar"},cmap:{type:Function,default:function(e){return"rgb(255,0,".concat(255*e,")")}},backgroundColor:{type:String,default:"#5c5229"},startValue:{type:String,default:"0%"},endValue:{type:String,default:"100%"},extend:{type:Boolean||String,default:function(){return"both"}}},mounted:function(){this.colorbarGradient(),console.log(this.$el)},computed:{id:function(){return this.name?"colorbar-".concat(this.name):"colorbar-".concat(Math.random().toString(36).slice(2))},triangles:function(){return!1!==this.extend},showStartTriangle:function(){return"both"===this.extend||"start"===this.extend||this.extend},showEndTriangle:function(){return"both"===this.extend||"end"===this.extend||this.extend}},methods:{cssLinearGradientFromCmap:function(){var e=this,t=this.nsteps,n=Array.from({length:t+1},(function(n,o){var a=e.cmap(o/t),i=(0,c.zs)(Array.isArray(a)?a:[a,1],2),r=i[0];i[1];return"".concat(r," ").concat(100*o/t,"%")}));return"linear-gradient(to right, ".concat(n.join(", "),")")},colorbarGradient:function(){var e=document.querySelector("#"+this.id+"> .colorbar");if(e){var t=document.createElement("div");if(t.className="colorbar-chunk",t.style.background=this.cssLinearGradientFromCmap(),t.style.height="var(--height)",t.style.width="100%",this.triangles){var n=document.createElement("div");n.className="colorbar-start";var o=document.createElement("div");o.className="colorbar-end",e.appendChild(n),e.appendChild(t),e.appendChild(o),o&&this.showEndTriangle,n&&this.showStartTriangle&&(n.style.backgroundColor=this.cmap(0),this.styleLeftTriangle(n)),o&&this.showEndTriangle&&(o.style.backgroundColor=this.cmap(1),this.styleRightTriangle(o))}else e.appendChild(t)}},styleColorbarChunk:function(e){e.style.background=this.cssLinearGradientFromCmap(),e.style.height="var(--height)",e.style.flexGrow="1",e.style.flexShrink="1"},styleUpTriangle:function(e){var t=e.offsetWidth,n=e.offsetHeight,o=e.style.backgroundColor;n=Math.min(Math.max(n,15),.86*t),e.style.backgroundColor="transparent",e.style.borderLeft="".concat(t/2,"px solid transparent"),e.style.borderRight="".concat(t/2,"px solid transparent"),e.style.borderBottom="".concat(n,"px solid ").concat(o)},styleDownTriangle:function(e){var t=e.offsetWidth,n=e.offsetHeight,o=e.style.backgroundColor;n=Math.min(Math.max(n,15),.86*t),e.style.backgroundColor="transparent",e.style.borderLeft="".concat(t/2,"px solid transparent"),e.style.borderRight="".concat(t/2,"px solid transparent"),e.style.borderTop="".concat(n,"px solid ").concat(o),e.style.flexShrink="0",e.style.flexGrow="1"},styleLeftTriangle:function(e){e.style.width="var(--height)",e.style.height="var(--height)";var t=e.offsetHeight,n=e.style.backgroundColor;e.style.backgroundColor="transparent",e.style.borderTop="".concat(t/2,"px solid transparent"),e.style.borderBottom="".concat(t/2,"px solid transparent"),e.style.borderRight="".concat(t,"px solid ").concat(n)},styleRightTriangle:function(e){e.style.width="var(--height)",e.style.height="var(--height)";var t=e.offsetHeight,n=e.style.backgroundColor;e.style.backgroundColor="transparent",e.style.borderTop="".concat(t/2,"px solid transparent"),e.style.borderBottom="".concat(t/2,"px solid transparent"),e.style.borderLeft="".concat(t,"px solid ").concat(n)}},watch:{nsteps:function(){this.colorbarGradient()},cmap:function(){this.colorbarGradient()}}}),st=(0,g.A)(lt,[["render",rt],["__scopeId","data-v-bf9c2ee4"]]),ct=st;var ut={class:"info-button-close-icon"},dt={class:"v-card-info-text ma-3"};function ht(e,t,n,o,a,l){return(0,i.uX)(),(0,i.Wv)(O.p,{modelValue:e.dialogVisible,"onUpdate:modelValue":t[2]||(t[2]=function(t){return e.dialogVisible=t}),"max-width":"500"},{activator:(0,i.k6)((function(n){var o=n.props;return[(0,i.bF)(R.y,{text:e.tooltipTextValue,disabled:!e.showTooltip},{activator:(0,i.k6)((function(n){var a=n.props;return[(0,i.bF)(D.w,(0,i.v6)((0,c.Cl)((0,c.Cl)({},o),a),{style:{"margin-left":"1em","font-size":"1.3em",color:"var(--accent-color)"},elevation:"1",onClick:t[0]||(t[0]=function(t){return e.dialogVisible=!0}),onKeydown:e.handleKeydown}),{default:(0,i.k6)((function(){return t[3]||(t[3]=[(0,i.eW)(" mdi-information-variant-circle-outline ")])})),_:2},1040,["onKeydown"])]})),_:2},1032,["text","disabled"])]})),default:(0,i.k6)((function(){return[(0,i.bF)(L.J,{class:"gradient-background"},{default:(0,i.k6)((function(){return[(0,i.Lk)("div",ut,[(0,i.bF)(D.w,{class:"info-button-close-icon__icon",onClick:t[1]||(t[1]=function(t){return e.dialogVisible=!1}),onKeydown:e.handleKeydown},{default:(0,i.k6)((function(){return t[4]||(t[4]=[(0,i.eW)(" mdi-close ")])})),_:1},8,["onKeydown"])]),(0,i.Lk)("div",dt,[(0,i.RG)(e.$slots,"default",{},(function(){return[(0,i.eW)((0,r.v_)(e.helpText),1)]}))])]})),_:3})]})),_:3},8,["modelValue"])}const ft=(0,i.pM)({name:"InfoButton",props:{helpText:{type:String,required:!1},showTooltip:{type:Boolean,required:!1,default:!0},tooltipText:{type:String,required:!1,default:void 0}},data:function(){var e;return{dialogVisible:!1,tooltipTextValue:null!==(e=this.tooltipText)&&void 0!==e?e:this.showTooltip?"Learn More":void 0}},methods:{handleKeydown:function(e){"Enter"===e.key&&(this.dialogVisible=!this.dialogVisible)}}}),mt=(0,g.A)(ft,[["render",ht]]),pt=mt;var gt=n(1050),bt=n(5004),vt=n(1569);n(5524);const yt=(0,bt.$N)({icons:{defaultSet:"mdi",aliases:gt.z,sets:{mdi:gt.r}},locale:{locale:"en",fallback:"en",messages:{en:vt.A}},theme:{defaultTheme:"dark"}});var kt=n(1273),wt=n(7107),xt=n(6188),Lt=n(470);wt.Yv.add(xt.ReK),wt.Yv.add(xt.ijD),wt.Yv.add(xt.G1Y),wt.Yv.add(xt.GRI),wt.Yv.add(xt.n2W),wt.Yv.add(xt.$UM),wt.Yv.add(xt.bnw),wt.Yv.add(xt.IPg),wt.Yv.add(xt.v02);var St=function(e,t){return e.style.visibility=t.value?"hidden":""};(0,o.Ef)(Je,{}).use(yt).directive("hide",{beforeMount:function(e,t,n,o){St(e,t)},updated:function(e,t,n,o){St(e,t)}}).component("font-awesome-icon",kt.gc).component("icon-button",a.IconButton).component("funding-acknowledgement",a.FundingAcknowledgement).component("credit-logos",a.CreditLogos).component("colorbar",ot).component("location-search",v).component("info-button",pt).component("colorbar-horizontal",ct).component("date-picker",Lt.A).mount("#app")}},t={};function n(o){var a=t[o];if(void 0!==a)return a.exports;var i=t[o]={exports:{}};return e[o].call(i.exports,i,i.exports,n),i.exports}n.m=e,(()=>{var e=[];n.O=(t,o,a,i)=>{if(!o){var r=1/0;for(u=0;u=i)&&Object.keys(n.O).every((e=>n.O[e](o[s])))?o.splice(s--,1):(l=!1,i0&&e[u-1][2]>i;u--)e[u]=e[u-1];e[u]=[o,a,i]}})(),(()=>{n.n=e=>{var t=e&&e.__esModule?()=>e["default"]:()=>e;return n.d(t,{a:t}),t}})(),(()=>{n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})}})(),(()=>{n.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}()})(),(()=>{n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})(),(()=>{n.r=e=>{"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}})(),(()=>{n.p=""})(),(()=>{var e={524:0};n.O.j=t=>0===e[t];var t=(t,o)=>{var a,i,[r,l,s]=o,c=0;if(r.some((t=>0!==e[t]))){for(a in l)n.o(l,a)&&(n.m[a]=l[a]);if(s)var u=s(n)}for(t&&t(o);cn(7744)));o=n.O(o)})(); +//# sourceMappingURL=app.ee873ed7.js.map \ No newline at end of file diff --git a/js/app.ee873ed7.js.map b/js/app.ee873ed7.js.map new file mode 100644 index 0000000..cb29bcd --- /dev/null +++ b/js/app.ee873ed7.js.map @@ -0,0 +1 @@ +{"version":3,"file":"js/app.ee873ed7.js","mappings":"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AU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,QACpB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,OAAS,QACnB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,OAAS,SACnB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,OAAS,QACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,QACpB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,OAAS,SACnB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,QACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,QACpB,CAAC,QAAU,QAAU,QACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,OAAS,SACnB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,MAAQ,SACnB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,OAAS,SACpB,CAAC,OAAS,OAAS,SACnB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,OACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,QACrB,CAAC,OAAS,OAAS,SACnB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,IAAM,QAAU,SACjB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,OAAS,QAAU,QACpB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,OAAS,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,OAAS,SACpB,CAAC,OAAS,QAAU,SACpB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,SACrB,CAAC,QAAU,QAAU,QACrB,CAAC,QAAU,QAAU,UAIhB,SAASC,GAAQnH,EAAeoH,QAAA,IAAAA,IAAAA,EAAA,GAErC,IAAMZ,EAAQa,KAAKC,MAAc,IAARtH,GACnB5F,EAAQ8M,GAAOV,GACrB,MAAO,eAAmB,IAAXpM,EAAM,GAAQ,aAAgB,IAAXA,EAAM,GAAQ,aAAgB,IAAXA,EAAM,GAAQ,aAAKgN,EAAK,IAC/E,CCzQA,IAAM,GAAS,CACb,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UAC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,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,GAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,GAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAU,QAAU,QAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAU,QAAU,QAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,UACx1Eb,EAAIE,GAAOW,EAAe,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS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AS,QAAS,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAU,QAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAU,QAAU,SACvzEE,EAAIb,GAAOW,EAAe,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,GAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,GAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAU,QAAU,QAAU,QAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,QAAU,QAAU,QAAU,QAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,SAAU,UACj3Eb,EAAIE,GAAOW,EAAe,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,OAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QAAS,QAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,GAAS,GAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,OAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,QAAS,OAAS,QA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","sources":["webpack://@cosmicds/tempo-lite/./src/LocationSearch.vue?4ee8","webpack://@cosmicds/tempo-lite/./src/LocationSearch.vue","webpack://@cosmicds/tempo-lite/./src/mapbox.ts","webpack://@cosmicds/tempo-lite/./src/LocationSearch.vue?efea","webpack://@cosmicds/tempo-lite/./src/TempoLite.vue?1231","webpack://@cosmicds/tempo-lite/./src/TempoLite.vue","webpack://@cosmicds/tempo-lite/./src/cividis.ts","webpack://@cosmicds/tempo-lite/./src/svs_cmap.ts","webpack://@cosmicds/tempo-lite/./src/revised_cmap.ts","webpack://@cosmicds/tempo-lite/./src/PreloadImages.ts","webpack://@cosmicds/tempo-lite/./src/timestamps.ts","webpack://@cosmicds/tempo-lite/./src/TempoLite.vue?8f1a","webpack://@cosmicds/tempo-lite/./src/ColorBar.vue?8427","webpack://@cosmicds/tempo-lite/./src/ColorBar.vue","webpack://@cosmicds/tempo-lite/./src/ColorBar.vue?34cb","webpack://@cosmicds/tempo-lite/./src/ColorBarHorizontal.vue?c490","webpack://@cosmicds/tempo-lite/./src/ColorBarHorizontal.vue","webpack://@cosmicds/tempo-lite/./src/ColorBarHorizontal.vue?52d1","webpack://@cosmicds/tempo-lite/./src/InfoButton.vue?852a","webpack://@cosmicds/tempo-lite/./src/InfoButton.vue","webpack://@cosmicds/tempo-lite/./src/InfoButton.vue?0de9","webpack://@cosmicds/tempo-lite/./plugins/vuetify.ts","webpack://@cosmicds/tempo-lite/./src/main.ts","webpack://@cosmicds/tempo-lite/webpack/bootstrap","webpack://@cosmicds/tempo-lite/webpack/runtime/chunk loaded","webpack://@cosmicds/tempo-lite/webpack/runtime/compat get default export","webpack://@cosmicds/tempo-lite/webpack/runtime/define property getters","webpack://@cosmicds/tempo-lite/webpack/runtime/global","webpack://@cosmicds/tempo-lite/webpack/runtime/hasOwnProperty shorthand","webpack://@cosmicds/tempo-lite/webpack/runtime/make namespace object","webpack://@cosmicds/tempo-lite/webpack/runtime/publicPath","webpack://@cosmicds/tempo-lite/webpack/runtime/jsonp chunk loading","webpack://@cosmicds/tempo-lite/webpack/startup"],"sourcesContent":["import { resolveComponent as _resolveComponent, createVNode as _createVNode, renderSlot as _renderSlot, vShow as _vShow, withDirectives as _withDirectives, withKeys as _withKeys, normalizeClass as _normalizeClass, withCtx as _withCtx, withModifiers as _withModifiers, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_font_awesome_icon = _resolveComponent(\"font-awesome-icon\")!\n const _component_v_combobox = _resolveComponent(\"v-combobox\")!\n\n return (_openBlock(), _createElementBlock(\"div\", {\n class: \"forward-geocoding-container\",\n style: _normalizeStyle(_ctx.cssStyles)\n }, [\n _withDirectives(_createVNode(_component_v_combobox, {\n class: _normalizeClass(['forward-geocoding-input', _ctx.locationJustUpdated ? 'geocode-success' : '', _ctx.small ? 'forward-geocoding-input-small' : '']),\n modelValue: _ctx.searchText,\n \"onUpdate:modelValue\": [\n _cache[0] || (_cache[0] = ($event: any) => ((_ctx.searchText) = $event)),\n _ctx.setLocationFromSearchFeature\n ],\n items: _ctx.searchResults ? _ctx.searchResults.features : [],\n \"item-title\": _ctx.textForMapboxFeature,\n \"bg-color\": _ctx.bgColor,\n label: _ctx.locationLabel,\n density: _ctx.small ? 'compact' : 'default',\n \"hide-details\": \"\",\n solo: \"\",\n color: _ctx.accentColor,\n onInput: () => {},\n onKeydown: [\n _withKeys(_ctx.performForwardGeocodingSearch, [\"enter\"]),\n _cache[1] || (_cache[1] = _withKeys(($event: any) => (_ctx.searchResults = null), [\"esc\"]))\n ],\n \"error-messages\": _ctx.searchErrorMessage,\n \"onClick:append\": _ctx.focusCombobox,\n \"onUpdate:focused\": _cache[2] || (_cache[2] = ($event: any) => (_ctx.onFocusChange($event))),\n ref: \"searchInput\",\n menu: _ctx.menuOpen,\n \"onUpdate:menu\": _cache[3] || (_cache[3] = ($event: any) => (_ctx.menuOpen = $event))\n }, {\n append: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n class: \"geocoding-search-icon\",\n icon: \"magnifying-glass\",\n size: _ctx.searchOpen ? 'xl' : _ctx.buttonSize,\n color: \"gray\",\n onClick: _ctx.toggleSearch\n }, null, 8, [\"size\", \"onClick\"]),\n _renderSlot(_ctx.$slots, \"append-icon\", { class: \"geocode-icon\" }),\n _withDirectives(_createVNode(_component_font_awesome_icon, {\n class: \"geocoding-close-icon\",\n icon: \"circle-xmark\",\n size: _ctx.searchOpen ? 'xl' : '1x',\n color: \"gray\",\n onClick: _ctx.closeSearch\n }, null, 8, [\"size\", \"onClick\"]), [\n [_vShow, _ctx.searchOpen && !_ctx.stayOpen]\n ])\n ]),\n _: 3\n }, 8, [\"class\", \"modelValue\", \"items\", \"item-title\", \"bg-color\", \"label\", \"density\", \"color\", \"onUpdate:modelValue\", \"onKeydown\", \"error-messages\", \"onClick:append\", \"menu\"]), [\n [_vShow, _ctx.searchOpen]\n ]),\n _withDirectives(_createVNode(_component_font_awesome_icon, {\n class: \"geocoding-search-icon\",\n icon: \"magnifying-glass\",\n size: _ctx.searchOpen ? 'xl' : _ctx.buttonSize,\n color: \"gray\",\n onClick: _withModifiers(_ctx.toggleSearch, [\"prevent\"])\n }, null, 8, [\"size\", \"onClick\"]), [\n [_vShow, !_ctx.searchOpen && !_ctx.stayOpen]\n ])\n ], 4))\n}","\n\n\n\n\n\n","export interface MapBoxContextItem {\n id: string;\n // eslint-disable-next-line @typescript-eslint/naming-convention\n mapbox_id: string;\n text: string;\n wikidata: string;\n // eslint-disable-next-line @typescript-eslint/naming-convention\n short_code?: string;\n}\n\n// The field names here come from MapBox\nexport interface MapBoxFeature {\n // eslint-disable-next-line @typescript-eslint/naming-convention\n place_type: string[];\n // eslint-disable-next-line @typescript-eslint/naming-convention\n place_name: string;\n text?: string;\n // eslint-disable-next-line @typescript-eslint/naming-convention\n properties: { short_code: string; };\n center: [number, number];\n context: MapBoxContextItem[];\n}\n\nexport interface MapBoxFeatureCollection {\n type: \"FeatureCollection\";\n features: MapBoxFeature[];\n}\n\n// TODO: Add more options as we need them\n// See https://docs.mapbox.com/api/search/geocoding-v6/#forward-geocoding-with-search-text-input\nexport interface MapBoxForwardGeocodingOptions {\n // For countries, use the ISO 3166-1 alpha-2 country codes:\n // https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\n countries?: string[];\n types?: string[];\n}\n\nconst RELEVANT_FEATURE_TYPES = [\"postcode\", \"place\", \"region\", \"country\"];\nconst NA_COUNTRIES = [\"United States\", \"Canada\", \"Mexico\"];\nconst NA_ABBREVIATIONS = [\"US-\", \"CA-\", \"MX-\"];\n\nexport function findBestFeature(collection: MapBoxFeatureCollection): MapBoxFeature | null {\n const relevantFeatures = collection.features.filter(feature => RELEVANT_FEATURE_TYPES.some(type => feature.place_type.includes(type)));\n const placeFeature = relevantFeatures.find(feature => feature.place_type.includes(\"place\")) ?? (relevantFeatures.find(feature => feature.place_type.includes(\"postcode\")) ?? undefined);\n if (placeFeature !== undefined) {\n return placeFeature;\n }\n const regionFeature = relevantFeatures.find(feature => feature.place_type.includes(\"region\"));\n if (regionFeature !== undefined) {\n return regionFeature;\n }\n const countryFeature = relevantFeatures.find(feature => feature.place_type.includes(\"country\"));\n if (countryFeature !== undefined) {\n return countryFeature;\n }\n return null;\n}\n\nexport function textForMapboxFeature(feature: MapBoxFeature): string {\n const pieces: string[] = [];\n if (feature.text) {\n pieces.push(feature.text);\n }\n feature.context.forEach(item => {\n const itemType = item.id.split(\".\")[0];\n if (!RELEVANT_FEATURE_TYPES.includes(itemType)) {\n return;\n }\n let text = null as string | null;\n const shortCode = item.short_code;\n if (itemType === \"region\" && shortCode != null) {\n if (NA_ABBREVIATIONS.some(abbr => shortCode.startsWith(abbr))) {\n text = shortCode.substring(3);\n }\n } else if (itemType === \"country\") {\n const itemText = item.text;\n if (!NA_COUNTRIES.includes(itemText)) {\n text = itemText; \n }\n }\n if (text !== null) {\n pieces.push(text);\n }\n });\n return pieces.join(\", \");\n}\n\nexport function textForMapboxResults(results: MapBoxFeatureCollection): string {\n const feature = findBestFeature(results);\n return feature !== null ? textForMapboxFeature(feature) : \"\";\n}\n\nexport async function textForLocation(longitudeDeg: number, latitudeDeg: number): Promise {\n const accessToken = process.env.VUE_APP_MAPBOX_ACCESS_TOKEN;\n const url = `https://api.mapbox.com/geocoding/v5/mapbox.places/${longitudeDeg},${latitudeDeg}.json?access_token=${accessToken}`;\n return fetch(url)\n .then(response => response.json())\n .then((result: MapBoxFeatureCollection) => {\n if (result.features.length === 0) {\n const ns = latitudeDeg >= 0 ? 'N' : 'S';\n const ew = longitudeDeg >= 0 ? 'E' : 'W';\n const lat = Math.abs(latitudeDeg).toFixed(3);\n const lon = Math.abs(longitudeDeg).toFixed(3);\n return `${lat}° ${ns}, ${lon}° ${ew}`;\n }\n return textForMapboxResults(result);\n });\n}\n\nexport async function geocodingInfoForSearch(searchText: string, options?: MapBoxForwardGeocodingOptions): Promise {\n const accessToken = process.env.VUE_APP_MAPBOX_ACCESS_TOKEN;\n const search = new URLSearchParams();\n search.set(\"access_token\", accessToken ?? \"\");\n const types = (options?.types ?? [\"place\", \"postcode\"]).join(\",\");\n search.set(\"types\", types);\n if (options?.countries) {\n search.set(\"country\", options.countries.join(\",\"));\n }\n const url = `https://api.mapbox.com/geocoding/v5/mapbox.places/${searchText}.json?${search.toString()}`;\n return fetch(url).then(response => response.json());\n}\n","import { render } from \"./LocationSearch.vue?vue&type=template&id=7ec38447&ts=true\"\nimport script from \"./LocationSearch.vue?vue&type=script&lang=ts\"\nexport * from \"./LocationSearch.vue?vue&type=script&lang=ts\"\n\nimport \"./LocationSearch.vue?vue&type=style&index=0&id=7ec38447&lang=less\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { resolveComponent as _resolveComponent, withKeys as _withKeys, createVNode as _createVNode, createElementVNode as _createElementVNode, withCtx as _withCtx, createTextVNode as _createTextVNode, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, toDisplayString as _toDisplayString, createElementBlock as _createElementBlock, mergeProps as _mergeProps, renderList as _renderList, Fragment as _Fragment } from \"vue\"\nimport _imports_0 from './assets/TEMPO-Logo-Small.png'\nimport _imports_1 from './assets/smithsonian.png'\n\n\nconst _hoisted_1 = {\n key: 0,\n id: \"introduction-overlay\",\n class: \"elevation-10 gradient-background\"\n}\nconst _hoisted_2 = { id: \"intro-window-close-button\" }\nconst _hoisted_3 = { class: \"intro-text mb-3\" }\nconst _hoisted_4 = { id: \"intro-bottom-controls\" }\nconst _hoisted_5 = { id: \"main-content\" }\nconst _hoisted_6 = { class: \"content-with-sidebars\" }\nconst _hoisted_7 = { id: \"map-container\" }\nconst _hoisted_8 = {\n id: \"map-contents\",\n style: {\"width\":\"100%\",\"height\":\"100%\"}\n}\nconst _hoisted_9 = {\n key: 0,\n id: \"map-legend\"\n}\nconst _hoisted_10 = { id: \"map-show-hide-clouds\" }\nconst _hoisted_11 = { id: \"slider-row\" }\nconst _hoisted_12 = { class: \"thumb-label\" }\nconst _hoisted_13 = { id: \"user-options\" }\nconst _hoisted_14 = { id: \"all-dates\" }\nconst _hoisted_15 = { class: \"d-flex flex-row align-center\" }\nconst _hoisted_16 = { class: \"d-flex flex-row align-center my-2\" }\nconst _hoisted_17 = { key: 0 }\nconst _hoisted_18 = { key: 1 }\nconst _hoisted_19 = { id: \"date-radio\" }\nconst _hoisted_20 = { class: \"d-flex flex-row align-center\" }\nconst _hoisted_21 = { class: \"d-flex flex-row align-center\" }\nconst _hoisted_22 = { class: \"d-flex flex-row align-center\" }\nconst _hoisted_23 = {\n key: 0,\n style: {\"border-color\":\"grey\"}\n}\nconst _hoisted_24 = {\n key: 1,\n id: \"locations-of-interest\"\n}\nconst _hoisted_25 = { class: \"mb-1\" }\nconst _hoisted_26 = [\"innerHTML\"]\nconst _hoisted_27 = { id: \"bottom-options\" }\nconst _hoisted_28 = { id: \"control-checkboxes\" }\nconst _hoisted_29 = { class: \"d-flex flex-row align-center justify-space-between\" }\nconst _hoisted_30 = { class: \"d-flex flex-row align-center justify-space-between\" }\nconst _hoisted_31 = { id: \"opacity-slider-container\" }\nconst _hoisted_32 = { id: \"information\" }\nconst _hoisted_33 = { class: \"d-flex flex-row justify-space-between\" }\nconst _hoisted_34 = { tabindex: \"0\" }\nconst _hoisted_35 = { id: \"body-logos\" }\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_font_awesome_icon = _resolveComponent(\"font-awesome-icon\")!\n const _component_v_window_item = _resolveComponent(\"v-window-item\")!\n const _component_v_icon = _resolveComponent(\"v-icon\")!\n const _component_v_checkbox = _resolveComponent(\"v-checkbox\")!\n const _component_v_window = _resolveComponent(\"v-window\")!\n const _component_v_btn = _resolveComponent(\"v-btn\")!\n const _component_v_dialog = _resolveComponent(\"v-dialog\")!\n const _component_v_overlay = _resolveComponent(\"v-overlay\")!\n const _component_colorbar_horizontal = _resolveComponent(\"colorbar-horizontal\")!\n const _component_location_search = _resolveComponent(\"location-search\")!\n const _component_colorbar = _resolveComponent(\"colorbar\")!\n const _component_v_slider = _resolveComponent(\"v-slider\")!\n const _component_icon_button = _resolveComponent(\"icon-button\")!\n const _component_date_picker = _resolveComponent(\"date-picker\")!\n const _component_v_radio_group = _resolveComponent(\"v-radio-group\")!\n const _component_v_tooltip = _resolveComponent(\"v-tooltip\")!\n const _component_v_spacer = _resolveComponent(\"v-spacer\")!\n const _component_v_progress_linear = _resolveComponent(\"v-progress-linear\")!\n const _component_v_radio = _resolveComponent(\"v-radio\")!\n const _component_info_button = _resolveComponent(\"info-button\")!\n const _component_v_select = _resolveComponent(\"v-select\")!\n const _component_v_card_title = _resolveComponent(\"v-card-title\")!\n const _component_funding_acknowledgement = _resolveComponent(\"funding-acknowledgement\")!\n const _component_v_card_text = _resolveComponent(\"v-card-text\")!\n const _component_v_card = _resolveComponent(\"v-card\")!\n const _component_credit_logos = _resolveComponent(\"credit-logos\")!\n const _component_v_app = _resolveComponent(\"v-app\")!\n\n return (_openBlock(), _createBlock(_component_v_app, {\n id: \"app\",\n style: _normalizeStyle(_ctx.cssVars)\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_overlay, {\n \"model-value\": _ctx.inIntro,\n style: _normalizeStyle(_ctx.cssVars),\n id: \"intro-background\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_dialog, {\n modelValue: _ctx.inIntro,\n \"onUpdate:modelValue\": _cache[9] || (_cache[9] = ($event: any) => ((_ctx.inIntro) = $event))\n }, {\n default: _withCtx(() => [\n (_ctx.inIntro)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_1, [\n _createVNode(_component_v_window, {\n modelValue: _ctx.introSlide,\n \"onUpdate:modelValue\": _cache[4] || (_cache[4] = ($event: any) => ((_ctx.introSlide) = $event))\n }, {\n additional: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_2, [\n _createVNode(_component_font_awesome_icon, {\n size: \"xl\",\n class: \"ma-1\",\n color: \"#b3d5e6\",\n icon: \"square-xmark\",\n onClick: _cache[0] || (_cache[0] = ($event: any) => (_ctx.inIntro = !_ctx.inIntro)),\n onKeyup: _cache[1] || (_cache[1] = _withKeys(($event: any) => (_ctx.inIntro = !_ctx.inIntro), [\"enter\"])),\n tabindex: \"0\",\n \"tooltip-location\": \"start\"\n })\n ])\n ]),\n default: _withCtx(() => [\n _createVNode(_component_v_window_item, { value: 1 }, {\n default: _withCtx(() => _cache[39] || (_cache[39] = [\n _createElementVNode(\"div\", { class: \"intro-text\" }, [\n _createElementVNode(\"p\", { class: \"mb-5\" }, \" The TEMPO satellite mission (Tropospheric Emissions: Monitoring Pollution), launched in April 2023, is the first space-based instrument to monitor major air pollutants across the North American continent every daylight hour at high spatial resolution. A collaboration between NASA and the Smithsonian Astrophysical Observatory, the TEMPO instrument gathers hourly daytime scans of the atmosphere over North America from the Atlantic Ocean to the Pacific Coast and from roughly Mexico City to central Canada. \")\n ], -1)\n ])),\n _: 1\n }),\n _createVNode(_component_v_window_item, { value: 2 }, {\n default: _withCtx(() => _cache[40] || (_cache[40] = [\n _createElementVNode(\"div\", { class: \"intro-text mb-3\" }, [\n _createElementVNode(\"p\", { class: \"mb-3\" }, [\n _createTextVNode(\" This Data Story provides an introduction to what can be learned from TEMPO’s data, which became publicly available May 20, 2024. The map here visualizes hourly Nitrogen Dioxide (NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\") data over time. NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" can be produced by: \")\n ]),\n _createElementVNode(\"ul\", null, [\n _createElementVNode(\"li\", null, \"Burning of fossil fuels—for example from vehicles, power plants, manufacturing sites, and oil refineries\"),\n _createElementVNode(\"li\", null, \"Fires and biomass burning—including wildfires and prescribed burns, as well as burning of vegetation for land clearing\"),\n _createElementVNode(\"li\", null, [\n _createTextVNode(\"Bacteria, which naturally convert nitrogen in soil into compounds that can form NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\". Agricultural use of nitrogen-based fertilizers increases the amount of NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" produced by these bacteria.\")\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(\"Lightning, which triggers a chemical reaction that turns harmless N\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" in the atmosphere into NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\". \")\n ])\n ]),\n _createElementVNode(\"p\", { class: \"mt-3\" }, \" For each date, you can see the scans beginning on the East Coast in the morning, and ending on the West Coast as the Sun sets. \")\n ], -1)\n ])),\n _: 1\n }),\n _createVNode(_component_v_window_item, { value: 3 }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_3, [\n _cache[47] || (_cache[47] = _createElementVNode(\"p\", { class: \"mb-3\" }, \" In this interactive page you can: \", -1)),\n _createElementVNode(\"ul\", null, [\n _cache[44] || (_cache[44] = _createElementVNode(\"li\", null, [\n _createTextVNode(\" Select a date and press the “Play” button or scroll the time slider to view the changing concentrations of NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" over North America on those dates. \")\n ], -1)),\n _createElementVNode(\"li\", {\n style: _normalizeStyle(_ctx.cssVars)\n }, [\n _cache[42] || (_cache[42] = _createTextVNode(\" Press the \")),\n _createVNode(_component_v_icon, {\n style: {\"font-size\":\"1.3em\",\"color\":\"var(--accent-color)\"},\n elevation: \"1\"\n }, {\n default: _withCtx(() => _cache[41] || (_cache[41] = [\n _createTextVNode(\"mdi-information-variant-circle-outline\")\n ])),\n _: 1\n }),\n _cache[43] || (_cache[43] = _createTextVNode(\" button next to each Notable Date to get an overview of what to look for on that date \"))\n ], 4),\n _cache[45] || (_cache[45] = _createElementVNode(\"li\", null, \" For each Notable Date, select one of two zoomed-in Locations to investigate specific pollution events. \", -1)),\n _cache[46] || (_cache[46] = _createElementVNode(\"li\", null, \" You can use the “Timezone” setting to investigate how pollution evolves over the day, for example as rush hour progresses in large cities. \", -1))\n ]),\n _createVNode(_component_v_checkbox, {\n modelValue: _ctx.dontShowIntro,\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = ($event: any) => ((_ctx.dontShowIntro) = $event)),\n onKeyup: _cache[3] || (_cache[3] = _withKeys(($event: any) => (_ctx.dontShowIntro = !_ctx.dontShowIntro), [\"enter\"])),\n label: \"Don't show this introduction again\",\n color: \"#c10124\",\n \"hide-details\": \"\"\n }, null, 8, [\"modelValue\"])\n ])\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\"]),\n _createElementVNode(\"div\", _hoisted_4, [\n _createElementVNode(\"div\", null, [\n ((_ctx.introSlide > 1))\n ? (_openBlock(), _createBlock(_component_v_btn, {\n key: 0,\n id: \"intro-next-button\",\n color: _ctx.accentColor,\n onClick: _cache[5] || (_cache[5] = ($event: any) => (_ctx.introSlide--)),\n onKeyup: _cache[6] || (_cache[6] = _withKeys(($event: any) => (_ctx.introSlide--), [\"enter\"])),\n elevation: \"0\"\n }, {\n default: _withCtx(() => _cache[48] || (_cache[48] = [\n _createTextVNode(\" Back \")\n ])),\n _: 1\n }, 8, [\"color\"]))\n : _createCommentVNode(\"\", true)\n ]),\n _createVNode(_component_v_btn, {\n id: \"intro-next-button\",\n color: _ctx.accentColor,\n onClick: _cache[7] || (_cache[7] = ($event: any) => (_ctx.introSlide++)),\n onKeyup: _cache[8] || (_cache[8] = _withKeys(($event: any) => (_ctx.introSlide++), [\"enter\"])),\n elevation: \"0\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(_toDisplayString(_ctx.introSlide < 3 ? 'Next' : 'Get Started'), 1)\n ]),\n _: 1\n }, 8, [\"color\"])\n ])\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _: 1\n }, 8, [\"modelValue\"])\n ]),\n _: 1\n }, 8, [\"model-value\", \"style\"]),\n _createElementVNode(\"div\", _hoisted_5, [\n _createElementVNode(\"div\", _hoisted_6, [\n _cache[98] || (_cache[98] = _createElementVNode(\"div\", { id: \"logo-title\" }, [\n _createElementVNode(\"a\", {\n href: \"https://tempo.si.edu\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, [\n _createElementVNode(\"img\", {\n src: _imports_0,\n alt: \"TEMPO Logo\",\n style: {\"width\":\"100px\",\"height\":\"100px\"}\n })\n ]),\n _createElementVNode(\"h1\", { id: \"title\" }, \"What is in the Air You Breathe?\")\n ], -1)),\n _cache[99] || (_cache[99] = _createElementVNode(\"div\", {\n id: \"where\",\n class: \"big-label\"\n }, \"where\", -1)),\n _createElementVNode(\"div\", _hoisted_7, [\n (_ctx.$vuetify.display.width <= 750)\n ? (_openBlock(), _createBlock(_component_colorbar_horizontal, {\n key: 0,\n label: \"Amount of NO2\",\n backgroundColor: \"transparent\",\n nsteps: 255,\n cmap: _ctx.cbarNO2,\n \"start-value\": \"1\",\n \"end-value\": \"150\",\n extend: true\n }, {\n label: _withCtx(() => _cache[49] || (_cache[49] = [\n _createElementVNode(\"div\", { style: {\"text-align\":\"center\"} }, [\n _createTextVNode(\"Amount of NO₂ \"),\n _createElementVNode(\"span\", { class: \"unit-label\" }, \"(10¹⁴ mol/cm²)\")\n ], -1)\n ])),\n _: 1\n }, 8, [\"cmap\"]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"div\", _hoisted_8, [\n _cache[51] || (_cache[51] = _createElementVNode(\"div\", { id: \"map\" }, null, -1)),\n (_ctx.showFieldOfRegard)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_9, _cache[50] || (_cache[50] = [\n _createElementVNode(\"hr\", { class: \"line-legend\" }, null, -1),\n _createTextVNode(\"TEMPO Field of Regard\")\n ])))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"div\", _hoisted_10, [\n (_ctx.cloudTimestamps.length > 0)\n ? (_openBlock(), _createBlock(_component_v_btn, {\n key: 0,\n class: \"ma-2\",\n onClick: _cache[10] || (_cache[10] = ($event: any) => (_ctx.showClouds = !_ctx.showClouds)),\n onKeyup: _cache[11] || (_cache[11] = _withKeys(($event: any) => (_ctx.showClouds = !_ctx.showClouds), [\"enter\"])),\n elevation: \"5\",\n color: _ctx.cloudDataAvailable ? _ctx.showClouds ? _ctx.accentColor : _ctx.buttonColor : 'grey',\n disabled: !_ctx.cloudDataAvailable,\n icon: `${(!_ctx.showClouds || !_ctx.cloudDataAvailable) ? 'mdi-cloud-off-outline' : 'mdi-cloud-outline'}`\n }, null, 8, [\"color\", \"disabled\", \"icon\"]))\n : _createCommentVNode(\"\", true)\n ]),\n _createVNode(_component_location_search, {\n modelValue: _ctx.searchOpen,\n \"onUpdate:modelValue\": _cache[12] || (_cache[12] = ($event: any) => ((_ctx.searchOpen) = $event)),\n small: \"\",\n \"stay-open\": \"\",\n buttonSize: \"xl\",\n \"persist-selected\": \"\",\n \"search-provider\": _ctx.geocodingInfoForSearch,\n onSetLocation: _cache[13] || (_cache[13] = (feature) => {\n if (feature !== null) {\n _ctx.map?.setView([feature.center[1], feature.center[0]], 12);\n }\n }),\n onError: _cache[14] || (_cache[14] = (error) => _ctx.searchErrorMessage = error)\n }, null, 8, [\"modelValue\", \"search-provider\"])\n ]),\n (_ctx.$vuetify.display.width > 750)\n ? (_openBlock(), _createBlock(_component_colorbar, {\n key: 1,\n label: \"Amount of NO2\",\n backgroundColor: \"transparent\",\n nsteps: 255,\n cmap: _ctx.cbarNO2,\n \"start-value\": \"1\",\n \"end-value\": \"150\",\n extend: true\n }, {\n label: _withCtx(() => _cache[52] || (_cache[52] = [\n _createElementVNode(\"div\", { style: {\"text-align\":\"center\"} }, [\n _createTextVNode(\"Amount of NO₂\"),\n _createElementVNode(\"br\"),\n _createElementVNode(\"span\", { class: \"unit-label\" }, \"(10¹⁴ molecules/cm²)\")\n ], -1)\n ])),\n _: 1\n }, 8, [\"cmap\"]))\n : _createCommentVNode(\"\", true)\n ]),\n _cache[100] || (_cache[100] = _createElementVNode(\"div\", {\n id: \"when\",\n class: \"big-label\"\n }, \"when\", -1)),\n _createElementVNode(\"div\", _hoisted_11, [\n _createVNode(_component_v_slider, {\n class: \"time-slider\",\n modelValue: _ctx.timeIndex,\n \"onUpdate:modelValue\": _cache[15] || (_cache[15] = ($event: any) => ((_ctx.timeIndex) = $event)),\n min: _ctx.minIndex,\n max: _ctx.maxIndex,\n step: 1,\n color: \"#068ede95\",\n \"thumb-label\": \"always\",\n \"track-size\": 10,\n \"show-ticks\": \"always\",\n \"hide-details\": \"\",\n disabled: _ctx.loadedImagesProgress < 100\n }, {\n \"thumb-label\": _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_12, _toDisplayString(_ctx.thumbLabel), 1)\n ]),\n _: 1\n }, 8, [\"modelValue\", \"min\", \"max\", \"disabled\"]),\n _createVNode(_component_icon_button, {\n id: \"play-pause\",\n \"fa-icon\": _ctx.playing ? 'pause' : 'play',\n \"fa-size\": \"sm\",\n onActivate: _cache[16] || (_cache[16] = ($event: any) => (_ctx.playing = !_ctx.playing))\n }, null, 8, [\"fa-icon\"])\n ]),\n _createElementVNode(\"div\", _hoisted_13, [\n _createElementVNode(\"div\", _hoisted_14, [\n _cache[55] || (_cache[55] = _createElementVNode(\"h2\", null, \"Select a Date\", -1)),\n _createElementVNode(\"div\", _hoisted_15, [\n _createVNode(_component_v_radio_group, {\n modelValue: _ctx.radio,\n \"onUpdate:modelValue\": _cache[19] || (_cache[19] = ($event: any) => ((_ctx.radio) = $event))\n }, {\n default: _withCtx(() => [\n _createVNode(_component_date_picker, {\n modelValue: _ctx.singleDateSelected,\n \"onUpdate:modelValue\": [\n _cache[17] || (_cache[17] = ($event: any) => ((_ctx.singleDateSelected) = $event)),\n _cache[18] || (_cache[18] = (value) => {\n let index = _ctx.datesOfInterest.map(d => d.getTime()).indexOf(value.getTime());\n _ctx.radio = index < 0 ? null : index;\n })\n ],\n \"allowed-dates\": _ctx.uniqueDays,\n clearable: false,\n \"enable-time-picker\": false,\n \"multi-dates\": false,\n transitions: false,\n format: (date) => date?.toDateString(),\n \"preview-format\": (date) => date?.toDateString(),\n dark: \"true\"\n }, null, 8, [\"modelValue\", \"allowed-dates\", \"format\", \"preview-format\"])\n ]),\n _: 1\n }, 8, [\"modelValue\"])\n ]),\n _createElementVNode(\"div\", _hoisted_16, [\n _createVNode(_component_v_tooltip, {\n disabled: _ctx.touchscreen,\n text: \"Previous Date\"\n }, {\n activator: _withCtx(({ props }) => [\n _createVNode(_component_v_btn, _mergeProps(props, {\n class: \"rounded-icon-wrapper\",\n onClick: _ctx.moveBackwardOneDay,\n onKeyup: _withKeys(_ctx.moveBackwardOneDay, [\"enter\"]),\n disabled: _ctx.radio !== null || _ctx.singleDateSelected === _ctx.uniqueDays[0],\n color: \"#009ade\",\n variant: \"outlined\",\n elevation: \"0\",\n size: \"md\"\n }), {\n default: _withCtx(() => [\n _createVNode(_component_v_icon, null, {\n default: _withCtx(() => _cache[53] || (_cache[53] = [\n _createTextVNode(\"mdi-chevron-double-left\")\n ])),\n _: 1\n })\n ]),\n _: 2\n }, 1040, [\"onClick\", \"onKeyup\", \"disabled\"])\n ]),\n _: 1\n }, 8, [\"disabled\"]),\n _createVNode(_component_v_spacer),\n _createVNode(_component_v_tooltip, {\n disabled: _ctx.touchscreen,\n text: \"Next Date\"\n }, {\n activator: _withCtx(({ props }) => [\n _createVNode(_component_v_btn, _mergeProps(props, {\n class: \"rounded-icon-wrapper\",\n onClick: _ctx.moveForwardOneDay,\n onKeyup: _withKeys(_ctx.moveForwardOneDay, [\"enter\"]),\n disabled: _ctx.radio !== null || _ctx.singleDateSelected === _ctx.uniqueDays[_ctx.uniqueDays.length - 1],\n color: \"#009ade\",\n variant: \"outlined\",\n elevation: \"0\",\n size: \"md\"\n }), {\n default: _withCtx(() => [\n _createVNode(_component_v_icon, null, {\n default: _withCtx(() => _cache[54] || (_cache[54] = [\n _createTextVNode(\"mdi-chevron-double-right\")\n ])),\n _: 1\n })\n ]),\n _: 2\n }, 1040, [\"onClick\", \"onKeyup\", \"disabled\"])\n ]),\n _: 1\n }, 8, [\"disabled\"])\n ]),\n _createVNode(_component_v_progress_linear, {\n modelValue: _ctx.loadedImagesProgress,\n \"onUpdate:modelValue\": _cache[20] || (_cache[20] = ($event: any) => ((_ctx.loadedImagesProgress) = $event)),\n color: \"#c10124\",\n height: \"20\"\n }, {\n default: _withCtx(() => [\n (_ctx.loadedImagesProgress < 100)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_17, \"Loading Data (\" + _toDisplayString(_ctx.loadedImagesProgress.toFixed(0)) + \"%)\", 1))\n : (_openBlock(), _createElementBlock(\"span\", _hoisted_18, \"Selected Date Loaded\"))\n ]),\n _: 1\n }, 8, [\"modelValue\"])\n ]),\n _cache[60] || (_cache[60] = _createElementVNode(\"hr\", { style: {\"border-color\":\"grey\"} }, null, -1)),\n _createElementVNode(\"div\", _hoisted_19, [\n _cache[59] || (_cache[59] = _createElementVNode(\"h2\", null, \"Notable Dates\", -1)),\n _createVNode(_component_v_radio_group, {\n modelValue: _ctx.radio,\n \"onUpdate:modelValue\": _cache[24] || (_cache[24] = ($event: any) => ((_ctx.radio) = $event)),\n row: \"\"\n }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_20, [\n _createVNode(_component_v_radio, {\n label: \"November 1, 2023\",\n value: 0,\n onKeyup: _cache[21] || (_cache[21] = _withKeys(($event: any) => (_ctx.radio = 0), [\"enter\"]))\n }),\n _createVNode(_component_info_button, null, {\n default: _withCtx(() => _cache[56] || (_cache[56] = [\n _createElementVNode(\"p\", null, \" Because the TEMPO instrument measures sunlight reflected and scattered from Earth’s surface and atmosphere, it can’t “see” through the clouds—so these areas appear blank on the map. \", -1),\n _createElementVNode(\"p\", null, [\n _createTextVNode(\" But right away you’ll see that there are high concentrations of NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" around many urban centers, and sometimes along major highways. \")\n ], -1)\n ])),\n _: 1\n })\n ]),\n _createElementVNode(\"div\", _hoisted_21, [\n _createVNode(_component_v_radio, {\n label: \"November 3, 2023\",\n value: 1,\n onKeyup: _cache[22] || (_cache[22] = _withKeys(($event: any) => (_ctx.radio = 1), [\"enter\"]))\n }),\n _createVNode(_component_info_button, null, {\n default: _withCtx(() => _cache[57] || (_cache[57] = [\n _createTextVNode(\" Levels of NO\"),\n _createElementVNode(\"sub\", null, \"2\", -1),\n _createTextVNode(\" change quickly from day to day, and even from hour to hour as wind transports plumes of pollution. \")\n ])),\n _: 1\n })\n ]),\n _createElementVNode(\"div\", _hoisted_22, [\n _createVNode(_component_v_radio, {\n label: \"March 28, 2024\",\n value: 2,\n onKeyup: _cache[23] || (_cache[23] = _withKeys(($event: any) => (_ctx.radio = 2), [\"enter\"]))\n }),\n _createVNode(_component_info_button, null, {\n default: _withCtx(() => _cache[58] || (_cache[58] = [\n _createTextVNode(\" Breathing air with a high concentration of NO\"),\n _createElementVNode(\"sub\", null, \"2\", -1),\n _createTextVNode(\", and the resulting smog it forms when it reacts with other pollutants, can irritate human respiratory systems. People with asthma, as well as children and the elderly, are generally at greater risk for the health effects of air pollution. TEMPO data can help communities make informed decisions and take action to improve air quality. \")\n ])),\n _: 1\n })\n ])\n ]),\n _: 1\n }, 8, [\"modelValue\"])\n ]),\n (_ctx.radio !== null )\n ? (_openBlock(), _createElementBlock(\"hr\", _hoisted_23))\n : _createCommentVNode(\"\", true),\n (_ctx.radio !== null)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_24, [\n _createElementVNode(\"h3\", _hoisted_25, \"Featured Events for \" + _toDisplayString(_ctx.dateStrings[_ctx.radio]), 1),\n (_ctx.radio !== null)\n ? (_openBlock(), _createBlock(_component_v_radio_group, {\n key: 0,\n modelValue: _ctx.sublocationRadio,\n \"onUpdate:modelValue\": _cache[25] || (_cache[25] = ($event: any) => ((_ctx.sublocationRadio) = $event)),\n row: \"\"\n }, {\n default: _withCtx(() => [\n (_openBlock(true), _createElementBlock(_Fragment, null, _renderList(_ctx.locationsOfInterest[_ctx.radio], (loi, index) => {\n return (_openBlock(), _createElementBlock(\"div\", {\n key: index,\n class: \"sublocation-radio-wrapper d-flex flex-row align-center space-between\"\n }, [\n _createVNode(_component_v_radio, {\n class: \"sublocation-radio\",\n label: loi.text,\n value: index,\n onKeyup: _withKeys(($event: any) => (_ctx.sublocationRadio = index), [\"enter\"])\n }, null, 8, [\"label\", \"value\", \"onKeyup\"]),\n _createVNode(_component_info_button, null, {\n default: _withCtx(() => [\n _createElementVNode(\"p\", {\n innerHTML: _ctx.locationsOfInterestText[_ctx.radio][index]\n }, null, 8, _hoisted_26)\n ]),\n _: 2\n }, 1024)\n ]))\n }), 128))\n ]),\n _: 1\n }, 8, [\"modelValue\"]))\n : _createCommentVNode(\"\", true)\n ]))\n : _createCommentVNode(\"\", true),\n _cache[61] || (_cache[61] = _createElementVNode(\"hr\", { style: {\"border-color\":\"grey\"} }, null, -1))\n ]),\n _createElementVNode(\"div\", _hoisted_27, [\n _cache[69] || (_cache[69] = _createElementVNode(\"br\", null, null, -1)),\n _createVNode(_component_v_select, {\n modelValue: _ctx.selectedTimezone,\n \"onUpdate:modelValue\": _cache[26] || (_cache[26] = ($event: any) => ((_ctx.selectedTimezone) = $event)),\n label: \"Timezone\",\n items: _ctx.timezoneOptions,\n \"item-title\": \"name\",\n \"item-value\": \"tz\"\n }, null, 8, [\"modelValue\", \"items\"]),\n _createElementVNode(\"div\", _hoisted_28, [\n _createElementVNode(\"div\", _hoisted_29, [\n _createVNode(_component_v_checkbox, {\n modelValue: _ctx.showFieldOfRegard,\n \"onUpdate:modelValue\": _cache[27] || (_cache[27] = ($event: any) => ((_ctx.showFieldOfRegard) = $event)),\n onKeyup: _cache[28] || (_cache[28] = _withKeys(($event: any) => (_ctx.showFieldOfRegard = !_ctx.showFieldOfRegard), [\"enter\"])),\n label: \"TEMPO Field of Regard\",\n color: \"#c10124\",\n \"hide-details\": \"\"\n }, null, 8, [\"modelValue\"]),\n _createVNode(_component_info_button, null, {\n default: _withCtx(() => [\n _cache[66] || (_cache[66] = _createElementVNode(\"p\", null, \" The TEMPO satellite observes the atmosphere over North America, from the Atlantic Ocean to the Pacific Coast, and from roughly Mexico City to central Canada. \", -1)),\n _createElementVNode(\"p\", null, [\n _cache[62] || (_cache[62] = _createTextVNode(\" The TEMPO Field of Regard (in \")),\n _cache[63] || (_cache[63] = _createElementVNode(\"span\", { class: \"text-red\" }, \"red\", -1)),\n _cache[64] || (_cache[64] = _createTextVNode(\", currently \")),\n _createElementVNode(\"em\", null, _toDisplayString(_ctx.showFieldOfRegard ? 'visible' : \"hidden\"), 1),\n _cache[65] || (_cache[65] = _createTextVNode(\") is the area over which the satellite takes measurements. \"))\n ])\n ]),\n _: 1\n })\n ]),\n _createElementVNode(\"div\", _hoisted_30, [\n _createVNode(_component_v_checkbox, {\n modelValue: _ctx.showClouds,\n \"onUpdate:modelValue\": _cache[29] || (_cache[29] = ($event: any) => ((_ctx.showClouds) = $event)),\n onKeyup: _cache[30] || (_cache[30] = _withKeys(($event: any) => (_ctx.showClouds = !_ctx.showClouds), [\"enter\"])),\n disabled: !_ctx.cloudDataAvailable,\n label: _ctx.cloudDataAvailable ? 'Show Cloud Mask' : 'No Cloud Data Available',\n color: \"#c10124\",\n \"hide-details\": \"\"\n }, null, 8, [\"modelValue\", \"disabled\", \"label\"]),\n _createVNode(_component_info_button, null, {\n default: _withCtx(() => _cache[67] || (_cache[67] = [\n _createElementVNode(\"p\", null, [\n _createTextVNode(\" The cloud mask shows where the satellite could not measure NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" because of cloud cover. \")\n ], -1)\n ])),\n _: 1\n })\n ]),\n false\n ? (_openBlock(), _createBlock(_component_v_checkbox, {\n key: 0,\n disabled: !_ctx.highresAvailable,\n modelValue: _ctx.useHighRes,\n \"onUpdate:modelValue\": _cache[31] || (_cache[31] = ($event: any) => ((_ctx.useHighRes) = $event)),\n onKeyup: _cache[32] || (_cache[32] = _withKeys(($event: any) => (_ctx.useHighRes = !_ctx.useHighRes), [\"enter\"])),\n label: \"Use High Resolution Data\",\n color: \"#c10124\",\n \"hide-details\": \"\"\n }, null, 8, [\"disabled\", \"modelValue\"]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"div\", _hoisted_31, [\n _createVNode(_component_v_slider, {\n modelValue: _ctx.opacity,\n \"onUpdate:modelValue\": _cache[33] || (_cache[33] = ($event: any) => ((_ctx.opacity) = $event)),\n min: 0,\n max: 1,\n color: \"#c10124\",\n density: \"compact\",\n \"hide-details\": \"\"\n }, null, 8, [\"modelValue\"]),\n _cache[68] || (_cache[68] = _createElementVNode(\"div\", { id: \"opacity-slider-label\" }, \"TEMPO data opacity\", -1))\n ])\n ])\n ]),\n _createElementVNode(\"div\", _hoisted_32, [\n _createElementVNode(\"article\", null, [\n _cache[96] || (_cache[96] = _createElementVNode(\"h2\", null, [\n _createTextVNode(\"TEMPO NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" Data\")\n ], -1)),\n _cache[97] || (_cache[97] = _createElementVNode(\"p\", null, [\n _createElementVNode(\"a\", {\n href: \"https://tempo.si.edu\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \" TEMPO\"),\n _createTextVNode(\", a collaboration between the Smithsonian and NASA, is the first space-based probe to measure air pollution hourly over North America at neighborhood scales. NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" (nitrogen dioxide) is one of the pollutants detected by TEMPO. It is produced by wildfires and the burning of fossil fuels. NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" contributes to the formation of harmful ground-level ozone and toxic particulates in the air we breathe. \")\n ], -1)),\n _createElementVNode(\"div\", _hoisted_33, [\n _createElementVNode(\"a\", _hoisted_34, [\n _cache[95] || (_cache[95] = _createTextVNode(\" Credits \")),\n _createVNode(_component_v_dialog, {\n id: \"credits-dialog\",\n modelValue: _ctx.showCredits,\n \"onUpdate:modelValue\": _cache[36] || (_cache[36] = ($event: any) => ((_ctx.showCredits) = $event)),\n activator: \"parent\",\n scrim: false,\n location: \"center center\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card, { class: \"dialog-card\" }, {\n default: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n style: {\"position\":\"absolute\",\"right\":\"16px\",\"cursor\":\"pointer\",\"padding\":\"0.5em\",\"margin\":\"-0.5em\"},\n icon: \"square-xmark\",\n size: \"xl\",\n onClick: _cache[34] || (_cache[34] = ($event: any) => (_ctx.showCredits = false)),\n onKeyup: _cache[35] || (_cache[35] = _withKeys(($event: any) => (_ctx.showCredits = false), [\"enter\"])),\n color: _ctx.accentColor2,\n tabindex: \"0\"\n }, null, 8, [\"color\"]),\n _createVNode(_component_v_card_title, { tabindex: \"0\" }, {\n default: _withCtx(() => _cache[70] || (_cache[70] = [\n _createElementVNode(\"h3\", null, \"Credits\", -1)\n ])),\n _: 1\n }),\n _createVNode(_component_v_card_text, null, {\n default: _withCtx(() => [\n _cache[71] || (_cache[71] = _createElementVNode(\"h4\", { class: \"mb-2\" }, [\n _createElementVNode(\"a\", {\n href: \"https://tempo.si.edu/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"TEMPO\"),\n _createTextVNode(\" Team Acknowledgments:\")\n ], -1)),\n _cache[72] || (_cache[72] = _createElementVNode(\"p\", null, \" Caroline Nowlan, Aaron Naeger, and Erika Wright provided dates and featured events of interest in the TEMPO data. \", -1)),\n _cache[73] || (_cache[73] = _createElementVNode(\"p\", null, \" Xiong Liu provided the L3 version 2 TEMPO data files. \", -1)),\n _cache[74] || (_cache[74] = _createElementVNode(\"p\", null, \" Heesung Chong provided the shape file for the TEMPO field of regard. \", -1)),\n _cache[75] || (_cache[75] = _createElementVNode(\"p\", { class: \"my-3\" }, [\n _createTextVNode(\"NASA's Scientific Visualization Studio provided the TEMPO NO\"),\n _createElementVNode(\"sub\", null, \"2\"),\n _createTextVNode(\" colormap.\")\n ], -1)),\n _cache[76] || (_cache[76] = _createElementVNode(\"h4\", { class: \"mb-2\" }, [\n _createElementVNode(\"a\", {\n href: \"https://www.cosmicds.cfa.harvard.edu/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"CosmicDS\"),\n _createTextVNode(\" Team:\")\n ], -1)),\n _cache[77] || (_cache[77] = _createTextVNode(\" Jonathan Foster\")),\n _cache[78] || (_cache[78] = _createElementVNode(\"br\", null, null, -1)),\n _cache[79] || (_cache[79] = _createTextVNode(\" Jon Carifio\")),\n _cache[80] || (_cache[80] = _createElementVNode(\"br\", null, null, -1)),\n _cache[81] || (_cache[81] = _createTextVNode(\" John Lewis\")),\n _cache[82] || (_cache[82] = _createElementVNode(\"br\", null, null, -1)),\n _cache[83] || (_cache[83] = _createTextVNode(\" Pat Udomprasert\")),\n _cache[84] || (_cache[84] = _createElementVNode(\"br\", null, null, -1)),\n _cache[85] || (_cache[85] = _createTextVNode(\" Alyssa Goodman\")),\n _cache[86] || (_cache[86] = _createElementVNode(\"br\", null, null, -1)),\n _cache[87] || (_cache[87] = _createTextVNode(\" Erika Wright\")),\n _cache[88] || (_cache[88] = _createElementVNode(\"br\", null, null, -1)),\n _cache[89] || (_cache[89] = _createTextVNode(\" Mary Dussault\")),\n _cache[90] || (_cache[90] = _createElementVNode(\"br\", null, null, -1)),\n _cache[91] || (_cache[91] = _createTextVNode(\" Harry Houghton\")),\n _cache[92] || (_cache[92] = _createElementVNode(\"br\", null, null, -1)),\n _cache[93] || (_cache[93] = _createTextVNode(\" Evaluator: Sue Sunbury\")),\n _cache[94] || (_cache[94] = _createElementVNode(\"br\", null, null, -1)),\n _createVNode(_component_funding_acknowledgement, { class: \"my-3\" })\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\"])\n ]),\n _createElementVNode(\"a\", {\n href: \"#\",\n onClick: _cache[37] || (_cache[37] = ($event: any) => (_ctx.inIntro = true)),\n onKeyup: _cache[38] || (_cache[38] = _withKeys(($event: any) => (_ctx.inIntro = true), [\"enter\"])),\n style: {\"right\":\"0\"}\n }, \" Show Introduction \", 32)\n ])\n ])\n ])\n ]),\n _createElementVNode(\"div\", _hoisted_35, [\n _cache[101] || (_cache[101] = _createElementVNode(\"a\", {\n href: \"https://www.si.edu/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\",\n class: \"mr-1\"\n }, [\n _createElementVNode(\"img\", {\n alt: \"Smithsonian Logo\",\n src: _imports_1\n })\n ], -1)),\n _createVNode(_component_credit_logos)\n ])\n ])\n ]),\n _: 1\n }, 8, [\"style\"]))\n}","\n\n\n\n\n","const colors : [number, number, number][] = [\n [0.0, 0.135112, 0.304751],\n [0.0, 0.138068, 0.311105],\n [0.0, 0.141013, 0.317579],\n [0.0, 0.143951, 0.323982],\n [0.0, 0.146877, 0.330479],\n [0.0, 0.149791, 0.337065],\n [0.0, 0.152673, 0.343704],\n [0.0, 0.155377, 0.3505],\n [0.0, 0.157932, 0.357521],\n [0.0, 0.160495, 0.364534],\n [0.0, 0.163058, 0.371608],\n [0.0, 0.165621, 0.378769],\n [0.0, 0.168204, 0.385902],\n [0.0, 0.1708, 0.3931],\n [0.0, 0.17342, 0.400353],\n [0.0, 0.176082, 0.407577],\n [0.0, 0.178802, 0.414764],\n [0.0, 0.18161, 0.421859],\n [0.0, 0.18455, 0.428802],\n [0.0, 0.186915, 0.435532],\n [0.0, 0.188769, 0.439563],\n [0.0, 0.19095, 0.441085],\n [0.0, 0.193366, 0.441561],\n [0.003602, 0.195911, 0.441564],\n [0.017852, 0.198528, 0.441248],\n [0.03211, 0.201199, 0.440785],\n [0.046205, 0.203903, 0.440196],\n [0.058378, 0.206629, 0.439531],\n [0.068968, 0.209372, 0.438863],\n [0.078624, 0.212122, 0.438105],\n [0.087465, 0.214879, 0.437342],\n [0.095645, 0.217643, 0.436593],\n [0.103401, 0.220406, 0.43579],\n [0.110658, 0.22317, 0.435067],\n [0.117612, 0.225935, 0.434308],\n [0.124291, 0.228697, 0.433547],\n [0.130669, 0.231458, 0.43284],\n [0.13683, 0.234216, 0.432148],\n [0.142852, 0.236972, 0.431404],\n [0.148638, 0.239724, 0.430752],\n [0.154261, 0.242475, 0.43012],\n [0.159733, 0.245221, 0.429528],\n [0.165113, 0.247965, 0.428908],\n [0.170362, 0.250707, 0.428325],\n [0.17549, 0.253444, 0.42779],\n [0.180503, 0.25618, 0.427299],\n [0.185453, 0.258914, 0.426788],\n [0.190303, 0.261644, 0.426329],\n [0.195057, 0.264372, 0.425924],\n [0.199764, 0.267099, 0.425497],\n [0.204385, 0.269823, 0.425126],\n [0.208926, 0.272546, 0.424809],\n [0.213431, 0.275266, 0.42448],\n [0.217863, 0.277985, 0.424206],\n [0.222264, 0.280702, 0.423914],\n [0.226598, 0.283419, 0.423678],\n [0.230871, 0.286134, 0.423498],\n [0.23512, 0.288848, 0.423304],\n [0.239312, 0.291562, 0.423167],\n [0.243485, 0.294274, 0.423014],\n [0.247605, 0.296986, 0.422917],\n [0.251675, 0.299698, 0.422873],\n [0.255731, 0.302409, 0.422814],\n [0.25974, 0.30512, 0.42281],\n [0.263738, 0.307831, 0.422789],\n [0.267693, 0.310542, 0.422821],\n [0.271639, 0.313253, 0.422837],\n [0.275513, 0.315965, 0.422979],\n [0.279411, 0.318677, 0.423031],\n [0.28324, 0.32139, 0.423211],\n [0.287065, 0.324103, 0.423373],\n [0.290884, 0.326816, 0.423517],\n [0.294669, 0.329531, 0.423716],\n [0.298421, 0.332247, 0.423973],\n [0.302169, 0.334963, 0.424213],\n [0.305886, 0.337681, 0.424512],\n [0.309601, 0.340399, 0.42479],\n [0.313287, 0.34312, 0.42512],\n [0.316941, 0.345842, 0.425512],\n [0.320595, 0.348565, 0.425889],\n [0.32425, 0.351289, 0.42625],\n [0.327875, 0.354016, 0.42667],\n [0.331474, 0.356744, 0.427144],\n [0.335073, 0.359474, 0.427605],\n [0.338673, 0.362206, 0.428053],\n [0.342246, 0.364939, 0.428559],\n [0.345793, 0.367676, 0.429127],\n [0.349341, 0.370414, 0.429685],\n [0.352892, 0.373153, 0.430226],\n [0.356418, 0.375896, 0.430823],\n [0.359916, 0.378641, 0.431501],\n [0.363446, 0.381388, 0.432075],\n [0.366923, 0.384139, 0.432796],\n [0.37043, 0.38689, 0.433428],\n [0.373884, 0.389646, 0.434209],\n [0.377371, 0.392404, 0.43489],\n [0.38083, 0.395164, 0.435653],\n [0.384268, 0.397928, 0.436475],\n [0.387705, 0.400694, 0.437305],\n [0.391151, 0.403464, 0.438096],\n [0.394568, 0.406236, 0.438986],\n [0.397991, 0.409011, 0.439848],\n [0.401418, 0.41179, 0.440708],\n [0.40482, 0.414572, 0.441642],\n [0.408226, 0.417357, 0.44257],\n [0.411607, 0.420145, 0.443577],\n [0.414992, 0.422937, 0.444578],\n [0.418383, 0.425733, 0.44556],\n [0.421748, 0.428531, 0.44664],\n [0.42512, 0.431334, 0.447692],\n [0.428462, 0.43414, 0.448864],\n [0.431817, 0.43695, 0.449982],\n [0.435168, 0.439763, 0.451134],\n [0.438504, 0.44258, 0.452341],\n [0.44181, 0.445402, 0.453659],\n [0.445148, 0.448226, 0.454885],\n [0.448447, 0.451053, 0.456264],\n [0.451759, 0.453887, 0.457582],\n [0.455072, 0.456718, 0.458976],\n [0.458366, 0.459552, 0.460457],\n [0.461616, 0.462405, 0.461969],\n [0.464947, 0.465241, 0.463395],\n [0.468254, 0.468083, 0.464908],\n [0.471501, 0.47096, 0.466357],\n [0.474812, 0.473832, 0.467681],\n [0.478186, 0.476699, 0.468845],\n [0.481622, 0.479573, 0.469767],\n [0.485141, 0.482451, 0.470384],\n [0.488697, 0.485318, 0.471008],\n [0.492278, 0.488198, 0.471453],\n [0.495913, 0.491076, 0.471751],\n [0.499552, 0.49396, 0.472032],\n [0.503185, 0.496851, 0.472305],\n [0.506866, 0.499743, 0.472432],\n [0.51054, 0.502643, 0.47255],\n [0.514226, 0.505546, 0.47264],\n [0.51792, 0.508454, 0.472707],\n [0.521643, 0.511367, 0.472639],\n [0.525348, 0.514285, 0.47266],\n [0.529086, 0.517207, 0.472543],\n [0.532829, 0.520135, 0.472401],\n [0.536553, 0.523067, 0.472352],\n [0.540307, 0.526005, 0.472163],\n [0.544069, 0.528948, 0.471947],\n [0.54784, 0.531895, 0.471704],\n [0.551612, 0.534849, 0.471439],\n [0.555393, 0.537807, 0.471147],\n [0.559181, 0.540771, 0.470829],\n [0.562972, 0.543741, 0.470488],\n [0.566802, 0.546715, 0.469988],\n [0.570607, 0.549695, 0.469593],\n [0.574417, 0.552682, 0.469172],\n [0.578236, 0.555673, 0.468724],\n [0.582087, 0.55867, 0.468118],\n [0.585916, 0.561674, 0.467618],\n [0.589753, 0.564682, 0.46709],\n [0.593622, 0.567697, 0.466401],\n [0.597469, 0.570718, 0.465821],\n [0.601354, 0.573743, 0.465074],\n [0.605211, 0.576777, 0.464441],\n [0.609105, 0.579816, 0.463638],\n [0.612977, 0.582861, 0.46295],\n [0.616852, 0.585913, 0.462237],\n [0.620765, 0.58897, 0.461351],\n [0.624654, 0.592034, 0.460583],\n [0.628576, 0.595104, 0.459641],\n [0.632506, 0.59818, 0.458668],\n [0.636412, 0.601264, 0.457818],\n [0.640352, 0.604354, 0.456791],\n [0.64427, 0.60745, 0.455886],\n [0.648222, 0.610553, 0.454801],\n [0.652178, 0.613664, 0.453689],\n [0.656114, 0.61678, 0.452702],\n [0.660082, 0.619904, 0.451534],\n [0.664055, 0.623034, 0.450338],\n [0.668008, 0.626171, 0.44927],\n [0.671991, 0.629316, 0.448018],\n [0.675981, 0.632468, 0.446736],\n [0.679979, 0.635626, 0.445424],\n [0.68395, 0.638793, 0.444251],\n [0.687957, 0.641966, 0.442886],\n [0.691971, 0.645145, 0.441491],\n [0.695985, 0.648334, 0.440072],\n [0.700008, 0.651529, 0.438624],\n [0.704037, 0.654731, 0.437147],\n [0.708067, 0.657942, 0.435647],\n [0.712105, 0.66116, 0.434117],\n [0.716177, 0.664384, 0.432386],\n [0.720222, 0.667618, 0.430805],\n [0.724274, 0.670859, 0.429194],\n [0.728334, 0.674107, 0.427554],\n [0.732422, 0.677364, 0.425717],\n [0.736488, 0.680629, 0.424028],\n [0.740589, 0.6839, 0.422131],\n [0.744664, 0.687181, 0.420393],\n [0.748772, 0.69047, 0.418448],\n [0.752886, 0.693766, 0.416472],\n [0.756975, 0.697071, 0.414659],\n [0.761096, 0.700384, 0.412638],\n [0.765223, 0.703705, 0.410587],\n [0.769353, 0.707035, 0.408516],\n [0.773486, 0.710373, 0.406422],\n [0.777651, 0.713719, 0.404112],\n [0.781795, 0.717074, 0.401966],\n [0.785965, 0.720438, 0.399613],\n [0.790116, 0.72381, 0.397423],\n [0.794298, 0.72719, 0.395016],\n [0.79848, 0.73058, 0.392597],\n [0.802667, 0.733978, 0.390153],\n [0.806859, 0.737385, 0.387684],\n [0.811054, 0.740801, 0.385198],\n [0.815274, 0.744226, 0.382504],\n [0.819499, 0.747659, 0.379785],\n [0.823729, 0.751101, 0.377043],\n [0.827959, 0.754553, 0.374292],\n [0.832192, 0.758014, 0.371529],\n [0.836429, 0.761483, 0.368747],\n [0.840693, 0.764962, 0.365746],\n [0.844957, 0.76845, 0.362741],\n [0.849223, 0.771947, 0.359729],\n [0.853515, 0.775454, 0.3565],\n [0.857809, 0.778969, 0.353259],\n [0.862105, 0.782494, 0.350011],\n [0.866421, 0.786028, 0.346571],\n [0.870717, 0.789572, 0.343333],\n [0.875057, 0.793125, 0.339685],\n [0.879378, 0.796687, 0.336241],\n [0.88372, 0.800258, 0.332599],\n [0.888081, 0.803839, 0.32877],\n [0.89244, 0.80743, 0.324968],\n [0.896818, 0.81103, 0.320982],\n [0.901195, 0.814639, 0.317021],\n [0.905589, 0.818257, 0.312889],\n [0.91, 0.821885, 0.308594],\n [0.914407, 0.825522, 0.304348],\n [0.918828, 0.829168, 0.29996],\n [0.923279, 0.832822, 0.295244],\n [0.927724, 0.836486, 0.290611],\n [0.93218, 0.840159, 0.28588],\n [0.93666, 0.843841, 0.280876],\n [0.941147, 0.84753, 0.275815],\n [0.945654, 0.851228, 0.270532],\n [0.950178, 0.854933, 0.265085],\n [0.954725, 0.858646, 0.259365],\n [0.959284, 0.862365, 0.253563],\n [0.963872, 0.866089, 0.247445],\n [0.968469, 0.869819, 0.24131],\n [0.973114, 0.87355, 0.234677],\n [0.97778, 0.877281, 0.227954],\n [0.982497, 0.881008, 0.220878],\n [0.987293, 0.884718, 0.213336],\n [0.992218, 0.888385, 0.205468],\n [0.994847, 0.892954, 0.203445],\n [0.995249, 0.898384, 0.207561],\n [0.995503, 0.903866, 0.21237],\n [0.995737, 0.909344, 0.217772]\n];\n \n// return appropriate css rgba color\nexport function cividis(value: number, alpha: number = 1) {\n // scale 0 to 1 to 0 to 255\n const index = Math.round(value * 255);\n const color = colors[index];\n return `rgba(${color[0] * 255}, ${color[1] * 255}, ${color[2] * 255}, ${alpha})`;\n}\n","const colors = [\n '#5bb1ff',\n '#5fb2fd',\n '#62b3fb',\n '#66b5f9',\n '#69b6f8',\n '#6db7f6',\n '#70b8f4',\n '#74b9f2',\n '#78bbf0',\n '#7bbcee',\n '#7fbdec',\n '#82beeb',\n '#86bfe9',\n '#8ac1e7',\n '#8dc2e5',\n '#91c3e3',\n '#94c4e1',\n '#98c5e0',\n '#9bc6de',\n '#9fc8dc',\n '#a3c9da',\n '#a6cad8',\n '#aacbd6',\n '#adccd4',\n '#b1ced3',\n '#b4cfd1',\n '#b8d0cf',\n '#bcd1cd',\n '#bfd2cb',\n '#c3d4c9',\n '#c6d5c7',\n '#cad6c6',\n '#ced7c4',\n '#d1d8c2',\n '#d5dac0',\n '#d8dbbe',\n '#dcdcbc',\n '#dfddbb',\n '#e3deb9',\n '#e7e0b7',\n '#eae1b5',\n '#eee2b3',\n '#efdeaf',\n '#f0d9aa',\n '#f0d5a6',\n '#f1d0a2',\n '#f2cc9d',\n '#f3c799',\n '#f4c394',\n '#f5be90',\n '#f5ba8b',\n '#f6b587',\n '#f7b183',\n '#f8ac7e',\n '#f9a77a',\n '#faa375',\n '#fa9e71',\n '#fb9a6c',\n '#fc9568',\n '#fd9164',\n '#fe8c5f',\n '#fe885b',\n '#fe8459',\n '#fa805a',\n '#f77d5c',\n '#f47a5e',\n '#f0765f',\n '#ed7361',\n '#e97063',\n '#e66c64',\n '#e36966',\n '#df6668',\n '#dc6269',\n '#d95f6b',\n '#d55c6d',\n '#d2586e',\n '#ce5570',\n '#cb5272',\n '#c84e73',\n '#c44b75',\n '#c14877',\n '#be4578',\n '#ba417a',\n '#b73e7c',\n '#b43b7d',\n '#b23a7d',\n '#b0397d',\n '#ae397d',\n '#ac387d',\n '#aa377d',\n '#a8367d',\n '#a6357d',\n '#a4357d',\n '#a2347d',\n '#a1337d',\n '#9f327d',\n '#9d317d',\n '#9b317d',\n '#99307d',\n '#972f7d',\n '#952e7d',\n '#932d7d',\n '#912d7d',\n '#8f2c7d',\n '#8d2b7d',\n '#8b2a7d',\n '#8a297e',\n '#88297e',\n '#86287e',\n '#84277e',\n '#82267e',\n '#80257e',\n '#7e257e',\n '#7c247e',\n '#7a237e',\n '#78227e',\n '#76217e',\n '#74217e',\n '#73207e',\n '#711f7e',\n '#6f1e7e',\n '#6d1d7e',\n '#6b1d7e',\n '#691c7e',\n '#671b7e',\n '#651a7e',\n '#631a7e',\n '#61197e',\n '#60187d',\n '#5e187c',\n '#5d187b',\n '#5b177a',\n '#591779',\n '#581778',\n '#561677',\n '#551676',\n '#531675',\n '#511574',\n '#501573',\n '#4e1472',\n '#4c1472',\n '#4b1471',\n '#491370',\n '#48136f',\n '#46136e',\n '#44126d',\n '#43126c',\n '#41116b',\n '#40116a',\n '#3e1169',\n '#3c1068',\n '#3b1067',\n '#391066',\n '#370f65',\n '#360f64',\n '#340e63',\n '#330e63',\n '#310e62',\n '#2f0d61',\n '#2e0d60',\n '#2c0d5f',\n '#2b0c5e',\n '#290c5d',\n '#270b5c',\n '#260b5b',\n '#240b5a',\n '#230a59',\n '#210a58',\n '#1f0a57',\n '#1e0956',\n '#1d0955',\n '#1c0954',\n '#1c0953',\n '#1b0952',\n '#1b0951',\n '#1a094f',\n '#1a094e',\n '#19084d',\n '#19084c',\n '#18084b',\n '#180849',\n '#170848',\n '#170847',\n '#160846',\n '#160845',\n '#150843',\n '#150842',\n '#140841',\n '#140840',\n '#13083f',\n '#13083d',\n '#12073c',\n '#12073b',\n '#11073a',\n '#110739',\n '#100738',\n '#100736',\n '#0f0735',\n '#0f0734',\n '#0e0733',\n '#0e0732',\n '#0e0730',\n '#0d072f',\n '#0d072e',\n '#0c072d',\n '#0c072c',\n '#0b062a',\n '#0b0629',\n '#0a0628',\n '#0a0627',\n '#090626',\n '#090624',\n '#080623',\n '#080622',\n '#080622',\n '#080621',\n '#070620',\n '#07061f',\n '#07051f',\n '#07051e',\n '#07051d',\n '#07051c',\n '#07051c',\n '#06051b',\n '#06051a',\n '#060519',\n '#060519',\n '#060518',\n '#060517',\n '#060416',\n '#060416',\n '#050415',\n '#050414',\n '#050413',\n '#050413',\n '#050412',\n '#050411',\n '#050410',\n '#040410',\n '#04030f',\n '#04030e',\n '#04030d',\n '#04030d',\n '#04030c',\n '#04030b',\n '#03030a',\n '#03030a',\n '#030309',\n '#030308',\n '#030307',\n '#030207',\n '#030206',\n '#020205',\n '#020204',\n '#020204',\n '#020203'];\n \n \n// return appropriate css rgba color\nexport function svs(value: number, alpha: number = 1) {\n // scale 0 to 1 to 0 to 255\n const index = Math.round(value * 255);\n const alphaHex = Math.round(alpha * 255).toString(16).padStart(2, '0');\n return colors[index] + (alpha < 1 ? alphaHex : '');\n \n}","function lerp(a: number, b: number, t: number): number {\n return a + (b - a) * t;\n}\n\n// linear spline\nfunction spline( t: number, ...values: number[]): number {\n if (t <= 0) return values[0];\n if (t >= 1) return values[values.length - 1];\n const n = values.length - 1;\n const i = Math.floor(t * n);\n const u = t * n - i;\n return lerp(values[i], values[i + 1], u);\n}\n\nfunction clamp(x: number, min: number, max: number): number {\n return Math.min(Math.max(x, min), max);\n}\n\n\nexport function cbarNO2(cbar_min: number, cbar_max: number, cur_val: number): [number, number, number]\n{\n const normalizedVal = clamp( (cur_val-cbar_min)/(cbar_max-cbar_min),0,1);\n const r = spline(normalizedVal, 0.231373,0.227451,0.223529,0.215686,0.211765,0.211765,0.207843,0.207843,0.211765,0.211765,0.219608,0.227451,0.235294,0.247059,0.258824,0.270588,0.286275,0.298039,0.317647,0.329412,0.345098,0.364706,0.376471,0.396078,0.411765,0.427451,0.450980,0.466667,0.486275,0.501961,0.521569,0.541176,0.556863,0.580392,0.596078,0.615686,0.635294,0.650980,0.674510,0.690196,0.705882,0.725490,0.741176,0.760784,0.772549,0.788235,0.803922,0.819608,0.835294,0.847059,0.858824,0.874510,0.886275,0.898039,0.905882,0.917647,0.925490,0.933333,0.945098,0.949020,0.956863,0.964706,0.968627,0.972549,0.976471,0.980392,0.984314,0.988235,0.992157,0.992157,0.996078,0.996078,0.996078,1.00000,1.00000,1.00000,1.00000,1.00000,1.00000,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.992157,0.992157,0.992157,0.988235,0.988235,0.984314,0.980392,0.976471,0.972549,0.964706,0.960784,0.952941,0.949020,0.941176,0.937255,0.929412,0.925490,0.917647,0.909804,0.905882,0.898039,0.890196,0.882353,0.874510,0.870588,0.858824,0.850980,0.847059,0.835294,0.827451,0.819608,0.811765,0.803922,0.792157,0.784314,0.772549,0.764706,0.756863,0.745098,0.737255,0.725490,0.713726,0.705882,0.694118,0.686275,0.674510,0.662745,0.654902,0.639216,0.631373,0.619608,0.607843,0.600000,0.584314,0.576471,0.564706,0.552941,0.541176,0.529412,0.521569,0.509804,0.501961,0.490196,0.478431,0.470588,0.462745,0.450980,0.443137,0.435294,0.427451,0.415686,0.407843,0.400000,0.388235,0.380392,0.372549,0.364706,0.356863,0.345098,0.337255,0.329412,0.321569,0.313726,0.301961,0.294118,0.286275,0.278431,0.266667,0.258824,0.250980,0.239216,0.231373,0.223529,0.215686,0.207843,0.196078,0.188235,0.180392,0.172549,0.164706,0.156863,0.149020,0.145098,0.137255,0.133333,0.125490,0.121569,0.117647,0.113725,0.109804,0.105882,0.101961,0.101961,0.0980392,0.0941176,0.0941176,0.0901961,0.0901961,0.0862745,0.0823529,0.0823529,0.0784314,0.0745098,0.0745098,0.0705882,0.0666667,0.0666667,0.0627451,0.0627451,0.0588235,0.0549020,0.0549020,0.0509804,0.0509804,0.0470588,0.0431373,0.0431373,0.0392157,0.0392157,0.0352941,0.0313726,0.0313726,0.0313726,0.0274510,0.0274510);\n const g = spline(normalizedVal, 0.462745,0.470588,0.474510,0.486275,0.494118,0.501961,0.517647,0.529412,0.541176,0.552941,0.564706,0.580392,0.592157,0.607843,0.623529,0.635294,0.650980,0.662745,0.674510,0.686275,0.698039,0.709804,0.721569,0.733333,0.741176,0.752941,0.760784,0.768627,0.780392,0.788235,0.792157,0.800000,0.807843,0.815686,0.823529,0.827451,0.835294,0.839216,0.847059,0.854902,0.858824,0.866667,0.870588,0.878431,0.882353,0.886275,0.894118,0.901961,0.905882,0.913725,0.917647,0.925490,0.929412,0.937255,0.941176,0.945098,0.952941,0.956863,0.960784,0.964706,0.968627,0.972549,0.976471,0.976471,0.980392,0.980392,0.980392,0.980392,0.976471,0.976471,0.972549,0.968627,0.964706,0.960784,0.952941,0.949020,0.941176,0.937255,0.929412,0.921569,0.913725,0.905882,0.898039,0.890196,0.878431,0.870588,0.862745,0.850980,0.843137,0.831373,0.823529,0.811765,0.803922,0.792157,0.780392,0.772549,0.756863,0.749020,0.733333,0.721569,0.709804,0.698039,0.686275,0.670588,0.654902,0.643137,0.627451,0.615686,0.600000,0.584314,0.572549,0.556863,0.545098,0.529412,0.517647,0.505882,0.494118,0.482353,0.466667,0.458824,0.447059,0.435294,0.427451,0.415686,0.407843,0.396078,0.388235,0.376471,0.368627,0.356863,0.349020,0.337255,0.329412,0.321569,0.309804,0.301961,0.294118,0.290196,0.282353,0.274510,0.270588,0.262745,0.258824,0.254902,0.250980,0.247059,0.239216,0.235294,0.231373,0.227451,0.223529,0.219608,0.215686,0.211765,0.207843,0.203922,0.200000,0.196078,0.192157,0.188235,0.184314,0.180392,0.176471,0.172549,0.168627,0.164706,0.160784,0.156863,0.152941,0.149020,0.145098,0.141176,0.141176,0.137255,0.133333,0.129412,0.125490,0.121569,0.117647,0.113725,0.109804,0.105882,0.105882,0.101961,0.0980392,0.0941176,0.0901961,0.0862745,0.0823529,0.0823529,0.0784314,0.0745098,0.0745098,0.0705882,0.0705882,0.0705882,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0588235,0.0588235,0.0588235,0.0588235,0.0549020,0.0549020,0.0549020,0.0509804,0.0509804,0.0509804,0.0509804,0.0470588,0.0470588,0.0470588,0.0431373,0.0431373,0.0431373,0.0392157,0.0392157,0.0392157,0.0352941,0.0352941,0.0352941,0.0352941,0.0313726,0.0313726,0.0313726,0.0274510,0.0274510,0.0274510,0.0235294,0.0235294,0.0235294,0.0235294,0.0196078,0.0196078,0.0196078,0.0156863,0.0156863,0.0156863);\n const b = spline(normalizedVal, 0.776471,0.776471,0.776471,0.776471,0.776471,0.776471,0.776471,0.772549,0.772549,0.768627,0.764706,0.760784,0.756863,0.749020,0.745098,0.737255,0.733333,0.725490,0.717647,0.713726,0.709804,0.701961,0.698039,0.690196,0.686275,0.686275,0.682353,0.678431,0.678431,0.674510,0.674510,0.674510,0.674510,0.674510,0.674510,0.670588,0.670588,0.666667,0.662745,0.662745,0.658824,0.654902,0.650980,0.643137,0.639216,0.635294,0.631373,0.631373,0.627451,0.627451,0.627451,0.627451,0.627451,0.631373,0.639216,0.643137,0.650980,0.658824,0.670588,0.678431,0.686275,0.698039,0.705882,0.717647,0.725490,0.729412,0.737255,0.741176,0.745098,0.745098,0.741176,0.737255,0.733333,0.725490,0.717647,0.709804,0.694118,0.686275,0.670588,0.654902,0.643137,0.623529,0.611765,0.592157,0.576471,0.564706,0.549020,0.533333,0.517647,0.505882,0.498039,0.482353,0.474510,0.462745,0.450980,0.443137,0.431373,0.423529,0.411765,0.403922,0.392157,0.384314,0.376471,0.364706,0.356863,0.349020,0.337255,0.333333,0.325490,0.321569,0.317647,0.313726,0.313726,0.313726,0.313726,0.317647,0.321569,0.325490,0.329412,0.337255,0.341176,0.349020,0.352941,0.360784,0.364706,0.368627,0.376471,0.380392,0.384314,0.388235,0.392157,0.396078,0.400000,0.400000,0.403922,0.407843,0.411765,0.415686,0.419608,0.423529,0.423529,0.431373,0.431373,0.435294,0.439216,0.443137,0.447059,0.450980,0.454902,0.458824,0.462745,0.466667,0.470588,0.474510,0.474510,0.478431,0.482353,0.482353,0.486275,0.486275,0.490196,0.490196,0.490196,0.494118,0.494118,0.494118,0.498039,0.498039,0.498039,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.498039,0.498039,0.498039,0.498039,0.494118,0.494118,0.494118,0.490196,0.490196,0.490196,0.486275,0.486275,0.482353,0.478431,0.474510,0.470588,0.466667,0.462745,0.454902,0.450980,0.443137,0.435294,0.427451,0.419608,0.411765,0.403922,0.396078,0.384314,0.376471,0.368627,0.360784,0.352941,0.341176,0.333333,0.325490,0.317647,0.309804,0.301961,0.294118,0.286275,0.282353,0.274510,0.266667,0.262745,0.254902,0.247059,0.243137,0.235294,0.227451,0.223529,0.215686,0.211765,0.203922,0.196078,0.192157,0.184314,0.180392,0.172549,0.164706,0.156863,0.152941,0.145098,0.141176,0.133333,0.125490,0.121569,0.113725,0.109804,0.101961,0.0941176,0.0901961,0.0862745,0.0784314,0.0745098,0.0666667,0.0627451,0.0588235,0.0549020,0.0509804);\n return [Math.round(r*255),Math.round(g*255),Math.round(b*255)];\n}\n\n\n\n\n\n// extended colormap\nexport function cbarNO2ColorsRevised2023(cbar_min: number, cbar_max: number, cur_val: number): [number, number, number]\n{\n const normalizedVal = clamp( (cur_val-cbar_min)/(cbar_max-cbar_min),0,1);\n const r = spline(normalizedVal, 0.231373,0.223529,0.215686,0.211765,0.207843,0.207843,0.211765,0.223529,0.235294,0.250980,0.270588,0.294118,0.317647,0.337255,0.364706,0.384314,0.411765,0.439216,0.466667,0.494118,0.521569,0.549020,0.580392,0.603922,0.635294,0.662745,0.690196,0.717647,0.741176,0.768627,0.788235,0.811765,0.835294,0.854902,0.874510,0.890196,0.905882,0.921569,0.933333,0.949020,0.956863,0.964706,0.972549,0.980392,0.984314,0.988235,0.992157,0.996078,0.996078,1.00000,1.00000,1.00000,1.00000,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.996078,0.992157,0.992157,0.988235,0.984314,0.980392,0.972549,0.964706,0.956863,0.949020,0.941176,0.929412,0.921569,0.913725,0.909804,0.905882,0.898039,0.894118,0.890196,0.882353,0.878431,0.870588,0.866667,0.862745,0.854902,0.850980,0.843137,0.839216,0.831373,0.823529,0.819608,0.811765,0.803922,0.796078,0.792157,0.784314,0.776471,0.768627,0.760784,0.756863,0.749020,0.741176,0.733333,0.725490,0.721569,0.709804,0.705882,0.698039,0.686275,0.682353,0.674510,0.662745,0.654902,0.647059,0.639216,0.631373,0.623529,0.615686,0.603922,0.600000,0.592157,0.580392,0.572549,0.564706,0.556863,0.549020,0.541176,0.533333,0.525490,0.517647,0.509804,0.501961,0.494118,0.486275,0.478431,0.470588,0.466667,0.458824,0.450980,0.443137,0.439216,0.431373,0.423529,0.419608,0.411765,0.403922,0.396078,0.392157,0.384314,0.376471,0.372549,0.364706,0.356863,0.352941,0.345098,0.337255,0.333333,0.325490,0.317647,0.313726,0.305882,0.301961,0.294118,0.286275,0.282353,0.270588,0.266667,0.258824,0.250980,0.247059,0.239216,0.235294,0.227451,0.219608,0.215686,0.207843,0.200000,0.196078,0.188235,0.180392,0.176471,0.172549,0.164706,0.156863,0.152941,0.145098,0.141176,0.137255,0.133333,0.129412,0.125490,0.121569,0.117647,0.113725,0.113725,0.109804,0.105882,0.105882,0.101961,0.101961,0.0980392,0.0980392,0.0941176,0.0941176,0.0901961,0.0901961,0.0862745,0.0862745,0.0823529,0.0823529,0.0823529,0.0784314,0.0784314,0.0745098,0.0745098,0.0705882,0.0705882,0.0666667,0.0666667,0.0627451,0.0627451,0.0627451,0.0588235,0.0588235,0.0549020,0.0549020,0.0509804,0.0509804,0.0470588,0.0470588,0.0431373,0.0431373,0.0392157,0.0392157,0.0392157,0.0352941,0.0352941,0.0313726,0.0313726,0.0313726,0.0274510,0.0274510,0.0274510);\n const g = spline(normalizedVal, 0.462745,0.474510,0.486275,0.498039,0.517647,0.533333,0.552941,0.576471,0.592157,0.615686,0.635294,0.654902,0.674510,0.694118,0.709804,0.725490,0.741176,0.756863,0.768627,0.784314,0.792157,0.803922,0.815686,0.823529,0.835294,0.843137,0.854902,0.862745,0.870588,0.878431,0.886275,0.898039,0.905882,0.913725,0.925490,0.933333,0.941176,0.949020,0.956863,0.964706,0.968627,0.972549,0.976471,0.980392,0.980392,0.980392,0.976471,0.968627,0.964706,0.956863,0.949020,0.941176,0.929412,0.917647,0.905882,0.894118,0.878431,0.866667,0.850980,0.835294,0.823529,0.807843,0.792157,0.776471,0.756863,0.741176,0.721569,0.701961,0.686275,0.662745,0.643137,0.619608,0.600000,0.580392,0.556863,0.537255,0.517647,0.498039,0.482353,0.462745,0.447059,0.431373,0.415686,0.403922,0.388235,0.372549,0.364706,0.356863,0.349020,0.341176,0.337255,0.329412,0.321569,0.313726,0.305882,0.301961,0.298039,0.290196,0.286275,0.282353,0.278431,0.270588,0.266667,0.262745,0.258824,0.254902,0.250980,0.250980,0.247059,0.243137,0.239216,0.235294,0.231373,0.231373,0.227451,0.223529,0.219608,0.219608,0.215686,0.211765,0.207843,0.203922,0.203922,0.200000,0.196078,0.192157,0.192157,0.188235,0.184314,0.180392,0.180392,0.176471,0.172549,0.172549,0.168627,0.164706,0.160784,0.160784,0.156863,0.152941,0.152941,0.149020,0.145098,0.141176,0.141176,0.137255,0.133333,0.133333,0.129412,0.125490,0.125490,0.121569,0.117647,0.117647,0.113725,0.109804,0.109804,0.105882,0.101961,0.0980392,0.0980392,0.0941176,0.0901961,0.0901961,0.0862745,0.0862745,0.0823529,0.0823529,0.0784314,0.0784314,0.0745098,0.0745098,0.0705882,0.0705882,0.0705882,0.0705882,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0666667,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0627451,0.0588235,0.0588235,0.0588235,0.0588235,0.0588235,0.0549020,0.0549020,0.0549020,0.0549020,0.0509804,0.0509804,0.0509804,0.0509804,0.0509804,0.0470588,0.0470588,0.0470588,0.0470588,0.0431373,0.0431373,0.0431373,0.0431373,0.0392157,0.0392157,0.0392157,0.0392157,0.0392157,0.0352941,0.0352941,0.0352941,0.0352941,0.0313726,0.0313726,0.0313726,0.0313726,0.0313726,0.0274510,0.0274510,0.0274510,0.0274510,0.0235294,0.0235294,0.0235294,0.0235294,0.0235294,0.0196078,0.0196078,0.0196078,0.0196078,0.0156863,0.0156863,0.0156863,0.0156863);\n const b = spline(normalizedVal, 0.776471,0.776471,0.776471,0.776471,0.776471,0.772549,0.768627,0.760784,0.756863,0.745098,0.737255,0.729412,0.717647,0.709804,0.701961,0.694118,0.686275,0.682353,0.678431,0.678431,0.674510,0.674510,0.674510,0.670588,0.670588,0.666667,0.662745,0.654902,0.650980,0.643137,0.635294,0.631373,0.627451,0.627451,0.627451,0.631373,0.639216,0.647059,0.658824,0.674510,0.686275,0.701961,0.717647,0.729412,0.737255,0.741176,0.745098,0.741176,0.733333,0.721569,0.709804,0.690196,0.670588,0.647059,0.623529,0.603922,0.576471,0.552941,0.533333,0.513726,0.498039,0.478431,0.462745,0.447059,0.431373,0.415686,0.403922,0.388235,0.376471,0.360784,0.349020,0.337255,0.325490,0.317647,0.313726,0.313726,0.313726,0.317647,0.325490,0.333333,0.341176,0.349020,0.360784,0.368627,0.376471,0.380392,0.384314,0.388235,0.392157,0.396078,0.396078,0.400000,0.400000,0.403922,0.407843,0.407843,0.411765,0.415686,0.415686,0.419608,0.423529,0.423529,0.427451,0.431373,0.431373,0.435294,0.439216,0.443137,0.443137,0.447059,0.450980,0.450980,0.454902,0.458824,0.462745,0.462745,0.466667,0.470588,0.470588,0.474510,0.474510,0.478431,0.478431,0.482353,0.482353,0.486275,0.486275,0.486275,0.490196,0.490196,0.490196,0.490196,0.494118,0.494118,0.494118,0.494118,0.498039,0.498039,0.498039,0.498039,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.501961,0.498039,0.498039,0.498039,0.498039,0.494118,0.494118,0.494118,0.494118,0.494118,0.490196,0.490196,0.490196,0.490196,0.486275,0.486275,0.482353,0.482353,0.478431,0.478431,0.474510,0.470588,0.466667,0.462745,0.462745,0.454902,0.450980,0.447059,0.439216,0.435294,0.427451,0.423529,0.415686,0.411765,0.403922,0.396078,0.392157,0.384314,0.376471,0.372549,0.364706,0.356863,0.352941,0.345098,0.341176,0.333333,0.325490,0.321569,0.313726,0.309804,0.305882,0.298039,0.294118,0.286275,0.282353,0.274510,0.270588,0.266667,0.262745,0.254902,0.250980,0.247059,0.243137,0.239216,0.235294,0.227451,0.223529,0.219608,0.211765,0.207843,0.203922,0.200000,0.196078,0.192157,0.188235,0.180392,0.176471,0.172549,0.164706,0.160784,0.156863,0.152941,0.145098,0.141176,0.137255,0.133333,0.129412,0.125490,0.117647,0.113725,0.109804,0.105882,0.101961,0.0941176,0.0901961,0.0862745,0.0823529,0.0784314,0.0745098,0.0705882,0.0666667,0.0627451,0.0588235,0.0549020,0.0549020,0.0509804);\n return [Math.round(r*255),Math.round(g*255),Math.round(b*255)];\n}\n\n","// modified from https://stackoverflow.com/a/63397776/11594175\n\nlet preloadedImages: HTMLElement[] = [];\n\nfunction loadImage(src: string): Promise {\n return new Promise((resolve, reject) => {\n const img = document.createElement(\"link\");\n img.rel = \"preload\";\n img.as = \"image\";\n img.onload = function () {\n resolve(img);\n };\n img.onerror = img.onabort = function () {\n reject(src);\n };\n img.href = src;\n // add it to the dom in body so it will load\n document.body.appendChild(img);\n // append to the preloaded images list so it can be removed\n preloadedImages.push(img);\n });\n}\nexport function _preloadImages(images: string[]): Promise[] {\n // remove past images\n preloadedImages.forEach((img) => {\n img.remove();\n });\n preloadedImages = [];\n const promises = images.map((src) => loadImage(src));\n // Promise.all(promises);\n return promises;\n}\n\n// reset the preload images\n","/* eslint-disable @typescript-eslint/naming-convention */\nexport interface Manifest {\n early_release: {\n image_directory: string;\n resized_image_directory: string;\n timestamps: number[];\n };\n released: {\n image_directory: string;\n resized_image_directory: string;\n timestamps: number[];\n };\n clouds: {\n image_directory: string;\n resized_image_directory: string;\n timestamps: number[];\n };\n}\n\nexport async function fetchManifest(): Promise {\n console.log(\"fetching manifest\");\n const url = \"https://raw.githubusercontent.com/johnarban/tempo-data-holdings/main/manifest.json\";\n // try to use cache busting, but if that fails try with plain url\n return fetch(`${url}?version=${Date.now()}}`)\n .then((response) => response.json())\n .catch(() => fetch(url).then((response) => response.json()));\n \n}\n\ninterface Timestamps {\n early_release: number[];\n released: number[];\n clouds: number[];\n}\n\nexport async function getTimestamps(): Promise {\n const manifest = await fetchManifest();\n const earlyRelease = manifest.early_release;\n const released = manifest.released;\n const clouds = manifest.clouds;\n return { early_release: earlyRelease.timestamps, released: released.timestamps, clouds: clouds.timestamps };\n}\n","import { render } from \"./TempoLite.vue?vue&type=template&id=04049d28&ts=true\"\nimport script from \"./TempoLite.vue?vue&type=script&lang=ts\"\nexport * from \"./TempoLite.vue?vue&type=script&lang=ts\"\n\nimport \"./TempoLite.vue?vue&type=style&index=0&id=04049d28&lang=less\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = [\"id\"]\nconst _hoisted_2 = { class: \"colorbar-labels\" }\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"div\", {\n id: _ctx.id,\n class: \"colorbar-container\"\n }, [\n _createElementVNode(\"div\", {\n style: _normalizeStyle({'--background-color': _ctx.backgroundColor}),\n class: \"colorbar\"\n }, null, 4),\n _createElementVNode(\"div\", _hoisted_2, [\n _createElementVNode(\"div\", null, [\n _renderSlot(_ctx.$slots, \"start\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.startValue), 1)\n ], true)\n ]),\n _createElementVNode(\"div\", null, [\n _renderSlot(_ctx.$slots, \"label\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.label), 1)\n ], true)\n ]),\n _createElementVNode(\"div\", null, [\n _renderSlot(_ctx.$slots, \"end\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.endValue), 1)\n ], true)\n ])\n ])\n ], 8, _hoisted_1))\n}","\n\n\n\n\n\n\n\n","import { render } from \"./ColorBar.vue?vue&type=template&id=221ae20e&scoped=true&ts=true\"\nimport script from \"./ColorBar.vue?vue&type=script&lang=ts\"\nexport * from \"./ColorBar.vue?vue&type=script&lang=ts\"\n\nimport \"./ColorBar.vue?vue&type=style&index=0&id=221ae20e&scoped=true&lang=css\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-221ae20e\"]])\n\nexport default __exports__","import { renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, createElementVNode as _createElementVNode, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = [\"id\"]\nconst _hoisted_2 = { class: \"colorbar-labels\" }\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"div\", {\n id: _ctx.id,\n class: \"colorbar-container-horizontal\"\n }, [\n _createElementVNode(\"div\", _hoisted_2, [\n _createElementVNode(\"div\", null, [\n _renderSlot(_ctx.$slots, \"start\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.startValue), 1)\n ], true)\n ]),\n _createElementVNode(\"div\", null, [\n _renderSlot(_ctx.$slots, \"label\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.label), 1)\n ], true)\n ]),\n _createElementVNode(\"div\", null, [\n _renderSlot(_ctx.$slots, \"end\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.endValue), 1)\n ], true)\n ])\n ]),\n _createElementVNode(\"div\", {\n style: _normalizeStyle({'--background-color': _ctx.backgroundColor}),\n class: \"colorbar\"\n }, null, 4)\n ], 8, _hoisted_1))\n}","\n\n\n\n\n\n\n\n","import { render } from \"./ColorBarHorizontal.vue?vue&type=template&id=bf9c2ee4&scoped=true&ts=true\"\nimport script from \"./ColorBarHorizontal.vue?vue&type=script&lang=ts\"\nexport * from \"./ColorBarHorizontal.vue?vue&type=script&lang=ts\"\n\nimport \"./ColorBarHorizontal.vue?vue&type=style&index=0&id=bf9c2ee4&scoped=true&lang=css\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-bf9c2ee4\"]])\n\nexport default __exports__","import { createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, mergeProps as _mergeProps, withCtx as _withCtx, createVNode as _createVNode, createElementVNode as _createElementVNode, renderSlot as _renderSlot, toDisplayString as _toDisplayString, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nconst _hoisted_1 = { class: \"info-button-close-icon\" }\nconst _hoisted_2 = { class: \"v-card-info-text ma-3\" }\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_v_icon = _resolveComponent(\"v-icon\")!\n const _component_v_tooltip = _resolveComponent(\"v-tooltip\")!\n const _component_v_card = _resolveComponent(\"v-card\")!\n const _component_v_dialog = _resolveComponent(\"v-dialog\")!\n\n return (_openBlock(), _createBlock(_component_v_dialog, {\n modelValue: _ctx.dialogVisible,\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = ($event: any) => ((_ctx.dialogVisible) = $event)),\n \"max-width\": \"500\"\n }, {\n activator: _withCtx(({ props: activatorProps }) => [\n _createVNode(_component_v_tooltip, {\n text: _ctx.tooltipTextValue,\n disabled: !_ctx.showTooltip\n }, {\n activator: _withCtx(( { props} ) => [\n _createVNode(_component_v_icon, _mergeProps({...activatorProps, ...props}, {\n style: {\"margin-left\":\"1em\",\"font-size\":\"1.3em\",\"color\":\"var(--accent-color)\"},\n elevation: \"1\",\n onClick: _cache[0] || (_cache[0] = ($event: any) => (_ctx.dialogVisible = true)),\n onKeydown: _ctx.handleKeydown\n }), {\n default: _withCtx(() => _cache[3] || (_cache[3] = [\n _createTextVNode(\" mdi-information-variant-circle-outline \")\n ])),\n _: 2\n }, 1040, [\"onKeydown\"])\n ]),\n _: 2\n }, 1032, [\"text\", \"disabled\"])\n ]),\n default: _withCtx(() => [\n _createVNode(_component_v_card, { class: \"gradient-background\" }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_1, [\n _createVNode(_component_v_icon, {\n class: \"info-button-close-icon__icon\",\n onClick: _cache[1] || (_cache[1] = ($event: any) => (_ctx.dialogVisible = false)),\n onKeydown: _ctx.handleKeydown\n }, {\n default: _withCtx(() => _cache[4] || (_cache[4] = [\n _createTextVNode(\" mdi-close \")\n ])),\n _: 1\n }, 8, [\"onKeydown\"])\n ]),\n _createElementVNode(\"div\", _hoisted_2, [\n _renderSlot(_ctx.$slots, \"default\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.helpText), 1)\n ])\n ])\n ]),\n _: 3\n })\n ]),\n _: 3\n }, 8, [\"modelValue\"]))\n}","\n\n\n","import { render } from \"./InfoButton.vue?vue&type=template&id=77dd44cb&ts=true\"\nimport script from \"./InfoButton.vue?vue&type=script&lang=ts\"\nexport * from \"./InfoButton.vue?vue&type=script&lang=ts\"\n\nimport \"./InfoButton.vue?vue&type=style&index=0&id=77dd44cb&lang=css\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { aliases, mdi } from 'vuetify/iconsets/mdi';\nimport { createVuetify } from 'vuetify';\n\n// For test use. Do not include createVuetify()\n// see https://next.vuetifyjs.com/en/features/treeshaking/\n//import * as components from 'vuetify/components';\n//import * as directives from 'vuetify/directives';\n\n// Translations provided by Vuetify\nimport { en } from 'vuetify/locale';\n\n// Styles\nimport 'vuetify/styles';\nimport '@mdi/font/css/materialdesignicons.css';\n\nexport default createVuetify({\n // Icon Fonts\n icons: {\n defaultSet: 'mdi',\n aliases,\n sets: {\n mdi,\n },\n },\n locale: {\n locale: 'en',\n fallback: 'en',\n messages: { en },\n },\n theme: {\n defaultTheme: 'dark',\n },\n});\n\n// Export for test.\n//export { components, directives };\n","import Vue, { createApp } from \"vue\";\n\nimport { FundingAcknowledgement, IconButton, CreditLogos } from \"@cosmicds/vue-toolkit\";\nimport LocationSearch from \"./LocationSearch.vue\";\nimport TempoLite from \"./TempoLite.vue\";\nimport Colorbar from './ColorBar.vue';\nimport ColorBarHorizontal from \"./ColorBarHorizontal.vue\";\nimport InfoButton from \"./InfoButton.vue\";\nimport vuetify from \"../plugins/vuetify\";\n\nimport { FontAwesomeIcon } from \"@fortawesome/vue-fontawesome\";\nimport { library } from \"@fortawesome/fontawesome-svg-core\";\nimport {\n faBookOpen,\n faPlay,\n faPause,\n faTimes,\n faVideo,\n faMagnifyingGlass,\n faCircleXmark,\n faSquareXmark,\n faHome,\n} from \"@fortawesome/free-solid-svg-icons\";\n\nimport VueDatePicker from \"@vuepic/vue-datepicker\";\nimport '@vuepic/vue-datepicker/dist/main.css';\n\nlibrary.add(faBookOpen);\nlibrary.add(faPlay);\nlibrary.add(faPause);\nlibrary.add(faTimes);\nlibrary.add(faVideo);\nlibrary.add(faMagnifyingGlass);\nlibrary.add(faCircleXmark);\nlibrary.add(faSquareXmark);\nlibrary.add(faHome);\n\n\n/** v-hide directive taken from https://www.ryansouthgate.com/2020/01/30/vue-js-v-hide-element-whilst-keeping-occupied-space/ */\n// Extract the function out, up here, so I'm not writing it twice\nconst update = (el: HTMLElement, binding: Vue.DirectiveBinding) => el.style.visibility = (binding.value) ? \"hidden\" : \"\";\n\ncreateApp(TempoLite, {})\n \n // Plugins\n .use(vuetify)\n\n // Directives\n .directive(\n /**\n * Hides an HTML element, keeping the space it would have used if it were visible (css: Visibility)\n */\n \"hide\", {\n // Run on initialisation (first render) of the directive on the element\n beforeMount(el, binding, _vnode, _prevVnode) {\n update(el, binding);\n },\n // Run on subsequent updates to the value supplied to the directive\n updated(el, binding, _vnode, _prevVnode) {\n update(el, binding);\n }\n })\n\n // Components\n .component('font-awesome-icon', FontAwesomeIcon)\n .component('icon-button', IconButton)\n .component('funding-acknowledgement', FundingAcknowledgement)\n .component('credit-logos', CreditLogos)\n .component('colorbar', Colorbar)\n .component('location-search', LocationSearch)\n .component('info-button', InfoButton)\n .component('colorbar-horizontal', ColorBarHorizontal)\n .component('date-picker', VueDatePicker)\n\n // Mount\n .mount(\"#app\");\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar [chunkIds, fn, priority] = deferred[i];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.p = \"\";","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t524: 0\n};\n\n// no chunk on demand loading\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunk_cosmicds_tempo_lite\"] = self[\"webpackChunk_cosmicds_tempo_lite\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [504], () => (__webpack_require__(7744)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["render","_ctx","_cache","$props","$setup","$data","$options","_component_font_awesome_icon","class","style","cssStyles","locationJustUpdated","small","searchText","$event","setLocationFromSearchFeature","items","searchResults","features","textForMapboxFeature","bgColor","label","locationLabel","density","solo","color","accentColor","performForwardGeocodingSearch","searchErrorMessage","focusCombobox","onFocusChange","ref","menu","menuOpen","append","icon","size","searchOpen","buttonSize","toggleSearch","closeSearch","stayOpen","RELEVANT_FEATURE_TYPES","NA_COUNTRIES","NA_ABBREVIATIONS","feature","pieces","text","push","context","forEach","item","itemType","id","split","includes","shortCode","short_code","some","abbr","startsWith","substring","itemText","join","geocodingInfoForSearch","options","Promise","accessToken","search","URLSearchParams","set","types","countries","url","toString","fetch","then","response","json","name","emits","props","searchProvider","type","Function","default","modelValue","Boolean","required","String","theme","persistSelected","data","this","locationUpdatedText","comboFocused","computed","methods","console","log","length","info","$emit","focused","blurCombobox","input","$refs","searchInput","blur","focus","undefined","place_name","slice","timedJustUpdatedLocation","clearSearchData","setTimeout","watch","value","__exports__","_hoisted_1","_hoisted_2","_hoisted_3","_hoisted_4","_hoisted_5","_hoisted_6","_hoisted_7","_hoisted_8","_hoisted_9","_hoisted_10","_hoisted_11","_hoisted_12","_hoisted_13","_hoisted_14","_hoisted_15","_hoisted_16","_hoisted_17","_hoisted_18","_hoisted_19","_hoisted_20","_hoisted_21","_hoisted_22","_hoisted_23","_hoisted_24","_hoisted_25","_hoisted_26","_hoisted_27","_hoisted_28","_hoisted_29","_hoisted_30","_hoisted_31","_hoisted_32","_hoisted_33","_hoisted_34","tabindex","_hoisted_35","_component_colorbar_horizontal","_component_location_search","_component_colorbar","_component_icon_button","_component_date_picker","_component_info_button","_component_funding_acknowledgement","_component_credit_logos","cssVars","inIntro","introSlide","additional","elevation","dontShowIntro","href","target","rel","src","alt","$vuetify","display","width","backgroundColor","nsteps","cmap","cbarNO2","extend","showFieldOfRegard","cloudTimestamps","showClouds","cloudDataAvailable","buttonColor","disabled","map","error","timeIndex","min","minIndex","max","maxIndex","step","loadedImagesProgress","thumbLabel","playing","radio","singleDateSelected","datesOfInterest","uniqueDays","clearable","transitions","format","date","toDateString","dark","touchscreen","activator","moveBackwardOneDay","variant","moveForwardOneDay","height","toFixed","row","dateStrings","sublocationRadio","locationsOfInterest","loi","index","key","locationsOfInterestText","selectedTimezone","timezoneOptions","opacity","showCredits","scrim","location","accentColor2","colors","cividis","alpha","Math","round","svs","alphaHex","padStart","lerp","a","b","t","spline","values","n","i","floor","u","clamp","x","cbar_min","cbar_max","cur_val","normalizedVal","r","g","cbarNO2ColorsRevised2023","preloadedImages","loadImage","resolve","reject","img","document","createElement","as","onload","onerror","onabort","body","appendChild","_preloadImages","images","remove","promises","fetchManifest","Date","now","catch","getTimestamps","manifest","earlyRelease","early_release","released","clouds","timestamps","erdTimestamps","newTimestamps","fosterTimestamps","urlParams","window","hideIntro","get","WINDOW_DONTSHOWINTRO","localStorage","getItem","zpad","character","showSplashScreen","toLowerCase","novDecBounds","marchBounds","fieldOfRegardLayer","fillColor","weight","latlng","zoom","indexOf","sheet","layersLoaded","positionSet","playInterval","basemap","bounds","toBBoxString","parseFloat","customImageUrl","timestep","timeValues","Array","keys","imageOverlay","interactive","preload","showControls","useHighRes","cloudOverlay","created","documentElement","navigator","msPointerEnabled","updateTimestamps","mounted","zoomControl","setView","crs","EPSG4326","zoomHome","originalZH","_zoomHome","bind","_e","addTo","addCoastlines","labelPane","createPane","zIndex","pointerEvents","minZoom","maxZoom","attribution","pane","setUrl","imageUrl","cloudUrl","updateFieldOfRegard","smallSize","smAndDown","mobile","showTextSheet","_value","selectSheet","showVideoSheet","video","querySelector","pause","timestamp","dateIsDST","standardOffset","getUTCFullYear","currentOffset","tz","offset","hours","getUTCHours","amPm","hourValue","getUTCMonth","getUTCDate","getUTCMinutes","imageName","getTempoFilename","getTempoDataUrl","getCloudFilename","whichDataSet","newBounds","imageBounds","easternDates","ts","days","getTime","unique","from","Set","highresAvailable","rgb","blurActiveElement","active","activeElement","HTMLElement","closeSplashScreen","$nextTick","_err","resetMapBounds","play","setInterval","clearInterval","updateBounds","setBounds","concat","sort","filename","setNearestDate","onedayinms","mod","filter","imagePreload","clearLayers","addData","times","cloudImages","loaded","promise","err","getUniqueDayIndex","findIndex","day","val","setItem","btn","$el","setAttribute","removeAttribute","show","removeLayer","setOpacity","startValue","endValue","Number","colorbarGradient","random","triangles","showStartTriangle","showEndTriangle","cssLinearGradientFromCmap","_","co","isArray","colorbar","firstChild","removeChild","div","className","background","start","end","styleDownTriangle","styleUpTriangle","offsetWidth","offsetHeight","borderLeft","borderRight","borderBottom","borderTop","styleLeftTriangle","styleRightTriangle","styleColorbarChunk","flexGrow","flexShrink","dialogVisible","activatorProps","tooltipTextValue","showTooltip","handleKeydown","helpText","tooltipText","event","icons","defaultSet","aliases","sets","mdi","locale","fallback","messages","en","defaultTheme","add","update","el","binding","visibility","TempoLite","use","vuetify","directive","beforeMount","_vnode","_prevVnode","updated","component","IconButton","FundingAcknowledgement","CreditLogos","LocationSearch","InfoButton","ColorBarHorizontal","mount","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","exports","module","__webpack_modules__","call","m","deferred","O","result","chunkIds","fn","priority","notFulfilled","Infinity","fulfilled","j","Object","every","splice","getter","__esModule","d","definition","o","defineProperty","enumerable","globalThis","e","obj","prop","prototype","hasOwnProperty","Symbol","toStringTag","p","installedChunks","chunkId","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","chunkLoadingGlobal","self","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file diff --git a/tsconfig.tsbuildinfo b/tsconfig.tsbuildinfo index c543fb9..0301a8d 100644 --- a/tsconfig.tsbuildinfo +++ b/tsconfig.tsbuildinfo @@ -1 +1 @@ -{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2016.intl.d.ts","../node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/tslib/tslib.d.ts","../node_modules/@vue/shared/dist/shared.d.ts","../node_modules/@babel/types/lib/index.d.ts","../node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/@vue/compiler-core/dist/compiler-core.d.ts","../node_modules/@vue/compiler-dom/dist/compiler-dom.d.ts","../node_modules/@vue/reactivity/dist/reactivity.d.ts","../node_modules/@vue/runtime-core/dist/runtime-core.d.ts","../node_modules/csstype/index.d.ts","../node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts","../node_modules/vue/dist/vue.d.ts","../node_modules/vuetify/lib/iconsets/mdi.d.mts","../node_modules/vue/jsx.d.ts","../node_modules/vuetify/lib/components/index.d.mts","../node_modules/vuetify/lib/labs/components.d.mts","../node_modules/vuetify/lib/index.d.mts","../node_modules/vuetify/lib/locale/index.d.mts","../plugins/vuetify.ts","../src/PreloadImages.ts","../src/cividis.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/background.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/composables.d.ts","../node_modules/@capacitor/core/types/legacy/legacy-definitions.d.ts","../node_modules/@capacitor/core/types/platforms.d.ts","../node_modules/@capacitor/core/types/definitions-internal.d.ts","../node_modules/@capacitor/core/types/util.d.ts","../node_modules/@capacitor/core/types/definitions.d.ts","../node_modules/@capacitor/core/types/web-plugin.d.ts","../node_modules/@capacitor/core/types/global.d.ts","../node_modules/@capacitor/core/types/core-plugins.d.ts","../node_modules/@capacitor/core/types/index.d.ts","../node_modules/@capacitor/geolocation/dist/esm/definitions.d.ts","../node_modules/@capacitor/geolocation/dist/esm/index.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/geolocation.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/keyboard.d.ts","../node_modules/@wwtelescope/engine-types/dist/src/index.d.ts","../node_modules/@wwtelescope/engine/src/index.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/annotation.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/circleannotation.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/engine.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/layer.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/imagesetlayer.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/polyannotation.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/polylineannotation.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/spreadsheetlayer.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/votablelayer.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/index.d.ts","../node_modules/vue-demi/lib/index.d.ts","../node_modules/pinia/dist/pinia.d.ts","../node_modules/@wwtelescope/engine-pinia/dist/src/store.d.ts","../node_modules/@wwtelescope/engine-pinia/dist/src/wwtaware.d.ts","../node_modules/@wwtelescope/engine-pinia/dist/src/Component.vue.d.ts","../node_modules/@wwtelescope/engine-pinia/dist/src/index.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/wwt-utils.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/IconButton.vue.d.ts","../node_modules/@types/geojson/index.d.ts","../node_modules/@types/leaflet/index.d.ts","../node_modules/@fortawesome/fontawesome-common-types/index.d.ts","../node_modules/@fortawesome/fontawesome-svg-core/index.d.ts","../node_modules/@fortawesome/vue-fontawesome/index.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/types.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/LocationSelector.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/FundingAcknowledgement.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/CreditLogos.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/GeolocationButton.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/WwtHud.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/Gallery.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/utils.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/index.d.ts","../src/mapbox.ts","../src/LocationSearch.vue.ts","../node_modules/date-fns/locale/types.d.ts","../node_modules/date-fns/fp/types.d.ts","../node_modules/date-fns/types.d.ts","../node_modules/date-fns/add.d.ts","../node_modules/date-fns/addBusinessDays.d.ts","../node_modules/date-fns/addDays.d.ts","../node_modules/date-fns/addHours.d.ts","../node_modules/date-fns/addISOWeekYears.d.ts","../node_modules/date-fns/addMilliseconds.d.ts","../node_modules/date-fns/addMinutes.d.ts","../node_modules/date-fns/addMonths.d.ts","../node_modules/date-fns/addQuarters.d.ts","../node_modules/date-fns/addSeconds.d.ts","../node_modules/date-fns/addWeeks.d.ts","../node_modules/date-fns/addYears.d.ts","../node_modules/date-fns/areIntervalsOverlapping.d.ts","../node_modules/date-fns/clamp.d.ts","../node_modules/date-fns/closestIndexTo.d.ts","../node_modules/date-fns/closestTo.d.ts","../node_modules/date-fns/compareAsc.d.ts","../node_modules/date-fns/compareDesc.d.ts","../node_modules/date-fns/constructFrom.d.ts","../node_modules/date-fns/constructNow.d.ts","../node_modules/date-fns/daysToWeeks.d.ts","../node_modules/date-fns/differenceInBusinessDays.d.ts","../node_modules/date-fns/differenceInCalendarDays.d.ts","../node_modules/date-fns/differenceInCalendarISOWeekYears.d.ts","../node_modules/date-fns/differenceInCalendarISOWeeks.d.ts","../node_modules/date-fns/differenceInCalendarMonths.d.ts","../node_modules/date-fns/differenceInCalendarQuarters.d.ts","../node_modules/date-fns/differenceInCalendarWeeks.d.ts","../node_modules/date-fns/differenceInCalendarYears.d.ts","../node_modules/date-fns/differenceInDays.d.ts","../node_modules/date-fns/differenceInHours.d.ts","../node_modules/date-fns/differenceInISOWeekYears.d.ts","../node_modules/date-fns/differenceInMilliseconds.d.ts","../node_modules/date-fns/differenceInMinutes.d.ts","../node_modules/date-fns/differenceInMonths.d.ts","../node_modules/date-fns/differenceInQuarters.d.ts","../node_modules/date-fns/differenceInSeconds.d.ts","../node_modules/date-fns/differenceInWeeks.d.ts","../node_modules/date-fns/differenceInYears.d.ts","../node_modules/date-fns/eachDayOfInterval.d.ts","../node_modules/date-fns/eachHourOfInterval.d.ts","../node_modules/date-fns/eachMinuteOfInterval.d.ts","../node_modules/date-fns/eachMonthOfInterval.d.ts","../node_modules/date-fns/eachQuarterOfInterval.d.ts","../node_modules/date-fns/eachWeekOfInterval.d.ts","../node_modules/date-fns/eachWeekendOfInterval.d.ts","../node_modules/date-fns/eachWeekendOfMonth.d.ts","../node_modules/date-fns/eachWeekendOfYear.d.ts","../node_modules/date-fns/eachYearOfInterval.d.ts","../node_modules/date-fns/endOfDay.d.ts","../node_modules/date-fns/endOfDecade.d.ts","../node_modules/date-fns/endOfHour.d.ts","../node_modules/date-fns/endOfISOWeek.d.ts","../node_modules/date-fns/endOfISOWeekYear.d.ts","../node_modules/date-fns/endOfMinute.d.ts","../node_modules/date-fns/endOfMonth.d.ts","../node_modules/date-fns/endOfQuarter.d.ts","../node_modules/date-fns/endOfSecond.d.ts","../node_modules/date-fns/endOfToday.d.ts","../node_modules/date-fns/endOfTomorrow.d.ts","../node_modules/date-fns/endOfWeek.d.ts","../node_modules/date-fns/endOfYear.d.ts","../node_modules/date-fns/endOfYesterday.d.ts","../node_modules/date-fns/_lib/format/formatters.d.ts","../node_modules/date-fns/_lib/format/longFormatters.d.ts","../node_modules/date-fns/format.d.ts","../node_modules/date-fns/formatDistance.d.ts","../node_modules/date-fns/formatDistanceStrict.d.ts","../node_modules/date-fns/formatDistanceToNow.d.ts","../node_modules/date-fns/formatDistanceToNowStrict.d.ts","../node_modules/date-fns/formatDuration.d.ts","../node_modules/date-fns/formatISO.d.ts","../node_modules/date-fns/formatISO9075.d.ts","../node_modules/date-fns/formatISODuration.d.ts","../node_modules/date-fns/formatRFC3339.d.ts","../node_modules/date-fns/formatRFC7231.d.ts","../node_modules/date-fns/formatRelative.d.ts","../node_modules/date-fns/fromUnixTime.d.ts","../node_modules/date-fns/getDate.d.ts","../node_modules/date-fns/getDay.d.ts","../node_modules/date-fns/getDayOfYear.d.ts","../node_modules/date-fns/getDaysInMonth.d.ts","../node_modules/date-fns/getDaysInYear.d.ts","../node_modules/date-fns/getDecade.d.ts","../node_modules/date-fns/_lib/defaultOptions.d.ts","../node_modules/date-fns/getDefaultOptions.d.ts","../node_modules/date-fns/getHours.d.ts","../node_modules/date-fns/getISODay.d.ts","../node_modules/date-fns/getISOWeek.d.ts","../node_modules/date-fns/getISOWeekYear.d.ts","../node_modules/date-fns/getISOWeeksInYear.d.ts","../node_modules/date-fns/getMilliseconds.d.ts","../node_modules/date-fns/getMinutes.d.ts","../node_modules/date-fns/getMonth.d.ts","../node_modules/date-fns/getOverlappingDaysInIntervals.d.ts","../node_modules/date-fns/getQuarter.d.ts","../node_modules/date-fns/getSeconds.d.ts","../node_modules/date-fns/getTime.d.ts","../node_modules/date-fns/getUnixTime.d.ts","../node_modules/date-fns/getWeek.d.ts","../node_modules/date-fns/getWeekOfMonth.d.ts","../node_modules/date-fns/getWeekYear.d.ts","../node_modules/date-fns/getWeeksInMonth.d.ts","../node_modules/date-fns/getYear.d.ts","../node_modules/date-fns/hoursToMilliseconds.d.ts","../node_modules/date-fns/hoursToMinutes.d.ts","../node_modules/date-fns/hoursToSeconds.d.ts","../node_modules/date-fns/interval.d.ts","../node_modules/date-fns/intervalToDuration.d.ts","../node_modules/date-fns/intlFormat.d.ts","../node_modules/date-fns/intlFormatDistance.d.ts","../node_modules/date-fns/isAfter.d.ts","../node_modules/date-fns/isBefore.d.ts","../node_modules/date-fns/isDate.d.ts","../node_modules/date-fns/isEqual.d.ts","../node_modules/date-fns/isExists.d.ts","../node_modules/date-fns/isFirstDayOfMonth.d.ts","../node_modules/date-fns/isFriday.d.ts","../node_modules/date-fns/isFuture.d.ts","../node_modules/date-fns/isLastDayOfMonth.d.ts","../node_modules/date-fns/isLeapYear.d.ts","../node_modules/date-fns/isMatch.d.ts","../node_modules/date-fns/isMonday.d.ts","../node_modules/date-fns/isPast.d.ts","../node_modules/date-fns/isSameDay.d.ts","../node_modules/date-fns/isSameHour.d.ts","../node_modules/date-fns/isSameISOWeek.d.ts","../node_modules/date-fns/isSameISOWeekYear.d.ts","../node_modules/date-fns/isSameMinute.d.ts","../node_modules/date-fns/isSameMonth.d.ts","../node_modules/date-fns/isSameQuarter.d.ts","../node_modules/date-fns/isSameSecond.d.ts","../node_modules/date-fns/isSameWeek.d.ts","../node_modules/date-fns/isSameYear.d.ts","../node_modules/date-fns/isSaturday.d.ts","../node_modules/date-fns/isSunday.d.ts","../node_modules/date-fns/isThisHour.d.ts","../node_modules/date-fns/isThisISOWeek.d.ts","../node_modules/date-fns/isThisMinute.d.ts","../node_modules/date-fns/isThisMonth.d.ts","../node_modules/date-fns/isThisQuarter.d.ts","../node_modules/date-fns/isThisSecond.d.ts","../node_modules/date-fns/isThisWeek.d.ts","../node_modules/date-fns/isThisYear.d.ts","../node_modules/date-fns/isThursday.d.ts","../node_modules/date-fns/isToday.d.ts","../node_modules/date-fns/isTomorrow.d.ts","../node_modules/date-fns/isTuesday.d.ts","../node_modules/date-fns/isValid.d.ts","../node_modules/date-fns/isWednesday.d.ts","../node_modules/date-fns/isWeekend.d.ts","../node_modules/date-fns/isWithinInterval.d.ts","../node_modules/date-fns/isYesterday.d.ts","../node_modules/date-fns/lastDayOfDecade.d.ts","../node_modules/date-fns/lastDayOfISOWeek.d.ts","../node_modules/date-fns/lastDayOfISOWeekYear.d.ts","../node_modules/date-fns/lastDayOfMonth.d.ts","../node_modules/date-fns/lastDayOfQuarter.d.ts","../node_modules/date-fns/lastDayOfWeek.d.ts","../node_modules/date-fns/lastDayOfYear.d.ts","../node_modules/date-fns/_lib/format/lightFormatters.d.ts","../node_modules/date-fns/lightFormat.d.ts","../node_modules/date-fns/max.d.ts","../node_modules/date-fns/milliseconds.d.ts","../node_modules/date-fns/millisecondsToHours.d.ts","../node_modules/date-fns/millisecondsToMinutes.d.ts","../node_modules/date-fns/millisecondsToSeconds.d.ts","../node_modules/date-fns/min.d.ts","../node_modules/date-fns/minutesToHours.d.ts","../node_modules/date-fns/minutesToMilliseconds.d.ts","../node_modules/date-fns/minutesToSeconds.d.ts","../node_modules/date-fns/monthsToQuarters.d.ts","../node_modules/date-fns/monthsToYears.d.ts","../node_modules/date-fns/nextDay.d.ts","../node_modules/date-fns/nextFriday.d.ts","../node_modules/date-fns/nextMonday.d.ts","../node_modules/date-fns/nextSaturday.d.ts","../node_modules/date-fns/nextSunday.d.ts","../node_modules/date-fns/nextThursday.d.ts","../node_modules/date-fns/nextTuesday.d.ts","../node_modules/date-fns/nextWednesday.d.ts","../node_modules/date-fns/parse/_lib/types.d.ts","../node_modules/date-fns/parse/_lib/Setter.d.ts","../node_modules/date-fns/parse/_lib/Parser.d.ts","../node_modules/date-fns/parse/_lib/parsers.d.ts","../node_modules/date-fns/parse.d.ts","../node_modules/date-fns/parseISO.d.ts","../node_modules/date-fns/parseJSON.d.ts","../node_modules/date-fns/previousDay.d.ts","../node_modules/date-fns/previousFriday.d.ts","../node_modules/date-fns/previousMonday.d.ts","../node_modules/date-fns/previousSaturday.d.ts","../node_modules/date-fns/previousSunday.d.ts","../node_modules/date-fns/previousThursday.d.ts","../node_modules/date-fns/previousTuesday.d.ts","../node_modules/date-fns/previousWednesday.d.ts","../node_modules/date-fns/quartersToMonths.d.ts","../node_modules/date-fns/quartersToYears.d.ts","../node_modules/date-fns/roundToNearestHours.d.ts","../node_modules/date-fns/roundToNearestMinutes.d.ts","../node_modules/date-fns/secondsToHours.d.ts","../node_modules/date-fns/secondsToMilliseconds.d.ts","../node_modules/date-fns/secondsToMinutes.d.ts","../node_modules/date-fns/set.d.ts","../node_modules/date-fns/setDate.d.ts","../node_modules/date-fns/setDay.d.ts","../node_modules/date-fns/setDayOfYear.d.ts","../node_modules/date-fns/setDefaultOptions.d.ts","../node_modules/date-fns/setHours.d.ts","../node_modules/date-fns/setISODay.d.ts","../node_modules/date-fns/setISOWeek.d.ts","../node_modules/date-fns/setISOWeekYear.d.ts","../node_modules/date-fns/setMilliseconds.d.ts","../node_modules/date-fns/setMinutes.d.ts","../node_modules/date-fns/setMonth.d.ts","../node_modules/date-fns/setQuarter.d.ts","../node_modules/date-fns/setSeconds.d.ts","../node_modules/date-fns/setWeek.d.ts","../node_modules/date-fns/setWeekYear.d.ts","../node_modules/date-fns/setYear.d.ts","../node_modules/date-fns/startOfDay.d.ts","../node_modules/date-fns/startOfDecade.d.ts","../node_modules/date-fns/startOfHour.d.ts","../node_modules/date-fns/startOfISOWeek.d.ts","../node_modules/date-fns/startOfISOWeekYear.d.ts","../node_modules/date-fns/startOfMinute.d.ts","../node_modules/date-fns/startOfMonth.d.ts","../node_modules/date-fns/startOfQuarter.d.ts","../node_modules/date-fns/startOfSecond.d.ts","../node_modules/date-fns/startOfToday.d.ts","../node_modules/date-fns/startOfTomorrow.d.ts","../node_modules/date-fns/startOfWeek.d.ts","../node_modules/date-fns/startOfWeekYear.d.ts","../node_modules/date-fns/startOfYear.d.ts","../node_modules/date-fns/startOfYesterday.d.ts","../node_modules/date-fns/sub.d.ts","../node_modules/date-fns/subBusinessDays.d.ts","../node_modules/date-fns/subDays.d.ts","../node_modules/date-fns/subHours.d.ts","../node_modules/date-fns/subISOWeekYears.d.ts","../node_modules/date-fns/subMilliseconds.d.ts","../node_modules/date-fns/subMinutes.d.ts","../node_modules/date-fns/subMonths.d.ts","../node_modules/date-fns/subQuarters.d.ts","../node_modules/date-fns/subSeconds.d.ts","../node_modules/date-fns/subWeeks.d.ts","../node_modules/date-fns/subYears.d.ts","../node_modules/date-fns/toDate.d.ts","../node_modules/date-fns/transpose.d.ts","../node_modules/date-fns/weeksToDays.d.ts","../node_modules/date-fns/yearsToDays.d.ts","../node_modules/date-fns/yearsToMonths.d.ts","../node_modules/date-fns/yearsToQuarters.d.ts","../node_modules/date-fns/index.d.ts","../node_modules/date-fns-tz/dist/cjs/format/index.d.ts","../node_modules/date-fns-tz/dist/cjs/formatInTimeZone/index.d.ts","../node_modules/date-fns-tz/dist/cjs/fromZonedTime/index.d.ts","../node_modules/date-fns-tz/dist/cjs/toZonedTime/index.d.ts","../node_modules/date-fns-tz/dist/cjs/getTimezoneOffset/index.d.ts","../node_modules/date-fns-tz/dist/cjs/toDate/index.d.ts","../node_modules/date-fns-tz/dist/cjs/index.d.ts","../src/svs_cmap.ts","../src/revised_cmap.ts","../src/assets/TEMPO_FOR.json","../src/assets/august_for.json","../src/timestamps.ts","../src/TempoLite.vue.ts","../src/ColorBar.vue.ts","../src/ColorBarHorizontal.vue.ts","../src/InfoButton.vue.ts","../node_modules/@fortawesome/free-solid-svg-icons/index.d.ts","../node_modules/@vuepic/vue-datepicker/index.d.ts","../src/main.ts","../node_modules/@types/node/compatibility/disposable.d.ts","../node_modules/@types/node/compatibility/indexable.d.ts","../node_modules/@types/node/compatibility/iterators.d.ts","../node_modules/@types/node/compatibility/index.d.ts","../node_modules/@types/node/ts5.6/globals.typedarray.d.ts","../node_modules/@types/node/ts5.6/buffer.buffer.d.ts","../node_modules/buffer/index.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/file.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/env-http-proxy-agent.d.ts","../node_modules/undici-types/retry-handler.d.ts","../node_modules/undici-types/retry-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/util.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/eventsource.d.ts","../node_modules/undici-types/filereader.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/sea.d.ts","../node_modules/@types/node/sqlite.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/ts5.6/index.d.ts","../node_modules/@types/connect/index.d.ts","../node_modules/@types/body-parser/index.d.ts","../node_modules/@types/bonjour/index.d.ts","../node_modules/@types/mime/index.d.ts","../node_modules/@types/send/index.d.ts","../node_modules/@types/qs/index.d.ts","../node_modules/@types/range-parser/index.d.ts","../node_modules/@types/express-serve-static-core/index.d.ts","../node_modules/@types/connect-history-api-fallback/index.d.ts","../node_modules/@types/eslint/helpers.d.ts","../node_modules/@types/estree/index.d.ts","../node_modules/@types/json-schema/index.d.ts","../node_modules/@types/eslint/index.d.ts","../node_modules/@types/http-errors/index.d.ts","../node_modules/@types/serve-static/index.d.ts","../node_modules/@types/express/node_modules/@types/express-serve-static-core/index.d.ts","../node_modules/@types/express/index.d.ts","../node_modules/@types/html-minifier-terser/index.d.ts","../node_modules/@types/http-proxy/index.d.ts","../node_modules/@types/minimist/index.d.ts","../node_modules/@types/node-forge/index.d.ts","../node_modules/@types/normalize-package-data/index.d.ts","../node_modules/@types/parse-json/index.d.ts","../node_modules/@types/retry/index.d.ts","../node_modules/@types/semver/classes/semver.d.ts","../node_modules/@types/semver/functions/parse.d.ts","../node_modules/@types/semver/functions/valid.d.ts","../node_modules/@types/semver/functions/clean.d.ts","../node_modules/@types/semver/functions/inc.d.ts","../node_modules/@types/semver/functions/diff.d.ts","../node_modules/@types/semver/functions/major.d.ts","../node_modules/@types/semver/functions/minor.d.ts","../node_modules/@types/semver/functions/patch.d.ts","../node_modules/@types/semver/functions/prerelease.d.ts","../node_modules/@types/semver/functions/compare.d.ts","../node_modules/@types/semver/functions/rcompare.d.ts","../node_modules/@types/semver/functions/compare-loose.d.ts","../node_modules/@types/semver/functions/compare-build.d.ts","../node_modules/@types/semver/functions/sort.d.ts","../node_modules/@types/semver/functions/rsort.d.ts","../node_modules/@types/semver/functions/gt.d.ts","../node_modules/@types/semver/functions/lt.d.ts","../node_modules/@types/semver/functions/eq.d.ts","../node_modules/@types/semver/functions/neq.d.ts","../node_modules/@types/semver/functions/gte.d.ts","../node_modules/@types/semver/functions/lte.d.ts","../node_modules/@types/semver/functions/cmp.d.ts","../node_modules/@types/semver/functions/coerce.d.ts","../node_modules/@types/semver/classes/comparator.d.ts","../node_modules/@types/semver/classes/range.d.ts","../node_modules/@types/semver/functions/satisfies.d.ts","../node_modules/@types/semver/ranges/max-satisfying.d.ts","../node_modules/@types/semver/ranges/min-satisfying.d.ts","../node_modules/@types/semver/ranges/to-comparators.d.ts","../node_modules/@types/semver/ranges/min-version.d.ts","../node_modules/@types/semver/ranges/valid.d.ts","../node_modules/@types/semver/ranges/outside.d.ts","../node_modules/@types/semver/ranges/gtr.d.ts","../node_modules/@types/semver/ranges/ltr.d.ts","../node_modules/@types/semver/ranges/intersects.d.ts","../node_modules/@types/semver/ranges/simplify.d.ts","../node_modules/@types/semver/ranges/subset.d.ts","../node_modules/@types/semver/internals/identifiers.d.ts","../node_modules/@types/semver/index.d.ts","../node_modules/@types/serve-index/node_modules/@types/express/index.d.ts","../node_modules/@types/serve-index/index.d.ts","../node_modules/@types/sockjs/index.d.ts","../node_modules/@types/webpack-env/index.d.ts","../node_modules/@types/ws/index.d.ts"],"fileIdsList":[[49,399,442],[399,442],[73,74,399,442],[70,73,399,442],[69,72,399,442],[73,74,77,399,442],[69,70,72,73,74,75,76,399,442],[71,73,399,442],[71,399,442],[72,73,399,442],[77,399,442],[78,399,442],[57,62,95,399,442],[57,62,95,103,107,399,442],[57,62,79,95,399,442],[67,68,80,81,100,101,107,108,109,110,111,112,113,114,399,442],[99,103,106,399,442],[81,99,399,442],[104,399,442],[57,62,95,105,399,442],[399,442,457,492,493],[399,442,448,492],[399,442,485,492,500],[399,442,457,492],[399,442,502,503,504],[399,442,454,457,492,497,498,499],[399,442,494,498,500,507,508],[399,442,454,457,459,462,474,485,492],[102,399,442],[399,442,492],[399,439,442],[399,441,442],[399,442,447,477],[399,442,443,448,454,455,462,474,485],[399,442,443,444,454,462],[394,395,396,399,442],[399,442,445,486],[399,442,446,447,455,463],[399,442,447,474,482],[399,442,448,450,454,462],[399,441,442,449],[399,442,450,451],[399,442,454],[399,442,452,454],[399,441,442,454],[399,442,454,455,456,474,485],[399,442,454,455,456,469,474,477],[399,437,442,490],[399,437,442,450,454,457,462,474,485],[399,442,454,455,457,458,462,474,482,485],[399,442,457,459,474,482,485],[399,442,454,460],[399,442,461,485,490],[399,442,450,454,462,474],[399,442,463],[399,442,464],[399,441,442,465],[399,439,440,441,442,443,444,445,446,447,448,449,450,451,452,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491],[399,442,467],[399,442,468],[399,442,454,469,470],[399,442,469,471,486,488],[399,442,454,474,475,476,477],[399,442,474,476],[399,442,474,475],[399,442,477],[399,442,478],[399,439,442,474],[399,442,454,480,481],[399,442,480,481],[399,442,447,462,474,482],[399,442,483],[442],[397,398,399,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491],[399,442,462,484],[399,442,457,468,485],[399,442,447,486],[399,442,474,487],[399,442,461,488],[399,442,489],[399,442,447,454,456,465,474,485,488,490],[399,442,474,491],[399,442,517,556],[399,442,517,541,556],[399,442,556],[399,442,517],[399,442,517,542,556],[399,442,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555],[399,442,542,556],[399,442,455,474,492,496],[399,442,455,557],[399,442,494,498,500,507],[399,442,457,492,497,506],[399,442,454,457,459,474,482,485,491,492],[48,49,50,399,442],[51,399,442],[48,399,442],[48,53,54,56,399,442],[53,54,55,56,399,442],[57,62,95,374,399,442],[83,399,442],[83,84,399,442],[83,87,399,442],[82,83,84,85,86,87,88,89,90,91,92,399,442],[82,83,399,442],[82,83,87,399,442],[93,95,96,97,98,399,442],[82,83,93,95,399,442],[57,62,82,83,93,95,96,399,442],[82,399,442],[381,399,442],[374,375,376,377,378,379,380,399,442],[120,399,442],[118,120,399,442],[118,399,442],[120,184,185,399,442],[187,399,442],[188,399,442],[205,399,442],[120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,399,442],[281,399,442],[120,185,305,399,442],[118,302,303,399,442],[302,399,442],[304,399,442],[118,119,399,442],[57,62,94,399,442],[399,409,413,442,485],[399,409,442,474,485],[399,404,442],[399,406,409,442,482,485],[399,442,462,482],[399,404,442,492],[399,406,409,442,462,485],[399,401,402,405,408,442,454,474,485],[399,409,416,442],[399,401,407,442],[399,409,430,431,442],[399,405,409,442,477,485,492],[399,430,442,492],[399,403,404,442,492],[399,409,442],[399,403,404,405,406,407,408,409,410,411,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,431,432,433,434,435,436,442],[399,409,424,442],[399,409,416,417,442],[399,407,409,417,418,442],[399,408,442],[399,401,404,409,442],[399,409,413,417,418,442],[399,413,442],[399,407,409,412,442,485],[399,401,406,409,416,442],[399,442,474],[399,404,409,430,442,490,492],[52,56,399,442],[56,399,442],[57,59,60,61,62,95,399,442],[47,58,62,63,399,442],[47,57,62,95,399,442],[47,57,62,95,116,399,442],[47,399,442],[47,57,62,65,66,95,103,116,381,382,383,384,385,386,399,442],[47,57,62,64,95,105,106,115,117,387,388,389,390,391,392,399,442]],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"9e8ca8ed051c2697578c023d9c29d6df689a083561feba5c14aedee895853999","affectsGlobalScope":true,"impliedFormat":1},{"version":"69e65d976bf166ce4a9e6f6c18f94d2424bf116e90837ace179610dbccad9b42","affectsGlobalScope":true,"impliedFormat":1},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"45d8ccb3dfd57355eb29749919142d4321a0aa4df6acdfc54e30433d7176600a","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1a94697425a99354df73d9c8291e2ecd4dddd370aed4023c2d6dee6cccb32666","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3f9fc0ec0b96a9e642f11eda09c0be83a61c7b336977f8b9fdb1e9788e925fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},{"version":"a7e9e5bb507146e1c06aae94b548c9227d41f2c773da5fbb152388558710bae2","impliedFormat":1},{"version":"87141a0e8e193478dc3f1c33d380d899acd2df86a4e119e774df0156204d88cc","impliedFormat":1},{"version":"9d16476349353974716bd2ad745830d0542c18c9edad4566d77ccd9d61c6cfb2","impliedFormat":1},{"version":"54649e43b17e9530fc8bb7810aaf55c52808e84343f2f320a0f35012ac636b5a","impliedFormat":1},{"version":"cf76e2f59b26aea7c923015783083b4820d6c0d85cda2fec3a0f232aabfc56c3","impliedFormat":1},{"version":"ae4b6f723332eb8a17ae180b46c94779969a8f4851607601137c2cc511799d1c","impliedFormat":1},{"version":"cc369af003d2b21a6702b674a244dd0ddf25cd6863592b29b0bf321200d53876","affectsGlobalScope":true,"impliedFormat":1},{"version":"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","impliedFormat":1},{"version":"a9b8b44f5fc33c3590dbd01e3523cc150e53fb4785e5523707c82fd745000cdb","impliedFormat":1},{"version":"c0191592be8eb7906f99ac4b8798d80a585b94001ea1a5f50d6ce5b0d13a5c62","impliedFormat":1},{"version":"94f27b86d2cf21be98a4cae4386fc89fcf839f9e3299c0bc51a666eb2f315967","impliedFormat":99},{"version":"860302a48c9f993a2c39a3225128c6007d764e88e8002bf5f9ba9932a704888c","affectsGlobalScope":true,"impliedFormat":1},{"version":"3b4ae0ab5a4865c88090b347baf17f3b714095c54495f4ae238facda1f011970","impliedFormat":99},{"version":"07bb8813b9ece32d7c28edfd307942fa3c1031f7ac4303bbe8ec08243f83ce1e","impliedFormat":99},{"version":"958988e47b0b3b1738022605aa06ca5e7b63754c38422eb7fdb353dbb26e973a","affectsGlobalScope":true,"impliedFormat":99},{"version":"0598ed31bcabae2b120a8f8ee15debc5d95051edbe74f322986495ede97741a7","impliedFormat":99},"65447cf128c3558829e9599340ca15f26853a5b50cfd4c5795f13d9b1a988f83","fb483ade6b12ebdfdc5297322b71c14b1d2e0e66908ac2fcf5e4c800a4703041","83109f69922d1b6a3d1f5f261c260e65edb42c8f699f2dfa60fe9aaf693c52ec",{"version":"8485b0157c48d35f34ca740db417a3a4f4dbc2e6c57548c6e49d7a915f502a9a","impliedFormat":1},{"version":"1d6437e078cd9b603686d0f43166fe47a125dbc0f2128db52e83d88b9109a1bf","impliedFormat":1},{"version":"b127ee700a7b8c8f71d845066599b3035ef3b91baacfb2c61fbed97e0266e0ba","impliedFormat":1},{"version":"0ba82507666b11a03035d4258d6a859184756226ef531b467dd1c24af696732a","impliedFormat":1},{"version":"7acc9ed327ad616f02d21964f78eecefd0d0ed129278c1146c5d628f86d53c0b","impliedFormat":1},{"version":"faf9680c348be133d1deebf9b65f0d527013f12bd52cfc1dfa91cf140a105c79","impliedFormat":1},{"version":"14acf43590867a1a2f2062fb9b7a653fc9c57c4bd57259c2da5726824d5260b2","impliedFormat":1},{"version":"76c27fb80a054bfe00a35a4f110e61dc3a779f24533185d56972d0d147b4b8a6","impliedFormat":1},{"version":"142b0f0a249d7d079499188da64d96fa19d6fc07fe1df08e9646a64b4595b285","impliedFormat":1},{"version":"e8f05c7da3d25e425ab4574b27013510d1def0634f874f0f426de11bbc28b374","impliedFormat":1},{"version":"3de5f6322afc88520465168ee8c3fba8deebf799d2f23f578b06bc58c5f72c4c","impliedFormat":1},{"version":"d1915b36d0d493cadf44d7c5c9c9d36046e3f8232d6b1efe94ef16fafc00609e","impliedFormat":1},{"version":"50fd4d2807cb79227f4095f5e7c2f28aab61194674333552011b4dcb6a375627","impliedFormat":1},{"version":"e6e1bf9f5c99fea4880f063c3633ffbf86ed67916aec58e4c0039cf3de21cf94","impliedFormat":1},{"version":"f592fabae5256ca8b26d378ced889dab0002e86c015f6722ddc16ada7920da73","impliedFormat":1},{"version":"3f3c09b341868e3afb47cc8d40522844b8b38b3800df84e49f956329023901b3","impliedFormat":99},{"version":"754f57b4dc2d7655170083c20462cc341363525acf7c50a98247ff580215db29","impliedFormat":1},{"version":"9332058df8bddf25ee876afe897945398288efcf2601fe10ec0933daf193403c","impliedFormat":99},{"version":"4863ea2b16fd36993caca2386f5ff54fc5b5a61cdeae6f8cd2a7478004f85219","impliedFormat":99},{"version":"e7ebbab2bbe8b71def64ed4e01150edb3b62a76d39b023e869fd9bdd6b200c5a","impliedFormat":99},{"version":"a7f18e9fc04caafcbcfa7aebaeba5901834725342bf63c0c049fa5abf8678de6","impliedFormat":99},{"version":"c59b35ceb913908b2e9f5707900821cc75fe23ed86f3cfe1db4251a01e849049","impliedFormat":99},{"version":"8c638e8c6a17fbbf0a8d69ac3225890226141f195e2594eefc3e46ebb4fa687f","impliedFormat":99},{"version":"991949df86e1e91540f09aebf5858e031e8da7322d112d1481a1923a54d03c93","impliedFormat":99},{"version":"77f169ebecefa6777c54929d289a1c0bca0a2e5963fd50222c406742fb02c79e","impliedFormat":99},{"version":"5b2134a0c557fe316e81eca4074eb375ee11bd8d6ac46d75250064206636bfee","impliedFormat":99},{"version":"b6d26e1e724c76de3eff23202def92b79076e477b311b5a3ef00ef6a9cf72197","impliedFormat":99},{"version":"52f5c39e78a90c1d8ed7db18f39d890b2e8464a3f44d4233617893f6648e317d","impliedFormat":1},{"version":"2a0155d52e14f5b39d17903e42eb5ce36701f5ef650569711b659707b68514a2","impliedFormat":1},{"version":"2a3ade7b859743b41cf9da1715c0f75ae565ca7a3c69772416f8bb096cf693e0","impliedFormat":1},{"version":"ec0f3c29504089c731b5bad7183a98499b8b5f3056bf59dc931cf2e1421e84c6","impliedFormat":1},{"version":"59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","impliedFormat":1},{"version":"9ff956a2cc02f36e1722b3538f2236e780af7015e3c755a7d8f14fc810dca7a3","impliedFormat":1},{"version":"43cede46f4a6798fd043f5498302507310399bc43e8e2195c19508621b2275cd","impliedFormat":1},{"version":"29fb3b02c7db16dfd9fbf00dea4570688587c7f2c34e2184049f21afa3c1d7c7","impliedFormat":1},{"version":"40e9aaa923bacffacfcd4b619b862c023245f03c67df28c49515bccd26e5f9a0","impliedFormat":1},{"version":"66bafa2e2449ba38e90d42c2e392af8ca7f36054fe5c1ad5091044a3b352aa71","impliedFormat":1},{"version":"e4b8db62f3e69aecb4ffdad509ec3c2182a419ddde3831369bd36fe0725c95c5","impliedFormat":1},{"version":"bfafff327da19e437c93572e2006faeac5d23c7673ef9cdf5caea6c77e04cfd1","impliedFormat":1},{"version":"eb7a4d3b23600ac8d2651739e7cd676aab67d101210c1b9dc70b55bc6e2c4e9b","impliedFormat":1},{"version":"54847d8d7e1334036d3020320d28ce8de9864233192cbf1d096e27f0f3aa29c0","impliedFormat":1},{"version":"4c1ab6bf650ef18b9e7fd5eeb2364a804c73c857f2c1c85913b1869fb9124d19","impliedFormat":1},{"version":"2677173da1ef73698b79ace9c876fd3aaba296aae23b45b45bef875cc3349046","impliedFormat":1},{"version":"0442e0dfcb2e3a290c0dbccf090e6b279479d9d81a9ab07a59099f868c2f09b7","impliedFormat":1},{"version":"80e2f52914667ccd7d5a0ca85b2d42a9952aaca7bfed0bf38e24e40e19f0cae7","impliedFormat":1},{"version":"ef2ea2a3a9754287fe0969bc8a824614947b569497c556a735b531b480be1510","impliedFormat":1},{"version":"025fa1f8554bed80ad37b86b62086ea70715f64015105c3dd55e842c3d3c39ab","impliedFormat":1},{"version":"be0cd6e4bf2eb61f72a20f13b8e0d5342929d73817207d48a76bd712b64ce971","impliedFormat":1},{"version":"63d99e92436d5add5e16ddb10af5c09f86f40215d7a263a150f83eba43ad57fe","impliedFormat":1},"8d127db163a05e78c164d528154dace7231c90d20f8e70f90a2fbe86be080b8d","aefa47912c4455ecf5a363b7fe5450109b52ce6dfd963447b3e533b8e857c099",{"version":"f4e8f4151c3490cf7b68c685aabe901cbab19f962aaa2f118a97550e22689a76","impliedFormat":1},{"version":"799003c0ab928582fca04977f47b8d85b43a8de610f4eef0ad2d069fbb9f9399","impliedFormat":1},{"version":"d998eea476c695d8e4ff9d007d5b46d49ca2ffa052f74dc20ca516425abd57b1","impliedFormat":1},{"version":"a0bd46d587005aad4819980f6cf2dbcd80ebf584ed1a946202326a27158ba70e","impliedFormat":1},{"version":"07fcbb61a71bd69a92a5bbde69e60654666cf966b5675c2010c3bf9f436f056a","impliedFormat":1},{"version":"88b2eb23d36692162f2bf1e50577ebcde26de017260473e03ed9a0e61e2726a4","impliedFormat":1},{"version":"23ffbd8c0e20a697d2ea5a0cf7513fb6e42c955a7648f021da12541728f62182","impliedFormat":1},{"version":"43fba5fc019a4ce721a6f53ddb97fdc34c55049cfb793bc544d5c864ee5560b9","impliedFormat":1},{"version":"f4e12292c9a7663a13d152195019711c427c552eb0fa02705e0f61370cd5547a","impliedFormat":1},{"version":"c127ebf14d1b59d1604865008fb072865c5ca52277621f566092fe1f42ce0954","impliedFormat":1},{"version":"def638da26d84825a312113a20649d3086861de7c06a18ea13121278702976fd","impliedFormat":1},{"version":"fbaf86f8ba11298dea2727ce0da84b4ab6ae6c265e1919d44aff7d9b2bbc578a","impliedFormat":1},{"version":"c1010caaeaca8e420c6e040c2e822dbe18702459c93a7d2d5de38597d477b8cd","impliedFormat":1},{"version":"e1f0d8392efd9d71f2644eb97d3f33d90827e30ea8051d93b6f92bb11dff520a","impliedFormat":1},{"version":"085211167559ca307d4053bb8d2298d5ad83cbc3d2ae9bb4c8435a4cabf59369","impliedFormat":1},{"version":"55fc49198d8a85a73cdb79e596d9381cfdc9de93c32c77d42e661c1c1e7268ef","impliedFormat":1},{"version":"6a53fb3df8dd32ed1a65502ca30aeae19cfe80990e78ba68162d6cb2a7fed129","impliedFormat":1},{"version":"b5dcc18d7902597a5584a43c1146ca4fe0295ceb5125f724c1348f6a851dd6ed","impliedFormat":1},{"version":"0c6b0f3fbe6eb6a3805170b3766a341118c92ed7b6d1f193b9f35aa82f594846","impliedFormat":1},{"version":"60eaadb36cf157c5cae9c40e84fa367d04f52a150db3920dbe35139780739143","impliedFormat":1},{"version":"4680a32b1098c49dc87881329af1e68af9af94e051e1b9e19fed555a786f6ce6","impliedFormat":1},{"version":"89fcd129ec37f321cddcdb6b258ffe562de4281e90ec3ccbe7c1199ba39359ca","impliedFormat":1},{"version":"4313011f692861c2c1f5205d7f9a473e763adab6444f9853b96937b187fb19f7","impliedFormat":1},{"version":"caa57157e7bdb8d5f1efe56826fb84a6c8f22a1927bba7fa21fd54e2a44ccba2","impliedFormat":1},{"version":"6b74700abfe4a9b88be957fd8e373cfd998efb1a5f6ad122da49a92997e183ad","impliedFormat":1},{"version":"9ef1342f193bd8bae86c64e450c3ac468ef08652110355e1f3cdd45362eb95c4","impliedFormat":1},{"version":"6853c91662c36a2bf4c8371a87177c819007c76a23c293ef3f686ce9157ae4c8","impliedFormat":1},{"version":"9be1c5dabce43380d13fc621100676b03d420b5687b08d1288f479bee68ab7a8","impliedFormat":1},{"version":"8996d218010896712678e6a0337d8ef8b81c1066ab76f637dd8253f0d6ff838d","impliedFormat":1},{"version":"a15603bf387fc45defe28a68f405a6c29105e135c4e8538eeb6d0a1ef5b69a81","impliedFormat":1},{"version":"84e2532e4d42949a2775cdd8bb7b2b97370dd6ddb683d0c199b21bf6978b152d","impliedFormat":1},{"version":"22bf5f19f620db3b8392cfece44bdd587cdbed80ba39c88a53697d427135bf37","impliedFormat":1},{"version":"23ebbd8d484d07e1c1d8783169c20570ed8409966b28f6be6cf8e970d76ef491","impliedFormat":1},{"version":"18b6fa2c778cad6489f2febf76433453f5e2432ec3535f2d45ae7d803b93cc17","impliedFormat":1},{"version":"609d0d7419999cf44529e6ba687e2944b2fc7ad2570d278fd4e6b1683c075149","impliedFormat":1},{"version":"249cf421b8878a3fe948d9c02f6b0bae65491b3bb974c2ffc612341406fa78ff","impliedFormat":1},{"version":"b4aa22522d653428c8148ddbf1dcc1fb3a3471e15eb1964429a67c390d8c7f38","impliedFormat":1},{"version":"30b2cee905b1848b61c7d28082ebfa2675dd5545c0d25d1c093ce21a905cdccc","impliedFormat":1},{"version":"0a2a2eed4137368735205de97c245f2a685af1a7f1bf8d636b918a0ee4ff4326","impliedFormat":1},{"version":"69f342ce86706aa2835a62898e93ea7a1f21b1d89c70845da69371441bb6cd56","impliedFormat":1},{"version":"b5ab4282affcfd860dd1cc3201653f591509a586d110f8e5b1b010508ba79b2c","impliedFormat":1},{"version":"d396233f6cd3edf0d33c2fbfc84ded029c3ea4a05af3c94d09d31a367cced111","impliedFormat":1},{"version":"bc41a726c817624a5136ae893d7aac7c4dc93c771e8d243a670324bccf39b02b","impliedFormat":1},{"version":"710728600e4b3197f834c4dd1956443be787d2e647a72f190bf6519f235aaadd","impliedFormat":1},{"version":"a45097e01ef30ba26640fed365376ab3ccd5faf97d03f20daff3355a7e60286a","impliedFormat":1},{"version":"763cbb7c22199f43fd5c2b1566af5ba96bf7366f125dd31a038a2291cbc89254","impliedFormat":1},{"version":"031933bf279b7563e11100b5e1746397caf3a278596796a87bc0db23cf68dc9e","impliedFormat":1},{"version":"a4a54c1f58fc6e25a82e2c0f651bf680058bd7f72cfb2d43b85ee0ab5fe2e87e","impliedFormat":1},{"version":"9613d789b6f1037f2523a8f70e1b736f1da4566b470593da062be5c9e13dac57","impliedFormat":1},{"version":"0d2a320763a0c9c71493f8f1069971018c8720a6e7e5a8f10c26b6de79aa2f7d","impliedFormat":1},{"version":"817e0df27a237a268dc16e5acffc19f9a74467093af7a0ba164ee927007a4d25","impliedFormat":1},{"version":"43102521b5ca50ff1865188c3c60790feaed94dc9262b25d4adec4dbc76f9035","impliedFormat":1},{"version":"f99947f8d873b960b0115e506ef9c43f4e40c2071b1d20375564538af4a6023b","impliedFormat":1},{"version":"c1e5ad5ca89d18d2a36d25e8ec105623648cf35615825e202c7d8295a49d61ab","impliedFormat":1},{"version":"2b6c9cb81da4e0a2e32a58230e8c0dec49fc5b345efb7f7a3648b98956be4b13","impliedFormat":1},{"version":"99e34af3ede50062dcc826a1c3ce2d45562060dfd0f29f8066381a6ef548bf2a","impliedFormat":1},{"version":"49f5c2a23ea5fc4b2cdb4426f09d1c8b83f8409fa2af13ef38845cc9b9d4bc3d","impliedFormat":1},{"version":"e935227675144b64ecde3489e4a5e242eeb25fdd6b7464b8c21ad1f7a0faa88b","impliedFormat":1},{"version":"b42e6bbe88dc79c2d6dc5605fb9c15184e70f64bdd7b8d4069b802b90ce86df6","impliedFormat":1},{"version":"b9cd712399fdc00fdae07e96c9b39c3cb311e2a8a5425f1bd583f13cab35e44b","impliedFormat":1},{"version":"5a978550ae131b7fef441d67372fd972abab98ea9fdb9fa266e8bdc89edcb8d6","impliedFormat":1},{"version":"4f287919cfc1d26420db9f0457cd5c8780b1ef0a9f949570936abe48d3a43d91","impliedFormat":1},{"version":"496b23b2fd07e614bc01d90dd4388996cb18cd5f3a612d98201e9f683e58ad2e","impliedFormat":1},{"version":"dcfbe42824f37c5fb6dc7b9427ef2500791ec0d30825ecb614f15b8d5bf5a667","impliedFormat":1},{"version":"390124ad2361b46bf01851d25e331cd7eed355d04451d8b2a4aa985c9de4f8ce","impliedFormat":1},{"version":"14d94f17772c3a58eda01b6603490983d845ee2012cd643f7497b4e22566aacb","impliedFormat":1},{"version":"03ef2386c683707ce741a1c30cb126e8c51a908aa0acc01c3471fafb9baaacd5","impliedFormat":1},{"version":"66a372e03c41d2d5e920df5282dadcec2acae4c629cb51cab850825d2a144cea","impliedFormat":1},{"version":"5b48ba9a30a93176a93c87f9e0abf26a9df457eeb808928009439ca578b56f27","impliedFormat":1},{"version":"4707625392316d3c16edbd0716f4ac310e8ff5d346d58f4d01a2b7e0533a23df","impliedFormat":1},{"version":"154d58a4b2d9c552dc864ea39c223d66efd0ed2dd8b55bd13db5225d14322915","impliedFormat":1},{"version":"6a830433fa072931b4ea3eb9aa5fa7d283f470080586a27bfe69837a0f12de9a","impliedFormat":1},{"version":"d25e930e181f4f69b2b128514538f2abb54ef1d48a046ad776ac6f1cda885a72","impliedFormat":1},{"version":"0259b4c21bc93b52ca82c755f97fc90481072bcc44a8010131b2ea7326cf03fe","impliedFormat":1},{"version":"bea43a13a1104a640da0cb049db85c6993f484a6cc03660496b97824719ecc91","impliedFormat":1},{"version":"0224239d61fe66d4900544d912b2e11c2cca24b4707d53fdb94b874a01e29f48","impliedFormat":1},{"version":"2bce8fd2d16a9432110bbe0ba1e663fd02f7d8b8968cd10178ea7bc306c4a5df","impliedFormat":1},{"version":"9c4ad63738346873d685e5c086acbf41199e7022eff5b72bb668931e9ca42404","impliedFormat":1},{"version":"cfb6329bf8ce324e83fe4bbdee537d866a0d5328246f149a0958b75d033de409","impliedFormat":1},{"version":"efc3816f19ea87a7050c84271ea3d3aad9631a517c168013c4f4b6724c287ce0","impliedFormat":1},{"version":"f99f6737336140047e8dd4ade3859f08331aa4b17bc2bd5f156a25c54e0febbc","impliedFormat":1},{"version":"12a2b25c7c9c05c8994adf193e65749926acfcc076381f7166c2f709a97bdf0a","impliedFormat":1},{"version":"0f93a3fdd517c1e45218cd0027c1d6b82237e379dc6b66d693aab1fe74c82e81","impliedFormat":1},{"version":"03c753da0bee80ad0d0f1819b9b42dfe9bf9f436664caf15325aa426246fd891","impliedFormat":1},{"version":"18f5bf1dae429c451f20171427c9e3223fade4346af4dfd817725cbeb247a09d","impliedFormat":1},{"version":"a4eece5fab202e840dd84f7239e511017a8162edb8fc8b54ff2851c5c844125c","impliedFormat":1},{"version":"c4a94af483a63bf947d89f97553a55df5107c605ec8a26f0b9b8bdcc14bd6d89","impliedFormat":1},{"version":"19de2915ccebc0a1482c2337b34cb178d446def2493bf775c4018a4ea355adb8","impliedFormat":1},{"version":"9be8fc03c8b5392cd17d40fd61063d73f08d0ee3457ecf075dcb3768ae1427bd","impliedFormat":1},{"version":"3b568b63f0e8b3873629a4d7a918dce4266ad41461004ab979f8dcdfd13532bb","impliedFormat":1},{"version":"a5e5223c775fe30d606b8aaa521953c925d5ad176a531c2b69437d2461aaabbd","impliedFormat":1},{"version":"8cbf41d2d1ce8ac2066783ae00613c33feef07493796f638e30beaf892e4354a","impliedFormat":1},{"version":"e22ad737718160df198cd428f18da707177d0467934cecdeed4be6e067b0c619","impliedFormat":1},{"version":"15bf5ed8cb7c1a1e1db53fa9b45bc1a1c73c0497735343a8d0c59fdb596a3744","impliedFormat":1},{"version":"791fce84bce8b6948e4f23422d9cbbd7d08c74b3f91cca12dcae83d96079798b","impliedFormat":1},{"version":"8a2619c8e24305f6b9700b35af178394b995dcb28690a57a71cca87ee7e709ae","impliedFormat":1},{"version":"f95fd2fc3cc164921a891f5d6c935fa0d014a576223dd098fc64677e696b0025","impliedFormat":1},{"version":"8c9cecaaa9caba9a8caa47f46dcf24b524b27899b286d8edcc75a81b370d2ba3","impliedFormat":1},{"version":"2b7a82692ecc877c5379df9653902e23f2d0d0bc9f210ec3cf9e47be54413c5c","impliedFormat":1},{"version":"e2ad09c011cf9d7ee128875406bef787eeb504659495f42656a0098c15fe646c","impliedFormat":1},{"version":"eb518567ea6b0b2623f9a6d37c364e1b1ac9d8b508d79e558f64ac05c17e2685","impliedFormat":1},{"version":"630a48fb8f6b07161588e0aee3f9d301c59c97e1532c884118f89368baf4073b","impliedFormat":1},{"version":"14736c608aa46120f8d6d0bc5e0721b46b927bc7eba20e479600571935f27062","impliedFormat":1},{"version":"7574803692d2230db13205a7749b9c3587dccaccdf9e76f003f9e08078bb6d09","impliedFormat":1},{"version":"f3cc1588e666651c51353b1728460bee8acbc6e0f36be8c025eaaf292dca525d","impliedFormat":1},{"version":"0d4ea8a20527dcf3ad6cf1bd188b8ad4e449df174fad09b9e540ed81080af834","impliedFormat":1},{"version":"aa82876d59912d25becff5a79ed7341af04c71bfeb2221cc0417bc34531125e2","impliedFormat":1},{"version":"6f4b0389f439adc84cba35d45428668eabcfbdd351ba17e459d414ca51ab8eb8","impliedFormat":1},{"version":"d5dd33d15fbb07668c264b38065ac542a07a7650af4917727bbc09b58570e862","impliedFormat":1},{"version":"7d90202d0212e9cdc91a20bfddf04a539c89f09fe1d64db3343546fa2eb37e71","impliedFormat":1},{"version":"1a5d073c95a3a4480b17d2fa7fd41862a9df0cb2afaee86834b13649e96bdb45","impliedFormat":1},{"version":"2092495a5b3116c760527a690c4529748f2d8b126cdd5f56b2ce2230b48aba3f","impliedFormat":1},{"version":"620b29d6adbd4061bc0a8fedf145fcc8e8fc9648fb6e0a39726e33babb4e07bc","impliedFormat":1},{"version":"931eda51b5977f7f3fa7a0d9afde01cfd8b0cc1df0bb66dcf8c2cf6e7090384e","impliedFormat":1},{"version":"b084a412374bdd124048c52c4e8a82d64f3adec6c0a9ad5ecbb7317636039b0f","impliedFormat":1},{"version":"11199daa694c3ced3cc2a382a3fa7bd64e95eb40f9bbc3979fc8fb43f5ba38cc","impliedFormat":1},{"version":"2c86f279d7db3c024de0f21cd9c8c2c972972f842357016bfbbd86955723b223","impliedFormat":1},{"version":"dfb53b9d748df3e140b0fddb75f74d21d7623e800bb1f233817a1a2118d4bb24","impliedFormat":1},{"version":"8cfc293b33082003cacbf7856b8b5e2d6dd3bde46abbd575b0c935dc83af4844","impliedFormat":1},{"version":"7730c538d6d35efe95d2c0d246b1371565b13037e893178033360b4c9d2ac863","impliedFormat":1},{"version":"b256694544b0d45495942720852d9597116979d52f2b53c559fda31f635c60df","impliedFormat":1},{"version":"794e8831c68cc471671430ee0998397ea7a62c3b706b30304efdc3eaff77545a","impliedFormat":1},{"version":"9cfc1b227477e31988e3fb18d26b6988618f4a5da9b7da6bc3df7fc12fb2602e","impliedFormat":1},{"version":"264a292b6024567dd901fdabbf3239a8742bea426432cdbda4cf390b224188e1","impliedFormat":1},{"version":"f1556a28bb8e33862dcfa9da7e6f1dca0b149faf433fe6a50153ae76f3362db1","impliedFormat":1},{"version":"1d321aea1c6a77b2a44e02e5c2aeff290e3f1675ead1a86652b6d77f5fea2b32","impliedFormat":1},{"version":"4910efc2ce1f96d6e71a9e7c9437812ffae5764b33ab3831c614663f62294124","impliedFormat":1},{"version":"e3ceab51a36e8b34ab787af1a7cf02b9312b6651bac67c750579b3f05af646c1","impliedFormat":1},{"version":"baf9f145bcee1b765bed6e79fd45e1ff0ca297a81315944de81eb5d6fff2d13d","impliedFormat":1},{"version":"2afd62362b83db93cd20de22489fe4d46c6f51822069802620589a51ccad4b99","impliedFormat":1},{"version":"9f0cd9bd4ab608123b88328c78814738cbdee620f29258b89ef8cd923f07ff9c","impliedFormat":1},{"version":"801186c9e765583c825f28dab63a7ad12db5609e36dc6d9acbdc97d23888a463","impliedFormat":1},{"version":"96c515141c6135ccd6fb655fb9e3500074a9216ba956fb685dc8edc33f689594","impliedFormat":1},{"version":"416af6d65fc76c9ced6795f255cb1096c9d7947bede75b82289732b74d902784","impliedFormat":1},{"version":"a280c68b128ebba35fb044965d67895201c2f83b6b28281bb8b023ade68bf665","impliedFormat":1},{"version":"6fa118f15723b099a41d3beea98ed059bcd1b3eda708acf98c5eff0c7e88832f","impliedFormat":1},{"version":"dcbf582243e20ea50d283f28f4f64e9990b4ed4a608757e996160c63cff6aa99","impliedFormat":1},{"version":"efa432d8fd562529c4e9f859fd936676dd8fef5d3b4bedb06f754e4740056ea9","impliedFormat":1},{"version":"a59b66720b2ccf2e0150fafb49e8da8dabdf4e1be36244a4ccd92f5bd18e1e9e","impliedFormat":1},{"version":"c657fb1ec3b727d6a14a24c71ea20c41cb7d26a503e8e41b726bb919eb964534","impliedFormat":1},{"version":"50d6d3174868f6e974355bf8e8db8c8b3fcf059315282a0c359ecf799d95514a","impliedFormat":1},{"version":"86bf79091014a1424fc55122caa47f08622b721a4d614b97dd620e3037711541","impliedFormat":1},{"version":"7a63313dff3a57f824a926e49a7262f7bd14e0e833cf45fa5af6da25286769c2","impliedFormat":1},{"version":"36dcaeffe1a1aed1cb84d4feba32895bf442795170edccc874fa32232b2354e5","impliedFormat":1},{"version":"686c6962d04d90edafc174aa5940acb9c9db8949c8d425131c01d796cf9a3aef","impliedFormat":1},{"version":"2b1dbc3d5762d6865744b6e7be94b8b9004097698c37e93e06983e42dd8fe93b","impliedFormat":1},{"version":"eb5e8f74826bdf3a6a0644d37a0f48133f8ad0b5298cc2c574102868542ba4eb","impliedFormat":1},{"version":"c6a82a9673ba517cf04dd0803513257d0adf101aed2e3b162a54d840c9a1a3b2","impliedFormat":1},{"version":"fc9f0f415abaa323efcecc4a4e0b6763bfe576e32043546d44f1de6541b6399b","impliedFormat":1},{"version":"2c4d772ac7ac56a44deef82903364eb7c78dd7bc997701123df0ce4639fe39bb","impliedFormat":1},{"version":"9369ef11eed17c1c223fdea9c0fa39e83f3722914ef390b1448db3d71620c93a","impliedFormat":1},{"version":"aa84130dbc9049bba6095f87932138698f53259b642635f6c9e92dd0ddc7512c","impliedFormat":1},{"version":"084ceadd21efabd4b58667dca00d4f644306099151d2ee18cd28a395855b8009","impliedFormat":1},{"version":"b9503e29f06c99b352b7cae052da19e3599fa42899509d32b23a27c9bb5bebf6","impliedFormat":1},{"version":"75188920fe6ccc14070fe9a65c036049f1141d968c627b623d4a897ec3587e15","impliedFormat":1},{"version":"e2e1df7f45013d2b34f8d08e6ae5a9339724b0ea251b5445fcca3e170e640105","impliedFormat":1},{"version":"af06feb5d18a6ea11c088b683bdb571800d1f76b98d848eecdf41e5ec8f317fd","impliedFormat":1},{"version":"0596af52b95e0c8adc2c07f49f109d746b164739c5866fa8bb394dd6329a3725","impliedFormat":1},{"version":"c3365d08fe7a1ccc3b8e8638edc30123007f3241b4604e2585b9f14422ab97d8","impliedFormat":1},{"version":"a7a3d96b04bb0ec8cb7d2669767c4756f97dd70d08548f9e6522dde4de8e8a03","impliedFormat":1},{"version":"745e960e885a4ba04c872225cbb44bd67a7490d169ceaefab7c0dfc444768676","impliedFormat":1},{"version":"0b1ce1768cde3535493a9daf99e3bbb8c7dcc3a7f9d8cd358cb846af71ce5cdf","impliedFormat":1},{"version":"48b9603f6e8a7c94b727277592a089f94261baa64e6c9d18165da0481663a69e","impliedFormat":1},{"version":"3c20a3bb0c50c819419f44aa55acc58476dad4754a16884cef06012d02b0722f","impliedFormat":1},{"version":"4dc64902cb86e677a928293593658fbf53388f9a30d2b934140c70a7267b07ec","impliedFormat":1},{"version":"cb4fd56539a61d163ea9befe6b0292c32aa68a104c1f68f61416f1bc769bcfba","impliedFormat":1},{"version":"0d852bdc2b72b22393a8eebe374ee3efe3e0d44e630037b5e1b6087985388e62","impliedFormat":1},{"version":"b6c9a2deefb6a57ff68d2a38d33c34407b9939487fc9ee9f32ba3ecf2987a88a","impliedFormat":1},{"version":"f6b371377bab3018dac2bca63e27502ecbd5d06f708ad7e312658d3b5315d948","impliedFormat":1},{"version":"faa72893e85cb8ebb1dafde6b427e5204e60bb5f3ee6576bb64c01db1f255bc8","impliedFormat":1},{"version":"95b7ed47b31a6eaddcdd853ee0871f2bb61e39ce36a01d03dfafb83766f6c10c","impliedFormat":1},{"version":"19287d6b76288c2814f1633bdd68d2b76748757ffd355e73e41151644e4773d6","impliedFormat":1},{"version":"fc4e6ec7dade5f9d422b153c5d8f6ad074bd9cc4e280415b7dc58fb5c52b5df1","impliedFormat":1},{"version":"3aea973106e1184db82d8880f0ca134388b6cbc420f7309d1c8947b842886349","impliedFormat":1},{"version":"765e278c464923da94dda7c2b281ece92f58981642421ae097862effe2bd30fa","impliedFormat":1},{"version":"de260bed7f7d25593f59e859bd7c7f8c6e6bb87e8686a0fcafa3774cb5ca02d8","impliedFormat":1},{"version":"d95c4eaad4df9e564859f0c74a177fa0b2e5f8a155939b52580566ab6b311c3f","impliedFormat":1},{"version":"7192a6d17bfa06e83ba14287907b7c671bef9b7111c146f59c6ea753cfc736b9","impliedFormat":1},{"version":"5156d3d392db5d77e1e2f3ea723c0a8bd3ca8acffe3b754b10c84b12f55a6e10","impliedFormat":1},{"version":"a6494e7833ee04386a9f0c686726f7cb05f52f6e069d9293475ccb1e791ee0da","impliedFormat":1},{"version":"d9af0c89a310256851238f509a22aa1071a464d35dc22ea8c2a0bae42dd81bc5","impliedFormat":1},{"version":"291642a66e55e6ca38b029bc6921c7301f5c7b7acf21ae588a5f352e6c1f6d58","impliedFormat":1},{"version":"43cd7c37298b051d1ce0307d94105bcd792c6c7e017282c9d13f1097c27408e8","impliedFormat":1},{"version":"e00d8cce6e2e627654e49c543b582568ad0bf27c1d4ad1018d26aff78d7599df","impliedFormat":1},{"version":"ed13354f0d96fb6d5878655b1fead51722b54875e91d5e53ef16de5b71a0e278","impliedFormat":1},{"version":"fcb934d0fcdee06a8571bd90aa3a63aa288c784b3ebcecfe7ae90d3104d321f4","impliedFormat":1},{"version":"af682dfabe85688289b420d939020a10eb61f0120e393d53c127f1968b3e9f66","impliedFormat":1},{"version":"0dca04006bf13f72240c6a6a502df9c0b49c41c3cab2be75e81e9b592dcd4ea8","impliedFormat":1},{"version":"7dc0b5e3d7be8e1f451f0545448c2eaa02683f230797d24434b36f9820d5a641","impliedFormat":1},{"version":"247af61cdc3f4ec7876b9e993a2ecdd069e10934ff790c9cee5811842bff49eb","impliedFormat":1},{"version":"4be8c2c63d5cd1381081d90021ddfaef106881df4129eddeeaba906f2d0f75d0","impliedFormat":1},{"version":"012f621d6eb28172afb1b2dc23898d8bc74cf35a6d76b63e5581aa8e50fa71b3","impliedFormat":1},{"version":"3a561fa91097e4580c5349ce72e69d247c31c11d29f39e1d0bd3716042ff2c0b","impliedFormat":1},{"version":"bc9981a79dda3badea61d716d368a280c370267e900f43321f828495f4fef23c","impliedFormat":1},{"version":"2ed3b93d55aea416d7be8d49fe25016430caab0fe64c87d641e4c2c551130d17","impliedFormat":1},{"version":"3d66dfc31dd26092c3663d9623b6fc5cec90878606941a19e2b884c4eacd1a24","impliedFormat":1},{"version":"6916c678060af14a8ce8d78a1929d84184e9507fba7ab75142c1bcb646e1c789","impliedFormat":1},{"version":"3eea74afae095028597b3954bde69390f568afc66d457f64fff56e416ea47811","impliedFormat":1},{"version":"549fb2d19deb7d7cae64922918ddddf190109508cc6c7c47033478f7359556d2","impliedFormat":1},{"version":"e7023afc677a74f03f8ccb567532fe9eedd1f5241ee74be7b75ac2336514f6f6","impliedFormat":1},{"version":"ff55505622eac7d104b9ab9570f4cc67166ba47dd8f3badfb85605d55dd6bdc9","impliedFormat":1},{"version":"102fac015b1eebfa13305cb90fd91a4f0bbcabb10f2343556b3483bbb0a04b62","impliedFormat":1},{"version":"18a1f4493f2dbad5fd4f7d9bfba683c98cf5ed5a4fa704fa0d9884e3876e2446","impliedFormat":1},{"version":"f57e6707d035ab89a03797d34faef37deefd3dd90aa17d90de2f33dce46a2c56","impliedFormat":1},{"version":"cc8b559b2cf9380ca72922c64576a43f000275c72042b2af2415ce0fb88d7077","impliedFormat":1},{"version":"1a337ca294c428ba8f2eb01e887b28d080ee4a4307ae87e02e468b1d26af4a74","impliedFormat":1},{"version":"310fe80ff40a158c2de408efbe9de11e249c53d2de5e33ca32798e6f3fbc8822","impliedFormat":1},{"version":"d6ce96c7bb34945c1d444101f44e0f8ba0bba8ab7587a6cc009a9934b538c335","impliedFormat":1},{"version":"1b10a2715917601939a9288d49beccd45b591723256495b229569cd67bbe48a8","impliedFormat":1},{"version":"7498dfdeed2e003ec49cdf726ff6c293002d1d7fdadbc398ce8aafe6d0688de7","impliedFormat":1},{"version":"8492306a4864a1dc6fc7e0cc0de0ae9279cbd37f3aae3e9dc1065afcdc83dddc","impliedFormat":1},{"version":"9c86abbc4fd0248f56abc12aaecd76854517389af405d5ec2eb187fdb00a606f","impliedFormat":1},{"version":"9ffd906f14f8b059d6b95d6640920f530507e596e548f7a595da58ab66e3ce76","impliedFormat":1},{"version":"1884bccc10ce40adca470c2c371c1c938b36824f169c56f7f43d860416ca0a4c","impliedFormat":1},{"version":"986b55b4f920c99d77c1845f2542df6f746cb5adc9ab93eb1545a7e6ef37590d","impliedFormat":1},{"version":"cd00906068b81fbd8a22d021580ac505e272844408174520fafed0ae00627a5d","impliedFormat":1},{"version":"69fab68a769c17a52a24b868aeb644f3ee14abaa5064115f575ddd59231105ce","impliedFormat":1},{"version":"e181eb86b2caf80fe18c72efce6b913bc226e4a69a5456eaf4f859f1c29c6fd6","impliedFormat":1},{"version":"93f7871380478bc6acf02ad9f3dc7da0c21997caebbe782eb93a11b7bd06a46d","impliedFormat":1},{"version":"d00279ab020713264f570d5181c89ca362b7de8abddf96733de86bce0eca082c","impliedFormat":1},{"version":"f7db473f1d5d2a124f14886ac9dbfeccfbb94a98bbe1610a47c30c2933afa279","impliedFormat":1},{"version":"f44cf6c6d608ef925831e550b19841b5d71bd87195bd346604ff05644fb0d29c","impliedFormat":1},{"version":"154f23902d7a3fcdace4c20b654da7355fee4b7f807d1f77d6c9a24a8756013a","impliedFormat":1},{"version":"562f4f3c75a497d3ad7709381f850bb8c7646a9c6e94fdf8e91928e23d155411","impliedFormat":1},{"version":"4583380b676ee59b70a9696b42acfa986cd5f32430f37672e04f31f40b05df74","impliedFormat":1},{"version":"ad0a13f35a0d88803979f8ea9050ad7441e09d21a509abf2f303e18c1267af17","impliedFormat":1},{"version":"ba9781c718ab3d09cbde1216029072698d2da6135f0d2f856ba387d6caceb13e","impliedFormat":1},{"version":"d7c597c14698ba5fc8010076afa426f029b2d8edabb5073270c070cc645ba638","impliedFormat":1},{"version":"bd2afc69cf1d85cd950a99813bc7eff007d8afa496e7c2142a845cd1181d0474","impliedFormat":1},{"version":"558b462b23ea186d094dbff158d652acd58c0988c9fd53af81a8903412aa5901","impliedFormat":1},{"version":"0e984ae642a15973d652fd7b0d2712a284787d0d7a1db99aa49af0121e47f1df","impliedFormat":1},{"version":"0ad53ee208a23eef2a5cb3d85f2a9dc1019fd5e69179c4b0c02dc56c40d611c4","impliedFormat":1},{"version":"7a6898b26947bd356f33f4efef3eb23e61174d85dca19f41a8780d6bb4bfb405","impliedFormat":1},{"version":"9fe30349d26f34e85209fb06340bac34177f7eae3d6bb69dc12cd179d2c13ddf","impliedFormat":1},{"version":"d568c51d2c4360fd407445e39f4d86891dba04083402602bf5f24fd3969cacbb","impliedFormat":1},{"version":"b2483a924349ec835f4d778dd6787447a2f8bfbb651164851bff29d5b3d990a6","impliedFormat":1},{"version":"aae66889332cff4b2f7586c5c8758abc394d8d1c48f9b04b0c257e58f629d285","impliedFormat":1},{"version":"0f86c85130c64d6dbe6a9090bb3df71c4b0987bce4a08afe1ac4ece597655b9c","impliedFormat":1},{"version":"0ce28ad2671baed24517e1c1f4f2a986029137635bce788ee8fb542f002ac5b8","impliedFormat":1},{"version":"cd12e4fe77d24db98d66049360a4269299bcfb9dc3a1b47078ab1b4afac394cb","impliedFormat":1},{"version":"1589e5ac394b2b2e64264da3e1798d0e103b4f408f5bae1527d9e706f98269c7","impliedFormat":1},{"version":"ff8181aa0fde5ec2d737aecc5ebaa9e881379041f13e5ce1745620e17f78dcf9","impliedFormat":1},{"version":"0b2e54504b568c08df1e7db11c105786742866ba51e20486ab9b2286637d268f","impliedFormat":1},{"version":"bc1ffc3a2dca8ee715571739be3ec74d079e60505e1d0d2446e4978f6c75ba5c","impliedFormat":1},{"version":"770a40373470dff27b3f7022937ea2668a0854d7977c9d22073e1c62af537727","impliedFormat":1},{"version":"a0f8ce72cb02247a112ce4a2fa0f122478a8e99c90a5e6b676b41a68b1891ad2","impliedFormat":1},{"version":"6e957ea18b2bf951cf3995d115ad9bfa439e8d891aeb1afc901d793202c0b90d","impliedFormat":1},{"version":"a1c65bd78725f9172b5846c3c58ddf4bcbb43a30ab19e951f0102552fbfd3d5d","impliedFormat":1},{"version":"04718c7325e7df4bac9a6d026a0a2bd5a8b54501f274aaf93a03b5d1d0635bd1","impliedFormat":1},{"version":"405205f932d4e0ce688a380fa3150b1c7ff60e7fc89909e11a33eab7af240edb","impliedFormat":1},{"version":"566fc1a6616a522f8b45082032a33e6d37ff7df3f7d4d63c3cce9017d0345178","impliedFormat":1},{"version":"3b699b08db04559803b85aa0809748e61427b3d831f77834b8206e9f2ed20c93","impliedFormat":1},{"version":"b27242dd3af2a5548d0c7231db7da63d6373636d6c4e72d9b616adaa2acef7e1","impliedFormat":1},{"version":"e0ee7ba0571b83c53a3d6ec761cf391e7128d8f8f590f8832c28661b73c21b68","impliedFormat":1},{"version":"072bfd97fc61c894ef260723f43a416d49ebd8b703696f647c8322671c598873","impliedFormat":1},{"version":"e70875232f5d5528f1650dd6f5c94a5bed344ecf04bdbb998f7f78a3c1317d02","impliedFormat":1},{"version":"8e495129cb6cd8008de6f4ff8ce34fe1302a9e0dcff8d13714bd5593be3f7898","impliedFormat":1},{"version":"5a4fed1210751860a5fe0f616f1948cc04d1d1163f0cfdbb078d550d2d36a615","impliedFormat":1},{"version":"68e113ee6a36d74ea1d599b8201d06fbb24090ec2d39d3235e145751aa610d9c","impliedFormat":1},{"version":"5ba33dbef033792c5df378f079972a6130e57fe2e3a9e636c5e98570340aec14","impliedFormat":1},{"version":"ff20d5a85e9b6f3cb55da43feca5e9a13e0f9d1f8bad02b4bf75bc5092d75648","impliedFormat":1},{"version":"93f19d2cbeebf19a7333adf5b3ec744fef180c0794b0378831d6453e36fc0a89","impliedFormat":1},{"version":"cc940a2bb4a490f56c2e78e2a42ebaf08af446a7bb79314d6a1cbd36aba4ad42","impliedFormat":1},{"version":"d8ccd58aa28344641a88567270288162e93ab010bc4202a5fbacf7e04a5ee63d","impliedFormat":1},"c31891d95fac80f6ecfeb1eaf647d5c8e21b4436304053e7bf586fccf7481358","6c6ebdd0145d2d9bd289d0498ba8beeec1da47a85669fb0240720c1a37fc02be","86258ecf64d27eacf92acb4b896d886245a7325a72d9b1088e87951bf6be0959","c67a338c8d0bfa1f01abb9da2484a81975c71784bf872d83abd3ca23be28ac01","3215633258e8c976bc8d8f7b9589213e0146d08870a3e18da2739fdd4aa158b4","5712137d03036133bf83019d7d1db97bd4be7d41b80ff67cabd7113ad11a5b42","3f82ba11ea663aaccab32d33869635a169c3d2bffbedcb4d9535d900ac8d4a9e","dd24c61d2ede06e150500a610fa5ddd12ae4ccfd0e8c167800c52f9f68efe4dc","e3819e763bf1437f911c5743c9a8f284e29ecd265ae79801a8e36033498ad6a2",{"version":"1882a81e7c7794b37d1d96d495b4521c8486546c7a0f264dfe8d74bad1187589","impliedFormat":1},{"version":"47181dea9854885cd08ffc6e0a53d8a300a44450ae28b3075ef218328151d668","impliedFormat":99},"2c4315c2112af55c72ffc0b45cc3896d559ab8ae832417f243a626bbecb02bd6",{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"030e350db2525514580ed054f712ffb22d273e6bc7eddc1bb7eda1e0ba5d395e","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"613b21ccdf3be6329d56e6caa13b258c842edf8377be7bc9f014ed14cdcfc308","affectsGlobalScope":true,"impliedFormat":1},{"version":"2d1319e6b5d0efd8c5eae07eb864a00102151e8b9afddd2d45db52e9aae002c4","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"4d2b0eb911816f66abe4970898f97a2cfc902bcd743cbfa5017fad79f7ef90d8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","impliedFormat":1},{"version":"24b8685c62562f5d98615c5a0c1d05f297cf5065f15246edfe99e81ec4c0e011","impliedFormat":1},{"version":"93507c745e8f29090efb99399c3f77bec07db17acd75634249dc92f961573387","impliedFormat":1},{"version":"339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"81184fe8e67d78ac4e5374650f0892d547d665d77da2b2f544b5d84729c4a15d","affectsGlobalScope":true,"impliedFormat":1},{"version":"f52e8dacc97d71dcc96af29e49584353f9c54cb916d132e3e768d8b8129c928d","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"76103716ba397bbb61f9fa9c9090dca59f39f9047cb1352b2179c5d8e7f4e8d0","impliedFormat":1},{"version":"53eac70430b30089a3a1959d8306b0f9cfaf0de75224b68ef25243e0b5ad1ca3","affectsGlobalScope":true,"impliedFormat":1},{"version":"4314c7a11517e221f7296b46547dbc4df047115b182f544d072bdccffa57fc72","impliedFormat":1},{"version":"115971d64632ea4742b5b115fb64ed04bcaae2c3c342f13d9ba7e3f9ee39c4e7","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"46e07db372dd75edc1a26e68f16d1b7ffb34b7ab3db5cdb3e391a3604ad7bb7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"24642567d3729bcc545bacb65ee7c0db423400c7f1ef757cab25d05650064f98","impliedFormat":1},{"version":"e6f5a38687bebe43a4cef426b69d34373ef68be9a6b1538ec0a371e69f309354","impliedFormat":1},{"version":"a6bf63d17324010ca1fbf0389cab83f93389bb0b9a01dc8a346d092f65b3605f","impliedFormat":1},{"version":"e009777bef4b023a999b2e5b9a136ff2cde37dc3f77c744a02840f05b18be8ff","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"875928df2f3e9a3aed4019539a15d04ff6140a06df6cd1b2feb836d22a81eaca","affectsGlobalScope":true,"impliedFormat":1},{"version":"20b97c3368b1a63d2156deea35d03b125bb07908906eb35e0438042a3bbb3e71","impliedFormat":1},{"version":"02e73584132025781e9ffa7beef9d58ee563954c592eb563dc724ebbfb7424eb","impliedFormat":1},{"version":"ad05f01340829d96e2d85506eaab585ca7a5b20d687448d35f97e2b0855399d8","impliedFormat":1},{"version":"fa56be9b96f747e93b895d8dc2aa4fb9f0816743e6e2abb9d60705e88d4743a2","impliedFormat":1},{"version":"8257c55ff6bff6169142a35fce6811b511d857b4ae4f522cdb6ce20fd2116b2c","impliedFormat":1},{"version":"6d386bc0d7f3afa1d401afc3e00ed6b09205a354a9795196caed937494a713e6","impliedFormat":1},{"version":"3a9e5dddbd6ca9507d0c06a557535ba2224a94a2b0f3e146e8215f93b7e5b3a8","affectsGlobalScope":true,"impliedFormat":1},{"version":"94c4187083503a74f4544503b5a30e2bd7af0032dc739b0c9a7ce87f8bddc7b9","impliedFormat":1},{"version":"b1b6ee0d012aeebe11d776a155d8979730440082797695fc8e2a5c326285678f","impliedFormat":1},{"version":"45875bcae57270aeb3ebc73a5e3fb4c7b9d91d6b045f107c1d8513c28ece71c0","impliedFormat":1},{"version":"3c36ab47df4668254ccc170fc42e7d5116fd86a7e408d8dc220e559837cd2bbb","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f6abdaf8764ef01a552a958f45e795b5e79153b87ddad3af5264b86d2681b72","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"c6b4e0a02545304935ecbf7de7a8e056a31bb50939b5b321c9d50a405b5a0bba","impliedFormat":1},{"version":"4de73e132bf47437c56b1e8416c60d9d517c8ba3822e7c623b54d4300834dd37","impliedFormat":1},{"version":"e432b0e3761ca9ba734bdd41e19a75fec1454ca8e9769bfdf8b31011854cf06a","impliedFormat":1},{"version":"e1120271ebbc9952fdc7b2dd3e145560e52e06956345e6fdf91d70ca4886464f","impliedFormat":1},{"version":"15c5e91b5f08be34a78e3d976179bf5b7a9cc28dc0ef1ffebffeb3c7812a2dca","impliedFormat":1},{"version":"a8f06c2382a30b7cb89ad2dfc48fc3b2b490f3dafcd839dadc008e4e5d57031d","impliedFormat":1},{"version":"553870e516f8c772b89f3820576152ebc70181d7994d96917bb943e37da7f8a7","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"745c4240220559bd340c8aeb6e3c5270a709d3565e934dc22a69c304703956bc","affectsGlobalScope":true,"impliedFormat":1},{"version":"2754d8221d77c7b382096651925eb476f1066b3348da4b73fe71ced7801edada","impliedFormat":1},{"version":"cca97c55398b8699fa3a96ef261b01d200ed2a44d2983586ab1a81d7d7b23cd9","affectsGlobalScope":true,"impliedFormat":1},{"version":"bef91efa0baea5d0e0f0f27b574a8bc100ce62a6d7e70220a0d58af6acab5e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"f59493f68eade5200559e5016b5855f7d12e6381eb6cab9ad8a379af367b3b2d","impliedFormat":1},{"version":"125e3472965f529de239d2bc85b54579fed8e0b060d1d04de6576fb910a6ec7f","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"7d6ff413e198d25639f9f01f16673e7df4e4bd2875a42455afd4ecc02ef156da","affectsGlobalScope":true,"impliedFormat":1},{"version":"6512c499b32226c5a686ab98f5b33ae15bdebd6b9f3b60f80eeadd95e358f02c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a5c09990a37469b0311a92ce8feeb8682e83918723aedbd445bd7a0f510eaaa3","impliedFormat":1},{"version":"6b29aea17044029b257e5bd4e3e4f765cd72b8d3c11c753f363ab92cc3f9f947","impliedFormat":1},{"version":"ac5ed35e649cdd8143131964336ab9076937fa91802ec760b3ea63b59175c10a","impliedFormat":1},{"version":"d008cf1330c86b37a8128265c80795397c287cecff273bc3ce3a4883405f5112","affectsGlobalScope":true,"impliedFormat":1},{"version":"78dc0513cc4f1642906b74dda42146bcbd9df7401717d6e89ea6d72d12ecb539","impliedFormat":1},{"version":"171fd8807643c46a9d17e843959abdf10480d57d60d38d061fb44a4c8d4a8cc4","impliedFormat":1},{"version":"104c67f0da1bdf0d94865419247e20eded83ce7f9911a1aa75fc675c077ca66e","impliedFormat":1},{"version":"cc0d0b339f31ce0ab3b7a5b714d8e578ce698f1e13d7f8c60bfb766baeb1d35c","impliedFormat":1},{"version":"f9e22729fa06ed20f8b1fe60670b7c74933fdfd44d869ddfb1919c15a5cf12fb","impliedFormat":1},{"version":"d3f2d715f57df3f04bf7b16dde01dec10366f64fce44503c92b8f78f614c1769","impliedFormat":1},{"version":"b78cd10245a90e27e62d0558564f5d9a16576294eee724a59ae21b91f9269e4a","impliedFormat":1},{"version":"630ff11de47d75175f2d1d43cc447068818cb9377324752e01fe0e5fc3f77757","impliedFormat":1},{"version":"2f5747b1508ccf83fad0c251ba1e5da2f5a30b78b09ffa1cfaf633045160afed","impliedFormat":1},{"version":"7d52b8f399f646725a8dd363f17c8db6ef987efe7c5a4af1e26146ca07973d6c","affectsGlobalScope":true,"impliedFormat":1},{"version":"689be50b735f145624c6f391042155ae2ff6b90a93bac11ca5712bc866f6010c","impliedFormat":1},{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true,"impliedFormat":1},{"version":"785b9d575b49124ce01b46f5b9402157c7611e6532effa562ac6aebec0074dfc","impliedFormat":1},{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},{"version":"dd0c1b380ba3437adedef134b2e48869449b1db0b07b2a229069309ce7b9dd39","impliedFormat":1},{"version":"b71c603a539078a5e3a039b20f2b0a0d1708967530cf97dec8850a9ca45baa2b","impliedFormat":1},{"version":"0e13570a7e86c6d83dd92e81758a930f63747483e2cd34ef36fcdb47d1f9726a","impliedFormat":1},{"version":"a45c25e77c911c1f2a04cade78f6f42b4d7d896a3882d4e226efd3a3fcd5f2c4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5c45abf1e13e4463eacfd5dedda06855da8748a6a6cb3334f582b52e219acc04","impliedFormat":1},{"version":"ee65fe452abe1309389c5f50710f24114e08a302d40708101c4aa950a2a7d044","impliedFormat":1},{"version":"f9649058dc6542f821894390c2358cd71c9350bae97478eff06d9a39c8b082a4","impliedFormat":1},{"version":"fbca5ffaebf282ec3cdac47b0d1d4a138a8b0bb32105251a38acb235087d3318","impliedFormat":1},{"version":"8b5402ae709d042c3530ed3506c135a967159f42aed3221267e70c5b7240b577","impliedFormat":1},{"version":"22293bd6fa12747929f8dfca3ec1684a3fe08638aa18023dd286ab337e88a592","impliedFormat":1},{"version":"916be7d770b0ae0406be9486ac12eb9825f21514961dd050594c4b250617d5a8","impliedFormat":1},{"version":"199f9ead0daf25ae4c5632e3d1f42570af59685294a38123eef457407e13f365","impliedFormat":1},{"version":"cf3d384d082b933d987c4e2fe7bfb8710adfd9dc8155190056ed6695a25a559e","impliedFormat":1},{"version":"9871b7ee672bc16c78833bdab3052615834b08375cb144e4d2cba74473f4a589","impliedFormat":1},{"version":"c863198dae89420f3c552b5a03da6ed6d0acfa3807a64772b895db624b0de707","impliedFormat":1},{"version":"8b03a5e327d7db67112ebbc93b4f744133eda2c1743dbb0a990c61a8007823ef","impliedFormat":1},{"version":"86c73f2ee1752bac8eeeece234fd05dfcf0637a4fbd8032e4f5f43102faa8eec","impliedFormat":1},{"version":"42fad1f540271e35ca37cecda12c4ce2eef27f0f5cf0f8dd761d723c744d3159","impliedFormat":1},{"version":"ff3743a5de32bee10906aff63d1de726f6a7fd6ee2da4b8229054dfa69de2c34","impliedFormat":1},{"version":"83acd370f7f84f203e71ebba33ba61b7f1291ca027d7f9a662c6307d74e4ac22","impliedFormat":1},{"version":"1445cec898f90bdd18b2949b9590b3c012f5b7e1804e6e329fb0fe053946d5ec","impliedFormat":1},{"version":"0e5318ec2275d8da858b541920d9306650ae6ac8012f0e872fe66eb50321a669","impliedFormat":1},{"version":"cf530297c3fb3a92ec9591dd4fa229d58b5981e45fe6702a0bd2bea53a5e59be","impliedFormat":1},{"version":"c1f6f7d08d42148ddfe164d36d7aba91f467dbcb3caa715966ff95f55048b3a4","impliedFormat":1},{"version":"f4e9bf9103191ef3b3612d3ec0044ca4044ca5be27711fe648ada06fad4bcc85","impliedFormat":1},{"version":"0c1ee27b8f6a00097c2d6d91a21ee4d096ab52c1e28350f6362542b55380059a","impliedFormat":1},{"version":"7677d5b0db9e020d3017720f853ba18f415219fb3a9597343b1b1012cfd699f7","impliedFormat":1},{"version":"bc1c6bc119c1784b1a2be6d9c47addec0d83ef0d52c8fbe1f14a51b4dfffc675","impliedFormat":1},{"version":"52cf2ce99c2a23de70225e252e9822a22b4e0adb82643ab0b710858810e00bf1","impliedFormat":1},{"version":"770625067bb27a20b9826255a8d47b6b5b0a2d3dfcbd21f89904c731f671ba77","impliedFormat":1},{"version":"d1ed6765f4d7906a05968fb5cd6d1db8afa14dbe512a4884e8ea5c0f5e142c80","impliedFormat":1},{"version":"799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965","impliedFormat":1},{"version":"2a184e4462b9914a30b1b5c41cf80c6d3428f17b20d3afb711fff3f0644001fd","impliedFormat":1},{"version":"9eabde32a3aa5d80de34af2c2206cdc3ee094c6504a8d0c2d6d20c7c179503cc","impliedFormat":1},{"version":"397c8051b6cfcb48aa22656f0faca2553c5f56187262135162ee79d2b2f6c966","impliedFormat":1},{"version":"a8ead142e0c87dcd5dc130eba1f8eeed506b08952d905c47621dc2f583b1bff9","impliedFormat":1},{"version":"a02f10ea5f73130efca046429254a4e3c06b5475baecc8f7b99a0014731be8b3","impliedFormat":1},{"version":"c2576a4083232b0e2d9bd06875dd43d371dee2e090325a9eac0133fd5650c1cb","impliedFormat":1},{"version":"4c9a0564bb317349de6a24eb4efea8bb79898fa72ad63a1809165f5bd42970dd","impliedFormat":1},{"version":"f40ac11d8859092d20f953aae14ba967282c3bb056431a37fced1866ec7a2681","impliedFormat":1},{"version":"cc11e9e79d4746cc59e0e17473a59d6f104692fd0eeea1bdb2e206eabed83b03","impliedFormat":1},{"version":"b444a410d34fb5e98aa5ee2b381362044f4884652e8bc8a11c8fe14bbd85518e","impliedFormat":1},{"version":"c35808c1f5e16d2c571aa65067e3cb95afeff843b259ecfa2fc107a9519b5392","impliedFormat":1},{"version":"14d5dc055143e941c8743c6a21fa459f961cbc3deedf1bfe47b11587ca4b3ef5","impliedFormat":1},{"version":"a3ad4e1fc542751005267d50a6298e6765928c0c3a8dce1572f2ba6ca518661c","impliedFormat":1},{"version":"f237e7c97a3a89f4591afd49ecb3bd8d14f51a1c4adc8fcae3430febedff5eb6","impliedFormat":1},{"version":"3ffdfbec93b7aed71082af62b8c3e0cc71261cc68d796665faa1e91604fbae8f","impliedFormat":1},{"version":"662201f943ed45b1ad600d03a90dffe20841e725203ced8b708c91fcd7f9379a","impliedFormat":1},{"version":"c9ef74c64ed051ea5b958621e7fb853fe3b56e8787c1587aefc6ea988b3c7e79","impliedFormat":1},{"version":"2462ccfac5f3375794b861abaa81da380f1bbd9401de59ffa43119a0b644253d","impliedFormat":1},{"version":"34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","impliedFormat":1},{"version":"7d8ddf0f021c53099e34ee831a06c394d50371816caa98684812f089b4c6b3d4","impliedFormat":1},{"version":"5c45abf1e13e4463eacfd5dedda06855da8748a6a6cb3334f582b52e219acc04","impliedFormat":1},{"version":"ddef25f825320de051dcb0e62ffce621b41c67712b5b4105740c32fd83f4c449","impliedFormat":1},{"version":"1b3dffaa4ca8e38ac434856843505af767a614d187fb3a5ef4fcebb023c355aa","impliedFormat":1},{"version":"c9cc4c881c910ce378659524d985d2b72b79029b0c473df5d4d3557b4cf6010a","affectsGlobalScope":true,"impliedFormat":1},{"version":"9a2eaab4e54953c6b2ba21f7ac4c2593859da03917011c10a2acd8864e38e7b2","impliedFormat":1}],"root":[[64,66],116,117,[382,390],393],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declarationMap":false,"downlevelIteration":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"inlineSourceMap":false,"jsx":1,"module":99,"outDir":"./","skipLibCheck":true,"sourceMap":false,"strict":true,"target":1},"referencedMap":[[50,1],[49,2],[76,3],[71,4],[73,5],[75,6],[77,7],[69,2],[70,8],[72,9],[74,10],[78,11],[79,12],[67,2],[110,13],[109,13],[113,13],[111,13],[101,13],[108,14],[112,13],[68,13],[80,15],[115,16],[81,2],[107,17],[114,2],[100,18],[104,2],[105,19],[391,19],[106,20],[494,21],[495,22],[501,23],[493,24],[502,2],[505,25],[503,2],[500,26],[509,27],[508,26],[102,2],[510,2],[506,2],[511,28],[504,2],[103,29],[496,2],[512,2],[513,30],[439,31],[440,31],[441,32],[442,33],[443,34],[444,35],[394,2],[397,36],[395,2],[396,2],[445,37],[446,38],[447,39],[448,40],[449,41],[450,42],[451,42],[453,43],[452,44],[454,45],[455,46],[456,47],[438,48],[457,49],[458,50],[459,51],[460,52],[461,53],[462,54],[463,55],[464,56],[465,57],[466,58],[467,59],[468,60],[469,61],[470,61],[471,62],[472,2],[473,2],[474,63],[476,64],[475,65],[477,66],[478,67],[479,68],[480,69],[481,70],[482,71],[483,72],[399,73],[398,2],[492,74],[484,75],[485,76],[486,77],[487,78],[488,79],[489,80],[490,81],[491,82],[514,2],[515,2],[498,2],[499,2],[516,2],[541,83],[542,84],[517,85],[520,85],[539,83],[540,83],[530,83],[529,86],[527,83],[522,83],[535,83],[533,83],[537,83],[521,83],[534,83],[538,83],[523,83],[524,83],[536,83],[518,83],[525,83],[526,83],[528,83],[532,83],[543,87],[531,83],[519,83],[556,88],[555,2],[550,87],[552,89],[551,87],[544,87],[545,87],[547,87],[549,87],[553,89],[554,89],[546,89],[548,89],[497,90],[558,91],[557,92],[507,93],[559,24],[560,2],[561,94],[51,95],[52,96],[53,97],[54,98],[56,99],[48,2],[392,100],[84,101],[85,102],[86,101],[88,103],[93,104],[87,105],[89,102],[90,102],[91,106],[92,106],[98,13],[99,107],[96,108],[97,109],[82,2],[83,110],[400,2],[55,2],[375,111],[376,111],[377,111],[379,2],[381,112],[380,111],[378,111],[205,113],[184,114],[281,2],[185,115],[121,113],[122,2],[123,2],[124,2],[125,2],[126,2],[127,2],[128,2],[129,2],[130,2],[131,2],[132,2],[133,113],[134,113],[135,2],[136,2],[137,2],[138,2],[139,2],[140,2],[141,2],[142,2],[143,2],[144,2],[145,2],[146,2],[147,2],[148,113],[149,2],[150,2],[151,113],[152,2],[153,2],[154,113],[155,2],[156,113],[157,113],[158,113],[159,2],[160,113],[161,113],[162,113],[163,113],[164,113],[165,113],[166,113],[167,2],[168,2],[169,113],[170,2],[171,2],[172,2],[173,2],[174,2],[175,2],[176,2],[177,2],[178,2],[179,2],[180,2],[181,113],[182,2],[183,2],[186,116],[187,113],[188,113],[189,117],[190,118],[191,113],[192,113],[193,113],[194,113],[195,2],[196,2],[197,113],[119,2],[198,2],[199,2],[200,2],[201,2],[202,2],[203,2],[204,2],[206,119],[207,2],[208,2],[209,2],[210,2],[211,2],[212,2],[213,2],[214,2],[215,113],[216,2],[217,2],[218,2],[219,2],[220,113],[221,113],[222,113],[223,113],[224,2],[225,2],[226,2],[227,2],[374,120],[228,113],[229,113],[230,2],[231,2],[232,2],[233,2],[234,2],[235,2],[236,2],[237,2],[238,2],[239,2],[240,2],[241,2],[242,113],[243,2],[244,2],[245,2],[246,2],[247,2],[248,2],[249,2],[250,2],[251,2],[252,2],[253,113],[254,2],[255,2],[256,2],[257,2],[258,2],[259,2],[260,2],[261,2],[262,2],[263,113],[264,2],[265,2],[266,2],[267,2],[268,2],[269,2],[270,2],[271,2],[272,113],[273,2],[274,2],[275,2],[276,2],[277,2],[278,2],[279,113],[280,2],[282,121],[118,113],[283,2],[284,113],[285,2],[286,2],[287,2],[288,2],[289,2],[290,2],[291,2],[292,2],[293,2],[294,113],[295,2],[296,2],[297,2],[298,2],[299,2],[300,2],[301,2],[306,122],[304,123],[303,124],[305,125],[302,113],[307,2],[308,2],[309,113],[310,2],[311,2],[312,2],[313,2],[314,2],[315,2],[316,2],[317,2],[318,2],[319,113],[320,113],[321,2],[322,2],[323,2],[324,113],[325,2],[326,113],[327,2],[328,119],[329,2],[330,2],[331,2],[332,2],[333,2],[334,2],[335,2],[336,2],[337,2],[338,113],[339,113],[340,2],[341,2],[342,2],[343,2],[344,2],[345,2],[346,2],[347,2],[348,2],[349,2],[350,2],[351,2],[352,113],[353,113],[354,2],[355,2],[356,113],[357,2],[358,2],[359,2],[360,2],[361,2],[362,2],[363,2],[364,2],[365,2],[366,2],[367,2],[368,2],[369,113],[120,126],[370,2],[371,2],[372,2],[373,2],[95,127],[47,2],[45,2],[46,2],[8,2],[9,2],[11,2],[10,2],[2,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[3,2],[20,2],[4,2],[21,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[36,2],[33,2],[34,2],[35,2],[37,2],[7,2],[38,2],[43,2],[44,2],[39,2],[40,2],[41,2],[42,2],[1,2],[416,128],[426,129],[415,128],[436,130],[407,131],[406,132],[435,30],[429,133],[434,134],[409,135],[423,136],[408,137],[432,138],[404,139],[403,30],[433,140],[405,141],[410,142],[411,2],[414,142],[401,2],[437,143],[427,144],[418,145],[419,146],[421,147],[417,148],[420,149],[430,30],[412,150],[413,151],[422,152],[402,153],[425,144],[424,142],[428,2],[431,154],[94,13],[57,155],[59,156],[60,13],[58,13],[62,157],[61,13],[63,2],[64,158],[388,159],[389,159],[390,159],[117,160],[65,161],[387,162],[384,161],[385,161],[66,161],[393,163],[116,161],[383,161],[382,161],[386,161]],"affectedFilesPendingEmit":[64,388,389,390,117,65,387,384,385,66,393,116,383,382,386],"emitSignatures":[64,65,66,116,117,382,383,386,387,388,389,390,393],"version":"5.6.3"} \ No newline at end of file +{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2016.intl.d.ts","../node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/tslib/tslib.d.ts","../node_modules/@vue/shared/dist/shared.d.ts","../node_modules/@babel/types/lib/index.d.ts","../node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/@vue/compiler-core/dist/compiler-core.d.ts","../node_modules/@vue/compiler-dom/dist/compiler-dom.d.ts","../node_modules/@vue/reactivity/dist/reactivity.d.ts","../node_modules/@vue/runtime-core/dist/runtime-core.d.ts","../node_modules/csstype/index.d.ts","../node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts","../node_modules/vue/dist/vue.d.ts","../node_modules/vuetify/lib/iconsets/mdi.d.mts","../node_modules/vue/jsx.d.ts","../node_modules/vuetify/lib/components/index.d.mts","../node_modules/vuetify/lib/labs/components.d.mts","../node_modules/vuetify/lib/index.d.mts","../node_modules/vuetify/lib/locale/index.d.mts","../plugins/vuetify.ts","../src/PreloadImages.ts","../src/cividis.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/background.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/composables.d.ts","../node_modules/@capacitor/core/types/legacy/legacy-definitions.d.ts","../node_modules/@capacitor/core/types/platforms.d.ts","../node_modules/@capacitor/core/types/definitions-internal.d.ts","../node_modules/@capacitor/core/types/util.d.ts","../node_modules/@capacitor/core/types/definitions.d.ts","../node_modules/@capacitor/core/types/web-plugin.d.ts","../node_modules/@capacitor/core/types/global.d.ts","../node_modules/@capacitor/core/types/core-plugins.d.ts","../node_modules/@capacitor/core/types/index.d.ts","../node_modules/@capacitor/geolocation/dist/esm/definitions.d.ts","../node_modules/@capacitor/geolocation/dist/esm/index.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/geolocation.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/keyboard.d.ts","../node_modules/@wwtelescope/engine-types/dist/src/index.d.ts","../node_modules/@wwtelescope/engine/src/index.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/annotation.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/circleannotation.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/engine.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/layer.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/imagesetlayer.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/polyannotation.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/polylineannotation.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/spreadsheetlayer.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/votablelayer.d.ts","../node_modules/@wwtelescope/engine-helpers/dist/src/index.d.ts","../node_modules/vue-demi/lib/index.d.ts","../node_modules/pinia/dist/pinia.d.ts","../node_modules/@wwtelescope/engine-pinia/dist/src/store.d.ts","../node_modules/@wwtelescope/engine-pinia/dist/src/wwtaware.d.ts","../node_modules/@wwtelescope/engine-pinia/dist/src/Component.vue.d.ts","../node_modules/@wwtelescope/engine-pinia/dist/src/index.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/wwt-utils.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/IconButton.vue.d.ts","../node_modules/@types/geojson/index.d.ts","../node_modules/@types/leaflet/index.d.ts","../node_modules/@fortawesome/fontawesome-common-types/index.d.ts","../node_modules/@fortawesome/fontawesome-svg-core/index.d.ts","../node_modules/@fortawesome/vue-fontawesome/index.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/types.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/LocationSelector.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/FundingAcknowledgement.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/CreditLogos.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/GeolocationButton.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/WwtHud.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/Gallery.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/utils.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/index.d.ts","../src/mapbox.ts","../src/LocationSearch.vue.ts","../node_modules/date-fns/locale/types.d.ts","../node_modules/date-fns/fp/types.d.ts","../node_modules/date-fns/types.d.ts","../node_modules/date-fns/add.d.ts","../node_modules/date-fns/addBusinessDays.d.ts","../node_modules/date-fns/addDays.d.ts","../node_modules/date-fns/addHours.d.ts","../node_modules/date-fns/addISOWeekYears.d.ts","../node_modules/date-fns/addMilliseconds.d.ts","../node_modules/date-fns/addMinutes.d.ts","../node_modules/date-fns/addMonths.d.ts","../node_modules/date-fns/addQuarters.d.ts","../node_modules/date-fns/addSeconds.d.ts","../node_modules/date-fns/addWeeks.d.ts","../node_modules/date-fns/addYears.d.ts","../node_modules/date-fns/areIntervalsOverlapping.d.ts","../node_modules/date-fns/clamp.d.ts","../node_modules/date-fns/closestIndexTo.d.ts","../node_modules/date-fns/closestTo.d.ts","../node_modules/date-fns/compareAsc.d.ts","../node_modules/date-fns/compareDesc.d.ts","../node_modules/date-fns/constructFrom.d.ts","../node_modules/date-fns/constructNow.d.ts","../node_modules/date-fns/daysToWeeks.d.ts","../node_modules/date-fns/differenceInBusinessDays.d.ts","../node_modules/date-fns/differenceInCalendarDays.d.ts","../node_modules/date-fns/differenceInCalendarISOWeekYears.d.ts","../node_modules/date-fns/differenceInCalendarISOWeeks.d.ts","../node_modules/date-fns/differenceInCalendarMonths.d.ts","../node_modules/date-fns/differenceInCalendarQuarters.d.ts","../node_modules/date-fns/differenceInCalendarWeeks.d.ts","../node_modules/date-fns/differenceInCalendarYears.d.ts","../node_modules/date-fns/differenceInDays.d.ts","../node_modules/date-fns/differenceInHours.d.ts","../node_modules/date-fns/differenceInISOWeekYears.d.ts","../node_modules/date-fns/differenceInMilliseconds.d.ts","../node_modules/date-fns/differenceInMinutes.d.ts","../node_modules/date-fns/differenceInMonths.d.ts","../node_modules/date-fns/differenceInQuarters.d.ts","../node_modules/date-fns/differenceInSeconds.d.ts","../node_modules/date-fns/differenceInWeeks.d.ts","../node_modules/date-fns/differenceInYears.d.ts","../node_modules/date-fns/eachDayOfInterval.d.ts","../node_modules/date-fns/eachHourOfInterval.d.ts","../node_modules/date-fns/eachMinuteOfInterval.d.ts","../node_modules/date-fns/eachMonthOfInterval.d.ts","../node_modules/date-fns/eachQuarterOfInterval.d.ts","../node_modules/date-fns/eachWeekOfInterval.d.ts","../node_modules/date-fns/eachWeekendOfInterval.d.ts","../node_modules/date-fns/eachWeekendOfMonth.d.ts","../node_modules/date-fns/eachWeekendOfYear.d.ts","../node_modules/date-fns/eachYearOfInterval.d.ts","../node_modules/date-fns/endOfDay.d.ts","../node_modules/date-fns/endOfDecade.d.ts","../node_modules/date-fns/endOfHour.d.ts","../node_modules/date-fns/endOfISOWeek.d.ts","../node_modules/date-fns/endOfISOWeekYear.d.ts","../node_modules/date-fns/endOfMinute.d.ts","../node_modules/date-fns/endOfMonth.d.ts","../node_modules/date-fns/endOfQuarter.d.ts","../node_modules/date-fns/endOfSecond.d.ts","../node_modules/date-fns/endOfToday.d.ts","../node_modules/date-fns/endOfTomorrow.d.ts","../node_modules/date-fns/endOfWeek.d.ts","../node_modules/date-fns/endOfYear.d.ts","../node_modules/date-fns/endOfYesterday.d.ts","../node_modules/date-fns/_lib/format/formatters.d.ts","../node_modules/date-fns/_lib/format/longFormatters.d.ts","../node_modules/date-fns/format.d.ts","../node_modules/date-fns/formatDistance.d.ts","../node_modules/date-fns/formatDistanceStrict.d.ts","../node_modules/date-fns/formatDistanceToNow.d.ts","../node_modules/date-fns/formatDistanceToNowStrict.d.ts","../node_modules/date-fns/formatDuration.d.ts","../node_modules/date-fns/formatISO.d.ts","../node_modules/date-fns/formatISO9075.d.ts","../node_modules/date-fns/formatISODuration.d.ts","../node_modules/date-fns/formatRFC3339.d.ts","../node_modules/date-fns/formatRFC7231.d.ts","../node_modules/date-fns/formatRelative.d.ts","../node_modules/date-fns/fromUnixTime.d.ts","../node_modules/date-fns/getDate.d.ts","../node_modules/date-fns/getDay.d.ts","../node_modules/date-fns/getDayOfYear.d.ts","../node_modules/date-fns/getDaysInMonth.d.ts","../node_modules/date-fns/getDaysInYear.d.ts","../node_modules/date-fns/getDecade.d.ts","../node_modules/date-fns/_lib/defaultOptions.d.ts","../node_modules/date-fns/getDefaultOptions.d.ts","../node_modules/date-fns/getHours.d.ts","../node_modules/date-fns/getISODay.d.ts","../node_modules/date-fns/getISOWeek.d.ts","../node_modules/date-fns/getISOWeekYear.d.ts","../node_modules/date-fns/getISOWeeksInYear.d.ts","../node_modules/date-fns/getMilliseconds.d.ts","../node_modules/date-fns/getMinutes.d.ts","../node_modules/date-fns/getMonth.d.ts","../node_modules/date-fns/getOverlappingDaysInIntervals.d.ts","../node_modules/date-fns/getQuarter.d.ts","../node_modules/date-fns/getSeconds.d.ts","../node_modules/date-fns/getTime.d.ts","../node_modules/date-fns/getUnixTime.d.ts","../node_modules/date-fns/getWeek.d.ts","../node_modules/date-fns/getWeekOfMonth.d.ts","../node_modules/date-fns/getWeekYear.d.ts","../node_modules/date-fns/getWeeksInMonth.d.ts","../node_modules/date-fns/getYear.d.ts","../node_modules/date-fns/hoursToMilliseconds.d.ts","../node_modules/date-fns/hoursToMinutes.d.ts","../node_modules/date-fns/hoursToSeconds.d.ts","../node_modules/date-fns/interval.d.ts","../node_modules/date-fns/intervalToDuration.d.ts","../node_modules/date-fns/intlFormat.d.ts","../node_modules/date-fns/intlFormatDistance.d.ts","../node_modules/date-fns/isAfter.d.ts","../node_modules/date-fns/isBefore.d.ts","../node_modules/date-fns/isDate.d.ts","../node_modules/date-fns/isEqual.d.ts","../node_modules/date-fns/isExists.d.ts","../node_modules/date-fns/isFirstDayOfMonth.d.ts","../node_modules/date-fns/isFriday.d.ts","../node_modules/date-fns/isFuture.d.ts","../node_modules/date-fns/isLastDayOfMonth.d.ts","../node_modules/date-fns/isLeapYear.d.ts","../node_modules/date-fns/isMatch.d.ts","../node_modules/date-fns/isMonday.d.ts","../node_modules/date-fns/isPast.d.ts","../node_modules/date-fns/isSameDay.d.ts","../node_modules/date-fns/isSameHour.d.ts","../node_modules/date-fns/isSameISOWeek.d.ts","../node_modules/date-fns/isSameISOWeekYear.d.ts","../node_modules/date-fns/isSameMinute.d.ts","../node_modules/date-fns/isSameMonth.d.ts","../node_modules/date-fns/isSameQuarter.d.ts","../node_modules/date-fns/isSameSecond.d.ts","../node_modules/date-fns/isSameWeek.d.ts","../node_modules/date-fns/isSameYear.d.ts","../node_modules/date-fns/isSaturday.d.ts","../node_modules/date-fns/isSunday.d.ts","../node_modules/date-fns/isThisHour.d.ts","../node_modules/date-fns/isThisISOWeek.d.ts","../node_modules/date-fns/isThisMinute.d.ts","../node_modules/date-fns/isThisMonth.d.ts","../node_modules/date-fns/isThisQuarter.d.ts","../node_modules/date-fns/isThisSecond.d.ts","../node_modules/date-fns/isThisWeek.d.ts","../node_modules/date-fns/isThisYear.d.ts","../node_modules/date-fns/isThursday.d.ts","../node_modules/date-fns/isToday.d.ts","../node_modules/date-fns/isTomorrow.d.ts","../node_modules/date-fns/isTuesday.d.ts","../node_modules/date-fns/isValid.d.ts","../node_modules/date-fns/isWednesday.d.ts","../node_modules/date-fns/isWeekend.d.ts","../node_modules/date-fns/isWithinInterval.d.ts","../node_modules/date-fns/isYesterday.d.ts","../node_modules/date-fns/lastDayOfDecade.d.ts","../node_modules/date-fns/lastDayOfISOWeek.d.ts","../node_modules/date-fns/lastDayOfISOWeekYear.d.ts","../node_modules/date-fns/lastDayOfMonth.d.ts","../node_modules/date-fns/lastDayOfQuarter.d.ts","../node_modules/date-fns/lastDayOfWeek.d.ts","../node_modules/date-fns/lastDayOfYear.d.ts","../node_modules/date-fns/_lib/format/lightFormatters.d.ts","../node_modules/date-fns/lightFormat.d.ts","../node_modules/date-fns/max.d.ts","../node_modules/date-fns/milliseconds.d.ts","../node_modules/date-fns/millisecondsToHours.d.ts","../node_modules/date-fns/millisecondsToMinutes.d.ts","../node_modules/date-fns/millisecondsToSeconds.d.ts","../node_modules/date-fns/min.d.ts","../node_modules/date-fns/minutesToHours.d.ts","../node_modules/date-fns/minutesToMilliseconds.d.ts","../node_modules/date-fns/minutesToSeconds.d.ts","../node_modules/date-fns/monthsToQuarters.d.ts","../node_modules/date-fns/monthsToYears.d.ts","../node_modules/date-fns/nextDay.d.ts","../node_modules/date-fns/nextFriday.d.ts","../node_modules/date-fns/nextMonday.d.ts","../node_modules/date-fns/nextSaturday.d.ts","../node_modules/date-fns/nextSunday.d.ts","../node_modules/date-fns/nextThursday.d.ts","../node_modules/date-fns/nextTuesday.d.ts","../node_modules/date-fns/nextWednesday.d.ts","../node_modules/date-fns/parse/_lib/types.d.ts","../node_modules/date-fns/parse/_lib/Setter.d.ts","../node_modules/date-fns/parse/_lib/Parser.d.ts","../node_modules/date-fns/parse/_lib/parsers.d.ts","../node_modules/date-fns/parse.d.ts","../node_modules/date-fns/parseISO.d.ts","../node_modules/date-fns/parseJSON.d.ts","../node_modules/date-fns/previousDay.d.ts","../node_modules/date-fns/previousFriday.d.ts","../node_modules/date-fns/previousMonday.d.ts","../node_modules/date-fns/previousSaturday.d.ts","../node_modules/date-fns/previousSunday.d.ts","../node_modules/date-fns/previousThursday.d.ts","../node_modules/date-fns/previousTuesday.d.ts","../node_modules/date-fns/previousWednesday.d.ts","../node_modules/date-fns/quartersToMonths.d.ts","../node_modules/date-fns/quartersToYears.d.ts","../node_modules/date-fns/roundToNearestHours.d.ts","../node_modules/date-fns/roundToNearestMinutes.d.ts","../node_modules/date-fns/secondsToHours.d.ts","../node_modules/date-fns/secondsToMilliseconds.d.ts","../node_modules/date-fns/secondsToMinutes.d.ts","../node_modules/date-fns/set.d.ts","../node_modules/date-fns/setDate.d.ts","../node_modules/date-fns/setDay.d.ts","../node_modules/date-fns/setDayOfYear.d.ts","../node_modules/date-fns/setDefaultOptions.d.ts","../node_modules/date-fns/setHours.d.ts","../node_modules/date-fns/setISODay.d.ts","../node_modules/date-fns/setISOWeek.d.ts","../node_modules/date-fns/setISOWeekYear.d.ts","../node_modules/date-fns/setMilliseconds.d.ts","../node_modules/date-fns/setMinutes.d.ts","../node_modules/date-fns/setMonth.d.ts","../node_modules/date-fns/setQuarter.d.ts","../node_modules/date-fns/setSeconds.d.ts","../node_modules/date-fns/setWeek.d.ts","../node_modules/date-fns/setWeekYear.d.ts","../node_modules/date-fns/setYear.d.ts","../node_modules/date-fns/startOfDay.d.ts","../node_modules/date-fns/startOfDecade.d.ts","../node_modules/date-fns/startOfHour.d.ts","../node_modules/date-fns/startOfISOWeek.d.ts","../node_modules/date-fns/startOfISOWeekYear.d.ts","../node_modules/date-fns/startOfMinute.d.ts","../node_modules/date-fns/startOfMonth.d.ts","../node_modules/date-fns/startOfQuarter.d.ts","../node_modules/date-fns/startOfSecond.d.ts","../node_modules/date-fns/startOfToday.d.ts","../node_modules/date-fns/startOfTomorrow.d.ts","../node_modules/date-fns/startOfWeek.d.ts","../node_modules/date-fns/startOfWeekYear.d.ts","../node_modules/date-fns/startOfYear.d.ts","../node_modules/date-fns/startOfYesterday.d.ts","../node_modules/date-fns/sub.d.ts","../node_modules/date-fns/subBusinessDays.d.ts","../node_modules/date-fns/subDays.d.ts","../node_modules/date-fns/subHours.d.ts","../node_modules/date-fns/subISOWeekYears.d.ts","../node_modules/date-fns/subMilliseconds.d.ts","../node_modules/date-fns/subMinutes.d.ts","../node_modules/date-fns/subMonths.d.ts","../node_modules/date-fns/subQuarters.d.ts","../node_modules/date-fns/subSeconds.d.ts","../node_modules/date-fns/subWeeks.d.ts","../node_modules/date-fns/subYears.d.ts","../node_modules/date-fns/toDate.d.ts","../node_modules/date-fns/transpose.d.ts","../node_modules/date-fns/weeksToDays.d.ts","../node_modules/date-fns/yearsToDays.d.ts","../node_modules/date-fns/yearsToMonths.d.ts","../node_modules/date-fns/yearsToQuarters.d.ts","../node_modules/date-fns/index.d.ts","../node_modules/date-fns-tz/dist/cjs/format/index.d.ts","../node_modules/date-fns-tz/dist/cjs/formatInTimeZone/index.d.ts","../node_modules/date-fns-tz/dist/cjs/fromZonedTime/index.d.ts","../node_modules/date-fns-tz/dist/cjs/toZonedTime/index.d.ts","../node_modules/date-fns-tz/dist/cjs/getTimezoneOffset/index.d.ts","../node_modules/date-fns-tz/dist/cjs/toDate/index.d.ts","../node_modules/date-fns-tz/dist/cjs/index.d.ts","../src/svs_cmap.ts","../src/revised_cmap.ts","../src/assets/TEMPO_FOR.json","../src/assets/august_for.json","../src/timestamps.ts","../src/TempoLite.vue.ts","../src/ColorBar.vue.ts","../src/ColorBarHorizontal.vue.ts","../src/InfoButton.vue.ts","../node_modules/@fortawesome/free-solid-svg-icons/index.d.ts","../node_modules/@vuepic/vue-datepicker/index.d.ts","../src/main.ts","../node_modules/@types/node/compatibility/disposable.d.ts","../node_modules/@types/node/compatibility/indexable.d.ts","../node_modules/@types/node/compatibility/iterators.d.ts","../node_modules/@types/node/compatibility/index.d.ts","../node_modules/@types/node/ts5.6/globals.typedarray.d.ts","../node_modules/@types/node/ts5.6/buffer.buffer.d.ts","../node_modules/buffer/index.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/file.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/env-http-proxy-agent.d.ts","../node_modules/undici-types/retry-handler.d.ts","../node_modules/undici-types/retry-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/util.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/eventsource.d.ts","../node_modules/undici-types/filereader.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/sea.d.ts","../node_modules/@types/node/sqlite.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/ts5.6/index.d.ts","../node_modules/@types/connect/index.d.ts","../node_modules/@types/body-parser/index.d.ts","../node_modules/@types/bonjour/index.d.ts","../node_modules/@types/mime/index.d.ts","../node_modules/@types/send/index.d.ts","../node_modules/@types/qs/index.d.ts","../node_modules/@types/range-parser/index.d.ts","../node_modules/@types/express-serve-static-core/index.d.ts","../node_modules/@types/connect-history-api-fallback/index.d.ts","../node_modules/@types/eslint/helpers.d.ts","../node_modules/@types/estree/index.d.ts","../node_modules/@types/json-schema/index.d.ts","../node_modules/@types/eslint/index.d.ts","../node_modules/@types/http-errors/index.d.ts","../node_modules/@types/serve-static/index.d.ts","../node_modules/@types/express/node_modules/@types/express-serve-static-core/index.d.ts","../node_modules/@types/express/index.d.ts","../node_modules/@types/html-minifier-terser/index.d.ts","../node_modules/@types/http-proxy/index.d.ts","../node_modules/@types/minimist/index.d.ts","../node_modules/@types/node-forge/index.d.ts","../node_modules/@types/normalize-package-data/index.d.ts","../node_modules/@types/parse-json/index.d.ts","../node_modules/@types/retry/index.d.ts","../node_modules/@types/semver/classes/semver.d.ts","../node_modules/@types/semver/functions/parse.d.ts","../node_modules/@types/semver/functions/valid.d.ts","../node_modules/@types/semver/functions/clean.d.ts","../node_modules/@types/semver/functions/inc.d.ts","../node_modules/@types/semver/functions/diff.d.ts","../node_modules/@types/semver/functions/major.d.ts","../node_modules/@types/semver/functions/minor.d.ts","../node_modules/@types/semver/functions/patch.d.ts","../node_modules/@types/semver/functions/prerelease.d.ts","../node_modules/@types/semver/functions/compare.d.ts","../node_modules/@types/semver/functions/rcompare.d.ts","../node_modules/@types/semver/functions/compare-loose.d.ts","../node_modules/@types/semver/functions/compare-build.d.ts","../node_modules/@types/semver/functions/sort.d.ts","../node_modules/@types/semver/functions/rsort.d.ts","../node_modules/@types/semver/functions/gt.d.ts","../node_modules/@types/semver/functions/lt.d.ts","../node_modules/@types/semver/functions/eq.d.ts","../node_modules/@types/semver/functions/neq.d.ts","../node_modules/@types/semver/functions/gte.d.ts","../node_modules/@types/semver/functions/lte.d.ts","../node_modules/@types/semver/functions/cmp.d.ts","../node_modules/@types/semver/functions/coerce.d.ts","../node_modules/@types/semver/classes/comparator.d.ts","../node_modules/@types/semver/classes/range.d.ts","../node_modules/@types/semver/functions/satisfies.d.ts","../node_modules/@types/semver/ranges/max-satisfying.d.ts","../node_modules/@types/semver/ranges/min-satisfying.d.ts","../node_modules/@types/semver/ranges/to-comparators.d.ts","../node_modules/@types/semver/ranges/min-version.d.ts","../node_modules/@types/semver/ranges/valid.d.ts","../node_modules/@types/semver/ranges/outside.d.ts","../node_modules/@types/semver/ranges/gtr.d.ts","../node_modules/@types/semver/ranges/ltr.d.ts","../node_modules/@types/semver/ranges/intersects.d.ts","../node_modules/@types/semver/ranges/simplify.d.ts","../node_modules/@types/semver/ranges/subset.d.ts","../node_modules/@types/semver/internals/identifiers.d.ts","../node_modules/@types/semver/index.d.ts","../node_modules/@types/serve-index/node_modules/@types/express/index.d.ts","../node_modules/@types/serve-index/index.d.ts","../node_modules/@types/sockjs/index.d.ts","../node_modules/@types/webpack-env/index.d.ts","../node_modules/@types/ws/index.d.ts"],"fileIdsList":[[49,399,442],[399,442],[73,74,399,442],[70,73,399,442],[69,72,399,442],[73,74,77,399,442],[69,70,72,73,74,75,76,399,442],[71,73,399,442],[71,399,442],[72,73,399,442],[77,399,442],[78,399,442],[57,62,95,399,442],[57,62,95,103,107,399,442],[57,62,79,95,399,442],[67,68,80,81,100,101,107,108,109,110,111,112,113,114,399,442],[99,103,106,399,442],[81,99,399,442],[104,399,442],[57,62,95,105,399,442],[399,442,457,492,493],[399,442,448,492],[399,442,485,492,500],[399,442,457,492],[399,442,502,503,504],[399,442,454,457,492,497,498,499],[399,442,494,498,500,507,508],[399,442,454,457,459,462,474,485,492],[102,399,442],[399,442,492],[399,439,442],[399,441,442],[399,442,447,477],[399,442,443,448,454,455,462,474,485],[399,442,443,444,454,462],[394,395,396,399,442],[399,442,445,486],[399,442,446,447,455,463],[399,442,447,474,482],[399,442,448,450,454,462],[399,441,442,449],[399,442,450,451],[399,442,454],[399,442,452,454],[399,441,442,454],[399,442,454,455,456,474,485],[399,442,454,455,456,469,474,477],[399,437,442,490],[399,437,442,450,454,457,462,474,485],[399,442,454,455,457,458,462,474,482,485],[399,442,457,459,474,482,485],[399,442,454,460],[399,442,461,485,490],[399,442,450,454,462,474],[399,442,463],[399,442,464],[399,441,442,465],[399,439,440,441,442,443,444,445,446,447,448,449,450,451,452,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491],[399,442,467],[399,442,468],[399,442,454,469,470],[399,442,469,471,486,488],[399,442,454,474,475,476,477],[399,442,474,476],[399,442,474,475],[399,442,477],[399,442,478],[399,439,442,474],[399,442,454,480,481],[399,442,480,481],[399,442,447,462,474,482],[399,442,483],[442],[397,398,399,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491],[399,442,462,484],[399,442,457,468,485],[399,442,447,486],[399,442,474,487],[399,442,461,488],[399,442,489],[399,442,447,454,456,465,474,485,488,490],[399,442,474,491],[399,442,517,556],[399,442,517,541,556],[399,442,556],[399,442,517],[399,442,517,542,556],[399,442,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555],[399,442,542,556],[399,442,455,474,492,496],[399,442,455,557],[399,442,494,498,500,507],[399,442,457,492,497,506],[399,442,454,457,459,474,482,485,491,492],[48,49,50,399,442],[51,399,442],[48,399,442],[48,53,54,56,399,442],[53,54,55,56,399,442],[57,62,95,374,399,442],[83,399,442],[83,84,399,442],[83,87,399,442],[82,83,84,85,86,87,88,89,90,91,92,399,442],[82,83,399,442],[82,83,87,399,442],[93,95,96,97,98,399,442],[82,83,93,95,399,442],[57,62,82,83,93,95,96,399,442],[82,399,442],[381,399,442],[374,375,376,377,378,379,380,399,442],[120,399,442],[118,120,399,442],[118,399,442],[120,184,185,399,442],[187,399,442],[188,399,442],[205,399,442],[120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,399,442],[281,399,442],[120,185,305,399,442],[118,302,303,399,442],[302,399,442],[304,399,442],[118,119,399,442],[57,62,94,399,442],[399,409,413,442,485],[399,409,442,474,485],[399,404,442],[399,406,409,442,482,485],[399,442,462,482],[399,404,442,492],[399,406,409,442,462,485],[399,401,402,405,408,442,454,474,485],[399,409,416,442],[399,401,407,442],[399,409,430,431,442],[399,405,409,442,477,485,492],[399,430,442,492],[399,403,404,442,492],[399,409,442],[399,403,404,405,406,407,408,409,410,411,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,431,432,433,434,435,436,442],[399,409,424,442],[399,409,416,417,442],[399,407,409,417,418,442],[399,408,442],[399,401,404,409,442],[399,409,413,417,418,442],[399,413,442],[399,407,409,412,442,485],[399,401,406,409,416,442],[399,442,474],[399,404,409,430,442,490,492],[52,56,399,442],[56,399,442],[57,59,60,61,62,95,399,442],[47,58,62,63,399,442],[47,57,62,95,399,442],[47,57,62,95,116,399,442],[47,399,442],[47,57,62,65,66,95,103,116,381,382,383,384,385,386,399,442],[47,57,62,64,95,105,106,115,117,387,388,389,390,391,392,399,442]],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"9e8ca8ed051c2697578c023d9c29d6df689a083561feba5c14aedee895853999","affectsGlobalScope":true,"impliedFormat":1},{"version":"69e65d976bf166ce4a9e6f6c18f94d2424bf116e90837ace179610dbccad9b42","affectsGlobalScope":true,"impliedFormat":1},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"45d8ccb3dfd57355eb29749919142d4321a0aa4df6acdfc54e30433d7176600a","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1a94697425a99354df73d9c8291e2ecd4dddd370aed4023c2d6dee6cccb32666","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3f9fc0ec0b96a9e642f11eda09c0be83a61c7b336977f8b9fdb1e9788e925fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},{"version":"a7e9e5bb507146e1c06aae94b548c9227d41f2c773da5fbb152388558710bae2","impliedFormat":1},{"version":"87141a0e8e193478dc3f1c33d380d899acd2df86a4e119e774df0156204d88cc","impliedFormat":1},{"version":"9d16476349353974716bd2ad745830d0542c18c9edad4566d77ccd9d61c6cfb2","impliedFormat":1},{"version":"54649e43b17e9530fc8bb7810aaf55c52808e84343f2f320a0f35012ac636b5a","impliedFormat":1},{"version":"cf76e2f59b26aea7c923015783083b4820d6c0d85cda2fec3a0f232aabfc56c3","impliedFormat":1},{"version":"ae4b6f723332eb8a17ae180b46c94779969a8f4851607601137c2cc511799d1c","impliedFormat":1},{"version":"cc369af003d2b21a6702b674a244dd0ddf25cd6863592b29b0bf321200d53876","affectsGlobalScope":true,"impliedFormat":1},{"version":"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","impliedFormat":1},{"version":"a9b8b44f5fc33c3590dbd01e3523cc150e53fb4785e5523707c82fd745000cdb","impliedFormat":1},{"version":"c0191592be8eb7906f99ac4b8798d80a585b94001ea1a5f50d6ce5b0d13a5c62","impliedFormat":1},{"version":"94f27b86d2cf21be98a4cae4386fc89fcf839f9e3299c0bc51a666eb2f315967","impliedFormat":99},{"version":"860302a48c9f993a2c39a3225128c6007d764e88e8002bf5f9ba9932a704888c","affectsGlobalScope":true,"impliedFormat":1},{"version":"3b4ae0ab5a4865c88090b347baf17f3b714095c54495f4ae238facda1f011970","impliedFormat":99},{"version":"07bb8813b9ece32d7c28edfd307942fa3c1031f7ac4303bbe8ec08243f83ce1e","impliedFormat":99},{"version":"958988e47b0b3b1738022605aa06ca5e7b63754c38422eb7fdb353dbb26e973a","affectsGlobalScope":true,"impliedFormat":99},{"version":"0598ed31bcabae2b120a8f8ee15debc5d95051edbe74f322986495ede97741a7","impliedFormat":99},"65447cf128c3558829e9599340ca15f26853a5b50cfd4c5795f13d9b1a988f83","fb483ade6b12ebdfdc5297322b71c14b1d2e0e66908ac2fcf5e4c800a4703041","83109f69922d1b6a3d1f5f261c260e65edb42c8f699f2dfa60fe9aaf693c52ec",{"version":"8485b0157c48d35f34ca740db417a3a4f4dbc2e6c57548c6e49d7a915f502a9a","impliedFormat":1},{"version":"1d6437e078cd9b603686d0f43166fe47a125dbc0f2128db52e83d88b9109a1bf","impliedFormat":1},{"version":"b127ee700a7b8c8f71d845066599b3035ef3b91baacfb2c61fbed97e0266e0ba","impliedFormat":1},{"version":"0ba82507666b11a03035d4258d6a859184756226ef531b467dd1c24af696732a","impliedFormat":1},{"version":"7acc9ed327ad616f02d21964f78eecefd0d0ed129278c1146c5d628f86d53c0b","impliedFormat":1},{"version":"faf9680c348be133d1deebf9b65f0d527013f12bd52cfc1dfa91cf140a105c79","impliedFormat":1},{"version":"14acf43590867a1a2f2062fb9b7a653fc9c57c4bd57259c2da5726824d5260b2","impliedFormat":1},{"version":"76c27fb80a054bfe00a35a4f110e61dc3a779f24533185d56972d0d147b4b8a6","impliedFormat":1},{"version":"142b0f0a249d7d079499188da64d96fa19d6fc07fe1df08e9646a64b4595b285","impliedFormat":1},{"version":"e8f05c7da3d25e425ab4574b27013510d1def0634f874f0f426de11bbc28b374","impliedFormat":1},{"version":"3de5f6322afc88520465168ee8c3fba8deebf799d2f23f578b06bc58c5f72c4c","impliedFormat":1},{"version":"d1915b36d0d493cadf44d7c5c9c9d36046e3f8232d6b1efe94ef16fafc00609e","impliedFormat":1},{"version":"50fd4d2807cb79227f4095f5e7c2f28aab61194674333552011b4dcb6a375627","impliedFormat":1},{"version":"e6e1bf9f5c99fea4880f063c3633ffbf86ed67916aec58e4c0039cf3de21cf94","impliedFormat":1},{"version":"f592fabae5256ca8b26d378ced889dab0002e86c015f6722ddc16ada7920da73","impliedFormat":1},{"version":"3f3c09b341868e3afb47cc8d40522844b8b38b3800df84e49f956329023901b3","impliedFormat":99},{"version":"754f57b4dc2d7655170083c20462cc341363525acf7c50a98247ff580215db29","impliedFormat":1},{"version":"9332058df8bddf25ee876afe897945398288efcf2601fe10ec0933daf193403c","impliedFormat":99},{"version":"4863ea2b16fd36993caca2386f5ff54fc5b5a61cdeae6f8cd2a7478004f85219","impliedFormat":99},{"version":"e7ebbab2bbe8b71def64ed4e01150edb3b62a76d39b023e869fd9bdd6b200c5a","impliedFormat":99},{"version":"a7f18e9fc04caafcbcfa7aebaeba5901834725342bf63c0c049fa5abf8678de6","impliedFormat":99},{"version":"c59b35ceb913908b2e9f5707900821cc75fe23ed86f3cfe1db4251a01e849049","impliedFormat":99},{"version":"8c638e8c6a17fbbf0a8d69ac3225890226141f195e2594eefc3e46ebb4fa687f","impliedFormat":99},{"version":"991949df86e1e91540f09aebf5858e031e8da7322d112d1481a1923a54d03c93","impliedFormat":99},{"version":"77f169ebecefa6777c54929d289a1c0bca0a2e5963fd50222c406742fb02c79e","impliedFormat":99},{"version":"5b2134a0c557fe316e81eca4074eb375ee11bd8d6ac46d75250064206636bfee","impliedFormat":99},{"version":"b6d26e1e724c76de3eff23202def92b79076e477b311b5a3ef00ef6a9cf72197","impliedFormat":99},{"version":"52f5c39e78a90c1d8ed7db18f39d890b2e8464a3f44d4233617893f6648e317d","impliedFormat":1},{"version":"2a0155d52e14f5b39d17903e42eb5ce36701f5ef650569711b659707b68514a2","impliedFormat":1},{"version":"2a3ade7b859743b41cf9da1715c0f75ae565ca7a3c69772416f8bb096cf693e0","impliedFormat":1},{"version":"ec0f3c29504089c731b5bad7183a98499b8b5f3056bf59dc931cf2e1421e84c6","impliedFormat":1},{"version":"59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","impliedFormat":1},{"version":"9ff956a2cc02f36e1722b3538f2236e780af7015e3c755a7d8f14fc810dca7a3","impliedFormat":1},{"version":"43cede46f4a6798fd043f5498302507310399bc43e8e2195c19508621b2275cd","impliedFormat":1},{"version":"29fb3b02c7db16dfd9fbf00dea4570688587c7f2c34e2184049f21afa3c1d7c7","impliedFormat":1},{"version":"40e9aaa923bacffacfcd4b619b862c023245f03c67df28c49515bccd26e5f9a0","impliedFormat":1},{"version":"66bafa2e2449ba38e90d42c2e392af8ca7f36054fe5c1ad5091044a3b352aa71","impliedFormat":1},{"version":"e4b8db62f3e69aecb4ffdad509ec3c2182a419ddde3831369bd36fe0725c95c5","impliedFormat":1},{"version":"bfafff327da19e437c93572e2006faeac5d23c7673ef9cdf5caea6c77e04cfd1","impliedFormat":1},{"version":"eb7a4d3b23600ac8d2651739e7cd676aab67d101210c1b9dc70b55bc6e2c4e9b","impliedFormat":1},{"version":"54847d8d7e1334036d3020320d28ce8de9864233192cbf1d096e27f0f3aa29c0","impliedFormat":1},{"version":"4c1ab6bf650ef18b9e7fd5eeb2364a804c73c857f2c1c85913b1869fb9124d19","impliedFormat":1},{"version":"2677173da1ef73698b79ace9c876fd3aaba296aae23b45b45bef875cc3349046","impliedFormat":1},{"version":"0442e0dfcb2e3a290c0dbccf090e6b279479d9d81a9ab07a59099f868c2f09b7","impliedFormat":1},{"version":"80e2f52914667ccd7d5a0ca85b2d42a9952aaca7bfed0bf38e24e40e19f0cae7","impliedFormat":1},{"version":"ef2ea2a3a9754287fe0969bc8a824614947b569497c556a735b531b480be1510","impliedFormat":1},{"version":"025fa1f8554bed80ad37b86b62086ea70715f64015105c3dd55e842c3d3c39ab","impliedFormat":1},{"version":"be0cd6e4bf2eb61f72a20f13b8e0d5342929d73817207d48a76bd712b64ce971","impliedFormat":1},{"version":"63d99e92436d5add5e16ddb10af5c09f86f40215d7a263a150f83eba43ad57fe","impliedFormat":1},"8d127db163a05e78c164d528154dace7231c90d20f8e70f90a2fbe86be080b8d","5fe51f74e0b91fd33b6716bf7a41b0d0d58fdfebd3424dc31936a06369c30757",{"version":"f4e8f4151c3490cf7b68c685aabe901cbab19f962aaa2f118a97550e22689a76","impliedFormat":1},{"version":"799003c0ab928582fca04977f47b8d85b43a8de610f4eef0ad2d069fbb9f9399","impliedFormat":1},{"version":"d998eea476c695d8e4ff9d007d5b46d49ca2ffa052f74dc20ca516425abd57b1","impliedFormat":1},{"version":"a0bd46d587005aad4819980f6cf2dbcd80ebf584ed1a946202326a27158ba70e","impliedFormat":1},{"version":"07fcbb61a71bd69a92a5bbde69e60654666cf966b5675c2010c3bf9f436f056a","impliedFormat":1},{"version":"88b2eb23d36692162f2bf1e50577ebcde26de017260473e03ed9a0e61e2726a4","impliedFormat":1},{"version":"23ffbd8c0e20a697d2ea5a0cf7513fb6e42c955a7648f021da12541728f62182","impliedFormat":1},{"version":"43fba5fc019a4ce721a6f53ddb97fdc34c55049cfb793bc544d5c864ee5560b9","impliedFormat":1},{"version":"f4e12292c9a7663a13d152195019711c427c552eb0fa02705e0f61370cd5547a","impliedFormat":1},{"version":"c127ebf14d1b59d1604865008fb072865c5ca52277621f566092fe1f42ce0954","impliedFormat":1},{"version":"def638da26d84825a312113a20649d3086861de7c06a18ea13121278702976fd","impliedFormat":1},{"version":"fbaf86f8ba11298dea2727ce0da84b4ab6ae6c265e1919d44aff7d9b2bbc578a","impliedFormat":1},{"version":"c1010caaeaca8e420c6e040c2e822dbe18702459c93a7d2d5de38597d477b8cd","impliedFormat":1},{"version":"e1f0d8392efd9d71f2644eb97d3f33d90827e30ea8051d93b6f92bb11dff520a","impliedFormat":1},{"version":"085211167559ca307d4053bb8d2298d5ad83cbc3d2ae9bb4c8435a4cabf59369","impliedFormat":1},{"version":"55fc49198d8a85a73cdb79e596d9381cfdc9de93c32c77d42e661c1c1e7268ef","impliedFormat":1},{"version":"6a53fb3df8dd32ed1a65502ca30aeae19cfe80990e78ba68162d6cb2a7fed129","impliedFormat":1},{"version":"b5dcc18d7902597a5584a43c1146ca4fe0295ceb5125f724c1348f6a851dd6ed","impliedFormat":1},{"version":"0c6b0f3fbe6eb6a3805170b3766a341118c92ed7b6d1f193b9f35aa82f594846","impliedFormat":1},{"version":"60eaadb36cf157c5cae9c40e84fa367d04f52a150db3920dbe35139780739143","impliedFormat":1},{"version":"4680a32b1098c49dc87881329af1e68af9af94e051e1b9e19fed555a786f6ce6","impliedFormat":1},{"version":"89fcd129ec37f321cddcdb6b258ffe562de4281e90ec3ccbe7c1199ba39359ca","impliedFormat":1},{"version":"4313011f692861c2c1f5205d7f9a473e763adab6444f9853b96937b187fb19f7","impliedFormat":1},{"version":"caa57157e7bdb8d5f1efe56826fb84a6c8f22a1927bba7fa21fd54e2a44ccba2","impliedFormat":1},{"version":"6b74700abfe4a9b88be957fd8e373cfd998efb1a5f6ad122da49a92997e183ad","impliedFormat":1},{"version":"9ef1342f193bd8bae86c64e450c3ac468ef08652110355e1f3cdd45362eb95c4","impliedFormat":1},{"version":"6853c91662c36a2bf4c8371a87177c819007c76a23c293ef3f686ce9157ae4c8","impliedFormat":1},{"version":"9be1c5dabce43380d13fc621100676b03d420b5687b08d1288f479bee68ab7a8","impliedFormat":1},{"version":"8996d218010896712678e6a0337d8ef8b81c1066ab76f637dd8253f0d6ff838d","impliedFormat":1},{"version":"a15603bf387fc45defe28a68f405a6c29105e135c4e8538eeb6d0a1ef5b69a81","impliedFormat":1},{"version":"84e2532e4d42949a2775cdd8bb7b2b97370dd6ddb683d0c199b21bf6978b152d","impliedFormat":1},{"version":"22bf5f19f620db3b8392cfece44bdd587cdbed80ba39c88a53697d427135bf37","impliedFormat":1},{"version":"23ebbd8d484d07e1c1d8783169c20570ed8409966b28f6be6cf8e970d76ef491","impliedFormat":1},{"version":"18b6fa2c778cad6489f2febf76433453f5e2432ec3535f2d45ae7d803b93cc17","impliedFormat":1},{"version":"609d0d7419999cf44529e6ba687e2944b2fc7ad2570d278fd4e6b1683c075149","impliedFormat":1},{"version":"249cf421b8878a3fe948d9c02f6b0bae65491b3bb974c2ffc612341406fa78ff","impliedFormat":1},{"version":"b4aa22522d653428c8148ddbf1dcc1fb3a3471e15eb1964429a67c390d8c7f38","impliedFormat":1},{"version":"30b2cee905b1848b61c7d28082ebfa2675dd5545c0d25d1c093ce21a905cdccc","impliedFormat":1},{"version":"0a2a2eed4137368735205de97c245f2a685af1a7f1bf8d636b918a0ee4ff4326","impliedFormat":1},{"version":"69f342ce86706aa2835a62898e93ea7a1f21b1d89c70845da69371441bb6cd56","impliedFormat":1},{"version":"b5ab4282affcfd860dd1cc3201653f591509a586d110f8e5b1b010508ba79b2c","impliedFormat":1},{"version":"d396233f6cd3edf0d33c2fbfc84ded029c3ea4a05af3c94d09d31a367cced111","impliedFormat":1},{"version":"bc41a726c817624a5136ae893d7aac7c4dc93c771e8d243a670324bccf39b02b","impliedFormat":1},{"version":"710728600e4b3197f834c4dd1956443be787d2e647a72f190bf6519f235aaadd","impliedFormat":1},{"version":"a45097e01ef30ba26640fed365376ab3ccd5faf97d03f20daff3355a7e60286a","impliedFormat":1},{"version":"763cbb7c22199f43fd5c2b1566af5ba96bf7366f125dd31a038a2291cbc89254","impliedFormat":1},{"version":"031933bf279b7563e11100b5e1746397caf3a278596796a87bc0db23cf68dc9e","impliedFormat":1},{"version":"a4a54c1f58fc6e25a82e2c0f651bf680058bd7f72cfb2d43b85ee0ab5fe2e87e","impliedFormat":1},{"version":"9613d789b6f1037f2523a8f70e1b736f1da4566b470593da062be5c9e13dac57","impliedFormat":1},{"version":"0d2a320763a0c9c71493f8f1069971018c8720a6e7e5a8f10c26b6de79aa2f7d","impliedFormat":1},{"version":"817e0df27a237a268dc16e5acffc19f9a74467093af7a0ba164ee927007a4d25","impliedFormat":1},{"version":"43102521b5ca50ff1865188c3c60790feaed94dc9262b25d4adec4dbc76f9035","impliedFormat":1},{"version":"f99947f8d873b960b0115e506ef9c43f4e40c2071b1d20375564538af4a6023b","impliedFormat":1},{"version":"c1e5ad5ca89d18d2a36d25e8ec105623648cf35615825e202c7d8295a49d61ab","impliedFormat":1},{"version":"2b6c9cb81da4e0a2e32a58230e8c0dec49fc5b345efb7f7a3648b98956be4b13","impliedFormat":1},{"version":"99e34af3ede50062dcc826a1c3ce2d45562060dfd0f29f8066381a6ef548bf2a","impliedFormat":1},{"version":"49f5c2a23ea5fc4b2cdb4426f09d1c8b83f8409fa2af13ef38845cc9b9d4bc3d","impliedFormat":1},{"version":"e935227675144b64ecde3489e4a5e242eeb25fdd6b7464b8c21ad1f7a0faa88b","impliedFormat":1},{"version":"b42e6bbe88dc79c2d6dc5605fb9c15184e70f64bdd7b8d4069b802b90ce86df6","impliedFormat":1},{"version":"b9cd712399fdc00fdae07e96c9b39c3cb311e2a8a5425f1bd583f13cab35e44b","impliedFormat":1},{"version":"5a978550ae131b7fef441d67372fd972abab98ea9fdb9fa266e8bdc89edcb8d6","impliedFormat":1},{"version":"4f287919cfc1d26420db9f0457cd5c8780b1ef0a9f949570936abe48d3a43d91","impliedFormat":1},{"version":"496b23b2fd07e614bc01d90dd4388996cb18cd5f3a612d98201e9f683e58ad2e","impliedFormat":1},{"version":"dcfbe42824f37c5fb6dc7b9427ef2500791ec0d30825ecb614f15b8d5bf5a667","impliedFormat":1},{"version":"390124ad2361b46bf01851d25e331cd7eed355d04451d8b2a4aa985c9de4f8ce","impliedFormat":1},{"version":"14d94f17772c3a58eda01b6603490983d845ee2012cd643f7497b4e22566aacb","impliedFormat":1},{"version":"03ef2386c683707ce741a1c30cb126e8c51a908aa0acc01c3471fafb9baaacd5","impliedFormat":1},{"version":"66a372e03c41d2d5e920df5282dadcec2acae4c629cb51cab850825d2a144cea","impliedFormat":1},{"version":"5b48ba9a30a93176a93c87f9e0abf26a9df457eeb808928009439ca578b56f27","impliedFormat":1},{"version":"4707625392316d3c16edbd0716f4ac310e8ff5d346d58f4d01a2b7e0533a23df","impliedFormat":1},{"version":"154d58a4b2d9c552dc864ea39c223d66efd0ed2dd8b55bd13db5225d14322915","impliedFormat":1},{"version":"6a830433fa072931b4ea3eb9aa5fa7d283f470080586a27bfe69837a0f12de9a","impliedFormat":1},{"version":"d25e930e181f4f69b2b128514538f2abb54ef1d48a046ad776ac6f1cda885a72","impliedFormat":1},{"version":"0259b4c21bc93b52ca82c755f97fc90481072bcc44a8010131b2ea7326cf03fe","impliedFormat":1},{"version":"bea43a13a1104a640da0cb049db85c6993f484a6cc03660496b97824719ecc91","impliedFormat":1},{"version":"0224239d61fe66d4900544d912b2e11c2cca24b4707d53fdb94b874a01e29f48","impliedFormat":1},{"version":"2bce8fd2d16a9432110bbe0ba1e663fd02f7d8b8968cd10178ea7bc306c4a5df","impliedFormat":1},{"version":"9c4ad63738346873d685e5c086acbf41199e7022eff5b72bb668931e9ca42404","impliedFormat":1},{"version":"cfb6329bf8ce324e83fe4bbdee537d866a0d5328246f149a0958b75d033de409","impliedFormat":1},{"version":"efc3816f19ea87a7050c84271ea3d3aad9631a517c168013c4f4b6724c287ce0","impliedFormat":1},{"version":"f99f6737336140047e8dd4ade3859f08331aa4b17bc2bd5f156a25c54e0febbc","impliedFormat":1},{"version":"12a2b25c7c9c05c8994adf193e65749926acfcc076381f7166c2f709a97bdf0a","impliedFormat":1},{"version":"0f93a3fdd517c1e45218cd0027c1d6b82237e379dc6b66d693aab1fe74c82e81","impliedFormat":1},{"version":"03c753da0bee80ad0d0f1819b9b42dfe9bf9f436664caf15325aa426246fd891","impliedFormat":1},{"version":"18f5bf1dae429c451f20171427c9e3223fade4346af4dfd817725cbeb247a09d","impliedFormat":1},{"version":"a4eece5fab202e840dd84f7239e511017a8162edb8fc8b54ff2851c5c844125c","impliedFormat":1},{"version":"c4a94af483a63bf947d89f97553a55df5107c605ec8a26f0b9b8bdcc14bd6d89","impliedFormat":1},{"version":"19de2915ccebc0a1482c2337b34cb178d446def2493bf775c4018a4ea355adb8","impliedFormat":1},{"version":"9be8fc03c8b5392cd17d40fd61063d73f08d0ee3457ecf075dcb3768ae1427bd","impliedFormat":1},{"version":"3b568b63f0e8b3873629a4d7a918dce4266ad41461004ab979f8dcdfd13532bb","impliedFormat":1},{"version":"a5e5223c775fe30d606b8aaa521953c925d5ad176a531c2b69437d2461aaabbd","impliedFormat":1},{"version":"8cbf41d2d1ce8ac2066783ae00613c33feef07493796f638e30beaf892e4354a","impliedFormat":1},{"version":"e22ad737718160df198cd428f18da707177d0467934cecdeed4be6e067b0c619","impliedFormat":1},{"version":"15bf5ed8cb7c1a1e1db53fa9b45bc1a1c73c0497735343a8d0c59fdb596a3744","impliedFormat":1},{"version":"791fce84bce8b6948e4f23422d9cbbd7d08c74b3f91cca12dcae83d96079798b","impliedFormat":1},{"version":"8a2619c8e24305f6b9700b35af178394b995dcb28690a57a71cca87ee7e709ae","impliedFormat":1},{"version":"f95fd2fc3cc164921a891f5d6c935fa0d014a576223dd098fc64677e696b0025","impliedFormat":1},{"version":"8c9cecaaa9caba9a8caa47f46dcf24b524b27899b286d8edcc75a81b370d2ba3","impliedFormat":1},{"version":"2b7a82692ecc877c5379df9653902e23f2d0d0bc9f210ec3cf9e47be54413c5c","impliedFormat":1},{"version":"e2ad09c011cf9d7ee128875406bef787eeb504659495f42656a0098c15fe646c","impliedFormat":1},{"version":"eb518567ea6b0b2623f9a6d37c364e1b1ac9d8b508d79e558f64ac05c17e2685","impliedFormat":1},{"version":"630a48fb8f6b07161588e0aee3f9d301c59c97e1532c884118f89368baf4073b","impliedFormat":1},{"version":"14736c608aa46120f8d6d0bc5e0721b46b927bc7eba20e479600571935f27062","impliedFormat":1},{"version":"7574803692d2230db13205a7749b9c3587dccaccdf9e76f003f9e08078bb6d09","impliedFormat":1},{"version":"f3cc1588e666651c51353b1728460bee8acbc6e0f36be8c025eaaf292dca525d","impliedFormat":1},{"version":"0d4ea8a20527dcf3ad6cf1bd188b8ad4e449df174fad09b9e540ed81080af834","impliedFormat":1},{"version":"aa82876d59912d25becff5a79ed7341af04c71bfeb2221cc0417bc34531125e2","impliedFormat":1},{"version":"6f4b0389f439adc84cba35d45428668eabcfbdd351ba17e459d414ca51ab8eb8","impliedFormat":1},{"version":"d5dd33d15fbb07668c264b38065ac542a07a7650af4917727bbc09b58570e862","impliedFormat":1},{"version":"7d90202d0212e9cdc91a20bfddf04a539c89f09fe1d64db3343546fa2eb37e71","impliedFormat":1},{"version":"1a5d073c95a3a4480b17d2fa7fd41862a9df0cb2afaee86834b13649e96bdb45","impliedFormat":1},{"version":"2092495a5b3116c760527a690c4529748f2d8b126cdd5f56b2ce2230b48aba3f","impliedFormat":1},{"version":"620b29d6adbd4061bc0a8fedf145fcc8e8fc9648fb6e0a39726e33babb4e07bc","impliedFormat":1},{"version":"931eda51b5977f7f3fa7a0d9afde01cfd8b0cc1df0bb66dcf8c2cf6e7090384e","impliedFormat":1},{"version":"b084a412374bdd124048c52c4e8a82d64f3adec6c0a9ad5ecbb7317636039b0f","impliedFormat":1},{"version":"11199daa694c3ced3cc2a382a3fa7bd64e95eb40f9bbc3979fc8fb43f5ba38cc","impliedFormat":1},{"version":"2c86f279d7db3c024de0f21cd9c8c2c972972f842357016bfbbd86955723b223","impliedFormat":1},{"version":"dfb53b9d748df3e140b0fddb75f74d21d7623e800bb1f233817a1a2118d4bb24","impliedFormat":1},{"version":"8cfc293b33082003cacbf7856b8b5e2d6dd3bde46abbd575b0c935dc83af4844","impliedFormat":1},{"version":"7730c538d6d35efe95d2c0d246b1371565b13037e893178033360b4c9d2ac863","impliedFormat":1},{"version":"b256694544b0d45495942720852d9597116979d52f2b53c559fda31f635c60df","impliedFormat":1},{"version":"794e8831c68cc471671430ee0998397ea7a62c3b706b30304efdc3eaff77545a","impliedFormat":1},{"version":"9cfc1b227477e31988e3fb18d26b6988618f4a5da9b7da6bc3df7fc12fb2602e","impliedFormat":1},{"version":"264a292b6024567dd901fdabbf3239a8742bea426432cdbda4cf390b224188e1","impliedFormat":1},{"version":"f1556a28bb8e33862dcfa9da7e6f1dca0b149faf433fe6a50153ae76f3362db1","impliedFormat":1},{"version":"1d321aea1c6a77b2a44e02e5c2aeff290e3f1675ead1a86652b6d77f5fea2b32","impliedFormat":1},{"version":"4910efc2ce1f96d6e71a9e7c9437812ffae5764b33ab3831c614663f62294124","impliedFormat":1},{"version":"e3ceab51a36e8b34ab787af1a7cf02b9312b6651bac67c750579b3f05af646c1","impliedFormat":1},{"version":"baf9f145bcee1b765bed6e79fd45e1ff0ca297a81315944de81eb5d6fff2d13d","impliedFormat":1},{"version":"2afd62362b83db93cd20de22489fe4d46c6f51822069802620589a51ccad4b99","impliedFormat":1},{"version":"9f0cd9bd4ab608123b88328c78814738cbdee620f29258b89ef8cd923f07ff9c","impliedFormat":1},{"version":"801186c9e765583c825f28dab63a7ad12db5609e36dc6d9acbdc97d23888a463","impliedFormat":1},{"version":"96c515141c6135ccd6fb655fb9e3500074a9216ba956fb685dc8edc33f689594","impliedFormat":1},{"version":"416af6d65fc76c9ced6795f255cb1096c9d7947bede75b82289732b74d902784","impliedFormat":1},{"version":"a280c68b128ebba35fb044965d67895201c2f83b6b28281bb8b023ade68bf665","impliedFormat":1},{"version":"6fa118f15723b099a41d3beea98ed059bcd1b3eda708acf98c5eff0c7e88832f","impliedFormat":1},{"version":"dcbf582243e20ea50d283f28f4f64e9990b4ed4a608757e996160c63cff6aa99","impliedFormat":1},{"version":"efa432d8fd562529c4e9f859fd936676dd8fef5d3b4bedb06f754e4740056ea9","impliedFormat":1},{"version":"a59b66720b2ccf2e0150fafb49e8da8dabdf4e1be36244a4ccd92f5bd18e1e9e","impliedFormat":1},{"version":"c657fb1ec3b727d6a14a24c71ea20c41cb7d26a503e8e41b726bb919eb964534","impliedFormat":1},{"version":"50d6d3174868f6e974355bf8e8db8c8b3fcf059315282a0c359ecf799d95514a","impliedFormat":1},{"version":"86bf79091014a1424fc55122caa47f08622b721a4d614b97dd620e3037711541","impliedFormat":1},{"version":"7a63313dff3a57f824a926e49a7262f7bd14e0e833cf45fa5af6da25286769c2","impliedFormat":1},{"version":"36dcaeffe1a1aed1cb84d4feba32895bf442795170edccc874fa32232b2354e5","impliedFormat":1},{"version":"686c6962d04d90edafc174aa5940acb9c9db8949c8d425131c01d796cf9a3aef","impliedFormat":1},{"version":"2b1dbc3d5762d6865744b6e7be94b8b9004097698c37e93e06983e42dd8fe93b","impliedFormat":1},{"version":"eb5e8f74826bdf3a6a0644d37a0f48133f8ad0b5298cc2c574102868542ba4eb","impliedFormat":1},{"version":"c6a82a9673ba517cf04dd0803513257d0adf101aed2e3b162a54d840c9a1a3b2","impliedFormat":1},{"version":"fc9f0f415abaa323efcecc4a4e0b6763bfe576e32043546d44f1de6541b6399b","impliedFormat":1},{"version":"2c4d772ac7ac56a44deef82903364eb7c78dd7bc997701123df0ce4639fe39bb","impliedFormat":1},{"version":"9369ef11eed17c1c223fdea9c0fa39e83f3722914ef390b1448db3d71620c93a","impliedFormat":1},{"version":"aa84130dbc9049bba6095f87932138698f53259b642635f6c9e92dd0ddc7512c","impliedFormat":1},{"version":"084ceadd21efabd4b58667dca00d4f644306099151d2ee18cd28a395855b8009","impliedFormat":1},{"version":"b9503e29f06c99b352b7cae052da19e3599fa42899509d32b23a27c9bb5bebf6","impliedFormat":1},{"version":"75188920fe6ccc14070fe9a65c036049f1141d968c627b623d4a897ec3587e15","impliedFormat":1},{"version":"e2e1df7f45013d2b34f8d08e6ae5a9339724b0ea251b5445fcca3e170e640105","impliedFormat":1},{"version":"af06feb5d18a6ea11c088b683bdb571800d1f76b98d848eecdf41e5ec8f317fd","impliedFormat":1},{"version":"0596af52b95e0c8adc2c07f49f109d746b164739c5866fa8bb394dd6329a3725","impliedFormat":1},{"version":"c3365d08fe7a1ccc3b8e8638edc30123007f3241b4604e2585b9f14422ab97d8","impliedFormat":1},{"version":"a7a3d96b04bb0ec8cb7d2669767c4756f97dd70d08548f9e6522dde4de8e8a03","impliedFormat":1},{"version":"745e960e885a4ba04c872225cbb44bd67a7490d169ceaefab7c0dfc444768676","impliedFormat":1},{"version":"0b1ce1768cde3535493a9daf99e3bbb8c7dcc3a7f9d8cd358cb846af71ce5cdf","impliedFormat":1},{"version":"48b9603f6e8a7c94b727277592a089f94261baa64e6c9d18165da0481663a69e","impliedFormat":1},{"version":"3c20a3bb0c50c819419f44aa55acc58476dad4754a16884cef06012d02b0722f","impliedFormat":1},{"version":"4dc64902cb86e677a928293593658fbf53388f9a30d2b934140c70a7267b07ec","impliedFormat":1},{"version":"cb4fd56539a61d163ea9befe6b0292c32aa68a104c1f68f61416f1bc769bcfba","impliedFormat":1},{"version":"0d852bdc2b72b22393a8eebe374ee3efe3e0d44e630037b5e1b6087985388e62","impliedFormat":1},{"version":"b6c9a2deefb6a57ff68d2a38d33c34407b9939487fc9ee9f32ba3ecf2987a88a","impliedFormat":1},{"version":"f6b371377bab3018dac2bca63e27502ecbd5d06f708ad7e312658d3b5315d948","impliedFormat":1},{"version":"faa72893e85cb8ebb1dafde6b427e5204e60bb5f3ee6576bb64c01db1f255bc8","impliedFormat":1},{"version":"95b7ed47b31a6eaddcdd853ee0871f2bb61e39ce36a01d03dfafb83766f6c10c","impliedFormat":1},{"version":"19287d6b76288c2814f1633bdd68d2b76748757ffd355e73e41151644e4773d6","impliedFormat":1},{"version":"fc4e6ec7dade5f9d422b153c5d8f6ad074bd9cc4e280415b7dc58fb5c52b5df1","impliedFormat":1},{"version":"3aea973106e1184db82d8880f0ca134388b6cbc420f7309d1c8947b842886349","impliedFormat":1},{"version":"765e278c464923da94dda7c2b281ece92f58981642421ae097862effe2bd30fa","impliedFormat":1},{"version":"de260bed7f7d25593f59e859bd7c7f8c6e6bb87e8686a0fcafa3774cb5ca02d8","impliedFormat":1},{"version":"d95c4eaad4df9e564859f0c74a177fa0b2e5f8a155939b52580566ab6b311c3f","impliedFormat":1},{"version":"7192a6d17bfa06e83ba14287907b7c671bef9b7111c146f59c6ea753cfc736b9","impliedFormat":1},{"version":"5156d3d392db5d77e1e2f3ea723c0a8bd3ca8acffe3b754b10c84b12f55a6e10","impliedFormat":1},{"version":"a6494e7833ee04386a9f0c686726f7cb05f52f6e069d9293475ccb1e791ee0da","impliedFormat":1},{"version":"d9af0c89a310256851238f509a22aa1071a464d35dc22ea8c2a0bae42dd81bc5","impliedFormat":1},{"version":"291642a66e55e6ca38b029bc6921c7301f5c7b7acf21ae588a5f352e6c1f6d58","impliedFormat":1},{"version":"43cd7c37298b051d1ce0307d94105bcd792c6c7e017282c9d13f1097c27408e8","impliedFormat":1},{"version":"e00d8cce6e2e627654e49c543b582568ad0bf27c1d4ad1018d26aff78d7599df","impliedFormat":1},{"version":"ed13354f0d96fb6d5878655b1fead51722b54875e91d5e53ef16de5b71a0e278","impliedFormat":1},{"version":"fcb934d0fcdee06a8571bd90aa3a63aa288c784b3ebcecfe7ae90d3104d321f4","impliedFormat":1},{"version":"af682dfabe85688289b420d939020a10eb61f0120e393d53c127f1968b3e9f66","impliedFormat":1},{"version":"0dca04006bf13f72240c6a6a502df9c0b49c41c3cab2be75e81e9b592dcd4ea8","impliedFormat":1},{"version":"7dc0b5e3d7be8e1f451f0545448c2eaa02683f230797d24434b36f9820d5a641","impliedFormat":1},{"version":"247af61cdc3f4ec7876b9e993a2ecdd069e10934ff790c9cee5811842bff49eb","impliedFormat":1},{"version":"4be8c2c63d5cd1381081d90021ddfaef106881df4129eddeeaba906f2d0f75d0","impliedFormat":1},{"version":"012f621d6eb28172afb1b2dc23898d8bc74cf35a6d76b63e5581aa8e50fa71b3","impliedFormat":1},{"version":"3a561fa91097e4580c5349ce72e69d247c31c11d29f39e1d0bd3716042ff2c0b","impliedFormat":1},{"version":"bc9981a79dda3badea61d716d368a280c370267e900f43321f828495f4fef23c","impliedFormat":1},{"version":"2ed3b93d55aea416d7be8d49fe25016430caab0fe64c87d641e4c2c551130d17","impliedFormat":1},{"version":"3d66dfc31dd26092c3663d9623b6fc5cec90878606941a19e2b884c4eacd1a24","impliedFormat":1},{"version":"6916c678060af14a8ce8d78a1929d84184e9507fba7ab75142c1bcb646e1c789","impliedFormat":1},{"version":"3eea74afae095028597b3954bde69390f568afc66d457f64fff56e416ea47811","impliedFormat":1},{"version":"549fb2d19deb7d7cae64922918ddddf190109508cc6c7c47033478f7359556d2","impliedFormat":1},{"version":"e7023afc677a74f03f8ccb567532fe9eedd1f5241ee74be7b75ac2336514f6f6","impliedFormat":1},{"version":"ff55505622eac7d104b9ab9570f4cc67166ba47dd8f3badfb85605d55dd6bdc9","impliedFormat":1},{"version":"102fac015b1eebfa13305cb90fd91a4f0bbcabb10f2343556b3483bbb0a04b62","impliedFormat":1},{"version":"18a1f4493f2dbad5fd4f7d9bfba683c98cf5ed5a4fa704fa0d9884e3876e2446","impliedFormat":1},{"version":"f57e6707d035ab89a03797d34faef37deefd3dd90aa17d90de2f33dce46a2c56","impliedFormat":1},{"version":"cc8b559b2cf9380ca72922c64576a43f000275c72042b2af2415ce0fb88d7077","impliedFormat":1},{"version":"1a337ca294c428ba8f2eb01e887b28d080ee4a4307ae87e02e468b1d26af4a74","impliedFormat":1},{"version":"310fe80ff40a158c2de408efbe9de11e249c53d2de5e33ca32798e6f3fbc8822","impliedFormat":1},{"version":"d6ce96c7bb34945c1d444101f44e0f8ba0bba8ab7587a6cc009a9934b538c335","impliedFormat":1},{"version":"1b10a2715917601939a9288d49beccd45b591723256495b229569cd67bbe48a8","impliedFormat":1},{"version":"7498dfdeed2e003ec49cdf726ff6c293002d1d7fdadbc398ce8aafe6d0688de7","impliedFormat":1},{"version":"8492306a4864a1dc6fc7e0cc0de0ae9279cbd37f3aae3e9dc1065afcdc83dddc","impliedFormat":1},{"version":"9c86abbc4fd0248f56abc12aaecd76854517389af405d5ec2eb187fdb00a606f","impliedFormat":1},{"version":"9ffd906f14f8b059d6b95d6640920f530507e596e548f7a595da58ab66e3ce76","impliedFormat":1},{"version":"1884bccc10ce40adca470c2c371c1c938b36824f169c56f7f43d860416ca0a4c","impliedFormat":1},{"version":"986b55b4f920c99d77c1845f2542df6f746cb5adc9ab93eb1545a7e6ef37590d","impliedFormat":1},{"version":"cd00906068b81fbd8a22d021580ac505e272844408174520fafed0ae00627a5d","impliedFormat":1},{"version":"69fab68a769c17a52a24b868aeb644f3ee14abaa5064115f575ddd59231105ce","impliedFormat":1},{"version":"e181eb86b2caf80fe18c72efce6b913bc226e4a69a5456eaf4f859f1c29c6fd6","impliedFormat":1},{"version":"93f7871380478bc6acf02ad9f3dc7da0c21997caebbe782eb93a11b7bd06a46d","impliedFormat":1},{"version":"d00279ab020713264f570d5181c89ca362b7de8abddf96733de86bce0eca082c","impliedFormat":1},{"version":"f7db473f1d5d2a124f14886ac9dbfeccfbb94a98bbe1610a47c30c2933afa279","impliedFormat":1},{"version":"f44cf6c6d608ef925831e550b19841b5d71bd87195bd346604ff05644fb0d29c","impliedFormat":1},{"version":"154f23902d7a3fcdace4c20b654da7355fee4b7f807d1f77d6c9a24a8756013a","impliedFormat":1},{"version":"562f4f3c75a497d3ad7709381f850bb8c7646a9c6e94fdf8e91928e23d155411","impliedFormat":1},{"version":"4583380b676ee59b70a9696b42acfa986cd5f32430f37672e04f31f40b05df74","impliedFormat":1},{"version":"ad0a13f35a0d88803979f8ea9050ad7441e09d21a509abf2f303e18c1267af17","impliedFormat":1},{"version":"ba9781c718ab3d09cbde1216029072698d2da6135f0d2f856ba387d6caceb13e","impliedFormat":1},{"version":"d7c597c14698ba5fc8010076afa426f029b2d8edabb5073270c070cc645ba638","impliedFormat":1},{"version":"bd2afc69cf1d85cd950a99813bc7eff007d8afa496e7c2142a845cd1181d0474","impliedFormat":1},{"version":"558b462b23ea186d094dbff158d652acd58c0988c9fd53af81a8903412aa5901","impliedFormat":1},{"version":"0e984ae642a15973d652fd7b0d2712a284787d0d7a1db99aa49af0121e47f1df","impliedFormat":1},{"version":"0ad53ee208a23eef2a5cb3d85f2a9dc1019fd5e69179c4b0c02dc56c40d611c4","impliedFormat":1},{"version":"7a6898b26947bd356f33f4efef3eb23e61174d85dca19f41a8780d6bb4bfb405","impliedFormat":1},{"version":"9fe30349d26f34e85209fb06340bac34177f7eae3d6bb69dc12cd179d2c13ddf","impliedFormat":1},{"version":"d568c51d2c4360fd407445e39f4d86891dba04083402602bf5f24fd3969cacbb","impliedFormat":1},{"version":"b2483a924349ec835f4d778dd6787447a2f8bfbb651164851bff29d5b3d990a6","impliedFormat":1},{"version":"aae66889332cff4b2f7586c5c8758abc394d8d1c48f9b04b0c257e58f629d285","impliedFormat":1},{"version":"0f86c85130c64d6dbe6a9090bb3df71c4b0987bce4a08afe1ac4ece597655b9c","impliedFormat":1},{"version":"0ce28ad2671baed24517e1c1f4f2a986029137635bce788ee8fb542f002ac5b8","impliedFormat":1},{"version":"cd12e4fe77d24db98d66049360a4269299bcfb9dc3a1b47078ab1b4afac394cb","impliedFormat":1},{"version":"1589e5ac394b2b2e64264da3e1798d0e103b4f408f5bae1527d9e706f98269c7","impliedFormat":1},{"version":"ff8181aa0fde5ec2d737aecc5ebaa9e881379041f13e5ce1745620e17f78dcf9","impliedFormat":1},{"version":"0b2e54504b568c08df1e7db11c105786742866ba51e20486ab9b2286637d268f","impliedFormat":1},{"version":"bc1ffc3a2dca8ee715571739be3ec74d079e60505e1d0d2446e4978f6c75ba5c","impliedFormat":1},{"version":"770a40373470dff27b3f7022937ea2668a0854d7977c9d22073e1c62af537727","impliedFormat":1},{"version":"a0f8ce72cb02247a112ce4a2fa0f122478a8e99c90a5e6b676b41a68b1891ad2","impliedFormat":1},{"version":"6e957ea18b2bf951cf3995d115ad9bfa439e8d891aeb1afc901d793202c0b90d","impliedFormat":1},{"version":"a1c65bd78725f9172b5846c3c58ddf4bcbb43a30ab19e951f0102552fbfd3d5d","impliedFormat":1},{"version":"04718c7325e7df4bac9a6d026a0a2bd5a8b54501f274aaf93a03b5d1d0635bd1","impliedFormat":1},{"version":"405205f932d4e0ce688a380fa3150b1c7ff60e7fc89909e11a33eab7af240edb","impliedFormat":1},{"version":"566fc1a6616a522f8b45082032a33e6d37ff7df3f7d4d63c3cce9017d0345178","impliedFormat":1},{"version":"3b699b08db04559803b85aa0809748e61427b3d831f77834b8206e9f2ed20c93","impliedFormat":1},{"version":"b27242dd3af2a5548d0c7231db7da63d6373636d6c4e72d9b616adaa2acef7e1","impliedFormat":1},{"version":"e0ee7ba0571b83c53a3d6ec761cf391e7128d8f8f590f8832c28661b73c21b68","impliedFormat":1},{"version":"072bfd97fc61c894ef260723f43a416d49ebd8b703696f647c8322671c598873","impliedFormat":1},{"version":"e70875232f5d5528f1650dd6f5c94a5bed344ecf04bdbb998f7f78a3c1317d02","impliedFormat":1},{"version":"8e495129cb6cd8008de6f4ff8ce34fe1302a9e0dcff8d13714bd5593be3f7898","impliedFormat":1},{"version":"5a4fed1210751860a5fe0f616f1948cc04d1d1163f0cfdbb078d550d2d36a615","impliedFormat":1},{"version":"68e113ee6a36d74ea1d599b8201d06fbb24090ec2d39d3235e145751aa610d9c","impliedFormat":1},{"version":"5ba33dbef033792c5df378f079972a6130e57fe2e3a9e636c5e98570340aec14","impliedFormat":1},{"version":"ff20d5a85e9b6f3cb55da43feca5e9a13e0f9d1f8bad02b4bf75bc5092d75648","impliedFormat":1},{"version":"93f19d2cbeebf19a7333adf5b3ec744fef180c0794b0378831d6453e36fc0a89","impliedFormat":1},{"version":"cc940a2bb4a490f56c2e78e2a42ebaf08af446a7bb79314d6a1cbd36aba4ad42","impliedFormat":1},{"version":"d8ccd58aa28344641a88567270288162e93ab010bc4202a5fbacf7e04a5ee63d","impliedFormat":1},"c31891d95fac80f6ecfeb1eaf647d5c8e21b4436304053e7bf586fccf7481358","6c6ebdd0145d2d9bd289d0498ba8beeec1da47a85669fb0240720c1a37fc02be","86258ecf64d27eacf92acb4b896d886245a7325a72d9b1088e87951bf6be0959","c67a338c8d0bfa1f01abb9da2484a81975c71784bf872d83abd3ca23be28ac01","3215633258e8c976bc8d8f7b9589213e0146d08870a3e18da2739fdd4aa158b4","5712137d03036133bf83019d7d1db97bd4be7d41b80ff67cabd7113ad11a5b42","3f82ba11ea663aaccab32d33869635a169c3d2bffbedcb4d9535d900ac8d4a9e","dd24c61d2ede06e150500a610fa5ddd12ae4ccfd0e8c167800c52f9f68efe4dc","e3819e763bf1437f911c5743c9a8f284e29ecd265ae79801a8e36033498ad6a2",{"version":"1882a81e7c7794b37d1d96d495b4521c8486546c7a0f264dfe8d74bad1187589","impliedFormat":1},{"version":"47181dea9854885cd08ffc6e0a53d8a300a44450ae28b3075ef218328151d668","impliedFormat":99},"2c4315c2112af55c72ffc0b45cc3896d559ab8ae832417f243a626bbecb02bd6",{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"030e350db2525514580ed054f712ffb22d273e6bc7eddc1bb7eda1e0ba5d395e","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"613b21ccdf3be6329d56e6caa13b258c842edf8377be7bc9f014ed14cdcfc308","affectsGlobalScope":true,"impliedFormat":1},{"version":"2d1319e6b5d0efd8c5eae07eb864a00102151e8b9afddd2d45db52e9aae002c4","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"4d2b0eb911816f66abe4970898f97a2cfc902bcd743cbfa5017fad79f7ef90d8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","impliedFormat":1},{"version":"24b8685c62562f5d98615c5a0c1d05f297cf5065f15246edfe99e81ec4c0e011","impliedFormat":1},{"version":"93507c745e8f29090efb99399c3f77bec07db17acd75634249dc92f961573387","impliedFormat":1},{"version":"339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"81184fe8e67d78ac4e5374650f0892d547d665d77da2b2f544b5d84729c4a15d","affectsGlobalScope":true,"impliedFormat":1},{"version":"f52e8dacc97d71dcc96af29e49584353f9c54cb916d132e3e768d8b8129c928d","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"76103716ba397bbb61f9fa9c9090dca59f39f9047cb1352b2179c5d8e7f4e8d0","impliedFormat":1},{"version":"53eac70430b30089a3a1959d8306b0f9cfaf0de75224b68ef25243e0b5ad1ca3","affectsGlobalScope":true,"impliedFormat":1},{"version":"4314c7a11517e221f7296b46547dbc4df047115b182f544d072bdccffa57fc72","impliedFormat":1},{"version":"115971d64632ea4742b5b115fb64ed04bcaae2c3c342f13d9ba7e3f9ee39c4e7","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"46e07db372dd75edc1a26e68f16d1b7ffb34b7ab3db5cdb3e391a3604ad7bb7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"24642567d3729bcc545bacb65ee7c0db423400c7f1ef757cab25d05650064f98","impliedFormat":1},{"version":"e6f5a38687bebe43a4cef426b69d34373ef68be9a6b1538ec0a371e69f309354","impliedFormat":1},{"version":"a6bf63d17324010ca1fbf0389cab83f93389bb0b9a01dc8a346d092f65b3605f","impliedFormat":1},{"version":"e009777bef4b023a999b2e5b9a136ff2cde37dc3f77c744a02840f05b18be8ff","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"875928df2f3e9a3aed4019539a15d04ff6140a06df6cd1b2feb836d22a81eaca","affectsGlobalScope":true,"impliedFormat":1},{"version":"20b97c3368b1a63d2156deea35d03b125bb07908906eb35e0438042a3bbb3e71","impliedFormat":1},{"version":"02e73584132025781e9ffa7beef9d58ee563954c592eb563dc724ebbfb7424eb","impliedFormat":1},{"version":"ad05f01340829d96e2d85506eaab585ca7a5b20d687448d35f97e2b0855399d8","impliedFormat":1},{"version":"fa56be9b96f747e93b895d8dc2aa4fb9f0816743e6e2abb9d60705e88d4743a2","impliedFormat":1},{"version":"8257c55ff6bff6169142a35fce6811b511d857b4ae4f522cdb6ce20fd2116b2c","impliedFormat":1},{"version":"6d386bc0d7f3afa1d401afc3e00ed6b09205a354a9795196caed937494a713e6","impliedFormat":1},{"version":"3a9e5dddbd6ca9507d0c06a557535ba2224a94a2b0f3e146e8215f93b7e5b3a8","affectsGlobalScope":true,"impliedFormat":1},{"version":"94c4187083503a74f4544503b5a30e2bd7af0032dc739b0c9a7ce87f8bddc7b9","impliedFormat":1},{"version":"b1b6ee0d012aeebe11d776a155d8979730440082797695fc8e2a5c326285678f","impliedFormat":1},{"version":"45875bcae57270aeb3ebc73a5e3fb4c7b9d91d6b045f107c1d8513c28ece71c0","impliedFormat":1},{"version":"3c36ab47df4668254ccc170fc42e7d5116fd86a7e408d8dc220e559837cd2bbb","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f6abdaf8764ef01a552a958f45e795b5e79153b87ddad3af5264b86d2681b72","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"c6b4e0a02545304935ecbf7de7a8e056a31bb50939b5b321c9d50a405b5a0bba","impliedFormat":1},{"version":"4de73e132bf47437c56b1e8416c60d9d517c8ba3822e7c623b54d4300834dd37","impliedFormat":1},{"version":"e432b0e3761ca9ba734bdd41e19a75fec1454ca8e9769bfdf8b31011854cf06a","impliedFormat":1},{"version":"e1120271ebbc9952fdc7b2dd3e145560e52e06956345e6fdf91d70ca4886464f","impliedFormat":1},{"version":"15c5e91b5f08be34a78e3d976179bf5b7a9cc28dc0ef1ffebffeb3c7812a2dca","impliedFormat":1},{"version":"a8f06c2382a30b7cb89ad2dfc48fc3b2b490f3dafcd839dadc008e4e5d57031d","impliedFormat":1},{"version":"553870e516f8c772b89f3820576152ebc70181d7994d96917bb943e37da7f8a7","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"745c4240220559bd340c8aeb6e3c5270a709d3565e934dc22a69c304703956bc","affectsGlobalScope":true,"impliedFormat":1},{"version":"2754d8221d77c7b382096651925eb476f1066b3348da4b73fe71ced7801edada","impliedFormat":1},{"version":"cca97c55398b8699fa3a96ef261b01d200ed2a44d2983586ab1a81d7d7b23cd9","affectsGlobalScope":true,"impliedFormat":1},{"version":"bef91efa0baea5d0e0f0f27b574a8bc100ce62a6d7e70220a0d58af6acab5e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"f59493f68eade5200559e5016b5855f7d12e6381eb6cab9ad8a379af367b3b2d","impliedFormat":1},{"version":"125e3472965f529de239d2bc85b54579fed8e0b060d1d04de6576fb910a6ec7f","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"7d6ff413e198d25639f9f01f16673e7df4e4bd2875a42455afd4ecc02ef156da","affectsGlobalScope":true,"impliedFormat":1},{"version":"6512c499b32226c5a686ab98f5b33ae15bdebd6b9f3b60f80eeadd95e358f02c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a5c09990a37469b0311a92ce8feeb8682e83918723aedbd445bd7a0f510eaaa3","impliedFormat":1},{"version":"6b29aea17044029b257e5bd4e3e4f765cd72b8d3c11c753f363ab92cc3f9f947","impliedFormat":1},{"version":"ac5ed35e649cdd8143131964336ab9076937fa91802ec760b3ea63b59175c10a","impliedFormat":1},{"version":"d008cf1330c86b37a8128265c80795397c287cecff273bc3ce3a4883405f5112","affectsGlobalScope":true,"impliedFormat":1},{"version":"78dc0513cc4f1642906b74dda42146bcbd9df7401717d6e89ea6d72d12ecb539","impliedFormat":1},{"version":"171fd8807643c46a9d17e843959abdf10480d57d60d38d061fb44a4c8d4a8cc4","impliedFormat":1},{"version":"104c67f0da1bdf0d94865419247e20eded83ce7f9911a1aa75fc675c077ca66e","impliedFormat":1},{"version":"cc0d0b339f31ce0ab3b7a5b714d8e578ce698f1e13d7f8c60bfb766baeb1d35c","impliedFormat":1},{"version":"f9e22729fa06ed20f8b1fe60670b7c74933fdfd44d869ddfb1919c15a5cf12fb","impliedFormat":1},{"version":"d3f2d715f57df3f04bf7b16dde01dec10366f64fce44503c92b8f78f614c1769","impliedFormat":1},{"version":"b78cd10245a90e27e62d0558564f5d9a16576294eee724a59ae21b91f9269e4a","impliedFormat":1},{"version":"630ff11de47d75175f2d1d43cc447068818cb9377324752e01fe0e5fc3f77757","impliedFormat":1},{"version":"2f5747b1508ccf83fad0c251ba1e5da2f5a30b78b09ffa1cfaf633045160afed","impliedFormat":1},{"version":"7d52b8f399f646725a8dd363f17c8db6ef987efe7c5a4af1e26146ca07973d6c","affectsGlobalScope":true,"impliedFormat":1},{"version":"689be50b735f145624c6f391042155ae2ff6b90a93bac11ca5712bc866f6010c","impliedFormat":1},{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true,"impliedFormat":1},{"version":"785b9d575b49124ce01b46f5b9402157c7611e6532effa562ac6aebec0074dfc","impliedFormat":1},{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},{"version":"dd0c1b380ba3437adedef134b2e48869449b1db0b07b2a229069309ce7b9dd39","impliedFormat":1},{"version":"b71c603a539078a5e3a039b20f2b0a0d1708967530cf97dec8850a9ca45baa2b","impliedFormat":1},{"version":"0e13570a7e86c6d83dd92e81758a930f63747483e2cd34ef36fcdb47d1f9726a","impliedFormat":1},{"version":"a45c25e77c911c1f2a04cade78f6f42b4d7d896a3882d4e226efd3a3fcd5f2c4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5c45abf1e13e4463eacfd5dedda06855da8748a6a6cb3334f582b52e219acc04","impliedFormat":1},{"version":"ee65fe452abe1309389c5f50710f24114e08a302d40708101c4aa950a2a7d044","impliedFormat":1},{"version":"f9649058dc6542f821894390c2358cd71c9350bae97478eff06d9a39c8b082a4","impliedFormat":1},{"version":"fbca5ffaebf282ec3cdac47b0d1d4a138a8b0bb32105251a38acb235087d3318","impliedFormat":1},{"version":"8b5402ae709d042c3530ed3506c135a967159f42aed3221267e70c5b7240b577","impliedFormat":1},{"version":"22293bd6fa12747929f8dfca3ec1684a3fe08638aa18023dd286ab337e88a592","impliedFormat":1},{"version":"916be7d770b0ae0406be9486ac12eb9825f21514961dd050594c4b250617d5a8","impliedFormat":1},{"version":"199f9ead0daf25ae4c5632e3d1f42570af59685294a38123eef457407e13f365","impliedFormat":1},{"version":"cf3d384d082b933d987c4e2fe7bfb8710adfd9dc8155190056ed6695a25a559e","impliedFormat":1},{"version":"9871b7ee672bc16c78833bdab3052615834b08375cb144e4d2cba74473f4a589","impliedFormat":1},{"version":"c863198dae89420f3c552b5a03da6ed6d0acfa3807a64772b895db624b0de707","impliedFormat":1},{"version":"8b03a5e327d7db67112ebbc93b4f744133eda2c1743dbb0a990c61a8007823ef","impliedFormat":1},{"version":"86c73f2ee1752bac8eeeece234fd05dfcf0637a4fbd8032e4f5f43102faa8eec","impliedFormat":1},{"version":"42fad1f540271e35ca37cecda12c4ce2eef27f0f5cf0f8dd761d723c744d3159","impliedFormat":1},{"version":"ff3743a5de32bee10906aff63d1de726f6a7fd6ee2da4b8229054dfa69de2c34","impliedFormat":1},{"version":"83acd370f7f84f203e71ebba33ba61b7f1291ca027d7f9a662c6307d74e4ac22","impliedFormat":1},{"version":"1445cec898f90bdd18b2949b9590b3c012f5b7e1804e6e329fb0fe053946d5ec","impliedFormat":1},{"version":"0e5318ec2275d8da858b541920d9306650ae6ac8012f0e872fe66eb50321a669","impliedFormat":1},{"version":"cf530297c3fb3a92ec9591dd4fa229d58b5981e45fe6702a0bd2bea53a5e59be","impliedFormat":1},{"version":"c1f6f7d08d42148ddfe164d36d7aba91f467dbcb3caa715966ff95f55048b3a4","impliedFormat":1},{"version":"f4e9bf9103191ef3b3612d3ec0044ca4044ca5be27711fe648ada06fad4bcc85","impliedFormat":1},{"version":"0c1ee27b8f6a00097c2d6d91a21ee4d096ab52c1e28350f6362542b55380059a","impliedFormat":1},{"version":"7677d5b0db9e020d3017720f853ba18f415219fb3a9597343b1b1012cfd699f7","impliedFormat":1},{"version":"bc1c6bc119c1784b1a2be6d9c47addec0d83ef0d52c8fbe1f14a51b4dfffc675","impliedFormat":1},{"version":"52cf2ce99c2a23de70225e252e9822a22b4e0adb82643ab0b710858810e00bf1","impliedFormat":1},{"version":"770625067bb27a20b9826255a8d47b6b5b0a2d3dfcbd21f89904c731f671ba77","impliedFormat":1},{"version":"d1ed6765f4d7906a05968fb5cd6d1db8afa14dbe512a4884e8ea5c0f5e142c80","impliedFormat":1},{"version":"799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965","impliedFormat":1},{"version":"2a184e4462b9914a30b1b5c41cf80c6d3428f17b20d3afb711fff3f0644001fd","impliedFormat":1},{"version":"9eabde32a3aa5d80de34af2c2206cdc3ee094c6504a8d0c2d6d20c7c179503cc","impliedFormat":1},{"version":"397c8051b6cfcb48aa22656f0faca2553c5f56187262135162ee79d2b2f6c966","impliedFormat":1},{"version":"a8ead142e0c87dcd5dc130eba1f8eeed506b08952d905c47621dc2f583b1bff9","impliedFormat":1},{"version":"a02f10ea5f73130efca046429254a4e3c06b5475baecc8f7b99a0014731be8b3","impliedFormat":1},{"version":"c2576a4083232b0e2d9bd06875dd43d371dee2e090325a9eac0133fd5650c1cb","impliedFormat":1},{"version":"4c9a0564bb317349de6a24eb4efea8bb79898fa72ad63a1809165f5bd42970dd","impliedFormat":1},{"version":"f40ac11d8859092d20f953aae14ba967282c3bb056431a37fced1866ec7a2681","impliedFormat":1},{"version":"cc11e9e79d4746cc59e0e17473a59d6f104692fd0eeea1bdb2e206eabed83b03","impliedFormat":1},{"version":"b444a410d34fb5e98aa5ee2b381362044f4884652e8bc8a11c8fe14bbd85518e","impliedFormat":1},{"version":"c35808c1f5e16d2c571aa65067e3cb95afeff843b259ecfa2fc107a9519b5392","impliedFormat":1},{"version":"14d5dc055143e941c8743c6a21fa459f961cbc3deedf1bfe47b11587ca4b3ef5","impliedFormat":1},{"version":"a3ad4e1fc542751005267d50a6298e6765928c0c3a8dce1572f2ba6ca518661c","impliedFormat":1},{"version":"f237e7c97a3a89f4591afd49ecb3bd8d14f51a1c4adc8fcae3430febedff5eb6","impliedFormat":1},{"version":"3ffdfbec93b7aed71082af62b8c3e0cc71261cc68d796665faa1e91604fbae8f","impliedFormat":1},{"version":"662201f943ed45b1ad600d03a90dffe20841e725203ced8b708c91fcd7f9379a","impliedFormat":1},{"version":"c9ef74c64ed051ea5b958621e7fb853fe3b56e8787c1587aefc6ea988b3c7e79","impliedFormat":1},{"version":"2462ccfac5f3375794b861abaa81da380f1bbd9401de59ffa43119a0b644253d","impliedFormat":1},{"version":"34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","impliedFormat":1},{"version":"7d8ddf0f021c53099e34ee831a06c394d50371816caa98684812f089b4c6b3d4","impliedFormat":1},{"version":"5c45abf1e13e4463eacfd5dedda06855da8748a6a6cb3334f582b52e219acc04","impliedFormat":1},{"version":"ddef25f825320de051dcb0e62ffce621b41c67712b5b4105740c32fd83f4c449","impliedFormat":1},{"version":"1b3dffaa4ca8e38ac434856843505af767a614d187fb3a5ef4fcebb023c355aa","impliedFormat":1},{"version":"c9cc4c881c910ce378659524d985d2b72b79029b0c473df5d4d3557b4cf6010a","affectsGlobalScope":true,"impliedFormat":1},{"version":"9a2eaab4e54953c6b2ba21f7ac4c2593859da03917011c10a2acd8864e38e7b2","impliedFormat":1}],"root":[[64,66],116,117,[382,390],393],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declarationMap":false,"downlevelIteration":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"inlineSourceMap":false,"jsx":1,"module":99,"outDir":"./","skipLibCheck":true,"sourceMap":false,"strict":true,"target":1},"referencedMap":[[50,1],[49,2],[76,3],[71,4],[73,5],[75,6],[77,7],[69,2],[70,8],[72,9],[74,10],[78,11],[79,12],[67,2],[110,13],[109,13],[113,13],[111,13],[101,13],[108,14],[112,13],[68,13],[80,15],[115,16],[81,2],[107,17],[114,2],[100,18],[104,2],[105,19],[391,19],[106,20],[494,21],[495,22],[501,23],[493,24],[502,2],[505,25],[503,2],[500,26],[509,27],[508,26],[102,2],[510,2],[506,2],[511,28],[504,2],[103,29],[496,2],[512,2],[513,30],[439,31],[440,31],[441,32],[442,33],[443,34],[444,35],[394,2],[397,36],[395,2],[396,2],[445,37],[446,38],[447,39],[448,40],[449,41],[450,42],[451,42],[453,43],[452,44],[454,45],[455,46],[456,47],[438,48],[457,49],[458,50],[459,51],[460,52],[461,53],[462,54],[463,55],[464,56],[465,57],[466,58],[467,59],[468,60],[469,61],[470,61],[471,62],[472,2],[473,2],[474,63],[476,64],[475,65],[477,66],[478,67],[479,68],[480,69],[481,70],[482,71],[483,72],[399,73],[398,2],[492,74],[484,75],[485,76],[486,77],[487,78],[488,79],[489,80],[490,81],[491,82],[514,2],[515,2],[498,2],[499,2],[516,2],[541,83],[542,84],[517,85],[520,85],[539,83],[540,83],[530,83],[529,86],[527,83],[522,83],[535,83],[533,83],[537,83],[521,83],[534,83],[538,83],[523,83],[524,83],[536,83],[518,83],[525,83],[526,83],[528,83],[532,83],[543,87],[531,83],[519,83],[556,88],[555,2],[550,87],[552,89],[551,87],[544,87],[545,87],[547,87],[549,87],[553,89],[554,89],[546,89],[548,89],[497,90],[558,91],[557,92],[507,93],[559,24],[560,2],[561,94],[51,95],[52,96],[53,97],[54,98],[56,99],[48,2],[392,100],[84,101],[85,102],[86,101],[88,103],[93,104],[87,105],[89,102],[90,102],[91,106],[92,106],[98,13],[99,107],[96,108],[97,109],[82,2],[83,110],[400,2],[55,2],[375,111],[376,111],[377,111],[379,2],[381,112],[380,111],[378,111],[205,113],[184,114],[281,2],[185,115],[121,113],[122,2],[123,2],[124,2],[125,2],[126,2],[127,2],[128,2],[129,2],[130,2],[131,2],[132,2],[133,113],[134,113],[135,2],[136,2],[137,2],[138,2],[139,2],[140,2],[141,2],[142,2],[143,2],[144,2],[145,2],[146,2],[147,2],[148,113],[149,2],[150,2],[151,113],[152,2],[153,2],[154,113],[155,2],[156,113],[157,113],[158,113],[159,2],[160,113],[161,113],[162,113],[163,113],[164,113],[165,113],[166,113],[167,2],[168,2],[169,113],[170,2],[171,2],[172,2],[173,2],[174,2],[175,2],[176,2],[177,2],[178,2],[179,2],[180,2],[181,113],[182,2],[183,2],[186,116],[187,113],[188,113],[189,117],[190,118],[191,113],[192,113],[193,113],[194,113],[195,2],[196,2],[197,113],[119,2],[198,2],[199,2],[200,2],[201,2],[202,2],[203,2],[204,2],[206,119],[207,2],[208,2],[209,2],[210,2],[211,2],[212,2],[213,2],[214,2],[215,113],[216,2],[217,2],[218,2],[219,2],[220,113],[221,113],[222,113],[223,113],[224,2],[225,2],[226,2],[227,2],[374,120],[228,113],[229,113],[230,2],[231,2],[232,2],[233,2],[234,2],[235,2],[236,2],[237,2],[238,2],[239,2],[240,2],[241,2],[242,113],[243,2],[244,2],[245,2],[246,2],[247,2],[248,2],[249,2],[250,2],[251,2],[252,2],[253,113],[254,2],[255,2],[256,2],[257,2],[258,2],[259,2],[260,2],[261,2],[262,2],[263,113],[264,2],[265,2],[266,2],[267,2],[268,2],[269,2],[270,2],[271,2],[272,113],[273,2],[274,2],[275,2],[276,2],[277,2],[278,2],[279,113],[280,2],[282,121],[118,113],[283,2],[284,113],[285,2],[286,2],[287,2],[288,2],[289,2],[290,2],[291,2],[292,2],[293,2],[294,113],[295,2],[296,2],[297,2],[298,2],[299,2],[300,2],[301,2],[306,122],[304,123],[303,124],[305,125],[302,113],[307,2],[308,2],[309,113],[310,2],[311,2],[312,2],[313,2],[314,2],[315,2],[316,2],[317,2],[318,2],[319,113],[320,113],[321,2],[322,2],[323,2],[324,113],[325,2],[326,113],[327,2],[328,119],[329,2],[330,2],[331,2],[332,2],[333,2],[334,2],[335,2],[336,2],[337,2],[338,113],[339,113],[340,2],[341,2],[342,2],[343,2],[344,2],[345,2],[346,2],[347,2],[348,2],[349,2],[350,2],[351,2],[352,113],[353,113],[354,2],[355,2],[356,113],[357,2],[358,2],[359,2],[360,2],[361,2],[362,2],[363,2],[364,2],[365,2],[366,2],[367,2],[368,2],[369,113],[120,126],[370,2],[371,2],[372,2],[373,2],[95,127],[47,2],[45,2],[46,2],[8,2],[9,2],[11,2],[10,2],[2,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[3,2],[20,2],[4,2],[21,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[36,2],[33,2],[34,2],[35,2],[37,2],[7,2],[38,2],[43,2],[44,2],[39,2],[40,2],[41,2],[42,2],[1,2],[416,128],[426,129],[415,128],[436,130],[407,131],[406,132],[435,30],[429,133],[434,134],[409,135],[423,136],[408,137],[432,138],[404,139],[403,30],[433,140],[405,141],[410,142],[411,2],[414,142],[401,2],[437,143],[427,144],[418,145],[419,146],[421,147],[417,148],[420,149],[430,30],[412,150],[413,151],[422,152],[402,153],[425,144],[424,142],[428,2],[431,154],[94,13],[57,155],[59,156],[60,13],[58,13],[62,157],[61,13],[63,2],[64,158],[388,159],[389,159],[390,159],[117,160],[65,161],[387,162],[384,161],[385,161],[66,161],[393,163],[116,161],[383,161],[382,161],[386,161]],"affectedFilesPendingEmit":[64,388,389,390,117,65,387,384,385,66,393,116,383,382,386],"emitSignatures":[64,65,66,116,117,382,383,386,387,388,389,390,393],"version":"5.6.3"} \ No newline at end of file