diff --git a/index.html b/index.html index bba081c..9351c7b 100644 --- a/index.html +++ b/index.html @@ -2,4 +2,4 @@ function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); - gtag('config', 'G-C2ELSYY9VC');Cosmic Data Stories: Solar Eclipse 2024
\ No newline at end of file + gtag('config', 'G-C2ELSYY9VC');Cosmic Data Stories: Solar Eclipse 2024
\ No newline at end of file diff --git a/js/app.2c4b718d.js b/js/app.2c4b718d.js new file mode 100644 index 0000000..953a884 --- /dev/null +++ b/js/app.2c4b718d.js @@ -0,0 +1,2 @@ +(()=>{var e={5168:(e,t,o)=>{"use strict";var n=o(3751),i=o(3637),a=o(641),r={class:"map-container"};function l(e,t,o,n,i,l){return(0,a.uX)(),(0,a.CE)("div",r)}var s=o(1635),c=o(3481),u=o.n(c),d=o(6039),h={templateUrl:"https://{s}.google.com/vt/lyrs=p&x={x}&y={y}&z={z}",minZoom:1,maxZoom:20,subdomains:["mt0","mt1","mt2","mt3"],attribution:'© Google Maps',className:"map-tiles"};const p=(0,a.pM)({emits:["place","update:modelValue","error","dataclick","finishLoading"],props:{activatorColor:{type:String,default:"#ffffff"},showCloudCover:{type:Boolean,default:!1},detectLocation:{type:Boolean,default:!0},modelValue:{type:Object,default:function(){return{latitudeDeg:42.3814,longitudeDeg:-71.1281}}},mapOptions:{type:Object,default:function(){return h}},initialPlace:{type:Object,default:null},places:{type:Array,default:function(){return[]}},placeCircleOptions:{type:Object,default:function(){return{color:"#0000FF",fillColor:"#3333FF",fillOpacity:.5,radius:150}}},placeSelectable:{type:Boolean,default:!0},selectable:{type:Boolean,default:!0},selectedCircleOptions:{type:Object,default:function(){return{color:"#FF0000",fillColor:"#FF0033",fillOpacity:.5,radius:200}}},selectionEvent:{type:String,default:"click"},worldRadii:{type:Boolean,default:!1},geoJsonFiles:{type:Array,default:function(){return[]}},selectedCloudCover:{type:Array,default:null},cloudCoverOpacityFunction:{type:Function,default:function(e){return e>=.05?.2+.8*Math.pow(e,1.5):e}},rectangleDegrees:{type:Number,default:1}},mounted:function(){this.initialPlace&&(this.selectedPlace=this.initialPlace),this.detectLocation&&this.getLocation(!0),this.setup(!0),this.setupResizeObserver()},data:function(){return{resizeObserver:null,eclipsePath:[],placeCircles:[],hoveredPlace:null,selectedCircle:null,selectedPlace:null,selectedPlaceCircle:null,cloudCoverRectangles:u().layerGroup(),map:null,basemap:null,fromInside:null,rectanglesCreated:!1,index:{}}},methods:{setupResizeObserver:function(){var e=this,t=document.querySelector("#map-container");this.resizeObserver=new ResizeObserver((function(){var t;null===(t=e.map)||void 0===t||t.invalidateSize()})),this.resizeObserver.observe(t)},parseResult:function(e){var t=this;null!==this.cloudCoverRectangles&&(this.index={},e.forEach((function(e,o){var n=e.lat,i=e.lon,a=e.cloudCover;if(!(isNaN(n)||isNaN(i)||isNaN(a))){var r="".concat(n,",").concat(i);t.index[r]=o;var l=t.createRectangle(n,i,a,o);l&&t.cloudCoverRectangles.addLayer(l)}})),null!==this.map&&(this.cloudCoverRectangles.addTo(this.map),this.$emit("finishLoading")))},createRectangle:function(e,t,o,n){var i=this,a=this.getColor(o),r=u().rectangle([[e+this.rectangleDegrees/2,t-this.rectangleDegrees/2],[e-this.rectangleDegrees/2,t+this.rectangleDegrees/2]],{stroke:!0,color:a,weight:.01,opacity:o,fillColor:a,fillOpacity:this.cloudCoverOpacityFunction(o)});return r.on("click",(function(){console.log("dataclick",{lat:e,lon:t,cloudCover:o,index:n}),i.$emit("dataclick",{lat:e,lon:t,cloudCover:o,index:n})})),r},sigmoid:function(e){if(null===e)return 0;var t=(e-.5)/.12,o=Math.exp(t);return o/(1+o)},getColor:function(e){var t=0,o="0%",n="100%";return"hsla(".concat(t,", ").concat(o,", ").concat(n,",.9)")},getLocation:function(e){var t=this;void 0===e&&(e=!1);var o={timeout:1e4,enableHighAccuracy:!0};navigator.geolocation.getCurrentPosition((function(e){t.updateValue({longitudeDeg:e.coords.longitude,latitudeDeg:e.coords.latitude}),t.map&&t.map.setView([e.coords.latitude,e.coords.longitude],t.map.getZoom())}),(function(o){var n="Unable to autodetect location. Location will default to Cambridge, MA, USA, or you can\nuse the location selector to manually input a location.";e?(0,d.me)({group:"startup-location",type:"error",text:n,duration:4500}):t.$emit("error",n)}),o)},sameLoc:function(e,t){return e.latitudeDeg===t.latitudeDeg&&e.longitudeDeg===t.longitudeDeg},circleForLocation:function(e,t){return this.circleMaker([e.latitudeDeg,e.longitudeDeg],t)},circleForSelection:function(){if(this.selectedPlace)return null;var e=this.circleForLocation(this.modelValue,(0,s.Cl)((0,s.Cl)({},this.selectedCircleOptions),{interactive:!1}));return e.bringToFront(),e},circleForPlace:function(e){var t=e===this.selectedPlace?this.selectedCircleOptions:this.placeCircleOptions,o=this.circleForLocation(e,t);return e.name&&o.bindTooltip(e.name),o},onPlaceSelect:function(e){this.fromInside=!0,this.updateValue({longitudeDeg:e.longitudeDeg,latitudeDeg:e.latitudeDeg}),this.$emit("place",e),this.selectedPlace=e},onMapSelect:function(e){this.fromInside=!0;var t=e.latlng.lng+180;t=(t%360+360)%360,t-=180,this.selectedPlace=null,this.updateValue({latitudeDeg:e.latlng.lat,longitudeDeg:t})},setup:function(e){var t,o,n,i,a,r=this;void 0===e&&(e=!1),console.log("setup",e);var l=this.$el,c=e&&this.mapOptions.initialLocation?this.locationToLatLng(this.mapOptions.initialLocation):this.latLng,d=null!==(t=this.mapOptions.initialZoom)&&void 0!==t?t:4,p=e?d:null!==(n=null===(o=this.map)||void 0===o?void 0:o.getZoom())&&void 0!==n?n:d,f=u().map(l,{renderer:new(u().Canvas)}).setView(c,p),m=(0,s.Cl)((0,s.Cl)({},h),this.mapOptions);this.basemap=u().tileLayer(m.templateUrl,m),this.basemap.addTo(f),this.placeCircles=this.places.map((function(e){return r.circleForPlace(e)})),this.placeCircles.forEach((function(e,t){e.on("mouseover",(function(){var o=r.places[t];r.hoveredPlace=o,e.openTooltip([o.latitudeDeg,o.longitudeDeg])})),r.placeSelectable&&e.on("click",(function(){r.onPlaceSelect(r.places[t])})),e.on("mouseout",(function(){r.hoveredPlace=null})),e.addTo(f)})),this.selectedCircle=this.circleForSelection(),null===(i=this.selectedCircle)||void 0===i||i.addTo(f),f.doubleClickZoom.disable(),this.selectable&&f.on(this.selectionEvent,this.onMapSelect),f.attributionControl.setPrefix('Leaflet'),this.geoJsonFiles.forEach((function(e){var t=e.url,o=e.geojson,n=e.style;t?fetch(t).then((function(e){return e.json()})).then((function(e){var o=u().geoJSON(e,{style:n}).addTo(f);t.includes("center")&&(o.bringToFront(),r.eclipsePath.push(o))})).catch((function(e){console.error("Error:",e)})):o&&u().geoJSON(o,{style:n,pointToLayer:function(e,t){return e.properties.absoluteRadius?(n.radius=e.properties.absoluteRadius,u().circle(t,n)):u().circleMarker(t,n)},onEachFeature:function(e,t){e.properties&&e.properties.popupContent&&t.bindPopup(e.properties.popupContent)}}).addTo(f)})),this.eclipsePath.map((function(e){return e.bringToFront()})),null===(a=this.selectedCircle)||void 0===a||a.bringToFront(),this.map=f,this.updateCloudCover(this.showCloudCover),this.bringLocationAndPathToFront()},updateValue:function(e){this.$emit("update:modelValue",e)},updateCircle:function(){var e;this.map&&(null===(e=this.selectedCircle)||void 0===e||e.remove(),this.selectedCircle=this.circleForSelection(),this.selectedCircle&&(this.selectedCircle.addTo(this.map),this.bringLocationAndPathToFront()))},bringLocationAndPathToFront:function(){var e;this.eclipsePath.map((function(e){return e.bringToFront()})),null===(e=this.selectedCircle)||void 0===e||e.bringToFront()},locationToLatLng:function(e){return[e.latitudeDeg,e.longitudeDeg]},updateRectangleIntensity:function(e){var t=this;void 0===e&&(e=null),this.cloudCoverRectangles.eachLayer((function(o){var n;if(o instanceof u().Rectangle){var i=o.getBounds().getCenter(),a=i.lat,r=i.lng,l="".concat(a,",").concat(r),s=null!==e&&void 0!==e?e:null===(n=t.selectedCloudCover[t.index[l]])||void 0===n?void 0:n.cloudCover;void 0!==s&&o.setStyle({fillOpacity:t.cloudCoverOpacityFunction(s),opacity:s})}})),this.$emit("finishLoading")},updateCloudCover:function(e){e?this.rectanglesCreated?this.updateRectangleIntensity():(this.parseResult(this.selectedCloudCover),this.rectanglesCreated=!0):this.updateRectangleIntensity(0)}},computed:{circleMaker:function(){return this.worldRadii?u().circle:u().circleMarker},latLng:function(){return this.locationToLatLng(this.modelValue)},pixelSize:function(){var e,t;if(null===this.selectedCloudCover)return 0;var o=Array.from(new Set(null===(e=this.selectedCloudCover)||void 0===e?void 0:e.map((function(e){return e.lat})))).sort(),n=Array.from(new Set(null===(t=this.selectedCloudCover)||void 0===t?void 0:t.map((function(e){return e.lon})))).sort(),i=o.map((function(e,t,o){return 0===t?0:e-o[t-1]})),a=n.map((function(e,t,o){return 0===t?0:e-o[t-1]})),r=i.reduce((function(e,t){return e+t}),0)/i.length,l=a.reduce((function(e,t){return e+t}),0)/a.length;return(r+l)/2}},watch:{selectedCloudCover:function(e){null!==e&&void 0!==e&&(this.updateCloudCover(this.showCloudCover),this.bringLocationAndPathToFront())},modelValue:function(e,t){this.updateCircle();var o=!this.fromInside&&!this.sameLoc(e,t);!this.map||this.map.getBounds().contains(this.latLng)&&!o||this.map.setView(this.latLng,o?10:this.map.getZoom()),this.fromInside=!1},mapOptions:function(e,t){var o,n;null!==t&&null!==e&&e.templateUrl!==t.templateUrl&&(null===(o=this.basemap)||void 0===o||o.setUrl(null!==(n=e.templateUrl)&&void 0!==n?n:h.templateUrl))},showCloudCover:function(e){this.updateCloudCover(e),this.bringLocationAndPathToFront()},places:function(){var e;null===(e=this.map)||void 0===e||e.remove(),this.setup()},selectedPlace:function(e){var t,o=this.places.indexOf(e),n=this.selectedPlaceCircle;this.selectedPlaceCircle=this.placeCircles[o],null===n||void 0===n||n.setStyle(this.placeCircleOptions),null===(t=this.selectedPlaceCircle)||void 0===t||t.setStyle(this.selectedCircleOptions)}}});var f=o(6262);const m=(0,f.A)(p,[["render",l]]),g=m;var v=o(33),y=o(9007),b=o(6059),w=o(3312),C=o(5494),k=o(9311),_=o(2082),x=o(1332),S=o(3978),T=o(2877),L=o(5112),W=o(8507),M=o(4492),D=o(4261),P=o(1743),N=o(2939),z=o(7593),F=o(6861),A=o(4004),E=o(7320),O=o(9543),I=o(7318),R=o(6175),V=o(4859),U=o(8671),B=o(331),X={id:"non-map-container"},H={id:"title-row",class:"non-map-row"},q={id:"title"},Y={key:0},j={key:1},G={key:2},$={id:"instructions-row",class:"non-map-row"},Q={id:"top-container-main-text"},J={key:0,class:"instructions-text"},Z={class:"description"},K={key:0},ee={key:0},te=(0,a.Lk)("strong",null,"drag",-1),oe={key:1},ne=(0,a.Lk)("strong",null,"drag",-1),ie={key:0},ae={key:2},re={key:3},le={key:4},se={key:5},ce=(0,a.Lk)("strong",null,"Enter a location",-1),ue={key:1},de=(0,a.Lk)("p",null,[(0,a.Lk)("strong",null,[(0,a.Lk)("span",{class:"highlighted bg-red"},"Red line")]),(0,a.eW)(" + "),(0,a.Lk)("span",{class:"highlighted bg-grey text-black"},"Grey band"),(0,a.eW)(": path of total eclipse on map ")],-1),he={class:"mt-2"},pe={key:0},fe=(0,a.Lk)("strong",null,"My Location",-1),me={key:1,class:"d-flex justify-end",id:"info-text-button"},ge={key:2,class:"instructions-text"},ve={class:"description"},ye={class:".d-flex"},be=(0,a.Lk)("a",{href:"https://modis.gsfc.nasa.gov/",target:"_blank",rel:"noopener noreferrer"},"MODIS",-1),we={key:3,class:"instructions-text"},Ce={class:"description"},ke={class:".d-flex"},_e=(0,a.Lk)("div",null,[(0,a.Lk)("p",null,"View different statistics for the data beyond just the 20-year median shown here."),(0,a.Lk)("p",null," Explore whether phenomena like El Niño historically impacted cloud cover patterns.")],-1),xe={class:"my-2"},Se={id:"button-row",class:"non-map-row"},Te={id:"top-container-buttons"},Le={id:"map-column"},We=["data-before-text"],Me={key:0,id:"map-banner",class:"show-after"},De={key:0},Pe={key:1},Ne={class:"video-wrapper"},ze=(0,a.Lk)("video",{controls:"",id:"info-video"},[(0,a.Lk)("source",{src:y,type:"video/mp4"})],-1),Fe=(0,a.Lk)("h3",{class:"v-btn tab-title"},"Information",-1),Ae=(0,a.Lk)("div",{id:"info-text-box"},[(0,a.Lk)("div",{id:"main-info-text"},[(0,a.Lk)("p",null," On April 8, 2024, North America will be treated to an awe-inspiring total eclipse. "),(0,a.Lk)("p",null," This interactive lets you explore the April total eclipse from different locations. "),(0,a.Lk)("p",{id:"safety-warning"}," SAFETY FIRST: NEVER look directly at the Sun without proper eye protection. ")]),(0,a.Lk)("div",{id:"FAQ"},[(0,a.Lk)("details",null,[(0,a.Lk)("summary",null," What causes Solar Eclipses? "),(0,a.Lk)("p",null," A solar eclipse happens when the Moon passes between the Earth and the Sun and blocks the Sun from our view. Partial eclipses occur about every 6 months, somewhere on the Earth. In 2023 and 2024, the US has been lucky to be in the path of two solar eclipses. ")]),(0,a.Lk)("details",null,[(0,a.Lk)("summary",null," Total? Annular? What is the difference?"),(0,a.Lk)("p",null,[(0,a.eW)(" During a "),(0,a.Lk)("strong",null,"total eclipse"),(0,a.eW)(", the Moon covers the entire face of the Sun. Because the Moon doesn't orbit the Earth in a perfect circle, sometimes it is farther away from Earth and appears smaller. When this happens, the Moon doesn't cover the entire face of the Sun. During the eclipse we can still see a bright ring of light around the Moon, sometimes called the \"Ring of Fire.\" This is called an "),(0,a.Lk)("strong",null,"annular Eclipse"),(0,a.eW)(". ")])]),(0,a.Lk)("details",null,[(0,a.Lk)("summary",null," What is the wispy haze around the Sun during a Total Solar Eclipse?"),(0,a.Lk)("p",null,[(0,a.eW)(" The "),(0,a.Lk)("strong",null,"corona"),(0,a.eW)(" is the outermost layer of the Sun's atmosphere, and it is made up of extremely hot, glowing gas. We usually can't see the corona because the Sun's surface shines so much more brightly. During a total solar eclipse, the Moon blocks light from the surface of the Sun, making it possible to see the ethereally beautiful corona. ")])]),(0,a.Lk)("details",null,[(0,a.Lk)("summary",null," Why can only some places see the eclipse?"),(0,a.Lk)("p",null," An eclipse is caused by the Moon casting a shadow on the Earth. People who are directly behind the Moon will see an annular or total eclipse. As the Moon moves in its orbit around Earth, and as Earth rotates, the location of the shadow will move, sweeping out a path across the surface of the Earth. For a larger number of people who are not directly behind the moon, a smaller amount of the Sun will be blocked, causing a partial eclipse. Even further outside the shadow the Sun will not be blocked at all, and there will be no eclipse visible. "),(0,a.Lk)("p",null," The animated figure shows that the Moon's shadow on Earth has two distinct regions. The darker part of the shadow is directly behind the Moon, where people will experience an annular or total eclipse. The lighter part of the shadow falls where people on Earth will see a partial solar eclipse. ")]),(0,a.Lk)("details",null,[(0,a.Lk)("summary",null,"How precise are location and timing predications in this Data Story?"),(0,a.Lk)("p",null," You may notice some discrepancies in the reported eclipse percentages or with eclipse start and end times compared with other predictions. This is caused by limitations in precision for the calculations used to display the locations and sizes of the Sun and Moon on your screen. Totality timing predictions in this Data Story should be accurate to within about 15 seconds. ")]),(0,a.Lk)("details",null,[(0,a.Lk)("summary",null,"Where can I learn more?"),(0,a.Lk)("p",null,[(0,a.eW)(" Check out "),(0,a.Lk)("ul",null,[(0,a.Lk)("li",null,[(0,a.Lk)("a",{href:"https://science.nasa.gov/eclipses/future-eclipses/eclipse-2024/where-when/",target:"_blank",rel:"noopener noreferrer"},"NASA's website"),(0,a.eW)(" about the April eclipse ")]),(0,a.Lk)("li",null,[(0,a.eW)(" Infiniscope's Kingdom in Peril lessons on eclipses, available in "),(0,a.Lk)("a",{href:"https://infiniscope.org/collection/3",target:"_blank",rel:"noopener noreferrer"},"English"),(0,a.eW)(" and "),(0,a.Lk)("a",{href:"https://infiniscope.org/collection/6",target:"_blank",rel:"noopener noreferrer"},"Spanish")]),(0,a.Lk)("li",null,[(0,a.Lk)("a",{href:"https://EclipseSoundscapes.org",target:"_blank",rel:"noopener noreferrer"},"Eclipse Soundscapes"),(0,a.eW)(" citizen science project ")]),(0,a.Lk)("li",null,[(0,a.eW)(" Fiske Planetarium's "),(0,a.Lk)("a",{href:"https://www.colorado.edu/fiske/projects/science-through-shadows",target:"_blank",rel:"noopener noreferrer"},"Science Through Shadows"),(0,a.eW)(" videos ")])])])])])],-1),Ee=(0,a.Lk)("figcaption",null,"Image credit: NASA Goddard / Katy Mersmann",-1),Oe=(0,a.Lk)("div",{class:"disclaimer"},"Not to scale",-1),Ie=(0,a.Lk)("h3",{class:"v-btn tab-title"},"User Guide",-1),Re=(0,a.Lk)("p",{style:{"font-size":"calc(1.1 * var(--default-font-size))"},class:"mb-5"}," This Cosmic Data Story allows you to display the April 8, 2024 Total Solar Eclipse from any location. ",-1),Ve=(0,a.Lk)("br",null,null,-1),Ue=(0,a.Lk)("br",null,null,-1),Be={style:{"min-height":"120px"}},Xe=(0,a.Lk)("h4",{class:"user-guide-header"},"Time Controls:",-1),He=(0,a.Lk)("p",{class:"mb-3"},"(Bottom-left of the screen)",-1),qe=(0,a.Lk)("p",null," By default, time is moving forward at 100x the real speed. Time slows down to 10x the real speed as the eclipse approaches totality. ",-1),Ye={class:"text-list"},je={class:"ml-5"},Ge=(0,a.Lk)("li",{class:"ml-5"}," Use the slider to fine-tune desired speed. ",-1),$e=(0,a.Lk)("h4",{class:"user-guide-header"},"Viewing Mode:",-1),Qe=(0,a.Lk)("p",{class:"mb-3"},"(Upper-right of the screen)",-1),Je={class:"text-list"},Ze=(0,a.Lk)("li",null,[(0,a.Lk)("span",{style:{color:"blue","background-color":"white","padding-inline":"0.7em","border-radius":"20px","font-weight":"bold"}},"selected location"),(0,a.eW)(" The currently selected location. ")],-1),Ke=(0,a.Lk)("li",{class:"mb-2"},[(0,a.Lk)("span",{style:{color:"blue","background-color":"white","padding-inline":"0.7em","border-radius":"20px","font-weight":"bold"}},"date/time"),(0,a.eW)(" The date and time being displayed by WorldWide Telescopse ")],-1),et={key:0},tt=(0,a.Lk)("span",{style:{color:"blue","background-color":"white","padding-inline":"0.7em","border-radius":"20px","font-weight":"bold"}},"Eclipsed: ",-1),ot={key:1,class:"switch-bullets"},nt=(0,a.Lk)("span",{class:"user-guide-emphasis"}," Track Sun:",-1),it={key:2,class:"switch-bullets mb-5"},at=(0,a.Lk)("span",{class:"user-guide-emphasis"}," Don't Track Sun:",-1),rt=(0,a.Lk)("h4",{class:"user-guide-header"},"Display Options:",-1),lt=(0,a.Lk)("p",{class:"mb-3"},"(Bottom-right of the screen)",-1),st={class:"text-list"},ct={class:"mb-2"},ut=(0,a.Lk)("span",{class:"user-guide-emphasis-white"},"eclipse timing",-1),dt={key:0},ht=(0,a.Lk)("span",{class:"user-guide-emphasis-white"},"Center Sun:",-1),pt=(0,a.Lk)("li",null,[(0,a.Lk)("span",{class:"user-guide-emphasis-white"},"Sky Grid:"),(0,a.eW)(" Display altitude/azimuth grid with cardinal directions. ")],-1),ft=(0,a.Lk)("li",null,[(0,a.Lk)("span",{class:"user-guide-emphasis-white"},"Horizon/Daytime Sky:"),(0,a.eW)(' Display a virtual "ground" that delineates where the Sun rises and sets. Show a blue sky when the Sun is above the horizon. ')],-1),mt=(0,a.Lk)("li",null,[(0,a.Lk)("span",{class:"user-guide-emphasis-white"},"Visible Moon:"),(0,a.eW)(" Solar Eclipses occur during a New Moon, when the Moon is not normally visible in the sky. This option makes it easier to see the Moon against the sky. ")],-1),gt={key:1},vt=(0,a.Lk)("span",{class:"user-guide-emphasis-white"},"Eclipse Timing:",-1),yt={key:2},bt=(0,a.Lk)("span",{class:"user-guide-emphasis-white"},"New Interface:",-1),wt={key:3,class:"mt-2"},Ct=(0,a.Lk)("span",{style:{color:"blue","background-color":"white","padding-inline":"0.7em","border-radius":"20px","font-weight":"bold"}},"Eclipsed:",-1),kt=(0,a.Lk)("h4",{class:"user-guide-header"},"Location Options:",-1),_t=(0,a.Lk)("p",{class:"mb-3"},"(Top-left of the screen)",-1),xt={class:"text-list"},St=(0,a.Lk)("strong",null,"My Location",-1),Tt=(0,a.Lk)("strong",null,"share-url",-1),Lt=(0,a.Lk)("div",{id:"text-credits"},[(0,a.Lk)("h3",null,"Credits:"),(0,a.Lk)("p",{class:"mt-2"},[(0,a.eW)("Atmospheric Physicist "),(0,a.Lk)("a",{href:"https://www.cfa.harvard.edu/people/caroline-nowlan",target:"_blank",rel:"noopener noreferrer"},"Caroline Nowlan"),(0,a.eW)(" provided valuable guidance on interpreting the "),(0,a.Lk)("a",{href:"https://neo.gsfc.nasa.gov/view.php?datasetId=MYDAL2_E_CLD_FR&date=2023-04-07",target:"_blank",rel:"noopener noreferrer"},"MODIS Cloud Cover"),(0,a.eW)(" data.")]),(0,a.Lk)("p",{class:"mt-3"},[(0,a.eW)("The path of totality data are from "),(0,a.Lk)("a",{href:"https://svs.gsfc.nasa.gov/5123",target:"_blank",rel:"noopener noreferrer"},"NASA's Science Visualization Studio"),(0,a.eW)(".")]),(0,a.Lk)("p",{class:"mt-3"},[(0,a.eW)("Eclipse Timing Predictions are by "),(0,a.Lk)("a",{href:"https://eclipse.gsfc.nasa.gov/JSEX/JSEX-NA.html",target:"_blank",rel:"noopener noreferrer"},"Fred Espenak and Chris O'Byrne"),(0,a.eW)(" (NASA's GSFC). "),(0,a.Lk)("em",null,"Adapted for TypeScript by CosmicDS Team")]),(0,a.Lk)("p",{class:"mt-3"},"Image of Sun is courtesy of NASA/SDO and the AIA, EVE, and HMI science teams."),(0,a.Lk)("p",{class:"my-3"},"This Cosmic Data Story is powered by WorldWide Telescope (WWT)."),(0,a.Lk)("h4",null,[(0,a.Lk)("a",{href:"https://www.cosmicds.cfa.harvard.edu/",target:"_blank",rel:"noopener noreferrer"},"CosmicDS"),(0,a.eW)(" Team:")]),(0,a.eW)(" John Lewis"),(0,a.Lk)("br"),(0,a.eW)(" Jon Carifio"),(0,a.Lk)("br"),(0,a.eW)(" Pat Udomprasert"),(0,a.Lk)("br"),(0,a.eW)(" Jack Hayes"),(0,a.Lk)("br"),(0,a.eW)(" Alyssa Goodman"),(0,a.Lk)("br"),(0,a.eW)(" Mary Dussault"),(0,a.Lk)("br"),(0,a.eW)(" Harry Houghton"),(0,a.Lk)("br"),(0,a.eW)(" Anna Nolin"),(0,a.Lk)("br"),(0,a.eW)(" Evaluator: Sue Sunbury"),(0,a.Lk)("br"),(0,a.Lk)("h4",null,[(0,a.Lk)("a",{href:"https://www.worldwidetelescope.org/",target:"_blank",rel:"noopener noreferrer"},"WorldWide Telescope"),(0,a.eW)(" Team:")]),(0,a.eW)(" Peter Williams"),(0,a.Lk)("br"),(0,a.eW)(" A. David Weigel"),(0,a.Lk)("br"),(0,a.eW)(" Jon Carifio"),(0,a.Lk)("br")],-1),Wt={class:"user-banner"},Mt={key:0,class:"banner-text"},Dt={key:1,class:"banner-text"},Pt={id:"main-content"},Nt={id:"geocoding-row",class:"d-flex align-center ga-1"},zt={id:"first-splash-row"},Ft=(0,a.Lk)("div",{id:"splash-screen-text"},[(0,a.Lk)("p",null,"WATCH the April 8"),(0,a.Lk)("p",{class:"highlight"},[(0,a.eW)("TOTAL"),(0,a.Lk)("br"),(0,a.eW)("Solar Eclipse")])],-1),At={key:0,id:"splash-screen-guide"},Et={key:1,id:"splash-screen-guide"},Ot={key:2},It={class:"splash-small-text"},Rt={id:"splash-screen-acknowledgements"},Vt=(0,a.Lk)("a",{href:"https://www.cosmicds.cfa.harvard.edu/",target:"_blank",rel:"noopener noreferrer"},"Cosmic Data Stories",-1),Ut=(0,a.Lk)("a",{href:"https://www.worldwidetelescope.org/home/",target:"_blank",rel:"noopener noreferrer"},"WorldWide Telescope",-1),Bt={id:"splash-screen-logos"},Xt={class:"modal",id:"modal-loading"},Ht=(0,a.Lk)("div",{class:"container"},[(0,a.Lk)("div",{class:"spinner"}),(0,a.Lk)("p",null,"Loading …")],-1),qt=[Ht],Yt={key:0,id:"introduction-overlay",class:"elevation-10"},jt={id:"intro-window-close-button"},Gt=(0,a.Lk)("div",{class:"intro-text"},[(0,a.Lk)("p",{class:"mb-5"}," On April 8, 2024, North America will experience a solar eclipse, where the Moon will appear to travel across the Sun, blocking out its light. "),(0,a.Lk)("p",{class:"mb-5"},[(0,a.eW)(" A lucky segment of Mexico, the U.S., and Canada will witness an awe-inspiring "),(0,a.Lk)("b",null,"total eclipse"),(0,a.eW)(". Other parts of North America will still see a "),(0,a.Lk)("em",null,"partial"),(0,a.eW)(" eclipse, where the Moon blocks out some, but not all of the Sun's light. ")]),(0,a.Lk)("p",{class:"mb-5"}," See what the eclipse will look like where you are, and what the historical cloud coverage has been during the week of April 8th from 2003–2023. ")],-1),$t={class:"intro-text mb-3"},Qt={key:0,class:"mb-3"},Jt=(0,a.Lk)("p",{class:"mb-3"}," Access these features in ",-1),Zt=(0,a.Lk)("span",{class:"px-2 py-1 my-2 mr-1",style:{border:"1px solid #eac402","border-radius":"1em",color:"#eac402","white-space":"nowrap"}},"Map & Weather",-1),Kt=[Jt,Zt],eo={key:1,class:"mb-3"},to=(0,a.Lk)("strong",null,"Select any location",-1),oo=(0,a.Lk)("strong",null,"View historical cloud data",-1),no=(0,a.Lk)("strong",null,"Explore historical cloud data",-1),io=(0,a.Lk)("strong",null,"Learn more",-1),ao=(0,a.Lk)("strong",null,"User Guide",-1),ro={id:"intro-bottom-controls"},lo={id:"top-wwt-content"},so={id:"location-date-display"},co={key:0,id:"top-switches"},uo={id:"track-sun-switch"},ho={class:"bottom-content"},po={id:"controls",class:"control-icon-wrapper"},fo={id:"controls-top-row"},mo={key:0,id:"control-checkboxes"},go={id:"eclipse-percent-chip"},vo={id:"video-icon"},yo={id:"tools"},bo={class:"tool-container"},wo={style:{position:"relative"}},Co={id:"speed-control"},ko={key:2,id:"inline-speed-control"},_o={id:"speed-text"},xo={key:0},So={key:1},To={key:2},Lo={key:3},Wo={id:"slider"},Mo={id:"change-optout"},Do={key:0,id:"body-logos"},Po=(0,a.Lk)("strong",null,"anonymized",-1);function No(e,t,i,r,l,c){var u=(0,a.g2)("font-awesome-icon"),d=(0,a.g2)("icon-button"),h=(0,a.g2)("define-term"),p=(0,a.g2)("cloud-cover"),f=(0,a.g2)("location-search"),m=(0,a.g2)("location-selector"),g=(0,a.g2)("color-bar"),y=(0,a.g2)("gif-play-pause"),Ht=(0,a.g2)("funding-acknowledgment"),Jt=(0,a.g2)("advanced-weather-view"),Zt=(0,a.g2)("WorldWideTelescope"),No=(0,a.g2)("geolocation-button"),zo=(0,a.g2)("credit-logos"),Fo=(0,a.g2)("hover-tooltip"),Ao=(0,a.g2)("eclipse-timer"),Eo=(0,a.g2)("playback-control"),Oo=(0,a.g2)("notifications");return(0,a.uX)(),(0,a.Wv)(b.E,{id:"app",style:(0,v.Tr)(e.cssVars)},{default:(0,a.k6)((function(){return[(0,a.Lk)("div",{id:"closed-top-container",class:(0,v.C4)([e.showGuidedContent?"open":"budge"])},[(0,a.bF)(d,{modelValue:e.showGuidedContent,"onUpdate:modelValue":t[0]||(t[0]=function(t){return e.showGuidedContent=t}),id:"show-guided-content",ref:"showGuidedContent","fa-icon":e.showGuidedContent?"times":"chevron-down","fa-size":(e.showGuidedContent,"lg"),color:e.accentColor,"focus-color":e.showGuidedContent?e.skyColor:e.accentColor,"tooltip-text":e.showGuidedContent?"Hide":"Click to learn more","tooltip-location":"bottom","show-tooltip":!e.mobile,"box-shadow":!1,onActivate:t[1]||(t[1]=function(){e.onResize()})},(0,a.eX)({_:2},[e.showGuidedContent?void 0:{name:"button",fn:(0,a.k6)((function(){return[(0,a.eW)(" Map & Weather "),(0,a.bF)(u,{icon:"chevron-down",class:"bullet-icon"})]})),key:"0"}]),1032,["modelValue","fa-icon","fa-size","color","focus-color","tooltip-text","show-tooltip"])],2),(0,a.bo)((0,a.bF)(M.I,{id:"guided-content-container"},{default:(0,a.k6)((function(){return[(0,a.Lk)("div",X,[(0,a.Lk)("div",H,[(0,a.Lk)("div",q,["Location"==e.learnerPath?((0,a.uX)(),(0,a.CE)("span",Y,"Choose Any Location ")):(0,a.Q3)("",!0),"Clouds"==e.learnerPath?((0,a.uX)(),(0,a.CE)("span",j,"View Historical Cloud Data ")):(0,a.Q3)("",!0),"CloudDetail"==e.learnerPath?((0,a.uX)(),(0,a.CE)("span",G,"Explore Detailed Cloud Data ")):(0,a.Q3)("",!0)])]),(0,a.Lk)("div",$,[(0,a.Lk)("div",Q,["Location"==e.learnerPath?((0,a.uX)(),(0,a.CE)("div",J,[(0,a.Lk)("span",Z,[1==e.infoPage?((0,a.uX)(),(0,a.CE)("div",K,[void 0==e.queryData.latitudeDeg||void 0==e.queryData.longitudeDeg?((0,a.uX)(),(0,a.CE)("p",ee,[(0,a.eW)(' "Watch" the eclipse from the location marked by the red dot on the map, or '),te,(0,a.eW)(" the yellow dot along the bottom slider to change time. ")])):(0,a.Q3)("",!0),void 0!==e.queryData.latitudeDeg&&void 0!==e.queryData.longitudeDeg?((0,a.uX)(),(0,a.CE)("p",oe,[(0,a.eW)(' "Watch" the eclipse from the location shared in your link, or '),ne,(0,a.eW)(" the yellow dot along the bottom slider to change time. ")])):(0,a.Q3)("",!0),(0,a.Lk)("p",null,[(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"Tap":"Click"),1),(0,a.eW)(" the map to select any "),void 0!==e.queryData.latitudeDeg&&void 0!==e.queryData.longitudeDeg?((0,a.uX)(),(0,a.CE)("span",ie,"other")):(0,a.Q3)("",!0),(0,a.eW)(" location and view the eclipse from there, or ")]),e.narrow?((0,a.uX)(),(0,a.CE)("p",ae,[(0,a.bF)(u,{icon:"magnifying-glass",class:"bullet-icon",size:"lg"}),(0,a.eW)(" Search for a location ")])):(0,a.Q3)("",!0),e.narrow?((0,a.uX)(),(0,a.CE)("p",re,[(0,a.bF)(u,{icon:"location-crosshairs",class:"bullet-icon",size:"lg"}),(0,a.eW)(" Use my location (if enabled) ")])):(0,a.Q3)("",!0),e.narrow?((0,a.uX)(),(0,a.CE)("p",le,[(0,a.bF)(F.w,{icon:"mdi-sun-clock",size:"small",class:"bullet-icon"}),(0,a.eW)(" See detailed eclipse times ")])):((0,a.uX)(),(0,a.CE)("p",se,[ce,(0,a.eW)(" in the search box below. ")]))])):(0,a.Q3)("",!0),2!=e.infoPage||e.narrow?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",ue,[de,(0,a.Lk)("p",he,[(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"Tap":"Click"),1),(0,a.bF)(F.w,{icon:"mdi-sun-clock",size:"large",class:"bullet-icon"}),(0,a.eW)(" to see detailed eclipse times ")]),e.getMyLocation?((0,a.uX)(),(0,a.CE)("p",pe,[(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"Tap":"Click"),1),(0,a.bF)(u,{icon:"location-crosshairs",class:"bullet-icon"}),(0,a.eW)(" to view eclipse from "),fe,(0,a.eW)(" (Location services must be enabled on device) ")])):(0,a.Q3)("",!0),(0,a.Lk)("p",null,[(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"Tap":"Click"),1),(0,a.eW)(),(0,a.bF)(u,{icon:"share-nodes",class:"bullet-icon"}),(0,a.eW)(" to copy url to share a location ")])]))])])):(0,a.Q3)("",!0),"Location"!=e.learnerPath||e.narrow?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",me,[1==e.infoPage?((0,a.uX)(),(0,a.Wv)(w.D,{key:0,class:"mr-2 mb-2",density:"compact","hide-details":"",color:e.accentColor,onClick:t[2]||(t[2]=function(t){return e.infoPage++}),onKeyup:t[3]||(t[3]=(0,n.jR)((function(t){return e.infoPage++}),["enter"])),elevation:"0"},{default:(0,a.k6)((function(){return[(0,a.eW)(" More ")]})),_:1},8,["color"])):(0,a.Q3)("",!0),2==e.infoPage?((0,a.uX)(),(0,a.Wv)(w.D,{key:1,class:"mr-2 mb-2",density:"compact",color:e.accentColor,onClick:t[4]||(t[4]=function(t){return e.infoPage--}),onKeyup:t[5]||(t[5]=(0,n.jR)((function(t){return e.infoPage--}),["enter"])),elevation:"0"},{default:(0,a.k6)((function(){return[(0,a.eW)(" Back ")]})),_:1},8,["color"])):(0,a.Q3)("",!0)])),"Clouds"==e.learnerPath?((0,a.uX)(),(0,a.CE)("div",ge,[(0,a.Lk)("span",ve,[(0,a.Lk)("div",ye,[(0,a.Lk)("div",null,[(0,a.eW)(" This map shows historical cloud cover data for the week of April 8 for the years 2003–2023 from "),be,(0,a.eW)(" on NASA's Aqua satellite. "+(0,v.v_)(e.touchscreen?"Tap":"Click")+" the map to display the ",1),(0,a.bF)(h,{term:"median",definition:"For half of the years from 2003–2023 on April 8, the cloud cover amount was less than the median value. For the other half of the years, the cloud cover was more than the median value."}),(0,a.eW)(" cloud coverage for a particular location (within about 100 km). Learn more in the "),(0,a.bF)(w.D,{style:{"padding-inline":"2px"},class:(0,v.C4)([e.smallSize?"text-caption":""]),color:e.accentColor,density:"compact",onClick:t[6]||(t[6]=function(t){return e.showAdvancedWeather=!0})},{default:(0,a.k6)((function(){return[(0,a.eW)("Cloud Data Explorer")]})),_:1},8,["class","color"]),(0,a.eW)(". ")]),(0,a.Lk)("div",null,[(0,a.bF)(p,{"cloud-cover":e.selectedLocationCloudCover,onCloudIcon:t[7]||(t[7]=function(t){return e.cloudIcon=t})},null,8,["cloud-cover"])])])])])):(0,a.Q3)("",!0),"CloudDetail"==e.learnerPath?((0,a.uX)(),(0,a.CE)("div",we,[(0,a.Lk)("span",Ce,[(0,a.Lk)("div",ke,[_e,(0,a.Lk)("div",null,[(0,a.Lk)("div",xe,[(0,a.eW)("Open the "),(0,a.bF)(w.D,{class:(0,v.C4)([e.smallSize?"text-caption":""]),color:e.accentColor,density:"compact",onClick:t[8]||(t[8]=function(t){return e.showAdvancedWeather=!0})},{default:(0,a.k6)((function(){return[(0,a.eW)("Cloud Data Explorer")]})),_:1},8,["class","color"])])])])])])):(0,a.Q3)("",!0)])]),(0,a.Lk)("div",Se,[(0,a.Lk)("div",Te,[(0,a.bF)(d,{"model-value":"Location"==e.learnerPath,"fa-icon":"location-dot","fa-size":"xl",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"Choose any viewing location","tooltip-location":"bottom","show-tooltip":!e.mobile,"box-shadow":!1,onActivate:t[9]||(t[9]=function(){e.learnerPath="Location"})},null,8,["model-value","color","focus-color","show-tooltip"]),(0,a.bF)(d,{"model-value":"Clouds"==e.learnerPath,"fa-icon":"cloud-sun","fa-size":"xl",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"View historical cloud coverage","tooltip-location":"bottom","show-tooltip":!e.mobile,"box-shadow":!1,onActivate:t[10]||(t[10]=function(){e.learnerPath="Clouds"})},null,8,["model-value","color","focus-color","show-tooltip"]),(0,a.bF)(d,{"model-value":"CloudDetail"==e.learnerPath,"fa-icon":"chart-column","fa-size":"xl",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"Explore detailed historical cloud coverage","tooltip-location":"bottom","show-tooltip":!e.mobile,"box-shadow":!1,onActivate:t[11]||(t[11]=function(){e.learnerPath="CloudDetail"})},null,8,["model-value","color","focus-color","show-tooltip"]),(0,a.bF)(d,{modelValue:e.showInfoSheet,"onUpdate:modelValue":t[12]||(t[12]=function(t){return e.showInfoSheet=t}),"fa-icon":"book-open","fa-size":"xl",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":e.showInfoSheet?null:"More on Eclipses","tooltip-location":"bottom","show-tooltip":!e.mobile,"box-shadow":!1},null,8,["modelValue","color","focus-color","tooltip-text","show-tooltip"]),(0,a.bF)(d,{modelValue:e.showWWTGuideSheet,"onUpdate:modelValue":t[13]||(t[13]=function(t){return e.showWWTGuideSheet=t}),"fa-icon":"circle-info","fa-size":"xl",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":e.showWWTGuideSheet?null:"User Guide","tooltip-location":"bottom","show-tooltip":!e.mobile,"box-shadow":!1},null,8,["modelValue","color","focus-color","tooltip-text","show-tooltip"])])])]),(0,a.Lk)("div",Le,[(0,a.bF)(z.d,null,{default:(0,a.k6)((function(o){o.isHovering,o.props;return[(0,a.Q3)("",!0),(0,a.bF)(U.QG,{disabled:e.smAndUp},{default:(0,a.k6)((function(){return[(0,a.Lk)("div",{class:(0,v.C4)([""]),id:"map-container","data-before-text":e.eclipsePredictionText},["Location"===e.learnerPath&&e.showEclipsePredictionTextBanner&&!e.mobile?((0,a.uX)(),(0,a.CE)("div",Me,[e.showEclipsePredictionText?((0,a.uX)(),(0,a.CE)("span",De,[(0,a.eW)((0,v.v_)(e.eclipsePredictionText)+" ",1),e.narrow?((0,a.uX)(),(0,a.Wv)(F.w,{key:0,style:{padding:"2px","border-radius":"3px","background-color":"#ddd"},class:"elevation-2",onClick:t[14]||(t[14]=function(t){e.showEclipsePredictionSheet=!0,e.showEclipsePredictionText=!0})},{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-sun-clock")]})),_:1})):(0,a.Q3)("",!0)])):((0,a.uX)(),(0,a.CE)("span",Pe,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(F.w,{style:{padding:"2px","border-radius":"3px","background-color":"#ddd"},class:"elevation-2",onClick:t[15]||(t[15]=function(t){e.showEclipsePredictionSheet=!0,e.showEclipsePredictionText=!0})},{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-sun-clock")]})),_:1}),(0,a.eW)(" to see eclipse predictions ")])),(0,a.Lk)("span",{class:"banner-close",onClick:t[16]||(t[16]=function(t){return e.showEclipsePredictionTextBanner=!1})},[(0,a.bF)(F.w,null,{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-close")]})),_:1})])])):(0,a.Q3)("",!0),e.narrow?((0,a.uX)(),(0,a.Wv)(f,{key:1,modelValue:!1,class:(0,v.C4)(["location-search-overmap","Clouds"===e.learnerPath?"overmap-budge":"",e.showNewMobileUI?"":"overmap-low"]),small:"",buttonSize:"xl","search-provider":e.geocodingInfoForSearch,accentColor:e.accentColor,onSetLocation:e.setLocationFromSearchFeature,onError:t[17]||(t[17]=function(t){return e.searchErrorMessage=t})},null,8,["class","search-provider","accentColor","onSetLocation"])):(0,a.Q3)("",!0),e.getMyLocation&&e.narrow?((0,a.uX)(),(0,a.Wv)(d,{key:2,id:"my-location-overmap"+("Clouds"===e.learnerPath?"-budge":""),"fa-icon":"location-crosshairs","fa-size":"2xl",color:e.myLocationColor,"focus-color":e.myLocationColor,"box-shadow":!1,"tooltip-text":e.myLocationToolTip,"show-tooltip":!e.mobile,"onUpdate:modelValue":t[18]||(t[18]=function(t){t?(e.$refs.geolocation.getLocation(),e.showMyLocationDialog=!0,e.learnerPath="Location"):console.log("geolocation button pressed = false")})},null,8,["id","color","focus-color","tooltip-text","show-tooltip"])):(0,a.Q3)("",!0),e.narrow?((0,a.uX)(),(0,a.Wv)(d,{key:3,id:"eclipse-details-overmap","md-icon":"sun-clock","md-size":"24",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"View eclipse timing details","tooltip-location":"start",onActivate:t[19]||(t[19]=function(){e.showEclipsePredictionSheet=!0,e.showEclipsePredictionText||(e.showEclipsePredictionTextBanner=!e.showNewMobileUI),e.showEclipsePredictionText=!0})},null,8,["color","focus-color"])):(0,a.Q3)("",!0),(0,a.bF)(m,{"model-value":e.locationDeg,"onUpdate:modelValue":e.updateLocationFromMap,"place-circle-options":e.placeCircleOptions,"detect-location":!1,"map-options":["Clouds","CloudDetail"].includes(e.learnerPath)?e.userSelectedMapOptions:e.initialMapOptions,"selected-circle-options":e.selectedCircleOptions,"show-cloud-cover":["Clouds","CloudDetail"].includes(e.learnerPath)&&null!==e.cloudCoverData,class:"leaflet-map","geo-json-files":e.geojson,"selected-cloud-cover":e.selectedCloudCoverData,"cloud-cover-opacity-function":e.sigmoid},null,8,["model-value","onUpdate:modelValue","place-circle-options","map-options","selected-circle-options","show-cloud-cover","geo-json-files","selected-cloud-cover","cloud-cover-opacity-function"]),"Clouds"===e.learnerPath?((0,a.uX)(),(0,a.Wv)(g,{key:4,label:"Historical Cloud Cover %",cmap:e.cloudColorMap},null,8,["cmap"])):(0,a.Q3)("",!0)],8,We)]})),_:1},8,["disabled"])]})),_:1})])]})),_:1},512),[[n.aG,e.showGuidedContent]]),(0,a.bF)(L.p,{id:"video-container",modelValue:e.showVideoSheet,"onUpdate:modelValue":t[22]||(t[22]=function(t){return e.showVideoSheet=t}),transition:"slide-y-transition","close-on-back":"",fullscreen:""},{default:(0,a.k6)((function(){return[(0,a.Lk)("div",Ne,[(0,a.bF)(u,{id:"video-close-icon",class:"close-icon",icon:"times",size:"lg",onClick:t[20]||(t[20]=function(t){return e.showVideoSheet=!1}),onKeyup:t[21]||(t[21]=(0,n.jR)((function(t){return e.showVideoSheet=!1}),["enter"])),tabindex:"0"}),ze])]})),_:1},8,["modelValue"]),(0,a.bF)(L.p,{scrim:"false",transition:"slide-y-transition",modelValue:e.showInfoSheet,"onUpdate:modelValue":t[25]||(t[25]=function(t){return e.showInfoSheet=t}),class:"bottom-sheet",id:"text-bottom-sheet",style:(0,v.Tr)(e.cssVars)},{default:(0,a.k6)((function(){return[(0,a.bF)(C.J,{class:"bottom-sheet-card"},{default:(0,a.k6)((function(){return[(0,a.bF)(k.r,{tabindex:"0"},{default:(0,a.k6)((function(){return[Fe]})),_:1}),(0,a.bF)(u,{id:"close-text-icon",class:"control-icon",icon:"square-xmark",size:"xl",onClick:t[23]||(t[23]=function(t){return e.showInfoSheet=!1}),onKeyup:t[24]||(t[24]=(0,n.jR)((function(t){return e.showInfoSheet=!1}),["enter"])),tabindex:"0"}),(0,a.bF)(C.J,{class:"no-bottom-border-radius scrollable"},{default:(0,a.k6)((function(){return[(0,a.bF)(_.O,{class:"info-text no-bottom-border-radius"},{default:(0,a.k6)((function(){return[(0,a.bF)(M.I,{id:"learn-more-content"},{default:(0,a.k6)((function(){return[Ae,(0,a.Lk)("figure",null,[(0,a.bF)(y,{startPaused:"",gif:o(9442),still:o(435),alt:"Animated schematic of a solar eclipse showing how the Moon moves between the Sun and Earth."},null,8,["gif","still"]),Ee,Oe])]})),_:1})]})),_:1})]})),_:1})]})),_:1})]})),_:1},8,["modelValue","style"]),(0,a.bF)(L.p,{scrim:"false",transition:"slide-y-transition",modelValue:e.showWWTGuideSheet,"onUpdate:modelValue":t[30]||(t[30]=function(t){return e.showWWTGuideSheet=t}),class:"bottom-sheet",id:"wwt-guide-sheet",style:(0,v.Tr)(e.cssVars)},{default:(0,a.k6)((function(){return[(0,a.bF)(C.J,{class:"bottom-sheet-card"},{default:(0,a.k6)((function(){return[(0,a.bF)(k.r,{tabindex:"0"},{default:(0,a.k6)((function(){return[Ie]})),_:1}),(0,a.bF)(u,{id:"close-text-icon",class:"control-icon",icon:"square-xmark",size:"xl",onClick:t[26]||(t[26]=function(t){return e.showWWTGuideSheet=!1}),onKeyup:t[27]||(t[27]=(0,n.jR)((function(t){return e.showWWTGuideSheet=!1}),["enter"])),tabindex:"0"}),(0,a.bF)(C.J,{class:"no-bottom-border-radius scrollable"},{default:(0,a.k6)((function(){return[(0,a.bF)(_.O,{class:"info-text no-bottom-border-radius"},{default:(0,a.k6)((function(){return[(0,a.bF)(M.I,{id:"user-guide"},{default:(0,a.k6)((function(){return[Re,(0,a.bF)(D.L,{align:"center"},{default:(0,a.k6)((function(){return[(0,a.bF)(P.B,{cols:"4"},{default:(0,a.k6)((function(){return[(0,a.bF)(T.x,{label:"",outlined:""},{default:(0,a.k6)((function(){return[(0,a.eW)(" Pan ")]})),_:1})]})),_:1}),(0,a.bF)(P.B,{cols:"8",class:"pt-1"},{default:(0,a.k6)((function(){return[(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"press + drag":"click + drag"),1),(0,a.eW)(" "+(0,v.v_)(e.touchscreen?"":"or")+" ",1),(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"":"W-A-S-D"),1),(0,a.eW)(" "+(0,v.v_)(e.touchscreen?"":"keys"),1),Ve]})),_:1})]})),_:1}),(0,a.bF)(D.L,{align:"center"},{default:(0,a.k6)((function(){return[(0,a.bF)(P.B,{cols:"4"},{default:(0,a.k6)((function(){return[(0,a.bF)(T.x,{label:"",outlined:""},{default:(0,a.k6)((function(){return[(0,a.eW)(" Zoom ")]})),_:1})]})),_:1}),(0,a.bF)(P.B,{cols:"8",class:"pt-1"},{default:(0,a.k6)((function(){return[(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"pinch in and out":"scroll in and out"),1),(0,a.eW)(" "+(0,v.v_)(e.touchscreen?"":"or")+" ",1),(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"":"I-O"),1),(0,a.eW)(" "+(0,v.v_)(e.touchscreen?"":"keys"),1),Ue]})),_:1})]})),_:1}),(0,a.bF)(D.L,null,{default:(0,a.k6)((function(){return[(0,a.bF)(P.B,{cols:"12"},{default:(0,a.k6)((function(){return[(0,a.Lk)("div",Be,[Xe,He,qe,(0,a.Lk)("ul",Ye,[(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"angles-left",size:"lg"}),(0,a.eW)(" to reverse time, or to increase reverse speed by 10x if time was already reversed. ")]),(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"play",size:"lg"}),(0,a.eW)("/ "),(0,a.bF)(u,{class:"bullet-icon",icon:"pause",size:"lg"}),(0,a.eW)(" to play or pause time. ")]),(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"angles-right",size:"lg"}),(0,a.eW)(" to increase speed by 10x, or to move time forward if time was reversed. ")]),(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"rotate",size:"lg"}),(0,a.eW)(" to reset starting time and speed. ")]),(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"gauge-high",size:"lg"}),(0,a.eW)(" to open more speed controls. ")]),(0,a.Lk)("ul",null,[(0,a.Lk)("li",je,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(F.w,{class:"bullet-icon",icon:"mdi-step-forward-2",size:"medium"}),(0,a.eW)(" or "),(0,a.bF)(F.w,{class:"bullet-icon",icon:"mdi-step-backward-2",size:"medium"}),(0,a.eW)(" to move time forward and backward. ")]),Ge]),(0,a.Lk)("li",null,[(0,a.eW)(" Drag "),(0,a.bF)(F.w,{class:"bullet-icon",icon:"mdi-circle",size:"medium"}),(0,a.eW)(" along the main slider to move to any time. ")])]),(0,a.bF)(W.G,{thickness:"2px",class:"solid-divider"}),$e,Qe,(0,a.Lk)("ul",Je,[Ze,Ke,e.showNewMobileUI?((0,a.uX)(),(0,a.CE)("li",et,[tt,(0,a.eW)(" The fraction of the Sun that is eclipsed in the currenty view (for the selected time and location). ")])):(0,a.Q3)("",!0),e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("li",ot,[(0,a.bF)(I.N,{class:"display-only-switch",modelValue:e.displaySwitchOn,"onUpdate:modelValue":t[28]||(t[28]=function(t){return e.displaySwitchOn=t}),density:"compact","hide-details":"",disabled:"",ripple:!1,color:e.accentColor,"true-icon":"mdi-white-balance-sunny"},null,8,["modelValue","color"]),nt,(0,a.eW)(" Camera follows the Sun. ")])),e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("li",it,[(0,a.bF)(I.N,{class:"display-only-switch",modelValue:e.displaySwitchOff,"onUpdate:modelValue":t[29]||(t[29]=function(t){return e.displaySwitchOff=t}),density:"compact","hide-details":"",disabled:"",ripple:!1,color:e.accentColor,"false-icon":"mdi-image"},null,8,["modelValue","color"]),at,(0,a.eW)(" Camera stays fixed and shows motion of Sun (and Moon) against the sky. ")]))]),(0,a.bF)(W.G,{thickness:"2px",class:"solid-divider"}),rt,lt,(0,a.Lk)("ul",st,[(0,a.Lk)("li",ct,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(F.w,{class:"bullet-icon",icon:"mdi-sun-clock",size:"medium"}),(0,a.eW)(" to display detailed "),ut,(0,a.eW)(" predictions for your selected location. ")]),e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("li",dt,[ht,(0,a.eW)(" Recenter view on Sun. ")])),pt,ft,mt,e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("li",gt,[vt,(0,a.eW)(" Display eclipse start time for your selected location. If applicable, display duration of totality. (This appears at the top of the map if it is open, and at the top of the screen if the map is closed.) ")])),e.narrow?((0,a.uX)(),(0,a.CE)("li",yt,[bt,(0,a.eW)(" Use new streamlined interface for small screens. (Uncheck to revert to original mobile interface.) ")])):(0,a.Q3)("",!0),e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("li",wt,[Ct,(0,a.eW)(" The fraction of the Sun that is eclipsed in the currenty view (for the selected time and location). ")]))]),(0,a.bF)(W.G,{thickness:"2px",class:"solid-divider"}),kt,_t,(0,a.Lk)("ul",xt,[(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"magnifying-glass",size:"lg"}),(0,a.eW)(" to search for a specific location name. ")]),(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"location-crosshairs",size:"lg"}),(0,a.eW)(" to view from "),St,(0,a.eW)(". (If icon is grayed out, consult your device's user guide to enable location services. This feature works most reliably on Chrome and might not be available on every browser+operating system combination.) ")]),(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"share-nodes",size:"lg"}),(0,a.eW)(" to copy "),Tt,(0,a.eW)(" for a specific location. ")])])]),(0,a.bF)(W.G,{thickness:"2px",class:"solid-divider"})]})),_:1})]})),_:1}),Lt,(0,a.bF)(Ht)]})),_:1})]})),_:1})]})),_:1})]})),_:1})]})),_:1},8,["modelValue","style"]),(0,a.bF)(Jt,{modelValue:e.showAdvancedWeather,"onUpdate:modelValue":t[31]||(t[31]=function(t){return e.showAdvancedWeather=t}),onExplainerOpen:t[32]||(t[32]=function(t){e.weatherInfoOpen=t}),"default-location":e.locationDeg,"show-on-map":e.showAWVMapByDefault,"show-charts":e.showAWVChartsByDefault,fullscreen:e.showAWVFullScreen,onLocation:t[33]||(t[33]=function(t){e.advancedWeatherSelectedCount+=1,e.cloudCoverSelectedLocations.push([t.latitudeDeg,t.longitudeDeg])}),onClose:t[34]||(t[34]=function(t){e.updateLocationFromMap(t,!1)})},null,8,["modelValue","default-location","show-on-map","show-charts","fullscreen"]),(0,a.bo)((0,a.Lk)("div",Wt,[e.showEclipsePredictionText?((0,a.uX)(),(0,a.CE)("span",Mt,(0,v.v_)(e.eclipsePredictionText),1)):((0,a.uX)(),(0,a.CE)("span",Dt,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(F.w,null,{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-sun-clock")]})),_:1}),(0,a.eW)(" to see eclipse predictions ")])),(0,a.Lk)("span",{class:"banner-close",onClick:t[35]||(t[35]=function(t){return e.showEclipsePredictionTextBanner=!1})},[(0,a.bF)(F.w,null,{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-close")]})),_:1})])],512),[[n.aG,!e.showGuidedContent&&e.showEclipsePredictionTextBanner]]),(0,a.Lk)("div",Pt,[(0,a.bF)(Zt,{"wwt-namespace":e.wwtNamespace,onPointerdown:e.onPointerDown,onPointerup:e.onPointerUp},null,8,["wwt-namespace","onPointerdown","onPointerup"]),(0,a.Lk)("div",null,[(0,a.Lk)("div",{id:"left-buttons-wrapper",class:(0,v.C4)([e.showGuidedContent?"":"budge"])},[(0,a.Lk)("div",Nt,[(0,a.bF)(f,{class:"location-search-overwwt",modelValue:e.searchOpen,"onUpdate:modelValue":t[36]||(t[36]=function(t){return e.searchOpen=t}),"search-provider":e.geocodingInfoForSearch,accentColor:e.accentColor,onSetLocation:e.setLocationFromSearchFeature,onError:t[37]||(t[37]=function(t){return e.searchErrorMessage=t}),small:"",buttonSize:"lg"},null,8,["modelValue","search-provider","accentColor","onSetLocation"])]),(0,a.Lk)("div",null,[e.getMyLocation?((0,a.uX)(),(0,a.Wv)(d,{key:0,class:"geolocation-button",id:"my-location","fa-icon":"location-crosshairs",color:e.myLocationColor,"focus-color":e.myLocationColor,"box-shadow":!1,"tooltip-text":e.myLocationToolTip,"show-tooltip":!e.mobile,"onUpdate:modelValue":t[38]||(t[38]=function(t){t?(e.$refs.geolocation.getLocation(),e.showMyLocationDialog=!0,e.learnerPath="Location"):console.log("geolocation button pressed = false")}),faSize:"lg"},null,8,["color","focus-color","tooltip-text","show-tooltip"])):(0,a.Q3)("",!0),(0,a.Lk)("div",{id:"location-progress",class:(0,v.C4)([e.showGuidedContent?"":"budge"])},[(0,a.bF)(No,{color:e.accentColor,"show-text-progress":!0,"hide-button":"","show-progress-circle":"",ref:"geolocation",onGeolocation:t[39]||(t[39]=function(t){e.myLocation={latitudeDeg:t.latitude,longitudeDeg:t.longitude},e.locationDeg=e.myLocation,e.showMyLocationDialog=!1,e.updateSelectedLocationText()}),onError:t[40]||(t[40]=function(t){e.$notify({group:"geolocation-error",title:"Error",text:t.message,type:"error"}),1===t.code&&(e.geolocationPermission="denied"),console.log(t)}),onPermission:t[41]||(t[41]=function(t){e.geolocationPermission=t,e.getMyLocation=!0})},null,8,["color"])],2)]),(0,a.bF)(d,{id:"share","fa-icon":"share-nodes",color:e.accentColor,"focus-color":e.accentColor,"box-shadow":!1,"tooltip-text":"Share view of this location","show-tooltip":!e.mobile,onActivate:e.copyShareURL,faSize:"lg"},null,8,["color","focus-color","show-tooltip","onActivate"])],2)]),(0,a.bF)(E.L,{"model-value":e.showSplashScreen,absolute:"",opacity:"0.6",style:(0,v.Tr)(e.cssVars),id:"splash-overlay"},{default:(0,a.k6)((function(){return[(0,a.bo)(((0,a.uX)(),(0,a.CE)("div",{id:"splash-screen",style:(0,v.Tr)(e.cssVars)},[(0,a.Lk)("div",zt,[(0,a.Lk)("div",{id:"close-splash-button",onClick:t[42]||(t[42]=function(){for(var t=[],o=0;o1&&!e.showNewMobileUI?((0,a.uX)(),(0,a.Wv)(w.D,{key:0,id:"intro-next-button",color:e.accentColor,onClick:t[47]||(t[47]=function(t){return e.introSlide--}),onKeyup:t[48]||(t[48]=(0,n.jR)((function(t){return e.introSlide--}),["enter"])),elevation:"0"},{default:(0,a.k6)((function(){return[(0,a.eW)(" Back ")]})),_:1},8,["color"])):(0,a.Q3)("",!0)]),(0,a.bF)(w.D,{id:"intro-next-button",color:e.accentColor,onClick:t[49]||(t[49]=function(t){return e.introSlide++}),onKeyup:t[50]||(t[50]=(0,n.jR)((function(t){return e.introSlide++}),["enter"])),elevation:"0"},{default:(0,a.k6)((function(){return[(0,a.eW)((0,v.v_)(e.introSlide<2?"Next":"Get Started"),1)]})),_:1},8,["color"])])])):(0,a.Q3)("",!0)]})),_:1},8,["modelValue","style"]),(0,a.Lk)("div",lo,[(0,a.Lk)("div",so,[(0,a.bF)(T.x,{"prepend-icon":e.cloudIcon,variant:"outlined",size:"small",elevation:"3",text:e.selectedLocationText,onClick:t[52]||(t[52]=function(){e.searchOpen=!0,e.learnerPath="Location"})},null,8,["prepend-icon","text"]),(0,a.bF)(T.x,{"prepend-icon":e.smallSize?"":"mdi-clock",variant:"outlined",size:"small",elevation:"1",text:e.selectedLocaledTimeDateString},null,8,["prepend-icon","text"]),e.showNewMobileUI?((0,a.uX)(),(0,a.Wv)(T.x,{key:0,"prepend-icon":e.smallSize?"":"mdi-sun-angle",variant:"outlined",elevation:"1",text:e.percentEclipsedText},null,8,["prepend-icon","text"])):(0,a.Q3)("",!0)]),e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",co,[(0,a.Lk)("div",uo,[(0,a.bF)(Fo,{location:"left",disabled:e.mobile},{target:(0,a.k6)((function(){return[(0,a.bF)(I.N,{inset:"","hide-details":"",modelValue:e.toggleTrackSun,"onUpdate:modelValue":t[53]||(t[53]=function(t){return e.toggleTrackSun=t}),ripple:!1,color:e.accentColor,"true-icon":"mdi-white-balance-sunny","false-icon":"mdi-image",onKeyup:t[54]||(t[54]=(0,n.jR)((function(t){return e.toggleTrackSun=!e.toggleTrackSun}),["enter"])),tabindex:"0"},null,8,["modelValue","color"])]})),default:(0,a.k6)((function(){return[(0,a.eW)(" "+(0,v.v_)(e.toggleTrackSun?"Stop Tracking Sun":"Start Tracking Sun"),1)]})),_:1},8,["disabled"])])]))]),(0,a.Lk)("div",ho,[(0,a.bF)(d,{id:"eclipse-details-button","md-icon":"sun-clock","md-size":"24",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"View eclipse timing details","tooltip-location":"start",onActivate:t[55]||(t[55]=function(){e.showEclipsePredictionSheet=!0,e.showEclipsePredictionText||(e.showEclipsePredictionTextBanner=!e.showNewMobileUI),e.showEclipsePredictionText=!0})},null,8,["color","focus-color"]),(0,a.bF)(L.p,{modelValue:e.showEclipsePredictionSheet,"onUpdate:modelValue":t[57]||(t[57]=function(t){return e.showEclipsePredictionSheet=t}),"max-width":"fit-content",transition:"slide-y-transition",id:"eclipse-prediction-sheet"},{default:(0,a.k6)((function(){return[(0,a.bF)(C.J,null,{default:(0,a.k6)((function(){return[(0,a.bF)(_.O,null,{default:(0,a.k6)((function(){return[(0,a.Lk)("button",{style:{position:"absolute",right:"12px",cursor:"pointer"},id:"close-eclipse-prediction-sheet",onClick:t[56]||(t[56]=function(t){return e.showEclipsePredictionSheet=!1})},[(0,a.bF)(F.w,{class:"elevation-2",color:e.accentColor},{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-close")]})),_:1},8,["color"])]),(0,a.bF)(Ao,{"show-timer":"",prediction:e.eclipsePrediction,timezone:e.selectedTimezone,color:e.accentColor,location:e.selectedLocationText},null,8,["prediction","timezone","color","location"])]})),_:1})]})),_:1})]})),_:1},8,["modelValue"]),(0,a.Lk)("div",po,[(0,a.Lk)("div",fo,[(0,a.bF)(u,{size:"lg",color:e.accentColor,icon:e.showControls?"chevron-down":"gear",onClick:t[58]||(t[58]=function(t){return e.showControls=!e.showControls}),onKeyup:t[59]||(t[59]=(0,n.jR)((function(t){return e.showControls=!e.showControls}),["enter"])),tabindex:"0"},null,8,["color","icon"])]),e.showControls?((0,a.uX)(),(0,a.CE)("div",mo,[e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.Wv)(S.a,{key:0,color:e.accentColor,modelValue:e.sunCenteredTracking,"onUpdate:modelValue":t[60]||(t[60]=function(t){return e.sunCenteredTracking=t}),onChange:t[61]||(t[61]=function(t){return e.centerSun()}),label:"Center Sun",disabled:e.sunCenteredTracking,"hide-details":""},null,8,["color","modelValue","disabled"])),(0,a.bF)(S.a,{color:e.accentColor,modelValue:e.showAltAzGrid,"onUpdate:modelValue":t[62]||(t[62]=function(t){return e.showAltAzGrid=t}),onKeyup:t[63]||(t[63]=(0,n.jR)((function(t){return e.showAltAzGrid=!e.showAltAzGrid}),["enter"])),label:"Sky Grid","hide-details":""},null,8,["color","modelValue"]),(0,a.bF)(S.a,{color:e.accentColor,modelValue:e.showHorizon,"onUpdate:modelValue":t[64]||(t[64]=function(t){return e.showHorizon=t}),onKeyup:t[65]||(t[65]=(0,n.jR)((function(t){return e.showHorizon=!e.showHorizon}),["enter"])),label:"Horizon/Daytime Sky","hide-details":""},null,8,["color","modelValue"]),(0,a.bF)(S.a,{color:e.accentColor,modelValue:e.useRegularMoon,"onUpdate:modelValue":t[66]||(t[66]=function(t){return e.useRegularMoon=t}),onKeyup:t[67]||(t[67]=(0,n.jR)((function(t){return e.useRegularMoon=!e.useRegularMoon}),["enter"])),label:"Visible Moon","hide-details":""},null,8,["color","modelValue"]),(0,a.bo)((0,a.bF)(S.a,{color:e.accentColor,modelValue:e.showEclipsePredictionTextBanner,"onUpdate:modelValue":t[68]||(t[68]=function(t){return e.showEclipsePredictionTextBanner=t}),onKeyup:t[69]||(t[69]=(0,n.jR)((function(t){return e.showEclipsePredictionTextBanner=!e.showEclipsePredictionTextBanner}),["enter"])),label:"Eclipse Timing","hide-details":""},null,8,["color","modelValue"]),[[n.aG,!e.showNewMobileUI]]),(0,a.bo)((0,a.bF)(S.a,{modelValue:e.showNewMobileUI,"onUpdate:modelValue":[t[70]||(t[70]=function(t){return e.showNewMobileUI=t}),t[72]||(t[72]=function(t){console.log("showNewMobileUI",t),e.showEclipsePredictionTextBanner=!t})],label:"New Interface",color:e.accentColor,onKeyup:t[71]||(t[71]=(0,n.jR)((function(t){return e.showNewMobileUI=!e.showNewMobileUI}),["enter"])),"hide-details":""},null,8,["modelValue","color"]),[[n.aG,e.narrow]])])):(0,a.Q3)("",!0)]),(0,a.Lk)("div",go,[e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.Wv)(T.x,{key:0,"prepend-icon":e.smallSize?"":"mdi-sun-angle",variant:"outlined",elevation:"1",text:e.percentEclipsedText},null,8,["prepend-icon","text"]))]),(0,a.Lk)("div",vo,[(0,a.bF)(d,{modelValue:e.showVideoSheet,"onUpdate:modelValue":t[73]||(t[73]=function(t){return e.showVideoSheet=t}),id:"video-icon","fa-icon":"video","fa-size":"lg",color:e.accentColor,"tooltip-text":"Video guide","tooltip-location":"start","tooltip-offset":e.smallSize?0:"10px"},null,8,["modelValue","color","tooltip-offset"])]),(0,a.Lk)("div",yo,[(0,a.Lk)("span",bo,[(0,a.Lk)("div",wo,[(0,a.Lk)("div",Co,[(0,a.bF)(d,{id:"reverse-speed","fa-icon":"angles-left",onActivate:t[74]||(t[74]=function(){e.reversePlaybackRate()}),color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":e.playbackRate<0?"Reverse Faster":"Reverse","tooltip-location":"top","tooltip-offset":"5px",faSize:"1x","show-tooltip":!e.mobile},null,8,["color","focus-color","tooltip-text","show-tooltip"]),(0,a.bF)(d,{id:"play-pause-icon","fa-icon":e.playing?"pause":"play",onActivate:t[75]||(t[75]=function(){e.playing=!e.playing}),color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"Play/Pause","tooltip-location":"top","tooltip-offset":"5px",faSize:"1x","show-tooltip":!e.mobile},null,8,["fa-icon","color","focus-color","show-tooltip"]),(0,a.bF)(d,{id:"forward-speed","fa-icon":"angles-right",onActivate:t[76]||(t[76]=function(){e.increasePlaybackRate()}),color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":e.playbackRate>0?"Faster":"Forward","tooltip-location":"top","tooltip-offset":"5px",faSize:"1x","show-tooltip":!e.mobile},null,8,["color","focus-color","tooltip-text","show-tooltip"]),(0,a.Q3)("",!0),(0,a.bF)(d,{id:"reset","fa-icon":"rotate",onActivate:t[78]||(t[78]=function(){e.selectedTime=new Date("2024-04-08T18:18:00Z").getTime()-54e5,e.playbackRate=500,e.playing=!1,e.toggleTrackSun=!0,e.forceRate=!1}),color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"Reset","tooltip-location":"top","tooltip-offset":"5px",faSize:"1x","show-tooltip":!e.mobile},null,8,["color","focus-color","show-tooltip"]),e.xSmallSize?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.Wv)(L.p,{key:1,modelValue:e.playbackVisible,"onUpdate:modelValue":t[83]||(t[83]=function(t){return e.playbackVisible=t}),scrim:!1,location:"top",offset:"40","location-strategy":"connected",persistent:"","no-click-animation":"","retain-focus":!1},{activator:(0,a.k6)((function(o){var n=o.props;return[(0,a.bF)(d,(0,a.v6)({id:"speed-control-icon",onActivate:t[79]||(t[79]=function(){e.playbackVisible=!e.playbackVisible}),"fa-icon":e.playbackVisible?"times":"gauge-high",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"Speed Controls","tooltip-location":"top","tooltip-offset":"5px",faSize:"1x","show-tooltip":!e.mobile},n),null,16,["fa-icon","color","focus-color","show-tooltip"])]})),default:(0,a.k6)((function(){return[e.playbackVisible?((0,a.uX)(),(0,a.Wv)(Eo,{key:0,class:"desktop-playback-control","model-value":e.playbackRate,"onUpdate:modelValue":t[80]||(t[80]=function(t){e.forceRate=!1,e.playbackRate=t}),paused:!e.playing,onPaused:t[81]||(t[81]=function(t){return e.playing=!t}),"max-power":3,max:Math.log10(1e3)+1,color:e.accentColor,inline:!1,"show-close-button":"",onClose:t[82]||(t[82]=function(){e.playbackVisible=!1})},null,8,["model-value","paused","max","color"])):(0,a.Q3)("",!0)]})),_:1},8,["modelValue"])),e.xSmallSize?((0,a.uX)(),(0,a.CE)("div",ko,[(0,a.bF)(d,{id:"speed-control-icon",onActivate:t[84]||(t[84]=function(){e.playbackVisible=!e.playbackVisible}),"fa-icon":e.playbackVisible?"times":"gauge-high",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"Time Controls","tooltip-location":"top","tooltip-offset":"5px",faSize:"1x","show-tooltip":!e.mobile},null,8,["fa-icon","color","focus-color","show-tooltip"]),(0,a.bo)((0,a.bF)(Eo,{class:"mobile-playback-control","model-value":e.playbackRate,"onUpdate:modelValue":t[85]||(t[85]=function(t){e.forceRate=!1,e.playbackRate=t}),paused:!e.playing,onPaused:t[86]||(t[86]=function(t){return e.playing=!t}),"max-power":3,max:Math.log10(1e3)+1,color:e.accentColor,inline:!0,"inline-button":"",onClose:t[87]||(t[87]=function(){e.playbackVisible=!1})},null,8,["model-value","paused","max","color"]),[[n.aG,e.playbackVisible]])])):(0,a.Q3)("",!0)]),(0,a.Lk)("div",_o,[(0,a.eW)(" Time rate: "),1===e.playbackRate&&e.playing?((0,a.uX)(),(0,a.CE)("span",xo," Real time ")):(0,a.Q3)("",!0),1!=e.playbackRate&&e.playing?((0,a.uX)(),(0,a.CE)("span",So,(0,v.v_)(e.niceRound(e.playbackRate))+"× ",1)):(0,a.Q3)("",!0),e.playing?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("span",To," ("+(0,v.v_)(e.niceRound(e.playbackRate))+"×) Paused ",1)),e.playing&&e.forceRate?((0,a.uX)(),(0,a.CE)("span",Lo," (Slowed for totality) ")):(0,a.Q3)("",!0)])]),(0,a.Lk)("div",Wo,[(0,a.bF)(O.u,{modelValue:e.selectedTime,"onUpdate:modelValue":t[88]||(t[88]=function(t){return e.selectedTime=t}),max:e.maxTime,min:e.minTime,color:e.accentColor,ripple:!1,"hide-details":"","track-size":"8px","thumb-size":"20px","thumb-label":"always",step:e.millisecondsPerInterval,onMousedown:t[89]||(t[89]=function(){e.playing=!1})},{"thumb-label":(0,a.k6)((function(t){return[(0,a.eW)((0,v.v_)(e.toTimeString(new Date(t.modelValue))),1)]})),_:1},8,["modelValue","max","min","color","step"])]),(0,a.Lk)("div",Mo,[(0,a.bF)(d,{"md-icon":"mdi-lock",onActivate:t[90]||(t[90]=function(){return e.showPrivacyDialog=!0}),color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"Change privacy settings","tooltip-location":"bottom","tooltip-offset":"5px","show-tooltip":!e.mobile,mdSize:"1em"},null,8,["color","focus-color","show-tooltip"])])])]),e.smallSize?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",Do,[(0,a.bF)(zo)]))]),(0,a.bF)(L.p,{scrim:"false",modelValue:e.showPrivacyDialog,"onUpdate:modelValue":t[93]||(t[93]=function(t){return e.showPrivacyDialog=t}),"max-width":"400px",id:"privacy-popup-dialog"},{default:(0,a.k6)((function(){return[(0,a.bF)(C.J,null,{default:(0,a.k6)((function(){return[(0,a.bF)(_.O,null,{default:(0,a.k6)((function(){return[(0,a.eW)(" To evaluate usage of this app, "),Po,(0,a.eW)(' data may be collected, including locations viewed and map quiz responses. "My Location" data is NEVER collected. ')]})),_:1}),(0,a.bF)(x.S,{class:"pt-3"},{default:(0,a.k6)((function(){return[(0,a.bF)(N.h),(0,a.bF)(w.D,{color:"#BDBDBD",href:"https://www.cfa.harvard.edu/privacy-statement",target:"_blank",rel:"noopener noreferrer"},{default:(0,a.k6)((function(){return[(0,a.eW)(" Privacy Policy ")]})),_:1}),(0,a.bF)(w.D,{color:"#ff6666",onClick:t[91]||(t[91]=function(){e.responseOptOut=!0,e.showPrivacyDialog=!1})},{default:(0,a.k6)((function(){return[(0,a.eW)(" Opt out ")]})),_:1}),(0,a.bF)(w.D,{color:"green",onClick:t[92]||(t[92]=function(){e.responseOptOut=!1,e.showPrivacyDialog=!1})},{default:(0,a.k6)((function(){return[(0,a.eW)(" Allow ")]})),_:1})]})),_:1})]})),_:1})]})),_:1},8,["modelValue"]),(0,a.bF)(Oo,{group:"copy-url",position:"center top",classes:"url-notification"}),(0,a.bF)(Oo,{dangerouslySetInnerHtml:"",group:"geolocation-error",position:"center top"})])]})),_:1},8,["style"])}var zo=o(953),Fo=o(9279),Ao=o(4979),Eo=o(1246),Oo=function(){function e(){this.addedToPrimitives=!1,this.annotationDirty=!0,this._opacity=1,this._showHoverLabel=!1}return e.prepBatch=function(t){(null==e.pointList||e.batchDirty)&&(e.pointList=new Ao.PointList(t),e.lineList=new Ao.LineList,e.triangleFanPointList=new Ao.TriangleFanList,e.triangleList=new Ao.TriangleList,e.lineList.set_depthBuffered(!1),e.triangleList.depthBuffered=!1)},e.drawBatch=function(t){e.batchDirty=!1,null!=t.gl&&(null!=e.pointList&&e.pointList.draw(t,1,!1),null!=e.lineList&&e.lineList.drawLines(t,1),null!=e.triangleFanPointList&&e.triangleFanPointList.draw(t,1),null!=e.triangleList&&e.triangleList.draw(t,1,0))},e.separation=function(e,t,o,n){t=t/180*Math.PI,n=n/180*Math.PI,e=e/12*Math.PI,o=o/12*Math.PI;var i=Math.cos(t)*Math.sin(n)-Math.sin(t)*Math.cos(n)*Math.cos(o-e),a=Math.cos(n)*Math.sin(o-e),r=Math.sin(t)*Math.sin(n)+Math.cos(t)*Math.cos(n)*Math.cos(o-e),l=Math.atan2(Math.sqrt(i*i+a*a),r);return l=l/Math.PI*180,l<0&&(l+=180),l},e.colorToUint=function(e){return e.a<<24|e.r<<16|e.g<<8|e.b},e.colorToUintAlpha=function(e,t){return t<<24|e.r<<16|e.g<<8|e.b},e.prototype.get_opacity=function(){return this._opacity},e.prototype.set_opacity=function(t){return e.batchDirty=!0,this._opacity=t,t},e.prototype.draw=function(e){},e.prototype.get_id=function(){return this._id},e.prototype.set_id=function(e){return this._id=e,e},e.prototype.get_tag=function(){return this._tag},e.prototype.set_tag=function(e){return this._tag=e,e},e.prototype.get_label=function(){return this._label},e.prototype.set_label=function(e){return this._label=e,e},e.prototype.get_showHoverLabel=function(){return this._showHoverLabel},e.prototype.set_showHoverLabel=function(e){return this._showHoverLabel=e,e},e.prototype.hitTest=function(e,t,o,n,i){return!1},e.prototype.get_center=function(){return this.center},e.prototype.set_center=function(e){return this.center=e,e},e.addAnnotation=function(t){e.annotations.push(t),e.batchDirty=!0},e.clearAll=function(){e.annotations=[],e.batchDirty=!0},e.annotations=[],e.lineList=null,e.triangleFanPointList=null,e.triangleList=null,e.batchDirty=!0,e}(),Io=function(e){function t(){var t=e.call(this)||this;return t._points$1=[],t._fill$1=!1,t._strokeWidth$1=1,t._lineColor$1=Ao.Colors.get_white(),t._fillColor$1=Ao.Colors.get_white(),t}return(0,s.C6)(t,e),t.prototype.addPoint=function(e,t){Oo.batchDirty=!0,this._points$1.push(Ao.Coordinates.raDecTo3d(e/15,t))},t.prototype.get_fill=function(){return this._fill$1},t.prototype.set_fill=function(e){return Oo.batchDirty=!0,this._fill$1=e,e},t.prototype.get_lineWidth=function(){return this._strokeWidth$1},t.prototype.set_lineWidth=function(e){return Oo.batchDirty=!0,this._strokeWidth$1=e,e},t.prototype.get_lineColor=function(){return this._lineColor$1.toString()},t.prototype.set_lineColor=function(e){return Oo.batchDirty=!0,this._lineColor$1=Ao.Color.fromName(e),e},t.prototype.get_fillColor=function(){return this._fillColor$1.toString()},t.prototype.set_fillColor=function(e){return Oo.batchDirty=!0,this._fillColor$1=Ao.Color.fromName(e),e},t.prototype.draw=function(e){var t,o;if(null!=e.gl){if(Oo.batchDirty||this.annotationDirty){var n=this._points$1;if(this._strokeWidth$1>0&&this._points$1.length>1){var i=this._lineColor$1._clone();i.a=Math.round(i.a*this.get_opacity());for(var a=0;ay&&Ao.SpaceTimeController.get_jNow()v&&(w=(b-Ao.SpaceTimeController.get_jNow())/(m.get_fadeSpan()/864e6)),m.set_astronomical(o),m.draw(e,t*w,a)}}}}catch(C){r={error:C}}finally{try{f&&!f.done&&(l=p.return)&&l.call(p)}finally{if(r)throw r.error}}e.set_nominalRadius(h),e.set_world(u),e.set_worldBaseNonRotating(d)}}}function jo(){if(this.renderContext.space&&this._tracking&&null!=this._trackingObject)if(Ao.Settings.get_active().get_galacticMode()&&this.renderContext.space){var e=Ao.Coordinates.j2000toGalactic(15*this._trackingObject.get_RA(),this._trackingObject.get_dec());this.renderContext.targetAlt=this.renderContext.alt=e[1],this.renderContext.targetAz=this.renderContext.az=e[0]}else if(this.renderContext.space&&Ao.Settings.get_active().get_localHorizonMode()){var t=Ao.Coordinates.equitorialToHorizon(Ao.Coordinates.fromRaDec(this._trackingObject.get_RA(),this._trackingObject.get_dec()),Ao.SpaceTimeController.get_location(),Ao.SpaceTimeController.get_now());this.renderContext.targetAlt=this.renderContext.alt=t.get_alt(),this.renderContext.targetAz=this.renderContext.az=t.get_az()}else this.renderContext.viewCamera.lng=this.renderContext.targetCamera.lng=this.rAtoViewLng(this._trackingObject.get_RA()),this.renderContext.viewCamera.lat=this.renderContext.targetCamera.lat=this._trackingObject.get_dec();else this.get_solarSystemMode()||(this._tracking=!1,this._trackingObject=null);var o=1-.8,n=.8;if(!this._tracking){var i=this.renderContext.viewCamera.zoom/4e3;this.renderContext.viewCamera.zoom>360&&(i=.009),this.renderContext.space&&(Ao.Settings.get_active().get_localHorizonMode()||Ao.Settings.get_active().get_galacticMode())?1===(Math.abs(this.renderContext.targetAlt-this.renderContext.alt)>=i|Math.abs(this.renderContext.targetAz-this.renderContext.az)>=i)&&(this.renderContext.alt+=(this.renderContext.targetAlt-this.renderContext.alt)/10,Math.abs(this.renderContext.targetAz-this.renderContext.az)>170?this.renderContext.targetAz>this.renderContext.az?this.renderContext.az+=(this.renderContext.targetAz-(360+this.renderContext.az))/10:this.renderContext.az+=(360+this.renderContext.targetAz-this.renderContext.az)/10:this.renderContext.az+=(this.renderContext.targetAz-this.renderContext.az)/10,this.renderContext.az=(this.renderContext.az+720)%360):1===(Math.abs(this.renderContext.targetCamera.lat-this.renderContext.viewCamera.lat)>=i|Math.abs(this.renderContext.targetCamera.lng-this.renderContext.viewCamera.lng)>=i)?(this.renderContext.viewCamera.lat+=(this.renderContext.targetCamera.lat-this.renderContext.viewCamera.lat)/10,Math.abs(this.renderContext.targetCamera.lng-this.renderContext.viewCamera.lng)>170?this.renderContext.targetCamera.lng>this.renderContext.viewCamera.lng?this.renderContext.viewCamera.lng+=(this.renderContext.targetCamera.lng-(360+this.renderContext.viewCamera.lng))/10:this.renderContext.viewCamera.lng+=(360+this.renderContext.targetCamera.lng-this.renderContext.viewCamera.lng)/10:this.renderContext.viewCamera.lng+=(this.renderContext.targetCamera.lng-this.renderContext.viewCamera.lng)/10,this.renderContext.viewCamera.lng=(this.renderContext.viewCamera.lng+720)%360):this.renderContext.viewCamera.lat===this.renderContext.targetCamera.lat&&this.renderContext.viewCamera.lng===this.renderContext.targetCamera.lng||(this.renderContext.viewCamera.lat=this.renderContext.targetCamera.lat,this.renderContext.viewCamera.lng=this.renderContext.targetCamera.lng)}this.renderContext.viewCamera.zoom=n*this.renderContext.viewCamera.zoom+o*this.renderContext.targetCamera.zoom,this.renderContext.viewCamera.rotation=n*this.renderContext.viewCamera.rotation+o*this.renderContext.targetCamera.rotation,this.renderContext.viewCamera.angle=n*this.renderContext.viewCamera.angle+o*this.renderContext.targetCamera.angle}function Go(){var e,t,o,n;null!=this.renderContext.get_backgroundImageset()?this.renderType=this.renderContext.get_backgroundImageset().get_dataSetType():this.renderType=2;var i=!1;if(this.canvas.width!==this.canvas.parentNode.clientWidth&&(this.canvas.width=this.canvas.parentNode.clientWidth,i=!0),this.canvas.height!==this.canvas.parentNode.clientHeight&&(this.canvas.height=this.canvas.parentNode.clientHeight,i=!0),i&&null!=this.explorer&&this.explorer.refresh(),!(this.canvas.width<1||this.canvas.height<1)){if(i&&(this._crossHairs=null),Ao.Tile.lastDeepestLevel=Ao.Tile.deepestLevel,Ao.RenderTriangle.width=this.renderContext.width=this.canvas.width,Ao.RenderTriangle.height=this.renderContext.height=this.canvas.height,Ao.Tile.tilesInView=0,Ao.Tile.tilesTouched=0,Ao.Tile.deepestLevel=0,Ao.SpaceTimeController.set_metaNow(new Date),null!=this.get__mover()){if(Ao.SpaceTimeController.set_now(this.get__mover().get_currentDateTime()),Ao.Planets.updatePlanetLocations(this.get_solarSystemMode()),null!=this.get__mover()){var a=this.get__mover().get_currentPosition();if(this.renderContext.targetCamera=a.copy(),this.renderContext.viewCamera=a.copy(),this.renderContext.space&&Ao.Settings.get_active().get_galacticMode()){var r=Ao.Coordinates.j2000toGalactic(15*a.get_RA(),a.get_dec());this.renderContext.targetAlt=this.renderContext.alt=r[1],this.renderContext.targetAz=this.renderContext.az=r[0]}else if(this.renderContext.space&&Ao.Settings.get_active().get_localHorizonMode()){var l=Ao.Coordinates.equitorialToHorizon(Ao.Coordinates.fromRaDec(a.get_RA(),a.get_dec()),Ao.SpaceTimeController.get_location(),Ao.SpaceTimeController.get_now());this.renderContext.targetAlt=this.renderContext.alt=l.get_alt(),this.renderContext.targetAz=this.renderContext.az=l.get_az()}this.get__mover().get_complete()&&(Ao.WWTControl.scriptInterface._fireArrived(this.get__mover().get_currentPosition().get_RA(),this.get__mover().get_currentPosition().get_dec(),Ao.WWTControl.singleton.renderContext.viewCamera.zoom),this.set__mover(null),this._notifyMoveComplete())}}else Ao.SpaceTimeController.updateClock(),Ao.Planets.updatePlanetLocations(this.get_solarSystemMode()),this._updateViewParameters();if(this.renderContext.clear(),this.renderContext.setupMatricesSpace3d(this.renderContext.width,this.renderContext.height),this.renderContext.drawImageSet(this.renderContext.get_backgroundImageset(),100),null!=this.renderContext.get_foregroundImageset())if(this.renderContext.get_foregroundImageset().get_dataSetType()!==this.renderContext.get_backgroundImageset().get_dataSetType())this.renderContext.set_foregroundImageset(null);else if(100!==this.renderContext.viewCamera.opacity&&null==this.renderContext.gl){this._foregroundCanvas.width===this.renderContext.width&&this._foregroundCanvas.height===this.renderContext.height||(this._foregroundCanvas.width=this.renderContext.width,this._foregroundCanvas.height=this.renderContext.height);var c=this.renderContext.device;this._fgDevice.clearRect(0,0,this.renderContext.width,this.renderContext.height),this.renderContext.device=this._fgDevice,this.renderContext.drawImageSet(this.renderContext.get_foregroundImageset(),100),this.renderContext.device=c,this.renderContext.device.save(),this.renderContext.device.globalAlpha=this.renderContext.viewCamera.opacity/100,this.renderContext.device.drawImage(this._foregroundCanvas,0,0),this.renderContext.device.restore()}else this.renderContext.drawImageSet(this.renderContext.get_foregroundImageset(),this.renderContext.viewCamera.opacity);if(null!=this.uiController)this.uiController.render(this.renderContext);else{Ao.Annotation.prepBatch(this.renderContext);try{for(var u=(0,s.Ju)(this._annotations),d=u.next();!d.done;d=u.next()){var h=d.value;h.draw(this.renderContext)}}catch(_){e={error:_}}finally{try{d&&!d.done&&(t=u.return)&&t.call(u)}finally{if(e)throw e.error}}if(Ao.Annotation.drawBatch(this.renderContext),Date.now()-this._lastMouseMove>400){var p=this.getCoordinatesForScreenPoint(this._hoverTextPoint.x,this._hoverTextPoint.y);this._annotationHover(p.x,p.y,this._hoverTextPoint.x,this._hoverTextPoint.y),this._lastMouseMove=new Date(2100,1,1)}this._hoverText&&this._drawHoverText(this.renderContext)}for(var f in this.renderContext.get_catalogHipsImagesets())f.get_hipsProperties().get_catalogSpreadSheetLayer().enabled&&f.get_hipsProperties().get_catalogSpreadSheetLayer().lastVersion===f.get_hipsProperties().get_catalogSpreadSheetLayer().get_version()&&this.renderContext.drawImageSet(f,100);this.constellation=Ao.Constellations.containment.findConstellationForPoint(this.renderContext.viewCamera.get_RA(),this.renderContext.viewCamera.get_dec()),this._drawSkyOverlays(),Ao.Planets.drawPlanets(this.renderContext,1),Oo.prepBatch(this.renderContext);try{for(var m=(0,s.Ju)(Oo.annotations),g=m.next();!g.done;g=m.next()){h=g.value;h.draw(this.renderContext)}}catch(x){o={error:x}}finally{try{g&&!g.done&&(n=m.return)&&n.call(m)}finally{if(o)throw o.error}}Oo.drawBatch(this.renderContext);var v=this.renderContext.get_world(),y=this.renderContext.get_view(),b=this.renderContext.get_projection();Ao.Settings.get_current().get_showCrosshairs()&&this._drawCrosshairs(this.renderContext);var w=!Ao.TileCache.get_queueCount();this.renderContext.setupMatricesOverlays(),this._fadeFrame(),this._frameCount++,Ao.TileCache.decimateQueue(),Ao.TileCache.processQueue(this.renderContext),Ao.Tile.currentRenderGeneration++,Ao.TourPlayer.get_playing()||this.set_crossFadeFrame(!1),this.renderContext.set_world(v),this.renderContext.set_view(y),this.renderContext.set_projection(b);var C=Date.now(),k=C-this._lastUpdate;k>1e3&&(this._lastUpdate=C,this._frameCount=0,Ao.RenderTriangle.trianglesRendered=0,Ao.RenderTriangle.trianglesCulled=0),this.capturingVideo&&(null==this.dumpFrameParams||this.dumpFrameParams.waitDownload&&!w||(this.captureFrameForVideo(this._videoBlobReady,this.dumpFrameParams.width,this.dumpFrameParams.height,this.dumpFrameParams.format),Ao.SpaceTimeController.nextFrame()),Ao.SpaceTimeController.get_doneDumping()&&(Ao.SpaceTimeController.frameDumping=!1,Ao.SpaceTimeController.cancelFrameDump=!1,this.capturingVideo=!1)),this.renderFrameCallback&&this.renderFrameCallback(this)}}function $o(e,t,o){null==Ao.Planets._planetTextures&&Ao.Planets._loadPlanetTextures();var n=Ao.Planets._geocentricElongation(Ao.Planets._planetLocations[9].RA,Ao.Planets._planetLocations[9].dec,Ao.Planets._planetLocations[0].RA,Ao.Planets._planetLocations[0].dec),i=Ao.Planets._planetLocations[9].RA-Ao.Planets._planetLocations[0].RA;Ao.Planets._planetLocations[9].RA=360&&(a-=360),a=a*Math.PI/180,t[7]=a,a=2*e[19+n]*i+e[18+n],a=a*Math.PI/180,t[13]=a,o=t[0],-2!=o&&0!=o&&2!=o||(a=e[22+n]*i+e[21+n],a=a*i+e[20+n],t[8]=a,t[14]=2*e[22+n]*i+e[21+n]),-1!=o&&0!=o&&1!=o||(a=e[25+n]*i+e[24+n],a=a*i+e[23+n],t[9]=a,t[15]=2*e[25+n]*i+e[24+n]),t}function un(e,t){var o,n;return zn("timelocdependent"),cn(e,t),o=on[6],t[16]=t[7]-on[1]-e[o+5]/13713.44,t[17]=Math.sin(t[16]),t[18]=Math.cos(t[16]),t[19]=on[5]*t[17],t[20]=on[4]*t[6]-on[5]*t[18]*t[5],t[21]=on[4]*t[5]+on[5]*t[18]*t[6],t[22]=t[13]*on[5]*t[18],t[23]=t[13]*t[19]*t[5]-t[21]*t[12],t[24]=t[2]-t[19],t[25]=t[3]-t[20],t[26]=t[10]-t[22],t[27]=t[11]-t[23],n=t[0],-2!=n&&0!=n&&2!=n||(t[28]=t[8]-t[21]*e[26+o]),-1!=n&&0!=n&&1!=n||(t[29]=t[9]-t[21]*e[27+o]),t[30]=t[26]*t[26]+t[27]*t[27],t}function dn(e,t){var o,n,i,a;zn("c1c4iterate"),un(e,t),o=t[0]<0?-1:1,i=1,n=0;while((i>1e-6||i<-1e-6)&&n<50)a=Math.sqrt(t[30]),i=t[26]*t[25]-t[24]*t[27],i=i/a/t[28],i=o*Math.sqrt(1-i*i)*t[28]/a,i=(t[24]*t[26]+t[25]*t[27])/t[30]-i,t[1]=t[1]-i,un(e,t),n++;return t}function hn(e){var t,o;zn("getc1c4"),o=Math.sqrt(rn[30]),t=rn[26]*rn[25]-rn[24]*rn[27],t=t/o/rn[28],t=Math.sqrt(1-t*t)*rn[28]/o,nn[0]=-2,sn[0]=2,nn[1]=rn[1]-t,sn[1]=rn[1]+t,dn(e,nn),dn(e,sn)}function pn(e,t){var o,n,i,a;zn("c2c3iterate"),un(e,t),o=t[0]<0?-1:1,rn[29]<0&&(o=-o),i=1,n=0;while((i>1e-6||i<-1e-6)&&n<50)a=Math.sqrt(t[30]),i=t[26]*t[25]-t[24]*t[27],i=i/a/t[29],i=o*Math.sqrt(1-i*i)*t[29]/a,i=(t[24]*t[26]+t[25]*t[27])/t[30]-i,t[1]=t[1]-i,un(e,t),n++;return t}function fn(e){var t,o;zn("getc2c3"),o=Math.sqrt(rn[30]),t=rn[26]*rn[25]-rn[24]*rn[27],t=t/o/rn[29],t=Math.sqrt(1-t*t)*rn[29]/o,an[0]=-1,ln[0]=1,rn[29]<0?(an[1]=rn[1]+t,ln[1]=rn[1]-t):(an[1]=rn[1]-t,ln[1]=rn[1]+t),pn(e,an),pn(e,ln)}function mn(e){var t,o,n;zn("observational"),t=0==e[0]||3!=rn[39]||-1!=e[0]&&1!=e[0]?1:-1,e[31]=Math.atan2(t*e[24],t*e[25]),n=Math.sin(on[0]),o=Math.cos(on[0]),e[32]=Math.asin(e[5]*n+e[6]*o*e[18]),e[33]=Math.asin(o*e[17]/Math.cos(e[32])),e[20]<0&&(e[33]=Math.PI-e[33]),e[34]=e[31]-e[33],e[35]=Math.atan2(-1*e[17]*e[6],e[5]*o-e[18]*n*e[6]),e[32]>-.00524?e[40]=0:e[40]=1}function gn(){zn("midobservational"),mn(rn),rn[36]=Math.sqrt(rn[24]*rn[24]+rn[25]*rn[25]),rn[37]=(rn[28]-rn[36])/(rn[28]+rn[29]),rn[38]=(rn[28]-rn[29])/(rn[28]+rn[29])}function vn(e){var t,o;zn("getmid"),rn[0]=0,rn[1]=0,t=0,o=1,un(e,rn);while((o>1e-6||o<-1e-6)&&t<50)o=(rn[24]*rn[26]+rn[25]*rn[27])/rn[30],rn[1]=rn[1]-o,t++,un(e,rn)}function yn(e,t,o){var n,i,a;zn("getsunriset"),i=1,a=0;while(i>1e-5||i<-1e-5){if(a++,4==a)return;n=Math.acos((Math.sin(-.00524)-Math.sin(on[0])*t[5])/Math.cos(on[0])/t[6]),i=(o*n-t[16])/t[13];while(i>=12)i-=24;while(i<=-12)i+=24;t[1]+=i,un(e,t)}}function bn(e,t){zn("getsunrise"),yn(e,t,-1)}function wn(e,t){zn("getsunset"),yn(e,t,1)}function Cn(e,t){var o;for(zn("copycircumstances"),o=1;o<41;o++)t[o]=e[o]}function kn(e){var t;zn("getall"),vn(e),gn(),rn[37]>0?(hn(e),rn[36]=24&&i++,i>=2299160?(a=Math.floor((i-1867216.25)/36524.25),a=i+1+a-Math.floor(a/4)):a=i,r=a+1525,l=Math.floor((r-122.1)/365.25),s=Math.floor(365.25*l),c=Math.floor((r-s)/30.6001),s=r-s-Math.floor(30.6001*c),c-=c<13.5?1:13,n=c>2.5?l-4716+"-":l-4715+"-",c<10&&(n+="0"),n+=c+"-",s<10&&(n+="0"),n+=s,n}function Sn(e,t){var o,n,i;return zn("gettime"),n="",i=on[6],o=t[1]+e[1+i]-on[3]-(e[4+i]-.5)/3600,o<0&&(o+=24),o>=24&&(o-=24),o<10&&(n+="0"),n=n+Math.floor(o)+":",o=60*o-60*Math.floor(o),o<10&&(n+="0"),n+=Math.floor(o),n+=":",o=60*o-60*Math.floor(o),o<10&&(n+="0"),n+=Math.floor(o),1==t[40]?[n,"b"]:2==t[40]?[n,"r"]:3==t[40]?[n,"s"]:[n,null]}function Tn(e){var t,o;return zn("getalt"),2==e[40]?[0,"r"]:3==e[40]?[0,"s"]:(t=e[32]<0&&e[32]>=-.00524?0:180*e[32]/Math.PI,t<0?(o=-1,t=-t):o=1,t=Math.floor(t+.5),o*=t,1==e[40]?[o,"b"]:[o,null])}function Ln(e){var t;return zn("getazi"),"",t=180*e[35]/Math.PI,t<0&&(t+=360),t>=360&&(t-=360),t=Math.floor(t+.5),t,e[40],t}function Wn(){var e,t;return zn("getduration"),e=4==ln[40]?rn[1]-an[1]:4==an[40]?ln[1]-rn[1]:ln[1]-an[1],e<0?e+=24:e>=24&&(e-=24),e=60*e-60*Math.floor(e)+.05/60,t=Math.floor(e)+"m",e=60*e-60*Math.floor(e),e<10&&(t+="0"),t+=Math.floor(e)+"s",t}function Mn(){var e;return zn("getmagnitude"),e=Math.floor(1e3*rn[37]+.5)/1e3,1==rn[40]?[e,"b"]:2==rn[40]?[e,"r"]:3==rn[40]?[e,"s"]:[e,null]}function Dn(){var e,t,o;return zn("getcoverage"),rn[37]<=0?e=0:rn[37]>=1?e=1:(2==rn[39]?o=rn[38]*rn[38]:(o=Math.acos((rn[28]*rn[28]+rn[29]*rn[29]-2*rn[36]*rn[36])/(rn[28]*rn[28]-rn[29]*rn[29])),t=Math.acos((rn[28]*rn[29]+rn[36]*rn[36])/rn[36]/(rn[28]+rn[29])),e=Math.PI-t-o,o=(rn[38]*rn[38]*e+t-rn[38]*Math.sin(o))/Math.PI),e=Math.floor(1e3*o+.5)/1e3),1==rn[40]?[e,"b"]:(2==rn[40]&&(e=[e,"r"]),3==rn[40]&&(e=[e,"s"]),[e,null])}function Pn(e){zn("calculatefor");for(var t=[],o={date:"",type:"",partialStart:["",null],sunAltStart:[0,null],centralStart:["",null],maxTime:["",null],maxAlt:[0,null],maxAzi:0,centralEnd:["",null],partialEnd:["",null],sunAltEnd:[0,null],magnitude:[0,null],coverage:[0,null],duration:""},n=0;n0){if(i.date=xn(e,rn),1==rn[39]?i.type="P":2==rn[39]?i.type="A":i.type="T",4==nn[40])continue;if(i.partialStart=Sn(e,nn),i.sunAltStart=Tn(nn),rn[39]>1&&4!=an[40]?i.centralStart=Sn(e,an):i.centralStart=["",null],i.maxTime=Sn(e,rn),i.maxAlt=Tn(rn),i.maxAzi=Ln(rn),rn[39]>1&&4!=ln[40]?i.centralEnd=Sn(e,ln):i.centralEnd=["",null],4==sn[40])continue;i.partialEnd=Sn(e,sn),i.sunAltEnd=Tn(sn),i.magnitude=Mn(),i.coverage=Dn(),rn[39]>1?i.duration=Wn():i.duration=""}t.push(i),zn(i)}return t}var Nn=!1;function zn(){for(var e=[],t=0;t=0?"E":"W",l=Math.abs(t).toFixed(3),c=Math.abs(e).toFixed(3),[2,"".concat(l,"° ").concat(a,", ").concat(c,"° ").concat(r)])}}))}))}function qn(e){var t=e/1e3,o="",n=Math.floor(t/3600);o+=n>0?n+"h":"";var i=Math.floor(t%3600/60);o+=i>0?i+"m":"";var a=Math.floor(t%3600%60);return o+=a>0?a+"s":"",o}function Yn(e){return e.replace(/(\d)([hms])/g,"$1$2 ")}var jn=o(6973),Gn="|16:42|05|30.6S|149|47.6W|06|11.7S|146|38.0W|05|50.2S|148|07.8W|1.043|11|81|159|02m27.5s\n|16:44|04|20.5S|145|29.6W|05|08.4S|143|00.6W|04|44.0S|144|13.0W|1.044|16|81|166|02m36.8s\n|16:46|03|21.2S|142|27.6W|04|12.3S|140|15.6W|03|46.4S|141|20.3W|1.045|19|81|171|02m44.2s\n|16:48|02|27.1S|140|01.8W|03|20.2S|137|59.5W|02|53.3S|138|59.7W|1.046|22|81|174|02m50.6s\n|16:50|01|36.2S|137|58.5W|02|30.8S|136|02.5W|02|03.3S|136|59.7W|1.047|25|81|178|02m56.3s\n|16:52|00|47.7S|136|10.6W|01|43.4S|134|19.0W|01|15.4S|135|14.1W|1.048|27|81|181|03m01.6s\n|16:54|00|01.0S|134|34.2W|00|57.6S|132|45.9W|00|29.1S|133|39.5W|1.048|29|81|183|03m06.4s\n|16:56|00|44.4N|133|06.9W|00|13.0S|131|21.1W|00|15.9N|132|13.5W|1.049|31|81|186|03m10.9s\n|16:58|01|28.6N|131|46.8W|00|30.6N|130|03.0W|00|59.7N|130|54.5W|1.050|33|82|188|03m15.2s\n|17:00|02|11.8N|130|32.7W|01|13.2N|128|50.5W|01|42.7N|129|41.2W|1.050|35|82|190|03m19.3s\n|17:02|02|54.2N|129|23.6W|01|55.1N|127|42.8W|02|24.8N|128|32.8W|1.050|37|82|192|03m23.1s\n|17:04|03|35.9N|128|18.8W|02|36.4N|126|39.1W|03|06.3N|127|28.6W|1.051|38|83|193|03m26.8s\n|17:06|04|17.0N|127|17.7W|03|17.0N|125|39.0W|03|47.2N|126|28.0W|1.051|40|83|194|03m30.3s\n|17:08|04|57.5N|126|19.9W|03|57.2N|124|42.0W|04|27.5N|125|30.6W|1.052|41|84|196|03m33.7s\n|17:10|05|37.5N|125|24.9W|04|36.8N|123|47.8W|05|07.3N|124|36.1W|1.052|43|84|197|03m36.9s\n|17:12|06|17.1N|124|32.5W|05|16.0N|122|56.0W|05|46.7N|123|44.0W|1.052|44|85|198|03m40.0s\n|17:14|06|56.3N|123|42.4W|05|54.8N|122|06.4W|06|25.6N|122|54.1W|1.053|46|86|199|03m42.9s\n|17:16|07|35.0N|122|54.2W|06|33.3N|121|18.7W|07|04.3N|122|06.2W|1.053|47|86|199|03m45.8s\n|17:18|08|13.5N|122|07.9W|07|11.4N|120|32.8W|07|42.5N|121|20.1W|1.053|48|87|200|03m48.5s\n|17:20|08|51.6N|121|23.2W|07|49.2N|119|48.5W|08|20.5N|120|35.6W|1.053|49|88|201|03m51.1s\n|17:22|09|29.4N|120|40.0W|08|26.8N|119|05.7W|08|58.2N|119|52.6W|1.054|51|89|201|03m53.6s\n|17:24|10|07.0N|119|58.1W|09|04.0N|118|24.2W|09|35.6N|119|10.9W|1.054|52|90|202|03m56.0s\n|17:26|10|44.3N|119|17.5W|09|41.1N|117|43.8W|10|12.7N|118|30.4W|1.054|53|91|202|03m58.4s\n|17:28|11|21.4N|118|37.9W|10|17.9N|117|04.6W|10|49.7N|117|51.0W|1.054|54|92|202|04m00.6s\n|17:30|11|58.3N|117|59.4W|10|54.4N|116|26.3W|11|26.4N|117|12.6W|1.055|55|93|202|04m02.7s\n|17:32|12|34.9N|117|21.7W|11|30.8N|115|49.0W|12|02.9N|116|35.1W|1.055|56|94|203|04m04.8s\n|17:34|13|11.4N|116|44.9W|12|07.0N|115|12.4W|12|39.3N|115|58.4W|1.055|57|96|203|04m06.7s\n|17:36|13|47.8N|116|08.8W|12|43.0N|114|36.6W|13|15.4N|115|22.5W|1.055|58|97|203|04m08.6s\n|17:38|14|23.9N|115|33.4W|13|18.9N|114|01.4W|13|51.4N|114|47.2W|1.055|59|99|203|04m10.3s\n|17:40|14|59.9N|114|58.5W|13|54.6N|113|26.8W|14|27.3N|114|12.5W|1.055|60|100|203|04m12.0s\n|17:42|15|35.8N|114|24.3W|14|30.1N|112|52.8W|15|03.0N|113|38.3W|1.056|61|102|203|04m13.6s\n|17:44|16|11.6N|113|50.4W|15|05.5N|112|19.2W|15|38.6N|113|04.6W|1.056|62|104|202|04m15.1s\n|17:46|16|47.2N|113|17.0W|15|40.8N|111|46.0W|16|14.0N|112|31.4W|1.056|63|105|202|04m16.5s\n|17:48|17|22.7N|112|44.0W|16|15.9N|111|13.3W|16|49.3N|111|58.4W|1.056|64|107|202|04m17.9s\n|17:50|17|58.1N|112|11.3W|16|51.0N|110|40.8W|17|24.5N|111|25.8W|1.056|64|109|202|04m19.1s\n|17:52|18|33.4N|111|38.8W|17|25.9N|110|08.6W|17|59.6N|110|53.5W|1.056|65|112|202|04m20.3s\n|17:54|19|08.6N|111|06.5W|18|00.7N|109|36.6W|18|34.7N|110|21.4W|1.056|66|114|202|04m21.4s\n|17:56|19|43.7N|110|34.4W|18|35.4N|109|04.8W|19|09.6N|109|49.4W|1.056|66|116|201|04m22.4s\n|17:58|20|18.8N|110|02.5W|19|10.1N|108|33.1W|19|44.4N|109|17.6W|1.056|67|119|201|04m23.4s\n|18:00|20|53.8N|109|30.6W|19|44.6N|108|01.5W|20|19.2N|108|45.8W|1.056|67|122|201|04m24.2s\n|18:02|21|28.7N|108|58.7W|20|19.1N|107|29.9W|20|53.8N|108|14.1W|1.056|68|125|200|04m25.0s\n|18:04|22|03.5N|108|26.8W|20|53.5N|106|58.4W|21|28.5N|107|42.4W|1.056|68|128|200|04m25.7s\n|18:06|22|38.3N|107|54.9W|21|27.8N|106|26.8W|22|03.0N|107|10.7W|1.056|69|131|200|04m26.3s\n|18:08|23|13.0N|107|22.8W|22|02.0N|105|55.1W|22|37.5N|106|38.8W|1.057|69|134|199|04m26.8s\n|18:10|23|47.7N|106|50.7W|22|36.2N|105|23.3W|23|11.9N|106|06.8W|1.057|69|137|199|04m27.2s\n|18:12|24|22.3N|106|18.3W|23|10.3N|104|51.4W|23|46.3N|105|34.7W|1.057|70|140|199|04m27.6s\n|18:14|24|56.9N|105|45.7W|23|44.4N|104|19.2W|24|20.6N|105|02.3W|1.057|70|144|198|04m27.9s\n|18:16|25|31.4N|105|12.9W|24|18.4N|103|46.8W|24|54.8N|104|29.7W|1.057|70|147|198|04m28.1s\n|18:18|26|05.9N|104|39.8W|24|52.3N|103|14.2W|25|29.1N|103|56.8W|1.057|70|151|197|04m28.2s\n|18:20|26|40.4N|104|06.3W|25|26.3N|102|41.2W|26|03.3N|103|23.6W|1.057|70|154|197|04m28.2s\n|18:22|27|14.8N|103|32.4W|26|00.1N|102|07.8W|26|37.4N|102|49.9W|1.057|70|157|197|04m28.1s\n|18:24|27|49.2N|102|58.0W|26|33.9N|101|34.0W|27|11.5N|102|15.9W|1.056|69|161|196|04m28.0s\n|18:26|28|23.6N|102|23.2W|27|07.7N|100|59.8W|27|45.6N|101|41.4W|1.056|69|164|196|04m27.7s\n|18:28|28|57.9N|101|47.8W|27|41.4N|100|25.1W|28|19.6N|101|06.3W|1.056|69|168|195|04m27.4s\n|18:30|29|32.2N|101|11.9W|28|15.1N|099|49.8W|28|53.6N|100|30.7W|1.056|68|171|195|04m27.0s\n|18:32|30|06.5N|100|35.3W|28|48.8N|099|13.9W|29|27.6N|099|54.5W|1.056|68|174|194|04m26.5s\n|18:34|30|40.8N|099|57.9W|29|22.4N|098|37.4W|30|01.5N|099|17.5W|1.056|68|177|194|04m26.0s\n|18:36|31|15.0N|099|19.9W|29|56.0N|098|00.1W|30|35.4N|098|39.9W|1.056|67|180|193|04m25.3s\n|18:38|31|49.3N|098|41.0W|30|29.6N|097|22.1W|31|09.3N|098|01.5W|1.056|66|183|193|04m24.5s\n|18:40|32|23.5N|098|01.3W|31|03.1N|096|43.3W|31|43.2N|097|22.2W|1.056|66|185|192|04m23.7s\n|18:42|32|57.6N|097|20.6W|31|36.6N|096|03.6W|32|17.0N|096|42.0W|1.056|65|188|192|04m22.7s\n|18:44|33|31.8N|096|38.8W|32|10.0N|095|23.0W|32|50.8N|096|00.8W|1.056|64|191|191|04m21.7s\n|18:46|34|05.9N|095|56.0W|32|43.4N|094|41.3W|33|24.6N|095|18.6W|1.056|64|193|191|04m20.6s\n|18:48|34|40.0N|095|12.1W|33|16.8N|093|58.5W|33|58.3N|094|35.2W|1.056|63|195|190|04m19.4s\n|18:50|35|14.1N|094|26.9W|33|50.1N|093|14.6W|34|32.0N|093|50.7W|1.055|62|198|189|04m18.0s\n|18:52|35|48.1N|093|40.3W|34|23.4N|092|29.5W|35|05.6N|093|04.8W|1.055|61|200|189|04m16.6s\n|18:54|36|22.1N|092|52.3W|34|56.6N|091|43.0W|35|39.2N|092|17.6W|1.055|60|202|188|04m15.1s\n|18:56|36|56.0N|092|02.8W|35|29.8N|090|55.0W|36|12.8N|091|28.9W|1.055|59|204|188|04m13.5s\n|18:58|37|29.9N|091|11.6W|36|02.9N|090|05.6W|36|46.3N|090|38.6W|1.055|58|206|187|04m11.8s\n|19:00|38|03.8N|090|18.7W|36|36.0N|089|14.5W|37|19.7N|089|46.6W|1.055|57|208|186|04m10.0s\n|19:02|38|37.5N|089|23.9W|37|09.0N|088|21.6W|37|53.1N|088|52.8W|1.054|56|210|186|04m08.1s\n|19:04|39|11.2N|088|27.0W|37|41.9N|087|26.9W|38|26.3N|087|57.0W|1.054|55|212|185|04m06.1s\n|19:06|39|44.8N|087|27.9W|38|14.7N|086|30.1W|38|59.5N|086|59.1W|1.054|54|214|184|04m04.0s\n|19:08|40|18.2N|086|26.5W|38|47.4N|085|31.1W|39|32.6N|085|58.9W|1.054|53|216|183|04m01.7s\n|19:10|40|51.6N|085|22.6W|39|19.9N|084|29.8W|40|05.6N|084|56.3W|1.054|52|217|183|03m59.4s\n|19:12|41|24.8N|084|15.9W|39|52.4N|083|26.0W|40|38.4N|083|51.1W|1.053|51|219|182|03m56.9s\n|19:14|41|57.8N|083|06.3W|40|24.7N|082|19.4W|41|11.0N|082|43.0W|1.053|50|221|181|03m54.4s\n|19:16|42|30.6N|081|53.4W|40|56.8N|081|09.9W|41|43.5N|081|31.9W|1.053|48|223|180|03m51.7s\n|19:18|43|03.2N|080|37.0W|41|28.7N|079|57.1W|42|15.8N|080|17.4W|1.052|47|224|179|03m48.9s\n|19:20|43|35.6N|079|16.9W|42|00.4N|078|40.9W|42|47.8N|078|59.2W|1.052|46|226|179|03m45.9s\n|19:22|44|07.6N|077|52.5W|42|31.8N|077|20.8W|43|19.5N|077|37.0W|1.052|44|228|178|03m42.8s\n|19:24|44|39.3N|076|23.6W|43|02.9N|075|56.5W|43|50.9N|076|10.5W|1.052|43|230|177|03m39.6s\n|19:26|45|10.6N|074|49.6W|43|33.7N|074|27.6W|44|21.9N|074|39.1W|1.051|41|232|176|03m36.3s\n|19:28|45|41.4N|073|10.0W|44|04.0N|072|53.5W|44|52.4N|073|02.4W|1.051|40|234|175|03m32.8s\n|19:30|46|11.6N|071|24.2W|44|33.8N|071|13.8W|45|22.4N|071|19.7W|1.050|38|236|173|03m29.1s\n|19:32|46|41.1N|069|31.3W|45|03.0N|069|27.7W|45|51.8N|069|30.3W|1.050|37|238|172|03m25.2s\n|19:34|47|09.8N|067|30.4W|45|31.6N|067|34.4W|46|20.5N|067|33.4W|1.050|35|240|171|03m21.2s\n|19:36|47|37.5N|065|20.4W|45|59.3N|065|32.8W|46|48.2N|065|27.8W|1.049|33|242|170|03m17.0s\n|19:38|48|04.0N|062|59.9W|46|26.0N|063|21.8W|47|14.8N|063|12.1W|1.049|31|244|168|03m12.5s\n|19:40|48|29.1N|060|26.8W|46|51.5N|060|59.6W|47|40.1N|060|44.7W|1.048|29|247|167|03m07.7s\n|19:42|48|52.2N|057|38.5W|47|15.4N|058|24.0W|48|03.7N|058|03.1W|1.047|27|249|165|03m02.7s\n|19:44|49|13.0N|054|31.6W|47|37.4N|055|32.1W|48|25.1N|055|03.9W|1.047|25|252|163|02m57.2s\n|19:46|49|30.6N|051|00.3W|47|56.9N|052|19.4W|48|43.7N|051|42.4W|1.046|22|255|161|02m51.3s\n|19:48|49|43.5N|046|55.5W|48|12.7N|048|38.8W|48|58.2N|047|50.4W|1.045|20|259|159|02m44.8s\n|19:50|49|49.3N|041|59.5W|48|23.3N|044|17.7W|49|06.6N|043|13.1W|1.044|16|263|156|02m37.3s\n|19:52|49|41.3N|035|27.0W|48|24.7N|038|48.5W|49|03.9N|037|15.7W|1.043|12|268|153|02m28.2s",$n=o(8713),Qn=o(3004),Jn=o(4927),Zn=Math.PI/180,Kn=180/Math.PI,ei=Date.UTC(2024,3,8,15,40),ti=Date.UTC(2024,3,8,20,55),oi=18e6,ni=ei-oi,ii=ti+oi,ai=86400,ri=1e3*ai,li=40,si=1e3*li,ci=[],ui=ni;while(ui<=ii)ci.push(ui),ci.push(ui+si),ui+=si;var di={},hi="eclipse-mini-uuid",pi="eclipse-mini-optout",fi=["postcode","place","region","country"],mi=["United States","Canada","Mexico"],gi=["US-","CA-","MX-"];function vi(e,t,o,n){var i=+e,a="N"===t.slice(-1)?1:-1,r=+t.slice(0,-1),l=a*(i+r/60),s=+o,c="E"===n.slice(-1)?1:-1,u=+n.slice(0,-1),d=c*(s+u/60);return{latitudeDeg:l,longitudeDeg:d}}function yi(e){var t=(0,jn.A)("|");return t.parseRows(e,(function(e){var t=e[1].split(":"),o=new Date(ei);o.setUTCHours(+t[0]),o.setUTCMinutes(+t[1]),o.setUTCSeconds(0),o.setUTCMilliseconds(0);var n=vi(e[2],e[3],e[4],e[5]),i=vi(e[6],e[7],e[8],e[9]),a=vi(e[10],e[11],e[12],e[13]),r=+e[14],l=+e[15],s=+e[16],c=+e[17],u=e[18],d=Bo()(a.latitudeDeg,a.longitudeDeg),h=(0,Ro.A)(o.getTime(),d,"HH:mm (zzz)"),p="Eclipse time (local): ".concat(h,"
Eclipse time (UTC): ").concat(e[1],"
Duration: ").concat(u);return{utc:o.getTime(),northernLimit:n,southernLimit:i,centerLine:a,ratio:r,sunAlt:l,sunAz:s,pathWidth:c,eclipseDuration:u,popupContent:p}}))}var bi=yi(Gn),wi=(0,Qn.fy)($n,(function(e,t){return e.map((function(e){return+e}))})),Ci=Math.min.apply(Math,(0,s.fX)([],(0,s.zs)(wi.map((function(e){return e[0]})).slice(1)),!1)),ki=Math.max.apply(Math,(0,s.fX)([],(0,s.zs)(wi.map((function(e){return e[0]})).slice(1)),!1)),_i=Math.min.apply(Math,(0,s.fX)([],(0,s.zs)(wi[0].slice(1)),!1)),xi=wi[0][2]-wi[0][1],Si=wi[2][0]-wi[1][0];console.log("minLat, minLon, dLat, dLon",Ci,_i,Si,xi),wi=wi.slice(1).map((function(e){return e.slice(1)}));var Ti=[];wi.forEach((function(e,t){e.forEach((function(e,o){Ti.push({lat:ki+Si*t,lon:_i+xi*o,cloudCover:e})}))})),console.log("cloud cover data loaded");var Li=Ao.WWTControl.singleton.move;const Wi=(0,a.pM)({extends:i.MiniDSBase,props:{wwtNamespace:{type:String,required:!0},initialCameraParams:{type:Object,default:function(){return{raRad:3.481,decRad:-.145,zoomDeg:20}}}},data:function(){var e,t,o,n,i=new Date("2024-04-08T18:18:00Z"),a=new Ao.Place;a.set_names(["Sun"]),a.set_classification(Fo.Jq.solarSystem),a.set_target(Fo.Pj.sun),a.set_zoomLevel(20);var r=new Ao.Place;r.set_names(["Moon"]),r.set_classification(Fo.Jq.solarSystem),r.set_target(Fo.Pj.moon);var l={initialLocation:{latitudeDeg:35,longitudeDeg:-100},initialZoom:3.3},c=[],u=(0,s.zs)([di.latitudeDeg,di.longitudeDeg],2),d=u[0],h=u[1],p=l;void 0!==d&&void 0!==h&&(c.push([d,h]),p={initialLocation:{latitudeDeg:d,longitudeDeg:h},initialZoom:5});var f=window.localStorage.getItem(hi),m=null!==f,g=null!==f&&void 0!==f?f:(0,Xo.A)();m||window.localStorage.setItem(hi,g);var v=window.localStorage.getItem(pi),y="string"===typeof v?"true"===v:null,b=void 0!==d&&void 0!==h?{latitudeRad:Zn*d,longitudeRad:Zn*h}:{latitudeRad:25.2866667*Zn,longitudeRad:-104.1383333*Zn};return{showNewMobileUI:!1,selectedCloudCoverVariable:"median",cloudCoverData:Ti,uuid:g,infoTimeMs:0,userGuideTimeMs:0,weatherTimeMs:0,weatherInfoTimeMs:0,eclipseTimerTimeMs:0,appStartTimestamp:Date.now(),infoStartTimestamp:null,userGuideStartTimestamp:null,weatherStartTimestamp:null,weatherInfoStartTimestamp:null,eclipseTimerStartTimestamp:null,weatherInfoOpen:!1,responseOptOut:y,showSplashScreen:null===(e=di.splash)||void 0===e||e,backgroundImagesets:[],sheet:null,layersLoaded:!1,positionSet:!1,imagesetFolder:null,wwtMove:null,searchOpen:!0,searchText:null,searchResults:null,searchErrorMessage:null,locationJustUpdated:!1,showMapTooltip:!1,showTextTooltip:!1,showMapSelector:!1,showLocationSelector:!1,getMyLocation:!0,myLocation:null,geolocationPermission:"",showWWTGuideSheet:!1,showAdvancedWeather:null!==(t=di.awv)&&void 0!==t&&t,showAWVMapByDefault:null!==(o=di.awv)&&void 0!==o&&o,showAWVChartsByDefault:null!==(n=di.awv)&&void 0!==n&&n,showAWVFullScreen:!1,showEclipsePredictionSheet:!1,showEclipsePredictionText:!1,showEclipsePredictionTextBanner:!1,selectionProximity:4,pointerMoveThreshold:6,isPointerMoving:!1,pointerStartPosition:null,selectedTime:i.getTime()-54e5,selectedTimezone:"America/Mexico_City",location:b,selectedLocationText:"Nazas, DUR",locationErrorMessage:"",syncDateTimeWithWWTCurrentTime:!0,syncDateTimewithSelectedTime:!0,sunOffset:null,presetMapOptions:(0,s.Cl)({templateUrl:"https://watercolormaps.collection.cooperhewitt.org/tile/watercolor/{z}/{x}/{y}.jpg",minZoom:1,maxZoom:16,attribution:'Maptiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under CC BY-SA 2.0',ext:"jpg"},l),initialMapOptions:p,userSelectedMapOptions:(0,s.Cl)({templateUrl:"https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryTopo/MapServer/tile/{z}/{y}/{x}",attribution:'Tiles courtesy of the U.S. Geological Survey'},di?(0,s.Cl)((0,s.Cl)({},di),{initialZoom:5}):l),eclipseCenterLine:bi,currentFractionEclipsed:0,placeCircleOptions:{color:"#0000FF",fillColor:"#0000FF",fillOpacity:.7,radius:5},selectedCircleOptions:{color:"#FF0000",fillColor:"#FF0000",fillOpacity:.7,radius:5},learnerPath:"Location",visitedCloudCover:!1,playing:!1,playingIntervalId:null,playingWaitCount:0,activePointer:!1,showControls:!0,sunCenteredTracking:!0,showAltAzGrid:!1,showHorizon:!0,showTextSheet:!1,showLinkToPath:!1,toggleTrackSun:!0,times:ci,minTime:ni,maxTime:ii,millisecondsPerInterval:si,accentColor:"#eac402",moonColor:"#CFD8DC",guidedContentHeight:"300px",showGuidedContent:!0,inIntro:!1,displaySwitchOn:!0,displaySwitchOff:!1,scrollUp:!1,showPrivacyDialog:!1,showMyLocationDialog:!1,tab:0,infoPage:1,introSlide:1,viewerMode:"Horizon",showSky:!0,skyColorNight:"#1F1F1F",skyColorLight:"#4190ED",skyColor:"#4190ED",skyOpacity:.6,horizonOpacity:1,useRegularMoon:!1,moonTexture:"moon-sky-blue-overlay.png",playbackRateValue:1,forceRate:!1,playbackVisible:!1,horizonRate:500,scopeRate:100,startPaused:!1,sunPlace:a,moonPlace:r,queryData:di,geojson:[{geojson:Jn,style:{fillColor:"#333",weight:1,opacity:0,fillOpacity:.3,id:"upath"}},{url:"https://raw.githubusercontent.com/johnarban/wwt_interactives/main/images/center.json",style:{color:"#ff0000",weight:2,opacity:1,fillOpacity:0}}],userSelectedLocations:c,cloudCoverSelectedLocations:[],textSearchSelectedLocations:[],advancedWeatherSelectedCount:0,cloudCoverSelectedCount:0,eclipsePrediction:null,eclipseStart:0,eclipseMid:0,eclipseEnd:0,eclipseApproach:"entering",eclipseType:null,showEclipseTimer:!0}},beforeCreate:function(){var e,t,o=new URLSearchParams(window.location.search),n=parseFloat(null!==(e=o.get("lat"))&&void 0!==e?e:""),i=parseFloat(null!==(t=o.get("lon"))&&void 0!==t?t:"");n&&i&&(di={latitudeDeg:n,longitudeDeg:i});var a=o.get("splash");di.splash="false"!==a;var r=o.get("awv");di.awv="true"===r},mounted:function(){var e=this;void 0!==di.latitudeDeg&&void 0!==di.longitudeDeg&&(this.selectedTimezone=Bo().apply(void 0,[di.latitudeDeg,di.longitudeDeg]),this.updateSelectedLocationText()),this.showNewMobileUI=this.narrow,this.showSplashScreen||(this.showEclipsePredictionTextBanner=!this.showNewMobileUI),this.searchOpen=this.smAndUp,this.createUserEntry(),Ao.Planets._loadPlanetTextures(),Ao.Planets.updatePlanetLocations(!1),this.waitForReady().then((function(){return(0,s.sH)(e,void 0,void 0,(function(){var e=this;return(0,s.YH)(this,(function(t){return this.backgroundImagesets=(0,s.fX)([],(0,s.zs)(i.skyBackgroundImagesets),!1),this.setTime(this.dateTime),this.wwtSettings.set_localHorizonMode(!0),this.wwtSettings.set_showAltAzGrid(this.showAltAzGrid),this.wwtSettings.set_showAltAzGridText(this.showAltAzGrid),this.wwtControl._drawSkyOverlays=Ho,Ao.Grids._makeAltAzGridText=qo,Ao.LayerManager._draw=Yo,this.wwtControl._updateViewParameters=jo.bind(this.wwtControl),this.wwtMove=this.wwtControl.move,this.wwtControl.roll=function(e){},this.wwtControl._tilt=function(e){},this.updatePanForMobile(),this.wwtControl.renderOneFrame=Go.bind(this.wwtControl),this.wwtControl.renderOneFrame(),this.wwtControl.renderFrameCallback=this.onWWTRenderFrame,Ao.Planets.drawPlanets=function(t,o){$o(t,o,e.currentFractionEclipsed)},Ao.Planets["_planetTextures"][0]=Ao.Texture.fromUrl(o(4974)),this.setForegroundImageByName("Digitized Sky Survey (Color)"),this.setForegroundOpacity(100),this.moonPlace.updatePlanetLocation(this.wwtCurrentTime.getTime()),this.updateMoonTexture(!0),this.updateWWTLocation(),this.setClockSync(!di.splash),this.playing=!di.splash,this.setClockRate(1),this.playbackRate=1,this.layersLoaded=!0,this.startHorizonMode(),this.trackSun().then((function(){return e.positionSet=!0})),this.getEclipsePrediction(),setInterval((function(){if(e.playing){var t=e.wwtCurrentTime;e.selectedTime=t.getTime(),e.updateFrontAnnotations(t)}}),500),window.addEventListener("keyup",(function(t){["Esc","Escape"].includes(t.key)&&e.showVideoSheet&&(e.showVideoSheet=!1)})),document.addEventListener("visibilitychange",(function(){"hidden"===document.visibilityState?e.sendUpdateData():e.resetData()})),[2]}))}))})),this.$nextTick((function(){window.addEventListener("resize",e.onResize),e.onResize()})),this.showControls=!this.mobile,this.showGuidedContent=!this.xSmallSize,this.updateSkyOpacityForSunAlt(10*Zn);var t=document.getElementById("guided-content-container");t&&t.addEventListener("scroll",(function(){return e.onScroll()}))},computed:{eclipsePredictionText:function(){if(!this.showEclipsePredictionText)return'Open "Timing Details" to see eclipse predictions';if(this.eclipsePrediction){var e=this.eclipsePrediction,t=e.type,o=e.maxTime,n=e.duration;if(""===t||null===t||null===o[0])return"No eclipse";var i=new Map([["P","Partial"],["T","Total"],["A","Annular"]]).get(t);if("T"==t){var a=(0,Ro.A)(this.eclipsePrediction.centralStart[0],this.selectedTimezone,"HH:mm:ss (zzz)");return this.$vuetify.display.xs?"Totality starts: ".concat(a," Duration: ").concat(Yn(n)):"Totality begins at ".concat(a," and lasts ").concat(Yn(n))}if(""===n){var r=(0,Ro.A)(this.eclipsePrediction.partialStart[0],this.selectedTimezone,"HH:mm (zzz)");return this.$vuetify.display.xs?"".concat(i," starts: ").concat(r):"".concat(i," eclipse begins at ").concat(r)}}return""},selectedCloudCoverData:function(){return null!=this.cloudCoverData?this.cloudCoverData:(console.log("selectedCloudCoverData: cloud cover data not loaded"),null)},dateTime:function(){return new Date(this.selectedTime)},selectedTimezoneOffset:function(){return(0,Vo.A)(this.selectedTimezone)},selectedLocalDateString:function(){return(0,Ro.A)(this.dateTime,this.selectedTimezone,"MMMM dd, yyyy")},selectedLocaledTimeDateString:function(){return this.smallSize?(0,Ro.A)(this.dateTime,this.selectedTimezone,"MM/dd, h:mm:ss aa"):(0,Ro.A)(this.dateTime,this.selectedTimezone,"MM/dd/yyyy h:mm:ss aa (zzz)")},selectedLocationCloudCover:function(){return this.locationDeg?this.getCloudCover(this.locationDeg.latitudeDeg,this.locationDeg.longitudeDeg):null},cloudIcon:function(){return null==this.selectedLocationCloudCover?"mdi-cloud-cancel":this.selectedLocationCloudCover<.25?"mdi-weather-sunny":this.selectedLocationCloudCover<.5?"mdi-weather-partly-cloudy":this.selectedLocationCloudCover<.9?"mdi-weather-cloudy":"mdi-clouds"},selectedLocationCloudCoverString:function(){return null!==this.selectedLocationCloudCover?"Hist Cld Cvr: ".concat((100*this.selectedLocationCloudCover).toFixed(0),"%"):"Outside Range"},myLocationToolTip:function(){return"denied"===this.geolocationPermission?"Geolocation disabled. Check browser and site permissions and reload page.":"prompt"===this.geolocationPermission?"Click to enable location permissions":"Use my location"},myLocationColor:function(){return console.log(this.geolocationPermission),"denied"===this.geolocationPermission||"prompt"===this.geolocationPermission?"grey":"granted"===this.geolocationPermission&&this.myLocation?(this.locationDeg.latitudeDeg===this.myLocation.latitudeDeg&&(this.locationDeg.longitudeDeg,this.myLocation.longitudeDeg),this.accentColor):this.accentColor},ready:function(){return this.layersLoaded&&this.positionSet},isLoading:function(){return!this.ready},selectedDate:function(){return new Date(this.selectedTime)},smallSize:function(){return this.$vuetify.display.smAndDown},smAndUp:function(){return this.$vuetify.display.smAndUp},xSmallSize:function(){return this.$vuetify.display.xs},narrow:function(){return this.$vuetify.display.width<=600},mobile:function(){return this.smallSize&&this.touchscreen},cssVars:function(){return{"--accent-color":this.accentColor,"--sky-color":this.skyColorLight,"--app-content-height":(this.showInfoSheet,"100%"),"--top-content-height":(this.showGuidedContent,this.guidedContentHeight),"--moon-color":this.moonColor}},forwardGeocodingCss:function(){return{"--fg-container-padding":this.searchOpen?"5px 10px 12px 10px":"0px"}},wwtControl:function(){return Ao.WWTControl.singleton},wwtSettings:function(){return Ao.Settings.get_active()},userZoom:{get:function(){return Math.round(100*Math.log10(this.wwtZoomDeg))/100},set:function(e){this.gotoRADecZoom({raRad:this.wwtRARad,decRad:this.wwtDecRad,zoomDeg:Math.pow(10,e),rollRad:0,instant:!0})}},wwtContentHeight:function(){var e=document.getElementById("main-content"),t=window.innerHeight;return e?(console.log(t),t):null},showInfoSheet:{get:function(){return"text"===this.sheet},set:function(e){this.selectSheet("text")}},locationDeg:{get:function(){return{latitudeDeg:Kn*this.location.latitudeRad,longitudeDeg:Kn*this.location.longitudeRad}},set:function(e){this.location={latitudeRad:Zn*e.latitudeDeg,longitudeRad:Zn*e.longitudeDeg}}},tickDurationMS:function(){return si/this.playbackRate},maxPlaybackRate:function(){var e=10;return si/e},sunPosition:function(){var e=this.equatorialToHorizontal(15*this.sunPlace.get_RA()*Zn,this.sunPlace.get_dec()*Zn,this.location.latitudeRad,this.location.longitudeRad,this.dateTime);return(0,s.Cl)({raRad:15*this.sunPlace.get_RA()*Zn,decRad:this.sunPlace.get_dec()*Zn},e)},moonPosition:function(){var e=this.equatorialToHorizontal(15*this.moonPlace.get_RA()*Zn,this.moonPlace.get_dec()*Zn,this.location.latitudeRad,this.location.longitudeRad,this.dateTime);return(0,s.Cl)({raRad:15*this.moonPlace.get_RA()*Zn,decRad:this.moonPlace.get_dec()*Zn},e)},sunAboveHorizon:function(){return this.sunPosition.altRad>0},percentEclipsedText:function(){var e=Math.abs(100*this.currentFractionEclipsed).toFixed(0);return this.currentFractionEclipsed<1&&"100"===e&&(e="99"),"Eclipsed: ".concat(e,"%")},trackingSun:{set:function(e){null===this.sunOffset?this.sunCenteredTracking=e:this.sunCenteredTracking=!1},get:function(){return this.toggleTrackSun}},defaultRate:function(){return"Horizon"===this.viewerMode?this.horizonRate:this.scopeRate},inEclipse:function(){return this.eclipsePrediction&&null!=this.eclipseStart&&null!=this.eclipseEnd?this.wwtCurrentTime.getTime()>=this.eclipseStart&&this.wwtCurrentTime.getTime()<=this.eclipseEnd:null},eclipsePhase:function(){return this.eclipsePrediction&&null!=this.eclipseStart&&null!=this.eclipseEnd?this.wwtCurrentTime.getTime()this.eclipseEnd?"after":"during":null},nearTotality:function(){var e=!1;return this.eclipsePrediction&&this.eclipsePrediction.maxTime[0]&&(e=Math.abs(this.eclipsePrediction.maxTime[0].getTime()-this.wwtCurrentTime.getTime())<12e4),this.locationInTotality&&(e||this.currentFractionEclipsed>.99)},playbackRate:{set:function(e){this.playbackRateValue=Math.sign(e)*Math.min(Math.abs(e),5e3)},get:function(){if(this.forceRate){var e=Math.sign(this.playbackRateValue);return e*Math.min(10,e*this.playbackRateValue)}return this.playbackRateValue}},locationInTotality:function(){var e=this.locationDeg,t=Jn.geometries[0].coordinates[0],o=[e.longitudeDeg,e.latitudeDeg];return Ko()(o,t)},showVideoSheet:{get:function(){return"video"===this.sheet},set:function(e){this.selectSheet("video")}}},methods:{updatePanForMobile:function(){this.showNewMobileUI?this.wwtControl.move=function(e,t){}:this.wwtControl.move=Li},onScroll:function(){var e=document.getElementById("guided-content-container");if(e){var t=e.scrollTop>0;this.scrollUp!==t&&(this.scrollUp=t)}},scrollToTop:function(){var e=document.getElementById("guided-content-container");e&&(this.scrollUp?e.scrollTo({top:0}):e.scrollTo({top:e.scrollHeight}))},cloudColorMap:function(e){var t=this.sigmoid(e);return"hsl(0, 0%, 100%, ".concat(.9*t*100,"%)")},sigmoid:function(e){if(null===e)return 0;var t=(e-.5)/.12,o=Math.exp(t);return o/(1+o)},trackSun:function(){return(0,s.sH)(this,void 0,Promise,(function(){return(0,s.YH)(this,(function(e){return this.sunOffset=null,[2,this.gotoTarget({place:this.sunPlace,instant:!0,noZoom:!0,trackObject:!0})]}))}))},centerSun:function(){return(0,s.sH)(this,void 0,Promise,(function(){return(0,s.YH)(this,(function(e){return this.sunOffset=null,this.toggleTrackSun=!0,this.sunCenteredTracking=!0,[2,this.gotoTarget({place:this.sunPlace,instant:!0,noZoom:!0,trackObject:this.trackingSun})]}))}))},trackSunOffset:function(){return(0,s.sH)(this,void 0,Promise,(function(){var e;return(0,s.YH)(this,(function(t){return this.sunCenteredTracking=!1,e=this.getSunOffsetWorldPosition(),null!==e?[2,this.gotoTarget({place:e,noZoom:!0,instant:!0,trackObject:!0})]:[2,Promise.resolve()]}))}))},getSunOffsetWorldPosition:function(){if(null===this.sunOffset)return null;var e=Ao.Planets["_planetLocations"][0],t=Jo(this.wwtControl,e.RA,e.dec),o={x:t.x+this.sunOffset.x,y:t.y+this.sunOffset.y},n=this.findRADecForScreenPoint(o),i=new Ao.Place;return i.set_RA(n.ra/15),i.set_dec(n.dec),i},angleInZeroToTwoPi:function(e){var t=2*Math.PI;return(e%t+t)%t},angleBetween:function(e,t,o){return t=t&&e<=o:e>=t||e<=o},greatCircleDistance:function(e,t){var o=15*e.RA*Zn,n=e.dec*Zn,i=15*t.RA*Zn,a=t.dec*Zn;return(0,Eo.Io)(o,n,i,a)},updateIntersection:function(){var e=this;if(null!=Ao.Planets["_planetLocations"]){var t=this.wwtControl.canvas.height,o=Ao.Planets["_planetLocations"][0],n=Ao.Planets["_planetLocations"][9],i=Jo(this.wwtControl,o.RA,o.dec),a=Jo(this.wwtControl,n.RA,n.dec);a.y=t-a.y,i.x-=a.x,i.y=t-i.y-a.y;var r=this.getJulian(this.selectedDate),l=Ao.CAAMoon.radiusVector(r),s=149597871,c=1737.4,u=696340,d=Math.atan2(c,l),h=Math.atan2(u,s),p=6*d*t/(this.wwtZoomDeg*Zn),f=6*h*t/(this.wwtZoomDeg*Zn),m=[],g=Math.sqrt(i.x*i.x+i.y*i.y);if(g>p+f)this.currentFractionEclipsed=0;else{var v=g=p)return;if(0===A&&(A=Math.min(p,f)),P=Math.sqrt(p*p-A*A),isNaN(P))return console.error("x1 is NaN"),void(this.currentFractionEclipsed=0);N=A,z=-P,F=A}else{var E=1e-5,O=-i.x/(i.y+E),I=(i.x*i.x+i.y*i.y-(f*f-p*p))/(2*(i.y+E)),R=1+O*O,V=2*O*I,U=I*I-p*p,B=Math.sqrt(V*V-4*R*U);if(isNaN(B))return console.error("sqrDisc is NaN"),void(this.currentFractionEclipsed=0);P=(-V+B)/(2*R),z=(-V-B)/(2*R),N=O*P+I,F=O*z+I}var X=this.angleInZeroToTwoPi(Math.atan2(i.y,i.x)),H=Math.atan2(N/p,P/p),q=Math.atan2(F/p,z/p);if(H=this.angleInZeroToTwoPi(H),q=this.angleInZeroToTwoPi(q),!this.angleBetween(X,H,q)){var Y=H;H=q,q=Y}H>q&&(H-=2*Math.PI);var j=q-H;for(M=0;M<=W;M++){D=H+M/W*j;m.push({x:p*Math.cos(D),y:p*Math.sin(D)})}var G=Math.atan2((N-i.y)/f,(P-i.x)/f),$=Math.atan2((F-i.y)/f,(z-i.x)/f);G=this.angleInZeroToTwoPi(G),$=this.angleInZeroToTwoPi($);var Q=this.angleInZeroToTwoPi(Math.PI+X);if(!this.angleBetween(Q,G,$)){var J=G;G=$,$=J}G>$&&(G-=2*Math.PI);var Z=$-G;for(M=0;M<=W;M++){D=G+M/W*Z;m.push({x:f*Math.cos(D)+i.x,y:f*Math.sin(D)+i.y})}}for(M=0;M0;if(o){var n=100;n=this.skyOpacity>.8?100:this.skyOpacity<=.8&&this.skyOpacity>.7?20:10,t="moon-sky-blue-overlay-".concat(n,".png")}else t="moon-dark-gray-overlay.png"}(e||t!==this.moonTexture&&Ao.Planets._planetTextures)&&(Ao.Planets._planetTextures[9]=this.textureFromAssetImage(t),this.moonTexture=t)},clearPlayingInterval:function(){null!==this.playingIntervalId&&(clearInterval(this.playingIntervalId),this.playingIntervalId=null)},moveOneIntervalForward:function(){this.selectedTime+=si},moveOneIntervalBackward:function(){this.selectedTime-=si},toUTCDateString:function(e){return"".concat(e.getUTCMonth()+1,"/").concat(e.getUTCDate(),"/").concat(e.getUTCFullYear())},toUTCTimeString:function(e){var t=e.getUTCMinutes(),o=t<10?"0".concat(t):"".concat(t),n=e.getUTCHours()<12?"AM":"PM";return"".concat(e.getUTCHours(),":").concat(o," ").concat(n)},toLocaleDateString:function(e){return e=new Date(e.getTime()+this.selectedTimezoneOffset),"".concat(e.getUTCMonth()+1,"/").concat(e.getUTCDate(),"/").concat(e.getUTCFullYear())},toLocaleTimeString:function(e){e=new Date(e.getTime()+this.selectedTimezoneOffset);var t=e.getUTCMinutes(),o=t<10?"0".concat(t):"".concat(t),n=e.getUTCHours()<12?"AM":"PM",i=e.getUTCHours()%12;return"".concat(0!=i?i:12,":").concat(o," ").concat(n)},toTimeString:function(e,t,o){return void 0===t&&(t=!1),void 0===o&&(o=!1),null===e?"":t?(0,Ro.A)(e,o?"UTC":this.selectedTimezone,"h:mm:ss aaa (zzz)"):(0,Ro.A)(e,o?"UTC":this.selectedTimezone,"h:mm aaa (zzz)")},closeSplashScreen:function(){this.showSplashScreen=!1},updateWWTLocation:function(){this.wwtSettings.set_locationLat(Kn*this.location.latitudeRad),this.wwtSettings.set_locationLng(Kn*this.location.longitudeRad)},updateLocationFromMap:function(e,t){if(void 0===t&&(t=!0),null!=e&&(this.locationDeg=e,this.updateSelectedLocationText(),t)){var o=[e.latitudeDeg,e.longitudeDeg];"Clouds"===this.learnerPath||"CloudDetail"===this.learnerPath?(this.cloudCoverSelectedLocations.push(o),this.cloudCoverSelectedCount+=1):this.userSelectedLocations.push(o)}},onTimeSliderChange:function(){var e=this;this.$nextTick((function(){e.updateFrontAnnotations(e.dateTime)}))},createUserEntry:function(){var e,t,o;return(0,s.sH)(this,void 0,void 0,(function(){var n,a,r;return(0,s.YH)(this,(function(l){switch(l.label){case 0:return this.responseOptOut?[2]:[4,fetch("".concat(i.API_BASE_URL,"/solar-eclipse-2024/data/").concat(this.uuid),{method:"GET",headers:{Authorization:null!==(e="wd2XGsxDiJCQbkiSFxnruN3a8c4UPc")&&void 0!==e?e:""}})];case 1:return n=l.sent(),[4,n.json()];case 2:return a=l.sent(),r=200===n.status&&void 0!=(null===(t=a.response)||void 0===t?void 0:t.user_uuid),r?[2]:(fetch("".concat(i.API_BASE_URL,"/solar-eclipse-2024/data"),{method:"PUT",headers:{"Content-Type":"application/json",Authorization:null!==(o="wd2XGsxDiJCQbkiSFxnruN3a8c4UPc")&&void 0!==o?o:""},body:JSON.stringify({user_uuid:this.uuid,user_selected_locations:(0,zo.ux)(this.userSelectedLocations),cloud_cover_selected_locations:(0,zo.ux)(this.cloudCoverSelectedLocations),text_search_selected_locations:(0,zo.ux)(this.textSearchSelectedLocations),info_time_ms:0,app_time_ms:0,user_guide_time_ms:0,advanced_weather_selected_locations_count:this.advancedWeatherSelectedCount,cloud_cover_selected_locations_count:this.cloudCoverSelectedCount})}),[2])}}))}))},resetData:function(){this.userSelectedLocations=[],this.cloudCoverSelectedLocations=[],this.textSearchSelectedLocations=[],this.infoTimeMs=0,this.userGuideTimeMs=0,this.weatherTimeMs=0,this.weatherInfoTimeMs=0,this.eclipseTimerTimeMs=0,this.advancedWeatherSelectedCount=0,this.cloudCoverSelectedCount=0;var e=Date.now();this.appStartTimestamp=e,this.infoStartTimestamp=this.showInfoSheet?e:null,this.userGuideStartTimestamp=this.showWWTGuideSheet?e:null,this.weatherStartTimestamp=this.showAdvancedWeather?e:null,this.weatherInfoStartTimestamp=this.weatherInfoOpen?e:null,this.eclipseTimerStartTimestamp=this.showEclipsePredictionSheet?e:null},sendUpdateData:function(){var e,t=this;if(!this.responseOptOut){var o=Date.now(),n=this.showInfoSheet&&null!==this.infoStartTimestamp?o-this.infoStartTimestamp:this.infoTimeMs,a=this.showWWTGuideSheet&&null!==this.userGuideStartTimestamp?o-this.userGuideStartTimestamp:this.userGuideTimeMs,r=this.showAdvancedWeather&&null!==this.weatherStartTimestamp?o-this.weatherStartTimestamp:this.weatherTimeMs,l=this.weatherInfoOpen&&null!==this.weatherInfoStartTimestamp?o-this.weatherInfoStartTimestamp:this.weatherInfoTimeMs,s=this.showEclipsePredictionSheet&&null!==this.eclipseTimerStartTimestamp?o-this.eclipseTimerStartTimestamp:this.eclipseTimerTimeMs;fetch("".concat(i.API_BASE_URL,"/solar-eclipse-2024/data/").concat(this.uuid),{method:"PATCH",headers:{"Content-Type":"application/json",Authorization:null!==(e="wd2XGsxDiJCQbkiSFxnruN3a8c4UPc")&&void 0!==e?e:""},body:JSON.stringify({user_selected_locations:(0,zo.ux)(this.userSelectedLocations),cloud_cover_selected_locations:(0,zo.ux)(this.cloudCoverSelectedLocations),text_search_selected_locations:(0,zo.ux)(this.textSearchSelectedLocations),delta_info_time_ms:n,delta_app_time_ms:o-this.appStartTimestamp,delta_advanced_weather_time_ms:r,delta_weather_info_time_ms:l,delta_user_guide_time_ms:a,delta_eclipse_timer_time_ms:s,delta_advanced_weather_selected_locations_count:this.advancedWeatherSelectedCount,delta_cloud_cover_selected_locations_count:this.cloudCoverSelectedCount}),keepalive:!0}).then((function(){t.resetData()}))}},logLocation:function(){},logPosition:function(){},printUTCDate:function(e){return"".concat(e.getUTCMonth()+1,"/").concat(e.getUTCDate(),"/").concat(e.getUTCFullYear()," ").concat(e.getUTCHours(),":").concat(e.getUTCMinutes(),":").concat(e.getUTCSeconds())},selectSheet:function(e){var t=this;this.sheet===e?(this.sheet=null,this.$nextTick((function(){t.blurActiveElement()}))):this.sheet=e},altAzToHADec:function(e,t,o){t=Math.PI-t,t<0&&(t+=2*Math.PI);var n=Math.atan2(Math.sin(t),Math.cos(t)*Math.sin(o)+Math.tan(e)*Math.cos(o));n<0&&(n+=2*Math.PI);var i=Math.asin(Math.sin(o)*Math.sin(e)-Math.cos(o)*Math.cos(e)*Math.cos(t));return{ra:n,dec:i}},getJulian:function(e){var t=e.getUTCFullYear(),o=e.getUTCMonth()+1,n=e.getUTCDate(),i=e.getUTCHours(),a=e.getUTCMinutes(),r=e.getUTCSeconds()+e.getUTCMilliseconds()/1e3;1!=o&&2!=o||(t-=1,o+=12);var l=Math.floor(t/100),s=2-l+Math.floor(l/4),c=Math.floor(365.25*t),u=Math.floor(30.6001*(o+1)),d=s+c+u+1720994.5+n+(i+a/60+r/3600)/24;return d},mstFromUTC2:function(e,t){var o=t*Kn,n=this.getJulian(e)-2451545,i=n/36525,a=280.46061837+360.98564736629*n+387933e-9*i*i-i*i*i/3871e4+o;if(a>0)while(a>360)a-=360;else while(a<0)a+=360;return a},horizontalToEquatorial:function(e,t,o,n,i){var a=this.mstFromUTC2(i,n),r=this.altAzToHADec(e,t,o),l=r.ra*Kn,s=a+l;return s<0&&(s+=360),s>360&&(s-=360),{raRad:Zn*s,decRad:r.dec}},equatorialToHorizontal:function(e,t,o,n,i){var a=this.mstFromUTC2(i,n)-Kn*e;a<0&&(a+=360);var r=Zn*a,l=t,s=o,c=Math.sin(l)*Math.sin(s)+Math.cos(l)*Math.cos(s)*Math.cos(r),u=Math.asin(c),d=(Math.sin(l)-Math.sin(u)*Math.sin(s))/(Math.cos(u)*Math.cos(s)),h=Math.acos(d);return h+=80*Math.PI%(2*Math.PI),Math.sin(r)>0&&(h=2*Math.PI-h),{altRad:u,azRad:h}},createHorizon:function(e){var t=this;void 0===e&&(e=null);for(var o="#01362C",n=e||this.dateTime||new Date,i=6,a=2*Math.PI/i,r=function(e){var i=[[0,e*a],[-Math.PI/2,e*a],[0,(e+1)*a]];i=i.map((function(e){var o=t.horizontalToEquatorial.apply(t,(0,s.fX)((0,s.fX)([],(0,s.zs)(e),!1),[t.location.latitudeRad,t.location.longitudeRad,n],!1));return[Kn*o.raRad,Kn*o.decRad]}));var r=new Io;i.forEach((function(e){return r.addPoint.apply(r,(0,s.fX)([],(0,s.zs)(e),!1))})),r.set_lineColor(o),r.set_fill(!0),r.set_fillColor(o),r.set_opacity(l.horizonOpacity),Oo.addAnnotation(r)},l=this,c=0;cthis.pointerMoveThreshold&&(this.isPointerMoving=!0)}},onPointerDown:function(e){this.sunOffset=null,this.isPointerMoving=!1,this.pointerStartPosition={x:e.pageX,y:e.pageY},this.activePointer=!0},onPointerUp:function(e){this.pointerStartPosition=null,this.isPointerMoving=!1;var t=Ao.Planets["_planetLocations"][0],o=Jo(this.wwtControl,t.RA,t.dec);this.sunOffset={x:this.wwtControl.renderContext.width/2-o.x,y:this.wwtControl.renderContext.height/2-o.y},this.activePointer=!1},updateForDateTime:function(){this.syncDateTimeWithWWTCurrentTime&&this.setTime(this.dateTime),this.updateFrontAnnotations(this.dateTime)},updateFrontAnnotations:function(e){void 0===e&&(e=null);try{this.removeAnnotations()}finally{this.updateIntersection(),this.showHorizon&&(this.createHorizon(e),this.showSky&&this.createSky(e))}},updateGuidedContentHeight:function(){var e=this,t=null,o=0;this.$nextTick((function(){t=document.getElementById("guided-content-container"),t&&(o+=t.clientHeight);var n=document.querySelector(".user-banner");n&&(o+=n.clientHeight),e.guidedContentHeight="".concat(o,"px")}))},onResize:function(){var e=this;this.$nextTick((function(){e.updateGuidedContentHeight()})),this.updateGuidedContentHeight()},startHorizonMode:function(){this.wwtSettings.set_localHorizonMode(!0),this.showAltAzGrid=!1,this.skyColor=this.skyColorLight,this.showHorizon=!0,this.horizonOpacity=1,this.sunPlace.set_zoomLevel(20),this.gotoTarget({place:this.sunPlace,instant:!0,noZoom:!1,trackObject:this.toggleTrackSun}),this.playbackRate=this.horizonRate},getSunAltitudeAtTime:function(e){var t=this.equatorialToHorizontal(this.sunPosition.raRad,this.sunPosition.decRad,this.location.latitudeRad,this.location.longitudeRad,e);return t},getTimeforSunAlt:function(e){var t=this.selectedTime-this.selectedTime%ri-this.selectedTimezoneOffset,o=t+ri,n=t,i=this.getSunAltitudeAtTime(new Date(n)).altRad;while(ie*Zn&&n.98?.98:a),this.skyOpacity=this.skyOpacity*(1-.5*Math.pow(Math.E,-Math.pow(a-1,2)/.001)),i=n>0?0:1-(1+Math.atan(Math.PI*n/-o))/2,this.updateMoonTexture(),this.setForegroundOpacity(100*i)},copyShareURL:function(){var e=this,t="".concat(window.location.origin).concat(window.location.pathname),o="".concat(t,"?lat=").concat(this.locationDeg.latitudeDeg,"&lon=").concat(this.locationDeg.longitudeDeg);navigator.clipboard.writeText(o).then((function(){return e.$notify({group:"copy-url",type:"success",text:"URL copied to clipboard. Paste to share with friends!",duration:5e3,ignoreDuplicates:!0})})).catch((function(t){return e.$notify({group:"copy-url",type:"error",text:"Failed to copy URL",duration:5e3,ignoreDuplicates:!0})}))},getCloudCover:function(e,t){var o=Math.floor(ki-e+.5),n=Math.floor(t+.5-_i);return o<0||o>=wi.length||n<0||n>=wi[0].length?null:wi[o][n]},getEclipsePrediction:function(){var e=On(this.locationDeg.latitudeDeg,this.locationDeg.longitudeDeg,100);switch(this.eclipsePrediction=e[0],this.eclipsePrediction.centralStart[0]?this.eclipseStart=this.eclipsePrediction.centralStart[0].getTime():this.eclipsePrediction.partialStart[0]?this.eclipseStart=this.eclipsePrediction.partialStart[0].getTime():this.eclipseStart=null,this.eclipsePrediction.centralEnd[0]?this.eclipseEnd=this.eclipsePrediction.centralEnd[0].getTime():this.eclipsePrediction.partialEnd[0]?this.eclipseEnd=this.eclipsePrediction.partialEnd[0].getTime():this.eclipseEnd=null,this.eclipsePrediction.maxTime[0]?this.eclipseMid=this.eclipsePrediction.maxTime[0].getTime():this.eclipseMid=null,this.eclipsePrediction.type){case"T":this.eclipseType="Total";break;case"A":this.eclipseType="Annular";break;case"P":this.eclipseType="Partial";break;default:this.eclipseType="None"}return e},findBestFeature:function(e){var t,o,n=e.features.filter((function(e){return fi.some((function(t){return e.place_type.includes(t)}))})),i=null!==(t=n.find((function(e){return e.place_type.includes("place")})))&&void 0!==t?t:null!==(o=n.find((function(e){return e.place_type.includes("postcode")})))&&void 0!==o?o:void 0;if(void 0!==i)return i;var a=n.find((function(e){return e.place_type.includes("region")}));if(void 0!==a)return a;var r=n.find((function(e){return e.place_type.includes("country")}));return void 0!==r?r:null},textForMapboxFeature:function(e){var t=[];return e.text&&t.push(e.text),e.context.forEach((function(e){var o=e.id.split(".")[0];if(fi.includes(o)){var n=null,i=e.short_code;if("region"===o&&null!=i)gi.some((function(e){return i.startsWith(e)}))&&(n=i.substring(3));else if("country"===o){var a=e.text;mi.includes(a)||(n=a)}null!==n&&t.push(n)}})),t.join(", ")},textForMapboxResults:function(e){var t=this.findBestFeature(e);return null===t?"":this.textForMapboxFeature(t)},textForLocation:function(e,t){return(0,s.sH)(this,void 0,Promise,(function(){var o,n,i,a,r,l,c,u=this;return(0,s.YH)(this,(function(s){switch(s.label){case 0:return o="pk.eyJ1IjoiY29zbWljZHMiLCJhIjoiY2xzOWV3aHRnMDY4ejJzbGRtZ2x4bW4yZyJ9.8qTaW6RulUyg4awUJ4a-Kg",n="https://api.mapbox.com/geocoding/v5/mapbox.places/".concat(e,",").concat(t,".json?access_token=").concat(o),[4,fetch(n).then((function(e){return e.json()})).then((function(e){return 0===e.features.length?null:u.textForMapboxResults(e)})).catch((function(e){u.searchErrorMessage="An error occurred while searching"}))];case 1:return i=s.sent(),i?[2,i]:(a=this.locationDeg.latitudeDeg>=0?"N":"S",r=this.locationDeg.longitudeDeg>=0?"E":"W",l=Math.abs(this.locationDeg.latitudeDeg).toFixed(3),c=Math.abs(this.locationDeg.longitudeDeg).toFixed(3),[2,"".concat(l,"° ").concat(a,", ").concat(c,"° ").concat(r)])}}))}))},geocodingInfoForSearch:function(e){return(0,s.sH)(this,void 0,Promise,(function(){var t,o;return(0,s.YH)(this,(function(n){return t="pk.eyJ1IjoiY29zbWljZHMiLCJhIjoiY2xzOWV3aHRnMDY4ejJzbGRtZ2x4bW4yZyJ9.8qTaW6RulUyg4awUJ4a-Kg",o="https://api.mapbox.com/geocoding/v5/mapbox.places/".concat(e,".json?access_token=").concat(t,"&types=place,postcode"),[2,fetch(o).then((function(e){return e.json()})).then((function(e){return e})).catch((function(e){return null}))]}))}))},setLocationFromFeature:function(e){var t=this;this.locationDeg={longitudeDeg:e.center[0],latitudeDeg:e.center[1]},this.textForLocation(e.center[0],e.center[1]).then((function(e){t.selectedLocationText=e}))},setLocationFromSearchFeature:function(e){this.setLocationFromFeature(e),this.textSearchSelectedLocations.push(e.center)},reversePlaybackRate:function(){this.forceRate=!1;var e=Math.sign(this.playbackRate);if(e>0)this.playbackRate=-Math.min(this.playbackRate,1);else{var t=Math.abs(this.playbackRate),o=Math.floor(Math.log10(t));o-=1*e,this.playbackRate=e*Math.pow(10,Math.abs(o))}},increasePlaybackRate:function(){if(this.forceRate=!1,Math.sign(this.playbackRate)<0)this.playbackRate=-Math.max(this.playbackRate,-1);else{var e=Math.sign(this.playbackRate),t=Math.abs(this.playbackRate),o=Math.floor(Math.log10(t));o+=1*e,this.playbackRate=e*Math.pow(10,Math.abs(o))}},updateSelectedLocationText:function(){return(0,s.sH)(this,void 0,void 0,(function(){var e;return(0,s.YH)(this,(function(t){switch(t.label){case 0:return e=this,[4,this.textForLocation(this.locationDeg.longitudeDeg,this.locationDeg.latitudeDeg)];case 1:return e.selectedLocationText=t.sent(),[2]}}))}))},niceRound:function(e){var t=Math.abs(e);return t<2.7?e.toFixed(1):t<35?e.toFixed(0):t<255?10*Math.round(e/10):100*Math.round(e/100)}},watch:{showNewMobileUI:function(e){this.updatePanForMobile()},showGuidedContent:function(e){var t=this;if(this.onResize(),this.$nextTick((function(){t.onScroll()})),e){this.$refs.showGuidedContent.tooltip=!1;var o=document.activeElement;o&&"show-guided-content-button"===o.id&&o.blur()}},showEclipsePredictionTextBanner:function(e){var t=this;this.onResize(),this.$nextTick((function(){t.onScroll()}))},cssVars:function(e){},responseOptOut:function(e){window.localStorage.setItem(pi,String(e))},inIntro:function(e){e||(this.playing=!0,this.showEclipsePredictionTextBanner=!this.showNewMobileUI,this.showSplashScreen||null!==this.responseOptOut||(this.showPrivacyDialog=!0))},showAltAzGrid:function(e){this.wwtSettings.set_showAltAzGrid(e),this.wwtSettings.set_showAltAzGridText(e)},showHorizon:function(e){this.updateFrontAnnotations(),this.updateMoonTexture()},showSky:function(e){this.updateFrontAnnotations(),this.updateMoonTexture()},wwtZoomDeg:function(e,t){this.sunOffset=null,this.updateIntersection()},useRegularMoon:function(e){this.updateMoonTexture(),this.updateFrontAnnotations(this.dateTime)},dateTime:function(e){this.updateForDateTime()},selectedTime:function(e){},nearTotality:function(e,t){e&&(this.forceRate=Math.abs(this.playbackRate)>10&&this.playing),t&&!e&&(this.forceRate=!1)},wwtCurrentTime:function(e){!this.forceRate||this.nearTotality||"after"!==this.eclipsePhase&&"before"!==this.eclipsePhase||(this.forceRate=!1),e.getTime()>=this.maxTime||e.getTime()10)},showSplashScreen:function(e){e||(this.inIntro=!0,this.showNewMobileUI&&(this.introSlide=2))},showInfoSheet:function(e){e?this.infoStartTimestamp=Date.now():null!==this.infoStartTimestamp&&(this.infoTimeMs+=Date.now()-this.infoStartTimestamp,this.infoStartTimestamp=null)},showAdvancedWeather:function(e){e?(this.weatherStartTimestamp=Date.now(),this.playing=!1):null!==this.weatherStartTimestamp&&(this.weatherTimeMs+=Date.now()-this.weatherStartTimestamp,this.weatherStartTimestamp=null)},showWWTGuideSheet:function(e){e?this.userGuideStartTimestamp=Date.now():null!==this.userGuideStartTimestamp&&(this.userGuideTimeMs+=Date.now()-this.userGuideStartTimestamp,this.userGuideStartTimestamp=null)},showEclipsePredictionSheet:function(e){e?(this.playing=!1,this.eclipseTimerStartTimestamp=Date.now()):null!==this.eclipseTimerStartTimestamp&&(this.eclipseTimerTimeMs+=Date.now()-this.eclipseTimerStartTimestamp,this.eclipseTimerStartTimestamp=null)},weatherInfoOpen:function(e){e?this.weatherInfoStartTimestamp=Date.now():null!==this.weatherInfoStartTimestamp&&(this.weatherInfoTimeMs+=Date.now()-this.weatherInfoStartTimestamp,this.weatherInfoStartTimestamp=null)},introSlide:function(e){this.inIntro=e<3},viewerMode:function(e){"Horizon"===e&&this.startHorizonMode(),this.updateSkyOpacityForSunAlt(this.sunPosition.altRad),this.updateMoonTexture()},skyColor:function(e){this.updateFrontAnnotations()},sunAboveHorizon:function(e){this.horizonOpacity=e?1:.85},sunPosition:function(e){this.updateSkyOpacityForSunAlt(e.altRad)},currentFractionEclipsed:function(e){this.updateSkyOpacityForSunAlt(this.sunPosition.altRad),this.updateFrontAnnotations()},toggleTrackSun:function(e){if(e)return this.trackSun(),null===this.sunOffset?void(this.sunCenteredTracking=!0):void 0;this.sunCenteredTracking=!1;var t=new Ao.Place;return t.set_RA(this.wwtRARad*Kn/15),t.set_dec(this.wwtDecRad*Kn),void this.gotoTarget({place:t,instant:!0,noZoom:!0,trackObject:!1})},sunOffset:function(e){return null===e&&this.toggleTrackSun?void(this.sunCenteredTracking=!0):void(this.sunCenteredTracking=!1)},playbackRate:function(e){Math.abs(e)>11e3&&(console.warn("playbackRate too high, setting to maxPlaybackRate"),this.playbackRate=1e4*Math.sign(e)),this.setClockRate(1===e?1:e-1+1e-9)}}}),Mi=(0,f.A)(Wi,[["render",No]]),Di=Mi;function Pi(e,t,o,i,r,l){return(0,a.uX)(),(0,a.Wv)(n.eB,{name:"expand",onEnter:e.enter,onAfterEnter:e.afterEnter,onLeave:e.leave},{default:(0,a.k6)((function(){return[(0,a.RG)(e.$slots,"default",{},void 0,!0)]})),_:3},8,["onEnter","onAfterEnter","onLeave"])}const Ni=(0,a.pM)({name:"TransitionExpand",emits:["enter","after-enter","leave"],methods:{enter:function(e){var t=getComputedStyle(e).width;e.style.width=t,e.style.position="absolute",e.style.visibility="hidden",e.style.height="auto";var o=getComputedStyle(e).height;e.style.width="",e.style.position="",e.style.visibility="visible",e.style.height="0px",getComputedStyle(e).height,requestAnimationFrame((function(){e.style.height=o})),this.$emit("enter")},afterEnter:function(e){e.style.height="auto",this.$emit("after-enter")},leave:function(e){var t=getComputedStyle(e).height;e.style.height=t,getComputedStyle(e).height,requestAnimationFrame((function(){e.style.height="0"})),this.$emit("leave")}}}),zi=(0,f.A)(Ni,[["render",Pi],["__scopeId","data-v-4fd945ad"]]),Fi=zi;var Ai=function(e){return(0,a.Qi)("data-v-6a82dddb"),e=e(),(0,a.jt)(),e},Ei=["id"],Oi=["src","alt"],Ii={key:0},Ri={class:"wcag-gif-container1"},Vi=["src","alt"],Ui=Ai((function(){return(0,a.Lk)("cite",{style:{display:"none"}},[(0,a.eW)(" Adapted from "),(0,a.Lk)("a",{href:"https://css-tricks.com/pause-gif-details-summary/"},"CSS Tricks"),(0,a.eW)(" and "),(0,a.Lk)("a",{href:"https://codepen.io/chriscoyier/pen/pogQJER"},"CodePen")],-1)}));function Bi(e,t,o,n,i,r){return(0,a.uX)(),(0,a.CE)("div",{id:e.id,class:"wcag-gif-container"},[(0,a.Lk)("img",{src:e.still,alt:e.alt,loading:"lazy"},null,8,Oi),e.stayPaused||e.stillOnly?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("details",Ii,[(0,a.Lk)("summary",{role:"button","aria-label":"static image",onClick:t[0]||(t[0]=function(){for(var t=[],o=0;o details");if(e.matches&&t)return this.stayPaused=!0,void t.removeAttribute("open");t&&(t.open=!(this.startPaused||this.stillOnly))},methods:{onClick:function(){this.stayPaused||(this.pause=!this.pause)}}}),Hi=(0,f.A)(Xi,[["render",Bi],["__scopeId","data-v-6a82dddb"]]),qi=Hi;var Yi={id:"logo-credits"},ji=(0,a.Fv)('
CosmicDS LogoWWT LogoSciAct LogoSciAct Logo
',1),Gi=[ji];function $i(e,t,o,n,i,r){return(0,a.uX)(),(0,a.CE)("div",Yi,Gi)}const Qi=(0,a.pM)({props:{visible:{type:Boolean,default:!0}},data:function(){return{}},created:function(){},methods:{},computed:{isMobile:function(){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}},watch:{}}),Ji=(0,f.A)(Qi,[["render",$i]]),Zi=Ji;var Ki=["aria-label"],ea=["id"],ta=["src","alt"];function oa(e,t,o,i,r,l){var s;return(0,a.uX)(),(0,a.CE)("div",{class:"focus-wrapper",onFocus:t[5]||(t[5]=function(t){return e.focused=!0}),onKeydown:t[6]||(t[6]=(0,n.jR)((function(t){return e.$emit("click")}),["enter"])),"aria-label":e.altText?"Select if "+e.altText:"Image Label",role:"button"},[(0,a.Lk)("div",{id:"image-label-".concat(e.id),class:"image-label-container",style:(0,v.Tr)(e.containerCSS),onMouseover:t[0]||(t[0]=function(t){return e.hovered=!0}),onMouseout:t[1]||(t[1]=function(t){return e.hovered=!1}),onMousedown:t[2]||(t[2]=function(t){return e.active=!0}),onMouseup:t[3]||(t[3]=function(t){return e.active=!1}),onBlur:t[4]||(t[4]=function(t){return e.focused=!1}),"aria-hidden":"true"},[e.image?((0,a.uX)(),(0,a.CE)("img",{key:0,src:e.image,alt:null!==(s=e.altText)&&void 0!==s?s:e.image},null,8,ta)):(0,a.Q3)("",!0),(0,a.Lk)("div",{class:"image-label-background",style:(0,v.Tr)(e.backgroundCSS),"aria-hidden":"true"},null,4),(0,a.Lk)("div",{class:"image-label-text",style:(0,v.Tr)(e.textCSS)},[(0,a.RG)(e.$slots,"default",{},void 0,!0)],4)],44,ea)],40,Ki)}const na=(0,a.pM)({name:"ImageLabel",props:{id:{type:String,default:""},image:{type:String||null,default:null},altText:{type:String||null,default:null},backgroundColor:{type:String,default:"transparent"},backgroundOpacity:{type:Number,default:1},color:{type:String,default:"white"},width:{type:String,required:!0},height:{type:String,required:!0},fontSize:{type:String,default:null},fontWeight:{type:String,default:null},lineHeight:{type:String,default:null},border:{type:String,default:null},borderRadius:{type:String,default:null},hoveredColor:{type:String,default:null},activeColor:{type:String,default:null},focusedColor:{type:String,default:null},hoveredBorder:{type:String,default:"2px solid white"},activeBorder:{type:String,default:null},focusedBorder:{type:String,default:null}},data:function(){return{hovered:!1,active:!1,focused:!1}},computed:{containerCSS:function(){var e={color:this.color,width:"calc(".concat(this.width,"-2px)"),height:this.height,border:this.border,borderRadius:this.borderRadius};return this.hovered&&this.hoveredBorder?(0,s.Cl)((0,s.Cl)({},e),{border:this.hoveredBorder}):this.active&&this.activeBorder?(0,s.Cl)((0,s.Cl)({},e),{border:this.activeBorder}):this.focused&&this.focusedBorder?(0,s.Cl)((0,s.Cl)({},e),{border:this.focusedBorder}):e},textCSS:function(){var e={fontSize:this.fontSize,fontWeight:this.fontWeight,lineHeight:this.lineHeight};return(this.hovered||this.focused)&&(e=(0,s.Cl)((0,s.Cl)({},e),{fontWeight:"bold"})),this.hovered&&this.hoveredColor?(0,s.Cl)((0,s.Cl)({},e),{color:this.hoveredColor}):this.active&&this.activeColor?(0,s.Cl)((0,s.Cl)({},e),{color:this.activeColor,fontWeight:"bold"}):(0,s.Cl)((0,s.Cl)({},e),{color:this.color})},backgroundCSS:function(){var e={backgroundColor:this.backgroundColor,opacity:this.backgroundOpacity};return e}}}),ia=(0,f.A)(na,[["render",oa],["__scopeId","data-v-9cfb3dd2"]]),aa=ia;var ra=o(7209),la=["id"],sa={key:0},ca={key:1},ua={key:2},da=["innerHTML"],ha={key:5},pa={key:1},fa={key:6},ma={key:0},ga={key:7,class:"geolocation-text"},va={key:8,class:"geolocation-coords"};function ya(e,t,o,n,i,r){var l,s;return(0,a.uX)(),(0,a.CE)("span",{id:"geolocation-wrapper+".concat(e.id),class:"geolocation"},[e.showPermissions?((0,a.uX)(),(0,a.CE)("span",sa,"Geolocation "+(0,v.v_)(e.permissions),1)):(0,a.Q3)("",!0),e.showPermissions?((0,a.uX)(),(0,a.CE)("span",ca,"location "+(0,v.v_)(e.geolocation),1)):(0,a.Q3)("",!0),e.showPermissions?((0,a.uX)(),(0,a.CE)("span",ua,"counter "+(0,v.v_)(e.counter),1)):(0,a.Q3)("",!0),e.showPermissions?((0,a.uX)(),(0,a.CE)("p",{key:3,innerHTML:e.msg},null,8,da)):(0,a.Q3)("",!0),e.hideButton?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.Wv)(w.D,{key:4,class:"geolocation-button",density:e.density,size:e.size,variant:e.geolocation?e.useTextButton?"tonal":"flat":"outlined",elevation:e.elevation,loading:e.loading,icon:e.useTextButton?void 0:e.icon,"prepend-icon":e.useTextButton?e.icon:void 0,color:e.geolocationError?"red":e.color,onClick:e.getLocation,text:e.useTextButton?e.label:void 0},null,8,["density","size","variant","elevation","loading","icon","prepend-icon","color","onClick","text"])),(e.showTextProgress||e.showProgressCircle)&&e.loading&&e.hideButton&&e.permissionGranted?((0,a.uX)(),(0,a.CE)("span",ha,[e.showProgressCircle?((0,a.uX)(),(0,a.Wv)(ra.x,{key:0,size:e.progressCircleSize,width:2,color:e.color,indeterminate:""},null,8,["size","color"])):(0,a.Q3)("",!0),e.showTextProgress?((0,a.uX)(),(0,a.CE)("span",pa,"Fetching location")):(0,a.Q3)("",!0)])):(0,a.Q3)("",!0),e.showTextProgress&&e.loaded?((0,a.uX)(),(0,a.CE)("span",fa,[e.showTextProgress?((0,a.uX)(),(0,a.CE)("span",ma,[(0,a.bF)(F.w,{size:"small",icon:"mdi-check-circle-outline"}),(0,a.eW)(" Using your location")])):(0,a.Q3)("",!0)])):(0,a.Q3)("",!0),e.showTextLabel&&!e.useTextButton?((0,a.uX)(),(0,a.CE)("span",ga,[(0,a.RG)(e.$slots,"default",{},(function(){return[(0,a.eW)((0,v.v_)(e.label),1)]}))])):(0,a.Q3)("",!0),e.showCoords?((0,a.uX)(),(0,a.CE)("span",va,[(0,a.Lk)("p",null,"Latitude: "+(0,v.v_)(null===(l=e.geolocation)||void 0===l?void 0:l.latitude),1),(0,a.Lk)("p",null,"Longitude: "+(0,v.v_)(null===(s=e.geolocation)||void 0===s?void 0:s.longitude),1)])):(0,a.Q3)("",!0)],8,la)}const ba=(0,a.pM)({name:"GeolocationButton",components:{"v-btn":w.D,"v-progress-circular":ra.x},props:{color:{type:String,default:"white"},debug:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},size:{type:String,default:"small"},density:{type:String,default:"comfortable"},elevation:{type:String,default:"2"},hideButton:{type:Boolean,default:!1},showTextLabel:{type:Boolean,default:!1},showCoords:{type:Boolean,default:!1},showTextProgress:{type:Boolean,default:!1},showProgressCircle:{type:Boolean,default:!0},useTextButton:{type:Boolean,default:!1},progressCircleSize:{type:Number,default:12},label:{type:String,default:"My Location"},id:{type:String,default:null},trueIcon:{type:String,default:"mdi-crosshairs-gps"},falseIcon:{type:String,default:"mdi-crosshairs"},backgroundColor:{type:String,default:"black"},showPermissions:{type:Boolean,default:!1}},emits:{geolocation:function(e){return!0},error:function(e){return!0},permission:function(e){return!0},permissionDenied:function(e){return!0}},data:function(){return{geolocation:null,geolocationError:null,permissions:"",permissionGranted:!1,loading:!1,loaded:!1,emitLocation:!1,noPermissionsApi:!1,counter:0,msg:""}},created:function(){},mounted:function(){var e=this;if(!navigator.permissions)return console.error("Permissions API not supported"),this.noPermissionsApi=!0,void this.$emit("permission","denied");var t=navigator.permissions.query({name:"geolocation"});t.then((function(t){e.handlePermission(t),t.onchange=function(){e.handlePermission(t)}}))},computed:{icon:function(){return this.geolocation?this.trueIcon:this.falseIcon}},methods:{handlePermission:function(e){"granted"===e.state?(this.permissionGranted=!0,this.debugmsg("Permission granted")):"prompt"===e.state?this.debugmsg("Permission prompt"):"denied"===e.state&&this.debugmsg("Permission denied"),this.permissions=e.state},handlePosition:function(e){this.geolocation=e.coords,this.geolocationError=null},handleGeolocationError:function(e){if(console.error("Geolocation error:",e),"prompt"===this.permissions){var t="https://www.lifewire.com/turn-on-mobile-location-services-4156232";this.geolocationError={code:1,message:'Location access was denied. Try enabling location services for your browser in system settings. (This feature might not work on Safari on some iPhones). Help')}}else this.geolocationError=e},geolocate:function(e){var t=this;if(void 0===e&&(e=!0),this.geolocation)this.$emit("geolocation",this.geolocation);else{var o={enableHighAccuracy:!0,timeout:6e4,maximumAge:0};navigator.geolocation&&(this.loading=e,this.debugmsg("Getting location"),navigator.geolocation.getCurrentPosition((function(e){t.handlePosition(e),t.loading=!1,t.debugmsg("Got location"),t.loaded=!0,setTimeout((function(){t.loaded=!1}),5e3)}),(function(e){t.handleGeolocationError(e),t.loading=!1,t.debugmsg("Error: ".concat(e.message))}),o))}},getLocation:function(){console.log(this.showTextProgress,this.showTextLabel,this.useTextButton,this.showCoords,this.hideButton),this.emitLocation=!0,this.geolocate()},debugmsg:function(e){console.log(e),this.showPermissions&&(this.msg=this.msg+"
"+e)}},watch:{permissions:function(e){this.debugmsg("Permission: ".concat(e)),this.$emit("permission",e)},geolocation:function(e){this.emitLocation&&("granted"!=this.permissions&&(this.permissions="granted"),this.$emit("geolocation",e))},geolocationError:function(e){e&&this.$emit("error",e)}}}),wa=(0,f.A)(ba,[["render",ya]]),Ca=wa;var ka=o(3899),_a=["id"];function xa(e,t,o,n,i,r){return(0,a.uX)(),(0,a.Wv)(ka.y,(0,a.v6)({modelValue:e.tooltip,"onUpdate:modelValue":t[2]||(t[2]=function(t){return e.tooltip=t}),location:e.tooltipLocation,"open-on-click":e.tooltipOnClick,"open-on-focus":e.tooltipOnFocus,"open-on-hover":e.tooltipOnHover,offset:e.tooltipOffset,disabled:!e.tooltipText||!e.showTooltip},e.$attrs),{activator:(0,a.k6)((function(o){var n=o.props;return[(0,a.Lk)("div",(0,a.v6)(n,{id:e.buttonID,onTouchstart:t[0]||(t[0]=function(){for(var t=[],o=0;o=0}},tooltipLocation:{type:String||void 0,default:void 0}},data:function(){return{tooltip:!1}},mounted:function(){this.showFor>0&&this.timedShow()},methods:{show:function(){this.tooltip=!0},hide:function(){this.tooltip=!1},timedShow:function(){var e=this;this.show(),setTimeout((function(){e.hide()}),1e3*this.showFor)}},watch:{showFor:function(){this.timedShow()}}}),Ra=(0,f.A)(Ia,[["render",Oa]]),Va=Ra;var Ua={key:1,id:"playback-play-pause-button"},Ba={key:0,id:"playback-reverse-time"},Xa={id:"reverse-button-text"},Ha={id:"playback-slider-container"},qa={id:"tick-container"},Ya={class:"tick-label"};function ja(e,t,o,n,i,r){var l,s,c=(0,a.g2)("icon-button");return(0,a.uX)(),(0,a.CE)("div",{id:"enclosing-playback-container",style:(0,v.Tr)(e.cssVars)},[e.inline&&e.inlineButton||e.showCloseButton?((0,a.uX)(),(0,a.CE)("div",{key:0,id:"playback-close-button",onClick:t[0]||(t[0]=function(t){return e.$emit("close")})},[(0,a.bF)(F.w,{color:e.color,size:"18"},{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-close")]})),_:1},8,["color"])])):(0,a.Q3)("",!0),!e.inline||e.inlineButton?((0,a.uX)(),(0,a.CE)("div",Ua,[(0,a.bF)(c,{"md-icon":e.isPaused?"mdi-play":"mdi-pause",onActivate:t[1]||(t[1]=function(t){return e.isPaused=!e.isPaused}),color:e.color,"focus-color":e.color,"tooltip-text":"Play/Pause","tooltip-location":"top","tooltip-offset":"5px","md-size":"18"},null,8,["md-icon","color","focus-color"]),!e.inline||e.inlineButton?((0,a.uX)(),(0,a.CE)("div",Ba,[(0,a.bF)(c,{onActivate:t[2]||(t[2]=function(t){return e.reverseTime=!e.reverseTime}),"md-icon":e.reverseTime?"mdi-step-forward-2":"mdi-step-backward-2",color:e.color,"focus-color":e.color,"tooltip-text":"Forward/Reverse","tooltip-location":"top","tooltip-offset":"5px","md-size":"18"},null,8,["md-icon","color","focus-color"]),(0,a.Lk)("span",Xa,(0,v.v_)(e.reverseTime?"Forward":"Reverse"),1)])):(0,a.Q3)("",!0)])):(0,a.Q3)("",!0),(0,a.Lk)("div",Ha,[(0,a.Lk)("div",qa,[((0,a.uX)(!0),(0,a.CE)(a.FK,null,(0,a.pI)(e.index,(function(t){return(0,a.uX)(),(0,a.CE)("div",(0,a.v6)({key:t},e.options(t),{class:"tick"}),[(0,a.Lk)("span",Ya,(0,v.v_)(e.valueToMark(t)),1)],16)})),128))]),(0,a.bF)(O.u,{ref:"slider","hide-details":"",modelValue:e.value,"onUpdate:modelValue":t[3]||(t[3]=function(t){return e.value=t}),max:null!==(l=e.max)&&void 0!==l?l:e.index[e.index.length-1],min:null!==(s=e.min)&&void 0!==s?s:e.index[0],"thumb-size":16,color:"white","track-color":"white","track-fill-color":"white","thumb-color":"blue","track-size":"8",step:e.step,"show-ticks":!!e.useBuiltInTicks&&"always",ticks:e.useBuiltInTicks?e.marks:void 0},null,8,["modelValue","max","min","step","show-ticks","ticks"])])],4)}var Ga=function(){function e(e){void 0===e&&(e=10),this.base=e,this.logBase=Math.log(e)}return e.prototype.log=function(e){return 0===e?0:10==this.base?Math.log10(e):2==this.base?Math.log2(e):this.base==Math.E?Math.log(e):Math.log(e)/this.logBase},e.prototype.sequence=function(e,t){void 0===t&&(t=!0);var o=new Array(e+1).fill(0).map((function(e,t){return t+1})),n=o.map((function(e){return-e})).reverse(),i=n.concat([0]).concat(o);return t?i:this.fromSymLogIndex(i)},e.prototype.inverseTransform=function(e){var t=this;if(Array.isArray(e))return e.map((function(e){return t.inverseTransform(e)}));var o,n=Math.abs(e);return o=n>1?Math.sign(e)*Math.pow(this.base,n)/this.base:e,o},e.prototype.transform=function(e){var t=this;if(Array.isArray(e))return e.map((function(e){return t.transform(e)}));var o,n=Math.abs(e);return o=n>1?Math.sign(e)*(this.log(n)+1):e,o},e.prototype.fromSymLogIndex=function(e){return this.inverseTransform(e)},e.prototype.toSymlogIndex=function(e){return this.transform(e)},e}();function $a(e){var t=e.map((function(e){return-e})).reverse();return t.concat([0]).concat(e)}function Qa(e,t,o){for(var n=[],i=e;i<=t;i+=o)n.push(i);return n}function Ja(e,t,o){var n=Qa(e,t,o);return $a(n)}var Za=new Ga(10);const Ka=(0,a.pM)({name:"PlaybackControl",components:{"v-slider":O.u},emits:["update:modelValue","paused","close"],props:{modelValue:{type:Number,default:1},maxPower:{type:Number,default:3},paused:{type:Boolean,default:!0},max:{type:Number,default:null},min:{type:Number,default:null},color:{type:String,default:"white"},smallScreen:{type:Boolean,default:!1},inline:{type:Boolean,default:!0},inlineButton:{type:Boolean,default:!1},showCloseButton:{type:Boolean,default:!1}},mounted:function(){var e=this,t=document.getElementById("playback-slider-container");if(t){var o=t.querySelector(" .v-slider__container");if(o){var n=o.clientHeight;t.style.setProperty("--v-slider-height","".concat(n,"px"))}}var i=new ResizeObserver((function(t){var o,n;try{for(var i=(0,s.Ju)(t),a=i.next();!a.done;a=i.next()){a.value;var r=document.querySelector(".v-slider-track"),l=document.getElementById("enclosing-playback-container");if(l){var c=l.querySelector(".v-slider__container"),u=document.querySelector("#tick-container"),d=document.querySelector("#playback-slider-container");if(r&&l){var h=r.scrollWidth;l.style.setProperty("--track-width","".concat(h,"px"))}u&&c&&d&&d.style.setProperty("--v-slider-height","".concat(c.clientHeight,"px")),e.inline&&l?l.classList.add("inset"):l.classList.remove("inset")}}}catch(p){o={error:p}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}}));i.observe(document.getElementById("enclosing-playback-container"))},data:function(){return{data:["a","b","c"],symlog:Za,index:Za.sequence(this.maxPower).filter((function(e){return e>0})),myTicks:Ja(1,Math.pow(10,this.maxPower),2).map((function(e){return Za.toSymlogIndex(e)})),useBuiltInTicks:!0}},methods:{valueToMark:function(e){if(0===e)return"Pause";var t=this.reverseTime?-1:1;return(t*Za.fromSymLogIndex(e)).toString()+"x"},options:function(e){var t,o,n=null!==(t=this.min)&&void 0!==t?t:this.index[0],i=null!==(o=this.max)&&void 0!==o?o:this.index[this.index.length-1],a=(e-n)/(i-n)*100;return{style:{left:a+"%"}}}},computed:{cssVars:function(){return{"--color":this.color}},isPaused:{get:function(){return console.log("PBC: isPaused get",this.paused),this.paused},set:function(e){console.log("PBC: isPaused set",e),this.$emit("paused",e)}},marks:function(){var e=this,t={};return this.index.forEach((function(o){var n=e.reverseTime?-1:1;t[o]=0===o?"":(n*Za.fromSymLogIndex(o)).toString()})),t},step:function(){var e=Math.abs(this.value)<=1?1:.1;return e},value:{get:function(){return Math.abs(Za.toSymlogIndex(this.modelValue))},set:function(e){var t=Za.fromSymLogIndex(e),o=this.reverseTime?-1:1;this.$emit("update:modelValue",o*t)}},reverseTime:{get:function(){return this.modelValue<0},set:function(e){var t=Za.fromSymLogIndex(this.value);this.$emit("update:modelValue",e?-t:t)}}}}),er=(0,f.A)(Ka,[["render",ja]]),tr=er;var or=o(7819),nr=o(1028),ir={class:"intro"},ar=(0,a.Lk)("label",{class:"d-inline d-sm-block d-xl-inline",for:"statistics"},"Show me ",-1),rr=(0,a.Lk)("option",{disabled:"",value:""},"Select one",-1),lr=(0,a.Lk)("option",{value:"mean"},"the Mean",-1),sr=(0,a.Lk)("option",{value:"median"},"the Median",-1),cr=(0,a.Lk)("option",{value:"singleyear"},"a Single Year",-1),ur=[rr,lr,sr,cr],dr=(0,a.Lk)("label",{class:"d-inline d-sm-block d-md-inline",for:"years"}," of the cloud cover for ",-1),hr=(0,a.Lk)("option",{disabled:"",value:""},"Select one",-1),pr=["value"],fr=(0,a.Lk)("option",{disabled:"",value:""},"Select one",-1),mr=["value"],gr=(0,a.Lk)("hr",{style:{width:"100%","margin-block":"1rem"}},null,-1),vr={class:"attention"},yr={id:"awv-cloud-cover-display",class:""},br={class:"attention"},wr={key:0,style:{color:"#ff0000"}},Cr={key:0},kr={key:1,style:{"font-size":".91em"}},_r=(0,a.Lk)("br",null,null,-1),xr=(0,a.Lk)("hr",null,null,-1),Sr=(0,a.Lk)("h3",{style:{color:"#ccc"}},"For all years:",-1),Tr={class:"map-colorbar"},Lr={class:"d-flex align-center justify-space-between"},Wr={class:"align-self-start text-right",id:"awv-map-description"},Mr={key:0,style:{display:"inline-block",width:"100px"}};function Dr(e,t,o,i,r,l){var c=(0,a.g2)("define-term"),u=(0,a.g2)("cloud-data-explainer"),d=(0,a.g2)("cloud-cover-line"),h=(0,a.g2)("location-selector"),p=(0,a.g2)("color-bar"),f=(0,a.g2)("bar-chart"),m=(0,a.g2)("line-chart");return(0,a.uX)(),(0,a.Wv)(L.p,{modelValue:e.showValue,"onUpdate:modelValue":t[13]||(t[13]=function(t){return e.showValue=t}),"close-on-back":"",fullscreen:e.$vuetify.display.width<450||e.fullscreen},{default:(0,a.k6)((function(){return[(0,a.bF)(C.J,{id:"advanced-weather-view"},{default:(0,a.k6)((function(){return[(0,a.bF)(_.O,{class:"overflow-auto"},{default:(0,a.k6)((function(){return[(0,a.Lk)("h1",null,[(0,a.eW)("Just how cloudy is it in "+(0,v.v_)(e.locationName)+" in April? ",1),(0,a.bF)(c,{"no-click":"",width:"25ch",showFor:e.showFor?5:0},{definition:(0,a.k6)((function(){return[(0,a.Lk)("p",ir,[(0,a.eW)(" Click"),(0,a.bF)(F.w,{class:"pa-0",size:"1.2em"},{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-help-circle")]})),_:1}),(0,a.eW)("for more details about the cloud cover data, statistical terms, and the El Niño & La Niña weather patterns. ")])]})),term:(0,a.k6)((function(o){var n=o.props;return[(0,a.bF)(w.D,(0,a.v6)(n,{style:{"font-size":"1em"},elevation:"1",icon:"mdi-help-circle",onClick:t[0]||(t[0]=function(t){return e.explainerOpen=!0}),tabindex:"0"}),null,16)]})),_:1},8,["showFor"]),(0,a.bF)(u,{modelValue:e.explainerOpen,"onUpdate:modelValue":t[1]||(t[1]=function(t){return e.explainerOpen=t}),fullscreen:e.$vuetify.display.width<450||e.fullscreen},null,8,["modelValue","fullscreen"])]),(0,a.bF)(D.L,{class:"flex-row-reverse"},{default:(0,a.k6)((function(){return[(0,a.bF)(P.B,{cols:"12",sm:"5",order:2,"order-lg":2},{default:(0,a.k6)((function(){return[(0,a.bF)(D.L,{id:"query-constructor"},{default:(0,a.k6)((function(){return[(0,a.bF)(P.B,{class:"sentence-query mb-2",col:"12"},{default:(0,a.k6)((function(){return[ar,(0,a.bo)((0,a.Lk)("select",{class:"select-box",name:"statistics",id:"select-statistics","onUpdate:modelValue":t[2]||(t[2]=function(t){return e.selectedStat=t})},ur,512),[[n.u1,e.selectedStat]]),dr,"singleyear"!==e.selectedStat?(0,a.bo)(((0,a.uX)(),(0,a.CE)("select",{key:0,class:"select-box",name:"years",id:"select-years","onUpdate:modelValue":t[3]||(t[3]=function(t){return e.dataSubset=t})},[hr,((0,a.uX)(!0),(0,a.CE)(a.FK,null,(0,a.pI)(e.mapSubsets,(function(e){var t=(0,s.zs)(e,2),o=t[0],n=t[1];return(0,a.uX)(),(0,a.CE)("option",{key:o,value:o},(0,v.v_)(n),9,pr)})),128))],512)),[[n.u1,e.dataSubset]]):(0,a.bo)(((0,a.uX)(),(0,a.CE)("select",{key:1,class:"select-box",name:"years",id:"select-years","onUpdate:modelValue":t[4]||(t[4]=function(t){return e.selectedYear=t})},[fr,((0,a.uX)(!0),(0,a.CE)(a.FK,null,(0,a.pI)(e.availableYears,(function(e){return(0,a.uX)(),(0,a.CE)("option",{key:e,value:e},(0,v.v_)(e),9,mr)})),128))],512)),[[n.u1,e.selectedYear]])]})),_:1})]})),_:1}),(0,a.bF)(D.L,{class:"mb-2",id:"modis-radio-group"},{default:(0,a.k6)((function(){return[(0,a.bF)(w.D,{class:"elevation-5 my-2 mb-4 mr-2",size:"small",disabled:!(e.needToUpdate||!e.showCloudCover),color:"#eac402",onClick:t[5]||(t[5]=function(t){return e.updateData()})},{default:(0,a.k6)((function(){return[(0,a.eW)((0,v.v_)(e.displayData?e.needToUpdate?"Update Map":e.showCloudCover?"Shown on Map":"Show on Map":"Show on Map"),1)]})),_:1},8,["disabled"]),(0,a.bF)(nr.$,{class:"modis-radio",modelValue:e.modisDataSet,"onUpdate:modelValue":t[6]||(t[6]=function(t){return e.modisDataSet=t}),density:"compact","persistent-hint":"",inline:"",hint:"MODIS Aqua Data Set"},{default:(0,a.k6)((function(){return[((0,a.uX)(!0),(0,a.CE)(a.FK,null,(0,a.pI)(e.modisTimes,(function(e){var t=(0,s.zs)(e,2),o=t[0],n=t[1];return(0,a.uX)(),(0,a.Wv)(or.i,{key:o,label:n,value:o,disabled:!1,color:"#eac402",density:"compact",hint:"MODIS Aqua Data Set"},null,8,["label","value"])})),128))]})),_:1},8,["modelValue"])]})),_:1}),!e.displayCharts&&e.displayData?((0,a.uX)(),(0,a.Wv)(D.L,{key:0,id:"awv-chart-placeholder"},{default:(0,a.k6)((function(){return[gr,(0,a.Lk)("h4",null,[(0,a.eW)("Show cloud cover statistics for currently selected location: "),(0,a.Lk)("strong",vr,(0,v.v_)(e.locationName),1)]),(0,a.bF)(w.D,{density:"compact",color:"#eac402","append-icon":"mdi-chevron-triple-right",onClick:t[7]||(t[7]=function(t){return e.displayCharts=!0})},{default:(0,a.k6)((function(){return[(0,a.eW)("Show details")]})),_:1})]})),_:1})):(0,a.Q3)("",!0),e.displayCharts?((0,a.uX)(),(0,a.Wv)(D.L,{key:1},{default:(0,a.k6)((function(){var t;return[(0,a.Lk)("div",yr,[(0,a.Lk)("div",null,[(0,a.Lk)("h3",null,[(0,a.eW)(" Cloud Cover for "),(0,a.Lk)("strong",br,(0,v.v_)(e.locationName),1),(0,a.eW)(":")]),e.inBounds?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("span",wr,"Location not in bounds")),(0,a.bF)(d,{value:e.locationValue,label:"singleyear"===e.selectedStat?"".concat(e.selectedYear):null!==(t=e.statText.get(e.selectedStat))&&void 0!==t?t:"Cloud Cover",codes:e.skyCoverCodes,ranges:e.skyCoverCodeRanges,icons:e.skyCoverIcons,variant:"bold"},{default:(0,a.k6)((function(){return["singleyear"===e.selectedStat?((0,a.uX)(),(0,a.CE)("span",Cr,(0,v.v_)(e.selectedYear),1)):((0,a.uX)(),(0,a.CE)("span",kr,[(0,a.eW)((0,v.v_)(e.mapSubsets.get(e.dataSubset))+" ",1),_r,(0,a.eW)(" "+(0,v.v_)(e.statText.get(e.selectedStat)),1)]))]})),_:1},8,["value","label","codes","ranges","icons"])]),xr,Sr,(0,a.bF)(d,{value:e.median(e.cloudDataNearLocation),label:"Median",codes:e.skyCoverCodes,ranges:e.skyCoverCodeRanges,icons:e.skyCoverIcons,style:{color:"#ccc"}},null,8,["value","codes","ranges","icons"]),(0,a.bF)(d,{value:e.mean(e.cloudDataNearLocation),label:"Mean",codes:e.skyCoverCodes,ranges:e.skyCoverCodeRanges,icons:e.skyCoverIcons,style:{color:"#ccc"}},null,8,["value","codes","ranges","icons"])])]})),_:1})):(0,a.Q3)("",!0)]})),_:1}),(0,a.bF)(P.B,{class:(0,v.C4)([e.needToUpdate||!e.displayData||e.loadingNewMap?"show-after":"",e.needToUpdate?"need-to-update":"",e.displayData?"":"no-data-shown"]),id:"awv-map",cols:"12",sm:"7",order:1,"order-lg":1},{default:(0,a.k6)((function(){return[(0,a.Lk)("div",Tr,[(0,a.bF)(h,{"detect-location":e.showOnMap,modelValue:e.location,"onUpdate:modelValue":t[8]||(t[8]=function(t){return e.location=t}),label:"Location","map-options":e.mapOptions,"place-circle-options":e.placeCircleOptions,"selected-circle-options":e.selectedCircleOptions,"selected-cloud-cover":e.displayedCloudData,"rectangle-degrees":.5,"show-cloud-cover":e.displayData&&e.showCloudCover,onDataclick:t[9]||(t[9]=function(t){e.selectedDataIndex=t.index,e.selectedDataCloudCover=t.cloudCover}),"cloud-cover-opacity-function":e.transferFunction,"geo-json-files":e.eclipsePaths,onFinishLoading:t[10]||(t[10]=function(t){return e.loadingNewMap=!1})},null,8,["detect-location","modelValue","map-options","place-circle-options","selected-circle-options","selected-cloud-cover","show-cloud-cover","cloud-cover-opacity-function","geo-json-files"]),(0,a.bF)(p,{name:"cloud-cover",nsteps:20,label:" Cloud Cover",cmap:function(t){return["hsla(0,0%,100%, 1)",e.transferFunction(t)]}},null,8,["cmap"])]),(0,a.Lk)("div",Lr,[(0,a.Lk)("span",Wr,(0,v.v_)(e.mapDescriptionText),1),e.displayData?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",Mr)),e.displayData?((0,a.uX)(),(0,a.Wv)(S.a,{key:1,modelValue:e.showCloudCover,"onUpdate:modelValue":t[11]||(t[11]=function(t){return e.showCloudCover=t}),label:"Show Cloud Cover",color:"#eac402",density:"compact","hide-details":""},null,8,["modelValue"])):(0,a.Q3)("",!0)])]})),_:1},8,["class"])]})),_:1}),e.displayCharts?((0,a.uX)(),(0,a.Wv)(D.L,{key:0},{default:(0,a.k6)((function(){return[(0,a.bF)(P.B,{cols:"12",sm:"6",class:"graph-col"},{default:(0,a.k6)((function(){return[(0,a.bF)(f,{id:"cloud-histogram",class:"elevation-5",labels:e.skyCoverCodes.map((function(e){return e.includes("/")?[e.split("/")[0]+"/",e.split("/")[1]]:e})),"data-label":e.hideHistogramSubset?"All Years":"Other Years","histogram-data":e.cloudDataHistogram.map((function(t,o){return e.locationHistogram.length>0?t-e.locationHistogram[o]:t})),"border-width":e.hideHistogramSubset?[1]:[0],colors:e.hideHistogramSubset?e.colorMap:["#aaa"],options:{scales:{y:{beginAtZero:!0,max:20}}},"bar-annotations":!1,"bar-offset":1,barAnnotationLabel:function(e){return(100*e/20).toFixed(0)+"%"},stacked:"","show-legend":"allYears"!==e.dataSubset,title:"Cloud Conditions for ".concat(e.locationName," ").concat(e.allYears[0]," - ").concat(e.allYears[e.allYears.length-1]),"other-datasets":e.hideHistogramSubset?[]:[{label:e.mapSubsets.get(e.dataSubset),data:e.locationHistogram,backgroundColor:e.colorMap,borderColor:"black",borderWidth:1}]},null,8,["labels","data-label","histogram-data","border-width","colors","barAnnotationLabel","show-legend","title","other-datasets"])]})),_:1}),(0,a.bF)(P.B,{cols:"12",sm:"6",class:"graph-col"},{default:(0,a.k6)((function(){return[(0,a.bF)(m,{"show-legend":e.subsetSelected,class:"elevation-5",title:"Percent Cloud Cover for ".concat(e.locationName),"scatter-data":e.cloudDataNearLocation,"scatter-options":{radius:4},"scatter-label":e.subsetSelected?"Other Years":"All Years","other-data":e.subsetData,"y-range":[-.1,1.1],"x-range":[new Date(2002,9,8),new Date(2023,11,8)],"y-axis-options":{ticks:{callback:function(e,t){if(!(e<0||e>1))return(100*e).toFixed(0)+"%"}}},timeseries:"",color:"#aaa","show-scatter":"",annotations:(0,s.fX)((0,s.fX)([],(0,s.zs)(e.skyCoverCodeRanges.map((function(t,o){var n=(0,s.zs)(t,2),i=(n[0],(0,s.zs)(n[1],2)),a=i[0],r=i[1];return{type:"box",yMin:a/100,yMax:r/100,backgroundColor:e.colorMap[o],drawTime:"beforeDraw",borderColor:e.colorMap[o]}}))),!1),(0,s.zs)(e.skyCoverCodeRanges.map((function(t,o){var n=(0,s.zs)(t,2),i=(n[0],(0,s.zs)(n[1],2)),a=i[0],r=i[1];return{type:"line",borderWidth:0,drawTime:"beforeDatasetsDraw",label:{display:!0,color:"black",backgroundColor:"transparent",content:e.skyCoverCodes[o]},xMin:new Date(2023,0,8),yMin:(a+r)/200,yMax:(a+r)/200}}))),!1)},null,8,["show-legend","title","scatter-data","scatter-label","other-data","x-range","y-axis-options","annotations"])]})),_:1})]})),_:1})):(0,a.Q3)("",!0)]})),_:1}),(0,a.bF)(x.S,{style:{"border-top":"1px solid white","margin-top":"10px"}},{default:(0,a.k6)((function(){return[(0,a.bF)(N.h),(0,a.bF)(w.D,{size:e.showOnMap?"large":"default",color:"#eac402",variant:"flat",onClick:t[12]||(t[12]=function(t){return e.close()})},{default:(0,a.k6)((function(){return[(0,a.eW)("Close")]})),_:1},8,["size"])]})),_:1})]})),_:1})]})),_:1},8,["modelValue","fullscreen"])}var Pr=o(3075),Nr=["id","aria-label"];function zr(e,t,o,n,i,r){return(0,a.uX)(),(0,a.CE)("canvas",{id:e.canvasID,role:"img","aria-label":e.accessiblityLabel,class:"chartjs"},(0,v.v_)(e.accessiblityLabel),9,Nr)}var Fr=o(6118),Ar=o(6447),Er={id:"customCanvasBackgroundColor",beforeDraw:function(e,t,o){var n=e.ctx;n.save(),n.globalCompositeOperation="destination-over",n.fillStyle=o.color||"black",n.fillRect(0,0,e.width,e.height),n.restore()}},Or=o(5638);function Ir(){return[Array,String]}Fr.t1.register(Fr.hE,Fr.E8,Fr.PP,Fr.kc,Or.A,Fr.A6,Fr.m_,Er);const Rr=(0,a.pM)({name:"BarChart",props:{id:{type:String,default:"",required:!1},borderColor:{type:Ir(),default:function(){return["rgba(0,0,0,0.8)"]},required:!1},borderWidth:{type:Ir(),default:function(){return[1]},required:!1},canvasColor:{type:String,default:"whitesmoke",required:!1},labels:{type:Array,default:[],required:!1},histogramData:{type:Array,default:[],required:!0},colors:{type:Ir(),default:function(){return["black"]},required:!1},title:{type:String,default:"",required:!1},dataLabel:{type:String,default:"Data",required:!1},barAnnotations:{type:Boolean,default:!0,required:!1},barAnnotationLabel:{type:Function,default:null,required:!1},barLabelScale:{type:Number,default:1,required:!1},barOffset:{type:Number,default:0,required:!1},showTooltip:{type:Boolean,default:!1,required:!1},animated:{type:Boolean,default:!1,required:!1},stacked:{type:Boolean,default:!1,required:!1},options:{type:Object,default:function(){return{}},required:!1},otherDatasets:{type:Object,default:function(){return[]},required:!1},showHover:{type:Boolean,default:!1,required:!1},showLegend:{type:Boolean,default:!1,required:!1}},data:function(){return{ctx:null}},computed:{canvasID:function(){return"bar-chart"+"".concat(this.id?"-"+this.id:"")},hoverColors:function(){if(!this.showHover)return this.colors;var e=Array.isArray(this.colors)?this.colors:[this.colors];return e.map((function(e){return(0,Ar.Ay)(e).darken(.25).hexString()}))},chartData:function(){return{labels:this.labels,datasets:(0,s.fX)((0,s.fX)([],(0,s.zs)(this.otherDatasets),!1),[{label:this.dataLabel,backgroundColor:this.colors,hoverBackgroundColor:this.hoverColors,borderColor:this.borderColor,borderWidth:this.borderWidth,data:this.histogramData}],!1)}},chartOptions:function(){var e={responsive:!0,maintainAspectRatio:!1,animation:this.animated,scales:{x:{grid:{display:!1},stacked:this.stacked},y:{beginAtZero:!0,grid:{display:!0},stacked:this.stacked}},plugins:{customCanvasBackgroundColor:{color:this.canvasColor},title:{display:""!==this.title,text:this.title,font:{size:12}},legend:{display:this.showLegend},tooltip:{enabled:this.showTooltip},annotation:{annotations:this.annotations}}};return Rn(e,this.options)},annotations:function(){var e=this;return this.barAnnotations?Array.from({length:this.chartData.datasets[0].data.length},(function(t,o){return e.barChartAnnotation(o)})):[]},accessiblityLabel:function(){var e,t=this,o=null===(e=this.chartData.labels)||void 0===e?void 0:e.reduce((function(e,o,n){return e+"".concat(o,": ").concat(t.chartData.datasets[0].data[n],"%, ")}),"");return"Bar chart description: ".concat(o)}},mounted:function(){var e=document.getElementById(this.canvasID);this.ctx=e.getContext("2d"),this.renderChart(this.ctx)},methods:{renderChart:function(e){e&&new Fr.t1(e,{type:"bar",data:this.chartData,options:this.chartOptions})},barChartAnnotation:function(e){var t=this;return{type:"line",borderColor:"black",borderWidth:0,label:{display:!0,backgroundColor:"whitesmoke",borderRadius:0,color:"black",content:function(o){return t.barAnnotationString(t.barValueByIndex(o,e))},position:"center",textAlign:"start",padding:0},xMin:e-.36,xMax:e+.36,xScaleID:"x",yMax:function(o){return Math.min(t.barValueByIndex(o,e)+t.barOffset,100)},yMin:function(o){return Math.min(t.barValueByIndex(o,e)+t.barOffset,100)},yScaleID:"y"}},barValueByIndex:function(e,t){var o=e.chart;if(this.stacked&&this.otherDatasets.length>0)return this.stackedBarValueByIndex(e,t);var n=o.data.datasets[o.data.datasets.length-1];return n.data[t]},barAnnotationString:function(e){return this.barAnnotationLabel?this.barAnnotationLabel(e):e.toFixed(2)},stackedBarValueByIndex:function(e,t){for(var o=e.chart,n=0,i=0;i0)return this.lineData}return[{x:null,y:null}]},defaultScatterStyle:function(){return(0,s.Cl)({color:"red",backgroundColor:this.color,borderColor:this.borderColor,borderWidth:this.borderWidth,radius:3,pointStyle:"circle"},this.scatterOptions)},styleBySubset:function(){var e=this,t=this.computedScatterData.map((function(t,o){if(e.subsets.length>0){var n=e.subsets.map((function(e){return e[o]})).indexOf(!0);if(n>=0)return(0,s.Cl)((0,s.Cl)({},e.defaultScatterStyle),e.subsetStyles[n])}return e.defaultScatterStyle}));return{backgroundColor:t.map((function(e){return e.backgroundColor})),borderColor:t.map((function(e){return e.borderColor})),borderWidth:t.map((function(e){return e.borderWidth})),radius:t.map((function(e){return e.radius})),pointStyle:t.map((function(e){return e.pointStyle}))}},chartData:function(){var e,t,o,n=(0,s.Cl)({type:"scatter",label:this.scatterLabel,data:this.computedScatterData},this.styleBySubset),i=(0,s.Cl)({type:"line",showLine:this.showLine,label:null!==(e=this.lineLabel)&&void 0!==e?e:this.scatterLabel,data:this.computedLineData,backgroundColor:"transparent",radius:0,borderColor:null!==(t=this.lineColor)&&void 0!==t?t:this.color,borderWidth:null!==(o=this.lineWidth)&&void 0!==o?o:this.borderWidth},this.lineOptions),a=[];return this.showScatter&&a.push(n),this.showLine&&a.push(i),0==a.length&&(a=[n,i]),a=(0,s.fX)((0,s.fX)([],(0,s.zs)(this.otherData),!1),(0,s.zs)(a),!1),{datasets:a}},chartOptions:function(){var e={animation:this.animated,maintainAspectRatio:!1,responsive:!0,scales:{x:(0,s.Cl)((0,s.Cl)((0,s.Cl)({display:!this.hideXAxis,type:this.timeseries?"time":"linear",reverse:this.reverseX,max:this.xRange?this.xRange[1]:void 0,min:this.xRange?this.xRange[0]:void 0,width:3},this.bothAxisOptions),this.xAxisOptions),{ticks:{callback:this.xTickFormatter}}),y:(0,s.Cl)((0,s.Cl)({display:!this.hideYAxis,type:"linear",reverse:this.reverseY,max:this.yRange?this.yRange[1]:void 0,min:this.yRange?this.yRange[0]:void 0,width:3},this.bothAxisOptions),this.yAxisOptions)},plugins:{legend:{display:this.showLegend},customCanvasBackgroundColor:{color:"white"},tooltip:{enabled:this.showTooltip},annotation:{annotations:this.annotations},title:{display:""!==this.title,text:this.title,font:{size:12}}}};return e}},watch:{$props:{handler:function(){this.draw()},deep:!0}}}),Yr=(0,f.A)(qr,[["render",Xr]]),jr=Yr;var Gr={key:0,class:"label-icon-value-text-label"},$r={key:1,class:"label-icon-value-text-icon"},Qr={key:2,class:"label-icon-value-text-label-value"},Jr={key:3,class:"label-icon-value-text-label-text"};function Zr(e,t,o,n,i,r){return null!=e.value?((0,a.uX)(),(0,a.CE)("div",{key:0,class:(0,v.C4)(["label-icon-value-text-container",e.variant])},[e.hideLabel?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",Gr,[(0,a.RG)(e.$slots,"default",{},(function(){return[(0,a.eW)((0,v.v_)(e.label)+":",1)]}),!0)])),e.hideIcon?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",$r,[(0,a.bF)(F.w,{size:"35"},{default:(0,a.k6)((function(){return[(0,a.eW)((0,v.v_)(e.cloudIcon(e.value)),1)]})),_:1})])),e.hideValue?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",Qr,(0,v.v_)(Math.ceil(100*e.value))+" % ",1)),e.hideText?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",Jr,(0,v.v_)(e.getText(e.value)[1]),1))],2)):(0,a.Q3)("",!0)}const Kr=(0,a.pM)({name:"CloudCoverLine",props:{value:{type:Number,required:!0},label:{type:String,default:"",required:!0},hideLabel:{type:Boolean,default:!1},hideIcon:{type:Boolean,default:!1},hideValue:{type:Boolean,default:!1},hideText:{type:Boolean,default:!1},codes:{type:Array,required:!0},ranges:{type:Array,required:!0},icons:{type:Array,required:!0},variant:{type:String,default:"normal"}},methods:{getText:function(e){var t=this.ranges.findIndex((function(t){var o=(0,s.zs)(t,2),n=(o[0],o[1]);return null!==e&&(e>=n[0]/100&&e<=n[1]/100)}));return[t,this.codes[t]]},cloudIcon:function(e){var t=(0,s.zs)(this.getText(e),2),o=t[0];t[1];return null==o?"mdi-cloud-cancel":this.icons[o]}}}),el=(0,f.A)(Kr,[["render",Zr],["__scopeId","data-v-0fea66d6"]]),tl=el;var ol=["id"],nl={class:"colorbar-labels"};function il(e,t,o,n,i,r){return(0,a.uX)(),(0,a.CE)("div",{id:e.id,class:"colorbar-container"},[(0,a.Lk)("div",{style:(0,v.Tr)({"--background-color":e.backgroundColor}),class:"colorbar"},null,4),(0,a.Lk)("div",nl,(0,v.v_)(e.label),1)],8,ol)}const al=(0,a.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"}},mounted:function(){this.colorbarGradient()},computed:{id:function(){return this.name?"colorbar-".concat(this.name):"colorbar-".concat(Math.random().toString(36).slice(2))}},methods:{colorbarGradient:function(){var e=document.querySelector("#"+this.id+"> .colorbar");if(e){while(e.firstChild)e.removeChild(e.firstChild);for(var t=this.nsteps,o=t;o>=0;o--){var n=this.cmap(o/t),i=(0,s.zs)(Array.isArray(n)?n:[n,1],2),a=i[0],r=i[1],l=document.createElement("div");l.className="colorbar-chunk",l.style.backgroundColor=a,l.style.opacity=r.toString(),l.style.height="".concat(100/(t+1),"%"),e.appendChild(l)}}}},watch:{nsteps:function(){this.colorbarGradient()},cmap:function(){this.colorbarGradient()}}}),rl=(0,f.A)(al,[["render",il],["__scopeId","data-v-a1a33d98"]]),ll=rl;var sl,cl,ul=o(1273),dl=o(5458),hl={latitudeDeg:42.3601,longitudeDeg:-71.0589};function pl(e){return(0,s.sH)(this,void 0,Promise,(function(){var t=this;return(0,s.YH)(this,(function(o){return[2,fetch(e).then((function(e){return(0,s.sH)(t,void 0,void 0,(function(){var t,o;return(0,s.YH)(this,(function(n){switch(n.label){case 0:return o=Uint8Array.bind,[4,e.arrayBuffer()];case 1:return t=new(o.apply(Uint8Array,[void 0,n.sent()])),[2,(0,Pr.UD)(t,{to:"string"})]}}))}))}))]}))}))}var fl,ml,gl=pl(ul).then((function(e){var t=(0,Qn.fy)(e,(function(e,t){if(0!==t)return[+e[0],+e[1]]}));sl=t.map((function(e){return e[0]})),cl=t.map((function(e){return e[1]}))})),vl=pl(dl).then((function(e){var t=(0,Qn.fy)(e,(function(e,t){if(0!==t)return[+e[0],+e[1]]}));fl=t.map((function(e){return e[0]})),ml=t.map((function(e){return e[1]}))})),yl=new Map([["mean","Mean"],["median","Median"],["singleyear","Single Year"]]);function bl(e,t){return e[t]}var wl=new Map([["elNino","El Niño Years"],["neutral","Neutral Years"],["laNina","La Niña Years"],["allYears","All Years"]]),Cl=new Map([["1day","1 Day"],["8day","8 Day"]]),kl=new Map([["1day","./assets/modis_one_day/"],["8day","./assets/modis_eight_day/"]]),_l=["#eff3ff","#bdd7e7","#6baed6","#2171b5"].reverse();const xl=(0,a.pM)({name:"AdvancedWeatherView",components:{"bar-chart":Ur,"line-chart":jr,"location-selector":g,"cloud-cover-line":tl,"color-bar":ll,"define-term":Va},emits:["update:modelValue","close","explainer-open","location","close"],props:{modelValue:{type:Boolean,default:!0,required:!1},defaultLocation:{type:Object,default:hl,required:!0},showOnMap:{type:Boolean,default:!1,required:!1},showCharts:{type:Boolean,default:!1,required:!1},fullscreen:{type:Boolean,default:!1,required:!1}},data:function(){var e=1e-6;return{firstOpen:!0,showFor:!1,explainerOpen:!1,statText:yl,mapSubsets:wl,modisTimes:Cl,modisDirs:kl,modisDataSet:"8day",location:this.defaultLocation,dataloaded:!1,dataLoadingProgress:0,allYears:[2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2023],elNinoYears:[2003,2007,2010,2016],laNinaYears:[2e3,2008,2011,2012,2021,2022,2023],neutralYears:[2001,2002,2004,2005,2006,2009,2013,2014,2015,2017,2018],selectedYear:2021,selectedStat:"median",dataSubset:"allYears",skyCoverCodes:["Clear/Mostly Clear","Partly Cloudy","Mostly Cloudy","Cloudy/Overcast"],skyCoverIcons:["mdi-weather-sunny","mdi-weather-partly-cloudy","mdi-weather-cloudy","mdi-clouds"],skyCoverCodeRanges:[["clear",[0,25]],["parlyCloudy",[25+e,50]],["mostlyCloudy",[50+e,87]],["overcast",[87+e,100]]],colorMap:_l,mapOptions:{templateUrl:"https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryTopo/MapServer/tile/{z}/{y}/{x}",attribution:'Tiles courtesy of the U.S. Geological Survey',initialLocation:{latitudeDeg:35,longitudeDeg:-100},initialZoom:3},eclipsePaths:[{geojson:Jn,style:{fillColor:"#333",color:"black",weight:1,opacity:.5,fillOpacity:.5,id:"upath"}},{url:"https://raw.githubusercontent.com/johnarban/wwt_interactives/main/images/center.json",style:{color:"#ff0000",weight:2,opacity:1,fillOpacity:0}}],placeCircleOptions:{color:"#FF0000",fillColor:"#FF000088",fillOpacity:.7,radius:5},selectedCircleOptions:{color:"#0000FF",fillColor:"#0000FF88",fillOpacity:.7,radius:5},scatterData:[],lineData:[],displayedCloudData:void 0,allModisData:{"1day":{},"8day":{}},needToUpdate:!1,latLonIndex:new Map,allYearsSummary:{"1day":[],"8day":[]},neutralYearsSummary:{"1day":[],"8day":[]},elNinoYearsSummary:{"1day":[],"8day":[]},laNinaYearsSummary:{"1day":[],"8day":[]},selectedDataIndex:null,selectedDataCloudCover:null,mapDescriptionText:"",mapDetailsText:"",mapShowHideText:"",locationName:"",inBounds:!1,displayData:!1,displayCharts:this.showCharts,showCloudCover:!0,transferFunction:this.transferFunction8,loadingNewMap:!1}},mounted:function(){var e=this;console.log("Advanced Weather View mounted"),Promise.all([vl,gl]).then((function(){e.needToUpdate=!0,e.checkInBounds(e.location).then((function(t){e.inBounds=t})),e.updateLocationName(),e.modelValue&&e.loadEightDayData().then((function(){console.log("preloading data"),e.dataloaded=!0,e.updateData(e.showOnMap),e.updateMapDescriptionText()}))}))},computed:{showValue:{get:function(){return this.modelValue},set:function(e){console.log("AdvancedWeatherView showValue set to",e),e||this.$emit("close",this.location),this.$emit("update:modelValue",e)}},allCloudData:function(){return this.allModisData[this.modisDataSet]},availableYears:function(){return this.allYears},subsetSelected:function(){return this.selectedYears.length=i[0]/100&&e.y<=i[1]/100})).length;return t.push(a),t}),[]);return t},yearForLocation:function(){var e=this;console.log("yearForLocation");var t=[];return this.inBounds?(0===this.allYears.length||0===Object.keys(this.allCloudData).length||this.allYears.forEach((function(o){var n;if(("elNino"!==e.dataSubset||e.elNinoYears.includes(o))&&("neutral"!==e.dataSubset||e.neutralYears.includes(o))&&("laNina"!==e.dataSubset||e.laNinaYears.includes(o))){var i=e.allCloudData[o];if(void 0!==i){var a=null!==(n=e.selectedDataIndex)&&void 0!==n?n:e.getLatLonIndex(e.location.latitudeDeg,e.location.longitudeDeg);-1!==a&&null!==a&&t.push({x:new Date(o,3,8),y:i[a].cloudCover})}}})),t):t},locationHistogram:function(){return"allYears"===this.dataSubset||"singleyear"==this.selectedStat?[]:this.getHistogram(this.yearForLocation.map((function(e){return e.y})),"none")},locationValue:function(){var e=this;if(!this.inBounds)return null;if("mean"===this.selectedStat)return this.mean(this.yearForLocation.map((function(e){return e.y})));if("median"===this.selectedStat)return this.median(this.yearForLocation.map((function(e){return e.y})));if("singleyear"===this.selectedStat&&this.cloudDataNearLocation){var t=this.cloudDataNearLocation.filter((function(t){return t.x.getFullYear()===e.selectedYear}));return t.length>0?t[0].y:null}return null},elNinoData:function(){if("singleyear"!==this.selectedStat)return this.getStat(this.elNinoYearsSummary[this.modisDataSet],this.selectedStat)},neutralData:function(){if("singleyear"!==this.selectedStat)return this.getStat(this.neutralYearsSummary[this.modisDataSet],this.selectedStat)},laNinaData:function(){if("singleyear"!==this.selectedStat)return this.getStat(this.laNinaYearsSummary[this.modisDataSet],this.selectedStat)},allYearsData:function(){if("singleyear"!==this.selectedStat)return this.getStat(this.allYearsSummary[this.modisDataSet],this.selectedStat)},selectedYears:function(){return"singleyear"===this.selectedStat?[this.selectedYear]:"elNino"===this.dataSubset?this.elNinoYears:"neutral"===this.dataSubset?this.neutralYears:"laNina"===this.dataSubset?this.laNinaYears:"allYears"===this.dataSubset?this.allYears:[]},subsetData:function(){var e=this;if(!this.subsetSelected)return[];if(this.cloudDataNearLocation){var t=this.cloudDataNearLocation.filter((function(t){return e.selectedYears.includes(t.x.getFullYear())}));return void 0===t?[]:[{type:"scatter",label:"singleyear"!==this.selectedStat?this.mapSubsets.get(this.dataSubset):"".concat(this.selectedYear),backgroundColor:t.map((function(e){return"#eac402"})),data:t,pointRadius:6,borderColor:"black"}]}return[]}},methods:{transferFunction8:function(e){if(null===e)return 0;var t=(e-.5)/.12,o=Math.exp(t);return o/(1+o)},transferFunction1:function(e){return null===e?0:e>=.05?.2+.8*Math.pow(e,1.5):e},getHistogram:function(e,t){if(void 0===t&&(t="none"),void 0===e||null===e||0===e.length)return[];var o=e.filter(In),n=this.skyCoverCodeRanges.reduce((function(e,n){var i=(0,s.zs)(n,2),a=(i[0],i[1]),r=o.filter((function(e){return e>=a[0]/100&&e<=a[1]/100})).length;return"none"===t&&e.push(r),"fraction"===t&&e.push(r/o.length),"percent"===t&&e.push(100*r/o.length),e}),[]);return n},getStat:function(e,t){return e.map((function(e){return{lat:e.lat,lon:e.lon,cloudCover:bl(e,t)}}))},inflateFromCsv:function(e){return(0,s.sH)(this,void 0,Promise,(function(){var t=this;return(0,s.YH)(this,(function(o){return[2,fetch(e).then((function(e){return(0,s.sH)(t,void 0,void 0,(function(){var t,o;return(0,s.YH)(this,(function(n){switch(n.label){case 0:return o=Uint8Array.bind,[4,e.arrayBuffer()];case 1:return t=new(o.apply(Uint8Array,[void 0,n.sent()])),[2,(0,Pr.UD)(t,{to:"string"})]}}))}))}))]}))}))},loadSummaryData:function(e){return(0,s.sH)(this,void 0,Promise,(function(){return(0,s.YH)(this,(function(t){return[2,this.inflateFromCsv(e).then((function(e){return(0,Qn.fy)(e,(function(e,t){if(0!==t)return{lat:+e[0],lon:+e[1],mean:+e[2],median:+e[3],mode:+e[4],min:+e[5],max:+e[6]}}))}))]}))}))},getElNinoData:function(){return(0,s.sH)(this,void 0,void 0,(function(){var e=this;return(0,s.YH)(this,(function(t){return console.log("loading el nino data"),[2,o(5164)("./modis_".concat("1day"===this.modisDataSet?"one":"eight","_day/nino_ucm.zip")).then((function(t){return e.loadSummaryData(t.default)})).then((function(t){e.elNinoYearsSummary[e.modisDataSet]=t}))]}))}))},getNeutralData:function(){return(0,s.sH)(this,void 0,void 0,(function(){var e=this;return(0,s.YH)(this,(function(t){return console.log("loading neutral data"),[2,o(4635)("./modis_".concat("1day"===this.modisDataSet?"one":"eight","_day/neutral_ucm.zip")).then((function(t){return e.loadSummaryData(t.default)})).then((function(t){e.neutralYearsSummary[e.modisDataSet]=t}))]}))}))},getLaNinaData:function(){return(0,s.sH)(this,void 0,void 0,(function(){var e=this;return(0,s.YH)(this,(function(t){return[2,o(4922)("./modis_".concat("1day"===this.modisDataSet?"one":"eight","_day/nina_ucm.zip")).then((function(t){return e.loadSummaryData(t.default)})).then((function(t){e.laNinaYearsSummary[e.modisDataSet]=t}))]}))}))},getAllYearsData:function(){return(0,s.sH)(this,void 0,void 0,(function(){var e=this;return(0,s.YH)(this,(function(t){return[2,o(6722)("./modis_".concat("1day"===this.modisDataSet?"one":"eight","_day/all_years_ucm.zip")).then((function(t){return e.loadSummaryData(t.default)})).then((function(t){e.allYearsSummary[e.modisDataSet]=t}))]}))}))},getDataForYears:function(e){var t=this,o=[];return this.inBounds?(e.map((function(e){var n;if(void 0!==t.allCloudData[e]){var i=null!==(n=t.selectedDataIndex)&&void 0!==n?n:t.getLatLonIndex(t.location.latitudeDeg,t.location.longitudeDeg);-1!==i&&null!==i&&o.push(t.allCloudData[e][i])}})),o):o},loadEightDayData:function(){var e=this;return console.log("awv: loading cloud data"),this.dataLoadingProgress=0,this.allYears.map((function(t,n){o(7267)("./".concat(t,"_cloud_cover.zip")).then((function(t){return e.inflateFromCsv(t.default)})).then((function(o){var i=(0,Qn.fy)(o,(function(e,t){return 0===t?{}:{lat:sl[t-1],lon:cl[t-1],cloudCover:+e[0]}}));e.allModisData["8day"][t]=i.slice(1),e.dataLoadingProgress=Math.ceil((n+1)/e.allYears.length*100)}))})),new Promise((function(e){e(!0)}))},loadOneDayData:function(){var e=this;return console.log("awv: loading cloud data"),this.dataLoadingProgress=0,this.allYears.map((function(t,n){o(6084)("./".concat(t,"_cloud_cover.zip")).then((function(t){return e.inflateFromCsv(t.default)})).then((function(o){var i=(0,Qn.fy)(o,(function(e,t){return 0===t?{}:{lat:fl[t-1],lon:ml[t-1],cloudCover:+e[0]}}));e.allModisData["1day"][t]=i.slice(1),e.dataLoadingProgress=Math.ceil((n+1)/e.allYears.length*100)}))})),new Promise((function(e){e(!0)}))},zip:function(e){return e[0].map((function(t,o){return e.map((function(e){return e[o]}))}))},checkInBounds:function(e){return(0,s.sH)(this,void 0,void 0,(function(){var t,o,n,i=this;return(0,s.YH)(this,(function(a){return t=e.latitudeDeg,o=e.longitudeDeg,n=this.latitudes.map((function(e,n){return Math.sqrt(Math.pow(t-e,2)+Math.pow(Math.cos((t+e)/2*Math.PI/180)*(o-i.longitudes[n]),2))})),console.log("distances",Math.min.apply(Math,(0,s.fX)([],(0,s.zs)(n),!1))),[2,Math.floor(100*Math.min.apply(Math,(0,s.fX)([],(0,s.zs)(n),!1)))<=25*Math.sqrt(2)]}))}))},getLatLonIndex:function(e,t){var o=this;if(console.log("running getLatLonIndex"),0===this.latitudes.length)return-1;if(0===this.longitudes.length)return-1;if(!this.inBounds)return console.log("getLatLonIndex: out of bounds"),-1;var n=this.latitudes.map((function(n,i){return Math.sqrt(Math.pow(e-n,2)+Math.pow(t-o.longitudes[i],2))})),i=n.indexOf(Math.min.apply(Math,(0,s.fX)([],(0,s.zs)(n),!1)));return this.selectedDataIndex!=i&&(this.selectedDataIndex=i),i},updateData:function(e){var t=this;if(void 0===e&&(e=!0),this.displayData=e,e&&(this.showCloudCover=!0,this.needToUpdate=!1,this.loadingNewMap=!0),this.updateMapDescriptionText(),"1day"===this.modisDataSet&&(this.transferFunction=this.transferFunction1),"8day"===this.modisDataSet&&(this.transferFunction=this.transferFunction8),"singleyear"!==this.selectedStat)return"elNino"===this.dataSubset?(console.log("el nino"),0===this.elNinoYearsSummary[this.modisDataSet].length?(console.log("loading el nino data"),void this.getElNinoData().then((function(){t.displayedCloudData=t.elNinoData}))):void(this.displayedCloudData=this.elNinoData)):"neutral"===this.dataSubset?(console.log("no el nino"),0===this.neutralYearsSummary[this.modisDataSet].length?(console.log("loading neutral data"),void this.getNeutralData().then((function(){t.displayedCloudData=t.neutralData}))):void(this.displayedCloudData=this.neutralData)):"laNina"===this.dataSubset?(console.log("la nina"),0===this.laNinaYearsSummary[this.modisDataSet].length?(console.log("loading la nina data"),void this.getLaNinaData().then((function(){t.displayedCloudData=t.laNinaData}))):void(this.displayedCloudData=this.laNinaData)):"allYears"===this.dataSubset?(console.log("all years"),0===this.allYearsSummary[this.modisDataSet].length?(console.log("loading all years data"),void this.getAllYearsData().then((function(){t.displayedCloudData=t.allYearsData}))):void(this.displayedCloudData=this.allYearsData)):void 0;this.displayedCloudData=this.allCloudData[this.selectedYear]},close:function(){this.showValue=!1},upper:function(e){return e.charAt(0).toUpperCase()+e.slice(1)},isLineGraphData:function(e){return e&&null!=e[0]&&"object"===typeof e[0]&&"x"in e[0]},mean:function(e){if(void 0===e)return null;this.isLineGraphData(e)&&(e=e.map((function(e){return e.y})));var t=e.filter((function(e){return In(e)}));return t.reduce((function(e,t){return e+t}),0)/t.length},median:function(e){if(void 0===e)return null;this.isLineGraphData(e)&&(e=e.map((function(e){return e.y})));var t=e.filter((function(e){return In(e)})),o=Math.floor(t.length/2),n=(0,s.fX)([],(0,s.zs)(t),!1).sort((function(e,t){return e-t}));return t.length%2==0?(n[o]+n[o-1])/2:n[o]},updateLocationName:function(){var e=this;Hn(this.location.longitudeDeg,this.location.latitudeDeg).then((function(t){e.locationName=t})).catch((function(e){console.error("error getting location name",e)}))},updateMapDescriptionText:function(){var e="singleyear"===this.selectedStat?"":this.statText.get(this.selectedStat),t="singleyear"===this.selectedStat?this.selectedYear:this.mapSubsets.get(this.dataSubset),o="1day"===this.modisDataSet?"1-day":"8-day";this.mapDetailsText=" ".concat(o," ").concat(e," cloud cover for ").concat(t,"."),this.displayData?this.mapDescriptionText="".concat(this.showCloudCover?"Displaying":"(Hidden)"," ").concat(this.mapDetailsText):this.mapDescriptionText='Press "Show on Map" to display cloud cover data.'},updateMapShowHideText:function(){this.mapDescriptionText="".concat(this.showCloudCover?"Displaying":"(Hidden)"," ").concat(this.mapDetailsText)},getCloudCoverText:function(e){var t=this.skyCoverCodeRanges.findIndex((function(t){var o=(0,s.zs)(t,2),n=(o[0],o[1]);return null!==e&&(e>=n[0]/100&&e<=n[1]/100)}));return[t,this.skyCoverCodes[t]]},cloudIcon:function(e){var t=(0,s.zs)(this.getCloudCoverText(e),2),o=t[0];t[1];return null==o?"mdi-cloud-cancel":this.skyCoverIcons[o]}},watch:{modelValue:function(e){var t=this;e&&0===Object.keys(this.allModisData["8day"]).length?(console.log("loading data"),this.loadEightDayData().then((function(){console.log("finished loading data"),t.dataloaded=!0,t.updateData(t.displayData)})),this.firstOpen&&setTimeout((function(){t.showFor=!0}),250)):(console.log("closing AWV view"),this.needToUpdate=!0,this.firstOpen=!1)},defaultLocation:function(e){console.log("defaultLocation",e),e.latitudeDeg===this.location.latitudeDeg&&e.longitudeDeg===this.location.longitudeDeg||(this.location=e)},modisDataSet:function(e){var t=this;console.log("modisTimespan",e),"1day"===e&&0===Object.keys(this.allModisData["1day"]).length&&this.loadOneDayData().then((function(){t.needToUpdate=!0})),this.needToUpdate=!0},selectedStat:function(e){console.log("selectedStat",e),this.needToUpdate=!0},selectedYear:function(e){console.log("selectedYear",e),this.needToUpdate=!0},dataSubset:function(e){console.log("dataSubset",e),this.needToUpdate=!0},dataLoadingProgress:function(e){console.log("dataLoadingProgress",e)},location:function(e,t){var o=this;console.log("location",e),e.latitudeDeg===t.latitudeDeg&&e.longitudeDeg===t.longitudeDeg||(e.latitudeDeg===this.defaultLocation.latitudeDeg&&e.longitudeDeg===this.defaultLocation.longitudeDeg||this.$emit("location",e),this.updateLocationName(),this.checkInBounds(e).then((function(e){o.inBounds=e})),this.getLatLonIndex(e.latitudeDeg,e.longitudeDeg))},explainerOpen:function(e){this.$emit("explainer-open",e)},showCloudCover:function(){this.updateMapShowHideText()}}}),Sl=(0,f.A)(xl,[["render",Dr]]),Tl=Sl;var Ll=o(1686),Wl=o(4915),Ml=function(e){return(0,a.Qi)("data-v-02f6413c"),e=e(),(0,a.jt)(),e},Dl=Ml((function(){return(0,a.Lk)("p",null,[(0,a.eW)(" NASA's Aqua and Terra satellites provide daily views of the entire surface of Earth. The "),(0,a.Lk)("a",{href:"https://modis.gsfc.nasa.gov/",target:"_blank"},"MODIS"),(0,a.eW)(" instrument on these satellites helps scientists learn about conditions in our atmosphere and oceans. We display the calculated "),(0,a.Lk)("strong",null,"cloud cover fraction"),(0,a.eW)("—the percentage of the sky at a given location that is covered by clouds—from MODIS (on the Aqua satellite), as provided by the NASA Near Earth Observations ("),(0,a.Lk)("a",{href:"https://neo.gsfc.nasa.gov/view.php?datasetId=MYDAL2_E_CLD_FR",target:"_blank"},"NEO"),(0,a.eW)(") website. ")],-1)})),Pl=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"What is the difference between 1-day and 8-day cloud cover maps?"),(0,a.Lk)("p",null,[(0,a.eW)(" NASA provides the cloud cover data in 1-day, 8-day (and, not included, 30-day) averages. "),(0,a.Lk)("ul",null,[(0,a.Lk)("li",null,[(0,a.eW)("The "),(0,a.Lk)("strong",null,"1-day (daily)"),(0,a.eW)(" data maps display historic cloud cover for each April 8"),(0,a.Lk)("sup",null,"th"),(0,a.eW)(" from 2003 to 2023. ")]),(0,a.Lk)("li",null,[(0,a.eW)("The "),(0,a.Lk)("strong",null,"8-day"),(0,a.eW)(" maps display an average of the 1-day data from April 7-14 from 2003 to 2023. ")])])]),(0,a.Lk)("p",null,' If you compare the 1-day vs. the 8-day maps, you\'ll notice that the 1-day maps often have more data at the extreme ends, either mostly clear or cloudy. The 8-day maps tend to have more data concentrated in the middle bins of partly cloudy or mostly cloudy. If you average together days that are clear and cloudy, you will end up with something in the middle. The 1-day maps are not subject to this "smearing" effect of averaging over many days of data. '),(0,a.Lk)("p",null," The daily data can have gaps and processing artefacts, so the 8-day average provides a more reliable measure of the cloud cover at every location on the map. Because weather can vary considerably from hour-to-hour and day-to-day, the longer interval of the 8-day average gives us more data from which we can draw better conclusions about the possible weather conditions in a given location. ")],-1)})),Nl=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"How does the percent cloud cover relate to what I might see in a weather report?"),(0,a.Lk)("p",null,[(0,a.eW)(" We group the percent cloud cover based on the "),(0,a.Lk)("a",{href:"https://www.weather.gov/mrx/pfm_explain",target:"_blank"},"bins"),(0,a.eW)(" from the National Weather Service: "),(0,a.Lk)("table",null,[(0,a.Lk)("tr",null,[(0,a.Lk)("th",null,"Percentage"),(0,a.Lk)("th",null,"Cloud Cover")]),(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,"0-25%"),(0,a.Lk)("td",null,"Clear")]),(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,"25-50%"),(0,a.Lk)("td",null,"Partly Cloudy")]),(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,"51-87%"),(0,a.Lk)("td",null,"Mostly Cloudy")]),(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,"88-100%"),(0,a.Lk)("td",null,"Cloudy / Overcast")])])])],-1)})),zl=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"Why use data from the Aqua satellite instead of Terra?"),(0,a.Lk)("p",null," We use data from the Aqua satellite because its cloud cover measurements are taken in the afternoon, which corresponds better to the time of day of the April Eclipse. ")],-1)})),Fl=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"Why is 2022 missing from the year list?"),(0,a.Lk)("p",null,[(0,a.eW)(" Sometimes satellites go offline, or there are issues transmitting data back to Earth. On March 31, 2022 the Aqua satellite entered SAFE mode, only returning to normal operations on April 17, 2022. No cloud cover data is available from Mar 31 - Apr 16, 2022. View the event "),(0,a.Lk)("a",{href:"https://mcst.gsfc.nasa.gov/news/aqua-safe-mode-event",target:"_blank"},"summary"),(0,a.eW)(". ")])],-1)})),Al=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"Why are 30-day maps not available?"),(0,a.Lk)("p",null," MODIS offers month-long averages of the data, but we opted not to include that here to improve performance and data load times. ")],-1)})),El=Ml((function(){return(0,a.Lk)("p",null," You might be familiar with the terms mean and median from math and science classes, but it helps to see them applied in real life, to get a better feel for what they really mean and how they are helpful. ",-1)})),Ol=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"What is a mean?"),(0,a.Lk)("p",null," The mean is the average of all values in the dataset. It is calculated by adding all the values together and dividing by the number of values. This is the statistical term people are probably more familiar with and is often interpreted as a single value that “best” represents an entire data set. ")],-1)})),Il=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"What is a median?"),(0,a.Lk)("p",null," The median is the middle of the dataset. Half of the data is above the median and half is less than or equal to the median. The median encourages thinking in terms of probability. You could say that given the historical cloud data over the last 20 years, there is a 50-50 chance the cloud cover will be higher or lower than the median value. ")],-1)})),Rl=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"How are these statistics applied in the Cloud Data Explorer?"),(0,a.Lk)("p",null," These quantities are calculated and displayed for every location shown on the map, depending on your selections in the dropdown menus. "),(0,a.Lk)("p",null," When you choose a specific location on the map, the mean and median of the cloud cover amounts are displayed for that location over the selected range of years. You can also display cloud cover values for a single year at a time. ")],-1)})),Vl={class:"faq"},Ul=Ml((function(){return(0,a.Lk)("p",null," The left hand graph is called a histogram. For your selected location, it tells you how many years since 2003 were Clear, Partly Cloudy, Mostly Cloudy, or Cloudy at this location. If you have filtered the data by El Niño, Neutral, or La Niña years, your chosen subset will be colored with the blue to white gradient, while the rest of the years will appear gray. ",-1)})),Bl={class:"faq"},Xl=Ml((function(){return(0,a.Lk)("p",null," The right hand graph is a scatter plot showing the cloud cover for your chosen location for each year since 2003. If you have filtered the data by El Niño, Neutral, or La Niña years, or for a single year, those data points will be displayed in yellow. The background of the graph shows what cloud cover values correspond to the weather conditions of Clear, Partly Cloudy, etc. ",-1)})),Hl=Ml((function(){return(0,a.Lk)("p",null,[(0,a.eW)(" You might have heard the terms "),(0,a.Lk)("strong",null,"El Niño"),(0,a.eW)(" or "),(0,a.Lk)("strong",null,"La Niña"),(0,a.eW)(". They refer to weather patterns that are associated with a slight warming (“El Niño”) or cooling (“La Niña”) of the surface water in the Pacific Ocean relative to normal (“Neutral”). These are part of what is called the El Niño Southern Oscillation (ENSO) cycle. These different conditions can impact weather worldwide, so we provide the option of filtering the historical cloud data based on these classifications. "),(0,a.Lk)("a",{href:"https://oceanservice.noaa.gov/facts/ninonina.html",target:"_blank"},"Learn more"),(0,a.eW)(" about these fascinating weather phenomena from the NOAA National Ocean Service. ")],-1)})),ql=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null," What years are considered El Niño, La Niña, or Neutral?"),(0,a.Lk)("p",null,[(0,a.eW)(" We use NOAA's "),(0,a.Lk)("a",{href:"https://psl.noaa.gov/enso/past_events.html",target:"_blank"},"list"),(0,a.eW)(" of past ENSO events to classify years as El Niño, La Niña, or Neutral. As that page explains, there is not a single accepted way to define which of these categories we are in. Their list is based on the presence of an active El Niño or La Niña pattern during the months of December, January, and February. As an ENSO typically last several months (or even years), this provides a decent indication a how likely April is to have the same pattern. ")]),(0,a.Lk)("p",null,[(0,a.eW)(" For the years included in our data set, they classify them as follows: "),(0,a.Lk)("table",null,[(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,[(0,a.Lk)("strong",null,"El Niño"),(0,a.eW)(": ")]),(0,a.Lk)("td",null,"2003, 2007, 2010, 2016")]),(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,[(0,a.Lk)("strong",null,"Neutral"),(0,a.eW)(": ")]),(0,a.Lk)("td",null,"2004, 2005, 2006, 2009, 2013, 2014, 2015, 2017, 2018")]),(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,[(0,a.Lk)("strong",null,"La Niña"),(0,a.eW)(": ")]),(0,a.Lk)("td",null,"2008, 2011, 2012, 2021, 2022, 2023")])])]),(0,a.Lk)("p",null,[(0,a.eW)(' If you want to see what the ENSO conditions were in March/April in the past, see the "MEI.v2 Values" at this NOAA '),(0,a.Lk)("a",{href:"https://psl.noaa.gov/enso/mei/",target:"_blank"},"website"),(0,a.eW)(". ")])],-1)})),Yl=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"What kind of year is 2024?"),(0,a.eW)(" As of early 2024, we are in an El Niño pattern. The Climate Prediction Center of the National Weather Service "),(0,a.Lk)("a",{href:"https://www.cpc.ncep.noaa.gov/products/analysis_monitoring/enso_advisory/ensodisc.shtml",target:"_blank"},"reports"),(0,a.eW)(" an 83% chance that we will transition to a "),(0,a.Lk)("em",null,"neutral"),(0,a.eW)(" pattern some time from April - June. ")],-1)}));function jl(e,t,o,n,i,r){return(0,a.uX)(),(0,a.Wv)(L.p,{id:"cloud-data-explainer",modelValue:e.value,"onUpdate:modelValue":t[3]||(t[3]=function(t){return e.value=t}),"close-on-back":"","close-on-esc":"",scrollable:"",fullscreen:e.fullscreen},{default:(0,a.k6)((function(){return[(0,a.bF)(C.J,{class:"align-self-center","max-height":"80%",height:"500px","max-width":"90%","min-width":"90%"},{default:(0,a.k6)((function(){return[(0,a.bF)(k.r,null,{default:(0,a.k6)((function(){return[(0,a.bF)(Ll.h,{"selected-class":"selected-tab",height:"1.5rem",modelValue:e.tab,"onUpdate:modelValue":t[0]||(t[0]=function(t){return e.tab=t}),direction:e.$vuetify.display.width<765?"vertical":"horizontal"},{default:(0,a.k6)((function(){return[(0,a.bF)(Wl.U,{class:"no-text-transform",value:"cloud-data"},{default:(0,a.k6)((function(){return[(0,a.eW)("About Cloud Cover Data")]})),_:1}),(0,a.bF)(Wl.U,{class:"no-text-transform",value:"stats"},{default:(0,a.k6)((function(){return[(0,a.eW)("Statistical Concepts")]})),_:1}),(0,a.bF)(Wl.U,{class:"no-text-transform",value:"weather"},{default:(0,a.k6)((function(){return[(0,a.eW)("Weather Patterns")]})),_:1})]})),_:1},8,["modelValue","direction"])]})),_:1}),(0,a.bF)(_.O,null,{default:(0,a.k6)((function(){return[(0,a.bF)(R.r3,{modelValue:e.tab,"onUpdate:modelValue":t[1]||(t[1]=function(t){return e.tab=t})},{default:(0,a.k6)((function(){return[(0,a.bF)(V.m,{value:"cloud-data"},{default:(0,a.k6)((function(){return[Dl,Pl,Nl,zl,Fl,Al]})),_:1}),(0,a.bF)(V.m,{value:"stats"},{default:(0,a.k6)((function(){return[El,Ol,Il,Rl,(0,a.Lk)("details",Vl,[(0,a.Lk)("summary",null,[(0,a.bF)(F.w,null,{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-chart-bar")]})),_:1}),(0,a.eW)(" What is in the chart on the "+(0,v.v_)(e.smAndUp?"left":"top")+"?",1)]),Ul]),(0,a.Lk)("details",Bl,[(0,a.Lk)("summary",null,[(0,a.bF)(F.w,null,{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-chart-scatter-plot")]})),_:1}),(0,a.eW)(" What is in the graph on the "+(0,v.v_)(e.smAndUp?"right":"bottom")+"?",1)]),Xl])]})),_:1}),(0,a.bF)(V.m,{value:"weather"},{default:(0,a.k6)((function(){return[Hl,ql,Yl]})),_:1})]})),_:1},8,["modelValue"])]})),_:1}),(0,a.bF)(x.S,null,{default:(0,a.k6)((function(){return[(0,a.bF)(N.h),(0,a.bF)(w.D,{color:"#eac402",variant:"flat",onClick:t[2]||(t[2]=function(t){return e.value=!1})},{default:(0,a.k6)((function(){return[(0,a.eW)("Close")]})),_:1})]})),_:1})]})),_:1})]})),_:1},8,["modelValue","fullscreen"])}const Gl=(0,a.pM)({name:"CloudDataExplainer",props:{modelValue:{type:Boolean,default:!0,required:!0},initialTab:{type:String,default:"intro"},fullscreen:{type:Boolean,default:!1}},data:function(){return{tab:this.initialTab}},computed:{value:{get:function(){return this.modelValue},set:function(e){this.$emit("update:modelValue",e)}},smAndUp:function(){return this.$vuetify.display.smAndUp}}}),$l=(0,f.A)(Gl,[["render",jl],["__scopeId","data-v-02f6413c"]]),Ql=$l;var Jl=o(5310),Zl=function(e){return(0,a.Qi)("data-v-21a0b7d4"),e=e(),(0,a.jt)(),e},Kl={id:"eclipse-timer-container"},es=Zl((function(){return(0,a.Lk)("h1",null," Eclipse Timer",-1)})),ts={key:0,class:"eclipse-countdown"},os={class:"ec-timer"},ns={key:0},is={key:1},as=Zl((function(){return(0,a.Lk)("p",null,"No eclipse is predicted for this location.",-1)})),rs=[as],ls={key:2},ss={class:"mb-4"},cs={key:4,class:"eclipse-data-list"},us={id:"eclipse-values"},ds={key:0},hs=Zl((function(){return(0,a.Lk)("td",null,"Totality Duration:",-1)})),ps={key:1},fs=Zl((function(){return(0,a.Lk)("td",null,"Eclipse Duration:",-1)})),ms=Zl((function(){return(0,a.Lk)("hr",{class:"eclipse-timer-dividier"},null,-1)})),gs={id:"time-container"},vs={class:"time"},ys=Zl((function(){return(0,a.Lk)("td",{class:"time-label"},"Partial Start",-1)})),bs={class:"time-value"},ws={key:0,class:"time"},Cs=Zl((function(){return(0,a.Lk)("td",{class:"time-label"},"Totality Start",-1)})),ks={class:"time-value"},_s={class:"time"},xs=Zl((function(){return(0,a.Lk)("td",{class:"time-label"},"Max Eclipse",-1)})),Ss={class:"time-value"},Ts={key:1,class:"time"},Ls=Zl((function(){return(0,a.Lk)("td",{class:"time-label"},"Totality End",-1)})),Ws={class:"time-value"},Ms={class:"time"},Ds=Zl((function(){return(0,a.Lk)("td",{class:"time-label"},"Partial End",-1)})),Ps={class:"time-value"},Ns=Zl((function(){return(0,a.Lk)("hr",{class:"mt-4",style:{width:"100%"}},null,-1)}));function zs(e,t,o,n,i,r){var l=(0,a.g2)("define-term");return(0,a.uX)(),(0,a.CE)("div",Kl,[es,e.showTimer?((0,a.uX)(),(0,a.CE)("div",ts,[(0,a.Lk)("div",os,(0,v.v_)(e.timeToEclipse),1),e.noEclipse?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",ns," until max eclipse "+(0,v.v_)(""!==e.location?"at "+e.location:""),1))])):(0,a.Q3)("",!0),e.noEclipse?((0,a.uX)(),(0,a.CE)("div",is,rs)):((0,a.uX)(),(0,a.CE)("div",ls,[(0,a.Lk)("h2",ss,(0,v.v_)(e.type)+" Eclipse",1)])),e.noEclipse?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",{key:3,class:(0,v.C4)(["eclipse-icon","eclipse-icon-".concat(e.type.toLowerCase())])},null,2)),e.noEclipse?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",cs,[(0,a.Lk)("table",us,[(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,[(0,a.bF)(l,{term:"Max Eclipsed",definition:"The fraction (percentage) of the Sun covered by the Moon.",underlined:""}),(0,a.eW)(": ")]),(0,a.Lk)("td",null,(0,v.v_)(e.coverage<.01?"<1":(100*e.coverage).toFixed(0))+"% ",1)]),e.isTotal?((0,a.uX)(),(0,a.CE)("tr",ds,[hs,(0,a.Lk)("td",null,(0,v.v_)(e.totalityDuration),1)])):(0,a.Q3)("",!0),""!=e.eclipseDuration?((0,a.uX)(),(0,a.CE)("tr",ps,[fs,(0,a.Lk)("td",null,(0,v.v_)(e.eclipseDuration),1)])):(0,a.Q3)("",!0)]),ms,(0,a.Lk)("table",gs,[(0,a.Lk)("tr",vs,[ys,(0,a.Lk)("td",bs,(0,v.v_)(""===e.partialStart[1]?e.timeString(e.partialStart[0]):"Sun below Horizon"),1)]),e.isTotal?((0,a.uX)(),(0,a.CE)("tr",ws,[Cs,(0,a.Lk)("td",ks,(0,v.v_)(""===e.centralStart[1]?e.timeString(e.centralStart[0]):"Sun below Horizon"),1)])):(0,a.Q3)("",!0),(0,a.Lk)("tr",_s,[xs,(0,a.Lk)("td",Ss,(0,v.v_)(""===e.maxTime[1]?e.timeString(e.maxTime[0]):"Sun below Horizon"),1)]),e.isTotal?((0,a.uX)(),(0,a.CE)("tr",Ts,[Ls,(0,a.Lk)("td",Ws,(0,v.v_)(""===e.centralEnd[1]?e.timeString(e.centralEnd[0]):"Sun below Horizon"),1)])):(0,a.Q3)("",!0),(0,a.Lk)("tr",Ms,[Ds,(0,a.Lk)("td",Ps,(0,v.v_)(""===e.partialEnd[1]?e.timeString(e.partialEnd[0]):"Sun below Horizon"),1)])]),Ns])),(0,a.bF)(Jl.H_,{class:"mt-2",modelValue:e.tzPref,"onUpdate:modelValue":t[0]||(t[0]=function(t){return e.tzPref=t}),color:e.color,divided:"",mandatory:"","hide-details":"",variant:"outlined"},{default:(0,a.k6)((function(){return[(0,a.bF)(w.D,{value:"UTC",size:"small",height:"2em"},{default:(0,a.k6)((function(){return[(0,a.eW)("UTC")]})),_:1}),(0,a.bF)(w.D,{value:"Local",size:"small",height:"2em"},{default:(0,a.k6)((function(){return[(0,a.eW)("Local ("+(0,v.v_)(e.tzCode)+")",1)]})),_:1})]})),_:1},8,["modelValue","color"])])}var Fs=864e5,As=36e5,Es=6e4,Os=1e3;const Is=(0,a.pM)({name:"EclipseTimer",components:{"v-btn-toggle":Jl.H_,"v-btn":w.D,"define-term":Va},props:{prediction:{type:Object,required:!0},showTimer:{type:Boolean,default:!1,required:!1},timezone:{type:String,default:"UTC",required:!1},location:{type:String,default:"",required:!1},color:{type:String,default:"white",required:!1}},mounted:function(){this.getTimeToEclipse(),setInterval(this.getTimeToEclipse,1e3)},data:function(){return{pred:this.prediction,tzPref:"Local",timeToEclipse:""}},computed:{type:function(){switch(this.prediction.type){case"P":return"Partial";case"A":return"Annular";case"T":return"Total";default:return""}},noEclipse:function(){return""===this.prediction.type},isTotal:function(){return"T"===this.prediction.type},timeString:function(){var e=this;return function(t){return null===t?"":"UTC"===e.tzPref?e.toUtcString(t):e.toLocalString(t)}},tzCode:function(){return(0,Ro.A)(new Date,this.timezone,"z")},partialStart:function(){return this.circumstance(this.prediction.partialStart,"Partial Start")},partialEnd:function(){return this.circumstance(this.prediction.partialEnd,"Partial End")},centralStart:function(){return this.circumstance(this.prediction.centralStart,"Central Start")},centralEnd:function(){return this.circumstance(this.prediction.centralEnd,"Central End")},maxTime:function(){return this.circumstance(this.prediction.maxTime,"Max Eclipse")},magnitude:function(){return this.prediction.magnitude[0]},coverage:function(){return this.prediction.coverage[0]},eclipseDuration:function(){if(""===this.type)return"";var e=this.prediction.partialStart[0],t=this.prediction.partialEnd[0];if(null===e||null===t)return"";var o=t.getTime()-e.getTime();return Yn(qn(o))},totalityDuration:function(){return Yn(this.prediction.duration)}},methods:{toUtcString:function(e){if(null===e)return"";try{return(0,Ro.A)(e,"UTC","h:mm:ss aaa")}catch(t){return console.error(t),console.error(e),""}},toLocalString:function(e){if(null===e)return"";try{return(0,Ro.A)(e,this.timezone,"h:mm:ss aaa")}catch(t){return console.error(t),console.error(e),""}},circumstance:function(e,t){void 0===t&&(t="");var o=(0,s.zs)(e,2),n=o[0],i=o[1];return"s"===i?[n,"Sunset"]:"r"===i?[n,"Sunrise"]:"b"===i?[n,"Below Horizon"]:[n,""]},getTimeToEclipse:function(){var e=new Date;if(""===this.type)return"";if(null===this.maxTime[0])return"";var t=this.maxTime[0].getTime()-e.getTime(),o=Math.floor(t/Fs),n=Math.floor(t%Fs/As),i=Math.floor(t%As/Es),a=Math.floor(t%Es/Os);this.timeToEclipse="".concat(o," days ").concat(n,"h ").concat(i,"m ").concat(a,"s")}}}),Rs=(0,f.A)(Is,[["render",zs],["__scopeId","data-v-21a0b7d4"]]),Vs=Rs;var Us=o(4353),Bs={class:"forward-geocoding-input-row"},Xs=["onClick"];function Hs(e,t,o,i,r,l){var s=(0,a.g2)("font-awesome-icon");return(0,a.uX)(),(0,a.CE)("div",{class:"forward-geocoding-container",style:(0,v.Tr)(e.cssStyles)},[(0,a.Lk)("div",Bs,[(0,a.bo)((0,a.bF)(Us.W,{modelValue:e.searchText,"onUpdate:modelValue":t[0]||(t[0]=function(t){return e.searchText=t}),class:(0,v.C4)(["forward-geocoding-input",e.locationJustUpdated?"geocode-success":"",e.small?"forward-geocoding-input-small":""]),label:e.locationJustUpdated?"Location Updated":"Enter a location","bg-color":"black",density:"compact","hide-details":"",variant:"solo",color:e.accentColor,onKeydown:t[1]||(t[1]=(0,n.D$)((function(){}),["stop"])),onKeyup:[t[2]||(t[2]=(0,n.jR)((function(){return e.performForwardGeocodingSearch()}),["enter"])),t[3]||(t[3]=(0,n.jR)((function(t){return e.searchResults=null}),["esc"]))],"onClick:clear":t[4]||(t[4]=function(t){return e.searchResults=null}),"error-messages":e.searchErrorMessage},null,8,["modelValue","class","label","color","error-messages"]),[[n.aG,e.searchOpen]]),(0,a.bF)(s,{class:"geocoding-search-icon",icon:"magnifying-glass",size:e.searchOpen?"xl":e.buttonSize,color:!e.searchOpen||e.searchText&&e.searchText.length>2?e.accentColor:"gray",onClick:t[5]||(t[5]=function(){e.searchOpen?e.performForwardGeocodingSearch():e.searchOpen=!0})},null,8,["size","color"]),(0,a.RG)(e.$slots,"append-icon",{class:"geocode-icon"},void 0,!0),(0,a.bo)((0,a.bF)(s,{class:"geocoding-close-icon",icon:"circle-xmark",size:e.searchOpen?"xl":"1x",color:"gray",onClick:t[6]||(t[6]=function(){e.searchOpen=!1,e.clearSearchData()})},null,8,["size"]),[[n.aG,e.searchOpen&&!e.stayOpen]])]),null!==e.searchResults?((0,a.uX)(),(0,a.CE)("div",{key:0,class:(0,v.C4)(["forward-geocoding-results",[e.small?"results-small":""]])},[((0,a.uX)(!0),(0,a.CE)(a.FK,null,(0,a.pI)(null!==e.searchResults?e.searchResults.features:[],(function(t,o){return(0,a.uX)(),(0,a.CE)("div",{class:"forward-geocoding-result",key:o,onClick:function(){return e.setLocationFromSearchFeature(t)}},(0,v.v_)(t.place_name),9,Xs)})),128))],2)):(0,a.Q3)("",!0)],4)}const qs=(0,a.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"}},data:function(){return{searchOpen:this.modelValue||this.stayOpen,searchText:null,searchResults:null,searchErrorMessage:null,locationJustUpdated:!1}},computed:{cssStyles:function(){return{"--accent-color":this.accentColor,"--bg-color":"black","--fg-container-padding":this.searchOpen?this.small?"0px 5px 0px 0px":"5px 10px 12px 10px":"0px","--border-radius":(this.small,"20px")}}},methods:{performForwardGeocodingSearch:function(){var e=this;null===this.searchText||this.searchText.length<3||this.searchProvider(this.searchText).then((function(t){var o,n;null!==t&&1===(null===(o=t.features)||void 0===o?void 0:o.length)?e.setLocationFromSearchFeature(t.features[0]):null!==t&&0==(null===(n=t.features)||void 0===n?void 0:n.length)?(e.searchErrorMessage="No matching places were found",e.$emit("error",e.searchErrorMessage)):e.searchResults=t}))},setLocationFromSearchFeature:function(e){this.timedJustUpdatedLocation(),this.clearSearchData(),this.$emit("set-location",e)},clearSearchData:function(){this.searchResults=null,this.searchText=null,this.searchErrorMessage=null},timedJustUpdatedLocation:function(){var e=this;this.locationJustUpdated=!0,setTimeout((function(){e.locationJustUpdated=!1}),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)}}}),Ys=(0,f.A)(qs,[["render",Hs],["__scopeId","data-v-7b9713e8"]]),js=Ys;o(9956);var Gs=o(378),$s=o.n(Gs),Qs=o(26),Js=o(1050),Zs=o(6102),Ks=o(1569);o(5524);const ec=(0,Zs.$N)({icons:{defaultSet:"mdi",aliases:Js.z,sets:{mdi:Js.r}},locale:{locale:"en",fallback:"en",messages:{en:Ks.A}},theme:{defaultTheme:"dark"}});var tc=o(3654),oc=o(6883),nc=o(7107),ic=o(6188);nc.Yv.add(ic.ReK),nc.Yv.add(ic.GRI),nc.Yv.add(ic.n2W),nc.Yv.add(ic.BH7),nc.Yv.add(ic.Jt$),nc.Yv.add(ic.a$),nc.Yv.add(ic.ijD),nc.Yv.add(ic.G1Y),nc.Yv.add(ic.I9X),nc.Yv.add(ic.oMq),nc.Yv.add(ic._Xl),nc.Yv.add(ic.gKm),nc.Yv.add(ic.w2A),nc.Yv.add(ic.EvL),nc.Yv.add(ic.WxX),nc.Yv.add(ic.$sC),nc.Yv.add(ic.$3Z),nc.Yv.add(ic.RLt),nc.Yv.add(ic.ekB),nc.Yv.add(ic.IPg),nc.Yv.add(ic.JV0),nc.Yv.add(ic.mEO),nc.Yv.add(ic.BF2),nc.Yv.add(ic.dzk),nc.Yv.add(ic.yLE),nc.Yv.add(ic.X59),nc.Yv.add(ic.bgB),nc.Yv.add(ic.rNr),nc.Yv.add(ic.up_),nc.Yv.add(ic.$UM),nc.Yv.add(ic.bnw),nc.Yv.add(ic.q9c),nc.Yv.add(ic.C5p);var ac=function(e,t){return e.style.visibility=t.value?"hidden":""};(0,n.Ef)(Di,{wwtNamespace:"wwt-minids-solar-eclipse-2024"}).use(oc.wwtPinia).use(ec).use(d.Ay).directive("hide",{beforeMount:function(e,t,o,n){ac(e,t)},updated:function(e,t,o,n){ac(e,t)}}).component("WorldWideTelescope",oc.WWTComponent).component("font-awesome-icon",tc.gc).component("icon-button",i.IconButton).component("location-selector",g).component("vue-slider",$s()).component("transition-expand",Fi).component("gif-play-pause",qi).component("credit-logos",Zi).component("date-picker",Qs.A).component("image-label",aa).component("funding-acknowledgment",i.FundingAcknowledgment).component("geolocation-button",Ca).component("hover-tooltip",La).component("cloud-cover",Aa).component("define-term",Va).component("playback-control",tr).component("advanced-weather-view",Tl).component("color-bar",ll).component("cloud-data-explainer",Ql).component("eclipse-timer",Vs).component("location-search",js).mount("#app")},9956:function(){"use strict";var e,t,o=this&&this.__values||function(e){var t="function"===typeof Symbol&&Symbol.iterator,o=t&&e[t],n=0;if(o)return o.call(e);if(e&&"number"===typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},n=Reflect.getPrototypeOf(Int8Array);try{for(var i=o([Array,String,n]),a=i.next();!a.done;a=i.next()){var r=a.value;Object.defineProperty(r.prototype,"at",{value:function(e){if(e=Math.trunc(e)||0,e<0&&(e+=this.length),!(e<0||e>=this.length))return this[e]},writable:!0,enumerable:!1,configurable:!0})}}catch(l){e={error:l}}finally{try{a&&!a.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}},7267:(e,t,o)=>{var n={"./2003_cloud_cover.zip":3184,"./2004_cloud_cover.zip":2935,"./2005_cloud_cover.zip":6038,"./2006_cloud_cover.zip":8749,"./2007_cloud_cover.zip":4596,"./2008_cloud_cover.zip":2603,"./2009_cloud_cover.zip":2010,"./2010_cloud_cover.zip":2820,"./2011_cloud_cover.zip":8973,"./2012_cloud_cover.zip":8310,"./2013_cloud_cover.zip":8231,"./2014_cloud_cover.zip":5328,"./2015_cloud_cover.zip":3529,"./2016_cloud_cover.zip":8402,"./2017_cloud_cover.zip":5475,"./2018_cloud_cover.zip":6268,"./2019_cloud_cover.zip":3125,"./2020_cloud_cover.zip":4357,"./2021_cloud_cover.zip":4780,"./2023_cloud_cover.zip":2862};function i(e){return Promise.resolve().then((()=>{if(!o.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var i=n[e];return o.t(i,17)}))}i.keys=()=>Object.keys(n),i.id=7267,e.exports=i},6084:(e,t,o)=>{var n={"./2003_cloud_cover.zip":779,"./2004_cloud_cover.zip":9724,"./2005_cloud_cover.zip":5445,"./2006_cloud_cover.zip":926,"./2007_cloud_cover.zip":5887,"./2008_cloud_cover.zip":4272,"./2009_cloud_cover.zip":601,"./2010_cloud_cover.zip":8999,"./2011_cloud_cover.zip":5126,"./2012_cloud_cover.zip":5805,"./2013_cloud_cover.zip":4516,"./2014_cloud_cover.zip":7299,"./2015_cloud_cover.zip":7154,"./2016_cloud_cover.zip":6921,"./2017_cloud_cover.zip":2256,"./2018_cloud_cover.zip":2479,"./2019_cloud_cover.zip":3822,"./2020_cloud_cover.zip":9090,"./2021_cloud_cover.zip":3731,"./2023_cloud_cover.zip":2169};function i(e){return Promise.resolve().then((()=>{if(!o.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var i=n[e];return o.t(i,17)}))}i.keys=()=>Object.keys(n),i.id=6084,e.exports=i},6722:(e,t,o)=>{var n={"./modis_eight_day/all_years_ucm.zip":8273,"./modis_one_day/all_years_ucm.zip":7804};function i(e){return Promise.resolve().then((()=>{if(!o.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var i=n[e];return o.t(i,17)}))}i.keys=()=>Object.keys(n),i.id=6722,e.exports=i},4635:(e,t,o)=>{var n={"./modis_eight_day/neutral_ucm.zip":8710,"./modis_one_day/neutral_ucm.zip":2595};function i(e){return Promise.resolve().then((()=>{if(!o.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var i=n[e];return o.t(i,17)}))}i.keys=()=>Object.keys(n),i.id=4635,e.exports=i},4922:(e,t,o)=>{var n={"./modis_eight_day/nina_ucm.zip":3375,"./modis_one_day/nina_ucm.zip":4388};function i(e){return Promise.resolve().then((()=>{if(!o.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var i=n[e];return o.t(i,17)}))}i.keys=()=>Object.keys(n),i.id=4922,e.exports=i},5164:(e,t,o)=>{var n={"./modis_eight_day/nino_ucm.zip":1861,"./modis_one_day/nino_ucm.zip":9750};function i(e){return Promise.resolve().then((()=>{if(!o.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var i=n[e];return o.t(i,17)}))}i.keys=()=>Object.keys(n),i.id=5164,e.exports=i},290:(e,t,o)=>{var n={"./2023-09-19-SDO-Sun.png":4974,"./annular.png":8157,"./center":2560,"./center.json":2560,"./cloud_cover.csv":8713,"./eclipse.gif":9442,"./eclipse_static.gif":435,"./empty.png":6661,"./giphy.webp":6256,"./modis_eight_day/2003_cloud_cover.zip":3184,"./modis_eight_day/2004_cloud_cover.zip":2935,"./modis_eight_day/2005_cloud_cover.zip":6038,"./modis_eight_day/2006_cloud_cover.zip":8749,"./modis_eight_day/2007_cloud_cover.zip":4596,"./modis_eight_day/2008_cloud_cover.zip":2603,"./modis_eight_day/2009_cloud_cover.zip":2010,"./modis_eight_day/2010_cloud_cover.zip":2820,"./modis_eight_day/2011_cloud_cover.zip":8973,"./modis_eight_day/2012_cloud_cover.zip":8310,"./modis_eight_day/2013_cloud_cover.zip":8231,"./modis_eight_day/2014_cloud_cover.zip":5328,"./modis_eight_day/2015_cloud_cover.zip":3529,"./modis_eight_day/2016_cloud_cover.zip":8402,"./modis_eight_day/2017_cloud_cover.zip":5475,"./modis_eight_day/2018_cloud_cover.zip":6268,"./modis_eight_day/2019_cloud_cover.zip":3125,"./modis_eight_day/2020_cloud_cover.zip":4357,"./modis_eight_day/2021_cloud_cover.zip":4780,"./modis_eight_day/2023_cloud_cover.zip":2862,"./modis_eight_day/all_years_ucm.zip":8273,"./modis_eight_day/coords.zip":1273,"./modis_eight_day/neutral_ucm.zip":8710,"./modis_eight_day/nina_ucm.zip":3375,"./modis_eight_day/nino_ucm.zip":1861,"./modis_one_day/2003_cloud_cover.zip":779,"./modis_one_day/2004_cloud_cover.zip":9724,"./modis_one_day/2005_cloud_cover.zip":5445,"./modis_one_day/2006_cloud_cover.zip":926,"./modis_one_day/2007_cloud_cover.zip":5887,"./modis_one_day/2008_cloud_cover.zip":4272,"./modis_one_day/2009_cloud_cover.zip":601,"./modis_one_day/2010_cloud_cover.zip":8999,"./modis_one_day/2011_cloud_cover.zip":5126,"./modis_one_day/2012_cloud_cover.zip":5805,"./modis_one_day/2013_cloud_cover.zip":4516,"./modis_one_day/2014_cloud_cover.zip":7299,"./modis_one_day/2015_cloud_cover.zip":7154,"./modis_one_day/2016_cloud_cover.zip":6921,"./modis_one_day/2017_cloud_cover.zip":2256,"./modis_one_day/2018_cloud_cover.zip":2479,"./modis_one_day/2019_cloud_cover.zip":3822,"./modis_one_day/2020_cloud_cover.zip":9090,"./modis_one_day/2021_cloud_cover.zip":3731,"./modis_one_day/2023_cloud_cover.zip":2169,"./modis_one_day/all_years_ucm.zip":7804,"./modis_one_day/coords.zip":5458,"./modis_one_day/neutral_ucm.zip":2595,"./modis_one_day/nina_ucm.zip":4388,"./modis_one_day/nino_ucm.zip":9750,"./moon-dark-gray-overlay.png":959,"./moon-sky-blue-overlay-10.png":1895,"./moon-sky-blue-overlay-100.png":6663,"./moon-sky-blue-overlay-20.png":8342,"./moon-sky-blue-overlay-50.png":6091,"./moon.png":2783,"./new-rectangle-solid-svgrepo-com.svg":3243,"./none.png":5422,"./partial.png":6241,"./total.png":296,"./upath_hi":4927,"./upath_hi.json":4927,"./video.mp4":9007};function i(e){var t=a(e);return o(t)}function a(e){if(!o.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return n[e]}i.keys=function(){return Object.keys(n)},i.resolve=a,e.exports=i,i.id=290},3184:(e,t,o)=>{"use strict";e.exports=o.p+"3f2ef9c04daf28ee.zip"},2935:(e,t,o)=>{"use strict";e.exports=o.p+"374ccdd9b1c9b5dc.zip"},6038:(e,t,o)=>{"use strict";e.exports=o.p+"067708715c6e13ee.zip"},8749:(e,t,o)=>{"use strict";e.exports=o.p+"34d066bc7c4d131e.zip"},4596:(e,t,o)=>{"use strict";e.exports=o.p+"6cb59142ce53e82c.zip"},2603:(e,t,o)=>{"use strict";e.exports=o.p+"3f997d411747fc78.zip"},2010:(e,t,o)=>{"use strict";e.exports=o.p+"a529870cc54a2cad.zip"},2820:(e,t,o)=>{"use strict";e.exports=o.p+"48f1bf119eec6ec8.zip"},8973:(e,t,o)=>{"use strict";e.exports=o.p+"302ef55ee293ba4d.zip"},8310:(e,t,o)=>{"use strict";e.exports=o.p+"8ff395535624d3cb.zip"},8231:(e,t,o)=>{"use strict";e.exports=o.p+"5546720657519a74.zip"},5328:(e,t,o)=>{"use strict";e.exports=o.p+"e2d00304312d01f2.zip"},3529:(e,t,o)=>{"use strict";e.exports=o.p+"5a23534f85923803.zip"},8402:(e,t,o)=>{"use strict";e.exports=o.p+"286eb5fa34324847.zip"},5475:(e,t,o)=>{"use strict";e.exports=o.p+"3f3f593922757129.zip"},6268:(e,t,o)=>{"use strict";e.exports=o.p+"9d8942b6c1d9df2e.zip"},3125:(e,t,o)=>{"use strict";e.exports=o.p+"70d10f8513c7d961.zip"},4357:(e,t,o)=>{"use strict";e.exports=o.p+"bf4d1f7950168c8e.zip"},4780:(e,t,o)=>{"use strict";e.exports=o.p+"c4301c068e523d6b.zip"},2862:(e,t,o)=>{"use strict";e.exports=o.p+"75914e3514358c34.zip"},8273:(e,t,o)=>{"use strict";e.exports=o.p+"a0592ca0bdde746d.zip"},1273:(e,t,o)=>{"use strict";e.exports=o.p+"a582b26af97a38ad.zip"},8710:(e,t,o)=>{"use strict";e.exports=o.p+"cbae2788e2c7c6ab.zip"},3375:(e,t,o)=>{"use strict";e.exports=o.p+"896eef79377f044d.zip"},1861:(e,t,o)=>{"use strict";e.exports=o.p+"06747dfbeed5d17c.zip"},779:(e,t,o)=>{"use strict";e.exports=o.p+"55c240eca4ea1067.zip"},9724:(e,t,o)=>{"use strict";e.exports=o.p+"fd0531680be6e241.zip"},5445:(e,t,o)=>{"use strict";e.exports=o.p+"52a2127dace8319e.zip"},926:(e,t,o)=>{"use strict";e.exports=o.p+"401bbba8106939e6.zip"},5887:(e,t,o)=>{"use strict";e.exports=o.p+"50bcf0412ac709b7.zip"},4272:(e,t,o)=>{"use strict";e.exports=o.p+"d26d4c86c663506b.zip"},601:(e,t,o)=>{"use strict";e.exports=o.p+"081770977930aca9.zip"},8999:(e,t,o)=>{"use strict";e.exports=o.p+"a24b4d21a2f18414.zip"},5126:(e,t,o)=>{"use strict";e.exports=o.p+"b3d1da6fe9f2f73c.zip"},5805:(e,t,o)=>{"use strict";e.exports=o.p+"5edc88082d52488d.zip"},4516:(e,t,o)=>{"use strict";e.exports=o.p+"96cea7d30787060b.zip"},7299:(e,t,o)=>{"use strict";e.exports=o.p+"92af1bc12d972923.zip"},7154:(e,t,o)=>{"use strict";e.exports=o.p+"49ceada0b76626c9.zip"},6921:(e,t,o)=>{"use strict";e.exports=o.p+"1b77891181d9563d.zip"},2256:(e,t,o)=>{"use strict";e.exports=o.p+"ebe6ca7b43e46ea7.zip"},2479:(e,t,o)=>{"use strict";e.exports=o.p+"5b6d4df012d95741.zip"},3822:(e,t,o)=>{"use strict";e.exports=o.p+"8151fd12d16af760.zip"},9090:(e,t,o)=>{"use strict";e.exports=o.p+"ffd3bd3f99d3498c.zip"},3731:(e,t,o)=>{"use strict";e.exports=o.p+"b2b924142b8d0f38.zip"},2169:(e,t,o)=>{"use strict";e.exports=o.p+"227b745aae174af9.zip"},7804:(e,t,o)=>{"use strict";e.exports=o.p+"a720c91d2d065435.zip"},5458:(e,t,o)=>{"use strict";e.exports=o.p+"e01397be879aed4a.zip"},2595:(e,t,o)=>{"use strict";e.exports=o.p+"b9346d8d73239005.zip"},4388:(e,t,o)=>{"use strict";e.exports=o.p+"ee59c1807b8737d2.zip"},9750:(e,t,o)=>{"use strict";e.exports=o.p+"853902aae52e41f8.zip"},3243:(e,t,o)=>{"use strict";e.exports=o.p+"img/new-rectangle-solid-svgrepo-com.ac5fb1a1.svg"},8713:e=>{"use strict";e.exports="9999.000,-129.000,-128.000,-127.000,-126.000,-125.000,-124.000,-123.000,-122.000,-121.000,-120.000,-119.000,-118.000,-117.000,-116.000,-115.000,-114.000,-113.000,-112.000,-111.000,-110.000,-109.000,-108.000,-107.000,-106.000,-105.000,-104.000,-103.000,-102.000,-101.000,-100.000,-99.000,-98.000,-97.000,-96.000,-95.000,-94.000,-93.000,-92.000,-91.000,-90.000,-89.000,-88.000,-87.000,-86.000,-85.000,-84.000,-83.000,-82.000,-81.000,-80.000,-79.000,-78.000,-77.000,-76.000,-75.000,-74.000,-73.000,-72.000,-71.000,-70.000,-69.000,-68.000,-67.000,-66.000,-65.000,-64.000,-63.000,-62.000,-61.000,-60.000,-59.000,-58.000,-57.000,-56.000,-55.000,-54.000,-53.000,-52.000,-51.000,-50.000\n51.000,0.833,0.872,0.888,0.821,0.854,0.803,0.894,0.813,0.884,0.929,0.876,0.880,0.862,0.846,0.856,0.797,0.758,0.756,0.709,0.598,0.640,0.663,0.634,0.661,0.703,0.726,0.711,0.738,0.768,0.683,0.665,0.559,0.748,0.709,0.793,0.691,0.687,0.713,0.701,0.793,0.774,0.707,0.667,0.650,0.579,0.608,0.555,0.644,0.604,0.651,0.630,0.683,0.650,0.630,0.679,0.622,0.622,0.740,0.663,0.785,0.719,0.795,0.803,0.805,0.722,0.768,0.793,0.736,0.764,0.768,0.823,0.815,0.813,0.775,0.740,0.766,0.839,0.779,0.821,0.837\n50.000,0.829,0.821,0.884,0.772,0.766,0.841,0.813,0.874,0.866,0.878,0.892,0.915,0.880,0.872,0.896,0.781,0.679,0.671,0.714,0.720,0.689,0.662,0.657,0.687,0.618,0.659,0.632,0.707,0.669,0.654,0.683,0.488,0.636,0.752,0.754,0.732,0.768,0.807,0.817,0.728,0.663,0.793,0.736,0.780,0.776,0.785,0.707,0.701,0.732,0.673,0.776,0.785,0.750,0.752,0.736,0.762,0.719,0.750,0.774,0.718,0.821,0.838,0.854,0.797,0.848,0.793,0.652,0.689,0.656,0.719,0.758,0.748,0.795,0.705,0.778,0.817,0.787,0.780,0.797,0.829\n49.000,0.862,0.797,0.776,0.813,0.839,0.620,0.833,0.902,0.933,0.842,0.850,0.909,0.803,0.882,0.803,0.908,0.726,0.732,0.709,0.795,0.728,0.691,0.661,0.628,0.638,0.616,0.606,0.598,0.628,0.590,0.583,0.600,0.805,0.606,0.647,0.620,0.776,0.815,0.766,0.825,0.849,0.559,0.848,0.805,0.835,0.880,0.888,0.874,0.780,0.744,0.740,0.793,0.783,0.756,0.787,0.730,0.748,0.803,0.789,0.723,0.677,0.848,0.862,0.669,0.661,0.695,0.711,0.681,0.685,0.683,0.764,0.736,0.829,0.768,0.787,0.797,0.787,0.848,0.756,0.805\n48.000,0.783,0.787,0.756,0.809,0.740,0.762,0.823,0.748,0.935,0.890,0.709,0.927,0.856,0.860,0.870,0.859,0.929,0.593,0.653,0.650,0.687,0.638,0.636,0.707,0.612,0.577,0.618,0.612,0.616,0.648,0.579,0.604,0.756,0.683,0.740,0.689,0.754,0.776,0.764,0.803,0.906,0.675,0.567,0.587,0.910,0.819,0.882,0.906,0.868,0.840,0.886,0.833,0.780,0.711,0.699,0.760,0.768,0.841,0.868,0.878,0.854,0.679,0.805,0.843,0.827,0.837,0.638,0.665,0.642,0.671,0.742,0.853,0.831,0.793,0.852,0.864,0.833,0.738,0.705,0.717\n47.000,0.825,0.823,0.795,0.801,0.754,0.760,0.951,0.758,0.976,0.748,0.740,0.809,0.789,0.821,0.904,0.754,0.901,0.675,0.669,0.750,0.673,0.602,0.618,0.644,0.618,0.583,0.642,0.661,0.681,0.634,0.579,0.626,0.638,0.652,0.738,0.774,0.829,0.778,0.864,0.587,0.583,0.606,0.600,0.616,0.614,0.923,0.813,0.917,0.900,0.807,0.685,0.837,0.823,0.835,0.884,0.862,0.803,0.837,0.819,0.856,0.919,0.933,0.811,0.850,0.783,0.622,0.673,0.620,0.746,0.646,0.795,0.762,0.736,0.773,0.860,0.866,0.856,0.748,0.746,0.815\n46.000,0.803,0.821,0.850,0.795,0.815,0.781,0.870,0.852,0.970,0.677,0.669,0.707,0.738,0.805,0.907,0.872,0.882,0.825,0.758,0.805,0.664,0.656,0.596,0.677,0.604,0.622,0.628,0.640,0.665,0.624,0.644,0.549,0.553,0.697,0.624,0.714,0.772,0.770,0.750,0.659,0.854,0.903,0.858,0.789,0.841,0.799,0.917,0.882,0.868,0.839,0.919,0.921,0.868,0.949,0.886,0.904,0.890,0.813,0.827,0.846,0.878,0.864,0.813,0.868,0.801,0.677,0.665,0.669,0.719,0.793,0.636,0.693,0.736,0.671,0.689,0.707,0.720,0.734,0.772,0.774\n45.000,0.803,0.776,0.852,0.815,0.803,0.772,0.931,0.813,0.825,0.559,0.675,0.882,0.850,0.813,0.925,0.915,0.789,0.693,0.791,0.825,0.677,0.681,0.689,0.724,0.654,0.539,0.545,0.630,0.705,0.602,0.604,0.589,0.663,0.612,0.601,0.563,0.533,0.663,0.715,0.697,0.748,0.748,0.687,0.646,0.717,0.703,0.608,0.579,0.557,0.640,0.833,0.854,0.764,0.715,0.724,0.709,0.722,0.748,0.856,0.884,0.862,0.797,0.819,0.781,0.884,0.730,0.896,0.785,0.839,0.736,0.691,0.652,0.703,0.715,0.679,0.748,0.705,0.754,0.781,0.848\n44.000,0.783,0.750,0.817,0.817,0.772,0.746,0.844,0.898,0.689,0.807,0.778,0.850,0.758,0.750,0.815,0.917,0.860,0.815,0.780,0.811,0.837,0.585,0.817,0.707,0.608,0.744,0.646,0.600,0.652,0.593,0.651,0.594,0.514,0.474,0.457,0.602,0.524,0.583,0.656,0.689,0.756,0.758,0.734,0.699,0.728,0.689,0.689,0.679,0.602,0.669,0.650,0.632,0.677,0.624,0.691,0.858,0.661,0.795,0.756,0.748,0.669,0.711,0.632,0.557,0.701,0.679,0.665,0.594,0.618,0.622,0.636,0.618,0.618,0.703,0.746,0.748,0.846,0.785,0.770,0.762\n43.000,0.801,0.823,0.738,0.778,0.762,0.738,0.846,0.852,0.709,0.650,0.663,0.774,0.724,0.716,0.797,0.823,0.565,0.622,0.754,0.831,0.636,0.705,0.771,0.610,0.520,0.500,0.585,0.606,0.610,0.659,0.559,0.535,0.508,0.565,0.510,0.614,0.585,0.587,0.734,0.732,0.750,0.783,0.659,0.720,0.691,0.703,0.679,0.644,0.673,0.669,0.610,0.679,0.673,0.602,0.841,0.866,0.643,0.799,0.687,0.604,0.618,0.569,0.618,0.596,0.646,0.630,0.644,0.573,0.685,0.693,0.752,0.738,0.766,0.760,0.799,0.819,0.868,0.809,0.799,0.805\n42.000,0.825,0.801,0.766,0.799,0.705,0.683,0.746,0.758,0.585,0.650,0.636,0.673,0.689,0.707,0.543,0.652,0.642,0.640,0.817,0.827,0.610,0.711,0.541,0.592,0.650,0.597,0.533,0.528,0.528,0.587,0.630,0.632,0.675,0.596,0.510,0.545,0.608,0.677,0.656,0.807,0.831,0.766,0.630,0.699,0.724,0.738,0.752,0.652,0.648,0.648,0.663,0.732,0.768,0.809,0.699,0.693,0.659,0.673,0.656,0.652,0.543,0.630,0.624,0.640,0.610,0.630,0.705,0.742,0.795,0.868,0.860,0.791,0.835,0.848,0.931,0.892,0.852,0.900,0.907,0.986\n41.000,0.801,0.778,0.691,0.722,0.685,0.675,0.722,0.614,0.740,0.596,0.591,0.551,0.604,0.634,0.683,0.630,0.518,0.594,0.728,0.510,0.559,0.600,0.736,0.833,0.760,0.650,0.601,0.567,0.476,0.641,0.626,0.685,0.567,0.575,0.587,0.618,0.593,0.748,0.638,0.612,0.616,0.628,0.648,0.691,0.703,0.791,0.754,0.648,0.630,0.691,0.634,0.736,0.679,0.720,0.742,0.657,0.648,0.646,0.681,0.597,0.610,0.634,0.626,0.636,0.746,0.701,0.777,0.801,0.852,0.854,0.780,0.846,0.803,0.888,0.917,0.878,0.894,0.921,0.907,0.882\n40.000,0.762,0.752,0.787,0.701,0.742,0.659,0.606,0.539,0.671,0.508,0.480,0.449,0.587,0.533,0.791,0.626,0.488,0.626,0.756,0.760,0.587,0.526,0.612,0.744,0.724,0.572,0.534,0.579,0.585,0.685,0.512,0.543,0.614,0.565,0.632,0.602,0.581,0.630,0.595,0.632,0.624,0.600,0.677,0.743,0.750,0.740,0.758,0.748,0.742,0.661,0.683,0.705,0.646,0.726,0.666,0.636,0.646,0.535,0.553,0.591,0.604,0.650,0.712,0.772,0.736,0.770,0.805,0.821,0.813,0.848,0.823,0.854,0.868,0.872,0.894,0.902,0.890,0.896,0.882,0.852\n39.000,0.837,0.770,0.717,0.719,0.669,0.563,0.579,0.447,0.467,0.659,0.510,0.532,0.531,0.551,0.537,0.459,0.384,0.473,0.535,0.433,0.482,0.683,0.628,0.766,0.632,0.478,0.583,0.528,0.520,0.571,0.563,0.555,0.644,0.610,0.606,0.565,0.616,0.596,0.612,0.539,0.547,0.652,0.679,0.701,0.778,0.669,0.687,0.673,0.638,0.738,0.732,0.730,0.687,0.675,0.622,0.636,0.593,0.589,0.650,0.669,0.710,0.789,0.785,0.789,0.833,0.850,0.882,0.870,0.809,0.860,0.860,0.886,0.925,0.874,0.886,0.890,0.854,0.878,0.878,0.888\n38.000,0.770,0.689,0.766,0.683,0.622,0.520,0.451,0.394,0.433,0.567,0.490,0.350,0.429,0.457,0.466,0.376,0.445,0.659,0.596,0.364,0.394,0.669,0.732,0.770,0.516,0.447,0.396,0.496,0.579,0.498,0.528,0.541,0.571,0.588,0.595,0.561,0.640,0.518,0.589,0.634,0.650,0.695,0.703,0.638,0.675,0.681,0.667,0.673,0.632,0.648,0.656,0.622,0.604,0.590,0.602,0.508,0.531,0.648,0.736,0.815,0.819,0.801,0.846,0.831,0.862,0.850,0.779,0.858,0.837,0.849,0.839,0.848,0.862,0.886,0.846,0.860,0.831,0.858,0.839,0.825\n37.000,0.770,0.746,0.681,0.748,0.695,0.604,0.482,0.478,0.449,0.396,0.719,0.354,0.331,0.354,0.346,0.280,0.384,0.534,0.370,0.358,0.388,0.530,0.748,0.667,0.634,0.492,0.488,0.459,0.518,0.506,0.555,0.551,0.585,0.585,0.622,0.547,0.534,0.604,0.624,0.593,0.632,0.654,0.679,0.634,0.626,0.663,0.622,0.618,0.642,0.636,0.583,0.549,0.559,0.506,0.508,0.527,0.772,0.764,0.854,0.813,0.817,0.844,0.805,0.837,0.862,0.776,0.791,0.778,0.825,0.811,0.819,0.827,0.801,0.803,0.815,0.843,0.827,0.821,0.815,0.868\n36.000,0.819,0.762,0.726,0.640,0.658,0.579,0.626,0.508,0.427,0.409,0.496,0.679,0.264,0.268,0.303,0.283,0.335,0.392,0.384,0.392,0.431,0.461,0.429,0.557,0.636,0.431,0.380,0.400,0.465,0.467,0.506,0.565,0.632,0.533,0.598,0.644,0.526,0.496,0.547,0.659,0.594,0.673,0.614,0.630,0.600,0.624,0.600,0.593,0.604,0.622,0.600,0.502,0.581,0.528,0.543,0.772,0.811,0.788,0.785,0.787,0.766,0.779,0.750,0.770,0.799,0.785,0.748,0.772,0.748,0.813,0.768,0.742,0.730,0.774,0.746,0.720,0.787,0.764,0.797,0.817\n35.000,0.801,0.736,0.699,0.685,0.620,0.620,0.614,0.614,0.547,0.417,0.402,0.396,0.248,0.244,0.280,0.242,0.327,0.370,0.350,0.360,0.409,0.459,0.433,0.421,0.518,0.384,0.376,0.402,0.457,0.486,0.549,0.506,0.551,0.465,0.597,0.569,0.573,0.504,0.579,0.636,0.634,0.628,0.620,0.586,0.594,0.608,0.646,0.553,0.634,0.581,0.579,0.541,0.561,0.506,0.559,0.699,0.750,0.746,0.756,0.783,0.730,0.726,0.687,0.728,0.701,0.770,0.722,0.727,0.728,0.756,0.732,0.758,0.744,0.742,0.738,0.795,0.764,0.770,0.726,0.689\n34.000,0.780,0.728,0.701,0.705,0.711,0.730,0.722,0.685,0.526,0.378,0.301,0.319,0.250,0.217,0.175,0.175,0.319,0.407,0.368,0.331,0.372,0.435,0.376,0.401,0.394,0.378,0.380,0.423,0.455,0.425,0.469,0.449,0.490,0.553,0.559,0.595,0.534,0.565,0.711,0.596,0.559,0.588,0.559,0.612,0.602,0.610,0.604,0.642,0.632,0.636,0.630,0.634,0.494,0.463,0.638,0.701,0.687,0.720,0.661,0.622,0.691,0.669,0.693,0.673,0.726,0.699,0.645,0.664,0.754,0.665,0.679,0.716,0.687,0.711,0.693,0.691,0.679,0.695,0.689,0.673\n33.000,0.746,0.675,0.740,0.691,0.693,0.620,0.654,0.663,0.632,0.498,0.423,0.382,0.388,0.238,0.179,0.179,0.212,0.307,0.335,0.321,0.388,0.366,0.350,0.305,0.380,0.303,0.374,0.372,0.360,0.380,0.419,0.400,0.473,0.500,0.581,0.521,0.579,0.561,0.652,0.585,0.569,0.553,0.614,0.502,0.579,0.596,0.595,0.587,0.646,0.610,0.646,0.514,0.512,0.616,0.695,0.693,0.620,0.622,0.667,0.603,0.642,0.661,0.624,0.565,0.703,0.697,0.675,0.648,0.669,0.683,0.620,0.642,0.646,0.677,0.701,0.673,0.679,0.717,0.620,0.652\n32.000,0.703,0.730,0.667,0.719,0.695,0.681,0.713,0.669,0.636,0.516,0.528,0.535,0.478,0.270,0.185,0.150,0.195,0.171,0.244,0.262,0.287,0.289,0.229,0.329,0.368,0.364,0.368,0.374,0.409,0.384,0.439,0.419,0.504,0.532,0.569,0.567,0.575,0.620,0.594,0.579,0.561,0.620,0.581,0.530,0.579,0.616,0.565,0.622,0.630,0.640,0.461,0.581,0.695,0.707,0.663,0.628,0.628,0.549,0.677,0.594,0.604,0.549,0.610,0.644,0.614,0.614,0.661,0.659,0.642,0.646,0.636,0.695,0.649,0.709,0.675,0.679,0.653,0.705,0.669,0.650\n31.000,0.772,0.758,0.746,0.699,0.606,0.703,0.657,0.642,0.606,0.563,0.545,0.616,0.555,0.256,0.171,0.148,0.173,0.138,0.203,0.254,0.248,0.264,0.246,0.272,0.281,0.276,0.313,0.287,0.382,0.413,0.469,0.492,0.494,0.510,0.551,0.600,0.597,0.594,0.545,0.559,0.561,0.608,0.622,0.569,0.587,0.583,0.626,0.626,0.610,0.453,0.602,0.681,0.695,0.665,0.602,0.628,0.661,0.628,0.630,0.565,0.624,0.642,0.660,0.618,0.614,0.547,0.628,0.632,0.602,0.626,0.697,0.648,0.630,0.602,0.614,0.728,0.693,0.693,0.669,0.587\n30.000,0.727,0.730,0.728,0.720,0.589,0.654,0.636,0.675,0.508,0.648,0.559,0.604,0.585,0.518,0.132,0.134,0.199,0.140,0.181,0.217,0.252,0.238,0.201,0.205,0.277,0.337,0.284,0.329,0.374,0.396,0.427,0.465,0.547,0.636,0.583,0.626,0.622,0.689,0.591,0.589,0.561,0.610,0.622,0.594,0.654,0.616,0.624,0.634,0.557,0.531,0.638,0.689,0.585,0.618,0.632,0.632,0.594,0.575,0.476,0.541,0.547,0.561,0.618,0.555,0.561,0.498,0.669,0.669,0.585,0.663,0.620,0.618,0.571,0.661,0.606,0.598,0.602,0.654,0.610,0.644\n29.000,0.701,0.693,0.699,0.724,0.728,0.716,0.679,0.673,0.610,0.652,0.652,0.591,0.618,0.506,0.411,0.161,0.140,0.177,0.148,0.232,0.232,0.319,0.240,0.225,0.256,0.224,0.250,0.297,0.390,0.451,0.465,0.433,0.532,0.618,0.654,0.577,0.528,0.516,0.512,0.608,0.455,0.536,0.520,0.591,0.469,0.455,0.494,0.590,0.553,0.398,0.632,0.681,0.622,0.583,0.600,0.614,0.618,0.590,0.527,0.610,0.512,0.624,0.559,0.610,0.575,0.555,0.496,0.559,0.577,0.626,0.636,0.636,0.652,0.584,0.616,0.583,0.616,0.563,0.561,0.579\n28.000,0.724,0.748,0.732,0.728,0.709,0.648,0.734,0.636,0.695,0.652,0.622,0.587,0.559,0.545,0.561,0.447,0.122,0.396,0.204,0.171,0.193,0.213,0.276,0.274,0.244,0.252,0.278,0.356,0.455,0.496,0.380,0.423,0.624,0.539,0.524,0.598,0.518,0.577,0.516,0.437,0.590,0.624,0.579,0.628,0.626,0.439,0.380,0.553,0.559,0.392,0.600,0.673,0.549,0.543,0.589,0.597,0.644,0.581,0.547,0.589,0.565,0.661,0.541,0.537,0.551,0.537,0.575,0.579,0.565,0.579,0.632,0.591,0.671,0.640,0.557,0.588,0.575,0.614,0.589,0.577\n27.000,0.693,0.750,0.754,0.736,0.766,0.746,0.679,0.626,0.691,0.618,0.589,0.620,0.559,0.512,0.490,0.118,0.232,0.173,0.271,0.152,0.199,0.209,0.159,0.197,0.177,0.209,0.181,0.284,0.339,0.398,0.496,0.457,0.559,0.486,0.577,0.510,0.589,0.573,0.457,0.573,0.640,0.598,0.632,0.646,0.585,0.494,0.346,0.537,0.642,0.662,0.563,0.634,0.559,0.514,0.603,0.553,0.521,0.569,0.533,0.551,0.581,0.541,0.516,0.608,0.541,0.516,0.587,0.510,0.522,0.661,0.618,0.581,0.616,0.533,0.614,0.555,0.573,0.484,0.551,0.514\n26.000,0.738,0.758,0.730,0.715,0.732,0.744,0.685,0.669,0.687,0.616,0.618,0.581,0.606,0.620,0.545,0.380,0.226,0.138,0.248,0.281,0.260,0.220,0.234,0.344,0.220,0.163,0.169,0.244,0.372,0.362,0.488,0.508,0.545,0.599,0.659,0.620,0.652,0.526,0.520,0.600,0.618,0.650,0.685,0.655,0.612,0.451,0.390,0.327,0.636,0.703,0.539,0.620,0.488,0.474,0.526,0.496,0.547,0.465,0.516,0.526,0.516,0.553,0.530,0.591,0.636,0.598,0.573,0.553,0.587,0.532,0.460,0.551,0.626,0.490,0.470,0.541,0.594,0.559,0.545,0.508\n25.000,0.764,0.754,0.793,0.783,0.750,0.711,0.705,0.701,0.697,0.691,0.659,0.654,0.659,0.557,0.555,0.520,0.372,0.311,0.142,0.348,0.372,0.209,0.242,0.297,0.201,0.337,0.274,0.311,0.167,0.453,0.516,0.490,0.646,0.630,0.608,0.586,0.545,0.551,0.516,0.530,0.514,0.630,0.665,0.638,0.606,0.592,0.331,0.307,0.301,0.636,0.488,0.411,0.409,0.502,0.480,0.479,0.553,0.480,0.559,0.516,0.522,0.461,0.524,0.612,0.624,0.624,0.565,0.563,0.573,0.543,0.526,0.516,0.498,0.483,0.604,0.471,0.551,0.543,0.516,0.531\n24.000,0.742,0.805,0.774,0.760,0.811,0.833,0.722,0.689,0.707,0.691,0.728,0.730,0.689,0.620,0.604,0.528,0.529,0.429,0.142,0.350,0.406,0.459,0.248,0.223,0.232,0.246,0.285,0.317,0.264,0.348,0.521,0.537,0.486,0.581,0.518,0.510,0.516,0.575,0.461,0.415,0.510,0.400,0.681,0.614,0.549,0.516,0.366,0.323,0.327,0.545,0.413,0.368,0.370,0.315,0.398,0.441,0.455,0.551,0.522,0.585,0.490,0.508,0.530,0.573,0.561,0.600,0.586,0.618,0.581,0.518,0.508,0.527,0.500,0.535,0.508,0.479,0.455,0.488,0.494,0.524\n23.000,0.807,0.752,0.748,0.740,0.722,0.785,0.783,0.758,0.699,0.772,0.711,0.728,0.730,0.669,0.628,0.569,0.569,0.537,0.484,0.437,0.283,0.355,0.331,0.193,0.219,0.201,0.283,0.268,0.283,0.299,0.325,0.453,0.472,0.581,0.587,0.510,0.415,0.529,0.447,0.441,0.439,0.404,0.407,0.533,0.447,0.364,0.382,0.421,0.459,0.386,0.419,0.356,0.396,0.360,0.270,0.333,0.423,0.474,0.502,0.557,0.559,0.469,0.512,0.571,0.473,0.545,0.502,0.504,0.508,0.470,0.496,0.526,0.425,0.494,0.496,0.439,0.453,0.496,0.445,0.517\n22.000,0.758,0.785,0.732,0.774,0.841,0.762,0.799,0.781,0.748,0.724,0.785,0.726,0.732,0.687,0.666,0.575,0.577,0.575,0.561,0.461,0.421,0.400,0.368,0.346,0.244,0.181,0.289,0.297,0.224,0.246,0.343,0.476,0.488,0.626,0.565,0.575,0.498,0.508,0.455,0.376,0.262,0.329,0.335,0.490,0.425,0.421,0.685,0.317,0.567,0.650,0.418,0.344,0.392,0.372,0.398,0.455,0.492,0.451,0.441,0.500,0.549,0.500,0.494,0.535,0.455,0.569,0.470,0.482,0.467,0.476,0.449,0.490,0.467,0.516,0.549,0.463,0.439,0.469,0.486,0.516\n21.000,0.882,0.744,0.870,0.852,0.876,0.862,0.803,0.821,0.770,0.825,0.813,0.717,0.722,0.738,0.664,0.632,0.648,0.634,0.596,0.575,0.480,0.457,0.292,0.291,0.280,0.199,0.181,0.187,0.281,0.278,0.268,0.494,0.470,0.527,0.616,0.522,0.413,0.360,0.348,0.163,0.258,0.398,0.419,0.529,0.463,0.350,0.315,0.378,0.317,0.229,0.205,0.669,0.614,0.335,0.372,0.311,0.364,0.348,0.480,0.437,0.528,0.520,0.457,0.417,0.447,0.528,0.536,0.459,0.524,0.504,0.543,0.522,0.531,0.504,0.421,0.553,0.516,0.453,0.467,0.494\n20.000,0.786,0.837,0.837,0.884,0.862,0.849,0.819,0.833,0.817,0.860,0.848,0.752,0.709,0.705,0.766,0.685,0.689,0.634,0.528,0.549,0.459,0.439,0.370,0.335,0.289,0.177,0.150,0.126,0.134,0.173,0.209,0.445,0.634,0.571,0.516,0.506,0.411,0.368,0.179,0.323,0.425,0.618,0.695,0.551,0.439,0.425,0.411,0.431,0.416,0.337,0.226,0.240,0.156,0.681,0.781,0.451,0.285,0.311,0.270,0.382,0.437,0.484,0.398,0.392,0.425,0.437,0.427,0.469,0.453,0.522,0.457,0.537,0.482,0.494,0.484,0.463,0.492,0.474,0.472,0.431\n19.000,0.902,0.866,0.886,0.831,0.829,0.848,0.852,0.854,0.841,0.856,0.825,0.842,0.846,0.813,0.723,0.760,0.695,0.657,0.636,0.537,0.516,0.470,0.384,0.293,0.362,0.157,0.152,0.150,0.339,0.159,0.591,0.420,0.472,0.451,0.447,0.504,0.419,0.311,0.177,0.453,0.528,0.644,0.618,0.480,0.380,0.356,0.437,0.407,0.364,0.398,0.376,0.329,0.244,0.301,0.215,0.246,0.227,0.715,0.620,0.789,0.307,0.370,0.325,0.362,0.400,0.404,0.490,0.549,0.431,0.531,0.512,0.492,0.530,0.441,0.482,0.498,0.545,0.476,0.469,0.468\n18.000,0.866,0.895,0.813,0.797,0.817,0.819,0.841,0.864,0.845,0.856,0.852,0.815,0.848,0.785,0.785,0.683,0.719,0.652,0.628,0.504,0.502,0.439,0.370,0.380,0.323,0.293,0.226,0.246,0.102,0.055,0.226,0.138,0.323,0.640,0.537,0.376,0.295,0.348,0.262,0.486,0.610,0.469,0.512,0.402,0.406,0.447,0.455,0.396,0.382,0.398,0.354,0.351,0.425,0.419,0.388,0.687,0.447,0.537,0.628,0.770,0.695,0.557,0.425,0.366,0.370,0.533,0.374,0.417,0.492,0.461,0.457,0.508,0.476,0.514,0.486,0.516,0.411,0.533,0.437,0.549\n17.000,0.834,0.858,0.827,0.866,0.829,0.852,0.850,0.837,0.870,0.821,0.811,0.835,0.791,0.821,0.770,0.760,0.695,0.710,0.636,0.543,0.480,0.429,0.350,0.392,0.380,0.317,0.260,0.262,0.291,0.453,0.246,0.275,0.557,0.488,0.477,0.524,0.437,0.453,0.343,0.516,0.604,0.602,0.431,0.360,0.358,0.402,0.390,0.443,0.461,0.400,0.392,0.331,0.256,0.358,0.453,0.429,0.435,0.343,0.380,0.431,0.494,0.478,0.321,0.380,0.441,0.506,0.423,0.343,0.429,0.500,0.459,0.506,0.553,0.528,0.437,0.532,0.469,0.494,0.571,0.553\n16.000,0.852,0.837,0.837,0.892,0.892,0.900,0.817,0.894,0.805,0.752,0.791,0.841,0.758,0.732,0.687,0.699,0.719,0.608,0.610,0.589,0.482,0.445,0.394,0.406,0.396,0.358,0.321,0.315,0.238,0.205,0.321,0.240,0.274,0.214,0.232,0.334,0.429,0.435,0.471,0.506,0.626,0.506,0.411,0.368,0.364,0.402,0.459,0.435,0.443,0.512,0.400,0.407,0.413,0.474,0.504,0.425,0.498,0.439,0.382,0.522,0.411,0.553,0.541,0.457,0.508,0.421,0.384,0.331,0.581,0.577,0.551,0.573,0.567,0.585,0.561,0.531,0.533,0.476,0.555,0.575\n15.000,0.858,0.801,0.819,0.839,0.776,0.787,0.835,0.892,0.811,0.758,0.785,0.654,0.711,0.724,0.738,0.727,0.720,0.644,0.654,0.573,0.543,0.508,0.372,0.400,0.388,0.313,0.327,0.254,0.327,0.266,0.242,0.197,0.189,0.254,0.299,0.285,0.146,0.492,0.624,0.671,0.575,0.633,0.720,0.537,0.593,0.748,0.431,0.490,0.411,0.533,0.518,0.492,0.441,0.500,0.494,0.433,0.510,0.579,0.555,0.530,0.543,0.500,0.504,0.506,0.488,0.502,0.411,0.465,0.681,0.648,0.630,0.549,0.504,0.582,0.547,0.502,0.561,0.539,0.526,0.655\n14.000,0.854,0.829,0.825,0.817,0.868,0.787,0.811,0.738,0.768,0.787,0.699,0.646,0.736,0.809,0.730,0.630,0.664,0.707,0.644,0.569,0.563,0.470,0.390,0.339,0.307,0.307,0.299,0.248,0.311,0.203,0.226,0.215,0.315,0.252,0.307,0.301,0.289,0.161,0.898,0.600,0.397,0.598,0.575,0.535,0.738,0.758,0.750,0.518,0.506,0.506,0.447,0.475,0.482,0.526,0.561,0.500,0.535,0.577,0.565,0.614,0.559,0.614,0.569,0.577,0.620,0.457,0.551,0.539,0.569,0.679,0.608,0.535,0.575,0.614,0.559,0.618,0.528,0.626,0.591,0.524\n"},4974:(e,t,o)=>{"use strict";e.exports=o.p+"img/2023-09-19-SDO-Sun.334bf8a4.png"},8157:(e,t,o)=>{"use strict";e.exports=o.p+"img/annular.eb8c337a.png"},9442:(e,t,o)=>{"use strict";e.exports=o.p+"img/eclipse.471bc4cb.gif"},435:(e,t,o)=>{"use strict";e.exports=o.p+"img/eclipse_static.9b273521.gif"},6661:(e,t,o)=>{"use strict";e.exports=o.p+"img/empty.321785e3.png"},6256:(e,t,o)=>{"use strict";e.exports=o.p+"img/giphy.01445492.webp"},959:(e,t,o)=>{"use strict";e.exports=o.p+"img/moon-dark-gray-overlay.b9d8844c.png"},1895:(e,t,o)=>{"use strict";e.exports=o.p+"img/moon-sky-blue-overlay-10.35381168.png"},6663:(e,t,o)=>{"use strict";e.exports=o.p+"img/moon-sky-blue-overlay-100.61ce53e0.png"},8342:(e,t,o)=>{"use strict";e.exports=o.p+"img/moon-sky-blue-overlay-20.332c9608.png"},6091:(e,t,o)=>{"use strict";e.exports=o.p+"img/moon-sky-blue-overlay-50.ad028392.png"},2783:(e,t,o)=>{"use strict";e.exports=o.p+"img/moon.240e14df.png"},5422:(e,t,o)=>{"use strict";e.exports=o.p+"img/none.561a9dfd.png"},6241:(e,t,o)=>{"use strict";e.exports=o.p+"img/partial.f413ce1b.png"},296:(e,t,o)=>{"use strict";e.exports=o.p+"img/total.b346675b.png"},9007:(e,t,o)=>{"use strict";e.exports=o.p+"media/video.7c4b6357.mp4"},2560:e=>{"use strict";e.exports=JSON.parse('{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-109.97169,19.01302],[-109.96726,19.01787],[-109.96282,19.02271],[-109.95839,19.02756],[-109.95396,19.03241],[-109.94953,19.03725],[-109.94509,19.0421],[-109.94066,19.04695],[-109.93623,19.05179],[-109.9318,19.05664],[-109.92736,19.06149],[-109.92293,19.06633],[-109.9185,19.07118],[-109.91407,19.07602],[-109.90964,19.08087],[-109.90521,19.08572],[-109.90078,19.09056],[-109.89635,19.09541],[-109.89192,19.10025],[-109.88749,19.1051],[-109.88305,19.10994],[-109.87862,19.11479],[-109.87419,19.11963],[-109.86976,19.12448],[-109.86534,19.12932],[-109.86091,19.13417],[-109.85648,19.13901],[-109.85205,19.14386],[-109.84762,19.1487],[-109.84319,19.15355],[-109.83876,19.15839],[-109.83433,19.16323],[-109.8299,19.16808],[-109.82547,19.17292],[-109.82105,19.17777],[-109.81662,19.18261],[-109.81219,19.18745],[-109.80776,19.1923],[-109.80333,19.19714],[-109.79891,19.20198],[-109.79448,19.20683],[-109.79005,19.21167],[-109.78563,19.21651],[-109.7812,19.22136],[-109.77677,19.2262],[-109.77234,19.23104],[-109.76792,19.23589],[-109.76349,19.24073],[-109.75907,19.24557],[-109.75464,19.25041],[-109.75021,19.25526],[-109.74579,19.2601],[-109.74136,19.26494],[-109.73694,19.26978],[-109.73251,19.27462],[-109.72808,19.27946],[-109.72366,19.28431],[-109.71923,19.28915],[-109.71481,19.29399],[-109.71038,19.29883],[-109.70596,19.30367],[-109.70154,19.30851],[-109.69711,19.31335],[-109.69269,19.3182],[-109.68826,19.32304],[-109.68384,19.32788],[-109.67941,19.33272],[-109.67499,19.33756],[-109.67057,19.3424],[-109.66614,19.34724],[-109.66172,19.35208],[-109.6573,19.35692],[-109.65287,19.36176],[-109.64845,19.3666],[-109.64403,19.37144],[-109.63961,19.37628],[-109.63518,19.38112],[-109.63076,19.38596],[-109.62634,19.3908],[-109.62192,19.39564],[-109.61749,19.40048],[-109.61307,19.40532],[-109.60865,19.41016],[-109.60423,19.41499],[-109.59981,19.41983],[-109.59538,19.42467],[-109.59096,19.42951],[-109.58654,19.43435],[-109.58212,19.43919],[-109.5777,19.44403],[-109.57328,19.44887],[-109.56886,19.4537],[-109.56444,19.45854],[-109.56002,19.46338],[-109.5556,19.46822],[-109.55118,19.47306],[-109.54676,19.47789],[-109.54234,19.48273],[-109.53792,19.48757],[-109.5335,19.49241],[-109.52908,19.49724],[-109.52466,19.50208],[-109.52024,19.50692],[-109.51582,19.51176],[-109.5114,19.51659],[-109.50698,19.52143],[-109.50256,19.52627],[-109.49814,19.5311],[-109.49372,19.53594],[-109.4893,19.54078],[-109.48489,19.54561],[-109.48047,19.55045],[-109.47605,19.55529],[-109.47163,19.56012],[-109.46721,19.56496],[-109.46279,19.56979],[-109.45838,19.57463],[-109.45396,19.57947],[-109.44954,19.5843],[-109.44512,19.58914],[-109.44071,19.59397],[-109.43629,19.59881],[-109.43187,19.60364],[-109.42745,19.60848],[-109.42304,19.61331],[-109.41862,19.61815],[-109.4142,19.62298],[-109.40979,19.62782],[-109.40537,19.63265],[-109.40095,19.63749],[-109.39654,19.64232],[-109.39212,19.64716],[-109.3877,19.65199],[-109.38329,19.65683],[-109.37887,19.66166],[-109.37445,19.66649],[-109.37004,19.67133],[-109.36562,19.67616],[-109.36121,19.68099],[-109.35679,19.68583],[-109.35238,19.69066],[-109.34796,19.6955],[-109.34355,19.70033],[-109.33913,19.70516],[-109.33472,19.71],[-109.3303,19.71483],[-109.32589,19.71966],[-109.32147,19.7245],[-109.31706,19.72933],[-109.31264,19.73416],[-109.30823,19.73899],[-109.30381,19.74383],[-109.2994,19.74866],[-109.29498,19.75349],[-109.29057,19.75832],[-109.28616,19.76316],[-109.28174,19.76799],[-109.27733,19.77282],[-109.27291,19.77765],[-109.2685,19.78248],[-109.26409,19.78732],[-109.25967,19.79215],[-109.25526,19.79698],[-109.25085,19.80181],[-109.24643,19.80664],[-109.24202,19.81147],[-109.23761,19.8163],[-109.23319,19.82113],[-109.22878,19.82597],[-109.22437,19.8308],[-109.21996,19.83563],[-109.21554,19.84046],[-109.21113,19.84529],[-109.20672,19.85012],[-109.20231,19.85495],[-109.19789,19.85978],[-109.19348,19.86461],[-109.18907,19.86944],[-109.18466,19.87427],[-109.18024,19.8791],[-109.17583,19.88393],[-109.17142,19.88876],[-109.16701,19.89359],[-109.1626,19.89842],[-109.15819,19.90325],[-109.15377,19.90808],[-109.14936,19.91291],[-109.14495,19.91774],[-109.14054,19.92257],[-109.13613,19.9274],[-109.13172,19.93222],[-109.12731,19.93705],[-109.1229,19.94188],[-109.11849,19.94671],[-109.11407,19.95154],[-109.10966,19.95637],[-109.10525,19.9612],[-109.10084,19.96602],[-109.09643,19.97085],[-109.09202,19.97568],[-109.08761,19.98051],[-109.0832,19.98534],[-109.07879,19.99016],[-109.07438,19.99499],[-109.06997,19.99982],[-109.06556,20.00465],[-109.06115,20.00948],[-109.05674,20.0143],[-109.05233,20.01913],[-109.04792,20.02396],[-109.04351,20.02878],[-109.0391,20.03361],[-109.03469,20.03844],[-109.03028,20.04327],[-109.02587,20.04809],[-109.02147,20.05292],[-109.01706,20.05775],[-109.01265,20.06257],[-109.00824,20.0674],[-109.00383,20.07223],[-108.99942,20.07705],[-108.99501,20.08188],[-108.9906,20.0867],[-108.98619,20.09153],[-108.98178,20.09636],[-108.97738,20.10118],[-108.97297,20.10601],[-108.96856,20.11083],[-108.96415,20.11566],[-108.95974,20.12048],[-108.95533,20.12531],[-108.95093,20.13013],[-108.94652,20.13496],[-108.94211,20.13978],[-108.9377,20.14461],[-108.93329,20.14943],[-108.92888,20.15426],[-108.92448,20.15908],[-108.92007,20.16391],[-108.91566,20.16873],[-108.91125,20.17356],[-108.90685,20.17838],[-108.90244,20.18321],[-108.89803,20.18803],[-108.89362,20.19285],[-108.88922,20.19768],[-108.88481,20.2025],[-108.8804,20.20733],[-108.87599,20.21215],[-108.87159,20.21697],[-108.86718,20.2218],[-108.86277,20.22662],[-108.85837,20.23144],[-108.85396,20.23627],[-108.84955,20.24109],[-108.84514,20.24591],[-108.84074,20.25074],[-108.83633,20.25556],[-108.83192,20.26038],[-108.82752,20.26521],[-108.82311,20.27003],[-108.8187,20.27485],[-108.8143,20.27967],[-108.80989,20.2845],[-108.80548,20.28932],[-108.80108,20.29414],[-108.79667,20.29896],[-108.79226,20.30378],[-108.78786,20.30861],[-108.78345,20.31343],[-108.77905,20.31825],[-108.77464,20.32307],[-108.77023,20.32789],[-108.76583,20.33272],[-108.76142,20.33754],[-108.75702,20.34236],[-108.75261,20.34718],[-108.7482,20.352],[-108.7438,20.35682],[-108.73939,20.36164],[-108.73499,20.36646],[-108.73058,20.37128],[-108.72617,20.37611],[-108.72177,20.38093],[-108.71736,20.38575],[-108.71296,20.39057],[-108.70855,20.39539],[-108.70415,20.40021],[-108.69974,20.40503],[-108.69534,20.40985],[-108.69093,20.41467],[-108.68653,20.41949],[-108.68212,20.42431],[-108.67771,20.42913],[-108.67331,20.43395],[-108.6689,20.43877],[-108.6645,20.44359],[-108.66009,20.44841],[-108.65569,20.45323],[-108.65128,20.45805],[-108.64688,20.46286],[-108.64247,20.46768],[-108.63807,20.4725],[-108.63366,20.47732],[-108.62926,20.48214],[-108.62485,20.48696],[-108.62045,20.49178],[-108.61604,20.4966],[-108.61164,20.50142],[-108.60723,20.50623],[-108.60283,20.51105],[-108.59842,20.51587],[-108.59402,20.52069],[-108.58962,20.52551],[-108.58521,20.53032],[-108.58081,20.53514],[-108.5764,20.53996],[-108.572,20.54478],[-108.56759,20.5496],[-108.56319,20.55441],[-108.55878,20.55923],[-108.55438,20.56405],[-108.54997,20.56887],[-108.54557,20.57368],[-108.54117,20.5785],[-108.53676,20.58332],[-108.53236,20.58813],[-108.52795,20.59295],[-108.52355,20.59777],[-108.51914,20.60259],[-108.51474,20.6074],[-108.51034,20.61222],[-108.50593,20.61703],[-108.50153,20.62185],[-108.49712,20.62667],[-108.49272,20.63148],[-108.48831,20.6363],[-108.48391,20.64112],[-108.47951,20.64593],[-108.4751,20.65075],[-108.4707,20.65556],[-108.46629,20.66038],[-108.46189,20.66519],[-108.45749,20.67001],[-108.45308,20.67483],[-108.44868,20.67964],[-108.44427,20.68446],[-108.43987,20.68927],[-108.43547,20.69409],[-108.43106,20.6989],[-108.42666,20.70372],[-108.42225,20.70853],[-108.41785,20.71335],[-108.41345,20.71816],[-108.40904,20.72298],[-108.40464,20.72779],[-108.40023,20.73261],[-108.39583,20.73742],[-108.39143,20.74223],[-108.38702,20.74705],[-108.38262,20.75186],[-108.37822,20.75668],[-108.37381,20.76149],[-108.36941,20.7663],[-108.365,20.77112],[-108.3606,20.77593],[-108.3562,20.78075],[-108.35179,20.78556],[-108.34739,20.79037],[-108.34298,20.79519],[-108.33858,20.8],[-108.33418,20.80481],[-108.32977,20.80963],[-108.32537,20.81444],[-108.32097,20.81925],[-108.31656,20.82406],[-108.31216,20.82888],[-108.30775,20.83369],[-108.30335,20.8385],[-108.29895,20.84331],[-108.29454,20.84813],[-108.29014,20.85294],[-108.28574,20.85775],[-108.28133,20.86256],[-108.27693,20.86738],[-108.27252,20.87219],[-108.26812,20.877],[-108.26372,20.88181],[-108.25931,20.88662],[-108.25491,20.89144],[-108.25051,20.89625],[-108.2461,20.90106],[-108.2417,20.90587],[-108.23729,20.91068],[-108.23289,20.91549],[-108.22849,20.9203],[-108.22408,20.92512],[-108.21968,20.92993],[-108.21527,20.93474],[-108.21087,20.93955],[-108.20647,20.94436],[-108.20206,20.94917],[-108.19766,20.95398],[-108.19326,20.95879],[-108.18885,20.9636],[-108.18445,20.96841],[-108.18004,20.97322],[-108.17564,20.97803],[-108.17124,20.98284],[-108.16683,20.98765],[-108.16243,20.99246],[-108.15802,20.99727],[-108.15362,21.00208],[-108.14922,21.00689],[-108.14481,21.0117],[-108.14041,21.01651],[-108.136,21.02132],[-108.1316,21.02613],[-108.1272,21.03094],[-108.12279,21.03575],[-108.11839,21.04056],[-108.11398,21.04537],[-108.10958,21.05018],[-108.10518,21.05499],[-108.10077,21.0598],[-108.09637,21.0646],[-108.09196,21.06941],[-108.08756,21.07422],[-108.08315,21.07903],[-108.07875,21.08384],[-108.07435,21.08865],[-108.06994,21.09346],[-108.06554,21.09826],[-108.06113,21.10307],[-108.05673,21.10788],[-108.05232,21.11269],[-108.04792,21.1175],[-108.04352,21.1223],[-108.03911,21.12711],[-108.03471,21.13192],[-108.0303,21.13673],[-108.0259,21.14153],[-108.02149,21.14634],[-108.01709,21.15115],[-108.01268,21.15596],[-108.00828,21.16076],[-108.00387,21.16557],[-107.99947,21.17038],[-107.99506,21.17518],[-107.99066,21.17999],[-107.98625,21.1848],[-107.98185,21.1896],[-107.97745,21.19441],[-107.97304,21.19922],[-107.96864,21.20402],[-107.96423,21.20883],[-107.95983,21.21364],[-107.95542,21.21844],[-107.95102,21.22325],[-107.94661,21.22806],[-107.94221,21.23286],[-107.9378,21.23767],[-107.9334,21.24247],[-107.92899,21.24728],[-107.92459,21.25209],[-107.92018,21.25689],[-107.91577,21.2617],[-107.91137,21.2665],[-107.90696,21.27131],[-107.90256,21.27611],[-107.89815,21.28092],[-107.89375,21.28572],[-107.88934,21.29053],[-107.88494,21.29533],[-107.88053,21.30014],[-107.87613,21.30494],[-107.87172,21.30975],[-107.86731,21.31455],[-107.86291,21.31936],[-107.8585,21.32416],[-107.8541,21.32897],[-107.84969,21.33377],[-107.84529,21.33857],[-107.84088,21.34338],[-107.83647,21.34818],[-107.83207,21.35299],[-107.82766,21.35779],[-107.82326,21.3626],[-107.81885,21.3674],[-107.81444,21.3722],[-107.81004,21.37701],[-107.80563,21.38181],[-107.80122,21.38661],[-107.79682,21.39142],[-107.79241,21.39622],[-107.788,21.40102],[-107.7836,21.40583],[-107.77919,21.41063],[-107.77479,21.41543],[-107.77038,21.42024],[-107.76597,21.42504],[-107.76157,21.42984],[-107.75716,21.43464],[-107.75275,21.43945],[-107.74834,21.44425],[-107.74394,21.44905],[-107.73953,21.45385],[-107.73512,21.45866],[-107.73072,21.46346],[-107.72631,21.46826],[-107.7219,21.47306],[-107.7175,21.47787],[-107.71309,21.48267],[-107.70868,21.48747],[-107.70427,21.49227],[-107.69987,21.49707],[-107.69546,21.50187],[-107.69105,21.50668],[-107.68664,21.51148],[-107.68224,21.51628],[-107.67783,21.52108],[-107.67342,21.52588],[-107.66901,21.53068],[-107.6646,21.53548],[-107.6602,21.54029],[-107.65579,21.54509],[-107.65138,21.54989],[-107.64697,21.55469],[-107.64256,21.55949],[-107.63816,21.56429],[-107.63375,21.56909],[-107.62934,21.57389],[-107.62493,21.57869],[-107.62052,21.58349],[-107.61611,21.58829],[-107.6117,21.59309],[-107.6073,21.59789],[-107.60289,21.60269],[-107.59848,21.60749],[-107.59407,21.61229],[-107.58966,21.61709],[-107.58525,21.62189],[-107.58084,21.62669],[-107.57643,21.63149],[-107.57202,21.63629],[-107.56761,21.64109],[-107.56321,21.64589],[-107.5588,21.65069],[-107.55439,21.65549],[-107.54998,21.66029],[-107.54557,21.66509],[-107.54116,21.66989],[-107.53675,21.67468],[-107.53234,21.67948],[-107.52793,21.68428],[-107.52352,21.68908],[-107.51911,21.69388],[-107.5147,21.69868],[-107.51029,21.70348],[-107.50588,21.70827],[-107.50147,21.71307],[-107.49706,21.71787],[-107.49265,21.72267],[-107.48824,21.72747],[-107.48383,21.73227],[-107.47941,21.73706],[-107.475,21.74186],[-107.47059,21.74666],[-107.46618,21.75146],[-107.46177,21.75625],[-107.45736,21.76105],[-107.45295,21.76585],[-107.44854,21.77065],[-107.44413,21.77544],[-107.43972,21.78024],[-107.4353,21.78504],[-107.43089,21.78984],[-107.42648,21.79463],[-107.42207,21.79943],[-107.41766,21.80423],[-107.41325,21.80902],[-107.40883,21.81382],[-107.40442,21.81862],[-107.40001,21.82341],[-107.3956,21.82821],[-107.39118,21.83301],[-107.38677,21.8378],[-107.38236,21.8426],[-107.37795,21.8474],[-107.37354,21.85219],[-107.36912,21.85699],[-107.36471,21.86178],[-107.3603,21.86658],[-107.35588,21.87138],[-107.35147,21.87617],[-107.34706,21.88097],[-107.34264,21.88576],[-107.33823,21.89056],[-107.33382,21.89535],[-107.3294,21.90015],[-107.32499,21.90495],[-107.32058,21.90974],[-107.31616,21.91454],[-107.31175,21.91933],[-107.30734,21.92413],[-107.30292,21.92892],[-107.29851,21.93372],[-107.29409,21.93851],[-107.28968,21.94331],[-107.28527,21.9481],[-107.28085,21.9529],[-107.27644,21.95769],[-107.27202,21.96248],[-107.26761,21.96728],[-107.26319,21.97207],[-107.25878,21.97687],[-107.25436,21.98166],[-107.24995,21.98646],[-107.24553,21.99125],[-107.24112,21.99604],[-107.2367,22.00084],[-107.23229,22.00563],[-107.22787,22.01043],[-107.22345,22.01522],[-107.21904,22.02001],[-107.21462,22.02481],[-107.21021,22.0296],[-107.20579,22.03439],[-107.20137,22.03919],[-107.19696,22.04398],[-107.19254,22.04877],[-107.18813,22.05357],[-107.18371,22.05836],[-107.17929,22.06315],[-107.17488,22.06795],[-107.17046,22.07274],[-107.16604,22.07753],[-107.16162,22.08232],[-107.15721,22.08712],[-107.15279,22.09191],[-107.14837,22.0967],[-107.14396,22.10149],[-107.13954,22.10629],[-107.13512,22.11108],[-107.1307,22.11587],[-107.12628,22.12066],[-107.12187,22.12545],[-107.11745,22.13025],[-107.11303,22.13504],[-107.10861,22.13983],[-107.10419,22.14462],[-107.09977,22.14941],[-107.09536,22.15421],[-107.09094,22.159],[-107.08652,22.16379],[-107.0821,22.16858],[-107.07768,22.17337],[-107.07326,22.17816],[-107.06884,22.18295],[-107.06442,22.18774],[-107.06,22.19254],[-107.05558,22.19733],[-107.05116,22.20212],[-107.04674,22.20691],[-107.04232,22.2117],[-107.0379,22.21649],[-107.03348,22.22128],[-107.02906,22.22607],[-107.02464,22.23086],[-107.02022,22.23565],[-107.0158,22.24044],[-107.01138,22.24523],[-107.00696,22.25002],[-107.00254,22.25481],[-106.99812,22.2596],[-106.99369,22.26439],[-106.98927,22.26918],[-106.98485,22.27397],[-106.98043,22.27876],[-106.97601,22.28355],[-106.97159,22.28834],[-106.96716,22.29313],[-106.96274,22.29792],[-106.95832,22.30271],[-106.9539,22.3075],[-106.94948,22.31229],[-106.94505,22.31708],[-106.94063,22.32187],[-106.93621,22.32666],[-106.93178,22.33145],[-106.92736,22.33623],[-106.92294,22.34102],[-106.91851,22.34581],[-106.91409,22.3506],[-106.90967,22.35539],[-106.90524,22.36018],[-106.90082,22.36497],[-106.8964,22.36976],[-106.89197,22.37454],[-106.88755,22.37933],[-106.88312,22.38412],[-106.8787,22.38891],[-106.87427,22.3937],[-106.86985,22.39848],[-106.86542,22.40327],[-106.861,22.40806],[-106.85657,22.41285],[-106.85215,22.41764],[-106.84772,22.42242],[-106.8433,22.42721],[-106.83887,22.432],[-106.83445,22.43679],[-106.83002,22.44157],[-106.82559,22.44636],[-106.82117,22.45115],[-106.81674,22.45594],[-106.81232,22.46072],[-106.80789,22.46551],[-106.80346,22.4703],[-106.79903,22.47508],[-106.79461,22.47987],[-106.79018,22.48466],[-106.78575,22.48944],[-106.78133,22.49423],[-106.7769,22.49902],[-106.77247,22.5038],[-106.76804,22.50859],[-106.76361,22.51338],[-106.75919,22.51816],[-106.75476,22.52295],[-106.75033,22.52774],[-106.7459,22.53252],[-106.74147,22.53731],[-106.73704,22.54209],[-106.73261,22.54688],[-106.72819,22.55167],[-106.72376,22.55645],[-106.71933,22.56124],[-106.7149,22.56602],[-106.71047,22.57081],[-106.70604,22.57559],[-106.70161,22.58038],[-106.69718,22.58516],[-106.69275,22.58995],[-106.68832,22.59473],[-106.68389,22.59952],[-106.67946,22.6043],[-106.67503,22.60909],[-106.67059,22.61387],[-106.66616,22.61866],[-106.66173,22.62344],[-106.6573,22.62823],[-106.65287,22.63301],[-106.64844,22.6378],[-106.64401,22.64258],[-106.63957,22.64737],[-106.63514,22.65215],[-106.63071,22.65694],[-106.62628,22.66172],[-106.62184,22.66651],[-106.61741,22.67129],[-106.61298,22.67607],[-106.60854,22.68086],[-106.60411,22.68564],[-106.59968,22.69043],[-106.59524,22.69521],[-106.59081,22.69999],[-106.58638,22.70478],[-106.58194,22.70956],[-106.57751,22.71434],[-106.57307,22.71913],[-106.56864,22.72391],[-106.56421,22.72869],[-106.55977,22.73348],[-106.55534,22.73826],[-106.5509,22.74304],[-106.54647,22.74783],[-106.54203,22.75261],[-106.53759,22.75739],[-106.53316,22.76218],[-106.52872,22.76696],[-106.52429,22.77174],[-106.51985,22.77652],[-106.51541,22.78131],[-106.51098,22.78609],[-106.50654,22.79087],[-106.5021,22.79565],[-106.49767,22.80044],[-106.49323,22.80522],[-106.48879,22.81],[-106.48435,22.81478],[-106.47992,22.81956],[-106.47548,22.82435],[-106.47104,22.82913],[-106.4666,22.83391],[-106.46216,22.83869],[-106.45773,22.84347],[-106.45329,22.84826],[-106.44885,22.85304],[-106.44441,22.85782],[-106.43997,22.8626],[-106.43553,22.86738],[-106.43109,22.87216],[-106.42665,22.87694],[-106.42221,22.88173],[-106.41777,22.88651],[-106.41333,22.89129],[-106.40889,22.89607],[-106.40445,22.90085],[-106.40001,22.90563],[-106.39557,22.91041],[-106.39113,22.91519],[-106.38669,22.91997],[-106.38225,22.92475],[-106.3778,22.92954],[-106.37336,22.93432],[-106.36892,22.9391],[-106.36448,22.94388],[-106.36004,22.94866],[-106.35559,22.95344],[-106.35115,22.95822],[-106.34671,22.963],[-106.34226,22.96778],[-106.33782,22.97256],[-106.33338,22.97734],[-106.32893,22.98212],[-106.32449,22.9869],[-106.32005,22.99168],[-106.3156,22.99646],[-106.31116,23.00124],[-106.30671,23.00602],[-106.30227,23.0108],[-106.29783,23.01557],[-106.29338,23.02035],[-106.28894,23.02513],[-106.28449,23.02991],[-106.28004,23.03469],[-106.2756,23.03947],[-106.27115,23.04425],[-106.26671,23.04903],[-106.26226,23.05381],[-106.25781,23.05859],[-106.25337,23.06336],[-106.2489,23.06813],[-106.24446,23.07291],[-106.24002,23.07769],[-106.23557,23.08247],[-106.23113,23.08725],[-106.22668,23.09203],[-106.22223,23.09681],[-106.21778,23.10158],[-106.21333,23.10636],[-106.20888,23.11114],[-106.20443,23.11592],[-106.19998,23.12069],[-106.19553,23.12547],[-106.19108,23.13025],[-106.18663,23.13502],[-106.18217,23.13979],[-106.17771,23.14456],[-106.17325,23.14933],[-106.16879,23.1541],[-106.16434,23.15887],[-106.15988,23.16364],[-106.15541,23.1684],[-106.15095,23.17317],[-106.14649,23.17793],[-106.14201,23.18269],[-106.1375,23.18741],[-106.13303,23.19216],[-106.12857,23.19693],[-106.12401,23.2016],[-106.1196,23.20642],[-106.11518,23.21123],[-106.11069,23.21597],[-106.10615,23.22066],[-106.10166,23.2254],[-106.09707,23.23004],[-106.0924,23.2346],[-106.08785,23.23928],[-106.08362,23.24428],[-106.07934,23.24923],[-106.07496,23.25408],[-106.0705,23.25884],[-106.06601,23.26359],[-106.06161,23.26841],[-106.05719,23.27323],[-106.05278,23.27805],[-106.04832,23.28282],[-106.04384,23.28758],[-106.03937,23.29234],[-106.03491,23.29711],[-106.03042,23.30185],[-106.02591,23.30656],[-106.02138,23.31127],[-106.01695,23.31607],[-106.01244,23.32079],[-106.00791,23.32549],[-106.00337,23.33018],[-105.99871,23.33475],[-105.99407,23.33934],[-105.98988,23.3444],[-105.98561,23.34936],[-105.9812,23.35419],[-105.97668,23.35889],[-105.97215,23.36359],[-105.96757,23.36824],[-105.96315,23.37305],[-105.95874,23.37788],[-105.95404,23.38241],[-105.94945,23.38706],[-105.94492,23.39175],[-105.94035,23.39642],[-105.93583,23.40112],[-105.93104,23.40556],[-105.92651,23.41027],[-105.9222,23.41519],[-105.91783,23.42005],[-105.91338,23.42485],[-105.90881,23.4295],[-105.90413,23.43405],[-105.89946,23.43861],[-105.89491,23.44329],[-105.89031,23.44792],[-105.88556,23.45239],[-105.88073,23.45678],[-105.87587,23.46113],[-105.87118,23.46567],[-105.8667,23.47043],[-105.86217,23.47512],[-105.85747,23.47965],[-105.85257,23.48396],[-105.84769,23.48829],[-105.8432,23.49304],[-105.83887,23.49795],[-105.83469,23.50302],[-105.83028,23.50784],[-105.82577,23.51257],[-105.82195,23.51802],[-105.81791,23.52323],[-105.81337,23.52793],[-105.80902,23.53282],[-105.80481,23.53786],[-105.80018,23.54246],[-105.7952,23.54669],[-105.79078,23.55151],[-105.78669,23.55667],[-105.78257,23.56182],[-105.77851,23.56702],[-105.7737,23.57142],[-105.76892,23.57587],[-105.76476,23.58096],[-105.75989,23.5853],[-105.75526,23.5899],[-105.75093,23.59482],[-105.74643,23.59956],[-105.74206,23.60443],[-105.73761,23.60922],[-105.73282,23.61365],[-105.72843,23.6185],[-105.72392,23.62322],[-105.71909,23.62761],[-105.71403,23.63174],[-105.70918,23.6361],[-105.70469,23.64085],[-105.70046,23.64588],[-105.69621,23.65089],[-105.69159,23.65549],[-105.68681,23.65993],[-105.68212,23.66445],[-105.67753,23.66909],[-105.67268,23.67345],[-105.66796,23.67795],[-105.66371,23.68296],[-105.6595,23.68801],[-105.65529,23.69307],[-105.65044,23.69743],[-105.64524,23.7014],[-105.64065,23.70603],[-105.63611,23.71073],[-105.6316,23.71546],[-105.62715,23.72025],[-105.62258,23.72491],[-105.61811,23.72968],[-105.61363,23.73444],[-105.60919,23.73924],[-105.60464,23.74392],[-105.60022,23.74875],[-105.59574,23.75352],[-105.59125,23.75826],[-105.58673,23.76298],[-105.58232,23.76782],[-105.57793,23.77269],[-105.57336,23.77734],[-105.56883,23.78205],[-105.56456,23.78704],[-105.56035,23.79211],[-105.55555,23.79651],[-105.55084,23.80102],[-105.54637,23.80579],[-105.54186,23.81053],[-105.53728,23.81518],[-105.53283,23.81997],[-105.52841,23.82481],[-105.524,23.82965],[-105.51958,23.83448],[-105.51514,23.83928],[-105.51073,23.84413],[-105.50638,23.84904],[-105.50211,23.85404],[-105.49786,23.85907],[-105.49339,23.86385],[-105.4887,23.86837],[-105.48405,23.87296],[-105.47989,23.87808],[-105.47574,23.88322],[-105.47136,23.88811],[-105.46695,23.89295],[-105.46238,23.89762],[-105.45747,23.9019],[-105.45289,23.90656],[-105.44857,23.9115],[-105.44433,23.91654],[-105.44007,23.92157],[-105.4355,23.92624],[-105.43114,23.93114],[-105.42654,23.93577],[-105.42204,23.94052],[-105.41739,23.94509],[-105.41285,23.94979],[-105.40844,23.95464],[-105.40395,23.95941],[-105.3994,23.9641],[-105.39479,23.96872],[-105.39017,23.97333],[-105.38576,23.97818],[-105.3815,23.98321],[-105.37689,23.98784],[-105.37228,23.99246],[-105.36789,23.99733],[-105.36351,24.00222],[-105.3589,24.00685],[-105.35439,24.01159],[-105.34986,24.0163],[-105.34544,24.02115],[-105.34099,24.02595],[-105.33638,24.03057],[-105.3318,24.03523],[-105.32726,24.03994],[-105.32272,24.04465],[-105.31832,24.04952],[-105.31381,24.05425],[-105.30932,24.05902],[-105.30471,24.06365],[-105.30016,24.06835],[-105.29572,24.07316],[-105.29124,24.07794],[-105.2867,24.08265],[-105.28209,24.08727],[-105.2776,24.09204],[-105.27321,24.09693],[-105.26873,24.10171],[-105.26424,24.10646],[-105.25963,24.11109],[-105.25511,24.11583],[-105.25067,24.12065],[-105.2462,24.12545],[-105.24178,24.1303],[-105.23715,24.1349],[-105.23269,24.13971],[-105.2283,24.14459],[-105.22383,24.14938],[-105.21943,24.15426],[-105.21508,24.1592],[-105.21053,24.16391],[-105.20598,24.16859],[-105.20149,24.17337],[-105.19705,24.17821],[-105.19265,24.18308],[-105.18817,24.18787],[-105.18372,24.19269],[-105.17922,24.19745],[-105.17478,24.20228],[-105.1703,24.20707],[-105.16573,24.21175],[-105.16116,24.21642],[-105.15651,24.22101],[-105.15201,24.22576],[-105.14758,24.23061],[-105.14297,24.23524],[-105.13837,24.23989],[-105.13393,24.24472],[-105.12943,24.24948],[-105.12499,24.25432],[-105.12046,24.25904],[-105.11587,24.2637],[-105.11144,24.26855],[-105.107,24.27339],[-105.10246,24.27811],[-105.09791,24.28281],[-105.09334,24.28749],[-105.08884,24.29226],[-105.08437,24.29707],[-105.07987,24.30182],[-105.07534,24.30656],[-105.07088,24.31138],[-105.0664,24.31616],[-105.0619,24.32094],[-105.05738,24.32568],[-105.05284,24.3304],[-105.04829,24.33511],[-105.04372,24.33978],[-105.03904,24.34433],[-105.03441,24.34894],[-105.02989,24.35369],[-105.02515,24.35816],[-105.02045,24.36267],[-105.01589,24.36737],[-105.01142,24.37218],[-105.00694,24.37698],[-105.00266,24.38203],[-104.99826,24.38692],[-104.99376,24.39169],[-104.98933,24.39655],[-104.98486,24.40136],[-104.9804,24.40619],[-104.97591,24.41097],[-104.97143,24.41578],[-104.96692,24.42054],[-104.9625,24.42541],[-104.95808,24.43029],[-104.95363,24.43513],[-104.94916,24.43995],[-104.9447,24.44478],[-104.94024,24.4496],[-104.93576,24.45441],[-104.9313,24.45923],[-104.92674,24.46394],[-104.92215,24.4686],[-104.91759,24.4733],[-104.91305,24.47802],[-104.90844,24.48267],[-104.90384,24.48732],[-104.89932,24.49208],[-104.89485,24.4969],[-104.89041,24.50175],[-104.88599,24.50663],[-104.88168,24.51167],[-104.87741,24.51674],[-104.87297,24.5216],[-104.8682,24.52604],[-104.86332,24.53033],[-104.85887,24.53518],[-104.85462,24.54029],[-104.85041,24.54544],[-104.84612,24.5505],[-104.8417,24.55539],[-104.83722,24.56021],[-104.83272,24.565],[-104.82804,24.56955],[-104.82306,24.5737],[-104.81844,24.57834],[-104.81413,24.58337],[-104.80996,24.58859],[-104.80553,24.59348],[-104.80109,24.59834],[-104.79655,24.60309],[-104.79194,24.60774],[-104.78731,24.61235],[-104.78259,24.61685],[-104.77816,24.62174],[-104.77376,24.62666],[-104.76928,24.63147],[-104.7648,24.63631],[-104.76025,24.64103],[-104.75575,24.64581],[-104.75116,24.6505],[-104.74653,24.65511],[-104.7421,24.66],[-104.73768,24.6649],[-104.73319,24.66971],[-104.72867,24.67449],[-104.72411,24.6792],[-104.71956,24.68393],[-104.71507,24.68874],[-104.71056,24.69353],[-104.70605,24.69831],[-104.70152,24.70307],[-104.69699,24.70783],[-104.69245,24.71257],[-104.68788,24.71729],[-104.6832,24.72183],[-104.67863,24.72655],[-104.67418,24.73141],[-104.66977,24.73634],[-104.66529,24.74118],[-104.6608,24.74599],[-104.65627,24.75075],[-104.65178,24.75557],[-104.64726,24.76034],[-104.64273,24.7651],[-104.6382,24.76987],[-104.63368,24.77465],[-104.62914,24.77941],[-104.6246,24.78416],[-104.62001,24.78883],[-104.61547,24.79359],[-104.61093,24.79834],[-104.60644,24.80317],[-104.60197,24.80802],[-104.5974,24.81273],[-104.59288,24.81752],[-104.58834,24.82227],[-104.58382,24.82705],[-104.5793,24.83183],[-104.57477,24.83661],[-104.57028,24.84144],[-104.56572,24.84616],[-104.56114,24.85086],[-104.55661,24.85563],[-104.55212,24.86046],[-104.54761,24.86527],[-104.54306,24.87001],[-104.53851,24.87476],[-104.53397,24.87952],[-104.52945,24.88431],[-104.52508,24.8893],[-104.52055,24.89408],[-104.51604,24.89889],[-104.51153,24.90369],[-104.50699,24.90846],[-104.50248,24.91327],[-104.49801,24.91813],[-104.4935,24.92293],[-104.48896,24.9277],[-104.48443,24.93247],[-104.4799,24.93726],[-104.47538,24.94205],[-104.47074,24.94668],[-104.46622,24.95148],[-104.4615,24.95599],[-104.45689,24.96065],[-104.45226,24.9653],[-104.44767,24.96999],[-104.44309,24.97471],[-104.43865,24.97962],[-104.43393,24.98413],[-104.42927,24.98873],[-104.42475,24.99354],[-104.42031,24.99845],[-104.4157,25.00311],[-104.41117,25.00791],[-104.40665,25.0127],[-104.40214,25.01753],[-104.39762,25.02233],[-104.39304,25.02705],[-104.38856,25.03191],[-104.38406,25.03674],[-104.37947,25.04144],[-104.37497,25.04628],[-104.37032,25.0509],[-104.3657,25.05555],[-104.36093,25.06],[-104.35639,25.06478],[-104.35191,25.06964],[-104.34744,25.07453],[-104.34298,25.07942],[-104.33838,25.08411],[-104.33396,25.08908],[-104.32949,25.09396],[-104.32503,25.09885],[-104.32053,25.10369],[-104.31614,25.10871],[-104.31168,25.11361],[-104.30717,25.11844],[-104.30262,25.12321],[-104.29806,25.12796],[-104.29356,25.13281],[-104.28903,25.13762],[-104.28447,25.14237],[-104.2799,25.14712],[-104.27533,25.15187],[-104.27078,25.15663],[-104.26623,25.16141],[-104.26162,25.16609],[-104.25702,25.17079],[-104.25242,25.1755],[-104.24779,25.18015],[-104.24304,25.18463],[-104.23843,25.18932],[-104.23405,25.19436],[-104.22943,25.19903],[-104.22488,25.2038],[-104.22048,25.20882],[-104.21585,25.21348],[-104.21112,25.21798],[-104.20669,25.22295],[-104.2022,25.22782],[-104.19761,25.23254],[-104.19299,25.23722],[-104.18831,25.24181],[-104.18388,25.24677],[-104.17933,25.25156],[-104.17474,25.25628],[-104.17011,25.26095],[-104.16534,25.2654],[-104.16082,25.27023],[-104.15619,25.27489],[-104.1516,25.27963],[-104.14723,25.2847],[-104.14278,25.28963],[-104.13825,25.29445],[-104.13368,25.29922],[-104.12912,25.30398],[-104.12454,25.30873],[-104.11995,25.31348],[-104.11537,25.31822],[-104.11079,25.32296],[-104.1062,25.32769],[-104.10161,25.33243],[-104.09704,25.33719],[-104.09246,25.34194],[-104.08788,25.34669],[-104.08329,25.35143],[-104.07868,25.35613],[-104.0739,25.36057],[-104.06928,25.36526],[-104.06478,25.37014],[-104.06022,25.37493],[-104.05534,25.3792],[-104.05076,25.38396],[-104.04644,25.38913],[-104.04175,25.39371],[-104.03719,25.39849],[-104.03251,25.4031],[-104.0279,25.4078],[-104.02309,25.4122],[-104.01843,25.41683],[-104.01398,25.42178],[-104.00945,25.42663],[-104.00471,25.43114],[-103.99981,25.43539],[-103.99519,25.44007],[-103.99049,25.44465],[-103.9857,25.44907],[-103.98113,25.45385],[-103.97669,25.45884],[-103.97245,25.46414],[-103.96808,25.46925],[-103.96355,25.47409],[-103.95898,25.47887],[-103.95437,25.48359],[-103.94974,25.48827],[-103.94512,25.49298],[-103.9405,25.49767],[-103.93585,25.50234],[-103.93118,25.50696],[-103.92653,25.51161],[-103.92183,25.51619],[-103.91702,25.52058],[-103.91236,25.52521],[-103.90766,25.5298],[-103.90301,25.53446],[-103.89828,25.53898],[-103.89359,25.54358],[-103.88901,25.54834],[-103.88442,25.55311],[-103.87971,25.55767],[-103.87509,25.56237],[-103.87056,25.56722],[-103.86627,25.57248],[-103.86188,25.57758],[-103.8575,25.58267],[-103.85304,25.58766],[-103.84856,25.59259],[-103.84403,25.59747],[-103.83963,25.60253],[-103.83512,25.60744],[-103.83053,25.61221],[-103.82595,25.617],[-103.82138,25.62179],[-103.81681,25.62659],[-103.81225,25.63141],[-103.80768,25.63622],[-103.80311,25.64102],[-103.79854,25.64582],[-103.79396,25.65061],[-103.78936,25.65538],[-103.78475,25.66011],[-103.78013,25.66484],[-103.77548,25.66951],[-103.77082,25.67417],[-103.76615,25.6788],[-103.76147,25.68343],[-103.75684,25.68815],[-103.75229,25.69298],[-103.74773,25.69782],[-103.74309,25.70251],[-103.73844,25.70719],[-103.73377,25.71183],[-103.72916,25.71659],[-103.72456,25.72135],[-103.71993,25.72606],[-103.71521,25.73063],[-103.71057,25.73532],[-103.70608,25.74028],[-103.70144,25.74497],[-103.69663,25.74938],[-103.69174,25.75366],[-103.68695,25.75809],[-103.68263,25.76336],[-103.67853,25.76898],[-103.67419,25.77421],[-103.66965,25.77908],[-103.66508,25.7839],[-103.66048,25.78868],[-103.65588,25.79346],[-103.65128,25.79823],[-103.64667,25.80301],[-103.64207,25.80777],[-103.63745,25.81253],[-103.63284,25.81728],[-103.62822,25.82203],[-103.62361,25.82679],[-103.61899,25.83154],[-103.61437,25.83629],[-103.60975,25.84104],[-103.60513,25.8458],[-103.60051,25.85055],[-103.59589,25.8553],[-103.59127,25.86004],[-103.58665,25.86479],[-103.58203,25.86955],[-103.57741,25.8743],[-103.57279,25.87905],[-103.56816,25.8838],[-103.56354,25.88854],[-103.55891,25.89329],[-103.55429,25.89804],[-103.54966,25.90279],[-103.54503,25.90753],[-103.54041,25.91228],[-103.53578,25.91702],[-103.53115,25.92177],[-103.52652,25.92651],[-103.52189,25.93127],[-103.51726,25.93601],[-103.51263,25.94075],[-103.508,25.9455],[-103.50337,25.95024],[-103.49874,25.95499],[-103.4941,25.95973],[-103.48947,25.96448],[-103.48484,25.96922],[-103.4802,25.97397],[-103.47557,25.97871],[-103.47094,25.98346],[-103.4663,25.98821],[-103.46167,25.99295],[-103.45703,25.99769],[-103.4524,26.00244],[-103.44776,26.00718],[-103.44312,26.01193],[-103.43848,26.01667],[-103.43385,26.02142],[-103.42921,26.02616],[-103.42457,26.03091],[-103.41993,26.03566],[-103.41529,26.04039],[-103.41065,26.04514],[-103.40601,26.04989],[-103.40137,26.05464],[-103.39673,26.05937],[-103.39209,26.06412],[-103.38745,26.06887],[-103.3828,26.07361],[-103.37816,26.07836],[-103.37352,26.08309],[-103.36887,26.08784],[-103.36423,26.09258],[-103.35958,26.09733],[-103.35494,26.10207],[-103.35028,26.1068],[-103.34564,26.11154],[-103.34096,26.11624],[-103.33619,26.12075],[-103.33149,26.12538],[-103.32681,26.13007],[-103.32225,26.13498],[-103.3177,26.1399],[-103.313,26.14455],[-103.30825,26.14911],[-103.30354,26.15375],[-103.29883,26.15837],[-103.29413,26.16302],[-103.28956,26.16792],[-103.28487,26.17258],[-103.28012,26.17714],[-103.27531,26.18159],[-103.27061,26.18623],[-103.26608,26.19122],[-103.26143,26.19596],[-103.25668,26.20052],[-103.25203,26.20528],[-103.24733,26.20992],[-103.24257,26.21447],[-103.23803,26.21944],[-103.23349,26.2244],[-103.22887,26.22923],[-103.22415,26.23384],[-103.21955,26.23871],[-103.21495,26.24355],[-103.21025,26.24822],[-103.20563,26.25303],[-103.20102,26.25787],[-103.19642,26.26273],[-103.19172,26.26741],[-103.18716,26.27233],[-103.18251,26.2771],[-103.17787,26.28189],[-103.17322,26.28666],[-103.16857,26.29142],[-103.16392,26.29619],[-103.15928,26.30099],[-103.15463,26.30577],[-103.14998,26.31054],[-103.14534,26.31532],[-103.14069,26.3201],[-103.13603,26.32486],[-103.13139,26.32965],[-103.1267,26.33434],[-103.12207,26.33916],[-103.1174,26.34391],[-103.11274,26.34867],[-103.10808,26.35342],[-103.10341,26.35817],[-103.09874,26.36291],[-103.09407,26.36766],[-103.0894,26.3724],[-103.08473,26.37715],[-103.08006,26.38189],[-103.07538,26.38663],[-103.07071,26.39137],[-103.06604,26.39612],[-103.06137,26.40086],[-103.05668,26.40558],[-103.05201,26.41032],[-103.04733,26.41507],[-103.04264,26.41978],[-103.03796,26.4245],[-103.03328,26.42923],[-103.02859,26.43395],[-103.0239,26.43867],[-103.01919,26.44334],[-103.01447,26.448],[-103.00975,26.45266],[-103.00501,26.45727],[-103.00017,26.46169],[-102.99517,26.46576],[-102.99007,26.46964],[-102.98514,26.47386],[-102.98044,26.47856],[-102.9758,26.48339],[-102.97111,26.48812],[-102.9664,26.4928],[-102.96189,26.49788],[-102.9572,26.50262],[-102.95262,26.50757],[-102.94805,26.51255],[-102.94333,26.51723],[-102.93858,26.52183],[-102.934,26.52679],[-102.92948,26.53188],[-102.92494,26.53693],[-102.92016,26.54148],[-102.91567,26.54664],[-102.91083,26.55106],[-102.906,26.55551],[-102.90143,26.56049],[-102.89666,26.56506],[-102.892,26.56987],[-102.88743,26.57487],[-102.88283,26.57979],[-102.87808,26.58442],[-102.87333,26.58903],[-102.86878,26.59408],[-102.86406,26.59876],[-102.85929,26.60335],[-102.85455,26.60798],[-102.84981,26.61262],[-102.84511,26.61736],[-102.84048,26.62223],[-102.83575,26.62691],[-102.83109,26.63172],[-102.82637,26.63642],[-102.82162,26.64105],[-102.81679,26.6455],[-102.81188,26.64978],[-102.80714,26.65443],[-102.80257,26.65945],[-102.79792,26.6643],[-102.79329,26.66919],[-102.78866,26.67408],[-102.78405,26.67902],[-102.77939,26.68387],[-102.77477,26.68878],[-102.77012,26.69363],[-102.76542,26.69838],[-102.76076,26.70323],[-102.75608,26.70803],[-102.75141,26.71285],[-102.74668,26.71753],[-102.74198,26.72228],[-102.73727,26.72702],[-102.73253,26.73167],[-102.72777,26.73631],[-102.72297,26.74084],[-102.71831,26.74569],[-102.71375,26.75076],[-102.70899,26.75539],[-102.70411,26.75974],[-102.69927,26.76419],[-102.69445,26.76867],[-102.68972,26.77339],[-102.68512,26.77838],[-102.68039,26.78308],[-102.67569,26.78785],[-102.67108,26.79281],[-102.66642,26.79768],[-102.66178,26.80259],[-102.65712,26.80744],[-102.65245,26.81229],[-102.64779,26.81717],[-102.64308,26.82191],[-102.63835,26.82664],[-102.63364,26.83138],[-102.62887,26.83601],[-102.62405,26.84051],[-102.61928,26.84513],[-102.6143,26.84926],[-102.60958,26.854],[-102.60521,26.85958],[-102.60063,26.86463],[-102.59598,26.86954],[-102.59126,26.87429],[-102.58657,26.8791],[-102.58187,26.8839],[-102.57713,26.8886],[-102.57239,26.8933],[-102.56765,26.89802],[-102.56292,26.90274],[-102.55819,26.90746],[-102.55346,26.9122],[-102.54874,26.91695],[-102.54402,26.92171],[-102.5393,26.92648],[-102.53459,26.93125],[-102.52986,26.936],[-102.52513,26.94072],[-102.52038,26.94543],[-102.51563,26.95011],[-102.51087,26.95479],[-102.50609,26.95942],[-102.50126,26.96391],[-102.4965,26.9686],[-102.49178,26.97337],[-102.48698,26.97795],[-102.48215,26.98246],[-102.47735,26.98703],[-102.47275,26.99209],[-102.46807,26.99696],[-102.46324,27.00149],[-102.45835,27.00585],[-102.45336,27.00998],[-102.44835,27.01405],[-102.44337,27.01819],[-102.43853,27.02267],[-102.43367,27.02713],[-102.42874,27.0314],[-102.42377,27.03555],[-102.41896,27.04011],[-102.4143,27.04506],[-102.40983,27.05045],[-102.40521,27.0555],[-102.4008,27.06106],[-102.39626,27.0663],[-102.39153,27.07105],[-102.38683,27.0759],[-102.38225,27.08106],[-102.3776,27.08604],[-102.37303,27.09122],[-102.36851,27.09651],[-102.36388,27.10154],[-102.35918,27.1064],[-102.35447,27.11123],[-102.34976,27.11607],[-102.34503,27.12088],[-102.34031,27.12568],[-102.33558,27.13046],[-102.33084,27.13525],[-102.32611,27.14003],[-102.32137,27.1448],[-102.31662,27.14956],[-102.31187,27.15432],[-102.30713,27.15907],[-102.30238,27.16383],[-102.29763,27.16858],[-102.29288,27.17333],[-102.28812,27.17808],[-102.28337,27.18282],[-102.27861,27.18756],[-102.27386,27.19232],[-102.26911,27.19708],[-102.26435,27.20182],[-102.2596,27.20657],[-102.25483,27.2113],[-102.25007,27.21604],[-102.24531,27.22076],[-102.24054,27.22549],[-102.23577,27.23021],[-102.231,27.23493],[-102.22623,27.23966],[-102.22146,27.24439],[-102.2167,27.24911],[-102.21193,27.25384],[-102.20716,27.25857],[-102.20237,27.26327],[-102.19758,27.26794],[-102.1928,27.27264],[-102.18802,27.27734],[-102.18324,27.28206],[-102.17847,27.28678],[-102.17369,27.29149],[-102.16891,27.29621],[-102.16413,27.30092],[-102.15935,27.30564],[-102.15457,27.31037],[-102.1498,27.31509],[-102.14502,27.31981],[-102.14024,27.32453],[-102.13545,27.32924],[-102.13067,27.33395],[-102.12588,27.33865],[-102.12109,27.34335],[-102.1163,27.34805],[-102.11151,27.35274],[-102.10671,27.35744],[-102.10192,27.36214],[-102.09714,27.36685],[-102.09235,27.37157],[-102.08756,27.37628],[-102.08276,27.38097],[-102.07799,27.38572],[-102.0732,27.39045],[-102.06842,27.39518],[-102.06362,27.39988],[-102.05883,27.40458],[-102.05403,27.40928],[-102.04923,27.41397],[-102.04443,27.41867],[-102.03963,27.42335],[-102.03482,27.42803],[-102.03001,27.43272],[-102.0252,27.43739],[-102.0204,27.44207],[-102.01559,27.44675],[-102.01077,27.4514],[-102.00595,27.45604],[-102.00109,27.46058],[-101.99616,27.46493],[-101.99118,27.46912],[-101.98633,27.47369],[-101.98173,27.47898],[-101.97704,27.48399],[-101.97228,27.48884],[-101.96751,27.49364],[-101.96275,27.49847],[-101.95792,27.50311],[-101.95295,27.50734],[-101.94816,27.51208],[-101.94356,27.5174],[-101.93891,27.52253],[-101.93413,27.52732],[-101.92931,27.532],[-101.92444,27.53654],[-101.9195,27.54087],[-101.91476,27.54577],[-101.91012,27.55098],[-101.90533,27.55575],[-101.90056,27.56057],[-101.89594,27.56586],[-101.8912,27.57077],[-101.88642,27.57558],[-101.88164,27.58038],[-101.87685,27.58517],[-101.87207,27.58996],[-101.86727,27.59474],[-101.86248,27.59951],[-101.85766,27.60421],[-101.85283,27.60889],[-101.84805,27.6137],[-101.84325,27.61847],[-101.83844,27.62321],[-101.83364,27.62796],[-101.82882,27.63269],[-101.82401,27.63743],[-101.81921,27.64218],[-101.81439,27.64692],[-101.80958,27.65165],[-101.80476,27.65638],[-101.79995,27.66112],[-101.79513,27.66586],[-101.79032,27.67059],[-101.78548,27.67526],[-101.78065,27.67996],[-101.77585,27.68475],[-101.77103,27.6895],[-101.76621,27.69422],[-101.76139,27.69896],[-101.75657,27.7037],[-101.75175,27.70843],[-101.74693,27.71316],[-101.7421,27.71788],[-101.73728,27.72261],[-101.73245,27.72735],[-101.72763,27.73208],[-101.7228,27.7368],[-101.71796,27.7415],[-101.71313,27.7462],[-101.70829,27.75091],[-101.70345,27.7556],[-101.6986,27.76026],[-101.69378,27.76502],[-101.68897,27.7698],[-101.68413,27.77452],[-101.67928,27.77919],[-101.67444,27.78388],[-101.66957,27.7885],[-101.66468,27.79305],[-101.65984,27.79776],[-101.65493,27.80224],[-101.64997,27.80658],[-101.64514,27.8113],[-101.6402,27.8157],[-101.63526,27.82011],[-101.63041,27.82479],[-101.6256,27.82962],[-101.62094,27.8349],[-101.61634,27.84042],[-101.61164,27.84559],[-101.60692,27.85073],[-101.6022,27.85585],[-101.59739,27.86067],[-101.59256,27.86546],[-101.58773,27.87024],[-101.5829,27.87501],[-101.57807,27.87977],[-101.57323,27.88453],[-101.56839,27.88928],[-101.56355,27.89403],[-101.55871,27.89877],[-101.55386,27.90351],[-101.54902,27.90827],[-101.54418,27.91303],[-101.53934,27.91777],[-101.53449,27.9225],[-101.52964,27.92725],[-101.5248,27.932],[-101.51994,27.93673],[-101.51509,27.94146],[-101.51024,27.9462],[-101.50539,27.95094],[-101.50054,27.95568],[-101.49568,27.96041],[-101.49083,27.96515],[-101.48598,27.96988],[-101.48112,27.97462],[-101.47626,27.97935],[-101.47141,27.98409],[-101.46655,27.98882],[-101.46169,27.99355],[-101.45683,27.99828],[-101.45197,28.00302],[-101.44711,28.00774],[-101.44224,28.01246],[-101.43738,28.01718],[-101.43251,28.02188],[-101.42763,28.02655],[-101.42276,28.03128],[-101.4179,28.03601],[-101.41304,28.04077],[-101.40818,28.04554],[-101.40332,28.05026],[-101.39845,28.05499],[-101.39357,28.05969],[-101.38871,28.06444],[-101.38384,28.06917],[-101.37897,28.0739],[-101.3741,28.07864],[-101.36923,28.08337],[-101.36436,28.0881],[-101.35948,28.0928],[-101.3546,28.0975],[-101.34972,28.10221],[-101.34484,28.10693],[-101.33997,28.11166],[-101.33509,28.11638],[-101.33021,28.12111],[-101.32534,28.12585],[-101.32046,28.13057],[-101.31558,28.13529],[-101.31069,28.14001],[-101.30581,28.14473],[-101.30093,28.14945],[-101.29604,28.15415],[-101.29116,28.15887],[-101.28627,28.16359],[-101.28139,28.16831],[-101.2765,28.17303],[-101.27162,28.17776],[-101.26673,28.18249],[-101.26184,28.1872],[-101.25695,28.19191],[-101.25205,28.19659],[-101.24714,28.20124],[-101.24226,28.206],[-101.23739,28.21078],[-101.23251,28.21553],[-101.22762,28.22027],[-101.22273,28.22498],[-101.21783,28.22969],[-101.21293,28.2344],[-101.20803,28.23911],[-101.20313,28.24381],[-101.19823,28.24849],[-101.19332,28.25317],[-101.18841,28.25782],[-101.1835,28.26253],[-101.17862,28.2673],[-101.17373,28.27206],[-101.16884,28.2768],[-101.16394,28.28155],[-101.15905,28.28629],[-101.15415,28.29103],[-101.14925,28.29576],[-101.14434,28.30043],[-101.13943,28.30514],[-101.13454,28.30991],[-101.12963,28.31461],[-101.12473,28.31938],[-101.11984,28.32414],[-101.11494,28.32887],[-101.11001,28.33352],[-101.1051,28.33823],[-101.10019,28.34297],[-101.09529,28.34772],[-101.09039,28.35248],[-101.08549,28.35721],[-101.08058,28.36197],[-101.07568,28.36674],[-101.07078,28.37148],[-101.06587,28.37622],[-101.06095,28.38094],[-101.05605,28.3857],[-101.05114,28.39045],[-101.04623,28.39518],[-101.04132,28.39993],[-101.03641,28.4047],[-101.0315,28.40943],[-101.02658,28.41416],[-101.02166,28.41888],[-101.01675,28.42362],[-101.01183,28.42837],[-101.00692,28.43311],[-101.002,28.43784],[-100.99708,28.44258],[-100.99216,28.44731],[-100.98724,28.45204],[-100.98232,28.45678],[-100.97739,28.46151],[-100.97247,28.46624],[-100.96754,28.47097],[-100.96262,28.47571],[-100.95769,28.48043],[-100.95277,28.48516],[-100.94784,28.48989],[-100.94291,28.49462],[-100.93798,28.49935],[-100.93306,28.50409],[-100.92813,28.50882],[-100.9232,28.51356],[-100.91827,28.51829],[-100.91333,28.52302],[-100.9084,28.52774],[-100.90347,28.53248],[-100.89853,28.5372],[-100.8936,28.54194],[-100.88867,28.54667],[-100.88373,28.5514],[-100.87879,28.55613],[-100.87386,28.56086],[-100.86892,28.56559],[-100.86398,28.57032],[-100.85904,28.57505],[-100.8541,28.57977],[-100.84916,28.5845],[-100.84422,28.58923],[-100.83928,28.59397],[-100.83433,28.59869],[-100.82939,28.60343],[-100.82444,28.60816],[-100.8195,28.61288],[-100.81455,28.61761],[-100.80961,28.62234],[-100.80466,28.62707],[-100.79971,28.6318],[-100.79476,28.63653],[-100.78981,28.64125],[-100.78486,28.64598],[-100.77991,28.65071],[-100.77496,28.65544],[-100.77001,28.66016],[-100.76506,28.66489],[-100.7601,28.66962],[-100.75515,28.67435],[-100.7502,28.67909],[-100.74524,28.68381],[-100.74029,28.68855],[-100.73533,28.6933],[-100.73037,28.69801],[-100.72541,28.70272],[-100.72045,28.70744],[-100.71549,28.71215],[-100.71052,28.71687],[-100.70556,28.72159],[-100.7006,28.72631],[-100.69563,28.73104],[-100.69067,28.73576],[-100.68571,28.74049],[-100.68074,28.74521],[-100.67577,28.74993],[-100.67081,28.75466],[-100.66584,28.75938],[-100.66087,28.7641],[-100.6559,28.76883],[-100.65093,28.77356],[-100.64596,28.77829],[-100.64099,28.78302],[-100.63602,28.78776],[-100.63105,28.79248],[-100.62608,28.79721],[-100.62111,28.80194],[-100.61614,28.8067],[-100.61117,28.81143],[-100.60619,28.81614],[-100.60122,28.82091],[-100.59624,28.82565],[-100.59127,28.83038],[-100.58629,28.83511],[-100.58131,28.83984],[-100.57633,28.84455],[-100.57134,28.84922],[-100.56635,28.85391],[-100.56136,28.85862],[-100.55638,28.86334],[-100.55139,28.86805],[-100.54641,28.87276],[-100.54142,28.87748],[-100.53643,28.88219],[-100.53144,28.88691],[-100.52645,28.89162],[-100.52146,28.89633],[-100.51647,28.90105],[-100.51148,28.90577],[-100.50649,28.91049],[-100.5015,28.91521],[-100.49651,28.91993],[-100.49152,28.92466],[-100.48652,28.92938],[-100.48153,28.9341],[-100.47653,28.93882],[-100.47154,28.94355],[-100.46654,28.94828],[-100.46155,28.95301],[-100.45655,28.95772],[-100.45155,28.96244],[-100.44655,28.96716],[-100.44155,28.97188],[-100.43655,28.97659],[-100.43154,28.98129],[-100.42654,28.986],[-100.42153,28.99072],[-100.41653,28.99543],[-100.41152,29.00015],[-100.40652,29.00487],[-100.40151,29.00959],[-100.3965,29.0143],[-100.3915,29.01901],[-100.38649,29.02373],[-100.38148,29.02845],[-100.37647,29.03316],[-100.37146,29.03788],[-100.36645,29.0426],[-100.36143,29.04731],[-100.35642,29.05203],[-100.35141,29.05677],[-100.3464,29.06151],[-100.34139,29.06626],[-100.33638,29.071],[-100.33136,29.07572],[-100.32634,29.08044],[-100.32132,29.08515],[-100.3163,29.08987],[-100.31128,29.09458],[-100.30626,29.09929],[-100.30124,29.104],[-100.29621,29.10869],[-100.29119,29.1134],[-100.28617,29.11813],[-100.28114,29.12284],[-100.27612,29.12755],[-100.27109,29.13226],[-100.26606,29.13696],[-100.26103,29.14166],[-100.256,29.14635],[-100.25097,29.15104],[-100.24593,29.15572],[-100.2409,29.16042],[-100.23587,29.16512],[-100.23083,29.16981],[-100.22579,29.17448],[-100.22076,29.17918],[-100.21572,29.18388],[-100.21068,29.18858],[-100.20564,29.19325],[-100.2006,29.19791],[-100.19557,29.20268],[-100.19054,29.20745],[-100.1855,29.21217],[-100.18046,29.2169],[-100.17543,29.22164],[-100.17039,29.22638],[-100.16536,29.23114],[-100.16032,29.2359],[-100.15528,29.24064],[-100.15024,29.24536],[-100.1452,29.25008],[-100.14015,29.25482],[-100.13511,29.25952],[-100.13006,29.26421],[-100.12501,29.26891],[-100.11996,29.27361],[-100.11491,29.27832],[-100.10986,29.28304],[-100.10481,29.28779],[-100.09976,29.29252],[-100.09471,29.2972],[-100.08965,29.30189],[-100.0846,29.30662],[-100.07955,29.31141],[-100.0745,29.31613],[-100.06944,29.32083],[-100.06438,29.32554],[-100.05932,29.33023],[-100.05426,29.33492],[-100.0492,29.33963],[-100.04414,29.34432],[-100.03908,29.349],[-100.03401,29.35369],[-100.02895,29.35838],[-100.02389,29.36311],[-100.01883,29.36788],[-100.01377,29.37263],[-100.00871,29.37737],[-100.00365,29.38213],[-99.99858,29.38683],[-99.99351,29.39155],[-99.98844,29.39622],[-99.98337,29.40088],[-99.9783,29.40559],[-99.97322,29.41029],[-99.96815,29.41496],[-99.96307,29.4196],[-99.95799,29.42427],[-99.95291,29.42896],[-99.94782,29.43356],[-99.94276,29.43835],[-99.93768,29.44302],[-99.93259,29.44764],[-99.92751,29.45232],[-99.92243,29.45701],[-99.91735,29.46173],[-99.91226,29.46637],[-99.90719,29.47112],[-99.90211,29.47587],[-99.89703,29.48057],[-99.89194,29.48529],[-99.88686,29.48997],[-99.88177,29.49468],[-99.87669,29.49945],[-99.87161,29.5042],[-99.86653,29.50891],[-99.86144,29.51364],[-99.85635,29.51831],[-99.85127,29.52312],[-99.84619,29.52789],[-99.84109,29.53259],[-99.836,29.53728],[-99.83091,29.54197],[-99.82581,29.54663],[-99.82071,29.55129],[-99.8156,29.55592],[-99.8105,29.56058],[-99.8054,29.56524],[-99.80031,29.56995],[-99.79521,29.57472],[-99.79012,29.57947],[-99.785,29.58403],[-99.7799,29.58874],[-99.77481,29.59352],[-99.76971,29.59822],[-99.76463,29.60311],[-99.75952,29.6078],[-99.75444,29.61272],[-99.74934,29.61752],[-99.74424,29.62226],[-99.73913,29.62694],[-99.73401,29.63156],[-99.72891,29.63626],[-99.72379,29.64088],[-99.71866,29.6454],[-99.71356,29.65018],[-99.70846,29.65504],[-99.70335,29.65974],[-99.69823,29.66439],[-99.69311,29.66905],[-99.68799,29.67366],[-99.68286,29.67826],[-99.67775,29.68302],[-99.67262,29.68757],[-99.6675,29.69226],[-99.66237,29.69692],[-99.65726,29.70168],[-99.65215,29.70651],[-99.64704,29.71129],[-99.64191,29.71593],[-99.6368,29.72074],[-99.63168,29.72554],[-99.62657,29.73038],[-99.62145,29.73511],[-99.61631,29.73971],[-99.61117,29.74421],[-99.60603,29.74886],[-99.60091,29.75357],[-99.59579,29.75844],[-99.59067,29.76319],[-99.58555,29.76801],[-99.5804,29.77254],[-99.57528,29.77745],[-99.57016,29.78223],[-99.56501,29.78683],[-99.55987,29.7914],[-99.55473,29.79605],[-99.54959,29.80076],[-99.54446,29.80551],[-99.53932,29.81017],[-99.53417,29.81478],[-99.52902,29.81942],[-99.52388,29.82406],[-99.51874,29.82879],[-99.5136,29.83353],[-99.50847,29.83832],[-99.50332,29.84301],[-99.49818,29.84771],[-99.49303,29.85246],[-99.48789,29.85723],[-99.48276,29.86205],[-99.4776,29.8667],[-99.47245,29.87136],[-99.4673,29.87601],[-99.46215,29.88071],[-99.457,29.88549],[-99.45185,29.89022],[-99.4467,29.89497],[-99.44155,29.89966],[-99.43639,29.90432],[-99.43123,29.90896],[-99.42608,29.91368],[-99.42092,29.91843],[-99.41577,29.92315],[-99.41061,29.92786],[-99.40544,29.9325],[-99.40029,29.93721],[-99.39512,29.94191],[-99.38996,29.94665],[-99.3848,29.95138],[-99.37964,29.95613],[-99.37448,29.96088],[-99.36932,29.96558],[-99.36416,29.97034],[-99.35899,29.97512],[-99.35383,29.97982],[-99.34866,29.98456],[-99.34349,29.98926],[-99.33832,29.99389],[-99.33314,29.99855],[-99.32797,30.00325],[-99.3228,30.00798],[-99.31763,30.01275],[-99.31245,30.01745],[-99.30728,30.02219],[-99.30211,30.02697],[-99.29694,30.03173],[-99.29176,30.0365],[-99.28658,30.04112],[-99.2814,30.04581],[-99.27622,30.05055],[-99.27105,30.05533],[-99.26587,30.06011],[-99.26069,30.06487],[-99.25551,30.06964],[-99.25033,30.07444],[-99.24515,30.07915],[-99.23995,30.08377],[-99.23476,30.08838],[-99.22957,30.09307],[-99.22439,30.09779],[-99.21919,30.10246],[-99.21401,30.10729],[-99.20882,30.11202],[-99.20363,30.11677],[-99.19843,30.1214],[-99.19324,30.12603],[-99.18804,30.1307],[-99.18284,30.13536],[-99.17765,30.14006],[-99.17245,30.14479],[-99.16725,30.14948],[-99.16205,30.15415],[-99.15685,30.15884],[-99.15165,30.16355],[-99.14645,30.16824],[-99.14125,30.17296],[-99.13605,30.1777],[-99.13084,30.18244],[-99.12564,30.18721],[-99.12044,30.192],[-99.11523,30.19674],[-99.11003,30.20146],[-99.10482,30.2062],[-99.09961,30.21091],[-99.0944,30.21563],[-99.08919,30.22036],[-99.08398,30.22507],[-99.07877,30.22979],[-99.07356,30.23453],[-99.06834,30.23927],[-99.06313,30.24392],[-99.05791,30.24857],[-99.05269,30.25325],[-99.04747,30.25793],[-99.04226,30.26274],[-99.03704,30.26747],[-99.03182,30.27209],[-99.02659,30.27677],[-99.02137,30.2814],[-99.01614,30.28606],[-99.01092,30.29078],[-99.0057,30.29552],[-99.00047,30.3003],[-98.99525,30.30502],[-98.99002,30.30965],[-98.98479,30.31436],[-98.97956,30.31914],[-98.97434,30.32393],[-98.96911,30.32866],[-98.96387,30.33327],[-98.95864,30.33794],[-98.9534,30.34257],[-98.94817,30.34725],[-98.94293,30.352],[-98.9377,30.35677],[-98.93246,30.36141],[-98.92722,30.36608],[-98.92198,30.37077],[-98.91674,30.37545],[-98.9115,30.38013],[-98.90626,30.3849],[-98.90102,30.38963],[-98.89578,30.39438],[-98.89054,30.39912],[-98.88529,30.40385],[-98.88005,30.40857],[-98.8748,30.41328],[-98.86955,30.41799],[-98.86431,30.4228],[-98.85906,30.42752],[-98.85381,30.43223],[-98.84856,30.437],[-98.84331,30.44178],[-98.83805,30.44647],[-98.8328,30.45112],[-98.82754,30.45576],[-98.82229,30.46043],[-98.81703,30.46527],[-98.81178,30.47019],[-98.80652,30.47497],[-98.80126,30.47974],[-98.796,30.48446],[-98.79074,30.48919],[-98.78548,30.49395],[-98.78022,30.49876],[-98.77496,30.50353],[-98.76969,30.50828],[-98.76443,30.51301],[-98.75916,30.51773],[-98.75389,30.52243],[-98.74862,30.52714],[-98.74335,30.53174],[-98.73808,30.53647],[-98.73281,30.54128],[-98.72754,30.54604],[-98.72227,30.55077],[-98.71699,30.55544],[-98.71172,30.56011],[-98.70644,30.56484],[-98.70117,30.56958],[-98.69589,30.57426],[-98.69061,30.57894],[-98.68533,30.58365],[-98.68005,30.58831],[-98.67477,30.59298],[-98.66949,30.59764],[-98.6642,30.60226],[-98.65892,30.60679],[-98.65363,30.61131],[-98.64835,30.61604],[-98.64306,30.6208],[-98.63777,30.62557],[-98.63249,30.63032],[-98.6272,30.63505],[-98.62191,30.6398],[-98.61662,30.64461],[-98.61132,30.6494],[-98.60603,30.6542],[-98.60074,30.65885],[-98.59544,30.66351],[-98.59015,30.66823],[-98.58485,30.67296],[-98.57955,30.67765],[-98.57425,30.68231],[-98.56895,30.68706],[-98.56365,30.69196],[-98.55835,30.69682],[-98.55305,30.70158],[-98.54774,30.70633],[-98.54244,30.71106],[-98.53713,30.71581],[-98.53183,30.72057],[-98.52652,30.72521],[-98.52121,30.72989],[-98.5159,30.73462],[-98.51059,30.73935],[-98.50528,30.74404],[-98.49997,30.74872],[-98.49466,30.75342],[-98.48935,30.75812],[-98.48403,30.76281],[-98.47872,30.76749],[-98.4734,30.77217],[-98.46808,30.7769],[-98.46276,30.78163],[-98.45744,30.78635],[-98.45212,30.79106],[-98.4468,30.79577],[-98.44148,30.80048],[-98.43616,30.80518],[-98.43083,30.80989],[-98.42551,30.8146],[-98.42018,30.8193],[-98.41486,30.82401],[-98.40953,30.82872],[-98.4042,30.83342],[-98.39887,30.83813],[-98.39354,30.84283],[-98.38821,30.84749],[-98.38288,30.85195],[-98.37755,30.85655],[-98.37222,30.86122],[-98.36689,30.86593],[-98.36155,30.87061],[-98.35621,30.87529],[-98.35088,30.88001],[-98.34554,30.88471],[-98.3402,30.88939],[-98.33486,30.89405],[-98.32952,30.8988],[-98.32418,30.90349],[-98.31883,30.90822],[-98.31349,30.91289],[-98.30814,30.91761],[-98.3028,30.9223],[-98.29745,30.927],[-98.2921,30.93168],[-98.28675,30.93636],[-98.2814,30.94108],[-98.27605,30.94581],[-98.2707,30.95054],[-98.26535,30.95525],[-98.25999,30.95998],[-98.25463,30.96472],[-98.24928,30.96942],[-98.24392,30.97415],[-98.23856,30.97886],[-98.2332,30.98357],[-98.22784,30.98831],[-98.22248,30.99306],[-98.21712,30.99778],[-98.21175,31.00254],[-98.20639,31.0073],[-98.20102,31.01204],[-98.19566,31.01676],[-98.19029,31.02151],[-98.18492,31.02621],[-98.17955,31.03093],[-98.17418,31.03565],[-98.16881,31.04035],[-98.16344,31.04505],[-98.15807,31.04973],[-98.15269,31.05446],[-98.14732,31.05921],[-98.14194,31.06398],[-98.13656,31.06874],[-98.13118,31.07344],[-98.12581,31.07811],[-98.12043,31.08278],[-98.11505,31.08745],[-98.10967,31.0921],[-98.10429,31.09684],[-98.0989,31.10158],[-98.09352,31.10631],[-98.08813,31.11107],[-98.08274,31.11583],[-98.07735,31.12056],[-98.07197,31.12524],[-98.06658,31.12996],[-98.06119,31.1347],[-98.0558,31.13938],[-98.05041,31.14402],[-98.04502,31.14865],[-98.03963,31.15332],[-98.03423,31.15797],[-98.02884,31.16266],[-98.02345,31.16732],[-98.01805,31.17192],[-98.01265,31.17667],[-98.00725,31.18141],[-98.00185,31.18613],[-97.99644,31.19089],[-97.99104,31.19562],[-97.98564,31.20033],[-97.98023,31.20506],[-97.97482,31.20979],[-97.96941,31.21455],[-97.96401,31.21926],[-97.9586,31.22397],[-97.95319,31.22864],[-97.94778,31.23334],[-97.94236,31.23809],[-97.93695,31.24286],[-97.93153,31.24761],[-97.92612,31.25225],[-97.92071,31.25691],[-97.91529,31.26163],[-97.90987,31.26632],[-97.90445,31.27107],[-97.89903,31.27582],[-97.8936,31.28062],[-97.88818,31.28537],[-97.88275,31.29008],[-97.87733,31.29472],[-97.87191,31.29935],[-97.86649,31.30402],[-97.86107,31.3087],[-97.85564,31.31337],[-97.85022,31.31801],[-97.8448,31.32255],[-97.83937,31.32722],[-97.83394,31.33197],[-97.8285,31.33671],[-97.82307,31.34141],[-97.81763,31.34615],[-97.8122,31.35084],[-97.80675,31.35561],[-97.80131,31.3604],[-97.79587,31.36513],[-97.79043,31.36983],[-97.78498,31.37459],[-97.77954,31.37931],[-97.7741,31.38402],[-97.76866,31.38871],[-97.76321,31.39344],[-97.75776,31.39817],[-97.75231,31.40292],[-97.74686,31.40767],[-97.74141,31.41236],[-97.73596,31.41704],[-97.73051,31.42171],[-97.72506,31.42639],[-97.71961,31.43106],[-97.71416,31.43573],[-97.70871,31.4404],[-97.70326,31.44506],[-97.6978,31.44973],[-97.69235,31.45437],[-97.68689,31.45906],[-97.68143,31.46379],[-97.67597,31.46849],[-97.67051,31.4732],[-97.66504,31.47793],[-97.65957,31.48273],[-97.6541,31.48749],[-97.64864,31.4921],[-97.64318,31.49678],[-97.63771,31.50151],[-97.63224,31.50617],[-97.62677,31.51085],[-97.6213,31.51554],[-97.61583,31.52024],[-97.61036,31.52496],[-97.60488,31.52969],[-97.5994,31.53439],[-97.59393,31.53911],[-97.58845,31.54383],[-97.58297,31.54852],[-97.57749,31.55322],[-97.57201,31.55793],[-97.56653,31.56264],[-97.56104,31.56735],[-97.55556,31.57206],[-97.55007,31.5768],[-97.54458,31.58153],[-97.53909,31.58626],[-97.5336,31.59101],[-97.52811,31.59575],[-97.52262,31.6004],[-97.51713,31.60507],[-97.51164,31.60975],[-97.50615,31.61447],[-97.50065,31.61923],[-97.49515,31.62397],[-97.48966,31.62865],[-97.48416,31.63335],[-97.47866,31.63808],[-97.47316,31.64278],[-97.46766,31.64751],[-97.46215,31.65225],[-97.45665,31.65694],[-97.45114,31.66173],[-97.44562,31.66651],[-97.44012,31.67121],[-97.43462,31.67584],[-97.42911,31.68052],[-97.42361,31.68519],[-97.41809,31.68991],[-97.41259,31.6946],[-97.40708,31.69926],[-97.40157,31.70394],[-97.39605,31.70866],[-97.39053,31.7134],[-97.38501,31.71813],[-97.37949,31.72287],[-97.37397,31.72759],[-97.36845,31.73231],[-97.36293,31.73699],[-97.35741,31.74168],[-97.35189,31.74634],[-97.34637,31.75105],[-97.34084,31.75577],[-97.33531,31.76048],[-97.32979,31.76517],[-97.32426,31.7699],[-97.31871,31.77472],[-97.31318,31.77942],[-97.30765,31.7841],[-97.30213,31.78876],[-97.2966,31.79345],[-97.29106,31.79813],[-97.28553,31.80281],[-97.27999,31.8075],[-97.27446,31.8122],[-97.26892,31.8169],[-97.26338,31.82159],[-97.25784,31.8263],[-97.2523,31.83098],[-97.24676,31.83567],[-97.24121,31.8404],[-97.23566,31.84512],[-97.23012,31.84984],[-97.22457,31.85454],[-97.21902,31.85924],[-97.21347,31.86394],[-97.20792,31.86865],[-97.20237,31.87335],[-97.19681,31.87805],[-97.19127,31.8827],[-97.18571,31.88738],[-97.18016,31.89209],[-97.1746,31.89681],[-97.16904,31.90149],[-97.16349,31.90617],[-97.15792,31.91088],[-97.15236,31.91557],[-97.1468,31.92027],[-97.14124,31.92497],[-97.13568,31.92966],[-97.13011,31.93435],[-97.12455,31.93902],[-97.11898,31.94371],[-97.11342,31.94839],[-97.10785,31.95309],[-97.10228,31.95778],[-97.09671,31.96246],[-97.09114,31.9671],[-97.08557,31.97176],[-97.08001,31.9764],[-97.07443,31.98108],[-97.06885,31.98579],[-97.06327,31.99051],[-97.05769,31.99521],[-97.05211,31.9999],[-97.04653,32.00461],[-97.04095,32.0093],[-97.03536,32.01404],[-97.02977,32.01876],[-97.02419,32.02345],[-97.0186,32.02817],[-97.013,32.03291],[-97.00741,32.03761],[-97.00182,32.04229],[-96.99623,32.04701],[-96.99063,32.05175],[-96.98504,32.05642],[-96.97945,32.0611],[-96.97385,32.06581],[-96.96825,32.07052],[-96.96265,32.07522],[-96.95705,32.07992],[-96.95145,32.08463],[-96.94584,32.08938],[-96.94024,32.09407],[-96.93464,32.09876],[-96.92903,32.10346],[-96.92342,32.10819],[-96.91782,32.11289],[-96.91221,32.11758],[-96.9066,32.12227],[-96.90099,32.12696],[-96.89538,32.13168],[-96.88976,32.13641],[-96.88415,32.14111],[-96.87853,32.1458],[-96.87292,32.1505],[-96.8673,32.15518],[-96.86168,32.15989],[-96.85606,32.1646],[-96.85043,32.16933],[-96.84481,32.17404],[-96.83919,32.17875],[-96.83356,32.18349],[-96.82793,32.18819],[-96.8223,32.19288],[-96.81668,32.19755],[-96.81106,32.2022],[-96.80543,32.20688],[-96.79981,32.21155],[-96.79418,32.21625],[-96.78854,32.22098],[-96.7829,32.2257],[-96.77726,32.23041],[-96.77162,32.23514],[-96.76598,32.23985],[-96.76035,32.24452],[-96.75471,32.2492],[-96.74907,32.25392],[-96.74343,32.25859],[-96.73779,32.26326],[-96.73215,32.26796],[-96.7265,32.27267],[-96.72085,32.27735],[-96.7152,32.28207],[-96.70955,32.28677],[-96.7039,32.29146],[-96.69825,32.29617],[-96.69259,32.30092],[-96.68694,32.3056],[-96.68129,32.3103],[-96.67563,32.31499],[-96.66998,32.31964],[-96.66432,32.32434],[-96.65867,32.32903],[-96.65301,32.33369],[-96.64735,32.33837],[-96.6417,32.34303],[-96.63604,32.34773],[-96.63037,32.35244],[-96.6247,32.35714],[-96.61903,32.36186],[-96.61336,32.36658],[-96.60769,32.3713],[-96.60201,32.37602],[-96.59634,32.38072],[-96.59067,32.38541],[-96.58499,32.39011],[-96.57932,32.39479],[-96.57364,32.39949],[-96.56796,32.40423],[-96.56228,32.40892],[-96.5566,32.4136],[-96.55092,32.41832],[-96.54523,32.42304],[-96.53954,32.42777],[-96.53385,32.43251],[-96.52817,32.4372],[-96.52248,32.44189],[-96.51679,32.44659],[-96.51111,32.45128],[-96.50542,32.45597],[-96.49973,32.46066],[-96.49403,32.46535],[-96.48834,32.47005],[-96.48265,32.47475],[-96.47695,32.47944],[-96.47125,32.48414],[-96.46555,32.48883],[-96.45986,32.49353],[-96.45415,32.49823],[-96.44845,32.50292],[-96.44276,32.50756],[-96.43706,32.51222],[-96.43136,32.51692],[-96.42565,32.52161],[-96.41995,32.5263],[-96.41424,32.53097],[-96.40853,32.53565],[-96.40283,32.54034],[-96.39711,32.54503],[-96.3914,32.54972],[-96.38568,32.55443],[-96.37997,32.55914],[-96.37425,32.56382],[-96.36853,32.56852],[-96.36281,32.57322],[-96.35708,32.57796],[-96.35136,32.58265],[-96.34564,32.58733],[-96.33992,32.59203],[-96.33419,32.59673],[-96.32847,32.60141],[-96.32275,32.60607],[-96.31702,32.61076],[-96.31129,32.61546],[-96.30556,32.62016],[-96.29983,32.62485],[-96.29409,32.62955],[-96.28836,32.63424],[-96.28263,32.63891],[-96.27689,32.6436],[-96.27116,32.64828],[-96.26542,32.65296],[-96.25968,32.65766],[-96.25394,32.66235],[-96.2482,32.66704],[-96.24245,32.67174],[-96.23671,32.67641],[-96.23097,32.6811],[-96.22522,32.68578],[-96.21948,32.69045],[-96.21373,32.69513],[-96.20798,32.6998],[-96.20223,32.7045],[-96.19647,32.70921],[-96.19071,32.71393],[-96.18496,32.71862],[-96.1792,32.7233],[-96.17345,32.72798],[-96.16769,32.73265],[-96.16194,32.73732],[-96.15618,32.74202],[-96.15041,32.7467],[-96.14466,32.75137],[-96.1389,32.75604],[-96.13313,32.76071],[-96.12737,32.76541],[-96.12159,32.77011],[-96.11582,32.77482],[-96.11005,32.77953],[-96.10428,32.78421],[-96.0985,32.7889],[-96.09273,32.79361],[-96.08694,32.79834],[-96.08116,32.80304],[-96.07539,32.8077],[-96.0696,32.81242],[-96.06382,32.81713],[-96.05804,32.82181],[-96.05225,32.82651],[-96.04647,32.8312],[-96.04068,32.83589],[-96.0349,32.84059],[-96.02911,32.84527],[-96.02332,32.84997],[-96.01752,32.8547],[-96.01172,32.85944],[-96.00592,32.86413],[-96.00013,32.86882],[-95.99433,32.87352],[-95.98854,32.87821],[-95.98274,32.8829],[-95.97694,32.88759],[-95.97114,32.89228],[-95.96534,32.89696],[-95.95954,32.90163],[-95.95374,32.90633],[-95.94793,32.91101],[-95.94213,32.91571],[-95.93632,32.92039],[-95.93052,32.92506],[-95.92471,32.92972],[-95.91891,32.9344],[-95.91309,32.93908],[-95.90728,32.94378],[-95.90146,32.94847],[-95.89565,32.95316],[-95.88983,32.95786],[-95.88401,32.96257],[-95.87818,32.96726],[-95.87236,32.97197],[-95.86654,32.97664],[-95.86072,32.98133],[-95.8549,32.986],[-95.84907,32.9907],[-95.84324,32.99539],[-95.83741,33.00011],[-95.83158,33.0048],[-95.82575,33.00948],[-95.81992,33.01416],[-95.81409,33.01884],[-95.80826,33.0235],[-95.80243,33.02818],[-95.79659,33.03287],[-95.79074,33.03759],[-95.7849,33.04228],[-95.77906,33.04697],[-95.77322,33.05167],[-95.76737,33.05636],[-95.76153,33.06104],[-95.75569,33.06573],[-95.74984,33.07043],[-95.74399,33.0751],[-95.73814,33.07979],[-95.73229,33.08448],[-95.72644,33.08915],[-95.72059,33.09382],[-95.71474,33.09851],[-95.70888,33.10322],[-95.70302,33.10791],[-95.69717,33.11259],[-95.6913,33.11729],[-95.68544,33.12199],[-95.67957,33.1267],[-95.67371,33.13138],[-95.66784,33.13608],[-95.66198,33.14077],[-95.65611,33.14547],[-95.65024,33.15016],[-95.64437,33.15486],[-95.63849,33.15956],[-95.63261,33.16428],[-95.62674,33.16898],[-95.62086,33.17367],[-95.61499,33.17835],[-95.60911,33.18302],[-95.60323,33.18773],[-95.59735,33.19241],[-95.59147,33.19709],[-95.58559,33.20177],[-95.57972,33.20643],[-95.57383,33.21112],[-95.56795,33.2158],[-95.56205,33.22052],[-95.55615,33.22524],[-95.55026,33.22993],[-95.54437,33.23461],[-95.53849,33.23928],[-95.53259,33.24396],[-95.5267,33.24865],[-95.5208,33.25333],[-95.51491,33.25799],[-95.50901,33.2627],[-95.5031,33.26741],[-95.4972,33.2721],[-95.4913,33.27678],[-95.4854,33.28146],[-95.47949,33.28616],[-95.47358,33.29085],[-95.46767,33.29555],[-95.46176,33.30024],[-95.45585,33.30493],[-95.44994,33.30962],[-95.44403,33.3143],[-95.43812,33.31896],[-95.4322,33.32365],[-95.42628,33.32837],[-95.42036,33.33305],[-95.41444,33.33772],[-95.40852,33.3424],[-95.40259,33.34713],[-95.39667,33.35183],[-95.39074,33.3565],[-95.38481,33.36122],[-95.37886,33.36599],[-95.37293,33.3707],[-95.36699,33.3754],[-95.36106,33.38008],[-95.35513,33.38476],[-95.3492,33.38943],[-95.34327,33.3941],[-95.33733,33.39879],[-95.3314,33.40347],[-95.32546,33.40816],[-95.31951,33.41286],[-95.31357,33.41757],[-95.30763,33.42224],[-95.3017,33.42687],[-95.29575,33.43156],[-95.2898,33.43625],[-95.28385,33.44094],[-95.2779,33.44564],[-95.27195,33.45033],[-95.266,33.45502],[-95.26004,33.45971],[-95.25409,33.46439],[-95.24814,33.46905],[-95.24219,33.47372],[-95.23623,33.47841],[-95.23027,33.48309],[-95.22432,33.48775],[-95.21836,33.49241],[-95.21239,33.4971],[-95.20642,33.50181],[-95.20045,33.50651],[-95.19448,33.51122],[-95.18851,33.51591],[-95.18253,33.52061],[-95.17656,33.52531],[-95.17058,33.53002],[-95.1646,33.5347],[-95.15863,33.53936],[-95.15267,33.54402],[-95.14669,33.54871],[-95.1407,33.55343],[-95.13472,33.5581],[-95.12874,33.56278],[-95.12274,33.5675],[-95.11677,33.57215],[-95.11079,33.57681],[-95.10481,33.58148],[-95.09881,33.58618],[-95.09283,33.59086],[-95.08683,33.59554],[-95.08084,33.60022],[-95.07485,33.60491],[-95.06886,33.60958],[-95.06287,33.61423],[-95.05686,33.61894],[-95.05087,33.62362],[-95.04486,33.62833],[-95.03886,33.633],[-95.03286,33.63768],[-95.02686,33.64233],[-95.02086,33.647],[-95.01485,33.6517],[-95.00884,33.65638],[-95.00282,33.66108],[-94.99681,33.66579],[-94.99078,33.6705],[-94.98477,33.6752],[-94.97875,33.6799],[-94.97272,33.6846],[-94.96671,33.68928],[-94.96069,33.69394],[-94.95467,33.69863],[-94.94865,33.7033],[-94.94262,33.708],[-94.9366,33.71268],[-94.93057,33.71737],[-94.92454,33.72205],[-94.91852,33.72673],[-94.91248,33.73142],[-94.90645,33.73611],[-94.90042,33.74078],[-94.89438,33.74548],[-94.88833,33.7502],[-94.88229,33.7549],[-94.87624,33.75961],[-94.8702,33.7643],[-94.86416,33.76897],[-94.85812,33.77366],[-94.85207,33.77834],[-94.84603,33.78302],[-94.83999,33.78769],[-94.83393,33.79239],[-94.82789,33.79706],[-94.82184,33.80174],[-94.81578,33.80644],[-94.80973,33.81112],[-94.80367,33.81581],[-94.79762,33.82049],[-94.79157,33.82513],[-94.78553,33.82975],[-94.77948,33.83441],[-94.77341,33.8391],[-94.76735,33.84377],[-94.76128,33.84849],[-94.7552,33.85322],[-94.74913,33.85789],[-94.74306,33.86258],[-94.73699,33.86725],[-94.73092,33.87195],[-94.72484,33.87664],[-94.71876,33.88134],[-94.71268,33.88603],[-94.70661,33.89071],[-94.70053,33.89539],[-94.69444,33.90009],[-94.68838,33.90473],[-94.6823,33.90939],[-94.67622,33.91406],[-94.67014,33.91873],[-94.66405,33.92341],[-94.65796,33.9281],[-94.65188,33.93276],[-94.64578,33.93747],[-94.63968,33.94218],[-94.63358,33.94689],[-94.62747,33.95159],[-94.62137,33.95628],[-94.61528,33.96097],[-94.60918,33.96564],[-94.60308,33.9703],[-94.59699,33.97497],[-94.59086,33.97972],[-94.58476,33.98439],[-94.57866,33.98906],[-94.57255,33.99374],[-94.56644,33.99842],[-94.56033,34.0031],[-94.55423,34.00775],[-94.54812,34.01242],[-94.54203,34.01704],[-94.53592,34.02168],[-94.52979,34.02639],[-94.52366,34.03111],[-94.51755,34.03575],[-94.51144,34.04043],[-94.5053,34.04513],[-94.49918,34.04982],[-94.49306,34.05447],[-94.48691,34.05921],[-94.48077,34.06392],[-94.47466,34.06856],[-94.46854,34.07321],[-94.4624,34.0779],[-94.45627,34.08257],[-94.45014,34.08723],[-94.44403,34.09184],[-94.43791,34.09646],[-94.43178,34.10113],[-94.42564,34.10579],[-94.41949,34.11049],[-94.41334,34.11519],[-94.4072,34.11985],[-94.40102,34.12463],[-94.39486,34.12934],[-94.38872,34.134],[-94.38259,34.1386],[-94.37647,34.14319],[-94.37033,34.14783],[-94.36419,34.15248],[-94.35804,34.15713],[-94.3519,34.16175],[-94.34574,34.16644],[-94.33961,34.17104],[-94.33346,34.17567],[-94.3273,34.18033],[-94.32114,34.185],[-94.31496,34.18972],[-94.30877,34.19445],[-94.30257,34.19922],[-94.29637,34.20399],[-94.29017,34.20873],[-94.28401,34.21339],[-94.27786,34.21799],[-94.27169,34.22264],[-94.26555,34.22723],[-94.25932,34.23203],[-94.25311,34.23681],[-94.24697,34.24137],[-94.24078,34.24606],[-94.23459,34.25074],[-94.22842,34.25538],[-94.22219,34.26016],[-94.216,34.26484],[-94.20983,34.26945],[-94.20365,34.2741],[-94.1975,34.27867],[-94.19129,34.28339],[-94.1851,34.28803],[-94.17887,34.29281],[-94.17268,34.29744],[-94.16646,34.30217],[-94.16029,34.30676],[-94.15412,34.31136],[-94.14793,34.31598],[-94.14175,34.32058],[-94.13556,34.32522],[-94.12935,34.32991],[-94.12312,34.33461],[-94.11693,34.33924],[-94.11073,34.34388],[-94.10456,34.34844],[-94.09835,34.35307],[-94.09213,34.35777],[-94.08592,34.36243],[-94.0797,34.36709],[-94.07349,34.37173],[-94.06731,34.37628],[-94.06117,34.38075],[-94.05504,34.38514],[-94.04895,34.38945],[-94.04267,34.39427],[-94.03637,34.39911],[-94.03017,34.40371],[-94.024,34.40822],[-94.01773,34.41298],[-94.0114,34.4179],[-94.00518,34.42253],[-93.99905,34.42691],[-93.99275,34.43174],[-93.98645,34.43658],[-93.98021,34.44124],[-93.97399,34.44585],[-93.96762,34.45084],[-93.96127,34.45579],[-93.95501,34.4605],[-93.94874,34.46521],[-93.9425,34.46985],[-93.93627,34.47447],[-93.92999,34.47921],[-93.92369,34.48398],[-93.91741,34.48873],[-93.91112,34.49347],[-93.90484,34.49818],[-93.89856,34.5029],[-93.89228,34.50762],[-93.88605,34.51219],[-93.87976,34.51693],[-93.87348,34.52163],[-93.86726,34.52617],[-93.86107,34.53063],[-93.85475,34.53542],[-93.84842,34.54023],[-93.84214,34.54491],[-93.83587,34.54958],[-93.8296,34.55422],[-93.82334,34.55884],[-93.81704,34.56355],[-93.81076,34.56822],[-93.8045,34.57282],[-93.79819,34.57755],[-93.79184,34.58238],[-93.78558,34.58697],[-93.77927,34.59169],[-93.77291,34.59655],[-93.76657,34.60132],[-93.76025,34.60604],[-93.75394,34.61075],[-93.74763,34.61546],[-93.74135,34.62007],[-93.73503,34.62479],[-93.72873,34.62946],[-93.72246,34.63404],[-93.71614,34.63875],[-93.70978,34.64354],[-93.70345,34.64826],[-93.69714,34.65293],[-93.69085,34.65755],[-93.68453,34.66223],[-93.67822,34.66688],[-93.67192,34.67152],[-93.6656,34.67618],[-93.65929,34.68083],[-93.65297,34.68549],[-93.64669,34.69006],[-93.6405,34.69439],[-93.63417,34.69908],[-93.62782,34.70381],[-93.6215,34.70844],[-93.61522,34.71298],[-93.60888,34.71769],[-93.60252,34.72241],[-93.59617,34.72713],[-93.58994,34.73153],[-93.58358,34.73626],[-93.57712,34.7412],[-93.57076,34.74594],[-93.56443,34.75057],[-93.55811,34.75517],[-93.55178,34.75981],[-93.54551,34.76429],[-93.53917,34.76894],[-93.53285,34.77352],[-93.52637,34.77851],[-93.51996,34.78333],[-93.51353,34.78818],[-93.50714,34.79293],[-93.50078,34.7976],[-93.49442,34.80227],[-93.48807,34.80691],[-93.48172,34.81155],[-93.47538,34.81615],[-93.46904,34.82076],[-93.46269,34.82537],[-93.45628,34.83016],[-93.44986,34.83493],[-93.44345,34.83969],[-93.43706,34.8444],[-93.43068,34.84909],[-93.4243,34.85375],[-93.41793,34.85841],[-93.41155,34.86307],[-93.40524,34.86758],[-93.39889,34.87217],[-93.39257,34.87667],[-93.38617,34.88138],[-93.37975,34.88612],[-93.37338,34.89074],[-93.36704,34.8953],[-93.36058,34.90012],[-93.3541,34.90499],[-93.34768,34.90972],[-93.34122,34.91453],[-93.33474,34.91939],[-93.32831,34.92413],[-93.32187,34.92889],[-93.31546,34.93356],[-93.30903,34.9383],[-93.30255,34.94315],[-93.29613,34.94783],[-93.28972,34.9525],[-93.28332,34.95714],[-93.27691,34.96181],[-93.27049,34.96649],[-93.26408,34.97114],[-93.25769,34.97572],[-93.25131,34.9803],[-93.24497,34.98479],[-93.2386,34.98932],[-93.23227,34.99379],[-93.22594,34.99823],[-93.21934,35.00328],[-93.21284,35.00812],[-93.2064,35.01281],[-93.1999,35.01764],[-93.19336,35.02255],[-93.18691,35.02726],[-93.18047,35.03194],[-93.17401,35.03664],[-93.16757,35.04131],[-93.16112,35.046],[-93.15468,35.05066],[-93.14822,35.05534],[-93.14178,35.06],[-93.13533,35.06467],[-93.12889,35.06933],[-93.12243,35.07401],[-93.11597,35.07869],[-93.1095,35.08338],[-93.10307,35.088],[-93.09663,35.09263],[-93.09015,35.09734],[-93.08367,35.10204],[-93.0772,35.10674],[-93.07075,35.11137],[-93.06428,35.11605],[-93.0578,35.12073],[-93.05134,35.12538],[-93.04486,35.13006],[-93.03837,35.13476],[-93.03189,35.13944],[-93.02543,35.14408],[-93.01894,35.14877],[-93.01246,35.15344],[-93.00598,35.15811],[-92.9995,35.16277],[-92.99301,35.16745],[-92.98653,35.1721],[-92.98005,35.17675],[-92.97356,35.18143],[-92.96706,35.18612],[-92.96058,35.19075],[-92.95408,35.19543],[-92.94757,35.20013],[-92.94108,35.20479],[-92.93457,35.20946],[-92.92807,35.21413],[-92.92157,35.21881],[-92.91506,35.22347],[-92.90856,35.22813],[-92.90205,35.2328],[-92.89555,35.23746],[-92.88905,35.24211],[-92.88253,35.24678],[-92.87602,35.25144],[-92.86951,35.25609],[-92.86298,35.2608],[-92.85645,35.26548],[-92.84993,35.27016],[-92.8434,35.27483],[-92.83692,35.27941],[-92.83045,35.28395],[-92.82389,35.2887],[-92.81736,35.29336],[-92.81087,35.29795],[-92.80436,35.30257],[-92.79791,35.30705],[-92.79142,35.31161],[-92.78488,35.31629],[-92.77825,35.32115],[-92.77168,35.32588],[-92.76516,35.33052],[-92.75863,35.33514],[-92.75208,35.33982],[-92.74552,35.34452],[-92.73899,35.34915],[-92.73245,35.35379],[-92.72591,35.35842],[-92.7194,35.36301],[-92.71285,35.36767],[-92.70629,35.37234],[-92.69975,35.37696],[-92.69314,35.38174],[-92.68656,35.38643],[-92.68004,35.39102],[-92.67347,35.39568],[-92.66685,35.40048],[-92.66023,35.40524],[-92.65363,35.40998],[-92.64714,35.41447],[-92.64058,35.41911],[-92.63397,35.42384],[-92.6274,35.4285],[-92.62082,35.43318],[-92.61423,35.43785],[-92.60767,35.44248],[-92.6011,35.44712],[-92.59455,35.4517],[-92.58794,35.45642],[-92.58136,35.46106],[-92.57476,35.46575],[-92.56816,35.47043],[-92.56164,35.47496],[-92.55508,35.47954],[-92.5485,35.48416],[-92.54196,35.4887],[-92.53539,35.49332],[-92.5288,35.49794],[-92.52221,35.50259],[-92.51561,35.50724],[-92.509,35.51192],[-92.50243,35.5165],[-92.49578,35.52124],[-92.48907,35.52613],[-92.48238,35.53094],[-92.47584,35.53546],[-92.46916,35.54025],[-92.46254,35.54493],[-92.45593,35.54955],[-92.44931,35.55421],[-92.4427,35.55885],[-92.43607,35.56354],[-92.42935,35.56839],[-92.42272,35.57305],[-92.41608,35.57774],[-92.40939,35.58253],[-92.40282,35.58705],[-92.39633,35.59142],[-92.38977,35.59592],[-92.38314,35.60057],[-92.37638,35.60548],[-92.36981,35.61],[-92.36326,35.61448],[-92.35652,35.61931],[-92.34978,35.62417],[-92.34316,35.62878],[-92.33655,35.63336],[-92.32985,35.63811],[-92.32308,35.64302],[-92.31637,35.64779],[-92.30972,35.65244],[-92.30307,35.65707],[-92.29642,35.66172],[-92.28994,35.66602],[-92.28328,35.67067],[-92.27659,35.67538],[-92.26996,35.67997],[-92.26334,35.68452],[-92.25664,35.68924],[-92.24996,35.69392],[-92.24333,35.69849],[-92.23674,35.70298],[-92.23014,35.7075],[-92.22345,35.71219],[-92.21672,35.71693],[-92.2101,35.72148],[-92.20344,35.72608],[-92.19669,35.73087],[-92.18995,35.73564],[-92.18323,35.74037],[-92.17651,35.74507],[-92.16977,35.74984],[-92.16311,35.75441],[-92.15634,35.75922],[-92.1497,35.76377],[-92.14308,35.76828],[-92.13641,35.77287],[-92.12963,35.77768],[-92.12287,35.78246],[-92.11633,35.78678],[-92.10969,35.79131],[-92.10296,35.79601],[-92.09618,35.8008],[-92.08941,35.80558],[-92.08279,35.81005],[-92.07614,35.81458],[-92.06941,35.81927],[-92.06271,35.82387],[-92.05569,35.82911],[-92.04877,35.83415],[-92.04211,35.83868],[-92.03544,35.84324],[-92.02877,35.84777],[-92.02231,35.8519],[-92.01575,35.85623],[-92.00876,35.86139],[-92.00171,35.86665],[-91.99491,35.87143],[-91.98816,35.87612],[-91.98139,35.88082],[-91.97462,35.88554],[-91.96787,35.89019],[-91.96112,35.89486],[-91.95446,35.89935],[-91.94775,35.90393],[-91.94092,35.90873],[-91.93395,35.9138],[-91.9274,35.91806],[-91.92064,35.92273],[-91.91399,35.92719],[-91.90728,35.93174],[-91.90047,35.93649],[-91.89375,35.94106],[-91.88693,35.94581],[-91.88019,35.95043],[-91.87344,35.95503],[-91.86655,35.95993],[-91.85971,35.96471],[-91.85302,35.96921],[-91.84617,35.97399],[-91.83938,35.97867],[-91.83269,35.98317],[-91.82588,35.98786],[-91.81911,35.9925],[-91.81232,35.99717],[-91.80557,36.00175],[-91.79882,36.00632],[-91.79204,36.01097],[-91.78521,36.01568],[-91.77839,36.02039],[-91.77163,36.02498],[-91.76483,36.02965],[-91.75796,36.03442],[-91.75114,36.03912],[-91.7443,36.04385],[-91.73747,36.04855],[-91.73064,36.05323],[-91.72381,36.05793],[-91.717,36.06258],[-91.7102,36.06722],[-91.70338,36.07189],[-91.69654,36.07659],[-91.68972,36.08125],[-91.68294,36.08582],[-91.67611,36.0905],[-91.66923,36.09525],[-91.66244,36.09984],[-91.65559,36.10453],[-91.6487,36.1093],[-91.64187,36.11395],[-91.63508,36.11854],[-91.62828,36.12313],[-91.62144,36.12779],[-91.61463,36.13239],[-91.60782,36.13699],[-91.60101,36.14158],[-91.59413,36.1463],[-91.58727,36.15098],[-91.58048,36.15554],[-91.57362,36.1602],[-91.56671,36.16497],[-91.55981,36.16971],[-91.55293,36.17442],[-91.54604,36.17913],[-91.53915,36.18384],[-91.53226,36.18854],[-91.52543,36.19315],[-91.51859,36.19776],[-91.51176,36.20234],[-91.50491,36.20696],[-91.49808,36.21154],[-91.49126,36.21612],[-91.48438,36.22078],[-91.47745,36.22553],[-91.47051,36.23029],[-91.46362,36.23496],[-91.45678,36.23955],[-91.44989,36.24421],[-91.44303,36.24883],[-91.43612,36.25352],[-91.42921,36.25822],[-91.42222,36.26305],[-91.41529,36.26777],[-91.40837,36.27247],[-91.40157,36.27695],[-91.39476,36.28144],[-91.38786,36.2861],[-91.38091,36.29085],[-91.37407,36.2954],[-91.36711,36.30014],[-91.36016,36.30488],[-91.35333,36.30938],[-91.34639,36.31408],[-91.33953,36.31865],[-91.33248,36.32354],[-91.32556,36.32821],[-91.31866,36.33283],[-91.31183,36.33732],[-91.30497,36.34187],[-91.29804,36.34653],[-91.29114,36.35114],[-91.28415,36.3559],[-91.27723,36.36054],[-91.2703,36.36519],[-91.26329,36.36998],[-91.25635,36.37463],[-91.2494,36.37932],[-91.24244,36.384],[-91.23558,36.38851],[-91.22872,36.39302],[-91.22177,36.39768],[-91.21479,36.4024],[-91.20776,36.40719],[-91.20081,36.41183],[-91.19385,36.41651],[-91.18694,36.42108],[-91.17993,36.42583],[-91.17292,36.43058],[-91.16592,36.4353],[-91.15892,36.44002],[-91.15194,36.44469],[-91.145,36.4493],[-91.1381,36.45384],[-91.13114,36.45848],[-91.12419,36.46308],[-91.11729,36.46761],[-91.11037,36.47217],[-91.10337,36.47687],[-91.09635,36.48158],[-91.08931,36.48634],[-91.08232,36.49101],[-91.07538,36.49559],[-91.06839,36.50025],[-91.06138,36.50493],[-91.05443,36.50951],[-91.04747,36.51411],[-91.04042,36.51886],[-91.03338,36.52358],[-91.02639,36.52821],[-91.01944,36.53279],[-91.01238,36.53754],[-91.00534,36.54226],[-90.99837,36.54685],[-90.99142,36.5514],[-90.98439,36.55607],[-90.97738,36.56073],[-90.97029,36.56551],[-90.96328,36.57015],[-90.95626,36.5748],[-90.94927,36.57941],[-90.9423,36.58397],[-90.93527,36.58864],[-90.92826,36.59327],[-90.92122,36.59794],[-90.91417,36.60263],[-90.90716,36.60724],[-90.90011,36.61191],[-90.89305,36.61661],[-90.88599,36.62131],[-90.87892,36.626],[-90.87187,36.63067],[-90.86483,36.63531],[-90.85776,36.64001],[-90.85068,36.64471],[-90.84371,36.64924],[-90.83669,36.65383],[-90.82963,36.6585],[-90.82259,36.66313],[-90.81556,36.66773],[-90.80856,36.67228],[-90.80153,36.67688],[-90.79444,36.68157],[-90.78741,36.68618],[-90.78033,36.69084],[-90.77325,36.69551],[-90.76618,36.70018],[-90.75909,36.70484],[-90.75199,36.70954],[-90.74489,36.71422],[-90.73781,36.71889],[-90.73068,36.72361],[-90.72365,36.72817],[-90.71663,36.73273],[-90.7095,36.73744],[-90.70242,36.74208],[-90.69538,36.74666],[-90.6883,36.75128],[-90.68119,36.75595],[-90.67408,36.76063],[-90.66693,36.76537],[-90.65982,36.77004],[-90.65274,36.77465],[-90.64568,36.77923],[-90.63861,36.78382],[-90.63147,36.78851],[-90.62436,36.79317],[-90.61729,36.79775],[-90.61018,36.8024],[-90.60304,36.80709],[-90.5959,36.81177],[-90.58875,36.81647],[-90.58155,36.82124],[-90.5745,36.82577],[-90.56743,36.83033],[-90.5603,36.83497],[-90.55317,36.83964],[-90.54593,36.84446],[-90.53878,36.84913],[-90.53171,36.85367],[-90.52458,36.85832],[-90.5175,36.86286],[-90.51038,36.86747],[-90.5032,36.87218],[-90.496,36.87692],[-90.48887,36.88155],[-90.48168,36.88625],[-90.47448,36.89098],[-90.46728,36.8957],[-90.46018,36.90025],[-90.45309,36.9048],[-90.44597,36.90939],[-90.43884,36.91398],[-90.43171,36.91857],[-90.42453,36.92325],[-90.41736,36.9279],[-90.41016,36.93259],[-90.40294,36.93732],[-90.39576,36.94197],[-90.38861,36.94659],[-90.38149,36.95114],[-90.37428,36.95583],[-90.36705,36.96055],[-90.35984,36.96524],[-90.35262,36.96994],[-90.34549,36.9745],[-90.33822,36.97927],[-90.331,36.98396],[-90.32391,36.98845],[-90.31678,36.99299],[-90.30961,36.9976],[-90.30241,37.00224],[-90.29518,37.00693],[-90.28798,37.01158],[-90.28078,37.01621],[-90.27362,37.02078],[-90.26643,37.0254],[-90.25922,37.03004],[-90.25199,37.03471],[-90.24475,37.03939],[-90.23748,37.04411],[-90.23025,37.04877],[-90.22306,37.05337],[-90.21584,37.05801],[-90.20866,37.06258],[-90.20142,37.06725],[-90.19414,37.07196],[-90.18682,37.07675],[-90.17961,37.08135],[-90.17239,37.08598],[-90.16521,37.09053],[-90.15798,37.09516],[-90.15067,37.0999],[-90.14342,37.10455],[-90.13622,37.10914],[-90.129,37.11373],[-90.1217,37.11845],[-90.11451,37.12299],[-90.10724,37.12766],[-90.09997,37.13233],[-90.09268,37.13702],[-90.08536,37.14176],[-90.07807,37.14644],[-90.07081,37.15108],[-90.06357,37.15567],[-90.0564,37.16017],[-90.04918,37.16473],[-90.04183,37.1695],[-90.03449,37.17424],[-90.02726,37.17881],[-90.01997,37.18347],[-90.01267,37.18813],[-90.00545,37.19268],[-89.99818,37.1973],[-89.99083,37.20204],[-89.98353,37.20669],[-89.97637,37.21114],[-89.96904,37.21582],[-89.96168,37.22057],[-89.95446,37.22509],[-89.94723,37.22963],[-89.9399,37.23431],[-89.93258,37.23897],[-89.92526,37.24364],[-89.91795,37.24828],[-89.91059,37.25301],[-89.90328,37.25764],[-89.89599,37.26224],[-89.88865,37.26692],[-89.88126,37.27167],[-89.87393,37.27633],[-89.86659,37.28099],[-89.85924,37.28566],[-89.85199,37.29019],[-89.84469,37.29479],[-89.83741,37.29934],[-89.83013,37.3039],[-89.82276,37.30859],[-89.81537,37.31331],[-89.80809,37.31787],[-89.80069,37.3226],[-89.79329,37.32732],[-89.78588,37.33205],[-89.77858,37.33661],[-89.77126,37.34122],[-89.76393,37.34582],[-89.75651,37.35056],[-89.74915,37.35521],[-89.74182,37.3598],[-89.73446,37.36444],[-89.72715,37.36899],[-89.71979,37.37362],[-89.71239,37.37831],[-89.70503,37.38294],[-89.69766,37.38757],[-89.69029,37.39222],[-89.68292,37.39684],[-89.67556,37.40145],[-89.66818,37.40608],[-89.66081,37.41071],[-89.65341,37.41537],[-89.64606,37.41996],[-89.63868,37.42459],[-89.63131,37.42919],[-89.62395,37.43377],[-89.61657,37.4384],[-89.60909,37.44315],[-89.60166,37.44783],[-89.5943,37.45242],[-89.58693,37.457],[-89.57947,37.46172],[-89.57203,37.4664],[-89.56456,37.47113],[-89.55718,37.47571],[-89.54982,37.48028],[-89.54242,37.48489],[-89.53493,37.48963],[-89.52752,37.49425],[-89.52013,37.49884],[-89.51268,37.5035],[-89.50515,37.50829],[-89.49769,37.51298],[-89.49027,37.5176],[-89.48284,37.52224],[-89.4754,37.52687],[-89.46796,37.5315],[-89.46053,37.53614],[-89.4531,37.54075],[-89.44568,37.54535],[-89.43844,37.54968],[-89.4311,37.55416],[-89.42359,37.55889],[-89.41613,37.56353],[-89.40868,37.56815],[-89.40116,37.57289],[-89.39366,37.57758],[-89.38634,37.58201],[-89.37885,37.58668],[-89.3714,37.59128],[-89.36402,37.5958],[-89.35646,37.60056],[-89.34887,37.60536],[-89.34135,37.61007],[-89.33399,37.61453],[-89.32648,37.6192],[-89.31896,37.62389],[-89.31155,37.62842],[-89.30407,37.63305],[-89.29652,37.63777],[-89.28894,37.64254],[-89.28148,37.64712],[-89.27405,37.65166],[-89.26649,37.65639],[-89.25908,37.66089],[-89.25162,37.66547],[-89.24409,37.67014],[-89.23654,37.67483],[-89.22902,37.67949],[-89.22146,37.68419],[-89.2139,37.68889],[-89.20638,37.69353],[-89.19886,37.69816],[-89.19132,37.70283],[-89.18378,37.70749],[-89.17624,37.71215],[-89.16871,37.71678],[-89.16121,37.72138],[-89.15369,37.726],[-89.14615,37.73063],[-89.13862,37.73526],[-89.13108,37.73989],[-89.12355,37.74452],[-89.11602,37.74913],[-89.10848,37.75376],[-89.10096,37.75836],[-89.09341,37.76299],[-89.08587,37.76761],[-89.07831,37.77226],[-89.07075,37.77689],[-89.06316,37.78157],[-89.05562,37.78617],[-89.04807,37.79078],[-89.04051,37.79541],[-89.03294,37.80005],[-89.02536,37.80469],[-89.01778,37.80934],[-89.01019,37.81399],[-89.00262,37.81861],[-88.99503,37.82327],[-88.98744,37.82791],[-88.97985,37.83255],[-88.97228,37.83716],[-88.96471,37.84177],[-88.95712,37.8464],[-88.94954,37.85102],[-88.94199,37.8556],[-88.93441,37.8602],[-88.9268,37.86485],[-88.91917,37.86952],[-88.91156,37.87416],[-88.90395,37.87879],[-88.89635,37.88341],[-88.88874,37.88805],[-88.88113,37.89267],[-88.87351,37.89731],[-88.8659,37.90193],[-88.85829,37.90656],[-88.85066,37.91119],[-88.84303,37.91583],[-88.83541,37.92046],[-88.82779,37.92508],[-88.82017,37.92969],[-88.81254,37.93431],[-88.80492,37.93893],[-88.7973,37.94354],[-88.78966,37.94816],[-88.78202,37.95279],[-88.77439,37.9574],[-88.76675,37.96202],[-88.75911,37.96664],[-88.75148,37.97124],[-88.74382,37.97588],[-88.73618,37.98049],[-88.72855,37.98508],[-88.72095,37.98962],[-88.7133,37.99424],[-88.70559,37.99892],[-88.69794,38.00353],[-88.69027,38.00816],[-88.6826,38.01278],[-88.67494,38.01739],[-88.66727,38.02202],[-88.65957,38.02667],[-88.65192,38.03126],[-88.64421,38.03592],[-88.63651,38.04057],[-88.62881,38.04521],[-88.6211,38.04986],[-88.61343,38.05446],[-88.60575,38.05907],[-88.59805,38.0637],[-88.59034,38.06835],[-88.5826,38.07303],[-88.57492,38.07761],[-88.5672,38.08226],[-88.55947,38.08691],[-88.55175,38.09156],[-88.54408,38.09612],[-88.53639,38.10072],[-88.52868,38.10534],[-88.52092,38.11001],[-88.51326,38.11455],[-88.50554,38.11917],[-88.4978,38.12381],[-88.49007,38.12844],[-88.48232,38.13309],[-88.47456,38.13775],[-88.46679,38.14242],[-88.45904,38.14706],[-88.45131,38.15167],[-88.44359,38.15626],[-88.43584,38.16089],[-88.42813,38.16547],[-88.42033,38.17016],[-88.41257,38.1748],[-88.4048,38.17944],[-88.39705,38.18405],[-88.3893,38.18866],[-88.38156,38.19326],[-88.37376,38.19792],[-88.36597,38.20258],[-88.3582,38.20721],[-88.35042,38.21184],[-88.34265,38.21645],[-88.33488,38.22107],[-88.3271,38.22569],[-88.31932,38.23032],[-88.31156,38.23491],[-88.30384,38.23945],[-88.29603,38.2441],[-88.28825,38.24871],[-88.28044,38.25336],[-88.27267,38.25794],[-88.26485,38.26259],[-88.25704,38.26723],[-88.24924,38.27185],[-88.24147,38.27643],[-88.2337,38.281],[-88.2259,38.28561],[-88.21799,38.29036],[-88.21017,38.29499],[-88.20235,38.29961],[-88.19454,38.30422],[-88.18673,38.30882],[-88.17892,38.31344],[-88.1711,38.31805],[-88.1633,38.32263],[-88.1555,38.3272],[-88.14761,38.3319],[-88.1398,38.33648],[-88.13195,38.34113],[-88.12408,38.34578],[-88.11625,38.35039],[-88.1084,38.35501],[-88.10056,38.35963],[-88.09272,38.36423],[-88.08489,38.36882],[-88.07705,38.37341],[-88.06926,38.37796],[-88.06145,38.3825],[-88.05358,38.38714],[-88.04569,38.39179],[-88.03784,38.39639],[-88.02991,38.40108],[-88.022,38.40575],[-88.0141,38.4104],[-88.00621,38.41503],[-87.99834,38.41965],[-87.99047,38.42425],[-87.98258,38.42887],[-87.97469,38.4335],[-87.96679,38.43812],[-87.95891,38.44273],[-87.95103,38.44733],[-87.94312,38.45196],[-87.93522,38.45658],[-87.92737,38.46115],[-87.91944,38.46579],[-87.91156,38.47037],[-87.90367,38.47497],[-87.89579,38.47955],[-87.88785,38.4842],[-87.87991,38.48884],[-87.872,38.49346],[-87.8641,38.49804],[-87.85621,38.50262],[-87.84832,38.50719],[-87.84044,38.51174],[-87.83246,38.51642],[-87.82449,38.52108],[-87.81655,38.52571],[-87.80861,38.53032],[-87.80064,38.53498],[-87.7927,38.53959],[-87.78478,38.54417],[-87.77687,38.54875],[-87.76894,38.55334],[-87.76101,38.55792],[-87.75301,38.5626],[-87.74505,38.56721],[-87.73713,38.57178],[-87.72909,38.57648],[-87.72112,38.58111],[-87.71315,38.58573],[-87.70517,38.59035],[-87.6972,38.59497],[-87.68922,38.59959],[-87.68127,38.60416],[-87.67335,38.60871],[-87.66536,38.61333],[-87.65733,38.61799],[-87.64932,38.62263],[-87.64132,38.62726],[-87.63333,38.63187],[-87.62535,38.63647],[-87.61734,38.64109],[-87.60935,38.64569],[-87.60134,38.65032],[-87.59333,38.65494],[-87.58533,38.65955],[-87.57732,38.66416],[-87.56931,38.66876],[-87.56131,38.67336],[-87.55329,38.67797],[-87.54527,38.68258],[-87.53725,38.68719],[-87.52923,38.6918],[-87.52122,38.6964],[-87.51318,38.70102],[-87.50519,38.70557],[-87.49718,38.71015],[-87.4892,38.7147],[-87.4811,38.71938],[-87.47308,38.72397],[-87.46503,38.72859],[-87.45699,38.73319],[-87.44896,38.73777],[-87.44092,38.74236],[-87.43284,38.747],[-87.42479,38.7516],[-87.41676,38.75619],[-87.40875,38.76072],[-87.40072,38.76529],[-87.39266,38.76989],[-87.38458,38.77452],[-87.37645,38.77919],[-87.36843,38.78374],[-87.36034,38.78836],[-87.35222,38.79302],[-87.34415,38.79761],[-87.33606,38.80223],[-87.32796,38.80685],[-87.3198,38.81154],[-87.31171,38.81614],[-87.30367,38.82069],[-87.2956,38.82526],[-87.28744,38.82994],[-87.27933,38.83455],[-87.27131,38.83906],[-87.26315,38.84374],[-87.255,38.84838],[-87.24688,38.853],[-87.23876,38.85761],[-87.23064,38.86222],[-87.22253,38.86682],[-87.2144,38.87143],[-87.20627,38.87604],[-87.19815,38.88064],[-87.19002,38.88524],[-87.18189,38.88984],[-87.17376,38.89444],[-87.16562,38.89904],[-87.15748,38.90365],[-87.14933,38.90826],[-87.14119,38.91286],[-87.13304,38.91746],[-87.12489,38.92206],[-87.11674,38.92667],[-87.10859,38.93127],[-87.10044,38.93586],[-87.09227,38.94047],[-87.08411,38.94507],[-87.07595,38.94966],[-87.06777,38.95428],[-87.05961,38.95887],[-87.05144,38.96347],[-87.04327,38.96806],[-87.0351,38.97266],[-87.02692,38.97725],[-87.01875,38.98184],[-87.01056,38.98645],[-87.00236,38.99106],[-86.99421,38.99562],[-86.98601,39.00022],[-86.97777,39.00487],[-86.96956,39.00948],[-86.96136,39.01408],[-86.95322,39.01861],[-86.94504,39.02317],[-86.93688,39.02771],[-86.92858,39.03242],[-86.92039,39.03698],[-86.91221,39.04154],[-86.90396,39.04617],[-86.89568,39.05084],[-86.88746,39.05544],[-86.8793,39.05996],[-86.8712,39.0644],[-86.86301,39.06895],[-86.85456,39.07379],[-86.84641,39.07829],[-86.83821,39.08284],[-86.82992,39.0875],[-86.82167,39.0921],[-86.81343,39.09668],[-86.80526,39.10118],[-86.79708,39.1057],[-86.78878,39.11035],[-86.78066,39.11478],[-86.7723,39.11949],[-86.76392,39.12422],[-86.75562,39.12886],[-86.74752,39.13325],[-86.73917,39.13794],[-86.73097,39.14245],[-86.7228,39.14692],[-86.71457,39.15146],[-86.70616,39.1562],[-86.69772,39.16097],[-86.68948,39.16551],[-86.68125,39.17004],[-86.67297,39.17462],[-86.66479,39.17908],[-86.65646,39.1837],[-86.64814,39.18832],[-86.63979,39.19296],[-86.63153,39.19751],[-86.62327,39.20204],[-86.61489,39.20672],[-86.60652,39.21138],[-86.59822,39.21594],[-86.58995,39.22048],[-86.58165,39.22505],[-86.57323,39.22975],[-86.56477,39.23449],[-86.55633,39.23921],[-86.54794,39.24386],[-86.53965,39.2484],[-86.53142,39.25287],[-86.52303,39.25752],[-86.51479,39.26199],[-86.50633,39.26671],[-86.49803,39.27125],[-86.48971,39.2758],[-86.48131,39.28044],[-86.47289,39.2851],[-86.46453,39.28969],[-86.45622,39.29422],[-86.44797,39.29868],[-86.43962,39.30326],[-86.43136,39.30772],[-86.42303,39.31226],[-86.41459,39.31692],[-86.40624,39.32147],[-86.39781,39.32612],[-86.38934,39.3308],[-86.38106,39.33527],[-86.37251,39.34004],[-86.36404,39.34471],[-86.35566,39.34928],[-86.34729,39.35385],[-86.33875,39.35858],[-86.33031,39.36321],[-86.32197,39.36773],[-86.31358,39.37229],[-86.3052,39.37685],[-86.29682,39.38139],[-86.2884,39.38598],[-86.27995,39.3906],[-86.27155,39.39516],[-86.26315,39.39972],[-86.25473,39.4043],[-86.2463,39.40888],[-86.23787,39.41347],[-86.22943,39.41806],[-86.221,39.42263],[-86.21257,39.42721],[-86.20413,39.43178],[-86.19568,39.43637],[-86.18723,39.44096],[-86.17878,39.44553],[-86.17033,39.45012],[-86.16183,39.45475],[-86.15338,39.45932],[-86.14491,39.46391],[-86.13644,39.4685],[-86.12794,39.47312],[-86.11945,39.47772],[-86.11096,39.48232],[-86.10246,39.48693],[-86.09396,39.49153],[-86.08548,39.49611],[-86.07699,39.5007],[-86.06849,39.50529],[-86.06,39.50987],[-86.05151,39.51445],[-86.04301,39.51904],[-86.03448,39.52365],[-86.02599,39.52822],[-86.01749,39.5328],[-86.00897,39.53739],[-86.00043,39.542],[-85.9919,39.5466],[-85.98337,39.55119],[-85.97485,39.55577],[-85.96633,39.56036],[-85.9578,39.56494],[-85.94926,39.56953],[-85.94073,39.57411],[-85.93219,39.5787],[-85.92366,39.58327],[-85.91513,39.58784],[-85.90661,39.5924],[-85.89806,39.59698],[-85.88952,39.60156],[-85.88099,39.60611],[-85.87242,39.61071],[-85.86386,39.61529],[-85.85531,39.61986],[-85.84674,39.62445],[-85.83818,39.62902],[-85.82961,39.6336],[-85.82104,39.63817],[-85.81247,39.64275],[-85.8039,39.64732],[-85.79533,39.65189],[-85.78673,39.65649],[-85.77815,39.66106],[-85.76958,39.66562],[-85.76099,39.6702],[-85.7524,39.67477],[-85.74382,39.67933],[-85.73521,39.68392],[-85.72659,39.68851],[-85.71795,39.69313],[-85.70934,39.69771],[-85.70074,39.70227],[-85.69212,39.70685],[-85.6835,39.71143],[-85.67489,39.716],[-85.66629,39.72055],[-85.65768,39.72511],[-85.64911,39.72962],[-85.64045,39.73423],[-85.63184,39.73878],[-85.62323,39.74333],[-85.61459,39.74791],[-85.60595,39.75248],[-85.5973,39.75705],[-85.58866,39.76162],[-85.58002,39.76619],[-85.57134,39.77078],[-85.56264,39.7754],[-85.55394,39.78002],[-85.54527,39.7846],[-85.5366,39.78919],[-85.52794,39.79375],[-85.51926,39.79833],[-85.5106,39.80288],[-85.50197,39.80741],[-85.49337,39.81189],[-85.48468,39.81647],[-85.47599,39.82105],[-85.46733,39.8256],[-85.45868,39.83013],[-85.44996,39.83472],[-85.44127,39.83929],[-85.43257,39.84385],[-85.42389,39.84841],[-85.41518,39.85298],[-85.40645,39.85757],[-85.39774,39.86214],[-85.38902,39.86671],[-85.38031,39.87128],[-85.37158,39.87586],[-85.36285,39.88044],[-85.3541,39.88503],[-85.34535,39.88962],[-85.33662,39.89419],[-85.32789,39.89875],[-85.31916,39.90331],[-85.31041,39.90788],[-85.30166,39.91246],[-85.29292,39.91703],[-85.28419,39.92157],[-85.27546,39.92612],[-85.26672,39.93067],[-85.25797,39.93522],[-85.24922,39.93978],[-85.24047,39.94433],[-85.23169,39.94891],[-85.22294,39.95346],[-85.21414,39.95805],[-85.20534,39.96264],[-85.19647,39.9673],[-85.18762,39.97194],[-85.17894,39.97639],[-85.17023,39.98088],[-85.16136,39.98553],[-85.15248,39.99018],[-85.14365,39.99478],[-85.1349,39.9993],[-85.12606,40.00389],[-85.11725,40.00847],[-85.10847,40.013],[-85.09969,40.01752],[-85.09088,40.02209],[-85.08207,40.02665],[-85.07323,40.03123],[-85.06444,40.03576],[-85.0556,40.04033],[-85.0468,40.04486],[-85.03796,40.04943],[-85.02915,40.05397],[-85.0203,40.05855],[-85.01145,40.06312],[-85.00259,40.0677],[-84.99371,40.07229],[-84.98482,40.07689],[-84.97597,40.08145],[-84.96711,40.08601],[-84.95824,40.09058],[-84.94934,40.09518],[-84.94047,40.09974],[-84.93163,40.10428],[-84.92275,40.10885],[-84.91387,40.11341],[-84.90498,40.11799],[-84.89608,40.12256],[-84.88717,40.12715],[-84.87827,40.13172],[-84.86936,40.1363],[-84.86044,40.14088],[-84.85152,40.14547],[-84.84262,40.15003],[-84.83371,40.15459],[-84.82476,40.1592],[-84.81583,40.16378],[-84.8069,40.16835],[-84.79797,40.17293],[-84.78904,40.1775],[-84.78009,40.18208],[-84.77117,40.18664],[-84.76223,40.19121],[-84.75328,40.19579],[-84.74432,40.20037],[-84.73537,40.20494],[-84.72639,40.20953],[-84.71743,40.21411],[-84.70848,40.21867],[-84.69951,40.22325],[-84.69053,40.22783],[-84.68156,40.2324],[-84.67258,40.23697],[-84.66364,40.24151],[-84.65469,40.24605],[-84.64569,40.25064],[-84.63671,40.2552],[-84.62774,40.25976],[-84.61879,40.26429],[-84.60985,40.26881],[-84.60086,40.27336],[-84.59187,40.27793],[-84.58285,40.28251],[-84.57383,40.28708],[-84.5648,40.29167],[-84.55579,40.29624],[-84.54679,40.30079],[-84.53776,40.30537],[-84.52871,40.30996],[-84.51969,40.31453],[-84.51067,40.31909],[-84.50162,40.32367],[-84.49257,40.32825],[-84.48353,40.33281],[-84.47449,40.33738],[-84.46544,40.34196],[-84.45642,40.34649],[-84.44735,40.35107],[-84.4383,40.35564],[-84.42926,40.36019],[-84.4202,40.36475],[-84.41115,40.3693],[-84.4021,40.37385],[-84.39304,40.3784],[-84.38396,40.38297],[-84.37491,40.38751],[-84.36583,40.39208],[-84.35676,40.39663],[-84.34768,40.40119],[-84.33861,40.40573],[-84.32953,40.41028],[-84.32045,40.41483],[-84.31136,40.41939],[-84.30227,40.42394],[-84.29317,40.4285],[-84.28409,40.43304],[-84.27495,40.43762],[-84.26586,40.44217],[-84.25675,40.44672],[-84.24764,40.45127],[-84.23849,40.45586],[-84.22942,40.46036],[-84.22031,40.46491],[-84.21119,40.46945],[-84.20209,40.47398],[-84.19294,40.47855],[-84.18382,40.48308],[-84.17467,40.48765],[-84.16555,40.49218],[-84.1564,40.49674],[-84.14723,40.50131],[-84.13809,40.50585],[-84.12895,40.5104],[-84.11977,40.51496],[-84.1106,40.51952],[-84.10145,40.52406],[-84.09226,40.52864],[-84.08311,40.53316],[-84.07393,40.53772],[-84.06475,40.54227],[-84.05556,40.54683],[-84.0464,40.55136],[-84.03719,40.55593],[-84.02801,40.56047],[-84.01883,40.56501],[-84.00965,40.56955],[-84.00044,40.57411],[-83.99122,40.57866],[-83.98203,40.5832],[-83.9728,40.58776],[-83.9636,40.5923],[-83.95438,40.59686],[-83.94519,40.60138],[-83.93596,40.60593],[-83.92673,40.61048],[-83.91752,40.61501],[-83.90832,40.61952],[-83.89909,40.62407],[-83.88981,40.62866],[-83.88055,40.63322],[-83.87129,40.63777],[-83.86201,40.64235],[-83.85276,40.6469],[-83.84343,40.65151],[-83.83417,40.65606],[-83.82488,40.66063],[-83.8156,40.66519],[-83.80633,40.66974],[-83.79706,40.67428],[-83.78777,40.67883],[-83.7785,40.68337],[-83.76922,40.68792],[-83.75993,40.69247],[-83.75064,40.69701],[-83.7414,40.70151],[-83.73212,40.70603],[-83.72286,40.71054],[-83.71353,40.71511],[-83.70422,40.71966],[-83.69488,40.72423],[-83.68555,40.72879],[-83.67623,40.73334],[-83.66689,40.7379],[-83.65756,40.74245],[-83.6482,40.74703],[-83.63883,40.75161],[-83.62948,40.75616],[-83.62014,40.76071],[-83.61078,40.76527],[-83.60144,40.76981],[-83.5921,40.77434],[-83.58278,40.77885],[-83.57339,40.78343],[-83.56404,40.78797],[-83.55469,40.7925],[-83.54532,40.79704],[-83.53595,40.80159],[-83.52661,40.8061],[-83.51722,40.81065],[-83.50783,40.81521],[-83.49844,40.81976],[-83.48904,40.82431],[-83.47964,40.82887],[-83.47022,40.83343],[-83.46082,40.83797],[-83.45142,40.84252],[-83.44203,40.84704],[-83.43261,40.85159],[-83.42319,40.85615],[-83.41378,40.86069],[-83.40434,40.86524],[-83.39494,40.86977],[-83.38549,40.87433],[-83.37605,40.87888],[-83.36659,40.88345],[-83.35718,40.88797],[-83.34774,40.89251],[-83.33828,40.89707],[-83.32883,40.90161],[-83.3194,40.90613],[-83.30995,40.91067],[-83.30048,40.91522],[-83.29103,40.91975],[-83.28157,40.92429],[-83.27211,40.92882],[-83.2626,40.9334],[-83.25313,40.93793],[-83.24368,40.94245],[-83.23421,40.94697],[-83.22471,40.95153],[-83.21525,40.95604],[-83.20575,40.96059],[-83.1963,40.96509],[-83.1868,40.96963],[-83.17729,40.97417],[-83.16781,40.97868],[-83.15834,40.98319],[-83.14883,40.98772],[-83.13935,40.99223],[-83.12983,40.99676],[-83.12032,41.00129],[-83.11084,41.00579],[-83.10132,41.01032],[-83.0918,41.01483],[-83.08228,41.01936],[-83.07276,41.02388],[-83.06324,41.02839],[-83.05374,41.03288],[-83.0442,41.03741],[-83.03465,41.04194],[-83.02513,41.04644],[-83.01557,41.05098],[-83.00597,41.05554],[-82.99642,41.06006],[-82.98683,41.06461],[-82.97729,41.06912],[-82.96771,41.07365],[-82.95814,41.07817],[-82.94857,41.08269],[-82.93903,41.08718],[-82.92948,41.09168],[-82.91984,41.09625],[-82.91024,41.10078],[-82.90063,41.10531],[-82.89098,41.10988],[-82.88136,41.11443],[-82.87173,41.11898],[-82.86211,41.12351],[-82.85249,41.12804],[-82.84287,41.13256],[-82.83323,41.13711],[-82.82355,41.14168],[-82.81391,41.14621],[-82.80425,41.15076],[-82.79463,41.15527],[-82.78496,41.15982],[-82.77529,41.16437],[-82.76563,41.16891],[-82.75595,41.17345],[-82.74628,41.17799],[-82.7366,41.18253],[-82.7269,41.18709],[-82.71726,41.19159],[-82.70757,41.19613],[-82.6979,41.20066],[-82.6882,41.20519],[-82.67853,41.20971],[-82.66882,41.21426],[-82.6591,41.21881],[-82.64943,41.22331],[-82.63969,41.22787],[-82.63006,41.23234],[-82.62035,41.23686],[-82.61065,41.24138],[-82.60096,41.24588],[-82.59126,41.25039],[-82.58158,41.25488],[-82.5719,41.25937],[-82.56218,41.26389],[-82.55247,41.26839],[-82.5428,41.27286],[-82.53307,41.27738],[-82.52331,41.28191],[-82.51356,41.28644],[-82.50384,41.29094],[-82.49406,41.29549],[-82.48431,41.3],[-82.47455,41.30452],[-82.4648,41.30903],[-82.45505,41.31354],[-82.44528,41.31806],[-82.43551,41.32258],[-82.42572,41.32711],[-82.41591,41.33165],[-82.40616,41.33615],[-82.39641,41.34063],[-82.38658,41.34518],[-82.37677,41.34971],[-82.36696,41.35424],[-82.35714,41.35877],[-82.34733,41.36329],[-82.33751,41.36782],[-82.32767,41.37236],[-82.3177,41.37701],[-82.30802,41.3814],[-82.29817,41.38594],[-82.28833,41.39047],[-82.27849,41.39499],[-82.26867,41.39949],[-82.25881,41.40403],[-82.24886,41.40863],[-82.23896,41.41319],[-82.22909,41.41772],[-82.21924,41.42224],[-82.20939,41.42674],[-82.19954,41.43125],[-82.18968,41.43576],[-82.17982,41.44026],[-82.16996,41.44477],[-82.16007,41.44929],[-82.15017,41.45383],[-82.14027,41.45835],[-82.13041,41.46283],[-82.12054,41.46733],[-82.11065,41.47184],[-82.10076,41.47635],[-82.09084,41.48087],[-82.08091,41.48541],[-82.07102,41.48989],[-82.0611,41.49441],[-82.05118,41.49893],[-82.0413,41.5034],[-82.03134,41.50794],[-82.02139,41.51247],[-82.01144,41.517],[-82.00146,41.52154],[-81.99152,41.52605],[-81.98158,41.53055],[-81.97164,41.53506],[-81.96169,41.53957],[-81.95174,41.54407],[-81.94178,41.54858],[-81.93183,41.55308],[-81.92186,41.55759],[-81.9119,41.56209],[-81.90192,41.5666],[-81.89195,41.5711],[-81.88197,41.57561],[-81.87199,41.58011],[-81.862,41.58461],[-81.85202,41.58912],[-81.84202,41.59362],[-81.83202,41.59812],[-81.82202,41.60263],[-81.81202,41.60713],[-81.80201,41.61163],[-81.792,41.61613],[-81.78198,41.62063],[-81.77196,41.62513],[-81.76194,41.62964],[-81.75191,41.63414],[-81.74188,41.63864],[-81.73184,41.64314],[-81.72181,41.64764],[-81.71176,41.65214],[-81.70172,41.65664],[-81.69167,41.66114],[-81.68161,41.66564],[-81.67155,41.67014],[-81.66149,41.67463],[-81.65142,41.67913],[-81.64135,41.68363],[-81.63128,41.68813],[-81.6212,41.69263],[-81.61112,41.69713],[-81.60104,41.70162],[-81.59095,41.70612],[-81.58086,41.71062],[-81.57076,41.71511],[-81.56066,41.71961],[-81.55055,41.72411],[-81.54044,41.7286],[-81.53033,41.7331],[-81.52022,41.73759],[-81.5101,41.74209],[-81.49997,41.74658],[-81.48984,41.75108],[-81.47971,41.75557],[-81.46958,41.76007],[-81.45944,41.76456],[-81.44929,41.76905],[-81.43915,41.77355],[-81.429,41.77804],[-81.41884,41.78253],[-81.40868,41.78703],[-81.39852,41.79152],[-81.38835,41.79601],[-81.37818,41.8005],[-81.36801,41.80499],[-81.35783,41.80949],[-81.34764,41.81398],[-81.33746,41.81847],[-81.32727,41.82296],[-81.31707,41.82745],[-81.30688,41.83194],[-81.29667,41.83643],[-81.28647,41.84092],[-81.27626,41.84541],[-81.26604,41.8499],[-81.25582,41.85439],[-81.2456,41.85887],[-81.23538,41.86336],[-81.22515,41.86785],[-81.21491,41.87234],[-81.20467,41.87683],[-81.19443,41.88131],[-81.18419,41.8858],[-81.17394,41.89029],[-81.16368,41.89477],[-81.15343,41.89926],[-81.14316,41.90375],[-81.1329,41.90823],[-81.12263,41.91272],[-81.11236,41.9172],[-81.10208,41.92169],[-81.0918,41.92617],[-81.08151,41.93066],[-81.07122,41.93514],[-81.06093,41.93962],[-81.05063,41.94411],[-81.04033,41.94859],[-81.03002,41.95307],[-81.01971,41.95756],[-81.0094,41.96204],[-80.99908,41.96652],[-80.98876,41.971],[-80.97843,41.97549],[-80.9681,41.97997],[-80.95777,41.98445],[-80.94743,41.98893],[-80.93709,41.99341],[-80.92674,41.99789],[-80.91639,42.00237],[-80.90604,42.00685],[-80.89568,42.01133],[-80.88532,42.01581],[-80.87495,42.02029],[-80.86458,42.02477],[-80.85421,42.02925],[-80.84383,42.03373],[-80.83345,42.03821],[-80.82306,42.04268],[-80.81267,42.04716],[-80.80227,42.05164],[-80.79188,42.05611],[-80.78147,42.06059],[-80.77107,42.06507],[-80.76065,42.06954],[-80.75024,42.07402],[-80.73982,42.0785],[-80.7294,42.08297],[-80.71897,42.08745],[-80.70854,42.09192],[-80.6981,42.0964],[-80.68766,42.10087],[-80.67722,42.10534],[-80.66677,42.10982],[-80.65632,42.11429],[-80.64586,42.11877],[-80.6354,42.12324],[-80.62494,42.12771],[-80.61447,42.13218],[-80.604,42.13666],[-80.59352,42.14113],[-80.58304,42.1456],[-80.57255,42.15007],[-80.56206,42.15454],[-80.55157,42.15901],[-80.54107,42.16348],[-80.53057,42.16795],[-80.52007,42.17242],[-80.50956,42.17689],[-80.49904,42.18136],[-80.48852,42.18583],[-80.478,42.1903],[-80.46747,42.19477],[-80.45694,42.19923],[-80.44641,42.2037],[-80.43587,42.20817],[-80.42532,42.21264],[-80.41478,42.2171],[-80.40423,42.22157],[-80.39367,42.22604],[-80.38311,42.2305],[-80.37254,42.23497],[-80.36198,42.23944],[-80.3514,42.2439],[-80.34083,42.24837],[-80.33024,42.25283],[-80.31966,42.2573],[-80.30907,42.26176],[-80.29847,42.26622],[-80.28788,42.27069],[-80.27727,42.27515],[-80.26667,42.27961],[-80.25606,42.28408],[-80.24544,42.28854],[-80.23482,42.293],[-80.2242,42.29746],[-80.21357,42.30193],[-80.20294,42.30639],[-80.1923,42.31085],[-80.18166,42.31531],[-80.17102,42.31977],[-80.16037,42.32423],[-80.14971,42.32869],[-80.13906,42.33315],[-80.12839,42.33761],[-80.11773,42.34207],[-80.10706,42.34653],[-80.09638,42.35099],[-80.0857,42.35544],[-80.07502,42.3599],[-80.06433,42.36436],[-80.05364,42.36882],[-80.04294,42.37327],[-80.03224,42.37773],[-80.02154,42.38219],[-80.01083,42.38664],[-80.00012,42.3911],[-79.9894,42.39555],[-79.97868,42.40001],[-79.96795,42.40446],[-79.95722,42.40892],[-79.94648,42.41337],[-79.93574,42.41783],[-79.925,42.42228],[-79.91425,42.42674],[-79.9035,42.43119],[-79.89274,42.43564],[-79.88198,42.44009],[-79.87122,42.44455],[-79.86045,42.449],[-79.84967,42.45345],[-79.83889,42.4579],[-79.82811,42.46235],[-79.81732,42.4668],[-79.80653,42.47125],[-79.79574,42.4757],[-79.78494,42.48015],[-79.77413,42.4846],[-79.76332,42.48905],[-79.75251,42.4935],[-79.74169,42.49795],[-79.73087,42.5024],[-79.72004,42.50685],[-79.70921,42.51129],[-79.69838,42.51574],[-79.68754,42.52019],[-79.67669,42.52464],[-79.66584,42.52908],[-79.65499,42.53353],[-79.64413,42.53797],[-79.63327,42.54242],[-79.6224,42.54687],[-79.61153,42.55131],[-79.60066,42.55576],[-79.58978,42.5602],[-79.57889,42.56464],[-79.56801,42.56909],[-79.55711,42.57353],[-79.54622,42.57797],[-79.53531,42.58242],[-79.52441,42.58686],[-79.5135,42.5913],[-79.50258,42.59574],[-79.49166,42.60018],[-79.48074,42.60463],[-79.46981,42.60907],[-79.45888,42.61351],[-79.44794,42.61795],[-79.437,42.62239],[-79.42605,42.62683],[-79.4151,42.63127],[-79.40414,42.63571],[-79.39318,42.64014],[-79.38222,42.64458],[-79.37125,42.64902],[-79.36028,42.65346],[-79.3493,42.6579],[-79.33832,42.66233],[-79.32733,42.66677],[-79.31634,42.67121],[-79.30534,42.67564],[-79.29434,42.68008],[-79.28334,42.68451],[-79.27233,42.68895],[-79.26131,42.69338],[-79.2503,42.69782],[-79.23927,42.70225],[-79.22824,42.70669],[-79.21721,42.71112],[-79.20618,42.71555],[-79.19513,42.71999],[-79.18409,42.72442],[-79.17304,42.72885],[-79.16198,42.73328],[-79.15092,42.73772],[-79.13986,42.74215],[-79.12879,42.74658],[-79.11772,42.75101],[-79.10664,42.75544],[-79.09556,42.75987],[-79.08447,42.7643],[-79.07338,42.76873],[-79.06228,42.77316],[-79.05118,42.77759],[-79.04007,42.78201],[-79.02896,42.78644],[-79.01785,42.79087],[-79.00673,42.7953],[-78.99561,42.79972],[-78.98448,42.80415],[-78.97335,42.80858],[-78.96221,42.813],[-78.95107,42.81743],[-78.93992,42.82185],[-78.92877,42.82628],[-78.91761,42.8307],[-78.90645,42.83513],[-78.89528,42.83955],[-78.88411,42.84398],[-78.87294,42.8484],[-78.86181,42.85279],[-78.85061,42.85722],[-78.83943,42.86164],[-78.82825,42.86605],[-78.81707,42.87046],[-78.80587,42.87488],[-78.7947,42.87928],[-78.7835,42.88369],[-78.77231,42.88809],[-78.76109,42.89251],[-78.74978,42.89698],[-78.73861,42.90137],[-78.72751,42.90569],[-78.71629,42.91009],[-78.70506,42.9145],[-78.69383,42.91891],[-78.6826,42.9233],[-78.67139,42.92769],[-78.66015,42.93209],[-78.64892,42.93648],[-78.63765,42.94089],[-78.6264,42.94529],[-78.61514,42.94969],[-78.60392,42.95406],[-78.59267,42.95844],[-78.58137,42.96286],[-78.57005,42.96729],[-78.55873,42.97171],[-78.54744,42.97611],[-78.53611,42.98053],[-78.5248,42.98494],[-78.5135,42.98933],[-78.5022,42.99373],[-78.49088,42.99813],[-78.47954,43.00254],[-78.46824,43.00692],[-78.45692,43.01131],[-78.44556,43.01572],[-78.43421,43.02013],[-78.42284,43.02455],[-78.41142,43.02899],[-78.40013,43.03334],[-78.38878,43.03773],[-78.37735,43.04217],[-78.366,43.04655],[-78.35462,43.05095],[-78.34319,43.05538],[-78.33186,43.05974],[-78.32019,43.06432],[-78.30875,43.06875],[-78.29735,43.07314],[-78.28582,43.07762],[-78.27423,43.08214],[-78.26273,43.08659],[-78.25132,43.09098],[-78.2399,43.09537],[-78.22846,43.09977],[-78.217,43.10417],[-78.20554,43.10858],[-78.1941,43.11297],[-78.18261,43.11739],[-78.17111,43.12181],[-78.1596,43.12623],[-78.14812,43.13064],[-78.1366,43.13506],[-78.12514,43.13944],[-78.11361,43.14386],[-78.10214,43.14824],[-78.09068,43.15261],[-78.07918,43.15701],[-78.06759,43.16146],[-78.05612,43.16582],[-78.04453,43.17026],[-78.03304,43.17463],[-78.02155,43.179],[-78.01004,43.18338],[-77.99853,43.18775],[-77.98698,43.19215],[-77.9754,43.19656],[-77.96369,43.20106],[-77.95199,43.20554],[-77.94036,43.20997],[-77.92873,43.21441],[-77.91706,43.21886],[-77.90539,43.22331],[-77.8937,43.22777],[-77.88201,43.23223],[-77.87043,43.23661],[-77.85876,43.24105],[-77.84711,43.24546],[-77.83544,43.24989],[-77.82385,43.25426],[-77.81217,43.25869],[-77.80056,43.26307],[-77.78885,43.26751],[-77.77716,43.27193],[-77.76549,43.27634],[-77.75383,43.28073],[-77.74221,43.2851],[-77.73054,43.28949],[-77.71878,43.29394],[-77.70711,43.29833],[-77.69539,43.30275],[-77.6837,43.30714],[-77.67202,43.31152],[-77.66033,43.31591],[-77.64864,43.32029],[-77.63694,43.32468],[-77.62523,43.32906],[-77.61352,43.33345],[-77.60181,43.33783],[-77.59009,43.34221],[-77.57836,43.34659],[-77.56663,43.35098],[-77.55489,43.35536],[-77.54315,43.35974],[-77.53141,43.36412],[-77.51966,43.3685],[-77.5079,43.37288],[-77.49614,43.37726],[-77.48438,43.38164],[-77.4726,43.38602],[-77.46083,43.3904],[-77.44905,43.39478],[-77.43726,43.39916],[-77.42547,43.40354],[-77.41367,43.40791],[-77.40187,43.41229],[-77.39006,43.41667],[-77.37825,43.42104],[-77.36643,43.42542],[-77.35461,43.42979],[-77.34278,43.43417],[-77.33095,43.43854],[-77.31911,43.44292],[-77.30727,43.44729],[-77.29542,43.45166],[-77.28357,43.45604],[-77.27171,43.46041],[-77.25984,43.46478],[-77.24798,43.46915],[-77.2361,43.47353],[-77.22422,43.4779],[-77.21234,43.48227],[-77.20045,43.48664],[-77.18855,43.49101],[-77.17665,43.49538],[-77.16475,43.49974],[-77.15284,43.50411],[-77.14092,43.50848],[-77.129,43.51285],[-77.11707,43.51722],[-77.10514,43.52158],[-77.0932,43.52595],[-77.08126,43.53032],[-77.06931,43.53468],[-77.05736,43.53905],[-77.0454,43.54341],[-77.03344,43.54778],[-77.02147,43.55214],[-77.0095,43.5565],[-76.99752,43.56087],[-76.98553,43.56523],[-76.97354,43.56959],[-76.96155,43.57395],[-76.94955,43.57832],[-76.93754,43.58268],[-76.92553,43.58704],[-76.91352,43.5914],[-76.90149,43.59576],[-76.88947,43.60012],[-76.87744,43.60448],[-76.8654,43.60884],[-76.85335,43.61319],[-76.84131,43.61755],[-76.82925,43.62191],[-76.81719,43.62627],[-76.80513,43.63062],[-76.79306,43.63498],[-76.78099,43.63933],[-76.76891,43.64369],[-76.75682,43.64804],[-76.74473,43.6524],[-76.73264,43.65675],[-76.72053,43.6611],[-76.70843,43.66546],[-76.69631,43.66981],[-76.6842,43.67416],[-76.67207,43.67851],[-76.65994,43.68287],[-76.64781,43.68722],[-76.63567,43.69157],[-76.62353,43.69592],[-76.61138,43.70027],[-76.59922,43.70462],[-76.58706,43.70897],[-76.57489,43.71331],[-76.56272,43.71766],[-76.55054,43.72201],[-76.53836,43.72636],[-76.52617,43.7307],[-76.51398,43.73505],[-76.50178,43.7394],[-76.48957,43.74374],[-76.47736,43.74809],[-76.46515,43.75243],[-76.45293,43.75677],[-76.4407,43.76112],[-76.42847,43.76546],[-76.41623,43.7698],[-76.40399,43.77415],[-76.39174,43.77849],[-76.37948,43.78283],[-76.36722,43.78717],[-76.35496,43.79151],[-76.34269,43.79585],[-76.33041,43.80019],[-76.31813,43.80453],[-76.30584,43.80887],[-76.29355,43.81321],[-76.28125,43.81755],[-76.26895,43.82188],[-76.25665,43.82621],[-76.24445,43.83048],[-76.23217,43.83479],[-76.21988,43.8391],[-76.2076,43.84341],[-76.19537,43.84768],[-76.1831,43.85197],[-76.17083,43.85625],[-76.15839,43.86064],[-76.14591,43.86505],[-76.13356,43.86937],[-76.12122,43.87368],[-76.10885,43.87801],[-76.09657,43.88228],[-76.08439,43.88649],[-76.07208,43.89077],[-76.0594,43.89527],[-76.04706,43.89956],[-76.03465,43.90389],[-76.02221,43.90823],[-76.00982,43.91254],[-75.99746,43.91682],[-75.98507,43.92113],[-75.97269,43.92542],[-75.96034,43.92969],[-75.94803,43.93393],[-75.93557,43.93826],[-75.92317,43.94255],[-75.91093,43.94674],[-75.89838,43.95111],[-75.88601,43.95537],[-75.87334,43.9598],[-75.86126,43.96388],[-75.8489,43.96812],[-75.83644,43.97242],[-75.8239,43.97676],[-75.81146,43.98104],[-75.79894,43.98536],[-75.7865,43.98963],[-75.77407,43.99389],[-75.7613,43.99835],[-75.74853,44.00281],[-75.73597,44.00713],[-75.72351,44.0114],[-75.71095,44.01571],[-75.69841,44.02002],[-75.68581,44.02435],[-75.67315,44.02872],[-75.66072,44.03294],[-75.64811,44.03727],[-75.6354,44.04165],[-75.62288,44.04592],[-75.61034,44.0502],[-75.59776,44.05449],[-75.58512,44.05882],[-75.57242,44.06318],[-75.55987,44.06744],[-75.54732,44.0717],[-75.53478,44.07596],[-75.52213,44.08027],[-75.50942,44.08462],[-75.49696,44.08881],[-75.48428,44.09313],[-75.47163,44.09742],[-75.45898,44.10172],[-75.44654,44.10589],[-75.43396,44.11013],[-75.4211,44.11454],[-75.40823,44.11894],[-75.3956,44.1232],[-75.3829,44.1275],[-75.36999,44.13192],[-75.35764,44.13601],[-75.34483,44.14036],[-75.33201,44.14471],[-75.31922,44.14905],[-75.30676,44.15318],[-75.29401,44.15749],[-75.28134,44.16173],[-75.26877,44.16592],[-75.25596,44.17025],[-75.24325,44.17451],[-75.23077,44.17864],[-75.21786,44.183],[-75.20522,44.18721],[-75.19259,44.19142],[-75.17964,44.1958],[-75.16724,44.19986],[-75.15462,44.20404],[-75.14184,44.20831],[-75.12909,44.21256],[-75.11647,44.21674],[-75.10353,44.22109],[-75.09042,44.22553],[-75.0771,44.23009],[-75.06441,44.23429],[-75.05184,44.23841],[-75.03936,44.24248],[-75.02669,44.24666],[-75.01417,44.25074],[-75.00147,44.25492],[-74.98819,44.25943],[-74.97531,44.26371],[-74.96222,44.2681],[-74.94922,44.27244],[-74.93682,44.27644],[-74.92369,44.28084],[-74.91042,44.28532],[-74.89779,44.28943],[-74.88459,44.29386],[-74.87189,44.29801],[-74.85929,44.30209],[-74.84637,44.30636],[-74.83295,44.3109],[-74.82009,44.31511],[-74.80695,44.31949],[-74.79399,44.32376],[-74.78106,44.328],[-74.76808,44.33227],[-74.75517,44.3365],[-74.74209,44.34082],[-74.72911,44.34508],[-74.71576,44.34955],[-74.70295,44.3537],[-74.69015,44.35785],[-74.67699,44.36219],[-74.66395,44.36646],[-74.65087,44.37076],[-74.63786,44.375],[-74.62479,44.37928],[-74.61172,44.38356],[-74.59877,44.38776],[-74.58579,44.39198],[-74.5727,44.39625],[-74.55947,44.4006],[-74.54637,44.40487],[-74.53324,44.40915],[-74.52045,44.41324],[-74.50704,44.41767],[-74.49391,44.42194],[-74.48094,44.42613],[-74.4685,44.43],[-74.45543,44.43423],[-74.44191,44.4387],[-74.42845,44.44313],[-74.41552,44.44728],[-74.40209,44.45168],[-74.38882,44.456],[-74.37592,44.46011],[-74.36267,44.4644],[-74.34945,44.46869],[-74.3362,44.47298],[-74.32307,44.47719],[-74.30986,44.48145],[-74.2965,44.48579],[-74.28337,44.49],[-74.27026,44.49419],[-74.25723,44.49834],[-74.24406,44.50256],[-74.23117,44.50661],[-74.21819,44.51072],[-74.20441,44.51526],[-74.19115,44.51951],[-74.17803,44.52368],[-74.16479,44.52791],[-74.15174,44.53203],[-74.13903,44.53597],[-74.12524,44.54049],[-74.11207,44.54467],[-74.09814,44.54926],[-74.08449,44.55369],[-74.0712,44.55792],[-74.05816,44.56201],[-74.04502,44.56615],[-74.03143,44.57053],[-74.01739,44.57516],[-74.00361,44.57963],[-73.98998,44.58403],[-73.97653,44.58832],[-73.96335,44.59245],[-73.9502,44.59657],[-73.93646,44.60101],[-73.92267,44.60547],[-73.90933,44.60967],[-73.89588,44.61394],[-73.88271,44.61805],[-73.8697,44.62206],[-73.8562,44.62634],[-73.8424,44.63078],[-73.82894,44.63503],[-73.81576,44.63912],[-73.8012,44.64396],[-73.78788,44.64812],[-73.77449,44.65232],[-73.7608,44.65667],[-73.7465,44.66135],[-73.73245,44.66588],[-73.71886,44.67017],[-73.70533,44.67442],[-73.69184,44.67864],[-73.67836,44.68286],[-73.66498,44.68701],[-73.65157,44.69118],[-73.63778,44.69555],[-73.62413,44.69984],[-73.61017,44.70429],[-73.59622,44.70873],[-73.58276,44.7129],[-73.56878,44.71735],[-73.5553,44.72153],[-73.54164,44.7258],[-73.52785,44.73013],[-73.51408,44.73445],[-73.50032,44.73876],[-73.48653,44.74308],[-73.47259,44.74748],[-73.45875,44.75182],[-73.44517,44.75601],[-73.43171,44.76014],[-73.41795,44.76442],[-73.40415,44.76873],[-73.39051,44.77294],[-73.37684,44.77716],[-73.36314,44.7814],[-73.34946,44.78562],[-73.33577,44.78984],[-73.32208,44.79406],[-73.30852,44.7982],[-73.29477,44.80244],[-73.28095,44.80672],[-73.26723,44.81093],[-73.25358,44.81511],[-73.23977,44.81937],[-73.22602,44.82358],[-73.21227,44.8278],[-73.19851,44.83201],[-73.18479,44.8362],[-73.17112,44.84037],[-73.15723,44.84464],[-73.14362,44.84876],[-73.12976,44.85301],[-73.116,44.8572],[-73.10265,44.86117],[-73.08942,44.86508],[-73.0753,44.86945],[-73.06151,44.87364],[-73.04772,44.87783],[-73.03391,44.88202],[-73.02009,44.88621],[-73.0064,44.89033],[-72.99281,44.8944],[-72.97853,44.89882],[-72.96462,44.90304],[-72.95077,44.90724],[-72.93713,44.91131],[-72.92324,44.91551],[-72.90956,44.9196],[-72.89549,44.92388],[-72.8816,44.92807],[-72.86826,44.93197],[-72.85476,44.93595],[-72.84111,44.94001],[-72.82702,44.94428],[-72.81258,44.94873],[-72.79881,44.95283],[-72.78466,44.95712],[-72.77085,44.96124],[-72.75711,44.96531],[-72.74355,44.96928],[-72.72898,44.97378],[-72.71441,44.97827],[-72.70015,44.98259],[-72.68599,44.98685],[-72.67213,44.99097],[-72.6587,44.99485],[-72.64421,44.99927],[-72.63078,45.00315],[-72.61737,45.00701],[-72.60273,45.0115],[-72.58827,45.01589],[-72.57513,45.01961],[-72.56202,45.0233],[-72.54811,45.0274],[-72.53295,45.03213],[-72.51798,45.03676],[-72.504,45.04088],[-72.48964,45.04518],[-72.47543,45.04941],[-72.46234,45.05307],[-72.45027,45.05621],[-72.43515,45.06088],[-72.42033,45.0654],[-72.40528,45.07003],[-72.39068,45.07444],[-72.37691,45.07841],[-72.36344,45.08223],[-72.34977,45.08615],[-72.3363,45.08996],[-72.32134,45.09452],[-72.30677,45.09888],[-72.29166,45.10351],[-72.27744,45.10768],[-72.26328,45.11182],[-72.24968,45.11567],[-72.2358,45.11966],[-72.22214,45.12354],[-72.20795,45.12768],[-72.19348,45.13195],[-72.17854,45.13645],[-72.16406,45.14072],[-72.15036,45.1446],[-72.13694,45.14833],[-72.12214,45.15274],[-72.10676,45.15745],[-72.09257,45.16155],[-72.0784,45.16564],[-72.06351,45.17008],[-72.0485,45.17458],[-72.03406,45.17878],[-72.0197,45.18295],[-72.0057,45.18693],[-71.99192,45.1908],[-71.97796,45.19476],[-71.96366,45.19887],[-71.94949,45.20292],[-71.93544,45.20691],[-71.92095,45.21111],[-71.90631,45.21538],[-71.8917,45.21963],[-71.87726,45.22379],[-71.8627,45.22801],[-71.84745,45.23256],[-71.83336,45.23653],[-71.81956,45.24036],[-71.80529,45.24442],[-71.79028,45.24883],[-71.77619,45.2528],[-71.7621,45.25675],[-71.7476,45.2609],[-71.73253,45.26533],[-71.71825,45.26936],[-71.70419,45.27329],[-71.68997,45.27729],[-71.67548,45.28141],[-71.66112,45.28547],[-71.64707,45.28937],[-71.63273,45.29341],[-71.61819,45.29754],[-71.60322,45.30188],[-71.58856,45.30606],[-71.57382,45.31027],[-71.55878,45.31463],[-71.54402,45.31885],[-71.52982,45.32279],[-71.51451,45.32727],[-71.50058,45.33106],[-71.48666,45.33486],[-71.47196,45.33903],[-71.45678,45.34341],[-71.4423,45.34747],[-71.42676,45.35202],[-71.41219,45.35611],[-71.39766,45.36017],[-71.38347,45.36407],[-71.36893,45.36812],[-71.35486,45.37195],[-71.34054,45.37589],[-71.32607,45.3799],[-71.31161,45.38391],[-71.29688,45.38803],[-71.28216,45.39215],[-71.26705,45.39645],[-71.2513,45.40105],[-71.2365,45.40519],[-71.22244,45.40898],[-71.20831,45.41279],[-71.1946,45.4164],[-71.18036,45.42026],[-71.16723,45.42358],[-71.15361,45.42714],[-71.13788,45.4317],[-71.12294,45.43587],[-71.10643,45.44079],[-71.09055,45.4454],[-71.07656,45.44911],[-71.06134,45.4534],[-71.047,45.45727],[-71.03209,45.4614],[-71.01643,45.46588],[-71.00112,45.4702],[-70.98616,45.47434],[-70.97168,45.47825],[-70.95643,45.48252],[-70.94144,45.48666],[-70.92594,45.49104],[-70.91086,45.49522],[-70.89531,45.49961],[-70.88011,45.50383],[-70.86588,45.5076],[-70.85155,45.5114],[-70.83743,45.51511],[-70.82299,45.51895],[-70.80836,45.52289],[-70.7931,45.52712],[-70.77765,45.53142],[-70.76161,45.536],[-70.74669,45.54005],[-70.73242,45.5438],[-70.71699,45.54808],[-70.70232,45.552],[-70.68854,45.5555],[-70.67318,45.55974],[-70.65752,45.56411],[-70.64287,45.568],[-70.62876,45.57164],[-70.61217,45.57643],[-70.59575,45.58114],[-70.58033,45.58537],[-70.56489,45.58961],[-70.54957,45.59379],[-70.53408,45.59804],[-70.51911,45.60204],[-70.50429,45.60598],[-70.48928,45.60999],[-70.47411,45.61408],[-70.45896,45.61815],[-70.44404,45.62211],[-70.43032,45.62552],[-70.41497,45.62967],[-70.40005,45.63362],[-70.38228,45.63887],[-70.36723,45.64287],[-70.35251,45.64671],[-70.33712,45.65086],[-70.3216,45.65506],[-70.3065,45.65906],[-70.29065,45.6634],[-70.27601,45.66719],[-70.26102,45.67113],[-70.24524,45.67542],[-70.23104,45.67899],[-70.21583,45.68302],[-70.20019,45.68724],[-70.1842,45.69161],[-70.16911,45.69557],[-70.15461,45.69925],[-70.13872,45.70357],[-70.1232,45.7077],[-70.10778,45.7118],[-70.0927,45.71573],[-70.07754,45.71969],[-70.06199,45.72382],[-70.04625,45.72804],[-70.03095,45.73205],[-70.01508,45.73632],[-69.99965,45.74038],[-69.98408,45.7445],[-69.96843,45.74865],[-69.95251,45.75292],[-69.9377,45.75668],[-69.92197,45.76085],[-69.90659,45.76487],[-69.8905,45.76919],[-69.87532,45.7731],[-69.85986,45.77713],[-69.84454,45.7811],[-69.82861,45.78534],[-69.81249,45.78965],[-69.79702,45.79367],[-69.78171,45.79761],[-69.76637,45.80156],[-69.7506,45.8057],[-69.73504,45.80974],[-69.71935,45.81383],[-69.70343,45.81802],[-69.68784,45.82206],[-69.67224,45.8261],[-69.65662,45.83014],[-69.64119,45.8341],[-69.62555,45.83814],[-69.6107,45.84183],[-69.59456,45.84609],[-69.5785,45.8503],[-69.56271,45.85439],[-69.54692,45.85848],[-69.53131,45.86248],[-69.51543,45.86659],[-69.50011,45.87046],[-69.48457,45.87441],[-69.46923,45.87828],[-69.45368,45.88223],[-69.43762,45.8864],[-69.42251,45.89015],[-69.40667,45.89421],[-69.3904,45.89846],[-69.37418,45.90268],[-69.35798,45.90689],[-69.34234,45.91085],[-69.32645,45.91491],[-69.31054,45.91898],[-69.29476,45.92299],[-69.27923,45.92688],[-69.2639,45.93067],[-69.24769,45.93485],[-69.23169,45.93893],[-69.21584,45.94294],[-69.20012,45.9469],[-69.1843,45.95089],[-69.16881,45.95473],[-69.15331,45.95857],[-69.13775,45.96243],[-69.12226,45.96626],[-69.10674,45.97009],[-69.09084,45.97409],[-69.07452,45.97826],[-69.05951,45.98186],[-69.0434,45.98594],[-69.02764,45.98985],[-69.01235,45.99356],[-68.99772,45.99699],[-68.98218,46.0008],[-68.96816,46.00395],[-68.94761,46.0099],[-68.93078,46.01424],[-68.91469,46.01827],[-68.89802,46.02254],[-68.8816,46.02669],[-68.86595,46.03051],[-68.85155,46.0338],[-68.83615,46.0375],[-68.81892,46.04198],[-68.80141,46.04658],[-68.78296,46.05157],[-68.7668,46.05558],[-68.74992,46.05989],[-68.73423,46.06369],[-68.71779,46.06781],[-68.70215,46.07158],[-68.68621,46.07547],[-68.67009,46.07943],[-68.65348,46.0836],[-68.63747,46.08751],[-68.6217,46.0913],[-68.6061,46.09503],[-68.59018,46.09889],[-68.57312,46.10322],[-68.55713,46.10709],[-68.54077,46.11112],[-68.52466,46.11504],[-68.50916,46.11869],[-68.49393,46.12223],[-68.47777,46.12615],[-68.4608,46.13041],[-68.44446,46.1344],[-68.42792,46.13846],[-68.41155,46.14246],[-68.39542,46.14634],[-68.37882,46.15042],[-68.36183,46.15466],[-68.345,46.15882],[-68.32786,46.16311],[-68.31229,46.16673],[-68.29607,46.17063],[-68.2807,46.17416],[-68.26401,46.17825],[-68.24795,46.18206],[-68.2313,46.18611],[-68.21431,46.1903],[-68.19742,46.19444],[-68.18067,46.19852],[-68.16408,46.20253],[-68.14784,46.20639],[-68.13218,46.21],[-68.11503,46.21423],[-68.0989,46.21803],[-68.08251,46.22193],[-68.06612,46.22582],[-68.04981,46.22968],[-68.03309,46.2337],[-68.01594,46.2379],[-67.9992,46.24192],[-67.98262,46.24587],[-67.96541,46.25007],[-67.94875,46.25404],[-67.93225,46.25794],[-67.91549,46.26194],[-67.89832,46.26611],[-67.88191,46.26996],[-67.86556,46.27378],[-67.84854,46.27787],[-67.83166,46.28189],[-67.81482,46.2859],[-67.798,46.28989],[-67.78109,46.29391],[-67.76458,46.29776],[-67.74801,46.30164],[-67.73137,46.30554],[-67.71443,46.30956],[-67.69768,46.31349],[-67.68104,46.31737],[-67.6644,46.32125],[-67.6474,46.32527],[-67.63101,46.32903],[-67.61419,46.33297],[-67.59717,46.33698],[-67.57998,46.34105],[-67.56246,46.34525],[-67.54656,46.3488],[-67.52982,46.35268],[-67.51324,46.35649],[-67.49625,46.36046],[-67.47913,46.36447],[-67.4628,46.36817],[-67.44644,46.37187],[-67.42983,46.37566],[-67.41335,46.3794],[-67.3967,46.38321],[-67.37978,46.38711],[-67.36179,46.39144],[-67.3458,46.39496],[-67.33051,46.39821],[-67.31269,46.40245],[-67.2969,46.40588],[-67.28155,46.40913],[-67.26443,46.41308],[-67.24624,46.41745],[-67.22905,46.42142],[-67.21185,46.42538],[-67.19423,46.42951],[-67.17682,46.43355],[-67.1595,46.43755],[-67.14259,46.44138],[-67.12649,46.44488],[-67.11006,46.44851],[-67.09205,46.45276],[-67.07533,46.4565],[-67.05776,46.46056],[-67.03997,46.46471],[-67.02238,46.46877],[-67.00511,46.4727],[-66.98825,46.47646],[-66.97049,46.48057],[-66.95343,46.48441],[-66.93615,46.48832],[-66.92001,46.49178],[-66.90423,46.4951],[-66.88612,46.49932],[-66.86966,46.5029],[-66.85248,46.50675],[-66.83397,46.51111],[-66.81653,46.51505],[-66.79899,46.51902],[-66.7819,46.52282],[-66.76438,46.52677],[-66.74833,46.53015],[-66.73148,46.53383],[-66.7153,46.53726],[-66.69719,46.54142],[-66.67917,46.54554],[-66.66184,46.54939],[-66.64431,46.55331],[-66.62601,46.55752],[-66.60783,46.56169],[-66.58993,46.56573],[-66.5709,46.57021],[-66.55443,46.5737],[-66.53666,46.57768],[-66.51969,46.58135],[-66.50246,46.58511],[-66.48507,46.58893],[-66.46751,46.59281],[-66.45014,46.59661],[-66.43284,46.60038],[-66.41551,46.60416],[-66.39777,46.60809],[-66.37962,46.61216],[-66.36185,46.61609],[-66.34403,46.62003],[-66.3262,46.62397],[-66.30853,46.62784],[-66.29079,46.63174],[-66.27305,46.63563],[-66.25536,46.63949],[-66.23788,46.64328],[-66.22025,46.64711],[-66.20257,46.65095],[-66.18483,46.65481],[-66.16692,46.65874],[-66.14917,46.66259],[-66.13149,46.66641],[-66.1137,46.67027],[-66.0961,46.67405],[-66.07822,46.67794],[-66.06046,46.68177],[-66.04278,46.68557],[-66.02477,46.68948],[-66.00686,46.69335],[-65.98898,46.69721],[-65.97131,46.70098],[-65.95353,46.70479],[-65.93576,46.70859],[-65.91768,46.71249],[-65.89986,46.7163],[-65.88168,46.72024],[-65.86369,46.72409],[-65.8459,46.72787],[-65.82766,46.73181],[-65.81038,46.73539],[-65.79263,46.73914],[-65.77477,46.74292],[-65.75703,46.74666],[-65.73905,46.75047],[-65.72109,46.75428],[-65.70317,46.75806],[-65.6851,46.76189],[-65.66715,46.76568],[-65.64898,46.76954],[-65.63089,46.77336],[-65.6129,46.77714],[-65.59488,46.78093],[-65.57667,46.78478],[-65.55857,46.78859],[-65.54046,46.79239],[-65.52244,46.79616],[-65.50436,46.79994],[-65.4863,46.80371],[-65.46827,46.80746],[-65.45,46.8113],[-65.43206,46.81501],[-65.41395,46.81877],[-65.39589,46.82252],[-65.3779,46.82623],[-65.35958,46.83006],[-65.34127,46.83387],[-65.32321,46.83759],[-65.30495,46.84138],[-65.28677,46.84513],[-65.26877,46.84882],[-65.25053,46.85258],[-65.23226,46.85635],[-65.21391,46.86014],[-65.19543,46.86397],[-65.17707,46.86776],[-65.15883,46.8715],[-65.1404,46.87529],[-65.12206,46.87905],[-65.1036,46.88285],[-65.08516,46.88664],[-65.06676,46.8904],[-65.04835,46.89417],[-65.02994,46.89792],[-65.01147,46.9017],[-64.99301,46.90546],[-64.97453,46.90923],[-64.95607,46.91298],[-64.93747,46.91678],[-64.91892,46.92055],[-64.90037,46.92432],[-64.88183,46.92808],[-64.86333,46.93182],[-64.84483,46.93556],[-64.82631,46.93929],[-64.80777,46.94303],[-64.78923,46.94676],[-64.77067,46.95049],[-64.7521,46.95422],[-64.73352,46.95795],[-64.71493,46.96167],[-64.69632,46.9654],[-64.67771,46.96913],[-64.65908,46.97285],[-64.64043,46.97657],[-64.62178,46.98029],[-64.60311,46.98401],[-64.58443,46.98773],[-64.56574,46.99144],[-64.54704,46.99516],[-64.52832,46.99887],[-64.50959,47.00259],[-64.49085,47.0063],[-64.4721,47.01001],[-64.45333,47.01371],[-64.43456,47.01742],[-64.41577,47.02113],[-64.39696,47.02483],[-64.37815,47.02853],[-64.35932,47.03223],[-64.34048,47.03593],[-64.32163,47.03963],[-64.30276,47.04333],[-64.28388,47.04702],[-64.26499,47.05072],[-64.24609,47.05441],[-64.22717,47.0581],[-64.20824,47.06179],[-64.1893,47.06548],[-64.17035,47.06917],[-64.15138,47.07285],[-64.1324,47.07654],[-64.11341,47.08022],[-64.09441,47.0839],[-64.07539,47.08758],[-64.05636,47.09126],[-64.03731,47.09494],[-64.01826,47.09861],[-63.99919,47.10229],[-63.98011,47.10596],[-63.96102,47.10963],[-63.94191,47.1133],[-63.92279,47.11697],[-63.90365,47.12064],[-63.88451,47.1243],[-63.86535,47.12797],[-63.84618,47.13163],[-63.82699,47.13529],[-63.80779,47.13895],[-63.78858,47.14261],[-63.76936,47.14626],[-63.75012,47.14992],[-63.73087,47.15357],[-63.71161,47.15723],[-63.69233,47.16088],[-63.67304,47.16453],[-63.65374,47.16817],[-63.63442,47.17182],[-63.6151,47.17546],[-63.59575,47.17911],[-63.5764,47.18275],[-63.55703,47.18639],[-63.53765,47.19003],[-63.51825,47.19367],[-63.49884,47.1973],[-63.47942,47.20094],[-63.45999,47.20457],[-63.44054,47.2082],[-63.42108,47.21183],[-63.4016,47.21546],[-63.38211,47.21908],[-63.36261,47.22271],[-63.34309,47.22633],[-63.32356,47.22996],[-63.30402,47.23358],[-63.28446,47.2372],[-63.26489,47.24081],[-63.24531,47.24443],[-63.22572,47.24804],[-63.20611,47.25166],[-63.18648,47.25527],[-63.16684,47.25888],[-63.14719,47.26249],[-63.12753,47.26609],[-63.10785,47.2697],[-63.08816,47.2733],[-63.06845,47.2769],[-63.04873,47.2805],[-63.029,47.2841],[-63.00925,47.2877],[-62.98949,47.29129],[-62.96971,47.29489],[-62.94992,47.29848],[-62.93012,47.30207],[-62.9103,47.30566],[-62.89047,47.30925],[-62.87063,47.31284],[-62.85077,47.31642],[-62.8309,47.32],[-62.81101,47.32358],[-62.79111,47.32716],[-62.7712,47.33074],[-62.75127,47.33432],[-62.73133,47.33789],[-62.71137,47.34147],[-62.6914,47.34504],[-62.67141,47.34861],[-62.65142,47.35218],[-62.6314,47.35574],[-62.61138,47.35931],[-62.59133,47.36287],[-62.57128,47.36643],[-62.55121,47.36999],[-62.53112,47.37355],[-62.51102,47.37711],[-62.49091,47.38066],[-62.47078,47.38422],[-62.45064,47.38777],[-62.43049,47.39132],[-62.41032,47.39487],[-62.39013,47.39842],[-62.36993,47.40196],[-62.34972,47.4055],[-62.32949,47.40905],[-62.30925,47.41259],[-62.28899,47.41613],[-62.26872,47.41966],[-62.24843,47.4232],[-62.22813,47.42673],[-62.20782,47.43026],[-62.18749,47.43379],[-62.16714,47.43732],[-62.14678,47.44085],[-62.12641,47.44437],[-62.10602,47.4479],[-62.08561,47.45142],[-62.0652,47.45494],[-62.04476,47.45846],[-62.02431,47.46197],[-62.00385,47.46549],[-61.98337,47.469],[-61.96288,47.47251],[-61.94237,47.47602],[-61.92185,47.47953],[-61.90131,47.48304],[-61.88076,47.48654],[-61.86019,47.49004],[-61.83961,47.49354],[-61.81901,47.49704],[-61.7984,47.50054],[-61.77777,47.50403],[-61.75713,47.50753],[-61.73647,47.51102],[-61.7158,47.51451],[-61.69511,47.518],[-61.6744,47.52148],[-61.65369,47.52497],[-61.63295,47.52845],[-61.6122,47.53193],[-61.59144,47.53541],[-61.57066,47.53889],[-61.54986,47.54237],[-61.52905,47.54584],[-61.50823,47.54931],[-61.48739,47.55278],[-61.46653,47.55625],[-61.44566,47.55972],[-61.42477,47.56318],[-61.40387,47.56665],[-61.38295,47.57011],[-61.36201,47.57357],[-61.34106,47.57702],[-61.3201,47.58048],[-61.29912,47.58393],[-61.27812,47.58739],[-61.25711,47.59084],[-61.23608,47.59428],[-61.21504,47.59773],[-61.19398,47.60117],[-61.1729,47.60462],[-61.15181,47.60806],[-61.1307,47.6115],[-61.10958,47.61493],[-61.08844,47.61837],[-61.06728,47.6218],[-61.04611,47.62524],[-61.02493,47.62866],[-61.00372,47.63209],[-60.9825,47.63552],[-60.96127,47.63894],[-60.94002,47.64236],[-60.91875,47.64578],[-60.89747,47.6492],[-60.87617,47.65262],[-60.85485,47.65603],[-60.83352,47.65945],[-60.81217,47.66286],[-60.79081,47.66627],[-60.76943,47.66967],[-60.74803,47.67308],[-60.72662,47.67648],[-60.70519,47.67988],[-60.68374,47.68328],[-60.66228,47.68668],[-60.6408,47.69007],[-60.61931,47.69346],[-60.5978,47.69686],[-60.57627,47.70025],[-60.55472,47.70363],[-60.53316,47.70702],[-60.51158,47.7104],[-60.48999,47.71378],[-60.46838,47.71716],[-60.44675,47.72054],[-60.42511,47.72391],[-60.40345,47.72729],[-60.38177,47.73066],[-60.36007,47.73403],[-60.33836,47.73739],[-60.31664,47.74076],[-60.29489,47.74412],[-60.27313,47.74748],[-60.25135,47.75084],[-60.22956,47.7542],[-60.20775,47.75755],[-60.18592,47.76091],[-60.16407,47.76426],[-60.14221,47.76761],[-60.12033,47.77095],[-60.09843,47.7743],[-60.07652,47.77764],[-60.05458,47.78098],[-60.03263,47.78432],[-60.01067,47.78765],[-59.98869,47.79099],[-59.96669,47.79432],[-59.94467,47.79765],[-59.92264,47.80098],[-59.90058,47.8043],[-59.87852,47.80763],[-59.85643,47.81095],[-59.83432,47.81427],[-59.8122,47.81759],[-59.79006,47.8209],[-59.76791,47.82421],[-59.74574,47.82752],[-59.72354,47.83083],[-59.70133,47.83414],[-59.67911,47.83744],[-59.65686,47.84074],[-59.6346,47.84405],[-59.61232,47.84734],[-59.59002,47.85064],[-59.56771,47.85393],[-59.54537,47.85722],[-59.52302,47.86051],[-59.50065,47.8638],[-59.47827,47.86708],[-59.45586,47.87037],[-59.43344,47.87365],[-59.411,47.87693],[-59.38854,47.8802],[-59.36606,47.88348],[-59.34357,47.88675],[-59.32105,47.89002],[-59.29852,47.89328],[-59.27597,47.89655],[-59.2534,47.89981],[-59.23082,47.90307],[-59.20822,47.90633],[-59.18559,47.90959],[-59.16295,47.91284],[-59.14029,47.91609],[-59.11761,47.91934],[-59.09491,47.92259],[-59.0722,47.92583],[-59.04946,47.92908],[-59.02671,47.93232],[-59.00394,47.93556],[-58.98115,47.93879],[-58.95835,47.94202],[-58.93552,47.94526],[-58.91267,47.94848],[-58.88981,47.95171],[-58.86692,47.95494],[-58.84402,47.95816],[-58.8211,47.96138],[-58.79816,47.96459],[-58.7752,47.96781],[-58.75222,47.97102],[-58.72922,47.97423],[-58.70621,47.97744],[-58.68317,47.98065],[-58.66012,47.98385],[-58.63705,47.98705],[-58.61395,47.99025],[-58.59084,47.99345],[-58.56771,47.99664],[-58.54456,47.99983],[-58.52139,48.00302],[-58.4982,48.00621],[-58.47499,48.00939],[-58.45176,48.01257],[-58.42851,48.01575],[-58.40525,48.01893],[-58.38196,48.02211],[-58.35865,48.02528],[-58.33532,48.02845],[-58.31198,48.03162],[-58.28861,48.03478],[-58.26522,48.03794],[-58.24182,48.0411],[-58.2184,48.04426],[-58.19495,48.04742],[-58.17149,48.05057],[-58.148,48.05372],[-58.12449,48.05687],[-58.10097,48.06002],[-58.07742,48.06316],[-58.05386,48.0663],[-58.03027,48.06944],[-58.00667,48.07257],[-57.98304,48.07571],[-57.9594,48.07884],[-57.93573,48.08197],[-57.91204,48.08509],[-57.88834,48.08821],[-57.86461,48.09134],[-57.84086,48.09445],[-57.81709,48.09757],[-57.7933,48.10068],[-57.76949,48.10379],[-57.74567,48.1069],[-57.72182,48.11001],[-57.69794,48.11311],[-57.67405,48.11621],[-57.65014,48.11931],[-57.6262,48.1224],[-57.60225,48.1255],[-57.57827,48.12859],[-57.55428,48.13167],[-57.53026,48.13476],[-57.50622,48.13784],[-57.48217,48.14092],[-57.45809,48.144],[-57.43398,48.14707],[-57.40986,48.15014],[-57.38572,48.15321],[-57.36155,48.15628],[-57.33737,48.15934],[-57.31316,48.1624],[-57.28893,48.16546],[-57.26468,48.16852],[-57.24041,48.17157],[-57.21612,48.17462],[-57.1918,48.17767],[-57.16747,48.18071],[-57.14311,48.18376],[-57.11873,48.1868],[-57.09433,48.18983],[-57.06991,48.19287],[-57.04546,48.1959],[-57.021,48.19893],[-56.99651,48.20195],[-56.972,48.20498],[-56.94747,48.208],[-56.92291,48.21101],[-56.89834,48.21403],[-56.87374,48.21704],[-56.84912,48.22005],[-56.82448,48.22306],[-56.79981,48.22606],[-56.77513,48.22906],[-56.75042,48.23206],[-56.72569,48.23506],[-56.70093,48.23805],[-56.67616,48.24104],[-56.65136,48.24403],[-56.62654,48.24701],[-56.60169,48.24999],[-56.57683,48.25297],[-56.55194,48.25594],[-56.52703,48.25892],[-56.5021,48.26189],[-56.47714,48.26485],[-56.45216,48.26782],[-56.42716,48.27078],[-56.40213,48.27374],[-56.37709,48.27669],[-56.35201,48.27964],[-56.32692,48.28259],[-56.3018,48.28554],[-56.27666,48.28848],[-56.25149,48.29143],[-56.22631,48.29436],[-56.2011,48.2973],[-56.17587,48.30023],[-56.15061,48.30316],[-56.12533,48.30608],[-56.10002,48.30901],[-56.07469,48.31193],[-56.04934,48.31484],[-56.02396,48.31776],[-55.99857,48.32067],[-55.97315,48.32358],[-55.9477,48.32648],[-55.92223,48.32938],[-55.89673,48.33228],[-55.87121,48.33518],[-55.84568,48.33807],[-55.82011,48.34096],[-55.79452,48.34385],[-55.7689,48.34673],[-55.74327,48.34961],[-55.7176,48.35249],[-55.69191,48.35536],[-55.6662,48.35823],[-55.64046,48.3611],[-55.6147,48.36397],[-55.58892,48.36683],[-55.56311,48.36969],[-55.53727,48.37254],[-55.51141,48.3754],[-55.48553,48.37824],[-55.45962,48.38109],[-55.43368,48.38393],[-55.40772,48.38677],[-55.38174,48.38961],[-55.35573,48.39244],[-55.3297,48.39527],[-55.30364,48.3981],[-55.27755,48.40092],[-55.25144,48.40374],[-55.22531,48.40656],[-55.19915,48.40938],[-55.17296,48.41219],[-55.14675,48.41499],[-55.12051,48.4178],[-55.09425,48.4206],[-55.06796,48.4234],[-55.04164,48.42619],[-55.0153,48.42898],[-54.98894,48.43177],[-54.96255,48.43455],[-54.93613,48.43734],[-54.90968,48.44011],[-54.88321,48.44289],[-54.85672,48.44566],[-54.8302,48.44843],[-54.80365,48.45119],[-54.77708,48.45395],[-54.75048,48.45671],[-54.72385,48.45946],[-54.6972,48.46221],[-54.67052,48.46496],[-54.64381,48.4677],[-54.61708,48.47044],[-54.59032,48.47318],[-54.56353,48.47592],[-54.53671,48.47865],[-54.50987,48.48137],[-54.48301,48.4841],[-54.45611,48.48681],[-54.42919,48.48953],[-54.40224,48.49224],[-54.37526,48.49495],[-54.34826,48.49766],[-54.32124,48.50036],[-54.29418,48.50306],[-54.26709,48.50575],[-54.23998,48.50844],[-54.21284,48.51113],[-54.18567,48.51382],[-54.15847,48.5165],[-54.13125,48.51917],[-54.10399,48.52185],[-54.07672,48.52452],[-54.04941,48.52718],[-54.02207,48.52985],[-53.99471,48.53251],[-53.96732,48.53516],[-53.93989,48.53781],[-53.91245,48.54046],[-53.88497,48.5431],[-53.85746,48.54575],[-53.82993,48.54838],[-53.80237,48.55102],[-53.77477,48.55365],[-53.74715,48.55627],[-53.7195,48.55889],[-53.69181,48.56151],[-53.6641,48.56413],[-53.63636,48.56674],[-53.6086,48.56935],[-53.5808,48.57195],[-53.55297,48.57455],[-53.52512,48.57714],[-53.49724,48.57974],[-53.46932,48.58232],[-53.44139,48.58491],[-53.41341,48.58749],[-53.38541,48.59006],[-53.35738,48.59264],[-53.32932,48.59521],[-53.30123,48.59777],[-53.2731,48.60033],[-53.24496,48.60289],[-53.21678,48.60544],[-53.18857,48.60799],[-53.16032,48.61053],[-53.13205,48.61308],[-53.10375,48.61561],[-53.07542,48.61815],[-53.04705,48.62067],[-53.01866,48.6232],[-52.99024,48.62572],[-52.96178,48.62824],[-52.9333,48.63075],[-52.90478,48.63326],[-52.87623,48.63576],[-52.84765,48.63826],[-52.81904,48.64076],[-52.79039,48.64325],[-52.76172,48.64574],[-52.73302,48.64822],[-52.70428,48.6507],[-52.67551,48.65318],[-52.64671,48.65565],[-52.61789,48.65812],[-52.58902,48.66058],[-52.56013,48.66304],[-52.5312,48.6655],[-52.50224,48.66795],[-52.47325,48.67039],[-52.44422,48.67284],[-52.41517,48.67527],[-52.38608,48.67771],[-52.35696,48.68014],[-52.3278,48.68256],[-52.29861,48.68498],[-52.26939,48.6874],[-52.24015,48.68981],[-52.21086,48.69222],[-52.18154,48.69462],[-52.15219,48.69702],[-52.12281,48.69941],[-52.09339,48.7018],[-52.06394,48.70419],[-52.03445,48.70657],[-52.00494,48.70895],[-51.97539,48.71132],[-51.9458,48.71369],[-51.91618,48.71605],[-51.88653,48.71841],[-51.85684,48.72076],[-51.82712,48.72311],[-51.79736,48.72546],[-51.76757,48.7278],[-51.73775,48.73013],[-51.70789,48.73247],[-51.678,48.73479],[-51.64807,48.73712],[-51.61811,48.73943],[-51.58811,48.74174],[-51.55808,48.74405],[-51.52801,48.74636],[-51.49792,48.74865],[-51.46778,48.75095],[-51.43761,48.75324],[-51.4074,48.75552],[-51.37715,48.7578],[-51.34687,48.76008],[-51.31655,48.76235],[-51.2862,48.76461],[-51.25581,48.76688],[-51.22539,48.76913],[-51.19493,48.77138],[-51.16443,48.77363],[-51.1339,48.77587],[-51.10333,48.77811],[-51.07272,48.78034],[-51.04208,48.78257],[-51.0114,48.78479],[-50.98069,48.787],[-50.94993,48.78922],[-50.91914,48.79142],[-50.88831,48.79363],[-50.85744,48.79582],[-50.82653,48.79802],[-50.79559,48.8002],[-50.76461,48.80239],[-50.73359,48.80456],[-50.70254,48.80674],[-50.67144,48.8089],[-50.6403,48.81107],[-50.60913,48.81322],[-50.57792,48.81538],[-50.54666,48.81752],[-50.51537,48.81966],[-50.48405,48.8218],[-50.45268,48.82393],[-50.42127,48.82606],[-50.38982,48.82818],[-50.35834,48.8303],[-50.32681,48.83241],[-50.29524,48.83451],[-50.26364,48.83661],[-50.23199,48.83871],[-50.20031,48.8408],[-50.16858,48.84288],[-50.13681,48.84496],[-50.105,48.84704],[-50.07315,48.8491],[-50.04127,48.85117],[-50.00934,48.85322],[-49.97736,48.85528],[-49.94535,48.85732],[-49.9133,48.85936],[-49.8812,48.8614],[-49.84907,48.86343],[-49.81689,48.86545],[-49.78467,48.86747],[-49.75241,48.86949],[-49.72011,48.87149],[-49.68777,48.8735],[-49.65538,48.87549],[-49.62295,48.87748],[-49.59048,48.87947],[-49.55796,48.88145],[-49.52541,48.88342],[-49.49281,48.88539],[-49.46016,48.88735],[-49.42748,48.88931],[-49.39475,48.89126],[-49.36198,48.8932],[-49.32916,48.89514],[-49.2963,48.89707],[-49.2634,48.899],[-49.23045,48.90092],[-49.19746,48.90284],[-49.16442,48.90475],[-49.13134,48.90665],[-49.09822,48.90855],[-49.06505,48.91044],[-49.03184,48.91232],[-48.99858,48.9142],[-48.96527,48.91607],[-48.93192,48.91794],[-48.89853,48.9198],[-48.86509,48.92166],[-48.8316,48.9235],[-48.79807,48.92535],[-48.7645,48.92718],[-48.73087,48.92901],[-48.6972,48.93083],[-48.66349,48.93265],[-48.62972,48.93446],[-48.59591,48.93627],[-48.56205,48.93806],[-48.52815,48.93986],[-48.4942,48.94164],[-48.4602,48.94342],[-48.42615,48.94519],[-48.39206,48.94696],[-48.35792,48.94872],[-48.32373,48.95047],[-48.28949,48.95222],[-48.2552,48.95396],[-48.22087,48.95569],[-48.18648,48.95742],[-48.15205,48.95913],[-48.11756,48.96085],[-48.08303,48.96255],[-48.04845,48.96425],[-48.01381,48.96595],[-47.97914,48.96763],[-47.9444,48.96931],[-47.90962,48.97098],[-47.87479,48.97265],[-47.83991,48.97431],[-47.80498,48.97596],[-47.76999,48.9776],[-47.73496,48.97924],[-47.69987,48.98087],[-47.66473,48.9825],[-47.62954,48.98411],[-47.5943,48.98572],[-47.559,48.98732],[-47.52365,48.98892],[-47.48826,48.99051],[-47.4528,48.99209],[-47.4173,48.99366],[-47.38174,48.99523],[-47.34612,48.99679],[-47.31046,48.99834],[-47.27474,48.99988],[-47.23896,49.00142],[-47.20313,49.00295]]},"properties":{"Name":"Center Line","Time0":"17:55:31","Time1":"19:48:20"}}]}')},4927:e=>{"use strict";e.exports=JSON.parse('{"type":"GeometryCollection","geometries":[{"type":"Polygon","coordinates":[[[-50.06591796875,49.57668614387512],[-50.07080078125,49.57621955871582],[-50.07120609283447,49.576171875],[-50.07568359375,49.575666427612305],[-50.08056640625,49.575114250183105],[-50.08544921875,49.57463574409485],[-50.09033203125,49.5743191242218],[-50.09521484375,49.57415986061096],[-50.10009765625,49.57406306266785],[-50.10498046875,49.573957681655884],[-50.10986328125,49.57382130622864],[-50.11474609375,49.57364583015442],[-50.11962890625,49.573423624038696],[-50.12451171875,49.573142528533936],[-50.12939453125,49.57278299331665],[-50.13427734375,49.57231307029724],[-50.13467311859131,49.572265625],[-50.13916015625,49.571755170822144],[-50.14404296875,49.571200132369995],[-50.14892578125,49.57072162628174],[-50.15380859375,49.5704071521759],[-50.15869140625,49.5702486038208],[-50.16357421875,49.57015061378479],[-50.16845703125,49.570042848587036],[-50.17333984375,49.56990385055542],[-50.17822265625,49.569724321365356],[-50.18310546875,49.569496870040894],[-50.18798828125,49.56920838356018],[-50.19287109375,49.56883788108826],[-50.19768238067627,49.568359375],[-50.19775390625,49.56835198402405],[-50.20263671875,49.567787408828735],[-50.20751953125,49.56723141670227],[-50.21240234375,49.566766023635864],[-50.21728515625,49.566474199295044],[-50.22216796875,49.56632661819458],[-50.22705078125,49.566227197647095],[-50.23193359375,49.56611466407776],[-50.23681640625,49.56596875190735],[-50.24169921875,49.565781116485596],[-50.24658203125,49.56554317474365],[-50.25146484375,49.56524038314819],[-50.25634765625,49.564847469329834],[-50.26010990142822,49.564453125],[-50.26123046875,49.564332485198975],[-50.26611328125,49.56376004219055],[-50.27099609375,49.563204765319824],[-50.27587890625,49.5627646446228],[-50.28076171875,49.56251549720764],[-50.28564453125,49.56239175796509],[-50.29052734375,49.56229257583618],[-50.29541015625,49.562172174453735],[-50.30029296875,49.562015533447266],[-50.30517578125,49.561813831329346],[-50.31005859375,49.56155824661255],[-50.31494140625,49.56123089790344],[-50.31982421875,49.56080174446106],[-50.32208442687988,49.560546875],[-50.32470703125,49.56025242805481],[-50.32958984375,49.55967688560486],[-50.33447265625,49.55913972854614],[-50.33935546875,49.55874562263489],[-50.34423828125,49.55854773521423],[-50.34912109375,49.558446407318115],[-50.35400390625,49.55834364891052],[-50.35888671875,49.55821108818054],[-50.36376953125,49.55803823471069],[-50.36865234375,49.55781650543213],[-50.37353515625,49.55753421783447],[-50.37841796875,49.55716824531555],[-50.38330078125,49.55668520927429],[-50.383663177490234,49.556640625],[-50.38818359375,49.55611062049866],[-50.39306640625,49.55554151535034],[-50.39794921875,49.5550594329834],[-50.40283203125,49.5547513961792],[-50.40771484375,49.554595947265625],[-50.41259765625,49.55449390411377],[-50.41748046875,49.554378509521484],[-50.42236328125,49.55422782897949],[-50.42724609375,49.55403208732605],[-50.43212890625,49.55378222465515],[-50.43701171875,49.553460121154785],[-50.44189453125,49.553038120269775],[-50.444626808166504,49.552734375],[-50.44677734375,49.55249333381653],[-50.45166015625,49.55190944671631],[-50.45654296875,49.551352977752686],[-50.46142578125,49.550936698913574],[-50.46630859375,49.55072855949402],[-50.47119140625,49.55062532424927],[-50.47607421875,49.550522565841675],[-50.48095703125,49.55038928985596],[-50.48583984375,49.55021405220032],[-50.49072265625,49.54998731613159],[-50.49560546875,49.54969549179077],[-50.50048828125,49.54931592941284],[-50.50525665283203,49.548828125],[-50.50537109375,49.548815965652466],[-50.51025390625,49.54823422431946],[-50.51513671875,49.5476610660553],[-50.52001953125,49.54718852043152],[-50.52490234375,49.54689955711365],[-50.52978515625,49.546753883361816],[-50.53466796875,49.54665017127991],[-50.53955078125,49.54652810096741],[-50.54443359375,49.54636740684509],[-50.54931640625,49.54615783691406],[-50.55419921875,49.545886516571045],[-50.55908203125,49.54553461074829],[-50.56396484375,49.54507517814636],[-50.56525230407715,49.544921875],[-50.56884765625,49.54450511932373],[-50.57373046875,49.543922662734985],[-50.57861328125,49.54340839385986],[-50.58349609375,49.54305958747864],[-50.58837890625,49.54288148880005],[-50.59326171875,49.54277181625366],[-50.59814453125,49.542651414871216],[-50.60302734375,49.54249811172485],[-50.60791015625,49.542299032211304],[-50.61279296875,49.54203987121582],[-50.61767578125,49.54170489311218],[-50.62255859375,49.54127025604248],[-50.62479019165039,49.541015625],[-50.62744140625,49.540714263916016],[-50.63232421875,49.5401246547699],[-50.63720703125,49.53958201408386],[-50.64208984375,49.539196491241455],[-50.64697265625,49.539000272750854],[-50.65185546875,49.53888964653015],[-50.65673828125,49.53876996040344],[-50.66162109375,49.53861474990845],[-50.66650390625,49.5384156703949],[-50.67138671875,49.53816032409668],[-50.67626953125,49.53783440589905],[-50.68115234375,49.53741264343262],[-50.68385601043701,49.537109375],[-50.68603515625,49.536863803863525],[-50.69091796875,49.536269187927246],[-50.69580078125,49.53571271896362],[-50.70068359375,49.535311698913574],[-50.70556640625,49.5351083278656],[-50.71044921875,49.53499746322632],[-50.71533203125,49.53488111495972],[-50.72021484375,49.53472852706909],[-50.72509765625,49.53453016281128],[-50.72998046875,49.53427600860596],[-50.73486328125,49.53394913673401],[-50.73974609375,49.53352212905884],[-50.74256896972656,49.533203125],[-50.74462890625,49.532968044281006],[-50.74951171875,49.53237247467041],[-50.75439453125,49.531816720962524],[-50.75927734375,49.53141212463379],[-50.76416015625,49.53120541572571],[-50.76904296875,49.53109407424927],[-50.77392578125,49.5309784412384],[-50.77880859375,49.53082752227783],[-50.78369140625,49.53063106536865],[-50.78857421875,49.53037881851196],[-50.79345703125,49.53005290031433],[-50.79833984375,49.52962374687195],[-50.80119609832764,49.529296875],[-50.80322265625,49.52906250953674],[-50.80810546875,49.52846169471741],[-50.81298828125,49.52790451049805],[-50.81787109375,49.527498960494995],[-50.82275390625,49.527291774749756],[-50.82763671875,49.527179479599],[-50.83251953125,49.52706241607666],[-50.83740234375,49.52690935134888],[-50.84228515625,49.52670979499817],[-50.84716796875,49.5264527797699],[-50.85205078125,49.52612018585205],[-50.85693359375,49.525678396224976],[-50.85937976837158,49.525390625],[-50.86181640625,49.5251042842865],[-50.86669921875,49.52450203895569],[-50.87158203125,49.52395415306091],[-50.87646484375,49.52356505393982],[-50.88134765625,49.52336597442627],[-50.88623046875,49.523252725601196],[-50.89111328125,49.52313160896301],[-50.89599609375,49.52297282218933],[-50.90087890625,49.522764444351196],[-50.90576171875,49.52249574661255],[-50.91064453125,49.522144079208374],[-50.91552734375,49.5216760635376],[-50.917091369628906,49.521484375],[-50.92041015625,49.52108573913574],[-50.92529296875,49.520484924316406],[-50.93017578125,49.51996064186096],[-50.93505859375,49.51960825920105],[-50.93994140625,49.51942706108093],[-50.94482421875,49.51931285858154],[-50.94970703125,49.51918411254883],[-50.95458984375,49.51901388168335],[-50.95947265625,49.51879048347473],[-50.96435546875,49.51849961280823],[-50.96923828125,49.518117904663086],[-50.97412109375,49.51761031150818],[-50.974369049072266,49.517578125],[-50.97900390625,49.51700401306152],[-50.98388671875,49.51640558242798],[-50.98876953125,49.515921115875244],[-50.99365234375,49.515634298324585],[-50.99853515625,49.515485525131226],[-51.00341796875,49.51536583900452],[-51.00830078125,49.51521921157837],[-51.01318359375,49.51502871513367],[-51.01806640625,49.514779567718506],[-51.02294921875,49.514455795288086],[-51.02783203125,49.51403284072876],[-51.031012535095215,49.513671875],[-51.03271484375,49.51347494125366],[-51.03759765625,49.512861490249634],[-51.04248046875,49.51228666305542],[-51.04736328125,49.511871337890625],[-51.05224609375,49.511659145355225],[-51.05712890625,49.51154017448425],[-51.06201171875,49.51141166687012],[-51.06689453125,49.511242389678955],[-51.07177734375,49.51102137565613],[-51.07666015625,49.51073622703552],[-51.08154296875,49.51036524772644],[-51.08642578125,49.509875535964966],[-51.08728885650635,49.509765625],[-51.09130859375,49.50927257537842],[-51.09619140625,49.5086669921875],[-51.10107421875,49.50816583633423],[-51.10595703125,49.50786018371582],[-51.11083984375,49.507702589035034],[-51.11572265625,49.507583141326904],[-51.12060546875,49.50743889808655],[-51.12548828125,49.50724935531616],[-51.13037109375,49.50700354576111],[-51.13525390625,49.50668430328369],[-51.14013671875,49.50626254081726],[-51.14366054534912,49.505859375],[-51.14501953125,49.50569987297058],[-51.14990234375,49.50507855415344],[-51.15478515625,49.504496574401855],[-51.15966796875,49.504069089889526],[-51.16455078125,49.503849029541016],[-51.16943359375,49.50372910499573],[-51.17431640625,49.50360345840454],[-51.17919921875,49.503437995910645],[-51.18408203125,49.50322079658508],[-51.18896484375,49.50293827056885],[-51.19384765625,49.50256633758545],[-51.19873046875,49.50206661224365],[-51.19959831237793,49.501953125],[-51.20361328125,49.50144910812378],[-51.20849609375,49.50083589553833],[-51.21337890625,49.50033116340637],[-51.21826171875,49.50002479553223],[-51.22314453125,49.49986529350281],[-51.22802734375,49.49974298477173],[-51.23291015625,49.499595642089844],[-51.23779296875,49.49939966201782],[-51.24267578125,49.49914240837097],[-51.24755859375,49.49880385398865],[-51.25244140625,49.49835419654846],[-51.25500202178955,49.498046875],[-51.25732421875,49.497766971588135],[-51.26220703125,49.49714517593384],[-51.26708984375,49.496586561203],[-51.27197265625,49.49619698524475],[-51.27685546875,49.495994329452515],[-51.28173828125,49.49586892127991],[-51.28662109375,49.495729207992554],[-51.29150390625,49.495546102523804],[-51.29638671875,49.49530482292175],[-51.30126953125,49.494988203048706],[-51.30615234375,49.49457049369812],[-51.30993843078613,49.494140625],[-51.31103515625,49.49401235580444],[-51.31591796875,49.493382930755615],[-51.32080078125,49.49278688430786],[-51.32568359375,49.492350816726685],[-51.33056640625,49.49212694168091],[-51.33544921875,49.49200224876404],[-51.34033203125,49.49186730384827],[-51.34521484375,49.49168848991394],[-51.35009765625,49.49145436286926],[-51.35498046875,49.49114990234375],[-51.35986328125,49.49074840545654],[-51.36453151702881,49.490234375],[-51.36474609375,49.49020981788635],[-51.36962890625,49.489580154418945],[-51.37451171875,49.48896932601929],[-51.37939453125,49.48850083351135],[-51.38427734375,49.48825144767761],[-51.38916015625,49.488121032714844],[-51.39404296875,49.487993240356445],[-51.39892578125,49.487826347351074],[-51.40380859375,49.487606048583984],[-51.40869140625,49.48731851577759],[-51.41357421875,49.486939430236816],[-51.41845703125,49.486427545547485],[-51.419196128845215,49.486328125],[-51.42333984375,49.4857964515686],[-51.42822265625,49.485174894332886],[-51.43310546875,49.48467445373535],[-51.43798828125,49.484381437301636],[-51.44287109375,49.48422813415527],[-51.44775390625,49.48409986495972],[-51.45263671875,49.48393940925598],[-51.45751953125,49.48372673988342],[-51.46240234375,49.48344802856445],[-51.46728515625,49.48307800292969],[-51.47216796875,49.48257803916931],[-51.473350524902344,49.482421875],[-51.47705078125,49.48194909095764],[-51.48193359375,49.48132061958313],[-51.48681640625,49.4808030128479],[-51.49169921875,49.480485677719116],[-51.49658203125,49.48031806945801],[-51.50146484375,49.48018789291382],[-51.50634765625,49.480029344558716],[-51.51123046875,49.47981810569763],[-51.51611328125,49.47953677177429],[-51.52099609375,49.479163646698],[-51.52587890625,49.47866415977478],[-51.52700424194336,49.478515625],[-51.53076171875,49.478036403656006],[-51.53564453125,49.477405071258545],[-51.54052734375,49.47688889503479],[-51.54541015625,49.47658014297485],[-51.55029296875,49.476417541503906],[-51.55517578125,49.476282835006714],[-51.56005859375,49.476112604141235],[-51.56494140625,49.47588777542114],[-51.56982421875,49.47559380531311],[-51.57470703125,49.47520685195923],[-51.57958984375,49.47468876838684],[-51.58017635345459,49.474609375],[-51.58447265625,49.47405529022217],[-51.58935546875,49.47342896461487],[-51.59423828125,49.47293305397034],[-51.59912109375,49.47265267372131],[-51.60400390625,49.47250461578369],[-51.60888671875,49.472371339797974],[-51.61376953125,49.47220063209534],[-51.61865234375,49.47197461128235],[-51.62353515625,49.47167778015137],[-51.62841796875,49.47128462791443],[-51.63330078125,49.47075080871582],[-51.633639335632324,49.470703125],[-51.63818359375,49.47010374069214],[-51.64306640625,49.46947383880615],[-51.64794921875,49.4689838886261],[-51.65283203125,49.468716621398926],[-51.65771484375,49.4685754776001],[-51.66259765625,49.46844029426575],[-51.66748046875,49.46826410293579],[-51.67236328125,49.46802997589111],[-51.67724609375,49.4677209854126],[-51.68212890625,49.467307329177856],[-51.68656826019287,49.466796875],[-51.68701171875,49.46674346923828],[-51.69189453125,49.46609091758728],[-51.69677734375,49.465468645095825],[-51.70166015625,49.46500205993652],[-51.70654296875,49.46475958824158],[-51.71142578125,49.464627742767334],[-51.71630859375,49.46448755264282],[-51.72119140625,49.46429920196533],[-51.72607421875,49.464046478271484],[-51.73095703125,49.46371078491211],[-51.73583984375,49.463261127471924],[-51.73886775970459,49.462890625],[-51.74072265625,49.46266007423401],[-51.74560546875,49.462011098861694],[-51.75048828125,49.46143388748169],[-51.75537109375,49.46104049682617],[-51.76025390625,49.46083474159241],[-51.76513671875,49.460697889328],[-51.77001953125,49.46053719520569],[-51.77490234375,49.46032404899597],[-51.77978515625,49.46004343032837],[-51.78466796875,49.45967149734497],[-51.78955078125,49.45916962623596],[-51.79094314575195,49.458984375],[-51.79443359375,49.458531856536865],[-51.79931640625,49.45789313316345],[-51.80419921875,49.45737051963806],[-51.80908203125,49.45705556869507],[-51.81396484375,49.45688772201538],[-51.81884765625,49.456748962402344],[-51.82373046875,49.456575870513916],[-51.82861328125,49.456345558166504],[-51.83349609375,49.45604109764099],[-51.83837890625,49.45563459396362],[-51.84326171875,49.455079317092896],[-51.843271255493164,49.455078125],[-51.84814453125,49.45441818237305],[-51.85302734375,49.45378279685974],[-51.85791015625,49.45330357551575],[-51.86279296875,49.45305371284485],[-51.86767578125,49.45291781425476],[-51.87255859375,49.45277428627014],[-51.87744140625,49.452582120895386],[-51.88232421875,49.452324628829956],[-51.88720703125,49.451980113983154],[-51.89208984375,49.451515197753906],[-51.89480781555176,49.451171875],[-51.89697265625,49.45089602470398],[-51.90185546875,49.45024085044861],[-51.90673828125,49.44967031478882],[-51.91162109375,49.44928979873657],[-51.91650390625,49.449087142944336],[-51.92138671875,49.448943853378296],[-51.92626953125,49.448771715164185],[-51.93115234375,49.448543548583984],[-51.93603515625,49.44824028015137],[-51.94091796875,49.44783592224121],[-51.94580078125,49.447288036346436],[-51.94595813751221,49.447265625],[-51.95068359375,49.44662642478943],[-51.95556640625,49.44598460197449],[-51.96044921875,49.44550371170044],[-51.96533203125,49.44525480270386],[-51.97021484375,49.44511699676514],[-51.97509765625,49.444968700408936],[-51.97998046875,49.44477128982544],[-51.98486328125,49.44450902938843],[-51.98974609375,49.4441602230072],[-51.99462890625,49.44368815422058],[-51.99718475341797,49.443359375],[-51.99951171875,49.44305920600891],[-52.00439453125,49.44240140914917],[-52.00927734375,49.44183874130249],[-52.01416015625,49.44147181510925],[-52.01904296875,49.44127535820007],[-52.02392578125,49.441131830215454],[-52.02880859375,49.440959215164185],[-52.03369140625,49.44072866439819],[-52.03857421875,49.44042205810547],[-52.04345703125,49.44000816345215],[-52.04822063446045,49.439453125],[-52.04833984375,49.439438343048096],[-52.05322265625,49.43876671791077],[-52.05810546875,49.43812918663025],[-52.06298828125,49.4376540184021],[-52.06787109375,49.43740487098694],[-52.07275390625,49.43726301193237],[-52.07763671875,49.437108516693115],[-52.08251953125,49.43690013885498],[-52.08740234375,49.436617851257324],[-52.09228515625,49.436238288879395],[-52.09716796875,49.435723543167114],[-52.098445892333984,49.435546875],[-52.10205078125,49.43506407737732],[-52.10693359375,49.4344003200531],[-52.11181640625,49.43387484550476],[-52.11669921875,49.43357849121094],[-52.12158203125,49.43341875076294],[-52.12646484375,49.433268547058105],[-52.13134765625,49.43307328224182],[-52.13623046875,49.4328134059906],[-52.14111328125,49.43246674537659],[-52.14599609375,49.43199634552002],[-52.14876174926758,49.431640625],[-52.15087890625,49.431365966796875],[-52.15576171875,49.43070125579834],[-52.16064453125,49.43013119697571],[-52.16552734375,49.429757595062256],[-52.17041015625,49.429556369781494],[-52.17529296875,49.42940855026245],[-52.18017578125,49.42923021316528],[-52.18505859375,49.42899203300476],[-52.18994140625,49.42867350578308],[-52.19482421875,49.42824172973633],[-52.19902038574219,49.427734375],[-52.19970703125,49.42764759063721],[-52.20458984375,49.42697095870972],[-52.20947265625,49.426350593566895],[-52.21435546875,49.425904989242554],[-52.21923828125,49.42566657066345],[-52.22412109375,49.42551875114441],[-52.22900390625,49.425352573394775],[-52.23388671875,49.4251275062561],[-52.23876953125,49.42482256889343],[-52.24365234375,49.42440915107727],[-52.24853515625,49.42384219169617],[-52.24863052368164,49.423828125],[-52.25341796875,49.42316174507141],[-52.25830078125,49.422515869140625],[-52.26318359375,49.42204189300537],[-52.26806640625,49.421794414520264],[-52.27294921875,49.421648025512695],[-52.27783203125,49.421483278274536],[-52.28271484375,49.42126202583313],[-52.28759765625,49.4209668636322],[-52.29248046875,49.420570373535156],[-52.29736328125,49.420027017593384],[-52.29809284210205,49.419921875],[-52.30224609375,49.419349193573],[-52.30712890625,49.418686389923096],[-52.31201171875,49.41817927360535],[-52.31689453125,49.417909383773804],[-52.32177734375,49.41775965690613],[-52.32666015625,49.41760230064392],[-52.33154296875,49.417391777038574],[-52.33642578125,49.41710948944092],[-52.34130859375,49.416728496551514],[-52.34619140625,49.41620230674744],[-52.34750270843506,49.416015625],[-52.35107421875,49.415523052215576],[-52.35595703125,49.41484594345093],[-52.36083984375,49.41431164741516],[-52.36572265625,49.41401243209839],[-52.37060546875,49.41384983062744],[-52.37548828125,49.41369271278381],[-52.38037109375,49.41348433494568],[-52.38525390625,49.41320061683655],[-52.39013671875,49.41281604766846],[-52.39501953125,49.41228938102722],[-52.39628314971924,49.412109375],[-52.39990234375,49.41161108016968],[-52.40478515625,49.41093158721924],[-52.40966796875,49.41040253639221],[-52.41455078125,49.410114765167236],[-52.41943359375,49.40995717048645],[-52.42431640625,49.409796714782715],[-52.42919921875,49.40958380699158],[-52.43408203125,49.40929818153381],[-52.43896484375,49.408913373947144],[-52.44384765625,49.408385038375854],[-52.445125579833984,49.408203125],[-52.44873046875,49.40770673751831],[-52.45361328125,49.40703344345093],[-52.45849609375,49.406506061553955],[-52.46337890625,49.40621089935303],[-52.46826171875,49.406046867370605],[-52.47314453125,49.40588593482971],[-52.47802734375,49.40567350387573],[-52.48291015625,49.40538692474365],[-52.48779296875,49.40499806404114],[-52.49267578125,49.40445923805237],[-52.493791580200195,49.404296875],[-52.49755859375,49.40376853942871],[-52.50244140625,49.40308475494385],[-52.50732421875,49.402554750442505],[-52.51220703125,49.40226864814758],[-52.51708984375,49.40211057662964],[-52.52197265625,49.40194606781006],[-52.52685546875,49.40172457695007],[-52.53173828125,49.40142202377319],[-52.53662109375,49.40100955963135],[-52.54150390625,49.40044188499451],[-52.541847229003906,49.400390625],[-52.54638671875,49.3997483253479],[-52.55126953125,49.39908981323242],[-52.55615234375,49.39860725402832],[-52.56103515625,49.398353576660156],[-52.56591796875,49.39820051193237],[-52.57080078125,49.398027181625366],[-52.57568359375,49.39779305458069],[-52.58056640625,49.397478103637695],[-52.58544921875,49.397050857543945],[-52.59013652801514,49.396484375],[-52.59033203125,49.396459102630615],[-52.59521484375,49.39576458930969],[-52.60009765625,49.39512610435486],[-52.60498046875,49.394668102264404],[-52.60986328125,49.394421339035034],[-52.61474609375,49.39426326751709],[-52.61962890625,49.394081830978394],[-52.62451171875,49.39383625984192],[-52.62939453125,49.39350390434265],[-52.63427734375,49.39304757118225],[-52.63793468475342,49.392578125],[-52.63916015625,49.392415285110474],[-52.64404296875,49.391717195510864],[-52.64892578125,49.391106843948364],[-52.65380859375,49.39069628715515],[-52.65869140625,49.39047336578369],[-52.66357421875,49.39030909538269],[-52.66845703125,49.39010715484619],[-52.67333984375,49.38983416557312],[-52.67822265625,49.389463663101196],[-52.68310546875,49.38895535469055],[-52.685160636901855,49.388671875],[-52.68798828125,49.388286113739014],[-52.69287109375,49.38760447502136],[-52.69775390625,49.38704991340637],[-52.70263671875,49.38671875],[-52.70751953125,49.38653373718262],[-52.71240234375,49.38636660575867],[-52.71728515625,49.38615107536316],[-52.72216796875,49.385860443115234],[-52.72705078125,49.38546442985535],[-52.73193359375,49.384912729263306],[-52.73292064666748,49.384765625],[-52.73681640625,49.384209394454956],[-52.74169921875,49.3835232257843],[-52.74658203125,49.38300132751465],[-52.75146484375,49.38272285461426],[-52.75634765625,49.38256287574768],[-52.76123046875,49.3823881149292],[-52.76611328125,49.38214993476868],[-52.77099609375,49.38182473182678],[-52.77587890625,49.38137674331665],[-52.77995586395264,49.380859375],[-52.78076171875,49.38075256347656],[-52.78564453125,49.38004660606384],[-52.79052734375,49.379422187805176],[-52.79541015625,49.378997564315796],[-52.80029296875,49.37876796722412],[-52.80517578125,49.378602504730225],[-52.81005859375,49.378401041030884],[-52.81494140625,49.37812900543213],[-52.81982421875,49.377758741378784],[-52.82470703125,49.37724781036377],[-52.826809883117676,49.376953125],[-52.82958984375,49.376567363739014],[-52.83447265625,49.37587356567383],[-52.83935546875,49.375314712524414],[-52.84423828125,49.37498426437378],[-52.84912109375,49.3747980594635],[-52.85400390625,49.37462520599365],[-52.85888671875,49.374398946762085],[-52.86376953125,49.374091148376465],[-52.86865234375,49.37366962432861],[-52.87353515625,49.373080253601074],[-52.87374973297119,49.373046875],[-52.87841796875,49.37236833572388],[-52.88330078125,49.37170696258545],[-52.88818359375,49.3712260723114],[-52.89306640625,49.3709659576416],[-52.89794921875,49.37079858779907],[-52.90283203125,49.37060284614563],[-52.90771484375,49.37033462524414],[-52.91259765625,49.3699676990509],[-52.91748046875,49.369463205337524],[-52.91980743408203,49.369140625],[-52.92236328125,49.36878681182861],[-52.92724609375,49.368088483810425],[-52.93212890625,49.3675217628479],[-52.93701171875,49.36718440055847],[-52.94189453125,49.36699461936951],[-52.94677734375,49.366820096969604],[-52.95166015625,49.36659216880798],[-52.95654296875,49.36628293991089],[-52.96142578125,49.36586022377014],[-52.96630859375,49.36526870727539],[-52.96652793884277,49.365234375],[-52.97119140625,49.36455273628235],[-52.97607421875,49.36389136314392],[-52.98095703125,49.36341571807861],[-52.98583984375,49.36315727233887],[-52.99072265625,49.362988233566284],[-52.99560546875,49.362791538238525],[-53.00048828125,49.3625214099884],[-53.00537109375,49.362149477005005],[-53.01025390625,49.36163282394409],[-53.01238536834717,49.361328125],[-53.01513671875,49.36093854904175],[-53.02001953125,49.36022639274597],[-53.02490234375,49.359660625457764],[-53.02978515625,49.35933804512024],[-53.03466796875,49.35915565490723],[-53.03955078125,49.35897397994995],[-53.04443359375,49.358731508255005],[-53.04931640625,49.35840153694153],[-53.05419921875,49.35794973373413],[-53.05832862854004,49.357421875],[-53.05908203125,49.3573215007782],[-53.06396484375,49.356609582901],[-53.06884765625,49.355982065200806],[-53.07373046875,49.355555057525635],[-53.07861328125,49.35531949996948],[-53.08349609375,49.35514521598816],[-53.08837890625,49.35493206977844],[-53.09326171875,49.35464072227478],[-53.09814453125,49.35424017906189],[-53.10302734375,49.353679180145264],[-53.10410022735596,49.353515625],[-53.10791015625,49.3529577255249],[-53.11279296875,49.35225796699524],[-53.11767578125,49.35173177719116],[-53.12255859375,49.3514506816864],[-53.12744140625,49.35128045082092],[-53.13232421875,49.35108304023743],[-53.13720703125,49.35081195831299],[-53.14208984375,49.35044050216675],[-53.14697265625,49.349926471710205],[-53.14921855926514,49.349609375],[-53.15185546875,49.349239349365234],[-53.15673828125,49.34853482246399],[-53.16162109375,49.34796738624573],[-53.16650390625,49.347634077072144],[-53.17138671875,49.34744310379028],[-53.17626953125,49.34725904464722],[-53.18115234375,49.347015380859375],[-53.18603515625,49.34668254852295],[-53.19091796875,49.34622359275818],[-53.19489002227783,49.345703125],[-53.19580078125,49.34557867050171],[-53.20068359375,49.34485197067261],[-53.20556640625,49.344221115112305],[-53.21044921875,49.34380269050598],[-53.21533203125,49.34357023239136],[-53.22021484375,49.3433895111084],[-53.22509765625,49.34316301345825],[-53.22998046875,49.34284996986389],[-53.23486328125,49.34241461753845],[-53.23974609375,49.34180283546448],[-53.239784240722656,49.341796875],[-53.24462890625,49.34107327461243],[-53.24951171875,49.34041452407837],[-53.25439453125,49.33995699882507],[-53.25927734375,49.33970856666565],[-53.26416015625,49.33953261375427],[-53.26904296875,49.33931827545166],[-53.27392578125,49.33902549743652],[-53.27880859375,49.33862352371216],[-53.28369140625,49.33806014060974],[-53.28479766845703,49.337890625],[-53.28857421875,49.33733558654785],[-53.29345703125,49.33663606643677],[-53.29833984375,49.33611297607422],[-53.30322265625,49.33582925796509],[-53.30810546875,49.33565282821655],[-53.31298828125,49.33545112609863],[-53.31787109375,49.3351731300354],[-53.32275390625,49.33478760719299],[-53.32763671875,49.33424687385559],[-53.329386711120605,49.333984375],[-53.33251953125,49.333523750305176],[-53.33740234375,49.332794427871704],[-53.34228515625,49.33223557472229],[-53.34716796875,49.331939935684204],[-53.35205078125,49.331767559051514],[-53.35693359375,49.331570863723755],[-53.36181640625,49.331299781799316],[-53.36669921875,49.3309268951416],[-53.37158203125,49.33040761947632],[-53.373870849609375,49.330078125],[-53.37646484375,49.32970571517944],[-53.38134765625,49.32898473739624],[-53.38623046875,49.3284113407135],[-53.39111328125,49.32807993888855],[-53.39599609375,49.32788681983948],[-53.40087890625,49.32769250869751],[-53.40576171875,49.32743191719055],[-53.41064453125,49.32707190513611],[-53.41552734375,49.32656717300415],[-53.41829776763916,49.326171875],[-53.42041015625,49.325867891311646],[-53.42529296875,49.3251314163208],[-53.43017578125,49.324536085128784],[-53.43505859375,49.324183225631714],[-53.43994140625,49.32398056983948],[-53.44482421875,49.32378339767456],[-53.44970703125,49.32352018356323],[-53.45458984375,49.32315754890442],[-53.45947265625,49.32265377044678],[-53.462233543395996,49.322265625],[-53.46435546875,49.321964740753174],[-53.46923828125,49.32124161720276],[-53.47412109375,49.32065200805664],[-53.47900390625,49.32029700279236],[-53.48388671875,49.32009148597717],[-53.48876953125,49.31989645957947],[-53.49365234375,49.31963849067688],[-53.49853515625,49.3192822933197],[-53.50341796875,49.31878471374512],[-53.50642681121826,49.318359375],[-53.50830078125,49.318090200424194],[-53.51318359375,49.31734919548035],[-53.51806640625,49.316741943359375],[-53.52294921875,49.31637406349182],[-53.52783203125,49.31616282463074],[-53.53271484375,49.315964698791504],[-53.53759765625,49.3157000541687],[-53.54248046875,49.315330505371094],[-53.54736328125,49.31481385231018],[-53.54987621307373,49.314453125],[-53.55224609375,49.31411170959473],[-53.55712890625,49.31338548660278],[-53.56201171875,49.31280326843262],[-53.56689453125,49.31246376037598],[-53.57177734375,49.312265157699585],[-53.57666015625,49.312065839767456],[-53.58154296875,49.31179881095886],[-53.58642578125,49.31142973899841],[-53.59130859375,49.31091260910034],[-53.593811988830566,49.310546875],[-53.59619140625,49.31019830703735],[-53.60107421875,49.30945611000061],[-53.60595703125,49.30886650085449],[-53.61083984375,49.30852699279785],[-53.61572265625,49.30832767486572],[-53.62060546875,49.30812335014343],[-53.62548828125,49.307844400405884],[-53.63037109375,49.30745339393616],[-53.63525390625,49.30690288543701],[-53.63697528839111,49.306640625],[-53.64013671875,49.306169509887695],[-53.64501953125,49.305440187454224],[-53.64990234375,49.30488681793213],[-53.65478515625,49.30459022521973],[-53.65966796875,49.30440878868103],[-53.66455078125,49.30419850349426],[-53.66943359375,49.303908824920654],[-53.67431640625,49.30350708961487],[-53.67919921875,49.30293869972229],[-53.68051052093506,49.302734375],[-53.68408203125,49.30219578742981],[-53.68896484375,49.30147910118103],[-53.69384765625,49.30094599723816],[-53.69873046875,49.30065321922302],[-53.70361328125,49.300463914871216],[-53.70849609375,49.30024242401123],[-53.71337890625,49.29993414878845],[-53.71826171875,49.29949951171875],[-53.72314453125,49.2988805770874],[-53.723464012145996,49.298828125],[-53.72802734375,49.29812574386597],[-53.73291015625,49.29744791984558],[-53.73779296875,49.29697847366333],[-53.74267578125,49.29671883583069],[-53.74755859375,49.29652643203735],[-53.75244140625,49.296287298202515],[-53.75732421875,49.29595685005188],[-53.76220703125,49.29549598693848],[-53.76652240753174,49.294921875],[-53.76708984375,49.29484224319458],[-53.77197265625,49.29409217834473],[-53.77685546875,49.29344415664673],[-53.78173828125,49.29301404953003],[-53.78662109375,49.2927680015564],[-53.79150390625,49.29256629943848],[-53.79638671875,49.29230833053589],[-53.80126953125,49.2919487953186],[-53.80615234375,49.29143977165222],[-53.80906581878662,49.291015625],[-53.81103515625,49.290724992752075],[-53.81591796875,49.28996753692627],[-53.82080078125,49.289363622665405],[-53.82568359375,49.28901529312134],[-53.83056640625,49.28881120681763],[-53.83544921875,49.2886016368866],[-53.84033203125,49.288317918777466],[-53.84521484375,49.28792357444763],[-53.85009765625,49.287365674972534],[-53.85175704956055,49.287109375],[-53.85498046875,49.28662300109863],[-53.85986328125,49.28589153289795],[-53.86474609375,49.28533983230591],[-53.86962890625,49.28503727912903],[-53.87451171875,49.284844160079956],[-53.87939453125,49.284618854522705],[-53.88427734375,49.284305572509766],[-53.88916015625,49.28386306762695],[-53.89404296875,49.28322911262512],[-53.894195556640625,49.283203125],[-53.89892578125,49.28246521949768],[-53.90380859375,49.281790018081665],[-53.90869140625,49.28132939338684],[-53.91357421875,49.281070947647095],[-53.91845703125,49.28086972236633],[-53.92333984375,49.28061485290527],[-53.92822265625,49.28026103973389],[-53.93310546875,49.27976417541504],[-53.936400413513184,49.279296875],[-53.93798828125,49.27906584739685],[-53.94287109375,49.27831196784973],[-53.94775390625,49.27769494056702],[-53.95263671875,49.277318239212036],[-53.95751953125,49.277095317840576],[-53.96240234375,49.276880741119385],[-53.96728515625,49.276594161987305],[-53.97216796875,49.276190996170044],[-53.97705078125,49.27561593055725],[-53.97846698760986,49.275390625],[-53.98193359375,49.27485680580139],[-53.98681640625,49.27412796020508],[-53.99169921875,49.27359199523926],[-53.99658203125,49.2732994556427],[-54.00146484375,49.27310371398926],[-54.00634765625,49.27286624908447],[-54.01123046875,49.27253532409668],[-54.01611328125,49.27207159996033],[-54.02048587799072,49.271484375],[-54.02099609375,49.27141213417053],[-54.02587890625,49.270652532577515],[-54.03076171875,49.269999265670776],[-54.03564453125,49.26956868171692],[-54.04052734375,49.2693190574646],[-54.04541015625,49.26910758018494],[-54.05029296875,49.26883387565613],[-54.05517578125,49.268449783325195],[-54.06005859375,49.26790118217468],[-54.062137603759766,49.267578125],[-54.06494140625,49.26714777946472],[-54.06982421875,49.2663893699646],[-54.07470703125,49.265815019607544],[-54.07958984375,49.26550483703613],[-54.08447265625,49.265310764312744],[-54.08935546875,49.265079975128174],[-54.09423828125,49.26475763320923],[-54.09912109375,49.264304876327515],[-54.10391330718994,49.263671875],[-54.10400390625,49.26365900039673],[-54.10888671875,49.26289486885071],[-54.11376953125,49.262226581573486],[-54.11865234375,49.261775732040405],[-54.12353515625,49.261515855789185],[-54.12841796875,49.26130294799805],[-54.13330078125,49.261030197143555],[-54.13818359375,49.26064729690552],[-54.14306640625,49.260098695755005],[-54.14520740509033,49.259765625],[-54.14794921875,49.25934290885925],[-54.15283203125,49.25858020782471],[-54.15771484375,49.25800275802612],[-54.16259765625,49.2576904296875],[-54.16748046875,49.25749373435974],[-54.17236328125,49.257259368896484],[-54.17724609375,49.25693130493164],[-54.18212890625,49.2564697265625],[-54.18666362762451,49.255859375],[-54.18701171875,49.25580978393555],[-54.19189453125,49.25504159927368],[-54.19677734375,49.254379749298096],[-54.20166015625,49.253942251205444],[-54.20654296875,49.25368690490723],[-54.21142578125,49.25346875190735],[-54.21630859375,49.25318503379822],[-54.22119140625,49.252784967422485],[-54.22607421875,49.25221085548401],[-54.22768592834473,49.251953125],[-54.23095703125,49.251442432403564],[-54.23583984375,49.25070071220398],[-54.24072265625,49.250155448913574],[-54.24560546875,49.2498562335968],[-54.25048828125,49.24965286254883],[-54.25537109375,49.249404430389404],[-54.26025390625,49.24905610084534],[-54.26513671875,49.24856400489807],[-54.26877498626709,49.248046875],[-54.27001953125,49.24786329269409],[-54.27490234375,49.24709153175354],[-54.27978515625,49.24645662307739],[-54.28466796875,49.24606513977051],[-54.28955078125,49.24583029747009],[-54.29443359375,49.24560213088989],[-54.29931640625,49.24529457092285],[-54.30419921875,49.24485731124878],[-54.30908203125,49.24422597885132],[-54.30958271026611,49.244140625],[-54.31396484375,49.24344229698181],[-54.31884765625,49.2427453994751],[-54.32373046875,49.242268085479736],[-54.32861328125,49.24199724197388],[-54.33349609375,49.241782665252686],[-54.33837890625,49.24150824546814],[-54.34326171875,49.24112272262573],[-54.34814453125,49.2405731678009],[-54.35032844543457,49.240234375],[-54.35302734375,49.23981809616089],[-54.35791015625,49.239054918289185],[-54.36279296875,49.2384729385376],[-54.36767578125,49.23815107345581],[-54.37255859375,49.23794221878052],[-54.37744140625,49.23769474029541],[-54.38232421875,49.23734664916992],[-54.38720703125,49.236847162246704],[-54.39075946807861,49.236328125],[-54.39208984375,49.23612689971924],[-54.39697265625,49.23533773422241],[-54.40185546875,49.234703540802],[-54.40673828125,49.23432922363281],[-54.41162109375,49.23410487174988],[-54.41650390625,49.23387408256531],[-54.42138671875,49.233559370040894],[-54.42626953125,49.23311471939087],[-54.43115234375,49.23247408866882],[-54.43145751953125,49.232421875],[-54.43603515625,49.23169016838074],[-54.44091796875,49.230998039245605],[-54.44580078125,49.230525493621826],[-54.45068359375,49.23025035858154],[-54.45556640625,49.230024576187134],[-54.46044921875,49.229732036590576],[-54.46533203125,49.229315519332886],[-54.47021484375,49.228715896606445],[-54.471435546875,49.228515625],[-54.47509765625,49.22793674468994],[-54.47998046875,49.22721195220947],[-54.48486328125,49.226691246032715],[-54.48974609375,49.226398229599],[-54.49462890625,49.22618341445923],[-54.49951171875,49.22591495513916],[-54.50439453125,49.225537061691284],[-54.50927734375,49.22499680519104],[-54.511775970458984,49.224609375],[-54.51416015625,49.224239349365234],[-54.51904296875,49.22345685958862],[-54.52392578125,49.22285461425781],[-54.52880859375,49.22252082824707],[-54.53369140625,49.2223060131073],[-54.53857421875,49.22205138206482],[-54.54345703125,49.22169065475464],[-54.54833984375,49.22117280960083],[-54.55150127410889,49.220703125],[-54.55322265625,49.22044110298157],[-54.55810546875,49.21966290473938],[-54.56298828125,49.2190420627594],[-54.56787109375,49.218679904937744],[-54.57275390625,49.21845602989197],[-54.57763671875,49.21821355819702],[-54.58251953125,49.21787977218628],[-54.58740234375,49.21740388870239],[-54.59171772003174,49.216796875],[-54.59228515625,49.21671223640442],[-54.59716796875,49.215914249420166],[-54.60205078125,49.21524500846863],[-54.60693359375,49.21482014656067],[-54.61181640625,49.21456527709961],[-54.61669921875,49.21432447433472],[-54.62158203125,49.214000940322876],[-54.62646484375,49.21354007720947],[-54.63125228881836,49.212890625],[-54.63134765625,49.21287655830383],[-54.63623046875,49.21209383010864],[-54.64111328125,49.21141958236694],[-54.64599609375,49.21097230911255],[-54.65087890625,49.21070623397827],[-54.65576171875,49.210472106933594],[-54.66064453125,49.21016454696655],[-54.66552734375,49.2097270488739],[-54.67041015625,49.20908975601196],[-54.6710205078125,49.208984375],[-54.67529296875,49.20828652381897],[-54.68017578125,49.20757174491882],[-54.68505859375,49.20708417892456],[-54.68994140625,49.20680356025696],[-54.69482421875,49.20657253265381],[-54.69970703125,49.206271171569824],[-54.70458984375,49.20584177970886],[-54.70947265625,49.205222845077515],[-54.71033573150635,49.205078125],[-54.71435546875,49.20443773269653],[-54.71923828125,49.20372438430786],[-54.72412109375,49.20322060585022],[-54.72900390625,49.202927350997925],[-54.73388671875,49.202696561813354],[-54.73876953125,49.202401876449585],[-54.74365234375,49.20198202133179],[-54.74853515625,49.20137166976929],[-54.749717712402344,49.201171875],[-54.75341796875,49.20057129859924],[-54.75830078125,49.19983434677124],[-54.76318359375,49.1993145942688],[-54.76806640625,49.19901919364929],[-54.77294921875,49.19879078865051],[-54.77783203125,49.19849872589111],[-54.78271484375,49.19808220863342],[-54.78759765625,49.19748115539551],[-54.788899421691895,49.197265625],[-54.79248046875,49.19669437408447],[-54.79736328125,49.19595980644226],[-54.80224609375,49.19542908668518],[-54.80712890625,49.195122718811035],[-54.81201171875,49.19489049911499],[-54.81689453125,49.194597244262695],[-54.82177734375,49.194177865982056],[-54.82666015625,49.19356608390808],[-54.827880859375,49.193359375],[-54.83154296875,49.19276309013367],[-54.83642578125,49.19202542304993],[-54.84130859375,49.19150710105896],[-54.84619140625,49.191211223602295],[-54.85107421875,49.19097924232483],[-54.85595703125,49.19068145751953],[-54.86083984375,49.19025993347168],[-54.86572265625,49.18965244293213],[-54.86691474914551,49.189453125],[-54.87060546875,49.188859939575195],[-54.87548828125,49.18812537193298],[-54.88037109375,49.187599182128906],[-54.88525390625,49.18729329109192],[-54.89013671875,49.18705415725708],[-54.89501953125,49.18674683570862],[-54.89990234375,49.18630599975586],[-54.90478515625,49.18566679954529],[-54.90548133850098,49.185546875],[-54.90966796875,49.184866189956665],[-54.91455078125,49.18415689468384],[-54.91943359375,49.18366742134094],[-54.92431640625,49.183380126953125],[-54.92919921875,49.183140993118286],[-54.93408203125,49.18282914161682],[-54.93896484375,49.18238615989685],[-54.94384765625,49.181743144989014],[-54.94443416595459,49.181640625],[-54.94873046875,49.18093490600586],[-54.95361328125,49.18021845817566],[-54.95849609375,49.179728507995605],[-54.96337890625,49.17943716049194],[-54.96826171875,49.17918801307678],[-54.97314453125,49.178860664367676],[-54.97802734375,49.17839288711548],[-54.98279571533203,49.177734375],[-54.98291015625,49.177717208862305],[-54.98779296875,49.17691993713379],[-54.99267578125,49.17623853683472],[-54.99755859375,49.175793170928955],[-55.00244140625,49.175522327423096],[-55.00732421875,49.17526960372925],[-55.01220703125,49.174930810928345],[-55.01708984375,49.17444562911987],[-55.02135753631592,49.173828125],[-55.02197265625,49.17373442649841],[-55.02685546875,49.172913789749146],[-55.03173828125,49.17223620414734],[-55.03662109375,49.17182016372681],[-55.04150390625,49.171565771102905],[-55.04638671875,49.17130517959595],[-55.05126953125,49.17094540596008],[-55.05615234375,49.170430421829224],[-55.05953788757324,49.169921875],[-55.06103515625,49.16969037055969],[-55.06591796875,49.16888499259949],[-55.07080078125,49.16824173927307],[-55.07568359375,49.16786766052246],[-55.08056640625,49.16762828826904],[-55.08544921875,49.16735553741455],[-55.09033203125,49.16697025299072],[-55.09521484375,49.16641044616699],[-55.09766101837158,49.166015625],[-55.10009765625,49.16562247276306],[-55.10498046875,49.164828062057495],[-55.10986328125,49.16423320770264],[-55.11474609375,49.16390109062195],[-55.11962890625,49.16366982460022],[-55.12451171875,49.16338133811951],[-55.12939453125,49.1629695892334],[-55.13427734375,49.1623740196228],[-55.1358699798584,49.162109375],[-55.13916015625,49.161576986312866],[-55.14404296875,49.160821199417114],[-55.14892578125,49.16027116775513],[-55.15380859375,49.159950494766235],[-55.15869140625,49.15970277786255],[-55.16357421875,49.15938448905945],[-55.16845703125,49.1589252948761],[-55.17333984375,49.15825581550598],[-55.173635482788086,49.158203125],[-55.17822265625,49.15744066238403],[-55.18310546875,49.15674066543579],[-55.18798828125,49.15627670288086],[-55.19287109375,49.155996322631836],[-55.19775390625,49.1557400226593],[-55.20263671875,49.155396461486816],[-55.20751953125,49.154903173446655],[-55.21164417266846,49.154296875],[-55.21240234375,49.15418004989624],[-55.21728515625,49.15335392951965],[-55.22216796875,49.1526780128479],[-55.22705078125,49.15226483345032],[-55.23193359375,49.1520037651062],[-55.23681640625,49.1517276763916],[-55.24169921875,49.151344776153564],[-55.24658203125,49.150792837142944],[-55.24913311004639,49.150390625],[-55.25146484375,49.15002083778381],[-55.25634765625,49.14923143386841],[-55.26123046875,49.14862537384033],[-55.26611328125,49.14828085899353],[-55.27099609375,49.14804172515869],[-55.27587890625,49.14774489402771],[-55.28076171875,49.147318840026855],[-55.28564453125,49.146695613861084],[-55.28686046600342,49.146484375],[-55.29052734375,49.145873069763184],[-55.29541015625,49.14512252807617],[-55.30029296875,49.14460062980652],[-55.30517578125,49.144296169281006],[-55.31005859375,49.14404344558716],[-55.31494140625,49.14371037483215],[-55.31982421875,49.14323115348816],[-55.324392318725586,49.142578125],[-55.32470703125,49.14252996444702],[-55.32958984375,49.141708850860596],[-55.33447265625,49.14102220535278],[-55.33935546875,49.1405873298645],[-55.34423828125,49.14031410217285],[-55.34912109375,49.140037059783936],[-55.35400390625,49.13965368270874],[-55.35888671875,49.139095067977905],[-55.361504554748535,49.138671875],[-55.36376953125,49.13830256462097],[-55.36865234375,49.13749933242798],[-55.37353515625,49.136894941329956],[-55.37841796875,49.136554479599],[-55.38330078125,49.136313915252686],[-55.38818359375,49.1360125541687],[-55.39306640625,49.13558006286621],[-55.39794921875,49.13494825363159],[-55.39899826049805,49.134765625],[-55.40283203125,49.13412618637085],[-55.40771484375,49.13338327407837],[-55.41259765625,49.1328649520874],[-55.41748046875,49.13255286216736],[-55.42236328125,49.13228511810303],[-55.42724609375,49.13193082809448],[-55.43212890625,49.131420850753784],[-55.43587684631348,49.130859375],[-55.43701171875,49.13068199157715],[-55.44189453125,49.129862785339355],[-55.44677734375,49.129202127456665],[-55.45166015625,49.1288104057312],[-55.45654296875,49.1285560131073],[-55.46142578125,49.128268003463745],[-55.46630859375,49.12786054611206],[-55.47119140625,49.12726426124573],[-55.47302722930908,49.126953125],[-55.47607421875,49.12644553184509],[-55.48095703125,49.125664949417114],[-55.48583984375,49.12510323524475],[-55.49072265625,49.124778509140015],[-55.49560546875,49.124523878097534],[-55.50048828125,49.124191999435425],[-55.50537109375,49.12371206283569],[-55.50999641418457,49.123046875],[-55.51025390625,49.12300729751587],[-55.51513671875,49.122177600860596],[-55.52001953125,49.12148475646973],[-55.52490234375,49.12104773521423],[-55.52978515625,49.12077021598816],[-55.53466796875,49.1204833984375],[-55.53955078125,49.12008333206177],[-55.54443359375,49.119497299194336],[-55.54656505584717,49.119140625],[-55.54931640625,49.1186842918396],[-55.55419921875,49.117897033691406],[-55.55908203125,49.11732196807861],[-55.56396484375,49.11699056625366],[-55.56884765625,49.11673712730408],[-55.57373046875,49.11641025543213],[-55.57861328125,49.11593842506409],[-55.58349609375,49.11524200439453],[-55.583534240722656,49.115234375],[-55.58837890625,49.11440062522888],[-55.59326171875,49.11369228363037],[-55.59814453125,49.113237619400024],[-55.60302734375,49.11294960975647],[-55.60791015625,49.112659215927124],[-55.61279296875,49.11225914955139],[-55.61767578125,49.11167860031128],[-55.61981201171875,49.111328125],[-55.62255859375,49.11088156700134],[-55.62744140625,49.11010193824768],[-55.63232421875,49.109519243240356],[-55.63720703125,49.109177589416504],[-55.64208984375,49.108917236328125],[-55.64697265625,49.10858368873596],[-55.65185546875,49.108099937438965],[-55.656471252441406,49.107421875],[-55.65673828125,49.1073796749115],[-55.66162109375,49.106526136398315],[-55.66650390625,49.10582375526428],[-55.67138671875,49.10539484024048],[-55.67626953125,49.105124711990356],[-55.68115234375,49.10483431816101],[-55.68603515625,49.10442590713501],[-55.69091796875,49.10382962226868],[-55.692782402038574,49.103515625],[-55.69580078125,49.1030170917511],[-55.70068359375,49.102240562438965],[-55.70556640625,49.101672887802124],[-55.71044921875,49.10133457183838],[-55.71533203125,49.101062536239624],[-55.72021484375,49.10070729255676],[-55.72509765625,49.100188970565796],[-55.72884559631348,49.099609375],[-55.72998046875,49.09942626953125],[-55.73486328125,49.09858417510986],[-55.73974609375,49.09791898727417],[-55.74462890625,49.09753346443176],[-55.74951171875,49.09727692604065],[-55.75439453125,49.096972942352295],[-55.75927734375,49.0965371131897],[-55.76416015625,49.0958948135376],[-55.76523303985596,49.095703125],[-55.76904296875,49.09505343437195],[-55.77392578125,49.09429860115051],[-55.77880859375,49.093778133392334],[-55.78369140625,49.09346008300781],[-55.78857421875,49.09317708015442],[-55.79345703125,49.092796325683594],[-55.79833984375,49.09224200248718],[-55.80111026763916,49.091796875],[-55.80322265625,49.091453075408936],[-55.80810546875,49.09064197540283],[-55.81298828125,49.090020418167114],[-55.81787109375,49.089659452438354],[-55.82275390625,49.08939599990845],[-55.82763671875,49.089062213897705],[-55.83251953125,49.0885751247406],[-55.83711624145508,49.087890625],[-55.83740234375,49.08784484863281],[-55.84228515625,49.08698058128357],[-55.84716796875,49.086276054382324],[-55.85205078125,49.08585262298584],[-55.85693359375,49.08558225631714],[-55.86181640625,49.085283279418945],[-55.86669921875,49.084858417510986],[-55.87158203125,49.08423399925232],[-55.87301254272461,49.083984375],[-55.87646484375,49.08340048789978],[-55.88134765625,49.08263444900513],[-55.88623046875,49.08209180831909],[-55.89111328125,49.08176040649414],[-55.89599609375,49.08147192001343],[-55.90087890625,49.08108448982239],[-55.90576171875,49.08052086830139],[-55.908493995666504,49.080078125],[-55.91064453125,49.079726457595825],[-55.91552734375,49.07891631126404],[-55.92041015625,49.07829737663269],[-55.92529296875,49.077937602996826],[-55.93017578125,49.07767176628113],[-55.93505859375,49.07733201980591],[-55.93994140625,49.076836585998535],[-55.944342613220215,49.076171875],[-55.94482421875,49.07609462738037],[-55.94970703125,49.07522630691528],[-55.95458984375,49.07452368736267],[-55.95947265625,49.07410526275635],[-55.96435546875,49.07383346557617],[-55.96923828125,49.07352375984192],[-55.97412109375,49.07307958602905],[-55.97900390625,49.07242274284363],[-55.97987174987793,49.072265625],[-55.98388671875,49.07157754898071],[-55.98876953125,49.07083320617676],[-55.99365234375,49.070327281951904],[-55.99853515625,49.07000994682312],[-56.00341796875,49.06971001625061],[-56.00830078125,49.069297790527344],[-56.01318359375,49.06868863105774],[-56.01509094238281,49.068359375],[-56.01806640625,49.067853927612305],[-56.02294921875,49.06706976890564],[-56.02783203125,49.066506147384644],[-56.03271484375,49.06616950035095],[-56.03759765625,49.065890073776245],[-56.04248046875,49.06551933288574],[-56.04736328125,49.06497550010681],[-56.05059623718262,49.064453125],[-56.05224609375,49.06417894363403],[-56.05712890625,49.06332969665527],[-56.06201171875,49.06267595291138],[-56.06689453125,49.0622992515564],[-56.07177734375,49.06202983856201],[-56.07666015625,49.06168866157532],[-56.08154296875,49.06118893623352],[-56.085801124572754,49.060546875],[-56.08642578125,49.060446977615356],[-56.09130859375,49.05959177017212],[-56.09619140625,49.058897495269775],[-56.10107421875,49.05847883224487],[-56.10595703125,49.05819845199585],[-56.11083984375,49.057873487472534],[-56.11572265625,49.05740308761597],[-56.12060546875,49.05669808387756],[-56.12090587615967,49.056640625],[-56.12548828125,49.05582523345947],[-56.13037109375,49.05509638786316],[-56.13525390625,49.05463671684265],[-56.14013671875,49.054343938827515],[-56.14501953125,49.05403685569763],[-56.14990234375,49.05360293388367],[-56.15478515625,49.05296063423157],[-56.156044006347656,49.052734375],[-56.15966796875,49.05210876464844],[-56.16455078125,49.05134034156799],[-56.16943359375,49.050806522369385],[-56.17431640625,49.05047249794006],[-56.17919921875,49.050167083740234],[-56.18408203125,49.049753189086914],[-56.18896484375,49.049145221710205],[-56.190810203552246,49.048828125],[-56.19384765625,49.04831624031067],[-56.19873046875,49.047534227371216],[-56.20361328125,49.04696726799011],[-56.20849609375,49.04662108421326],[-56.21337890625,49.046327114105225],[-56.21826171875,49.04593467712402],[-56.22314453125,49.045353174209595],[-56.22567653656006,49.044921875],[-56.22802734375,49.04451942443848],[-56.23291015625,49.04369378089905],[-56.23779296875,49.043089628219604],[-56.24267578125,49.042736291885376],[-56.24755859375,49.042455196380615],[-56.25244140625,49.042083978652954],[-56.25732421875,49.04153752326965],[-56.26053810119629,49.041015625],[-56.26220703125,49.04073762893677],[-56.26708984375,49.0398895740509],[-56.27197265625,49.0392370223999],[-56.27685546875,49.038854360580444],[-56.28173828125,49.03856873512268],[-56.28662109375,49.0382022857666],[-56.29150390625,49.0376672744751],[-56.29501819610596,49.037109375],[-56.29638671875,49.03688383102417],[-56.30126953125,49.036030530929565],[-56.30615234375,49.0353627204895],[-56.31103515625,49.03497791290283],[-56.31591796875,49.03470301628113],[-56.32080078125,49.03435301780701],[-56.32568359375,49.03383660316467],[-56.329689025878906,49.033203125],[-56.33056640625,49.03305721282959],[-56.33544921875,49.032166719436646],[-56.34033203125,49.03146696090698],[-56.34521484375,49.031073808670044],[-56.35009765625,49.03080630302429],[-56.35498046875,49.03046774864197],[-56.35986328125,49.02996754646301],[-56.36425971984863,49.029296875],[-56.36474609375,49.02921748161316],[-56.36962890625,49.0283420085907],[-56.37451171875,49.02763295173645],[-56.37939453125,49.02720642089844],[-56.38427734375,49.02691388130188],[-56.38916015625,49.02656674385071],[-56.39404296875,49.02606248855591],[-56.39845371246338,49.025390625],[-56.39892578125,49.02531361579895],[-56.40380859375,49.024446964263916],[-56.40869140625,49.02374482154846],[-56.41357421875,49.023319244384766],[-56.41845703125,49.023029088974],[-56.42333984375,49.02268934249878],[-56.42822265625,49.022196531295776],[-56.43290042877197,49.021484375],[-56.43310546875,49.02145075798035],[-56.43798828125,49.02055764198303],[-56.44287109375,49.0198335647583],[-56.44775390625,49.01940131187439],[-56.45263671875,49.01911401748657],[-56.45751953125,49.0187783241272],[-56.46240234375,49.01828932762146],[-56.46713733673096,49.017578125],[-56.46728515625,49.01755452156067],[-56.47216796875,49.01667547225952],[-56.47705078125,49.01595401763916],[-56.48193359375,49.015509605407715],[-56.48681640625,49.01520776748657],[-56.49169921875,49.014859437942505],[-56.49658203125,49.01435470581055],[-56.50103569030762,49.013671875],[-56.50146484375,49.013601541519165],[-56.50634765625,49.012728452682495],[-56.51123046875,49.012022972106934],[-56.51611328125,49.011595487594604],[-56.52099609375,49.01130247116089],[-56.52587890625,49.01095724105835],[-56.53076171875,49.010454416275024],[-56.53519630432129,49.009765625],[-56.53564453125,49.00969171524048],[-56.54052734375,49.008792877197266],[-56.54541015625,49.00807309150696],[-56.55029296875,49.00765299797058],[-56.55517578125,49.00736880302429],[-56.56005859375,49.00702214241028],[-56.56494140625,49.00651168823242],[-56.56912803649902,49.005859375],[-56.56982421875,49.00574445724487],[-56.57470703125,49.0048611164093],[-56.57958984375,49.004154682159424],[-56.58447265625,49.00373816490173],[-56.58935546875,49.00344467163086],[-56.59423828125,49.003079891204834],[-56.59912109375,49.00254249572754],[-56.602773666381836,49.001953125],[-56.60400390625,49.0017466545105],[-56.60888671875,49.000877380371094],[-56.61376953125,49.00020098686218],[-56.61865234375,48.99980902671814],[-56.62353515625,48.99952292442322],[-56.62841796875,48.99915313720703],[-56.63330078125,48.99860405921936],[-56.636672019958496,48.998046875],[-56.63818359375,48.997788190841675],[-56.64306640625,48.99691677093506],[-56.64794921875,48.9962522983551],[-56.65283203125,48.99586582183838],[-56.65771484375,48.99557423591614],[-56.66259765625,48.99519181251526],[-56.66748046875,48.99462389945984],[-56.67037010192871,48.994140625],[-56.67236328125,48.99380135536194],[-56.67724609375,48.992961406707764],[-56.68212890625,48.99232578277588],[-56.68701171875,48.99194049835205],[-56.69189453125,48.991628885269165],[-56.69677734375,48.991215229034424],[-56.70166015625,48.99060249328613],[-56.703763008117676,48.990234375],[-56.70654296875,48.9897518157959],[-56.71142578125,48.98894500732422],[-56.71630859375,48.988362312316895],[-56.72119140625,48.98800277709961],[-56.72607421875,48.98768758773804],[-56.73095703125,48.98725867271423],[-56.73583984375,48.986616134643555],[-56.73740863800049,48.986328125],[-56.74072265625,48.98573637008667],[-56.74560546875,48.984936237335205],[-56.75048828125,48.98438501358032],[-56.75537109375,48.98404049873352],[-56.76025390625,48.98371601104736],[-56.76513671875,48.98326325416565],[-56.77001953125,48.98258185386658],[-56.77086353302002,48.982421875],[-56.77490234375,48.98169708251953],[-56.77978515625,48.980931997299194],[-56.78466796875,48.98042440414429],[-56.78955078125,48.98008847236633],[-56.79443359375,48.979737758636475],[-56.79931640625,48.97923946380615],[-56.8040657043457,48.978515625],[-56.80419921875,48.97849369049072],[-56.80908203125,48.97760725021362],[-56.81396484375,48.97688436508179],[-56.81884765625,48.97643971443176],[-56.82373046875,48.97613167762756],[-56.82861328125,48.97576880455017],[-56.83349609375,48.97523784637451],[-56.837358474731445,48.974609375],[-56.83837890625,48.97443509101868],[-56.84326171875,48.97353792190552],[-56.84814453125,48.9728422164917],[-56.85302734375,48.97244095802307],[-56.85791015625,48.97214698791504],[-56.86279296875,48.971764087677],[-56.86767578125,48.971192598342896],[-56.87057018280029,48.970703125],[-56.87255859375,48.97036099433899],[-56.87744140625,48.96951413154602],[-56.88232421875,48.968876123428345],[-56.88720703125,48.9684853553772],[-56.89208984375,48.968161821365356],[-56.89697265625,48.96772909164429],[-56.90185546875,48.967087268829346],[-56.903462409973145,48.966796875],[-56.90673828125,48.96622014045715],[-56.91162109375,48.965428829193115],[-56.91650390625,48.964874267578125],[-56.92138671875,48.96451997756958],[-56.92626953125,48.96418356895447],[-56.93115234375,48.96371412277222],[-56.93603515625,48.963001012802124],[-56.936588287353516,48.962890625],[-56.94091796875,48.96208691596985],[-56.94580078125,48.96132183074951],[-56.95068359375,48.960843086242676],[-56.95556640625,48.96052646636963],[-56.96044921875,48.96017241477966],[-56.96533203125,48.959656953811646],[-56.969566345214844,48.958984375],[-56.97021484375,48.95887494087219],[-56.97509765625,48.957969188690186],[-56.97998046875,48.95724940299988],[-56.98486328125,48.95682668685913],[-56.98974609375,48.95651865005493],[-56.99462890625,48.95612382888794],[-56.99951171875,48.95554161071777],[-57.00223445892334,48.955078125],[-57.00439453125,48.95470643043518],[-57.00927734375,48.95386981964111],[-57.01416015625,48.953243255615234],[-57.01904296875,48.95285701751709],[-57.02392578125,48.95253086090088],[-57.02880859375,48.95209002494812],[-57.03369140625,48.951422691345215],[-57.03500747680664,48.951171875],[-57.03857421875,48.9505181312561],[-57.04345703125,48.949721336364746],[-57.04833984375,48.949193239212036],[-57.05322265625,48.94885444641113],[-57.05810546875,48.94850945472717],[-57.06298828125,48.94801688194275],[-57.06787109375,48.94726610183716],[-57.06787586212158,48.947265625],[-57.07275390625,48.94635081291199],[-57.07763671875,48.94560503959656],[-57.08251953125,48.94515013694763],[-57.08740234375,48.94483017921448],[-57.09228515625,48.9444465637207],[-57.09716796875,48.9438841342926],[-57.10030555725098,48.943359375],[-57.10205078125,48.94305968284607],[-57.10693359375,48.94220304489136],[-57.11181640625,48.94154953956604],[-57.11669921875,48.941149950027466],[-57.12158203125,48.94082236289978],[-57.12646484375,48.94038248062134],[-57.13134765625,48.93971657752991],[-57.13273525238037,48.939453125],[-57.13623046875,48.93881416320801],[-57.14111328125,48.93801784515381],[-57.14599609375,48.937483072280884],[-57.15087890625,48.93713688850403],[-57.15576171875,48.93678641319275],[-57.16064453125,48.93628644943237],[-57.16536998748779,48.935546875],[-57.16552734375,48.93552017211914],[-57.17041015625,48.93459439277649],[-57.17529296875,48.93384861946106],[-57.18017578125,48.93340492248535],[-57.18505859375,48.93309187889099],[-57.18994140625,48.93270254135132],[-57.19482421875,48.93212294578552],[-57.1976375579834,48.931640625],[-57.19970703125,48.93128037452698],[-57.20458984375,48.93043303489685],[-57.20947265625,48.929797887802124],[-57.21435546875,48.92940092086792],[-57.21923828125,48.92905879020691],[-57.22412109375,48.928592920303345],[-57.22900390625,48.92789125442505],[-57.22980976104736,48.927734375],[-57.23388671875,48.92698526382446],[-57.23876953125,48.92621445655823],[-57.24365234375,48.9257116317749],[-57.24853515625,48.92537212371826],[-57.25341796875,48.9250009059906],[-57.25830078125,48.924461364746094],[-57.26212024688721,48.923828125],[-57.26318359375,48.92364263534546],[-57.26806640625,48.92273688316345],[-57.27294921875,48.92203950881958],[-57.27783203125,48.92162752151489],[-57.28271484375,48.92131042480469],[-57.28759765625,48.92088794708252],[-57.29248046875,48.920249223709106],[-57.2942590713501,48.919921875],[-57.29736328125,48.919363021850586],[-57.30224609375,48.91854810714722],[-57.30712890625,48.91797637939453],[-57.31201171875,48.917601585388184],[-57.31689453125,48.91723394393921],[-57.32177734375,48.91671824455261],[-57.32621669769287,48.916015625],[-57.32666015625,48.91594052314758],[-57.33154296875,48.915029764175415],[-57.33642578125,48.914302349090576],[-57.34130859375,48.91386914253235],[-57.34619140625,48.91355037689209],[-57.35107421875,48.91313910484314],[-57.35595703125,48.91251754760742],[-57.35818386077881,48.912109375],[-57.36083984375,48.911624908447266],[-57.36572265625,48.910780906677246],[-57.37060546875,48.910189151763916],[-57.37548828125,48.90981864929199],[-57.38037109375,48.90947103500366],[-57.38525390625,48.90898084640503],[-57.39013671875,48.90822911262512],[-57.39026069641113,48.908203125],[-57.39501953125,48.907299280166626],[-57.39990234375,48.906540393829346],[-57.40478515625,48.90607523918152],[-57.40966796875,48.90574240684509],[-57.41455078125,48.90533638000488],[-57.41943359375,48.90473532676697],[-57.42192268371582,48.904296875],[-57.42431640625,48.90387320518494],[-57.42919921875,48.90303301811218],[-57.43408203125,48.90241718292236],[-57.43896484375,48.90202450752258],[-57.44384765625,48.90166640281677],[-57.44873046875,48.90116810798645],[-57.45361328125,48.90040707588196],[-57.453694343566895,48.900390625],[-57.45849609375,48.8994779586792],[-57.46337890625,48.898728370666504],[-57.46826171875,48.89827251434326],[-57.47314453125,48.89794588088989],[-57.47802734375,48.89754128456116],[-57.48291015625,48.89693522453308],[-57.48542308807373,48.896484375],[-57.48779296875,48.896056175231934],[-57.49267578125,48.895201206207275],[-57.49755859375,48.89458131790161],[-57.50244140625,48.89418959617615],[-57.50732421875,48.89383506774902],[-57.51220703125,48.893341064453125],[-57.51708984375,48.892582654953],[-57.51711368560791,48.892578125],[-57.52197265625,48.89165472984314],[-57.52685546875,48.89090061187744],[-57.53173828125,48.890440464019775],[-57.53662109375,48.89010214805603],[-57.54150390625,48.88967537879944],[-57.54638671875,48.889039516448975],[-57.54839897155762,48.888671875],[-57.55126953125,48.888153076171875],[-57.55615234375,48.887327432632446],[-57.56103515625,48.88674283027649],[-57.56591796875,48.88636326789856],[-57.57080078125,48.88599467277527],[-57.57568359375,48.885470151901245],[-57.57997989654541,48.884765625],[-57.58056640625,48.88466262817383],[-57.58544921875,48.88372802734375],[-57.59033203125,48.882999897003174],[-57.59521484375,48.88257312774658],[-57.60009765625,48.88224911689758],[-57.60498046875,48.881815671920776],[-57.60986328125,48.88115453720093],[-57.61141300201416,48.880859375],[-57.61474609375,48.8802433013916],[-57.61962890625,48.879425048828125],[-57.62451171875,48.878864765167236],[-57.62939453125,48.878488063812256],[-57.63427734375,48.87809896469116],[-57.63916015625,48.877543687820435],[-57.64267921447754,48.876953125],[-57.64404296875,48.876715660095215],[-57.64892578125,48.87582874298096],[-57.65380859375,48.87514615058899],[-57.65869140625,48.8747239112854],[-57.66357421875,48.87437129020691],[-57.66845703125,48.87389039993286],[-57.67333984375,48.87315535545349],[-57.67387390136719,48.873046875],[-57.67822265625,48.87221956253052],[-57.68310546875,48.871445655822754],[-57.68798828125,48.87095880508423],[-57.69287109375,48.870614767074585],[-57.69775390625,48.87020492553711],[-57.70263671875,48.869592905044556],[-57.70512580871582,48.869140625],[-57.70751953125,48.86870360374451],[-57.71240234375,48.86784338951111],[-57.71728515625,48.867223262786865],[-57.72216796875,48.8668270111084],[-57.72705078125,48.866458892822266],[-57.73193359375,48.86593961715698],[-57.736287117004395,48.865234375],[-57.73681640625,48.86514234542847],[-57.74169921875,48.86421537399292],[-57.74658203125,48.86348104476929],[-57.75146484375,48.86303687095642],[-57.75634765625,48.86268949508667],[-57.76123046875,48.86222791671753],[-57.76611328125,48.86153197288513],[-57.767157554626465,48.861328125],[-57.77099609375,48.86061334609985],[-57.77587890625,48.85982036590576],[-57.78076171875,48.85929465293884],[-57.78564453125,48.85892915725708],[-57.79052734375,48.858519554138184],[-57.79541015625,48.85791492462158],[-57.79812812805176,48.857421875],[-57.80029296875,48.85702395439148],[-57.80517578125,48.85614824295044],[-57.81005859375,48.855520725250244],[-57.81494140625,48.85512709617615],[-57.81982421875,48.85476231575012],[-57.82470703125,48.85424590110779],[-57.829203605651855,48.853515625],[-57.82958984375,48.85344862937927],[-57.83447265625,48.85250759124756],[-57.83935546875,48.851760387420654],[-57.84423828125,48.85131025314331],[-57.84912109375,48.85096549987793],[-57.85400390625,48.85051131248474],[-57.85888671875,48.84981679916382],[-57.85993576049805,48.849609375],[-57.86376953125,48.84888958930969],[-57.86865234375,48.848090171813965],[-57.87353515625,48.84756135940552],[-57.87841796875,48.84718871116638],[-57.88330078125,48.84676504135132],[-57.88818359375,48.84614086151123],[-57.8905725479126,48.845703125],[-57.89306640625,48.845245599746704],[-57.89794921875,48.84439277648926],[-57.90283203125,48.843783378601074],[-57.90771484375,48.8433883190155],[-57.91259765625,48.84300661087036],[-57.91748046875,48.84246039390564],[-57.921390533447266,48.841796875],[-57.92236328125,48.841623067855835],[-57.92724609375,48.84069538116455],[-57.93212890625,48.839985609054565],[-57.93701171875,48.83955693244934],[-57.94189453125,48.8392071723938],[-57.94677734375,48.83872675895691],[-57.95166015625,48.837982177734375],[-57.95209884643555,48.837890625],[-57.95654296875,48.83703088760376],[-57.96142578125,48.83624577522278],[-57.96630859375,48.83575463294983],[-57.97119140625,48.835394620895386],[-57.97607421875,48.83495044708252],[-57.98095703125,48.83428335189819],[-57.982516288757324,48.833984375],[-57.98583984375,48.83336615562439],[-57.99072265625,48.83254599571228],[-57.99560546875,48.83198428153992],[-58.00048828125,48.831597328186035],[-58.00537109375,48.83118033409119],[-58.01025390625,48.830568075180054],[-58.012938499450684,48.830078125],[-58.01513671875,48.82967257499695],[-58.02001953125,48.82880115509033],[-58.02490234375,48.82817363739014],[-58.02978515625,48.82777142524719],[-58.03466796875,48.82739043235779],[-58.03955078125,48.826847076416016],[-58.04354190826416,48.826171875],[-58.04443359375,48.826012134552],[-58.04931640625,48.82508087158203],[-58.05419921875,48.824362993240356],[-58.05908203125,48.82392430305481],[-58.06396484375,48.823566198349],[-58.06884765625,48.82307577133179],[-58.07373046875,48.82231426239014],[-58.07395935058594,48.822265625],[-58.07861328125,48.82135820388794],[-58.08349609375,48.820578813552856],[-58.08837890625,48.820099115371704],[-58.09326171875,48.819737672805786],[-58.09814453125,48.819273710250854],[-58.10302734375,48.81857180595398],[-58.104095458984375,48.818359375],[-58.10791015625,48.81763768196106],[-58.11279296875,48.81683373451233],[-58.11767578125,48.81630229949951],[-58.12255859375,48.81592345237732],[-58.12744140625,48.81548547744751],[-58.13232421875,48.8148295879364],[-58.134284019470215,48.814453125],[-58.13720703125,48.81389856338501],[-58.14208984375,48.813050985336304],[-58.14697265625,48.81246995925903],[-58.15185546875,48.812082052230835],[-58.15673828125,48.811675786972046],[-58.16162109375,48.81108045578003],[-58.16458702087402,48.810546875],[-58.16650390625,48.81019401550293],[-58.17138671875,48.80930304527283],[-58.17626953125,48.80864691734314],[-58.18115234375,48.80822515487671],[-58.18603515625,48.80783653259277],[-58.19091796875,48.807286977767944],[-58.19472789764404,48.806640625],[-58.19580078125,48.80644917488098],[-58.20068359375,48.80553317070007],[-58.20556640625,48.80482482910156],[-58.21044921875,48.80437684059143],[-58.21533203125,48.80399250984192],[-58.22021484375,48.803465843200684],[-58.22467803955078,48.802734375],[-58.22509765625,48.80266070365906],[-58.22998046875,48.80171871185303],[-58.23486328125,48.80097317695618],[-58.23974609375,48.800519704818726],[-58.24462890625,48.80015563964844],[-58.24951171875,48.79965782165527],[-58.25439453125,48.79888319969177],[-58.25465202331543,48.798828125],[-58.25927734375,48.79791188240051],[-58.26416015625,48.797131299972534],[-58.26904296875,48.79665780067444],[-58.27392578125,48.79630136489868],[-58.27880859375,48.79583430290222],[-58.28369140625,48.795111656188965],[-58.28461170196533,48.794921875],[-58.28857421875,48.79414677619934],[-58.29345703125,48.79332971572876],[-58.29833984375,48.79280662536621],[-58.30322265625,48.79243206977844],[-58.30810546875,48.791982889175415],[-58.31298828125,48.7913019657135],[-58.31444263458252,48.791015625],[-58.31787109375,48.7903618812561],[-58.32275390625,48.78953218460083],[-58.32763671875,48.788971185684204],[-58.33251953125,48.78857207298279],[-58.33740234375,48.788121700286865],[-58.34228515625,48.78745985031128],[-58.3441162109375,48.787109375],[-58.34716796875,48.786536693573],[-58.35205078125,48.785696268081665],[-58.35693359375,48.78511357307434],[-58.36181640625,48.7847113609314],[-58.36669921875,48.78427791595459],[-58.37158203125,48.783636808395386],[-58.37386131286621,48.783203125],[-58.37646484375,48.782708168029785],[-58.38134765625,48.78183889389038],[-58.38623046875,48.78123331069946],[-58.39111328125,48.78083086013794],[-58.39599609375,48.780415534973145],[-58.40087890625,48.7798056602478],[-58.40364456176758,48.779296875],[-58.40576171875,48.77890133857727],[-58.41064453125,48.77801156044006],[-58.41552734375,48.77736473083496],[-58.42041015625,48.77693963050842],[-58.42529296875,48.77652978897095],[-58.43017578125,48.77594065666199],[-58.43325138092041,48.775390625],[-58.43505859375,48.77505898475647],[-58.43994140625,48.77416443824768],[-58.44482421875,48.77349829673767],[-58.44970703125,48.77305889129639],[-58.45458984375,48.772642612457275],[-58.45947265625,48.77205491065979],[-58.46269607543945,48.771484375],[-58.46435546875,48.77118110656738],[-58.46923828125,48.77028226852417],[-58.47412109375,48.769609212875366],[-58.47900390625,48.76917314529419],[-58.48388671875,48.76876664161682],[-58.48876953125,48.76818561553955],[-58.49217414855957,48.767578125],[-58.49365234375,48.76730418205261],[-58.49853515625,48.76638603210449],[-58.50341796875,48.76570463180542],[-58.50830078125,48.76527285575867],[-58.51318359375,48.76487755775452],[-58.51806640625,48.764312505722046],[-58.521718978881836,48.763671875],[-58.52294921875,48.76344633102417],[-58.52783203125,48.76251816749573],[-58.53271484375,48.76181387901306],[-58.53759765625,48.76136541366577],[-58.54248046875,48.760969161987305],[-58.54736328125,48.760411977767944],[-58.551106452941895,48.759765625],[-58.55224609375,48.75955939292908],[-58.55712890625,48.75863552093506],[-58.56201171875,48.757925271987915],[-58.56689453125,48.75746703147888],[-58.57177734375,48.75705885887146],[-58.57666015625,48.75649118423462],[-58.58030319213867,48.755859375],[-58.58154296875,48.75563430786133],[-58.58642578125,48.75471544265747],[-58.59130859375,48.754014015197754],[-58.59619140625,48.75356435775757],[-58.60107421875,48.75315833091736],[-58.60595703125,48.75258183479309],[-58.60949993133545,48.751953125],[-58.61083984375,48.751704454422],[-58.61572265625,48.75077962875366],[-58.62060546875,48.75008797645569],[-58.62548828125,48.74964880943298],[-58.63037109375,48.749248027801514],[-58.63525390625,48.748674392700195],[-58.6387825012207,48.748046875],[-58.64013671875,48.747796058654785],[-58.64501953125,48.74686789512634],[-58.64990234375,48.74617099761963],[-58.65478515625,48.74572467803955],[-58.65966796875,48.74531936645508],[-58.66455078125,48.74474215507507],[-58.667941093444824,48.744140625],[-58.66943359375,48.74386548995972],[-58.67431640625,48.742950439453125],[-58.67919921875,48.74225950241089],[-58.68408203125,48.741804361343384],[-58.68896484375,48.74138045310974],[-58.69384765625,48.740785121917725],[-58.696908950805664,48.740234375],[-58.69873046875,48.73989820480347],[-58.70361328125,48.738998889923096],[-58.70849609375,48.73833131790161],[-58.71337890625,48.73788785934448],[-58.71826171875,48.73745632171631],[-58.72314453125,48.73683190345764],[-58.72583866119385,48.736328125],[-58.72802734375,48.73591351509094],[-58.73291015625,48.73502469062805],[-58.73779296875,48.73438549041748],[-58.74267578125,48.73395800590515],[-58.74755859375,48.73352527618408],[-58.75244140625,48.73288822174072],[-58.754873275756836,48.732421875],[-58.75732421875,48.73194932937622],[-58.76220703125,48.73105835914612],[-58.76708984375,48.730432987213135],[-58.77197265625,48.73001265525818],[-58.77685546875,48.729572772979736],[-58.78173828125,48.72891902923584],[-58.783812522888184,48.728515625],[-58.78662109375,48.7279748916626],[-58.79150390625,48.72710347175598],[-58.79638671875,48.72649526596069],[-58.80126953125,48.72606873512268],[-58.80615234375,48.72560667991638],[-58.81103515625,48.72492241859436],[-58.81260871887207,48.724609375],[-58.81591796875,48.72396993637085],[-58.82080078125,48.723124742507935],[-58.82568359375,48.722548484802246],[-58.83056640625,48.72212791442871],[-58.83544921875,48.72163963317871],[-58.84033203125,48.72090935707092],[-58.84133338928223,48.720703125],[-58.84521484375,48.71994185447693],[-58.85009765625,48.71912121772766],[-58.85498046875,48.71858310699463],[-58.85986328125,48.71817922592163],[-58.86474609375,48.7176775932312],[-58.86962890625,48.71690130233765],[-58.8701057434082,48.716796875],[-58.87451171875,48.71590328216553],[-58.87939453125,48.71509575843811],[-58.88427734375,48.714597940444946],[-58.88916015625,48.71421265602112],[-58.89404296875,48.71369814872742],[-58.89892578125,48.712892055511475],[-58.89893054962158,48.712890625],[-58.90380859375,48.71190619468689],[-58.90869140625,48.711119413375854],[-58.91357421875,48.71063160896301],[-58.91845703125,48.71023654937744],[-58.92333984375,48.70969486236572],[-58.92750263214111,48.708984375],[-58.92822265625,48.70885372161865],[-58.93310546875,48.707903146743774],[-58.93798828125,48.70716190338135],[-58.94287109375,48.70668435096741],[-58.94775390625,48.706260681152344],[-58.95263671875,48.705668210983276],[-58.955912590026855,48.705078125],[-58.95751953125,48.70477867126465],[-58.96240234375,48.70386290550232],[-58.96728515625,48.703179597854614],[-58.97216796875,48.702725887298584],[-58.97705078125,48.70228385925293],[-58.98193359375,48.70163941383362],[-58.984360694885254,48.701171875],[-58.98681640625,48.70069718360901],[-58.99169921875,48.699809312820435],[-58.99658203125,48.69918346405029],[-59.00146484375,48.698753356933594],[-59.00634765625,48.69829320907593],[-59.01123046875,48.69760322570801],[-59.01288986206055,48.697265625],[-59.01611328125,48.69662618637085],[-59.02099609375,48.69575905799866],[-59.02587890625,48.69517803192139],[-59.03076171875,48.69476342201233],[-59.03564453125,48.694278955459595],[-59.04052734375,48.69353437423706],[-59.04134750366211,48.693359375],[-59.04541015625,48.69254112243652],[-59.05029296875,48.69171094894409],[-59.05517578125,48.69117879867554],[-59.06005859375,48.69076871871948],[-59.06494140625,48.69024443626404],[-59.069719314575195,48.689453125],[-59.06982421875,48.68943452835083],[-59.07470703125,48.68845582008362],[-59.07958984375,48.68767690658569],[-59.08447265625,48.68718719482422],[-59.08935546875,48.686771631240845],[-59.09423828125,48.68619108200073],[-59.097843170166016,48.685546875],[-59.09912109375,48.68530750274658],[-59.10400390625,48.68437314033508],[-59.10888671875,48.68366885185242],[-59.11376953125,48.68320822715759],[-59.11865234375,48.68277049064636],[-59.12353515625,48.68213248252869],[-59.12608623504639,48.681640625],[-59.12841796875,48.68118691444397],[-59.13330078125,48.68028473854065],[-59.13818359375,48.67964696884155],[-59.14306640625,48.67920994758606],[-59.14794921875,48.67874336242676],[-59.15283203125,48.678040504455566],[-59.15431499481201,48.677734375],[-59.15771484375,48.677053451538086],[-59.16259765625,48.67619013786316],[-59.16748046875,48.67561674118042],[-59.17236328125,48.675195932388306],[-59.17724609375,48.67469096183777],[-59.18212890625,48.67391061782837],[-59.1825008392334,48.673828125],[-59.18701171875,48.67290806770325],[-59.19189453125,48.67209315299988],[-59.19677734375,48.67158579826355],[-59.20166015625,48.67117428779602],[-59.20654296875,48.670613288879395],[-59.21050548553467,48.669921875],[-59.21142578125,48.66975140571594],[-59.21630859375,48.668800592422485],[-59.22119140625,48.66806983947754],[-59.22607421875,48.667593240737915],[-59.23095703125,48.667150020599365],[-59.23583984375,48.66650891304016],[-59.23840522766113,48.666015625],[-59.24072265625,48.6655650138855],[-59.24560546875,48.664666414260864],[-59.25048828125,48.66402721405029],[-59.25537109375,48.663583517074585],[-59.26025390625,48.663105487823486],[-59.26513671875,48.66238451004028],[-59.26644802093506,48.662109375],[-59.27001953125,48.66138792037964],[-59.27490234375,48.66053080558777],[-59.27978515625,48.659968852996826],[-59.28466796875,48.65955090522766],[-59.28955078125,48.6590313911438],[-59.29443359375,48.658223152160645],[-59.29452419281006,48.658203125],[-59.29931640625,48.657225370407104],[-59.30419921875,48.656426429748535],[-59.30908203125,48.655921936035156],[-59.31396484375,48.65549969673157],[-59.31884765625,48.65491509437561],[-59.322266578674316,48.654296875],[-59.32373046875,48.65402173995972],[-59.32861328125,48.653088331222534],[-59.33349609375,48.652387380599976],[-59.33837890625,48.65191149711609],[-59.34326171875,48.65143871307373],[-59.34814453125,48.650752782821655],[-59.34995174407959,48.650390625],[-59.35302734375,48.649786949157715],[-59.35791015625,48.648919105529785],[-59.36279296875,48.6483211517334],[-59.36767578125,48.64788007736206],[-59.37255859375,48.647358894348145],[-59.37744140625,48.646557092666626],[-59.37776565551758,48.646484375],[-59.38232421875,48.64553999900818],[-59.38720703125,48.64472675323486],[-59.39208984375,48.64422798156738],[-59.39697265625,48.643818855285645],[-59.40185546875,48.64324235916138],[-59.405517578125,48.642578125],[-59.40673828125,48.642345666885376],[-59.41162109375,48.641390323638916],[-59.41650390625,48.64067316055298],[-59.42138671875,48.640199422836304],[-59.42626953125,48.6397430896759],[-59.43115234375,48.63907194137573],[-59.43314552307129,48.638671875],[-59.43603515625,48.63809871673584],[-59.44091796875,48.63721203804016],[-59.44580078125,48.636598348617554],[-59.45068359375,48.636149406433105],[-59.45556640625,48.63563251495361],[-59.46044921875,48.63484287261963],[-59.46079730987549,48.634765625],[-59.46533203125,48.633832693099976],[-59.47021484375,48.6330144405365],[-59.47509765625,48.63250231742859],[-59.47998046875,48.632073402404785],[-59.48486328125,48.63147497177124],[-59.48822021484375,48.630859375],[-59.48974609375,48.630568742752075],[-59.49462890625,48.629634141922],[-59.49951171875,48.6289381980896],[-59.50439453125,48.62846660614014],[-59.50927734375,48.62798881530762],[-59.51416015625,48.627277135849],[-59.515719413757324,48.626953125],[-59.51904296875,48.626280546188354],[-59.52392578125,48.62541222572327],[-59.52880859375,48.62483215332031],[-59.53369140625,48.62439775466919],[-59.53857421875,48.62386131286621],[-59.54335689544678,48.623046875],[-59.54345703125,48.62302803993225],[-59.54833984375,48.62202715873718],[-59.55322265625,48.62123680114746],[-59.55810546875,48.620733976364136],[-59.56298828125,48.62029767036438],[-59.56787109375,48.61967420578003],[-59.57066059112549,48.619140625],[-59.57275390625,48.61873197555542],[-59.57763671875,48.61781144142151],[-59.58251953125,48.61714482307434],[-59.58740234375,48.616674184799194],[-59.59228515625,48.616169929504395],[-59.59716796875,48.61541438102722],[-59.59799766540527,48.615234375],[-59.60205078125,48.61440706253052],[-59.60693359375,48.613566398620605],[-59.61181640625,48.61302208900452],[-59.61669921875,48.61258029937744],[-59.62158203125,48.611990451812744],[-59.625234603881836,48.611328125],[-59.62646484375,48.6110942363739],[-59.63134765625,48.61014366149902],[-59.63623046875,48.609426498413086],[-59.64111328125,48.6089448928833],[-59.64599609375,48.60846519470215],[-59.65087890625,48.607752323150635],[-59.652462005615234,48.607421875],[-59.65576171875,48.60675096511841],[-59.66064453125,48.60587787628174],[-59.66552734375,48.60529327392578],[-59.67041015625,48.60485219955444],[-59.67529296875,48.60430335998535],[-59.679832458496094,48.603515625],[-59.68017578125,48.603450775146484],[-59.68505859375,48.602455377578735],[-59.68994140625,48.601677656173706],[-59.69482421875,48.60117530822754],[-59.69970703125,48.60072302818298],[-59.70458984375,48.600067377090454],[-59.70689296722412,48.599609375],[-59.70947265625,48.59909653663635],[-59.71435546875,48.59818959236145],[-59.71923828125,48.597551345825195],[-59.72412109375,48.59708547592163],[-59.72900390625,48.59655570983887],[-59.73388671875,48.59574747085571],[-59.73408222198486,48.595703125],[-59.73876953125,48.594736099243164],[-59.74365234375,48.593924045562744],[-59.74853515625,48.5934054851532],[-59.75341796875,48.59295320510864],[-59.75830078125,48.592312812805176],[-59.76097106933594,48.591796875],[-59.76318359375,48.59136390686035],[-59.76806640625,48.59044861793518],[-59.77294921875,48.589789390563965],[-59.77783203125,48.58931756019592],[-59.78271484375,48.588791608810425],[-59.78759765625,48.587987184524536],[-59.7880220413208,48.587890625],[-59.79248046875,48.58695387840271],[-59.79736328125,48.586124420166016],[-59.80224609375,48.58561062812805],[-59.80712890625,48.58517932891846],[-59.81201171875,48.58456015586853],[-59.81499671936035,48.583984375],[-59.81689453125,48.583609104156494],[-59.82177734375,48.58266568183899],[-59.82666015625,48.58198595046997],[-59.83154296875,48.58151364326477],[-59.83642578125,48.581005334854126],[-59.84130859375,48.5802276134491],[-59.841976165771484,48.580078125],[-59.84619140625,48.579192876815796],[-59.85107421875,48.57834219932556],[-59.85595703125,48.57780575752258],[-59.86083984375,48.57736420631409],[-59.86572265625,48.57675313949585],[-59.868807792663574,48.576171875],[-59.87060546875,48.57582235336304],[-59.87548828125,48.57488512992859],[-59.88037109375,48.57419538497925],[-59.88525390625,48.57370448112488],[-59.89013671875,48.5731782913208],[-59.89501953125,48.57239365577698],[-59.895596504211426,48.572265625],[-59.89990234375,48.57137179374695],[-59.90478515625,48.570533752441406],[-59.90966796875,48.570000886917114],[-59.91455078125,48.56955051422119],[-59.91943359375,48.56891489028931],[-59.9222993850708,48.568359375],[-59.92431640625,48.56795954704285],[-59.92919921875,48.567028522491455],[-59.93408203125,48.566357135772705],[-59.93896484375,48.56588101387024],[-59.94384765625,48.565354347229004],[-59.94873046875,48.56454515457153],[-59.94913578033447,48.564453125],[-59.95361328125,48.56350803375244],[-59.95849609375,48.56267547607422],[-59.96337890625,48.56215286254883],[-59.96826171875,48.56170868873596],[-59.97314453125,48.56106877326965],[-59.97579097747803,48.560546875],[-59.97802734375,48.560099363327026],[-59.98291015625,48.559168338775635],[-59.98779296875,48.55850386619568],[-59.99267578125,48.55802392959595],[-59.99755859375,48.55748724937439],[-60.00244140625,48.55666637420654],[-60.00255584716797,48.556640625],[-60.00732421875,48.55565023422241],[-60.01220703125,48.55483818054199],[-60.01708984375,48.55430889129639],[-60.02197265625,48.553834199905396],[-60.02685546875,48.55315804481506],[-60.028953552246094,48.552734375],[-60.03173828125,48.5521764755249],[-60.03662109375,48.55127501487732],[-60.04150390625,48.550644874572754],[-60.04638671875,48.5501663684845],[-60.05126953125,48.54959011077881],[-60.05554676055908,48.548828125],[-60.05615234375,48.54871201515198],[-60.06103515625,48.54772114753723],[-60.06591796875,48.54695796966553],[-60.07080078125,48.546451568603516],[-60.07568359375,48.54596018791199],[-60.08056640625,48.54522728919983],[-60.081987380981445,48.544921875],[-60.08544921875,48.54420185089111],[-60.09033203125,48.54332113265991],[-60.09521484375,48.54273748397827],[-60.10009765625,48.54227876663208],[-60.10498046875,48.54167985916138],[-60.10852813720703,48.541015625],[-60.10986328125,48.54075384140015],[-60.11474609375,48.53978252410889],[-60.11962890625,48.53905916213989],[-60.12451171875,48.538559913635254],[-60.12939453125,48.5380437374115],[-60.13427734375,48.53726029396057],[-60.134944915771484,48.537109375],[-60.13916015625,48.536216735839844],[-60.14404296875,48.535359144210815],[-60.14892578125,48.53481316566467],[-60.15380859375,48.53435182571411],[-60.15869140625,48.53370451927185],[-60.16123294830322,48.533203125],[-60.16357421875,48.532737016677856],[-60.16845703125,48.53181219100952],[-60.17333984375,48.531150102615356],[-60.17822265625,48.530656576156616],[-60.18310546875,48.530086040496826],[-60.187602043151855,48.529296875],[-60.18798828125,48.529223680496216],[-60.19287109375,48.52822399139404],[-60.19775390625,48.52744269371033],[-60.20263671875,48.52692365646362],[-60.20751953125,48.52642488479614],[-60.21240234375,48.52568578720093],[-60.21377086639404,48.525390625],[-60.21728515625,48.52465844154358],[-60.22216796875,48.52377891540527],[-60.22705078125,48.523194789886475],[-60.23193359375,48.5227267742157],[-60.23681640625,48.52210593223572],[-60.240044593811035,48.521484375],[-60.24169921875,48.521153688430786],[-60.24658203125,48.52018880844116],[-60.25146484375,48.51948523521423],[-60.25634765625,48.51899242401123],[-60.26123046875,48.518457651138306],[-60.26611328125,48.51763725280762],[-60.26637077331543,48.517578125],[-60.27099609375,48.51660370826721],[-60.27587890625,48.515772581100464],[-60.28076171875,48.51523208618164],[-60.28564453125,48.51475191116333],[-60.29052734375,48.51405668258667],[-60.292372703552246,48.513671875],[-60.29541015625,48.51304769515991],[-60.30029296875,48.51214265823364],[-60.30517578125,48.51152038574219],[-60.31005859375,48.51103377342224],[-60.31494140625,48.51042652130127],[-60.31848430633545,48.509765625],[-60.31982421875,48.509504079818726],[-60.32470703125,48.508535623550415],[-60.32958984375,48.50780940055847],[-60.33447265625,48.507296323776245],[-60.33935546875,48.50675010681152],[-60.34423828125,48.505927324295044],[-60.344533920288086,48.505859375],[-60.34912109375,48.504891872406006],[-60.35400390625,48.50406241416931],[-60.35888671875,48.503528356552124],[-60.36376953125,48.503044843673706],[-60.36865234375,48.502333879470825],[-60.370450019836426,48.501953125],[-60.37353515625,48.50131130218506],[-60.37841796875,48.500408411026],[-60.38330078125,48.49979496002197],[-60.38818359375,48.4993155002594],[-60.39306640625,48.49870157241821],[-60.396485328674316,48.498046875],[-60.39794921875,48.4977548122406],[-60.40283203125,48.496777057647705],[-60.40771484375,48.496057987213135],[-60.41259765625,48.495553970336914],[-60.41748046875,48.495012283325195],[-60.42236328125,48.49418258666992],[-60.42254447937012,48.494140625],[-60.42724609375,48.4931480884552],[-60.43212890625,48.49232029914856],[-60.43701171875,48.49177527427673],[-60.44189453125,48.491278886795044],[-60.44677734375,48.49055576324463],[-60.44827461242676,48.490234375],[-60.45166015625,48.48952913284302],[-60.45654296875,48.488633155822754],[-60.46142578125,48.48802828788757],[-60.46630859375,48.4875373840332],[-60.47119140625,48.486894845962524],[-60.47409534454346,48.486328125],[-60.47607421875,48.485931634902954],[-60.48095703125,48.484983921051025],[-60.48583984375,48.48429489135742],[-60.49072265625,48.48378539085388],[-60.49560546875,48.483201026916504],[-60.4999303817749,48.482421875],[-60.50048828125,48.48231315612793],[-60.50537109375,48.48130679130554],[-60.51025390625,48.480531215667725],[-60.51513671875,48.480005741119385],[-60.52001953125,48.47947835922241],[-60.52490234375,48.47867941856384],[-60.52561283111572,48.478515625],[-60.52978515625,48.477617502212524],[-60.53466796875,48.476752281188965],[-60.53955078125,48.47620368003845],[-60.54443359375,48.4757285118103],[-60.54931640625,48.47503471374512],[-60.5513334274292,48.474609375],[-60.55419921875,48.47401165962219],[-60.55908203125,48.4730863571167],[-60.56396484375,48.472450971603394],[-60.56884765625,48.47196078300476],[-60.57373046875,48.47134327888489],[-60.57706832885742,48.470703125],[-60.57861328125,48.47039437294006],[-60.58349609375,48.46941900253296],[-60.58837890625,48.4686963558197],[-60.59326171875,48.46817684173584],[-60.59814453125,48.46761155128479],[-60.602779388427734,48.466796875],[-60.60302734375,48.46674966812134],[-60.60791015625,48.4657301902771],[-60.61279296875,48.46492910385132],[-60.61767578125,48.464383602142334],[-60.62255859375,48.46385097503662],[-60.62744140625,48.46306562423706],[-60.62821388244629,48.462890625],[-60.63232421875,48.462013721466064],[-60.63720703125,48.461143016815186],[-60.64208984375,48.46057987213135],[-60.64697265625,48.46008491516113],[-60.65185546875,48.459373474121094],[-60.653696060180664,48.458984375],[-60.65673828125,48.45835256576538],[-60.66162109375,48.45744204521179],[-60.66650390625,48.456815242767334],[-60.67138671875,48.45631432533264],[-60.67626953125,48.45566439628601],[-60.67922115325928,48.455078125],[-60.68115234375,48.454684019088745],[-60.68603515625,48.453723430633545],[-60.69091796875,48.45302963256836],[-60.69580078125,48.45252013206482],[-60.70068359375,48.45192813873291],[-60.7047700881958,48.451171875],[-60.70556640625,48.451014041900635],[-60.71044921875,48.450003147125244],[-60.71533203125,48.44923520088196],[-60.72021484375,48.44870638847351],[-60.72509765625,48.448161602020264],[-60.72998046875,48.44733142852783],[-60.73026657104492,48.447265625],[-60.73486328125,48.44628310203552],[-60.73974609375,48.445441484451294],[-60.74462890625,48.444883823394775],[-60.74951171875,48.44436955451965],[-60.75439453125,48.44361138343811],[-60.75551986694336,48.443359375],[-60.75927734375,48.442556858062744],[-60.76416015625,48.44166326522827],[-60.76904296875,48.44107389450073],[-60.77392578125,48.44057083129883],[-60.77880859375,48.43987250328064],[-60.78081130981445,48.439453125],[-60.78369140625,48.43885660171509],[-60.78857421875,48.43793439865112],[-60.79345703125,48.437291622161865],[-60.79833984375,48.43677496910095],[-60.80322265625,48.436115980148315],[-60.80609321594238,48.435546875],[-60.80810546875,48.43513751029968],[-60.81298828125,48.4341824054718],[-60.81787109375,48.43348836898804],[-60.82275390625,48.43296670913696],[-60.82763671875,48.432350158691406],[-60.83137512207031,48.431640625],[-60.83251953125,48.431410789489746],[-60.83740234375,48.430415868759155],[-60.84228515625,48.42966985702515],[-60.84716796875,48.429141998291016],[-60.85205078125,48.428568601608276],[-60.856685638427734,48.427734375],[-60.85693359375,48.42768573760986],[-60.86181640625,48.42664837837219],[-60.86669921875,48.425843715667725],[-60.87158203125,48.42530131340027],[-60.87646484375,48.42476463317871],[-60.88134765625,48.42394995689392],[-60.88187217712402,48.423828125],[-60.88623046875,48.42288684844971],[-60.89111328125,48.42202281951904],[-60.89599609375,48.42145538330078],[-60.90087890625,48.420942068099976],[-60.90576171875,48.420183420181274],[-60.906920433044434,48.419921875],[-60.91064453125,48.41912031173706],[-60.91552734375,48.41821885108948],[-60.92041015625,48.41762447357178],[-60.92529296875,48.417115211486816],[-60.93017578125,48.41640257835388],[-60.93198776245117,48.416015625],[-60.93505859375,48.415372133255005],[-60.93994140625,48.41445064544678],[-60.94482421875,48.41381478309631],[-60.94970703125,48.4132924079895],[-60.95458984375,48.41260862350464],[-60.95702648162842,48.412109375],[-60.95947265625,48.411604166030884],[-60.96435546875,48.4106605052948],[-60.96923828125,48.40998840332031],[-60.97412109375,48.409461975097656],[-60.97900390625,48.40880799293518],[-60.98205089569092,48.408203125],[-60.98388671875,48.40782642364502],[-60.98876953125,48.40685558319092],[-60.99365234375,48.4061484336853],[-60.99853515625,48.405620098114014],[-61.00341796875,48.4049973487854],[-61.00706100463867,48.404296875],[-61.00830078125,48.40404558181763],[-61.01318359375,48.403045654296875],[-61.01806640625,48.4023003578186],[-61.02294921875,48.401766538619995],[-61.02783203125,48.4011754989624],[-61.03208065032959,48.400390625],[-61.03271484375,48.4002640247345],[-61.03759765625,48.399237632751465],[-61.04248046875,48.39845156669617],[-61.04736328125,48.397905111312866],[-61.05224609375,48.397337913513184],[-61.05706214904785,48.396484375],[-61.05712890625,48.39647173881531],[-61.06201171875,48.395427942276],[-61.06689453125,48.394604206085205],[-61.07177734375,48.39404058456421],[-61.07666015625,48.39348745346069],[-61.08154296875,48.39265727996826],[-61.081881523132324,48.392578125],[-61.08642578125,48.39159965515137],[-61.09130859375,48.390748023986816],[-61.09619140625,48.39017462730408],[-61.10107421875,48.38962936401367],[-61.10595703125,48.38882374763489],[-61.10661506652832,48.388671875],[-61.11083984375,48.38775658607483],[-61.11572265625,48.38688135147095],[-61.12060546875,48.38630485534668],[-61.12548828125,48.38577222824097],[-61.13037109375,48.38498544692993],[-61.13132953643799,48.384765625],[-61.13525390625,48.38391327857971],[-61.14013671875,48.383020877838135],[-61.14501953125,48.382436990737915],[-61.14990234375,48.38191342353821],[-61.15478515625,48.38114786148071],[-61.156067848205566,48.380859375],[-61.15966796875,48.38007998466492],[-61.16455078125,48.37917375564575],[-61.16943359375,48.37857103347778],[-61.17431640625,48.37804937362671],[-61.17919921875,48.377305030822754],[-61.180787086486816,48.376953125],[-61.18408203125,48.37624144554138],[-61.18896484375,48.375319719314575],[-61.19384765625,48.37469816207886],[-61.19873046875,48.374176263809204],[-61.20361328125,48.37345361709595],[-61.205477714538574,48.373046875],[-61.20849609375,48.372398853302],[-61.21337890625,48.3714599609375],[-61.21826171875,48.37081742286682],[-61.22314453125,48.37029218673706],[-61.22802734375,48.369587898254395],[-61.23011589050293,48.369140625],[-61.23291015625,48.36854672431946],[-61.23779296875,48.36759829521179],[-61.24267578125,48.366939544677734],[-61.24755859375,48.366405963897705],[-61.25244140625,48.36571192741394],[-61.25471591949463,48.365234375],[-61.25732421875,48.364686012268066],[-61.26220703125,48.36373424530029],[-61.26708984375,48.363062143325806],[-61.27197265625,48.36251974105835],[-61.27685546875,48.3618278503418],[-61.279258728027344,48.361328125],[-61.28173828125,48.360809564590454],[-61.28662109375,48.35985517501831],[-61.29150390625,48.35917615890503],[-61.29638671875,48.35862922668457],[-61.30126953125,48.357935667037964],[-61.30375385284424,48.357421875],[-61.30615234375,48.35692024230957],[-61.31103515625,48.35596466064453],[-61.31591796875,48.355281352996826],[-61.32080078125,48.354737281799316],[-61.32568359375,48.35404825210571],[-61.32824420928955,48.353515625],[-61.33056640625,48.353026390075684],[-61.33544921875,48.352062940597534],[-61.34033203125,48.35137724876404],[-61.34521484375,48.350836753845215],[-61.35009765625,48.350152015686035],[-61.35270595550537,48.349609375],[-61.35498046875,48.34912896156311],[-61.35986328125,48.34816002845764],[-61.36474609375,48.34746980667114],[-61.36962890625,48.34692978858948],[-61.37451171875,48.34624910354614],[-61.37713432312012,48.345703125],[-61.37939453125,48.34522485733032],[-61.38427734375,48.344250202178955],[-61.38916015625,48.34355711936951],[-61.39404296875,48.34301543235779],[-61.39892578125,48.34233593940735],[-61.401519775390625,48.341796875],[-61.40380859375,48.34131383895874],[-61.40869140625,48.34034013748169],[-61.41357421875,48.339645862579346],[-61.41845703125,48.33909821510315],[-61.42333984375,48.33841323852539],[-61.42585277557373,48.337890625],[-61.42822265625,48.33739233016968],[-61.43310546875,48.33642506599426],[-61.43798828125,48.335734128952026],[-61.44287109375,48.33518075942993],[-61.44775390625,48.33448338508606],[-61.450138092041016,48.333984375],[-61.45263671875,48.333457231521606],[-61.45751953125,48.33249807357788],[-61.46240234375,48.33181548118591],[-61.46728515625,48.33125877380371],[-61.47216796875,48.330543756484985],[-61.474361419677734,48.330078125],[-61.47705078125,48.329508781433105],[-61.48193359375,48.328559160232544],[-61.48681640625,48.32788825035095],[-61.49169921875,48.32733607292175],[-61.49658203125,48.32660961151123],[-61.49860382080078,48.326171875],[-61.50146484375,48.325557231903076],[-61.50634765625,48.32461071014404],[-61.51123046875,48.32395315170288],[-61.51611328125,48.32340478897095],[-61.52099609375,48.32266330718994],[-61.522793769836426,48.322265625],[-61.52587890625,48.321595430374146],[-61.53076171875,48.320655822753906],[-61.53564453125,48.32001185417175],[-61.54052734375,48.319467067718506],[-61.54541015625,48.31871294975281],[-61.54697895050049,48.318359375],[-61.55029296875,48.3176326751709],[-61.55517578125,48.31669640541077],[-61.56005859375,48.31606364250183],[-61.56494140625,48.31551957130432],[-61.56982421875,48.31474828720093],[-61.571106910705566,48.314453125],[-61.57470703125,48.313655853271484],[-61.57958984375,48.31272625923157],[-61.58447265625,48.31210994720459],[-61.58935546875,48.31156635284424],[-61.59423828125,48.31077551841736],[-61.595215797424316,48.310546875],[-61.59912109375,48.30968260765076],[-61.60400390625,48.30876898765564],[-61.60888671875,48.30816435813904],[-61.61376953125,48.30761098861694],[-61.61865234375,48.3067946434021],[-61.61931037902832,48.306640625],[-61.62353515625,48.30571222305298],[-61.62841796875,48.304824113845825],[-61.63330078125,48.30422592163086],[-61.63818359375,48.30365443229675],[-61.64306640625,48.302804470062256],[-61.643362045288086,48.302734375],[-61.64794921875,48.301732301712036],[-61.65283203125,48.30087232589722],[-61.65771484375,48.30028247833252],[-61.66259765625,48.29969143867493],[-61.66734218597412,48.298828125],[-61.66748046875,48.298800468444824],[-61.67236328125,48.29774236679077],[-61.67724609375,48.296913623809814],[-61.68212890625,48.296332359313965],[-61.68701171875,48.295719146728516],[-61.691226959228516,48.294921875],[-61.69189453125,48.294785499572754],[-61.69677734375,48.293744802474976],[-61.70166015625,48.29294776916504],[-61.70654296875,48.29237389564514],[-61.71142578125,48.291741132736206],[-61.71513080596924,48.291015625],[-61.71630859375,48.29077172279358],[-61.72119140625,48.28974461555481],[-61.72607421875,48.28897547721863],[-61.73095703125,48.28840637207031],[-61.73583984375,48.28774857521057],[-61.73898696899414,48.287109375],[-61.74072265625,48.286744356155396],[-61.74560546875,48.28573656082153],[-61.75048828125,48.285001277923584],[-61.75537109375,48.2844352722168],[-61.76025390625,48.2837450504303],[-61.762824058532715,48.283203125],[-61.76513671875,48.28270936012268],[-61.77001953125,48.28172421455383],[-61.77490234375,48.28102135658264],[-61.77978515625,48.28045296669006],[-61.78466796875,48.279723167419434],[-61.78661346435547,48.279296875],[-61.78955078125,48.27865982055664],[-61.79443359375,48.27770137786865],[-61.79931640625,48.27703499794006],[-61.80419921875,48.27646541595459],[-61.80908203125,48.2756872177124],[-61.81037425994873,48.275390625],[-61.81396484375,48.274596214294434],[-61.81884765625,48.27366495132446],[-61.82373046875,48.2730393409729],[-61.82861328125,48.27247071266174],[-61.83349609375,48.27164316177368],[-61.834168434143066,48.271484375],[-61.83837890625,48.27055096626282],[-61.84326171875,48.26965856552124],[-61.84814453125,48.26905584335327],[-61.85302734375,48.268468379974365],[-61.85791015625,48.26758432388306],[-61.85793399810791,48.267578125],[-61.86279296875,48.26651477813721],[-61.86767578125,48.26567077636719],[-61.87255859375,48.26507902145386],[-61.87744140625,48.26445746421814],[-61.88154220581055,48.263671875],[-61.88232421875,48.26351022720337],[-61.88720703125,48.26246762275696],[-61.89208984375,48.261672019958496],[-61.89697265625,48.26109004020691],[-61.90185546875,48.260432720184326],[-61.905155181884766,48.259765625],[-61.90673828125,48.25943183898926],[-61.91162109375,48.25841522216797],[-61.91650390625,48.25766587257385],[-61.92138671875,48.257089614868164],[-61.92626953125,48.25638747215271],[-61.92873954772949,48.255859375],[-61.93115234375,48.255337715148926],[-61.93603515625,48.25435161590576],[-61.94091796875,48.25365138053894],[-61.94580078125,48.25307774543762],[-61.95068359375,48.25231957435608],[-61.95229530334473,48.251953125],[-61.95556640625,48.25122666358948],[-61.96044921875,48.2502715587616],[-61.96533203125,48.24962377548218],[-61.97021484375,48.24905300140381],[-61.97509765625,48.2482373714447],[-61.97590351104736,48.248046875],[-61.97998046875,48.2471387386322],[-61.98486328125,48.24622964859009],[-61.98974609375,48.245612382888794],[-61.99462890625,48.245020151138306],[-61.999502182006836,48.244140625],[-61.99951171875,48.24413847923279],[-62.00439453125,48.243069648742676],[-62.00927734375,48.24222135543823],[-62.01416015625,48.241615295410156],[-62.01904296875,48.24097514152527],[-62.022857666015625,48.240234375],[-62.02392578125,48.24001359939575],[-62.02880859375,48.2389817237854],[-62.03369140625,48.238197803497314],[-62.03857421875,48.23760414123535],[-62.04345703125,48.23691010475159],[-62.046241760253906,48.236328125],[-62.04833984375,48.235878467559814],[-62.05322265625,48.2348837852478],[-62.05810546875,48.23416328430176],[-62.06298828125,48.233577728271484],[-62.06787109375,48.232818365097046],[-62.06962585449219,48.232421875],[-62.07275390625,48.231728315353394],[-62.07763671875,48.23077058792114],[-62.08251953125,48.23011302947998],[-62.08740234375,48.22953248023987],[-62.09228515625,48.228699922561646],[-62.09305286407471,48.228515625],[-62.09716796875,48.227588176727295],[-62.10205078125,48.226680755615234],[-62.10693359375,48.22606921195984],[-62.11181640625,48.22547483444214],[-62.11649417877197,48.224609375],[-62.11669921875,48.224567890167236],[-62.12158203125,48.22349262237549],[-62.12646484375,48.22265291213989],[-62.13134765625,48.222050189971924],[-62.13623046875,48.221399784088135],[-62.1397066116333,48.220703125],[-62.14111328125,48.220407247543335],[-62.14599609375,48.21937561035156],[-62.15087890625,48.218607664108276],[-62.15576171875,48.21801233291626],[-62.16064453125,48.21729350090027],[-62.16292858123779,48.216796875],[-62.16552734375,48.216230154037476],[-62.17041015625,48.21524477005005],[-62.17529296875,48.21454691886902],[-62.18017578125,48.213953256607056],[-62.18505859375,48.2131507396698],[-62.18616008758545,48.212890625],[-62.18994140625,48.21203923225403],[-62.19482421875,48.21110224723816],[-62.19970703125,48.21047329902649],[-62.20458984375,48.209879636764526],[-62.20947265625,48.208996057510376],[-62.20952033996582,48.208984375],[-62.21435546875,48.20791721343994],[-62.21923828125,48.20706033706665],[-62.22412109375,48.20644688606262],[-62.22900390625,48.205790996551514],[-62.232584953308105,48.205078125],[-62.23388671875,48.20480442047119],[-62.23876953125,48.203773021698],[-62.24365234375,48.202998638153076],[-62.24853515625,48.202397108078],[-62.25341796875,48.20166635513306],[-62.25567817687988,48.201171875],[-62.25830078125,48.20059561729431],[-62.26318359375,48.19961333274841],[-62.26806640625,48.19891905784607],[-62.27294921875,48.198323488235474],[-62.27783203125,48.19750094413757],[-62.2788143157959,48.197265625],[-62.28271484375,48.19637894630432],[-62.28759765625,48.195448875427246],[-62.29248046875,48.194825887680054],[-62.29736328125,48.194226026535034],[-62.302002906799316,48.193359375],[-62.30224609375,48.19330930709839],[-62.30712890625,48.19222807884216],[-62.31201171875,48.19138693809509],[-62.31689453125,48.190778732299805],[-62.32177734375,48.19010877609253],[-62.324957847595215,48.189453125],[-62.32666015625,48.18908882141113],[-62.33154296875,48.188061237335205],[-62.33642578125,48.18730664253235],[-62.34130859375,48.186705589294434],[-62.34619140625,48.1859450340271],[-62.34793186187744,48.185546875],[-62.35107421875,48.184842348098755],[-62.35595703125,48.18386888504028],[-62.36083984375,48.18320155143738],[-62.36572265625,48.182605504989624],[-62.37060546875,48.18175005912781],[-62.37105846405029,48.181640625],[-62.37548828125,48.18064999580383],[-62.38037109375,48.17975735664368],[-62.38525390625,48.17912817001343],[-62.39013671875,48.1784827709198],[-62.393951416015625,48.177734375],[-62.39501953125,48.17751169204712],[-62.39990234375,48.17646670341492],[-62.40478515625,48.1756706237793],[-62.40966796875,48.17505240440369],[-62.41455078125,48.17431592941284],[-62.41677761077881,48.173828125],[-62.41943359375,48.173245429992676],[-62.42431640625,48.172261238098145],[-62.42919921875,48.171560525894165],[-62.43408203125,48.17094802856445],[-62.43896484375,48.170104026794434],[-62.43972301483154,48.169921875],[-62.44384765625,48.16899132728577],[-62.44873046875,48.16807723045349],[-62.45361328125,48.167447566986084],[-62.45849609375,48.166813373565674],[-62.46259689331055,48.166015625],[-62.46337890625,48.165852308273315],[-62.46826171875,48.164793491363525],[-62.47314453125,48.163981914520264],[-62.47802734375,48.16336703300476],[-62.48291015625,48.16264224052429],[-62.4853515625,48.162109375],[-62.48779296875,48.16157078742981],[-62.49267578125,48.16057515144348],[-62.49755859375,48.159863233566284],[-62.50244140625,48.1592538356781],[-62.50732421875,48.158416748046875],[-62.50821113586426,48.158203125],[-62.51220703125,48.15728998184204],[-62.51708984375,48.156363010406494],[-62.52197265625,48.155731201171875],[-62.52685546875,48.15510678291321],[-62.53103733062744,48.154296875],[-62.53173828125,48.15415024757385],[-62.53662109375,48.15307879447937],[-62.54150390625,48.15225863456726],[-62.54638671875,48.15164017677307],[-62.55126953125,48.15091896057129],[-62.55368232727051,48.150390625],[-62.55615234375,48.14984369277954],[-62.56103515625,48.14883780479431],[-62.56591796875,48.148123264312744],[-62.57080078125,48.14751100540161],[-62.57568359375,48.146673917770386],[-62.576470375061035,48.146484375],[-62.58056640625,48.145556926727295],[-62.58544921875,48.144633531570435],[-62.59033203125,48.143991470336914],[-62.59521484375,48.1433482170105],[-62.599148750305176,48.142578125],[-62.60009765625,48.14237928390503],[-62.60498046875,48.14132285118103],[-62.60986328125,48.14051342010498],[-62.61474609375,48.139883518218994],[-62.61962890625,48.13913059234619],[-62.62167930603027,48.138671875],[-62.62451171875,48.13804244995117],[-62.62939453125,48.137057065963745],[-62.63427734375,48.13636064529419],[-62.63916015625,48.13573598861694],[-62.64404296875,48.13485789299011],[-62.64442443847656,48.134765625],[-62.64892578125,48.133750438690186],[-62.65380859375,48.13285946846008],[-62.65869140625,48.132224559783936],[-62.66357421875,48.131547927856445],[-62.66692638397217,48.130859375],[-62.66845703125,48.1305296421051],[-62.67333984375,48.12949228286743],[-62.67822265625,48.12871956825256],[-62.68310546875,48.128095388412476],[-62.68798828125,48.127296924591064],[-62.6894474029541,48.126953125],[-62.69287109375,48.12616944313049],[-62.69775390625,48.12520098686218],[-62.70263671875,48.12454104423523],[-62.70751953125,48.123918533325195],[-62.712106704711914,48.123046875],[-62.71240234375,48.12298560142517],[-62.71728515625,48.12189483642578],[-62.72216796875,48.121044397354126],[-62.72705078125,48.12041473388672],[-62.73193359375,48.119696855545044],[-62.73448467254639,48.119140625],[-62.73681640625,48.1186249256134],[-62.74169921875,48.11761116981506],[-62.74658203125,48.116880893707275],[-62.75146484375,48.11625599861145],[-62.75634765625,48.11540198326111],[-62.757039070129395,48.115234375],[-62.76123046875,48.114277601242065],[-62.76611328125,48.113357067108154],[-62.77099609375,48.11271023750305],[-62.77587890625,48.112048864364624],[-62.779436111450195,48.111328125],[-62.78076171875,48.11104416847229],[-62.78564453125,48.10999011993408],[-62.79052734375,48.109198570251465],[-62.79541015625,48.1085638999939],[-62.80029296875,48.10776925086975],[-62.801761627197266,48.107421875],[-62.80517578125,48.10663866996765],[-62.81005859375,48.10566186904907],[-62.81494140625,48.10499572753906],[-62.81982421875,48.104366302490234],[-62.82430171966553,48.103515625],[-62.82470703125,48.10343146324158],[-62.82958984375,48.10234880447388],[-62.83447265625,48.101500511169434],[-62.83935546875,48.10085487365723],[-62.84423828125,48.100109338760376],[-62.8464937210083,48.099609375],[-62.84912109375,48.099024295806885],[-62.85400390625,48.098023891448975],[-62.85888671875,48.09730792045593],[-62.86376953125,48.09666848182678],[-62.86865234375,48.095775842666626],[-62.868947982788086,48.095703125],[-62.87353515625,48.094664335250854],[-62.87841796875,48.093772888183594],[-62.88330078125,48.09312701225281],[-62.88818359375,48.0924232006073],[-62.891130447387695,48.091796875],[-62.89306640625,48.09137153625488],[-62.89794921875,48.09034180641174],[-62.90283203125,48.08958601951599],[-62.90771484375,48.08894753456116],[-62.91259765625,48.08809494972229],[-62.91343688964844,48.087890625],[-62.91748046875,48.086960554122925],[-62.92236328125,48.08602547645569],[-62.92724609375,48.08537459373474],[-62.93212890625,48.08470630645752],[-62.93565273284912,48.083984375],[-62.93701171875,48.083691120147705],[-62.94189453125,48.08263611793518],[-62.94677734375,48.08184289932251],[-62.95166015625,48.081202030181885],[-62.95654296875,48.08038115501404],[-62.95779228210449,48.080078125],[-62.96142578125,48.07923340797424],[-62.96630859375,48.07826566696167],[-62.97119140625,48.07760739326477],[-62.97607421875,48.07696485519409],[-62.98006534576416,48.076171875],[-62.98095703125,48.07598161697388],[-62.98583984375,48.074902057647705],[-62.99072265625,48.07408046722412],[-62.99560546875,48.073437452316284],[-63.00048828125,48.07264971733093],[-63.002119064331055,48.072265625],[-63.00537109375,48.071516275405884],[-63.01025390625,48.07052516937256],[-63.01513671875,48.06984353065491],[-63.02001953125,48.06920266151428],[-63.02438735961914,48.068359375],[-63.02490234375,48.06825113296509],[-63.02978515625,48.06716299057007],[-63.03466796875,48.066314935684204],[-63.03955078125,48.065659523010254],[-63.04443359375,48.06488609313965],[-63.04631233215332,48.064453125],[-63.04931640625,48.06376910209656],[-63.05419921875,48.06277084350586],[-63.05908203125,48.06207036972046],[-63.06396484375,48.06142067909241],[-63.06853771209717,48.060546875],[-63.06884765625,48.06048250198364],[-63.07373046875,48.05939054489136],[-63.07861328125,48.05853223800659],[-63.08349609375,48.05787539482117],[-63.08837890625,48.057106733322144],[-63.09042453765869,48.056640625],[-63.09326171875,48.055997371673584],[-63.09814453125,48.05499744415283],[-63.10302734375,48.05429029464722],[-63.10791015625,48.05363750457764],[-63.112616539001465,48.052734375],[-63.11279296875,48.05269718170166],[-63.11767578125,48.05159378051758],[-63.12255859375,48.050729274749756],[-63.12744140625,48.05007553100586],[-63.13232421875,48.049312353134155],[-63.134446144104004,48.048828125],[-63.13720703125,48.04819869995117],[-63.14208984375,48.04719114303589],[-63.14697265625,48.04647922515869],[-63.15185546875,48.045825719833374],[-63.15654754638672,48.044921875],[-63.15673828125,48.04488134384155],[-63.16162109375,48.04377484321594],[-63.16650390625,48.042908668518066],[-63.17138671875,48.042253255844116],[-63.17626953125,48.04148316383362],[-63.17829608917236,48.041015625],[-63.18115234375,48.04035997390747],[-63.18603515625,48.039355993270874],[-63.19091796875,48.03864908218384],[-63.19580078125,48.03799486160278],[-63.200345039367676,48.037109375],[-63.20068359375,48.03703761100769],[-63.20556640625,48.035929679870605],[-63.21044921875,48.03507113456726],[-63.21533203125,48.03441643714905],[-63.22021484375,48.03363823890686],[-63.22207450866699,48.033203125],[-63.22509765625,48.03250432014465],[-63.22998046875,48.031497955322266],[-63.23486328125,48.03079676628113],[-63.23974609375,48.03014087677002],[-63.24403762817383,48.029296875],[-63.24462890625,48.029170751571655],[-63.24951171875,48.028074502944946],[-63.25439453125,48.02722787857056],[-63.25927734375,48.026564836502075],[-63.26416015625,48.02575969696045],[-63.265695571899414,48.025390625],[-63.26904296875,48.024606227874756],[-63.27392578125,48.02360916137695],[-63.27880859375,48.0229287147522],[-63.28369140625,48.02226901054382],[-63.287601470947266,48.021484375],[-63.28857421875,48.021275758743286],[-63.29345703125,48.02019643783569],[-63.29833984375,48.019370317459106],[-63.30322265625,48.018701791763306],[-63.30810546875,48.01786398887634],[-63.30928325653076,48.017578125],[-63.31298828125,48.01671290397644],[-63.31787109375,48.0157425403595],[-63.32275390625,48.01506686210632],[-63.32763671875,48.014378786087036],[-63.331031799316406,48.013671875],[-63.33251953125,48.01334619522095],[-63.33740234375,48.01228642463684],[-63.34228515625,48.01149034500122],[-63.34716796875,48.010820388793945],[-63.35205078125,48.00994324684143],[-63.35277080535889,48.009765625],[-63.35693359375,48.00880193710327],[-63.36181640625,48.00786638259888],[-63.36669921875,48.00719404220581],[-63.37158203125,48.00647020339966],[-63.37437629699707,48.005859375],[-63.37646484375,48.00538992881775],[-63.38134765625,48.00434923171997],[-63.38623046875,48.003589391708374],[-63.39111328125,48.002920150756836],[-63.39599609375,48.00199580192566],[-63.39616775512695,48.001953125],[-63.40087890625,48.00086832046509],[-63.40576171875,47.99997138977051],[-63.41064453125,47.99930024147034],[-63.41552734375,47.998528242111206],[-63.417606353759766,47.998046875],[-63.42041015625,47.99740028381348],[-63.42529296875,47.99638557434082],[-63.43017578125,47.995667457580566],[-63.43505859375,47.9949951171875],[-63.439340591430664,47.994140625],[-63.43994140625,47.99401092529297],[-63.44482421875,47.99290657043457],[-63.44970703125,47.99205493927002],[-63.45458984375,47.9913854598999],[-63.45947265625,47.990556716918945],[-63.46078872680664,47.990234375],[-63.46435546875,47.98939323425293],[-63.46923828125,47.98840618133545],[-63.47412109375,47.98772382736206],[-63.47900390625,47.98703718185425],[-63.48236560821533,47.986328125],[-63.48388671875,47.98599147796631],[-63.48876953125,47.98491907119751],[-63.49365234375,47.984121799468994],[-63.49853515625,47.9834508895874],[-63.50341796875,47.982563495635986],[-63.503990173339844,47.982421875],[-63.50830078125,47.981420040130615],[-63.51318359375,47.98048734664917],[-63.51806640625,47.97980308532715],[-63.52294921875,47.97905158996582],[-63.52531433105469,47.978515625],[-63.52783203125,47.977938652038574],[-63.53271484375,47.976903438568115],[-63.53759765625,47.976163387298584],[-63.54248046875,47.975486278533936],[-63.54694366455078,47.974609375],[-63.54736328125,47.9745192527771],[-63.55224609375,47.973411083221436],[-63.55712890625,47.97254419326782],[-63.56201171875,47.9718599319458],[-63.56689453125,47.9710259437561],[-63.56821537017822,47.970703125],[-63.57177734375,47.96986389160156],[-63.57666015625,47.96887493133545],[-63.58154296875,47.96818542480469],[-63.58642578125,47.96748352050781],[-63.5896635055542,47.966796875],[-63.59130859375,47.966431617736816],[-63.59619140625,47.96536874771118],[-63.60107421875,47.9645733833313],[-63.60595703125,47.963887214660645],[-63.61083984375,47.9629693031311],[-63.611154556274414,47.962890625],[-63.61572265625,47.96183204650879],[-63.62060546875,47.96091890335083],[-63.62548828125,47.96023368835449],[-63.63037109375,47.959447383880615],[-63.63234996795654,47.958984375],[-63.63525390625,47.958309173583984],[-63.64013671875,47.95728921890259],[-63.64501953125,47.95656728744507],[-63.64990234375,47.955872535705566],[-63.65375995635986,47.955078125],[-63.65478515625,47.95485210418701],[-63.65966796875,47.95376491546631],[-63.66455078125,47.95293378829956],[-63.66943359375,47.952248096466064],[-63.67431640625,47.951364040374756],[-63.67508888244629,47.951171875],[-63.67919921875,47.950204372406006],[-63.68408203125,47.94925403594971],[-63.68896484375,47.948566913604736],[-63.69384765625,47.94781494140625],[-63.69626522064209,47.947265625],[-63.69873046875,47.946699142456055],[-63.70361328125,47.94566202163696],[-63.70849609375,47.94491195678711],[-63.71337890625,47.94422006607056],[-63.71764659881592,47.943359375],[-63.71826171875,47.94322443008423],[-63.72314453125,47.94211196899414],[-63.72802734375,47.94125318527222],[-63.73291015625,47.940566539764404],[-63.73779296875,47.939706802368164],[-63.73881816864014,47.939453125],[-63.74267578125,47.938541412353516],[-63.74755859375,47.93756914138794],[-63.75244140625,47.93687391281128],[-63.75732421875,47.93613624572754],[-63.75995635986328,47.935546875],[-63.76220703125,47.935030937194824],[-63.76708984375,47.933977127075195],[-63.77197265625,47.933212757110596],[-63.77685546875,47.9325213432312],[-63.781280517578125,47.931640625],[-63.78173828125,47.93154048919678],[-63.78662109375,47.930423736572266],[-63.79150390625,47.92955207824707],[-63.79638671875,47.92885494232178],[-63.80126953125,47.92799758911133],[-63.802337646484375,47.927734375],[-63.80615234375,47.92683458328247],[-63.81103515625,47.925857067108154],[-63.81591796875,47.92515563964844],[-63.82080078125,47.92441177368164],[-63.82340431213379,47.923828125],[-63.82568359375,47.92330598831177],[-63.83056640625,47.92225456237793],[-63.83544921875,47.92148733139038],[-63.84033203125,47.92078399658203],[-63.84462356567383,47.919921875],[-63.84521484375,47.919793128967285],[-63.85009765625,47.91868352890015],[-63.85498046875,47.917818546295166],[-63.85986328125,47.91711711883545],[-63.86474609375,47.916239738464355],[-63.865652084350586,47.916015625],[-63.86962890625,47.915077686309814],[-63.87451171875,47.91411256790161],[-63.87939453125,47.91341018676758],[-63.88427734375,47.912644386291504],[-63.886613845825195,47.912109375],[-63.88916015625,47.91152048110962],[-63.89404296875,47.91047954559326],[-63.89892578125,47.9097261428833],[-63.90380859375,47.90901517868042],[-63.90773296356201,47.908203125],[-63.90869140625,47.90798997879028],[-63.91357421875,47.90689039230347],[-63.91845703125,47.906047344207764],[-63.92333984375,47.905343532562256],[-63.92822265625,47.904433250427246],[-63.92876625061035,47.904296875],[-63.93310546875,47.90327787399292],[-63.93798828125,47.90233755111694],[-63.94287109375,47.90163469314575],[-63.94775390625,47.90083074569702],[-63.94958972930908,47.900390625],[-63.95263671875,47.8996696472168],[-63.95751953125,47.898643493652344],[-63.96240234375,47.897918701171875],[-63.96728515625,47.89720106124878],[-63.97061824798584,47.896484375],[-63.97216796875,47.89613389968872],[-63.97705078125,47.895052909851074],[-63.98193359375,47.894240379333496],[-63.98681640625,47.893532276153564],[-63.991665840148926,47.892578125],[-63.99169921875,47.89257049560547],[-63.99658203125,47.891427516937256],[-64.00146484375,47.890525817871094],[-64.00634765625,47.889822006225586],[-64.01123046875,47.888967990875244],[-64.01242256164551,47.888671875],[-64.01611328125,47.88779020309448],[-64.02099609375,47.88679790496826],[-64.02587890625,47.88608932495117],[-64.03076171875,47.88533639907837],[-64.03326034545898,47.884765625],[-64.03564453125,47.884212493896484],[-64.04052734375,47.88315439224243],[-64.04541015625,47.882386684417725],[-64.05029296875,47.881672859191895],[-64.05420303344727,47.880859375],[-64.05517578125,47.88064193725586],[-64.06005859375,47.879531383514404],[-64.06494140625,47.87868404388428],[-64.06982421875,47.87797546386719],[-64.07470703125,47.877055168151855],[-64.07511234283447,47.876953125],[-64.07958984375,47.8758978843689],[-64.08447265625,47.87496042251587],[-64.08935546875,47.87424373626709],[-64.09423828125,47.87341117858887],[-64.09572124481201,47.873046875],[-64.09912109375,47.87223291397095],[-64.10400390625,47.871214389801025],[-64.10888671875,47.87049722671509],[-64.11376953125,47.86975717544556],[-64.11652565002441,47.869140625],[-64.11865234375,47.86865186691284],[-64.12353515625,47.867584228515625],[-64.12841796875,47.86679792404175],[-64.13330078125,47.86607360839844],[-64.13737773895264,47.865234375],[-64.13818359375,47.86505603790283],[-64.14306640625,47.863943576812744],[-64.14794921875,47.863080978393555],[-64.15283203125,47.86236095428467],[-64.15771484375,47.86143732070923],[-64.15814399719238,47.861328125],[-64.16259765625,47.86027908325195],[-64.16748046875,47.85933971405029],[-64.17236328125,47.858619689941406],[-64.17724609375,47.85777711868286],[-64.17868614196777,47.857421875],[-64.18212890625,47.85659742355347],[-64.18701171875,47.85558080673218],[-64.19189453125,47.854859828948975],[-64.19677734375,47.854106426239014],[-64.19938564300537,47.853515625],[-64.20166015625,47.852988719940186],[-64.20654296875,47.85192584991455],[-64.21142578125,47.85114574432373],[-64.21630859375,47.85041332244873],[-64.22012329101562,47.849609375],[-64.22119140625,47.84936857223511],[-64.22607421875,47.848262786865234],[-64.23095703125,47.84741544723511],[-64.23583984375,47.84669017791748],[-64.24072265625,47.84573221206665],[-64.24083709716797,47.845703125],[-64.24560546875,47.844581604003906],[-64.25048828125,47.84366321563721],[-64.25537109375,47.84294128417969],[-64.26025390625,47.8420672416687],[-64.26133155822754,47.841796875],[-64.26513671875,47.84088373184204],[-64.27001953125,47.83989191055298],[-64.27490234375,47.839170932769775],[-64.27978515625,47.838377952575684],[-64.28183078765869,47.837890625],[-64.28466796875,47.8372163772583],[-64.28955078125,47.836172580718994],[-64.29443359375,47.83542251586914],[-64.29931640625,47.83468008041382],[-64.3024730682373,47.833984375],[-64.30419921875,47.83358716964722],[-64.30908203125,47.83249855041504],[-64.31396484375,47.83168363571167],[-64.31884765625,47.830952167510986],[-64.32308673858643,47.830078125],[-64.32373046875,47.82993412017822],[-64.32861328125,47.828803062438965],[-64.33349609375,47.82792663574219],[-64.33837890625,47.8272008895874],[-64.34326171875,47.82626724243164],[-64.3436336517334,47.826171875],[-64.34814453125,47.82510042190552],[-64.35302734375,47.82415962219238],[-64.35791015625,47.823431968688965],[-64.36279296875,47.82257080078125],[-64.364013671875,47.822265625],[-64.36767578125,47.82138395309448],[-64.37255859375,47.82037687301636],[-64.37744140625,47.819645404815674],[-64.38232421875,47.8188533782959],[-64.3843936920166,47.818359375],[-64.38720703125,47.81768846511841],[-64.39208984375,47.81663227081299],[-64.39697265625,47.81587743759155],[-64.40185546875,47.81513071060181],[-64.40490245819092,47.814453125],[-64.40673828125,47.81402921676636],[-64.41162109375,47.81293869018555],[-64.41650390625,47.8121280670166],[-64.42138671875,47.81138896942139],[-64.4254207611084,47.810546875],[-64.42626953125,47.81035566329956],[-64.43115234375,47.80923128128052],[-64.43603515625,47.8083610534668],[-64.44091796875,47.80762195587158],[-64.44580078125,47.8066611289978],[-64.4458818435669,47.806640625],[-64.45068359375,47.80550670623779],[-64.45556640625,47.80458211898804],[-64.46044921875,47.8038444519043],[-64.46533203125,47.8029465675354],[-64.46617603302002,47.802734375],[-64.47021484375,47.80176782608032],[-64.47509765625,47.80078840255737],[-64.47998046875,47.80005121231079],[-64.48486328125,47.79920959472656],[-64.486403465271,47.798828125],[-64.48974609375,47.79801893234253],[-64.49462890625,47.796985149383545],[-64.49951171875,47.79624652862549],[-64.50439453125,47.795466899871826],[-64.5067310333252,47.794921875],[-64.50927734375,47.794321060180664],[-64.51416015625,47.793256759643555],[-64.51904296875,47.79247999191284],[-64.52392578125,47.79172134399414],[-64.5271110534668,47.791015625],[-64.52880859375,47.79062271118164],[-64.53369140625,47.78952693939209],[-64.53857421875,47.788702964782715],[-64.54345703125,47.7879524230957],[-64.54745292663574,47.787109375],[-64.54833984375,47.78690719604492],[-64.55322265625,47.785783767700195],[-64.55810546875,47.78491401672363],[-64.56298828125,47.78416633605957],[-64.56774711608887,47.783203125],[-64.56787109375,47.783175468444824],[-64.57275390625,47.782021045684814],[-64.57763671875,47.781105518341064],[-64.58251953125,47.78035640716553],[-64.58740234375,47.77941656112671],[-64.58786964416504,47.779296875],[-64.59228515625,47.778239727020264],[-64.59716796875,47.7772855758667],[-64.60205078125,47.77654504776001],[-64.60693359375,47.7756609916687],[-64.60800170898438,47.775390625],[-64.61181640625,47.77446699142456],[-64.61669921875,47.77346611022949],[-64.62158203125,47.77272844314575],[-64.62646484375,47.77190017700195],[-64.62814807891846,47.771484375],[-64.63134765625,47.77070713043213],[-64.63623046875,47.76966333389282],[-64.64111328125,47.768916606903076],[-64.64599609375,47.76812934875488],[-64.64832782745361,47.767578125],[-64.65087890625,47.766968727111816],[-64.65576171875,47.76590013504028],[-64.66064453125,47.76512002944946],[-64.66552734375,47.76435136795044],[-64.66854572296143,47.763671875],[-64.67041015625,47.763235092163086],[-64.67529296875,47.7621374130249],[-64.68017578125,47.76131725311279],[-64.68505859375,47.76055955886841],[-64.68874454498291,47.759765625],[-64.68994140625,47.759490966796875],[-64.69482421875,47.75836896896362],[-64.69970703125,47.757511615753174],[-64.70458984375,47.75675821304321],[-64.70890998840332,47.755859375],[-64.70947265625,47.75573253631592],[-64.71435546875,47.75458478927612],[-64.71923828125,47.75369215011597],[-64.72412109375,47.75294065475464],[-64.72900390625,47.75196123123169],[-64.72903251647949,47.751953125],[-64.73388671875,47.75079107284546],[-64.73876953125,47.74986171722412],[-64.74365234375,47.74910926818848],[-64.74853515625,47.74817609786987],[-64.7490406036377,47.748046875],[-64.75341796875,47.746994972229004],[-64.75830078125,47.746028900146484],[-64.76318359375,47.74527406692505],[-64.76806640625,47.744380950927734],[-64.76901531219482,47.744140625],[-64.77294921875,47.743192195892334],[-64.77783203125,47.74219369888306],[-64.78271484375,47.74143981933594],[-64.78759765625,47.74058151245117],[-64.78898525238037,47.740234375],[-64.79248046875,47.739383697509766],[-64.79736328125,47.73835039138794],[-64.80224609375,47.73759078979492],[-64.80712890625,47.7367525100708],[-64.80883121490479,47.736328125],[-64.81201171875,47.735546588897705],[-64.81689453125,47.73448896408081],[-64.82177734375,47.73373460769653],[-64.82666015625,47.73293447494507],[-64.82879638671875,47.732421875],[-64.83154296875,47.7317590713501],[-64.83642578125,47.730685234069824],[-64.84130859375,47.72990560531616],[-64.84619140625,47.729116916656494],[-64.84878063201904,47.728515625],[-64.85107421875,47.727970600128174],[-64.85595703125,47.726881980895996],[-64.86083984375,47.726075172424316],[-64.86572265625,47.72528791427612],[-64.86870288848877,47.724609375],[-64.87060546875,47.724159717559814],[-64.87548828125,47.7230544090271],[-64.88037109375,47.72222089767456],[-64.88525390625,47.721426010131836],[-64.8884630203247,47.720703125],[-64.89013671875,47.720309257507324],[-64.89501953125,47.71919918060303],[-64.89990234375,47.71835947036743],[-64.90478515625,47.71757793426514],[-64.90833282470703,47.716796875],[-64.90966796875,47.71648597717285],[-64.91455078125,47.7153639793396],[-64.91943359375,47.7145094871521],[-64.92431640625,47.7137393951416],[-64.92828369140625,47.712890625],[-64.92919921875,47.712679862976074],[-64.93408203125,47.71154308319092],[-64.93896484375,47.71066093444824],[-64.94384765625,47.70988845825195],[-64.94815826416016,47.708984375],[-64.94873046875,47.70885372161865],[-64.95361328125,47.70770502090454],[-64.95849609375,47.70679950714111],[-64.96337890625,47.70601844787598],[-64.96787071228027,47.705078125],[-64.96826171875,47.704988956451416],[-64.97314453125,47.70382642745972],[-64.97802734375,47.702908515930176],[-64.98291015625,47.70212745666504],[-64.98753070831299,47.701171875],[-64.98779296875,47.701112270355225],[-64.99267578125,47.69995355606079],[-64.99755859375,47.699039936065674],[-65.00244140625,47.6982855796814],[-65.00732421875,47.69732618331909],[-65.00755786895752,47.697265625],[-65.01220703125,47.69615125656128],[-65.01708984375,47.695197105407715],[-65.02197265625,47.69442415237427],[-65.02685546875,47.69346570968628],[-65.02726078033447,47.693359375],[-65.03173828125,47.69226837158203],[-65.03662109375,47.69129467010498],[-65.04150390625,47.69051122665405],[-65.04638671875,47.68954658508301],[-65.04674434661865,47.689453125],[-65.05126953125,47.68835496902466],[-65.05615234375,47.68739652633667],[-65.06103515625,47.686638832092285],[-65.06591796875,47.68571710586548],[-65.0665807723999,47.685546875],[-65.07080078125,47.68452501296997],[-65.07568359375,47.68353748321533],[-65.08056640625,47.68275308609009],[-65.08544921875,47.68179798126221],[-65.08604526519775,47.681640625],[-65.09033203125,47.680577754974365],[-65.09521484375,47.67958402633667],[-65.10009765625,47.678791522979736],[-65.10498046875,47.677823543548584],[-65.10531902313232,47.677734375],[-65.10986328125,47.67662954330444],[-65.11474609375,47.67566728591919],[-65.11962890625,47.67490100860596],[-65.12451171875,47.67396545410156],[-65.12504577636719,47.673828125],[-65.12939453125,47.67277717590332],[-65.13427734375,47.67180061340332],[-65.13916015625,47.67102384567261],[-65.14404296875,47.670081615448],[-65.14465808868408,47.669921875],[-65.14892578125,47.6688756942749],[-65.15380859375,47.6678900718689],[-65.15869140625,47.66711902618408],[-65.16357421875,47.666205406188965],[-65.1643180847168,47.666015625],[-65.16845703125,47.665016651153564],[-65.17333984375,47.664024353027344],[-65.17822265625,47.66325044631958],[-65.18310546875,47.662336349487305],[-65.18398761749268,47.662109375],[-65.18798828125,47.661128997802734],[-65.19287109375,47.6601243019104],[-65.19775390625,47.659350872039795],[-65.20263671875,47.65845346450806],[-65.2036190032959,47.658203125],[-65.20751953125,47.65725374221802],[-65.21240234375,47.65623474121094],[-65.21728515625,47.65544605255127],[-65.22216796875,47.654529094696045],[-65.223069190979,47.654296875],[-65.22705078125,47.653318881988525],[-65.23193359375,47.65230369567871],[-65.23681640625,47.65151309967041],[-65.24169921875,47.65058517456055],[-65.24245262145996,47.650390625],[-65.24658203125,47.649381160736084],[-65.25146484375,47.648377895355225],[-65.25634765625,47.647589683532715],[-65.26123046875,47.64665651321411],[-65.26189804077148,47.646484375],[-65.26611328125,47.64545679092407],[-65.27099609375,47.64446210861206],[-65.27587890625,47.64368200302124],[-65.28076171875,47.64275360107422],[-65.28144359588623,47.642578125],[-65.28564453125,47.64155387878418],[-65.29052734375,47.64055681228638],[-65.29541015625,47.63976716995239],[-65.30029296875,47.63881492614746],[-65.30084133148193,47.638671875],[-65.30517578125,47.63760852813721],[-65.31005859375,47.636619091033936],[-65.31494140625,47.63582134246826],[-65.31982421875,47.634843826293945],[-65.32011985778809,47.634765625],[-65.32470703125,47.63364505767822],[-65.32958984375,47.63267183303833],[-65.33447265625,47.63187026977539],[-65.33935546875,47.630868911743164],[-65.33939361572266,47.630859375],[-65.34423828125,47.62968397140503],[-65.34912109375,47.62873315811157],[-65.35400390625,47.62793779373169],[-65.35875797271729,47.626953125],[-65.35888671875,47.62692308425903],[-65.36376953125,47.62574481964111],[-65.36865234375,47.62480878829956],[-65.37353515625,47.62401866912842],[-65.37818431854248,47.623046875],[-65.37841796875,47.62299299240112],[-65.38330078125,47.62180757522583],[-65.38818359375,47.62086486816406],[-65.39306640625,47.62005615234375],[-65.39734840393066,47.619140625],[-65.39794921875,47.61900043487549],[-65.40283203125,47.617835521698],[-65.40771484375,47.61692476272583],[-65.41259765625,47.61613893508911],[-65.41686534881592,47.615234375],[-65.41748046875,47.615092754364014],[-65.42236328125,47.61392879486084],[-65.42724609375,47.6130108833313],[-65.43212890625,47.6122088432312],[-65.43621063232422,47.611328125],[-65.43701171875,47.611140727996826],[-65.44189453125,47.609981536865234],[-65.44677734375,47.60907030105591],[-65.45166015625,47.6082558631897],[-65.4554271697998,47.607421875],[-65.45654296875,47.607158184051514],[-65.46142578125,47.606009006500244],[-65.46630859375,47.60512018203735],[-65.47119140625,47.604310035705566],[-65.47473907470703,47.603515625],[-65.47607421875,47.603198528289795],[-65.48095703125,47.60205698013306],[-65.48583984375,47.601176738739014],[-65.49072265625,47.600358963012695],[-65.49402236938477,47.599609375],[-65.49560546875,47.59923076629639],[-65.50048828125,47.59810209274292],[-65.50537109375,47.59724187850952],[-65.51025390625,47.596436500549316],[-65.51349639892578,47.595703125],[-65.51513671875,47.595314502716064],[-65.52001953125,47.59419059753418],[-65.52490234375,47.59332847595215],[-65.52978515625,47.592512130737305],[-65.53289890289307,47.591796875],[-65.53466796875,47.591373443603516],[-65.53955078125,47.590251445770264],[-65.54443359375,47.58940029144287],[-65.54931640625,47.58858776092529],[-65.55233955383301,47.587890625],[-65.55419921875,47.58744430541992],[-65.55908203125,47.58631896972656],[-65.56396484375,47.58545780181885],[-65.56884765625,47.58461570739746],[-65.57148456573486,47.583984375],[-65.57373046875,47.58343267440796],[-65.57861328125,47.58231210708618],[-65.58349609375,47.581464767456055],[-65.58837890625,47.580588817596436],[-65.59039115905762,47.580078125],[-65.59326171875,47.57935047149658],[-65.59814453125,47.578246116638184],[-65.60302734375,47.57743501663208],[-65.60791015625,47.576557636260986],[-65.6094217300415,47.576171875],[-65.61279296875,47.57532835006714],[-65.61767578125,47.574262619018555],[-65.62255859375,47.57347345352173],[-65.62744140625,47.57259750366211],[-65.62874794006348,47.572265625],[-65.63232421875,47.57138395309448],[-65.63720703125,47.57033586502075],[-65.64208984375,47.56954622268677],[-65.64697265625,47.568655014038086],[-65.64812660217285,47.568359375],[-65.65185546875,47.5674409866333],[-65.65673828125,47.56640338897705],[-65.66162109375,47.56560516357422],[-65.66650390625,47.564674377441406],[-65.66734790802002,47.564453125],[-65.67138671875,47.56344652175903],[-65.67626953125,47.562421798706055],[-65.68115234375,47.561604022979736],[-65.68603515625,47.56060981750488],[-65.6862735748291,47.560546875],[-65.69091796875,47.55939769744873],[-65.69580078125,47.5584192276001],[-65.70068359375,47.55760383605957],[-65.7052230834961,47.556640625],[-65.70556640625,47.55656051635742],[-65.71044921875,47.55536699295044],[-65.71533203125,47.55441379547119],[-65.72021484375,47.55356979370117],[-65.72389602661133,47.552734375],[-65.72509765625,47.552443504333496],[-65.72998046875,47.551276206970215],[-65.73486328125,47.55037546157837],[-65.73974609375,47.54952096939087],[-65.74262619018555,47.548828125],[-65.74462890625,47.548330307006836],[-65.74951171875,47.54718732833862],[-65.75439453125,47.54633188247681],[-65.75927734375,47.545467376708984],[-65.7614517211914,47.544921875],[-65.76416015625,47.54423761367798],[-65.76904296875,47.543118953704834],[-65.77392578125,47.542295932769775],[-65.77880859375,47.541415214538574],[-65.78036785125732,47.541015625],[-65.78369140625,47.5401816368103],[-65.78857421875,47.539100646972656],[-65.79345703125,47.53828001022339],[-65.79833984375,47.537343978881836],[-65.79923629760742,47.537109375],[-65.80322265625,47.53611373901367],[-65.80810546875,47.535080909729004],[-65.81298828125,47.53425073623657],[-65.81787109375,47.53324270248413],[-65.81801891326904,47.533203125],[-65.82275390625,47.532029151916504],[-65.82763671875,47.531044483184814],[-65.83251953125,47.53019857406616],[-65.83656787872314,47.529296875],[-65.83740234375,47.529096603393555],[-65.84228515625,47.52791166305542],[-65.84716796875,47.526984214782715],[-65.85205078125,47.526122093200684],[-65.85511684417725,47.525390625],[-65.85693359375,47.52493858337402],[-65.86181640625,47.523781299591064],[-65.86669921875,47.522900104522705],[-65.87158203125,47.52200222015381],[-65.87358474731445,47.521484375],[-65.87646484375,47.52074193954468],[-65.88134765625,47.51961898803711],[-65.88623046875,47.518794536590576],[-65.89111328125,47.51789045333862],[-65.89231967926025,47.517578125],[-65.89599609375,47.51665639877319],[-65.90087890625,47.51559114456177],[-65.90576171875,47.514750480651855],[-65.91064453125,47.51375484466553],[-65.91095447540283,47.513671875],[-65.91552734375,47.51253366470337],[-65.92041015625,47.511537075042725],[-65.92529296875,47.51069450378418],[-65.92954635620117,47.509765625],[-65.93017578125,47.509615898132324],[-65.93505859375,47.50842809677124],[-65.93994140625,47.507490158081055],[-65.94482421875,47.506643295288086],[-65.94823360443115,47.505859375],[-65.94970703125,47.50550079345703],[-65.95458984375,47.50434064865112],[-65.95947265625,47.50344276428223],[-65.96435546875,47.502564430236816],[-65.96681118011475,47.501953125],[-65.96923828125,47.50133752822876],[-65.97412109375,47.500197410583496],[-65.97900390625,47.49934482574463],[-65.98388671875,47.49844026565552],[-65.98541259765625,47.498046875],[-65.98876953125,47.49719762802124],[-65.99365234375,47.496113777160645],[-65.99853515625,47.49527978897095],[-66.00341796875,47.49431371688843],[-66.00406646728516,47.494140625],[-66.00830078125,47.49307727813721],[-66.01318359375,47.49204397201538],[-66.01806640625,47.49117088317871],[-66.02226257324219,47.490234375],[-66.02294921875,47.49006795883179],[-66.02783203125,47.488871574401855],[-66.03271484375,47.48793125152588],[-66.03759765625,47.487085819244385],[-66.04098320007324,47.486328125],[-66.04248046875,47.48597574234009],[-66.04736328125,47.48485469818115],[-66.05224609375,47.483975410461426],[-66.05712890625,47.48312425613403],[-66.06000900268555,47.482421875],[-66.06201171875,47.48191595077515],[-66.06689453125,47.48074245452881],[-66.07177734375,47.4798469543457],[-66.07666015625,47.47891283035278],[-66.07818126678467,47.478515625],[-66.08154296875,47.47765493392944],[-66.08642578125,47.476566314697266],[-66.09130859375,47.4757285118103],[-66.09619140625,47.47475862503052],[-66.09675407409668,47.474609375],[-66.10107421875,47.47353506088257],[-66.10595703125,47.472530364990234],[-66.11083984375,47.47172403335571],[-66.11572265625,47.4707465171814],[-66.11588954925537,47.470703125],[-66.12060546875,47.4695520401001],[-66.12548828125,47.468552589416504],[-66.13037109375,47.46768856048584],[-66.13431930541992,47.466796875],[-66.13525390625,47.46656847000122],[-66.14013671875,47.46535921096802],[-66.14501953125,47.4643816947937],[-66.14990234375,47.46342134475708],[-66.15192413330078,47.462890625],[-66.15478515625,47.46214151382446],[-66.15966796875,47.46101474761963],[-66.16455078125,47.46018934249878],[-66.16943359375,47.459293842315674],[-66.17064476013184,47.458984375],[-66.17431640625,47.45807504653931],[-66.17919921875,47.4570198059082],[-66.18408203125,47.45620107650757],[-66.18896484375,47.455241203308105],[-66.18957996368408,47.455078125],[-66.19384765625,47.45401096343994],[-66.19873046875,47.45298910140991],[-66.20361328125,47.45214557647705],[-66.20814323425293,47.451171875],[-66.20849609375,47.451088428497314],[-66.21337890625,47.44987487792969],[-66.21826171875,47.44888496398926],[-66.22314453125,47.447962284088135],[-66.22590065002441,47.447265625],[-66.22802734375,47.446712017059326],[-66.23291015625,47.445526123046875],[-66.23779296875,47.444623947143555],[-66.24267578125,47.443668842315674],[-66.24386787414551,47.443359375],[-66.24755859375,47.442439556121826],[-66.25244140625,47.44142818450928],[-66.25732421875,47.440682888031006],[-66.26220703125,47.439823627471924],[-66.26364707946777,47.439453125],[-66.26708984375,47.43858861923218],[-66.27197265625,47.437482833862305],[-66.27685546875,47.43655729293823],[-66.28114223480225,47.435546875],[-66.28173828125,47.4353928565979],[-66.28662109375,47.43414115905762],[-66.29150390625,47.43318033218384],[-66.29638671875,47.43229341506958],[-66.29900932312012,47.431640625],[-66.30126953125,47.43106174468994],[-66.30615234375,47.42985820770264],[-66.31103515625,47.428911209106445],[-66.31591796875,47.427881717681885],[-66.31646633148193,47.427734375],[-66.32080078125,47.426637172698975],[-66.32568359375,47.42562484741211],[-66.33056640625,47.4247727394104],[-66.3347578048706,47.423828125],[-66.33544921875,47.42365837097168],[-66.34033203125,47.42242956161499],[-66.34521484375,47.42147397994995],[-66.35009765625,47.42061185836792],[-66.3530445098877,47.419921875],[-66.35498046875,47.41944980621338],[-66.35986328125,47.41829586029053],[-66.36474609375,47.417381286621094],[-66.36962890625,47.4164342880249],[-66.37123107910156,47.416015625],[-66.37451171875,47.41517686843872],[-66.37939453125,47.414119720458984],[-66.38427734375,47.41337299346924],[-66.38916015625,47.412540435791016],[-66.39084339141846,47.412109375],[-66.39404296875,47.41130256652832],[-66.39892578125,47.41021680831909],[-66.40380859375,47.40941047668457],[-66.40869140625,47.40850210189819],[-66.40984058380127,47.408203125],[-66.41357421875,47.407265186309814],[-66.41845703125,47.406174182891846],[-66.42333984375,47.405272483825684],[-66.42783641815186,47.404296875],[-66.42822265625,47.40420579910278],[-66.43310546875,47.40305233001709],[-66.43798828125,47.40213680267334],[-66.44287109375,47.40128564834595],[-66.44653797149658,47.400390625],[-66.44775390625,47.40007305145264],[-66.45263671875,47.39884328842163],[-66.45751953125,47.39795446395874],[-66.46240234375,47.39715337753296],[-66.46543979644775,47.396484375],[-66.46728515625,47.39606285095215],[-66.47216796875,47.39496612548828],[-66.47705078125,47.39410877227783],[-66.48193359375,47.39328193664551],[-66.48491382598877,47.392578125],[-66.48681640625,47.392109394073486],[-66.49169921875,47.39095211029053],[-66.49658203125,47.39005184173584],[-66.50146484375,47.38911533355713],[-66.50312900543213,47.388671875],[-66.50634765625,47.387824058532715],[-66.51123046875,47.38666296005249],[-66.51611328125,47.38570261001587],[-66.520094871521,47.384765625],[-66.52099609375,47.38453531265259],[-66.52587890625,47.38330078125],[-66.53076171875,47.38231134414673],[-66.53564453125,47.381338596343994],[-66.53743743896484,47.380859375],[-66.54052734375,47.38003873825073],[-66.54541015625,47.378886699676514],[-66.55029296875,47.378053188323975],[-66.55517578125,47.37719488143921],[-66.55614852905273,47.376953125],[-66.56005859375,47.376015186309814],[-66.56494140625,47.37489366531372],[-66.56982421875,47.37388610839844],[-66.57299995422363,47.373046875],[-66.57470703125,47.372570514678955],[-66.57958984375,47.37126922607422],[-66.58447265625,47.37027835845947],[-66.58935546875,47.3692741394043],[-66.58987522125244,47.369140625],[-66.59423828125,47.368093490600586],[-66.59912109375,47.36712980270386],[-66.60400390625,47.366405963897705],[-66.60888671875,47.36557674407959],[-66.6102409362793,47.365234375],[-66.61376953125,47.36435842514038],[-66.61865234375,47.36321973800659],[-66.62353515625,47.36226177215576],[-66.62759304046631,47.361328125],[-66.62841796875,47.36112403869629],[-66.63330078125,47.35997819900513],[-66.63818359375,47.35911798477173],[-66.64306640625,47.35834789276123],[-66.64718627929688,47.357421875],[-66.64794921875,47.35723352432251],[-66.65283203125,47.355955600738525],[-66.65771484375,47.354918479919434],[-66.66259765625,47.35391187667847],[-66.66407585144043,47.353515625],[-66.66748046875,47.35262060165405],[-66.67236328125,47.35150671005249],[-66.67724609375,47.350701332092285],[-66.68212890625,47.34985828399658],[-66.68313980102539,47.349609375],[-66.68701171875,47.348692893981934],[-66.69189453125,47.3476037979126],[-66.69677734375,47.346660137176514],[-66.70084476470947,47.345703125],[-66.70166015625,47.34549427032471],[-66.70654296875,47.34426784515381],[-66.71142578125,47.34330224990845],[-66.71630859375,47.34241056442261],[-66.71887874603271,47.341796875],[-66.72119140625,47.341230392456055],[-66.72607421875,47.34010124206543],[-66.73095703125,47.33920097351074],[-66.73583984375,47.33820104598999],[-66.73693656921387,47.337890625],[-66.74072265625,47.33685302734375],[-66.74560546875,47.335652351379395],[-66.75048828125,47.334521770477295],[-66.7523717880249,47.333984375],[-66.75537109375,47.33313751220703],[-66.76025390625,47.33195924758911],[-66.76513671875,47.33102226257324],[-66.76933288574219,47.330078125],[-66.77001953125,47.32991075515747],[-66.77490234375,47.32870817184448],[-66.77978515625,47.32775068283081],[-66.78466796875,47.32690382003784],[-66.788010597229,47.326171875],[-66.78955078125,47.32581663131714],[-66.79443359375,47.32468509674072],[-66.79931640625,47.323710441589355],[-66.80419921875,47.322693824768066],[-66.80578708648682,47.322265625],[-66.80908203125,47.321393966674805],[-66.81396484375,47.320284843444824],[-66.81884765625,47.31944274902344],[-66.82373046875,47.31850004196167],[-66.82426929473877,47.318359375],[-66.82861328125,47.31729459762573],[-66.83349609375,47.31624794006348],[-66.83837890625,47.31537342071533],[-66.8427324295044,47.314453125],[-66.84326171875,47.3143310546875],[-66.84814453125,47.313164710998535],[-66.85302734375,47.31220817565918],[-66.85791015625,47.311363220214844],[-66.8614673614502,47.310546875],[-66.86279296875,47.31022357940674],[-66.86767578125,47.3090443611145],[-66.87255859375,47.30812644958496],[-66.87744140625,47.30721378326416],[-66.87966823577881,47.306640625],[-66.88232421875,47.30595064163208],[-66.88720703125,47.30480098724365],[-66.89208984375,47.30390453338623],[-66.89697265625,47.30284929275513],[-66.89738273620605,47.302734375],[-66.90185546875,47.30156850814819],[-66.90673828125,47.30056381225586],[-66.91162109375,47.29971265792847],[-66.91554069519043,47.298828125],[-66.91650390625,47.298593044281006],[-66.92138671875,47.29739427566528],[-66.92626953125,47.29648017883301],[-66.93115234375,47.295698165893555],[-66.93483352661133,47.294921875],[-66.93603515625,47.29465198516846],[-66.94091796875,47.29350519180298],[-66.94580078125,47.29255151748657],[-66.95068359375,47.2916054725647],[-66.95292472839355,47.291015625],[-66.95556640625,47.29031562805176],[-66.96044921875,47.28914499282837],[-66.96533203125,47.2882513999939],[-66.97021484375,47.28723669052124],[-66.97067737579346,47.287109375],[-66.97509765625,47.28596591949463],[-66.97998046875,47.284884452819824],[-66.98486328125,47.28384876251221],[-66.98715686798096,47.283203125],[-66.98974609375,47.28246212005615],[-66.99462890625,47.28123092651367],[-66.99951171875,47.2803258895874],[-67.00439453125,47.27935171127319],[-67.00460433959961,47.279296875],[-67.00927734375,47.27815103530884],[-67.01416015625,47.27708053588867],[-67.01904296875,47.276073932647705],[-67.02176570892334,47.275390625],[-67.02392578125,47.27483367919922],[-67.02880859375,47.2737250328064],[-67.03369140625,47.27287435531616],[-67.03857421875,47.27197074890137],[-67.04042434692383,47.271484375],[-67.04345703125,47.27069091796875],[-67.04833984375,47.269546031951904],[-67.05322265625,47.26867198944092],[-67.05810546875,47.26767539978027],[-67.05846786499023,47.267578125],[-67.06298828125,47.26643991470337],[-67.06787109375,47.26541996002197],[-67.07275390625,47.26456069946289],[-67.07676887512207,47.263671875],[-67.07763671875,47.26346397399902],[-67.08251953125,47.26228189468384],[-67.08740234375,47.26135873794556],[-67.09228515625,47.26051664352417],[-67.09539890289307,47.259765625],[-67.09716796875,47.25931692123413],[-67.10205078125,47.2580771446228],[-67.10693359375,47.25710725784302],[-67.11181640625,47.256117820739746],[-67.1127986907959,47.255859375],[-67.11669921875,47.25487470626831],[-67.12158203125,47.253817081451416],[-67.12646484375,47.25297498703003],[-67.13134765625,47.25196838378906],[-67.13140487670898,47.251953125],[-67.13623046875,47.250755310058594],[-67.14111328125,47.249754905700684],[-67.14599609375,47.24887752532959],[-67.14953899383545,47.248046875],[-67.15087890625,47.2477126121521],[-67.15576171875,47.24650478363037],[-67.16064453125,47.24554395675659],[-67.16552734375,47.244548320770264],[-67.1670150756836,47.244140625],[-67.17041015625,47.2432279586792],[-67.17529296875,47.242084980010986],[-67.18017578125,47.24115324020386],[-67.1841812133789,47.240234375],[-67.18505859375,47.24001693725586],[-67.18994140625,47.23879623413086],[-67.19482421875,47.2378044128418],[-67.19970703125,47.236820220947266],[-67.20152854919434,47.236328125],[-67.20458984375,47.23550844192505],[-67.20947265625,47.234341621398926],[-67.21435546875,47.23340559005737],[-67.21865177154541,47.232421875],[-67.21923828125,47.23227500915527],[-67.22412109375,47.231038093566895],[-67.22900390625,47.230058670043945],[-67.23388671875,47.22912120819092],[-67.23619937896729,47.228515625],[-67.23876953125,47.227832317352295],[-67.24365234375,47.22663402557373],[-67.24853515625,47.22569561004639],[-67.25341796875,47.2246150970459],[-67.25343704223633,47.224609375],[-67.25830078125,47.223358154296875],[-67.26318359375,47.222355365753174],[-67.26806640625,47.22147035598755],[-67.27124691009521,47.220703125],[-67.27294921875,47.220272064208984],[-67.27783203125,47.219051361083984],[-67.28271484375,47.2180814743042],[-67.28759765625,47.2170467376709],[-67.28850364685059,47.216796875],[-67.29248046875,47.21575164794922],[-67.29736328125,47.21467924118042],[-67.30224609375,47.2137885093689],[-67.30620384216309,47.212890625],[-67.30712890625,47.212663650512695],[-67.31201171875,47.2114520072937],[-67.31689453125,47.21049451828003],[-67.32177734375,47.209599018096924],[-67.32426643371582,47.208984375],[-67.32666015625,47.208380699157715],[-67.33154296875,47.20720195770264],[-67.33642578125,47.20624542236328],[-67.34130859375,47.205151081085205],[-67.34156608581543,47.205078125],[-67.34619140625,47.203856468200684],[-67.35107421875,47.202818870544434],[-67.35595703125,47.20188331604004],[-67.35875606536865,47.201171875],[-67.36083984375,47.200623512268066],[-67.36572265625,47.19940948486328],[-67.37060546875,47.19847249984741],[-67.37548828125,47.197455406188965],[-67.3761796951294,47.197265625],[-67.38037109375,47.19617509841919],[-67.38525390625,47.19510316848755],[-67.39013671875,47.19419050216675],[-67.39367008209229,47.193359375],[-67.39501953125,47.19302225112915],[-67.39990234375,47.19180727005005],[-67.40478515625,47.19083213806152],[-67.40966796875,47.18982648849487],[-67.41103649139404,47.189453125],[-67.41455078125,47.1885199546814],[-67.41943359375,47.187392234802246],[-67.42431640625,47.186463832855225],[-67.42831707000732,47.185546875],[-67.42919921875,47.18532848358154],[-67.43408203125,47.18411302566528],[-67.43896484375,47.18314027786255],[-67.44384765625,47.18219995498657],[-67.44598388671875,47.181640625],[-67.44873046875,47.180917739868164],[-67.45361328125,47.17972946166992],[-67.45849609375,47.17878580093384],[-67.46317863464355,47.177734375],[-67.46337890625,47.177685260772705],[-67.46826171875,47.176435470581055],[-67.47314453125,47.175437927246094],[-67.47802734375,47.17454719543457],[-67.48101711273193,47.173828125],[-67.48291015625,47.173354148864746],[-67.48779296875,47.17215061187744],[-67.49267578125,47.17118453979492],[-67.49755859375,47.17014217376709],[-67.49834537506104,47.169921875],[-67.50244140625,47.16883420944214],[-67.50732421875,47.16773319244385],[-67.51220703125,47.16676044464111],[-67.51511573791504,47.166015625],[-67.51708984375,47.16549110412598],[-67.52197265625,47.16426610946655],[-67.52685546875,47.16333246231079],[-67.53173828125,47.1623420715332],[-67.53259658813477,47.162109375],[-67.53662109375,47.161070346832275],[-67.54150390625,47.159987926483154],[-67.54638671875,47.15906858444214],[-67.55002498626709,47.158203125],[-67.55126953125,47.15788650512695],[-67.55615234375,47.15664720535278],[-67.56103515625,47.155662536621094],[-67.56591796875,47.15465497970581],[-67.56723403930664,47.154296875],[-67.57080078125,47.153353691101074],[-67.57568359375,47.152241230010986],[-67.58056640625,47.15133762359619],[-67.58473873138428,47.150390625],[-67.58544921875,47.15021514892578],[-67.59033203125,47.148961544036865],[-67.59521484375,47.14793634414673],[-67.60009765625,47.14692735671997],[-67.60173797607422,47.146484375],[-67.60498046875,47.14562129974365],[-67.60986328125,47.14447498321533],[-67.61474609375,47.143558502197266],[-67.61913776397705,47.142578125],[-67.61962890625,47.14245843887329],[-67.62451171875,47.14121913909912],[-67.62939453125,47.140214920043945],[-67.63427734375,47.1392560005188],[-67.63648509979248,47.138671875],[-67.63916015625,47.13795804977417],[-67.64404296875,47.13676834106445],[-67.64892578125,47.1358528137207],[-67.65380859375,47.13480186462402],[-67.65393733978271,47.134765625],[-67.65869140625,47.13353490829468],[-67.66357421875,47.13249206542969],[-67.66845703125,47.131545543670654],[-67.67118453979492,47.130859375],[-67.67333984375,47.1303014755249],[-67.67822265625,47.12910604476929],[-67.68310546875,47.128151416778564],[-67.68798828125,47.12708330154419],[-67.68845081329346,47.126953125],[-67.69287109375,47.12578821182251],[-67.69775390625,47.124714851379395],[-67.70263671875,47.12373065948486],[-67.70521640777588,47.123046875],[-67.70751953125,47.12242126464844],[-67.71240234375,47.12119102478027],[-67.71728515625,47.120248794555664],[-67.72216796875,47.11920690536499],[-67.72241115570068,47.119140625],[-67.72705078125,47.1179575920105],[-67.73193359375,47.116923809051514],[-67.73681640625,47.115992069244385],[-67.73982048034668,47.115234375],[-67.74169921875,47.1147403717041],[-67.74658203125,47.11350393295288],[-67.75146484375,47.11252975463867],[-67.75634765625,47.11145353317261],[-67.75679111480713,47.111328125],[-67.76123046875,47.110148429870605],[-67.76611328125,47.10907173156738],[-67.77099609375,47.10808801651001],[-67.77353286743164,47.107421875],[-67.77587890625,47.10679292678833],[-67.78076171875,47.105592250823975],[-67.78564453125,47.10468292236328],[-67.79052734375,47.10367393493652],[-67.79109954833984,47.103515625],[-67.79541015625,47.102391719818115],[-67.80029296875,47.10131120681763],[-67.80517578125,47.10035276412964],[-67.8081226348877,47.099609375],[-67.81005859375,47.09910202026367],[-67.81494140625,47.09789323806763],[-67.81982421875,47.09696626663208],[-67.82470703125,47.095969676971436],[-67.82567501068115,47.095703125],[-67.82958984375,47.09467172622681],[-67.83447265625,47.093573570251465],[-67.83935546875,47.09264945983887],[-67.84295082092285,47.091796875],[-67.84423828125,47.091472148895264],[-67.84912109375,47.09023332595825],[-67.85400390625,47.08922100067139],[-67.85888671875,47.08814764022827],[-67.859787940979,47.087890625],[-67.86376953125,47.086806297302246],[-67.86865234375,47.08566617965698],[-67.87353515625,47.08463764190674],[-67.8759765625,47.083984375],[-67.87841796875,47.08332061767578],[-67.88330078125,47.082112312316895],[-67.88818359375,47.081180572509766],[-67.89306640625,47.08010292053223],[-67.89315223693848,47.080078125],[-67.89794921875,47.07881307601929],[-67.90283203125,47.07776069641113],[-67.90771484375,47.07678413391113],[-67.91002750396729,47.076171875],[-67.91259765625,47.07548475265503],[-67.91748046875,47.074283599853516],[-67.92236328125,47.07335376739502],[-67.92724609375,47.07226848602295],[-67.92725563049316,47.072265625],[-67.93212890625,47.07097768783569],[-67.93701171875,47.06992149353027],[-67.94189453125,47.06892108917236],[-67.94397830963135,47.068359375],[-67.94677734375,47.067604064941406],[-67.95166015625,47.066407203674316],[-67.95654296875,47.0654501914978],[-67.96082019805908,47.064453125],[-67.96142578125,47.06429862976074],[-67.96630859375,47.06302213668823],[-67.97119140625,47.06198263168335],[-67.97607421875,47.060935974121094],[-67.97747611999512,47.060546875],[-67.98095703125,47.05960559844971],[-67.98583984375,47.05845832824707],[-67.99072265625,47.05747652053833],[-67.99402236938477,47.056640625],[-67.99560546875,47.056217670440674],[-68.00048828125,47.05496072769165],[-68.00537109375,47.05397844314575],[-68.01025390625,47.05292844772339],[-68.01095485687256,47.052734375],[-68.01513671875,47.05163526535034],[-68.02001953125,47.050554275512695],[-68.02490234375,47.04960012435913],[-68.02796840667725,47.048828125],[-68.02978515625,47.0483512878418],[-68.03466796875,47.04712152481079],[-68.03955078125,47.0461540222168],[-68.04443359375,47.04508876800537],[-68.04502487182617,47.044921875],[-68.04931640625,47.04377794265747],[-68.05419921875,47.042702198028564],[-68.05908203125,47.04175138473511],[-68.06198596954346,47.041015625],[-68.06396484375,47.0404953956604],[-68.06884765625,47.03927421569824],[-68.07373046875,47.038325786590576],[-68.07861328125,47.03727912902832],[-68.07921409606934,47.037109375],[-68.08349609375,47.03596496582031],[-68.08837890625,47.03485345840454],[-68.09326171875,47.033823013305664],[-68.0955457687378,47.033203125],[-68.09814453125,47.03249216079712],[-68.10302734375,47.03129434585571],[-68.10791015625,47.03037118911743],[-68.11279296875,47.02929735183716],[-68.11279296875,47.029296875],[-68.11767578125,47.028029918670654],[-68.12255859375,47.0269889831543],[-68.12744140625,47.025983810424805],[-68.12958717346191,47.025390625],[-68.13232421875,47.02462911605835],[-68.13720703125,47.023390769958496],[-68.14208984375,47.02235794067383],[-68.14547538757324,47.021484375],[-68.14697265625,47.02107572555542],[-68.15185546875,47.01980686187744],[-68.15673828125,47.01882553100586],[-68.16162109375,47.0177698135376],[-68.16230297088623,47.017578125],[-68.16650390625,47.01646137237549],[-68.17138671875,47.0153751373291],[-68.17626953125,47.01442527770996],[-68.17933559417725,47.013671875],[-68.18115234375,47.013206481933594],[-68.18603515625,47.012006759643555],[-68.19091796875,47.011048793792725],[-68.19580078125,47.00999355316162],[-68.19660663604736,47.009765625],[-68.20068359375,47.00866889953613],[-68.20556640625,47.00757598876953],[-68.21044921875,47.006608963012695],[-68.2133436203003,47.005859375],[-68.21533203125,47.00532579421997],[-68.22021484375,47.004082679748535],[-68.22509765625,47.00311326980591],[-68.22998046875,47.00201654434204],[-68.23019981384277,47.001953125],[-68.23486328125,47.00070142745972],[-68.23974609375,46.99960231781006],[-68.24462890625,46.998530864715576],[-68.24636459350586,46.998046875],[-68.24951171875,46.997180461883545],[-68.25439453125,46.99601364135742],[-68.25927734375,46.99504804611206],[-68.26296806335449,46.994140625],[-68.26416015625,46.993826389312744],[-68.26904296875,46.99254608154297],[-68.27392578125,46.99152088165283],[-68.27880859375,46.990431785583496],[-68.27950477600098,46.990234375],[-68.28369140625,46.989112854003906],[-68.28857421875,46.98801279067993],[-68.29345703125,46.98700141906738],[-68.29594612121582,46.986328125],[-68.29833984375,46.98566770553589],[-68.30322265625,46.984426498413086],[-68.30810546875,46.98343324661255],[-68.31229209899902,46.982421875],[-68.31298828125,46.98223829269409],[-68.31787109375,46.98095226287842],[-68.32275390625,46.9799485206604],[-68.32763671875,46.97897148132324],[-68.32934379577637,46.978515625],[-68.33251953125,46.97767734527588],[-68.33740234375,46.9765100479126],[-68.34228515625,46.9755425453186],[-68.34617614746094,46.974609375],[-68.34716796875,46.97435283660889],[-68.35205078125,46.97309970855713],[-68.35693359375,46.97210121154785],[-68.36181640625,46.971073150634766],[-68.36314678192139,46.970703125],[-68.36669921875,46.96974277496338],[-68.37158203125,46.968592166900635],[-68.37646484375,46.967589378356934],[-68.37951183319092,46.966796875],[-68.38134765625,46.96630001068115],[-68.38623046875,46.96505069732666],[-68.39111328125,46.96407651901245],[-68.39599609375,46.96297264099121],[-68.39627742767334,46.962890625],[-68.40087890625,46.96164512634277],[-68.40576171875,46.960554122924805],[-68.41064453125,46.959514141082764],[-68.41257095336914,46.958984375],[-68.41552734375,46.958176136016846],[-68.42041015625,46.95698165893555],[-68.42529296875,46.95598077774048],[-68.42884540557861,46.955078125],[-68.43017578125,46.95471811294556],[-68.43505859375,46.953436851501465],[-68.43994140625,46.952428340911865],[-68.44482421875,46.95132303237915],[-68.44534397125244,46.951171875],[-68.44970703125,46.949984073638916],[-68.45458984375,46.94887590408325],[-68.45947265625,46.947824001312256],[-68.4614896774292,46.947265625],[-68.46435546875,46.94647407531738],[-68.46923828125,46.94527196884155],[-68.47412109375,46.944257736206055],[-68.47755908966064,46.943359375],[-68.47900390625,46.94295835494995],[-68.48388671875,46.94166040420532],[-68.48876953125,46.940659046173096],[-68.49365234375,46.939542293548584],[-68.49395751953125,46.939453125],[-68.49853515625,46.93820524215698],[-68.50341796875,46.93712377548218],[-68.50830078125,46.93610620498657],[-68.51035594940186,46.935546875],[-68.51318359375,46.934775829315186],[-68.51806640625,46.93356418609619],[-68.52294921875,46.93254566192627],[-68.52640628814697,46.931640625],[-68.52783203125,46.93124437332153],[-68.53271484375,46.92991828918457],[-68.53759765625,46.928871154785156],[-68.54240417480469,46.927734375],[-68.54248046875,46.927714824676514],[-68.54736328125,46.926433086395264],[-68.55224609375,46.92540979385376],[-68.55712890625,46.92444086074829],[-68.55944633483887,46.923828125],[-68.56201171875,46.92314434051514],[-68.56689453125,46.92196559906006],[-68.57177734375,46.92108154296875],[-68.57666015625,46.92008686065674],[-68.57726097106934,46.919921875],[-68.58154296875,46.918808460235596],[-68.58642578125,46.91771125793457],[-68.59130859375,46.91667318344116],[-68.59365463256836,46.916015625],[-68.59619140625,46.91529369354248],[-68.60107421875,46.91402339935303],[-68.60595703125,46.91297149658203],[-68.60927104949951,46.912109375],[-68.61083984375,46.91167974472046],[-68.61572265625,46.91041088104248],[-68.62060546875,46.90943241119385],[-68.62548828125,46.908363819122314],[-68.62605094909668,46.908203125],[-68.63037109375,46.90703868865967],[-68.63525390625,46.905919551849365],[-68.64013671875,46.90485620498657],[-68.64214420318604,46.904296875],[-68.64501953125,46.90349864959717],[-68.64990234375,46.90228891372681],[-68.65478515625,46.90128993988037],[-68.65841865539551,46.900390625],[-68.65966796875,46.90006065368652],[-68.66455078125,46.89880657196045],[-68.66943359375,46.89780855178833],[-68.67431640625,46.896724224090576],[-68.67514610290527,46.896484375],[-68.67919921875,46.89537048339844],[-68.68408203125,46.89423656463623],[-68.68896484375,46.893179416656494],[-68.69112968444824,46.892578125],[-68.69384765625,46.891818046569824],[-68.69873046875,46.890583992004395],[-68.70361328125,46.88955879211426],[-68.70711326599121,46.888671875],[-68.70849609375,46.88830041885376],[-68.71337890625,46.88703680038452],[-68.71826171875,46.88603115081787],[-68.72314453125,46.884918212890625],[-68.72366428375244,46.884765625],[-68.72802734375,46.88356924057007],[-68.73291015625,46.88245439529419],[-68.73779296875,46.88139200210571],[-68.7397050857544,46.880859375],[-68.74267578125,46.88003969192505],[-68.74755859375,46.87885808944702],[-68.75244140625,46.877883434295654],[-68.75619411468506,46.876953125],[-68.75732421875,46.876652240753174],[-68.76220703125,46.87537145614624],[-68.76708984375,46.874359130859375],[-68.77197265625,46.87327861785889],[-68.77278327941895,46.873046875],[-68.77685546875,46.87194538116455],[-68.78173828125,46.87080478668213],[-68.78662109375,46.869696617126465],[-68.78854751586914,46.869140625],[-68.79150390625,46.868289947509766],[-68.79638671875,46.8670597076416],[-68.80126953125,46.865983963012695],[-68.80397319793701,46.865234375],[-68.80615234375,46.86461400985718],[-68.81103515625,46.86332702636719],[-68.81591796875,46.86226749420166],[-68.81949424743652,46.861328125],[-68.82080078125,46.860962867736816],[-68.82568359375,46.8596773147583],[-68.83056640625,46.85868978500366],[-68.83544921875,46.85758972167969],[-68.83602619171143,46.857421875],[-68.84033203125,46.856255531311035],[-68.84521484375,46.85519218444824],[-68.85009765625,46.85421276092529],[-68.85267734527588,46.853515625],[-68.85498046875,46.8528790473938],[-68.85986328125,46.851627349853516],[-68.86474609375,46.850618839263916],[-68.86878490447998,46.849609375],[-68.86962890625,46.84937858581543],[-68.87451171875,46.84804391860962],[-68.87939453125,46.84694957733154],[-68.88427734375,46.84573984146118],[-68.88439655303955,46.845703125],[-68.88916015625,46.8443489074707],[-68.89404296875,46.84317684173584],[-68.89892578125,46.84194231033325],[-68.8994026184082,46.841796875],[-68.90380859375,46.840553760528564],[-68.90869140625,46.839452266693115],[-68.91357421875,46.83840036392212],[-68.9154052734375,46.837890625],[-68.91845703125,46.837050437927246],[-68.92333984375,46.83587026596069],[-68.92822265625,46.83491086959839],[-68.93211364746094,46.833984375],[-68.93310546875,46.83373022079468],[-68.93798828125,46.83245897293091],[-68.94287109375,46.83139753341675],[-68.94775390625,46.830241203308105],[-68.94830703735352,46.830078125],[-68.95263671875,46.82888221740723],[-68.95751953125,46.82777547836304],[-68.96240234375,46.826725006103516],[-68.96440505981445,46.826171875],[-68.96728515625,46.82537794113159],[-68.97216796875,46.824180126190186],[-68.97705078125,46.82317924499512],[-68.98065567016602,46.822265625],[-68.98193359375,46.8219199180603],[-68.98681640625,46.82064247131348],[-68.99169921875,46.81964826583862],[-68.99658203125,46.81857919692993],[-68.9973497390747,46.818359375],[-69.00146484375,46.81724262237549],[-69.00634765625,46.816102027893066],[-69.01123046875,46.81501340866089],[-69.01321411132812,46.814453125],[-69.01611328125,46.81363773345947],[-69.02099609375,46.81241846084595],[-69.02587890625,46.81135320663452],[-69.0287971496582,46.810546875],[-69.03076171875,46.80998373031616],[-69.03564453125,46.80868625640869],[-69.04052734375,46.80764818191528],[-69.04449939727783,46.806640625],[-69.04541015625,46.806389808654785],[-69.05029296875,46.80507135391235],[-69.05517578125,46.804012298583984],[-69.06005859375,46.802834033966064],[-69.06038761138916,46.802734375],[-69.06494140625,46.80145597457886],[-69.06982421875,46.800339221954346],[-69.07470703125,46.79925489425659],[-69.07623767852783,46.798828125],[-69.07958984375,46.79792070388794],[-69.08447265625,46.79678392410278],[-69.08935546875,46.79580020904541],[-69.09271717071533,46.794921875],[-69.09423828125,46.79450178146362],[-69.09912109375,46.79320955276489],[-69.10400390625,46.79220533370972],[-69.10888671875,46.791057109832764],[-69.10902500152588,46.791015625],[-69.11376953125,46.78970241546631],[-69.11865234375,46.788580894470215],[-69.12353515625,46.78743267059326],[-69.12463665008545,46.787109375],[-69.12841796875,46.786048412323],[-69.13330078125,46.78489446640015],[-69.13818359375,46.78383159637451],[-69.1404676437378,46.783203125],[-69.14306640625,46.78248357772827],[-69.14794921875,46.78128004074097],[-69.15283203125,46.78030729293823],[-69.15695667266846,46.779296875],[-69.15771484375,46.77909517288208],[-69.16259765625,46.77778625488281],[-69.16748046875,46.776731967926025],[-69.17236328125,46.77559804916382],[-69.17307376861572,46.775390625],[-69.17724609375,46.77424669265747],[-69.18212890625,46.77315282821655],[-69.18701171875,46.77214527130127],[-69.18946266174316,46.771484375],[-69.19189453125,46.770819664001465],[-69.19677734375,46.769606590270996],[-69.20166015625,46.768630504608154],[-69.20589923858643,46.767578125],[-69.20654296875,46.76740264892578],[-69.21142578125,46.76605749130249],[-69.21630859375,46.76498079299927],[-69.22119140625,46.76381301879883],[-69.22166347503662,46.763671875],[-69.22607421875,46.76244640350342],[-69.23095703125,46.761337757110596],[-69.23583984375,46.76026391983032],[-69.2376184463501,46.759765625],[-69.24072265625,46.75890827178955],[-69.24560546875,46.757731437683105],[-69.25048828125,46.75671720504761],[-69.25372123718262,46.755859375],[-69.25537109375,46.755399227142334],[-69.26025390625,46.75409746170044],[-69.26513671875,46.75303792953491],[-69.2692518234253,46.751953125],[-69.27001953125,46.751731395721436],[-69.27490234375,46.75035381317139],[-69.27978515625,46.74926948547363],[-69.28466796875,46.74806833267212],[-69.28473949432373,46.748046875],[-69.28955078125,46.74672746658325],[-69.29443359375,46.74566078186035],[-69.29931640625,46.7445912361145],[-69.30089473724365,46.744140625],[-69.30419921875,46.74321413040161],[-69.30908203125,46.74200391769409],[-69.31396484375,46.74089241027832],[-69.31627750396729,46.740234375],[-69.31884765625,46.739495277404785],[-69.32373046875,46.73823308944702],[-69.32861328125,46.73714780807495],[-69.33159828186035,46.736328125],[-69.33349609375,46.735787868499756],[-69.33837890625,46.7345175743103],[-69.34326171875,46.73353672027588],[-69.3479871749878,46.732421875],[-69.34814453125,46.732380390167236],[-69.35302734375,46.731064319610596],[-69.35791015625,46.73001575469971],[-69.36279296875,46.728973388671875],[-69.36443328857422,46.728515625],[-69.36767578125,46.72762680053711],[-69.37255859375,46.72643756866455],[-69.37744140625,46.72536277770996],[-69.38013076782227,46.724609375],[-69.38232421875,46.7239785194397],[-69.38720703125,46.722689628601074],[-69.39208984375,46.72159385681152],[-69.39526081085205,46.720703125],[-69.39697265625,46.72019815444946],[-69.40185546875,46.71885633468628],[-69.40673828125,46.71777153015137],[-69.41037178039551,46.716796875],[-69.41162109375,46.71643877029419],[-69.41650390625,46.71511745452881],[-69.42138671875,46.714091300964355],[-69.42626953125,46.712910652160645],[-69.42633628845215,46.712890625],[-69.43115234375,46.7115592956543],[-69.43603515625,46.71048927307129],[-69.44091796875,46.70941352844238],[-69.44242000579834,46.708984375],[-69.44580078125,46.70804262161255],[-69.45068359375,46.70687532424927],[-69.45556640625,46.705846309661865],[-69.45840358734131,46.705078125],[-69.46044921875,46.70450782775879],[-69.46533203125,46.70323657989502],[-69.47021484375,46.702176570892334],[-69.47383880615234,46.701171875],[-69.47509765625,46.70079755783081],[-69.47998046875,46.699403285980225],[-69.48486328125,46.69829559326172],[-69.48863506317139,46.697265625],[-69.48974609375,46.69693851470947],[-69.49462890625,46.69558143615723],[-69.49951171875,46.69455003738403],[-69.50439453125,46.69336938858032],[-69.50442790985107,46.693359375],[-69.50927734375,46.69200897216797],[-69.51416015625,46.690916538238525],[-69.51904296875,46.68979597091675],[-69.52022552490234,46.689453125],[-69.52392578125,46.68842172622681],[-69.52880859375,46.68727731704712],[-69.53369140625,46.68621873855591],[-69.53609943389893,46.685546875],[-69.53857421875,46.68484878540039],[-69.54345703125,46.6836051940918],[-69.54833984375,46.68254613876343],[-69.55161094665527,46.681640625],[-69.55322265625,46.681169509887695],[-69.55810546875,46.679818630218506],[-69.56298828125,46.67873430252075],[-69.56676006317139,46.677734375],[-69.56787109375,46.67741775512695],[-69.57275390625,46.676085472106934],[-69.57763671875,46.67502403259277],[-69.58233833312988,46.673828125],[-69.58251953125,46.673776626586914],[-69.58740234375,46.672393798828125],[-69.59228515625,46.671302795410156],[-69.59716796875,46.67015504837036],[-69.59795475006104,46.669921875],[-69.60205078125,46.66877365112305],[-69.60693359375,46.66763353347778],[-69.61181640625,46.66654586791992],[-69.6136999130249,46.666015625],[-69.61669921875,46.66517972946167],[-69.62158203125,46.66398239135742],[-69.62646484375,46.66292190551758],[-69.62937355041504,46.662109375],[-69.63134765625,46.661537647247314],[-69.63623046875,46.66022777557373],[-69.64111328125,46.65916156768799],[-69.64474201202393,46.658203125],[-69.64599609375,46.65785074234009],[-69.65087890625,46.65654706954956],[-69.65576171875,46.65553617477417],[-69.66064453125,46.65437173843384],[-69.66088771820068,46.654296875],[-69.66552734375,46.652984619140625],[-69.67041015625,46.65183687210083],[-69.67529296875,46.65061807632446],[-69.67603206634521,46.650390625],[-69.68017578125,46.64918613433838],[-69.68505859375,46.64801740646362],[-69.68994140625,46.646859645843506],[-69.69122409820557,46.646484375],[-69.69482421875,46.64547252655029],[-69.69970703125,46.64432382583618],[-69.70458984375,46.643274784088135],[-69.70710754394531,46.642578125],[-69.70947265625,46.64191198348999],[-69.71435546875,46.6406569480896],[-69.71923828125,46.639601707458496],[-69.72264766693115,46.638671875],[-69.72412109375,46.638245582580566],[-69.72900390625,46.636911392211914],[-69.73388671875,46.63587522506714],[-69.73833084106445,46.634765625],[-69.73876953125,46.634644508361816],[-69.74365234375,46.63329792022705],[-69.74853515625,46.632224559783936],[-69.75341796875,46.63106918334961],[-69.75412368774414,46.630859375],[-69.75830078125,46.62968873977661],[-69.76318359375,46.62855243682861],[-69.76806640625,46.62743139266968],[-69.76970672607422,46.626953125],[-69.77294921875,46.626028537750244],[-69.77783203125,46.62482309341431],[-69.78271484375,46.62372922897339],[-69.78514194488525,46.623046875],[-69.78759765625,46.62234830856323],[-69.79248046875,46.621098041534424],[-69.79736328125,46.6200270652771],[-69.80055332183838,46.619140625],[-69.80224609375,46.61864757537842],[-69.80712890625,46.61732053756714],[-69.81201171875,46.61625051498413],[-69.81579303741455,46.615234375],[-69.81689453125,46.614914894104004],[-69.82177734375,46.61355400085449],[-69.82666015625,46.61247682571411],[-69.83110904693604,46.611328125],[-69.83154296875,46.61120414733887],[-69.83642578125,46.609835147857666],[-69.84130859375,46.608744621276855],[-69.84619140625,46.60753679275513],[-69.8465633392334,46.607421875],[-69.85107421875,46.606141090393066],[-69.85595703125,46.60501432418823],[-69.86083984375,46.60385799407959],[-69.86198902130127,46.603515625],[-69.86572265625,46.602452754974365],[-69.87060546875,46.601274490356445],[-69.87548828125,46.60013723373413],[-69.87730026245117,46.599609375],[-69.88037109375,46.5987286567688],[-69.88525390625,46.597514152526855],[-69.89013671875,46.59641456604004],[-69.89265441894531,46.595703125],[-69.89501953125,46.59502172470093],[-69.89990234375,46.59375619888306],[-69.90478515625,46.59267330169678],[-69.90793228149414,46.591796875],[-69.90966796875,46.59129190444946],[-69.91455078125,46.58997821807861],[-69.91943359375,46.588924407958984],[-69.92333889007568,46.587890625],[-69.92431640625,46.58761119842529],[-69.92919921875,46.586257457733154],[-69.93408203125,46.58518600463867],[-69.93876457214355,46.583984375],[-69.93896484375,46.583927631378174],[-69.94384765625,46.58253526687622],[-69.94873046875,46.58141803741455],[-69.95361328125,46.58018207550049],[-69.95394706726074,46.580078125],[-69.95849609375,46.57876777648926],[-69.96337890625,46.57762336730957],[-69.96826171875,46.5764274597168],[-69.9691104888916,46.576171875],[-69.97314453125,46.575021743774414],[-69.97802734375,46.57386827468872],[-69.98291015625,46.572731018066406],[-69.9845027923584,46.572265625],[-69.98779296875,46.57132434844971],[-69.99267578125,46.57011938095093],[-69.99755859375,46.56900072097778],[-69.99979019165039,46.568359375],[-70.00244140625,46.567593574523926],[-70.00732421875,46.566340923309326],[-70.01220703125,46.56523513793945],[-70.014967918396,46.564453125],[-70.01708984375,46.56383562088013],[-70.02197265625,46.562546730041504],[-70.02685546875,46.56146430969238],[-70.03015995025635,46.560546875],[-70.03173828125,46.56008577346802],[-70.03662109375,46.558753490448],[-70.04150390625,46.557693004608154],[-70.04548072814941,46.556640625],[-70.04638671875,46.55637979507446],[-70.05126953125,46.55501985549927],[-70.05615234375,46.553946018218994],[-70.06089210510254,46.552734375],[-70.06103515625,46.552692890167236],[-70.06591796875,46.55130624771118],[-70.07080078125,46.550199031829834],[-70.07568359375,46.54899501800537],[-70.07622718811035,46.548828125],[-70.08056640625,46.54759120941162],[-70.08544921875,46.54644727706909],[-70.09033203125,46.54527282714844],[-70.0915002822876,46.544921875],[-70.09521484375,46.54385423660278],[-70.10009765625,46.542673110961914],[-70.10498046875,46.541526794433594],[-70.10672092437744,46.541015625],[-70.10986328125,46.54010772705078],[-70.11474609375,46.53888416290283],[-70.11962890625,46.5377459526062],[-70.12182235717773,46.537109375],[-70.12451171875,46.53632593154907],[-70.12939453125,46.53507089614868],[-70.13427734375,46.53395128250122],[-70.13689517974854,46.533203125],[-70.13916015625,46.53254175186157],[-70.14404296875,46.53125858306885],[-70.14892578125,46.53015613555908],[-70.15196800231934,46.529296875],[-70.15380859375,46.52875518798828],[-70.15869140625,46.52743196487427],[-70.16357421875,46.52633094787598],[-70.16693115234375,46.525390625],[-70.16845703125,46.5249400138855],[-70.17333984375,46.523597240448],[-70.17822265625,46.522522926330566],[-70.18208026885986,46.521484375],[-70.18310546875,46.521185874938965],[-70.18798828125,46.51982355117798],[-70.19287109375,46.5187406539917],[-70.1972770690918,46.517578125],[-70.19775390625,46.51743984222412],[-70.20263671875,46.516051292419434],[-70.20751953125,46.51494789123535],[-70.21240234375,46.51367998123169],[-70.21242618560791,46.513671875],[-70.21728515625,46.51226568222046],[-70.22216796875,46.511133670806885],[-70.22705078125,46.509873390197754],[-70.22738933563232,46.509765625],[-70.23193359375,46.5084285736084],[-70.23681640625,46.5072455406189],[-70.24169921875,46.50594711303711],[-70.24197578430176,46.505859375],[-70.24658203125,46.50451993942261],[-70.25146484375,46.50340223312378],[-70.25634765625,46.502233028411865],[-70.25728225708008,46.501953125],[-70.26123046875,46.50082731246948],[-70.27099609375,46.49848413467407],[-70.27245998382568,46.498046875],[-70.27587890625,46.497056007385254],[-70.28076171875,46.495845317840576],[-70.28564453125,46.49467754364014],[-70.28745651245117,46.494140625],[-70.29052734375,46.49324369430542],[-70.29541015625,46.492013931274414],[-70.30029296875,46.49086570739746],[-70.30245304107666,46.490234375],[-70.30517578125,46.48943758010864],[-70.31005859375,46.48818635940552],[-70.31494140625,46.487059593200684],[-70.31747341156006,46.486328125],[-70.31982421875,46.48563766479492],[-70.32470703125,46.48435306549072],[-70.32958984375,46.48323583602905],[-70.3324556350708,46.482421875],[-70.33447265625,46.481828689575195],[-70.33935546875,46.480520248413086],[-70.34423828125,46.47940111160278],[-70.3473424911499,46.478515625],[-70.34912109375,46.477986335754395],[-70.35400390625,46.476659297943115],[-70.35888671875,46.47556209564209],[-70.36228656768799,46.474609375],[-70.36376953125,46.47416925430298],[-70.36865234375,46.47280979156494],[-70.37353515625,46.47169542312622],[-70.37704467773438,46.470703125],[-70.37841796875,46.47028923034668],[-70.38330078125,46.46890640258789],[-70.38818359375,46.467782497406006],[-70.39166927337646,46.466796875],[-70.39306640625,46.46637535095215],[-70.39794921875,46.464993476867676],[-70.40283203125,46.46387052536011],[-70.40632724761963,46.462890625],[-70.40771484375,46.46247720718384],[-70.41259765625,46.4611234664917],[-70.41748046875,46.46005201339722],[-70.42149066925049,46.458984375],[-70.42236328125,46.45873165130615],[-70.42724609375,46.45737028121948],[-70.43212890625,46.45629692077637],[-70.43686389923096,46.455078125],[-70.43701171875,46.45503568649292],[-70.44189453125,46.45363426208496],[-70.44677734375,46.452502727508545],[-70.45166015625,46.45124626159668],[-70.4518985748291,46.451171875],[-70.45654296875,46.44985055923462],[-70.46142578125,46.44874382019043],[-70.46630859375,46.447587966918945],[-70.46738147735596,46.447265625],[-70.47119140625,46.446170806884766],[-70.47607421875,46.4449577331543],[-70.48095703125,46.44371032714844],[-70.48208236694336,46.443359375],[-70.48583984375,46.44223880767822],[-70.49072265625,46.44102907180786],[-70.49560546875,46.43982553482056],[-70.49684524536133,46.439453125],[-70.50048828125,46.43839979171753],[-70.50537109375,46.437201499938965],[-70.51025390625,46.436023235321045],[-70.51185131072998,46.435546875],[-70.51513671875,46.434589862823486],[-70.52001953125,46.43336772918701],[-70.52490234375,46.43220329284668],[-70.5268144607544,46.431640625],[-70.52978515625,46.4307746887207],[-70.53466796875,46.4295449256897],[-70.53955078125,46.42842197418213],[-70.54195404052734,46.427734375],[-70.54443359375,46.42701578140259],[-70.54931640625,46.425761699676514],[-70.55419921875,46.4246768951416],[-70.55722713470459,46.423828125],[-70.55908203125,46.42328643798828],[-70.56396484375,46.421969413757324],[-70.56884765625,46.420870304107666],[-70.5722188949585,46.419921875],[-70.57373046875,46.419472217559814],[-70.57861328125,46.418099880218506],[-70.58349609375,46.41692543029785],[-70.58655261993408,46.416015625],[-70.58837890625,46.415446758270264],[-70.59326171875,46.41406536102295],[-70.59814453125,46.412880420684814],[-70.60084342956543,46.412109375],[-70.60302734375,46.411473751068115],[-70.60791015625,46.410250663757324],[-70.61279296875,46.4092435836792],[-70.61667442321777,46.408203125],[-70.61767578125,46.407912731170654],[-70.62255859375,46.40652799606323],[-70.62744140625,46.4054069519043],[-70.63148498535156,46.404296875],[-70.63232421875,46.40404748916626],[-70.63720703125,46.40269184112549],[-70.64208984375,46.40164661407471],[-70.64697265625,46.40040969848633],[-70.64702987670898,46.400390625],[-70.65185546875,46.398983001708984],[-70.65673828125,46.39780616760254],[-70.6614637374878,46.396484375],[-70.66162109375,46.39643573760986],[-70.66650390625,46.39497137069702],[-70.67138671875,46.39382028579712],[-70.67602157592773,46.392578125],[-70.67626953125,46.39250421524048],[-70.68115234375,46.391111850738525],[-70.68603515625,46.39000654220581],[-70.69091796875,46.38872814178467],[-70.69108963012695,46.388671875],[-70.69580078125,46.38728046417236],[-70.70068359375,46.38611888885498],[-70.70556640625,46.38481283187866],[-70.70571422576904,46.384765625],[-70.71044921875,46.38338375091553],[-70.71533203125,46.38226509094238],[-70.72021484375,46.381041526794434],[-70.72080135345459,46.380859375],[-70.72509765625,46.37961435317993],[-70.72998046875,46.378446102142334],[-70.73486328125,46.37719440460205],[-70.7356309890747,46.376953125],[-70.73974609375,46.375744342803955],[-70.74462890625,46.37456941604614],[-70.74951171875,46.37333583831787],[-70.7504415512085,46.373046875],[-70.75439453125,46.37188673019409],[-70.75927734375,46.37070322036743],[-70.76416015625,46.36947774887085],[-70.7652473449707,46.369140625],[-70.76904296875,46.368019580841064],[-70.77392578125,46.36680889129639],[-70.77880859375,46.365561962127686],[-70.77986240386963,46.365234375],[-70.78369140625,46.364107608795166],[-70.78857421875,46.362916469573975],[-70.79345703125,46.36169481277466],[-70.79464912414551,46.361328125],[-70.79833984375,46.36024618148804],[-70.80322265625,46.35905456542969],[-70.80810546875,46.357850074768066],[-70.80950260162354,46.357421875],[-70.81298828125,46.356390953063965],[-70.81787109375,46.35516977310181],[-70.82275390625,46.35394620895386],[-70.82415103912354,46.353515625],[-70.82763671875,46.35248136520386],[-70.83251953125,46.35126829147339],[-70.83740234375,46.35007667541504],[-70.83895206451416,46.349609375],[-70.84228515625,46.348631858825684],[-70.84716796875,46.34739875793457],[-70.85205078125,46.34619092941284],[-70.85367202758789,46.345703125],[-70.85693359375,46.34474849700928],[-70.86181640625,46.34355068206787],[-70.86669921875,46.34242010116577],[-70.86882591247559,46.341796875],[-70.87158203125,46.340989112854004],[-70.87646484375,46.33971166610718],[-70.88134765625,46.33851671218872],[-70.8834457397461,46.337890625],[-70.88623046875,46.337064266204834],[-70.89111328125,46.335819244384766],[-70.89599609375,46.33470106124878],[-70.8985185623169,46.333984375],[-70.90087890625,46.33330535888672],[-70.90576171875,46.33205318450928],[-70.91064453125,46.33095407485962],[-70.91368675231934,46.330078125],[-70.91552734375,46.32952260971069],[-70.92041015625,46.32814645767212],[-70.92529296875,46.3269157409668],[-70.92771530151367,46.326171875],[-70.93017578125,46.32540512084961],[-70.93505859375,46.32404804229736],[-70.93994140625,46.32275867462158],[-70.94151973724365,46.322265625],[-70.94482421875,46.321261405944824],[-70.94970703125,46.320006370544434],[-70.95458984375,46.318745136260986],[-70.95582962036133,46.318359375],[-70.95947265625,46.317272663116455],[-70.96435546875,46.3160605430603],[-70.96923828125,46.314823627471924],[-70.97042560577393,46.314453125],[-70.97412109375,46.313350200653076],[-70.97900390625,46.312100887298584],[-70.98388671875,46.31076526641846],[-70.98455429077148,46.310546875],[-70.98876953125,46.309261322021484],[-70.99365234375,46.308037757873535],[-70.99853515625,46.30665445327759],[-70.99857807159424,46.306640625],[-71.00341796875,46.305166244506836],[-71.00830078125,46.30395793914795],[-71.01245403289795,46.302734375],[-71.01318359375,46.3025016784668],[-71.01806640625,46.30104875564575],[-71.02294921875,46.2998948097229],[-71.02665424346924,46.298828125],[-71.02783203125,46.29846477508545],[-71.03271484375,46.297062397003174],[-71.03759765625,46.29591131210327],[-71.04101657867432,46.294921875],[-71.04248046875,46.294471740722656],[-71.04736328125,46.2930965423584],[-71.05224609375,46.29194450378418],[-71.05543613433838,46.291015625],[-71.05712890625,46.29049873352051],[-71.06201171875,46.289146900177],[-71.06689453125,46.28800582885742],[-71.06997966766357,46.287109375],[-71.07177734375,46.28656196594238],[-71.07666015625,46.2851824760437],[-71.08154296875,46.28395128250122],[-71.08398914337158,46.283203125],[-71.08642578125,46.28244590759277],[-71.09130859375,46.28111171722412],[-71.09619140625,46.279879570007324],[-71.09813213348389,46.279296875],[-71.10107421875,46.27842426300049],[-71.10595703125,46.27718162536621],[-71.11083984375,46.27598571777344],[-71.11280918121338,46.275390625],[-71.11572265625,46.274518966674805],[-71.12060546875,46.273290157318115],[-71.12548828125,46.272156715393066],[-71.12781047821045,46.271484375],[-71.13037109375,46.27073955535889],[-71.13525390625,46.26952362060547],[-71.14013671875,46.268470764160156],[-71.14334106445312,46.267578125],[-71.14501953125,46.26708698272705],[-71.14990234375,46.26575756072998],[-71.15478515625,46.2646279335022],[-71.15805625915527,46.263671875],[-71.15966796875,46.2631721496582],[-71.16455078125,46.26174831390381],[-71.16943359375,46.26050424575806],[-71.17189884185791,46.259765625],[-71.17431640625,46.25903558731079],[-71.17919921875,46.25776720046997],[-71.18408203125,46.25663232803345],[-71.18673324584961,46.255859375],[-71.18896484375,46.25519275665283],[-71.19384765625,46.25389766693115],[-71.19873046875,46.25275373458862],[-71.20148181915283,46.251953125],[-71.20361328125,46.25131559371948],[-71.20849609375,46.25001525878906],[-71.21337890625,46.24888277053833],[-71.21627807617188,46.248046875],[-71.21826171875,46.247456073760986],[-71.22314453125,46.246155738830566],[-71.22802734375,46.24505615234375],[-71.23126983642578,46.244140625],[-71.23291015625,46.243653297424316],[-71.23779296875,46.24229621887207],[-71.24267578125,46.241122245788574],[-71.24566555023193,46.240234375],[-71.24755859375,46.23964738845825],[-71.25244140625,46.2382698059082],[-71.25732421875,46.23704767227173],[-71.25968933105469,46.236328125],[-71.26220703125,46.2355523109436],[-71.26708984375,46.23418617248535],[-71.27197265625,46.232825756073],[-71.27319812774658,46.232421875],[-71.27685546875,46.231266021728516],[-71.28173828125,46.22997236251831],[-71.28662109375,46.22858381271362],[-71.28683090209961,46.228515625],[-71.29150390625,46.22713565826416],[-71.29638671875,46.226017475128174],[-71.30126953125,46.22478246688843],[-71.30181789398193,46.224609375],[-71.30615234375,46.22333765029907],[-71.31103515625,46.222148418426514],[-71.31591796875,46.2208456993103],[-71.31636142730713,46.220703125],[-71.32080078125,46.219388484954834],[-71.32568359375,46.21820592880249],[-71.33056640625,46.216881275177],[-71.33082389831543,46.216796875],[-71.33544921875,46.21541786193848],[-71.34033203125,46.21424722671509],[-71.34521484375,46.21293306350708],[-71.3453483581543,46.212890625],[-71.35009765625,46.2115044593811],[-71.35498046875,46.210362911224365],[-71.35986328125,46.20906209945679],[-71.3601016998291,46.208984375],[-71.36474609375,46.20760679244995],[-71.36962890625,46.206417083740234],[-71.37429237365723,46.205078125],[-71.37451171875,46.205008029937744],[-71.37939453125,46.20351696014404],[-71.38427734375,46.202332496643066],[-71.38830184936523,46.201171875],[-71.38916015625,46.20090341567993],[-71.39404296875,46.199437618255615],[-71.39892578125,46.19817876815796],[-71.40186309814453,46.197265625],[-71.40380859375,46.19663667678833],[-71.40869140625,46.195241928100586],[-71.41357421875,46.19398736953735],[-71.4156436920166,46.193359375],[-71.41845703125,46.19251537322998],[-71.42333984375,46.19128465652466],[-71.42822265625,46.190144538879395],[-71.4305830001831,46.189453125],[-71.43310546875,46.188708782196045],[-71.43798828125,46.18745470046997],[-71.44287109375,46.1863317489624],[-71.44558906555176,46.185546875],[-71.44775390625,46.18490743637085],[-71.45263671875,46.1836314201355],[-71.45751953125,46.18252897262573],[-71.46060943603516,46.181640625],[-71.46240234375,46.1810998916626],[-71.46728515625,46.17970561981201],[-71.47216796875,46.178425788879395],[-71.47436618804932,46.177734375],[-71.47705078125,46.17688798904419],[-71.48193359375,46.17554426193237],[-71.48681640625,46.17418956756592],[-71.48792266845703,46.173828125],[-71.49169921875,46.17265605926514],[-71.49658203125,46.17142152786255],[-71.50146484375,46.17009973526001],[-71.50201797485352,46.169921875],[-71.50634765625,46.16863536834717],[-71.51123046875,46.16747236251831],[-71.51611328125,46.16619539260864],[-71.51667594909668,46.166015625],[-71.52099609375,46.16472911834717],[-71.52587890625,46.163536071777344],[-71.53076171875,46.16222143173218],[-71.53110980987549,46.162109375],[-71.53564453125,46.160765171051025],[-71.54052734375,46.15959453582764],[-71.54541015625,46.158284187316895],[-71.54566287994385,46.158203125],[-71.55029296875,46.156827449798584],[-71.55517578125,46.15565061569214],[-71.56005859375,46.15434217453003],[-71.56020164489746,46.154296875],[-71.56494140625,46.152925968170166],[-71.56982421875,46.15177774429321],[-71.57470703125,46.15045690536499],[-71.57490730285645,46.150390625],[-71.57958984375,46.14899206161499],[-71.58447265625,46.14780378341675],[-71.58908367156982,46.146484375],[-71.58935546875,46.14639854431152],[-71.59423828125,46.14491653442383],[-71.59912109375,46.143696784973145],[-71.6028356552124,46.142578125],[-71.60400390625,46.14220142364502],[-71.60888671875,46.14076232910156],[-71.61376953125,46.13955879211426],[-71.61674976348877,46.138671875],[-71.61865234375,46.13808298110962],[-71.62353515625,46.13672161102295],[-71.62841796875,46.13548755645752],[-71.6307544708252,46.134765625],[-71.63330078125,46.13396978378296],[-71.63818359375,46.1326265335083],[-71.64306640625,46.13130855560303],[-71.64445400238037,46.130859375],[-71.64794921875,46.1297721862793],[-71.65283203125,46.12848424911499],[-71.65771484375,46.127073764801025],[-71.65806770324707,46.126953125],[-71.66259765625,46.12552547454834],[-71.66748046875,46.124267578125],[-71.67157173156738,46.123046875],[-71.67236328125,46.12279272079468],[-71.67724609375,46.121371269226074],[-71.68212890625,46.12024116516113],[-71.68596744537354,46.119140625],[-71.68701171875,46.118815898895264],[-71.69189453125,46.117398262023926],[-71.69677734375,46.116249561309814],[-71.70032501220703,46.115234375],[-71.70166015625,46.114827156066895],[-71.70654296875,46.11346960067749],[-71.71142578125,46.11236047744751],[-71.71504020690918,46.111328125],[-71.71630859375,46.110939025878906],[-71.72119140625,46.10952854156494],[-71.72607421875,46.10835790634155],[-71.72929286956787,46.107421875],[-71.73095703125,46.106914043426514],[-71.73583984375,46.1055474281311],[-71.74072265625,46.104371070861816],[-71.74362659454346,46.103515625],[-71.74560546875,46.102911949157715],[-71.75048828125,46.101577281951904],[-71.75537109375,46.10041046142578],[-71.75809860229492,46.099609375],[-71.76025390625,46.098960399627686],[-71.76513671875,46.097641944885254],[-71.77001953125,46.096434116363525],[-71.77237510681152,46.095703125],[-71.77490234375,46.09490489959717],[-71.77978515625,46.09349870681763],[-71.78466796875,46.09209632873535],[-71.78557872772217,46.091796875],[-71.78955078125,46.090572357177734],[-71.79443359375,46.089343547821045],[-71.79931640625,46.08800506591797],[-71.79966926574707,46.087890625],[-71.80419921875,46.08654069900513],[-71.80908203125,46.08535957336426],[-71.81396484375,46.084012031555176],[-71.8140459060669,46.083984375],[-71.81884765625,46.082547664642334],[-71.82373046875,46.08135509490967],[-71.82816505432129,46.080078125],[-71.82861328125,46.0799355506897],[-71.83349609375,46.07847785949707],[-71.83837890625,46.07730197906494],[-71.84225082397461,46.076171875],[-71.84326171875,46.07585430145264],[-71.84814453125,46.07443428039551],[-71.85302734375,46.07328748703003],[-71.85656547546387,46.072265625],[-71.85791015625,46.071850299835205],[-71.86279296875,46.07043981552124],[-71.86767578125,46.069218158721924],[-71.87047958374023,46.068359375],[-71.87255859375,46.06770038604736],[-71.87744140625,46.0663104057312],[-71.88232421875,46.0650200843811],[-71.88414096832275,46.064453125],[-71.88720703125,46.06351375579834],[-71.89208984375,46.06224966049194],[-71.89697265625,46.06102132797241],[-71.89852237701416,46.060546875],[-71.90185546875,46.059555530548096],[-71.90673828125,46.05831003189087],[-71.91162109375,46.05704641342163],[-71.91290855407715,46.056640625],[-71.91650390625,46.05555248260498],[-71.92138671875,46.054293632507324],[-71.92626953125,46.05293941497803],[-71.92688941955566,46.052734375],[-71.93115234375,46.05142784118652],[-71.93603515625,46.05019474029541],[-71.9407320022583,46.048828125],[-71.94091796875,46.048768043518066],[-71.94580078125,46.04728698730469],[-71.95068359375,46.0460901260376],[-71.95463180541992,46.044921875],[-71.95556640625,46.04462194442749],[-71.96044921875,46.04317283630371],[-71.96533203125,46.04198122024536],[-71.96858882904053,46.041015625],[-71.97021484375,46.040507316589355],[-71.97509765625,46.03911781311035],[-71.97998046875,46.03789710998535],[-71.98256969451904,46.037109375],[-71.98486328125,46.03639888763428],[-71.98974609375,46.0350604057312],[-71.99462890625,46.03380632400513],[-71.9965648651123,46.033203125],[-71.99951171875,46.032297134399414],[-72.00439453125,46.03100109100342],[-72.00927734375,46.02969741821289],[-72.01052188873291,46.029296875],[-72.01416015625,46.02817964553833],[-72.01904296875,46.02691125869751],[-72.02392578125,46.02553033828735],[-72.02434539794922,46.025390625],[-72.02880859375,46.024019718170166],[-72.03369140625,46.022785663604736],[-72.03807830810547,46.021484375],[-72.03857421875,46.02132320404053],[-72.04345703125,46.019845485687256],[-72.04833984375,46.018649101257324],[-72.05195426940918,46.017578125],[-72.05322265625,46.01717662811279],[-72.05810546875,46.015761852264404],[-72.06298828125,46.01455783843994],[-72.0659351348877,46.013671875],[-72.06787109375,46.013068199157715],[-72.07275390625,46.011699199676514],[-72.07763671875,46.010448932647705],[-72.0798397064209,46.009765625],[-72.08251953125,46.0089316368103],[-72.08740234375,46.007609367370605],[-72.09228515625,46.006300926208496],[-72.09365844726562,46.005859375],[-72.09716796875,46.00477409362793],[-72.10205078125,46.00349950790405],[-72.10693359375,46.00212335586548],[-72.10744380950928,46.001953125],[-72.11181640625,46.00060415267944],[-72.11669921875,45.99936389923096],[-72.12113857269287,45.998046875],[-72.12158203125,45.99790143966675],[-72.12646484375,45.99641752243042],[-72.13134765625,45.9952130317688],[-72.13495254516602,45.994140625],[-72.13623046875,45.99373531341553],[-72.14111328125,45.992313385009766],[-72.14599609375,45.99109649658203],[-72.14884281158447,45.990234375],[-72.15087890625,45.9895977973938],[-72.15576171875,45.988234519958496],[-72.16064453125,45.98697280883789],[-72.16270446777344,45.986328125],[-72.16552734375,45.98544883728027],[-72.17041015625,45.98412799835205],[-72.17529296875,45.9827938079834],[-72.17643737792969,45.982421875],[-72.18017578125,45.9812650680542],[-72.18505859375,45.97999715805054],[-72.18994140625,45.97858905792236],[-72.19016075134277,45.978515625],[-72.19482421875,45.977078914642334],[-72.19970703125,45.97584581375122],[-72.20380783081055,45.974609375],[-72.20458984375,45.974353313446045],[-72.20947265625,45.97288656234741],[-72.21435546875,45.97169542312622],[-72.21770286560059,45.970703125],[-72.21923828125,45.97022199630737],[-72.22412109375,45.96881914138794],[-72.22900390625,45.967581272125244],[-72.23155498504639,45.966796875],[-72.23388671875,45.96606779098511],[-72.23876953125,45.96471691131592],[-72.24365234375,45.96341609954834],[-72.24529266357422,45.962890625],[-72.24853515625,45.96187782287598],[-72.25341796875,45.96057462692261],[-72.25830078125,45.959190368652344],[-72.25891590118408,45.958984375],[-72.26318359375,45.95766353607178],[-72.26806640625,45.956411838531494],[-72.27252960205078,45.955078125],[-72.27294921875,45.954941272735596],[-72.27783203125,45.953453540802],[-72.28271484375,45.95224189758301],[-72.28628158569336,45.951171875],[-72.28759765625,45.95075225830078],[-72.29248046875,45.949321269989014],[-72.29736328125,45.948076248168945],[-72.29999542236328,45.947265625],[-72.30224609375,45.94655799865723],[-72.30712890625,45.9452018737793],[-72.31201171875,45.94391107559204],[-72.31374740600586,45.943359375],[-72.31689453125,45.94237995147705],[-72.32177734375,45.941073417663574],[-72.32666015625,45.939698219299316],[-72.32739448547363,45.939453125],[-72.33154296875,45.93816375732422],[-72.33642578125,45.936898708343506],[-72.34093189239502,45.935546875],[-72.34130859375,45.93542194366455],[-72.34619140625,45.93392753601074],[-72.35107421875,45.93271541595459],[-72.35466957092285,45.931640625],[-72.35595703125,45.931230545043945],[-72.36083984375,45.929805278778076],[-72.36572265625,45.928574085235596],[-72.36846446990967,45.927734375],[-72.37060546875,45.9270601272583],[-72.37548828125,45.92569065093994],[-72.38037109375,45.92438983917236],[-72.38212585449219,45.923828125],[-72.38525390625,45.92284631729126],[-72.39013671875,45.92153024673462],[-72.39501953125,45.92014169692993],[-72.39567756652832,45.919921875],[-72.39990234375,45.918606758117676],[-72.40478515625,45.91734170913696],[-72.4091625213623,45.916015625],[-72.40966796875,45.91584825515747],[-72.41455078125,45.914355754852295],[-72.41943359375,45.913140296936035],[-72.42286682128906,45.912109375],[-72.42431640625,45.91164827346802],[-72.42919921875,45.910232067108154],[-72.43408203125,45.90898513793945],[-72.43660926818848,45.908203125],[-72.43896484375,45.90746259689331],[-72.44384765625,45.906105518341064],[-72.44873046875,45.904786586761475],[-72.4502420425415,45.904296875],[-72.45361328125,45.90324115753174],[-72.45849609375,45.90193510055542],[-72.46337890625,45.90051460266113],[-72.46374130249023,45.900390625],[-72.46826171875,45.898980140686035],[-72.47314453125,45.89771747589111],[-72.47716903686523,45.896484375],[-72.47802734375,45.89620018005371],[-72.48291015625,45.89473247528076],[-72.48779296875,45.89352226257324],[-72.49093055725098,45.892578125],[-72.49267578125,45.892027854919434],[-72.49755859375,45.890629291534424],[-72.50244140625,45.889347553253174],[-72.50457763671875,45.888671875],[-72.50732421875,45.88780498504639],[-72.51220703125,45.88646411895752],[-72.51708984375,45.88509654998779],[-72.51808643341064,45.884765625],[-72.52197265625,45.883548736572266],[-72.52685546875,45.882264137268066],[-72.5314998626709,45.880859375],[-72.53173828125,45.88078022003174],[-72.53662109375,45.87926244735718],[-72.54150390625,45.878023624420166],[-72.54502773284912,45.876953125],[-72.54638671875,45.876513957977295],[-72.55126953125,45.87508296966553],[-72.55615234375,45.87382173538208],[-72.55863666534424,45.873046875],[-72.56103515625,45.87228727340698],[-72.56591796875,45.87092685699463],[-72.57080078125,45.86958980560303],[-72.57217407226562,45.869140625],[-72.57568359375,45.86803865432739],[-72.58056640625,45.86673450469971],[-72.58544921875,45.865291595458984],[-72.58561611175537,45.865234375],[-72.59033203125,45.86376428604126],[-72.59521484375,45.86250686645508],[-72.59904861450195,45.861328125],[-72.60009765625,45.86098289489746],[-72.60498046875,45.85951900482178],[-72.60986328125,45.85827350616455],[-72.61263370513916,45.857421875],[-72.61474609375,45.856751918792725],[-72.61962890625,45.8553729057312],[-72.62451171875,45.854055404663086],[-72.6261854171753,45.853515625],[-72.62939453125,45.85250377655029],[-72.63427734375,45.851187229156494],[-72.63916015625,45.84977388381958],[-72.63964653015137,45.849609375],[-72.64404296875,45.84823274612427],[-72.64892578125,45.846959590911865],[-72.65300273895264,45.845703125],[-72.65380859375,45.84543418884277],[-72.65869140625,45.84395456314087],[-72.66357421875,45.842726707458496],[-72.66663074493408,45.841796875],[-72.66845703125,45.84121561050415],[-72.67333984375,45.839816093444824],[-72.67822265625,45.838515281677246],[-72.68017292022705,45.837890625],[-72.68310546875,45.83696222305298],[-72.68798828125,45.83562231063843],[-72.69287109375,45.83421230316162],[-72.69354343414307,45.833984375],[-72.69775390625,45.83265829086304],[-72.70263671875,45.83137369155884],[-72.70681381225586,45.830078125],[-72.70751953125,45.82984113693237],[-72.71240234375,45.82834434509277],[-72.71728515625,45.827112674713135],[-72.72037506103516,45.826171875],[-72.72216796875,45.82560062408447],[-72.72705078125,45.824198722839355],[-72.73193359375,45.822898864746094],[-72.73391246795654,45.822265625],[-72.73681640625,45.82134532928467],[-72.74169921875,45.820003509521484],[-72.74658203125,45.81859874725342],[-72.74729251861572,45.818359375],[-72.75146484375,45.81704616546631],[-72.75634765625,45.81575632095337],[-72.76053428649902,45.814453125],[-72.76123046875,45.814218521118164],[-72.76611328125,45.81271457672119],[-72.77099609375,45.811476707458496],[-72.7740478515625,45.810546875],[-72.77587890625,45.80996370315552],[-72.78076171875,45.8085675239563],[-72.78564453125,45.80727434158325],[-72.7876329421997,45.806640625],[-72.79052734375,45.80572700500488],[-72.79541015625,45.80438995361328],[-72.80029296875,45.802995681762695],[-72.80107021331787,45.802734375],[-72.80517578125,45.80144453048706],[-72.81005859375,45.800148487091064],[-72.81428337097168,45.798828125],[-72.81494140625,45.79860544204712],[-72.81982421875,45.797099113464355],[-72.82470703125,45.79585933685303],[-72.82776832580566,45.794921875],[-72.82958984375,45.794339179992676],[-72.83447265625,45.79293394088745],[-72.83935546875,45.79162549972534],[-72.84125328063965,45.791015625],[-72.84423828125,45.79007053375244],[-72.84912109375,45.78872871398926],[-72.85400390625,45.78730058670044],[-72.8545618057251,45.787109375],[-72.85888671875,45.78574085235596],[-72.86376953125,45.784449100494385],[-72.86777019500732,45.783203125],[-72.86865234375,45.7829065322876],[-72.87353515625,45.781424045562744],[-72.87841796875,45.780168533325195],[-72.88121700286865,45.779296875],[-72.88330078125,45.77862787246704],[-72.88818359375,45.77722501754761],[-72.89306640625,45.77586889266968],[-72.89452075958252,45.775390625],[-72.89794921875,45.77430438995361],[-72.90283203125,45.77298164367676],[-72.90771484375,45.77150058746338],[-72.90776252746582,45.771484375],[-72.91259765625,45.76995515823364],[-72.91748046875,45.768686294555664],[-72.92105674743652,45.767578125],[-72.92236328125,45.76714897155762],[-72.92724609375,45.76569890975952],[-72.93212890625,45.76441049575806],[-72.93445587158203,45.763671875],[-72.93701171875,45.76285409927368],[-72.94189453125,45.76148271560669],[-72.94677734375,45.76008415222168],[-72.94772148132324,45.759765625],[-72.95166015625,45.758516788482666],[-72.95654296875,45.757203102111816],[-72.96080589294434,45.755859375],[-72.96142578125,45.75564670562744],[-72.96630859375,45.754125118255615],[-72.97119140625,45.75287199020386],[-72.97417640686035,45.751953125],[-72.97607421875,45.75134515762329],[-72.98095703125,45.749939918518066],[-72.98583984375,45.74860668182373],[-72.98755645751953,45.748046875],[-72.99072265625,45.74703502655029],[-72.99560546875,45.74568843841553],[-73.00048828125,45.74421262741089],[-73.00069332122803,45.744140625],[-73.00537109375,45.74266242980957],[-73.01025390625,45.74138164520264],[-73.01392078399658,45.740234375],[-73.01513671875,45.73982906341553],[-73.02001953125,45.738362312316895],[-73.02490234375,45.73707056045532],[-73.02724361419678,45.736328125],[-73.02978515625,45.73551559448242],[-73.03466796875,45.734142780303955],[-73.03955078125,45.732741832733154],[-73.04049968719482,45.732421875],[-73.04443359375,45.73117017745972],[-73.04931640625,45.72984600067139],[-73.0535078048706,45.728515625],[-73.05419921875,45.72827863693237],[-73.05908203125,45.72676181793213],[-73.06396484375,45.72549295425415],[-73.06679725646973,45.724609375],[-73.06884765625,45.723947525024414],[-73.07373046875,45.72254180908203],[-73.07861328125,45.72117805480957],[-73.08004856109619,45.720703125],[-73.08349609375,45.71960210800171],[-73.08837890625,45.71825981140137],[-73.09305191040039,45.716796875],[-73.09326171875,45.71672487258911],[-73.09814453125,45.71517515182495],[-73.10302734375,45.71390724182129],[-73.10630798339844,45.712890625],[-73.10791015625,45.71236801147461],[-73.11279296875,45.71093797683716],[-73.11767578125,45.70961856842041],[-73.11963558197021,45.708984375],[-73.12255859375,45.70804738998413],[-73.12744140625,45.706682205200195],[-73.13232421875,45.70521926879883],[-73.13272953033447,45.705078125],[-73.13720703125,45.703654766082764],[-73.14208984375,45.70235776901245],[-73.1458568572998,45.701171875],[-73.14697265625,45.70079708099365],[-73.15185546875,45.69931650161743],[-73.15673828125,45.69801664352417],[-73.1590986251831,45.697265625],[-73.16162109375,45.69645690917969],[-73.16650390625,45.695083141326904],[-73.17138671875,45.693684577941895],[-73.17234992980957,45.693359375],[-73.17626953125,45.69211530685425],[-73.18115234375,45.69079256057739],[-73.1853723526001,45.689453125],[-73.18603515625,45.68922424316406],[-73.19091796875,45.68770170211792],[-73.19580078125,45.68643379211426],[-73.19864273071289,45.685546875],[-73.20068359375,45.68488883972168],[-73.20556640625,45.683473110198975],[-73.21044921875,45.68208885192871],[-73.21178913116455,45.681640625],[-73.21533203125,45.680500984191895],[-73.22021484375,45.679152488708496],[-73.22468280792236,45.677734375],[-73.22509765625,45.67759037017822],[-73.22998046875,45.67604684829712],[-73.23486328125,45.674766540527344],[-73.23784351348877,45.673828125],[-73.23974609375,45.67320394515991],[-73.24462890625,45.671764850616455],[-73.24951171875,45.67037105560303],[-73.25085163116455,45.669921875],[-73.25439453125,45.66878128051758],[-73.25927734375,45.66742753982544],[-73.2636833190918,45.666015625],[-73.26416015625,45.66584825515747],[-73.26904296875,45.66430187225342],[-73.27392578125,45.663031578063965],[-73.27688694000244,45.662109375],[-73.27880859375,45.6614875793457],[-73.28369140625,45.66007041931152],[-73.28857421875,45.65870523452759],[-73.2900857925415,45.658203125],[-73.29345703125,45.65711784362793],[-73.29833984375,45.65575361251831],[-73.30291748046875,45.654296875],[-73.30322265625,45.65419054031372],[-73.30810546875,45.65263748168945],[-73.31298828125,45.65135955810547],[-73.31608772277832,45.650390625],[-73.31787109375,45.64980745315552],[-73.32275390625,45.64837598800659],[-73.32763671875,45.64700937271118],[-73.32921504974365,45.646484375],[-73.33251953125,45.64541673660278],[-73.33740234375,45.64404821395874],[-73.34202766418457,45.642578125],[-73.34228515625,45.64248847961426],[-73.34716796875,45.64093065261841],[-73.35205078125,45.639644145965576],[-73.3551549911499,45.638671875],[-73.35693359375,45.63809061050415],[-73.36181640625,45.636674880981445],[-73.36669921875,45.63533878326416],[-73.36844444274902,45.634765625],[-73.37158203125,45.63375520706177],[-73.37646484375,45.63239049911499],[-73.38134765625,45.630876541137695],[-73.38139533996582,45.630859375],[-73.38623046875,45.62931203842163],[-73.39111328125,45.628013610839844],[-73.39446067810059,45.626953125],[-73.39599609375,45.62644147872925],[-73.40087890625,45.62498474121094],[-73.40576171875,45.6236310005188],[-73.40753555297852,45.623046875],[-73.41064453125,45.622042179107666],[-73.41552734375,45.620670795440674],[-73.42041015625,45.61914253234863],[-73.42041492462158,45.619140625],[-73.42529296875,45.61757564544678],[-73.43017578125,45.61628341674805],[-73.43350887298584,45.615234375],[-73.43505859375,45.61472034454346],[-73.43994140625,45.61326837539673],[-73.44482421875,45.61191177368164],[-73.44659328460693,45.611328125],[-73.44970703125,45.610318660736084],[-73.45458984375,45.6089391708374],[-73.45938205718994,45.607421875],[-73.45947265625,45.60739088058472],[-73.46435546875,45.605820655822754],[-73.46923828125,45.60452699661255],[-73.47244262695312,45.603515625],[-73.47412109375,45.60296106338501],[-73.47900390625,45.60151529312134],[-73.48388671875,45.60014629364014],[-73.48550319671631,45.599609375],[-73.48876953125,45.59855127334595],[-73.49365234375,45.59717416763306],[-73.49825382232666,45.595703125],[-73.49853515625,45.595603942871094],[-73.50341796875,45.594040870666504],[-73.50830078125,45.59274101257324],[-73.5112714767456,45.591796875],[-73.51318359375,45.59116554260254],[-73.51806640625,45.58972358703613],[-73.52294921875,45.58830976486206],[-73.52417945861816,45.587890625],[-73.52783203125,45.58670377731323],[-73.53271484375,45.58533239364624],[-73.53684902191162,45.583984375],[-73.53759765625,45.58372163772583],[-73.54248046875,45.58218193054199],[-73.54736328125,45.58086633682251],[-73.54981899261475,45.580078125],[-73.55224609375,45.5792875289917],[-73.55712890625,45.57787036895752],[-73.56201171875,45.57638740539551],[-73.5626220703125,45.576171875],[-73.56689453125,45.57478189468384],[-73.57177734375,45.57344436645508],[-73.575439453125,45.572265625],[-73.57666015625,45.57184839248657],[-73.58154296875,45.57035779953003],[-73.58642578125,45.569007396698],[-73.58839988708496,45.568359375],[-73.59130859375,45.56741189956665],[-73.59619140625,45.566017627716064],[-73.60107421875,45.564475536346436],[-73.60113620758057,45.564453125],[-73.60595703125,45.56288957595825],[-73.61083984375,45.56158208847046],[-73.61410140991211,45.560546875],[-73.61572265625,45.560006618499756],[-73.62060546875,45.55855369567871],[-73.62548828125,45.55718183517456],[-73.62711429595947,45.556640625],[-73.63037109375,45.555583477020264],[-73.63525390625,45.55419874191284],[-73.63978862762451,45.552734375],[-73.64013671875,45.552610874176025],[-73.64501953125,45.5510458946228],[-73.64990234375,45.549752712249756],[-73.65283012390137,45.548828125],[-73.65478515625,45.54818630218506],[-73.65966796875,45.546749114990234],[-73.66455078125,45.5453314781189],[-73.66575241088867,45.544921875],[-73.66943359375,45.54372501373291],[-73.67431640625,45.5423583984375],[-73.6784553527832,45.541015625],[-73.67919921875,45.540754318237305],[-73.68408203125,45.53921699523926],[-73.68896484375,45.53789949417114],[-73.69142055511475,45.537109375],[-73.69384765625,45.536317348480225],[-73.69873046875,45.53489828109741],[-73.70361328125,45.53341341018677],[-73.70420932769775,45.533203125],[-73.70849609375,45.53180694580078],[-73.71337890625,45.53045845031738],[-73.7169599533081,45.529296875],[-73.71826171875,45.52885055541992],[-73.72314453125,45.527360916137695],[-73.72802734375,45.525997161865234],[-73.7298583984375,45.525390625],[-73.73291015625,45.52439498901367],[-73.73779296875,45.523001194000244],[-73.74253273010254,45.521484375],[-73.74267578125,45.52143430709839],[-73.74755859375,45.519859790802],[-73.75244140625,45.518553256988525],[-73.7554931640625,45.517578125],[-73.75732421875,45.51696968078613],[-73.76220703125,45.5155143737793],[-73.76708984375,45.514089584350586],[-73.768310546875,45.513671875],[-73.77197265625,45.51247596740723],[-73.77685546875,45.511104106903076],[-73.78096580505371,45.509765625],[-73.78173828125,45.50949430465698],[-73.78662109375,45.50795364379883],[-73.79150390625,45.50661659240723],[-73.79382610321045,45.505859375],[-73.79638671875,45.50501775741577],[-73.80126953125,45.50358963012695],[-73.80615234375,45.50205945968628],[-73.80644798278809,45.501953125],[-73.81103515625,45.5004563331604],[-73.81591796875,45.499120235443115],[-73.8192367553711,45.498046875],[-73.82080078125,45.49751663208008],[-73.82568359375,45.496037006378174],[-73.83056640625,45.494624614715576],[-73.83199214935303,45.494140625],[-73.83544921875,45.49300718307495],[-73.84033203125,45.491621017456055],[-73.84457111358643,45.490234375],[-73.84521484375,45.49000692367554],[-73.85009765625,45.48845434188843],[-73.85498046875,45.48713779449463],[-73.85749816894531,45.486328125],[-73.85986328125,45.48555278778076],[-73.86474609375,45.48412084579468],[-73.86962890625,45.48262405395508],[-73.87020111083984,45.482421875],[-73.87451171875,45.48101806640625],[-73.87939453125,45.47967290878296],[-73.88295650482178,45.478515625],[-73.88427734375,45.47806167602539],[-73.88916015625,45.47656011581421],[-73.89404296875,45.47516393661499],[-73.8956880569458,45.474609375],[-73.89892578125,45.47354602813721],[-73.90380859375,45.47215032577515],[-73.90823364257812,45.470703125],[-73.90869140625,45.470539569854736],[-73.91357421875,45.4689679145813],[-73.91845703125,45.4676513671875],[-73.92110824584961,45.466796875],[-73.92333984375,45.4660587310791],[-73.92822265625,45.4646053314209],[-73.93310546875,45.463093280792236],[-73.93367767333984,45.462890625],[-73.93798828125,45.46147680282593],[-73.94287109375,45.46013593673706],[-73.94643783569336,45.458984375],[-73.94775390625,45.458534240722656],[-73.95263671875,45.457040309906006],[-73.95751953125,45.455652713775635],[-73.95923137664795,45.455078125],[-73.96240234375,45.454033851623535],[-73.96728515625,45.45262098312378],[-73.97167205810547,45.451171875],[-73.97216796875,45.45099449157715],[-73.97705078125,45.44941759109497],[-73.98193359375,45.44809150695801],[-73.98449420928955,45.447265625],[-73.98681640625,45.44649934768677],[-73.99169921875,45.445059299468994],[-73.99658203125,45.44354820251465],[-73.9971113204956,45.443359375],[-74.00146484375,45.44193077087402],[-74.00634765625,45.44057273864746],[-74.0097713470459,45.439453125],[-74.01123046875,45.438950538635254],[-74.01611328125,45.437453746795654],[-74.02099609375,45.43603038787842],[-74.02241230010986,45.435546875],[-74.02587890625,45.43440389633179],[-74.03076171875,45.433011054992676],[-74.03492450714111,45.431640625],[-74.03564453125,45.43138551712036],[-74.04052734375,45.429826736450195],[-74.04541015625,45.4284725189209],[-74.04765129089355,45.427734375],[-74.05029296875,45.42686080932617],[-74.05517578125,45.42542743682861],[-74.06005859375,45.42385196685791],[-74.06012535095215,45.423828125],[-74.06494140625,45.42224073410034],[-74.06982421875,45.420902252197266],[-74.07284259796143,45.419921875],[-74.07470703125,45.419291496276855],[-74.07958984375,45.41781187057495],[-74.08447265625,45.41632795333862],[-74.08535957336426,45.416015625],[-74.08935546875,45.4146933555603],[-74.09423828125,45.4133095741272],[-74.09786701202393,45.412109375],[-74.09912109375,45.41166973114014],[-74.10400390625,45.41014814376831],[-74.10888671875,45.40872859954834],[-74.110426902771,45.408203125],[-74.11376953125,45.40709686279297],[-74.11865234375,45.40568208694458],[-74.1228199005127,45.404296875],[-74.12353515625,45.404040813446045],[-74.12841796875,45.40247678756714],[-74.13330078125,45.40111303329468],[-74.13548469543457,45.400390625],[-74.13818359375,45.399495124816895],[-74.14306640625,45.39804697036743],[-74.14776802062988,45.396484375],[-74.14794921875,45.39641809463501],[-74.15283203125,45.394794940948486],[-74.15771484375,45.39344120025635],[-74.16034698486328,45.392578125],[-74.16259765625,45.39182472229004],[-74.16748046875,45.390363693237305],[-74.17236328125,45.388821601867676],[-74.17277812957764,45.388671875],[-74.17724609375,45.3871955871582],[-74.18212890625,45.385838985443115],[-74.18540477752686,45.384765625],[-74.18701171875,45.384212493896484],[-74.19189453125,45.38271951675415],[-74.19677734375,45.381269454956055],[-74.19796466827393,45.380859375],[-74.20166015625,45.37964582443237],[-74.20654296875,45.378278732299805],[-74.21060562133789,45.376953125],[-74.21142578125,45.37666368484497],[-74.21630859375,45.375112533569336],[-74.22119140625,45.3737359046936],[-74.22325611114502,45.373046875],[-74.22607421875,45.37210941314697],[-74.23095703125,45.370667934417725],[-74.23554420471191,45.369140625],[-74.23583984375,45.36903190612793],[-74.24072265625,45.36742448806763],[-74.24560546875,45.36609077453613],[-74.24824714660645,45.365234375],[-74.25048828125,45.36448812484741],[-74.25537109375,45.36302471160889],[-74.26025390625,45.36147737503052],[-74.26066398620605,45.361328125],[-74.26513671875,45.35984516143799],[-74.27001953125,45.35848140716553],[-74.27324295043945,45.357421875],[-74.27490234375,45.356852531433105],[-74.27978515625,45.355358600616455],[-74.28466796875,45.35388708114624],[-74.28572654724121,45.353515625],[-74.28955078125,45.35224533081055],[-74.29443359375,45.350847244262695],[-74.29815769195557,45.349609375],[-74.29931640625,45.34920120239258],[-74.30419921875,45.347668170928955],[-74.30908203125,45.34624433517456],[-74.31066513061523,45.345703125],[-74.31396484375,45.344605445861816],[-74.31884765625,45.343188762664795],[-74.32301998138428,45.341796875],[-74.32373046875,45.3415412902832],[-74.32861328125,45.33996105194092],[-74.33349609375,45.33857345581055],[-74.33553695678711,45.337890625],[-74.33837890625,45.33694362640381],[-74.34326171875,45.335503578186035],[-74.347825050354,45.333984375],[-74.34814453125,45.33386707305908],[-74.35302734375,45.33225631713867],[-74.35791015625,45.33090305328369],[-74.36042308807373,45.330078125],[-74.36279296875,45.329285621643066],[-74.36767578125,45.32781791687012],[-74.37255859375,45.32622575759888],[-74.37270164489746,45.326171875],[-74.37744140625,45.324589252471924],[-74.38232421875,45.32323217391968],[-74.3852710723877,45.322265625],[-74.38720703125,45.32160758972168],[-74.39208984375,45.320117473602295],[-74.39697265625,45.31858539581299],[-74.39760208129883,45.318359375],[-74.40185546875,45.316940784454346],[-74.40673828125,45.31556177139282],[-74.41008567810059,45.314453125],[-74.41162109375,45.31391906738281],[-74.41650390625,45.31240463256836],[-74.42138671875,45.31091928482056],[-74.42244052886963,45.310546875],[-74.42626953125,45.30926465988159],[-74.43115234375,45.3078556060791],[-74.43478584289551,45.306640625],[-74.43603515625,45.30619812011719],[-74.44091796875,45.3046669960022],[-74.44580078125,45.30322456359863],[-74.44722175598145,45.302734375],[-74.45068359375,45.301578998565674],[-74.45556640625,45.300161361694336],[-74.459547996521,45.298828125],[-74.46044921875,45.2985053062439],[-74.46533203125,45.296939849853516],[-74.47021484375,45.295522689819336],[-74.47197437286377,45.294921875],[-74.47509765625,45.2938756942749],[-74.47998046875,45.29244089126587],[-74.48423862457275,45.291015625],[-74.48486328125,45.29078960418701],[-74.48974609375,45.289196491241455],[-74.49462890625,45.28779125213623],[-74.4966459274292,45.287109375],[-74.49951171875,45.28614521026611],[-74.50439453125,45.284698486328125],[-74.50886249542236,45.283203125],[-74.50927734375,45.28305101394653],[-74.51416015625,45.2814416885376],[-74.51904296875,45.28006553649902],[-74.52135562896729,45.279296875],[-74.52392578125,45.278432846069336],[-74.52880859375,45.27696084976196],[-74.53347206115723,45.275390625],[-74.53369140625,45.27530908584595],[-74.53857421875,45.273683071136475],[-74.54345703125,45.27233839035034],[-74.54607486724854,45.271484375],[-74.54833984375,45.2707257270813],[-74.55322265625,45.26924419403076],[-74.55810546875,45.26764392852783],[-74.55828189849854,45.267578125],[-74.56298828125,45.2659969329834],[-74.56787109375,45.26461982727051],[-74.57073211669922,45.263671875],[-74.57275390625,45.262980461120605],[-74.57763671875,45.26149082183838],[-74.58251953125,45.25992679595947],[-74.58295822143555,45.259765625],[-74.58740234375,45.258267402648926],[-74.59228515625,45.25687122344971],[-74.59530830383301,45.255859375],[-74.59716796875,45.25521421432495],[-74.60205078125,45.253714084625244],[-74.60693359375,45.2521710395813],[-74.60753440856934,45.251953125],[-74.61181640625,45.250511169433594],[-74.61669921875,45.24910879135132],[-74.61986064910889,45.248046875],[-74.62158203125,45.24744367599487],[-74.62646484375,45.24592638015747],[-74.63134765625,45.24438810348511],[-74.63202953338623,45.244140625],[-74.63623046875,45.24273109436035],[-74.64111328125,45.24134111404419],[-74.64442253112793,45.240234375],[-74.64599609375,45.23968267440796],[-74.65087890625,45.23814678192139],[-74.65576171875,45.236610412597656],[-74.65654373168945,45.236328125],[-74.66064453125,45.23494863510132],[-74.66552734375,45.233558177948],[-74.66893672943115,45.232421875],[-74.67041015625,45.231905937194824],[-74.67529296875,45.23037099838257],[-74.68017578125,45.228853702545166],[-74.68111991882324,45.228515625],[-74.68505859375,45.227187156677246],[-74.68994140625,45.225772857666016],[-74.69339370727539,45.224609375],[-74.69482421875,45.22410249710083],[-74.69970703125,45.222567558288574],[-74.70458984375,45.221062660217285],[-74.70559597015381,45.220703125],[-74.70947265625,45.219393730163574],[-74.71435546875,45.21797227859497],[-74.71784114837646,45.216796875],[-74.71923828125,45.21630144119263],[-74.72412109375,45.21476697921753],[-74.72900390625,45.2132773399353],[-74.73009586334229,45.212890625],[-74.73388671875,45.21161365509033],[-74.73876953125,45.210185050964355],[-74.74230766296387,45.208984375],[-74.74365234375,45.20850372314453],[-74.74853515625,45.20695734024048],[-74.75341796875,45.20545530319214],[-74.75447654724121,45.205078125],[-74.75830078125,45.20378637313843],[-74.76318359375,45.20236921310425],[-74.76673126220703,45.201171875],[-74.76806640625,45.20069456100464],[-74.77294921875,45.19913673400879],[-74.77783203125,45.19762086868286],[-74.77882385253906,45.197265625],[-74.78271484375,45.195955753326416],[-74.78759765625,45.1945538520813],[-74.79116916656494,45.193359375],[-74.79248046875,45.19289445877075],[-74.79736328125,45.19134187698364],[-74.80224609375,45.18982696533203],[-74.80329036712646,45.189453125],[-74.80712890625,45.18815279006958],[-74.81201171875,45.18673849105835],[-74.81555938720703,45.185546875],[-74.81689453125,45.185072898864746],[-74.82177734375,45.18352699279785],[-74.82666015625,45.18201732635498],[-74.82770919799805,45.181640625],[-74.83154296875,45.18033742904663],[-74.83642578125,45.17890024185181],[-74.83984470367432,45.177734375],[-74.84130859375,45.17721080780029],[-74.84619140625,45.1756591796875],[-74.85107421875,45.174116134643555],[-74.85186576843262,45.173828125],[-74.85595703125,45.172439098358154],[-74.86083984375,45.17101573944092],[-74.86406803131104,45.169921875],[-74.86572265625,45.16933822631836],[-74.87060546875,45.167808532714844],[-74.87548828125,45.1662540435791],[-74.87613677978516,45.166015625],[-74.88037109375,45.16457748413086],[-74.88525390625,45.163153648376465],[-74.88832950592041,45.162109375],[-74.89013671875,45.16147327423096],[-74.89501953125,45.15994930267334],[-74.89990234375,45.1583685874939],[-74.90035057067871,45.158203125],[-74.90478515625,45.1567006111145],[-74.90966796875,45.15530204772949],[-74.91265296936035,45.154296875],[-74.91455078125,45.15363311767578],[-74.91943359375,45.15210008621216],[-74.92431640625,45.15047550201416],[-74.92454051971436,45.150390625],[-74.92919921875,45.14880561828613],[-74.93408203125,45.147417068481445],[-74.93686199188232,45.146484375],[-74.93896484375,45.14575672149658],[-74.94384765625,45.14422845840454],[-74.94870662689209,45.142578125],[-74.94873046875,45.14256954193115],[-74.95361328125,45.140910148620605],[-74.95849609375,45.139524936676025],[-74.9610424041748,45.138671875],[-74.96337890625,45.13787317276001],[-74.96826171875,45.13636350631714],[-74.97292518615723,45.134765625],[-74.97314453125,45.13468265533447],[-74.97802734375,45.133028507232666],[-74.98291015625,45.13163423538208],[-74.98521327972412,45.130859375],[-74.98779296875,45.1299843788147],[-74.99267578125,45.12849569320679],[-74.9971866607666,45.126953125],[-74.99755859375,45.126813888549805],[-75.00244140625,45.125168800354004],[-75.00732421875,45.1237473487854],[-75.00937938690186,45.123046875],[-75.01220703125,45.12208604812622],[-75.01708984375,45.120614528656006],[-75.02140998840332,45.119140625],[-75.02197265625,45.118932247161865],[-75.02685546875,45.11730098724365],[-75.03173828125,45.115849018096924],[-75.03350734710693,45.115234375],[-75.03662109375,45.11417484283447],[-75.04150390625,45.11271572113037],[-75.04557609558105,45.111328125],[-75.04638671875,45.1110315322876],[-75.05126953125,45.10942316055298],[-75.05615234375,45.107935428619385],[-75.05760669708252,45.107421875],[-75.06103515625,45.10625123977661],[-75.06591796875,45.1048059463501],[-75.0697135925293,45.103515625],[-75.07080078125,45.103121280670166],[-75.07568359375,45.10153770446777],[-75.08056640625,45.10001802444458],[-75.0817060470581,45.099609375],[-75.08544921875,45.09833002090454],[-75.09033203125,45.096890926361084],[-75.09381771087646,45.095703125],[-75.09521484375,45.09520149230957],[-75.10009765625,45.093642234802246],[-75.10498046875,45.09208822250366],[-75.1057767868042,45.091796875],[-75.10986328125,45.090394496917725],[-75.11474609375,45.08895540237427],[-75.11785984039307,45.087890625],[-75.11962890625,45.08726263046265],[-75.12451171875,45.085726261138916],[-75.12939453125,45.08412170410156],[-75.12976169586182,45.083984375],[-75.13427734375,45.08243274688721],[-75.13916015625,45.081003189086914],[-75.1418685913086,45.080078125],[-75.14404296875,45.0793194770813],[-75.14892578125,45.07780075073242],[-75.15369415283203,45.076171875],[-75.15380859375,45.076128005981445],[-75.15869140625,45.07445240020752],[-75.16357421875,45.073031425476074],[-75.16582489013672,45.072265625],[-75.16845703125,45.07136297225952],[-75.17333984375,45.069875717163086],[-75.17777919769287,45.068359375],[-75.17822265625,45.06819486618042],[-75.18310546875,45.066551208496094],[-75.18798828125,45.06509494781494],[-75.18983364105225,45.064453125],[-75.19287109375,45.063411235809326],[-75.19775390625,45.06193733215332],[-75.20181655883789,45.060546875],[-75.20263671875,45.06024503707886],[-75.20751953125,45.0586371421814],[-75.21240234375,45.05714273452759],[-75.21381378173828,45.056640625],[-75.21728515625,45.05544948577881],[-75.22216796875,45.053985595703125],[-75.22580146789551,45.052734375],[-75.22705078125,45.052279472351074],[-75.23193359375,45.050700187683105],[-75.23681640625,45.04914379119873],[-75.23767471313477,45.048828125],[-75.24169921875,45.04744005203247],[-75.24658203125,45.045989990234375],[-75.24969100952148,45.044921875],[-75.25146484375,45.04429006576538],[-75.25634765625,45.04274845123291],[-75.26123046875,45.041125774383545],[-75.2615213394165,45.041015625],[-75.26611328125,45.0394287109375],[-75.27099609375,45.03799247741699],[-75.27357578277588,45.037109375],[-75.27587890625,45.03630590438843],[-75.28076171875,45.03478956222534],[-75.2853775024414,45.033203125],[-75.28564453125,45.0331015586853],[-75.29052734375,45.031429290771484],[-75.29541015625,45.02997398376465],[-75.29736042022705,45.029296875],[-75.30029296875,45.028286933898926],[-75.30517578125,45.02680730819702],[-75.30930042266846,45.025390625],[-75.31005859375,45.02510929107666],[-75.31494140625,45.02348041534424],[-75.31982421875,45.02196407318115],[-75.32116413116455,45.021484375],[-75.32470703125,45.02026557922363],[-75.32958984375,45.018813610076904],[-75.33318996429443,45.017578125],[-75.33447265625,45.01711320877075],[-75.33935546875,45.01552200317383],[-75.34423828125,45.01393222808838],[-75.34493923187256,45.013671875],[-75.34912109375,45.01223134994507],[-75.35400390625,45.01079511642456],[-75.35699844360352,45.009765625],[-75.35888671875,45.009095191955566],[-75.36376953125,45.0075364112854],[-75.36860942840576,45.005859375],[-75.36865234375,45.00584363937378],[-75.37353515625,45.004150390625],[-75.37841796875,45.00272464752197],[-75.3806734085083,45.001953125],[-75.38330078125,45.00104856491089],[-75.38818359375,44.99953889846802],[-75.39247989654541,44.998046875],[-75.39306640625,44.99782609939575],[-75.39794921875,44.996177673339844],[-75.40283203125,44.99467945098877],[-75.4043436050415,44.994140625],[-75.40771484375,44.99297761917114],[-75.41259765625,44.99150371551514],[-75.416259765625,44.990234375],[-75.41748046875,44.98978519439697],[-75.42236328125,44.98818254470825],[-75.42724609375,44.9865927696228],[-75.42795658111572,44.986328125],[-75.43212890625,44.984885692596436],[-75.43701171875,44.983439445495605],[-75.43995380401611,44.982421875],[-75.44189453125,44.98172664642334],[-75.44677734375,44.98016119003296],[-75.45151710510254,44.978515625],[-75.45166015625,44.97846031188965],[-75.45654296875,44.97677803039551],[-75.46142578125,44.975337982177734],[-75.46353340148926,44.974609375],[-75.46630859375,44.97364664077759],[-75.47119140625,44.97213125228882],[-75.47529220581055,44.970703125],[-75.47607421875,44.97041082382202],[-75.48095703125,44.968782901763916],[-75.48583984375,44.967257499694824],[-75.48710823059082,44.966796875],[-75.49072265625,44.96553993225098],[-75.49560546875,44.96405553817749],[-75.49894332885742,44.962890625],[-75.50048828125,44.962327003479004],[-75.50537109375,44.96074914932251],[-75.51025390625,44.959105491638184],[-75.51056861877441,44.958984375],[-75.51513671875,44.957385540008545],[-75.52001953125,44.955928325653076],[-75.52247524261475,44.955078125],[-75.52490234375,44.95422697067261],[-75.52978515625,44.95270347595215],[-75.53418636322021,44.951171875],[-75.53466796875,44.95098876953125],[-75.53955078125,44.94931125640869],[-75.54443359375,44.94778347015381],[-75.54586887359619,44.947265625],[-75.54931640625,44.946064949035645],[-75.55419921875,44.94459104537964],[-75.55774211883545,44.943359375],[-75.55908203125,44.942867279052734],[-75.56396484375,44.941256523132324],[-75.56884765625,44.93961715698242],[-75.56928157806396,44.939453125],[-75.57373046875,44.93790912628174],[-75.57861328125,44.936477184295654],[-75.58131217956543,44.935546875],[-75.58349609375,44.93477392196655],[-75.58837890625,44.933215618133545],[-75.59288501739502,44.931640625],[-75.59326171875,44.93149709701538],[-75.59814453125,44.929831981658936],[-75.60302734375,44.92835283279419],[-75.60477256774902,44.927734375],[-75.60791015625,44.926640033721924],[-75.61279296875,44.92512893676758],[-75.61649799346924,44.923828125],[-75.61767578125,44.92339086532593],[-75.62255859375,44.921783447265625],[-75.62744140625,44.92018413543701],[-75.62813758850098,44.919921875],[-75.63232421875,44.918453216552734],[-75.63720703125,44.91697359085083],[-75.63994407653809,44.916015625],[-75.64208984375,44.91524887084961],[-75.64697265625,44.91370439529419],[-75.65155982971191,44.912109375],[-75.65185546875,44.91199588775635],[-75.65673828125,44.910305976867676],[-75.66162109375,44.908814430236816],[-75.6633472442627,44.908203125],[-75.66650390625,44.907108306884766],[-75.67138671875,44.90562057495117],[-75.67517757415771,44.904296875],[-75.67626953125,44.90389108657837],[-75.68115234375,44.90225410461426],[-75.68603515625,44.90063190460205],[-75.68667411804199,44.900390625],[-75.69091796875,44.89891338348389],[-75.69580078125,44.89746570587158],[-75.69862842559814,44.896484375],[-75.70068359375,44.895747661590576],[-75.70556640625,44.89417266845703],[-75.7101058959961,44.892578125],[-75.71044921875,44.892446517944336],[-75.71533203125,44.89076805114746],[-75.72021484375,44.88927173614502],[-75.72189331054688,44.888671875],[-75.72509765625,44.88754940032959],[-75.72998046875,44.88603448867798],[-75.73358058929443,44.884765625],[-75.73486328125,44.88428974151611],[-75.73974609375,44.88267803192139],[-75.74462890625,44.881032943725586],[-75.7450819015503,44.880859375],[-75.74951171875,44.87929582595825],[-75.75439453125,44.87782430648804],[-75.75689315795898,44.876953125],[-75.75927734375,44.8761100769043],[-75.76416015625,44.874573707580566],[-75.7685136795044,44.873046875],[-75.76904296875,44.8728461265564],[-75.77392578125,44.871163845062256],[-75.77880859375,44.86961269378662],[-75.78010082244873,44.869140625],[-75.78369140625,44.86788082122803],[-75.78857421875,44.866390228271484],[-75.79185485839844,44.865234375],[-75.79345703125,44.8646445274353],[-75.79833984375,44.863038063049316],[-75.80322265625,44.86133003234863],[-75.80322742462158,44.861328125],[-75.80810546875,44.859619140625],[-75.81298828125,44.85816287994385],[-75.815110206604,44.857421875],[-75.81787109375,44.856454849243164],[-75.82275390625,44.85492277145386],[-75.82675457000732,44.853515625],[-75.82763671875,44.85318326950073],[-75.83251953125,44.851542949676514],[-75.83740234375,44.849953174591064],[-75.83832263946533,44.849609375],[-75.84228515625,44.84821367263794],[-75.84716796875,44.84672975540161],[-75.85009098052979,44.845703125],[-75.85205078125,44.84499454498291],[-75.85693359375,44.84342050552368],[-75.86154460906982,44.841796875],[-75.86181640625,44.841691970825195],[-75.86669921875,44.83999061584473],[-75.87158203125,44.83847999572754],[-75.87322235107422,44.837890625],[-75.87646484375,44.836750507354736],[-75.88134765625,44.83522987365723],[-75.88485717773438,44.833984375],[-75.88623046875,44.833473682403564],[-75.89111328125,44.83185958862305],[-75.89599609375,44.83018636703491],[-75.89627265930176,44.830078125],[-75.90087890625,44.82844686508179],[-75.90576171875,44.82695770263672],[-75.90798854827881,44.826171875],[-75.91064453125,44.825233936309814],[-75.91552734375,44.823715686798096],[-75.91967582702637,44.822265625],[-75.92041015625,44.821988582611084],[-75.92529296875,44.82031869888306],[-75.93017578125,44.81871747970581],[-75.9311294555664,44.818359375],[-75.93505859375,44.81697607040405],[-75.93994140625,44.81549692153931],[-75.94290256500244,44.814453125],[-75.94482421875,44.81375217437744],[-75.94970703125,44.81215524673462],[-75.95426082611084,44.810546875],[-75.95458984375,44.810420989990234],[-75.95947265625,44.80873203277588],[-75.96435546875,44.807209491729736],[-75.96591472625732,44.806640625],[-75.96923828125,44.80545949935913],[-75.97412109375,44.803919315338135],[-75.97743034362793,44.802734375],[-75.97900390625,44.80214738845825],[-75.98388671875,44.800538063049316],[-75.98873615264893,44.798828125],[-75.98876953125,44.79881477355957],[-75.99365234375,44.797072887420654],[-75.99853515625,44.79556369781494],[-76.00033283233643,44.794921875],[-76.00341796875,44.79383850097656],[-76.00830078125,44.79232168197632],[-76.01198673248291,44.791015625],[-76.01318359375,44.79056692123413],[-76.01806640625,44.78892374038696],[-76.02294921875,44.78724670410156],[-76.02330207824707,44.787109375],[-76.02783203125,44.78550148010254],[-76.03271484375,44.78400802612305],[-76.03497982025146,44.783203125],[-76.03759765625,44.78226709365845],[-76.04248046875,44.78072452545166],[-76.04652404785156,44.779296875],[-76.04736328125,44.778979778289795],[-76.05224609375,44.77730941772461],[-76.05712890625,44.77567005157471],[-76.05786323547363,44.775390625],[-76.06201171875,44.773921966552734],[-76.06689453125,44.77243995666504],[-76.06959342956543,44.771484375],[-76.07177734375,44.77069091796875],[-76.07666015625,44.76910066604614],[-76.08093738555908,44.767578125],[-76.08154296875,44.76734638214111],[-76.08642578125,44.76567029953003],[-76.09130859375,44.764084815979004],[-76.09241008758545,44.763671875],[-76.09619140625,44.76232051849365],[-76.10107421875,44.760802268981934],[-76.10398769378662,44.759765625],[-76.10595703125,44.75904607772827],[-76.11083984375,44.757468700408936],[-76.11539840698242,44.755859375],[-76.11572265625,44.75573444366455],[-76.12060546875,44.75401735305786],[-76.12548828125,44.7524619102478],[-76.12687587738037,44.751953125],[-76.13037109375,44.7507209777832],[-76.13525390625,44.749210357666016],[-76.13851547241211,44.748046875],[-76.14013671875,44.74744272232056],[-76.14501953125,44.745819091796875],[-76.14975929260254,44.744140625],[-76.14990234375,44.74408483505249],[-76.15478515625,44.74236440658569],[-76.15966796875,44.74083757400513],[-76.16133689880371,44.740234375],[-76.16455078125,44.73909616470337],[-76.16943359375,44.737571716308594],[-76.17291450500488,44.736328125],[-76.17431640625,44.7358021736145],[-76.17919921875,44.73415565490723],[-76.18406295776367,44.732421875],[-76.18408203125,44.73241424560547],[-76.18896484375,44.73068714141846],[-76.19384765625,44.72920370101929],[-76.19577884674072,44.728515625],[-76.19873046875,44.727468490600586],[-76.20361328125,44.72590637207031],[-76.20721340179443,44.724609375],[-76.20849609375,44.72412395477295],[-76.21337890625,44.7224907875061],[-76.21826171875,44.72078895568848],[-76.21847629547119,44.720703125],[-76.22314453125,44.71902322769165],[-76.22802734375,44.71751022338867],[-76.23002052307129,44.716796875],[-76.23291015625,44.71577024459839],[-76.23779296875,44.71423053741455],[-76.24153137207031,44.712890625],[-76.24267578125,44.712454319000244],[-76.24755859375,44.71077251434326],[-76.25244140625,44.70902919769287],[-76.25255584716797,44.708984375],[-76.25732421875,44.707271099090576],[-76.26220703125,44.70576333999634],[-76.26412868499756,44.705078125],[-76.26708984375,44.7040319442749],[-76.27197265625,44.70250606536865],[-76.27572536468506,44.701171875],[-76.27685546875,44.70074510574341],[-76.28173828125,44.69906806945801],[-76.28662109375,44.69732475280762],[-76.28676891326904,44.697265625],[-76.29150390625,44.695566177368164],[-76.29638671875,44.69406986236572],[-76.29837036132812,44.693359375],[-76.30126953125,44.69232416152954],[-76.30615234375,44.69076442718506],[-76.30982398986816,44.689453125],[-76.31103515625,44.68899631500244],[-76.31591796875,44.68735980987549],[-76.32080078125,44.68565797805786],[-76.32108211517334,44.685546875],[-76.32568359375,44.68388605117798],[-76.33056640625,44.682371616363525],[-76.33260250091553,44.681640625],[-76.33544921875,44.68062210083008],[-76.34033203125,44.67905950546265],[-76.343994140625,44.677734375],[-76.34521484375,44.677268505096436],[-76.35009765625,44.67560529708862],[-76.35498046875,44.67387104034424],[-76.3550853729248,44.673828125],[-76.35986328125,44.672096252441406],[-76.36474609375,44.670544147491455],[-76.36644840240479,44.669921875],[-76.36962890625,44.668785572052],[-76.37451171875,44.6672568321228],[-76.37797832489014,44.666015625],[-76.37939453125,44.66548299789429],[-76.38427734375,44.66382646560669],[-76.3890790939331,44.662109375],[-76.38916015625,44.662076473236084],[-76.39404296875,44.6603364944458],[-76.39892578125,44.658788204193115],[-76.40051364898682,44.658203125],[-76.40380859375,44.657021045684814],[-76.40869140625,44.65547037124634],[-76.41193389892578,44.654296875],[-76.41357421875,44.65368032455444],[-76.41845703125,44.65204477310181],[-76.4230489730835,44.650390625],[-76.42333984375,44.65027666091919],[-76.42822265625,44.648540019989014],[-76.43310546875,44.64694118499756],[-76.43431186676025,44.646484375],[-76.43798828125,44.645151138305664],[-76.44287109375,44.64358472824097],[-76.44562244415283,44.642578125],[-76.44775390625,44.64178419113159],[-76.45263671875,44.64018487930298],[-76.45683288574219,44.638671875],[-76.45751953125,44.63840389251709],[-76.46240234375,44.63668251037598],[-76.46728515625,44.635000705718994],[-76.46789073944092,44.634765625],[-76.47216796875,44.63322973251343],[-76.47705078125,44.63171100616455],[-76.4794111251831,44.630859375],[-76.48193359375,44.62994146347046],[-76.48681640625,44.6283655166626],[-76.49073123931885,44.626953125],[-76.49169921875,44.62658071517944],[-76.49658203125,44.62487554550171],[-76.50146484375,44.62312316894531],[-76.50165557861328,44.623046875],[-76.50634765625,44.62135553359985],[-76.51123046875,44.61986064910889],[-76.51324272155762,44.619140625],[-76.51611328125,44.61811590194702],[-76.52099609375,44.61654806137085],[-76.52464389801025,44.615234375],[-76.52587890625,44.614765644073486],[-76.53076171875,44.613120555877686],[-76.53564453125,44.61139535903931],[-76.53581142425537,44.611328125],[-76.54052734375,44.60960531234741],[-76.54541015625,44.608041763305664],[-76.54707908630371,44.607421875],[-76.55029296875,44.60624933242798],[-76.55517578125,44.604652404785156],[-76.55825614929199,44.603515625],[-76.56005859375,44.60283184051514],[-76.56494140625,44.601215839385986],[-76.56942844390869,44.599609375],[-76.56982421875,44.5994553565979],[-76.57470703125,44.597716331481934],[-76.57958984375,44.59608697891235],[-76.58060073852539,44.595703125],[-76.58447265625,44.59431505203247],[-76.58935546875,44.59279155731201],[-76.59209728240967,44.591796875],[-76.59423828125,44.591002464294434],[-76.59912109375,44.589388847351074],[-76.60327434539795,44.587890625],[-76.60400390625,44.58760738372803],[-76.61376953125,44.58419895172119],[-76.61431312561035,44.583984375],[-76.61865234375,44.582404136657715],[-76.62353515625,44.580888748168945],[-76.6257905960083,44.580078125],[-76.62841796875,44.57912731170654],[-76.63330078125,44.57753896713257],[-76.63705825805664,44.576171875],[-76.63818359375,44.575737953186035],[-76.64306640625,44.574055194854736],[-76.64794921875,44.5722975730896],[-76.6480302810669,44.572265625],[-76.65283203125,44.57051134109497],[-76.65771484375,44.56894302368164],[-76.65928840637207,44.568359375],[-76.66259765625,44.567163944244385],[-76.66748046875,44.56559944152832],[-76.67062759399414,44.564453125],[-76.67236328125,44.56380033493042],[-76.67724609375,44.562180519104004],[-76.68179988861084,44.560546875],[-76.68212890625,44.56041765213013],[-76.68701171875,44.55866098403931],[-76.69189453125,44.55701398849487],[-76.69286727905273,44.556640625],[-76.69677734375,44.55522584915161],[-76.70166015625,44.55368185043335],[-76.70424461364746,44.552734375],[-76.70654296875,44.55187940597534],[-76.71142578125,44.5502667427063],[-76.71538352966309,44.548828125],[-76.71630859375,44.54847002029419],[-76.72119140625,44.54676675796509],[-76.72607421875,44.54502010345459],[-76.72631740570068,44.544921875],[-76.73095703125,44.54324150085449],[-76.73583984375,44.54173135757446],[-76.73781871795654,44.541015625],[-76.74072265625,44.53996467590332],[-76.74560546875,44.538371086120605],[-76.74904823303223,44.537109375],[-76.75048828125,44.53655958175659],[-76.75537109375,44.534905433654785],[-76.76008224487305,44.533203125],[-76.76025390625,44.53313493728638],[-76.76513671875,44.53136110305786],[-76.77001953125,44.529733657836914],[-76.7711591720581,44.529296875],[-76.77490234375,44.52793264389038],[-76.77978515625,44.526347637176514],[-76.78236961364746,44.525390625],[-76.78466796875,44.524532318115234],[-76.78955078125,44.522944927215576],[-76.79359912872314,44.521484375],[-76.79443359375,44.5211615562439],[-76.79931640625,44.519437313079834],[-76.80419921875,44.51768636703491],[-76.8044662475586,44.517578125],[-76.80908203125,44.51589393615723],[-76.81396484375,44.51435327529907],[-76.81582927703857,44.513671875],[-76.81884765625,44.5125789642334],[-76.82373046875,44.51100492477417],[-76.82710647583008,44.509765625],[-76.82861328125,44.50918674468994],[-76.83349609375,44.507506370544434],[-76.83801651000977,44.505859375],[-76.83837890625,44.50571632385254],[-76.84326171875,44.503982067108154],[-76.84814453125,44.50234794616699],[-76.84916973114014,44.501953125],[-76.85302734375,44.500542640686035],[-76.85791015625,44.49897861480713],[-76.86043739318848,44.498046875],[-76.86279296875,44.49716663360596],[-76.86767578125,44.4955358505249],[-76.87145233154297,44.494140625],[-76.87255859375,44.49370861053467],[-76.87744140625,44.49201822280884],[-76.88232421875,44.49025630950928],[-76.8823766708374,44.490234375],[-76.88720703125,44.48845434188843],[-76.89208984375,44.486849784851074],[-76.89347743988037,44.486328125],[-76.89697265625,44.48506450653076],[-76.90185546875,44.48350524902344],[-76.90479755401611,44.482421875],[-76.90673828125,44.48168468475342],[-76.91162109375,44.48003435134888],[-76.91574573516846,44.478515625],[-76.91650390625,44.47821664810181],[-76.92138671875,44.47646999359131],[-76.92626953125,44.47470235824585],[-76.92649841308594,44.474609375],[-76.93115234375,44.47291088104248],[-76.93603515625,44.47136688232422],[-76.93783760070801,44.470703125],[-76.94091796875,44.46958065032959],[-76.94580078125,44.46798372268677],[-76.94900512695312,44.466796875],[-76.95068359375,44.466153621673584],[-76.95556640625,44.464491844177246],[-76.95995807647705,44.462890625],[-76.96044921875,44.46269607543945],[-76.96533203125,44.460962772369385],[-76.97021484375,44.459285259246826],[-76.97097778320312,44.458984375],[-76.97509765625,44.4574613571167],[-76.97998046875,44.45588445663452],[-76.98215961456299,44.455078125],[-76.98486328125,44.45408058166504],[-76.98974609375,44.45247459411621],[-76.99326515197754,44.451171875],[-76.99462890625,44.45064115524292],[-76.99951171875,44.44895029067993],[-77.00411319732666,44.447265625],[-77.00439453125,44.44715356826782],[-77.00927734375,44.4453763961792],[-77.01416015625,44.443705558776855],[-77.01505184173584,44.443359375],[-77.01904296875,44.44190835952759],[-77.02392578125,44.44035816192627],[-77.02637672424316,44.439453125],[-77.02880859375,44.43854236602783],[-77.03369140625,44.436912536621094],[-77.03737735748291,44.435546875],[-77.03857421875,44.435078144073486],[-77.04345703125,44.43336200714111],[-77.04813003540039,44.431640625],[-77.04833984375,44.431556224823],[-77.05322265625,44.42978239059448],[-77.05810546875,44.42811584472656],[-77.05907344818115,44.427734375],[-77.06298828125,44.426281452178955],[-77.06787109375,44.42469120025635],[-77.07018375396729,44.423828125],[-77.07275390625,44.42286682128906],[-77.07763671875,44.42124128341675],[-77.0811939239502,44.419921875],[-77.08251953125,44.419405460357666],[-77.08740234375,44.41772985458374],[-77.09213256835938,44.416015625],[-77.09228515625,44.41595411300659],[-77.09716796875,44.414161682128906],[-77.10205078125,44.41250038146973],[-77.10306167602539,44.412109375],[-77.10693359375,44.410691261291504],[-77.11181640625,44.40910863876343],[-77.11424350738525,44.408203125],[-77.11669921875,44.407278537750244],[-77.12158203125,44.405662059783936],[-77.12528228759766,44.404296875],[-77.12646484375,44.403833866119385],[-77.13134765625,44.40211248397827],[-77.13603496551514,44.400390625],[-77.13623046875,44.4003119468689],[-77.14111328125,44.39853858947754],[-77.14599609375,44.3968710899353],[-77.14698314666748,44.396484375],[-77.15087890625,44.39504528045654],[-77.15576171875,44.39346694946289],[-77.15814113616943,44.392578125],[-77.16064453125,44.39163589477539],[-77.16552734375,44.389992237091064],[-77.16907978057861,44.388671875],[-77.17041015625,44.38815450668335],[-77.17529296875,44.38647413253784],[-77.17997074127197,44.384765625],[-77.18017578125,44.38468360900879],[-77.18505859375,44.38289546966553],[-77.18994140625,44.381210803985596],[-77.19082832336426,44.380859375],[-77.19482421875,44.379369258880615],[-77.19970703125,44.3777494430542],[-77.20181465148926,44.376953125],[-77.20458984375,44.3759126663208],[-77.20947265625,44.37431526184082],[-77.21291542053223,44.373046875],[-77.21435546875,44.37249040603638],[-77.21923828125,44.370808601379395],[-77.22379207611084,44.369140625],[-77.22412109375,44.36900854110718],[-77.22900390625,44.36720609664917],[-77.23388671875,44.36543560028076],[-77.23438262939453,44.365234375],[-77.23876953125,44.36360549926758],[-77.24365234375,44.36204814910889],[-77.24559307098389,44.361328125],[-77.24853515625,44.36024284362793],[-77.25341796875,44.35862398147583],[-77.2566270828247,44.357421875],[-77.25830078125,44.35677242279053],[-77.26318359375,44.35508108139038],[-77.26739406585693,44.353515625],[-77.26806640625,44.35324716567993],[-77.27294921875,44.35150194168091],[-77.27783203125,44.34973478317261],[-77.27813720703125,44.349609375],[-77.28271484375,44.34789562225342],[-77.28759765625,44.34629583358765],[-77.28916645050049,44.345703125],[-77.29248046875,44.34448289871216],[-77.29736328125,44.34286642074585],[-77.30020999908447,44.341796875],[-77.30224609375,44.341017723083496],[-77.30712890625,44.339380741119385],[-77.31117725372314,44.337890625],[-77.31201171875,44.33756160736084],[-77.31689453125,44.33581352233887],[-77.32177734375,44.3340277671814],[-77.3218822479248,44.333984375],[-77.32666015625,44.332204818725586],[-77.33154296875,44.33053779602051],[-77.33272552490234,44.330078125],[-77.33642578125,44.328707218170166],[-77.34130859375,44.32712507247925],[-77.34385013580322,44.326171875],[-77.34619140625,44.325279712677],[-77.35107421875,44.32362174987793],[-77.35469818115234,44.322265625],[-77.35595703125,44.32176971435547],[-77.36083984375,44.32004976272583],[-77.36539363861084,44.318359375],[-77.36572265625,44.31822729110718],[-77.37060546875,44.31645345687866],[-77.37548828125,44.31473970413208],[-77.37619876861572,44.314453125],[-77.38037109375,44.31288242340088],[-77.38525390625,44.31126880645752],[-77.38716125488281,44.310546875],[-77.39013671875,44.30943441390991],[-77.39501953125,44.30780076980591],[-77.39809513092041,44.306640625],[-77.39990234375,44.30593967437744],[-77.40478515625,44.30428409576416],[-77.40899562835693,44.302734375],[-77.40966796875,44.30246639251709],[-77.41455078125,44.30069971084595],[-77.41943359375,44.29891395568848],[-77.41964340209961,44.298828125],[-77.42431640625,44.29707431793213],[-77.42919921875,44.295408725738525],[-77.43045330047607,44.294921875],[-77.43408203125,44.29357433319092],[-77.43896484375,44.29198122024536],[-77.44152545928955,44.291015625],[-77.44384765625,44.29012680053711],[-77.44873046875,44.28846740722656],[-77.45234489440918,44.287109375],[-77.45361328125,44.28660726547241],[-77.45849609375,44.284860610961914],[-77.4629020690918,44.283203125],[-77.46337890625,44.28301000595093],[-77.46826171875,44.2812442779541],[-77.47314453125,44.27948999404907],[-77.47361183166504,44.279296875],[-77.47802734375,44.27762031555176],[-77.48291015625,44.27596998214722],[-77.48439311981201,44.275390625],[-77.48779296875,44.274096965789795],[-77.49267578125,44.27241277694702],[-77.4950647354126,44.271484375],[-77.49755859375,44.27051877975464],[-77.50244140625,44.26887083053589],[-77.50586032867432,44.267578125],[-77.50732421875,44.26699924468994],[-77.51220703125,44.265278339385986],[-77.51648426055908,44.263671875],[-77.51708984375,44.263426780700684],[-77.52197265625,44.261630058288574],[-77.52685546875,44.259817123413086],[-77.52697944641113,44.259765625],[-77.53173828125,44.25797986984253],[-77.53662109375,44.25629186630249],[-77.53771781921387,44.255859375],[-77.54150390625,44.25444507598877],[-77.54638671875,44.25285816192627],[-77.54880428314209,44.251953125],[-77.55126953125,44.25102090835571],[-77.55615234375,44.24937963485718],[-77.5597620010376,44.248046875],[-77.56103515625,44.2475528717041],[-77.56591796875,44.24586486816406],[-77.57062911987305,44.244140625],[-77.57080078125,44.24407196044922],[-77.57568359375,44.24228525161743],[-77.58056640625,44.2406120300293],[-77.5815200805664,44.240234375],[-77.58544921875,44.23875904083252],[-77.59033203125,44.23711109161377],[-77.59235382080078,44.236328125],[-77.59521484375,44.235230445861816],[-77.60009765625,44.23355531692505],[-77.60303020477295,44.232421875],[-77.60498046875,44.2316517829895],[-77.60986328125,44.2299599647522],[-77.6136827468872,44.228515625],[-77.61474609375,44.22808837890625],[-77.61962890625,44.22633695602417],[-77.62425899505615,44.224609375],[-77.62451171875,44.22450590133667],[-77.62939453125,44.22267198562622],[-77.63427734375,44.220866680145264],[-77.63467788696289,44.220703125],[-77.63916015625,44.219032764434814],[-77.64404296875,44.217469692230225],[-77.64584541320801,44.216796875],[-77.64892578125,44.21565771102905],[-77.65380859375,44.214030742645264],[-77.65682220458984,44.212890625],[-77.65869140625,44.21216058731079],[-77.66357421875,44.210455894470215],[-77.66746520996094,44.208984375],[-77.66845703125,44.20858716964722],[-77.67333984375,44.20684242248535],[-77.67805576324463,44.205078125],[-77.67822265625,44.2050085067749],[-77.68310546875,44.203144550323486],[-77.68798828125,44.20131587982178],[-77.6883316040039,44.201171875],[-77.69287109375,44.19942617416382],[-77.69775390625,44.1977424621582],[-77.69896984100342,44.197265625],[-77.70263671875,44.195889949798584],[-77.70751953125,44.19425106048584],[-77.70984649658203,44.193359375],[-77.71240234375,44.192378520965576],[-77.71728515625,44.190746784210205],[-77.72075653076172,44.189453125],[-77.72216796875,44.188899517059326],[-77.72705078125,44.1871862411499],[-77.73147583007812,44.185546875],[-77.73193359375,44.185362339019775],[-77.73681640625,44.183576583862305],[-77.74169921875,44.1817831993103],[-77.7420425415039,44.181640625],[-77.74658203125,44.17992687225342],[-77.75146484375,44.17828178405762],[-77.75286197662354,44.177734375],[-77.75634765625,44.176405906677246],[-77.76123046875,44.17470836639404],[-77.76345252990723,44.173828125],[-77.76611328125,44.17277908325195],[-77.77099609375,44.1710729598999],[-77.77397155761719,44.169921875],[-77.77587890625,44.16916751861572],[-77.78076171875,44.16746997833252],[-77.78460025787354,44.166015625],[-77.78564453125,44.165595054626465],[-77.79052734375,44.16385889053345],[-77.79529094696045,44.162109375],[-77.79541015625,44.16206169128418],[-77.80029296875,44.16024112701416],[-77.80517578125,44.158493518829346],[-77.80588150024414,44.158203125],[-77.81005859375,44.156606674194336],[-77.81494140625,44.15490961074829],[-77.81647205352783,44.154296875],[-77.81982421875,44.152995586395264],[-77.82470703125,44.151307582855225],[-77.82702922821045,44.150390625],[-77.82958984375,44.14937877655029],[-77.83447265625,44.14766836166382],[-77.83753395080566,44.146484375],[-77.83935546875,44.14576244354248],[-77.84423828125,44.14405632019043],[-77.8481674194336,44.142578125],[-77.84912109375,44.14219856262207],[-77.85400390625,44.14048671722412],[-77.85888671875,44.13870906829834],[-77.85897731781006,44.138671875],[-77.86376953125,44.136860847473145],[-77.86865234375,44.13513517379761],[-77.86956310272217,44.134765625],[-77.87353515625,44.133241176605225],[-77.87841796875,44.13156032562256],[-77.88020133972168,44.130859375],[-77.88330078125,44.12966823577881],[-77.88818359375,44.1279878616333],[-77.89083003997803,44.126953125],[-77.89306640625,44.126068115234375],[-77.89794921875,44.12437105178833],[-77.90138244628906,44.123046875],[-77.90283203125,44.12246131896973],[-77.90771484375,44.12068748474121],[-77.91172504425049,44.119140625],[-77.91259765625,44.11878204345703],[-77.91748046875,44.11699295043945],[-77.92216300964355,44.115234375],[-77.92236328125,44.11515235900879],[-77.92724609375,44.11334276199341],[-77.93212890625,44.111576557159424],[-77.93272972106934,44.111328125],[-77.93701171875,44.10968637466431],[-77.94189453125,44.108033180236816],[-77.9434585571289,44.107421875],[-77.94677734375,44.10615825653076],[-77.95166015625,44.10447549819946],[-77.95411586761475,44.103515625],[-77.95654296875,44.10256290435791],[-77.96142578125,44.10086631774902],[-77.96467781066895,44.099609375],[-77.96630859375,44.09895706176758],[-77.97119140625,44.09723377227783],[-77.97521114349365,44.095703125],[-77.97607421875,44.09535074234009],[-77.98095703125,44.09355545043945],[-77.98560619354248,44.091796875],[-77.98583984375,44.09169960021973],[-77.99072265625,44.08985137939453],[-77.99560546875,44.08803033828735],[-77.99593925476074,44.087890625],[-78.00048828125,44.0861554145813],[-78.00537109375,44.08446455001831],[-78.00658226013184,44.083984375],[-78.01025390625,44.082589626312256],[-78.01513671875,44.08094024658203],[-78.01734924316406,44.080078125],[-78.02001953125,44.07903718948364],[-78.02490234375,44.07731771469116],[-78.02780628204346,44.076171875],[-78.02978515625,44.07537508010864],[-78.03466796875,44.07364082336426],[-78.0382490158081,44.072265625],[-78.03955078125,44.07174253463745],[-78.04443359375,44.070013999938965],[-78.04880142211914,44.068359375],[-78.04931640625,44.06814622879028],[-78.05419921875,44.06631278991699],[-78.05908203125,44.064467906951904],[-78.05911540985107,44.064453125],[-78.06396484375,44.06258678436279],[-78.06884765625,44.06077718734741],[-78.06939601898193,44.060546875],[-78.07373046875,44.058863162994385],[-78.07861328125,44.05715465545654],[-78.07990550994873,44.056640625],[-78.08349609375,44.05527067184448],[-78.08837890625,44.053622245788574],[-78.09066772460938,44.052734375],[-78.09326171875,44.05172348022461],[-78.09814453125,44.05003595352173],[-78.10128688812256,44.048828125],[-78.10302734375,44.04813766479492],[-78.10791015625,44.046422481536865],[-78.11190128326416,44.044921875],[-78.11279296875,44.044565200805664],[-78.11767578125,44.04281568527222],[-78.12250137329102,44.041015625],[-78.12255859375,44.040992736816406],[-78.12744140625,44.0391411781311],[-78.13232421875,44.03736209869385],[-78.1329345703125,44.037109375],[-78.13720703125,44.03547143936157],[-78.14208984375,44.03382110595703],[-78.14367771148682,44.033203125],[-78.14697265625,44.03195238113403],[-78.15185546875,44.030263900756836],[-78.15433025360107,44.029296875],[-78.15673828125,44.02835416793823],[-78.16162109375,44.02667999267578],[-78.16498756408691,44.025390625],[-78.16650390625,44.024784564971924],[-78.17138671875,44.0230507850647],[-78.17549228668213,44.021484375],[-78.17626953125,44.02116584777832],[-78.18115234375,44.0193510055542],[-78.18582534790039,44.017578125],[-78.18603515625,44.01749134063721],[-78.19091796875,44.01564931869507],[-78.19580078125,44.013837814331055],[-78.19619655609131,44.013671875],[-78.20068359375,44.01195430755615],[-78.20556640625,44.010257720947266],[-78.20679664611816,44.009765625],[-78.21044921875,44.008370876312256],[-78.21533203125,44.00671434402466],[-78.21752548217773,44.005859375],[-78.22021484375,44.00481081008911],[-78.22509765625,44.00310564041138],[-78.22804927825928,44.001953125],[-78.22998046875,44.00118112564087],[-78.23486328125,43.99945068359375],[-78.23849678039551,43.998046875],[-78.23974609375,43.99754047393799],[-78.24462890625,43.99578666687012],[-78.24896335601807,43.994140625],[-78.24951171875,43.99391555786133],[-78.25439453125,43.99209403991699],[-78.25927734375,43.99024486541748],[-78.25930118560791,43.990234375],[-78.26416015625,43.98835563659668],[-78.26904296875,43.98653793334961],[-78.26953887939453,43.986328125],[-78.27392578125,43.984619140625],[-78.27880859375,43.98288059234619],[-78.2799482345581,43.982421875],[-78.28369140625,43.980987548828125],[-78.28857421875,43.979336738586426],[-78.29067707061768,43.978515625],[-78.29345703125,43.97743225097656],[-78.29833984375,43.97571086883545],[-78.301100730896,43.974609375],[-78.30322265625,43.97374629974365],[-78.30810546875,43.971978187561035],[-78.31132888793945,43.970703125],[-78.31298828125,43.970025062561035],[-78.31787109375,43.96825981140137],[-78.32164764404297,43.966796875],[-78.32275390625,43.96634387969971],[-78.32763671875,43.96458053588867],[-78.33208084106445,43.962890625],[-78.33251953125,43.96270942687988],[-78.33740234375,43.9608736038208],[-78.34228515625,43.9590368270874],[-78.34240913391113,43.958984375],[-78.34716796875,43.957162857055664],[-78.35205078125,43.95541191101074],[-78.35286140441895,43.955078125],[-78.35693359375,43.95350170135498],[-78.36181640625,43.95177364349365],[-78.36331367492676,43.951171875],[-78.36669921875,43.949859619140625],[-78.37158203125,43.948182106018066],[-78.37390899658203,43.947265625],[-78.37646484375,43.94625473022461],[-78.38134765625,43.944541931152344],[-78.38436126708984,43.943359375],[-78.38623046875,43.942604064941406],[-78.39111328125,43.9408483505249],[-78.39468479156494,43.939453125],[-78.39599609375,43.93891620635986],[-78.40087890625,43.93712520599365],[-78.40494155883789,43.935546875],[-78.40576171875,43.935208320617676],[-78.41064453125,43.9334020614624],[-78.41524600982666,43.931640625],[-78.41552734375,43.931522369384766],[-78.42041015625,43.92966556549072],[-78.42529296875,43.92782115936279],[-78.42549324035645,43.927734375],[-78.43017578125,43.92590808868408],[-78.43505859375,43.924095153808594],[-78.43569278717041,43.923828125],[-78.43994140625,43.922163009643555],[-78.44482421875,43.92043876647949],[-78.44610691070557,43.919921875],[-78.44970703125,43.91853332519531],[-78.45458984375,43.916836738586426],[-78.4566593170166,43.916015625],[-78.45947265625,43.914913177490234],[-78.46435546875,43.91322898864746],[-78.4672212600708,43.912109375],[-78.46923828125,43.911301612854004],[-78.47412109375,43.90955352783203],[-78.47756862640381,43.908203125],[-78.47900390625,43.90761661529541],[-78.48388671875,43.90583515167236],[-78.48786354064941,43.904296875],[-78.48876953125,43.9039249420166],[-78.49365234375,43.902122497558594],[-78.49817276000977,43.900390625],[-78.49853515625,43.90023994445801],[-78.50341796875,43.89841365814209],[-78.50830078125,43.896589279174805],[-78.50854396820068,43.896484375],[-78.51318359375,43.894673347473145],[-78.51806640625,43.89285850524902],[-78.5187292098999,43.892578125],[-78.52294921875,43.89091491699219],[-78.52783203125,43.889180183410645],[-78.52908134460449,43.888671875],[-78.53271484375,43.88725471496582],[-78.53759765625,43.885520935058594],[-78.53947162628174,43.884765625],[-78.54248046875,43.88358211517334],[-78.54736328125,43.88187599182129],[-78.54992866516113,43.880859375],[-78.55224609375,43.87993144989014],[-78.55712890625,43.878204345703125],[-78.5603141784668,43.876953125],[-78.56201171875,43.87626266479492],[-78.56689453125,43.874488830566406],[-78.57057094573975,43.873046875],[-78.57177734375,43.8725471496582],[-78.57666015625,43.870737075805664],[-78.58076572418213,43.869140625],[-78.58154296875,43.868818283081055],[-78.58642578125,43.86699867248535],[-78.59100818634033,43.865234375],[-78.59130859375,43.865108489990234],[-78.59619140625,43.86325168609619],[-78.60107421875,43.86140251159668],[-78.60124588012695,43.861328125],[-78.60595703125,43.85948371887207],[-78.61083984375,43.85764408111572],[-78.61135959625244,43.857421875],[-78.61572265625,43.855692863464355],[-78.62060546875,43.853925704956055],[-78.62159729003906,43.853515625],[-78.62548828125,43.85199451446533],[-78.63037109375,43.850247383117676],[-78.63194465637207,43.849609375],[-78.63525390625,43.84830856323242],[-78.64013671875,43.84659957885742],[-78.64237785339355,43.845703125],[-78.64501953125,43.844651222229004],[-78.64990234375,43.842926025390625],[-78.65274906158447,43.841796875],[-78.65478515625,43.84097194671631],[-78.65966796875,43.83920669555664],[-78.66299152374268,43.837890625],[-78.66455078125,43.83724784851074],[-78.66943359375,43.83545112609863],[-78.67316722869873,43.833984375],[-78.67431640625,43.83350849151611],[-78.67919921875,43.83170223236084],[-78.68336200714111,43.830078125],[-78.68408203125,43.829776763916016],[-78.68896484375,43.827956199645996],[-78.69362354278564,43.826171875],[-78.69384765625,43.826077461242676],[-78.69873046875,43.82419776916504],[-78.70361328125,43.82233238220215],[-78.70376586914062,43.822265625],[-78.70849609375,43.82040309906006],[-78.71337890625,43.81855297088623],[-78.71382713317871,43.818359375],[-78.71826171875,43.81660461425781],[-78.72314453125,43.81479549407959],[-78.72395992279053,43.814453125],[-78.72802734375,43.81285572052002],[-78.73291015625,43.811119079589844],[-78.7343168258667,43.810546875],[-78.73779296875,43.809181213378906],[-78.74267578125,43.80746555328369],[-78.74472618103027,43.806640625],[-78.74755859375,43.80551052093506],[-78.75244140625,43.803768157958984],[-78.75501155853271,43.802734375],[-78.75732421875,43.801795959472656],[-78.76220703125,43.800025939941406],[-78.76519680023193,43.798828125],[-78.76708984375,43.79805088043213],[-78.77197265625,43.7962646484375],[-78.77534866333008,43.794921875],[-78.77685546875,43.794301986694336],[-78.78173828125,43.79251956939697],[-78.78557205200195,43.791015625],[-78.78662109375,43.7905797958374],[-78.79150390625,43.78876972198486],[-78.7957763671875,43.787109375],[-78.79638671875,43.7868537902832],[-78.80126953125,43.78499698638916],[-78.80589485168457,43.783203125],[-78.80615234375,43.78309345245361],[-78.81103515625,43.78119659423828],[-78.81591796875,43.77931499481201],[-78.81596088409424,43.779296875],[-78.82080078125,43.777400970458984],[-78.82568359375,43.77553653717041],[-78.82602214813232,43.775390625],[-78.83056640625,43.773603439331055],[-78.83544921875,43.77177143096924],[-78.83612155914307,43.771484375],[-78.84033203125,43.769813537597656],[-78.84521484375,43.76806449890137],[-78.84639739990234,43.767578125],[-78.85009765625,43.76612186431885],[-78.85498046875,43.764373779296875],[-78.85669231414795,43.763671875],[-78.85986328125,43.76240348815918],[-78.86474609375,43.760640144348145],[-78.86688709259033,43.759765625],[-78.86962890625,43.7586555480957],[-78.87451171875,43.75688362121582],[-78.87703895568848,43.755859375],[-78.87939453125,43.754902839660645],[-78.88427734375,43.75314712524414],[-78.88726234436035,43.751953125],[-78.88916015625,43.751173973083496],[-78.89404296875,43.74940490722656],[-78.89747142791748,43.748046875],[-78.89892578125,43.74744415283203],[-78.90380859375,43.745635986328125],[-78.90758514404297,43.744140625],[-78.90869140625,43.74367713928223],[-78.91357421875,43.74183940887451],[-78.91765117645264,43.740234375],[-78.91845703125,43.73989486694336],[-78.92333984375,43.738043785095215],[-78.9277172088623,43.736328125],[-78.92822265625,43.73611545562744],[-78.93310546875,43.73425579071045],[-78.93784523010254,43.732421875],[-78.93798828125,43.732359886169434],[-78.94287109375,43.73046398162842],[-78.94775390625,43.72859287261963],[-78.94793033599854,43.728515625],[-78.95263671875,43.726654052734375],[-78.95751953125,43.72479057312012],[-78.95793437957764,43.724609375],[-78.96240234375,43.72282028198242],[-78.96728515625,43.720967292785645],[-78.9678955078125,43.720703125],[-78.97216796875,43.718995094299316],[-78.97705078125,43.71719551086426],[-78.97799968719482,43.716796875],[-78.98193359375,43.715243339538574],[-78.98681640625,43.71347904205322],[-78.98823738098145,43.712890625],[-78.99169921875,43.71151351928711],[-78.99658203125,43.7097692489624],[-78.99850368499756,43.708984375],[-79.00146484375,43.707794189453125],[-79.00634765625,43.70603561401367],[-79.00869846343994,43.705078125],[-79.01123046875,43.70404529571533],[-79.01611328125,43.70226192474365],[-79.01878833770752,43.701171875],[-79.02099609375,43.70026206970215],[-79.02587890625,43.698463439941406],[-79.02883529663086,43.697265625],[-79.03076171875,43.69647026062012],[-79.03564453125,43.694671630859375],[-79.03890132904053,43.693359375],[-79.04052734375,43.69268321990967],[-79.04541015625,43.69089221954346],[-79.04903888702393,43.689453125],[-79.05029296875,43.68892860412598],[-79.05517578125,43.687110900878906],[-79.05913352966309,43.685546875],[-79.06005859375,43.68515682220459],[-79.06494140625,43.68330478668213],[-79.06915187835693,43.681640625],[-79.06982421875,43.681355476379395],[-79.07470703125,43.67947769165039],[-79.07914161682129,43.677734375],[-79.07958984375,43.67754364013672],[-79.08447265625,43.67565631866455],[-79.08914089202881,43.673828125],[-79.08935546875,43.67373752593994],[-79.09423828125,43.671841621398926],[-79.09912109375,43.66995048522949],[-79.09918785095215,43.669921875],[-79.10400390625,43.668025970458984],[-79.10888671875,43.66615581512451],[-79.10921096801758,43.666015625],[-79.11376953125,43.66419696807861],[-79.11865234375,43.66233253479004],[-79.11916732788086,43.662109375],[-79.12353515625,43.6603479385376],[-79.12841796875,43.65848922729492],[-79.12907600402832,43.658203125],[-79.13330078125,43.656500816345215],[-79.13818359375,43.65468883514404],[-79.13910865783691,43.654296875],[-79.14306640625,43.65271759033203],[-79.14794921875,43.65091419219971],[-79.14919376373291,43.650390625],[-79.15283203125,43.64893436431885],[-79.15771484375,43.647172927856445],[-79.15937900543213,43.646484375],[-79.16259765625,43.64518928527832],[-79.16748046875,43.643423080444336],[-79.16953086853027,43.642578125],[-79.17236328125,43.64142608642578],[-79.17724609375,43.6396427154541],[-79.1796064376831,43.638671875],[-79.18212890625,43.63763427734375],[-79.18701171875,43.635833740234375],[-79.1896104812622,43.634765625],[-79.19189453125,43.63381767272949],[-79.19677734375,43.63200759887695],[-79.19958591461182,43.630859375],[-79.20166015625,43.6299991607666],[-79.20654296875,43.62819290161133],[-79.20958518981934,43.626953125],[-79.21142578125,43.62618541717529],[-79.21630859375,43.624388694763184],[-79.21964645385742,43.623046875],[-79.22119140625,43.62240123748779],[-79.22607421875,43.62058639526367],[-79.2296838760376,43.619140625],[-79.23095703125,43.61860466003418],[-79.23583984375,43.6167631149292],[-79.23965454101562,43.615234375],[-79.24072265625,43.61478233337402],[-79.24560546875,43.61292362213135],[-79.24960613250732,43.611328125],[-79.25048828125,43.610952377319336],[-79.25537109375,43.60908031463623],[-79.25954341888428,43.607421875],[-79.26025390625,43.60711860656738],[-79.26513671875,43.605244636535645],[-79.26949977874756,43.603515625],[-79.27001953125,43.60329341888428],[-79.27490234375,43.60141658782959],[-79.2795181274414,43.599609375],[-79.27978515625,43.59949588775635],[-79.28466796875,43.597588539123535],[-79.28948879241943,43.595703125],[-79.28955078125,43.595675468444824],[-79.29443359375,43.593740463256836],[-79.29931640625,43.59183406829834],[-79.29940223693848,43.591796875],[-79.30419921875,43.589877128601074],[-79.30908203125,43.58797740936279],[-79.30928230285645,43.587890625],[-79.31396484375,43.58601665496826],[-79.31884765625,43.584126472473145],[-79.31917190551758,43.583984375],[-79.32373046875,43.58215618133545],[-79.32861328125,43.58027172088623],[-79.32905673980713,43.580078125],[-79.33349609375,43.578301429748535],[-79.33837890625,43.576443672180176],[-79.33900356292725,43.576171875],[-79.34326171875,43.5744514465332],[-79.34814453125,43.57259559631348],[-79.34890270233154,43.572265625],[-79.35302734375,43.57059383392334],[-79.35791015625,43.56877422332764],[-79.35888290405273,43.568359375],[-79.36279296875,43.5667781829834],[-79.36767578125,43.56495666503906],[-79.36885833740234,43.564453125],[-79.37255859375,43.562947273254395],[-79.37744140625,43.56112194061279],[-79.37879085540771,43.560546875],[-79.38232421875,43.55910587310791],[-79.38720703125,43.557278633117676],[-79.38871383666992,43.556640625],[-79.39208984375,43.555267333984375],[-79.39697265625,43.55347156524658],[-79.39872741699219,43.552734375],[-79.40185546875,43.551456451416016],[-79.40673828125,43.54966449737549],[-79.40874576568604,43.548828125],[-79.41162109375,43.54764747619629],[-79.41650390625,43.54584789276123],[-79.41872596740723,43.544921875],[-79.42138671875,43.54382133483887],[-79.42626953125,43.54200839996338],[-79.42865371704102,43.541015625],[-79.43115234375,43.5399751663208],[-79.43603515625,43.5381498336792],[-79.43853378295898,43.537109375],[-79.44091796875,43.53611087799072],[-79.44580078125,43.53428077697754],[-79.44839477539062,43.533203125],[-79.45068359375,43.532249450683594],[-79.45556640625,43.530426025390625],[-79.45828914642334,43.529296875],[-79.46044921875,43.52839374542236],[-79.46533203125,43.526580810546875],[-79.46823120117188,43.525390625],[-79.47021484375,43.524559020996094],[-79.47509765625,43.52274417877197],[-79.47817802429199,43.521484375],[-79.47998046875,43.52072525024414],[-79.48486328125,43.518893241882324],[-79.48807716369629,43.517578125],[-79.48974609375,43.51687240600586],[-79.49462890625,43.51502513885498],[-79.49793338775635,43.513671875],[-79.49951171875,43.513001441955566],[-79.50439453125,43.51114559173584],[-79.5077657699585,43.509765625],[-79.50927734375,43.50912380218506],[-79.51416015625,43.5072660446167],[-79.51760292053223,43.505859375],[-79.51904296875,43.505248069763184],[-79.52392578125,43.50339412689209],[-79.52745914459229,43.501953125],[-79.52880859375,43.50137805938721],[-79.53369140625,43.499534606933594],[-79.53737258911133,43.498046875],[-79.53857421875,43.49753665924072],[-79.54345703125,43.49567985534668],[-79.54727172851562,43.494140625],[-79.54833984375,43.49368381500244],[-79.55322265625,43.49181079864502],[-79.5571231842041,43.490234375],[-79.55810546875,43.489813804626465],[-79.56298828125,43.48792743682861],[-79.5669412612915,43.486328125],[-79.56787109375,43.48592948913574],[-79.57275390625,43.48403549194336],[-79.57674980163574,43.482421875],[-79.57763671875,43.48204040527344],[-79.58251953125,43.480149269104004],[-79.58656787872314,43.478515625],[-79.58740234375,43.478156089782715],[-79.59228515625,43.476263999938965],[-79.59638118743896,43.474609375],[-79.59716796875,43.474270820617676],[-79.60205078125,43.47239017486572],[-79.60626602172852,43.470703125],[-79.60693359375,43.47041606903076],[-79.61181640625,43.468520164489746],[-79.61612701416016,43.466796875],[-79.61669921875,43.466548919677734],[-79.62158203125,43.46463871002197],[-79.62594509124756,43.462890625],[-79.62646484375,43.462666511535645],[-79.63134765625,43.460744857788086],[-79.63573932647705,43.458984375],[-79.63623046875,43.458770751953125],[-79.64111328125,43.45684337615967],[-79.64551448822021,43.455078125],[-79.64599609375,43.45486831665039],[-79.65087890625,43.452940940856934],[-79.65528964996338,43.451171875],[-79.65576171875,43.45096683502197],[-79.66064453125,43.44904136657715],[-79.66505527496338,43.447265625],[-79.66552734375,43.44706058502197],[-79.67041015625,43.44514083862305],[-79.67484951019287,43.443359375],[-79.67529296875,43.4431676864624],[-79.68017578125,43.44124698638916],[-79.68466281890869,43.439453125],[-79.68505859375,43.43928050994873],[-79.68994140625,43.43735122680664],[-79.69444751739502,43.435546875],[-79.69482421875,43.43538188934326],[-79.69970703125,43.433444023132324],[-79.70419406890869,43.431640625],[-79.70458984375,43.43146896362305],[-79.70947265625,43.42952823638916],[-79.7139310836792,43.427734375],[-79.71435546875,43.4275484085083],[-79.71923828125,43.4256067276001],[-79.72365379333496,43.423828125],[-79.72412109375,43.423624992370605],[-79.72900390625,43.42168712615967],[-79.73336696624756,43.419921875],[-79.73388671875,43.41969394683838],[-79.73876953125,43.41776180267334],[-79.74308013916016,43.416015625],[-79.74365234375,43.415767669677734],[-79.74853515625,43.41385555267334],[-79.75286960601807,43.412109375],[-79.75341796875,43.4118709564209],[-79.75830078125,43.40994834899902],[-79.7626256942749,43.408203125],[-79.76318359375,43.40796089172363],[-79.76806640625,43.40603828430176],[-79.77238655090332,43.404296875],[-79.77294921875,43.40405082702637],[-79.77783203125,43.402122497558594],[-79.78210926055908,43.400390625],[-79.78271484375,43.40012741088867],[-79.78759765625,43.39819622039795],[-79.79181289672852,43.396484375],[-79.79248046875,43.396193504333496],[-79.79736328125,43.39426612854004],[-79.80152130126953,43.392578125],[-79.80224609375,43.392263412475586],[-79.80712890625,43.390342712402344],[-79.81123924255371,43.388671875],[-79.81201171875,43.38833713531494],[-79.81689453125,43.38641929626465],[-79.82093811035156,43.384765625],[-79.82177734375,43.384400367736816],[-79.82666015625,43.38249111175537],[-79.83065605163574,43.380859375],[-79.83154296875,43.380473136901855],[-79.83642578125,43.378562927246094],[-79.84034538269043,43.376953125],[-79.84130859375,43.376532554626465],[-79.84619140625,43.37460803985596],[-79.84994411468506,43.373046875],[-79.85107421875,43.37255096435547],[-79.85595703125,43.37060546875],[-79.85940456390381,43.369140625],[-79.86083984375,43.36850643157959],[-79.86572265625,43.36658477783203],[-79.86894130706787,43.365234375],[-79.87060546875,43.36451435089111],[-79.87548828125,43.36263370513916],[-79.87861633300781,43.361328125],[-79.88037109375,43.36057472229004],[-79.88525390625,43.35870170593262],[-79.88832473754883,43.357421875],[-79.89013671875,43.356648445129395],[-79.89501953125,43.354780197143555],[-79.89805221557617,43.353515625],[-79.89990234375,43.35272693634033],[-79.90478515625,43.35085487365723],[-79.90774631500244,43.349609375],[-79.90966796875,43.34878635406494],[-79.91455078125,43.346922874450684],[-79.91745948791504,43.345703125],[-79.91943359375,43.34485912322998],[-79.92431640625,43.34299945831299],[-79.92717742919922,43.341796875],[-79.92919921875,43.3409309387207],[-79.93408203125,43.33906555175781],[-79.9368667602539,43.337890625],[-79.93896484375,43.33699321746826],[-79.94384765625,43.33512306213379],[-79.94654178619385,43.333984375],[-79.94873046875,43.333048820495605],[-79.95361328125,43.33117961883545],[-79.95620727539062,43.330078125],[-79.95849609375,43.329100608825684],[-79.96337890625,43.32722282409668],[-79.96583938598633,43.326171875],[-79.96826171875,43.3251371383667],[-79.97314453125,43.32325744628906],[-79.97546195983887,43.322265625],[-79.97802734375,43.32117176055908],[-79.98291015625,43.319292068481445],[-79.98507499694824,43.318359375],[-79.98779296875,43.317203521728516],[-79.99267578125,43.31531238555908],[-79.99465465545654,43.314453125],[-79.99755859375,43.31321907043457],[-80.00244140625,43.311354637145996],[-80.00431537628174,43.310546875],[-80.00732421875,43.30928134918213],[-80.01220703125,43.3074312210083],[-80.01404762268066,43.306640625],[-80.01708984375,43.30536365509033],[-80.02197265625,43.303507804870605],[-80.02376556396484,43.302734375],[-80.02685546875,43.30143451690674],[-80.03173828125,43.299564361572266],[-80.03342628479004,43.298828125],[-80.03662109375,43.297478675842285],[-80.04150390625,43.29559135437012],[-80.04302978515625,43.294921875],[-80.04638671875,43.293503761291504],[-80.05126953125,43.291611671447754],[-80.0526237487793,43.291015625],[-80.05615234375,43.28952884674072],[-80.06103515625,43.28763008117676],[-80.06220817565918,43.287109375],[-80.06591796875,43.28554630279541],[-80.07080078125,43.28363037109375],[-80.0717544555664,43.283203125],[-80.07568359375,43.28155517578125],[-80.08056640625,43.27964210510254],[-80.08134365081787,43.279296875],[-80.08544921875,43.27759265899658],[-80.09033203125,43.275691986083984],[-80.09101390838623,43.275390625],[-80.09521484375,43.273661613464355],[-80.10009765625,43.27176094055176],[-80.10072231292725,43.271484375],[-80.10498046875,43.269731521606445],[-80.10986328125,43.26782512664795],[-80.1104211807251,43.267578125],[-80.11474609375,43.265798568725586],[-80.11962890625,43.26388454437256],[-80.1201057434082,43.263671875],[-80.12451171875,43.261857986450195],[-80.12939453125,43.25993061065674],[-80.1297664642334,43.259765625],[-80.13427734375,43.25791358947754],[-80.13916015625,43.255980491638184],[-80.13943195343018,43.255859375],[-80.14404296875,43.25396537780762],[-80.14892578125,43.25201416015625],[-80.14906406402588,43.251953125],[-80.15380859375,43.250006675720215],[-80.15867710113525,43.248046875],[-80.15869140625,43.2480411529541],[-80.16357421875,43.2460412979126],[-80.1682710647583,43.244140625],[-80.16845703125,43.24405860900879],[-80.17333984375,43.242079734802246],[-80.17787456512451,43.240234375],[-80.17822265625,43.24007987976074],[-80.18310546875,43.23810958862305],[-80.18745422363281,43.236328125],[-80.18798828125,43.236093521118164],[-80.19287109375,43.23414897918701],[-80.19709587097168,43.232421875],[-80.19775390625,43.23213195800781],[-80.20263671875,43.230201721191406],[-80.20675659179688,43.228515625],[-80.20751953125,43.22818088531494],[-80.21240234375,43.22625160217285],[-80.216383934021,43.224609375],[-80.21728515625,43.22421360015869],[-80.22216796875,43.22228527069092],[-80.2259874343872,43.220703125],[-80.22705078125,43.22023582458496],[-80.23193359375,43.21830654144287],[-80.23553848266602,43.216796875],[-80.23681640625,43.21623611450195],[-80.24169921875,43.214317321777344],[-80.2450942993164,43.212890625],[-80.24658203125,43.21224021911621],[-80.25146484375,43.21032428741455],[-80.25463104248047,43.208984375],[-80.25634765625,43.208234786987305],[-80.26123046875,43.20631790161133],[-80.26412963867188,43.205078125],[-80.26611328125,43.20421600341797],[-80.27099609375,43.20230770111084],[-80.27363300323486,43.201171875],[-80.27587890625,43.200199127197266],[-80.28076171875,43.19828796386719],[-80.28311729431152,43.197265625],[-80.28564453125,43.1961727142334],[-80.29052734375,43.19426155090332],[-80.29259204864502,43.193359375],[-80.29541015625,43.19214630126953],[-80.30029296875,43.190223693847656],[-80.30202388763428,43.189453125],[-80.30517578125,43.18809700012207],[-80.31005859375,43.18615913391113],[-80.3114128112793,43.185546875],[-80.31494140625,43.184030532836914],[-80.31982421875,43.18208885192871],[-80.32081604003906,43.181640625],[-80.32470703125,43.1799898147583],[-80.32958984375,43.17808151245117],[-80.33037185668945,43.177734375],[-80.33447265625,43.1760311126709],[-80.33935546875,43.17412281036377],[-80.3400182723999,43.173828125],[-80.34423828125,43.172067642211914],[-80.34912109375,43.170135498046875],[-80.34960269927979,43.169921875],[-80.35400390625,43.16810703277588],[-80.35888671875,43.16617298126221],[-80.35923480987549,43.166015625],[-80.36376953125,43.164124488830566],[-80.36865234375,43.16213893890381],[-80.36871910095215,43.162109375],[-80.37353515625,43.16010856628418],[-80.37817001342773,43.158203125],[-80.37841796875,43.15809154510498],[-80.38330078125,43.15608310699463],[-80.38761138916016,43.154296875],[-80.38818359375,43.1540412902832],[-80.39306640625,43.15206813812256],[-80.39710521697998,43.150390625],[-80.39794921875,43.15001583099365],[-80.40283203125,43.14805793762207],[-80.4065990447998,43.146484375],[-80.40771484375,43.145992279052734],[-80.41259765625,43.144060134887695],[-80.41613101959229,43.142578125],[-80.41748046875,43.141987800598145],[-80.42236328125,43.14006423950195],[-80.42564868927002,43.138671875],[-80.42724609375,43.13797187805176],[-80.43212890625,43.136046409606934],[-80.43510913848877,43.134765625],[-80.43701171875,43.133931159973145],[-80.44189453125,43.13200378417969],[-80.44452667236328,43.130859375],[-80.44677734375,43.129876136779785],[-80.45166015625,43.12796878814697],[-80.4539966583252,43.126953125],[-80.45654296875,43.125850677490234],[-80.46142578125,43.12394046783447],[-80.46345710754395,43.123046875],[-80.46630859375,43.12181282043457],[-80.47119140625,43.119887351989746],[-80.47286033630371,43.119140625],[-80.47607421875,43.11775016784668],[-80.48095703125,43.11580467224121],[-80.48221588134766,43.115234375],[-80.48583984375,43.11367988586426],[-80.49072265625,43.11174392700195],[-80.49164295196533,43.111328125],[-80.49560546875,43.10964775085449],[-80.50048828125,43.107720375061035],[-80.50115585327148,43.107421875],[-80.50537109375,43.1056547164917],[-80.51025390625,43.10370922088623],[-80.51068305969238,43.103515625],[-80.51513671875,43.10165786743164],[-80.52001953125,43.099687576293945],[-80.52019119262695,43.099609375],[-80.52490234375,43.097649574279785],[-80.52966117858887,43.095703125],[-80.52978515625,43.09564685821533],[-80.53466796875,43.09362506866455],[-80.53907871246338,43.091796875],[-80.53955078125,43.09158515930176],[-80.54443359375,43.08958911895752],[-80.54850101470947,43.087890625],[-80.54931640625,43.087528228759766],[-80.55419921875,43.085564613342285],[-80.55795669555664,43.083984375],[-80.55908203125,43.0834846496582],[-80.56396484375,43.0815315246582],[-80.56737899780273,43.080078125],[-80.56884765625,43.07942771911621],[-80.57373046875,43.07748508453369],[-80.57677745819092,43.076171875],[-80.57861328125,43.07536315917969],[-80.58349609375,43.07342720031738],[-80.58615684509277,43.072265625],[-80.58837890625,43.07129096984863],[-80.59326171875,43.06935787200928],[-80.59552192687988,43.068359375],[-80.59814453125,43.06721496582031],[-80.60302734375,43.06528663635254],[-80.60489654541016,43.064453125],[-80.60791015625,43.063143730163574],[-80.61279296875,43.06119728088379],[-80.61422824859619,43.060546875],[-80.61767578125,43.05905342102051],[-80.62255859375,43.057090759277344],[-80.62354564666748,43.056640625],[-80.62744140625,43.05497074127197],[-80.63232421875,43.05303478240967],[-80.63299655914307,43.052734375],[-80.63720703125,43.0509672164917],[-80.64208984375,43.04901695251465],[-80.64250946044922,43.048828125],[-80.64697265625,43.04695701599121],[-80.65185546875,43.044968605041504],[-80.6519603729248,43.044921875],[-80.65673828125,43.042924880981445],[-80.66134929656982,43.041015625],[-80.66162109375,43.040892601013184],[-80.66650390625,43.0388708114624],[-80.67070484161377,43.037109375],[-80.67138671875,43.03680229187012],[-80.67626953125,43.03481483459473],[-80.6800889968872,43.033203125],[-80.68115234375,43.03272819519043],[-80.68603515625,43.030762672424316],[-80.68946361541748,43.029296875],[-80.69091796875,43.02864933013916],[-80.69580078125,43.0266809463501],[-80.69876194000244,43.025390625],[-80.70068359375,43.02453804016113],[-80.70556640625,43.02258586883545],[-80.70806980133057,43.021484375],[-80.71044921875,43.02043628692627],[-80.71533203125,43.01847743988037],[-80.71733474731445,43.017578125],[-80.72021484375,43.01630687713623],[-80.72509765625,43.014312744140625],[-80.72649002075195,43.013671875],[-80.72998046875,43.012142181396484],[-80.73486328125,43.010162353515625],[-80.73573112487793,43.009765625],[-80.73974609375,43.00804615020752],[-80.74462890625,43.006093978881836],[-80.74514865875244,43.005859375],[-80.74951171875,43.00403022766113],[-80.75439453125,43.00205039978027],[-80.75460910797119,43.001953125],[-80.75927734375,43.00000762939453],[-80.76405048370361,42.998046875],[-80.76416015625,42.99799823760986],[-80.76904296875,42.99598693847656],[-80.77351093292236,42.994140625],[-80.77392578125,42.993953704833984],[-80.77880859375,42.99195957183838],[-80.78292846679688,42.990234375],[-80.78369140625,42.98989295959473],[-80.78857421875,42.98791980743408],[-80.7923412322998,42.986328125],[-80.79345703125,42.98583126068115],[-80.79833984375,42.98387813568115],[-80.80174922943115,42.982421875],[-80.80322265625,42.981767654418945],[-80.80810546875,42.97981834411621],[-80.81110954284668,42.978515625],[-80.81298828125,42.97768306732178],[-80.81787109375,42.975730895996094],[-80.82041263580322,42.974609375],[-80.82275390625,42.973572731018066],[-80.82763671875,42.97161674499512],[-80.82967281341553,42.970703125],[-80.83251953125,42.969449043273926],[-80.83740234375,42.967474937438965],[-80.83888530731201,42.966796875],[-80.84228515625,42.96530628204346],[-80.84716796875,42.963327407836914],[-80.8481216430664,42.962890625],[-80.85205078125,42.96119499206543],[-80.85693359375,42.95923614501953],[-80.8574914932251,42.958984375],[-80.86181640625,42.957159996032715],[-80.86669921875,42.95517826080322],[-80.86691856384277,42.955078125],[-80.87158203125,42.95312213897705],[-80.8763074874878,42.951171875],[-80.87646484375,42.95109939575195],[-80.88134765625,42.94907188415527],[-80.88566780090332,42.947265625],[-80.88623046875,42.947011947631836],[-80.89111328125,42.9450044631958],[-80.89498519897461,42.943359375],[-80.89599609375,42.94290542602539],[-80.90087890625,42.94092273712158],[-80.90429306030273,42.939453125],[-80.90576171875,42.93879699707031],[-80.91064453125,42.93682289123535],[-80.91355323791504,42.935546875],[-80.91552734375,42.93466663360596],[-80.92041015625,42.93269157409668],[-80.92276096343994,42.931640625],[-80.92529296875,42.93051338195801],[-80.93017578125,42.92851638793945],[-80.9318733215332,42.927734375],[-80.93505859375,42.92631721496582],[-80.93994140625,42.924293518066406],[-80.94093799591064,42.923828125],[-80.94482421875,42.9221305847168],[-80.94970703125,42.920169830322266],[-80.95025539398193,42.919921875],[-80.95458984375,42.918094635009766],[-80.95947265625,42.91611289978027],[-80.95968723297119,42.916015625],[-80.96435546875,42.9140510559082],[-80.96902847290039,42.912109375],[-80.96923828125,42.912014961242676],[-80.97412109375,42.909979820251465],[-80.97834587097168,42.908203125],[-80.97900390625,42.90790557861328],[-80.98388671875,42.90590572357178],[-80.98765850067139,42.904296875],[-80.98876953125,42.90379810333252],[-80.99365234375,42.901803970336914],[-80.99689960479736,42.900390625],[-80.99853515625,42.89965534210205],[-81.00341796875,42.897671699523926],[-81.0060977935791,42.896484375],[-81.00830078125,42.89550018310547],[-81.01318359375,42.89351844787598],[-81.01526260375977,42.892578125],[-81.01806640625,42.89133358001709],[-81.02294921875,42.88933181762695],[-81.02437496185303,42.888671875],[-81.02783203125,42.8871488571167],[-81.03271484375,42.885159492492676],[-81.03356838226318,42.884765625],[-81.03759765625,42.88303089141846],[-81.04248046875,42.88105297088623],[-81.0429048538208,42.880859375],[-81.04736328125,42.8789758682251],[-81.05224609375,42.87696075439453],[-81.05226039886475,42.876953125],[-81.05712890625,42.87491512298584],[-81.06159210205078,42.873046875],[-81.06201171875,42.872857093811035],[-81.06689453125,42.87083625793457],[-81.070876121521,42.869140625],[-81.07177734375,42.868730545043945],[-81.07666015625,42.86672782897949],[-81.08009338378906,42.865234375],[-81.08154296875,42.864580154418945],[-81.08642578125,42.862592697143555],[-81.08928680419922,42.861328125],[-81.09130859375,42.860419273376465],[-81.09619140625,42.858436584472656],[-81.09843730926514,42.857421875],[-81.10107421875,42.856242179870605],[-81.10595703125,42.85424518585205],[-81.10754013061523,42.853515625],[-81.11083984375,42.852054595947266],[-81.11572265625,42.850064277648926],[-81.11670970916748,42.849609375],[-81.12060546875,42.847923278808594],[-81.12548828125,42.84595966339111],[-81.12605571746826,42.845703125],[-81.13037109375,42.84387397766113],[-81.13525390625,42.84187126159668],[-81.13541603088379,42.841796875],[-81.14013671875,42.83980083465576],[-81.14468097686768,42.837890625],[-81.14501953125,42.83773612976074],[-81.14990234375,42.835694313049316],[-81.15388870239258,42.833984375],[-81.15478515625,42.83357524871826],[-81.15966796875,42.83156108856201],[-81.1630630493164,42.830078125],[-81.16455078125,42.8294038772583],[-81.16943359375,42.82740783691406],[-81.17220878601074,42.826171875],[-81.17431640625,42.82522201538086],[-81.17919921875,42.82322406768799],[-81.1812973022461,42.822265625],[-81.18408203125,42.821014404296875],[-81.18896484375,42.818992614746094],[-81.1903190612793,42.818359375],[-81.19384765625,42.816795349121094],[-81.19873046875,42.814815521240234],[-81.19952201843262,42.814453125],[-81.20361328125,42.81269359588623],[-81.20849609375,42.81069850921631],[-81.20882987976074,42.810546875],[-81.21337890625,42.808613777160645],[-81.21809482574463,42.806640625],[-81.21826171875,42.80656433105469],[-81.22314453125,42.804505348205566],[-81.22729301452637,42.802734375],[-81.22802734375,42.802398681640625],[-81.23291015625,42.80037879943848],[-81.23647689819336,42.798828125],[-81.23779296875,42.79823112487793],[-81.24267578125,42.796223640441895],[-81.24559879302979,42.794921875],[-81.24755859375,42.79403591156006],[-81.25244140625,42.79203987121582],[-81.2546968460083,42.791015625],[-81.25732421875,42.78983688354492],[-81.26220703125,42.78781795501709],[-81.26372337341309,42.787109375],[-81.26708984375,42.785606384277344],[-81.27197265625,42.78360176086426],[-81.27283096313477,42.783203125],[-81.27685546875,42.78145217895508],[-81.28173828125,42.77944755554199],[-81.28206729888916,42.779296875],[-81.28662109375,42.77735137939453],[-81.29128456115723,42.775390625],[-81.29150390625,42.77528953552246],[-81.29638671875,42.77322864532471],[-81.30045890808105,42.771484375],[-81.30126953125,42.77111339569092],[-81.30615234375,42.769089698791504],[-81.30960941314697,42.767578125],[-81.31103515625,42.76693058013916],[-81.31591796875,42.76492214202881],[-81.31871223449707,42.763671875],[-81.32080078125,42.76272678375244],[-81.32568359375,42.76071834564209],[-81.32775783538818,42.759765625],[-81.33056640625,42.75849914550781],[-81.33544921875,42.756460189819336],[-81.33672714233398,42.755859375],[-81.34033203125,42.75425434112549],[-81.34521484375,42.75227165222168],[-81.34591102600098,42.751953125],[-81.35009765625,42.750152587890625],[-81.35498046875,42.748135566711426],[-81.35517120361328,42.748046875],[-81.35986328125,42.74604415893555],[-81.36435031890869,42.744140625],[-81.36474609375,42.74395942687988],[-81.36962890625,42.74190044403076],[-81.37346744537354,42.740234375],[-81.37451171875,42.73975467681885],[-81.37939453125,42.73772430419922],[-81.38253688812256,42.736328125],[-81.38427734375,42.735533714294434],[-81.38916015625,42.73351573944092],[-81.39155387878418,42.732421875],[-81.39404296875,42.73128890991211],[-81.39892578125,42.72924327850342],[-81.40047073364258,42.728515625],[-81.40380859375,42.72701358795166],[-81.40869140625,42.72500419616699],[-81.4095401763916,42.724609375],[-81.41357421875,42.72285079956055],[-81.41845703125,42.72083282470703],[-81.41873836517334,42.720703125],[-81.42333984375,42.718729972839355],[-81.42789840698242,42.716796875],[-81.42822265625,42.716647148132324],[-81.43310546875,42.714582443237305],[-81.43700122833252,42.712890625],[-81.43798828125,42.71243762969971],[-81.44287109375,42.71040058135986],[-81.4460563659668,42.708984375],[-81.44775390625,42.708208084106445],[-81.45263671875,42.7061882019043],[-81.45506858825684,42.705078125],[-81.45751953125,42.70396327972412],[-81.46240234375,42.70191669464111],[-81.46398067474365,42.701171875],[-81.46728515625,42.69968223571777],[-81.47216796875,42.69766807556152],[-81.47303581237793,42.697265625],[-81.47705078125,42.695515632629395],[-81.48193359375,42.693501472473145],[-81.48224353790283,42.693359375],[-81.48681640625,42.69139862060547],[-81.49141311645508,42.689453125],[-81.49169921875,42.68932056427002],[-81.49658203125,42.68725109100342],[-81.50050163269043,42.685546875],[-81.50146484375,42.68510341644287],[-81.50634765625,42.68306064605713],[-81.5095329284668,42.681640625],[-81.51123046875,42.680861473083496],[-81.51611328125,42.678829193115234],[-81.51849746704102,42.677734375],[-81.52099609375,42.67659378051758],[-81.52587890625,42.67453861236572],[-81.52738094329834,42.673828125],[-81.53076171875,42.67230224609375],[-81.53564453125,42.67028999328613],[-81.53643608093262,42.669921875],[-81.54052734375,42.66813945770264],[-81.54541015625,42.66610527038574],[-81.54560565948486,42.666015625],[-81.55029296875,42.66400337219238],[-81.5547227859497,42.662109375],[-81.55517578125,42.66189956665039],[-81.56005859375,42.65983200073242],[-81.56376361846924,42.658203125],[-81.56494140625,42.657657623291016],[-81.56982421875,42.65561103820801],[-81.57272815704346,42.654296875],[-81.57470703125,42.65338706970215],[-81.57958984375,42.651339530944824],[-81.58162117004395,42.650390625],[-81.58447265625,42.64908695220947],[-81.58935546875,42.647027015686035],[-81.59049987792969,42.646484375],[-81.59423828125,42.64481544494629],[-81.59912109375,42.6428108215332],[-81.5996265411377,42.642578125],[-81.60400390625,42.64069175720215],[-81.60877704620361,42.638671875],[-81.60888671875,42.638620376586914],[-81.61376953125,42.63653087615967],[-81.61783695220947,42.634765625],[-81.61865234375,42.63438701629639],[-81.62353515625,42.6323356628418],[-81.6268539428711,42.630859375],[-81.62841796875,42.63013744354248],[-81.63330078125,42.62809181213379],[-81.63578033447266,42.626953125],[-81.63818359375,42.62584972381592],[-81.64306640625,42.62376880645752],[-81.6445779800415,42.623046875],[-81.64794921875,42.62151622772217],[-81.65283203125,42.619483947753906],[-81.65357112884521,42.619140625],[-81.65771484375,42.61733531951904],[-81.66259765625,42.6152982711792],[-81.66273593902588,42.615234375],[-81.66748046875,42.61319541931152],[-81.67181968688965,42.611328125],[-81.67236328125,42.61107635498047],[-81.67724609375,42.608994483947754],[-81.68079376220703,42.607421875],[-81.68212890625,42.60680294036865],[-81.68701171875,42.60475444793701],[-81.6897439956665,42.603515625],[-81.69189453125,42.602532386779785],[-81.69677734375,42.600473403930664],[-81.69861316680908,42.599609375],[-81.70166015625,42.59822177886963],[-81.70654296875,42.59615898132324],[-81.70750141143799,42.595703125],[-81.71142578125,42.593953132629395],[-81.71630859375,42.591922760009766],[-81.71658039093018,42.591796875],[-81.72119140625,42.58980941772461],[-81.72569274902344,42.587890625],[-81.72607421875,42.587714195251465],[-81.73095703125,42.58563232421875],[-81.73470497131348,42.583984375],[-81.73583984375,42.58345890045166],[-81.74072265625,42.581390380859375],[-81.74360752105713,42.580078125],[-81.74560546875,42.57915687561035],[-81.75048828125,42.57709503173828],[-81.7524528503418,42.576171875],[-81.75537109375,42.574835777282715],[-81.76025390625,42.5727653503418],[-81.76130294799805,42.572265625],[-81.76513671875,42.57054901123047],[-81.77001953125,42.568522453308105],[-81.77036762237549,42.568359375],[-81.77490234375,42.56639575958252],[-81.7794418334961,42.564453125],[-81.77978515625,42.56429386138916],[-81.78466796875,42.562198638916016],[-81.78840160369873,42.560546875],[-81.78955078125,42.560011863708496],[-81.79443359375,42.557939529418945],[-81.79727077484131,42.556640625],[-81.79931640625,42.55569267272949],[-81.80419921875,42.55362033843994],[-81.80607318878174,42.552734375],[-81.80908203125,42.55135440826416],[-81.81396484375,42.54930019378662],[-81.81496143341064,42.548828125],[-81.81884765625,42.54710006713867],[-81.82373046875,42.54506587982178],[-81.82404041290283,42.544921875],[-81.82861328125,42.54293632507324],[-81.83306694030762,42.541015625],[-81.83349609375,42.54081630706787],[-81.83837890625,42.53871822357178],[-81.84198379516602,42.537109375],[-81.84326171875,42.53651237487793],[-81.84814453125,42.534443855285645],[-81.85083389282227,42.533203125],[-81.85302734375,42.532185554504395],[-81.85791015625,42.53010177612305],[-81.85959815979004,42.529296875],[-81.86279296875,42.52783489227295],[-81.86767578125,42.525790214538574],[-81.8685245513916,42.525390625],[-81.87255859375,42.523606300354004],[-81.87744140625,42.52154350280762],[-81.87756538391113,42.521484375],[-81.88232421875,42.519418716430664],[-81.8865442276001,42.517578125],[-81.88720703125,42.51726818084717],[-81.89208984375,42.51518154144287],[-81.89543724060059,42.513671875],[-81.89697265625,42.51295471191406],[-81.90185546875,42.5108757019043],[-81.90423011779785,42.509765625],[-81.90673828125,42.508599281311035],[-81.91162109375,42.5064811706543],[-81.91290378570557,42.505859375],[-81.91650390625,42.504220962524414],[-81.92138671875,42.50219917297363],[-81.9219160079956,42.501953125],[-81.92626953125,42.5000638961792],[-81.93099975585938,42.498046875],[-81.93115234375,42.49797439575195],[-81.93603515625,42.4958610534668],[-81.93994522094727,42.494140625],[-81.94091796875,42.49368476867676],[-81.94580078125,42.491600036621094],[-81.9488000869751,42.490234375],[-81.95068359375,42.48936176300049],[-81.95556640625,42.48727798461914],[-81.95757389068604,42.486328125],[-81.96044921875,42.48500156402588],[-81.96533203125,42.48291492462158],[-81.96635723114014,42.482421875],[-81.97021484375,42.480685234069824],[-81.97509765625,42.47863960266113],[-81.9753646850586,42.478515625],[-81.97998046875,42.476505279541016],[-81.9843578338623,42.474609375],[-81.98486328125,42.47437286376953],[-81.98974609375,42.472270011901855],[-81.99323654174805,42.470703125],[-81.99462890625,42.470051765441895],[-81.99951171875,42.46796703338623],[-82.00201511383057,42.466796875],[-82.00439453125,42.4656867980957],[-82.00927734375,42.463571548461914],[-82.01067924499512,42.462890625],[-82.01416015625,42.4612922668457],[-82.01904296875,42.45925807952881],[-82.01962947845459,42.458984375],[-82.02392578125,42.45709705352783],[-82.02862739562988,42.455078125],[-82.02880859375,42.45499229431152],[-82.03369140625,42.45286846160889],[-82.03749656677246,42.451171875],[-82.03857421875,42.45066452026367],[-82.04345703125,42.44856834411621],[-82.04626560211182,42.447265625],[-82.04833984375,42.44629096984863],[-82.05322265625,42.444175720214844],[-82.05491065979004,42.443359375],[-82.05810546875,42.44187927246094],[-82.06298828125,42.4398193359375],[-82.06376075744629,42.439453125],[-82.06787109375,42.4376277923584],[-82.07271575927734,42.435546875],[-82.07275390625,42.435529708862305],[-82.07763671875,42.43339824676514],[-82.08159923553467,42.431640625],[-82.08251953125,42.43120574951172],[-82.08740234375,42.42910861968994],[-82.09039211273193,42.427734375],[-82.09228515625,42.42684459686279],[-82.09716796875,42.424729347229004],[-82.0990514755249,42.423828125],[-82.10205078125,42.42243957519531],[-82.10693359375,42.4203519821167],[-82.10783004760742,42.419921875],[-82.11181640625,42.418134689331055],[-82.11669921875,42.41606521606445],[-82.1168041229248,42.416015625],[-82.12158203125,42.41392517089844],[-82.12572574615479,42.412109375],[-82.12646484375,42.41176128387451],[-82.13134765625,42.40965747833252],[-82.13454246520996,42.408203125],[-82.13623046875,42.40741157531738],[-82.14111328125,42.40530967712402],[-82.14324474334717,42.404296875],[-82.14599609375,42.403014183044434],[-82.15087890625,42.40091133117676],[-82.15195655822754,42.400390625],[-82.15576171875,42.39866352081299],[-82.16064453125,42.396599769592285],[-82.16089248657227,42.396484375],[-82.16552734375,42.39444637298584],[-82.16978073120117,42.392578125],[-82.17041015625,42.39228057861328],[-82.17529296875,42.39016342163086],[-82.17854976654053,42.388671875],[-82.18017578125,42.387906074523926],[-82.18505859375,42.3857946395874],[-82.18721389770508,42.384765625],[-82.18994140625,42.3834867477417],[-82.19482421875,42.38138198852539],[-82.19590663909912,42.380859375],[-82.19970703125,42.379130363464355],[-82.20458984375,42.37704944610596],[-82.20479488372803,42.376953125],[-82.20947265625,42.37489318847656],[-82.21364498138428,42.373046875],[-82.21435546875,42.37270927429199],[-82.21923828125,42.370591163635254],[-82.22238540649414,42.369140625],[-82.22412109375,42.368316650390625],[-82.22900390625,42.36619281768799],[-82.23100185394287,42.365234375],[-82.23388671875,42.363884925842285],[-82.23876953125,42.36177921295166],[-82.23970890045166,42.361328125],[-82.24365234375,42.3595495223999],[-82.24853515625,42.35747051239014],[-82.24863529205322,42.357421875],[-82.25341796875,42.355319023132324],[-82.25749969482422,42.353515625],[-82.25830078125,42.3531379699707],[-82.26318359375,42.35102367401123],[-82.26625919342041,42.349609375],[-82.26806640625,42.348758697509766],[-82.27294921875,42.34663772583008],[-82.27489471435547,42.345703125],[-82.27783203125,42.34433174133301],[-82.28271484375,42.34223937988281],[-82.28363513946533,42.341796875],[-82.28759765625,42.34000492095947],[-82.29248046875,42.33790969848633],[-82.29251861572266,42.337890625],[-82.29736328125,42.33575248718262],[-82.3013162612915,42.333984375],[-82.30224609375,42.33354187011719],[-82.30712890625,42.3314208984375],[-82.30999946594238,42.330078125],[-82.31201171875,42.329124450683594],[-82.31689453125,42.326974868774414],[-82.31853008270264,42.326171875],[-82.32177734375,42.32465171813965],[-82.32666015625,42.3225793838501],[-82.3273229598999,42.322265625],[-82.33154296875,42.3203821182251],[-82.33617782592773,42.318359375],[-82.33642578125,42.31824207305908],[-82.34130859375,42.31609344482422],[-82.34490871429443,42.314453125],[-82.34619140625,42.31383991241455],[-82.35107421875,42.31171798706055],[-82.35354900360107,42.310546875],[-82.35595703125,42.309407234191895],[-82.36083984375,42.307244300842285],[-82.36206531524658,42.306640625],[-82.36572265625,42.304951667785645],[-82.37060546875,42.30289268493652],[-82.37093925476074,42.302734375],[-82.37548828125,42.30073070526123],[-82.37983226776123,42.298828125],[-82.38037109375,42.29857158660889],[-82.38525390625,42.29643630981445],[-82.38855838775635,42.294921875],[-82.39013671875,42.294175148010254],[-82.39501953125,42.2920446395874],[-82.39716053009033,42.291015625],[-82.39990234375,42.28972625732422],[-82.40478515625,42.287611961364746],[-82.4058198928833,42.287109375],[-82.40966796875,42.285348892211914],[-82.41455078125,42.283249855041504],[-82.41464614868164,42.283203125],[-82.41943359375,42.281081199645996],[-82.42340564727783,42.279296875],[-82.42431640625,42.278862953186035],[-82.42919921875,42.276723861694336],[-82.43202686309814,42.275390625],[-82.43408203125,42.274407386779785],[-82.43896484375,42.272236824035645],[-82.44048118591309,42.271484375],[-82.44384765625,42.2699031829834],[-82.44873046875,42.26782512664795],[-82.44925022125244,42.267578125],[-82.45361328125,42.26563262939453],[-82.45804786682129,42.263671875],[-82.45849609375,42.263458251953125],[-82.46337890625,42.261314392089844],[-82.4667501449585,42.259765625],[-82.46826171875,42.259042739868164],[-82.47314453125,42.256890296936035],[-82.47529029846191,42.255859375],[-82.47802734375,42.25457000732422],[-82.48291015625,42.252442359924316],[-82.48391628265381,42.251953125],[-82.48779296875,42.250176429748535],[-82.49267578125,42.24807834625244],[-82.49274253845215,42.248046875],[-82.49755859375,42.24591064453125],[-82.50150203704834,42.244140625],[-82.50244140625,42.24369239807129],[-82.50732421875,42.241549491882324],[-82.5101089477539,42.240234375],[-82.51220703125,42.23923397064209],[-82.51708984375,42.237061500549316],[-82.51856803894043,42.236328125],[-82.52197265625,42.234726905822754],[-82.52685546875,42.232651710510254],[-82.52733707427979,42.232421875],[-82.53173828125,42.23045825958252],[-82.53612041473389,42.228515625],[-82.53662109375,42.22827434539795],[-82.54150390625,42.226112365722656],[-82.5447130203247,42.224609375],[-82.54638671875,42.22380256652832],[-82.55126953125,42.221628189086914],[-82.5531530380249,42.220703125],[-82.55615234375,42.21927738189697],[-82.56103515625,42.217166900634766],[-82.5618028640747,42.216796875],[-82.56591796875,42.21494102478027],[-82.57060527801514,42.212890625],[-82.57080078125,42.21279811859131],[-82.57568359375,42.21063041687012],[-82.57929801940918,42.208984375],[-82.58056640625,42.208380699157715],[-82.58544921875,42.20623207092285],[-82.58785724639893,42.205078125],[-82.59033203125,42.20390319824219],[-82.59521484375,42.201751708984375],[-82.59639263153076,42.201171875],[-82.60009765625,42.19945240020752],[-82.60498046875,42.19735527038574],[-82.6051664352417,42.197265625],[-82.60986328125,42.195170402526855],[-82.61388301849365,42.193359375],[-82.61474609375,42.19294452667236],[-82.61962890625,42.19078731536865],[-82.62243270874023,42.189453125],[-82.62451171875,42.18845272064209],[-82.62939453125,42.18626022338867],[-82.63082027435303,42.185546875],[-82.63427734375,42.18391227722168],[-82.63916015625,42.181819915771484],[-82.63953685760498,42.181640625],[-82.64404296875,42.179625511169434],[-82.64825344085693,42.177734375],[-82.64892578125,42.17740821838379],[-82.65380859375,42.17525005340576],[-82.65683650970459,42.173828125],[-82.65869140625,42.17293357849121],[-82.66357421875,42.170735359191895],[-82.66521453857422,42.169921875],[-82.66845703125,42.16839122772217],[-82.67333984375,42.166297912597656],[-82.67392635345459,42.166015625],[-82.67822265625,42.16408061981201],[-82.68269538879395,42.162109375],[-82.68310546875,42.16191291809082],[-82.68798828125,42.15974235534668],[-82.69129753112793,42.158203125],[-82.69287109375,42.15744686126709],[-82.69775390625,42.155277252197266],[-82.69975185394287,42.154296875],[-82.70263671875,42.152923583984375],[-82.70751953125,42.150800704956055],[-82.70836353302002,42.150390625],[-82.71240234375,42.14853858947754],[-82.71704196929932,42.146484375],[-82.71728515625,42.1463680267334],[-82.72216796875,42.14418125152588],[-82.72560119628906,42.142578125],[-82.72705078125,42.14187431335449],[-82.73193359375,42.139689445495605],[-82.7340030670166,42.138671875],[-82.73681640625,42.1373233795166],[-82.74169921875,42.13517761230469],[-82.74254322052002,42.134765625],[-82.74658203125,42.13292121887207],[-82.75128364562988,42.130859375],[-82.75146484375,42.13077163696289],[-82.75634765625,42.128591537475586],[-82.75992393493652,42.126953125],[-82.76123046875,42.12632656097412],[-82.76611328125,42.12416076660156],[-82.76840686798096,42.123046875],[-82.77099609375,42.12181091308594],[-82.77587890625,42.11966323852539],[-82.77693748474121,42.119140625],[-82.78076171875,42.11736583709717],[-82.78562545776367,42.115234375],[-82.78564453125,42.11522579193115],[-82.79052734375,42.11303234100342],[-82.79422283172607,42.111328125],[-82.79541015625,42.11075401306152],[-82.80029296875,42.10857009887695],[-82.80264377593994,42.107421875],[-82.80517578125,42.10619926452637],[-82.81005859375,42.10403537750244],[-82.81111240386963,42.103515625],[-82.81494140625,42.10173416137695],[-82.81976222991943,42.099609375],[-82.81982421875,42.099578857421875],[-82.82470703125,42.09739398956299],[-82.82839775085449,42.095703125],[-82.82958984375,42.09512710571289],[-82.83447265625,42.09294319152832],[-82.83684253692627,42.091796875],[-82.83935546875,42.09059429168701],[-82.84423828125,42.088436126708984],[-82.84533977508545,42.087890625],[-82.84912109375,42.08613109588623],[-82.85400390625,42.08400344848633],[-82.85404205322266,42.083984375],[-82.85888671875,42.08180522918701],[-82.86264419555664,42.080078125],[-82.86376953125,42.079532623291016],[-82.86865234375,42.07734680175781],[-82.87106037139893,42.076171875],[-82.87353515625,42.07497692108154],[-82.87841796875,42.07280731201172],[-82.87950992584229,42.072265625],[-82.88330078125,42.07048988342285],[-82.8881025314331,42.068359375],[-82.88818359375,42.06831932067871],[-82.89306640625,42.066123962402344],[-82.89667129516602,42.064453125],[-82.89794921875,42.06383037567139],[-82.90283203125,42.06163501739502],[-82.90506362915039,42.060546875],[-82.90771484375,42.05927848815918],[-82.91259765625,42.05711841583252],[-82.91356563568115,42.056640625],[-82.91748046875,42.05482006072998],[-82.92222023010254,42.052734375],[-82.92236328125,42.0526647567749],[-82.92724609375,42.050469398498535],[-82.93077945709229,42.048828125],[-82.93212890625,42.048173904418945],[-82.93701171875,42.045979499816895],[-82.93915271759033,42.044921875],[-82.94189453125,42.04360103607178],[-82.94677734375,42.04145050048828],[-82.94765949249268,42.041015625],[-82.95166015625,42.03916072845459],[-82.95623302459717,42.037109375],[-82.95654296875,42.03695869445801],[-82.96142578125,42.034749031066895],[-82.96467781066895,42.033203125],[-82.96630859375,42.032402992248535],[-82.97119140625,42.03018283843994],[-82.97297477722168,42.029296875],[-82.97607421875,42.02781963348389],[-82.98095703125,42.025702476501465],[-82.98160076141357,42.025390625],[-82.98583984375,42.02345943450928],[-82.99028396606445,42.021484375],[-82.99072265625,42.02127265930176],[-82.99560546875,42.01908302307129],[-82.99879550933838,42.017578125],[-83.00048828125,42.01675605773926],[-83.00537109375,42.01454448699951],[-83.00710678100586,42.013671875],[-83.01025390625,42.01215934753418],[-83.01513671875,42.010032653808594],[-83.01568508148193,42.009765625],[-83.02001953125,42.00778388977051],[-83.02424907684326,42.005859375],[-83.02490234375,42.00553894042969],[-83.02978515625,42.003329277038574],[-83.03262710571289,42.001953125],[-83.03466796875,42.00094985961914],[-83.03955078125,41.998714447021484],[-83.04087162017822,41.998046875],[-83.04443359375,41.996355056762695],[-83.04931640625,41.99423408508301],[-83.04951190948486,41.994140625],[-83.05419921875,41.99202346801758],[-83.05811882019043,41.990234375],[-83.05908203125,41.98976707458496],[-83.06396484375,41.98757076263428],[-83.06652069091797,41.986328125],[-83.06884765625,41.98520278930664],[-83.07373046875,41.9830207824707],[-83.07492733001709,41.982421875],[-83.07861328125,41.98067855834961],[-83.08348655700684,41.978515625],[-83.08349609375,41.978511810302734],[-83.08837890625,41.97628593444824],[-83.0919361114502,41.974609375],[-83.09326171875,41.97395706176758],[-83.09814453125,41.97172164916992],[-83.10017585754395,41.970703125],[-83.10302734375,41.969316482543945],[-83.10791015625,41.967156410217285],[-83.10864448547363,41.966796875],[-83.11279296875,41.96488857269287],[-83.11725616455078,41.962890625],[-83.11767578125,41.962687492370605],[-83.12255859375,41.96047496795654],[-83.1256914138794,41.958984375],[-83.12744140625,41.9581298828125],[-83.13232421875,41.95589733123779],[-83.13393592834473,41.955078125],[-83.13720703125,41.9535026550293],[-83.14208984375,41.95138072967529],[-83.14251899719238,41.951171875],[-83.14697265625,41.94913864135742],[-83.15104484558105,41.947265625],[-83.15185546875,41.946866035461426],[-83.15673828125,41.94463539123535],[-83.15932750701904,41.943359375],[-83.16162109375,41.942230224609375],[-83.16650390625,41.94002342224121],[-83.1676435470581,41.939453125],[-83.17138671875,41.9376859664917],[-83.17619800567627,41.935546875],[-83.17626953125,41.93551254272461],[-83.18115234375,41.93328666687012],[-83.18467617034912,41.931640625],[-83.18603515625,41.93097972869873],[-83.19091796875,41.92876148223877],[-83.19297790527344,41.927734375],[-83.19580078125,41.92636775970459],[-83.20068359375,41.92421627044678],[-83.20147037506104,41.923828125],[-83.20556640625,41.92191982269287],[-83.20996284484863,41.919921875],[-83.21044921875,41.91968250274658],[-83.21533203125,41.91745185852051],[-83.21828365325928,41.916015625],[-83.22021484375,41.91505813598633],[-83.22509765625,41.912811279296875],[-83.2264757156372,41.912109375],[-83.22998046875,41.91042518615723],[-83.23486328125,41.90827178955078],[-83.23500156402588,41.908203125],[-83.23974609375,41.906044006347656],[-83.24352264404297,41.904296875],[-83.24462890625,41.903757095336914],[-83.24951171875,41.901533126831055],[-83.2518196105957,41.900390625],[-83.25439453125,41.899139404296875],[-83.25927734375,41.896965980529785],[-83.26024532318115,41.896484375],[-83.26416015625,41.89463996887207],[-83.268723487854,41.892578125],[-83.26904296875,41.89242076873779],[-83.27392578125,41.890183448791504],[-83.27704906463623,41.888671875],[-83.27880859375,41.88779640197754],[-83.28369140625,41.88552761077881],[-83.28517436981201,41.884765625],[-83.28857421875,41.883116722106934],[-83.29345703125,41.880967140197754],[-83.29368114471436,41.880859375],[-83.29833984375,41.87873840332031],[-83.30220699310303,41.876953125],[-83.30322265625,41.87645626068115],[-83.30810546875,41.87422561645508],[-83.31048965454102,41.873046875],[-83.31298828125,41.87182807922363],[-83.31787109375,41.869646072387695],[-83.31888198852539,41.869140625],[-83.32275390625,41.867308616638184],[-83.32734107971191,41.865234375],[-83.32763671875,41.86508846282959],[-83.33251953125,41.8628454208374],[-83.33564281463623,41.861328125],[-83.33740234375,41.86045265197754],[-83.34228515625,41.85817909240723],[-83.34375858306885,41.857421875],[-83.34716796875,41.85576629638672],[-83.35205078125,41.85361099243164],[-83.35224628448486,41.853515625],[-83.35693359375,41.85137462615967],[-83.36073875427246,41.849609375],[-83.36181640625,41.84908199310303],[-83.36669921875,41.84684467315674],[-83.36899280548096,41.845703125],[-83.37158203125,41.84443950653076],[-83.37646484375,41.84226036071777],[-83.37738990783691,41.841796875],[-83.38134765625,41.83992862701416],[-83.38581562042236,41.837890625],[-83.38623046875,41.83768558502197],[-83.39111328125,41.83543586730957],[-83.39407444000244,41.833984375],[-83.39599609375,41.83302688598633],[-83.40087890625,41.830766677856445],[-83.40222835540771,41.830078125],[-83.40576171875,41.828372955322266],[-83.41064453125,41.82619667053223],[-83.41069221496582,41.826171875],[-83.41552734375,41.82394886016846],[-83.4191083908081,41.822265625],[-83.42041015625,41.82162666320801],[-83.42529296875,41.819382667541504],[-83.42732429504395,41.818359375],[-83.43017578125,41.816965103149414],[-83.43505859375,41.81479835510254],[-83.43575477600098,41.814453125],[-83.43994140625,41.81248950958252],[-83.44412803649902,41.810546875],[-83.44482421875,41.81020164489746],[-83.44970703125,41.80793380737305],[-83.45229625701904,41.806640625],[-83.45458984375,41.805498123168945],[-83.45947265625,41.80327129364014],[-83.4605360031128,41.802734375],[-83.46435546875,41.80092144012451],[-83.46900463104248,41.798828125],[-83.46923828125,41.798712730407715],[-83.47412109375,41.79646301269531],[-83.47732543945312,41.794921875],[-83.47900390625,41.79409217834473],[-83.48388671875,41.791818618774414],[-83.48544120788574,41.791015625],[-83.48876953125,41.78938865661621],[-83.49365234375,41.78723335266113],[-83.49390506744385,41.787109375],[-83.49853515625,41.784969329833984],[-83.50225448608398,41.783203125],[-83.50341796875,41.78261947631836],[-83.50830078125,41.780333518981934],[-83.51033210754395,41.779296875],[-83.51318359375,41.77788734436035],[-83.51806640625,41.775699615478516],[-83.51868629455566,41.775390625],[-83.52294921875,41.77340030670166],[-83.52712631225586,41.771484375],[-83.52783203125,41.77113723754883],[-83.53271484375,41.76888847351074],[-83.53536605834961,41.767578125],[-83.53759765625,41.76647663116455],[-83.54248046875,41.76425552368164],[-83.54362964630127,41.763671875],[-83.54736328125,41.76187610626221],[-83.5519790649414,41.759765625],[-83.55224609375,41.7596321105957],[-83.55712890625,41.75735282897949],[-83.56015205383301,41.755859375],[-83.56201171875,41.75492286682129],[-83.56689453125,41.752638816833496],[-83.56822967529297,41.751953125],[-83.57177734375,41.750237464904785],[-83.57666015625,41.748064041137695],[-83.57669353485107,41.748046875],[-83.58154296875,41.74580192565918],[-83.58502388000488,41.744140625],[-83.58642578125,41.74344253540039],[-83.59130859375,41.74116230010986],[-83.59311103820801,41.740234375],[-83.59619140625,41.73871421813965],[-83.60107421875,41.736541748046875],[-83.60150337219238,41.736328125],[-83.60595703125,41.7342472076416],[-83.60980033874512,41.732421875],[-83.61083984375,41.73189830780029],[-83.61572265625,41.72961616516113],[-83.61790180206299,41.728515625],[-83.62060546875,41.72718334197998],[-83.62548828125,41.72498607635498],[-83.62624168395996,41.724609375],[-83.63037109375,41.722657203674316],[-83.63461017608643,41.720703125],[-83.63525390625,41.72038459777832],[-83.64013671875,41.71811866760254],[-83.64278793334961,41.716796875],[-83.64501953125,41.71568584442139],[-83.64990234375,41.7134485244751],[-83.65099430084229,41.712890625],[-83.65478515625,41.711060523986816],[-83.65927219390869,41.708984375],[-83.65966796875,41.70878601074219],[-83.66455078125,41.70651721954346],[-83.66748332977295,41.705078125],[-83.66943359375,41.70410633087158],[-83.67431640625,41.70183753967285],[-83.67561340332031,41.701171875],[-83.67919921875,41.699432373046875],[-83.68401050567627,41.697265625],[-83.68408203125,41.69723033905029],[-83.68896484375,41.69495868682861],[-83.6922550201416,41.693359375],[-83.69384765625,41.69256019592285],[-83.69873046875,41.69025993347168],[-83.70028018951416,41.689453125],[-83.70361328125,41.687804222106934],[-83.70849609375,41.685604095458984],[-83.70861053466797,41.685546875],[-83.71337890625,41.68332386016846],[-83.71687412261963,41.681640625],[-83.71826171875,41.68094253540039],[-83.72314453125,41.67863178253174],[-83.72488021850586,41.677734375],[-83.72802734375,41.676185607910156],[-83.73291015625,41.67402458190918],[-83.73330593109131,41.673828125],[-83.73779296875,41.671730041503906],[-83.74159812927246,41.669921875],[-83.74267578125,41.66938018798828],[-83.74755859375,41.667073249816895],[-83.74960422515869,41.666015625],[-83.75244140625,41.66459846496582],[-83.75732421875,41.66239643096924],[-83.75790119171143,41.662109375],[-83.76220703125,41.660085678100586],[-83.76622200012207,41.658203125],[-83.76708984375,41.65776824951172],[-83.77197265625,41.65547752380371],[-83.77431392669678,41.654296875],[-83.77685546875,41.65303897857666],[-83.78173828125,41.650835037231445],[-83.78262042999268,41.650390625],[-83.78662109375,41.648475646972656],[-83.79088401794434,41.646484375],[-83.79150390625,41.64617347717285],[-83.79638671875,41.64387035369873],[-83.7989330291748,41.642578125],[-83.80126953125,41.64140033721924],[-83.80615234375,41.639159202575684],[-83.80711078643799,41.638671875],[-83.81103515625,41.63679504394531],[-83.81543636322021,41.634765625],[-83.81591796875,41.63452625274658],[-83.82080078125,41.632240295410156],[-83.8235855102539,41.630859375],[-83.82568359375,41.62981414794922],[-83.83056640625,41.62757110595703],[-83.83176803588867,41.626953125],[-83.83544921875,41.62515926361084],[-83.84001731872559,41.623046875],[-83.84033203125,41.62288761138916],[-83.84521484375,41.62058448791504],[-83.84809494018555,41.619140625],[-83.85009765625,41.618123054504395],[-83.85498046875,41.61583995819092],[-83.85615825653076,41.615234375],[-83.85986328125,41.613436698913574],[-83.86449337005615,41.611328125],[-83.86474609375,41.61120319366455],[-83.86962890625,41.608917236328125],[-83.87266159057617,41.607421875],[-83.87451171875,41.60649394989014],[-83.87939453125,41.60422325134277],[-83.88075828552246,41.603515625],[-83.88427734375,41.60178279876709],[-83.88899326324463,41.599609375],[-83.88916015625,41.59952449798584],[-83.89404296875,41.59722328186035],[-83.89710903167725,41.595703125],[-83.89892578125,41.59478187561035],[-83.90380859375,41.59247970581055],[-83.90512943267822,41.591796875],[-83.90869140625,41.59005832672119],[-83.91348361968994,41.587890625],[-83.91357421875,41.58784580230713],[-83.91845703125,41.58555603027344],[-83.92165184020996,41.583984375],[-83.92333984375,41.58313274383545],[-83.92822265625,41.580833435058594],[-83.92966747283936,41.580078125],[-83.93310546875,41.57837200164795],[-83.9378833770752,41.576171875],[-83.93798828125,41.576120376586914],[-83.94287109375,41.57382297515869],[-83.94604206085205,41.572265625],[-83.94775390625,41.57140254974365],[-83.95263671875,41.56909942626953],[-83.95405769348145,41.568359375],[-83.95751953125,41.56665515899658],[-83.96236896514893,41.564453125],[-83.96240234375,41.56443786621094],[-83.96728515625,41.56213188171387],[-83.97048950195312,41.560546875],[-83.97216796875,41.5596923828125],[-83.97705078125,41.557379722595215],[-83.97846221923828,41.556640625],[-83.98193359375,41.55491924285889],[-83.98667335510254,41.552734375],[-83.98681640625,41.55266284942627],[-83.99169921875,41.55036449432373],[-83.99483680725098,41.548828125],[-83.99658203125,41.54795455932617],[-84.00146484375,41.545663833618164],[-84.00289058685303,41.544921875],[-84.00634765625,41.543213844299316],[-84.0111494064331,41.541015625],[-84.01123046875,41.54097652435303],[-84.01611328125,41.53866004943848],[-84.0192174911499,41.537109375],[-84.02099609375,41.536200523376465],[-84.02587890625,41.53388690948486],[-84.02719020843506,41.533203125],[-84.03076171875,41.53144550323486],[-84.03544425964355,41.529296875],[-84.03564453125,41.529197692871094],[-84.04052734375,41.526896476745605],[-84.04357433319092,41.525390625],[-84.04541015625,41.5244665145874],[-84.05029296875,41.52218532562256],[-84.05163764953613,41.521484375],[-84.05517578125,41.51973628997803],[-84.0598201751709,41.517578125],[-84.06005859375,41.517457008361816],[-84.06494140625,41.51513195037842],[-84.06784057617188,41.513671875],[-84.06982421875,41.51266002655029],[-84.07470703125,41.5103645324707],[-84.07586574554443,41.509765625],[-84.07958984375,41.50794696807861],[-84.08411979675293,41.505859375],[-84.08447265625,41.50568389892578],[-84.08935546875,41.503374099731445],[-84.09217834472656,41.501953125],[-84.09423828125,41.500908851623535],[-84.09912109375,41.49863052368164],[-84.10024642944336,41.498046875],[-84.10400390625,41.49619483947754],[-84.10833358764648,41.494140625],[-84.10888671875,41.49385643005371],[-84.11376953125,41.49153518676758],[-84.11634922027588,41.490234375],[-84.11865234375,41.4890775680542],[-84.12353515625,41.48682880401611],[-84.12450790405273,41.486328125],[-84.12841796875,41.48442554473877],[-84.13266181945801,41.482421875],[-84.13330078125,41.48209857940674],[-84.13818359375,41.47976493835449],[-84.14060592651367,41.478515625],[-84.14306640625,41.47726058959961],[-84.14794921875,41.47500133514404],[-84.14871215820312,41.474609375],[-84.15283203125,41.47261905670166],[-84.15684223175049,41.470703125],[-84.15771484375,41.47025966644287],[-84.16259765625,41.46791744232178],[-84.16476249694824,41.466796875],[-84.16748046875,41.46542835235596],[-84.17236328125,41.46320819854736],[-84.17298793792725,41.462890625],[-84.17724609375,41.46083927154541],[-84.18105602264404,41.458984375],[-84.18212890625,41.458431243896484],[-84.18701171875,41.45603847503662],[-84.18880939483643,41.455078125],[-84.19189453125,41.45351219177246],[-84.19677734375,41.45130443572998],[-84.19703960418701,41.451171875],[-84.20166015625,41.4489860534668],[-84.20519828796387,41.447265625],[-84.20654296875,41.44658374786377],[-84.21142578125,41.44423580169678],[-84.2130708694458,41.443359375],[-84.21630859375,41.44172668457031],[-84.22119140625,41.439491271972656],[-84.22126770019531,41.439453125],[-84.22607421875,41.43716239929199],[-84.2293119430542,41.435546875],[-84.23095703125,41.434701919555664],[-84.23583984375,41.43236255645752],[-84.23721313476562,41.431640625],[-84.24072265625,41.429901123046875],[-84.24543380737305,41.427734375],[-84.24560546875,41.42764949798584],[-84.25048828125,41.42532253265381],[-84.25345420837402,41.423828125],[-84.25537109375,41.422847747802734],[-84.26025390625,41.4205436706543],[-84.26144123077393,41.419921875],[-84.26513671875,41.4180850982666],[-84.26948070526123,41.416015625],[-84.27001953125,41.41573905944824],[-84.27490234375,41.41339111328125],[-84.27742004394531,41.412109375],[-84.27978515625,41.410919189453125],[-84.28466796875,41.40867042541504],[-84.28557395935059,41.408203125],[-84.28955078125,41.406256675720215],[-84.29362773895264,41.404296875],[-84.29443359375,41.40388298034668],[-84.29931640625,41.40150451660156],[-84.3014144897461,41.400390625],[-84.30419921875,41.39896202087402],[-84.30908203125,41.39671039581299],[-84.30952548980713,41.396484375],[-84.31396484375,41.39435291290283],[-84.31763172149658,41.392578125],[-84.31884765625,41.39195919036865],[-84.32373046875,41.38959789276123],[-84.32546615600586,41.388671875],[-84.32861328125,41.38707637786865],[-84.33349609375,41.384849548339844],[-84.33366298675537,41.384765625],[-84.33837890625,41.3825044631958],[-84.34165954589844,41.380859375],[-84.34326171875,41.38002967834473],[-84.34814453125,41.37767791748047],[-84.3495225906372,41.376953125],[-84.35302734375,41.375213623046875],[-84.35773849487305,41.373046875],[-84.35791015625,41.37296009063721],[-84.36279296875,41.37062358856201],[-84.36572074890137,41.369140625],[-84.36767578125,41.368136405944824],[-84.37255859375,41.365830421447754],[-84.37369346618652,41.365234375],[-84.37744140625,41.36337184906006],[-84.38169956207275,41.361328125],[-84.38232421875,41.361005783081055],[-84.38720703125,41.35864734649658],[-84.3895959854126,41.357421875],[-84.39208984375,41.35616207122803],[-84.39697265625,41.35391616821289],[-84.39774990081787,41.353515625],[-84.40185546875,41.351508140563965],[-84.40574645996094,41.349609375],[-84.40673828125,41.34909629821777],[-84.41162109375,41.34668445587158],[-84.41343784332275,41.345703125],[-84.41650390625,41.34412956237793],[-84.42138671875,41.34189224243164],[-84.42157745361328,41.341796875],[-84.42626953125,41.339552879333496],[-84.42965030670166,41.337890625],[-84.43115234375,41.33712577819824],[-84.43603515625,41.334787368774414],[-84.4375467300415,41.333984375],[-84.44091796875,41.33228302001953],[-84.44562911987305,41.330078125],[-84.44580078125,41.329989433288574],[-84.45068359375,41.3276252746582],[-84.45351600646973,41.326171875],[-84.45556640625,41.325111389160156],[-84.46044921875,41.322797775268555],[-84.46146965026855,41.322265625],[-84.46533203125,41.32035827636719],[-84.46953773498535,41.318359375],[-84.47021484375,41.31801414489746],[-84.47509765625,41.31565189361572],[-84.4773817062378,41.314453125],[-84.47998046875,41.3131160736084],[-84.48486328125,41.31084156036377],[-84.48543548583984,41.310546875],[-84.48974609375,41.30844211578369],[-84.49339389801025,41.306640625],[-84.49462890625,41.30600070953369],[-84.49951171875,41.30360984802246],[-84.50114727020264,41.302734375],[-84.50439453125,41.30108833312988],[-84.50927734375,41.29884052276611],[-84.50930118560791,41.298828125],[-84.51416015625,41.296481132507324],[-84.51723098754883,41.294921875],[-84.51904296875,41.29398059844971],[-84.52392578125,41.29164218902588],[-84.52511310577393,41.291015625],[-84.52880859375,41.28916931152344],[-84.53314781188965,41.287109375],[-84.53369140625,41.28682994842529],[-84.53857421875,41.28446578979492],[-84.54100131988525,41.283203125],[-84.54345703125,41.281944274902344],[-84.54833984375,41.279666900634766],[-84.54905033111572,41.279296875],[-84.55322265625,41.27723503112793],[-84.55692768096924,41.275390625],[-84.55810546875,41.27477264404297],[-84.56298828125,41.272361755371094],[-84.56462383270264,41.271484375],[-84.56787109375,41.2698392868042],[-84.57275390625,41.26759910583496],[-84.57279682159424,41.267578125],[-84.57763671875,41.265235900878906],[-84.58071708679199,41.263671875],[-84.58251953125,41.26274013519287],[-84.58740234375,41.26040840148926],[-84.58861351013184,41.259765625],[-84.59228515625,41.25792121887207],[-84.5965576171875,41.255859375],[-84.59716796875,41.25554370880127],[-84.60205078125,41.25315856933594],[-84.60436344146729,41.251953125],[-84.60693359375,41.25064277648926],[-84.61181640625,41.248379707336426],[-84.61246013641357,41.248046875],[-84.61669921875,41.24595832824707],[-84.62034702301025,41.244140625],[-84.62158203125,41.24349403381348],[-84.62646484375,41.241085052490234],[-84.62804317474365,41.240234375],[-84.63134765625,41.23854923248291],[-84.63612079620361,41.236328125],[-84.63623046875,41.23627281188965],[-84.64111328125,41.23391056060791],[-84.64403629302979,41.232421875],[-84.64599609375,41.23141384124756],[-84.65087890625,41.22910022735596],[-84.65198516845703,41.228515625],[-84.65576171875,41.226613998413086],[-84.65984344482422,41.224609375],[-84.66064453125,41.22418785095215],[-84.66552734375,41.22176551818848],[-84.66752052307129,41.220703125],[-84.67041015625,41.219223976135254],[-84.67529296875,41.21697807312012],[-84.67564582824707,41.216796875],[-84.68017578125,41.21459197998047],[-84.68356609344482,41.212890625],[-84.68505859375,41.212114334106445],[-84.68994140625,41.209739685058594],[-84.6913480758667,41.208984375],[-84.69482421875,41.207210540771484],[-84.69927310943604,41.205078125],[-84.69970703125,41.20485210418701],[-84.70458984375,41.20246410369873],[-84.70707893371582,41.201171875],[-84.70947265625,41.199944496154785],[-84.71435546875,41.19766426086426],[-84.71511840820312,41.197265625],[-84.71923828125,41.19521522521973],[-84.72294807434082,41.193359375],[-84.72412109375,41.1927433013916],[-84.72900390625,41.1903190612793],[-84.73060607910156,41.189453125],[-84.73388671875,41.18777370452881],[-84.7386646270752,41.185546875],[-84.73876953125,41.18549346923828],[-84.74365234375,41.18311882019043],[-84.74652767181396,41.181640625],[-84.74853515625,41.180599212646484],[-84.75341796875,41.178274154663086],[-84.75443363189697,41.177734375],[-84.75830078125,41.175785064697266],[-84.76224899291992,41.173828125],[-84.76318359375,41.173336029052734],[-84.76806640625,41.170902252197266],[-84.76988792419434,41.169921875],[-84.77294921875,41.168352127075195],[-84.77783203125,41.16610145568848],[-84.77799892425537,41.166015625],[-84.78271484375,41.163713455200195],[-84.78585243225098,41.162109375],[-84.78759765625,41.16119384765625],[-84.79248046875,41.15882968902588],[-84.79365348815918,41.158203125],[-84.79736328125,41.15632724761963],[-84.80155944824219,41.154296875],[-84.80224609375,41.15394115447998],[-84.80712890625,41.151533126831055],[-84.80926513671875,41.150390625],[-84.81201171875,41.148969650268555],[-84.81689453125,41.14668560028076],[-84.81728076934814,41.146484375],[-84.82177734375,41.14425754547119],[-84.82506275177002,41.142578125],[-84.82666015625,41.14173698425293],[-84.83154296875,41.13935852050781],[-84.83283042907715,41.138671875],[-84.83642578125,41.13685417175293],[-84.84079360961914,41.134765625],[-84.84130859375,41.134501457214355],[-84.84619140625,41.132089614868164],[-84.84849452972412,41.130859375],[-84.85107421875,41.1295108795166],[-84.85595703125,41.12719917297363],[-84.85642910003662,41.126953125],[-84.86083984375,41.12476634979248],[-84.86425876617432,41.123046875],[-84.86572265625,41.12228488922119],[-84.87060546875,41.119911193847656],[-84.87204074859619,41.119140625],[-84.87548828125,41.117380142211914],[-84.87995147705078,41.115234375],[-84.88037109375,41.11501502990723],[-84.88525390625,41.112576484680176],[-84.88758087158203,41.111328125],[-84.89013671875,41.109986305236816],[-84.89501953125,41.107686042785645],[-84.8955249786377,41.107421875],[-84.89990234375,41.10525989532471],[-84.90338802337646,41.103515625],[-84.90478515625,41.102789878845215],[-84.90966796875,41.1004056930542],[-84.91113662719727,41.099609375],[-84.91455078125,41.0978479385376],[-84.91896152496338,41.095703125],[-84.91943359375,41.095455169677734],[-84.92431640625,41.09303283691406],[-84.92665767669678,41.091796875],[-84.92919921875,41.09048271179199],[-84.93408203125,41.088196754455566],[-84.93466377258301,41.087890625],[-84.93896484375,41.08574867248535],[-84.94244575500488,41.083984375],[-84.94384765625,41.08324432373047],[-84.94873046875,41.08083534240723],[-84.95012760162354,41.080078125],[-84.95361328125,41.07828712463379],[-84.95800495147705,41.076171875],[-84.95849609375,41.0759162902832],[-84.96337890625,41.073503494262695],[-84.96570587158203,41.072265625],[-84.96826171875,41.07093620300293],[-84.97314453125,41.06862926483154],[-84.97365474700928,41.068359375],[-84.97802734375,41.06616687774658],[-84.98136043548584,41.064453125],[-84.98291015625,41.063632011413574],[-84.98779296875,41.061235427856445],[-84.98907566070557,41.060546875],[-84.99267578125,41.05871295928955],[-84.99696731567383,41.056640625],[-84.99755859375,41.0563325881958],[-85.00244140625,41.05389595031738],[-85.00457763671875,41.052734375],[-85.00732421875,41.05128765106201],[-85.01220703125,41.04895877838135],[-85.01245498657227,41.048828125],[-85.01708984375,41.046523094177246],[-85.02022743225098,41.044921875],[-85.02197265625,41.04401397705078],[-85.02685546875,41.041666984558105],[-85.02807140350342,41.041015625],[-85.03173828125,41.039146423339844],[-85.0358533859253,41.037109375],[-85.03662109375,41.03670310974121],[-85.04150390625,41.03421401977539],[-85.0433349609375,41.033203125],[-85.04638671875,41.0316047668457],[-85.05126953125,41.02932262420654],[-85.0513219833374,41.029296875],[-85.05615234375,41.02691650390625],[-85.05909442901611,41.025390625],[-85.06103515625,41.02437114715576],[-85.06591796875,41.02201843261719],[-85.06691455841064,41.021484375],[-85.07080078125,41.019508361816406],[-85.07465362548828,41.017578125],[-85.07568359375,41.01703357696533],[-85.08056640625,41.014586448669434],[-85.08224487304688,41.013671875],[-85.08544921875,41.0120153427124],[-85.09021759033203,41.009765625],[-85.09033203125,41.0097074508667],[-85.09521484375,41.00726795196533],[-85.09785175323486,41.005859375],[-85.10009765625,41.00466537475586],[-85.10498046875,41.0023136138916],[-85.10566234588623,41.001953125],[-85.10986328125,40.99984931945801],[-85.1134729385376,40.998046875],[-85.11474609375,40.9973840713501],[-85.11962890625,40.99498176574707],[-85.121169090271,40.994140625],[-85.12451171875,40.99239444732666],[-85.1289176940918,40.990234375],[-85.12939453125,40.989980697631836],[-85.13427734375,40.987528800964355],[-85.13651371002197,40.986328125],[-85.13916015625,40.98494911193848],[-85.14404296875,40.98264980316162],[-85.14447689056396,40.982421875],[-85.14892578125,40.98019027709961],[-85.1521635055542,40.978515625],[-85.15380859375,40.97764205932617],[-85.15869140625,40.97523880004883],[-85.15985488891602,40.974609375],[-85.16357421875,40.972697257995605],[-85.1676082611084,40.970703125],[-85.16845703125,40.970258712768555],[-85.17333984375,40.96779823303223],[-85.17515182495117,40.966796875],[-85.17822265625,40.96518421173096],[-85.18304347991943,40.962890625],[-85.18310546875,40.96285820007324],[-85.18798828125,40.96041965484619],[-85.19070148468018,40.958984375],[-85.19287109375,40.957839012145996],[-85.19775390625,40.955495834350586],[-85.19853591918945,40.955078125],[-85.20263671875,40.953001976013184],[-85.2062463760376,40.951171875],[-85.20751953125,40.95049858093262],[-85.21240234375,40.948068618774414],[-85.21386623382568,40.947265625],[-85.21728515625,40.94547939300537],[-85.22160053253174,40.943359375],[-85.22216796875,40.943060874938965],[-85.22705078125,40.9406042098999],[-85.229172706604,40.939453125],[-85.23193359375,40.938002586364746],[-85.23681640625,40.93568134307861],[-85.23706912994385,40.935546875],[-85.24169921875,40.93320655822754],[-85.24466514587402,40.931640625],[-85.24658203125,40.93061828613281],[-85.25146484375,40.928245544433594],[-85.2524185180664,40.927734375],[-85.25634765625,40.92573928833008],[-85.26017665863037,40.923828125],[-85.26123046875,40.92327308654785],[-85.26611328125,40.92082691192627],[-85.26774883270264,40.919921875],[-85.27099609375,40.918211936950684],[-85.27549266815186,40.916015625],[-85.27587890625,40.91581153869629],[-85.28076171875,40.913363456726074],[-85.28310775756836,40.912109375],[-85.28564453125,40.91078186035156],[-85.29052734375,40.90845966339111],[-85.29100894927979,40.908203125],[-85.29541015625,40.905972480773926],[-85.2986192703247,40.904296875],[-85.30029296875,40.903401374816895],[-85.30517578125,40.900991439819336],[-85.30628681182861,40.900390625],[-85.31005859375,40.89845275878906],[-85.31402587890625,40.896484375],[-85.31494140625,40.89600372314453],[-85.31982421875,40.89354610443115],[-85.32156944274902,40.892578125],[-85.32470703125,40.89091491699219],[-85.32931327819824,40.888671875],[-85.32958984375,40.888526916503906],[-85.33447265625,40.886070251464844],[-85.3369140625,40.884765625],[-85.33935546875,40.88348579406738],[-85.34423828125,40.88115692138672],[-85.3447961807251,40.880859375],[-85.34912109375,40.878655433654785],[-85.35238265991211,40.876953125],[-85.35400390625,40.87608242034912],[-85.35888671875,40.87366199493408],[-85.36001682281494,40.873046875],[-85.36376953125,40.871108055114746],[-85.3677225112915,40.869140625],[-85.36865234375,40.86865043640137],[-85.37353515625,40.866190910339355],[-85.37525653839111,40.865234375],[-85.37841796875,40.86356163024902],[-85.38299560546875,40.861328125],[-85.38330078125,40.86116600036621],[-85.38818359375,40.85869598388672],[-85.39054870605469,40.857421875],[-85.39306640625,40.85609722137451],[-85.39794921875,40.853766441345215],[-85.39842128753662,40.853515625],[-85.40283203125,40.85127067565918],[-85.40599822998047,40.849609375],[-85.40771484375,40.84868812561035],[-85.41259765625,40.846269607543945],[-85.41363716125488,40.845703125],[-85.41748046875,40.84371566772461],[-85.42131423950195,40.841796875],[-85.42236328125,40.84124565124512],[-85.42724609375,40.8388090133667],[-85.42890548706055,40.837890625],[-85.43212890625,40.83617973327637],[-85.4365587234497,40.833984375],[-85.43701171875,40.83374309539795],[-85.44189453125,40.831241607666016],[-85.444016456604,40.830078125],[-85.44677734375,40.8286190032959],[-85.45166015625,40.826292991638184],[-85.45188903808594,40.826171875],[-85.45654296875,40.823814392089844],[-85.4594612121582,40.822265625],[-85.46142578125,40.821210861206055],[-85.46630859375,40.818806648254395],[-85.46713352203369,40.818359375],[-85.47119140625,40.81626319885254],[-85.47474384307861,40.814453125],[-85.47607421875,40.81374931335449],[-85.48095703125,40.81132888793945],[-85.48237800598145,40.810546875],[-85.48583984375,40.80872440338135],[-85.48997402191162,40.806640625],[-85.49072265625,40.80623722076416],[-85.49560546875,40.80372333526611],[-85.4973840713501,40.802734375],[-85.50048828125,40.80109691619873],[-85.5052375793457,40.798828125],[-85.50537109375,40.7987585067749],[-85.51025390625,40.79628276824951],[-85.51275253295898,40.794921875],[-85.51513671875,40.7936372756958],[-85.52001953125,40.791250228881836],[-85.52045822143555,40.791015625],[-85.52490234375,40.78874969482422],[-85.52807331085205,40.787109375],[-85.52978515625,40.78620433807373],[-85.53466796875,40.78381538391113],[-85.5357837677002,40.783203125],[-85.53955078125,40.78123092651367],[-85.54330348968506,40.779296875],[-85.54443359375,40.7786865234375],[-85.54931640625,40.776217460632324],[-85.55081844329834,40.775390625],[-85.55419921875,40.77362251281738],[-85.55854797363281,40.771484375],[-85.55908203125,40.771202087402344],[-85.56396484375,40.76867485046387],[-85.56590557098389,40.767578125],[-85.56884765625,40.765992164611816],[-85.57365894317627,40.763671875],[-85.57373046875,40.76363468170166],[-85.57861328125,40.76117515563965],[-85.58125972747803,40.759765625],[-85.58349609375,40.75858116149902],[-85.58837890625,40.7562141418457],[-85.58902740478516,40.755859375],[-85.59326171875,40.7536506652832],[-85.59646129608154,40.751953125],[-85.59814453125,40.751041412353516],[-85.60302734375,40.74863052368164],[-85.60410022735596,40.748046875],[-85.60791015625,40.74606704711914],[-85.61169147491455,40.744140625],[-85.61279296875,40.74355125427246],[-85.61767578125,40.7410774230957],[-85.6191873550415,40.740234375],[-85.62255859375,40.73844242095947],[-85.62679290771484,40.736328125],[-85.62744140625,40.73598098754883],[-85.63232421875,40.733469009399414],[-85.63419342041016,40.732421875],[-85.63720703125,40.73080921173096],[-85.64193725585938,40.728515625],[-85.64208984375,40.728434562683105],[-85.64697265625,40.72592639923096],[-85.64937591552734,40.724609375],[-85.65185546875,40.7232780456543],[-85.65673828125,40.72091865539551],[-85.65713882446289,40.720703125],[-85.66162109375,40.71839618682861],[-85.6646203994751,40.716796875],[-85.66650390625,40.71577739715576],[-85.67138671875,40.71335315704346],[-85.67222595214844,40.712890625],[-85.67626953125,40.71077632904053],[-85.67972660064697,40.708984375],[-85.68115234375,40.70822334289551],[-85.68603515625,40.70579814910889],[-85.6873369216919,40.705078125],[-85.69091796875,40.7031888961792],[-85.69485187530518,40.701171875],[-85.69580078125,40.70065784454346],[-85.70068359375,40.69815158843994],[-85.7022762298584,40.697265625],[-85.70556640625,40.69552516937256],[-85.7099723815918,40.693359375],[-85.71044921875,40.69310665130615],[-85.71533203125,40.69057846069336],[-85.71732521057129,40.689453125],[-85.72021484375,40.68789196014404],[-85.72505950927734,40.685546875],[-85.72509765625,40.68552589416504],[-85.72998046875,40.68305778503418],[-85.73264122009277,40.681640625],[-85.73486328125,40.68045997619629],[-85.73974609375,40.67808437347412],[-85.74038505554199,40.677734375],[-85.74462890625,40.67551612854004],[-85.74779510498047,40.673828125],[-85.74951171875,40.67289638519287],[-85.75439453125,40.67048168182373],[-85.75541973114014,40.669921875],[-85.75927734375,40.667922019958496],[-85.76300621032715,40.666015625],[-85.76416015625,40.6653938293457],[-85.76904296875,40.66291046142578],[-85.77046871185303,40.662109375],[-85.77392578125,40.66025924682617],[-85.77798366546631,40.658203125],[-85.77880859375,40.65775966644287],[-85.78369140625,40.655263900756836],[-85.78541278839111,40.654296875],[-85.78857421875,40.65260410308838],[-85.79301357269287,40.650390625],[-85.79345703125,40.65015125274658],[-85.79833984375,40.64759159088135],[-85.80029964447021,40.646484375],[-85.80322265625,40.64491081237793],[-85.80805778503418,40.642578125],[-85.80810546875,40.64255332946777],[-85.81298828125,40.64004421234131],[-85.81547737121582,40.638671875],[-85.81787109375,40.637370109558105],[-85.82275390625,40.63495445251465],[-85.82310199737549,40.634765625],[-85.82763671875,40.632408142089844],[-85.83054542541504,40.630859375],[-85.83251953125,40.62980365753174],[-85.83740234375,40.627403259277344],[-85.83821773529053,40.626953125],[-85.84228515625,40.624807357788086],[-85.84559917449951,40.623046875],[-85.84716796875,40.6221923828125],[-85.85205078125,40.619754791259766],[-85.8531665802002,40.619140625],[-85.85693359375,40.61716842651367],[-85.8607006072998,40.615234375],[-85.86181640625,40.61463260650635],[-85.86669921875,40.612141609191895],[-85.86814403533936,40.611328125],[-85.87158203125,40.6094856262207],[-85.87565898895264,40.607421875],[-85.87646484375,40.60698986053467],[-85.88134765625,40.60448932647705],[-85.88307857513428,40.603515625],[-85.88623046875,40.6018180847168],[-85.8906364440918,40.599609375],[-85.89111328125,40.599350929260254],[-85.89599609375,40.59678554534912],[-85.89790344238281,40.595703125],[-85.90087890625,40.59409809112549],[-85.90561866760254,40.591796875],[-85.90576171875,40.59172058105469],[-85.91064453125,40.58917713165283],[-85.9129285812378,40.587890625],[-85.91552734375,40.586469650268555],[-85.92041015625,40.58406925201416],[-85.9205675125122,40.583984375],[-85.92529296875,40.58154296875],[-85.92800617218018,40.580078125],[-85.93017578125,40.57891082763672],[-85.93505859375,40.576504707336426],[-85.93566417694092,40.576171875],[-85.93994140625,40.57391166687012],[-85.9429931640625,40.572265625],[-85.94482421875,40.57126712799072],[-85.94970703125,40.568846702575684],[-85.95059394836426,40.568359375],[-85.95458984375,40.56625843048096],[-85.9580135345459,40.564453125],[-85.95947265625,40.56365776062012],[-85.96435546875,40.56117820739746],[-85.96548080444336,40.560546875],[-85.96923828125,40.5585412979126],[-85.97291946411133,40.556640625],[-85.97412109375,40.55599498748779],[-85.97900390625,40.55353260040283],[-85.98042488098145,40.552734375],[-85.98388671875,40.55087184906006],[-85.98783493041992,40.548828125],[-85.98876953125,40.548316955566406],[-85.99365234375,40.545804023742676],[-85.99522590637207,40.544921875],[-85.99853515625,40.54315376281738],[-86.00279331207275,40.541015625],[-86.00341796875,40.540679931640625],[-86.00830078125,40.53813171386719],[-86.01009368896484,40.537109375],[-86.01318359375,40.53542518615723],[-86.01765632629395,40.533203125],[-86.01806640625,40.53298473358154],[-86.02294921875,40.530449867248535],[-86.02499008178711,40.529296875],[-86.02783203125,40.52775001525879],[-86.03260040283203,40.525390625],[-86.03271484375,40.52532958984375],[-86.03759765625,40.52277374267578],[-86.03991508483887,40.521484375],[-86.04248046875,40.52009391784668],[-86.04736328125,40.517696380615234],[-86.04757785797119,40.517578125],[-86.05224609375,40.51511001586914],[-86.05482578277588,40.513671875],[-86.05712890625,40.51240348815918],[-86.06201171875,40.50998592376709],[-86.06241226196289,40.509765625],[-86.06689453125,40.50742721557617],[-86.06980800628662,40.505859375],[-86.07177734375,40.504791259765625],[-86.07666015625,40.50235843658447],[-86.07738971710205,40.501953125],[-86.08154296875,40.499741554260254],[-86.0846996307373,40.498046875],[-86.08642578125,40.49710559844971],[-86.09130859375,40.49466896057129],[-86.09225749969482,40.494140625],[-86.09619140625,40.49204635620117],[-86.0995864868164,40.490234375],[-86.10107421875,40.48941612243652],[-86.10595703125,40.48692989349365],[-86.10702991485596,40.486328125],[-86.11083984375,40.48429775238037],[-86.11443996429443,40.482421875],[-86.11572265625,40.48172855377197],[-86.12060546875,40.47924995422363],[-86.1219072341919,40.478515625],[-86.12548828125,40.47658634185791],[-86.1292839050293,40.474609375],[-86.13037109375,40.47401523590088],[-86.13525390625,40.47152328491211],[-86.1367130279541,40.470703125],[-86.14013671875,40.46886444091797],[-86.14415168762207,40.466796875],[-86.14501953125,40.46632099151611],[-86.14990234375,40.46377754211426],[-86.15146160125732,40.462890625],[-86.15478515625,40.461092948913574],[-86.15894794464111,40.458984375],[-86.15966796875,40.45859718322754],[-86.16455078125,40.45606231689453],[-86.16627216339111,40.455078125],[-86.16943359375,40.453346252441406],[-86.1737060546875,40.451171875],[-86.17431640625,40.45083999633789],[-86.17919921875,40.4482946395874],[-86.18101119995117,40.447265625],[-86.18408203125,40.44559669494629],[-86.18854999542236,40.443359375],[-86.18896484375,40.44313430786133],[-86.19384765625,40.440547943115234],[-86.19575500488281,40.439453125],[-86.19873046875,40.43782138824463],[-86.20331287384033,40.435546875],[-86.20361328125,40.43538475036621],[-86.20849609375,40.4327974319458],[-86.21049880981445,40.431640625],[-86.21337890625,40.430044174194336],[-86.21801853179932,40.427734375],[-86.21826171875,40.42760181427002],[-86.22314453125,40.425049781799316],[-86.22531414031982,40.423828125],[-86.22802734375,40.42234992980957],[-86.23290538787842,40.419921875],[-86.23291015625,40.41991901397705],[-86.23779296875,40.41731357574463],[-86.24008178710938,40.416015625],[-86.24267578125,40.41458797454834],[-86.24755859375,40.412169456481934],[-86.24766826629639,40.412109375],[-86.25244140625,40.40957450866699],[-86.25486850738525,40.408203125],[-86.25732421875,40.40684127807617],[-86.26220703125,40.404380798339844],[-86.26235961914062,40.404296875],[-86.26708984375,40.40179252624512],[-86.26962184906006,40.400390625],[-86.27197265625,40.399107933044434],[-86.27685546875,40.396671295166016],[-86.27718925476074,40.396484375],[-86.28173828125,40.394046783447266],[-86.28437042236328,40.392578125],[-86.28662109375,40.39133930206299],[-86.29150390625,40.388906478881836],[-86.29192352294922,40.388671875],[-86.29638671875,40.38629150390625],[-86.29912853240967,40.384765625],[-86.30126953125,40.383578300476074],[-86.30615234375,40.38110828399658],[-86.30660057067871,40.380859375],[-86.31103515625,40.37850093841553],[-86.31387233734131,40.376953125],[-86.31591796875,40.37583541870117],[-86.32080078125,40.37338447570801],[-86.32140159606934,40.373046875],[-86.32568359375,40.37073993682861],[-86.32858753204346,40.369140625],[-86.33056640625,40.368051528930664],[-86.33544921875,40.36560821533203],[-86.33611679077148,40.365234375],[-86.34033203125,40.3629732131958],[-86.34332656860352,40.361328125],[-86.34521484375,40.36027908325195],[-86.35009765625,40.357805252075195],[-86.35078430175781,40.357421875],[-86.35498046875,40.35518169403076],[-86.35807037353516,40.353515625],[-86.35986328125,40.3525333404541],[-86.36474609375,40.35006904602051],[-86.36556148529053,40.349609375],[-86.36962890625,40.34740924835205],[-86.37276649475098,40.345703125],[-86.37451171875,40.34474277496338],[-86.37939453125,40.342281341552734],[-86.38025283813477,40.341796875],[-86.38427734375,40.33961582183838],[-86.38742446899414,40.337890625],[-86.38916015625,40.336923599243164],[-86.39404296875,40.33444309234619],[-86.39485836029053,40.333984375],[-86.39892578125,40.33180809020996],[-86.40214443206787,40.330078125],[-86.40380859375,40.329163551330566],[-86.40869140625,40.326680183410645],[-86.40958786010742,40.326171875],[-86.41357421875,40.32400321960449],[-86.41677856445312,40.322265625],[-86.41845703125,40.3213415145874],[-86.42333984375,40.318870544433594],[-86.424241065979,40.318359375],[-86.42822265625,40.31618785858154],[-86.4313793182373,40.314453125],[-86.43310546875,40.31349182128906],[-86.43798828125,40.31101989746094],[-86.43883228302002,40.310546875],[-86.44287109375,40.308382987976074],[-86.44609451293945,40.306640625],[-86.44775390625,40.305724143981934],[-86.45263671875,40.30322265625],[-86.45349502563477,40.302734375],[-86.45751953125,40.300543785095215],[-86.46069049835205,40.298828125],[-86.46240234375,40.29788875579834],[-86.46728515625,40.29542255401611],[-86.46816730499268,40.294921875],[-86.47216796875,40.29274559020996],[-86.4753246307373,40.291015625],[-86.47705078125,40.290056228637695],[-86.48193359375,40.2875862121582],[-86.4827823638916,40.287109375],[-86.48681640625,40.284934997558594],[-86.48999214172363,40.283203125],[-86.49169921875,40.282254219055176],[-86.49658203125,40.279747009277344],[-86.49737358093262,40.279296875],[-86.50146484375,40.27707481384277],[-86.5045690536499,40.275390625],[-86.50634765625,40.27441215515137],[-86.51123046875,40.27194118499756],[-86.51203632354736,40.271484375],[-86.51611328125,40.26925849914551],[-86.51916027069092,40.267578125],[-86.52099609375,40.266557693481445],[-86.52587890625,40.26408386230469],[-86.52660846710205,40.263671875],[-86.53076171875,40.26140880584717],[-86.53371334075928,40.259765625],[-86.53564453125,40.25868511199951],[-86.54052734375,40.256197929382324],[-86.54112815856934,40.255859375],[-86.54541015625,40.253557205200195],[-86.54833316802979,40.251953125],[-86.55029296875,40.25086975097656],[-86.55517578125,40.24838638305664],[-86.55577182769775,40.248046875],[-86.56005859375,40.24570846557617],[-86.56287670135498,40.244140625],[-86.56494140625,40.24299621582031],[-86.56982421875,40.24052715301514],[-86.57033920288086,40.240234375],[-86.57470703125,40.23784351348877],[-86.57738208770752,40.236328125],[-86.57958984375,40.23509120941162],[-86.58447265625,40.23263072967529],[-86.5848445892334,40.232421875],[-86.58935546875,40.22999572753906],[-86.5919828414917,40.228515625],[-86.59423828125,40.22725772857666],[-86.59912109375,40.22476005554199],[-86.5993881225586,40.224609375],[-86.60400390625,40.22209930419922],[-86.60647392272949,40.220703125],[-86.60888671875,40.219369888305664],[-86.61376953125,40.216901779174805],[-86.6139554977417,40.216796875],[-86.61865234375,40.21423149108887],[-86.62098407745361,40.212890625],[-86.62353515625,40.21146583557129],[-86.62841796875,40.20900535583496],[-86.62845611572266,40.208984375],[-86.63330078125,40.20634460449219],[-86.63546562194824,40.205078125],[-86.63818359375,40.20355033874512],[-86.6429090499878,40.201171875],[-86.64306640625,40.20108699798584],[-86.64794921875,40.19847774505615],[-86.6500473022461,40.197265625],[-86.65283203125,40.19571304321289],[-86.65746688842773,40.193359375],[-86.65771484375,40.19322395324707],[-86.66259765625,40.190585136413574],[-86.66454315185547,40.189453125],[-86.66748046875,40.187825202941895],[-86.67201042175293,40.185546875],[-86.67236328125,40.1853551864624],[-86.67724609375,40.1827449798584],[-86.67913913726807,40.181640625],[-86.68212890625,40.17996883392334],[-86.68651580810547,40.177734375],[-86.68701171875,40.17746353149414],[-86.69189453125,40.17487907409668],[-86.69369697570801,40.173828125],[-86.69677734375,40.17210102081299],[-86.7009687423706,40.169921875],[-86.70166015625,40.16954040527344],[-86.70654296875,40.16697883605957],[-86.7082166671753,40.166015625],[-86.71142578125,40.16424560546875],[-86.71553134918213,40.162109375],[-86.71630859375,40.16167736053467],[-86.72119140625,40.159095764160156],[-86.72273635864258,40.158203125],[-86.72607421875,40.15635681152344],[-86.73001289367676,40.154296875],[-86.73095703125,40.153775215148926],[-86.73583984375,40.15121555328369],[-86.73726081848145,40.150390625],[-86.74072265625,40.14846229553223],[-86.7444372177124,40.146484375],[-86.74560546875,40.14583778381348],[-86.75048828125,40.143314361572266],[-86.75176620483398,40.142578125],[-86.75537109375,40.14057445526123],[-86.75886154174805,40.138671875],[-86.76025390625,40.13789176940918],[-86.76513671875,40.135379791259766],[-86.76621437072754,40.134765625],[-86.77001953125,40.13269233703613],[-86.77340030670166,40.130859375],[-86.77490234375,40.13002109527588],[-86.77978515625,40.12749195098877],[-86.78071975708008,40.126953125],[-86.78466796875,40.12477493286133],[-86.78781509399414,40.123046875],[-86.78955078125,40.12208366394043],[-86.79443359375,40.11958599090576],[-86.79521083831787,40.119140625],[-86.79931640625,40.11686992645264],[-86.8022346496582,40.115234375],[-86.80419921875,40.114131927490234],[-86.80908203125,40.111639976501465],[-86.80962562561035,40.111328125],[-86.81396484375,40.108933448791504],[-86.81660175323486,40.107421875],[-86.81884765625,40.106154441833496],[-86.82373046875,40.10367012023926],[-86.82400226593018,40.103515625],[-86.82861328125,40.10100746154785],[-86.83104991912842,40.099609375],[-86.83349609375,40.09823131561279],[-86.83837890625,40.0957088470459],[-86.83838844299316,40.095703125],[-86.84326171875,40.093021392822266],[-86.8453598022461,40.091796875],[-86.84814453125,40.09023666381836],[-86.85274124145508,40.087890625],[-86.85302734375,40.08773326873779],[-86.85791015625,40.085086822509766],[-86.85978889465332,40.083984375],[-86.86279296875,40.08230018615723],[-86.8671178817749,40.080078125],[-86.86767578125,40.079771995544434],[-86.87255859375,40.077168464660645],[-86.8742561340332,40.076171875],[-86.87744140625,40.074378967285156],[-86.88148021697998,40.072265625],[-86.88232421875,40.07180118560791],[-86.88720703125,40.06925010681152],[-86.88873767852783,40.068359375],[-86.89208984375,40.06647968292236],[-86.8958568572998,40.064453125],[-86.89697265625,40.06382751464844],[-86.90185546875,40.0612850189209],[-86.90313816070557,40.060546875],[-86.90673828125,40.05855941772461],[-86.91027641296387,40.056640625],[-86.91162109375,40.055885314941406],[-86.91650390625,40.053330421447754],[-86.91753387451172,40.052734375],[-86.92138671875,40.05060577392578],[-86.92463397979736,40.048828125],[-86.92626953125,40.047913551330566],[-86.93115234375,40.045379638671875],[-86.93193912506104,40.044921875],[-86.93603515625,40.042630195617676],[-86.93889141082764,40.041015625],[-86.94091796875,40.03987503051758],[-86.94580078125,40.03735828399658],[-86.94622993469238,40.037109375],[-86.95068359375,40.03462028503418],[-86.95311546325684,40.033203125],[-86.95556640625,40.03181076049805],[-86.96044921875,40.02930927276611],[-86.96047306060791,40.029296875],[-86.96533203125,40.026615142822266],[-86.96739673614502,40.025390625],[-86.97021484375,40.0237922668457],[-86.97474002838135,40.021484375],[-86.97509765625,40.02128887176514],[-86.97998046875,40.018675804138184],[-86.98185443878174,40.017578125],[-86.98486328125,40.01588153839111],[-86.98909759521484,40.013671875],[-86.98974609375,40.013309478759766],[-86.99462890625,40.01070690155029],[-86.99624061584473,40.009765625],[-86.99951171875,40.00793170928955],[-87.00340270996094,40.005859375],[-87.00439453125,40.00530433654785],[-87.00927734375,40.00271797180176],[-87.01058387756348,40.001953125],[-87.01416015625,39.99994659423828],[-87.01766014099121,39.998046875],[-87.01904296875,39.99727535247803],[-87.02392578125,39.99472999572754],[-87.02493190765381,39.994140625],[-87.02880859375,39.99195098876953],[-87.03185081481934,39.990234375],[-87.03369140625,39.98919200897217],[-87.03857421875,39.98667049407959],[-87.03916072845459,39.986328125],[-87.04345703125,39.983909606933594],[-87.0460033416748,39.982421875],[-87.04833984375,39.98108768463135],[-87.05322265625,39.978575706481934],[-87.0533275604248,39.978515625],[-87.05810546875,39.97585868835449],[-87.06019878387451,39.974609375],[-87.06298828125,39.97300910949707],[-87.06746101379395,39.970703125],[-87.06787109375,39.970476150512695],[-87.07275390625,39.96786689758301],[-87.0745849609375,39.966796875],[-87.07763671875,39.9650821685791],[-87.0818281173706,39.962890625],[-87.08251953125,39.962504386901855],[-87.08740234375,39.959896087646484],[-87.08896160125732,39.958984375],[-87.09228515625,39.95712471008301],[-87.0961332321167,39.955078125],[-87.09716796875,39.95449924468994],[-87.10205078125,39.95193004608154],[-87.1033525466919,39.951171875],[-87.10693359375,39.949167251586914],[-87.11044311523438,39.947265625],[-87.11181640625,39.94649887084961],[-87.11669921875,39.94395637512207],[-87.11771965026855,39.943359375],[-87.12158203125,39.94117832183838],[-87.12463855743408,39.939453125],[-87.12646484375,39.93841361999512],[-87.13134765625,39.93587017059326],[-87.13189601898193,39.935546875],[-87.13623046875,39.93307971954346],[-87.13866233825684,39.931640625],[-87.14111328125,39.9302339553833],[-87.14597702026367,39.927734375],[-87.14599609375,39.92772388458252],[-87.15087890625,39.92503261566162],[-87.15290069580078,39.923828125],[-87.15576171875,39.92218780517578],[-87.16012477874756,39.919921875],[-87.16064453125,39.91963195800781],[-87.16552734375,39.917025566101074],[-87.16724395751953,39.916015625],[-87.17041015625,39.914225578308105],[-87.17437267303467,39.912109375],[-87.17529296875,39.91159152984619],[-87.18017578125,39.9090051651001],[-87.1815538406372,39.908203125],[-87.18505859375,39.90624809265137],[-87.18864917755127,39.904296875],[-87.18994140625,39.90356636047363],[-87.19482421875,39.90096950531006],[-87.1958065032959,39.900390625],[-87.19970703125,39.89818859100342],[-87.20273971557617,39.896484375],[-87.20458984375,39.895437240600586],[-87.20947265625,39.89289379119873],[-87.21001625061035,39.892578125],[-87.21435546875,39.8901481628418],[-87.21691608428955,39.888671875],[-87.21923828125,39.88735771179199],[-87.22412109375,39.88482666015625],[-87.2242259979248,39.884765625],[-87.22900390625,39.882076263427734],[-87.23103046417236,39.880859375],[-87.23388671875,39.87922286987305],[-87.2382640838623,39.876953125],[-87.23876953125,39.87667274475098],[-87.24365234375,39.87404251098633],[-87.2453260421753,39.873046875],[-87.24853515625,39.87120723724365],[-87.2523832321167,39.869140625],[-87.25341796875,39.86855983734131],[-87.25830078125,39.86599349975586],[-87.25958824157715,39.865234375],[-87.26318359375,39.863189697265625],[-87.26650714874268,39.861328125],[-87.26806640625,39.86043930053711],[-87.27294921875,39.857887268066406],[-87.27374076843262,39.857421875],[-87.27783203125,39.85509777069092],[-87.28054523468018,39.853515625],[-87.28271484375,39.85226631164551],[-87.28759765625,39.84972095489502],[-87.28778839111328,39.849609375],[-87.29248046875,39.84697914123535],[-87.29461669921875,39.845703125],[-87.29736328125,39.8441276550293],[-87.30186462402344,39.841796875],[-87.30224609375,39.84158420562744],[-87.30712890625,39.838951110839844],[-87.30892658233643,39.837890625],[-87.31201171875,39.836137771606445],[-87.31605529785156,39.833984375],[-87.31689453125,39.833510398864746],[-87.32177734375,39.83089351654053],[-87.32316493988037,39.830078125],[-87.32666015625,39.82810974121094],[-87.33021259307861,39.826171875],[-87.33154296875,39.82541847229004],[-87.33642578125,39.82281970977783],[-87.3373556137085,39.822265625],[-87.34130859375,39.8200044631958],[-87.3442029953003,39.818359375],[-87.34619140625,39.81723976135254],[-87.35107421875,39.81473350524902],[-87.35155582427979,39.814453125],[-87.35595703125,39.81198024749756],[-87.35840320587158,39.810546875],[-87.36083984375,39.809152603149414],[-87.36566543579102,39.806640625],[-87.36572265625,39.80660915374756],[-87.37060546875,39.8038911819458],[-87.3725414276123,39.802734375],[-87.37548828125,39.80104351043701],[-87.37971305847168,39.798828125],[-87.38037109375,39.798460960388184],[-87.38525390625,39.79582977294922],[-87.38675594329834,39.794921875],[-87.39013671875,39.79294776916504],[-87.39358901977539,39.791015625],[-87.39501953125,39.79020023345947],[-87.39990234375,39.78764629364014],[-87.40080833435059,39.787109375],[-87.40478515625,39.784820556640625],[-87.40754127502441,39.783203125],[-87.40966796875,39.78196907043457],[-87.41455078125,39.779404640197754],[-87.4147367477417,39.779296875],[-87.41943359375,39.77663612365723],[-87.42149353027344,39.775390625],[-87.42431640625,39.77375316619873],[-87.42865085601807,39.771484375],[-87.42919921875,39.77117919921875],[-87.43408203125,39.768558502197266],[-87.4357271194458,39.767578125],[-87.43896484375,39.765713691711426],[-87.44268894195557,39.763671875],[-87.44384765625,39.76301288604736],[-87.44873046875,39.76042938232422],[-87.44985103607178,39.759765625],[-87.45361328125,39.757606506347656],[-87.45664596557617,39.755859375],[-87.45849609375,39.75479030609131],[-87.46337890625,39.75221920013428],[-87.4638319015503,39.751953125],[-87.46826171875,39.749433517456055],[-87.47058391571045,39.748046875],[-87.47314453125,39.74656105041504],[-87.47775554656982,39.744140625],[-87.47802734375,39.74398612976074],[-87.48291015625,39.74131679534912],[-87.48472690582275,39.740234375],[-87.48779296875,39.73847198486328],[-87.491774559021,39.736328125],[-87.49267578125,39.73581600189209],[-87.49755859375,39.73320198059082],[-87.49887466430664,39.732421875],[-87.50244140625,39.73039150238037],[-87.50578880310059,39.728515625],[-87.50732421875,39.72763252258301],[-87.51220703125,39.72502517700195],[-87.51290798187256,39.724609375],[-87.51708984375,39.72222900390625],[-87.51971244812012,39.720703125],[-87.52197265625,39.71940517425537],[-87.52685546875,39.71682834625244],[-87.5269079208374,39.716796875],[-87.53173828125,39.714070320129395],[-87.5337028503418,39.712890625],[-87.53662109375,39.71121597290039],[-87.54085540771484,39.708984375],[-87.54150390625,39.708619117736816],[-87.54638671875,39.705973625183105],[-87.54788398742676,39.705078125],[-87.55126953125,39.7031364440918],[-87.5548267364502,39.701171875],[-87.55615234375,39.70041275024414],[-87.56103515625,39.69779872894287],[-87.56192684173584,39.697265625],[-87.56591796875,39.694955825805664],[-87.56865978240967,39.693359375],[-87.57080078125,39.692124366760254],[-87.57568359375,39.68953990936279],[-87.57583141326904,39.689453125],[-87.58056640625,39.68674850463867],[-87.5825548171997,39.685546875],[-87.58544921875,39.68387317657471],[-87.5896692276001,39.681640625],[-87.59033203125,39.681267738342285],[-87.59521484375,39.67861747741699],[-87.59668350219727,39.677734375],[-87.60009765625,39.67575931549072],[-87.60355949401855,39.673828125],[-87.60498046875,39.673014640808105],[-87.60986328125,39.670400619506836],[-87.6106595993042,39.669921875],[-87.61474609375,39.66753673553467],[-87.61731624603271,39.666015625],[-87.61962890625,39.6646785736084],[-87.62450218200684,39.662109375],[-87.62451171875,39.662102699279785],[-87.62939453125,39.65935134887695],[-87.63129711151123,39.658203125],[-87.63427734375,39.656476974487305],[-87.63835430145264,39.654296875],[-87.63916015625,39.653839111328125],[-87.64404296875,39.651198387145996],[-87.64538764953613,39.650390625],[-87.64892578125,39.648338317871094],[-87.65222072601318,39.646484375],[-87.65380859375,39.64557647705078],[-87.65869140625,39.64298629760742],[-87.65937328338623,39.642578125],[-87.66357421875,39.64013481140137],[-87.66602516174316,39.638671875],[-87.66845703125,39.637261390686035],[-87.6732063293457,39.634765625],[-87.67333984375,39.634690284729004],[-87.67822265625,39.631967544555664],[-87.6800537109375,39.630859375],[-87.68310546875,39.6290807723999],[-87.68702030181885,39.626953125],[-87.68798828125,39.6264009475708],[-87.69287109375,39.62376117706299],[-87.69405364990234,39.623046875],[-87.69775390625,39.620882987976074],[-87.70078182220459,39.619140625],[-87.70263671875,39.61807155609131],[-87.70751953125,39.615474700927734],[-87.70792007446289,39.615234375],[-87.71240234375,39.61262130737305],[-87.71451950073242,39.611328125],[-87.71728515625,39.60971641540527],[-87.72165775299072,39.607421875],[-87.72216796875,39.607133865356445],[-87.72705078125,39.60447120666504],[-87.72863388061523,39.603515625],[-87.73193359375,39.60159778594971],[-87.73551940917969,39.599609375],[-87.73681640625,39.59886837005615],[-87.74169921875,39.5962553024292],[-87.74261474609375,39.595703125],[-87.74658203125,39.59338569641113],[-87.74927616119385,39.591796875],[-87.75146484375,39.5905237197876],[-87.75634765625,39.58793067932129],[-87.75641441345215,39.587890625],[-87.76123046875,39.585153579711914],[-87.76315689086914,39.583984375],[-87.76611328125,39.58226680755615],[-87.77019500732422,39.580078125],[-87.77099609375,39.579623222351074],[-87.77587890625,39.576972007751465],[-87.7772045135498,39.576171875],[-87.78076171875,39.5740966796875],[-87.78398513793945,39.572265625],[-87.78564453125,39.571311950683594],[-87.79052734375,39.56869983673096],[-87.7910852432251,39.568359375],[-87.79541015625,39.56579780578613],[-87.79759883880615,39.564453125],[-87.80029296875,39.562870025634766],[-87.80469417572021,39.560546875],[-87.80517578125,39.56027412414551],[-87.81005859375,39.55760097503662],[-87.8116512298584,39.556640625],[-87.81494140625,39.55472755432129],[-87.81852722167969,39.552734375],[-87.81982421875,39.55198669433594],[-87.82470703125,39.54935836791992],[-87.8255844116211,39.548828125],[-87.82958984375,39.54649353027344],[-87.83226013183594,39.544921875],[-87.83447265625,39.54363822937012],[-87.83935546875,39.541035652160645],[-87.83938884735107,39.541015625],[-87.84423828125,39.538251876831055],[-87.84611225128174,39.537109375],[-87.84912109375,39.53535175323486],[-87.85306453704834,39.533203125],[-87.85400390625,39.5326623916626],[-87.85888671875,39.52999401092529],[-87.86003589630127,39.529296875],[-87.86376953125,39.52710819244385],[-87.86672115325928,39.525390625],[-87.86865234375,39.52426242828369],[-87.87353515625,39.521626472473145],[-87.8737735748291,39.521484375],[-87.87841796875,39.5187931060791],[-87.8804063796997,39.517578125],[-87.88330078125,39.51588821411133],[-87.88742542266846,39.513671875],[-87.88818359375,39.51323986053467],[-87.89306640625,39.51058006286621],[-87.89441585540771,39.509765625],[-87.89794921875,39.50771236419678],[-87.9011869430542,39.505859375],[-87.90283203125,39.504899978637695],[-87.90771484375,39.5022554397583],[-87.90821552276611,39.501953125],[-87.91259765625,39.4993953704834],[-87.91480541229248,39.498046875],[-87.91748046875,39.49647235870361],[-87.9218578338623,39.494140625],[-87.92236328125,39.49385356903076],[-87.92724609375,39.491196632385254],[-87.92884349822998,39.490234375],[-87.93212890625,39.48831748962402],[-87.93566226959229,39.486328125],[-87.93701171875,39.4855432510376],[-87.94189453125,39.482916831970215],[-87.94271469116211,39.482421875],[-87.94677734375,39.48003959655762],[-87.94930458068848,39.478515625],[-87.95166015625,39.47712421417236],[-87.95638084411621,39.474609375],[-87.95654296875,39.47451686859131],[-87.96142578125,39.471795082092285],[-87.96321392059326,39.470703125],[-87.96630859375,39.46887683868408],[-87.97004222869873,39.466796875],[-87.97119140625,39.4661340713501],[-87.97607421875,39.4635009765625],[-87.97707557678223,39.462890625],[-87.98095703125,39.46057891845703],[-87.98358917236328,39.458984375],[-87.98583984375,39.457651138305664],[-87.9906702041626,39.455078125],[-87.99072265625,39.45504856109619],[-87.99560546875,39.45229530334473],[-87.9974365234375,39.451171875],[-88.00048828125,39.44936180114746],[-88.00428867340088,39.447265625],[-88.00537109375,39.44664764404297],[-88.01025390625,39.444031715393066],[-88.01136493682861,39.443359375],[-88.01513671875,39.44112968444824],[-88.0179500579834,39.439453125],[-88.02001953125,39.438232421875],[-88.02490234375,39.43560981750488],[-88.0250072479248,39.435546875],[-88.02978515625,39.43281269073486],[-88.03169250488281,39.431640625],[-88.03466796875,39.42988395690918],[-88.0385971069336,39.427734375],[-88.03955078125,39.42718696594238],[-88.04443359375,39.42454242706299],[-88.04560661315918,39.423828125],[-88.04931640625,39.4216365814209],[-88.05224418640137,39.419921875],[-88.05419921875,39.418779373168945],[-88.05908203125,39.41615676879883],[-88.05931568145752,39.416015625],[-88.06396484375,39.413315773010254],[-88.06592464447021,39.412109375],[-88.06884765625,39.41038131713867],[-88.07283401489258,39.408203125],[-88.07373046875,39.40768814086914],[-88.07861328125,39.405025482177734],[-88.07981014251709,39.404296875],[-88.08349609375,39.40212631225586],[-88.08646202087402,39.400390625],[-88.08837890625,39.399264335632324],[-88.09326171875,39.39661884307861],[-88.09348583221436,39.396484375],[-88.09814453125,39.39377975463867],[-88.10009956359863,39.392578125],[-88.10302734375,39.390851974487305],[-88.10702323913574,39.388671875],[-88.10791015625,39.38816165924072],[-88.11279296875,39.38550281524658],[-88.11400413513184,39.384765625],[-88.11767578125,39.382596015930176],[-88.12060832977295,39.380859375],[-88.12255859375,39.379706382751465],[-88.12744140625,39.37706470489502],[-88.1276273727417,39.376953125],[-88.13232421875,39.37424945831299],[-88.13427448272705,39.373046875],[-88.13720703125,39.37130260467529],[-88.14114093780518,39.369140625],[-88.14208984375,39.36859607696533],[-88.14697265625,39.365957260131836],[-88.14815998077393,39.365234375],[-88.15185546875,39.36303520202637],[-88.15471172332764,39.361328125],[-88.15673828125,39.36012840270996],[-88.16162109375,39.357505798339844],[-88.16176414489746,39.357421875],[-88.16650390625,39.35469627380371],[-88.1684160232544,39.353515625],[-88.17138671875,39.35174560546875],[-88.17526817321777,39.349609375],[-88.17626953125,39.34903430938721],[-88.18115234375,39.34637928009033],[-88.18224906921387,39.345703125],[-88.18603515625,39.34343338012695],[-88.18875312805176,39.341796875],[-88.19091796875,39.340514183044434],[-88.19578170776367,39.337890625],[-88.19580078125,39.337881088256836],[-88.20068359375,39.335089683532715],[-88.20247650146484,39.333984375],[-88.20556640625,39.33215141296387],[-88.20927143096924,39.330078125],[-88.21044921875,39.32939338684082],[-88.21533203125,39.326720237731934],[-88.21622371673584,39.326171875],[-88.22021484375,39.323784828186035],[-88.22271347045898,39.322265625],[-88.22509765625,39.320855140686035],[-88.2297134399414,39.318359375],[-88.22998046875,39.31820583343506],[-88.23486328125,39.31545448303223],[-88.23648452758789,39.314453125],[-88.23974609375,39.3125114440918],[-88.24316024780273,39.310546875],[-88.24462890625,39.3096809387207],[-88.24951171875,39.30701541900635],[-88.2501220703125,39.306640625],[-88.25439453125,39.30409240722656],[-88.2565689086914,39.302734375],[-88.25927734375,39.30111122131348],[-88.26352119445801,39.298828125],[-88.26416015625,39.2984619140625],[-88.26904296875,39.295793533325195],[-88.27046394348145,39.294921875],[-88.27392578125,39.29285430908203],[-88.27706336975098,39.291015625],[-88.27880859375,39.2899866104126],[-88.28369140625,39.28734302520752],[-88.28407764434814,39.287109375],[-88.28857421875,39.28446388244629],[-88.29060077667236,39.283203125],[-88.29345703125,39.28149127960205],[-88.29744815826416,39.279296875],[-88.29833984375,39.27877998352051],[-88.30322265625,39.27609062194824],[-88.30435276031494,39.275390625],[-88.30810546875,39.27312469482422],[-88.31083297729492,39.271484375],[-88.31298828125,39.27021026611328],[-88.31784248352051,39.267578125],[-88.31787109375,39.267560958862305],[-88.32275390625,39.26475429534912],[-88.3245038986206,39.263671875],[-88.32763671875,39.261807441711426],[-88.33123207092285,39.259765625],[-88.33251953125,39.25900650024414],[-88.33740234375,39.25629901885986],[-88.33810806274414,39.255859375],[-88.34228515625,39.25334358215332],[-88.34451198577881,39.251953125],[-88.34716796875,39.25035858154297],[-88.35145950317383,39.248046875],[-88.35205078125,39.24770736694336],[-88.35693359375,39.24502086639404],[-88.35835933685303,39.244140625],[-88.36181640625,39.242061614990234],[-88.36490631103516,39.240234375],[-88.36669921875,39.239169120788574],[-88.37158203125,39.23652362823486],[-88.37190628051758,39.236328125],[-88.37646484375,39.23365879058838],[-88.37844848632812,39.232421875],[-88.38134765625,39.23068046569824],[-88.38525295257568,39.228515625],[-88.38623046875,39.227949142456055],[-88.39111328125,39.225263595581055],[-88.39216709136963,39.224609375],[-88.39599609375,39.22228813171387],[-88.3985948562622,39.220703125],[-88.40087890625,39.219343185424805],[-88.40557098388672,39.216796875],[-88.40576171875,39.21668529510498],[-88.41064453125,39.21390724182129],[-88.41228485107422,39.212890625],[-88.41552734375,39.21094989776611],[-88.41892719268799,39.208984375],[-88.42041015625,39.208102226257324],[-88.42529296875,39.20539569854736],[-88.42580795288086,39.205078125],[-88.43017578125,39.20247459411621],[-88.43225479125977,39.201171875],[-88.43505859375,39.199480056762695],[-88.43907356262207,39.197265625],[-88.43994140625,39.19676494598389],[-88.44482421875,39.19409942626953],[-88.44602108001709,39.193359375],[-88.44970703125,39.191134452819824],[-88.45247268676758,39.189453125],[-88.45458984375,39.18818187713623],[-88.45943927764893,39.185546875],[-88.45947265625,39.185526847839355],[-88.46435546875,39.18272590637207],[-88.46609592437744,39.181640625],[-88.46923828125,39.17974090576172],[-88.47274780273438,39.177734375],[-88.47412109375,39.17692756652832],[-88.47900390625,39.1742467880249],[-88.47967624664307,39.173828125],[-88.48388671875,39.1712703704834],[-88.48603248596191,39.169921875],[-88.48876953125,39.16827583312988],[-88.4929084777832,39.166015625],[-88.49365234375,39.1655855178833],[-88.49853515625,39.162869453430176],[-88.499755859375,39.162109375],[-88.50341796875,39.15989589691162],[-88.50621223449707,39.158203125],[-88.50830078125,39.15694618225098],[-88.51313591003418,39.154296875],[-88.51318359375,39.15426826477051],[-88.51806640625,39.15147018432617],[-88.51979732513428,39.150390625],[-88.52294921875,39.148484230041504],[-88.5264253616333,39.146484375],[-88.52783203125,39.14565467834473],[-88.53271484375,39.14299011230469],[-88.53338241577148,39.142578125],[-88.53759765625,39.14003562927246],[-88.53976249694824,39.138671875],[-88.54248046875,39.1370325088501],[-88.54662895202637,39.134765625],[-88.54736328125,39.134339332580566],[-88.55224609375,39.13162708282471],[-88.55347633361816,39.130859375],[-88.55712890625,39.128639221191406],[-88.55991840362549,39.126953125],[-88.56201171875,39.12569999694824],[-88.56683254241943,39.123046875],[-88.56689453125,39.123008728027344],[-88.57177734375,39.12018585205078],[-88.57344150543213,39.119140625],[-88.57666015625,39.117188453674316],[-88.580002784729,39.115234375],[-88.58154296875,39.114317893981934],[-88.58642578125,39.111653327941895],[-88.58695983886719,39.111328125],[-88.59130859375,39.108741760253906],[-88.59340190887451,39.107421875],[-88.59619140625,39.10572624206543],[-88.60016822814941,39.103515625],[-88.60107421875,39.10298824310303],[-88.60595703125,39.10029125213623],[-88.6070442199707,39.099609375],[-88.61083984375,39.09728145599365],[-88.6133861541748,39.095703125],[-88.61572265625,39.09429454803467],[-88.62029552459717,39.091796875],[-88.62060546875,39.091614723205566],[-88.62548828125,39.088839530944824],[-88.62700462341309,39.087890625],[-88.63037109375,39.085853576660156],[-88.63352298736572,39.083984375],[-88.63525390625,39.08294105529785],[-88.64013671875,39.080214500427246],[-88.64036083221436,39.080078125],[-88.64501953125,39.07733917236328],[-88.64687442779541,39.076171875],[-88.64990234375,39.07433223724365],[-88.6535120010376,39.072265625],[-88.65478515625,39.071513175964355],[-88.65966796875,39.06883239746094],[-88.66042613983154,39.068359375],[-88.66455078125,39.06584548950195],[-88.66674423217773,39.064453125],[-88.66943359375,39.06281757354736],[-88.67356300354004,39.060546875],[-88.67431640625,39.06010723114014],[-88.67919921875,39.05738830566406],[-88.68039131164551,39.056640625],[-88.68408203125,39.05438423156738],[-88.68678092956543,39.052734375],[-88.68896484375,39.05142116546631],[-88.69365692138672,39.048828125],[-88.69384765625,39.04871654510498],[-88.69873046875,39.045902252197266],[-88.70028018951416,39.044921875],[-88.70361328125,39.042869567871094],[-88.70669364929199,39.041015625],[-88.70849609375,39.03992938995361],[-88.71337890625,39.03726291656494],[-88.71363639831543,39.037109375],[-88.71826171875,39.03439807891846],[-88.72014999389648,39.033203125],[-88.72314453125,39.031368255615234],[-88.72676372528076,39.029296875],[-88.72802734375,39.0285530090332],[-88.73291015625,39.02586364746094],[-88.73366355895996,39.025390625],[-88.73779296875,39.02285861968994],[-88.73995780944824,39.021484375],[-88.74267578125,39.019829750061035],[-88.74673843383789,39.017578125],[-88.74755859375,39.017096519470215],[-88.75244140625,39.01434803009033],[-88.75350952148438,39.013671875],[-88.75732421875,39.011314392089844],[-88.75978946685791,39.009765625],[-88.76220703125,39.00829219818115],[-88.76664638519287,39.005859375],[-88.76708984375,39.005600929260254],[-88.77197265625,39.00285816192627],[-88.77341270446777,39.001953125],[-88.77685546875,38.999839782714844],[-88.77982139587402,38.998046875],[-88.78173828125,38.9968957901001],[-88.78662109375,38.994211196899414],[-88.78673553466797,38.994140625],[-88.79150390625,38.99134826660156],[-88.79326820373535,38.990234375],[-88.79638671875,38.98832893371582],[-88.7998104095459,38.986328125],[-88.80126953125,38.98545551300049],[-88.80615234375,38.982726097106934],[-88.80663871765137,38.982421875],[-88.81103515625,38.97977256774902],[-88.81300926208496,38.978515625],[-88.81591796875,38.976728439331055],[-88.81962299346924,38.974609375],[-88.82080078125,38.97391414642334],[-88.82568359375,38.97122001647949],[-88.82650852203369,38.970703125],[-88.83056640625,38.96821117401123],[-88.83278846740723,38.966796875],[-88.83544921875,38.965168952941895],[-88.83957386016846,38.962890625],[-88.84033203125,38.96244812011719],[-88.84521484375,38.9597110748291],[-88.84636402130127,38.958984375],[-88.85009765625,38.95666790008545],[-88.8526439666748,38.955078125],[-88.85498046875,38.953654289245605],[-88.85944843292236,38.951171875],[-88.85986328125,38.95092582702637],[-88.86474609375,38.948147773742676],[-88.86613845825195,38.947265625],[-88.86962890625,38.94510555267334],[-88.87247085571289,38.943359375],[-88.87451171875,38.942118644714355],[-88.87936592102051,38.939453125],[-88.87939453125,38.93943500518799],[-88.88427734375,38.936601638793945],[-88.88593673706055,38.935546875],[-88.88916015625,38.93355941772461],[-88.89241218566895,38.931640625],[-88.89404296875,38.93066692352295],[-88.89892578125,38.927961349487305],[-88.89929294586182,38.927734375],[-88.90380859375,38.92500877380371],[-88.90565395355225,38.923828125],[-88.90869140625,38.92195510864258],[-88.91217708587646,38.919921875],[-88.91357421875,38.91908550262451],[-88.91845703125,38.916378021240234],[-88.91903877258301,38.916015625],[-88.92333984375,38.91341686248779],[-88.92539024353027,38.912109375],[-88.92822265625,38.91036415100098],[-88.93203735351562,38.908203125],[-88.93310546875,38.90757465362549],[-88.93798828125,38.90485668182373],[-88.93887042999268,38.904296875],[-88.94287109375,38.90180683135986],[-88.94508838653564,38.900390625],[-88.94775390625,38.89876174926758],[-88.95187377929688,38.896484375],[-88.95263671875,38.896037101745605],[-88.95751953125,38.89327526092529],[-88.9586067199707,38.892578125],[-88.96240234375,38.89018726348877],[-88.9647626876831,38.888671875],[-88.96728515625,38.88711738586426],[-88.97158145904541,38.884765625],[-88.97216796875,38.88442420959473],[-88.97705078125,38.88168811798096],[-88.97835731506348,38.880859375],[-88.98193359375,38.87863063812256],[-88.98463726043701,38.876953125],[-88.98681640625,38.87562656402588],[-88.99146556854248,38.873046875],[-88.99169921875,38.87290668487549],[-88.99658203125,38.87007236480713],[-88.99803638458252,38.869140625],[-89.00146484375,38.867005348205566],[-89.00434017181396,38.865234375],[-89.00634765625,38.86400508880615],[-89.0111494064331,38.861328125],[-89.01123046875,38.86128044128418],[-89.01611328125,38.858445167541504],[-89.01772022247314,38.857421875],[-89.02099609375,38.85538959503174],[-89.02411460876465,38.853515625],[-89.02587890625,38.85245227813721],[-89.03076171875,38.84974193572998],[-89.03097629547119,38.849609375],[-89.03564453125,38.84683418273926],[-89.03741836547852,38.845703125],[-89.04052734375,38.84377956390381],[-89.04386043548584,38.841796875],[-89.04541015625,38.84085655212402],[-89.05029296875,38.838107109069824],[-89.05064105987549,38.837890625],[-89.05517578125,38.835177421569824],[-89.05704498291016,38.833984375],[-89.06005859375,38.832115173339844],[-89.06354427337646,38.830078125],[-89.06494140625,38.829243659973145],[-89.06982421875,38.82653331756592],[-89.07040596008301,38.826171875],[-89.07470703125,38.8235502243042],[-89.07671451568604,38.822265625],[-89.07958984375,38.82048988342285],[-89.08327579498291,38.818359375],[-89.08447265625,38.81763935089111],[-89.08935546875,38.81486415863037],[-89.09000396728516,38.814453125],[-89.09423828125,38.811859130859375],[-89.09628391265869,38.810546875],[-89.09912109375,38.808786392211914],[-89.10286903381348,38.806640625],[-89.10400390625,38.8059663772583],[-89.10888671875,38.80324935913086],[-89.10970211029053,38.802734375],[-89.11376953125,38.80021572113037],[-89.11592483520508,38.798828125],[-89.11865234375,38.79714393615723],[-89.12257194519043,38.794921875],[-89.12353515625,38.79434776306152],[-89.12841796875,38.79157638549805],[-89.1292953491211,38.791015625],[-89.13330078125,38.788516998291016],[-89.13547992706299,38.787109375],[-89.13818359375,38.785430908203125],[-89.1421365737915,38.783203125],[-89.14306640625,38.78265571594238],[-89.14794921875,38.77993106842041],[-89.14894104003906,38.779296875],[-89.15283203125,38.776854515075684],[-89.15510177612305,38.775390625],[-89.15771484375,38.77377223968506],[-89.16181087493896,38.771484375],[-89.16259765625,38.771018981933594],[-89.16748046875,38.76824188232422],[-89.16851043701172,38.767578125],[-89.17236328125,38.765143394470215],[-89.17463302612305,38.763671875],[-89.17724609375,38.76204490661621],[-89.1813325881958,38.759765625],[-89.18212890625,38.75929832458496],[-89.18701171875,38.75656700134277],[-89.18811798095703,38.755859375],[-89.19189453125,38.753475189208984],[-89.19425964355469,38.751953125],[-89.19677734375,38.75039768218994],[-89.20100212097168,38.748046875],[-89.20166015625,38.74765872955322],[-89.20654296875,38.74487018585205],[-89.20766830444336,38.744140625],[-89.21142578125,38.741759300231934],[-89.2137861251831,38.740234375],[-89.21630859375,38.73866558074951],[-89.22051906585693,38.736328125],[-89.22119140625,38.73593235015869],[-89.22607421875,38.73318290710449],[-89.22726154327393,38.732421875],[-89.23095703125,38.73008441925049],[-89.23340797424316,38.728515625],[-89.23583984375,38.72701072692871],[-89.24012660980225,38.724609375],[-89.24072265625,38.7242546081543],[-89.24560546875,38.7214412689209],[-89.24674034118652,38.720703125],[-89.25048828125,38.718316078186035],[-89.25282955169678,38.716796875],[-89.25537109375,38.715213775634766],[-89.2595624923706,38.712890625],[-89.26025390625,38.71248435974121],[-89.26513671875,38.70973300933838],[-89.26630020141602,38.708984375],[-89.27001953125,38.706624031066895],[-89.27242279052734,38.705078125],[-89.27490234375,38.70354080200195],[-89.2791223526001,38.701171875],[-89.27978515625,38.700778007507324],[-89.28466796875,38.69797325134277],[-89.28575992584229,38.697265625],[-89.28955078125,38.69485855102539],[-89.2918586730957,38.693359375],[-89.29443359375,38.69175148010254],[-89.29853916168213,38.689453125],[-89.29931640625,38.68899631500244],[-89.30419921875,38.68623733520508],[-89.30526733398438,38.685546875],[-89.30908203125,38.68311405181885],[-89.31134700775146,38.681640625],[-89.31396484375,38.68001174926758],[-89.31802272796631,38.677734375],[-89.31884765625,38.67724418640137],[-89.32373046875,38.67446994781494],[-89.32472705841064,38.673828125],[-89.32861328125,38.671377182006836],[-89.33085918426514,38.669921875],[-89.33349609375,38.6682767868042],[-89.33751106262207,38.666015625],[-89.33837890625,38.66550350189209],[-89.34326171875,38.66274452209473],[-89.3442440032959,38.662109375],[-89.34814453125,38.65962791442871],[-89.35031414031982,38.658203125],[-89.35302734375,38.656494140625],[-89.35683727264404,38.654296875],[-89.35791015625,38.65365505218506],[-89.36279296875,38.65091133117676],[-89.36361312866211,38.650390625],[-89.36767578125,38.647865295410156],[-89.36980247497559,38.646484375],[-89.37255859375,38.64476013183594],[-89.37634944915771,38.642578125],[-89.37744140625,38.641923904418945],[-89.38232421875,38.63915729522705],[-89.38308238983154,38.638671875],[-89.38720703125,38.63608455657959],[-89.38921928405762,38.634765625],[-89.39208984375,38.632948875427246],[-89.39563274383545,38.630859375],[-89.39697265625,38.63004970550537],[-89.40185546875,38.627320289611816],[-89.40244197845459,38.626953125],[-89.40673828125,38.624324798583984],[-89.40870761871338,38.623046875],[-89.41162109375,38.6212158203125],[-89.41513061523438,38.619140625],[-89.41650390625,38.61830711364746],[-89.42138671875,38.6155309677124],[-89.42185878753662,38.615234375],[-89.42626953125,38.61252689361572],[-89.42810535430908,38.611328125],[-89.43115234375,38.60939598083496],[-89.43441867828369,38.607421875],[-89.43603515625,38.60643768310547],[-89.44091796875,38.6037015914917],[-89.44121837615967,38.603515625],[-89.44580078125,38.60075283050537],[-89.44755554199219,38.599609375],[-89.45068359375,38.59762382507324],[-89.45380687713623,38.595703125],[-89.45556640625,38.59461307525635],[-89.46044921875,38.591816902160645],[-89.46048259735107,38.591796875],[-89.46533203125,38.58891487121582],[-89.46691036224365,38.587890625],[-89.47021484375,38.58578968048096],[-89.47311401367188,38.583984375],[-89.47509765625,38.58276176452637],[-89.47986125946045,38.580078125],[-89.47998046875,38.58000469207764],[-89.48486328125,38.57710647583008],[-89.48627948760986,38.576171875],[-89.48974609375,38.57393169403076],[-89.49232578277588,38.572265625],[-89.49462890625,38.57082176208496],[-89.49902057647705,38.568359375],[-89.49951171875,38.56806659698486],[-89.50439453125,38.56526565551758],[-89.50563907623291,38.564453125],[-89.50927734375,38.56211185455322],[-89.51167583465576,38.560546875],[-89.51416015625,38.558987617492676],[-89.51828956604004,38.556640625],[-89.51904296875,38.55618953704834],[-89.52392578125,38.55338382720947],[-89.52493190765381,38.552734375],[-89.52880859375,38.550275802612305],[-89.53102588653564,38.548828125],[-89.53369140625,38.54715156555176],[-89.53758716583252,38.544921875],[-89.53857421875,38.54433345794678],[-89.54345703125,38.5415563583374],[-89.54429626464844,38.541015625],[-89.54833984375,38.53845500946045],[-89.55038070678711,38.537109375],[-89.55322265625,38.53530216217041],[-89.55676555633545,38.533203125],[-89.55810546875,38.53239154815674],[-89.56298828125,38.529653549194336],[-89.56355571746826,38.529296875],[-89.56787109375,38.52665042877197],[-89.56979751586914,38.525390625],[-89.57275390625,38.52351665496826],[-89.57613468170166,38.521484375],[-89.57763671875,38.52056121826172],[-89.58251953125,38.51776313781738],[-89.58281517028809,38.517578125],[-89.58740234375,38.51477909088135],[-89.58908557891846,38.513671875],[-89.59228515625,38.51162052154541],[-89.59526062011719,38.509765625],[-89.59716796875,38.50858402252197],[-89.60198402404785,38.505859375],[-89.60205078125,38.505818367004395],[-89.60693359375,38.502909660339355],[-89.60838317871094,38.501953125],[-89.61181640625,38.49972438812256],[-89.61440563201904,38.498046875],[-89.61669921875,38.49660110473633],[-89.62103843688965,38.494140625],[-89.62158203125,38.493815422058105],[-89.62646484375,38.49100399017334],[-89.62764263153076,38.490234375],[-89.63134765625,38.487844467163086],[-89.63365077972412,38.486328125],[-89.63623046875,38.48470115661621],[-89.64022636413574,38.482421875],[-89.64111328125,38.48188781738281],[-89.64599609375,38.479084968566895],[-89.64687824249268,38.478515625],[-89.65087890625,38.47599124908447],[-89.65298175811768,38.474609375],[-89.65576171875,38.4728422164917],[-89.65940475463867,38.470703125],[-89.66064453125,38.46995162963867],[-89.66552734375,38.467172622680664],[-89.66611385345459,38.466796875],[-89.67041015625,38.46410846710205],[-89.67224597930908,38.462890625],[-89.67529296875,38.460930824279785],[-89.67845439910889,38.458984375],[-89.68017578125,38.45792198181152],[-89.68505859375,38.45516300201416],[-89.68519687652588,38.455078125],[-89.68994140625,38.45222473144531],[-89.69153881072998,38.451171875],[-89.69482421875,38.44905090332031],[-89.69762802124023,38.447265625],[-89.69970703125,38.445956230163574],[-89.70420360565186,38.443359375],[-89.70458984375,38.44312381744385],[-89.70947265625,38.44026851654053],[-89.71071243286133,38.439453125],[-89.71435546875,38.43709373474121],[-89.71670150756836,38.435546875],[-89.71923828125,38.43394374847412],[-89.72328186035156,38.431640625],[-89.72412109375,38.43113422393799],[-89.72900390625,38.42830753326416],[-89.72988605499268,38.427734375],[-89.73388671875,38.42519664764404],[-89.73596096038818,38.423828125],[-89.73876953125,38.42203235626221],[-89.74233627319336,38.419921875],[-89.74365234375,38.41912364959717],[-89.74853515625,38.416348457336426],[-89.74905967712402,38.416015625],[-89.75341796875,38.41329765319824],[-89.75520133972168,38.412109375],[-89.75830078125,38.41009712219238],[-89.76132392883301,38.408203125],[-89.76318359375,38.407044410705566],[-89.76804733276367,38.404296875],[-89.76806640625,38.40428447723389],[-89.77294921875,38.40137481689453],[-89.7744369506836,38.400390625],[-89.77783203125,38.39817428588867],[-89.7804307937622,38.396484375],[-89.78271484375,38.39503574371338],[-89.78696346282959,38.392578125],[-89.78759765625,38.39219379425049],[-89.79248046875,38.38937854766846],[-89.7935676574707,38.388671875],[-89.79736328125,38.3862419128418],[-89.79959964752197,38.384765625],[-89.80224609375,38.383079528808594],[-89.8060417175293,38.380859375],[-89.80712890625,38.3801965713501],[-89.81201171875,38.37736988067627],[-89.81266021728516,38.376953125],[-89.81689453125,38.374300956726074],[-89.81878280639648,38.373046875],[-89.82177734375,38.37111568450928],[-89.82500076293945,38.369140625],[-89.82666015625,38.36811637878418],[-89.83154296875,38.36533546447754],[-89.83170509338379,38.365234375],[-89.83642578125,38.36235237121582],[-89.83795642852783,38.361328125],[-89.84130859375,38.35912322998047],[-89.84391689300537,38.357421875],[-89.84619140625,38.35598373413086],[-89.85057353973389,38.353515625],[-89.85107421875,38.35321521759033],[-89.85595703125,38.35038089752197],[-89.8571252822876,38.349609375],[-89.86083984375,38.34717845916748],[-89.8630428314209,38.345703125],[-89.86572265625,38.34397792816162],[-89.86943244934082,38.341796875],[-89.87060546875,38.34108638763428],[-89.87548828125,38.33832550048828],[-89.87617492675781,38.337890625],[-89.88037109375,38.33527183532715],[-89.88231182098389,38.333984375],[-89.88525390625,38.33208084106445],[-89.8884916305542,38.330078125],[-89.89013671875,38.32904529571533],[-89.89501953125,38.32620334625244],[-89.89506721496582,38.326171875],[-89.89990234375,38.32325744628906],[-89.90139961242676,38.322265625],[-89.90478515625,38.32005596160889],[-89.90739345550537,38.318359375],[-89.90966796875,38.31691551208496],[-89.91392135620117,38.314453125],[-89.91455078125,38.31406784057617],[-89.91943359375,38.31118297576904],[-89.92040157318115,38.310546875],[-89.92431640625,38.30804252624512],[-89.92643356323242,38.306640625],[-89.92919921875,38.30486583709717],[-89.93278980255127,38.302734375],[-89.93408203125,38.3019437789917],[-89.93896484375,38.29914093017578],[-89.93945598602295,38.298828125],[-89.94384765625,38.296072006225586],[-89.94554996490479,38.294921875],[-89.94873046875,38.29282569885254],[-89.9515438079834,38.291015625],[-89.95361328125,38.28971004486084],[-89.95818614959717,38.287109375],[-89.95849609375,38.286922454833984],[-89.96337890625,38.28404521942139],[-89.96464729309082,38.283203125],[-89.96826171875,38.28082752227783],[-89.9705457687378,38.279296875],[-89.97314453125,38.27762317657471],[-89.97698307037354,38.275390625],[-89.97802734375,38.27475929260254],[-89.98291015625,38.27196979522705],[-89.98366355895996,38.271484375],[-89.98779296875,38.268860816955566],[-89.98969554901123,38.267578125],[-89.99267578125,38.265624046325684],[-89.99578475952148,38.263671875],[-89.99755859375,38.26255702972412],[-90.00242710113525,38.259765625],[-90.00244140625,38.259756088256836],[-90.00732421875,38.256808280944824],[-90.0087308883667,38.255859375],[-90.01220703125,38.2535400390625],[-90.0145673751831,38.251953125],[-90.01708984375,38.25032329559326],[-90.02100706100464,38.248046875],[-90.02197265625,38.24746322631836],[-90.02685546875,38.244683265686035],[-90.02769947052002,38.244140625],[-90.03173828125,38.241578102111816],[-90.03373861312866,38.240234375],[-90.03662109375,38.238348960876465],[-90.0398588180542,38.236328125],[-90.04150390625,38.2352876663208],[-90.04638671875,38.23242664337158],[-90.04639387130737,38.232421875],[-90.05126953125,38.229461669921875],[-90.05267858505249,38.228515625],[-90.05615234375,38.22621250152588],[-90.05855321884155,38.224609375],[-90.06103515625,38.2230167388916],[-90.06502866744995,38.220703125],[-90.06591796875,38.220163345336914],[-90.07080078125,38.21735191345215],[-90.07165670394897,38.216796875],[-90.07568359375,38.21423053741455],[-90.0776743888855,38.212890625],[-90.08056640625,38.21099090576172],[-90.08377075195312,38.208984375],[-90.08544921875,38.20792198181152],[-90.09028196334839,38.205078125],[-90.09033203125,38.205047607421875],[-90.09521484375,38.20209884643555],[-90.09660005569458,38.201171875],[-90.10009765625,38.19886016845703],[-90.10248184204102,38.197265625],[-90.10498046875,38.195658683776855],[-90.10894775390625,38.193359375],[-90.10986328125,38.19279956817627],[-90.11474609375,38.18994426727295],[-90.11550188064575,38.189453125],[-90.11962890625,38.186827659606934],[-90.12153387069702,38.185546875],[-90.12451171875,38.18359375],[-90.12763023376465,38.181640625],[-90.12939453125,38.18053150177002],[-90.1341724395752,38.177734375],[-90.13427734375,38.17766761779785],[-90.13916015625,38.17469024658203],[-90.14044523239136,38.173828125],[-90.14404296875,38.171454429626465],[-90.14632225036621,38.169921875],[-90.14892578125,38.168232917785645],[-90.15265941619873,38.166015625],[-90.15380859375,38.16530704498291],[-90.15869140625,38.16247272491455],[-90.15925884246826,38.162109375],[-90.16357421875,38.1594181060791],[-90.16539096832275,38.158203125],[-90.16845703125,38.15619468688965],[-90.17147779464722,38.154296875],[-90.17333984375,38.15314197540283],[-90.17822265625,38.1503963470459],[-90.17823219299316,38.150390625],[-90.18310546875,38.1474552154541],[-90.18455028533936,38.146484375],[-90.18798828125,38.14420223236084],[-90.19041776657104,38.142578125],[-90.19287109375,38.1410026550293],[-90.19693851470947,38.138671875],[-90.19775390625,38.138179779052734],[-90.20263671875,38.13534450531006],[-90.20351886749268,38.134765625],[-90.20751953125,38.13218307495117],[-90.20947456359863,38.130859375],[-90.21240234375,38.128933906555176],[-90.21558046340942,38.126953125],[-90.21728515625,38.125885009765625],[-90.22216796875,38.12304973602295],[-90.22217273712158,38.123046875],[-90.22705078125,38.12004375457764],[-90.22838830947876,38.119140625],[-90.23193359375,38.11678981781006],[-90.23424625396729,38.115234375],[-90.23681640625,38.11357021331787],[-90.2406120300293,38.111328125],[-90.24169921875,38.110657691955566],[-90.24658203125,38.10775852203369],[-90.24708986282349,38.107421875],[-90.25146484375,38.10457420349121],[-90.25298357009888,38.103515625],[-90.25634765625,38.10122203826904],[-90.25871753692627,38.099609375],[-90.26123046875,38.09796714782715],[-90.26503324508667,38.095703125],[-90.26611328125,38.0950288772583],[-90.27099609375,38.09212017059326],[-90.27149438858032,38.091796875],[-90.27587890625,38.089049339294434],[-90.2776288986206,38.087890625],[-90.28076171875,38.085872650146484],[-90.28382539749146,38.083984375],[-90.28564453125,38.08286952972412],[-90.29052734375,38.08010482788086],[-90.29057025909424,38.080078125],[-90.29541015625,38.07710838317871],[-90.2967882156372,38.076171875],[-90.30029296875,38.07382774353027],[-90.30259847640991,38.072265625],[-90.30517578125,38.07058525085449],[-90.30890464782715,38.068359375],[-90.31005859375,38.067641258239746],[-90.31494140625,38.06474781036377],[-90.3153944015503,38.064453125],[-90.31982421875,38.06163692474365],[-90.32141208648682,38.060546875],[-90.32470703125,38.05832290649414],[-90.32721281051636,38.056640625],[-90.32958984375,38.055094718933105],[-90.33357381820679,38.052734375],[-90.33447265625,38.05217456817627],[-90.33935546875,38.04927062988281],[-90.34003019332886,38.048828125],[-90.34423828125,38.046128273010254],[-90.34599781036377,38.044921875],[-90.34912109375,38.04281425476074],[-90.35184144973755,38.041015625],[-90.35400390625,38.03960990905762],[-90.35820960998535,38.037109375],[-90.35888671875,38.036688804626465],[-90.36376953125,38.03382682800293],[-90.3647232055664,38.033203125],[-90.36865234375,38.030670166015625],[-90.37066459655762,38.029296875],[-90.37353515625,38.02738094329834],[-90.37664890289307,38.025390625],[-90.37841796875,38.024258613586426],[-90.38316249847412,38.021484375],[-90.38330078125,38.02139949798584],[-90.38818359375,38.018473625183105],[-90.38951635360718,38.017578125],[-90.39306640625,38.01520538330078],[-90.39531707763672,38.013671875],[-90.39794921875,38.011948585510254],[-90.40160417556763,38.009765625],[-90.40283203125,38.00901126861572],[-90.40771484375,38.00620079040527],[-90.4082465171814,38.005859375],[-90.41259765625,38.00309658050537],[-90.41424036026001,38.001953125],[-90.41748046875,37.99971675872803],[-90.41990518569946,37.998046875],[-90.42236328125,37.99642372131348],[-90.42622327804565,37.994140625],[-90.42724609375,37.99351119995117],[-90.43212890625,37.99064064025879],[-90.43274879455566,37.990234375],[-90.43701171875,37.987488746643066],[-90.43870210647583,37.986328125],[-90.44189453125,37.98419189453125],[-90.44459104537964,37.982421875],[-90.44677734375,37.981027603149414],[-90.45117616653442,37.978515625],[-90.45166015625,37.97822189331055],[-90.45654296875,37.97533702850342],[-90.45763731002808,37.974609375],[-90.46142578125,37.972126960754395],[-90.4635238647461,37.970703125],[-90.46630859375,37.968873023986816],[-90.46970844268799,37.966796875],[-90.47119140625,37.9658784866333],[-90.47607421875,37.963064193725586],[-90.47634601593018,37.962890625],[-90.48095703125,37.960007667541504],[-90.48245191574097,37.958984375],[-90.48583984375,37.95670986175537],[-90.48826456069946,37.955078125],[-90.49072265625,37.95348930358887],[-90.49472093582153,37.951171875],[-90.49560546875,37.9506311416626],[-90.50048828125,37.9477653503418],[-90.50124883651733,37.947265625],[-90.50537109375,37.94460201263428],[-90.50718545913696,37.943359375],[-90.51025390625,37.94130229949951],[-90.51310300827026,37.939453125],[-90.51513671875,37.93815040588379],[-90.519540309906,37.935546875],[-90.52001953125,37.93524646759033],[-90.52490234375,37.93228244781494],[-90.52586317062378,37.931640625],[-90.52978515625,37.929070472717285],[-90.5317211151123,37.927734375],[-90.53466796875,37.92573833465576],[-90.53757667541504,37.923828125],[-90.53955078125,37.9225378036499],[-90.54388523101807,37.919921875],[-90.54443359375,37.919575691223145],[-90.54931640625,37.91666030883789],[-90.55029153823853,37.916015625],[-90.55419921875,37.91346740722656],[-90.55616855621338,37.912109375],[-90.55908203125,37.910146713256836],[-90.56208848953247,37.908203125],[-90.56396484375,37.90700149536133],[-90.56860685348511,37.904296875],[-90.56884765625,37.904147148132324],[-90.57373046875,37.901177406311035],[-90.5748963356018,37.900390625],[-90.57861328125,37.897915840148926],[-90.5807113647461,37.896484375],[-90.58349609375,37.89465522766113],[-90.58690309524536,37.892578125],[-90.58837890625,37.891666412353516],[-90.59326171875,37.88885688781738],[-90.5935525894165,37.888671875],[-90.59814453125,37.88578510284424],[-90.59962749481201,37.884765625],[-90.60302734375,37.882463455200195],[-90.60538053512573,37.880859375],[-90.60791015625,37.87919807434082],[-90.61166048049927,37.876953125],[-90.61279296875,37.87624549865723],[-90.61767578125,37.87333583831787],[-90.61811685562134,37.873046875],[-90.62255859375,37.870208740234375],[-90.62410354614258,37.869140625],[-90.62744140625,37.86686706542969],[-90.62982320785522,37.865234375],[-90.63232421875,37.86358165740967],[-90.63607454299927,37.861328125],[-90.63720703125,37.86061954498291],[-90.64208984375,37.85772228240967],[-90.64254999160767,37.857421875],[-90.64697265625,37.85459232330322],[-90.64851760864258,37.853515625],[-90.65185546875,37.85120677947998],[-90.65416097640991,37.849609375],[-90.65673828125,37.84789848327637],[-90.66038846969604,37.845703125],[-90.66162109375,37.844943046569824],[-90.66650390625,37.84212589263916],[-90.66701412200928,37.841796875],[-90.67138671875,37.83903217315674],[-90.67304611206055,37.837890625],[-90.67626953125,37.83570384979248],[-90.67882061004639,37.833984375],[-90.68115234375,37.83246612548828],[-90.68523168563843,37.830078125],[-90.68603515625,37.829583168029785],[-90.69091796875,37.82667350769043],[-90.69167137145996,37.826171875],[-90.69580078125,37.82345962524414],[-90.69751501083374,37.822265625],[-90.70068359375,37.82010841369629],[-90.70330619812012,37.818359375],[-90.70556640625,37.816893577575684],[-90.7096815109253,37.814453125],[-90.71044921875,37.813971519470215],[-90.71533203125,37.811007499694824],[-90.71602582931519,37.810546875],[-90.72021484375,37.8078498840332],[-90.72198629379272,37.806640625],[-90.72509765625,37.804555892944336],[-90.72786808013916,37.802734375],[-90.72998046875,37.80136299133301],[-90.73421001434326,37.798828125],[-90.73486328125,37.79841899871826],[-90.73974609375,37.79550552368164],[-90.74062585830688,37.794921875],[-90.74462890625,37.792293548583984],[-90.74645042419434,37.791015625],[-90.74951171875,37.78890609741211],[-90.75217485427856,37.787109375],[-90.75439453125,37.78565788269043],[-90.75859069824219,37.783203125],[-90.75927734375,37.78278064727783],[-90.76416015625,37.77988052368164],[-90.7650375366211,37.779296875],[-90.76904296875,37.776652336120605],[-90.77084302902222,37.775390625],[-90.77392578125,37.77327060699463],[-90.77658176422119,37.771484375],[-90.77880859375,37.770023345947266],[-90.78288555145264,37.767578125],[-90.78369140625,37.76707077026367],[-90.78857421875,37.76412105560303],[-90.78925371170044,37.763671875],[-90.79345703125,37.76095199584961],[-90.795156955719,37.759765625],[-90.79833984375,37.757564544677734],[-90.80081939697266,37.755859375],[-90.80322265625,37.75426387786865],[-90.80707788467407,37.751953125],[-90.80810546875,37.75131607055664],[-90.81298828125,37.74846363067627],[-90.8136248588562,37.748046875],[-90.81787109375,37.7452917098999],[-90.81950664520264,37.744140625],[-90.82275390625,37.74186992645264],[-90.82505941390991,37.740234375],[-90.82763671875,37.7384557723999],[-90.83096981048584,37.736328125],[-90.83251953125,37.73532962799072],[-90.83740234375,37.73242950439453],[-90.83741426467896,37.732421875],[-90.84228515625,37.72947311401367],[-90.84371089935303,37.728515625],[-90.84716796875,37.72620487213135],[-90.84948778152466,37.724609375],[-90.85205078125,37.722901344299316],[-90.85561752319336,37.720703125],[-90.85693359375,37.719865798950195],[-90.86181640625,37.716925621032715],[-90.86201429367065,37.716796875],[-90.86669921875,37.71381664276123],[-90.86803674697876,37.712890625],[-90.87158203125,37.71046447753906],[-90.87369203567505,37.708984375],[-90.87646484375,37.707098960876465],[-90.87963819503784,37.705078125],[-90.88134765625,37.7039909362793],[-90.88614702224731,37.701171875],[-90.88623046875,37.7011194229126],[-90.89111328125,37.69808292388916],[-90.89231491088867,37.697265625],[-90.89599609375,37.69480895996094],[-90.89808464050293,37.693359375],[-90.90087890625,37.691460609436035],[-90.90396881103516,37.689453125],[-90.90576171875,37.68828201293945],[-90.91028928756714,37.685546875],[-90.91064453125,37.68532180786133],[-90.91552734375,37.68238830566406],[-90.91665029525757,37.681640625],[-90.92041015625,37.679161071777344],[-90.92245101928711,37.677734375],[-90.92529296875,37.67578315734863],[-90.92825174331665,37.673828125],[-90.93017578125,37.67257118225098],[-90.93462705612183,37.669921875],[-90.93505859375,37.66965103149414],[-90.93994140625,37.66668128967285],[-90.94093084335327,37.666015625],[-90.94482421875,37.66343021392822],[-90.94672441482544,37.662109375],[-90.94970703125,37.66009044647217],[-90.95262050628662,37.658203125],[-90.95458984375,37.65694332122803],[-90.95908403396606,37.654296875],[-90.95947265625,37.654053688049316],[-90.96435546875,37.651089668273926],[-90.96539974212646,37.650390625],[-90.96923828125,37.64785671234131],[-90.97119092941284,37.646484375],[-90.97412109375,37.64444828033447],[-90.97688436508179,37.642578125],[-90.97900390625,37.641178131103516],[-90.98324537277222,37.638671875],[-90.98388671875,37.63827705383301],[-90.98876953125,37.63541793823242],[-90.9897518157959,37.634765625],[-90.99365234375,37.63216686248779],[-90.99547624588013,37.630859375],[-90.99853515625,37.62869358062744],[-91.0010290145874,37.626953125],[-91.00341796875,37.62534999847412],[-91.0072135925293,37.623046875],[-91.00830078125,37.62235927581787],[-91.01318359375,37.61943340301514],[-91.0136342048645,37.619140625],[-91.01806640625,37.61635208129883],[-91.01969242095947,37.615234375],[-91.02294921875,37.61300086975098],[-91.02535486221313,37.611328125],[-91.02783203125,37.60965442657471],[-91.03145122528076,37.607421875],[-91.03271484375,37.60662651062012],[-91.03759765625,37.603776931762695],[-91.03800296783447,37.603515625],[-91.04248046875,37.60067272186279],[-91.04401350021362,37.599609375],[-91.04736328125,37.59730625152588],[-91.04966402053833,37.595703125],[-91.05224609375,37.59395885467529],[-91.05570793151855,37.591796875],[-91.05712890625,37.59088611602783],[-91.06201171875,37.58791160583496],[-91.06204271316528,37.587890625],[-91.06689453125,37.58480262756348],[-91.06808662414551,37.583984375],[-91.07177734375,37.5814905166626],[-91.07377767562866,37.580078125],[-91.07666015625,37.578083992004395],[-91.07953548431396,37.576171875],[-91.08154296875,37.57486438751221],[-91.08595848083496,37.572265625],[-91.08642578125,37.57197284698486],[-91.09130859375,37.56899547576904],[-91.09224319458008,37.568359375],[-91.09619140625,37.56569004058838],[-91.0979151725769,37.564453125],[-91.10107421875,37.56222629547119],[-91.10347747802734,37.560546875],[-91.10595703125,37.55888366699219],[-91.10962867736816,37.556640625],[-91.11083984375,37.55587577819824],[-91.11572265625,37.55295372009277],[-91.11605882644653,37.552734375],[-91.12060546875,37.54984188079834],[-91.12206935882568,37.548828125],[-91.12548828125,37.54648017883301],[-91.12771987915039,37.544921875],[-91.13037109375,37.54313564300537],[-91.13378286361694,37.541015625],[-91.13525390625,37.54008769989014],[-91.14013671875,37.53719615936279],[-91.1402702331543,37.537109375],[-91.14501953125,37.53411674499512],[-91.14634990692139,37.533203125],[-91.14990234375,37.53079700469971],[-91.152024269104,37.529296875],[-91.15478515625,37.527377128601074],[-91.15777492523193,37.525390625],[-91.15966796875,37.52414512634277],[-91.16411447525024,37.521484375],[-91.16455078125,37.52121162414551],[-91.16943359375,37.51829719543457],[-91.17051124572754,37.517578125],[-91.17431640625,37.51504325866699],[-91.17624282836914,37.513671875],[-91.17919921875,37.51159191131592],[-91.18186235427856,37.509765625],[-91.18408203125,37.50829219818115],[-91.18812561035156,37.505859375],[-91.18896484375,37.50532817840576],[-91.19384765625,37.502342224121094],[-91.19442939758301,37.501953125],[-91.19873046875,37.49914741516113],[-91.2002944946289,37.498046875],[-91.20361328125,37.49572563171387],[-91.20584487915039,37.494140625],[-91.20849609375,37.492319107055664],[-91.21175050735474,37.490234375],[-91.21337890625,37.489182472229004],[-91.21808767318726,37.486328125],[-91.21826171875,37.48621463775635],[-91.22314453125,37.48310852050781],[-91.22415065765381,37.482421875],[-91.22802734375,37.479844093322754],[-91.22992515563965,37.478515625],[-91.23291015625,37.47645568847656],[-91.23563766479492,37.474609375],[-91.23779296875,37.47317695617676],[-91.24186754226685,37.470703125],[-91.24267578125,37.47019386291504],[-91.24755859375,37.46729373931885],[-91.24830961227417,37.466796875],[-91.25244140625,37.464080810546875],[-91.25412225723267,37.462890625],[-91.25732421875,37.46064853668213],[-91.25969886779785,37.458984375],[-91.26220703125,37.45728778839111],[-91.2657618522644,37.455078125],[-91.26708984375,37.45422649383545],[-91.27197265625,37.45126533508301],[-91.27211570739746,37.451171875],[-91.27685546875,37.4481840133667],[-91.27819061279297,37.447265625],[-91.28173828125,37.444844245910645],[-91.2838363647461,37.443359375],[-91.28662109375,37.44143867492676],[-91.28965139389038,37.439453125],[-91.29150390625,37.43824863433838],[-91.29602909088135,37.435546875],[-91.29638671875,37.43532085418701],[-91.30126953125,37.43232345581055],[-91.30228519439697,37.431640625],[-91.30615234375,37.42908191680908],[-91.30805969238281,37.427734375],[-91.31103515625,37.42564678192139],[-91.3136625289917,37.423828125],[-91.31591796875,37.42230033874512],[-91.31974220275879,37.419921875],[-91.32080078125,37.41924476623535],[-91.32568359375,37.41630744934082],[-91.32612466812134,37.416015625],[-91.33056640625,37.41313457489014],[-91.33203268051147,37.412109375],[-91.33544921875,37.40975761413574],[-91.33766651153564,37.408203125],[-91.34033203125,37.406389236450195],[-91.3436222076416,37.404296875],[-91.34521484375,37.40327167510986],[-91.35003328323364,37.400390625],[-91.35009765625,37.400349617004395],[-91.35498046875,37.397337913513184],[-91.35623455047607,37.396484375],[-91.35986328125,37.39402198791504],[-91.36186599731445,37.392578125],[-91.36474609375,37.39052104949951],[-91.36740922927856,37.388671875],[-91.36962890625,37.38718128204346],[-91.37362003326416,37.384765625],[-91.37451171875,37.38419723510742],[-91.37939453125,37.381211280822754],[-91.3799238204956,37.380859375],[-91.38427734375,37.37803649902344],[-91.38582706451416,37.376953125],[-91.38916015625,37.374640464782715],[-91.39142751693726,37.373046875],[-91.39404296875,37.37127208709717],[-91.39743089675903,37.369140625],[-91.39892578125,37.36818218231201],[-91.40376567840576,37.365234375],[-91.40380859375,37.36520576477051],[-91.40869140625,37.36202621459961],[-91.40969514846802,37.361328125],[-91.41357421875,37.35870361328125],[-91.41536474227905,37.357421875],[-91.41845703125,37.355224609375],[-91.42086744308472,37.353515625],[-91.42333984375,37.351826667785645],[-91.4269232749939,37.349609375],[-91.42822265625,37.34878730773926],[-91.43310546875,37.34587001800537],[-91.43336057662964,37.345703125],[-91.43798828125,37.342713356018066],[-91.43930912017822,37.341796875],[-91.44287109375,37.33938121795654],[-91.44500732421875,37.337890625],[-91.44775390625,37.33601951599121],[-91.45087003707886,37.333984375],[-91.45263671875,37.33281707763672],[-91.45705938339233,37.330078125],[-91.45751953125,37.32977867126465],[-91.46240234375,37.32675075531006],[-91.46325588226318,37.326171875],[-91.46728515625,37.323476791381836],[-91.46899223327637,37.322265625],[-91.47216796875,37.32004928588867],[-91.47457361221313,37.318359375],[-91.47705078125,37.316664695739746],[-91.48054122924805,37.314453125],[-91.48193359375,37.3135461807251],[-91.48680925369263,37.310546875],[-91.48681640625,37.3105411529541],[-91.49169921875,37.3074254989624],[-91.49283409118652,37.306640625],[-91.49658203125,37.3040657043457],[-91.4984130859375,37.302734375],[-91.50146484375,37.30054187774658],[-91.50386810302734,37.298828125],[-91.50634765625,37.29712390899658],[-91.509850025177,37.294921875],[-91.51123046875,37.29403209686279],[-91.51611328125,37.291077613830566],[-91.51620864868164,37.291015625],[-91.52099609375,37.28797245025635],[-91.5222430229187,37.287109375],[-91.52587890625,37.28461170196533],[-91.52783155441284,37.283203125],[-91.53076171875,37.28111743927002],[-91.53337955474854,37.279296875],[-91.53564453125,37.27775764465332],[-91.53942823410034,37.275390625],[-91.54052734375,37.27468299865723],[-91.54541015625,37.2717342376709],[-91.54578924179077,37.271484375],[-91.55029296875,37.26857662200928],[-91.55172109603882,37.267578125],[-91.55517578125,37.265188217163086],[-91.55730485916138,37.263671875],[-91.56005859375,37.26175498962402],[-91.56304836273193,37.259765625],[-91.56494140625,37.25850486755371],[-91.5692138671875,37.255859375],[-91.56982421875,37.25546741485596],[-91.57470703125,37.252511978149414],[-91.57554388046265,37.251953125],[-91.57958984375,37.24927043914795],[-91.58129930496216,37.248046875],[-91.58447265625,37.245792388916016],[-91.58677577972412,37.244140625],[-91.58935546875,37.24234104156494],[-91.59257888793945,37.240234375],[-91.59423828125,37.239134788513184],[-91.59875392913818,37.236328125],[-91.59912109375,37.236087799072266],[-91.60400390625,37.233049392700195],[-91.60492658615112,37.232421875],[-91.60888671875,37.22976207733154],[-91.61062955856323,37.228515625],[-91.61376953125,37.22630023956299],[-91.61616325378418,37.224609375],[-91.61865234375,37.22290515899658],[-91.62213325500488,37.220703125],[-91.62353515625,37.2197904586792],[-91.62838459014893,37.216796875],[-91.62841796875,37.21677494049072],[-91.63330078125,37.21366024017334],[-91.63441181182861,37.212890625],[-91.63818359375,37.21029281616211],[-91.63998603820801,37.208984375],[-91.64306640625,37.20678424835205],[-91.64547681808472,37.205078125],[-91.64794921875,37.20338821411133],[-91.65148496627808,37.201171875],[-91.65283203125,37.20030212402344],[-91.65771484375,37.19731140136719],[-91.65778398513794,37.197265625],[-91.66259765625,37.194167137145996],[-91.66375875473022,37.193359375],[-91.66748046875,37.19079113006592],[-91.66931867599487,37.189453125],[-91.67236328125,37.18726348876953],[-91.67477369308472,37.185546875],[-91.67724609375,37.183852195739746],[-91.68079137802124,37.181640625],[-91.68212890625,37.18078804016113],[-91.68701171875,37.17787170410156],[-91.68722152709961,37.177734375],[-91.69189453125,37.17473125457764],[-91.69318675994873,37.173828125],[-91.69677734375,37.17133903503418],[-91.69872045516968,37.169921875],[-91.70166015625,37.16779708862305],[-91.70417308807373,37.166015625],[-91.70654296875,37.16438961029053],[-91.71018600463867,37.162109375],[-91.71142578125,37.161312103271484],[-91.71630859375,37.15833377838135],[-91.71650409698486,37.158203125],[-91.72119140625,37.15512943267822],[-91.72238111495972,37.154296875],[-91.72607421875,37.15176486968994],[-91.72797203063965,37.150390625],[-91.73095703125,37.14824676513672],[-91.73344612121582,37.146484375],[-91.73583984375,37.14485549926758],[-91.73957347869873,37.142578125],[-91.74072265625,37.14185333251953],[-91.74560546875,37.138919830322266],[-91.74597978591919,37.138671875],[-91.75048828125,37.13572692871094],[-91.75185918807983,37.134765625],[-91.75537109375,37.13233184814453],[-91.75740957260132,37.130859375],[-91.76025390625,37.128835678100586],[-91.76299095153809,37.126953125],[-91.76513671875,37.125515937805176],[-91.7691969871521,37.123046875],[-91.77001953125,37.122520446777344],[-91.77490234375,37.11949157714844],[-91.77542209625244,37.119140625],[-91.77978515625,37.116265296936035],[-91.78125143051147,37.115234375],[-91.78466796875,37.11286163330078],[-91.7867922782898,37.111328125],[-91.78955078125,37.109365463256836],[-91.79238319396973,37.107421875],[-91.79443359375,37.10603618621826],[-91.79847955703735,37.103515625],[-91.79931640625,37.10296821594238],[-91.80419921875,37.09988784790039],[-91.80461168289185,37.099609375],[-91.80908203125,37.09668254852295],[-91.81047677993774,37.095703125],[-91.81396484375,37.09327030181885],[-91.81601762771606,37.091796875],[-91.81884765625,37.08981513977051],[-91.82170152664185,37.087890625],[-91.82373046875,37.08652973175049],[-91.82778835296631,37.083984375],[-91.82861328125,37.0834436416626],[-91.83349609375,37.08037567138672],[-91.83393716812134,37.080078125],[-91.83837890625,37.077155113220215],[-91.83976888656616,37.076171875],[-91.84326171875,37.07371234893799],[-91.84523344039917,37.072265625],[-91.84814453125,37.070162773132324],[-91.85070276260376,37.068359375],[-91.85302734375,37.06676387786865],[-91.85668230056763,37.064453125],[-91.85791015625,37.0636568069458],[-91.86279296875,37.06065845489502],[-91.86296224594116,37.060546875],[-91.86767578125,37.05746269226074],[-91.86884880065918,37.056640625],[-91.87255859375,37.054076194763184],[-91.87439918518066,37.052734375],[-91.87744140625,37.050533294677734],[-91.87981128692627,37.048828125],[-91.88232421875,37.04708671569824],[-91.88573360443115,37.044921875],[-91.88720703125,37.04396915435791],[-91.89201593399048,37.041015625],[-91.89208984375,37.04096698760986],[-91.89697265625,37.03779125213623],[-91.89795255661011,37.037109375],[-91.90185546875,37.03444480895996],[-91.90357685089111,37.033203125],[-91.90673828125,37.0309362411499],[-91.9089937210083,37.029296875],[-91.91162109375,37.02743339538574],[-91.91467761993408,37.025390625],[-91.91650390625,37.02416706085205],[-91.92076921463013,37.021484375],[-91.92138671875,37.021080017089844],[-91.92626953125,37.01804065704346],[-91.92695379257202,37.017578125],[-91.93115234375,37.014774322509766],[-91.93269968032837,37.013671875],[-91.93603515625,37.01132678985596],[-91.93819522857666,37.009765625],[-91.94091796875,37.00783443450928],[-91.94381952285767,37.005859375],[-91.94580078125,37.0045223236084],[-91.94994688034058,37.001953125],[-91.95068359375,37.001479148864746],[-91.95556640625,36.99848937988281],[-91.95622205734253,36.998046875],[-91.96044921875,36.99521446228027],[-91.96195363998413,36.994140625],[-91.96533203125,36.991766929626465],[-91.96743488311768,36.990234375],[-91.97021484375,36.98823165893555],[-91.97293996810913,36.986328125],[-91.97509765625,36.9848575592041],[-91.97900056838989,36.982421875],[-91.97998046875,36.981781005859375],[-91.98486328125,36.97870349884033],[-91.98514223098755,36.978515625],[-91.98974609375,36.975491523742676],[-91.99100732803345,36.974609375],[-91.99462890625,36.97210502624512],[-91.99655294418335,36.970703125],[-91.99951171875,36.968565940856934],[-92.00198888778687,36.966796875],[-92.00439453125,36.9651403427124],[-92.0079779624939,36.962890625],[-92.00927734375,36.96204662322998],[-92.01416015625,36.95902347564697],[-92.01421976089478,36.958984375],[-92.01904296875,36.955875396728516],[-92.0201849937439,36.955078125],[-92.02392578125,36.95248317718506],[-92.02572107315063,36.951171875],[-92.02880859375,36.948944091796875],[-92.0311188697815,36.947265625],[-92.03369140625,36.9454460144043],[-92.0368480682373,36.943359375],[-92.03857421875,36.942219734191895],[-92.04310655593872,36.939453125],[-92.04345703125,36.939226150512695],[-92.04833984375,36.93614101409912],[-92.04920530319214,36.935546875],[-92.05322265625,36.93282604217529],[-92.0548677444458,36.931640625],[-92.05810546875,36.92932891845703],[-92.0603084564209,36.927734375],[-92.06298828125,36.925848960876465],[-92.06603527069092,36.923828125],[-92.06787109375,36.92261219024658],[-92.07223176956177,36.919921875],[-92.07275390625,36.91957950592041],[-92.07763671875,36.916481018066406],[-92.07831621170044,36.916015625],[-92.08251953125,36.9132080078125],[-92.084059715271,36.912109375],[-92.08740234375,36.90973377227783],[-92.08948612213135,36.908203125],[-92.09228515625,36.90617656707764],[-92.09496021270752,36.904296875],[-92.09716796875,36.90277290344238],[-92.10089921951294,36.900390625],[-92.10205078125,36.89964008331299],[-92.10693359375,36.89667224884033],[-92.10721731185913,36.896484375],[-92.11181640625,36.893470764160156],[-92.11308002471924,36.892578125],[-92.11669921875,36.89004325866699],[-92.11856842041016,36.888671875],[-92.12158203125,36.88648319244385],[-92.12396383285522,36.884765625],[-92.12646484375,36.88302516937256],[-92.12983846664429,36.880859375],[-92.13134765625,36.87987041473389],[-92.1360182762146,36.876953125],[-92.13623046875,36.876811027526855],[-92.14111328125,36.87365436553955],[-92.1419906616211,36.873046875],[-92.14599609375,36.87032699584961],[-92.14764833450317,36.869140625],[-92.15087890625,36.866838455200195],[-92.15307712554932,36.865234375],[-92.15576171875,36.86331081390381],[-92.15864181518555,36.861328125],[-92.16064453125,36.85996055603027],[-92.1646523475647,36.857421875],[-92.16552734375,36.85684776306152],[-92.17041015625,36.85381507873535],[-92.17085599899292,36.853515625],[-92.17529296875,36.85058879852295],[-92.17668533325195,36.849609375],[-92.18017578125,36.8471794128418],[-92.18218088150024,36.845703125],[-92.18505859375,36.84357833862305],[-92.18747138977051,36.841796875],[-92.18994140625,36.84002208709717],[-92.19311952590942,36.837890625],[-92.19482421875,36.83673286437988],[-92.19911813735962,36.833984375],[-92.19970703125,36.833595275878906],[-92.20458984375,36.83053684234619],[-92.20526456832886,36.830078125],[-92.20947265625,36.827232360839844],[-92.21095085144043,36.826171875],[-92.21435546875,36.82376480102539],[-92.21638679504395,36.822265625],[-92.21923828125,36.820173263549805],[-92.22175121307373,36.818359375],[-92.22412109375,36.816710472106934],[-92.2276759147644,36.814453125],[-92.22900390625,36.81358051300049],[-92.23378896713257,36.810546875],[-92.23388671875,36.810482025146484],[-92.23876953125,36.80733776092529],[-92.23978281021118,36.806640625],[-92.24365234375,36.80401420593262],[-92.2454285621643,36.802734375],[-92.24853515625,36.80050849914551],[-92.25085020065308,36.798828125],[-92.25341796875,36.7970085144043],[-92.25654125213623,36.794921875],[-92.25830078125,36.793742179870605],[-92.26266622543335,36.791015625],[-92.26318359375,36.79067611694336],[-92.26806640625,36.78760623931885],[-92.26879119873047,36.787109375],[-92.27294921875,36.7842903137207],[-92.2744631767273,36.783203125],[-92.27783203125,36.78081226348877],[-92.27988243103027,36.779296875],[-92.28271484375,36.77721977233887],[-92.28525400161743,36.775390625],[-92.28759765625,36.77375602722168],[-92.29115962982178,36.771484375],[-92.29248046875,36.77061462402344],[-92.29733228683472,36.767578125],[-92.29736328125,36.76755714416504],[-92.30224609375,36.7644100189209],[-92.30330228805542,36.763671875],[-92.30712890625,36.76101112365723],[-92.30883359909058,36.759765625],[-92.31201171875,36.75747299194336],[-92.31419563293457,36.755859375],[-92.31689453125,36.753889083862305],[-92.31963157653809,36.751953125],[-92.32177734375,36.75046253204346],[-92.32553720474243,36.748046875],[-92.32666015625,36.747294425964355],[-92.33154296875,36.74414825439453],[-92.33155250549316,36.744140625],[-92.33642578125,36.740952491760254],[-92.33745336532593,36.740234375],[-92.34130859375,36.73756504058838],[-92.343008518219,36.736328125],[-92.34619140625,36.734036445617676],[-92.34836339950562,36.732421875],[-92.35107421875,36.73042869567871],[-92.35376119613647,36.728515625],[-92.35595703125,36.72699737548828],[-92.3597526550293,36.724609375],[-92.36083984375,36.723896980285645],[-92.36572265625,36.72083759307861],[-92.36592292785645,36.720703125],[-92.37060546875,36.71764087677002],[-92.37180233001709,36.716796875],[-92.37548828125,36.71421146392822],[-92.37728595733643,36.712890625],[-92.38037109375,36.71064853668213],[-92.38262176513672,36.708984375],[-92.38525390625,36.70707035064697],[-92.38811254501343,36.705078125],[-92.39013671875,36.703683853149414],[-92.39404678344727,36.701171875],[-92.39501953125,36.70051383972168],[-92.39990234375,36.69729232788086],[-92.39994049072266,36.697265625],[-92.40478515625,36.69403839111328],[-92.40575313568115,36.693359375],[-92.40966796875,36.690664291381836],[-92.41134643554688,36.689453125],[-92.41455078125,36.68716049194336],[-92.41670846939087,36.685546875],[-92.41943359375,36.68351078033447],[-92.42200374603271,36.681640625],[-92.42431640625,36.68002414703369],[-92.42797374725342,36.677734375],[-92.42919921875,36.67694282531738],[-92.43408203125,36.67393684387207],[-92.43424415588379,36.673828125],[-92.43896484375,36.670716285705566],[-92.44008541107178,36.669921875],[-92.44384765625,36.66727924346924],[-92.44558095932007,36.666015625],[-92.44873046875,36.663756370544434],[-92.45097398757935,36.662109375],[-92.45361328125,36.66019248962402],[-92.4564528465271,36.658203125],[-92.45849609375,36.656789779663086],[-92.46238946914673,36.654296875],[-92.46337890625,36.65363788604736],[-92.46826171875,36.65053462982178],[-92.4684739112854,36.650390625],[-92.47314453125,36.647321701049805],[-92.47432947158813,36.646484375],[-92.47802734375,36.64388942718506],[-92.47981309890747,36.642578125],[-92.48291015625,36.640334129333496],[-92.48516082763672,36.638671875],[-92.48779296875,36.63675785064697],[-92.49066114425659,36.634765625],[-92.49267578125,36.63338851928711],[-92.49670267105103,36.630859375],[-92.49755859375,36.63029479980469],[-92.50244140625,36.62718868255615],[-92.5027871131897,36.626953125],[-92.50732421875,36.62395095825195],[-92.50860452651978,36.623046875],[-92.51220703125,36.62051868438721],[-92.51408100128174,36.619140625],[-92.51708984375,36.616947174072266],[-92.5194263458252,36.615234375],[-92.52197265625,36.61341190338135],[-92.52506971359253,36.611328125],[-92.52685546875,36.610124588012695],[-92.53114223480225,36.607421875],[-92.53173828125,36.60702419281006],[-92.53662109375,36.603872299194336],[-92.53713846206665,36.603515625],[-92.54150390625,36.600579261779785],[-92.54286050796509,36.599609375],[-92.54638671875,36.597107887268066],[-92.54828453063965,36.595703125],[-92.55126953125,36.593509674072266],[-92.55358457565308,36.591796875],[-92.55615234375,36.589938163757324],[-92.55915880203247,36.587890625],[-92.56103515625,36.58662509918213],[-92.56527185440063,36.583984375],[-92.56591796875,36.58355712890625],[-92.57080078125,36.58041477203369],[-92.57128953933716,36.580078125],[-92.57568359375,36.577120780944824],[-92.5770115852356,36.576171875],[-92.58056640625,36.57364845275879],[-92.58243322372437,36.572265625],[-92.58544921875,36.570054054260254],[-92.58772373199463,36.568359375],[-92.59033203125,36.56644916534424],[-92.59319543838501,36.564453125],[-92.59521484375,36.56307029724121],[-92.599196434021,36.560546875],[-92.60009765625,36.55994510650635],[-92.60498046875,36.556758880615234],[-92.60515213012695,36.556640625],[-92.60986328125,36.55351638793945],[-92.61097192764282,36.552734375],[-92.61474609375,36.55009174346924],[-92.61647462844849,36.548828125],[-92.61962890625,36.54655361175537],[-92.62183427810669,36.544921875],[-92.62451171875,36.54296112060547],[-92.62725591659546,36.541015625],[-92.62939453125,36.53952980041504],[-92.63316631317139,36.537109375],[-92.63427734375,36.536367416381836],[-92.63916015625,36.53321170806885],[-92.63917446136475,36.533203125],[-92.64404296875,36.5299654006958],[-92.64498710632324,36.529296875],[-92.64892578125,36.52653884887695],[-92.65049457550049,36.525390625],[-92.65380859375,36.522995948791504],[-92.6558256149292,36.521484375],[-92.65869140625,36.51935005187988],[-92.66108989715576,36.517578125],[-92.66357421875,36.51579761505127],[-92.66674757003784,36.513671875],[-92.66845703125,36.51251220703125],[-92.67273426055908,36.509765625],[-92.67333984375,36.509358406066895],[-92.67822265625,36.50621700286865],[-92.67874240875244,36.505859375],[-92.68310546875,36.502915382385254],[-92.68445253372192,36.501953125],[-92.68798828125,36.499460220336914],[-92.68990278244019,36.498046875],[-92.69287109375,36.495866775512695],[-92.69520044326782,36.494140625],[-92.69775390625,36.492289543151855],[-92.7007508277893,36.490234375],[-92.70263671875,36.488943099975586],[-92.70671367645264,36.486328125],[-92.70751953125,36.485785484313965],[-92.71240234375,36.48260307312012],[-92.71266460418701,36.482421875],[-92.71728515625,36.479308128356934],[-92.7184009552002,36.478515625],[-92.72216796875,36.47587585449219],[-92.72389888763428,36.474609375],[-92.72705078125,36.47232913970947],[-92.72923469543457,36.470703125],[-92.73193359375,36.468711853027344],[-92.73460388183594,36.466796875],[-92.73681640625,36.46524524688721],[-92.74042129516602,36.462890625],[-92.74169921875,36.462021827697754],[-92.74630069732666,36.458984375],[-92.74658203125,36.458791732788086],[-92.75146484375,36.45560359954834],[-92.75221824645996,36.455078125],[-92.75634765625,36.45222854614258],[-92.7578067779541,36.451171875],[-92.76123046875,36.44873332977295],[-92.76320457458496,36.447265625],[-92.76611328125,36.445096015930176],[-92.76840209960938,36.443359375],[-92.77099609375,36.44141864776611],[-92.77374744415283,36.439453125],[-92.77587890625,36.437960624694824],[-92.77961730957031,36.435546875],[-92.78076171875,36.43478488922119],[-92.78564453125,36.43165588378906],[-92.78566837310791,36.431640625],[-92.79052734375,36.42837905883789],[-92.79143571853638,36.427734375],[-92.79541015625,36.42496871948242],[-92.79697179794312,36.423828125],[-92.80029296875,36.42141246795654],[-92.80226469039917,36.419921875],[-92.80517578125,36.41772174835205],[-92.80739784240723,36.416015625],[-92.81005859375,36.41399383544922],[-92.81262636184692,36.412109375],[-92.81494140625,36.410460472106934],[-92.81837463378906,36.408203125],[-92.81982421875,36.407230377197266],[-92.824387550354,36.404296875],[-92.82470703125,36.40407848358154],[-92.82958984375,36.40080165863037],[-92.83017635345459,36.400390625],[-92.83447265625,36.397475242614746],[-92.83585548400879,36.396484375],[-92.83935546875,36.39398765563965],[-92.84125328063965,36.392578125],[-92.84423828125,36.390387535095215],[-92.84657716751099,36.388671875],[-92.84912109375,36.386857986450195],[-92.85226345062256,36.384765625],[-92.85400390625,36.383605003356934],[-92.85839319229126,36.380859375],[-92.85888671875,36.38053035736084],[-92.86376953125,36.37733840942383],[-92.86432027816772,36.376953125],[-92.86865234375,36.37398147583008],[-92.86994695663452,36.373046875],[-92.87353515625,36.37047290802002],[-92.87532091140747,36.369140625],[-92.87841796875,36.36683940887451],[-92.88053750991821,36.365234375],[-92.88330078125,36.36316776275635],[-92.88580894470215,36.361328125],[-92.88818359375,36.35962963104248],[-92.89148569107056,36.357421875],[-92.89306640625,36.35634422302246],[-92.89737462997437,36.353515625],[-92.89794921875,36.35311508178711],[-92.90283203125,36.34976291656494],[-92.90304660797119,36.349609375],[-92.90771484375,36.346402168273926],[-92.90868520736694,36.345703125],[-92.91259765625,36.34292125701904],[-92.91412591934204,36.341796875],[-92.91748046875,36.33937740325928],[-92.9194712638855,36.337890625],[-92.92236328125,36.33574104309082],[-92.92471170425415,36.333984375],[-92.92724609375,36.33212757110596],[-92.93020725250244,36.330078125],[-92.93212890625,36.32876014709473],[-92.93620347976685,36.326171875],[-92.93701171875,36.325636863708496],[-92.94189453125,36.32251739501953],[-92.94225931167603,36.322265625],[-92.94677734375,36.31915760040283],[-92.94787645339966,36.318359375],[-92.95166015625,36.31564521789551],[-92.95327663421631,36.314453125],[-92.95654296875,36.3120813369751],[-92.95858860015869,36.310546875],[-92.96142578125,36.30842399597168],[-92.96380758285522,36.306640625],[-92.96630859375,36.30480670928955],[-92.96929597854614,36.302734375],[-92.97119140625,36.30141544342041],[-92.9751467704773,36.298828125],[-92.97607421875,36.298203468322754],[-92.98095703125,36.29507827758789],[-92.98118591308594,36.294921875],[-92.98583984375,36.29178237915039],[-92.98691511154175,36.291015625],[-92.99072265625,36.28834915161133],[-92.99241304397583,36.287109375],[-92.99560546875,36.284775733947754],[-92.99768209457397,36.283203125],[-93.00048828125,36.281089782714844],[-93.00290107727051,36.279296875],[-93.00537109375,36.27751445770264],[-93.00851345062256,36.275390625],[-93.01025390625,36.27419471740723],[-93.0143666267395,36.271484375],[-93.01513671875,36.27095890045166],[-93.02001953125,36.26778507232666],[-93.02031993865967,36.267578125],[-93.02490234375,36.264455795288086],[-93.02599906921387,36.263671875],[-93.02978515625,36.261016845703125],[-93.03149223327637,36.259765625],[-93.03466796875,36.257439613342285],[-93.03674936294556,36.255859375],[-93.03955078125,36.25374507904053],[-93.04195880889893,36.251953125],[-93.04443359375,36.25016784667969],[-93.04758548736572,36.248046875],[-93.04931640625,36.24686527252197],[-93.05347681045532,36.244140625],[-93.05419921875,36.24364471435547],[-93.05908203125,36.24036979675293],[-93.05927276611328,36.240234375],[-93.06396484375,36.236955642700195],[-93.06483268737793,36.236328125],[-93.06884765625,36.233489990234375],[-93.07030200958252,36.232421875],[-93.07373046875,36.229928970336914],[-93.0756163597107,36.228515625],[-93.07861328125,36.226290702819824],[-93.08083772659302,36.224609375],[-93.08349609375,36.22262096405029],[-93.08612823486328,36.220703125],[-93.08837890625,36.21909523010254],[-93.0918288230896,36.216796875],[-93.09326171875,36.21581840515137],[-93.09774875640869,36.212890625],[-93.09814453125,36.212618827819824],[-93.10302734375,36.20939254760742],[-93.1036114692688,36.208984375],[-93.10791015625,36.20603942871094],[-93.10924053192139,36.205078125],[-93.11279296875,36.20253562927246],[-93.11462640762329,36.201171875],[-93.11767578125,36.19892120361328],[-93.11985492706299,36.197265625],[-93.12255859375,36.19522476196289],[-93.1250810623169,36.193359375],[-93.12744140625,36.19166851043701],[-93.13079357147217,36.189453125],[-93.13232421875,36.188411712646484],[-93.13668489456177,36.185546875],[-93.13720703125,36.1851863861084],[-93.14208984375,36.18193340301514],[-93.14250469207764,36.181640625],[-93.14697265625,36.17853546142578],[-93.14807415008545,36.177734375],[-93.15185546875,36.175028800964355],[-93.15347909927368,36.173828125],[-93.15673828125,36.17144203186035],[-93.15875053405762,36.169921875],[-93.16162109375,36.16776084899902],[-93.16392183303833,36.166015625],[-93.16650390625,36.16408634185791],[-93.1692624092102,36.162109375],[-93.17138671875,36.16060447692871],[-93.1749939918518,36.158203125],[-93.17626953125,36.157334327697754],[-93.1809139251709,36.154296875],[-93.18115234375,36.15413284301758],[-93.18603515625,36.15081787109375],[-93.18663120269775,36.150390625],[-93.19091796875,36.14735412597656],[-93.19209337234497,36.146484375],[-93.19580078125,36.143736839294434],[-93.19730997085571,36.142578125],[-93.20068359375,36.13999366760254],[-93.20241212844849,36.138671875],[-93.20556640625,36.136338233947754],[-93.207688331604,36.134765625],[-93.21044921875,36.13276386260986],[-93.21317911148071,36.130859375],[-93.21533203125,36.129395484924316],[-93.21923971176147,36.126953125],[-93.22021484375,36.12630653381348],[-93.22509765625,36.123056411743164],[-93.22510957717896,36.123046875],[-93.22998046875,36.11949062347412],[-93.23044538497925,36.119140625],[-93.23486328125,36.11584281921387],[-93.23566675186157,36.115234375],[-93.23974609375,36.11223125457764],[-93.24097394943237,36.111328125],[-93.24462890625,36.10874271392822],[-93.24644327163696,36.107421875],[-93.24951171875,36.10522270202637],[-93.2519006729126,36.103515625],[-93.25439453125,36.101789474487305],[-93.2577633857727,36.099609375],[-93.25927734375,36.098591804504395],[-93.26361417770386,36.095703125],[-93.26416015625,36.09531307220459],[-93.26901912689209,36.091796875],[-93.26904296875,36.09177875518799],[-93.27392578125,36.08811378479004],[-93.2742190361023,36.087890625],[-93.27880859375,36.08444595336914],[-93.27942609786987,36.083984375],[-93.28369140625,36.080912590026855],[-93.28482627868652,36.080078125],[-93.28857421875,36.07737350463867],[-93.29019546508789,36.076171875],[-93.29345703125,36.07381057739258],[-93.2956314086914,36.072265625],[-93.29833984375,36.0704288482666],[-93.30164909362793,36.068359375],[-93.30322265625,36.06736183166504],[-93.3080506324768,36.064453125],[-93.30810546875,36.06441688537598],[-93.31298828125,36.06115436553955],[-93.31382274627686,36.060546875],[-93.31787109375,36.057602882385254],[-93.31916570663452,36.056640625],[-93.32275390625,36.054046630859375],[-93.32451820373535,36.052734375],[-93.32763671875,36.0504207611084],[-93.32970857620239,36.048828125],[-93.33251953125,36.04666996002197],[-93.33484172821045,36.044921875],[-93.33740234375,36.04306221008301],[-93.34037780761719,36.041015625],[-93.34228515625,36.03968620300293],[-93.34611892700195,36.037109375],[-93.34716796875,36.036380767822266],[-93.35190773010254,36.033203125],[-93.35205078125,36.033101081848145],[-93.35693359375,36.02970504760742],[-93.35750341415405,36.029296875],[-93.36181640625,36.026305198669434],[-93.36306571960449,36.025390625],[-93.36669921875,36.0227108001709],[-93.36831331253052,36.021484375],[-93.37158203125,36.01904106140137],[-93.3735179901123,36.017578125],[-93.37646484375,36.01538276672363],[-93.37870597839355,36.013671875],[-93.38134765625,36.0116605758667],[-93.38390111923218,36.009765625],[-93.38623046875,36.00809955596924],[-93.38965177536011,36.005859375],[-93.39111328125,36.00487422943115],[-93.39560747146606,36.001953125],[-93.39599609375,36.00168514251709],[-93.40087890625,35.99841022491455],[-93.40138673782349,35.998046875],[-93.40576171875,35.99490547180176],[-93.40676546096802,35.994140625],[-93.41064453125,35.99117469787598],[-93.41187953948975,35.990234375],[-93.41552734375,35.98758316040039],[-93.41723918914795,35.986328125],[-93.42041015625,35.98403739929199],[-93.42254638671875,35.982421875],[-93.42529296875,35.980323791503906],[-93.42762231826782,35.978515625],[-93.43017578125,35.97654724121094],[-93.43274116516113,35.974609375],[-93.43505859375,35.97286796569824],[-93.43803644180298,35.970703125],[-93.43994140625,35.96932029724121],[-93.44359874725342,35.966796875],[-93.44482421875,35.96592903137207],[-93.4492564201355,35.962890625],[-93.44970703125,35.96257019042969],[-93.45458984375,35.959228515625],[-93.4549331665039,35.958984375],[-93.45947265625,35.95585823059082],[-93.46055746078491,35.955078125],[-93.46435546875,35.952388763427734],[-93.46600532531738,35.951171875],[-93.46923828125,35.94880485534668],[-93.47127199172974,35.947265625],[-93.47412109375,35.94511604309082],[-93.47638845443726,35.943359375],[-93.47900390625,35.94133377075195],[-93.48146200180054,35.939453125],[-93.48388671875,35.937639236450195],[-93.48685264587402,35.935546875],[-93.48876953125,35.93419075012207],[-93.49257707595825,35.931640625],[-93.49365234375,35.930904388427734],[-93.49852085113525,35.927734375],[-93.49853515625,35.927724838256836],[-93.50341796875,35.924386978149414],[-93.50419521331787,35.923828125],[-93.50830078125,35.92094039916992],[-93.50969314575195,35.919921875],[-93.51318359375,35.91739463806152],[-93.51501941680908,35.916015625],[-93.51806640625,35.91373252868652],[-93.52018356323242,35.912109375],[-93.52294921875,35.90999794006348],[-93.52530241012573,35.908203125],[-93.52783203125,35.90630912780762],[-93.53065252304077,35.904296875],[-93.53271484375,35.902841567993164],[-93.53642225265503,35.900390625],[-93.53759765625,35.89958572387695],[-93.54223251342773,35.896484375],[-93.54248046875,35.89630889892578],[-93.54736328125,35.89291000366211],[-93.54782342910767,35.892578125],[-93.55224609375,35.88947105407715],[-93.55334281921387,35.888671875],[-93.55712890625,35.88595390319824],[-93.55873823165894,35.884765625],[-93.56201171875,35.88239097595215],[-93.56404542922974,35.880859375],[-93.56689453125,35.87870407104492],[-93.56915473937988,35.876953125],[-93.57177734375,35.87493705749512],[-93.5743260383606,35.873046875],[-93.57666015625,35.87137985229492],[-93.58004093170166,35.869140625],[-93.58154296875,35.86810493469238],[-93.58576774597168,35.865234375],[-93.58642578125,35.86477088928223],[-93.59130859375,35.86146926879883],[-93.59150648117065,35.861328125],[-93.59619140625,35.85800743103027],[-93.59698295593262,35.857421875],[-93.60107421875,35.854440689086914],[-93.60231876373291,35.853515625],[-93.60595703125,35.85085868835449],[-93.60761404037476,35.849609375],[-93.61083984375,35.847171783447266],[-93.6127495765686,35.845703125],[-93.61572265625,35.843441009521484],[-93.61785650253296,35.841796875],[-93.62060546875,35.83970069885254],[-93.6229944229126,35.837890625],[-93.62548828125,35.83604621887207],[-93.62847566604614,35.833984375],[-93.63037109375,35.83269500732422],[-93.6345386505127,35.830078125],[-93.63525390625,35.82960319519043],[-93.64013671875,35.8264045715332],[-93.64047050476074,35.826171875],[-93.64501953125,35.823041915893555],[-93.64609003067017,35.822265625],[-93.64990234375,35.819522857666016],[-93.65145683288574,35.818359375],[-93.65478515625,35.81588363647461],[-93.65665674209595,35.814453125],[-93.65966796875,35.812156677246094],[-93.66174459457397,35.810546875],[-93.66455078125,35.808380126953125],[-93.66678714752197,35.806640625],[-93.66943359375,35.80461311340332],[-93.67197751998901,35.802734375],[-93.67431640625,35.80107116699219],[-93.67772340774536,35.798828125],[-93.67919921875,35.79780960083008],[-93.68339538574219,35.794921875],[-93.68408203125,35.79443168640137],[-93.68896484375,35.79108810424805],[-93.6890697479248,35.791015625],[-93.69384765625,35.78771781921387],[-93.69468450546265,35.787109375],[-93.69873046875,35.78418731689453],[-93.7000560760498,35.783203125],[-93.70361328125,35.78061485290527],[-93.70537996292114,35.779296875],[-93.70849609375,35.77699661254883],[-93.71061325073242,35.775390625],[-93.71337890625,35.77330780029297],[-93.7158203125,35.771484375],[-93.71826171875,35.76970863342285],[-93.72141361236572,35.767578125],[-93.72314453125,35.766401290893555],[-93.72739315032959,35.763671875],[-93.72802734375,35.76324462890625],[-93.73291015625,35.76007080078125],[-93.73334646224976,35.759765625],[-93.73779296875,35.75669479370117],[-93.73893737792969,35.755859375],[-93.74267578125,35.753143310546875],[-93.74424695968628,35.751953125],[-93.74755859375,35.749433517456055],[-93.74933958053589,35.748046875],[-93.75244140625,35.74564743041992],[-93.75439405441284,35.744140625],[-93.75732421875,35.7419319152832],[-93.75958681106567,35.740234375],[-93.76220703125,35.73830986022949],[-93.76502275466919,35.736328125],[-93.76708984375,35.73488998413086],[-93.77083539962769,35.732421875],[-93.77197265625,35.73163032531738],[-93.77646207809448,35.728515625],[-93.77685546875,35.728233337402344],[-93.78173828125,35.72491455078125],[-93.78217458724976,35.724609375],[-93.78662109375,35.72157859802246],[-93.78780841827393,35.720703125],[-93.79150390625,35.717912673950195],[-93.79294872283936,35.716796875],[-93.79638671875,35.71420097351074],[-93.79812002182007,35.712890625],[-93.80126953125,35.710554122924805],[-93.8033390045166,35.708984375],[-93.80615234375,35.70686721801758],[-93.80854368209839,35.705078125],[-93.81103515625,35.70326614379883],[-93.81413221359253,35.701171875],[-93.81591796875,35.69996452331543],[-93.82015466690063,35.697265625],[-93.82080078125,35.696828842163086],[-93.82568359375,35.69355010986328],[-93.8259506225586,35.693359375],[-93.83056640625,35.690101623535156],[-93.83144617080688,35.689453125],[-93.83544921875,35.686540603637695],[-93.83678674697876,35.685546875],[-93.84033203125,35.68295669555664],[-93.84207487106323,35.681640625],[-93.84521484375,35.679256439208984],[-93.847177028656,35.677734375],[-93.85009765625,35.67548370361328],[-93.85222911834717,35.673828125],[-93.85498046875,35.67170715332031],[-93.85728120803833,35.669921875],[-93.85986328125,35.667938232421875],[-93.86244535446167,35.666015625],[-93.86474609375,35.66434669494629],[-93.8679838180542,35.662109375],[-93.86962890625,35.66091537475586],[-93.87328863143921,35.658203125],[-93.87451171875,35.65727233886719],[-93.87861013412476,35.654296875],[-93.87939453125,35.653738021850586],[-93.88427734375,35.650543212890625],[-93.88450145721436,35.650390625],[-93.88916015625,35.64726448059082],[-93.89023542404175,35.646484375],[-93.89404296875,35.64371681213379],[-93.89557361602783,35.642578125],[-93.89892578125,35.64014434814453],[-93.90089988708496,35.638671875],[-93.90380859375,35.63651657104492],[-93.9061427116394,35.634765625],[-93.90869140625,35.63288116455078],[-93.91154289245605,35.630859375],[-93.91357421875,35.62942314147949],[-93.91723394393921,35.626953125],[-93.91845703125,35.62609100341797],[-93.92285585403442,35.623046875],[-93.92333984375,35.622703552246094],[-93.92822265625,35.61934852600098],[-93.92850875854492,35.619140625],[-93.93310546875,35.61579513549805],[-93.9338493347168,35.615234375],[-93.93798828125,35.612152099609375],[-93.93908262252808,35.611328125],[-93.94287109375,35.6085319519043],[-93.94433975219727,35.607421875],[-93.94775390625,35.60486030578613],[-93.94951581954956,35.603515625],[-93.95263671875,35.60115623474121],[-93.95465135574341,35.599609375],[-93.95751953125,35.597415924072266],[-93.95972967147827,35.595703125],[-93.96240234375,35.59365463256836],[-93.96487236022949,35.591796875],[-93.96728515625,35.590030670166016],[-93.97040843963623,35.587890625],[-93.97216796875,35.586666107177734],[-93.97615909576416,35.583984375],[-93.97705078125,35.58335494995117],[-93.98179531097412,35.580078125],[-93.98193359375,35.579978942871094],[-93.98681640625,35.576622009277344],[-93.98744106292725,35.576171875],[-93.99169921875,35.57312202453613],[-93.99285793304443,35.572265625],[-93.99658203125,35.56956672668457],[-93.99820566177368,35.568359375],[-94.00146484375,35.565961837768555],[-94.00345087051392,35.564453125],[-94.00634765625,35.562255859375],[-94.00855302810669,35.560546875],[-94.01123046875,35.55848503112793],[-94.01365995407104,35.556640625],[-94.01611328125,35.55482292175293],[-94.01908874511719,35.552734375],[-94.02099609375,35.55137825012207],[-94.02470588684082,35.548828125],[-94.02587890625,35.54800224304199],[-94.03042793273926,35.544921875],[-94.03076171875,35.544687271118164],[-94.03564453125,35.541282653808594],[-94.03601169586182,35.541015625],[-94.04052734375,35.537776947021484],[-94.0414309501648,35.537109375],[-94.04541015625,35.53421592712402],[-94.04675960540771,35.533203125],[-94.05029296875,35.530574798583984],[-94.05198097229004,35.529296875],[-94.05517578125,35.526912689208984],[-94.05717134475708,35.525390625],[-94.06005859375,35.523193359375],[-94.06226396560669,35.521484375],[-94.06494140625,35.519418716430664],[-94.0673279762268,35.517578125],[-94.06982421875,35.51568031311035],[-94.07256126403809,35.513671875],[-94.07470703125,35.51210403442383],[-94.078049659729,35.509765625],[-94.07958984375,35.50865936279297],[-94.08360958099365,35.505859375],[-94.08447265625,35.505245208740234],[-94.08929824829102,35.501953125],[-94.08935546875,35.50191116333008],[-94.09423828125,35.498491287231445],[-94.09484386444092,35.498046875],[-94.09912109375,35.494951248168945],[-94.10021781921387,35.494140625],[-94.10400390625,35.49139404296875],[-94.10555124282837,35.490234375],[-94.10888671875,35.487735748291016],[-94.11072015762329,35.486328125],[-94.11376953125,35.484004974365234],[-94.11581993103027,35.482421875],[-94.11865234375,35.48024940490723],[-94.12088394165039,35.478515625],[-94.12353515625,35.47646522521973],[-94.1259503364563,35.474609375],[-94.12841796875,35.47274589538574],[-94.13124561309814,35.470703125],[-94.13330078125,35.46922302246094],[-94.13682460784912,35.466796875],[-94.13818359375,35.465829849243164],[-94.1424036026001,35.462890625],[-94.14306640625,35.4624137878418],[-94.14794921875,35.459014892578125],[-94.14799213409424,35.458984375],[-94.15283203125,35.45556640625],[-94.1534948348999,35.455078125],[-94.15771484375,35.45199394226074],[-94.15881872177124,35.451171875],[-94.16259765625,35.448415756225586],[-94.16413068771362,35.447265625],[-94.16748046875,35.44475746154785],[-94.16929721832275,35.443359375],[-94.17236328125,35.441009521484375],[-94.17437076568604,35.439453125],[-94.17724609375,35.43724060058594],[-94.17942523956299,35.435546875],[-94.18212890625,35.43345260620117],[-94.18444633483887,35.431640625],[-94.18701171875,35.429649353027344],[-94.18954372406006,35.427734375],[-94.19189453125,35.42600440979004],[-94.19504880905151,35.423828125],[-94.19677734375,35.42260932922363],[-94.2006778717041,35.419921875],[-94.20166015625,35.41921615600586],[-94.20621871948242,35.416015625],[-94.20654296875,35.41578483581543],[-94.21142578125,35.412418365478516],[-94.21185493469238,35.412109375],[-94.21630859375,35.408918380737305],[-94.21726703643799,35.408203125],[-94.22119140625,35.405317306518555],[-94.22255277633667,35.404296875],[-94.22607421875,35.40170097351074],[-94.22780275344849,35.400390625],[-94.23095703125,35.39799690246582],[-94.23291206359863,35.396484375],[-94.23583984375,35.39422416687012],[-94.23795461654663,35.392578125],[-94.24072265625,35.39043617248535],[-94.24298286437988,35.388671875],[-94.24560546875,35.38663864135742],[-94.24804925918579,35.384765625],[-94.25048828125,35.38293647766113],[-94.25339937210083,35.380859375],[-94.25537109375,35.37944984436035],[-94.25900220870972,35.376953125],[-94.26025390625,35.376060485839844],[-94.26455736160278,35.373046875],[-94.26513671875,35.37262725830078],[-94.27001953125,35.36917686462402],[-94.27006959915161,35.369140625],[-94.27490234375,35.3657169342041],[-94.27555561065674,35.365234375],[-94.27978515625,35.36213302612305],[-94.28085803985596,35.361328125],[-94.28466796875,35.35852241516113],[-94.28613424301147,35.357421875],[-94.28955078125,35.35488510131836],[-94.29134368896484,35.353515625],[-94.29443359375,35.35115432739258],[-94.2964220046997,35.349609375],[-94.29931640625,35.347368240356445],[-94.30144786834717,35.345703125],[-94.30419921875,35.34356880187988],[-94.30646657943726,35.341796875],[-94.30908203125,35.339759826660156],[-94.31149959564209,35.337890625],[-94.31396484375,35.33601379394531],[-94.31674242019653,35.333984375],[-94.31884765625,35.332454681396484],[-94.3222713470459,35.330078125],[-94.32373046875,35.32903480529785],[-94.3278169631958,35.326171875],[-94.32861328125,35.32559394836426],[-94.33331251144409,35.322265625],[-94.33349609375,35.3221321105957],[-94.33837890625,35.31867027282715],[-94.33879852294922,35.318359375],[-94.34326171875,35.31509590148926],[-94.34412240982056,35.314453125],[-94.34814453125,35.31150817871094],[-94.34942960739136,35.310546875],[-94.35302734375,35.307878494262695],[-94.35465335845947,35.306640625],[-94.35791015625,35.304168701171875],[-94.35976982116699,35.302734375],[-94.36279296875,35.300424575805664],[-94.36485767364502,35.298828125],[-94.36767578125,35.29665756225586],[-94.3699049949646,35.294921875],[-94.37255859375,35.2928581237793],[-94.3749213218689,35.291015625],[-94.37744140625,35.28906440734863],[-94.38002586364746,35.287109375],[-94.38232421875,35.285396575927734],[-94.38539505004883,35.283203125],[-94.38720703125,35.28188514709473],[-94.39083337783813,35.279296875],[-94.39208984375,35.27837371826172],[-94.39626693725586,35.275390625],[-94.39697265625,35.274879455566406],[-94.40184116363525,35.271484375],[-94.40185546875,35.271474838256836],[-94.40673828125,35.26800346374512],[-94.40731525421143,35.267578125],[-94.41162109375,35.26446342468262],[-94.41268682479858,35.263671875],[-94.41650390625,35.260868072509766],[-94.41795825958252,35.259765625],[-94.42138671875,35.25717735290527],[-94.42310571670532,35.255859375],[-94.42626953125,35.25346565246582],[-94.42823886871338,35.251953125],[-94.43115234375,35.24972724914551],[-94.43331480026245,35.248046875],[-94.43603515625,35.24593734741211],[-94.43832635879517,35.244140625],[-94.44091796875,35.24211883544922],[-94.44335222244263,35.240234375],[-94.44580078125,35.23837089538574],[-94.44859027862549,35.236328125],[-94.45068359375,35.234792709350586],[-94.45401191711426,35.232421875],[-94.45556640625,35.23128128051758],[-94.45939302444458,35.228515625],[-94.46044921875,35.22774124145508],[-94.46486711502075,35.224609375],[-94.46533203125,35.22427177429199],[-94.47021484375,35.22074890136719],[-94.47027683258057,35.220703125],[-94.47509765625,35.21710777282715],[-94.47551250457764,35.216796875],[-94.47998046875,35.21356773376465],[-94.48089599609375,35.212890625],[-94.48486328125,35.20998191833496],[-94.48617935180664,35.208984375],[-94.48974609375,35.206308364868164],[-94.49136734008789,35.205078125],[-94.49462890625,35.20265007019043],[-94.49656963348389,35.201171875],[-94.49951171875,35.19892883300781],[-94.50165033340454,35.197265625],[-94.50439453125,35.19513702392578],[-94.50666189193726,35.193359375],[-94.50927734375,35.19131278991699],[-94.51166152954102,35.189453125],[-94.51416015625,35.18752670288086],[-94.51680898666382,35.185546875],[-94.51904296875,35.18388557434082],[-94.52217817306519,35.181640625],[-94.52392578125,35.18037223815918],[-94.52767610549927,35.177734375],[-94.52880859375,35.176918029785156],[-94.53320741653442,35.173828125],[-94.53369140625,35.17347526550293],[-94.53857421875,35.16996192932129],[-94.5386290550232,35.169921875],[-94.54345703125,35.16644096374512],[-94.54403162002563,35.166015625],[-94.54833984375,35.162885665893555],[-94.5493745803833,35.162109375],[-94.55322265625,35.159231185913086],[-94.5545768737793,35.158203125],[-94.55810546875,35.15556335449219],[-94.55976963043213,35.154296875],[-94.56298828125,35.1518611907959],[-94.56489324569702,35.150390625],[-94.56787109375,35.14809036254883],[-94.56992149353027,35.146484375],[-94.57275390625,35.14427375793457],[-94.57491159439087,35.142578125],[-94.57763671875,35.140445709228516],[-94.5798921585083,35.138671875],[-94.58251953125,35.136619567871094],[-94.58489894866943,35.134765625],[-94.58740234375,35.13284492492676],[-94.5900821685791,35.130859375],[-94.59228515625,35.129249572753906],[-94.59559679031372,35.126953125],[-94.59716796875,35.12583351135254],[-94.60114479064941,35.123046875],[-94.60205078125,35.12238311767578],[-94.6065354347229,35.119140625],[-94.60693359375,35.11884689331055],[-94.61181640625,35.11536407470703],[-94.61199283599854,35.115234375],[-94.61669921875,35.11181640625],[-94.61735010147095,35.111328125],[-94.62158203125,35.1081657409668],[-94.6225643157959,35.107421875],[-94.62646484375,35.10452651977539],[-94.62780237197876,35.103515625],[-94.63134765625,35.10085105895996],[-94.63295936584473,35.099609375],[-94.63623046875,35.097089767456055],[-94.63800430297852,35.095703125],[-94.64111328125,35.09329032897949],[-94.6430230140686,35.091796875],[-94.64599609375,35.0894889831543],[-94.64804172515869,35.087890625],[-94.65087890625,35.08567810058594],[-94.6530294418335,35.083984375],[-94.65576171875,35.08182334899902],[-94.65794801712036,35.080078125],[-94.66064453125,35.07792091369629],[-94.66283321380615,35.076171875],[-94.66552734375,35.07402801513672],[-94.66774463653564,35.072265625],[-94.67041015625,35.07015419006348],[-94.67267751693726,35.068359375],[-94.67529296875,35.06629943847656],[-94.67763423919678,35.064453125],[-94.68017578125,35.062469482421875],[-94.68272924423218,35.060546875],[-94.68505859375,35.058855056762695],[-94.68836545944214,35.056640625],[-94.68994140625,35.05555725097656],[-94.69417810440063,35.052734375],[-94.69482421875,35.052284240722656],[-94.69970703125,35.04899215698242],[-94.69993829727173,35.048828125],[-94.70458984375,35.04553413391113],[-94.70541477203369,35.044921875],[-94.70947265625,35.041940689086914],[-94.71071004867554,35.041015625],[-94.71435546875,35.03835105895996],[-94.7160005569458,35.037109375],[-94.71923828125,35.03466033935547],[-94.72111701965332,35.033203125],[-94.72412109375,35.0308837890625],[-94.72615480422974,35.029296875],[-94.72900390625,35.02708625793457],[-94.73117113113403,35.025390625],[-94.73388671875,35.02327537536621],[-94.736168384552,35.021484375],[-94.73876953125,35.01945114135742],[-94.74117279052734,35.017578125],[-94.74365234375,35.01567268371582],[-94.74634885787964,35.013671875],[-94.74853515625,35.012062072753906],[-94.75177526473999,35.009765625],[-94.75341796875,35.00856399536133],[-94.75713968276978,35.005859375],[-94.75830078125,35.00498580932617],[-94.76238489151001,35.001953125],[-94.76318359375,35.00135612487793],[-94.76775884628296,34.998046875],[-94.76806640625,34.997819900512695],[-94.77294921875,34.9942626953125],[-94.77311134338379,34.994140625],[-94.77783203125,34.990610122680664],[-94.77833032608032,34.990234375],[-94.78271484375,34.98701286315918],[-94.78363513946533,34.986328125],[-94.78759765625,34.98341941833496],[-94.78892087936401,34.982421875],[-94.79248046875,34.979753494262695],[-94.79410409927368,34.978515625],[-94.79736328125,34.976064682006836],[-94.79926586151123,34.974609375],[-94.80224609375,34.97233200073242],[-94.80433940887451,34.970703125],[-94.80712890625,34.96853065490723],[-94.80933427810669,34.966796875],[-94.81201171875,34.96469306945801],[-94.81429100036621,34.962890625],[-94.81689453125,34.96082878112793],[-94.81921434402466,34.958984375],[-94.82177734375,34.95695114135742],[-94.82415914535522,34.955078125],[-94.82666015625,34.95314407348633],[-94.82929468154907,34.951171875],[-94.83154296875,34.949506759643555],[-94.83470439910889,34.947265625],[-94.83642578125,34.94602584838867],[-94.84024047851562,34.943359375],[-94.84130859375,34.94258499145508],[-94.84567880630493,34.939453125],[-94.84619140625,34.93907356262207],[-94.8510217666626,34.935546875],[-94.85107421875,34.935508728027344],[-94.85595703125,34.93198776245117],[-94.85642194747925,34.931640625],[-94.86083984375,34.92835998535156],[-94.86165761947632,34.927734375],[-94.86572265625,34.92464828491211],[-94.86680030822754,34.923828125],[-94.87060546875,34.920989990234375],[-94.8720121383667,34.919921875],[-94.87548828125,34.917287826538086],[-94.87712860107422,34.916015625],[-94.88037109375,34.91350746154785],[-94.88216400146484,34.912109375],[-94.88525390625,34.90972328186035],[-94.88721370697021,34.908203125],[-94.89013671875,34.90595054626465],[-94.89225387573242,34.904296875],[-94.89501953125,34.90213966369629],[-94.89723443984985,34.900390625],[-94.89990234375,34.898284912109375],[-94.90216732025146,34.896484375],[-94.90478515625,34.894405364990234],[-94.90708351135254,34.892578125],[-94.90966796875,34.89052772521973],[-94.9120044708252,34.888671875],[-94.91455078125,34.886661529541016],[-94.91698741912842,34.884765625],[-94.91943359375,34.882896423339844],[-94.9222183227539,34.880859375],[-94.92431640625,34.87932586669922],[-94.92767095565796,34.876953125],[-94.92919921875,34.87583351135254],[-94.93300676345825,34.873046875],[-94.93408203125,34.87223434448242],[-94.93817806243896,34.869140625],[-94.93896484375,34.86853790283203],[-94.9432921409607,34.865234375],[-94.94384765625,34.86480522155762],[-94.94840145111084,34.861328125],[-94.94873046875,34.86107635498047],[-94.95359182357788,34.857421875],[-94.95361328125,34.85740661621094],[-94.95849609375,34.853816986083984],[-94.95890378952026,34.853515625],[-94.96337890625,34.85028648376465],[-94.96429443359375,34.849609375],[-94.96826171875,34.84671592712402],[-94.96960639953613,34.845703125],[-94.97314453125,34.84305191040039],[-94.97478723526001,34.841796875],[-94.97802734375,34.83933639526367],[-94.97989892959595,34.837890625],[-94.98291015625,34.83555793762207],[-94.98491287231445,34.833984375],[-94.98779296875,34.83171081542969],[-94.98984336853027,34.830078125],[-94.99267578125,34.82781982421875],[-94.99473810195923,34.826171875],[-94.99755859375,34.82392692565918],[-94.99965190887451,34.822265625],[-95.00244140625,34.82007026672363],[-95.0046157836914,34.818359375],[-95.00732421875,34.816246032714844],[-95.00961065292358,34.814453125],[-95.01220703125,34.81242752075195],[-95.01463413238525,34.810546875],[-95.01708984375,34.80866622924805],[-95.01979112625122,34.806640625],[-95.02197265625,34.80497932434082],[-95.02490043640137,34.802734375],[-95.02685546875,34.80119514465332],[-95.02985000610352,34.798828125],[-95.03173828125,34.797359466552734],[-95.03503084182739,34.794921875],[-95.03662109375,34.79376983642578],[-95.04068613052368,34.791015625],[-95.04150390625,34.790443420410156],[-95.04634857177734,34.787109375],[-95.04638671875,34.78708076477051],[-95.05126953125,34.783538818359375],[-95.0517201423645,34.783203125],[-95.05615234375,34.779972076416016],[-95.0570559501648,34.779296875],[-95.06103515625,34.77633857727051],[-95.06227493286133,34.775390625],[-95.06591796875,34.772613525390625],[-95.06738424301147,34.771484375],[-95.07080078125,34.768890380859375],[-95.07250785827637,34.767578125],[-95.07568359375,34.76514434814453],[-95.0775694847107,34.763671875],[-95.08056640625,34.76132774353027],[-95.08254766464233,34.759765625],[-95.08544921875,34.757484436035156],[-95.08751153945923,34.755859375],[-95.09033203125,34.7536506652832],[-95.09249448776245,34.751953125],[-95.09521484375,34.749826431274414],[-95.09747505187988,34.748046875],[-95.10009765625,34.74598503112793],[-95.1024317741394,34.744140625],[-95.10498046875,34.742130279541016],[-95.10738372802734,34.740234375],[-95.10986328125,34.73828887939453],[-95.11240243911743,34.736328125],[-95.11474609375,34.73452377319336],[-95.1175332069397,34.732421875],[-95.11962890625,34.730825424194336],[-95.12269496917725,34.728515625],[-95.12451171875,34.727128982543945],[-95.12784004211426,34.724609375],[-95.12939453125,34.723419189453125],[-95.13298511505127,34.720703125],[-95.13427734375,34.719709396362305],[-95.13810634613037,34.716796875],[-95.13916015625,34.71599197387695],[-95.14334678649902,34.712890625],[-95.14404296875,34.712371826171875],[-95.1487398147583,34.708984375],[-95.14892578125,34.70884895324707],[-95.15380859375,34.70538902282715],[-95.15423059463501,34.705078125],[-95.15869140625,34.701765060424805],[-95.15946388244629,34.701171875],[-95.16357421875,34.69803428649902],[-95.16457557678223,34.697265625],[-95.16845703125,34.69434356689453],[-95.16973972320557,34.693359375],[-95.17333984375,34.690589904785156],[-95.17478704452515,34.689453125],[-95.17822265625,34.68674087524414],[-95.17972707748413,34.685546875],[-95.18310546875,34.682899475097656],[-95.18472671508789,34.681640625],[-95.18798828125,34.67915725708008],[-95.18983602523804,34.677734375],[-95.19287109375,34.675405502319336],[-95.19490003585815,34.673828125],[-95.19775390625,34.67161560058594],[-95.19991397857666,34.669921875],[-95.20263671875,34.667781829833984],[-95.20486354827881,34.666015625],[-95.20751953125,34.66390800476074],[-95.20978450775146,34.662109375],[-95.21240234375,34.66003608703613],[-95.2147126197815,34.658203125],[-95.21728515625,34.65616989135742],[-95.21965503692627,34.654296875],[-95.22216796875,34.65232849121094],[-95.22468566894531,34.650390625],[-95.22705078125,34.64859580993652],[-95.22995471954346,34.646484375],[-95.23193359375,34.645042419433594],[-95.23542642593384,34.642578125],[-95.23681640625,34.64156150817871],[-95.2408218383789,34.638671875],[-95.24169921875,34.638023376464844],[-95.24619579315186,34.634765625],[-95.24658203125,34.634477615356445],[-95.25146484375,34.63089561462402],[-95.25151252746582,34.630859375],[-95.25634765625,34.627206802368164],[-95.25667667388916,34.626953125],[-95.26123046875,34.623491287231445],[-95.2618145942688,34.623046875],[-95.26611328125,34.61984825134277],[-95.26704788208008,34.619140625],[-95.27099609375,34.61616516113281],[-95.27220010757446,34.615234375],[-95.27587890625,34.61237716674805],[-95.27721166610718,34.611328125],[-95.28076171875,34.60853385925293],[-95.28216600418091,34.607421875],[-95.28564453125,34.60464096069336],[-95.28703212738037,34.603515625],[-95.29052734375,34.60064697265625],[-95.29180765151978,34.599609375],[-95.29541015625,34.59672927856445],[-95.29669761657715,34.595703125],[-95.30029296875,34.59287452697754],[-95.30168533325195,34.591796875],[-95.30517578125,34.589195251464844],[-95.30691623687744,34.587890625],[-95.31005859375,34.585561752319336],[-95.3121280670166,34.583984375],[-95.31494140625,34.58183288574219],[-95.31718969345093,34.580078125],[-95.31982421875,34.5780143737793],[-95.32214879989624,34.576171875],[-95.32470703125,34.574140548706055],[-95.32706022262573,34.572265625],[-95.32958984375,34.57025146484375],[-95.33198833465576,34.568359375],[-95.33447265625,34.56641960144043],[-95.33703327178955,34.564453125],[-95.33935546875,34.56266403198242],[-95.34212350845337,34.560546875],[-95.34423828125,34.558916091918945],[-95.34719705581665,34.556640625],[-95.34912109375,34.55512809753418],[-95.35210847854614,34.552734375],[-95.35400390625,34.55118751525879],[-95.35685062408447,34.548828125],[-95.35888671875,34.54715538024902],[-95.3616189956665,34.544921875],[-95.36376953125,34.543203353881836],[-95.36657810211182,34.541015625],[-95.36865234375,34.539424896240234],[-95.37177085876465,34.537109375],[-95.37353515625,34.53579139709473],[-95.37707090377808,34.533203125],[-95.37841796875,34.53219223022461],[-95.38230657577515,34.529296875],[-95.38330078125,34.528541564941406],[-95.38753271102905,34.525390625],[-95.38818359375,34.52490234375],[-95.39286136627197,34.521484375],[-95.39306640625,34.521331787109375],[-95.39794921875,34.51775932312012],[-95.39819002151489,34.517578125],[-95.40283203125,34.51407241821289],[-95.40335655212402,34.513671875],[-95.40771484375,34.51041793823242],[-95.40858030319214,34.509765625],[-95.41259765625,34.50675964355469],[-95.4137659072876,34.505859375],[-95.41748046875,34.50297737121582],[-95.4187798500061,34.501953125],[-95.42236328125,34.49915313720703],[-95.42378664016724,34.498046875],[-95.42724609375,34.49542045593262],[-95.4289174079895,34.494140625],[-95.43212890625,34.49169921875],[-95.43401718139648,34.490234375],[-95.43701171875,34.48790740966797],[-95.43901920318604,34.486328125],[-95.44189453125,34.48406791687012],[-95.44397830963135,34.482421875],[-95.44677734375,34.480224609375],[-95.44894456863403,34.478515625],[-95.45166015625,34.47638130187988],[-95.45390367507935,34.474609375],[-95.45654296875,34.472530364990234],[-95.4588508605957,34.470703125],[-95.46142578125,34.46866798400879],[-95.46378374099731,34.466796875],[-95.46630859375,34.46479415893555],[-95.4686975479126,34.462890625],[-95.47119140625,34.460906982421875],[-95.47361373901367,34.458984375],[-95.47607421875,34.457040786743164],[-95.4785943031311,34.455078125],[-95.48095703125,34.453243255615234],[-95.48366069793701,34.451171875],[-95.48583984375,34.44950294494629],[-95.48882722854614,34.447265625],[-95.49072265625,34.44584274291992],[-95.4941201210022,34.443359375],[-95.49560546875,34.4422492980957],[-95.49937009811401,34.439453125],[-95.50048828125,34.4385986328125],[-95.50446510314941,34.435546875],[-95.50537109375,34.43483924865723],[-95.50949811935425,34.431640625],[-95.51025390625,34.43105697631836],[-95.51467180252075,34.427734375],[-95.51513671875,34.42738151550293],[-95.51984071731567,34.423828125],[-95.52001953125,34.423688888549805],[-95.52485704421997,34.419921875],[-95.52490234375,34.41988563537598],[-95.52978515625,34.41602325439453],[-95.52979469299316,34.416015625],[-95.53466796875,34.41225242614746],[-95.5348539352417,34.412109375],[-95.53955078125,34.40852355957031],[-95.53996562957764,34.408203125],[-95.54443359375,34.40476608276367],[-95.54503679275513,34.404296875],[-95.54931640625,34.40097236633301],[-95.55006265640259,34.400390625],[-95.55419921875,34.3972110748291],[-95.55514097213745,34.396484375],[-95.55908203125,34.39346504211426],[-95.5602216720581,34.392578125],[-95.56396484375,34.389671325683594],[-95.56524276733398,34.388671875],[-95.56884765625,34.38588333129883],[-95.57029247283936,34.384765625],[-95.57373046875,34.382164001464844],[-95.57543754577637,34.380859375],[-95.57861328125,34.37845420837402],[-95.58055639266968,34.376953125],[-95.58349609375,34.37467956542969],[-95.58557748794556,34.373046875],[-95.58837890625,34.3708438873291],[-95.5905270576477,34.369140625],[-95.59326171875,34.36696815490723],[-95.59544324874878,34.365234375],[-95.59814453125,34.36309814453125],[-95.60038089752197,34.361328125],[-95.60302734375,34.3592414855957],[-95.60532331466675,34.357421875],[-95.60791015625,34.35537338256836],[-95.61024904251099,34.353515625],[-95.61279296875,34.351497650146484],[-95.61516523361206,34.349609375],[-95.61767578125,34.347612380981445],[-95.62006950378418,34.345703125],[-95.62255859375,34.34371757507324],[-95.62497854232788,34.341796875],[-95.62744140625,34.339853286743164],[-95.62998056411743,34.337890625],[-95.63232421875,34.33608436584473],[-95.63509464263916,34.333984375],[-95.63720703125,34.33237838745117],[-95.64027786254883,34.330078125],[-95.64208984375,34.32870101928711],[-95.64544677734375,34.326171875],[-95.64697265625,34.325002670288086],[-95.65055847167969,34.322265625],[-95.65185546875,34.321258544921875],[-95.6555962562561,34.318359375],[-95.65673828125,34.31746482849121],[-95.66061735153198,34.314453125],[-95.66162109375,34.313676834106445],[-95.66575288772583,34.310546875],[-95.66650390625,34.309974670410156],[-95.67093133926392,34.306640625],[-95.67138671875,34.306291580200195],[-95.67601442337036,34.302734375],[-95.67626953125,34.302534103393555],[-95.68102598190308,34.298828125],[-95.68115234375,34.29873085021973],[-95.68603515625,34.295034408569336],[-95.68618297576904,34.294921875],[-95.69091796875,34.29132843017578],[-95.69132328033447,34.291015625],[-95.69580078125,34.28755187988281],[-95.69636344909668,34.287109375],[-95.70068359375,34.28371047973633],[-95.70132970809937,34.283203125],[-95.70556640625,34.27992057800293],[-95.70637226104736,34.279296875],[-95.71044921875,34.27616882324219],[-95.71145057678223,34.275390625],[-95.71533203125,34.27236747741699],[-95.71645021438599,34.271484375],[-95.72021484375,34.268497467041016],[-95.72136878967285,34.267578125],[-95.72509765625,34.26463508605957],[-95.72632551193237,34.263671875],[-95.72998046875,34.2608528137207],[-95.73137998580933,34.259765625],[-95.73486328125,34.257070541381836],[-95.73640584945679,34.255859375],[-95.73974609375,34.253225326538086],[-95.74134588241577,34.251953125],[-95.74462890625,34.24934768676758],[-95.7462739944458,34.248046875],[-95.74951171875,34.24551773071289],[-95.75127124786377,34.244140625],[-95.75439453125,34.24170684814453],[-95.75626373291016,34.240234375],[-95.75927734375,34.237850189208984],[-95.7611894607544,34.236328125],[-95.76416015625,34.23396301269531],[-95.7660961151123,34.232421875],[-95.76904296875,34.230085372924805],[-95.77102661132812,34.228515625],[-95.77392578125,34.22623634338379],[-95.77599048614502,34.224609375],[-95.77880859375,34.222394943237305],[-95.78094959259033,34.220703125],[-95.78369140625,34.21854019165039],[-95.78588962554932,34.216796875],[-95.78857421875,34.214670181274414],[-95.79081058502197,34.212890625],[-95.79345703125,34.21078300476074],[-95.79570770263672,34.208984375],[-95.79833984375,34.20688247680664],[-95.80059766769409,34.205078125],[-95.80322265625,34.20298957824707],[-95.80550909042358,34.201171875],[-95.80810546875,34.199113845825195],[-95.81043243408203,34.197265625],[-95.81298828125,34.19523811340332],[-95.8153510093689,34.193359375],[-95.81787109375,34.19135665893555],[-95.8202576637268,34.189453125],[-95.82275390625,34.18746376037598],[-95.82515478134155,34.185546875],[-95.82763671875,34.18356513977051],[-95.83006143569946,34.181640625],[-95.83251953125,34.179697036743164],[-95.83503484725952,34.177734375],[-95.83740234375,34.17588233947754],[-95.84005355834961,34.173828125],[-95.84228515625,34.17210006713867],[-95.84514856338501,34.169921875],[-95.84716796875,34.16837120056152],[-95.85025310516357,34.166015625],[-95.85205078125,34.16461944580078],[-95.85527896881104,34.162109375],[-95.85693359375,34.160810470581055],[-95.86025476455688,34.158203125],[-95.86181640625,34.15696907043457],[-95.86521625518799,34.154296875],[-95.86669921875,34.15313529968262],[-95.87025165557861,34.150390625],[-95.87158203125,34.14936065673828],[-95.87532758712769,34.146484375],[-95.87646484375,34.145599365234375],[-95.88036298751831,34.142578125],[-95.88134765625,34.14180564880371],[-95.88534832000732,34.138671875],[-95.88623046875,34.13797569274902],[-95.89033365249634,34.134765625],[-95.89111328125,34.134159088134766],[-95.89544296264648,34.130859375],[-95.89599609375,34.13043403625488],[-95.90056419372559,34.126953125],[-95.90087890625,34.12671089172363],[-95.90564012527466,34.123046875],[-95.90576171875,34.12295150756836],[-95.91062068939209,34.119140625],[-95.91064453125,34.11912155151367],[-95.91552734375,34.115325927734375],[-95.91564416885376,34.115234375],[-95.92041015625,34.1115608215332],[-95.92070817947388,34.111328125],[-95.92529296875,34.10775375366211],[-95.92571258544922,34.107421875],[-95.93017578125,34.10387992858887],[-95.93063116073608,34.103515625],[-95.93505859375,34.0999813079834],[-95.93552827835083,34.099609375],[-95.93994140625,34.096168518066406],[-95.94053506851196,34.095703125],[-95.94482421875,34.09235954284668],[-95.94553470611572,34.091796875],[-95.94970703125,34.08847236633301],[-95.95043182373047,34.087890625],[-95.95458984375,34.08455848693848],[-95.9553074836731,34.083984375],[-95.95947265625,34.08066749572754],[-95.9602165222168,34.080078125],[-95.96435546875,34.076812744140625],[-95.96516847610474,34.076171875],[-95.96923828125,34.0730037689209],[-95.97018480300903,34.072265625],[-95.97412109375,34.06921577453613],[-95.97521305084229,34.068359375],[-95.97900390625,34.065359115600586],[-95.98013877868652,34.064453125],[-95.98388671875,34.06144714355469],[-95.98501443862915,34.060546875],[-95.98876953125,34.05758857727051],[-95.98997592926025,34.056640625],[-95.99365234375,34.05377006530762],[-95.99496841430664,34.052734375],[-95.99853515625,34.04992866516113],[-95.99992275238037,34.048828125],[-96.00341796875,34.04604530334473],[-96.00482702255249,34.044921875],[-96.00830078125,34.04216384887695],[-96.00975275039673,34.041015625],[-96.01318359375,34.038333892822266],[-96.01474523544312,34.037109375],[-96.01806640625,34.03451728820801],[-96.01973295211792,34.033203125],[-96.02294921875,34.030662536621094],[-96.02466344833374,34.029296875],[-96.02783203125,34.02676200866699],[-96.02954387664795,34.025390625],[-96.03271484375,34.02285575866699],[-96.03444337844849,34.021484375],[-96.03759765625,34.019012451171875],[-96.03942632675171,34.017578125],[-96.04248046875,34.01519203186035],[-96.04440689086914,34.013671875],[-96.04736328125,34.01132774353027],[-96.04932069778442,34.009765625],[-96.05224609375,34.00742530822754],[-96.05419874191284,34.005859375],[-96.05712890625,34.00351524353027],[-96.05908870697021,34.001953125],[-96.06201171875,33.99964141845703],[-96.06403112411499,33.998046875],[-96.06689453125,33.99579620361328],[-96.06898784637451,33.994140625],[-96.07177734375,33.9919319152832],[-96.07390880584717,33.990234375],[-96.07666015625,33.98803520202637],[-96.07878923416138,33.986328125],[-96.08154296875,33.984113693237305],[-96.08365058898926,33.982421875],[-96.08642578125,33.98019599914551],[-96.08853340148926,33.978515625],[-96.09130859375,33.97632026672363],[-96.09346866607666,33.974609375],[-96.09619140625,33.97245788574219],[-96.09840393066406,33.970703125],[-96.10107421875,33.968584060668945],[-96.10331773757935,33.966796875],[-96.10595703125,33.96469306945801],[-96.1082124710083,33.962890625],[-96.11083984375,33.96078681945801],[-96.11308813095093,33.958984375],[-96.11572265625,33.956871032714844],[-96.11796617507935,33.955078125],[-96.12060546875,33.95297622680664],[-96.12287044525146,33.951171875],[-96.12548828125,33.949092864990234],[-96.12778186798096,33.947265625],[-96.13037109375,33.94520568847656],[-96.13268375396729,33.943359375],[-96.13525390625,33.941307067871094],[-96.13756895065308,33.939453125],[-96.14013671875,33.9373893737793],[-96.14242792129517,33.935546875],[-96.14501953125,33.933462142944336],[-96.14729404449463,33.931640625],[-96.14990234375,33.929561614990234],[-96.15219831466675,33.927734375],[-96.15478515625,33.92567825317383],[-96.15710973739624,33.923828125],[-96.15966796875,33.92179298400879],[-96.16201400756836,33.919921875],[-96.16455078125,33.917898178100586],[-96.16690397262573,33.916015625],[-96.16943359375,33.91398620605469],[-96.17177248001099,33.912109375],[-96.17431640625,33.910064697265625],[-96.17663860321045,33.908203125],[-96.17919921875,33.90616035461426],[-96.1815357208252,33.904296875],[-96.18408203125,33.902273178100586],[-96.1864447593689,33.900390625],[-96.18896484375,33.89838409423828],[-96.19134664535522,33.896484375],[-96.19384765625,33.894487380981445],[-96.1962366104126,33.892578125],[-96.19873046875,33.89058303833008],[-96.20111465454102,33.888671875],[-96.20361328125,33.886667251586914],[-96.20598554611206,33.884765625],[-96.20849609375,33.88275909423828],[-96.21087312698364,33.880859375],[-96.21337890625,33.878862380981445],[-96.21577262878418,33.876953125],[-96.21826171875,33.874969482421875],[-96.22066974639893,33.873046875],[-96.22314453125,33.87106895446777],[-96.22555494308472,33.869140625],[-96.22802734375,33.867156982421875],[-96.23042583465576,33.865234375],[-96.23291015625,33.86323928833008],[-96.2352967262268,33.861328125],[-96.23779296875,33.85933303833008],[-96.24018669128418,33.857421875],[-96.24267578125,33.855438232421875],[-96.24508619308472,33.853515625],[-96.24755859375,33.85154724121094],[-96.24999523162842,33.849609375],[-96.25244140625,33.8476676940918],[-96.25492095947266,33.845703125],[-96.25732421875,33.84379005432129],[-96.25982999801636,33.841796875],[-96.26220703125,33.83989715576172],[-96.26471519470215,33.837890625],[-96.26708984375,33.83599281311035],[-96.26959800720215,33.833984375],[-96.27197265625,33.83209037780762],[-96.27450466156006,33.830078125],[-96.27685546875,33.828208923339844],[-96.27941131591797,33.826171875],[-96.28173828125,33.82431221008301],[-96.28428936004639,33.822265625],[-96.28662109375,33.82038497924805],[-96.28912210464478,33.818359375],[-96.29150390625,33.81643295288086],[-96.29395246505737,33.814453125],[-96.29638671875,33.812503814697266],[-96.29884481430054,33.810546875],[-96.30126953125,33.80862617492676],[-96.30378484725952,33.806640625],[-96.30615234375,33.80476188659668],[-96.30869626998901,33.802734375],[-96.31103515625,33.800859451293945],[-96.31356477737427,33.798828125],[-96.31591796875,33.79693794250488],[-96.31843566894531,33.794921875],[-96.32331848144531,33.791015625],[-96.32568359375,33.78913497924805],[-96.32824659347534,33.787109375],[-96.33056640625,33.7852725982666],[-96.33317470550537,33.783203125],[-96.33544921875,33.78138732910156],[-96.33806228637695,33.779296875],[-96.34033203125,33.7774772644043],[-96.3429307937622,33.775390625],[-96.34521484375,33.77355766296387],[-96.34779453277588,33.771484375],[-96.35009765625,33.76963424682617],[-96.35265827178955,33.767578125],[-96.35498046875,33.76572799682617],[-96.357581615448,33.763671875],[-96.35986328125,33.761871337890625],[-96.36254072189331,33.759765625],[-96.36474609375,33.75802230834961],[-96.36748313903809,33.755859375],[-96.36962890625,33.754150390625],[-96.37237548828125,33.751953125],[-96.37451171875,33.7502326965332],[-96.37721300125122,33.748046875],[-96.37939453125,33.74628829956055],[-96.3820743560791,33.744140625],[-96.38427734375,33.74239921569824],[-96.38705015182495,33.740234375],[-96.38916015625,33.738576889038086],[-96.39201164245605,33.736328125],[-96.39404296875,33.734710693359375],[-96.3969087600708,33.732421875],[-96.39892578125,33.730804443359375],[-96.40176296234131,33.728515625],[-96.40380859375,33.72686195373535],[-96.40657663345337,33.724609375],[-96.40869140625,33.722896575927734],[-96.4113974571228,33.720703125],[-96.41357421875,33.71895408630371],[-96.41626596450806,33.716796875],[-96.41845703125,33.71504211425781],[-96.42112016677856,33.712890625],[-96.42333984375,33.71108627319336],[-96.42590045928955,33.708984375],[-96.42822265625,33.70708656311035],[-96.43068313598633,33.705078125],[-96.43310546875,33.703115463256836],[-96.43551588058472,33.701171875],[-96.43798828125,33.699188232421875],[-96.44038915634155,33.697265625],[-96.44287109375,33.69528388977051],[-96.44527912139893,33.693359375],[-96.44775390625,33.69138145446777],[-96.4501690864563,33.689453125],[-96.4550518989563,33.685546875],[-96.45751953125,33.68356513977051],[-96.45991802215576,33.681640625],[-96.46240234375,33.67964744567871],[-96.4647912979126,33.677734375],[-96.46728515625,33.67574119567871],[-96.46968126296997,33.673828125],[-96.47216796875,33.67184257507324],[-96.47457361221313,33.669921875],[-96.47705078125,33.66794204711914],[-96.47945880889893,33.666015625],[-96.48193359375,33.66402816772461],[-96.4843225479126,33.662109375],[-96.48681640625,33.66010093688965],[-96.4891791343689,33.658203125],[-96.49169921875,33.65618705749512],[-96.49406671524048,33.654296875],[-96.49658203125,33.65228843688965],[-96.49895906448364,33.650390625],[-96.50146484375,33.64839172363281],[-96.50634765625,33.64448547363281],[-96.50872707366943,33.642578125],[-96.51123046875,33.64056396484375],[-96.51358604431152,33.638671875],[-96.51611328125,33.63663864135742],[-96.51845216751099,33.634765625],[-96.52099609375,33.63273239135742],[-96.52334213256836,33.630859375],[-96.52587890625,33.628835678100586],[-96.52823448181152,33.626953125],[-96.53076171875,33.62493133544922],[-96.53311491012573,33.623046875],[-96.53564453125,33.62101364135742],[-96.53797626495361,33.619140625],[-96.54052734375,33.61708641052246],[-96.5428352355957,33.615234375],[-96.54541015625,33.6131706237793],[-96.54771566390991,33.611328125],[-96.55029296875,33.60927200317383],[-96.55261039733887,33.607421875],[-96.55517578125,33.60537338256836],[-96.55750036239624,33.603515625],[-96.56005859375,33.60146713256836],[-96.56237602233887,33.599609375],[-96.56494140625,33.59754180908203],[-96.5672254562378,33.595703125],[-96.56982421875,33.59360694885254],[-96.57208204269409,33.591796875],[-96.57470703125,33.589698791503906],[-96.57697200775146,33.587890625],[-96.57958984375,33.58580207824707],[-96.58186435699463,33.583984375],[-96.58447265625,33.58189392089844],[-96.58673524856567,33.580078125],[-96.58935546875,33.577964782714844],[-96.59157752990723,33.576171875],[-96.59423828125,33.57402038574219],[-96.59641742706299,33.572265625],[-96.59912109375,33.57009506225586],[-96.60400390625,33.56618881225586],[-96.60617113113403,33.564453125],[-96.60888671875,33.56227493286133],[-96.6110372543335,33.560546875],[-96.61376953125,33.558345794677734],[-96.61588668823242,33.556640625],[-96.61865234375,33.554399490356445],[-96.62071228027344,33.552734375],[-96.62353515625,33.550453186035156],[-96.62556171417236,33.548828125],[-96.62841796875,33.54654502868652],[-96.63045406341553,33.544921875],[-96.63330078125,33.54264831542969],[-96.63533926010132,33.541015625],[-96.63818359375,33.538726806640625],[-96.64018392562866,33.537109375],[-96.64306640625,33.53476333618164],[-96.64498805999756,33.533203125],[-96.64794921875,33.530784606933594],[-96.64978265762329,33.529296875],[-96.65283203125,33.526824951171875],[-96.65461778640747,33.525390625],[-96.65771484375,33.522918701171875],[-96.65951728820801,33.521484375],[-96.66259765625,33.519033432006836],[-96.66441679000854,33.517578125],[-96.66748046875,33.51511192321777],[-96.66926383972168,33.513671875],[-96.67236328125,33.51115417480469],[-96.67407512664795,33.509765625],[-96.67724609375,33.507179260253906],[-96.67887210845947,33.505859375],[-96.68212890625,33.503204345703125],[-96.68367385864258,33.501953125],[-96.68701171875,33.499250411987305],[-96.68850898742676,33.498046875],[-96.69189453125,33.49533653259277],[-96.69339179992676,33.494140625],[-96.69677734375,33.491437911987305],[-96.69828176498413,33.490234375],[-96.70166015625,33.487518310546875],[-96.70313596725464,33.486328125],[-96.70654296875,33.483551025390625],[-96.70793056488037,33.482421875],[-96.71142578125,33.47954750061035],[-96.71268701553345,33.478515625],[-96.71630859375,33.47552299499512],[-96.7174243927002,33.474609375],[-96.72119140625,33.471519470214844],[-96.7221999168396,33.470703125],[-96.72607421875,33.46758842468262],[-96.73194646835327,33.462890625],[-96.73583984375,33.459774017333984],[-96.73682451248169,33.458984375],[-96.74072265625,33.45584678649902],[-96.74167394638062,33.455078125],[-96.74560546875,33.451866149902344],[-96.7464542388916,33.451171875],[-96.75048828125,33.44785118103027],[-96.7512059211731,33.447265625],[-96.75537109375,33.443864822387695],[-96.75599813461304,33.443359375],[-96.76025390625,33.4399299621582],[-96.76084756851196,33.439453125],[-96.76513671875,33.43600082397461],[-96.76570177078247,33.435546875],[-96.77001953125,33.432050704956055],[-96.7705249786377,33.431640625],[-96.77490234375,33.42806434631348],[-96.77530527114868,33.427734375],[-96.77978515625,33.42403602600098],[-96.78003787994385,33.423828125],[-96.78466796875,33.41998291015625],[-96.78474426269531,33.419921875],[-96.78949117660522,33.416015625],[-96.78955078125,33.41596603393555],[-96.7943000793457,33.412109375],[-96.79443359375,33.41200065612793],[-96.79909229278564,33.408203125],[-96.79931640625,33.40802001953125],[-96.80386781692505,33.404296875],[-96.80419921875,33.40402793884277],[-96.80862665176392,33.400390625],[-96.80908203125,33.40001678466797],[-96.81336641311646,33.396484375],[-96.81396484375,33.395992279052734],[-96.81806564331055,33.392578125],[-96.81884765625,33.391929626464844],[-96.82274341583252,33.388671875],[-96.82373046875,33.38785934448242],[-96.82747840881348,33.384765625],[-96.82861328125,33.383840560913086],[-96.83225154876709,33.380859375],[-96.83349609375,33.379844665527344],[-96.83701992034912,33.376953125],[-96.83837890625,33.37584114074707],[-96.84176445007324,33.373046875],[-96.84326171875,33.37181282043457],[-96.84645891189575,33.369140625],[-96.84814453125,33.367740631103516],[-96.85112714767456,33.365234375],[-96.85302734375,33.36365509033203],[-96.8558144569397,33.361328125],[-96.85791015625,33.3596076965332],[-96.86057090759277,33.357421875],[-96.86279296875,33.355607986450195],[-96.86534404754639,33.353515625],[-96.86767578125,33.35161209106445],[-96.87012910842896,33.349609375],[-96.87255859375,33.347639083862305],[-96.87495708465576,33.345703125],[-96.87744140625,33.34370040893555],[-96.87981128692627,33.341796875],[-96.88232421875,33.33978271484375],[-96.89208984375,33.33197021484375],[-96.8944501876831,33.330078125],[-96.89697265625,33.32805061340332],[-96.8993067741394,33.326171875],[-96.90185546875,33.32411193847656],[-96.90414905548096,33.322265625],[-96.90673828125,33.32018280029297],[-96.90901517868042,33.318359375],[-96.91389799118042,33.314453125],[-96.91650390625,33.31236457824707],[-96.91876888275146,33.310546875],[-96.92138671875,33.30843544006348],[-96.92361116409302,33.306640625],[-96.92626953125,33.304481506347656],[-96.92842721939087,33.302734375],[-96.93115234375,33.300527572631836],[-96.93326473236084,33.298828125],[-96.93603515625,33.29660987854004],[-96.93814277648926,33.294921875],[-96.94091796875,33.292694091796875],[-96.94300413131714,33.291015625],[-96.94580078125,33.28875160217285],[-96.94782733917236,33.287109375],[-96.95068359375,33.28477668762207],[-96.95261478424072,33.283203125],[-96.95556640625,33.280778884887695],[-96.95738077163696,33.279296875],[-96.96044921875,33.27677536010742],[-96.962149143219,33.275390625],[-96.96533203125,33.27280044555664],[-96.96696043014526,33.271484375],[-96.97021484375,33.26885414123535],[-96.97179794311523,33.267578125],[-96.97509765625,33.26491165161133],[-96.97663068771362,33.263671875],[-96.97998046875,33.260948181152344],[-96.98143482208252,33.259765625],[-96.98486328125,33.256954193115234],[-96.98620080947876,33.255859375],[-96.98974609375,33.252925872802734],[-96.99092626571655,33.251953125],[-96.99462890625,33.248863220214844],[-96.99561595916748,33.248046875],[-96.99951171875,33.244802474975586],[-97.00031757354736,33.244140625],[-97.00439453125,33.24078941345215],[-97.00507640838623,33.240234375],[-97.00927734375,33.2368106842041],[-97.00987339019775,33.236328125],[-97.01416015625,33.23283576965332],[-97.01467037200928,33.232421875],[-97.01904296875,33.22886848449707],[-97.01947689056396,33.228515625],[-97.02392578125,33.22486686706543],[-97.02424049377441,33.224609375],[-97.02880859375,33.22080039978027],[-97.02892541885376,33.220703125],[-97.03356504440308,33.216796875],[-97.03369140625,33.216691970825195],[-97.03819036483765,33.212890625],[-97.03857421875,33.21257019042969],[-97.04283237457275,33.208984375],[-97.04345703125,33.20846366882324],[-97.04748868942261,33.205078125],[-97.04833984375,33.204368591308594],[-97.05212831497192,33.201171875],[-97.05322265625,33.20026206970215],[-97.05679893493652,33.197265625],[-97.05810546875,33.196184158325195],[-97.06146717071533,33.193359375],[-97.06298828125,33.19208526611328],[-97.06605911254883,33.189453125],[-97.06787109375,33.187910079956055],[-97.07059860229492,33.185546875],[-97.07275390625,33.1837272644043],[-97.07523584365845,33.181640625],[-97.07763671875,33.179677963256836],[-97.08003759384155,33.177734375],[-97.08251953125,33.17574501037598],[-97.08491086959839,33.173828125],[-97.08740234375,33.171831130981445],[-97.08977937698364,33.169921875],[-97.09228515625,33.16790008544922],[-97.0946216583252,33.166015625],[-97.09716796875,33.163957595825195],[-97.09946632385254,33.162109375],[-97.10205078125,33.16003608703613],[-97.10433959960938,33.158203125],[-97.10693359375,33.15612602233887],[-97.109215259552,33.154296875],[-97.11181640625,33.15220642089844],[-97.1140718460083,33.150390625],[-97.11669921875,33.14826202392578],[-97.11889266967773,33.146484375],[-97.12158203125,33.1442985534668],[-97.12371110916138,33.142578125],[-97.12646484375,33.140357971191406],[-97.12856531143188,33.138671875],[-97.13134765625,33.13643264770508],[-97.1334171295166,33.134765625],[-97.13623046875,33.13248634338379],[-97.13823556900024,33.130859375],[-97.14111328125,33.128496170043945],[-97.14299440383911,33.126953125],[-97.14599609375,33.12446403503418],[-97.14771747589111,33.123046875],[-97.15087890625,33.12042045593262],[-97.15243339538574,33.119140625],[-97.15576171875,33.11638069152832],[-97.15715408325195,33.115234375],[-97.16064453125,33.11233901977539],[-97.16187715530396,33.111328125],[-97.16552734375,33.108320236206055],[-97.16662645339966,33.107421875],[-97.17041015625,33.10430145263672],[-97.17136859893799,33.103515625],[-97.17529296875,33.10026741027832],[-97.17609167098999,33.099609375],[-97.18017578125,33.096214294433594],[-97.18079328536987,33.095703125],[-97.18505859375,33.09212303161621],[-97.18545198440552,33.091796875],[-97.18994140625,33.088008880615234],[-97.19008445739746,33.087890625],[-97.19473123550415,33.083984375],[-97.19482421875,33.08390808105469],[-97.19935417175293,33.080078125],[-97.19970703125,33.079782485961914],[-97.20394611358643,33.076171875],[-97.20458984375,33.075632095336914],[-97.208571434021,33.072265625],[-97.20947265625,33.071516036987305],[-97.2132396697998,33.068359375],[-97.21435546875,33.067434310913086],[-97.21792221069336,33.064453125],[-97.21923828125,33.063358306884766],[-97.22254991531372,33.060546875],[-97.22412109375,33.05921936035156],[-97.22711324691772,33.056640625],[-97.22900390625,33.05503845214844],[-97.23170042037964,33.052734375],[-97.23388671875,33.0509033203125],[-97.23636627197266,33.048828125],[-97.23876953125,33.04685974121094],[-97.24116086959839,33.044921875],[-97.24365234375,33.04292106628418],[-97.24603176116943,33.041015625],[-97.24853515625,33.03900909423828],[-97.25090265274048,33.037109375],[-97.25341796875,33.03508186340332],[-97.25574731826782,33.033203125],[-97.25830078125,33.0311336517334],[-97.26057529449463,33.029296875],[-97.26318359375,33.02719306945801],[-97.26542711257935,33.025390625],[-97.26806640625,33.02326774597168],[-97.27028608322144,33.021484375],[-97.27294921875,33.01933288574219],[-97.27512121200562,33.017578125],[-97.27783203125,33.01536560058594],[-97.27990865707397,33.013671875],[-97.28271484375,33.0113582611084],[-97.28465557098389,33.009765625],[-97.28759765625,33.0073356628418],[-97.2894024848938,33.005859375],[-97.29248046875,33.00333786010742],[-97.29418516159058,33.001953125],[-97.29736328125,32.999359130859375],[-97.29897260665894,32.998046875],[-97.30224609375,32.9953556060791],[-97.30372905731201,32.994140625],[-97.30712890625,32.991323471069336],[-97.30845212936401,32.990234375],[-97.31201171875,32.98727607727051],[-97.31316089630127,32.986328125],[-97.31689453125,32.98322105407715],[-97.31786012649536,32.982421875],[-97.32177734375,32.979122161865234],[-97.32249975204468,32.978515625],[-97.32666015625,32.974958419799805],[-97.32707262039185,32.974609375],[-97.33154296875,32.97076606750488],[-97.33161687850952,32.970703125],[-97.33614444732666,32.966796875],[-97.33642578125,32.9665584564209],[-97.34068393707275,32.962890625],[-97.34130859375,32.96236228942871],[-97.3452377319336,32.958984375],[-97.34619140625,32.95817756652832],[-97.34979629516602,32.955078125],[-97.35107421875,32.953996658325195],[-97.35436201095581,32.951171875],[-97.35595703125,32.94982147216797],[-97.35892295837402,32.947265625],[-97.36083984375,32.94563865661621],[-97.3634934425354,32.943359375],[-97.36572265625,32.941490173339844],[-97.36816883087158,32.939453125],[-97.37060546875,32.937461853027344],[-97.37297296524048,32.935546875],[-97.37548828125,32.933523178100586],[-97.37783670425415,32.931640625],[-97.38037109375,32.92960739135742],[-97.38270282745361,32.927734375],[-97.38525390625,32.92567825317383],[-97.38754272460938,32.923828125],[-97.39013671875,32.92172050476074],[-97.39235401153564,32.919921875],[-97.39501953125,32.91775894165039],[-97.39717960357666,32.916015625],[-97.39990234375,32.91381645202637],[-97.40201950073242,32.912109375],[-97.40478515625,32.90986633300781],[-97.40683555603027,32.908203125],[-97.40966796875,32.9058837890625],[-97.4116063117981,32.904296875],[-97.41455078125,32.90186309814453],[-97.41634130477905,32.900390625],[-97.41943359375,32.8978157043457],[-97.42104291915894,32.896484375],[-97.42431640625,32.89374542236328],[-97.42572069168091,32.892578125],[-97.42919921875,32.8896541595459],[-97.43038177490234,32.888671875],[-97.43408203125,32.88558006286621],[-97.43507146835327,32.884765625],[-97.43896484375,32.88155746459961],[-97.43981838226318,32.880859375],[-97.44384765625,32.877525329589844],[-97.4445390701294,32.876953125],[-97.44873046875,32.8734245300293],[-97.4491810798645,32.873046875],[-97.45361328125,32.869293212890625],[-97.45379447937012,32.869140625],[-97.45841026306152,32.865234375],[-97.45849609375,32.865163803100586],[-97.4630331993103,32.861328125],[-97.46337890625,32.861040115356445],[-97.46763229370117,32.857421875],[-97.46826171875,32.85689163208008],[-97.47217416763306,32.853515625],[-97.47314453125,32.852684020996094],[-97.47663497924805,32.849609375],[-97.47802734375,32.848405838012695],[-97.48109579086304,32.845703125],[-97.48291015625,32.84415054321289],[-97.48563766479492,32.841796875],[-97.48779296875,32.83998489379883],[-97.4902868270874,32.837890625],[-97.49267578125,32.83592987060547],[-97.49506711959839,32.833984375],[-97.49755859375,32.83196830749512],[-97.4998950958252,32.830078125],[-97.50244140625,32.828012466430664],[-97.504723072052,32.826171875],[-97.50732421875,32.82407760620117],[-97.50958204269409,32.822265625],[-97.51220703125,32.82015800476074],[-97.51444339752197,32.818359375],[-97.51708984375,32.81621742248535],[-97.5192642211914,32.814453125],[-97.52197265625,32.81222343444824],[-97.52400875091553,32.810546875],[-97.52685546875,32.80817222595215],[-97.52870321273804,32.806640625],[-97.53173828125,32.804094314575195],[-97.53337621688843,32.802734375],[-97.53662109375,32.80001258850098],[-97.53804683685303,32.798828125],[-97.54150390625,32.79591178894043],[-97.54269123077393,32.794921875],[-97.54638671875,32.79180145263672],[-97.54732608795166,32.791015625],[-97.55126953125,32.78766632080078],[-97.5519323348999,32.787109375],[-97.55615234375,32.78348350524902],[-97.55648136138916,32.783203125],[-97.56097793579102,32.779296875],[-97.56103515625,32.77924919128418],[-97.56550788879395,32.775390625],[-97.56591796875,32.77504348754883],[-97.57008075714111,32.771484375],[-97.57080078125,32.77087593078613],[-97.5746202468872,32.767578125],[-97.57568359375,32.76666450500488],[-97.57905960083008,32.763671875],[-97.58056640625,32.76235389709473],[-97.58346319198608,32.759765625],[-97.58544921875,32.75804901123047],[-97.58798837661743,32.755859375],[-97.59033203125,32.75391387939453],[-97.59273290634155,32.751953125],[-97.59521484375,32.74995040893555],[-97.59758234024048,32.748046875],[-97.60009765625,32.746015548706055],[-97.60241508483887,32.744140625],[-97.60498046875,32.74205207824707],[-97.60722398757935,32.740234375],[-97.60986328125,32.738094329833984],[-97.61205434799194,32.736328125],[-97.61474609375,32.73415946960449],[-97.61690616607666,32.732421875],[-97.61962890625,32.730220794677734],[-97.62173414230347,32.728515625],[-97.62451171875,32.726240158081055],[-97.6265025138855,32.724609375],[-97.62939453125,32.722211837768555],[-97.63122320175171,32.720703125],[-97.63427734375,32.71816062927246],[-97.63592958450317,32.716796875],[-97.63916015625,32.714088439941406],[-97.64059782028198,32.712890625],[-97.64404296875,32.709970474243164],[-97.64522314071655,32.708984375],[-97.64892578125,32.70585632324219],[-97.6498556137085,32.705078125],[-97.65380859375,32.70170593261719],[-97.65443801879883,32.701171875],[-97.65869140625,32.69746398925781],[-97.65892267227173,32.697265625],[-97.66337394714355,32.693359375],[-97.66357421875,32.69318771362305],[-97.66783714294434,32.689453125],[-97.66845703125,32.68892288208008],[-97.67232179641724,32.685546875],[-97.67333984375,32.68467140197754],[-97.67675876617432,32.681640625],[-97.67822265625,32.68035888671875],[-97.6811408996582,32.677734375],[-97.68310546875,32.676025390625],[-97.68563747406006,32.673828125],[-97.68798828125,32.6718635559082],[-97.69035339355469,32.669921875],[-97.69287109375,32.667884826660156],[-97.69519567489624,32.666015625],[-97.69775390625,32.66395378112793],[-97.70004510879517,32.662109375],[-97.70263671875,32.660011291503906],[-97.7048659324646,32.658203125],[-97.70751953125,32.65602684020996],[-97.70963191986084,32.654296875],[-97.71240234375,32.652000427246094],[-97.71435976028442,32.650390625],[-97.71728515625,32.647972106933594],[-97.71910190582275,32.646484375],[-97.72216796875,32.64396095275879],[-97.72385835647583,32.642578125],[-97.72705078125,32.639944076538086],[-97.72860288619995,32.638671875],[-97.73193359375,32.635915756225586],[-97.73332834243774,32.634765625],[-97.73681640625,32.6318473815918],[-97.73800611495972,32.630859375],[-97.74169921875,32.62774085998535],[-97.74264097213745,32.626953125],[-97.74658203125,32.62360191345215],[-97.74724245071411,32.623046875],[-97.75146484375,32.61943054199219],[-97.7518081665039,32.619140625],[-97.75630950927734,32.615234375],[-97.75634765625,32.61520004272461],[-97.76076793670654,32.611328125],[-97.76123046875,32.610931396484375],[-97.76524782180786,32.607421875],[-97.76611328125,32.60668182373047],[-97.76975393295288,32.603515625],[-97.77099609375,32.60245895385742],[-97.77429103851318,32.599609375],[-97.77587890625,32.59825325012207],[-97.77879238128662,32.595703125],[-97.78076171875,32.594011306762695],[-97.78332233428955,32.591796875],[-97.78564453125,32.58986282348633],[-97.78804779052734,32.587890625],[-97.79052734375,32.58588218688965],[-97.79287815093994,32.583984375],[-97.79541015625,32.581932067871094],[-97.79770612716675,32.580078125],[-97.80029296875,32.5779914855957],[-97.80255556106567,32.576171875],[-97.80517578125,32.57406234741211],[-97.8074049949646,32.572265625],[-97.81005859375,32.570112228393555],[-97.81221151351929,32.568359375],[-97.81494140625,32.56610870361328],[-97.81695127487183,32.564453125],[-97.81982421875,32.56205177307129],[-97.82163381576538,32.560546875],[-97.82470703125,32.55795478820801],[-97.82628059387207,32.556640625],[-97.82958984375,32.55382537841797],[-97.83088684082031,32.552734375],[-97.83447265625,32.549652099609375],[-97.83544301986694,32.548828125],[-97.83935546875,32.54545593261719],[-97.83998489379883,32.544921875],[-97.84423828125,32.54123878479004],[-97.84449815750122,32.541015625],[-97.84891843795776,32.537109375],[-97.84912109375,32.53693389892578],[-97.85334825515747,32.533203125],[-97.85400390625,32.53263854980469],[-97.8578233718872,32.529296875],[-97.85888671875,32.52838134765625],[-97.86227703094482,32.525390625],[-97.86376953125,32.52409744262695],[-97.8667163848877,32.521484375],[-97.86865234375,32.519813537597656],[-97.8712248802185,32.517578125],[-97.87353515625,32.51564407348633],[-97.87592887878418,32.513671875],[-97.87841796875,32.51164627075195],[-97.88074731826782,32.509765625],[-97.88330078125,32.50770568847656],[-97.88559436798096,32.505859375],[-97.88818359375,32.50376319885254],[-97.89041519165039,32.501953125],[-97.89306640625,32.499773025512695],[-97.8951644897461,32.498046875],[-97.89794921875,32.49571228027344],[-97.8998351097107,32.494140625],[-97.90283203125,32.49160575866699],[-97.90447235107422,32.490234375],[-97.90771484375,32.48748207092285],[-97.90908813476562,32.486328125],[-97.91259765625,32.48333168029785],[-97.91368007659912,32.482421875],[-97.91748046875,32.47917938232422],[-97.91826725006104,32.478515625],[-97.92236328125,32.4749755859375],[-97.92279243469238,32.474609375],[-97.92723894119263,32.470703125],[-97.92724609375,32.4706974029541],[-97.93164253234863,32.466796875],[-97.93212890625,32.46637153625488],[-97.93600082397461,32.462890625],[-97.93701171875,32.46200370788574],[-97.94037580490112,32.458984375],[-97.94189453125,32.45765686035156],[-97.9447889328003,32.455078125],[-97.94677734375,32.45336151123047],[-97.94931173324585,32.451171875],[-97.95166015625,32.44921112060547],[-97.9540228843689,32.447265625],[-97.95654296875,32.44521522521973],[-97.95883893966675,32.443359375],[-97.96142578125,32.441267013549805],[-97.96367168426514,32.439453125],[-97.96630859375,32.43730545043945],[-97.96846628189087,32.435546875],[-97.97119140625,32.43329048156738],[-97.97318696975708,32.431640625],[-97.97607421875,32.429222106933594],[-97.97786474227905,32.427734375],[-97.98095703125,32.425132751464844],[-97.9825234413147,32.423828125],[-97.98583984375,32.4210262298584],[-97.98716068267822,32.419921875],[-97.99072265625,32.41689491271973],[-97.99176931381226,32.416015625],[-97.99560546875,32.4127311706543],[-97.99634218215942,32.412109375],[-98.00048828125,32.40852355957031],[-98.00086259841919,32.408203125],[-98.00533771514893,32.404296875],[-98.00537109375,32.40426826477051],[-98.00976037979126,32.400390625],[-98.01025390625,32.399959564208984],[-98.01409721374512,32.396484375],[-98.01513671875,32.39556884765625],[-98.01846742630005,32.392578125],[-98.02001953125,32.39122772216797],[-98.02291870117188,32.388671875],[-98.02490234375,32.38697052001953],[-98.02746057510376,32.384765625],[-98.02978515625,32.38282585144043],[-98.0321741104126,32.380859375],[-98.03466796875,32.37882614135742],[-98.03698301315308,32.376953125],[-98.03955078125,32.3748779296875],[-98.04182291030884,32.373046875],[-98.04443359375,32.37093734741211],[-98.04665327072144,32.369140625],[-98.04931640625,32.36696243286133],[-98.05142641067505,32.365234375],[-98.05419921875,32.36293029785156],[-98.05613040924072,32.361328125],[-98.05908203125,32.35884094238281],[-98.06077718734741,32.357421875],[-98.06396484375,32.354692459106445],[-98.06535005569458,32.353515625],[-98.06884765625,32.350454330444336],[-98.06982755661011,32.349609375],[-98.07373046875,32.34614181518555],[-98.0742335319519,32.345703125],[-98.07861328125,32.34181022644043],[-98.07862997055054,32.341796875],[-98.08306932449341,32.337890625],[-98.08349609375,32.337520599365234],[-98.08748245239258,32.333984375],[-98.08837890625,32.33320426940918],[-98.09188842773438,32.330078125],[-98.09326171875,32.32887649536133],[-98.09627056121826,32.326171875],[-98.09814453125,32.32453536987305],[-98.10073137283325,32.322265625],[-98.10302734375,32.320335388183594],[-98.10542106628418,32.318359375],[-98.10791015625,32.31632995605469],[-98.11022281646729,32.314453125],[-98.11279296875,32.31235885620117],[-98.11502695083618,32.310546875],[-98.11767578125,32.30839157104492],[-98.1198263168335,32.306640625],[-98.12255859375,32.30438804626465],[-98.12456130981445,32.302734375],[-98.12744140625,32.300310134887695],[-98.12921047210693,32.298828125],[-98.13232421875,32.29616165161133],[-98.13378572463989,32.294921875],[-98.13720703125,32.29195022583008],[-98.1382966041565,32.291015625],[-98.14208984375,32.28767395019531],[-98.14274072647095,32.287109375],[-98.14697265625,32.283321380615234],[-98.1471061706543,32.283203125],[-98.15141439437866,32.279296875],[-98.15185546875,32.27890586853027],[-98.15568685531616,32.275390625],[-98.15673828125,32.27444839477539],[-98.159921169281,32.271484375],[-98.16162109375,32.26995849609375],[-98.16425085067749,32.267578125],[-98.16650390625,32.265655517578125],[-98.1688928604126,32.263671875],[-98.17138671875,32.261648178100586],[-98.1737232208252,32.259765625],[-98.17626953125,32.257707595825195],[-98.178551197052,32.255859375],[-98.18115234375,32.253732681274414],[-98.1833267211914,32.251953125],[-98.18603515625,32.24971580505371],[-98.18807125091553,32.248046875],[-98.19091796875,32.24569892883301],[-98.19282054901123,32.244140625],[-98.19580078125,32.241668701171875],[-98.19753170013428,32.240234375],[-98.20068359375,32.23756980895996],[-98.20215702056885,32.236328125],[-98.20556640625,32.23339080810547],[-98.20670366287231,32.232421875],[-98.21044921875,32.22913932800293],[-98.21116924285889,32.228515625],[-98.21533203125,32.22479057312012],[-98.21553945541382,32.224609375],[-98.21983098983765,32.220703125],[-98.22021484375,32.22036170959473],[-98.22411775588989,32.216796875],[-98.22509765625,32.21592712402344],[-98.22842836380005,32.212890625],[-98.22998046875,32.21151542663574],[-98.23278665542603,32.208984375],[-98.23486328125,32.207191467285156],[-98.23734045028687,32.205078125],[-98.23974609375,32.20308494567871],[-98.24208498001099,32.201171875],[-98.24462890625,32.19910430908203],[-98.24690103530884,32.197265625],[-98.24951171875,32.195146560668945],[-98.25171232223511,32.193359375],[-98.25439453125,32.19116020202637],[-98.25647354125977,32.189453125],[-98.25927734375,32.18711280822754],[-98.26115846633911,32.185546875],[-98.26416015625,32.18300247192383],[-98.2657790184021,32.181640625],[-98.26904296875,32.1788330078125],[-98.27033519744873,32.177734375],[-98.27392578125,32.17458915710449],[-98.27480554580688,32.173828125],[-98.27880859375,32.17024230957031],[-98.27917337417603,32.169921875],[-98.28348875045776,32.166015625],[-98.28369140625,32.165836334228516],[-98.2878041267395,32.162109375],[-98.28857421875,32.161428451538086],[-98.29210042953491,32.158203125],[-98.29345703125,32.156999588012695],[-98.29643964767456,32.154296875],[-98.29833984375,32.15263748168945],[-98.30090761184692,32.150390625],[-98.30322265625,32.14845085144043],[-98.3056116104126,32.146484375],[-98.30810546875,32.14445877075195],[-98.31042766571045,32.142578125],[-98.31298828125,32.140485763549805],[-98.31521034240723,32.138671875],[-98.31787109375,32.13648223876953],[-98.3199667930603,32.134765625],[-98.32275390625,32.132463455200195],[-98.32470178604126,32.130859375],[-98.32763671875,32.12839698791504],[-98.3293604850769,32.126953125],[-98.33251953125,32.12424087524414],[-98.33392381668091,32.123046875],[-98.33740234375,32.120004653930664],[-98.33840370178223,32.119140625],[-98.34228515625,32.115671157836914],[-98.34278106689453,32.115234375],[-98.34705829620361,32.111328125],[-98.34716796875,32.11123085021973],[-98.35128784179688,32.107421875],[-98.35205078125,32.10673904418945],[-98.35554122924805,32.103515625],[-98.35693359375,32.10227012634277],[-98.359854221344,32.099609375],[-98.36181640625,32.097896575927734],[-98.36434602737427,32.095703125],[-98.36669921875,32.09373664855957],[-98.36905479431152,32.091796875],[-98.37158203125,32.08973503112793],[-98.37386131286621,32.087890625],[-98.37646484375,32.085777282714844],[-98.37867736816406,32.083984375],[-98.38134765625,32.081796646118164],[-98.3834433555603,32.080078125],[-98.38623046875,32.077754974365234],[-98.38813543319702,32.076171875],[-98.39111328125,32.07365608215332],[-98.39277267456055,32.072265625],[-98.39599609375,32.069515228271484],[-98.39736223220825,32.068359375],[-98.40087890625,32.06530570983887],[-98.40187072753906,32.064453125],[-98.40576171875,32.06099891662598],[-98.40627908706665,32.060546875],[-98.41060161590576,32.056640625],[-98.41064453125,32.056602478027344],[-98.4148907661438,32.052734375],[-98.41552734375,32.05216979980469],[-98.41915607452393,32.048828125],[-98.42041015625,32.04770278930664],[-98.42342615127563,32.044921875],[-98.42529296875,32.04327392578125],[-98.42785835266113,32.041015625],[-98.43017578125,32.03907012939453],[-98.43255996704102,32.037109375],[-98.43505859375,32.035085678100586],[-98.43739032745361,32.033203125],[-98.43994140625,32.03112983703613],[-98.44219446182251,32.029296875],[-98.44482421875,32.02713203430176],[-98.446946144104,32.025390625],[-98.44970703125,32.02310562133789],[-98.45167875289917,32.021484375],[-98.45458984375,32.019060134887695],[-98.45637559890747,32.017578125],[-98.45947265625,32.01495170593262],[-98.46098899841309,32.013671875],[-98.46435546875,32.0107536315918],[-98.46550703048706,32.009765625],[-98.46923828125,32.0064754486084],[-98.46994876861572,32.005859375],[-98.47412109375,32.00213432312012],[-98.47432851791382,32.001953125],[-98.47864627838135,31.998046875],[-98.47900390625,31.997730255126953],[-98.48291873931885,31.994140625],[-98.48388671875,31.993274688720703],[-98.48715782165527,31.990234375],[-98.48876953125,31.98878288269043],[-98.49145174026489,31.986328125],[-98.49365234375,31.98443603515625],[-98.49605798721313,31.982421875],[-98.49853515625,31.980396270751953],[-98.50085020065308,31.978515625],[-98.50341796875,31.976423263549805],[-98.50564956665039,31.974609375],[-98.50830078125,31.972442626953125],[-98.51042747497559,31.970703125],[-98.51318359375,31.968408584594727],[-98.51511716842651,31.966796875],[-98.51806640625,31.96427345275879],[-98.51969242095947,31.962890625],[-98.52294921875,31.960041046142578],[-98.52417230606079,31.958984375],[-98.52783203125,31.95572280883789],[-98.52856874465942,31.955078125],[-98.53271484375,31.951309204101562],[-98.53286743164062,31.951171875],[-98.5370945930481,31.947265625],[-98.53759765625,31.946813583374023],[-98.54130506515503,31.943359375],[-98.54248046875,31.942293167114258],[-98.54551553726196,31.939453125],[-98.54736328125,31.937808990478516],[-98.54991912841797,31.935546875],[-98.55224609375,31.93358039855957],[-98.55459451675415,31.931640625],[-98.55712890625,31.92957878112793],[-98.55940818786621,31.927734375],[-98.56201171875,31.925615310668945],[-98.56420516967773,31.923828125],[-98.56689453125,31.921606063842773],[-98.56892824172974,31.919921875],[-98.57177734375,31.917512893676758],[-98.57355833053589,31.916015625],[-98.57666015625,31.913341522216797],[-98.57810258865356,31.912109375],[-98.58154296875,31.90907859802246],[-98.58254909515381,31.908203125],[-98.58642578125,31.90470314025879],[-98.58688592910767,31.904296875],[-98.59113693237305,31.900390625],[-98.59130859375,31.900236129760742],[-98.5953426361084,31.896484375],[-98.59619140625,31.895713806152344],[-98.59950304031372,31.892578125],[-98.60107421875,31.891143798828125],[-98.60374689102173,31.888671875],[-98.60595703125,31.886764526367188],[-98.60834121704102,31.884765625],[-98.61083984375,31.882728576660156],[-98.6131477355957,31.880859375],[-98.61572265625,31.878759384155273],[-98.61793041229248,31.876953125],[-98.62060546875,31.874719619750977],[-98.62260818481445,31.873046875],[-98.62548828125,31.870588302612305],[-98.62719774246216,31.869140625],[-98.63037109375,31.866397857666016],[-98.63173246383667,31.865234375],[-98.63525390625,31.862144470214844],[-98.63619804382324,31.861328125],[-98.64013671875,31.85779571533203],[-98.64055871963501,31.857421875],[-98.64476442337036,31.853515625],[-98.64501953125,31.853282928466797],[-98.64887475967407,31.849609375],[-98.64990234375,31.848663330078125],[-98.65301847457886,31.845703125],[-98.65478515625,31.844114303588867],[-98.65737199783325,31.841796875],[-98.65966796875,31.839853286743164],[-98.66204023361206,31.837890625],[-98.66455078125,31.835844039916992],[-98.66683959960938,31.833984375],[-98.66943359375,31.83185386657715],[-98.67159128189087,31.830078125],[-98.67431640625,31.827787399291992],[-98.67624282836914,31.826171875],[-98.67919921875,31.823633193969727],[-98.68080377578735,31.822265625],[-98.68408203125,31.819395065307617],[-98.68527889251709,31.818359375],[-98.68896484375,31.81507110595703],[-98.68967056274414,31.814453125],[-98.69384765625,31.810667037963867],[-98.69398355484009,31.810546875],[-98.69823217391968,31.806640625],[-98.69873046875,31.806194305419922],[-98.70245695114136,31.802734375],[-98.70361328125,31.80169105529785],[-98.70669603347778,31.798828125],[-98.70849609375,31.79722785949707],[-98.71108770370483,31.794921875],[-98.71337890625,31.792987823486328],[-98.71576070785522,31.791015625],[-98.71826171875,31.788976669311523],[-98.72055530548096,31.787109375],[-98.72314453125,31.784975051879883],[-98.7252926826477,31.783203125],[-98.72802734375,31.780912399291992],[-98.72997283935547,31.779296875],[-98.73291015625,31.776824951171875],[-98.73462200164795,31.775390625],[-98.73779296875,31.772666931152344],[-98.73917579650879,31.771484375],[-98.74267578125,31.768394470214844],[-98.74361515045166,31.767578125],[-98.74755859375,31.7640323638916],[-98.74796628952026,31.763671875],[-98.75223398208618,31.759765625],[-98.75244140625,31.759580612182617],[-98.75646829605103,31.755859375],[-98.75732421875,31.755088806152344],[-98.76069784164429,31.751953125],[-98.76220703125,31.750593185424805],[-98.76498937606812,31.748046875],[-98.76708984375,31.74622917175293],[-98.76954793930054,31.744140625],[-98.77197265625,31.742141723632812],[-98.7743067741394,31.740234375],[-98.77685546875,31.73814582824707],[-98.77907752990723,31.736328125],[-98.78173828125,31.734128952026367],[-98.78381013870239,31.732421875],[-98.78662109375,31.730066299438477],[-98.78847360610962,31.728515625],[-98.79150390625,31.72590446472168],[-98.79301071166992,31.724609375],[-98.79638671875,31.72159767150879],[-98.79740238189697,31.720703125],[-98.80126953125,31.717161178588867],[-98.80167722702026,31.716796875],[-98.80587100982666,31.712890625],[-98.80615234375,31.712636947631836],[-98.81005764007568,31.708984375],[-98.81103515625,31.708099365234375],[-98.81426811218262,31.705078125],[-98.81591796875,31.703590393066406],[-98.81857633590698,31.701171875],[-98.82080078125,31.69926643371582],[-98.82319688796997,31.697265625],[-98.82568359375,31.69523048400879],[-98.82797956466675,31.693359375],[-98.83056640625,31.69123649597168],[-98.83274793624878,31.689453125],[-98.83544921875,31.687227249145508],[-98.8374924659729,31.685546875],[-98.84033203125,31.683170318603516],[-98.84215831756592,31.681640625],[-98.84521484375,31.67901039123535],[-98.84670972824097,31.677734375],[-98.85009765625,31.67474937438965],[-98.85115623474121,31.673828125],[-98.85498046875,31.670381546020508],[-98.85550022125244,31.669921875],[-98.85973930358887,31.666015625],[-98.85986328125,31.665904998779297],[-98.86394023895264,31.662109375],[-98.86474609375,31.661378860473633],[-98.86810779571533,31.658203125],[-98.86962890625,31.656816482543945],[-98.87234926223755,31.654296875],[-98.87451171875,31.652423858642578],[-98.87692451477051,31.650390625],[-98.87939453125,31.64836311340332],[-98.88170003890991,31.646484375],[-98.88427734375,31.64436912536621],[-98.88647079467773,31.642578125],[-98.88916015625,31.640361785888672],[-98.89121055603027,31.638671875],[-98.89404296875,31.636280059814453],[-98.89583110809326,31.634765625],[-98.89892578125,31.632049560546875],[-98.90029430389404,31.630859375],[-98.90380859375,31.627685546875],[-98.9046311378479,31.626953125],[-98.90869140625,31.623151779174805],[-98.90880584716797,31.623046875],[-98.9128303527832,31.619140625],[-98.91357421875,31.618444442749023],[-98.91687393188477,31.615234375],[-98.91845703125,31.613779067993164],[-98.92111778259277,31.611328125],[-98.92333984375,31.609413146972656],[-98.92571687698364,31.607421875],[-98.92822265625,31.60536003112793],[-98.9304780960083,31.603515625],[-98.93310546875,31.60134506225586],[-98.93521547317505,31.599609375],[-98.93798828125,31.597291946411133],[-98.93988847732544,31.595703125],[-98.94287109375,31.593135833740234],[-98.94443273544312,31.591796875],[-98.94775390625,31.58885383605957],[-98.94886016845703,31.587890625],[-98.95263671875,31.584503173828125],[-98.95322799682617,31.583984375],[-98.95749092102051,31.580078125],[-98.95751953125,31.58005142211914],[-98.96165609359741,31.576171875],[-98.96240234375,31.57549285888672],[-98.96578788757324,31.572265625],[-98.96728515625,31.570890426635742],[-98.97000074386597,31.568359375],[-98.97216796875,31.566478729248047],[-98.97457361221313,31.564453125],[-98.97705078125,31.562423706054688],[-98.97935152053833,31.560546875],[-98.98193359375,31.558422088623047],[-98.98410558700562,31.556640625],[-98.98681640625,31.554393768310547],[-98.98882389068604,31.552734375],[-98.99169921875,31.55030632019043],[-98.99345397949219,31.548828125],[-98.99658203125,31.54610824584961],[-98.99795532226562,31.544921875],[-99.00146484375,31.54178810119629],[-99.0023422241211,31.541015625],[-99.00634765625,31.537353515625],[-99.00661945343018,31.537109375],[-99.01076316833496,31.533203125],[-99.01123046875,31.532773971557617],[-99.0148663520813,31.529296875],[-99.01611328125,31.528146743774414],[-99.0190315246582,31.525390625],[-99.02099609375,31.523651123046875],[-99.02348756790161,31.521484375],[-99.02587890625,31.51948356628418],[-99.02818441390991,31.517578125],[-99.03076171875,31.515438079833984],[-99.03289556503296,31.513671875],[-99.03564453125,31.51136016845703],[-99.0375566482544,31.509765625],[-99.04052734375,31.507251739501953],[-99.04217958450317,31.505859375],[-99.04541015625,31.5030574798584],[-99.04669046401978,31.501953125],[-99.05029296875,31.49872589111328],[-99.05105829238892,31.498046875],[-99.05517578125,31.494226455688477],[-99.05526876449585,31.494140625],[-99.05936002731323,31.490234375],[-99.06005859375,31.48958969116211],[-99.06343698501587,31.486328125],[-99.06494140625,31.48493766784668],[-99.06763553619385,31.482421875],[-99.06982421875,31.48052406311035],[-99.0722131729126,31.478515625],[-99.07470703125,31.47647476196289],[-99.07699823379517,31.474609375],[-99.07958984375,31.472475051879883],[-99.08173561096191,31.470703125],[-99.08447265625,31.468393325805664],[-99.08636808395386,31.466796875],[-99.08935546875,31.464221954345703],[-99.09091234207153,31.462890625],[-99.09423828125,31.4599609375],[-99.09535884857178,31.458984375],[-99.09912109375,31.455570220947266],[-99.09967184066772,31.455078125],[-99.10382032394409,31.451171875],[-99.10400390625,31.45100212097168],[-99.10788059234619,31.447265625],[-99.10888671875,31.44632911682129],[-99.11198139190674,31.443359375],[-99.11376953125,31.44174575805664],[-99.11633014678955,31.439453125],[-99.11865234375,31.437488555908203],[-99.12099838256836,31.435546875],[-99.12353515625,31.4334716796875],[-99.12577867507935,31.431640625],[-99.12841796875,31.42945098876953],[-99.13048267364502,31.427734375],[-99.13330078125,31.425329208374023],[-99.13506984710693,31.423828125],[-99.13818359375,31.421106338500977],[-99.13954973220825,31.419921875],[-99.14306640625,31.416749954223633],[-99.1438889503479,31.416015625],[-99.14794921875,31.412179946899414],[-99.14802312850952,31.412109375],[-99.15196418762207,31.408203125],[-99.15283203125,31.40737533569336],[-99.15594339370728,31.404296875],[-99.15771484375,31.402679443359375],[-99.1602635383606,31.400390625],[-99.16259765625,31.398408889770508],[-99.16491985321045,31.396484375],[-99.16748046875,31.39438819885254],[-99.16969776153564,31.392578125],[-99.17236328125,31.3903751373291],[-99.17441844940186,31.388671875],[-99.17724609375,31.386266708374023],[-99.17901277542114,31.384765625],[-99.18212890625,31.382020950317383],[-99.1834568977356,31.380859375],[-99.18701171875,31.377605438232422],[-99.18773412704468,31.376953125],[-99.19182777404785,31.373046875],[-99.19189453125,31.37298583984375],[-99.19579267501831,31.369140625],[-99.19677734375,31.368206024169922],[-99.19980525970459,31.365234375],[-99.20166015625,31.363555908203125],[-99.20417547225952,31.361328125],[-99.20654296875,31.35933494567871],[-99.20885801315308,31.357421875],[-99.21142578125,31.355310440063477],[-99.21362161636353,31.353515625],[-99.21630859375,31.351293563842773],[-99.21833992004395,31.349609375],[-99.22119140625,31.3471736907959],[-99.22291040420532,31.345703125],[-99.22607421875,31.342872619628906],[-99.22728538513184,31.341796875],[-99.23095703125,31.33837890625],[-99.23149347305298,31.337890625],[-99.23559188842773,31.333984375],[-99.23583984375,31.333755493164062],[-99.23962354660034,31.330078125],[-99.24072265625,31.32904815673828],[-99.2436957359314,31.326171875],[-99.24560546875,31.3244571685791],[-99.2481017112732,31.322265625],[-99.25048828125,31.320261001586914],[-99.25278186798096,31.318359375],[-99.25537109375,31.316200256347656],[-99.25747394561768,31.314453125],[-99.26025390625,31.312103271484375],[-99.26210641860962,31.310546875],[-99.26513671875,31.30793571472168],[-99.26664590835571,31.306640625],[-99.27001953125,31.303632736206055],[-99.27103757858276,31.302734375],[-99.27490234375,31.299190521240234],[-99.27530527114868,31.298828125],[-99.27942514419556,31.294921875],[-99.27978515625,31.294588088989258],[-99.28341388702393,31.291015625],[-99.28466796875,31.289831161499023],[-99.28749084472656,31.287109375],[-99.28955078125,31.2852840423584],[-99.29197311401367,31.283203125],[-99.29443359375,31.281171798706055],[-99.29672718048096,31.279296875],[-99.29931640625,31.277164459228516],[-99.3014645576477,31.275390625],[-99.30419921875,31.2730712890625],[-99.30607318878174,31.271484375],[-99.30908203125,31.26885414123535],[-99.31055307388306,31.267578125],[-99.31396484375,31.264493942260742],[-99.31488752365112,31.263671875],[-99.31884765625,31.25994873046875],[-99.31904554367065,31.259765625],[-99.3230652809143,31.255859375],[-99.32373046875,31.255237579345703],[-99.32708740234375,31.251953125],[-99.32861328125,31.250539779663086],[-99.33128595352173,31.248046875],[-99.33349609375,31.24612808227539],[-99.33585405349731,31.244140625],[-99.33837890625,31.2420597076416],[-99.34061288833618,31.240234375],[-99.34326171875,31.238046646118164],[-99.34533834457397,31.236328125],[-99.34814453125,31.23394203186035],[-99.34993028640747,31.232421875],[-99.35302734375,31.22968101501465],[-99.35435771942139,31.228515625],[-99.35791015625,31.22525978088379],[-99.35863494873047,31.224609375],[-99.36275482177734,31.220703125],[-99.36279296875,31.220666885375977],[-99.3667483329773,31.216796875],[-99.36767578125,31.215925216674805],[-99.37078714370728,31.212890625],[-99.37255859375,31.211280822753906],[-99.37511682510376,31.208984375],[-99.37744140625,31.207008361816406],[-99.37975406646729,31.205078125],[-99.38232421875,31.20294952392578],[-99.38448667526245,31.201171875],[-99.38720703125,31.198902130126953],[-99.38916683197021,31.197265625],[-99.39208984375,31.194746017456055],[-99.39369916915894,31.193359375],[-99.39697265625,31.190418243408203],[-99.3980622291565,31.189453125],[-99.40185546875,31.185937881469727],[-99.40228700637817,31.185546875],[-99.40636873245239,31.181640625],[-99.40673828125,31.181297302246094],[-99.41038131713867,31.177734375],[-99.41162109375,31.17656898498535],[-99.41447019577026,31.173828125],[-99.41650390625,31.17202377319336],[-99.41894292831421,31.169921875],[-99.42138671875,31.16789436340332],[-99.42367553710938,31.166015625],[-99.42626953125,31.163862228393555],[-99.42837953567505,31.162109375],[-99.43115234375,31.159744262695312],[-99.43297147750854,31.158203125],[-99.43603515625,31.155532836914062],[-99.43746566772461,31.154296875],[-99.44091796875,31.151185989379883],[-99.44180965423584,31.150390625],[-99.44580078125,31.146610260009766],[-99.44593667984009,31.146484375],[-99.44989204406738,31.142578125],[-99.45068359375,31.14182472229004],[-99.4538688659668,31.138671875],[-99.45556640625,31.13711166381836],[-99.45814371109009,31.134765625],[-99.46044921875,31.13279151916504],[-99.46276664733887,31.130859375],[-99.46533203125,31.128747940063477],[-99.46752071380615,31.126953125],[-99.47021484375,31.12470054626465],[-99.47218179702759,31.123046875],[-99.47509765625,31.120500564575195],[-99.47665691375732,31.119140625],[-99.47998046875,31.116092681884766],[-99.48092937469482,31.115234375],[-99.48486328125,31.11147117614746],[-99.48501586914062,31.111328125],[-99.4889760017395,31.107421875],[-99.48974609375,31.106693267822266],[-99.49297189712524,31.103515625],[-99.49462890625,31.10198974609375],[-99.49723482131958,31.099609375],[-99.49951171875,31.097654342651367],[-99.50183391571045,31.095703125],[-99.50439453125,31.09357452392578],[-99.50654745101929,31.091796875],[-99.50927734375,31.08950424194336],[-99.51119899749756,31.087890625],[-99.51416015625,31.085309982299805],[-99.51568365097046,31.083984375],[-99.51904296875,31.080923080444336],[-99.51998710632324,31.080078125],[-99.52392578125,31.07637596130371],[-99.52414751052856,31.076171875],[-99.5281195640564,31.072265625],[-99.52880859375,31.071609497070312],[-99.53207731246948,31.068359375],[-99.53369140625,31.066862106323242],[-99.53630685806274,31.064453125],[-99.53857421875,31.06250762939453],[-99.54092025756836,31.060546875],[-99.54345703125,31.05845832824707],[-99.54566717147827,31.056640625],[-99.54833984375,31.05439567565918],[-99.55031156539917,31.052734375],[-99.55322265625,31.050207138061523],[-99.55482006072998,31.048828125],[-99.55810546875,31.045886993408203],[-99.5591950416565,31.044921875],[-99.56298828125,31.04137420654297],[-99.56337928771973,31.041015625],[-99.56737756729126,31.037109375],[-99.56787109375,31.036643981933594],[-99.57134008407593,31.033203125],[-99.57275390625,31.03187370300293],[-99.57546949386597,31.029296875],[-99.57763671875,31.027393341064453],[-99.57999467849731,31.025390625],[-99.58251953125,31.023300170898438],[-99.58473443984985,31.021484375],[-99.58740234375,31.019269943237305],[-99.58943367004395,31.017578125],[-99.59228515625,31.015121459960938],[-99.59396362304688,31.013671875],[-99.59716796875,31.01076889038086],[-99.59829092025757,31.009765625],[-99.60205078125,31.006244659423828],[-99.60247039794922,31.005859375],[-99.60650444030762,31.001953125],[-99.60693359375,31.001550674438477],[-99.61048126220703,30.998046875],[-99.61181640625,30.996788024902344],[-99.61457014083862,30.994140625],[-99.61669921875,30.99226188659668],[-99.61907625198364,30.990234375],[-99.62158203125,30.98815155029297],[-99.62378263473511,30.986328125],[-99.62646484375,30.984050750732422],[-99.62838649749756,30.982421875],[-99.63134765625,30.97983169555664],[-99.63286399841309,30.978515625],[-99.63623046875,30.975465774536133],[-99.6371841430664,30.974609375],[-99.64111328125,30.97086524963379],[-99.64128732681274,30.970703125],[-99.6452260017395,30.966796875],[-99.64599609375,30.966064453125],[-99.64921236038208,30.962890625],[-99.65087890625,30.961355209350586],[-99.65347290039062,30.958984375],[-99.65576171875,30.957019805908203],[-99.65808629989624,30.955078125],[-99.66064453125,30.95297622680664],[-99.66284990310669,30.951171875],[-99.66552734375,30.94894790649414],[-99.6675443649292,30.947265625],[-99.67041015625,30.944791793823242],[-99.67207193374634,30.943359375],[-99.67529296875,30.940460205078125],[-99.67642784118652,30.939453125],[-99.68017578125,30.93596649169922],[-99.68063592910767,30.935546875],[-99.68466758728027,30.931640625],[-99.68505859375,30.9312744140625],[-99.6886134147644,30.927734375],[-99.68994140625,30.92647933959961],[-99.6926999092102,30.923828125],[-99.69482421875,30.92195701599121],[-99.69721794128418,30.919921875],[-99.69970703125,30.917865753173828],[-99.7019624710083,30.916015625],[-99.70458984375,30.91382598876953],[-99.70664978027344,30.912109375],[-99.70947265625,30.90968894958496],[-99.71120595932007,30.908203125],[-99.71435546875,30.905366897583008],[-99.71554756164551,30.904296875],[-99.71923828125,30.900789260864258],[-99.71966743469238,30.900390625],[-99.72360849380493,30.896484375],[-99.72412109375,30.895994186401367],[-99.72749948501587,30.892578125],[-99.72900390625,30.891159057617188],[-99.73164796829224,30.888671875],[-99.73388671875,30.886728286743164],[-99.73621606826782,30.884765625],[-99.73876953125,30.882658004760742],[-99.74095106124878,30.880859375],[-99.74365234375,30.878582000732422],[-99.74557638168335,30.876953125],[-99.74853515625,30.874338150024414],[-99.74999904632568,30.873046875],[-99.75341796875,30.869853973388672],[-99.75419282913208,30.869140625],[-99.75815296173096,30.865234375],[-99.75830078125,30.865093231201172],[-99.76200342178345,30.861328125],[-99.76318359375,30.86018943786621],[-99.76598978042603,30.857421875],[-99.76806640625,30.855562210083008],[-99.77044105529785,30.853515625],[-99.77294921875,30.85142707824707],[-99.7751522064209,30.849609375],[-99.77783203125,30.847362518310547],[-99.77980852127075,30.845703125],[-99.78271484375,30.84317970275879],[-99.78430986404419,30.841796875],[-99.78759765625,30.838802337646484],[-99.78861331939697,30.837890625],[-99.79248046875,30.834211349487305],[-99.79272365570068,30.833984375],[-99.7966718673706,30.830078125],[-99.79736328125,30.829421997070312],[-99.80064868927002,30.826171875],[-99.80224609375,30.824689865112305],[-99.80486631393433,30.822265625],[-99.80712890625,30.8203125],[-99.80945587158203,30.818359375],[-99.81201171875,30.81624984741211],[-99.81419086456299,30.814453125],[-99.81689453125,30.812170028686523],[-99.8188066482544,30.810546875],[-99.82177734375,30.807918548583984],[-99.82322692871094,30.806640625],[-99.82666015625,30.803462982177734],[-99.82746362686157,30.802734375],[-99.83152389526367,30.798828125],[-99.83154296875,30.798810958862305],[-99.83542203903198,30.794921875],[-99.83642578125,30.793954849243164],[-99.83938217163086,30.791015625],[-99.84130859375,30.789268493652344],[-99.84375953674316,30.787109375],[-99.84619140625,30.785058975219727],[-99.84842300415039,30.783203125],[-99.85107421875,30.780977249145508],[-99.85307216644287,30.779296875],[-99.85595703125,30.776784896850586],[-99.85755443572998,30.775390625],[-99.86083984375,30.772369384765625],[-99.86181259155273,30.771484375],[-99.86572265625,30.767696380615234],[-99.86584663391113,30.767578125],[-99.86971139907837,30.763671875],[-99.87060546875,30.76280975341797],[-99.87365007400513,30.759765625],[-99.87548828125,30.75808334350586],[-99.87797975540161,30.755859375],[-99.88037109375,30.753841400146484],[-99.88264560699463,30.751953125],[-99.88525390625,30.74978256225586],[-99.88733530044556,30.748046875],[-99.89013671875,30.745635986328125],[-99.89187002182007,30.744140625],[-99.89501953125,30.741294860839844],[-99.89620447158813,30.740234375],[-99.89990234375,30.736738204956055],[-99.90034580230713,30.736328125],[-99.90428924560547,30.732421875],[-99.90478515625,30.73194694519043],[-99.90819692611694,30.728515625],[-99.90966796875,30.727130889892578],[-99.91234302520752,30.724609375],[-99.91455078125,30.72267723083496],[-99.91687059402466,30.720703125],[-99.91943359375,30.718551635742188],[-99.92154121398926,30.716796875],[-99.92431640625,30.71444320678711],[-99.9261474609375,30.712890625],[-99.92919921875,30.710206985473633],[-99.93059635162354,30.708984375],[-99.93408203125,30.705774307250977],[-99.9348497390747,30.705078125],[-99.93887186050415,30.701171875],[-99.93896484375,30.701082229614258],[-99.94269847869873,30.697265625],[-99.94384765625,30.696147918701172],[-99.94665384292603,30.693359375],[-99.94873046875,30.691497802734375],[-99.95110988616943,30.689453125],[-99.95361328125,30.68738555908203],[-99.95585918426514,30.685546875],[-99.95849609375,30.683351516723633],[-99.96054172515869,30.681640625],[-99.96337890625,30.679180145263672],[-99.96504783630371,30.677734375],[-99.96826171875,30.674819946289062],[-99.96937036514282,30.673828125],[-99.97314453125,30.670249938964844],[-99.97349500656128,30.669921875],[-99.97738838195801,30.666015625],[-99.97802734375,30.665403366088867],[-99.98133420944214,30.662109375],[-99.98291015625,30.66064453125],[-99.98554229736328,30.658203125],[-99.98779296875,30.65624237060547],[-99.990074634552,30.654296875],[-99.99267578125,30.652082443237305],[-99.99467611312866,30.650390625],[-99.99755859375,30.647878646850586],[-99.99916791915894,30.646484375],[-100.00244140625,30.643505096435547],[-100.00346899032593,30.642578125],[-100.00732421875,30.638856887817383],[-100.00751972198486,30.638671875],[-100.01136779785156,30.634765625],[-100.01220703125,30.633956909179688],[-100.01531839370728,30.630859375],[-100.01708984375,30.62923812866211],[-100.01962900161743,30.626953125],[-100.02197265625,30.62495994567871],[-100.02427339553833,30.623046875],[-100.02685546875,30.62091827392578],[-100.02901792526245,30.619140625],[-100.03173828125,30.616846084594727],[-100.03363609313965,30.615234375],[-100.03662109375,30.61257553100586],[-100.03802537918091,30.611328125],[-100.04150390625,30.608036041259766],[-100.04216194152832,30.607421875],[-100.0460147857666,30.603515625],[-100.04638671875,30.603151321411133],[-100.04983901977539,30.599609375],[-100.05126953125,30.598249435424805],[-100.0539493560791,30.595703125],[-100.05615234375,30.593778610229492],[-100.0584888458252,30.591796875],[-100.06103515625,30.58967399597168],[-100.0631833076477,30.587890625],[-100.06591796875,30.585561752319336],[-100.0677752494812,30.583984375],[-100.07080078125,30.58131980895996],[-100.07221937179565,30.580078125],[-100.07568359375,30.576881408691406],[-100.07646083831787,30.576171875],[-100.08045196533203,30.572265625],[-100.08056640625,30.57215690612793],[-100.0843095779419,30.568359375],[-100.08544921875,30.567256927490234],[-100.08827447891235,30.564453125],[-100.09033203125,30.562602996826172],[-100.09270906448364,30.560546875],[-100.09521484375,30.558454513549805],[-100.09740829467773,30.556640625],[-100.10009765625,30.554372787475586],[-100.10202407836914,30.552734375],[-100.10498046875,30.55008316040039],[-100.10638475418091,30.548828125],[-100.10986328125,30.545520782470703],[-100.11050701141357,30.544921875],[-100.1144003868103,30.541015625],[-100.11474609375,30.540681838989258],[-100.11824131011963,30.537109375],[-100.11962890625,30.53578758239746],[-100.12233018875122,30.533203125],[-100.12451171875,30.53129005432129],[-100.12686252593994,30.529296875],[-100.12939453125,30.52720069885254],[-100.13158798217773,30.525390625],[-100.13427734375,30.523115158081055],[-100.13619661331177,30.521484375],[-100.13916015625,30.518850326538086],[-100.14059066772461,30.517578125],[-100.14404296875,30.51429557800293],[-100.1447081565857,30.513671875],[-100.14856576919556,30.509765625],[-100.14892578125,30.509418487548828],[-100.1524305343628,30.505859375],[-100.15380859375,30.504552841186523],[-100.15653371810913,30.501953125],[-100.15869140625,30.50005531311035],[-100.16104698181152,30.498046875],[-100.16357421875,30.49593162536621],[-100.1657247543335,30.494140625],[-100.16845703125,30.491819381713867],[-100.17032384872437,30.490234375],[-100.17333984375,30.487565994262695],[-100.17473697662354,30.486328125],[-100.17822265625,30.483047485351562],[-100.17889738082886,30.482421875],[-100.18284797668457,30.478515625],[-100.18310546875,30.478267669677734],[-100.18671751022339,30.474609375],[-100.18798828125,30.473390579223633],[-100.19074201583862,30.470703125],[-100.19287109375,30.468807220458984],[-100.19521951675415,30.466796875],[-100.19775390625,30.464698791503906],[-100.19995450973511,30.462890625],[-100.20263671875,30.460634231567383],[-100.20458221435547,30.458984375],[-100.20751953125,30.456363677978516],[-100.20896196365356,30.455078125],[-100.21240234375,30.451814651489258],[-100.2130913734436,30.451171875],[-100.21697521209717,30.447265625],[-100.21728515625,30.446964263916016],[-100.22080898284912,30.443359375],[-100.22216796875,30.442060470581055],[-100.22488117218018,30.439453125],[-100.22705078125,30.437538146972656],[-100.22938013076782,30.435546875],[-100.23193359375,30.433395385742188],[-100.23401975631714,30.431640625],[-100.23681640625,30.429208755493164],[-100.23851871490479,30.427734375],[-100.24169921875,30.424848556518555],[-100.24282932281494,30.423828125],[-100.24658203125,30.420181274414062],[-100.24685382843018,30.419921875],[-100.25063037872314,30.416015625],[-100.25146484375,30.41519546508789],[-100.25450706481934,30.412109375],[-100.25634765625,30.410415649414062],[-100.25881767272949,30.408203125],[-100.26123046875,30.406143188476562],[-100.2634334564209,30.404296875],[-100.26611328125,30.40202522277832],[-100.26803493499756,30.400390625],[-100.27099609375,30.397743225097656],[-100.27240514755249,30.396484375],[-100.27587890625,30.3931827545166],[-100.27652740478516,30.392578125],[-100.28043270111084,30.388671875],[-100.28076171875,30.388355255126953],[-100.28428077697754,30.384765625],[-100.28564453125,30.383460998535156],[-100.28834819793701,30.380859375],[-100.29052734375,30.378938674926758],[-100.2928614616394,30.376953125],[-100.29541015625,30.374839782714844],[-100.29757738113403,30.373046875],[-100.30029296875,30.370738983154297],[-100.30216455459595,30.369140625],[-100.30517578125,30.36643409729004],[-100.30651092529297,30.365234375],[-100.31005859375,30.3618106842041],[-100.31056642532349,30.361328125],[-100.31434535980225,30.357421875],[-100.31494140625,30.356836318969727],[-100.31818628311157,30.353515625],[-100.31982421875,30.35198402404785],[-100.3223991394043,30.349609375],[-100.32470703125,30.347612380981445],[-100.32695770263672,30.345703125],[-100.32958984375,30.343460083007812],[-100.331552028656,30.341796875],[-100.33447265625,30.339235305786133],[-100.336012840271,30.337890625],[-100.33935546875,30.334814071655273],[-100.34026145935059,30.333984375],[-100.34419536590576,30.330078125],[-100.34423828125,30.330036163330078],[-100.34794807434082,30.326171875],[-100.34912109375,30.325027465820312],[-100.35191059112549,30.322265625],[-100.35400390625,30.320388793945312],[-100.35635948181152,30.318359375],[-100.35888671875,30.316246032714844],[-100.36104917526245,30.314453125],[-100.36376953125,30.31214141845703],[-100.36563158035278,30.310546875],[-100.36865234375,30.307815551757812],[-100.36995649337769,30.306640625],[-100.37353515625,30.30318832397461],[-100.374014377594,30.302734375],[-100.37782669067383,30.298828125],[-100.37841796875,30.298246383666992],[-100.38166522979736,30.294921875],[-100.38330078125,30.293386459350586],[-100.38587093353271,30.291015625],[-100.38818359375,30.289026260375977],[-100.3904676437378,30.287109375],[-100.39306640625,30.284934997558594],[-100.3951358795166,30.283203125],[-100.39794921875,30.280759811401367],[-100.39962768554688,30.279296875],[-100.40283203125,30.27634048461914],[-100.40386915206909,30.275390625],[-100.40771484375,30.271602630615234],[-100.40783643722534,30.271484375],[-100.41158199310303,30.267578125],[-100.41259765625,30.26657485961914],[-100.41545629501343,30.263671875],[-100.41748046875,30.261831283569336],[-100.41985511779785,30.259765625],[-100.42236328125,30.257658004760742],[-100.4245114326477,30.255859375],[-100.42724609375,30.253503799438477],[-100.42904615402222,30.251953125],[-100.43212890625,30.249176025390625],[-100.43339014053345,30.248046875],[-100.43701171875,30.244579315185547],[-100.43747663497925,30.244140625],[-100.44126987457275,30.240234375],[-100.44189453125,30.239620208740234],[-100.44509649276733,30.236328125],[-100.44677734375,30.23475456237793],[-100.44931888580322,30.232421875],[-100.45166015625,30.23040199279785],[-100.45390367507935,30.228515625],[-100.45654296875,30.226301193237305],[-100.45855760574341,30.224609375],[-100.46142578125,30.222091674804688],[-100.46299934387207,30.220703125],[-100.46630859375,30.21758270263672],[-100.46715259552002,30.216796875],[-100.471031665802,30.212890625],[-100.47119140625,30.212736129760742],[-100.47480821609497,30.208984375],[-100.47607421875,30.20775604248047],[-100.47881126403809,30.205078125],[-100.48095703125,30.203166961669922],[-100.48328876495361,30.201171875],[-100.48583984375,30.199047088623047],[-100.4879903793335,30.197265625],[-100.49072265625,30.194929122924805],[-100.49254417419434,30.193359375],[-100.49560546875,30.19055938720703],[-100.49681901931763,30.189453125],[-100.50048828125,30.185853958129883],[-100.500807762146,30.185546875],[-100.5046010017395,30.181640625],[-100.50537109375,30.180891036987305],[-100.5085039138794,30.177734375],[-100.51025390625,30.17612075805664],[-100.51278591156006,30.173828125],[-100.51513671875,30.171815872192383],[-100.51738500595093,30.169921875],[-100.52001953125,30.167682647705078],[-100.52197933197021,30.166015625],[-100.52490234375,30.163419723510742],[-100.52638053894043,30.162109375],[-100.52978515625,30.15890884399414],[-100.53054809570312,30.158203125],[-100.53446531295776,30.154296875],[-100.53466796875,30.154102325439453],[-100.53829193115234,30.150390625],[-100.53955078125,30.149179458618164],[-100.542311668396,30.146484375],[-100.54443359375,30.144590377807617],[-100.5467677116394,30.142578125],[-100.54931640625,30.140424728393555],[-100.55139780044556,30.138671875],[-100.55419921875,30.1362247467041],[-100.55586338043213,30.134765625],[-100.55908203125,30.131763458251953],[-100.56006193161011,30.130859375],[-100.56396484375,30.12699317932129],[-100.56400537490845,30.126953125],[-100.56779384613037,30.123046875],[-100.56884765625,30.122013092041016],[-100.5716872215271,30.119140625],[-100.57373046875,30.11728286743164],[-100.57608842849731,30.115234375],[-100.57861328125,30.11313247680664],[-100.58079719543457,30.111328125],[-100.58349609375,30.109045028686523],[-100.58539390563965,30.107421875],[-100.58837890625,30.104711532592773],[-100.58969497680664,30.103515625],[-100.59326171875,30.100027084350586],[-100.59369802474976,30.099609375],[-100.59746026992798,30.095703125],[-100.59814453125,30.09502410888672],[-100.6012749671936,30.091796875],[-100.60302734375,30.090160369873047],[-100.60552835464478,30.087890625],[-100.60791015625,30.085851669311523],[-100.61012744903564,30.083984375],[-100.61279296875,30.08171272277832],[-100.61470985412598,30.080078125],[-100.61767578125,30.077438354492188],[-100.61910152435303,30.076171875],[-100.62255859375,30.07288360595703],[-100.62321662902832,30.072265625],[-100.62705039978027,30.068359375],[-100.62744140625,30.067975997924805],[-100.63088655471802,30.064453125],[-100.63232421875,30.06308937072754],[-100.63500881195068,30.060546875],[-100.63720703125,30.058616638183594],[-100.6395149230957,30.056640625],[-100.64409255981445,30.052734375],[-100.64697265625,30.05015754699707],[-100.6484580039978,30.048828125],[-100.65185546875,30.045581817626953],[-100.65255641937256,30.044921875],[-100.65637826919556,30.041015625],[-100.65673828125,30.04066276550293],[-100.66018104553223,30.037109375],[-100.66162109375,30.035737991333008],[-100.66428661346436,30.033203125],[-100.66650390625,30.0312557220459],[-100.66880464553833,30.029296875],[-100.67138671875,30.027128219604492],[-100.6734561920166,30.025390625],[-100.67626953125,30.022924423217773],[-100.67789793014526,30.021484375],[-100.68115234375,30.01839256286621],[-100.68202018737793,30.017578125],[-100.685875415802,30.013671875],[-100.68603515625,30.013517379760742],[-100.68966150283813,30.009765625],[-100.69091796875,30.0085506439209],[-100.69366693496704,30.005859375],[-100.69580078125,30.00395965576172],[-100.69814205169678,30.001953125],[-100.70068359375,29.999839782714844],[-100.70284843444824,29.998046875],[-100.70556640625,29.995731353759766],[-100.70741891860962,29.994140625],[-100.71044921875,29.991395950317383],[-100.71173906326294,29.990234375],[-100.71533203125,29.986778259277344],[-100.7158088684082,29.986328125],[-100.71959257125854,29.982421875],[-100.72021484375,29.981809616088867],[-100.7234263420105,29.978515625],[-100.72509765625,29.97694969177246],[-100.72763681411743,29.974609375],[-100.72998046875,29.97256851196289],[-100.73215961456299,29.970703125],[-100.73486328125,29.968355178833008],[-100.73665857315063,29.966796875],[-100.73974609375,29.963966369628906],[-100.74092149734497,29.962890625],[-100.74462890625,29.959243774414062],[-100.74490070343018,29.958984375],[-100.74875593185425,29.955078125],[-100.74951171875,29.954345703125],[-100.75265169143677,29.951171875],[-100.75439453125,29.94955062866211],[-100.75689792633057,29.947265625],[-100.75927734375,29.945199966430664],[-100.7614278793335,29.943359375],[-100.76416015625,29.94097900390625],[-100.7659125328064,29.939453125],[-100.76904296875,29.936573028564453],[-100.77016115188599,29.935546875],[-100.77392578125,29.931758880615234],[-100.77404499053955,29.931640625],[-100.7776665687561,29.927734375],[-100.77880859375,29.926603317260742],[-100.78159093856812,29.923828125],[-100.78369140625,29.921945571899414],[-100.78603982925415,29.919921875],[-100.78857421875,29.917795181274414],[-100.79070568084717,29.916015625],[-100.79345703125,29.91364288330078],[-100.79522132873535,29.912109375],[-100.79833984375,29.90924835205078],[-100.79949140548706,29.908203125],[-100.80322265625,29.90459632873535],[-100.80353736877441,29.904296875],[-100.80727338790894,29.900390625],[-100.80810546875,29.89955711364746],[-100.81105470657349,29.896484375],[-100.81298828125,29.894691467285156],[-100.81537246704102,29.892578125],[-100.81787109375,29.89047622680664],[-100.82004308700562,29.888671875],[-100.82275390625,29.886367797851562],[-100.82462072372437,29.884765625],[-100.82763671875,29.88201141357422],[-100.82890033721924,29.880859375],[-100.83251953125,29.877288818359375],[-100.83286762237549,29.876953125],[-100.8366060256958,29.873046875],[-100.83740234375,29.87226104736328],[-100.8404541015625,29.869140625],[-100.84228515625,29.867446899414062],[-100.84474802017212,29.865234375],[-100.84716796875,29.863174438476562],[-100.84936618804932,29.861328125],[-100.85205078125,29.859033584594727],[-100.85392475128174,29.857421875],[-100.85693359375,29.85468864440918],[-100.85822820663452,29.853515625],[-100.86181640625,29.84998893737793],[-100.86220741271973,29.849609375],[-100.8658218383789,29.845703125],[-100.86669921875,29.84481430053711],[-100.8695936203003,29.841796875],[-100.87158203125,29.83997344970703],[-100.87396621704102,29.837890625],[-100.87646484375,29.83578872680664],[-100.87861776351929,29.833984375],[-100.88134765625,29.83162498474121],[-100.88314056396484,29.830078125],[-100.88623046875,29.82729721069336],[-100.88748455047607,29.826171875],[-100.89111328125,29.822664260864258],[-100.89152812957764,29.822265625],[-100.89521884918213,29.818359375],[-100.89599609375,29.817583084106445],[-100.89901924133301,29.814453125],[-100.90087890625,29.81273078918457],[-100.90332269668579,29.810546875],[-100.90576171875,29.808475494384766],[-100.90795993804932,29.806640625],[-100.91064453125,29.804372787475586],[-100.91257095336914,29.802734375],[-100.91552734375,29.800081253051758],[-100.91691732406616,29.798828125],[-100.92041015625,29.795438766479492],[-100.92095136642456,29.794921875],[-100.92471122741699,29.791015625],[-100.92529296875,29.790441513061523],[-100.92852830886841,29.787109375],[-100.93017578125,29.785560607910156],[-100.9327244758606,29.783203125],[-100.93505859375,29.781173706054688],[-100.9372615814209,29.779296875],[-100.93994140625,29.77698516845703],[-100.94176769256592,29.775390625],[-100.94482421875,29.77251434326172],[-100.94591856002808,29.771484375],[-100.94969272613525,29.767578125],[-100.94970703125,29.767562866210938],[-100.95336198806763,29.763671875],[-100.95458984375,29.762466430664062],[-100.9573245048523,29.759765625],[-100.95947265625,29.75784683227539],[-100.9617805480957,29.755859375],[-100.96435546875,29.75368309020996],[-100.96639394760132,29.751953125],[-100.96923828125,29.749414443969727],[-100.97077131271362,29.748046875],[-100.97412109375,29.74486541748047],[-100.97489833831787,29.744140625],[-100.97875356674194,29.740234375],[-100.97900390625,29.739986419677734],[-100.9824538230896,29.736328125],[-100.98388671875,29.734941482543945],[-100.98652601242065,29.732421875],[-100.98876953125,29.73045539855957],[-100.99104881286621,29.728515625],[-100.99365234375,29.72631072998047],[-100.99565744400024,29.724609375],[-100.99853515625,29.722047805786133],[-101.00004434585571,29.720703125],[-101.00341796875,29.717506408691406],[-101.00418329238892,29.716796875],[-101.00813388824463,29.712890625],[-101.00830078125,29.712730407714844],[-101.01199865341187,29.708984375],[-101.01318359375,29.707839965820312],[-101.01597309112549,29.705078125],[-101.01806640625,29.703176498413086],[-101.020348072052,29.701171875],[-101.02294921875,29.69891357421875],[-101.02485179901123,29.697265625],[-101.02783203125,29.69454574584961],[-101.0291337966919,29.693359375],[-101.03271484375,29.689838409423828],[-101.03311538696289,29.689453125],[-101.03684663772583,29.685546875],[-101.03759765625,29.68480110168457],[-101.04065895080566,29.681640625],[-101.04248046875,29.67994499206543],[-101.04492902755737,29.677734375],[-101.04736328125,29.675634384155273],[-101.049485206604,29.673828125],[-101.05224609375,29.671419143676758],[-101.05395555496216,29.669921875],[-101.05712890625,29.66694450378418],[-101.05812072753906,29.666015625],[-101.06191158294678,29.662109375],[-101.06201171875,29.66200828552246],[-101.06559991836548,29.658203125],[-101.06689453125,29.65694236755371],[-101.06960535049438,29.654296875],[-101.07177734375,29.65236473083496],[-101.07407808303833,29.650390625],[-101.07666015625,29.64821434020996],[-101.07870817184448,29.646484375],[-101.08154296875,29.643972396850586],[-101.08310222625732,29.642578125],[-101.08642578125,29.63935661315918],[-101.0871410369873,29.638671875],[-101.09085321426392,29.634765625],[-101.09130859375,29.634307861328125],[-101.09458684921265,29.630859375],[-101.09619140625,29.62933349609375],[-101.09874725341797,29.626953125],[-101.10107421875,29.62493324279785],[-101.10329866409302,29.623046875],[-101.10595703125,29.620779037475586],[-101.10786199569702,29.619140625],[-101.11083984375,29.616426467895508],[-101.11214876174927,29.615234375],[-101.11572265625,29.611719131469727],[-101.11612796783447,29.611328125],[-101.11981153488159,29.607421875],[-101.12060546875,29.60662269592285],[-101.12358331680298,29.603515625],[-101.12548828125,29.601749420166016],[-101.12789630889893,29.599609375],[-101.13037109375,29.597511291503906],[-101.1325192451477,29.595703125],[-101.13525390625,29.59332275390625],[-101.13698959350586,29.591796875],[-101.14013671875,29.588823318481445],[-101.14113092422485,29.587890625],[-101.14491701126099,29.583984375],[-101.14501953125,29.583881378173828],[-101.14859104156494,29.580078125],[-101.14990234375,29.578800201416016],[-101.15260124206543,29.576171875],[-101.15478515625,29.574230194091797],[-101.157066822052,29.572265625],[-101.15966796875,29.57004737854004],[-101.16164922714233,29.568359375],[-101.16455078125,29.565763473510742],[-101.16601228713989,29.564453125],[-101.16943359375,29.561140060424805],[-101.17005348205566,29.560546875],[-101.17375612258911,29.556640625],[-101.17431640625,29.556079864501953],[-101.17750406265259,29.552734375],[-101.17919921875,29.551137924194336],[-101.18171453475952,29.548828125],[-101.18408203125,29.546775817871094],[-101.1862564086914,29.544921875],[-101.18896484375,29.54256820678711],[-101.19076013565063,29.541015625],[-101.19384765625,29.538204193115234],[-101.19505167007446,29.537109375],[-101.19873046875,29.53347396850586],[-101.19900941848755,29.533203125],[-101.20266914367676,29.529296875],[-101.20361328125,29.528348922729492],[-101.20648145675659,29.525390625],[-101.20849609375,29.523540496826172],[-101.2108325958252,29.521484375],[-101.21337890625,29.519306182861328],[-101.21540784835815,29.517578125],[-101.21826171875,29.515026092529297],[-101.21976137161255,29.513671875],[-101.22314453125,29.51033592224121],[-101.2237286567688,29.509765625],[-101.22734069824219,29.505859375],[-101.22802734375,29.505163192749023],[-101.23109102249146,29.501953125],[-101.23291015625,29.500253677368164],[-101.23535871505737,29.498046875],[-101.23779296875,29.49595832824707],[-101.23993873596191,29.494140625],[-101.24267578125,29.491758346557617],[-101.24440670013428,29.490234375],[-101.24755859375,29.487253189086914],[-101.24854564666748,29.486328125],[-101.25240325927734,29.482421875],[-101.25244140625,29.482385635375977],[-101.25615358352661,29.478515625],[-101.25732421875,29.477371215820312],[-101.26009702682495,29.474609375],[-101.26220703125,29.47270393371582],[-101.2645173072815,29.470703125],[-101.26708984375,29.468530654907227],[-101.26913785934448,29.466796875],[-101.27197265625,29.46426773071289],[-101.27350091934204,29.462890625],[-101.27685546875,29.459579467773438],[-101.27746343612671,29.458984375],[-101.2810468673706,29.455078125],[-101.28173828125,29.45436668395996],[-101.28472328186035,29.451171875],[-101.28662109375,29.449392318725586],[-101.28900527954102,29.447265625],[-101.29150390625,29.44514274597168],[-101.29361629486084,29.443359375],[-101.29638671875,29.44091796875],[-101.2980318069458,29.439453125],[-101.30126953125,29.436315536499023],[-101.30206823348999,29.435546875],[-101.30571126937866,29.431640625],[-101.30615234375,29.431190490722656],[-101.30938053131104,29.427734375],[-101.31103515625,29.426156997680664],[-101.3135552406311,29.423828125],[-101.31591796875,29.421783447265625],[-101.31810665130615,29.419921875],[-101.32080078125,29.41758155822754],[-101.32258653640747,29.416015625],[-101.32568359375,29.413084030151367],[-101.32671594619751,29.412109375],[-101.33044242858887,29.408203125],[-101.33056640625,29.408079147338867],[-101.33408308029175,29.404296875],[-101.33544921875,29.402963638305664],[-101.33810758590698,29.400390625],[-101.34033203125,29.39841079711914],[-101.34255647659302,29.396484375],[-101.34521484375,29.3941650390625],[-101.34703159332275,29.392578125],[-101.35009765625,29.38970375061035],[-101.35119915008545,29.388671875],[-101.35496854782104,29.384765625],[-101.35498046875,29.38475227355957],[-101.35860204696655,29.380859375],[-101.35986328125,29.379619598388672],[-101.36257648468018,29.376953125],[-101.36474609375,29.3750057220459],[-101.36699438095093,29.373046875],[-101.36962890625,29.370759963989258],[-101.37149572372437,29.369140625],[-101.37451171875,29.366365432739258],[-101.37573957443237,29.365234375],[-101.37939453125,29.36151885986328],[-101.37958765029907,29.361328125],[-101.38318538665771,29.357421875],[-101.38427734375,29.35633087158203],[-101.38705968856812,29.353515625],[-101.38916015625,29.35159683227539],[-101.39141082763672,29.349609375],[-101.39404296875,29.34730339050293],[-101.39587879180908,29.345703125],[-101.39892578125,29.34288215637207],[-101.40009880065918,29.341796875],[-101.40380859375,29.33799934387207],[-101.4039158821106,29.337890625],[-101.40749931335449,29.333984375],[-101.40869140625,29.332799911499023],[-101.41143083572388,29.330078125],[-101.41357421875,29.328149795532227],[-101.41584873199463,29.326171875],[-101.41845703125,29.323928833007812],[-101.4203929901123,29.322265625],[-101.42333984375,29.31960678100586],[-101.4247179031372,29.318359375],[-101.42822265625,29.31490707397461],[-101.42868757247925,29.314453125],[-101.43227815628052,29.310546875],[-101.43310546875,29.30970001220703],[-101.43600702285767,29.306640625],[-101.43798828125,29.304800033569336],[-101.4403247833252,29.302734375],[-101.44287109375,29.30055809020996],[-101.44490242004395,29.298828125],[-101.44775390625,29.296260833740234],[-101.44922733306885,29.294921875],[-101.45263671875,29.2915096282959],[-101.45313739776611,29.291015625],[-101.45669937133789,29.287109375],[-101.45751953125,29.28626823425293],[-101.46042346954346,29.283203125],[-101.46240234375,29.281368255615234],[-101.46475076675415,29.279296875],[-101.46728515625,29.27714729309082],[-101.46935939788818,29.275390625],[-101.47216796875,29.272884368896484],[-101.47371768951416,29.271484375],[-101.47705078125,29.268177032470703],[-101.47766351699829,29.267578125],[-101.48128271102905,29.263671875],[-101.48193359375,29.263010025024414],[-101.48500680923462,29.259765625],[-101.48681640625,29.258066177368164],[-101.48925304412842,29.255859375],[-101.49169921875,29.253755569458008],[-101.49381399154663,29.251953125],[-101.49658203125,29.249509811401367],[-101.49821996688843,29.248046875],[-101.50146484375,29.244884490966797],[-101.5022325515747,29.244140625],[-101.50583505630493,29.240234375],[-101.50634765625,29.23970603942871],[-101.50948524475098,29.236328125],[-101.51123046875,29.234668731689453],[-101.51368379592896,29.232421875],[-101.51611328125,29.23032569885254],[-101.518235206604,29.228515625],[-101.52099609375,29.2260684967041],[-101.52261734008789,29.224609375],[-101.52587890625,29.22138023376465],[-101.5265679359436,29.220703125],[-101.53011798858643,29.216796875],[-101.53076171875,29.216129302978516],[-101.53376579284668,29.212890625],[-101.53564453125,29.211122512817383],[-101.53802871704102,29.208984375],[-101.54052734375,29.206846237182617],[-101.54260158538818,29.205078125],[-101.54541015625,29.20255470275879],[-101.54693126678467,29.201171875],[-101.55029296875,29.197790145874023],[-101.55081987380981,29.197265625],[-101.55434846878052,29.193359375],[-101.55517578125,29.192508697509766],[-101.55806541442871,29.189453125],[-101.56005859375,29.187604904174805],[-101.56238794326782,29.185546875],[-101.56494140625,29.183359146118164],[-101.56694173812866,29.181640625],[-101.56982421875,29.178993225097656],[-101.5711760520935,29.177734375],[-101.57470703125,29.174047470092773],[-101.57492160797119,29.173828125],[-101.57841205596924,29.169921875],[-101.57958984375,29.168737411499023],[-101.58230304718018,29.166015625],[-101.58447265625,29.164043426513672],[-101.58666610717773,29.162109375],[-101.58935546875,29.159717559814453],[-101.59105062484741,29.158203125],[-101.59423828125,29.155073165893555],[-101.59502506256104,29.154296875],[-101.59849643707275,29.150390625],[-101.59912109375,29.149738311767578],[-101.60215854644775,29.146484375],[-101.60400390625,29.14476203918457],[-101.60644769668579,29.142578125],[-101.60888671875,29.140493392944336],[-101.61103010177612,29.138671875],[-101.61376953125,29.136234283447266],[-101.61539793014526,29.134765625],[-101.61865234375,29.131513595581055],[-101.61930799484253,29.130859375],[-101.62275314331055,29.126953125],[-101.62353515625,29.126121520996094],[-101.62634134292603,29.123046875],[-101.62841796875,29.121047973632812],[-101.63052797317505,29.119140625],[-101.63330078125,29.116744995117188],[-101.63506031036377,29.115234375],[-101.63818359375,29.112346649169922],[-101.63925409317017,29.111328125],[-101.64271354675293,29.107421875],[-101.64306640625,29.107027053833008],[-101.64603233337402,29.103515625],[-101.64794921875,29.10160255432129],[-101.65011882781982,29.099609375],[-101.65283203125,29.097314834594727],[-101.6547679901123,29.095703125],[-101.65771484375,29.09314727783203],[-101.65923118591309,29.091796875],[-101.66259765625,29.088424682617188],[-101.66312456130981,29.087890625],[-101.66651725769043,29.083984375],[-101.66748046875,29.08298683166504],[-101.67028903961182,29.080078125],[-101.67236328125,29.078184127807617],[-101.67466163635254,29.076171875],[-101.67724609375,29.073970794677734],[-101.67927980422974,29.072265625],[-101.68212890625,29.06983184814453],[-101.6838526725769,29.068359375],[-101.68701171875,29.065513610839844],[-101.68818712234497,29.064453125],[-101.69189453125,29.06082534790039],[-101.69218301773071,29.060546875],[-101.69585704803467,29.056640625],[-101.69677734375,29.055715560913086],[-101.69965267181396,29.052734375],[-101.70166015625,29.050874710083008],[-101.70395851135254,29.048828125],[-101.70654296875,29.04656219482422],[-101.70841217041016,29.044921875],[-101.71142578125,29.04205894470215],[-101.7125153541565,29.041015625],[-101.71614646911621,29.037109375],[-101.71630859375,29.036945343017578],[-101.71979904174805,29.033203125],[-101.72119140625,29.031856536865234],[-101.7238450050354,29.029296875],[-101.72607421875,29.02727699279785],[-101.72817468643188,29.025390625],[-101.73095703125,29.02274513244629],[-101.73227787017822,29.021484375],[-101.73583984375,29.017778396606445],[-101.73604488372803,29.017578125],[-101.73989772796631,29.013671875],[-101.74072265625,29.012861251831055],[-101.74368858337402,29.009765625],[-101.74560546875,29.00797462463379],[-101.74798250198364,29.005859375],[-101.75048828125,29.003725051879883],[-101.75257921218872,29.001953125],[-101.75537109375,28.99946403503418],[-101.7569375038147,28.998046875],[-101.76025390625,28.99470329284668],[-101.7608118057251,28.994140625],[-101.76425457000732,28.990234375],[-101.76513671875,28.98931121826172],[-101.76793098449707,28.986328125],[-101.77001953125,28.984331130981445],[-101.77210092544556,28.982421875],[-101.77490234375,28.979833602905273],[-101.77632570266724,28.978515625],[-101.77978515625,28.974895477294922],[-101.78006172180176,28.974609375],[-101.78343296051025,28.970703125],[-101.78466796875,28.969425201416016],[-101.78723812103271,28.966796875],[-101.78955078125,28.96466064453125],[-101.79156541824341,28.962890625],[-101.79443359375,28.96038818359375],[-101.79601430892944,28.958984375],[-101.79931640625,28.955663681030273],[-101.79988861083984,28.955078125],[-101.80328607559204,28.951171875],[-101.80419921875,28.95025634765625],[-101.80723905563354,28.947265625],[-101.80908203125,28.94561767578125],[-101.81163311004639,28.943359375],[-101.81396484375,28.941377639770508],[-101.81626558303833,28.939453125],[-101.81884765625,28.937288284301758],[-101.82090997695923,28.935546875],[-101.82373046875,28.93303108215332],[-101.82526588439941,28.931640625],[-101.82861328125,28.92827606201172],[-101.82915687561035,28.927734375],[-101.83264493942261,28.923828125],[-101.83349609375,28.92293930053711],[-101.83630466461182,28.919921875],[-101.83837890625,28.917922973632812],[-101.84045076370239,28.916015625],[-101.84326171875,28.913467407226562],[-101.84478759765625,28.912109375],[-101.84814453125,28.908899307250977],[-101.8488621711731,28.908203125],[-101.85235023498535,28.904296875],[-101.85302734375,28.903583526611328],[-101.85596942901611,28.900390625],[-101.85791015625,28.898571014404297],[-101.86026334762573,28.896484375],[-101.86279296875,28.894332885742188],[-101.8648624420166,28.892578125],[-101.86767578125,28.890085220336914],[-101.86927318572998,28.888671875],[-101.87255859375,28.8856201171875],[-101.87350511550903,28.884765625],[-101.87744140625,28.881065368652344],[-101.87766313552856,28.880859375],[-101.88148736953735,28.876953125],[-101.88232421875,28.876113891601562],[-101.88523530960083,28.873046875],[-101.88720703125,28.871196746826172],[-101.88950061798096,28.869140625],[-101.89208984375,28.86685562133789],[-101.89389944076538,28.865234375],[-101.89697265625,28.86219596862793],[-101.89785957336426,28.861328125],[-101.90147399902344,28.857421875],[-101.90185546875,28.857030868530273],[-101.90513610839844,28.853515625],[-101.90673828125,28.85198211669922],[-101.9092869758606,28.849609375],[-101.91162109375,28.847593307495117],[-101.91386222839355,28.845703125],[-101.91650390625,28.84345817565918],[-101.91843509674072,28.841796875],[-101.92138671875,28.839073181152344],[-101.9226598739624,28.837890625],[-101.92626953125,28.834199905395508],[-101.92648649215698,28.833984375],[-101.93009853363037,28.830078125],[-101.93115234375,28.829023361206055],[-101.93394899368286,28.826171875],[-101.93603515625,28.82426643371582],[-101.9383192062378,28.822265625],[-101.94091796875,28.82002067565918],[-101.94281816482544,28.818359375],[-101.94580078125,28.815509796142578],[-101.94689750671387,28.814453125],[-101.95043087005615,28.810546875],[-101.95068359375,28.81027603149414],[-101.9538950920105,28.806640625],[-101.95556640625,28.805017471313477],[-101.95803880691528,28.802734375],[-101.96044921875,28.800668716430664],[-101.9626235961914,28.798828125],[-101.96533203125,28.796432495117188],[-101.96699380874634,28.794921875],[-101.97021484375,28.791624069213867],[-101.97081565856934,28.791015625],[-101.97427034378052,28.787109375],[-101.97509765625,28.786252975463867],[-101.97797775268555,28.783203125],[-101.97998046875,28.781347274780273],[-101.98230266571045,28.779296875],[-101.98486328125,28.777076721191406],[-101.98675155639648,28.775390625],[-101.98974609375,28.772205352783203],[-101.99038743972778,28.771484375],[-101.9932222366333,28.767578125],[-101.99462890625,28.766036987304688],[-101.99698209762573,28.763671875],[-101.99951171875,28.761409759521484],[-102.00140714645386,28.759765625],[-102.00439453125,28.757036209106445],[-102.00564861297607,28.755859375],[-102.0092225074768,28.751953125],[-102.00927734375,28.751893997192383],[-102.0125937461853,28.748046875],[-102.01416015625,28.746501922607422],[-102.01667785644531,28.744140625],[-102.01904296875,28.742116928100586],[-102.0212984085083,28.740234375],[-102.02392578125,28.738039016723633],[-102.0259690284729,28.736328125],[-102.02880859375,28.73388671875],[-102.03052282333374,28.732421875],[-102.03369140625,28.729591369628906],[-102.03487873077393,28.728515625],[-102.03857421875,28.724721908569336],[-102.03868389129639,28.724609375],[-102.04208612442017,28.720703125],[-102.04345703125,28.719324111938477],[-102.0460557937622,28.716796875],[-102.04833984375,28.71478843688965],[-102.05056667327881,28.712890625],[-102.05322265625,28.710594177246094],[-102.05504179000854,28.708984375],[-102.05810546875,28.705951690673828],[-102.0589828491211,28.705078125],[-102.06243753433228,28.701171875],[-102.06298828125,28.700599670410156],[-102.06612586975098,28.697265625],[-102.06787109375,28.695632934570312],[-102.07037925720215,28.693359375],[-102.07275390625,28.691333770751953],[-102.07498788833618,28.689453125],[-102.07763671875,28.687170028686523],[-102.07948446273804,28.685546875],[-102.08251953125,28.6826171875],[-102.08352565765381,28.681640625],[-102.08707094192505,28.677734375],[-102.08740234375,28.677387237548828],[-102.09064245223999,28.673828125],[-102.09228515625,28.672250747680664],[-102.09481000900269,28.669921875],[-102.09716796875,28.667909622192383],[-102.09943771362305,28.666015625],[-102.10205078125,28.663827896118164],[-102.10408687591553,28.662109375],[-102.10693359375,28.659568786621094],[-102.1084451675415,28.658203125],[-102.11181640625,28.65485954284668],[-102.11239099502563,28.654296875],[-102.11596012115479,28.650390625],[-102.11669921875,28.649627685546875],[-102.1196460723877,28.646484375],[-102.12158203125,28.644676208496094],[-102.1239447593689,28.642578125],[-102.12646484375,28.64042854309082],[-102.12852954864502,28.638671875],[-102.13134765625,28.636137008666992],[-102.13285446166992,28.634765625],[-102.13623046875,28.631362915039062],[-102.1367359161377,28.630859375],[-102.1402645111084,28.626953125],[-102.14111328125,28.626079559326172],[-102.14398860931396,28.623046875],[-102.14599609375,28.621185302734375],[-102.1483039855957,28.619140625],[-102.15087890625,28.616910934448242],[-102.15280771255493,28.615234375],[-102.15576171875,28.61246681213379],[-102.15697050094604,28.611328125],[-102.16064453125,28.607439041137695],[-102.16066122055054,28.607421875],[-102.16417789459229,28.603515625],[-102.16552734375,28.602174758911133],[-102.16814756393433,28.599609375],[-102.17041015625,28.597562789916992],[-102.1725058555603,28.595703125],[-102.17529296875,28.593114852905273],[-102.17668533325195,28.591796875],[-102.18017578125,28.587953567504883],[-102.18023300170898,28.587890625],[-102.18348979949951,28.583984375],[-102.18505859375,28.582304000854492],[-102.18713998794556,28.580078125],[-102.18994140625,28.576791763305664],[-102.19046354293823,28.576171875],[-102.19323635101318,28.572265625],[-102.19482421875,28.570465087890625],[-102.19681024551392,28.568359375],[-102.19970703125,28.56524658203125],[-102.20044136047363,28.564453125],[-102.2035026550293,28.560546875],[-102.20458984375,28.55938148498535],[-102.20725297927856,28.556640625],[-102.20947265625,28.554637908935547],[-102.21167325973511,28.552734375],[-102.21435546875,28.550445556640625],[-102.2162652015686,28.548828125],[-102.21923828125,28.546234130859375],[-102.22074270248413,28.544921875],[-102.22412109375,28.541715621948242],[-102.2248387336731,28.541015625],[-102.22827672958374,28.537109375],[-102.22900390625,28.536340713500977],[-102.23191022872925,28.533203125],[-102.23388671875,28.531362533569336],[-102.23623037338257,28.529296875],[-102.23876953125,28.52715492248535],[-102.24087238311768,28.525390625],[-102.24365234375,28.52296257019043],[-102.24533081054688,28.521484375],[-102.24853515625,28.51846694946289],[-102.2494912147522,28.517578125],[-102.25332021713257,28.513671875],[-102.25341796875,28.513572692871094],[-102.25689888000488,28.509765625],[-102.25830078125,28.508373260498047],[-102.26085662841797,28.505859375],[-102.26318359375,28.50368309020996],[-102.26504325866699,28.501953125],[-102.26806640625,28.498964309692383],[-102.26903200149536,28.498046875],[-102.27294921875,28.494203567504883],[-102.27301836013794,28.494140625],[-102.27712631225586,28.490234375],[-102.27783203125,28.489582061767578],[-102.28118896484375,28.486328125],[-102.28271484375,28.484907150268555],[-102.28535413742065,28.482421875],[-102.28759765625,28.480451583862305],[-102.28986501693726,28.478515625],[-102.29248046875,28.47629165649414],[-102.29444026947021,28.474609375],[-102.29736328125,28.471920013427734],[-102.29867696762085,28.470703125],[-102.30224609375,28.46704864501953],[-102.30249643325806,28.466796875],[-102.30605602264404,28.462890625],[-102.30712890625,28.461809158325195],[-102.30989933013916,28.458984375],[-102.31201171875,28.45705795288086],[-102.31426954269409,28.455078125],[-102.31689453125,28.452796936035156],[-102.31874704360962,28.451171875],[-102.32177734375,28.448274612426758],[-102.32282876968384,28.447265625],[-102.3264479637146,28.443359375],[-102.32666015625,28.443138122558594],[-102.3300051689148,28.439453125],[-102.33154296875,28.437952041625977],[-102.33407497406006,28.435546875],[-102.33642578125,28.4334659576416],[-102.33851909637451,28.431640625],[-102.34130859375,28.429109573364258],[-102.34280586242676,28.427734375],[-102.34619140625,28.42426872253418],[-102.34663009643555,28.423828125],[-102.35012292861938,28.419921875],[-102.35107421875,28.418947219848633],[-102.35388994216919,28.416015625],[-102.35595703125,28.414108276367188],[-102.35821723937988,28.412109375],[-102.36083984375,28.409820556640625],[-102.3626708984375,28.408203125],[-102.36572265625,28.405248641967773],[-102.36670255661011,28.404296875],[-102.37022876739502,28.400390625],[-102.37060546875,28.399991989135742],[-102.37374782562256,28.396484375],[-102.37548828125,28.394790649414062],[-102.37785339355469,28.392578125],[-102.38037109375,28.390291213989258],[-102.38214015960693,28.388671875],[-102.38525390625,28.385543823242188],[-102.38604307174683,28.384765625],[-102.38960981369019,28.380859375],[-102.39013671875,28.38031768798828],[-102.39327192306519,28.376953125],[-102.39501953125,28.375288009643555],[-102.39745378494263,28.373046875],[-102.39990234375,28.37089729309082],[-102.40191459655762,28.369140625],[-102.40478515625,28.36646842956543],[-102.40609169006348,28.365234375],[-102.40966796875,28.361404418945312],[-102.40973949432373,28.361328125],[-102.41320610046387,28.357421875],[-102.41455078125,28.3560791015625],[-102.41716146469116,28.353515625],[-102.41943359375,28.351459503173828],[-102.42152214050293,28.349609375],[-102.42431640625,28.34703826904297],[-102.4257493019104,28.345703125],[-102.42919921875,28.342065811157227],[-102.42945909500122,28.341796875],[-102.43289709091187,28.337890625],[-102.43408203125,28.336688995361328],[-102.43676424026489,28.333984375],[-102.43896484375,28.331960678100586],[-102.44107007980347,28.330078125],[-102.44384765625,28.327529907226562],[-102.44531869888306,28.326171875],[-102.44873046875,28.322673797607422],[-102.44913578033447,28.322265625],[-102.45264768600464,28.318359375],[-102.45361328125,28.317373275756836],[-102.45641946792603,28.314453125],[-102.45849609375,28.312519073486328],[-102.46070146560669,28.310546875],[-102.46337890625,28.30815315246582],[-102.46505498886108,28.306640625],[-102.46826171875,28.30342674255371],[-102.46895551681519,28.302734375],[-102.47241497039795,28.298828125],[-102.47314453125,28.298063278198242],[-102.47605085372925,28.294921875],[-102.47802734375,28.29305076599121],[-102.48028039932251,28.291015625],[-102.48291015625,28.288665771484375],[-102.48463869094849,28.287109375],[-102.48779296875,28.28404426574707],[-102.48868942260742,28.283203125],[-102.49267578125,28.279308319091797],[-102.49268770217896,28.279296875],[-102.49661207199097,28.275390625],[-102.49755859375,28.274463653564453],[-102.5004529953003,28.271484375],[-102.50244140625,28.26964569091797],[-102.50478982925415,28.267578125],[-102.50732421875,28.265443801879883],[-102.50943422317505,28.263671875],[-102.51220703125,28.2612361907959],[-102.5138521194458,28.259765625],[-102.51708984375,28.256580352783203],[-102.51782655715942,28.255859375],[-102.52136707305908,28.251953125],[-102.52197265625,28.251319885253906],[-102.52498149871826,28.248046875],[-102.52685546875,28.24626922607422],[-102.52921104431152,28.244140625],[-102.53173828125,28.241945266723633],[-102.53371238708496,28.240234375],[-102.53662109375,28.237560272216797],[-102.53795146942139,28.236328125],[-102.54150390625,28.232681274414062],[-102.54176139831543,28.232421875],[-102.54531145095825,28.228515625],[-102.54638671875,28.227428436279297],[-102.5491452217102,28.224609375],[-102.55126953125,28.222640991210938],[-102.55343914031982,28.220703125],[-102.55615234375,28.2182559967041],[-102.55775451660156,28.216796875],[-102.56103515625,28.21346092224121],[-102.56160020828247,28.212890625],[-102.56503582000732,28.208984375],[-102.56591796875,28.208065032958984],[-102.56872892379761,28.205078125],[-102.57080078125,28.2031192779541],[-102.57296323776245,28.201171875],[-102.57568359375,28.19877052307129],[-102.57740259170532,28.197265625],[-102.58056640625,28.19428253173828],[-102.58152961730957,28.193359375],[-102.5851058959961,28.189453125],[-102.58544921875,28.189096450805664],[-102.58874654769897,28.185546875],[-102.59033203125,28.184022903442383],[-102.59285926818848,28.181640625],[-102.59521484375,28.179536819458008],[-102.59726047515869,28.177734375],[-102.60009765625,28.17511749267578],[-102.60148286819458,28.173828125],[-102.60498046875,28.1701717376709],[-102.60522365570068,28.169921875],[-102.60871171951294,28.166015625],[-102.60986328125,28.164852142333984],[-102.61257410049438,28.162109375],[-102.61474609375,28.160110473632812],[-102.61687517166138,28.158203125],[-102.61962890625,28.155683517456055],[-102.62113571166992,28.154296875],[-102.62451171875,28.150821685791016],[-102.62493371963501,28.150390625],[-102.6283597946167,28.146484375],[-102.62939453125,28.145416259765625],[-102.63212203979492,28.142578125],[-102.63427734375,28.140525817871094],[-102.6362657546997,28.138671875],[-102.63916015625,28.135831832885742],[-102.6402473449707,28.134765625],[-102.64373540878296,28.130859375],[-102.64404296875,28.13053321838379],[-102.64724969863892,28.126953125],[-102.64892578125,28.125322341918945],[-102.65134811401367,28.123046875],[-102.65380859375,28.12083625793457],[-102.65570878982544,28.119140625],[-102.65869140625,28.116291046142578],[-102.65979290008545,28.115234375],[-102.66345024108887,28.111328125],[-102.66357421875,28.111202239990234],[-102.6671314239502,28.107421875],[-102.66845703125,28.106136322021484],[-102.67114639282227,28.103515625],[-102.67333984375,28.101530075073242],[-102.67549991607666,28.099609375],[-102.67822265625,28.097103118896484],[-102.67972946166992,28.095703125],[-102.68310546875,28.092205047607422],[-102.68350839614868,28.091796875],[-102.68708229064941,28.087890625],[-102.68798828125,28.087003707885742],[-102.69107103347778,28.083984375],[-102.69287109375,28.082351684570312],[-102.69538164138794,28.080078125],[-102.69775390625,28.077991485595703],[-102.69983768463135,28.076171875],[-102.70263671875,28.073619842529297],[-102.70410776138306,28.072265625],[-102.70751953125,28.068777084350586],[-102.70793437957764,28.068359375],[-102.71143913269043,28.064453125],[-102.71240234375,28.06346893310547],[-102.71521806716919,28.060546875],[-102.71728515625,28.058631896972656],[-102.71951913833618,28.056640625],[-102.72216796875,28.054285049438477],[-102.72390365600586,28.052734375],[-102.72705078125,28.049644470214844],[-102.72788047790527,28.048828125],[-102.73136138916016,28.044921875],[-102.73193359375,28.044313430786133],[-102.73491621017456,28.041015625],[-102.73681640625,28.039201736450195],[-102.73913145065308,28.037109375],[-102.74169921875,28.03485870361328],[-102.74358034133911,28.033203125],[-102.74658203125,28.030315399169922],[-102.74763107299805,28.029296875],[-102.75113105773926,28.025390625],[-102.75146484375,28.02503204345703],[-102.75460243225098,28.021484375],[-102.75634765625,28.01978874206543],[-102.7587342262268,28.017578125],[-102.76123046875,28.015365600585938],[-102.7631402015686,28.013671875],[-102.76611328125,28.010799407958984],[-102.767174243927,28.009765625],[-102.77063608169556,28.005859375],[-102.77099609375,28.005468368530273],[-102.77408599853516,28.001953125],[-102.77587890625,28.000207901000977],[-102.77822017669678,27.998046875],[-102.78076171875,27.995786666870117],[-102.78259754180908,27.994140625],[-102.78564453125,27.99111557006836],[-102.78652906417847,27.990234375],[-102.78993129730225,27.986328125],[-102.79052734375,27.985687255859375],[-102.79345750808716,27.982421875],[-102.79541015625,27.980539321899414],[-102.79761552810669,27.978515625],[-102.80029296875,27.976102828979492],[-102.80194997787476,27.974609375],[-102.80517578125,27.971458435058594],[-102.80596256256104,27.970703125],[-102.80963659286499,27.966796875],[-102.81005859375,27.966365814208984],[-102.81327247619629,27.962890625],[-102.81494140625,27.961284637451172],[-102.81741142272949,27.958984375],[-102.81982421875,27.956859588623047],[-102.82185554504395,27.955078125],[-102.82470703125,27.95241355895996],[-102.82601594924927,27.951171875],[-102.82958984375,27.947307586669922],[-102.82963037490845,27.947265625],[-102.83310890197754,27.943359375],[-102.83447265625,27.942005157470703],[-102.83708333969116,27.939453125],[-102.83935546875,27.937402725219727],[-102.84144878387451,27.935546875],[-102.84423828125,27.93297004699707],[-102.84565687179565,27.931640625],[-102.84912109375,27.927953720092773],[-102.84933090209961,27.927734375],[-102.85276412963867,27.923828125],[-102.85400390625,27.922574996948242],[-102.85665512084961,27.919921875],[-102.85888671875,27.91788101196289],[-102.86099433898926,27.916015625],[-102.86376953125,27.913557052612305],[-102.86543130874634,27.912109375],[-102.86865234375,27.90919303894043],[-102.86975860595703,27.908203125],[-102.87353515625,27.904577255249023],[-102.8738284111023,27.904296875],[-102.87748575210571,27.900390625],[-102.87841796875,27.899446487426758],[-102.88125991821289,27.896484375],[-102.88330078125,27.89458465576172],[-102.88556098937988,27.892578125],[-102.88818359375,27.89030647277832],[-102.8900671005249,27.888671875],[-102.89306640625,27.8858699798584],[-102.89423704147339,27.884765625],[-102.89792060852051,27.880859375],[-102.89794921875,27.880830764770508],[-102.90147542953491,27.876953125],[-102.90283203125,27.875614166259766],[-102.9054594039917,27.873046875],[-102.90771484375,27.871004104614258],[-102.90981769561768,27.869140625],[-102.91259765625,27.866605758666992],[-102.91408777236938,27.865234375],[-102.91748046875,27.861759185791016],[-102.91790723800659,27.861328125],[-102.92139291763306,27.857421875],[-102.92236328125,27.856426239013672],[-102.92515993118286,27.853515625],[-102.92724609375,27.851560592651367],[-102.92940855026245,27.849609375],[-102.93212890625,27.847145080566406],[-102.93371677398682,27.845703125],[-102.93701171875,27.8424072265625],[-102.93762683868408,27.841796875],[-102.94113159179688,27.837890625],[-102.94189453125,27.83709716796875],[-102.94479846954346,27.833984375],[-102.94677734375,27.832111358642578],[-102.94901847839355,27.830078125],[-102.95166015625,27.82770538330078],[-102.95336961746216,27.826171875],[-102.95654296875,27.82305145263672],[-102.9573392868042,27.822265625],[-102.96081066131592,27.818359375],[-102.96142578125,27.81770896911621],[-102.96439170837402,27.814453125],[-102.96630859375,27.812625885009766],[-102.96859502792358,27.810546875],[-102.97119140625,27.808237075805664],[-102.97299146652222,27.806640625],[-102.97607421875,27.803672790527344],[-102.97704458236694,27.802734375],[-102.98056364059448,27.798828125],[-102.98095703125,27.79840850830078],[-102.98408269882202,27.794921875],[-102.98583984375,27.793222427368164],[-102.98822164535522,27.791015625],[-102.99072265625,27.78879165649414],[-102.99262285232544,27.787109375],[-102.99560546875,27.78426742553711],[-102.99671411514282,27.783203125],[-103.00026178359985,27.779296875],[-103.00048828125,27.779056549072266],[-103.00374746322632,27.775390625],[-103.00537109375,27.7738037109375],[-103.00783395767212,27.771484375],[-103.01025390625,27.769325256347656],[-103.01222562789917,27.767578125],[-103.01513671875,27.764822006225586],[-103.01634073257446,27.763671875],[-103.0199146270752,27.759765625],[-103.02001953125,27.759654998779297],[-103.02337884902954,27.755859375],[-103.02490234375,27.754358291625977],[-103.02742004394531,27.751953125],[-103.02978515625,27.749832153320312],[-103.03179502487183,27.748046875],[-103.03466796875,27.745332717895508],[-103.0359148979187,27.744140625],[-103.03949356079102,27.740234375],[-103.03955078125,27.74017333984375],[-103.04293632507324,27.736328125],[-103.04443359375,27.734844207763672],[-103.04694890975952,27.732421875],[-103.04931640625,27.730274200439453],[-103.05125713348389,27.728515625],[-103.05419921875,27.72559356689453],[-103.05517196655273,27.724609375],[-103.05846452713013,27.720703125],[-103.05908203125,27.72003173828125],[-103.06199789047241,27.716796875],[-103.06396484375,27.71493148803711],[-103.06624174118042,27.712890625],[-103.06884765625,27.710607528686523],[-103.0706787109375,27.708984375],[-103.07373046875,27.70599937438965],[-103.07466745376587,27.705078125],[-103.07813167572021,27.701171875],[-103.07861328125,27.70065689086914],[-103.08164834976196,27.697265625],[-103.08349609375,27.69548988342285],[-103.0858325958252,27.693359375],[-103.08837890625,27.691123962402344],[-103.09026956558228,27.689453125],[-103.09326171875,27.686552047729492],[-103.09429168701172,27.685546875],[-103.09776544570923,27.681640625],[-103.09814453125,27.68123435974121],[-103.1012511253357,27.677734375],[-103.10302734375,27.676008224487305],[-103.10538530349731,27.673828125],[-103.10791015625,27.67159080505371],[-103.10978889465332,27.669921875],[-103.11279296875,27.66701316833496],[-103.11381578445435,27.666015625],[-103.11731815338135,27.662109375],[-103.11767578125,27.66172981262207],[-103.12081813812256,27.658203125],[-103.12255859375,27.656511306762695],[-103.12493801116943,27.654296875],[-103.12744140625,27.652061462402344],[-103.12931299209595,27.650390625],[-103.13232421875,27.64746856689453],[-103.1333327293396,27.646484375],[-103.13683986663818,27.642578125],[-103.13720703125,27.642189025878906],[-103.1403636932373,27.638671875],[-103.14208984375,27.63699722290039],[-103.14448118209839,27.634765625],[-103.14697265625,27.632530212402344],[-103.14884185791016,27.630859375],[-103.15185546875,27.627944946289062],[-103.15287828445435,27.626953125],[-103.15639734268188,27.623046875],[-103.15673828125,27.6226863861084],[-103.15991401672363,27.619140625],[-103.16162109375,27.617475509643555],[-103.1640076637268,27.615234375],[-103.16650390625,27.61297607421875],[-103.16833734512329,27.611328125],[-103.17138671875,27.60836410522461],[-103.17234754562378,27.607421875],[-103.175790309906,27.603515625],[-103.17626953125,27.602998733520508],[-103.17927598953247,27.599609375],[-103.18115234375,27.59779167175293],[-103.18342685699463,27.595703125],[-103.18603515625,27.593374252319336],[-103.18780660629272,27.591796875],[-103.19091796875,27.588781356811523],[-103.19182872772217,27.587890625],[-103.19530010223389,27.583984375],[-103.19580078125,27.58344841003418],[-103.19880723953247,27.580078125],[-103.20068359375,27.57826805114746],[-103.20297241210938,27.576171875],[-103.20556640625,27.573854446411133],[-103.20733547210693,27.572265625],[-103.21044921875,27.569181442260742],[-103.21127653121948,27.568359375],[-103.21469783782959,27.564453125],[-103.21533203125,27.563779830932617],[-103.21826934814453,27.560546875],[-103.22021484375,27.55868911743164],[-103.22246074676514,27.556640625],[-103.22509765625,27.55425262451172],[-103.22675943374634,27.552734375],[-103.22998046875,27.549423217773438],[-103.23056221008301,27.548828125],[-103.23394536972046,27.544921875],[-103.23486328125,27.543964385986328],[-103.23766469955444,27.541015625],[-103.23974609375,27.539066314697266],[-103.24190855026245,27.537109375],[-103.24462890625,27.534603118896484],[-103.24612617492676,27.533203125],[-103.24951171875,27.529590606689453],[-103.24979066848755,27.529296875],[-103.25315952301025,27.525390625],[-103.25439453125,27.524131774902344],[-103.25703144073486,27.521484375],[-103.25927734375,27.519418716430664],[-103.26131820678711,27.517578125],[-103.26416015625,27.51488494873047],[-103.26542615890503,27.513671875],[-103.26895713806152,27.509765625],[-103.26904296875,27.509674072265625],[-103.27235460281372,27.505859375],[-103.27392578125,27.504295349121094],[-103.27636957168579,27.501953125],[-103.27880859375,27.49972152709961],[-103.28063249588013,27.498046875],[-103.28369140625,27.494953155517578],[-103.28450202941895,27.494140625],[-103.28795909881592,27.490234375],[-103.28857421875,27.489595413208008],[-103.29162836074829,27.486328125],[-103.29345703125,27.484594345092773],[-103.2958173751831,27.482421875],[-103.29833984375,27.480127334594727],[-103.3000922203064,27.478515625],[-103.30322265625,27.47530174255371],[-103.30390214920044,27.474609375],[-103.30730438232422,27.470703125],[-103.30810546875,27.46987533569336],[-103.31104516983032,27.466796875],[-103.31298828125,27.464990615844727],[-103.31531524658203,27.462890625],[-103.31787109375,27.46059799194336],[-103.31966161727905,27.458984375],[-103.32275390625,27.455955505371094],[-103.3236575126648,27.455078125],[-103.32725048065186,27.451171875],[-103.32763671875,27.450769424438477],[-103.33081245422363,27.447265625],[-103.33251953125,27.445608139038086],[-103.33491802215576,27.443359375],[-103.33740234375,27.441120147705078],[-103.33926439285278,27.439453125],[-103.34228515625,27.436553955078125],[-103.34332942962646,27.435546875],[-103.34688186645508,27.431640625],[-103.34716796875,27.431339263916016],[-103.35040330886841,27.427734375],[-103.35205078125,27.426130294799805],[-103.35449457168579,27.423828125],[-103.35693359375,27.421640396118164],[-103.3588719367981,27.419921875],[-103.36181640625,27.417146682739258],[-103.36300611495972,27.416015625],[-103.36662530899048,27.412109375],[-103.36669921875,27.412031173706055],[-103.37011337280273,27.408203125],[-103.37158203125,27.406753540039062],[-103.37413311004639,27.404296875],[-103.37646484375,27.402193069458008],[-103.37849140167236,27.400390625],[-103.38134765625,27.397708892822266],[-103.38263750076294,27.396484375],[-103.38623046875,27.392587661743164],[-103.38624000549316,27.392578125],[-103.38966608047485,27.388671875],[-103.39111328125,27.387229919433594],[-103.39365243911743,27.384765625],[-103.39599609375,27.38263511657715],[-103.39796543121338,27.380859375],[-103.40087890625,27.378047943115234],[-103.40200185775757,27.376953125],[-103.405442237854,27.373046875],[-103.40576171875,27.372695922851562],[-103.40883731842041,27.369140625],[-103.41064453125,27.367372512817383],[-103.41296195983887,27.365234375],[-103.41552734375,27.36294174194336],[-103.41731071472168,27.361328125],[-103.42041015625,27.35816764831543],[-103.42113971710205,27.357421875],[-103.42445850372314,27.353515625],[-103.42529296875,27.352630615234375],[-103.42811822891235,27.349609375],[-103.43017578125,27.347688674926758],[-103.43239545822144,27.345703125],[-103.43505859375,27.34331703186035],[-103.43672513961792,27.341796875],[-103.43994140625,27.338499069213867],[-103.44053745269775,27.337890625],[-103.44395399093628,27.333984375],[-103.44482421875,27.33307647705078],[-103.44765186309814,27.330078125],[-103.44970703125,27.328144073486328],[-103.4518814086914,27.326171875],[-103.45458984375,27.323680877685547],[-103.4561038017273,27.322265625],[-103.45947265625,27.318666458129883],[-103.4597659111023,27.318359375],[-103.4631872177124,27.314453125],[-103.46435546875,27.313270568847656],[-103.46704959869385,27.310546875],[-103.46923828125,27.308521270751953],[-103.47132205963135,27.306640625],[-103.47412109375,27.304019927978516],[-103.4754753112793,27.302734375],[-103.47900390625,27.298870086669922],[-103.47904443740845,27.298828125],[-103.4824013710022,27.294921875],[-103.48388671875,27.293428421020508],[-103.48636150360107,27.291015625],[-103.48876953125,27.288782119750977],[-103.49058628082275,27.287109375],[-103.49365234375,27.2840633392334],[-103.4945273399353,27.283203125],[-103.49807262420654,27.279296875],[-103.49853515625,27.27881622314453],[-103.50168704986572,27.275390625],[-103.50341796875,27.273723602294922],[-103.50580930709839,27.271484375],[-103.50830078125,27.269210815429688],[-103.51009607315063,27.267578125],[-103.51318359375,27.2645320892334],[-103.5140585899353,27.263671875],[-103.51758003234863,27.259765625],[-103.51806640625,27.259258270263672],[-103.52120399475098,27.255859375],[-103.52294921875,27.25417709350586],[-103.52530717849731,27.251953125],[-103.52783203125,27.249584197998047],[-103.52945804595947,27.248046875],[-103.53271484375,27.24464988708496],[-103.5332202911377,27.244140625],[-103.53677988052368,27.240234375],[-103.53759765625,27.239398956298828],[-103.54049444198608,27.236328125],[-103.54248046875,27.234453201293945],[-103.54471683502197,27.232421875],[-103.54736328125,27.23002052307129],[-103.54899883270264,27.228515625],[-103.55224609375,27.225139617919922],[-103.55275869369507,27.224609375],[-103.55611801147461,27.220703125],[-103.55712890625,27.219648361206055],[-103.55983972549438,27.216796875],[-103.56201171875,27.21465492248535],[-103.56378555297852,27.212890625],[-103.56689453125,27.209299087524414],[-103.56717109680176,27.208984375],[-103.57023000717163,27.205078125],[-103.57177734375,27.20350456237793],[-103.57425928115845,27.201171875],[-103.57666015625,27.199138641357422],[-103.57890844345093,27.197265625],[-103.58154296875,27.194997787475586],[-103.58339071273804,27.193359375],[-103.58642578125,27.19033432006836],[-103.5873007774353,27.189453125],[-103.59066486358643,27.185546875],[-103.59130859375,27.18485450744629],[-103.59421968460083,27.181640625],[-103.59619140625,27.179750442504883],[-103.59840154647827,27.177734375],[-103.60107421875,27.175315856933594],[-103.6026930809021,27.173828125],[-103.60595703125,27.170413970947266],[-103.60643148422241,27.169921875],[-103.60980749130249,27.166015625],[-103.61083984375,27.16495132446289],[-103.61358404159546,27.162109375],[-103.61572265625,27.160104751586914],[-103.61781120300293,27.158203125],[-103.62060546875,27.155590057373047],[-103.62198114395142,27.154296875],[-103.62548828125,27.150604248046875],[-103.62569808959961,27.150390625],[-103.62919092178345,27.146484375],[-103.63037109375,27.145294189453125],[-103.63304615020752,27.142578125],[-103.63525390625,27.14049530029297],[-103.63722562789917,27.138671875],[-103.64013671875,27.1358585357666],[-103.6412787437439,27.134765625],[-103.6449670791626,27.130859375],[-103.64501953125,27.13080596923828],[-103.64858865737915,27.126953125],[-103.64990234375,27.125659942626953],[-103.6525559425354,27.123046875],[-103.65478515625,27.12099838256836],[-103.65684747695923,27.119140625],[-103.65966796875,27.116493225097656],[-103.6609959602356,27.115234375],[-103.66455078125,27.111408233642578],[-103.66462707519531,27.111328125],[-103.66806507110596,27.107421875],[-103.66943359375,27.106054306030273],[-103.67202281951904,27.103515625],[-103.67431640625,27.101428985595703],[-103.67634534835815,27.099609375],[-103.67919921875,27.096908569335938],[-103.68046045303345,27.095703125],[-103.68402242660522,27.091796875],[-103.68408203125,27.091732025146484],[-103.68744611740112,27.087890625],[-103.68896484375,27.086383819580078],[-103.69147062301636,27.083984375],[-103.69384765625,27.08184242248535],[-103.69581937789917,27.080078125],[-103.69873046875,27.077281951904297],[-103.6998724937439,27.076171875],[-103.70335102081299,27.072265625],[-103.70361328125,27.07198143005371],[-103.7067699432373,27.068359375],[-103.70849609375,27.066667556762695],[-103.71087312698364,27.064453125],[-103.71337890625,27.062217712402344],[-103.71524095535278,27.060546875],[-103.71826171875,27.057558059692383],[-103.71918439865112,27.056640625],[-103.72259616851807,27.052734375],[-103.72314453125,27.05214500427246],[-103.72610807418823,27.048828125],[-103.72802734375,27.04697608947754],[-103.73026609420776,27.044921875],[-103.73291015625,27.042531967163086],[-103.73456716537476,27.041015625],[-103.73779296875,27.037691116333008],[-103.73836040496826,27.037109375],[-103.74176502227783,27.033203125],[-103.74267578125,27.032255172729492],[-103.74547719955444,27.029296875],[-103.74755859375,27.027324676513672],[-103.74967098236084,27.025390625],[-103.75244140625,27.022798538208008],[-103.75383138656616,27.021484375],[-103.75732421875,27.017719268798828],[-103.7574577331543,27.017578125],[-103.76085758209229,27.013671875],[-103.76220703125,27.012306213378906],[-103.76476049423218,27.009765625],[-103.76708984375,27.007587432861328],[-103.76896619796753,27.005859375],[-103.77197265625,27.002893447875977],[-103.77292394638062,27.001953125],[-103.7763500213623,26.998046875],[-103.77685546875,26.99750328063965],[-103.77984762191772,26.994140625],[-103.78173828125,26.992305755615234],[-103.78397703170776,26.990234375],[-103.78662109375,26.987810134887695],[-103.78823041915894,26.986328125],[-103.79150390625,26.982946395874023],[-103.79201412200928,26.982421875],[-103.79539012908936,26.978515625],[-103.79638671875,26.977481842041016],[-103.7991452217102,26.974609375],[-103.80126953125,26.97262191772461],[-103.80338191986084,26.970703125],[-103.80615234375,26.96811294555664],[-103.80754470825195,26.966796875],[-103.81103515625,26.96302604675293],[-103.81116151809692,26.962890625],[-103.81455421447754,26.958984375],[-103.81591796875,26.957611083984375],[-103.8184928894043,26.955078125],[-103.82080078125,26.95296859741211],[-103.8227891921997,26.951171875],[-103.82568359375,26.948379516601562],[-103.82682800292969,26.947265625],[-103.83029460906982,26.943359375],[-103.83056640625,26.943063735961914],[-103.83370637893677,26.939453125],[-103.83544921875,26.937744140625],[-103.83780717849731,26.935546875],[-103.84033203125,26.933284759521484],[-103.84215593338013,26.931640625],[-103.84521484375,26.9285831451416],[-103.8460636138916,26.927734375],[-103.84947299957275,26.923828125],[-103.85009765625,26.92316246032715],[-103.85303020477295,26.919921875],[-103.85498046875,26.918048858642578],[-103.85720252990723,26.916015625],[-103.85986328125,26.913604736328125],[-103.86149406433105,26.912109375],[-103.86474609375,26.90874671936035],[-103.8652753829956,26.908203125],[-103.86867761611938,26.904296875],[-103.86962890625,26.903308868408203],[-103.87240648269653,26.900390625],[-103.87451171875,26.89839744567871],[-103.87659549713135,26.896484375],[-103.87939453125,26.893844604492188],[-103.88072729110718,26.892578125],[-103.88427734375,26.888721466064453],[-103.88432264328003,26.888671875],[-103.88774394989014,26.884765625],[-103.88916015625,26.883344650268555],[-103.8916826248169,26.880859375],[-103.89404296875,26.8786678314209],[-103.89592170715332,26.876953125],[-103.89892578125,26.874027252197266],[-103.89992952346802,26.873046875],[-103.90339374542236,26.869140625],[-103.90380859375,26.868694305419922],[-103.90687227249146,26.865234375],[-103.90869140625,26.863460540771484],[-103.91098022460938,26.861328125],[-103.91357421875,26.858959197998047],[-103.91525268554688,26.857421875],[-103.91845703125,26.85415267944336],[-103.91908407211304,26.853515625],[-103.92247200012207,26.849609375],[-103.92333984375,26.84870147705078],[-103.92616033554077,26.845703125],[-103.92822265625,26.843753814697266],[-103.93036127090454,26.841796875],[-103.93310546875,26.83922576904297],[-103.9345121383667,26.837890625],[-103.93798828125,26.834083557128906],[-103.93808126449585,26.833984375],[-103.94143342971802,26.830078125],[-103.94287109375,26.828630447387695],[-103.9453911781311,26.826171875],[-103.94775390625,26.82400894165039],[-103.94966840744019,26.822265625],[-103.95263671875,26.8193302154541],[-103.95361185073853,26.818359375],[-103.95700216293335,26.814453125],[-103.95751953125,26.813894271850586],[-103.9604902267456,26.810546875],[-103.96240234375,26.808691024780273],[-103.96462678909302,26.806640625],[-103.96728515625,26.80421257019043],[-103.96888256072998,26.802734375],[-103.97216796875,26.799272537231445],[-103.97259473800659,26.798828125],[-103.97595882415771,26.794921875],[-103.97705078125,26.79379653930664],[-103.97975206375122,26.791015625],[-103.98193359375,26.78896141052246],[-103.98394584655762,26.787109375],[-103.98681640625,26.784330368041992],[-103.98797035217285,26.783203125],[-103.99140357971191,26.779296875],[-103.99169921875,26.778972625732422],[-103.99480104446411,26.775390625],[-103.99658203125,26.77362823486328],[-103.99884939193726,26.771484375],[-104.00146484375,26.769058227539062],[-104.0030574798584,26.767578125],[-104.00634765625,26.76415252685547],[-104.00681495666504,26.763671875],[-104.0101957321167,26.759765625],[-104.01123046875,26.758691787719727],[-104.01395082473755,26.755859375],[-104.01611328125,26.753808975219727],[-104.01812076568604,26.751953125],[-104.02099609375,26.749174118041992],[-104.02215003967285,26.748046875],[-104.02557849884033,26.744140625],[-104.02587890625,26.743812561035156],[-104.02897119522095,26.740234375],[-104.03076171875,26.738473892211914],[-104.03306007385254,26.736328125],[-104.03564453125,26.733976364135742],[-104.03733968734741,26.732421875],[-104.04052734375,26.7291316986084],[-104.04112577438354,26.728515625],[-104.04447555541992,26.724609375],[-104.04541015625,26.723628997802734],[-104.04817819595337,26.720703125],[-104.05029296875,26.718690872192383],[-104.05233144760132,26.716796875],[-104.05517578125,26.71399688720703],[-104.05627965927124,26.712890625],[-104.05957221984863,26.708984375],[-104.06005859375,26.708444595336914],[-104.06297206878662,26.705078125],[-104.06494140625,26.703081130981445],[-104.06689643859863,26.701171875],[-104.06982421875,26.698240280151367],[-104.07081842422485,26.697265625],[-104.07438039779663,26.693359375],[-104.07470703125,26.693017959594727],[-104.07792806625366,26.689453125],[-104.07958984375,26.68781852722168],[-104.08196210861206,26.685546875],[-104.08447265625,26.683210372924805],[-104.08616065979004,26.681640625],[-104.08935546875,26.678403854370117],[-104.09003019332886,26.677734375],[-104.09359693527222,26.673828125],[-104.09423828125,26.67317008972168],[-104.0972900390625,26.669921875],[-104.09912109375,26.66817855834961],[-104.10146236419678,26.666015625],[-104.10400390625,26.663707733154297],[-104.10576105117798,26.662109375],[-104.10888671875,26.658967971801758],[-104.10964488983154,26.658203125],[-104.11301851272583,26.654296875],[-104.11376953125,26.65350341796875],[-104.11664962768555,26.650390625],[-104.11865234375,26.648487091064453],[-104.12084817886353,26.646484375],[-104.12353515625,26.644023895263672],[-104.12510633468628,26.642578125],[-104.12841796875,26.639162063598633],[-104.128897190094,26.638671875],[-104.13228988647461,26.634765625],[-104.13330078125,26.633718490600586],[-104.13605451583862,26.630859375],[-104.13818359375,26.628864288330078],[-104.1402792930603,26.626953125],[-104.14306640625,26.624319076538086],[-104.1443943977356,26.623046875],[-104.14790630340576,26.619140625],[-104.14794921875,26.619094848632812],[-104.15125846862793,26.615234375],[-104.15283203125,26.613664627075195],[-104.15527105331421,26.611328125],[-104.15771484375,26.609102249145508],[-104.15955543518066,26.607421875],[-104.16259765625,26.60434913635254],[-104.16342258453369,26.603515625],[-104.16678428649902,26.599609375],[-104.16748046875,26.598865509033203],[-104.17036533355713,26.595703125],[-104.17236328125,26.593782424926758],[-104.1745138168335,26.591796875],[-104.17724609375,26.589242935180664],[-104.17867422103882,26.587890625],[-104.18212890625,26.58413314819336],[-104.18226957321167,26.583984375],[-104.18564558029175,26.580078125],[-104.18701171875,26.57869529724121],[-104.18955564498901,26.576171875],[-104.19189453125,26.573991775512695],[-104.19376134872437,26.572265625],[-104.19677734375,26.569244384765625],[-104.19765949249268,26.568359375],[-104.20104265213013,26.564453125],[-104.20166015625,26.56378936767578],[-104.2045783996582,26.560546875],[-104.20654296875,26.558631896972656],[-104.20867443084717,26.556640625],[-104.21142578125,26.554052352905273],[-104.21282052993774,26.552734375],[-104.21630859375,26.54899024963379],[-104.21646356582642,26.548828125],[-104.21986103057861,26.544921875],[-104.22119140625,26.5435733795166],[-104.22375202178955,26.541015625],[-104.22607421875,26.53883934020996],[-104.22794580459595,26.537109375],[-104.23095703125,26.53411293029785],[-104.23186779022217,26.533203125],[-104.2352557182312,26.529296875],[-104.23583984375,26.528669357299805],[-104.2387843132019,26.525390625],[-104.24072265625,26.523515701293945],[-104.24291849136353,26.521484375],[-104.24560546875,26.51898765563965],[-104.24710273742676,26.517578125],[-104.25048828125,26.513906478881836],[-104.25071001052856,26.513671875],[-104.25403594970703,26.509765625],[-104.25537109375,26.508407592773438],[-104.25793409347534,26.505859375],[-104.26025390625,26.503711700439453],[-104.26216840744019,26.501953125],[-104.26513671875,26.498994827270508],[-104.26608324050903,26.498046875],[-104.26945447921753,26.494140625],[-104.27001953125,26.493528366088867],[-104.27295684814453,26.490234375],[-104.27490234375,26.48833656311035],[-104.27705526351929,26.486328125],[-104.27978515625,26.483755111694336],[-104.28117990493774,26.482421875],[-104.28466796875,26.47856903076172],[-104.28471803665161,26.478515625],[-104.28808689117432,26.474609375],[-104.28955078125,26.473134994506836],[-104.29203271865845,26.470703125],[-104.29443359375,26.468469619750977],[-104.29624319076538,26.466796875],[-104.29931640625,26.463685989379883],[-104.30010318756104,26.462890625],[-104.30347204208374,26.458984375],[-104.30419921875,26.458209991455078],[-104.30706262588501,26.455078125],[-104.30908203125,26.453115463256836],[-104.31115627288818,26.451171875],[-104.31396484375,26.448474884033203],[-104.31521654129028,26.447265625],[-104.31872129440308,26.443359375],[-104.31884765625,26.443222045898438],[-104.32211637496948,26.439453125],[-104.32373046875,26.437841415405273],[-104.32611465454102,26.435546875],[-104.32861328125,26.433218002319336],[-104.33030128479004,26.431640625],[-104.33349609375,26.428314208984375],[-104.33405876159668,26.427734375],[-104.33741807937622,26.423828125],[-104.33837890625,26.42282485961914],[-104.34114456176758,26.419921875],[-104.34326171875,26.417917251586914],[-104.34532165527344,26.416015625],[-104.34814453125,26.413284301757812],[-104.34934139251709,26.412109375],[-104.35272216796875,26.408203125],[-104.35302734375,26.407865524291992],[-104.35608148574829,26.404296875],[-104.35791015625,26.402498245239258],[-104.36018228530884,26.400390625],[-104.36279296875,26.398021697998047],[-104.36446189880371,26.396484375],[-104.36767578125,26.393110275268555],[-104.36818599700928,26.392578125],[-104.37153577804565,26.388671875],[-104.37255859375,26.387609481811523],[-104.37528371810913,26.384765625],[-104.37744140625,26.382713317871094],[-104.37943696975708,26.380859375],[-104.38232421875,26.378028869628906],[-104.3834137916565,26.376953125],[-104.3868088722229,26.373046875],[-104.38720703125,26.37261199951172],[-104.39022541046143,26.369140625],[-104.39208984375,26.367300033569336],[-104.39429044723511,26.365234375],[-104.39697265625,26.362735748291016],[-104.39847707748413,26.361328125],[-104.40185546875,26.35774803161621],[-104.40216779708862,26.357421875],[-104.40553903579712,26.353515625],[-104.40673828125,26.352283477783203],[-104.40935850143433,26.349609375],[-104.41162109375,26.347463607788086],[-104.41351175308228,26.345703125],[-104.41650390625,26.34272003173828],[-104.41742897033691,26.341796875],[-104.4208025932312,26.337890625],[-104.42138671875,26.337261199951172],[-104.42432403564453,26.333984375],[-104.42626953125,26.332094192504883],[-104.42843437194824,26.330078125],[-104.43115234375,26.3275146484375],[-104.43255662918091,26.326171875],[-104.43603515625,26.322307586669922],[-104.43607568740845,26.322265625],[-104.43939208984375,26.318359375],[-104.44091796875,26.316822052001953],[-104.44336175918579,26.314453125],[-104.44580078125,26.312198638916016],[-104.44757461547852,26.310546875],[-104.45068359375,26.30729866027832],[-104.45131778717041,26.306640625],[-104.45462226867676,26.302734375],[-104.45556640625,26.301738739013672],[-104.45831537246704,26.298828125],[-104.46044921875,26.296789169311523],[-104.46245193481445,26.294921875],[-104.46533203125,26.292089462280273],[-104.46641445159912,26.291015625],[-104.46977615356445,26.287109375],[-104.47021484375,26.2866268157959],[-104.4731879234314,26.283203125],[-104.47509765625,26.281299591064453],[-104.47719812393188,26.279296875],[-104.47998046875,26.2766170501709],[-104.48124408721924,26.275390625],[-104.4847059249878,26.271484375],[-104.48486328125,26.271312713623047],[-104.48807954788208,26.267578125],[-104.48974609375,26.265901565551758],[-104.49203252792358,26.263671875],[-104.49462890625,26.26114845275879],[-104.49604272842407,26.259765625],[-104.49950456619263,26.255859375],[-104.49951171875,26.2558536529541],[-104.5028567314148,26.251953125],[-104.50439453125,26.250423431396484],[-104.50687646865845,26.248046875],[-104.50927734375,26.245882034301758],[-104.51122045516968,26.244140625],[-104.51416015625,26.24129295349121],[-104.51524019241333,26.240234375],[-104.51865911483765,26.236328125],[-104.51904296875,26.23590850830078],[-104.52208042144775,26.232421875],[-104.52392578125,26.230619430541992],[-104.52619791030884,26.228515625],[-104.52880859375,26.226123809814453],[-104.5304274559021,26.224609375],[-104.53369140625,26.221044540405273],[-104.5340085029602,26.220703125],[-104.5372462272644,26.216796875],[-104.53857421875,26.215421676635742],[-104.54108953475952,26.212890625],[-104.54345703125,26.210655212402344],[-104.5452332496643,26.208984375],[-104.54833984375,26.205751419067383],[-104.54899311065674,26.205078125],[-104.55233812332153,26.201171875],[-104.55322265625,26.200239181518555],[-104.55599069595337,26.197265625],[-104.55810546875,26.1951961517334],[-104.56002950668335,26.193359375],[-104.56298828125,26.19036102294922],[-104.56388473510742,26.189453125],[-104.56723213195801,26.185546875],[-104.56787109375,26.184858322143555],[-104.5707654953003,26.181640625],[-104.57275390625,26.179691314697266],[-104.5748233795166,26.177734375],[-104.57763671875,26.174989700317383],[-104.57881450653076,26.173828125],[-104.58218574523926,26.169921875],[-104.58251953125,26.169553756713867],[-104.58556413650513,26.166015625],[-104.58740234375,26.16420555114746],[-104.58964586257935,26.162109375],[-104.59228515625,26.159669876098633],[-104.5938515663147,26.158203125],[-104.59716796875,26.154638290405273],[-104.59748983383179,26.154296875],[-104.60078239440918,26.150390625],[-104.60205078125,26.14908218383789],[-104.60461616516113,26.146484375],[-104.60693359375,26.14427947998047],[-104.60871458053589,26.142578125],[-104.61181640625,26.139190673828125],[-104.61228847503662,26.138671875],[-104.61537599563599,26.134765625],[-104.61669921875,26.133365631103516],[-104.61917161941528,26.130859375],[-104.62158203125,26.12858772277832],[-104.62331295013428,26.126953125],[-104.62646484375,26.12360191345215],[-104.62698936462402,26.123046875],[-104.63024854660034,26.119140625],[-104.63134765625,26.11799430847168],[-104.6340274810791,26.115234375],[-104.63623046875,26.113187789916992],[-104.63828802108765,26.111328125],[-104.64111328125,26.108678817749023],[-104.6424412727356,26.107421875],[-104.64599609375,26.103580474853516],[-104.64605808258057,26.103515625],[-104.64948177337646,26.099609375],[-104.65087890625,26.09819984436035],[-104.65339183807373,26.095703125],[-104.65576171875,26.093461990356445],[-104.6575403213501,26.091796875],[-104.66064453125,26.088613510131836],[-104.66134786605835,26.087890625],[-104.66466903686523,26.083984375],[-104.66552734375,26.08307456970215],[-104.6683120727539,26.080078125],[-104.67041015625,26.078044891357422],[-104.67238903045654,26.076171875],[-104.67529296875,26.073266983032227],[-104.67629194259644,26.072265625],[-104.67963218688965,26.068359375],[-104.68017578125,26.067766189575195],[-104.68310594558716,26.064453125],[-104.68505859375,26.062522888183594],[-104.68713283538818,26.060546875],[-104.68994140625,26.057788848876953],[-104.69110012054443,26.056640625],[-104.69446420669556,26.052734375],[-104.69482421875,26.052335739135742],[-104.69783544540405,26.048828125],[-104.69970703125,26.046968460083008],[-104.70187902450562,26.044921875],[-104.70458984375,26.04239845275879],[-104.70606803894043,26.041015625],[-104.70947265625,26.037418365478516],[-104.70976829528809,26.037109375],[-104.71315860748291,26.033203125],[-104.71435546875,26.0319766998291],[-104.71698522567749,26.029296875],[-104.71923828125,26.027156829833984],[-104.72112655639648,26.025390625],[-104.72412109375,26.02236557006836],[-104.72499370574951,26.021484375],[-104.7283411026001,26.017578125],[-104.72900390625,26.016862869262695],[-104.73187685012817,26.013671875],[-104.73388671875,26.011693954467773],[-104.73592042922974,26.009765625],[-104.73876953125,26.006986618041992],[-104.73992347717285,26.005859375],[-104.7433876991272,26.001953125],[-104.74365234375,26.00166893005371],[-104.74683046340942,25.998046875],[-104.74853515625,25.996370315551758],[-104.7508955001831,25.994140625],[-104.75341796875,25.991819381713867],[-104.75512981414795,25.990234375],[-104.75830078125,25.986921310424805],[-104.75887060165405,25.986328125],[-104.76217746734619,25.982421875],[-104.76318359375,25.981365203857422],[-104.76589918136597,25.978515625],[-104.76806640625,25.976444244384766],[-104.77002143859863,25.974609375],[-104.77294921875,25.971670150756836],[-104.77390766143799,25.970703125],[-104.7772479057312,25.966796875],[-104.77783203125,25.966161727905273],[-104.78074550628662,25.962890625],[-104.78271484375,25.960960388183594],[-104.7848105430603,25.958984375],[-104.78759765625,25.956300735473633],[-104.78885173797607,25.955078125],[-104.79226112365723,25.951171875],[-104.79248046875,25.950927734375],[-104.79558944702148,25.947265625],[-104.79736328125,25.945486068725586],[-104.79959011077881,25.943359375],[-104.80224609375,25.940860748291016],[-104.8037314414978,25.939453125],[-104.80712890625,25.935768127441406],[-104.80733633041382,25.935546875],[-104.8106598854065,25.931640625],[-104.81201171875,25.930252075195312],[-104.8145055770874,25.927734375],[-104.81689453125,25.92544174194336],[-104.8185920715332,25.923828125],[-104.82177734375,25.920488357543945],[-104.82232093811035,25.919921875],[-104.82563018798828,25.916015625],[-104.82666015625,25.914936065673828],[-104.82935905456543,25.912109375],[-104.83154296875,25.91002082824707],[-104.83347415924072,25.908203125],[-104.83642578125,25.90522003173828],[-104.83733654022217,25.904296875],[-104.84066247940063,25.900390625],[-104.84130859375,25.89969253540039],[-104.84419584274292,25.896484375],[-104.84619140625,25.894542694091797],[-104.84828472137451,25.892578125],[-104.85107421875,25.889881134033203],[-104.85230922698975,25.888671875],[-104.85567808151245,25.884765625],[-104.85595703125,25.88445472717285],[-104.85899925231934,25.880859375],[-104.86083984375,25.879013061523438],[-104.86300468444824,25.876953125],[-104.86572265625,25.87436866760254],[-104.86709594726562,25.873046875],[-104.87056732177734,25.869140625],[-104.87060546875,25.869098663330078],[-104.87389326095581,25.865234375],[-104.87548828125,25.863616943359375],[-104.87781763076782,25.861328125],[-104.88037109375,25.858871459960938],[-104.88188028335571,25.857421875],[-104.88525390625,25.8537540435791],[-104.88547801971436,25.853515625],[-104.8888087272644,25.849609375],[-104.89013671875,25.848249435424805],[-104.89266395568848,25.845703125],[-104.89501953125,25.843460083007812],[-104.89677667617798,25.841796875],[-104.89990234375,25.838516235351562],[-104.90049839019775,25.837890625],[-104.90375518798828,25.833984375],[-104.90478515625,25.832895278930664],[-104.90746021270752,25.830078125],[-104.90966796875,25.827938079833984],[-104.91150617599487,25.826171875],[-104.91455078125,25.822967529296875],[-104.91522312164307,25.822265625],[-104.91850852966309,25.818359375],[-104.91943359375,25.817378997802734],[-104.92217302322388,25.814453125],[-104.92431640625,25.8123779296875],[-104.92624044418335,25.810546875],[-104.92919921875,25.807537078857422],[-104.93008136749268,25.806640625],[-104.93342876434326,25.802734375],[-104.93408203125,25.802034378051758],[-104.93699312210083,25.798828125],[-104.93896484375,25.79694175720215],[-104.94117498397827,25.794921875],[-104.94384765625,25.79248046875],[-104.94542837142944,25.791015625],[-104.94873046875,25.787578582763672],[-104.94919061660767,25.787109375],[-104.95267868041992,25.783203125],[-104.95361328125,25.782245635986328],[-104.95643377304077,25.779296875],[-104.95849609375,25.77735710144043],[-104.96066093444824,25.775390625],[-104.96337890625,25.77289581298828],[-104.96490716934204,25.771484375],[-104.96826171875,25.768001556396484],[-104.96867418289185,25.767578125],[-104.97207403182983,25.763671875],[-104.97314453125,25.762571334838867],[-104.97586965560913,25.759765625],[-104.97802734375,25.75775909423828],[-104.98012781143188,25.755859375],[-104.98291015625,25.753265380859375],[-104.98430252075195,25.751953125],[-104.98779296875,25.748191833496094],[-104.98793125152588,25.748046875],[-104.99133586883545,25.744140625],[-104.99267578125,25.742788314819336],[-104.99525308609009,25.740234375],[-104.99755859375,25.73810386657715],[-104.99950408935547,25.736328125],[-105.00244140625,25.73344612121582],[-105.0034761428833,25.732421875],[-105.00687599182129,25.728515625],[-105.00732421875,25.728025436401367],[-105.0103235244751,25.724609375],[-105.01220703125,25.722774505615234],[-105.01444578170776,25.720703125],[-105.01708984375,25.718278884887695],[-105.0186824798584,25.716796875],[-105.02197265625,25.713315963745117],[-105.02238273620605,25.712890625],[-105.02580642700195,25.708984375],[-105.02685546875,25.70790672302246],[-105.0295877456665,25.705078125],[-105.03173828125,25.70304298400879],[-105.03376245498657,25.701171875],[-105.03662109375,25.698402404785156],[-105.03778457641602,25.697265625],[-105.04121541976929,25.693359375],[-105.04150390625,25.693044662475586],[-105.0446105003357,25.689453125],[-105.04638671875,25.687686920166016],[-105.04863977432251,25.685546875],[-105.05126953125,25.68309211730957],[-105.05282163619995,25.681640625],[-105.05615234375,25.67812728881836],[-105.05652666091919,25.677734375],[-105.05985975265503,25.673828125],[-105.06103515625,25.6726131439209],[-105.0636625289917,25.669921875],[-105.06591796875,25.667781829833984],[-105.06780624389648,25.666015625],[-105.07080078125,25.66298484802246],[-105.07166147232056,25.662109375],[-105.07497549057007,25.658203125],[-105.07568359375,25.657440185546875],[-105.07853031158447,25.654296875],[-105.08056640625,25.65228843688965],[-105.08253574371338,25.650390625],[-105.08544921875,25.647384643554688],[-105.08631706237793,25.646484375],[-105.08954524993896,25.642578125],[-105.09033203125,25.641725540161133],[-105.09310722351074,25.638671875],[-105.09521484375,25.63655662536621],[-105.09701013565063,25.634765625],[-105.10009765625,25.631303787231445],[-105.10049819946289,25.630859375],[-105.10360479354858,25.626953125],[-105.10498046875,25.625465393066406],[-105.107262134552,25.623046875],[-105.10986328125,25.620319366455078],[-105.1110053062439,25.619140625],[-105.11437177658081,25.615234375],[-105.11474609375,25.614837646484375],[-105.11796474456787,25.611328125],[-105.11962890625,25.609729766845703],[-105.12208461761475,25.607421875],[-105.12451171875,25.605213165283203],[-105.12637853622437,25.603515625],[-105.12939453125,25.600576400756836],[-105.13040065765381,25.599609375],[-105.13408184051514,25.595703125],[-105.13427734375,25.595500946044922],[-105.13765811920166,25.591796875],[-105.13916015625,25.59031867980957],[-105.14166831970215,25.587890625],[-105.14404296875,25.585702896118164],[-105.14592170715332,25.583984375],[-105.14892578125,25.580995559692383],[-105.14984369277954,25.580078125],[-105.15321254730225,25.576171875],[-105.15380859375,25.575529098510742],[-105.15673398971558,25.572265625],[-105.15869140625,25.57036590576172],[-105.16084432601929,25.568359375],[-105.16357421875,25.56574821472168],[-105.16489505767822,25.564453125],[-105.16820430755615,25.560546875],[-105.16845703125,25.560260772705078],[-105.1715087890625,25.556640625],[-105.17333984375,25.554824829101562],[-105.17557382583618,25.552734375],[-105.17822265625,25.55029296875],[-105.1797890663147,25.548828125],[-105.18310546875,25.54525375366211],[-105.18341779708862,25.544921875],[-105.18674373626709,25.541015625],[-105.18798828125,25.539730072021484],[-105.19055128097534,25.537109375],[-105.19287109375,25.534873962402344],[-105.19462585449219,25.533203125],[-105.19775390625,25.52995491027832],[-105.19839286804199,25.529296875],[-105.20174026489258,25.525390625],[-105.20263671875,25.524442672729492],[-105.20538330078125,25.521484375],[-105.20751953125,25.519380569458008],[-105.20938873291016,25.517578125],[-105.21240234375,25.51445198059082],[-105.21315813064575,25.513671875],[-105.21644830703735,25.509765625],[-105.21728515625,25.508872985839844],[-105.22007465362549,25.505859375],[-105.22216796875,25.503829956054688],[-105.22415399551392,25.501953125],[-105.22705078125,25.499053955078125],[-105.22805213928223,25.498046875],[-105.23139238357544,25.494140625],[-105.23193359375,25.49355125427246],[-105.23487091064453,25.490234375],[-105.23681640625,25.48833656311035],[-105.23897171020508,25.486328125],[-105.24169921875,25.483766555786133],[-105.24311304092407,25.482421875],[-105.24658203125,25.47859001159668],[-105.24665117263794,25.478515625],[-105.24996995925903,25.474609375],[-105.25146484375,25.47308921813965],[-105.25388240814209,25.470703125],[-105.25634765625,25.46836280822754],[-105.25799512863159,25.466796875],[-105.26123046875,25.46332550048828],[-105.26163816452026,25.462890625],[-105.26491165161133,25.458984375],[-105.26611328125,25.457725524902344],[-105.26866436004639,25.455078125],[-105.27099609375,25.45278549194336],[-105.27264356613159,25.451171875],[-105.27587890625,25.447555541992188],[-105.27613878250122,25.447265625],[-105.27925968170166,25.443359375],[-105.28076171875,25.44179916381836],[-105.28313636779785,25.439453125],[-105.28564453125,25.43705177307129],[-105.28718709945679,25.435546875],[-105.29052495956421,25.431640625],[-105.29052734375,25.431638717651367],[-105.29368877410889,25.427734375],[-105.29541015625,25.426008224487305],[-105.29772996902466,25.423828125],[-105.30029296875,25.42145347595215],[-105.30187606811523,25.419921875],[-105.30515432357788,25.416015625],[-105.30517578125,25.415990829467773],[-105.3083324432373,25.412109375],[-105.31005859375,25.410400390625],[-105.31245231628418,25.408203125],[-105.31494140625,25.40606117248535],[-105.3169846534729,25.404296875],[-105.31982421875,25.401622772216797],[-105.32109260559082,25.400390625],[-105.32448053359985,25.396484375],[-105.32470703125,25.396228790283203],[-105.32776117324829,25.392578125],[-105.32958984375,25.390705108642578],[-105.33165454864502,25.388671875],[-105.33447265625,25.385759353637695],[-105.33541440963745,25.384765625],[-105.33847332000732,25.380859375],[-105.33935546875,25.379850387573242],[-105.3418779373169,25.376953125],[-105.34423828125,25.374475479125977],[-105.34568786621094,25.373046875],[-105.34912109375,25.36968421936035],[-105.34970283508301,25.369140625],[-105.35354852676392,25.365234375],[-105.35400390625,25.364765167236328],[-105.3570556640625,25.361328125],[-105.35888671875,25.359508514404297],[-105.36110162734985,25.357421875],[-105.36376953125,25.354965209960938],[-105.3653335571289,25.353515625],[-105.36865234375,25.350021362304688],[-105.36904573440552,25.349609375],[-105.3723406791687,25.345703125],[-105.37353515625,25.344444274902344],[-105.3760552406311,25.341796875],[-105.37841796875,25.339391708374023],[-105.37987947463989,25.337890625],[-105.3831148147583,25.333984375],[-105.38330078125,25.333770751953125],[-105.38635969161987,25.330078125],[-105.38818359375,25.3282527923584],[-105.39041042327881,25.326171875],[-105.39306640625,25.323787689208984],[-105.39476156234741,25.322265625],[-105.39794921875,25.31913185119629],[-105.39873600006104,25.318359375],[-105.4022479057312,25.314453125],[-105.40283203125,25.31383514404297],[-105.4057788848877,25.310546875],[-105.40771484375,25.308618545532227],[-105.40974855422974,25.306640625],[-105.41259765625,25.303627014160156],[-105.41341543197632,25.302734375],[-105.41633367538452,25.298828125],[-105.41748046875,25.2974910736084],[-105.4197096824646,25.294921875],[-105.42236328125,25.29195213317871],[-105.42324542999268,25.291015625],[-105.42662620544434,25.287109375],[-105.42724609375,25.28645133972168],[-105.43018817901611,25.283203125],[-105.43212890625,25.281333923339844],[-105.43435096740723,25.279296875],[-105.43701171875,25.276920318603516],[-105.4387378692627,25.275390625],[-105.44189453125,25.27237892150879],[-105.44282674789429,25.271484375],[-105.44635057449341,25.267578125],[-105.44677734375,25.267114639282227],[-105.44976234436035,25.263671875],[-105.45166015625,25.261762619018555],[-105.45375108718872,25.259765625],[-105.45654296875,25.257112503051758],[-105.45785665512085,25.255859375],[-105.46142578125,25.25196075439453],[-105.46143293380737,25.251953125],[-105.46481609344482,25.248046875],[-105.46630859375,25.24650001525879],[-105.46859979629517,25.244140625],[-105.47119140625,25.24148941040039],[-105.47244310379028,25.240234375],[-105.47596216201782,25.236328125],[-105.47607421875,25.236209869384766],[-105.47939777374268,25.232421875],[-105.48095703125,25.230833053588867],[-105.48326015472412,25.228515625],[-105.48583984375,25.225929260253906],[-105.4871654510498,25.224609375],[-105.4905652999878,25.220703125],[-105.49072265625,25.22052574157715],[-105.49378871917725,25.216796875],[-105.49560546875,25.214887619018555],[-105.4975962638855,25.212890625],[-105.50048828125,25.210004806518555],[-105.50155401229858,25.208984375],[-105.50536870956421,25.205078125],[-105.50537109375,25.205076217651367],[-105.50901651382446,25.201171875],[-105.51025390625,25.199926376342773],[-105.51284790039062,25.197265625],[-105.51513671875,25.195026397705078],[-105.51687717437744,25.193359375],[-105.52001953125,25.19019889831543],[-105.52078247070312,25.189453125],[-105.52437782287598,25.185546875],[-105.52490234375,25.18499183654785],[-105.5278754234314,25.181640625],[-105.52978515625,25.179719924926758],[-105.53183555603027,25.177734375],[-105.53466796875,25.174922943115234],[-105.53576707839966,25.173828125],[-105.53911685943604,25.169921875],[-105.53955078125,25.169445037841797],[-105.54251909255981,25.166015625],[-105.54443359375,25.16408348083496],[-105.54645538330078,25.162109375],[-105.54931640625,25.1591739654541],[-105.55025339126587,25.158203125],[-105.55345058441162,25.154296875],[-105.55419921875,25.153467178344727],[-105.55692195892334,25.150390625],[-105.55908203125,25.14814567565918],[-105.56069374084473,25.146484375],[-105.56396484375,25.142629623413086],[-105.56401014328003,25.142578125],[-105.56704998016357,25.138671875],[-105.56884765625,25.136638641357422],[-105.57054042816162,25.134765625],[-105.57371854782104,25.130859375],[-105.57373046875,25.13084602355957],[-105.57683229446411,25.126953125],[-105.57861328125,25.12508773803711],[-105.5806565284729,25.123046875],[-105.58349609375,25.120071411132812],[-105.58436870574951,25.119140625],[-105.58740377426147,25.115234375],[-105.58837890625,25.11412811279297],[-105.59083700180054,25.111328125],[-105.59326171875,25.10862922668457],[-105.59435844421387,25.107421875],[-105.59743642807007,25.103515625],[-105.59814453125,25.102725982666016],[-105.60092449188232,25.099609375],[-105.60302734375,25.097517013549805],[-105.60489654541016,25.095703125],[-105.60791015625,25.092618942260742],[-105.60873031616211,25.091796875],[-105.61217784881592,25.087890625],[-105.61279296875,25.087234497070312],[-105.615713596344,25.083984375],[-105.61767578125,25.082054138183594],[-105.61976909637451,25.080078125],[-105.62255859375,25.077428817749023],[-105.62388181686401,25.076171875],[-105.62743186950684,25.072265625],[-105.62744140625,25.072254180908203],[-105.63058137893677,25.068359375],[-105.63232421875,25.06653594970703],[-105.63445091247559,25.064453125],[-105.63720703125,25.06183624267578],[-105.63856601715088,25.060546875],[-105.64208984375,25.056732177734375],[-105.64217567443848,25.056640625],[-105.64557313919067,25.052734375],[-105.64697265625,25.051321029663086],[-105.6494927406311,25.048828125],[-105.65185546875,25.046627044677734],[-105.65369606018066,25.044921875],[-105.65673828125,25.04181671142578],[-105.65751552581787,25.041015625],[-105.66077470779419,25.037109375],[-105.66162109375,25.03619956970215],[-105.66439151763916,25.033203125],[-105.66650390625,25.031160354614258],[-105.66848039627075,25.029296875],[-105.67138671875,25.026397705078125],[-105.67239046096802,25.025390625],[-105.67573308944702,25.021484375],[-105.67626953125,25.020898818969727],[-105.67919254302979,25.017578125],[-105.68115234375,25.015626907348633],[-105.68319082260132,25.013671875],[-105.68603515625,25.010862350463867],[-105.68713903427124,25.009765625],[-105.69050073623657,25.005859375],[-105.69091796875,25.005401611328125],[-105.6939148902893,25.001953125],[-105.69580078125,25.000085830688477],[-105.69795608520508,24.998046875],[-105.70068359375,24.99545669555664],[-105.7020616531372,24.994140625],[-105.70556640625,24.990325927734375],[-105.70565223693848,24.990234375],[-105.70906400680542,24.986328125],[-105.71044921875,24.984922409057617],[-105.71293830871582,24.982421875],[-105.71533203125,24.980083465576172],[-105.71692705154419,24.978515625],[-105.72021484375,24.974809646606445],[-105.72039842605591,24.974609375],[-105.72364568710327,24.970703125],[-105.72509765625,24.969223022460938],[-105.7275652885437,24.966796875],[-105.72998046875,24.96453285217285],[-105.73172092437744,24.962890625],[-105.73486328125,24.959531784057617],[-105.73537826538086,24.958984375],[-105.73864221572876,24.955078125],[-105.73974609375,24.953927993774414],[-105.74244737625122,24.951171875],[-105.74462890625,24.949193954467773],[-105.74682474136353,24.947265625],[-105.74951171875,24.94483757019043],[-105.75108766555786,24.943359375],[-105.75439453125,24.93963050842285],[-105.7545518875122,24.939453125],[-105.75765609741211,24.935546875],[-105.75927734375,24.933874130249023],[-105.76159000396729,24.931640625],[-105.76586246490479,24.927734375],[-105.76904296875,24.92447853088379],[-105.76967477798462,24.923828125],[-105.77298641204834,24.919921875],[-105.77392578125,24.918926239013672],[-105.77663898468018,24.916015625],[-105.77880859375,24.91386604309082],[-105.78060388565063,24.912109375],[-105.78369140625,24.908781051635742],[-105.78423261642456,24.908203125],[-105.78745603561401,24.904296875],[-105.78857421875,24.90311622619629],[-105.79116344451904,24.900390625],[-105.79345703125,24.898067474365234],[-105.79499959945679,24.896484375],[-105.79821348190308,24.892578125],[-105.79833984375,24.89242935180664],[-105.80142021179199,24.888671875],[-105.80322265625,24.886873245239258],[-105.80548048019409,24.884765625],[-105.80810546875,24.88241195678711],[-105.80982685089111,24.880859375],[-105.81298828125,24.87769317626953],[-105.813729763031,24.876953125],[-105.81714391708374,24.873046875],[-105.81787109375,24.87225341796875],[-105.8205795288086,24.869140625],[-105.82275390625,24.866756439208984],[-105.82417011260986,24.865234375],[-105.82742929458618,24.861328125],[-105.82763671875,24.861095428466797],[-105.83076238632202,24.857421875],[-105.83251953125,24.855697631835938],[-105.83488702774048,24.853515625],[-105.83740234375,24.851346969604492],[-105.83945989608765,24.849609375],[-105.84228515625,24.84709930419922],[-105.84378480911255,24.845703125],[-105.84716796875,24.841886520385742],[-105.8472466468811,24.841796875],[-105.85033416748047,24.837890625],[-105.85205078125,24.83608055114746],[-105.85413694381714,24.833984375],[-105.85693359375,24.831022262573242],[-105.85779428482056,24.830078125],[-105.86068391799927,24.826171875],[-105.86181640625,24.824918746948242],[-105.86434602737427,24.822265625],[-105.86669921875,24.820032119750977],[-105.86846590042114,24.818359375],[-105.87158203125,24.8150691986084],[-105.87217807769775,24.814453125],[-105.87555170059204,24.810546875],[-105.87646484375,24.80957794189453],[-105.87916374206543,24.806640625],[-105.88134765625,24.80443000793457],[-105.88306427001953,24.802734375],[-105.88623046875,24.799365997314453],[-105.88674306869507,24.798828125],[-105.89000940322876,24.794921875],[-105.89111328125,24.79374885559082],[-105.89369058609009,24.791015625],[-105.89599609375,24.788745880126953],[-105.8976936340332,24.787109375],[-105.90087890625,24.783742904663086],[-105.90138912200928,24.783203125],[-105.90457201004028,24.779296875],[-105.90576171875,24.778011322021484],[-105.90821266174316,24.775390625],[-105.91064453125,24.77292823791504],[-105.9121036529541,24.771484375],[-105.91552734375,24.767854690551758],[-105.91579914093018,24.767578125],[-105.91938018798828,24.763671875],[-105.92041015625,24.76262855529785],[-105.9231448173523,24.759765625],[-105.92529296875,24.757617950439453],[-105.92704772949219,24.755859375],[-105.93017578125,24.752363204956055],[-105.93055725097656,24.751953125],[-105.93388557434082,24.748046875],[-105.93505859375,24.74683952331543],[-105.93768358230591,24.744140625],[-105.93994140625,24.74196434020996],[-105.94176292419434,24.740234375],[-105.94482421875,24.737092971801758],[-105.94558000564575,24.736328125],[-105.94898223876953,24.732421875],[-105.94970703125,24.731657028198242],[-105.95259428024292,24.728515625],[-105.95458984375,24.72657012939453],[-105.95663785934448,24.724609375],[-105.95947265625,24.721635818481445],[-105.96034049987793,24.720703125],[-105.96336841583252,24.716796875],[-105.96435546875,24.71573257446289],[-105.96709728240967,24.712890625],[-105.96923828125,24.711002349853516],[-105.97167015075684,24.708984375],[-105.97412109375,24.70704460144043],[-105.97662687301636,24.705078125],[-105.97900390625,24.703147888183594],[-105.98135709762573,24.701171875],[-105.98388671875,24.699012756347656],[-105.98597049713135,24.697265625],[-105.98876953125,24.694913864135742],[-105.99060297012329,24.693359375],[-105.99365234375,24.690540313720703],[-105.99477767944336,24.689453125],[-105.99811315536499,24.685546875],[-105.99853515625,24.68505859375],[-106.00134372711182,24.681640625],[-106.00341796875,24.679466247558594],[-106.0051941871643,24.677734375],[-106.00830078125,24.674602508544922],[-106.00903272628784,24.673828125],[-106.01191997528076,24.669921875],[-106.01318359375,24.66838836669922],[-106.01519346237183,24.666015625],[-106.01806640625,24.662799835205078],[-106.01872682571411,24.662109375],[-106.02222442626953,24.658203125],[-106.02294921875,24.657442092895508],[-106.02579116821289,24.654296875],[-106.02783203125,24.652254104614258],[-106.02976560592651,24.650390625],[-106.03271484375,24.64747428894043],[-106.03371858596802,24.646484375],[-106.03712558746338,24.642578125],[-106.03759765625,24.642059326171875],[-106.04048252105713,24.638671875],[-106.04248046875,24.63650131225586],[-106.04409694671631,24.634765625],[-106.04736328125,24.630887985229492],[-106.0473895072937,24.630859375],[-106.05065822601318,24.626953125],[-106.05224609375,24.625213623046875],[-106.0541820526123,24.623046875],[-106.05712890625,24.61932373046875],[-106.05727910995483,24.619140625],[-106.06009483337402,24.615234375],[-106.06201171875,24.61290740966797],[-106.06339931488037,24.611328125],[-106.06689453125,24.60750961303711],[-106.06698513031006,24.607421875],[-106.07133865356445,24.603515625],[-106.07177734375,24.603134155273438],[-106.07556104660034,24.599609375],[-106.07666015625,24.598581314086914],[-106.07961416244507,24.595703125],[-106.08154296875,24.59393310546875],[-106.08389854431152,24.591796875],[-106.08642578125,24.589527130126953],[-106.08824968338013,24.587890625],[-106.09130859375,24.584922790527344],[-106.09227180480957,24.583984375],[-106.09571695327759,24.580078125],[-106.09619140625,24.57954978942871],[-106.09903335571289,24.576171875],[-106.10107421875,24.573999404907227],[-106.10279560089111,24.572265625],[-106.10595703125,24.569103240966797],[-106.10673427581787,24.568359375],[-106.11068725585938,24.564453125],[-106.11083984375,24.564313888549805],[-106.11503601074219,24.560546875],[-106.11572265625,24.559959411621094],[-106.11948728561401,24.556640625],[-106.12060546875,24.555639266967773],[-106.12365245819092,24.552734375],[-106.12548828125,24.551057815551758],[-106.12796068191528,24.548828125],[-106.13037109375,24.546783447265625],[-106.13263368606567,24.544921875],[-106.13525390625,24.542787551879883],[-106.13736867904663,24.541015625],[-106.14013671875,24.53838348388672],[-106.14137649536133,24.537109375],[-106.14437341690063,24.533203125],[-106.14501953125,24.53246307373047],[-106.14779233932495,24.529296875],[-106.14990234375,24.527162551879883],[-106.15167617797852,24.525390625],[-106.15478515625,24.52204132080078],[-106.15532875061035,24.521484375],[-106.15882158279419,24.517578125],[-106.15966796875,24.51667594909668],[-106.1623215675354,24.513671875],[-106.16455078125,24.511211395263672],[-106.1658763885498,24.509765625],[-106.16903781890869,24.505859375],[-106.16943359375,24.505401611328125],[-106.17226123809814,24.501953125],[-106.17431640625,24.499643325805664],[-106.17576599121094,24.498046875],[-106.17885112762451,24.494140625],[-106.17919921875,24.49369239807129],[-106.18163347244263,24.490234375],[-106.18408203125,24.486637115478516],[-106.18430852890015,24.486328125],[-106.18694067001343,24.482421875],[-106.18896484375,24.479610443115234],[-106.18977308273315,24.478515625],[-106.19239330291748,24.474609375],[-106.19384765625,24.472997665405273],[-106.19613647460938,24.470703125],[-106.19873046875,24.468355178833008],[-106.20047569274902,24.466796875],[-106.20361328125,24.463726043701172],[-106.2044620513916,24.462890625],[-106.20801210403442,24.458984375],[-106.20849609375,24.45849609375],[-106.21187925338745,24.455078125],[-106.21337890625,24.453739166259766],[-106.21638774871826,24.451171875],[-106.21826171875,24.449670791625977],[-106.22132778167725,24.447265625],[-106.22314453125,24.4457950592041],[-106.22598648071289,24.443359375],[-106.22802734375,24.441457748413086],[-106.23003244400024,24.439453125],[-106.23291015625,24.436172485351562],[-106.23347520828247,24.435546875],[-106.23663902282715,24.431640625],[-106.23779296875,24.4302921295166],[-106.23986959457397,24.427734375],[-106.24267578125,24.423948287963867],[-106.24277114868164,24.423828125],[-106.24572992324829,24.419921875],[-106.24755859375,24.41782569885254],[-106.24916076660156,24.416015625],[-106.25218391418457,24.412109375],[-106.25244140625,24.41179084777832],[-106.2551736831665,24.408203125],[-106.25732421875,24.405677795410156],[-106.25857830047607,24.404296875],[-106.26196384429932,24.400390625],[-106.26220703125,24.400127410888672],[-106.26539707183838,24.396484375],[-106.26708984375,24.394838333129883],[-106.2695574760437,24.392578125],[-106.27197265625,24.390554428100586],[-106.27426624298096,24.388671875],[-106.27685546875,24.386531829833984],[-106.27894878387451,24.384765625],[-106.28173828125,24.382164001464844],[-106.28305912017822,24.380859375],[-106.2862753868103,24.376953125],[-106.28662109375,24.376558303833008],[-106.2895941734314,24.373046875],[-106.29150390625,24.371145248413086],[-106.29363059997559,24.369140625],[-106.29638671875,24.366588592529297],[-106.29786014556885,24.365234375],[-106.30126953125,24.361858367919922],[-106.3018250465393,24.361328125],[-106.30568742752075,24.357421875],[-106.30615234375,24.356979370117188],[-106.30964994430542,24.353515625],[-106.31103515625,24.352201461791992],[-106.31371259689331,24.349609375],[-106.31591796875,24.34760093688965],[-106.31801843643188,24.345703125],[-106.32080078125,24.342992782592773],[-106.32198095321655,24.341796875],[-106.32516384124756,24.337890625],[-106.32568359375,24.337312698364258],[-106.32863521575928,24.333984375],[-106.33056640625,24.33216667175293],[-106.33293151855469,24.330078125],[-106.33544921875,24.327945709228516],[-106.33749961853027,24.326171875],[-106.34033203125,24.323402404785156],[-106.3414454460144,24.322265625],[-106.34461879730225,24.318359375],[-106.34521484375,24.31769371032715],[-106.3480544090271,24.314453125],[-106.35009765625,24.3123779296875],[-106.35195732116699,24.310546875],[-106.35498046875,24.307493209838867],[-106.35587215423584,24.306640625],[-106.35983228683472,24.302734375],[-106.35986328125,24.302703857421875],[-106.36390209197998,24.298828125],[-106.36474609375,24.298076629638672],[-106.36823177337646,24.294921875],[-106.36962890625,24.293643951416016],[-106.37229442596436,24.291015625],[-106.37451171875,24.288745880126953],[-106.37606143951416,24.287109375],[-106.37915134429932,24.283203125],[-106.37939453125,24.282915115356445],[-106.38230562210083,24.279296875],[-106.38427734375,24.277070999145508],[-106.38576030731201,24.275390625],[-106.38869762420654,24.271484375],[-106.38916015625,24.27093505859375],[-106.39196395874023,24.267578125],[-106.39404296875,24.265417098999023],[-106.39575481414795,24.263671875],[-106.39892578125,24.260019302368164],[-106.39914751052856,24.259765625],[-106.40215873718262,24.255859375],[-106.40380859375,24.254131317138672],[-106.40604734420776,24.251953125],[-106.40869140625,24.24945831298828],[-106.41015291213989,24.248046875],[-106.41345977783203,24.244140625],[-106.41357421875,24.244001388549805],[-106.41640663146973,24.240234375],[-106.41845703125,24.237817764282227],[-106.41982793807983,24.236328125],[-106.42333984375,24.232559204101562],[-106.4234733581543,24.232421875],[-106.42698526382446,24.228515625],[-106.42822265625,24.227266311645508],[-106.43084287643433,24.224609375],[-106.43310546875,24.222461700439453],[-106.43500328063965,24.220703125],[-106.43798828125,24.217897415161133],[-106.43921613693237,24.216796875],[-106.44287109375,24.213430404663086],[-106.44345760345459,24.212890625],[-106.44716262817383,24.208984375],[-106.44775390625,24.208351135253906],[-106.45057201385498,24.205078125],[-106.45263671875,24.202796936035156],[-106.45413875579834,24.201171875],[-106.4574933052063,24.197265625],[-106.45751953125,24.197237014770508],[-106.46109342575073,24.193359375],[-106.46240234375,24.192123413085938],[-106.46528005599976,24.189453125],[-106.46728515625,24.187700271606445],[-106.46974563598633,24.185546875],[-106.47216796875,24.183443069458008],[-106.4742374420166,24.181640625],[-106.47705078125,24.178997039794922],[-106.47834777832031,24.177734375],[-106.48167371749878,24.173828125],[-106.48193359375,24.173532485961914],[-106.4849328994751,24.169921875],[-106.48681640625,24.167936325073242],[-106.48870468139648,24.166015625],[-106.49169921875,24.162858963012695],[-106.49243593215942,24.162109375],[-106.49588108062744,24.158203125],[-106.49658203125,24.157466888427734],[-106.49948596954346,24.154296875],[-106.50146484375,24.152385711669922],[-106.5036153793335,24.150390625],[-106.50634765625,24.147869110107422],[-106.50786399841309,24.146484375],[-106.51123046875,24.143125534057617],[-106.51178121566772,24.142578125],[-106.51524782180786,24.138671875],[-106.51611328125,24.13776397705078],[-106.51888847351074,24.134765625],[-106.52099609375,24.132633209228516],[-106.52276277542114,24.130859375],[-106.52587890625,24.12743377685547],[-106.52633428573608,24.126953125],[-106.52971982955933,24.123046875],[-106.53076171875,24.121980667114258],[-106.53352499008179,24.119140625],[-106.53564453125,24.117170333862305],[-106.53778791427612,24.115234375],[-106.54052734375,24.112682342529297],[-106.54195070266724,24.111328125],[-106.54541015625,24.107481002807617],[-106.5454649925232,24.107421875],[-106.54874324798584,24.103515625],[-106.55029296875,24.101919174194336],[-106.55262231826782,24.099609375],[-106.55517578125,24.097251892089844],[-106.55692338943481,24.095703125],[-106.56005859375,24.092870712280273],[-106.56124353408813,24.091796875],[-106.56494140625,24.088054656982422],[-106.56510353088379,24.087890625],[-106.56861782073975,24.083984375],[-106.56982421875,24.082759857177734],[-106.57245874404907,24.080078125],[-106.57470703125,24.077922821044922],[-106.5765380859375,24.076171875],[-106.57958984375,24.07293128967285],[-106.58021688461304,24.072265625],[-106.58344268798828,24.068359375],[-106.58447265625,24.0672664642334],[-106.58714771270752,24.064453125],[-106.58935546875,24.06234359741211],[-106.59126281738281,24.060546875],[-106.59423828125,24.057525634765625],[-106.59510850906372,24.056640625],[-106.59841299057007,24.052734375],[-106.59912109375,24.051958084106445],[-106.60187721252441,24.048828125],[-106.60400390625,24.046606063842773],[-106.60565614700317,24.044921875],[-106.60888671875,24.04132080078125],[-106.60916566848755,24.041015625],[-106.612389087677,24.037109375],[-106.61376953125,24.035680770874023],[-106.61624908447266,24.033203125],[-106.61865234375,24.030956268310547],[-106.62043809890747,24.029296875],[-106.62353515625,24.0261173248291],[-106.62423849105835,24.025390625],[-106.62750482559204,24.021484375],[-106.62841796875,24.0205078125],[-106.63114786148071,24.017578125],[-106.63330078125,24.015478134155273],[-106.63517713546753,24.013671875],[-106.63818359375,24.010522842407227],[-106.63891077041626,24.009765625],[-106.64217948913574,24.005859375],[-106.64306640625,24.00490951538086],[-106.64578437805176,24.001953125],[-106.64794921875,23.99979591369629],[-106.64973974227905,23.998046875],[-106.65283203125,23.99479103088379],[-106.65345907211304,23.994140625],[-106.65677070617676,23.990234375],[-106.65771484375,23.989229202270508],[-106.66039228439331,23.986328125],[-106.66259765625,23.984107971191406],[-106.66429996490479,23.982421875],[-106.66748046875,23.97895622253418],[-106.66789054870605,23.978515625],[-106.67110443115234,23.974609375],[-106.67236328125,23.973276138305664],[-106.67483329772949,23.970703125],[-106.67724609375,23.96831512451172],[-106.67880058288574,23.966796875],[-106.68212890625,23.96320152282715],[-106.68242454528809,23.962890625],[-106.68579578399658,23.958984375],[-106.68701171875,23.957735061645508],[-106.68961524963379,23.955078125],[-106.69189453125,23.952911376953125],[-106.69373989105225,23.951171875],[-106.69677734375,23.948047637939453],[-106.69753789901733,23.947265625],[-106.70085191726685,23.943359375],[-106.70166015625,23.942489624023438],[-106.70442581176758,23.939453125],[-106.70654296875,23.937345504760742],[-106.70839786529541,23.935546875],[-106.71142578125,23.93242073059082],[-106.71218633651733,23.931640625],[-106.7155122756958,23.927734375],[-106.71630859375,23.9268798828125],[-106.7190933227539,23.923828125],[-106.72119140625,23.921743392944336],[-106.72306776046753,23.919921875],[-106.72607421875,23.916778564453125],[-106.72680377960205,23.916015625],[-106.73003911972046,23.912109375],[-106.73095703125,23.9111270904541],[-106.73367738723755,23.908203125],[-106.73583984375,23.906084060668945],[-106.73768520355225,23.904296875],[-106.74072265625,23.901039123535156],[-106.74132585525513,23.900390625],[-106.74448251724243,23.896484375],[-106.74560546875,23.895280838012695],[-106.74816608428955,23.892578125],[-106.75048828125,23.890289306640625],[-106.75213575363159,23.888671875],[-106.75537109375,23.88507652282715],[-106.75565481185913,23.884765625],[-106.75887107849121,23.880859375],[-106.76025390625,23.879411697387695],[-106.76266193389893,23.876953125],[-106.76513671875,23.874526977539062],[-106.76665544509888,23.873046875],[-106.77001953125,23.86934471130371],[-106.77021026611328,23.869140625],[-106.77348852157593,23.865234375],[-106.77490234375,23.863773345947266],[-106.77732467651367,23.861328125],[-106.77978515625,23.858922958374023],[-106.78131341934204,23.857421875],[-106.78466796875,23.853609085083008],[-106.78475141525269,23.853515625],[-106.78796052932739,23.849609375],[-106.78955078125,23.84796142578125],[-106.79181814193726,23.845703125],[-106.79443359375,23.843130111694336],[-106.79577589035034,23.841796875],[-106.79911851882935,23.837890625],[-106.79931640625,23.837665557861328],[-106.80237531661987,23.833984375],[-106.80419921875,23.832117080688477],[-106.80629253387451,23.830078125],[-106.80908203125,23.82733154296875],[-106.81025505065918,23.826171875],[-106.81363582611084,23.822265625],[-106.81396484375,23.821901321411133],[-106.81697607040405,23.818359375],[-106.81884765625,23.81645393371582],[-106.82089805603027,23.814453125],[-106.82373046875,23.81161880493164],[-106.82479619979858,23.810546875],[-106.82810068130493,23.806640625],[-106.82861328125,23.806076049804688],[-106.83154106140137,23.802734375],[-106.83349609375,23.80077362060547],[-106.83549404144287,23.798828125],[-106.83837890625,23.795806884765625],[-106.83921098709106,23.794921875],[-106.84230089187622,23.791015625],[-106.84326171875,23.78997230529785],[-106.84596061706543,23.787109375],[-106.84814453125,23.785064697265625],[-106.85019016265869,23.783203125],[-106.85302734375,23.780492782592773],[-106.85425996780396,23.779296875],[-106.85768365859985,23.775390625],[-106.85791015625,23.775136947631836],[-106.86097621917725,23.771484375],[-106.86279296875,23.769638061523438],[-106.86492443084717,23.767578125],[-106.86767578125,23.7648983001709],[-106.8689227104187,23.763671875],[-106.87228679656982,23.759765625],[-106.87255859375,23.75946044921875],[-106.87559366226196,23.755859375],[-106.87744140625,23.753978729248047],[-106.87952518463135,23.751953125],[-106.88232421875,23.749177932739258],[-106.88345670700073,23.748046875],[-106.88677787780762,23.744140625],[-106.88720703125,23.74366569519043],[-106.8901777267456,23.740234375],[-106.89208984375,23.73831558227539],[-106.89414262771606,23.736328125],[-106.89697265625,23.73348617553711],[-106.89802646636963,23.732421875],[-106.90131664276123,23.728515625],[-106.90185546875,23.727922439575195],[-106.90476179122925,23.724609375],[-106.90673828125,23.722631454467773],[-106.90872430801392,23.720703125],[-106.91162109375,23.717744827270508],[-106.9125485420227,23.716796875],[-106.91583395004272,23.712890625],[-106.91650390625,23.712160110473633],[-106.91933870315552,23.708984375],[-106.92138671875,23.706926345825195],[-106.92327499389648,23.705078125],[-106.92626953125,23.701953887939453],[-106.92702293395996,23.701171875],[-106.93030595779419,23.697265625],[-106.93115234375,23.69635581970215],[-106.93389415740967,23.693359375],[-106.93603515625,23.691219329833984],[-106.93783760070801,23.689453125],[-106.94091796875,23.686182022094727],[-106.94151878356934,23.685546875],[-106.94476842880249,23.681640625],[-106.94580078125,23.680545806884766],[-106.94845676422119,23.677734375],[-106.95068359375,23.675548553466797],[-106.95244550704956,23.673828125],[-106.95556640625,23.670429229736328],[-106.95603609085083,23.669921875],[-106.95924282073975,23.666015625],[-106.96044921875,23.66474151611328],[-106.96298599243164,23.662109375],[-106.96533203125,23.659814834594727],[-106.96698188781738,23.658203125],[-106.97021484375,23.654630661010742],[-106.97052001953125,23.654296875],[-106.97374105453491,23.650390625],[-106.97509765625,23.648963928222656],[-106.97750329971313,23.646484375],[-106.97998046875,23.644023895263672],[-106.98144435882568,23.642578125],[-106.98486328125,23.638751983642578],[-106.98493719100952,23.638671875],[-106.98821067810059,23.634765625],[-106.98974609375,23.63318634033203],[-106.99207544326782,23.630859375],[-106.99462890625,23.628347396850586],[-106.9960355758667,23.626953125],[-106.9994068145752,23.623046875],[-106.99951171875,23.622928619384766],[-107.00265645980835,23.619140625],[-107.00439453125,23.617368698120117],[-107.00658798217773,23.615234375],[-107.00927734375,23.61260986328125],[-107.0105767250061,23.611328125],[-107.01391220092773,23.607421875],[-107.01416015625,23.607141494750977],[-107.01719760894775,23.603515625],[-107.01904296875,23.601634979248047],[-107.02112674713135,23.599609375],[-107.02392578125,23.59683609008789],[-107.02506065368652,23.595703125],[-107.02838659286499,23.591796875],[-107.02880859375,23.591327667236328],[-107.03176021575928,23.587890625],[-107.03369140625,23.585927963256836],[-107.0356798171997,23.583984375],[-107.03857421875,23.58104705810547],[-107.0395278930664,23.580078125],[-107.04283237457275,23.576171875],[-107.04345703125,23.575490951538086],[-107.04632759094238,23.572265625],[-107.04833984375,23.570253372192383],[-107.05028533935547,23.568359375],[-107.05322265625,23.5653133392334],[-107.05405235290527,23.564453125],[-107.05729484558105,23.560546875],[-107.05810546875,23.55967140197754],[-107.06087589263916,23.556640625],[-107.06298828125,23.55455207824707],[-107.06485509872437,23.552734375],[-107.06787109375,23.54953956604004],[-107.06854581832886,23.548828125],[-107.07178592681885,23.544921875],[-107.07275390625,23.543886184692383],[-107.07541704177856,23.541015625],[-107.07763671875,23.53880500793457],[-107.0793628692627,23.537109375],[-107.08251953125,23.5336971282959],[-107.08298206329346,23.533203125],[-107.08623170852661,23.529296875],[-107.08740234375,23.528060913085938],[-107.08994150161743,23.525390625],[-107.09228515625,23.523054122924805],[-107.09387302398682,23.521484375],[-107.09716796875,23.5178279876709],[-107.09739923477173,23.517578125],[-107.10065364837646,23.513671875],[-107.10205078125,23.512224197387695],[-107.10448026657104,23.509765625],[-107.10693359375,23.507362365722656],[-107.10845708847046,23.505859375],[-107.11181640625,23.502010345458984],[-107.11186647415161,23.501953125],[-107.11507081985474,23.498046875],[-107.11669921875,23.496366500854492],[-107.11895704269409,23.494140625],[-107.12158203125,23.491580963134766],[-107.12295055389404,23.490234375],[-107.126305103302,23.486328125],[-107.12646484375,23.48614501953125],[-107.12953567504883,23.482421875],[-107.13134765625,23.480558395385742],[-107.13343381881714,23.478515625],[-107.13623046875,23.475746154785156],[-107.13737487792969,23.474609375],[-107.14072704315186,23.470703125],[-107.14111328125,23.47027587890625],[-107.14410066604614,23.466796875],[-107.14599609375,23.464876174926758],[-107.14803457260132,23.462890625],[-107.15087890625,23.46001434326172],[-107.15189218521118,23.458984375],[-107.15516328811646,23.455078125],[-107.15576171875,23.454421997070312],[-107.15864181518555,23.451171875],[-107.16064453125,23.449169158935547],[-107.16260194778442,23.447265625],[-107.16552734375,23.444244384765625],[-107.16638565063477,23.443359375],[-107.1696400642395,23.439453125],[-107.17041015625,23.438615798950195],[-107.17318773269653,23.435546875],[-107.17529296875,23.433446884155273],[-107.17713832855225,23.431640625],[-107.18017578125,23.428424835205078],[-107.18083143234253,23.427734375],[-107.18408346176147,23.423828125],[-107.18505859375,23.422780990600586],[-107.18769550323486,23.419921875],[-107.18994140625,23.41765594482422],[-107.19159841537476,23.416015625],[-107.19482421875,23.412521362304688],[-107.19521045684814,23.412109375],[-107.19848394393921,23.408203125],[-107.19970703125,23.40692138671875],[-107.20223665237427,23.404296875],[-107.20458984375,23.401968002319336],[-107.20618724822998,23.400390625],[-107.20947265625,23.39670181274414],[-107.20967054367065,23.396484375],[-107.21288919448853,23.392578125],[-107.21435546875,23.391056060791016],[-107.21672534942627,23.388671875],[-107.21923828125,23.386213302612305],[-107.22070455551147,23.384765625],[-107.22407817840576,23.380859375],[-107.22412109375,23.38081169128418],[-107.22726345062256,23.376953125],[-107.22900390625,23.37515640258789],[-107.2311544418335,23.373046875],[-107.23388671875,23.370372772216797],[-107.23513603210449,23.369140625],[-107.23849296569824,23.365234375],[-107.23876953125,23.36492347717285],[-107.24179744720459,23.361328125],[-107.24365234375,23.359432220458984],[-107.24571228027344,23.357421875],[-107.24853515625,23.354595184326172],[-107.24960803985596,23.353515625],[-107.2529125213623,23.349609375],[-107.25341796875,23.34905242919922],[-107.25634574890137,23.345703125],[-107.25830078125,23.34373664855957],[-107.26029396057129,23.341796875],[-107.26318359375,23.33883285522461],[-107.26410150527954,23.337890625],[-107.26735591888428,23.333984375],[-107.26806640625,23.333208084106445],[-107.27087736129761,23.330078125],[-107.27294921875,23.32801055908203],[-107.27483034133911,23.326171875],[-107.27783203125,23.32301139831543],[-107.27854251861572,23.322265625],[-107.28179454803467,23.318359375],[-107.28271484375,23.31736946105957],[-107.2853946685791,23.314453125],[-107.28759765625,23.31223487854004],[-107.28930711746216,23.310546875],[-107.29248046875,23.30711555480957],[-107.29292631149292,23.306640625],[-107.29618072509766,23.302734375],[-107.29736328125,23.301488876342773],[-107.29990005493164,23.298828125],[-107.30224609375,23.296491622924805],[-107.30383157730103,23.294921875],[-107.30712890625,23.291229248046875],[-107.30732440948486,23.291015625],[-107.31056213378906,23.287109375],[-107.31201171875,23.285606384277344],[-107.31439590454102,23.283203125],[-107.31689453125,23.28074836730957],[-107.31836080551147,23.279296875],[-107.32172727584839,23.275390625],[-107.32177734375,23.27533531188965],[-107.32492208480835,23.271484375],[-107.32666015625,23.26969337463379],[-107.32882022857666,23.267578125],[-107.33154296875,23.26491355895996],[-107.33279943466187,23.263671875],[-107.33613967895508,23.259765625],[-107.33642578125,23.259443283081055],[-107.33943700790405,23.255859375],[-107.34130859375,23.253938674926758],[-107.34333276748657,23.251953125],[-107.34619140625,23.24907875061035],[-107.34721422195435,23.248046875],[-107.35053062438965,23.244140625],[-107.35107421875,23.24354362487793],[-107.35398054122925,23.240234375],[-107.35595703125,23.23824119567871],[-107.35791444778442,23.236328125],[-107.36083984375,23.23329734802246],[-107.36168384552002,23.232421875],[-107.36492156982422,23.228515625],[-107.36572265625,23.22764778137207],[-107.36849308013916,23.224609375],[-107.37060546875,23.222511291503906],[-107.37245559692383,23.220703125],[-107.37548828125,23.21746826171875],[-107.37612247467041,23.216796875],[-107.37934827804565,23.212890625],[-107.38037109375,23.211793899536133],[-107.38299131393433,23.208984375],[-107.38525390625,23.206724166870117],[-107.38692283630371,23.205078125],[-107.39013671875,23.20155906677246],[-107.39049673080444,23.201171875],[-107.39373445510864,23.197265625],[-107.39501953125,23.195913314819336],[-107.39747524261475,23.193359375],[-107.39990234375,23.190929412841797],[-107.40138292312622,23.189453125],[-107.40478515625,23.18558692932129],[-107.40482330322266,23.185546875],[-107.40808248519897,23.181640625],[-107.40966796875,23.180011749267578],[-107.41195678710938,23.177734375],[-107.41455078125,23.17517852783203],[-107.41590738296509,23.173828125],[-107.41924285888672,23.169921875],[-107.41943359375,23.169706344604492],[-107.42249727249146,23.166015625],[-107.42431640625,23.164154052734375],[-107.4264144897461,23.162109375],[-107.42919921875,23.15934944152832],[-107.43034601211548,23.158203125],[-107.43365526199341,23.154296875],[-107.43408203125,23.15382194519043],[-107.4370265007019,23.150390625],[-107.43896484375,23.148412704467773],[-107.44092226028442,23.146484375],[-107.44384765625,23.143478393554688],[-107.4447250366211,23.142578125],[-107.44802236557007,23.138671875],[-107.44873046875,23.137903213500977],[-107.4515438079834,23.134765625],[-107.45361328125,23.132678985595703],[-107.45546340942383,23.130859375],[-107.45849609375,23.127643585205078],[-107.45915174484253,23.126953125],[-107.46238231658936,23.123046875],[-107.46337890625,23.12198257446289],[-107.46604204177856,23.119140625],[-107.46826171875,23.116945266723633],[-107.47000455856323,23.115234375],[-107.47314453125,23.111780166625977],[-107.47356176376343,23.111328125],[-107.47674942016602,23.107421875],[-107.47802734375,23.10607147216797],[-107.48049259185791,23.103515625],[-107.48291015625,23.10112762451172],[-107.4844479560852,23.099609375],[-107.48779296875,23.095836639404297],[-107.48791456222534,23.095703125],[-107.49112844467163,23.091796875],[-107.49267578125,23.090181350708008],[-107.49494552612305,23.087890625],[-107.49755859375,23.085285186767578],[-107.49886274337769,23.083984375],[-107.50222206115723,23.080078125],[-107.50244140625,23.079832077026367],[-107.50550508499146,23.076171875],[-107.50732421875,23.074317932128906],[-107.50942945480347,23.072265625],[-107.51220703125,23.069499969482422],[-107.51334190368652,23.068359375],[-107.5166368484497,23.064453125],[-107.51708984375,23.063949584960938],[-107.52002954483032,23.060546875],[-107.52197265625,23.058584213256836],[-107.5239610671997,23.056640625],[-107.52685546875,23.053674697875977],[-107.52777338027954,23.052734375],[-107.53104209899902,23.048828125],[-107.53173828125,23.048067092895508],[-107.53454446792603,23.044921875],[-107.53662109375,23.042823791503906],[-107.5384521484375,23.041015625],[-107.54150390625,23.03777503967285],[-107.54213809967041,23.037109375],[-107.54539251327515,23.033203125],[-107.54638671875,23.03213882446289],[-107.54902124404907,23.029296875],[-107.55126953125,23.02703094482422],[-107.55292177200317,23.025390625],[-107.55615234375,23.021833419799805],[-107.55647659301758,23.021484375],[-107.55971908569336,23.017578125],[-107.56103515625,23.016202926635742],[-107.56350040435791,23.013671875],[-107.56591796875,23.011281967163086],[-107.56744623184204,23.009765625],[-107.57080078125,23.005910873413086],[-107.57084608078003,23.005859375],[-107.57404088973999,23.001953125],[-107.57568359375,23.00025177001953],[-107.57790803909302,22.998046875],[-107.58056640625,22.99542999267578],[-107.5818657875061,22.994140625],[-107.58520364761353,22.990234375],[-107.58544921875,22.98995590209961],[-107.5884747505188,22.986328125],[-107.59033203125,22.98441505432129],[-107.59235620498657,22.982421875],[-107.59521484375,22.979537963867188],[-107.59622812271118,22.978515625],[-107.59954929351807,22.974609375],[-107.60009765625,22.974008560180664],[-107.60299682617188,22.970703125],[-107.60498046875,22.96869468688965],[-107.60691165924072,22.966796875],[-107.60986328125,22.96371841430664],[-107.6106595993042,22.962890625],[-107.61389255523682,22.958984375],[-107.61474609375,22.95806312561035],[-107.61748552322388,22.955078125],[-107.61962890625,22.952945709228516],[-107.62143611907959,22.951171875],[-107.62451171875,22.94784164428711],[-107.62504816055298,22.947265625],[-107.62824535369873,22.943359375],[-107.62939453125,22.9421329498291],[-107.63193130493164,22.939453125],[-107.63427734375,22.937118530273438],[-107.63586759567261,22.935546875],[-107.63916015625,22.931873321533203],[-107.6393723487854,22.931640625],[-107.64259338378906,22.927734375],[-107.64404296875,22.92621612548828],[-107.6463794708252,22.923828125],[-107.64892578125,22.921279907226562],[-107.65028238296509,22.919921875],[-107.65364170074463,22.916015625],[-107.65380859375,22.91582679748535],[-107.65690565109253,22.912109375],[-107.65869140625,22.9102840423584],[-107.66082286834717,22.908203125],[-107.66357421875,22.90546989440918],[-107.66474485397339,22.904296875],[-107.66803979873657,22.900390625],[-107.66845703125,22.899925231933594],[-107.67141103744507,22.896484375],[-107.67333984375,22.894529342651367],[-107.67533302307129,22.892578125],[-107.67822265625,22.889617919921875],[-107.67914533615112,22.888671875],[-107.6824140548706,22.884765625],[-107.68310546875,22.884010314941406],[-107.68590927124023,22.880859375],[-107.68798828125,22.87874984741211],[-107.68980503082275,22.876953125],[-107.69287109375,22.873687744140625],[-107.69347906112671,22.873046875],[-107.69673347473145,22.869140625],[-107.69775390625,22.86804962158203],[-107.70037651062012,22.865234375],[-107.70263671875,22.862958908081055],[-107.70427703857422,22.861328125],[-107.70751953125,22.857730865478516],[-107.70780324935913,22.857421875],[-107.71103382110596,22.853515625],[-107.71240234375,22.852087020874023],[-107.71482706069946,22.849609375],[-107.71728515625,22.847179412841797],[-107.71876811981201,22.845703125],[-107.72213220596313,22.841796875],[-107.72216796875,22.84175682067871],[-107.72531986236572,22.837890625],[-107.72705078125,22.836101531982422],[-107.7292013168335,22.833984375],[-107.73193359375,22.831289291381836],[-107.73315191268921,22.830078125],[-107.73647785186768,22.826171875],[-107.73681640625,22.82579231262207],[-107.73979663848877,22.822265625],[-107.74169921875,22.8203125],[-107.74367809295654,22.818359375],[-107.74658203125,22.815391540527344],[-107.74750232696533,22.814453125],[-107.75079727172852,22.810546875],[-107.75146484375,22.8098201751709],[-107.75429964065552,22.806640625],[-107.75634765625,22.804574966430664],[-107.75821685791016,22.802734375],[-107.76123046875,22.799530029296875],[-107.7618932723999,22.798828125],[-107.76510715484619,22.794921875],[-107.76611328125,22.79384422302246],[-107.76875972747803,22.791015625],[-107.77099609375,22.788801193237305],[-107.77271270751953,22.787109375],[-107.77587890625,22.783599853515625],[-107.77624130249023,22.783203125],[-107.77942180633545,22.779296875],[-107.78076171875,22.777877807617188],[-107.78316497802734,22.775390625],[-107.78564453125,22.77292251586914],[-107.78709173202515,22.771484375],[-107.79051303863525,22.767578125],[-107.79052734375,22.767560958862305],[-107.79374122619629,22.763671875],[-107.79541015625,22.761943817138672],[-107.79759883880615,22.759765625],[-107.80029296875,22.757076263427734],[-107.80150651931763,22.755859375],[-107.80482053756714,22.751953125],[-107.80517578125,22.751556396484375],[-107.80816793441772,22.748046875],[-107.81005859375,22.746124267578125],[-107.81208515167236,22.744140625],[-107.81494140625,22.741230010986328],[-107.81591415405273,22.740234375],[-107.81916856765747,22.736328125],[-107.81982421875,22.73560905456543],[-107.82265424728394,22.732421875],[-107.82470703125,22.730356216430664],[-107.82657861709595,22.728515625],[-107.82958984375,22.725324630737305],[-107.83026933670044,22.724609375],[-107.83350706100464,22.720703125],[-107.83447265625,22.719661712646484],[-107.83710479736328,22.716796875],[-107.83935546875,22.714513778686523],[-107.84098386764526,22.712890625],[-107.84423828125,22.70931053161621],[-107.84454107284546,22.708984375],[-107.84779071807861,22.705078125],[-107.84912109375,22.703683853149414],[-107.85155534744263,22.701171875],[-107.85400390625,22.69872283935547],[-107.85545825958252,22.697265625],[-107.85882949829102,22.693359375],[-107.85888671875,22.693294525146484],[-107.86206007003784,22.689453125],[-107.86376953125,22.687694549560547],[-107.8659462928772,22.685546875],[-107.86865234375,22.682863235473633],[-107.869873046875,22.681640625],[-107.87317991256714,22.677734375],[-107.87353515625,22.67733383178711],[-107.87651062011719,22.673828125],[-107.87841796875,22.671876907348633],[-107.8804063796997,22.669921875],[-107.88330078125,22.66695785522461],[-107.88422107696533,22.666015625],[-107.88750171661377,22.662109375],[-107.88818359375,22.661361694335938],[-107.89098024368286,22.658203125],[-107.89306640625,22.656070709228516],[-107.89485216140747,22.654296875],[-107.89794921875,22.65099334716797],[-107.89852142333984,22.650390625],[-107.90177822113037,22.646484375],[-107.90283203125,22.64536476135254],[-107.90544986724854,22.642578125],[-107.90771484375,22.640316009521484],[-107.90936946868896,22.638671875],[-107.91259765625,22.635047912597656],[-107.91285514831543,22.634765625],[-107.91604518890381,22.630859375],[-107.91748046875,22.629356384277344],[-107.9198431968689,22.626953125],[-107.92236328125,22.62445831298828],[-107.92377948760986,22.623046875],[-107.92712688446045,22.619140625],[-107.92724609375,22.619003295898438],[-107.93032646179199,22.615234375],[-107.93212890625,22.613365173339844],[-107.93419361114502,22.611328125],[-107.93701171875,22.60851287841797],[-107.9380989074707,22.607421875],[-107.94143199920654,22.603515625],[-107.94189453125,22.603002548217773],[-107.94482707977295,22.599609375],[-107.94677734375,22.597620010375977],[-107.94872045516968,22.595703125],[-107.95166015625,22.5926513671875],[-107.95248508453369,22.591796875],[-107.95572757720947,22.587890625],[-107.95654296875,22.587007522583008],[-107.95929670333862,22.583984375],[-107.96142578125,22.58185386657715],[-107.96322584152222,22.580078125],[-107.96630859375,22.57672119140625],[-107.96681880950928,22.576171875],[-107.97000408172607,22.572265625],[-107.97119140625,22.570999145507812],[-107.97370195388794,22.568359375],[-107.97607421875,22.56599998474121],[-107.97763347625732,22.564453125],[-107.98095703125,22.560693740844727],[-107.9810905456543,22.560546875],[-107.98428773880005,22.556640625],[-107.98583984375,22.555015563964844],[-107.98809289932251,22.552734375],[-107.99072265625,22.550098419189453],[-107.99198865890503,22.548828125],[-107.99533128738403,22.544921875],[-107.99560546875,22.544614791870117],[-107.99863815307617,22.541015625],[-108.00048828125,22.53912353515625],[-108.00254106521606,22.537109375],[-108.00537109375,22.53424072265625],[-108.00638914108276,22.533203125],[-108.00964593887329,22.529296875],[-108.01025390625,22.528627395629883],[-108.01311254501343,22.525390625],[-108.01513671875,22.523351669311523],[-108.01703453063965,22.521484375],[-108.02001953125,22.518329620361328],[-108.0207347869873,22.517578125],[-108.02396297454834,22.513671875],[-108.02490234375,22.512657165527344],[-108.0275559425354,22.509765625],[-108.02978515625,22.50751304626465],[-108.03144693374634,22.505859375],[-108.03466796875,22.5023136138916],[-108.03500175476074,22.501953125],[-108.03823232650757,22.498046875],[-108.03955078125,22.49665641784668],[-108.04197549819946,22.494140625],[-108.04443359375,22.491661071777344],[-108.04585218429565,22.490234375],[-108.0492091178894,22.486328125],[-108.04931640625,22.486207962036133],[-108.05246114730835,22.482421875],[-108.05419921875,22.48063850402832],[-108.05635452270508,22.478515625],[-108.05908203125,22.475797653198242],[-108.06026458740234,22.474609375],[-108.06355476379395,22.470703125],[-108.06396484375,22.470245361328125],[-108.06691408157349,22.466796875],[-108.06884765625,22.464828491210938],[-108.07081460952759,22.462890625],[-108.07373046875,22.459880828857422],[-108.07459831237793,22.458984375],[-108.07785987854004,22.455078125],[-108.07861328125,22.454256057739258],[-108.08136463165283,22.451171875],[-108.08349609375,22.448993682861328],[-108.08522939682007,22.447265625],[-108.08837890625,22.443862915039062],[-108.08885335922241,22.443359375],[-108.09210538864136,22.439453125],[-108.09326171875,22.438230514526367],[-108.0958080291748,22.435546875],[-108.09814453125,22.433202743530273],[-108.09970617294312,22.431640625],[-108.10302734375,22.427860260009766],[-108.10313940048218,22.427734375],[-108.10635089874268,22.423828125],[-108.10791015625,22.422208786010742],[-108.11018705368042,22.419921875],[-108.11279296875,22.417329788208008],[-108.11410665512085,22.416015625],[-108.11742067337036,22.412109375],[-108.11767578125,22.411819458007812],[-108.12069416046143,22.408203125],[-108.12255859375,22.40628433227539],[-108.12457323074341,22.404296875],[-108.12744140625,22.401382446289062],[-108.12841653823853,22.400390625],[-108.13170909881592,22.396484375],[-108.13232421875,22.39580726623535],[-108.13515901565552,22.392578125],[-108.13720703125,22.390480041503906],[-108.13902616500854,22.388671875],[-108.14208984375,22.385417938232422],[-108.14270973205566,22.384765625],[-108.14595937728882,22.380859375],[-108.14697265625,22.379777908325195],[-108.14961194992065,22.376953125],[-108.15185546875,22.374706268310547],[-108.15352439880371,22.373046875],[-108.15673828125,22.36943817138672],[-108.15700769424438,22.369140625],[-108.1601881980896,22.365234375],[-108.16162109375,22.36372947692871],[-108.16397428512573,22.361328125],[-108.16650390625,22.358816146850586],[-108.16790103912354,22.357421875],[-108.17124128341675,22.353515625],[-108.17138671875,22.353349685668945],[-108.17445278167725,22.349609375],[-108.17626953125,22.34772491455078],[-108.1783127784729,22.345703125],[-108.18115234375,22.34284210205078],[-108.18218946456909,22.341796875],[-108.18551301956177,22.337890625],[-108.18603515625,22.337316513061523],[-108.18893671035767,22.333984375],[-108.19091796875,22.33196449279785],[-108.19282531738281,22.330078125],[-108.19580078125,22.326953887939453],[-108.19654703140259,22.326171875],[-108.19977283477783,22.322265625],[-108.20068359375,22.321285247802734],[-108.20338010787964,22.318359375],[-108.20556640625,22.316173553466797],[-108.20730447769165,22.314453125],[-108.21044921875,22.31096649169922],[-108.21083307266235,22.310546875],[-108.21400165557861,22.306640625],[-108.21533203125,22.30522918701172],[-108.21774005889893,22.302734375],[-108.22021484375,22.30026626586914],[-108.22165727615356,22.298828125],[-108.22504043579102,22.294921875],[-108.22509765625,22.294857025146484],[-108.22824478149414,22.291015625],[-108.22998046875,22.289213180541992],[-108.23210000991821,22.287109375],[-108.23486328125,22.284343719482422],[-108.23599815368652,22.283203125],[-108.23930740356445,22.279296875],[-108.23974609375,22.278810501098633],[-108.2426929473877,22.275390625],[-108.24462890625,22.273418426513672],[-108.246591091156,22.271484375],[-108.24951171875,22.268442153930664],[-108.25033903121948,22.267578125],[-108.25356006622314,22.263671875],[-108.25439453125,22.262765884399414],[-108.2571268081665,22.259765625],[-108.25927734375,22.257614135742188],[-108.2610535621643,22.255859375],[-108.26416015625,22.252460479736328],[-108.26462984085083,22.251953125],[-108.267822265625,22.248046875],[-108.26904296875,22.246742248535156],[-108.27150344848633,22.244140625],[-108.27392578125,22.241695404052734],[-108.2753849029541,22.240234375],[-108.27880859375,22.236337661743164],[-108.27881813049316,22.236328125],[-108.28205108642578,22.232421875],[-108.28369140625,22.23072052001953],[-108.2858943939209,22.228515625],[-108.28857421875,22.225820541381836],[-108.28977346420288,22.224609375],[-108.29306125640869,22.220703125],[-108.29345703125,22.22026252746582],[-108.29642295837402,22.216796875],[-108.29833984375,22.214847564697266],[-108.3003306388855,22.212890625],[-108.30322265625,22.209903717041016],[-108.30411195755005,22.208984375],[-108.30734729766846,22.205078125],[-108.30810546875,22.204246520996094],[-108.310866355896,22.201171875],[-108.31298828125,22.199033737182617],[-108.31477403640747,22.197265625],[-108.31787109375,22.193910598754883],[-108.31838607788086,22.193359375],[-108.32160234451294,22.189453125],[-108.32275390625,22.188220977783203],[-108.32526206970215,22.185546875],[-108.32763671875,22.183130264282227],[-108.32911729812622,22.181640625],[-108.33251953125,22.177778244018555],[-108.33256006240845,22.177734375],[-108.33580732345581,22.173828125],[-108.33740234375,22.17217445373535],[-108.33964824676514,22.169921875],[-108.34228515625,22.16727638244629],[-108.34353446960449,22.166015625],[-108.34682941436768,22.162109375],[-108.34716796875,22.16172981262207],[-108.35015535354614,22.158203125],[-108.35205078125,22.156267166137695],[-108.35405111312866,22.154296875],[-108.35693359375,22.151338577270508],[-108.35785627365112,22.150390625],[-108.36111068725586,22.146484375],[-108.36181640625,22.14571189880371],[-108.3646035194397,22.142578125],[-108.36669921875,22.14044189453125],[-108.3684778213501,22.138671875],[-108.37158203125,22.13532257080078],[-108.37210416793823,22.134765625],[-108.37533950805664,22.130859375],[-108.37646484375,22.12965965270996],[-108.37900638580322,22.126953125],[-108.38134765625,22.12458038330078],[-108.38287115097046,22.123046875],[-108.38623046875,22.119213104248047],[-108.38629484176636,22.119140625],[-108.38953018188477,22.115234375],[-108.39111328125,22.11359405517578],[-108.39337110519409,22.111328125],[-108.39599609375,22.10870361328125],[-108.3972692489624,22.107421875],[-108.40056896209717,22.103515625],[-108.40087890625,22.103166580200195],[-108.40387344360352,22.099609375],[-108.40576171875,22.097673416137695],[-108.40775966644287,22.095703125],[-108.41064453125,22.092742919921875],[-108.41156721115112,22.091796875],[-108.41483116149902,22.087890625],[-108.41552734375,22.087125778198242],[-108.41830492019653,22.083984375],[-108.42041015625,22.081825256347656],[-108.42215776443481,22.080078125],[-108.42529296875,22.076702117919922],[-108.42579126358032,22.076171875],[-108.42904806137085,22.072265625],[-108.43017578125,22.071069717407227],[-108.43273401260376,22.068359375],[-108.43505859375,22.06601905822754],[-108.43662023544312,22.064453125],[-108.43994140625,22.060657501220703],[-108.44004154205322,22.060546875],[-108.44324350357056,22.056640625],[-108.44482421875,22.054996490478516],[-108.44707489013672,22.052734375],[-108.44970703125,22.050107955932617],[-108.4509801864624,22.048828125],[-108.45428466796875,22.044921875],[-108.45458984375,22.04457664489746],[-108.45758199691772,22.041015625],[-108.45947265625,22.0390682220459],[-108.46145153045654,22.037109375],[-108.46435546875,22.034122467041016],[-108.46525192260742,22.033203125],[-108.46852540969849,22.029296875],[-108.46923828125,22.028518676757812],[-108.47201824188232,22.025390625],[-108.47412109375,22.023237228393555],[-108.47587585449219,22.021484375],[-108.47900390625,22.018102645874023],[-108.47949504852295,22.017578125],[-108.48273277282715,22.013671875],[-108.48388671875,22.012447357177734],[-108.4864330291748,22.009765625],[-108.48876953125,22.00742530822754],[-108.4903335571289,22.005859375],[-108.49365234375,22.002046585083008],[-108.49373579025269,22.001953125],[-108.49691390991211,21.998046875],[-108.49853515625,21.996355056762695],[-108.50074529647827,21.994140625],[-108.50341796875,21.991474151611328],[-108.50465297698975,21.990234375],[-108.50796461105347,21.986328125],[-108.50830078125,21.98594856262207],[-108.5112738609314,21.982421875],[-108.51318359375,21.98044776916504],[-108.51512670516968,21.978515625],[-108.51806640625,21.975467681884766],[-108.51890087127686,21.974609375],[-108.52218389511108,21.970703125],[-108.52294921875,21.969873428344727],[-108.52571725845337,21.966796875],[-108.52783203125,21.96464729309082],[-108.52959394454956,21.962890625],[-108.53271484375,21.95948600769043],[-108.53318214416504,21.958984375],[-108.53638887405396,21.955078125],[-108.53759765625,21.95379638671875],[-108.54010343551636,21.951171875],[-108.54248046875,21.94879913330078],[-108.54401350021362,21.947265625],[-108.54736328125,21.943391799926758],[-108.54739189147949,21.943359375],[-108.55055570602417,21.939453125],[-108.55224609375,21.937686920166016],[-108.55438947677612,21.935546875],[-108.55712890625,21.932809829711914],[-108.5582947731018,21.931640625],[-108.56161117553711,21.927734375],[-108.56201171875,21.92728614807129],[-108.56495380401611,21.923828125],[-108.56689453125,21.92182731628418],[-108.56881380081177,21.919921875],[-108.57177734375,21.916841506958008],[-108.5725736618042,21.916015625],[-108.57583284378052,21.912109375],[-108.57666015625,21.91121482849121],[-108.57939720153809,21.908203125],[-108.58154296875,21.906038284301758],[-108.5832929611206,21.904296875],[-108.58642578125,21.900840759277344],[-108.58683824539185,21.900390625],[-108.59001874923706,21.896484375],[-108.59130859375,21.89511489868164],[-108.59375,21.892578125],[-108.59619140625,21.890140533447266],[-108.59766006469727,21.888671875],[-108.60100984573364,21.884765625],[-108.60107421875,21.88469123840332],[-108.60417366027832,21.880859375],[-108.60595703125,21.878997802734375],[-108.60801935195923,21.876953125],[-108.61083984375,21.87412452697754],[-108.61191272735596,21.873046875],[-108.61523866653442,21.869140625],[-108.61572265625,21.86860466003418],[-108.61863851547241,21.865234375],[-108.62060546875,21.863222122192383],[-108.6225152015686,21.861328125],[-108.62548828125,21.85820198059082],[-108.6262321472168,21.857421875],[-108.62945795059204,21.853515625],[-108.63037109375,21.852529525756836],[-108.63305807113647,21.849609375],[-108.63525390625,21.847408294677734],[-108.63696813583374,21.845703125],[-108.64013671875,21.842159271240234],[-108.64046573638916,21.841796875],[-108.64362001419067,21.837890625],[-108.64501953125,21.836408615112305],[-108.64737510681152,21.833984375],[-108.64990234375,21.831459045410156],[-108.651282787323,21.830078125],[-108.65463018417358,21.826171875],[-108.65478515625,21.82599449157715],[-108.65784883499146,21.822265625],[-108.65966796875,21.820377349853516],[-108.66170644760132,21.818359375],[-108.66455078125,21.815486907958984],[-108.66557121276855,21.814453125],[-108.66886138916016,21.810546875],[-108.66943359375,21.809917449951172],[-108.67230892181396,21.806640625],[-108.67431640625,21.804595947265625],[-108.67619276046753,21.802734375],[-108.67919921875,21.79952621459961],[-108.67985725402832,21.798828125],[-108.68305206298828,21.794921875],[-108.68408203125,21.79381561279297],[-108.68669509887695,21.791015625],[-108.68896484375,21.788745880126953],[-108.69060754776001,21.787109375],[-108.69384765625,21.783449172973633],[-108.69406938552856,21.783203125],[-108.69722843170166,21.779296875],[-108.69873046875,21.777706146240234],[-108.70099067687988,21.775390625],[-108.70361328125,21.772750854492188],[-108.70487451553345,21.771484375],[-108.70822429656982,21.767578125],[-108.70849609375,21.767271041870117],[-108.71151685714722,21.763671875],[-108.71337890625,21.76175308227539],[-108.71539115905762,21.759765625],[-108.71826171875,21.756824493408203],[-108.71920347213745,21.755859375],[-108.7224555015564,21.751953125],[-108.72314453125,21.751197814941406],[-108.7259578704834,21.748046875],[-108.72802734375,21.745954513549805],[-108.72985601425171,21.744140625],[-108.73291015625,21.740825653076172],[-108.73345851898193,21.740234375],[-108.73663425445557,21.736328125],[-108.73779296875,21.735088348388672],[-108.74031066894531,21.732421875],[-108.74267578125,21.730051040649414],[-108.7442135810852,21.728515625],[-108.74755859375,21.72469711303711],[-108.7476372718811,21.724609375],[-108.7508225440979,21.720703125],[-108.75244140625,21.719005584716797],[-108.75463008880615,21.716796875],[-108.75732421875,21.714082717895508],[-108.75850677490234,21.712890625],[-108.76182317733765,21.708984375],[-108.76220703125,21.708555221557617],[-108.76517534255981,21.705078125],[-108.76708984375,21.70311737060547],[-108.76905679702759,21.701171875],[-108.77197265625,21.69813346862793],[-108.77280712127686,21.697265625],[-108.77602577209473,21.693359375],[-108.77685546875,21.69245719909668],[-108.7795877456665,21.689453125],[-108.78173828125,21.687292098999023],[-108.78349781036377,21.685546875],[-108.78662109375,21.682100296020508],[-108.78704309463501,21.681640625],[-108.79021167755127,21.677734375],[-108.79150390625,21.676353454589844],[-108.79390954971313,21.673828125],[-108.79638671875,21.671329498291016],[-108.79779100418091,21.669921875],[-108.8011646270752,21.666015625],[-108.80126953125,21.665897369384766],[-108.80438327789307,21.662109375],[-108.80615234375,21.660274505615234],[-108.80824565887451,21.658203125],[-108.81103515625,21.6553897857666],[-108.81211519241333,21.654296875],[-108.81539344787598,21.650390625],[-108.81591796875,21.649810791015625],[-108.81881713867188,21.646484375],[-108.82080078125,21.644466400146484],[-108.82270574569702,21.642578125],[-108.82568359375,21.639413833618164],[-108.82638454437256,21.638671875],[-108.82958173751831,21.634765625],[-108.83056640625,21.63370132446289],[-108.83319616317749,21.630859375],[-108.83544921875,21.62859535217285],[-108.83709907531738,21.626953125],[-108.84033203125,21.623327255249023],[-108.84058713912964,21.623046875],[-108.84376764297485,21.619140625],[-108.84521484375,21.61760902404785],[-108.84751558303833,21.615234375],[-108.85009765625,21.612619400024414],[-108.85137796401978,21.611328125],[-108.85471820831299,21.607421875],[-108.85498046875,21.607126235961914],[-108.85801076889038,21.603515625],[-108.85986328125,21.60161018371582],[-108.86188745498657,21.599609375],[-108.86474609375,21.596681594848633],[-108.86569738388062,21.595703125],[-108.86893510818481,21.591796875],[-108.86962890625,21.591035842895508],[-108.87243747711182,21.587890625],[-108.87451171875,21.585796356201172],[-108.87634038925171,21.583984375],[-108.87939453125,21.580669403076172],[-108.87994527816772,21.580078125],[-108.88312578201294,21.576171875],[-108.88427734375,21.574934005737305],[-108.88678073883057,21.572265625],[-108.88916015625,21.569866180419922],[-108.89066457748413,21.568359375],[-108.89404296875,21.56450653076172],[-108.89409065246582,21.564453125],[-108.89729738235474,21.560546875],[-108.89892578125,21.55884552001953],[-108.90111684799194,21.556640625],[-108.90380859375,21.553922653198242],[-108.90498161315918,21.552734375],[-108.90827655792236,21.548828125],[-108.90869140625,21.548364639282227],[-108.91164541244507,21.544921875],[-108.91357421875,21.542949676513672],[-108.91552925109863,21.541015625],[-108.91845703125,21.537946701049805],[-108.91925811767578,21.537109375],[-108.92246723175049,21.533203125],[-108.92333984375,21.532255172729492],[-108.92603874206543,21.529296875],[-108.92822265625,21.527099609375],[-108.92994165420532,21.525390625],[-108.93310546875,21.52188491821289],[-108.93347263336182,21.521484375],[-108.93665075302124,21.517578125],[-108.93798828125,21.516151428222656],[-108.94035339355469,21.513671875],[-108.94287109375,21.511112213134766],[-108.94420623779297,21.509765625],[-108.9475679397583,21.505859375],[-108.94775390625,21.50564956665039],[-108.95082235336304,21.501953125],[-108.95263671875,21.500080108642578],[-108.95469665527344,21.498046875],[-108.95751953125,21.49518394470215],[-108.95854234695435,21.494140625],[-108.96179676055908,21.490234375],[-108.96240234375,21.489566802978516],[-108.96525859832764,21.486328125],[-108.96728515625,21.48427391052246],[-108.96915435791016,21.482421875],[-108.97216796875,21.479185104370117],[-108.97279500961304,21.478515625],[-108.97598505020142,21.474609375],[-108.97705078125,21.473459243774414],[-108.97961378097534,21.470703125],[-108.98193359375,21.46836280822754],[-108.9835000038147,21.466796875],[-108.98681640625,21.463043212890625],[-108.98695468902588,21.462890625],[-108.99015188217163,21.458984375],[-108.99169921875,21.457361221313477],[-108.99394273757935,21.455078125],[-108.99658203125,21.452411651611328],[-108.99780750274658,21.451171875],[-109.00111436843872,21.447265625],[-109.00146484375,21.44687271118164],[-109.00444984436035,21.443359375],[-109.00634765625,21.44141387939453],[-109.00832891464233,21.439453125],[-109.01123046875,21.436437606811523],[-109.01208639144897,21.435546875],[-109.01530027389526,21.431640625],[-109.01611328125,21.430755615234375],[-109.01885032653809,21.427734375],[-109.02099609375,21.425575256347656],[-109.02275562286377,21.423828125],[-109.02587890625,21.420387268066406],[-109.02630567550659,21.419921875],[-109.02948141098022,21.416015625],[-109.03076171875,21.41464614868164],[-109.03316736221313,21.412109375],[-109.03564453125,21.409595489501953],[-109.037024974823,21.408203125],[-109.04039859771729,21.404296875],[-109.04052734375,21.404151916503906],[-109.0436315536499,21.400390625],[-109.04541015625,21.3985538482666],[-109.0475058555603,21.396484375],[-109.05029296875,21.393672943115234],[-109.05137300491333,21.392578125],[-109.05463695526123,21.388671875],[-109.05517578125,21.388076782226562],[-109.0580677986145,21.384765625],[-109.06005859375,21.382741928100586],[-109.06195878982544,21.380859375],[-109.06494140625,21.37767791748047],[-109.06562328338623,21.376953125],[-109.06881332397461,21.373046875],[-109.06982421875,21.3719539642334],[-109.07242774963379,21.369140625],[-109.07470703125,21.366844177246094],[-109.07631874084473,21.365234375],[-109.07958984375,21.361553192138672],[-109.07979488372803,21.361328125],[-109.0829849243164,21.357421875],[-109.08447265625,21.355854034423828],[-109.086754322052,21.353515625],[-109.08935546875,21.350879669189453],[-109.09060955047607,21.349609375],[-109.09392833709717,21.345703125],[-109.09423828125,21.345355987548828],[-109.09724473953247,21.341796875],[-109.09912109375,21.33987045288086],[-109.10112380981445,21.337890625],[-109.10400390625,21.334909439086914],[-109.10489559173584,21.333984375],[-109.1081166267395,21.330078125],[-109.10888671875,21.32923698425293],[-109.11164999008179,21.326171875],[-109.11376953125,21.324037551879883],[-109.11555290222168,21.322265625],[-109.11865234375,21.318862915039062],[-109.11911725997925,21.318359375],[-109.1222882270813,21.314453125],[-109.12353515625,21.31311798095703],[-109.12597179412842,21.310546875],[-109.12841796875,21.30807113647461],[-109.12983894348145,21.306640625],[-109.13321733474731,21.302734375],[-109.13330078125,21.30263900756836],[-109.1364336013794,21.298828125],[-109.13818359375,21.297014236450195],[-109.14028882980347,21.294921875],[-109.14306640625,21.292116165161133],[-109.14414882659912,21.291015625],[-109.1474199295044,21.287109375],[-109.14794921875,21.286523818969727],[-109.15084600448608,21.283203125],[-109.15283203125,21.28118133544922],[-109.15472984313965,21.279296875],[-109.15771484375,21.27610969543457],[-109.15839195251465,21.275390625],[-109.16157722473145,21.271484375],[-109.16259765625,21.270381927490234],[-109.16520118713379,21.267578125],[-109.16748046875,21.265287399291992],[-109.1690993309021,21.263671875],[-109.17236328125,21.25998878479004],[-109.17256593704224,21.259765625],[-109.17574167251587,21.255859375],[-109.17724609375,21.2542724609375],[-109.17950868606567,21.251953125],[-109.18212890625,21.249298095703125],[-109.18336629867554,21.248046875],[-109.186692237854,21.244140625],[-109.18701171875,21.243783950805664],[-109.19001340866089,21.240234375],[-109.19189453125,21.23830223083496],[-109.19388771057129,21.236328125],[-109.19677734375,21.233335494995117],[-109.19765710830688,21.232421875],[-109.20088052749634,21.228515625],[-109.20166015625,21.2276668548584],[-109.204421043396,21.224609375],[-109.20654296875,21.222469329833984],[-109.2083191871643,21.220703125],[-109.21142578125,21.217275619506836],[-109.21186447143555,21.216796875],[-109.21502351760864,21.212890625],[-109.21630859375,21.211517333984375],[-109.2187237739563,21.208984375],[-109.22119140625,21.206497192382812],[-109.22260522842407,21.205078125],[-109.2259669303894,21.201171875],[-109.22607421875,21.201047897338867],[-109.22916889190674,21.197265625],[-109.23095703125,21.195409774780273],[-109.23302888870239,21.193359375],[-109.23583984375,21.190519332885742],[-109.23689126968384,21.189453125],[-109.24016952514648,21.185546875],[-109.24072265625,21.1849365234375],[-109.24360513687134,21.181640625],[-109.24560546875,21.179603576660156],[-109.24748659133911,21.177734375],[-109.25048828125,21.174514770507812],[-109.25113201141357,21.173828125],[-109.25431489944458,21.169921875],[-109.25537109375,21.168785095214844],[-109.25795793533325,21.166015625],[-109.26025390625,21.16370964050293],[-109.26185846328735,21.162109375],[-109.26513671875,21.15838050842285],[-109.2652940750122,21.158203125],[-109.2684531211853,21.154296875],[-109.27001953125,21.15264320373535],[-109.27222728729248,21.150390625],[-109.27490234375,21.147686004638672],[-109.27609443664551,21.146484375],[-109.27942752838135,21.142578125],[-109.27978515625,21.142179489135742],[-109.28276777267456,21.138671875],[-109.28466796875,21.13671875],[-109.28663730621338,21.134765625],[-109.28955078125,21.131731033325195],[-109.29038763046265,21.130859375],[-109.29361343383789,21.126953125],[-109.29443359375,21.126062393188477],[-109.29717063903809,21.123046875],[-109.29931640625,21.12088394165039],[-109.30106401443481,21.119140625],[-109.30419921875,21.11565399169922],[-109.30458068847656,21.115234375],[-109.3077301979065,21.111328125],[-109.30908203125,21.109888076782227],[-109.31145906448364,21.107421875],[-109.31396484375,21.10490608215332],[-109.31535243988037,21.103515625],[-109.31869745254517,21.099609375],[-109.31884765625,21.09943962097168],[-109.32191610336304,21.095703125],[-109.32373046875,21.093814849853516],[-109.32576417922974,21.091796875],[-109.32861328125,21.088903427124023],[-109.32960748672485,21.087890625],[-109.33288812637329,21.083984375],[-109.33349609375,21.083316802978516],[-109.33634996414185,21.080078125],[-109.33837890625,21.07801055908203],[-109.34022665023804,21.076171875],[-109.34326171875,21.07288932800293],[-109.34384346008301,21.072265625],[-109.3470287322998,21.068359375],[-109.34814453125,21.06716537475586],[-109.35069561004639,21.064453125],[-109.35302734375,21.06211280822754],[-109.3545913696289,21.060546875],[-109.35791015625,21.056730270385742],[-109.3579888343811,21.056640625],[-109.36114072799683,21.052734375],[-109.36279296875,21.050994873046875],[-109.3649435043335,21.048828125],[-109.36767578125,21.046077728271484],[-109.36882495880127,21.044921875],[-109.37215566635132,21.041015625],[-109.37255859375,21.040565490722656],[-109.37551259994507,21.037109375],[-109.37744140625,21.035123825073242],[-109.37937259674072,21.033203125],[-109.38232421875,21.030109405517578],[-109.38310146331787,21.029296875],[-109.3863320350647,21.025390625],[-109.38720703125,21.024444580078125],[-109.3899130821228,21.021484375],[-109.39208984375,21.019289016723633],[-109.39380168914795,21.017578125],[-109.39697265625,21.014022827148438],[-109.3972897529602,21.013671875],[-109.40044641494751,21.009765625],[-109.40185546875,21.008272171020508],[-109.40419673919678,21.005859375],[-109.40673828125,21.003307342529297],[-109.40808534622192,21.001953125],[-109.41141605377197,20.998046875],[-109.41162109375,20.997814178466797],[-109.41465377807617,20.994140625],[-109.41650390625,20.99221420288086],[-109.4184923171997,20.990234375],[-109.42138671875,20.987268447875977],[-109.42230701446533,20.986328125],[-109.42559003829956,20.982421875],[-109.42626953125,20.981679916381836],[-109.42908525466919,20.978515625],[-109.43115234375,20.976408004760742],[-109.43295240402222,20.974609375],[-109.43603515625,20.97124671936035],[-109.4365406036377,20.970703125],[-109.43973302841187,20.966796875],[-109.44091796875,20.965534210205078],[-109.44342613220215,20.962890625],[-109.44580078125,20.960506439208984],[-109.4473147392273,20.958984375],[-109.45067167282104,20.955078125],[-109.45068359375,20.95506477355957],[-109.45382833480835,20.951171875],[-109.45556640625,20.949352264404297],[-109.45765972137451,20.947265625],[-109.46044921875,20.944456100463867],[-109.4615364074707,20.943359375],[-109.46484565734863,20.939453125],[-109.46533203125,20.938913345336914],[-109.46823358535767,20.935546875],[-109.47021484375,20.933502197265625],[-109.47207689285278,20.931640625],[-109.47509765625,20.928436279296875],[-109.47576522827148,20.927734375],[-109.47900295257568,20.923828125],[-109.47998046875,20.922779083251953],[-109.48262691497803,20.919921875],[-109.48486328125,20.917665481567383],[-109.48650598526001,20.916015625],[-109.48974609375,20.912334442138672],[-109.48994874954224,20.912109375],[-109.4931149482727,20.908203125],[-109.49462890625,20.906612396240234],[-109.49690341949463,20.904296875],[-109.49951171875,20.90167808532715],[-109.50078964233398,20.900390625],[-109.50409650802612,20.896484375],[-109.50439453125,20.896148681640625],[-109.50738430023193,20.892578125],[-109.50927734375,20.89061164855957],[-109.51121807098389,20.888671875],[-109.51416015625,20.885610580444336],[-109.51497793197632,20.884765625],[-109.51825380325317,20.880859375],[-109.51904296875,20.8800048828125],[-109.52179193496704,20.876953125],[-109.52392578125,20.874774932861328],[-109.52564716339111,20.873046875],[-109.52880859375,20.869550704956055],[-109.52918529510498,20.869140625],[-109.5323896408081,20.865234375],[-109.53369140625,20.863859176635742],[-109.53612804412842,20.861328125],[-109.53857421875,20.858867645263672],[-109.5400071144104,20.857421875],[-109.54332828521729,20.853515625],[-109.54345703125,20.85336685180664],[-109.54653024673462,20.849609375],[-109.54833984375,20.84773063659668],[-109.55038547515869,20.845703125],[-109.55322265625,20.842823028564453],[-109.5542311668396,20.841796875],[-109.55751180648804,20.837890625],[-109.55810546875,20.837234497070312],[-109.56093788146973,20.833984375],[-109.56298828125,20.831863403320312],[-109.5647668838501,20.830078125],[-109.56787109375,20.826736450195312],[-109.5684027671814,20.826171875],[-109.57165002822876,20.822265625],[-109.57275390625,20.82109260559082],[-109.57532405853271,20.818359375],[-109.57763671875,20.81601905822754],[-109.57918882369995,20.814453125],[-109.58251953125,20.810609817504883],[-109.5825743675232,20.810546875],[-109.58576202392578,20.806640625],[-109.58740234375,20.804929733276367],[-109.58959102630615,20.802734375],[-109.59228515625,20.80002212524414],[-109.59346532821655,20.798828125],[-109.59675073623657,20.794921875],[-109.59716796875,20.794456481933594],[-109.60010051727295,20.791015625],[-109.60205078125,20.789005279541016],[-109.60395097732544,20.787109375],[-109.60693359375,20.78396224975586],[-109.60765838623047,20.783203125],[-109.61090564727783,20.779296875],[-109.61181640625,20.7783145904541],[-109.61448431015015,20.775390625],[-109.61669921875,20.77312469482422],[-109.61832523345947,20.771484375],[-109.62158203125,20.767820358276367],[-109.62180137634277,20.767578125],[-109.62502241134644,20.763671875],[-109.62646484375,20.762161254882812],[-109.62880611419678,20.759765625],[-109.63134765625,20.757204055786133],[-109.6326756477356,20.755859375],[-109.63597059249878,20.751953125],[-109.63623046875,20.751657485961914],[-109.63924646377563,20.748046875],[-109.64111328125,20.746122360229492],[-109.64311122894287,20.744140625],[-109.64599609375,20.74116325378418],[-109.646897315979,20.740234375],[-109.65015172958374,20.736328125],[-109.65087890625,20.73552894592285],[-109.65363264083862,20.732421875],[-109.65576171875,20.730222702026367],[-109.65745687484741,20.728515625],[-109.66064453125,20.72503089904785],[-109.66103792190552,20.724609375],[-109.6642804145813,20.720703125],[-109.66552734375,20.719385147094727],[-109.66799974441528,20.716796875],[-109.67041015625,20.714353561401367],[-109.67185497283936,20.712890625],[-109.6751880645752,20.708984375],[-109.67529296875,20.708864212036133],[-109.67840433120728,20.705078125],[-109.68017578125,20.703245162963867],[-109.6822738647461,20.701171875],[-109.68505859375,20.6983585357666],[-109.68613386154175,20.697265625],[-109.68940258026123,20.693359375],[-109.68994140625,20.692760467529297],[-109.69281435012817,20.689453125],[-109.69482421875,20.68739128112793],[-109.69667196273804,20.685546875],[-109.69970703125,20.68229866027832],[-109.70032691955566,20.681640625],[-109.7035551071167,20.677734375],[-109.70458984375,20.67662239074707],[-109.70717430114746,20.673828125],[-109.70947265625,20.671470642089844],[-109.71100091934204,20.669921875],[-109.71435546875,20.66609001159668],[-109.71442222595215,20.666015625],[-109.71765756607056,20.662109375],[-109.71923828125,20.66046714782715],[-109.72148180007935,20.658203125],[-109.72412109375,20.65553092956543],[-109.72533464431763,20.654296875],[-109.72860813140869,20.650390625],[-109.72900390625,20.649946212768555],[-109.73195791244507,20.646484375],[-109.73388671875,20.64451026916504],[-109.73583459854126,20.642578125],[-109.73876953125,20.639497756958008],[-109.73955869674683,20.638671875],[-109.74278688430786,20.634765625],[-109.74365234375,20.633821487426758],[-109.74632978439331,20.630859375],[-109.74853515625,20.628597259521484],[-109.75017070770264,20.626953125],[-109.75341796875,20.62334632873535],[-109.75369453430176,20.623046875],[-109.756920337677,20.619140625],[-109.75830078125,20.617687225341797],[-109.76067066192627,20.615234375],[-109.76318359375,20.6126766204834],[-109.76450681686401,20.611328125],[-109.76779699325562,20.607421875],[-109.76806640625,20.607118606567383],[-109.77108955383301,20.603515625],[-109.77294921875,20.601608276367188],[-109.77497577667236,20.599609375],[-109.77783203125,20.596670150756836],[-109.77876901626587,20.595703125],[-109.7819972038269,20.591796875],[-109.78271484375,20.591007232666016],[-109.78549242019653,20.587890625],[-109.78759765625,20.585752487182617],[-109.78937149047852,20.583984375],[-109.79248046875,20.580591201782227],[-109.79295492172241,20.580078125],[-109.79615211486816,20.576171875],[-109.79736328125,20.57487678527832],[-109.79982376098633,20.572265625],[-109.80224609375,20.56978988647461],[-109.80365753173828,20.568359375],[-109.8070240020752,20.564453125],[-109.80712890625,20.564334869384766],[-109.8102593421936,20.560546875],[-109.81201171875,20.558734893798828],[-109.81412172317505,20.556640625],[-109.81689453125,20.553823471069336],[-109.81796026229858,20.552734375],[-109.82120275497437,20.548828125],[-109.82177734375,20.548192977905273],[-109.82464790344238,20.544921875],[-109.82666015625,20.542879104614258],[-109.82854127883911,20.541015625],[-109.83154296875,20.537792205810547],[-109.83218431472778,20.537109375],[-109.83537197113037,20.533203125],[-109.83642578125,20.53206443786621],[-109.83899354934692,20.529296875],[-109.84130859375,20.526947021484375],[-109.84285831451416,20.525390625],[-109.84619140625,20.521610260009766],[-109.84630346298218,20.521484375],[-109.84950542449951,20.517578125],[-109.85107421875,20.515933990478516],[-109.85330104827881,20.513671875],[-109.85595703125,20.510976791381836],[-109.85714912414551,20.509765625],[-109.8604416847229,20.505859375],[-109.86083984375,20.505414962768555],[-109.86380100250244,20.501953125],[-109.86572265625,20.49998664855957],[-109.86767768859863,20.498046875],[-109.87060546875,20.494966506958008],[-109.87139225006104,20.494140625],[-109.87458944320679,20.490234375],[-109.87548828125,20.489255905151367],[-109.8781681060791,20.486328125],[-109.88037109375,20.48410987854004],[-109.88206624984741,20.482421875],[-109.88525390625,20.478858947753906],[-109.88556623458862,20.478515625],[-109.88872766494751,20.474609375],[-109.89013671875,20.47311019897461],[-109.89245414733887,20.470703125],[-109.89501953125,20.468095779418945],[-109.89630460739136,20.466796875],[-109.89965438842773,20.462890625],[-109.89990234375,20.462614059448242],[-109.90293741226196,20.458984375],[-109.90478515625,20.457077026367188],[-109.9068021774292,20.455078125],[-109.90966796875,20.452131271362305],[-109.9105978012085,20.451171875],[-109.91384267807007,20.447265625],[-109.91455078125,20.446491241455078],[-109.91734981536865,20.443359375],[-109.91943359375,20.44124984741211],[-109.92123603820801,20.439453125],[-109.92431640625,20.436067581176758],[-109.924795627594,20.435546875],[-109.92795467376709,20.431640625],[-109.92919921875,20.430309295654297],[-109.93164777755737,20.427734375],[-109.93408203125,20.425289154052734],[-109.93553876876831,20.423828125],[-109.93889808654785,20.419921875],[-109.93896484375,20.419843673706055],[-109.94206666946411,20.416015625],[-109.94384765625,20.414154052734375],[-109.94590520858765,20.412109375],[-109.94873046875,20.409255981445312],[-109.94977235794067,20.408203125],[-109.95307445526123,20.404296875],[-109.95361328125,20.403703689575195],[-109.95650291442871,20.400390625],[-109.95849609375,20.39834976196289],[-109.96036767959595,20.396484375],[-109.96337890625,20.393259048461914],[-109.96402025222778,20.392578125],[-109.96721982955933,20.388671875],[-109.96826171875,20.387550354003906],[-109.97085809707642,20.384765625],[-109.97314453125,20.38246726989746],[-109.97474908828735,20.380859375],[-109.97802734375,20.37710952758789],[-109.97816562652588,20.376953125],[-109.98131275177002,20.373046875],[-109.98291015625,20.371360778808594],[-109.98510122299194,20.369140625],[-109.98779296875,20.36643409729004],[-109.9889874458313,20.365234375],[-109.99231576919556,20.361328125],[-109.99267578125,20.360925674438477],[-109.99564170837402,20.357421875],[-109.99755859375,20.35543441772461],[-109.99948382377625,20.353515625],[-110.00244140625,20.350425720214844],[-110.00322818756104,20.349609375],[-110.00648021697998,20.345703125],[-110.00732421875,20.344789505004883],[-110.01004695892334,20.341796875],[-110.01220703125,20.33960723876953],[-110.01392126083374,20.337890625],[-110.01708984375,20.3343505859375],[-110.01742243766785,20.333984375],[-110.0205945968628,20.330078125],[-110.02197265625,20.3286190032959],[-110.02434015274048,20.326171875],[-110.02685546875,20.323644638061523],[-110.02822399139404,20.322265625],[-110.0315523147583,20.318359375],[-110.03173828125,20.318147659301758],[-110.03478169441223,20.314453125],[-110.03662109375,20.31253433227539],[-110.0386130809784,20.310546875],[-110.04150390625,20.30757713317871],[-110.04241943359375,20.306640625],[-110.04571199417114,20.302734375],[-110.04638671875,20.3019962310791],[-110.04919409751892,20.298828125],[-110.05126953125,20.29669761657715],[-110.05303978919983,20.294921875],[-110.05615234375,20.291532516479492],[-110.05663394927979,20.291015625],[-110.05985140800476,20.287109375],[-110.06103515625,20.285852432250977],[-110.06354689598083,20.283203125],[-110.06591796875,20.280813217163086],[-110.06742238998413,20.279296875],[-110.0707757472992,20.275390625],[-110.07080078125,20.275362014770508],[-110.07395029067993,20.271484375],[-110.07568359375,20.269676208496094],[-110.07779002189636,20.267578125],[-110.08056640625,20.264781951904297],[-110.08166432380676,20.263671875],[-110.08495688438416,20.259765625],[-110.08544921875,20.25921630859375],[-110.08833169937134,20.255859375],[-110.09033203125,20.253782272338867],[-110.09215354919434,20.251953125],[-110.09521484375,20.248693466186523],[-110.09583115577698,20.248046875],[-110.09909391403198,20.244140625],[-110.10009765625,20.243066787719727],[-110.1027238368988,20.240234375],[-110.10498046875,20.23794174194336],[-110.10658025741577,20.236328125],[-110.10986328125,20.232589721679688],[-110.11001348495483,20.232421875],[-110.11321306228638,20.228515625],[-110.11474609375,20.226911544799805],[-110.11701464653015,20.224609375],[-110.11962890625,20.221973419189453],[-110.12088537216187,20.220703125],[-110.12418150901794,20.216796875],[-110.12451171875,20.2164249420166],[-110.12749195098877,20.212890625],[-110.12939453125,20.210926055908203],[-110.13134479522705,20.208984375],[-110.13427734375,20.20592498779297],[-110.13509273529053,20.205078125],[-110.13834595680237,20.201171875],[-110.13916015625,20.200284957885742],[-110.14186978340149,20.197265625],[-110.14404296875,20.195024490356445],[-110.14569163322449,20.193359375],[-110.14892578125,20.18977165222168],[-110.1492190361023,20.189453125],[-110.15246272087097,20.185546875],[-110.15380859375,20.184133529663086],[-110.15621662139893,20.181640625],[-110.15869140625,20.179134368896484],[-110.1600730419159,20.177734375],[-110.16338109970093,20.173828125],[-110.16357421875,20.173608779907227],[-110.1666259765625,20.169921875],[-110.16845703125,20.168031692504883],[-110.17049551010132,20.166015625],[-110.17333984375,20.16311264038086],[-110.174320936203,20.162109375],[-110.17758131027222,20.158203125],[-110.17822265625,20.157495498657227],[-110.18103361129761,20.154296875],[-110.18310546875,20.15216827392578],[-110.18487930297852,20.150390625],[-110.18798828125,20.147024154663086],[-110.1884937286377,20.146484375],[-110.19172549247742,20.142578125],[-110.19287109375,20.141355514526367],[-110.1953911781311,20.138671875],[-110.19775390625,20.13625717163086],[-110.19922137260437,20.134765625],[-110.2025818824768,20.130859375],[-110.20263671875,20.13079833984375],[-110.2058207988739,20.126953125],[-110.20751953125,20.12519645690918],[-110.20967721939087,20.123046875],[-110.21240234375,20.12028694152832],[-110.21352767944336,20.119140625],[-110.21678924560547,20.115234375],[-110.21728515625,20.114681243896484],[-110.22018551826477,20.111328125],[-110.22216796875,20.109304428100586],[-110.22406339645386,20.107421875],[-110.22705078125,20.104248046875],[-110.22774457931519,20.103515625],[-110.23096084594727,20.099609375],[-110.23193359375,20.098554611206055],[-110.23453950881958,20.095703125],[-110.23681640625,20.093364715576172],[-110.23837089538574,20.091796875],[-110.24169921875,20.088062286376953],[-110.2418565750122,20.087890625],[-110.24508953094482,20.083984375],[-110.24658203125,20.082422256469727],[-110.24887561798096,20.080078125],[-110.25146484375,20.077444076538086],[-110.2527117729187,20.076171875],[-110.25598883628845,20.072265625],[-110.25634765625,20.071863174438477],[-110.25932669639587,20.068359375],[-110.26123046875,20.06641387939453],[-110.26321411132812,20.064453125],[-110.26611328125,20.06143569946289],[-110.26696681976318,20.060546875],[-110.27018189430237,20.056640625],[-110.27099609375,20.055749893188477],[-110.27371525764465,20.052734375],[-110.27587890625,20.050540924072266],[-110.27759552001953,20.048828125],[-110.28076171875,20.04533576965332],[-110.28114199638367,20.044921875],[-110.28433561325073,20.041015625],[-110.28564453125,20.039623260498047],[-110.28804183006287,20.037109375],[-110.29052734375,20.034576416015625],[-110.2918815612793,20.033203125],[-110.2952229976654,20.029296875],[-110.29541015625,20.029085159301758],[-110.29847621917725,20.025390625],[-110.30029296875,20.023517608642578],[-110.30235171318054,20.021484375],[-110.30517578125,20.01861000061035],[-110.3061842918396,20.017578125],[-110.30942678451538,20.013671875],[-110.30517578125,20.0123291015625],[-110.30029296875,20.011852264404297],[-110.29541015625,20.011737823486328],[-110.29052734375,20.011720657348633],[-110.28564453125,20.01171875],[-107.78564453125,20.01171875],[-107.78076171875,20.011722564697266],[-107.77587890625,20.01175880432129],[-107.77099609375,20.01194953918457],[-107.76611328125,20.012662887573242],[-107.76337146759033,20.013671875],[-107.76123046875,20.01596450805664],[-107.75965452194214,20.017578125],[-107.75634765625,20.021011352539062],[-107.75587797164917,20.021484375],[-107.75245428085327,20.025390625],[-107.75146484375,20.0264892578125],[-107.7490234375,20.029296875],[-107.74658203125,20.031898498535156],[-107.74528741836548,20.033203125],[-107.74169921875,20.036945343017578],[-107.74153709411621,20.037109375],[-107.73814916610718,20.041015625],[-107.73681640625,20.04249382019043],[-107.73463249206543,20.044921875],[-107.73193359375,20.047760009765625],[-107.7308702468872,20.048828125],[-107.7272891998291,20.052734375],[-107.72705078125,20.052995681762695],[-107.72394895553589,20.056640625],[-107.72216796875,20.05858612060547],[-107.72031784057617,20.060546875],[-107.71728515625,20.063709259033203],[-107.71654844284058,20.064453125],[-107.71312713623047,20.068359375],[-107.71240234375,20.06916618347168],[-107.7097487449646,20.072265625],[-107.70751953125,20.07463836669922],[-107.7060055732727,20.076171875],[-107.70263671875,20.079647064208984],[-107.70220756530762,20.080078125],[-107.69877195358276,20.083984375],[-107.69775390625,20.085115432739258],[-107.69534111022949,20.087890625],[-107.69287109375,20.090526580810547],[-107.69161224365234,20.091796875],[-107.68798828125,20.095619201660156],[-107.6879072189331,20.095703125],[-107.68457174301147,20.099609375],[-107.68310546875,20.10123634338379],[-107.68102645874023,20.103515625],[-107.67822265625,20.106443405151367],[-107.67724990844727,20.107421875],[-107.67374277114868,20.111328125],[-107.67333984375,20.11176872253418],[-107.6703429222107,20.115234375],[-107.66845703125,20.117259979248047],[-107.66666889190674,20.119140625],[-107.66357421875,20.12238311767578],[-107.66291618347168,20.123046875],[-107.65943765640259,20.126953125],[-107.65869140625,20.127784729003906],[-107.656090259552,20.130859375],[-107.65380859375,20.133319854736328],[-107.65237808227539,20.134765625],[-107.64892578125,20.13829231262207],[-107.64854431152344,20.138671875],[-107.64514684677124,20.142578125],[-107.64404296875,20.143810272216797],[-107.64169454574585,20.146484375],[-107.63916015625,20.149160385131836],[-107.637939453125,20.150390625],[-107.63428688049316,20.154296875],[-107.63427734375,20.154306411743164],[-107.6309061050415,20.158203125],[-107.62939453125,20.159852981567383],[-107.6273250579834,20.162109375],[-107.62451171875,20.165063858032227],[-107.62356519699097,20.166015625],[-107.62001514434814,20.169921875],[-107.61962890625,20.17034339904785],[-107.61663675308228,20.173828125],[-107.61474609375,20.175874710083008],[-107.61297225952148,20.177734375],[-107.60986328125,20.180953979492188],[-107.60917901992798,20.181640625],[-107.60572910308838,20.185546875],[-107.60498046875,20.186386108398438],[-107.602379322052,20.189453125],[-107.60009765625,20.19190216064453],[-107.59865760803223,20.193359375],[-107.59521484375,20.19693374633789],[-107.59488821029663,20.197265625],[-107.5915265083313,20.201171875],[-107.59033203125,20.20250129699707],[-107.58803844451904,20.205078125],[-107.58544921875,20.207794189453125],[-107.58426189422607,20.208984375],[-107.5806188583374,20.212890625],[-107.58056640625,20.21294593811035],[-107.57720947265625,20.216796875],[-107.57568359375,20.218460083007812],[-107.57362842559814,20.220703125],[-107.57080078125,20.223676681518555],[-107.56987571716309,20.224609375],[-107.56632089614868,20.228515625],[-107.56591796875,20.228958129882812],[-107.5629997253418,20.232421875],[-107.56103515625,20.23457145690918],[-107.55934476852417,20.236328125],[-107.55615234375,20.239601135253906],[-107.55551815032959,20.240234375],[-107.55212068557739,20.244140625],[-107.55126953125,20.245098114013672],[-107.54874467849731,20.248046875],[-107.54638671875,20.250545501708984],[-107.54498720169067,20.251953125],[-107.54150390625,20.255592346191406],[-107.54124164581299,20.255859375],[-107.53781318664551,20.259765625],[-107.53662109375,20.261075973510742],[-107.53431558609009,20.263671875],[-107.53173828125,20.26640510559082],[-107.5305724143982,20.267578125],[-107.5268816947937,20.271484375],[-107.52685546875,20.271512985229492],[-107.52351760864258,20.275390625],[-107.52197265625,20.2770938873291],[-107.51994609832764,20.279296875],[-107.51708984375,20.282272338867188],[-107.5161600112915,20.283203125],[-107.51264095306396,20.287109375],[-107.51220703125,20.287586212158203],[-107.50929832458496,20.291015625],[-107.50732421875,20.293149948120117],[-107.50561952590942,20.294921875],[-107.50244140625,20.2982234954834],[-107.50184297561646,20.298828125],[-107.4984359741211,20.302734375],[-107.49755859375,20.303712844848633],[-107.4950361251831,20.306640625],[-107.49267578125,20.309141159057617],[-107.49127626419067,20.310546875],[-107.48779296875,20.314151763916016],[-107.48749256134033,20.314453125],[-107.48407363891602,20.318359375],[-107.48291015625,20.31964874267578],[-107.48059749603271,20.322265625],[-107.47802734375,20.324989318847656],[-107.47685432434082,20.326171875],[-107.47320652008057,20.330078125],[-107.47314453125,20.33014488220215],[-107.46988296508789,20.333984375],[-107.46826171875,20.335773468017578],[-107.46629476547241,20.337890625],[-107.46337890625,20.340919494628906],[-107.46250629425049,20.341796875],[-107.45904684066772,20.345703125],[-107.45849609375,20.346311569213867],[-107.45564460754395,20.349609375],[-107.45361328125,20.351776123046875],[-107.45193243026733,20.353515625],[-107.44873046875,20.356847763061523],[-107.44816064834595,20.357421875],[-107.4446964263916,20.361328125],[-107.44384765625,20.362272262573242],[-107.44131565093994,20.365234375],[-107.43896484375,20.367767333984375],[-107.43760585784912,20.369140625],[-107.43408203125,20.37276268005371],[-107.43379831314087,20.373046875],[-107.43041753768921,20.376953125],[-107.42919921875,20.378313064575195],[-107.42693424224854,20.380859375],[-107.42431640625,20.383609771728516],[-107.42316484451294,20.384765625],[-107.41955041885376,20.388671875],[-107.41943359375,20.388797760009766],[-107.41616249084473,20.392578125],[-107.41455078125,20.394329071044922],[-107.41255044937134,20.396484375],[-107.40966796875,20.399503707885742],[-107.40878582000732,20.400390625],[-107.4052619934082,20.404296875],[-107.40478515625,20.404817581176758],[-107.4018931388855,20.408203125],[-107.39990234375,20.410356521606445],[-107.39821195602417,20.412109375],[-107.39501953125,20.41539764404297],[-107.39440202713013,20.416015625],[-107.39096164703369,20.419921875],[-107.39013671875,20.42084312438965],[-107.38758325576782,20.423828125],[-107.38525390625,20.426319122314453],[-107.38385200500488,20.427734375],[-107.38037109375,20.43136215209961],[-107.38009691238403,20.431640625],[-107.37673282623291,20.435546875],[-107.37548828125,20.436925888061523],[-107.37322807312012,20.439453125],[-107.37060546875,20.442203521728516],[-107.36945390701294,20.443359375],[-107.36582040786743,20.447265625],[-107.36572265625,20.447368621826172],[-107.36241102218628,20.451171875],[-107.36083984375,20.452884674072266],[-107.35881567001343,20.455078125],[-107.35595703125,20.45807647705078],[-107.3550534248352,20.458984375],[-107.35151529312134,20.462890625],[-107.35107421875,20.463376998901367],[-107.34819650650024,20.466796875],[-107.34619140625,20.468984603881836],[-107.34452962875366,20.470703125],[-107.34130859375,20.474000930786133],[-107.34070062637329,20.474609375],[-107.33731031417847,20.478515625],[-107.33642578125,20.479511260986328],[-107.33392238616943,20.482421875],[-107.33154296875,20.48493766784668],[-107.33016014099121,20.486328125],[-107.32666015625,20.4899845123291],[-107.32641458511353,20.490234375],[-107.32297658920288,20.494140625],[-107.32177734375,20.49545669555664],[-107.31947660446167,20.498046875],[-107.31689453125,20.500783920288086],[-107.31573104858398,20.501953125],[-107.31203317642212,20.505859375],[-107.31201171875,20.505882263183594],[-107.3086667060852,20.509765625],[-107.30712890625,20.511463165283203],[-107.30509757995605,20.513671875],[-107.30224609375,20.516633987426758],[-107.30130195617676,20.517578125],[-107.29777097702026,20.521484375],[-107.29736328125,20.521930694580078],[-107.29442119598389,20.525390625],[-107.29248046875,20.527490615844727],[-107.29074716567993,20.529296875],[-107.28759765625,20.53256607055664],[-107.28696584701538,20.533203125],[-107.28355646133423,20.537109375],[-107.28271484375,20.538047790527344],[-107.28016376495361,20.541015625],[-107.27783203125,20.543485641479492],[-107.27640151977539,20.544921875],[-107.27294921875,20.548479080200195],[-107.2726035118103,20.548828125],[-107.26917743682861,20.552734375],[-107.26806640625,20.553964614868164],[-107.26571083068848,20.556640625],[-107.26318359375,20.559324264526367],[-107.26197004318237,20.560546875],[-107.25830078125,20.564449310302734],[-107.25829601287842,20.564453125],[-107.25497245788574,20.568359375],[-107.25341796875,20.57007598876953],[-107.25139617919922,20.572265625],[-107.24853515625,20.57523536682129],[-107.24760293960571,20.576171875],[-107.24411487579346,20.580078125],[-107.24365234375,20.580585479736328],[-107.24070310592651,20.583984375],[-107.23876953125,20.58605194091797],[-107.23701000213623,20.587890625],[-107.23388671875,20.591150283813477],[-107.23324298858643,20.591796875],[-107.22976684570312,20.595703125],[-107.22900390625,20.59654998779297],[-107.22640752792358,20.599609375],[-107.22412109375,20.60207176208496],[-107.22269058227539,20.603515625],[-107.21923828125,20.607038497924805],[-107.21885442733765,20.607421875],[-107.21545696258545,20.611328125],[-107.21435546875,20.61255645751953],[-107.21199750900269,20.615234375],[-107.20947265625,20.61789321899414],[-107.20823049545288,20.619140625],[-107.20458984375,20.623023986816406],[-107.20456600189209,20.623046875],[-107.20117807388306,20.626953125],[-107.19970703125,20.628559112548828],[-107.19760179519653,20.630859375],[-107.19482421875,20.633769989013672],[-107.19383478164673,20.634765625],[-107.190260887146,20.638671875],[-107.18994140625,20.63901710510254],[-107.18688011169434,20.642578125],[-107.18505859375,20.64455223083496],[-107.18322515487671,20.646484375],[-107.18017578125,20.649639129638672],[-107.17942714691162,20.650390625],[-107.17596530914307,20.654296875],[-107.17529296875,20.65505027770996],[-107.17263698577881,20.658203125],[-107.17041015625,20.660594940185547],[-107.16891288757324,20.662109375],[-107.16552734375,20.665590286254883],[-107.16510534286499,20.666015625],[-107.1617341041565,20.669921875],[-107.16064453125,20.67113494873047],[-107.15826988220215,20.673828125],[-107.15576171875,20.676456451416016],[-107.15448379516602,20.677734375],[-107.15087890625,20.681543350219727],[-107.15078353881836,20.681640625],[-107.14736223220825,20.685546875],[-107.14599609375,20.687044143676758],[-107.1438193321228,20.689453125],[-107.14111328125,20.692310333251953],[-107.14006900787354,20.693359375],[-107.13644504547119,20.697265625],[-107.13623046875,20.697498321533203],[-107.13311433792114,20.701171875],[-107.13134765625,20.70311737060547],[-107.12949991226196,20.705078125],[-107.12646484375,20.708194732666016],[-107.12567329406738,20.708984375],[-107.12221622467041,20.712890625],[-107.12158203125,20.71359634399414],[-107.1188473701477,20.716796875],[-107.11669921875,20.719085693359375],[-107.11511373519897,20.720703125],[-107.11181640625,20.724119186401367],[-107.11133003234863,20.724609375],[-107.1078896522522,20.728515625],[-107.10693359375,20.72957420349121],[-107.10446119308472,20.732421875],[-107.10205078125,20.734987258911133],[-107.10071563720703,20.736328125],[-107.09716796875,20.740005493164062],[-107.09694147109985,20.740234375],[-107.09354400634766,20.744140625],[-107.09228515625,20.745532989501953],[-107.09003448486328,20.748046875],[-107.08740234375,20.750812530517578],[-107.08626508712769,20.751953125],[-107.08263874053955,20.755859375],[-107.08251953125,20.75598907470703],[-107.07928895950317,20.759765625],[-107.07763671875,20.761573791503906],[-107.07567930221558,20.763671875],[-107.07275390625,20.7667179107666],[-107.07190036773682,20.767578125],[-107.06841707229614,20.771484375],[-107.06787109375,20.772085189819336],[-107.06501960754395,20.775390625],[-107.06298828125,20.77756118774414],[-107.06130504608154,20.779296875],[-107.05810546875,20.78260612487793],[-107.05750942230225,20.783203125],[-107.05404758453369,20.787109375],[-107.05322265625,20.788028717041016],[-107.05066919326782,20.791015625],[-107.04833984375,20.793516159057617],[-107.04694747924805,20.794921875],[-107.04345703125,20.79852294921875],[-107.04315423965454,20.798828125],[-107.03979730606079,20.802734375],[-107.03857421875,20.804100036621094],[-107.03631162643433,20.806640625],[-107.03369140625,20.809377670288086],[-107.0325255393982,20.810546875],[-107.02889919281006,20.814453125],[-107.02880859375,20.814550399780273],[-107.02547788619995,20.818359375],[-107.02392578125,20.820037841796875],[-107.02187061309814,20.822265625],[-107.01904296875,20.825231552124023],[-107.01810598373413,20.826171875],[-107.01452493667603,20.830078125],[-107.01416015625,20.830472946166992],[-107.0111632347107,20.833984375],[-107.00927734375,20.836036682128906],[-107.00750589370728,20.837890625],[-107.00439453125,20.841087341308594],[-107.00368404388428,20.841796875],[-107.00023412704468,20.845703125],[-106.99951171875,20.846513748168945],[-106.9968843460083,20.849609375],[-106.99462890625,20.852018356323242],[-106.9931435585022,20.853515625],[-106.98974609375,20.857013702392578],[-106.98934078216553,20.857421875],[-106.98594808578491,20.861328125],[-106.98486328125,20.862531661987305],[-106.98247909545898,20.865234375],[-106.97998046875,20.867860794067383],[-106.97870254516602,20.869140625],[-106.97509765625,20.872928619384766],[-106.97498321533203,20.873046875],[-106.9715690612793,20.876953125],[-106.97021484375,20.878437042236328],[-106.96802854537964,20.880859375],[-106.96533203125,20.883697509765625],[-106.9642686843872,20.884765625],[-106.96065187454224,20.888671875],[-106.96044921875,20.888891220092773],[-106.95732831954956,20.892578125],[-106.95556640625,20.894512176513672],[-106.95370197296143,20.896484375],[-106.95068359375,20.89958953857422],[-106.94988250732422,20.900390625],[-106.94643974304199,20.904296875],[-106.94580078125,20.905004501342773],[-106.94304943084717,20.908203125],[-106.94091796875,20.91046714782715],[-106.93931341171265,20.912109375],[-106.93603515625,20.915512084960938],[-106.9355320930481,20.916015625],[-106.93206787109375,20.919921875],[-106.93115234375,20.92093276977539],[-106.92864894866943,20.923828125],[-106.92626953125,20.926368713378906],[-106.92491054534912,20.927734375],[-106.92138671875,20.931364059448242],[-106.92111015319824,20.931640625],[-106.91771507263184,20.935546875],[-106.91650390625,20.9368896484375],[-106.91421747207642,20.939453125],[-106.91162109375,20.94217872619629],[-106.91044330596924,20.943359375],[-106.90679550170898,20.947265625],[-106.90673828125,20.94732666015625],[-106.90342426300049,20.951171875],[-106.90185546875,20.9528865814209],[-106.89982652664185,20.955078125],[-106.89697265625,20.95805549621582],[-106.89604759216309,20.958984375],[-106.89251661300659,20.962890625],[-106.89208984375,20.963354110717773],[-106.8891191482544,20.966796875],[-106.88720703125,20.96885108947754],[-106.8854308128357,20.970703125],[-106.88232421875,20.973915100097656],[-106.88163042068481,20.974609375],[-106.87816143035889,20.978515625],[-106.87744140625,20.97931671142578],[-106.8748140335083,20.982421875],[-106.87255859375,20.984846115112305],[-106.87108993530273,20.986328125],[-106.86767578125,20.98982810974121],[-106.86727285385132,20.990234375],[-106.8639063835144,20.994140625],[-106.86279296875,20.995386123657227],[-106.86044454574585,20.998046875],[-106.85791015625,21.00069808959961],[-106.85665845870972,21.001953125],[-106.85302734375,21.005809783935547],[-106.85297966003418,21.005859375],[-106.84953451156616,21.009765625],[-106.84814453125,21.01127815246582],[-106.84597253799438,21.013671875],[-106.84326171875,21.01652717590332],[-106.84221506118774,21.017578125],[-106.83856248855591,21.021484375],[-106.83837890625,21.021678924560547],[-106.835196018219,21.025390625],[-106.83349609375,21.027254104614258],[-106.83157920837402,21.029296875],[-106.82861328125,21.032352447509766],[-106.82775974273682,21.033203125],[-106.8242597579956,21.037109375],[-106.82373046875,21.03769302368164],[-106.82090044021606,21.041015625],[-106.81884765625,21.04322052001953],[-106.81719064712524,21.044921875],[-106.81396484375,21.048255920410156],[-106.81339502334595,21.048828125],[-106.80997848510742,21.052734375],[-106.80908203125,21.05373191833496],[-106.8065619468689,21.056640625],[-106.80419921875,21.05913543701172],[-106.80279016494751,21.060546875],[-106.79931640625,21.06412696838379],[-106.79899215698242,21.064453125],[-106.79555892944336,21.068359375],[-106.79443359375,21.069602966308594],[-106.79208517074585,21.072265625],[-106.78955078125,21.074951171875],[-106.78833484649658,21.076171875],[-106.78466796875,21.080053329467773],[-106.78464412689209,21.080078125],[-106.78131103515625,21.083984375],[-106.77978515625,21.085670471191406],[-106.77773714065552,21.087890625],[-106.77490234375,21.090824127197266],[-106.77392959594727,21.091796875],[-106.77040576934814,21.095703125],[-106.77001953125,21.09612274169922],[-106.76698684692383,21.099609375],[-106.76513671875,21.101587295532227],[-106.76330327987671,21.103515625],[-106.76025390625,21.10669708251953],[-106.75953149795532,21.107421875],[-106.75602436065674,21.111328125],[-106.75537109375,21.112051010131836],[-106.75266742706299,21.115234375],[-106.75048828125,21.117578506469727],[-106.74894571304321,21.119140625],[-106.74560546875,21.12253189086914],[-106.74508810043335,21.123046875],[-106.74165725708008,21.126953125],[-106.74072265625,21.127992630004883],[-106.73823595046997,21.130859375],[-106.73583984375,21.133394241333008],[-106.73447370529175,21.134765625],[-106.73095703125,21.138437271118164],[-106.73072576522827,21.138671875],[-106.72733545303345,21.142578125],[-106.72607421875,21.143966674804688],[-106.72381401062012,21.146484375],[-106.72119140625,21.14923095703125],[-106.72003269195557,21.150390625],[-106.71637058258057,21.154296875],[-106.71630859375,21.154361724853516],[-106.71295881271362,21.158203125],[-106.71142578125,21.15987205505371],[-106.70936346054077,21.162109375],[-106.70654296875,21.165054321289062],[-106.70558214187622,21.166015625],[-106.70201539993286,21.169921875],[-106.70166015625,21.170310974121094],[-106.69869184494019,21.173828125],[-106.69677734375,21.175914764404297],[-106.6950273513794,21.177734375],[-106.69189453125,21.180932998657227],[-106.69118642807007,21.181640625],[-106.68776750564575,21.185546875],[-106.68701171875,21.186391830444336],[-106.68437957763672,21.189453125],[-106.68212890625,21.19182777404785],[-106.68061017990112,21.193359375],[-106.67724609375,21.196834564208984],[-106.67681694030762,21.197265625],[-106.67335510253906,21.201171875],[-106.67236328125,21.2022647857666],[-106.66990756988525,21.205078125],[-106.66748046875,21.20765495300293],[-106.6661548614502,21.208984375],[-106.66259765625,21.212657928466797],[-106.66236877441406,21.212890625],[-106.65896892547607,21.216796875],[-106.65771484375,21.218183517456055],[-106.65545463562012,21.220703125],[-106.65283203125,21.223447799682617],[-106.65167093276978,21.224609375],[-106.64801597595215,21.228515625],[-106.64794921875,21.228588104248047],[-106.64465188980103,21.232421875],[-106.64306640625,21.23415756225586],[-106.64105176925659,21.236328125],[-106.63818359375,21.239309310913086],[-106.63726091384888,21.240234375],[-106.63373708724976,21.244140625],[-106.63330078125,21.24461555480957],[-106.63032531738281,21.248046875],[-106.62841796875,21.25008773803711],[-106.62662982940674,21.251953125],[-106.62353515625,21.25515365600586],[-106.62282943725586,21.255859375],[-106.61934852600098,21.259765625],[-106.61865234375,21.260541915893555],[-106.61601066589355,21.263671875],[-106.61376953125,21.266082763671875],[-106.6122841835022,21.267578125],[-106.60888671875,21.27102279663086],[-106.60842418670654,21.271484375],[-106.60503387451172,21.275390625],[-106.60400390625,21.276540756225586],[-106.6015887260437,21.279296875],[-106.59912109375,21.281883239746094],[-106.59780025482178,21.283203125],[-106.59423828125,21.286949157714844],[-106.5940809249878,21.287109375],[-106.59065246582031,21.291015625],[-106.58935546875,21.292428970336914],[-106.58710718154907,21.294921875],[-106.58447265625,21.297687530517578],[-106.5833330154419,21.298828125],[-106.57964706420898,21.302734375],[-106.57958984375,21.302793502807617],[-106.57625436782837,21.306640625],[-106.57470703125,21.308332443237305],[-106.57265901565552,21.310546875],[-106.56982421875,21.31348419189453],[-106.56885147094727,21.314453125],[-106.56528234481812,21.318359375],[-106.56494140625,21.3187313079834],[-106.56193256378174,21.322265625],[-106.56005859375,21.32430076599121],[-106.55826807022095,21.326171875],[-106.55517578125,21.329360961914062],[-106.5544605255127,21.330078125],[-106.5510368347168,21.333984375],[-106.55029296875,21.33481216430664],[-106.54763698577881,21.337890625],[-106.54541015625,21.340238571166992],[-106.54386520385742,21.341796875],[-106.54052734375,21.345226287841797],[-106.5400505065918,21.345703125],[-106.53658151626587,21.349609375],[-106.53564453125,21.35064697265625],[-106.53316497802734,21.353515625],[-106.53076171875,21.3560848236084],[-106.52942895889282,21.357421875],[-106.52587890625,21.361068725585938],[-106.52562141418457,21.361328125],[-106.52223825454712,21.365234375],[-106.52099609375,21.366613388061523],[-106.51873111724854,21.369140625],[-106.51611328125,21.371868133544922],[-106.51493310928345,21.373046875],[-106.51127815246582,21.376953125],[-106.51123046875,21.377002716064453],[-106.50787353515625,21.380859375],[-106.50634765625,21.382516860961914],[-106.50427103042603,21.384765625],[-106.50146484375,21.387691497802734],[-106.50048494338989,21.388671875],[-106.49689674377441,21.392578125],[-106.49658203125,21.39291763305664],[-106.49349689483643,21.396484375],[-106.49169921875,21.398426055908203],[-106.48983001708984,21.400390625],[-106.48681640625,21.40349578857422],[-106.48601293563843,21.404296875],[-106.48251295089722,21.408203125],[-106.48193359375,21.408845901489258],[-106.47917747497559,21.412109375],[-106.47705078125,21.414400100708008],[-106.47546291351318,21.416015625],[-106.47216796875,21.41937828063965],[-106.47162437438965,21.419921875],[-106.46824598312378,21.423828125],[-106.46728515625,21.424901962280273],[-106.46481513977051,21.427734375],[-106.46240234375,21.430255889892578],[-106.46101474761963,21.431640625],[-106.45751953125,21.435266494750977],[-106.45724058151245,21.435546875],[-106.4537763595581,21.439453125],[-106.45263671875,21.440702438354492],[-106.45028352737427,21.443359375],[-106.44775390625,21.4460391998291],[-106.44652843475342,21.447265625],[-106.44287109375,21.451068878173828],[-106.44277095794678,21.451171875],[-106.43938541412354,21.455078125],[-106.43798828125,21.45661735534668],[-106.43583297729492,21.458984375],[-106.43310546875,21.461814880371094],[-106.43202543258667,21.462890625],[-106.42840623855591,21.466796875],[-106.42822265625,21.466995239257812],[-106.42503023147583,21.470703125],[-106.42333984375,21.4725399017334],[-106.42139673233032,21.474609375],[-106.41845703125,21.4776554107666],[-106.41759872436523,21.478515625],[-106.41408681869507,21.482421875],[-106.41357421875,21.482980728149414],[-106.4106798171997,21.486328125],[-106.40869140625,21.488449096679688],[-106.40696048736572,21.490234375],[-106.40380859375,21.49347686767578],[-106.4031434059143,21.494140625],[-106.39966249465942,21.498046875],[-106.39892578125,21.49886703491211],[-106.39630556106567,21.501953125],[-106.39404296875,21.50438117980957],[-106.39257431030273,21.505859375],[-106.38916015625,21.50932502746582],[-106.38871908187866,21.509765625],[-106.38533115386963,21.513671875],[-106.38427734375,21.514848709106445],[-106.38187885284424,21.517578125],[-106.37939453125,21.520172119140625],[-106.37807846069336,21.521484375],[-106.37451171875,21.525226593017578],[-106.374351978302,21.525390625],[-106.37091398239136,21.529296875],[-106.36962890625,21.530696868896484],[-106.36736631393433,21.533203125],[-106.36474609375,21.535947799682617],[-106.3635802268982,21.537109375],[-106.35987758636475,21.541015625],[-106.35986328125,21.54102897644043],[-106.35647773742676,21.544921875],[-106.35498046875,21.546558380126953],[-106.35288953781128,21.548828125],[-106.35009765625,21.551721572875977],[-106.34907960891724,21.552734375],[-106.34547710418701,21.556640625],[-106.34521484375,21.55692481994629],[-106.34212732315063,21.560546875],[-106.34033203125,21.562503814697266],[-106.33847713470459,21.564453125],[-106.33544921875,21.567569732666016],[-106.33466005325317,21.568359375],[-106.33121013641357,21.572265625],[-106.33056640625,21.572975158691406],[-106.32779121398926,21.576171875],[-106.32568359375,21.578399658203125],[-106.3240385055542,21.580078125],[-106.32080078125,21.583417892456055],[-106.32023334503174,21.583984375],[-106.31674766540527,21.587890625],[-106.31591796875,21.588808059692383],[-106.31335496902466,21.591796875],[-106.31103515625,21.594274520874023],[-106.30961179733276,21.595703125],[-106.30615234375,21.599212646484375],[-106.3057541847229,21.599609375],[-106.30233764648438,21.603515625],[-106.30126953125,21.604700088500977],[-106.29886865615845,21.607421875],[-106.29638671875,21.610023498535156],[-106.29508018493652,21.611328125],[-106.29150390625,21.615074157714844],[-106.2913465499878,21.615234375],[-106.2879490852356,21.619140625],[-106.28662109375,21.62059783935547],[-106.28440141677856,21.623046875],[-106.28173828125,21.625823974609375],[-106.28060579299927,21.626953125],[-106.27694606781006,21.630859375],[-106.27685546875,21.63095474243164],[-106.27352476119995,21.634765625],[-106.27197265625,21.63644790649414],[-106.26991510391235,21.638671875],[-106.26708984375,21.641611099243164],[-106.26611948013306,21.642578125],[-106.2625241279602,21.646484375],[-106.26220703125,21.64682960510254],[-106.25919342041016,21.650390625],[-106.25732421875,21.652429580688477],[-106.25553131103516,21.654296875],[-106.25244140625,21.657434463500977],[-106.25166416168213,21.658203125],[-106.24819040298462,21.662109375],[-106.24755859375,21.662805557250977],[-106.24478340148926,21.666015625],[-106.24267578125,21.668251037597656],[-106.24103546142578,21.669921875],[-106.23779296875,21.673263549804688],[-106.23722791671753,21.673828125],[-106.23376369476318,21.677734375],[-106.23291015625,21.678678512573242],[-106.23035430908203,21.681640625],[-106.22802734375,21.684104919433594],[-106.22658491134644,21.685546875],[-106.22314453125,21.689048767089844],[-106.22273683547974,21.689453125],[-106.21929883956909,21.693359375],[-106.21826171875,21.69450569152832],[-106.21583938598633,21.697265625],[-106.21337890625,21.699859619140625],[-106.21206760406494,21.701171875],[-106.20849609375,21.704893112182617],[-106.20831489562988,21.705078125],[-106.20495319366455,21.708984375],[-106.20361328125,21.710464477539062],[-106.20141267776489,21.712890625],[-106.19873046875,21.715669631958008],[-106.19760036468506,21.716796875],[-106.19396686553955,21.720703125],[-106.19384765625,21.720829010009766],[-106.19051933288574,21.724609375],[-106.18896484375,21.726285934448242],[-106.18690490722656,21.728515625],[-106.18408203125,21.731468200683594],[-106.1831259727478,21.732421875],[-106.17948770523071,21.736328125],[-106.17919921875,21.736637115478516],[-106.17611169815063,21.740234375],[-106.17431640625,21.742185592651367],[-106.17245435714722,21.744140625],[-106.16943359375,21.74721908569336],[-106.16859674453735,21.748046875],[-106.16507530212402,21.751953125],[-106.16455078125,21.75252914428711],[-106.16169691085815,21.755859375],[-106.15966796875,21.758033752441406],[-106.15797996520996,21.759765625],[-106.15478515625,21.763044357299805],[-106.15415811538696,21.763671875],[-106.15073204040527,21.767578125],[-106.14990234375,21.76850128173828],[-106.1473298072815,21.771484375],[-106.14501953125,21.77391242980957],[-106.14353656768799,21.775390625],[-106.14013671875,21.778852462768555],[-106.13968849182129,21.779296875],[-106.13621950149536,21.783203125],[-106.13525390625,21.784271240234375],[-106.1327862739563,21.787109375],[-106.13037109375,21.7896785736084],[-106.12903356552124,21.791015625],[-106.12548828125,21.79465675354004],[-106.12522602081299,21.794921875],[-106.12184524536133,21.798828125],[-106.12060546875,21.800203323364258],[-106.11833333969116,21.802734375],[-106.11572265625,21.80544090270996],[-106.11451387405396,21.806640625],[-106.11083984375,21.810535430908203],[-106.11082792282104,21.810546875],[-106.10740661621094,21.814453125],[-106.10595703125,21.816028594970703],[-106.10381603240967,21.818359375],[-106.10107421875,21.821212768554688],[-106.10001564025879,21.822265625],[-106.09637022018433,21.826171875],[-106.09619140625,21.82636260986328],[-106.09295845031738,21.830078125],[-106.09130859375,21.831863403320312],[-106.0893201828003,21.833984375],[-106.08642578125,21.83696937561035],[-106.0854983329773,21.837890625],[-106.08192205429077,21.841796875],[-106.08154296875,21.84221076965332],[-106.07857942581177,21.845703125],[-106.07666015625,21.8477840423584],[-106.07489824295044,21.849609375],[-106.07177734375,21.852785110473633],[-106.07104301452637,21.853515625],[-106.06759548187256,21.857421875],[-106.06689453125,21.858198165893555],[-106.06417655944824,21.861328125],[-106.06201171875,21.863609313964844],[-106.06040716171265,21.865234375],[-106.05712890625,21.868606567382812],[-106.05659246444702,21.869140625],[-106.05311155319214,21.873046875],[-106.05224609375,21.874000549316406],[-106.04969263076782,21.876953125],[-106.04736328125,21.879419326782227],[-106.04592084884644,21.880859375],[-106.04248046875,21.884349822998047],[-106.04206323623657,21.884765625],[-106.03862285614014,21.888671875],[-106.03759765625,21.88980484008789],[-106.03516340255737,21.892578125],[-106.03271484375,21.895156860351562],[-106.03138446807861,21.896484375],[-106.02783203125,21.900169372558594],[-106.02761268615723,21.900390625],[-106.02424144744873,21.904296875],[-106.02294921875,21.905725479125977],[-106.02071046829224,21.908203125],[-106.01806640625,21.91094398498535],[-106.01689577102661,21.912109375],[-106.01322889328003,21.916015625],[-106.01318359375,21.91606330871582],[-106.00977420806885,21.919921875],[-106.00830078125,21.92151641845703],[-106.00618124008179,21.923828125],[-106.00341796875,21.926721572875977],[-106.00240230560303,21.927734375],[-105.99871635437012,21.931640625],[-105.99853515625,21.931833267211914],[-105.99532842636108,21.935546875],[-105.99365234375,21.9373722076416],[-105.99169254302979,21.939453125],[-105.98876953125,21.942440032958984],[-105.9878396987915,21.943359375],[-105.98426580429077,21.947265625],[-105.98388671875,21.947675704956055],[-105.98088264465332,21.951171875],[-105.97900390625,21.953197479248047],[-105.97719669342041,21.955078125],[-105.97412109375,21.95823860168457],[-105.97337245941162,21.958984375],[-105.9699034690857,21.962890625],[-105.96923828125,21.963623046875],[-105.96648693084717,21.966796875],[-105.96435546875,21.96904754638672],[-105.96272230148315,21.970703125],[-105.95947265625,21.97402572631836],[-105.95888614654541,21.974609375],[-105.95539331436157,21.978515625],[-105.95458984375,21.979406356811523],[-105.9520149230957,21.982421875],[-105.94970703125,21.98488998413086],[-105.94827175140381,21.986328125],[-105.94482421875,21.98979949951172],[-105.94438314437866,21.990234375],[-105.94095706939697,21.994140625],[-105.93994140625,21.995267868041992],[-105.93749761581421,21.998046875],[-105.93505859375,22.00059700012207],[-105.93369483947754,22.001953125],[-105.93017578125,22.005598068237305],[-105.92991828918457,22.005859375],[-105.92649698257446,22.009765625],[-105.92529296875,22.01108741760254],[-105.92297554016113,22.013671875],[-105.92041015625,22.01634407043457],[-105.91916799545288,22.017578125],[-105.91552734375,22.02138328552246],[-105.91542720794678,22.021484375],[-105.91199159622192,22.025390625],[-105.91064453125,22.026859283447266],[-105.90843439102173,22.029296875],[-105.90576171875,22.032089233398438],[-105.90464115142822,22.033203125],[-105.90094804763794,22.037109375],[-105.90087890625,22.037181854248047],[-105.89760065078735,22.041015625],[-105.89599609375,22.04277992248535],[-105.89399576187134,22.044921875],[-105.89111328125,22.0478572845459],[-105.89012861251831,22.048828125],[-105.88654041290283,22.052734375],[-105.88623046875,22.053068161010742],[-105.88311672210693,22.056640625],[-105.88134765625,22.058534622192383],[-105.8794355392456,22.060546875],[-105.87646484375,22.06361198425293],[-105.87561845779419,22.064453125],[-105.87206840515137,22.068359375],[-105.87158203125,22.068885803222656],[-105.86865901947021,22.072265625],[-105.86669921875,22.074357986450195],[-105.86493968963623,22.076171875],[-105.86181640625,22.07935333251953],[-105.86108446121216,22.080078125],[-105.85757970809937,22.083984375],[-105.85693359375,22.084701538085938],[-105.85423469543457,22.087890625],[-105.85205078125,22.09023094177246],[-105.85049390792847,22.091796875],[-105.84716796875,22.095144271850586],[-105.84660291671753,22.095703125],[-105.84319353103638,22.099609375],[-105.84228515625,22.100622177124023],[-105.83976745605469,22.103515625],[-105.83740234375,22.105985641479492],[-105.83595514297485,22.107421875],[-105.83251953125,22.110946655273438],[-105.83213567733765,22.111328125],[-105.82865953445435,22.115234375],[-105.82763671875,22.116355895996094],[-105.82518577575684,22.119140625],[-105.82275390625,22.121692657470703],[-105.82139253616333,22.123046875],[-105.81787109375,22.12664794921875],[-105.81756591796875,22.126953125],[-105.8141279220581,22.130859375],[-105.81298828125,22.13211441040039],[-105.81063270568848,22.134765625],[-105.80810546875,22.137414932250977],[-105.80683946609497,22.138671875],[-105.80322265625,22.142440795898438],[-105.8030891418457,22.142578125],[-105.79972743988037,22.146484375],[-105.79833984375,22.148014068603516],[-105.79617023468018,22.150390625],[-105.79345703125,22.15318489074707],[-105.79233646392822,22.154296875],[-105.78869819641113,22.158203125],[-105.78857421875,22.158334732055664],[-105.785231590271,22.162109375],[-105.78369140625,22.163761138916016],[-105.78159809112549,22.166015625],[-105.77880859375,22.168912887573242],[-105.77779293060303,22.169921875],[-105.77412128448486,22.173828125],[-105.77392578125,22.174036026000977],[-105.7707166671753,22.177734375],[-105.76904296875,22.179546356201172],[-105.76706886291504,22.181640625],[-105.76416015625,22.184616088867188],[-105.76321601867676,22.185546875],[-105.75961828231812,22.189453125],[-105.75927734375,22.189821243286133],[-105.75624704360962,22.193359375],[-105.75439453125,22.195363998413086],[-105.75257062911987,22.197265625],[-105.74951171875,22.200389862060547],[-105.74872732162476,22.201171875],[-105.74525356292725,22.205078125],[-105.74462890625,22.20576286315918],[-105.74181079864502,22.208984375],[-105.73974609375,22.211156845092773],[-105.73805093765259,22.212890625],[-105.73486328125,22.216169357299805],[-105.73423147201538,22.216796875],[-105.73071002960205,22.220703125],[-105.72998046875,22.22150421142578],[-105.72731733322144,22.224609375],[-105.72509765625,22.226966857910156],[-105.72354793548584,22.228515625],[-105.72021484375,22.231855392456055],[-105.71963787078857,22.232421875],[-105.71616888046265,22.236328125],[-105.71533203125,22.23725700378418],[-105.71276426315308,22.240234375],[-105.71044921875,22.2426815032959],[-105.70898532867432,22.244140625],[-105.70556640625,22.24761962890625],[-105.70513963699341,22.248046875],[-105.70174217224121,22.251953125],[-105.70068359375,22.253129959106445],[-105.69827079772949,22.255859375],[-105.69580078125,22.2584228515625],[-105.6944465637207,22.259765625],[-105.69091796875,22.263418197631836],[-105.69066524505615,22.263671875],[-105.68717956542969,22.267578125],[-105.68603515625,22.268827438354492],[-105.68367004394531,22.271484375],[-105.68115234375,22.274127960205078],[-105.6798791885376,22.275390625],[-105.67626953125,22.279094696044922],[-105.67606925964355,22.279296875],[-105.67265272140503,22.283203125],[-105.67138671875,22.28459358215332],[-105.66911697387695,22.287109375],[-105.66650390625,22.28981590270996],[-105.66529035568237,22.291015625],[-105.66162109375,22.294849395751953],[-105.66154956817627,22.294921875],[-105.65816879272461,22.298828125],[-105.65673828125,22.300397872924805],[-105.65459251403809,22.302734375],[-105.65185546875,22.30555534362793],[-105.65076112747192,22.306640625],[-105.64712285995483,22.310546875],[-105.64697265625,22.310705184936523],[-105.6436538696289,22.314453125],[-105.64208984375,22.316133499145508],[-105.64002513885498,22.318359375],[-105.63720703125,22.3212947845459],[-105.63622713088989,22.322265625],[-105.63253164291382,22.326171875],[-105.63232421875,22.326391220092773],[-105.62911987304688,22.330078125],[-105.62744140625,22.331899642944336],[-105.62547445297241,22.333984375],[-105.62255859375,22.336959838867188],[-105.62161445617676,22.337890625],[-105.61801433563232,22.341796875],[-105.61767578125,22.3421630859375],[-105.61462640762329,22.345703125],[-105.61279296875,22.347681045532227],[-105.61094284057617,22.349609375],[-105.60791015625,22.352703094482422],[-105.60709238052368,22.353515625],[-105.60359239578247,22.357421875],[-105.60302734375,22.3580379486084],[-105.60014963150024,22.361328125],[-105.59814453125,22.363445281982422],[-105.59640169143677,22.365234375],[-105.59326171875,22.368457794189453],[-105.5925726890564,22.369140625],[-105.58902740478516,22.373046875],[-105.58837890625,22.373756408691406],[-105.58563947677612,22.376953125],[-105.58349609375,22.379236221313477],[-105.58188199996948,22.380859375],[-105.57861328125,22.38412857055664],[-105.57796239852905,22.384765625],[-105.57448148727417,22.388671875],[-105.57373046875,22.38950538635254],[-105.57109832763672,22.392578125],[-105.56884765625,22.39496421813965],[-105.56732177734375,22.396484375],[-105.56396484375,22.39987564086914],[-105.56344509124756,22.400390625],[-105.56002616882324,22.404296875],[-105.55908203125,22.405345916748047],[-105.55658340454102,22.408203125],[-105.55419921875,22.410682678222656],[-105.55275917053223,22.412109375],[-105.54931640625,22.41562843322754],[-105.54892539978027,22.416015625],[-105.54542541503906,22.419921875],[-105.54443359375,22.421009063720703],[-105.54196119308472,22.423828125],[-105.53955078125,22.426366806030273],[-105.5381727218628,22.427734375],[-105.53466796875,22.43128204345703],[-105.53430795669556,22.431640625],[-105.53086757659912,22.435546875],[-105.52978515625,22.43674087524414],[-105.52738189697266,22.439453125],[-105.52490234375,22.442041397094727],[-105.52356958389282,22.443359375],[-105.52001953125,22.447017669677734],[-105.51977396011353,22.447265625],[-105.51638603210449,22.451171875],[-105.51513671875,22.45254898071289],[-105.51285743713379,22.455078125],[-105.51025390625,22.4577693939209],[-105.50902843475342,22.458984375],[-105.50537109375,22.462825775146484],[-105.50530672073364,22.462890625],[-105.50182819366455,22.466796875],[-105.50048828125,22.468244552612305],[-105.49825191497803,22.470703125],[-105.49560546875,22.473461151123047],[-105.49444437026978,22.474609375],[-105.49072265625,22.478458404541016],[-105.4906678199768,22.478515625],[-105.48723936080933,22.482421875],[-105.48583984375,22.483949661254883],[-105.48366069793701,22.486328125],[-105.48095703125,22.48910903930664],[-105.4798150062561,22.490234375],[-105.4761004447937,22.494140625],[-105.47607421875,22.494169235229492],[-105.47272205352783,22.498046875],[-105.47119140625,22.49972152709961],[-105.46911716461182,22.501953125],[-105.46630859375,22.504833221435547],[-105.46527147293091,22.505859375],[-105.46165943145752,22.509765625],[-105.46142578125,22.5100154876709],[-105.45818090438843,22.513671875],[-105.45654296875,22.515417098999023],[-105.45451164245605,22.517578125],[-105.45166015625,22.52052116394043],[-105.45068502426147,22.521484375],[-105.44700384140015,22.525390625],[-105.44677734375,22.525630950927734],[-105.44358015060425,22.529296875],[-105.44189453125,22.53111457824707],[-105.43991804122925,22.533203125],[-105.43701171875,22.53615379333496],[-105.43603420257568,22.537109375],[-105.43237686157227,22.541015625],[-105.43212890625,22.54128074645996],[-105.42901277542114,22.544921875],[-105.42724609375,22.546842575073242],[-105.42534828186035,22.548828125],[-105.42236328125,22.55182456970215],[-105.42142868041992,22.552734375],[-105.41776895523071,22.556640625],[-105.41748046875,22.55694580078125],[-105.41427850723267,22.560546875],[-105.41259765625,22.562341690063477],[-105.4106068611145,22.564453125],[-105.40771484375,22.567426681518555],[-105.40677070617676,22.568359375],[-105.40311574935913,22.572265625],[-105.40283203125,22.57256507873535],[-105.39964199066162,22.576171875],[-105.39794921875,22.577964782714844],[-105.39592027664185,22.580078125],[-105.39306640625,22.582904815673828],[-105.3919243812561,22.583984375],[-105.38818359375,22.587730407714844],[-105.388023853302,22.587890625],[-105.3846287727356,22.591796875],[-105.38330078125,22.593263626098633],[-105.38109302520752,22.595703125],[-105.37841796875,22.598472595214844],[-105.37727117538452,22.599609375],[-105.37360668182373,22.603515625],[-105.37353515625,22.603593826293945],[-105.37026405334473,22.607421875],[-105.36865234375,22.60919952392578],[-105.36668300628662,22.611328125],[-105.36376953125,22.614362716674805],[-105.36289930343628,22.615234375],[-105.35935163497925,22.619140625],[-105.35888671875,22.61964225769043],[-105.3559136390686,22.623046875],[-105.35400390625,22.625078201293945],[-105.35219430923462,22.626953125],[-105.34912109375,22.630098342895508],[-105.34834623336792,22.630859375],[-105.34469604492188,22.634765625],[-105.34423828125,22.6352481842041],[-105.34119129180908,22.638671875],[-105.33935546875,22.640613555908203],[-105.33745765686035,22.642578125],[-105.33447265625,22.6456241607666],[-105.33360481262207,22.646484375],[-105.33007621765137,22.650390625],[-105.32958984375,22.65091896057129],[-105.32667636871338,22.654296875],[-105.32470703125,22.656414031982422],[-105.32297849655151,22.658203125],[-105.31982421875,22.66143035888672],[-105.3191351890564,22.662109375],[-105.31556844711304,22.666015625],[-105.31494140625,22.66668701171875],[-105.31206607818604,22.669921875],[-105.31005859375,22.672033309936523],[-105.30831575393677,22.673828125],[-105.30517578125,22.677066802978516],[-105.30450582504272,22.677734375],[-105.30097246170044,22.681640625],[-105.30029296875,22.6823787689209],[-105.2975344657898,22.685546875],[-105.29541015625,22.68775177001953],[-105.29366970062256,22.689453125],[-105.29052734375,22.692419052124023],[-105.28950452804565,22.693359375],[-105.28564453125,22.697263717651367],[-105.28564214706421,22.697265625],[-105.28233289718628,22.701171875],[-105.28076171875,22.702924728393555],[-105.27877569198608,22.705078125],[-105.27587890625,22.708023071289062],[-105.27489185333252,22.708984375],[-105.27115821838379,22.712890625],[-105.27099609375,22.713056564331055],[-105.2675986289978,22.716796875],[-105.26611328125,22.718364715576172],[-105.26390075683594,22.720703125],[-105.26123046875,22.723365783691406],[-105.2599310874939,22.724609375],[-105.25634765625,22.728160858154297],[-105.25597810745239,22.728515625],[-105.2522873878479,22.732421875],[-105.25146484375,22.733272552490234],[-105.24864435195923,22.736328125],[-105.24658203125,22.73835563659668],[-105.24458169937134,22.740234375],[-105.24169921875,22.742816925048828],[-105.24017572402954,22.744140625],[-105.23681640625,22.74713134765625],[-105.23579359054565,22.748046875],[-105.23198127746582,22.751953125],[-105.23193359375,22.752004623413086],[-105.22879838943481,22.755859375],[-105.22705078125,22.757762908935547],[-105.2250862121582,22.759765625],[-105.22216796875,22.762544631958008],[-105.22093057632446,22.763671875],[-105.21728515625,22.767120361328125],[-105.21678924560547,22.767578125],[-105.21271467208862,22.771484375],[-105.21240234375,22.771759033203125],[-105.20806074142456,22.775390625],[-105.20751953125,22.77582359313965],[-105.20323276519775,22.779296875],[-105.20263671875,22.77979850769043],[-105.19883155822754,22.783203125],[-105.19775390625,22.78417205810547],[-105.1945948600769,22.787109375],[-105.19287109375,22.788745880126953],[-105.190589427948,22.791015625],[-105.18798828125,22.79355239868164],[-105.1865291595459,22.794921875],[-105.18310546875,22.798192977905273],[-105.18243074417114,22.798828125],[-105.17874240875244,22.802734375],[-105.17822265625,22.80328941345215],[-105.17527341842651,22.806640625],[-105.17333984375,22.808727264404297],[-105.17162561416626,22.810546875],[-105.16845703125,22.813962936401367],[-105.16798734664917,22.814453125],[-105.16465187072754,22.818359375],[-105.16357421875,22.819578170776367],[-105.1612663269043,22.822265625],[-105.15869140625,22.82505226135254],[-105.15759944915771,22.826171875],[-105.15408277511597,22.830078125],[-105.15380859375,22.83038902282715],[-105.15095233917236,22.833984375],[-105.14892578125,22.836292266845703],[-105.14742612838745,22.837890625],[-105.14404296875,22.841548919677734],[-105.14380931854248,22.841796875],[-105.14064073562622,22.845703125],[-105.13916015625,22.847421646118164],[-105.13723850250244,22.849609375],[-105.13427734375,22.8527889251709],[-105.13355731964111,22.853515625],[-105.13000011444092,22.857421875],[-105.12939453125,22.858089447021484],[-105.12666702270508,22.861328125],[-105.12451171875,22.863683700561523],[-105.12301206588745,22.865234375],[-105.11962890625,22.868757247924805],[-105.11924505233765,22.869140625],[-105.11569499969482,22.873046875],[-105.11474609375,22.874059677124023],[-105.11215209960938,22.876953125],[-105.10986328125,22.879335403442383],[-105.10833740234375,22.880859375],[-105.10498046875,22.884431838989258],[-105.10466575622559,22.884765625],[-105.10153770446777,22.888671875],[-105.10009765625,22.890329360961914],[-105.09809970855713,22.892578125],[-105.09521484375,22.895742416381836],[-105.09452104568481,22.896484375],[-105.0913667678833,22.900390625],[-105.09033203125,22.901582717895508],[-105.08799076080322,22.904296875],[-105.08544921875,22.9069766998291],[-105.08422136306763,22.908203125],[-105.08056640625,22.912038803100586],[-105.08049726486206,22.912109375],[-105.07705211639404,22.916015625],[-105.07568359375,22.91744041442871],[-105.07326602935791,22.919921875],[-105.07080078125,22.92224884033203],[-105.06906747817993,22.923828125],[-105.06591796875,22.926786422729492],[-105.06490707397461,22.927734375],[-105.0612998008728,22.931640625],[-105.06103515625,22.931934356689453],[-105.05807399749756,22.935546875],[-105.05615234375,22.937604904174805],[-105.05430459976196,22.939453125],[-105.05126953125,22.94242286682129],[-105.05029916763306,22.943359375],[-105.04671096801758,22.947265625],[-105.04638671875,22.947607040405273],[-105.04319429397583,22.951171875],[-105.04150390625,22.952926635742188],[-105.03938674926758,22.955078125],[-105.03662109375,22.957759857177734],[-105.03531694412231,22.958984375],[-105.03173828125,22.962581634521484],[-105.03142833709717,22.962890625],[-105.02805471420288,22.966796875],[-105.02685546875,22.968168258666992],[-105.02471446990967,22.970703125],[-105.02197265625,22.974002838134766],[-105.02145290374756,22.974609375],[-105.01856327056885,22.978515625],[-105.01708984375,22.980377197265625],[-105.01546382904053,22.982421875],[-105.01256227493286,22.986328125],[-105.01220703125,22.986759185791016],[-105.00941514968872,22.990234375],[-105.00732421875,22.992441177368164],[-105.00562191009521,22.994140625],[-105.00244140625,22.997282028198242],[-105.00164270401001,22.998046875],[-104.99788522720337,23.001953125],[-104.99755859375,23.00227928161621],[-104.99399900436401,23.005859375],[-104.99267578125,23.007112503051758],[-104.98991250991821,23.009765625],[-104.98779296875,23.01186180114746],[-104.98607158660889,23.013671875],[-104.98291015625,23.017297744750977],[-104.98265266418457,23.017578125],[-104.97941970825195,23.021484375],[-104.97802734375,23.023088455200195],[-104.97603178024292,23.025390625],[-104.97314453125,23.028491973876953],[-104.97236251831055,23.029296875],[-104.9689507484436,23.033203125],[-104.96826171875,23.033979415893555],[-104.96560096740723,23.037109375],[-104.96337890625,23.03938102722168],[-104.96166229248047,23.041015625],[-104.95849609375,23.043935775756836],[-104.95741128921509,23.044921875],[-104.95361328125,23.04867935180664],[-104.95346069335938,23.048828125],[-104.94980335235596,23.052734375],[-104.94873046875,23.053810119628906],[-104.94593143463135,23.056640625],[-104.94384765625,23.058612823486328],[-104.94178056716919,23.060546875],[-104.93896484375,23.06318473815918],[-104.93761777877808,23.064453125],[-104.93408203125,23.06831932067871],[-104.93404626846313,23.068359375],[-104.93105411529541,23.072265625],[-104.92919921875,23.074350357055664],[-104.92741584777832,23.076171875],[-104.92431640625,23.07901954650879],[-104.92309808731079,23.080078125],[-104.91943359375,23.083354949951172],[-104.9187445640564,23.083984375],[-104.91506814956665,23.087890625],[-104.91455078125,23.08846092224121],[-104.91177082061768,23.091796875],[-104.90966796875,23.094097137451172],[-104.90810871124268,23.095703125],[-104.90478515625,23.099224090576172],[-104.90441799163818,23.099609375],[-104.90121126174927,23.103515625],[-104.89990234375,23.104970932006836],[-104.89762306213379,23.107421875],[-104.89501953125,23.109874725341797],[-104.89336252212524,23.111328125],[-104.89013671875,23.114059448242188],[-104.88873958587646,23.115234375],[-104.88525390625,23.118337631225586],[-104.88436698913574,23.119140625],[-104.88047361373901,23.123046875],[-104.88037109375,23.12314796447754],[-104.87681150436401,23.126953125],[-104.87548828125,23.128328323364258],[-104.87313508987427,23.130859375],[-104.87060546875,23.133522033691406],[-104.86940860748291,23.134765625],[-104.86611366271973,23.138671875],[-104.86572265625,23.139127731323242],[-104.86294984817505,23.142578125],[-104.86083984375,23.144901275634766],[-104.85930442810059,23.146484375],[-104.85595703125,23.14995574951172],[-104.85552549362183,23.150390625],[-104.85210418701172,23.154296875],[-104.85107421875,23.1554012298584],[-104.84849214553833,23.158203125],[-104.84619140625,23.160432815551758],[-104.84435796737671,23.162109375],[-104.84130859375,23.16494369506836],[-104.84019994735718,23.166015625],[-104.83694314956665,23.169921875],[-104.83642578125,23.17052459716797],[-104.83365774154663,23.173828125],[-104.83154296875,23.175907135009766],[-104.8295259475708,23.177734375],[-104.82666015625,23.180166244506836],[-104.8249077796936,23.181640625],[-104.82177734375,23.184450149536133],[-104.82060194015503,23.185546875],[-104.81711626052856,23.189453125],[-104.81689453125,23.18971061706543],[-104.81401681900024,23.193359375],[-104.81201171875,23.19561195373535],[-104.81045484542847,23.197265625],[-104.80712890625,23.20105743408203],[-104.80702877044678,23.201171875],[-104.80426549911499,23.205078125],[-104.80224609375,23.207786560058594],[-104.8012924194336,23.208984375],[-104.79827404022217,23.212890625],[-104.79736328125,23.2138671875],[-104.79449987411499,23.216796875],[-104.79248046875,23.218643188476562],[-104.79022264480591,23.220703125],[-104.78759765625,23.22304916381836],[-104.78582382202148,23.224609375],[-104.78271484375,23.227352142333984],[-104.78134632110596,23.228515625],[-104.77783203125,23.23150062561035],[-104.77673292160034,23.232421875],[-104.77294921875,23.23565673828125],[-104.7721529006958,23.236328125],[-104.76806640625,23.23978042602539],[-104.7675108909607,23.240234375],[-104.76318359375,23.2437686920166],[-104.76273536682129,23.244140625],[-104.75839853286743,23.248046875],[-104.75830078125,23.248140335083008],[-104.75466012954712,23.251953125],[-104.75341796875,23.253253936767578],[-104.75099802017212,23.255859375],[-104.74853515625,23.25832748413086],[-104.74703550338745,23.259765625],[-104.74365234375,23.263042449951172],[-104.74298238754272,23.263671875],[-104.73920822143555,23.267578125],[-104.73876953125,23.26803970336914],[-104.73573684692383,23.271484375],[-104.73388671875,23.273456573486328],[-104.73201751708984,23.275390625],[-104.72900390625,23.278396606445312],[-104.72806692123413,23.279296875],[-104.72427606582642,23.283203125],[-104.72412109375,23.283361434936523],[-104.72076892852783,23.287109375],[-104.71923828125,23.288745880126953],[-104.71709489822388,23.291015625],[-104.71435546875,23.293760299682617],[-104.71314668655396,23.294921875],[-104.70947265625,23.298683166503906],[-104.70932960510254,23.298828125],[-104.70594644546509,23.302734375],[-104.70458984375,23.30421257019043],[-104.70233678817749,23.306640625],[-104.69970703125,23.309255599975586],[-104.69835758209229,23.310546875],[-104.69482421875,23.314104080200195],[-104.69446897506714,23.314453125],[-104.6908950805664,23.318359375],[-104.68994140625,23.319366455078125],[-104.68729496002197,23.322265625],[-104.68505859375,23.324527740478516],[-104.68337535858154,23.326171875],[-104.68017578125,23.329378128051758],[-104.67946767807007,23.330078125],[-104.67607021331787,23.333984375],[-104.67529296875,23.334882736206055],[-104.67285394668579,23.337890625],[-104.67041015625,23.34076690673828],[-104.66948509216309,23.341796875],[-104.66626405715942,23.345703125],[-104.66552734375,23.346553802490234],[-104.66298580169678,23.349609375],[-104.66064453125,23.3521671295166],[-104.65933561325073,23.353515625],[-104.65576171875,23.357332229614258],[-104.65567588806152,23.357421875],[-104.65229988098145,23.361328125],[-104.65087890625,23.3629093170166],[-104.64881181716919,23.365234375],[-104.64599609375,23.36833953857422],[-104.64523077011108,23.369140625],[-104.64184761047363,23.373046875],[-104.64111328125,23.37387466430664],[-104.63853597640991,23.376953125],[-104.63623046875,23.379493713378906],[-104.63491439819336,23.380859375],[-104.63134765625,23.384742736816406],[-104.63132619857788,23.384765625],[-104.62807893753052,23.388671875],[-104.62646484375,23.390413284301758],[-104.62436437606812,23.392578125],[-104.62158203125,23.395309448242188],[-104.62036848068237,23.396484375],[-104.61682081222534,23.400390625],[-104.61669921875,23.40052604675293],[-104.61355924606323,23.404296875],[-104.61181640625,23.406246185302734],[-104.61003303527832,23.408203125],[-104.60693359375,23.411657333374023],[-104.6065092086792,23.412109375],[-104.60321187973022,23.416015625],[-104.60205078125,23.417280197143555],[-104.59962368011475,23.419921875],[-104.59716796875,23.422330856323242],[-104.59555864334106,23.423828125],[-104.59228515625,23.4268798828125],[-104.5913577079773,23.427734375],[-104.587562084198,23.431640625],[-104.58740234375,23.431806564331055],[-104.58410739898682,23.435546875],[-104.58251953125,23.437204360961914],[-104.58030462265015,23.439453125],[-104.57763671875,23.441997528076172],[-104.57616090774536,23.443359375],[-104.57275390625,23.446733474731445],[-104.5722246170044,23.447265625],[-104.56894636154175,23.451171875],[-104.56787109375,23.452390670776367],[-104.56551313400269,23.455078125],[-104.56298828125,23.457679748535156],[-104.56164360046387,23.458984375],[-104.55810546875,23.462465286254883],[-104.55766201019287,23.462890625],[-104.55406904220581,23.466796875],[-104.55322265625,23.46771240234375],[-104.55059289932251,23.470703125],[-104.54833984375,23.473037719726562],[-104.54674482345581,23.474609375],[-104.54345703125,23.47789764404297],[-104.54282522201538,23.478515625],[-104.539315700531,23.482421875],[-104.53857421875,23.483243942260742],[-104.53594923019409,23.486328125],[-104.53369140625,23.488727569580078],[-104.53216552734375,23.490234375],[-104.52880859375,23.493494033813477],[-104.52813625335693,23.494140625],[-104.52462196350098,23.498046875],[-104.52392578125,23.498823165893555],[-104.52127933502197,23.501953125],[-104.51904296875,23.50433921813965],[-104.5175290107727,23.505859375],[-104.51416015625,23.509296417236328],[-104.51369524002075,23.509765625],[-104.51035499572754,23.513671875],[-104.50927734375,23.514877319335938],[-104.50689315795898,23.517578125],[-104.50439453125,23.52018928527832],[-104.50310707092285,23.521484375],[-104.49951648712158,23.525390625],[-104.49951171875,23.5253963470459],[-104.49625015258789,23.529296875],[-104.49462890625,23.531085968017578],[-104.49266195297241,23.533203125],[-104.48974609375,23.536239624023438],[-104.48887586593628,23.537109375],[-104.48539972305298,23.541015625],[-104.48486328125,23.5416202545166],[-104.48214054107666,23.544921875],[-104.47998046875,23.547252655029297],[-104.47840452194214,23.548828125],[-104.47509765625,23.552072525024414],[-104.47441339492798,23.552734375],[-104.47089672088623,23.556640625],[-104.47021484375,23.557382583618164],[-104.46743249893188,23.560546875],[-104.46533203125,23.562740325927734],[-104.46362495422363,23.564453125],[-104.46044921875,23.567617416381836],[-104.45968627929688,23.568359375],[-104.45605993270874,23.572265625],[-104.45556640625,23.57278823852539],[-104.45256233215332,23.576171875],[-104.45068359375,23.578174591064453],[-104.44887399673462,23.580078125],[-104.44580078125,23.583356857299805],[-104.44519281387329,23.583984375],[-104.44183111190796,23.587890625],[-104.44091796875,23.588911056518555],[-104.43841695785522,23.591796875],[-104.43603515625,23.59429931640625],[-104.43461656570435,23.595703125],[-104.43115234375,23.59922218322754],[-104.43076848983765,23.599609375],[-104.42743301391602,23.603515625],[-104.42626953125,23.604825973510742],[-104.423987865448,23.607421875],[-104.42138671875,23.610210418701172],[-104.4202995300293,23.611328125],[-104.41678524017334,23.615234375],[-104.41650390625,23.615535736083984],[-104.41331624984741,23.619140625],[-104.41162109375,23.62093734741211],[-104.40961360931396,23.623046875],[-104.40673828125,23.6259765625],[-104.40573930740356,23.626953125],[-104.402015209198,23.630859375],[-104.40185546875,23.631027221679688],[-104.39854145050049,23.634765625],[-104.39697265625,23.636451721191406],[-104.3949031829834,23.638671875],[-104.39208984375,23.641569137573242],[-104.39106225967407,23.642578125],[-104.38730239868164,23.646484375],[-104.38720703125,23.646583557128906],[-104.38381910324097,23.650390625],[-104.38232421875,23.65198516845703],[-104.38013792037964,23.654296875],[-104.37744140625,23.6569766998291],[-104.37615394592285,23.658203125],[-104.37255859375,23.661794662475586],[-104.37223672866821,23.662109375],[-104.36869859695435,23.666015625],[-104.36767578125,23.667098999023438],[-104.36504602432251,23.669921875],[-104.36279296875,23.672157287597656],[-104.36105728149414,23.673828125],[-104.35791015625,23.676918029785156],[-104.35707569122314,23.677734375],[-104.3536114692688,23.681640625],[-104.35302734375,23.682287216186523],[-104.35022592544556,23.685546875],[-104.34814453125,23.687726974487305],[-104.34640884399414,23.689453125],[-104.34326171875,23.69248390197754],[-104.34231758117676,23.693359375],[-104.33840036392212,23.697265625],[-104.33837890625,23.697288513183594],[-104.33497428894043,23.701171875],[-104.33349609375,23.702775955200195],[-104.3313455581665,23.705078125],[-104.32861328125,23.707807540893555],[-104.32737588882446,23.708984375],[-104.32373046875,23.7126407623291],[-104.32348012924194,23.712890625],[-104.32010173797607,23.716796875],[-104.31884765625,23.718183517456055],[-104.31657552719116,23.720703125],[-104.31396484375,23.723386764526367],[-104.31270837783813,23.724609375],[-104.30908203125,23.728212356567383],[-104.308762550354,23.728515625],[-104.30493116378784,23.732421875],[-104.30419921875,23.733150482177734],[-104.3011474609375,23.736328125],[-104.29931640625,23.73819923400879],[-104.29734230041504,23.740234375],[-104.29443359375,23.743242263793945],[-104.29354190826416,23.744140625],[-104.29008483886719,23.748046875],[-104.28955078125,23.74864387512207],[-104.2867636680603,23.751953125],[-104.28466796875,23.754196166992188],[-104.28302764892578,23.755859375],[-104.27978515625,23.75914192199707],[-104.27915334701538,23.759765625],[-104.27564144134521,23.763671875],[-104.27490234375,23.764482498168945],[-104.27223205566406,23.767578125],[-104.27001953125,23.769922256469727],[-104.26844596862793,23.771484375],[-104.26513671875,23.774742126464844],[-104.26446437835693,23.775390625],[-104.26085710525513,23.779296875],[-104.26025390625,23.77993392944336],[-104.25730228424072,23.783203125],[-104.25537109375,23.78519630432129],[-104.2534613609314,23.787109375],[-104.25048828125,23.790006637573242],[-104.2494249343872,23.791015625],[-104.24560546875,23.794918060302734],[-104.24560308456421,23.794921875],[-104.24199104309082,23.798828125],[-104.24072265625,23.800168991088867],[-104.23835754394531,23.802734375],[-104.23583984375,23.805280685424805],[-104.23442840576172,23.806640625],[-104.23095703125,23.810047149658203],[-104.23043489456177,23.810546875],[-104.22683000564575,23.814453125],[-104.22607421875,23.81528091430664],[-104.22344923019409,23.818359375],[-104.22119140625,23.820791244506836],[-104.21972751617432,23.822265625],[-104.21630859375,23.825700759887695],[-104.215829372406,23.826171875],[-104.2123556137085,23.830078125],[-104.21142578125,23.83110237121582],[-104.2089056968689,23.833984375],[-104.20654296875,23.836442947387695],[-104.20506715774536,23.837890625],[-104.20166015625,23.84127426147461],[-104.20112609863281,23.841796875],[-104.19760942459106,23.845703125],[-104.19677734375,23.846593856811523],[-104.19404745101929,23.849609375],[-104.19189453125,23.85179901123047],[-104.19014930725098,23.853515625],[-104.18701171875,23.85659408569336],[-104.18614864349365,23.857421875],[-104.18245315551758,23.861328125],[-104.18212890625,23.861665725708008],[-104.17891025543213,23.865234375],[-104.17724609375,23.86699104309082],[-104.17520761489868,23.869140625],[-104.17236328125,23.87203598022461],[-104.17132139205933,23.873046875],[-104.16748285293579,23.876953125],[-104.16748046875,23.876955032348633],[-104.16396379470825,23.880859375],[-104.16259765625,23.88232421875],[-104.1603422164917,23.884765625],[-104.15771484375,23.8874454498291],[-104.15645122528076,23.888671875],[-104.15283203125,23.892351150512695],[-104.15260553359985,23.892578125],[-104.14918899536133,23.896484375],[-104.14794921875,23.89784049987793],[-104.14562225341797,23.900390625],[-104.14306640625,23.902969360351562],[-104.141685962677,23.904296875],[-104.13818359375,23.90780258178711],[-104.13777589797974,23.908203125],[-104.13429975509644,23.912109375],[-104.13330078125,23.913204193115234],[-104.13080215454102,23.916015625],[-104.12841796875,23.9184513092041],[-104.12690877914429,23.919921875],[-104.12353515625,23.923269271850586],[-104.12295579910278,23.923828125],[-104.11932706832886,23.927734375],[-104.11865234375,23.928451538085938],[-104.11582231521606,23.931640625],[-104.11376953125,23.93378257751465],[-104.11201238632202,23.935546875],[-104.10888671875,23.93863868713379],[-104.10803556442261,23.939453125],[-104.10432577133179,23.943359375],[-104.10400390625,23.94369888305664],[-104.10087585449219,23.947265625],[-104.09912109375,23.94913673400879],[-104.09715414047241,23.951171875],[-104.09423828125,23.954050064086914],[-104.09316062927246,23.955078125],[-104.08936500549316,23.958984375],[-104.08935546875,23.958993911743164],[-104.08592939376831,23.962890625],[-104.08447265625,23.96446990966797],[-104.08230066299438,23.966796875],[-104.07958984375,23.96950912475586],[-104.07835006713867,23.970703125],[-104.07470703125,23.97441291809082],[-104.07450914382935,23.974609375],[-104.07098293304443,23.978515625],[-104.06982421875,23.97976303100586],[-104.06741380691528,23.982421875],[-104.06494140625,23.984943389892578],[-104.06351566314697,23.986328125],[-104.06005859375,23.98977279663086],[-104.0595817565918,23.990234375],[-104.05601024627686,23.994140625],[-104.05517578125,23.995044708251953],[-104.0525484085083,23.998046875],[-104.05029296875,24.000391006469727],[-104.04869556427002,24.001953125],[-104.04541015625,24.00513458251953],[-104.04464483261108,24.005859375],[-104.04096126556396,24.009765625],[-104.04052734375,24.010229110717773],[-104.03751373291016,24.013671875],[-104.03564453125,24.015649795532227],[-104.03374433517456,24.017578125],[-104.03076171875,24.020456314086914],[-104.02966260910034,24.021484375],[-104.02587890625,24.025304794311523],[-104.02579307556152,24.025390625],[-104.02231931686401,24.029296875],[-104.02099609375,24.030729293823242],[-104.01870965957642,24.033203125],[-104.01611328125,24.035797119140625],[-104.01473999023438,24.037109375],[-104.01123046875,24.04058265686035],[-104.01078224182129,24.041015625],[-104.00715827941895,24.044921875],[-104.00634765625,24.045778274536133],[-104.0035891532898,24.048828125],[-104.00146484375,24.05100440979004],[-103.99972200393677,24.052734375],[-103.99658203125,24.05582046508789],[-103.99571418762207,24.056640625],[-103.99186611175537,24.060546875],[-103.99169921875,24.06071662902832],[-103.98829698562622,24.064453125],[-103.98681640625,24.066017150878906],[-103.98460149765015,24.068359375],[-103.98193359375,24.071008682250977],[-103.98059606552124,24.072265625],[-103.97705078125,24.07565689086914],[-103.97650718688965,24.076171875],[-103.9728307723999,24.080078125],[-103.97216796875,24.080772399902344],[-103.96925687789917,24.083984375],[-103.96728515625,24.086002349853516],[-103.96536111831665,24.087890625],[-103.96240234375,24.090662002563477],[-103.96116733551025,24.091796875],[-103.95751953125,24.095460891723633],[-103.95727872848511,24.095703125],[-103.9538836479187,24.099609375],[-103.95263671875,24.10097312927246],[-103.95031213760376,24.103515625],[-103.94775390625,24.10607147216797],[-103.94633531570435,24.107421875],[-103.94287109375,24.110788345336914],[-103.94230127334595,24.111328125],[-103.93859148025513,24.115234375],[-103.93798828125,24.115867614746094],[-103.93505811691284,24.119140625],[-103.93310546875,24.12116241455078],[-103.93122911453247,24.123046875],[-103.92822265625,24.126026153564453],[-103.92725944519043,24.126953125],[-103.92354726791382,24.130859375],[-103.92333984375,24.13107681274414],[-103.92009735107422,24.134765625],[-103.91845703125,24.136539459228516],[-103.91646146774292,24.138671875],[-103.91357421875,24.14166259765625],[-103.91263961791992,24.142578125],[-103.90880107879639,24.146484375],[-103.90869140625,24.14659309387207],[-103.90515089035034,24.150390625],[-103.90380859375,24.151809692382812],[-103.90149116516113,24.154296875],[-103.89892578125,24.156858444213867],[-103.89750242233276,24.158203125],[-103.89404296875,24.161556243896484],[-103.89347553253174,24.162109375],[-103.89003276824951,24.166015625],[-103.88916015625,24.16697120666504],[-103.8865327835083,24.169921875],[-103.88427734375,24.172191619873047],[-103.88257026672363,24.173828125],[-103.87939453125,24.176862716674805],[-103.87846946716309,24.177734375],[-103.87476682662964,24.181640625],[-103.87451171875,24.18191146850586],[-103.87133836746216,24.185546875],[-103.86962890625,24.187389373779297],[-103.86768817901611,24.189453125],[-103.86474609375,24.1925106048584],[-103.86389493942261,24.193359375],[-103.86030673980713,24.197265625],[-103.85986328125,24.197744369506836],[-103.8568902015686,24.201171875],[-103.85498046875,24.203201293945312],[-103.85314226150513,24.205078125],[-103.85009765625,24.208112716674805],[-103.84919881820679,24.208984375],[-103.84559154510498,24.212890625],[-103.84521484375,24.213293075561523],[-103.84216070175171,24.216796875],[-103.84033203125,24.218753814697266],[-103.83845329284668,24.220703125],[-103.83544921875,24.22373390197754],[-103.83455753326416,24.224609375],[-103.83095264434814,24.228515625],[-103.83056640625,24.228923797607422],[-103.82742643356323,24.232421875],[-103.82568359375,24.234249114990234],[-103.82368564605713,24.236328125],[-103.82080078125,24.239242553710938],[-103.81978273391724,24.240234375],[-103.81604433059692,24.244140625],[-103.81591796875,24.244272232055664],[-103.8125491142273,24.248046875],[-103.81103515625,24.24966812133789],[-103.80890607833862,24.251953125],[-103.80615234375,24.254762649536133],[-103.80501985549927,24.255859375],[-103.80126953125,24.2596435546875],[-103.80114555358887,24.259765625],[-103.7976622581482,24.263671875],[-103.79638671875,24.265050888061523],[-103.79407405853271,24.267578125],[-103.79150390625,24.27017593383789],[-103.79014015197754,24.271484375],[-103.78662109375,24.274965286254883],[-103.78618717193604,24.275390625],[-103.78271818161011,24.279296875],[-103.78173828125,24.280366897583008],[-103.77920866012573,24.283203125],[-103.77685546875,24.28560447692871],[-103.77530336380005,24.287109375],[-103.77197265625,24.290388107299805],[-103.77132415771484,24.291015625],[-103.76774549484253,24.294921875],[-103.76708984375,24.295625686645508],[-103.76423835754395,24.298828125],[-103.76220703125,24.300939559936523],[-103.76043558120728,24.302734375],[-103.75732421875,24.305849075317383],[-103.7565016746521,24.306640625],[-103.75274658203125,24.310546875],[-103.75244140625,24.310863494873047],[-103.74922752380371,24.314453125],[-103.74755859375,24.31622314453125],[-103.74552488327026,24.318359375],[-103.74267578125,24.32123374938965],[-103.74160766601562,24.322265625],[-103.73781681060791,24.326171875],[-103.73779296875,24.326196670532227],[-103.73438835144043,24.330078125],[-103.73291015625,24.33167839050293],[-103.73075246810913,24.333984375],[-103.72802734375,24.336713790893555],[-103.72679948806763,24.337890625],[-103.72314453125,24.341602325439453],[-103.72295141220093,24.341796875],[-103.71951103210449,24.345703125],[-103.71826171875,24.347064971923828],[-103.71593713760376,24.349609375],[-103.71337890625,24.352174758911133],[-103.71198177337646,24.353515625],[-103.70849609375,24.35698890686035],[-103.70805263519287,24.357421875],[-103.70449542999268,24.361328125],[-103.70361328125,24.36227798461914],[-103.70096921920776,24.365234375],[-103.69873046875,24.367530822753906],[-103.69709491729736,24.369140625],[-103.69384765625,24.372331619262695],[-103.69309663772583,24.373046875],[-103.68935823440552,24.376953125],[-103.68896484375,24.377363204956055],[-103.68584632873535,24.380859375],[-103.68408203125,24.382720947265625],[-103.68210315704346,24.384765625],[-103.67919921875,24.387643814086914],[-103.67811679840088,24.388671875],[-103.67431640625,24.39252281188965],[-103.6742615699768,24.392578125],[-103.67079973220825,24.396484375],[-103.66943359375,24.397960662841797],[-103.6671781539917,24.400390625],[-103.66455078125,24.40302276611328],[-103.66321802139282,24.404296875],[-103.65966796875,24.40782356262207],[-103.65928173065186,24.408203125],[-103.65576982498169,24.412109375],[-103.65478515625,24.413169860839844],[-103.65219593048096,24.416015625],[-103.64990234375,24.418325424194336],[-103.64825248718262,24.419921875],[-103.64501953125,24.423091888427734],[-103.64425659179688,24.423828125],[-103.64069700241089,24.427734375],[-103.64013671875,24.428346633911133],[-103.63729953765869,24.431640625],[-103.63525390625,24.433841705322266],[-103.63361120223999,24.435546875],[-103.63037109375,24.438901901245117],[-103.62982034683228,24.439453125],[-103.6263108253479,24.443359375],[-103.62548828125,24.44426155090332],[-103.622887134552,24.447265625],[-103.62060546875,24.449647903442383],[-103.61904382705688,24.451171875],[-103.61572265625,24.454355239868164],[-103.6149549484253,24.455078125],[-103.61124038696289,24.458984375],[-103.61083984375,24.45940589904785],[-103.60776424407959,24.462890625],[-103.60595703125,24.46480941772461],[-103.6040186882019,24.466796875],[-103.60107421875,24.469701766967773],[-103.60003471374512,24.470703125],[-103.59635591506958,24.474609375],[-103.59619140625,24.474782943725586],[-103.59289169311523,24.478515625],[-103.59130859375,24.480215072631836],[-103.58923673629761,24.482421875],[-103.58642578125,24.48529624938965],[-103.58537673950195,24.486328125],[-103.58169317245483,24.490234375],[-103.58154296875,24.490392684936523],[-103.57818841934204,24.494140625],[-103.57666015625,24.495765686035156],[-103.57451915740967,24.498046875],[-103.57177734375,24.500823974609375],[-103.57060670852661,24.501953125],[-103.56689453125,24.50567626953125],[-103.5667085647583,24.505859375],[-103.56319904327393,24.509765625],[-103.56201171875,24.511056900024414],[-103.55965852737427,24.513671875],[-103.55712890625,24.516279220581055],[-103.55579137802124,24.517578125],[-103.55224609375,24.52109146118164],[-103.55184316635132,24.521484375],[-103.54835271835327,24.525390625],[-103.54736328125,24.526470184326172],[-103.54485034942627,24.529296875],[-103.54248046875,24.53172492980957],[-103.54095458984375,24.533203125],[-103.53759765625,24.5364933013916],[-103.5369610786438,24.537109375],[-103.53339910507202,24.541015625],[-103.53271484375,24.541748046875],[-103.52986097335815,24.544921875],[-103.52783203125,24.54701805114746],[-103.52603197097778,24.548828125],[-103.52294921875,24.55190086364746],[-103.52208614349365,24.552734375],[-103.51839303970337,24.556640625],[-103.51806640625,24.556982040405273],[-103.51486682891846,24.560546875],[-103.51318359375,24.562326431274414],[-103.51116180419922,24.564453125],[-103.50830078125,24.56734848022461],[-103.50725173950195,24.568359375],[-103.50341796875,24.572223663330078],[-103.50337505340576,24.572265625],[-103.4998607635498,24.576171875],[-103.49853515625,24.577598571777344],[-103.49626064300537,24.580078125],[-103.49365234375,24.582731246948242],[-103.4923505783081,24.583984375],[-103.48876953125,24.58753776550293],[-103.48840951919556,24.587890625],[-103.48492860794067,24.591796875],[-103.48388671875,24.592933654785156],[-103.48140716552734,24.595703125],[-103.47900390625,24.59815216064453],[-103.4774923324585,24.599609375],[-103.47412109375,24.602909088134766],[-103.47349405288696,24.603515625],[-103.46991062164307,24.607421875],[-103.46923828125,24.60813331604004],[-103.4663438796997,24.611328125],[-103.46435546875,24.61337661743164],[-103.46250772476196,24.615234375],[-103.45947265625,24.618244171142578],[-103.45853805541992,24.619140625],[-103.45478057861328,24.623046875],[-103.45458984375,24.62324333190918],[-103.45119953155518,24.626953125],[-103.44970703125,24.628515243530273],[-103.44748020172119,24.630859375],[-103.44482421875,24.63349723815918],[-103.44347953796387,24.634765625],[-103.43994140625,24.63813591003418],[-103.43936443328857,24.638671875],[-103.43555927276611,24.642578125],[-103.43505859375,24.64310073852539],[-103.43205690383911,24.646484375],[-103.43017578125,24.648473739624023],[-103.42829942703247,24.650390625],[-103.42529296875,24.65337562561035],[-103.42433452606201,24.654296875],[-103.42061758041382,24.658203125],[-103.42041015625,24.658422470092773],[-103.41719627380371,24.662109375],[-103.41552734375,24.663909912109375],[-103.41351747512817,24.666015625],[-103.41064453125,24.668859481811523],[-103.40953350067139,24.669921875],[-103.40576171875,24.673797607421875],[-103.40573072433472,24.673828125],[-103.4022307395935,24.677734375],[-103.40087890625,24.679183959960938],[-103.39860200881958,24.681640625],[-103.39599609375,24.68427085876465],[-103.39468240737915,24.685546875],[-103.39111328125,24.689170837402344],[-103.39082717895508,24.689453125],[-103.38725566864014,24.693359375],[-103.38623046875,24.694459915161133],[-103.38371753692627,24.697265625],[-103.38134765625,24.69969940185547],[-103.37983846664429,24.701171875],[-103.37646484375,24.70450210571289],[-103.37586879730225,24.705078125],[-103.37231397628784,24.708984375],[-103.37158203125,24.709787368774414],[-103.36892127990723,24.712890625],[-103.36669921875,24.715221405029297],[-103.36508750915527,24.716796875],[-103.36181640625,24.719913482666016],[-103.36097002029419,24.720703125],[-103.35721015930176,24.724609375],[-103.35693359375,24.724899291992188],[-103.35374116897583,24.728515625],[-103.35205078125,24.730321884155273],[-103.35002660751343,24.732421875],[-103.34716796875,24.735197067260742],[-103.34595441818237,24.736328125],[-103.34228515625,24.73990821838379],[-103.34194898605347,24.740234375],[-103.33840370178223,24.744140625],[-103.33740234375,24.745241165161133],[-103.33494663238525,24.748046875],[-103.33251953125,24.750600814819336],[-103.33117008209229,24.751953125],[-103.32763671875,24.7556095123291],[-103.32738637924194,24.755859375],[-103.3238172531128,24.759765625],[-103.32275390625,24.76089859008789],[-103.32024097442627,24.763671875],[-103.31787109375,24.766075134277344],[-103.31631183624268,24.767578125],[-103.31298828125,24.770801544189453],[-103.31226825714111,24.771484375],[-103.30857515335083,24.775390625],[-103.30810546875,24.77589225769043],[-103.30514907836914,24.779296875],[-103.30322265625,24.781368255615234],[-103.30144882202148,24.783203125],[-103.29833984375,24.786325454711914],[-103.29753398895264,24.787109375],[-103.2939100265503,24.791015625],[-103.29345703125,24.791501998901367],[-103.29047203063965,24.794921875],[-103.28857421875,24.79694366455078],[-103.28673362731934,24.798828125],[-103.28369140625,24.80182456970215],[-103.28274250030518,24.802734375],[-103.27900886535645,24.806640625],[-103.27880859375,24.80685043334961],[-103.27548503875732,24.810546875],[-103.27392578125,24.81220054626465],[-103.27178955078125,24.814453125],[-103.26904296875,24.817203521728516],[-103.26784610748291,24.818359375],[-103.26416015625,24.822139739990234],[-103.26403379440308,24.822265625],[-103.26046705245972,24.826171875],[-103.25927734375,24.82744026184082],[-103.25687170028687,24.830078125],[-103.25439453125,24.832597732543945],[-103.2529616355896,24.833984375],[-103.24951171875,24.837371826171875],[-103.24897050857544,24.837890625],[-103.24533939361572,24.841796875],[-103.24462890625,24.842559814453125],[-103.241868019104,24.845703125],[-103.23974609375,24.847915649414062],[-103.23803186416626,24.849609375],[-103.23486328125,24.85265350341797],[-103.23393821716309,24.853515625],[-103.2301139831543,24.857421875],[-103.22998046875,24.857561111450195],[-103.22667121887207,24.861328125],[-103.22509765625,24.863025665283203],[-103.22300910949707,24.865234375],[-103.22021484375,24.868000030517578],[-103.21901559829712,24.869140625],[-103.21533203125,24.87285041809082],[-103.21513414382935,24.873046875],[-103.21165800094604,24.876953125],[-103.21044921875,24.878267288208008],[-103.20807933807373,24.880859375],[-103.20556640625,24.883359909057617],[-103.20408344268799,24.884765625],[-103.20068359375,24.888044357299805],[-103.2000184059143,24.888671875],[-103.19627285003662,24.892578125],[-103.19580078125,24.893062591552734],[-103.19262027740479,24.896484375],[-103.19091796875,24.898221969604492],[-103.18878412246704,24.900390625],[-103.18603515625,24.903057098388672],[-103.18470478057861,24.904296875],[-103.18115234375,24.907684326171875],[-103.18059206008911,24.908203125],[-103.17665338516235,24.912109375],[-103.17626953125,24.912485122680664],[-103.17286491394043,24.916015625],[-103.17138671875,24.917495727539062],[-103.1690001487732,24.919921875],[-103.16650390625,24.922279357910156],[-103.16478729248047,24.923828125],[-103.16162109375,24.926647186279297],[-103.16038131713867,24.927734375],[-103.15673828125,24.931102752685547],[-103.15615653991699,24.931640625],[-103.15237998962402,24.935546875],[-103.15185546875,24.936098098754883],[-103.14887523651123,24.939453125],[-103.14697265625,24.941436767578125],[-103.14504623413086,24.943359375],[-103.14208984375,24.9461612701416],[-103.14089059829712,24.947265625],[-103.13720703125,24.95088768005371],[-103.1369161605835,24.951171875],[-103.13335418701172,24.955078125],[-103.13232421875,24.956174850463867],[-103.12976121902466,24.958984375],[-103.12744140625,24.961421966552734],[-103.12600374221802,24.962890625],[-103.12255859375,24.966541290283203],[-103.12230825424194,24.966796875],[-103.1188440322876,24.970703125],[-103.11767578125,24.97199058532715],[-103.11535835266113,24.974609375],[-103.11279296875,24.977285385131836],[-103.11154365539551,24.978515625],[-103.10791015625,24.982166290283203],[-103.10764789581299,24.982421875],[-103.1040906906128,24.986328125],[-103.10302734375,24.987510681152344],[-103.1006932258606,24.990234375],[-103.09814453125,24.99302864074707],[-103.0970573425293,24.994140625],[-103.09332132339478,24.998046875],[-103.09326171875,24.998109817504883],[-103.0898904800415,25.001953125],[-103.08837890625,25.00358772277832],[-103.0862545967102,25.005859375],[-103.08349609375,25.00862693786621],[-103.08230638504028,25.009765625],[-103.07861328125,25.013492584228516],[-103.07843208312988,25.013671875],[-103.07498455047607,25.017578125],[-103.07373046875,25.018936157226562],[-103.07138204574585,25.021484375],[-103.06884765625,25.02399444580078],[-103.06735515594482,25.025390625],[-103.06396484375,25.028583526611328],[-103.06318998336792,25.029296875],[-103.05925846099854,25.033203125],[-103.05908203125,25.033376693725586],[-103.05548191070557,25.037109375],[-103.05419921875,25.038421630859375],[-103.05172920227051,25.041015625],[-103.04931640625,25.04347801208496],[-103.04788112640381,25.044921875],[-103.04443359375,25.04857635498047],[-103.04418563842773,25.048828125],[-103.04068803787231,25.052734375],[-103.03955078125,25.053958892822266],[-103.03713321685791,25.056640625],[-103.03466796875,25.059165954589844],[-103.03324699401855,25.060546875],[-103.02978515625,25.063945770263672],[-103.0292558670044,25.064453125],[-103.02563905715942,25.068359375],[-103.02490234375,25.06915283203125],[-103.02216291427612,25.072265625],[-103.02001953125,25.074491500854492],[-103.01830768585205,25.076171875],[-103.01513671875,25.079204559326172],[-103.01419734954834,25.080078125],[-103.01035165786743,25.083984375],[-103.01025390625,25.084083557128906],[-103.00685167312622,25.087890625],[-103.00537109375,25.089466094970703],[-103.00315856933594,25.091796875],[-103.00048828125,25.094417572021484],[-102.99911737442017,25.095703125],[-102.99560546875,25.0991153717041],[-102.99509286880493,25.099609375],[-102.99148321151733,25.103515625],[-102.99072265625,25.104312896728516],[-102.98785924911499,25.107421875],[-102.98583984375,25.10947036743164],[-102.9839563369751,25.111328125],[-102.98095703125,25.11421775817871],[-102.97987222671509,25.115234375],[-102.97607421875,25.119022369384766],[-102.97595262527466,25.119140625],[-102.97229766845703,25.123046875],[-102.97119140625,25.124210357666016],[-102.96866655349731,25.126953125],[-102.96630859375,25.129316329956055],[-102.96469449996948,25.130859375],[-102.96142578125,25.133989334106445],[-102.96058893203735,25.134765625],[-102.95668125152588,25.138671875],[-102.95654296875,25.138811111450195],[-102.95310497283936,25.142578125],[-102.95166015625,25.144136428833008],[-102.94951438903809,25.146484375],[-102.94677734375,25.149330139160156],[-102.94570207595825,25.150390625],[-102.94191598892212,25.154296875],[-102.94189453125,25.154319763183594],[-102.93845176696777,25.158203125],[-102.93701171875,25.159751892089844],[-102.93480634689331,25.162109375],[-102.93212890625,25.164775848388672],[-102.93082475662231,25.166015625],[-102.92724609375,25.1695556640625],[-102.92687177658081,25.169921875],[-102.92339324951172,25.173828125],[-102.92236328125,25.17494773864746],[-102.91985273361206,25.177734375],[-102.91748046875,25.18013572692871],[-102.9159140586853,25.181640625],[-102.91259765625,25.184864044189453],[-102.9118824005127,25.185546875],[-102.90821313858032,25.189453125],[-102.90771484375,25.189970016479492],[-102.90460348129272,25.193359375],[-102.90283203125,25.195186614990234],[-102.90080070495605,25.197265625],[-102.89794921875,25.200082778930664],[-102.8968095779419,25.201171875],[-102.89306640625,25.204938888549805],[-102.89292335510254,25.205078125],[-102.88931369781494,25.208984375],[-102.88818359375,25.210186004638672],[-102.88572549819946,25.212890625],[-102.88330078125,25.215347290039062],[-102.88179159164429,25.216796875],[-102.87841796875,25.22002410888672],[-102.87768840789795,25.220703125],[-102.87382364273071,25.224609375],[-102.87353515625,25.224897384643555],[-102.87017107009888,25.228515625],[-102.86865234375,25.230072021484375],[-102.86636114120483,25.232421875],[-102.86376953125,25.23491096496582],[-102.86222696304321,25.236328125],[-102.85888671875,25.23946189880371],[-102.8580641746521,25.240234375],[-102.85446405410767,25.244140625],[-102.85400390625,25.244647979736328],[-102.85112619400024,25.248046875],[-102.84912109375,25.250173568725586],[-102.84732818603516,25.251953125],[-102.84423828125,25.25483512878418],[-102.84310817718506,25.255859375],[-102.83935546875,25.259490966796875],[-102.83906936645508,25.259765625],[-102.83530950546265,25.263671875],[-102.83447265625,25.264493942260742],[-102.83143043518066,25.267578125],[-102.82958984375,25.269487380981445],[-102.82773494720459,25.271484375],[-102.82470703125,25.275047302246094],[-102.82440185546875,25.275390625],[-102.82126188278198,25.279296875],[-102.81982421875,25.28084945678711],[-102.81757116317749,25.283203125],[-102.81494140625,25.285722732543945],[-102.81346797943115,25.287109375],[-102.81005859375,25.29059600830078],[-102.80964374542236,25.291015625],[-102.80631065368652,25.294921875],[-102.80517578125,25.296192169189453],[-102.80285358428955,25.298828125],[-102.80029296875,25.301485061645508],[-102.79900312423706,25.302734375],[-102.79541015625,25.306217193603516],[-102.79496669769287,25.306640625],[-102.79135227203369,25.310546875],[-102.79052734375,25.31143569946289],[-102.78785943984985,25.314453125],[-102.78564453125,25.31675148010254],[-102.78399705886841,25.318359375],[-102.78076171875,25.321435928344727],[-102.77987003326416,25.322265625],[-102.77605533599854,25.326171875],[-102.77587890625,25.326353073120117],[-102.77254104614258,25.330078125],[-102.77099609375,25.331724166870117],[-102.7688455581665,25.333984375],[-102.76611328125,25.336652755737305],[-102.76479244232178,25.337890625],[-102.76123046875,25.341371536254883],[-102.76078939437866,25.341796875],[-102.75717735290527,25.345703125],[-102.75634765625,25.346580505371094],[-102.75356769561768,25.349609375],[-102.75146484375,25.351736068725586],[-102.74965524673462,25.353515625],[-102.74658203125,25.356502532958984],[-102.74560928344727,25.357421875],[-102.74176120758057,25.361328125],[-102.74169921875,25.361391067504883],[-102.73813724517822,25.365234375],[-102.73681640625,25.366621017456055],[-102.73447036743164,25.369140625],[-102.73193359375,25.37168312072754],[-102.73050308227539,25.373046875],[-102.72705078125,25.37637710571289],[-102.7264404296875,25.376953125],[-102.7226972579956,25.380859375],[-102.72216796875,25.381412506103516],[-102.71915197372437,25.384765625],[-102.71728515625,25.38671112060547],[-102.7153491973877,25.388671875],[-102.71240234375,25.391530990600586],[-102.71127700805664,25.392578125],[-102.70751953125,25.39625358581543],[-102.7072811126709,25.396484375],[-102.70372867584229,25.400390625],[-102.70263671875,25.401567459106445],[-102.7001690864563,25.404296875],[-102.69775390625,25.40673828125],[-102.696213722229,25.408203125],[-102.69287109375,25.41136360168457],[-102.69207000732422,25.412109375],[-102.68828630447388,25.416015625],[-102.68798828125,25.416322708129883],[-102.68471479415894,25.419921875],[-102.68310546875,25.421613693237305],[-102.68097639083862,25.423828125],[-102.67822265625,25.426525115966797],[-102.67693996429443,25.427734375],[-102.67333984375,25.43128204345703],[-102.6729679107666,25.431640625],[-102.66932964324951,25.435546875],[-102.66845703125,25.43646240234375],[-102.66570806503296,25.439453125],[-102.66357421875,25.441608428955078],[-102.66179323196411,25.443359375],[-102.65869140625,25.446369171142578],[-102.65774011611938,25.447265625],[-102.65385389328003,25.451171875],[-102.65380859375,25.451217651367188],[-102.6502275466919,25.455078125],[-102.64892578125,25.456443786621094],[-102.64655828475952,25.458984375],[-102.64404296875,25.46147918701172],[-102.64253616333008,25.462890625],[-102.63916015625,25.46600914001465],[-102.6382851600647,25.466796875],[-102.63427734375,25.470643997192383],[-102.63421535491943,25.470703125],[-102.63049364089966,25.474609375],[-102.62939453125,25.475725173950195],[-102.62668132781982,25.478515625],[-102.62451171875,25.480512619018555],[-102.62233972549438,25.482421875],[-102.61962890625,25.484743118286133],[-102.61780738830566,25.486328125],[-102.61474609375,25.489133834838867],[-102.61354207992554,25.490234375],[-102.60986328125,25.493999481201172],[-102.6097297668457,25.494140625],[-102.60661602020264,25.498046875],[-102.60498046875,25.49990463256836],[-102.60306119918823,25.501953125],[-102.60009765625,25.504846572875977],[-102.59902477264404,25.505859375],[-102.59521484375,25.50969696044922],[-102.59514331817627,25.509765625],[-102.5914716720581,25.513671875],[-102.59033203125,25.514892578125],[-102.5879454612732,25.517578125],[-102.58544921875,25.52027702331543],[-102.58427381515503,25.521484375],[-102.5806188583374,25.525390625],[-102.58056640625,25.52544403076172],[-102.5770354270935,25.529296875],[-102.57568359375,25.530717849731445],[-102.57335662841797,25.533203125],[-102.57080078125,25.535755157470703],[-102.56938457489014,25.537109375],[-102.56591796875,25.540489196777344],[-102.5653600692749,25.541015625],[-102.56158113479614,25.544921875],[-102.56103515625,25.545480728149414],[-102.55796670913696,25.548828125],[-102.55615234375,25.550710678100586],[-102.55417823791504,25.552734375],[-102.55126953125,25.55559730529785],[-102.5501561164856,25.556640625],[-102.54638671875,25.56028938293457],[-102.54611730575562,25.560546875],[-102.54250288009644,25.564453125],[-102.54150390625,25.565521240234375],[-102.53895282745361,25.568359375],[-102.53662109375,25.570714950561523],[-102.53498077392578,25.572265625],[-102.53173828125,25.575260162353516],[-102.53073215484619,25.576171875],[-102.52685546875,25.580036163330078],[-102.52681255340576,25.580078125],[-102.52334356307983,25.583984375],[-102.52197265625,25.58546257019043],[-102.51971244812012,25.587890625],[-102.51708984375,25.590482711791992],[-102.51568555831909,25.591796875],[-102.51220703125,25.595094680786133],[-102.51155376434326,25.595703125],[-102.5076961517334,25.599609375],[-102.50732421875,25.59998321533203],[-102.50401735305786,25.603515625],[-102.50244140625,25.60517692565918],[-102.5003170967102,25.607421875],[-102.49755859375,25.61019515991211],[-102.49638319015503,25.611328125],[-102.49267578125,25.615009307861328],[-102.49243974685669,25.615234375],[-102.48869180679321,25.619140625],[-102.48779296875,25.620075225830078],[-102.48507499694824,25.623046875],[-102.48291015625,25.625289916992188],[-102.48125791549683,25.626953125],[-102.47802734375,25.63018035888672],[-102.47731685638428,25.630859375],[-102.47350454330444,25.634765625],[-102.47314453125,25.635129928588867],[-102.46987819671631,25.638671875],[-102.46826171875,25.640352249145508],[-102.46611833572388,25.642578125],[-102.46337890625,25.6452579498291],[-102.46205806732178,25.646484375],[-102.45849609375,25.649822235107422],[-102.45788097381592,25.650390625],[-102.45410680770874,25.654296875],[-102.45361328125,25.654815673828125],[-102.45062589645386,25.658203125],[-102.44873046875,25.660200119018555],[-102.4468445777893,25.662109375],[-102.44384765625,25.66499900817871],[-102.4427604675293,25.666015625],[-102.43896484375,25.669836044311523],[-102.43887901306152,25.669921875],[-102.43542671203613,25.673828125],[-102.43408203125,25.67527961730957],[-102.431800365448,25.677734375],[-102.42919921875,25.680301666259766],[-102.42776870727539,25.681640625],[-102.42431640625,25.68492889404297],[-102.42366075515747,25.685546875],[-102.41993427276611,25.689453125],[-102.41943359375,25.689971923828125],[-102.41631984710693,25.693359375],[-102.41455078125,25.6951904296875],[-102.41251468658447,25.697265625],[-102.40966796875,25.700035095214844],[-102.40846157073975,25.701171875],[-102.40478515625,25.704818725585938],[-102.40451574325562,25.705078125],[-102.4008584022522,25.708984375],[-102.39990234375,25.70998191833496],[-102.39720582962036,25.712890625],[-102.39501953125,25.715085983276367],[-102.39326477050781,25.716796875],[-102.39013671875,25.719816207885742],[-102.38919019699097,25.720703125],[-102.38527774810791,25.724609375],[-102.38525390625,25.724634170532227],[-102.38162994384766,25.728515625],[-102.38037109375,25.729835510253906],[-102.37797260284424,25.732421875],[-102.37548828125,25.734907150268555],[-102.37399339675903,25.736328125],[-102.37060546875,25.739553451538086],[-102.36987113952637,25.740234375],[-102.3660135269165,25.744140625],[-102.36572265625,25.744434356689453],[-102.36242294311523,25.748046875],[-102.36083984375,25.749710083007812],[-102.35869407653809,25.751953125],[-102.35595703125,25.754648208618164],[-102.35466003417969,25.755859375],[-102.35107421875,25.759260177612305],[-102.35053539276123,25.759765625],[-102.34681844711304,25.763671875],[-102.34619140625,25.76432991027832],[-102.3432731628418,25.767578125],[-102.34130859375,25.769622802734375],[-102.33944654464722,25.771484375],[-102.33642578125,25.77435302734375],[-102.33529806137085,25.775390625],[-102.33154296875,25.779069900512695],[-102.33130931854248,25.779296875],[-102.32773542404175,25.783203125],[-102.32666015625,25.78434181213379],[-102.32409000396729,25.787109375],[-102.32177734375,25.789411544799805],[-102.32009887695312,25.791015625],[-102.31689453125,25.794071197509766],[-102.31598615646362,25.794921875],[-102.31214761734009,25.798828125],[-102.31201171875,25.798965454101562],[-102.3085069656372,25.802734375],[-102.30712890625,25.804176330566406],[-102.30480670928955,25.806640625],[-102.30224609375,25.80916976928711],[-102.30079174041748,25.810546875],[-102.29736328125,25.81385040283203],[-102.29671955108643,25.814453125],[-102.29289293289185,25.818359375],[-102.29248046875,25.818777084350586],[-102.28923320770264,25.822265625],[-102.28759765625,25.82395362854004],[-102.28545427322388,25.826171875],[-102.28271484375,25.828872680664062],[-102.28143453598022,25.830078125],[-102.27783203125,25.833541870117188],[-102.27736234664917,25.833984375],[-102.2736120223999,25.837890625],[-102.27294921875,25.838577270507812],[-102.27001667022705,25.841796875],[-102.26806640625,25.84379768371582],[-102.2661566734314,25.845703125],[-102.26318359375,25.848567962646484],[-102.26205587387085,25.849609375],[-102.25830078125,25.853233337402344],[-102.25800514221191,25.853515625],[-102.25437879562378,25.857421875],[-102.25341796875,25.85844612121582],[-102.250816822052,25.861328125],[-102.24853515625,25.8636531829834],[-102.24688768386841,25.865234375],[-102.24365234375,25.868255615234375],[-102.24268198013306,25.869140625],[-102.23876953125,25.873022079467773],[-102.2387433052063,25.873046875],[-102.23520517349243,25.876953125],[-102.23388671875,25.878358840942383],[-102.2315502166748,25.880859375],[-102.22900390625,25.88335609436035],[-102.2274899482727,25.884765625],[-102.22412109375,25.887935638427734],[-102.22332954406738,25.888671875],[-102.21951961517334,25.892578125],[-102.21923828125,25.89286231994629],[-102.21587896347046,25.896484375],[-102.21435546875,25.898069381713867],[-102.21213102340698,25.900390625],[-102.20947265625,25.902990341186523],[-102.20808029174805,25.904296875],[-102.20458984375,25.90766716003418],[-102.20402002334595,25.908203125],[-102.20024108886719,25.912109375],[-102.19970703125,25.91265296936035],[-102.19656229019165,25.916015625],[-102.19482421875,25.917787551879883],[-102.19272375106812,25.919921875],[-102.18994140625,25.922630310058594],[-102.18866348266602,25.923828125],[-102.18505859375,25.927303314208984],[-102.18459844589233,25.927734375],[-102.18078374862671,25.931640625],[-102.18017578125,25.93225860595703],[-102.1771240234375,25.935546875],[-102.17529296875,25.93742561340332],[-102.17329263687134,25.939453125],[-102.17041015625,25.94223976135254],[-102.16919183731079,25.943359375],[-102.16552734375,25.946718215942383],[-102.16490983963013,25.947265625],[-102.16071128845215,25.951171875],[-102.16064453125,25.951234817504883],[-102.15671062469482,25.955078125],[-102.15576171875,25.95601463317871],[-102.15290307998657,25.958984375],[-102.15087890625,25.961040496826172],[-102.14904069900513,25.962890625],[-102.14599609375,25.965850830078125],[-102.14498519897461,25.966796875],[-102.14111328125,25.97064781188965],[-102.14105606079102,25.970703125],[-102.13760137557983,25.974609375],[-102.13623046875,25.976106643676758],[-102.13401794433594,25.978515625],[-102.13134765625,25.981143951416016],[-102.1299695968628,25.982421875],[-102.12646484375,25.98565101623535],[-102.12571620941162,25.986328125],[-102.12170362472534,25.990234375],[-102.12158203125,25.9903507232666],[-102.11789608001709,25.994140625],[-102.11669921875,25.99535369873047],[-102.11409330368042,25.998046875],[-102.11181640625,26.00029945373535],[-102.11011409759521,26.001953125],[-102.10693359375,26.004981994628906],[-102.10598468780518,26.005859375],[-102.10205078125,26.009632110595703],[-102.10190773010254,26.009765625],[-102.09784984588623,26.013671875],[-102.09716796875,26.014305114746094],[-102.09372520446777,26.017578125],[-102.09228515625,26.018936157226562],[-102.08966255187988,26.021484375],[-102.08740234375,26.023618698120117],[-102.08551168441772,26.025390625],[-102.08251953125,26.02818489074707],[-102.08131313323975,26.029296875],[-102.07763671875,26.03291893005371],[-102.0773434638977,26.033203125],[-102.07376956939697,26.037109375],[-102.07275390625,26.038217544555664],[-102.07028150558472,26.041015625],[-102.06787109375,26.043439865112305],[-102.06628084182739,26.044921875],[-102.06298828125,26.047847747802734],[-102.06186294555664,26.048828125],[-102.05810546875,26.052265167236328],[-102.05759048461914,26.052734375],[-102.05366849899292,26.056640625],[-102.05322265625,26.05708885192871],[-102.05000162124634,26.060546875],[-102.04833984375,26.062259674072266],[-102.04621315002441,26.064453125],[-102.04345703125,26.067167282104492],[-102.04219341278076,26.068359375],[-102.03857421875,26.07188606262207],[-102.0381760597229,26.072265625],[-102.03451633453369,26.076171875],[-102.03369140625,26.0770320892334],[-102.03088045120239,26.080078125],[-102.02880859375,26.082168579101562],[-102.02694892883301,26.083984375],[-102.02392578125,26.086864471435547],[-102.0228099822998,26.087890625],[-102.01904296875,26.091575622558594],[-102.01881647109985,26.091796875],[-102.01528072357178,26.095703125],[-102.01416015625,26.096914291381836],[-102.01173067092896,26.099609375],[-102.00927734375,26.102096557617188],[-102.00778245925903,26.103515625],[-102.00439453125,26.106678009033203],[-102.00358390808105,26.107421875],[-101.99970245361328,26.111328125],[-101.99951171875,26.111520767211914],[-101.9961166381836,26.115234375],[-101.99462890625,26.116811752319336],[-101.9924259185791,26.119140625],[-101.98974609375,26.121789932250977],[-101.98842287063599,26.123046875],[-101.98486328125,26.12659454345703],[-101.98449850082397,26.126953125],[-101.98095321655273,26.130859375],[-101.97998046875,26.13189125061035],[-101.97732210159302,26.134765625],[-101.97509765625,26.13697052001953],[-101.9733214378357,26.138671875],[-101.97021484375,26.141605377197266],[-101.96916103363037,26.142578125],[-101.96533203125,26.146318435668945],[-101.96515560150146,26.146484375],[-101.96130037307739,26.150390625],[-101.96044921875,26.1512393951416],[-101.95751428604126,26.154296875],[-101.95556640625,26.15620994567871],[-101.95350408554077,26.158203125],[-101.95068359375,26.160816192626953],[-101.94924831390381,26.162109375],[-101.94580078125,26.1652889251709],[-101.94499492645264,26.166015625],[-101.94091796875,26.169889450073242],[-101.94088220596313,26.169921875],[-101.93702459335327,26.173828125],[-101.93603515625,26.174846649169922],[-101.93339824676514,26.177734375],[-101.93115234375,26.180070877075195],[-101.92959070205688,26.181640625],[-101.92626953125,26.185091018676758],[-101.92582368850708,26.185546875],[-101.92251443862915,26.189453125],[-101.92138671875,26.190736770629883],[-101.91911458969116,26.193359375],[-101.91650390625,26.196147918701172],[-101.91539287567139,26.197265625],[-101.91169261932373,26.201171875],[-101.91162109375,26.201248168945312],[-101.90827369689941,26.205078125],[-101.90673828125,26.20674705505371],[-101.90465211868286,26.208984375],[-101.90185546875,26.211811065673828],[-101.90074443817139,26.212890625],[-101.89698219299316,26.216796875],[-101.89697265625,26.216806411743164],[-101.89352035522461,26.220703125],[-101.89208984375,26.22224235534668],[-101.88986778259277,26.224609375],[-101.88720703125,26.227209091186523],[-101.88580989837646,26.228515625],[-101.88232421875,26.231870651245117],[-101.88174247741699,26.232421875],[-101.87804460525513,26.236328125],[-101.87744140625,26.236949920654297],[-101.87438726425171,26.240234375],[-101.87255859375,26.242097854614258],[-101.87053442001343,26.244140625],[-101.86767578125,26.246925354003906],[-101.86649084091187,26.248046875],[-101.86279296875,26.251720428466797],[-101.86254978179932,26.251953125],[-101.858811378479,26.255859375],[-101.85791015625,26.256784439086914],[-101.8551230430603,26.259765625],[-101.85302734375,26.261873245239258],[-101.85119867324829,26.263671875],[-101.84814453125,26.266613006591797],[-101.84710502624512,26.267578125],[-101.84326171875,26.27133560180664],[-101.84310674667358,26.271484375],[-101.83939695358276,26.275390625],[-101.83837890625,26.27644920349121],[-101.8357515335083,26.279296875],[-101.83349609375,26.28156280517578],[-101.8317985534668,26.283203125],[-101.82861328125,26.286224365234375],[-101.82764530181885,26.287109375],[-101.82373046875,26.290874481201172],[-101.82358264923096,26.291015625],[-101.81989908218384,26.294921875],[-101.81884765625,26.29603385925293],[-101.81630611419678,26.298828125],[-101.81396484375,26.301183700561523],[-101.81232690811157,26.302734375],[-101.80908203125,26.305736541748047],[-101.80807590484619,26.306640625],[-101.80419921875,26.310348510742188],[-101.80398941040039,26.310546875],[-101.80031538009644,26.314453125],[-101.79931640625,26.315502166748047],[-101.79669141769409,26.318359375],[-101.79443359375,26.320634841918945],[-101.79272651672363,26.322265625],[-101.78955078125,26.32518196105957],[-101.78844213485718,26.326171875],[-101.78466796875,26.329744338989258],[-101.78431510925293,26.330078125],[-101.78062438964844,26.333984375],[-101.77978515625,26.334856033325195],[-101.7769718170166,26.337890625],[-101.77490234375,26.339982986450195],[-101.77304029464722,26.341796875],[-101.77001953125,26.344621658325195],[-101.76882982254028,26.345703125],[-101.76513671875,26.349227905273438],[-101.76473379135132,26.349609375],[-101.76098108291626,26.353515625],[-101.76025390625,26.354251861572266],[-101.75723314285278,26.357421875],[-101.75537109375,26.359289169311523],[-101.75331115722656,26.361328125],[-101.75048828125,26.36398696899414],[-101.74911975860596,26.365234375],[-101.74560546875,26.368539810180664],[-101.74495458602905,26.369140625],[-101.7410159111023,26.373046875],[-101.74072265625,26.373327255249023],[-101.73702478408813,26.376953125],[-101.73583984375,26.378074645996094],[-101.7329454421997,26.380859375],[-101.73095703125,26.382709503173828],[-101.72875165939331,26.384765625],[-101.72607421875,26.387157440185547],[-101.72433376312256,26.388671875],[-101.72119140625,26.39134979248047],[-101.71971321105957,26.392578125],[-101.71630859375,26.3953857421875],[-101.71495914459229,26.396484375],[-101.71142578125,26.399349212646484],[-101.7101240158081,26.400390625],[-101.70654296875,26.40321922302246],[-101.70518636703491,26.404296875],[-101.70166015625,26.407161712646484],[-101.70042276382446,26.408203125],[-101.69677734375,26.41154670715332],[-101.69617652893066,26.412109375],[-101.69252872467041,26.416015625],[-101.69189453125,26.416698455810547],[-101.68905258178711,26.419921875],[-101.68701171875,26.42206573486328],[-101.68528079986572,26.423828125],[-101.68212890625,26.427003860473633],[-101.68137788772583,26.427734375],[-101.67778491973877,26.431640625],[-101.67724609375,26.43223762512207],[-101.67447090148926,26.435546875],[-101.67236328125,26.437929153442383],[-101.67096138000488,26.439453125],[-101.66748046875,26.443283081054688],[-101.66740894317627,26.443359375],[-101.66401624679565,26.447265625],[-101.66259765625,26.448837280273438],[-101.66051149368286,26.451171875],[-101.65771484375,26.454181671142578],[-101.65683507919312,26.455078125],[-101.65326118469238,26.458984375],[-101.65283203125,26.459447860717773],[-101.64988040924072,26.462890625],[-101.64794921875,26.464942932128906],[-101.64608478546143,26.466796875],[-101.64306640625,26.469541549682617],[-101.64172410964966,26.470703125],[-101.63818359375,26.473907470703125],[-101.637442111969,26.474609375],[-101.63403987884521,26.478515625],[-101.63330078125,26.4793701171875],[-101.63075923919678,26.482421875],[-101.62841796875,26.484905242919922],[-101.62698030471802,26.486328125],[-101.62353515625,26.489723205566406],[-101.6230058670044,26.490234375],[-101.61938667297363,26.494140625],[-101.61865234375,26.494911193847656],[-101.6157603263855,26.498046875],[-101.61376953125,26.500072479248047],[-101.61187410354614,26.501953125],[-101.60888671875,26.50481414794922],[-101.60775661468506,26.505859375],[-101.60400390625,26.50945472717285],[-101.60366773605347,26.509765625],[-101.59954786300659,26.513671875],[-101.59912109375,26.514049530029297],[-101.5950059890747,26.517578125],[-101.59423828125,26.51820945739746],[-101.59034252166748,26.521484375],[-101.58935546875,26.522380828857422],[-101.5864086151123,26.525390625],[-101.58447265625,26.527524948120117],[-101.58290147781372,26.529296875],[-101.57967567443848,26.533203125],[-101.57958984375,26.533300399780273],[-101.5763807296753,26.537109375],[-101.57470703125,26.538909912109375],[-101.57271146774292,26.541015625],[-101.56982421875,26.543893814086914],[-101.56873941421509,26.544921875],[-101.56494140625,26.548608779907227],[-101.56470775604248,26.548828125],[-101.56091451644897,26.552734375],[-101.56005859375,26.55360984802246],[-101.55724048614502,26.556640625],[-101.55517578125,26.558740615844727],[-101.55335664749146,26.560546875],[-101.55029296875,26.56350326538086],[-101.54926300048828,26.564453125],[-101.54541015625,26.56810760498047],[-101.54514074325562,26.568359375],[-101.54133081436157,26.572265625],[-101.54052734375,26.57308578491211],[-101.53764963150024,26.576171875],[-101.53564453125,26.57819366455078],[-101.53372049331665,26.580078125],[-101.53076171875,26.58283042907715],[-101.52945280075073,26.583984375],[-101.52587890625,26.58709144592285],[-101.52493715286255,26.587890625],[-101.52099609375,26.591354370117188],[-101.52049779891968,26.591796875],[-101.51663303375244,26.595703125],[-101.51611328125,26.596261978149414],[-101.51326417922974,26.599609375],[-101.51123046875,26.601810455322266],[-101.50954008102417,26.603515625],[-101.50634765625,26.60652732849121],[-101.50536775588989,26.607421875],[-101.50146484375,26.611305236816406],[-101.50144100189209,26.611328125],[-101.49805545806885,26.615234375],[-101.49658203125,26.616849899291992],[-101.49445533752441,26.619140625],[-101.49169921875,26.621898651123047],[-101.49049520492554,26.623046875],[-101.48681640625,26.626728057861328],[-101.48658990859985,26.626953125],[-101.48312568664551,26.630859375],[-101.48193359375,26.632152557373047],[-101.47953987121582,26.634765625],[-101.47705078125,26.63722801208496],[-101.4755129814148,26.638671875],[-101.47216796875,26.641828536987305],[-101.47136449813843,26.642578125],[-101.46755695343018,26.646484375],[-101.46728515625,26.646760940551758],[-101.46392345428467,26.650390625],[-101.46240234375,26.651975631713867],[-101.46018028259277,26.654296875],[-101.45751953125,26.656885147094727],[-101.45610570907593,26.658203125],[-101.45263671875,26.661516189575195],[-101.45200490951538,26.662109375],[-101.4482069015503,26.666015625],[-101.44775390625,26.666473388671875],[-101.44450902938843,26.669921875],[-101.44287109375,26.671592712402344],[-101.4406943321228,26.673828125],[-101.43798828125,26.676462173461914],[-101.4366340637207,26.677734375],[-101.43310546875,26.681137084960938],[-101.43256664276123,26.681640625],[-101.42870903015137,26.685546875],[-101.42822265625,26.686033248901367],[-101.42500162124634,26.689453125],[-101.42333984375,26.691150665283203],[-101.42118692398071,26.693359375],[-101.41845703125,26.696022033691406],[-101.41712665557861,26.697265625],[-101.41357421875,26.70064353942871],[-101.41300201416016,26.701171875],[-101.40908479690552,26.705078125],[-101.40869140625,26.705469131469727],[-101.40536308288574,26.708984375],[-101.40380859375,26.710573196411133],[-101.40156507492065,26.712890625],[-101.39892578125,26.715450286865234],[-101.39747142791748,26.716796875],[-101.39404296875,26.7199649810791],[-101.3932204246521,26.720703125],[-101.38916015625,26.72458839416504],[-101.38913631439209,26.724609375],[-101.38540267944336,26.728515625],[-101.38427734375,26.729686737060547],[-101.38173818588257,26.732421875],[-101.37939453125,26.73474884033203],[-101.37771844863892,26.736328125],[-101.37451171875,26.739274978637695],[-101.37343406677246,26.740234375],[-101.36962890625,26.743776321411133],[-101.36923551559448,26.744140625],[-101.36543035507202,26.748046875],[-101.36474609375,26.748748779296875],[-101.36178493499756,26.751953125],[-101.35986328125,26.75390625],[-101.35788679122925,26.755859375],[-101.35498046875,26.758583068847656],[-101.35366201400757,26.759765625],[-101.35009765625,26.76300811767578],[-101.34935855865479,26.763671875],[-101.34532690048218,26.767578125],[-101.34521484375,26.76768684387207],[-101.34153127670288,26.771484375],[-101.34033203125,26.772682189941406],[-101.33766889572144,26.775390625],[-101.33544921875,26.777511596679688],[-101.33351802825928,26.779296875],[-101.33056640625,26.781898498535156],[-101.32903337478638,26.783203125],[-101.32568359375,26.78605079650879],[-101.32443428039551,26.787109375],[-101.32080078125,26.790346145629883],[-101.32005453109741,26.791015625],[-101.31614446640015,26.794921875],[-101.31591796875,26.795154571533203],[-101.31263732910156,26.798828125],[-101.31103515625,26.800548553466797],[-101.3089656829834,26.802734375],[-101.30615234375,26.805496215820312],[-101.30494356155396,26.806640625],[-101.30126953125,26.810304641723633],[-101.30102157592773,26.810546875],[-101.29732370376587,26.814453125],[-101.29638671875,26.815383911132812],[-101.29340171813965,26.818359375],[-101.29150390625,26.820133209228516],[-101.28915786743164,26.822265625],[-101.28662109375,26.824478149414062],[-101.284658908844,26.826171875],[-101.28173828125,26.828670501708984],[-101.28008604049683,26.830078125],[-101.27685546875,26.83281898498535],[-101.27546548843384,26.833984375],[-101.27197265625,26.83694076538086],[-101.27083539962769,26.837890625],[-101.26708984375,26.841047286987305],[-101.266188621521,26.841796875],[-101.26220703125,26.845237731933594],[-101.26168489456177,26.845703125],[-101.25803709030151,26.849609375],[-101.25732421875,26.850454330444336],[-101.2549638748169,26.853515625],[-101.25244140625,26.856698989868164],[-101.25183343887329,26.857421875],[-101.2488341331482,26.861328125],[-101.24755859375,26.862865447998047],[-101.24558925628662,26.865234375],[-101.24267578125,26.868581771850586],[-101.24215602874756,26.869140625],[-101.23882293701172,26.873046875],[-101.23779296875,26.87419891357422],[-101.23540163040161,26.876953125],[-101.23291015625,26.879575729370117],[-101.23161315917969,26.880859375],[-101.22802734375,26.884443283081055],[-101.22769117355347,26.884765625],[-101.22401714324951,26.888671875],[-101.22314453125,26.889585494995117],[-101.22040271759033,26.892578125],[-101.21826171875,26.894752502441406],[-101.21649742126465,26.896484375],[-101.21337890625,26.89946174621582],[-101.21236562728882,26.900390625],[-101.20849609375,26.90409278869629],[-101.20827913284302,26.904296875],[-101.20455741882324,26.908203125],[-101.20361328125,26.909191131591797],[-101.20094060897827,26.912109375],[-101.19873046875,26.914339065551758],[-101.19698762893677,26.916015625],[-101.19384765625,26.918947219848633],[-101.19276523590088,26.919921875],[-101.18896484375,26.923500061035156],[-101.18861198425293,26.923828125],[-101.18486642837524,26.927734375],[-101.18408203125,26.928550720214844],[-101.18125677108765,26.931640625],[-101.17919921875,26.933731079101562],[-101.17733716964722,26.935546875],[-101.17431640625,26.938369750976562],[-101.17311000823975,26.939453125],[-101.16943359375,26.94286346435547],[-101.16889476776123,26.943359375],[-101.16507291793823,26.947265625],[-101.16455078125,26.947797775268555],[-101.16144895553589,26.951171875],[-101.15966796875,26.9530029296875],[-101.15760564804077,26.955078125],[-101.15478515625,26.957744598388672],[-101.15341186523438,26.958984375],[-101.14990234375,26.962194442749023],[-101.1491346359253,26.962890625],[-101.14521503448486,26.966796875],[-101.14501953125,26.966995239257812],[-101.14161014556885,26.970703125],[-101.14013671875,26.97224235534668],[-101.13786935806274,26.974609375],[-101.13525390625,26.977123260498047],[-101.13372564315796,26.978515625],[-101.13037109375,26.981563568115234],[-101.12941265106201,26.982421875],[-101.12548828125,26.986225128173828],[-101.1253809928894,26.986328125],[-101.12168788909912,26.990234375],[-101.12060546875,26.991342544555664],[-101.11791610717773,26.994140625],[-101.11572265625,26.99629020690918],[-101.11387491226196,26.998046875],[-101.11083984375,27.000839233398438],[-101.1095929145813,27.001953125],[-101.10595703125,27.005327224731445],[-101.10537767410278,27.005859375],[-101.10143423080444,27.009765625],[-101.10107421875,27.010114669799805],[-101.09755992889404,27.013671875],[-101.09619140625,27.015003204345703],[-101.09350919723511,27.017578125],[-101.09130859375,27.0195255279541],[-101.08893871307373,27.021484375],[-101.08642578125,27.023399353027344],[-101.08359336853027,27.025390625],[-101.08154296875,27.026811599731445],[-101.07804298400879,27.029296875],[-101.07666015625,27.030364990234375],[-101.07338666915894,27.033203125],[-101.07177734375,27.034719467163086],[-101.06940031051636,27.037109375],[-101.06689453125,27.039621353149414],[-101.06548547744751,27.041015625],[-101.06201171875,27.044845581054688],[-101.06194257736206,27.044921875],[-101.05892419815063,27.048828125],[-101.05712890625,27.0509090423584],[-101.05545282363892,27.052734375],[-101.05224609375,27.05609703063965],[-101.05170726776123,27.056640625],[-101.04826927185059,27.060546875],[-101.04736328125,27.061552047729492],[-101.0448408126831,27.064453125],[-101.04248046875,27.066926956176758],[-101.04104280471802,27.068359375],[-101.03759765625,27.071870803833008],[-101.03719472885132,27.072265625],[-101.03358507156372,27.076171875],[-101.03271484375,27.077083587646484],[-101.02994918823242,27.080078125],[-101.02783203125,27.08220863342285],[-101.02601528167725,27.083984375],[-101.02294921875,27.0869083404541],[-101.0218858718872,27.087890625],[-101.01806640625,27.091554641723633],[-101.01780414581299,27.091796875],[-101.0138988494873,27.095703125],[-101.01318359375,27.09640884399414],[-101.01010322570801,27.099609375],[-101.00830078125,27.101408004760742],[-101.00618839263916,27.103515625],[-101.00341796875,27.106149673461914],[-101.00202798843384,27.107421875],[-100.99853515625,27.110641479492188],[-100.9977650642395,27.111328125],[-100.99365234375,27.115163803100586],[-100.9935736656189,27.115234375],[-100.98954439163208,27.119140625],[-100.98876953125,27.119874954223633],[-100.98551511764526,27.123046875],[-100.98388671875,27.12458610534668],[-100.98141670227051,27.126953125],[-100.97900390625,27.12917137145996],[-100.97712755203247,27.130859375],[-100.97412109375,27.13347816467285],[-100.97262382507324,27.134765625],[-100.96923828125,27.137807846069336],[-100.96829414367676,27.138671875],[-100.96454381942749,27.142578125],[-100.96435546875,27.142776489257812],[-100.9610652923584,27.146484375],[-100.95947265625,27.14814567565918],[-100.95730066299438,27.150390625],[-100.95458984375,27.153043746948242],[-100.95324754714966,27.154296875],[-100.94970703125,27.157670974731445],[-100.94914197921753,27.158203125],[-100.9455156326294,27.162109375],[-100.94482421875,27.16286849975586],[-100.9421443939209,27.166015625],[-100.93994140625,27.168350219726562],[-100.93834161758423,27.169921875],[-100.93505859375,27.172998428344727],[-100.93414068222046,27.173828125],[-100.93017578125,27.17764663696289],[-100.93008279800415,27.177734375],[-100.92641353607178,27.181640625],[-100.92529296875,27.182819366455078],[-100.92278242111206,27.185546875],[-100.92041015625,27.187925338745117],[-100.9187912940979,27.189453125],[-100.91552734375,27.19243812561035],[-100.9144926071167,27.193359375],[-100.91064453125,27.19698143005371],[-100.91034173965454,27.197265625],[-100.90660810470581,27.201171875],[-100.90576171875,27.202049255371094],[-100.90296268463135,27.205078125],[-100.90087890625,27.207189559936523],[-100.89903354644775,27.208984375],[-100.89599609375,27.2117977142334],[-100.89477300643921,27.212890625],[-100.89111328125,27.216264724731445],[-100.89053153991699,27.216796875],[-100.88666915893555,27.220703125],[-100.88623046875,27.221147537231445],[-100.88300943374634,27.224609375],[-100.88134765625,27.226318359375],[-100.87918758392334,27.228515625],[-100.87646484375,27.231101989746094],[-100.87500810623169,27.232421875],[-100.87158203125,27.235532760620117],[-100.87069511413574,27.236328125],[-100.86669921875,27.240201950073242],[-100.86666584014893,27.240234375],[-100.86297750473022,27.244140625],[-100.86181640625,27.245336532592773],[-100.85922956466675,27.248046875],[-100.85693359375,27.250301361083984],[-100.85518598556519,27.251953125],[-100.85205078125,27.254833221435547],[-100.85090637207031,27.255859375],[-100.84716796875,27.25937271118164],[-100.84674835205078,27.259765625],[-100.84293842315674,27.263671875],[-100.84228515625,27.26432991027832],[-100.83921432495117,27.267578125],[-100.83740234375,27.2694149017334],[-100.8353328704834,27.271484375],[-100.83251953125,27.27412223815918],[-100.8311128616333,27.275390625],[-100.82763671875,27.278579711914062],[-100.82684755325317,27.279296875],[-100.82289457321167,27.283203125],[-100.82275390625,27.283340454101562],[-100.81917762756348,27.287109375],[-100.81787109375,27.2884521484375],[-100.81539630889893,27.291015625],[-100.81298828125,27.293336868286133],[-100.81128358840942,27.294921875],[-100.80810546875,27.297828674316406],[-100.80699443817139,27.298828125],[-100.80322265625,27.30242347717285],[-100.80289125442505,27.302734375],[-100.799081325531,27.306640625],[-100.79833984375,27.307382583618164],[-100.7952880859375,27.310546875],[-100.79345703125,27.3123722076416],[-100.7913589477539,27.314453125],[-100.78857421875,27.31707191467285],[-100.78715324401855,27.318359375],[-100.78369140625,27.32156753540039],[-100.78292846679688,27.322265625],[-100.77897071838379,27.326171875],[-100.77880859375,27.32632827758789],[-100.77517032623291,27.330078125],[-100.77392578125,27.331336975097656],[-100.77135801315308,27.333984375],[-100.76904296875,27.33622169494629],[-100.7672643661499,27.337890625],[-100.76416015625,27.34075355529785],[-100.76300621032715,27.341796875],[-100.75927734375,27.345346450805664],[-100.75889587402344,27.345703125],[-100.75502395629883,27.349609375],[-100.75439453125,27.35023307800293],[-100.75122356414795,27.353515625],[-100.74951171875,27.355226516723633],[-100.74732780456543,27.357421875],[-100.74462890625,27.35997772216797],[-100.74315071105957,27.361328125],[-100.73974609375,27.364484786987305],[-100.73892116546631,27.365234375],[-100.73490619659424,27.369140625],[-100.73486328125,27.36918067932129],[-100.73102951049805,27.373046875],[-100.72998046875,27.374088287353516],[-100.72719097137451,27.376953125],[-100.72509765625,27.378995895385742],[-100.7231616973877,27.380859375],[-100.72021484375,27.383615493774414],[-100.71895360946655,27.384765625],[-100.71533203125,27.388181686401367],[-100.7148003578186,27.388671875],[-100.71083545684814,27.392578125],[-100.71044921875,27.392953872680664],[-100.70703029632568,27.396484375],[-100.70556640625,27.39796257019043],[-100.70321083068848,27.400390625],[-100.70068359375,27.402814865112305],[-100.69907426834106,27.404296875],[-100.69580078125,27.407304763793945],[-100.69480180740356,27.408203125],[-100.69091796875,27.41187858581543],[-100.69066762924194,27.412109375],[-100.68671226501465,27.416015625],[-100.68603515625,27.41667938232422],[-100.68289518356323,27.419921875],[-100.68115234375,27.421667098999023],[-100.6790018081665,27.423828125],[-100.67626953125,27.426443099975586],[-100.67487001419067,27.427734375],[-100.67138671875,27.430988311767578],[-100.67066669464111,27.431640625],[-100.6665825843811,27.435546875],[-100.66650390625,27.43562126159668],[-100.66272497177124,27.439453125],[-100.66162109375,27.440561294555664],[-100.65892934799194,27.443359375],[-100.65673828125,27.44550895690918],[-100.65490245819092,27.447265625],[-100.65185546875,27.450117111206055],[-100.6506896018982,27.451171875],[-100.64697265625,27.45463752746582],[-100.64648866653442,27.455078125],[-100.64247846603394,27.458984375],[-100.64208984375,27.459362030029297],[-100.63868045806885,27.462890625],[-100.63720703125,27.464384078979492],[-100.6348729133606,27.466796875],[-100.63232421875,27.469257354736328],[-100.63076257705688,27.470703125],[-100.62744140625,27.47376823425293],[-100.62649965286255,27.474609375],[-100.62255859375,27.478273391723633],[-100.6222915649414,27.478515625],[-100.61834335327148,27.482421875],[-100.61767578125,27.483081817626953],[-100.61455965042114,27.486328125],[-100.61279296875,27.488096237182617],[-100.61065673828125,27.490234375],[-100.60791015625,27.492841720581055],[-100.60648441314697,27.494140625],[-100.60302734375,27.497295379638672],[-100.60218095779419,27.498046875],[-100.59814453125,27.501846313476562],[-100.59803009033203,27.501953125],[-100.59422969818115,27.505859375],[-100.59326171875,27.506845474243164],[-100.590500831604,27.509765625],[-100.58837890625,27.51187515258789],[-100.5865216255188,27.513671875],[-100.58349609375,27.51650619506836],[-100.58230400085449,27.517578125],[-100.57861328125,27.52094078063965],[-100.57800531387329,27.521484375],[-100.57392597198486,27.525390625],[-100.57373046875,27.52557945251465],[-100.57013034820557,27.529296875],[-100.56884765625,27.530601501464844],[-100.56635856628418,27.533203125],[-100.56396484375,27.53553581237793],[-100.56228160858154,27.537109375],[-100.55908203125,27.54004669189453],[-100.55799007415771,27.541015625],[-100.55419921875,27.544469833374023],[-100.5536961555481,27.544921875],[-100.54968118667603,27.548828125],[-100.54931640625,27.549184799194336],[-100.5459213256836,27.552734375],[-100.54443359375,27.554250717163086],[-100.5421233177185,27.556640625],[-100.53955078125,27.559127807617188],[-100.53800821304321,27.560546875],[-100.53466796875,27.563587188720703],[-100.53368806838989,27.564453125],[-100.52978515625,27.568050384521484],[-100.52944660186768,27.568359375],[-100.5255126953125,27.572265625],[-100.52490234375,27.572872161865234],[-100.52175521850586,27.576171875],[-100.52001953125,27.577922821044922],[-100.51788091659546,27.580078125],[-100.51513671875,27.58269500732422],[-100.51371812820435,27.583984375],[-100.51025390625,27.587120056152344],[-100.50938129425049,27.587890625],[-100.50537109375,27.591625213623047],[-100.5051851272583,27.591796875],[-100.50132036209106,27.595703125],[-100.50048828125,27.59653663635254],[-100.497567653656,27.599609375],[-100.49560546875,27.60157012939453],[-100.49362659454346,27.603515625],[-100.49072265625,27.606252670288086],[-100.4894232749939,27.607421875],[-100.48583984375,27.610652923583984],[-100.48507690429688,27.611328125],[-100.48095703125,27.61520767211914],[-100.48092842102051,27.615234375],[-100.47711849212646,27.619140625],[-100.47607421875,27.620201110839844],[-100.47337770462036,27.623046875],[-100.47119140625,27.625205993652344],[-100.46936273574829,27.626953125],[-100.46630859375,27.629772186279297],[-100.46508073806763,27.630859375],[-100.46142578125,27.634138107299805],[-100.46071529388428,27.634765625],[-100.45658588409424,27.638671875],[-100.45654296875,27.638713836669922],[-100.45283079147339,27.642578125],[-100.45166015625,27.64379119873047],[-100.44915199279785,27.646484375],[-100.44677734375,27.648832321166992],[-100.44511318206787,27.650390625],[-100.44189453125,27.653316497802734],[-100.4407787322998,27.654296875],[-100.43701171875,27.657712936401367],[-100.43646574020386,27.658203125],[-100.43245553970337,27.662109375],[-100.43212890625,27.662429809570312],[-100.4287052154541,27.666015625],[-100.42724609375,27.667505264282227],[-100.42491436004639,27.669921875],[-100.42236328125,27.672378540039062],[-100.42077779769897,27.673828125],[-100.41748046875,27.676790237426758],[-100.41640043258667,27.677734375],[-100.41259765625,27.681184768676758],[-100.41208982467651,27.681640625],[-100.40810108184814,27.685546875],[-100.40771484375,27.68592643737793],[-100.40434837341309,27.689453125],[-100.40283203125,27.69099998474121],[-100.4005479812622,27.693359375],[-100.39794921875,27.69586753845215],[-100.39642095565796,27.697265625],[-100.39306640625,27.700281143188477],[-100.39205074310303,27.701171875],[-100.38818359375,27.704708099365234],[-100.38777589797974,27.705078125],[-100.38383960723877,27.708984375],[-100.38330078125,27.709518432617188],[-100.3800892829895,27.712890625],[-100.37841796875,27.71458625793457],[-100.3762412071228,27.716796875],[-100.37353515625,27.71938705444336],[-100.37208557128906,27.720703125],[-100.36865234375,27.72378158569336],[-100.36770820617676,27.724609375],[-100.36376953125,27.728229522705078],[-100.36345720291138,27.728515625],[-100.35954713821411,27.732421875],[-100.35888671875,27.73307991027832],[-100.35579204559326,27.736328125],[-100.35400390625,27.738130569458008],[-100.35190343856812,27.740234375],[-100.34912109375,27.742876052856445],[-100.34771919250488,27.744140625],[-100.34423828125,27.747251510620117],[-100.34332990646362,27.748046875],[-100.33935546875,27.751705169677734],[-100.33908367156982,27.751953125],[-100.33518552780151,27.755859375],[-100.33447265625,27.756568908691406],[-100.33142805099487,27.759765625],[-100.32958984375,27.761611938476562],[-100.32752275466919,27.763671875],[-100.32470703125,27.766334533691406],[-100.32332181930542,27.767578125],[-100.31982421875,27.77069664001465],[-100.3189206123352,27.771484375],[-100.31494140625,27.775136947631836],[-100.31466245651245,27.775390625],[-100.31073331832886,27.779296875],[-100.31005859375,27.77996253967285],[-100.30694246292114,27.783203125],[-100.30517578125,27.784975051879883],[-100.30304431915283,27.787109375],[-100.30029296875,27.78972625732422],[-100.29886960983276,27.791015625],[-100.29541015625,27.79412269592285],[-100.29450178146362,27.794921875],[-100.29052734375,27.798608779907227],[-100.29029130935669,27.798828125],[-100.28642654418945,27.802734375],[-100.28564453125,27.803518295288086],[-100.28267860412598,27.806640625],[-100.28076171875,27.808561325073242],[-100.27875185012817,27.810546875],[-100.27587890625,27.81325340270996],[-100.27454137802124,27.814453125],[-100.27099609375,27.817628860473633],[-100.27016401290894,27.818359375],[-100.26611328125,27.822126388549805],[-100.26596307754517,27.822265625],[-100.2621054649353,27.826171875],[-100.26123046875,27.827051162719727],[-100.25835037231445,27.830078125],[-100.25634765625,27.832069396972656],[-100.2543830871582,27.833984375],[-100.25146484375,27.836706161499023],[-100.25013446807861,27.837890625],[-100.24658203125,27.841053009033203],[-100.24573087692261,27.841796875],[-100.24169921875,27.845491409301758],[-100.24146795272827,27.845703125],[-100.23751020431519,27.849609375],[-100.23681640625,27.85029411315918],[-100.23371696472168,27.853515625],[-100.23193359375,27.85530662536621],[-100.22982597351074,27.857421875],[-100.22705078125,27.860063552856445],[-100.22565364837646,27.861328125],[-100.22216796875,27.864463806152344],[-100.2212929725647,27.865234375],[-100.21728515625,27.868946075439453],[-100.2170729637146,27.869140625],[-100.2131700515747,27.873046875],[-100.21240234375,27.873809814453125],[-100.20938158035278,27.876953125],[-100.20751953125,27.87881088256836],[-100.20545482635498,27.880859375],[-100.20263671875,27.883520126342773],[-100.20125389099121,27.884765625],[-100.19775390625,27.887897491455078],[-100.19686937332153,27.888671875],[-100.19287109375,27.892343521118164],[-100.19261121749878,27.892578125],[-100.18866062164307,27.896484375],[-100.18798828125,27.897144317626953],[-100.1848554611206,27.900390625],[-100.18310546875,27.902137756347656],[-100.18095016479492,27.904296875],[-100.17822265625,27.90688705444336],[-100.17677307128906,27.908203125],[-100.17333984375,27.911312103271484],[-100.1724362373352,27.912109375],[-100.16845703125,27.915788650512695],[-100.16820907592773,27.916015625],[-100.16427993774414,27.919921875],[-100.16357421875,27.92061996459961],[-100.16049146652222,27.923828125],[-100.15869140625,27.92562484741211],[-100.15657424926758,27.927734375],[-100.15380859375,27.930347442626953],[-100.1523756980896,27.931640625],[-100.14892578125,27.934743881225586],[-100.14800786972046,27.935546875],[-100.14404296875,27.939149856567383],[-100.14370679855347,27.939453125],[-100.13967514038086,27.943359375],[-100.13916015625,27.943857192993164],[-100.1358413696289,27.947265625],[-100.13427734375,27.948835372924805],[-100.13198137283325,27.951171875],[-100.12939453125,27.953649520874023],[-100.12783765792847,27.955078125],[-100.12451171875,27.958110809326172],[-100.12352228164673,27.958984375],[-100.11962890625,27.962533950805664],[-100.1192307472229,27.962890625],[-100.11518239974976,27.966796875],[-100.11474609375,27.96721839904785],[-100.11136054992676,27.970703125],[-100.10986328125,27.972209930419922],[-100.1075267791748,27.974609375],[-100.10498046875,27.977054595947266],[-100.10339021682739,27.978515625],[-100.10009765625,27.981515884399414],[-100.09907007217407,27.982421875],[-100.09521484375,27.985919952392578],[-100.09475708007812,27.986328125],[-100.09066104888916,27.990234375],[-100.09033203125,27.990549087524414],[-100.08680820465088,27.994140625],[-100.08544921875,27.99550437927246],[-100.08297920227051,27.998046875],[-100.08056640625,28.000370025634766],[-100.07886171340942,28.001953125],[-100.07568359375,28.004865646362305],[-100.0745677947998,28.005859375],[-100.07080078125,28.009315490722656],[-100.07030010223389,28.009765625],[-100.06622076034546,28.013671875],[-100.06591796875,28.013959884643555],[-100.06234169006348,28.017578125],[-100.06103515625,28.01887321472168],[-100.05846738815308,28.021484375],[-100.05615234375,28.02370262145996],[-100.05434513092041,28.025390625],[-100.05126953125,28.028209686279297],[-100.05005359649658,28.029296875],[-100.04638671875,28.032672882080078],[-100.04579544067383,28.033203125],[-100.04169464111328,28.037109375],[-100.04150390625,28.037290573120117],[-100.03778457641602,28.041015625],[-100.03662109375,28.04216194152832],[-100.03390789031982,28.044921875],[-100.03173828125,28.047016143798828],[-100.0298285484314,28.048828125],[-100.02685546875,28.051578521728516],[-100.02557277679443,28.052734375],[-100.02197265625,28.056055068969727],[-100.02131938934326,28.056640625],[-100.01713752746582,28.060546875],[-100.01708984375,28.060590744018555],[-100.01308679580688,28.064453125],[-100.01220703125,28.065298080444336],[-100.00916242599487,28.068359375],[-100.00732421875,28.070158004760742],[-100.00518321990967,28.072265625],[-100.00244140625,28.074838638305664],[-100.00097274780273,28.076171875],[-99.99755859375,28.079299926757812],[-99.99668836593628,28.080078125],[-99.99267578125,28.083843231201172],[-99.99252080917358,28.083984375],[-99.9884843826294,28.087890625],[-99.98779296875,28.088552474975586],[-99.98455286026001,28.091796875],[-99.98291015625,28.093406677246094],[-99.9805998802185,28.095703125],[-99.97802734375,28.09811019897461],[-99.97636795043945,28.099609375],[-99.97314453125,28.10250473022461],[-99.97200012207031,28.103515625],[-99.96826171875,28.106971740722656],[-99.96776342391968,28.107421875],[-99.96367931365967,28.111328125],[-99.96337890625,28.111610412597656],[-99.95968818664551,28.115234375],[-99.95849609375,28.11638832092285],[-99.95573997497559,28.119140625],[-99.95361328125,28.121179580688477],[-99.95164632797241,28.123046875],[-99.94873046875,28.125709533691406],[-99.94733095169067,28.126953125],[-99.94384765625,28.130117416381836],[-99.94301795959473,28.130859375],[-99.93896484375,28.13469696044922],[-99.93889093399048,28.134765625],[-99.93491649627686,28.138671875],[-99.93408203125,28.139482498168945],[-99.93101358413696,28.142578125],[-99.92919921875,28.14435577392578],[-99.92703914642334,28.146484375],[-99.92431640625,28.149011611938477],[-99.92277145385742,28.150390625],[-99.91943359375,28.15337562561035],[-99.91838932037354,28.154296875],[-99.91455078125,28.157873153686523],[-99.91419076919556,28.158203125],[-99.91020202636719,28.162109375],[-99.90966796875,28.162620544433594],[-99.90625858306885,28.166015625],[-99.90478515625,28.16745948791504],[-99.90231037139893,28.169921875],[-99.89990234375,28.172191619873047],[-99.89812135696411,28.173828125],[-99.89501953125,28.176607131958008],[-99.89373445510864,28.177734375],[-99.89013671875,28.180994033813477],[-99.88941669464111,28.181640625],[-99.88534450531006,28.185546875],[-99.88525390625,28.18563461303711],[-99.88146543502808,28.189453125],[-99.88037109375,28.190536499023438],[-99.87757921218872,28.193359375],[-99.87548828125,28.195388793945312],[-99.87352848052979,28.197265625],[-99.87060546875,28.199939727783203],[-99.86921310424805,28.201171875],[-99.86572265625,28.204303741455078],[-99.86485242843628,28.205078125],[-99.86083984375,28.20888328552246],[-99.8607325553894,28.208984375],[-99.85686779022217,28.212890625],[-99.85595703125,28.213787078857422],[-99.85298871994019,28.216796875],[-99.85107421875,28.21868133544922],[-99.84900236129761,28.220703125],[-99.84619140625,28.223283767700195],[-99.84468936920166,28.224609375],[-99.84130859375,28.22757911682129],[-99.84023094177246,28.228515625],[-99.83642578125,28.23199462890625],[-99.83595371246338,28.232421875],[-99.83200073242188,28.236328125],[-99.83154296875,28.23677635192871],[-99.82821226119995,28.240234375],[-99.82666015625,28.241792678833008],[-99.8243236541748,28.244140625],[-99.82177734375,28.246543884277344],[-99.82012033462524,28.248046875],[-99.81689453125,28.250904083251953],[-99.81568098068237,28.251953125],[-99.81201171875,28.255226135253906],[-99.81129884719849,28.255859375],[-99.80717897415161,28.259765625],[-99.80712890625,28.25981330871582],[-99.80329513549805,28.263671875],[-99.80224609375,28.264707565307617],[-99.79942560195923,28.267578125],[-99.79736328125,28.26959228515625],[-99.79539394378662,28.271484375],[-99.79248046875,28.274150848388672],[-99.79107141494751,28.275390625],[-99.78759765625,28.278440475463867],[-99.78660583496094,28.279296875],[-99.78271484375,28.282817840576172],[-99.78228807449341,28.283203125],[-99.77828025817871,28.287109375],[-99.77783203125,28.287546157836914],[-99.77447032928467,28.291015625],[-99.77294921875,28.29254722595215],[-99.77061986923218,28.294921875],[-99.76806640625,28.297361373901367],[-99.76645469665527,28.298828125],[-99.76318359375,28.30173683166504],[-99.76202964782715,28.302734375],[-99.75830078125,28.306039810180664],[-99.75761651992798,28.306640625],[-99.75343942642212,28.310546875],[-99.75341796875,28.31056785583496],[-99.74954605102539,28.314453125],[-99.74853515625,28.31545639038086],[-99.74571466445923,28.318359375],[-99.74365234375,28.32037353515625],[-99.74168062210083,28.322265625],[-99.73876953125,28.324951171875],[-99.7373914718628,28.326171875],[-99.73388671875,28.329288482666016],[-99.73297834396362,28.330078125],[-99.72900390625,28.333669662475586],[-99.72865343093872,28.333984375],[-99.72459554672241,28.337890625],[-99.72412109375,28.338346481323242],[-99.72074270248413,28.341796875],[-99.71923828125,28.34330177307129],[-99.71688270568848,28.345703125],[-99.71435546875,28.34811019897461],[-99.71271276473999,28.349609375],[-99.70947265625,28.352529525756836],[-99.70834732055664,28.353515625],[-99.70458984375,28.356895446777344],[-99.70399141311646,28.357421875],[-99.69979286193848,28.361328125],[-99.69970703125,28.361408233642578],[-99.69581365585327,28.365234375],[-99.69482421875,28.36619758605957],[-99.69191312789917,28.369140625],[-99.68994140625,28.37105369567871],[-99.68787908554077,28.373046875],[-99.68505859375,28.37566566467285],[-99.6836256980896,28.376953125],[-99.68017578125,28.38008689880371],[-99.67930316925049,28.380859375],[-99.67529296875,28.384546279907227],[-99.67504978179932,28.384765625],[-99.67095375061035,28.388671875],[-99.67041015625,28.389188766479492],[-99.66700315475464,28.392578125],[-99.66552734375,28.394018173217773],[-99.66305494308472,28.396484375],[-99.66064453125,28.398754119873047],[-99.65886354446411,28.400390625],[-99.65576171875,28.403188705444336],[-99.65450763702393,28.404296875],[-99.65087890625,28.407608032226562],[-99.6502137184143,28.408203125],[-99.64605808258057,28.412109375],[-99.64599609375,28.412168502807617],[-99.64202642440796,28.416015625],[-99.64111328125,28.416893005371094],[-99.63808298110962,28.419921875],[-99.63623046875,28.421722412109375],[-99.63407754898071,28.423828125],[-99.63134765625,28.42634391784668],[-99.62978601455688,28.427734375],[-99.62646484375,28.430696487426758],[-99.62539196014404,28.431640625],[-99.62158203125,28.435169219970703],[-99.62116718292236,28.435546875],[-99.61714267730713,28.439453125],[-99.61669921875,28.43987464904785],[-99.6131706237793,28.443359375],[-99.61181640625,28.444677352905273],[-99.60920333862305,28.447265625],[-99.60693359375,28.44941520690918],[-99.6050477027893,28.451171875],[-99.60205078125,28.4538631439209],[-99.60066080093384,28.455078125],[-99.59716796875,28.458189010620117],[-99.5962643623352,28.458984375],[-99.59228515625,28.462696075439453],[-99.5920729637146,28.462890625],[-99.58812713623047,28.466796875],[-99.58740234375,28.467500686645508],[-99.58422183990479,28.470703125],[-99.58251953125,28.472379684448242],[-99.58025693893433,28.474609375],[-99.57763671875,28.477041244506836],[-99.5759916305542,28.478515625],[-99.57275390625,28.48135757446289],[-99.57152128219604,28.482421875],[-99.56787109375,28.485666275024414],[-99.56712245941162,28.486328125],[-99.56298828125,28.490217208862305],[-99.56296920776367,28.490234375],[-99.5590615272522,28.494140625],[-99.55810546875,28.495080947875977],[-99.55518960952759,28.498046875],[-99.55322265625,28.499980926513672],[-99.55118894577026,28.501953125],[-99.54833984375,28.504566192626953],[-99.54686641693115,28.505859375],[-99.54345703125,28.50882911682129],[-99.54236507415771,28.509765625],[-99.53857421875,28.513134002685547],[-99.53796625137329,28.513671875],[-99.53383445739746,28.517578125],[-99.53369140625,28.51771354675293],[-99.52993154525757,28.521484375],[-99.52880859375,28.522592544555664],[-99.52606678009033,28.525390625],[-99.52392578125,28.5274715423584],[-99.52200412750244,28.529296875],[-99.51904296875,28.531999588012695],[-99.51766729354858,28.533203125],[-99.51416015625,28.536266326904297],[-99.5131778717041,28.537109375],[-99.50927734375,28.54057502746582],[-99.50877666473389,28.541015625],[-99.5046329498291,28.544921875],[-99.50439453125,28.54514503479004],[-99.50070858001709,28.548828125],[-99.49951171875,28.550003051757812],[-99.49681758880615,28.552734375],[-99.49462890625,28.55484390258789],[-99.49272394180298,28.556640625],[-99.48974609375,28.55936622619629],[-99.48840856552124,28.560546875],[-99.48486328125,28.563701629638672],[-99.48399782180786,28.564453125],[-99.47998046875,28.568078994750977],[-99.47966575622559,28.568359375],[-99.47555541992188,28.572265625],[-99.47509765625,28.57270050048828],[-99.47161674499512,28.576171875],[-99.47021484375,28.57754135131836],[-99.46768045425415,28.580078125],[-99.46533203125,28.58230209350586],[-99.46351051330566,28.583984375],[-99.46044921875,28.586761474609375],[-99.4591736793518,28.587890625],[-99.45556640625,28.591156005859375],[-99.45483684539795,28.591796875],[-99.45068359375,28.5955810546875],[-99.45054531097412,28.595703125],[-99.44640874862671,28.599609375],[-99.44580078125,28.60017967224121],[-99.4424057006836,28.603515625],[-99.44091796875,28.604951858520508],[-99.43841457366943,28.607421875],[-99.43603515625,28.609649658203125],[-99.4342041015625,28.611328125],[-99.43115234375,28.614063262939453],[-99.42981719970703,28.615234375],[-99.42626953125,28.618436813354492],[-99.42547798156738,28.619140625],[-99.42138671875,28.62295150756836],[-99.4212818145752,28.623046875],[-99.41718816757202,28.626953125],[-99.41650390625,28.62759780883789],[-99.413161277771,28.630859375],[-99.41162109375,28.632341384887695],[-99.40914630889893,28.634765625],[-99.40673828125,28.63701820373535],[-99.40493583679199,28.638671875],[-99.40185546875,28.641416549682617],[-99.40052270889282,28.642578125],[-99.39697265625,28.645742416381836],[-99.39613342285156,28.646484375],[-99.39208984375,28.650270462036133],[-99.39196109771729,28.650390625],[-99.3880033493042,28.654296875],[-99.38720703125,28.655065536499023],[-99.38405752182007,28.658203125],[-99.38232421875,28.659893035888672],[-99.38005447387695,28.662109375],[-99.37744140625,28.66452980041504],[-99.37578201293945,28.666015625],[-99.37255859375,28.668838500976562],[-99.37129735946655,28.669921875],[-99.36767578125,28.673099517822266],[-99.36683893203735,28.673828125],[-99.36279296875,28.677539825439453],[-99.36257839202881,28.677734375],[-99.35858964920044,28.681640625],[-99.35791015625,28.682300567626953],[-99.354727268219,28.685546875],[-99.35302734375,28.687223434448242],[-99.35076713562012,28.689453125],[-99.34814453125,28.691911697387695],[-99.34653282165527,28.693359375],[-99.34326171875,28.696229934692383],[-99.34204816818237,28.697265625],[-99.33837890625,28.700458526611328],[-99.33755159378052,28.701171875],[-99.33349609375,28.7048282623291],[-99.33321475982666,28.705078125],[-99.32914972305298,28.708984375],[-99.32861328125,28.709497451782227],[-99.32526588439941,28.712890625],[-99.32373046875,28.71441650390625],[-99.32137966156006,28.716796875],[-99.31884765625,28.719202041625977],[-99.31719541549683,28.720703125],[-99.31396484375,28.72359275817871],[-99.31279182434082,28.724609375],[-99.30908203125,28.727872848510742],[-99.3083381652832,28.728515625],[-99.30419921875,28.73225975036621],[-99.30401802062988,28.732421875],[-99.29993391036987,28.736328125],[-99.29931640625,28.73691749572754],[-99.29600715637207,28.740234375],[-99.29443359375,28.741777420043945],[-99.29206371307373,28.744140625],[-99.28955078125,28.746496200561523],[-99.28783655166626,28.748046875],[-99.28466796875,28.750886917114258],[-99.28345441818237,28.751953125],[-99.27978515625,28.755273818969727],[-99.2791223526001,28.755859375],[-99.27490234375,28.75973129272461],[-99.27486419677734,28.759765625],[-99.27074909210205,28.763671875],[-99.27001953125,28.764358520507812],[-99.26675081253052,28.767578125],[-99.26513671875,28.769134521484375],[-99.26274538040161,28.771484375],[-99.26025390625,28.773799896240234],[-99.25849437713623,28.775390625],[-99.25537109375,28.778162002563477],[-99.25406694412231,28.779296875],[-99.25048828125,28.78250503540039],[-99.24970149993896,28.783203125],[-99.24560546875,28.787010192871094],[-99.24549579620361,28.787109375],[-99.24142122268677,28.791015625],[-99.24072265625,28.791675567626953],[-99.23739910125732,28.794921875],[-99.23583984375,28.79642105102539],[-99.23336982727051,28.798828125],[-99.23095703125,28.801074981689453],[-99.22913789749146,28.802734375],[-99.22607421875,28.805438995361328],[-99.22467947006226,28.806640625],[-99.22119140625,28.809690475463867],[-99.22020196914673,28.810546875],[-99.21630859375,28.814071655273438],[-99.2158842086792,28.814453125],[-99.21182870864868,28.818359375],[-99.21142578125,28.81874656677246],[-99.20793533325195,28.822265625],[-99.20654296875,28.823631286621094],[-99.20397758483887,28.826171875],[-99.20166015625,28.828372955322266],[-99.19982194900513,28.830078125],[-99.19677734375,28.832794189453125],[-99.1953992843628,28.833984375],[-99.19189453125,28.837018966674805],[-99.19087648391724,28.837890625],[-99.18701171875,28.84131622314453],[-99.18646574020386,28.841796875],[-99.18229341506958,28.845703125],[-99.18212890625,28.845857620239258],[-99.17834520339966,28.849609375],[-99.17724609375,28.85068702697754],[-99.17445659637451,28.853515625],[-99.17236328125,28.85553741455078],[-99.17037725448608,28.857421875],[-99.16748046875,28.860063552856445],[-99.16603803634644,28.861328125],[-99.16259765625,28.86433982849121],[-99.16155099868774,28.865234375],[-99.15771484375,28.86859703063965],[-99.15708541870117,28.869140625],[-99.15283203125,28.873008728027344],[-99.15278911590576,28.873046875],[-99.14871454238892,28.876953125],[-99.14794921875,28.877681732177734],[-99.1447639465332,28.880859375],[-99.14306640625,28.882511138916016],[-99.14077997207642,28.884765625],[-99.13818359375,28.88717269897461],[-99.13650512695312,28.888671875],[-99.13330078125,28.89151382446289],[-99.13207769393921,28.892578125],[-99.12841796875,28.895864486694336],[-99.12770986557007,28.896484375],[-99.12353515625,28.90026092529297],[-99.12338733673096,28.900390625],[-99.11920070648193,28.904296875],[-99.11865234375,28.90480613708496],[-99.11513090133667,28.908203125],[-99.11376953125,28.90949821472168],[-99.11109924316406,28.912109375],[-99.10888671875,28.9141902923584],[-99.10692930221558,28.916015625],[-99.10400390625,28.918636322021484],[-99.10253047943115,28.919921875],[-99.09912109375,28.92291831970215],[-99.09807443618774,28.923828125],[-99.09423828125,28.927297592163086],[-99.09374952316284,28.927734375],[-99.08960819244385,28.931640625],[-99.08935546875,28.931875228881836],[-99.08554553985596,28.935546875],[-99.08447265625,28.936569213867188],[-99.0815258026123,28.939453125],[-99.07958984375,28.94131088256836],[-99.07745838165283,28.943359375],[-99.07470703125,28.94586181640625],[-99.07310724258423,28.947265625],[-99.06982421875,28.950103759765625],[-99.06857013702393,28.951171875],[-99.06494140625,28.954334259033203],[-99.06408309936523,28.955078125],[-99.06005859375,28.958717346191406],[-99.05976057052612,28.958984375],[-99.05568838119507,28.962890625],[-99.05517578125,28.96337890625],[-99.05174732208252,28.966796875],[-99.05029296875,28.96820640563965],[-99.04775857925415,28.970703125],[-99.04541015625,28.97292137145996],[-99.04358148574829,28.974609375],[-99.04052734375,28.977352142333984],[-99.03918743133545,28.978515625],[-99.03564453125,28.981605529785156],[-99.03469324111938,28.982421875],[-99.03076171875,28.985918045043945],[-99.03029441833496,28.986328125],[-99.02612447738647,28.990234375],[-99.02587890625,28.990463256835938],[-99.02214288711548,28.994140625],[-99.02099609375,28.995250701904297],[-99.01818990707397,28.998046875],[-99.01611328125,29.00002670288086],[-99.01407480239868,29.001953125],[-99.01123046875,29.004539489746094],[-99.00973558425903,29.005859375],[-99.00634765625,29.008872985839844],[-99.00532245635986,29.009765625],[-99.00146484375,29.01321029663086],[-99.00093793869019,29.013671875],[-98.9966607093811,29.017578125],[-98.99658203125,29.017650604248047],[-98.99252653121948,29.021484375],[-98.99169921875,29.022258758544922],[-98.98848295211792,29.025390625],[-98.98681640625,29.026979446411133],[-98.98442506790161,29.029296875],[-98.98193359375,29.031593322753906],[-98.98014783859253,29.033203125],[-98.97705078125,29.035930633544922],[-98.97568702697754,29.037109375],[-98.97216796875,29.040220260620117],[-98.97125720977783,29.041015625],[-98.96728515625,29.044652938842773],[-98.96698713302612,29.044921875],[-98.96286964416504,29.048828125],[-98.96240234375,29.04926300048828],[-98.95879030227661,29.052734375],[-98.95751953125,29.053943634033203],[-98.95475149154663,29.056640625],[-98.95263671875,29.058652877807617],[-98.95063877105713,29.060546875],[-98.94775390625,29.063142776489258],[-98.94624471664429,29.064453125],[-98.94287109375,29.067359924316406],[-98.94169330596924,29.068359375],[-98.93798828125,29.07159996032715],[-98.9372205734253,29.072265625],[-98.93310546875,29.076021194458008],[-98.93293857574463,29.076171875],[-98.92889738082886,29.080078125],[-98.92822265625,29.080724716186523],[-98.92496109008789,29.083984375],[-98.92333984375,29.085554122924805],[-98.92093896865845,29.087890625],[-98.91845703125,29.0902099609375],[-98.91671180725098,29.091796875],[-98.91357421875,29.094581604003906],[-98.9122724533081,29.095703125],[-98.90869140625,29.098798751831055],[-98.9077377319336,29.099609375],[-98.90380859375,29.103050231933594],[-98.90327215194702,29.103515625],[-98.89899253845215,29.107421875],[-98.89892578125,29.10748291015625],[-98.89491081237793,29.111328125],[-98.89404296875,29.112152099609375],[-98.89093399047852,29.115234375],[-98.88916015625,29.116947174072266],[-98.88691663742065,29.119140625],[-98.88427734375,29.121572494506836],[-98.88261318206787,29.123046875],[-98.87939453125,29.125879287719727],[-98.87815237045288,29.126953125],[-98.87451171875,29.13019371032715],[-98.87374877929688,29.130859375],[-98.86962890625,29.134567260742188],[-98.86940240859985,29.134765625],[-98.86516571044922,29.138671875],[-98.86474609375,29.139055252075195],[-98.86101245880127,29.142578125],[-98.85986328125,29.14365005493164],[-98.85692358016968,29.146484375],[-98.85498046875,29.1483211517334],[-98.85281324386597,29.150390625],[-98.85009765625,29.152849197387695],[-98.84844779968262,29.154296875],[-98.84521484375,29.157093048095703],[-98.8439130783081,29.158203125],[-98.84033203125,29.161333084106445],[-98.83943557739258,29.162109375],[-98.83544921875,29.165708541870117],[-98.8351058959961,29.166015625],[-98.83097410202026,29.169921875],[-98.83056640625,29.170303344726562],[-98.82694482803345,29.173828125],[-98.82568359375,29.175031661987305],[-98.82292032241821,29.177734375],[-98.82080078125,29.17976188659668],[-98.81882190704346,29.181640625],[-98.81591796875,29.184261322021484],[-98.81443738937378,29.185546875],[-98.81103515625,29.188478469848633],[-98.80988597869873,29.189453125],[-98.80615234375,29.19270133972168],[-98.80538940429688,29.193359375],[-98.80126953125,29.19707489013672],[-98.80105495452881,29.197265625],[-98.79695177078247,29.201171875],[-98.79638671875,29.201705932617188],[-98.79298448562622,29.205078125],[-98.79150390625,29.206518173217773],[-98.78901720046997,29.208984375],[-98.78662109375,29.21123504638672],[-98.78480434417725,29.212890625],[-98.78173828125,29.215620040893555],[-98.78038167953491,29.216796875],[-98.77685546875,29.219894409179688],[-98.77591609954834,29.220703125],[-98.77197265625,29.22416877746582],[-98.77146482467651,29.224609375],[-98.76713037490845,29.228515625],[-98.76708984375,29.228551864624023],[-98.76294612884521,29.232421875],[-98.76220703125,29.23310661315918],[-98.75885248184204,29.236328125],[-98.75732421875,29.237773895263672],[-98.7547779083252,29.240234375],[-98.75244140625,29.242401123046875],[-98.75054359436035,29.244140625],[-98.74755859375,29.246788024902344],[-98.74610424041748,29.248046875],[-98.74267578125,29.251049041748047],[-98.74162912368774,29.251953125],[-98.73779296875,29.255399703979492],[-98.73727560043335,29.255859375],[-98.7330961227417,29.259765625],[-98.73291015625,29.259939193725586],[-98.72901439666748,29.263671875],[-98.72802734375,29.264604568481445],[-98.72496366500854,29.267578125],[-98.72314453125,29.269311904907227],[-98.72087717056274,29.271484375],[-98.71826171875,29.27387809753418],[-98.71656894683838,29.275390625],[-98.71337890625,29.27816390991211],[-98.71204853057861,29.279296875],[-98.70849609375,29.282344818115234],[-98.7074875831604,29.283203125],[-98.70361328125,29.28659439086914],[-98.70301961898804,29.287109375],[-98.69874477386475,29.291015625],[-98.69873046875,29.29102897644043],[-98.69468450546265,29.294921875],[-98.69384765625,29.295719146728516],[-98.69072914123535,29.298828125],[-98.68896484375,29.300535202026367],[-98.68671178817749,29.302734375],[-98.68408203125,29.305166244506836],[-98.68242979049683,29.306640625],[-98.67919921875,29.309490203857422],[-98.67796897888184,29.310546875],[-98.67431640625,29.313730239868164],[-98.67347240447998,29.314453125],[-98.66943359375,29.318010330200195],[-98.66903066635132,29.318359375],[-98.66472959518433,29.322265625],[-98.66455078125,29.32242774963379],[-98.66055727005005,29.326171875],[-98.65966796875,29.326997756958008],[-98.6564564704895,29.330078125],[-98.65478515625,29.331647872924805],[-98.65234375,29.333984375],[-98.64990234375,29.336227416992188],[-98.64806175231934,29.337890625],[-98.64501953125,29.3405704498291],[-98.64359378814697,29.341796875],[-98.64013671875,29.344797134399414],[-98.63907814025879,29.345703125],[-98.63525390625,29.349082946777344],[-98.63465070724487,29.349609375],[-98.63038539886475,29.353515625],[-98.63037109375,29.35352897644043],[-98.62628221511841,29.357421875],[-98.62548828125,29.358165740966797],[-98.62219333648682,29.361328125],[-98.62060546875,29.36282730102539],[-98.6180830001831,29.365234375],[-98.61572265625,29.367427825927734],[-98.61385822296143,29.369140625],[-98.61083984375,29.371810913085938],[-98.60939979553223,29.373046875],[-98.60595703125,29.376001358032227],[-98.60483407974243,29.376953125],[-98.60107421875,29.380220413208008],[-98.60033512115479,29.380859375],[-98.59619140625,29.38458251953125],[-98.59598398208618,29.384765625],[-98.59182596206665,29.388671875],[-98.59130859375,29.3891544342041],[-98.58778715133667,29.392578125],[-98.58642578125,29.393877029418945],[-98.58376026153564,29.396484375],[-98.58154296875,29.398563385009766],[-98.57956886291504,29.400390625],[-98.57666015625,29.40299415588379],[-98.57516527175903,29.404296875],[-98.57177734375,29.40726661682129],[-98.57068538665771,29.408203125],[-98.56689453125,29.41153335571289],[-98.56622695922852,29.412109375],[-98.56201171875,29.415864944458008],[-98.56184005737305,29.416015625],[-98.55759143829346,29.419921875],[-98.55712890625,29.42034339904785],[-98.55342864990234,29.423828125],[-98.55224609375,29.424930572509766],[-98.54933023452759,29.427734375],[-98.54736328125,29.42958641052246],[-98.54520082473755,29.431640625],[-98.54248046875,29.43409538269043],[-98.54082107543945,29.435546875],[-98.53759765625,29.438322067260742],[-98.53626489639282,29.439453125],[-98.53271484375,29.442535400390625],[-98.5317587852478,29.443359375],[-98.52783203125,29.446855545043945],[-98.52736711502075,29.447265625],[-98.52314233779907,29.451171875],[-98.52294921875,29.45134925842285],[-98.51904630661011,29.455078125],[-98.51806640625,29.455997467041016],[-98.5149621963501,29.458984375],[-98.51318359375,29.460660934448242],[-98.51083993911743,29.462890625],[-98.50830078125,29.46523666381836],[-98.50657224655151,29.466796875],[-98.50341796875,29.46955680847168],[-98.50207090377808,29.470703125],[-98.49853515625,29.473718643188477],[-98.49747896194458,29.474609375],[-98.49365234375,29.477903366088867],[-98.4929370880127,29.478515625],[-98.48876953125,29.482221603393555],[-98.48854303359985,29.482421875],[-98.48434209823608,29.486328125],[-98.48388671875,29.486745834350586],[-98.48021268844604,29.490234375],[-98.47900390625,29.491365432739258],[-98.47612380981445,29.494140625],[-98.47412109375,29.49601936340332],[-98.4719705581665,29.498046875],[-98.46923828125,29.500499725341797],[-98.46756935119629,29.501953125],[-98.46435546875,29.504732131958008],[-98.46303701400757,29.505859375],[-98.45947265625,29.50899314880371],[-98.45858335494995,29.509765625],[-98.45458984375,29.513381958007812],[-98.45426321029663,29.513671875],[-98.45004081726074,29.517578125],[-98.44970703125,29.517881393432617],[-98.44584226608276,29.521484375],[-98.44482421875,29.52242660522461],[-98.44170570373535,29.525390625],[-98.43994140625,29.527048110961914],[-98.4375786781311,29.529296875],[-98.43505859375,29.53160858154297],[-98.43328952789307,29.533203125],[-98.43017578125,29.535917282104492],[-98.42877388000488,29.537109375],[-98.42529296875,29.540075302124023],[-98.42417478561401,29.541015625],[-98.42041015625,29.54425811767578],[-98.41963291168213,29.544921875],[-98.41552734375,29.548564910888672],[-98.41522693634033,29.548828125],[-98.41098308563232,29.552734375],[-98.41064453125,29.553043365478516],[-98.40683698654175,29.556640625],[-98.40576171875,29.557645797729492],[-98.40277194976807,29.560546875],[-98.40087890625,29.56234359741211],[-98.3986759185791,29.564453125],[-98.39599609375,29.5668888092041],[-98.39432001113892,29.568359375],[-98.39111328125,29.571155548095703],[-98.3898138999939,29.572265625],[-98.38623046875,29.57539176940918],[-98.38531732559204,29.576171875],[-98.38134765625,29.579639434814453],[-98.38083744049072,29.580078125],[-98.37646484375,29.583965301513672],[-98.37644338607788,29.583984375],[-98.37215900421143,29.587890625],[-98.37158203125,29.58841323852539],[-98.36796283721924,29.591796875],[-98.36669921875,29.592971801757812],[-98.36385726928711,29.595703125],[-98.36181640625,29.597627639770508],[-98.35973024368286,29.599609375],[-98.35693359375,29.60212516784668],[-98.35533380508423,29.603515625],[-98.35205078125,29.606325149536133],[-98.3507513999939,29.607421875],[-98.34716796875,29.61050796508789],[-98.34620952606201,29.611328125],[-98.34228515625,29.614810943603516],[-98.34180116653442,29.615234375],[-98.3375597000122,29.619140625],[-98.33740234375,29.61928367614746],[-98.33344459533691,29.623046875],[-98.33251953125,29.623912811279297],[-98.32937479019165,29.626953125],[-98.32763671875,29.628582000732422],[-98.3252215385437,29.630859375],[-98.32275390625,29.633102416992188],[-98.32089424133301,29.634765625],[-98.31787109375,29.637422561645508],[-98.31641674041748,29.638671875],[-98.31298828125,29.64164161682129],[-98.31188440322876,29.642578125],[-98.30810546875,29.645835876464844],[-98.30734252929688,29.646484375],[-98.30322265625,29.650115966796875],[-98.30290794372559,29.650390625],[-98.29864501953125,29.654296875],[-98.29833984375,29.654573440551758],[-98.29447269439697,29.658203125],[-98.29345703125,29.659141540527344],[-98.29032182693481,29.662109375],[-98.28857421875,29.66373062133789],[-98.28614473342896,29.666015625],[-98.28369140625,29.66824722290039],[-98.28183174133301,29.669921875],[-98.27880859375,29.672565460205078],[-98.27733039855957,29.673828125],[-98.27392578125,29.67675018310547],[-98.27276468276978,29.677734375],[-98.26904296875,29.680965423583984],[-98.26825618743896,29.681640625],[-98.26416015625,29.68528175354004],[-98.26385736465454,29.685546875],[-98.25964212417603,29.689453125],[-98.25927734375,29.689788818359375],[-98.25554370880127,29.693359375],[-98.25439453125,29.694438934326172],[-98.25145721435547,29.697265625],[-98.24951171875,29.69908905029297],[-98.24729204177856,29.701171875],[-98.24462890625,29.70359230041504],[-98.2429552078247,29.705078125],[-98.23974609375,29.70787811279297],[-98.2384443283081,29.708984375],[-98.23486328125,29.7120361328125],[-98.23384523391724,29.712890625],[-98.22998046875,29.7161922454834],[-98.2292652130127,29.716796875],[-98.22509765625,29.720430374145508],[-98.2247805595398,29.720703125],[-98.2204270362854,29.724609375],[-98.22021484375,29.72479820251465],[-98.21617841720581,29.728515625],[-98.21533203125,29.729291915893555],[-98.21203231811523,29.732421875],[-98.21044921875,29.733905792236328],[-98.20791959762573,29.736328125],[-98.20556640625,29.73850440979004],[-98.20367574691772,29.740234375],[-98.20068359375,29.742870330810547],[-98.19920301437378,29.744140625],[-98.19580078125,29.747060775756836],[-98.1946349143982,29.748046875],[-98.19091796875,29.751262664794922],[-98.19010972976685,29.751953125],[-98.18603515625,29.755538940429688],[-98.18566799163818,29.755859375],[-98.18137645721436,29.759765625],[-98.18115234375,29.75996971130371],[-98.17726612091064,29.763671875],[-98.17626953125,29.764612197875977],[-98.17322731018066,29.767578125],[-98.17138671875,29.769325256347656],[-98.16911935806274,29.771484375],[-98.16650390625,29.773895263671875],[-98.16483736038208,29.775390625],[-98.16162109375,29.778215408325195],[-98.16035270690918,29.779296875],[-98.15673828125,29.782379150390625],[-98.15575838088989,29.783203125],[-98.15185546875,29.786550521850586],[-98.15119743347168,29.787109375],[-98.14697265625,29.79079818725586],[-98.14671993255615,29.791015625],[-98.14236640930176,29.794921875],[-98.14208984375,29.795167922973633],[-98.13810110092163,29.798828125],[-98.13720703125,29.799638748168945],[-98.13387870788574,29.802734375],[-98.13232421875,29.80415916442871],[-98.12968254089355,29.806640625],[-98.12744140625,29.80870246887207],[-98.12543869018555,29.810546875],[-98.12255859375,29.813091278076172],[-98.12096834182739,29.814453125],[-98.11767578125,29.817245483398438],[-98.11634540557861,29.818359375],[-98.11279296875,29.821380615234375],[-98.11174392700195,29.822265625],[-98.10791015625,29.82558250427246],[-98.10722351074219,29.826171875],[-98.10302734375,29.829927444458008],[-98.10285568237305,29.830078125],[-98.09863805770874,29.833984375],[-98.09814453125,29.834434509277344],[-98.09449195861816,29.837890625],[-98.09326171875,29.839040756225586],[-98.09041261672974,29.841796875],[-98.08837890625,29.843708038330078],[-98.08625221252441,29.845703125],[-98.08349609375,29.848173141479492],[-98.08184623718262,29.849609375],[-98.07861328125,29.852407455444336],[-98.07730913162231,29.853515625],[-98.07373046875,29.856609344482422],[-98.0727744102478,29.857421875],[-98.06884765625,29.860816955566406],[-98.06824684143066,29.861328125],[-98.06396484375,29.865087509155273],[-98.06379556655884,29.865234375],[-98.05946350097656,29.869140625],[-98.05908203125,29.869483947753906],[-98.05521011352539,29.873046875],[-98.05419921875,29.87396812438965],[-98.0510139465332,29.876953125],[-98.04931640625,29.878524780273438],[-98.04684638977051,29.880859375],[-98.04443359375,29.883075714111328],[-98.0425763130188,29.884765625],[-98.03955078125,29.887418746948242],[-98.03807973861694,29.888671875],[-98.03466796875,29.891571044921875],[-98.03346633911133,29.892578125],[-98.02978515625,29.895719528198242],[-98.0288815498352,29.896484375],[-98.02490234375,29.89993667602539],[-98.02437543869019,29.900390625],[-98.02001953125,29.904296875],[-98.01581621170044,29.908203125],[-98.01513671875,29.908828735351562],[-98.01170587539673,29.912109375],[-98.01025390625,29.913475036621094],[-98.00762176513672,29.916015625],[-98.00537109375,29.918107986450195],[-98.00340175628662,29.919921875],[-98.00048828125,29.922513961791992],[-97.99896955490112,29.923828125],[-97.99560546875,29.926746368408203],[-97.99444675445557,29.927734375],[-97.99072265625,29.930980682373047],[-97.9899525642395,29.931640625],[-97.98583984375,29.935243606567383],[-97.98548698425293,29.935546875],[-97.98108339309692,29.939453125],[-97.98095703125,29.939563751220703],[-97.97676086425781,29.943359375],[-97.97607421875,29.94397735595703],[-97.97250747680664,29.947265625],[-97.97119140625,29.948474884033203],[-97.96831130981445,29.951171875],[-97.96630859375,29.95301628112793],[-97.96408653259277,29.955078125],[-97.96142578125,29.957468032836914],[-97.95971155166626,29.958984375],[-97.95654296875,29.961713790893555],[-97.95514583587646,29.962890625],[-97.95166015625,29.965843200683594],[-97.9505205154419,29.966796875],[-97.94677734375,29.969999313354492],[-97.94594764709473,29.970703125],[-97.94189453125,29.974246978759766],[-97.94147491455078,29.974609375],[-97.9371452331543,29.978515625],[-97.93701171875,29.978635787963867],[-97.9329252243042,29.982421875],[-97.93212890625,29.983150482177734],[-97.92875528335571,29.986328125],[-97.92724609375,29.98772430419922],[-97.92459726333618,29.990234375],[-97.92236328125,29.99228858947754],[-97.92034387588501,29.994140625],[-97.91748046875,29.996652603149414],[-97.91584253311157,29.998046875],[-97.91259765625,30.00078773498535],[-97.91120052337646,30.001953125],[-97.90771484375,30.004913330078125],[-97.90659189224243,30.005859375],[-97.90283203125,30.009092330932617],[-97.90204286575317,30.009765625],[-97.89794921875,30.013351440429688],[-97.89757966995239,30.013671875],[-97.8932785987854,30.017578125],[-97.89306640625,30.017770767211914],[-97.88912296295166,30.021484375],[-97.88818359375,30.022357940673828],[-97.8849983215332,30.025390625],[-97.88330078125,30.026960372924805],[-97.88079500198364,30.029296875],[-97.87841796875,30.031465530395508],[-97.87650108337402,30.033203125],[-97.87353515625,30.035829544067383],[-97.8720474243164,30.037109375],[-97.86865234375,30.040029525756836],[-97.86748170852661,30.041015625],[-97.86376953125,30.044185638427734],[-97.8628945350647,30.044921875],[-97.85888671875,30.048376083374023],[-97.8583550453186,30.048828125],[-97.85400390625,30.052640914916992],[-97.85389423370361,30.052734375],[-97.84954786300659,30.056640625],[-97.84912109375,30.057022094726562],[-97.84527063369751,30.060546875],[-97.84423828125,30.061479568481445],[-97.84101963043213,30.064453125],[-97.83935546875,30.065967559814453],[-97.83677577972412,30.068359375],[-97.83447265625,30.070453643798828],[-97.83248901367188,30.072265625],[-97.82958984375,30.074817657470703],[-97.82801151275635,30.076171875],[-97.82470703125,30.078975677490234],[-97.82338857650757,30.080078125],[-97.81982421875,30.083097457885742],[-97.81876802444458,30.083984375],[-97.81494140625,30.087268829345703],[-97.81420946121216,30.087890625],[-97.81005859375,30.09151268005371],[-97.80972719192505,30.091796875],[-97.80535697937012,30.095703125],[-97.80517578125,30.09586524963379],[-97.80110359191895,30.099609375],[-97.80029296875,30.10034942626953],[-97.79693126678467,30.103515625],[-97.79541015625,30.104923248291016],[-97.79276609420776,30.107421875],[-97.79052734375,30.109479904174805],[-97.78851270675659,30.111328125],[-97.78564453125,30.113853454589844],[-97.78403043746948,30.115234375],[-97.78076171875,30.118011474609375],[-97.77941465377808,30.119140625],[-97.77587890625,30.122159957885742],[-97.77483224868774,30.123046875],[-97.77099609375,30.12638282775879],[-97.7703332901001,30.126953125],[-97.76611328125,30.13068389892578],[-97.76591062545776,30.130859375],[-97.7615761756897,30.134765625],[-97.76123046875,30.135074615478516],[-97.75735855102539,30.138671875],[-97.75634765625,30.13960075378418],[-97.75318145751953,30.142578125],[-97.75146484375,30.144155502319336],[-97.74896144866943,30.146484375],[-97.74658203125,30.14865493774414],[-97.7446722984314,30.150390625],[-97.74169921875,30.15302276611328],[-97.74021625518799,30.154296875],[-97.73681640625,30.157201766967773],[-97.7356219291687,30.158203125],[-97.73193359375,30.16132164001465],[-97.73099422454834,30.162109375],[-97.72705078125,30.165483474731445],[-97.72642374038696,30.166015625],[-97.72216796875,30.169734954833984],[-97.72195100784302,30.169921875],[-97.7175784111023,30.173828125],[-97.71728515625,30.174087524414062],[-97.71326541900635,30.177734375],[-97.71240234375,30.178510665893555],[-97.7090048789978,30.181640625],[-97.70751953125,30.182992935180664],[-97.70476818084717,30.185546875],[-97.70263671875,30.187488555908203],[-97.70049810409546,30.189453125],[-97.69775390625,30.19189453125],[-97.6960802078247,30.193359375],[-97.69287109375,30.196109771728516],[-97.69149780273438,30.197265625],[-97.68798828125,30.200223922729492],[-97.68685340881348,30.201171875],[-97.68310546875,30.204343795776367],[-97.6822304725647,30.205078125],[-97.67822265625,30.208524703979492],[-97.67768383026123,30.208984375],[-97.67333984375,30.21280860900879],[-97.67324686050415,30.212890625],[-97.66892671585083,30.216796875],[-97.66845703125,30.21721839904785],[-97.66467332839966,30.220703125],[-97.66357421875,30.22170639038086],[-97.66047477722168,30.224609375],[-97.65869140625,30.22624969482422],[-97.65626192092896,30.228515625],[-97.65380859375,30.23073387145996],[-97.6519227027893,30.232421875],[-97.64892578125,30.235017776489258],[-97.64737606048584,30.236328125],[-97.64404296875,30.23914337158203],[-97.64273643493652,30.240234375],[-97.63916015625,30.243267059326172],[-97.63811826705933,30.244140625],[-97.63427734375,30.2474308013916],[-97.63355016708374,30.248046875],[-97.62939453125,30.25166893005371],[-97.62906312942505,30.251953125],[-97.624671459198,30.255859375],[-97.62451171875,30.256000518798828],[-97.62034893035889,30.259765625],[-97.61962890625,30.260408401489258],[-97.61605978012085,30.263671875],[-97.61474609375,30.264856338500977],[-97.61179447174072,30.267578125],[-97.60986328125,30.269330978393555],[-97.60751962661743,30.271484375],[-97.60498046875,30.27374839782715],[-97.60311365127563,30.275390625],[-97.60009765625,30.277992248535156],[-97.59855508804321,30.279296875],[-97.59521484375,30.282142639160156],[-97.59395360946655,30.283203125],[-97.59033203125,30.286283493041992],[-97.58934736251831,30.287109375],[-97.58544921875,30.29042625427246],[-97.58475065231323,30.291015625],[-97.58056640625,30.294645309448242],[-97.580246925354,30.294921875],[-97.57590770721436,30.298828125],[-97.57568359375,30.299028396606445],[-97.57169246673584,30.302734375],[-97.57080078125,30.303550720214844],[-97.56749629974365,30.306640625],[-97.56591796875,30.308076858520508],[-97.56321907043457,30.310546875],[-97.56103515625,30.312503814697266],[-97.55886554718018,30.314453125],[-97.55615234375,30.316835403442383],[-97.55439281463623,30.318359375],[-97.55126953125,30.32103729248047],[-97.54981279373169,30.322265625],[-97.54638671875,30.32518768310547],[-97.5452208518982,30.326171875],[-97.54150390625,30.32936668395996],[-97.54066467285156,30.330078125],[-97.53662109375,30.333572387695312],[-97.53613710403442,30.333984375],[-97.53173828125,30.337812423706055],[-97.53164768218994,30.337890625],[-97.52721786499023,30.341796875],[-97.52685546875,30.342113494873047],[-97.52283573150635,30.345703125],[-97.52197265625,30.346467971801758],[-97.51849889755249,30.349609375],[-97.51708984375,30.350873947143555],[-97.51420259475708,30.353515625],[-97.51220703125,30.355327606201172],[-97.50993013381958,30.357421875],[-97.50732421875,30.359769821166992],[-97.50557661056519,30.361328125],[-97.50244140625,30.36404037475586],[-97.50102758407593,30.365234375],[-97.49755859375,30.3681583404541],[-97.49637842178345,30.369140625],[-97.49267578125,30.37226676940918],[-97.49174356460571,30.373046875],[-97.48779296875,30.376419067382812],[-97.48715877532959,30.376953125],[-97.48291015625,30.380630493164062],[-97.4826431274414,30.380859375],[-97.47821092605591,30.384765625],[-97.47802734375,30.384925842285156],[-97.47383117675781,30.388671875],[-97.47314453125,30.389280319213867],[-97.469482421875,30.392578125],[-97.46826171875,30.393667221069336],[-97.46515989303589,30.396484375],[-97.46337890625,30.398082733154297],[-97.4608588218689,30.400390625],[-97.45849609375,30.40251922607422],[-97.45652914047241,30.404296875],[-97.45361328125,30.406848907470703],[-97.45203256607056,30.408203125],[-97.44873046875,30.410999298095703],[-97.44740009307861,30.412109375],[-97.44384765625,30.41509437561035],[-97.44274139404297,30.416015625],[-97.43896484375,30.419204711914062],[-97.43810653686523,30.419921875],[-97.43408203125,30.423364639282227],[-97.43353366851807,30.423828125],[-97.42919921875,30.42759895324707],[-97.4290418624878,30.427734375],[-97.42463827133179,30.431640625],[-97.42431640625,30.43192481994629],[-97.42027997970581,30.435546875],[-97.41943359375,30.436298370361328],[-97.41594314575195,30.439453125],[-97.41455078125,30.440696716308594],[-97.41162061691284,30.443359375],[-97.40966796875,30.445112228393555],[-97.40731000900269,30.447265625],[-97.40478515625,30.449525833129883],[-97.40294218063354,30.451171875],[-97.39990234375,30.45380401611328],[-97.39839553833008,30.455078125],[-97.39501953125,30.457916259765625],[-97.39373445510864,30.458984375],[-97.39013671875,30.462011337280273],[-97.38908290863037,30.462890625],[-97.38525390625,30.46613311767578],[-97.38446235656738,30.466796875],[-97.38037109375,30.470298767089844],[-97.3798942565918,30.470703125],[-97.37548828125,30.47455406188965],[-97.37542390823364,30.474609375],[-97.3710584640503,30.478515625],[-97.37060546875,30.47891616821289],[-97.36673355102539,30.482421875],[-97.36572265625,30.48332405090332],[-97.36241102218628,30.486328125],[-97.36083984375,30.48773193359375],[-97.35808849334717,30.490234375],[-97.35595703125,30.492143630981445],[-97.35375165939331,30.494140625],[-97.35107421875,30.49650764465332],[-97.34931707382202,30.498046875],[-97.34619140625,30.50071907043457],[-97.34472274780273,30.501953125],[-97.34130859375,30.504817962646484],[-97.34005451202393,30.505859375],[-97.33642578125,30.5089054107666],[-97.3353910446167,30.509765625],[-97.33154296875,30.51302146911621],[-97.33076810836792,30.513671875],[-97.32666015625,30.51719856262207],[-97.32621192932129,30.517578125],[-97.32177734375,30.521459579467773],[-97.32174873352051,30.521484375],[-97.31737852096558,30.525390625],[-97.31689453125,30.525819778442383],[-97.31304883956909,30.529296875],[-97.31201171875,30.530223846435547],[-97.30874061584473,30.533203125],[-97.30712890625,30.534652709960938],[-97.3044490814209,30.537109375],[-97.30224609375,30.539094924926758],[-97.30012893676758,30.541015625],[-97.29736328125,30.543447494506836],[-97.29565858840942,30.544921875],[-97.29248046875,30.547616958618164],[-97.29102849960327,30.548828125],[-97.28759765625,30.551694869995117],[-97.28634357452393,30.552734375],[-97.28271484375,30.555776596069336],[-97.28167533874512,30.556640625],[-97.27783203125,30.55988883972168],[-97.27704763412476,30.560546875],[-97.27294921875,30.564062118530273],[-97.27248907089233,30.564453125],[-97.26806640625,30.56832504272461],[-97.26802587509155,30.568359375],[-97.26364374160767,30.572265625],[-97.26318359375,30.57267189025879],[-97.25928783416748,30.576171875],[-97.25830078125,30.577045440673828],[-97.25492715835571,30.580078125],[-97.25341796875,30.581418991088867],[-97.25058078765869,30.583984375],[-97.24853515625,30.585811614990234],[-97.24624395370483,30.587890625],[-97.24365234375,30.590192794799805],[-97.24183559417725,30.591796875],[-97.23876953125,30.594430923461914],[-97.2372579574585,30.595703125],[-97.23388671875,30.598526000976562],[-97.23258018493652,30.599609375],[-97.22900390625,30.60260772705078],[-97.22791194915771,30.603515625],[-97.22412109375,30.606712341308594],[-97.2232723236084,30.607421875],[-97.21923828125,30.610862731933594],[-97.21868753433228,30.611328125],[-97.21435546875,30.615079879760742],[-97.21417427062988,30.615234375],[-97.20975637435913,30.619140625],[-97.20947265625,30.6193904876709],[-97.20539093017578,30.623046875],[-97.20458984375,30.623756408691406],[-97.20104694366455,30.626953125],[-97.19970703125,30.628149032592773],[-97.19672679901123,30.630859375],[-97.19482421875,30.632568359375],[-97.19242095947266,30.634765625],[-97.18994140625,30.63698959350586],[-97.18806266784668,30.638671875],[-97.18505859375,30.641271591186523],[-97.18351364135742,30.642578125],[-97.18017578125,30.64537239074707],[-97.17883348464966,30.646484375],[-97.17529296875,30.649442672729492],[-97.1741509437561,30.650390625],[-97.17041015625,30.65353012084961],[-97.16948986053467,30.654296875],[-97.16552734375,30.65766143798828],[-97.16488122940063,30.658203125],[-97.16064453125,30.661848068237305],[-97.16033697128296,30.662109375],[-97.1558690071106,30.666015625],[-97.15576171875,30.666107177734375],[-97.15145349502563,30.669921875],[-97.15087890625,30.670425415039062],[-97.14706420898438,30.673828125],[-97.14599609375,30.67477035522461],[-97.14269399642944,30.677734375],[-97.14111328125,30.67913818359375],[-97.13834285736084,30.681640625],[-97.13623046875,30.68352699279785],[-97.13399648666382,30.685546875],[-97.13134765625,30.687896728515625],[-97.12958335876465,30.689453125],[-97.12646484375,30.692129135131836],[-97.12500095367432,30.693359375],[-97.12158203125,30.69622039794922],[-97.12032079696655,30.697265625],[-97.11669921875,30.700294494628906],[-97.11564302444458,30.701171875],[-97.11181640625,30.70439338684082],[-97.11099624633789,30.705078125],[-97.10693359375,30.708534240722656],[-97.10639953613281,30.708984375],[-97.10205078125,30.712732315063477],[-97.10186243057251,30.712890625],[-97.09739685058594,30.716796875],[-97.09716796875,30.716997146606445],[-97.09296703338623,30.720703125],[-97.09228515625,30.721298217773438],[-97.08856105804443,30.724609375],[-97.08740234375,30.725631713867188],[-97.08418369293213,30.728515625],[-97.08251953125,30.729991912841797],[-97.07981824874878,30.732421875],[-97.07763671875,30.73436164855957],[-97.07544803619385,30.736328125],[-97.07275390625,30.73870849609375],[-97.07101821899414,30.740234375],[-97.06787109375,30.74293327331543],[-97.06643342971802,30.744140625],[-97.06298828125,30.747024536132812],[-97.06175327301025,30.748046875],[-97.05810546875,30.7510986328125],[-97.05707311630249,30.751953125],[-97.05322265625,30.755189895629883],[-97.05242156982422,30.755859375],[-97.04833984375,30.759328842163086],[-97.04782247543335,30.759765625],[-97.04345703125,30.763525009155273],[-97.04328536987305,30.763671875],[-97.03880071640015,30.767578125],[-97.03857421875,30.767772674560547],[-97.03434705734253,30.771484375],[-97.03369140625,30.77205467224121],[-97.02992916107178,30.775390625],[-97.02880859375,30.77637481689453],[-97.02553033828735,30.779296875],[-97.02392578125,30.780710220336914],[-97.02114343643188,30.783203125],[-97.01904296875,30.78506088256836],[-97.01674938201904,30.787109375],[-97.01416015625,30.789377212524414],[-97.01227903366089,30.791015625],[-97.00927734375,30.793569564819336],[-97.0076584815979,30.794921875],[-97.00439453125,30.797639846801758],[-97.00295448303223,30.798828125],[-96.99951171875,30.801694869995117],[-96.99825525283813,30.802734375],[-96.99462890625,30.805768966674805],[-96.99357986450195,30.806640625],[-96.98974609375,30.809860229492188],[-96.9889235496521,30.810546875],[-96.98486328125,30.813980102539062],[-96.98429822921753,30.814453125],[-96.97998046875,30.81814193725586],[-96.97972297668457,30.818359375],[-96.97520971298218,30.822265625],[-96.97509765625,30.82236099243164],[-96.97075128555298,30.826171875],[-96.97021484375,30.82663917541504],[-96.96633577346802,30.830078125],[-96.96533203125,30.830957412719727],[-96.96193218231201,30.833984375],[-96.96044921875,30.835290908813477],[-96.95754528045654,30.837890625],[-96.95556640625,30.839641571044922],[-96.95317029953003,30.841796875],[-96.95068359375,30.843996047973633],[-96.94875240325928,30.845703125],[-96.94580078125,30.84823226928711],[-96.94415807723999,30.849609375],[-96.94091796875,30.852306365966797],[-96.93944931030273,30.853515625],[-96.93603515625,30.856351852416992],[-96.9347357749939,30.857421875],[-96.93115234375,30.86040496826172],[-96.93003416061401,30.861328125],[-96.92626953125,30.864477157592773],[-96.92535638809204,30.865234375],[-96.92138671875,30.86858558654785],[-96.9207239151001,30.869140625],[-96.91650390625,30.87275505065918],[-96.9161581993103,30.873046875],[-96.9116735458374,30.876953125],[-96.91162109375,30.876998901367188],[-96.9072413444519,30.880859375],[-96.90673828125,30.881298065185547],[-96.90282344818115,30.884765625],[-96.90185546875,30.8856143951416],[-96.89841270446777,30.888671875],[-96.89697265625,30.889936447143555],[-96.8940019607544,30.892578125],[-96.89208984375,30.894256591796875],[-96.88958406448364,30.896484375],[-96.88720703125,30.89857292175293],[-96.88515186309814,30.900390625],[-96.88232421875,30.902847290039062],[-96.88064336776733,30.904296875],[-96.87744140625,30.90700912475586],[-96.8760085105896,30.908203125],[-96.87255859375,30.91107749938965],[-96.87130689620972,30.912109375],[-96.86767578125,30.915136337280273],[-96.8666124343872,30.916015625],[-96.86279296875,30.91921043395996],[-96.86193704605103,30.919921875],[-96.85791015625,30.92331886291504],[-96.85730218887329,30.923828125],[-96.85302734375,30.92746353149414],[-96.85270547866821,30.927734375],[-96.84814691543579,30.931640625],[-96.84814453125,30.931642532348633],[-96.84364318847656,30.935546875],[-96.84326171875,30.935874938964844],[-96.8391752243042,30.939453125],[-96.83837890625,30.940141677856445],[-96.83470964431763,30.943359375],[-96.83349609375,30.944412231445312],[-96.83024883270264,30.947265625],[-96.82861328125,30.948684692382812],[-96.82577848434448,30.951171875],[-96.82373046875,30.95295524597168],[-96.82133197784424,30.955078125],[-96.81884765625,30.957252502441406],[-96.81686878204346,30.958984375],[-96.81396484375,30.96146011352539],[-96.81225299835205,30.962890625],[-96.80908203125,30.965517044067383],[-96.80752277374268,30.966796875],[-96.80419921875,30.969547271728516],[-96.80279493331909,30.970703125],[-96.79931640625,30.97359848022461],[-96.79809331893921,30.974609375],[-96.79443359375,30.9776668548584],[-96.79341077804565,30.978515625],[-96.78955078125,30.981767654418945],[-96.78876876831055,30.982421875],[-96.78466796875,30.985916137695312],[-96.78417682647705,30.986328125],[-96.77978515625,30.990095138549805],[-96.77962064743042,30.990234375],[-96.77510738372803,30.994140625],[-96.77490234375,30.99431800842285],[-96.7706298828125,30.998046875],[-96.77001953125,30.99857521057129],[-96.7661714553833,31.001953125],[-96.76513671875,31.002853393554688],[-96.7617392539978,31.005859375],[-96.76025390625,31.007160186767578],[-96.75731658935547,31.009765625],[-96.75537109375,31.011470794677734],[-96.75289154052734,31.013671875],[-96.75048828125,31.015779495239258],[-96.74845218658447,31.017578125],[-96.74560546875,31.02004623413086],[-96.7439341545105,31.021484375],[-96.74072265625,31.02419662475586],[-96.73928737640381,31.025390625],[-96.73583984375,31.028255462646484],[-96.73457622528076,31.029296875],[-96.73095703125,31.032304763793945],[-96.72986507415771,31.033203125],[-96.72607421875,31.03635597229004],[-96.72516107559204,31.037109375],[-96.72119140625,31.04043197631836],[-96.72048807144165,31.041015625],[-96.71630859375,31.044546127319336],[-96.71586036682129,31.044921875],[-96.71142578125,31.0487003326416],[-96.71127319335938,31.048828125],[-96.70672416687012,31.052734375],[-96.70654296875,31.052888870239258],[-96.70217752456665,31.056640625],[-96.70166015625,31.057079315185547],[-96.69763565063477,31.060546875],[-96.69677734375,31.061281204223633],[-96.69312000274658,31.064453125],[-96.69189453125,31.065507888793945],[-96.68862581253052,31.068359375],[-96.68701171875,31.06975555419922],[-96.68414831161499,31.072265625],[-96.68212890625,31.074020385742188],[-96.67968034744263,31.076171875],[-96.67724609375,31.078289031982422],[-96.67519807815552,31.080078125],[-96.67236328125,31.082502365112305],[-96.67060613632202,31.083984375],[-96.66748046875,31.086589813232422],[-96.66589975357056,31.087890625],[-96.66259765625,31.090620040893555],[-96.6611647605896,31.091796875],[-96.65771484375,31.094654083251953],[-96.65643692016602,31.095703125],[-96.65283203125,31.098691940307617],[-96.6517186164856,31.099609375],[-96.64794921875,31.102752685546875],[-96.64702892303467,31.103515625],[-96.64306640625,31.106847763061523],[-96.6423773765564,31.107421875],[-96.63818359375,31.110973358154297],[-96.6377592086792,31.111328125],[-96.63330078125,31.115150451660156],[-96.63320064544678,31.115234375],[-96.62869453430176,31.119140625],[-96.62841796875,31.1193790435791],[-96.62421703338623,31.123046875],[-96.62353515625,31.123638153076172],[-96.61975860595703,31.126953125],[-96.61865234375,31.127914428710938],[-96.61530256271362,31.130859375],[-96.61376953125,31.13219451904297],[-96.6108512878418,31.134765625],[-96.60888671875,31.136478424072266],[-96.60639524459839,31.138671875],[-96.60400390625,31.140748977661133],[-96.60191297531128,31.142578125],[-96.59912109375,31.14497947692871],[-96.59736156463623,31.146484375],[-96.59423828125,31.149099349975586],[-96.5926718711853,31.150390625],[-96.58935546875,31.153112411499023],[-96.58790349960327,31.154296875],[-96.58447265625,31.15711212158203],[-96.58313512802124,31.158203125],[-96.57958984375,31.161117553710938],[-96.57837629318237,31.162109375],[-96.57470703125,31.165132522583008],[-96.57362937927246,31.166015625],[-96.56982421875,31.169160842895508],[-96.56889915466309,31.169921875],[-96.56494140625,31.173206329345703],[-96.56418800354004,31.173828125],[-96.56005859375,31.17728042602539],[-96.55951261520386,31.177734375],[-96.55517578125,31.181392669677734],[-96.55488014221191,31.181640625],[-96.55030488967896,31.185546875],[-96.55029296875,31.185556411743164],[-96.54577732086182,31.189453125],[-96.54541015625,31.189767837524414],[-96.54128074645996,31.193359375],[-96.54052734375,31.19400978088379],[-96.53679609298706,31.197265625],[-96.53564453125,31.198261260986328],[-96.53231859207153,31.201171875],[-96.53076171875,31.202524185180664],[-96.52785778045654,31.205078125],[-96.52587890625,31.206806182861328],[-96.52341365814209,31.208984375],[-96.52099609375,31.211103439331055],[-96.51897430419922,31.212890625],[-96.51611328125,31.215375900268555],[-96.51446580886841,31.216796875],[-96.51123046875,31.219532012939453],[-96.50982141494751,31.220703125],[-96.50634765625,31.22357940673828],[-96.50508880615234,31.224609375],[-96.50146484375,31.227582931518555],[-96.50032043457031,31.228515625],[-96.49658203125,31.2315731048584],[-96.49553775787354,31.232421875],[-96.49169921875,31.235559463500977],[-96.49075508117676,31.236328125],[-96.48681640625,31.239559173583984],[-96.48599147796631,31.240234375],[-96.48193359375,31.24359130859375],[-96.4812684059143,31.244140625],[-96.47705078125,31.24765968322754],[-96.47658348083496,31.248046875],[-96.47216796875,31.251766204833984],[-96.47194385528564,31.251953125],[-96.4673924446106,31.255859375],[-96.46728515625,31.255950927734375],[-96.46288633346558,31.259765625],[-96.46240234375,31.260183334350586],[-96.45838975906372,31.263671875],[-96.45751953125,31.264423370361328],[-96.45389556884766,31.267578125],[-96.45263671875,31.26866340637207],[-96.44940137863159,31.271484375],[-96.44775390625,31.27290916442871],[-96.44491672515869,31.275390625],[-96.44287109375,31.277164459228516],[-96.44044399261475,31.279296875],[-96.43798828125,31.28143310546875],[-96.43596887588501,31.283203125],[-96.43310546875,31.285676956176758],[-96.43143892288208,31.287109375],[-96.42822265625,31.289823532104492],[-96.42678499221802,31.291015625],[-96.42333984375,31.29386329650879],[-96.42204761505127,31.294921875],[-96.41845703125,31.29787254333496],[-96.4172887802124,31.298828125],[-96.41357421875,31.301881790161133],[-96.41253232955933,31.302734375],[-96.40869140625,31.305891036987305],[-96.40777111053467,31.306640625],[-96.40380859375,31.309890747070312],[-96.40300512313843,31.310546875],[-96.39892578125,31.313901901245117],[-96.39825105667114,31.314453125],[-96.39404296875,31.31793975830078],[-96.39353275299072,31.318359375],[-96.38916015625,31.32200813293457],[-96.38884782791138,31.322265625],[-96.38427734375,31.32611656188965],[-96.38421058654785,31.326171875],[-96.37964248657227,31.330078125],[-96.37939453125,31.33028793334961],[-96.37511968612671,31.333984375],[-96.37451171875,31.33450698852539],[-96.37061834335327,31.337890625],[-96.36962890625,31.338743209838867],[-96.36612892150879,31.341796875],[-96.36474609375,31.342992782592773],[-96.36164903640747,31.345703125],[-96.35986328125,31.34724998474121],[-96.35716676712036,31.349609375],[-96.35498046875,31.351499557495117],[-96.3526701927185,31.353515625],[-96.35009765625,31.355737686157227],[-96.34815692901611,31.357421875],[-96.34521484375,31.359928131103516],[-96.34356021881104,31.361328125],[-96.34033203125,31.364009857177734],[-96.33883714675903,31.365234375],[-96.33544921875,31.368005752563477],[-96.33405208587646,31.369140625],[-96.33056640625,31.371984481811523],[-96.32925987243652,31.373046875],[-96.32568359375,31.375972747802734],[-96.32448196411133,31.376953125],[-96.32080078125,31.37997055053711],[-96.3197112083435,31.380859375],[-96.31591796875,31.383970260620117],[-96.31494522094727,31.384765625],[-96.31103515625,31.387989044189453],[-96.31020545959473,31.388671875],[-96.30615234375,31.392044067382812],[-96.30550622940063,31.392578125],[-96.30126953125,31.3961238861084],[-96.30083560943604,31.396484375],[-96.29638671875,31.40024185180664],[-96.29621028900146,31.400390625],[-96.29163265228271,31.404296875],[-96.29150390625,31.40440559387207],[-96.28708124160767,31.408203125],[-96.28662109375,31.40859603881836],[-96.28254413604736,31.412109375],[-96.28173828125,31.412796020507812],[-96.2779974937439,31.416015625],[-96.27685546875,31.41698455810547],[-96.27343654632568,31.419921875],[-96.27197265625,31.421165466308594],[-96.26887798309326,31.423828125],[-96.26708984375,31.42534637451172],[-96.26429796218872,31.427734375],[-96.26220703125,31.429494857788086],[-96.2596607208252,31.431640625],[-96.25732421875,31.433595657348633],[-96.25501155853271,31.435546875],[-96.25244140625,31.437711715698242],[-96.25038862228394,31.439453125],[-96.24755859375,31.441844940185547],[-96.24576568603516,31.443359375],[-96.24267578125,31.44593620300293],[-96.24106168746948,31.447265625],[-96.23779296875,31.449949264526367],[-96.23629570007324,31.451171875],[-96.23291015625,31.45395851135254],[-96.23154163360596,31.455078125],[-96.22802734375,31.45798110961914],[-96.22680425643921,31.458984375],[-96.22314453125,31.46200942993164],[-96.22207164764404,31.462890625],[-96.21826171875,31.46605110168457],[-96.2173581123352,31.466796875],[-96.21337890625,31.470123291015625],[-96.21268033981323,31.470703125],[-96.20849609375,31.474225997924805],[-96.20803356170654,31.474609375],[-96.20361328125,31.478321075439453],[-96.20337724685669,31.478515625],[-96.19873046875,31.48236656188965],[-96.19866371154785,31.482421875],[-96.19392156600952,31.486328125],[-96.19384765625,31.48638916015625],[-96.18922710418701,31.490234375],[-96.18896484375,31.49045181274414],[-96.18458032608032,31.494140625],[-96.18408203125,31.494558334350586],[-96.17998361587524,31.498046875],[-96.17919921875,31.498714447021484],[-96.1754298210144,31.501953125],[-96.17431640625,31.502906799316406],[-96.17089509963989,31.505859375],[-96.16943359375,31.507108688354492],[-96.16634607315063,31.509765625],[-96.16455078125,31.511295318603516],[-96.16178512573242,31.513671875],[-96.15966796875,31.515480041503906],[-96.15723609924316,31.517578125],[-96.15478515625,31.51968002319336],[-96.15270376205444,31.521484375],[-96.14990234375,31.523897171020508],[-96.14817380905151,31.525390625],[-96.14501953125,31.528053283691406],[-96.14351511001587,31.529296875],[-96.14013671875,31.53205108642578],[-96.13871097564697,31.533203125],[-96.13525390625,31.53598976135254],[-96.13386154174805,31.537109375],[-96.13037109375,31.5399227142334],[-96.1290168762207,31.541015625],[-96.12548828125,31.543874740600586],[-96.12419605255127,31.544921875],[-96.12060546875,31.5478515625],[-96.11940622329712,31.548828125],[-96.11572265625,31.55185317993164],[-96.11464738845825,31.552734375],[-96.11083984375,31.555879592895508],[-96.10991477966309,31.556640625],[-96.10595703125,31.559926986694336],[-96.10520362854004,31.560546875],[-96.10107421875,31.563980102539062],[-96.10050201416016,31.564453125],[-96.09619140625,31.568071365356445],[-96.0958456993103,31.568359375],[-96.09130859375,31.572206497192383],[-96.09123706817627,31.572265625],[-96.08664274215698,31.576171875],[-96.08642578125,31.57635498046875],[-96.08204126358032,31.580078125],[-96.08154296875,31.580493927001953],[-96.07739925384521,31.583984375],[-96.07666015625,31.584598541259766],[-96.07268810272217,31.587890625],[-96.07177734375,31.588642120361328],[-96.0679578781128,31.591796875],[-96.06689453125,31.592674255371094],[-96.06324434280396,31.595703125],[-96.06201171875,31.59672737121582],[-96.05858087539673,31.599609375],[-96.05712890625,31.600831985473633],[-96.05397939682007,31.603515625],[-96.05224609375,31.60498809814453],[-96.04941129684448,31.607421875],[-96.04736328125,31.60917091369629],[-96.04486227035522,31.611328125],[-96.04248046875,31.613370895385742],[-96.04032516479492,31.615234375],[-96.03759765625,31.617576599121094],[-96.03577852249146,31.619140625],[-96.03271484375,31.621742248535156],[-96.03116273880005,31.623046875],[-96.02783203125,31.62581443786621],[-96.02643966674805,31.626953125],[-96.02294921875,31.62978744506836],[-96.02161884307861,31.630859375],[-96.01806640625,31.63371467590332],[-96.01675748825073,31.634765625],[-96.01318359375,31.637649536132812],[-96.01191759109497,31.638671875],[-96.00830078125,31.6416072845459],[-96.00710391998291,31.642578125],[-96.00341796875,31.645593643188477],[-96.00232601165771,31.646484375],[-95.99853515625,31.649593353271484],[-95.99756002426147,31.650390625],[-95.99365234375,31.653608322143555],[-95.99281311035156,31.654296875],[-95.98876953125,31.65764617919922],[-95.98809480667114,31.658203125],[-95.98388671875,31.661712646484375],[-95.983407497406,31.662109375],[-95.97900390625,31.665809631347656],[-95.97875595092773,31.666015625],[-95.97412586212158,31.669921875],[-95.97412109375,31.669925689697266],[-95.96947193145752,31.673828125],[-95.96923828125,31.674020767211914],[-95.96472978591919,31.677734375],[-95.96435546875,31.67803955078125],[-95.95996856689453,31.681640625],[-95.95947265625,31.682048797607422],[-95.95526218414307,31.685546875],[-95.95458984375,31.686105728149414],[-95.9505844116211,31.689453125],[-95.94970703125,31.690183639526367],[-95.94591617584229,31.693359375],[-95.94482421875,31.69427490234375],[-95.94128847122192,31.697265625],[-95.93994140625,31.698402404785156],[-95.93668937683105,31.701171875],[-95.93505859375,31.702552795410156],[-95.93209981918335,31.705078125],[-95.93017578125,31.706716537475586],[-95.92753887176514,31.708984375],[-95.92529296875,31.71090316772461],[-95.9229826927185,31.712890625],[-95.92041015625,31.715072631835938],[-95.91839075088501,31.716796875],[-95.91552734375,31.719202041625977],[-95.91374158859253,31.720703125],[-95.91064453125,31.723255157470703],[-95.90898513793945,31.724609375],[-95.90576171875,31.72722625732422],[-95.9041690826416,31.728515625],[-95.90087890625,31.7311954498291],[-95.89936971664429,31.732421875],[-95.89599609375,31.735183715820312],[-95.89459419250488,31.736328125],[-95.89111328125,31.739187240600586],[-95.88983058929443,31.740234375],[-95.88623046875,31.74319076538086],[-95.88506698608398,31.744140625],[-95.88134765625,31.7471981048584],[-95.88031053543091,31.748046875],[-95.87646484375,31.751218795776367],[-95.87557077407837,31.751953125],[-95.87158203125,31.755258560180664],[-95.87085008621216,31.755859375],[-95.86669921875,31.75929069519043],[-95.86611747741699,31.759765625],[-95.86181640625,31.76326560974121],[-95.8613133430481,31.763671875],[-95.85693359375,31.767202377319336],[-95.85646867752075,31.767578125],[-95.85205078125,31.771167755126953],[-95.85165977478027,31.771484375],[-95.84716796875,31.775157928466797],[-95.84688186645508,31.775390625],[-95.84228515625,31.779165267944336],[-95.842125415802,31.779296875],[-95.83740711212158,31.783203125],[-95.83740234375,31.783206939697266],[-95.83274364471436,31.787109375],[-95.83251953125,31.78729820251465],[-95.82813024520874,31.791015625],[-95.82763671875,31.79142951965332],[-95.82351207733154,31.794921875],[-95.82275390625,31.79555320739746],[-95.81884860992432,31.798828125],[-95.81787109375,31.79963493347168],[-95.81413269042969,31.802734375],[-95.81298828125,31.803668975830078],[-95.80934286117554,31.806640625],[-95.80810546875,31.807647705078125],[-95.80455780029297,31.810546875],[-95.80322265625,31.8116455078125],[-95.79982995986938,31.814453125],[-95.79833984375,31.815692901611328],[-95.795156955719,31.818359375],[-95.79345703125,31.81978416442871],[-95.79052209854126,31.822265625],[-95.78857421875,31.823909759521484],[-95.78591108322144,31.826171875],[-95.78369140625,31.828048706054688],[-95.78130960464478,31.830078125],[-95.77880859375,31.832199096679688],[-95.77671766281128,31.833984375],[-95.77392578125,31.83633804321289],[-95.77208280563354,31.837890625],[-95.76904296875,31.840396881103516],[-95.767343044281,31.841796875],[-95.76416015625,31.844379425048828],[-95.76252222061157,31.845703125],[-95.75927734375,31.84832191467285],[-95.75767993927002,31.849609375],[-95.75439453125,31.852270126342773],[-95.7528567314148,31.853515625],[-95.74951171875,31.856239318847656],[-95.74805498123169,31.857421875],[-95.74462890625,31.86022186279297],[-95.74326992034912,31.861328125],[-95.73974609375,31.864213943481445],[-95.73849201202393,31.865234375],[-95.73486328125,31.868206024169922],[-95.73371648788452,31.869140625],[-95.72998046875,31.872190475463867],[-95.72892427444458,31.873046875],[-95.72509765625,31.87613296508789],[-95.72407245635986,31.876953125],[-95.72021484375,31.880014419555664],[-95.7191514968872,31.880859375],[-95.71533203125,31.883901596069336],[-95.71425437927246,31.884765625],[-95.71044921875,31.887836456298828],[-95.7094144821167,31.888671875],[-95.70556640625,31.891796112060547],[-95.70460081100464,31.892578125],[-95.70068359375,31.895776748657227],[-95.69981813430786,31.896484375],[-95.69580078125,31.899808883666992],[-95.69509506225586,31.900390625],[-95.69091796875,31.903884887695312],[-95.69041967391968,31.904296875],[-95.68603515625,31.907947540283203],[-95.68572521209717,31.908203125],[-95.68115234375,31.911941528320312],[-95.68094491958618,31.912109375],[-95.67626953125,31.915882110595703],[-95.67610502243042,31.916015625],[-95.67138671875,31.919849395751953],[-95.67129611968994,31.919921875],[-95.66650390625,31.92381477355957],[-95.66648721694946,31.923828125],[-95.66169738769531,31.927734375],[-95.66162109375,31.927797317504883],[-95.65695762634277,31.931640625],[-95.65673828125,31.931821823120117],[-95.6522798538208,31.935546875],[-95.65185546875,31.935903549194336],[-95.64767837524414,31.939453125],[-95.64697265625,31.94005012512207],[-95.64310312271118,31.943359375],[-95.64208984375,31.9442081451416],[-95.63843965530396,31.947265625],[-95.63720703125,31.948270797729492],[-95.63361883163452,31.951171875],[-95.63232421875,31.952211380004883],[-95.62877893447876,31.955078125],[-95.62744140625,31.9561767578125],[-95.6240701675415,31.958984375],[-95.62255859375,31.960250854492188],[-95.61942338943481,31.962890625],[-95.61767578125,31.964359283447266],[-95.61478853225708,31.966796875],[-95.61279296875,31.96847152709961],[-95.61014652252197,31.970703125],[-95.60791015625,31.972578048706055],[-95.60550212860107,31.974609375],[-95.60302734375,31.97669219970703],[-95.6008768081665,31.978515625],[-95.59814453125,31.980817794799805],[-95.59625387191772,31.982421875],[-95.59326171875,31.984907150268555],[-95.59154033660889,31.986328125],[-95.58837890625,31.9888916015625],[-95.58671474456787,31.990234375],[-95.58349609375,31.992822647094727],[-95.58185577392578,31.994140625],[-95.57861328125,31.996755599975586],[-95.57701110839844,31.998046875],[-95.57373046875,32.00070762634277],[-95.5721926689148,32.001953125],[-95.56884765625,32.004676818847656],[-95.56739091873169,32.005859375],[-95.56396484375,32.008657455444336],[-95.56259870529175,32.009765625],[-95.55908203125,32.01261329650879],[-95.55776119232178,32.013671875],[-95.55419921875,32.016510009765625],[-95.55285692214966,32.017578125],[-95.54931640625,32.020402908325195],[-95.5479645729065,32.021484375],[-95.54443359375,32.02432632446289],[-95.54311513900757,32.025390625],[-95.53955078125,32.02828407287598],[-95.53830146789551,32.029296875],[-95.53466796875,32.032270431518555],[-95.5335259437561,32.033203125],[-95.52978515625,32.03627967834473],[-95.52876949310303,32.037109375],[-95.52490234375,32.0402946472168],[-95.52402257919312,32.041015625],[-95.52001953125,32.044328689575195],[-95.51929712295532,32.044921875],[-95.51513671875,32.04833221435547],[-95.51452159881592,32.048828125],[-95.51025390625,32.05222702026367],[-95.50961494445801,32.052734375],[-95.50537109375,32.056100845336914],[-95.50469398498535,32.056640625],[-95.50048828125,32.06001853942871],[-95.49983263015747,32.060546875],[-95.49560546875,32.06399154663086],[-95.49504041671753,32.064453125],[-95.49072265625,32.068010330200195],[-95.4902982711792,32.068359375],[-95.48583984375,32.07204818725586],[-95.4855751991272,32.072265625],[-95.48095703125,32.07611846923828],[-95.48089027404785,32.076171875],[-95.47617673873901,32.080078125],[-95.47607421875,32.080162048339844],[-95.47133922576904,32.083984375],[-95.47119140625,32.084102630615234],[-95.46643733978271,32.087890625],[-95.46630859375,32.08799362182617],[-95.4616117477417,32.091796875],[-95.46142578125,32.091949462890625],[-95.456862449646,32.095703125],[-95.45654296875,32.09596633911133],[-95.45215845108032,32.099609375],[-95.45166015625,32.10002326965332],[-95.44747591018677,32.103515625],[-95.44677734375,32.104095458984375],[-95.4427695274353,32.107421875],[-95.44189453125,32.10813903808594],[-95.43800115585327,32.111328125],[-95.43701171875,32.112125396728516],[-95.43315887451172,32.115234375],[-95.43212890625,32.116058349609375],[-95.42826890945435,32.119140625],[-95.42724609375,32.11996078491211],[-95.42341947555542,32.123046875],[-95.42236328125,32.123905181884766],[-95.41864156723022,32.126953125],[-95.41748046875,32.12791061401367],[-95.41392087936401,32.130859375],[-95.41259765625,32.13195610046387],[-95.40923595428467,32.134765625],[-95.40771484375,32.13603210449219],[-95.40456056594849,32.138671875],[-95.40283203125,32.14010047912598],[-95.39983749389648,32.142578125],[-95.39794921875,32.14410972595215],[-95.39501667022705,32.146484375],[-95.39306640625,32.14804458618164],[-95.3901195526123,32.150390625],[-95.38818359375,32.15193748474121],[-95.3852391242981,32.154296875],[-95.38330078125,32.15586471557617],[-95.38043260574341,32.158203125],[-95.37841796875,32.15985679626465],[-95.37569522857666,32.162109375],[-95.37353515625,32.16389846801758],[-95.37099361419678,32.166015625],[-95.36865234375,32.167959213256836],[-95.36629438400269,32.169921875],[-95.36376953125,32.17199516296387],[-95.36153793334961,32.173828125],[-95.35888671875,32.17596435546875],[-95.35667657852173,32.177734375],[-95.35400390625,32.17985916137695],[-95.35175800323486,32.181640625],[-95.34912109375,32.183753967285156],[-95.34690141677856,32.185546875],[-95.34423828125,32.18773078918457],[-95.34216165542603,32.189453125],[-95.33935546875,32.19179344177246],[-95.33749103546143,32.193359375],[-95.33447265625,32.19588851928711],[-95.33282518386841,32.197265625],[-95.32958984375,32.19993019104004],[-95.32806158065796,32.201171875],[-95.32470703125,32.203857421875],[-95.32317638397217,32.205078125],[-95.31982421875,32.20774841308594],[-95.31827449798584,32.208984375],[-95.31494140625,32.21165084838867],[-95.31339406967163,32.212890625],[-95.31005859375,32.215576171875],[-95.3085446357727,32.216796875],[-95.30517578125,32.21953201293945],[-95.30373096466064,32.220703125],[-95.30029296875,32.2235050201416],[-95.29893159866333,32.224609375],[-95.29541015625,32.227468490600586],[-95.29411315917969,32.228515625],[-95.29052734375,32.23138999938965],[-95.28923034667969,32.232421875],[-95.28564453125,32.23525428771973],[-95.2842903137207,32.236328125],[-95.28076171875,32.23912811279297],[-95.27937650680542,32.240234375],[-95.27587890625,32.24304008483887],[-95.27451276779175,32.244140625],[-95.27099609375,32.24699020385742],[-95.26969194412231,32.248046875],[-95.26611328125,32.25096321105957],[-95.26489496231079,32.251953125],[-95.26123046875,32.25493812561035],[-95.26009321212769,32.255859375],[-95.25634765625,32.258872985839844],[-95.25522947311401,32.259765625],[-95.25146484375,32.26275062561035],[-95.25030612945557,32.263671875],[-95.24658203125,32.26664161682129],[-95.24541139602661,32.267578125],[-95.24169921875,32.270559310913086],[-95.24054765701294,32.271484375],[-95.23681640625,32.27449417114258],[-95.23570775985718,32.275390625],[-95.23193359375,32.27846145629883],[-95.23090600967407,32.279296875],[-95.22705078125,32.28245544433594],[-95.22613286972046,32.283203125],[-95.22216796875,32.28642463684082],[-95.22131204605103,32.287109375],[-95.21728515625,32.290279388427734],[-95.21634817123413,32.291015625],[-95.21240234375,32.29410934448242],[-95.21137952804565,32.294921875],[-95.20751953125,32.298017501831055],[-95.20651578903198,32.298828125],[-95.20263671875,32.3019905090332],[-95.20172357559204,32.302734375],[-95.19775390625,32.30599021911621],[-95.1969575881958,32.306640625],[-95.19287109375,32.310001373291016],[-95.19220113754272,32.310546875],[-95.18798828125,32.31397247314453],[-95.18738746643066,32.314453125],[-95.18310546875,32.31782531738281],[-95.18242597579956,32.318359375],[-95.17822265625,32.3216667175293],[-95.17746925354004,32.322265625],[-95.17333984375,32.32557678222656],[-95.17260074615479,32.326171875],[-95.16845703125,32.32954025268555],[-95.1677942276001,32.330078125],[-95.16357421875,32.333534240722656],[-95.16302108764648,32.333984375],[-95.15869140625,32.33753204345703],[-95.15825033187866,32.337890625],[-95.15380859375,32.34147262573242],[-95.15340089797974,32.341796875],[-95.14892578125,32.34532165527344],[-95.14844417572021,32.345703125],[-95.14404296875,32.34917640686035],[-95.14349937438965,32.349609375],[-95.13916015625,32.35308074951172],[-95.13861894607544,32.353515625],[-95.13427734375,32.35703468322754],[-95.1338005065918,32.357421875],[-95.12939453125,32.36103630065918],[-95.12903690338135,32.361328125],[-95.12451171875,32.36503982543945],[-95.12427091598511,32.365234375],[-95.11962890625,32.368947982788086],[-95.11938571929932,32.369140625],[-95.11474609375,32.372779846191406],[-95.11440753936768,32.373046875],[-95.10986328125,32.37666130065918],[-95.10949850082397,32.376953125],[-95.10498046875,32.38061332702637],[-95.10467767715454,32.380859375],[-95.10009765625,32.38461685180664],[-95.09991645812988,32.384765625],[-95.09521484375,32.38865280151367],[-95.09519100189209,32.388671875],[-95.09040355682373,32.392578125],[-95.09033203125,32.392635345458984],[-95.08546829223633,32.396484375],[-95.08544921875,32.39649963378906],[-95.08056640625,32.40032768249512],[-95.0756049156189,32.404296875],[-95.07080078125,32.408203125],[-95.06603956222534,32.412109375],[-95.06591796875,32.41221046447754],[-95.06129741668701,32.416015625],[-95.06103515625,32.41622734069824],[-95.05646467208862,32.419921875],[-95.05615234375,32.42016792297363],[-95.05147933959961,32.423828125],[-95.05126953125,32.423994064331055],[-95.04651069641113,32.427734375],[-95.04638671875,32.42783164978027],[-95.04163026809692,32.431640625],[-95.04150390625,32.43174362182617],[-95.03684282302856,32.435546875],[-95.03662109375,32.43572998046875],[-95.03210544586182,32.439453125],[-95.03173828125,32.43975257873535],[-95.02728700637817,32.443359375],[-95.02685546875,32.443702697753906],[-95.02232551574707,32.447265625],[-95.02197265625,32.447540283203125],[-95.01732349395752,32.451171875],[-95.01708984375,32.45135688781738],[-95.01240968704224,32.455078125],[-95.01220703125,32.45524024963379],[-95.00759601593018,32.458984375],[-95.00732421875,32.459205627441406],[-95.00283479690552,32.462890625],[-95.00244140625,32.463212966918945],[-94.99809503555298,32.466796875],[-94.99755859375,32.467233657836914],[-94.99326944351196,32.470703125],[-94.99267578125,32.47117233276367],[-94.98825550079346,32.474609375],[-94.98779296875,32.4749698638916],[-94.98327970504761,32.478515625],[-94.98291015625,32.47880935668945],[-94.97842073440552,32.482421875],[-94.97802734375,32.48274040222168],[-94.97361421585083,32.486328125],[-94.97314453125,32.48670959472656],[-94.96881008148193,32.490234375],[-94.96826171875,32.49067687988281],[-94.96397256851196,32.494140625],[-94.96337890625,32.49461364746094],[-94.95904445648193,32.498046875],[-94.95849609375,32.49848175048828],[-94.95410203933716,32.501953125],[-94.95361328125,32.502342224121094],[-94.94921922683716,32.505859375],[-94.94873046875,32.50625419616699],[-94.94441032409668,32.509765625],[-94.94384765625,32.510223388671875],[-94.93964672088623,32.513671875],[-94.93896484375,32.51422882080078],[-94.93482112884521,32.517578125],[-94.93408203125,32.51816368103027],[-94.9298357963562,32.521484375],[-94.92919921875,32.5219783782959],[-94.92480278015137,32.525390625],[-94.92431640625,32.52577209472656],[-94.91984844207764,32.529296875],[-94.91943359375,32.52962875366211],[-94.91498231887817,32.533203125],[-94.91455078125,32.533552169799805],[-94.91018056869507,32.537109375],[-94.90966796875,32.53752517700195],[-94.90533351898193,32.541015625],[-94.90478515625,32.54144859313965],[-94.90033388137817,32.544921875],[-94.89990234375,32.545257568359375],[-94.89530324935913,32.548828125],[-94.89501953125,32.54905128479004],[-94.89036083221436,32.552734375],[-94.89013671875,32.552913665771484],[-94.88551378250122,32.556640625],[-94.88525390625,32.55685234069824],[-94.88073825836182,32.560546875],[-94.88037109375,32.56084442138672],[-94.87590312957764,32.564453125],[-94.87548828125,32.564781188964844],[-94.87089157104492,32.568359375],[-94.87060546875,32.568580627441406],[-94.86586093902588,32.572265625],[-94.86572265625,32.57237434387207],[-94.86093759536743,32.576171875],[-94.86083984375,32.57625198364258],[-94.8561143875122,32.580078125],[-94.85595703125,32.58020782470703],[-94.85135078430176,32.583984375],[-94.85107421875,32.58420944213867],[-94.84651327133179,32.587890625],[-94.84619140625,32.5881462097168],[-94.8414945602417,32.591796875],[-94.84130859375,32.59193992614746],[-94.8364520072937,32.595703125],[-94.83642578125,32.59572410583496],[-94.83154296875,32.599586486816406],[-94.83151197433472,32.599609375],[-94.82667207717896,32.603515625],[-94.82666015625,32.603525161743164],[-94.82190370559692,32.607421875],[-94.82177734375,32.60752487182617],[-94.81706142425537,32.611328125],[-94.81689453125,32.611459732055664],[-94.81203317642212,32.615234375],[-94.81201171875,32.61524963378906],[-94.80712890625,32.619070053100586],[-94.80704069137573,32.619140625],[-94.80224609375,32.62297058105469],[-94.80215072631836,32.623046875],[-94.79736328125,32.62692832946777],[-94.79733228683472,32.626953125],[-94.79254484176636,32.630859375],[-94.79248046875,32.630910873413086],[-94.78767156600952,32.634765625],[-94.78759765625,32.634822845458984],[-94.78271484375,32.63859558105469],[-94.78261470794678,32.638671875],[-94.77783203125,32.642412185668945],[-94.77762460708618,32.642578125],[-94.77294921875,32.64632606506348],[-94.77275133132935,32.646484375],[-94.76806640625,32.65029335021973],[-94.76794481277466,32.650390625],[-94.76318359375,32.654239654541016],[-94.76311206817627,32.654296875],[-94.75830078125,32.65810012817383],[-94.7581696510315,32.658203125],[-94.75341796875,32.66189956665039],[-94.7531509399414,32.662109375],[-94.74853515625,32.665740966796875],[-94.74818706512451,32.666015625],[-94.74365234375,32.66963768005371],[-94.74329710006714,32.669921875],[-94.73876953125,32.67356872558594],[-94.73844766616821,32.673828125],[-94.73388671875,32.67748260498047],[-94.7335696220398,32.677734375],[-94.72900390625,32.68130302429199],[-94.72857236862183,32.681640625],[-94.72412109375,32.68511390686035],[-94.72357273101807,32.685546875],[-94.71923828125,32.688982009887695],[-94.71864938735962,32.689453125],[-94.71435546875,32.69289779663086],[-94.71378087997437,32.693359375],[-94.70947265625,32.69684410095215],[-94.70894813537598,32.697265625],[-94.70458984375,32.70075035095215],[-94.70405578613281,32.701171875],[-94.69970703125,32.70454216003418],[-94.69902038574219,32.705078125],[-94.69482421875,32.70835304260254],[-94.6940279006958,32.708984375],[-94.68994140625,32.712242126464844],[-94.68913078308105,32.712890625],[-94.68505859375,32.71616744995117],[-94.68427419662476,32.716796875],[-94.68017578125,32.7200813293457],[-94.67939376831055,32.720703125],[-94.67529296875,32.72392463684082],[-94.67442035675049,32.724609375],[-94.67041015625,32.727745056152344],[-94.66943502426147,32.728515625],[-94.66552734375,32.73162078857422],[-94.66452598571777,32.732421875],[-94.66064453125,32.735551834106445],[-94.65968370437622,32.736328125],[-94.65576171875,32.73950958251953],[-94.65486526489258,32.740234375],[-94.65087890625,32.74343681335449],[-94.64999198913574,32.744140625],[-94.64599609375,32.74726676940918],[-94.64500188827515,32.748046875],[-94.64111328125,32.751102447509766],[-94.64004039764404,32.751953125],[-94.63623046875,32.754995346069336],[-94.63515281677246,32.755859375],[-94.63134765625,32.758928298950195],[-94.63030815124512,32.759765625],[-94.62646484375,32.76285362243652],[-94.62543725967407,32.763671875],[-94.62158203125,32.766706466674805],[-94.62047100067139,32.767578125],[-94.61669921875,32.77052879333496],[-94.61549043655396,32.771484375],[-94.61181640625,32.7744026184082],[-94.61058139801025,32.775390625],[-94.60693359375,32.7783260345459],[-94.60572719573975,32.779296875],[-94.60205078125,32.78225517272949],[-94.60086584091187,32.783203125],[-94.59716796875,32.7861385345459],[-94.59593772888184,32.787109375],[-94.59228515625,32.78996467590332],[-94.59095001220703,32.791015625],[-94.58740234375,32.793813705444336],[-94.58600997924805,32.794921875],[-94.58251953125,32.79770851135254],[-94.58112239837646,32.798828125],[-94.57763671875,32.8016242980957],[-94.57625150680542,32.802734375],[-94.57275390625,32.80551719665527],[-94.57133293151855,32.806640625],[-94.56787109375,32.80934143066406],[-94.5663332939148,32.810546875],[-94.56298828125,32.813161849975586],[-94.56134080886841,32.814453125],[-94.55810546875,32.81700134277344],[-94.55638647079468,32.818359375],[-94.55322265625,32.82089805603027],[-94.55152988433838,32.822265625],[-94.54833984375,32.8248348236084],[-94.54665899276733,32.826171875],[-94.54345703125,32.82865524291992],[-94.54158544540405,32.830078125],[-94.53857421875,32.83235168457031],[-94.53639507293701,32.833984375],[-94.53369140625,32.836055755615234],[-94.5313286781311,32.837890625],[-94.52880859375,32.83988952636719],[-94.52642917633057,32.841796875],[-94.52392578125,32.84380912780762],[-94.52155828475952,32.845703125],[-94.51904296875,32.84767723083496],[-94.5165467262268,32.849609375],[-94.51416015625,32.8514404296875],[-94.51143980026245,32.853515625],[-94.50927734375,32.855194091796875],[-94.5064377784729,32.857421875],[-94.50439453125,32.859052658081055],[-94.50155735015869,32.861328125],[-94.49951171875,32.862972259521484],[-94.49667453765869,32.865234375],[-94.49462890625,32.86684036254883],[-94.49165344238281,32.869140625],[-94.48974609375,32.87060356140137],[-94.4865345954895,32.873046875],[-94.48486328125,32.874338150024414],[-94.4814944267273,32.876953125],[-94.47998046875,32.87814903259277],[-94.4765567779541,32.880859375],[-94.47509765625,32.88201713562012],[-94.47161674499512,32.884765625],[-94.47021484375,32.88585662841797],[-94.46654319763184,32.888671875],[-94.46533203125,32.889596939086914],[-94.46142673492432,32.892578125],[-94.46044921875,32.89333915710449],[-94.45644855499268,32.896484375],[-94.45556640625,32.89718818664551],[-94.45158004760742,32.900390625],[-94.45068359375,32.90110778808594],[-94.44664239883423,32.904296875],[-94.44580078125,32.90494728088379],[-94.44151163101196,32.908203125],[-94.44091796875,32.90865516662598],[-94.43636894226074,32.912109375],[-94.43603515625,32.91236877441406],[-94.43136215209961,32.916015625],[-94.43115234375,32.916181564331055],[-94.42626953125,32.920087814331055],[-94.42158460617065,32.923828125],[-94.42138671875,32.92398452758789],[-94.41653251647949,32.927734375],[-94.41650390625,32.92775535583496],[-94.41162109375,32.93148994445801],[-94.41142797470093,32.931640625],[-94.40673828125,32.935306549072266],[-94.40643310546875,32.935546875],[-94.40185546875,32.9391975402832],[-94.40153360366821,32.939453125],[-94.39697265625,32.94308090209961],[-94.39661979675293,32.943359375],[-94.39208984375,32.94685935974121],[-94.39156770706177,32.947265625],[-94.38720703125,32.95062446594238],[-94.38650846481323,32.951171875],[-94.38232421875,32.95446968078613],[-94.38156127929688,32.955078125],[-94.37744140625,32.95838165283203],[-94.37669038772583,32.958984375],[-94.37255859375,32.96228218078613],[-94.3717885017395,32.962890625],[-94.36767578125,32.966094970703125],[-94.36677932739258,32.966796875],[-94.36279296875,32.96990394592285],[-94.36177968978882,32.970703125],[-94.35791015625,32.973777770996094],[-94.35687065124512,32.974609375],[-94.35302734375,32.97769355773926],[-94.35199975967407,32.978515625],[-94.34814453125,32.98158073425293],[-94.34707641601562,32.982421875],[-94.34326171875,32.98539352416992],[-94.3420672416687,32.986328125],[-94.33837890625,32.98921203613281],[-94.33708667755127,32.990234375],[-94.33349609375,32.993085861206055],[-94.33217763900757,32.994140625],[-94.32861328125,32.99699020385742],[-94.32729005813599,32.998046875],[-94.32373046875,33.0008602142334],[-94.32234048843384,33.001953125],[-94.31884765625,33.00466728210449],[-94.31731700897217,33.005859375],[-94.31396484375,33.008466720581055],[-94.3122935295105,33.009765625],[-94.30908203125,33.012285232543945],[-94.30732011795044,33.013671875],[-94.30419921875,33.01613807678223],[-94.3023681640625,33.017578125],[-94.29931640625,33.01995849609375],[-94.29733991622925,33.021484375],[-94.29443359375,33.02370262145996],[-94.29219484329224,33.025390625],[-94.28955078125,33.02742004394531],[-94.28713083267212,33.029296875],[-94.28466796875,33.03124809265137],[-94.28221225738525,33.033203125],[-94.27978515625,33.03513145446777],[-94.27725076675415,33.037109375],[-94.27490234375,33.038902282714844],[-94.27206993103027,33.041015625],[-94.27001953125,33.042545318603516],[-94.26683187484741,33.044921875],[-94.26513671875,33.046220779418945],[-94.2617917060852,33.048828125],[-94.26025390625,33.050052642822266],[-94.25691366195679,33.052734375],[-94.25537109375,33.0539665222168],[-94.25195455551147,33.056640625],[-94.25048828125,33.05775833129883],[-94.24674272537231,33.060546875],[-94.24560546875,33.0614070892334],[-94.24161195755005,33.064453125],[-94.24072265625,33.06514930725098],[-94.23664569854736,33.068359375],[-94.23583984375,33.06899642944336],[-94.2316746711731,33.072265625],[-94.23095703125,33.07282066345215],[-94.22654867172241,33.076171875],[-94.22607421875,33.07653045654297],[-94.22133684158325,33.080078125],[-94.22119140625,33.080190658569336],[-94.21630859375,33.08396530151367],[-94.21628475189209,33.083984375],[-94.21142578125,33.08784294128418],[-94.21136617660522,33.087890625],[-94.20654296875,33.09169578552246],[-94.20641422271729,33.091796875],[-94.20166015625,33.09542655944824],[-94.20130252838135,33.095703125],[-94.19677734375,33.09920120239258],[-94.19625997543335,33.099609375],[-94.19189453125,33.103065490722656],[-94.19132947921753,33.103515625],[-94.18701171875,33.106971740722656],[-94.18644666671753,33.107421875],[-94.18212890625,33.1108283996582],[-94.18148756027222,33.111328125],[-94.17724609375,33.114572525024414],[-94.17639255523682,33.115234375],[-94.17236328125,33.118364334106445],[-94.1713809967041,33.119140625],[-94.16748046875,33.12223434448242],[-94.16646003723145,33.123046875],[-94.16259765625,33.1261100769043],[-94.16152954101562,33.126953125],[-94.15771484375,33.12991905212402],[-94.15651082992554,33.130859375],[-94.15283203125,33.13372039794922],[-94.1515064239502,33.134765625],[-94.14794921875,33.137582778930664],[-94.14658308029175,33.138671875],[-94.14306640625,33.141475677490234],[-94.14167881011963,33.142578125],[-94.13818359375,33.145328521728516],[-94.1366982460022,33.146484375],[-94.13330078125,33.14908790588379],[-94.13158655166626,33.150390625],[-94.12841796875,33.152809143066406],[-94.12647247314453,33.154296875],[-94.12353515625,33.15658950805664],[-94.12147760391235,33.158203125],[-94.11865234375,33.16043281555176],[-94.11649703979492,33.162109375],[-94.11376953125,33.16419219970703],[-94.11133289337158,33.166015625],[-94.10888671875,33.16784858703613],[-94.10610914230347,33.169921875],[-94.10400390625,33.171531677246094],[-94.10103559494019,33.173828125],[-94.09912109375,33.17533493041992],[-94.09607172012329,33.177734375],[-94.09423828125,33.17916488647461],[-94.09100294113159,33.181640625],[-94.08935546875,33.182884216308594],[-94.08576726913452,33.185546875],[-94.08447265625,33.186527252197266],[-94.08063650131226,33.189453125],[-94.07958984375,33.19027137756348],[-94.07567024230957,33.193359375],[-94.07470703125,33.19411849975586],[-94.0706467628479,33.197265625],[-94.06982421875,33.19788932800293],[-94.06539916992188,33.201171875],[-94.06494140625,33.20151710510254],[-94.06025171279907,33.205078125],[-94.06005859375,33.20522880554199],[-94.05527591705322,33.208984375],[-94.05517578125,33.209062576293945],[-94.05029296875,33.21288871765137],[-94.05029058456421,33.212890625],[-94.04541015625,33.21660232543945],[-94.04515504837036,33.216796875],[-94.04052734375,33.220319747924805],[-94.04003381729126,33.220703125],[-94.03564453125,33.22414207458496],[-94.03505563735962,33.224609375],[-94.03076171875,33.2280216217041],[-94.03013706207275,33.228515625],[-94.02587890625,33.23184776306152],[-94.02514219284058,33.232421875],[-94.02099609375,33.235605239868164],[-94.0200686454773,33.236328125],[-94.01611328125,33.23941993713379],[-94.01508569717407,33.240234375],[-94.01123046875,33.24329948425293],[-94.01017665863037,33.244140625],[-94.00634765625,33.24716758728027],[-94.00522708892822,33.248046875],[-94.00146484375,33.250953674316406],[-94.00018215179443,33.251953125],[-93.99658203125,33.25476264953613],[-93.99519443511963,33.255859375],[-93.99169921875,33.25863456726074],[-93.99027824401855,33.259765625],[-93.98681640625,33.26250076293945],[-93.98531198501587,33.263671875],[-93.98193359375,33.2662467956543],[-93.98015260696411,33.267578125],[-93.97705078125,33.2698917388916],[-93.97490739822388,33.271484375],[-93.97216796875,33.273569107055664],[-93.96979331970215,33.275390625],[-93.96728515625,33.277339935302734],[-93.96474361419678,33.279296875],[-93.96240234375,33.28107833862305],[-93.95955324172974,33.283203125],[-93.95751953125,33.28471565246582],[-93.95427703857422,33.287109375],[-93.95263671875,33.288352966308594],[-93.94915819168091,33.291015625],[-93.94775390625,33.2921085357666],[-93.94411563873291,33.294921875],[-93.94287109375,33.29587364196777],[-93.93892049789429,33.298828125],[-93.93798828125,33.29952430725098],[-93.93367052078247,33.302734375],[-93.93310546875,33.303165435791016],[-93.92858743667603,33.306640625],[-93.92822265625,33.30692672729492],[-93.92358064651489,33.310546875],[-93.92333984375,33.310733795166016],[-93.91845703125,33.314453125],[-93.91357421875,33.31810188293457],[-93.91324043273926,33.318359375],[-93.90869140625,33.321868896484375],[-93.9081859588623,33.322265625],[-93.90380859375,33.32572555541992],[-93.90324592590332,33.326171875],[-93.89892578125,33.329551696777344],[-93.89824867248535,33.330078125],[-93.89404296875,33.333290100097656],[-93.89314889907837,33.333984375],[-93.88916015625,33.33708190917969],[-93.88813495635986,33.337890625],[-93.88427734375,33.34094429016113],[-93.88320446014404,33.341796875],[-93.87939453125,33.34480285644531],[-93.87824535369873,33.345703125],[-93.87451171875,33.34858512878418],[-93.87319564819336,33.349609375],[-93.86962890625,33.35238838195801],[-93.8681960105896,33.353515625],[-93.86474609375,33.35622978210449],[-93.86322259902954,33.357421875],[-93.85986328125,33.36002540588379],[-93.8581395149231,33.361328125],[-93.85498046875,33.363664627075195],[-93.85282039642334,33.365234375],[-93.85009765625,33.367252349853516],[-93.84758710861206,33.369140625],[-93.84521484375,33.37097930908203],[-93.84256839752197,33.373046875],[-93.84033203125,33.37479782104492],[-93.8375186920166,33.376953125],[-93.83544921875,33.37850379943848],[-93.83223295211792,33.380859375],[-93.83056640625,33.38209915161133],[-93.82701396942139,33.384765625],[-93.82568359375,33.38578987121582],[-93.82196187973022,33.388671875],[-93.82080078125,33.38957595825195],[-93.8168740272522,33.392578125],[-93.81591796875,33.39329719543457],[-93.81161212921143,33.396484375],[-93.81103515625,33.39691734313965],[-93.80644798278809,33.400390625],[-93.80615234375,33.40061950683594],[-93.801429271698,33.404296875],[-93.80126953125,33.40442085266113],[-93.79638671875,33.40818786621094],[-93.79636764526367,33.408203125],[-93.79150390625,33.411842346191406],[-93.79115343093872,33.412109375],[-93.78662109375,33.41556930541992],[-93.78605127334595,33.416015625],[-93.78173828125,33.41940116882324],[-93.78108263015747,33.419921875],[-93.77685546875,33.42323684692383],[-93.77609729766846,33.423828125],[-93.77197265625,33.42698097229004],[-93.77099752426147,33.427734375],[-93.76708984375,33.43075370788574],[-93.76596212387085,33.431640625],[-93.76220703125,33.434608459472656],[-93.76102447509766,33.435546875],[-93.75732421875,33.43846130371094],[-93.75605583190918,33.439453125],[-93.75244140625,33.442230224609375],[-93.75097274780273,33.443359375],[-93.74755859375,33.44596481323242],[-93.74584674835205,33.447265625],[-93.74267578125,33.44970893859863],[-93.74078035354614,33.451171875],[-93.73779296875,33.453481674194336],[-93.73568058013916,33.455078125],[-93.73291015625,33.457122802734375],[-93.73032569885254,33.458984375],[-93.72802734375,33.460676193237305],[-93.7250542640686,33.462890625],[-93.72314453125,33.46435546875],[-93.71997356414795,33.466796875],[-93.71826171875,33.468116760253906],[-93.71482849121094,33.470703125],[-93.71337890625,33.47177505493164],[-93.70947122573853,33.474609375],[-93.70849609375,33.47533416748047],[-93.70426654815674,33.478515625],[-93.70361328125,33.47901916503906],[-93.69919776916504,33.482421875],[-93.69873046875,33.48278045654297],[-93.69401693344116,33.486328125],[-93.69384765625,33.486454010009766],[-93.68896484375,33.49005889892578],[-93.68873357772827,33.490234375],[-93.68408203125,33.49378776550293],[-93.6836290359497,33.494140625],[-93.67919921875,33.49758338928223],[-93.67860317230225,33.498046875],[-93.67431640625,33.501319885253906],[-93.6734938621521,33.501953125],[-93.66943359375,33.50506401062012],[-93.66841554641724,33.505859375],[-93.66455078125,33.50889205932617],[-93.66344928741455,33.509765625],[-93.65966796875,33.512746810913086],[-93.65849018096924,33.513671875],[-93.65478515625,33.51653861999512],[-93.65344285964966,33.517578125],[-93.64990234375,33.52029609680176],[-93.64835977554321,33.521484375],[-93.64501953125,33.52406692504883],[-93.64330291748047,33.525390625],[-93.64013671875,33.527828216552734],[-93.63818407058716,33.529296875],[-93.63525390625,33.53145790100098],[-93.63283157348633,33.533203125],[-93.63037109375,33.53500556945801],[-93.62752199172974,33.537109375],[-93.62548828125,33.538658142089844],[-93.62240552902222,33.541015625],[-93.62060546875,33.542396545410156],[-93.6172366142273,33.544921875],[-93.61572265625,33.54603385925293],[-93.61183643341064,33.548828125],[-93.61083984375,33.5495662689209],[-93.60662460327148,33.552734375],[-93.60595703125,33.55324935913086],[-93.6015510559082,33.556640625],[-93.60107421875,33.55700492858887],[-93.59633445739746,33.560546875],[-93.59619140625,33.56065368652344],[-93.59130859375,33.56425857543945],[-93.59105348587036,33.564453125],[-93.58642578125,33.5679988861084],[-93.58596563339233,33.568359375],[-93.58154296875,33.571794509887695],[-93.58093738555908,33.572265625],[-93.57666015625,33.575517654418945],[-93.57580900192261,33.576171875],[-93.57177734375,33.57926368713379],[-93.57073545455933,33.580078125],[-93.56689453125,33.583091735839844],[-93.56576442718506,33.583984375],[-93.56201171875,33.586931228637695],[-93.56078386306763,33.587890625],[-93.55712890625,33.5906982421875],[-93.55569839477539,33.591796875],[-93.55224609375,33.59442710876465],[-93.55056047439575,33.595703125],[-93.54736328125,33.59814262390137],[-93.54543685913086,33.599609375],[-93.54248046875,33.60185623168945],[-93.54024410247803,33.603515625],[-93.53759765625,33.605445861816406],[-93.53482961654663,33.607421875],[-93.53271484375,33.608978271484375],[-93.52956771850586,33.611328125],[-93.52783203125,33.61265563964844],[-93.5244345664978,33.615234375],[-93.52294921875,33.616350173950195],[-93.5191535949707,33.619140625],[-93.51806640625,33.619943618774414],[-93.51387023925781,33.623046875],[-93.51318359375,33.62356758117676],[-93.50875616073608,33.626953125],[-93.50830078125,33.62730407714844],[-93.5036039352417,33.630859375],[-93.50341796875,33.630998611450195],[-93.49853515625,33.63458251953125],[-93.49829435348511,33.634765625],[-93.49365234375,33.63829231262207],[-93.49316596984863,33.638671875],[-93.48876953125,33.642086029052734],[-93.48814010620117,33.642578125],[-93.48388671875,33.64584159851074],[-93.48305225372314,33.646484375],[-93.47900390625,33.64957046508789],[-93.47795009613037,33.650390625],[-93.47412109375,33.65337944030762],[-93.47295999526978,33.654296875],[-93.46923828125,33.657222747802734],[-93.46798419952393,33.658203125],[-93.46435546875,33.66098976135254],[-93.46288681030273,33.662109375],[-93.45947265625,33.664669036865234],[-93.45765590667725,33.666015625],[-93.45458984375,33.6683292388916],[-93.4524941444397,33.669921875],[-93.44970703125,33.67205047607422],[-93.4473204612732,33.673828125],[-93.44482421875,33.675649642944336],[-93.4419059753418,33.677734375],[-93.43994140625,33.67917823791504],[-93.43664646148682,33.681640625],[-93.43505859375,33.6828556060791],[-93.43151092529297,33.685546875],[-93.43017578125,33.686546325683594],[-93.42619895935059,33.689453125],[-93.42529296875,33.69011878967285],[-93.42088460922241,33.693359375],[-93.42041015625,33.6937198638916],[-93.4157657623291,33.697265625],[-93.41552734375,33.69744873046875],[-93.41064453125,33.70115089416504],[-93.41061592102051,33.701171875],[-93.40576171875,33.70474815368652],[-93.40532779693604,33.705078125],[-93.40087890625,33.70846366882324],[-93.40021133422852,33.708984375],[-93.39599609375,33.71226692199707],[-93.39519739151001,33.712890625],[-93.39111328125,33.71603202819824],[-93.39012384414673,33.716796875],[-93.38623046875,33.71977233886719],[-93.38503360748291,33.720703125],[-93.38134765625,33.72357940673828],[-93.38004112243652,33.724609375],[-93.37646484375,33.72739791870117],[-93.37500095367432,33.728515625],[-93.37158203125,33.73105239868164],[-93.36969137191772,33.732421875],[-93.36669921875,33.73461151123047],[-93.36435794830322,33.736328125],[-93.36181640625,33.73823547363281],[-93.35913419723511,33.740234375],[-93.35693359375,33.74186706542969],[-93.35379362106323,33.744140625],[-93.35205078125,33.74540710449219],[-93.34840297698975,33.748046875],[-93.34716796875,33.74897003173828],[-93.34322452545166,33.751953125],[-93.34228515625,33.75267219543457],[-93.33804368972778,33.755859375],[-93.33740234375,33.75633239746094],[-93.3326506614685,33.759765625],[-93.33251953125,33.75986289978027],[-93.32763671875,33.763519287109375],[-93.32744121551514,33.763671875],[-93.32275390625,33.76727294921875],[-93.32236051559448,33.767578125],[-93.31787109375,33.77096748352051],[-93.31719398498535,33.771484375],[-93.31298828125,33.7746639251709],[-93.31205129623413,33.775390625],[-93.30810546875,33.77845573425293],[-93.30703496932983,33.779296875],[-93.30322265625,33.78226280212402],[-93.30200672149658,33.783203125],[-93.29833984375,33.78597450256348],[-93.29683780670166,33.787109375],[-93.29345703125,33.78965187072754],[-93.29162836074829,33.791015625],[-93.28857421875,33.79330253601074],[-93.28637838363647,33.794921875],[-93.28369140625,33.79688835144043],[-93.28098773956299,33.798828125],[-93.27880859375,33.80041694641113],[-93.27563762664795,33.802734375],[-93.27392578125,33.80402374267578],[-93.27044725418091,33.806640625],[-93.26904296875,33.80769729614258],[-93.26515913009644,33.810546875],[-93.26416015625,33.81127738952637],[-93.2597804069519,33.814453125],[-93.25927734375,33.814828872680664],[-93.25461387634277,33.818359375],[-93.25439453125,33.81852722167969],[-93.24951171875,33.822227478027344],[-93.24946165084839,33.822265625],[-93.24462890625,33.82583427429199],[-93.24418306350708,33.826171875],[-93.23974609375,33.82953071594238],[-93.23904275894165,33.830078125],[-93.23486328125,33.83331489562988],[-93.23400259017944,33.833984375],[-93.22998046875,33.83707046508789],[-93.2289171218872,33.837890625],[-93.22509765625,33.84081268310547],[-93.22383165359497,33.841796875],[-93.22021484375,33.84461784362793],[-93.21882963180542,33.845703125],[-93.21533203125,33.8483943939209],[-93.21369886398315,33.849609375],[-93.21044921875,33.851951599121094],[-93.20822238922119,33.853515625],[-93.20556640625,33.85543441772461],[-93.20285558700562,33.857421875],[-93.20068359375,33.859052658081055],[-93.19760322570801,33.861328125],[-93.19580078125,33.86264228820801],[-93.19215774536133,33.865234375],[-93.19091796875,33.86613464355469],[-93.18681001663208,33.869140625],[-93.18603515625,33.86972427368164],[-93.18159818649292,33.873046875],[-93.18115234375,33.87337875366211],[-93.17626953125,33.876953125],[-93.17138671875,33.880550384521484],[-93.17098140716553,33.880859375],[-93.16650390625,33.884286880493164],[-93.16588878631592,33.884765625],[-93.16162109375,33.88804244995117],[-93.16080093383789,33.888671875],[-93.15673828125,33.891733169555664],[-93.15564155578613,33.892578125],[-93.15185546875,33.895503997802734],[-93.15060615539551,33.896484375],[-93.14697265625,33.89930534362793],[-93.14554929733276,33.900390625],[-93.14208984375,33.90294647216797],[-93.14021587371826,33.904296875],[-93.13720703125,33.90649223327637],[-93.1348705291748,33.908203125],[-93.13232421875,33.910104751586914],[-93.12961339950562,33.912109375],[-93.12744140625,33.913700103759766],[-93.12419891357422,33.916015625],[-93.12255859375,33.91720199584961],[-93.11880826950073,33.919921875],[-93.11767578125,33.9207706451416],[-93.11360836029053,33.923828125],[-93.11279296875,33.92444038391113],[-93.10829401016235,33.927734375],[-93.10791015625,33.92801475524902],[-93.10302734375,33.93154525756836],[-93.10290098190308,33.931640625],[-93.09814453125,33.93524932861328],[-93.09776067733765,33.935546875],[-93.09326171875,33.938987731933594],[-93.09265375137329,33.939453125],[-93.08837890625,33.94264602661133],[-93.08744430541992,33.943359375],[-93.08349609375,33.946393966674805],[-93.0823826789856,33.947265625],[-93.07861328125,33.950199127197266],[-93.07735204696655,33.951171875],[-93.07373046875,33.953901290893555],[-93.07214736938477,33.955078125],[-93.06884765625,33.9575138092041],[-93.06684017181396,33.958984375],[-93.06396484375,33.96111297607422],[-93.06152582168579,33.962890625],[-93.05908203125,33.964656829833984],[-93.05604934692383,33.966796875],[-93.05419921875,33.96812629699707],[-93.05063009262085,33.970703125],[-93.04931640625,33.9716796875],[-93.0453372001648,33.974609375],[-93.04443359375,33.97527313232422],[-93.03990602493286,33.978515625],[-93.03955078125,33.97877311706543],[-93.03466796875,33.98233222961426],[-93.03454875946045,33.982421875],[-93.02978515625,33.986040115356445],[-93.02941083908081,33.986328125],[-93.02490234375,33.98974800109863],[-93.0242657661438,33.990234375],[-93.02001953125,33.99343299865723],[-93.01910161972046,33.994140625],[-93.01513671875,33.99720573425293],[-93.01406383514404,33.998046875],[-93.01025390625,34.000999450683594],[-93.00900936126709,34.001953125],[-93.00537109375,34.00467109680176],[-93.00376892089844,34.005859375],[-93.00048828125,34.00830078125],[-92.99851417541504,34.009765625],[-92.99560546875,34.01193428039551],[-92.9932165145874,34.013671875],[-92.99072265625,34.015459060668945],[-92.98768997192383,34.017578125],[-92.98583984375,34.018911361694336],[-92.9823088645935,34.021484375],[-92.98095703125,34.02249526977539],[-92.97701597213745,34.025390625],[-92.97607421875,34.02607536315918],[-92.9715371131897,34.029296875],[-92.97119140625,34.02954864501953],[-92.96630859375,34.033138275146484],[-92.96622276306152,34.033203125],[-92.96142578125,34.03682518005371],[-92.96105146408081,34.037109375],[-92.95654296875,34.040456771850586],[-92.95580625534058,34.041015625],[-92.95166015625,34.04414939880371],[-92.95066118240356,34.044921875],[-92.94677734375,34.047922134399414],[-92.9456090927124,34.048828125],[-92.94189453125,34.05165672302246],[-92.9404616355896,34.052734375],[-92.93701171875,34.055274963378906],[-92.93512105941772,34.056640625],[-92.93212890625,34.0588264465332],[-92.92975425720215,34.060546875],[-92.92724609375,34.06236457824707],[-92.92428970336914,34.064453125],[-92.92236328125,34.06583023071289],[-92.91881799697876,34.068359375],[-92.91748046875,34.06934356689453],[-92.91350841522217,34.072265625],[-92.91259765625,34.07293701171875],[-92.90809631347656,34.076171875],[-92.90771484375,34.076446533203125],[-92.90283203125,34.079973220825195],[-92.90269136428833,34.080078125],[-92.89794921875,34.08363914489746],[-92.8974986076355,34.083984375],[-92.89306640625,34.08730506896973],[-92.8922963142395,34.087890625],[-92.88818359375,34.090972900390625],[-92.88711071014404,34.091796875],[-92.88330078125,34.09472846984863],[-92.88204193115234,34.095703125],[-92.87841796875,34.098459243774414],[-92.87686824798584,34.099609375],[-92.87353515625,34.10202598571777],[-92.8714370727539,34.103515625],[-92.86865234375,34.10554313659668],[-92.86608219146729,34.107421875],[-92.86376953125,34.10912895202637],[-92.86070823669434,34.111328125],[-92.85888671875,34.11263084411621],[-92.85520553588867,34.115234375],[-92.85400390625,34.116111755371094],[-92.84988164901733,34.119140625],[-92.84912109375,34.119707107543945],[-92.84451246261597,34.123046875],[-92.84423828125,34.12324523925781],[-92.83935546875,34.126747131347656],[-92.83908128738403,34.126953125],[-92.83447265625,34.13043022155762],[-92.8339171409607,34.130859375],[-92.82958984375,34.13415336608887],[-92.82878875732422,34.134765625],[-92.82470703125,34.13782501220703],[-92.82360315322876,34.138671875],[-92.81982421875,34.14157676696777],[-92.81853199005127,34.142578125],[-92.81494140625,34.14530944824219],[-92.81333923339844,34.146484375],[-92.81005859375,34.14881134033203],[-92.80776739120483,34.150390625],[-92.80517578125,34.1522331237793],[-92.80229806900024,34.154296875],[-92.80029296875,34.15576362609863],[-92.79687404632568,34.158203125],[-92.79541015625,34.15924644470215],[-92.79134035110474,34.162109375],[-92.79052734375,34.162702560424805],[-92.78600931167603,34.166015625],[-92.78564453125,34.16628837585449],[-92.78076171875,34.16985321044922],[-92.78066873550415,34.169921875],[-92.77587890625,34.17341232299805],[-92.77533292770386,34.173828125],[-92.77099609375,34.1771297454834],[-92.77021646499634,34.177734375],[-92.76611328125,34.18087196350098],[-92.76510715484619,34.181640625],[-92.76123046875,34.184553146362305],[-92.75992155075073,34.185546875],[-92.75634765625,34.188241958618164],[-92.75471687316895,34.189453125],[-92.75146484375,34.19183158874512],[-92.74930238723755,34.193359375],[-92.74658203125,34.19527626037598],[-92.74373531341553,34.197265625],[-92.74169921875,34.1987361907959],[-92.73833751678467,34.201171875],[-92.73681640625,34.20228385925293],[-92.7328896522522,34.205078125],[-92.73193359375,34.20576095581055],[-92.7273964881897,34.208984375],[-92.72705078125,34.209238052368164],[-92.72216796875,34.212839126586914],[-92.72209882736206,34.212890625],[-92.71728515625,34.21642875671387],[-92.71679639816284,34.216796875],[-92.71240234375,34.22006416320801],[-92.71157026290894,34.220703125],[-92.70751953125,34.22381401062012],[-92.70649433135986,34.224609375],[-92.70263671875,34.227548599243164],[-92.70135879516602,34.228515625],[-92.69775390625,34.23118782043457],[-92.69607782363892,34.232421875],[-92.69287109375,34.234792709350586],[-92.6907730102539,34.236328125],[-92.68798828125,34.23834991455078],[-92.68532752990723,34.240234375],[-92.68310546875,34.2418270111084],[-92.67987966537476,34.244140625],[-92.67822265625,34.24536323547363],[-92.67454385757446,34.248046875],[-92.67333984375,34.24892044067383],[-92.66905546188354,34.251953125],[-92.66845703125,34.252384185791016],[-92.66365766525269,34.255859375],[-92.66357421875,34.25592041015625],[-92.65869140625,34.25956153869629],[-92.65842199325562,34.259765625],[-92.65380859375,34.26316261291504],[-92.65313625335693,34.263671875],[-92.64892578125,34.266836166381836],[-92.64796257019043,34.267578125],[-92.64404296875,34.27058410644531],[-92.64286518096924,34.271484375],[-92.63916015625,34.27425003051758],[-92.63761520385742,34.275390625],[-92.63427734375,34.277835845947266],[-92.63226985931396,34.279296875],[-92.62939453125,34.28140640258789],[-92.62689113616943,34.283203125],[-92.62451171875,34.28489112854004],[-92.62130498886108,34.287109375],[-92.61962890625,34.28830528259277],[-92.61587858200073,34.291015625],[-92.61474609375,34.291852951049805],[-92.61051893234253,34.294921875],[-92.60986328125,34.295392990112305],[-92.60498046875,34.29882621765137],[-92.60497808456421,34.298828125],[-92.60009765625,34.30243110656738],[-92.59970188140869,34.302734375],[-92.59521484375,34.30610275268555],[-92.59450435638428,34.306640625],[-92.59033203125,34.30973815917969],[-92.589271068573,34.310546875],[-92.58544921875,34.313459396362305],[-92.5841498374939,34.314453125],[-92.58056640625,34.31711959838867],[-92.57883787155151,34.318359375],[-92.57568359375,34.32059097290039],[-92.57328271865845,34.322265625],[-92.57080078125,34.324045181274414],[-92.56782293319702,34.326171875],[-92.56591796875,34.32753562927246],[-92.56227254867554,34.330078125],[-92.56103515625,34.33095741271973],[-92.55677223205566,34.333984375],[-92.55615234375,34.33443641662598],[-92.55139350891113,34.337890625],[-92.55126953125,34.33798027038574],[-92.54638671875,34.34148025512695],[-92.5459623336792,34.341796875],[-92.54150390625,34.345109939575195],[-92.54073143005371,34.345703125],[-92.53662109375,34.34882926940918],[-92.53560066223145,34.349609375],[-92.53173828125,34.35250473022461],[-92.53039598464966,34.353515625],[-92.52685546875,34.356149673461914],[-92.52511262893677,34.357421875],[-92.52197265625,34.359697341918945],[-92.51964569091797,34.361328125],[-92.51708984375,34.36311340332031],[-92.51401662826538,34.365234375],[-92.51220703125,34.36653137207031],[-92.50859498977661,34.369140625],[-92.50732421875,34.37006759643555],[-92.50312566757202,34.373046875],[-92.50244140625,34.37353706359863],[-92.4976372718811,34.376953125],[-92.49755859375,34.37701225280762],[-92.49267578125,34.3806209564209],[-92.49236106872559,34.380859375],[-92.48779296875,34.38421821594238],[-92.48706579208374,34.384765625],[-92.48291015625,34.38786506652832],[-92.48185873031616,34.388671875],[-92.47802734375,34.3915901184082],[-92.47671604156494,34.392578125],[-92.47314453125,34.39518737792969],[-92.47132539749146,34.396484375],[-92.46826171875,34.39868354797363],[-92.46588468551636,34.400390625],[-92.46337890625,34.40221977233887],[-92.46047019958496,34.404296875],[-92.45849609375,34.40568733215332],[-92.45482683181763,34.408203125],[-92.45361328125,34.4090633392334],[-92.44934797286987,34.412109375],[-92.44873046875,34.41256141662598],[-92.44389772415161,34.416015625],[-92.44384765625,34.41605186462402],[-92.43896484375,34.41955375671387],[-92.43847608566284,34.419921875],[-92.43408203125,34.423208236694336],[-92.43326902389526,34.423828125],[-92.42919921875,34.42687225341797],[-92.4280595779419,34.427734375],[-92.42431640625,34.43053436279297],[-92.42284059524536,34.431640625],[-92.41943359375,34.43416786193848],[-92.41751909255981,34.435546875],[-92.41455078125,34.437639236450195],[-92.41189956665039,34.439453125],[-92.40966796875,34.441022872924805],[-92.40636348724365,34.443359375],[-92.40478515625,34.444501876831055],[-92.40088224411011,34.447265625],[-92.39990234375,34.447959899902344],[-92.39529609680176,34.451171875],[-92.39501953125,34.451372146606445],[-92.39013671875,34.45495414733887],[-92.38997459411621,34.455078125],[-92.38525390625,34.45856857299805],[-92.38470315933228,34.458984375],[-92.38037109375,34.46218299865723],[-92.3794412612915,34.462890625],[-92.37548828125,34.46587562561035],[-92.37426519393921,34.466796875],[-92.37060546875,34.4694766998291],[-92.36889362335205,34.470703125],[-92.36572265625,34.472970962524414],[-92.36341953277588,34.474609375],[-92.36083984375,34.47646903991699],[-92.35793352127075,34.478515625],[-92.35595703125,34.47989463806152],[-92.3522424697876,34.482421875],[-92.35107421875,34.48324775695801],[-92.34675884246826,34.486328125],[-92.34619140625,34.48674201965332],[-92.34131097793579,34.490234375],[-92.34130859375,34.49023628234863],[-92.33642578125,34.493757247924805],[-92.33591556549072,34.494140625],[-92.33154296875,34.497419357299805],[-92.3307204246521,34.498046875],[-92.32666015625,34.501081466674805],[-92.32550621032715,34.501953125],[-92.32177734375,34.504737854003906],[-92.32027530670166,34.505859375],[-92.31689453125,34.50835609436035],[-92.31491804122925,34.509765625],[-92.31201171875,34.51179885864258],[-92.30925559997559,34.513671875],[-92.30712890625,34.51517105102539],[-92.3037314414978,34.517578125],[-92.30224609375,34.51865196228027],[-92.29820728302002,34.521484375],[-92.29736328125,34.52207946777344],[-92.29263067245483,34.525390625],[-92.29248046875,34.52549934387207],[-92.28759765625,34.5290641784668],[-92.28728532791138,34.529296875],[-92.28271484375,34.53263854980469],[-92.28196382522583,34.533203125],[-92.27783203125,34.536298751831055],[-92.27677822113037,34.537109375],[-92.27294921875,34.540016174316406],[-92.27160692214966,34.541015625],[-92.26806640625,34.54355049133301],[-92.26609706878662,34.544921875],[-92.26318359375,34.5469856262207],[-92.26057529449463,34.548828125],[-92.25830078125,34.550453186035156],[-92.25501775741577,34.552734375],[-92.25341796875,34.55385398864746],[-92.2494125366211,34.556640625],[-92.24853515625,34.55727005004883],[-92.2439432144165,34.560546875],[-92.24365234375,34.56075668334961],[-92.23876953125,34.5642147064209],[-92.23844766616821,34.564453125],[-92.23388671875,34.56782150268555],[-92.23318338394165,34.568359375],[-92.22900390625,34.57151985168457],[-92.22801923751831,34.572265625],[-92.22412109375,34.57514572143555],[-92.22273826599121,34.576171875],[-92.21923828125,34.5787353515625],[-92.21735954284668,34.580078125],[-92.21435546875,34.58220291137695],[-92.21175909042358,34.583984375],[-92.20947265625,34.58557891845703],[-92.2061562538147,34.587890625],[-92.20458984375,34.58901405334473],[-92.20065116882324,34.591796875],[-92.19970703125,34.59246253967285],[-92.19501256942749,34.595703125],[-92.19482421875,34.5958366394043],[-92.18994140625,34.599374771118164],[-92.18962907791138,34.599609375],[-92.18505859375,34.60298728942871],[-92.18435525894165,34.603515625],[-92.18017578125,34.60660171508789],[-92.17909812927246,34.607421875],[-92.17529296875,34.610286712646484],[-92.17388868331909,34.611328125],[-92.17041015625,34.61381530761719],[-92.16834783554077,34.615234375],[-92.16552734375,34.61720657348633],[-92.16276407241821,34.619140625],[-92.16064453125,34.62065124511719],[-92.1571946144104,34.623046875],[-92.15576171875,34.62404441833496],[-92.15152978897095,34.626953125],[-92.15087890625,34.62741661071777],[-92.14606761932373,34.630859375],[-92.14599609375,34.630910873413086],[-92.14111328125,34.634408950805664],[-92.14063167572021,34.634765625],[-92.13623046875,34.63801383972168],[-92.13536500930786,34.638671875],[-92.13134765625,34.64169692993164],[-92.13016986846924,34.642578125],[-92.12646484375,34.64526176452637],[-92.12475061416626,34.646484375],[-92.12158203125,34.64875030517578],[-92.11925029754639,34.650390625],[-92.11669921875,34.652183532714844],[-92.11360454559326,34.654296875],[-92.11181640625,34.65554237365723],[-92.10800170898438,34.658203125],[-92.10693359375,34.65896987915039],[-92.10251092910767,34.662109375],[-92.10205078125,34.66243553161621],[-92.09716796875,34.66584396362305],[-92.09693431854248,34.666015625],[-92.09228515625,34.66942024230957],[-92.0916223526001,34.669921875],[-92.08740234375,34.67305946350098],[-92.08638191223145,34.673828125],[-92.08251953125,34.67669868469238],[-92.08113193511963,34.677734375],[-92.07763671875,34.68029594421387],[-92.07573175430298,34.681640625],[-92.07275390625,34.68369674682617],[-92.069993019104,34.685546875],[-92.06787109375,34.687021255493164],[-92.06438064575195,34.689453125],[-92.06298828125,34.6904411315918],[-92.0587682723999,34.693359375],[-92.05810546875,34.693824768066406],[-92.05322265625,34.6972599029541],[-92.05321311950684,34.697265625],[-92.04833984375,34.70082664489746],[-92.04787731170654,34.701171875],[-92.04345703125,34.70438766479492],[-92.04253911972046,34.705078125],[-92.03857421875,34.70804214477539],[-92.03732013702393,34.708984375],[-92.03369140625,34.711639404296875],[-92.03191757202148,34.712890625],[-92.02880859375,34.715057373046875],[-92.02628135681152,34.716796875],[-92.02392578125,34.71845626831055],[-92.0206880569458,34.720703125],[-92.01904296875,34.72184371948242],[-92.01496362686157,34.724609375],[-92.01416015625,34.72517395019531],[-92.00945138931274,34.728515625],[-92.00927734375,34.7286434173584],[-92.00439453125,34.73214149475098],[-92.00401782989502,34.732421875],[-91.99951171875,34.73569679260254],[-91.99867725372314,34.736328125],[-91.99462890625,34.73935508728027],[-91.99344873428345,34.740234375],[-91.98974609375,34.74290657043457],[-91.98800563812256,34.744140625],[-91.98486328125,34.74637222290039],[-91.98246717453003,34.748046875],[-91.97998046875,34.74979019165039],[-91.97679996490479,34.751953125],[-91.97509765625,34.75313377380371],[-91.9711685180664,34.755859375],[-91.97021484375,34.75654220581055],[-91.96566104888916,34.759765625],[-91.96533203125,34.7599983215332],[-91.96044921875,34.76340866088867],[-91.96009159088135,34.763671875],[-91.95556640625,34.766984939575195],[-91.95478200912476,34.767578125],[-91.95068359375,34.77061462402344],[-91.94952011108398,34.771484375],[-91.94580078125,34.77420997619629],[-91.94417238235474,34.775390625],[-91.94091796875,34.77772903442383],[-91.93865776062012,34.779296875],[-91.93603515625,34.78109359741211],[-91.9328761100769,34.783203125],[-91.93115234375,34.78439712524414],[-91.92723512649536,34.787109375],[-91.92626953125,34.78778839111328],[-91.92158222198486,34.791015625],[-91.92138671875,34.791154861450195],[-91.91650390625,34.79465103149414],[-91.91614151000977,34.794921875],[-91.91162109375,34.79825782775879],[-91.91086053848267,34.798828125],[-91.90673828125,34.80185317993164],[-91.90556049346924,34.802734375],[-91.90185546875,34.805463790893555],[-91.90021276473999,34.806640625],[-91.89697265625,34.80889320373535],[-91.8945050239563,34.810546875],[-91.89208984375,34.81221008300781],[-91.88883543014526,34.814453125],[-91.88720703125,34.81559753417969],[-91.8831729888916,34.818359375],[-91.88232421875,34.81894874572754],[-91.87755346298218,34.822265625],[-91.87744140625,34.82234573364258],[-91.87255859375,34.82587432861328],[-91.87215805053711,34.826171875],[-91.86767578125,34.82940673828125],[-91.86677932739258,34.830078125],[-91.86279296875,34.83304023742676],[-91.86152219772339,34.833984375],[-91.85791015625,34.83658409118652],[-91.8560266494751,34.837890625],[-91.85302734375,34.839975357055664],[-91.85038805007935,34.841796875],[-91.84814453125,34.84337615966797],[-91.84475898742676,34.845703125],[-91.84326171875,34.84673500061035],[-91.83902263641357,34.849609375],[-91.83837890625,34.85006141662598],[-91.83349609375,34.853506088256836],[-91.83348417282104,34.853515625],[-91.82861328125,34.85697555541992],[-91.82801246643066,34.857421875],[-91.82373046875,34.86057662963867],[-91.82273626327515,34.861328125],[-91.81884765625,34.86421203613281],[-91.81744575500488,34.865234375],[-91.81396484375,34.867698669433594],[-91.81188106536865,34.869140625],[-91.80908203125,34.87110137939453],[-91.80624723434448,34.873046875],[-91.80419921875,34.87445068359375],[-91.80045366287231,34.876953125],[-91.79931640625,34.877742767333984],[-91.79483890533447,34.880859375],[-91.79443359375,34.88114929199219],[-91.78955078125,34.884559631347656],[-91.78926944732666,34.884765625],[-91.78466796875,34.88810348510742],[-91.78391695022583,34.888671875],[-91.77978515625,34.89175033569336],[-91.7786693572998,34.892578125],[-91.77490234375,34.895280838012695],[-91.77320003509521,34.896484375],[-91.77001953125,34.89873504638672],[-91.76762580871582,34.900390625],[-91.76513671875,34.902099609375],[-91.7618465423584,34.904296875],[-91.76025390625,34.90539741516113],[-91.75619602203369,34.908203125],[-91.75537109375,34.90878486633301],[-91.75055265426636,34.912109375],[-91.75048828125,34.91215515136719],[-91.74560546875,34.91563415527344],[-91.74509525299072,34.916015625],[-91.74072265625,34.91925048828125],[-91.73982620239258,34.919921875],[-91.73583984375,34.92282295227051],[-91.7344617843628,34.923828125],[-91.73095703125,34.926347732543945],[-91.72896146774292,34.927734375],[-91.72607421875,34.929704666137695],[-91.723153591156,34.931640625],[-91.72119140625,34.93298530578613],[-91.71745538711548,34.935546875],[-91.71630859375,34.936349868774414],[-91.7117691040039,34.939453125],[-91.71142578125,34.939693450927734],[-91.70654296875,34.943145751953125],[-91.70625686645508,34.943359375],[-91.70166015625,34.94673538208008],[-91.70094966888428,34.947265625],[-91.69677734375,34.95030403137207],[-91.6956090927124,34.951171875],[-91.69189453125,34.95388221740723],[-91.69020414352417,34.955078125],[-91.68701171875,34.95727348327637],[-91.68442964553833,34.958984375],[-91.68212890625,34.960554122924805],[-91.67869567871094,34.962890625],[-91.67724609375,34.96389389038086],[-91.67295694351196,34.966796875],[-91.67236328125,34.96721076965332],[-91.66748046875,34.97063636779785],[-91.66738986968994,34.970703125],[-91.66259765625,34.97417640686035],[-91.6620135307312,34.974609375],[-91.65771484375,34.977725982666016],[-91.65666103363037,34.978515625],[-91.65283203125,34.98134231567383],[-91.65133953094482,34.982421875],[-91.64794921875,34.98477363586426],[-91.64560556411743,34.986328125],[-91.64306640625,34.988054275512695],[-91.63984060287476,34.990234375],[-91.63818359375,34.991371154785156],[-91.63405656814575,34.994140625],[-91.63330078125,34.99466514587402],[-91.62846088409424,34.998046875],[-91.62841796875,34.99807929992676],[-91.62353515625,35.001577377319336],[-91.62302732467651,35.001953125],[-91.61865234375,35.00512504577637],[-91.61767482757568,35.005859375],[-91.61376953125,35.00875473022461],[-91.61237955093384,35.009765625],[-91.60888671875,35.0121955871582],[-91.60667419433594,35.013671875],[-91.60400390625,35.015493392944336],[-91.60092353820801,35.017578125],[-91.59912109375,35.01881217956543],[-91.59512042999268,35.021484375],[-91.59423828125,35.0220947265625],[-91.58949613571167,35.025390625],[-91.58935546875,35.02549171447754],[-91.58447265625,35.0289421081543],[-91.58399105072021,35.029296875],[-91.57958984375,35.032493591308594],[-91.57864809036255,35.033203125],[-91.57470703125,35.0361213684082],[-91.57334566116333,35.037109375],[-91.56982421875,35.039573669433594],[-91.5676999092102,35.041015625],[-91.56494140625,35.042917251586914],[-91.56198263168335,35.044921875],[-91.56005859375,35.04623031616211],[-91.55613660812378,35.048828125],[-91.55517578125,35.04948806762695],[-91.55047416687012,35.052734375],[-91.55029296875,35.0528621673584],[-91.54541015625,35.05627632141113],[-91.54491424560547,35.056640625],[-91.54052734375,35.0598258972168],[-91.53956174850464,35.060546875],[-91.53564453125,35.06340217590332],[-91.53418064117432,35.064453125],[-91.53076171875,35.066856384277344],[-91.52856588363647,35.068359375],[-91.52587890625,35.07021141052246],[-91.52281761169434,35.072265625],[-91.52099609375,35.07350158691406],[-91.51702880859375,35.076171875],[-91.51611328125,35.07681083679199],[-91.5114164352417,35.080078125],[-91.51123046875,35.080209732055664],[-91.50634765625,35.0836067199707],[-91.50583505630493,35.083984375],[-91.50146484375,35.08716011047363],[-91.50047779083252,35.087890625],[-91.49658203125,35.09069633483887],[-91.49503946304321,35.091796875],[-91.49169921875,35.09415054321289],[-91.48943185806274,35.095703125],[-91.48681640625,35.097490310668945],[-91.48361921310425,35.099609375],[-91.48193359375,35.10075378417969],[-91.47787570953369,35.103515625],[-91.47705078125,35.10409355163574],[-91.47223234176636,35.107421875],[-91.47216796875,35.107465744018555],[-91.46728515625,35.110897064208984],[-91.46670341491699,35.111328125],[-91.46240234375,35.11446952819824],[-91.46136283874512,35.115234375],[-91.45751953125,35.11795997619629],[-91.45583152770996,35.119140625],[-91.45263671875,35.12137031555176],[-91.45017385482788,35.123046875],[-91.44775390625,35.12468719482422],[-91.44432544708252,35.126953125],[-91.44287109375,35.12794876098633],[-91.43860816955566,35.130859375],[-91.43798828125,35.131290435791016],[-91.43310546875,35.13462448120117],[-91.43290996551514,35.134765625],[-91.42822265625,35.13812255859375],[-91.42748594284058,35.138671875],[-91.42333984375,35.14171028137207],[-91.42215967178345,35.142578125],[-91.41845703125,35.14522361755371],[-91.41664266586304,35.146484375],[-91.41357421875,35.14859962463379],[-91.41088485717773,35.150390625],[-91.40869140625,35.1518669128418],[-91.40505790710449,35.154296875],[-91.40380859375,35.1551628112793],[-91.39939069747925,35.158203125],[-91.39892578125,35.158525466918945],[-91.39404296875,35.161865234375],[-91.39370679855347,35.162109375],[-91.38916015625,35.165382385253906],[-91.38830184936523,35.166015625],[-91.38427734375,35.16890525817871],[-91.38286113739014,35.169921875],[-91.37939453125,35.17237091064453],[-91.37726068496704,35.173828125],[-91.37451171875,35.17568778991699],[-91.37139081954956,35.177734375],[-91.36962890625,35.17893028259277],[-91.36562824249268,35.181640625],[-91.36474609375,35.18225288391113],[-91.35989427566528,35.185546875],[-91.35986328125,35.18556785583496],[-91.35498046875,35.18901252746582],[-91.35438680648804,35.189453125],[-91.35009765625,35.19257164001465],[-91.34902715682983,35.193359375],[-91.34521484375,35.196088790893555],[-91.34353637695312,35.197265625],[-91.34033203125,35.19948768615723],[-91.3378095626831,35.201171875],[-91.33544921875,35.20275688171387],[-91.33195877075195,35.205078125],[-91.33056640625,35.206037521362305],[-91.32625579833984,35.208984375],[-91.32568359375,35.20937919616699],[-91.32080078125,35.212697982788086],[-91.3205361366272,35.212890625],[-91.31591796875,35.21619987487793],[-91.31510972976685,35.216796875],[-91.31103515625,35.2197265625],[-91.3096833229065,35.220703125],[-91.30615234375,35.22320556640625],[-91.30409717559814,35.224609375],[-91.30126953125,35.22651290893555],[-91.29820108413696,35.228515625],[-91.29638671875,35.2297420501709],[-91.29240989685059,35.232421875],[-91.29150390625,35.23304557800293],[-91.28664493560791,35.236328125],[-91.28662109375,35.23634338378906],[-91.28173828125,35.23978614807129],[-91.28113031387329,35.240234375],[-91.27685546875,35.24332618713379],[-91.27574443817139,35.244140625],[-91.27197265625,35.246835708618164],[-91.27023458480835,35.248046875],[-91.26708984375,35.25020980834961],[-91.26445055007935,35.251953125],[-91.26220703125,35.25345420837402],[-91.25859022140503,35.255859375],[-91.25732421875,35.25672721862793],[-91.25283002853394,35.259765625],[-91.25244140625,35.26003456115723],[-91.24755859375,35.26339530944824],[-91.24718189239502,35.263671875],[-91.24267578125,35.26693153381348],[-91.2417984008789,35.267578125],[-91.23779296875,35.27044105529785],[-91.23633146286011,35.271484375],[-91.23291015625,35.27388954162598],[-91.23069763183594,35.275390625],[-91.22802734375,35.27717971801758],[-91.22478008270264,35.279296875],[-91.22314453125,35.28040313720703],[-91.21899366378784,35.283203125],[-91.21826171875,35.28370475769043],[-91.21337890625,35.28700256347656],[-91.21323108673096,35.287109375],[-91.20849609375,35.290475845336914],[-91.20776414871216,35.291015625],[-91.20361328125,35.29399490356445],[-91.20233297348022,35.294921875],[-91.19873046875,35.297468185424805],[-91.19673013687134,35.298828125],[-91.19384765625,35.30076026916504],[-91.19080543518066,35.302734375],[-91.18896484375,35.30397033691406],[-91.18498086929321,35.306640625],[-91.18408203125,35.3072566986084],[-91.17919921875,35.310543060302734],[-91.17919445037842,35.310546875],[-91.17431640625,35.313982009887695],[-91.1736798286438,35.314453125],[-91.16943359375,35.317522048950195],[-91.16828918457031,35.318359375],[-91.16455078125,35.32100868225098],[-91.16271734237671,35.322265625],[-91.15966796875,35.324331283569336],[-91.15684986114502,35.326171875],[-91.15478515625,35.32755088806152],[-91.15098714828491,35.330078125],[-91.14990234375,35.3308219909668],[-91.14521026611328,35.333984375],[-91.14501953125,35.334115982055664],[-91.14013671875,35.33750915527344],[-91.13961935043335,35.337890625],[-91.13525390625,35.3410530090332],[-91.13423347473145,35.341796875],[-91.13037109375,35.344520568847656],[-91.12865686416626,35.345703125],[-91.12548828125,35.34787178039551],[-91.1228609085083,35.349609375],[-91.12060546875,35.351112365722656],[-91.11696243286133,35.353515625],[-91.11572265625,35.35436248779297],[-91.11121416091919,35.357421875],[-91.11083984375,35.35767936706543],[-91.10595703125,35.36101531982422],[-91.10552787780762,35.361328125],[-91.10107421875,35.364524841308594],[-91.10010147094727,35.365234375],[-91.09619140625,35.36798858642578],[-91.09453678131104,35.369140625],[-91.09130859375,35.37137413024902],[-91.08881711959839,35.373046875],[-91.08642578125,35.374643325805664],[-91.0828709602356,35.376953125],[-91.08154296875,35.37784957885742],[-91.07707500457764,35.380859375],[-91.07666015625,35.38114547729492],[-91.07177734375,35.38446617126465],[-91.07136487960815,35.384765625],[-91.06689453125,35.38796424865723],[-91.06592416763306,35.388671875],[-91.06201171875,35.39142608642578],[-91.06035232543945,35.392578125],[-91.05712890625,35.39480400085449],[-91.05462312698364,35.396484375],[-91.05224609375,35.3980712890625],[-91.04867219924927,35.400390625],[-91.04736328125,35.40127372741699],[-91.04287385940552,35.404296875],[-91.04248046875,35.40456771850586],[-91.03759765625,35.40789222717285],[-91.03717088699341,35.408203125],[-91.03271484375,35.41138458251953],[-91.03171825408936,35.412109375],[-91.02783203125,35.41484451293945],[-91.02613687515259,35.416015625],[-91.02294921875,35.4182071685791],[-91.02038145065308,35.419921875],[-91.01806640625,35.421464920043945],[-91.01442337036133,35.423828125],[-91.01318359375,35.42466354370117],[-91.00862503051758,35.427734375],[-91.00830078125,35.42795753479004],[-91.00341796875,35.43129920959473],[-91.00294828414917,35.431640625],[-90.99853515625,35.43478965759277],[-90.99749326705933,35.435546875],[-90.99365234375,35.438236236572266],[-90.9918761253357,35.439453125],[-90.98876953125,35.441572189331055],[-90.98608493804932,35.443359375],[-90.98388671875,35.44482612609863],[-90.98013162612915,35.447265625],[-90.97900390625,35.44802665710449],[-90.97434282302856,35.451171875],[-90.97412109375,35.45132637023926],[-90.96923828125,35.45468330383301],[-90.96869468688965,35.455078125],[-90.96435546875,35.45817565917969],[-90.96323728561401,35.458984375],[-90.95947265625,35.46160697937012],[-90.95757246017456,35.462890625],[-90.95458984375,35.464908599853516],[-90.95174074172974,35.466796875],[-90.94970703125,35.46815490722656],[-90.94579219818115,35.470703125],[-90.94482421875,35.471357345581055],[-90.9400200843811,35.474609375],[-90.93994140625,35.47466468811035],[-90.93505859375,35.47804832458496],[-90.93441724777222,35.478515625],[-90.93017578125,35.48155403137207],[-90.92896938323975,35.482421875],[-90.92529296875,35.484962463378906],[-90.92324018478394,35.486328125],[-90.92041015625,35.488224029541016],[-90.9173583984375,35.490234375],[-90.91552734375,35.49145698547363],[-90.91140747070312,35.494140625],[-90.91064453125,35.49465560913086],[-90.90576171875,35.497976303100586],[-90.90566396713257,35.498046875],[-90.90087890625,35.50138854980469],[-90.9001088142395,35.501953125],[-90.89599609375,35.50491142272949],[-90.8946704864502,35.505859375],[-90.89111328125,35.50829315185547],[-90.88885307312012,35.509765625],[-90.88623046875,35.51150321960449],[-90.88291883468628,35.513671875],[-90.88134765625,35.514719009399414],[-90.87697744369507,35.517578125],[-90.87646484375,35.517927169799805],[-90.87158203125,35.52127456665039],[-90.87129354476929,35.521484375],[-90.86669921875,35.52471160888672],[-90.86576700210571,35.525390625],[-90.86181640625,35.5282096862793],[-90.86025953292847,35.529296875],[-90.85693359375,35.53154182434082],[-90.8543610572815,35.533203125],[-90.85205078125,35.534732818603516],[-90.84843397140503,35.537109375],[-90.84716796875,35.5379581451416],[-90.84251880645752,35.541015625],[-90.84228515625,35.541175842285156],[-90.83740234375,35.544559478759766],[-90.83690643310547,35.544921875],[-90.83251953125,35.54802703857422],[-90.83141326904297,35.548828125],[-90.82763671875,35.551490783691406],[-90.8258056640625,35.552734375],[-90.82275390625,35.554758071899414],[-90.81981658935547,35.556640625],[-90.81787109375,35.557931900024414],[-90.81391096115112,35.560546875],[-90.81298828125,35.5611686706543],[-90.80810546875,35.56440734863281],[-90.80804109573364,35.564453125],[-90.80322265625,35.56783103942871],[-90.80249547958374,35.568359375],[-90.79833984375,35.57128143310547],[-90.79694271087646,35.572265625],[-90.79345703125,35.57467460632324],[-90.7912015914917,35.576171875],[-90.78857421875,35.577903747558594],[-90.78519582748413,35.580078125],[-90.78369140625,35.581085205078125],[-90.77932834625244,35.583984375],[-90.77880859375,35.58433723449707],[-90.77392578125,35.58762550354004],[-90.77355861663818,35.587890625],[-90.76904296875,35.59110069274902],[-90.76807737350464,35.591796875],[-90.76416015625,35.59451103210449],[-90.76239824295044,35.595703125],[-90.75927734375,35.597795486450195],[-90.75648069381714,35.599609375],[-90.75439453125,35.600982666015625],[-90.75051069259644,35.603515625],[-90.74951171875,35.60418891906738],[-90.74466705322266,35.607421875],[-90.74462890625,35.60744857788086],[-90.73974609375,35.610816955566406],[-90.73904037475586,35.611328125],[-90.73486328125,35.61428451538086],[-90.73351621627808,35.615234375],[-90.72998046875,35.61765670776367],[-90.72773218154907,35.619140625],[-90.72509765625,35.62087821960449],[-90.72171211242676,35.623046875],[-90.72021484375,35.62403678894043],[-90.71579933166504,35.626953125],[-90.71533203125,35.62727165222168],[-90.71044921875,35.63056564331055],[-90.71004152297974,35.630859375],[-90.70556640625,35.63399314880371],[-90.7044792175293,35.634765625],[-90.70068359375,35.63735580444336],[-90.6986951828003,35.638671875],[-90.69580078125,35.64059829711914],[-90.6927752494812,35.642578125],[-90.69091796875,35.64380645751953],[-90.68679094314575,35.646484375],[-90.68603515625,35.64699745178223],[-90.68115234375,35.65032196044922],[-90.68105697631836,35.650390625],[-90.67626953125,35.653724670410156],[-90.67548751831055,35.654296875],[-90.67138671875,35.65724563598633],[-90.67003965377808,35.658203125],[-90.66650390625,35.66060256958008],[-90.66417455673218,35.662109375],[-90.66162109375,35.663795471191406],[-90.65821647644043,35.666015625],[-90.65673828125,35.6669979095459],[-90.6522536277771,35.669921875],[-90.65185546875,35.67019271850586],[-90.64697265625,35.67354393005371],[-90.64657926559448,35.673828125],[-90.64208984375,35.676963806152344],[-90.64101219177246,35.677734375],[-90.63720703125,35.68037033081055],[-90.6352949142456,35.681640625],[-90.63232421875,35.68359375],[-90.62928676605225,35.685546875],[-90.62744140625,35.68676567077637],[-90.62329292297363,35.689453125],[-90.62255859375,35.68994331359863],[-90.61767578125,35.69321250915527],[-90.61747074127197,35.693359375],[-90.61279296875,35.69662094116211],[-90.61190128326416,35.697265625],[-90.60791015625,35.7000617980957],[-90.6062912940979,35.701171875],[-90.60302734375,35.70335006713867],[-90.60032606124878,35.705078125],[-90.59814453125,35.70650863647461],[-90.59434175491333,35.708984375],[-90.59326171875,35.7097053527832],[-90.58841466903687,35.712890625],[-90.58837890625,35.71291542053223],[-90.58349609375,35.71629524230957],[-90.58280229568481,35.716796875],[-90.57861328125,35.7197208404541],[-90.57721376419067,35.720703125],[-90.57373046875,35.723100662231445],[-90.57145595550537,35.724609375],[-90.56884765625,35.726318359375],[-90.56539058685303,35.728515625],[-90.56396484375,35.72945976257324],[-90.55948495864868,35.732421875],[-90.55908203125,35.73269462585449],[-90.55419921875,35.73597717285156],[-90.55371284484863,35.736328125],[-90.54931640625,35.739444732666016],[-90.54821014404297,35.740234375],[-90.54443359375,35.7428092956543],[-90.54239273071289,35.744140625],[-90.53955078125,35.74599838256836],[-90.53632497787476,35.748046875],[-90.53466796875,35.74913024902344],[-90.5303406715393,35.751953125],[-90.52978515625,35.752328872680664],[-90.52490234375,35.75560188293457],[-90.52454233169556,35.755859375],[-90.52001953125,35.75901412963867],[-90.51896572113037,35.759765625],[-90.51513671875,35.76238822937012],[-90.51320791244507,35.763671875],[-90.51025390625,35.76564025878906],[-90.50727605819702,35.767578125],[-90.50537109375,35.768829345703125],[-90.501229763031,35.771484375],[-90.50048828125,35.77198028564453],[-90.49560546875,35.7752628326416],[-90.49542665481567,35.775390625],[-90.49072265625,35.778635025024414],[-90.48979759216309,35.779296875],[-90.48583984375,35.782052993774414],[-90.484139919281,35.783203125],[-90.48095703125,35.785308837890625],[-90.4781436920166,35.787109375],[-90.47607421875,35.7884635925293],[-90.47209739685059,35.791015625],[-90.47119140625,35.791616439819336],[-90.46630859375,35.794851303100586],[-90.46621084213257,35.794921875],[-90.46142578125,35.798227310180664],[-90.46059131622314,35.798828125],[-90.45654296875,35.80165100097656],[-90.45496225357056,35.802734375],[-90.45166015625,35.80492973327637],[-90.44897317886353,35.806640625],[-90.44677734375,35.808074951171875],[-90.44296026229858,35.810546875],[-90.44189453125,35.81125450134277],[-90.43701171875,35.8144474029541],[-90.43700218200684,35.814453125],[-90.43212890625,35.81782531738281],[-90.43138265609741,35.818359375],[-90.42724609375,35.821210861206055],[-90.42570352554321,35.822265625],[-90.42236328125,35.82450866699219],[-90.41978597640991,35.826171875],[-90.41748046875,35.82767295837402],[-90.41372537612915,35.830078125],[-90.41259765625,35.83082580566406],[-90.40778398513794,35.833984375],[-90.40771484375,35.83403205871582],[-90.40283203125,35.83736038208008],[-90.4020881652832,35.837890625],[-90.39794921875,35.84075164794922],[-90.39642810821533,35.841796875],[-90.39306640625,35.844064712524414],[-90.39055347442627,35.845703125],[-90.38818359375,35.847246170043945],[-90.38445234298706,35.849609375],[-90.38330078125,35.85037040710449],[-90.37854194641113,35.853515625],[-90.37841796875,35.853599548339844],[-90.37353515625,35.85691261291504],[-90.37282466888428,35.857421875],[-90.36865234375,35.860342025756836],[-90.36722421646118,35.861328125],[-90.36376953125,35.86363410949707],[-90.3612732887268,35.865234375],[-90.35888671875,35.866783142089844],[-90.3551697731018,35.869140625],[-90.35400390625,35.86990547180176],[-90.34920930862427,35.873046875],[-90.34912109375,35.87310600280762],[-90.34423828125,35.87643623352051],[-90.34351825714111,35.876953125],[-90.33935546875,35.87986373901367],[-90.33792018890381,35.880859375],[-90.33447265625,35.883155822753906],[-90.33194065093994,35.884765625],[-90.32958984375,35.886295318603516],[-90.3259015083313,35.888671875],[-90.32470703125,35.88945960998535],[-90.3199052810669,35.892578125],[-90.31982421875,35.89263343811035],[-90.31494140625,35.895992279052734],[-90.31425476074219,35.896484375],[-90.31005859375,35.89936637878418],[-90.30855417251587,35.900390625],[-90.30517578125,35.902639389038086],[-90.30256748199463,35.904296875],[-90.30029296875,35.905765533447266],[-90.29647827148438,35.908203125],[-90.29541015625,35.90890884399414],[-90.29052734375,35.91209030151367],[-90.2905011177063,35.912109375],[-90.28564453125,35.91543960571289],[-90.28483390808105,35.916015625],[-90.28076171875,35.91880226135254],[-90.27910947799683,35.919921875],[-90.27587890625,35.922088623046875],[-90.27319431304932,35.923828125],[-90.27099609375,35.925254821777344],[-90.26707410812378,35.927734375],[-90.26611328125,35.928367614746094],[-90.26123046875,35.93157386779785],[-90.26113748550415,35.931640625],[-90.25634765625,35.93490791320801],[-90.25544166564941,35.935546875],[-90.25146484375,35.93825912475586],[-90.24967432022095,35.939453125],[-90.24658203125,35.94149971008301],[-90.24369478225708,35.943359375],[-90.24169921875,35.94465446472168],[-90.23758888244629,35.947265625],[-90.23681640625,35.94777870178223],[-90.23193359375,35.95103454589844],[-90.23174047470093,35.951171875],[-90.22705078125,35.95438575744629],[-90.22607088088989,35.955078125],[-90.22216796875,35.95774459838867],[-90.22027969360352,35.958984375],[-90.21728515625,35.9609317779541],[-90.21419525146484,35.962890625],[-90.21240234375,35.96405601501465],[-90.20809888839722,35.966796875],[-90.20751953125,35.96718215942383],[-90.20263671875,35.97043800354004],[-90.2022647857666,35.970703125],[-90.19775390625,35.973825454711914],[-90.19665002822876,35.974609375],[-90.19287109375,35.97719955444336],[-90.19086122512817,35.978515625],[-90.18798828125,35.98036766052246],[-90.18468379974365,35.982421875],[-90.18310546875,35.983442306518555],[-90.17861604690552,35.986328125],[-90.17822265625,35.98659133911133],[-90.17333984375,35.98984146118164],[-90.1727843284607,35.990234375],[-90.16845703125,35.99320602416992],[-90.1671051979065,35.994140625],[-90.16357421875,35.996517181396484],[-90.16120910644531,35.998046875],[-90.15869140625,35.999667167663574],[-90.15504837036133,36.001953125],[-90.15380859375,36.00276470184326],[-90.14909267425537,36.005859375],[-90.14892578125,36.00597286224365],[-90.14404296875,36.00925350189209],[-90.14331817626953,36.009765625],[-90.13916015625,36.01261901855469],[-90.1375961303711,36.013671875],[-90.13427734375,36.01585388183594],[-90.13156652450562,36.017578125],[-90.12939453125,36.01897430419922],[-90.12540340423584,36.021484375],[-90.12451171875,36.02206897735596],[-90.11962890625,36.02528190612793],[-90.11947393417358,36.025390625],[-90.11474609375,36.02861213684082],[-90.11377573013306,36.029296875],[-90.10986328125,36.03196716308594],[-90.10798215866089,36.033203125],[-90.10498046875,36.03514862060547],[-90.10185956954956,36.037109375],[-90.10009765625,36.03824806213379],[-90.09575128555298,36.041015625],[-90.09521484375,36.04137134552002],[-90.09033203125,36.0446195602417],[-90.0899076461792,36.044921875],[-90.08544921875,36.047990798950195],[-90.08425712585449,36.048828125],[-90.08056640625,36.051344871520996],[-90.07843494415283,36.052734375],[-90.07568359375,36.054503440856934],[-90.07223844528198,36.056640625],[-90.07080078125,36.05756855010986],[-90.06617307662964,36.060546875],[-90.06591796875,36.06071758270264],[-90.06103515625,36.063971519470215],[-90.06034851074219,36.064453125],[-90.05615234375,36.06730079650879],[-90.0545859336853,36.068359375],[-90.05126953125,36.07056427001953],[-90.04862308502197,36.072265625],[-90.04638671875,36.07370662689209],[-90.04246473312378,36.076171875],[-90.04150390625,36.07680416107178],[-90.03662109375,36.080020904541016],[-90.0365400314331,36.080078125],[-90.03173828125,36.08332061767578],[-90.03078699111938,36.083984375],[-90.02685546875,36.086628913879395],[-90.02491474151611,36.087890625],[-90.02197265625,36.08979606628418],[-90.01881122589111,36.091796875],[-90.01708984375,36.09290599822998],[-90.01267671585083,36.095703125],[-90.01220703125,36.09601593017578],[-90.00732421875,36.099289894104004],[-90.0068736076355,36.099609375],[-90.00244140625,36.10264015197754],[-90.00117063522339,36.103515625],[-89.99755859375,36.10591793060303],[-89.99517440795898,36.107421875],[-89.99267578125,36.109012603759766],[-89.98898983001709,36.111328125],[-89.98779296875,36.11210632324219],[-89.98292922973633,36.115234375],[-89.98291015625,36.11524677276611],[-89.97802734375,36.118568420410156],[-89.97721672058105,36.119140625],[-89.97314453125,36.121886253356934],[-89.97138500213623,36.123046875],[-89.96826171875,36.125081062316895],[-89.96528148651123,36.126953125],[-89.96337890625,36.12817096710205],[-89.95914936065674,36.130859375],[-89.95849609375,36.13129138946533],[-89.95361328125,36.13449001312256],[-89.95322227478027,36.134765625],[-89.94873046875,36.13786220550537],[-89.94757175445557,36.138671875],[-89.94384765625,36.14114570617676],[-89.94157791137695,36.142578125],[-89.93896484375,36.14424514770508],[-89.93537425994873,36.146484375],[-89.93408203125,36.14731979370117],[-89.9293041229248,36.150390625],[-89.92919921875,36.15046215057373],[-89.92431640625,36.15373992919922],[-89.92352962493896,36.154296875],[-89.91943359375,36.157105445861816],[-89.91779804229736,36.158203125],[-89.91455078125,36.160311698913574],[-89.91164207458496,36.162109375],[-89.90966796875,36.16336631774902],[-89.90546226501465,36.166015625],[-89.90478515625,36.166460037231445],[-89.89990234375,36.169650077819824],[-89.89951133728027,36.169921875],[-89.89501953125,36.172972679138184],[-89.89378452301025,36.173828125],[-89.89013671875,36.17628288269043],[-89.88788604736328,36.177734375],[-89.88525390625,36.17941474914551],[-89.88165378570557,36.181640625],[-89.88037109375,36.18246650695801],[-89.87558364868164,36.185546875],[-89.87548828125,36.185611724853516],[-89.87060546875,36.188870429992676],[-89.86976623535156,36.189453125],[-89.86572265625,36.19215774536133],[-89.8638916015625,36.193359375],[-89.86083984375,36.195356369018555],[-89.8578405380249,36.197265625],[-89.85595703125,36.198476791381836],[-89.85166072845459,36.201171875],[-89.85107421875,36.20155620574951],[-89.84619140625,36.204776763916016],[-89.84576225280762,36.205078125],[-89.84130859375,36.20810794830322],[-89.84002590179443,36.208984375],[-89.83642578125,36.21134376525879],[-89.83395099639893,36.212890625],[-89.83154296875,36.21442890167236],[-89.8277997970581,36.216796875],[-89.82666015625,36.21753692626953],[-89.82177734375,36.220656394958496],[-89.82171058654785,36.220703125],[-89.81689453125,36.22396183013916],[-89.81596946716309,36.224609375],[-89.81201171875,36.22726345062256],[-89.81007099151611,36.228515625],[-89.80712890625,36.23038578033447],[-89.80382919311523,36.232421875],[-89.80224609375,36.23344039916992],[-89.79775428771973,36.236328125],[-89.79736328125,36.236589431762695],[-89.79248046875,36.23978900909424],[-89.79183673858643,36.240234375],[-89.78759765625,36.24307346343994],[-89.78599071502686,36.244140625],[-89.78271484375,36.246280670166016],[-89.77992534637451,36.248046875],[-89.77783203125,36.24938106536865],[-89.7737169265747,36.251953125],[-89.77294921875,36.25245761871338],[-89.76806640625,36.25567626953125],[-89.76780414581299,36.255859375],[-89.76318359375,36.258981704711914],[-89.76203918457031,36.259765625],[-89.75830078125,36.262224197387695],[-89.7559928894043,36.263671875],[-89.75341796875,36.26530933380127],[-89.7498083114624,36.267578125],[-89.74853515625,36.26840019226074],[-89.74368572235107,36.271484375],[-89.74365234375,36.27150821685791],[-89.73876953125,36.27479934692383],[-89.73792552947998,36.275390625],[-89.73388671875,36.27808856964111],[-89.73201751708984,36.279296875],[-89.72900390625,36.28120994567871],[-89.7257661819458,36.283203125],[-89.72412109375,36.284257888793945],[-89.71966743469238,36.287109375],[-89.71923828125,36.28739356994629],[-89.71435546875,36.2905797958374],[-89.71372604370117,36.291015625],[-89.70947265625,36.29384899139404],[-89.70785140991211,36.294921875],[-89.70458984375,36.2970495223999],[-89.70177173614502,36.298828125],[-89.69970703125,36.300143241882324],[-89.69554424285889,36.302734375],[-89.69482421875,36.303205490112305],[-89.68994140625,36.30640983581543],[-89.68961238861084,36.306640625],[-89.68505859375,36.309712409973145],[-89.68383312225342,36.310546875],[-89.68017578125,36.312928199768066],[-89.67772483825684,36.314453125],[-89.67529296875,36.31599807739258],[-89.67154502868652,36.318359375],[-89.67041015625,36.319092750549316],[-89.66552734375,36.322195053100586],[-89.66542720794678,36.322265625],[-89.66064453125,36.325480461120605],[-89.65965270996094,36.326171875],[-89.65576171875,36.32876777648926],[-89.65370655059814,36.330078125],[-89.65087890625,36.33185863494873],[-89.64739799499512,36.333984375],[-89.64599609375,36.334879875183105],[-89.64127540588379,36.337890625],[-89.64111328125,36.337998390197754],[-89.63623046875,36.34122657775879],[-89.63540077209473,36.341796875],[-89.63134765625,36.344472885131836],[-89.62944507598877,36.345703125],[-89.62646484375,36.34762668609619],[-89.6233081817627,36.349609375],[-89.62158203125,36.35070991516113],[-89.61708545684814,36.353515625],[-89.61669921875,36.35376834869385],[-89.61181640625,36.356971740722656],[-89.61117267608643,36.357421875],[-89.60693359375,36.360291481018066],[-89.60537910461426,36.361328125],[-89.60205078125,36.363471031188965],[-89.59916591644287,36.365234375],[-89.59716796875,36.36648941040039],[-89.59290027618408,36.369140625],[-89.59228515625,36.36954116821289],[-89.58740234375,36.37271499633789],[-89.5869255065918,36.373046875],[-89.58251953125,36.37598419189453],[-89.58107471466064,36.376953125],[-89.57763671875,36.37920379638672],[-89.57499504089355,36.380859375],[-89.57275390625,36.38227653503418],[-89.56873416900635,36.384765625],[-89.56787109375,36.38532257080078],[-89.56298828125,36.38845157623291],[-89.56267356872559,36.388671875],[-89.55810546875,36.39177131652832],[-89.55693244934082,36.392578125],[-89.55322265625,36.395005226135254],[-89.55082893371582,36.396484375],[-89.54833984375,36.39803600311279],[-89.54448699951172,36.400390625],[-89.54345703125,36.40104866027832],[-89.53857421875,36.40419006347656],[-89.53842163085938,36.404296875],[-89.53369140625,36.40747547149658],[-89.53263282775879,36.408203125],[-89.52880859375,36.410719871520996],[-89.52657699584961,36.412109375],[-89.52392578125,36.41376304626465],[-89.520263671875,36.416015625],[-89.51904296875,36.41679382324219],[-89.51416015625,36.41989231109619],[-89.51411724090576,36.419921875],[-89.50927734375,36.42319202423096],[-89.50835704803467,36.423828125],[-89.50439453125,36.42643070220947],[-89.50231552124023,36.427734375],[-89.49951171875,36.42948532104492],[-89.49596881866455,36.431640625],[-89.49462890625,36.43249320983887],[-89.48984622955322,36.435546875],[-89.48974609375,36.435614585876465],[-89.48486328125,36.438836097717285],[-89.483962059021,36.439453125],[-89.47998046875,36.44206523895264],[-89.47793960571289,36.443359375],[-89.47509765625,36.445162773132324],[-89.47172164916992,36.447265625],[-89.47021484375,36.448225021362305],[-89.46550846099854,36.451171875],[-89.46533203125,36.451287269592285],[-89.46044921875,36.4545259475708],[-89.4596529006958,36.455078125],[-89.45556640625,36.45779609680176],[-89.45372104644775,36.458984375],[-89.45068359375,36.460899353027344],[-89.44740772247314,36.462890625],[-89.44580078125,36.46390247344971],[-89.44119453430176,36.466796875],[-89.44091796875,36.46697998046875],[-89.43603515625,36.470176696777344],[-89.4352674484253,36.470703125],[-89.43115234375,36.47339725494385],[-89.42925930023193,36.474609375],[-89.42626953125,36.47651672363281],[-89.42303657531738,36.478515625],[-89.42138671875,36.479559898376465],[-89.41681385040283,36.482421875],[-89.41650390625,36.482625007629395],[-89.41162109375,36.48581314086914],[-89.41087245941162,36.486328125],[-89.40673828125,36.489073753356934],[-89.40494537353516,36.490234375],[-89.40185546875,36.49219608306885],[-89.39867973327637,36.494140625],[-89.39697265625,36.495216369628906],[-89.39241409301758,36.498046875],[-89.39208984375,36.498257637023926],[-89.38720703125,36.5014762878418],[-89.38652038574219,36.501953125],[-89.38232421875,36.50471591949463],[-89.3805456161499,36.505859375],[-89.37744140625,36.50782299041748],[-89.3742561340332,36.509765625],[-89.37255859375,36.51083183288574],[-89.36804294586182,36.513671875],[-89.36767578125,36.51391315460205],[-89.36279296875,36.5170841217041],[-89.36206817626953,36.517578125],[-89.35791015625,36.52030849456787],[-89.3560791015625,36.521484375],[-89.35302734375,36.52342700958252],[-89.34986591339111,36.525390625],[-89.34814453125,36.52647686004639],[-89.34359073638916,36.529296875],[-89.34326171875,36.52950954437256],[-89.33837890625,36.5327033996582],[-89.33765888214111,36.533203125],[-89.33349609375,36.53596210479736],[-89.33172225952148,36.537109375],[-89.32861328125,36.5390682220459],[-89.32538509368896,36.541015625],[-89.32373046875,36.5420503616333],[-89.31910991668701,36.544921875],[-89.31884765625,36.54509162902832],[-89.31396484375,36.54829406738281],[-89.31318283081055,36.548828125],[-89.30908203125,36.551509857177734],[-89.30715560913086,36.552734375],[-89.30419921875,36.554598808288574],[-89.30085182189941,36.556640625],[-89.29931640625,36.55760478973389],[-89.29462909698486,36.560546875],[-89.29443359375,36.560675621032715],[-89.28955078125,36.56387233734131],[-89.2887020111084,36.564453125],[-89.28466796875,36.56709289550781],[-89.28265571594238,36.568359375],[-89.27978515625,36.570157051086426],[-89.27635669708252,36.572265625],[-89.27490234375,36.5731840133667],[-89.27011966705322,36.576171875],[-89.27001953125,36.57623863220215],[-89.26513671875,36.579482078552246],[-89.26426887512207,36.580078125],[-89.26025390625,36.582695960998535],[-89.25819396972656,36.583984375],[-89.25537109375,36.585734367370605],[-89.25179958343506,36.587890625],[-89.25048828125,36.58871936798096],[-89.24561023712158,36.591796875],[-89.24560546875,36.591800689697266],[-89.24072265625,36.59502601623535],[-89.23972606658936,36.595703125],[-89.23583984375,36.598215103149414],[-89.23357963562012,36.599609375],[-89.23095703125,36.601240158081055],[-89.2272138595581,36.603515625],[-89.22607421875,36.60423755645752],[-89.22119140625,36.607330322265625],[-89.2210578918457,36.607421875],[-89.21630859375,36.61055660247803],[-89.21516418457031,36.611328125],[-89.21142578125,36.613749504089355],[-89.20900821685791,36.615234375],[-89.20654296875,36.61676216125488],[-89.20266628265381,36.619140625],[-89.20166015625,36.61978054046631],[-89.19677734375,36.6228609085083],[-89.19650554656982,36.623046875],[-89.19189453125,36.626081466674805],[-89.19057846069336,36.626953125],[-89.18701171875,36.62923622131348],[-89.1843843460083,36.630859375],[-89.18212890625,36.63225841522217],[-89.17799949645996,36.634765625],[-89.17724609375,36.63524532318115],[-89.17236328125,36.638365745544434],[-89.17191982269287,36.638671875],[-89.16748046875,36.6416130065918],[-89.16601657867432,36.642578125],[-89.16259765625,36.644744873046875],[-89.15969371795654,36.646484375],[-89.15771484375,36.64770317077637],[-89.1533088684082,36.650390625],[-89.15283203125,36.650699615478516],[-89.14794921875,36.6538724899292],[-89.14732933044434,36.654296875],[-89.14306640625,36.657081604003906],[-89.14131164550781,36.658203125],[-89.13818359375,36.66016864776611],[-89.13496017456055,36.662109375],[-89.13330078125,36.6631383895874],[-89.12867069244385,36.666015625],[-89.12841796875,36.666181564331055],[-89.12353515625,36.669339179992676],[-89.12267208099365,36.669921875],[-89.11865234375,36.672526359558105],[-89.1165828704834,36.673828125],[-89.11376953125,36.675601959228516],[-89.11031723022461,36.677734375],[-89.10888671875,36.67863941192627],[-89.10403251647949,36.681640625],[-89.10400390625,36.68165874481201],[-89.09912109375,36.68484306335449],[-89.09808158874512,36.685546875],[-89.09423828125,36.6880464553833],[-89.09196376800537,36.689453125],[-89.08935546875,36.69106578826904],[-89.0855598449707,36.693359375],[-89.08447265625,36.694045066833496],[-89.07958984375,36.697092056274414],[-89.07933235168457,36.697265625],[-89.07470703125,36.70029354095459],[-89.07337665557861,36.701171875],[-89.06982421875,36.703436851501465],[-89.06713962554932,36.705078125],[-89.06494140625,36.70643615722656],[-89.0607500076294,36.708984375],[-89.06005859375,36.709428787231445],[-89.05517578125,36.71257495880127],[-89.05471324920654,36.712890625],[-89.05029296875,36.7157621383667],[-89.04868125915527,36.716796875],[-89.04541015625,36.71883773803711],[-89.04229640960693,36.720703125],[-89.04052734375,36.721797943115234],[-89.03594970703125,36.724609375],[-89.03076171875,36.72798156738281],[-89.02997493743896,36.728515625],[-89.02587890625,36.73116588592529],[-89.02387142181396,36.732421875],[-89.02099609375,36.73420810699463],[-89.0174674987793,36.736328125],[-89.01611328125,36.73717403411865],[-89.01123046875,36.740227699279785],[-89.01122093200684,36.740234375],[-89.00634765625,36.743407249450684],[-89.00525093078613,36.744140625],[-89.00146484375,36.74654960632324],[-88.99899005889893,36.748046875],[-88.99658203125,36.74952983856201],[-88.99261474609375,36.751953125],[-88.99169921875,36.75253486633301],[-88.98681640625,36.75560188293457],[-88.98643493652344,36.755859375],[-88.98193359375,36.758769035339355],[-88.98039817810059,36.759765625],[-88.97705078125,36.761884689331055],[-88.9741039276123,36.763671875],[-88.97216796875,36.76487064361572],[-88.96777153015137,36.767578125],[-88.96728515625,36.767889976501465],[-88.96240234375,36.771013259887695],[-88.96170616149902,36.771484375],[-88.95751953125,36.774187088012695],[-88.95559787750244,36.775390625],[-88.95263671875,36.77723503112793],[-88.94925594329834,36.779296875],[-88.94775390625,36.78023433685303],[-88.94291400909424,36.783203125],[-88.94287109375,36.78322982788086],[-88.93798828125,36.78637218475342],[-88.93688201904297,36.787109375],[-88.93310546875,36.78953170776367],[-88.93068790435791,36.791015625],[-88.92822265625,36.792531967163086],[-88.92425537109375,36.794921875],[-88.92333984375,36.79549980163574],[-88.91845703125,36.79854488372803],[-88.91803741455078,36.798828125],[-88.91357421875,36.80170822143555],[-88.91197204589844,36.802734375],[-88.90869140625,36.804792404174805],[-88.90564441680908,36.806640625],[-88.90380859375,36.80777454376221],[-88.89925479888916,36.810546875],[-88.89892578125,36.81075859069824],[-88.89404296875,36.813920974731445],[-88.89326572418213,36.814453125],[-88.88916015625,36.81712818145752],[-88.88720035552979,36.818359375],[-88.88427734375,36.82016372680664],[-88.88072967529297,36.822265625],[-88.87939453125,36.823092460632324],[-88.87451171875,36.82609748840332],[-88.87440204620361,36.826171875],[-88.86962890625,36.8292932510376],[-88.86845111846924,36.830078125],[-88.86474609375,36.83243465423584],[-88.86219501495361,36.833984375],[-88.85986328125,36.83541011810303],[-88.8557243347168,36.837890625],[-88.85498046875,36.838361740112305],[-88.85009765625,36.84145164489746],[-88.84958744049072,36.841796875],[-88.84521484375,36.84460258483887],[-88.84347438812256,36.845703125],[-88.84033203125,36.84764575958252],[-88.83702278137207,36.849609375],[-88.83544921875,36.85057830810547],[-88.8306474685669,36.853515625],[-88.83056640625,36.8535680770874],[-88.82568359375,36.85675048828125],[-88.82468223571777,36.857421875],[-88.82080078125,36.859883308410645],[-88.81840705871582,36.861328125],[-88.81591796875,36.86284065246582],[-88.81192207336426,36.865234375],[-88.81103515625,36.86579513549805],[-88.80615234375,36.86890125274658],[-88.80579948425293,36.869140625],[-88.80126953125,36.87208080291748],[-88.79977703094482,36.873046875],[-88.79638671875,36.875165939331055],[-88.79338264465332,36.876953125],[-88.79150390625,36.8781042098999],[-88.78695964813232,36.880859375],[-88.78662109375,36.88107490539551],[-88.78173828125,36.88422679901123],[-88.78093719482422,36.884765625],[-88.77685546875,36.88735103607178],[-88.77467632293701,36.888671875],[-88.77197265625,36.89030933380127],[-88.76814365386963,36.892578125],[-88.76708984375,36.89323425292969],[-88.76220703125,36.8962926864624],[-88.76192569732666,36.896484375],[-88.75732421875,36.89946174621582],[-88.75589370727539,36.900390625],[-88.75244140625,36.90255641937256],[-88.74951362609863,36.904296875],[-88.74755859375,36.90548896789551],[-88.74304294586182,36.908203125],[-88.74267578125,36.90843677520752],[-88.73779296875,36.911582946777344],[-88.73701572418213,36.912109375],[-88.73291015625,36.914727210998535],[-88.73080730438232,36.916015625],[-88.72802734375,36.91770839691162],[-88.72430801391602,36.919921875],[-88.72314453125,36.920647621154785],[-88.71826171875,36.9237003326416],[-88.7180757522583,36.923828125],[-88.71337890625,36.92689228057861],[-88.71210098266602,36.927734375],[-88.70849609375,36.930006980895996],[-88.70575428009033,36.931640625],[-88.70361328125,36.932942390441895],[-88.69927406311035,36.935546875],[-88.69873046875,36.935893058776855],[-88.69384765625,36.93902587890625],[-88.69321346282959,36.939453125],[-88.68896484375,36.942161560058594],[-88.68701934814453,36.943359375],[-88.68408203125,36.945143699645996],[-88.68046760559082,36.947265625],[-88.67919921875,36.94804286956787],[-88.67431640625,36.951019287109375],[-88.67408752441406,36.951171875],[-88.66943359375,36.95415496826172],[-88.66800308227539,36.955078125],[-88.66455078125,36.95723533630371],[-88.66162776947021,36.958984375],[-88.65966796875,36.96018123626709],[-88.65518569946289,36.962890625],[-88.65478515625,36.9631462097168],[-88.64990234375,36.966304779052734],[-88.64917755126953,36.966796875],[-88.64501953125,36.96946334838867],[-88.64301204681396,36.970703125],[-88.64013671875,36.972458839416504],[-88.63650321960449,36.974609375],[-88.63525390625,36.97538089752197],[-88.63037109375,36.978373527526855],[-88.63015651702881,36.978515625],[-88.62548828125,36.9814977645874],[-88.62404823303223,36.982421875],[-88.62060546875,36.98456287384033],[-88.61766338348389,36.986328125],[-88.61572265625,36.98751354217529],[-88.61120700836182,36.990234375],[-88.61083984375,36.990468978881836],[-88.60595703125,36.99359893798828],[-88.60515594482422,36.994140625],[-88.60107421875,36.99675178527832],[-88.59896183013916,36.998046875],[-88.59619140625,36.99973678588867],[-88.59245777130127,37.001953125],[-88.59130859375,37.00266647338867],[-88.58642578125,37.00565814971924],[-88.58612537384033,37.005859375],[-88.58154296875,37.00877571105957],[-88.57998847961426,37.009765625],[-88.57666015625,37.01183319091797],[-88.57361316680908,37.013671875],[-88.57177734375,37.01479625701904],[-88.56714725494385,37.017578125],[-88.56689453125,37.01773738861084],[-88.56201171875,37.02083778381348],[-88.56103897094727,37.021484375],[-88.55712890625,37.02395725250244],[-88.55473518371582,37.025390625],[-88.55224609375,37.026896476745605],[-88.54823589324951,37.029296875],[-88.54736328125,37.02984046936035],[-88.54248046875,37.03284931182861],[-88.54194164276123,37.033203125],[-88.53759765625,37.03593635559082],[-88.5357141494751,37.037109375],[-88.53271484375,37.03896427154541],[-88.52930545806885,37.041015625],[-88.52783203125,37.0419282913208],[-88.52294921875,37.0449161529541],[-88.52293968200684,37.044921875],[-88.51806640625,37.04801559448242],[-88.51681232452393,37.048828125],[-88.51318359375,37.05109405517578],[-88.51042747497559,37.052734375],[-88.50830078125,37.054030418395996],[-88.50399971008301,37.056640625],[-88.50341796875,37.05701160430908],[-88.49853515625,37.06007766723633],[-88.49782466888428,37.060546875],[-88.49365234375,37.063164710998535],[-88.491530418396,37.064453125],[-88.48876953125,37.066131591796875],[-88.4850025177002,37.068359375],[-88.48388671875,37.06904888153076],[-88.47900390625,37.072078704833984],[-88.47872257232666,37.072265625],[-88.47412109375,37.07518672943115],[-88.47256660461426,37.076171875],[-88.46923828125,37.07821559906006],[-88.46606731414795,37.080078125],[-88.46435546875,37.081116676330566],[-88.45959186553955,37.083984375],[-88.45947265625,37.08406162261963],[-88.45458984375,37.08718204498291],[-88.45351219177246,37.087890625],[-88.44970703125,37.09026622772217],[-88.44714164733887,37.091796875],[-88.44482421875,37.09318828582764],[-88.44054698944092,37.095703125],[-88.43994140625,37.09607982635498],[-88.43505859375,37.09911251068115],[-88.43430519104004,37.099609375],[-88.43017578125,37.10220241546631],[-88.42800617218018,37.103515625],[-88.42529296875,37.105164527893066],[-88.42152118682861,37.107421875],[-88.42041015625,37.10811233520508],[-88.41552734375,37.11109447479248],[-88.41516971588135,37.111328125],[-88.41064453125,37.11415672302246],[-88.40890407562256,37.115234375],[-88.40576171875,37.117149353027344],[-88.40240478515625,37.119140625],[-88.40087890625,37.120076179504395],[-88.39602947235107,37.123046875],[-88.39599609375,37.123066902160645],[-88.39111328125,37.126152992248535],[-88.38986396789551,37.126953125],[-88.38623046875,37.12918281555176],[-88.38335514068604,37.130859375],[-88.38134765625,37.132062911987305],[-88.37685585021973,37.134765625],[-88.37646484375,37.135013580322266],[-88.37158203125,37.138115882873535],[-88.37074756622314,37.138671875],[-88.36669921875,37.1412239074707],[-88.36445808410645,37.142578125],[-88.36181640625,37.14417743682861],[-88.35791110992432,37.146484375],[-88.35693359375,37.14709186553955],[-88.35205078125,37.150123596191406],[-88.35165023803711,37.150390625],[-88.34716796875,37.15317726135254],[-88.3453369140625,37.154296875],[-88.34228515625,37.1561222076416],[-88.33868503570557,37.158203125],[-88.33740234375,37.15898036956787],[-88.33251953125,37.161927223205566],[-88.33224296569824,37.162109375],[-88.32763671875,37.165040016174316],[-88.32611083984375,37.166015625],[-88.32275390625,37.168107986450195],[-88.3197546005249,37.169921875],[-88.31787109375,37.17107677459717],[-88.31327438354492,37.173828125],[-88.31298828125,37.1740083694458],[-88.30810546875,37.17707633972168],[-88.30710411071777,37.177734375],[-88.30322265625,37.18016338348389],[-88.30073356628418,37.181640625],[-88.29833984375,37.18308067321777],[-88.29421520233154,37.185546875],[-88.29345703125,37.186020851135254],[-88.28857421875,37.18901348114014],[-88.28789710998535,37.189453125],[-88.28369140625,37.19203567504883],[-88.28147888183594,37.193359375],[-88.27880859375,37.19497108459473],[-88.27494144439697,37.197265625],[-88.27392578125,37.197896003723145],[-88.26904296875,37.20092964172363],[-88.26868057250977,37.201171875],[-88.26416015625,37.204002380371094],[-88.26241970062256,37.205078125],[-88.25927734375,37.20697784423828],[-88.25582504272461,37.208984375],[-88.25439453125,37.20984745025635],[-88.24951171875,37.2127742767334],[-88.24933528900146,37.212890625],[-88.24462890625,37.21584415435791],[-88.2431173324585,37.216796875],[-88.23974609375,37.21886920928955],[-88.23667526245117,37.220703125],[-88.23486328125,37.221802711486816],[-88.23014736175537,37.224609375],[-88.22998046875,37.22471523284912],[-88.22509765625,37.22776222229004],[-88.22393417358398,37.228515625],[-88.22021484375,37.23082256317139],[-88.21751117706299,37.232421875],[-88.21533203125,37.23373222351074],[-88.21100234985352,37.236328125],[-88.21044921875,37.23667621612549],[-88.20556640625,37.23969268798828],[-88.20472717285156,37.240234375],[-88.20068359375,37.24270534515381],[-88.19822788238525,37.244140625],[-88.19580078125,37.245574951171875],[-88.19155216217041,37.248046875],[-88.19091796875,37.24844169616699],[-88.18603515625,37.25150489807129],[-88.18536281585693,37.251953125],[-88.18115234375,37.254594802856445],[-88.17905902862549,37.255859375],[-88.17626953125,37.25753116607666],[-88.17242622375488,37.259765625],[-88.17138671875,37.260398864746094],[-88.16650390625,37.26335334777832],[-88.16601753234863,37.263671875],[-88.16162109375,37.26644039154053],[-88.15978050231934,37.267578125],[-88.15673828125,37.26942825317383],[-88.15326690673828,37.271484375],[-88.15185546875,37.27234649658203],[-88.14697265625,37.275285720825195],[-88.14681053161621,37.275390625],[-88.14208984375,37.27827453613281],[-88.14041137695312,37.279296875],[-88.13720703125,37.28120708465576],[-88.13375949859619,37.283203125],[-88.13232421875,37.2840690612793],[-88.12744140625,37.287004470825195],[-88.12727928161621,37.287109375],[-88.12255859375,37.29002857208252],[-88.1209659576416,37.291015625],[-88.11767578125,37.29301166534424],[-88.11442375183105,37.294921875],[-88.11279296875,37.29590702056885],[-88.10791015625,37.298800468444824],[-88.10786724090576,37.298828125],[-88.10302734375,37.301825523376465],[-88.10158729553223,37.302734375],[-88.09814453125,37.30484867095947],[-88.09510707855225,37.306640625],[-88.09326171875,37.307753562927246],[-88.08859825134277,37.310546875],[-88.08837890625,37.310683250427246],[-88.08349609375,37.31368541717529],[-88.08228492736816,37.314453125],[-88.07861328125,37.316678047180176],[-88.07570934295654,37.318359375],[-88.07373046875,37.31953811645508],[-88.06912422180176,37.322265625],[-88.06884765625,37.3224401473999],[-88.06396484375,37.325520515441895],[-88.06296825408936,37.326171875],[-88.05908203125,37.328579902648926],[-88.05656433105469,37.330078125],[-88.05419921875,37.331488609313965],[-88.04993152618408,37.333984375],[-88.04931640625,37.334364891052246],[-88.04443359375,37.33737564086914],[-88.04364681243896,37.337890625],[-88.03955078125,37.340420722961426],[-88.0372142791748,37.341796875],[-88.03466796875,37.34330940246582],[-88.03062438964844,37.345703125],[-88.02978515625,37.34622383117676],[-88.02490234375,37.3492374420166],[-88.02433490753174,37.349609375],[-88.02001953125,37.352280616760254],[-88.01796436309814,37.353515625],[-88.01513671875,37.35520839691162],[-88.01133155822754,37.357421875],[-88.01025390625,37.35807800292969],[-88.00537109375,37.36103820800781],[-88.00492286682129,37.361328125],[-88.00048828125,37.36404323577881],[-87.99849510192871,37.365234375],[-87.99560546875,37.3669490814209],[-87.99184799194336,37.369140625],[-87.99072265625,37.36982440948486],[-87.98583984375,37.372761726379395],[-87.98540115356445,37.373046875],[-87.98095703125,37.3757848739624],[-87.97903060913086,37.376953125],[-87.97607421875,37.37873554229736],[-87.97245025634766,37.380859375],[-87.97119140625,37.38163089752197],[-87.96630859375,37.384615898132324],[-87.96607971191406,37.384765625],[-87.96142578125,37.38766574859619],[-87.95980453491211,37.388671875],[-87.95654296875,37.3906364440918],[-87.95317649841309,37.392578125],[-87.95166015625,37.39348602294922],[-87.94677734375,37.39638328552246],[-87.94662475585938,37.396484375],[-87.94189453125,37.39945316314697],[-87.94041156768799,37.400390625],[-87.93701171875,37.40247631072998],[-87.93393611907959,37.404296875],[-87.93212890625,37.40538692474365],[-87.92739391326904,37.408203125],[-87.92724609375,37.40829563140869],[-87.92236328125,37.41130256652832],[-87.92108535766602,37.412109375],[-87.91748046875,37.41428756713867],[-87.9144811630249,37.416015625],[-87.91259765625,37.41713047027588],[-87.90785312652588,37.419921875],[-87.90771484375,37.42000961303711],[-87.90283203125,37.4230375289917],[-87.90158748626709,37.423828125],[-87.89794921875,37.42604351043701],[-87.89506912231445,37.427734375],[-87.89306640625,37.42892360687256],[-87.88840770721436,37.431640625],[-87.88818359375,37.43177890777588],[-87.88330078125,37.43476676940918],[-87.88207054138184,37.435546875],[-87.87841796875,37.437771797180176],[-87.87551879882812,37.439453125],[-87.87353515625,37.44063091278076],[-87.86891460418701,37.443359375],[-87.86865234375,37.44352149963379],[-87.86376953125,37.44650745391846],[-87.86256790161133,37.447265625],[-87.85888671875,37.44950580596924],[-87.85604000091553,37.451171875],[-87.85400390625,37.45238494873047],[-87.84940719604492,37.455078125],[-87.84912109375,37.45525646209717],[-87.84423828125,37.458251953125],[-87.84308433532715,37.458984375],[-87.83935546875,37.461252212524414],[-87.83653259277344,37.462890625],[-87.83447265625,37.464111328125],[-87.8299331665039,37.466796875],[-87.82958984375,37.467010498046875],[-87.82470703125,37.47002029418945],[-87.82363891601562,37.470703125],[-87.81982421875,37.47301959991455],[-87.817063331604,37.474609375],[-87.81494140625,37.47585964202881],[-87.81036376953125,37.478515625],[-87.81005859375,37.478702545166016],[-87.80517578125,37.481685638427734],[-87.8040075302124,37.482421875],[-87.80029296875,37.48466777801514],[-87.79743194580078,37.486328125],[-87.79541015625,37.48752403259277],[-87.79080867767334,37.490234375],[-87.79052734375,37.49040985107422],[-87.78564453125,37.49340629577637],[-87.78448581695557,37.494140625],[-87.78076171875,37.49639415740967],[-87.77789115905762,37.498046875],[-87.77587890625,37.49923229217529],[-87.77122020721436,37.501953125],[-87.77099609375,37.50209140777588],[-87.76611328125,37.50509262084961],[-87.764892578125,37.505859375],[-87.76123046875,37.50805854797363],[-87.75827407836914,37.509765625],[-87.75634765625,37.51089954376221],[-87.75157928466797,37.513671875],[-87.75146484375,37.5137414932251],[-87.74658203125,37.51670742034912],[-87.74518489837646,37.517578125],[-87.74169921875,37.51967525482178],[-87.73855686187744,37.521484375],[-87.73681640625,37.52251720428467],[-87.73193836212158,37.525390625],[-87.73193359375,37.52539348602295],[-87.72705078125,37.528388023376465],[-87.72557735443115,37.529296875],[-87.72216796875,37.531344413757324],[-87.71898746490479,37.533203125],[-87.71728515625,37.53421878814697],[-87.71240234375,37.53708457946777],[-87.71236419677734,37.537109375],[-87.70751953125,37.54002666473389],[-87.70588874816895,37.541015625],[-87.70263671875,37.54294204711914],[-87.69917488098145,37.544921875],[-87.69775390625,37.54576587677002],[-87.69287109375,37.548648834228516],[-87.69259452819824,37.548828125],[-87.68798828125,37.55164432525635],[-87.68619537353516,37.552734375],[-87.68310546875,37.55458927154541],[-87.67962455749512,37.556640625],[-87.67822265625,37.55749034881592],[-87.67333984375,37.56038475036621],[-87.67308712005615,37.560546875],[-87.66845703125,37.56334972381592],[-87.6666259765625,37.564453125],[-87.66357421875,37.56626605987549],[-87.65993595123291,37.568359375],[-87.65869140625,37.569106101989746],[-87.65380859375,37.57200527191162],[-87.65340328216553,37.572265625],[-87.64892578125,37.57498073577881],[-87.64691829681396,37.576171875],[-87.64404296875,37.5778694152832],[-87.64025211334229,37.580078125],[-87.63916015625,37.5807409286499],[-87.63427734375,37.5836706161499],[-87.63379096984863,37.583984375],[-87.62939453125,37.58666133880615],[-87.6273250579834,37.587890625],[-87.62451171875,37.58955097198486],[-87.62060165405273,37.591796875],[-87.61962890625,37.592384338378906],[-87.61474609375,37.59531784057617],[-87.61415004730225,37.595703125],[-87.60986328125,37.59830665588379],[-87.60764122009277,37.599609375],[-87.60498046875,37.601173400878906],[-87.60097026824951,37.603515625],[-87.60009765625,37.604047775268555],[-87.59521484375,37.60698699951172],[-87.59453296661377,37.607421875],[-87.59033203125,37.609938621520996],[-87.58790969848633,37.611328125],[-87.58544921875,37.612751960754395],[-87.58108139038086,37.615234375],[-87.58056640625,37.61554718017578],[-87.57568359375,37.618483543395996],[-87.57464408874512,37.619140625],[-87.57080078125,37.621463775634766],[-87.56805896759033,37.623046875],[-87.56591796875,37.624305725097656],[-87.56141185760498,37.626953125],[-87.56103515625,37.6271858215332],[-87.55615234375,37.63014793395996],[-87.55501747131348,37.630859375],[-87.55126953125,37.63310527801514],[-87.54838466644287,37.634765625],[-87.54638671875,37.63593864440918],[-87.54165649414062,37.638671875],[-87.54150390625,37.638766288757324],[-87.53662109375,37.64171123504639],[-87.53521919250488,37.642578125],[-87.53173828125,37.644662857055664],[-87.52856254577637,37.646484375],[-87.52685546875,37.64749050140381],[-87.52197265625,37.65035629272461],[-87.5219202041626,37.650390625],[-87.51708984375,37.65329074859619],[-87.5154161453247,37.654296875],[-87.51220703125,37.656192779541016],[-87.50872611999512,37.658203125],[-87.50732421875,37.65903949737549],[-87.50244140625,37.661898612976074],[-87.50210762023926,37.662109375],[-87.49755859375,37.66483497619629],[-87.49556541442871,37.666015625],[-87.49267578125,37.66771697998047],[-87.48883247375488,37.669921875],[-87.48779296875,37.67054843902588],[-87.48291015625,37.67347431182861],[-87.48235702514648,37.673828125],[-87.47802734375,37.676448822021484],[-87.47582912445068,37.677734375],[-87.47314453125,37.67930889129639],[-87.4691390991211,37.681640625],[-87.46826171875,37.68217372894287],[-87.46337890625,37.68509769439697],[-87.46266841888428,37.685546875],[-87.45849609375,37.68803119659424],[-87.4560022354126,37.689453125],[-87.45361328125,37.69083213806152],[-87.44919300079346,37.693359375],[-87.44873046875,37.69363975524902],[-87.44384765625,37.69658374786377],[-87.44276523590088,37.697265625],[-87.43896484375,37.69954490661621],[-87.43610858917236,37.701171875],[-87.43408203125,37.70234775543213],[-87.4293565750122,37.705078125],[-87.42919921875,37.70517539978027],[-87.42431640625,37.708109855651855],[-87.42289066314697,37.708984375],[-87.41943359375,37.71104431152344],[-87.4162483215332,37.712890625],[-87.41455078125,37.71389579772949],[-87.40966796875,37.7167329788208],[-87.40956783294678,37.716796875],[-87.40478515625,37.719655990600586],[-87.40303993225098,37.720703125],[-87.39990234375,37.722551345825195],[-87.3962926864624,37.724609375],[-87.39501953125,37.72536659240723],[-87.39013671875,37.728243827819824],[-87.38970756530762,37.728515625],[-87.38525390625,37.73119258880615],[-87.38314628601074,37.732421875],[-87.38037109375,37.73404121398926],[-87.37640380859375,37.736328125],[-87.37548828125,37.7368803024292],[-87.37060546875,37.73979949951172],[-87.36991882324219,37.740234375],[-87.36572265625,37.74273490905762],[-87.36326694488525,37.744140625],[-87.36083984375,37.745540618896484],[-87.35640048980713,37.748046875],[-87.35595703125,37.74831485748291],[-87.35107421875,37.75118923187256],[-87.34982967376709,37.751953125],[-87.34619140625,37.754103660583496],[-87.34310150146484,37.755859375],[-87.34130859375,37.75690937042236],[-87.33642578125,37.75974082946777],[-87.33638763427734,37.759765625],[-87.33154296875,37.76267623901367],[-87.32988834381104,37.763671875],[-87.32666015625,37.76557445526123],[-87.32319831848145,37.767578125],[-87.32177734375,37.768428802490234],[-87.31689453125,37.771318435668945],[-87.31663703918457,37.771484375],[-87.31201171875,37.77425479888916],[-87.31009483337402,37.775390625],[-87.30712890625,37.77712154388428],[-87.30330467224121,37.779296875],[-87.30224609375,37.77992916107178],[-87.29736328125,37.78281211853027],[-87.29674339294434,37.783203125],[-87.29248046875,37.78574180603027],[-87.29008674621582,37.787109375],[-87.28759765625,37.78854560852051],[-87.28326320648193,37.791015625],[-87.28271484375,37.79134941101074],[-87.27783203125,37.79427719116211],[-87.27679252624512,37.794921875],[-87.27294921875,37.797189712524414],[-87.27006912231445,37.798828125],[-87.26806640625,37.7999906539917],[-87.26332187652588,37.802734375],[-87.26318359375,37.80281925201416],[-87.25830078125,37.805734634399414],[-87.2568130493164,37.806640625],[-87.25341796875,37.80863857269287],[-87.2500467300415,37.810546875],[-87.24853515625,37.81143569946289],[-87.24365234375,37.81425762176514],[-87.24334239959717,37.814453125],[-87.23876953125,37.817161560058594],[-87.23671913146973,37.818359375],[-87.23388671875,37.820008277893066],[-87.22992420196533,37.822265625],[-87.22900390625,37.82281684875488],[-87.22412109375,37.825737953186035],[-87.22343444824219,37.826171875],[-87.21923828125,37.828651428222656],[-87.21671104431152,37.830078125],[-87.21435546875,37.8314323425293],[-87.20991611480713,37.833984375],[-87.20947265625,37.83425521850586],[-87.20458984375,37.83715629577637],[-87.20339775085449,37.837890625],[-87.19970703125,37.84006404876709],[-87.19664573669434,37.841796875],[-87.19482421875,37.842854499816895],[-87.18994140625,37.84564685821533],[-87.18985080718994,37.845703125],[-87.18505859375,37.84853553771973],[-87.18324184417725,37.849609375],[-87.18017578125,37.851399421691895],[-87.17642784118652,37.853515625],[-87.17529296875,37.854183197021484],[-87.17041015625,37.8570499420166],[-87.16981887817383,37.857421875],[-87.16552734375,37.859971046447754],[-87.1631383895874,37.861328125],[-87.16064453125,37.86276054382324],[-87.15631008148193,37.865234375],[-87.15576171875,37.86556529998779],[-87.15087890625,37.86843395233154],[-87.14972019195557,37.869140625],[-87.14599609375,37.87133312225342],[-87.14300632476807,37.873046875],[-87.14111328125,37.87415409088135],[-87.13624477386475,37.876953125],[-87.13623046875,37.87696075439453],[-87.13134765625,37.87984085083008],[-87.12963104248047,37.880859375],[-87.12646484375,37.882699966430664],[-87.122802734375,37.884765625],[-87.12158203125,37.88548469543457],[-87.11669921875,37.888336181640625],[-87.11616516113281,37.888671875],[-87.11181640625,37.89125442504883],[-87.10949897766113,37.892578125],[-87.10693359375,37.89405155181885],[-87.10264205932617,37.896484375],[-87.10205078125,37.8968391418457],[-87.09716796875,37.89974498748779],[-87.09612369537354,37.900390625],[-87.09228515625,37.90264129638672],[-87.08936214447021,37.904296875],[-87.08740234375,37.90543079376221],[-87.08259582519531,37.908203125],[-87.08251953125,37.90824890136719],[-87.07763671875,37.911142349243164],[-87.07602024078369,37.912109375],[-87.07275390625,37.91401195526123],[-87.06919193267822,37.916015625],[-87.06787109375,37.91678810119629],[-87.06298828125,37.91961479187012],[-87.06249713897705,37.919921875],[-87.05810546875,37.92251968383789],[-87.05583095550537,37.923828125],[-87.05322265625,37.92533588409424],[-87.04896450042725,37.927734375],[-87.04833984375,37.928104400634766],[-87.04345703125,37.93095779418945],[-87.04234600067139,37.931640625],[-87.03857421875,37.933855056762695],[-87.03557014465332,37.935546875],[-87.03369140625,37.93663311004639],[-87.02880859375,37.93944454193115],[-87.02879428863525,37.939453125],[-87.02392578125,37.9423131942749],[-87.0221471786499,37.943359375],[-87.01904296875,37.945162773132324],[-87.01537609100342,37.947265625],[-87.01416015625,37.947988510131836],[-87.00927734375,37.95083713531494],[-87.00873851776123,37.951171875],[-87.00439453125,37.95371150970459],[-87.00197219848633,37.955078125],[-86.99951171875,37.956478118896484],[-86.9950532913208,37.958984375],[-86.99462890625,37.9592399597168],[-86.98974609375,37.9621000289917],[-86.98843955993652,37.962890625],[-86.98486328125,37.96496391296387],[-86.9815731048584,37.966796875],[-86.97998046875,37.96771812438965],[-86.97509765625,37.97052478790283],[-86.97481155395508,37.970703125],[-86.97021484375,37.97342395782471],[-86.96816921234131,37.974609375],[-86.96533203125,37.97623825073242],[-86.96128368377686,37.978515625],[-86.96044921875,37.97901248931885],[-86.95556640625,37.981882095336914],[-86.95468425750732,37.982421875],[-86.95068359375,37.984734535217285],[-86.94782257080078,37.986328125],[-86.94580078125,37.9874849319458],[-86.9410228729248,37.990234375],[-86.94091796875,37.99029731750488],[-86.93603515625,37.993160247802734],[-86.93438053131104,37.994140625],[-86.93115234375,37.996015548706055],[-86.92757606506348,37.998046875],[-86.92626953125,37.99881839752197],[-86.92138671875,38.001644134521484],[-86.92089080810547,38.001953125],[-86.91650390625,38.00450611114502],[-86.91409587860107,38.005859375],[-86.91162109375,38.0072603225708],[-86.90712928771973,38.009765625],[-86.90673828125,38.00999641418457],[-86.90185546875,38.012837409973145],[-86.90046787261963,38.013671875],[-86.89697265625,38.015708923339844],[-86.89363956451416,38.017578125],[-86.89208984375,38.01848030090332],[-86.88720703125,38.02130126953125],[-86.8869161605835,38.021484375],[-86.88232421875,38.024197578430176],[-86.88024520874023,38.025390625],[-86.87744140625,38.02699089050293],[-86.87333583831787,38.029296875],[-86.87255859375,38.02975940704346],[-86.86767578125,38.03262519836426],[-86.86673164367676,38.033203125],[-86.86279296875,38.03547954559326],[-86.85986995697021,38.037109375],[-86.85791015625,38.038228034973145],[-86.85303211212158,38.041015625],[-86.85302734375,38.04101848602295],[-86.84814453125,38.04387283325195],[-86.84635162353516,38.044921875],[-86.84326171875,38.046698570251465],[-86.83947563171387,38.048828125],[-86.83837890625,38.049471855163574],[-86.83349609375,38.05229949951172],[-86.83279514312744,38.052734375],[-86.82861328125,38.055158615112305],[-86.82593822479248,38.056640625],[-86.82373046875,38.05788707733154],[-86.81898593902588,38.060546875],[-86.81884765625,38.06062984466553],[-86.81396484375,38.063477516174316],[-86.81231498718262,38.064453125],[-86.80908203125,38.06631946563721],[-86.80542945861816,38.068359375],[-86.80419921875,38.06907653808594],[-86.79931640625,38.071900367736816],[-86.79872989654541,38.072265625],[-86.79443359375,38.074777603149414],[-86.7919397354126,38.076171875],[-86.78955078125,38.07752227783203],[-86.78500175476074,38.080078125],[-86.78466796875,38.080278396606445],[-86.77978515625,38.08313846588135],[-86.77835941314697,38.083984375],[-86.77490234375,38.085957527160645],[-86.77142143249512,38.087890625],[-86.77001953125,38.088701248168945],[-86.76513671875,38.09153175354004],[-86.76470756530762,38.091796875],[-86.76025390625,38.09435558319092],[-86.75782203674316,38.095703125],[-86.75537109375,38.09708309173584],[-86.75091743469238,38.099609375],[-86.75048828125,38.09986877441406],[-86.74560546875,38.10272789001465],[-86.74429893493652,38.103515625],[-86.74072265625,38.105597496032715],[-86.73748016357422,38.107421875],[-86.73583984375,38.10837173461914],[-86.73095703125,38.11113452911377],[-86.73064231872559,38.111328125],[-86.72607421875,38.11393070220947],[-86.72373294830322,38.115234375],[-86.72119140625,38.11665916442871],[-86.7167329788208,38.119140625],[-86.71630859375,38.119391441345215],[-86.71142578125,38.12222099304199],[-86.71004295349121,38.123046875],[-86.70654296875,38.125061988830566],[-86.70313358306885,38.126953125],[-86.70166015625,38.12780284881592],[-86.69677734375,38.130568504333496],[-86.69630527496338,38.130859375],[-86.69189453125,38.13339614868164],[-86.68943881988525,38.134765625],[-86.68701171875,38.13613796234131],[-86.68246746063232,38.138671875],[-86.68212890625,38.13887310028076],[-86.67724609375,38.14169406890869],[-86.67575359344482,38.142578125],[-86.67236328125,38.14452838897705],[-86.66884899139404,38.146484375],[-86.66748046875,38.147274017333984],[-86.66259765625,38.15007781982422],[-86.6620922088623,38.150390625],[-86.65771484375,38.15292930603027],[-86.65524959564209,38.154296875],[-86.65283203125,38.15565490722656],[-86.64828300476074,38.158203125],[-86.64794921875,38.15840148925781],[-86.64306640625,38.161216735839844],[-86.64153575897217,38.162109375],[-86.63818359375,38.164011001586914],[-86.63458347320557,38.166015625],[-86.63330078125,38.16676330566406],[-86.62841796875,38.16957759857178],[-86.62785530090332,38.169921875],[-86.62353515625,38.17239475250244],[-86.62094116210938,38.173828125],[-86.61865234375,38.17511558532715],[-86.61398410797119,38.177734375],[-86.61376953125,38.1778621673584],[-86.60888671875,38.1806526184082],[-86.60718441009521,38.181640625],[-86.60400390625,38.183457374572754],[-86.6002893447876,38.185546875],[-86.59912109375,38.186232566833496],[-86.59423828125,38.189059257507324],[-86.59359931945801,38.189453125],[-86.58935546875,38.191908836364746],[-86.58672332763672,38.193359375],[-86.58447265625,38.19461727142334],[-86.57968044281006,38.197265625],[-86.57958984375,38.197319984436035],[-86.57470703125,38.200148582458496],[-86.57296657562256,38.201171875],[-86.56982421875,38.20297813415527],[-86.56603336334229,38.205078125],[-86.56494140625,38.205711364746094],[-86.56005859375,38.20846652984619],[-86.55919551849365,38.208984375],[-86.55517578125,38.211270332336426],[-86.55222415924072,38.212890625],[-86.55029296875,38.21398067474365],[-86.54541015625,38.216721534729004],[-86.54529094696045,38.216796875],[-86.54052734375,38.21958065032959],[-86.53860569000244,38.220703125],[-86.53564453125,38.222412109375],[-86.5317153930664,38.224609375],[-86.53076171875,38.22516632080078],[-86.52587890625,38.22794055938721],[-86.52492046356201,38.228515625],[-86.52099609375,38.23075294494629],[-86.51795387268066,38.232421875],[-86.51611328125,38.233458518981934],[-86.51123046875,38.23619079589844],[-86.51100635528564,38.236328125],[-86.50634765625,38.239017486572266],[-86.50419235229492,38.240234375],[-86.50146484375,38.24177265167236],[-86.49721622467041,38.244140625],[-86.49658203125,38.24451732635498],[-86.49169921875,38.24736499786377],[-86.49056434631348,38.248046875],[-86.48681640625,38.25020217895508],[-86.48366928100586,38.251953125],[-86.48193359375,38.25295066833496],[-86.47705078125,38.25574779510498],[-86.47686958312988,38.255859375],[-86.47216796875,38.25855350494385],[-86.47000312805176,38.259765625],[-86.46728515625,38.261287689208984],[-86.46297931671143,38.263671875],[-86.46240234375,38.26400947570801],[-86.45751953125,38.2667293548584],[-86.4560317993164,38.267578125],[-86.45263671875,38.26947212219238],[-86.44899845123291,38.271484375],[-86.44775390625,38.27220439910889],[-86.44287109375,38.27499771118164],[-86.44222259521484,38.275390625],[-86.43798828125,38.27779674530029],[-86.43525123596191,38.279296875],[-86.43310546875,38.280500411987305],[-86.42829418182373,38.283203125],[-86.42822265625,38.283246994018555],[-86.42333984375,38.28606128692627],[-86.42152786254883,38.287109375],[-86.41845703125,38.28886699676514],[-86.41461849212646,38.291015625],[-86.41357421875,38.29162406921387],[-86.40869140625,38.29435920715332],[-86.40774250030518,38.294921875],[-86.40380859375,38.297152519226074],[-86.40078544616699,38.298828125],[-86.39892578125,38.29988384246826],[-86.39404296875,38.302605628967285],[-86.39382839202881,38.302734375],[-86.38916015625,38.305378913879395],[-86.38689517974854,38.306640625],[-86.38427734375,38.30810356140137],[-86.37983798980713,38.310546875],[-86.37939453125,38.31080722808838],[-86.37451171875,38.313551902770996],[-86.37295722961426,38.314453125],[-86.36962890625,38.31633472442627],[-86.36595249176025,38.318359375],[-86.36474609375,38.31904983520508],[-86.35986328125,38.32178497314453],[-86.35906219482422,38.322265625],[-86.35498046875,38.32459354400635],[-86.35213375091553,38.326171875],[-86.35009765625,38.32732391357422],[-86.34521484375,38.33004951477051],[-86.34516716003418,38.330078125],[-86.34033203125,38.332825660705566],[-86.33827686309814,38.333984375],[-86.33544921875,38.335567474365234],[-86.33121490478516,38.337890625],[-86.33056640625,38.33826923370361],[-86.32568359375,38.341050148010254],[-86.32443428039551,38.341796875],[-86.32080078125,38.34388542175293],[-86.31753444671631,38.345703125],[-86.31591796875,38.346632957458496],[-86.31103515625,38.34940528869629],[-86.31070137023926,38.349609375],[-86.30615234375,38.35222244262695],[-86.30383014678955,38.353515625],[-86.30126953125,38.35494804382324],[-86.29676342010498,38.357421875],[-86.29638671875,38.357643127441406],[-86.29150390625,38.36039638519287],[-86.28989219665527,38.361328125],[-86.28662109375,38.3631706237793],[-86.28284931182861,38.365234375],[-86.28173828125,38.365872383117676],[-86.27685546875,38.36861324310303],[-86.2759780883789,38.369140625],[-86.27197265625,38.37141513824463],[-86.26899719238281,38.373046875],[-86.26708984375,38.374122619628906],[-86.26220703125,38.3768424987793],[-86.26202583312988,38.376953125],[-86.25732421875,38.379608154296875],[-86.25507354736328,38.380859375],[-86.25244140625,38.382330894470215],[-86.24799251556396,38.384765625],[-86.24755859375,38.38501739501953],[-86.24267578125,38.387722969055176],[-86.24102115631104,38.388671875],[-86.23779296875,38.390488624572754],[-86.23400688171387,38.392578125],[-86.23291015625,38.39321231842041],[-86.22802734375,38.39596080780029],[-86.2271499633789,38.396484375],[-86.22314453125,38.398743629455566],[-86.22011661529541,38.400390625],[-86.21826171875,38.4014310836792],[-86.21337890625,38.40415668487549],[-86.21315002441406,38.404296875],[-86.20849609375,38.40694999694824],[-86.20625019073486,38.408203125],[-86.20361328125,38.409671783447266],[-86.1991548538208,38.412109375],[-86.19873046875,38.41235637664795],[-86.19384765625,38.41510486602783],[-86.19227886199951,38.416015625],[-86.18896484375,38.41788864135742],[-86.18526935577393,38.419921875],[-86.18408203125,38.42060661315918],[-86.17919921875,38.42337512969971],[-86.17845058441162,38.423828125],[-86.17431640625,38.42618465423584],[-86.17147445678711,38.427734375],[-86.16943359375,38.428874015808105],[-86.16455078125,38.43156433105469],[-86.16442203521729,38.431640625],[-86.15966796875,38.43432140350342],[-86.1574649810791,38.435546875],[-86.15478515625,38.43703651428223],[-86.15036487579346,38.439453125],[-86.14990234375,38.43972301483154],[-86.14501953125,38.442463874816895],[-86.14346981048584,38.443359375],[-86.14013671875,38.44523620605469],[-86.13642692565918,38.447265625],[-86.13525390625,38.447937965393066],[-86.13037109375,38.45065689086914],[-86.12950325012207,38.451171875],[-86.12548828125,38.45341491699219],[-86.12239837646484,38.455078125],[-86.12060546875,38.45607566833496],[-86.11572265625,38.45877456665039],[-86.1153793334961,38.458984375],[-86.11083984375,38.461554527282715],[-86.10841274261475,38.462890625],[-86.10595703125,38.464256286621094],[-86.10132217407227,38.466796875],[-86.10107421875,38.46694278717041],[-86.09619140625,38.469698905944824],[-86.0944414138794,38.470703125],[-86.09130859375,38.4724645614624],[-86.08738422393799,38.474609375],[-86.08642578125,38.475157737731934],[-86.08154296875,38.477864265441895],[-86.08043193817139,38.478515625],[-86.07666015625,38.48063659667969],[-86.07339382171631,38.482421875],[-86.07177734375,38.483333587646484],[-86.06689453125,38.48604202270508],[-86.0664176940918,38.486328125],[-86.06201171875,38.488813400268555],[-86.05941772460938,38.490234375],[-86.05712890625,38.491506576538086],[-86.0523271560669,38.494140625],[-86.05224609375,38.49418830871582],[-86.04736328125,38.49691963195801],[-86.04535102844238,38.498046875],[-86.04248046875,38.499643325805664],[-86.0382604598999,38.501953125],[-86.03759765625,38.50233459472656],[-86.03271484375,38.505022048950195],[-86.03125095367432,38.505859375],[-86.02783203125,38.50776386260986],[-86.02418899536133,38.509765625],[-86.02294921875,38.51047134399414],[-86.01806640625,38.513155937194824],[-86.01718425750732,38.513671875],[-86.01318359375,38.51589393615723],[-86.01009368896484,38.517578125],[-86.00830078125,38.518585205078125],[-86.00341796875,38.521307945251465],[-86.00312232971191,38.521484375],[-85.99853515625,38.524030685424805],[-85.99599838256836,38.525390625],[-85.99365234375,38.52667427062988],[-85.9888744354248,38.529296875],[-85.98876953125,38.52935981750488],[-85.98388671875,38.53206539154053],[-85.98182201385498,38.533203125],[-85.97900390625,38.534751892089844],[-85.97468852996826,38.537109375],[-85.97412109375,38.53743648529053],[-85.96923828125,38.540162086486816],[-85.96774578094482,38.541015625],[-85.96435546875,38.5429048538208],[-85.96065998077393,38.544921875],[-85.95947265625,38.545599937438965],[-85.95458984375,38.548316955566406],[-85.95372200012207,38.548828125],[-85.94970703125,38.55106163024902],[-85.94659805297852,38.552734375],[-85.94482421875,38.55371856689453],[-85.93994140625,38.556419372558594],[-85.93957424163818,38.556640625],[-85.93505859375,38.55916881561279],[-85.93248844146729,38.560546875],[-85.93017578125,38.561805725097656],[-85.92529296875,38.564453125],[-85.92529296875,38.564454078674316],[-85.92041015625,38.56719779968262],[-85.91833114624023,38.568359375],[-85.91552734375,38.56991958618164],[-85.91122150421143,38.572265625],[-85.91064453125,38.57259654998779],[-85.90576171875,38.57530975341797],[-85.90425968170166,38.576171875],[-85.90087890625,38.57805347442627],[-85.8971357345581,38.580078125],[-85.89599609375,38.58072280883789],[-85.89111328125,38.58342456817627],[-85.89016437530518,38.583984375],[-85.88623046875,38.58619213104248],[-85.88310718536377,38.587890625],[-85.88134765625,38.588881492614746],[-85.87646484375,38.59160804748535],[-85.87615489959717,38.591796875],[-85.87158203125,38.59438133239746],[-85.86917877197266,38.595703125],[-85.86669921875,38.59707736968994],[-85.86207389831543,38.599609375],[-85.86181640625,38.59976005554199],[-85.85693359375,38.60247993469238],[-85.85509300231934,38.603515625],[-85.85205078125,38.60519981384277],[-85.84794044494629,38.607421875],[-85.84716796875,38.60786247253418],[-85.84228515625,38.61054229736328],[-85.84091663360596,38.611328125],[-85.83740234375,38.613282203674316],[-85.83380222320557,38.615234375],[-85.83251953125,38.61595630645752],[-85.82763671875,38.61860466003418],[-85.82671165466309,38.619140625],[-85.82275390625,38.621337890625],[-85.81963062286377,38.623046875],[-85.81787109375,38.62403964996338],[-85.81298828125,38.62675857543945],[-85.81266403198242,38.626953125],[-85.80810546875,38.62948417663574],[-85.80554962158203,38.630859375],[-85.80322265625,38.632137298583984],[-85.79844951629639,38.634765625],[-85.79833984375,38.634830474853516],[-85.79345703125,38.63752746582031],[-85.79136848449707,38.638671875],[-85.78857421875,38.640201568603516],[-85.7842206954956,38.642578125],[-85.78369140625,38.642884254455566],[-85.77880859375,38.64560127258301],[-85.7772445678711,38.646484375],[-85.77392578125,38.648308753967285],[-85.77003955841064,38.650390625],[-85.76904296875,38.65095233917236],[-85.76416015625,38.6536283493042],[-85.76300621032715,38.654296875],[-85.75927734375,38.65637397766113],[-85.7558822631836,38.658203125],[-85.75439453125,38.65903186798096],[-85.74951171875,38.66170024871826],[-85.7488203048706,38.662109375],[-85.74462890625,38.66444396972656],[-85.74171543121338,38.666015625],[-85.73974609375,38.667104721069336],[-85.73486328125,38.66977787017822],[-85.73462009429932,38.669921875],[-85.72998046875,38.67249393463135],[-85.72751045227051,38.673828125],[-85.72509765625,38.67514610290527],[-85.72031497955322,38.677734375],[-85.72021484375,38.677791595458984],[-85.71533203125,38.680490493774414],[-85.71325778961182,38.681640625],[-85.71044921875,38.68318748474121],[-85.70609092712402,38.685546875],[-85.70556640625,38.6858491897583],[-85.70068359375,38.688514709472656],[-85.6990098953247,38.689453125],[-85.69580078125,38.69121742248535],[-85.69182872772217,38.693359375],[-85.69091796875,38.693875312805176],[-85.68603515625,38.69649887084961],[-85.68467140197754,38.697265625],[-85.68115234375,38.699185371398926],[-85.67747116088867,38.701171875],[-85.67626953125,38.70184898376465],[-85.67138671875,38.704527854919434],[-85.6704330444336,38.705078125],[-85.66650390625,38.70723247528076],[-85.6632137298584,38.708984375],[-85.66162109375,38.709861755371094],[-85.65673828125,38.71252632141113],[-85.65612316131592,38.712890625],[-85.65185546875,38.71525573730469],[-85.64897060394287,38.716796875],[-85.64697265625,38.71789073944092],[-85.64208984375,38.720542907714844],[-85.64181804656982,38.720703125],[-85.63720703125,38.72325134277344],[-85.63467025756836,38.724609375],[-85.63232421875,38.72588634490967],[-85.62744617462158,38.728515625],[-85.62744140625,38.72851753234863],[-85.62255859375,38.731201171875],[-85.62032222747803,38.732421875],[-85.61767578125,38.73386859893799],[-85.61312675476074,38.736328125],[-85.61279296875,38.7365198135376],[-85.60791015625,38.73920249938965],[-85.60606002807617,38.740234375],[-85.60302734375,38.74189758300781],[-85.59884548187256,38.744140625],[-85.59814453125,38.74453639984131],[-85.59326171875,38.747159004211426],[-85.5916690826416,38.748046875],[-85.58837890625,38.74984836578369],[-85.58449745178223,38.751953125],[-85.58349609375,38.752519607543945],[-85.57861328125,38.75515651702881],[-85.57736396789551,38.755859375],[-85.57373046875,38.75783634185791],[-85.57013034820557,38.759765625],[-85.56884765625,38.76048564910889],[-85.56396484375,38.763160705566406],[-85.56308269500732,38.763671875],[-85.55908203125,38.7658634185791],[-85.5558443069458,38.767578125],[-85.55419921875,38.76848030090332],[-85.54931640625,38.771124839782715],[-85.5487060546875,38.771484375],[-85.54443359375,38.77384090423584],[-85.54152965545654,38.775390625],[-85.53955078125,38.77647304534912],[-85.53466796875,38.779128074645996],[-85.53438663482666,38.779296875],[-85.52978515625,38.78183650970459],[-85.52723407745361,38.783203125],[-85.52490234375,38.78447151184082],[-85.52001953125,38.787102699279785],[-85.52000999450684,38.787109375],[-85.51513671875,38.78977870941162],[-85.5128526687622,38.791015625],[-85.51025390625,38.79242706298828],[-85.50559043884277,38.794921875],[-85.50537109375,38.79504871368408],[-85.50048828125,38.79767894744873],[-85.498366355896,38.798828125],[-85.49560546875,38.800326347351074],[-85.49115180969238,38.802734375],[-85.49072265625,38.80298042297363],[-85.48583984375,38.80561637878418],[-85.48396110534668,38.806640625],[-85.48095703125,38.808260917663574],[-85.47667026519775,38.810546875],[-85.47607421875,38.81088447570801],[-85.47119140625,38.81352710723877],[-85.46952724456787,38.814453125],[-85.46630859375,38.81620979309082],[-85.4622745513916,38.818359375],[-85.46142578125,38.81883430480957],[-85.45654296875,38.821455001831055],[-85.45510292053223,38.822265625],[-85.45166015625,38.824148178100586],[-85.44787883758545,38.826171875],[-85.44677734375,38.826788902282715],[-85.44189453125,38.829423904418945],[-85.44075012207031,38.830078125],[-85.43701171875,38.83212471008301],[-85.43351650238037,38.833984375],[-85.43212890625,38.83475208282471],[-85.42724609375,38.83734703063965],[-85.42628765106201,38.837890625],[-85.42236328125,38.84001636505127],[-85.41902542114258,38.841796875],[-85.41748046875,38.8426513671875],[-85.41259765625,38.845293045043945],[-85.41188716888428,38.845703125],[-85.40771484375,38.84796619415283],[-85.40460109710693,38.849609375],[-85.40283203125,38.85057353973389],[-85.39794921875,38.85321235656738],[-85.39743423461914,38.853515625],[-85.39306640625,38.855913162231445],[-85.39021492004395,38.857421875],[-85.38818359375,38.858524322509766],[-85.38330078125,38.86116027832031],[-85.38301944732666,38.861328125],[-85.37841796875,38.863858222961426],[-85.3758430480957,38.865234375],[-85.37353515625,38.86649036407471],[-85.36865234375,38.86912727355957],[-85.36862850189209,38.869140625],[-85.36376953125,38.87179946899414],[-85.36145210266113,38.873046875],[-85.35888671875,38.87443161010742],[-85.35414218902588,38.876953125],[-85.35400390625,38.877031326293945],[-85.34912109375,38.879639625549316],[-85.34683227539062,38.880859375],[-85.34423828125,38.88225269317627],[-85.33956050872803,38.884765625],[-85.33935546875,38.88488292694092],[-85.33447265625,38.88751983642578],[-85.33232688903809,38.888671875],[-85.32958984375,38.89013957977295],[-85.32500743865967,38.892578125],[-85.32470703125,38.89274787902832],[-85.31982421875,38.89539813995361],[-85.31785011291504,38.896484375],[-85.31494140625,38.89807605743408],[-85.31063079833984,38.900390625],[-85.31005859375,38.90071392059326],[-85.30517578125,38.903364181518555],[-85.30351161956787,38.904296875],[-85.30029296875,38.90605449676514],[-85.29622077941895,38.908203125],[-85.29541015625,38.90865230560303],[-85.29052734375,38.91119956970215],[-85.28885841369629,38.912109375],[-85.28564453125,38.91383934020996],[-85.28157711029053,38.916015625],[-85.28076171875,38.91647434234619],[-85.27587890625,38.919068336486816],[-85.27432441711426,38.919921875],[-85.27099609375,38.92170429229736],[-85.26698589324951,38.923828125],[-85.26611328125,38.92431449890137],[-85.26123046875,38.926939964294434],[-85.25981903076172,38.927734375],[-85.25634765625,38.92962837219238],[-85.25255680084229,38.931640625],[-85.25146484375,38.932247161865234],[-85.24658203125,38.93485164642334],[-85.24535179138184,38.935546875],[-85.24169921875,38.93752956390381],[-85.23805618286133,38.939453125],[-85.23681640625,38.94013500213623],[-85.23193359375,38.942708015441895],[-85.23077487945557,38.943359375],[-85.22705078125,38.9453763961792],[-85.22351264953613,38.947265625],[-85.22216796875,38.94801139831543],[-85.21728515625,38.95059394836426],[-85.2162504196167,38.951171875],[-85.21240234375,38.953229904174805],[-85.20888805389404,38.955078125],[-85.20751953125,38.955827713012695],[-85.20263671875,38.95844268798828],[-85.20169258117676,38.958984375],[-85.19775390625,38.96113204956055],[-85.19442081451416,38.962890625],[-85.19287109375,38.96373462677002],[-85.18798828125,38.96632766723633],[-85.18717288970947,38.966796875],[-85.18310546875,38.969017028808594],[-85.1799488067627,38.970703125],[-85.17822265625,38.97165584564209],[-85.17333984375,38.974300384521484],[-85.17281532287598,38.974609375],[-85.16845703125,38.97701454162598],[-85.16566276550293,38.978515625],[-85.16357421875,38.979655265808105],[-85.15869140625,38.98221397399902],[-85.15832424163818,38.982421875],[-85.15380859375,38.984787940979004],[-85.1508378982544,38.986328125],[-85.14892578125,38.987356185913086],[-85.14404296875,38.98998737335205],[-85.1436185836792,38.990234375],[-85.13916015625,38.99265003204346],[-85.13628959655762,38.994140625],[-85.13427734375,38.99520969390869],[-85.12939453125,38.9977912902832],[-85.12895584106445,38.998046875],[-85.12451171875,39.00046157836914],[-85.12168407440186,39.001953125],[-85.11962890625,39.003061294555664],[-85.11474609375,39.00564670562744],[-85.11437892913818,39.005859375],[-85.10986328125,39.0082893371582],[-85.10705947875977,39.009765625],[-85.10498046875,39.01088905334473],[-85.10009765625,39.013503074645996],[-85.0998067855835,39.013671875],[-85.09521484375,39.01612854003906],[-85.09242534637451,39.017578125],[-85.09033203125,39.01869201660156],[-85.08544921875,39.02129077911377],[-85.08511543273926,39.021484375],[-85.08056640625,39.02394771575928],[-85.07781028747559,39.025390625],[-85.07568359375,39.026533126831055],[-85.07080078125,39.02913856506348],[-85.07052898406982,39.029296875],[-85.06591796875,39.03180408477783],[-85.06328105926514,39.033203125],[-85.06103515625,39.03441619873047],[-85.05615234375,39.03703689575195],[-85.05602836608887,39.037109375],[-85.05126953125,39.039669036865234],[-85.04868030548096,39.041015625],[-85.04638671875,39.04223155975342],[-85.04150390625,39.04482650756836],[-85.04134178161621,39.044921875],[-85.03662109375,39.04745864868164],[-85.03398895263672,39.048828125],[-85.03173828125,39.05002307891846],[-85.02685546875,39.052613258361816],[-85.02665042877197,39.052734375],[-85.02197265625,39.055259704589844],[-85.01935482025146,39.056640625],[-85.01708984375,39.05785846710205],[-85.01220703125,39.0604772567749],[-85.01208782196045,39.060546875],[-85.00732421875,39.0631103515625],[-85.0047492980957,39.064453125],[-85.00244140625,39.065677642822266],[-84.99755859375,39.0682487487793],[-84.99736785888672,39.068359375],[-84.99267578125,39.0708532333374],[-84.98995780944824,39.072265625],[-84.98779296875,39.073418617248535],[-84.98291015625,39.07603740692139],[-84.98268127441406,39.076171875],[-84.97802734375,39.07871723175049],[-84.97546195983887,39.080078125],[-84.97314453125,39.081329345703125],[-84.96826171875,39.08394527435303],[-84.96819496154785,39.083984375],[-84.96337890625,39.08656978607178],[-84.96084690093994,39.087890625],[-84.95849609375,39.089128494262695],[-84.95361328125,39.09165287017822],[-84.95335578918457,39.091796875],[-84.94873046875,39.09423065185547],[-84.94588375091553,39.095703125],[-84.94384765625,39.096787452697754],[-84.93896484375,39.09937572479248],[-84.93855953216553,39.099609375],[-84.93408203125,39.102012634277344],[-84.93118286132812,39.103515625],[-84.92919921875,39.104573249816895],[-84.92431640625,39.10717010498047],[-84.92388248443604,39.107421875],[-84.91943359375,39.10983848571777],[-84.91657733917236,39.111328125],[-84.91455078125,39.112409591674805],[-84.90966796875,39.11492729187012],[-84.90911960601807,39.115234375],[-84.90478515625,39.117512702941895],[-84.90163803100586,39.119140625],[-84.89990234375,39.12006855010986],[-84.89501953125,39.12262725830078],[-84.8942756652832,39.123046875],[-84.89013671875,39.125261306762695],[-84.88690853118896,39.126953125],[-84.88525390625,39.12785625457764],[-84.88037109375,39.130531311035156],[-84.87982273101807,39.130859375],[-84.87548828125,39.133256912231445],[-84.87261772155762,39.134765625],[-84.87060546875,39.13584613800049],[-84.86572265625,39.13838481903076],[-84.86521244049072,39.138671875],[-84.86083984375,39.14097309112549],[-84.85770225524902,39.142578125],[-84.85595703125,39.143500328063965],[-84.85107421875,39.146018981933594],[-84.85023975372314,39.146484375],[-84.84619140625,39.14863109588623],[-84.84280586242676,39.150390625],[-84.84130859375,39.151198387145996],[-84.83642578125,39.15376567840576],[-84.83548641204834,39.154296875],[-84.83154296875,39.1564245223999],[-84.82815265655518,39.158203125],[-84.82666015625,39.15901565551758],[-84.82177734375,39.16154956817627],[-84.82077121734619,39.162109375],[-84.81689453125,39.164167404174805],[-84.81338024139404,39.166015625],[-84.81201171875,39.16676616668701],[-84.80712890625,39.16935157775879],[-84.80610847473145,39.169921875],[-84.80224609375,39.17198467254639],[-84.79869365692139,39.173828125],[-84.79736328125,39.17454719543457],[-84.79248046875,39.17708683013916],[-84.79131698608398,39.177734375],[-84.78759765625,39.179718017578125],[-84.78389263153076,39.181640625],[-84.78271484375,39.18227672576904],[-84.77783203125,39.184739112854004],[-84.77630615234375,39.185546875],[-84.77294921875,39.18729114532471],[-84.76881504058838,39.189453125],[-84.76806640625,39.18986797332764],[-84.76318359375,39.19247627258301],[-84.76157665252686,39.193359375],[-84.75830078125,39.19511699676514],[-84.7541856765747,39.197265625],[-84.75341796875,39.197686195373535],[-84.74853515625,39.20023059844971],[-84.74679470062256,39.201171875],[-84.74365234375,39.20284557342529],[-84.73937511444092,39.205078125],[-84.73876953125,39.20541000366211],[-84.73388671875,39.207902908325195],[-84.73180770874023,39.208984375],[-84.72900390625,39.21043872833252],[-84.72429752349854,39.212890625],[-84.72412109375,39.21298789978027],[-84.71923828125,39.21556568145752],[-84.71689701080322,39.216796875],[-84.71435546875,39.21814727783203],[-84.70954895019531,39.220703125],[-84.70947265625,39.22074794769287],[-84.70458984375,39.223374366760254],[-84.70224857330322,39.224609375],[-84.69970703125,39.22594738006592],[-84.69482421875,39.22844219207764],[-84.6946907043457,39.228515625],[-84.68994140625,39.23096179962158],[-84.68705654144287,39.232421875],[-84.68505859375,39.233463287353516],[-84.68017578125,39.2359676361084],[-84.67953205108643,39.236328125],[-84.67529296875,39.23857116699219],[-84.67207908630371,39.240234375],[-84.67041015625,39.24112796783447],[-84.66552734375,39.24368476867676],[-84.66472625732422,39.244140625],[-84.66064453125,39.24633979797363],[-84.65738773345947,39.248046875],[-84.65576171875,39.24892330169678],[-84.65087890625,39.251404762268066],[-84.64986801147461,39.251953125],[-84.64599609375,39.25396251678467],[-84.64229106903076,39.255859375],[-84.64111328125,39.256489753723145],[-84.63623046875,39.25898265838623],[-84.63478565216064,39.259765625],[-84.63134765625,39.26157569885254],[-84.62729454040527,39.263671875],[-84.62646484375,39.26412487030029],[-84.62158203125,39.26662731170654],[-84.61979389190674,39.267578125],[-84.61669921875,39.26920032501221],[-84.61233615875244,39.271484375],[-84.61181640625,39.27177143096924],[-84.60693359375,39.27431583404541],[-84.60488796234131,39.275390625],[-84.60205078125,39.27687740325928],[-84.5974063873291,39.279296875],[-84.59716796875,39.27942943572998],[-84.59228515625,39.28201961517334],[-84.59006309509277,39.283203125],[-84.58740234375,39.28462219238281],[-84.58264350891113,39.287109375],[-84.58251953125,39.287179946899414],[-84.57763671875,39.28971195220947],[-84.57510471343994,39.291015625],[-84.57275390625,39.29224967956543],[-84.56787109375,39.29483985900879],[-84.56772804260254,39.294921875],[-84.56298828125,39.29745292663574],[-84.5603084564209,39.298828125],[-84.55810546875,39.299981117248535],[-84.55322265625,39.30248737335205],[-84.55278396606445,39.302734375],[-84.54833984375,39.30508041381836],[-84.54533100128174,39.306640625],[-84.54345703125,39.30763816833496],[-84.53857421875,39.31013107299805],[-84.53781604766846,39.310546875],[-84.53369140625,39.312684059143066],[-84.53021049499512,39.314453125],[-84.52880859375,39.31519603729248],[-84.52392578125,39.317687034606934],[-84.52269554138184,39.318359375],[-84.51904296875,39.320292472839355],[-84.51526165008545,39.322265625],[-84.51416015625,39.322869300842285],[-84.50927734375,39.32541084289551],[-84.50788021087646,39.326171875],[-84.50439453125,39.32801342010498],[-84.50042247772217,39.330078125],[-84.49951171875,39.330575942993164],[-84.49462890625,39.33309745788574],[-84.49296474456787,39.333984375],[-84.48974609375,39.33566951751709],[-84.48545455932617,39.337890625],[-84.48486328125,39.33821392059326],[-84.47998046875,39.340763092041016],[-84.47805404663086,39.341796875],[-84.47509765625,39.34336566925049],[-84.47060585021973,39.345703125],[-84.47021484375,39.34591865539551],[-84.46533203125,39.34842777252197],[-84.46304321289062,39.349609375],[-84.46044921875,39.350958824157715],[-84.45556640625,39.35349464416504],[-84.45552825927734,39.353515625],[-84.45068359375,39.356048583984375],[-84.44797992706299,39.357421875],[-84.44580078125,39.358553886413574],[-84.44091796875,39.36101150512695],[-84.44034099578857,39.361328125],[-84.43603515625,39.36354351043701],[-84.432692527771,39.365234375],[-84.43115234375,39.36604404449463],[-84.42626953125,39.368520736694336],[-84.4251298904419,39.369140625],[-84.42138671875,39.37110614776611],[-84.41762447357178,39.373046875],[-84.41650390625,39.3736515045166],[-84.41162109375,39.3761682510376],[-84.41017627716064,39.376953125],[-84.40673828125,39.37876510620117],[-84.40266609191895,39.380859375],[-84.40185546875,39.381296157836914],[-84.39697265625,39.38376235961914],[-84.39504623413086,39.384765625],[-84.39208984375,39.386298179626465],[-84.38749313354492,39.388671875],[-84.38720703125,39.38882827758789],[-84.38232421875,39.391356468200684],[-84.37996864318848,39.392578125],[-84.37744140625,39.39389991760254],[-84.37255859375,39.39641284942627],[-84.37242984771729,39.396484375],[-84.36767578125,39.398945808410645],[-84.36482906341553,39.400390625],[-84.36279296875,39.40145301818848],[-84.35791015625,39.403964042663574],[-84.35731410980225,39.404296875],[-84.35302734375,39.40656280517578],[-84.34983253479004,39.408203125],[-84.34814453125,39.409095764160156],[-84.34326171875,39.41156482696533],[-84.34226512908936,39.412109375],[-84.33837890625,39.41413974761963],[-84.33475971221924,39.416015625],[-84.33349609375,39.41669845581055],[-84.32861328125,39.41921901702881],[-84.32732105255127,39.419921875],[-84.32373046875,39.42180633544922],[-84.3198013305664,39.423828125],[-84.31884765625,39.42434120178223],[-84.31396484375,39.426828384399414],[-84.31225776672363,39.427734375],[-84.30908203125,39.42938804626465],[-84.3046760559082,39.431640625],[-84.30419921875,39.431899070739746],[-84.29931640625,39.434370040893555],[-84.29701805114746,39.435546875],[-84.29443359375,39.436880111694336],[-84.28955078125,39.439393043518066],[-84.2894458770752,39.439453125],[-84.28466796875,39.44192981719971],[-84.28182601928711,39.443359375],[-84.27978515625,39.44441318511963],[-84.27490234375,39.4468469619751],[-84.27412986755371,39.447265625],[-84.27001953125,39.44938659667969],[-84.26651000976562,39.451171875],[-84.26513671875,39.451900482177734],[-84.26025390625,39.45438194274902],[-84.25897121429443,39.455078125],[-84.25537109375,39.45696449279785],[-84.2514419555664,39.458984375],[-84.25048828125,39.45949649810791],[-84.24560546875,39.461968421936035],[-84.2438554763794,39.462890625],[-84.24072265625,39.46451663970947],[-84.2362928390503,39.466796875],[-84.23583984375,39.467044830322266],[-84.23095703125,39.46953773498535],[-84.22868251800537,39.470703125],[-84.22607421875,39.472044944763184],[-84.22119140625,39.474528312683105],[-84.22104835510254,39.474609375],[-84.21630859375,39.47706317901611],[-84.21345710754395,39.478515625],[-84.21142578125,39.47957897186279],[-84.20654296875,39.48205089569092],[-84.20586109161377,39.482421875],[-84.20166015625,39.48458766937256],[-84.19820785522461,39.486328125],[-84.19677734375,39.48707675933838],[-84.19189453125,39.48953819274902],[-84.19060707092285,39.490234375],[-84.18701171875,39.492112159729004],[-84.18304920196533,39.494140625],[-84.18212890625,39.49463653564453],[-84.17724609375,39.497090339660645],[-84.17541027069092,39.498046875],[-84.17236328125,39.499616622924805],[-84.16780471801758,39.501953125],[-84.16748046875,39.50213050842285],[-84.16259765625,39.50463581085205],[-84.16022300720215,39.505859375],[-84.15771484375,39.507164001464844],[-84.15283203125,39.50965595245361],[-84.15263652801514,39.509765625],[-84.14794921875,39.51217842102051],[-84.14499282836914,39.513671875],[-84.14306640625,39.514671325683594],[-84.13818359375,39.5171422958374],[-84.13739204406738,39.517578125],[-84.13330078125,39.51971626281738],[-84.12983894348145,39.521484375],[-84.12841796875,39.52223777770996],[-84.12353515625,39.524688720703125],[-84.12222385406494,39.525390625],[-84.11865234375,39.52723789215088],[-84.11462306976318,39.529296875],[-84.11376953125,39.52975654602051],[-84.10888671875,39.532222747802734],[-84.10701274871826,39.533203125],[-84.10400390625,39.53476333618164],[-84.09941673278809,39.537109375],[-84.09912109375,39.53727054595947],[-84.09423828125,39.53975200653076],[-84.09175872802734,39.541015625],[-84.08935546875,39.54225826263428],[-84.08447265625,39.544769287109375],[-84.08420085906982,39.544921875],[-84.07958984375,39.547319412231445],[-84.07659530639648,39.548828125],[-84.07470703125,39.5498046875],[-84.06982421875,39.552236557006836],[-84.06890392303467,39.552734375],[-84.06494140625,39.55477714538574],[-84.06126499176025,39.556640625],[-84.06005859375,39.557278633117676],[-84.05517578125,39.55971813201904],[-84.05359745025635,39.560546875],[-84.05029296875,39.56224727630615],[-84.04596328735352,39.564453125],[-84.04541015625,39.56475067138672],[-84.04052734375,39.56723499298096],[-84.03837203979492,39.568359375],[-84.03564453125,39.569790840148926],[-84.03091430664062,39.572265625],[-84.03076171875,39.572349548339844],[-84.02587890625,39.57486343383789],[-84.02327060699463,39.576171875],[-84.02099609375,39.57733345031738],[-84.01611328125,39.579755783081055],[-84.01551723480225,39.580078125],[-84.01123046875,39.5822696685791],[-84.00781631469727,39.583984375],[-84.00634765625,39.584747314453125],[-84.00146484375,39.5871467590332],[-84.00004386901855,39.587890625],[-83.99658203125,39.58965492248535],[-83.99234294891357,39.591796875],[-83.99169921875,39.59214115142822],[-83.98681640625,39.59460258483887],[-83.98469924926758,39.595703125],[-83.98193359375,39.59713935852051],[-83.97714614868164,39.599609375],[-83.97705078125,39.599660873413086],[-83.97216796875,39.60215759277344],[-83.96944522857666,39.603515625],[-83.96728515625,39.60461616516113],[-83.96240234375,39.60704326629639],[-83.96170616149902,39.607421875],[-83.95751953125,39.609578132629395],[-83.95404815673828,39.611328125],[-83.95263671875,39.61206912994385],[-83.94775390625,39.614474296569824],[-83.94629955291748,39.615234375],[-83.94287109375,39.61698341369629],[-83.93862247467041,39.619140625],[-83.93798828125,39.61948013305664],[-83.93310546875,39.62194633483887],[-83.93097877502441,39.623046875],[-83.92822265625,39.624467849731445],[-83.92333984375,39.626949310302734],[-83.92333507537842,39.626953125],[-83.91845703125,39.62942600250244],[-83.9155626296997,39.630859375],[-83.91357421875,39.63187217712402],[-83.90869140625,39.6342830657959],[-83.90779495239258,39.634765625],[-83.90380859375,39.63681411743164],[-83.90012264251709,39.638671875],[-83.89892578125,39.63930034637451],[-83.89404296875,39.64170742034912],[-83.89235973358154,39.642578125],[-83.88916015625,39.64421081542969],[-83.88467788696289,39.646484375],[-83.88427734375,39.64669990539551],[-83.87939453125,39.64917182922363],[-83.8770055770874,39.650390625],[-83.87451171875,39.651673316955566],[-83.86962890625,39.654123306274414],[-83.869309425354,39.654296875],[-83.86474609375,39.65661907196045],[-83.86157035827637,39.658203125],[-83.85986328125,39.65908336639404],[-83.85498046875,39.66149711608887],[-83.85383605957031,39.662109375],[-83.85009765625,39.66403102874756],[-83.84617805480957,39.666015625],[-83.84521484375,39.66652584075928],[-83.84033203125,39.6689395904541],[-83.8384199142456,39.669921875],[-83.83544921875,39.67143726348877],[-83.8307523727417,39.673828125],[-83.83056640625,39.67392826080322],[-83.82568359375,39.67641067504883],[-83.82305145263672,39.677734375],[-83.82080078125,39.6788854598999],[-83.81591796875,39.68130588531494],[-83.81529808044434,39.681640625],[-83.81103515625,39.68380641937256],[-83.80754470825195,39.685546875],[-83.80615234375,39.68626880645752],[-83.80126953125,39.688666343688965],[-83.79976749420166,39.689453125],[-83.79638671875,39.69118690490723],[-83.7921142578125,39.693359375],[-83.79150390625,39.693687438964844],[-83.78662109375,39.696123123168945],[-83.78435611724854,39.697265625],[-83.78173828125,39.69859600067139],[-83.77685546875,39.70103359222412],[-83.77660274505615,39.701171875],[-83.77197265625,39.70351982116699],[-83.76884937286377,39.705078125],[-83.76708984375,39.70598316192627],[-83.76220703125,39.70838928222656],[-83.76108646392822,39.708984375],[-83.75732421875,39.71090316772461],[-83.75336170196533,39.712890625],[-83.75244140625,39.713375091552734],[-83.74755859375,39.71577548980713],[-83.74556064605713,39.716796875],[-83.74267578125,39.718268394470215],[-83.73791217803955,39.720703125],[-83.73779296875,39.72076892852783],[-83.73291015625,39.723257064819336],[-83.73018741607666,39.724609375],[-83.72802734375,39.72570610046387],[-83.72314453125,39.7280855178833],[-83.72233390808105,39.728515625],[-83.71826171875,39.73057460784912],[-83.71456623077393,39.732421875],[-83.71337890625,39.733041763305664],[-83.70849609375,39.73544788360596],[-83.70680332183838,39.736328125],[-83.70361328125,39.73795986175537],[-83.69912147521973,39.740234375],[-83.69873046875,39.74044322967529],[-83.69384765625,39.74286937713623],[-83.69128227233887,39.744140625],[-83.68896484375,39.745309829711914],[-83.68408203125,39.747724533081055],[-83.68348598480225,39.748046875],[-83.67919921875,39.75023555755615],[-83.67576122283936,39.751953125],[-83.67431640625,39.75270366668701],[-83.66943359375,39.75508213043213],[-83.66793155670166,39.755859375],[-83.66455078125,39.75757026672363],[-83.66019248962402,39.759765625],[-83.65966796875,39.76004505157471],[-83.65478515625,39.76248741149902],[-83.6524486541748,39.763671875],[-83.64990234375,39.764970779418945],[-83.64501953125,39.76739501953125],[-83.64468097686768,39.767578125],[-83.64013671875,39.76986598968506],[-83.63686561584473,39.771484375],[-83.63525390625,39.77230930328369],[-83.63037109375,39.774691581726074],[-83.62904071807861,39.775390625],[-83.62548828125,39.77720069885254],[-83.62132549285889,39.779296875],[-83.62060546875,39.779680252075195],[-83.61572265625,39.78208255767822],[-83.61349105834961,39.783203125],[-83.61083984375,39.78454113006592],[-83.60595703125,39.78696250915527],[-83.60568523406982,39.787109375],[-83.60107421875,39.789435386657715],[-83.5978889465332,39.791015625],[-83.59619140625,39.791887283325195],[-83.59130859375,39.794278144836426],[-83.59008312225342,39.794921875],[-83.58642578125,39.796783447265625],[-83.5823392868042,39.798828125],[-83.58154296875,39.799248695373535],[-83.57666015625,39.80164051055908],[-83.57449054718018,39.802734375],[-83.57177734375,39.804107666015625],[-83.56689453125,39.806562423706055],[-83.56675148010254,39.806640625],[-83.56201171875,39.80904960632324],[-83.55898857116699,39.810546875],[-83.55712890625,39.81149482727051],[-83.55224609375,39.81385517120361],[-83.55110168457031,39.814453125],[-83.54736328125,39.81633281707764],[-83.54330539703369,39.818359375],[-83.54248046875,39.81879234313965],[-83.53759765625,39.821200370788574],[-83.53550910949707,39.822265625],[-83.53271484375,39.823686599731445],[-83.52783203125,39.82612895965576],[-83.5277509689331,39.826171875],[-83.52294921875,39.82858180999756],[-83.51990699768066,39.830078125],[-83.51806640625,39.83101272583008],[-83.51318359375,39.83338451385498],[-83.5120439529419,39.833984375],[-83.50830078125,39.83588409423828],[-83.50430011749268,39.837890625],[-83.50341796875,39.83835506439209],[-83.49853515625,39.84074306488037],[-83.49644184112549,39.841796875],[-83.49365234375,39.8432035446167],[-83.48876953125,39.84563159942627],[-83.4886360168457,39.845703125],[-83.48388671875,39.84808540344238],[-83.48079681396484,39.849609375],[-83.47900390625,39.85052013397217],[-83.47412109375,39.85289669036865],[-83.47294330596924,39.853515625],[-83.46923828125,39.85539627075195],[-83.46518993377686,39.857421875],[-83.46435546875,39.85786056518555],[-83.45947265625,39.860246658325195],[-83.45732688903809,39.861328125],[-83.45458984375,39.86270713806152],[-83.44970703125,39.86515712738037],[-83.44956398010254,39.865234375],[-83.44482421875,39.86763572692871],[-83.4417724609375,39.869140625],[-83.43994140625,39.87007141113281],[-83.43505859375,39.872419357299805],[-83.43384742736816,39.873046875],[-83.43017578125,39.874884605407715],[-83.42601299285889,39.876953125],[-83.42529296875,39.877328872680664],[-83.42041015625,39.87972545623779],[-83.41815948486328,39.880859375],[-83.41552734375,39.88219356536865],[-83.41064453125,39.884620666503906],[-83.4103775024414,39.884765625],[-83.40576171875,39.88708019256592],[-83.4025239944458,39.888671875],[-83.40087890625,39.889506340026855],[-83.39599609375,39.891849517822266],[-83.39457988739014,39.892578125],[-83.39111328125,39.894320487976074],[-83.3867883682251,39.896484375],[-83.38623046875,39.8967809677124],[-83.38134765625,39.89919185638428],[-83.37894439697266,39.900390625],[-83.37646484375,39.90163993835449],[-83.37158203125,39.904019355773926],[-83.37105751037598,39.904296875],[-83.36669921875,39.90647220611572],[-83.36318492889404,39.908203125],[-83.36181640625,39.908905029296875],[-83.35693359375,39.91127395629883],[-83.35531711578369,39.912109375],[-83.35205078125,39.91376304626465],[-83.34756374359131,39.916015625],[-83.34716796875,39.91622543334961],[-83.34228515625,39.91862773895264],[-83.33963394165039,39.919921875],[-83.33740234375,39.92103290557861],[-83.33251953125,39.923373222351074],[-83.33165168762207,39.923828125],[-83.32763671875,39.925832748413086],[-83.32379341125488,39.927734375],[-83.32275390625,39.928274154663086],[-83.31787109375,39.93064594268799],[-83.3159065246582,39.931640625],[-83.31298828125,39.933112144470215],[-83.30810546875,39.93553829193115],[-83.30809116363525,39.935546875],[-83.30322265625,39.93796443939209],[-83.3001708984375,39.939453125],[-83.29833984375,39.940375328063965],[-83.29345703125,39.94273090362549],[-83.29225540161133,39.943359375],[-83.28857421875,39.945220947265625],[-83.28447341918945,39.947265625],[-83.28369140625,39.94767761230469],[-83.27880859375,39.950053215026855],[-83.27655792236328,39.951171875],[-83.27392578125,39.95248794555664],[-83.26904296875,39.95486831665039],[-83.26864719390869,39.955078125],[-83.26416015625,39.95731163024902],[-83.26075077056885,39.958984375],[-83.25927734375,39.95973491668701],[-83.25439453125,39.962082862854004],[-83.25282096862793,39.962890625],[-83.24951171875,39.96455478668213],[-83.24501991271973,39.966796875],[-83.24462890625,39.96700382232666],[-83.23974609375,39.96938991546631],[-83.2370376586914,39.970703125],[-83.23486328125,39.97178268432617],[-83.22998046875,39.974127769470215],[-83.22906494140625,39.974609375],[-83.22509765625,39.97659969329834],[-83.22122097015381,39.978515625],[-83.22021484375,39.97903537750244],[-83.21533203125,39.981380462646484],[-83.21323871612549,39.982421875],[-83.21044921875,39.983808517456055],[-83.20556640625,39.986188888549805],[-83.20530414581299,39.986328125],[-83.20068359375,39.98861598968506],[-83.19736957550049,39.990234375],[-83.19580078125,39.991028785705566],[-83.19091796875,39.99336814880371],[-83.18941116333008,39.994140625],[-83.18603515625,39.995835304260254],[-83.18159580230713,39.998046875],[-83.18115234375,39.998281478881836],[-83.17626953125,40.00066375732422],[-83.17361354827881,40.001953125],[-83.17138671875,40.003055572509766],[-83.16650390625,40.005391120910645],[-83.16560745239258,40.005859375],[-83.16162109375,40.00785255432129],[-83.15775394439697,40.009765625],[-83.15673828125,40.01029109954834],[-83.15185546875,40.0126428604126],[-83.14979076385498,40.013671875],[-83.14697265625,40.015074729919434],[-83.14208984375,40.017457008361816],[-83.14186096191406,40.017578125],[-83.13720703125,40.01987838745117],[-83.1339168548584,40.021484375],[-83.13232421875,40.022287368774414],[-83.12744140625,40.02462863922119],[-83.12596321105957,40.025390625],[-83.12255859375,40.027100563049316],[-83.1181526184082,40.029296875],[-83.11767578125,40.02954959869385],[-83.11279296875,40.03193187713623],[-83.11018466949463,40.033203125],[-83.10791015625,40.03433322906494],[-83.10302734375,40.036672592163086],[-83.10218811035156,40.037109375],[-83.09814453125,40.03911781311035],[-83.09426307678223,40.041015625],[-83.09326171875,40.04152965545654],[-83.08837890625,40.04385471343994],[-83.08622360229492,40.044921875],[-83.08349609375,40.04627323150635],[-83.07861328125,40.04863166809082],[-83.0782413482666,40.048828125],[-83.07373046875,40.05104637145996],[-83.0702543258667,40.052734375],[-83.06884765625,40.05344486236572],[-83.06396484375,40.055771827697754],[-83.06225776672363,40.056640625],[-83.05908203125,40.0582332611084],[-83.0544662475586,40.060546875],[-83.05419921875,40.06068992614746],[-83.04931640625,40.063103675842285],[-83.04653644561768,40.064453125],[-83.04443359375,40.06549644470215],[-83.03955078125,40.067806243896484],[-83.03847312927246,40.068359375],[-83.03466796875,40.07024097442627],[-83.03053855895996,40.072265625],[-83.02978515625,40.07265377044678],[-83.02490234375,40.07499599456787],[-83.02249908447266,40.076171875],[-83.02001953125,40.0773983001709],[-83.01513671875,40.079712867736816],[-83.01442623138428,40.080078125],[-83.01025390625,40.082119941711426],[-83.00641059875488,40.083984375],[-83.00537109375,40.08451175689697],[-83.00048828125,40.08682155609131],[-82.9983139038086,40.087890625],[-82.99560546875,40.0892276763916],[-82.99072265625,40.09159469604492],[-82.99034118652344,40.091796875],[-82.98583984375,40.09402847290039],[-82.98240661621094,40.095703125],[-82.98095703125,40.096435546875],[-82.97607421875,40.0987434387207],[-82.97434329986572,40.099609375],[-82.97119140625,40.101168632507324],[-82.9664134979248,40.103515625],[-82.96630859375,40.10357189178467],[-82.96142578125,40.10596561431885],[-82.95841693878174,40.107421875],[-82.95654296875,40.10835552215576],[-82.95166015625,40.110676765441895],[-82.95039653778076,40.111328125],[-82.94677734375,40.11313533782959],[-82.94252872467041,40.115234375],[-82.94189453125,40.11556434631348],[-82.93701171875,40.117899894714355],[-82.93443202972412,40.119140625],[-82.93212890625,40.12026596069336],[-82.92724609375,40.1225528717041],[-82.92628288269043,40.123046875],[-82.92236328125,40.124969482421875],[-82.91830539703369,40.126953125],[-82.91748046875,40.12737846374512],[-82.91259765625,40.129716873168945],[-82.91027069091797,40.130859375],[-82.90771484375,40.132123947143555],[-82.90283203125,40.13445472717285],[-82.90223121643066,40.134765625],[-82.89794921875,40.13686275482178],[-82.89421081542969,40.138671875],[-82.89306640625,40.139251708984375],[-82.88818359375,40.14155578613281],[-82.8861141204834,40.142578125],[-82.88330078125,40.143967628479004],[-82.87841796875,40.14632987976074],[-82.8781270980835,40.146484375],[-82.87353515625,40.14873695373535],[-82.87010192871094,40.150390625],[-82.86865234375,40.151116371154785],[-82.86376953125,40.153382301330566],[-82.86190986633301,40.154296875],[-82.85888671875,40.15576934814453],[-82.85400390625,40.15812301635742],[-82.85385131835938,40.158203125],[-82.84912109375,40.160512924194336],[-82.8458023071289,40.162109375],[-82.84423828125,40.16289043426514],[-82.83935546875,40.16517925262451],[-82.8376817703247,40.166015625],[-82.83447265625,40.16759490966797],[-82.82968521118164,40.169921875],[-82.82958984375,40.16997051239014],[-82.82470703125,40.172332763671875],[-82.82157897949219,40.173828125],[-82.81982421875,40.1746940612793],[-82.81494140625,40.17697048187256],[-82.81342506408691,40.177734375],[-82.81005859375,40.17939281463623],[-82.80550003051758,40.181640625],[-82.80517578125,40.18181133270264],[-82.80029296875,40.184181213378906],[-82.79743194580078,40.185546875],[-82.79541015625,40.186537742614746],[-82.79052734375,40.188804626464844],[-82.78923988342285,40.189453125],[-82.78564453125,40.19121170043945],[-82.78125286102295,40.193359375],[-82.78076171875,40.19361400604248],[-82.77587890625,40.195956230163574],[-82.7731466293335,40.197265625],[-82.77099609375,40.19831848144531],[-82.76611328125,40.200599670410156],[-82.76498794555664,40.201171875],[-82.76123046875,40.203017234802246],[-82.7570104598999,40.205078125],[-82.75634765625,40.20541858673096],[-82.75146484375,40.20773887634277],[-82.74886131286621,40.208984375],[-82.74658203125,40.21009635925293],[-82.74169921875,40.21237373352051],[-82.74068355560303,40.212890625],[-82.73681640625,40.21478080749512],[-82.73266792297363,40.216796875],[-82.73193359375,40.2171745300293],[-82.72705078125,40.2194938659668],[-82.72454738616943,40.220703125],[-82.72216796875,40.22187042236328],[-82.71728515625,40.22416019439697],[-82.71640300750732,40.224609375],[-82.71240234375,40.226561546325684],[-82.7083683013916,40.228515625],[-82.70751953125,40.22894859313965],[-82.70263671875,40.23125076293945],[-82.70020961761475,40.232421875],[-82.69775390625,40.233619689941406],[-82.69287109375,40.23592185974121],[-82.69208431243896,40.236328125],[-82.68798828125,40.23833751678467],[-82.6840877532959,40.240234375],[-82.68310546875,40.24073505401611],[-82.67822265625,40.243032455444336],[-82.67593383789062,40.244140625],[-82.67333984375,40.24540138244629],[-82.66845703125,40.24768543243408],[-82.66775131225586,40.248046875],[-82.66357421875,40.25007438659668],[-82.65968799591064,40.251953125],[-82.65869140625,40.252458572387695],[-82.65380859375,40.25476551055908],[-82.65157222747803,40.255859375],[-82.64892578125,40.257161140441895],[-82.64404296875,40.259474754333496],[-82.64348030090332,40.259765625],[-82.63916015625,40.26186561584473],[-82.63540744781494,40.263671875],[-82.63427734375,40.264241218566895],[-82.62939453125,40.266523361206055],[-82.62722969055176,40.267578125],[-82.62451171875,40.26890277862549],[-82.61962890625,40.271223068237305],[-82.6191234588623,40.271484375],[-82.61474609375,40.273619651794434],[-82.61106491088867,40.275390625],[-82.60986328125,40.27599239349365],[-82.60498046875,40.27826690673828],[-82.60286331176758,40.279296875],[-82.60009765625,40.28064250946045],[-82.59521484375,40.28294658660889],[-82.59471416473389,40.283203125],[-82.59033203125,40.28532314300537],[-82.58660793304443,40.287109375],[-82.58544921875,40.28769111633301],[-82.58056640625,40.289968490600586],[-82.5784158706665,40.291015625],[-82.57568359375,40.29234981536865],[-82.57080078125,40.294668197631836],[-82.57030963897705,40.294921875],[-82.56591796875,40.297057151794434],[-82.56223201751709,40.298828125],[-82.56103515625,40.2994270324707],[-82.55615234375,40.301695823669434],[-82.55400657653809,40.302734375],[-82.55126953125,40.30406379699707],[-82.54638671875,40.30635929107666],[-82.54583835601807,40.306640625],[-82.54150390625,40.30873775482178],[-82.53774166107178,40.310546875],[-82.53662109375,40.31110954284668],[-82.53173828125,40.313401222229004],[-82.5295877456665,40.314453125],[-82.52685546875,40.315789222717285],[-82.52197265625,40.31808853149414],[-82.5214433670044,40.318359375],[-82.51708984375,40.32046413421631],[-82.51333236694336,40.322265625],[-82.51220703125,40.322829246520996],[-82.50732421875,40.32509708404541],[-82.50510215759277,40.326171875],[-82.50244140625,40.32746505737305],[-82.49755859375,40.32977867126465],[-82.49697685241699,40.330078125],[-82.49267578125,40.332176208496094],[-82.48891353607178,40.333984375],[-82.48779296875,40.33454895019531],[-82.48291015625,40.336819648742676],[-82.48069286346436,40.337890625],[-82.47802734375,40.33917999267578],[-82.47314453125,40.341437339782715],[-82.47242450714111,40.341796875],[-82.46826171875,40.343777656555176],[-82.46419906616211,40.345703125],[-82.46337890625,40.34611415863037],[-82.45849609375,40.348384857177734],[-82.4559211730957,40.349609375],[-82.45361328125,40.35072612762451],[-82.44873046875,40.352989196777344],[-82.44769096374512,40.353515625],[-82.44384765625,40.355387687683105],[-82.43965148925781,40.357421875],[-82.43896484375,40.35777282714844],[-82.43408203125,40.36007213592529],[-82.43143558502197,40.361328125],[-82.42919921875,40.36241054534912],[-82.42431640625,40.36465644836426],[-82.42316246032715,40.365234375],[-82.41943359375,40.367045402526855],[-82.41514205932617,40.369140625],[-82.41455078125,40.369446754455566],[-82.40966796875,40.371788024902344],[-82.40703582763672,40.373046875],[-82.40478515625,40.37413692474365],[-82.39990234375,40.37637424468994],[-82.39874839782715,40.376953125],[-82.39501953125,40.37876224517822],[-82.3906946182251,40.380859375],[-82.39013671875,40.38114547729492],[-82.38525390625,40.383437156677246],[-82.38240242004395,40.384765625],[-82.38037109375,40.38573741912842],[-82.37548828125,40.3879451751709],[-82.37401485443115,40.388671875],[-82.37060546875,40.390326499938965],[-82.36601829528809,40.392578125],[-82.36572265625,40.39273166656494],[-82.36083984375,40.39509201049805],[-82.35788822174072,40.396484375],[-82.35595703125,40.397417068481445],[-82.35107421875,40.39963340759277],[-82.34953880310059,40.400390625],[-82.34619140625,40.40201282501221],[-82.34145164489746,40.404296875],[-82.34130859375,40.40437030792236],[-82.33642578125,40.40670394897461],[-82.33325004577637,40.408203125],[-82.33154296875,40.40903663635254],[-82.32666015625,40.4112606048584],[-82.32491493225098,40.412109375],[-82.32177734375,40.41361904144287],[-82.31689453125,40.41592979431152],[-82.31672763824463,40.416015625],[-82.31201171875,40.41827583312988],[-82.30853080749512,40.419921875],[-82.30712890625,40.420610427856445],[-82.30224609375,40.42281723022461],[-82.30011463165283,40.423828125],[-82.29736328125,40.425137519836426],[-82.29248046875,40.427385330200195],[-82.2917890548706,40.427734375],[-82.28759765625,40.42973613739014],[-82.28361129760742,40.431640625],[-82.28271484375,40.43209266662598],[-82.27783203125,40.434370040893555],[-82.27537155151367,40.435546875],[-82.27294921875,40.43671894073486],[-82.26806640625,40.43898677825928],[-82.26714611053467,40.439453125],[-82.26318359375,40.44136333465576],[-82.25900173187256,40.443359375],[-82.25830078125,40.44371318817139],[-82.25341796875,40.445980072021484],[-82.25067138671875,40.447265625],[-82.24853515625,40.448288917541504],[-82.24365234375,40.450501441955566],[-82.24229335784912,40.451171875],[-82.23876953125,40.45286464691162],[-82.2341775894165,40.455078125],[-82.23388671875,40.455227851867676],[-82.22900390625,40.45755386352539],[-82.22596645355225,40.458984375],[-82.22412109375,40.459877014160156],[-82.21923828125,40.46209526062012],[-82.21761226654053,40.462890625],[-82.21435546875,40.46445178985596],[-82.20947265625,40.46675109863281],[-82.20938205718994,40.466796875],[-82.20458984375,40.46908473968506],[-82.20117092132568,40.470703125],[-82.19970703125,40.47142219543457],[-82.19482421875,40.47361660003662],[-82.19271659851074,40.474609375],[-82.18994140625,40.47591209411621],[-82.18505859375,40.47812366485596],[-82.18427181243896,40.478515625],[-82.18017578125,40.48046588897705],[-82.1760606765747,40.482421875],[-82.17529296875,40.48280620574951],[-82.17041015625,40.48506450653076],[-82.16771602630615,40.486328125],[-82.16552734375,40.48737621307373],[-82.16064453125,40.48958110809326],[-82.15930938720703,40.490234375],[-82.15576171875,40.49192810058594],[-82.15110778808594,40.494140625],[-82.15087890625,40.49425792694092],[-82.14599609375,40.49656391143799],[-82.14283466339111,40.498046875],[-82.14111328125,40.49888229370117],[-82.13623046875,40.50110721588135],[-82.13449954986572,40.501953125],[-82.13134765625,40.50347137451172],[-82.12646484375,40.505802154541016],[-82.12635517120361,40.505859375],[-82.12158203125,40.50815200805664],[-82.11816310882568,40.509765625],[-82.11669921875,40.510480880737305],[-82.11181640625,40.51269340515137],[-82.10977554321289,40.513671875],[-82.10693359375,40.51503849029541],[-82.10205078125,40.517333030700684],[-82.10156917572021,40.517578125],[-82.09716796875,40.51968002319336],[-82.09331035614014,40.521484375],[-82.09228515625,40.52198505401611],[-82.08740234375,40.52419376373291],[-82.08486080169678,40.525390625],[-82.08251953125,40.52651309967041],[-82.07763671875,40.528730392456055],[-82.07647800445557,40.529296875],[-82.07275390625,40.531049728393555],[-82.06812381744385,40.533203125],[-82.06787109375,40.53332996368408],[-82.06298828125,40.53561878204346],[-82.05981731414795,40.537109375],[-82.05810546875,40.53794193267822],[-82.05322265625,40.54013156890869],[-82.05136299133301,40.541015625],[-82.04833984375,40.54244422912598],[-82.04345703125,40.544700622558594],[-82.04302310943604,40.544921875],[-82.03857421875,40.54705238342285],[-82.0348596572876,40.548828125],[-82.03369140625,40.549410820007324],[-82.02880859375,40.55165195465088],[-82.02653408050537,40.552734375],[-82.02392578125,40.55397891998291],[-82.01904296875,40.55618476867676],[-82.0181131362915,40.556640625],[-82.01416015625,40.55849838256836],[-82.00981616973877,40.560546875],[-82.00927734375,40.56081771850586],[-82.00439453125,40.563087463378906],[-82.00146198272705,40.564453125],[-81.99951171875,40.56538677215576],[-81.99462890625,40.56757736206055],[-81.99301242828369,40.568359375],[-81.98974609375,40.56991100311279],[-81.98486328125,40.572203636169434],[-81.98474407196045,40.572265625],[-81.97998046875,40.57453536987305],[-81.9765043258667,40.576171875],[-81.97509765625,40.57685565948486],[-81.97021484375,40.579041481018066],[-81.96802139282227,40.580078125],[-81.96533203125,40.581353187561035],[-81.96044921875,40.58358287811279],[-81.95964336395264,40.583984375],[-81.95556640625,40.58592700958252],[-81.95144176483154,40.587890625],[-81.95068359375,40.58827209472656],[-81.94580078125,40.59051990509033],[-81.94304943084717,40.591796875],[-81.94091796875,40.59280776977539],[-81.93603515625,40.595004081726074],[-81.93461418151855,40.595703125],[-81.93115234375,40.59737300872803],[-81.92654609680176,40.599609375],[-81.92626953125,40.59975337982178],[-81.92138671875,40.60207176208496],[-81.91824913024902,40.603515625],[-81.91650390625,40.604342460632324],[-81.91162109375,40.60647201538086],[-81.90959453582764,40.607421875],[-81.90673828125,40.60876178741455],[-81.90185546875,40.61097812652588],[-81.90114974975586,40.611328125],[-81.89697265625,40.61330604553223],[-81.89292907714844,40.615234375],[-81.89208984375,40.61565589904785],[-81.88720703125,40.617918968200684],[-81.88458919525146,40.619140625],[-81.88232421875,40.62021064758301],[-81.87744140625,40.62235355377197],[-81.8759822845459,40.623046875],[-81.87255859375,40.62463092803955],[-81.86767578125,40.62685966491699],[-81.8674898147583,40.626953125],[-81.86279296875,40.62915229797363],[-81.85913562774658,40.630859375],[-81.85791015625,40.63145732879639],[-81.85302734375,40.633649826049805],[-81.8506383895874,40.634765625],[-81.84814453125,40.635945320129395],[-81.84326171875,40.63813781738281],[-81.84216499328613,40.638671875],[-81.83837890625,40.640451431274414],[-81.83382034301758,40.642578125],[-81.83349609375,40.64274024963379],[-81.82861328125,40.64499282836914],[-81.82538509368896,40.646484375],[-81.82373046875,40.64727783203125],[-81.81884765625,40.64947319030762],[-81.8169355392456,40.650390625],[-81.81396484375,40.65180492401123],[-81.80908203125,40.65404987335205],[-81.80859088897705,40.654296875],[-81.80419921875,40.65636444091797],[-81.80026054382324,40.658203125],[-81.79931640625,40.65866565704346],[-81.79443359375,40.66085338592529],[-81.79168224334717,40.662109375],[-81.78955078125,40.663103103637695],[-81.78466796875,40.66524028778076],[-81.78303241729736,40.666015625],[-81.77978515625,40.66753578186035],[-81.77490234375,40.66977596282959],[-81.7746114730835,40.669921875],[-81.77001953125,40.67208385467529],[-81.76631927490234,40.673828125],[-81.76513671875,40.674407958984375],[-81.76025390625,40.676618576049805],[-81.75786972045898,40.677734375],[-81.75537109375,40.678914070129395],[-81.75048828125,40.68110752105713],[-81.74940586090088,40.681640625],[-81.74560546875,40.68344783782959],[-81.74118995666504,40.685546875],[-81.74072265625,40.68578243255615],[-81.73583984375,40.68803024291992],[-81.73271656036377,40.689453125],[-81.73095703125,40.69028091430664],[-81.72607421875,40.69243144989014],[-81.72410488128662,40.693359375],[-81.72119140625,40.69472694396973],[-81.71630859375,40.69693088531494],[-81.71563148498535,40.697265625],[-81.71142578125,40.69924545288086],[-81.70735836029053,40.701171875],[-81.70654296875,40.70157814025879],[-81.70166015625,40.70381832122803],[-81.69894218444824,40.705078125],[-81.69677734375,40.70610237121582],[-81.69189453125,40.70828056335449],[-81.69044017791748,40.708984375],[-81.68701171875,40.710609436035156],[-81.68212890625,40.712890625],[-81.67724609375,40.71518039703369],[-81.67377948760986,40.716796875],[-81.67236328125,40.717482566833496],[-81.66748046875,40.71965789794922],[-81.66523456573486,40.720703125],[-81.66259765625,40.7219352722168],[-81.65771484375,40.72410774230957],[-81.65668487548828,40.724609375],[-81.65283203125,40.72641468048096],[-81.64832592010498,40.728515625],[-81.64794921875,40.7287015914917],[-81.64306640625,40.73093795776367],[-81.63981914520264,40.732421875],[-81.63818359375,40.733195304870605],[-81.63330078125,40.73532772064209],[-81.63114547729492,40.736328125],[-81.62841796875,40.73759937286377],[-81.62353515625,40.7397985458374],[-81.6226577758789,40.740234375],[-81.61865234375,40.74213123321533],[-81.61439418792725,40.744140625],[-81.61376953125,40.74445152282715],[-81.60888671875,40.74666404724121],[-81.60582065582275,40.748046875],[-81.60400390625,40.74889373779297],[-81.59912109375,40.751023292541504],[-81.59423828125,40.75331211090088],[-81.58935546875,40.755516052246094],[-81.58865928649902,40.755859375],[-81.58447265625,40.757822036743164],[-81.58034801483154,40.759765625],[-81.57958984375,40.760141372680664],[-81.57470703125,40.762372970581055],[-81.57186985015869,40.763671875],[-81.56982421875,40.76462936401367],[-81.56494140625,40.76675891876221],[-81.56321048736572,40.767578125],[-81.56005859375,40.7690544128418],[-81.55517578125,40.7712926864624],[-81.55479431152344,40.771484375],[-81.55029296875,40.77359676361084],[-81.54645442962646,40.775390625],[-81.54541015625,40.77590274810791],[-81.54052734375,40.77809715270996],[-81.53792381286621,40.779296875],[-81.53564453125,40.78036403656006],[-81.53076171875,40.782517433166504],[-81.52932643890381,40.783203125],[-81.52587890625,40.78481101989746],[-81.52099609375,40.78703498840332],[-81.52084827423096,40.787109375],[-81.51611328125,40.78928565979004],[-81.51234149932861,40.791015625],[-81.51123046875,40.79154968261719],[-81.50634765625,40.79370594024658],[-81.50367259979248,40.794921875],[-81.50146484375,40.79594421386719],[-81.49658203125,40.79807186126709],[-81.49498462677002,40.798828125],[-81.49169921875,40.80035400390625],[-81.48681640625,40.80256748199463],[-81.48648262023926,40.802734375],[-81.48193359375,40.80485248565674],[-81.47810459136963,40.806640625],[-81.47705078125,40.80715751647949],[-81.47216796875,40.80935478210449],[-81.46957874298096,40.810546875],[-81.46728515625,40.81161975860596],[-81.46240234375,40.81375503540039],[-81.46092414855957,40.814453125],[-81.45751953125,40.81602478027344],[-81.45263671875,40.818230628967285],[-81.45237445831299,40.818359375],[-81.44775390625,40.8204927444458],[-81.44391059875488,40.822265625],[-81.44287109375,40.822768211364746],[-81.43798828125,40.824944496154785],[-81.4353084564209,40.826171875],[-81.43310546875,40.8272008895874],[-81.42822265625,40.829344749450684],[-81.42667770385742,40.830078125],[-81.42333984375,40.83162879943848],[-81.41845703125,40.83383369445801],[-81.41815185546875,40.833984375],[-81.41357421875,40.83610725402832],[-81.40974044799805,40.837890625],[-81.40869140625,40.838401794433594],[-81.40380859375,40.84057331085205],[-81.40110969543457,40.841796875],[-81.39892578125,40.842806816101074],[-81.39404296875,40.844926834106445],[-81.39238357543945,40.845703125],[-81.38916015625,40.84718990325928],[-81.38427734375,40.849355697631836],[-81.38375759124756,40.849609375],[-81.37939453125,40.85161590576172],[-81.37531280517578,40.853515625],[-81.37451171875,40.85390853881836],[-81.36962890625,40.856117248535156],[-81.36676788330078,40.857421875],[-81.36474609375,40.85836696624756],[-81.35986328125,40.86050224304199],[-81.35810375213623,40.861328125],[-81.35498046875,40.862775802612305],[-81.35009765625,40.86495304107666],[-81.34952068328857,40.865234375],[-81.34521484375,40.86722373962402],[-81.34108543395996,40.869140625],[-81.34033203125,40.86950874328613],[-81.33544921875,40.871707916259766],[-81.3325023651123,40.873046875],[-81.33056640625,40.87395095825195],[-81.32568359375,40.876070976257324],[-81.32378101348877,40.876953125],[-81.32080078125,40.87832546234131],[-81.31591796875,40.88047218322754],[-81.31511211395264,40.880859375],[-81.31103515625,40.88272953033447],[-81.30658626556396,40.884765625],[-81.30615234375,40.884976387023926],[-81.30126953125,40.88717746734619],[-81.29796981811523,40.888671875],[-81.29638671875,40.88941478729248],[-81.29150390625,40.89153289794922],[-81.2892198562622,40.892578125],[-81.28662109375,40.89377689361572],[-81.28173828125,40.89591026306152],[-81.28053188323975,40.896484375],[-81.27685546875,40.89817714691162],[-81.27197742462158,40.900390625],[-81.27197265625,40.90039253234863],[-81.26708984375,40.902631759643555],[-81.26347064971924,40.904296875],[-81.26220703125,40.90490436553955],[-81.25732421875,40.90706157684326],[-81.25482559204102,40.908203125],[-81.25244140625,40.909308433532715],[-81.24755859375,40.911434173583984],[-81.24612808227539,40.912109375],[-81.24267578125,40.9137020111084],[-81.23779296875,40.915903091430664],[-81.23756408691406,40.916015625],[-81.23291015625,40.918152809143066],[-81.22906684875488,40.919921875],[-81.22802734375,40.92042255401611],[-81.22314453125,40.92258167266846],[-81.22038841247559,40.923828125],[-81.21826171875,40.92481231689453],[-81.21337890625,40.9269323348999],[-81.21166706085205,40.927734375],[-81.20849609375,40.929200172424316],[-81.20361328125,40.931382179260254],[-81.2030839920044,40.931640625],[-81.19873046875,40.9336462020874],[-81.19461059570312,40.935546875],[-81.19384765625,40.935916900634766],[-81.18896484375,40.938100814819336],[-81.1859655380249,40.939453125],[-81.18408203125,40.940327644348145],[-81.17919921875,40.94243907928467],[-81.1772108078003,40.943359375],[-81.17431640625,40.944695472717285],[-81.16943359375,40.9468412399292],[-81.16854667663574,40.947265625],[-81.16455078125,40.94909954071045],[-81.16000175476074,40.951171875],[-81.15966796875,40.95133590698242],[-81.15478515625,40.95353698730469],[-81.15138053894043,40.955078125],[-81.14990234375,40.95577335357666],[-81.14501953125,40.95788860321045],[-81.14261150360107,40.958984375],[-81.14013671875,40.96012210845947],[-81.13525390625,40.96224403381348],[-81.13388538360596,40.962890625],[-81.13037109375,40.96450614929199],[-81.12548828125,40.96670341491699],[-81.12529754638672,40.966796875],[-81.12060546875,40.96894550323486],[-81.11677169799805,40.970703125],[-81.11572265625,40.971205711364746],[-81.11083984375,40.97335624694824],[-81.1080551147461,40.974609375],[-81.10595703125,40.9755744934082],[-81.10107421875,40.977675437927246],[-81.09925746917725,40.978515625],[-81.09619140625,40.9799222946167],[-81.09130859375,40.98206424713135],[-81.09055995941162,40.982421875],[-81.08642578125,40.98430824279785],[-81.08198642730713,40.986328125],[-81.08154296875,40.98654365539551],[-81.07666015625,40.98873519897461],[-81.07334613800049,40.990234375],[-81.07177734375,40.99096870422363],[-81.06689453125,40.99307632446289],[-81.06455326080322,40.994140625],[-81.06201171875,40.995304107666016],[-81.05712890625,40.99741077423096],[-81.05576992034912,40.998046875],[-81.05224609375,40.99965286254883],[-81.04736328125,41.0018196105957],[-81.04708671569824,41.001953125],[-81.04248046875,41.00404739379883],[-81.03853225708008,41.005859375],[-81.03759765625,41.006309509277344],[-81.03271484375,41.008477210998535],[-81.0298490524292,41.009765625],[-81.02783203125,41.010695457458496],[-81.02294921875,41.012789726257324],[-81.02103233337402,41.013671875],[-81.01806640625,41.015028953552246],[-81.01318359375,41.01716232299805],[-81.01231575012207,41.017578125],[-81.00830078125,41.0194091796875],[-81.0037088394165,41.021484375],[-81.00341796875,41.02162456512451],[-80.99853515625,41.0238151550293],[-80.99503993988037,41.025390625],[-80.99365234375,41.026041984558105],[-80.98876953125,41.02814960479736],[-80.98621845245361,41.029296875],[-80.98388671875,41.030362129211426],[-80.97900390625,41.03245162963867],[-80.97737789154053,41.033203125],[-80.97412109375,41.034685134887695],[-80.96923828125,41.036824226379395],[-80.96864223480225,41.037109375],[-80.96435546875,41.03905487060547],[-80.96002101898193,41.041015625],[-80.95947265625,41.041279792785645],[-80.95458984375,41.04344654083252],[-80.95129489898682,41.044921875],[-80.94970703125,41.04565715789795],[-80.94482421875,41.04774856567383],[-80.94243049621582,41.048828125],[-80.93994140625,41.04996109008789],[-80.93505859375,41.05205154418945],[-80.93358993530273,41.052734375],[-80.93017578125,41.05428504943848],[-80.92529296875,41.05643272399902],[-80.92485904693604,41.056640625],[-80.92041015625,41.05865287780762],[-80.91622829437256,41.060546875],[-80.91552734375,41.06088161468506],[-80.91064453125,41.06303882598877],[-80.90747833251953,41.064453125],[-80.90576171875,41.06524658203125],[-80.90087890625,41.06734371185303],[-80.89865684509277,41.068359375],[-80.89599609375,41.069580078125],[-80.89111328125,41.07170009613037],[-80.88991165161133,41.072265625],[-80.88623046875,41.07394218444824],[-80.88134765625,41.07611560821533],[-80.88123321533203,41.076171875],[-80.87646484375,41.078328132629395],[-80.87262630462646,41.080078125],[-80.87158203125,41.08057498931885],[-80.86669921875,41.08271026611328],[-80.86383819580078,41.083984375],[-80.86181640625,41.08490753173828],[-80.85693359375,41.0869779586792],[-80.85492610931396,41.087890625],[-80.85205078125,41.08919620513916],[-80.84716796875,41.09130668640137],[-80.84612846374512,41.091796875],[-80.84228515625,41.093546867370605],[-80.83749294281006,41.095703125],[-80.83740234375,41.095746994018555],[-80.83251953125,41.097951889038086],[-80.82886219024658,41.099609375],[-80.82763671875,41.10018825531006],[-80.82275390625,41.102309226989746],[-80.82005977630615,41.103515625],[-80.81787109375,41.10451698303223],[-80.81298828125,41.106595039367676],[-80.81118106842041,41.107421875],[-80.80810546875,41.10881042480469],[-80.80322265625,41.11090564727783],[-80.80231666564941,41.111328125],[-80.79833984375,41.11310958862305],[-80.79352378845215,41.115234375],[-80.79345703125,41.11526584625244],[-80.78857421875,41.11744213104248],[-80.78480243682861,41.119140625],[-80.78369140625,41.11966419219971],[-80.77880859375,41.12177658081055],[-80.77593803405762,41.123046875],[-80.77392578125,41.123963356018066],[-80.76904296875,41.12603187561035],[-80.76701641082764,41.126953125],[-80.76416015625,41.12824726104736],[-80.75927734375,41.13034915924072],[-80.7581901550293,41.130859375],[-80.75439453125,41.132575035095215],[-80.74951171875,41.134737968444824],[-80.74945449829102,41.134765625],[-80.74462890625,41.13693141937256],[-80.74079513549805,41.138671875],[-80.73974609375,41.1391716003418],[-80.73486328125,41.14130878448486],[-80.73201179504395,41.142578125],[-80.72998046875,41.1435022354126],[-80.72509765625,41.145567893981934],[-80.72308540344238,41.146484375],[-80.72021484375,41.14779186248779],[-80.71533203125,41.14992141723633],[-80.71434497833252,41.150390625],[-80.71044921875,41.152159690856934],[-80.70560455322266,41.154296875],[-80.70556640625,41.154314041137695],[-80.70068359375,41.15647029876709],[-80.6967830657959,41.158203125],[-80.69580078125,41.15866279602051],[-80.69091796875,41.16075897216797],[-80.68783283233643,41.162109375],[-80.68603515625,41.16292381286621],[-80.68115234375,41.164974212646484],[-80.67882061004639,41.166015625],[-80.67626953125,41.16716480255127],[-80.67138671875,41.16923141479492],[-80.66988468170166,41.169921875],[-80.66650390625,41.171441078186035],[-80.66162109375,41.173550605773926],[-80.66103458404541,41.173828125],[-80.65673828125,41.17574596405029],[-80.65225601196289,41.177734375],[-80.65185546875,41.177924156188965],[-80.64697265625,41.18007278442383],[-80.64345359802246,41.181640625],[-80.64208984375,41.18227291107178],[-80.63720703125,41.18435096740723],[-80.63449382781982,41.185546875],[-80.63232421875,41.186524391174316],[-80.62744140625,41.18857002258301],[-80.62548637390137,41.189453125],[-80.62255859375,41.19077205657959],[-80.61767578125,41.19287967681885],[-80.61666011810303,41.193359375],[-80.61279296875,41.19511127471924],[-80.6079626083374,41.197265625],[-80.60791015625,41.19729137420654],[-80.60302734375,41.199482917785645],[-80.59928894042969,41.201171875],[-80.59814453125,41.2017126083374],[-80.59326171875,41.20382499694824],[-80.59041976928711,41.205078125],[-80.58837890625,41.205997467041016],[-80.58349609375,41.20802116394043],[-80.5813217163086,41.208984375],[-80.57861328125,41.210187911987305],[-80.57373046875,41.21222496032715],[-80.57226181030273,41.212890625],[-80.56884765625,41.21440601348877],[-80.56396484375,41.21650505065918],[-80.56334972381592,41.216796875],[-80.55908203125,41.21871280670166],[-80.5546522140503,41.220703125],[-80.55419921875,41.22092151641846],[-80.54931640625,41.22310161590576],[-80.54599285125732,41.224609375],[-80.54443359375,41.22534465789795],[-80.53955078125,41.22746276855469],[-80.5372142791748,41.228515625],[-80.53466796875,41.22966480255127],[-80.52978515625,41.2316837310791],[-80.5281400680542,41.232421875],[-80.52490234375,41.233853340148926],[-80.52001953125,41.23597240447998],[-80.5192756652832,41.236328125],[-80.51513671875,41.23820686340332],[-80.51055431365967,41.240234375],[-80.51025390625,41.24037551879883],[-80.50537109375,41.242493629455566],[-80.5016040802002,41.244140625],[-80.50048828125,41.244651794433594],[-80.49560546875,41.24671459197998],[-80.4925537109375,41.248046875],[-80.49072265625,41.24886989593506],[-80.48583984375,41.25090980529785],[-80.48348426818848,41.251953125],[-80.48095703125,41.25308418273926],[-80.47607421875,41.255136489868164],[-80.47448635101318,41.255859375],[-80.47119140625,41.25733757019043],[-80.46630859375,41.25944805145264],[-80.46563625335693,41.259765625],[-80.46142578125,41.261653900146484],[-80.45685768127441,41.263671875],[-80.45654296875,41.26381969451904],[-80.45166015625,41.26595115661621],[-80.44798374176025,41.267578125],[-80.44677734375,41.268134117126465],[-80.44189453125,41.270206451416016],[-80.4389762878418,41.271484375],[-80.43701171875,41.27236747741699],[-80.43212890625,41.274407386779785],[-80.4299259185791,41.275390625],[-80.42724609375,41.27659606933594],[-80.42236328125,41.2786808013916],[-80.42103290557861,41.279296875],[-80.41748046875,41.280890464782715],[-80.41259765625,41.28298473358154],[-80.41213035583496,41.283203125],[-80.40771484375,41.28515625],[-80.4033088684082,41.287109375],[-80.40283203125,41.28733539581299],[-80.39794921875,41.28947734832764],[-80.39450645446777,41.291015625],[-80.39306640625,41.291680335998535],[-80.38818359375,41.29374027252197],[-80.38546085357666,41.294921875],[-80.38330078125,41.29587745666504],[-80.37841796875,41.297861099243164],[-80.37620067596436,41.298828125],[-80.37353515625,41.29999828338623],[-80.36865234375,41.30201816558838],[-80.36706447601318,41.302734375],[-80.36376953125,41.304192543029785],[-80.35888671875,41.30626392364502],[-80.35807609558105,41.306640625],[-80.35400390625,41.30844306945801],[-80.34916877746582,41.310546875],[-80.34912109375,41.310569763183594],[-80.34423828125,41.31272029876709],[-80.3403902053833,41.314453125],[-80.33935546875,41.314942359924316],[-80.33447265625,41.31706523895264],[-80.33152103424072,41.318359375],[-80.32958984375,41.31922149658203],[-80.32470703125,41.32119274139404],[-80.3222131729126,41.322265625],[-80.31982421875,41.32331466674805],[-80.31494140625,41.32533359527588],[-80.31306266784668,41.326171875],[-80.31005859375,41.327505111694336],[-80.30517578125,41.32956123352051],[-80.30404567718506,41.330078125],[-80.30029296875,41.33174228668213],[-80.29541015625,41.33385181427002],[-80.29512882232666,41.333984375],[-80.29052734375,41.33600044250488],[-80.28615951538086,41.337890625],[-80.28564453125,41.33812713623047],[-80.28076171875,41.340219497680664],[-80.27721881866455,41.341796875],[-80.27587890625,41.3424186706543],[-80.27099609375,41.344515800476074],[-80.26829719543457,41.345703125],[-80.26611328125,41.34668254852295],[-80.26123046875,41.3486852645874],[-80.25911331176758,41.349609375],[-80.25634765625,41.35081672668457],[-80.25146484375,41.35282325744629],[-80.24991512298584,41.353515625],[-80.24658203125,41.354981422424316],[-80.24169921875,41.35703468322754],[-80.2408504486084,41.357421875],[-80.23681640625,41.3591890335083],[-80.23193359375,41.36127853393555],[-80.2318286895752,41.361328125],[-80.22705078125,41.36340141296387],[-80.22284984588623,41.365234375],[-80.22216796875,41.365549087524414],[-80.21728515625,41.36764621734619],[-80.21390914916992,41.369140625],[-80.21240234375,41.369832038879395],[-80.20751953125,41.37189960479736],[-80.20491123199463,41.373046875],[-80.20263671875,41.37406635284424],[-80.19775390625,41.3761043548584],[-80.19586086273193,41.376953125],[-80.19287109375,41.378286361694336],[-80.18798828125,41.38035202026367],[-80.18688201904297,41.380859375],[-80.18310546875,41.38253211975098],[-80.17822265625,41.38462543487549],[-80.17791748046875,41.384765625],[-80.17333984375,41.38674354553223],[-80.16878128051758,41.388671875],[-80.16845703125,41.38881778717041],[-80.16357421875,41.39088535308838],[-80.15966892242432,41.392578125],[-80.15869140625,41.39302349090576],[-80.15380859375,41.39508628845215],[-80.15060424804688,41.396484375],[-80.14892578125,41.39724063873291],[-80.14404296875,41.39927864074707],[-80.14150619506836,41.400390625],[-80.13916015625,41.4014368057251],[-80.13427734375,41.403480529785156],[-80.13246536254883,41.404296875],[-80.12939453125,41.405673027038574],[-80.12451171875,41.40775012969971],[-80.12352466583252,41.408203125],[-80.11962890625,41.40990924835205],[-80.11474609375,41.41194725036621],[-80.11438846588135,41.412109375],[-80.10986328125,41.41403579711914],[-80.10519504547119,41.416015625],[-80.10498046875,41.41611289978027],[-80.10009765625,41.41820526123047],[-80.09617328643799,41.419921875],[-80.09521484375,41.420363426208496],[-80.09033203125,41.422438621520996],[-80.08714199066162,41.423828125],[-80.08544921875,41.42458915710449],[-80.08056640625,41.42661094665527],[-80.07797241210938,41.427734375],[-80.07568359375,41.428741455078125],[-80.07080078125,41.43073654174805],[-80.06874561309814,41.431640625],[-80.06591796875,41.432884216308594],[-80.06103515625,41.43492031097412],[-80.05965232849121,41.435546875],[-80.05615234375,41.43709182739258],[-80.05126953125,41.439154624938965],[-80.05062103271484,41.439453125],[-80.04638671875,41.441304206848145],[-80.04164695739746,41.443359375],[-80.04150390625,41.44342517852783],[-80.03662109375,41.4455451965332],[-80.0326681137085,41.447265625],[-80.03173828125,41.44769096374512],[-80.02685546875,41.44974327087402],[-80.02355575561523,41.451171875],[-80.02197265625,41.45188331604004],[-80.01708984375,41.453911781311035],[-80.01441955566406,41.455078125],[-80.01220703125,41.45606994628906],[-80.00732421875,41.458144187927246],[-80.00547885894775,41.458984375],[-80.00244140625,41.46035099029541],[-79.99755859375,41.462403297424316],[-79.99648094177246,41.462890625],[-79.99267578125,41.46454334259033],[-79.98779296875,41.466572761535645],[-79.98729705810547,41.466796875],[-79.98291015625,41.468682289123535],[-79.97816562652588,41.470703125],[-79.97802734375,41.4707670211792],[-79.97314453125,41.47284698486328],[-79.96899604797363,41.474609375],[-79.96826171875,41.47493934631348],[-79.96337890625,41.47697925567627],[-79.95983123779297,41.478515625],[-79.95849609375,41.479119300842285],[-79.95361328125,41.481146812438965],[-79.95062351226807,41.482421875],[-79.94873046875,41.48325252532959],[-79.94384765625,41.48521423339844],[-79.9412202835083,41.486328125],[-79.93896484375,41.4873046875],[-79.93408203125,41.489277839660645],[-79.93189811706543,41.490234375],[-79.92919921875,41.49142360687256],[-79.92431640625,41.49347496032715],[-79.92285251617432,41.494140625],[-79.91943359375,41.49565887451172],[-79.91455078125,41.49771595001221],[-79.91382598876953,41.498046875],[-79.90966796875,41.49985599517822],[-79.90478515625,41.501930236816406],[-79.90473747253418,41.501953125],[-79.89990234375,41.50401592254639],[-79.89560604095459,41.505859375],[-79.89501953125,41.50613021850586],[-79.89013671875,41.50823974609375],[-79.88668918609619,41.509765625],[-79.88525390625,41.51042079925537],[-79.88037109375,41.51242923736572],[-79.87744331359863,41.513671875],[-79.87548828125,41.51452922821045],[-79.87060546875,41.516554832458496],[-79.86829280853271,41.517578125],[-79.86572265625,41.51871967315674],[-79.86083984375,41.5206937789917],[-79.85899925231934,41.521484375],[-79.85595703125,41.522780418395996],[-79.85107421875,41.52473449707031],[-79.84958171844482,41.525390625],[-79.84619140625,41.52685070037842],[-79.84130859375,41.52887725830078],[-79.84038352966309,41.529296875],[-79.83642578125,41.53102493286133],[-79.83154296875,41.53309917449951],[-79.83131408691406,41.533203125],[-79.82666015625,41.53520679473877],[-79.82220649719238,41.537109375],[-79.82177734375,41.53730487823486],[-79.81689453125,41.539387702941895],[-79.81317043304443,41.541015625],[-79.81201171875,41.54154586791992],[-79.80712890625,41.543601989746094],[-79.80406761169434,41.544921875],[-79.80224609375,41.54573154449463],[-79.79736328125,41.54771709442139],[-79.79475975036621,41.548828125],[-79.79248046875,41.54981803894043],[-79.78759765625,41.55179214477539],[-79.7854232788086,41.552734375],[-79.78271484375,41.55390930175781],[-79.77783203125,41.55587959289551],[-79.77608680725098,41.556640625],[-79.77294921875,41.55799388885498],[-79.76806640625,41.55997848510742],[-79.76678371429443,41.560546875],[-79.76318359375,41.56210136413574],[-79.75830078125,41.56413459777832],[-79.75759983062744,41.564453125],[-79.75341796875,41.566250801086426],[-79.74853515625,41.56828022003174],[-79.74835872650146,41.568359375],[-79.74365234375,41.570343017578125],[-79.73906517028809,41.572265625],[-79.73876953125,41.57239818572998],[-79.73388671875,41.57444953918457],[-79.72983360290527,41.576171875],[-79.72900390625,41.57654666900635],[-79.72412109375,41.57858848571777],[-79.72068309783936,41.580078125],[-79.71923828125,41.58072757720947],[-79.71435546875,41.58274173736572],[-79.7114372253418,41.583984375],[-79.70947265625,41.58484363555908],[-79.70458984375,41.58681774139404],[-79.70208168029785,41.587890625],[-79.69970703125,41.58892059326172],[-79.69482421875,41.590888023376465],[-79.69273090362549,41.591796875],[-79.68994140625,41.5930118560791],[-79.68505859375,41.595008850097656],[-79.68348979949951,41.595703125],[-79.68017578125,41.59714126586914],[-79.67529296875,41.59914302825928],[-79.67424392700195,41.599609375],[-79.67041015625,41.601253509521484],[-79.66552734375,41.603275299072266],[-79.66500282287598,41.603515625],[-79.66064453125,41.60541820526123],[-79.656081199646,41.607421875],[-79.65576171875,41.60757255554199],[-79.65087890625,41.60964393615723],[-79.64688301086426,41.611328125],[-79.64599609375,41.61172580718994],[-79.64111328125,41.6137809753418],[-79.63778972625732,41.615234375],[-79.63623046875,41.615936279296875],[-79.63134765625,41.61792850494385],[-79.62846755981445,41.619140625],[-79.62646484375,41.620004653930664],[-79.62158203125,41.6219539642334],[-79.61898803710938,41.623046875],[-79.61669921875,41.624027252197266],[-79.61181640625,41.62598419189453],[-79.60959434509277,41.626953125],[-79.60693359375,41.62812805175781],[-79.60205078125,41.63016605377197],[-79.60050106048584,41.630859375],[-79.59716796875,41.63231372833252],[-79.59228515625,41.63430404663086],[-79.59123611450195,41.634765625],[-79.58740234375,41.63638877868652],[-79.58251953125,41.638352394104004],[-79.58179473876953,41.638671875],[-79.57763671875,41.64042568206787],[-79.57275390625,41.64243125915527],[-79.57242488861084,41.642578125],[-79.56787109375,41.64449405670166],[-79.56307888031006,41.646484375],[-79.56298828125,41.64652442932129],[-79.55810546875,41.64858150482178],[-79.55387115478516,41.650390625],[-79.55322265625,41.65068531036377],[-79.54833984375,41.652748107910156],[-79.54473972320557,41.654296875],[-79.54345703125,41.65487194061279],[-79.53857421875,41.65688419342041],[-79.53547954559326,41.658203125],[-79.53369140625,41.65899085998535],[-79.52880859375,41.66096878051758],[-79.52611446380615,41.662109375],[-79.52392578125,41.66305065155029],[-79.51904296875,41.664974212646484],[-79.51657295227051,41.666015625],[-79.51416015625,41.66704750061035],[-79.50927734375,41.66900157928467],[-79.50714111328125,41.669921875],[-79.50439453125,41.67110824584961],[-79.49951171875,41.67307186126709],[-79.49778079986572,41.673828125],[-79.49462890625,41.675185203552246],[-79.48974609375,41.67716312408447],[-79.48844909667969,41.677734375],[-79.48486328125,41.67927169799805],[-79.47998046875,41.681278228759766],[-79.47917461395264,41.681640625],[-79.47509765625,41.683387756347656],[-79.47021484375,41.685401916503906],[-79.46989059448242,41.685546875],[-79.46533203125,41.687469482421875],[-79.46056365966797,41.689453125],[-79.46044921875,41.6895055770874],[-79.45556640625,41.69153690338135],[-79.45115566253662,41.693359375],[-79.45068359375,41.69356918334961],[-79.44580078125,41.69559669494629],[-79.44193840026855,41.697265625],[-79.44091796875,41.69773197174072],[-79.43603515625,41.699822425842285],[-79.43292617797852,41.701171875],[-79.43115234375,41.70195960998535],[-79.42626953125,41.70388603210449],[-79.4233751296997,41.705078125],[-79.42138671875,41.70592212677002],[-79.41650390625,41.70786476135254],[-79.41388607025146,41.708984375],[-79.41162109375,41.70997428894043],[-79.40673828125,41.71196174621582],[-79.40457820892334,41.712890625],[-79.40185546875,41.714054107666016],[-79.39697265625,41.715951919555664],[-79.39497470855713,41.716796875],[-79.39208984375,41.71801948547363],[-79.38720703125,41.720014572143555],[-79.38566207885742,41.720703125],[-79.38232421875,41.72216033935547],[-79.37744140625,41.72412967681885],[-79.37633514404297,41.724609375],[-79.37255859375,41.72617816925049],[-79.36767578125,41.728108406066895],[-79.3667459487915,41.728515625],[-79.36279296875,41.730186462402344],[-79.35791015625,41.73222637176514],[-79.3574857711792,41.732421875],[-79.35302734375,41.73435688018799],[-79.34834957122803,41.736328125],[-79.34814453125,41.73642158508301],[-79.34326171875,41.738430976867676],[-79.33892250061035,41.740234375],[-79.33837890625,41.740478515625],[-79.33349609375,41.742557525634766],[-79.32989120483398,41.744140625],[-79.32861328125,41.74472236633301],[-79.32373046875,41.74675750732422],[-79.32072162628174,41.748046875],[-79.31884765625,41.748873710632324],[-79.31396484375,41.75084590911865],[-79.31137084960938,41.751953125],[-79.30908203125,41.752946853637695],[-79.30419921875,41.75490665435791],[-79.30197715759277,41.755859375],[-79.29931640625,41.757004737854004],[-79.29443359375,41.75893974304199],[-79.29247856140137,41.759765625],[-79.28955078125,41.76098823547363],[-79.28466796875,41.76283645629883],[-79.28260803222656,41.763671875],[-79.27978515625,41.764811515808105],[-79.27490234375,41.76666736602783],[-79.2727518081665,41.767578125],[-79.27001953125,41.76874828338623],[-79.26513671875,41.77075004577637],[-79.2634630203247,41.771484375],[-79.26025390625,41.77285957336426],[-79.25537109375,41.77476501464844],[-79.25389289855957,41.775390625],[-79.25048828125,41.776801109313965],[-79.24560546875,41.77872180938721],[-79.2442798614502,41.779296875],[-79.24072265625,41.78080368041992],[-79.23583984375,41.782795906066895],[-79.23492431640625,41.783203125],[-79.23095703125,41.784892082214355],[-79.22607421875,41.78687286376953],[-79.22554016113281,41.787109375],[-79.22119140625,41.7889347076416],[-79.21630859375,41.79094219207764],[-79.21614646911621,41.791015625],[-79.21142578125,41.79300022125244],[-79.20679569244385,41.794921875],[-79.20654296875,41.795034408569336],[-79.20166015625,41.797054290771484],[-79.19738292694092,41.798828125],[-79.19677734375,41.79909706115723],[-79.19189453125,41.80112075805664],[-79.18812274932861,41.802734375],[-79.18701171875,41.80323505401611],[-79.18212890625,41.80523681640625],[-79.17872905731201,41.806640625],[-79.17724609375,41.80727481842041],[-79.17236328125,41.809194564819336],[-79.16909694671631,41.810546875],[-79.16748046875,41.81124401092529],[-79.16259765625,41.81321334838867],[-79.15967464447021,41.814453125],[-79.15771484375,41.81531047821045],[-79.15283203125,41.81728458404541],[-79.15032386779785,41.818359375],[-79.14794921875,41.819390296936035],[-79.14306640625,41.82136344909668],[-79.14099216461182,41.822265625],[-79.13818359375,41.823485374450684],[-79.13330078125,41.82547950744629],[-79.13174152374268,41.826171875],[-79.12841796875,41.82762336730957],[-79.12353515625,41.82963180541992],[-79.12251949310303,41.830078125],[-79.11865234375,41.83169078826904],[-79.11376953125,41.83354949951172],[-79.11272048950195,41.833984375],[-79.10888671875,41.83551216125488],[-79.10400390625,41.837379455566406],[-79.10280227661133,41.837890625],[-79.09912109375,41.839415550231934],[-79.09423828125,41.84134006500244],[-79.09317970275879,41.841796875],[-79.08935546875,41.8433837890625],[-79.08447265625,41.845351219177246],[-79.08369064331055,41.845703125],[-79.07958984375,41.84745788574219],[-79.07470703125,41.849517822265625],[-79.07450675964355,41.849609375],[-79.06982421875,41.85161876678467],[-79.06532287597656,41.853515625],[-79.06494140625,41.85368824005127],[-79.06005859375,41.85569667816162],[-79.05566692352295,41.857421875],[-79.05517578125,41.85763072967529],[-79.05029296875,41.85953712463379],[-79.04579639434814,41.861328125],[-79.04541015625,41.86149501800537],[-79.04052734375,41.863454818725586],[-79.03612613677979,41.865234375],[-79.03564453125,41.86544322967529],[-79.03076171875,41.86743450164795],[-79.02670383453369,41.869140625],[-79.02587890625,41.869507789611816],[-79.02099609375,41.87147521972656],[-79.01706218719482,41.873046875],[-79.01611328125,41.87344741821289],[-79.01123046875,41.87537384033203],[-79.00742530822754,41.876953125],[-79.00634765625,41.87742519378662],[-79.00146484375,41.87942409515381],[-78.9980697631836,41.880859375],[-78.99658203125,41.88151454925537],[-78.99169921875,41.883480072021484],[-78.98861885070801,41.884765625],[-78.98681640625,41.885544776916504],[-78.98193359375,41.88748741149902],[-78.97910594940186,41.888671875],[-78.97705078125,41.88955783843994],[-78.97216796875,41.89150428771973],[-78.96965503692627,41.892578125],[-78.96728515625,41.893611907958984],[-78.96240234375,41.895630836486816],[-78.96048545837402,41.896484375],[-78.95751953125,41.897786140441895],[-78.95263671875,41.899770736694336],[-78.95121574401855,41.900390625],[-78.94775390625,41.901854515075684],[-78.94287109375,41.9037389755249],[-78.94152164459229,41.904296875],[-78.93798828125,41.90570640563965],[-78.93310546875,41.90750503540039],[-78.93139839172363,41.908203125],[-78.92822265625,41.90949249267578],[-78.92333984375,41.91136837005615],[-78.92157554626465,41.912109375],[-78.91845703125,41.9133996963501],[-78.91357421875,41.91529560089111],[-78.91188144683838,41.916015625],[-78.90869140625,41.91734981536865],[-78.90380859375,41.91927528381348],[-78.90231609344482,41.919921875],[-78.89892578125,41.92135524749756],[-78.89404296875,41.923316955566406],[-78.89287948608398,41.923828125],[-78.88916015625,41.92539978027344],[-78.88427734375,41.92731761932373],[-78.88329029083252,41.927734375],[-78.87939453125,41.92931365966797],[-78.87451171875,41.93116283416748],[-78.87336730957031,41.931640625],[-78.86962890625,41.93315124511719],[-78.86474609375,41.93503761291504],[-78.86355400085449,41.935546875],[-78.85986328125,41.93707084655762],[-78.85498046875,41.938995361328125],[-78.85392665863037,41.939453125],[-78.85009765625,41.94105625152588],[-78.84521484375,41.94300556182861],[-78.84440422058105,41.943359375],[-78.84033203125,41.945054054260254],[-78.83544921875,41.94699954986572],[-78.8348388671875,41.947265625],[-78.83056640625,41.94903755187988],[-78.82568359375,41.95101261138916],[-78.82533073425293,41.951171875],[-78.82080078125,41.953094482421875],[-78.81614685058594,41.955078125],[-78.81591796875,41.95518207550049],[-78.81103515625,41.95720863342285],[-78.80666255950928,41.958984375],[-78.80615234375,41.95920658111572],[-78.80126953125,41.961180686950684],[-78.79705429077148,41.962890625],[-78.79638671875,41.96317768096924],[-78.79150390625,41.96511173248291],[-78.78726482391357,41.966796875],[-78.78662109375,41.96707057952881],[-78.78173828125,41.9689884185791],[-78.77740859985352,41.970703125],[-78.77685546875,41.97093963623047],[-78.77197265625,41.97287845611572],[-78.76770496368408,41.974609375],[-78.76708984375,41.974876403808594],[-78.76220703125,41.97683525085449],[-78.75805377960205,41.978515625],[-78.75732421875,41.97883129119873],[-78.75244140625,41.98083019256592],[-78.74871253967285,41.982421875],[-78.74755859375,41.982937812805176],[-78.74267578125,41.984914779663086],[-78.73921871185303,41.986328125],[-78.73779296875,41.98693561553955],[-78.73291015625,41.98880481719971],[-78.72923851013184,41.990234375],[-78.72802734375,41.9907341003418],[-78.72314453125,41.99263286590576],[-78.71951580047607,41.994140625],[-78.71826171875,41.994688987731934],[-78.71337890625,41.99664115905762],[-78.70988368988037,41.998046875],[-78.70849609375,41.998629570007324],[-78.70361328125,42.000518798828125],[-78.70009899139404,42.001953125],[-78.69873046875,42.00254154205322],[-78.69384765625,42.004496574401855],[-78.69056701660156,42.005859375],[-78.68896484375,42.00654888153076],[-78.68408203125,42.00846195220947],[-78.68093967437744,42.009765625],[-78.67919921875,42.01051998138428],[-78.67431640625,42.012535095214844],[-78.67169857025146,42.013671875],[-78.66943359375,42.01466751098633],[-78.66455078125,42.016602516174316],[-78.66223812103271,42.017578125],[-78.65966796875,42.01867198944092],[-78.65478515625,42.02062797546387],[-78.65281105041504,42.021484375],[-78.64990234375,42.02273654937744],[-78.64501953125,42.02470302581787],[-78.64344120025635,42.025390625],[-78.64013671875,42.02679252624512],[-78.63525390625,42.02869129180908],[-78.63380432128906,42.029296875],[-78.63037109375,42.03068542480469],[-78.62548828125,42.03249645233154],[-78.62377166748047,42.033203125],[-78.62060546875,42.03449630737305],[-78.61572265625,42.03639793395996],[-78.61403465270996,42.037109375],[-78.61083984375,42.038424491882324],[-78.60595703125,42.040252685546875],[-78.60408306121826,42.041015625],[-78.60107421875,42.04223346710205],[-78.59619140625,42.04408931732178],[-78.59421253204346,42.044921875],[-78.59130859375,42.04614543914795],[-78.58642578125,42.04810619354248],[-78.58476638793945,42.048828125],[-78.58154296875,42.05020046234131],[-78.57666015625,42.05213737487793],[-78.57526302337646,42.052734375],[-78.57177734375,42.054168701171875],[-78.56689453125,42.055968284606934],[-78.56521606445312,42.056640625],[-78.56201171875,42.05790615081787],[-78.55712890625,42.05971336364746],[-78.55510234832764,42.060546875],[-78.55224609375,42.061729431152344],[-78.54736328125,42.06366443634033],[-78.5455322265625,42.064453125],[-78.54248046875,42.06574821472168],[-78.53759765625,42.067644119262695],[-78.53589534759521,42.068359375],[-78.53271484375,42.06966972351074],[-78.52783203125,42.071563720703125],[-78.52619647979736,42.072265625],[-78.52294921875,42.07364082336426],[-78.51806640625,42.07559776306152],[-78.51675510406494,42.076171875],[-78.51318359375,42.0776891708374],[-78.50830078125,42.07967281341553],[-78.50739002227783,42.080078125],[-78.50341796875,42.081767082214355],[-78.49853515625,42.083733558654785],[-78.49795818328857,42.083984375],[-78.49365234375,42.08574962615967],[-78.48876953125,42.087646484375],[-78.48819732666016,42.087890625],[-78.48388671875,42.089632987976074],[-78.47900390625,42.091529846191406],[-78.47837448120117,42.091796875],[-78.47412109375,42.09350299835205],[-78.46923828125,42.09533214569092],[-78.468337059021,42.095703125],[-78.46435546875,42.09727668762207],[-78.45947265625,42.09915256500244],[-78.45841884613037,42.099609375],[-78.45458984375,42.10120391845703],[-78.44970703125,42.10315227508545],[-78.44887733459473,42.103515625],[-78.44482421875,42.105207443237305],[-78.43994140625,42.10714244842529],[-78.43929767608643,42.107421875],[-78.43505859375,42.109171867370605],[-78.43017578125,42.11110591888428],[-78.42966079711914,42.111328125],[-78.42529296875,42.11310577392578],[-78.42041015625,42.11498260498047],[-78.41980934143066,42.115234375],[-78.41552734375,42.11691951751709],[-78.41064453125,42.11872577667236],[-78.40963363647461,42.119140625],[-78.40576171875,42.1206693649292],[-78.40087890625,42.122490882873535],[-78.39952945709229,42.123046875],[-78.39599609375,42.124460220336914],[-78.39111328125,42.126309394836426],[-78.38957786560059,42.126953125],[-78.38623046875,42.12832832336426],[-78.38134765625,42.13019847869873],[-78.3797550201416,42.130859375],[-78.37646484375,42.1321964263916],[-78.37158203125,42.13403511047363],[-78.3698320388794,42.134765625],[-78.36669921875,42.136064529418945],[-78.36181640625,42.13801956176758],[-78.36033821105957,42.138671875],[-78.35693359375,42.14013195037842],[-78.35205078125,42.14206314086914],[-78.35083484649658,42.142578125],[-78.34716796875,42.14406967163086],[-78.34228515625,42.1459321975708],[-78.34098815917969,42.146484375],[-78.33740234375,42.147972106933594],[-78.33251953125,42.149909019470215],[-78.3314037322998,42.150390625],[-78.32763671875,42.15194606781006],[-78.32275390625,42.15377235412598],[-78.32145690917969,42.154296875],[-78.31787109375,42.15570259094238],[-78.31298828125,42.157493591308594],[-78.31124782562256,42.158203125],[-78.30810546875,42.159470558166504],[-78.30322265625,42.16132354736328],[-78.30132007598877,42.162109375],[-78.29833984375,42.16332530975342],[-78.29345703125,42.165154457092285],[-78.29137325286865,42.166015625],[-78.28857421875,42.16717720031738],[-78.28369140625,42.16908931732178],[-78.28170776367188,42.169921875],[-78.27880859375,42.17112350463867],[-78.27392578125,42.172964096069336],[-78.27181339263916,42.173828125],[-78.26904296875,42.17496109008789],[-78.26416015625,42.17683792114258],[-78.26202869415283,42.177734375],[-78.25927734375,42.178893089294434],[-78.25439453125,42.18076515197754],[-78.25225353240967,42.181640625],[-78.24951171875,42.18275451660156],[-78.24462890625,42.18456268310547],[-78.24217319488525,42.185546875],[-78.23974609375,42.1865291595459],[-78.23486328125,42.18835735321045],[-78.23215961456299,42.189453125],[-78.22998046875,42.19035816192627],[-78.22509765625,42.192251205444336],[-78.22243213653564,42.193359375],[-78.22021484375,42.19429874420166],[-78.21533203125,42.196213722229004],[-78.21281909942627,42.197265625],[-78.21044921875,42.19827079772949],[-78.20556640625,42.20017719268799],[-78.20319652557373,42.201171875],[-78.20068359375,42.202232360839844],[-78.19580078125,42.20412349700928],[-78.19348335266113,42.205078125],[-78.19091796875,42.20613384246826],[-78.18603515625,42.207940101623535],[-78.18340301513672,42.208984375],[-78.18115234375,42.20989227294922],[-78.17626953125,42.21172904968262],[-78.17342758178711,42.212890625],[-78.17138671875,42.21375370025635],[-78.16650390625,42.21568584442139],[-78.16384792327881,42.216796875],[-78.16162109375,42.21773815155029],[-78.15673828125,42.21959972381592],[-78.15400123596191,42.220703125],[-78.15185546875,42.22158241271973],[-78.14697265625,42.223416328430176],[-78.14399242401123,42.224609375],[-78.14208984375,42.22539520263672],[-78.13720703125,42.22727108001709],[-78.13414573669434,42.228515625],[-78.13232421875,42.229278564453125],[-78.12744140625,42.231136322021484],[-78.12422752380371,42.232421875],[-78.12255859375,42.23311710357666],[-78.11767578125,42.234999656677246],[-78.11438083648682,42.236328125],[-78.11279296875,42.23699474334717],[-78.10791015625,42.23888301849365],[-78.10455799102783,42.240234375],[-78.10302734375,42.24087619781494],[-78.09814453125,42.24276256561279],[-78.09476852416992,42.244140625],[-78.09326171875,42.24478530883789],[-78.08837890625,42.246745109558105],[-78.08526992797852,42.248046875],[-78.08349609375,42.24881076812744],[-78.07861328125,42.25070285797119],[-78.07552814483643,42.251953125],[-78.07373046875,42.25270462036133],[-78.06884765625,42.2545804977417],[-78.06568145751953,42.255859375],[-78.06396484375,42.256577491760254],[-78.05908203125,42.25845527648926],[-78.05582523345947,42.259765625],[-78.05419921875,42.26044464111328],[-78.04931640625,42.262301445007324],[-78.04579257965088,42.263671875],[-78.04443359375,42.26422595977783],[-78.03955078125,42.26603603363037],[-78.03541660308838,42.267578125],[-78.03466796875,42.267876625061035],[-78.02978515625,42.26968193054199],[-78.0249547958374,42.271484375],[-78.02490234375,42.27150535583496],[-78.02001953125,42.27338886260986],[-78.01513671875,42.27523994445801],[-78.01477432250977,42.275390625],[-78.01025390625,42.277156829833984],[-78.00537109375,42.278974533081055],[-78.00459384918213,42.279296875],[-78.00048828125,42.28092098236084],[-77.99560546875,42.282785415649414],[-77.99461841583252,42.283203125],[-77.99072265625,42.28479194641113],[-77.98583984375,42.28670120239258],[-77.98489570617676,42.287109375],[-77.98095703125,42.288740158081055],[-77.97607421875,42.29063129425049],[-77.97515869140625,42.291015625],[-77.97119140625,42.29261302947998],[-77.96630859375,42.29447937011719],[-77.96525955200195,42.294921875],[-77.96142578125,42.29647636413574],[-77.95654296875,42.298349380493164],[-77.9554033279419,42.298828125],[-77.95166015625,42.30034065246582],[-77.94677734375,42.302157402038574],[-77.94534683227539,42.302734375],[-77.94189453125,42.30408477783203],[-77.93701171875,42.30583381652832],[-77.93498039245605,42.306640625],[-77.93212890625,42.30777072906494],[-77.92724609375,42.30958843231201],[-77.92488098144531,42.310546875],[-77.92236328125,42.31157398223877],[-77.91748046875,42.31339740753174],[-77.91484355926514,42.314453125],[-77.91259765625,42.3153657913208],[-77.90771484375,42.317179679870605],[-77.90474891662598,42.318359375],[-77.90283203125,42.31914520263672],[-77.89794921875,42.3209924697876],[-77.89477348327637,42.322265625],[-77.89306640625,42.32297420501709],[-77.88818359375,42.324835777282715],[-77.88482666015625,42.326171875],[-77.88330078125,42.326805114746094],[-77.87841796875,42.32866382598877],[-77.87484645843506,42.330078125],[-77.87353515625,42.330626487731934],[-77.86865234375,42.33252239227295],[-77.86498546600342,42.333984375],[-77.86376953125,42.334492683410645],[-77.85888671875,42.33634948730469],[-77.85489082336426,42.337890625],[-77.85400390625,42.33825492858887],[-77.84912109375,42.340110778808594],[-77.84474849700928,42.341796875],[-77.84423828125,42.34200954437256],[-77.83935546875,42.34389781951904],[-77.83470630645752,42.345703125],[-77.83447265625,42.34580135345459],[-77.82958984375,42.34774589538574],[-77.82488346099854,42.349609375],[-77.82470703125,42.34968566894531],[-77.81982421875,42.35159397125244],[-77.81494140625,42.35342884063721],[-77.81473159790039,42.353515625],[-77.81005859375,42.35533905029297],[-77.80517578125,42.357229232788086],[-77.80473232269287,42.357421875],[-77.80029296875,42.35924530029297],[-77.79541015625,42.361205101013184],[-77.79512882232666,42.361328125],[-77.79052734375,42.3632116317749],[-77.78564453125,42.3651647567749],[-77.78548240661621,42.365234375],[-77.78076171875,42.367136001586914],[-77.77587890625,42.369001388549805],[-77.77554512023926,42.369140625],[-77.77099609375,42.370914459228516],[-77.76611328125,42.37273693084717],[-77.7653694152832,42.373046875],[-77.76123046875,42.37468719482422],[-77.75634765625,42.37654113769531],[-77.75537014007568,42.376953125],[-77.75146484375,42.3785285949707],[-77.74658203125,42.38039016723633],[-77.7454662322998,42.380859375],[-77.74169921875,42.38238048553467],[-77.73681640625,42.384212493896484],[-77.73546695709229,42.384765625],[-77.73193359375,42.386168479919434],[-77.72705078125,42.387946128845215],[-77.72523880004883,42.388671875],[-77.72216796875,42.38989543914795],[-77.71728515625,42.39175319671631],[-77.7153205871582,42.392578125],[-77.71240234375,42.393795013427734],[-77.70751953125,42.39567279815674],[-77.70555019378662,42.396484375],[-77.70263671875,42.39766788482666],[-77.69775390625,42.39945602416992],[-77.69538879394531,42.400390625],[-77.69287109375,42.401390075683594],[-77.68798828125,42.40315055847168],[-77.68502235412598,42.404296875],[-77.68310546875,42.40505886077881],[-77.67822265625,42.406853675842285],[-77.67468452453613,42.408203125],[-77.67333984375,42.40874195098877],[-77.66845703125,42.41053867340088],[-77.66424179077148,42.412109375],[-77.66357421875,42.41237545013428],[-77.65869140625,42.414198875427246],[-77.65390396118164,42.416015625],[-77.65380859375,42.41605567932129],[-77.64892578125,42.41796112060547],[-77.64404296875,42.41983985900879],[-77.64384746551514,42.419921875],[-77.63916015625,42.421770095825195],[-77.63427734375,42.42359256744385],[-77.63370513916016,42.423828125],[-77.62939453125,42.42550754547119],[-77.62451171875,42.42734718322754],[-77.6235818862915,42.427734375],[-77.61962890625,42.42930793762207],[-77.61474609375,42.43107223510742],[-77.61330604553223,42.431640625],[-77.60986328125,42.43296146392822],[-77.60498046875,42.43472194671631],[-77.60292530059814,42.435546875],[-77.60009765625,42.43667984008789],[-77.59521484375,42.438504219055176],[-77.59287357330322,42.439453125],[-77.59033203125,42.440489768981934],[-77.58544921875,42.44231700897217],[-77.5828742980957,42.443359375],[-77.58056640625,42.444308280944824],[-77.57568359375,42.4461555480957],[-77.57290840148926,42.447265625],[-77.57080078125,42.448121070861816],[-77.56591796875,42.44991874694824],[-77.56272315979004,42.451171875],[-77.56103515625,42.451860427856445],[-77.55615234375,42.453694343566895],[-77.55254745483398,42.455078125],[-77.55126953125,42.45559501647949],[-77.54638671875,42.4574089050293],[-77.54230499267578,42.458984375],[-77.54150390625,42.45931434631348],[-77.53662109375,42.461201667785645],[-77.53229141235352,42.462890625],[-77.53173828125,42.4631233215332],[-77.52685546875,42.464999198913574],[-77.52208709716797,42.466796875],[-77.52197265625,42.466843605041504],[-77.51708984375,42.46873474121094],[-77.51220703125,42.47063446044922],[-77.5120496749878,42.470703125],[-77.50732421875,42.472622871398926],[-77.50244140625,42.474586486816406],[-77.5023889541626,42.474609375],[-77.49755859375,42.47658729553223],[-77.49268054962158,42.478515625],[-77.49267578125,42.478516578674316],[-77.48779296875,42.480401039123535],[-77.48291015625,42.48209095001221],[-77.4820327758789,42.482421875],[-77.47802734375,42.48387050628662],[-77.47314453125,42.48556613922119],[-77.47120380401611,42.486328125],[-77.46826171875,42.48748016357422],[-77.46337890625,42.48926544189453],[-77.46095180511475,42.490234375],[-77.45849609375,42.49122428894043],[-77.45361328125,42.49302577972412],[-77.45081424713135,42.494140625],[-77.44873046875,42.494991302490234],[-77.44384765625,42.49684429168701],[-77.44085788726807,42.498046875],[-77.43896484375,42.49882793426514],[-77.43408203125,42.50063610076904],[-77.4306869506836,42.501953125],[-77.42919921875,42.50255584716797],[-77.42431640625,42.50437355041504],[-77.42043018341064,42.505859375],[-77.41943359375,42.50626468658447],[-77.41455078125,42.508116722106934],[-77.41026878356934,42.509765625],[-77.40966796875,42.51001453399658],[-77.40478515625,42.5118989944458],[-77.40025520324707,42.513671875],[-77.39990234375,42.51382064819336],[-77.39501953125,42.51572132110596],[-77.39013671875,42.51754093170166],[-77.39004135131836,42.517578125],[-77.38525390625,42.51937007904053],[-77.38037109375,42.52109622955322],[-77.37939357757568,42.521484375],[-77.37548828125,42.52297878265381],[-77.37060546875,42.52474308013916],[-77.36896991729736,42.525390625],[-77.36572265625,42.52664566040039],[-77.36083984375,42.52836608886719],[-77.35844612121582,42.529296875],[-77.35595703125,42.530277252197266],[-77.35107421875,42.53207492828369],[-77.34822273254395,42.533203125],[-77.34619140625,42.534024238586426],[-77.34130859375,42.53581714630127],[-77.33798503875732,42.537109375],[-77.33642578125,42.53774070739746],[-77.33154296875,42.539570808410645],[-77.32781887054443,42.541015625],[-77.32666015625,42.54149150848389],[-77.32177734375,42.54333686828613],[-77.31762886047363,42.544921875],[-77.31689453125,42.545223236083984],[-77.31201171875,42.54708957672119],[-77.30753421783447,42.548828125],[-77.30712890625,42.54899787902832],[-77.30224609375,42.55090045928955],[-77.2974681854248,42.552734375],[-77.29736328125,42.55277919769287],[-77.29248046875,42.55466365814209],[-77.28759765625,42.55649280548096],[-77.28724002838135,42.556640625],[-77.28271484375,42.55840492248535],[-77.27783203125,42.560208320617676],[-77.27700233459473,42.560546875],[-77.27294921875,42.56212902069092],[-77.26806640625,42.563947677612305],[-77.26685523986816,42.564453125],[-77.26318359375,42.565932273864746],[-77.25830078125,42.567758560180664],[-77.25682258605957,42.568359375],[-77.25341796875,42.56969928741455],[-77.24853515625,42.57143592834473],[-77.24640846252441,42.572265625],[-77.24365234375,42.573341369628906],[-77.23876953125,42.575119972229004],[-77.23611354827881,42.576171875],[-77.23388671875,42.577070236206055],[-77.22900390625,42.57888126373291],[-77.22598552703857,42.580078125],[-77.22412109375,42.58084011077881],[-77.21923828125,42.58267402648926],[-77.21591472625732,42.583984375],[-77.21435546875,42.58462142944336],[-77.20947265625,42.586442947387695],[-77.20569133758545,42.587890625],[-77.20458984375,42.58833599090576],[-77.19970703125,42.59016799926758],[-77.19545364379883,42.591796875],[-77.19482421875,42.59205627441406],[-77.18994140625,42.59392738342285],[-77.18532085418701,42.595703125],[-77.18505859375,42.59581279754639],[-77.18017578125,42.5977144241333],[-77.17529296875,42.59960460662842],[-77.17527866363525,42.599609375],[-77.17041015625,42.60153770446777],[-77.16552734375,42.60343074798584],[-77.16532707214355,42.603515625],[-77.16064453125,42.60536766052246],[-77.15576171875,42.607171058654785],[-77.15513229370117,42.607421875],[-77.15087890625,42.60900688171387],[-77.14599609375,42.610618591308594],[-77.14407920837402,42.611328125],[-77.14111328125,42.61242485046387],[-77.13623046875,42.614142417907715],[-77.13341236114502,42.615234375],[-77.13134765625,42.61605644226074],[-77.12646484375,42.61786937713623],[-77.12326049804688,42.619140625],[-77.12158203125,42.61983299255371],[-77.11669921875,42.62169647216797],[-77.11332321166992,42.623046875],[-77.11181640625,42.62367534637451],[-77.10693359375,42.62553691864014],[-77.10335731506348,42.626953125],[-77.10205078125,42.62749671936035],[-77.09716796875,42.62936019897461],[-77.09330558776855,42.630859375],[-77.09228515625,42.631279945373535],[-77.08740234375,42.63311004638672],[-77.08293914794922,42.634765625],[-77.08251953125,42.63493347167969],[-77.07763671875,42.636741638183594],[-77.07275390625,42.63848686218262],[-77.07228660583496,42.638671875],[-77.06787109375,42.64032745361328],[-77.06298828125,42.64206600189209],[-77.06170082092285,42.642578125],[-77.05810546875,42.64396381378174],[-77.05322265625,42.64571666717529],[-77.0512866973877,42.646484375],[-77.04833984375,42.64764404296875],[-77.04345703125,42.64941692352295],[-77.04100131988525,42.650390625],[-77.03857421875,42.6513614654541],[-77.03369140625,42.653157234191895],[-77.03080177307129,42.654296875],[-77.02880859375,42.65510272979736],[-77.02392578125,42.65691089630127],[-77.02062129974365,42.658203125],[-77.01904296875,42.658843994140625],[-77.01416015625,42.66065979003906],[-77.01035499572754,42.662109375],[-77.00927734375,42.66254425048828],[-77.00439453125,42.6643590927124],[-76.9999647140503,42.666015625],[-76.99951171875,42.666199684143066],[-76.99462890625,42.66802501678467],[-76.98974609375,42.66980838775635],[-76.98946952819824,42.669921875],[-76.98486328125,42.67167854309082],[-76.97998046875,42.6734676361084],[-76.97909355163574,42.673828125],[-76.97509765625,42.67537975311279],[-76.97021484375,42.67713928222656],[-76.96871757507324,42.677734375],[-76.96533203125,42.67905330657959],[-76.96044921875,42.68082046508789],[-76.95838928222656,42.681640625],[-76.95556640625,42.68276119232178],[-76.95068359375,42.68454074859619],[-76.94813251495361,42.685546875],[-76.94580078125,42.68647861480713],[-76.94091796875,42.68826103210449],[-76.93785667419434,42.689453125],[-76.93603515625,42.690184593200684],[-76.93115234375,42.69197750091553],[-76.92753791809082,42.693359375],[-76.92626953125,42.69386863708496],[-76.92138671875,42.69566822052002],[-76.91705226898193,42.697265625],[-76.91650390625,42.69748401641846],[-76.91162109375,42.699286460876465],[-76.90673828125,42.7010555267334],[-76.9064474105835,42.701171875],[-76.90185546875,42.7028923034668],[-76.89697265625,42.70460319519043],[-76.895751953125,42.705078125],[-76.89208984375,42.70645999908447],[-76.88720703125,42.70817947387695],[-76.88514232635498,42.708984375],[-76.88232421875,42.71007823944092],[-76.87744140625,42.71182155609131],[-76.874680519104,42.712890625],[-76.87255859375,42.713727951049805],[-76.86767578125,42.715495109558105],[-76.86429023742676,42.716796875],[-76.86279296875,42.7173957824707],[-76.85791015625,42.7191801071167],[-76.85376644134521,42.720703125],[-76.85302734375,42.72099494934082],[-76.84814453125,42.72277355194092],[-76.84326171875,42.72453689575195],[-76.84308052062988,42.724609375],[-76.83837890625,42.72637367248535],[-76.83349609375,42.72812080383301],[-76.83250904083252,42.728515625],[-76.82861328125,42.73000717163086],[-76.82373046875,42.7317419052124],[-76.8220043182373,42.732421875],[-76.81884765625,42.7336483001709],[-76.81396484375,42.73539638519287],[-76.81159019470215,42.736328125],[-76.80908203125,42.737321853637695],[-76.80419921875,42.739091873168945],[-76.80127143859863,42.740234375],[-76.79931640625,42.74101638793945],[-76.79443359375,42.742807388305664],[-76.79100036621094,42.744140625],[-76.78955078125,42.74472713470459],[-76.78466796875,42.746548652648926],[-76.78074359893799,42.748046875],[-76.77978515625,42.74843502044678],[-76.77490234375,42.750261306762695],[-76.77037239074707,42.751953125],[-76.77001953125,42.75209617614746],[-76.76513671875,42.753920555114746],[-76.76025390625,42.75568199157715],[-76.75981521606445,42.755859375],[-76.75537109375,42.757534980773926],[-76.75048828125,42.75926685333252],[-76.74922466278076,42.759765625],[-76.74560546875,42.761149406433105],[-76.74072265625,42.76287364959717],[-76.73867702484131,42.763671875],[-76.73583984375,42.76477527618408],[-76.73095703125,42.76651382446289],[-76.72820568084717,42.767578125],[-76.72607421875,42.76841926574707],[-76.72119140625,42.77018451690674],[-76.7177963256836,42.771484375],[-76.71630859375,42.77207660675049],[-76.71142578125,42.773837089538574],[-76.70706272125244,42.775390625],[-76.70654296875,42.775590896606445],[-76.70166015625,42.77734565734863],[-76.69677734375,42.779056549072266],[-76.69616222381592,42.779296875],[-76.69189453125,42.7808837890625],[-76.68701171875,42.782586097717285],[-76.6854190826416,42.783203125],[-76.68212890625,42.78445053100586],[-76.67724609375,42.78615760803223],[-76.67476654052734,42.787109375],[-76.67236328125,42.78804111480713],[-76.66748046875,42.789777755737305],[-76.66423320770264,42.791015625],[-76.66259765625,42.79166030883789],[-76.65771484375,42.79341125488281],[-76.6535472869873,42.794921875],[-76.65283203125,42.79520034790039],[-76.64794921875,42.796963691711426],[-76.64306640625,42.79869747161865],[-76.64273738861084,42.798828125],[-76.63818359375,42.80052375793457],[-76.63330078125,42.80223083496094],[-76.63200855255127,42.802734375],[-76.62841796875,42.804094314575195],[-76.62353515625,42.805803298950195],[-76.62137031555176,42.806640625],[-76.61865234375,42.807692527770996],[-76.61376953125,42.80942249298096],[-76.61083698272705,42.810546875],[-76.60888671875,42.81131362915039],[-76.60400390625,42.813072204589844],[-76.60031795501709,42.814453125],[-76.59912109375,42.814927101135254],[-76.59423828125,42.81669807434082],[-76.58960819244385,42.818359375],[-76.58935546875,42.818458557128906],[-76.58447265625,42.82023525238037],[-76.57958984375,42.821946144104004],[-76.57877445220947,42.822265625],[-76.57470703125,42.823787689208984],[-76.56982421875,42.82550239562988],[-76.56810760498047,42.826171875],[-76.56494140625,42.827383041381836],[-76.56005859375,42.82909965515137],[-76.55752658843994,42.830078125],[-76.55517578125,42.8309965133667],[-76.55029296875,42.8327522277832],[-76.5471076965332,42.833984375],[-76.54541015625,42.83466339111328],[-76.54052734375,42.83646869659424],[-76.53685569763184,42.837890625],[-76.53564453125,42.8383846282959],[-76.53076171875,42.840216636657715],[-76.52655124664307,42.841796875],[-76.52587890625,42.84206676483154],[-76.52099609375,42.84385967254639],[-76.51611328125,42.84560680389404],[-76.51587009429932,42.845703125],[-76.51123046875,42.847408294677734],[-76.50634765625,42.849074363708496],[-76.5049409866333,42.849609375],[-76.50146484375,42.85089588165283],[-76.49658203125,42.85256385803223],[-76.49407863616943,42.853515625],[-76.49169921875,42.8544340133667],[-76.48681640625,42.85618019104004],[-76.48359298706055,42.857421875],[-76.48193359375,42.8580846786499],[-76.47705078125,42.859872817993164],[-76.47316932678223,42.861328125],[-76.47216796875,42.86172676086426],[-76.46728515625,42.86349296569824],[-76.46240234375,42.86520576477051],[-76.46233081817627,42.865234375],[-76.45751953125,42.86696815490723],[-76.45263671875,42.86862087249756],[-76.45127296447754,42.869140625],[-76.44775390625,42.87044811248779],[-76.44287109375,42.87212657928467],[-76.44044399261475,42.873046875],[-76.43798828125,42.87398338317871],[-76.43310546875,42.87569713592529],[-76.42980098724365,42.876953125],[-76.42822265625,42.877577781677246],[-76.42333984375,42.879364013671875],[-76.41937255859375,42.880859375],[-76.41845703125,42.88122749328613],[-76.41357421875,42.88304328918457],[-76.40891551971436,42.884765625],[-76.40869140625,42.88485622406006],[-76.40380859375,42.88666248321533],[-76.39892578125,42.88838195800781],[-76.3981819152832,42.888671875],[-76.39404296875,42.890201568603516],[-76.38916015625,42.89184856414795],[-76.38720989227295,42.892578125],[-76.38427734375,42.89366436004639],[-76.37939453125,42.8953161239624],[-76.3762378692627,42.896484375],[-76.37451171875,42.8971471786499],[-76.36962890625,42.898884773254395],[-76.3654899597168,42.900390625],[-76.36474609375,42.90068054199219],[-76.35986328125,42.902448654174805],[-76.35498046875,42.90416431427002],[-76.35464191436768,42.904296875],[-76.35009765625,42.90597057342529],[-76.34521484375,42.90769386291504],[-76.34393692016602,42.908203125],[-76.34033203125,42.90959930419922],[-76.33544921875,42.91139221191406],[-76.3336706161499,42.912109375],[-76.33056640625,42.9133358001709],[-76.32568359375,42.915035247802734],[-76.3230562210083,42.916015625],[-76.32080078125,42.91686534881592],[-76.31591796875,42.91854190826416],[-76.31211757659912,42.919921875],[-76.31103515625,42.920339584350586],[-76.30615234375,42.92209243774414],[-76.30130767822266,42.923828125],[-76.30126953125,42.923842430114746],[-76.29638671875,42.92563343048096],[-76.29150390625,42.92733669281006],[-76.29048347473145,42.927734375],[-76.28662109375,42.92917823791504],[-76.28173828125,42.9308443069458],[-76.27963542938232,42.931640625],[-76.27685546875,42.932692527770996],[-76.27197265625,42.93439769744873],[-76.26896858215332,42.935546875],[-76.26708984375,42.93628978729248],[-76.26220703125,42.9380989074707],[-76.25876903533936,42.939453125],[-76.25732421875,42.94004821777344],[-76.25244140625,42.9419059753418],[-76.24871730804443,42.943359375],[-76.24755859375,42.943833351135254],[-76.24267578125,42.945613861083984],[-76.23796463012695,42.947265625],[-76.23779296875,42.94733142852783],[-76.23291015625,42.94905471801758],[-76.22802734375,42.950669288635254],[-76.2266731262207,42.951171875],[-76.22314453125,42.95244884490967],[-76.21826171875,42.95405101776123],[-76.21541023254395,42.955078125],[-76.21337890625,42.95582675933838],[-76.20849609375,42.957481384277344],[-76.20420932769775,42.958984375],[-76.20361328125,42.95921039581299],[-76.19873046875,42.96097946166992],[-76.19384765625,42.96277332305908],[-76.19356632232666,42.962890625],[-76.18896484375,42.964674949645996],[-76.18408203125,42.96646499633789],[-76.18325233459473,42.966796875],[-76.17919921875,42.96833801269531],[-76.17431640625,42.97004795074463],[-76.17265224456787,42.970703125],[-76.16943359375,42.97195053100586],[-76.16455078125,42.97370910644531],[-76.16227626800537,42.974609375],[-76.15966796875,42.97564220428467],[-76.15478515625,42.977383613586426],[-76.15181922912598,42.978515625],[-76.14990234375,42.97926425933838],[-76.14501953125,42.9809684753418],[-76.1408805847168,42.982421875],[-76.14013671875,42.98270130157471],[-76.13525390625,42.984378814697266],[-76.13037109375,42.98596954345703],[-76.12940311431885,42.986328125],[-76.12548828125,42.987732887268066],[-76.12060546875,42.9893913269043],[-76.11839294433594,42.990234375],[-76.11572265625,42.99125671386719],[-76.11083984375,42.99297618865967],[-76.10777378082275,42.994140625],[-76.10595703125,42.99485206604004],[-76.10107421875,42.99661445617676],[-76.09725952148438,42.998046875],[-76.09619140625,42.9984712600708],[-76.09130859375,43.00024700164795],[-76.08656883239746,43.001953125],[-76.08642578125,43.002010345458984],[-76.08154296875,43.003798484802246],[-76.07666015625,43.00547981262207],[-76.07566356658936,43.005859375],[-76.07177734375,43.00727844238281],[-76.06689453125,43.00894260406494],[-76.0647439956665,43.009765625],[-76.06201171875,43.0108118057251],[-76.05712890625,43.01251697540283],[-76.05406284332275,43.013671875],[-76.05224609375,43.01437473297119],[-76.04736328125,43.01608848571777],[-76.0432243347168,43.017578125],[-76.04248046875,43.01786518096924],[-76.03759765625,43.01963424682617],[-76.03271484375,43.02137470245361],[-76.03243827819824,43.021484375],[-76.02783203125,43.02318859100342],[-76.02294921875,43.02487373352051],[-76.02160453796387,43.025390625],[-76.01806640625,43.02670669555664],[-76.01318359375,43.02835941314697],[-76.01067543029785,43.029296875],[-76.00830078125,43.03019428253174],[-76.00341796875,43.03189468383789],[-75.99987506866455,43.033203125],[-75.99853515625,43.03372097015381],[-75.99365234375,43.03544521331787],[-75.9888744354248,43.037109375],[-75.98876953125,43.03714847564697],[-75.98388671875,43.038878440856934],[-75.97900390625,43.0405216217041],[-75.97771167755127,43.041015625],[-75.97412109375,43.04235076904297],[-75.96923828125,43.044029235839844],[-75.96689701080322,43.044921875],[-75.96435546875,43.04589557647705],[-75.95947265625,43.04758262634277],[-75.95610618591309,43.048828125],[-75.95458984375,43.049410820007324],[-75.94970703125,43.05113887786865],[-75.94521999359131,43.052734375],[-75.94482421875,43.05288887023926],[-75.93994140625,43.054664611816406],[-75.93505859375,43.05637454986572],[-75.93437671661377,43.056640625],[-75.93017578125,43.05818843841553],[-75.92529296875,43.059858322143555],[-75.92348575592041,43.060546875],[-75.92041015625,43.061702728271484],[-75.91552734375,43.06338119506836],[-75.91267108917236,43.064453125],[-75.91064453125,43.065229415893555],[-75.90576171875,43.0669469833374],[-75.9019136428833,43.068359375],[-75.90087890625,43.06876087188721],[-75.89599609375,43.07050132751465],[-75.89111328125,43.072208404541016],[-75.89096546173096,43.072265625],[-75.88623046875,43.073978424072266],[-75.88134765625,43.07563018798828],[-75.87992191314697,43.076171875],[-75.87646484375,43.07745170593262],[-75.87158203125,43.079105377197266],[-75.8689832687378,43.080078125],[-75.86669921875,43.08094787597656],[-75.86181640625,43.08265209197998],[-75.85823059082031,43.083984375],[-75.85693359375,43.084489822387695],[-75.85205078125,43.08622932434082],[-75.84725856781006,43.087890625],[-75.84716796875,43.08792495727539],[-75.84228515625,43.0896635055542],[-75.83740234375,43.09131336212158],[-75.83612442016602,43.091796875],[-75.83251953125,43.09311866760254],[-75.82763671875,43.09477138519287],[-75.82515716552734,43.095703125],[-75.82275390625,43.096614837646484],[-75.81787109375,43.09831142425537],[-75.81438541412354,43.099609375],[-75.81298828125,43.10015296936035],[-75.80810546875,43.10188007354736],[-75.80340385437012,43.103515625],[-75.80322265625,43.103583335876465],[-75.79833984375,43.105323791503906],[-75.79345703125,43.106964111328125],[-75.79224586486816,43.107421875],[-75.78857421875,43.108765602111816],[-75.78369140625,43.110411643981934],[-75.78124523162842,43.111328125],[-75.77880859375,43.112250328063965],[-75.77392578125,43.11394500732422],[-75.77045440673828,43.115234375],[-75.76904296875,43.1157808303833],[-75.76416015625,43.11750411987305],[-75.75942039489746,43.119140625],[-75.75927734375,43.119194984436035],[-75.75439453125,43.120920181274414],[-75.74951171875,43.12256336212158],[-75.74823379516602,43.123046875],[-75.74462890625,43.124369621276855],[-75.73974609375,43.12600803375244],[-75.73721408843994,43.126953125],[-75.73486328125,43.127840995788574],[-75.72998046875,43.12952995300293],[-75.72638034820557,43.130859375],[-75.72509765625,43.131357192993164],[-75.72021484375,43.133087158203125],[-75.71533203125,43.1347599029541],[-75.71531772613525,43.134765625],[-75.71044921875,43.13649559020996],[-75.70556640625,43.138132095336914],[-75.70413112640381,43.138671875],[-75.70068359375,43.139936447143555],[-75.69580078125,43.141581535339355],[-75.69311618804932,43.142578125],[-75.69091796875,43.14340782165527],[-75.68603515625,43.145097732543945],[-75.68223476409912,43.146484375],[-75.68115234375,43.146902084350586],[-75.67626953125,43.1486177444458],[-75.67138671875,43.15027618408203],[-75.67108631134033,43.150390625],[-75.66650390625,43.15202713012695],[-75.66162109375,43.153648376464844],[-75.65988540649414,43.154296875],[-75.65673828125,43.15545654296875],[-75.65185546875,43.1571044921875],[-75.6488847732544,43.158203125],[-75.64697265625,43.15893077850342],[-75.64208984375,43.1606330871582],[-75.63794136047363,43.162109375],[-75.63720703125,43.16238880157471],[-75.63232421875,43.16411018371582],[-75.62744140625,43.16576671600342],[-75.62678337097168,43.166015625],[-75.62255859375,43.16752910614014],[-75.61767578125,43.16915416717529],[-75.61562538146973,43.169921875],[-75.61279296875,43.170976638793945],[-75.60791015625,43.17263221740723],[-75.60466766357422,43.173828125],[-75.60302734375,43.174455642700195],[-75.59814453125,43.176156997680664],[-75.59360980987549,43.177734375],[-75.59326171875,43.17786502838135],[-75.58837890625,43.179593086242676],[-75.58349609375,43.18122577667236],[-75.58238983154297,43.181640625],[-75.57861328125,43.18301010131836],[-75.57373046875,43.18464469909668],[-75.57130336761475,43.185546875],[-75.56884765625,43.186466217041016],[-75.56396484375,43.188140869140625],[-75.5603837966919,43.189453125],[-75.55908203125,43.18995189666748],[-75.55419921875,43.19165897369385],[-75.54931640625,43.19332790374756],[-75.5492353439331,43.193359375],[-75.54443359375,43.1950626373291],[-75.53955078125,43.19667434692383],[-75.53796291351318,43.197265625],[-75.53466796875,43.19847011566162],[-75.52978515625,43.20010471343994],[-75.5268907546997,43.201171875],[-75.52490234375,43.201924324035645],[-75.52001953125,43.2036190032959],[-75.51592826843262,43.205078125],[-75.51513671875,43.20537853240967],[-75.51025390625,43.20709705352783],[-75.50537109375,43.208744049072266],[-75.50473213195801,43.208984375],[-75.50048828125,43.21049976348877],[-75.49560546875,43.21212100982666],[-75.49354076385498,43.212890625],[-75.49072265625,43.2139368057251],[-75.48583984375,43.215579986572266],[-75.48251152038574,43.216796875],[-75.48095703125,43.21738815307617],[-75.47607421875,43.21907997131348],[-75.47131538391113,43.220703125],[-75.47119140625,43.220749855041504],[-75.46630859375,43.222466468811035],[-75.46142578125,43.22407531738281],[-75.45998573303223,43.224609375],[-75.45654296875,43.225857734680176],[-75.45166015625,43.22748947143555],[-75.4488754272461,43.228515625],[-75.44677734375,43.22930431365967],[-75.44189453125,43.23098087310791],[-75.43785572052002,43.232421875],[-75.43701171875,43.23274230957031],[-75.43212890625,43.23444175720215],[-75.42724609375,43.23606586456299],[-75.42654991149902,43.236328125],[-75.42236328125,43.237820625305176],[-75.41748046875,43.239418029785156],[-75.41525363922119,43.240234375],[-75.41259765625,43.241209983825684],[-75.40771484375,43.24284648895264],[-75.4041051864624,43.244140625],[-75.40283203125,43.24462032318115],[-75.39794921875,43.24630832672119],[-75.39306640625,43.24792957305908],[-75.392746925354,43.248046875],[-75.38818359375,43.249616622924805],[-75.38330078125,43.251163482666016],[-75.38111209869385,43.251953125],[-75.37841796875,43.2529296875],[-75.37353515625,43.25455379486084],[-75.36988258361816,43.255859375],[-75.36865234375,43.25632095336914],[-75.36376953125,43.2580041885376],[-75.35888671875,43.25960159301758],[-75.35843849182129,43.259765625],[-75.35400390625,43.261295318603516],[-75.34912109375,43.26286792755127],[-75.3469181060791,43.263671875],[-75.34423828125,43.264652252197266],[-75.33935546875,43.26627540588379],[-75.33571720123291,43.267578125],[-75.33447265625,43.26804733276367],[-75.32958984375,43.26973056793213],[-75.32470703125,43.27132034301758],[-75.32425880432129,43.271484375],[-75.31982421875,43.27302169799805],[-75.31494140625,43.27461051940918],[-75.31280994415283,43.275390625],[-75.31005859375,43.276394844055176],[-75.30517578125,43.27802562713623],[-75.30168056488037,43.279296875],[-75.30029296875,43.27982521057129],[-75.29541015625,43.281521797180176],[-75.29052734375,43.28317356109619],[-75.29045104980469,43.283203125],[-75.28564453125,43.28491401672363],[-75.28076171875,43.28656578063965],[-75.27934551239014,43.287109375],[-75.27587890625,43.28841018676758],[-75.27099609375,43.2900972366333],[-75.26856899261475,43.291015625],[-75.26611328125,43.29195022583008],[-75.26123046875,43.29362106323242],[-75.25766849517822,43.294921875],[-75.25634765625,43.29542541503906],[-75.25146484375,43.29712772369385],[-75.24658203125,43.29875469207764],[-75.24638175964355,43.298828125],[-75.24169921875,43.30044746398926],[-75.23681640625,43.302019119262695],[-75.2348518371582,43.302734375],[-75.23193359375,43.303786277770996],[-75.22705078125,43.305381774902344],[-75.2235221862793,43.306640625],[-75.22216796875,43.307146072387695],[-75.21728515625,43.30882453918457],[-75.21240234375,43.31040954589844],[-75.21202564239502,43.310546875],[-75.20751953125,43.31208515167236],[-75.20263671875,43.31364917755127],[-75.20042896270752,43.314453125],[-75.19775390625,43.31543159484863],[-75.19287109375,43.31707286834717],[-75.18934726715088,43.318359375],[-75.18798828125,43.31887722015381],[-75.18310546875,43.320557594299316],[-75.17822265625,43.32215118408203],[-75.17791271209717,43.322265625],[-75.17333984375,43.3238468170166],[-75.16845703125,43.32541465759277],[-75.16636371612549,43.326171875],[-75.16357421875,43.32717704772949],[-75.15869140625,43.32879638671875],[-75.1551342010498,43.330078125],[-75.15380859375,43.3305778503418],[-75.14892578125,43.33225727081299],[-75.14404296875,43.333879470825195],[-75.14376163482666,43.333984375],[-75.13916015625,43.335594177246094],[-75.13427734375,43.33716106414795],[-75.13225555419922,43.337890625],[-75.12939453125,43.33892059326172],[-75.12451171875,43.34053707122803],[-75.12102603912354,43.341796875],[-75.11962890625,43.34232425689697],[-75.11474609375,43.34402847290039],[-75.10986328125,43.3456974029541],[-75.10984897613525,43.345703125],[-75.10498046875,43.347405433654785],[-75.10009765625,43.3489933013916],[-75.09841918945312,43.349609375],[-75.09521484375,43.35076713562012],[-75.09033203125,43.35236358642578],[-75.08713245391846,43.353515625],[-75.08544921875,43.35414409637451],[-75.08056640625,43.35581970214844],[-75.07586479187012,43.357421875],[-75.07568359375,43.35748863220215],[-75.07080078125,43.35918998718262],[-75.06591796875,43.36076831817627],[-75.06436824798584,43.361328125],[-75.06103515625,43.362502098083496],[-75.05615234375,43.364075660705566],[-75.0529146194458,43.365234375],[-75.05126953125,43.365845680236816],[-75.04638671875,43.36749839782715],[-75.04150390625,43.36911582946777],[-75.04143714904785,43.369140625],[-75.03662109375,43.370805740356445],[-75.03173828125,43.3723669052124],[-75.0298547744751,43.373046875],[-75.02685546875,43.37411975860596],[-75.02197265625,43.375733375549316],[-75.01861095428467,43.376953125],[-75.01708984375,43.37752628326416],[-75.01220703125,43.37919902801514],[-75.00732421875,43.38083267211914],[-75.00725269317627,43.380859375],[-75.00244140625,43.382524490356445],[-74.99755859375,43.38407897949219],[-74.99565601348877,43.384765625],[-74.99267578125,43.38583564758301],[-74.98779296875,43.38744354248047],[-74.9843692779541,43.388671875],[-74.98291015625,43.38921642303467],[-74.97802734375,43.390886306762695],[-74.97314453125,43.39249324798584],[-74.97291088104248,43.392578125],[-74.96826171875,43.394165992736816],[-74.96337890625,43.39570331573486],[-74.96119976043701,43.396484375],[-74.95849609375,43.39745903015137],[-74.95361328125,43.39906311035156],[-74.94982242584229,43.400390625],[-74.94873046875,43.40079402923584],[-74.94384765625,43.40245723724365],[-74.93896484375,43.40402793884277],[-74.9382209777832,43.404296875],[-74.93408203125,43.405723571777344],[-74.92919921875,43.4072847366333],[-74.92666244506836,43.408203125],[-74.92431640625,43.40906524658203],[-74.91943359375,43.410688400268555],[-74.9153184890747,43.412109375],[-74.91455078125,43.41239356994629],[-74.90966796875,43.4140682220459],[-74.90478515625,43.415642738342285],[-74.90375995635986,43.416015625],[-74.89990234375,43.41736602783203],[-74.89501953125,43.418951988220215],[-74.89234447479248,43.419921875],[-74.89013671875,43.42073154449463],[-74.88525390625,43.42235565185547],[-74.88099098205566,43.423828125],[-74.88037109375,43.424057960510254],[-74.87548828125,43.425729751586914],[-74.87060546875,43.427268981933594],[-74.8693037033081,43.427734375],[-74.86572265625,43.42898082733154],[-74.86083984375,43.430541038513184],[-74.85773086547852,43.431640625],[-74.85595703125,43.432289123535156],[-74.85107421875,43.43394756317139],[-74.84646320343018,43.435546875],[-74.84619140625,43.43564987182617],[-74.84130859375,43.437376976013184],[-74.83642578125,43.43898582458496],[-74.8351526260376,43.439453125],[-74.83154296875,43.44073486328125],[-74.82666015625,43.442283630371094],[-74.82359886169434,43.443359375],[-74.82177734375,43.44402027130127],[-74.81689453125,43.44564247131348],[-74.81201171875,43.447211265563965],[-74.81185913085938,43.447265625],[-74.80712890625,43.44886779785156],[-74.80224609375,43.45042896270752],[-74.8001766204834,43.451171875],[-74.79736328125,43.45217704772949],[-74.79248046875,43.45372772216797],[-74.78839874267578,43.455078125],[-74.78759765625,43.45536231994629],[-74.78271484375,43.4569787979126],[-74.77783203125,43.45847034454346],[-74.7763442993164,43.458984375],[-74.77294921875,43.46013832092285],[-74.76806640625,43.46169090270996],[-74.76473331451416,43.462890625],[-74.76318359375,43.46347713470459],[-74.75830078125,43.46523094177246],[-74.75392818450928,43.466796875],[-74.75341796875,43.46699142456055],[-74.74853515625,43.46863842010498],[-74.74365234375,43.47008800506592],[-74.74185466766357,43.470703125],[-74.73876953125,43.47175693511963],[-74.73388671875,43.47332572937012],[-74.73022937774658,43.474609375],[-74.72900390625,43.47506141662598],[-74.72412109375,43.476712226867676],[-74.71923828125,43.47828006744385],[-74.71859455108643,43.478515625],[-74.71435546875,43.47999286651611],[-74.70947265625,43.481566429138184],[-74.70708847045898,43.482421875],[-74.70458984375,43.48332405090332],[-74.69970703125,43.48490810394287],[-74.6954870223999,43.486328125],[-74.69482421875,43.48656749725342],[-74.68994140625,43.48822784423828],[-74.68505859375,43.48980903625488],[-74.68389511108398,43.490234375],[-74.68017578125,43.491549491882324],[-74.67529296875,43.49310874938965],[-74.67239379882812,43.494140625],[-74.67041015625,43.49486541748047],[-74.66552734375,43.496498107910156],[-74.66087341308594,43.498046875],[-74.66064453125,43.49812889099121],[-74.65576171875,43.49978542327881],[-74.65087890625,43.501349449157715],[-74.64922428131104,43.501953125],[-74.64599609375,43.50311279296875],[-74.64111328125,43.50470447540283],[-74.63788032531738,43.505859375],[-74.63623046875,43.506470680236816],[-74.63134765625,43.50812816619873],[-74.62646484375,43.50975513458252],[-74.62643623352051,43.509765625],[-74.62158203125,43.511427879333496],[-74.61669921875,43.512962341308594],[-74.61469173431396,43.513671875],[-74.61181640625,43.514681816101074],[-74.60693359375,43.51623058319092],[-74.60297584533691,43.517578125],[-74.60205078125,43.51791286468506],[-74.59716796875,43.51955604553223],[-74.59228515625,43.52109241485596],[-74.59118843078613,43.521484375],[-74.58740234375,43.522796630859375],[-74.58251953125,43.524359703063965],[-74.5796537399292,43.525390625],[-74.57763671875,43.5261344909668],[-74.57275390625,43.527817726135254],[-74.56871032714844,43.529296875],[-74.56787109375,43.529624938964844],[-74.56298828125,43.531352043151855],[-74.55810546875,43.532959938049316],[-74.55743789672852,43.533203125],[-74.55322265625,43.53466510772705],[-74.54833984375,43.536192893981934],[-74.54575061798096,43.537109375],[-74.54345703125,43.53793430328369],[-74.53857421875,43.53954887390137],[-74.5343017578125,43.541015625],[-74.53369140625,43.54124069213867],[-74.52880859375,43.542906761169434],[-74.52392578125,43.54446220397949],[-74.52264785766602,43.544921875],[-74.51904296875,43.546183586120605],[-74.51416015625,43.547746658325195],[-74.51113224029541,43.548828125],[-74.50927734375,43.54951095581055],[-74.50439453125,43.55113220214844],[-74.4995641708374,43.552734375],[-74.49951171875,43.55275344848633],[-74.49462890625,43.55443286895752],[-74.48974609375,43.555975914001465],[-74.48788642883301,43.556640625],[-74.48486328125,43.55770969390869],[-74.47998046875,43.559298515319824],[-74.47649478912354,43.560546875],[-74.47509765625,43.56106948852539],[-74.47021484375,43.56272220611572],[-74.46533203125,43.56428050994873],[-74.46485042572021,43.564453125],[-74.46044921875,43.56594753265381],[-74.45556640625,43.56746768951416],[-74.45303916931152,43.568359375],[-74.45068359375,43.5692024230957],[-74.44580078125,43.570807456970215],[-74.44151401519775,43.572265625],[-74.44091796875,43.57248306274414],[-74.43603515625,43.57412052154541],[-74.43115234375,43.57563591003418],[-74.42965030670166,43.576171875],[-74.42626953125,43.57735633850098],[-74.42138671875,43.57892417907715],[-74.41813945770264,43.580078125],[-74.41650390625,43.580678939819336],[-74.41162109375,43.58232021331787],[-74.40673828125,43.5839147567749],[-74.40654754638672,43.583984375],[-74.40185546875,43.5855712890625],[-74.39697265625,43.58707809448242],[-74.39465045928955,43.587890625],[-74.39208984375,43.58879375457764],[-74.38720703125,43.59035778045654],[-74.38289165496826,43.591796875],[-74.38232421875,43.592000007629395],[-74.37744140625,43.59362030029297],[-74.37255859375,43.59510326385498],[-74.37083721160889,43.595703125],[-74.36767578125,43.59679317474365],[-74.36279296875,43.598361015319824],[-74.35927867889404,43.599609375],[-74.35791015625,43.600117683410645],[-74.35302734375,43.601744651794434],[-74.34814453125,43.60321044921875],[-74.347243309021,43.603515625],[-74.34326171875,43.60481643676758],[-74.33837890625,43.606337547302246],[-74.33533668518066,43.607421875],[-74.33349609375,43.6080961227417],[-74.32861328125,43.60974407196045],[-74.32404041290283,43.611328125],[-74.32373046875,43.6114444732666],[-74.31884765625,43.613142013549805],[-74.31396484375,43.61466693878174],[-74.31235313415527,43.615234375],[-74.30908203125,43.61637020111084],[-74.30419921875,43.61793231964111],[-74.30076122283936,43.619140625],[-74.29931640625,43.619669914245605],[-74.29443359375,43.621277809143066],[-74.28955078125,43.62276840209961],[-74.28874969482422,43.623046875],[-74.28466796875,43.624406814575195],[-74.27978515625,43.625916481018066],[-74.27684307098389,43.626953125],[-74.27490234375,43.627657890319824],[-74.27001953125,43.629279136657715],[-74.26514148712158,43.630859375],[-74.26513671875,43.63086128234863],[-74.26025390625,43.63242244720459],[-74.25537109375,43.63376331329346],[-74.25224304199219,43.634765625],[-74.25048828125,43.63535213470459],[-74.24560546875,43.636929512023926],[-74.24072265625,43.63856220245361],[-74.24044609069824,43.638671875],[-74.23583984375,43.640390396118164],[-74.23095703125,43.64205265045166],[-74.22950744628906,43.642578125],[-74.22607421875,43.643771171569824],[-74.22119140625,43.645216941833496],[-74.21717166900635,43.646484375],[-74.21630859375,43.64677429199219],[-74.21142578125,43.648308753967285],[-74.20654296875,43.649702072143555],[-74.20448303222656,43.650390625],[-74.20166015625,43.65134143829346],[-74.19677734375,43.65291500091553],[-74.19292449951172,43.654296875],[-74.19189453125,43.65468883514404],[-74.18701171875,43.65640830993652],[-74.18212890625,43.65803241729736],[-74.18167114257812,43.658203125],[-74.17724609375,43.659762382507324],[-74.17236328125,43.66132926940918],[-74.17019367218018,43.662109375],[-74.16748046875,43.663086891174316],[-74.16259765625,43.66470909118652],[-74.158935546875,43.666015625],[-74.15771484375,43.66647148132324],[-74.15283203125,43.668081283569336],[-74.14794921875,43.66955757141113],[-74.14690971374512,43.669921875],[-74.14306640625,43.671231269836426],[-74.13818359375,43.672780990600586],[-74.13523197174072,43.673828125],[-74.13330078125,43.67452907562256],[-74.12841796875,43.676137924194336],[-74.12353515625,43.67772674560547],[-74.12351608276367,43.677734375],[-74.11865234375,43.67934226989746],[-74.11376953125,43.680803298950195],[-74.11133289337158,43.681640625],[-74.10888671875,43.682491302490234],[-74.10400390625,43.68404293060303],[-74.09937381744385,43.685546875],[-74.09912109375,43.685635566711426],[-74.09423828125,43.687254905700684],[-74.08935546875,43.68874168395996],[-74.08732414245605,43.689453125],[-74.08447265625,43.69044876098633],[-74.07958984375,43.69200325012207],[-74.07559394836426,43.693359375],[-74.07470703125,43.69367980957031],[-74.06982421875,43.695284843444824],[-74.06494140625,43.69672775268555],[-74.0633487701416,43.697265625],[-74.06005859375,43.698360443115234],[-74.05517578125,43.699883460998535],[-74.05151844024658,43.701171875],[-74.05029296875,43.70162868499756],[-74.04541015625,43.70331954956055],[-74.04052734375,43.704891204833984],[-74.04000282287598,43.705078125],[-74.03564453125,43.706565856933594],[-74.03076171875,43.70813846588135],[-74.0284538269043,43.708984375],[-74.02587890625,43.70993518829346],[-74.02099609375,43.711612701416016],[-74.01757717132568,43.712890625],[-74.01611328125,43.713459968566895],[-74.01123046875,43.71517753601074],[-74.00642395019531,43.716796875],[-74.00634765625,43.716824531555176],[-74.00146484375,43.71844482421875],[-73.99658203125,43.71989631652832],[-73.99421691894531,43.720703125],[-73.99169921875,43.72156810760498],[-73.98681640625,43.723114013671875],[-73.98237705230713,43.724609375],[-73.98193359375,43.724772453308105],[-73.97705078125,43.72645282745361],[-73.97216796875,43.727975845336914],[-73.97062301635742,43.728515625],[-73.96728515625,43.72965908050537],[-73.96240234375,43.73118209838867],[-73.95883083343506,43.732421875],[-73.95751953125,43.7328987121582],[-73.95263671875,43.7344970703125],[-73.94775390625,43.73591709136963],[-73.94651412963867,43.736328125],[-73.94287109375,43.737507820129395],[-73.93798828125,43.73900604248047],[-73.9344596862793,43.740234375],[-73.93310546875,43.74072742462158],[-73.92822265625,43.742356300354004],[-73.92333984375,43.74389171600342],[-73.92263889312744,43.744140625],[-73.91845703125,43.74555778503418],[-73.91357421875,43.74705123901367],[-73.91069412231445,43.748046875],[-73.90869140625,43.74875736236572],[-73.90380859375,43.7503547668457],[-73.89892578125,43.75195121765137],[-73.89892101287842,43.751953125],[-73.89404296875,43.753586769104004],[-73.88916015625,43.75508117675781],[-73.88692855834961,43.755859375],[-73.88427734375,43.75678539276123],[-73.87939453125,43.758286476135254],[-73.87451171875,43.75975704193115],[-73.87448787689209,43.759765625],[-73.86962890625,43.76126289367676],[-73.86474609375,43.76261806488037],[-73.86151790618896,43.763671875],[-73.85986328125,43.764235496520996],[-73.85498046875,43.76579284667969],[-73.85009765625,43.76723384857178],[-73.84908676147461,43.767578125],[-73.84521484375,43.76886177062988],[-73.84033203125,43.770402908325195],[-73.83732318878174,43.771484375],[-73.83544921875,43.77217674255371],[-73.83056640625,43.77380561828613],[-73.82573127746582,43.775390625],[-73.82568359375,43.775407791137695],[-73.82080078125,43.77707767486572],[-73.81591796875,43.7786922454834],[-73.81431102752686,43.779296875],[-73.81103515625,43.78050231933594],[-73.80615234375,43.78211307525635],[-73.8031005859375,43.783203125],[-73.80126953125,43.783870697021484],[-73.79638671875,43.785484313964844],[-73.79151821136475,43.787109375],[-73.79150390625,43.7871150970459],[-73.78662109375,43.78876781463623],[-73.78173828125,43.790205001831055],[-73.77930164337158,43.791015625],[-73.77685546875,43.79183864593506],[-73.77197265625,43.79333209991455],[-73.76708984375,43.7948112487793],[-73.766770362854,43.794921875],[-73.76220703125,43.796393394470215],[-73.75732421875,43.797821044921875],[-73.75435829162598,43.798828125],[-73.75244140625,43.799500465393066],[-73.74755859375,43.801109313964844],[-73.74267578125,43.802720069885254],[-73.74263763427734,43.802734375],[-73.73779296875,43.80433750152588],[-73.73291015625,43.805734634399414],[-73.73015880584717,43.806640625],[-73.72802734375,43.80736255645752],[-73.72314453125,43.808937072753906],[-73.71826171875,43.81050777435303],[-73.71815204620361,43.810546875],[-73.71337890625,43.812134742736816],[-73.70849609375,43.81361198425293],[-73.70604515075684,43.814453125],[-73.70361328125,43.815293312072754],[-73.69873046875,43.816813468933105],[-73.69384765625,43.81834411621094],[-73.69380474090576,43.818359375],[-73.68896484375,43.8199405670166],[-73.68408203125,43.8214225769043],[-73.68167877197266,43.822265625],[-73.67919921875,43.82314395904541],[-73.67431640625,43.824636459350586],[-73.66943359375,43.82604217529297],[-73.66904258728027,43.826171875],[-73.66455078125,43.82758331298828],[-73.65966796875,43.82906913757324],[-73.65681171417236,43.830078125],[-73.65478515625,43.83081531524658],[-73.64990234375,43.83246040344238],[-73.64537239074707,43.833984375],[-73.64501953125,43.834113121032715],[-73.64013671875,43.835693359375],[-73.63525390625,43.83705520629883],[-73.63264560699463,43.837890625],[-73.63037109375,43.83863353729248],[-73.62548828125,43.84012031555176],[-73.62060546875,43.8415641784668],[-73.61992835998535,43.841796875],[-73.61572265625,43.84317874908447],[-73.61083984375,43.844679832458496],[-73.60793113708496,43.845703125],[-73.60595703125,43.846418380737305],[-73.60107421875,43.848069190979004],[-73.59658718109131,43.849609375],[-73.59619140625,43.84975624084473],[-73.59130859375,43.85138511657715],[-73.58642578125,43.852829933166504],[-73.58439445495605,43.853515625],[-73.58154296875,43.85447597503662],[-73.57666015625,43.85597801208496],[-73.57224464416504,43.857421875],[-73.57177734375,43.857587814331055],[-73.56689453125,43.85923480987549],[-73.56201171875,43.860806465148926],[-73.56057643890381,43.861328125],[-73.55712890625,43.862545013427734],[-73.55224609375,43.86404037475586],[-73.5487174987793,43.865234375],[-73.54736328125,43.86571502685547],[-73.54248046875,43.86732578277588],[-73.53759765625,43.86881351470947],[-73.53663444519043,43.869140625],[-73.53271484375,43.87041759490967],[-73.52783203125,43.87184143066406],[-73.52415084838867,43.873046875],[-73.52294921875,43.87346363067627],[-73.51806640625,43.875046730041504],[-73.51318359375,43.876484870910645],[-73.51178169250488,43.876953125],[-73.50830078125,43.87808704376221],[-73.50341796875,43.87956142425537],[-73.49962711334229,43.880859375],[-73.49853515625,43.881256103515625],[-73.49365234375,43.882917404174805],[-73.48876953125,43.884480476379395],[-73.48798274993896,43.884765625],[-73.48388671875,43.88617515563965],[-73.47900390625,43.88767147064209],[-73.4760856628418,43.888671875],[-73.47412109375,43.88936138153076],[-73.46923828125,43.89094161987305],[-73.46435546875,43.89255428314209],[-73.46428871154785,43.892578125],[-73.45947265625,43.89422130584717],[-73.45458984375,43.89574337005615],[-73.45251083374023,43.896484375],[-73.44970703125,43.89748001098633],[-73.44482421875,43.899038314819336],[-73.44096660614014,43.900390625],[-73.43994140625,43.90077209472656],[-73.43505859375,43.90244102478027],[-73.43017578125,43.9039306640625],[-73.42910766601562,43.904296875],[-73.42529296875,43.90555953979492],[-73.42041015625,43.90705108642578],[-73.41704845428467,43.908203125],[-73.41552734375,43.908745765686035],[-73.41064453125,43.910319328308105],[-73.40576171875,43.91177463531494],[-73.4047794342041,43.912109375],[-73.40087890625,43.913390159606934],[-73.39599609375,43.91485118865967],[-73.39252948760986,43.916015625],[-73.39111328125,43.916513442993164],[-73.38623046875,43.91806507110596],[-73.38134765625,43.91945457458496],[-73.37993144989014,43.919921875],[-73.37646484375,43.92104911804199],[-73.37158203125,43.922539710998535],[-73.36777210235596,43.923828125],[-73.36669921875,43.92421054840088],[-73.36181640625,43.92579364776611],[-73.35693359375,43.92720603942871],[-73.35535049438477,43.927734375],[-73.35205078125,43.928818702697754],[-73.34716796875,43.930288314819336],[-73.34298133850098,43.931640625],[-73.34228515625,43.93188190460205],[-73.33740234375,43.93345928192139],[-73.33251953125,43.93489360809326],[-73.33059310913086,43.935546875],[-73.32763671875,43.93654441833496],[-73.32275390625,43.9380464553833],[-73.31844806671143,43.939453125],[-73.31787109375,43.939656257629395],[-73.31298828125,43.94125938415527],[-73.30810546875,43.94271945953369],[-73.30623626708984,43.943359375],[-73.30322265625,43.94438171386719],[-73.29833984375,43.94587516784668],[-73.29407215118408,43.947265625],[-73.29345703125,43.947482109069824],[-73.28857421875,43.94907760620117],[-73.28369140625,43.95051383972168],[-73.28173160552979,43.951171875],[-73.27880859375,43.952149391174316],[-73.27392578125,43.95363712310791],[-73.26944351196289,43.955078125],[-73.26904296875,43.95521831512451],[-73.26416015625,43.95679759979248],[-73.25927734375,43.958187103271484],[-73.25682163238525,43.958984375],[-73.25439453125,43.95978260040283],[-73.24951171875,43.96125793457031],[-73.24462890625,43.96274662017822],[-73.24421882629395,43.962890625],[-73.23974609375,43.96437740325928],[-73.23486328125,43.96584892272949],[-73.23206424713135,43.966796875],[-73.22998046875,43.96751689910889],[-73.22509765625,43.96902561187744],[-73.22021484375,43.97047996520996],[-73.21955680847168,43.970703125],[-73.21533203125,43.972065925598145],[-73.21044921875,43.97348976135254],[-73.20708751678467,43.974609375],[-73.20556640625,43.975138664245605],[-73.20068359375,43.976707458496094],[-73.19580078125,43.97817134857178],[-73.19478988647461,43.978515625],[-73.19091796875,43.97979164123535],[-73.18603515625,43.98124694824219],[-73.1825304031372,43.982421875],[-73.18115234375,43.98290538787842],[-73.17626953125,43.98447322845459],[-73.17138671875,43.98589897155762],[-73.17010402679443,43.986328125],[-73.16650390625,43.987504959106445],[-73.16162109375,43.98895740509033],[-73.15770626068115,43.990234375],[-73.15673828125,43.99057102203369],[-73.15185546875,43.992122650146484],[-73.14697265625,43.99350452423096],[-73.14504146575928,43.994140625],[-73.14208984375,43.995113372802734],[-73.13720703125,43.996599197387695],[-73.13269138336182,43.998046875],[-73.13232421875,43.998175621032715],[-73.12744140625,43.99975538253784],[-73.12255859375,44.00116539001465],[-73.12020301818848,44.001953125],[-73.11767578125,44.00280809402466],[-73.11279296875,44.00431442260742],[-73.10791015625,44.005842208862305],[-73.10786247253418,44.005859375],[-73.10302734375,44.00741720199585],[-73.09814453125,44.008793354034424],[-73.09508800506592,44.009765625],[-73.09326171875,44.01036310195923],[-73.08837890625,44.01173734664917],[-73.08349609375,44.01286315917969],[-73.08066368103027,44.013671875],[-73.07861328125,44.01428270339966],[-73.07373046875,44.01571035385132],[-73.06884765625,44.01700448989868],[-73.06700229644775,44.017578125],[-73.06396484375,44.01851749420166],[-73.05908203125,44.01991319656372],[-73.05419921875,44.021350383758545],[-73.05381298065186,44.021484375],[-73.04931640625,44.0229606628418],[-73.04443359375,44.02449035644531],[-73.04194450378418,44.025390625],[-73.03955078125,44.026264667510986],[-73.03466796875,44.02786731719971],[-73.03046703338623,44.029296875],[-73.02978515625,44.02954339981079],[-73.02490234375,44.03112030029297],[-73.02001953125,44.032472133636475],[-73.01772117614746,44.033203125],[-73.01513671875,44.03403425216675],[-73.01025390625,44.03549289703369],[-73.00537109375,44.03701210021973],[-73.0051040649414,44.037109375],[-73.00048828125,44.038663387298584],[-72.99560546875,44.04011392593384],[-72.99287796020508,44.041015625],[-72.99072265625,44.04174089431763],[-72.98583984375,44.04321908950806],[-72.98095703125,44.04463291168213],[-72.98009872436523,44.044921875],[-72.97607421875,44.04621505737305],[-72.97119140625,44.047667026519775],[-72.96777248382568,44.048828125],[-72.96630859375,44.04934787750244],[-72.96142578125,44.05089282989502],[-72.95654296875,44.05221939086914],[-72.95485496520996,44.052734375],[-72.95166015625,44.053696155548096],[-72.94677734375,44.05499029159546],[-72.94189453125,44.056182861328125],[-72.94033527374268,44.056640625],[-72.93701171875,44.05760622024536],[-72.93212890625,44.0589861869812],[-72.92724609375,44.06053018569946],[-72.92720317840576,44.060546875],[-72.92236328125,44.062257289886475],[-72.91748046875,44.063884258270264],[-72.91594982147217,44.064453125],[-72.91259765625,44.06566143035889],[-72.90771484375,44.067216873168945],[-72.90443897247314,44.068359375],[-72.90283203125,44.06893968582153],[-72.89794921875,44.0705246925354],[-72.89306640625,44.07205247879028],[-72.89246082305908,44.072265625],[-72.88818359375,44.07369327545166],[-72.88330078125,44.07515239715576],[-72.88029670715332,44.076171875],[-72.87841796875,44.07682704925537],[-72.87353515625,44.07839488983154],[-72.86865234375,44.079965114593506],[-72.86833763122559,44.080078125],[-72.86376953125,44.081586837768555],[-72.85888671875,44.08291673660278],[-72.85533905029297,44.083984375],[-72.85400390625,44.08440685272217],[-72.84912109375,44.08586263656616],[-72.84423828125,44.08720779418945],[-72.84218311309814,44.087890625],[-72.83935546875,44.0888409614563],[-72.83447265625,44.090389251708984],[-72.83033847808838,44.091796875],[-72.82958984375,44.092069149017334],[-72.82470703125,44.09366512298584],[-72.81982421875,44.09503221511841],[-72.817702293396,44.095703125],[-72.81494140625,44.09657621383667],[-72.81005859375,44.0979585647583],[-72.80517578125,44.09928226470947],[-72.8041410446167,44.099609375],[-72.80029296875,44.100778102874756],[-72.79541015625,44.102092266082764],[-72.79052734375,44.103496074676514],[-72.79047012329102,44.103515625],[-72.78564453125,44.105090618133545],[-72.78076171875,44.10662651062012],[-72.77853488922119,44.107421875],[-72.77587890625,44.10836887359619],[-72.77099609375,44.109939098358154],[-72.76694774627686,44.111328125],[-72.76611328125,44.111631870269775],[-72.76123046875,44.113219261169434],[-72.75634765625,44.1146354675293],[-72.75458335876465,44.115234375],[-72.75146484375,44.11628866195679],[-72.74658203125,44.11779451370239],[-72.74253368377686,44.119140625],[-72.74169921875,44.119436740875244],[-72.73681640625,44.121007442474365],[-72.73193359375,44.122385025024414],[-72.7299165725708,44.123046875],[-72.72705078125,44.12398910522461],[-72.72216796875,44.12546253204346],[-72.7173662185669,44.126953125],[-72.71728515625,44.126981258392334],[-72.71240234375,44.128533363342285],[-72.70751953125,44.129940032958984],[-72.70478248596191,44.130859375],[-72.70263671875,44.131596088409424],[-72.69775390625,44.13308620452881],[-72.69287109375,44.134488582611084],[-72.69203186035156,44.134765625],[-72.68798828125,44.13604259490967],[-72.68310546875,44.13749361038208],[-72.67969131469727,44.138671875],[-72.67822265625,44.1392035484314],[-72.67333984375,44.14081144332886],[-72.66845703125,44.142311096191406],[-72.66767501831055,44.142578125],[-72.66357421875,44.14390230178833],[-72.65869140625,44.14524984359741],[-72.65448093414307,44.146484375],[-72.65380859375,44.14669704437256],[-72.64892578125,44.148125648498535],[-72.64404296875,44.149367332458496],[-72.64063358306885,44.150390625],[-72.63916015625,44.1508584022522],[-72.63427734375,44.152326583862305],[-72.62939453125,44.15360069274902],[-72.6271104812622,44.154296875],[-72.62451171875,44.15510034561157],[-72.61962890625,44.15657615661621],[-72.61474609375,44.158162117004395],[-72.61463642120361,44.158203125],[-72.60986328125,44.15985107421875],[-72.60498046875,44.161367893218994],[-72.60287284851074,44.162109375],[-72.60009765625,44.16308069229126],[-72.59521484375,44.16456413269043],[-72.5904130935669,44.166015625],[-72.59033203125,44.1660418510437],[-72.58544921875,44.167540550231934],[-72.58056640625,44.168882846832275],[-72.57732391357422,44.169921875],[-72.57568359375,44.17046880722046],[-72.57080078125,44.17196846008301],[-72.56591796875,44.1733455657959],[-72.5644588470459,44.173828125],[-72.56103515625,44.17494249343872],[-72.55615234375,44.17641305923462],[-72.55221366882324,44.177734375],[-72.55126953125,44.178072452545166],[-72.54638671875,44.17967414855957],[-72.54150390625,44.18109655380249],[-72.53986358642578,44.181640625],[-72.53662109375,44.18269872665405],[-72.53173828125,44.18413209915161],[-72.5272798538208,44.185546875],[-72.52685546875,44.18569326400757],[-72.52197265625,44.187278747558594],[-72.51708984375,44.18869638442993],[-72.51482963562012,44.189453125],[-72.51220703125,44.19033908843994],[-72.50732421875,44.191845417022705],[-72.50257015228271,44.193359375],[-72.50244140625,44.19340467453003],[-72.49755859375,44.194950103759766],[-72.49267578125,44.19626522064209],[-72.48947143554688,44.197265625],[-72.48779296875,44.197811126708984],[-72.48291015625,44.19926929473877],[-72.47802734375,44.200539112091064],[-72.47594833374023,44.201171875],[-72.47314453125,44.202030658721924],[-72.46826171875,44.2034125328064],[-72.46337890625,44.20476007461548],[-72.46239185333252,44.205078125],[-72.45849609375,44.20628070831299],[-72.45361328125,44.20763063430786],[-72.44908332824707,44.208984375],[-72.44873046875,44.209099769592285],[-72.44384765625,44.21061086654663],[-72.43896484375,44.21196746826172],[-72.43611335754395,44.212890625],[-72.43408203125,44.213565826416016],[-72.42919921875,44.2150444984436],[-72.42431640625,44.216458797454834],[-72.42331504821777,44.216796875],[-72.41943359375,44.218053340911865],[-72.41455078125,44.21949625015259],[-72.41096019744873,44.220703125],[-72.40966796875,44.22115898132324],[-72.40478515625,44.2226996421814],[-72.39990234375,44.22401714324951],[-72.3979902267456,44.224609375],[-72.39501953125,44.22552537918091],[-72.39013671875,44.226891040802],[-72.38525390625,44.22821378707886],[-72.38429546356201,44.228515625],[-72.38037109375,44.229698181152344],[-72.37548828125,44.23102140426636],[-72.37060546875,44.23240327835083],[-72.37054824829102,44.232421875],[-72.36572265625,44.23383808135986],[-72.36083984375,44.235114097595215],[-72.35696792602539,44.236328125],[-72.35595703125,44.23666858673096],[-72.35107421875,44.23825454711914],[-72.34619140625,44.239726066589355],[-72.3447322845459,44.240234375],[-72.34130859375,44.24139881134033],[-72.33642578125,44.2428560256958],[-72.33236312866211,44.244140625],[-72.33154296875,44.2444167137146],[-72.32666015625,44.2459020614624],[-72.32177734375,44.24718141555786],[-72.3189926147461,44.248046875],[-72.31689453125,44.24872016906738],[-72.31201171875,44.25022315979004],[-72.30712890625,44.25170946121216],[-72.30643272399902,44.251953125],[-72.30224609375,44.25334024429321],[-72.29736328125,44.254823207855225],[-72.29440689086914,44.255859375],[-72.29248046875,44.25655508041382],[-72.28759765625,44.25813961029053],[-72.28271484375,44.25969219207764],[-72.28250980377197,44.259765625],[-72.27783203125,44.26129674911499],[-72.27294921875,44.26272678375244],[-72.27012157440186,44.263671875],[-72.26806640625,44.2643723487854],[-72.26318359375,44.26582431793213],[-72.25830078125,44.26715421676636],[-72.25696563720703,44.267578125],[-72.25341796875,44.268675804138184],[-72.24853515625,44.27001142501831],[-72.24365234375,44.2713623046875],[-72.24327087402344,44.271484375],[-72.23876953125,44.27283573150635],[-72.23388671875,44.27419900894165],[-72.23030090332031,44.275390625],[-72.22900390625,44.275845527648926],[-72.22412109375,44.277390003204346],[-72.21923828125,44.27871322631836],[-72.21736431121826,44.279296875],[-72.21435546875,44.28022813796997],[-72.20947265625,44.281612396240234],[-72.20458984375,44.283058643341064],[-72.20417022705078,44.283203125],[-72.19970703125,44.284650802612305],[-72.19482421875,44.28605556488037],[-72.19160556793213,44.287109375],[-72.18994140625,44.28767538070679],[-72.18505859375,44.28918218612671],[-72.18017578125,44.29056692123413],[-72.17881679534912,44.291015625],[-72.17529296875,44.292155742645264],[-72.17041015625,44.29361295700073],[-72.16642379760742,44.294921875],[-72.16552734375,44.29523515701294],[-72.16064453125,44.296783447265625],[-72.15576171875,44.298163414001465],[-72.15374946594238,44.298828125],[-72.15087890625,44.29977798461914],[-72.14599609375,44.30123567581177],[-72.14111328125,44.302727699279785],[-72.14109420776367,44.302734375],[-72.13623046875,44.30427265167236],[-72.13134765625,44.30564594268799],[-72.12828636169434,44.306640625],[-72.12646484375,44.307251930236816],[-72.12158203125,44.30873489379883],[-72.11669921875,44.31009769439697],[-72.11531162261963,44.310546875],[-72.11181640625,44.311655044555664],[-72.10693359375,44.31306028366089],[-72.10242748260498,44.314453125],[-72.10205078125,44.314579486846924],[-72.09716796875,44.31608772277832],[-72.09228515625,44.31738758087158],[-72.08916187286377,44.318359375],[-72.08740234375,44.318928241729736],[-72.08251953125,44.320374965667725],[-72.07763671875,44.32167434692383],[-72.07574367523193,44.322265625],[-72.07275390625,44.323198318481445],[-72.06787109375,44.324575424194336],[-72.06298828125,44.32598543167114],[-72.06244468688965,44.326171875],[-72.05810546875,44.32757806777954],[-72.05322265625,44.32904100418091],[-72.05020427703857,44.330078125],[-72.04833984375,44.33073854446411],[-72.04345703125,44.33226919174194],[-72.03857421875,44.33364486694336],[-72.03747272491455,44.333984375],[-72.03369140625,44.33509826660156],[-72.02880859375,44.336390018463135],[-72.02392578125,44.33782625198364],[-72.0237398147583,44.337890625],[-72.01904296875,44.33938455581665],[-72.01416015625,44.34072494506836],[-72.01080322265625,44.341796875],[-72.00927734375,44.342308044433594],[-72.00439453125,44.343833446502686],[-71.99951171875,44.34524393081665],[-71.99811458587646,44.345703125],[-71.99462890625,44.34681415557861],[-71.98974609375,44.34816837310791],[-71.98486328125,44.34959936141968],[-71.98483467102051,44.349609375],[-71.97998046875,44.35111093521118],[-71.97509765625,44.35244131088257],[-71.97175025939941,44.353515625],[-71.97021484375,44.35403394699097],[-71.96533203125,44.35556697845459],[-71.96044921875,44.35695552825928],[-71.95898532867432,44.357421875],[-71.95556640625,44.35847854614258],[-71.95068359375,44.359761238098145],[-71.94580078125,44.36099815368652],[-71.9447135925293,44.361328125],[-71.94091796875,44.36243724822998],[-71.93603515625,44.363739013671875],[-71.93115234375,44.36512470245361],[-71.93082809448242,44.365234375],[-71.92626953125,44.366668701171875],[-71.92138671875,44.368074893951416],[-71.9182014465332,44.369140625],[-71.91650390625,44.3697304725647],[-71.91162109375,44.371249198913574],[-71.90673828125,44.37260866165161],[-71.90534114837646,44.373046875],[-71.90185546875,44.37410926818848],[-71.89697265625,44.37541627883911],[-71.89208984375,44.376742362976074],[-71.89143180847168,44.376953125],[-71.88720703125,44.37823152542114],[-71.88232421875,44.379562854766846],[-71.87816143035889,44.380859375],[-71.87744140625,44.381102085113525],[-71.87255859375,44.382657527923584],[-71.86767578125,44.384039878845215],[-71.86543941497803,44.384765625],[-71.86279296875,44.38562870025635],[-71.85791015625,44.38703441619873],[-71.85302734375,44.38839292526245],[-71.85215473175049,44.388671875],[-71.84814453125,44.38988971710205],[-71.84326171875,44.391210079193115],[-71.83879375457764,44.392578125],[-71.83837890625,44.39271640777588],[-71.83349609375,44.39427709579468],[-71.82861328125,44.395649433135986],[-71.82605266571045,44.396484375],[-71.82373046875,44.397257804870605],[-71.81884765625,44.398765563964844],[-71.81396484375,44.400296211242676],[-71.81369304656982,44.400390625],[-71.80908203125,44.401859283447266],[-71.80419921875,44.40318298339844],[-71.80065631866455,44.404296875],[-71.79931640625,44.4047417640686],[-71.79443359375,44.40623188018799],[-71.78955078125,44.407538414001465],[-71.787428855896,44.408203125],[-71.78466796875,44.40907335281372],[-71.77978515625,44.41045951843262],[-71.77490234375,44.41183662414551],[-71.77407741546631,44.412109375],[-71.77001953125,44.41338014602661],[-71.76513671875,44.41473722457886],[-71.76099300384521,44.416015625],[-71.76025390625,44.416260719299316],[-71.75537109375,44.41775369644165],[-71.75048828125,44.419058322906494],[-71.747727394104,44.419921875],[-71.74560546875,44.42060136795044],[-71.74072265625,44.421998023986816],[-71.73583984375,44.42325735092163],[-71.73398017883301,44.423828125],[-71.73095703125,44.424753189086914],[-71.72607421875,44.42612552642822],[-71.72119140625,44.42750835418701],[-71.7204999923706,44.427734375],[-71.71630859375,44.42902851104736],[-71.71142578125,44.43038511276245],[-71.70754909515381,44.431640625],[-71.70654296875,44.43198871612549],[-71.70166015625,44.43354606628418],[-71.69677734375,44.43489170074463],[-71.6947078704834,44.435546875],[-71.69189453125,44.436439990997314],[-71.68701171875,44.43785238265991],[-71.68212890625,44.4392876625061],[-71.68163776397705,44.439453125],[-71.67724609375,44.44082832336426],[-71.67236328125,44.442166328430176],[-71.6685438156128,44.443359375],[-71.66748046875,44.44371223449707],[-71.66259765625,44.445194721221924],[-71.65771484375,44.44646978378296],[-71.65512084960938,44.447265625],[-71.65283203125,44.44798469543457],[-71.64794921875,44.44939565658569],[-71.64306640625,44.450719356536865],[-71.64162635803223,44.451171875],[-71.63818359375,44.45222043991089],[-71.63330078125,44.4535026550293],[-71.62841796875,44.454744815826416],[-71.62731647491455,44.455078125],[-71.62353515625,44.45617723464966],[-71.61865234375,44.45748853683472],[-71.61376953125,44.45892906188965],[-71.6136121749878,44.458984375],[-71.60888671875,44.46049499511719],[-71.60400390625,44.461856842041016],[-71.60072326660156,44.462890625],[-71.59912109375,44.46341562271118],[-71.59423828125,44.464863777160645],[-71.58935546875,44.466161251068115],[-71.58735752105713,44.466796875],[-71.58447265625,44.467716693878174],[-71.57958984375,44.469153881073],[-71.57470703125,44.47061109542847],[-71.57443046569824,44.470703125],[-71.56982421875,44.47211742401123],[-71.56494140625,44.473426818847656],[-71.56116962432861,44.474609375],[-71.56005859375,44.47498178482056],[-71.55517578125,44.476497650146484],[-71.55029296875,44.47781801223755],[-71.54808044433594,44.478515625],[-71.54541015625,44.47936296463013],[-71.54052734375,44.48076248168945],[-71.53564453125,44.48212957382202],[-71.534743309021,44.482421875],[-71.53076171875,44.48364782333374],[-71.52587890625,44.484962940216064],[-71.52118682861328,44.486328125],[-71.52099609375,44.48638868331909],[-71.51611328125,44.48786687850952],[-71.51123046875,44.48914623260498],[-71.50765419006348,44.490234375],[-71.50634765625,44.490654945373535],[-71.50146484375,44.49211359024048],[-71.49658203125,44.493404388427734],[-71.49422645568848,44.494140625],[-71.49169921875,44.494943618774414],[-71.48681640625,44.496341705322266],[-71.48193359375,44.49765491485596],[-71.48067474365234,44.498046875],[-71.47705078125,44.49913501739502],[-71.47216796875,44.50040674209595],[-71.46728515625,44.50162363052368],[-71.46613121032715,44.501953125],[-71.46240234375,44.50297164916992],[-71.45751953125,44.504108905792236],[-71.45263671875,44.50516414642334],[-71.4501428604126,44.505859375],[-71.44775390625,44.506539821624756],[-71.44287109375,44.50783586502075],[-71.43798828125,44.508944511413574],[-71.4350700378418,44.509765625],[-71.43310546875,44.5103440284729],[-71.42822265625,44.5117564201355],[-71.42333984375,44.51301383972168],[-71.42113208770752,44.513671875],[-71.41845703125,44.514474391937256],[-71.41357421875,44.5158429145813],[-71.40869140625,44.51719951629639],[-71.40754699707031,44.517578125],[-71.40380859375,44.518771171569824],[-71.39892578125,44.52021026611328],[-71.39513969421387,44.521484375],[-71.39404296875,44.52187490463257],[-71.38916015625,44.523388385772705],[-71.38427734375,44.524606227874756],[-71.38162612915039,44.525390625],[-71.37939453125,44.52607297897339],[-71.37451171875,44.52755069732666],[-71.36962890625,44.52907848358154],[-71.3690185546875,44.529296875],[-71.36474609375,44.5307354927063],[-71.35986328125,44.53214120864868],[-71.35653495788574,44.533203125],[-71.35498046875,44.53371572494507],[-71.35009765625,44.535117626190186],[-71.34521484375,44.53632926940918],[-71.34270668029785,44.537109375],[-71.34033203125,44.53787612915039],[-71.33544921875,44.53941059112549],[-71.33056640625,44.540982723236084],[-71.33047580718994,44.541015625],[-71.32568359375,44.54256629943848],[-71.32080078125,44.543922424316406],[-71.31771564483643,44.544921875],[-71.31591796875,44.54552936553955],[-71.31103515625,44.54708766937256],[-71.30615234375,44.54861545562744],[-71.30553722381592,44.548828125],[-71.30126953125,44.550199031829834],[-71.29638671875,44.551504135131836],[-71.29213333129883,44.552734375],[-71.29150390625,44.55293035507202],[-71.28662109375,44.55435609817505],[-71.28173828125,44.555635929107666],[-71.27856731414795,44.556640625],[-71.27685546875,44.5572075843811],[-71.27197265625,44.55869722366333],[-71.26708984375,44.560044288635254],[-71.26548767089844,44.560546875],[-71.26220703125,44.561551094055176],[-71.25732421875,44.56284236907959],[-71.25244140625,44.564101219177246],[-71.25129699707031,44.564453125],[-71.24755859375,44.565560817718506],[-71.24267578125,44.56686878204346],[-71.23779296875,44.56823682785034],[-71.23741149902344,44.568359375],[-71.23291015625,44.56970453262329],[-71.22802734375,44.57097339630127],[-71.22372627258301,44.572265625],[-71.22314453125,44.57245635986328],[-71.21826171875,44.57396841049194],[-71.21337890625,44.575260162353516],[-71.21044635772705,44.576171875],[-71.20849609375,44.57679891586304],[-71.20361328125,44.578248023986816],[-71.19873046875,44.579604148864746],[-71.19725704193115,44.580078125],[-71.19384765625,44.58114671707153],[-71.18896484375,44.582489013671875],[-71.18408203125,44.58387327194214],[-71.18373394012451,44.583984375],[-71.17919921875,44.585330963134766],[-71.17431640625,44.58655595779419],[-71.16960048675537,44.587890625],[-71.16943359375,44.5879430770874],[-71.16455078125,44.58943271636963],[-71.15966796875,44.59074401855469],[-71.15631103515625,44.591796875],[-71.15478515625,44.5922966003418],[-71.14990234375,44.593740940093994],[-71.14501953125,44.594985485076904],[-71.1426305770874,44.595703125],[-71.14013671875,44.59646511077881],[-71.13525390625,44.597814083099365],[-71.13037109375,44.59904336929321],[-71.12844944000244,44.599609375],[-71.12548828125,44.60047149658203],[-71.12060546875,44.60172939300537],[-71.11572265625,44.60295629501343],[-71.11394882202148,44.603515625],[-71.11083984375,44.60449409484863],[-71.10595703125,44.605896949768066],[-71.10107421875,44.60731315612793],[-71.10073566436768,44.607421875],[-71.09619140625,44.608766078948975],[-71.09130859375,44.60998010635376],[-71.08645439147949,44.611328125],[-71.08642578125,44.61133623123169],[-71.08154296875,44.61279582977295],[-71.07666015625,44.614081382751465],[-71.07295989990234,44.615234375],[-71.07177734375,44.6156268119812],[-71.06689453125,44.617087841033936],[-71.06201171875,44.61830520629883],[-71.05917930603027,44.619140625],[-71.05712890625,44.61976480484009],[-71.05224609375,44.6211314201355],[-71.04736328125,44.622336864471436],[-71.04495048522949,44.623046875],[-71.04248046875,44.623785972595215],[-71.03759765625,44.62511396408081],[-71.03271484375,44.626323223114014],[-71.03062629699707,44.626953125],[-71.02783203125,44.627800941467285],[-71.02294921875,44.6292028427124],[-71.01806640625,44.63063144683838],[-71.01739406585693,44.630859375],[-71.01318359375,44.63220024108887],[-71.00830078125,44.633577823638916],[-71.00458145141602,44.634765625],[-71.00341796875,44.635157108306885],[-70.99853515625,44.63664388656616],[-70.99365234375,44.63793134689331],[-70.99127292633057,44.638671875],[-70.98876953125,44.63946294784546],[-70.98388671875,44.64085578918457],[-70.97900390625,44.64217662811279],[-70.97772598266602,44.642578125],[-70.97412109375,44.643675327301025],[-70.96923828125,44.645010471343994],[-70.96435546875,44.646440505981445],[-70.96422672271729,44.646484375],[-70.95947265625,44.64794063568115],[-70.95458984375,44.649208068847656],[-70.95060348510742,44.650390625],[-70.94970703125,44.65067672729492],[-70.94482421875,44.652119159698486],[-70.93994140625,44.65335130691528],[-70.93679428100586,44.654296875],[-70.93505859375,44.65483999252319],[-70.93017578125,44.65624380111694],[-70.92529296875,44.6574764251709],[-70.92288494110107,44.658203125],[-70.92041015625,44.65896129608154],[-70.91552734375,44.660330295562744],[-70.91064453125,44.66161775588989],[-70.90906143188477,44.662109375],[-70.90576171875,44.66311264038086],[-70.90087890625,44.66444683074951],[-70.89599609375,44.66580152511597],[-70.89531421661377,44.666015625],[-70.89111328125,44.66723966598511],[-70.88623046875,44.66839790344238],[-70.88134765625,44.669583320617676],[-70.8802318572998,44.669921875],[-70.87646484375,44.67102527618408],[-70.87158203125,44.67232418060303],[-70.86669921875,44.67369270324707],[-70.8662748336792,44.673828125],[-70.86181640625,44.675148010253906],[-70.85693359375,44.67633056640625],[-70.85205078125,44.67755317687988],[-70.85144519805908,44.677734375],[-70.84716796875,44.678932189941406],[-70.84228515625,44.68013334274292],[-70.83740234375,44.681461811065674],[-70.83687782287598,44.681640625],[-70.83251953125,44.68304443359375],[-70.82763671875,44.684504985809326],[-70.82456588745117,44.685546875],[-70.82275390625,44.686177253723145],[-70.81787109375,44.68764543533325],[-70.81298828125,44.689054012298584],[-70.81183433532715,44.689453125],[-70.80810546875,44.69070243835449],[-70.80322265625,44.69216346740723],[-70.79954624176025,44.693359375],[-70.79833984375,44.69376802444458],[-70.79345703125,44.6951642036438],[-70.78857421875,44.696280002593994],[-70.78510284423828,44.697265625],[-70.78369140625,44.69769239425659],[-70.77880859375,44.69912672042847],[-70.77392578125,44.70036554336548],[-70.77126502990723,44.701171875],[-70.76904296875,44.701865673065186],[-70.76416015625,44.7032904624939],[-70.75927734375,44.704641342163086],[-70.75789451599121,44.705078125],[-70.75439453125,44.70614814758301],[-70.74951171875,44.70743703842163],[-70.74462890625,44.70873308181763],[-70.74380874633789,44.708984375],[-70.73974609375,44.71015119552612],[-70.73486328125,44.71132135391235],[-70.72998046875,44.71248483657837],[-70.72861194610596,44.712890625],[-70.72509765625,44.71390771865845],[-70.72021484375,44.71524381637573],[-70.71533203125,44.71671772003174],[-70.71510314941406,44.716796875],[-70.71044921875,44.718270778656006],[-70.70556640625,44.71955585479736],[-70.7017183303833,44.720703125],[-70.70068359375,44.721031665802],[-70.69580078125,44.72241735458374],[-70.69091796875,44.723556995391846],[-70.68729400634766,44.724609375],[-70.68603515625,44.725000858306885],[-70.68115234375,44.72647953033447],[-70.67626953125,44.7278037071228],[-70.67404270172119,44.728515625],[-70.67138671875,44.72937345504761],[-70.66650390625,44.73078155517578],[-70.66162109375,44.732165813446045],[-70.66082000732422,44.732421875],[-70.65673828125,44.73364067077637],[-70.65185546875,44.73485040664673],[-70.64697265625,44.73611927032471],[-70.64630508422852,44.736328125],[-70.64208984375,44.73757028579712],[-70.63720703125,44.73883104324341],[-70.63232421875,44.74021053314209],[-70.63224792480469,44.740234375],[-70.62744140625,44.74164533615112],[-70.62255859375,44.74281024932861],[-70.61767578125,44.74408006668091],[-70.61748027801514,44.744140625],[-70.61279296875,44.74547338485718],[-70.60791015625,44.74669599533081],[-70.60331344604492,44.748046875],[-70.60302734375,44.74813985824585],[-70.59814453125,44.749629974365234],[-70.59326171875,44.750842571258545],[-70.5893325805664,44.751953125],[-70.58837890625,44.752241134643555],[-70.58349609375,44.753620624542236],[-70.57861328125,44.75478458404541],[-70.57480335235596,44.755859375],[-70.57373046875,44.75618362426758],[-70.56884765625,44.757558822631836],[-70.56396484375,44.75870656967163],[-70.56004524230957,44.759765625],[-70.55908203125,44.76004600524902],[-70.55419921875,44.76136875152588],[-70.54931640625,44.76246356964111],[-70.54451942443848,44.763671875],[-70.54443359375,44.76369619369507],[-70.53955078125,44.76506519317627],[-70.53466796875,44.76625442504883],[-70.52978515625,44.76751661300659],[-70.52958488464355,44.767578125],[-70.52490234375,44.768911361694336],[-70.52001953125,44.7702431678772],[-70.51627159118652,44.771484375],[-70.51513671875,44.771883964538574],[-70.51025390625,44.773478507995605],[-70.50537109375,44.774903774261475],[-70.50386905670166,44.775390625],[-70.50048828125,44.776450634002686],[-70.49560546875,44.777729511260986],[-70.49072265625,44.779006004333496],[-70.48980236053467,44.779296875],[-70.48583984375,44.780492305755615],[-70.48095703125,44.78181219100952],[-70.47614097595215,44.783203125],[-70.47607421875,44.78322410583496],[-70.47119140625,44.78464221954346],[-70.46630859375,44.785828590393066],[-70.46181678771973,44.787109375],[-70.46142578125,44.787232875823975],[-70.45654296875,44.78873920440674],[-70.45166015625,44.790053844451904],[-70.44856071472168,44.791015625],[-70.44677734375,44.79158878326416],[-70.44189453125,44.792991161346436],[-70.43701171875,44.79424524307251],[-70.43482303619385,44.794921875],[-70.43212890625,44.795762062072754],[-70.42724609375,44.79715871810913],[-70.42236328125,44.798590660095215],[-70.42165756225586,44.798828125],[-70.41748046875,44.80014944076538],[-70.41259765625,44.80144643783569],[-70.40822982788086,44.802734375],[-70.40771484375,44.80289888381958],[-70.40283203125,44.804357051849365],[-70.39794921875,44.80561590194702],[-70.394606590271,44.806640625],[-70.39306640625,44.80713605880737],[-70.38818359375,44.80855989456177],[-70.38330078125,44.809802532196045],[-70.38084506988525,44.810546875],[-70.37841796875,44.81129455566406],[-70.37353515625,44.81264591217041],[-70.36865234375,44.81391000747681],[-70.3669023513794,44.814453125],[-70.36376953125,44.815410137176514],[-70.35888671875,44.81674814224243],[-70.35400390625,44.8181037902832],[-70.3532075881958,44.818359375],[-70.34912109375,44.81959056854248],[-70.34423828125,44.82084941864014],[-70.33935546875,44.82220792770386],[-70.33917427062988,44.822265625],[-70.33447265625,44.8236403465271],[-70.32958984375,44.82482385635376],[-70.32470703125,44.826115131378174],[-70.32452583312988,44.826171875],[-70.31982421875,44.827518463134766],[-70.31494140625,44.82872009277344],[-70.31005859375,44.83005905151367],[-70.31000137329102,44.830078125],[-70.30517578125,44.83149576187134],[-70.30029296875,44.83270263671875],[-70.29558181762695,44.833984375],[-70.29541015625,44.8340368270874],[-70.29052734375,44.8354697227478],[-70.28564453125,44.836769580841064],[-70.28205394744873,44.837890625],[-70.28076171875,44.8383150100708],[-70.27587890625,44.839733600616455],[-70.27099609375,44.840900897979736],[-70.26791095733643,44.841796875],[-70.26611328125,44.8423433303833],[-70.26123046875,44.84373092651367],[-70.25634765625,44.84495210647583],[-70.25383472442627,44.845703125],[-70.25146484375,44.84642457962036],[-70.24658203125,44.84774875640869],[-70.24169921875,44.84893274307251],[-70.23938179016113,44.849609375],[-70.23681640625,44.85036563873291],[-70.23193359375,44.851683139801025],[-70.22705078125,44.852924823760986],[-70.22510528564453,44.853515625],[-70.22216796875,44.854398250579834],[-70.21728515625,44.8556809425354],[-70.21240234375,44.85690402984619],[-70.2106761932373,44.857421875],[-70.20751953125,44.858352184295654],[-70.20263671875,44.85961675643921],[-70.19775390625,44.860867500305176],[-70.19627571105957,44.861328125],[-70.19287109375,44.862361431121826],[-70.18798828125,44.863670349121094],[-70.18310546875,44.86500406265259],[-70.18237590789795,44.865234375],[-70.17822265625,44.86646795272827],[-70.17333984375,44.86770057678223],[-70.16845703125,44.869019985198975],[-70.16808032989502,44.869140625],[-70.16357421875,44.87047052383423],[-70.15869140625,44.87171125411987],[-70.15401363372803,44.873046875],[-70.15380859375,44.87311124801636],[-70.14892578125,44.87455463409424],[-70.14404296875,44.87576770782471],[-70.13994693756104,44.876953125],[-70.13916015625,44.87719964981079],[-70.13427734375,44.87861967086792],[-70.12939453125,44.87981367111206],[-70.12581825256348,44.880859375],[-70.12451171875,44.881264209747314],[-70.11962890625,44.882659912109375],[-70.11474609375,44.883841037750244],[-70.1115894317627,44.884765625],[-70.10986328125,44.885294914245605],[-70.10498046875,44.88667297363281],[-70.10009765625,44.8878698348999],[-70.09737014770508,44.888671875],[-70.09521484375,44.88932466506958],[-70.09033203125,44.89066553115845],[-70.08544921875,44.89186954498291],[-70.08306503295898,44.892578125],[-70.08056640625,44.8933310508728],[-70.07568359375,44.89464855194092],[-70.07080078125,44.89586067199707],[-70.06871700286865,44.896484375],[-70.06591796875,44.89732265472412],[-70.06103515625,44.898624420166016],[-70.05615234375,44.899855613708496],[-70.05438327789307,44.900390625],[-70.05126953125,44.90131664276123],[-70.04638671875,44.90259838104248],[-70.04150390625,44.90384817123413],[-70.04003524780273,44.904296875],[-70.03662109375,44.90530824661255],[-70.03173828125,44.90657043457031],[-70.02685546875,44.90783739089966],[-70.02566814422607,44.908203125],[-70.02197265625,44.90928936004639],[-70.01708984375,44.91051721572876],[-70.01220703125,44.91177320480347],[-70.0111198425293,44.912109375],[-70.00732421875,44.91323280334473],[-70.00244140625,44.91446828842163],[-69.99755859375,44.915714740753174],[-69.99655723571777,44.916015625],[-69.99267578125,44.91712236404419],[-69.98779296875,44.91832876205444],[-69.98291015625,44.91960525512695],[-69.98190402984619,44.919921875],[-69.97802734375,44.92108345031738],[-69.97314453125,44.922322273254395],[-69.96826171875,44.92360067367554],[-69.96753692626953,44.923828125],[-69.96337890625,44.92505693435669],[-69.95849609375,44.9263482093811],[-69.95371341705322,44.927734375],[-69.95361328125,44.92776679992676],[-69.94873046875,44.92918300628662],[-69.94384765625,44.93031120300293],[-69.93896484375,44.93153715133667],[-69.9386215209961,44.931640625],[-69.93408203125,44.93290853500366],[-69.92919921875,44.93409299850464],[-69.92431640625,44.9354190826416],[-69.92392539978027,44.935546875],[-69.91943359375,44.936899185180664],[-69.91455078125,44.93815517425537],[-69.91004943847656,44.939453125],[-69.90966796875,44.93957281112671],[-69.90478515625,44.940999031066895],[-69.89990234375,44.94218635559082],[-69.89580154418945,44.943359375],[-69.89501953125,44.943602085113525],[-69.89013671875,44.945030212402344],[-69.88525390625,44.946245193481445],[-69.8818302154541,44.947265625],[-69.88037109375,44.94772434234619],[-69.87548828125,44.94911336898804],[-69.87060546875,44.95026731491089],[-69.86743450164795,44.951171875],[-69.86572265625,44.95168209075928],[-69.86083984375,44.95302152633667],[-69.85595703125,44.954155921936035],[-69.85270977020264,44.955078125],[-69.85107421875,44.95556592941284],[-69.84619140625,44.95689630508423],[-69.84130859375,44.95800065994263],[-69.83778953552246,44.958984375],[-69.83642578125,44.95938968658447],[-69.83154296875,44.96075487136841],[-69.82666015625,44.96189546585083],[-69.8231554031372,44.962890625],[-69.82177734375,44.96330499649048],[-69.81689453125,44.964672565460205],[-69.81201171875,44.96583366394043],[-69.80870723724365,44.966796875],[-69.80712890625,44.96728229522705],[-69.80224609375,44.96864652633667],[-69.79736328125,44.969786167144775],[-69.79413986206055,44.970703125],[-69.79248046875,44.97119903564453],[-69.78759765625,44.97253608703613],[-69.78271484375,44.9736533164978],[-69.77930545806885,44.974609375],[-69.77783203125,44.97504711151123],[-69.77294921875,44.97640562057495],[-69.76806640625,44.97756004333496],[-69.76475715637207,44.978515625],[-69.76318359375,44.97899293899536],[-69.75830078125,44.98036432266235],[-69.75341796875,44.98153591156006],[-69.75036144256592,44.982421875],[-69.74853515625,44.98297119140625],[-69.74365234375,44.98428440093994],[-69.73876953125,44.98538875579834],[-69.73544120788574,44.986328125],[-69.73388671875,44.98679208755493],[-69.72900390625,44.988160610198975],[-69.72412109375,44.98933124542236],[-69.72100257873535,44.990234375],[-69.71923828125,44.99076747894287],[-69.71435546875,44.99210739135742],[-69.70947265625,44.99327325820923],[-69.7065019607544,44.994140625],[-69.70458984375,44.99472093582153],[-69.69970703125,44.996044635772705],[-69.69482421875,44.99716901779175],[-69.69170093536377,44.998046875],[-69.68994140625,44.998563289642334],[-69.68505859375,44.99987554550171],[-69.68017578125,45.000993728637695],[-69.67682838439941,45.001953125],[-69.67529296875,45.002418994903564],[-69.67041015625,45.003803730010986],[-69.66552734375,45.00496292114258],[-69.6623420715332,45.005859375],[-69.66064453125,45.0063591003418],[-69.65576171875,45.007681369781494],[-69.65087890625,45.00884389877319],[-69.64775562286377,45.009765625],[-69.64599609375,45.01030874252319],[-69.64111328125,45.01166820526123],[-69.63623046875,45.01282072067261],[-69.63324546813965,45.013671875],[-69.63134765625,45.014233112335205],[-69.62646484375,45.015554904937744],[-69.62158203125,45.01671123504639],[-69.61860656738281,45.017578125],[-69.61669921875,45.018155097961426],[-69.61181640625,45.01949214935303],[-69.60693359375,45.02064752578735],[-69.60405826568604,45.021484375],[-69.60205078125,45.02208995819092],[-69.59716796875,45.023441791534424],[-69.59228515625,45.02463674545288],[-69.58971500396729,45.025390625],[-69.58740234375,45.02608013153076],[-69.58251953125,45.0273756980896],[-69.57763671875,45.028525829315186],[-69.57495212554932,45.029296875],[-69.57275390625,45.029942989349365],[-69.56787109375,45.0312180519104],[-69.56298828125,45.03231334686279],[-69.55983638763428,45.033203125],[-69.55810546875,45.03371524810791],[-69.55322265625,45.035062313079834],[-69.54833984375,45.03620529174805],[-69.5451831817627,45.037109375],[-69.54345703125,45.03762769699097],[-69.53857421875,45.03897190093994],[-69.53369140625,45.04011678695679],[-69.53057765960693,45.041015625],[-69.52880859375,45.041550159454346],[-69.52392578125,45.04289722442627],[-69.51904296875,45.044034481048584],[-69.51591491699219,45.044921875],[-69.51416015625,45.04544115066528],[-69.50927734375,45.04676294326782],[-69.50439453125,45.04787349700928],[-69.50101852416992,45.048828125],[-69.49951171875,45.04927921295166],[-69.49462890625,45.05065202713013],[-69.48974609375,45.05181360244751],[-69.48655128479004,45.052734375],[-69.48486328125,45.05324363708496],[-69.47998046875,45.05457878112793],[-69.47509765625,45.055705070495605],[-69.47182178497314,45.056640625],[-69.47021484375,45.0571231842041],[-69.46533203125,45.0584602355957],[-69.46044921875,45.0595498085022],[-69.45673942565918,45.060546875],[-69.45556640625,45.06088447570801],[-69.45068359375,45.06221532821655],[-69.44580078125,45.06334829330444],[-69.44187641143799,45.064453125],[-69.44091796875,45.06474304199219],[-69.43603515625,45.06612539291382],[-69.43115234375,45.067267417907715],[-69.42728519439697,45.068359375],[-69.42626953125,45.068668842315674],[-69.42138671875,45.07005739212036],[-69.41650390625,45.071205615997314],[-69.41277027130127,45.072265625],[-69.41162109375,45.07261371612549],[-69.40673828125,45.0739803314209],[-69.40185546875,45.07509231567383],[-69.39793586730957,45.076171875],[-69.39697265625,45.07645893096924],[-69.39208984375,45.07783222198486],[-69.38720703125,45.07896661758423],[-69.38315868377686,45.080078125],[-69.38232421875,45.080326080322266],[-69.37744140625,45.081698417663574],[-69.37255859375,45.0828595161438],[-69.36858177185059,45.083984375],[-69.36767578125,45.08426094055176],[-69.36279296875,45.08563041687012],[-69.35791015625,45.08674955368042],[-69.35366630554199,45.087890625],[-69.35302734375,45.088078022003174],[-69.34814453125,45.08942794799805],[-69.34326171875,45.09054756164551],[-69.33859348297119,45.091796875],[-69.33837890625,45.09185981750488],[-69.33349609375,45.09323787689209],[-69.32861328125,45.09436655044556],[-69.32373046875,45.09565210342407],[-69.32356834411621,45.095703125],[-69.31884765625,45.09706163406372],[-69.31396484375,45.09823513031006],[-69.30908203125,45.09954357147217],[-69.30887222290039,45.099609375],[-69.30419921875,45.100943088531494],[-69.29931640625,45.10206651687622],[-69.29443359375,45.10327625274658],[-69.29364681243896,45.103515625],[-69.28955078125,45.10468816757202],[-69.28466796875,45.10587215423584],[-69.27978515625,45.10709238052368],[-69.27869319915771,45.107421875],[-69.27490234375,45.10851430892944],[-69.27001953125,45.10972595214844],[-69.26513671875,45.11096811294556],[-69.26395416259766,45.111328125],[-69.26025390625,45.11240768432617],[-69.25537109375,45.11361503601074],[-69.25048828125,45.11482810974121],[-69.2491340637207,45.115234375],[-69.24560546875,45.11625528335571],[-69.24072265625,45.11746835708618],[-69.23583984375,45.11867427825928],[-69.23428535461426,45.119140625],[-69.23095703125,45.120110511779785],[-69.22607421875,45.12133169174194],[-69.22119140625,45.12251615524292],[-69.21940326690674,45.123046875],[-69.21630859375,45.12394952774048],[-69.21142578125,45.12518787384033],[-69.20654296875,45.12636089324951],[-69.20452117919922,45.126953125],[-69.20166015625,45.12778425216675],[-69.19677734375,45.12902116775513],[-69.19189453125,45.13016128540039],[-69.18948650360107,45.130859375],[-69.18701171875,45.13158416748047],[-69.18212890625,45.13285827636719],[-69.17724609375,45.134000301361084],[-69.17459011077881,45.134765625],[-69.17236328125,45.135422229766846],[-69.16748046875,45.136706829071045],[-69.16259765625,45.13782739639282],[-69.1596269607544,45.138671875],[-69.15771484375,45.13923501968384],[-69.15283203125,45.14054250717163],[-69.14794921875,45.14165639877319],[-69.14469242095947,45.142578125],[-69.14306640625,45.14306163787842],[-69.13818359375,45.14439868927002],[-69.13330078125,45.14552116394043],[-69.1299057006836,45.146484375],[-69.12841796875,45.146931648254395],[-69.12353515625,45.14828109741211],[-69.11865234375,45.14938926696777],[-69.11501407623291,45.150390625],[-69.11376953125,45.1507568359375],[-69.10888671875,45.152098178863525],[-69.10400390625,45.1532096862793],[-69.10001277923584,45.154296875],[-69.09912109375,45.15455865859985],[-69.09423828125,45.15590715408325],[-69.08935546875,45.15701341629028],[-69.08484935760498,45.158203125],[-69.08447265625,45.158313274383545],[-69.07958984375,45.15967655181885],[-69.07470703125,45.160813331604004],[-69.06982421875,45.162102699279785],[-69.06980514526367,45.162109375],[-69.06494140625,45.16348457336426],[-69.06005859375,45.16462469100952],[-69.05517578125,45.165863037109375],[-69.0546703338623,45.166015625],[-69.05029296875,45.1672477722168],[-69.04541015625,45.168399810791016],[-69.04052734375,45.169591426849365],[-69.0394115447998,45.169921875],[-69.03564453125,45.170982360839844],[-69.03076171875,45.17214822769165],[-69.02587890625,45.17328596115112],[-69.02400016784668,45.173828125],[-69.02099609375,45.174684047698975],[-69.01611328125,45.175902366638184],[-69.01123046875,45.177035331726074],[-69.00879859924316,45.177734375],[-69.00634765625,45.17844820022583],[-69.00146484375,45.179715156555176],[-68.99658203125,45.18085527420044],[-68.99385452270508,45.181640625],[-68.99169921875,45.1822772026062],[-68.98681640625,45.18356800079346],[-68.98193359375,45.18469858169556],[-68.97895336151123,45.185546875],[-68.97705078125,45.186108112335205],[-68.97216796875,45.187406063079834],[-68.96728515625,45.18851709365845],[-68.9639949798584,45.189453125],[-68.96240234375,45.18993043899536],[-68.95751953125,45.19127082824707],[-68.95263671875,45.192386627197266],[-68.94914627075195,45.193359375],[-68.94775390625,45.19377088546753],[-68.94287109375,45.19509220123291],[-68.93798828125,45.1961669921875],[-68.93385410308838,45.197265625],[-68.93310546875,45.197482109069824],[-68.92822265625,45.1988205909729],[-68.92333984375,45.19991588592529],[-68.91854763031006,45.201171875],[-68.91845703125,45.2011981010437],[-68.91357421875,45.2025728225708],[-68.90869140625,45.203694343566895],[-68.90380859375,45.20493793487549],[-68.90335083007812,45.205078125],[-68.89892578125,45.206336975097656],[-68.89404296875,45.20749521255493],[-68.88916015625,45.20871829986572],[-68.88827800750732,45.208984375],[-68.88427734375,45.21011924743652],[-68.87939453125,45.21128273010254],[-68.87451171875,45.21245622634888],[-68.87303829193115,45.212890625],[-68.86962890625,45.213862895965576],[-68.86474609375,45.21506071090698],[-68.85986328125,45.21620845794678],[-68.85783195495605,45.216796875],[-68.85498046875,45.21761608123779],[-68.85009765625,45.21884870529175],[-68.84521484375,45.21998405456543],[-68.84270191192627,45.220703125],[-68.84033203125,45.22139120101929],[-68.83544921875,45.22264528274536],[-68.83056640625,45.2237434387207],[-68.8274621963501,45.224609375],[-68.82568359375,45.225125789642334],[-68.82080078125,45.226396560668945],[-68.81591796875,45.22742319107056],[-68.81162166595459,45.228515625],[-68.81103515625,45.228678703308105],[-68.80615234375,45.22999572753906],[-68.80126953125,45.23108959197998],[-68.79638671875,45.232343673706055],[-68.79613399505615,45.232421875],[-68.79150390625,45.23372793197632],[-68.78662109375,45.23486042022705],[-68.78173828125,45.236083030700684],[-68.78093242645264,45.236328125],[-68.77685546875,45.237492084503174],[-68.77197265625,45.23866415023804],[-68.76708984375,45.23988389968872],[-68.76593112945557,45.240234375],[-68.76220703125,45.24130868911743],[-68.75244140625,45.243667125701904],[-68.7508487701416,45.244140625],[-68.74755859375,45.245094299316406],[-68.74267578125,45.2463116645813],[-68.73779296875,45.24748754501343],[-68.73589038848877,45.248046875],[-68.73291015625,45.24891185760498],[-68.72802734375,45.2501277923584],[-68.72314453125,45.25126028060913],[-68.72074604034424,45.251953125],[-68.71826171875,45.25267839431763],[-68.71337890625,45.25393056869507],[-68.70849609375,45.255043506622314],[-68.70562553405762,45.255859375],[-68.70361328125,45.2564492225647],[-68.69873046875,45.25772953033447],[-68.69384765625,45.25881385803223],[-68.69038105010986,45.259765625],[-68.68896484375,45.26017761230469],[-68.68408203125,45.26148462295532],[-68.67919921875,45.262553691864014],[-68.67491245269775,45.263671875],[-68.67431640625,45.26384210586548],[-68.66943359375,45.2651686668396],[-68.66455078125,45.26625871658325],[-68.65966796875,45.267497062683105],[-68.6594009399414,45.267578125],[-68.65478515625,45.26886606216431],[-68.64990234375,45.26998710632324],[-68.64501953125,45.271172523498535],[-68.64396572113037,45.271484375],[-68.64013671875,45.27256107330322],[-68.63525390625,45.27371644973755],[-68.63037109375,45.274864196777344],[-68.62855911254883,45.275390625],[-68.62548828125,45.27626848220825],[-68.62060546875,45.277464389801025],[-68.61572265625,45.27857446670532],[-68.61318588256836,45.279296875],[-68.61083984375,45.27997541427612],[-68.60595703125,45.28121995925903],[-68.60107421875,45.282301902770996],[-68.59785079956055,45.283203125],[-68.59619140625,45.28368854522705],[-68.59130859375,45.28498935699463],[-68.58642578125,45.28603982925415],[-68.5822343826294,45.287109375],[-68.58154296875,45.287301540374756],[-68.57666015625,45.28858423233032],[-68.57177734375,45.289631843566895],[-68.56689453125,45.29082107543945],[-68.56625556945801,45.291015625],[-68.56201171875,45.29221963882446],[-68.55712890625,45.293381690979004],[-68.55224609375,45.29458951950073],[-68.5511302947998,45.294921875],[-68.54736328125,45.29599046707153],[-68.54248046875,45.29714822769165],[-68.53759765625,45.298298358917236],[-68.53577613830566,45.298828125],[-68.53271484375,45.299702644348145],[-68.52783203125,45.30089235305786],[-68.52294921875,45.30198383331299],[-68.52025985717773,45.302734375],[-68.51806640625,45.30335807800293],[-68.51318359375,45.304579734802246],[-68.50830078125,45.305596351623535],[-68.50428104400635,45.306640625],[-68.50341796875,45.306883811950684],[-68.49853515625,45.308210372924805],[-68.49365234375,45.3093056678772],[-68.48877906799316,45.310546875],[-68.48876953125,45.31054925918579],[-68.48388671875,45.311869621276855],[-68.47900390625,45.31295299530029],[-68.47412109375,45.314133167266846],[-68.47304821014404,45.314453125],[-68.46923828125,45.31553554534912],[-68.46435546875,45.31668949127197],[-68.45947265625,45.317840576171875],[-68.45770359039307,45.318359375],[-68.45458984375,45.31925392150879],[-68.44970703125,45.32046031951904],[-68.44482421875,45.32160043716431],[-68.4425163269043,45.322265625],[-68.43994140625,45.32301092147827],[-68.43505859375,45.324238777160645],[-68.43017578125,45.32534170150757],[-68.42724323272705,45.326171875],[-68.42529296875,45.32674264907837],[-68.42041015625,45.32800912857056],[-68.41552734375,45.32904577255249],[-68.41146469116211,45.330078125],[-68.41064453125,45.33030366897583],[-68.40576171875,45.33157777786255],[-68.40087890625,45.332619190216064],[-68.39599609375,45.33375263214111],[-68.39518070220947,45.333984375],[-68.39111328125,45.33507490158081],[-68.38623046875,45.336183071136475],[-68.38134765625,45.33729410171509],[-68.37928771972656,45.337890625],[-68.37646484375,45.33870458602905],[-68.37158203125,45.339930057525635],[-68.36669921875,45.3410587310791],[-68.36411476135254,45.341796875],[-68.36181640625,45.34246253967285],[-68.35693359375,45.34370470046997],[-68.35205078125,45.34478569030762],[-68.34874153137207,45.345703125],[-68.34716796875,45.34616231918335],[-68.34228515625,45.34745788574219],[-68.33740234375,45.3485164642334],[-68.33323001861572,45.349609375],[-68.33251953125,45.349812030792236],[-68.32763671875,45.35113859176636],[-68.32275390625,45.35222387313843],[-68.31787109375,45.35345792770386],[-68.31768035888672,45.353515625],[-68.31298828125,45.35480499267578],[-68.30810546875,45.3558988571167],[-68.30322265625,45.35704755783081],[-68.30193996429443,45.357421875],[-68.29833984375,45.35842800140381],[-68.29345703125,45.35958290100098],[-68.28857421875,45.36069297790527],[-68.28633785247803,45.361328125],[-68.28369140625,45.3620810508728],[-68.27880859375,45.3632926940918],[-68.27392578125,45.36437368392944],[-68.27084064483643,45.365234375],[-68.26904296875,45.365756034851074],[-68.26416015625,45.36703014373779],[-68.25927734375,45.368080139160156],[-68.25527667999268,45.369140625],[-68.25439453125,45.369394302368164],[-68.24951171875,45.37070894241333],[-68.24462890625,45.37174415588379],[-68.23974609375,45.372899532318115],[-68.2392406463623,45.373046875],[-68.23486328125,45.37423276901245],[-68.22998046875,45.375349044799805],[-68.22509765625,45.376500606536865],[-68.22355270385742,45.376953125],[-68.22021484375,45.37790250778198],[-68.21533203125,45.379085540771484],[-68.21044921875,45.38019943237305],[-68.20810317993164,45.380859375],[-68.20556640625,45.38157558441162],[-68.20068359375,45.38276767730713],[-68.19580078125,45.38379430770874],[-68.19213390350342,45.384765625],[-68.19091796875,45.385108947753906],[-68.18603515625,45.38639688491821],[-68.18115234375,45.387442111968994],[-68.17626953125,45.38866710662842],[-68.17625522613525,45.388671875],[-68.17138671875,45.39000415802002],[-68.16650390625,45.39109802246094],[-68.16162109375,45.3922643661499],[-68.16054344177246,45.392578125],[-68.15673828125,45.393630504608154],[-68.15185546875,45.39475202560425],[-68.14697265625,45.3958306312561],[-68.14462661743164,45.396484375],[-68.14208984375,45.39719486236572],[-68.13720703125,45.398385524749756],[-68.13232421875,45.39940547943115],[-68.12854766845703,45.400390625],[-68.12744140625,45.400700092315674],[-68.12255859375,45.40198516845703],[-68.11767578125,45.40304517745972],[-68.11279296875,45.40428876876831],[-68.11276435852051,45.404296875],[-68.10791015625,45.405632972717285],[-68.10302734375,45.40672063827515],[-68.09814453125,45.40787935256958],[-68.0970287322998,45.408203125],[-68.09326171875,45.40924310684204],[-68.08837890625,45.410354137420654],[-68.08349609375,45.41140556335449],[-68.08093547821045,45.412109375],[-68.07861328125,45.412757396698],[-68.07373046875,45.41395902633667],[-68.06884765625,45.41496515274048],[-68.06473731994629,45.416015625],[-68.06396484375,45.41623067855835],[-68.05908203125,45.41752338409424],[-68.05419921875,45.41856622695923],[-68.04931640625,45.41973829269409],[-68.04869651794434,45.419921875],[-68.04443359375,45.42110013961792],[-68.03955078125,45.42223072052002],[-68.03466796875,45.423381328582764],[-68.03310871124268,45.423828125],[-68.02978515625,45.42474889755249],[-68.02490234375,45.42588806152344],[-68.02001953125,45.426971435546875],[-68.01733016967773,45.427734375],[-68.01513671875,45.42836952209473],[-68.01025390625,45.429614543914795],[-68.00537109375,45.43070316314697],[-68.00204277038574,45.431640625],[-68.00048828125,45.43210029602051],[-67.99560546875,45.43339681625366],[-67.99072265625,45.434428215026855],[-67.98628330230713,45.435546875],[-67.98583984375,45.435670375823975],[-67.98095703125,45.43697118759155],[-67.97607421875,45.438024044036865],[-67.97119140625,45.43917989730835],[-67.97025680541992,45.439453125],[-67.96630859375,45.4405403137207],[-67.96142578125,45.441650390625],[-67.95654296875,45.442726612091064],[-67.95427799224854,45.443359375],[-67.95166015625,45.444090843200684],[-67.94677734375,45.44528579711914],[-67.94189453125,45.44634675979614],[-67.9385757446289,45.447265625],[-67.93701171875,45.44771957397461],[-67.93212890625,45.4489951133728],[-67.92724609375,45.4500093460083],[-67.9226303100586,45.451171875],[-67.92236328125,45.45124673843384],[-67.91748046875,45.452571392059326],[-67.91259765625,45.45364046096802],[-67.90771484375,45.454816818237305],[-67.90682792663574,45.455078125],[-67.90283203125,45.45618915557861],[-67.89794921875,45.457297801971436],[-67.89306640625,45.45839023590088],[-67.89096355438232,45.458984375],[-67.88818359375,45.45976638793945],[-67.88330078125,45.460949420928955],[-67.87841796875,45.46200466156006],[-67.87519931793213,45.462890625],[-67.87353515625,45.46336841583252],[-67.86865234375,45.4646258354187],[-67.86376953125,45.46562194824219],[-67.85896301269531,45.466796875],[-67.85888671875,45.4668173789978],[-67.85400390625,45.468119621276855],[-67.84912109375,45.469162464141846],[-67.84423828125,45.470271587371826],[-67.84274101257324,45.470703125],[-67.83935546875,45.471649169921875],[-67.83447265625,45.472798347473145],[-67.82958984375,45.473875999450684],[-67.82697200775146,45.474609375],[-67.82470703125,45.47525358200073],[-67.81982421875,45.4764723777771],[-67.81494140625,45.47750473022461],[-67.81107902526855,45.478515625],[-67.81005859375,45.4788031578064],[-67.80517578125,45.480074882507324],[-67.80029296875,45.48108625411987],[-67.79541015625,45.48223114013672],[-67.79475212097168,45.482421875],[-67.79052734375,45.48356103897095],[-67.78564453125,45.48463821411133],[-67.78076171875,45.48571443557739],[-67.7785873413086,45.486328125],[-67.77587890625,45.487091064453125],[-67.77099609375,45.488274574279785],[-67.76611328125,45.48931360244751],[-67.76268482208252,45.490234375],[-67.76123046875,45.49064540863037],[-67.75634765625,45.49189805984497],[-67.75146484375,45.492894649505615],[-67.74658203125,45.49407482147217],[-67.74635791778564,45.494140625],[-67.74169921875,45.495402812957764],[-67.73681640625,45.496469497680664],[-67.73193359375,45.49757766723633],[-67.73029327392578,45.498046875],[-67.72705078125,45.49895143508911],[-67.72216796875,45.50009298324585],[-67.71728515625,45.50113821029663],[-67.71432399749756,45.501953125],[-67.71240234375,45.50249767303467],[-67.70751953125,45.5037317276001],[-67.70263671875,45.50474262237549],[-67.69824504852295,45.505859375],[-67.69775390625,45.50599718093872],[-67.69287109375,45.50729322433472],[-67.68798828125,45.50831174850464],[-67.68310546875,45.509421825408936],[-67.68190860748291,45.509765625],[-67.67822265625,45.51077938079834],[-67.67333984375,45.511905670166016],[-67.66845703125,45.513004302978516],[-67.66612529754639,45.513671875],[-67.66357421875,45.51440477371216],[-67.65869140625,45.51561641693115],[-67.65380859375,45.51668071746826],[-67.65054702758789,45.517578125],[-67.64892578125,45.51804447174072],[-67.64404296875,45.519291400909424],[-67.63916015625,45.52025890350342],[-67.63427734375,45.52139902114868],[-67.63398170471191,45.521484375],[-67.62939453125,45.52270269393921],[-67.62451171875,45.52374982833862],[-67.61962890625,45.52481651306152],[-67.61757850646973,45.525390625],[-67.61474609375,45.52617692947388],[-67.60986328125,45.52732610702515],[-67.60498046875,45.52832269668579],[-67.60122776031494,45.529296875],[-67.60009765625,45.52961015701294],[-67.59521484375,45.530860900878906],[-67.59033203125,45.53184223175049],[-67.58544921875,45.53295373916626],[-67.58458137512207,45.533203125],[-67.58056640625,45.53428792953491],[-67.57568359375,45.535375118255615],[-67.57080078125,45.53645086288452],[-67.56847381591797,45.537109375],[-67.56591796875,45.53783655166626],[-67.56103515625,45.53903293609619],[-67.55615234375,45.54008388519287],[-67.55274295806885,45.541015625],[-67.55126953125,45.541439056396484],[-67.54638671875,45.54269742965698],[-67.54150390625,45.54367780685425],[-67.53662109375,45.544827461242676],[-67.53629684448242,45.544921875],[-67.53173828125,45.546141624450684],[-67.52685546875,45.54719591140747],[-67.52197265625,45.54828071594238],[-67.52005100250244,45.548828125],[-67.51708984375,45.54965782165527],[-67.51220703125,45.55081367492676],[-67.50732421875,45.55184745788574],[-67.50407695770264,45.552734375],[-67.50244140625,45.55320119857788],[-67.49755859375,45.554450035095215],[-67.49267578125,45.55543041229248],[-67.48779296875,45.556594371795654],[-67.4876356124878,45.556640625],[-67.48291015625,45.557899475097656],[-67.47802734375,45.558939933776855],[-67.47314453125,45.56001138687134],[-67.47124195098877,45.560546875],[-67.46826171875,45.561373233795166],[-67.46337890625,45.56252384185791],[-67.45849609375,45.56355428695679],[-67.4551773071289,45.564453125],[-67.45361328125,45.56489610671997],[-67.44873046875,45.5661358833313],[-67.44384765625,45.567102909088135],[-67.43896484375,45.56824350357056],[-67.43856906890869,45.568359375],[-67.43408203125,45.56956434249878],[-67.42919921875,45.57062292098999],[-67.42431640625,45.57169151306152],[-67.42226123809814,45.572265625],[-67.41943359375,45.573049545288086],[-67.41455078125,45.57420015335083],[-67.40966796875,45.57520246505737],[-67.40592956542969,45.576171875],[-67.40478515625,45.57648944854736],[-67.39990234375,45.57772254943848],[-67.39501953125,45.578675746917725],[-67.39013671875,45.57974052429199],[-67.38893508911133,45.580078125],[-67.38525390625,45.5810661315918],[-67.38037109375,45.582151889801025],[-67.37548828125,45.583176136016846],[-67.37253189086914,45.583984375],[-67.37060546875,45.58452796936035],[-67.36572265625,45.58572435379028],[-67.36083984375,45.5866641998291],[-67.35595703125,45.58782720565796],[-67.35574722290039,45.587890625],[-67.35107421875,45.58917236328125],[-67.34619140625,45.59026050567627],[-67.34130859375,45.591410636901855],[-67.33997344970703,45.591796875],[-67.33642578125,45.59278059005737],[-67.33154296875,45.593881607055664],[-67.32666015625,45.594908714294434],[-67.32375144958496,45.595703125],[-67.32177734375,45.59625768661499],[-67.31689453125,45.59746837615967],[-67.31201171875,45.5984411239624],[-67.30722904205322,45.599609375],[-67.30712890625,45.59963655471802],[-67.30224609375,45.60093450546265],[-67.29736328125,45.60194683074951],[-67.29248046875,45.602988719940186],[-67.29057312011719,45.603515625],[-67.28759765625,45.60432291030884],[-67.28271484375,45.60545539855957],[-67.27783203125,45.60646295547485],[-67.27421760559082,45.607421875],[-67.27294921875,45.60777950286865],[-67.26806640625,45.60902452468872],[-67.26318359375,45.609986782073975],[-67.25830078125,45.61108589172363],[-67.2574520111084,45.611328125],[-67.25341796875,45.61241340637207],[-67.24853515625,45.61349058151245],[-67.24365234375,45.61454391479492],[-67.24117279052734,45.615234375],[-67.23876953125,45.6159086227417],[-67.23388671875,45.61709022521973],[-67.22900390625,45.618074893951416],[-67.22475528717041,45.619140625],[-67.22412109375,45.61931371688843],[-67.21923828125,45.62057638168335],[-67.21435546875,45.62156867980957],[-67.20947265625,45.622650146484375],[-67.20807552337646,45.623046875],[-67.20458984375,45.62399768829346],[-67.19970703125,45.625107765197754],[-67.19482421875,45.626147747039795],[-67.19190120697021,45.626953125],[-67.18994140625,45.627509117126465],[-67.18505859375,45.628718852996826],[-67.18017578125,45.629671573638916],[-67.17529296875,45.63081216812134],[-67.17512607574463,45.630859375],[-67.17041015625,45.632089614868164],[-67.16552734375,45.633103370666504],[-67.16064453125,45.634135246276855],[-67.15838432312012,45.634765625],[-67.15576171875,45.635498046875],[-67.15087890625,45.636682987213135],[-67.14599609375,45.6377158164978],[-67.14240550994873,45.638671875],[-67.14111328125,45.63903617858887],[-67.13623046875,45.64028024673462],[-67.13134765625,45.641244888305664],[-67.12646484375,45.64234972000122],[-67.1256685256958,45.642578125],[-67.12158203125,45.643677711486816],[-67.11669921875,45.64474964141846],[-67.11181640625,45.64579105377197],[-67.1092939376831,45.646484375],[-67.10693359375,45.64713954925537],[-67.10205078125,45.64830827713013],[-67.09716796875,45.64925146102905],[-67.09231376647949,45.650390625],[-67.09228515625,45.65039873123169],[-67.08740234375,45.65165901184082],[-67.08251953125,45.652663707733154],[-67.07763671875,45.65370321273804],[-67.07549571990967,45.654296875],[-67.07275390625,45.65505409240723],[-67.06787109375,45.65619659423828],[-67.06298828125,45.65716552734375],[-67.05881595611572,45.658203125],[-67.05810546875,45.658395767211914],[-67.05322265625,45.65963268280029],[-67.04833984375,45.66059970855713],[-67.04345703125,45.661656856536865],[-67.04184055328369,45.662109375],[-67.03857421875,45.66299772262573],[-67.03369140625,45.66407871246338],[-67.02880859375,45.66502571105957],[-67.0249605178833,45.666015625],[-67.02392578125,45.666301250457764],[-67.01904296875,45.66757774353027],[-67.01416015625,45.6685996055603],[-67.00927734375,45.669777393341064],[-67.00878620147705,45.669921875],[-67.00439453125,45.67110872268677],[-66.99951171875,45.67214918136597],[-66.99462890625,45.67318820953369],[-66.99231624603271,45.673828125],[-66.98974609375,45.67453956604004],[-66.98486328125,45.67569589614868],[-66.97998046875,45.676663398742676],[-66.97565078735352,45.677734375],[-66.97509765625,45.677884101867676],[-66.97021484375,45.679142475128174],[-66.96533203125,45.68013000488281],[-66.96044921875,45.68118906021118],[-66.95883274078369,45.681640625],[-66.95556640625,45.682528018951416],[-66.95068359375,45.68363666534424],[-66.94580078125,45.684643268585205],[-66.9424057006836,45.685546875],[-66.94091796875,45.68596315383911],[-66.93603515625,45.68717956542969],[-66.93115234375,45.688106536865234],[-66.92626953125,45.68916034698486],[-66.92521572113037,45.689453125],[-66.92138671875,45.69046115875244],[-66.91650390625,45.69151496887207],[-66.91162109375,45.69251108169556],[-66.90849781036377,45.693359375],[-66.90673828125,45.69385576248169],[-66.90185546875,45.6950740814209],[-66.89697265625,45.69601488113403],[-66.89208984375,45.697134494781494],[-66.89163208007812,45.697265625],[-66.88720703125,45.6984338760376],[-66.88232421875,45.69945812225342],[-66.87744140625,45.700480461120605],[-66.87493801116943,45.701171875],[-66.87255859375,45.701836585998535],[-66.86767578125,45.70301008224487],[-66.86279296875,45.703978538513184],[-66.85832023620605,45.705078125],[-66.85791015625,45.70518922805786],[-66.85302734375,45.70644664764404],[-66.84814453125,45.707419872283936],[-66.84326171875,45.70844793319702],[-66.8413257598877,45.708984375],[-66.83837890625,45.70978832244873],[-66.83349609375,45.710915088653564],[-66.82861328125,45.711904525756836],[-66.82481288909912,45.712890625],[-66.82373046875,45.71319103240967],[-66.81884765625,45.71443033218384],[-66.81396484375,45.71538543701172],[-66.80908203125,45.71645212173462],[-66.80785179138184,45.716796875],[-66.80419921875,45.7177734375],[-66.79931640625,45.71884250640869],[-66.79443359375,45.71984052658081],[-66.79123401641846,45.720703125],[-66.78955078125,45.72117519378662],[-66.78466796875,45.722383975982666],[-66.77978515625,45.72330045700073],[-66.77490234375,45.724364280700684],[-66.77402973175049,45.724609375],[-66.77001953125,45.72566795349121],[-66.76513671875,45.72671937942505],[-66.76025390625,45.72773313522339],[-66.75739288330078,45.728515625],[-66.75537109375,45.72908401489258],[-66.75048828125,45.730276107788086],[-66.74560546875,45.73121500015259],[-66.74072265625,45.732346057891846],[-66.7404556274414,45.732421875],[-66.73583984375,45.73362922668457],[-66.73095703125,45.73463678359985],[-66.72607421875,45.735647201538086],[-66.7235803604126,45.736328125],[-66.72119140625,45.73698663711548],[-66.71630859375,45.73814010620117],[-66.71142578125,45.739076137542725],[-66.70654773712158,45.740234375],[-66.70654296875,45.740235805511475],[-66.70166015625,45.74150848388672],[-66.69677734375,45.74250650405884],[-66.69189453125,45.74353313446045],[-66.68968677520752,45.744140625],[-66.68701171875,45.74487590789795],[-66.68212890625,45.74601173400879],[-66.67724609375,45.74696683883667],[-66.67285442352295,45.748046875],[-66.67236328125,45.74817991256714],[-66.66748046875,45.74942922592163],[-66.66259765625,45.750399112701416],[-66.65771484375,45.751431941986084],[-66.6558313369751,45.751953125],[-66.65283203125,45.752769470214844],[-66.64794921875,45.75388193130493],[-66.64306640625,45.75485420227051],[-66.63912296295166,45.755859375],[-66.63818359375,45.75611686706543],[-66.63330078125,45.757346630096436],[-66.62841796875,45.75828790664673],[-66.62353515625,45.75931930541992],[-66.62192344665527,45.759765625],[-66.61865234375,45.76064395904541],[-66.61376953125,45.76173496246338],[-66.60888671875,45.762712478637695],[-66.60517692565918,45.763671875],[-66.60400390625,45.76399517059326],[-66.59912109375,45.76521015167236],[-66.59423828125,45.76613521575928],[-66.58935546875,45.76716995239258],[-66.58789157867432,45.767578125],[-66.58447265625,45.768497467041016],[-66.57958984375,45.769587993621826],[-66.57470703125,45.770588397979736],[-66.57135009765625,45.771484375],[-66.56982421875,45.77191162109375],[-66.56494140625,45.77311944961548],[-66.56005859375,45.774030685424805],[-66.55517578125,45.7750678062439],[-66.5540075302124,45.775390625],[-66.55029296875,45.77636909484863],[-66.54541015625,45.77742147445679],[-66.54052734375,45.7783989906311],[-66.53712749481201,45.779296875],[-66.53564453125,45.77970886230469],[-66.53076171875,45.78091526031494],[-66.52587890625,45.781824588775635],[-66.52099609375,45.78285360336304],[-66.51973247528076,45.783203125],[-66.51611328125,45.78415870666504],[-66.51123046875,45.785215854644775],[-66.50634765625,45.786179065704346],[-66.5027379989624,45.787109375],[-66.50146484375,45.78745698928833],[-66.49658203125,45.788658618927],[-66.49169921875,45.78956985473633],[-66.48681640625,45.79058790206909],[-66.48526668548584,45.791015625],[-66.48193359375,45.79190540313721],[-66.47705078125,45.79297971725464],[-66.47216796875,45.793928146362305],[-66.46820545196533,45.794921875],[-66.46728515625,45.795169830322266],[-66.46240234375,45.79638385772705],[-66.45751953125,45.79730749130249],[-66.45263671875,45.798306941986084],[-66.45073413848877,45.798828125],[-66.44775390625,45.79962968826294],[-66.44287109375,45.80073261260986],[-66.43798828125,45.80167865753174],[-66.4337158203125,45.802734375],[-66.43310546875,45.80289888381958],[-66.42822265625,45.804134368896484],[-66.42333984375,45.80507516860962],[-66.41845703125,45.80606937408447],[-66.4163589477539,45.806640625],[-66.41357421875,45.80739164352417],[-66.40869140625,45.80850076675415],[-66.40380859375,45.80941438674927],[-66.39895915985107,45.810546875],[-66.39892578125,45.810555934906006],[-66.39404296875,45.8117995262146],[-66.38916015625,45.81276750564575],[-66.38427734375,45.81375169754028],[-66.38168811798096,45.814453125],[-66.37939453125,45.81508255004883],[-66.37451171875,45.81623315811157],[-66.36962890625,45.81714916229248],[-66.36474609375,45.818270683288574],[-66.36443614959717,45.818359375],[-66.35986328125,45.81954908370972],[-66.35498046875,45.82054376602173],[-66.35009765625,45.82152605056763],[-66.34734630584717,45.822265625],[-66.34521484375,45.82284927368164],[-66.34033203125,45.82400465011597],[-66.33544921875,45.82490587234497],[-66.33056640625,45.82599449157715],[-66.32994174957275,45.826171875],[-66.32568359375,45.827292919158936],[-66.32080078125,45.82831573486328],[-66.31591796875,45.82930898666382],[-66.31306648254395,45.830078125],[-66.31103515625,45.83063840866089],[-66.30615234375,45.831793785095215],[-66.30126953125,45.83267021179199],[-66.29638671875,45.83370590209961],[-66.29538059234619,45.833984375],[-66.29150390625,45.83499574661255],[-66.28662109375,45.83601713180542],[-66.28173828125,45.836952209472656],[-66.27806186676025,45.837890625],[-66.27685546875,45.838218688964844],[-66.27197265625,45.839430809020996],[-66.26708984375,45.84035634994507],[-66.26220703125,45.841392040252686],[-66.2607479095459,45.841796875],[-66.25732421875,45.84271240234375],[-66.25244140625,45.84377861022949],[-66.24755859375,45.84472990036011],[-66.24374389648438,45.845703125],[-66.24267578125,45.84599447250366],[-66.23779296875,45.84721279144287],[-66.23291015625,45.848130226135254],[-66.22802734375,45.849135398864746],[-66.22629165649414,45.849609375],[-66.22314453125,45.850449085235596],[-66.21826171875,45.851523876190186],[-66.21337890625,45.85244703292847],[-66.20898723602295,45.853515625],[-66.20849609375,45.853647232055664],[-66.20361328125,45.854880809783936],[-66.19873046875,45.85581874847412],[-66.19384765625,45.85680389404297],[-66.19156837463379,45.857421875],[-66.18896484375,45.858126640319824],[-66.18408203125,45.85923624038696],[-66.17919921875,45.86013412475586],[-66.17431640625,45.86125326156616],[-66.17405414581299,45.861328125],[-66.16943359375,45.86252021789551],[-66.16455078125,45.86349821090698],[-66.15966796875,45.86446571350098],[-66.15679264068604,45.865234375],[-66.15478515625,45.86578559875488],[-66.14990234375,45.866941928863525],[-66.14501953125,45.867820262908936],[-66.14013671875,45.868857860565186],[-66.13911628723145,45.869140625],[-66.13525390625,45.870150566101074],[-66.13037109375,45.871174335479736],[-66.12548828125,45.87211036682129],[-66.12180709838867,45.873046875],[-66.12060546875,45.873372077941895],[-66.11572265625,45.87456941604614],[-66.11083984375,45.87546968460083],[-66.10595703125,45.876463413238525],[-66.10415458679199,45.876953125],[-66.10107421875,45.87777280807495],[-66.09619140625,45.87884283065796],[-66.09130859375,45.87975025177002],[-66.08666896820068,45.880859375],[-66.08642578125,45.88092374801636],[-66.08154296875,45.88216495513916],[-66.07666015625,45.88311052322388],[-66.07177734375,45.884079456329346],[-66.06921672821045,45.884765625],[-66.06689453125,45.88539409637451],[-66.06201171875,45.88651895523071],[-66.05712890625,45.88740110397339],[-66.05224609375,45.88846969604492],[-66.05152130126953,45.888671875],[-66.04736328125,45.8897500038147],[-66.04248046875,45.89074993133545],[-66.03759765625,45.891687870025635],[-66.03414058685303,45.892578125],[-66.03271484375,45.892963886260986],[-66.02783203125,45.89414119720459],[-66.02294921875,45.89501094818115],[-66.01806640625,45.89596939086914],[-66.0161304473877,45.896484375],[-66.01318359375,45.89725589752197],[-66.00830078125,45.89831829071045],[-66.00341796875,45.89919471740723],[-65.99853515625,45.900299072265625],[-65.99820613861084,45.900390625],[-65.99365234375,45.901554107666016],[-65.98876953125,45.9025182723999],[-65.98388671875,45.90345335006714],[-65.98065376281738,45.904296875],[-65.97900390625,45.90474557876587],[-65.97412109375,45.90591287612915],[-65.96923828125,45.90678262710571],[-65.96435546875,45.90777015686035],[-65.96275329589844,45.908203125],[-65.95947265625,45.90906286239624],[-65.95458984375,45.91010904312134],[-65.94970703125,45.911009788513184],[-65.94508647918701,45.912109375],[-65.94482421875,45.91217851638794],[-65.93994140625,45.9134087562561],[-65.93505859375,45.91434717178345],[-65.93017578125,45.91530179977417],[-65.92750072479248,45.916015625],[-65.92529296875,45.91661500930786],[-65.92041015625,45.91775894165039],[-65.91552734375,45.91865587234497],[-65.91064453125,45.919737339019775],[-65.9099817276001,45.919921875],[-65.90576171875,45.9210147857666],[-65.90087890625,45.92200422286987],[-65.89599609375,45.92293453216553],[-65.89247703552246,45.923828125],[-65.89111328125,45.9241943359375],[-65.88623046875,45.92536211013794],[-65.88134765625,45.92623281478882],[-65.87646484375,45.927188873291016],[-65.87442398071289,45.927734375],[-65.87158203125,45.92848587036133],[-65.86669921875,45.92957305908203],[-65.86181640625,45.930481910705566],[-65.85693359375,45.93163347244263],[-65.85690975189209,45.931640625],[-65.85205078125,45.93288230895996],[-65.84716796875,45.933833599090576],[-65.84228515625,45.9347882270813],[-65.83943843841553,45.935546875],[-65.83740234375,45.93610334396362],[-65.83251953125,45.9372501373291],[-65.82763671875,45.938114166259766],[-65.82275390625,45.93912410736084],[-65.82154273986816,45.939453125],[-65.81787109375,45.94040250778198],[-65.81298828125,45.94142389297485],[-65.80810546875,45.9423394203186],[-65.80397129058838,45.943359375],[-65.80322265625,45.9435601234436],[-65.79833984375,45.9447717666626],[-65.79345703125,45.945680141448975],[-65.78857421875,45.946627616882324],[-65.78616619110107,45.947265625],[-65.78369140625,45.947922706604004],[-65.77880859375,45.9490270614624],[-65.77392578125,45.949902057647705],[-65.76904296875,45.95097255706787],[-65.76832294464111,45.951171875],[-65.76416015625,45.95224666595459],[-65.75927734375,45.95323085784912],[-65.75439453125,45.954158306121826],[-65.75080394744873,45.955078125],[-65.74951171875,45.95542860031128],[-65.74462890625,45.95661020278931],[-65.73974609375,45.95748472213745],[-65.73486328125,45.9584379196167],[-65.73280334472656,45.958984375],[-65.72998046875,45.95972681045532],[-65.72509765625,45.96079921722412],[-65.72021484375,45.96166801452637],[-65.71533203125,45.962746143341064],[-65.71480751037598,45.962890625],[-65.71044921875,45.96400165557861],[-65.70556640625,45.9649715423584],[-65.70068359375,45.96589136123657],[-65.69712162017822,45.966796875],[-65.69580078125,45.967151165008545],[-65.69091796875,45.968326568603516],[-65.68603515625,45.96919822692871],[-65.68115234375,45.970147132873535],[-65.67905902862549,45.970703125],[-65.67626953125,45.971436977386475],[-65.67138671875,45.9725136756897],[-65.66650390625,45.973379135131836],[-65.66162109375,45.974443435668945],[-65.66101551055908,45.974609375],[-65.65673828125,45.97569465637207],[-65.65185546875,45.976662158966064],[-65.64697265625,45.977567195892334],[-65.64316749572754,45.978515625],[-65.64208984375,45.97880220413208],[-65.63720703125,45.979979515075684],[-65.63232421875,45.980857372283936],[-65.62744140625,45.98179817199707],[-65.62508583068848,45.982421875],[-65.62255859375,45.98309326171875],[-65.61767578125,45.98418569564819],[-65.61279296875,45.9850287437439],[-65.60791015625,45.98603534698486],[-65.6068229675293,45.986328125],[-65.60302734375,45.98729944229126],[-65.59814453125,45.9883017539978],[-65.59326171875,45.98919153213501],[-65.58888912200928,45.990234375],[-65.58837890625,45.99036693572998],[-65.58349609375,45.99156188964844],[-65.57861328125,45.99246263504028],[-65.57373046875,45.99339246749878],[-65.57090759277344,45.994140625],[-65.56884765625,45.994699478149414],[-65.56396484375,45.995834827423096],[-65.55908203125,45.99667406082153],[-65.55419921875,45.99764585494995],[-65.55270671844482,45.998046875],[-65.54931640625,45.99892568588257],[-65.54443359375,45.99995708465576],[-65.53955078125,46.00083351135254],[-65.53469657897949,46.001953125],[-65.53466796875,46.00196075439453],[-65.52978515625,46.00317859649658],[-65.52490234375,46.004101276397705],[-65.52001953125,46.005011558532715],[-65.51671504974365,46.005859375],[-65.51513671875,46.006282806396484],[-65.51025390625,46.007434368133545],[-65.50537109375,46.00828266143799],[-65.50048828125,46.00923299789429],[-65.49849510192871,46.009765625],[-65.49560546875,46.010528564453125],[-65.49072265625,46.01159143447876],[-65.48583984375,46.01244640350342],[-65.48095703125,46.01351547241211],[-65.48038959503174,46.013671875],[-65.47607421875,46.014771938323975],[-65.47119140625,46.01573467254639],[-65.46630859375,46.01663112640381],[-65.46247959136963,46.017578125],[-65.46142578125,46.01785755157471],[-65.45654296875,46.01903247833252],[-65.45166015625,46.01990604400635],[-65.44677734375,46.02084732055664],[-65.44437885284424,46.021484375],[-65.44189453125,46.022146701812744],[-65.43701171875,46.02322721481323],[-65.43212890625,46.02404546737671],[-65.42724609375,46.02502679824829],[-65.4258918762207,46.025390625],[-65.42236328125,46.02630043029785],[-65.41748046875,46.02730941772461],[-65.41259765625,46.0281720161438],[-65.40772914886475,46.029296875],[-65.40771484375,46.029300689697266],[-65.40283203125,46.030527114868164],[-65.39794921875,46.03145408630371],[-65.39306640625,46.03237009048462],[-65.38984298706055,46.033203125],[-65.38818359375,46.033650398254395],[-65.38330078125,46.0348014831543],[-65.37841796875,46.035643100738525],[-65.37353515625,46.036582469940186],[-65.37154197692871,46.037109375],[-65.36865234375,46.03786325454712],[-65.36376953125,46.03891611099243],[-65.35888671875,46.0397629737854],[-65.35400390625,46.0408148765564],[-65.35326957702637,46.041015625],[-65.34912109375,46.042073249816895],[-65.34423828125,46.04304218292236],[-65.33935546875,46.043922901153564],[-65.33521175384521,46.044921875],[-65.33447265625,46.04511499404907],[-65.32958984375,46.04629898071289],[-65.32470703125,46.04718208312988],[-65.31982421875,46.04810619354248],[-65.3170919418335,46.048828125],[-65.31494140625,46.049407958984375],[-65.31005859375,46.05052185058594],[-65.30517578125,46.051340103149414],[-65.30029296875,46.052287578582764],[-65.29860019683838,46.052734375],[-65.29541015625,46.05355262756348],[-65.29052734375,46.05457162857056],[-65.28564453125,46.05540704727173],[-65.28076171875,46.05646085739136],[-65.2800989151001,46.056640625],[-65.27587890625,46.05770444869995],[-65.27099609375,46.05865430831909],[-65.26611328125,46.0595269203186],[-65.26190757751465,46.060546875],[-65.26123046875,46.06072521209717],[-65.25634765625,46.061920166015625],[-65.25146484375,46.06279945373535],[-65.24658203125,46.06370735168457],[-65.24374008178711,46.064453125],[-65.24169921875,46.06500196456909],[-65.23681640625,46.06613254547119],[-65.23193359375,46.06696367263794],[-65.22705078125,46.06791353225708],[-65.22535800933838,46.068359375],[-65.22216796875,46.069175243377686],[-65.21728515625,46.07018995285034],[-65.21240234375,46.07101631164551],[-65.20751953125,46.072049617767334],[-65.20671844482422,46.072265625],[-65.20263671875,46.07329225540161],[-65.19775390625,46.07424974441528],[-65.19287109375,46.07511281967163],[-65.18839836120605,46.076171875],[-65.18798828125,46.07627868652344],[-65.18310546875,46.077473163604736],[-65.17822265625,46.078354835510254],[-65.17333984375,46.079232692718506],[-65.16997814178467,46.080078125],[-65.16845703125,46.08047914505005],[-65.16357421875,46.081618309020996],[-65.15869140625,46.08244800567627],[-65.15380859375,46.083354473114014],[-65.15140056610107,46.083984375],[-65.14892578125,46.08463478088379],[-65.14404296875,46.08571767807007],[-65.13916015625,46.0865421295166],[-65.13427734375,46.087522983551025],[-65.1328992843628,46.087890625],[-65.12939453125,46.08878755569458],[-65.12451171875,46.08978271484375],[-65.11962890625,46.09062671661377],[-65.11474609375,46.09172534942627],[-65.11448860168457,46.091796875],[-65.10986328125,46.092957973480225],[-65.10498046875,46.093886375427246],[-65.10009765625,46.094778537750244],[-65.09641170501709,46.095703125],[-65.09521484375,46.09602212905884],[-65.09033203125,46.09718036651611],[-65.08544921875,46.09802007675171],[-65.08056640625,46.098923683166504],[-65.07795333862305,46.099609375],[-65.07568359375,46.10021257400513],[-65.07080078125,46.101309299468994],[-65.06591796875,46.10212326049805],[-65.06103515625,46.10307550430298],[-65.05937576293945,46.103515625],[-65.05615234375,46.104344844818115],[-65.05126953125,46.10536432266235],[-65.04638671875,46.106204986572266],[-65.04150390625,46.10727071762085],[-65.04095077514648,46.107421875],[-65.03662109375,46.10850954055786],[-65.03173828125,46.109439849853516],[-65.02685546875,46.11028480529785],[-65.02240180969238,46.111328125],[-65.02197265625,46.1114387512207],[-65.01708984375,46.11262559890747],[-65.01220703125,46.11350727081299],[-65.00732421875,46.1143913269043],[-65.00397205352783,46.115234375],[-65.00244140625,46.11563777923584],[-64.99755859375,46.11676216125488],[-64.99267578125,46.11757946014404],[-64.98779296875,46.118475914001465],[-64.9852466583252,46.119140625],[-64.98291015625,46.1197566986084],[-64.97802734375,46.12083864212036],[-64.97314453125,46.12163686752319],[-64.96826171875,46.12257766723633],[-64.96649265289307,46.123046875],[-64.96337890625,46.12385272979736],[-64.95849609375,46.124868869781494],[-64.95361328125,46.12567377090454],[-64.94873046875,46.1266770362854],[-64.94770050048828,46.126953125],[-64.94384765625,46.12792491912842],[-64.93896484375,46.1288800239563],[-64.93408203125,46.129690170288086],[-64.92919921875,46.13075590133667],[-64.92881774902344,46.130859375],[-64.92431640625,46.13197660446167],[-64.91943359375,46.13288927078247],[-64.91455078125,46.13372230529785],[-64.91013526916504,46.134765625],[-64.90966796875,46.13488721847534],[-64.90478515625,46.136091232299805],[-64.89990234375,46.1369891166687],[-64.89501953125,46.13792324066162],[-64.8922061920166,46.138671875],[-64.89013671875,46.13923454284668],[-64.88525390625,46.1403489112854],[-64.88037109375,46.1411566734314],[-64.87548828125,46.142098903656006],[-64.87368583679199,46.142578125],[-64.87060546875,46.14337873458862],[-64.86572265625,46.144397258758545],[-64.86083984375,46.14520215988159],[-64.85595703125,46.146209716796875],[-64.85493659973145,46.146484375],[-64.85107421875,46.147462368011475],[-64.84619140625,46.148420333862305],[-64.84130859375,46.149240016937256],[-64.83642578125,46.150328159332275],[-64.83619689941406,46.150390625],[-64.83154296875,46.15154838562012],[-64.82666015625,46.15245819091797],[-64.82177734375,46.15330410003662],[-64.81759071350098,46.154296875],[-64.81689453125,46.15447664260864],[-64.81201171875,46.15564155578613],[-64.80712890625,46.15649461746216],[-64.80224609375,46.15735673904419],[-64.79885578155518,46.158203125],[-64.79736328125,46.15859413146973],[-64.79248046875,46.15972375869751],[-64.78759765625,46.16054010391235],[-64.78271484375,46.16143083572388],[-64.78011131286621,46.162109375],[-64.77783203125,46.162710666656494],[-64.77294921875,46.16379356384277],[-64.76806640625,46.16458225250244],[-64.76318359375,46.16550350189209],[-64.76123332977295,46.166015625],[-64.75830078125,46.16677188873291],[-64.75341796875,46.167794704437256],[-64.74853515625,46.16859436035156],[-64.74365234375,46.169575691223145],[-64.74234580993652,46.169921875],[-64.73876953125,46.170827865600586],[-64.73388671875,46.17180252075195],[-64.72900390625,46.17261981964111],[-64.72412109375,46.173672676086426],[-64.72354412078857,46.173828125],[-64.71923828125,46.174896240234375],[-64.71435546875,46.175819396972656],[-64.70947265625,46.17665195465088],[-64.70479488372803,46.177734375],[-64.70458984375,46.177786350250244],[-64.69970703125,46.17897844314575],[-64.69482421875,46.179853439331055],[-64.68994140625,46.18069934844971],[-64.6860408782959,46.181640625],[-64.68505859375,46.18189477920532],[-64.68017578125,46.183040618896484],[-64.67529296875,46.18387317657471],[-64.67041015625,46.184736251831055],[-64.66720581054688,46.185546875],[-64.66552734375,46.185988903045654],[-64.66064453125,46.18710803985596],[-64.65576171875,46.18790626525879],[-64.65087890625,46.188780784606934],[-64.6482801437378,46.189453125],[-64.64599609375,46.19005107879639],[-64.64111328125,46.19113206863403],[-64.63623046875,46.19191598892212],[-64.63134765625,46.192824840545654],[-64.62930202484131,46.193359375],[-64.62646484375,46.19409227371216],[-64.62158203125,46.19511842727661],[-64.61669921875,46.195897579193115],[-64.61181640625,46.196836948394775],[-64.61018085479736,46.197265625],[-64.60693359375,46.19809150695801],[-64.60205078125,46.19909048080444],[-64.59716796875,46.19990158081055],[-64.59228515625,46.20092964172363],[-64.591383934021,46.201171875],[-64.58740234375,46.20217514038086],[-64.58251953125,46.203110218048096],[-64.57763671875,46.203919410705566],[-64.57275390625,46.20500898361206],[-64.57250118255615,46.205078125],[-64.56787109375,46.20623445510864],[-64.56298828125,46.20713758468628],[-64.55810546875,46.20797061920166],[-64.55375671386719,46.208984375],[-64.55322265625,46.20912027359009],[-64.54833984375,46.21027851104736],[-64.54345703125,46.21112108230591],[-64.53857421875,46.211941719055176],[-64.53455924987793,46.212890625],[-64.53369140625,46.21311140060425],[-64.52880859375,46.21425533294678],[-64.52392578125,46.21509075164795],[-64.51904296875,46.21594190597534],[-64.51558589935303,46.216796875],[-64.51416015625,46.2171688079834],[-64.50927734375,46.21829128265381],[-64.50439453125,46.21909999847412],[-64.49951171875,46.219972133636475],[-64.49666976928711,46.220703125],[-64.49462890625,46.221240520477295],[-64.48974609375,46.22233295440674],[-64.48486328125,46.223114013671875],[-64.47998046875,46.224002838134766],[-64.47764873504639,46.224609375],[-64.47509765625,46.22527360916138],[-64.47021484375,46.226322650909424],[-64.46533203125,46.22709274291992],[-64.46044921875,46.228004455566406],[-64.45849418640137,46.228515625],[-64.45556640625,46.22926950454712],[-64.45068359375,46.23028898239136],[-64.44580078125,46.23107147216797],[-64.44091796875,46.23202991485596],[-64.43943500518799,46.232421875],[-64.43603515625,46.23328685760498],[-64.43115234375,46.23426055908203],[-64.42626953125,46.235036849975586],[-64.42138671875,46.23602104187012],[-64.42023277282715,46.236328125],[-64.41650390625,46.23726749420166],[-64.41162109375,46.23821973800659],[-64.40673828125,46.23900651931763],[-64.40185546875,46.2400279045105],[-64.40108299255371,46.240234375],[-64.39697265625,46.24125814437866],[-64.39208984375,46.242180824279785],[-64.38720703125,46.24297046661377],[-64.38232421875,46.244022846221924],[-64.38188552856445,46.244140625],[-64.37744140625,46.24523687362671],[-64.37255859375,46.2461371421814],[-64.36767578125,46.246933460235596],[-64.36279296875,46.24801683425903],[-64.36268329620361,46.248046875],[-64.35791015625,46.24921274185181],[-64.35302734375,46.250091552734375],[-64.34814453125,46.25089406967163],[-64.34348106384277,46.251953125],[-64.34326171875,46.25200843811035],[-64.33837890625,46.2531852722168],[-64.33349609375,46.25404453277588],[-64.32861328125,46.25485277175903],[-64.32426452636719,46.255859375],[-64.32373046875,46.25599479675293],[-64.31884765625,46.25715398788452],[-64.31396484375,46.25799512863159],[-64.30908203125,46.258809089660645],[-64.30502414703369,46.259765625],[-64.30419921875,46.25997543334961],[-64.29931640625,46.2611198425293],[-64.29443359375,46.26194429397583],[-64.28955078125,46.26276445388794],[-64.28576469421387,46.263671875],[-64.28466796875,46.26395225524902],[-64.27978515625,46.26508283615112],[-64.27490234375,46.265892028808594],[-64.27001953125,46.266716957092285],[-64.26648139953613,46.267578125],[-64.26513671875,46.26792335510254],[-64.26025390625,46.269042015075684],[-64.25537109375,46.269837379455566],[-64.25048828125,46.27066707611084],[-64.24717426300049,46.271484375],[-64.24560546875,46.271889209747314],[-64.24072265625,46.27299690246582],[-64.23583984375,46.27377986907959],[-64.23095703125,46.27461338043213],[-64.22784328460693,46.275390625],[-64.22607421875,46.27584791183472],[-64.22119140625,46.2769455909729],[-64.21630859375,46.27771806716919],[-64.21142578125,46.278554916381836],[-64.20847415924072,46.279296875],[-64.20654296875,46.27979803085327],[-64.20166015625,46.280884742736816],[-64.19677734375,46.281649112701416],[-64.19189453125,46.28249168395996],[-64.18908596038818,46.283203125],[-64.18701171875,46.28374147415161],[-64.18212890625,46.28481912612915],[-64.17724609375,46.285576820373535],[-64.17236328125,46.286423683166504],[-64.16967391967773,46.287109375],[-64.16748046875,46.28767919540405],[-64.16259765625,46.28874921798706],[-64.15771484375,46.28950071334839],[-64.15283203125,46.29035139083862],[-64.15024280548096,46.291015625],[-64.14794921875,46.291611671447754],[-64.14306640625,46.29267454147339],[-64.13818359375,46.29342031478882],[-64.13330078125,46.294273376464844],[-64.13077354431152,46.294921875],[-64.12841796875,46.29553270339966],[-64.12353515625,46.29658794403076],[-64.11865234375,46.297332763671875],[-64.11376953125,46.29819059371948],[-64.11128997802734,46.298828125],[-64.10888671875,46.299450397491455],[-64.10400390625,46.3004994392395],[-64.09912109375,46.3012433052063],[-64.09423828125,46.302103996276855],[-64.09178733825684,46.302734375],[-64.08935546875,46.30336380004883],[-64.08447265625,46.30440855026245],[-64.07958984375,46.30515098571777],[-64.07470703125,46.30601263046265],[-64.072265625,46.306640625],[-64.06982421875,46.3072714805603],[-64.06494140625,46.30831527709961],[-64.06005859375,46.309056758880615],[-64.05517578125,46.30991744995117],[-64.05272483825684,46.310546875],[-64.05029296875,46.31117582321167],[-64.04541015625,46.31221914291382],[-64.04052734375,46.312960147857666],[-64.03564453125,46.31381845474243],[-64.03316974639893,46.314453125],[-64.03076171875,46.31507587432861],[-64.02587890625,46.31612157821655],[-64.02099609375,46.31686067581177],[-64.01611328125,46.31771469116211],[-64.01359558105469,46.318359375],[-64.01123046875,46.318971157073975],[-64.00634765625,46.32002067565918],[-64.00146484375,46.32075786590576],[-63.99658203125,46.321603298187256],[-63.99398326873779,46.322265625],[-63.99169921875,46.322855949401855],[-63.98681640625,46.32391023635864],[-63.98193359375,46.32464838027954],[-63.97705078125,46.32548713684082],[-63.97434711456299,46.326171875],[-63.97216796875,46.32673454284668],[-63.96728515625,46.32779407501221],[-63.96240234375,46.3285346031189],[-63.95751953125,46.32936668395996],[-63.954691886901855,46.330078125],[-63.95263671875,46.33060693740845],[-63.94775390625,46.33167314529419],[-63.94287109375,46.33241844177246],[-63.93798828125,46.33324337005615],[-63.93501281738281,46.333984375],[-63.93310546875,46.33447504043579],[-63.92822265625,46.335548877716064],[-63.92333984375,46.336299419403076],[-63.91845703125,46.33711624145508],[-63.91531467437744,46.337890625],[-63.91357421875,46.33833694458008],[-63.90869140625,46.33941984176636],[-63.90380859375,46.340177059173584],[-63.89892578125,46.34098529815674],[-63.89559745788574,46.341796875],[-63.89404296875,46.34219312667847],[-63.88916015625,46.34328651428223],[-63.88427734375,46.34405183792114],[-63.87939453125,46.34485149383545],[-63.87585163116455,46.345703125],[-63.87451171875,46.34604358673096],[-63.86962890625,46.34714603424072],[-63.86474609375,46.34791946411133],[-63.85986328125,46.34871196746826],[-63.85607719421387,46.349609375],[-63.85498046875,46.34988784790039],[-63.85009765625,46.35100078582764],[-63.84521484375,46.351784229278564],[-63.84033203125,46.35256814956665],[-63.83626461029053,46.353515625],[-63.83544921875,46.35372018814087],[-63.83056640625,46.35484743118286],[-63.82568359375,46.355645179748535],[-63.82080078125,46.35642099380493],[-63.81641864776611,46.357421875],[-63.81591796875,46.35754632949829],[-63.81103515625,46.358689308166504],[-63.80615234375,46.35950422286987],[-63.80126953125,46.3602728843689],[-63.79655361175537,46.361328125],[-63.79638671875,46.361369132995605],[-63.79150390625,46.362529277801514],[-63.78662109375,46.363362312316895],[-63.78173828125,46.364123821258545],[-63.77685546875,46.365188121795654],[-63.776679039001465,46.365234375],[-63.77197265625,46.36636734008789],[-63.76708984375,46.367220401763916],[-63.76220703125,46.36797380447388],[-63.75732421875,46.36900472640991],[-63.75680923461914,46.369140625],[-63.75244140625,46.370201587677],[-63.74755859375,46.37107563018799],[-63.74267578125,46.37181997299194],[-63.73779296875,46.37281894683838],[-63.73692512512207,46.373046875],[-63.73291015625,46.37403392791748],[-63.72802734375,46.37493276596069],[-63.72314453125,46.37566900253296],[-63.71826171875,46.37663507461548],[-63.71704578399658,46.376953125],[-63.71337890625,46.37786293029785],[-63.70849609375,46.37878751754761],[-63.70361328125,46.379518032073975],[-63.69873046875,46.38045072555542],[-63.69715690612793,46.380859375],[-63.69384765625,46.381688594818115],[-63.68896484375,46.38264179229736],[-63.68408203125,46.383366107940674],[-63.67919921875,46.384265422821045],[-63.677263259887695,46.384765625],[-63.67431640625,46.38551092147827],[-63.66943359375,46.3864951133728],[-63.66455078125,46.38721513748169],[-63.65966796875,46.388081073760986],[-63.6573600769043,46.388671875],[-63.65478515625,46.38933038711548],[-63.64990234375,46.39034843444824],[-63.64501953125,46.39106273651123],[-63.64013671875,46.391887187957764],[-63.63737106323242,46.392578125],[-63.63525390625,46.393118381500244],[-63.63037109375,46.39416742324829],[-63.62548828125,46.394893646240234],[-63.62060546875,46.395689487457275],[-63.6173152923584,46.396484375],[-63.61572265625,46.39688730239868],[-63.61083984375,46.397963523864746],[-63.60595703125,46.39871406555176],[-63.60107421875,46.39949178695679],[-63.59723091125488,46.400390625],[-63.59619140625,46.40065097808838],[-63.59130859375,46.40175771713257],[-63.58642578125,46.402535915374756],[-63.58154296875,46.403297901153564],[-63.57712745666504,46.404296875],[-63.57666015625,46.404412269592285],[-63.57177734375,46.40554714202881],[-63.56689453125,46.40635395050049],[-63.56201171875,46.40710210800171],[-63.55712890625,46.408161640167236],[-63.55697154998779,46.408203125],[-63.55224609375,46.40933084487915],[-63.54736328125,46.41017246246338],[-63.54248046875,46.4109091758728],[-63.53759765625,46.41191339492798],[-63.53684902191162,46.412109375],[-63.53271484375,46.4131121635437],[-63.52783203125,46.413994789123535],[-63.52294921875,46.414721965789795],[-63.51806640625,46.41567325592041],[-63.51674556732178,46.416015625],[-63.51318359375,46.41689586639404],[-63.50830078125,46.417824268341064],[-63.50341796875,46.418543338775635],[-63.49853515625,46.4194450378418],[-63.49668025970459,46.419921875],[-63.49365234375,46.42068290710449],[-63.48876953125,46.421656131744385],[-63.48388671875,46.42236614227295],[-63.47900390625,46.423218727111816],[-63.4766149520874,46.423828125],[-63.47412109375,46.42446565628052],[-63.46923828125,46.42548751831055],[-63.46435546875,46.426188945770264],[-63.45947265625,46.42698097229004],[-63.456363677978516,46.427734375],[-63.45458984375,46.42817974090576],[-63.44970703125,46.4292368888855],[-63.44482421875,46.429972648620605],[-63.43994140625,46.4307427406311],[-63.43605995178223,46.431640625],[-63.43505859375,46.43188953399658],[-63.43017578125,46.432987213134766],[-63.42529296875,46.43376064300537],[-63.42041015625,46.43451118469238],[-63.41573238372803,46.435546875],[-63.41552734375,46.43559694290161],[-63.41064453125,46.43674087524414],[-63.40576171875,46.43755578994751],[-63.40087890625,46.43828582763672],[-63.39599609375,46.43930244445801],[-63.395419120788574,46.439453125],[-63.39111328125,46.4404935836792],[-63.38623046875,46.44135904312134],[-63.38134765625,46.4420747756958],[-63.37646484375,46.443026542663574],[-63.375182151794434,46.443359375],[-63.37158203125,46.444246768951416],[-63.36669921875,46.445165157318115],[-63.36181640625,46.445871353149414],[-63.35693359375,46.44676208496094],[-63.3549690246582,46.447265625],[-63.35205078125,46.44799995422363],[-63.34716796875,46.448975563049316],[-63.34228515625,46.44967222213745],[-63.33740234375,46.45049524307251],[-63.33468437194824,46.451171875],[-63.33251953125,46.45172071456909],[-63.32763671875,46.452754497528076],[-63.32275390625,46.45346260070801],[-63.31787109375,46.45423126220703],[-63.314270973205566,46.455078125],[-63.31298828125,46.455397605895996],[-63.30810546875,46.45648002624512],[-63.30322265625,46.45723295211792],[-63.29833984375,46.457974910736084],[-63.29380512237549,46.458984375],[-63.29345703125,46.45907020568848],[-63.28857421875,46.46020317077637],[-63.28369140625,46.46100568771362],[-63.27880859375,46.46172857284546],[-63.27392578125,46.462740421295166],[-63.273348808288574,46.462890625],[-63.26904296875,46.46392297744751],[-63.26416015625,46.46478271484375],[-63.25927734375,46.46549081802368],[-63.25439453125,46.466426372528076],[-63.25295925140381,46.466796875],[-63.24951171875,46.46764945983887],[-63.24462890625,46.46857786178589],[-63.23974609375,46.469274044036865],[-63.23486328125,46.470136642456055],[-63.232645988464355,46.470703125],[-63.22998046875,46.47138023376465],[-63.22509765625,46.472384452819824],[-63.22021484375,46.47307777404785],[-63.21533203125,46.47386312484741],[-63.2122278213501,46.474609375],[-63.21044921875,46.47505235671997],[-63.20556640625,46.476102352142334],[-63.20068359375,46.476826667785645],[-63.19580078125,46.477571964263916],[-63.19161891937256,46.478515625],[-63.19091796875,46.47868633270264],[-63.18603515625,46.479793071746826],[-63.18115234375,46.48057317733765],[-63.17626953125,46.481297969818115],[-63.17138671875,46.482322692871094],[-63.17100524902344,46.482421875],[-63.16650390625,46.48349046707153],[-63.16162109375,46.484333515167236],[-63.15673828125,46.48503923416138],[-63.15185546875,46.48597955703735],[-63.1505012512207,46.486328125],[-63.14697265625,46.487194538116455],[-63.14208984375,46.48811197280884],[-63.13720703125,46.48880577087402],[-63.13232421875,46.48966693878174],[-63.13008785247803,46.490234375],[-63.12744140625,46.490901947021484],[-63.12255859375,46.491897106170654],[-63.11767578125,46.49258041381836],[-63.11279296875,46.49335050582886],[-63.10944080352783,46.494140625],[-63.10791015625,46.49451923370361],[-63.10302734375,46.49557447433472],[-63.09814453125,46.49630689620972],[-63.09326171875,46.49704074859619],[-63.08870315551758,46.498046875],[-63.08837890625,46.498125076293945],[-63.08349609375,46.49925088882446],[-63.07861328125,46.50004768371582],[-63.07373046875,46.50075626373291],[-63.06884765625,46.5017409324646],[-63.06802749633789,46.501953125],[-63.06396484375,46.50293207168579],[-63.05908203125,46.503804206848145],[-63.05419921875,46.50449466705322],[-63.04931640625,46.50538873672485],[-63.047471046447754,46.505859375],[-63.04443359375,46.50661659240723],[-63.03955078125,46.507572650909424],[-63.03466796875,46.50825071334839],[-63.02978515625,46.50904846191406],[-63.02683353424072,46.509765625],[-63.02490234375,46.51024866104126],[-63.02001953125,46.51128387451172],[-63.01513671875,46.51199007034302],[-63.01025390625,46.51272201538086],[-63.006014823913574,46.513671875],[-63.00537109375,46.51382923126221],[-63.00048828125,46.5149359703064],[-62.99560546875,46.51571083068848],[-62.99072265625,46.51641607284546],[-62.98583984375,46.51741313934326],[-62.98520088195801,46.517578125],[-62.98095703125,46.518590450286865],[-62.97607421875,46.51944589614868],[-62.97119140625,46.52013301849365],[-62.96630859375,46.5210280418396],[-62.96452522277832,46.521484375],[-62.96142578125,46.5222544670105],[-62.95654296875,46.523207664489746],[-62.95166015625,46.523881912231445],[-62.94677734375,46.52467107772827],[-62.943787574768066,46.525390625],[-62.94189453125,46.525859355926514],[-62.93701171875,46.526894092559814],[-62.93212890625,46.52760028839111],[-62.92724609375,46.52832365036011],[-62.92283058166504,46.529296875],[-62.92236328125,46.529409885406494],[-62.91748046875,46.530519008636475],[-62.91259765625,46.53130102157593],[-62.90771484375,46.53200149536133],[-62.90283203125,46.53297567367554],[-62.901949882507324,46.533203125],[-62.89794921875,46.53416299819946],[-62.89306640625,46.535035133361816],[-62.88818359375,46.53571701049805],[-62.88330078125,46.53658866882324],[-62.881245613098145,46.537109375],[-62.87841796875,46.5378155708313],[-62.87353515625,46.53878736495972],[-62.86865234375,46.539456367492676],[-62.86376953125,46.54021406173706],[-62.86032676696777,46.541015625],[-62.85888671875,46.541367530822754],[-62.85400390625,46.542418479919434],[-62.84912109375,46.54314422607422],[-62.84423828125,46.54385423660278],[-62.83935546875,46.5448956489563],[-62.83925533294678,46.544921875],[-62.83447265625,46.54603910446167],[-62.82958984375,46.54685163497925],[-62.82470703125,46.54753589630127],[-62.81982421875,46.5484619140625],[-62.81839370727539,46.548828125],[-62.81494140625,46.54967164993286],[-62.81005859375,46.550583362579346],[-62.80517578125,46.551249504089355],[-62.80029296875,46.55205965042114],[-62.797532081604004,46.552734375],[-62.79541015625,46.55326318740845],[-62.79052734375,46.5542778968811],[-62.78564453125,46.55496406555176],[-62.78076171875,46.55568313598633],[-62.77644157409668,46.556640625],[-62.77587890625,46.55677652359009],[-62.77099609375,46.55788040161133],[-62.76611328125,46.55865240097046],[-62.76123046875,46.55933856964111],[-62.75634765625,46.56030035018921],[-62.75538444519043,46.560546875],[-62.75146484375,46.56148862838745],[-62.74658203125,46.56236219406128],[-62.74169921875,46.56302547454834],[-62.73681640625,46.56386470794678],[-62.73447036743164,46.564453125],[-62.73193359375,46.5650897026062],[-62.72705078125,46.56608438491821],[-62.72216796875,46.56674861907959],[-62.71728515625,46.567466735839844],[-62.713303565979004,46.568359375],[-62.71240234375,46.5685772895813],[-62.70751953125,46.56965732574463],[-62.70263671875,46.57040739059448],[-62.69775390625,46.57109594345093],[-62.69287109375,46.572075843811035],[-62.692131996154785,46.572265625],[-62.68798828125,46.57324981689453],[-62.68310546875,46.57410478591919],[-62.67822265625,46.57477331161499],[-62.67333984375,46.57562971115112],[-62.671189308166504,46.576171875],[-62.66845703125,46.57685422897339],[-62.66357421875,46.57783222198486],[-62.65869140625,46.57848596572876],[-62.65380859375,46.57920742034912],[-62.64994144439697,46.580078125],[-62.64892578125,46.58032274246216],[-62.64404296875,46.58139133453369],[-62.63916015625,46.582130908966064],[-62.63427734375,46.58281707763672],[-62.62939453125,46.58379793167114],[-62.62866497039795,46.583984375],[-62.62451171875,46.584970474243164],[-62.61962890625,46.58582162857056],[-62.61474609375,46.58648633956909],[-62.60986328125,46.587342739105225],[-62.60768413543701,46.587890625],[-62.60498046875,46.5885648727417],[-62.60009765625,46.58953905105591],[-62.59521484375,46.590189933776855],[-62.59033203125,46.59090518951416],[-62.586350440979004,46.591796875],[-62.58544921875,46.592013359069824],[-62.58056640625,46.5930871963501],[-62.57568359375,46.59382915496826],[-62.57080078125,46.59450578689575],[-62.56591796875,46.59547233581543],[-62.565016746520996,46.595703125],[-62.56103515625,46.596654415130615],[-62.55615234375,46.59751510620117],[-62.55126953125,46.59816837310791],[-62.54638671875,46.59899616241455],[-62.543907165527344,46.599609375],[-62.54150390625,46.60020685195923],[-62.53662109375,46.60119867324829],[-62.53173828125,46.601858615875244],[-62.52685546875,46.60256052017212],[-62.522501945495605,46.603515625],[-62.52197265625,46.60364246368408],[-62.51708984375,46.60474109649658],[-62.51220703125,46.60550546646118],[-62.50732421875,46.6061692237854],[-62.50244140625,46.60709476470947],[-62.50115394592285,46.607421875],[-62.49755859375,46.60828924179077],[-62.49267578125,46.609182357788086],[-62.48779296875,46.60982847213745],[-62.48291015625,46.61060667037964],[-62.479867935180664,46.611328125],[-62.47802734375,46.6117787361145],[-62.47314453125,46.61280012130737],[-62.46826171875,46.613489627838135],[-62.46337890625,46.614173412323],[-62.45849609375,46.615195751190186],[-62.458343505859375,46.615234375],[-62.45361328125,46.616328716278076],[-62.44873046875,46.617133140563965],[-62.44384765625,46.617791175842285],[-62.43896484375,46.61866521835327],[-62.4370813369751,46.619140625],[-62.43408203125,46.61987924575806],[-62.42919921875,46.62082624435425],[-62.42431640625,46.621466636657715],[-62.41943359375,46.62218523025513],[-62.4155855178833,46.623046875],[-62.41455078125,46.623294830322266],[-62.40966796875,46.62435436248779],[-62.40478515625,46.625083923339844],[-62.39990234375,46.6257529258728],[-62.39501953125,46.62670707702637],[-62.39405155181885,46.626953125],[-62.39013671875,46.62788534164429],[-62.38525390625,46.62874794006348],[-62.38037109375,46.62939500808716],[-62.37548828125,46.63019847869873],[-62.372732162475586,46.630859375],[-62.37060546875,46.6313796043396],[-62.36572265625,46.63237428665161],[-62.36083984375,46.633042335510254],[-62.35595703125,46.633723735809326],[-62.35107421875,46.63475513458252],[-62.351036071777344,46.634765625],[-62.34619140625,46.63587951660156],[-62.34130859375,46.63667058944702],[-62.33642578125,46.63732051849365],[-62.33154296875,46.63819456100464],[-62.32964515686035,46.638671875],[-62.32666015625,46.639404296875],[-62.32177734375,46.640345096588135],[-62.31689453125,46.640979290008545],[-62.31201171875,46.641690731048584],[-62.308034896850586,46.642578125],[-62.30712890625,46.64279508590698],[-62.30224609375,46.64386320114136],[-62.29736328125,46.6445951461792],[-62.29248046875,46.64524841308594],[-62.28759765625,46.64617586135864],[-62.286376953125,46.646484375],[-62.28271484375,46.64736080169678],[-62.27783203125,46.64824104309082],[-62.27294921875,46.648874282836914],[-62.26806640625,46.64963436126709],[-62.26481914520264,46.650390625],[-62.26318359375,46.65078783035278],[-62.25830078125,46.65181493759155],[-62.25341796875,46.652507305145264],[-62.24853515625,46.65316963195801],[-62.24365234375,46.65414571762085],[-62.243056297302246,46.654296875],[-62.23876953125,46.65529918670654],[-62.23388671875,46.65613031387329],[-62.22900390625,46.656765937805176],[-62.22412109375,46.657572746276855],[-62.22151279449463,46.658203125],[-62.21923828125,46.65875959396362],[-62.21435546875,46.6597466468811],[-62.20947265625,46.66040325164795],[-62.20458984375,46.6610746383667],[-62.19970703125,46.66209554672241],[-62.1996545791626,46.662109375],[-62.19482421875,46.66321325302124],[-62.18994140625,46.66400146484375],[-62.18505859375,46.66464328765869],[-62.18017578125,46.66549873352051],[-62.17811107635498,46.666015625],[-62.17529296875,46.666709899902344],[-62.17041015625,46.667664527893066],[-62.16552734375,46.66829013824463],[-62.16064453125,46.66896724700928],[-62.15620040893555,46.669921875],[-62.15576171875,46.67002487182617],[-62.15087890625,46.67111110687256],[-62.14599609375,46.671865940093994],[-62.14111328125,46.67250871658325],[-62.13623046875,46.67339468002319],[-62.134504318237305,46.673828125],[-62.13134765625,46.67459678649902],[-62.12646484375,46.67551612854004],[-62.12158203125,46.676138401031494],[-62.11669921875,46.676841259002686],[-62.11265563964844,46.677734375],[-62.11181640625,46.67793369293213],[-62.10693359375,46.67899751663208],[-62.10205078125,46.67972421646118],[-62.09716796875,46.680363178253174],[-62.09228515625,46.681264877319336],[-62.09078788757324,46.681640625],[-62.08740234375,46.68245506286621],[-62.08251953125,46.68335199356079],[-62.07763671875,46.683974266052246],[-62.07275390625,46.68469285964966],[-62.068939208984375,46.685546875],[-62.06787109375,46.68580150604248],[-62.06298828125,46.68685340881348],[-62.05810546875,46.68756914138794],[-62.05322265625,46.68820667266846],[-62.04833984375,46.68911552429199],[-62.04699516296387,46.689453125],[-62.04345703125,46.69029903411865],[-62.03857421875,46.691184997558594],[-62.03369140625,46.6918044090271],[-62.02880859375,46.69252634048462],[-62.025089263916016,46.693359375],[-62.02392578125,46.693636894226074],[-62.01904296875,46.69468069076538],[-62.01416015625,46.6953911781311],[-62.00927734375,46.696030139923096],[-62.00439453125,46.696943283081055],[-62.003111839294434,46.697265625],[-61.99951171875,46.69812488555908],[-61.99462890625,46.69900703430176],[-61.98974609375,46.69962406158447],[-61.98486328125,46.7003436088562],[-61.9811487197876,46.701171875],[-61.97998046875,46.70144844055176],[-61.97509765625,46.702486991882324],[-61.97021484375,46.703195095062256],[-61.96533203125,46.70383358001709],[-61.96044921875,46.7047438621521],[-61.95911884307861,46.705078125],[-61.95556640625,46.70592641830444],[-61.95068359375,46.70680904388428],[-61.94580078125,46.70742225646973],[-61.94091796875,46.708136558532715],[-61.93709373474121,46.708984375],[-61.93603515625,46.709235191345215],[-61.93115234375,46.71027660369873],[-61.92626953125,46.71098566055298],[-61.92138671875,46.711617946624756],[-61.91650390625,46.71251726150513],[-61.915011405944824,46.712890625],[-61.91162109375,46.71370458602905],[-61.90673828125,46.71459770202637],[-61.90185546875,46.715208530426025],[-61.89697265625,46.71590805053711],[-61.892924308776855,46.716796875],[-61.89208984375,46.716994285583496],[-61.88720703125,46.718050956726074],[-61.88232421875,46.718770027160645],[-61.87744140625,46.7193922996521],[-61.87255859375,46.72026586532593],[-61.87080383300781,46.720703125],[-61.86767578125,46.72145986557007],[-61.86279296875,46.722376346588135],[-61.85791015625,46.722986698150635],[-61.85302734375,46.723660469055176],[-61.84858798980713,46.724609375],[-61.84814453125,46.72471332550049],[-61.84326171875,46.72579574584961],[-61.83837890625,46.72654676437378],[-61.83349609375,46.72716999053955],[-61.82861328125,46.728020668029785],[-61.82662010192871,46.728515625],[-61.82373046875,46.72921943664551],[-61.81884765625,46.730159282684326],[-61.81396484375,46.73077058792114],[-61.80908203125,46.73142099380493],[-61.80426597595215,46.732421875],[-61.80419921875,46.73243713378906],[-61.79931640625,46.73353815078735],[-61.79443359375,46.734309673309326],[-61.78955078125,46.7349214553833],[-61.78466796875,46.73572540283203],[-61.78215026855469,46.736328125],[-61.77978515625,46.736897468566895],[-61.77490234375,46.7378625869751],[-61.77001953125,46.73849868774414],[-61.76513671875,46.73913908004761],[-61.76025390625,46.74011039733887],[-61.75975799560547,46.740234375],[-61.75537109375,46.741244316101074],[-61.75048828125,46.742053508758545],[-61.74560546875,46.74266004562378],[-61.74072265625,46.74341869354248],[-61.73757553100586,46.744140625],[-61.73583984375,46.744553089141846],[-61.73095703125,46.74554777145386],[-61.72607421875,46.746212005615234],[-61.72119140625,46.74683713912964],[-61.71630859375,46.74775505065918],[-61.7151403427124,46.748046875],[-61.71142578125,46.74892234802246],[-61.70654296875,46.749783515930176],[-61.70166015625,46.750383377075195],[-61.69677734375,46.751086711883545],[-61.692824363708496,46.751953125],[-61.69189453125,46.752171993255615],[-61.68701171875,46.75321388244629],[-61.68212890625,46.75392198562622],[-61.67724609375,46.75453424453735],[-61.67236328125,46.755393505096436],[-61.67048454284668,46.755859375],[-61.66748046875,46.75658655166626],[-61.66259765625,46.75751066207886],[-61.65771484375,46.7581090927124],[-61.65283203125,46.758750915527344],[-61.64794921875,46.75975751876831],[-61.647915840148926,46.759765625],[-61.64306640625,46.76085805892944],[-61.63818359375,46.76162910461426],[-61.63330078125,46.76222848892212],[-61.62841796875,46.76300525665283],[-61.625566482543945,46.763671875],[-61.62353515625,46.76415777206421],[-61.61865234375,46.76513957977295],[-61.61376953125,46.76578760147095],[-61.60888671875,46.76640748977661],[-61.60400390625,46.767333030700684],[-61.6030216217041,46.767578125],[-61.59912109375,46.76848888397217],[-61.59423828125,46.76933431625366],[-61.58935546875,46.7699294090271],[-61.58447265625,46.77062797546387],[-61.58053398132324,46.771484375],[-61.57958984375,46.77170467376709],[-61.57470703125,46.77274465560913],[-61.56982421875,46.773454666137695],[-61.56494140625,46.77406120300293],[-61.56005859375,46.774906635284424],[-61.55808925628662,46.775390625],[-61.55517578125,46.77609300613403],[-61.55029296875,46.77701950073242],[-61.54541015625,46.77761507034302],[-61.54052734375,46.7782416343689],[-61.53564453125,46.77922058105469],[-61.53533935546875,46.779296875],[-61.53076171875,46.780335426330566],[-61.52587890625,46.781124114990234],[-61.52099609375,46.781718730926514],[-61.51611328125,46.78246879577637],[-61.51288032531738,46.783203125],[-61.51123046875,46.78359317779541],[-61.50634765625,46.784584522247314],[-61.50146484375,46.78524398803711],[-61.49658203125,46.7858510017395],[-61.49169921875,46.786736488342285],[-61.49019241333008,46.787109375],[-61.48681640625,46.78791093826294],[-61.48193359375,46.788795471191406],[-61.47705078125,46.789382457733154],[-61.47216796875,46.79003381729126],[-61.46744728088379,46.791015625],[-61.46728515625,46.79105234146118],[-61.46240234375,46.7921347618103],[-61.45751953125,46.792887687683105],[-61.45263671875,46.7934775352478],[-61.44775390625,46.79424715042114],[-61.44484043121338,46.794921875],[-61.44287109375,46.7953896522522],[-61.43798828125,46.796366691589355],[-61.43310546875,46.79700946807861],[-61.42822265625,46.79761457443237],[-61.42333984375,46.79851293563843],[-61.4220666885376,46.798828125],[-61.41845703125,46.799675941467285],[-61.41357421875,46.80054044723511],[-61.40869140625,46.80112648010254],[-61.40380859375,46.80178689956665],[-61.39928340911865,46.802734375],[-61.39892578125,46.80281591415405],[-61.39404296875,46.803887367248535],[-61.38916015625,46.80462980270386],[-61.38427734375,46.805216789245605],[-61.37939453125,46.805988788604736],[-61.3765811920166,46.806640625],[-61.37451171875,46.807129859924316],[-61.36962890625,46.80809783935547],[-61.36474609375,46.80873441696167],[-61.35986328125,46.80933856964111],[-61.35498046875,46.810237407684326],[-61.35373115539551,46.810546875],[-61.35009765625,46.811399936676025],[-61.34521484375,46.81226062774658],[-61.34033203125,46.81283664703369],[-61.33544921875,46.81348657608032],[-61.33079528808594,46.814453125],[-61.33056640625,46.814505100250244],[-61.32568359375,46.81557846069336],[-61.32080078125,46.81632375717163],[-61.31591796875,46.816909313201904],[-61.31103515625,46.817673206329346],[-61.308040618896484,46.818359375],[-61.30615234375,46.81880331039429],[-61.30126953125,46.81977462768555],[-61.29638671875,46.8204140663147],[-61.29150390625,46.82100820541382],[-61.28662109375,46.821884632110596],[-61.28507614135742,46.822265625],[-61.28173828125,46.823055267333984],[-61.27685546875,46.82393980026245],[-61.27197265625,46.82451629638672],[-61.26708984375,46.825143337249756],[-61.26220703125,46.82612609863281],[-61.2620210647583,46.826171875],[-61.25732421875,46.827223777770996],[-61.25244140625,46.82799577713013],[-61.24755859375,46.828571796417236],[-61.24267578125,46.82929229736328],[-61.23912811279297,46.830078125],[-61.23779296875,46.830389976501465],[-61.23291015625,46.83139896392822],[-61.22802734375,46.83207368850708],[-61.22314453125,46.83265495300293],[-61.21826171875,46.83347988128662],[-61.216163635253906,46.833984375],[-61.21337890625,46.83464574813843],[-61.20849609375,46.835569858551025],[-61.20361328125,46.83616638183594],[-61.19873046875,46.83676767349243],[-61.19384765625,46.83769512176514],[-61.19305610656738,46.837890625],[-61.18896484375,46.838829040527344],[-61.18408203125,46.839648723602295],[-61.17919921875,46.840219020843506],[-61.17431640625,46.840885162353516],[-61.16996765136719,46.841796875],[-61.16943359375,46.84191846847534],[-61.16455078125,46.84296798706055],[-61.15966796875,46.84369134902954],[-61.15478515625,46.84426927566528],[-61.14990234375,46.84503364562988],[-61.14696502685547,46.845703125],[-61.14501953125,46.84615707397461],[-61.14013671875,46.84711790084839],[-61.13525390625,46.8477520942688],[-61.13037109375,46.84833812713623],[-61.12548828125,46.8491997718811],[-61.12381935119629,46.849609375],[-61.12060546875,46.85037088394165],[-61.11572265625,46.85126352310181],[-61.11083984375,46.85183000564575],[-61.10595703125,46.8524284362793],[-61.10107421875,46.85337162017822],[-61.10048770904541,46.853515625],[-61.09619140625,46.85448884963989],[-61.09130859375,46.85528755187988],[-61.08642578125,46.85585403442383],[-61.08154296875,46.85653066635132],[-61.07733726501465,46.857421875],[-61.07666015625,46.857576847076416],[-61.07177734375,46.85861682891846],[-61.06689453125,46.85932683944702],[-61.06201171875,46.85989427566528],[-61.05712890625,46.86065053939819],[-61.05414867401123,46.861328125],[-61.05224609375,46.8617730140686],[-61.04736328125,46.86274194717407],[-61.04248046875,46.86337757110596],[-61.03759765625,46.86395311355591],[-61.03271484375,46.86479663848877],[-61.03091239929199,46.865234375],[-61.02783203125,46.8659610748291],[-61.02294921875,46.86686134338379],[-61.01806640625,46.86743783950806],[-61.01318359375,46.8680305480957],[-61.00830078125,46.86895513534546],[-61.00754737854004,46.869140625],[-61.00341796875,46.87008190155029],[-60.99853515625,46.870893478393555],[-60.99365234375,46.87145233154297],[-60.98876953125,46.872100830078125],[-60.98416805267334,46.873046875],[-60.98388671875,46.87311029434204],[-60.97900390625,46.87417030334473],[-60.97412109375,46.874906063079834],[-60.96923828125,46.87546968460083],[-60.96435546875,46.87619209289551],[-60.96088886260986,46.876953125],[-60.95947265625,46.877278327941895],[-60.95458984375,46.8782639503479],[-60.94970703125,46.87892436981201],[-60.94482421875,46.87949323654175],[-60.93994140625,46.88029098510742],[-60.93750476837158,46.880859375],[-60.93505859375,46.881431102752686],[-60.93017578125,46.88235902786255],[-60.92529296875,46.882956981658936],[-60.92041015625,46.88353109359741],[-60.91552734375,46.88439893722534],[-60.91402530670166,46.884765625],[-60.91064453125,46.885557651519775],[-60.90576171875,46.886430740356445],[-60.90087890625,46.886988162994385],[-60.89599609375,46.88758039474487],[-60.89111328125,46.888512134552],[-60.89046001434326,46.888671875],[-60.88623046875,46.88962697982788],[-60.88134765625,46.89042663574219],[-60.87646484375,46.89098262786865],[-60.87158203125,46.891632080078125],[-60.86698532104492,46.892578125],[-60.86669921875,46.89264249801636],[-60.86181640625,46.89370155334473],[-60.85693359375,46.89443302154541],[-60.85205078125,46.894986629486084],[-60.84716796875,46.895689964294434],[-60.843496322631836,46.896484375],[-60.84228515625,46.896761417388916],[-60.83740234375,46.897764682769775],[-60.83251953125,46.89844036102295],[-60.82763671875,46.898996353149414],[-60.82275390625,46.89975690841675],[-60.81995964050293,46.900390625],[-60.81787109375,46.90087270736694],[-60.81298828125,46.90181875228882],[-60.80810546875,46.90244007110596],[-60.80322265625,46.9030065536499],[-60.79833984375,46.903833866119385],[-60.79638957977295,46.904296875],[-60.79345703125,46.90497970581055],[-60.78857421875,46.905874729156494],[-60.78369140625,46.90644645690918],[-60.77880859375,46.90701866149902],[-60.77392578125,46.90790128707886],[-60.77268600463867,46.908203125],[-60.76904296875,46.90904426574707],[-60.76416015625,46.9098916053772],[-60.75927734375,46.910438537597656],[-60.75439453125,46.911030769348145],[-60.74951171875,46.91196393966675],[-60.748915672302246,46.912109375],[-60.74462890625,46.91307210922241],[-60.73974609375,46.913864612579346],[-60.73486328125,46.91441106796265],[-60.72998046875,46.91504764556885],[-60.72520732879639,46.916015625],[-60.72509765625,46.91603994369507],[-60.72021484375,46.9171028137207],[-60.71533203125,46.91784143447876],[-60.71044921875,46.9183874130249],[-60.70556640625,46.9190673828125],[-60.70152759552002,46.919921875],[-60.70068359375,46.920114040374756],[-60.69580078125,46.92113447189331],[-60.69091796875,46.92182445526123],[-60.68603515625,46.92236852645874],[-60.68115234375,46.92308807373047],[-60.67777156829834,46.923828125],[-60.67626953125,46.924171924591064],[-60.67138671875,46.92515182495117],[-60.66650390625,46.92580461502075],[-60.66162109375,46.92635202407837],[-60.65673828125,46.92711353302002],[-60.65399169921875,46.927734375],[-60.65185546875,46.928224086761475],[-60.64697265625,46.929163455963135],[-60.64208984375,46.929779052734375],[-60.63720703125,46.93033409118652],[-60.63232421875,46.93113994598389],[-60.630173683166504,46.931640625],[-60.62744140625,46.932270526885986],[-60.62255859375,46.933170318603516],[-60.61767578125,46.933749198913574],[-60.61279296875,46.93430852890015],[-60.60791015625,46.93515682220459],[-60.60628414154053,46.935546875],[-60.60302734375,46.93630075454712],[-60.59814453125,46.937172412872314],[-60.59326171875,46.937721252441406],[-60.58837890625,46.93828296661377],[-60.58349609375,46.939162731170654],[-60.58229923248291,46.939453125],[-60.57861328125,46.940298557281494],[-60.57373046875,46.94113826751709],[-60.56884765625,46.9416766166687],[-60.56396484375,46.942254066467285],[-60.55908203125,46.94316577911377],[-60.55828094482422,46.943359375],[-60.55419921875,46.94428014755249],[-60.54931640625,46.94508504867554],[-60.54443359375,46.94562292098999],[-60.53955078125,46.94622755050659],[-60.53466796875,46.94717359542847],[-60.53428649902344,46.947265625],[-60.52978515625,46.948262214660645],[-60.52490234375,46.94903326034546],[-60.52001953125,46.949570178985596],[-60.51513671875,46.950199604034424],[-60.510287284851074,46.951171875],[-60.51025390625,46.95117950439453],[-60.50537109375,46.952242851257324],[-60.50048828125,46.952982902526855],[-60.49560546875,46.9535174369812],[-60.49072265625,46.95416736602783],[-60.48625946044922,46.955078125],[-60.48583984375,46.95517110824585],[-60.48095703125,46.95620822906494],[-60.47607421875,46.95692491531372],[-60.47119140625,46.95745849609375],[-60.46630859375,46.95812797546387],[-60.46217918395996,46.958984375],[-60.46142578125,46.95915222167969],[-60.45654296875,46.96016597747803],[-60.45166015625,46.96085977554321],[-60.44677734375,46.96139192581177],[-60.44189453125,46.96207809448242],[-60.43803691864014,46.962890625],[-60.43701171875,46.96312093734741],[-60.43212890625,46.96411657333374],[-60.42724609375,46.96479034423828],[-60.42236328125,46.965322971343994],[-60.41748046875,46.966026306152344],[-60.413880348205566,46.966796875],[-60.41259765625,46.96708583831787],[-60.40771484375,46.96806478500366],[-60.40283203125,46.96872043609619],[-60.39794921875,46.96925210952759],[-60.39306640625,46.969969749450684],[-60.38968563079834,46.970703125],[-60.38818359375,46.97104358673096],[-60.38330078125,46.972012519836426],[-60.37841796875,46.97265911102295],[-60.37353515625,46.97319936752319],[-60.36865234375,46.97393989562988],[-60.365610122680664,46.974609375],[-60.36376953125,46.97502613067627],[-60.35888671875,46.97597026824951],[-60.35400390625,46.97659349441528],[-60.34912109375,46.97712707519531],[-60.34423828125,46.9778733253479],[-60.34133434295654,46.978515625],[-60.33935546875,46.978962898254395],[-60.33447265625,46.979899406433105],[-60.32958984375,46.98051691055298],[-60.32470703125,46.981050968170166],[-60.31982421875,46.98180294036865],[-60.31703472137451,46.982421875],[-60.31494140625,46.98289442062378],[-60.31005859375,46.98382329940796],[-60.30517578125,46.98443603515625],[-60.30029296875,46.98496913909912],[-60.29541015625,46.985724449157715],[-60.29269218444824,46.986328125],[-60.29052734375,46.986814975738525],[-60.28564453125,46.987736225128174],[-60.28076171875,46.988341331481934],[-60.27587890625,46.98887491226196],[-60.27099609375,46.98963499069214],[-60.26830196380615,46.990234375],[-60.26611328125,46.99072790145874],[-60.26123046875,46.99164581298828],[-60.25634765625,46.99224519729614],[-60.25146484375,46.99277591705322],[-60.24658203125,46.99353551864624],[-60.24386405944824,46.994140625],[-60.24169921875,46.99462890625],[-60.23681640625,46.995548248291016],[-60.23193359375,46.99614763259888],[-60.22705078125,46.996675968170166],[-60.22216796875,46.99743127822876],[-60.21939277648926,46.998046875],[-60.21728515625,46.99852180480957],[-60.21240234375,46.99944448471069],[-60.20751953125,47.00004768371582],[-60.20263671875,47.000574588775635],[-60.19775390625,47.0013222694397],[-60.1948881149292,47.001953125],[-60.19287109375,47.00240707397461],[-60.18798828125,47.003334522247314],[-60.18310546875,47.003944396972656],[-60.17822265625,47.004469871520996],[-60.17333984375,47.00520706176758],[-60.17035484313965,47.005859375],[-60.16845703125,47.00628471374512],[-60.16357421875,47.00721979141235],[-60.15869140625,47.00783967971802],[-60.15380859375,47.008363246917725],[-60.14892578125,47.00908660888672],[-60.14577865600586,47.009765625],[-60.14404296875,47.010151863098145],[-60.13916015625,47.01109600067139],[-60.13427734375,47.011725425720215],[-60.12939453125,47.01224613189697],[-60.12451171875,47.01295614242554],[-60.12115478515625,47.013671875],[-60.11962890625,47.014010429382324],[-60.11474609375,47.01496458053589],[-60.10986328125,47.01560401916504],[-60.10498046875,47.01612138748169],[-60.10009765625,47.01681709289551],[-60.0964879989624,47.017578125],[-60.09521484375,47.0178599357605],[-60.09033203125,47.01882982254028],[-60.08544921875,47.019482135772705],[-60.08056640625,47.01999568939209],[-60.07568359375,47.02067279815674],[-60.0717830657959,47.021484375],[-60.07080078125,47.02170181274414],[-60.06591796875,47.022690296173096],[-60.06103515625,47.0233588218689],[-60.05615234375,47.023869037628174],[-60.05126953125,47.02452611923218],[-60.04703998565674,47.025390625],[-60.04638671875,47.02553462982178],[-60.04150390625,47.026543617248535],[-60.03662109375,47.0272331237793],[-60.03173828125,47.02774238586426],[-60.02685546875,47.02837896347046],[-60.022263526916504,47.029296875],[-60.02197265625,47.0293607711792],[-60.01708984375,47.0303897857666],[-60.01220703125,47.03110408782959],[-60.00732421875,47.0316162109375],[-60.00244140625,47.03223180770874],[-59.99755859375,47.03318166732788],[-59.99746799468994,47.033203125],[-59.99267578125,47.034231662750244],[-59.98779296875,47.03497362136841],[-59.98291015625,47.035483837127686],[-59.97802734375,47.036070823669434],[-59.97314453125,47.03698539733887],[-59.97262477874756,47.037109375],[-59.96826171875,47.03806447982788],[-59.96337890625,47.03883695602417],[-59.95849609375,47.0393443107605],[-59.95361328125,47.03990411758423],[-59.94873046875,47.04078531265259],[-59.94776725769043,47.041015625],[-59.94384765625,47.04189157485962],[-59.93896484375,47.04270076751709],[-59.93408203125,47.04320812225342],[-59.92919921875,47.04374027252197],[-59.92431640625,47.04457902908325],[-59.922847747802734,47.044921875],[-59.91943359375,47.04568529129028],[-59.91455078125,47.04652214050293],[-59.90966796875,47.04705047607422],[-59.90478515625,47.04757213592529],[-59.89990234375,47.0483717918396],[-59.89789009094238,47.048828125],[-59.89501953125,47.04946804046631],[-59.89013671875,47.05033349990845],[-59.88525390625,47.050889015197754],[-59.88037109375,47.05140495300293],[-59.87548828125,47.05216407775879],[-59.87289905548096,47.052734375],[-59.87060546875,47.0532431602478],[-59.86572265625,47.054142475128174],[-59.86083984375,47.054731369018555],[-59.85595703125,47.05524015426636],[-59.85107421875,47.05595397949219],[-59.8478364944458,47.056640625],[-59.84619140625,47.057003021240234],[-59.84130859375,47.05794286727905],[-59.83642578125,47.05857229232788],[-59.83154296875,47.05907678604126],[-59.82666015625,47.05974626541138],[-59.82274055480957,47.060546875],[-59.82177734375,47.06075620651245],[-59.81689453125,47.061737060546875],[-59.81201171875,47.062408447265625],[-59.80712890625,47.06290578842163],[-59.80224609375,47.06352996826172],[-59.79755401611328,47.064453125],[-59.79736328125,47.06449508666992],[-59.79248046875,47.0655255317688],[-59.78759765625,47.06624412536621],[-59.78271484375,47.06673765182495],[-59.77783203125,47.06731843948364],[-59.77294921875,47.06822967529297],[-59.77240562438965,47.068359375],[-59.76806640625,47.06930875778198],[-59.76318359375,47.0700798034668],[-59.75830078125,47.07057571411133],[-59.75341796875,47.07111597061157],[-59.74853515625,47.07196664810181],[-59.747257232666016,47.072265625],[-59.74365234375,47.07306528091431],[-59.73876953125,47.073885440826416],[-59.73388671875,47.074400901794434],[-59.72900390625,47.07491493225098],[-59.72412109375,47.07570457458496],[-59.72203254699707,47.076171875],[-59.71923828125,47.07678937911987],[-59.71435546875,47.07765340805054],[-59.70947265625,47.07821178436279],[-59.70458984375,47.07871627807617],[-59.69970703125,47.07944393157959],[-59.696736335754395,47.080078125],[-59.69482421875,47.0804967880249],[-59.68994140625,47.08141613006592],[-59.68505859375,47.082026958465576],[-59.68017578125,47.082523822784424],[-59.67529296875,47.08319139480591],[-59.671387672424316,47.083984375],[-59.67041015625,47.08419609069824],[-59.66552734375,47.08517122268677],[-59.66064453125,47.08583879470825],[-59.65576171875,47.08632850646973],[-59.65087890625,47.08693742752075],[-59.64599609375,47.087881088256836],[-59.645957946777344,47.087890625],[-59.64111328125,47.08892202377319],[-59.63623046875,47.08965349197388],[-59.63134765625,47.09014081954956],[-59.62646484375,47.09069538116455],[-59.62158203125,47.09156847000122],[-59.62061405181885,47.091796875],[-59.61669921875,47.092660903930664],[-59.61181640625,47.09346103668213],[-59.60693359375,47.09395885467529],[-59.60205078125,47.09446716308594],[-59.59716796875,47.09526014328003],[-59.59518909454346,47.095703125],[-59.59228515625,47.09634065628052],[-59.58740234375,47.09719514846802],[-59.58251953125,47.09774303436279],[-59.57763671875,47.09823989868164],[-59.57275390625,47.098960876464844],[-59.569692611694336,47.099609375],[-59.56787109375,47.10000705718994],[-59.56298828125,47.1009259223938],[-59.55810546875,47.10153675079346],[-59.55322265625,47.102025508880615],[-59.54833984375,47.10267448425293],[-59.544129371643066,47.103515625],[-59.54345703125,47.10365962982178],[-59.53857421875,47.104650020599365],[-59.53369140625,47.10533428192139],[-59.52880859375,47.10582160949707],[-59.52392578125,47.10640335083008],[-59.51904296875,47.10730600357056],[-59.51855182647705,47.107421875],[-59.51416015625,47.10836982727051],[-59.50927734375,47.10913372039795],[-59.50439453125,47.10962200164795],[-59.49951171875,47.110140323638916],[-59.49462890625,47.1109504699707],[-59.49295520782471,47.111328125],[-59.48974609375,47.1120285987854],[-59.48486328125,47.1128625869751],[-59.47998046875,47.113394260406494],[-59.47509765625,47.113887786865234],[-59.47021484375,47.114614486694336],[-59.4672966003418,47.115234375],[-59.46533203125,47.11566114425659],[-59.46044921875,47.116567611694336],[-59.45556640625,47.11716651916504],[-59.45068359375,47.11764860153198],[-59.44580078125,47.118295192718506],[-59.441561698913574,47.119140625],[-59.44091796875,47.11927843093872],[-59.43603515625,47.12026882171631],[-59.43115234375,47.12095069885254],[-59.42626953125,47.12142992019653],[-59.42138671875,47.12200212478638],[-59.41650390625,47.1228928565979],[-59.41584587097168,47.123046875],[-59.41162109375,47.12396430969238],[-59.40673828125,47.12474060058594],[-59.40185546875,47.125226974487305],[-59.39697265625,47.125728607177734],[-59.39208984375,47.126508712768555],[-59.3900728225708,47.126953125],[-59.38720703125,47.12757349014282],[-59.38232421875,47.12842845916748],[-59.37744140625,47.12898111343384],[-59.37255859375,47.12946271896362],[-59.36767578125,47.1301474571228],[-59.364213943481445,47.130859375],[-59.36279296875,47.13116407394409],[-59.35791015625,47.13210582733154],[-59.35302734375,47.13274002075195],[-59.34814453125,47.13321256637573],[-59.34326171875,47.133811950683594],[-59.33837890625,47.134742736816406],[-59.33828353881836,47.134765625],[-59.33349609375,47.135780334472656],[-59.32861328125,47.13651084899902],[-59.32373046875,47.13698482513428],[-59.31884765625,47.13750743865967],[-59.31396484375,47.13832712173462],[-59.31243419647217,47.138671875],[-59.30908203125,47.13939905166626],[-59.30419921875,47.14021873474121],[-59.29931640625,47.140738010406494],[-59.29443359375,47.14122152328491],[-59.28955078125,47.14193534851074],[-59.28647518157959,47.142578125],[-59.28466796875,47.142966747283936],[-59.27978515625,47.143877029418945],[-59.27490234375,47.14448404312134],[-59.27001953125,47.14495849609375],[-59.26513671875,47.14557600021362],[-59.26042079925537,47.146484375],[-59.26025390625,47.146520137786865],[-59.25537109375,47.14753246307373],[-59.25048828125,47.14824438095093],[-59.24560546875,47.148719787597656],[-59.24072265625,47.1492486000061],[-59.23583984375,47.15007019042969],[-59.23441410064697,47.150390625],[-59.23095703125,47.151134967803955],[-59.22607421875,47.15195035934448],[-59.22119140625,47.152469635009766],[-59.21630859375,47.15294647216797],[-59.21142578125,47.153648853302],[-59.20830249786377,47.154296875],[-59.20654296875,47.154672622680664],[-59.20166015625,47.155587673187256],[-59.19677734375,47.156198024749756],[-59.19189453125,47.15666389465332],[-59.18701171875,47.15726566314697],[-59.18212890625,47.1581974029541],[-59.18210506439209,47.158203125],[-59.17724609375,47.15922498703003],[-59.17236328125,47.159947872161865],[-59.16748046875,47.160415172576904],[-59.16259765625,47.16092777252197],[-59.15771484375,47.161728858947754],[-59.15599822998047,47.162109375],[-59.15283203125,47.162789821624756],[-59.14794921875,47.163615703582764],[-59.14306640625,47.164143562316895],[-59.13818359375,47.16461658477783],[-59.13330078125,47.165297508239746],[-59.12975788116455,47.166015625],[-59.12841796875,47.16629981994629],[-59.12353515625,47.167235374450684],[-59.11865234375,47.16787147521973],[-59.11376953125,47.168338775634766],[-59.10888671875,47.16891574859619],[-59.10400390625,47.169803619384766],[-59.10349369049072,47.169921875],[-59.09912109375,47.17085409164429],[-59.09423828125,47.171616077423096],[-59.08935546875,47.17209005355835],[-59.08447265625,47.172568798065186],[-59.07958984375,47.17331075668335],[-59.077157974243164,47.173828125],[-59.07470703125,47.17435026168823],[-59.06982421875,47.17521905899048],[-59.06494140625,47.17578887939453],[-59.06005859375,47.17625045776367],[-59.05517578125,47.17687654495239],[-59.05076026916504,47.177734375],[-59.05029296875,47.17783308029175],[-59.04541015625,47.17882490158081],[-59.04052734375,47.179513931274414],[-59.03564453125,47.179973125457764],[-59.03076171875,47.180495262145996],[-59.02587890625,47.18131065368652],[-59.024391174316406,47.181640625],[-59.02099609375,47.18236589431763],[-59.01611328125,47.1831750869751],[-59.01123046875,47.183688163757324],[-59.00634765625,47.18415594100952],[-59.00146484375,47.1848349571228],[-58.997931480407715,47.185546875],[-58.99658203125,47.185832023620605],[-58.99169921875,47.18676280975342],[-58.98681640625,47.18739604949951],[-58.98193359375,47.187857151031494],[-58.97705078125,47.18842124938965],[-58.97216796875,47.189287185668945],[-58.97143840789795,47.189453125],[-58.96728515625,47.19033145904541],[-58.96240234375,47.191099643707275],[-58.95751953125,47.19158172607422],[-58.95263671875,47.19205093383789],[-58.94775390625,47.19276142120361],[-58.94486904144287,47.193359375],[-58.94287109375,47.19378089904785],[-58.93798828125,47.194674491882324],[-58.93310546875,47.19526958465576],[-58.92822265625,47.19572353363037],[-58.92333984375,47.19631004333496],[-58.91845703125,47.19721794128418],[-58.91825199127197,47.197265625],[-58.91357421875,47.19824838638306],[-58.90869140625,47.19898176193237],[-58.90380859375,47.19944095611572],[-58.89892578125,47.19992113113403],[-58.89404296875,47.20066690444946],[-58.891658782958984,47.201171875],[-58.88916015625,47.20170021057129],[-58.88427734375,47.20255661010742],[-58.87939453125,47.20311784744263],[-58.87451171875,47.203572273254395],[-58.86962890625,47.20418357849121],[-58.864922523498535,47.205078125],[-58.86474609375,47.20511436462402],[-58.85986328125,47.20611572265625],[-58.85498046875,47.206822872161865],[-58.85009765625,47.20728063583374],[-58.84521484375,47.20777940750122],[-58.84033203125,47.20855236053467],[-58.838324546813965,47.208984375],[-58.83544921875,47.20959186553955],[-58.83056640625,47.21042728424072],[-58.82568359375,47.210970401763916],[-58.82080078125,47.211427211761475],[-58.81591796875,47.21205377578735],[-58.811564445495605,47.212890625],[-58.81103515625,47.21300029754639],[-58.80615234375,47.2139778137207],[-58.80126953125,47.21466112136841],[-58.79638671875,47.21511363983154],[-58.79150390625,47.21561527252197],[-58.78662109375,47.216392040252686],[-58.78474235534668,47.216796875],[-58.78173828125,47.21742868423462],[-58.77685546875,47.21825361251831],[-58.77197265625,47.21878719329834],[-58.76708984375,47.219237327575684],[-58.76220703125,47.21986246109009],[-58.75783443450928,47.220703125],[-58.75732421875,47.22080945968628],[-58.75244140625,47.221786975860596],[-58.74755859375,47.2224702835083],[-58.74267578125,47.22291898727417],[-58.73779296875,47.22341823577881],[-58.73291015625,47.2241907119751],[-58.7309455871582,47.224609375],[-58.72802734375,47.2252197265625],[-58.72314453125,47.226046085357666],[-58.71826171875,47.22658395767212],[-58.71337890625,47.227036476135254],[-58.70849609375,47.22765350341797],[-58.70394706726074,47.228515625],[-58.70361328125,47.22858476638794],[-58.69873046875,47.229570388793945],[-58.69384765625,47.230265617370605],[-58.68896484375,47.23071575164795],[-58.68408203125,47.23119831085205],[-58.67919921875,47.231943130493164],[-58.67691516876221,47.232421875],[-58.67431640625,47.232964515686035],[-58.66943359375,47.23381185531616],[-58.66455078125,47.23436975479126],[-58.65966796875,47.23481369018555],[-58.65478515625,47.23540544509888],[-58.64990234375,47.23631143569946],[-58.64983081817627,47.236328125],[-58.64501953125,47.23732233047485],[-58.64013671875,47.2380428314209],[-58.63525390625,47.23849296569824],[-58.63037109375,47.238956451416016],[-58.62548828125,47.239673137664795],[-58.622756004333496,47.240234375],[-58.62060546875,47.24068260192871],[-58.61572265625,47.24155282974243],[-58.61083984375,47.24213218688965],[-58.60595703125,47.242570877075195],[-58.60107421875,47.2431321144104],[-58.59619140625,47.24399423599243],[-58.59553813934326,47.244140625],[-58.59130859375,47.24501705169678],[-58.58642578125,47.24576807022095],[-58.58154296875,47.24624061584473],[-58.57666015625,47.24669599533081],[-58.57177734375,47.24737024307251],[-58.568358421325684,47.248046875],[-58.56689453125,47.24834871292114],[-58.56201171875,47.24925994873047],[-58.55712890625,47.24988317489624],[-58.55224609375,47.25032424926758],[-58.54736328125,47.25084590911865],[-58.54248046875,47.25164842605591],[-58.54106903076172,47.251953125],[-58.53759765625,47.25267314910889],[-58.53271484375,47.253467082977295],[-58.52783203125,47.253976821899414],[-58.52294921875,47.25441598892212],[-58.51806640625,47.25503635406494],[-58.513736724853516,47.255859375],[-58.51318359375,47.25597286224365],[-58.50830078125,47.25693941116333],[-58.50341796875,47.25761795043945],[-58.49853515625,47.258058071136475],[-58.49365234375,47.25853633880615],[-58.48876953125,47.25927400588989],[-58.48639965057373,47.259765625],[-58.48388671875,47.26028490066528],[-58.47900390625,47.26113033294678],[-58.47412109375,47.26168775558472],[-58.46923828125,47.26212167739868],[-58.46435546875,47.26268720626831],[-58.45947265625,47.263550758361816],[-58.45892906188965,47.263671875],[-58.45458984375,47.26456260681152],[-58.44970703125,47.26530456542969],[-58.44482421875,47.26577138900757],[-58.43994140625,47.26622009277344],[-58.43505859375,47.26688289642334],[-58.43149662017822,47.267578125],[-58.43017578125,47.2678484916687],[-58.42529296875,47.26876401901245],[-58.42041015625,47.26939582824707],[-58.41552734375,47.26983165740967],[-58.41064453125,47.2703332901001],[-58.40576171875,47.27110481262207],[-58.403964042663574,47.271484375],[-58.40087890625,47.27211952209473],[-58.39599609375,47.27293109893799],[-58.39111328125,47.273459911346436],[-58.38623046875,47.27389097213745],[-58.38134765625,47.274476051330566],[-58.37646484375,47.27536916732788],[-58.37636947631836,47.275390625],[-58.37158203125,47.27636480331421],[-58.36669921875,47.27708101272583],[-58.35693359375,47.277973651885986],[-58.35205078125,47.27865266799927],[-58.34879398345947,47.279296875],[-58.34716796875,47.27962923049927],[-58.34228515625,47.280524253845215],[-58.33740234375,47.281134605407715],[-58.33251953125,47.28156328201294],[-58.32763671875,47.28207302093506],[-58.32275390625,47.28285217285156],[-58.32108497619629,47.283203125],[-58.31787109375,47.283859729766846],[-58.31298828125,47.284658432006836],[-58.30810546875,47.28517961502075],[-58.30322265625,47.28561449050903],[-58.29833984375,47.28620100021362],[-58.29345703125,47.28708744049072],[-58.29335689544678,47.287109375],[-58.28857421875,47.28807973861694],[-58.28369140625,47.28879690170288],[-58.27880859375,47.28924226760864],[-58.27392578125,47.28967809677124],[-58.26904296875,47.29033946990967],[-58.265581130981445,47.291015625],[-58.26416015625,47.29130458831787],[-58.25927734375,47.29221057891846],[-58.25439453125,47.29283285140991],[-58.24951171875,47.293259620666504],[-58.24462890625,47.293752670288086],[-58.23974609375,47.29450845718384],[-58.23775291442871,47.294921875],[-58.23486328125,47.29551076889038],[-58.22998046875,47.296326637268066],[-58.22509765625,47.29686212539673],[-58.22021484375,47.29728555679321],[-58.21533203125,47.29784345626831],[-58.21044921875,47.298691272735596],[-58.20981979370117,47.298828125],[-58.20556640625,47.29968976974487],[-58.20068359375,47.30042886734009],[-58.19580078125,47.30089712142944],[-58.19091796875,47.301331996917725],[-58.18603515625,47.30196189880371],[-58.181939125061035,47.302734375],[-58.18115234375,47.30289268493652],[-58.17626953125,47.303834438323975],[-58.17138671875,47.30449724197388],[-58.16650390625,47.30492448806763],[-58.16162109375,47.30538034439087],[-58.15673828125,47.30607843399048],[-58.15392017364502,47.306640625],[-58.15185546875,47.3070592880249],[-58.14697265625,47.307923316955566],[-58.14208984375,47.308507442474365],[-58.13720703125,47.30892896652222],[-58.13232421875,47.30943965911865],[-58.12744140625,47.310219287872314],[-58.125877380371094,47.310546875],[-58.12255859375,47.31121873855591],[-58.11767578125,47.312007904052734],[-58.11279296875,47.31252098083496],[-58.10791015625,47.31294012069702],[-58.10302734375,47.31350755691528],[-58.09814453125,47.31436729431152],[-58.09774875640869,47.314453125],[-58.09326171875,47.31535291671753],[-58.08837890625,47.31607675552368],[-58.08349609375,47.31653356552124],[-58.07861328125,47.316965103149414],[-58.07373046875,47.31759452819824],[-58.069658279418945,47.318359375],[-58.06884765625,47.31852149963379],[-58.06396484375,47.31945848464966],[-58.05908203125,47.32011890411377],[-58.05419921875,47.32054138183594],[-58.04931640625,47.320990562438965],[-58.04443359375,47.321675300598145],[-58.04142475128174,47.322265625],[-58.03955078125,47.32264232635498],[-58.03466796875,47.32351350784302],[-58.02978515625,47.32411003112793],[-58.02490234375,47.32453012466431],[-58.02001953125,47.32501983642578],[-58.01513671875,47.325767040252686],[-58.01316261291504,47.326171875],[-58.01025390625,47.326756954193115],[-58.00537109375,47.32756853103638],[-58.00048828125,47.32810401916504],[-57.99560546875,47.328516483306885],[-57.99072265625,47.32905149459839],[-57.98583984375,47.329864501953125],[-57.98482894897461,47.330078125],[-57.98095703125,47.33084964752197],[-57.97607421875,47.33160209655762],[-57.97119140625,47.332087993621826],[-57.96630859375,47.33250713348389],[-57.96142578125,47.33308792114258],[-57.95654296875,47.333959102630615],[-57.95642852783203,47.333984375],[-57.95166015625,47.33493089675903],[-57.94677734375,47.33563852310181],[-57.94189453125,47.336082458496094],[-57.93701171875,47.33650779724121],[-57.93212890625,47.3371319770813],[-57.928056716918945,47.337890625],[-57.92724609375,47.338051319122314],[-57.92236328125,47.3389835357666],[-57.91748046875,47.33964443206787],[-57.91259765625,47.34006357192993],[-57.90771484375,47.34049987792969],[-57.90283203125,47.34116554260254],[-57.89956569671631,47.341796875],[-57.89794921875,47.3421196937561],[-57.89306640625,47.34300231933594],[-57.88818359375,47.34361171722412],[-57.88330078125,47.3440260887146],[-57.87841796875,47.34449338912964],[-57.87353515625,47.34520483016968],[-57.87102699279785,47.345703125],[-57.86865234375,47.346177101135254],[-57.86376953125,47.347015380859375],[-57.85888671875,47.34757947921753],[-57.85400390625,47.347986698150635],[-57.84912109375,47.3484845161438],[-57.84423828125,47.34924030303955],[-57.842421531677246,47.349609375],[-57.83935546875,47.35021686553955],[-57.83447265625,47.3510103225708],[-57.82958984375,47.351537227630615],[-57.82470703125,47.351948261260986],[-57.81982421875,47.35247564315796],[-57.81494140625,47.353267669677734],[-57.81374931335449,47.353515625],[-57.81005859375,47.35424613952637],[-57.80517578125,47.355005741119385],[-57.80029296875,47.35550022125244],[-57.79541015625,47.3559136390686],[-57.79052734375,47.35646724700928],[-57.78564453125,47.3572940826416],[-57.78503894805908,47.357421875],[-57.78076171875,47.358262062072754],[-57.77587890625,47.35899114608765],[-57.77099609375,47.35945796966553],[-57.76611328125,47.359867572784424],[-57.76123046875,47.36044692993164],[-57.75634765625,47.36131191253662],[-57.75627136230469,47.361328125],[-57.75146484375,47.36226511001587],[-57.74658203125,47.36296510696411],[-57.74169921875,47.3634090423584],[-57.73681640625,47.363821506500244],[-57.73193359375,47.36442041397095],[-57.72744178771973,47.365234375],[-57.72705078125,47.36531114578247],[-57.72216796875,47.36625576019287],[-57.71728515625,47.36693572998047],[-57.71240234375,47.36735820770264],[-57.70751953125,47.367774963378906],[-57.70263671875,47.36839580535889],[-57.69859790802002,47.369140625],[-57.69775390625,47.3693060874939],[-57.69287109375,47.370229721069336],[-57.68798828125,47.37088680267334],[-57.68310546875,47.37129735946655],[-57.67822265625,47.371718406677246],[-57.67333984375,47.37235641479492],[-57.66964912414551,47.373046875],[-57.66845703125,47.37328100204468],[-57.66357421875,47.37418222427368],[-57.65869140625,47.37481880187988],[-57.65380859375,47.37522888183594],[-57.64892578125,47.37565755844116],[-57.64404296875,47.376309871673584],[-57.640652656555176,47.376953125],[-57.63916015625,47.377246379852295],[-57.63427734375,47.378129959106445],[-57.62939453125,47.37874460220337],[-57.62451171875,47.37914991378784],[-57.61962890625,47.379592418670654],[-57.61474609375,47.380260944366455],[-57.61160373687744,47.380859375],[-57.60986328125,47.381200313568115],[-57.60498046875,47.38206768035889],[-57.60009765625,47.3826699256897],[-57.59521484375,47.38307189941406],[-57.59033203125,47.38352060317993],[-57.58544921875,47.38419723510742],[-57.582478523254395,47.384765625],[-57.58056640625,47.38513898849487],[-57.57568359375,47.38599443435669],[-57.57080078125,47.38658618927002],[-57.56591796875,47.38698720932007],[-57.56103515625,47.38743877410889],[-57.55615234375,47.38812208175659],[-57.55329608917236,47.388671875],[-57.55126953125,47.389068603515625],[-57.54638671875,47.38991641998291],[-57.54150390625,47.390501499176025],[-57.53662109375,47.39090299606323],[-57.53173828125,47.39135408401489],[-57.52685546875,47.39203691482544],[-57.524046897888184,47.392578125],[-57.52197265625,47.39298391342163],[-57.51708984375,47.3938307762146],[-57.51220703125,47.39441108703613],[-57.50732421875,47.394808769226074],[-57.50244140625,47.395263671875],[-57.49755859375,47.395949840545654],[-57.49476909637451,47.396484375],[-57.49267578125,47.39689111709595],[-57.48779296875,47.39773416519165],[-57.48291015625,47.3983154296875],[-57.47802734375,47.398712158203125],[-57.47314453125,47.39916467666626],[-57.46826171875,47.399845600128174],[-57.46540546417236,47.400390625],[-57.46337890625,47.40078401565552],[-57.45849609375,47.40162944793701],[-57.45361328125,47.40221405029297],[-57.44873046875,47.402610778808594],[-57.44384765625,47.403056621551514],[-57.43896484375,47.403730392456055],[-57.43598937988281,47.404296875],[-57.43408203125,47.404667377471924],[-57.42919921875,47.405518531799316],[-57.42431640625,47.406110763549805],[-57.41943359375,47.406508922576904],[-57.41455078125,47.40694522857666],[-57.40966796875,47.40760517120361],[-57.40650177001953,47.408203125],[-57.40478515625,47.4085373878479],[-57.39990234375,47.409400939941406],[-57.39501953125,47.4100022315979],[-57.39013671875,47.410398960113525],[-57.38525390625,47.41082954406738],[-57.38037109375,47.41147708892822],[-57.37697124481201,47.412109375],[-57.37548828125,47.412395000457764],[-57.37060546875,47.41327142715454],[-57.36572265625,47.41388940811157],[-57.36083984375,47.414286613464355],[-57.35595703125,47.414706230163574],[-57.35107421875,47.41533708572388],[-57.34736919403076,47.416015625],[-57.34619140625,47.416242599487305],[-57.34130859375,47.4171347618103],[-57.33642578125,47.417770862579346],[-57.33154296875,47.41816997528076],[-57.32666015625,47.41857624053955],[-57.32177734375,47.41918659210205],[-57.31769561767578,47.419921875],[-57.31689453125,47.42007541656494],[-57.31201171875,47.420979499816895],[-57.30712890625,47.421632289886475],[-57.30224609375,47.42204236984253],[-57.29736328125,47.42243957519531],[-57.29248046875,47.42302942276001],[-57.28795528411865,47.423828125],[-57.28759765625,47.423895835876465],[-57.28271484375,47.42480945587158],[-57.27783203125,47.42548131942749],[-57.27294921875,47.4259090423584],[-57.26806640625,47.4263014793396],[-57.26318359375,47.426865100860596],[-57.25830078125,47.42769813537598],[-57.258124351501465,47.427734375],[-57.25341796875,47.428624629974365],[-57.24853515625,47.42931795120239],[-57.24365234375,47.42976379394531],[-57.23876953125,47.430156230926514],[-57.23388671875,47.43069791793823],[-57.22900390625,47.4314980506897],[-57.22830772399902,47.431640625],[-57.22412109375,47.432440757751465],[-57.21923828125,47.43316316604614],[-57.21435546875,47.43362903594971],[-57.20947265625,47.4340181350708],[-57.20458984375,47.434539794921875],[-57.19970703125,47.435306549072266],[-57.198495864868164,47.435546875],[-57.19482421875,47.43624305725098],[-57.18994140625,47.43699073791504],[-57.18505859375,47.4374885559082],[-57.18017578125,47.43787622451782],[-57.17529296875,47.438366413116455],[-57.17041015625,47.439093589782715],[-57.16855049133301,47.439453125],[-57.16552734375,47.440025806427],[-57.16064453125,47.4408073425293],[-57.15576171875,47.44133996963501],[-57.15087890625,47.441725730895996],[-57.14599609375,47.442185401916504],[-57.14111328125,47.442872047424316],[-57.13852882385254,47.443359375],[-57.13623046875,47.4437952041626],[-57.13134765625,47.44461631774902],[-57.12646484375,47.44518756866455],[-57.12158203125,47.44557476043701],[-57.11669921875,47.446006774902344],[-57.11181640625,47.446648597717285],[-57.10844039916992,47.447265625],[-57.10693359375,47.447550773620605],[-57.10205078125,47.448416233062744],[-57.09716796875,47.44903326034546],[-57.09228515625,47.44942378997803],[-57.08740234375,47.44982290267944],[-57.08251953125,47.450419902801514],[-57.07824230194092,47.451171875],[-57.07763671875,47.45128536224365],[-57.07275390625,47.45217704772949],[-57.06787109375,47.45283365249634],[-57.06298828125,47.4532527923584],[-57.05810546875,47.45363903045654],[-57.05322265625,47.45419120788574],[-57.04833984375,47.454999923706055],[-57.047953605651855,47.455078125],[-57.04345703125,47.455915451049805],[-57.03857421875,47.45661687850952],[-57.03369140625,47.45707654953003],[-57.02880859375,47.457457542419434],[-57.02392578125,47.45796585083008],[-57.01904296875,47.45871591567993],[-57.017669677734375,47.458984375],[-57.01416015625,47.45964241027832],[-57.00927734375,47.46039295196533],[-57.00439453125,47.46089744567871],[-56.99951171875,47.4612774848938],[-56.99462890625,47.46174430847168],[-56.98974609375,47.462435245513916],[-56.98732852935791,47.462890625],[-56.98486328125,47.46335458755493],[-56.97998046875,47.46416187286377],[-56.97509765625,47.464723110198975],[-56.97021484375,47.46510410308838],[-56.96533203125,47.46552562713623],[-56.96044921875,47.466156005859375],[-56.95690155029297,47.466796875],[-56.95556640625,47.46704864501953],[-56.95068359375,47.46791696548462],[-56.94580078125,47.46854209899902],[-56.94091796875,47.4689359664917],[-56.93603515625,47.469318866729736],[-56.93115234375,47.46988582611084],[-56.926326751708984,47.470703125],[-56.92626953125,47.47071361541748],[-56.92138671875,47.47161245346069],[-56.91650390625,47.472289085388184],[-56.91162109375,47.47272872924805],[-56.90673828125,47.47310733795166],[-56.90185546875,47.47362184524536],[-56.89697265625,47.47437572479248],[-56.89577102661133,47.474609375],[-56.89208984375,47.47529411315918],[-56.88720703125,47.47603225708008],[-56.88232421875,47.47652816772461],[-56.87744140625,47.47690391540527],[-56.87255859375,47.477365016937256],[-56.86767578125,47.478046894073486],[-56.86516284942627,47.478515625],[-56.86279296875,47.47895860671997],[-56.85791015625,47.479769229888916],[-56.85302734375,47.48033618927002],[-56.84814453125,47.480714321136475],[-56.84326171875,47.4811224937439],[-56.83837890625,47.48173141479492],[-56.83445453643799,47.482421875],[-56.83349609375,47.48260021209717],[-56.82861328125,47.483471393585205],[-56.82373046875,47.48410987854004],[-56.81884765625,47.484516620635986],[-56.81396484375,47.48489284515381],[-56.80908203125,47.48543071746826],[-56.80419921875,47.48621606826782],[-56.80363178253174,47.486328125],[-56.79931640625,47.487120628356934],[-56.79443359375,47.4878249168396],[-56.78955078125,47.48829174041748],[-56.78466796875,47.48866510391235],[-56.77978515625,47.48914337158203],[-56.77490234375,47.48984432220459],[-56.772823333740234,47.490234375],[-56.77001953125,47.49075365066528],[-56.76513671875,47.49153709411621],[-56.76025390625,47.492080211639404],[-56.75537109375,47.49245262145996],[-56.75048828125,47.49286890029907],[-56.74560546875,47.49348831176758],[-56.74191474914551,47.494140625],[-56.74072265625,47.49436140060425],[-56.73583984375,47.4952187538147],[-56.73095703125,47.4958438873291],[-56.72607421875,47.49624156951904],[-56.72119140625,47.49661588668823],[-56.71630859375,47.497154712677],[-56.71142578125,47.49793720245361],[-56.71086311340332,47.498046875],[-56.70654296875,47.49883460998535],[-56.70166015625,47.4995379447937],[-56.69677734375,47.50000619888306],[-56.69189453125,47.50037479400635],[-56.68701171875,47.5008430480957],[-56.68212890625,47.50153160095215],[-56.67985439300537,47.501953125],[-56.67724609375,47.50243425369263],[-56.67236328125,47.503225803375244],[-56.66748046875,47.503780364990234],[-56.66259765625,47.50415229797363],[-56.65771484375,47.50455713272095],[-56.65283203125,47.50515365600586],[-56.64871692657471,47.505859375],[-56.64794921875,47.50599908828735],[-56.64306640625,47.50685787200928],[-56.63818359375,47.507497787475586],[-56.63330078125,47.50791358947754],[-56.62841796875,47.508286476135254],[-56.62353515625,47.5088005065918],[-56.61865234375,47.50954341888428],[-56.6174840927124,47.509765625],[-56.61376953125,47.51043891906738],[-56.60888671875,47.511170387268066],[-56.60400390625,47.51167058944702],[-56.59912109375,47.512038707733154],[-56.59423828125,47.51247549057007],[-56.58935546875,47.513118267059326],[-56.58625602722168,47.513671875],[-56.58447265625,47.51399803161621],[-56.57958984375,47.51483106613159],[-56.57470703125,47.51543188095093],[-56.56982421875,47.51581048965454],[-56.56494140625,47.516183376312256],[-56.56005859375,47.516727447509766],[-56.55517578125,47.51751136779785],[-56.554832458496094,47.517578125],[-56.55029296875,47.518394947052],[-56.54541015625,47.51908349990845],[-56.54052734375,47.51954221725464],[-56.53564453125,47.5199089050293],[-56.53076171875,47.52037239074707],[-56.52587890625,47.521048069000244],[-56.5234899520874,47.521484375],[-56.52099609375,47.521939277648926],[-56.51611328125,47.52273464202881],[-56.51123046875,47.52329778671265],[-56.50634765625,47.52366828918457],[-56.50146484375,47.524054527282715],[-56.49658203125,47.52462434768677],[-56.49197578430176,47.525390625],[-56.49169921875,47.52544021606445],[-56.48681640625,47.52630615234375],[-56.48193359375,47.5269660949707],[-56.47705078125,47.52739953994751],[-56.47216796875,47.52776098251343],[-56.46728515625,47.52823877334595],[-56.46240234375,47.528934955596924],[-56.4604377746582,47.529296875],[-56.45751953125,47.52982568740845],[-56.45263671875,47.5305962562561],[-56.44775390625,47.531134605407715],[-56.44287109375,47.531498432159424],[-56.43798828125,47.53189659118652],[-56.43310546875,47.532480239868164],[-56.42879009246826,47.533203125],[-56.42822265625,47.53330421447754],[-56.42333984375,47.534154415130615],[-56.41845703125,47.53479814529419],[-56.41357421875,47.53522300720215],[-56.40869140625,47.535587310791016],[-56.40380859375,47.536070346832275],[-56.39892578125,47.536768436431885],[-56.39706611633301,47.537109375],[-56.39404296875,47.53765249252319],[-56.38916015625,47.53841543197632],[-56.38427734375,47.53895139694214],[-56.37939453125,47.53931665420532],[-56.37451171875,47.53971195220947],[-56.36962890625,47.54029130935669],[-56.36527061462402,47.541015625],[-56.36474609375,47.54110908508301],[-56.35986328125,47.541959285736084],[-56.35498046875,47.54260587692261],[-56.35009765625,47.543030738830566],[-56.34521484375,47.54339075088501],[-56.34033203125,47.5438666343689],[-56.33544921875,47.544554710388184],[-56.33343696594238,47.544921875],[-56.33056640625,47.545438289642334],[-56.32568359375,47.54620933532715],[-56.32080078125,47.54675102233887],[-56.31591796875,47.54711055755615],[-56.31103515625,47.54749536514282],[-56.30615234375,47.54806137084961],[-56.301469802856445,47.548828125],[-56.30126953125,47.54886341094971],[-56.29638671875,47.549715995788574],[-56.29150390625,47.550373554229736],[-56.28662109375,47.55081224441528],[-56.28173828125,47.55116939544678],[-56.27685546875,47.551626682281494],[-56.27197265625,47.552289962768555],[-56.26948356628418,47.552734375],[-56.26708984375,47.55316352844238],[-56.26220703125,47.55395746231079],[-56.25732421875,47.55452632904053],[-56.25244140625,47.55489110946655],[-56.24755859375,47.55525779724121],[-56.24267578125,47.55579137802124],[-56.23779296875,47.55655336380005],[-56.23733043670654,47.556640625],[-56.23291015625,47.55741834640503],[-56.22802734375,47.558106422424316],[-56.22314453125,47.55857276916504],[-56.21826171875,47.5589280128479],[-56.21337890625,47.55935764312744],[-56.20849609375,47.55998468399048],[-56.20524883270264,47.560546875],[-56.20361328125,47.56083822250366],[-56.19873046875,47.56165266036987],[-56.19384765625,47.56225109100342],[-56.18896484375,47.56263494491577],[-56.18408203125,47.56299066543579],[-56.17919921875,47.56348896026611],[-56.17431640625,47.5642032623291],[-56.17295265197754,47.564453125],[-56.16943359375,47.56507444381714],[-56.16455078125,47.56580686569214],[-56.15966796875,47.56631851196289],[-56.15478515625,47.56667375564575],[-56.14990234375,47.56706762313843],[-56.14501953125,47.56764030456543],[-56.1406135559082,47.568359375],[-56.14013671875,47.568442821502686],[-56.13525390625,47.56927967071533],[-56.13037109375,47.569923400878906],[-56.12548828125,47.57035255432129],[-56.12060546875,47.570706367492676],[-56.11572265625,47.57115983963013],[-56.11083984375,47.57181406021118],[-56.10827922821045,47.572265625],[-56.10595703125,47.57267665863037],[-56.10107421875,47.573469161987305],[-56.09619140625,47.57404184341431],[-56.09130859375,47.574403285980225],[-56.08642578125,47.57475662231445],[-56.08154296875,47.57526969909668],[-56.07666015625,47.57600164413452],[-56.075735092163086,47.576171875],[-56.07177734375,47.576862812042236],[-56.06689453125,47.57757091522217],[-56.06201171875,47.578062534332275],[-56.05712890625,47.57841348648071],[-56.05224609375,47.57881307601929],[-56.04736328125,47.57939338684082],[-56.04318618774414,47.580078125],[-56.04248046875,47.58020067214966],[-56.03759765625,47.58102560043335],[-56.03271484375,47.58165884017944],[-56.02783203125,47.582080364227295],[-56.02294921875,47.582430362701416],[-56.01806640625,47.582881927490234],[-56.01318359375,47.58353137969971],[-56.010589599609375,47.583984375],[-56.00830078125,47.58438730239868],[-56.00341796875,47.58517360687256],[-55.99853515625,47.58574438095093],[-55.99365234375,47.58610773086548],[-55.98876953125,47.586458683013916],[-55.98388671875,47.58695983886719],[-55.97900390625,47.58767318725586],[-55.97780704498291,47.587890625],[-55.97412109375,47.58853006362915],[-55.96923828125,47.58925008773804],[-55.96435546875,47.58975601196289],[-55.95947265625,47.590107440948486],[-55.95458984375,47.59049129486084],[-55.94970703125,47.59104681015015],[-55.94498634338379,47.591796875],[-55.94482421875,47.591825008392334],[-55.93994140625,47.59265661239624],[-55.93505859375,47.59331130981445],[-55.93017578125,47.593754291534424],[-55.92529296875,47.59410047531128],[-55.92041015625,47.59452676773071],[-55.91552734375,47.595139026641846],[-55.91216564178467,47.595703125],[-55.91064453125,47.595967292785645],[-55.90576171875,47.59676456451416],[-55.90087890625,47.59736251831055],[-55.89599609375,47.597755432128906],[-55.89111328125,47.59810400009155],[-55.88623046875,47.5985689163208],[-55.88134765625,47.59923219680786],[-55.87919235229492,47.599609375],[-55.87646484375,47.600083351135254],[-55.87158203125,47.600850105285645],[-55.86669921875,47.601407527923584],[-55.86181640625,47.60176420211792],[-55.85693359375,47.602110862731934],[-55.85205078125,47.60261297225952],[-55.84716796875,47.60332536697388],[-55.84611415863037,47.603515625],[-55.84228515625,47.60417318344116],[-55.83740234375,47.6048846244812],[-55.83251953125,47.60538387298584],[-55.82763671875,47.60572957992554],[-55.82275390625,47.60610914230347],[-55.81787109375,47.60665321350098],[-55.81298828125,47.607412815093994],[-55.81294059753418,47.607421875],[-55.80810546875,47.60824012756348],[-55.80322265625,47.60890007019043],[-55.79833984375,47.60935354232788],[-55.79345703125,47.609697341918945],[-55.78857421875,47.61010408401489],[-55.78369140625,47.61069107055664],[-55.77977657318115,47.611328125],[-55.77880859375,47.6114935874939],[-55.77392578125,47.61229658126831],[-55.76904296875,47.6129150390625],[-55.76416015625,47.613327980041504],[-55.75927734375,47.6136679649353],[-55.75439453125,47.61410188674927],[-55.74951171875,47.614723205566406],[-55.746469497680664,47.615234375],[-55.74462890625,47.61554956436157],[-55.73974609375,47.61632966995239],[-55.73486328125,47.61691379547119],[-55.72998046875,47.617297649383545],[-55.72509765625,47.61763906478882],[-55.72021484375,47.61809825897217],[-55.71533203125,47.618752002716064],[-55.71308135986328,47.619140625],[-55.71044921875,47.61959218978882],[-55.70556640625,47.620354652404785],[-55.70068359375,47.620909690856934],[-55.69580078125,47.62126541137695],[-55.69091796875,47.62160682678223],[-55.68603515625,47.62208890914917],[-55.68115234375,47.62277126312256],[-55.67957878112793,47.623046875],[-55.67626953125,47.623610973358154],[-55.67138671875,47.62434434890747],[-55.66650390625,47.62487316131592],[-55.66162109375,47.625221252441406],[-55.65673828125,47.62557125091553],[-55.65185546875,47.62607431411743],[-55.64697265625,47.626781940460205],[-55.64600944519043,47.626953125],[-55.64208984375,47.6276159286499],[-55.63720703125,47.62831974029541],[-55.63232421875,47.6288161277771],[-55.62744140625,47.62915658950806],[-55.62255859375,47.629523277282715],[-55.61767578125,47.63004732131958],[-55.61279296875,47.63077783584595],[-55.612335205078125,47.630859375],[-55.60791015625,47.631600856781006],[-55.60302734375,47.63227701187134],[-55.59814453125,47.632750511169434],[-55.59326171875,47.6330885887146],[-55.58837890625,47.63346719741821],[-55.58349609375,47.634010791778564],[-55.57861328125,47.63476276397705],[-55.578598976135254,47.634765625],[-55.57373046875,47.63557720184326],[-55.56884765625,47.63623237609863],[-55.56396484375,47.6366868019104],[-55.55908203125,47.63702392578125],[-55.55419921875,47.63741111755371],[-55.54931640625,47.63796520233154],[-55.544772148132324,47.638671875],[-55.54443359375,47.638728618621826],[-55.53955078125,47.63953113555908],[-55.53466796875,47.640172481536865],[-55.52978515625,47.6406135559082],[-55.52490234375,47.64094924926758],[-55.52001953125,47.64134693145752],[-55.51513671875,47.64191198348999],[-55.510897636413574,47.642578125],[-55.51025390625,47.642685890197754],[-55.50537109375,47.64348363876343],[-55.50048828125,47.644113540649414],[-55.49560546875,47.64453887939453],[-55.49072265625,47.644869327545166],[-55.48583984375,47.64527130126953],[-55.48095703125,47.645851135253906],[-55.47700881958008,47.646484375],[-55.47607421875,47.64664173126221],[-55.47119140625,47.64743137359619],[-55.46630859375,47.648046016693115],[-55.46142578125,47.64846134185791],[-55.45654296875,47.64879322052002],[-55.45166015625,47.6492018699646],[-55.44677734375,47.64978313446045],[-55.44295787811279,47.650390625],[-55.44189453125,47.65056753158569],[-55.43701171875,47.65134620666504],[-55.43212890625,47.65195560455322],[-55.42724609375,47.65237092971802],[-55.42236328125,47.65270280838013],[-55.41748046875,47.65311241149902],[-55.41259765625,47.65369176864624],[-55.40877819061279,47.654296875],[-55.40771484375,47.65447282791138],[-55.40283203125,47.65525150299072],[-55.39794921875,47.65585947036743],[-55.39306640625,47.65627479553223],[-55.38818359375,47.65660762786865],[-55.38330078125,47.657012939453125],[-55.37841796875,47.657588481903076],[-55.37450313568115,47.658203125],[-55.37353515625,47.658362865448],[-55.36865234375,47.65914058685303],[-55.36376953125,47.65975475311279],[-55.35888671875,47.66017293930054],[-55.35400390625,47.66050100326538],[-55.34912109375,47.66089963912964],[-55.34423828125,47.661466121673584],[-55.34010887145996,47.662109375],[-55.33935546875,47.66223335266113],[-55.33447265625,47.66301250457764],[-55.32958984375,47.6636323928833],[-55.32470703125,47.66406011581421],[-55.31982421875,47.66438961029053],[-55.31494140625,47.66478157043457],[-55.31005859375,47.66533660888672],[-55.30563831329346,47.666015625],[-55.30517578125,47.666091442108154],[-55.30029296875,47.666876792907715],[-55.29541015625,47.66750764846802],[-55.29052734375,47.667946338653564],[-55.28564453125,47.66827630996704],[-55.28076171875,47.66865634918213],[-55.27587890625,47.66919660568237],[-55.27106285095215,47.669921875],[-55.27099609375,47.66993284225464],[-55.26611328125,47.670724868774414],[-55.26123046875,47.67137384414673],[-55.25634765625,47.67182922363281],[-55.25146484375,47.672157287597656],[-55.24658203125,47.67252206802368],[-55.24169921875,47.67304039001465],[-55.23681640625,47.67375373840332],[-55.2363920211792,47.673828125],[-55.23193359375,47.67455339431763],[-55.22705078125,47.675222873687744],[-55.22216796875,47.67569971084595],[-55.21728515625,47.67603063583374],[-55.21240234375,47.676384925842285],[-55.20751953125,47.67688226699829],[-55.20263671875,47.67756938934326],[-55.20167350769043,47.677734375],[-55.19775390625,47.67837381362915],[-55.19287109375,47.67906665802002],[-55.18798828125,47.679569244384766],[-55.18310546875,47.67990159988403],[-55.17822265625,47.68023633956909],[-55.17333984375,47.680710792541504],[-55.16845703125,47.68136978149414],[-55.166850090026855,47.681640625],[-55.16357421875,47.68217658996582],[-55.15869140625,47.68289089202881],[-55.15380859375,47.68341827392578],[-55.14892578125,47.68376302719116],[-55.14404296875,47.68408679962158],[-55.13916015625,47.68453407287598],[-55.13427734375,47.6851601600647],[-55.13190746307373,47.685546875],[-55.12939453125,47.6859564781189],[-55.12451171875,47.686689376831055],[-55.11962890625,47.687241554260254],[-55.11474609375,47.687607765197754],[-55.10986328125,47.687931060791016],[-55.10498046875,47.6883544921875],[-55.10009765625,47.68894815444946],[-55.09688854217529,47.689453125],[-55.09521484375,47.689722537994385],[-55.09033203125,47.690467834472656],[-55.08544921875,47.6910514831543],[-55.08056640625,47.69144821166992],[-55.07568359375,47.69176959991455],[-55.07080078125,47.69216346740723],[-55.06591796875,47.69271898269653],[-55.061702728271484,47.693359375],[-55.06103515625,47.69346618652344],[-55.05615234375,47.69423198699951],[-55.05126953125,47.69485330581665],[-55.04638671875,47.69528913497925],[-55.04150390625,47.69561243057251],[-55.03662109375,47.69598054885864],[-55.03173828125,47.69649600982666],[-55.02685546875,47.69719886779785],[-55.02646446228027,47.697265625],[-55.02197265625,47.69798231124878],[-55.01708984375,47.69864463806152],[-55.01220703125,47.69912338256836],[-55.00732421875,47.69944953918457],[-55.00244140625,47.699787616729736],[-54.99755859375,47.70026254653931],[-54.99267578125,47.70091772079468],[-54.991140365600586,47.701171875],[-54.98779296875,47.701711654663086],[-54.98291015625,47.70241451263428],[-54.97802734375,47.702938079833984],[-54.97314453125,47.70328378677368],[-54.96826171875,47.70360279083252],[-54.96337890625,47.704036712646484],[-54.95849609375,47.70463943481445],[-54.95572090148926,47.705078125],[-54.95361328125,47.70541477203369],[-54.94873046875,47.706143379211426],[-54.94384765625,47.70670747756958],[-54.93896484375,47.70709180831909],[-54.93408203125,47.707409381866455],[-54.92919921875,47.70780611038208],[-54.92431640625,47.70836019515991],[-54.92016792297363,47.708984375],[-54.91943359375,47.70910120010376],[-54.91455078125,47.709858417510986],[-54.90966796875,47.71047306060791],[-54.90478515625,47.71090602874756],[-54.89990234375,47.71122598648071],[-54.89501953125,47.711583614349365],[-54.89013671875,47.71208572387695],[-54.88525390625,47.71276664733887],[-54.884514808654785,47.712890625],[-54.88037109375,47.71354961395264],[-54.87548828125,47.714229106903076],[-54.87060546875,47.714725494384766],[-54.86572265625,47.71505117416382],[-54.86083984375,47.71536874771118],[-54.85595703125,47.71581411361694],[-54.85107421875,47.716432094573975],[-54.848785400390625,47.716796875],[-54.84619140625,47.71720886230469],[-54.84130859375,47.717923641204834],[-54.83642578125,47.718470096588135],[-54.83154296875,47.71883773803711],[-54.82666015625,47.71915245056152],[-54.82177734375,47.719552993774414],[-54.81689453125,47.72011137008667],[-54.812941551208496,47.720703125],[-54.81201171875,47.72084903717041],[-54.80712890625,47.72159433364868],[-54.80224609375,47.72220277786255],[-54.79736328125,47.72263288497925],[-54.79248046875,47.72295141220093],[-54.78759765625,47.72330331802368],[-54.78271484375,47.723795890808105],[-54.77783203125,47.72446584701538],[-54.77696895599365,47.724609375],[-54.77294921875,47.72524356842041],[-54.76806640625,47.725924491882324],[-54.76318359375,47.72642469406128],[-54.75830078125,47.72675085067749],[-54.75341796875,47.727062702178955],[-54.74853515625,47.72749423980713],[-54.74365234375,47.728092670440674],[-54.74092960357666,47.728515625],[-54.73876953125,47.728854179382324],[-54.73388671875,47.72957134246826],[-54.72900390625,47.73013257980347],[-54.72412109375,47.730517864227295],[-54.71923828125,47.730830669403076],[-54.71435546875,47.731210231781006],[-54.70947265625,47.73173999786377],[-54.704742431640625,47.732421875],[-54.70458984375,47.73244524002075],[-54.69970703125,47.73320007324219],[-54.69482421875,47.73383808135986],[-54.68994140625,47.734299659729004],[-54.68505859375,47.734617710113525],[-54.68017578125,47.73494338989258],[-54.67529296875,47.735398292541504],[-54.67041015625,47.73602247238159],[-54.66848373413086,47.736328125],[-54.66552734375,47.7367901802063],[-54.66064453125,47.73748779296875],[-54.65576171875,47.738019943237305],[-54.65087890625,47.73837852478027],[-54.64599609375,47.73868799209595],[-54.64111328125,47.73908281326294],[-54.63623046875,47.7396297454834],[-54.63210582733154,47.740234375],[-54.63134765625,47.74035120010376],[-54.62646484375,47.741090297698975],[-54.62158203125,47.74170207977295],[-54.61669921875,47.74213981628418],[-54.61181640625,47.742454051971436],[-54.60693359375,47.7427921295166],[-54.60205078125,47.74326133728027],[-54.59716796875,47.74389457702637],[-54.59561824798584,47.744140625],[-54.59228515625,47.744657039642334],[-54.58740234375,47.74534034729004],[-54.58251953125,47.74586057662964],[-54.57763671875,47.746212005615234],[-54.57275390625,47.746519565582275],[-54.56787109375,47.746917724609375],[-54.56298828125,47.74746608734131],[-54.55902099609375,47.748046875],[-54.55810546875,47.74818754196167],[-54.55322265625,47.748918533325195],[-54.54833984375,47.749520778656006],[-54.54345703125,47.74995279312134],[-54.53857421875,47.750264167785645],[-54.53369140625,47.750601291656494],[-54.52880859375,47.75106716156006],[-54.52392578125,47.75169801712036],[-54.52231407165527,47.751953125],[-54.51904296875,47.75245809555054],[-54.51416015625,47.7531361579895],[-54.50927734375,47.7536563873291],[-54.50439453125,47.75401020050049],[-54.49951171875,47.7543158531189],[-54.49462890625,47.754706382751465],[-54.48974609375,47.755245208740234],[-54.48550224304199,47.755859375],[-54.48486328125,47.75595664978027],[-54.47998046875,47.756685733795166],[-54.47509765625,47.75729846954346],[-54.47021484375,47.75774526596069],[-54.46533203125,47.75805950164795],[-54.46044921875,47.758387088775635],[-54.45556640625,47.75883340835571],[-54.45068359375,47.75943994522095],[-54.44856643676758,47.759765625],[-54.44580078125,47.76018667221069],[-54.44091796875,47.76087284088135],[-54.43603515625,47.76141119003296],[-54.43115234375,47.7617826461792],[-54.42626953125,47.76208829879761],[-54.42138671875,47.762457847595215],[-54.41650390625,47.76296854019165],[-54.41162109375,47.76364755630493],[-54.41147327423096,47.763671875],[-54.40673828125,47.76439094543457],[-54.40185546875,47.765037059783936],[-54.39697265625,47.765514850616455],[-54.39208984375,47.76582908630371],[-54.38720703125,47.76613092422485],[-54.38232421875,47.76654767990112],[-54.37744140625,47.76711988449097],[-54.374356269836426,47.767578125],[-54.37255859375,47.76785087585449],[-54.36767578125,47.7685546875],[-54.36279296875,47.769124031066895],[-54.35791015625,47.76952648162842],[-54.35302734375,47.76983070373535],[-54.34814453125,47.7701735496521],[-54.34326171875,47.77064609527588],[-54.33837890625,47.77127981185913],[-54.337077140808105,47.771484375],[-54.33349609375,47.772027015686035],[-54.32861328125,47.77268934249878],[-54.32373046875,47.77319860458374],[-54.31884765625,47.77354669570923],[-54.31396484375,47.7738471031189],[-54.30908203125,47.774229526519775],[-54.30419921875,47.7747540473938],[-54.299678802490234,47.775390625],[-54.29931640625,47.775444984436035],[-54.29443359375,47.77616834640503],[-54.28955078125,47.77678966522217],[-54.28466796875,47.77725076675415],[-54.27978515625,47.777562618255615],[-54.27490234375,47.77787160873413],[-54.27001953125,47.77829074859619],[-54.26513671875,47.77886152267456],[-54.26218032836914,47.779296875],[-54.26025390625,47.779584884643555],[-54.25537109375,47.78027868270874],[-54.25048828125,47.780845642089844],[-54.24560546875,47.781249046325684],[-54.24072265625,47.78155279159546],[-54.23583984375,47.781888484954834],[-54.23095703125,47.78234910964966],[-54.22607421875,47.78296518325806],[-54.22452449798584,47.783203125],[-54.22119140625,47.78370189666748],[-54.21630859375,47.784367084503174],[-54.21142578125,47.784883975982666],[-54.20654296875,47.785240650177],[-54.20166015625,47.785539627075195],[-54.19677734375,47.78590726852417],[-54.19189453125,47.78640794754028],[-54.18701171875,47.78706932067871],[-54.18675899505615,47.787109375],[-54.18212890625,47.78779745101929],[-54.17724609375,47.7884316444397],[-54.17236328125,47.788909912109375],[-54.16748046875,47.78923177719116],[-54.16259765625,47.7895302772522],[-54.15771484375,47.789923667907715],[-54.15283203125,47.79046058654785],[-54.14891242980957,47.791015625],[-54.14794921875,47.791157722473145],[-54.14306640625,47.79186296463013],[-54.13818359375,47.79246234893799],[-54.13330078125,47.79290294647217],[-54.12841796875,47.79320812225342],[-54.12353515625,47.79351615905762],[-54.11865234375,47.79393672943115],[-54.11376953125,47.794506549835205],[-54.11093235015869,47.794921875],[-54.10888671875,47.79522466659546],[-54.10400390625,47.7959098815918],[-54.09912109375,47.796467304229736],[-54.09423828125,47.796865940093994],[-54.08935546875,47.79716444015503],[-54.08447265625,47.797494888305664],[-54.07958984375,47.79794359207153],[-54.07470703125,47.79854345321655],[-54.07280921936035,47.798828125],[-54.06982421875,47.79926872253418],[-54.06494140625,47.79992866516113],[-54.06005859375,47.80045461654663],[-54.05517578125,47.80082654953003],[-54.05029296875,47.80112409591675],[-54.04541015625,47.8014702796936],[-54.04052734375,47.80194282531738],[-54.03564453125,47.802568435668945],[-54.0345573425293,47.802734375],[-54.03076171875,47.80329132080078],[-54.02587890625,47.80393743515015],[-54.02099609375,47.80444002151489],[-54.01611328125,47.80478525161743],[-54.01123046875,47.80507755279541],[-54.00634765625,47.805439472198486],[-54.00146484375,47.80593299865723],[-53.99658203125,47.806580543518066],[-53.996195793151855,47.806640625],[-53.99169921875,47.80729818344116],[-53.98681640625,47.80792474746704],[-53.98193359375,47.808403968811035],[-53.97705078125,47.80873203277588],[-53.97216796875,47.809025287628174],[-53.96728515625,47.80939960479736],[-53.96240234375,47.809908390045166],[-53.95770072937012,47.810546875],[-53.95751953125,47.8105731010437],[-53.95263671875,47.81127882003784],[-53.94775390625,47.81189775466919],[-53.94287109375,47.8123664855957],[-53.93798828125,47.812678813934326],[-53.93310546875,47.81296682357788],[-53.92822265625,47.813350200653076],[-53.92333984375,47.81387186050415],[-53.91911029815674,47.814453125],[-53.91845703125,47.814547538757324],[-53.91357421875,47.81524705886841],[-53.90869140625,47.81585168838501],[-53.90380859375,47.816304206848145],[-53.89892578125,47.81660795211792],[-53.89404296875,47.81689929962158],[-53.88916015625,47.81728935241699],[-53.88427734375,47.81781768798828],[-53.88036251068115,47.818359375],[-53.87939453125,47.818498611450195],[-53.87451171875,47.81918811798096],[-53.86962890625,47.81978416442871],[-53.86474609375,47.82023000717163],[-53.85986328125,47.820531368255615],[-53.85498046875,47.82082271575928],[-53.85009765625,47.82121753692627],[-53.84521484375,47.82175016403198],[-53.841490745544434,47.822265625],[-53.84033203125,47.82243251800537],[-53.83544921875,47.82311820983887],[-53.83056640625,47.8237042427063],[-53.82568359375,47.824140548706055],[-53.82080078125,47.82444095611572],[-53.81591796875,47.82473707199097],[-53.81103515625,47.82513236999512],[-53.80615234375,47.82566452026367],[-53.802480697631836,47.826171875],[-53.80126953125,47.82634496688843],[-53.79638671875,47.82702684402466],[-53.79150390625,47.82761526107788],[-53.78662109375,47.82805347442627],[-53.78173828125,47.82835340499878],[-53.77685546875,47.8286452293396],[-53.77197265625,47.82903861999512],[-53.76708984375,47.82956647872925],[-53.76335620880127,47.830078125],[-53.76220703125,47.830241680145264],[-53.75732421875,47.83092164993286],[-53.75244140625,47.83150815963745],[-53.74755859375,47.83194828033447],[-53.74267578125,47.83224868774414],[-53.73779296875,47.83254146575928],[-53.73291015625,47.83292865753174],[-53.72802734375,47.83345031738281],[-53.72408390045166,47.833984375],[-53.72314453125,47.83411741256714],[-53.71826171875,47.83479881286621],[-53.71337890625,47.835394859313965],[-53.70849609375,47.83584213256836],[-53.70361328125,47.83614158630371],[-53.69873046875,47.83642530441284],[-53.69384765625,47.83680582046509],[-53.68896484375,47.83731698989868],[-53.68468761444092,47.837890625],[-53.68408203125,47.83797597885132],[-53.67919921875,47.838656425476074],[-53.67431640625,47.839255809783936],[-53.66943359375,47.83971548080444],[-53.66455078125,47.840022563934326],[-53.65966796875,47.84030294418335],[-53.65478515625,47.84067153930664],[-53.64990234375,47.84117031097412],[-53.64515781402588,47.841796875],[-53.64501953125,47.841816425323486],[-53.64013671875,47.84251070022583],[-53.63525390625,47.843116760253906],[-53.63037109375,47.84357738494873],[-53.62548828125,47.843891620635986],[-53.62060546875,47.84417200088501],[-53.61572265625,47.844531536102295],[-53.61083984375,47.84502124786377],[-53.60595703125,47.84565353393555],[-53.60562324523926,47.845703125],[-53.60107421875,47.846341609954834],[-53.59619140625,47.846951484680176],[-53.59130859375,47.84743070602417],[-53.58642578125,47.847764015197754],[-53.58154296875,47.84804630279541],[-53.57666015625,47.84839153289795],[-53.57177734375,47.848854064941406],[-53.56689453125,47.8494553565979],[-53.56583595275879,47.849609375],[-53.56201171875,47.850143909454346],[-53.55712890625,47.85076284408569],[-53.55224609375,47.85126304626465],[-53.54736328125,47.8516206741333],[-53.54248046875,47.85190677642822],[-53.53759765625,47.852232933044434],[-53.53271484375,47.85267114639282],[-53.52783203125,47.85324144363403],[-53.52589130401611,47.853515625],[-53.52294921875,47.8539252281189],[-53.51806640625,47.85455942153931],[-53.51318359375,47.85508441925049],[-53.50830078125,47.85546922683716],[-53.50341796875,47.855756759643555],[-53.49853515625,47.85606384277344],[-53.49365234375,47.85647535324097],[-53.48876953125,47.85701847076416],[-53.48581314086914,47.857421875],[-53.48388671875,47.857688903808594],[-53.47900390625,47.858338832855225],[-53.47412109375,47.8588981628418],[-53.46923828125,47.85931444168091],[-53.46435546875,47.85960388183594],[-53.45947265625,47.859890937805176],[-53.45458984375,47.86027193069458],[-53.44970703125,47.860779762268066],[-53.44554424285889,47.861328125],[-53.44482421875,47.861427307128906],[-53.43994140625,47.86209201812744],[-53.43505859375,47.86267852783203],[-53.43017578125,47.863131046295166],[-53.42529296875,47.863441467285156],[-53.42041015625,47.86371850967407],[-53.41552734375,47.8640718460083],[-53.41064453125,47.86454200744629],[-53.40576171875,47.86514711380005],[-53.40515613555908,47.865234375],[-53.40087890625,47.86582136154175],[-53.39599609375,47.866427421569824],[-53.39111328125,47.866915702819824],[-53.38623046875,47.867260456085205],[-53.38134765625,47.86753845214844],[-53.37646484375,47.86786127090454],[-53.37158203125,47.86829471588135],[-53.36669921875,47.86885738372803],[-53.36465835571289,47.869140625],[-53.36181640625,47.86953067779541],[-53.35693359375,47.87015628814697],[-53.35205078125,47.87068223953247],[-53.34716796875,47.871074199676514],[-53.34228515625,47.871360301971436],[-53.33740234375,47.87165451049805],[-53.33251953125,47.87204551696777],[-53.32763671875,47.872562885284424],[-53.32397937774658,47.873046875],[-53.32275390625,47.87321424484253],[-53.31787109375,47.87386703491211],[-53.31298828125,47.874435901641846],[-53.30810546875,47.874873638153076],[-53.30322265625,47.87517595291138],[-53.29833984375,47.87545347213745],[-53.29345703125,47.87580585479736],[-53.28857421875,47.876275062561035],[-53.28369140625,47.8768744468689],[-53.283138275146484,47.876953125],[-53.27880859375,47.87754011154175],[-53.27392578125,47.87813711166382],[-53.26904296875,47.87861919403076],[-53.26416015625,47.87896680831909],[-53.25927734375,47.87924528121948],[-53.25439453125,47.87956094741821],[-53.24951171875,47.87998104095459],[-53.24462890625,47.88052797317505],[-53.24218273162842,47.880859375],[-53.23974609375,47.881189823150635],[-53.23486328125,47.88181972503662],[-53.22998046875,47.88235902786255],[-53.22509765625,47.88276290893555],[-53.22021484375,47.88304805755615],[-53.21533203125,47.88333082199097],[-53.21044921875,47.883700370788574],[-53.20556640625,47.88419008255005],[-53.20103168487549,47.884765625],[-53.20068359375,47.884811878204346],[-53.19580078125,47.88546562194824],[-53.19091796875,47.886046409606934],[-53.18603515625,47.88650369644165],[-53.18115234375,47.88682746887207],[-53.17626953125,47.88710069656372],[-53.17138671875,47.88742733001709],[-53.16650390625,47.88786172866821],[-53.16162109375,47.8884220123291],[-53.15978527069092,47.888671875],[-53.15673828125,47.88908004760742],[-53.15185546875,47.88969421386719],[-53.14697265625,47.8902153968811],[-53.14208984375,47.890602588653564],[-53.13720703125,47.890883445739746],[-53.13232421875,47.891170501708984],[-53.12744140625,47.89154577255249],[-53.12255859375,47.89204025268555],[-53.11832904815674,47.892578125],[-53.11767578125,47.89266490936279],[-53.11279296875,47.89331007003784],[-53.10791015625,47.893882751464844],[-53.10302734375,47.89433288574219],[-53.09814453125,47.89465045928955],[-53.09326171875,47.89492130279541],[-53.08837890625,47.89524698257446],[-53.08349609375,47.895678997039795],[-53.07861328125,47.89623498916626],[-53.07676315307617,47.896484375],[-53.07373046875,47.89688777923584],[-53.06884765625,47.89749813079834],[-53.06396484375,47.8980188369751],[-53.05908203125,47.89840793609619],[-53.05419921875,47.898688316345215],[-53.04931640625,47.89897060394287],[-53.04443359375,47.89933776855469],[-53.03955078125,47.899821758270264],[-53.034987449645996,47.900390625],[-53.03466796875,47.90043258666992],[-53.02978515625,47.90107488632202],[-53.02490234375,47.90164756774902],[-53.02001953125,47.9021053314209],[-53.01513671875,47.9024338722229],[-53.01025390625,47.90270471572876],[-53.00537109375,47.9030179977417],[-53.00048828125,47.903432846069336],[-52.99560546875,47.90396785736084],[-52.99311637878418,47.904296875],[-52.99072265625,47.90461349487305],[-52.98583984375,47.905231952667236],[-52.98095703125,47.90577030181885],[-52.97607421875,47.90618085861206],[-52.97119140625,47.90646457672119],[-52.96630859375,47.90673303604126],[-52.96142578125,47.90707969665527],[-52.95654296875,47.90753793716431],[-52.95166015625,47.90811634063721],[-52.95103073120117,47.908203125],[-52.94677734375,47.908759117126465],[-52.94189453125,47.90934133529663],[-52.93701171875,47.90982437133789],[-52.93212890625,47.9101824760437],[-52.92724609375,47.91045665740967],[-52.92236328125,47.91074848175049],[-52.91748046875,47.911131858825684],[-52.91259765625,47.911630630493164],[-52.9088020324707,47.912109375],[-52.90771484375,47.9122519493103],[-52.90283203125,47.91287803649902],[-52.89794921875,47.91343307495117],[-52.89306640625,47.913875579833984],[-52.88818359375,47.914188861846924],[-52.88330078125,47.91445446014404],[-52.87841796875,47.91477108001709],[-52.87353515625,47.91519021987915],[-52.86865234375,47.91572666168213],[-52.86644458770752,47.916015625],[-52.86376953125,47.916364669799805],[-52.85888671875,47.91696643829346],[-52.85400390625,47.91749620437622],[-52.84912109375,47.917906284332275],[-52.84423828125,47.91818809509277],[-52.83935546875,47.91845083236694],[-52.83447265625,47.91879224777222],[-52.82958984375,47.91923999786377],[-52.82470703125,47.91980695724487],[-52.823853492736816,47.919921875],[-52.81982421875,47.92044115066528],[-52.81494140625,47.92102241516113],[-52.81005859375,47.92151594161987],[-52.80517578125,47.921881675720215],[-52.80029296875,47.922152042388916],[-52.79541015625,47.92243242263794],[-52.79052734375,47.92279767990112],[-52.78564453125,47.92327356338501],[-52.78109550476074,47.923828125],[-52.78076171875,47.9238715171814],[-52.77587890625,47.92449760437012],[-52.77099609375,47.92505931854248],[-52.76611328125,47.92551612854004],[-52.76123046875,47.92584991455078],[-52.75634765625,47.926116943359375],[-52.75146484375,47.92641305923462],[-52.74658203125,47.92680072784424],[-52.74169921875,47.92730188369751],[-52.73824691772461,47.927734375],[-52.73681640625,47.927918434143066],[-52.73193359375,47.92853021621704],[-52.72705078125,47.92906999588013],[-52.72216796875,47.92950201034546],[-52.71728515625,47.929813385009766],[-52.71240234375,47.93007850646973],[-52.70751953125,47.93038892745972],[-52.70263671875,47.930795669555664],[-52.69775390625,47.931312561035156],[-52.69516944885254,47.931640625],[-52.69287109375,47.931933879852295],[-52.68798828125,47.93253040313721],[-52.68310546875,47.93306064605713],[-52.67822265625,47.93347883224487],[-52.67333984375,47.933770179748535],[-52.66845703125,47.93402814865112],[-52.66357421875,47.93435001373291],[-52.65869140625,47.93476963043213],[-52.65380859375,47.935302734375],[-52.65190601348877,47.935546875],[-52.64892578125,47.935925006866455],[-52.64404296875,47.93651342391968],[-52.63916015625,47.93703365325928],[-52.63427734375,47.93743276596069],[-52.62939453125,47.93770933151245],[-52.62451171875,47.9379677772522],[-52.61962890625,47.93829679489136],[-52.61474609375,47.93872785568237],[-52.60986328125,47.939270973205566],[-52.60846138000488,47.939453125],[-52.60498046875,47.93989372253418],[-52.60009765625,47.940473556518555],[-52.59521484375,47.940978050231934],[-52.59033203125,47.94136714935303],[-52.58544921875,47.94164037704468],[-52.58056640625,47.94189977645874],[-52.57568359375,47.94223499298096],[-52.57080078125,47.94267272949219],[-52.56591796875,47.943222522735596],[-52.56486892700195,47.943359375],[-52.56103515625,47.94384241104126],[-52.55615234375,47.94441604614258],[-52.55126953125,47.9449143409729],[-52.54638671875,47.94529056549072],[-52.54150390625,47.945557594299316],[-52.53662109375,47.94581985473633],[-52.53173828125,47.946157932281494],[-52.52685546875,47.946598052978516],[-52.52197265625,47.94715118408203],[-52.521095275878906,47.947265625],[-52.51708984375,47.94776916503906],[-52.51220703125,47.94833755493164],[-52.50732421875,47.94882583618164],[-52.50244140625,47.94919967651367],[-52.49755859375,47.9494686126709],[-52.49267578125,47.94973134994507],[-52.48779296875,47.95006847381592],[-52.48291015625,47.95050859451294],[-52.47802734375,47.95105791091919],[-52.477149963378906,47.951171875],[-52.47314453125,47.95167112350464],[-52.46826171875,47.95223331451416],[-52.46337890625,47.95272445678711],[-52.45849609375,47.95310163497925],[-52.45361328125,47.95337104797363],[-52.44873046875,47.953630447387695],[-52.44384765625,47.95396423339844],[-52.43896484375,47.954397201538086],[-52.43408203125,47.95493936538696],[-52.43299961090088,47.955078125],[-52.42919921875,47.95554828643799],[-52.42431640625,47.956114292144775],[-52.41943359375,47.95660972595215],[-52.41455078125,47.956993103027344],[-52.40966796875,47.957263469696045],[-52.40478515625,47.95752000808716],[-52.39990234375,47.95784568786621],[-52.39501953125,47.95827054977417],[-52.39013671875,47.95880126953125],[-52.38868713378906,47.958984375],[-52.38525390625,47.95940828323364],[-52.38037109375,47.95997333526611],[-52.37548828125,47.96047639846802],[-52.37060546875,47.96087169647217],[-52.36572265625,47.96114730834961],[-52.36083984375,47.96139669418335],[-52.35595703125,47.96171188354492],[-52.35107421875,47.96212196350098],[-52.34619140625,47.96263790130615],[-52.34415054321289,47.962890625],[-52.34130859375,47.96323919296265],[-52.33642578125,47.96381092071533],[-52.33154296875,47.9643177986145],[-52.32666015625,47.96472120285034],[-52.32177734375,47.96501016616821],[-52.31689453125,47.96526336669922],[-52.31201171875,47.96556615829468],[-52.30712890625,47.96596050262451],[-52.30224609375,47.96645736694336],[-52.29944705963135,47.966796875],[-52.29736328125,47.9670524597168],[-52.29248046875,47.967626094818115],[-52.28759765625,47.96814155578613],[-52.28271484375,47.96856212615967],[-52.27783203125,47.968868255615234],[-52.27294921875,47.96912097930908],[-52.26806640625,47.96940898895264],[-52.26318359375,47.96978235244751],[-52.25830078125,47.97025775909424],[-52.25452423095703,47.970703125],[-52.25341796875,47.97083806991577],[-52.24853515625,47.971420764923096],[-52.24365234375,47.97194480895996],[-52.23876953125,47.9723858833313],[-52.23388671875,47.972715854644775],[-52.22900390625,47.97297239303589],[-52.22412109375,47.97324514389038],[-52.21923828125,47.973594665527344],[-52.21435546875,47.97404193878174],[-52.20947265625,47.97459602355957],[-52.209367752075195,47.974609375],[-52.20458984375,47.97518825531006],[-52.19970703125,47.97572994232178],[-52.19482421875,47.976197242736816],[-52.18994140625,47.97655773162842],[-52.18505859375,47.97681999206543],[-52.18017578125,47.97707462310791],[-52.17529296875,47.97739887237549],[-52.17041015625,47.97781705856323],[-52.16552734375,47.978336334228516],[-52.16407775878906,47.978515625],[-52.16064453125,47.97892904281616],[-52.15576171875,47.97948598861694],[-52.15087890625,47.97998237609863],[-52.14599609375,47.98037099838257],[-52.14111328125,47.980648040771484],[-52.13623046875,47.980894565582275],[-52.13134765625,47.98119306564331],[-52.12646484375,47.98157978057861],[-52.12158203125,47.98206424713135],[-52.11855888366699,47.982421875],[-52.11669921875,47.98264503479004],[-52.11181640625,47.98321294784546],[-52.10693359375,47.983726024627686],[-52.10205078125,47.984153270721436],[-52.09716796875,47.98446607589722],[-52.09228515625,47.9847149848938],[-52.08740234375,47.984989643096924],[-52.08251953125,47.98534154891968],[-52.07763671875,47.98578882217407],[-52.07283020019531,47.986328125],[-52.06787109375,47.98691701889038],[-52.06298828125,47.98744821548462],[-52.05810546875,47.98791170120239],[-52.05322265625,47.98827314376831],[-52.04833984375,47.98853540420532],[-52.04345703125,47.98878717422485],[-52.03857421875,47.98910570144653],[-52.03369140625,47.98951292037964],[-52.02880859375,47.990017890930176],[-52.02699661254883,47.990234375],[-52.02392578125,47.990596771240234],[-52.01904296875,47.991145610809326],[-52.01416015625,47.99163770675659],[-52.00927734375,47.99203824996948],[-52.00439453125,47.9923300743103],[-51.99951171875,47.99257755279541],[-51.99462890625,47.992860317230225],[-51.98974609375,47.993224143981934],[-51.98486328125,47.993682861328125],[-51.98084354400635,47.994140625],[-51.97998046875,47.994242668151855],[-51.97509765625,47.994811058044434],[-51.97021484375,47.99532985687256],[-51.96533203125,47.995773792266846],[-51.96044921875,47.99611568450928],[-51.95556640625,47.996370792388916],[-51.95068359375,47.99662399291992],[-51.94580078125,47.99694490432739],[-51.94091796875,47.997355461120605],[-51.93603515625,47.99786186218262],[-51.93448543548584,47.998046875],[-51.93115234375,47.99843740463257],[-51.92626953125,47.99898028373718],[-51.92138671875,47.999467611312866],[-51.91650390625,47.99985957145691],[-51.91162109375,48.00014567375183],[-51.90673828125,48.00039100646973],[-51.90185546875,48.00067353248596],[-51.89697265625,48.001035928726196],[-51.89208984375,48.00148844718933],[-51.88794136047363,48.001953125],[-51.88720703125,48.00203847885132],[-51.88232421875,48.002599239349365],[-51.87744140625,48.00311470031738],[-51.87255859375,48.00356578826904],[-51.86767578125,48.00391507148743],[-51.86279296875,48.00417137145996],[-51.85791015625,48.00442051887512],[-51.85302734375,48.00473117828369],[-51.84814453125,48.00512886047363],[-51.84326171875,48.00562000274658],[-51.84122085571289,48.005859375],[-51.83837890625,48.006189823150635],[-51.83349609375,48.00673151016235],[-51.82861328125,48.00722074508667],[-51.82373046875,48.00762224197388],[-51.81884765625,48.00792145729065],[-51.81396484375,48.00816559791565],[-51.80908203125,48.00843381881714],[-51.80419921875,48.00877618789673],[-51.79931640625,48.009206771850586],[-51.79443359375,48.00973296165466],[-51.794161796569824,48.009765625],[-51.78955078125,48.01029706001282],[-51.78466796875,48.010820150375366],[-51.77978515625,48.0112886428833],[-51.77490234375,48.01165962219238],[-51.77001953125,48.011924266815186],[-51.76513671875,48.0121636390686],[-51.76025390625,48.01245379447937],[-51.75537109375,48.01282572746277],[-51.75048828125,48.013285398483276],[-51.74704074859619,48.013671875],[-51.74560546875,48.01383662223816],[-51.74072265625,48.0143826007843],[-51.73583984375,48.014883041381836],[-51.73095703125,48.01531672477722],[-51.72607421875,48.01565361022949],[-51.72119140625,48.01590371131897],[-51.71630859375,48.01614952087402],[-51.71142578125,48.0164589881897],[-51.70654296875,48.016852617263794],[-51.70166015625,48.01733660697937],[-51.699557304382324,48.017578125],[-51.69677734375,48.017895460128784],[-51.69189453125,48.01842904090881],[-51.68701171875,48.01891255378723],[-51.68212890625,48.01931643486023],[-51.67724609375,48.01962208747864],[-51.67236328125,48.01986765861511],[-51.66748046875,48.02012920379639],[-51.66259765625,48.02046012878418],[-51.65771484375,48.02087473869324],[-51.65283203125,48.02138137817383],[-51.65195941925049,48.021484375],[-51.64794921875,48.02193999290466],[-51.64306640625,48.02246451377869],[-51.63818359375,48.022934675216675],[-51.63330078125,48.023316860198975],[-51.62841796875,48.023592710494995],[-51.62353515625,48.0238254070282],[-51.61865234375,48.02409482002258],[-51.61376953125,48.02444100379944],[-51.60888671875,48.02487635612488],[-51.60410404205322,48.025390625],[-51.60400390625,48.02540183067322],[-51.59912109375,48.025951623916626],[-51.59423828125,48.02646088600159],[-51.58935546875,48.02691864967346],[-51.58447265625,48.02728629112244],[-51.57958984375,48.027546405792236],[-51.57470703125,48.027777433395386],[-51.56982421875,48.028061389923096],[-51.56494140625,48.02842164039612],[-51.56005859375,48.0288667678833],[-51.556081771850586,48.029296875],[-51.55517578125,48.02939796447754],[-51.55029296875,48.02993631362915],[-51.54541015625,48.03043270111084],[-51.54052734375,48.03088068962097],[-51.53564453125,48.03123331069946],[-51.53076171875,48.03148174285889],[-51.52587890625,48.03171157836914],[-51.52099609375,48.03199863433838],[-51.51611328125,48.03236484527588],[-51.51123046875,48.03281354904175],[-51.50764465332031,48.033203125],[-51.50634765625,48.033347845077515],[-51.50146484375,48.03387928009033],[-51.49658203125,48.034369468688965],[-51.49169921875,48.03480672836304],[-51.48681640625,48.03515291213989],[-51.48193359375,48.03540229797363],[-51.47705078125,48.03563690185547],[-51.47216796875,48.035927534103394],[-51.46728515625,48.03629541397095],[-51.46240234375,48.03674578666687],[-51.45905017852783,48.037109375],[-51.45751953125,48.03727912902832],[-51.45263671875,48.037806272506714],[-51.44775390625,48.03829216957092],[-51.44287109375,48.03872203826904],[-51.43798828125,48.03906321525574],[-51.43310546875,48.03931212425232],[-51.42822265625,48.039546966552734],[-51.42333984375,48.03983998298645],[-51.41845703125,48.04020833969116],[-51.41357421875,48.040658712387085],[-51.41026496887207,48.041015625],[-51.40869140625,48.04118871688843],[-51.40380859375,48.04171299934387],[-51.39892578125,48.04219627380371],[-51.39404296875,48.042630195617676],[-51.38916015625,48.042970418930054],[-51.38427734375,48.043213844299316],[-51.37939453125,48.04344344139099],[-51.37451171875,48.04372954368591],[-51.36962890625,48.04409193992615],[-51.36474609375,48.04453372955322],[-51.36111259460449,48.044921875],[-51.35986328125,48.045058727264404],[-51.35498046875,48.045581579208374],[-51.35009765625,48.04606652259827],[-51.34521484375,48.046504497528076],[-51.34033203125,48.04685664176941],[-51.33544921875,48.047104597091675],[-51.33056640625,48.04732918739319],[-51.32568359375,48.047606468200684],[-51.32080078125,48.04795789718628],[-51.31591796875,48.048388719558716],[-51.31172180175781,48.048828125],[-51.31103515625,48.04890298843384],[-51.30615234375,48.04942750930786],[-51.30126953125,48.04991364479065],[-51.29638671875,48.050355434417725],[-51.29150390625,48.050716161727905],[-51.28662109375,48.050976514816284],[-51.28173828125,48.0512011051178],[-51.27685546875,48.05146837234497],[-51.27197265625,48.05180788040161],[-51.26708984375,48.0522255897522],[-51.26220703125,48.05272436141968],[-51.26211643218994,48.052734375],[-51.25732421875,48.053250312805176],[-51.25244140625,48.05373954772949],[-51.24755859375,48.05418515205383],[-51.24267578125,48.0545551776886],[-51.23779296875,48.0548312664032],[-51.23291015625,48.05506205558777],[-51.22802734375,48.05531883239746],[-51.22314453125,48.05564332008362],[-51.21826171875,48.0560417175293],[-51.21337890625,48.056519508361816],[-51.21227741241455,48.056640625],[-51.20849609375,48.057045698165894],[-51.20361328125,48.05754065513611],[-51.19873046875,48.05799460411072],[-51.19384765625,48.058385372161865],[-51.18896484375,48.058682918548584],[-51.18408203125,48.05891513824463],[-51.17919921875,48.05915951728821],[-51.17431640625,48.05946397781372],[-51.16943359375,48.059842109680176],[-51.16455078125,48.06029486656189],[-51.162190437316895,48.060546875],[-51.15966796875,48.06081581115723],[-51.15478515625,48.06131672859192],[-51.14990234375,48.06178021430969],[-51.14501953125,48.062190532684326],[-51.14013671875,48.06251764297485],[-51.13525390625,48.06275916099548],[-51.13037109375,48.06298780441284],[-51.12548828125,48.063270568847656],[-51.12060546875,48.06362223625183],[-51.11572265625,48.06404948234558],[-51.111788749694824,48.064453125],[-51.11083984375,48.06455326080322],[-51.10595703125,48.06506276130676],[-51.10107421875,48.06553673744202],[-51.09619140625,48.06596922874451],[-51.09130859375,48.066322326660156],[-51.08642578125,48.0665819644928],[-51.08154296875,48.06680631637573],[-51.07666015625,48.06706476211548],[-51.07177734375,48.06739115715027],[-51.06689453125,48.06778812408447],[-51.06201171875,48.06826186180115],[-51.061110496520996,48.068359375],[-51.05712890625,48.068777561187744],[-51.05224609375,48.06926250457764],[-51.04736328125,48.069708585739136],[-51.04248046875,48.07009696960449],[-51.03759765625,48.07039451599121],[-51.03271484375,48.07062387466431],[-51.02783203125,48.07086110115051],[-51.02294921875,48.0711555480957],[-51.01806640625,48.07152056694031],[-51.01318359375,48.071956157684326],[-51.010189056396484,48.072265625],[-51.00830078125,48.072463274002075],[-51.00341796875,48.072959423065186],[-50.99853515625,48.0734224319458],[-50.99365234375,48.07384419441223],[-50.98876953125,48.07418942451477],[-50.98388671875,48.07443618774414],[-50.97900390625,48.074652910232544],[-50.97412109375,48.07491421699524],[-50.96923828125,48.07524108886719],[-50.96435546875,48.075639486312866],[-50.95947265625,48.076112031936646],[-50.958919525146484,48.076171875],[-50.95458984375,48.07662034034729],[-50.94970703125,48.07709622383118],[-50.94482421875,48.077534914016724],[-50.93994140625,48.07791471481323],[-50.93505859375,48.0782105922699],[-50.93017578125,48.07844161987305],[-50.92529296875,48.07867503166199],[-50.92041015625,48.07896447181702],[-50.91552734375,48.079320430755615],[-50.91064453125,48.079747915267944],[-50.90739727020264,48.080078125],[-50.90576171875,48.08024740219116],[-50.90087890625,48.080739974975586],[-50.89599609375,48.081199169158936],[-50.89111328125,48.08161997795105],[-50.88623046875,48.08196830749512],[-50.88134765625,48.08222222328186],[-50.87646484375,48.08243989944458],[-50.87158203125,48.08269000053406],[-50.86669921875,48.083003997802734],[-50.86181640625,48.08338785171509],[-50.85693359375,48.08384370803833],[-50.85559368133545,48.083984375],[-50.85205078125,48.08434844017029],[-50.84716796875,48.08482503890991],[-50.84228515625,48.085267782211304],[-50.83740234375,48.085662841796875],[-50.83251953125,48.085978269577026],[-50.82763671875,48.08621025085449],[-50.82275390625,48.08643054962158],[-50.81787109375,48.08670091629028],[-50.81298828125,48.08703637123108],[-50.80810546875,48.08744192123413],[-50.803518295288086,48.087890625],[-50.80322265625,48.087920904159546],[-50.79833984375,48.08841681480408],[-50.79345703125,48.088878870010376],[-50.78857421875,48.08930468559265],[-50.78369140625,48.08966875076294],[-50.77880859375,48.08995079994202],[-50.77392578125,48.09017539024353],[-50.76904296875,48.09040880203247],[-50.76416015625,48.09069895744324],[-50.75927734375,48.09105372428894],[-50.75439453125,48.09147787094116],[-50.751190185546875,48.091796875],[-50.74951171875,48.09196662902832],[-50.74462890625,48.09244894981384],[-50.73974609375,48.09289884567261],[-50.73486328125,48.09331297874451],[-50.72998046875,48.09365892410278],[-50.72509765625,48.09391736984253],[-50.72021484375,48.09413480758667],[-50.71533203125,48.09437584877014],[-50.71044921875,48.094677448272705],[-50.70556640625,48.09504270553589],[-50.70068359375,48.095476150512695],[-50.69843769073486,48.095703125],[-50.69580078125,48.09596848487854],[-50.69091796875,48.096441984176636],[-50.68603515625,48.096885681152344],[-50.68115234375,48.097293853759766],[-50.67626953125,48.097630739212036],[-50.67138671875,48.09787201881409],[-50.66650390625,48.09808158874512],[-50.66162109375,48.09832811355591],[-50.65673828125,48.098636865615845],[-50.65185546875,48.09901142120361],[-50.64697265625,48.099454164505005],[-50.64545154571533,48.099609375],[-50.64208984375,48.09994602203369],[-50.63720703125,48.100412130355835],[-50.63232421875,48.10084891319275],[-50.62744140625,48.101245641708374],[-50.62255859375,48.10157036781311],[-50.61767578125,48.10180401802063],[-50.61279296875,48.1020131111145],[-50.60791015625,48.10226607322693],[-50.60302734375,48.102580308914185],[-50.59814453125,48.102959632873535],[-50.59326171875,48.1034038066864],[-50.59216022491455,48.103515625],[-50.58837890625,48.10388922691345],[-50.58349609375,48.10434818267822],[-50.57861328125,48.1047785282135],[-50.57373046875,48.10517168045044],[-50.56884765625,48.105491399765015],[-50.56396484375,48.1057231426239],[-50.55908203125,48.1059308052063],[-50.55419921875,48.106181144714355],[-50.54931640625,48.106494188308716],[-50.54443359375,48.106871366500854],[-50.53955078125,48.10731625556946],[-50.538506507873535,48.107421875],[-50.53466796875,48.107799768447876],[-50.52978515625,48.10825729370117],[-50.52490234375,48.108686447143555],[-50.52001953125,48.10908102989197],[-50.51513671875,48.109397649765015],[-50.51025390625,48.10962438583374],[-50.50537109375,48.1098313331604],[-50.50048828125,48.11008095741272],[-50.49560546875,48.11039209365845],[-50.49072265625,48.11076331138611],[-50.48583984375,48.11120057106018],[-50.484557151794434,48.111328125],[-50.48095703125,48.1116783618927],[-50.47607421875,48.11213135719299],[-50.47119140625,48.112558126449585],[-50.46630859375,48.112953662872314],[-50.46142578125,48.113280057907104],[-50.45654296875,48.113513708114624],[-50.45166015625,48.11371874809265],[-50.44677734375,48.11396050453186],[-50.44189453125,48.11426115036011],[-50.43701171875,48.11462187767029],[-50.43212890625,48.11503767967224],[-50.430049896240234,48.115234375],[-50.42724609375,48.11549735069275],[-50.42236328125,48.11594223976135],[-50.41748046875,48.116366386413574],[-50.41259765625,48.11676216125488],[-50.40771484375,48.117104291915894],[-50.40283203125,48.11736845970154],[-50.39794921875,48.11758780479431],[-50.39306640625,48.11782622337341],[-50.38818359375,48.118114709854126],[-50.38330078125,48.11845803260803],[-50.37841796875,48.118847370147705],[-50.37508964538574,48.119140625],[-50.37353515625,48.119279861450195],[-50.36865234375,48.11971616744995],[-50.36376953125,48.12013864517212],[-50.35888671875,48.12053966522217],[-50.35400390625,48.12090706825256],[-50.34912109375,48.121209144592285],[-50.34423828125,48.121442794799805],[-50.33935546875,48.121670961380005],[-50.33447265625,48.121944427490234],[-50.32958984375,48.12226128578186],[-50.32470703125,48.12261772155762],[-50.31982421875,48.123026847839355],[-50.31960964202881,48.123046875],[-50.31494140625,48.12346315383911],[-50.31005859375,48.12388348579407],[-50.30517578125,48.12429213523865],[-50.30029296875,48.12469005584717],[-50.29541015625,48.12503504753113],[-50.29052734375,48.125288248062134],[-50.28564453125,48.125500440597534],[-50.28076171875,48.12573742866516],[-50.27587890625,48.126023054122925],[-50.27099609375,48.12635827064514],[-50.26611328125,48.126742124557495],[-50.26369571685791,48.126953125],[-50.26123046875,48.12716865539551],[-50.25634765625,48.12758922576904],[-50.25146484375,48.12800359725952],[-50.24658203125,48.12841320037842],[-50.24169921875,48.12878727912903],[-50.23681640625,48.12907910346985],[-50.23193359375,48.12929725646973],[-50.22705078125,48.12950825691223],[-50.22216796875,48.12976694107056],[-50.21728515625,48.13008117675781],[-50.21240234375,48.13044047355652],[-50.20751953125,48.130839347839355],[-50.207295417785645,48.130859375],[-50.20263671875,48.13126015663147],[-50.19775390625,48.13168144226074],[-50.19287109375,48.13210344314575],[-50.18798828125,48.13251090049744],[-50.18310546875,48.13285303115845],[-50.17822265625,48.13309192657471],[-50.17333984375,48.13328528404236],[-50.16845703125,48.13350987434387],[-50.16357421875,48.13379502296448],[-50.15869140625,48.13412833213806],[-50.15380859375,48.134493827819824],[-50.150532722473145,48.134765625],[-50.14892578125,48.13490104675293],[-50.14404296875,48.135324239730835],[-50.13916015625,48.13575077056885],[-50.13427734375,48.1361665725708],[-50.12939453125,48.13654685020447],[-50.12451171875,48.136847734451294],[-50.11962890625,48.13706088066101],[-50.11474609375,48.137258768081665],[-50.10986328125,48.13750600814819],[-50.10498046875,48.13780665397644],[-50.10009765625,48.138142108917236],[-50.09521484375,48.13851523399353],[-50.09341239929199,48.138671875],[-50.09033203125,48.138936281204224],[-50.08544921875,48.139363527297974],[-50.08056640625,48.13978314399719],[-50.07568359375,48.14018416404724],[-50.07080078125,48.14053964614868],[-50.06591796875,48.140809774398804],[-50.06103515625,48.141013622283936],[-50.05615234375,48.1412239074707],[-50.05126953125,48.141483306884766],[-50.04638671875,48.141785621643066],[-50.04150390625,48.14212512969971],[-50.03662109375,48.14251518249512],[-50.03592491149902,48.142578125],[-50.03173828125,48.14294385910034],[-50.02685546875,48.1433641910553],[-50.02197265625,48.14377284049988],[-50.01708984375,48.14416861534119],[-50.01559257507324,48.146484375],[-50.01479625701904,48.150390625],[-50.014662742614746,48.154296875],[-50.0146484375,48.158203125],[-50.0146484375,49.564453125],[-50.014657974243164,49.568359375],[-50.01476287841797,49.572265625],[-50.01542568206787,49.576171875],[-50.01708984375,49.57897686958313],[-50.02197265625,49.57850885391235],[-50.02685546875,49.57821011543274],[-50.03173828125,49.57806086540222],[-50.03662109375,49.57796549797058],[-50.04150390625,49.57785964012146],[-50.04638671875,49.57772254943848],[-50.05126953125,49.57754683494568],[-50.05615234375,49.577324867248535],[-50.06103515625,49.57704448699951],[-50.06591796875,49.57668614387512]]]}]}')}},t={};function o(n){var i=t[n];if(void 0!==i)return i.exports;var a=t[n]={exports:{}};return e[n].call(a.exports,a,a.exports,o),a.exports}o.m=e,(()=>{var e=[];o.O=(t,n,i,a)=>{if(!n){var r=1/0;for(u=0;u=a)&&Object.keys(o.O).every((e=>o.O[e](n[s])))?n.splice(s--,1):(l=!1,a0&&e[u-1][2]>a;u--)e[u]=e[u-1];e[u]=[n,i,a]}})(),(()=>{o.n=e=>{var t=e&&e.__esModule?()=>e["default"]:()=>e;return o.d(t,{a:t}),t}})(),(()=>{var e,t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__;o.t=function(n,i){if(1&i&&(n=this(n)),8&i)return n;if("object"===typeof n&&n){if(4&i&&n.__esModule)return n;if(16&i&&"function"===typeof n.then)return n}var a=Object.create(null);o.r(a);var r={};e=e||[null,t({}),t([]),t(t)];for(var l=2&i&&n;"object"==typeof l&&!~e.indexOf(l);l=t(l))Object.getOwnPropertyNames(l).forEach((e=>r[e]=()=>n[e]));return r["default"]=()=>n,o.d(a,r),a}})(),(()=>{o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}})(),(()=>{o.e=()=>Promise.resolve()})(),(()=>{o.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}()})(),(()=>{o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})(),(()=>{o.r=e=>{"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}})(),(()=>{o.p=""})(),(()=>{var e={524:0};o.O.j=t=>0===e[t];var t=(t,n)=>{var i,a,[r,l,s]=n,c=0;if(r.some((t=>0!==e[t]))){for(i in l)o.o(l,i)&&(o.m[i]=l[i]);if(s)var u=s(o)}for(t&&t(n);co(5168)));n=o.O(n)})(); +//# sourceMappingURL=app.2c4b718d.js.map \ No newline at end of file diff --git a/js/app.d213c18e.js.map b/js/app.2c4b718d.js.map similarity index 57% rename from js/app.d213c18e.js.map rename to js/app.2c4b718d.js.map index 407e698..861fef9 100644 --- a/js/app.d213c18e.js.map +++ b/js/app.2c4b718d.js.map @@ -1 +1 @@ -{"version":3,"file":"js/app.d213c18e.js","mappings":"yEAEMA,EAAa,CCDZC,MAAM,iBDGN,SAASC,EAAOC,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAC9E,OAAQ,WCJR,QACM,MADN,EDKF,C,2CC8BMC,EAAgC,CACpCC,YAAa,qDACbC,QAAS,EACTC,QAAS,GACTC,WAAW,CAAC,MAAM,MAAM,MAAM,OAC9BC,YAAa,8DACbC,UAAW,aASb,SAAe,QAAgB,CAE7BC,MAAO,CAAC,QAAS,oBAAqB,QAAS,YAAa,iBAE5DC,MAAO,CACLC,eAAgB,CACdC,KAAMC,OACNC,QAAS,WAEXC,eAAgB,CACdH,KAAMI,QACNF,SAAS,GAEXG,eAAgB,CACdL,KAAMI,QACNF,SAAS,GAEXI,WAAY,CACVN,KAAMO,OACNL,QAAO,WACL,MAAO,CACLM,YAAa,QACbC,cAAe,QAEnB,GAEFC,WAAY,CACVV,KAAMO,OACNL,QAAO,WACL,OAAOZ,CACT,GAEFqB,aAAc,CACZX,KAAMO,OACNL,QAAS,MAEXU,OAAQ,CACNZ,KAAMa,MACNX,QAAO,WACL,MAAO,EACT,GAEFY,mBAAoB,CAClBd,KAAMO,OACNL,QAAO,WACL,MAAO,CACLa,MAAO,UACPC,UAAW,UACXC,YAAa,GACbC,OAAQ,IAEZ,GAEFC,gBAAiB,CACfnB,KAAMI,QACNF,SAAS,GAEXkB,WAAY,CACVpB,KAAMI,QACNF,SAAS,GAEXmB,sBAAuB,CACrBrB,KAAMO,OACNL,QAAO,WACL,MAAO,CACLa,MAAO,UACPC,UAAW,UACXC,YAAa,GACbC,OAAQ,IAEZ,GAEFI,eAAgB,CACdtB,KAAMC,OACNC,QAAS,SAEXqB,WAAY,CACVvB,KAAMI,QACNF,SAAS,GAGXsB,aAAc,CACZxB,KAAMa,MACNX,QAAS,WAAM,WAGjBuB,mBAAoB,CAClBzB,KAAOa,MACPX,QAAS,MAGXwB,0BAA2B,CACzB1B,KAAM2B,SACNzB,QAAS,SAAC0B,GAAc,OAAAA,GAAK,IAAO,GAAwB,GAAlBC,KAAKC,IAAIF,EAAE,KAAYA,CAAzC,GAG1BG,iBAAkB,CAChB/B,KAAMgC,OACN9B,QAAS,IAIb+B,QAAO,WACDC,KAAKvB,eACPuB,KAAKC,cAAgBD,KAAKvB,cAExBuB,KAAK7B,gBACP6B,KAAKE,aAAY,GAEnBF,KAAKG,OAAM,GAIXH,KAAKI,qBACP,EAEAC,KAAI,WACF,MAAO,CACLC,eAAgB,KAChBC,YAAa,GACbC,aAAc,GACdC,aAAc,KACdC,eAAgB,KAChBT,cAAe,KACfU,oBAAqB,KACrBC,qBAAsB,iBACtBC,IAAK,KACLC,QAAS,KACTC,WAAY,KACZC,mBAAmB,EACnBC,MAAO,CAAC,EAEZ,EAEAC,QAAS,CAEPd,oBAAmB,WAAnB,WACQe,EAAYC,SAASC,cAAc,kBACzCrB,KAAKM,eAAiB,IAAIgB,gBAAe,W,MAC/B,QAAR,IAAKT,WAAG,SAAEU,gBACZ,IACAvB,KAAKM,eAAekB,QAAQL,EAC9B,EAGAM,YAAW,SAACC,GAAZ,WACoC,OAA9B1B,KAAKY,uBAKTZ,KAAKiB,MAAQ,CAAC,EAEdS,EAAOC,SAAQ,SAACC,EAA2DX,GACzE,IAAMY,EAAMD,EAAIC,IACVC,EAAMF,EAAIE,IACVC,EAAaH,EAAIG,WAEvB,KAAIC,MAAMH,IAAQG,MAAMF,IAAQE,MAAMD,IAAtC,CAKA,IAAME,EAAM,UAAGJ,EAAG,YAAIC,GAGtB,EAAKb,MAAMgB,GAAOhB,EAElB,IAAMiB,EAAO,EAAKC,gBAAgBN,EAAKC,EAAKC,EAAYd,GACpDiB,GACF,EAAKtB,qBAAqBwB,SAASF,EAVrC,CAYF,IAGiB,OAAblC,KAAKa,MACPb,KAAKY,qBAAqByB,MAAMrC,KAAKa,KAKvCb,KAAKsC,MAAM,kBACb,EAGAH,gBAAe,SAACN,EAAaC,EAAaC,EAAoBd,GAA9D,WACQpC,EAAQmB,KAAKuC,SAASR,GAEtBG,EAAO,cAAY,CACvB,CAACL,EAAM7B,KAAKH,iBAAmB,EAAGiC,EAAM9B,KAAKH,iBAAmB,GAChE,CAACgC,EAAM7B,KAAKH,iBAAmB,EAAGiC,EAAM9B,KAAKH,iBAAmB,IAC/D,CACD2C,QAAQ,EACR3D,MAAOA,EACP4D,OAAQ,IACRC,QAASX,EACTjD,UAAWD,EACXE,YAAaiB,KAAKR,0BAA0BuC,KAM9C,OAJAG,EAAKS,GAAG,SAAS,WACfC,QAAQC,IAAI,YAAa,CAAEhB,IAAG,EAAEC,IAAG,EAAEC,WAAU,EAAEd,MAAK,IACtD,EAAKqB,MAAM,YAAa,CAAET,IAAG,EAAEC,IAAG,EAAEC,WAAU,EAAEd,MAAK,GACvD,IACOiB,CACT,EAEAY,QAAO,SAACC,GACN,GAAY,OAARA,EACF,OAAO,EAGT,IAAMC,GAAKD,EAAM,IAAO,IAClBE,EAAItD,KAAKuD,IAAIF,GACnB,OAAOC,GAAK,EAAIA,EAClB,EAGAV,SAAQ,SAACY,GAEP,IAAMC,EAAM,EACNC,EAAa,KACbC,EAAY,OAElB,MAAO,eAAQF,EAAG,aAAKC,EAAU,aAAKC,EAAS,OACjD,EAEApD,YAAW,SAACqD,GAAZ,gBAAY,IAAAA,IAAAA,GAAA,GACV,IAAMC,EAAU,CAAEC,QAAS,IAAOC,oBAAoB,GAEtDC,UAAUC,YAAYC,oBACpB,SAACC,GACC,EAAKC,YAAY,CACfxF,aAAcuF,EAASE,OAAOC,UAC9B3F,YAAawF,EAASE,OAAOE,WAG3B,EAAKrD,KACP,EAAKA,IAAIsD,QAAQ,CAACL,EAASE,OAAOE,SAAUJ,EAASE,OAAOC,WAAY,EAAKpD,IAAIuD,UAErF,IACA,SAACC,GACC,IAAMC,EAAM,kJACRf,GACF,QAAO,CACLgB,MAAO,mBACPzG,KAAM,QACN0G,KAAMF,EACNG,SAAU,OAGZ,EAAKnC,MAAM,QAASgC,EAExB,GACAd,EAEJ,EAEAkB,QAAO,SAACC,EAAmBC,GACzB,OAAOD,EAAKrG,cAAgBsG,EAAKtG,aAAeqG,EAAKpG,eAAiBqG,EAAKrG,YAC7E,EAEAsG,kBAAiB,SAACC,EAAuBC,GACvC,OAAO/E,KAAKgF,YAAY,CAACF,EAASxG,YAAawG,EAASvG,cAAewG,EACzE,EAEAE,mBAAkB,WAChB,GAAIjF,KAAKC,cACP,OAAO,KAET,IAAMiF,EAASlF,KAAK6E,kBAAkB7E,KAAK5B,YAAY,oBAAK4B,KAAKb,uBAAqB,CAAEgG,aAAa,KAErG,OADAD,EAAOE,eACAF,CACT,EAEAG,eAAc,SAACC,GACb,IAAM9B,EAAW8B,IAAUtF,KAAKC,cAAiBD,KAAKb,sBAAwBa,KAAKpB,mBAC7EsG,EAASlF,KAAK6E,kBAAkBS,EAAO9B,GAI7C,OAHI8B,EAAMC,MACRL,EAAOM,YAAYF,EAAMC,MAEpBL,CACT,EAEAO,cAAa,SAACH,GACZtF,KAAKe,YAAa,EAClBf,KAAK+D,YAAY,CACfxF,aAAc+G,EAAM/G,aACpBD,YAAagH,EAAMhH,cAErB0B,KAAKsC,MAAM,QAASgD,GACpBtF,KAAKC,cAAgBqF,CACvB,EAEAI,YAAW,SAACC,GACV3F,KAAKe,YAAa,EAClB,IAAIxC,EAAeoH,EAAMC,OAAOC,IAAM,IACtCtH,GAAiBA,EAAe,IAAO,KAAO,IAC9CA,GAAgB,IAChByB,KAAKC,cAAgB,KACrBD,KAAK+D,YAAY,CACfzF,YAAaqH,EAAMC,OAAO/D,IAC1BtD,aAAW,GAEf,EAEA4B,MAAK,SAAC2F,GAAN,I,UAAA,YAAM,IAAAA,IAAAA,GAAA,GACJlD,QAAQC,IAAI,QAASiD,GACrB,IAAMC,EAAe/F,KAAKgG,IACpBlB,EAA+BgB,GAAW9F,KAAKxB,WAAWyH,gBAC9DjG,KAAKkG,iBAAiBlG,KAAKxB,WAAWyH,iBACtCjG,KAAKmG,OAEDC,EAAwC,QAA1B,EAAApG,KAAKxB,WAAW4H,mBAAU,QAAK,EAC7CC,EAAOP,EAAUM,EAAiC,QAAlB,EAAQ,QAAR,EAAApG,KAAKa,WAAG,eAAEuD,iBAAQ,QAAKgC,EACvDvF,EAAM,QAAMkF,EAAc,CAACO,SAAU,IAAI,cAAanC,QAAQW,EAAUuB,GAExE7C,GAAM,oBAASpG,GAAsB4C,KAAKxB,YAChDwB,KAAKc,QAAU,cAAY0C,EAAQnG,YAAamG,GAChDxD,KAAKc,QAAQuB,MAAMxB,GAGnBb,KAAKQ,aAAeR,KAAKtB,OAAOmC,KAAI,SAAAyE,GAAS,SAAKD,eAAeC,EAApB,IAC7CtF,KAAKQ,aAAamB,SAAQ,SAACuD,EAAQjE,GACjCiE,EAAOvC,GAAG,aAAa,WACrB,IAAM2C,EAAQ,EAAK5G,OAAOuC,GAC1B,EAAKR,aAAe6E,EACpBJ,EAAOqB,YAAY,CAACjB,EAAMhH,YAAagH,EAAM/G,cAC/C,IAEI,EAAKU,iBACPiG,EAAOvC,GAAG,SAAS,WACjB,EAAK8C,cAAc,EAAK/G,OAAOuC,GACjC,IAGFiE,EAAOvC,GAAG,YAAY,WACpB,EAAKlC,aAAe,IACtB,IAEAyE,EAAO7C,MAAMxB,EACf,IAEAb,KAAKU,eAAiBV,KAAKiF,qBACR,QAAnB,EAAAjF,KAAKU,sBAAc,SAAE2B,MAAMxB,GAE3BA,EAAI2F,gBAAgBC,UAChBzG,KAAKd,YACP2B,EAAI8B,GAAG3C,KAAKZ,eAAgBY,KAAK0F,aAGnC7E,EAAI6F,mBAAmBC,UAAU,4IAGjC3G,KAAKV,aAAaqC,SAAQ,SAACiF,GACzB,IAAMC,EAAMD,EAAcC,IACpBC,EAAMF,EAAcG,QACpBC,EAAQJ,EAAcI,MACxBH,EACFI,MAAMJ,GACHK,MAAK,SAACC,GAAa,OAAAA,EAASC,MAAT,IACnBF,MAAK,SAAC7G,GACL,IAAMgH,EAAU,YAAUhH,EAAM,CAAE2G,MAAI,IAAK3E,MAAMxB,GAC7CgG,EAAIS,SAAS,YACfD,EAAQjC,eACR,EAAK7E,YAAYgH,KAAKF,GAE1B,IACCG,OAAM,SAACC,GACN7E,QAAQ6E,MAAM,SAAUA,EAC1B,IACOX,GACT,YAAUA,EAAK,CACbE,MAAOA,EACPU,aAAc,SAAUC,EAAS/B,GAC/B,OAAI+B,EAAQC,WAAWC,gBACrBb,EAAMhI,OAAS2I,EAAQC,WAAWC,eAC3B,WAASjC,EAAQoB,IAEjB,iBAAepB,EAAQoB,EAGlC,EACAc,cAAe,SAAUH,EAASI,GAC5BJ,EAAQC,YAAcD,EAAQC,WAAWI,cAC3CD,EAAME,UAAUN,EAAQC,WAAWI,aAEvC,IACC3F,MAAMxB,EAEb,IAEAb,KAAKO,YAAYM,KAAI,SAAAqH,GAAK,OAAAA,EAAE9C,cAAF,IACP,QAAnB,EAAApF,KAAKU,sBAAc,SAAE0E,eAErBpF,KAAKa,IAAMA,EAEXb,KAAKmI,iBAAiBnI,KAAK/B,gBAC3B+B,KAAKoI,6BACP,EAEArE,YAAW,SAACsE,GACVrI,KAAKsC,MAAM,oBAAqB+F,EAClC,EAEAC,aAAY,W,MACNtI,KAAKa,MACY,QAAnB,EAAAb,KAAKU,sBAAc,SAAE6H,SACrBvI,KAAKU,eAAiBV,KAAKiF,qBACvBjF,KAAKU,iBACPV,KAAKU,eAAe2B,MAAMrC,KAAKa,KAC/Bb,KAAKoI,+BAGX,EAEAA,4BAA2B,W,MACzBpI,KAAKO,YAAYM,KAAI,SAAAqH,GAAK,OAAAA,EAAE9C,cAAF,IACP,QAAnB,EAAApF,KAAKU,sBAAc,SAAE0E,cACvB,EAEAc,iBAAgB,SAACpB,GACf,MAAO,CAACA,EAASxG,YAAawG,EAASvG,aACzC,EAEAiK,yBAAwB,SAACzF,GAAzB,gBAAyB,IAAAA,IAAAA,EAAA,MACtB/C,KAAKY,qBAAmD6H,WAAU,SAACV,G,MAClE,GAAIA,aAAiB,cAAa,CAChC,IAAM5B,EAAS4B,EAAMW,YAAYC,YAC3B9G,EAAMsE,EAAOtE,IACbC,EAAMqE,EAAON,IACb5D,EAAM,UAAGJ,EAAG,YAAIC,GAEhBC,EAAe,OAAFgB,QAAE,IAAFA,EAAAA,EAA+C,QAAxC,IAAKxD,mBAAmB,EAAK0B,MAAMgB,WAAK,eAAEF,gBACjD6G,IAAf7G,GACFgG,EAAMc,SAAS,CAAC9J,YAAa,EAAKS,0BAA0BuC,GAAaW,QAASX,GAEtF,CACF,IACA/B,KAAKsC,MAAM,gBACb,EAGA6F,iBAAgB,SAACE,GACXA,EAEErI,KAAKgB,kBACPhB,KAAKwI,4BAGLxI,KAAKyB,YAAYzB,KAAKT,oBACtBS,KAAKgB,mBAAoB,GAO3BhB,KAAKwI,yBAAyB,EAElC,GAIFM,SAAU,CACR9D,YAAW,WACT,OAAOhF,KAAKX,WAAa,WAAW,gBACtC,EACA8G,OAAM,WACJ,OAAOnG,KAAKkG,iBAAiBlG,KAAK5B,WACpC,EAEA2K,UAAS,W,QAEP,GAAgC,OAA5B/I,KAAKT,mBACP,OAAO,EAET,IAAMyJ,EAAOrK,MAAMsK,KAAK,IAAIC,IAA2B,QAAvB,EAAAlJ,KAAKT,0BAAkB,eAAEsB,KAAI,SAACe,GAAQ,OAAAA,EAAIC,GAAJ,MAAWsH,OAC3EC,EAAOzK,MAAMsK,KAAK,IAAIC,IAA2B,QAAvB,EAAAlJ,KAAKT,0BAAkB,eAAEsB,KAAI,SAACe,GAAQ,OAAAA,EAAIE,GAAJ,MAAWqH,OAG3EE,EAAUL,EAAKnI,KAAI,SAACkC,EAAK9B,EAAOqI,GAAQ,OAAU,IAAVrI,EAAc,EAAI8B,EAAMuG,EAAIrI,EAAQ,EAApC,IACxCsI,EAAUH,EAAKvI,KAAI,SAACkC,EAAK9B,EAAOqI,GAAQ,OAAU,IAAVrI,EAAc,EAAI8B,EAAMuG,EAAIrI,EAAQ,EAApC,IACxCuI,EAASH,EAAQI,QAAO,SAACC,EAAGC,GAAM,OAAAD,EAAIC,CAAJ,GAAO,GAAKN,EAAQO,OACtDC,EAASN,EAAQE,QAAO,SAACC,EAAGC,GAAM,OAAAD,EAAIC,CAAJ,GAAO,GAAKJ,EAAQK,OAC5D,OAAQJ,EAASK,GAAU,CAC7B,GAGFC,MAAO,CAELvK,mBAAkB,SAACwD,GACL,OAARA,QAAwB6F,IAAR7F,IAElB/C,KAAKmI,iBAAiBnI,KAAK/B,gBAC3B+B,KAAKoI,8BAET,EAEAhK,WAAU,SAAC2L,EAAkBC,GAC3BhK,KAAKsI,eACL,IAAM2B,GAAYjK,KAAKe,aAAef,KAAK0E,QAAQqF,EAAKC,IACpDhK,KAAKa,KAASb,KAAKa,IAAI6H,YAAYwB,SAASlK,KAAKmG,UAAW8D,GAC9DjK,KAAKa,IAAIsD,QAAQnE,KAAKmG,OAAQ8D,EAAW,GAAKjK,KAAKa,IAAIuD,WAEzDpE,KAAKe,YAAa,CACpB,EAEAvC,WAAU,SAAC2L,EAAwBC,G,QACd,OAAfA,GAAsC,OAAfD,GAGvBA,EAAW9M,cAAgB+M,EAAW/M,cAC5B,QAAZ,EAAA2C,KAAKc,eAAO,SAAEuJ,OAA4B,QAArB,EAAAF,EAAW9M,mBAAU,QAAKD,EAAkBC,aAErE,EAGAY,eAAc,SAACoK,GACbrI,KAAKmI,iBAAiBE,GACtBrI,KAAKoI,6BACP,EACA1J,OAAM,W,MACI,QAAR,EAAAsB,KAAKa,WAAG,SAAE0H,SACVvI,KAAKG,OACP,EACAF,cAAa,SAACqK,G,MACNrJ,EAAQjB,KAAKtB,OAAO6L,QAAQD,GAC5BE,EAAoBxK,KAAKW,oBAC/BX,KAAKW,oBAAsBX,KAAKQ,aAAaS,GAE5B,OAAjBuJ,QAAiB,IAAjBA,GAAAA,EAAmB3B,SAAS7I,KAAKpB,oBACT,QAAxB,EAAAoB,KAAKW,2BAAmB,SAAEkI,SAAS7I,KAAKb,sBAC1C,K,cChkBJ,MAAMsL,GAA2B,OAAgB,EAAQ,CAAC,CAAC,SAAS5N,KAEpE,I,qQCLM,EAAa,CC4BV6N,GAAG,qBD3BNC,EAAa,CC4BND,GAAG,YAAY9N,MAAM,eDxB5BgO,EAAa,CC0BFF,GAAG,SDzBdG,EAAa,CCVnB,ODWMC,EAAa,CCXnB,ODYMC,EAAa,CCZnB,ODaMC,EAAa,CCmCNN,GAAG,mBAAmB9N,MAAM,eD/BnCqO,EAAa,CCgCJP,GAAG,2BD/BZQ,EAAa,CClBnB,MAmDiBtO,MAAM,qBD7BjBuO,EAAc,CC+BAvO,MAAM,eD9BpBwO,EAAc,CCvBpB,ODwBMC,GAAc,CCxBpB,ODyBMC,IC+ByF,QAAqB,cAAb,QAAI,GD9BrGC,GAAc,CC1BpB,OD2BMC,ICgC4E,QAAqB,cAAb,QAAI,GD/BxFC,GAAc,CC5BpB,OD6BMC,GAAc,CC7BpB,OD8BMC,GAAc,CC9BpB,OD+BMC,GAAc,CC/BpB,ODgCMC,GAAc,CChCpB,ODiCMC,IC4Cc,QAAiC,cAAzB,oBAAgB,GD3CtCC,GAAc,CClCpB,ODmCMC,IC+CY,QAEI,WADF,QAAiE,gBAAzD,QAAgD,QAA1CpP,MAAM,sBAAqB,eAnF7D,QAmFqF,QAAG,QAA8D,QAAxDA,MAAM,kCAAiC,cAnFrI,QAmFsJ,qCDzClJ,GACEqP,GAAc,CC0CCrP,MAAM,QDzCrBsP,GAAc,CC5CpB,OD6CMC,IC8CmC,QAA4B,cAApB,eAAW,GD7CtDC,GAAc,CC9CpB,MAmGiBxP,MAAM,qBAAqB8N,GAAG,oBDhDzC2B,GAAc,CCnDpB,MA8HiBzP,MAAM,qBDvEjB0P,GAAc,CCwEA1P,MAAM,eDvEpB2P,GAAc,CCwEC3P,MAAM,WDvErB4P,ICyEoH,QAA0F,KAAvFC,KAAK,+BAA+BC,OAAO,SAASC,IAAI,uBAAsB,SAAK,GDpE1MC,GAAc,CC9DpB,MAiJiBhQ,MAAM,qBD/EjBiQ,GAAc,CCgFAjQ,MAAM,eD/EpBkQ,GAAc,CCgFClQ,MAAM,WD/ErBmQ,ICgFY,QAGM,aAFJ,QAAwF,SAArF,sFACH,QAA0F,SAAvF,yFD/EnB,GACEC,GAAc,CCiFKpQ,MAAM,QDhFzBqQ,GAAc,CC0FPvC,GAAG,aAAa9N,MAAM,eDtF7BsQ,GAAc,CCwFHxC,GAAG,yBDvFdyC,GAAc,CCsJTzC,GAAG,cDrJR0C,GC/EN,qBDgFMC,GAAc,CChFpB,MAgPc3C,GAAG,aACH9N,MAAM,cD5Jd0Q,GAAc,CCrFpB,ODsFMC,GAAc,CCtFpB,ODuFMC,GAAc,CC6PX5Q,MAAM,iBD5PT6Q,ICsQA,QAKQ,SAJNC,SAAA,GACAhD,GAAG,cDrQR,ECuQK,QAAkD,UAA1CiD,IAAA,EAAyB7P,KAAK,gBDlQ1C,GACE8P,ICiR6B,QAA4C,MAAxChR,MAAM,mBAAkB,eAAW,GDhRpEiR,IC6RU,QA0EM,OA1EDnD,GAAG,iBAAe,EAErB,QAUM,OAVDA,GAAG,kBAAgB,EACtB,QAEI,SAFD,yFAGH,QAEI,SAFD,0FAGH,QAEI,KAFDA,GAAG,kBAAiB,oFAIzB,QA4DM,OA5DDA,GAAG,OAAK,EACX,QAOU,iBANR,QAEU,eAFD,kCAGT,QAEI,SAFD,2QAKL,QAKU,iBAJR,QAA2D,eAAlD,6CACT,QAEI,WA1Z1B,QAwZyB,eACQ,QAA8B,cAAtB,kBAzZzC,QAyZ+D,yXAAkX,QAAgC,cAAxB,oBAzZzb,QAyZid,WAI7b,QAKU,iBAJR,QAAuF,eAA9E,yEACT,QAEI,WAja1B,QA+ZyB,UACG,QAAuB,cAAf,WAhapC,QAgamD,+UAI/B,QAQU,iBAPR,QAA6D,eAApD,+CACT,QAEI,SAFD,wiBAGH,QAEI,SAFD,8SAKL,QAKU,iBAJR,QAAuF,eAA9E,yEACT,QAEI,SAFD,6XAKL,QAkBU,iBAjBR,QAA0C,eAAjC,4BACT,QAeI,WAtc1B,QAubyB,gBAED,QAYK,YAXH,QACK,YADD,QAAiJ,KAA9I+B,KAAK,6EAA6EC,OAAO,SAASC,IAAI,uBAAsB,mBA1b7J,QA0b+K,gCAErJ,QAEK,YA9b/B,QA4b8B,uEAC+D,QAAoG,KAAjGF,KAAK,uCAAuCC,OAAO,SAASC,IAAI,uBAAsB,YA7btL,QA6biM,UAAK,QAAoG,KAAjGF,KAAK,uCAAuCC,OAAO,SAASC,IAAI,uBAAsB,cAErQ,QAEK,YADH,QAA0G,KAAvGF,KAAK,iCAAiCC,OAAO,SAASC,IAAI,uBAAsB,wBAhc/G,QAgcsI,gCAE5G,QAEK,YApc/B,QAkc8B,0BACkB,QAA+I,KAA5IF,KAAK,kEAAkEC,OAAO,SAASC,IAAI,uBAAsB,4BAncpK,QAmc+L,wBD3Q3L,GACEmB,ICoRU,QAAmE,kBAAvD,8CAA0C,GDnRhEC,ICoRU,QAA0C,OAArCnR,MAAM,cAAa,gBAAY,GDnR9CoR,ICoS6B,QAA2C,MAAvCpR,MAAM,mBAAkB,cAAU,GDnSnEqR,ICgTQ,QAEI,KAFDjH,MAAA,qDAAwDpK,MAAM,QAAO,2GAExE,GD9SRsR,ICyToM,QAAI,mBDxTxMC,ICqUuM,QAAI,mBDpU3MC,GAAc,CC0UEpH,MAAA,wBDzUhBqH,IC2Uc,QAAiD,MAA7CzR,MAAM,qBAAoB,kBAAc,GD1U1D0R,IC2Uc,QAAgD,KAA5C1R,MAAM,QAAO,+BAA2B,GD1U1D2R,IC2Uc,QAEI,SAFD,0IAEH,GD5UdC,GAAc,CC6UI5R,MAAM,aD5UxB6R,GAAc,CC2XU7R,MAAM,QD1X9B8R,ICyYoB,QAEK,MAFD9R,MAAM,QAAO,gDAEjB,GD1YpB+R,ICuZc,QAAgD,MAA5C/R,MAAM,qBAAoB,iBAAa,GDtZzDgS,ICuZc,QAAgD,KAA5ChS,MAAM,QAAO,+BAA2B,GDtZ1DiS,GAAc,CCuZIjS,MAAM,aDtZxBkS,ICuZgB,QAMK,YALH,QAI4C,QAH5C9H,MAAA,gHAGoB,sBAxmB5C,QAwmBoE,wCDzZhE,GACE+H,IC0ZgB,QAMK,MANDnS,MAAM,QAAM,EACd,QAIoC,QAHpCoK,MAAA,gHAGoB,cA/mB5C,QA+mB4D,iED5ZxD,GACEgI,GAAc,CCpNpB,ODqNMC,IC6ZkB,QAKO,QAJLjI,MAAA,gHAGoB,cACtB,GDjalBkI,GAAc,CCtNpB,MAynBkDtS,MAAM,kBD/ZlDuS,IC2akB,QAAoD,QAA9CvS,MAAM,uBAAsB,eAAW,GD1a/DwS,GAAc,CC3NpB,MAuoBkDxS,MAAM,uBDxalDyS,ICobkB,QAA0D,QAApDzS,MAAM,uBAAsB,qBAAiB,GDnbrE0S,ICybc,QAAmD,MAA/C1S,MAAM,qBAAoB,oBAAgB,GDxb5D2S,ICybc,QAAiD,KAA7C3S,MAAM,QAAO,gCAA4B,GDxb3D4S,GAAc,CCybI5S,MAAM,aDxbxB6S,GAAc,CCybM7S,MAAM,QDxb1B8S,IC8bgD,QAA6D,QAAvD9S,MAAM,6BAA4B,kBAAc,GD7btG+S,GAAc,CCrOpB,ODsOMC,IC+bkB,QAA0D,QAApDhT,MAAM,6BAA4B,eAAW,GD9brEiT,ICgcgB,QAEK,YADH,QAAwD,QAAlDjT,MAAM,6BAA4B,cAxqBhE,QAwqBgF,+DD9b5E,GACEkT,IC+bgB,QAEK,YADH,QAAmE,QAA7DlT,MAAM,6BAA4B,yBA3qBhE,QA2qB2F,mID7bvF,GACEmT,IC8bgB,QAEK,YADH,QAA4D,QAAtDnT,MAAM,6BAA4B,kBA9qBhE,QA8qBoF,8JD5bhF,GACEoT,GAAc,CCnPpB,ODoPMC,IC6bkB,QAA8D,QAAxDrT,MAAM,6BAA4B,mBAAe,GD5bzEsT,GAAc,CCrPpB,ODsPMC,IC8bkB,QAA6D,QAAvDvT,MAAM,6BAA4B,kBAAc,GD7bxEwT,GAAc,CCvPpB,MAsrBmDxT,MAAM,QD3bnDyT,IC4bkB,QAIsC,QAHpCrJ,MAAA,gHAGoB,aAAS,GD/bjDsJ,ICqcc,QAAoD,MAAhD1T,MAAM,qBAAoB,qBAAiB,GDpc7D2T,ICqcc,QAA6C,KAAzC3T,MAAM,QAAO,4BAAwB,GDpcvD4T,GAAc,CCqcI5T,MAAM,aDpcxB6T,ICkdqD,QAA4B,cAApB,eAAW,GDjdxEC,ICwdoD,QAA0B,cAAlB,aAAS,GDvdrEC,ICieQ,QA4BM,OA5BDjG,GAAG,gBAAc,EACpB,QAAiB,UAAb,aACJ,QAAiX,KAA9W9N,MAAM,QAAM,EApuB/B,QAouBgC,2BAAsB,QAA0H,KAAvH6P,KAAK,qDAAqDC,OAAO,SAASC,IAAI,uBAAsB,oBApuB7J,QAouBgL,qDAAgD,QAAuJ,KAApJF,KAAK,+EAAgFC,OAAO,SAASC,IAAI,uBAAsB,sBApuBlW,QAouBuX,aAEvW,QAAkL,KAA/K/P,MAAM,QAAM,EAtuB/B,QAsuBgC,wCAAmC,QAA0H,KAAvH6P,KAAK,iCAAiCC,OAAO,SAASC,IAAI,uBAAsB,wCAtuBtJ,QAsuB6L,QAE7K,QAA4P,KAAzP/P,MAAM,QAAM,EAxuB/B,QAwuBgC,uCAAkC,QAAsI,KAAnI6P,KAAK,kDAAkDC,OAAO,SAASC,IAAI,uBAAsB,mCAxuBtK,QAwuBwM,qBAAgB,QAAgD,UAA5C,8CAE5M,QAAiG,KAA9F/P,MAAM,QAAO,kFAEhB,QAAmF,KAAhFA,MAAM,QAAO,oEAEhB,QAAqH,YAAjH,QAAsG,KAAnG6P,KAAK,wCAAwCC,OAAO,SAASC,IAAI,uBAAsB,aA9uB9G,QA8uB0H,aA9uB1H,QA8uBqI,gBAE3G,QAAI,OAhvB9B,QAgvB8B,iBACH,QAAI,OAjvB/B,QAivB+B,qBACA,QAAI,OAlvBnC,QAkvBmC,gBACT,QAAI,OAnvB9B,QAmvB8B,oBACA,QAAI,OApvBlC,QAovBkC,mBACL,QAAI,OArvBjC,QAqvBiC,oBACH,QAAI,OAtvBlC,QAsvBkC,gBACR,QAAI,OAvvB9B,QAuvB8B,4BACQ,QAAI,OAE1B,QAA8H,YAA1H,QAA+G,KAA5GF,KAAK,sCAAsCC,OAAO,SAASC,IAAI,uBAAsB,wBA1vB5G,QA0vBmI,aA1vBnI,QA0vB8I,oBAChH,QAAI,OA3vBlC,QA2vBkC,qBACH,QAAI,OA5vBnC,QA4vBmC,iBACR,QAAI,QD9a3B,GACEiE,GAAc,CCuckDhU,MAAM,eDtctEiU,GAAc,CCjVpB,MAwxBUjU,MAAM,eDncVkU,GAAc,CCrVpB,MA2xBUlU,MAAM,eDlcVmU,GAAc,CC2chBrG,GAAG,gBD1cDsG,GAAc,CCmdPtG,GAAG,gBAAgB9N,MAAM,4BD/chCqU,GAAc,CCgmBVvG,GAAG,oBD/lBPwG,ICqmBI,QAGM,OAHDxG,GAAG,sBAAoB,EAC1B,QAAwB,SAArB,sBACH,QAAgD,KAA7C9N,MAAM,aAAW,EAt8BhC,QAs8BiC,UAAK,QAAK,OAt8B3C,QAs8B2C,qBDhmBvC,GACEuU,GAAe,CCvWrB,MA28BoCzG,GAAG,uBD5lBjC0G,GAAe,CC/WrB,MAk+BsC1G,GAAG,uBD/mBnC2G,GAAe,CCnXrB,ODoXMC,GAAe,CC8oBR1U,MAAM,qBD7oBb2U,GAAe,CCopBR7G,GAAG,kCDnpBV8G,ICopBsB,QAAiH,KAA9G/E,KAAK,wCAAwCC,OAAO,SAASC,IAAI,uBAAsB,uBAAmB,GD/oBnI8E,IC+oB4I,QAAoH,KAAjHhF,KAAK,2CAA2CC,OAAO,SAASC,IAAI,uBAAsB,uBAAmB,GD1oB5P+E,GAAe,CC4oBNhH,GAAG,uBD3oBZiH,GAAe,CCopBb/U,MAAM,QACN8N,GAAG,iBDjpBLkH,ICopBE,QAGM,OAHDhV,MAAM,aAAW,EACpB,QAA2B,OAAtBA,MAAM,aACX,QAAgB,SAAb,eDnpBT,GACEiV,GAAe,CCgpBb,ID7oBFC,GAAe,CC5YrB,MAwiC0BpH,GAAG,uBAAuB9N,MAAM,gBDvpBpDmV,GAAe,CC0pBJrH,GAAG,6BDzpBdsH,ICuqBM,QAWM,OAXDpV,MAAM,cAAY,EACrB,QAGI,KAHDA,MAAM,QAAO,oJAIhB,QAEI,KAFAA,MAAM,QAAM,EA9jC9B,QA8jC+B,oFAC6D,QAAoB,SAAjB,kBA/jC/F,QA+jCgH,qDAAgD,QAAgB,UAAZ,YA/jCpK,QA+jCgL,iFAElK,QAEI,KAFDA,MAAM,QAAO,uJDrqB1B,GACEqV,GAAe,CC2qBJrV,MAAM,mBD1qBjBsV,GAAe,CC9ZrB,MAykCqCtV,MAAM,QDvqBrCuV,ICwqBU,QAEI,KAFDvV,MAAM,QAAO,8BAEhB,GDzqBVwV,IC0qBU,QAAgJ,QAA1IxV,MAAM,sBAAsBoK,MAAA,2FAA0F,iBAAa,GDtqBnJqL,GAAe,CCmqBL,GAGA,IDlqBVC,GAAe,CC3arB,MA+kCwB1V,MAAM,QDhqBxB2V,ICwqBc,QAAoC,cAA5B,uBAAmB,GDvqBzCC,IC6qBc,QAA2C,cAAnC,8BAA0B,GD5qBhDC,ICkrBY,QAA8C,cAAtC,iCAA6B,GDjrBjDC,ICurBc,QAA2B,cAAnB,cAAU,GDtrBhCC,IC4rBqB,QAA2B,cAAnB,cAAU,GD3rBvCC,GAAe,CCksBRlI,GAAG,yBDjsBVmI,GAAe,CC6tBdnI,GAAG,mBD5tBJoI,GAAe,CC8tBVpI,GAAG,yBD7tBRqI,GAAe,CCvbrB,MA+qCWrI,GAAG,gBDpvBRsI,GAAe,CCqvBRtI,GAAG,oBDpvBVuI,GAAe,CC6wBZrW,MAAM,kBD5wBTsW,GAAe,CCqzBbxI,GAAG,WACH9N,MAAM,wBDlzBRuW,GAAe,CCozBRzI,GAAG,oBDnzBV0I,GAAe,CClcrB,MAgwCmC1I,GAAG,sBD1zBhC2I,GAAe,CCi3BV3I,GAAG,wBDh3BR4I,GAAe,CC03BV5I,GAAG,cDz3BR6I,GAAe,CCq4BV7I,GAAG,SDp4BR8I,GAAe,CCq4BP5W,MAAM,kBDp4Bd6W,GAAe,CCq4BNzM,MAAA,uBDp4BT0M,GAAe,CCq4BJhJ,GAAG,iBDp4BdiJ,GAAe,CC5crB,MAw9CuCjJ,GAAG,wBDxgCpCkJ,GAAe,CC8iCJlJ,GAAG,cD7iCdmJ,GAAe,CCjdrB,ODkdMC,GAAe,CCldrB,ODmdMC,GAAe,CCndrB,ODodMC,GAAe,CCpdrB,ODqdMC,GAAe,CCyjCNvJ,GAAG,UDxjCZwJ,GAAe,CC2kCNxJ,GAAG,iBD1kCZyJ,GAAe,CCvdrB,MAijDWzJ,GAAG,cDtlCR0J,ICqmCmC,QAA2B,cAAnB,cAAU,GDnmCpD,SAAS,GAAOtX,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAC9E,IAAMkX,GAA+B,QAAkB,qBACjDC,GAAyB,QAAkB,eAG3CC,GAAyB,QAAkB,eAC3CC,GAAyB,QAAkB,eAC3CC,GAA6B,QAAkB,mBAC/CC,GAA+B,QAAkB,qBACjDC,GAAuB,QAAkB,aAMzCC,GAA4B,QAAkB,kBAQ9CC,IAAoC,QAAkB,0BACtDC,IAAmC,QAAkB,yBACrDC,IAAgC,QAAkB,sBAClDC,IAAgC,QAAkB,sBAClDC,IAA0B,QAAkB,gBAK5CC,IAA2B,QAAkB,iBAC7CC,IAA2B,QAAkB,iBAE7CC,IAA8B,QAAkB,oBAIhDC,IAA2B,QAAkB,iBAInD,OAAQ,WCvgBV,QAomDQ,KAnmDN3K,GAAG,MACF1D,OAHH,QAGUsO,EAAAA,UDwgBL,CC3gBL,kBAOE,WAuBM,QAvBN,QAuBM,OAvBD5K,GAAG,uBAAwB9N,OAPlC,SAO2C2Y,EAAAA,kBAAiB,kBDygBnD,ECxgBL,QAqBY,GA7BhB,WASeA,EAAAA,kBATf,qDASeA,EAAiB,mBAThC,GAUM7K,GAAG,sBACH8K,IAAI,oBACH,UAASD,EAAAA,kBAAoB,QAAU,eACvC,WAASA,EAAAA,kBAAoB,MAC7B1W,MAAO4W,EAAAA,YACP,cAAaF,EAAAA,kBAAoBG,EAAAA,SAAWD,EAAAA,YAC5C,eAAcF,EAAAA,kBAAoB,OAAS,sBAC3C,mBAAkB,SAClB,gBAAeI,EAAAA,OACf,cAAY,EACZ,WAAQ,uBAAwIC,EAAAA,UD8gBjJ,KCliBN,eA0BqBL,EAAAA,uBA1BrB,EDqiBc,CCriBd,KA0B+C,SA1B/C,aA0BsD,WAClC,QA3BpB,QA0BsD,oBAClC,QAA4D,GAAzCM,KAAK,eAAejZ,MAAM,gBAA7C,IA3BpB,WDijBY,KAAM,CAAC,aAAc,UAAW,UAAW,QAAS,cAAe,eAAgB,kBACtF,IACH,SCphBJ,QA4Sc,KA5SD8N,GAAG,4BAA0B,CA/B5C,kBAgCI,WAmMQ,QAnMR,QAmMQ,MAnMR,EAmMQ,EAlMJ,QAcM,MAdN,EAcM,EAZF,QAUM,MAVN,EAUM,CATmB,YAAXoL,EAAAA,cDqhBL,WCrhBP,QAEO,OAtCrB,EAqCiB,0BArCjB,eAuCqC,UAAXA,EAAAA,cDqhBL,WCrhBP,QAEO,OAzCrB,EAwCiB,iCAxCjB,eA0CqC,eAAXA,EAAAA,cDqhBL,WCrhBP,QAEO,OA5CrB,EA2CiB,kCA3CjB,oBAgDQ,QAiHM,MAjHN,EAiHM,EAhHJ,QA+GM,MA/GN,EA+GM,CA7G4C,YAAXA,EAAAA,cDmhB5B,WCnhBT,QA+CM,MA/CN,EA+CM,EA7CJ,QA4CO,OA5CP,EA4CO,CA3Cc,GAARC,EAAAA,WDmhBE,WCnhBb,QAyBM,MA/EtB,QAuDoDnN,GAAzBoN,EAAAA,UAAU1X,kBAAsDsK,GAA1BoN,EAAAA,UAAUzX,eDohBxC,WCphBjB,QAEI,IAzDtB,aAuDsG,gFACP,IAxD/F,QAwDoH,gEAxDpH,oBA0DqDqK,IAA1BoN,EAAAA,UAAU1X,kBAAwDsK,IAA3BoN,EAAAA,UAAUzX,eDwhBzC,WCxhBjB,QAEI,IA5DtB,aA0DwG,mEACtB,IA3DlF,QA2DuG,gEA3DvG,gBA6DkB,QAEI,WADF,QAAoD,uBAAzC0X,EAAAA,YAAc,MAAQ,SAAX,IA9D1C,QA8DwE,gCAA6DrN,IAA1BoN,EAAAA,UAAU1X,kBAAwDsK,IAA3BoN,EAAAA,UAAUzX,eD8hBvH,WC9hB0D,QAAqG,OA9DpM,GA8DwL,WA9DxL,wBA8DoM,oDAEzK2X,EAAM,SDiiBE,WCjiBjB,QAGI,IAnEtB,KAiEoB,QACW,GADQL,KAAK,mBAAmBjZ,MAAM,cACjDuZ,KAAK,QAlEzB,QAkE+B,+BAlE/B,eAoE2BD,EAAM,SDuiBE,WCviBjB,QAGI,IAvEtB,KAqEoB,QACW,GADQL,KAAK,sBAAsBjZ,MAAM,cACpDuZ,KAAK,QAtEzB,QAsE+B,sCAtE/B,eAwE2BD,EAAM,SD6iBE,WC7iBjB,QAGI,IA3EtB,KAyEoB,QAAuE,KAA/DL,KAAK,gBAAgBM,KAAK,QAAQvZ,MAAM,iBAzEpE,QAyE2F,qCDojBxD,WCjjBjB,QAEI,IA9EtB,IA6EoB,IA7EpB,QA6EqD,qCA7ErD,eAiFmC,GAARmZ,EAAAA,UAAgBG,EAAAA,QAjF3C,iBDooB6B,WCnjBb,QAeM,MAhGtB,IAkFkB,IAGA,QAEI,IAFJ,GAEI,EADF,QAAoD,uBAAzCD,EAAAA,YAAc,MAAQ,SAAX,IAA8B,QAAuE,KAA/DJ,KAAK,gBAAgBM,KAAK,QAAQvZ,MAAM,iBAtFxH,QAsF+I,qCAEpHwZ,EAAa,gBDwjBL,WCxjBjB,QAII,IA5FtB,KAyFoB,QAAoD,uBAAzCH,EAAAA,YAAc,MAAQ,SAAX,IACtB,QAAmE,GAAhDJ,KAAK,sBAAsBjZ,MAAM,iBA1FxE,QA0FuF,0BAC9C,IA3FzC,QA2FqE,uDA3FrE,gBA6FkB,QAEI,WADF,QAAoD,uBAAzCqZ,EAAAA,YAAc,MAAQ,SAAX,IA9F1C,WA8FyE,QAA2D,GAAxCJ,KAAK,cAAcjZ,MAAM,iBA9FrH,QA8FoI,gDA9FpI,eAmGmF,YAAXkZ,EAAAA,aAA4BI,EAAAA,QAnGpG,iBD0qBqB,WCvkBT,QAwBM,MAxBN,GAwBM,CArBY,GAARH,EAAAA,WDskBK,WCxkBb,QAWQ,KA/GtB,MAqGgBnZ,MAAM,YAENyZ,QAAQ,UACR,kBACCxX,MAAO4W,EAAAA,YACP,QAAK,+BAAEM,EAAAA,UAAF,GACL,QAAK,aA3GtB,4BA2G8BA,EAAAA,UA3G9B,GA2GsC,YACtBO,UAAU,KDykBG,CCrrB7B,kBA6GiB,WAEH,QA/Gd,QA6GiB,UAEH,IA/Gd,KD0rB6B,EAAG,CAAC,YC1rBjC,eAiH8B,GAARP,EAAAA,WD4kBK,WC7kBb,QAUQ,KA1HtB,MAkHgBnZ,MAAM,YACNyZ,QAAQ,UACPxX,MAAO4W,EAAAA,YACP,QAAK,+BAAEM,EAAAA,UAAF,GACL,QAAK,aAtHtB,4BAsH8BA,EAAAA,UAtH9B,GAsHsC,YACtBO,UAAU,KD8kBG,CCrsB7B,kBAwHiB,WAEH,QA1Hd,QAwHiB,UAEH,IA1Hd,KD0sB6B,EAAG,CAAC,YC1sBjC,kBA8H4D,UAAXR,EAAAA,cDilB5B,WCjlBT,QAgBM,MAhBN,GAgBM,EAfJ,QAcO,OAdP,GAcO,EAbL,QAYM,MAZN,GAYM,EAXJ,QAGM,aApIxB,QAiIuB,qGACmG,IAlI1H,QAkIoN,+BAChM,QAAGG,EAAAA,YAAc,MAAQ,SAAU,2BAAwB,YAAsS,GAAzRM,KAAK,SAASC,WAAW,kQAnIrH,QAmIqX,wFAAmF,QAAqL,KAA9KxP,MAAA,yBAA6BpK,OAnI5e,SAmIof6Z,EAAAA,UAAY,eAAiB,KAAM5X,MAAO4W,EAAAA,YAAaY,QAAQ,UAAY,QAAK,+BAAEK,EAAAA,qBAAsB,CAAxB,ID8lBriB,CCjuB/B,kBAmIkmB,WAAmB,QAnIrnB,QAmIkmB,uBAAmB,IAnIrnB,KDsuB+B,EAAG,CAAC,QAAS,WCtuB5C,QAmI6nB,SAE3mB,QAKM,aAJJ,QAGE,GAFC,cAAaC,EAAAA,2BACb,YAAS,+BAAEC,EAAAA,UAAYC,CAAd,IDqmBD,KAAM,EAAG,CAAC,0BC7uBzC,eAiJ4D,eAAXf,EAAAA,cDmmB5B,WCnmBT,QAYM,MAZN,GAYM,EAXJ,QAUO,OAVP,GAUO,EATL,QAQM,MARN,GAQM,CAPJ,IAIA,QAEM,aADJ,QAA0L,MAA1L,GAA0L,EAzJ9M,QAyJsC,cAAS,QAAyJ,KAAjJlZ,OAzJvD,SAyJ+D6Z,EAAAA,UAAY,eAAiB,KAAM5X,MAAO4W,EAAAA,YAAaY,QAAQ,UAAY,QAAK,+BAAEK,EAAAA,qBAAsB,CAAxB,IDumB9G,CChwBjC,kBAyJ6K,WAAmB,QAzJhM,QAyJ6K,uBAAmB,IAzJhM,KDqwBiC,EAAG,CAAC,QAAS,sBCrwB9C,oBAmKQ,QA+DM,MA/DN,GA+DM,EA7DF,QA2DM,MA3DN,GA2DM,EA1DJ,QAWe,GAVZ,cAA4B,YAAfZ,EAAAA,YACd,UAAQ,eACR,UAAQ,KACPjX,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACb,eAAc,8BACd,mBAAkB,SAClB,gBAAeE,EAAAA,OACf,cAAY,EACZ,WAAQ,uBAAUG,EAAAA,YAAc,UAAH,ID2mB3B,KAAM,EAAG,CAAC,cAAe,QAAS,cAAe,kBCzmBtD,QAWe,GAVZ,cAA4B,UAAfA,EAAAA,YACd,UAAQ,YACR,UAAQ,KACPjX,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACb,eAAc,iCACd,mBAAkB,SAClB,gBAAeE,EAAAA,OACf,cAAY,EACZ,WAAQ,yBAAUG,EAAAA,YAAc,QAAH,ID2mB3B,KAAM,EAAG,CAAC,cAAe,QAAS,cAAe,kBCzmBtD,QAWe,GAVZ,cAA4B,eAAfA,EAAAA,YACd,UAAQ,eACR,UAAQ,KACPjX,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACb,eAAc,6CACd,mBAAkB,SAClB,gBAAeE,EAAAA,OACf,cAAY,EACZ,WAAQ,yBAAUG,EAAAA,YAAc,aAAH,ID2mB3B,KAAM,EAAG,CAAC,cAAe,QAAS,cAAe,kBCzmBtD,QAUe,GApN7B,WA2MyBgB,EAAAA,cA3MzB,uDA2MyBA,EAAa,eA3MtC,GA4MgB,UAAQ,YACR,UAAQ,KACPjY,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACb,eAAcqB,EAAAA,cAAgB,KAAO,mBACrC,mBAAkB,SAClB,gBAAenB,EAAAA,OACf,cAAY,GD4mBV,KAAM,EAAG,CAAC,aAAc,QAAS,cAAe,eAAgB,kBC1mBrE,QAUe,GA/N7B,WAsNyBoB,EAAAA,kBAtNzB,uDAsNyBA,EAAiB,mBAtN1C,GAuNgB,UAAQ,cACR,UAAQ,KACPlY,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACb,eAAcsB,EAAAA,kBAAoB,KAAO,aACzC,mBAAkB,SAClB,gBAAepB,EAAAA,OACf,cAAY,GD6mBV,KAAM,EAAG,CAAC,aAAc,QAAS,cAAe,eAAgB,wBCvmB7E,QAsGI,MAtGJ,GAsGI,EArGJ,QAoGU,UAzUhB,kBAsOQ,SAAwH,GAD9F,aAAO,gBArOzC,gBAuOQ,QAiGuB,MAhGpBqB,SAAUC,EAAAA,SAAO,CAxO5B,kBA0OU,WA6FM,QA7FN,QA6FM,OA5FHra,OA3Ob,QA2OoB,CAAC,KACT8N,GAAG,gBAAiB,mBAAkBwM,EAAAA,uBDunB3B,CCpnBa,aAAhBpB,EAAAA,aAA8BqB,EAAAA,kCAAoCxB,EAAAA,SDsnB3D,WCvnBf,QAeM,MAfN,GAeM,CAVQyB,EAAyB,4BDonBlB,WCpnBnB,QAGO,OAtPrB,sBAoPmBF,EAAAA,uBAAwB,IAC3B,GAAchB,EAAM,SDqnBG,WCrnBvB,QAA6M,KArP7N,MAqPsClP,MAAA,gEAAgEpK,MAAM,cAAe,QAAK,0BAAEya,EAAAA,4BAA6B,EAAMD,EAAAA,2BAA4B,CAAH,ID0nBrJ,CC/2BzC,kBAqPuM,WAAa,QArPpN,QAqPuM,iBAAa,IArPpN,4BDu3BiC,WChoBnB,QAEO,OAzPrB,sBAwPmBnB,EAAAA,YAAc,MAAQ,SAAU,IAAC,YAA+L,KAAvLjP,MAAA,gEAAgEpK,MAAM,cAAe,QAAK,0BAAEya,EAAAA,4BAA6B,EAAMD,EAAAA,2BAA4B,CAAH,IDqoB/K,CC73BrC,kBAwP6N,WAAa,QAxP1O,QAwP6N,iBAAa,IAxP1O,eAwPmP,oCAErO,QAEO,QAFDxa,MAAM,eAAgB,QAAK,iCAAEua,EAAAA,iCAAkC,CAApC,ID8oBhB,EC7oBf,QAA0B,UA3P1C,kBA2PwB,WAAS,QA3PjC,QA2PwB,aAAS,IA3PjC,2BAmQoBjB,EAAM,SDgpBC,WCnpBf,QAWkB,GA3Q9B,MAiQe9X,YAAY,EACZxB,OAlQf,mCAkQkE,WAAhBkZ,EAAAA,YAA2B,gBAAkB,GAAIwB,EAAAA,gBAAkB,GAAK,gBAE5GC,MAAA,GACAC,WAAW,KACV,kBAAiBC,EAAAA,uBACjBhC,YAAaA,EAAAA,YACb,cAAciC,EAAAA,6BACd,QAAK,iCAAEC,EAAAA,mBAAqBd,CAAvB,IDopBS,KAAM,EAAG,CAAC,QAAS,kBAAmB,cAAe,oBC75BlF,eA6QkBT,EAAAA,eAAiBF,EAAAA,SDmpBR,WCppBf,QAqBa,GAjSzB,MA8QaxL,GAAE,uBAA2C,WAAhBoL,EAAAA,YAA2B,SAAW,IACpE,UAAQ,sBACR,UAAQ,MACPjX,MAAO+Y,EAAAA,gBACP,cAAaA,EAAAA,gBACb,cAAY,EACZ,eAAcC,EAAAA,kBACd,gBAAelC,EAAAA,OACf,sBAAiB,uBAAGtN,GAAsC,GAA0ByP,EAAAA,MAAM,YAAoB,cAA+BC,EAAAA,sBAAoB,EAAyBjC,EAAAA,YAAW,YAAoE,QAAQ,IAAG,qCD8pBrR,IACiB,KAAM,EAAG,CAAC,KAAM,QAAS,cAAe,eAAgB,mBCr7BrF,eAmSoBI,EAAM,SDqpBC,WCtpBf,QAiBc,GAnT1B,MAoScxL,GAAG,0BACH,UAAQ,YACR,UAAQ,KACP7L,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACd,eAAa,8BACb,mBAAiB,QAChB,WAAQ,yBAA0B4B,EAAAA,4BAA0B,EAA8BD,EAAAA,4BAA+CD,EAAAA,iCAAmCG,EAAAA,iBAAmDF,EAAAA,2BAAyB,CD4pBzP,IACe,KAAM,EAAG,CAAC,QAAS,kBCx8BhD,gBAqTY,QAYqB,GAXlB,cAAaY,EAAAA,YACb,sBAAmBC,EAAAA,sBACnB,uBAAsBrZ,EAAAA,mBACtB,mBAAiB,EACjB,cAAW,yBAA6B0I,SAASwO,EAAAA,aAAgBoC,EAAAA,uBAAyBC,EAAAA,kBAC1F,0BAAyBhZ,EAAAA,sBACzB,mBAAgB,yBAA4BmI,SAASwO,EAAAA,cAAmC,OAAnBsC,EAAAA,eACtExb,MAAM,cACL,iBAAgBmK,EAAAA,QAChB,uBAAsBsR,EAAAA,uBACtB,+BAA8BvV,EAAAA,SDspBpB,KAAM,EAAG,CAAC,cAAe,sBAAuB,uBAAwB,cAAe,0BAA2B,mBAAoB,iBAAkB,uBAAwB,iCCnpBnK,WAAhBgT,EAAAA,cDqpBK,WCtpBb,QAII,GAtUlB,MAoUgBwC,MAAM,2BACLC,KAAMC,EAAAA,eDupBM,KAAM,EAAG,CAAC,WC59BvC,gBD89BuB,EC99BvB,IAuUgB,IAvUhB,KDi+BmB,EAAG,CAAC,aC5vBkB,IArOzC,QAmOY,IAnOZ,KDw+BS,KAAM,CACP,CAAC,KC18B4CjD,EAAAA,sBA8SnD,QAwBW,KAvBT7K,GAAG,kBA9UP,WA+Ua+N,EAAAA,eA/Ub,uDA+UaA,EAAc,gBA/U3B,GAgVIC,WAAW,qBACX,mBACAC,WAAA,IDgqBK,CCl/BT,kBAoVI,WAgBM,QAhBN,QAgBM,MAhBN,GAgBM,EAfJ,QAQqB,GAPnBjO,GAAG,mBACH9N,MAAM,aACNiZ,KAAK,QACLM,KAAK,KACJ,QAAK,iCAAEsC,EAAAA,gBAAiB,CAAnB,GACL,QAAK,eA3Vd,4BA2VsBA,EAAAA,gBAAiB,CA3VvC,GA2VoC,YAC5BG,SAAS,MAEX,KAMI,IApWV,KDkgCS,EAAG,CAAC,gBC1pBT,QA4GW,KA3GTC,MAAM,QACNH,WAAW,qBA1WjB,WA2We5B,EAAAA,cA3Wf,uDA2WeA,EAAa,eA3W5B,GA4WMla,MAAM,eACN8N,GAAG,oBACF1D,OA9WP,QA8WcsO,EAAAA,UD6pBL,CC3gCT,kBAgXM,WAmGS,QAnGT,QAmGS,KAlGP1Y,MAAM,qBAAmB,CAjXjC,kBAkXQ,WAAsF,QAAtF,QAAsF,KAAxEgc,SAAS,KAAG,CAlXlC,kBAkXmC,WAA4C,OAA5C,GAA4C,IAlX/E,OAmXU,QAQmB,GAPnBlO,GAAG,kBACH9N,MAAM,eACLiZ,KAAM,eACPM,KAAK,KACJ,QAAK,iCAAEW,EAAAA,eAAgB,CAAlB,GACL,QAAK,eAzXhB,4BAyXwBA,EAAAA,eAAgB,CAzXxC,GAyXqC,YAC3B8B,SAAS,OAEX,QAsFS,KAtFDhc,MAAM,sCAAoC,CA5X1D,kBA6XU,WAoFc,QApFd,QAoFc,KApFDA,MAAM,qCAAmC,CA7XhE,kBA8XY,WAkFc,QAlFd,QAkFc,KAlFD8N,GAAG,sBAAoB,CA9XhD,kBA+XgB,WA0EM,OA1EN,IA2EF,QAKS,gBAHP,QAAsN,GAAtMoO,YAAA,GAAaC,IAAK,EAAQ,MAA0BC,MAAO,EAAQ,KAAgCC,IAAI,+FD+lBxG,KAAM,EAAG,CAAC,MAAO,UC9lBhC,GACA,KALM,IAzctB,MAgd0B,IAhd1B,MAidwB,IAjdxB,MAkX8F,IAlX9F,MAmde,IAndf,KD6jCS,EAAG,CAAC,aAAc,WCvmBvB,QAgTW,KA/STJ,MAAM,QACNH,WAAW,qBAxdjB,WAyde3B,EAAAA,kBAzdf,uDAydeA,EAAiB,mBAzdhC,GA0dMna,MAAM,eACN8N,GAAG,kBACF1D,OA5dP,QA4dcsO,EAAAA,UD0mBL,CCtkCT,kBA8dM,WAuSS,QAvST,QAuSS,KAvSD1Y,MAAM,qBAAmB,CA9dvC,kBA+dQ,WAAqF,QAArF,QAAqF,KAAvEgc,SAAS,KAAG,CA/dlC,kBA+dmC,WAA2C,OAA3C,GAA2C,IA/d9E,OAgeQ,QAQqB,GAPnBlO,GAAG,kBACH9N,MAAM,eACLiZ,KAAM,eACPM,KAAK,KACJ,QAAK,iCAAEY,EAAAA,mBAAoB,CAAtB,GACL,QAAK,eAtehB,4BAsewBA,EAAAA,mBAAoB,CAte5C,GAseyC,YAC/B6B,SAAS,OAEX,QA2RS,KA3RDhc,MAAM,sCAAoC,CAze1D,kBA0eU,WAyRc,QAzRd,QAyRc,KAzRDA,MAAM,qCAAmC,CA1ehE,kBA2eY,WAuRc,QAvRd,QAuRc,KAvRA8N,GAAG,cAAY,CA3ezC,kBA4ec,WAEI,OAFJ,IAGA,QAYQ,KAZDwO,MAAM,UAAQ,CA/enC,kBAgfc,WAOU,QAPV,QAOU,KAPHC,KAAK,KAAG,CAhf7B,kBAifkB,WAKS,QALT,QAKS,KAJPb,MAAA,GACAc,SAAA,IDonBiB,CCvmCrC,kBAofmB,WAED,QAtflB,QAofmB,SAED,IAtflB,MAsf2B,IAtf3B,OAwfgB,QAEQ,KAFDD,KAAK,IAAIvc,MAAM,QD2nBL,CCnnCjC,kBAyfkB,WAAoE,QAApE,QAAoE,uBAAzDqZ,EAAAA,YAAc,eAAiB,gBAApB,IAzfxC,QAyfsF,KAAE,QAAGA,EAAAA,YAAc,GAAK,MAAO,IAAE,YAAmD,uBAAxCA,EAAAA,YAAc,GAAK,WAAR,IAzf7I,QAyf0K,KAAC,QAAGA,EAAAA,YAAc,GAAK,QAAR,GAAiB,GAApH,IAzftF,MAufwB,IAvfxB,OA4fc,QAYQ,KAZDiD,MAAM,UAAQ,CA5fnC,kBA6fgB,WAOQ,QAPR,QAOQ,KAPDC,KAAK,KAAG,CA7f/B,kBA8fkB,WAKS,QALT,QAKS,KAJPb,MAAA,GACAc,SAAA,IDuoBiB,CCvoCrC,kBAigBmB,WAED,QAngBlB,QAigBmB,UAED,IAngBlB,MAmgB2B,IAngB3B,OAqgBgB,QAEQ,KAFDD,KAAK,IAAIvc,MAAM,QD8oBL,CCnpCjC,kBAsgBkB,WAA6E,QAA7E,QAA6E,uBAAlEqZ,EAAAA,YAAc,mBAAqB,qBAAxB,IAtgBxC,QAsgB+F,KAAC,QAAGA,EAAAA,YAAc,GAAK,MAAO,IAAC,YAA+C,uBAApCA,EAAAA,YAAc,GAAK,OAAR,IAtgBpJ,QAsgB6K,KAAC,QAAGA,EAAAA,YAAc,GAAK,QAAR,GAAiB,GAA9G,IAtgB/F,MAogBwB,IApgBxB,OAygBc,QAwNQ,UAjuBtB,kBA0gBgB,WAsNQ,QAtNR,QAsNQ,KAtNDkD,KAAK,MAAI,CA1gBhC,kBA2gBkB,WAiNM,QAjNN,QAiNM,MAjNN,GAiNM,CA9MJ,GACA,GACA,IAGA,QAyEK,KAzEL,GAyEK,EAxEH,QAOK,YA3hB3B,iBAqhB2BlD,EAAAA,YAAc,MAAQ,SAAU,IAAC,YAIX,GAHnBrZ,MAAM,cACNiZ,KAAK,cACLM,KAAK,QAxhBnC,QAyhBiD,2FAG3B,QAYK,YAxiB3B,iBA6hB2BF,EAAAA,YAAc,MAAQ,SAAU,IAAC,YAIf,GAHnBrZ,MAAM,cACNiZ,KAAK,OACLM,KAAK,QAhiB/B,QAiiB6C,OACrB,QAIqB,GAHnBvZ,MAAM,cACNiZ,KAAK,QACLM,KAAK,QAriB/B,QAsiB6C,+BAGvB,QAOK,YAhjB3B,iBA0iB2BF,EAAAA,YAAc,MAAQ,SAAU,IAAC,YAIf,GAHnBrZ,MAAM,cACNiZ,KAAK,eACLM,KAAK,QA7iB/B,QA8iB6C,gFAGvB,QAOK,YAxjB3B,iBAkjB2BF,EAAAA,YAAc,MAAQ,SAAU,IAAC,YAIX,GAHnBrZ,MAAM,cACNiZ,KAAK,SACLM,KAAK,QArjBnC,QAsjBiD,0CAG3B,QAOK,YAhkB3B,iBA0jB2BF,EAAAA,YAAc,MAAQ,SAAU,IAAC,YAIX,GAHnBrZ,MAAM,cACNiZ,KAAK,aACLM,KAAK,QA7jBnC,QA8jBiD,qCAGzB,QAmBK,YAlBH,QAcK,KAdL,GAcK,EAhlB/B,iBAmkB+BF,EAAAA,YAAc,MAAQ,SAAU,IACnC,YAIS,KAHPrZ,MAAM,cACNiZ,KAAK,qBACLM,KAAK,YAvkBnC,QAwkBqC,SAET,QAIS,KAHPvZ,MAAM,cACNiZ,KAAK,sBACLM,KAAK,YA7kBnC,QA8kBqC,0CAGX,MAIJ,QAMK,YA3lB3B,QAqlB0B,WACG,QAIK,KAHRvZ,MAAM,cACNiZ,KAAK,aACLM,KAAK,YAzlB/B,QA0lBkC,qDAId,QAA6D,KAAlDkD,UAAU,MAAMzc,MAAM,kBAEjC,GACA,IACA,QAmDK,KAnDL,GAmDK,CAlDH,GAOA,GAOU0a,EAAe,kBDipBJ,WCjpBrB,QAOK,KAxnB3B,IAknBwB,IAlnBxB,QAunB+B,6GAvnB/B,eAynBiCA,EAAAA,iBAznBjC,iBDwwC2C,WC/oBrB,QAaK,KAbL,GAaK,EAZH,QAUW,KATT1a,MAAM,sBA3nBhC,WA4nBmC0c,EAAAA,gBA5nBnC,uDA4nBmCA,EAAe,iBA5nBlD,GA6nB0BjD,QAAQ,UACR,kBACAW,SAAA,GACCuC,QAAQ,EACR1a,MAAO4W,EAAAA,YACR,YAAU,2BDipBW,KAAM,EAAG,CAAC,aAAc,UC9oB/C,IAroBxB,QAqoB4E,gCAE3C6B,EAAAA,iBAvoBjC,iBDyxC2C,WClpBrB,QAaK,KAbL,GAaK,EAZH,QAUW,KATT1a,MAAM,sBAzoBhC,WA0oBmC4c,EAAAA,iBA1oBnC,uDA0oBmCA,EAAgB,kBA1oBnD,GA2oB0BnD,QAAQ,UACR,kBACAW,SAAA,GACCuC,QAAQ,EACR1a,MAAO4W,EAAAA,YACR,aAAW,aDopBU,KAAM,EAAG,CAAC,aAAc,UCjpB/C,IAnpBxB,QAmpBkF,kFAI9D,QAA6D,KAAlD4D,UAAU,MAAMzc,MAAM,kBAEjC,GACA,IACA,QAkCK,KAlCL,GAkCK,EAjCH,QAOK,KAPL,GAOK,EAnqB3B,iBA6pB2BqZ,EAAAA,YAAc,MAAQ,SAAU,IACnC,YAIS,KAHPrZ,MAAM,cACNiZ,KAAK,gBACLM,KAAK,YAjqB/B,QAkqBiC,yBAAqB,IAlqBtD,QAkqBmH,+CAElFmB,EAAAA,iBApqBjC,iBD6zC2C,WCzpBrB,QAEK,KAtqB3B,IAqqBwB,IArqBxB,QAqqBkF,8BAE5D,GAGA,GAGA,GAGWA,EAAAA,iBAhrBjC,iBDs0C2C,WCtpBrB,QAEK,KAlrB3B,IAirBwB,IAjrBxB,QAirBsF,mNAEtDpB,EAAM,SDypBK,WCzpBrB,QAEK,KArrB3B,IAorBwB,IAprBxB,QAorBqF,4GAprBrF,eAsrBiCoB,EAAAA,iBAtrBjC,iBDk1C2C,WC5pBrB,QAMK,KANL,GAMK,CALH,IAvrBxB,QA2rB8D,+GAI1C,QAA6D,KAAlD+B,UAAU,MAAMzc,MAAM,kBAEjC,GACA,IACA,QAuBK,KAvBL,GAuBK,EAtBH,QAMK,YA1sB3B,iBAqsB2BqZ,EAAAA,YAAc,MAAQ,SAAU,IAAC,YAIX,GAHnBrZ,MAAM,cACNiZ,KAAK,mBACLM,KAAK,QAxsBnC,QAysBiD,gDAE3B,QAOK,YAltB3B,iBA4sB2BF,EAAAA,YAAc,MAAQ,SAAU,IACnC,YAIqB,GAHnBrZ,MAAM,cACNiZ,KAAK,sBACLM,KAAK,QAhtB/B,QAitB6C,kBAAc,IAjtB3D,QAitBuF,qNAEjE,QAMK,YAztB3B,iBAotB2BF,EAAAA,YAAc,MAAQ,SAAU,IAAC,YAIX,GAHnBrZ,MAAM,cACNiZ,KAAK,cACLM,KAAK,QAvtBnC,QAwtBiD,aAAS,IAxtB1D,QAwtBoF,qCAMlE,QAA6D,KAAlDkD,UAAU,MAAMzc,MAAM,kBAF3B,IA5tBxB,MAguBwB,IAhuBxB,MAkuBc,IA8BA,QAAyB,IAlRrB,IA9elB,MAkwB0B,IAlwB1B,MAmwBwB,IAnwBxB,MA+d6F,IA/d7F,MAqwBe,IArwBf,KD05CS,EAAG,CAAC,aAAc,WCnpBzB,QAcI,IArxBN,WAwwBa8Z,EAAAA,oBAxwBb,uDAwwBaA,EAAmB,qBAxwBhC,GAywBK,gBAAc,uBAAG+C,GAAoBC,EAAAA,gBAAkBD,CAAI,GAC3D,mBAAkBzB,EAAAA,YAClB,cAAa2B,EAAAA,oBACb,cAAaC,EAAAA,uBACbjB,WAAYkB,EAAAA,kBACZ,WAAQ,uBAAG9P,GAA6B+P,EAAAA,8BAA4B,EAAaC,EAAAA,4BAA4B,KAAI,CAAE,EAAI,YAAa,EAAI,cDwpBzI,GCppBC,QAAK,uBAAGhQ,GAA6BkO,EAAAA,sBAAsB,GAAG,EDupB/D,IACK,KAAM,EAAG,CAAC,aAAc,mBAAoB,cAAe,cAAe,gBAC7E,SCppBJ,QAUM,MAVN,GAUM,CAT4Bb,EAAyB,4BDqpBhD,WCrpBT,QAEO,OAFP,IAEO,QADFF,EAAAA,uBAAqB,MDqpBjB,WCnpBT,QAEO,OAFP,GAEO,EA7xBX,iBA4xBSjB,EAAAA,YAAc,MAAQ,SAAU,IAAC,YAA8B,UA5xBxE,kBA4xBkD,WAAa,QA5xB/D,QA4xBkD,iBAAa,IA5xB/D,eA4xBwE,oCAEpE,QAEO,QAFDrZ,MAAM,eAAgB,QAAK,iCAAEua,EAAAA,iCAAkC,CAApC,ID6pB1B,EC5pBL,QAA0B,UA/xBhC,kBA+xBc,WAAS,QA/xBvB,QA+xBc,aAAS,IA/xBvB,SDm8CS,KAAM,CACP,CAAC,MC7qBO5B,EAAAA,mBAAqB4B,EAAAA,oCAYnC,QAi0BM,MAj0BN,GAi0BM,EA9zBJ,QAIsB,IAHnB,gBAAe6C,EAAAA,aACf,cAAaC,EAAAA,cACb,YAAWC,EAAAA,aDkqBP,KAAM,EAAG,CAAC,gBAAiB,gBAAiB,iBChqBnD,QAkIM,aAjIJ,QA6FM,OA7FDxP,GAAG,uBAAwB9N,OA5yBtC,SA4yB+C2Y,EAAAA,kBAAiB,cDoqBnD,ECnqBL,QAWM,MAXN,GAWM,EAVJ,QASE,GARA3Y,MAAM,0BA/yBlB,WAgzBqBud,EAAAA,WAhzBrB,uDAgzBqBA,EAAU,YAhzB/B,GAizBa,kBAAiB1C,EAAAA,uBACjBhC,YAAaA,EAAAA,YACb,cAAciC,EAAAA,6BACd,QAAK,iCAAEC,EAAAA,mBAAqBd,CAAvB,GACNU,MAAA,GACAC,WAAW,MDsqBN,KAAM,EAAG,CAAC,aAAc,kBAAmB,cAAe,qBCnqBnE,QAmEM,YAjEIpB,EAAa,gBDqqBZ,WCtqBT,QAsBe,GAh1BzB,MA4zBYxZ,MAAM,qBACN8N,GAAG,cACH,UAAQ,sBACP7L,MAAO+Y,EAAAA,gBACP,cAAaA,EAAAA,gBACb,cAAY,EACZ,eAAcC,EAAAA,kBACd,gBAAelC,EAAAA,OACf,sBAAiB,uBAAGtN,GAAsC,GAA0ByP,EAAAA,MAAM,YAAoB,cAA+BC,EAAAA,sBAAoB,EAAyBjC,EAAAA,YAAW,YAAoE,QAAQ,IAAG,qCDgrBrR,GCrqBAsE,OAAO,MDuqBE,KAAM,EAAG,CAAC,QAAS,cAAe,eAAgB,mBCt/CvE,gBAk1BU,QAyCM,OAzCD1P,GAAG,oBAAqB9N,OAl1BvC,SAk1BgD2Y,EAAAA,kBAAiB,cDyqBhD,ECxqBL,QAuCsB,IAtCnB1W,MAAO4W,EAAAA,YACP,sBAAsB,EACvB,iBACA,0BACAD,IAAI,cACH,cAAW,uBAAGzL,GAAmDsQ,EAAAA,WAAU,CD2qBxE/b,YC3qB4G,EAAI,SD4qBhHC,aC5qB2J,EAAI,WAA6CyZ,EAAAA,YAAcqC,EAAAA,WAA4BtC,EAAAA,sBAAoB,EAA0BuC,EAAAA,4BDirBxS,GCxqBC,QAAK,uBAAG7S,GAAuD8S,EAAAA,QAAO,CD2qBnEhW,MAAO,oBACPiW,MAAO,QACPhW,KC7qB8K,EAAM,QD8qBpL1G,KAAM,UC9qB2Q,IAAV,EAAM,OAAgC2c,EAAAA,sBAAqB,UAA+C,QAAQ,IAAI,EDorBjY,GCxqBC,aAAU,uBAAGC,GAAyCD,EAAAA,sBAAwB,EAA0KrE,EAAAA,eAAa,CDorBtQ,IACK,KAAM,EAAG,CAAC,WACZ,MCtqBT,QAUe,GATb1L,GAAG,QACH,UAAQ,cACP7L,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACb,cAAY,EACb,eAAa,8BACZ,gBAAeE,EAAAA,OACf,WAAUgF,EAAAA,aACXP,OAAO,MDyqBF,KAAM,EAAG,CAAC,QAAS,cAAe,eAAgB,gBACpD,MChoBT,QAgGY,KA/FT,cAAaQ,EAAAA,iBACdC,SAAA,GACAnY,QAAQ,MACPsE,OAr7BP,QAq7BcsO,EAAAA,SACR5K,GAAG,kBDmoBE,CCzjDX,kBAw7BM,WAwFM,QD2iBA,UAAiB,WCnoBvB,QAwFM,OAvFJA,GAAG,gBAEF1D,OA37BT,QA27BgBsO,EAAAA,UDmoBD,ECjoBT,QAWQ,MAXR,GAWQ,EARJ,QAGgB,OAFd5K,GAAG,sBACF,QAAK,cDkoBlB,W,IAAC,sDAAY,OCloBO,EAAAoQ,mBAAA,EAAAA,kBAAA,oCDkoBP,ICjoBA,KACH,KAOSxD,EAAe,kBD8nBf,WC9nBX,QAqBM,MArBN,GAqBM,EApBJ,QAmBQ,UA/9BlB,kBA68BY,WAMQ,QANR,QAMQ,KAND6B,KAAK,MAAI,CA78B5B,kBA88Bc,WAIE,QAJF,QAIE,GAHAtD,KAAK,mBACLM,KAAK,QACLvZ,MAAM,2BAj9BtB,QAk9BgB,8BAl9BhB,OAo9BY,QAGQ,KAHDuc,KAAK,MAAI,CAp9B5B,kBAq9Bc,WAA4E,QAA5E,QAA4E,KAApEtD,KAAK,gBAAgBM,KAAK,QAAQvZ,MAAM,sBAr9B9D,QAq9B0F,gCAr9B1F,uBA29BY,QAGQ,KAHDuc,KAAK,MAAI,CA39B5B,kBA49Bc,WAA2E,QAA3E,QAA2E,KAAnEtD,KAAK,eAAeM,KAAK,QAAQvZ,MAAM,sBA59B7D,QA49ByF,sCA59BzF,MAm9BoB,IAn9BpB,yBAk+BoB0a,EAAAA,iBAl+BpB,iBDioDmB,WC/pBX,QA6BM,MA7BN,GA6BM,EA3BJ,QA0BQ,UA9/BlB,kBAq+BY,WAGQ,QAHR,QAGQ,KAHD6B,KAAK,MAAI,CAr+B5B,kBAs+Bc,WAAuE,QAAvE,QAAuE,KAA/DtD,KAAK,gBAAgBM,KAAK,QAAQvZ,MAAM,iBAt+B9D,QAs+BqF,qCAt+BrF,OAy+BY,QAIQ,KAJDuc,KAAK,MAAI,CAz+B5B,kBA0+Bc,WAEE,QAFF,QAEE,GADAtD,KAAK,kBA3+BrB,QA4+BgB,6BA5+BhB,OA8+BY,QAIQ,KAJDsD,KAAK,MAAI,CA9+B5B,kBA++Bc,WAEE,QAFF,QAEE,GADAtD,KAAK,eAh/BrB,QAi/BgB,oCAj/BhB,OAm/BY,QAIQ,KAJDsD,KAAK,MAAI,CAn/B5B,kBAo/Bc,WAEE,QAFF,QAEE,GADAtD,KAAK,kBAr/BrB,QAs/BgB,qCAt/BhB,OAw/BY,QAKQ,KALDsD,KAAK,MAAI,CAx/B5B,kBAy/Bc,WAEE,QAFF,QAEE,GADAtD,KAAK,eA1/BrB,QA2/BgB,oBA3/BhB,MAw+BoB,IAx+BpB,SAigCmBK,EAAM,SDgrBN,WChrBX,QAMM,MAvgCd,KAkgCU,QAII,IAJJ,GAII,EAHF,QAEgE,KAD9DzJ,KAAK,IACJ,QAAK,eArgCpB,4BAqgC8B6K,EAAAA,iBAAmBA,EAAAA,eArgCjD,GAqgCgE,eAAE,WArgClE,QAqgC4E,QAAI,QAAGA,EAAAA,gBAAkB,WAAa,mBAAoB,cAC5H,SAtgCV,gBAygCQ,QAMM,MANN,GAMM,EA/gCd,QAygCiD,uBACrB,IA1gC5B,QA0gC6I,SAAK,IA1gClJ,QA0gCsQ,OAE5P,QAEM,MAFN,GAEM,EADJ,QAAe,SDwrBZ,IAAK,CACN,CAAC,IC5wBUwD,EAAAA,qBAsFb,IAhhCZ,KD0sDW,EAAG,CAAC,cAAe,WCvrB1B,QAWa,MAXDvV,KAAK,QAAM,CAnhC3B,kBAohCM,WASM,QDgrBA,SCzrBN,QASM,MATN,GAphCN,SD8sDc,CAAC,KCvrBCwV,EAAAA,aAMJ,IA7hCZ,OAkiCI,QA6GW,KA/oCf,WAmiCeC,EAAAA,QAniCf,uDAmiCeA,EAAO,SAniCtB,GAoiCOhU,OApiCP,QAoiCcsO,EAAAA,SACPuD,OAAO,EACPoC,YAAY,GDmrBR,CCztDX,kBAwiCM,WAsGM,OAtGKD,EAAO,UDorBP,WCprBX,QAsGM,MAtGN,GAsGM,EArGJ,QA2EW,MApnCnB,WAyiC2BE,EAAAA,WAziC3B,uDAyiC2BA,EAAU,YAziCrC,IDguDqB,CCtrBMC,YAAU,SACzB,WAWI,QAXJ,QAWI,MAXJ,GAWI,EAVJ,QASE,GARAhF,KAAK,KACLvZ,MAAM,OACNiC,MAAM,UACNgX,KAAK,eACJ,QAAK,iCAAEmF,EAAAA,SAAWA,EAAAA,OAAb,GACL,QAAK,eAljCpB,4BAkjC4BA,EAAAA,SAAWA,EAAAA,OAljCvC,GAkjC8C,YAChCpC,SAAS,IACT,mBAAiB,YAEf,IAtjChB,kBAwjCU,WAagB,QAbhB,QAagB,KAbAvQ,MAAO,GAAC,CAxjClC,kBAyjCY,WAWM,OAXN,GAWM,IApkClB,OAukCU,QA4CgB,KA5CAA,MAAO,GAAC,CAvkClC,kBAwkCY,WA0CM,QA1CN,QA0CM,MA1CN,GA0CM,CAzCO+S,EAAU,aDirBF,WCjrBnB,QAKM,MALN,GAzkCd,OD2vDiC,WC5qBnB,QAEI,IAFJ,GAAuB,yCAGvB,QA+BK,YA9BH,QAKc,KALD/E,QAAQ,WAAS,CACXgF,SAAO,SACtB,WAAyF,QAAzF,QAAyF,GAAtExF,KAAK,eAAeM,KAAK,KAAKvZ,MAAM,gBAAkC,IArlC7G,kBAulCoB,WAAoC,OAApC,IAvlCpB,QAulCwD,gFAvlCxD,OAylCgB,QAKc,KALDyZ,QAAQ,WAAS,CACXgF,SAAO,SACtB,WAAsF,QAAtF,QAAsF,GAAnExF,KAAK,YAAYM,KAAK,KAAKvZ,MAAM,gBAAkC,IA3lC1G,kBA6lCoB,WAA2C,OAA3C,IA7lCpB,QA6lC+D,mDA7lC/D,OA+lCgB,QAKc,KALDyZ,QAAQ,WAAS,CACXgF,SAAO,SACtB,WAAyF,QAAzF,QAAyF,GAAtExF,KAAK,eAAeM,KAAK,KAAKvZ,MAAM,gBAAkC,IAjmC7G,kBAmmCkB,WAA8C,OAA9C,IAnmClB,QAmmCgE,4EAnmChE,OAqmCgB,QAKc,KALDyZ,QAAQ,WAAS,CACXgF,SAAO,SACtB,WAAsF,QAAtF,QAAsF,GAAnExF,KAAK,YAAYM,KAAK,KAAKvZ,MAAM,gBAAkC,IAvmC1G,kBAymCoB,WAA2B,OAA3B,IAzmCpB,QAymC+C,+BAzmC/C,OA2mCgB,QAKc,KALDyZ,QAAQ,WAAS,CACXgF,SAAO,SACtB,WAAwF,QAAxF,QAAwF,GAArExF,KAAK,cAAcM,KAAK,KAAKvZ,MAAM,gBAAkC,IA7mC5G,kBA8mC6B,WACF,QA/mC3B,QA8mC6B,YACF,IA/mC3B,QA+mCsD,kCAA3B,IA/mC3B,UAknCkB,IAlnClB,MAqkC0B,IArkC1B,KD20DqB,EAAG,CAAC,gBCrtBjB,QAuBM,MAvBN,GAuBM,EAtBJ,QAWM,YATKse,EAAAA,WAAa,IAAQ5D,EAAAA,kBDstBf,WCvtBf,QASQ,KAjoCpB,MA0nCc5M,GAAG,oBACF7L,MAAO4W,EAAAA,YACP,QAAK,iCAAEyF,EAAAA,YAAF,GACL,QAAK,eA7nCpB,4BA6nC4BA,EAAAA,YA7nC5B,GA6nCsC,YACxB5E,UAAU,KDwtBK,CCt1D7B,kBA+nCe,WAEH,QAjoCZ,QA+nCe,UAEH,IAjoCZ,KD21D6B,EAAG,CAAC,YC31DjC,kBAooCU,QAQQ,KAPN5L,GAAG,oBACF7L,MAAO4W,EAAAA,YACP,QAAK,iCAAEyF,EAAAA,YAAF,GACL,QAAK,eAxoClB,4BAwoC0BA,EAAAA,YAxoC1B,GAwoCoC,YACxB5E,UAAU,KD2tBC,CCp2DvB,kBA2oCY,WAA6C,QA3oCzD,iBA2oCe4E,EAAAA,WAAa,EAAI,OAAS,eAAhB,GAAgC,IA3oCzD,KDy2DuB,EAAG,CAAC,gBCz2D3B,eA8oCY,IA9oCZ,KD+2DW,EAAG,CAAC,aAAc,WC7tB3B,QAqDQ,MArDR,GAqDQ,EAnDJ,QA0BM,MA1BN,GA0BM,EAzBJ,QAUW,KATR,eAActE,EAAAA,UACf0E,QAAQ,WACRnF,KAAK,QACLG,UAAU,IACT9R,KAAM+W,EAAAA,qBACN,QAAK,yBAAsBpB,EAAAA,YAAU,EAAsBrE,EAAAA,YAAW,UDguBrE,IACG,KAAM,EAAG,CAAC,eAAgB,UC5tBjC,QAMW,KALR,eAAcW,EAAAA,UAAY,GAAH,YACxB6E,QAAQ,WACRnF,KAAK,QACLG,UAAU,IACT9R,KAAMgX,EAAAA,+BD8tBF,KAAM,EAAG,CAAC,eAAgB,SC3tBzBlE,EAAe,kBD6tBd,WC9tBT,QAMW,KA7qCnB,MAyqCW,eAAcb,EAAAA,UAAY,GAAH,gBACxB6E,QAAQ,WACRhF,UAAU,IACT9R,KAAMiX,EAAAA,qBD+tBE,KAAM,EAAG,CAAC,eAAgB,WC34D7C,iBA+qCoCnE,EAAAA,iBA/qCpC,iBD+4De,WChuBT,QAuBM,MAvBN,GAuBM,EAtBJ,QAqBM,MArBN,GAqBM,EApBJ,QAmBgB,IAlBZxS,SAAS,OACRkS,SAAUrB,EAAAA,QDiuBJ,CC/tBUjJ,QAAM,SACrB,WAWW,QAXX,QAWW,KAVTgP,MAAA,GACA,kBAxrClB,WAyrC2BC,EAAAA,eAzrC3B,uDAyrC2BA,EAAc,gBAzrCzC,GA0rCmBpC,QAAQ,EACR1a,MAAO4W,EAAAA,YACR,YAAU,0BACV,aAAW,YACV,QAAK,eA9rCxB,4BA8rCgCkG,EAAAA,gBAAkBA,EAAAA,cA9rClD,GA8rCgE,YAC9C/C,SAAS,KDkuBF,KAAM,EAAG,CAAC,aAAc,UChuBtB,IAjsC3B,kBAksCuB,WACX,QAnsCZ,QAksCuB,KACX,QAAG+C,EAAAA,eAAiB,oBAAsB,sBAAzB,GAAjB,IAnsCZ,KDu6DqB,EAAG,CAAC,qBC9tBrB,QA2WM,MA3WN,GA2WM,EAzWJ,QAgBc,GAfZjR,GAAG,yBACH,UAAQ,YACR,UAAQ,KACP7L,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACd,eAAa,8BACb,mBAAiB,QAChB,WAAQ,yBAAoB4B,EAAAA,4BAA0B,EAAwBD,EAAAA,4BAAyCD,EAAAA,iCAAmCG,EAAAA,iBAAuCF,EAAAA,2BAAyB,CDwuB3N,IACK,KAAM,EAAG,CAAC,QAAS,iBChuB1B,QAmBW,KA/uCjB,WA6tCiBC,EAAAA,2BA7tCjB,uDA6tCiBA,EAA0B,4BA7tC3C,GA8tCQ,YAAU,cACVqB,WAAW,qBACXhO,GAAG,4BDmuBE,CCn8Db,kBAkuCQ,WAYS,QAZT,QAYS,UA9uCjB,kBAmuCU,WAUc,QAVd,QAUc,UA7uCxB,kBAouCY,WAO8B,QAP9B,QAO8B,UAN5B1D,MAAA,oDACA0D,GAAG,iCACF,QAAK,iCAAE2M,EAAAA,4BAA6B,CAA/B,IDsuBK,ECruBV,QAGkB,KAFfza,MAAM,cACLiC,MAAO4W,EAAAA,aDuuBC,CCj9D3B,kBA2uCe,WAAS,QA3uCxB,QA2uCe,aAAS,IA3uCxB,KDs9D2B,EAAG,CAAC,aC1uBnB,QAA8I,IAA/H,gBAAYmG,WAAYC,EAAAA,kBAAoBC,SAAUC,EAAAA,iBAAmBld,MAAO4W,EAAAA,YAAc3Q,SAAUyW,EAAAA,sBDkvB1G,KAAM,EAAG,CAAC,aAAc,WAAY,QAAS,aCnvB5B,IA3uC1C,MA6uCwB,IA7uCxB,MA8uCiB,IA9uCjB,KDu+Da,EAAG,CAAC,gBCtvBX,QAoEM,MApEN,GAoEM,EAhEJ,QASM,MATN,GASM,EARJ,QAOE,GANApF,KAAK,KACJtX,MAAO4W,EAAAA,YACPI,KAAMmG,EAAAA,aAAe,eAAH,OAClB,QAAK,iCAAEA,EAAAA,cAAgBA,EAAAA,YAAlB,GACL,QAAK,eA3vClB,4BA2vC0BA,EAAAA,cAAgBA,EAAAA,YA3vC1C,GA2vCsD,YAC1CpD,SAAS,KDqvBJ,KAAM,EAAG,CAAC,QAAS,WCjvBfoD,EAAY,eDovBhB,WCpvBP,QAmDM,MAnDN,GAmDM,CAjDK1E,EAAAA,iBAlwCrB,iBDs/DuB,WCrvBX,QAQE,KAzwCd,MAmwCezY,MAAO4W,EAAAA,YAnwCtB,WAowCuBwG,EAAAA,oBApwCvB,uDAowCuBA,EAAmB,qBApwC1C,GAqwCe,SAAM,iCAAEC,EAAAA,WAAF,GACP5D,MAAM,aACLtB,SAAUiF,EAAAA,oBACX,mBDuvBW,KAAM,EAAG,CAAC,QAAS,aAAc,eCrvB9C,QAME,KALCpd,MAAO4W,EAAAA,YA3wCtB,WA4wCuB0G,EAAAA,cA5wCvB,uDA4wCuBA,EAAa,eA5wCpC,GA6wCe,QAAK,eA7wCpB,4BA6wC4BA,EAAAA,eAAiBA,EAAAA,aA7wC7C,GA6wC0D,YAC5C7D,MAAM,WACN,mBDyvBO,KAAM,EAAG,CAAC,QAAS,gBCvvB5B,QAME,KALCzZ,MAAO4W,EAAAA,YAlxCtB,WAmxCuB2G,EAAAA,YAnxCvB,uDAmxCuBA,EAAW,aAnxClC,GAoxCe,QAAK,eApxCpB,4BAoxC4BA,EAAAA,aAAeA,EAAAA,WApxC3C,GAoxCsD,YACxC9D,MAAM,sBACN,mBD0vBO,KAAM,EAAG,CAAC,QAAS,gBCxvB5B,QAME,KALGzZ,MAAO4W,EAAAA,YAzxCxB,WA0xCyB4G,EAAAA,eA1xCzB,uDA0xCyBA,EAAc,gBA1xCvC,GA2xCiB,QAAK,eA3xCtB,4BA2xC8BA,EAAAA,gBAAkBA,EAAAA,cA3xChD,GA2xC8D,YAC9C/D,MAAM,eACN,mBD2vBK,KAAM,EAAG,CAAC,QAAS,gBACtB,SC1vBN,QAOE,KALCzZ,MAAO4W,EAAAA,YAjyCtB,WAkyCuB0B,EAAAA,gCAlyCvB,uDAkyCuBA,EAA+B,iCAlyCtD,GAmyCe,QAAK,eAnyCpB,4BAmyC4BA,EAAAA,iCAAmCA,EAAAA,+BAnyC/D,GAmyC8F,YAChFmB,MAAM,iBACN,mBD2vBO,KAAM,EAAG,CAAC,QAAS,eAAgB,CACpC,CAAC,MCjwBEhB,EAAAA,oBDmwBL,SC5vBN,QAWc,KAlzC1B,WAyyCuBA,EAAAA,gBAzyCvB,uBDsiEsBva,EAAO,MAAQA,EAAO,IAAM,SAAC8Z,GAAgB,OC7vB5CS,EAAe,iBD6vB6B,GAC7Cva,EAAO,MAAQA,EAAO,IAAM,SC1vBfsL,GAA4B,QAAQ,IAAG,kBAAoB,GAAwB8O,EAAAA,iCAAmC,CD6vB3I,IChwBAmB,MAAM,gBACLzZ,MAAO4W,EAAAA,YACP,QAAK,eA5yCpB,4BA4yC4B6B,EAAAA,iBAAmBA,EAAAA,eA5yC/C,GA4yC8D,YAKhD,mBD+vBO,KAAM,EAAG,CAAC,aAAc,UAAW,CACpC,CAAC,KCzwBCpB,EAAAA,cAxyCtB,kBAuzCM,QAQM,MARN,GAQM,CANKoB,EAAAA,iBAzzCjB,iBDwjEiB,WChwBT,QAMW,KA9zCnB,MA0zCW,eAAcb,EAAAA,UAAY,GAAH,gBACxB6E,QAAQ,WACRhF,UAAU,IACT9R,KAAMiX,EAAAA,qBDiwBE,KAAM,EAAG,CAAC,eAAgB,aC7vBvC,QAWQ,MAXR,GAWQ,EAVF,QASa,GA30CzB,WAm0CqBhD,EAAAA,eAn0CrB,uDAm0CqBA,EAAc,gBAn0CnC,GAo0CY/N,GAAG,aACH,UAAQ,QACR,UAAQ,KACP7L,MAAO4W,EAAAA,YACR,eAAa,cACb,mBAAiB,QAChB,iBAAgBgB,EAAAA,UAAY,EAAI,QDkwB9B,KAAM,EAAG,CAAC,aAAc,QAAS,sBC/vB1C,QAmOM,MAnON,GAmOM,EAlOJ,QAiOO,OAjOP,GAiOO,EAhOL,QA8LM,MA9LN,GA8LM,EA7LJ,QA6KM,MA7KN,GA6KM,EA5KJ,QAce,GAbb/L,GAAG,gBACF,UAAS,cACT,WAAQ,yBAAgC4R,EAAAA,qBDowBrC,GChwBHzd,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACb,eAAc8G,EAAAA,aAAe,EAAI,iBAAmB,UACrD,mBAAiB,MACjB,iBAAe,MACfnC,OAAO,KACN,gBAAezE,EAAAA,QDkwBX,KAAM,EAAG,CAAC,QAAS,cAAe,eAAgB,kBChwBzD,QAae,GAZbjL,GAAG,kBACF,UAAW8R,EAAO,QAAa,QAAT,OACtB,WAAQ,yBAA4BA,EAAAA,SAAYA,EAAO,ODmwBxD,GChwBC3d,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACd,eAAa,aACb,mBAAiB,MACjB,iBAAe,MACf2E,OAAO,KACN,gBAAezE,EAAAA,QDkwBX,KAAM,EAAG,CAAC,UAAW,QAAS,cAAe,kBChwBpD,QAce,GAbbjL,GAAG,gBACF,UAAS,eACT,WAAQ,yBAAgC+R,EAAAA,sBDowBrC,GChwBH5d,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACb,eAAc8G,EAAAA,aAAe,EAAI,SAAW,UAC7C,mBAAiB,MACjB,iBAAe,MACfnC,OAAO,KACN,gBAAezE,EAAAA,QDkwBX,KAAM,EAAG,CAAC,QAAS,cAAe,eAAgB,kBC7nEvE,gBAm5Cc,QAiBe,GAhBbjL,GAAG,QACF,UAAS,SACT,WAAQ,yBAA4BgS,EAAAA,aAAY,IAAQ,KAAI,wBAA0B,UAAO,KAAuCH,EAAAA,aAAY,IAA0BC,EAAAA,SAAO,EAA4Bb,EAAAA,gBAAc,EAA2BgB,EAAAA,WAAS,CD0wBhQ,GCnwBC9d,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACd,eAAa,QACb,mBAAiB,MACjB,iBAAe,MACf2E,OAAO,KACN,gBAAezE,EAAAA,QDqwBX,KAAM,EAAG,CAAC,QAAS,cAAe,iBCjwBhCyF,EAAAA,YAv6CvB,iBD0qEuB,WCpwBT,QA+CW,KAr9CzB,iBAw6CyBwB,EAAAA,gBAx6CzB,uDAw6CyBA,EAAe,iBAx6CxC,GAy6CiB/D,OAAO,EACR/T,SAAS,MACT+X,OAAO,KACP,oBAAkB,YAClB5B,WAAA,GACA,wBACC,gBAAc,GDswBN,CCpwBQ6B,WAAS,SACxB,SAce,G,IAfalf,EAAK,gBACjC,QAce,GAdf,QAce,CAbb8M,GAAG,qBACF,WAAQ,yBAAgCkS,EAAAA,iBAAmBA,EAAAA,eDuwB5D,GCpwBC,UAASA,EAAAA,gBAAkB,QAAU,aACrC/d,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACd,eAAa,iBACb,mBAAiB,MACjB,iBAAe,MACf2E,OAAO,KACN,gBAAezE,EAAAA,QACR/X,GAAK,0DAdkB,IAj7CnD,kBAk8CoB,WAkBE,OAhBMgf,EAAe,kBDowBZ,WCtwBX,QAkBE,IAp9CtB,MAm8CoBhgB,MAAM,2BAEH,cAAa2f,EAAAA,aACb,sBAAiB,uBAAGlU,GAA4CsU,EAAAA,WAAS,EAAkCJ,EAAAA,aAAe,CDywB3H,GCrwBCQ,QAASP,EAAAA,QACT,SAAM,iCAAEA,EAAAA,SAAW3F,CAAb,GACN,YAAW,EACXmG,IAAKrd,KAAKsd,MAAM,KAAQ,EACxBpe,MAAO4W,EAAAA,YACPyH,QAAQ,EACT,uBACC,QAAK,yBAAkCN,EAAAA,iBAAe,CDwwBvD,IACW,KAAM,EAAG,CAAC,cAAe,SAAU,MAAO,YC1tE3E,eAo9CsB,IAp9CtB,KD8tEyB,EAAG,CAAC,gBCtwBFxB,EAAU,aDywBd,WCzwBP,QAoCM,MApCN,GAoCM,EAnCJ,QAae,GAZb1Q,GAAG,qBACF,WAAQ,yBAAgCkS,EAAAA,iBAAmBA,EAAAA,eD2wB5D,GCxwBC,UAASA,EAAAA,gBAAkB,QAAU,aACrC/d,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACd,eAAa,gBACb,mBAAiB,MACjB,iBAAe,MACf2E,OAAO,KACN,gBAAezE,EAAAA,QD0wBT,KAAM,EAAG,CAAC,UAAW,QAAS,cAAe,kBAChD,SCxwBJ,QAkBE,IAjBA/Y,MAAM,0BAEL,cAAa2f,EAAAA,aACb,sBAAiB,uBAAGlU,GAA4CsU,EAAAA,WAAS,EAAkCJ,EAAAA,aAAe,CD0wB3H,GCtwBCQ,QAASP,EAAAA,QACT,SAAM,iCAAEA,EAAAA,SAAW3F,CAAb,GACN,YAAW,EACXmG,IAAKrd,KAAKsd,MAAM,KAAQ,EACxBpe,MAAO4W,EAAAA,YACPyH,QAAQ,EACT,mBACC,QAAK,yBAAkCN,EAAAA,iBAAe,CDywBvD,IACK,KAAM,EAAG,CAAC,cAAe,SAAU,MAAO,UAAW,CACtD,CAAC,KCxxBGA,EAAAA,uBA1+C9B,kBA8/CY,QAcM,MAdN,GAcM,EA5gDlB,QA8/CiC,gBAEK,IAAZL,EAAAA,cAAoBC,EAAAA,UD0wBvB,WC1wBT,QAEO,OAlgDrB,GAggDuD,iBAhgDvD,eAmgDsC,GAAZD,EAAAA,cAAmBC,EAAAA,UD0wBtB,WC1wBT,QAEO,OArgDrB,YAogDmBW,EAAAA,UAAUZ,EAAAA,eAAgB,KAC/B,KArgDd,eAsgD2BC,EAAAA,SAtgD3B,iBDgxEuB,WC1wBT,QAEO,OAxgDrB,GAsgDoC,MACnB,QAAGW,EAAAA,UAAUZ,EAAAA,eAAgB,aAChC,IACYC,EAAAA,SAAWG,EAAAA,YD0wBd,WC1wBT,QAEO,OA3gDrB,GAygDgD,6BAzgDhD,oBA8gDU,QAkBM,MAlBN,GAkBM,EAjBJ,QAgBW,KA/hDvB,WAghDuBD,EAAAA,aAhhDvB,uDAghDuBA,EAAY,cAhhDnC,GAihDeM,IAAKI,EAAAA,QACLC,IAAKC,EAAAA,QACLze,MAAO4W,EAAAA,YACP8D,QAAQ,EACT,kBACA,aAAW,MACX,aAAW,OACX,cAAY,SACXgE,KAAMC,EAAAA,wBACN,YAAS,yBAAShB,EAAAA,SAAU,CAAH,ID2wBrB,CCzwBY,eAAW,SAC1B,SAA8C,GADd,QA5hDhD,iBA6hDmBiB,EAAAA,aAAa,IAAIC,KAAKC,EAAKvf,cAAU,GADR,IA5hDhD,KD0yEmB,EAAG,CAAC,aAAc,MAAO,MAAO,QAAS,YCzwBlD,QAaM,MAbN,GAaM,EAZJ,QAWc,GAVZ,UAAQ,WACP,WAAQ,yBAAQwf,OAAAA,EAAAA,mBAAoB,CAApBA,GAChB/e,MAAO4W,EAAAA,YACP,cAAaA,EAAAA,YACd,eAAa,0BACb,mBAAiB,SACjB,iBAAe,MACd,gBAAeE,EAAAA,OAChBkI,OAAO,OD4wBF,KAAM,EAAG,CAAC,QAAS,cAAe,uBCtwBlBpH,EAAAA,WAjjDnC,iBD4zEe,WC3wBT,QAEM,MAFN,GAEM,EADJ,QAAe,UAMnB,QAwCW,KAvCToC,MAAM,QAzjDZ,WA0jDe+E,EAAAA,kBA1jDf,uDA0jDeA,EAAiB,mBA1jDhC,GA2jDM,YAAU,QACVlT,GAAG,wBD2wBE,CCv0EX,kBA8jDM,WAiCS,QAjCT,QAiCS,UA/lDf,kBA+jDQ,WAEc,QAFd,QAEc,UAjkDtB,kBA+jDqB,WACoB,QAhkDzC,QA+jDqB,oCACoB,IAhkDzC,QAgkDoE,sHAA3B,IAhkDzC,OAkkDQ,QA4BiB,KA5BD9N,MAAM,QAAM,CAlkDpC,kBAmkDU,WAAqB,QAArB,QAAqB,MACrB,QAOQ,KANNiC,MAAM,UACN4N,KAAK,gDACLC,OAAO,SACPC,IAAI,uBDmxBO,CC31EvB,kBAykDW,WAED,QA3kDV,QAykDW,oBAED,IA3kDV,OA4kDU,QAQQ,KAPN9N,MAAM,UACL,QAAK,yBAAwBif,EAAAA,gBAAc,EAAuBF,EAAAA,mBAAiB,CDwxBpF,IACW,CCv2EvB,kBAklDW,WAED,QAplDV,QAklDW,aAED,IAplDV,OAqlDU,QAQQ,KAPN/e,MAAM,QACL,QAAK,yBAAwBif,EAAAA,gBAAc,EAAwBF,EAAAA,mBAAiB,CD2xBrF,IACW,CCn3EvB,kBA2lDW,WAED,QA7lDV,QA2lDW,WAED,IA7lDV,MAmkD+B,IAnkD/B,MAikDsB,IAjkDtB,MA+lDe,IA/lDf,KDi4EW,EAAG,CAAC,gBC/xBb,QAAkF,IAAnErZ,MAAM,WAAWT,SAAS,aAAaia,QAAQ,sBAC9D,QAAyF,IAA1EC,wBAAA,GAAwBzZ,MAAM,oBAAoBT,SAAS,iBArkDpE,IA9BR,KD+4EK,EAAG,CAAC,SACT,C,+CE14EA,cACE,aACE9D,KAAKie,mBAAoB,EACzBje,KAAKke,iBAAkB,EACvBle,KAAKme,SAAW,EAChBne,KAAKoe,iBAAkB,CACzB,CA+HF,OAvHS,EAAAC,UAAP,SAAiBC,IACc,MAAzBC,EAAYC,WAAqBD,EAAYE,cAC7CF,EAAYC,UAAY,IAAI,GAAAE,UAAUJ,GACtCC,EAAYI,SAAW,IAAI,GAAAC,SAC3BL,EAAYM,qBAAuB,IAAI,GAAAC,gBACvCP,EAAYQ,aAAe,IAAI,GAAAC,aAC/BT,EAAYI,SAASM,mBAAkB,GACvCV,EAAYQ,aAAaG,eAAgB,EAG/C,EAEO,EAAAC,UAAP,SAAiBb,GACfC,EAAYE,YAAa,EACD,MAApBH,EAAcc,KAGW,MAAzBb,EAAYC,WACZD,EAAYC,UAAUa,KAAKf,EAAe,GAAG,GAErB,MAAxBC,EAAYI,UACZJ,EAAYI,SAASW,UAAUhB,EAAe,GAEV,MAApCC,EAAYM,sBACZN,EAAYM,qBAAqBQ,KAAKf,EAAe,GAEzB,MAA5BC,EAAYQ,cACZR,EAAYQ,aAAaM,KAAKf,EAAe,EAAG,GAEtD,EAEO,EAAAiB,WAAP,SAAkBC,EAAQC,EAAQC,EAAQC,GACxCF,EAASA,EAAS,IAAM9f,KAAKigB,GAC7BD,EAASA,EAAS,IAAMhgB,KAAKigB,GAC7BJ,EAASA,EAAS,GAAK7f,KAAKigB,GAC5BF,EAASA,EAAS,GAAK/f,KAAKigB,GAC5B,IAAIC,EAAIlgB,KAAKmgB,IAAIL,GAAU9f,KAAKogB,IAAIJ,GAAUhgB,KAAKogB,IAAIN,GAAU9f,KAAKmgB,IAAIH,GAAUhgB,KAAKmgB,IAAIJ,EAASF,GAClGxc,EAAIrD,KAAKmgB,IAAIH,GAAUhgB,KAAKogB,IAAIL,EAASF,GACzCvc,EAAItD,KAAKogB,IAAIN,GAAU9f,KAAKogB,IAAIJ,GAAUhgB,KAAKmgB,IAAIL,GAAU9f,KAAKmgB,IAAIH,GAAUhgB,KAAKmgB,IAAIJ,EAASF,GAClGQ,EAASrgB,KAAKsgB,MAAMtgB,KAAKugB,KAAKL,EAAIA,EAAI7c,EAAIA,GAAIC,GAKlD,OAJA+c,EAASA,EAASrgB,KAAKigB,GAAK,IACxBI,EAAS,IACTA,GAAU,KAEPA,CACT,EAEO,EAAAG,YAAP,SAAmBC,GACjB,OAAQA,EAAK,GAAK,GAAMA,EAAIC,GAAK,GAAOD,EAAK,GAAK,EAAIA,EAAIzW,CAC5D,EAEO,EAAA2W,iBAAP,SAAwBF,EAAK1d,GAC3B,OAAOA,GAAW,GAAK0d,EAAIC,GAAK,GAAKD,EAAIlY,GAAK,EAAIkY,EAAIzW,CACxD,EAEA,YAAA4W,YAAA,WACE,OAAOvgB,KAAKme,QACd,EAEA,YAAAqC,YAAA,SAAYnY,GAGV,OAFAkW,EAAYE,YAAa,EACzBze,KAAKme,SAAW9V,EACTA,CACT,EAEA,YAAAgX,KAAA,SAAKf,GAAgB,EAErB,YAAAmC,OAAA,WAAW,OAAOzgB,KAAK0gB,GAAK,EAC5B,YAAAC,OAAA,SAAOtY,GAEL,OADArI,KAAK0gB,IAAMrY,EACJA,CACT,EAEA,YAAAuY,QAAA,WAAY,OAAO5gB,KAAK6gB,IAAM,EAC9B,YAAAC,QAAA,SAAQzY,GAEN,OADArI,KAAK6gB,KAAOxY,EACLA,CACT,EAEA,YAAA0Y,UAAA,WACI,OAAO/gB,KAAKghB,MAChB,EAEA,YAAAC,UAAA,SAAU5Y,GAEN,OADArI,KAAKghB,OAAS3Y,EACPA,CACX,EAEA,YAAA6Y,mBAAA,WACI,OAAOlhB,KAAKoe,eAChB,EAEA,YAAA+C,mBAAA,SAAmB9Y,GAEf,OADArI,KAAKoe,gBAAkB/V,EAChBA,CACX,EAEA,YAAA+Y,QAAA,SAAQ9C,EAAe+C,EAAIC,EAAKzB,EAAG7c,GAC/B,OAAO,CACX,EAEA,YAAAue,WAAA,WACI,OAAOvhB,KAAKwhB,MAChB,EAEA,YAAAC,WAAA,SAAWpZ,GAEP,OADArI,KAAKwhB,OAASnZ,EACPA,CACX,EAEO,EAAAqZ,cAAP,SAAqBC,GACnBpD,EAAYqD,YAAYra,KAAKoa,GAC7BpD,EAAYE,YAAa,CAC3B,EAEO,EAAAoD,SAAP,WACEtD,EAAYqD,YAAc,GAC1BrD,EAAYE,YAAa,CAC3B,EA5HO,EAAAmD,YAAc,GACd,EAAAjD,SAAW,KACX,EAAAE,qBAAuB,KACvB,EAAAE,aAAe,KACf,EAAAN,YAAa,EAyHtB,C,CArIA,GAuIA,eACE,aACE,QAAK,YAAE,K,OACP,EAAKqD,UAAY,GACjB,EAAKC,SAAU,EACf,EAAKC,eAAiB,EACtB,EAAKC,aAAe,GAAAC,OAAOC,YAC3B,EAAKC,aAAe,GAAAF,OAAOC,Y,CAC7B,CA4GF,OApH2B,aAUzB,YAAAE,SAAA,SAASxC,EAAG7c,GACRub,GAAYE,YAAa,EACzBze,KAAK8hB,UAAUva,KAAK,GAAA+a,YAAYC,UAAU1C,EAAI,GAAI7c,GACtD,EAEA,YAAAwf,SAAA,WACI,OAAOxiB,KAAK+hB,OAChB,EAEA,YAAAU,SAAA,SAASpa,GAGL,OAFAkW,GAAYE,YAAa,EACzBze,KAAK+hB,QAAU1Z,EACRA,CACX,EAEA,YAAAqa,cAAA,WACI,OAAO1iB,KAAKgiB,cAChB,EAEA,YAAAW,cAAA,SAActa,GAGV,OAFAkW,GAAYE,YAAa,EACzBze,KAAKgiB,eAAiB3Z,EACfA,CACX,EAEA,YAAAua,cAAA,WACI,OAAO5iB,KAAKiiB,aAAaY,UAC7B,EAEA,YAAAC,cAAA,SAAcza,GAGV,OAFAkW,GAAYE,YAAa,EACzBze,KAAKiiB,aAAe,GAAAc,MAAMC,SAAS3a,GAC5BA,CACX,EAEA,YAAA4a,cAAA,WACI,OAAOjjB,KAAKoiB,aAAaS,UAC7B,EAEA,YAAAK,cAAA,SAAc7a,GAGV,OAFAkW,GAAYE,YAAa,EACzBze,KAAKoiB,aAAe,GAAAW,MAAMC,SAAS3a,GAC5BA,CACX,EAEA,YAAAgX,KAAA,SAAKf,G,QACD,GAAwB,MAApBA,EAAcc,IACd,GAAIb,GAAYE,YAAcze,KAAKke,gBAAiB,CAEhD,IAAIiF,EAAanjB,KAAK8hB,UAEtB,GAAI9hB,KAAKgiB,eAAiB,GAAKhiB,KAAK8hB,UAAUlY,OAAS,EAAG,CACtD,IAAIwZ,EAAuBpjB,KAAKiiB,aAAaoB,SAC7CD,EAAqB1Z,EAAI/J,KAAK2jB,MAAMF,EAAqB1Z,EAAI1J,KAAKugB,eAClE,IAAK,IAAIgD,EAAI,EAAGA,EAAKvjB,KAAK8hB,UAAUlY,OAAS,EAAI2Z,IAC7ChF,GAAYI,SAAS6E,QAAQL,EAAWI,GAAIJ,EAAWI,EAAI,GAAIH,EAAsB,IAAI,GAAAK,MAAM,EAAG,IAEtGlF,GAAYI,SAAS6E,QAAQL,EAAWnjB,KAAK8hB,UAAUlY,OAAS,GAAIuZ,EAAW,GAAIC,EAAsB,IAAI,GAAAK,MAAM,EAAG,GAC1H,CACA,GAAIzjB,KAAK+hB,QAAS,CACd,IAAI2B,EAAuB1jB,KAAKoiB,aAAaiB,SAC7CK,EAAqBha,EAAI/J,KAAK2jB,MAAMI,EAAqBha,EAAI1J,KAAKugB,eAClE,IAAIoD,EAAU,GAAAC,YAAYC,oBAAoBV,GAC9C,IAASI,EAAI,EAAGA,EAAII,EAAQ/Z,OAAQ2Z,GAAK,EACrChF,GAAYQ,aAAa+E,uBAAuBX,EAAWQ,EAAQJ,IAAKJ,EAAWQ,EAAQJ,EAAI,IAAKJ,EAAWQ,EAAQJ,EAAI,IAAKG,EAAsB,IAAI,GAAAD,MAAM,EAAG,GAAI,EAE/K,CACAzjB,KAAKke,iBAAkB,CAC3B,MACG,CACH,IAAI6F,EAAMzF,EAAc0F,OACxBD,EAAIE,OACJF,EAAIG,YAAclkB,KAAKugB,cACvBwD,EAAII,YACJ,IAAIC,GAAQ,E,IACZ,IAAkB,eAAApkB,KAAK8hB,WAAS,8BAAE,CAA7B,IAAMuC,EAAG,QACNC,EAAiBhG,EAAciG,IAAIC,UAAUH,GACjD,GAAIC,EAAerhB,EAAI,EAEnB,YADA8gB,EAAIU,UAGR,GAAIC,SAASC,IAAIrG,EAAcsG,gBAAiBP,GAAO,IAEnD,YADAN,EAAIU,UAGJL,GACAA,GAAQ,EACRL,EAAIc,OAAOP,EAAezE,EAAGyE,EAAethB,IAG5C+gB,EAAIe,OAAOR,EAAezE,EAAGyE,EAAethB,EAEpD,C,kGACA+gB,EAAIgB,YACJhB,EAAIiB,UAAYhlB,KAAKgiB,eACjBhiB,KAAK+hB,UACLgC,EAAIkB,UAAYjlB,KAAKoiB,aAAaS,WAClCkB,EAAImB,QAERnB,EAAIoB,YAAcnlB,KAAKiiB,aAAaY,WACpCkB,EAAIG,YAAc,EAClBH,EAAIvhB,SACJuhB,EAAIU,SACR,CACJ,EAEF,EApHA,CAA2BlG,I,uDC/HpB,SAAS6G,KAUd,GATI,GAAAC,SAASC,aAAaC,+BACxB,GAAAC,eAAeC,uBAAuBzlB,KAAKse,cAAe,EAAG,GAAA4D,OAAOwD,cAElE,GAAAL,SAASC,aAAaK,iCACgB,MAApC,GAAAC,WAAWC,wBACb,GAAAD,WAAWC,sBAAwB,GAAAL,eAAeM,OAAO,iBAAkB,GAAAC,WAAWC,UAAUC,eAAe,gBAAgB,GAAO,GAAO,IAE/I,GAAAL,WAAWC,sBAAsBxG,KAAKrf,KAAKse,eAAe,EAAO,OAAO,IAEtE,GAAA+G,SAASC,aAAaY,oBAAqB,CAC7C,IAAMC,EAAa,GAAApD,MAAMqD,SAAS,IAAK,IAAI,IAAI,KAC/C,GAAAC,MAAMC,cAActmB,KAAKse,cAAe,EAAG6H,GACvC,GAAAd,SAASC,aAAaiB,yBACxB,GAAAF,MAAMG,kBAAkBxmB,KAAKse,cAAe,EAAG6H,EAEnD,CACA,GAAI,GAAAd,SAASC,aAAamB,mBAAoB,CAC5C,IAAMC,EAAgB,GAAA3D,MAAMqD,SAAS,EAAG,IAAK,IAAK,GAClD,GAAAC,MAAMM,aAAa3mB,KAAKse,cAAe,EAAGoI,GACtC,GAAArB,SAASC,aAAasB,gCACxB,GAAAP,MAAMQ,iBAAiB7mB,KAAKse,cAAe,EAAGoI,EAElD,CACF,CAoBO,SAASI,KACd,GAA6B,MAAzB,GAAAT,MAAMU,gBAAyB,CACjC,IAAMC,EAAc,GACpB,GAAAX,MAAMU,gBAAkB,IAAI,GAAAE,YAAYD,GACxC,IAAME,EAAO,GAAAC,oBAAoBC,eAAeC,UAAY,GAAK,EAAI,EAC/DpO,EAAM,IAAOiO,EACb,EAAK,GAAAxC,SAASoB,OAAO,EAAGoB,EAAM,GAC9BI,EAAa,CACjB,CAAC,CAAC,EAAGrO,GAAM,GAAI,KACf,CAAC,EAAEiO,EAAMjO,EAAK,GAAI,KAClB,CAAC,CAAC,EAAGA,EAAK,GAAI,KACd,CAAC,CAACiO,EAAMjO,GAAO,OAAS,KACxB,CAAC,CAACiO,EAAMjO,EAAM,OAAS,MAEzBqO,EAAW3lB,SAAQ,SAAC,G,IAAA,gBAAC4lB,EAAC,KAAE/iB,EAAI,KAC1B,GAAA6hB,MAAMU,gBAAgBS,IAAI,IAAI,GAAAC,OAAO,GAAA/C,SAASoB,OAAM,MAAf,GAAApB,UAAQ,oBAAW6C,IAAI,MAAI/iB,EAAM,GAAI,OAC5E,GACF,CACF,CAiFO,SAASkjB,GAAiBpJ,EAAe5b,EAASilB,EAAcC,EAAgBC,EAAQC,G,QAC7F,GAAMF,KAAkB,GAAAG,aAAaC,cAArC,CAGA,IAAIC,EAAU,GAAAF,aAAaC,cAAcJ,GACzC,GAAKK,EAAQC,UAAaD,EAAQE,OAAOve,QAAYqe,EAAQG,MAAMC,aAAeJ,EAAQG,MAAME,eAAhG,CAGA,IAAIC,EAASjK,EAAckK,YACvBC,EAAoBnK,EAAcoK,2BAClCC,EAAmBrK,EAAcsK,oBACqC,KAAzC,KAA5BX,EAAQG,MAAMS,UAA+C,KAA5BZ,EAAQG,MAAMS,aAClDZ,EAAQa,aAAaxK,GACoB,IAArC2J,EAAQG,MAAMW,oBAAiE,IAArCd,EAAQG,MAAMW,mBAC1DzK,EAAc0K,UAAU,GAAAC,SAASC,eAAejB,EAAQG,MAAMe,YAAa7K,EAAckK,cAGzFlK,EAAc0K,UAAU,GAAAC,SAASC,eAAejB,EAAQG,MAAMe,YAAa7K,EAAcoK,6BAE3FpK,EAAc8K,kBAAkBnB,EAAQG,MAAMiB,a,IAEhD,IAAoB,kBAAAtB,aAAaC,cAAcJ,GAAgBO,QAAM,8BAAE,CAAlE,IAAMpgB,EAAK,QACd,GAAIA,EAAMmgB,QAAS,CACjB,IAAIoB,EAAa,GAAAnC,oBAAoBoC,YAAYxhB,EAAMyhB,iBACnDC,EAAW,GAAAtC,oBAAoBoC,YAAYxhB,EAAM2hB,eACjDC,EAAS,GAAAxC,oBAAoBoC,YAAYxhB,EAAMyhB,kBAA8C,IAAzBzhB,EAAM6hB,gBAAiD,IAAzB7hB,EAAM6hB,eAAyB7hB,EAAM8hB,eAAiB,MAAa,GACrKC,EAAU,GAAA3C,oBAAoBoC,YAAYxhB,EAAM2hB,gBAA4C,IAAzB3hB,EAAM6hB,gBAAiD,IAAzB7hB,EAAM6hB,eAAyB7hB,EAAM8hB,eAAiB,MAAa,GACxK,GAAI,GAAA1C,oBAAoB4C,WAAaJ,GAAU,GAAAxC,oBAAoB4C,WAAaD,EAAS,CACvF,IAAIE,EAAc,EACd,GAAA7C,oBAAoB4C,WAAaT,IACnCU,GAAgB,GAAA7C,oBAAoB4C,WAAaJ,IAAW5hB,EAAM8hB,eAAiB,QAEjF,GAAA1C,oBAAoB4C,WAAaN,IACnCO,GAAgBF,EAAU,GAAA3C,oBAAoB4C,aAAehiB,EAAM8hB,eAAiB,QAEtF9hB,EAAMkiB,iBAAiBtC,GACvB5f,EAAMsX,KAAKf,EAAe5b,EAAUsnB,EAAalC,EACnD,CACF,CACF,C,kGACAxJ,EAAc8K,kBAAkBT,GAChCrK,EAAc0K,UAAUT,GACxBjK,EAAc4L,yBAAyBzB,EAnCvC,CAJA,CAwCF,CAIO,SAAS0B,KACd,GAAInqB,KAAKse,cAAc8L,OAASpqB,KAAKqqB,WAAqC,MAAxBrqB,KAAKsqB,gBACrD,GAAI,GAAAjF,SAASC,aAAaiF,oBAAsBvqB,KAAKse,cAAc8L,MAAO,CACvE,IAAII,EAAS,GAAAlI,YAAYmI,gBAAgD,GAAhCzqB,KAAKsqB,gBAAgBI,SAAe1qB,KAAKsqB,gBAAgBK,WAClG3qB,KAAKse,cAAcsM,UAAY5qB,KAAKse,cAAcrF,IAAMuR,EAAO,GAC/DxqB,KAAKse,cAAcuM,SAAW7qB,KAAKse,cAAcwM,GAAKN,EAAO,EAChE,MACK,GAAIxqB,KAAKse,cAAc8L,OAAS,GAAA/E,SAASC,aAAayF,uBAAwB,CAChF,IAAIC,EAAe,GAAA1I,YAAY2I,oBAAoB,GAAA3I,YAAY4I,UAAUlrB,KAAKsqB,gBAAgBI,SAAU1qB,KAAKsqB,gBAAgBK,WAAY,GAAAxD,oBAAoBC,eAAgB,GAAAD,oBAAoBgE,WACjMnrB,KAAKse,cAAcsM,UAAY5qB,KAAKse,cAAcrF,IAAM+R,EAAaI,UACrEprB,KAAKse,cAAcuM,SAAW7qB,KAAKse,cAAcwM,GAAKE,EAAaK,QACtE,MAEKrrB,KAAKse,cAAcgN,WAAWzlB,IAAM7F,KAAKse,cAAciN,aAAa1lB,IAAM7F,KAAKwrB,YAAYxrB,KAAKsqB,gBAAgBI,UAChH1qB,KAAKse,cAAcgN,WAAWzpB,IAAM7B,KAAKse,cAAciN,aAAa1pB,IAAM7B,KAAKsqB,gBAAgBK,eAE1F3qB,KAAKyrB,wBAChBzrB,KAAKqqB,WAAY,EACjBrqB,KAAKsqB,gBAAkB,MAExB,IAAIoB,EAA0B,EAAI,GAC9BC,EAAK,GACT,IAAK3rB,KAAKqqB,UAAW,CACnB,IAAIuB,EAAY5rB,KAAKse,cAAcgN,WAAWjlB,KAAO,IACjDrG,KAAKse,cAAcgN,WAAWjlB,KAAO,MACvCulB,EAAW,MAEL5rB,KAAKse,cAAc8L,QAAU,GAAA/E,SAASC,aAAayF,wBAA0B,GAAA1F,SAASC,aAAaiF,oBACoE,KAAhK5qB,KAAKksB,IAAI7rB,KAAKse,cAAcsM,UAAY5qB,KAAKse,cAAcrF,MAAQ2S,EAAajsB,KAAKksB,IAAI7rB,KAAKse,cAAcuM,SAAW7qB,KAAKse,cAAcwM,KAAOc,KACpJ5rB,KAAKse,cAAcrF,MAAQjZ,KAAKse,cAAcsM,UAAY5qB,KAAKse,cAAcrF,KAAO,GAChFtZ,KAAKksB,IAAI7rB,KAAKse,cAAcuM,SAAW7qB,KAAKse,cAAcwM,IAAM,IAC5D9qB,KAAKse,cAAcuM,SAAW7qB,KAAKse,cAAcwM,GACjD9qB,KAAKse,cAAcwM,KAAO9qB,KAAKse,cAAcuM,UAAY,IAAM7qB,KAAKse,cAAcwM,KAAO,GAGzF9qB,KAAKse,cAAcwM,KAAQ,IAAM9qB,KAAKse,cAAcuM,SAAY7qB,KAAKse,cAAcwM,IAAM,GAI7F9qB,KAAKse,cAAcwM,KAAO9qB,KAAKse,cAAcuM,SAAW7qB,KAAKse,cAAcwM,IAAM,GAErF9qB,KAAKse,cAAcwM,IAAO9qB,KAAKse,cAAcwM,GAAK,KAAO,KAIgJ,KAAtMnrB,KAAKksB,IAAI7rB,KAAKse,cAAciN,aAAa1pB,IAAM7B,KAAKse,cAAcgN,WAAWzpB,MAAQ+pB,EAAajsB,KAAKksB,IAAI7rB,KAAKse,cAAciN,aAAa1lB,IAAM7F,KAAKse,cAAcgN,WAAWzlB,MAAQ+lB,IAC1L5rB,KAAKse,cAAcgN,WAAWzpB,MAAQ7B,KAAKse,cAAciN,aAAa1pB,IAAM7B,KAAKse,cAAcgN,WAAWzpB,KAAO,GAC7GlC,KAAKksB,IAAI7rB,KAAKse,cAAciN,aAAa1lB,IAAM7F,KAAKse,cAAcgN,WAAWzlB,KAAO,IAChF7F,KAAKse,cAAciN,aAAa1lB,IAAM7F,KAAKse,cAAcgN,WAAWzlB,IACpE7F,KAAKse,cAAcgN,WAAWzlB,MAAQ7F,KAAKse,cAAciN,aAAa1lB,KAAO,IAAM7F,KAAKse,cAAcgN,WAAWzlB,MAAQ,GAGzH7F,KAAKse,cAAcgN,WAAWzlB,MAAS,IAAM7F,KAAKse,cAAciN,aAAa1lB,IAAO7F,KAAKse,cAAcgN,WAAWzlB,KAAO,GAI7H7F,KAAKse,cAAcgN,WAAWzlB,MAAQ7F,KAAKse,cAAciN,aAAa1lB,IAAM7F,KAAKse,cAAcgN,WAAWzlB,KAAO,GAErH7F,KAAKse,cAAcgN,WAAWzlB,KAAQ7F,KAAKse,cAAcgN,WAAWzlB,IAAM,KAAO,KAG7E7F,KAAKse,cAAcgN,WAAWzpB,MAAQ7B,KAAKse,cAAciN,aAAa1pB,KAAO7B,KAAKse,cAAcgN,WAAWzlB,MAAQ7F,KAAKse,cAAciN,aAAa1lB,MACnJ7F,KAAKse,cAAcgN,WAAWzpB,IAAM7B,KAAKse,cAAciN,aAAa1pB,IACpE7B,KAAKse,cAAcgN,WAAWzlB,IAAM7F,KAAKse,cAAciN,aAAa1lB,IAIpF,CACF7F,KAAKse,cAAcgN,WAAWjlB,KAAOslB,EAAK3rB,KAAKse,cAAcgN,WAAWjlB,KAAOqlB,EAA0B1rB,KAAKse,cAAciN,aAAallB,KACzIrG,KAAKse,cAAcgN,WAAWQ,SAAWH,EAAK3rB,KAAKse,cAAcgN,WAAWQ,SAAWJ,EAA0B1rB,KAAKse,cAAciN,aAAaO,SACjJ9rB,KAAKse,cAAcgN,WAAWS,MAAQJ,EAAK3rB,KAAKse,cAAcgN,WAAWS,MAAQL,EAA0B1rB,KAAKse,cAAciN,aAAaQ,KAC7I,CAEO,SAASC,K,YACqC,MAA/ChsB,KAAKse,cAAc2N,yBACrBjsB,KAAKksB,WAAalsB,KAAKse,cAAc2N,yBAAyBE,kBAE9DnsB,KAAKksB,WAAa,EAGpB,IAAIE,GAAa,EAYjB,GAXIpsB,KAAKqsB,OAAOC,QAAUtsB,KAAKqsB,OAAOE,WAAWC,cAC/CxsB,KAAKqsB,OAAOC,MAAQtsB,KAAKqsB,OAAOE,WAAWC,YAC3CJ,GAAa,GAEXpsB,KAAKqsB,OAAOI,SAAWzsB,KAAKqsB,OAAOE,WAAWG,eAChD1sB,KAAKqsB,OAAOI,OAASzsB,KAAKqsB,OAAOE,WAAWG,aAC5CN,GAAa,GAEXA,GAA+B,MAAjBpsB,KAAK2sB,UACrB3sB,KAAK2sB,SAASC,YAEZ5sB,KAAKqsB,OAAOC,MAAQ,GAAKtsB,KAAKqsB,OAAOI,OAAS,GAAlD,CAaA,GAVIL,IACFpsB,KAAK6sB,YAAc,MAErB,GAAAC,KAAKC,iBAAmB,GAAAD,KAAKE,aAC7B,GAAAC,eAAeX,MAAQtsB,KAAKse,cAAcgO,MAAQtsB,KAAKqsB,OAAOC,MAC9D,GAAAW,eAAeR,OAASzsB,KAAKse,cAAcmO,OAASzsB,KAAKqsB,OAAOI,OAChE,GAAAK,KAAKI,YAAc,EACnB,GAAAJ,KAAKK,aAAe,EACpB,GAAAL,KAAKE,aAAe,EACpB,GAAA7F,oBAAoBiG,YAAY,IAAI1P,MACX,MAArB1d,KAAKqtB,cAGP,GAFA,GAAAlG,oBAAoBmG,QAAQttB,KAAKqtB,aAAaE,uBAC9C,GAAAC,QAAQC,sBAAsBztB,KAAKyrB,uBACV,MAArBzrB,KAAKqtB,aAAsB,CAC7B,IAAMK,EAAS1tB,KAAKqtB,aAAaM,sBAGjC,GAFA3tB,KAAKse,cAAciN,aAAemC,EAAOE,OACzC5tB,KAAKse,cAAcgN,WAAaoC,EAAOE,OACnC5tB,KAAKse,cAAc8L,OAAS,GAAA/E,SAASC,aAAaiF,mBAAoB,CACxE,IAAMC,EAAS,GAAAlI,YAAYmI,gBAAkC,GAAlBiD,EAAOhD,SAAegD,EAAO/C,WACxE3qB,KAAKse,cAAcsM,UAAY5qB,KAAKse,cAAcrF,IAAMuR,EAAO,GAC/DxqB,KAAKse,cAAcuM,SAAW7qB,KAAKse,cAAcwM,GAAKN,EAAO,EAC/D,MACK,GAAIxqB,KAAKse,cAAc8L,OAAS,GAAA/E,SAASC,aAAayF,uBAAwB,CACjF,IAAMC,EAAe,GAAA1I,YAAY2I,oBAAoB,GAAA3I,YAAY4I,UAAUwC,EAAOhD,SAAUgD,EAAO/C,WAAY,GAAAxD,oBAAoBC,eAAgB,GAAAD,oBAAoBgE,WACvKnrB,KAAKse,cAAcsM,UAAY5qB,KAAKse,cAAcrF,IAAM+R,EAAaI,UACrEprB,KAAKse,cAAcuM,SAAW7qB,KAAKse,cAAcwM,GAAKE,EAAaK,QACrE,CACIrrB,KAAKqtB,aAAaQ,iBACpB,GAAAjI,WAAWkI,gBAAgBC,aAAa/tB,KAAKqtB,aAAaM,sBAAsBjD,SAAU1qB,KAAKqtB,aAAaM,sBAAsBhD,UAAW,GAAA/E,WAAWI,UAAU1H,cAAcgN,WAAWjlB,MAC3LrG,KAAKguB,WAAW,MAChBhuB,KAAKiuB,sBAET,OAGA,GAAA9G,oBAAoB+G,cACpB,GAAAV,QAAQC,sBAAsBztB,KAAKyrB,uBACnCzrB,KAAKmuB,wBAMP,GAJAnuB,KAAKse,cAAc8P,QAEnBpuB,KAAKse,cAAc+P,qBAAqBruB,KAAKse,cAAcgO,MAAOtsB,KAAKse,cAAcmO,QACrFzsB,KAAKse,cAAcgQ,aAAatuB,KAAKse,cAAc2N,yBAA0B,KAC1B,MAA/CjsB,KAAKse,cAAciQ,yBACrB,GAAIvuB,KAAKse,cAAciQ,yBAAyBpC,oBAAsBnsB,KAAKse,cAAc2N,yBAAyBE,kBAChHnsB,KAAKse,cAAckQ,uBAAuB,WAG1C,GAA8C,MAA1CxuB,KAAKse,cAAcgN,WAAW5oB,SAA4C,MAAzB1C,KAAKse,cAAcc,GAAY,CAC9Epf,KAAKyuB,kBAAkBnC,QAAUtsB,KAAKse,cAAcgO,OAAStsB,KAAKyuB,kBAAkBhC,SAAWzsB,KAAKse,cAAcmO,SACpHzsB,KAAKyuB,kBAAkBnC,MAAQtsB,KAAKse,cAAcgO,MAClDtsB,KAAKyuB,kBAAkBhC,OAASzsB,KAAKse,cAAcmO,QAErD,IAAIiC,EAAa1uB,KAAKse,cAAc0F,OACpChkB,KAAK2uB,UAAUC,UAAU,EAAG,EAAG5uB,KAAKse,cAAcgO,MAAOtsB,KAAKse,cAAcmO,QAC5EzsB,KAAKse,cAAc0F,OAAShkB,KAAK2uB,UACjC3uB,KAAKse,cAAcgQ,aAAatuB,KAAKse,cAAciQ,yBAA0B,KAC7EvuB,KAAKse,cAAc0F,OAAS0K,EAC5B1uB,KAAKse,cAAc0F,OAAOC,OAC1BjkB,KAAKse,cAAc0F,OAAOE,YAAclkB,KAAKse,cAAcgN,WAAW5oB,QAAU,IAChF1C,KAAKse,cAAc0F,OAAO6K,UAAU7uB,KAAKyuB,kBAAmB,EAAG,GAC/DzuB,KAAKse,cAAc0F,OAAOS,SAC5B,MAEEzkB,KAAKse,cAAcgQ,aAAatuB,KAAKse,cAAciQ,yBAA0BvuB,KAAKse,cAAcgN,WAAW5oB,SAIjH,GAAyB,MAArB1C,KAAK8uB,aACP9uB,KAAK8uB,aAAajyB,OAAOmD,KAAKse,mBAE3B,CAEH,GAAAyQ,WAAW1Q,UAAUre,KAAKse,e,IAC1B,IAAmB,eAAAte,KAAKgvB,cAAY,8BAAE,CAAjC,IAAMrR,EAAI,QACbA,EAAK0B,KAAKrf,KAAKse,cAEjB,C,kGAEA,GADA,GAAAyQ,WAAW5P,UAAUnf,KAAKse,eACrBZ,KAAKuR,MAAQjvB,KAAKkvB,eAAkB,IAAK,CAC5C,IAAIC,EAAYnvB,KAAKovB,6BAA6BpvB,KAAKqvB,gBAAgBxP,EAAG7f,KAAKqvB,gBAAgBrsB,GAC/FhD,KAAKsvB,iBAAiBH,EAAUtP,EAAGsP,EAAUnsB,EAAGhD,KAAKqvB,gBAAgBxP,EAAG7f,KAAKqvB,gBAAgBrsB,GAC7FhD,KAAKkvB,eAAiB,IAAIxR,KAAK,KAAM,EAAG,EAC1C,CACI1d,KAAKuvB,YACPvvB,KAAKwvB,eAAexvB,KAAKse,cAE7B,CAEA,IAAK,IAAMmR,KAAYzvB,KAAKse,cAAcoR,2BACpCD,EAASE,qBAAqBC,8BAA8B1H,SAAWuH,EAASE,qBAAqBC,8BAA8BC,cAAgBJ,EAASE,qBAAqBC,8BAA8BE,eACjN9vB,KAAKse,cAAcgQ,aAAamB,EAAU,KAG9CzvB,KAAK+vB,cAAgB,GAAAvK,eAAewK,YAAYC,0BAA0BjwB,KAAKse,cAAcgN,WAAWZ,SAAU1qB,KAAKse,cAAcgN,WAAWX,WAChJ3qB,KAAKkwB,mBACL,GAAA1C,QAAQ2C,YAAYnwB,KAAKse,cAAe,GAExCC,GAAYF,UAAUre,KAAKse,e,IAC3B,IAAmB,eAAAC,GAAYqD,aAAW,8BAAE,CAAjCjE,EAAI,QACbA,EAAK0B,KAAKrf,KAAKse,cACjB,C,kGACAC,GAAYY,UAAUnf,KAAKse,eAE3B,IAAM8R,EAAYpwB,KAAKse,cAAckK,YAC/B6H,EAAWrwB,KAAKse,cAAcgS,WAC9BC,EAAWvwB,KAAKse,cAAckS,iBAChC,GAAAnL,SAASoL,cAAcC,sBACzB1wB,KAAK2wB,gBAAgB3wB,KAAKse,eAG5B,IAAMsS,GAAkB,GAAAC,UAAUC,iBAClC9wB,KAAKse,cAAcyS,wBACnB/wB,KAAKgxB,aACLhxB,KAAKixB,cACL,GAAAJ,UAAUK,gBACV,GAAAL,UAAUM,aAAanxB,KAAKse,eAC5B,GAAAwO,KAAKsE,0BACA,GAAAC,WAAWC,eACdtxB,KAAKuxB,oBAAmB,GAE1BvxB,KAAKse,cAAc0K,UAAUoH,GAC7BpwB,KAAKse,cAAckT,SAASnB,GAC5BrwB,KAAKse,cAAcmT,eAAelB,GAClC,IAAMtB,EAAMvR,KAAKuR,MACXyC,EAAKzC,EAAMjvB,KAAK2xB,YAClBD,EAAK,MACP1xB,KAAK2xB,YAAc1C,EACnBjvB,KAAKixB,YAAc,EACnB,GAAAhE,eAAe2E,kBAAoB,EACnC,GAAA3E,eAAe4E,gBAAkB,GAE/B7xB,KAAK8xB,iBACsB,MAAxB9xB,KAAK+xB,iBAA8B/xB,KAAK+xB,gBAAgBC,eAAgBpB,IAC3E5wB,KAAKiyB,qBAAqBjyB,KAAKkyB,gBAAiBlyB,KAAK+xB,gBAAgBzF,MAAOtsB,KAAK+xB,gBAAgBtF,OAAQzsB,KAAK+xB,gBAAgBI,QAC9H,GAAAhL,oBAAoBiL,aAElB,GAAAjL,oBAAoBkL,oBACtB,GAAAlL,oBAAoBmL,cAAe,EACnC,GAAAnL,oBAAoBoL,iBAAkB,EACtCvyB,KAAK8xB,gBAAiB,IAItB9xB,KAAKwyB,qBACPxyB,KAAKwyB,oBAAoBxyB,KAlJ3B,CAqJF,CAEO,SAASmwB,GAAY7R,EAA8B5b,EAAiB+vB,GAC1C,MAA3B,GAAAjF,QAAQkF,iBACR,GAAAlF,QAAQmF,sBAEV,IAAIC,EAAQ,GAAApF,QAAQqF,sBAAsB,GAAArF,QAAQsF,iBAAiB,GAAGzR,GAAI,GAAAmM,QAAQsF,iBAAiB,GAAGxR,IAAK,GAAAkM,QAAQsF,iBAAiB,GAAGzR,GAAI,GAAAmM,QAAQsF,iBAAiB,GAAGxR,KACnKyR,EAAQ,GAAAvF,QAAQsF,iBAAiB,GAAGzR,GAAK,GAAAmM,QAAQsF,iBAAiB,GAAGzR,GACrE,GAAAmM,QAAQsF,iBAAiB,GAAGzR,GAAK,GAAAmM,QAAQsF,iBAAiB,GAAGzR,KAC/D0R,GAAS,IAEM,GAAAvF,QAAQwF,YAAYJ,EAAO,GAAApF,QAAQsF,iBAAiB,GAAGG,SAAU,GAAAzF,QAAQsF,iBAAiB,GAAGG,UAC9F,GAAAzF,QAAQ0F,eAAe,GAAA1F,QAAQsF,iBAAiB,GAAGzR,GAAI,GAAAmM,QAAQsF,iBAAiB,GAAGxR,IAAK,GAAAkM,QAAQsF,iBAAiB,GAAGzR,GAAI,GAAAmM,QAAQsF,iBAAiB,GAAGxR,KAIpK,IAAI6R,EAAqF,GAA5ExzB,KAAKksB,IAAI,GAAA2B,QAAQsF,iBAAiB,GAAGzR,GAAK,GAAAmM,QAAQsF,iBAAiB,GAAGzR,IAAY1hB,KAAKmgB,IAAI,GAAAwC,YAAY8Q,iBAAiB,GAAA5F,QAAQsF,iBAAiB,GAAGxR,MAC7J+R,EAAQ1zB,KAAKksB,IAAI,GAAA2B,QAAQsF,iBAAiB,GAAGxR,IAAM,GAAAkM,QAAQsF,iBAAiB,GAAGxR,KAC/EgS,EAAc3zB,KAAKugB,KAAKiT,EAAQA,EAAQE,EAAQA,GAEhDE,EAAgB,EAChBC,EAAc,GAAAhG,QAAQiG,cAAc,GAAK,EAAIH,EAClC3zB,KAAK0d,IAAI,GAAkB,GAAdiW,GAM5B,IAAK,IAAMrxB,KALK,GAAZwwB,KACQ,EACVc,EAAgB5zB,KAAK0d,IAAI,GAAImW,EAAc,GAAAhG,QAAQiG,cAAc,GAAK,GAAM,MAC5E,GAAAjG,QAAQkG,YAAYpV,EAAe,GAAIiV,IAEvB,GAAA/F,QAAQmG,iBAAkB,CAE1C,IAAIC,EAAW,GAAApG,QAAQmG,iBAAiB1xB,GACxC,GAAAurB,QAAQkG,YAAYpV,EAAesV,EAAU,EAC/C,CACA,OAAO,CACX,CAEA,SAASC,GAA+BC,EAAYC,EAAYC,EAAiBC,GAC/E,IAAIC,EAAI,GAAAjL,SAASC,eAAe4K,EAAWxV,cAAckK,YAAasL,EAAWxV,cAAcgS,YAC3F5V,EAAI,IAAI,GAAAyZ,SACRC,EAAKL,EAAWlU,EAAIqU,EAAEG,UAAYN,EAAW/wB,EAAIkxB,EAAEI,UAAYP,EAAW9wB,EAAIixB,EAAEK,UAChFC,GAAMT,EAAWlU,EAAIqU,EAAEO,UAAYV,EAAW/wB,EAAIkxB,EAAEQ,UAAYX,EAAW9wB,EAAIixB,EAAES,WAAaP,EAC9FQ,IAAOb,EAAWlU,EAAIqU,EAAEW,UAAYd,EAAW/wB,EAAIkxB,EAAEY,UAAYf,EAAW9wB,EAAIixB,EAAEa,WAAaX,EAGnG,OAFA1Z,EAAEmF,GAAK,EAAIiU,EAAWxV,cAAckS,iBAAiBiE,UAAYD,IAAOR,EAAkB,GAC1FtZ,EAAE1X,GAAK,EAAI8wB,EAAWxV,cAAckS,iBAAiBsE,UAAYF,IAAOX,EAAmB,GACpFvZ,CACT,CAEO,SAASsa,GAA2BlB,EAAYmB,EAAI3T,GACzD,IAAI4T,EAAK,GAAAf,SAASrO,OAAOmP,EAAI3T,GACzB6T,EAAY,GAAA7S,YAAY8S,wBAAwBF,GAChDxzB,EAASmyB,GAA+BC,EAAYqB,EAAWrB,EAAWxV,cAAcgO,MAAOwH,EAAWxV,cAAcmO,QAC5H,OAAO/qB,CACT,C,0BC7cA,cAQE,WACE2zB,EACAC,EACArc,EACAsc,GAEAv1B,KAAKq1B,OAASA,EACdr1B,KAAKs1B,OAASA,EACdt1B,KAAKw1B,OAASH,EAAS11B,KAAKigB,GAAK,IACjC5f,KAAKy1B,OAASH,EAAS31B,KAAKigB,GAAK,IACjC5f,KAAKiZ,IAAMA,EACXjZ,KAAKu1B,GAAKA,CACZ,CAiBF,OAfE,YAAAG,OAAA,WAEE,IAAMC,EAAMh2B,KAAKi2B,KAAK,UAAaj2B,KAAKk2B,IAAI71B,KAAKw1B,SAC3CM,EACJ,UAAan2B,KAAKogB,IAAI4V,GACrB31B,KAAKiZ,IAAM,QAAatZ,KAAKogB,IAAI/f,KAAKw1B,QACnCO,EACJp2B,KAAKmgB,IAAI6V,GAAQ31B,KAAKiZ,IAAM,QAAatZ,KAAKmgB,IAAI9f,KAAKw1B,QACzD,MAAO,CAACM,EAAMC,EAChB,EAEA,YAAAC,qBAAA,WACE,OAAO,SAACh2B,KAAKw1B,OAAQx1B,KAAKy1B,OAAQz1B,KAAKiZ,IAAKjZ,KAAKu1B,KAAE,QAAKv1B,KAAK01B,WAAQ,EACvE,EAEF,EArCA,GChCO,SAAS,KACd,MAAO,CAEL,cAAiB,IAAQ,EAAO,EAAQ,GAAS,IAChD,QAAa,SAAY,QAAY,OACtC,QAAa,UAAY,QAAY,OACrC,UAAa,SAAY,KACzB,UAAa,WAAa,EAC1B,QAAa,QAAY,QACxB,QAAa,QAAY,OAC1B,SAAa,QAEjB,CCkDA,IAAMO,GAAmB,GAoDnBC,GAAe,GACfC,GAAe,GACfC,GAAgB,GAChBC,GAAe,GACfC,GAAe,GA4CrB,SAASC,GAAcC,EAAoBC,GAEzC,IAAI34B,EAAMmD,EAAOy1B,EAAGC,EA6DpB,OA9DAC,GAAa,iBAGbF,EAAID,EAAc,GAClBx1B,EAAQg1B,GAAU,GAElBU,EAAMH,EAAS,EAAIv1B,GAASy1B,EAAIF,EAAS,EAAIv1B,GAC7C01B,EAAMA,EAAMD,EAAIF,EAAS,EAAIv1B,GAC7B01B,EAAMA,EAAMD,EAAIF,EAAS,EAAIv1B,GAC7Bw1B,EAAc,GAAKE,EAEnBA,EAAM,EAAMH,EAAS,EAAIv1B,GAASy1B,EAAI,EAAMF,EAAS,EAAIv1B,GACzD01B,EAAMA,EAAMD,EAAIF,EAAS,EAAIv1B,GAC7Bw1B,EAAc,IAAME,EAEpBA,EAAMH,EAAS,GAAKv1B,GAASy1B,EAAIF,EAAS,GAAKv1B,GAC/C01B,EAAMA,EAAMD,EAAIF,EAAS,GAAKv1B,GAC9B01B,EAAMA,EAAMD,EAAIF,EAAS,GAAKv1B,GAC9Bw1B,EAAc,GAAKE,EAEnBA,EAAM,EAAMH,EAAS,GAAKv1B,GAASy1B,EAAI,EAAMF,EAAS,GAAKv1B,GAC3D01B,EAAMA,EAAMD,EAAIF,EAAS,GAAKv1B,GAC9Bw1B,EAAc,IAAME,EAEpBA,EAAMH,EAAS,GAAKv1B,GAASy1B,EAAIF,EAAS,GAAKv1B,GAC/C01B,EAAMA,EAAMD,EAAIF,EAAS,GAAKv1B,GAC9B01B,EAAOA,EAAMh3B,KAAKigB,GAAM,IACxB6W,EAAc,GAAKE,EAEnBF,EAAc,GAAK92B,KAAKogB,IAAI4W,GAC5BF,EAAc,GAAK92B,KAAKmgB,IAAI6W,GAE5BA,EAAM,EAAMH,EAAS,GAAKv1B,GAASy1B,EAAIF,EAAS,GAAKv1B,GACrD01B,EAAOA,EAAMh3B,KAAKigB,GAAM,IACxB6W,EAAc,IAAME,EAEpBA,EAAMH,EAAS,GAAKv1B,GAASy1B,EAAIF,EAAS,GAAKv1B,GAC/C01B,EAAMA,EAAMD,EAAIF,EAAS,GAAKv1B,GAC1B01B,GAAO,MACTA,GAAY,KAEdA,EAAOA,EAAMh3B,KAAKigB,GAAM,IACxB6W,EAAc,GAAKE,EAEnBA,EAAM,EAAMH,EAAS,GAAKv1B,GAASy1B,EAAIF,EAAS,GAAKv1B,GACrD01B,EAAOA,EAAMh3B,KAAKigB,GAAM,IACxB6W,EAAc,IAAME,EAEpB74B,EAAO24B,EAAc,IACR,GAAT34B,GAAsB,GAARA,GAAqB,GAARA,IAC7B64B,EAAMH,EAAS,GAAKv1B,GAASy1B,EAAIF,EAAS,GAAKv1B,GAC/C01B,EAAMA,EAAMD,EAAIF,EAAS,GAAKv1B,GAC9Bw1B,EAAc,GAAKE,EACnBF,EAAc,IAAM,EAAMD,EAAS,GAAKv1B,GAASy1B,EAAIF,EAAS,GAAKv1B,KAGxD,GAATnD,GAAsB,GAARA,GAAqB,GAARA,IAC7B64B,EAAMH,EAAS,GAAKv1B,GAASy1B,EAAIF,EAAS,GAAKv1B,GAC/C01B,EAAMA,EAAMD,EAAIF,EAAS,GAAKv1B,GAC9Bw1B,EAAc,GAAKE,EACnBF,EAAc,IAAM,EAAMD,EAAS,GAAKv1B,GAASy1B,EAAIF,EAAS,GAAKv1B,IAE9Dw1B,CACT,CAIA,SAASI,GAAiBL,EAAoBC,GAE5C,IAAIx1B,EAAOnD,EAgDX,OAjDA84B,GAAa,oBAGbL,GAAcC,EAAUC,GACxBx1B,EAAQg1B,GAAU,GAElBQ,EAAc,IACZA,EAAc,GAAKR,GAAU,GAAKO,EAASv1B,EAAQ,GAAK,SAC1Dw1B,EAAc,IAAM92B,KAAKogB,IAAI0W,EAAc,KAC3CA,EAAc,IAAM92B,KAAKmgB,IAAI2W,EAAc,KAE3CA,EAAc,IAAMR,GAAU,GAAKQ,EAAc,IAEjDA,EAAc,IACZR,GAAU,GAAKQ,EAAc,GAC7BR,GAAU,GAAKQ,EAAc,IAAMA,EAAc,GAEnDA,EAAc,IACZR,GAAU,GAAKQ,EAAc,GAC7BR,GAAU,GAAKQ,EAAc,IAAMA,EAAc,GAEnDA,EAAc,IAAMA,EAAc,IAAMR,GAAU,GAAKQ,EAAc,IAErEA,EAAc,IACZA,EAAc,IAAMA,EAAc,IAAMA,EAAc,GACtDA,EAAc,IAAMA,EAAc,IAEpCA,EAAc,IAAMA,EAAc,GAAKA,EAAc,IAErDA,EAAc,IAAMA,EAAc,GAAKA,EAAc,IAErDA,EAAc,IAAMA,EAAc,IAAMA,EAAc,IAEtDA,EAAc,IAAMA,EAAc,IAAMA,EAAc,IAEtD34B,EAAO24B,EAAc,IACR,GAAT34B,GAAsB,GAARA,GAAqB,GAARA,IAC7B24B,EAAc,IACZA,EAAc,GAAKA,EAAc,IAAMD,EAAS,GAAKv1B,KAG5C,GAATnD,GAAsB,GAARA,GAAqB,GAARA,IAC7B24B,EAAc,IACZA,EAAc,GAAKA,EAAc,IAAMD,EAAS,GAAKv1B,IAGzDw1B,EAAc,IACZA,EAAc,IAAMA,EAAc,IAClCA,EAAc,IAAMA,EAAc,IAC7BA,CACT,CAIA,SAASK,GAAYN,EAAeC,GAElC,IAAIvP,EAAM6P,EAAMpB,EAAKqB,EADrBJ,GAAa,eAGbC,GAAiBL,EAAUC,GAEzBvP,EADEuP,EAAc,GAAK,GACb,EAED,EAETd,EAAM,EACNoB,EAAO,EACP,OAAQpB,EAAM,MAAYA,GAAO,OAAaoB,EAAO,GACnDC,EAAIr3B,KAAKugB,KAAKuW,EAAc,KAC5Bd,EACEc,EAAc,IAAMA,EAAc,IAClCA,EAAc,IAAMA,EAAc,IACpCd,EAAMA,EAAMqB,EAAIP,EAAc,IAC9Bd,EAAOzO,EAAOvnB,KAAKugB,KAAK,EAAMyV,EAAMA,GAAOc,EAAc,IAAOO,EAChErB,GACGc,EAAc,IAAMA,EAAc,IACjCA,EAAc,IAAMA,EAAc,KAClCA,EAAc,IAChBd,EACFc,EAAc,GAAKA,EAAc,GAAKd,EACtCkB,GAAiBL,EAAUC,GAC3BM,IAEF,OAAON,CACT,CAOA,SAASQ,GAAQT,GAEf,IAAIb,EAAKqB,EADTJ,GAAa,WAGbI,EAAIr3B,KAAKugB,KAAKkW,GAAI,KAClBT,EAAMS,GAAI,IAAMA,GAAI,IAAMA,GAAI,IAAMA,GAAI,IACxCT,EAAMA,EAAMqB,EAAIZ,GAAI,IACpBT,EAAOh2B,KAAKugB,KAAK,EAAMyV,EAAMA,GAAOS,GAAI,IAAOY,EAC/Cd,GAAG,IAAM,EACTI,GAAG,GAAK,EACRJ,GAAG,GAAKE,GAAI,GAAKT,EACjBW,GAAG,GAAKF,GAAI,GAAKT,EACjBmB,GAAYN,EAAUN,IACtBY,GAAYN,EAAUF,GACxB,CAIA,SAASY,GAAYV,EAAeC,GAElC,IAAIvP,EAAM6P,EAAMpB,EAAKqB,EADrBJ,GAAa,eAGbC,GAAiBL,EAAUC,GAEzBvP,EADEuP,EAAc,GAAK,GACb,EAED,EAELL,GAAI,IAAM,IACZlP,GAAQA,GAEVyO,EAAM,EACNoB,EAAO,EACP,OAAQpB,EAAM,MAAYA,GAAO,OAAaoB,EAAO,GACnDC,EAAIr3B,KAAKugB,KAAKuW,EAAc,KAC5Bd,EACEc,EAAc,IAAMA,EAAc,IAClCA,EAAc,IAAMA,EAAc,IACpCd,EAAMA,EAAMqB,EAAIP,EAAc,IAC9Bd,EAAOzO,EAAOvnB,KAAKugB,KAAK,EAAMyV,EAAMA,GAAOc,EAAc,IAAOO,EAChErB,GACGc,EAAc,IAAMA,EAAc,IACjCA,EAAc,IAAMA,EAAc,KAClCA,EAAc,IAChBd,EACFc,EAAc,GAAKA,EAAc,GAAKd,EACtCkB,GAAiBL,EAAUC,GAC3BM,IAEF,OAAON,CACT,CAOA,SAASU,GAAQX,GAEf,IAAIb,EAAKqB,EADTJ,GAAa,WAGbI,EAAIr3B,KAAKugB,KAAKkW,GAAI,KAClBT,EAAMS,GAAI,IAAMA,GAAI,IAAMA,GAAI,IAAMA,GAAI,IACxCT,EAAMA,EAAMqB,EAAIZ,GAAI,IACpBT,EAAOh2B,KAAKugB,KAAK,EAAMyV,EAAMA,GAAOS,GAAI,IAAOY,EAC/Cb,GAAG,IAAM,EACTE,GAAG,GAAK,EACJD,GAAI,IAAM,GACZD,GAAG,GAAKC,GAAI,GAAKT,EACjBU,GAAG,GAAKD,GAAI,GAAKT,IAEjBQ,GAAG,GAAKC,GAAI,GAAKT,EACjBU,GAAG,GAAKD,GAAI,GAAKT,GAEnBuB,GAAYV,EAAUL,IACtBe,GAAYV,EAAUH,GACxB,CAIA,SAASe,GAAcX,GAErB,IAAIY,EAAaC,EAAQC,EADzBX,GAAa,iBAOXS,EADsB,GAApBZ,EAAc,IAGD,GAAXL,GAAI,MAAkC,GAArBK,EAAc,IAAgC,GAApBA,EAAc,GAF/C,GAGG,EAMnBA,EAAc,IAAM92B,KAAKsgB,MACvBoX,EAAcZ,EAAc,IAC5BY,EAAcZ,EAAc,KAG9Bc,EAAS53B,KAAKogB,IAAIkW,GAAU,IAC5BqB,EAAS33B,KAAKmgB,IAAImW,GAAU,IAC5BQ,EAAc,IAAM92B,KAAK63B,KACvBf,EAAc,GAAKc,EAASd,EAAc,GAAKa,EAASb,EAAc,KAGxEA,EAAc,IAAM92B,KAAK63B,KACtBF,EAASb,EAAc,IAAO92B,KAAKmgB,IAAI2W,EAAc,MAEpDA,EAAc,IAAM,IACtBA,EAAc,IAAM92B,KAAKigB,GAAK6W,EAAc,KAG9CA,EAAc,IAAMA,EAAc,IAAMA,EAAc,IAEtDA,EAAc,IAAM92B,KAAKsgB,OACtB,EAAMwW,EAAc,IAAMA,EAAc,GACzCA,EAAc,GAAKa,EAASb,EAAc,IAAMc,EAASd,EAAc,IAGrEA,EAAc,KAAO,OACvBA,EAAc,IAAM,EAEpBA,EAAc,IAAM,CAExB,CAIA,SAASgB,KACPb,GAAa,oBACbQ,GAAchB,IAEdA,GAAI,IAAMz2B,KAAKugB,KAAKkW,GAAI,IAAMA,GAAI,IAAMA,GAAI,IAAMA,GAAI,KACtDA,GAAI,KAAOA,GAAI,IAAMA,GAAI,MAAQA,GAAI,IAAMA,GAAI,KAC/CA,GAAI,KAAOA,GAAI,IAAMA,GAAI,MAAQA,GAAI,IAAMA,GAAI,IACjD,CAIA,SAASsB,GAAOlB,GAEd,IAAIO,EAAMpB,EADViB,GAAa,UAGbR,GAAI,GAAK,EACTA,GAAI,GAAK,EACTW,EAAO,EACPpB,EAAM,EACNkB,GAAiBL,EAAUJ,IAC3B,OAAQT,EAAM,MAAYA,GAAO,OAAaoB,EAAO,GACnDpB,GAAOS,GAAI,IAAMA,GAAI,IAAMA,GAAI,IAAMA,GAAI,KAAOA,GAAI,IACpDA,GAAI,GAAKA,GAAI,GAAKT,EAClBoB,IACAF,GAAiBL,EAAUJ,GAE/B,CAIA,SAASuB,GAAYnB,EAAeC,EAAyBmB,GAE3D,IAAIC,EAAIC,EAAMf,EADdH,GAAa,eAGbkB,EAAO,EACPf,EAAO,EACP,MAAOe,EAAO,MAAWA,GAAQ,KAAS,CAExC,GADAf,IACY,GAARA,EAAW,OACfc,EAAKl4B,KAAKo4B,MACPp4B,KAAKogB,KAAK,QAAWpgB,KAAKogB,IAAIkW,GAAU,IAAMQ,EAAc,IAC3D92B,KAAKmgB,IAAImW,GAAU,IACnBQ,EAAc,IAElBqB,GAAQF,EAAQC,EAAKpB,EAAc,KAAOA,EAAc,IACxD,MAAOqB,GAAQ,GAAMA,GAAQ,GAC7B,MAAOA,IAAS,GAAMA,GAAQ,GAC9BrB,EAAc,IAAMqB,EACpBjB,GAAiBL,EAAUC,EAC7B,CACF,CAIA,SAASuB,GAAWxB,EAAeC,GACjCG,GAAa,cACbe,GAAYnB,EAAUC,GAAgB,EACxC,CAIA,SAASwB,GAAUzB,EAAeC,GAChCG,GAAa,aACbe,GAAYnB,EAAUC,EAAe,EACvC,CAIA,SAASyB,GAAkBC,EAA0BC,GAEnD,IAAI7U,EAEJ,IAHAqT,GAAa,qBAGRrT,EAAI,EAAGA,EAAI,GAAIA,IAClB6U,EAAgB7U,GAAK4U,EAAkB5U,EAE3C,CAIA,SAAS8U,GAAO7B,GAEd,IAAI8B,EADJ1B,GAAa,UAGbc,GAAOlB,GACPiB,KACIrB,GAAI,IAAM,GACZa,GAAQT,GACJJ,GAAI,IAAMA,GAAI,KAAOA,GAAI,KAAOA,GAAI,KACtCe,GAAQX,GACJJ,GAAI,IAAM,EACZA,GAAI,IAAM,EAEVA,GAAI,IAAM,EAEZgB,GAAclB,IACdkB,GAAcjB,IACdiB,GAAcf,IACde,GAAcd,IACdH,GAAG,IAAM,MACTE,GAAG,IAAM,MAETiC,EAAU,EACI,GAAVpC,GAAG,MACLoC,GAAW,KAEC,GAAVnC,GAAG,MACLmC,GAAW,KAEE,GAAXlC,GAAI,MACNkC,GAAW,KAEC,GAAVjC,GAAG,MACLiC,GAAW,IAEC,GAAVhC,GAAG,MACLgC,GAAW,GAGE,OAAXA,GACFL,GAAUzB,EAAUF,IACpBc,GAAcd,IACdA,GAAG,IAAM,GACW,OAAXgC,GACTL,GAAUzB,EAAUH,IACpBe,GAAcf,IACdA,GAAG,IAAM,EACT6B,GAAkB7B,GAAIC,KACF,MAAXgC,GACTjC,GAAG,IAAM,EACT4B,GAAUzB,EAAUJ,IACpBqB,KACArB,GAAI,IAAM,EACV8B,GAAkB9B,GAAKE,KACH,KAAXgC,GACTlC,GAAI,IAAM,EACV6B,GAAUzB,EAAUJ,IACpBqB,KACArB,GAAI,IAAM,EACV8B,GAAkB9B,GAAKE,KACH,MAAXgC,GACTN,GAAWxB,EAAUN,IACrBkB,GAAclB,IACdA,GAAG,IAAM,GACW,KAAXoC,GACTN,GAAWxB,EAAUL,IACrBiB,GAAcjB,IACdA,GAAG,IAAM,EACT+B,GAAkB/B,GAAID,KACF,IAAXoC,GACTnC,GAAG,IAAM,EACT6B,GAAWxB,EAAUJ,IACrBqB,KACArB,GAAI,IAAM,EACV8B,GAAkB9B,GAAKF,KACH,GAAXoC,GACTlC,GAAI,IAAM,EACV4B,GAAWxB,EAAUJ,IACrBqB,KACArB,GAAI,IAAM,EACV8B,GAAkB9B,GAAKF,KACH,GAAXoC,IACTlC,GAAI,IAAM,KAIZA,GAAI,IAAM,EACVkC,EAAU,EACVlB,GAAclB,IACdkB,GAAcd,IACA,GAAVJ,GAAG,MACLoC,GAAW,KAEE,GAAXlC,GAAI,MACNkC,GAAW,IAEC,GAAVhC,GAAG,MACLgC,GAAW,GAEE,KAAXA,GACFL,GAAUzB,EAAUF,IACpBc,GAAcd,IACdA,GAAG,IAAM,GACW,KAAXgC,GACTL,GAAUzB,EAAUJ,IACpBqB,KACArB,GAAI,IAAM,EACV8B,GAAkB9B,GAAKE,KACH,IAAXgC,GACTN,GAAWxB,EAAUN,IACrBkB,GAAclB,IACdA,GAAG,IAAM,GACW,GAAXoC,GACTN,GAAWxB,EAAUJ,IACrBqB,KACArB,GAAI,IAAM,EACV8B,GAAkB9B,GAAKF,KACH,GAAXoC,IACTlC,GAAI,IAAM,KAKdA,GAAI,IAAM,EAGG,GAAXA,GAAI,KAAuB,GAAXA,GAAI,MACtBA,GAAI,IAAMA,GAAI,IAElB,CAmCA,SAASmC,GAAYlD,EAAgBC,EAAgBkD,EAAcjD,GACjEqB,GAAa,eACb,IAAM6B,EAAW,IAAIC,GAASrD,EAAQC,EAAQkD,EAAMjD,GACpDkD,EAASzC,uBAAuBr0B,SAAQ,SAAC0G,EAAOpH,GAC9Cg1B,GAAUh1B,GAASoH,CACrB,GACF,CAuCA,SAASswB,GAAQnC,EAAoBC,GAEnC,IAAIC,EAAGC,EAAKiC,EAAIlvB,EAAGC,EAAGjK,EAAGm5B,EAAGC,EAAG73B,EA8C/B,OA/CA21B,GAAa,WAGb31B,EAAQg1B,GAAU,GAElB2C,EAAKj5B,KAAKo5B,MAAMvC,EAASv1B,GAASu1B,EAAS,EAAIv1B,GAAS,IAExDy1B,EACED,EAAc,GACdD,EAAS,EAAIv1B,GACbg1B,GAAU,IACTO,EAAS,EAAIv1B,GAAS,IAAO,KAC5By1B,EAAI,GACNkC,IAEElC,GAAK,IACPkC,IAEEA,GAAM,SACRlvB,EAAI/J,KAAKo5B,OAAOH,EAAK,YAAc,UACnClvB,EAAIkvB,EAAK,EAAIlvB,EAAI/J,KAAKo5B,MAAMrvB,EAAI,IAEhCA,EAAIkvB,EAENjvB,EAAID,EAAI,KACRhK,EAAIC,KAAKo5B,OAAOpvB,EAAI,OAAS,QAC7BkvB,EAAIl5B,KAAKo5B,MAAM,OAASr5B,GACxBo5B,EAAIn5B,KAAKo5B,OAAOpvB,EAAIkvB,GAAK,SACzBA,EAAIlvB,EAAIkvB,EAAIl5B,KAAKo5B,MAAM,QAAUD,GAE/BA,GADEA,EAAI,KACE,EAEA,GAGRnC,EADEmC,EAAI,IACAp5B,EAAI,KAAO,IAEXA,EAAI,KAAO,IAEfo5B,EAAI,KACNnC,GAAO,KAETA,GAAOmC,EAAI,IACPD,EAAI,KACNlC,GAAY,KAEdA,GAAYkC,EACLlC,CACT,CAIA,SAASqC,GAAQxC,EAAoBC,GAEnC,IAAIC,EAAGC,EAAK11B,EAyCZ,OA1CA21B,GAAa,WAGbD,EAAM,GACN11B,EAAQg1B,GAAU,GAClBS,EACED,EAAc,GACdD,EAAS,EAAIv1B,GACbg1B,GAAU,IACTO,EAAS,EAAIv1B,GAAS,IAAO,KAC5By1B,EAAI,IACNA,GAAQ,IAENA,GAAK,KACPA,GAAQ,IAENA,EAAI,KACNC,GAAY,KAEdA,EAAMA,EAAMh3B,KAAKo5B,MAAMrC,GAAK,IAC5BA,EAAQ,GAAJA,EAAW,GAAO/2B,KAAKo5B,MAAMrC,GAC7BA,EAAI,KACNC,GAAY,KAEdA,GAAYh3B,KAAKo5B,MAAMrC,GAYvBC,GAAY,IACZD,EAAQ,GAAJA,EAAW,GAAO/2B,KAAKo5B,MAAMrC,GAC7BA,EAAI,KACNC,GAAY,KAEdA,GAAYh3B,KAAKo5B,MAAMrC,GACE,GAArBD,EAAc,IAET,CAACE,EAAI,KACkB,GAArBF,EAAc,IAEhB,CAACE,EAAI,KACkB,GAArBF,EAAc,IAEhB,CAACE,EAAI,KAEL,CAACA,EAAI,KAEhB,CAIA,SAASsC,GAAOxC,GAEd,IAAIC,EAAGC,EAEP,OAHAC,GAAa,UAGY,GAArBH,EAAc,IACT,CAAC,EAAE,KAEa,GAArBA,EAAc,IACT,CAAC,EAAE,MAIVC,EAFED,EAAc,IAAM,GAAOA,EAAc,MAAQ,OAE/C,EAEqB,IAApBA,EAAc,IAAe92B,KAAKigB,GAErC8W,EAAI,GACNC,GAAO,EACPD,GAAKA,GAELC,EAAM,EAERD,EAAI/2B,KAAKo5B,MAAMrC,EAAI,IAKnBC,GAAYD,EACa,GAArBD,EAAc,IAET,CAACE,EAAI,KAEL,CAACA,EAAI,MAEhB,CAIA,SAASuC,GAAOzC,GAEd,IAAIC,EAoBJ,OArBAE,GAAa,UAGP,GACNF,EAAyB,IAApBD,EAAc,IAAe92B,KAAKigB,GACnC8W,EAAI,IACNA,GAAQ,KAENA,GAAK,MACPA,GAAQ,KAEVA,EAAI/2B,KAAKo5B,MAAMrC,EAAI,IASPA,EACRD,EAAc,IAETC,CAIX,CAMA,SAASyC,KAEP,IAAIxD,EAAKgB,EAqBT,OAtBAC,GAAa,eAIXjB,EADY,GAAVU,GAAG,IACCD,GAAI,GAAKD,GAAG,GACC,GAAVA,GAAG,IACNE,GAAG,GAAKD,GAAI,GAEZC,GAAG,GAAKF,GAAG,GAEfR,EAAM,EACRA,GAAY,GACHA,GAAO,KAChBA,GAAY,IAEdA,EAAY,GAANA,EAAa,GAAOh2B,KAAKo5B,MAAMpD,GAAO,IAAO,GACnDgB,EAAMh3B,KAAKo5B,MAAMpD,GAAO,IACxBA,EAAY,GAANA,EAAa,GAAOh2B,KAAKo5B,MAAMpD,GACjCA,EAAM,KACRgB,GAAY,KAEdA,GAAOh3B,KAAKo5B,MAAMpD,GAAO,IAClBgB,CACT,CAIA,SAASyC,KAEP,IAAI1vB,EAGJ,OAJAktB,GAAa,gBAGbltB,EAAI/J,KAAKo5B,MAAM,IAAS3C,GAAI,IAAM,IAAO,IAC1B,GAAXA,GAAI,IAEC,CAAC1sB,EAAE,KAEG,GAAX0sB,GAAI,IAEC,CAAC1sB,EAAE,KAEG,GAAX0sB,GAAI,IAEC,CAAC1sB,EAAE,KAEL,CAACA,EAAE,KACZ,CAIA,SAAS2vB,KAEP,IAAI3vB,EAAGC,EAAGjK,EAsBV,OAvBAk3B,GAAa,eAGTR,GAAI,KAAO,EACb1sB,EAAI,EACK0sB,GAAI,KAAO,EACpB1sB,EAAI,GAEW,GAAX0sB,GAAI,IACN12B,EAAI02B,GAAI,IAAMA,GAAI,KAElB12B,EAAIC,KAAKo4B,MACN3B,GAAI,IAAMA,GAAI,IAAMA,GAAI,IAAMA,GAAI,IAAM,EAAMA,GAAI,IAAMA,GAAI,MAC1DA,GAAI,IAAMA,GAAI,IAAMA,GAAI,IAAMA,GAAI,MAEvCzsB,EAAIhK,KAAKo4B,MACN3B,GAAI,IAAMA,GAAI,IAAMA,GAAI,IAAMA,GAAI,KAAOA,GAAI,KAAOA,GAAI,IAAMA,GAAI,MAErE1sB,EAAI/J,KAAKigB,GAAKjW,EAAIjK,EAClBA,GAAK02B,GAAI,IAAMA,GAAI,IAAM1sB,EAAIC,EAAIysB,GAAI,IAAMz2B,KAAKogB,IAAIrgB,IAAMC,KAAKigB,IAEjElW,EAAI/J,KAAKo5B,MAAM,IAASr5B,EAAI,IAAO,KAEtB,GAAX02B,GAAI,IAEC,CAAC1sB,EAAE,MAEG,GAAX0sB,GAAI,MAEN1sB,EAAI,CAACA,EAAE,MAEM,GAAX0sB,GAAI,MAEN1sB,EAAI,CAACA,EAAE,MAEF,CAACA,EAAY,MACtB,CAIA,SAAS4vB,GAAaC,GACpB3C,GAAa,gBAqBb,IAnBA,IAAI4C,EAAU,GAERC,EAAe,CACnBC,KAAM,GACN57B,KAAM,GACN67B,aAAc,CAAC,GAAI,MACnBC,YAAa,CAAC,EAAE,MAChBC,aAAc,CAAC,GAAG,MAClBzc,QAAS,CAAC,GAAG,MACb0c,OAAQ,CAAC,EAAE,MACXC,OAAQ,EACRC,WAAY,CAAC,GAAG,MAChBC,WAAY,CAAC,GAAG,MAChBC,UAAW,CAAC,EAAE,MACdC,UAAW,CAAC,EAAE,MACdC,SAAU,CAAC,EAAE,MACb31B,SAAU,IAGH8e,EAAI,EAAGA,EAAIgW,EAAG3vB,OAAQ2Z,GAAK,GAAI,CACtC,IAAM8W,GAAI,WAAIZ,GAId,GAHAxD,GAAU,GAAK1S,EACf8U,GAAOkB,GAEHnD,GAAI,IAAM,EAAG,CAWf,GAVAiE,EAAEX,KAAOf,GAAQY,EAAInD,IACN,GAAXA,GAAI,IACNiE,EAAEv8B,KAAO,IACW,GAAXs4B,GAAI,IACbiE,EAAEv8B,KAAO,IAETu8B,EAAEv8B,KAAO,IAIG,GAAVo4B,GAAG,IACL,SA6BF,GA1BEmE,EAAEV,aAAeX,GAAQO,EAAIrD,IAC7BmE,EAAET,YAAcX,GAAO/C,IAGrBE,GAAI,IAAM,GAAe,GAAVD,GAAG,IACpBkE,EAAER,aAAeb,GAAQO,EAAIpD,IAE7BkE,EAAER,aAAe,CAAC,GAAI,MAIxBQ,EAAEjd,QAAU4b,GAAQO,EAAInD,IAExBiE,EAAEP,OAASb,GAAO7C,IAElBiE,EAAEN,OAASb,GAAO9C,IAGdA,GAAI,IAAM,GAAe,GAAVC,GAAG,IAEpBgE,EAAEL,WAAahB,GAAQO,EAAIlD,IAE3BgE,EAAEL,WAAa,CAAC,GAAG,MAIP,GAAV1D,GAAG,IACL,SAGA+D,EAAEJ,WAAajB,GAAQO,EAAIjD,IAC3B+D,EAAEH,UAAYjB,GAAO3C,IAGvB+D,EAAEF,UAAYf,KAEdiB,EAAED,SAAWf,KAETjD,GAAI,IAAM,EACZiE,EAAE51B,SAAW00B,KAEbkB,EAAE51B,SAAW,EAEjB,CACA+0B,EAAQjyB,KAAK8yB,GACbzD,GAAayD,EACf,CACA,OAAOb,CACT,CAUA,IAAMc,IAAQ,EAEd,SAAS1D,K,IAAa,sDAChB0D,IACF13B,QAAQC,IAAG,MAAXD,SAAO,oBAAQvC,IAAI,GAEvB,CAqBA,SAASk6B,GAAmBb,EAAqBc,GAE/C,GAAa,KAATd,GAAwB,KAATc,GAAwB,OAATd,GAA0B,OAATc,EACjD,OAAO,KAEH,eAAqBd,EAAKe,MAAM,KAAI,GAAnCC,EAAI,KAAEC,EAAK,KAAEC,EAAG,KACjB,WAAyBJ,EAAKC,MAAM,KAAI,GAAvCI,EAAI,KAAEC,EAAM,KAAEC,EAAM,KACrBC,EAAa,UAAGN,EAAI,YAAIC,EAAK,YAAIC,EAAG,YAAIC,EAAI,YAAIC,EAAM,YAAIC,EAAM,KACtE,OAAO,IAAIrd,KAAKsd,EAElB,CAGA,SAASC,GAAmB5yB,GAE1B,IAAM6yB,GAAM,WAAI7yB,GAOhB,OALA6yB,EAAIvB,aAAa,GAAKY,GAAmBlyB,EAAMqxB,KAAMrxB,EAAMsxB,aAAa,IACxEuB,EAAIrB,aAAa,GAAKU,GAAmBlyB,EAAMqxB,KAAMrxB,EAAMwxB,aAAa,IACxEqB,EAAI9d,QAAQ,GAAKmd,GAAmBlyB,EAAMqxB,KAAMrxB,EAAM+U,QAAQ,IAC9D8d,EAAIlB,WAAW,GAAKO,GAAmBlyB,EAAMqxB,KAAMrxB,EAAM2xB,WAAW,IACpEkB,EAAIjB,WAAW,GAAKM,GAAmBlyB,EAAMqxB,KAAMrxB,EAAM4xB,WAAW,IACjD,MAAf5xB,EAAMvK,MAEgB,MAAfuK,EAAMvK,MAAgBuK,EAAMvK,KAD9Bo9B,CAMX,CAIA,SAASC,GAAuB9yB,GAC9B,OAAOA,EAAMxH,IAAIo6B,GACnB,CAGO,SAASG,GAA0B/F,EAAgBC,EAAgBrc,GAExEsf,GAAYlD,GAASC,EAAQrc,EAAK,GAClC,IAAMvX,EAAS43B,GAAa,MAC5B,OAAO6B,GAAuBz5B,EAChC,CC/pCO,SAAS25B,GAASrE,GACvB,IAAMsE,EAAqB,kBAANtE,EACfuE,EAAWD,GAASE,SAASxE,GAC7ByE,EAASH,IAAUt5B,MAAMg1B,GAC/B,OAAOsE,GAASC,GAAYE,CAC9B,CAkEO,SAASC,GAAUhvB,EAA8BivB,GAEtD,IAAK,IAAM15B,KAAO05B,EACZA,EAAO15B,aAAgB5D,QACzBA,OAAOu9B,OAAOD,EAAO15B,GAAMy5B,GAAUhvB,EAAOzK,GAAM05B,EAAO15B,KAI7D,OADA5D,OAAOu9B,OAAOlvB,GAAU,CAAC,EAAGivB,GACrBjvB,CACT,CAyDA,IAAMmvB,GAAyB,CAAC,WAAY,QAAS,SAAU,WACzDC,GAAe,CAAC,gBAAiB,SAAU,UAC3CC,GAAmB,CAAC,MAAO,MAAO,OAExC,SAASC,GAAmBl3B,G,QACpBm3B,EAAmBn3B,EAASo3B,SAASC,QAAO,SAAAx0B,GAAW,OAAAk0B,GAAuBO,MAAK,SAAAt+B,GAAQ,OAAA6J,EAAQ00B,WAAW/0B,SAASxJ,EAA5B,GAApC,IACvDw+B,EAAqF,QAAtE,EAAAL,EAAiBM,MAAK,SAAA50B,GAAW,OAAAA,EAAQ00B,WAAW/0B,SAAS,QAA5B,WAAqC,QAA8E,QAAzE,EAAA20B,EAAiBM,MAAK,SAAA50B,GAAW,OAAAA,EAAQ00B,WAAW/0B,SAAS,WAA5B,WAAwC,QAAI,KACvKk1B,EAAmB,GACrBF,GAAgBA,EAAa93B,MAC/Bg4B,EAAOj1B,KAAK+0B,EAAa93B,MAE3B,IAAMi4B,EAAiBR,EAAiBM,MAAK,SAAA50B,GAAW,OAAAA,EAAQ00B,WAAW/0B,SAAS,UAA5B,IACxD,GAAIm1B,EAAgB,CAClB,IAAIC,EAA6BD,EAAej4B,KAChD,GAAIs3B,GAAax0B,SAASo1B,GAAc,CACtCA,EAAc,KACd,IAAMC,EAAgBV,EAAiBM,MAAK,SAAA50B,GAAW,OAAAA,EAAQ00B,WAAW/0B,SAAS,SAA5B,IACvD,GAAIq1B,EAAe,CACjB,IAAI,EAAYA,EAAc/0B,WAAWg1B,WACrC,IACEb,GAAiBK,MAAK,SAAAS,GAAQ,SAAUC,WAAWD,EAArB,MAChC,EAAY,EAAUE,UAAU,IAElCP,EAAOj1B,KAAK,GAEhB,CACF,CACIm1B,GACFF,EAAOj1B,KAAKm1B,EAEhB,CACA,OAAOF,EAAOQ,KAAK,KACrB,CAEO,SAAeC,GAAgB1+B,EAAsBD,G,2BAAsB4+B,SAAO,W,0EAGpE,OAFbC,EAAc,6FACdt2B,EAAM,4DAAqDtI,EAAY,YAAID,EAAW,8BAAsB6+B,GAC/F,GAAMl2B,MAAMJ,GAC5BK,MAAK,SAAAC,GAAY,OAAAA,EAASC,MAAT,IACjBF,MAAK,SAACxF,GACL,OAA+B,IAA3BA,EAAOw6B,SAAStyB,OACX,KAEFoyB,GAAmBt6B,EAC5B,IACC8F,OAAM,SAAC41B,GAAS,gB,OACnB,OATMC,EAAa,SASfA,EACK,CAAP,EAAOA,IAEDC,EAAKh/B,GAAe,EAAI,IAAM,IAC9Bi/B,EAAKh/B,GAAgB,EAAI,IAAM,IAC/BsD,EAAMlC,KAAKksB,IAAIvtB,GAAak/B,QAAQ,GACpC17B,EAAMnC,KAAKksB,IAAIttB,GAAci/B,QAAQ,GACpC,CAAP,EAAO,UAAG37B,EAAG,aAAKy7B,EAAE,aAAKx7B,EAAG,aAAKy7B,K,OAqB9B,SAASE,GAAMC,GACpB,IAAMC,EAAUD,EAAe,IAC3BE,EAAM,GACJC,EAAIl+B,KAAKo5B,MAAM4E,EAAU,MAC/BC,GAAOC,EAAI,EAAIA,EAAI,IAAM,GACzB,IAAM3J,EAAIv0B,KAAKo5B,MAAM4E,EAAU,KAAO,IACtCC,GAAO1J,EAAI,EAAIA,EAAI,IAAM,GACzB,IAAM4J,EAAIn+B,KAAKo5B,MAAM4E,EAAU,KAAO,IAEtC,OADAC,GAAOE,EAAI,EAAIA,EAAI,IAAM,GAClBF,CACT,CAEO,SAASG,GAASC,GAEvB,OAAOA,EAAIC,QAAQ,eAAgB,QACrC,C,eC1OaC,GAAQ,ogR,iCP8oDfC,GAAMx+B,KAAKigB,GAAK,IAChBwe,GAAM,IAAMz+B,KAAKigB,GAkCjBye,GAAmB3gB,KAAK4gB,IAAI,KAAM,EAAG,EAAG,GAAI,IAC5CC,GAAoB7gB,KAAK4gB,IAAI,KAAM,EAAG,EAAG,GAAI,IAC7CE,GAAY,KACZlhB,GAAU+gB,GAAmBG,GAC7BphB,GAAUmhB,GAAoBC,GAE9BC,GAAkB,MAClBC,GAAuB,IAAOD,GAE9BE,GAAkB,GAClBC,GAA4B,IAAOD,GAEnCE,GAAkB,GAEpBnI,GAAIpZ,GACR,MAAOoZ,IAAKtZ,GACVyhB,GAAMt3B,KAAKmvB,IACXmI,GAAMt3B,KAAKmvB,GAAIkI,IACflI,IAAKkI,GA8BP,IAAI5oB,GAAuB,CAAC,EACtB8oB,GAAW,oBACXC,GAAc,sBAEd,GAAyB,CAAC,WAAY,QAAS,SAAU,WACzD,GAAe,CAAC,gBAAiB,SAAU,UAC3C,GAAmB,CAAC,MAAO,MAAO,OAKxC,SAASC,GAAYC,EAAcC,EAAcC,EAAcC,GAE7D,IAAMv9B,GAAOo9B,EAEPI,EAA6B,MAAnBH,EAAKI,OAAO,GAAa,GAAK,EACxCC,GAAUL,EAAKI,MAAM,GAAI,GACzBjK,EAASgK,GAAWx9B,EAAM09B,EAAS,IAEnCz9B,GAAOq9B,EAEPK,EAA6B,MAAnBJ,EAAKE,OAAO,GAAa,GAAK,EACxCG,GAAUL,EAAKE,MAAM,GAAI,GACzBhK,EAASkK,GAAW19B,EAAM29B,EAAS,IAEzC,MAAO,CACLnhC,YAAa+2B,EACb92B,aAAc+2B,EAElB,CAEA,SAASoK,GAAiBC,GACxB,IAAMC,GAAM,EAAAC,GAAA,GAAU,KAEtB,OAAOD,EAAIE,UAAUH,GAAK,SAAC9G,GAGzB,IAAMkH,EAAYlH,EAAE,GAAG4B,MAAM,KACvBuF,EAAM,IAAItiB,KAAK2gB,IACrB2B,EAAIC,aAAaF,EAAU,IAC3BC,EAAIE,eAAeH,EAAU,IAC7BC,EAAIG,cAAc,GAClBH,EAAII,mBAAmB,GAGvB,IAAMC,EAAgBrB,GAAYnG,EAAE,GAAIA,EAAE,GAAIA,EAAE,GAAIA,EAAE,IAChDyH,EAAgBtB,GAAYnG,EAAE,GAAIA,EAAE,GAAIA,EAAE,GAAIA,EAAE,IAChD0H,EAAavB,GAAYnG,EAAE,IAAKA,EAAE,IAAKA,EAAE,IAAKA,EAAE,KAChD2H,GAAS3H,EAAE,IACX4H,GAAU5H,EAAE,IACZ6H,GAAS7H,EAAE,IACX8H,GAAa9H,EAAE,IACf+H,EAAkB/H,EAAE,IAEpBtD,EAAK,KAASgL,EAAWjiC,YAAaiiC,EAAWhiC,cACjDsiC,GAAkB,EAAAC,GAAA,GAAiBd,EAAIe,UAAWxL,EAAI,eACtDvtB,EAAe,gCAAyB64B,EAAe,qCAA6BhI,EAAE,GAAE,2BAAmB+H,GAEjH,MAAO,CACL,IAAOZ,EAAIe,UACX,cAAiBV,EACjB,cAAiBC,EACjB,WAAcC,EACd,MAASC,EACT,OAAUC,EACV,MAASC,EACT,UAAaC,EACb,gBAAmBC,EACnB,aAAgB54B,EAGpB,GACF,CAEA,IAAMzH,GAAcm/B,GAAiBxB,IAUjC8C,IAAwB,SAAa,IAAY,SAACnI,EAAGoI,GAEvD,OAAOpI,EAAEh4B,KAAI,SAAC0mB,GAAM,OAACA,CAAD,GACtB,IAGM2Z,GAASvhC,KAAK0d,IAAG,MAAR1d,MAAI,oBAAQqhC,GAAUngC,KAAI,SAAAg4B,GAAK,OAAAA,EAAE,EAAF,IAAMyG,MAAM,KAAE,IACtD6B,GAASxhC,KAAKqd,IAAG,MAARrd,MAAI,oBAAQqhC,GAAUngC,KAAI,SAAAg4B,GAAK,OAAAA,EAAE,EAAF,IAAMyG,MAAM,KAAE,IACtD8B,GAASzhC,KAAK0d,IAAG,MAAR1d,MAAI,oBAAQqhC,GAAU,GAAG1B,MAAM,KAAE,IAC1C+B,GAAOL,GAAU,GAAG,GAAKA,GAAU,GAAG,GACtCM,GAAON,GAAU,GAAG,GAAKA,GAAU,GAAG,GAC5Cp+B,QAAQC,IAAI,6BAA8Bq+B,GAAQE,GAAQE,GAAMD,IAEhEL,GAAYA,GAAU1B,MAAM,GAAGz+B,KAAI,SAAAe,GAAO,OAAAA,EAAI09B,MAAM,EAAV,IAG1C,IAAMiC,GAA8B,GACpCP,GAAUr/B,SAAQ,SAACC,EAAK2hB,GACtB3hB,EAAID,SAAQ,SAACI,EAAYy/B,GACvBD,GAAeh6B,KAAK,CAClB1F,IAAKs/B,GAASG,GAAO/d,EACrBzhB,IAAKs/B,GAASC,GAAOG,EACrBz/B,WAAS,GAEb,GACF,IAEAa,QAAQC,IAAI,2BAEZ,IAAM4+B,GAAU,GAAA7b,WAAWI,UAAU0b,KAKrC,UAAe,QAAgB,CAC7BC,QAAS,EAAAC,WAEThkC,MAAO,CACLoc,aAAc,CACZlc,KAAMC,OACN8jC,UAAU,GAGZC,oBAAqB,CACnBhkC,KAAMO,OACNL,QAAO,WACL,MAAO,CAEL+jC,MAAO,MACPC,QAAS,KACTC,QAAS,GAEb,IAGJ5hC,KAAI,W,YACI6hC,EAAuB,IAAIxkB,KAAK,wBAEhCykB,EAAW,IAAI,GAAAC,MACrBD,EAASE,UAAU,CAAC,QACpBF,EAASG,mBAAmB,MAAeC,aAC3CJ,EAASK,WAAW,MAAmBC,KACvCN,EAASO,cAAc,IAEvB,IAAMC,EAAY,IAAI,GAAAP,MACtBO,EAAUN,UAAU,CAAC,SACrBM,EAAUL,mBAAmB,MAAeC,aAC5CI,EAAUH,WAAW,MAAmBI,MACxC,IAAMC,EAAc,CAClB58B,gBAAiB,CACf3H,YAAa,GACbC,cAAe,KAEjB6H,YAAa,KAGT08B,EAA4C,GAC5C,WAA8B,CAAC9sB,GAAU1X,YAAa0X,GAAUzX,cAAa,GAA5ED,EAAW,KAAEC,EAAY,KAE5B4Z,EAAoB0qB,OACJj6B,IAAhBtK,QAA8CsK,IAAjBrK,IAC/BukC,EAAsBv7B,KAAK,CAACjJ,EAAaC,IACzC4Z,EAAoB,CAClBlS,gBAAiB,CAAE3H,YAAW,EAAEC,aAAW,GAC3C6H,YAAa,IAIjB,IAAM28B,EAAYC,OAAOC,aAAaC,QAAQpE,IACxCqE,EAA6B,OAAdJ,EACfK,EAAe,OAARL,QAAQ,IAARA,EAAAA,GAAa,EAAAM,GAAA,KACrBF,GACHH,OAAOC,aAAaK,QAAQxE,GAAUsE,GAGxC,IAAMG,EAAeP,OAAOC,aAAaC,QAAQnE,IAC3CjhB,EAAyC,kBAAjBylB,EAA6C,SAAjBA,EAA0B,KAC9Ez+B,OAAyC8D,IAAhBtK,QAA8CsK,IAAjBrK,EAC1D,CAAEilC,YAAarF,GAAM7/B,EAAamlC,aAActF,GAAM5/B,GACtD,CAAEilC,YAAmB,WAANrF,GAAkBsF,cAAqB,YAAPtF,IACjD,MAAO,CAEL7mB,iBAAiB,EAEjBosB,2BAA4B,SAC5BtrB,eAAgBmpB,GAEhB6B,KAAI,EACJO,WAAY,EACZC,gBAAiB,EACjBC,cAAe,EACfC,kBAAmB,EACnBC,mBAAoB,EACpBC,kBAAmBtmB,KAAKuR,MACxBgV,mBAAoB,KACpBC,wBAAyB,KACzBC,sBAAuB,KACvBC,0BAA2B,KAC3BC,2BAA4B,KAC5B3qB,iBAAiB,EACjBoE,eAAgBA,EAEhBlD,iBAAiC,QAAf,EAAA5E,GAAUsuB,cAAK,SACjCC,oBAAqB,GACrBC,MAAO,KACPC,cAAc,EACdC,aAAa,EACbC,eAAgB,KAEhBlD,QAAS,KAETtnB,YAAY,EACZyqB,WAAY,KACZC,cAAe,KACfltB,mBAAoB,KACpBmtB,qBAAqB,EAErBC,gBAAgB,EAChBC,iBAAiB,EACjBC,iBAAiB,EACjBC,sBAAsB,EACtB9uB,eAAe,EACfiE,WAAY,KACZI,sBAAuB,GAEvB1D,mBAAmB,EACnBL,oBAAiC,QAAZ,EAAAV,GAAUmvB,WAAE,SACjCxrB,oBAAiC,QAAZ,EAAA3D,GAAUmvB,WAAE,SACjCvrB,uBAAoC,QAAZ,EAAA5D,GAAUmvB,WAAE,SACpCtrB,mBAAmB,EAEnBxC,4BAA4B,EAC5BD,2BAA2B,EAC3BD,iCAAiC,EAGjCiuB,mBAAoB,EACpBC,qBAAsB,EACtBC,iBAAiB,EACjBC,qBAAsB,KAGtB7oB,aAAewlB,EAAqBnB,UAAY,KAChDhlB,iBAAkB,sBAClBjX,SAAQ,EACRyW,qBAAsB,aACtBiqB,qBAAsB,GAEtBC,gCAAgC,EAChCC,8BAA8B,EAE9BC,UAAW,KAEXC,kBAAkB,SAChBvoC,YAAa,qFACbC,QAAS,EACTC,QAAS,GACTE,YAAa,yTACbooC,IAAK,OACFhD,GAGL1qB,kBAAiB,EAEjBD,wBAAwB,SAEtB7a,YAAa,kGACbI,YAAa,gFACTuY,IAAY,EAAF,kBAAOA,IAAS,CAAE5P,YAAa,IAAMy8B,GAGrDiD,kBAAmBvlC,GACnBwlC,wBAAyB,EAEzBnnC,mBAAoB,CAClBC,MAAO,UACPC,UAAW,UACXC,YAAa,GACbC,OAAQ,GAGVG,sBAAuB,CACrBN,MAAO,UACPC,UAAW,UACXC,YAAa,GACbC,OAAQ,GAGV8W,YAAa,WACbkwB,mBAAmB,EAEnBxpB,SAAS,EACTypB,kBAAmB,KACnBC,iBAAkB,EAElBC,eAAe,EACfnqB,cAAc,EACdC,qBAAqB,EACrBE,eAAe,EACfC,aAAa,EACbgqB,eAAe,EACfC,gBAAgB,EAEhB1qB,gBAAgB,EAEhBkjB,MAAOA,GACPvhB,QAASA,GACTF,QAASA,GACTI,wBAAyBohB,GAEzBnpB,YAAa,UACb6wB,UAAW,UACXC,oBAAqB,QACrBhxB,mBAAmB,EAEnByF,SAAS,EACT1B,iBAAiB,EACjBE,kBAAkB,EAClBgtB,UAAU,EAEV5oB,mBAAmB,EACnB7F,sBAAsB,EAEtB0uB,IAAK,EACL1wB,SAAU,EACVmF,WAAY,EAEZwrB,WAAY,UAEZC,SAAS,EACTC,cAAe,UACfC,cAAe,UACfnxB,SAAU,UACVoxB,WAAY,GACZC,eAAgB,EAChB1qB,gBAAgB,EAChB2qB,YAAa,4BAEbC,kBAAmB,EACnBtqB,WAAW,EACXC,iBAAiB,EAEjBsqB,YAAa,IACbC,UAAW,IAEXruB,aAAa,EAEbqpB,SAAQ,EACRQ,UAAS,EAET3sB,UAAS,GAGTjP,QAAS,CACP,CACEA,QAAS,GACTC,MAAO,CAAClI,UAAW,OAAQ2D,OAAQ,EAAGC,QAAS,EAAG3D,YAAa,GAAK2L,GAAG,UAEzE,CACE7D,IAAK,uFACLG,MAAO,CAACnI,MAAO,UAAW4D,OAAQ,EAAGC,QAAS,EAAG3D,YAAa,KASlE+jC,sBAAqB,EACrB/oB,4BAA6B,GAC7BqtB,4BAA6B,GAC7BttB,6BAA8B,EAC9ButB,wBAAyB,EACzBxrB,kBAAmB,KACnByrB,aAAc,EACdC,WAAY,EACZC,WAAY,EACZC,gBAAiB,WACjBC,YAAa,KACbC,kBAAiB,EAErB,EAEAC,aAAY,W,QACJC,EAAe,IAAIC,gBAAgB9E,OAAOl+B,SAASijC,QACnDlmC,EAAMmmC,WAAiC,QAAtB,EAAAH,EAAaI,IAAI,cAAK,QAAK,IAC5CnmC,EAAMkmC,WAAiC,QAAtB,EAAAH,EAAaI,IAAI,cAAK,QAAK,IAC9CpmC,GAAOC,IACTkU,GAAY,CACV1X,YAAauD,EAAKtD,aAAcuD,IAGpC,IAAMomC,EAAcL,EAAaI,IAAI,UACrCjyB,GAAUsuB,OAAyB,UAAhB4D,EACnB,IAAM/C,EAAM0C,EAAaI,IAAI,OAC7BjyB,GAAUmvB,IAAc,SAARA,CAClB,EAEAplC,QAAO,WAAP,gBAEgC6I,IAA1BoN,GAAU1X,kBAAwDsK,IAA3BoN,GAAUzX,eACnDyB,KAAK+b,iBAAmB,gBAAS,EAAG,CAAC/F,GAAU1X,YAAa0X,GAAUzX,eACtEyB,KAAKsa,8BAGPta,KAAKsX,gBAAkBtX,KAAKkW,OAEvBlW,KAAK4a,mBACR5a,KAAKmX,iCAAmCnX,KAAKsX,iBAG/CtX,KAAKma,WAAana,KAAKiX,QAEvBjX,KAAKmoC,kBAGL,GAAA3a,QAAQmF,sBACR,GAAAnF,QAAQC,uBAAsB,GAE9BztB,KAAKooC,eAAelhC,MAAK,sD,mDAEvBlH,KAAKukC,qBAAkB,oBAAQ,EAAA8D,yBAAsB,GAGrDroC,KAAKsoC,QAAQtoC,KAAKuoC,UAElBvoC,KAAKwoC,YAAYC,sBAAqB,GACtCzoC,KAAKwoC,YAAYE,kBAAkB1oC,KAAKmc,eACxCnc,KAAKwoC,YAAYG,sBAAsB3oC,KAAKmc,eAM5Cnc,KAAK8zB,WAAW5D,iBAAmB9K,GAGnC,GAAAiB,MAAMuiB,mBAAqB9hB,GAI3B,GAAAiB,aAAa8gB,MAAQnhB,GAIrB1nB,KAAK8zB,WAAW3F,sBAAwBhE,GAAqB2e,KAAK9oC,KAAK8zB,YAEvE9zB,KAAKyhC,QAAUzhC,KAAK8zB,WAAW4N,KAI/B1hC,KAAK8zB,WAAWiV,KAAO,SAASC,GAAS,EACzChpC,KAAK8zB,WAAWmV,MAAQ,SAASD,GAAS,EAC1ChpC,KAAKkpC,qBAILlpC,KAAK8zB,WAAW9H,eAAiBA,GAAe8c,KAAK9oC,KAAK8zB,YAI1D9zB,KAAK8zB,WAAW9H,iBAIhBhsB,KAAK8zB,WAAWtB,oBAAsBxyB,KAAKmpC,iBAI3C,GAAA3b,QAAQ2C,YAAc,SAAC7R,EAA8B5b,GACnDytB,GAAY7R,EAAe5b,EAAS,EAAKqjC,wBAC3C,EAIA,GAAAvY,QAAQ,mBAAmB,GAAK,GAAA4b,QAAQC,QAAQ,EAAQ,OACxDrpC,KAAKspC,yBAAyB,gCAE9BtpC,KAAKupC,qBAAqB,KAI1BvpC,KAAK2iC,UAAU6G,qBAAqBxpC,KAAKypC,eAAe1I,WACxD/gC,KAAK0pC,mBAAkB,GAEvB1pC,KAAK2pC,oBAEL3pC,KAAK4pC,cAAc5zB,GAAUsuB,QAC7BtkC,KAAKwc,SAAWxG,GAAUsuB,OAE1BtkC,KAAK6pC,aAAa,GAElB7pC,KAAKuc,aAAe,EAGpBvc,KAAKykC,cAAe,EAEpBzkC,KAAK8pC,mBAEL9pC,KAAK+pC,WAAW7iC,MAAK,WAAM,SAAKw9B,aAAc,CAAnB,IAC3B1kC,KAAKgqC,uBAKLC,aAAY,WACV,GAAI,EAAKztB,QAAS,CAChB,IAAMge,EAAO,EAAKiP,eAClB,EAAK/sB,aAAe8d,EAAKuG,UACzB,EAAKmJ,uBAAuB1P,EAC9B,CACF,GAAG,KAEHwI,OAAOmH,iBAAiB,SAAS,SAACxkC,GAC5B,CAAC,MAAO,UAAU2B,SAAS3B,EAAM1D,MAAQ,EAAKwW,iBAChD,EAAKA,gBAAiB,EAE1B,IAEArX,SAAS+oC,iBAAiB,oBAAoB,WACX,WAA7B/oC,SAASgpC,gBACX,EAAKC,iBAEL,EAAKC,WAET,I,aAIFtqC,KAAKuqC,WAAU,WACbvH,OAAOmH,iBAAiB,SAAU,EAAKv0B,UACvC,EAAKA,UACP,IAEA5V,KAAKgc,cAAgBhc,KAAK2V,OAC1B3V,KAAKuV,mBAAqBvV,KAAKob,WAE/Bpb,KAAKwqC,0BAA0B,GAAKrM,IAEpC,IAAMsM,EAAUrpC,SAASspC,eAAe,4BACpCD,GACFA,EAAQN,iBAAiB,UAAU,WAAM,SAAKQ,UAAL,GAG7C,EAEA7hC,SAAU,CAERoO,sBAAqB,WAEnB,IAAKlX,KAAKoX,0BACR,MAAO,mDAGT,GAAIpX,KAAK6b,kBAAmB,CACpB,MAA8B7b,KAAK6b,kBAAjC/d,EAAI,OAAE,EAAO,UAAE2G,EAAO,WAC9B,GAAa,KAAT3G,GAAwB,OAATA,GAAgC,OAAf,EAAQ,GAC1C,MAAO,aAET,IAAM8sC,EAAa,IAAKC,IAAI,CAC1B,CAAC,IAAK,WACN,CAAC,IAAK,SACN,CAAC,IAAK,aACJ5C,IAAInqC,GAIR,GAAY,KAARA,EAAa,CACf,IAAMgtC,GAAS,EAAAhK,GAAA,GAAiB9gC,KAAK6b,kBAAkBge,aAAa,GAAI75B,KAAK+b,iBAAkB,kBAC/F,OAAI/b,KAAK+qC,SAASC,QAAQC,GACjB,2BAAoBH,EAAM,sBAAc/M,GAASt5B,IAEnD,6BAAsBqmC,EAAM,sBAAc/M,GAASt5B,GAC5D,CAGA,GAAiB,KAAbA,EAAiB,CAEnB,IAAMymC,GAAW,EAAApK,GAAA,GAAiB9gC,KAAK6b,kBAAkB8d,aAAa,GAAI35B,KAAK+b,iBAAkB,eACjG,OAAI/b,KAAK+qC,SAASC,QAAQC,GACjB,UAAGL,EAAU,oBAAYM,GAE3B,UAAGN,EAAU,8BAAsBM,EAC5C,CACF,CACA,MAAO,EACT,EAEA7yB,uBAAsB,WACpB,OAA2B,MAAvBrY,KAAKoY,eACApY,KAAKoY,gBAEZxV,QAAQC,IAAI,uDACL,KAEX,EAGA0lC,SAAQ,WACN,OAAO,IAAI7qB,KAAK1d,KAAK0c,aACvB,EAEAyuB,uBAAsB,WACpB,OAAO,EAAAC,GAAA,GAAkBprC,KAAK+b,iBAChC,EAEAsvB,wBAAuB,WACrB,OAAO,EAAAvK,GAAA,GAAiB9gC,KAAKuoC,SAAUvoC,KAAK+b,iBAAkB,gBAChE,EAEAP,8BAA6B,WAC3B,OAAIxb,KAAKyW,WACA,EAAAqqB,GAAA,GAAiB9gC,KAAKuoC,SAAUvoC,KAAK+b,iBAAkB,sBAEvD,EAAA+kB,GAAA,GAAiB9gC,KAAKuoC,SAAUvoC,KAAK+b,iBAAkB,8BAGlE,EAEApF,2BAA0B,WACxB,OAAI3W,KAAKgY,YACAhY,KAAKsrC,cAActrC,KAAKgY,YAAY1Z,YAAa0B,KAAKgY,YAAYzZ,cAElE,IAEX,EAEAqY,UAAS,WAEP,OAAuC,MAAnC5W,KAAK2W,2BACA,mBAEA3W,KAAK2W,2BAA6B,IAClC,oBAEA3W,KAAK2W,2BAA6B,GAClC,4BAEA3W,KAAK2W,2BAA6B,GAClC,qBAGA,YAEX,EAEA40B,iCAAgC,WAC9B,OAAwC,OAApCvrC,KAAK2W,2BACA,yBAAoD,IAAlC3W,KAAK2W,4BAAkC6mB,QAAQ,GAAE,KAErE,eAET,EAEA3lB,kBAAiB,WACf,MAAmC,WAA/B7X,KAAKya,sBACA,4EACiC,WAA/Bza,KAAKya,sBACP,uCAEA,iBAEX,EAEA7C,gBAAe,WAEb,OADAhV,QAAQC,IAAI7C,KAAKya,uBACkB,WAA/Bza,KAAKya,uBAI0B,WAA/Bza,KAAKya,sBAHA,OAO0B,YAA/Bza,KAAKya,uBAEHza,KAAKqa,YAGLra,KAAKgY,YAAY1Z,cAAgB0B,KAAKqa,WAAW/b,cAAe0B,KAAKgY,YAAYzZ,aAAiByB,KAAKqa,WAAW9b,cAE3GyB,KAAKyV,aAOXzV,KAAKyV,WAGd,EAEA+1B,MAAK,WACH,OAAOxrC,KAAKykC,cAAgBzkC,KAAK0kC,WACnC,EACA3pB,UAAS,WACP,OAAQ/a,KAAKwrC,KACf,EACAC,aAAY,WACV,OAAO,IAAI/tB,KAAK1d,KAAK0c,aACvB,EACAjG,UAAS,WACP,OAAOzW,KAAK+qC,SAASC,QAAQU,SAC/B,EACAz0B,QAAO,WACL,OAAOjX,KAAK+qC,SAASC,QAAQ/zB,OAC/B,EACAmE,WAAU,WACR,OAAOpb,KAAK+qC,SAASC,QAAQC,EAC/B,EACA/0B,OAAM,WACJ,OAAOlW,KAAK+qC,SAASC,QAAQ1e,OAAS,GACxC,EAEA3W,OAAM,WACJ,OAAO3V,KAAKyW,WAAazW,KAAKiW,WAChC,EACAX,QAAO,WACL,MAAO,CACL,iBAAkBtV,KAAKyV,YACvB,cAAezV,KAAK6mC,cACpB,wBAAwB7mC,KAAK8W,cAAgB,QAC7C,wBAAwB9W,KAAKuV,kBAAmBvV,KAAKumC,qBACrD,eAAgBvmC,KAAKsmC,UAEzB,EACAqF,oBAAmB,WACjB,MAAO,CACL,yBAA0B3rC,KAAKma,WAAa,qBAAuB,MAEvE,EACA2Z,WAAU,WACR,OAAO,GAAAlO,WAAWI,SACpB,EAEAwiB,YAAW,WAGT,OAAO,GAAAnjB,SAASC,YAClB,EAKAsmB,SAAU,CACR3D,IAAG,WACD,OAAOtoC,KAAK2jB,MAAkC,IAA5B3jB,KAAKsd,MAAMjd,KAAK6rC,aAAiB,GACrD,EACAC,IAAG,SAACzjC,GACFrI,KAAK+rC,cAAc,CACjBhK,MAAO/hC,KAAKgsC,SACZhK,OAAQhiC,KAAKisC,UACbhK,QAAStiC,KAAKC,IAAI,GAAGyI,GACrB6jC,QAAS,EACTC,SAAS,GAEb,GAGFC,iBAAgB,WAEd,IAAMC,EAAcjrC,SAASspC,eAAe,gBACtC4B,EAAetJ,OAAOuJ,YAE5B,OAAIF,GACFzpC,QAAQC,IAAIypC,GACLA,GAEA,IAEX,EAEAx1B,cAAe,CACbmxB,IAAG,WACD,MAAsB,SAAfjoC,KAAKwkC,KACd,EACAsH,IAAG,SAACU,GACFxsC,KAAKysC,YAAY,OACnB,GAGFz0B,YAAa,CACXiwB,IAAG,WACD,MAAO,CACL3pC,YAAa8/B,GAAMp+B,KAAK8E,SAAS0+B,YACjCjlC,aAAc6/B,GAAMp+B,KAAK8E,SAAS2+B,aAEtC,EACAqI,IAAG,SAACzjC,GACFrI,KAAK8E,SAAW,CACd0+B,YAAarF,GAAM91B,EAAM/J,YACzBmlC,aAActF,GAAM91B,EAAM9J,aAE9B,GAGFmuC,eAAc,WACZ,OAAO9N,GAA6B5+B,KAAiB,YACvD,EAEA2sC,gBAAe,WACb,IAAMC,EAAc,GAEpB,OAAOhO,GAA4BgO,CACrC,EAEAC,YAAW,WACT,IAAMC,EAAW9sC,KAAK+sC,uBAAgD,GAAzB/sC,KAAKmiC,SAASzX,SAAgByT,GACzEn+B,KAAKmiC,SAASxX,UAAYwT,GAC1Bn+B,KAAK8E,SAAS0+B,YACdxjC,KAAK8E,SAAS2+B,aACdzjC,KAAKuoC,UAEP,OAAO,SACLxG,MAAgC,GAAzB/hC,KAAKmiC,SAASzX,SAAgByT,GACrC6D,OAAQhiC,KAAKmiC,SAASxX,UAAYwT,IAC/B2O,EAEP,EAEAE,aAAY,WACV,IAAMC,EAAYjtC,KAAK+sC,uBAAiD,GAA1B/sC,KAAK2iC,UAAUjY,SAAgByT,GAC3En+B,KAAK2iC,UAAUhY,UAAYwT,GAC3Bn+B,KAAK8E,SAAS0+B,YACdxjC,KAAK8E,SAAS2+B,aACdzjC,KAAKuoC,UAEP,OAAO,SACLxG,MAAiC,GAA1B/hC,KAAK2iC,UAAUjY,SAAgByT,GACtC6D,OAAQhiC,KAAK2iC,UAAUhY,UAAYwT,IAChC8O,EAEP,EAEAC,gBAAe,WACb,OAAOltC,KAAK6sC,YAAYM,OAAS,CACnC,EAEA1xB,oBAAmB,WACjB,IAAI2xB,EAAkBztC,KAAKksB,IAAmC,IAA/B7rB,KAAK+lC,yBAA+BvI,QAAQ,GAI3E,OAHIx9B,KAAK+lC,wBAA0B,GAAyB,QAApBqH,IACtCA,EAAkB,MAEb,oBAAaA,EAAe,IACrC,EAEAC,YAAa,CACXvB,IAAG,SAACzjC,GACoB,OAAnBrI,KAAK2lC,UACN3lC,KAAKic,oBAAsB5T,EAE3BrI,KAAKic,qBAAsB,CAE/B,EAEAgsB,IAAG,WAED,OAAOjoC,KAAK2b,cACd,GAGF2xB,YAAW,WACT,MAA2B,YAApBttC,KAAK0mC,WAA2B1mC,KAAKknC,YAAclnC,KAAKmnC,SACjE,EAEAoG,UAAS,WACP,OAAIvtC,KAAK6b,mBAA0C,MAArB7b,KAAKsnC,cAA2C,MAAnBtnC,KAAKwnC,WACvDxnC,KAAKypC,eAAe1I,WAAa/gC,KAAKsnC,cAAgBtnC,KAAKypC,eAAe1I,WAAa/gC,KAAKwnC,WAE5F,IAEX,EAGAgG,aAAY,WACV,OAAIxtC,KAAK6b,mBAA0C,MAArB7b,KAAKsnC,cAA2C,MAAnBtnC,KAAKwnC,WAC1DxnC,KAAKypC,eAAe1I,UAAY/gC,KAAKsnC,aAChC,SACEtnC,KAAKypC,eAAe1I,UAAY/gC,KAAKwnC,WACvC,QAEA,SAGF,IAEX,EAEAiG,aAAY,WACV,IAAIC,GAAiB,EAQrB,OAPI1tC,KAAK6b,mBACH7b,KAAK6b,kBAAkBuB,QAAQ,KACjCswB,EAAiB/tC,KAAKksB,IAAI7rB,KAAK6b,kBAAkBuB,QAAQ,GAAG2jB,UAAY/gC,KAAKypC,eAAe1I,WAAa,MAKtG/gC,KAAK2tC,qBAAuBD,GAAkB1tC,KAAK+lC,wBAA0B,IACtF,EAEAxpB,aAAc,CACZuvB,IAAG,SAACzjC,GACFrI,KAAKinC,kBAAoBtnC,KAAKunB,KAAK7e,GAAS1I,KAAK0d,IAAI1d,KAAKksB,IAAIxjB,GAAQ,IACxE,EACA4/B,IAAG,WACD,GAAIjoC,KAAK2c,UAAW,CAClB,IAAMuK,EAAOvnB,KAAKunB,KAAKlnB,KAAKinC,mBAC5B,OAAO/f,EAAOvnB,KAAK0d,IAAI,GAAI6J,EAAOlnB,KAAKinC,kBACzC,CACA,OAAOjnC,KAAKinC,iBACd,GAGF0G,mBAAkB,WAEhB,IAAM7oC,EAAW9E,KAAKgY,YAChB41B,EAAO,gCACPC,EAAQ,CAAC/oC,EAASvG,aAAcuG,EAASxG,aAC/C,OAAO,KAAeuvC,EAAOD,EAC/B,EAGAn1B,eAAgB,CACdwvB,IAAG,WACD,MAAsB,UAAfjoC,KAAKwkC,KACd,EACAsH,IAAG,SAACU,GACFxsC,KAAKysC,YAAY,QAKnB,IAIJvrC,QAAS,CAEPgoC,mBAAkB,WACZlpC,KAAKsX,gBACPtX,KAAK8zB,WAAW4N,KAAO,SAASoM,EAAIC,GAAK,EAEzC/tC,KAAK8zB,WAAW4N,KAAOD,EAE3B,EAEAkJ,SAAQ,WACN,IAAMpR,EAAKn4B,SAASspC,eAAe,4BAEnC,GAAInR,EAAI,CACN,IAAMiN,EAAWjN,EAAGyU,UAAY,EAC5BhuC,KAAKwmC,WAAaA,IACpBxmC,KAAKwmC,SAAWA,EAEpB,CAEF,EAEAyH,YAAW,WACT,IAAMxD,EAAUrpC,SAASspC,eAAe,4BACpCD,IACEzqC,KAAKwmC,SACPiE,EAAQyD,SAAS,CAAEC,IAAK,IAExB1D,EAAQyD,SAAS,CAAEC,IAAK1D,EAAQ2D,eAGtC,EAGA51B,cAAa,SAAC+O,GACZ,IAAM8mB,EAAKruC,KAAK8C,QAAQykB,GACxB,MAAO,2BAAoB,GAAK8mB,EAAG,IAAG,KACxC,EAEAvrC,QAAO,SAACC,GACN,GAAY,OAARA,EACF,OAAO,EAGT,IAAMC,GAAKD,EAAM,IAAO,IAClBE,EAAItD,KAAKuD,IAAIF,GACnB,OAAOC,GAAK,EAAIA,EAClB,EAEM8mC,SAAQ,W,2BAAI7M,SAAO,W,iCAEvB,OADAl9B,KAAK2lC,UAAY,KACV,CAAP,EAAO3lC,KAAKsuC,WAAW,CACrBhpC,MAAOtF,KAAKmiC,SACZgK,SAAS,EACToC,QAAQ,EACRC,aAAa,I,QAIXtyB,UAAS,W,2BAAIghB,SAAO,W,iCAIxB,OAHAl9B,KAAK2lC,UAAY,KACjB3lC,KAAK2b,gBAAiB,EACtB3b,KAAKic,qBAAsB,EACpB,CAAP,EAAOjc,KAAKsuC,WAAW,CACrBhpC,MAAOtF,KAAKmiC,SACZgK,SAAS,EACToC,QAAQ,EACRC,YAAaxuC,KAAKqtC,c,QAIhBoB,eAAc,W,2BAAIvR,SAAO,W,uCAG7B,OAFAl9B,KAAKic,qBAAsB,EACrB3W,EAAQtF,KAAK0uC,4BACL,OAAVppC,EACK,CAAP,EAAOtF,KAAKsuC,WAAW,CACrBhpC,MAAK,EACLipC,QAAQ,EACRpC,SAAS,EACTqC,aAAa,KAGR,CAAP,EAAOtR,QAAQyR,U,QAInBD,0BAAyB,WACvB,GAAuB,OAAnB1uC,KAAK2lC,UACP,OAAO,KAGT,IAAMiJ,EAAc,GAAAphB,QAAQ,oBAAoB,GAC1CqhB,EAAW7Z,GAA2Bh1B,KAAK8zB,WAAY8a,EAAYvtB,GAAIutB,EAAYttB,KACnFwtB,EAAc,CAAEjvB,EAAGgvB,EAAShvB,EAAI7f,KAAK2lC,UAAU9lB,EAAG7c,EAAG6rC,EAAS7rC,EAAIhD,KAAK2lC,UAAU3iC,GACjF+rC,EAAiB/uC,KAAKgvC,wBAAwBF,GAC9CxpC,EAAQ,IAAI,GAAA88B,MAIlB,OAHA98B,EAAM2pC,OAAOF,EAAe9Z,GAAK,IACjC3vB,EAAM4pC,QAAQH,EAAeztB,KAEtBhc,CACT,EAEA6pC,mBAAkB,SAACpjB,GACjB,IAAMqjB,EAAQ,EAAIzvC,KAAKigB,GACvB,OAASmM,EAAOqjB,EAASA,GAASA,CACpC,EAGAC,aAAY,SAACC,EAAcC,EAAeC,GACxC,OAAID,EAAQC,EACHF,GAAQC,GAASD,GAAQE,EAEzBF,GAAQC,GAASD,GAAQE,CAEpC,EAGAC,oBAAmB,SAACC,EAAsCC,GACxD,IAAMC,EAAkB,GAAZF,EAAOruB,GAAU8c,GACvB0R,EAAOH,EAAOpuB,IAAM6c,GAEpB2R,EAAkB,GAAZH,EAAOtuB,GAAU8c,GACvB4R,EAAOJ,EAAOruB,IAAM6c,GAE1B,OAAO,SAASyR,EAAKC,EAAMC,EAAKC,EAClC,EAEAC,mBAAkB,WAAlB,WAEE,GAAmC,MAA/B,GAAAxiB,QAAQ,oBAAZ,CAMA,IAAMyiB,EAAuBjwC,KAAK8zB,WAAWzH,OAAOI,OAE9CogB,EAAc,GAAArf,QAAQ,oBAAoB,GAC1Cwf,EAAe,GAAAxf,QAAQ,oBAAoB,GAC3CqhB,EAAW7Z,GAA2Bh1B,KAAK8zB,WAAY+Y,EAAYxrB,GAAIwrB,EAAYvrB,KACnF4uB,EAAYlb,GAA2Bh1B,KAAK8zB,WAAYkZ,EAAa3rB,GAAI2rB,EAAa1rB,KAC5F4uB,EAAUltC,EAAIitC,EAAeC,EAAUltC,EACvC6rC,EAAShvB,GAAKqwB,EAAUrwB,EACxBgvB,EAAS7rC,EAAIitC,EAAepB,EAAS7rC,EAAIktC,EAAUltC,EAEnD,IAAM41B,EAAK54B,KAAKmwC,UAAUnwC,KAAKyrC,cACzB2E,EAAiB,GAAAC,QAAQC,aAAa1X,GACtC2X,EAAgB,UAEhBC,EAAQ,OACRC,EAAO,OACPC,EAAY/wC,KAAKsgB,MAAMuwB,EAAOJ,GAC9BO,EAAWhxC,KAAKsgB,MAAMwwB,EAAMF,GAG5BK,EAAU,EAAIF,EAAYT,GAAgBjwC,KAAK6rC,WAAa1N,IAC5D0S,EAAS,EAAIF,EAAWV,GAAgBjwC,KAAK6rC,WAAa1N,IAE1D2S,EAAqC,GACrCC,EAAkBpxC,KAAKugB,KAAK2uB,EAAShvB,EAAIgvB,EAAShvB,EAAIgvB,EAAS7rC,EAAI6rC,EAAS7rC,GAGlF,GAAI+tC,EAAkBH,EAAUC,EAC9B7wC,KAAK+lC,wBAA0B,MADjC,CAKA,IAAMiL,EAAgBD,EAAkBF,EAASD,EAC3CK,EAAgBF,EAAkBH,EAAUC,EAE5CK,EAAMH,EAAkBA,EACxBI,EAAUP,EAAUA,EACpBQ,EAASP,EAASA,EAElBQ,EAAW1xC,KAAKigB,GAAKuxB,EACrBG,EAAU3xC,KAAKigB,GAAKwxB,EACtBG,EAAmB,EACvB,GAAIP,GAAiBC,EACnBM,EAAmBF,EAAWC,MACzB,CAEL,IAAME,EACJL,EAAUxxC,KAAKo4B,MAAMmZ,EAAMC,EAAUC,IAAW,EAAIL,EAAkBH,IACtEQ,EAASzxC,KAAKo4B,MAAMmZ,EAAME,EAASD,IAAY,EAAIJ,EAAkBF,IACrE,GAAMlxC,KAAKugB,MACR2wB,EAASD,EAAUG,IAAoBA,EAAkBH,EAAUC,IAAWE,EAAkBH,EAAUC,IAAWE,EAAkBF,EAASD,IAErJW,EAAmBC,EAAmBF,CACxC,CAEA,IAAIG,GAAgB,EACpB,GAAIzxC,KAAK2tC,oBAAsB3tC,KAAKutC,UAC9BvtC,KAAK+lC,yBAA2B,IAClC/lC,KAAK+lC,wBAA0B,EAC/B0L,GAAgB,OAEb,CACL,IAAMC,EAAM1vC,MAAMuvC,GAAoB,EAAI5xC,KAAKqd,IAAIrd,KAAK0d,IAAIk0B,EAAkB,GAAI,GAGhFvxC,KAAK+lC,wBAFI,GAAP2L,EAE6B,KAEAA,CAEnC,CAGA,IAAI1xC,KAAKqc,eAAT,CAIA,IAAM2a,EAAI,GAEV,GAAIga,GAAiBC,GAAiBQ,EACpC,IAAK,IAAIluB,EAAI,EAAGA,GAAKyT,EAAGzT,IAAK,CAC3B,IAAMwI,EAASxI,EAAIyT,EAAK,EAAIr3B,KAAKigB,GACjCkxB,EAAOvpC,KAAK,CAAEsY,EAAG+wB,EAAUjxC,KAAKmgB,IAAIiM,GAAQ/oB,EAAG4tC,EAAUjxC,KAAKogB,IAAIgM,IACpE,KACK,CACL,IAAI4lB,OAAE,EACFC,OAAE,EACFC,OAAE,EACFC,OAAE,EAEN,GAAmB,IAAfjD,EAAShvB,EAAS,CAEpB,IAAIkyB,EAAM,GAAMlD,EAAS7rC,EACzB,GAAI+uC,GAAOnB,EACT,OAKF,GAJmB,IAARmB,IACTA,EAAMpyC,KAAK0d,IAAIuzB,EAASC,IAE1Bc,EAAKhyC,KAAKugB,KAAK0wB,EAAUA,EAAUmB,EAAMA,GACrC/vC,MAAM2vC,GAGR,OAFA/uC,QAAQ6E,MAAM,kBACdzH,KAAK+lC,wBAA0B,GAGjC6L,EAAKG,EACLF,GAAMF,EACNG,EAAKC,CAEP,KAAO,CAKL,IAAMC,EAAU,KACVC,GAASpD,EAAShvB,GAAKgvB,EAAS7rC,EAAIgvC,GACpCE,GAAQrD,EAAShvB,EAAIgvB,EAAShvB,EAAIgvB,EAAS7rC,EAAI6rC,EAAS7rC,GAAK6tC,EAASA,EAASD,EAAUA,KAAa,GAAK/B,EAAS7rC,EAAIgvC,IAGxHtoC,EAAK,EAAIuoC,EAAQA,EACjBtoC,EAAI,EAAIsoC,EAAQC,EAChBxyC,EAAIwyC,EAAOA,EAAOtB,EAAUA,EAE5BuB,EAAUxyC,KAAKugB,KAAKvW,EAAIA,EAAI,EAAID,EAAIhK,GAC1C,GAAIsC,MAAMmwC,GAGR,OAFAvvC,QAAQ6E,MAAM,uBACdzH,KAAK+lC,wBAA0B,GAGjC4L,IAAOhoC,EAAIwoC,IAAY,EAAIzoC,GAC3BmoC,IAAOloC,EAAIwoC,IAAY,EAAIzoC,GAC3BkoC,EAAKK,EAAQN,EAAKO,EAClBJ,EAAKG,EAAQJ,EAAKK,CACpB,CAGA,IAAME,EAAQpyC,KAAKmvC,mBAAmBxvC,KAAKsgB,MAAM4uB,EAAS7rC,EAAG6rC,EAAShvB,IAElEwyB,EAAS1yC,KAAKsgB,MAAM2xB,EAAKhB,EAASe,EAAKf,GACvC0B,EAAS3yC,KAAKsgB,MAAM6xB,EAAKlB,EAASiB,EAAKjB,GAG3C,GAFAyB,EAASryC,KAAKmvC,mBAAmBkD,GACjCC,EAAStyC,KAAKmvC,mBAAmBmD,IAC5BtyC,KAAKqvC,aAAa+C,EAAOC,EAAQC,GAAS,CAC7C,IAAM,EAAID,EACVA,EAASC,EACTA,EAAS,CACX,CAEID,EAASC,IACXD,GAAU,EAAI1yC,KAAKigB,IAGrB,IAAM2yB,EAAYD,EAASD,EAC3B,IAAS9uB,EAAI,EAAGA,GAAKyT,EAAGzT,IAAK,CACrBwI,EAAQsmB,EAAU9uB,EAAIyT,EAAKub,EACjCzB,EAAOvpC,KAAK,CAAEsY,EAAG+wB,EAAUjxC,KAAKmgB,IAAIiM,GAAQ/oB,EAAG4tC,EAAUjxC,KAAKogB,IAAIgM,IACpE,CAIA,IAAIymB,EAAU7yC,KAAKsgB,OAAO2xB,EAAK/C,EAAS7rC,GAAK6tC,GAASc,EAAK9C,EAAShvB,GAAKgxB,GACrE4B,EAAU9yC,KAAKsgB,OAAO6xB,EAAKjD,EAAS7rC,GAAK6tC,GAASgB,EAAKhD,EAAShvB,GAAKgxB,GACzE2B,EAAUxyC,KAAKmvC,mBAAmBqD,GAClCC,EAAUzyC,KAAKmvC,mBAAmBsD,GAClC,IAAMC,EAAS1yC,KAAKmvC,mBAAmBxvC,KAAKigB,GAAKwyB,GACjD,IAAKpyC,KAAKqvC,aAAaqD,EAAQF,EAASC,GAAU,CAChD,IAAM,EAAID,EACVA,EAAUC,EACVA,EAAU,CACZ,CAEID,EAAUC,IACZD,GAAW,EAAI7yC,KAAKigB,IAEtB,IAAM+yB,EAAaF,EAAUD,EAC7B,IAASjvB,EAAI,EAAGA,GAAKyT,EAAGzT,IAAK,CACrBwI,EAAQymB,EAAWjvB,EAAIyT,EAAK2b,EAClC7B,EAAOvpC,KAAK,CAAEsY,EAAGgxB,EAASlxC,KAAKmgB,IAAIiM,GAAS8iB,EAAShvB,EAAG7c,EAAG6tC,EAASlxC,KAAKogB,IAAIgM,GAAS8iB,EAAS7rC,GACjG,CAEF,CAKA,IAASugB,EAAI,EAAGA,EAAIutB,EAAOlnC,OAAQ2Z,IACjCutB,EAAOvtB,GAAG1D,GAAKqwB,EAAUrwB,EACzBixB,EAAOvtB,GAAGvgB,GAAKktC,EAAUltC,EAG3BhD,KAAK0pC,oBAEL,IAAMkJ,EAAY9B,EAAOrnC,QAAO,SAACq0B,EAAGpjB,GAAM,OAAAojB,EAAIpjB,EAAEmF,CAAN,GAAS,GAAKixB,EAAOlnC,OACzDipC,GAAY/B,EAAOrnC,QAAO,SAACq0B,EAAGpjB,GAAM,OAAAojB,EAAIpjB,EAAE1X,CAAN,GAAS,GAAK8tC,EAAOlnC,OAG/DknC,EAAO3nC,MAAK,SAAC2pC,EAAIC,GAAO,OAAEpzC,KAAKsgB,MAAM8yB,EAAG/vC,EAAI6vC,GAAWE,EAAGlzB,EAAI+yB,GAAajzC,KAAKsgB,MAAM6yB,EAAG9vC,EAAI6vC,GAAWC,EAAGjzB,EAAI+yB,EAAvF,IAExB,IAAMI,GAAYlC,EAAOjwC,KAAI,SAAAq0B,GAAM,SAAK8Z,wBAAwB,CAAEnvB,EAAGqV,EAAGrV,EAAG7c,EAAGitC,EAAe/a,EAAGlyB,GAA7D,IAC7BiwC,GAAU,IAAIC,GACpBD,GAAQxwB,UAAS,GACjB,IAAM5jB,GAAQ,UACdo0C,GAAQ/vB,cAAcrkB,IACtBo0C,GAAQnwB,cAAcjkB,IACtBm0C,GAAUrxC,SAAQ,SAAAuzB,GAAM,OAAA+d,GAAQ5wB,SAAS6S,EAAGD,GAAIC,EAAG5T,IAA3B,IACxB/C,GAAYmD,cAAcuxB,GAjI1B,CA5CA,CAlCA,CAiNF,EAGA9J,iBAAgB,SAACrV,GACf,GAAI9zB,KAAKsX,gBAGP,OAAIwc,EAAWxJ,kBAAoBtqB,KAAKmiC,cACtCniC,KAAK+pC,gBAGP,EAIA/pC,KAAKqtC,YAAevZ,EAAWxJ,kBAAoBtqB,KAAKmiC,UAAiC,OAAnBniC,KAAK2lC,UACvE3lC,KAAKqtC,aAAkC,OAAnBrtC,KAAK2lC,WAC3B3lC,KAAKyuC,gBAGX,EAEA0E,sBAAqB,SAACC,GAEpB,OAAO,GAAAhK,QAAQC,QAAQ,OAAQ,YAAY+J,IAC7C,EAEA1J,kBAAiB,SAAC2J,QAAA,IAAAA,IAAAA,GAAA,GAChB,IAAIC,EAA0B,WAC9B,IAAKtzC,KAAKqc,eAAgB,CAExB,IAAMk3B,EAAYvzC,KAAKoc,aAAepc,KAAK2mC,SACzB3mC,KAAKgtC,aAAaG,OAAS,EAC7C,GAAKoG,EAEE,CACL,IAAIC,EAAe,IAEjBA,EADExzC,KAAK8mC,WAAa,GACL,IACN9mC,KAAK8mC,YAAc,IAAO9mC,KAAK8mC,WAAY,GACrC,GAEA,GAEjBwM,EAAW,gCAAyBE,EAAY,OAClD,MAXEF,EAAW,4BAYf,EACID,GAAUC,IAAatzC,KAAKgnC,aAAe,GAAAxZ,QAAQkF,mBACrD,GAAAlF,QAAQkF,gBAAgB,GAAK1yB,KAAKmzC,sBAAsBG,GACxDtzC,KAAKgnC,YAAcsM,EAEvB,EAEAG,qBAAoB,WACa,OAA3BzzC,KAAKimC,oBACPyN,cAAc1zC,KAAKimC,mBACnBjmC,KAAKimC,kBAAoB,KAE7B,EAEA0N,uBAAsB,WACpB3zC,KAAK0c,cAAgBkiB,EACvB,EAEAgV,wBAAuB,WACrB5zC,KAAK0c,cAAgBkiB,EACvB,EAEAiV,gBAAe,SAACna,GAEd,MAAO,UAAGA,EAAKoa,cAAgB,EAAC,YAAIpa,EAAKqa,aAAY,YAAIra,EAAKsa,iBAChE,EAEAC,gBAAe,SAACva,GACd,IAAMwa,EAAUxa,EAAKya,gBACfC,EAAeF,EAAU,GAAK,WAAIA,GAAY,UAAGA,GAEjDG,EAAO3a,EAAK4a,cAAgB,GAAK,KAAO,KAC9C,MAAO,UAAG5a,EAAK4a,cAAa,YAAIF,EAAY,YAAIC,EAClD,EAEAE,mBAAkB,SAAC7a,GAEjB,OADAA,EAAO,IAAIhc,KAAKgc,EAAKqH,UAAY/gC,KAAKmrC,wBAC/B,UAAGzR,EAAKoa,cAAgB,EAAC,YAAIpa,EAAKqa,aAAY,YAAIra,EAAKsa,iBAChE,EAEAQ,mBAAkB,SAAC9a,GACjBA,EAAO,IAAIhc,KAAKgc,EAAKqH,UAAY/gC,KAAKmrC,wBACtC,IAAM+I,EAAUxa,EAAKya,gBACfC,EAAeF,EAAU,GAAK,WAAIA,GAAY,UAAGA,GAEjDG,EAAO3a,EAAK4a,cAAgB,GAAK,KAAO,KAExCG,EAAQ/a,EAAK4a,cAAgB,GAEnC,MAAO,UAAY,GAATG,EAAaA,EAAQ,GAAE,YAAIL,EAAY,YAAIC,EACvD,EAEA52B,aAAY,SAACic,EAAmBiE,EAAiBqC,GAE/C,YAF8B,IAAArC,IAAAA,GAAA,QAAiB,IAAAqC,IAAAA,GAAA,GAElC,OAATtG,EACK,GAGLiE,GACK,EAAAmD,GAAA,GAAiBpH,EAAMsG,EAAM,MAAQhgC,KAAK+b,iBAAkB,sBAE9D,EAAA+kB,GAAA,GAAiBpH,EAAMsG,EAAM,MAAQhgC,KAAK+b,iBAAkB,iBACrE,EAEAjB,kBAAiB,WACf9a,KAAK4a,kBAAmB,CAC1B,EAEA+uB,kBAAiB,WACf3pC,KAAKwoC,YAAYkM,gBAAgBtW,GAAMp+B,KAAK8E,SAAS0+B,aACrDxjC,KAAKwoC,YAAYmM,gBAAgBvW,GAAMp+B,KAAK8E,SAAS2+B,aACvD,EAEAxrB,sBAAqB,SAACnT,EAAuB8vC,GAC3C,QAD2C,IAAAA,IAAAA,GAAA,GAC3B,MAAZ9vC,IAGJ9E,KAAKgY,YAAclT,EACnB9E,KAAKsa,6BAEDs6B,GAAgB,CAClB,IAAMC,EAAoC,CAAC/vC,EAASxG,YAAawG,EAASvG,cACjD,WAArByB,KAAK8V,aAAiD,gBAArB9V,KAAK8V,aACxC9V,KAAK+Z,4BAA4BxS,KAAKstC,GACtC70C,KAAKqnC,yBAA2B,GAEhCrnC,KAAK8iC,sBAAsBv7B,KAAKstC,EAEpC,CACF,EAEAC,mBAAkB,WAAlB,WACE90C,KAAKuqC,WAAU,WACb,EAAKL,uBAAuB,EAAK3B,SACnC,GACF,EAEMJ,gBAAe,W,0HACnB,OAAInoC,KAAK8d,eACP,IAEe,GAAM7W,MAAM,UAAG,EAAA8tC,aAAY,oCAA4B/0C,KAAKojC,MAAQ,CACnF4R,OAAQ,MAERC,QAAS,CAAE,cAA+C,QAA9B,0CAA8B,QAAK,O,OAEjD,OALV9tC,EAAW,SAKD,GAAMA,EAASC,Q,OAE/B,OAFM8tC,EAAU,SACVC,EAA6B,MAApBhuC,EAASiuC,aAAiDxsC,IAAf,QAAhB,EAAAssC,EAAQ/tC,gBAAQ,eAAEkuC,WACxDF,EACF,KAEFluC,MAAM,UAAG,EAAA8tC,aAAY,4BAA4B,CAC/CC,OAAQ,MACRC,QAAS,CACP,eAAgB,mBAEhB,cAA+C,QAA9B,0CAA8B,QAAK,IAEtDK,KAAMC,KAAKC,UAAU,CAEnBH,UAAWr1C,KAAKojC,KAEhBqS,yBAAyB,SAAMz1C,KAAK8iC,uBAEpC4S,gCAAgC,SAAM11C,KAAK+Z,6BAE3C47B,gCAAgC,SAAM31C,KAAKonC,6BAE3CwO,aAAc,EAAGC,YAAa,EAAGC,mBAAoB,EAErDC,0CAA2C/1C,KAAK8Z,6BAEhDk8B,qCAAsCh2C,KAAKqnC,4B,aAKjDiD,UAAS,WACPtqC,KAAK8iC,sBAAwB,GAC7B9iC,KAAK+Z,4BAA8B,GACnC/Z,KAAKonC,4BAA8B,GACnCpnC,KAAK2jC,WAAa,EAClB3jC,KAAK4jC,gBAAkB,EACvB5jC,KAAK6jC,cAAgB,EACrB7jC,KAAK8jC,kBAAoB,EACzB9jC,KAAK+jC,mBAAqB,EAC1B/jC,KAAK8Z,6BAA+B,EACpC9Z,KAAKqnC,wBAA0B,EAC/B,IAAMpY,EAAMvR,KAAKuR,MACjBjvB,KAAKgkC,kBAAoB/U,EACzBjvB,KAAKikC,mBAAqBjkC,KAAK8W,cAAgBmY,EAAM,KACrDjvB,KAAKkkC,wBAA0BlkC,KAAK+W,kBAAoBkY,EAAM,KAC9DjvB,KAAKmkC,sBAAwBnkC,KAAK0W,oBAAsBuY,EAAM,KAC9DjvB,KAAKokC,0BAA4BpkC,KAAK0Z,gBAAkBuV,EAAM,KAC9DjvB,KAAKqkC,2BAA6BrkC,KAAKqX,2BAA6B4X,EAAM,IAC5E,EAEAob,eAAc,WAAd,I,EAAA,OACE,IAAIrqC,KAAK8d,eAAT,CAGA,IAAMmR,EAAMvR,KAAKuR,MACXgnB,EAAYj2C,KAAK8W,eAA6C,OAA5B9W,KAAKikC,mBAA+BhV,EAAMjvB,KAAKikC,mBAAqBjkC,KAAK2jC,WAC3GuS,EAAiBl2C,KAAK+W,mBAAsD,OAAjC/W,KAAKkkC,wBAAoCjV,EAAMjvB,KAAKkkC,wBAA0BlkC,KAAK4jC,gBAC9HuS,EAAen2C,KAAK0W,qBAAsD,OAA/B1W,KAAKmkC,sBAAkClV,EAAMjvB,KAAKmkC,sBAAwBnkC,KAAK6jC,cAC1HuS,EAAmBp2C,KAAK0Z,iBAAsD,OAAnC1Z,KAAKokC,0BAAsCnV,EAAMjvB,KAAKokC,0BAA4BpkC,KAAK8jC,kBAClIuS,EAAoBr2C,KAAKqX,4BAAkE,OAApCrX,KAAKqkC,2BAAuCpV,EAAMjvB,KAAKqkC,2BAA6BrkC,KAAK+jC,mBACtJ98B,MAAM,UAAG,EAAA8tC,aAAY,oCAA4B/0C,KAAKojC,MAAQ,CAC5D4R,OAAQ,QACRC,QAAS,CACP,eAAgB,mBAEhB,cAA+C,QAA9B,0CAA8B,QAAK,IAEtDK,KAAMC,KAAKC,UAAU,CAEnBC,yBAAyB,SAAMz1C,KAAK8iC,uBAEpC4S,gCAAgC,SAAM11C,KAAK+Z,6BAE3C47B,gCAAgC,SAAM31C,KAAKonC,6BAE3CkP,mBAAoBL,EAAUM,kBAAmBtnB,EAAMjvB,KAAKgkC,kBAE5DwS,+BAAgCL,EAAaM,2BAA4BL,EAEzEM,yBAA0BR,EAAeS,4BAA6BN,EAEtEO,gDAAiD52C,KAAK8Z,6BAEtD+8B,2CAA4C72C,KAAKqnC,0BAEnDyP,WAAW,IACV5vC,MAAK,WACN,EAAKojC,WACP,GAnCA,CAoCF,EAEAyM,YAAW,WAEX,EAEAC,YAAW,WAEX,EAEAC,aAAY,SAACvd,GACX,MAAO,UAAGA,EAAKoa,cAAgB,EAAC,YAAIpa,EAAKqa,aAAY,YAAIra,EAAKsa,iBAAgB,YAAIta,EAAK4a,cAAa,YAAI5a,EAAKya,gBAAe,YAAIza,EAAKwd,gBACvI,EAEAzK,YAAW,SAAClnC,GAAZ,WACMvF,KAAKwkC,QAAUj/B,GACjBvF,KAAKwkC,MAAQ,KACbxkC,KAAKuqC,WAAU,WACb,EAAK4M,mBACP,KAEAn3C,KAAKwkC,MAAQj/B,CAEjB,EAMA6xC,aAAY,SAACjK,EAAgBkK,EAAe7hB,GAC1C6hB,EAAQ13C,KAAKigB,GAAKy3B,EACdA,EAAQ,IACVA,GAAS,EAAI13C,KAAKigB,IAEpB,IAAIqV,EAAKt1B,KAAKsgB,MAAMtgB,KAAKogB,IAAIs3B,GAAQ13C,KAAKmgB,IAAIu3B,GAAS13C,KAAKogB,IAAIyV,GAAU71B,KAAKk2B,IAAIsX,GAAUxtC,KAAKmgB,IAAI0V,IAClGP,EAAK,IACPA,GAAM,EAAIt1B,KAAKigB,IAEjB,IAAM0B,EAAM3hB,KAAK63B,KAAK73B,KAAKogB,IAAIyV,GAAU71B,KAAKogB,IAAIotB,GAAUxtC,KAAKmgB,IAAI0V,GAAU71B,KAAKmgB,IAAIqtB,GAAUxtC,KAAKmgB,IAAIu3B,IAC3G,MAAO,CAAEpiB,GAAE,EAAE3T,IAAE,EACjB,EAEA6uB,UAAS,SAACnQ,GACR,IAAItF,EAAOsF,EAAIgU,iBACXrZ,EAAQqF,EAAI8T,cAAc,EACxBlZ,EAAMoF,EAAI+T,aACVlZ,EAAOmF,EAAIsU,cACXxZ,EAASkF,EAAImU,gBACbpZ,EAASiF,EAAIkX,gBAAkBlX,EAAIsX,qBAAuB,IAEnD,GAAT3c,GAAuB,GAATA,IAEhBD,GAAQ,EACRC,GAAS,IAGX,IAAMjxB,EAAI/J,KAAKo5B,MAAM2B,EAAO,KACtB/wB,EAAI,EAAID,EAAI/J,KAAKo5B,MAAMrvB,EAAI,GAC3BhK,EAAIC,KAAKo5B,MAAM,OAAS2B,GACxB7B,EAAIl5B,KAAKo5B,MAAM,SAAW4B,EAAQ,IAGlC/B,EAAKjvB,EAAIjK,EAAIm5B,EAAI,UAAY+B,GAAOC,EAAOC,EAAS,GAAQC,EAAS,MAAW,GACtF,OAAOnC,CAET,EAEA2e,YAAW,SAACvX,EAAWwX,GACrB,IAAM3xC,EAAM2xC,EAAUpZ,GAEhBqZ,EAAaz3C,KAAKmwC,UAAUnQ,GAAQ,QAEpC0X,EAAkBD,EAAa,MAEjCE,EAAM,aAAe,gBAAkBF,EAAa,UAAcC,EAAkBA,EAAkBA,EAAkBA,EAAkBA,EAAkB,OAAW7xC,EAE3K,GAAI8xC,EAAM,EACR,MAAOA,EAAM,IACXA,GAAY,SAGd,MAAOA,EAAM,EACXA,GAAY,IAIhB,OAAOA,CACT,EAEAC,uBAAsB,SAACzK,EAAgBkK,EAAe7hB,EAAgBgiB,EAAiBxX,GACrF,IAAM6X,EAAK73C,KAAKu3C,YAAYvX,EAAKwX,GAE3BM,EAAQ93C,KAAKo3C,aAAajK,EAAQkK,EAAO7hB,GAEzCuiB,EAAKD,EAAM7iB,GAAKmJ,GAElBnJ,EAAK4iB,EAAKE,EAUd,OATI9iB,EAAK,IACPA,GAAM,KAEJA,EAAK,MACPA,GAAM,KAKD,CAAE8M,MAAO5D,GAAMlJ,EAAI+M,OAAQ8V,EAAMx2B,IAC1C,EAEAyrB,uBAAsB,SAAChL,EAAeC,EAAgBxM,EAAgBgiB,EAAiBxX,GACrF,IAAIgY,EAAYh4C,KAAKu3C,YAAYvX,EAAKwX,GAAWpZ,GAAM2D,EACnDiW,EAAY,IACdA,GAAa,KAGf,IAAMD,EAAK5Z,GAAM6Z,EACX12B,EAAM0gB,EACNngC,EAAM2zB,EAENyiB,EAASt4C,KAAKogB,IAAIuB,GAAO3hB,KAAKogB,IAAIle,GAAOlC,KAAKmgB,IAAIwB,GAAO3hB,KAAKmgB,IAAIje,GAAOlC,KAAKmgB,IAAIi4B,GAClFG,EAAWv4C,KAAK63B,KAAKygB,GACrBE,GAASx4C,KAAKogB,IAAIuB,GAAO3hB,KAAKogB,IAAIm4B,GAAYv4C,KAAKogB,IAAIle,KAASlC,KAAKmgB,IAAIo4B,GAAYv4C,KAAKmgB,IAAIje,IAChGu2C,EAAUz4C,KAAKo4B,KAAKogB,GAOxB,OALAC,GAA+B,GAAVz4C,KAAKigB,IAAsB,EAAVjgB,KAAKigB,IAEvCjgB,KAAKogB,IAAIg4B,GAAM,IACjBK,EAAU,EAAIz4C,KAAKigB,GAAKw4B,GAEnB,CAAEjL,OAAQ+K,EAAUb,MAAOe,EAEpC,EAEAC,cAAa,SAACC,GAAd,gBAAc,IAAAA,IAAAA,EAAA,MASZ,IAPA,IAAMz5C,EAAQ,UACR66B,EAAO4e,GAAQt4C,KAAKuoC,UAAY,IAAI7qB,KAIpCsZ,EAAI,EACJuhB,EAAQ,EAAI54C,KAAKigB,GAAKoX,E,WACnBzT,GACP,IAAIutB,EAA6B,CAC/B,CAAC,EAAGvtB,EAAIg1B,GACR,EAAE54C,KAAKigB,GAAK,EAAG2D,EAAIg1B,GACnB,CAAC,GAAIh1B,EAAI,GAAKg1B,IAEhBzH,EAASA,EAAOjwC,KAAI,SAACgtC,GACnB,IAAM2K,EAAQ,EAAKZ,uBAAsB,MAA3B,GAAI,6BAA2B/J,IAAK,IAAE,EAAK/oC,SAAS0+B,YAAa,EAAK1+B,SAAS2+B,aAAc/J,IAAI,IAC/G,MAAO,CAAC0E,GAAMoa,EAAMzW,MAAO3D,GAAMoa,EAAMxW,OACzC,IAGA,IAAM4L,EAAO,IAAIsF,GACjBpC,EAAOnvC,SAAQ,SAAAksC,GAAS,OAAAD,EAAKvrB,SAAQ,MAAburB,GAAI,oBAAaC,IAAK,GAAtB,IACxBD,EAAK9qB,cAAcjkB,GACnB+uC,EAAKnrB,UAAS,GACdmrB,EAAK1qB,cAAcrkB,GACnB+uC,EAAKptB,YAAY,EAAKumB,gBAItBxoB,GAAYmD,cAAcksB,E,SArBnBrqB,EAAI,EAAGA,EAAIyT,EAAGzT,I,EAAdA,EAuBX,EAEAk1B,UAAS,SAACH,GAAV,gBAAU,IAAAA,IAAAA,EAAA,MAUR,IATA,IAAMz5C,EAAQmB,KAAK0V,UAAY,UAEzBgkB,EAAO4e,GAAQt4C,KAAKuoC,UAAY,IAAI7qB,KAIpCsZ,EAAI,EACJuhB,EAAQ,EAAI54C,KAAKigB,GAAKoX,E,WAEnBzT,GACP,IAAIutB,EAA6B,CAC/B,CAAC,EAAGvtB,EAAIg1B,GACR,CAAC,GAAIh1B,EAAI,GAAKg1B,GACd,CAAC54C,KAAKigB,GAAK,EAAG2D,EAAIg1B,IAEpBzH,EAASA,EAAOjwC,KAAI,SAACgtC,GACnB,IAAM2K,EAAQ,EAAKZ,uBAAsB,MAA3B,GAAI,6BAA2B/J,IAAK,IAAE,EAAK/oC,SAAS0+B,YAAa,EAAK1+B,SAAS2+B,aAAc/J,IAAI,IAC/G,MAAO,CAAC0E,GAAMoa,EAAMzW,MAAO3D,GAAMoa,EAAMxW,OACzC,IACA,IAAM4L,EAAO,IAAI,GAAA8K,KACjB5H,EAAOnvC,SAAQ,SAAAksC,GAAS,OAAAD,EAAKvrB,SAAQ,MAAburB,GAAI,oBAAaC,IAAK,GAAtB,IACxBD,EAAKnrB,UAAS,GACdmrB,EAAK1qB,cAAcrkB,GACnB+uC,EAAKptB,YAAY,EAAKsmB,YACtB8G,EAAKjrB,cAAc,GACnB,EAAKjB,cAAcksB,E,SAhBZrqB,EAAI,EAAGA,EAAIyT,EAAGzT,I,EAAdA,EAmBX,EAEAo1B,kBAAiB,WAGfp6B,GAAYsD,WACZ7hB,KAAK44C,kBACP,EAEAC,cAAa,SAAClzC,GACZ,IAAK3F,KAAKslC,iBAAiD,OAA9BtlC,KAAKulC,qBAA+B,CAC/D,IAAMuT,EAAOn5C,KAAKugB,KAAK,SAACva,EAAMozC,MAAQ/4C,KAAKulC,qBAAqB1lB,EAAM,GAAI,SAACla,EAAMqzC,MAAQh5C,KAAKulC,qBAAqBviC,EAAM,IACrH81C,EAAO94C,KAAKqlC,uBACdrlC,KAAKslC,iBAAkB,EAE3B,CACF,EAEArrB,cAAa,SAACtU,GACZ3F,KAAK2lC,UAAY,KACjB3lC,KAAKslC,iBAAkB,EACvBtlC,KAAKulC,qBAAuB,CAAE1lB,EAAGla,EAAMozC,MAAO/1C,EAAG2C,EAAMqzC,OACvDh5C,KAAKmmC,eAAgB,CACvB,EAEAjsB,YAAW,SAAC++B,GACVj5C,KAAKulC,qBAAuB,KAC5BvlC,KAAKslC,iBAAkB,EAEvB,IAAMsJ,EAAc,GAAAphB,QAAQ,oBAAoB,GAC1CqhB,EAAW7Z,GAA2Bh1B,KAAK8zB,WAAY8a,EAAYvtB,GAAIutB,EAAYttB,KACzFthB,KAAK2lC,UAAY,CACf9lB,EAAG7f,KAAK8zB,WAAWxV,cAAcgO,MAAQ,EAAIuiB,EAAShvB,EACtD7c,EAAGhD,KAAK8zB,WAAWxV,cAAcmO,OAAS,EAAIoiB,EAAS7rC,GAEzDhD,KAAKmmC,eAAgB,CACvB,EAGA+S,kBAAiB,WACXl5C,KAAKylC,gCACPzlC,KAAKsoC,QAAQtoC,KAAKuoC,UAEpBvoC,KAAKkqC,uBAAuBlqC,KAAKuoC,SAGnC,EAEA2B,uBAAsB,SAACoO,QAAA,IAAAA,IAAAA,EAAA,MACrB,IACEt4C,KAAK24C,mBACP,C,QAEE34C,KAAKgwC,qBACDhwC,KAAKoc,cACPpc,KAAKq4C,cAAcC,GACft4C,KAAK2mC,SACP3mC,KAAKy4C,UAAUH,GAGrB,CACF,EAEAa,0BAAyB,WAAzB,WACMC,EAAyB,KACzB3sB,EAAS,EACbzsB,KAAKuqC,WAAU,WACb6O,EAAyBh4C,SAASspC,eAAe,4BAE7C0O,IACF3sB,GAAU2sB,EAAuB1sB,cAGnC,IAAM2sB,EAAYj4C,SAASC,cAAc,gBACrCg4C,IACF5sB,GAAU4sB,EAAU3sB,cAGtB,EAAK6Z,oBAAsB,UAAG9Z,EAAM,KACtC,GACF,EAEA7W,SAAQ,WAAR,WAEE5V,KAAKuqC,WAAU,WACb,EAAK4O,2BACP,IACAn5C,KAAKm5C,2BACP,EAEArP,iBAAgB,WAEd9pC,KAAKwoC,YAAYC,sBAAqB,GACtCzoC,KAAKmc,eAAgB,EACrBnc,KAAK0V,SAAW1V,KAAK6mC,cACrB7mC,KAAKoc,aAAc,EACnBpc,KAAK+mC,eAAiB,EAEtB/mC,KAAKmiC,SAASO,cAAc,IAC5B1iC,KAAKsuC,WAAW,CACdhpC,MAAOtF,KAAKmiC,SACZgK,SAAS,EACToC,QAAQ,EACRC,YAAaxuC,KAAK2b,iBAEpB3b,KAAKuc,aAAevc,KAAKknC,WAG3B,EAEAoS,qBAAoB,SAAC9e,GACnB,IAAMsS,EAAW9sC,KAAK+sC,uBAAuB/sC,KAAK6sC,YAAY9K,MAAO/hC,KAAK6sC,YAAY7K,OAAQhiC,KAAK8E,SAAS0+B,YAAaxjC,KAAK8E,SAAS2+B,aAAcjJ,GACrJ,OAAOsS,CACT,EAGAyM,iBAAgB,SAACC,GAIf,IAAMl8B,EAAUtd,KAAK0c,aAAgB1c,KAAK0c,aAAegiB,GAAwB1+B,KAAKmrC,uBAChF/tB,EAAUE,EAAUohB,GAEtBlE,EAAOld,EACPmjB,EAASzgC,KAAKs5C,qBAAqB,IAAI57B,KAAK8c,IAAO2S,OAEvD,MAAQ1M,EAAS+Y,EAASrb,IAAS3D,EAAOpd,EACxCod,GAAQoE,GACR6B,EAASzgC,KAAKs5C,qBAAqB,IAAI57B,KAAK8c,IAAO2S,OAErD,IAAMsM,EAASjf,GAAQpd,EAAU,KAAOod,EACxC,MAAQiG,EAAS+Y,EAASrb,IAAS3D,EAAOpd,EACxCod,GAAQoE,GACR6B,EAASzgC,KAAKs5C,qBAAqB,IAAI57B,KAAK8c,IAAO2S,OAErD,IAAMuM,EAAUlf,GAAQpd,EAAU,KAAOod,EAEzC,MAAO,CACL,OAAsB,OAAXif,GAA+B,OAAZC,EAAoB/5C,KAAK0d,IAAIo8B,EAAQC,GAAWD,EAC9E,QAAuB,OAAXA,GAA+B,OAAZC,EAAoB/5C,KAAKqd,IAAIy8B,EAAQC,GAAWA,EAEnF,EAEAC,iBAAgB,SAACH,GACf,IAAMte,EAAMl7B,KAAKu5C,iBAAiBC,GAGlC,GAAkB,MAAdte,EAAIue,QAAiC,MAAfve,EAAIwe,QAA9B,CAYA,IAAME,EAAaC,EAAU3e,EAAIue,OAAQz5C,KAAK6+B,OACxCib,EAAcD,EAAU3e,EAAIwe,QAAS15C,KAAK6+B,OAC5C7+B,KAAK6+B,MAAMv3B,SAASsyC,GACtB55C,KAAK0c,aAAek9B,EACX55C,KAAK6+B,MAAMv3B,SAASwyC,GAC7B95C,KAAK0c,aAAeo9B,EAEpBl3C,QAAQC,IAAI,0BAjBd,CAEA,SAASg3C,EAAUrf,EAAqBqE,GACtC,GAAa,OAATrE,EACF,OAAQ,EAEV,IAAMuf,EAAKvf,EAAOqE,EAAM,GACxB,OAAOA,EAAM,GAAKkb,EAAMA,EAAKnb,EAC/B,CAeF,EAEA4L,0BAAyB,SAAC2C,GACxB,IAAM6M,GAAkB,EAAI7b,GAEtB8b,EAAuB,EAAID,EAE3BvZ,EAAS0M,EACX+M,EAAa,EACjBl6C,KAAK8mC,YAAc,EAAInnC,KAAKi2B,KAAKj2B,KAAKigB,GAAK6gB,GAAWwZ,IAA0B,EAChF,IAAIE,EAAOn6C,KAAK+lC,wBACZ/lC,KAAK2tC,qBAAuB3tC,KAAKutC,YACnC4M,EAAOA,EAAO,IAAO,IAAOA,GAE9Bn6C,KAAK8mC,WAAa9mC,KAAK8mC,YAAc,EAAI,GAAMnnC,KAAKC,IAAID,KAAKy6C,GAAGz6C,KAAKC,IAAKu6C,EAAM,EAAG,GAAG,OACtFD,EAAazZ,EAAS,EAAI,EAAI,GAAK,EAAI9gC,KAAKi2B,KAAKj2B,KAAKigB,GAAK6gB,GAAWwZ,IAA0B,EAEhGj6C,KAAK0pC,oBAEL1pC,KAAKupC,qBAAkC,IAAb2Q,EAC5B,EAGAv/B,aAAY,WAAZ,WACQ0/B,EAAU,UAAGrX,OAAOl+B,SAASw1C,QAAM,OAAGtX,OAAOl+B,SAASy1C,UACtD1zC,EAAM,UAAGwzC,EAAO,gBAAQr6C,KAAKgY,YAAY1Z,YAAW,gBAAQ0B,KAAKgY,YAAYzZ,cACnFoF,UAAU62C,UACPC,UAAU5zC,GACVK,MAAK,WACJ,SAAKqT,QAAQ,CACXhW,MAAO,WACPzG,KAAM,UACN0G,KAAM,wDACNC,SAAU,IACVi2C,kBAAkB,GALpB,IAQDlzC,OAAM,SAAC41B,GACN,SAAK7iB,QAAQ,CACXhW,MAAO,WACPzG,KAAM,QACN0G,KAAM,qBACNC,SAAU,IACVi2C,kBAAkB,GALpB,GAQN,EAEApP,cAAa,SAACzpC,EAAaC,GAEzB,IAAMF,EAAMjC,KAAKo5B,MAAMoI,GAASt/B,EAAM,IAChCue,EAAMzgB,KAAKo5B,MAAMj3B,EAAM,GAAMs/B,IACnC,OAAIx/B,EAAM,GAAKA,GAAOo/B,GAAUp3B,QAAUwW,EAAM,GAAKA,GAAO4gB,GAAU,GAAGp3B,OAChE,KAEFo3B,GAAUp/B,GAAKwe,EACxB,EAEA4pB,qBAAoB,WAClB,IAAMnuB,EAAoBuf,GAA0Bp7B,KAAKgY,YAAY1Z,YAAa0B,KAAKgY,YAAYzZ,aAAc,KAyBjH,OAxBAyB,KAAK6b,kBAAoBA,EAAkB,GACvC7b,KAAK6b,kBAAkBge,aAAa,GACtC75B,KAAKsnC,aAAetnC,KAAK6b,kBAAkBge,aAAa,GAAGkH,UAClD/gC,KAAK6b,kBAAkB8d,aAAa,GAC7C35B,KAAKsnC,aAAetnC,KAAK6b,kBAAkB8d,aAAa,GAAGoH,UAE3D/gC,KAAKsnC,aAAe,KAGlBtnC,KAAK6b,kBAAkBme,WAAW,GACpCh6B,KAAKwnC,WAAaxnC,KAAK6b,kBAAkBme,WAAW,GAAG+G,UAC9C/gC,KAAK6b,kBAAkBoe,WAAW,GAC3Cj6B,KAAKwnC,WAAaxnC,KAAK6b,kBAAkBoe,WAAW,GAAG8G,UAEvD/gC,KAAKwnC,WAAa,KAIhBxnC,KAAK6b,kBAAkBuB,QAAQ,GACjCpd,KAAKunC,WAAavnC,KAAK6b,kBAAkBuB,QAAQ,GAAG2jB,UAEpD/gC,KAAKunC,WAAa,KAGZvnC,KAAK6b,kBAAkB/d,MAC/B,IAAK,IACHkC,KAAK0nC,YAAc,QACnB,MACF,IAAK,IACH1nC,KAAK0nC,YAAc,UACnB,MACF,IAAK,IACH1nC,KAAK0nC,YAAc,UACnB,MACF,QACE1nC,KAAK0nC,YAAc,OAGrB,OAAO7rB,CAET,EAEA8+B,gBAAe,SAACC,G,QACR3e,EAAmB2e,EAAW1e,SAASC,QAAO,SAAAx0B,GAAW,UAAuBy0B,MAAK,SAAAt+B,GAAQ,OAAA6J,EAAQ00B,WAAW/0B,SAASxJ,EAA5B,GAApC,IACzDw+B,EAAoF,QAArE,EAAAL,EAAiBM,MAAK,SAAA50B,GAAW,OAAAA,EAAQ00B,WAAW/0B,SAAS,QAA5B,WAAoC,QAA8E,QAAxE,EAAA20B,EAAiBM,MAAK,SAAA50B,GAAW,OAAAA,EAAQ00B,WAAW/0B,SAAS,WAA5B,WAAuC,aAAKsB,EAC7K,QAAqBA,IAAjB0zB,EACF,OAAOA,EAET,IAAMK,EAAgBV,EAAiBM,MAAK,SAAA50B,GAAW,OAAAA,EAAQ00B,WAAW/0B,SAAS,SAA5B,IACvD,QAAsBsB,IAAlB+zB,EACF,OAAOA,EAET,IAAMF,EAAiBR,EAAiBM,MAAK,SAAA50B,GAAW,OAAAA,EAAQ00B,WAAW/0B,SAAS,UAA5B,IACxD,YAAuBsB,IAAnB6zB,EACKA,EAEF,IACT,EAEAoe,qBAAoB,SAAClzC,GACnB,IAAM60B,EAAmB,GAyBzB,OAxBI70B,EAAQnD,MACVg4B,EAAOj1B,KAAKI,EAAQnD,MAEtBmD,EAAQmzC,QAAQn5C,SAAQ,SAAAgc,GACtB,IAAMo9B,EAAWp9B,EAAKjT,GAAG+vB,MAAM,KAAK,GACpC,GAAK,GAAuBnzB,SAASyzC,GAArC,CAGA,IAAIv2C,EAAO,KACLw2C,EAAYr9B,EAAKif,WACvB,GAAiB,WAAbme,GAAsC,MAAbC,EACvB,GAAiB5e,MAAK,SAAAS,GAAQ,OAAAme,EAAUle,WAAWD,EAArB,MAChCr4B,EAAOw2C,EAAUje,UAAU,SAExB,GAAiB,YAAbge,EAAwB,CACjC,IAAME,EAAWt9B,EAAKnZ,KACjB,GAAa8C,SAAS2zC,KACzBz2C,EAAOy2C,EAEX,CACa,OAATz2C,GACFg4B,EAAOj1B,KAAK/C,EAdd,CAgBF,IACOg4B,EAAOQ,KAAK,KACrB,EAEAke,qBAAoB,SAAC1hB,GACnB,IAAM7xB,EAAU3H,KAAK26C,gBAAgBnhB,GACrC,OAAgB,OAAZ7xB,EACK,GAEF3H,KAAK66C,qBAAqBlzC,EACnC,EAEMs1B,gBAAe,SAAC1+B,EAAsBD,G,2BAAsB4+B,SAAO,W,iFAGpD,OAFbC,EAAc,6FACdt2B,EAAM,4DAAqDtI,EAAY,YAAID,EAAW,8BAAsB6+B,GAC/F,GAAMl2B,MAAMJ,GAC5BK,MAAK,SAAAC,GAAY,OAAAA,EAASC,MAAT,IACjBF,MAAK,SAACxF,GACL,OAA+B,IAA3BA,EAAOw6B,SAAStyB,OACX,KAEF,EAAKsxC,qBAAqBx5C,EACnC,IACC8F,OAAM,SAAC41B,GACN,EAAKzlB,mBAAqB,mCAC5B,K,OACF,OAXM0lB,EAAa,SAWfA,EACK,CAAP,EAAOA,IAEDC,EAAKt9B,KAAKgY,YAAY1Z,aAAe,EAAI,IAAM,IAC/Ci/B,EAAKv9B,KAAKgY,YAAYzZ,cAAgB,EAAI,IAAM,IAChDsD,EAAMlC,KAAKksB,IAAI7rB,KAAKgY,YAAY1Z,aAAak/B,QAAQ,GACrD17B,EAAMnC,KAAKksB,IAAI7rB,KAAKgY,YAAYzZ,cAAci/B,QAAQ,GACrD,CAAP,EAAO,UAAG37B,EAAG,aAAKy7B,EAAE,aAAKx7B,EAAG,aAAKy7B,K,QAI/B9lB,uBAAsB,SAACmtB,G,2BAAqB1H,SAAO,W,yCAGvD,OAFMC,EAAc,6FACdt2B,EAAM,4DAAqD+9B,EAAU,8BAAsBzH,EAAW,gBACrG,CAAP,EAAOl2B,MAAMJ,GACVK,MAAK,SAAAC,GAAY,OAAAA,EAASC,MAAT,IACjBF,MAAK,SAACxF,GACL,OAAOA,CACT,IACC8F,OAAM,SAAC41B,GAAS,e,QAIrB+d,uBAAsB,SAACxzC,GAAvB,WACE3H,KAAKgY,YAAc,CAAEzZ,aAAcoJ,EAAQ6Z,OAAO,GAAIljB,YAAaqJ,EAAQ6Z,OAAO,IAClFxhB,KAAKi9B,gBAAgBt1B,EAAQ6Z,OAAO,GAAI7Z,EAAQ6Z,OAAO,IAAIta,MAAK,SAAC1C,GAC/D,EAAK+W,qBAAuB/W,CAC9B,GACF,EAEAkT,6BAA4B,SAAC/P,GAC3B3H,KAAKm7C,uBAAuBxzC,GAC5B3H,KAAKonC,4BAA4B7/B,KAAKI,EAAQ6Z,OAChD,EAEAlF,oBAAmB,WACjBtc,KAAK2c,WAAY,EACjB,IAAMuK,EAAOvnB,KAAKunB,KAAKlnB,KAAKuc,cAC5B,GAAI2K,EAAO,EACTlnB,KAAKuc,cAAgB5c,KAAK0d,IAAIrd,KAAKuc,aAAa,OADlD,CAIA,IAAMsP,EAAMlsB,KAAKksB,IAAI7rB,KAAKuc,cACtB6+B,EAASz7C,KAAKo5B,MAAMp5B,KAAKsd,MAAM4O,IACnCuvB,GAAiB,EAAPl0B,EACVlnB,KAAKuc,aAAe2K,EAAOvnB,KAAKC,IAAI,GAAID,KAAKksB,IAAIuvB,GAJjD,CAKF,EAEA3+B,qBAAoB,WAElB,GADAzc,KAAK2c,WAAY,EACbhd,KAAKunB,KAAKlnB,KAAKuc,cAAgB,EACjCvc,KAAKuc,cAAgB5c,KAAKqd,IAAIhd,KAAKuc,cAAc,OADnD,CAIA,IAAM2K,EAAOvnB,KAAKunB,KAAKlnB,KAAKuc,cACtBsP,EAAMlsB,KAAKksB,IAAI7rB,KAAKuc,cACtB6+B,EAASz7C,KAAKo5B,MAAMp5B,KAAKsd,MAAM4O,IACnCuvB,GAAiB,EAAPl0B,EACVlnB,KAAKuc,aAAe2K,EAAOvnB,KAAKC,IAAI,GAAID,KAAKksB,IAAIuvB,GALjD,CAMF,EAEM9gC,2BAA0B,W,4GACF,OAA5B,EAAAta,KAA4B,GAAMA,KAAKi9B,gBAAgBj9B,KAAKgY,YAAYzZ,aAAcyB,KAAKgY,YAAY1Z,c,cAAvG,EAAKid,qBAAuB,S,YAG9B4B,UAAS,SAACpa,GAER,IAAM8oB,EAAMlsB,KAAKksB,IAAI9oB,GAErB,OAAI8oB,EAAM,IACD9oB,EAAIy6B,QAAQ,GAGjB3R,EAAM,GACD9oB,EAAIy6B,QAAQ,GAGjB3R,EAAM,IACsB,GAAvBlsB,KAAK2jB,MAAMvgB,EAAM,IAGK,IAAxBpD,KAAK2jB,MAAMvgB,EAAM,IAC1B,GAGF+G,MAAO,CAELwN,gBAAe,SAAC+jC,GACdr7C,KAAKkpC,oBACP,EAEA3zB,kBAAiB,SAAC+lC,GAAlB,WAKE,GAJAt7C,KAAK4V,WACL5V,KAAKuqC,WAAU,WACb,EAAKI,UACP,IACI2Q,EAAM,CAEPt7C,KAAK8X,MAAMvC,kBAA0BgmC,SAAU,EAChD,IAAM9Q,EAAUrpC,SAASo6C,cACrB/Q,GAA0B,+BAAfA,EAAQ//B,IACpB+/B,EAAwBgR,MAE7B,CACF,EAEAtkC,gCAA+B,SAACkkC,GAAhC,WACEr7C,KAAK4V,WACL5V,KAAKuqC,WAAU,WACb,EAAKI,UACP,GACF,EAEAr1B,QAAO,SAAComC,GAER,EAEA59B,eAAc,SAAC69B,GACb3Y,OAAOC,aAAaK,QAAQvE,GAAahhC,OAAO49C,GAClD,EAEA3gC,QAAO,SAAC3S,GACDA,IACHrI,KAAKwc,SAAU,EACfxc,KAAKmX,iCAAmCnX,KAAKsX,gBACxCtX,KAAK4a,kBAA4C,OAAxB5a,KAAK8d,iBACjC9d,KAAK4d,mBAAoB,GAG/B,EAEAzB,cAAa,SAACm/B,GACZt7C,KAAKwoC,YAAYE,kBAAkB4S,GACnCt7C,KAAKwoC,YAAYG,sBAAsB2S,EACzC,EAEAl/B,YAAW,SAACw/B,GACV57C,KAAKkqC,yBACLlqC,KAAK0pC,mBACP,EAEA/C,QAAO,SAACiV,GACN57C,KAAKkqC,yBACLlqC,KAAK0pC,mBACP,EAEAmC,WAAU,SAACgQ,EAAeC,GACxB97C,KAAK2lC,UAAY,KACjB3lC,KAAKgwC,oBACP,EAEA3zB,eAAc,SAACu/B,GACb57C,KAAK0pC,oBACL1pC,KAAKkqC,uBAAuBlqC,KAAKuoC,SACnC,EAEAA,SAAQ,SAACwT,GACP/7C,KAAKk5C,mBACP,EAEAx8B,aAAY,SAACs/B,GAEb,EAEAvO,aAAY,SAACwO,EAAeC,GACtBD,IACFj8C,KAAK2c,UAAchd,KAAKksB,IAAI7rB,KAAKuc,cAAgB,IAAOvc,KAAKwc,SAI3D0/B,IAAYD,IACdj8C,KAAK2c,WAAY,EAErB,EAGA8sB,eAAc,SAACjP,IAETx6B,KAAK2c,WAAc3c,KAAKytC,cAAuC,UAAtBztC,KAAKwtC,cAAkD,WAAtBxtC,KAAKwtC,eACjFxtC,KAAK2c,WAAY,GAGf6d,EAAKuG,WAAa/gC,KAAKod,SAAWod,EAAKuG,UAAY/gC,KAAKsd,QACtDtd,KAAKwc,UACPxc,KAAKwc,SAAU,EACfxc,KAAK0c,aAAe1c,KAAKsd,SAK7Btd,KAAKkqC,uBAAuB1P,EAC9B,EAEA1kB,YAAW,SAACqmC,GACLn8C,KAAKgmC,mBAAgC,WAATmW,GAAgC,gBAATA,IACtDn8C,KAAK+Z,4BAA4BxS,KAAK,CAACvH,KAAKgY,YAAY1Z,YAAa0B,KAAKgY,YAAYzZ,eACtFyB,KAAKqnC,yBAA2B,EAChCrnC,KAAKgmC,mBAAoB,EAE7B,EAEAlhC,SAAQ,SAACiF,EAAkBC,GACzB,IAAMgO,EAAgC,CAAComB,GAAMr0B,EAAIy5B,YAAapF,GAAMr0B,EAAI05B,cAEpEz5B,EAAOw5B,YAAcz5B,EAAIy5B,YAAc,IACzC,GAAAnd,MAAMU,gBAAkB,MAG1B/mB,KAAK+b,iBAAmB,gBAAS,GAAD,oBAAI/D,IAAW,IAC/ChY,KAAKwc,SAAU,EAEfxc,KAAK2pC,oBAIL3pC,KAAK8zB,WAAW9H,iBAChBhsB,KAAKgqC,uBACLhqC,KAAKkqC,yBAGDlqC,KAAKqtC,aAGPrtC,KAAKyuC,gBAET,EAEAjyB,QAAO,SAAC4/B,GACNx5C,QAAQC,IAAI,UAAGu5C,EAAO,WAAa,YAAW,eAAOp8C,KAAKuc,aAAY,gBACtEvc,KAAK4pC,aAAawS,GAEdp8C,KAAKytC,cAAgB2O,IACvBp8C,KAAK2c,UAAahd,KAAKksB,IAAI7rB,KAAKuc,cAAgB,GAGpD,EAEA3B,iBAAgB,SAAC7X,GACVA,IACH/C,KAAKgb,SAAU,EACXhb,KAAKsX,kBACPtX,KAAKkb,WAAa,GAGxB,EAEApE,cAAa,SAACwkC,GAERA,EACFt7C,KAAKikC,mBAAqBvmB,KAAKuR,MACM,OAA5BjvB,KAAKikC,qBACdjkC,KAAK2jC,YAAejmB,KAAKuR,MAAQjvB,KAAKikC,mBACtCjkC,KAAKikC,mBAAqB,KAE9B,EAEAvtB,oBAAmB,SAAC4kC,GACdA,GACFt7C,KAAKmkC,sBAAwBzmB,KAAKuR,MAClCjvB,KAAKwc,SAAU,GACyB,OAA/Bxc,KAAKmkC,wBACdnkC,KAAK6jC,eAAkBnmB,KAAKuR,MAAQjvB,KAAKmkC,sBACzCnkC,KAAKmkC,sBAAwB,KAEjC,EAEAptB,kBAAiB,SAACukC,GACZA,EACFt7C,KAAKkkC,wBAA0BxmB,KAAKuR,MACM,OAAjCjvB,KAAKkkC,0BACdlkC,KAAK4jC,iBAAoBlmB,KAAKuR,MAAQjvB,KAAKkkC,wBAC3ClkC,KAAKkkC,wBAA0B,KAEnC,EAEA7sB,2BAA0B,SAACikC,GACrBA,GACFt7C,KAAKwc,SAAU,EACfxc,KAAKqkC,2BAA6B3mB,KAAKuR,OACM,OAApCjvB,KAAKqkC,6BACdrkC,KAAK+jC,oBAAuBrmB,KAAKuR,MAAQjvB,KAAKqkC,2BAC9CrkC,KAAKqkC,2BAA6B,KAEtC,EAEA3qB,gBAAe,SAACD,GACVA,EACFzZ,KAAKokC,0BAA4B1mB,KAAKuR,MACM,OAAnCjvB,KAAKokC,4BACdpkC,KAAK8jC,mBAAsBpmB,KAAKuR,MAAQjvB,KAAKokC,0BAC7CpkC,KAAKokC,0BAA4B,KAErC,EAEAlpB,WAAU,SAACnY,GACT/C,KAAKgb,QAAUjY,EAAM,CAEvB,EAEA2jC,WAAU,SAAC2V,GACI,YAATA,GACFr8C,KAAK8pC,mBAEP9pC,KAAKwqC,0BAA0BxqC,KAAK6sC,YAAYM,QAChDntC,KAAK0pC,mBACP,EAEAh0B,SAAQ,SAAC4mC,GACPt8C,KAAKkqC,wBACP,EAEAgD,gBAAe,SAACqP,GAGdv8C,KAAK+mC,eAAiBwV,EAAU,EAAI,GACtC,EAEA1P,YAAW,SAAC2P,GAEVx8C,KAAKwqC,0BAA0BgS,EAAIrP,OAErC,EAEApH,wBAAuB,SAAC0W,GAEtBz8C,KAAKwqC,0BAA0BxqC,KAAK6sC,YAAYM,QAChDntC,KAAKkqC,wBACP,EAEAvuB,eAAc,SAAC5Y,GACb,GAAIA,EAEF,OADA/C,KAAK+pC,WACiB,OAAnB/pC,KAAK2lC,eACN3lC,KAAKic,qBAAsB,QAG3B,EAGFjc,KAAKic,qBAAsB,EAC3B,IAAMygC,EAAe,IAAI,GAAAta,MASzB,OARAsa,EAAazN,OAAOjvC,KAAKgsC,SAAW5N,GAAM,IAC1Cse,EAAaxN,QAAQlvC,KAAKisC,UAAY7N,SACtCp+B,KAAKsuC,WAAW,CACdhpC,MAAOo3C,EACPvQ,SAAS,EACToC,QAAQ,EACRC,aAAa,GAInB,EAEA7I,UAAS,SAAC5iC,GACR,OAAY,OAARA,GAAgB/C,KAAK2b,oBACvB3b,KAAKic,qBAAsB,QAG3Bjc,KAAKic,qBAAsB,EAG/B,EAEAM,aAAY,SAACxZ,GACPpD,KAAKksB,IAAI9oB,GAAO,OAClBH,QAAQ+5C,KAAK,qDACb38C,KAAKuc,aAAgC,IAAjB5c,KAAKunB,KAAKnkB,IAGhC/C,KAAK6pC,aAAqB,IAAR9mC,EAAY,EAAIA,EAAM,EAAI,KAC9C,KQ1lIE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,MAEpE,MCPO,SAAS,GAAOjG,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAC9E,OAAQ,WCCR,QAOa,MANXoI,KAAK,SACJ,QAAOq3C,EAAAA,MACP,aAAaC,EAAAA,WACb,QAAOC,EAAAA,ODAP,CCRL,kBAUI,WAAQ,QAAR,QAAQ,qCAVZ,KDaK,EAAG,CAAC,UAAW,eAAgB,WACpC,CCIA,UAAe,QAAgB,CAC7Bv3C,KAAM,mBAEN5H,MAAO,CAAC,QAAS,cAAe,SAEhCuD,QAAS,CACP07C,MAAK,SAACnS,GACJ,IAAMne,EAAQywB,iBAAiBtS,GAASne,MAExCme,EAAQzjC,MAAMslB,MAAQA,EACtBme,EAAQzjC,MAAMlD,SAAW,WACzB2mC,EAAQzjC,MAAMg2C,WAAa,SAC3BvS,EAAQzjC,MAAMylB,OAAS,OAEvB,IAAMA,EAASswB,iBAAiBtS,GAAShe,OAEzCge,EAAQzjC,MAAMslB,MAAQ,GACtBme,EAAQzjC,MAAMlD,SAAW,GACzB2mC,EAAQzjC,MAAMg2C,WAAa,UAC3BvS,EAAQzjC,MAAMylB,OAAS,MAIvBswB,iBAAiBtS,GAAShe,OAO1BwwB,uBAAsB,WACpBxS,EAAQzjC,MAAMylB,OAASA,CACzB,IAEAzsB,KAAKsC,MAAM,QACb,EAEAu6C,WAAU,SAACpS,GACTA,EAAQzjC,MAAMylB,OAAS,OACvBzsB,KAAKsC,MAAM,cACb,EAEAw6C,MAAK,SAACrS,GACJ,IAAMhe,EAASswB,iBAAiBtS,GAAShe,OAEzCge,EAAQzjC,MAAMylB,OAASA,EAIvBswB,iBAAiBtS,GAAShe,OAE1BwwB,uBAAsB,WACpBxS,EAAQzjC,MAAMylB,OAAS,GACzB,IACAzsB,KAAKsC,MAAM,QACb,KClEE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,IAAQ,CAAC,YAAY,qBAEzF,MCPA,IAAM46C,GAAe,SAAAlmB,GAAK,OAAC,QAAa,mBAAmBA,EAAEA,KAAI,UAAcA,CAArD,EACpB,GCHN,ODIM,GCJN,cDKM,GAAa,CCLnB,ODMM,GAAa,CCYRp6B,MAAM,uBDXX,GCPN,cDQM,GAA2BsgD,IAAa,WCmB1C,eAEO,QAFDl2C,MAAA,kBAAqB,EA3B/B,QA2BgC,mBACb,QAA0E,KAAvEyF,KAAK,qDAAoD,eA5B/E,QA4B6F,UAAK,QAAgE,KAA7DA,KAAK,8CAA6C,aDfnJ,ECcA,IDZG,SAAS,GAAO3P,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAG9E,OAAQ,WChBR,QA4BM,OA3BHuN,GAAIA,EAAAA,GACL9N,MAAM,sBDiBL,ECfD,QAGiB,OAFd+Q,IAAKqL,EAAAA,MACLC,IAAKA,EAAAA,IACNkkC,QAAQ,QDiBP,KAAM,EC1Bb,IAUqBC,EAAAA,YAAcC,EAAAA,WAVnC,iBD4BS,WClBL,QAeU,UAzBd,KAWM,QAMU,WANAC,KAAK,SAAS,aAAW,eAAoB,QAAK,YDuBlE,W,IAAC,sDAAY,OCvBuD,EAAAC,SAAA,EAAAA,QAAA,oCDuBvD,IACA,ECvBL,QAIS,KAHP1+C,MAAM,SAAO,CAbvB,kBAeU,WAAsC,QAfhD,iBAea2+C,EAAAA,MAAQ,WAAa,aAAhB,GAA8B,IAfhD,SAkBM,QAMM,MANN,GAMM,EALJ,QAIC,OAHA7vC,IAAKoL,EAAAA,IACLE,IAAG,aAAiBA,EAAAA,IACrBkkC,QAAQ,QD0BD,KAAM,EChDrB,SA2BI,ID0BC,ECrDL,GDsDA,CCdA,UAAe,QAAgB,CAC7B53C,KAAM,eAENk4C,WAAY,CACV,SAAUC,EAAA,GAIZ9/C,MAAO,CACLy/C,UAAY,CACVv/C,KAAMI,QACNF,SAAS,EACT6jC,UAAU,GAGZ/oB,YAAa,CACXhb,KAAMI,QACNF,SAAS,EACT6jC,UAAU,GAGZn3B,GAAI,CACF5M,KAAMC,OACNC,QAAS,WACT6jC,UAAU,GAEZ7oB,MAAO,CACLlb,KAAMC,OACN8jC,UAAU,GAEZ9oB,IAAK,CACHjb,KAAMC,OACN8jC,UAAU,GAEZ5oB,IAAK,CACHnb,KAAMC,OACN8jC,UAAU,IAIdxhC,KAAI,WACF,MAAO,CACL+8C,WAAYp9C,KAAKq9C,UACjBG,MAAOx9C,KAAKq9C,WAAar9C,KAAK8Y,YAElC,EAEA/Y,QAAO,WACL,IAAM49C,EAAa3a,OAAO4a,WAAW,qCAC/BC,EAAUz8C,SAASC,cAAc,iCAEvC,GAAIs8C,EAAWG,SAAWD,EAGxB,OAFA79C,KAAKo9C,YAAa,OAClBS,EAAQE,gBAAgB,QAEfF,IACTA,EAAQpkC,OAAUzZ,KAAK8Y,aAAe9Y,KAAKq9C,WAE/C,EAEAn8C,QAAS,CAEPq8C,QAAO,WACDv9C,KAAKo9C,aAITp9C,KAAKw9C,OAASx9C,KAAKw9C,MAErB,KCtGE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,IAAQ,CAAC,YAAY,qBAEzF,MCPA,IAAM,GAAa,CCDZ9yC,GAAG,gBDEJ,ICHN,o3BDIM,GAAa,CCFf,IDMG,SAAS,GAAO5N,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAC9E,OAAQ,WCRR,QAeM,MAfN,GADF,GDUA,CCaA,UAAe,QAAgB,CAG7BS,MAAO,CACLogD,QAAS,CACPlgD,KAAMI,QACNF,SAAS,IAIbqC,KAAI,WACF,MAAO,CAAC,CACV,EAEA49C,QAAO,WAEP,EAEA/8C,QAAS,CAAC,EAIV4H,SAAU,CAERo1C,SAAQ,WACN,MAAQ,iEAAiE5O,KAAK3rC,UAAUw6C,UAC1F,GAGFr0C,MAAO,CAAC,IC/CJ,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,MAEpE,MCLA,IACM,GCHN,eDIM,GCJN,ODKM,GCLN,cDOO,SAAS,GAAOhN,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,G,MAC9E,OAAQ,WCHR,QA8BM,OA9BDP,MAAM,gBACR,QAAK,+BAAEwhD,EAAAA,SAAU,CAAZ,GACL,UAAO,aAPZ,4BAOoB97C,EAAAA,MAAM,QAP1B,GAOyB,YACpB,aAAY+7C,EAAAA,QAAU,aAAeA,EAAAA,QAAU,cAChDf,KAAK,UDKJ,ECHD,QAuBM,OAtBH5yC,GAAE,sBAAiBA,EAAAA,IACpB9N,MAAM,wBACLoK,OAdP,QAccs3C,EAAAA,cACP,YAAS,+BAAEC,EAAAA,SAAU,CAAZ,GACT,WAAQ,+BAAEA,EAAAA,SAAU,CAAZ,GACR,YAAS,+BAAEC,EAAAA,QAAS,CAAX,GACT,UAAO,+BAAEA,EAAAA,QAAS,CAAX,GACP,OAAI,+BAAEJ,EAAAA,SAAU,CAAZ,GACL,cAAY,QDKX,CCHQK,EAAK,QDKT,WCLP,QAAuD,OAtB3D,MAsBuB9wC,IAAK8wC,EAAAA,MAAQxlC,IAAY,QAAPolC,EAAAA,EAAAA,eAAO,QAAII,EAAAA,ODSvC,KAAM,EC/BnB,sBAuBM,QAIO,OAHL7hD,MAAM,yBACLoK,OAzBT,QAyBgB03C,EAAAA,eACR,cAAY,QDWX,KAAM,ICTT,QAKM,OAJJ9hD,MAAM,mBACLoK,OA9BT,QA8BgB23C,EAAAA,UDWP,ECTD,QAAa,kCDWZ,IACF,GC5CP,KD6CK,GC7CL,GD8CA,CCLA,UAAe,QAAgB,CAE7Bp5C,KAAM,aAEN3H,MAAO,CAEL8M,GAAI,CACF5M,KAAMC,OACNC,QAAS,IAGXygD,MAAO,CACL3gD,KAAMC,QAAU,KAChBC,QAAS,MAGXqgD,QAAS,CACPvgD,KAAMC,QAAU,KAChBC,QAAS,MAEX4gD,gBAAiB,CACf9gD,KAAMC,OACNC,QAAS,eAEX6gD,kBAAmB,CACjB/gD,KAAMgC,OACN9B,QAAS,GAEXa,MAAO,CACLf,KAAMC,OACNC,QAAS,SAGXsuB,MAAO,CACLxuB,KAAMC,OACN8jC,UAAU,GAGZpV,OAAQ,CACN3uB,KAAMC,OACN8jC,UAAU,GAGZid,SAAU,CACRhhD,KAAMC,OACNC,QAAS,MAGX+gD,WAAY,CACVjhD,KAAMC,OACNC,QAAS,MAGXghD,WAAY,CACVlhD,KAAMC,OACNC,QAAS,MAGXihD,OAAQ,CACNnhD,KAAMC,OACNC,QAAS,MAGXkhD,aAAc,CACZphD,KAAMC,OACNC,QAAS,MAIXmhD,aAAc,CACZrhD,KAAMC,OACNC,QAAS,MAEXohD,YAAa,CACXthD,KAAMC,OACNC,QAAS,MAEXqhD,aAAc,CACZvhD,KAAMC,OACNC,QAAS,MAGXshD,cAAe,CACbxhD,KAAMC,OACNC,QAAS,mBAEXuhD,aAAc,CACZzhD,KAAMC,OACNC,QAAS,MAEXwhD,cAAe,CACb1hD,KAAMC,OACNC,QAAS,OAIbqC,KAAI,WACF,MAAO,CACLk+C,SAAS,EACTC,QAAQ,EACRJ,SAAS,EAEb,EAEAt1C,SAAU,CAERw1C,aAAY,WACV,IAAMmB,EAAM,CACV5gD,MAAOmB,KAAKnB,MACZytB,MAAO,eAAQtsB,KAAKssB,MAAK,SACzBG,OAAQzsB,KAAKysB,OACbwyB,OAAQj/C,KAAKi/C,OACbC,aAAcl/C,KAAKk/C,cAGrB,OAAIl/C,KAAKu+C,SAAWv+C,KAAKs/C,eAChB,oBAAIG,GAAG,CAAER,OAAQj/C,KAAKs/C,gBAG3Bt/C,KAAKw+C,QAAUx+C,KAAKu/C,cACf,oBAAIE,GAAG,CAAER,OAAQj/C,KAAKu/C,eAG3Bv/C,KAAKo+C,SAAWp+C,KAAKw/C,eAChB,oBAAIC,GAAG,CAAER,OAAQj/C,KAAKw/C,gBAGxBC,CAGT,EAEAd,QAAO,WAEL,IAAIc,EAAM,CACRX,SAAU9+C,KAAK8+C,SACfC,WAAY/+C,KAAK++C,WACjBC,WAAYh/C,KAAKg/C,YAQnB,OALIh/C,KAAKu+C,SAAWv+C,KAAKo+C,WACvBqB,GAAE,oBAAQA,GAAG,CAAEV,WAAY,UAIzB/+C,KAAKu+C,SAAWv+C,KAAKm/C,cAChB,oBAAIM,GAAG,CAAE5gD,MAAOmB,KAAKm/C,eAI1Bn/C,KAAKw+C,QAAUx+C,KAAKo/C,aACf,oBAAIK,GAAG,CAAE5gD,MAAOmB,KAAKo/C,YAAaL,WAAY,UAGhD,oBAAIU,GAAG,CAAE5gD,MAAOmB,KAAKnB,OAC9B,EAEA6/C,cAAa,WACX,IAAMe,EAAM,CAAEb,gBAAiB5+C,KAAK4+C,gBAAiBl8C,QAAS1C,KAAK6+C,mBAEnE,OAAOY,CACT,KCnME,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,IAAQ,CAAC,YAAY,qBAEzF,M,eCPM,GCFN,ODGM,GAAa,CCHnB,ODIM,GAAa,CCJnB,ODKM,GAAa,CCLnB,ODMM,GCNN,cDOM,GAAa,CCPnB,ODQM,GAAa,CCRnB,ODSM,GAAa,CCTnB,ODUM,GAAa,CCVnB,ODWM,GAAc,CCXpB,MAqCU7iD,MAAM,oBDtBV,GAAc,CCfpB,MA2CUA,MAAM,sBDvBT,SAAS,GAAOE,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,G,QAK9E,OAAQ,WCxBR,QA+CO,QA/CAuN,GAAE,8BAAyBA,EAAAA,IAAM9N,MAAM,eD2B3C,CC1BW8iD,EAAe,kBD4BtB,WC5BL,QAAkE,OAFtE,GAEiC,gBAAY,QAAGC,EAAAA,aAAW,KAF3D,eAGgBD,EAAe,kBD8BtB,WC9BL,QAA+D,OAHnE,GAGiC,aAAS,QAAG97C,EAAAA,aAAW,KAHxD,eAIgB87C,EAAe,kBDgCtB,WChCL,QAA0D,OAJ9D,GAIiC,YAAQ,QAAGE,EAAAA,SAAO,KAJnD,eAKaF,EAAe,kBDkCnB,WClCL,QAA0C,KAL9C,MAK8B,UAAOp7C,EAAAA,KDqC1B,KAAM,EC1CjB,qBAOau7C,EAAAA,YAPb,iBD6CS,WCvCL,QAaE,KAnBN,MAQMjjD,MAAM,qBACLyZ,QAASA,EAAAA,QACTF,KAAMA,EAAAA,KACNmF,QAAS1X,EAAAA,YAAek8C,EAAAA,cAAgB,QAAU,OAAU,WAC5DxpC,UAAWA,EAAAA,UACX6mC,QAASA,EAAAA,QACTtnC,KAAMiqC,EAAAA,mBAAgBl3C,EAAYiN,EAAAA,KAClC,eAAciqC,EAAAA,cAAgBjqC,EAAAA,UAAOjN,EACrC/J,MAAOkhD,EAAAA,iBAAmB,MAAQlhD,EAAAA,MAClC,QAAOqB,EAAAA,YACPsE,KAAMs7C,EAAAA,cAAgBxnC,EAAAA,WAAQ1P,GDwC1B,KAAM,EAAG,CAAC,UAAW,OAAQ,UAAW,YAAa,UAAW,OAAQ,eAAgB,QAAS,UAAW,WCpCtGo3C,EAAAA,kBAAoBC,EAAAA,qBAAuB9C,EAAAA,SAAW0C,EAAAA,YAAcK,EAAAA,oBDuC5E,WCvCL,QASO,OA/BX,IAwBcD,EAAkB,qBDuCjB,WCxCT,QAMuB,MA7B7B,MAyBS9pC,KAAMgqC,EAAAA,mBACN7zB,MAAO,EACPztB,MAAOA,EAAAA,MACRuhD,cAAA,IDyCS,KAAM,EAAG,CAAC,OAAQ,YCrEnC,eA8BkBJ,EAAgB,mBD0CnB,WC1CT,QAAsD,OA9B5D,GA8BoC,uBA9BpC,kCAiCiBA,EAAgB,kBAAMK,EAAAA,SD4C9B,WC5CL,QAEO,OAnCX,IAkCkBL,EAAgB,mBD6CnB,WC7CT,QAAuH,OAlC7H,KAkCoC,QAA8D,KAAtD7pC,KAAK,QAAQN,KAAK,8BAlC9D,QAkCkG,4BAlClG,kCAqCyCyqC,EAAAA,gBAAkBR,EAAAA,gBDqDlD,WCrDL,QAIO,OAJP,GAIO,EAHL,QAEO,uBAFP,WAEO,QAxCb,iBAuCSxnC,EAAAA,OAAK,GACD,QAxCb,eA2C2CioC,EAAU,aDsD5C,WCtDL,QAGO,OAHP,GAGO,EAFL,QAA4C,SAAzC,cAAU,QAAc,QAAX38C,EAAAA,EAAAA,mBAAW,eAAEM,UAAQ,IACrC,QAA8C,SAA3C,eAAW,QAAc,QAAXN,EAAAA,EAAAA,mBAAW,eAAEK,WAAS,OA7C7C,gBDsGK,ECtGL,GDuGA,CC1CA,UAAe,QAAgB,CAE7BsB,KAAM,oBAGNk4C,WAAY,CACV,QAAS+C,EAAA,EACT,sBAAuBC,GAAA,GAGzB7iD,MAAO,CACLiB,MAAO,CACLf,KAAMC,OACNC,QAAS,SAEX0iD,MAAO,CACL5iD,KAAMI,QACNF,SAAS,GAIXgZ,SAAU,CACRlZ,KAAMI,QACNF,SAAS,GAGXmY,KAAM,CACJrY,KAAMC,OACNC,QAAS,SAGXqY,QAAS,CACPvY,KAAMC,OACNC,QAAS,eAIXsY,UAAW,CACTxY,KAAMC,OACNC,QAAS,KAGX6hD,WAAY,CACV/hD,KAAMI,QACNF,SAAS,GAGXsiD,cAAe,CACbxiD,KAAMI,QACNF,SAAS,GAGXuiD,WAAY,CACVziD,KAAMI,QACNF,SAAS,GAGXgiD,iBAAkB,CAChBliD,KAAMI,QACNF,SAAS,GAGXiiD,mBAAoB,CAClBniD,KAAMI,QACNF,SAAS,GAGX8hD,cAAe,CACbhiD,KAAMI,QACNF,SAAS,GAGXmiD,mBAAoB,CAClBriD,KAAMgC,OACN9B,QAAS,IAIXsa,MAAO,CACLxa,KAAMC,OACNC,QAAS,eAGX0M,GAAI,CACF5M,KAAMC,OACNC,QAAS,MAGX2iD,SAAU,CACR7iD,KAAMC,OACNC,QAAS,sBAGX4iD,UAAW,CACT9iD,KAAMC,OACNC,QAAS,kBAGX4gD,gBAAiB,CACf9gD,KAAMC,OACNC,QAAS,SAGX0hD,gBAAiB,CACf5hD,KAAMI,QACNF,SAAS,IAKbL,MAAO,CAELiG,YAAa,SAACi9C,GAAqC,UACnDp5C,MAAO,SAACo5C,GAAuC,UAC/CC,WAAY,SAACD,GAA+B,UAC5CE,iBAAkB,SAACF,GAAsB,WAG3CxgD,KAAI,WACF,MAAO,CACLuD,YAAa,KACbm8C,iBAAkB,KAClBJ,YAAa,GACbO,mBAAmB,EACnB/C,SAAS,EACTkD,QAAQ,EACRW,cAAc,EACdC,kBAAkB,EAClBrB,QAAS,EACTt7C,IAAK,GAET,EAEA25C,QAAO,WACP,EAEAl+C,QAAO,WAAP,WAIE,IAAK4D,UAAUg8C,YAIb,OAHA/8C,QAAQ6E,MAAM,iCACdzH,KAAKihD,kBAAmB,OACxBjhD,KAAKsC,MAAM,aAAc,UAG3B,IAAM4+C,EAAQv9C,UAAUg8C,YAAYuB,MAAM,CAAE37C,KAAM,gBAClD27C,EAAMh6C,MAAK,SAACxF,GACV,EAAKy/C,iBAAiBz/C,GACtBA,EAAO0/C,SAAU,WACf,EAAKD,iBAAiBz/C,EACxB,CACF,GAGF,EAEAoH,SAAU,CACR+M,KAAI,WACF,OAAO7V,KAAK4D,YAAc5D,KAAK2gD,SAAW3gD,KAAK4gD,SACjD,GAGF1/C,QAAS,CAEPigD,iBAAgB,SAACz/C,GAEM,YAAjBA,EAAO2/C,OACTrhD,KAAKkgD,mBAAoB,EACzBlgD,KAAKshD,SAAS,uBAEY,WAAjB5/C,EAAO2/C,MAEhBrhD,KAAKshD,SAAS,qBAEY,WAAjB5/C,EAAO2/C,OAEhBrhD,KAAKshD,SAAS,qBAGhBthD,KAAK2/C,YAAcj+C,EAAO2/C,KAC5B,EAGAE,eAAc,SAACz9C,GAEb9D,KAAK4D,YAAcE,EAASE,OAC5BhE,KAAK+/C,iBAAmB,IAC1B,EAEAyB,uBAAsB,SAAC/5C,GAKrB,GAFA7E,QAAQ6E,MAAM,qBAAsBA,GAEX,WAArBzH,KAAK2/C,YAA0B,CACjC,IAAM94C,EAAM,oEACZ7G,KAAK+/C,iBAAmB,CACtB0B,KAAM,EACNC,QAAS,4KAAqK76C,EAAG,wDAErL,MACE7G,KAAK+/C,iBAAmBt4C,CAG5B,EAEAk6C,UAAS,SAACC,GAAV,WAEE,QAFQ,IAAAA,IAAAA,GAAA,GAEJ5hD,KAAK4D,YACP5D,KAAKsC,MAAM,cAAetC,KAAK4D,iBADjC,CAKA,IAAMJ,EAAU,CACdE,oBAAoB,EACpBD,QAAS,IACTo+C,WAAY,GAIVl+C,UAAUC,cACZ5D,KAAKm9C,QAAUyE,EACf5hD,KAAKshD,SAAS,oBACd39C,UAAUC,YAAYC,oBACpB,SAACC,GACC,EAAKy9C,eAAez9C,GACpB,EAAKq5C,SAAU,EACf,EAAKmE,SAAS,gBACd,EAAKjB,QAAS,EACdyB,YAAW,WACT,EAAKzB,QAAS,CAChB,GAAG,IAEL,IAEA,SAAC54C,GACC,EAAK+5C,uBAAuB/5C,GAC5B,EAAK01C,SAAU,EACf,EAAKmE,SAAS,iBAAU75C,EAAMi6C,SAChC,GACAl+C,GA7BJ,CAiCF,EAEAtD,YAAW,WAGT0C,QAAQC,IAAI7C,KAAKggD,iBAAkBhgD,KAAKsgD,cAAetgD,KAAK8/C,cAAe9/C,KAAKugD,WAAYvgD,KAAK6/C,YACjG7/C,KAAKghD,cAAe,EACpBhhD,KAAK2hD,WAEP,EAEAL,SAAQ,SAACh9C,GACP1B,QAAQC,IAAIyB,GAERtE,KAAK0/C,kBACP1/C,KAAKsE,IAAMtE,KAAKsE,IAAM,OAASA,EAEnC,GAGFwF,MAAO,CAEL61C,YAAW,SAAC58C,GACV/C,KAAKshD,SAAS,sBAAev+C,IAC7B/C,KAAKsC,MAAM,aAAcS,EAC3B,EAEAa,YAAW,SAACb,GACN/C,KAAKghD,eAGiB,WAApBhhD,KAAK2/C,cACP3/C,KAAK2/C,YAAc,WAErB3/C,KAAKsC,MAAM,cAAeS,GAE9B,EAEAg9C,iBAAgB,SAACh9C,GACXA,GACF/C,KAAKsC,MAAM,QAASS,EAExB,KCvVE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,MAEpE,M,eCLM,GCFN,ODIO,SAAS,GAAOjG,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAG9E,OAAQ,WCNR,QAyBY,MAzBZ,QAyBY,CA1Bd,WAEao+C,EAAAA,QAFb,qDAEaA,EAAO,SAFpB,GAGKz2C,SAAUi9C,EAAAA,gBACV,gBAAeC,EAAAA,eACf,gBAAeC,EAAAA,eACf,gBAAeC,EAAAA,eACfrlC,OAAQslC,EAAAA,cACRnrC,UAAWorC,EAAAA,cAAgBC,EAAAA,aACpBC,EAAAA,QAAM,CAEGxlC,WAAS,SACxB,SASM,G,IAVsBlf,EAAK,gBACjC,QASM,OATN,QASM,EARS,CACZ8M,GAAI63C,EAAAA,SACJ,aAAU,YDOnB,W,IAAC,sDAAY,OCPQ,EAAAC,kBAAA,EAAAA,iBAAA,oCDOR,GCNJ,WAAQ,YDSjB,W,IAAC,sDAAY,OCTM,EAAAC,gBAAA,EAAAA,eAAA,oCDSN,KACH,ECRF,QAEO,oBDQN,GC5BT,IAWuC,IAXvC,kBAuBI,WAEO,QAFP,QAEO,uBAFP,WAEO,QADL,QAA8B,qBAArBL,EAAAA,aAAW,GACf,QAzBX,KDoCK,GAAI,CAAC,aAAc,WAAY,gBAAiB,gBAAiB,gBAAiB,SAAU,YACjG,CCKA,UAAe,QAAgB,CAE7B3E,WAAY,CACV,YAAaiF,GAAA,GAGfC,cAAc,EAEd/kD,MAAO,CAELglD,gBAAiB,CAAE9kD,KAAMgC,OAAQ9B,QAAS,KAC1CokD,YAAa,CAAEtkD,KAAMC,OAAQ8jC,UAAU,GACvCkgB,gBAAiB,CAAEjkD,KAAMC,OAAQC,QAAS,SAC1CgkD,eAAgB,CAAElkD,KAAMI,QAASF,SAAS,GAC1CikD,eAAgB,CAAEnkD,KAAMI,QAASF,SAAS,GAC1CkkD,eAAgB,CAAEpkD,KAAMI,QAASF,SAAS,GAC1CmkD,cAAe,CAAErkD,KAAM,CAACC,OAAQ+B,QAAS9B,QAAS,GAClDqkD,YAAa,CAAEvkD,KAAMI,QAASF,SAAS,IAGzCkD,QAAS,CAEPshD,iBAAgB,WAAhB,WACExiD,KAAK6iD,iBAAmBf,YAAW,WACjC,EAAKvG,SAAU,CACjB,GAAGv7C,KAAK4iD,gBACV,EAEAH,eAAc,WACRziD,KAAK6iD,mBACPC,aAAa9iD,KAAK6iD,kBAClB7iD,KAAK6iD,iBAAmB,MAE1B7iD,KAAKu7C,SAAU,CACjB,GAGFl7C,KAAI,WACF,MAAO,CACLk7C,SAAS,EACTsH,iBAAkB,KAEtB,EAIA/5C,SAAU,CAERy5C,SAAQ,WACN,IAAM73C,EAAK1K,KAAKsiD,OAAO,MACvB,OAAO53C,EAAK,UAAGA,EAAE,gBAAY9B,CAC/B,KCxFE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,MAEpE,MCLA,IAAM,GAAa,CCwDZhM,MAAM,mCDvDP,GAAa,CC4DVA,MAAM,qBD3DT,IC4DA,QAA6E,OAAxEA,MAAM,0BAAwB,EAhEzC,QAgE0C,uBAAkB,QAAI,OAhEhE,QAgEgE,mBDxD5D,GACE,GAAa,CCwDRA,MAAM,2BDtDV,SAAS,GAAOE,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAG9E,OAAQ,WC4CR,QAUM,MAVN,GAUM,EATJ,QAEM,aADJ,QAA0C,KAAlCgZ,KAAK,MAAI,CA5DvB,kBA4DwB,WAAe,QA5DvC,iBA4D2BS,EAAAA,WAAS,GAAG,IA5DvC,SA+DI,QAGM,MAHN,GAGM,CAFJ,IACA,QAAsE,MAAtE,IAAsE,QAA9BmsC,EAAAA,uBAAqB,MDrCnE,CCvBA,UAAe,QAAgB,CAC7Bx9C,KAAM,aAENk4C,WAAY,CACV,SAASC,EAAA,GAIX9/C,MAAO,CACLmE,WAAY,CACVjE,KAAM,KACN+jC,UAAU,EACV7jC,QAAS,OAKb8K,SAAU,CACRi6C,sBAAqB,WACnB,OAAwB,OAApB/iD,KAAK+B,WACA,WAAsB,IAAlB/B,KAAK+B,YAAkBy7B,QAAQ,GAAE,KAEvC,SACT,EAEA5mB,UAAS,WAEP,OAAuB,MAAnB5W,KAAK+B,WACA,mBAEA/B,KAAK+B,WAAa,IAClB,oBAEA/B,KAAK+B,WAAa,GAClB,4BAEA/B,KAAK+B,WAAa,GAClB,qBAGA,YAEX,KCxCE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,MAEpE,MCPA,IAAM,GCFN,cDIO,SAAS,GAAOjF,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAG9E,OAAQ,WCJR,QAwBc,MAvBZP,MAAM,sBAJV,WAKa2+C,EAAAA,QALb,qDAKaA,EAAO,SALpB,GAMKjvB,MAAOA,EAAAA,MACP,iBAAgB02B,EAAAA,QAChB,iBAAe,EACf,iBAAe,EAChB,oBAAkB,YAClBl+C,SAAS,gBACTw1C,OAAO,aACPz9B,OAAO,KACP,gBAAc,gBDMb,CCJgBC,WAAS,SACtB,SAEO,G,IAHkBlf,EAAK,gBAC9B,QAEO,iBAFP,QAEO,EAFwB,CAAEgb,SAAS,IAAKhb,MAAOA,KAAtD,WAEO,QADL,QAA4L,QAA5L,QAA4L,CAAtLgb,SAAS,IAAKhc,MAAK,uBAA0BsgB,EAAAA,OAAS,SAAW,GAAI+lC,EAAAA,KAAO,mBAAqB,GAAIC,EAAAA,WAAa,wBAA0B,KAActlD,IAAK,QAAQ2Y,EAAAA,MAAI,IAC5K,IAHuB,IAhBtC,kBAsBI,WAGO,QAHP,QAGO,0BAHP,WAGO,QAFL,QACM,OADD3Z,MAAM,iCAAiC,UAAQ4Z,EAAAA,YDc/C,KAAM,ECrCjB,IAyBW,QAzBX,KDyCK,EAAG,CAAC,aAAc,QAAS,iBAChC,CCPA,UAAe,QAAgB,CAC7BjR,KAAM,aACNk4C,WAAY,CACV,YAAaiF,GAAA,GAEf9kD,MAAO,CACL2Y,KAAM,CACJzY,KAAMC,OACN8jC,UAAU,GAEZrrB,WAAY,CACV1Y,KAAMC,OACN8jC,UAAU,GAEZ3kB,OAAQ,CACNpf,KAAMI,QACNF,SAAS,GAGXsuB,MAAO,CACLxuB,KAAMC,OACNC,QAAS,QAEXglD,QAAS,CACPllD,KAAMI,QACNF,SAAS,GAGXilD,KAAM,CACJnlD,KAAMI,QACNF,SAAS,GAGXklD,WAAY,CACVplD,KAAMI,QACNF,SAAS,GAGXmlD,QAAS,CACPrlD,KAAMgC,OACN9B,QAAS,EACTolD,UAAW,SAAC/6C,GAAkB,OAAAA,GAAS,CAAT,GAGhC05C,gBAAiB,CACfjkD,KAAMC,aAAU6K,EAChB5K,aAAS4K,IAIbvI,KAAI,WACF,MAAO,CACLk7C,SAAS,EAEb,EAEAx7C,QAAO,WACDC,KAAKmjD,QAAU,GACjBnjD,KAAKqjD,WAET,EAEAniD,QAAS,CACPo6C,KAAI,WACFt7C,KAAKu7C,SAAU,CACjB,EACA+H,KAAI,WACFtjD,KAAKu7C,SAAU,CACjB,EAEA8H,UAAS,WAAT,WACErjD,KAAKs7C,OACLwG,YAAW,WACT,EAAKwB,MACP,GAAkB,IAAftjD,KAAKmjD,QACV,GAIFr5C,MAAO,CACLq5C,QAAO,WACLnjD,KAAKqjD,WACP,KC9GE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,MAEpE,MCPA,IAAM,GAAa,CCFnB,MAQwC34C,GAAG,8BDFrC,GAAa,CCNnB,MAoB0CA,GAAG,yBDVvC,GAAa,CCsBLA,GAAG,uBDrBX,GAAa,CCyBVA,GAAG,6BDxBN,GAAa,CC0BRA,GAAG,kBDzBR,GAAa,CC2BH9N,MAAM,cDzBf,SAAS,GAAOE,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,G,QAExEmX,GAAyB,QAAkB,eAGjD,OAAQ,WCnBR,QA+DM,OA/DD5J,GAAG,+BAAgC1D,OAD1C,QACiDsO,EAAAA,UDsB5C,CCnBW4H,EAAAA,QAAUqmC,EAAAA,cAAiBC,EAAAA,kBDqBlC,WCrBL,QAEM,OANV,MAI4D94C,GAAG,wBAAyB,QAAK,+BAAEpI,EAAAA,MAAM,QAAR,IDyBlF,ECxBH,QAAmD,KAA1CzD,MAAOA,EAAAA,MAAOsX,KAAK,MD4BvB,CCjCb,kBAKyC,WAAS,QALlD,QAKyC,aAAS,IALlD,KDsCa,EAAG,CAAC,cCtCjB,gBAQgB+G,EAAAA,QAAUqmC,EAAAA,eDkCjB,WClCL,QA0BM,MA1BN,GA0BM,EAzBJ,QASe,GARZ,UAASE,EAAAA,SAAW,WAAa,YACjC,WAAQ,+BAAEA,EAAAA,UAAYA,EAAAA,QAAd,GACR5kD,MAAOA,EAAAA,MACP,cAAaA,EAAAA,MACd,eAAa,aACb,mBAAiB,MACjB,iBAAe,MACf,UAAQ,MDmCH,KAAM,EAAG,CAAC,UAAW,QAAS,iBChCzBqe,EAAAA,QAAUqmC,EAAAA,eDkCb,WClCT,QAaM,MAbN,GAaM,EAZJ,QAUc,GATX,WAAQ,+BAAEG,EAAAA,aAAeA,EAAAA,WAAjB,GACR,UAASA,EAAAA,YAAc,qBAAuB,sBAC9C7kD,MAAOA,EAAAA,MACP,cAAaA,EAAAA,MACd,eAAa,kBACb,mBAAiB,MACjB,iBAAe,MACf,UAAQ,MDmCC,KAAM,EAAG,CAAC,UAAW,QAAS,iBChCzC,QAA+E,OAA/E,IAA+E,QAA7C6kD,EAAAA,YAAc,UAAY,WAAf,OAhCrD,mCAoCI,QAyBM,MAzBN,GAyBM,EAvBJ,QAIM,MAJN,GAIM,GD8BH,SAAW,ICjCZ,QAEM,WAzCd,QAuC2BziD,EAAAA,OAvC3B,SAuCoB8B,GDkCV,OAAQ,WClCV,QAEM,OAFN,QAEM,CAFqBd,IAAKc,GAAaS,EAAAA,QAAQT,GAAG,CAAGnG,MAAM,SAAM,EACrE,QAAwD,OAAxD,IAAwD,QAA3B+mD,EAAAA,YAAY5gD,IAAG,IDmCzC,GACL,IAAI,SChCN,QAgBW,KAfTyS,IAAI,SACJ,kBA9CR,WA+CiBnN,EAAAA,MA/CjB,qDA+CiBA,EAAK,OA/CtB,GAgDS2U,IAAQ,QAAHA,EAAAA,EAAAA,WAAG,QAAI/b,EAAAA,MAAMA,EAAAA,MAAM2I,OAAS,GACjCyT,IAAQ,QAAHA,EAAAA,EAAAA,WAAG,QAAIpc,EAAAA,MAAM,GAClB,aAAY,GACbpC,MAAM,QACN,cAAY,QACZ,mBAAiB,QACjB,cAAY,OACZ,aAAW,IACV0e,KAAMA,EAAAA,KACN,eAAYqmC,EAAAA,iBAAkB,SAC9BC,MAAOD,EAAAA,gBAAkBE,EAAAA,WAAQl7C,GDoCjC,KAAM,EAAG,CAAC,aAAc,MAAO,MAAO,OAAQ,aAAc,aAEhE,EACL,CE5FA,kBAOE,WAAYm7C,QAAA,IAAAA,IAAAA,EAAA,IACV/jD,KAAK+jD,KAAOA,EACZ/jD,KAAKgkD,QAAUrkD,KAAKkD,IAAIkhD,EAC1B,CA0EF,OAxEU,YAAAlhD,IAAR,SAAYgd,GAEV,OAAU,IAANA,EACK,EAEQ,IAAb7f,KAAK+jD,KACApkD,KAAKsd,MAAM4C,GAEH,GAAb7f,KAAK+jD,KACApkD,KAAKskD,KAAKpkC,GAEf7f,KAAK+jD,MAAQpkD,KAAKy6C,EACbz6C,KAAKkD,IAAIgd,GAEXlgB,KAAKkD,IAAIgd,GAAK7f,KAAKgkD,OAC5B,EAGO,YAAAE,SAAP,SAAgBlnC,EAAa/b,QAAA,IAAAA,IAAAA,GAAA,GAC3B,IAAMkjD,EAAY,IAAKxlD,MAAMqe,EAAM,GAAIkI,KAAK,GAAGrkB,KAAI,SAACujD,EAAG7gC,GAAM,OAACA,EAAE,CAAH,IACvD8gC,EAAWF,EAAUtjD,KAAI,SAACwH,GAAU,OAACA,CAAD,IAAQi8C,UAC5CC,EAAMF,EAASG,OAAO,CAAC,IAAIA,OAAOL,GACxC,OAAIljD,EACKsjD,EAEAvkD,KAAKykD,gBAAgBF,EAEhC,EAGQ,YAAAG,iBAAR,SAAyCr8C,GAAzC,WAEE,GAAI1J,MAAMgmD,QAAQt8C,GAChB,OAAOA,EAAMxH,KAAI,SAAC0mB,GAAM,SAAKm9B,iBAAiBn9B,EAAtB,IAE1B,IACI2T,EADE0pB,EAAWjlD,KAAKksB,IAAIxjB,GAQ1B,OAJE6yB,EADE0pB,EAAW,EACPjlD,KAAKunB,KAAK7e,GAAS1I,KAAKC,IAAII,KAAK+jD,KAAMa,GAAY5kD,KAAK+jD,KAExD17C,EAED6yB,CACT,EAEU,YAAA1W,UAAV,SAAoCnc,GAApC,WAEE,GAAI1J,MAAMgmD,QAAQt8C,GAChB,OAAOA,EAAMxH,KAAI,SAAC0mB,GAAM,SAAK/C,UAAU+C,EAAf,IAG1B,IACI2T,EADE0pB,EAAWjlD,KAAKksB,IAAIxjB,GAQ1B,OAJE6yB,EADE0pB,EAAW,EACPjlD,KAAKunB,KAAK7e,IAAUrI,KAAK6C,IAAI+hD,GAAY,GAEzCv8C,EAED6yB,CACT,EAGO,YAAAupB,gBAAP,SAAuCp8C,GACrC,OAAOrI,KAAK0kD,iBAAiBr8C,EAC/B,EAEO,YAAAw8C,cAAP,SAAqCx8C,GACnC,OAAOrI,KAAKwkB,UAAUnc,EACxB,EAEF,EApFA,GAuFO,SAASy8C,GAAcC,GAC5B,IAAMC,EAAOD,EAAMlkD,KAAI,SAACwH,GAAU,OAACA,CAAD,IAAQi8C,UAC1C,OAAOU,EAAKR,OAAO,CAAC,IAAIA,OAAOO,EACjC,CAGO,SAASE,GAASC,EAAeC,EAAc5M,GAEpD,IADA,IAAMrd,EAAM,GACH3X,EAAI2hC,EAAO3hC,GAAK4hC,EAAM5hC,GAAKg1B,EAClCrd,EAAI3zB,KAAKgc,GAEX,OAAO2X,CACT,CAEO,SAASkqB,GAAaF,EAAeC,EAAc5M,GACxD,IAAMwM,EAAQE,GAASC,EAAOC,EAAM5M,GACpC,OAAOuM,GAAcC,EACvB,CDjCA,IAAMM,GAAS,IAAIC,GAAwB,IAE3C,UAAe,QAAgB,CAC7B//C,KAAM,kBAENk4C,WAAY,CACV,WAAY8H,EAAA,GAGd5nD,MAAO,CAAC,oBAAqB,SAAU,SAEvCC,MAAO,CAELQ,WAAY,CACVN,KAAMgC,OACN9B,QAAS,GAEXwnD,SAAU,CACR1nD,KAAMgC,OACN9B,QAAS,GAEX+e,OAAQ,CACNjf,KAAMI,QACNF,SAAS,GAGXgf,IAAK,CACHlf,KAAMgC,OACN9B,QAAS,MAGXqf,IAAK,CACHvf,KAAMgC,OACN9B,QAAS,MAGXa,MAAO,CACLf,KAAMC,OACNC,QAAS,SAEXynD,YAAa,CACX3nD,KAAMI,QACNF,SAAS,GAGXkf,OAAQ,CACNpf,KAAMI,QACNF,SAAS,GAEXulD,aAAc,CACZzlD,KAAMI,QACNF,SAAS,GAEXwlD,gBAAiB,CACf1lD,KAAMI,QACNF,SAAS,IAKb+B,QAAO,WAAP,WAGQoB,EAAYC,SAASspC,eAAe,6BAC1C,GAAIvpC,EAAW,CAEb,IAAMukD,EAAQvkD,EAAUE,cAAc,yBACtC,GAAIqkD,EAAO,CAET,IAAMj5B,EAASi5B,EAAMh5B,aAErBvrB,EAAU6F,MAAM2+C,YAAY,oBAAqB,UAAGl5B,EAAM,MAC5D,CACF,CAIA,IAAMnsB,EAAiB,IAAIgB,gBAAe,SAACskD,G,YACzC,IAAqB,eAAAA,GAAO,8BAAE,CAAd,QAAX,IAEGC,EAAQzkD,SAASC,cAAc,mBAC/B,EAAYD,SAASspC,eAAe,gCAC1C,GAAI,EAAW,CACb,IAAMgb,EAAQ,EAAUrkD,cAAc,wBAChCykD,EAAgB1kD,SAASC,cAAc,mBAEvC0kD,EAAM3kD,SAASC,cAAc,8BACnC,GAAIwkD,GAAS,EAAW,CACtB,IAAM/nB,EAAI+nB,EAAMG,YAChB,EAAUh/C,MAAM2+C,YAAY,gBAAiB,UAAG7nB,EAAC,MACnD,CACIgoB,GAAiBJ,GAASK,GAC5BA,EAAI/+C,MAAM2+C,YAAY,oBAAqB,UAAGD,EAAMh5B,aAAY,OAG9D,EAAKxP,QAAU,EACjB,EAAU+oC,UAAUz+B,IAAI,SAExB,EAAUy+B,UAAU19C,OAAO,QAE/B,CASF,C,kGACF,IACAjI,EAAekB,QAAQJ,SAASspC,eAAe,gCAEjD,EAIArqC,KAAI,WACF,MAAO,CAELA,KAAM,CAAC,IAAK,IAAK,KACjB6lD,OAAQb,GACRpkD,MAAOokD,GAAOnB,SAASlkD,KAAKwlD,UAAUrpB,QAAO,SAAA5U,GAAK,OAAAA,EAAI,CAAJ,IAClD4+B,QAASf,GAAa,EAAGzlD,KAAKC,IAAI,GAAGI,KAAKwlD,UAAW,GAAG3kD,KAAI,SAACkC,GAAQ,OAAAsiD,GAAOR,cAAc9hD,EAArB,IACrE6gD,iBAAiB,EAErB,EAEA1iD,QAAS,CAGPyiD,YAAW,SAACt7C,GACV,GAAc,IAAVA,EAAa,MAAO,QACxB,IAAM+9C,EAAMpmD,KAAK0jD,aAAe,EAAI,EACpC,OAAQ0C,EAAMf,GAAOZ,gBAAgBp8C,IAAQwa,WAAa,GAC5D,EAEArf,QAAO,SAACT,G,QACAsa,EAAa,QAAP,EAAArd,KAAKqd,WAAE,QAAKrd,KAAKiB,MAAM,GAC7B+b,EAAa,QAAP,EAAAhd,KAAKgd,WAAE,QAAKhd,KAAKiB,MAAMjB,KAAKiB,MAAM2I,OAAS,GACjD4yC,GAAOz5C,EAAMsa,IAAQL,EAAMK,GAAO,IACxC,MAAO,CACLrW,MAAO,CACLg+C,KAAMxI,EAAM,KAGlB,GAIF1zC,SAAU,CAERwM,QAAO,WACL,MAAO,CACL,UAAWtV,KAAKnB,MAEpB,EAEA4kD,SAAU,CACRxb,IAAG,WAED,OADArlC,QAAQC,IAAI,oBAAoB7C,KAAK+c,QAC9B/c,KAAK+c,MACd,EACA+uB,IAAG,SAAC/oC,GACFH,QAAQC,IAAI,oBAAoBE,GAChC/C,KAAKsC,MAAM,SAAUS,EACvB,GAIF+gD,MAAK,WAAL,WACQA,EAAgC,CAAC,EAOvC,OANA9jD,KAAKiB,MAAMU,SAAQ,SAAC0G,GAClB,IAAM+9C,EAAM,EAAK1C,aAAe,EAAI,EACpCI,EAAMz7C,GAAmB,IAAVA,EAAc,IAAM+9C,EAAMf,GAAOZ,gBAAgBp8C,IAAQwa,UAC1E,IAGOihC,CACT,EAEAvmC,KAAI,WACF,IAAMxa,EAAMpD,KAAKksB,IAAI7rB,KAAKqI,QAAU,EAAI,EAAI,GAC5C,OAAOtF,CACT,EAEAsF,MAAO,CACL4/B,IAAG,WACD,OAAOtoC,KAAKksB,IAAIw5B,GAAOR,cAAc7kD,KAAK5B,YAC5C,EAEA0tC,IAAG,SAAC/oC,GACF,IAAM8oB,EAAMw5B,GAAOZ,gBAAgB1hD,GAC7BmkB,EAAOlnB,KAAK0jD,aAAe,EAAI,EACrC1jD,KAAKsC,MAAM,oBAAqB4kB,EAAO2E,EACzC,GAGF63B,YAAa,CACXzb,IAAG,WACD,OAAOjoC,KAAK5B,WAAa,CAC3B,EACA0tC,IAAG,SAACua,GACF,IAAMtjD,EAAMsiD,GAAOZ,gBAAgBzkD,KAAKqI,OACxCrI,KAAKsC,MAAM,oBAAqB+jD,GAAMtjD,EAAMA,EAC9C,MElRA,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,MAEpE,M,0BCPM,GAAa,CCcJnG,MAAM,SDbf,ICgCU,QAAgF,SAAzEA,MAAM,kCAAkC0pD,IAAI,cAAa,YAAQ,GD5BlF,ICmCY,QAA6C,UAArCtvC,SAAA,GAAS3O,MAAM,IAAG,cAAU,GD/BhD,ICgCY,QAAsC,UAA9BA,MAAM,QAAO,YAAQ,GD/BzC,ICgCY,QAA0C,UAAlCA,MAAM,UAAS,cAAU,GD/B7C,ICgCY,QAAiD,UAAzCA,MAAM,cAAa,iBAAa,GD/BpD,GAAa,CC4BD,GACA,GACA,GACA,IDzBZ,IC2BY,QAA2F,SAApFzL,MAAM,kCAAkC0pD,IAAI,SAAQ,4BAAwB,GDvB/F,IC+Bc,QAA6C,UAArCtvC,SAAA,GAAS3O,MAAM,IAAG,cAAU,GD3BlD,GC5BN,UD6BM,ICqCc,QAA6C,UAArC2O,SAAA,GAAS3O,MAAM,IAAG,cAAU,GDjClD,GCjCN,UDkCM,ICyEQ,QAA4C,MAAxCrB,MAAA,sCAAuC,SDxEnD,GAAc,CCyEmEpK,MAAM,aDxEvF,GAAc,CCiFD8N,GAAG,0BAA0B9N,MAAM,ID7EhD,GAAc,CCiF2BA,MAAM,aDhF/C,GAAc,CCzCpB,MA0HyCoK,MAAA,mBD7EnC,GAAc,CC7CpB,OD8CM,GAAc,CC9CpB,MAoIiCA,MAAA,uBDlF3B,ICkFuF,QAAM,mBDjF7F,ICoFU,QAAI,mBDnFd,ICoFU,QAA2C,MAAvCA,MAAA,gBAAoB,kBAAc,GDnFhD,GAAc,CCkHHpK,MAAM,gBDjHjB,GAAc,CCwIDA,MAAM,6CDvInB,GAAc,CCwIAA,MAAM,8BAA8B8N,GAAG,uBDpIrD,GAAc,CC3DpB,MAgMmB1D,MAAA,wCDhIZ,SAAS,GAAOlK,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAG9E,IAAMoX,GAAyB,QAAkB,eAC3CgyC,GAAkC,QAAkB,wBAKpDC,GAA8B,QAAkB,oBAChD9xC,GAA+B,QAAkB,qBACjDC,GAAuB,QAAkB,aAEzC8xC,GAAuB,QAAkB,aACzCC,GAAwB,QAAkB,cAOhD,OAAQ,WCnFR,QAkSW,KApSb,WAGaC,EAAAA,UAHb,uDAGaA,EAAS,WAHtB,GAII,mBACChuC,WAAYoyB,EAAAA,SAASC,QAAQ1e,MAAQ,KAAO3T,EAAAA,YDqF5C,CC1FL,kBAOI,WA4RS,QA5RT,QA4RS,KA5RDjO,GAAG,yBAAuB,CAPtC,kBAQM,WAsRc,QAtRd,QAsRc,KAtRD9N,MAAM,iBAAe,CARxC,kBASQ,WAmBG,QAnBH,QAmBG,YA5BX,QASY,6BAAyB,QAAGgqD,EAAAA,cAAe,cAC/C,YAac,GAZZ,cACAt6B,MAAM,OACL62B,QAASA,EAAAA,QAAU,EAAI,GDyFf,CCvFE3sC,YAAU,SACnB,WAEE,QAFF,QAEE,IAFF,GAEE,EAlBd,QAgB6B,WACZ,QAA0D,KAAlD5Z,MAAM,OAAOuZ,KAAK,SD4FlB,CC7GzB,kBAiBmD,WAAe,QAjBlE,QAiBmD,mBAAe,IAjBlE,eAiB2E,kHAC7D,IAEaI,MAAI,SACnB,SAAsI,G,IADhH3Y,EAAK,gBAC3B,QAAsI,KAAtI,QAAsI,EAAlH,CAAEoJ,MAAA,oBAAwBsP,UAAU,IAAIT,KAAK,kBAAmB,QAAK,+BAAEgxC,EAAAA,eAAgB,CAAlB,GAAwBjuC,SAAS,MDwG9G,KAAM,ICzGS,IApBvC,KDgImB,EAAG,CAAC,aCxGf,QAGI,GA3BZ,WAyBmBiuC,EAAAA,cAzBnB,qDAyBmBA,EAAa,eAzBhC,GA0BWluC,WAAYoyB,EAAAA,SAASC,QAAQ1e,MAAQ,KAAO3T,EAAAA,YD2GpC,KAAM,EAAG,CAAC,aAAc,kBCvGnC,QA6KQ,KA7KD/b,MAAM,oBAAkB,CA9BvC,kBAgCU,WA6HQ,QA7HR,QA6HQ,KA7HDuc,KAAK,KAAK2tC,GAAG,IAAKC,MAAO,EAAI,WAAU,GD8GnC,CC9IrB,kBAiCY,WAuCQ,QAvCR,QAuCQ,KAvCDr8C,GAAG,qBAAmB,CAjCzC,kBAkCc,WAqCQ,QArCR,QAqCQ,KArCD9N,MAAM,sBAAsBwjB,IAAI,MDmHxB,CCrJ7B,kBAmCgB,WAAgF,OAAhF,IDqHc,SCpHd,QAUS,UATPxjB,MAAM,aACN2I,KAAK,aACLmF,GAAG,oBAvCrB,qDAwC2Bs8C,EAAY,cAxCvC,aD8JgC,CAAC,KCtHNA,EAAAA,gBAOT,GAEyB,eAAjBA,EAAAA,cDiHQ,UAAiB,WClHjC,QAUS,UA1D3B,MAkDoBpqD,MAAM,aACN2I,KAAK,QACLmF,GAAG,eApDvB,qDAqD6Bu8C,EAAU,YArDvC,IDwKqC,CCjHjB,KDmHiB,SAAW,IClH5B,QACiF,WAzDrG,QAyD6CC,EAAAA,YAzD7C,Y,IAAA,gBAyD8BjlD,EAAG,KAAEoG,EAAK,KDkHF,OAAQ,WCnH1B,QACiF,UAA3CpG,IAAKA,EAAMoG,MAAOpG,IDqHnC,QCrH2CoG,GAAK,EAzDzF,GD+KoC,IAAI,OACH,MAAO,CACR,CAAC,KC5HR4+C,EAAAA,eD8HK,UAAiB,WCxHjC,QAWS,UAtE3B,MA6DoBrqD,MAAM,aACN2I,KAAK,QACLmF,GAAG,eA/DvB,qDAgE6By8C,EAAY,cAhEzC,IDyLqC,CCvHjB,KDyHiB,SAAW,ICxH5B,QAES,WArE7B,QAoEqCC,EAAAA,gBApErC,SAoE6B1sB,GDwHS,OAAQ,WCzH1B,QAES,UADyBz4B,IAAKy4B,EAAOryB,MAAOqyB,ID2HhC,QC3HyCA,GAAI,EApEtF,GDgMoC,IAAI,OACH,MAAO,CACR,CAAC,KClIRysB,EAAAA,gBA7BmE,IAnChG,MAuEsB,IAvEtB,OA0EY,QA8BQ,KA9BDvqD,MAAM,OAAO8N,GAAG,qBDmIV,CC7MzB,kBA2Ec,WAQQ,QARR,QAQQ,KAPN9N,MAAM,6BACNuZ,KAAK,QACJa,WAAYqwC,EAAAA,eAAiBppD,EAAAA,gBAC9BY,MAAM,UACL,QAAK,+BAAEyoD,EAAAA,YAAF,IDqIO,CCrN7B,kBAkFgB,WAAoH,QAlFpI,iBAkFmBC,EAAAA,YAAeF,EAAAA,aAAe,aAAeppD,EAAAA,eAAiB,eAAiB,cAAiB,eAArC,GAAsD,IAlFpI,KD0N6B,EAAG,CAAC,cCrInB,QAkBgB,MAjBdrB,MAAM,cAtFtB,WAuFyB4qD,EAAAA,aAvFzB,qDAuFyBA,EAAY,cAvFrC,GAwFgBnxC,QAAQ,UACR,qBACA6G,OAAA,GACAuqC,KAAK,uBDwIQ,CCnO7B,kBA8FkB,WAAkC,SDuIrB,SAAW,ICxI1B,QASW,WAtG3B,QA8FyCC,EAAAA,YA9FzC,Y,IAAA,gBA8F0BzlD,EAAG,KAAEoG,EAAK,KDwIJ,OAAQ,WCzIxB,QASW,MAPRpG,IAAKA,EACLqW,MAAOjQ,EACPA,MAAOpG,EACP+U,UAAU,EACXnY,MAAM,UACNwX,QAAQ,UACRoxC,KAAK,uBDyIY,KAAM,EAAG,CAAC,QAAS,SACxB,IAAI,MCjJkB,IA9FpD,KDkP6B,EAAG,CAAC,eC/JX,IAnFtB,OA0GqDE,EAAAA,eAAiBJ,EAAAA,cD6I3C,WC7If,QAQQ,KAlHpB,MA0GmB78C,GAAG,yBDgJO,CC1P7B,kBA2Gc,WAA4C,OAA5C,IACA,QAA2H,YA5GzI,QA4GkB,kEAA6D,QAAqD,SAArD,IAAqD,QAAxBk8C,EAAAA,cAAY,MAC1G,QAIoD,KAHlDvwC,QAAQ,UACRxX,MAAM,UACN,cAAY,2BACX,QAAK,+BAAE8oD,EAAAA,eAAgB,CAAlB,IDqJW,CCtQjC,kBAiH8C,WAAY,QAjH1D,QAiH8C,gBAAY,IAjH1D,MA2G0D,IA3G1D,uBAoHyBA,EAAa,gBD6JX,WC7Jf,QAwCQ,KA5JpB,0BAqHc,W,MAsCM,QAtCN,QAsCM,MAtCN,GAsCM,EArCJ,QAgBM,aAbJ,QAAgF,YAzHlG,QAyHsB,sBAAiB,QAAqD,SAArD,IAAqD,QAAxBf,EAAAA,cAAY,IAzHhF,QAyH4F,OAC7DgB,EAAAA,UA1H/B,iBD2RuC,WCjKrB,QAA4E,OAA5E,GAA+C,4BAC/C,QAUmB,GAThBv/C,MAAOw/C,EAAAA,cACPvvC,MAAwB,eAAjB0uC,EAAAA,aAAgC,GAApB,OAAuBG,EAAAA,cAA0C,QAAzBW,EAAAA,EAAAA,SAAS7f,IAAI+e,EAAAA,qBAAY,sBACpFe,MAAOC,EAAAA,cACPC,OAAQC,EAAAA,mBACRC,MAAOC,EAAAA,cACR9sC,QAAQ,QDmKS,CCpSrC,kBAmIoB,WAAoE,OAAvC,eAAjB0rC,EAAAA,eDoKW,WCpKvB,QAAoE,OAnIxF,YAmIkEG,EAAAA,cAAY,MDqKnC,WCpKvB,QAAwH,OAAxH,GAAwH,EApI5I,iBAoI8DD,EAAAA,WAAWjf,IAAIgf,EAAAA,aAAc,IAAE,OApI7F,QAoImG,KAAC,QAAGa,EAAAA,SAAS7f,IAAI+e,EAAAA,eAAY,MADxC,IAnIxF,KD+SqC,EAAG,CAAC,QAAS,QAAS,QAAS,SAAU,YCxK9D,GACA,IAEA,QAOI,GAND3+C,MAAOggD,EAAAA,OAAOC,EAAAA,uBACfhwC,MAAM,SACLyvC,MAAOC,EAAAA,cACPC,OAAQC,EAAAA,mBACRC,MAAOC,EAAAA,cACRphD,MAAA,gBD0KiB,KAAM,EAAG,CAAC,QAAS,QAAS,SAAU,WCvKzD,QAOI,GANDqB,MAAOkgD,EAAAA,KAAKD,EAAAA,uBACbhwC,MAAM,OACLyvC,MAAOC,EAAAA,cACPC,OAAQC,EAAAA,mBACRC,MAAOC,EAAAA,cACRphD,MAAA,gBDyKiB,KAAM,EAAG,CAAC,QAAS,QAAS,SAAU,Y,IClUzE,uBAwEoB,IAxEpB,OAgKU,QA0CQ,KAzCLpK,OAjKb,SAiKoCyqD,EAAAA,eAAiBE,EAAAA,aAAeiB,EAAAA,cAAa,gBAAoCnB,EAAAA,aAAY,oBAA0CE,EAAAA,YAAW,qBAK1K78C,GAAG,UAAUyO,KAAK,KAAK2tC,GAAG,IAAKC,MAAO,EAAI,WAAU,GDgL3C,CCtVrB,kBAuKY,WAsBM,QAtBN,QAsBM,MAtBN,GAsBM,EArBN,QAcI,GAbD,kBAAiB0B,EAAAA,UAzKhC,WA0KuB3jD,EAAAA,SA1KvB,qDA0KuBA,EAAQ,UA1K/B,GA2KcwT,MAAM,WACL,cAAa9Z,EAAAA,WACb,uBAAsBI,EAAAA,mBACtB,0BAAyBO,EAAAA,sBACzB,uBAAsBupD,EAAAA,mBACtB,oBAAmB,GACnB,mBAAkBnB,EAAAA,aAAetpD,EAAAA,eACjC,YAAS,wBAAE0qD,EAAAA,kBAAoB9xC,EAAO5V,MAAO2nD,EAAAA,uBAAyB/xC,EAAO9U,UAAU,GACvF,+BAA8B8mD,EAAAA,iBAC9B,iBAAgBC,EAAAA,aAChB,gBAAa,iCAAEN,EAAAA,eAAgB,CAAlB,IDmLD,KAAM,EAAG,CAAC,kBAAmB,aAAc,cAAe,uBAAwB,0BAA2B,uBAAwB,mBAAoB,+BAAgC,oBCjLtM,QAKI,GAJFjjD,KAAK,cACJwjD,OAAQ,GACTzwC,MAAM,eACLC,KAAI,SAAGsH,GAAS,4BAA4BgpC,EAAAA,iBAAiBhpC,GAA7C,GDmLN,KAAM,EAAG,CAAC,YChLvB,QAWI,MAXJ,GAWI,EAVJ,QAAoG,OAApG,IAAoG,QAA7BmpC,EAAAA,oBAAkB,GACjCzB,EAAAA,aAhMtE,iBDmX6B,WCnLf,QAA2E,MAA3E,KAEQA,EAAW,cDoLJ,WCrLf,QAOI,KAxMlB,iBAmMyBtpD,EAAAA,eAnMzB,uDAmMyBA,EAAc,gBAnMvC,GAoMgBqa,MAAM,mBACNzZ,MAAM,UACNwX,QAAQ,UACR,mBDuLe,KAAM,EAAG,CAAC,iBC9XzC,iBA6LkB,IA7LlB,KDmYqB,EAAG,CAAC,UCtOP,IA7JlB,MA8MqBsxC,EAAa,gBD0Lf,WC1LX,QA8EQ,KA5RhB,0BA+MU,WA0BQ,QA1BR,QA0BQ,KA1BDxuC,KAAK,KAAK2tC,GAAG,IAAIlqD,MAAM,aD+Lf,CC9YzB,kBAgNY,WAwBI,QAxBJ,QAwBI,GAvBF8N,GAAG,kBACH9N,MAAM,cACLqsD,OAAQjB,EAAAA,cAAcnnD,KAAI,SAAC0mB,GAAM,OAAAA,EAAEjgB,SAAS,KAAO,CAACigB,EAAEkT,MAAM,KAAK,GAAK,IAAKlT,EAAEkT,MAAM,KAAK,IAAKlT,CAA5D,IACjC,aAAY2hC,EAAAA,oBAAsB,YAAc,cAChD,iBAAgBC,EAAAA,mBAAmBtoD,KAAI,SAAC0mB,EAAGhE,GAAM6lC,OAAAA,EAAAA,kBAAkBx/C,OAAS,EAAI2d,EAAI6hC,EAAAA,kBAAkB7lC,GAAKgE,CAA1D6hC,IACjD,eAAcF,EAAAA,oBAAsB,CAAC,GAAK,CAAC,GAC3CG,OAAQH,EAAAA,oBAAsBI,EAAAA,SAAW,CAAC,QAC1C9lD,QAAW,qCACX,mBAAiB,EACjB,aAAY,EACZ+lD,mBAAkB,SAAGhiC,GAAQ,OAAU,IAAJA,EAAC,IAAWiW,QAAQ,GAAK,GAA/B,EAC9BgsB,QAAA,GACC,cAA4B,aAAfvC,EAAAA,WACbzsC,MAAK,+BAA0BosC,EAAAA,aAAY,YAAI6C,EAAAA,SAAS,GAAD,cAASA,EAAAA,SAASA,EAAAA,SAAS7/C,OAAS,IAC3F,iBAAgBs/C,EAAAA,oBAAsB,GAAK,CDiM1C,CACE5wC,MClMqF4uC,EAAAA,WAAW,IAAID,EAAAA,YDmMpG5mD,KCnMyI+oD,EAAAA,kBDoMzIxK,gBCpM+L0K,EAAAA,SDqM/LI,YAAa,QACbC,YAAa,KAGF,KAAM,EAAG,CAAC,SAAU,aAAc,iBAAkB,eAAgB,SAAU,qBAAsB,cAAe,QAAS,mBChMzI,IAxOhB,OA0OU,QAiDQ,KAjDDxwC,KAAK,KAAK2tC,GAAG,IAAIlqD,MAAM,aDsMf,CChbzB,kBA2OU,WA+CM,QA/CN,QA+CM,GA9CH,cAAagtD,EAAAA,eACdhtD,MAAM,cACL4d,MAAK,kCAA6BosC,EAAAA,cAClC,eAAc0B,EAAAA,sBACd,kBAAiB,WACjB,gBAAgBsB,EAAAA,eAA+B,cAAd,YACjC,aAAYC,EAAAA,WACZ,UAAS,EAAE,GAAF,KACT,UAAO,KAAOnsC,KAAK,KAAM,EAAG,GAAI,IAAIA,KAAK,KAAM,GAAI,IAEjD,iBAAc,CDuMbmmC,MAAO,CAACiG,SAAU,SCvMkC,EAAe,GDwMzD,KCxM2G,EAAK,GAAQ,EAAK,GDyM7H,OCzMoL,IAAL,GAAa,QAAO,MD0MnM,ICrMZC,WAAA,GACAlrD,MAAM,OACN,kBACC+iB,aAAW,6BAAMsmC,EAAAA,mBAAmBrnD,KAAI,SAAD,EAAgB0iB,G,IAAhB,gBAAI,0BAAElG,EAAG,KAACL,EAAG,KDuMnD,MAAO,CACLlf,KAAM,MACNksD,KCzM4I,EAAG,ID0M/IC,KC1M6K,EAAG,ID2MhLrL,gBC3MyN0K,EAAAA,SAAS,GD4MlOY,SAAU,aACVR,YC7M+SJ,EAAAA,SAAS,GD+M5T,MAAE,YC/MkXpB,EAAAA,mBAAmB,KAAG,WAAoB,G,IAApB,gBAAQ,0BAAE,EAAG,KAAC,EAAG,KDiNzZ,MAAO,CACLpqD,KAAM,OACN6rD,YAAa,EACbO,SAAU,qBAEV5xC,MAAO,CACL0yB,SAAS,EACTnsC,MAAO,QACP+/C,gBAAiB,cACjB1J,QC1NmvB8S,EAAAA,cAAc,ID4NnwBmC,KAAM,IC5NkzB,KAAI,UD6N5zBH,MC7Nm2B,EAAM,GAAG,ID8N52BC,MC9N84B,EAAM,GAAG,IDgOz5B,MAAE,IAEW,KAAM,EAAG,CAAC,cAAe,QAAS,eAAgB,gBAAiB,aAAc,UAAW,iBAAkB,gBCtM3H,IA1RhB,MAyOkB,IAzOlB,uBA4BW,IA5BX,OA+RM,QAGiB,KAHDjjD,MAAA,sDAAsD,CA/R5E,kBAgSQ,WAAqB,QAArB,QAAqB,MACrB,QAA4G,KAApGmP,KAAMsyC,EAAAA,UAAY,QAAU,UAAW5pD,MAAM,UAAUyc,QAAQ,OAAQ,QAAK,iCAAE8uC,EAAAA,OAAF,IDkN3E,CCnfjB,kBAiSuG,WAAK,QAjS5G,QAiSuG,SAAK,IAjS5G,KDwfiB,EAAG,CAAC,SCxNQ,IAhS7B,MA8RoB,IA9RpB,MAmSa,IAnSb,KDigBK,EAAG,CAAC,aAAc,cACvB,C,eEhgBM,GCFN,oBDIO,SAAS,GAAOttD,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAC9E,OAAQ,WCHR,QAGS,UAHAuN,GAAI2/C,EAAAA,SAAU/M,KAAK,MAAO,aAAYgN,EAAAA,kBAAmB1tD,MAAM,YDQrE,QCNE0tD,EAAAA,mBAAiB,EAJxB,GDWA,C,0BETaC,GAA8B,CAEzC7/C,GAAI,8BAEJ8/C,WAAY,SAACC,EAAuEC,EAAgBlnD,GAC3F,IAAAugB,EAAO0mC,EAAK,IACnB1mC,EAAIE,OACJF,EAAI4mC,yBAA2B,mBAC/B5mC,EAAIkB,UAAYzhB,EAAQ3E,OAAS,QACjCklB,EAAI6mC,SAAS,EAAG,EAAGH,EAAMn+B,MAAOm+B,EAAMh+B,QACtC1I,EAAIU,SACN,G,WDiBF,SAASomC,KAEP,MAAO,CAAClsD,MAAOZ,OACjB,CAbA,MAAM+sD,SAAS,MAAO,MAAY,MAAe,MAAa,KAAkB,MAAe,MAASP,IAqBxG,UAAe,QAAgB,CAC7BhlD,KAAM,WAGN3H,MAAO,CACL8M,GAAI,CACF5M,KAAMC,OACNC,QAAS,GACT6jC,UAAU,GAGZ6nB,YAAa,CACX5rD,KAAM+sD,KACN7sD,QAAS,WAAM,OAAC,kBAAD,EACf6jC,UAAU,GAGZ8nB,YAAa,CACX7rD,KAAM+sD,KACN7sD,QAAS,WAAM,OAAC,EAAD,EACf6jC,UAAU,GAGZkpB,YAAa,CACXjtD,KAAMC,OACNC,QAAS,aACT6jC,UAAU,GAGZonB,OAAQ,CACNnrD,KAAM,MACNE,QAAS,GACT6jC,UAAU,GAGZmpB,cAAe,CACbltD,KAAM,MACNE,QAAS,GACT6jC,UAAU,GAGZwnB,OAAQ,CACNvrD,KAAM+sD,KACN7sD,QAAS,WAAM,OAAC,QAAD,EACf6jC,UAAU,GAGZrnB,MAAO,CACL1c,KAAMC,OACNC,QAAS,GACT6jC,UAAU,GAGZopB,UAAW,CACTntD,KAAMC,OACNC,QAAS,OACT6jC,UAAU,GAGZqpB,eAAgB,CACdptD,KAAMI,QACNF,SAAS,EACT6jC,UAAU,GAGZ0nB,mBAAoB,CAElBzrD,KAAO2B,SACPzB,QAAS,KACT6jC,UAAU,GAGZspB,cAAe,CACbrtD,KAAMgC,OACN9B,QAAS,EACT6jC,UAAU,GAGZupB,UAAW,CACTttD,KAAMgC,OACN9B,QAAS,EACT6jC,UAAU,GAGZwgB,YAAa,CACXvkD,KAAMI,QACNF,SAAS,EACT6jC,UAAU,GAGZwpB,SAAU,CACRvtD,KAAMI,QACNF,SAAS,EACT6jC,UAAU,GAGZ2nB,QAAS,CACP1rD,KAAMI,QACNF,SAAS,EACT6jC,UAAU,GAGZr+B,QAAS,CACP1F,KAAMO,OACNL,QAAS,WAAQ,MAAO,CAAC,CAAkB,EAC3C6jC,UAAU,GAGZypB,cAAe,CACbxtD,KAAMO,OACNL,QAAS,WAAQ,MAAO,EAAgC,EACxD6jC,UAAU,GAGZ0pB,UAAW,CACTztD,KAAMI,QACNF,SAAS,EACT6jC,UAAU,GAGZ2pB,WAAY,CACV1tD,KAAMI,QACNF,SAAS,EACT6jC,UAAU,IAMdxhC,KAAI,WACF,MAAO,CACL0jB,IAAK,KAET,EAEAjb,SAAU,CAERuhD,SAAQ,WACN,MAAO,YAAc,UAAGrqD,KAAK0K,GAAK,IAAI1K,KAAK0K,GAAK,GAClD,EAEA+gD,YAAW,WAGT,IAAKzrD,KAAKurD,UAAY,OAAOvrD,KAAKqpD,OAClC,IAAMqC,EAAU/sD,MAAMgmD,QAAQ3kD,KAAKqpD,QAAUrpD,KAAKqpD,OAAS,CAACrpD,KAAKqpD,QACjE,OAAOqC,EAAQ7qD,KAAI,SAAChC,GAClB,OAAO,SAAMA,GAAO8sD,OAAO,KAAMC,WACnC,GACF,EAGAC,UAAS,WACP,MAAO,CACL5C,OAAQjpD,KAAKipD,OACb6C,UAAU,6BACL9rD,KAAKsrD,gBAAa,IACrB,CACEhzC,MAAOtY,KAAKirD,UACZrM,gBAAiB5+C,KAAKqpD,OACtB0C,qBAAsB/rD,KAAKyrD,YAC3B/B,YAAa1pD,KAAK0pD,YAClBC,YAAa3pD,KAAK2pD,YAClBtpD,KAAML,KAAKgrD,iB,GAInB,EAEAgB,aAAY,WACV,IAAMxoD,EAAU,CACdyoD,YAAY,EACZC,qBAAqB,EACrBC,UAAWnsD,KAAKqrD,SAChBe,OAAQ,CACNvsC,EAAG,CACDwsC,KAAM,CAAErhB,SAAS,GACjBwe,QAASxpD,KAAKwpD,SAEhBxmD,EAAG,CACDspD,aAAa,EACbD,KAAM,CAAErhB,SAAS,GACjBwe,QAASxpD,KAAKwpD,UAGlB+C,QAAS,CACPhC,4BAA6B,CAC3B1rD,MAAOmB,KAAK+qD,aAGdvwC,MAAO,CACLwwB,QAAwB,KAAfhrC,KAAKwa,MACdhW,KAAMxE,KAAKwa,MACXgyC,KAAM,CACJr2C,KAAM,KAIVs2C,OAAQ,CACNzhB,QAAShrC,KAAKwrD,YAGhBjQ,QAAS,CACPrzB,QAASloB,KAAKqiD,aAIhBqK,WAAY,CACV9qC,YAAa5hB,KAAK4hB,eASxB,OAAO8Z,GAAUl4B,EAASxD,KAAKwD,QACjC,EAGAoe,YAAW,WAAX,WACE,OAAK5hB,KAAKkrD,eAGHvsD,MAAMsK,KAAK,CAACW,OAAQ5J,KAAK6rD,UAAUC,SAAS,GAAGzrD,KAAKuJ,SAAS,SAACw6C,EAAG7gC,GAAM,SAAKopC,mBAAmBppC,EAAxB,IAFrE,EAGX,EAEA+mC,kBAAiB,WAAjB,I,EAAA,OACQrB,EAA8B,QAArB,EAAAjpD,KAAK6rD,UAAU5C,cAAM,eAAEx/C,QAAO,SAACmjD,EAAKt0C,EAAOiL,GACxD,OAAOqpC,EAAM,UAAGt0C,EAAK,aAAK,EAAKuzC,UAAUC,SAAS,GAAGzrD,KAAKkjB,GAAE,MAC9D,GAAG,IACH,MAAO,iCAA0B0lC,EACnC,GAKFlpD,QAAO,WAEL,IAAMssB,EAASjrB,SAASspC,eAAe1qC,KAAKqqD,UAG5CrqD,KAAK+jB,IAAMsI,EAAOwgC,WAAW,MAC7B7sD,KAAK8sD,YAAY9sD,KAAK+jB,IACxB,EAEA7iB,QAAS,CAEP4rD,YAAW,SAAC/oC,GACNA,GACF,IAAI,MAAMA,EAAK,CACbjmB,KAAM,MACNuC,KAAML,KAAK6rD,UAEXroD,QAASxD,KAAKgsD,cAGpB,EAEAW,mBAAkB,SAACI,GAAnB,WAEE,MAAO,CACLjvD,KAAM,OACN4rD,YAAa,QACbC,YAAa,EAGbrxC,MAAO,CACL0yB,SAAS,EACT4T,gBAAiB,aACjBM,aAAc,EACdrgD,MAAO,QACPq2C,QAAS,SAACnxB,GAAuB,SAAKipC,oBAAoB,EAAKC,gBAAgBlpC,EAAKgpC,GAAnD,EACjCjpD,SAAU,SACVopD,UAAW,QACXC,QAAS,GAEXhD,KAAM4C,EAAY,IAClBK,KAAML,EAAY,IAClBM,SAAU,IACVpD,KAAM,SAAClmC,GAAsB,OAAApkB,KAAK0d,IAAI,EAAK4vC,gBAAgBlpC,EAAKgpC,GAAa,EAAK3B,UAAY,IAAjE,EAC7BpB,KAAM,SAACjmC,GAAsB,OAAApkB,KAAK0d,IAAI,EAAK4vC,gBAAgBlpC,EAAKgpC,GAAa,EAAK3B,UAAY,IAAjE,EAC7BkC,SAAU,IAEd,EAEAL,gBAAe,SAAClpC,EAAmB9iB,GACjC,IAAMwpD,EAAQ1mC,EAAI0mC,MAClB,GAAIzqD,KAAKwpD,SAAWxpD,KAAKsrD,cAAc1hD,OAAS,EAC9C,OAAO5J,KAAKutD,uBAAuBxpC,EAAK9iB,GAE1C,IAAMusD,EAAU/C,EAAMpqD,KAAKyrD,SAASrB,EAAMpqD,KAAKyrD,SAASliD,OAAS,GACjE,OAAO4jD,EAAQntD,KAAKY,EACtB,EAEA+rD,oBAAmB,SAAC3sD,GAClB,OAAIL,KAAKupD,mBACAvpD,KAAKupD,mBAAmBlpD,GAE1BA,EAAKm9B,QAAQ,EACtB,EAEA+vB,uBAAsB,SAACxpC,EAAmB9iB,GAGxC,IAFA,IAAMwpD,EAAQ1mC,EAAI0mC,MACd1nD,EAAM,EACDwgB,EAAE,EAAGA,EAAEknC,EAAMpqD,KAAKyrD,SAASliD,OAAQ2Z,IAC1CxgB,GAAO0nD,EAAMpqD,KAAKyrD,SAASvoC,GAAGljB,KAAKY,GAErC,OAAO8B,CACT,GAIF+G,MAAO,CAEL9M,OAAQ,CACNywD,QAAO,W,MACDztD,KAAK+jB,MACiB,QAAxB,QAAM2pC,SAAS1tD,KAAK+jB,YAAI,SAAE4pC,UAC1B3tD,KAAK8sD,YAAY9sD,KAAK+jB,KAE1B,EACA6pC,MAAM,MEvWN,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,MAEpE,MCLA,IAAM,GCFN,ODIO,SAAS,GAAO9wD,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAC9E,OAAQ,WCHN,QAAgD,UAAvCuN,GAAI2/C,EAAAA,SAAUztD,MAAM,WDM5B,KAAM,ECRX,GDSA,C,uBCKA,MAAMkuD,SAASP,GAA6B,MAkB5C,UAAe,QAAgB,CAC7BhlD,KAAM,YAENlF,KAAI,WACF,MAAO,CACL+iC,KAAMzjC,KAAKkuD,SAAShrC,SAAS,GAAGyc,MAAM,EAAE,GAE5C,EAEA1hC,MAAO,CACL8M,GAAI,CACF5M,KAAMC,OACNC,QAAS,GACT6jC,UAAU,GAGZisB,YAAa,CACXhwD,KAAMa,MACNkjC,UAAU,EACV7jC,QAAS,WAAK,WAGhB+vD,SAAU,CACRjwD,KAAMa,MACNkjC,UAAU,EACV7jC,QAAS,WAAM,WAGjBgwD,UAAW,CACTlwD,KAAMO,OACNwjC,UAAU,EACV7jC,QAAS,WAAwC,GAGnD+rD,WAAY,CACVjsD,KAAMI,QACN2jC,UAAU,EACV7jC,SAAS,GAGXiwD,aAAc,CACZnwD,KAAMC,OACN8jC,UAAU,EACV7jC,QAAS,WAGXkwD,UAAW,CACTpwD,KAAMC,OACN8jC,UAAU,EACV7jC,QAAS,MAGXa,MAAO,CAELf,KAAMC,OACN8jC,UAAU,EACV7jC,QAAS,SAGX0rD,YAAa,CACX5rD,KAAMC,OACN8jC,UAAU,EACV7jC,QAAS,SAGX2rD,YAAa,CACX7rD,KAAMgC,OACN+hC,UAAU,EACV7jC,QAAS,GAIXmwD,UAAW,CACTrwD,KAAMC,OACN8jC,UAAU,EACV7jC,QAAS,MAGXgnB,UAAW,CACTlnB,KAAMgC,OACN+hC,UAAU,EACV7jC,QAAS,MAGXowD,OAAQ,CACNtwD,KAAM,MACN+jC,UAAU,GAGZwsB,OAAQ,CACNvwD,KAAM,MACN+jC,UAAU,EACV7jC,QAAS,WAAM,cAGjBswD,SAAU,CACRxwD,KAAMI,QACN2jC,UAAU,EACV7jC,SAAS,GAGXuwD,YAAa,CACXzwD,KAAMI,QACN2jC,UAAU,EACV7jC,SAAS,GAGXqtD,SAAU,CACRvtD,KAAMI,QACN2jC,UAAU,EACV7jC,SAAS,GAGXqkD,YAAa,CACXvkD,KAAMI,QACN2jC,UAAU,EACV7jC,SAAS,GAGXwtD,WAAY,CACV1tD,KAAMI,QACN2jC,UAAU,EACV7jC,SAAS,GAGXwwD,SAAU,CACR1wD,KAAMI,QACN2jC,UAAU,EACV7jC,SAAS,GAGXywD,SAAU,CACR3wD,KAAMI,QACN2jC,UAAU,EACV7jC,SAAS,GAGX0wD,UAAW,CACT5wD,KAAMI,QACN2jC,UAAU,EACV7jC,SAAS,GAGX2wD,UAAW,CACT7wD,KAAMI,QACN2jC,UAAU,EACV7jC,SAAS,GAGX4wD,eAAgB,CACd9wD,KAAMO,OACNwjC,UAAU,EACV7jC,QAAS,WAAM,OAAG,CAAH,GAGjB6wD,YAAa,CACX/wD,KAAMO,OACNwjC,UAAU,EACV7jC,QAAS,MAGX8wD,gBAAiB,CACfhxD,KAAMO,OACNwjC,UAAU,EACV7jC,QAAS,WAAM,OAAG,CAAH,GAGjB+wD,aAAc,CACZjxD,KAAMO,OACNwjC,UAAU,EACV7jC,QAAS,WAAM,OAAG,CAAH,GAGjBgxD,aAAc,CACZlxD,KAAMO,OACNwjC,UAAU,EACV7jC,QAAS,WAAM,OAAG,CAAH,GAGjBs9C,KAAM,CACJx9C,KAAMI,QACN2jC,UAAU,EACV7jC,SAAS,GAGXixD,eAAgB,CACdnxD,KAAM2B,SACNoiC,UAAU,EACV7jC,QAAS,MAGXkxD,eAAgB,CACdpxD,KAAM2B,SACNoiC,UAAU,EACV7jC,QAAS,SAACqK,GAAkB,OAAAA,CAAA,GAG9BuZ,YAAa,CACX9jB,KAAMa,MACNkjC,UAAU,EACV7jC,QAAS,WAAM,WAGjBmxD,QAAS,CACPrxD,KAAM,MACN+jC,UAAU,EACV7jC,QAAS,WAAM,WAGjBoxD,aAAc,CACZtxD,KAAM,MACN+jC,UAAU,EACV7jC,QAAS,WAAM,WAGjBwc,MAAO,CACL1c,KAAMC,OACN8jC,UAAU,EACV7jC,QAAS,KAIb+B,QAAO,WACLC,KAAKqf,MACP,EACAne,QAAS,CAEPmuD,OAAM,SAACC,EAAkCrtD,EAAastD,GAEpD,YAFoD,IAAAA,IAAAA,EAAA,MAEhDttD,KAAOqtD,EACFA,EAAIrtD,GACY,MAAdstD,GAAsBA,KAAcD,EACtCA,EAAIC,QADN,CAGT,EAEAC,SAAQ,SAACzsD,GACP,IAAM8oB,EAAMlsB,KAAKksB,IAAI9oB,GACf0sD,EAAM9vD,KAAKo5B,MAAMp5B,KAAKsd,MAAM4O,IAC5B6jC,EAAM/vD,KAAKC,IAAI,GAAI6vD,EAAM9vD,KAAKunB,KAAKuoC,IACzC,OAAO9vD,KAAKo5B,MAAMh2B,EAAM2sD,GAAOA,EAAM/vD,KAAKC,IAAI,GAAI6vD,EACpD,EAEAE,QAAO,SAAC5sD,GACN,IAAM8oB,EAAMlsB,KAAKksB,IAAI9oB,GACf0sD,EAAM9vD,KAAKo5B,MAAMp5B,KAAKsd,MAAM4O,IAC5B6jC,EAAM/vD,KAAKC,IAAI,GAAI6vD,EAAO9vD,KAAKunB,KAAKuoC,IAC1C,OAAO9vD,KAAKiwD,KAAK7sD,EAAM2sD,GAAOA,EAAO/vD,KAAKC,IAAI,GAAI6vD,EACpD,EAEApwC,KAAI,WAEF,IAAMgN,EAASjrB,SAASspC,eAAe1qC,KAAKqqD,UACtCtmC,EAAY,OAANsI,QAAM,IAANA,OAAM,EAANA,EAAQwgC,WAAW,MAE/B,GAAW,MAAP9oC,EAAJ,CAIA,IAAM8rC,EAAW,MAAMnC,SAAS3pC,GAC5B8rC,GACFA,EAASlC,UAGX,IAAI,MAAM5pC,EAAK,CACb1jB,KAAML,KAAK6rD,UACXroD,QAASxD,KAAKgsD,cAThB,CAYF,GAKFljD,SAAU,CAERuhD,SAAQ,WACN,OAAIrqD,KAAK0K,GACA,cAAgB1K,KAAK0K,GAErB,cAAgB1K,KAAKojC,IAEhC,EAGA0sB,oBAAmB,WAEjB,OAA+B,GAA3B9vD,KAAK8tD,YAAYlkD,OACZ,CAAC,CAAEiW,OAAGjX,EAAW5F,OAAG4F,IAQtB5I,KAAK8tD,WACd,EAEAiC,iBAAgB,WACd,GAAI/vD,KAAKsuD,UAAYtuD,KAAK+tD,SAAU,CAClC,GAA4B,GAAxB/tD,KAAK+tD,SAASnkD,OAChB,OAAO5J,KAAK8vD,oBAGd,GAAI9vD,KAAK+tD,SAASnkD,OAAS,EACzB,OAAO5J,KAAK+tD,QAEhB,CACA,MAAO,CAAC,CAAEluC,EAAG,KAAM7c,EAAG,MACxB,EAGAgtD,oBAAmB,WACjB,OAAO,SACLnxD,MAAO,MACP+/C,gBAAiB5+C,KAAKnB,MACtB6qD,YAAa1pD,KAAK0pD,YAClBC,YAAa3pD,KAAK2pD,YAClB3qD,OAAQ,EACRixD,WAAY,UACTjwD,KAAK4uD,eAEZ,EAEAsB,cAAa,WAAb,WACQC,EAASnwD,KAAK8vD,oBAAoBjvD,KAAI,SAACuvD,EAAI7sC,GAC/C,GAAK,EAAK4rC,QAAQvlD,OAAS,EAAK,CAC9B,IAAM3I,EAAQ,EAAKkuD,QAAQtuD,KAAI,SAACwvD,GAAW,OAAAA,EAAO9sC,EAAP,IAAWhZ,SAAQ,GAC9D,GAAItJ,GAAS,EACX,OAAO,oBAAI,EAAK+uD,qBAAwB,EAAKZ,aAAanuD,GAE9D,CACA,OAAO,EAAK+uD,mBACd,IAEA,MAAO,CACLpR,gBAAiBuR,EAAOtvD,KAAI,SAAAi9B,GAAK,OAAAA,EAAE8gB,eAAF,IACjC8K,YAAayG,EAAOtvD,KAAI,SAAAi9B,GAAK,OAAAA,EAAE4rB,WAAF,IAC7BC,YAAawG,EAAOtvD,KAAI,SAAAi9B,GAAK,OAAAA,EAAE6rB,WAAF,IAC7B3qD,OAAQmxD,EAAOtvD,KAAI,SAAAi9B,GAAK,OAAAA,EAAE9+B,MAAF,IACxBixD,WAAYE,EAAOtvD,KAAI,SAAAi9B,GAAK,OAAAA,EAAEmyB,UAAF,IAGhC,EAIApE,UAAS,W,UAEDiC,GAAU,SACdhwD,KAAM,UACNwa,MAAOtY,KAAKiuD,aACZ5tD,KAAML,KAAK8vD,qBACR9vD,KAAKkwD,eAEJnC,GAAO,SACXjwD,KAAM,OACNwwD,SAAUtuD,KAAKsuD,SACfh2C,MAAoB,QAAb,EAAAtY,KAAKkuD,iBAAQ,QAAKluD,KAAKiuD,aAC9B5tD,KAAML,KAAK+vD,iBACXnR,gBAAiB,cACjB5/C,OAAQ,EACR0qD,YAA0B,QAAb,EAAA1pD,KAAKmuD,iBAAQ,QAAKnuD,KAAKnB,MACpC8qD,YAA0B,QAAb,EAAA3pD,KAAKglB,iBAAQ,QAAKhlB,KAAK2pD,aACjC3pD,KAAK6uD,aAGNyB,EAAU,GAiBd,OAdItwD,KAAKuuD,aACP+B,EAAQ/oD,KAAKumD,GAGX9tD,KAAKsuD,UACPgC,EAAQ/oD,KAAKwmD,GAGO,GAAlBuC,EAAQ1mD,SACV0mD,EAAU,CAACxC,EAAaC,IAG1BuC,GAAM,6BAAQtwD,KAAKguD,YAAS,YAAKsC,IAAO,GAEjC,CAAExE,SAAUwE,EAErB,EAGAtE,aAAY,WACV,IAAMxoD,EAAW,CACf2oD,UAAWnsD,KAAKqrD,SAChBa,qBAAqB,EACrBD,YAAY,EACZG,OAAQ,CACNvsC,GAAG,2BACDmrB,SAAUhrC,KAAK0uD,UACf5wD,KAAMkC,KAAK+pD,WAAa,OAAS,SACjCzF,QAAStkD,KAAKyuD,SACdzxC,IAAKhd,KAAKouD,OAASpuD,KAAKouD,OAAO,QAAKxlD,EACpCyU,IAAKrd,KAAKouD,OAASpuD,KAAKouD,OAAO,QAAKxlD,EACpC0jB,MAAO,GACJtsB,KAAK8uD,iBACL9uD,KAAK+uD,cAAY,CACpBlL,MAAO,CACLiG,SAAU9pD,KAAKivD,kBAInBjsD,GAAG,kBACDgoC,SAAUhrC,KAAK2uD,UACf7wD,KAAM,SACNwmD,QAAStkD,KAAKwuD,SACdxxC,IAAKhd,KAAKquD,OAASruD,KAAKquD,OAAO,QAAKzlD,EACpCyU,IAAKrd,KAAKquD,OAASruD,KAAKquD,OAAO,QAAKzlD,EACpC0jB,MAAO,GACJtsB,KAAK8uD,iBACL9uD,KAAKgvD,eAIZzC,QAAS,CACPE,OAAQ,CACNzhB,QAAShrC,KAAKwrD,YAEhBjB,4BAA6B,CAC3B1rD,MAAO,SAET08C,QAAS,CACPrzB,QAASloB,KAAKqiD,aAGhBqK,WAAY,CACV9qC,YAAa5hB,KAAK4hB,aAGpBpH,MAAO,CACLwwB,QAAwB,KAAfhrC,KAAKwa,MACdhW,KAAMxE,KAAKwa,MACXgyC,KAAM,CACJr2C,KAAM,OASd,OAAO3S,CACT,GAMFsG,MAAO,CACL9M,OAAQ,CACNywD,QAAO,WACLztD,KAAKqf,MACP,EACAuuC,MAAM,MCzeN,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,MAEpE,MCLA,IACM,GAAa,CCHnB,MAE2BhxD,MAAM,+BDK3B,GAAa,CCPnB,MAG0BA,MAAM,8BDQ1B,GAAa,CCXnB,MAI2BA,MAAM,qCDW3B,GAAa,CCfnB,MAK0BA,MAAM,oCDezB,SAAS,GAAOE,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAG9E,OCtBoB,MAATkL,EAAAA,QDuBN,WCvBL,QAKM,OANR,MAC6BzL,OAD7B,2CACuE0e,EAAAA,WD0B9D,CCzBOi1C,EAAAA,WAFhB,iBD6Ba,WC3BT,QAA4F,MAA5F,GAA4F,EAAhC,QAAyB,uBAAzB,WAAyB,QAFzF,iBAEyEj4C,EAAAA,OAAQ,IAAC,GAAO,ID8BxE,MC7BDk4C,EAAAA,UAHhB,iBDoCa,WCjCT,QAAgH,MAAhH,GAAgH,EAAvD,QAAiD,KAAzCr6C,KAAK,MAAI,CAH9E,kBAG+E,WAAsB,QAHrG,iBAGkFS,EAAAA,UAAUvO,EAAAA,QAAK,GAAI,IAHrG,SAIgBooD,EAAAA,WAJhB,iBD8Ca,WC1CT,QAAsG,MAAtG,IAAsG,QAAlC9wD,KAAKiwD,KAAa,IAARvnD,EAAAA,QAAe,MAAG,IACpFqoD,EAAAA,UALhB,iBDiDa,WC5CT,QAA8F,MAA9F,IAA8F,QAA3BC,EAAAA,QAAQtoD,EAAAA,OAAO,IAAF,KD8C3E,KCnDT,cDqDA,CCtCA,UAAe,QAAgB,CAC7B9C,KAAM,iBACN3H,MAAO,CACLyK,MAAO,CACLvK,KAAMgC,OACN+hC,UAAU,GAGZvpB,MAAO,CACLxa,KAAMC,OACNC,QAAQ,GACR6jC,UAAU,GAGZ0uB,UAAW,CACTzyD,KAAMI,QACNF,SAAS,GAGXwyD,SAAU,CACR1yD,KAAMI,QACNF,SAAS,GAGXyyD,UAAW,CACT3yD,KAAMI,QACNF,SAAS,GAGX0yD,SAAU,CACR5yD,KAAMI,QACNF,SAAS,GAGX+pD,MAAO,CACLjqD,KAAM,MACN+jC,UAAU,GAIZomB,OAAQ,CACNnqD,KAAM,MACN+jC,UAAU,GAGZsmB,MAAO,CACLrqD,KAAM,MACN+jC,UAAU,GAGZvmB,QAAS,CACPxd,KAAMC,OACNC,QAAS,WAIbkD,QAAS,CACPyvD,QAAO,SAAC5tD,GACN,IAAM9B,EAAQjB,KAAKioD,OAAO2I,WAAU,SAAC,G,IAAA,gBAAOC,GAAF,KAAO,MAC/C,OAAY,OAAR9tD,IAGGA,GAAO8tD,EAAM,GAAK,KAAO9tD,GAAO8tD,EAAM,GAAK,IACpD,IACA,MAAO,CAAC5vD,EAAOjB,KAAK+nD,MAAM9mD,GAC5B,EAEA2V,UAAS,SAAC7T,GACF,eAAiB/C,KAAK2wD,QAAQ5tD,GAAI,GAAjC9B,EAAK,KAAO,KACnB,OAAa,MAATA,EACK,mBAEFjB,KAAKmoD,MAAMlnD,EACpB,KCjFE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,IAAQ,CAAC,YAAY,qBAEzF,MCPA,IACM,GCHN,ODIM,GAAa,CCGZrE,MAAM,mBDDN,SAAS,GAAOE,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAC9E,OAAQ,WCLV,QAMM,OANAuN,GAAIA,EAAAA,GAAI9N,MAAM,sBDQf,ECPH,QAGM,OAFHoK,OAJL,8BAImC43C,EAAAA,kBAC/BhiD,MAAM,YDSH,KAAM,ICPX,QAAgD,MAAhD,IAAgD,QAAf0b,EAAAA,OAAK,IDSnC,EChBL,GDiBA,CCEA,UAAe,QAAgB,CAC7B/S,KAAM,WACN3H,MAAO,CAEL2H,KAAM,CACJzH,KAAMC,OACNC,QAAS,MAGX+qD,OAAQ,CACNjrD,KAAMgC,OACN9B,QAAS,IAEXsa,MAAO,CACLxa,KAAMC,OACNC,QAAS,YAGXua,KAAM,CACJza,KAAM2B,SACNzB,QAAS,SAAC6hB,GAAc,0BAAiB,IAAJA,EAAO,IAApB,GAG1B++B,gBAAiB,CACf9gD,KAAMC,OACNC,QAAS,YAMb+B,QAAO,WACLC,KAAK8wD,kBACP,EAEAhoD,SAAU,CACR4B,GAAE,WACA,OAAO1K,KAAKuF,KAAO,mBAAYvF,KAAKuF,MAAS,mBAAY5F,KAAKkuD,SAAShrC,SAAS,IAAIyc,MAAM,GAC5F,GAKFp+B,QAAS,CACP4vD,iBAAgB,WACd,IAAMC,EAAW3vD,SAASC,cAAc,IAAMrB,KAAK0K,GAAK,eACxD,GAAKqmD,EAAL,CAIA,MAAOA,EAASC,WACdD,EAASE,YAAYF,EAASC,YAGhC,IADA,IAAMh6B,EAAIh3B,KAAK+oD,OACNxlC,EAAEyT,EAAGzT,GAAK,EAAGA,IAAK,CACzB,IAAM2tC,EAAKlxD,KAAKuY,KAAKgL,EAAEyT,GACjB,WAAmBr4B,MAAMgmD,QAAQuM,GAAMA,EAAK,CAACA,EAAG,GAAE,GAAjDryD,EAAK,KAAE6D,EAAO,KACfyuD,EAAM/vD,SAASgwD,cAAc,OAEnCD,EAAIzzD,UAAY,iBAChByzD,EAAInqD,MAAM43C,gBAAkB//C,EAC5BsyD,EAAInqD,MAAMtE,QAAUA,EAAQmgB,WAC5BsuC,EAAInqD,MAAMylB,OAAS,UAAG,KAAKuK,EAAE,GAAE,KAC/B+5B,EAASM,YAAYF,EACvB,CAhBA,CAiBF,GAGFrnD,MAAO,CACLi/C,OAAM,WACJ/oD,KAAK8wD,kBACP,EACAv4C,KAAI,WACFvY,KAAK8wD,kBACP,KCtFE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,IAAQ,CAAC,YAAY,qBAEzF,M,IbqUIQ,GACAC,G,sBAdEC,GAA2B,CAC/BlzD,YAAa,QACbC,cAAe,SAGjB,SAAekzD,GAAetV,G,2BAAejf,SAAO,W,4CAClD,MAAO,CAAP,EAAOj2B,MAAMk1C,GACVj1C,MAAK,SAAOC,GAAQ,2C,gEACS,O,EAAXuqD,WAAU,KAAC,GAAMvqD,EAASwqD,e,OAC3C,OADMtxD,EAAO,YAAIqxD,WAAU,QAAC,YACrB,CAAP,GAAO,SAAQrxD,EAAM,CAAEuxD,GAAI,Y,iBAMjC,IAUIC,GACAC,GAXEC,GAAqBN,GAAeztD,IACvCkD,MAAK,SAAA8qD,GACJ,IAAMlhB,GAAS,SAAakhB,GAAa,SAACpwD,EAAKX,GAC7C,GAAc,IAAVA,EACJ,MAAO,EAAEW,EAAI,IAAKA,EAAI,GACxB,IACA0vD,GAAoBxgB,EAAOjwC,KAAI,SAAC6Z,GAAM,OAAAA,EAAE,EAAF,IACtC62C,GAAqBzgB,EAAOjwC,KAAI,SAAC6Z,GAAM,OAAAA,EAAE,EAAF,GACzC,IAIIu3C,GAAmBR,GAAe,IACrCvqD,MAAK,SAAAgrD,GACJ,IAAMphB,GAAS,SAAaohB,GAAW,SAACtwD,EAAKX,GAC3C,GAAc,IAAVA,EACJ,MAAO,EAAEW,EAAI,IAAKA,EAAI,GACxB,IACAiwD,GAAkB/gB,EAAOjwC,KAAI,SAAC6Z,GAAM,OAAAA,EAAE,EAAF,IACpCo3C,GAAmBhhB,EAAOjwC,KAAI,SAAC6Z,GAAM,OAAAA,EAAE,EAAF,GACvC,IAMIotC,GAAW,IAAIjd,IAAI,CACvB,CAAC,OAAQ,QACT,CAAC,SAAU,UACX,CAAC,aAAc,iBAGjB,SAASsnB,GAAQpvD,EAAuBqvD,GACtC,OAAOrvD,EAAIqvD,EACb,CAEA,IAAMlL,GAAa,IAAIrc,IAAI,CACzB,CAAC,SAAU,iBACX,CAAC,UAAW,iBACZ,CAAC,SAAU,iBACX,CAAC,WAAY,eAGT6c,GAAa,IAAI7c,IAAI,CACzB,CAAC,OAAQ,SACT,CAAC,OAAQ,WAGLwnB,GAAY,IAAIxnB,IAAI,CACxB,CAAC,OAAQ,2BACT,CAAC,OAAQ,+BASL,GAAY,CAAC,UAAU,UAAU,UAAU,WAAWyZ,UA6B5D,UAAe,QAAgB,CAC7B/+C,KAAM,sBAENk4C,WAAY,CACV,YAAa6U,GACb,aAAcC,GACd,oBAAqBC,EACrB,mBAAoBC,GACpB,YAAaC,GAEb,cAAeC,IAGjBh1D,MAAO,CAAC,oBAAoB,QAAS,iBAAkB,WAAY,SAEnEC,MAAO,CACLQ,WAAY,CACVN,KAAMI,QACNF,SAAS,EACT6jC,UAAU,GAGZ+wB,gBAAiB,CACf90D,KAAMO,OACNL,QAASwzD,GACT3vB,UAAU,GAGZ4mB,UAAW,CACT3qD,KAAMI,QACNF,SAAS,EACT6jC,UAAU,GAGZgxB,WAAY,CACV/0D,KAAMI,QACNF,SAAS,EACT6jC,UAAU,GAGZlpB,WAAY,CACV7a,KAAMI,QACNF,SAAS,EACT6jC,UAAU,IAIdxhC,KAAI,WACF,IAAMyyD,EAAM,KACZ,MAAO,CACLC,WAAW,EACX5P,SAAS,EACT0D,eAAe,EACfiB,SAAQ,GACRZ,WAAU,GACVQ,WAAU,GACV2K,UAAS,GACT7K,aAAc,OACd1iD,SAAU9E,KAAK4yD,gBACfI,YAAY,EACZC,oBAAqB,EACrBxJ,SAAU,CACR,KAAM,KAAM,KAAM,KAAM,KACxB,KAAM,KAAM,KAAM,KAAM,KACxB,KAAM,KAAM,KAAM,KAAM,KACxB,KAAM,KAAM,KAAM,KAAM,MAE1ByJ,YAAa,CAAC,KAAM,KAAM,KAAM,MAChCC,YAAa,CAAC,IAAM,KAAM,KAAM,KAAM,KAAM,KAAM,MAClDC,aAAc,CAAC,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,MAC3EjM,aAAc,KACdH,aAAc,SACdC,WAAY,WAEZe,cAAe,CAAC,qBAAsB,gBAAiB,gBAAiB,mBACxEI,cAAe,CAAC,oBAAqB,4BAA6B,qBAAsB,cACxFF,mBAAoB,CAClB,CAAC,QAAS,CAAC,EAAG,KACd,CAAC,cAAe,CAAC,GAAK4K,EAAK,KAC3B,CAAC,eAAgB,CAAC,GAAKA,EAAK,KAC5B,CAAC,WAAY,CAAC,GAAGA,EAAK,OAExBxJ,SAAU,GACV9qD,WAAY,CACVnB,YAAa,kGACbI,YAAa,+EACbwI,gBAAiB,CACf3H,YAAa,GACbC,cAAe,KAEjB6H,YAAa,GAEf0iD,aAAc,CAAC,CACb/hD,QAAS,GACTC,MAAO,CAAClI,UAAW,OAAQD,MAAM,QAAS4D,OAAQ,EAAGC,QAAS,GAAK3D,YAAa,GAAK2L,GAAG,UAC1F,CAAC7D,IAAK,uFACJG,MAAO,CAACnI,MAAO,UAAW4D,OAAQ,EAAGC,QAAS,EAAG3D,YAAa,KAEhEH,mBAAoB,CAClBC,MAAO,UACPC,UAAW,YACXC,YAAa,GACbC,OAAQ,GAEVG,sBAAuB,CACrBN,MAAO,UACPC,UAAW,YACXC,YAAa,GACbC,OAAQ,GAMV8uD,YAAa,GACbC,SAAU,GACVrF,wBAAoB9/C,EACpByqD,aAAc,CAAC,OAAQ,CAAC,EAAG,OAAQ,CAAC,GACpChM,cAAc,EACdiM,YAAa,IAAIzoB,IACjB0oB,gBAAiB,CAAC,OAAQ,GAA0B,OAAQ,IAC5DC,oBAAqB,CAAC,OAAQ,GAA0B,OAAQ,IAChEC,mBAAoB,CAAC,OAAQ,GAA0B,OAAQ,IAC/DC,mBAAoB,CAAC,OAAQ,GAA0B,OAAQ,IAC/D/K,kBAAmB,KACnBC,uBAAwB,KACxBI,mBAAoB,GACpB2K,eAAgB,GAChBC,gBAAiB,GACjBhN,aAAc,GACdgB,UAAU,EACVL,aAAa,EACbI,cAAe3nD,KAAK6yD,WACpB50D,gBAAgB,EAChB4qD,iBAAkB7oD,KAAK6zD,kBACvBrL,eAAe,EAGnB,EAEAzoD,QAAO,WAAP,WACE6C,QAAQC,IAAI,iCACZq6B,QAAQ42B,IAAI,CAAC7B,GAAkBF,KAAqB7qD,MAAK,WACvD,EAAKmgD,cAAe,EACpB,EAAK0M,cAAc,EAAKjvD,UAAUoC,MAAK,SAAC0gD,GACtC,EAAKA,SAAWA,CAClB,IAEA,EAAKoM,qBACD,EAAK51D,YACP,EAAK61D,mBAAmB/sD,MAAK,WAC3BtE,QAAQC,IAAI,mBACZ,EAAKmwD,YAAa,EAClB,EAAK1L,WAAW,EAAKmB,WACrB,EAAKyL,0BACP,GAEJ,GACF,EAEAprD,SAAU,CAER69C,UAAW,CACT1e,IAAG,WACD,OAAOjoC,KAAK5B,UACd,EACA0tC,IAAG,SAACzjC,GACFzF,QAAQC,IAAI,uCAAwCwF,GAC/CA,GACHrI,KAAKsC,MAAM,QAAStC,KAAK8E,UAE3B9E,KAAKsC,MAAM,oBAAqB+F,EAClC,GAGF8rD,aAAY,WACV,OAAOn0D,KAAKqzD,aAAarzD,KAAKwnD,aAChC,EAEAJ,eAAc,WAGZ,OAAOpnD,KAAKypD,QACd,EAEAG,eAAc,WAEZ,OAAQ5pD,KAAKo0D,cAAcxqD,OAAS5J,KAAKypD,SAAS7/C,QAAiC,eAAtB5J,KAAKgnD,YACpE,EAEAkC,oBAAmB,WACjB,IAAMmL,EAA4B,aAApBr0D,KAAKinD,WACbqN,EAA8B,eAAtBt0D,KAAKgnD,aAEnB,OAAOqN,GAASC,CAClB,EAEAC,UAAS,WACP,MAA0B,SAAtBv0D,KAAKwnD,aACAqK,GAEFP,EACT,EAEAkD,WAAU,WACR,MAA0B,SAAtBx0D,KAAKwnD,aACAsK,GAEFP,EACT,EAEAjJ,sBAAqB,WAArB,I,EAAA,OAEQmM,EAAU,GAChB,GAAKz0D,KAAK4nD,SAAV,CACA,GAA6B,IAAzB5nD,KAAKypD,SAAS7/C,OAEhB,OADAhH,QAAQC,IAAI,YACL,GAGT,GAAIxE,OAAOq2D,KAAK10D,KAAKm0D,cAAcvqD,QAAU5J,KAAKypD,SAAS7/C,OAEzD,OADAhH,QAAQC,IAAI,2BACL,GAGT,IAAM5B,EAA6B,QAArB,EAAAjB,KAAK2oD,yBAAgB,QAAK3oD,KAAK20D,eAAe30D,KAAK8E,SAASxG,YAAa0B,KAAK8E,SAASvG,cACrG,OAAe,IAAX0C,GAA0B,OAAVA,EACX,IAKTjB,KAAKypD,SAAS5oD,KAAI,SAAC65B,GACjB+5B,EAAQltD,KAAK,CAAC,EAAK,IAAImW,KAAKgd,EAAM,EAAG,GAAI,EAAI,EAAKy5B,aAAaz5B,GAAMz5B,GAAOc,YAC9E,IAEO0yD,EAtB+B,CAuBxC,EAEAtL,mBAAkB,WAEhB,IAAM9oD,EAAOL,KAAKsoD,sBAClB,QAAa1/C,IAATvI,EACF,MAAO,GAGT,IAAMu0D,EAAO50D,KAAKkoD,mBAAmBz+C,QAAO,SAACmjD,EAAK,G,IAAA,gBAAOiE,GAAF,KAAO,MACtDgE,EAAQx0D,EAAK87B,QAAO,SAACtD,GAAM,OAAAA,EAAE71B,GAAK6tD,EAAM,GAAG,KAAOh4B,EAAE71B,GAAK6tD,EAAM,GAAG,GAAvC,IAA4CjnD,OAG7E,OADAgjD,EAAIrlD,KAAKstD,GACFjI,CACT,GAAG,IACH,OAAOgI,CACT,EAEAE,gBAAe,WAAf,WACElyD,QAAQC,IAAI,mBAEZ,IAAM4xD,EAAU,GAChB,OAAKz0D,KAAK4nD,UACmB,IAAzB5nD,KAAKypD,SAAS7/C,QAI4B,IAA1CvL,OAAOq2D,KAAK10D,KAAKm0D,cAAcvqD,QAInC5J,KAAKypD,SAAS9nD,SAAQ,SAAC+4B,G,MACrB,IAAwB,WAApB,EAAKusB,YAA4B,EAAKiM,YAAY5rD,SAASozB,MAGvC,YAApB,EAAKusB,YAA6B,EAAKmM,aAAa9rD,SAASozB,MAGzC,WAApB,EAAKusB,YAA4B,EAAKkM,YAAY7rD,SAASozB,IAA/D,CAIA,IAAMr6B,EAAO,EAAK8zD,aAAaz5B,GAC/B,QAAa9xB,IAATvI,EAAJ,CAGA,IAAMY,EAA6B,QAArB,IAAK0nD,yBAAgB,QAAK,EAAKgM,eAAe,EAAK7vD,SAASxG,YAAa,EAAKwG,SAASvG,eACtF,IAAX0C,GAA0B,OAAVA,GAGpBwzD,EAAQltD,KAAK,CAAC,EAAI,IAAImW,KAAKgd,EAAM,EAAG,GAAI,EAAIr6B,EAAKY,GAAOc,YALxD,CALA,CAWF,IA3BS0yD,GAFmBA,CAgC9B,EAEArL,kBAAiB,WAEf,MAAwB,aAApBppD,KAAKinD,YAAkD,cAArBjnD,KAAKgnD,aAClC,GAEFhnD,KAAK+0D,aAAa/0D,KAAK80D,gBAAgBj0D,KAAI,SAAAg4B,GAAK,OAAAA,EAAE71B,CAAF,IAAM,OAC/D,EAGA6kD,cAAa,WAAb,WACE,IAAK7nD,KAAK4nD,SAAW,OAAO,KAE5B,GAA0B,SAAtB5nD,KAAKgnD,aACP,OAAOhnD,KAAKuoD,KAAKvoD,KAAK80D,gBAAgBj0D,KAAI,SAAAg4B,GAAK,OAAAA,EAAE71B,CAAF,KAEjD,GAA0B,WAAtBhD,KAAKgnD,aACP,OAAOhnD,KAAKqoD,OAAOroD,KAAK80D,gBAAgBj0D,KAAI,SAAAg4B,GAAK,OAAAA,EAAE71B,CAAF,KAEnD,GAA0B,eAAtBhD,KAAKgnD,cACHhnD,KAAKsoD,sBAAuB,CAC9B,IAAMptB,EAAMl7B,KAAKsoD,sBAAsBnsB,QAAQ,SAAA5U,GAAK,OAAAA,EAAE1H,EAAEm1C,gBAAkB,EAAK7N,YAA3B,IACpD,OAAIjsB,EAAItxB,OAAS,EACRsxB,EAAI,GAAGl4B,EAET,IACT,CAEF,OAAO,IACT,EAGAiyD,WAAU,WACR,GAA0B,eAAtBj1D,KAAKgnD,aAGT,OAAOhnD,KAAKmyD,QAAQnyD,KAAKyzD,mBAAmBzzD,KAAKwnD,cAAexnD,KAAKgnD,aACvE,EAEAkO,YAAW,WACT,GAA0B,eAAtBl1D,KAAKgnD,aAGT,OAAOhnD,KAAKmyD,QAAQnyD,KAAKwzD,oBAAoBxzD,KAAKwnD,cAAexnD,KAAKgnD,aACxE,EAEAmO,WAAU,WACR,GAA0B,eAAtBn1D,KAAKgnD,aAGT,OAAOhnD,KAAKmyD,QAAQnyD,KAAK0zD,mBAAmB1zD,KAAKwnD,cAAexnD,KAAKgnD,aACvE,EAEAoO,aAAY,WACV,GAA0B,eAAtBp1D,KAAKgnD,aAGT,OAAOhnD,KAAKmyD,QAAQnyD,KAAKuzD,gBAAgBvzD,KAAKwnD,cAAexnD,KAAKgnD,aACpE,EAEAoN,cAAa,WACX,MAA0B,eAAtBp0D,KAAKgnD,aACA,CAAChnD,KAAKmnD,cAGS,WAApBnnD,KAAKinD,WACAjnD,KAAKkzD,YAGU,YAApBlzD,KAAKinD,WACAjnD,KAAKozD,aAGU,WAApBpzD,KAAKinD,WACAjnD,KAAKmzD,YAGU,aAApBnzD,KAAKinD,WACAjnD,KAAKypD,SAGP,EACT,EAGAI,WAAU,WAAV,WACE,IAAK7pD,KAAK4pD,eAAkB,MAAO,GAEnC,GAAI5pD,KAAKsoD,sBAAuB,CAC9B,IAAMjoD,EAAOL,KAAKsoD,sBAAsBnsB,QAAQ,SAAA5U,GAAK,SAAK6sC,cAAc9sD,SAASigB,EAAE1H,EAAEm1C,cAAhC,IACrD,YAAapsD,IAATvI,EACK,GAEF,CAAC,CACNvC,KAAM,UACNwa,MAA6B,eAAtBtY,KAAKgnD,aAAgChnD,KAAKknD,WAAWjf,IAAIjoC,KAAKinD,YAAyB,UAAGjnD,KAAKmnD,cACtGvI,gBAAiBv+C,EAAKQ,KAAI,SAAAw0D,GAAM,mBAChCh1D,KAAMA,EACNi1D,YAAa,EACb5L,YAAa,SAGjB,CAEA,MAAO,EAET,GAMFxoD,QAAS,CAEP2yD,kBAAiB,SAAC9wD,GAChB,GAAY,OAARA,EACF,OAAO,EAGT,IAAMC,GAAKD,EAAM,IAAO,IAClBE,EAAItD,KAAKuD,IAAIF,GACnB,OAAOC,GAAK,EAAIA,EAClB,EAEAsyD,kBAAiB,SAACxyD,GAChB,OAAY,OAARA,EACK,EAGFA,GAAO,IAAO,GAA0B,GAApBpD,KAAKC,IAAImD,EAAI,KAAYA,CACtD,EAEAgyD,aAAY,SAACzrD,EAAeksD,GAE1B,QAF0B,IAAAA,IAAAA,EAAA,aAEd5sD,IAARU,GAA6B,OAARA,GAA+B,IAAfA,EAAIM,OAC3C,MAAO,GAGT,IAAM6rD,EAAQnsD,EAAI6yB,OAAOd,IACnBu5B,EAAO50D,KAAKkoD,mBAAmBz+C,QAAO,SAACmjD,EAAK,G,IAAA,gBAAOiE,GAAF,KAAO,MACtDgE,EAAQY,EAAMt5B,QAAO,SAACtD,GAAM,OAAAA,GAAKg4B,EAAM,GAAG,KAAOh4B,GAAKg4B,EAAM,GAAG,GAAnC,IAAwCjnD,OAU1E,MATa,SAAT4rD,GACF5I,EAAIrlD,KAAKstD,GAEE,aAATW,GACF5I,EAAIrlD,KAAKstD,EAAQY,EAAM7rD,QAEZ,YAAT4rD,GACF5I,EAAIrlD,KAAK,IAAMstD,EAAQY,EAAM7rD,QAExBgjD,CACT,GAAG,IAEH,OAAOgI,CACT,EAEAzC,QAAO,SAACsD,EAA2BrD,GACjC,OAAOqD,EAAM50D,KAAI,SAACg4B,GAChB,MAAO,CACLh3B,IAAKg3B,EAAEh3B,IACPC,IAAK+2B,EAAE/2B,IACPC,WAAYowD,GAAQt5B,EAAGu5B,GAE3B,GACF,EAEMsD,eAAc,SAACC,G,2BAAkBz4B,SAAO,W,4CAC5C,MAAO,CAAP,EAAOj2B,MAAM0uD,GACVzuD,MAAK,SAAOC,GAAQ,2C,gEACS,O,EAAXuqD,WAAU,KAAC,GAAMvqD,EAASwqD,e,OAC3C,OADMtxD,EAAO,YAAIqxD,WAAU,QAAC,YACrB,CAAP,GAAO,SAAQrxD,EAAM,CAAEuxD,GAAI,Y,kBAK3BgE,gBAAe,SAACD,G,2BAAkBz4B,SAAO,W,iCAC7C,MAAO,CAAP,EAAOl9B,KAAK01D,eAAeC,GACxBzuD,MAAK,SAAAy4B,GACJ,OAAO,SAAaA,GAAK,SAAC/9B,EAAK2hB,GAC7B,GAAU,IAANA,EACJ,MAAO,CACL1hB,KAAMD,EAAI,GACVE,KAAMF,EAAI,GACV2mD,MAAO3mD,EAAI,GACXymD,QAASzmD,EAAI,GACby6C,MAAOz6C,EAAI,GACXyb,KAAMzb,EAAI,GACVob,KAAMpb,EAAI,GAEd,GACF,I,QAGEi0D,cAAa,W,0FAEjB,OADAjzD,QAAQC,IAAI,wBACL,CAAP,EAAO,QAAO,kBAAwC,SAAtB7C,KAAKwnD,aAA0B,MAAO,QAAO,sBAC1EtgD,MAAK,SAAA4uD,GAAU,SAAKF,gBAAgBE,EAAO93D,QAA5B,IACfkJ,MAAK,SAAA7G,GACJ,EAAKozD,mBAAmB,EAAKjM,cAAgBnnD,CAC/C,I,QAGE01D,eAAc,W,0FAGlB,OAFAnzD,QAAQC,IAAI,wBAEL,CAAP,EAAO,QAAO,kBAAwC,SAAtB7C,KAAKwnD,aAA0B,MAAO,QAAO,yBAC1EtgD,MAAK,SAAA4uD,GAAU,SAAKF,gBAAgBE,EAAO93D,QAA5B,IACfkJ,MAAK,SAAA7G,GACJ,EAAKmzD,oBAAoB,EAAKhM,cAAgBnnD,CAChD,I,QAGE21D,cAAa,W,0FACjB,MAAO,CAAP,EAAO,QAAO,kBAAwC,SAAtBh2D,KAAKwnD,aAA0B,MAAO,QAAO,sBAC1EtgD,MAAK,SAAA4uD,GAAU,SAAKF,gBAAgBE,EAAO93D,QAA5B,IACfkJ,MAAK,SAAA7G,GACJ,EAAKqzD,mBAAmB,EAAKlM,cAAgBnnD,CAC/C,I,QAGE41D,gBAAe,W,0FACnB,MAAO,CAAP,EAAO,QAAO,kBAAwC,SAAtBj2D,KAAKwnD,aAA0B,MAAQ,QAAO,2BAC3EtgD,MAAK,SAAA4uD,GAAU,SAAKF,gBAAgBE,EAAO93D,QAA5B,IACfkJ,MAAK,SAAA7G,GACJ,EAAKkzD,gBAAgB,EAAK/L,cAAgBnnD,CAC5C,I,QAGJ61D,gBAAe,SAACC,GAAhB,WAEQ91D,EAAO,GACb,OAAKL,KAAK4nD,UAEVuO,EAAMt1D,KAAI,SAAC65B,G,MACT,QAAgC9xB,IAA5B,EAAKurD,aAAaz5B,GAAtB,CAGA,IAAMz5B,EAA6B,QAArB,IAAK0nD,yBAAgB,QAAK,EAAKgM,eAAe,EAAK7vD,SAASxG,YAAa,EAAKwG,SAASvG,eACtF,IAAX0C,GAA0B,OAAVA,GAGpBZ,EAAKkH,KAAK,EAAK4sD,aAAaz5B,GAAMz5B,GALlC,CAMF,IACOZ,GAZqBA,CAa9B,EAEA4zD,iBAAgB,WAAhB,WAoBE,OAnBArxD,QAAQC,IAAI,2BACZ7C,KAAKizD,oBAAsB,EAC3BjzD,KAAKypD,SAAS5oD,KAAI,SAACkC,EAAa9B,GAC9B,QAAO,YAA4B8B,EAAG,qBACnCmE,MAAK,SAAA4uD,GAAU,SAAKJ,eAAeI,EAAO93D,QAA3B,IACfkJ,MAAK,SAAAy4B,GACJ,IAAMt/B,GAAO,SAAas/B,GAAK,SAAC/9B,EAAK2hB,GACnC,OAAU,IAANA,EAAiB,CAAC,EACf,CACL1hB,IAAKyvD,GAAkB/tC,EAAE,GACzBzhB,IAAKyvD,GAAmBhuC,EAAE,GAC1BxhB,YAAaH,EAAI,GAErB,IAEA,EAAKyxD,aAAa,QAAQtwD,GAAO1C,EAAKi/B,MAAM,GAC5C,EAAK2zB,oBAAsBtzD,KAAKiwD,MAAO3uD,EAAQ,GAAK,EAAKwoD,SAAS7/C,OAAU,IAC9E,GACJ,IACO,IAAIszB,SAAQ,SAACyR,GAAaA,GAAQ,EAAM,GACjD,EAEAynB,eAAc,WAAd,WAoBE,OAnBAxzD,QAAQC,IAAI,2BACZ7C,KAAKizD,oBAAsB,EAC3BjzD,KAAKypD,SAAS5oD,KAAI,SAACkC,EAAa9B,GAC9B,QAAO,YAA0B8B,EAAG,qBACjCmE,MAAK,SAAA4uD,GAAU,SAAKJ,eAAeI,EAAO93D,QAA3B,IACfkJ,MAAK,SAAAy4B,GACJ,IAAMt/B,GAAO,SAAas/B,GAAK,SAAC/9B,EAAK2hB,GACnC,OAAU,IAANA,EAAiB,CAAC,EACf,CACL1hB,IAAKgwD,GAAgBtuC,EAAE,GACvBzhB,IAAKgwD,GAAiBvuC,EAAE,GACxBxhB,YAAaH,EAAI,GAErB,IAEA,EAAKyxD,aAAa,QAAQtwD,GAAO1C,EAAKi/B,MAAM,GAC5C,EAAK2zB,oBAAsBtzD,KAAKiwD,MAAO3uD,EAAQ,GAAK,EAAKwoD,SAAS7/C,OAAU,IAC9E,GACJ,IACO,IAAIszB,SAAQ,SAACyR,GAAaA,GAAQ,EAAM,GACjD,EAEA0nB,IAAG,SAACC,GAEF,OAAOA,EAAO,GAAGz1D,KAAI,SAACujD,EAAG7gC,GAAM,OAAA+yC,EAAOz1D,KAAI,SAAC40D,GAAU,OAAAA,EAAMlyC,EAAN,GAAtB,GACjC,EAEMwwC,cAAa,SAACjvD,G,gGAQlB,OALMjD,EAAMiD,EAASxG,YACfwD,EAAMgD,EAASvG,aAEfg4D,EAAYv2D,KAAKu0D,UAAU1zD,KAAI,SAAC21D,EAAMjzC,GAAM,OAAA5jB,KAAKugB,KAAK,SAACre,EAAM20D,EAAS,GAAK,SAAC72D,KAAKmgB,KAAMje,EAAM20D,GAAM,EAAM72D,KAAKigB,GAAG,MAAQ9d,EAAM,EAAK0yD,WAAWjxC,IAAQ,GAA3G,IAClD3gB,QAAQC,IAAI,YAAalD,KAAK0d,IAAG,MAAR1d,MAAI,oBAAQ42D,IAAS,KACvC,CAAP,EAAO52D,KAAKo5B,MAA+B,IAAzBp5B,KAAK0d,IAAG,MAAR1d,MAAI,oBAAQ42D,IAAS,MAAY,GAAK52D,KAAKugB,KAAK,G,QAGpEy0C,eAAc,SAAC9yD,EAAaC,GAA5B,WAEE,GADAc,QAAQC,IAAI,0BACkB,IAA1B7C,KAAKu0D,UAAU3qD,OACjB,OAAQ,EAEV,GAA+B,IAA3B5J,KAAKw0D,WAAW5qD,OAClB,OAAQ,EAGV,IAAK5J,KAAK4nD,SAER,OADAhlD,QAAQC,IAAI,kCACJ,EAGV,IAAM0zD,EAAYv2D,KAAKu0D,UAAU1zD,KAAI,SAAC21D,EAAMjzC,GAAM,OAAA5jB,KAAKugB,KAAK,SAACre,EAAM20D,EAAS,GAAI,SAAC10D,EAAM,EAAK0yD,WAAWjxC,GAAO,GAA5D,IAC5CkzC,EAAWF,EAAUhsD,QAAQ5K,KAAK0d,IAAG,MAAR1d,MAAI,oBAAQ42D,IAAS,KAKxD,OAHIv2D,KAAK2oD,mBAAqB8N,IAC5Bz2D,KAAK2oD,kBAAoB8N,GAEpBA,CACT,EAIAnP,WAAU,SAACtc,GAAX,WAiBE,QAjBS,IAAAA,IAAAA,GAAA,GAEThrC,KAAKunD,YAAcvc,EACfA,IACFhrC,KAAK/B,gBAAiB,EACtB+B,KAAKqnD,cAAe,EACpBrnD,KAAKwoD,eAAgB,GAEvBxoD,KAAKk0D,2BAEqB,SAAtBl0D,KAAKwnD,eACPxnD,KAAK6oD,iBAAmB7oD,KAAKu1D,mBAEL,SAAtBv1D,KAAKwnD,eACPxnD,KAAK6oD,iBAAmB7oD,KAAK6zD,mBAGL,eAAtB7zD,KAAKgnD,aAIT,MAAwB,WAApBhnD,KAAKinD,YACPrkD,QAAQC,IAAI,WAC8C,IAAtD7C,KAAKyzD,mBAAmBzzD,KAAKwnD,cAAc59C,QAC7ChH,QAAQC,IAAI,6BACZ7C,KAAK61D,gBAAgB3uD,MAAK,WACxB,EAAKwhD,mBAAqB,EAAKuM,UAEjC,UAGFj1D,KAAK0oD,mBAAqB1oD,KAAKi1D,aAGT,YAApBj1D,KAAKinD,YACPrkD,QAAQC,IAAI,cAC+C,IAAvD7C,KAAKwzD,oBAAoBxzD,KAAKwnD,cAAc59C,QAC9ChH,QAAQC,IAAI,6BACZ7C,KAAK+1D,iBAAiB7uD,MAAK,WACzB,EAAKwhD,mBAAqB,EAAKwM,WAEjC,UAGFl1D,KAAK0oD,mBAAqB1oD,KAAKk1D,cAIT,WAApBl1D,KAAKinD,YACPrkD,QAAQC,IAAI,WAC8C,IAAtD7C,KAAK0zD,mBAAmB1zD,KAAKwnD,cAAc59C,QAC7ChH,QAAQC,IAAI,6BACZ7C,KAAKg2D,gBAAgB9uD,MAAK,WACxB,EAAKwhD,mBAAqB,EAAKyM,UAEjC,UAGFn1D,KAAK0oD,mBAAqB1oD,KAAKm1D,aAIT,aAApBn1D,KAAKinD,YACPrkD,QAAQC,IAAI,aAC2C,IAAnD7C,KAAKuzD,gBAAgBvzD,KAAKwnD,cAAc59C,QAC1ChH,QAAQC,IAAI,+BACZ7C,KAAKi2D,kBAAkB/uD,MAAK,WAC1B,EAAKwhD,mBAAqB,EAAK0M,YAEjC,UAGFp1D,KAAK0oD,mBAAqB1oD,KAAKo1D,oBAVjC,EA5CEp1D,KAAK0oD,mBAAqB1oD,KAAKm0D,aAAan0D,KAAKmnD,aAyDrD,EAEAiD,MAAK,WACHpqD,KAAK2mD,WAAY,CACnB,EAEAnX,MAAK,SAACknB,GACJ,OAAQA,EAAKC,OAAO,GAAGC,cAAgBF,EAAKp3B,MAAM,EACpD,EAEAu3B,gBAAe,SAACx2D,GACd,OAAQA,GAAiB,MAATA,EAAK,IAA+B,kBAAZA,EAAK,IAAmB,MAAOA,EAAK,EAC9E,EAGAkoD,KAAI,SAACkN,GACH,QAAc7sD,IAAV6sD,EACF,OAAO,KAGLz1D,KAAK62D,gBAAgBpB,KACvBA,EAAQA,EAAM50D,KAAI,SAACg4B,GAAM,OAAAA,EAAE71B,CAAF,KAG3B,IAAMsG,EAAMmsD,EAAMt5B,QAAO,SAAC5U,GAAM,OAAA8T,GAAS9T,EAAT,IAChC,OAAOje,EAAIG,QAAO,SAACC,EAAGC,GAAM,OAAAD,EAAIC,CAAJ,GAAO,GAAKL,EAAIM,MAC9C,EAEAy+C,OAAM,SAACoN,GACL,QAAc7sD,IAAV6sD,EACF,OAAO,KAGLz1D,KAAK62D,gBAAgBpB,KACvBA,EAAQA,EAAM50D,KAAI,SAACg4B,GAAM,OAAAA,EAAE71B,CAAF,KAG3B,IAAMsG,EAAMmsD,EAAMt5B,QAAO,SAAC5U,GAAM,OAAA8T,GAAS9T,EAAT,IAC1B6O,EAAMz2B,KAAKo5B,MAAMzvB,EAAIM,OAAS,GAC9BktD,GAAO,oBAAIxtD,IAAG,GAAEH,MAAK,SAACO,EAAGC,GAAM,OAAAD,EAAIC,CAAJ,IACrC,OAAOL,EAAIM,OAAS,GAAK,GAAKktD,EAAK1gC,GAAO0gC,EAAK1gC,EAAM,IAAM,EAAI0gC,EAAK1gC,EACtE,EAEA49B,mBAAkB,WAAlB,WACE/2B,GAAgBj9B,KAAK8E,SAASvG,aAAcyB,KAAK8E,SAASxG,aACvD4I,MAAK,SAAC3B,GACL,EAAKqhD,aAAerhD,CACtB,IACCiC,OAAM,SAACsxB,GACNl2B,QAAQ6E,MAAM,8BAA+BqxB,EAC/C,GACJ,EAEAo7B,yBAAwB,WACtB,IAAM9B,EAA6B,eAAtBpyD,KAAKgnD,aAAgC,GAAKhnD,KAAK8nD,SAAS7f,IAAIjoC,KAAKgnD,cACxEqJ,EAA+B,eAAtBrwD,KAAKgnD,aAAgChnD,KAAKmnD,aAAennD,KAAKknD,WAAWjf,IAAIjoC,KAAKinD,YAC3F8P,EAA8B,SAAtB/2D,KAAKwnD,aAA0B,QAAU,QACvDxnD,KAAK2zD,eAAiB,YAAKoD,EAAK,YAAI3E,EAAI,4BAAoB/B,EAAM,KAC7DrwD,KAAKunD,YAGRvnD,KAAKgpD,mBAAqB,UAAGhpD,KAAK/B,eAAiB,aAAe,WAAU,aAAK+B,KAAK2zD,gBAFtF3zD,KAAKgpD,mBAAqB,kDAI9B,EAEAgO,sBAAqB,WACnBh3D,KAAKgpD,mBAAqB,UAAGhpD,KAAK/B,eAAiB,aAAe,WAAU,aAAK+B,KAAK2zD,eACxF,EAEAsD,kBAAiB,SAACl0D,GAChB,IAAM9B,EAAQjB,KAAKkoD,mBAAmB0I,WAAU,SAAC,G,IAAA,gBAAOC,GAAF,KAAO,MAC3D,OAAY,OAAR9tD,IAGGA,GAAO8tD,EAAM,GAAK,KAAO9tD,GAAO8tD,EAAM,GAAK,IACpD,IACA,MAAO,CAAC5vD,EAAOjB,KAAKgoD,cAAc/mD,GACpC,EAEA2V,UAAS,SAAC7T,GACF,eAAiB/C,KAAKi3D,kBAAkBl0D,GAAI,GAA3C9B,EAAK,KAAO,KACnB,OAAa,MAATA,EACK,mBAEFjB,KAAKooD,cAAcnnD,EAC5B,GAGF6I,MAAO,CACL1L,WAAU,SAACiK,GAAX,WACMA,GAA2D,IAAlDhK,OAAOq2D,KAAK10D,KAAKqzD,aAAa,SAASzpD,QAClDhH,QAAQC,IAAI,gBACZ7C,KAAKi0D,mBAAmB/sD,MAAK,WAC3BtE,QAAQC,IAAI,yBACZ,EAAKmwD,YAAa,EAClB,EAAK1L,WAAW,EAAKC,YACvB,IACIvnD,KAAK+yD,WACPjR,YAAW,WACT,EAAKqB,SAAU,CACjB,GAAG,OAGLvgD,QAAQC,IAAI,oBACZ7C,KAAKqnD,cAAe,EACpBrnD,KAAK+yD,WAAY,EAGrB,EAEAH,gBAAe,SAACvqD,GACdzF,QAAQC,IAAI,kBAAmBwF,GAE3BA,EAAM/J,cAAgB0B,KAAK8E,SAASxG,aAAe+J,EAAM9J,eAAiByB,KAAK8E,SAASvG,eAG5FyB,KAAK8E,SAAWuD,EAClB,EAEAm/C,aAAY,SAACn/C,GAAb,WACEzF,QAAQC,IAAI,gBAAiBwF,GACf,SAAVA,GACoD,IAAlDhK,OAAOq2D,KAAK10D,KAAKqzD,aAAa,SAASzpD,QACzC5J,KAAKo2D,iBAAiBlvD,MAAK,WACzB,EAAKmgD,cAAe,CACtB,IAGJrnD,KAAKqnD,cAAe,CACtB,EAEAL,aAAY,SAAC3+C,GACXzF,QAAQC,IAAI,eAAgBwF,GAC5BrI,KAAKqnD,cAAe,CACtB,EAEAF,aAAY,SAAC9+C,GACXzF,QAAQC,IAAI,eAAgBwF,GAC5BrI,KAAKqnD,cAAe,CACtB,EAEAJ,WAAU,SAAC5+C,GACTzF,QAAQC,IAAI,aAAcwF,GAC1BrI,KAAKqnD,cAAe,CACtB,EAEA4L,oBAAmB,SAAC5qD,GAClBzF,QAAQC,IAAI,sBAAuBwF,EACrC,EAEAvD,SAAQ,SAACuD,EAAqB6uD,GAA9B,WACEt0D,QAAQC,IAAI,WAAYwF,GACpBA,EAAM/J,cAAgB44D,EAAI54D,aAAe+J,EAAM9J,eAAiB24D,EAAI34D,eAItE8J,EAAM/J,cAAgB0B,KAAK4yD,gBAAgBt0D,aAE3C+J,EAAM9J,eAAiByB,KAAK4yD,gBAAgBr0D,cAE5CyB,KAAKsC,MAAM,WAAY+F,GAEzBrI,KAAKg0D,qBACLh0D,KAAK+zD,cAAc1rD,GAAOnB,MAAK,SAAC0gD,GAC9B,EAAKA,SAAWA,CAClB,IACA5nD,KAAK20D,eAAetsD,EAAM/J,YAAa+J,EAAM9J,cAC/C,EAEAsoD,cAAa,SAACptC,GACZzZ,KAAKsC,MAAM,iBAAkBmX,EAC/B,EAEAxb,eAAc,WACZ+B,KAAKg3D,uBACP,Kc5wCE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,MAEpE,M,0BCPM,GAAe,SAAAhgC,GAAK,OAAC,QAAa,mBAAmBA,EAAEA,KAAI,UAAcA,CAArD,EACpB,GAA2B,IAAa,WC0BlC,eAII,WAjChB,QA6Be,+FACwF,QAAgE,KAA7DvqB,KAAK,+BAA+BC,OAAO,UAAS,UA9B9J,QA8BuK,qIAAgI,QAAqC,cAA7B,yBA9B/S,QA8B4U,mKAA0K,QAA8F,KAA3FD,KAAK,+DAA+DC,OAAO,UAAS,QA9B7kB,QA8BolB,iBDbhlB,ECYQ,IDXN,GAA2B,IAAa,WCiBlC,eAgBU,WAhBD9P,MAAM,OAAK,EAClB,QAAmF,eAA1E,qEAET,QAMI,WA5ClB,QAsCiB,+FAED,QAGK,YAFH,QAAoI,YAzCtJ,QAyCsB,SAAI,QAA8B,cAAtB,kBAzClC,QAyCwD,6DAAwD,QAAa,WAAR,OAzCrH,QAyC6H,2BAC3G,QAAiH,YA1CnI,QA0CsB,SAAI,QAAsB,cAAd,UA1ClC,QA0CgD,yFAGlC,QAEI,SAFD,4cAGH,QAEI,SAFD,8YDTb,ECJQ,IDKN,GAA2B,IAAa,WCYlC,eA4BU,WA5BDA,MAAM,OAAK,EAClB,QAAmG,eAA1F,qFACT,QAwBI,WA9ElB,QAsDiB,oDAC6C,QAA0E,KAAvE6P,KAAK,0CAA0CC,OAAO,UAAS,SAvDhI,QAuDwI,yCACxH,QAqBQ,eApBN,QAGK,YAFH,QAAmB,UAAf,eACJ,QAAoB,UAAhB,kBAEN,QAGK,YAFH,QAAc,UAAV,UACJ,QAAc,UAAV,YAEN,QAGK,YAFH,QAAe,UAAX,WACJ,QAAsB,UAAlB,oBAEN,QAGK,YAFH,QAAe,UAAX,WACJ,QAAsB,UAAlB,oBAEN,QAGK,YAFH,QAAgB,UAAZ,YACJ,QAA0B,UAAtB,6BDHpB,ECpBQ,IDqBN,GAA2B,IAAa,WCQlC,eAKU,WALD9P,MAAM,OAAK,EAClB,QAAyE,eAAhE,2DACT,QAEI,SAFD,8KDPb,ECKQ,IDJN,GAA2B,IAAa,WCWlC,eAQU,WARDA,MAAM,OAAK,EAClB,QAA0D,eAAjD,4CACT,QAKI,WA/FlB,QA0FiB,uRAI2E,QAA0F,KAAvF6P,KAAK,uDAAuDC,OAAO,UAAS,YA9F3K,QA8FsL,UDPlL,ECCQ,IDAN,GAA2B,IAAa,WCSlC,eAKU,WALD9P,MAAM,OAAK,EAClB,QAAqD,eAA5C,uCACT,QAEI,SAFD,uIDRb,ECMQ,IDLN,GAA2B,IAAa,WCiBlC,eAEI,SAFD,iNAEH,EAFA,IDhBN,GAA2B,IAAa,WCoBlC,eAKU,WALDA,MAAM,OAAK,EAClB,QAAkC,eAAzB,oBACT,QAEI,SAFD,gTDnBb,ECiBQ,IDhBN,GAA2B,IAAa,WCuBlC,eAKU,WALDA,MAAM,OAAK,EAClB,QAAoC,eAA3B,sBACT,QAEI,SAFD,6VDtBb,ECoBQ,IDnBN,GAA4B,IAAa,WC0BnC,eAQU,WARDA,MAAM,OAAK,EAClB,QAA+E,eAAtE,iEACT,QAEI,SAFD,6IAGH,QAEI,SAFD,6OD3Bb,ECsBQ,IDrBN,GAAc,CCgCCA,MAAM,OD/BrB,GAA4B,IAAa,WCiCjC,eAEI,SAFD,gXAEH,EAFA,IDhCR,GAAc,CCqCCA,MAAM,ODpCrB,GAA4B,IAAa,WCsCjC,eAEI,SAFD,8XAEH,EAFA,IDrCR,GAA4B,IAAa,WC6CnC,eAEI,WA7JhB,QA2Je,qCAC8B,QAAwB,cAAhB,YA5JrD,QA4JqE,SAAI,QAAwB,cAAhB,YA5JjF,QA4JiG,saAAia,QAA0F,KAAvF6P,KAAK,oDAAoDC,OAAO,UAAS,eA5J9kB,QA4J4lB,uFDnCxlB,ECkCQ,IDjCN,GAA4B,IAAa,WCqCnC,eAyBU,WAzBD9P,MAAM,OAAK,EAClB,QAA2E,eAAlE,6DACT,QAGI,WApKlB,QAiKiB,oBACa,QAA6E,KAA1E6P,KAAK,6CAA6CC,OAAO,UAAS,SAlKnG,QAkK2G,scAG7F,QAeE,WApLhB,QAqKiB,6EACH,QAaQ,eAZN,QAGK,YAFH,QAAoC,YAA/B,QAAwB,cAAhB,YAxK/B,QAwK+C,SAC7B,QAA+B,UAA3B,6BAEN,QAGK,YAFH,QAAoC,YAA/B,QAAwB,cAAhB,YA5K/B,QA4K+C,SAC7B,QAA6D,UAAzD,2DAEN,QAGK,YAFH,QAAoC,YAA/B,QAAwB,cAAhB,YAhL/B,QAgL+C,SAC7B,QAA2C,UAAvC,6CAIR,QAEE,WAvLhB,QAqLiB,wHAC+G,QAAoE,KAAjED,KAAK,iCAAiCC,OAAO,UAAS,YAtLzL,QAsLoM,UDhBhM,ECPQ,IDQN,GAA4B,IAAa,WCoBnC,eAKU,WALD9P,MAAM,OAAK,EAClB,QAA6C,eAApC,+BA5LvB,QA4L2D,oHAEiB,QAA6H,KAA1H6P,KAAK,0FAA0FC,OAAO,UAAS,YA9L9L,QA8LyM,iDACnK,QAAgB,UAAZ,YA/L1C,QA+LsD,4CDdlD,ECUQ,IDRL,SAAS,GAAO5P,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAc9E,OAAQ,WChMR,QA4MW,KA5MDuN,GAAG,uBADf,WAEarC,EAAAA,MAFb,qDAEaA,EAAK,OAFlB,GAGI,mBACA,kBACA8uD,WAAA,GACCx+C,WAAYA,EAAAA,YDmMZ,CCzML,kBAQE,WAoMS,QApMT,QAoMS,KAnMP/b,MAAM,oBACN,aAAW,MACX6vB,OAAO,QACP,YAAU,MACV,YAAU,ODoML,CCjNT,kBAkBM,WAMe,QANf,QAMe,UAxBrB,kBAmBQ,WAIS,QAJT,QAIS,MAJD,iBAAe,eAAeA,OAAO,SAnBrD,WAmBuEga,EAAAA,IAnBvE,qDAmBuEA,EAAG,KAnB1E,GAmB6E2wB,UAAWrsB,EAAAA,SAASC,QAAQ1e,MAAQ,IAAM,WAAa,cDwMnH,CC3NjB,kBAoBU,WAAkF,QAAlF,QAAkF,MAA3E1vB,MAAM,oBAAoByL,MAAM,cD4M5B,CChOrB,kBAoB8D,WAAsB,QApBpF,QAoB8D,0BAAsB,IApBpF,OAqBU,QAA2E,MAApEzL,MAAM,oBAAoByL,MAAM,SDoN5B,CCzOrB,kBAqByD,WAAoB,QArB7E,QAqByD,wBAAoB,IArB7E,OAsBU,QAAyE,MAAlEzL,MAAM,oBAAoByL,MAAM,WD4N5B,CClPrB,kBAsB2D,WAAgB,QAtB3E,QAsB2D,oBAAgB,IAtB3E,MAoB4F,IApB5F,KD0PiB,EAAG,CAAC,aAAc,cCnOlB,IAvBjB,OAyBM,QA4KY,UArMlB,kBA0BQ,WAyKW,QAzKX,QAyKW,MAnMnB,WA0B2Bo+B,EAAAA,IA1B3B,qDA0B2BA,EAAG,KA1B9B,IDmQiB,CCnQjB,kBA4BU,WA6EgB,QA7EhB,QA6EgB,KA7EDp+B,MAAM,cAAY,CA5B3C,kBA6BY,WAII,OAJJ,GAMA,GAiBA,GA6BA,GAOA,GASA,GAhEI,IAjChB,OA2GU,QA4CgB,KA5CDA,MAAM,SAAO,CA3GtC,kBA6GY,WAEI,OAFJ,GAIA,GAOA,GAOA,IAWA,QAKU,UALV,GAKU,EAJR,QAA8G,iBAArG,QAA8B,UA3IrD,kBA2I+B,WAAa,QA3I5C,QA2I+B,iBAAa,IA3I5C,eA2IqD,iCAA8B,QAAG4O,EAAAA,QAAU,OAAS,OAAQ,IAAC,KACpG,MAKF,QAKU,UALV,GAKU,EAJR,QAA0H,iBAAjH,QAAuC,UAlJ9D,kBAkJ+B,WAAsB,QAlJrD,QAkJ+B,0BAAsB,IAlJrD,eAkJ8D,iCAA6B,QAAGA,EAAAA,QAAU,QAAU,UAAW,IAAC,KAChH,KApCE,IA/GhB,OAyJU,QAyCgB,KAzCD5O,MAAM,WAAS,CAzJxC,kBA2JY,WAEI,OAFJ,GAIA,GA4BA,GA9BI,IA7JhB,MAyG0B,IAzG1B,KD2TiB,EAAG,CAAC,eCxHF,IAnMnB,OAuMI,QAGiB,UA1MrB,kBAwMM,WAAqB,QAArB,QAAqB,MACrB,QAA0E,KAAnExJ,MAAM,UAAUyc,QAAQ,OAAQ,QAAK,+BAAEjT,EAAAA,OAAQ,CAAV,ID6HjC,CCtUjB,kBAyMmE,WAAK,QAzMxE,QAyMmE,SAAK,IAzMxE,MAwM2B,IAxM3B,MAwBqB,IAxBrB,MA4MW,IA5MX,KDoVK,EAAG,CAAC,aAAc,cACvB,CC/HA,UAAe,QAAgB,CAC7B9C,KAAM,qBAEN3H,MAAO,CACLQ,WAAY,CACVN,KAAMI,QACNF,SAAS,EACT6jC,UAAU,GAEZw1B,WAAY,CACVv5D,KAAMC,OACNC,QAAS,SAGX2a,WAAY,CACV7a,KAAMI,QACNF,SAAS,IAIbqC,KAAI,WACF,MAAO,CACLomC,IAAKzmC,KAAKq3D,WAEd,EAEAvuD,SAAU,CACRT,MAAO,CACL4/B,IAAG,WACD,OAAOjoC,KAAK5B,UACd,EACA0tC,IAAG,SAACzjC,GACFrI,KAAKsC,MAAM,oBAAqB+F,EAClC,GAGF4O,QAAO,WACL,OAAOjX,KAAK+qC,SAASC,QAAQ/zB,OAC/B,KCrPE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,IAAQ,CAAC,YAAY,qBAEzF,M,eCPM,GAAe,SAAA+f,GAAK,OAAC,QAAa,mBAAmBA,EAAEA,KAAI,UAAcA,CAArD,EACpB,GAAa,CCFZtsB,GAAG,2BDGJ,GAA2B,IAAa,WCF1C,eAAuB,UAAnB,kBAAc,EAAlB,IDGE,GAAa,CCLnB,MAG0B9N,MAAM,qBDM1B,GAAa,CCLRA,MAAM,YDMX,GAAa,CCVnB,ODWM,GAAa,CCXnB,ODYM,GAA2B,IAAa,WCAxC,eAAiD,SAA9C,8CAA0C,EAA7C,IDCA,GAAa,CCDb,IDIA,GAAa,CChBnB,ODiBM,GAAc,CCFVA,MAAM,QDGV,GAAc,CClBpB,MAmBSA,MAAM,qBDGT,GAAc,CCFP8N,GAAG,kBDGV,GAAc,CCvBpB,ODwBM,GAA4B,IAAa,WCQrC,eAA2B,UAAvB,sBAAkB,EAAtB,IDPJ,GAAc,CCzBpB,OD0BM,GAA4B,IAAa,WCUrC,eAA0B,UAAtB,qBAAiB,EAArB,IDTJ,GAA4B,IAAa,WCazC,eAAoC,MAAhC9N,MAAM,0BAAwB,QAAlC,IDZA,GAAc,CCaP8N,GAAG,kBDZV,GAAc,CCaR9N,MAAM,QDZZ,GAA4B,IAAa,WCarC,eAAyC,MAArCA,MAAM,cAAa,iBAAa,EAApC,IDZJ,GAAc,CCaNA,MAAM,cDZd,GAAc,CChCpB,MA8CYA,MAAM,QDVZ,GAA4B,IAAa,WCWrC,eAA0C,MAAtCA,MAAM,cAAa,kBAAc,EAArC,IDVJ,GAAc,CCWNA,MAAM,cDVd,GAAc,CCYRA,MAAM,QDXZ,GAA4B,IAAa,WCYrC,eAAuC,MAAnCA,MAAM,cAAa,eAAW,EAAlC,IDXJ,GAAc,CCYNA,MAAM,cDXd,GAAc,CCzCpB,MAsDYA,MAAM,QDTZ,GAA4B,IAAa,WCUrC,eAAwC,MAApCA,MAAM,cAAa,gBAAY,EAAnC,IDTJ,GAAc,CCUNA,MAAM,cDTd,GAAc,CCWRA,MAAM,QDVZ,GAA4B,IAAa,WCWrC,eAAuC,MAAnCA,MAAM,cAAa,eAAW,EAAlC,IDVJ,GAAc,CCWNA,MAAM,cDVd,GAA4B,IAAa,WCazC,eAAoC,MAAhCA,MAAM,OAAOoK,MAAA,gBDVpB,MAAO,ECUJ,IDRC,SAAS,GAAOlK,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAC9E,IAAMoX,GAAyB,QAAkB,eAIjD,OAAQ,WC3DR,QA6EM,MA7EN,GA6EM,CA5EJ,GACW+iD,EAAS,YD4Df,WC5DL,QAKM,MALN,GAKM,EAJJ,QAA+C,MAA/C,IAA+C,QAAtBC,EAAAA,eAAa,GAC1BC,EAAAA,WALlB,iBDkEe,WC7DT,QAEM,MAPZ,GAK6B,uBACH,QAAgB,KAAb1yD,EAAAA,SAAkB,MAAQA,EAAAA,SAAW,IAAH,QAN/D,eAWe0yD,EAAS,YD4Df,WC5DL,QAEM,MAbV,UDwES,WC1DL,QAEM,MAhBV,KAeM,QAAyC,KAAzC,IAAyC,QAApB15D,EAAAA,MAAO,WAAQ,MAE1B05D,EAAAA,WAjBhB,iBD4ES,WC3DL,QACM,OAlBV,MAiB4B56D,OAjB5B,+CAiBoEkB,EAAAA,KAAK25D,kBD8D9D,KAAM,IC5DyBD,EAAAA,WAnB1C,iBDkFS,WC/DL,QA6CM,MA7CN,GA6CM,EA5CJ,QAmBQ,QAnBR,GAmBQ,EAlBN,QASK,YARH,QAMK,YALH,QAII,GAHFjhD,KAAK,eACLC,WAAW,4DACX0sC,WAAA,MA1Bd,QA2BgB,SAEN,QAAmE,mBAA3D9oB,EAAAA,SAAW,IAAO,MAAe,IAARA,EAAAA,UAAcoD,QAAQ,IAAK,KAAE,KAEtDk6B,EAAO,UDiER,WCjET,QAGK,KAlCb,IAgCU,IACA,QAAgC,mBAAxBC,EAAAA,kBAAgB,OAjClC,eAmCqC,IAAnB/2B,EAAAA,kBDmED,WCnET,QAGK,KAtCb,IAoCU,IACA,QAA+B,mBAAvBA,EAAAA,iBAAe,OArCjC,iBAwCM,IACA,QAqBQ,QArBR,GAqBQ,EApBN,QAGK,KAHL,GAGK,CAFH,IACA,QAA4G,KAA5G,IAA4G,QAA9D,KAApBjH,EAAAA,aAAa,GAAYi+B,EAAAA,WAAWj+B,EAAAA,aAAa,IAAM,qBAAP,KAErD+9B,EAAO,UDqErB,WCrET,QAGK,KAHL,GAGK,CAFH,IACA,QAA4G,KAA5G,IAA4G,QAA9D,KAApB79B,EAAAA,aAAa,GAAY+9B,EAAAA,WAAW/9B,EAAAA,aAAa,IAAM,qBAAP,OAhDpF,gBAkDQ,QAGK,KAHL,GAGK,CAFH,IACA,QAAkG,KAAlG,IAAkG,QAAzD,KAAfzc,EAAAA,QAAQ,GAAYw6C,EAAAA,WAAWx6C,EAAAA,QAAQ,IAAM,qBAAP,KAE3Cs6C,EAAO,UDuErB,WCvET,QAGK,KAHL,GAGK,CAFH,IACA,QAAwG,KAAxG,IAAwG,QAA5D,KAAlB19B,EAAAA,WAAW,GAAY49B,EAAAA,WAAW59B,EAAAA,WAAW,IAAM,qBAAP,OAxDhF,gBA0DQ,QAGK,KAHL,GAGK,CAFH,IACA,QAAwG,KAAxG,IAAwG,QAA5D,KAAlBC,EAAAA,WAAW,GAAY29B,EAAAA,WAAW39B,EAAAA,WAAW,IAAM,qBAAP,OAG1E,OAGF,QAWe,OAVbr9B,MAAM,OAnEZ,WAoEei7D,EAAAA,OApEf,qDAoEeA,EAAM,QApErB,GAqEOh5D,MAAOA,EAAAA,MACRi5D,QAAA,GACAC,UAAA,GACA,kBACAz8C,QAAQ,YD0EP,CCnJP,kBA2EM,WAAyD,QAAzD,QAAyD,KAAlDjT,MAAM,MAAM8N,KAAK,QAAQsW,OAAO,OD8ElC,CCzJX,kBA2EoD,WAAG,QA3EvD,QA2EoD,OAAG,IA3EvD,OA4EM,QAA4E,KAArEpkB,MAAM,QAAQ8N,KAAK,QAAQsW,OAAO,ODuFpC,CCnKX,kBA4EsD,WAAO,QA5E7D,QA4EsD,WAAO,QAAGurC,EAAAA,QAAS,IAAC,GAAb,IA5E7D,MA2E+D,IA3E/D,KD2KO,EAAG,CAAC,aAAc,WAEzB,CCnFA,IAAMC,GAAU,MACVC,GAAW,KACXC,GAAa,IACbC,GAAa,IAEnB,UAAe,QAAgB,CAC7B7yD,KAAM,eAENk4C,WAAY,CACV,eAAgB4a,GAAA,GAChB,QAAS7X,EAAA,EACT,cAAemS,IAGjB/0D,MAAO,CACLge,WAAY,CACV9d,KAAMO,OACNwjC,UAAU,GAGZy1B,UAAW,CACTx5D,KAAMI,QACNF,SAAS,EACT6jC,UAAU,GAGZ/lB,SAAU,CACRhe,KAAMC,OACNC,QAAS,MACT6jC,UAAU,GAGZ/8B,SAAU,CACRhH,KAAMC,OACNC,QAAS,GACT6jC,UAAU,GAGZhjC,MAAO,CACLf,KAAMC,OACNC,QAAS,QACT6jC,UAAU,IAId9hC,QAAO,WACLC,KAAKs4D,mBACLruB,YAAYjqC,KAAKs4D,iBAAkB,IACrC,EAIAj4D,KAAI,WACF,MAAO,CACLk4D,KAAMv4D,KAAK4b,WACXi8C,OAAQ,QASRN,cAAe,GAEnB,EAGAzuD,SAAU,CACRhL,KAAI,WACF,OAAQkC,KAAK4b,WAAW9d,MACxB,IAAK,IACH,MAAO,UACT,IAAK,IACH,MAAO,UACT,IAAK,IACH,MAAO,QACT,QACE,MAAO,GAEX,EAEA05D,UAAS,WACP,MAAgC,KAAzBx3D,KAAK4b,WAAW9d,IACzB,EAEA45D,QAAO,WACL,MAAgC,MAAzB13D,KAAK4b,WAAW9d,IACzB,EAEA85D,WAAU,WAAV,WACE,OAAO,SAACl+B,GACN,OAAa,OAATA,EAAsB,GACH,QAAhB,EAAKm+B,OAAmB,EAAKW,YAAY9+B,GAAQ,EAAK++B,cAAc/+B,EAC7E,CACF,EAEAs+B,OAAM,WACJ,OAAO,EAAAl3B,GAAA,GAAiB,IAAIpjB,KAAQ1d,KAAK8b,SAAU,IACrD,EAEA6d,aAAY,WACV,OAAO35B,KAAK04D,aAAa14D,KAAK4b,WAAW+d,aAAc,gBACzD,EAEAM,WAAU,WACR,OAAOj6B,KAAK04D,aAAa14D,KAAK4b,WAAWqe,WAAY,cACvD,EACAJ,aAAY,WACV,OAAO75B,KAAK04D,aAAa14D,KAAK4b,WAAWie,aAAc,gBACzD,EACAG,WAAU,WACR,OAAOh6B,KAAK04D,aAAa14D,KAAK4b,WAAWoe,WAAY,cACvD,EACA5c,QAAO,WACL,OAAOpd,KAAK04D,aAAa14D,KAAK4b,WAAWwB,QAAS,cACpD,EACA+c,UAAS,WACP,OAAOn6B,KAAK4b,WAAWue,UAAU,EACnC,EACAC,SAAQ,WACN,OAAOp6B,KAAK4b,WAAWwe,SAAS,EAClC,EAEAwG,gBAAe,WACb,GAAkB,KAAd5gC,KAAKlC,KAAa,MAAO,GAC7B,IAAMonD,EAAQllD,KAAK4b,WAAW+d,aAAa,GACrCg/B,EAAM34D,KAAK4b,WAAWqe,WAAW,GACvC,GAAc,OAAVirB,GAA0B,OAARyT,EAAc,MAAO,GAC3C,IAAMl0D,EAAWk0D,EAAI53B,UAAYmkB,EAAMnkB,UACvC,OAAOhD,GAASN,GAAMh5B,GACxB,EAEAkzD,iBAAgB,WACd,OAAO55B,GAAS/9B,KAAK4b,WAAWnX,SAClC,GAIFvD,QAAS,CACPs3D,YAAW,SAAC9+B,GACV,GAAa,OAATA,EAAe,MAAO,GAC1B,IACE,OAAO,EAAAoH,GAAA,GAAiBpH,EAAM,MAAO,cACvC,CAAE,MAAOZ,GAGP,OAFAl2B,QAAQ6E,MAAMqxB,GACdl2B,QAAQ6E,MAAMiyB,GACP,EACT,CACF,EAEA++B,cAAa,SAAC/+B,GACZ,GAAa,OAATA,EAAe,MAAO,GAC1B,IACE,OAAO,EAAAoH,GAAA,GAAiBpH,EAAM15B,KAAK8b,SAAU,cAC/C,CAAE,MAAOgd,GAGP,OAFAl2B,QAAQ6E,MAAMqxB,GACdl2B,QAAQ6E,MAAMiyB,GACP,EACT,CACF,EAEAg/B,aAAY,SAACr4D,EAA6Bu4D,QAAA,IAAAA,IAAAA,EAAA,IAClC,eAASv4D,EAAI,GAAZq2B,EAAC,KAAEh3B,EAAC,KACX,MAAU,MAANA,EAAkB,CAACg3B,EAAG,UAChB,MAANh3B,EAAkB,CAACg3B,EAAG,WAChB,MAANh3B,EAAkB,CAACg3B,EAAG,iBACnB,CAACA,EAAG,GACb,EAEA4hC,iBAAgB,WACd,IAAMrpC,EAAM,IAAIvR,KAChB,GAAkB,KAAd1d,KAAKlC,KAAa,MAAO,GAC7B,GAAwB,OAApBkC,KAAKod,QAAQ,GAAa,MAAO,GACrC,IAAMm6C,EAAgBv3D,KAAKod,QAAQ,GAAG2jB,UAAY9R,EAAI8R,UAEhD83B,EAAOl5D,KAAKo5B,MAAMw+B,EAAgBU,IAClCxjB,EAAQ90C,KAAKo5B,MAAOw+B,EAAgBU,GAAWC,IAC/ChkB,EAAUv0C,KAAKo5B,MAAOw+B,EAAgBW,GAAYC,IAClDx6B,EAAUh+B,KAAKo5B,MAAOw+B,EAAgBY,GAAcC,IAE1Dp4D,KAAKu3D,cAAgB,UAAGsB,EAAI,iBAASpkB,EAAK,aAAKP,EAAO,aAAKvW,EAAO,IACpE,KC1QE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,IAAQ,CAAC,YAAY,qBAEzF,M,eCNM,GAAa,CCIb/gC,MAAM,+BDHN,GCJN,YDMO,SAAS,GAAOE,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAE9E,IAAMkX,GAA+B,QAAkB,qBAEvD,OAAQ,WCRR,QAmEM,OAlEJzX,MAAM,8BACLoK,OAJL,QAIY8xD,EAAAA,YDSP,ECPD,QA+CM,MA/CN,GA+CM,EDtCJ,SCNA,QAegB,MAxBtB,WAWiBl0B,EAAAA,WAXjB,qDAWiBA,EAAU,YAX3B,GAYShoC,OAZT,mCAY4CkoC,EAAAA,oBAAsB,kBAAoB,GAAIvtB,EAAAA,MAAQ,gCAAkC,KAC3He,MAAOwsB,EAAAA,oBAAsB,mBAAqB,mBACnD,WAAS,QACTzuB,QAAQ,UACR,kBACAiF,QAAQ,OACPzc,MAAO4W,EAAAA,YACP,UAAO,aAnBhB,SAmBQ,cAAa,WACZ,QAAK,CDOJ1Y,EAAO,KAAOA,EAAO,IC3B/B,oBAoB4Bg8D,OAAAA,EAAAA,+BAAAA,GAA6B,YDQ/Ch8D,EAAO,KAAOA,EAAO,IC5B/B,4BAqBoB8nC,EAAAA,cAAgB,IArBpC,GAqBiC,WACxB,gBAAW,+BAAEA,EAAAA,cAAgB,IAAlB,GACX,iBAAgBltB,EAAAA,oBDShB,KAAM,EAAG,CAAC,aAAc,QAAS,QAAS,QAAS,mBAAoB,CACxE,CAAC,KCvBOwC,EAAAA,eAeV,QAYqB,GAXnBvd,MAAM,wBACNiZ,KAAK,mBACJM,KAAMgE,EAAAA,WAAa,KAAO3C,EAAAA,WAC1B3Y,OAAQsb,EAAAA,YAAeyqB,EAAAA,YAAcA,EAAAA,WAAWh7B,OAAS,EAAK6L,EAAAA,YAAc,OAC5E,QAAK,uBAAwB0E,EAAAA,WAA0B4+C,EAAAA,gCAAgE5+C,EAAAA,YAAU,CDgBlI,IACC,KAAM,EAAG,CAAC,OAAQ,WCRrB,QAAqD,wBAA5Bvd,MAAM,qBAAc,ODU7C,SCRA,QAUqB,GATnBA,MAAM,uBAENiZ,KAAK,eACJM,KAAMgE,EAAAA,WAAa,KAAO,KAC3Btb,MAAM,OACL,QAAK,uBAAoBsb,EAAAA,YAAU,EAAoB6+C,EAAAA,iBDUxD,IACC,KAAM,EAAG,CAAC,SAAU,CACrB,CAAC,KChBO7+C,EAAAA,aAAe8+C,EAAAA,cAeD,OAAlBp0B,EAAAA,gBDKH,WCRL,QAaM,OApEV,MAwDMjoC,OAxDN,SAwDY,4BAA2B,CACxB2a,EAAAA,MAAQ,gBAAkB,ODS9B,GACA,SAAW,ICPhB,QAOM,WAnEZ,QA6DsD,OAAlBstB,EAAAA,cAA0BA,EAAAA,cAAc3I,SAAW,IA7DvF,SA6DgBv0B,EAAS1G,GDOb,OAAQ,WCRd,QAOM,OALJrE,MAAM,2BACLqF,IAAKhB,EACL,QAAK,WAAQyW,OAAAA,EAAAA,6BAA6B/P,EAA7B+P,IDQP,QCNJ/P,EAAQuxD,YAAU,EAlE7B,GDyEU,IAAI,OACH,KC1EX,gBD4EK,EACL,CC+BA,UAAe,QAAgB,CAC7B3zD,KAAM,iBAEN5H,MAAO,CAAC,oBAAoB,eAAgB,QAAS,aAErDC,MAAO,CAELu7D,eAAgB,CACdr7D,KAAM2B,SACNzB,QAAS,WAAO,GAGlBI,WAAY,CACVN,KAAMI,QACNF,SAAS,EACT6jC,UAAU,GAGZo3B,SAAU,CACRn7D,KAAMI,QACNF,SAAS,GAGXyX,YAAa,CACX3X,KAAMC,OACNC,QAAS,SAGXuZ,MAAO,CACLzZ,KAAMI,QACNF,SAAS,GAGXo7D,MAAO,CACLt7D,KAAMC,OACNC,QAAS,QAGXwZ,WAAY,CACV1Z,KAAMC,OACNC,QAAS,OAMbqC,KAAI,WACF,MAAO,CACL8Z,WAAYna,KAAK5B,YAAc4B,KAAKi5D,SACpCr0B,WAAY,KACZC,cAAe,KACfltB,mBAAoB,KACpBmtB,qBAAqB,EAEzB,EAEAh8B,SAAU,CAERgwD,UAAS,WACP,MAAO,CACL,iBAAkB94D,KAAKyV,YACvB,aAAc,QACd,yBAA0BzV,KAAKma,WAAcna,KAAKuX,MAAQ,kBAAoB,qBAAwB,MACtG,mBAAmBvX,KAAKuX,MAAQ,QAEpC,GAIFrW,QAAS,CACP63D,8BAA6B,WAA7B,WAC0B,OAApB/4D,KAAK4kC,YAAuB5kC,KAAK4kC,WAAWh7B,OAAS,GAGzD5J,KAAKm5D,eAAen5D,KAAK4kC,YAAY19B,MAAK,SAACmyD,G,QAC5B,OAATA,GAA2C,KAAb,QAAb,EAAAA,EAAKn9B,gBAAQ,eAAEtyB,QAClC,EAAK8N,6BAA6B2hD,EAAKn9B,SAAS,IAC9B,OAATm9B,GAA0C,IAAZ,QAAb,EAAAA,EAAKn9B,gBAAQ,eAAEtyB,SACzC,EAAK+N,mBAAqB,gCAC1B,EAAKrV,MAAM,QAAS,EAAKqV,qBAEzB,EAAKktB,cAAgBw0B,CAEzB,GACF,EAEA3hD,6BAA4B,SAAC/P,GAC3B3H,KAAKs5D,2BACLt5D,KAAKg5D,kBACLh5D,KAAKsC,MAAM,eAAgBqF,EAC7B,EAEAqxD,gBAAe,WACbh5D,KAAK6kC,cAAgB,KACrB7kC,KAAK4kC,WAAa,KAClB5kC,KAAK2X,mBAAqB,IAC5B,EAEA2hD,yBAAwB,WAAxB,WACEt5D,KAAK8kC,qBAAsB,EAC3Bgd,YAAW,WACT,EAAKhd,qBAAsB,CAC7B,GAAG,IACL,GAGFh7B,MAAO,CAEL1L,WAAU,SAACiK,GACTrI,KAAKma,WAAa9R,CACpB,EAEA8R,WAAU,SAAC9R,GACTrI,KAAKsC,MAAM,oBAAqB+F,EAClC,EAEAu8B,WAAU,SAACpgC,GACLxE,KAAK2X,qBACP3X,KAAK2X,mBAAqB,MAEvBnT,GAAwB,IAAhBA,EAAKoF,SAChB5J,KAAK6kC,cAAgB,KAEzB,KChOE,IAA2B,OAAgB,GAAQ,CAAC,CAAC,SAAS,IAAQ,CAAC,YAAY,qBAEzF,M,mFCMA,UAAe,SAAc,CAE3BsjB,MAAO,CACLoR,WAAY,MACZC,QAAO,KACPC,KAAM,CACJC,IAAG,OAGPC,OAAQ,CACNA,OAAQ,KACRC,SAAU,KACVC,SAAU,CAAEC,GAAE,OAEhBV,MAAO,CACLW,aAAc,U,gDC8ClB,MAAQvyC,IAAI,QACZ,MAAQA,IAAI,QACZ,MAAQA,IAAI,QACZ,MAAQA,IAAI,QACZ,MAAQA,IAAI,QACZ,MAAQA,IAAI,OACZ,MAAQA,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,QACZ,MAAQA,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,QACZ,MAAQA,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,QAIZ,IAAMwyC,GAAS,SAACzgC,EAAiB0gC,GAAkC,OAAA1gC,EAAGvyB,MAAMg2C,WAAcid,EAAa,MAAI,SAAW,EAAnD,GAEnE,QAAU,GAAkB,CAC1BjgD,aAAc,kCAObkgD,IAAI,GAAAC,UACJD,IAAIE,IACJF,IAAI,MAGJG,UAIC,OAAQ,CAENC,YAAW,SAAC/gC,EAAI0gC,EAASM,EAAQC,GAC/BR,GAAOzgC,EAAI0gC,EACb,EAEAQ,QAAO,SAAClhC,EAAI0gC,EAASM,EAAQC,GAC3BR,GAAOzgC,EAAI0gC,EACb,IAIHS,UAAU,qBAAsB,GAAAC,cAChCD,UAAU,oBAAqB,OAC/BA,UAAU,cAAe,EAAAE,YACzBF,UAAU,oBAAqBlI,GAC/BkI,UAAU,aAAc,MACxBA,UAAU,oBAAqBG,IAC/BH,UAAU,iBAAkBI,IAC5BJ,UAAU,eAAgBK,IAC1BL,UAAU,cAAe,MACzBA,UAAU,cAAeM,IACzBN,UAAU,yBAA0B,EAAAO,uBACpCP,UAAU,qBAAsBQ,IAChCR,UAAU,gBAAiBS,IAC3BT,UAAU,cAAeU,IACzBV,UAAU,cAAe/H,IACzB+H,UAAU,mBAAoBW,IAC9BX,UAAU,wBAAyBY,IACnCZ,UAAU,YAAahI,IACvBgI,UAAU,uBAAwBa,IAClCb,UAAU,gBAAiBc,IAC3Bd,UAAU,kBAAmBe,IAE7BC,MAAM,O,0WCpKHC,EAAaC,QAAQC,eAAeC,W,IAC1C,IAAgB,SAACn9D,MAAOZ,OAAQ49D,IAAW,8BAAE,CAAxC,IAAMj8D,EAAC,QAGVrB,OAAO09D,eAAer8D,EAAEs8D,UAAW,KAEjC,CAAE3zD,MAAO,SAAY2uB,GAMnB,GAJAA,EAAIr3B,KAAKs8D,MAAMjlC,IAAM,EAEjBA,EAAI,IAAGA,GAAKh3B,KAAK4J,UAEjBotB,EAAI,GAAKA,GAAKh3B,KAAK4J,QAEvB,OAAO5J,KAAKg3B,EACd,EACAklC,UAAU,EACVC,YAAY,EACZC,cAAc,GAClB,C,mHCpBA,IAAIv7D,EAAM,CACT,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,MAG3B,SAASw7D,EAAoBC,GAC5B,OAAOp/B,QAAQyR,UAAUznC,MAAK,KAC7B,IAAIq1D,EAAoBliC,EAAEx5B,EAAKy7D,GAAM,CACpC,IAAIxjC,EAAI,IAAI0jC,MAAM,uBAAyBF,EAAM,KAEjD,MADAxjC,EAAE2oB,KAAO,mBACH3oB,CACP,CAEA,IAAIpuB,EAAK7J,EAAIy7D,GACb,OAAOC,EAAoB7lC,EAAEhsB,EAAI,GAAO,GAE1C,CACA2xD,EAAoB3H,KAAO,IAAOr2D,OAAOq2D,KAAK7zD,GAC9Cw7D,EAAoB3xD,GAAK,KACzBorD,EAAO2G,QAAUJ,C,iBCrCjB,IAAIx7D,EAAM,CACT,yBAA0B,IAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,IAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,IAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,KAC1B,yBAA0B,MAG3B,SAASw7D,EAAoBC,GAC5B,OAAOp/B,QAAQyR,UAAUznC,MAAK,KAC7B,IAAIq1D,EAAoBliC,EAAEx5B,EAAKy7D,GAAM,CACpC,IAAIxjC,EAAI,IAAI0jC,MAAM,uBAAyBF,EAAM,KAEjD,MADAxjC,EAAE2oB,KAAO,mBACH3oB,CACP,CAEA,IAAIpuB,EAAK7J,EAAIy7D,GACb,OAAOC,EAAoB7lC,EAAEhsB,EAAI,GAAO,GAE1C,CACA2xD,EAAoB3H,KAAO,IAAOr2D,OAAOq2D,KAAK7zD,GAC9Cw7D,EAAoB3xD,GAAK,KACzBorD,EAAO2G,QAAUJ,C,iBCrCjB,IAAIx7D,EAAM,CACT,sCAAuC,KACvC,oCAAqC,MAGtC,SAASw7D,EAAoBC,GAC5B,OAAOp/B,QAAQyR,UAAUznC,MAAK,KAC7B,IAAIq1D,EAAoBliC,EAAEx5B,EAAKy7D,GAAM,CACpC,IAAIxjC,EAAI,IAAI0jC,MAAM,uBAAyBF,EAAM,KAEjD,MADAxjC,EAAE2oB,KAAO,mBACH3oB,CACP,CAEA,IAAIpuB,EAAK7J,EAAIy7D,GACb,OAAOC,EAAoB7lC,EAAEhsB,EAAI,GAAO,GAE1C,CACA2xD,EAAoB3H,KAAO,IAAOr2D,OAAOq2D,KAAK7zD,GAC9Cw7D,EAAoB3xD,GAAK,KACzBorD,EAAO2G,QAAUJ,C,iBCnBjB,IAAIx7D,EAAM,CACT,oCAAqC,KACrC,kCAAmC,MAGpC,SAASw7D,EAAoBC,GAC5B,OAAOp/B,QAAQyR,UAAUznC,MAAK,KAC7B,IAAIq1D,EAAoBliC,EAAEx5B,EAAKy7D,GAAM,CACpC,IAAIxjC,EAAI,IAAI0jC,MAAM,uBAAyBF,EAAM,KAEjD,MADAxjC,EAAE2oB,KAAO,mBACH3oB,CACP,CAEA,IAAIpuB,EAAK7J,EAAIy7D,GACb,OAAOC,EAAoB7lC,EAAEhsB,EAAI,GAAO,GAE1C,CACA2xD,EAAoB3H,KAAO,IAAOr2D,OAAOq2D,KAAK7zD,GAC9Cw7D,EAAoB3xD,GAAK,KACzBorD,EAAO2G,QAAUJ,C,iBCnBjB,IAAIx7D,EAAM,CACT,iCAAkC,KAClC,+BAAgC,MAGjC,SAASw7D,EAAoBC,GAC5B,OAAOp/B,QAAQyR,UAAUznC,MAAK,KAC7B,IAAIq1D,EAAoBliC,EAAEx5B,EAAKy7D,GAAM,CACpC,IAAIxjC,EAAI,IAAI0jC,MAAM,uBAAyBF,EAAM,KAEjD,MADAxjC,EAAE2oB,KAAO,mBACH3oB,CACP,CAEA,IAAIpuB,EAAK7J,EAAIy7D,GACb,OAAOC,EAAoB7lC,EAAEhsB,EAAI,GAAO,GAE1C,CACA2xD,EAAoB3H,KAAO,IAAOr2D,OAAOq2D,KAAK7zD,GAC9Cw7D,EAAoB3xD,GAAK,KACzBorD,EAAO2G,QAAUJ,C,iBCnBjB,IAAIx7D,EAAM,CACT,iCAAkC,KAClC,+BAAgC,MAGjC,SAASw7D,EAAoBC,GAC5B,OAAOp/B,QAAQyR,UAAUznC,MAAK,KAC7B,IAAIq1D,EAAoBliC,EAAEx5B,EAAKy7D,GAAM,CACpC,IAAIxjC,EAAI,IAAI0jC,MAAM,uBAAyBF,EAAM,KAEjD,MADAxjC,EAAE2oB,KAAO,mBACH3oB,CACP,CAEA,IAAIpuB,EAAK7J,EAAIy7D,GACb,OAAOC,EAAoB7lC,EAAEhsB,EAAI,GAAO,GAE1C,CACA2xD,EAAoB3H,KAAO,IAAOr2D,OAAOq2D,KAAK7zD,GAC9Cw7D,EAAoB3xD,GAAK,KACzBorD,EAAO2G,QAAUJ,C,gBCnBjB,IAAIx7D,EAAM,CACT,2BAA4B,KAC5B,gBAAiB,KACjB,WAAY,KACZ,gBAAiB,KACjB,oBAAqB,KACrB,gBAAiB,KACjB,uBAAwB,IACxB,cAAe,KACf,eAAgB,KAChB,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,yCAA0C,KAC1C,sCAAuC,KACvC,+BAAgC,KAChC,oCAAqC,KACrC,iCAAkC,KAClC,iCAAkC,KAClC,uCAAwC,IACxC,uCAAwC,KACxC,uCAAwC,KACxC,uCAAwC,IACxC,uCAAwC,KACxC,uCAAwC,KACxC,uCAAwC,IACxC,uCAAwC,KACxC,uCAAwC,KACxC,uCAAwC,KACxC,uCAAwC,KACxC,uCAAwC,KACxC,uCAAwC,KACxC,uCAAwC,KACxC,uCAAwC,KACxC,uCAAwC,KACxC,uCAAwC,KACxC,uCAAwC,KACxC,uCAAwC,KACxC,uCAAwC,KACxC,oCAAqC,KACrC,6BAA8B,KAC9B,kCAAmC,KACnC,+BAAgC,KAChC,+BAAgC,KAChC,+BAAgC,IAChC,iCAAkC,KAClC,kCAAmC,KACnC,iCAAkC,KAClC,iCAAkC,KAClC,aAAc,KACd,wCAAyC,KACzC,aAAc,KACd,gBAAiB,KACjB,cAAe,IACf,aAAc,KACd,kBAAmB,KACnB,cAAe,MAIhB,SAAS67D,EAAeJ,GACvB,IAAI5xD,EAAKiyD,EAAsBL,GAC/B,OAAOC,EAAoB7xD,EAC5B,CACA,SAASiyD,EAAsBL,GAC9B,IAAIC,EAAoBliC,EAAEx5B,EAAKy7D,GAAM,CACpC,IAAIxjC,EAAI,IAAI0jC,MAAM,uBAAyBF,EAAM,KAEjD,MADAxjC,EAAE2oB,KAAO,mBACH3oB,CACP,CACA,OAAOj4B,EAAIy7D,EACZ,CACAI,EAAehI,KAAO,WACrB,OAAOr2D,OAAOq2D,KAAK7zD,EACpB,EACA67D,EAAe/tB,QAAUguB,EACzB7G,EAAO2G,QAAUC,EACjBA,EAAehyD,GAAK,G,oz4+CC5FhBkyD,EAA2B,CAAC,EAGhC,SAASL,EAAoBM,GAE5B,IAAIC,EAAeF,EAAyBC,GAC5C,QAAqBj0D,IAAjBk0D,EACH,OAAOA,EAAaL,QAGrB,IAAI3G,EAAS8G,EAAyBC,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAM,EAAoBF,GAAUG,KAAKlH,EAAO2G,QAAS3G,EAAQA,EAAO2G,QAASF,GAGpEzG,EAAO2G,OACf,CAGAF,EAAoBroC,EAAI6oC,E,MCzBxB,IAAIE,EAAW,GACfV,EAAoBW,EAAI,CAACx7D,EAAQy7D,EAAUC,EAAIC,KAC9C,IAAGF,EAAH,CAMA,IAAIG,EAAeC,IACnB,IAASh6C,EAAI,EAAGA,EAAI05C,EAASrzD,OAAQ2Z,IAAK,CAGzC,IAFA,IAAK45C,EAAUC,EAAIC,GAAYJ,EAAS15C,GACpCi6C,GAAY,EACPh8B,EAAI,EAAGA,EAAI27B,EAASvzD,OAAQ43B,MACpB,EAAX67B,GAAsBC,GAAgBD,IAAah/D,OAAOq2D,KAAK6H,EAAoBW,GAAGO,OAAOx7D,GAASs6D,EAAoBW,EAAEj7D,GAAKk7D,EAAS37B,MAC9I27B,EAASO,OAAOl8B,IAAK,IAErBg8B,GAAY,EACTH,EAAWC,IAAcA,EAAeD,IAG7C,GAAGG,EAAW,CACbP,EAASS,OAAOn6C,IAAK,GACrB,IAAIlD,EAAI+8C,SACEx0D,IAANyX,IAAiB3e,EAAS2e,EAC/B,CACD,CACA,OAAO3e,CAnBP,CAJC27D,EAAWA,GAAY,EACvB,IAAI,IAAI95C,EAAI05C,EAASrzD,OAAQ2Z,EAAI,GAAK05C,EAAS15C,EAAI,GAAG,GAAK85C,EAAU95C,IAAK05C,EAAS15C,GAAK05C,EAAS15C,EAAI,GACrG05C,EAAS15C,GAAK,CAAC45C,EAAUC,EAAIC,EAqBjB,C,WCzBdd,EAAoBvlC,EAAK8+B,IACxB,IAAI6H,EAAS7H,GAAUA,EAAO8H,WAC7B,IAAO9H,EAAO,WACd,IAAM,EAEP,OADAyG,EAAoB1jC,EAAE8kC,EAAQ,CAAEj0D,EAAGi0D,IAC5BA,CAAM,C,WCNd,IACIE,EADAC,EAAWz/D,OAAOw9D,eAAkBvM,GAASjxD,OAAOw9D,eAAevM,GAASA,GAASA,EAAa,UAQtGiN,EAAoB7lC,EAAI,SAASruB,EAAOg0C,GAEvC,GADU,EAAPA,IAAUh0C,EAAQrI,KAAKqI,IAChB,EAAPg0C,EAAU,OAAOh0C,EACpB,GAAoB,kBAAVA,GAAsBA,EAAO,CACtC,GAAW,EAAPg0C,GAAah0C,EAAMu1D,WAAY,OAAOv1D,EAC1C,GAAW,GAAPg0C,GAAoC,oBAAfh0C,EAAMnB,KAAqB,OAAOmB,CAC5D,CACA,IAAIi1B,EAAKj/B,OAAOynB,OAAO,MACvBy2C,EAAoBl8C,EAAEid,GACtB,IAAIygC,EAAM,CAAC,EACXF,EAAiBA,GAAkB,CAAC,KAAMC,EAAS,CAAC,GAAIA,EAAS,IAAKA,EAASA,IAC/E,IAAI,IAAIE,EAAiB,EAAP3hB,GAAYh0C,EAAyB,iBAAX21D,KAAyBH,EAAetzD,QAAQyzD,GAAUA,EAAUF,EAASE,GACxH3/D,OAAO4/D,oBAAoBD,GAASr8D,SAASM,GAAS87D,EAAI97D,GAAO,IAAOoG,EAAMpG,KAI/E,OAFA87D,EAAI,WAAa,IAAM,EACvBxB,EAAoB1jC,EAAEyE,EAAIygC,GACnBzgC,CACR,C,WCxBAi/B,EAAoB1jC,EAAI,CAAC4jC,EAASjmD,KACjC,IAAI,IAAIvU,KAAOuU,EACX+lD,EAAoBliC,EAAE7jB,EAAYvU,KAASs6D,EAAoBliC,EAAEoiC,EAASx6D,IAC5E5D,OAAO09D,eAAeU,EAASx6D,EAAK,CAAEk6D,YAAY,EAAMl0B,IAAKzxB,EAAWvU,IAE1E,C,WCHDs6D,EAAoBzjC,EAAI,IAAOoE,QAAQyR,S,WCHvC4tB,EAAoBr0D,EAAI,WACvB,GAA0B,kBAAfg2D,WAAyB,OAAOA,WAC3C,IACC,OAAOl+D,MAAQ,IAAIP,SAAS,cAAb,EAChB,CAAE,MAAOq5B,GACR,GAAsB,kBAAXkK,OAAqB,OAAOA,MACxC,CACA,CAPuB,E,WCAxBu5B,EAAoBliC,EAAI,CAACi1B,EAAK6O,IAAU9/D,OAAO29D,UAAUoC,eAAepB,KAAK1N,EAAK6O,E,WCClF5B,EAAoBl8C,EAAKo8C,IACH,qBAAX4B,QAA0BA,OAAOC,aAC1CjgE,OAAO09D,eAAeU,EAAS4B,OAAOC,YAAa,CAAEj2D,MAAO,WAE7DhK,OAAO09D,eAAeU,EAAS,aAAc,CAAEp0D,OAAO,GAAO,C,WCL9Dk0D,EAAoB7hD,EAAI,E,WCKxB,IAAI6jD,EAAkB,CACrB,IAAK,GAaNhC,EAAoBW,EAAE17B,EAAKg9B,GAA0C,IAA7BD,EAAgBC,GAGxD,IAAIC,EAAuB,CAACC,EAA4Br+D,KACvD,IAGIw8D,EAAU2B,GAHTrB,EAAUwB,EAAaC,GAAWv+D,EAGhBkjB,EAAI,EAC3B,GAAG45C,EAAS/gC,MAAM1xB,GAAgC,IAAxB6zD,EAAgB7zD,KAAa,CACtD,IAAImyD,KAAY8B,EACZpC,EAAoBliC,EAAEskC,EAAa9B,KACrCN,EAAoBroC,EAAE2oC,GAAY8B,EAAY9B,IAGhD,GAAG+B,EAAS,IAAIl9D,EAASk9D,EAAQrC,EAClC,CAEA,IADGmC,GAA4BA,EAA2Br+D,GACrDkjB,EAAI45C,EAASvzD,OAAQ2Z,IACzBi7C,EAAUrB,EAAS55C,GAChBg5C,EAAoBliC,EAAEkkC,EAAiBC,IAAYD,EAAgBC,IACrED,EAAgBC,GAAS,KAE1BD,EAAgBC,GAAW,EAE5B,OAAOjC,EAAoBW,EAAEx7D,EAAO,EAGjCm9D,EAAqBC,KAAK,4CAA8CA,KAAK,6CAA+C,GAChID,EAAmBl9D,QAAQ88D,EAAqB31B,KAAK,KAAM,IAC3D+1B,EAAmBt3D,KAAOk3D,EAAqB31B,KAAK,KAAM+1B,EAAmBt3D,KAAKuhC,KAAK+1B,G,KC7CvF,IAAIE,EAAsBxC,EAAoBW,OAAEt0D,EAAW,CAAC,MAAM,IAAO2zD,EAAoB,OAC7FwC,EAAsBxC,EAAoBW,EAAE6B,E","sources":["webpack://@cosmicds/solar-eclipse-2024/./src/LocationSelector.vue?722c","webpack://@cosmicds/solar-eclipse-2024/./src/LocationSelector.vue","webpack://@cosmicds/solar-eclipse-2024/./src/LocationSelector.vue?51ea","webpack://@cosmicds/solar-eclipse-2024/./src/SolarEclipse2024.vue?d61f","webpack://@cosmicds/solar-eclipse-2024/./src/SolarEclipse2024.vue","webpack://@cosmicds/solar-eclipse-2024/./src/Annotation2.ts","webpack://@cosmicds/solar-eclipse-2024/./src/wwt-hacks.ts","webpack://@cosmicds/solar-eclipse-2024/./src/eclipse_types.ts","webpack://@cosmicds/solar-eclipse-2024/./src/SE2024.ts","webpack://@cosmicds/solar-eclipse-2024/./src/eclipse_predict.ts","webpack://@cosmicds/solar-eclipse-2024/./src/utils.ts","webpack://@cosmicds/solar-eclipse-2024/./src/eclipse_path.ts","webpack://@cosmicds/solar-eclipse-2024/./src/SolarEclipse2024.vue?d266","webpack://@cosmicds/solar-eclipse-2024/./src/TransitionExpand.vue?cf6c","webpack://@cosmicds/solar-eclipse-2024/./src/TransitionExpand.vue","webpack://@cosmicds/solar-eclipse-2024/./src/TransitionExpand.vue?c476","webpack://@cosmicds/solar-eclipse-2024/./src/GifPlayPause.vue?5e8f","webpack://@cosmicds/solar-eclipse-2024/./src/GifPlayPause.vue","webpack://@cosmicds/solar-eclipse-2024/./src/GifPlayPause.vue?2d52","webpack://@cosmicds/solar-eclipse-2024/./src/CreditLogos.vue?f98e","webpack://@cosmicds/solar-eclipse-2024/./src/CreditLogos.vue","webpack://@cosmicds/solar-eclipse-2024/./src/CreditLogos.vue?34de","webpack://@cosmicds/solar-eclipse-2024/./src/ImageLabel.vue?26d1","webpack://@cosmicds/solar-eclipse-2024/./src/ImageLabel.vue","webpack://@cosmicds/solar-eclipse-2024/./src/ImageLabel.vue?409a","webpack://@cosmicds/solar-eclipse-2024/./src/GeolocationButton.vue?3ecb","webpack://@cosmicds/solar-eclipse-2024/./src/GeolocationButton.vue","webpack://@cosmicds/solar-eclipse-2024/./src/GeolocationButton.vue?cadd","webpack://@cosmicds/solar-eclipse-2024/./src/HoverTooltip.vue?07a1","webpack://@cosmicds/solar-eclipse-2024/./src/HoverTooltip.vue","webpack://@cosmicds/solar-eclipse-2024/./src/HoverTooltip.vue?cacd","webpack://@cosmicds/solar-eclipse-2024/./src/CloudCover.vue?87af","webpack://@cosmicds/solar-eclipse-2024/./src/CloudCover.vue","webpack://@cosmicds/solar-eclipse-2024/./src/CloudCover.vue?cb15","webpack://@cosmicds/solar-eclipse-2024/./src/DefineTerm.vue?e6fa","webpack://@cosmicds/solar-eclipse-2024/./src/DefineTerm.vue","webpack://@cosmicds/solar-eclipse-2024/./src/DefineTerm.vue?0406","webpack://@cosmicds/solar-eclipse-2024/./src/PlaybackControl.vue?2e98","webpack://@cosmicds/solar-eclipse-2024/./src/PlaybackControl.vue","webpack://@cosmicds/solar-eclipse-2024/./src/symlog.ts","webpack://@cosmicds/solar-eclipse-2024/./src/PlaybackControl.vue?a1f9","webpack://@cosmicds/solar-eclipse-2024/./src/AdvancedWeatherView.vue?54bc","webpack://@cosmicds/solar-eclipse-2024/./src/AdvancedWeatherView.vue","webpack://@cosmicds/solar-eclipse-2024/./src/BarChart.vue?5b5e","webpack://@cosmicds/solar-eclipse-2024/./src/BarChart.vue","webpack://@cosmicds/solar-eclipse-2024/./src/ChartPlugins.ts","webpack://@cosmicds/solar-eclipse-2024/./src/BarChart.vue?d52a","webpack://@cosmicds/solar-eclipse-2024/./src/LineChart.vue?ca63","webpack://@cosmicds/solar-eclipse-2024/./src/LineChart.vue","webpack://@cosmicds/solar-eclipse-2024/./src/LineChart.vue?572a","webpack://@cosmicds/solar-eclipse-2024/./src/CloudCoverLine.vue?5350","webpack://@cosmicds/solar-eclipse-2024/./src/CloudCoverLine.vue","webpack://@cosmicds/solar-eclipse-2024/./src/CloudCoverLine.vue?2de2","webpack://@cosmicds/solar-eclipse-2024/./src/ColorBar.vue?6351","webpack://@cosmicds/solar-eclipse-2024/./src/ColorBar.vue","webpack://@cosmicds/solar-eclipse-2024/./src/ColorBar.vue?34cb","webpack://@cosmicds/solar-eclipse-2024/./src/AdvancedWeatherView.vue?e139","webpack://@cosmicds/solar-eclipse-2024/./src/CloudDataExplainer.vue?1c99","webpack://@cosmicds/solar-eclipse-2024/./src/CloudDataExplainer.vue","webpack://@cosmicds/solar-eclipse-2024/./src/CloudDataExplainer.vue?50ed","webpack://@cosmicds/solar-eclipse-2024/./src/EclipseTimer.vue?4d29","webpack://@cosmicds/solar-eclipse-2024/./src/EclipseTimer.vue","webpack://@cosmicds/solar-eclipse-2024/./src/EclipseTimer.vue?a3e7","webpack://@cosmicds/solar-eclipse-2024/./src/LocationSearch.vue?41dc","webpack://@cosmicds/solar-eclipse-2024/./src/LocationSearch.vue","webpack://@cosmicds/solar-eclipse-2024/./src/LocationSearch.vue?efea","webpack://@cosmicds/solar-eclipse-2024/./plugins/vuetify.ts","webpack://@cosmicds/solar-eclipse-2024/./src/main.ts","webpack://@cosmicds/solar-eclipse-2024/./src/polyfills.ts","webpack://@cosmicds/solar-eclipse-2024/./src/assets/modis_eight_day/ lazy ^\\.\\/.*_cloud_cover\\.zip$ namespace object","webpack://@cosmicds/solar-eclipse-2024/./src/assets/modis_one_day/ lazy ^\\.\\/.*_cloud_cover\\.zip$ namespace object","webpack://@cosmicds/solar-eclipse-2024/./src/assets/ lazy ^\\.\\/modis_.*_day\\/all_years_ucm\\.zip$ namespace object","webpack://@cosmicds/solar-eclipse-2024/./src/assets/ lazy ^\\.\\/modis_.*_day\\/neutral_ucm\\.zip$ namespace object","webpack://@cosmicds/solar-eclipse-2024/./src/assets/ lazy ^\\.\\/modis_.*_day\\/nina_ucm\\.zip$ namespace object","webpack://@cosmicds/solar-eclipse-2024/./src/assets/ lazy ^\\.\\/modis_.*_day\\/nino_ucm\\.zip$ namespace object","webpack://@cosmicds/solar-eclipse-2024/./src/assets/ sync ^\\.\\/.*$","webpack://@cosmicds/solar-eclipse-2024/webpack/bootstrap","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/chunk loaded","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/compat get default export","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/create fake namespace object","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/define property getters","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/ensure chunk","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/global","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/hasOwnProperty shorthand","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/make namespace object","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/publicPath","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/jsonp chunk loading","webpack://@cosmicds/solar-eclipse-2024/webpack/startup"],"sourcesContent":["import { openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = { class: \"map-container\" }\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"div\", _hoisted_1))\n}","\n\n\n\n\n","import { render } from \"./LocationSelector.vue?vue&type=template&id=2d5e354b&ts=true\"\nimport script from \"./LocationSelector.vue?vue&type=script&lang=ts\"\nexport * from \"./LocationSelector.vue?vue&type=script&lang=ts\"\n\nimport \"./LocationSelector.vue?vue&type=style&index=0&id=2d5e354b&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, createVNode as _createVNode, createTextVNode as _createTextVNode, withCtx as _withCtx, createSlots as _createSlots, normalizeClass as _normalizeClass, createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, toDisplayString as _toDisplayString, withKeys as _withKeys, createBlock as _createBlock, mergeProps as _mergeProps, vShow as _vShow, withDirectives as _withDirectives, normalizeStyle as _normalizeStyle, withModifiers as _withModifiers, resolveDirective as _resolveDirective, Transition as _Transition } from \"vue\"\nimport _imports_0 from './assets/video.mp4'\n\n\nconst _hoisted_1 = { id: \"non-map-container\" }\nconst _hoisted_2 = {\n id: \"title-row\",\n class: \"non-map-row\"\n}\nconst _hoisted_3 = { id: \"title\" }\nconst _hoisted_4 = { key: 0 }\nconst _hoisted_5 = { key: 1 }\nconst _hoisted_6 = { key: 2 }\nconst _hoisted_7 = {\n id: \"instructions-row\",\n class: \"non-map-row\"\n}\nconst _hoisted_8 = { id: \"top-container-main-text\" }\nconst _hoisted_9 = {\n key: 0,\n class: \"instructions-text\"\n}\nconst _hoisted_10 = { class: \"description\" }\nconst _hoisted_11 = { key: 0 }\nconst _hoisted_12 = { key: 0 }\nconst _hoisted_13 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"drag\", -1)\nconst _hoisted_14 = { key: 1 }\nconst _hoisted_15 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"drag\", -1)\nconst _hoisted_16 = { key: 0 }\nconst _hoisted_17 = { key: 2 }\nconst _hoisted_18 = { key: 3 }\nconst _hoisted_19 = { key: 4 }\nconst _hoisted_20 = { key: 5 }\nconst _hoisted_21 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"Enter a location\", -1)\nconst _hoisted_22 = { key: 1 }\nconst _hoisted_23 = /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createElementVNode(\"strong\", null, [\n /*#__PURE__*/_createElementVNode(\"span\", { class: \"highlighted bg-red\" }, \"Red line\")\n ]),\n /*#__PURE__*/_createTextVNode(\" + \"),\n /*#__PURE__*/_createElementVNode(\"span\", { class: \"highlighted bg-grey text-black\" }, \"Grey band\"),\n /*#__PURE__*/_createTextVNode(\": path of total eclipse on map \")\n], -1)\nconst _hoisted_24 = { class: \"mt-2\" }\nconst _hoisted_25 = { key: 0 }\nconst _hoisted_26 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"My Location\", -1)\nconst _hoisted_27 = {\n key: 1,\n class: \"d-flex justify-end\",\n id: \"info-text-button\"\n}\nconst _hoisted_28 = {\n key: 2,\n class: \"instructions-text\"\n}\nconst _hoisted_29 = { class: \"description\" }\nconst _hoisted_30 = { class: \".d-flex\" }\nconst _hoisted_31 = /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://modis.gsfc.nasa.gov/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n}, \"MODIS\", -1)\nconst _hoisted_32 = {\n key: 3,\n class: \"instructions-text\"\n}\nconst _hoisted_33 = { class: \"description\" }\nconst _hoisted_34 = { class: \".d-flex\" }\nconst _hoisted_35 = /*#__PURE__*/_createElementVNode(\"div\", null, [\n /*#__PURE__*/_createElementVNode(\"p\", null, \"View different statistics for the data beyond just the 20-year median shown here.\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" Explore whether phenomena like El Niño historically impacted cloud cover patterns.\")\n], -1)\nconst _hoisted_36 = { class: \"my-2\" }\nconst _hoisted_37 = {\n id: \"button-row\",\n class: \"non-map-row\"\n}\nconst _hoisted_38 = { id: \"top-container-buttons\" }\nconst _hoisted_39 = { id: \"map-column\" }\nconst _hoisted_40 = [\"data-before-text\"]\nconst _hoisted_41 = {\n key: 0,\n id: \"map-banner\",\n class: \"show-after\"\n}\nconst _hoisted_42 = { key: 0 }\nconst _hoisted_43 = { key: 1 }\nconst _hoisted_44 = { class: \"video-wrapper\" }\nconst _hoisted_45 = /*#__PURE__*/_createElementVNode(\"video\", {\n controls: \"\",\n id: \"info-video\"\n}, [\n /*#__PURE__*/_createElementVNode(\"source\", {\n src: _imports_0,\n type: \"video/mp4\"\n })\n], -1)\nconst _hoisted_46 = /*#__PURE__*/_createElementVNode(\"h3\", { class: \"v-btn tab-title\" }, \"Information\", -1)\nconst _hoisted_47 = /*#__PURE__*/_createElementVNode(\"div\", { id: \"info-text-box\" }, [\n /*#__PURE__*/_createElementVNode(\"div\", { id: \"main-info-text\" }, [\n /*#__PURE__*/_createElementVNode(\"p\", null, \" On April 8, 2024, North America will be treated to an awe-inspiring total eclipse. \"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" This interactive lets you explore the April total eclipse from different locations. \"),\n /*#__PURE__*/_createElementVNode(\"p\", { id: \"safety-warning\" }, \" SAFETY FIRST: NEVER look directly at the Sun without proper eye protection. \")\n ]),\n /*#__PURE__*/_createElementVNode(\"div\", { id: \"FAQ\" }, [\n /*#__PURE__*/_createElementVNode(\"details\", null, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \" What causes Solar Eclipses? \"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" A solar eclipse happens when the Moon passes between the Earth and the Sun and blocks the Sun from our view. Partial eclipses occur about every 6 months, somewhere on the Earth. In 2023 and 2024, the US has been lucky to be in the path of two solar eclipses. \")\n ]),\n /*#__PURE__*/_createElementVNode(\"details\", null, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \" Total? Annular? What is the difference?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" During a \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"total eclipse\"),\n /*#__PURE__*/_createTextVNode(\", the Moon covers the entire face of the Sun. Because the Moon doesn't orbit the Earth in a perfect circle, sometimes it is farther away from Earth and appears smaller. When this happens, the Moon doesn't cover the entire face of the Sun. During the eclipse we can still see a bright ring of light around the Moon, sometimes called the \\\"Ring of Fire.\\\" This is called an \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"annular Eclipse\"),\n /*#__PURE__*/_createTextVNode(\". \")\n ])\n ]),\n /*#__PURE__*/_createElementVNode(\"details\", null, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \" What is the wispy haze around the Sun during a Total Solar Eclipse?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" The \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"corona\"),\n /*#__PURE__*/_createTextVNode(\" is the outermost layer of the Sun's atmosphere, and it is made up of extremely hot, glowing gas. We usually can't see the corona because the Sun's surface shines so much more brightly. During a total solar eclipse, the Moon blocks light from the surface of the Sun, making it possible to see the ethereally beautiful corona. \")\n ])\n ]),\n /*#__PURE__*/_createElementVNode(\"details\", null, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \" Why can only some places see the eclipse?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" An eclipse is caused by the Moon casting a shadow on the Earth. People who are directly behind the Moon will see an annular or total eclipse. As the Moon moves in its orbit around Earth, and as Earth rotates, the location of the shadow will move, sweeping out a path across the surface of the Earth. For a larger number of people who are not directly behind the moon, a smaller amount of the Sun will be blocked, causing a partial eclipse. Even further outside the shadow the Sun will not be blocked at all, and there will be no eclipse visible. \"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" The animated figure shows that the Moon's shadow on Earth has two distinct regions. The darker part of the shadow is directly behind the Moon, where people will experience an annular or total eclipse. The lighter part of the shadow falls where people on Earth will see a partial solar eclipse. \")\n ]),\n /*#__PURE__*/_createElementVNode(\"details\", null, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"How precise are location and timing predications in this Data Story?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" You may notice some discrepancies in the reported eclipse percentages or with eclipse start and end times compared with other predictions. This is caused by limitations in precision for the calculations used to display the locations and sizes of the Sun and Moon on your screen. Totality timing predictions in this Data Story should be accurate to within about 15 seconds. \")\n ]),\n /*#__PURE__*/_createElementVNode(\"details\", null, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"Where can I learn more?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" Check out \"),\n /*#__PURE__*/_createElementVNode(\"ul\", null, [\n /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://science.nasa.gov/eclipses/future-eclipses/eclipse-2024/where-when/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"NASA's website\"),\n /*#__PURE__*/_createTextVNode(\" about the April eclipse \")\n ]),\n /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createTextVNode(\" Infiniscope's Kingdom in Peril lessons on eclipses, available in \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://infiniscope.org/collection/3\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"English\"),\n /*#__PURE__*/_createTextVNode(\" and \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://infiniscope.org/collection/6\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"Spanish\")\n ]),\n /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://EclipseSoundscapes.org\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"Eclipse Soundscapes\"),\n /*#__PURE__*/_createTextVNode(\" citizen science project \")\n ]),\n /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createTextVNode(\" Fiske Planetarium's \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.colorado.edu/fiske/projects/science-through-shadows\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"Science Through Shadows\"),\n /*#__PURE__*/_createTextVNode(\" videos \")\n ])\n ])\n ])\n ])\n ])\n], -1)\nconst _hoisted_48 = /*#__PURE__*/_createElementVNode(\"figcaption\", null, \"Image credit: NASA Goddard / Katy Mersmann\", -1)\nconst _hoisted_49 = /*#__PURE__*/_createElementVNode(\"div\", { class: \"disclaimer\" }, \"Not to scale\", -1)\nconst _hoisted_50 = /*#__PURE__*/_createElementVNode(\"h3\", { class: \"v-btn tab-title\" }, \"User Guide\", -1)\nconst _hoisted_51 = /*#__PURE__*/_createElementVNode(\"p\", {\n style: {\"font-size\":\"calc(1.1 * var(--default-font-size))\"},\n class: \"mb-5\"\n}, \" This Cosmic Data Story allows you to display the April 8, 2024 Total Solar Eclipse from any location. \", -1)\nconst _hoisted_52 = /*#__PURE__*/_createElementVNode(\"br\", null, null, -1)\nconst _hoisted_53 = /*#__PURE__*/_createElementVNode(\"br\", null, null, -1)\nconst _hoisted_54 = { style: {\"min-height\":\"120px\"} }\nconst _hoisted_55 = /*#__PURE__*/_createElementVNode(\"h4\", { class: \"user-guide-header\" }, \"Time Controls:\", -1)\nconst _hoisted_56 = /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-3\" }, \"(Bottom-left of the screen)\", -1)\nconst _hoisted_57 = /*#__PURE__*/_createElementVNode(\"p\", null, \" By default, time is moving forward at 100x the real speed. Time slows down to 10x the real speed as the eclipse approaches totality. \", -1)\nconst _hoisted_58 = { class: \"text-list\" }\nconst _hoisted_59 = { class: \"ml-5\" }\nconst _hoisted_60 = /*#__PURE__*/_createElementVNode(\"li\", { class: \"ml-5\" }, \" Use the slider to fine-tune desired speed. \", -1)\nconst _hoisted_61 = /*#__PURE__*/_createElementVNode(\"h4\", { class: \"user-guide-header\" }, \"Viewing Mode:\", -1)\nconst _hoisted_62 = /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-3\" }, \"(Upper-right of the screen)\", -1)\nconst _hoisted_63 = { class: \"text-list\" }\nconst _hoisted_64 = /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createElementVNode(\"span\", { style: {\"color\":\"blue\",\"background-color\":\"white\",\"padding-inline\":\"0.7em\",\"border-radius\":\"20px\",\"font-weight\":\"bold\"} }, \"selected location\"),\n /*#__PURE__*/_createTextVNode(\" The currently selected location. \")\n], -1)\nconst _hoisted_65 = /*#__PURE__*/_createElementVNode(\"li\", { class: \"mb-2\" }, [\n /*#__PURE__*/_createElementVNode(\"span\", { style: {\"color\":\"blue\",\"background-color\":\"white\",\"padding-inline\":\"0.7em\",\"border-radius\":\"20px\",\"font-weight\":\"bold\"} }, \"date/time\"),\n /*#__PURE__*/_createTextVNode(\" The date and time being displayed by WorldWide Telescopse \")\n], -1)\nconst _hoisted_66 = { key: 0 }\nconst _hoisted_67 = /*#__PURE__*/_createElementVNode(\"span\", { style: {\"color\":\"blue\",\"background-color\":\"white\",\"padding-inline\":\"0.7em\",\"border-radius\":\"20px\",\"font-weight\":\"bold\"} }, \"Eclipsed: \", -1)\nconst _hoisted_68 = {\n key: 1,\n class: \"switch-bullets\"\n}\nconst _hoisted_69 = /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis\" }, \" Track Sun:\", -1)\nconst _hoisted_70 = {\n key: 2,\n class: \"switch-bullets mb-5\"\n}\nconst _hoisted_71 = /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis\" }, \" Don't Track Sun:\", -1)\nconst _hoisted_72 = /*#__PURE__*/_createElementVNode(\"h4\", { class: \"user-guide-header\" }, \"Display Options:\", -1)\nconst _hoisted_73 = /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-3\" }, \"(Bottom-right of the screen)\", -1)\nconst _hoisted_74 = { class: \"text-list\" }\nconst _hoisted_75 = { class: \"mb-2\" }\nconst _hoisted_76 = /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis-white\" }, \"eclipse timing\", -1)\nconst _hoisted_77 = { key: 0 }\nconst _hoisted_78 = /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis-white\" }, \"Center Sun:\", -1)\nconst _hoisted_79 = /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis-white\" }, \"Sky Grid:\"),\n /*#__PURE__*/_createTextVNode(\" Display altitude/azimuth grid with cardinal directions. \")\n], -1)\nconst _hoisted_80 = /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis-white\" }, \"Horizon/Daytime Sky:\"),\n /*#__PURE__*/_createTextVNode(\" Display a virtual \\\"ground\\\" that delineates where the Sun rises and sets. Show a blue sky when the Sun is above the horizon. \")\n], -1)\nconst _hoisted_81 = /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis-white\" }, \"Visible Moon:\"),\n /*#__PURE__*/_createTextVNode(\" Solar Eclipses occur during a New Moon, when the Moon is not normally visible in the sky. This option makes it easier to see the Moon against the sky. \")\n], -1)\nconst _hoisted_82 = { key: 1 }\nconst _hoisted_83 = /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis-white\" }, \"Eclipse Timing:\", -1)\nconst _hoisted_84 = { key: 2 }\nconst _hoisted_85 = /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis-white\" }, \"New Interface:\", -1)\nconst _hoisted_86 = {\n key: 3,\n class: \"mt-2\"\n}\nconst _hoisted_87 = /*#__PURE__*/_createElementVNode(\"span\", { style: {\"color\":\"blue\",\"background-color\":\"white\",\"padding-inline\":\"0.7em\",\"border-radius\":\"20px\",\"font-weight\":\"bold\"} }, \"Eclipsed:\", -1)\nconst _hoisted_88 = /*#__PURE__*/_createElementVNode(\"h4\", { class: \"user-guide-header\" }, \"Location Options:\", -1)\nconst _hoisted_89 = /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-3\" }, \"(Top-left of the screen)\", -1)\nconst _hoisted_90 = { class: \"text-list\" }\nconst _hoisted_91 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"My Location\", -1)\nconst _hoisted_92 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"share-url\", -1)\nconst _hoisted_93 = /*#__PURE__*/_createElementVNode(\"div\", { id: \"text-credits\" }, [\n /*#__PURE__*/_createElementVNode(\"h3\", null, \"Credits:\"),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"mt-2\" }, [\n /*#__PURE__*/_createTextVNode(\"Atmospheric Physicist \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.cfa.harvard.edu/people/caroline-nowlan\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"Caroline Nowlan\"),\n /*#__PURE__*/_createTextVNode(\" provided valuable guidance on interpreting the \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://neo.gsfc.nasa.gov/view.php?datasetId=MYDAL2_E_CLD_FR&date=2023-04-07\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"MODIS Cloud Cover\"),\n /*#__PURE__*/_createTextVNode(\" data.\")\n ]),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"mt-3\" }, [\n /*#__PURE__*/_createTextVNode(\"The path of totality data are from \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://svs.gsfc.nasa.gov/5123\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"NASA's Science Visualization Studio\"),\n /*#__PURE__*/_createTextVNode(\".\")\n ]),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"mt-3\" }, [\n /*#__PURE__*/_createTextVNode(\"Eclipse Timing Predictions are by \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://eclipse.gsfc.nasa.gov/JSEX/JSEX-NA.html\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"Fred Espenak and Chris O'Byrne\"),\n /*#__PURE__*/_createTextVNode(\" (NASA's GSFC). \"),\n /*#__PURE__*/_createElementVNode(\"em\", null, \"Adapted for TypeScript by CosmicDS Team\")\n ]),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"mt-3\" }, \"Image of Sun is courtesy of NASA/SDO and the AIA, EVE, and HMI science teams.\"),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"my-3\" }, \"This Cosmic Data Story is powered by WorldWide Telescope (WWT).\"),\n /*#__PURE__*/_createElementVNode(\"h4\", null, [\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.cosmicds.cfa.harvard.edu/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"CosmicDS\"),\n /*#__PURE__*/_createTextVNode(\" Team:\")\n ]),\n /*#__PURE__*/_createTextVNode(\" John Lewis\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Jon Carifio\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Pat Udomprasert\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Jack Hayes\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Alyssa Goodman\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Mary Dussault\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Harry Houghton\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Anna Nolin\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Evaluator: Sue Sunbury\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createElementVNode(\"h4\", null, [\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.worldwidetelescope.org/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"WorldWide Telescope\"),\n /*#__PURE__*/_createTextVNode(\" Team:\")\n ]),\n /*#__PURE__*/_createTextVNode(\" Peter Williams\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" A. David Weigel\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Jon Carifio\"),\n /*#__PURE__*/_createElementVNode(\"br\")\n], -1)\nconst _hoisted_94 = { class: \"user-banner\" }\nconst _hoisted_95 = {\n key: 0,\n class: \"banner-text\"\n}\nconst _hoisted_96 = {\n key: 1,\n class: \"banner-text\"\n}\nconst _hoisted_97 = { id: \"main-content\" }\nconst _hoisted_98 = {\n id: \"geocoding-row\",\n class: \"d-flex align-center ga-1\"\n}\nconst _hoisted_99 = { id: \"first-splash-row\" }\nconst _hoisted_100 = /*#__PURE__*/_createElementVNode(\"div\", { id: \"splash-screen-text\" }, [\n /*#__PURE__*/_createElementVNode(\"p\", null, \"WATCH the April 8\"),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"highlight\" }, [\n /*#__PURE__*/_createTextVNode(\"TOTAL\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\"Solar Eclipse\")\n ])\n], -1)\nconst _hoisted_101 = {\n key: 0,\n id: \"splash-screen-guide\"\n}\nconst _hoisted_102 = /*#__PURE__*/_createElementVNode(\"span\", {\n class: \"px-2 py-1 my-2 mr-1\",\n style: {\"border\":\"1px solid #eac402\",\"border-radius\":\"1em\",\"color\":\"#eac402\"}\n}, \"Map & Weather\", -1)\nconst _hoisted_103 = {\n key: 1,\n id: \"splash-screen-guide\"\n}\nconst _hoisted_104 = { key: 2 }\nconst _hoisted_105 = { class: \"splash-small-text\" }\nconst _hoisted_106 = { id: \"splash-screen-acknowledgements\" }\nconst _hoisted_107 = /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.cosmicds.cfa.harvard.edu/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n}, \"Cosmic Data Stories\", -1)\nconst _hoisted_108 = /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.worldwidetelescope.org/home/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n}, \"WorldWide Telescope\", -1)\nconst _hoisted_109 = { id: \"splash-screen-logos\" }\nconst _hoisted_110 = {\n class: \"modal\",\n id: \"modal-loading\"\n}\nconst _hoisted_111 = /*#__PURE__*/_createElementVNode(\"div\", { class: \"container\" }, [\n /*#__PURE__*/_createElementVNode(\"div\", { class: \"spinner\" }),\n /*#__PURE__*/_createElementVNode(\"p\", null, \"Loading …\")\n], -1)\nconst _hoisted_112 = [\n _hoisted_111\n]\nconst _hoisted_113 = {\n key: 0,\n id: \"introduction-overlay\",\n class: \"elevation-10\"\n}\nconst _hoisted_114 = { id: \"intro-window-close-button\" }\nconst _hoisted_115 = /*#__PURE__*/_createElementVNode(\"div\", { class: \"intro-text\" }, [\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-5\" }, \" On April 8, 2024, North America will experience a solar eclipse, where the Moon will appear to travel across the Sun, blocking out its light. \"),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-5\" }, [\n /*#__PURE__*/_createTextVNode(\" A lucky segment of Mexico, the U.S., and Canada will witness an awe-inspiring \"),\n /*#__PURE__*/_createElementVNode(\"b\", null, \"total eclipse\"),\n /*#__PURE__*/_createTextVNode(\". Other parts of North America will still see a \"),\n /*#__PURE__*/_createElementVNode(\"em\", null, \"partial\"),\n /*#__PURE__*/_createTextVNode(\" eclipse, where the Moon blocks out some, but not all of the Sun's light. \")\n ]),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-5\" }, \" See what the eclipse will look like where you are, and what the historical cloud coverage has been during the week of April 8th from 2003–2023. \")\n], -1)\nconst _hoisted_116 = { class: \"intro-text mb-3\" }\nconst _hoisted_117 = {\n key: 0,\n class: \"mb-3\"\n}\nconst _hoisted_118 = /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-3\" }, \" Access these features in \", -1)\nconst _hoisted_119 = /*#__PURE__*/_createElementVNode(\"span\", {\n class: \"px-2 py-1 my-2 mr-1\",\n style: {\"border\":\"1px solid #eac402\",\"border-radius\":\"1em\",\"color\":\"#eac402\",\"white-space\":\"nowrap\"}\n}, \"Map & Weather\", -1)\nconst _hoisted_120 = [\n _hoisted_118,\n _hoisted_119\n]\nconst _hoisted_121 = {\n key: 1,\n class: \"mb-3\"\n}\nconst _hoisted_122 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"Select any location\", -1)\nconst _hoisted_123 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"View historical cloud data\", -1)\nconst _hoisted_124 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"Explore historical cloud data\", -1)\nconst _hoisted_125 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"Learn more\", -1)\nconst _hoisted_126 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"User Guide\", -1)\nconst _hoisted_127 = { id: \"intro-bottom-controls\" }\nconst _hoisted_128 = { id: \"top-wwt-content\" }\nconst _hoisted_129 = { id: \"location-date-display\" }\nconst _hoisted_130 = {\n key: 0,\n id: \"top-switches\"\n}\nconst _hoisted_131 = { id: \"track-sun-switch\" }\nconst _hoisted_132 = { class: \"bottom-content\" }\nconst _hoisted_133 = {\n id: \"controls\",\n class: \"control-icon-wrapper\"\n}\nconst _hoisted_134 = { id: \"controls-top-row\" }\nconst _hoisted_135 = {\n key: 0,\n id: \"control-checkboxes\"\n}\nconst _hoisted_136 = { id: \"eclipse-percent-chip\" }\nconst _hoisted_137 = { id: \"video-icon\" }\nconst _hoisted_138 = { id: \"tools\" }\nconst _hoisted_139 = { class: \"tool-container\" }\nconst _hoisted_140 = { style: {\"position\":\"relative\"} }\nconst _hoisted_141 = { id: \"speed-control\" }\nconst _hoisted_142 = {\n key: 2,\n id: \"inline-speed-control\"\n}\nconst _hoisted_143 = { id: \"speed-text\" }\nconst _hoisted_144 = { key: 0 }\nconst _hoisted_145 = { key: 1 }\nconst _hoisted_146 = { key: 2 }\nconst _hoisted_147 = { key: 3 }\nconst _hoisted_148 = { id: \"slider\" }\nconst _hoisted_149 = { id: \"change-optout\" }\nconst _hoisted_150 = {\n key: 0,\n id: \"body-logos\"\n}\nconst _hoisted_151 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"anonymized\", -1)\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_icon_button = _resolveComponent(\"icon-button\")!\n const _component_v_icon = _resolveComponent(\"v-icon\")!\n const _component_v_btn = _resolveComponent(\"v-btn\")!\n const _component_define_term = _resolveComponent(\"define-term\")!\n const _component_cloud_cover = _resolveComponent(\"cloud-cover\")!\n const _component_location_search = _resolveComponent(\"location-search\")!\n const _component_location_selector = _resolveComponent(\"location-selector\")!\n const _component_color_bar = _resolveComponent(\"color-bar\")!\n const _component_v_slide_y_transition = _resolveComponent(\"v-slide-y-transition\")!\n const _component_v_hover = _resolveComponent(\"v-hover\")!\n const _component_v_container = _resolveComponent(\"v-container\")!\n const _component_v_dialog = _resolveComponent(\"v-dialog\")!\n const _component_v_card_title = _resolveComponent(\"v-card-title\")!\n const _component_gif_play_pause = _resolveComponent(\"gif-play-pause\")!\n const _component_v_card_text = _resolveComponent(\"v-card-text\")!\n const _component_v_card = _resolveComponent(\"v-card\")!\n const _component_v_chip = _resolveComponent(\"v-chip\")!\n const _component_v_col = _resolveComponent(\"v-col\")!\n const _component_v_row = _resolveComponent(\"v-row\")!\n const _component_v_divider = _resolveComponent(\"v-divider\")!\n const _component_v_switch = _resolveComponent(\"v-switch\")!\n const _component_funding_acknowledgment = _resolveComponent(\"funding-acknowledgment\")!\n const _component_advanced_weather_view = _resolveComponent(\"advanced-weather-view\")!\n const _component_WorldWideTelescope = _resolveComponent(\"WorldWideTelescope\")!\n const _component_geolocation_button = _resolveComponent(\"geolocation-button\")!\n const _component_credit_logos = _resolveComponent(\"credit-logos\")!\n const _component_v_overlay = _resolveComponent(\"v-overlay\")!\n const _component_v_window_item = _resolveComponent(\"v-window-item\")!\n const _component_v_list_item = _resolveComponent(\"v-list-item\")!\n const _component_v_window = _resolveComponent(\"v-window\")!\n const _component_hover_tooltip = _resolveComponent(\"hover-tooltip\")!\n const _component_eclipse_timer = _resolveComponent(\"eclipse-timer\")!\n const _component_v_checkbox = _resolveComponent(\"v-checkbox\")!\n const _component_playback_control = _resolveComponent(\"playback-control\")!\n const _component_v_slider = _resolveComponent(\"v-slider\")!\n const _component_v_spacer = _resolveComponent(\"v-spacer\")!\n const _component_v_card_actions = _resolveComponent(\"v-card-actions\")!\n const _component_notifications = _resolveComponent(\"notifications\")!\n const _component_v_app = _resolveComponent(\"v-app\")!\n const _directive_click_outside = _resolveDirective(\"click-outside\")!\n\n return (_openBlock(), _createBlock(_component_v_app, {\n id: \"app\",\n style: _normalizeStyle(_ctx.cssVars)\n }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", {\n id: \"closed-top-container\",\n class: _normalizeClass([!_ctx.showGuidedContent ?'budge' : 'open'])\n }, [\n _createVNode(_component_icon_button, {\n modelValue: _ctx.showGuidedContent,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = ($event: any) => ((_ctx.showGuidedContent) = $event)),\n id: \"show-guided-content\",\n ref: \"showGuidedContent\",\n \"fa-icon\": _ctx.showGuidedContent ? 'times' : 'chevron-down',\n \"fa-size\": _ctx.showGuidedContent ? 'lg' : 'lg',\n color: _ctx.accentColor,\n \"focus-color\": _ctx.showGuidedContent ? _ctx.skyColor : _ctx.accentColor,\n \"tooltip-text\": _ctx.showGuidedContent ? 'Hide' : 'Click to learn more',\n \"tooltip-location\": 'bottom',\n \"show-tooltip\": !_ctx.mobile,\n \"box-shadow\": false,\n onActivate: _cache[1] || (_cache[1] = () => {\n // console.log('showGuidedContent = ', showGuidedContent);\n // showGuidedContent = !showGuidedContent;\n _ctx.onResize();\n })\n }, _createSlots({ _: 2 }, [\n (!_ctx.showGuidedContent)\n ? {\n name: \"button\",\n fn: _withCtx(() => [\n _createTextVNode(\" Map & Weather \"),\n _createVNode(_component_font_awesome_icon, {\n icon: \"chevron-down\",\n class: \"bullet-icon\"\n })\n ]),\n key: \"0\"\n }\n : undefined\n ]), 1032, [\"modelValue\", \"fa-icon\", \"fa-size\", \"color\", \"focus-color\", \"tooltip-text\", \"show-tooltip\"])\n ], 2),\n _withDirectives(_createVNode(_component_v_container, { id: \"guided-content-container\" }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_1, [\n _createElementVNode(\"div\", _hoisted_2, [\n _createElementVNode(\"div\", _hoisted_3, [\n (_ctx.learnerPath=='Location')\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_4, \"Choose Any Location \"))\n : _createCommentVNode(\"\", true),\n (_ctx.learnerPath=='Clouds')\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_5, \"View Historical Cloud Data \"))\n : _createCommentVNode(\"\", true),\n (_ctx.learnerPath=='CloudDetail')\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_6, \"Explore Detailed Cloud Data \"))\n : _createCommentVNode(\"\", true)\n ])\n ]),\n _createElementVNode(\"div\", _hoisted_7, [\n _createElementVNode(\"div\", _hoisted_8, [\n (_ctx.learnerPath=='Location')\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_9, [\n _createElementVNode(\"span\", _hoisted_10, [\n (_ctx.infoPage==1)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_11, [\n (_ctx.queryData.latitudeDeg == undefined || _ctx.queryData.longitudeDeg == undefined)\n ? (_openBlock(), _createElementBlock(\"p\", _hoisted_12, [\n _createTextVNode(\" \\\"Watch\\\" the eclipse from the location marked by the red dot on the map, or \"),\n _hoisted_13,\n _createTextVNode(\" the yellow dot along the bottom slider to change time. \")\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.queryData.latitudeDeg !== undefined && _ctx.queryData.longitudeDeg !== undefined)\n ? (_openBlock(), _createElementBlock(\"p\", _hoisted_14, [\n _createTextVNode(\" \\\"Watch\\\" the eclipse from the location shared in your link, or \"),\n _hoisted_15,\n _createTextVNode(\" the yellow dot along the bottom slider to change time. \")\n ]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"p\", null, [\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\"), 1),\n _createTextVNode(\" the map to select any \"),\n (_ctx.queryData.latitudeDeg !== undefined && _ctx.queryData.longitudeDeg !== undefined)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_16, \"other\"))\n : _createCommentVNode(\"\", true),\n _createTextVNode(\" location and view the eclipse from there, or \")\n ]),\n (_ctx.narrow)\n ? (_openBlock(), _createElementBlock(\"p\", _hoisted_17, [\n _createVNode(_component_font_awesome_icon, {\n icon: \"magnifying-glass\",\n class: \"bullet-icon\",\n size: \"lg\"\n }),\n _createTextVNode(\" Search for a location \")\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.narrow)\n ? (_openBlock(), _createElementBlock(\"p\", _hoisted_18, [\n _createVNode(_component_font_awesome_icon, {\n icon: \"location-crosshairs\",\n class: \"bullet-icon\",\n size: \"lg\"\n }),\n _createTextVNode(\" Use my location (if enabled) \")\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.narrow)\n ? (_openBlock(), _createElementBlock(\"p\", _hoisted_19, [\n _createVNode(_component_v_icon, {\n icon: \"mdi-sun-clock\",\n size: \"small\",\n class: \"bullet-icon\"\n }),\n _createTextVNode(\" See detailed eclipse times \")\n ]))\n : (_openBlock(), _createElementBlock(\"p\", _hoisted_20, [\n _hoisted_21,\n _createTextVNode(\" in the search box below. \")\n ]))\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.infoPage==2 && !_ctx.narrow)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_22, [\n _hoisted_23,\n _createElementVNode(\"p\", _hoisted_24, [\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\"), 1),\n _createVNode(_component_v_icon, {\n icon: \"mdi-sun-clock\",\n size: \"large\",\n class: \"bullet-icon\"\n }),\n _createTextVNode(\" to see detailed eclipse times \")\n ]),\n (_ctx.getMyLocation)\n ? (_openBlock(), _createElementBlock(\"p\", _hoisted_25, [\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\"), 1),\n _createVNode(_component_font_awesome_icon, {\n icon: \"location-crosshairs\",\n class: \"bullet-icon\"\n }),\n _createTextVNode(\" to view eclipse from \"),\n _hoisted_26,\n _createTextVNode(\" (Location services must be enabled on device) \")\n ]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"p\", null, [\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\"), 1),\n _createTextVNode(),\n _createVNode(_component_font_awesome_icon, {\n icon: \"share-nodes\",\n class: \"bullet-icon\"\n }),\n _createTextVNode(\" to copy url to share a location \")\n ])\n ]))\n : _createCommentVNode(\"\", true)\n ])\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.learnerPath=='Location' && !_ctx.narrow)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_27, [\n (_ctx.infoPage==1)\n ? (_openBlock(), _createBlock(_component_v_btn, {\n key: 0,\n class: \"mr-2 mb-2\",\n density: \"compact\",\n \"hide-details\": \"\",\n color: _ctx.accentColor,\n onClick: _cache[2] || (_cache[2] = ($event: any) => (_ctx.infoPage++)),\n onKeyup: _cache[3] || (_cache[3] = _withKeys(($event: any) => (_ctx.infoPage++), [\"enter\"])),\n elevation: \"0\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\" More \")\n ]),\n _: 1\n }, 8, [\"color\"]))\n : _createCommentVNode(\"\", true),\n (_ctx.infoPage==2)\n ? (_openBlock(), _createBlock(_component_v_btn, {\n key: 1,\n class: \"mr-2 mb-2\",\n density: \"compact\",\n color: _ctx.accentColor,\n onClick: _cache[4] || (_cache[4] = ($event: any) => (_ctx.infoPage--)),\n onKeyup: _cache[5] || (_cache[5] = _withKeys(($event: any) => (_ctx.infoPage--), [\"enter\"])),\n elevation: \"0\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\" Back \")\n ]),\n _: 1\n }, 8, [\"color\"]))\n : _createCommentVNode(\"\", true)\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.learnerPath=='Clouds')\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_28, [\n _createElementVNode(\"span\", _hoisted_29, [\n _createElementVNode(\"div\", _hoisted_30, [\n _createElementVNode(\"div\", null, [\n _createTextVNode(\" This map shows historical cloud cover data for the week of April 8 for the years 2003–2023 from \"),\n _hoisted_31,\n _createTextVNode(\" on NASA's Aqua satellite. \" + _toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" the map to display the \", 1),\n _createVNode(_component_define_term, {\n term: \"median\",\n definition: \"For half of the years from 2003–2023 on April 8, the cloud cover amount was less than the median value. For the other half of the years, the cloud cover was more than the median value.\"\n }),\n _createTextVNode(\" cloud coverage for a particular location (within about 100 km). Learn more in the \"),\n _createVNode(_component_v_btn, {\n style: {\"padding-inline\":\"2px\"},\n class: _normalizeClass([_ctx.smallSize ? 'text-caption' : '']),\n color: _ctx.accentColor,\n density: \"compact\",\n onClick: _cache[6] || (_cache[6] = ($event: any) => (_ctx.showAdvancedWeather = true))\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Cloud Data Explorer\")\n ]),\n _: 1\n }, 8, [\"class\", \"color\"]),\n _createTextVNode(\". \")\n ]),\n _createElementVNode(\"div\", null, [\n _createVNode(_component_cloud_cover, {\n \"cloud-cover\": _ctx.selectedLocationCloudCover,\n onCloudIcon: _cache[7] || (_cache[7] = ($event: any) => (_ctx.cloudIcon = $event))\n }, null, 8, [\"cloud-cover\"])\n ])\n ])\n ])\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.learnerPath=='CloudDetail')\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_32, [\n _createElementVNode(\"span\", _hoisted_33, [\n _createElementVNode(\"div\", _hoisted_34, [\n _hoisted_35,\n _createElementVNode(\"div\", null, [\n _createElementVNode(\"div\", _hoisted_36, [\n _createTextVNode(\"Open the \"),\n _createVNode(_component_v_btn, {\n class: _normalizeClass([_ctx.smallSize ? 'text-caption' : '']),\n color: _ctx.accentColor,\n density: \"compact\",\n onClick: _cache[8] || (_cache[8] = ($event: any) => (_ctx.showAdvancedWeather = true))\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Cloud Data Explorer\")\n ]),\n _: 1\n }, 8, [\"class\", \"color\"])\n ])\n ])\n ])\n ])\n ]))\n : _createCommentVNode(\"\", true)\n ])\n ]),\n _createElementVNode(\"div\", _hoisted_37, [\n _createElementVNode(\"div\", _hoisted_38, [\n _createVNode(_component_icon_button, {\n \"model-value\": _ctx.learnerPath == 'Location',\n \"fa-icon\": \"location-dot\",\n \"fa-size\": \"xl\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": 'Choose any viewing location',\n \"tooltip-location\": 'bottom',\n \"show-tooltip\": !_ctx.mobile,\n \"box-shadow\": false,\n onActivate: _cache[9] || (_cache[9] = () => { _ctx.learnerPath = 'Location'})\n }, null, 8, [\"model-value\", \"color\", \"focus-color\", \"show-tooltip\"]),\n _createVNode(_component_icon_button, {\n \"model-value\": _ctx.learnerPath == 'Clouds',\n \"fa-icon\": \"cloud-sun\",\n \"fa-size\": \"xl\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": 'View historical cloud coverage',\n \"tooltip-location\": 'bottom',\n \"show-tooltip\": !_ctx.mobile,\n \"box-shadow\": false,\n onActivate: _cache[10] || (_cache[10] = () => { _ctx.learnerPath = 'Clouds'})\n }, null, 8, [\"model-value\", \"color\", \"focus-color\", \"show-tooltip\"]),\n _createVNode(_component_icon_button, {\n \"model-value\": _ctx.learnerPath == 'CloudDetail',\n \"fa-icon\": \"chart-column\",\n \"fa-size\": \"xl\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": 'Explore detailed historical cloud coverage',\n \"tooltip-location\": 'bottom',\n \"show-tooltip\": !_ctx.mobile,\n \"box-shadow\": false,\n onActivate: _cache[11] || (_cache[11] = () => { _ctx.learnerPath = 'CloudDetail'})\n }, null, 8, [\"model-value\", \"color\", \"focus-color\", \"show-tooltip\"]),\n _createVNode(_component_icon_button, {\n modelValue: _ctx.showInfoSheet,\n \"onUpdate:modelValue\": _cache[12] || (_cache[12] = ($event: any) => ((_ctx.showInfoSheet) = $event)),\n \"fa-icon\": \"book-open\",\n \"fa-size\": \"xl\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": _ctx.showInfoSheet ? null : 'More on Eclipses',\n \"tooltip-location\": 'bottom',\n \"show-tooltip\": !_ctx.mobile,\n \"box-shadow\": false\n }, null, 8, [\"modelValue\", \"color\", \"focus-color\", \"tooltip-text\", \"show-tooltip\"]),\n _createVNode(_component_icon_button, {\n modelValue: _ctx.showWWTGuideSheet,\n \"onUpdate:modelValue\": _cache[13] || (_cache[13] = ($event: any) => ((_ctx.showWWTGuideSheet) = $event)),\n \"fa-icon\": \"circle-info\",\n \"fa-size\": \"xl\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": _ctx.showWWTGuideSheet ? null : 'User Guide',\n \"tooltip-location\": 'bottom',\n \"show-tooltip\": !_ctx.mobile,\n \"box-shadow\": false\n }, null, 8, [\"modelValue\", \"color\", \"focus-color\", \"tooltip-text\", \"show-tooltip\"])\n ])\n ])\n ]),\n _createElementVNode(\"div\", _hoisted_39, [\n _createVNode(_component_v_hover, null, {\n default: _withCtx(({isHovering, props}) => [\n (false &&!isHovering && !_ctx.smAndUp)\n ? (_openBlock(), _createBlock(_component_v_btn, _mergeProps({ key: 0 }, props, {\n color: \"blue\",\n width: '100%'\n }), {\n default: _withCtx(() => [\n _createTextVNode(\"Tap here to reveal map\")\n ]),\n _: 2\n }, 1040))\n : _createCommentVNode(\"\", true),\n _createVNode(_component_v_slide_y_transition, { disabled: _ctx.smAndUp }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", {\n class: _normalizeClass(['']),\n id: \"map-container\",\n \"data-before-text\": _ctx.eclipsePredictionText\n }, [\n (_ctx.learnerPath === 'Location' && _ctx.showEclipsePredictionTextBanner && !_ctx.mobile)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_41, [\n (_ctx.showEclipsePredictionText)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_42, [\n _createTextVNode(_toDisplayString(_ctx.eclipsePredictionText) + \" \", 1),\n (_ctx.narrow)\n ? (_openBlock(), _createBlock(_component_v_icon, {\n key: 0,\n style: {\"padding\":\"2px\",\"border-radius\":\"3px\",\"background-color\":\"#ddd\"},\n class: \"elevation-2\",\n onClick: _cache[14] || (_cache[14] = ($event: any) => {_ctx.showEclipsePredictionSheet = true; _ctx.showEclipsePredictionText = true})\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-sun-clock\")\n ]),\n _: 1\n }))\n : _createCommentVNode(\"\", true)\n ]))\n : (_openBlock(), _createElementBlock(\"span\", _hoisted_43, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_v_icon, {\n style: {\"padding\":\"2px\",\"border-radius\":\"3px\",\"background-color\":\"#ddd\"},\n class: \"elevation-2\",\n onClick: _cache[15] || (_cache[15] = ($event: any) => {_ctx.showEclipsePredictionSheet = true; _ctx.showEclipsePredictionText = true})\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-sun-clock\")\n ]),\n _: 1\n }),\n _createTextVNode(\" to see eclipse predictions \")\n ])),\n _createElementVNode(\"span\", {\n class: \"banner-close\",\n onClick: _cache[16] || (_cache[16] = ($event: any) => (_ctx.showEclipsePredictionTextBanner = false))\n }, [\n _createVNode(_component_v_icon, null, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-close\")\n ]),\n _: 1\n })\n ])\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.narrow)\n ? (_openBlock(), _createBlock(_component_location_search, {\n key: 1,\n modelValue: false,\n class: _normalizeClass(['location-search-overmap', _ctx.learnerPath === 'Clouds' ? 'overmap-budge' : '', _ctx.showNewMobileUI ? '' : 'overmap-low']),\n small: \"\",\n buttonSize: \"xl\",\n \"search-provider\": _ctx.geocodingInfoForSearch,\n accentColor: _ctx.accentColor,\n onSetLocation: _ctx.setLocationFromSearchFeature,\n onError: _cache[17] || (_cache[17] = ($event: any) => (_ctx.searchErrorMessage = $event))\n }, null, 8, [\"class\", \"search-provider\", \"accentColor\", \"onSetLocation\"]))\n : _createCommentVNode(\"\", true),\n (_ctx.getMyLocation && _ctx.narrow)\n ? (_openBlock(), _createBlock(_component_icon_button, {\n key: 2,\n id: 'my-location-overmap' + (_ctx.learnerPath === 'Clouds' ? '-budge' : ''),\n \"fa-icon\": \"location-crosshairs\",\n \"fa-size\": \"2xl\",\n color: _ctx.myLocationColor,\n \"focus-color\": _ctx.myLocationColor,\n \"box-shadow\": false,\n \"tooltip-text\": _ctx.myLocationToolTip,\n \"show-tooltip\": !_ctx.mobile,\n \"onUpdate:modelValue\": _cache[18] || (_cache[18] = (value) => {\n if(value) {\n (_ctx.$refs.geolocation as any).getLocation();\n _ctx.showMyLocationDialog = true;\n _ctx.learnerPath = 'Location';\n }\n else {\n console.log('geolocation button pressed = false');\n }\n\n })\n }, null, 8, [\"id\", \"color\", \"focus-color\", \"tooltip-text\", \"show-tooltip\"]))\n : _createCommentVNode(\"\", true),\n (_ctx.narrow)\n ? (_openBlock(), _createBlock(_component_icon_button, {\n key: 3,\n id: \"eclipse-details-overmap\",\n \"md-icon\": \"sun-clock\",\n \"md-size\": \"24\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": \"View eclipse timing details\",\n \"tooltip-location\": \"start\",\n onActivate: _cache[19] || (_cache[19] = () => {\n _ctx.showEclipsePredictionSheet = true;\n if (!_ctx.showEclipsePredictionText) {\n _ctx.showEclipsePredictionTextBanner = !_ctx.showNewMobileUI;\n }\n _ctx.showEclipsePredictionText = true;\n })\n }, null, 8, [\"color\", \"focus-color\"]))\n : _createCommentVNode(\"\", true),\n _createVNode(_component_location_selector, {\n \"model-value\": _ctx.locationDeg,\n \"onUpdate:modelValue\": _ctx.updateLocationFromMap,\n \"place-circle-options\": _ctx.placeCircleOptions,\n \"detect-location\": false,\n \"map-options\": (['Clouds', 'CloudDetail'].includes(_ctx.learnerPath)) ? _ctx.userSelectedMapOptions : _ctx.initialMapOptions,\n \"selected-circle-options\": _ctx.selectedCircleOptions,\n \"show-cloud-cover\": ['Clouds', 'CloudDetail'].includes(_ctx.learnerPath) && _ctx.cloudCoverData !== null,\n class: \"leaflet-map\",\n \"geo-json-files\": _ctx.geojson,\n \"selected-cloud-cover\": _ctx.selectedCloudCoverData,\n \"cloud-cover-opacity-function\": _ctx.sigmoid\n }, null, 8, [\"model-value\", \"onUpdate:modelValue\", \"place-circle-options\", \"map-options\", \"selected-circle-options\", \"show-cloud-cover\", \"geo-json-files\", \"selected-cloud-cover\", \"cloud-cover-opacity-function\"]),\n (_ctx.learnerPath === 'Clouds')\n ? (_openBlock(), _createBlock(_component_color_bar, {\n key: 4,\n label: \"Historical Cloud Cover %\",\n cmap: _ctx.cloudColorMap\n }, null, 8, [\"cmap\"]))\n : _createCommentVNode(\"\", true)\n ], 8, _hoisted_40)\n ]),\n _: 1\n }, 8, [\"disabled\"])\n ]),\n _: 1\n })\n ])\n ]),\n _: 1\n }, 512), [\n [_vShow, _ctx.showGuidedContent]\n ]),\n _createVNode(_component_v_dialog, {\n id: \"video-container\",\n modelValue: _ctx.showVideoSheet,\n \"onUpdate:modelValue\": _cache[22] || (_cache[22] = ($event: any) => ((_ctx.showVideoSheet) = $event)),\n transition: \"slide-y-transition\",\n \"close-on-back\": \"\",\n fullscreen: \"\"\n }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_44, [\n _createVNode(_component_font_awesome_icon, {\n id: \"video-close-icon\",\n class: \"close-icon\",\n icon: \"times\",\n size: \"lg\",\n onClick: _cache[20] || (_cache[20] = ($event: any) => (_ctx.showVideoSheet = false)),\n onKeyup: _cache[21] || (_cache[21] = _withKeys(($event: any) => (_ctx.showVideoSheet = false), [\"enter\"])),\n tabindex: \"0\"\n }),\n _hoisted_45\n ])\n ]),\n _: 1\n }, 8, [\"modelValue\"]),\n _createVNode(_component_v_dialog, {\n scrim: \"false\",\n transition: \"slide-y-transition\",\n modelValue: _ctx.showInfoSheet,\n \"onUpdate:modelValue\": _cache[25] || (_cache[25] = ($event: any) => ((_ctx.showInfoSheet) = $event)),\n class: \"bottom-sheet\",\n id: \"text-bottom-sheet\",\n style: _normalizeStyle(_ctx.cssVars)\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card, { class: \"bottom-sheet-card\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_title, { tabindex: \"0\" }, {\n default: _withCtx(() => [\n _hoisted_46\n ]),\n _: 1\n }),\n _createVNode(_component_font_awesome_icon, {\n id: \"close-text-icon\",\n class: \"control-icon\",\n icon: `square-xmark`,\n size: \"xl\",\n onClick: _cache[23] || (_cache[23] = ($event: any) => (_ctx.showInfoSheet = false)),\n onKeyup: _cache[24] || (_cache[24] = _withKeys(($event: any) => (_ctx.showInfoSheet = false), [\"enter\"])),\n tabindex: \"0\"\n }),\n _createVNode(_component_v_card, { class: \"no-bottom-border-radius scrollable\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_text, { class: \"info-text no-bottom-border-radius\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_container, { id: \"learn-more-content\" }, {\n default: _withCtx(() => [\n _hoisted_47,\n _createElementVNode(\"figure\", null, [\n _createVNode(_component_gif_play_pause, {\n startPaused: \"\",\n gif: require(\"./assets/eclipse.gif\"),\n still: require(\"./assets/eclipse_static.gif\"),\n alt: \"Animated schematic of a solar eclipse showing how the Moon moves between the Sun and Earth.\"\n }, null, 8, [\"gif\", \"still\"]),\n _hoisted_48,\n _hoisted_49\n ])\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\", \"style\"]),\n _createVNode(_component_v_dialog, {\n scrim: \"false\",\n transition: \"slide-y-transition\",\n modelValue: _ctx.showWWTGuideSheet,\n \"onUpdate:modelValue\": _cache[30] || (_cache[30] = ($event: any) => ((_ctx.showWWTGuideSheet) = $event)),\n class: \"bottom-sheet\",\n id: \"wwt-guide-sheet\",\n style: _normalizeStyle(_ctx.cssVars)\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card, { class: \"bottom-sheet-card\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_title, { tabindex: \"0\" }, {\n default: _withCtx(() => [\n _hoisted_50\n ]),\n _: 1\n }),\n _createVNode(_component_font_awesome_icon, {\n id: \"close-text-icon\",\n class: \"control-icon\",\n icon: `square-xmark`,\n size: \"xl\",\n onClick: _cache[26] || (_cache[26] = ($event: any) => (_ctx.showWWTGuideSheet = false)),\n onKeyup: _cache[27] || (_cache[27] = _withKeys(($event: any) => (_ctx.showWWTGuideSheet = false), [\"enter\"])),\n tabindex: \"0\"\n }),\n _createVNode(_component_v_card, { class: \"no-bottom-border-radius scrollable\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_text, { class: \"info-text no-bottom-border-radius\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_container, { id: \"user-guide\" }, {\n default: _withCtx(() => [\n _hoisted_51,\n _createVNode(_component_v_row, { align: \"center\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, { cols: \"4\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_chip, {\n label: \"\",\n outlined: \"\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\" Pan \")\n ]),\n _: 1\n })\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, {\n cols: \"8\",\n class: \"pt-1\"\n }, {\n default: _withCtx(() => [\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"press + drag\" : \"click + drag\"), 1),\n _createTextVNode(\" \" + _toDisplayString(_ctx.touchscreen ? \"\" : \"or\") + \" \", 1),\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"\" : \"W-A-S-D\"), 1),\n _createTextVNode(\" \" + _toDisplayString(_ctx.touchscreen ? \"\" : \"keys\"), 1),\n _hoisted_52\n ]),\n _: 1\n })\n ]),\n _: 1\n }),\n _createVNode(_component_v_row, { align: \"center\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, { cols: \"4\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_chip, {\n label: \"\",\n outlined: \"\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\" Zoom \")\n ]),\n _: 1\n })\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, {\n cols: \"8\",\n class: \"pt-1\"\n }, {\n default: _withCtx(() => [\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"pinch in and out\" : \"scroll in and out\"), 1),\n _createTextVNode(\" \" + _toDisplayString(_ctx.touchscreen ? \"\" : \"or\") + \" \", 1),\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"\" : \"I-O\"), 1),\n _createTextVNode(\" \" + _toDisplayString(_ctx.touchscreen ? \"\" : \"keys\"), 1),\n _hoisted_53\n ]),\n _: 1\n })\n ]),\n _: 1\n }),\n _createVNode(_component_v_row, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_54, [\n _hoisted_55,\n _hoisted_56,\n _hoisted_57,\n _createElementVNode(\"ul\", _hoisted_58, [\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"angles-left\",\n size: \"lg\"\n }),\n _createTextVNode(\" to reverse time, or to increase reverse speed by 10x if time was already reversed. \")\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"play\",\n size: \"lg\"\n }),\n _createTextVNode(\"/ \"),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"pause\",\n size: \"lg\"\n }),\n _createTextVNode(\" to play or pause time. \")\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"angles-right\",\n size: \"lg\"\n }),\n _createTextVNode(\" to increase speed by 10x, or to move time forward if time was reversed. \")\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"rotate\",\n size: \"lg\"\n }),\n _createTextVNode(\" to reset starting time and speed. \")\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"gauge-high\",\n size: \"lg\"\n }),\n _createTextVNode(\" to open more speed controls. \")\n ]),\n _createElementVNode(\"ul\", null, [\n _createElementVNode(\"li\", _hoisted_59, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_v_icon, {\n class: \"bullet-icon\",\n icon: \"mdi-step-forward-2\",\n size: \"medium\"\n }),\n _createTextVNode(\" or \"),\n _createVNode(_component_v_icon, {\n class: \"bullet-icon\",\n icon: \"mdi-step-backward-2\",\n size: \"medium\"\n }),\n _createTextVNode(\" to move time forward and backward. \")\n ]),\n _hoisted_60\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(\" Drag \"),\n _createVNode(_component_v_icon, {\n class: \"bullet-icon\",\n icon: \"mdi-circle\",\n size: \"medium\"\n }),\n _createTextVNode(\" along the main slider to move to any time. \")\n ])\n ]),\n _createVNode(_component_v_divider, {\n thickness: \"2px\",\n class: \"solid-divider\"\n }),\n _hoisted_61,\n _hoisted_62,\n _createElementVNode(\"ul\", _hoisted_63, [\n _hoisted_64,\n _hoisted_65,\n (_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"li\", _hoisted_66, [\n _hoisted_67,\n _createTextVNode(\" The fraction of the Sun that is eclipsed in the currenty view (for the selected time and location). \")\n ]))\n : _createCommentVNode(\"\", true),\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"li\", _hoisted_68, [\n _createVNode(_component_v_switch, {\n class: \"display-only-switch\",\n modelValue: _ctx.displaySwitchOn,\n \"onUpdate:modelValue\": _cache[28] || (_cache[28] = ($event: any) => ((_ctx.displaySwitchOn) = $event)),\n density: \"compact\",\n \"hide-details\": \"\",\n disabled: \"\",\n ripple: false,\n color: _ctx.accentColor,\n \"true-icon\": \"mdi-white-balance-sunny\"\n }, null, 8, [\"modelValue\", \"color\"]),\n _hoisted_69,\n _createTextVNode(\" Camera follows the Sun. \")\n ]))\n : _createCommentVNode(\"\", true),\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"li\", _hoisted_70, [\n _createVNode(_component_v_switch, {\n class: \"display-only-switch\",\n modelValue: _ctx.displaySwitchOff,\n \"onUpdate:modelValue\": _cache[29] || (_cache[29] = ($event: any) => ((_ctx.displaySwitchOff) = $event)),\n density: \"compact\",\n \"hide-details\": \"\",\n disabled: \"\",\n ripple: false,\n color: _ctx.accentColor,\n \"false-icon\": \"mdi-image\"\n }, null, 8, [\"modelValue\", \"color\"]),\n _hoisted_71,\n _createTextVNode(\" Camera stays fixed and shows motion of Sun (and Moon) against the sky. \")\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _createVNode(_component_v_divider, {\n thickness: \"2px\",\n class: \"solid-divider\"\n }),\n _hoisted_72,\n _hoisted_73,\n _createElementVNode(\"ul\", _hoisted_74, [\n _createElementVNode(\"li\", _hoisted_75, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_v_icon, {\n class: \"bullet-icon\",\n icon: \"mdi-sun-clock\",\n size: \"medium\"\n }),\n _createTextVNode(\" to display detailed \"),\n _hoisted_76,\n _createTextVNode(\" predictions for your selected location. \")\n ]),\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"li\", _hoisted_77, [\n _hoisted_78,\n _createTextVNode(\" Recenter view on Sun. \")\n ]))\n : _createCommentVNode(\"\", true),\n _hoisted_79,\n _hoisted_80,\n _hoisted_81,\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"li\", _hoisted_82, [\n _hoisted_83,\n _createTextVNode(\" Display eclipse start time for your selected location. If applicable, display duration of totality. (This appears at the top of the map if it is open, and at the top of the screen if the map is closed.) \")\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.narrow)\n ? (_openBlock(), _createElementBlock(\"li\", _hoisted_84, [\n _hoisted_85,\n _createTextVNode(\" Use new streamlined interface for small screens. (Uncheck to revert to original mobile interface.) \")\n ]))\n : _createCommentVNode(\"\", true),\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"li\", _hoisted_86, [\n _hoisted_87,\n _createTextVNode(\" The fraction of the Sun that is eclipsed in the currenty view (for the selected time and location). \")\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _createVNode(_component_v_divider, {\n thickness: \"2px\",\n class: \"solid-divider\"\n }),\n _hoisted_88,\n _hoisted_89,\n _createElementVNode(\"ul\", _hoisted_90, [\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"magnifying-glass\",\n size: \"lg\"\n }),\n _createTextVNode(\" to search for a specific location name. \")\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"location-crosshairs\",\n size: \"lg\"\n }),\n _createTextVNode(\" to view from \"),\n _hoisted_91,\n _createTextVNode(\". (If icon is grayed out, consult your device's user guide to enable location services. This feature works most reliably on Chrome and might not be available on every browser+operating system combination.) \")\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"share-nodes\",\n size: \"lg\"\n }),\n _createTextVNode(\" to copy \"),\n _hoisted_92,\n _createTextVNode(\" for a specific location. \")\n ])\n ])\n ]),\n _createVNode(_component_v_divider, {\n thickness: \"2px\",\n class: \"solid-divider\"\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }),\n _hoisted_93,\n _createVNode(_component_funding_acknowledgment)\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\", \"style\"]),\n _createVNode(_component_advanced_weather_view, {\n modelValue: _ctx.showAdvancedWeather,\n \"onUpdate:modelValue\": _cache[31] || (_cache[31] = ($event: any) => ((_ctx.showAdvancedWeather) = $event)),\n onExplainerOpen: _cache[32] || (_cache[32] = (open) => { _ctx.weatherInfoOpen = open }),\n \"default-location\": _ctx.locationDeg,\n \"show-on-map\": _ctx.showAWVMapByDefault,\n \"show-charts\": _ctx.showAWVChartsByDefault,\n fullscreen: _ctx.showAWVFullScreen,\n onLocation: _cache[33] || (_cache[33] = (loc) => {\n _ctx.advancedWeatherSelectedCount += 1;\n _ctx.cloudCoverSelectedLocations.push([loc.latitudeDeg, loc.longitudeDeg]);\n }),\n onClose: _cache[34] || (_cache[34] = (loc) => {\n _ctx.updateLocationFromMap(loc, false);\n })\n }, null, 8, [\"modelValue\", \"default-location\", \"show-on-map\", \"show-charts\", \"fullscreen\"]),\n _withDirectives(_createElementVNode(\"div\", _hoisted_94, [\n (_ctx.showEclipsePredictionText)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_95, _toDisplayString(_ctx.eclipsePredictionText), 1))\n : (_openBlock(), _createElementBlock(\"span\", _hoisted_96, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_v_icon, null, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-sun-clock\")\n ]),\n _: 1\n }),\n _createTextVNode(\" to see eclipse predictions \")\n ])),\n _createElementVNode(\"span\", {\n class: \"banner-close\",\n onClick: _cache[35] || (_cache[35] = ($event: any) => (_ctx.showEclipsePredictionTextBanner = false))\n }, [\n _createVNode(_component_v_icon, null, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-close\")\n ]),\n _: 1\n })\n ])\n ], 512), [\n [_vShow, !_ctx.showGuidedContent && _ctx.showEclipsePredictionTextBanner]\n ]),\n _createElementVNode(\"div\", _hoisted_97, [\n _createVNode(_component_WorldWideTelescope, {\n \"wwt-namespace\": _ctx.wwtNamespace,\n onPointerdown: _ctx.onPointerDown,\n onPointerup: _ctx.onPointerUp\n }, null, 8, [\"wwt-namespace\", \"onPointerdown\", \"onPointerup\"]),\n _createElementVNode(\"div\", null, [\n _createElementVNode(\"div\", {\n id: \"left-buttons-wrapper\",\n class: _normalizeClass([!_ctx.showGuidedContent ?'budge' : ''])\n }, [\n _createElementVNode(\"div\", _hoisted_98, [\n _createVNode(_component_location_search, {\n class: \"location-search-overwwt\",\n modelValue: _ctx.searchOpen,\n \"onUpdate:modelValue\": _cache[36] || (_cache[36] = ($event: any) => ((_ctx.searchOpen) = $event)),\n \"search-provider\": _ctx.geocodingInfoForSearch,\n accentColor: _ctx.accentColor,\n onSetLocation: _ctx.setLocationFromSearchFeature,\n onError: _cache[37] || (_cache[37] = ($event: any) => (_ctx.searchErrorMessage = $event)),\n small: \"\",\n buttonSize: \"lg\"\n }, null, 8, [\"modelValue\", \"search-provider\", \"accentColor\", \"onSetLocation\"])\n ]),\n _createElementVNode(\"div\", null, [\n (_ctx.getMyLocation)\n ? (_openBlock(), _createBlock(_component_icon_button, {\n key: 0,\n class: \"geolocation-button\",\n id: \"my-location\",\n \"fa-icon\": \"location-crosshairs\",\n color: _ctx.myLocationColor,\n \"focus-color\": _ctx.myLocationColor,\n \"box-shadow\": false,\n \"tooltip-text\": _ctx.myLocationToolTip,\n \"show-tooltip\": !_ctx.mobile,\n \"onUpdate:modelValue\": _cache[38] || (_cache[38] = (value) => {\n if(value) {\n (_ctx.$refs.geolocation as any).getLocation();\n _ctx.showMyLocationDialog = true;\n _ctx.learnerPath = 'Location';\n }\n else {\n console.log('geolocation button pressed = false');\n }\n\n }),\n faSize: \"lg\"\n }, null, 8, [\"color\", \"focus-color\", \"tooltip-text\", \"show-tooltip\"]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"div\", {\n id: \"location-progress\",\n class: _normalizeClass([!_ctx.showGuidedContent ?'budge' : ''])\n }, [\n _createVNode(_component_geolocation_button, {\n color: _ctx.accentColor,\n \"show-text-progress\": true,\n \"hide-button\": \"\",\n \"show-progress-circle\": \"\",\n ref: \"geolocation\",\n onGeolocation: _cache[39] || (_cache[39] = (loc) => { \n _ctx.myLocation = {\n latitudeDeg: loc.latitude, \n longitudeDeg: loc.longitude\n };\n _ctx.locationDeg = _ctx.myLocation;\n _ctx.showMyLocationDialog = false;\n _ctx.updateSelectedLocationText();\n }),\n onError: _cache[40] || (_cache[40] = (error) => { \n _ctx.$notify({\n group: 'geolocation-error',\n title: 'Error',\n text: error.message,\n type: 'error',\n }); \n if (error.code === 1) {\n _ctx.geolocationPermission = 'denied';\n }\n console.log(error);\n }),\n onPermission: _cache[41] || (_cache[41] = (p) => {\n _ctx.geolocationPermission = p;\n // we're always gonna show the button,\n // just leaving this if we wanna change\n if (p == 'granted') {\n _ctx.getMyLocation = true;\n } else if (p == 'prompt') {\n _ctx.getMyLocation = true;\n } else {\n _ctx.getMyLocation = true;\n }\n })\n }, null, 8, [\"color\"])\n ], 2)\n ]),\n _createVNode(_component_icon_button, {\n id: \"share\",\n \"fa-icon\": \"share-nodes\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"box-shadow\": false,\n \"tooltip-text\": \"Share view of this location\",\n \"show-tooltip\": !_ctx.mobile,\n onActivate: _ctx.copyShareURL,\n faSize: \"lg\"\n }, null, 8, [\"color\", \"focus-color\", \"show-tooltip\", \"onActivate\"])\n ], 2)\n ]),\n _createVNode(_component_v_overlay, {\n \"model-value\": _ctx.showSplashScreen,\n absolute: \"\",\n opacity: \"0.6\",\n style: _normalizeStyle(_ctx.cssVars),\n id: \"splash-overlay\"\n }, {\n default: _withCtx(() => [\n _withDirectives((_openBlock(), _createElementBlock(\"div\", {\n id: \"splash-screen\",\n style: _normalizeStyle(_ctx.cssVars)\n }, [\n _createElementVNode(\"div\", _hoisted_99, [\n _createElementVNode(\"div\", {\n id: \"close-splash-button\",\n onClick: _cache[42] || (_cache[42] = \n//@ts-ignore\n(...args) => (_ctx.closeSplashScreen && _ctx.closeSplashScreen(...args)))\n }, \"×\"),\n _hoisted_100\n ]),\n (_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_101, [\n _createVNode(_component_v_row, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n icon: \"magnifying-glass\",\n size: \"small\",\n class: \"bullet-icon ml-0 mr-1\"\n }),\n _createTextVNode(\"Search for a location \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_icon, {\n icon: \"mdi-sun-clock\",\n size: \"small\",\n class: \"bullet-icon mx-0\"\n }),\n _createTextVNode(\" Detailed eclipse times \")\n ]),\n _: 1\n }),\n false\n ? (_openBlock(), _createBlock(_component_v_col, {\n key: 0,\n cols: \"12\",\n flex: \"horizontal\",\n class: \"pt-1\"\n }, {\n default: _withCtx(() => [\n _hoisted_102,\n _createTextVNode(\" for more info \")\n ]),\n _: 1\n }))\n : _createCommentVNode(\"\", true),\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_icon, {\n icon: \"mdi-creation\",\n size: \"small\",\n class: \"bullet-icon mx-0\"\n }),\n _createTextVNode(\" Streamlined mobile interface \")\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]))\n : _createCommentVNode(\"\", true),\n (!_ctx.showNewMobileUI )\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_103, [\n _createVNode(_component_v_row, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_icon, {\n icon: \"mdi-sun-clock\",\n size: \"small\",\n class: \"bullet-icon\"\n }),\n _createTextVNode(\" New! Detailed Eclipse Times \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, { icon: \"location-dot\" }),\n _createTextVNode(\" Choose any location \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, { icon: \"cloud-sun\" }),\n _createTextVNode(\" View historical cloud data \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, { icon: \"chart-column\" }),\n _createTextVNode(\"New! Detailed cloud explorer \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, { icon: \"book-open\" }),\n _createTextVNode(\" Learn more \")\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.narrow)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_104, [\n _createElementVNode(\"p\", _hoisted_105, [\n _createElementVNode(\"a\", {\n href: \"#\",\n onClick: _cache[43] || (_cache[43] = _withModifiers(($event: any) => (_ctx.showNewMobileUI = !_ctx.showNewMobileUI), [\"prevent\"]))\n }, \"Switch\"),\n _createTextVNode(\" to \" + _toDisplayString(_ctx.showNewMobileUI ? \"detailed\" : \"new streamlined\") + \" interface \", 1)\n ])\n ]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"div\", _hoisted_106, [\n _createTextVNode(\" Brought to you by \"),\n _hoisted_107,\n _createTextVNode(\" and \"),\n _hoisted_108,\n _createTextVNode(\". \"),\n _createElementVNode(\"div\", _hoisted_109, [\n _createVNode(_component_credit_logos)\n ])\n ])\n ], 4)), [\n [_directive_click_outside, _ctx.closeSplashScreen]\n ])\n ]),\n _: 1\n }, 8, [\"model-value\", \"style\"]),\n _createVNode(_Transition, { name: \"fade\" }, {\n default: _withCtx(() => [\n _withDirectives(_createElementVNode(\"div\", _hoisted_110, _hoisted_112, 512), [\n [_vShow, _ctx.isLoading]\n ])\n ]),\n _: 1\n }),\n _createVNode(_component_v_dialog, {\n modelValue: _ctx.inIntro,\n \"onUpdate:modelValue\": _cache[51] || (_cache[51] = ($event: any) => ((_ctx.inIntro) = $event)),\n style: _normalizeStyle(_ctx.cssVars),\n scrim: false,\n persistent: false\n }, {\n default: _withCtx(() => [\n (_ctx.inIntro)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_113, [\n _createVNode(_component_v_window, {\n modelValue: _ctx.introSlide,\n \"onUpdate:modelValue\": _cache[46] || (_cache[46] = ($event: any) => ((_ctx.introSlide) = $event))\n }, {\n additional: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_114, [\n _createVNode(_component_font_awesome_icon, {\n size: \"xl\",\n class: \"ma-1\",\n color: \"#b3d5e6\",\n icon: \"square-xmark\",\n onClick: _cache[44] || (_cache[44] = ($event: any) => (_ctx.inIntro = !_ctx.inIntro)),\n onKeyup: _cache[45] || (_cache[45] = _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(() => [\n _hoisted_115\n ]),\n _: 1\n }),\n _createVNode(_component_v_window_item, { value: 2 }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_116, [\n (_ctx.xSmallSize)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_117, _hoisted_120))\n : (_openBlock(), _createElementBlock(\"p\", _hoisted_121, \" In this interactive page you can: \")),\n _createElementVNode(\"ul\", null, [\n _createVNode(_component_v_list_item, { density: \"compact\" }, {\n prepend: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n icon: \"location-dot\",\n size: \"xl\",\n class: \"bullet-icon\"\n })\n ]),\n default: _withCtx(() => [\n _hoisted_122,\n _createTextVNode(\" around the world. See and share how the eclipse would look from there. \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_list_item, { density: \"compact\" }, {\n prepend: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n icon: \"cloud-sun\",\n size: \"xl\",\n class: \"bullet-icon\"\n })\n ]),\n default: _withCtx(() => [\n _hoisted_123,\n _createTextVNode(\" for the week of April 8th from 2003–2023. \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_list_item, { density: \"compact\" }, {\n prepend: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n icon: \"chart-column\",\n size: \"xl\",\n class: \"bullet-icon\"\n })\n ]),\n default: _withCtx(() => [\n _hoisted_124,\n _createTextVNode(\" as individual years or filter by El Niño/La Niña climate patterns. \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_list_item, { density: \"compact\" }, {\n prepend: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n icon: \"book-open\",\n size: \"xl\",\n class: \"bullet-icon\"\n })\n ]),\n default: _withCtx(() => [\n _hoisted_125,\n _createTextVNode(\" about solar eclipses. \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_list_item, { density: \"compact\" }, {\n prepend: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n icon: \"circle-info\",\n size: \"xl\",\n class: \"bullet-icon\"\n })\n ]),\n default: _withCtx(() => [\n _createTextVNode(\" Access \"),\n _hoisted_126,\n _createTextVNode(\" on how to navigate this app. \")\n ]),\n _: 1\n })\n ])\n ])\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\"]),\n _createElementVNode(\"div\", _hoisted_127, [\n _createElementVNode(\"div\", null, [\n ((_ctx.introSlide > 1) && (!_ctx.showNewMobileUI))\n ? (_openBlock(), _createBlock(_component_v_btn, {\n key: 0,\n id: \"intro-next-button\",\n color: _ctx.accentColor,\n onClick: _cache[47] || (_cache[47] = ($event: any) => (_ctx.introSlide--)),\n onKeyup: _cache[48] || (_cache[48] = _withKeys(($event: any) => (_ctx.introSlide--), [\"enter\"])),\n elevation: \"0\"\n }, {\n default: _withCtx(() => [\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[49] || (_cache[49] = ($event: any) => (_ctx.introSlide++)),\n onKeyup: _cache[50] || (_cache[50] = _withKeys(($event: any) => (_ctx.introSlide++), [\"enter\"])),\n elevation: \"0\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(_toDisplayString(_ctx.introSlide < 2 ? 'Next' : 'Get Started'), 1)\n ]),\n _: 1\n }, 8, [\"color\"])\n ])\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _: 1\n }, 8, [\"modelValue\", \"style\"]),\n _createElementVNode(\"div\", _hoisted_128, [\n _createElementVNode(\"div\", _hoisted_129, [\n _createVNode(_component_v_chip, {\n \"prepend-icon\": _ctx.cloudIcon,\n variant: \"outlined\",\n size: \"small\",\n elevation: \"3\",\n text: _ctx.selectedLocationText,\n onClick: _cache[52] || (_cache[52] = () => {\n _ctx.searchOpen = true; \n _ctx.learnerPath = 'Location'\n })\n }, null, 8, [\"prepend-icon\", \"text\"]),\n _createVNode(_component_v_chip, {\n \"prepend-icon\": _ctx.smallSize ? `` : `mdi-clock`,\n variant: \"outlined\",\n size: \"small\",\n elevation: \"1\",\n text: _ctx.selectedLocaledTimeDateString\n }, null, 8, [\"prepend-icon\", \"text\"]),\n (_ctx.showNewMobileUI)\n ? (_openBlock(), _createBlock(_component_v_chip, {\n key: 0,\n \"prepend-icon\": _ctx.smallSize ? `` : `mdi-sun-angle`,\n variant: \"outlined\",\n elevation: \"1\",\n text: _ctx.percentEclipsedText\n }, null, 8, [\"prepend-icon\", \"text\"]))\n : _createCommentVNode(\"\", true)\n ]),\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_130, [\n _createElementVNode(\"div\", _hoisted_131, [\n _createVNode(_component_hover_tooltip, {\n location: \"left\",\n disabled: _ctx.mobile\n }, {\n target: _withCtx(() => [\n _createVNode(_component_v_switch, {\n inset: \"\",\n \"hide-details\": \"\",\n modelValue: _ctx.toggleTrackSun,\n \"onUpdate:modelValue\": _cache[53] || (_cache[53] = ($event: any) => ((_ctx.toggleTrackSun) = $event)),\n ripple: false,\n color: _ctx.accentColor,\n \"true-icon\": \"mdi-white-balance-sunny\",\n \"false-icon\": \"mdi-image\",\n onKeyup: _cache[54] || (_cache[54] = _withKeys(($event: any) => (_ctx.toggleTrackSun = !_ctx.toggleTrackSun), [\"enter\"])),\n tabindex: \"0\"\n }, null, 8, [\"modelValue\", \"color\"])\n ]),\n default: _withCtx(() => [\n _createTextVNode(\" \" + _toDisplayString(_ctx.toggleTrackSun ? \"Stop Tracking Sun\" : 'Start Tracking Sun'), 1)\n ]),\n _: 1\n }, 8, [\"disabled\"])\n ])\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _createElementVNode(\"div\", _hoisted_132, [\n _createVNode(_component_icon_button, {\n id: \"eclipse-details-button\",\n \"md-icon\": \"sun-clock\",\n \"md-size\": \"24\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": \"View eclipse timing details\",\n \"tooltip-location\": \"start\",\n onActivate: _cache[55] || (_cache[55] = () => {\n _ctx.showEclipsePredictionSheet = true;\n if (!_ctx.showEclipsePredictionText) {\n _ctx.showEclipsePredictionTextBanner = !_ctx.showNewMobileUI;\n }\n _ctx.showEclipsePredictionText = true;\n })\n }, null, 8, [\"color\", \"focus-color\"]),\n _createVNode(_component_v_dialog, {\n modelValue: _ctx.showEclipsePredictionSheet,\n \"onUpdate:modelValue\": _cache[57] || (_cache[57] = ($event: any) => ((_ctx.showEclipsePredictionSheet) = $event)),\n \"max-width\": \"fit-content\",\n transition: \"slide-y-transition\",\n id: \"eclipse-prediction-sheet\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_text, null, {\n default: _withCtx(() => [\n _createElementVNode(\"button\", {\n style: {\"position\":\"absolute\",\"right\":\"12px\",\"cursor\":\"pointer\"},\n id: \"close-eclipse-prediction-sheet\",\n onClick: _cache[56] || (_cache[56] = ($event: any) => (_ctx.showEclipsePredictionSheet = false))\n }, [\n _createVNode(_component_v_icon, {\n class: \"elevation-2\",\n color: _ctx.accentColor\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-close\")\n ]),\n _: 1\n }, 8, [\"color\"])\n ]),\n _createVNode(_component_eclipse_timer, {\n \"show-timer\": \"\",\n prediction: _ctx.eclipsePrediction,\n timezone: _ctx.selectedTimezone,\n color: _ctx.accentColor,\n location: _ctx.selectedLocationText\n }, null, 8, [\"prediction\", \"timezone\", \"color\", \"location\"])\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\"]),\n _createElementVNode(\"div\", _hoisted_133, [\n _createElementVNode(\"div\", _hoisted_134, [\n _createVNode(_component_font_awesome_icon, {\n size: \"lg\",\n color: _ctx.accentColor,\n icon: _ctx.showControls ? `chevron-down` : `gear`,\n onClick: _cache[58] || (_cache[58] = ($event: any) => (_ctx.showControls = !_ctx.showControls)),\n onKeyup: _cache[59] || (_cache[59] = _withKeys(($event: any) => (_ctx.showControls = !_ctx.showControls), [\"enter\"])),\n tabindex: \"0\"\n }, null, 8, [\"color\", \"icon\"])\n ]),\n (_ctx.showControls)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_135, [\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createBlock(_component_v_checkbox, {\n key: 0,\n color: _ctx.accentColor,\n modelValue: _ctx.sunCenteredTracking,\n \"onUpdate:modelValue\": _cache[60] || (_cache[60] = ($event: any) => ((_ctx.sunCenteredTracking) = $event)),\n onChange: _cache[61] || (_cache[61] = ($event: any) => (_ctx.centerSun())),\n label: \"Center Sun\",\n disabled: _ctx.sunCenteredTracking,\n \"hide-details\": \"\"\n }, null, 8, [\"color\", \"modelValue\", \"disabled\"]))\n : _createCommentVNode(\"\", true),\n _createVNode(_component_v_checkbox, {\n color: _ctx.accentColor,\n modelValue: _ctx.showAltAzGrid,\n \"onUpdate:modelValue\": _cache[62] || (_cache[62] = ($event: any) => ((_ctx.showAltAzGrid) = $event)),\n onKeyup: _cache[63] || (_cache[63] = _withKeys(($event: any) => (_ctx.showAltAzGrid = !_ctx.showAltAzGrid), [\"enter\"])),\n label: \"Sky Grid\",\n \"hide-details\": \"\"\n }, null, 8, [\"color\", \"modelValue\"]),\n _createVNode(_component_v_checkbox, {\n color: _ctx.accentColor,\n modelValue: _ctx.showHorizon,\n \"onUpdate:modelValue\": _cache[64] || (_cache[64] = ($event: any) => ((_ctx.showHorizon) = $event)),\n onKeyup: _cache[65] || (_cache[65] = _withKeys(($event: any) => (_ctx.showHorizon = !_ctx.showHorizon), [\"enter\"])),\n label: \"Horizon/Daytime Sky\",\n \"hide-details\": \"\"\n }, null, 8, [\"color\", \"modelValue\"]),\n _createVNode(_component_v_checkbox, {\n color: _ctx.accentColor,\n modelValue: _ctx.useRegularMoon,\n \"onUpdate:modelValue\": _cache[66] || (_cache[66] = ($event: any) => ((_ctx.useRegularMoon) = $event)),\n onKeyup: _cache[67] || (_cache[67] = _withKeys(($event: any) => (_ctx.useRegularMoon = !_ctx.useRegularMoon), [\"enter\"])),\n label: \"Visible Moon\",\n \"hide-details\": \"\"\n }, null, 8, [\"color\", \"modelValue\"]),\n _withDirectives(_createVNode(_component_v_checkbox, {\n color: _ctx.accentColor,\n modelValue: _ctx.showEclipsePredictionTextBanner,\n \"onUpdate:modelValue\": _cache[68] || (_cache[68] = ($event: any) => ((_ctx.showEclipsePredictionTextBanner) = $event)),\n onKeyup: _cache[69] || (_cache[69] = _withKeys(($event: any) => (_ctx.showEclipsePredictionTextBanner = !_ctx.showEclipsePredictionTextBanner), [\"enter\"])),\n label: \"Eclipse Timing\",\n \"hide-details\": \"\"\n }, null, 8, [\"color\", \"modelValue\"]), [\n [_vShow, !_ctx.showNewMobileUI]\n ]),\n _withDirectives(_createVNode(_component_v_checkbox, {\n modelValue: _ctx.showNewMobileUI,\n \"onUpdate:modelValue\": [\n _cache[70] || (_cache[70] = ($event: any) => ((_ctx.showNewMobileUI) = $event)),\n _cache[72] || (_cache[72] = (value) => {\n console.log('showNewMobileUI', value);\n _ctx.showEclipsePredictionTextBanner = !value;\n })\n ],\n label: \"New Interface\",\n color: _ctx.accentColor,\n onKeyup: _cache[71] || (_cache[71] = _withKeys(($event: any) => (_ctx.showNewMobileUI = !_ctx.showNewMobileUI), [\"enter\"])),\n \"hide-details\": \"\"\n }, null, 8, [\"modelValue\", \"color\"]), [\n [_vShow, _ctx.narrow]\n ])\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _createElementVNode(\"div\", _hoisted_136, [\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createBlock(_component_v_chip, {\n key: 0,\n \"prepend-icon\": _ctx.smallSize ? `` : `mdi-sun-angle`,\n variant: \"outlined\",\n elevation: \"1\",\n text: _ctx.percentEclipsedText\n }, null, 8, [\"prepend-icon\", \"text\"]))\n : _createCommentVNode(\"\", true)\n ]),\n _createElementVNode(\"div\", _hoisted_137, [\n _createVNode(_component_icon_button, {\n modelValue: _ctx.showVideoSheet,\n \"onUpdate:modelValue\": _cache[73] || (_cache[73] = ($event: any) => ((_ctx.showVideoSheet) = $event)),\n id: \"video-icon\",\n \"fa-icon\": \"video\",\n \"fa-size\": \"lg\",\n color: _ctx.accentColor,\n \"tooltip-text\": \"Video guide\",\n \"tooltip-location\": \"start\",\n \"tooltip-offset\": _ctx.smallSize ? 0 : '10px'\n }, null, 8, [\"modelValue\", \"color\", \"tooltip-offset\"])\n ]),\n _createElementVNode(\"div\", _hoisted_138, [\n _createElementVNode(\"span\", _hoisted_139, [\n _createElementVNode(\"div\", _hoisted_140, [\n _createElementVNode(\"div\", _hoisted_141, [\n _createVNode(_component_icon_button, {\n id: \"reverse-speed\",\n \"fa-icon\": 'angles-left',\n onActivate: _cache[74] || (_cache[74] = () => {\n _ctx.reversePlaybackRate();\n // playing = true;\n }),\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": _ctx.playbackRate < 0 ? 'Reverse Faster' : 'Reverse',\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n faSize: \"1x\",\n \"show-tooltip\": !_ctx.mobile\n }, null, 8, [\"color\", \"focus-color\", \"tooltip-text\", \"show-tooltip\"]),\n _createVNode(_component_icon_button, {\n id: \"play-pause-icon\",\n \"fa-icon\": !(_ctx.playing) ? 'play' : 'pause',\n onActivate: _cache[75] || (_cache[75] = () => {\n _ctx.playing = !(_ctx.playing);\n }),\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": \"Play/Pause\",\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n faSize: \"1x\",\n \"show-tooltip\": !_ctx.mobile\n }, null, 8, [\"fa-icon\", \"color\", \"focus-color\", \"show-tooltip\"]),\n _createVNode(_component_icon_button, {\n id: \"forward-speed\",\n \"fa-icon\": 'angles-right',\n onActivate: _cache[76] || (_cache[76] = () => {\n _ctx.increasePlaybackRate();\n // playing = true;\n }),\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": _ctx.playbackRate > 0 ? 'Faster' : 'Forward',\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n faSize: \"1x\",\n \"show-tooltip\": !_ctx.mobile\n }, null, 8, [\"color\", \"focus-color\", \"tooltip-text\", \"show-tooltip\"]),\n false\n ? (_openBlock(), _createBlock(_component_icon_button, {\n key: 0,\n id: \"set-time-now-button\",\n onActivate: _cache[77] || (_cache[77] = () => {\n // selectedTime = times.reduce((a, b) => {\n // return Math.abs(b - Date.now()) < Math.abs(a - Date.now()) ? b : a;\n // });\n _ctx.selectedTime = Date.now();\n _ctx.playbackRate=1;\n _ctx.playing = true;\n console.log('to now')\n }),\n color: _ctx.accentColor,\n \"tooltip-text\": \"Go to current time\",\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n \"show-tooltip\": !_ctx.mobile\n }, {\n button: _withCtx(() => [\n _createTextVNode(\" Now \")\n ]),\n _: 1\n }, 8, [\"color\", \"show-tooltip\"]))\n : _createCommentVNode(\"\", true),\n _createVNode(_component_icon_button, {\n id: \"reset\",\n \"fa-icon\": 'rotate',\n onActivate: _cache[78] || (_cache[78] = () => {\n _ctx.selectedTime = (new Date('2024-04-08T18:18:00Z')).getTime() - 60*60*1000*1.5;\n _ctx.playbackRate = 500;\n _ctx.playing = false;\n _ctx.toggleTrackSun = true;\n _ctx.forceRate = false;\n }),\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": \"Reset\",\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n faSize: \"1x\",\n \"show-tooltip\": !_ctx.mobile\n }, null, 8, [\"color\", \"focus-color\", \"show-tooltip\"]),\n (!_ctx.xSmallSize)\n ? (_openBlock(), _createBlock(_component_v_dialog, {\n key: 1,\n modelValue: _ctx.playbackVisible,\n \"onUpdate:modelValue\": _cache[83] || (_cache[83] = ($event: any) => ((_ctx.playbackVisible) = $event)),\n scrim: false,\n location: \"top\",\n offset: \"40\",\n \"location-strategy\": \"connected\",\n persistent: \"\",\n \"no-click-animation\": \"\",\n \"retain-focus\": false\n }, {\n activator: _withCtx(({ props }) => [\n _createVNode(_component_icon_button, _mergeProps({\n id: \"speed-control-icon\",\n onActivate: _cache[79] || (_cache[79] = () => {\n _ctx.playbackVisible = !_ctx.playbackVisible;\n }),\n \"fa-icon\": _ctx.playbackVisible ? 'times' : 'gauge-high',\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": \"Speed Controls\",\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n faSize: \"1x\",\n \"show-tooltip\": !_ctx.mobile\n }, props), null, 16, [\"fa-icon\", \"color\", \"focus-color\", \"show-tooltip\"])\n ]),\n default: _withCtx(() => [\n (_ctx.playbackVisible)\n ? (_openBlock(), _createBlock(_component_playback_control, {\n key: 0,\n class: \"desktop-playback-control\",\n \"model-value\": _ctx.playbackRate,\n \"onUpdate:modelValue\": _cache[80] || (_cache[80] = (value) => {\n _ctx.forceRate = false;\n _ctx.playbackRate = value;\n }),\n paused: !_ctx.playing,\n onPaused: _cache[81] || (_cache[81] = ($event: any) => (_ctx.playing = !$event)),\n \"max-power\": 3,\n max: Math.log10(1000) + 1,\n color: _ctx.accentColor,\n inline: false,\n \"show-close-button\": \"\",\n onClose: _cache[82] || (_cache[82] = () => {\n _ctx.playbackVisible = false;\n })\n }, null, 8, [\"model-value\", \"paused\", \"max\", \"color\"]))\n : _createCommentVNode(\"\", true)\n ]),\n _: 1\n }, 8, [\"modelValue\"]))\n : _createCommentVNode(\"\", true),\n (_ctx.xSmallSize)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_142, [\n _createVNode(_component_icon_button, {\n id: \"speed-control-icon\",\n onActivate: _cache[84] || (_cache[84] = () => {\n _ctx.playbackVisible = !_ctx.playbackVisible;\n }),\n \"fa-icon\": _ctx.playbackVisible ? 'times' : 'gauge-high',\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": \"Time Controls\",\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n faSize: \"1x\",\n \"show-tooltip\": !_ctx.mobile\n }, null, 8, [\"fa-icon\", \"color\", \"focus-color\", \"show-tooltip\"]),\n _withDirectives(_createVNode(_component_playback_control, {\n class: \"mobile-playback-control\",\n \"model-value\": _ctx.playbackRate,\n \"onUpdate:modelValue\": _cache[85] || (_cache[85] = (value) => {\n _ctx.forceRate = false;\n _ctx.playbackRate = value;\n }),\n paused: !_ctx.playing,\n onPaused: _cache[86] || (_cache[86] = ($event: any) => (_ctx.playing = !$event)),\n \"max-power\": 3,\n max: Math.log10(1000) + 1,\n color: _ctx.accentColor,\n inline: true,\n \"inline-button\": \"\",\n onClose: _cache[87] || (_cache[87] = () => {\n _ctx.playbackVisible = false;\n })\n }, null, 8, [\"model-value\", \"paused\", \"max\", \"color\"]), [\n [_vShow, _ctx.playbackVisible]\n ])\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _createElementVNode(\"div\", _hoisted_143, [\n _createTextVNode(\" Time rate: \"),\n (_ctx.playbackRate===1 && _ctx.playing)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_144, \" Real time \"))\n : _createCommentVNode(\"\", true),\n (_ctx.playbackRate!=1 && _ctx.playing)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_145, _toDisplayString(_ctx.niceRound(_ctx.playbackRate)) + \"× \", 1))\n : _createCommentVNode(\"\", true),\n (!_ctx.playing)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_146, \" (\" + _toDisplayString(_ctx.niceRound(_ctx.playbackRate)) + \"×) Paused \", 1))\n : _createCommentVNode(\"\", true),\n (_ctx.playing && _ctx.forceRate)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_147, \" (Slowed for totality) \"))\n : _createCommentVNode(\"\", true)\n ])\n ]),\n _createElementVNode(\"div\", _hoisted_148, [\n _createVNode(_component_v_slider, {\n modelValue: _ctx.selectedTime,\n \"onUpdate:modelValue\": _cache[88] || (_cache[88] = ($event: any) => ((_ctx.selectedTime) = $event)),\n max: _ctx.maxTime,\n min: _ctx.minTime,\n color: _ctx.accentColor,\n ripple: false,\n \"hide-details\": \"\",\n \"track-size\": \"8px\",\n \"thumb-size\": \"20px\",\n \"thumb-label\": \"always\",\n step: _ctx.millisecondsPerInterval,\n onMousedown: _cache[89] || (_cache[89] = () => {_ctx.playing = false;})\n }, {\n \"thumb-label\": _withCtx((item) => [\n _createTextVNode(_toDisplayString(_ctx.toTimeString(new Date(item.modelValue))), 1)\n ]),\n _: 1\n }, 8, [\"modelValue\", \"max\", \"min\", \"color\", \"step\"])\n ]),\n _createElementVNode(\"div\", _hoisted_149, [\n _createVNode(_component_icon_button, {\n \"md-icon\": \"mdi-lock\",\n onActivate: _cache[90] || (_cache[90] = () => _ctx.showPrivacyDialog = true),\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": \"Change privacy settings\",\n \"tooltip-location\": \"bottom\",\n \"tooltip-offset\": \"5px\",\n \"show-tooltip\": !_ctx.mobile,\n mdSize: \"1em\"\n }, null, 8, [\"color\", \"focus-color\", \"show-tooltip\"])\n ])\n ])\n ]),\n (!_ctx.smallSize)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_150, [\n _createVNode(_component_credit_logos)\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _createVNode(_component_v_dialog, {\n scrim: \"false\",\n modelValue: _ctx.showPrivacyDialog,\n \"onUpdate:modelValue\": _cache[93] || (_cache[93] = ($event: any) => ((_ctx.showPrivacyDialog) = $event)),\n \"max-width\": \"400px\",\n id: \"privacy-popup-dialog\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_text, null, {\n default: _withCtx(() => [\n _createTextVNode(\" To evaluate usage of this app, \"),\n _hoisted_151,\n _createTextVNode(\" data may be collected, including locations viewed and map quiz responses. \\\"My Location\\\" data is NEVER collected. \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_card_actions, { class: \"pt-3\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_spacer),\n _createVNode(_component_v_btn, {\n color: \"#BDBDBD\",\n href: \"https://www.cfa.harvard.edu/privacy-statement\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\" Privacy Policy \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_btn, {\n color: \"#ff6666\",\n onClick: _cache[91] || (_cache[91] = () => {\n _ctx.responseOptOut = true;\n _ctx.showPrivacyDialog = false;\n })\n }, {\n default: _withCtx(() => [\n _createTextVNode(\" Opt out \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_btn, {\n color: \"green\",\n onClick: _cache[92] || (_cache[92] = () => {\n _ctx.responseOptOut = false;\n _ctx.showPrivacyDialog = false;\n })\n }, {\n default: _withCtx(() => [\n _createTextVNode(\" Allow \")\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\"]),\n _createVNode(_component_notifications, {\n group: \"copy-url\",\n position: \"center top\",\n classes: \"url-notification\"\n }),\n _createVNode(_component_notifications, {\n dangerouslySetInnerHtml: \"\",\n group: \"geolocation-error\",\n position: \"center top\"\n })\n ])\n ]),\n _: 1\n }, 8, [\"style\"]))\n}","\n\n\n\n\n\n\n","// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-nocheck\n/* eslint-disable */\n\nimport { Color, Colors, Coordinates, Dates, PointList, LineList, TriangleFanList, TriangleList, Tessellator } from \"@wwtelescope/engine\";\n\nexport class Annotation2 {\n constructor() {\n this.addedToPrimitives = false;\n this.annotationDirty = true;\n this._opacity = 1;\n this._showHoverLabel = false;\n }\n\n static annotations = [];\n static lineList = null;\n static triangleFanPointList = null;\n static triangleList = null;\n static batchDirty = true;\n\n static prepBatch(renderContext) {\n if (Annotation2.pointList == null || Annotation2.batchDirty) {\n Annotation2.pointList = new PointList(renderContext);\n Annotation2.lineList = new LineList();\n Annotation2.triangleFanPointList = new TriangleFanList();\n Annotation2.triangleList = new TriangleList();\n Annotation2.lineList.set_depthBuffered(false);\n Annotation2.triangleList.depthBuffered = false;\n }\n\n }\n\n static drawBatch(renderContext) {\n Annotation2.batchDirty = false;\n if (renderContext.gl == null) {\n return;\n }\n if (Annotation2.pointList != null) {\n Annotation2.pointList.draw(renderContext, 1, false);\n }\n if (Annotation2.lineList != null) {\n Annotation2.lineList.drawLines(renderContext, 1);\n }\n if (Annotation2.triangleFanPointList != null) {\n Annotation2.triangleFanPointList.draw(renderContext, 1);\n }\n if (Annotation2.triangleList != null) {\n Annotation2.triangleList.draw(renderContext, 1, 0);\n }\n };\n\n static separation(Alpha1, Delta1, Alpha2, Delta2) {\n Delta1 = Delta1 / 180 * Math.PI;\n Delta2 = Delta2 / 180 * Math.PI;\n Alpha1 = Alpha1 / 12 * Math.PI;\n Alpha2 = Alpha2 / 12 * Math.PI;\n var x = Math.cos(Delta1) * Math.sin(Delta2) - Math.sin(Delta1) * Math.cos(Delta2) * Math.cos(Alpha2 - Alpha1);\n var y = Math.cos(Delta2) * Math.sin(Alpha2 - Alpha1);\n var z = Math.sin(Delta1) * Math.sin(Delta2) + Math.cos(Delta1) * Math.cos(Delta2) * Math.cos(Alpha2 - Alpha1);\n var vvalue = Math.atan2(Math.sqrt(x * x + y * y), z);\n vvalue = vvalue / Math.PI * 180;\n if (vvalue < 0) {\n vvalue += 180;\n }\n return vvalue;\n };\n\n static colorToUint(col) {\n return (col.a) << 24 | (col.r << 16) | (col.g) << 8 | col.b;\n }\n\n static colorToUintAlpha(col, opacity) {\n return opacity << 24 | col.r << 16 | col.g << 8 | col.b;\n };\n\n get_opacity() {\n return this._opacity;\n }\n\n set_opacity(value) {\n Annotation2.batchDirty = true;\n this._opacity = value;\n return value;\n }\n\n draw(renderContext) {}\n\n get_id() { return this._id; }\n set_id(value) {\n this._id = value;\n return value;\n }\n\n get_tag() { return this._tag; }\n set_tag(value) {\n this._tag = value;\n return value;\n }\n\n get_label() {\n return this._label;\n }\n\n set_label(value) {\n this._label = value;\n return value;\n }\n\n get_showHoverLabel() {\n return this._showHoverLabel;\n }\n\n set_showHoverLabel(value) {\n this._showHoverLabel = value;\n return value;\n }\n\n hitTest(renderContext, RA, dec, x, y) {\n return false;\n }\n\n get_center() {\n return this.center;\n }\n\n set_center(value) {\n this.center = value;\n return value;\n }\n\n static addAnnotation(ann) {\n Annotation2.annotations.push(ann);\n Annotation2.batchDirty = true;\n }\n\n static clearAll() {\n Annotation2.annotations = [];\n Annotation2.batchDirty = true;\n }\n}\n\nexport class Poly2 extends Annotation2 {\n constructor() {\n super();\n this._points$1 = [];\n this._fill$1 = false;\n this._strokeWidth$1 = 1;\n this._lineColor$1 = Colors.get_white();\n this._fillColor$1 = Colors.get_white();\n }\n\n addPoint(x, y) {\n Annotation2.batchDirty = true;\n this._points$1.push(Coordinates.raDecTo3d(x / 15, y));\n }\n\n get_fill() {\n return this._fill$1;\n }\n\n set_fill(value) {\n Annotation2.batchDirty = true;\n this._fill$1 = value;\n return value;\n }\n\n get_lineWidth() {\n return this._strokeWidth$1;\n }\n\n set_lineWidth(value) {\n Annotation2.batchDirty = true;\n this._strokeWidth$1 = value;\n return value;\n }\n\n get_lineColor() {\n return this._lineColor$1.toString();\n }\n\n set_lineColor(value) {\n Annotation2.batchDirty = true;\n this._lineColor$1 = Color.fromName(value);\n return value;\n }\n\n get_fillColor() {\n return this._fillColor$1.toString();\n }\n\n set_fillColor(value) {\n Annotation2.batchDirty = true;\n this._fillColor$1 = Color.fromName(value);\n return value;\n }\n\n draw(renderContext) {\n if (renderContext.gl != null) {\n if (Annotation2.batchDirty || this.annotationDirty) {\n //todo can we save this work for later?\n var vertexList = this._points$1;\n\n if (this._strokeWidth$1 > 0 && this._points$1.length > 1) {\n var lineColorWithOpacity = this._lineColor$1._clone();\n lineColorWithOpacity.a = Math.round(lineColorWithOpacity.a * this.get_opacity());\n for (var i = 0; i < (this._points$1.length - 1); i++) {\n Annotation2.lineList.addLine(vertexList[i], vertexList[i + 1], lineColorWithOpacity, new Dates(0, 1));\n }\n Annotation2.lineList.addLine(vertexList[this._points$1.length - 1], vertexList[0], lineColorWithOpacity, new Dates(0, 1));\n }\n if (this._fill$1) {\n var fillColorWithOpacity = this._fillColor$1._clone();\n fillColorWithOpacity.a = Math.round(fillColorWithOpacity.a * this.get_opacity());\n var indexes = Tessellator.tesselateSimplePoly(vertexList);\n for (var i = 0; i < indexes.length; i += 3) {\n Annotation2.triangleList.addSubdividedTriangles(vertexList[indexes[i]], vertexList[indexes[i + 1]], vertexList[indexes[i + 2]], fillColorWithOpacity, new Dates(0, 1), 2);\n }\n }\n this.annotationDirty = false;\n }\n } else {\n var ctx = renderContext.device;\n ctx.save();\n ctx.globalAlpha = this.get_opacity();\n ctx.beginPath();\n var first = true;\n for (const pnt of this._points$1) {\n var screenSpacePnt = renderContext.WVP.transform(pnt);\n if (screenSpacePnt.z < 0) {\n ctx.restore();\n return;\n }\n if (Vector3d.dot(renderContext.get_viewPoint(), pnt) < 0.75) {\n ctx.restore();\n return;\n }\n if (first) {\n first = false;\n ctx.moveTo(screenSpacePnt.x, screenSpacePnt.y);\n }\n else {\n ctx.lineTo(screenSpacePnt.x, screenSpacePnt.y);\n }\n }\n ctx.closePath();\n ctx.lineWidth = this._strokeWidth$1;\n if (this._fill$1) {\n ctx.fillStyle = this._fillColor$1.toString();\n ctx.fill();\n }\n ctx.strokeStyle = this._lineColor$1.toString();\n ctx.globalAlpha = 1;\n ctx.stroke();\n ctx.restore();\n }\n }\n\n};\n","// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-nocheck\n\n/* eslint-disable */\n\nimport { Annotation2 } from \"./Annotation2\";\n\nimport {\n Annotation, Color, Colors, Constellations, Coordinates, Grids,\n LayerManager, Matrix3d, Planets, PushPin, RenderContext, RenderTriangle, Settings, SpaceTimeController,\n SpreadSheetLayer, Text3d, Text3dBatch, Tile, TileCache, TourPlayer, URLHelpers,\n Vector2d, Vector3d, WWTControl\n} from \"@wwtelescope/engine\";\n\nexport function drawSkyOverlays() {\n if (Settings.get_active().get_showConstellationLabels()) {\n Constellations.drawConstellationNames(this.renderContext, 1, Colors.get_yellow());\n }\n if (Settings.get_active().get_showConstellationFigures()) {\n if (WWTControl.constellationsFigures == null) {\n WWTControl.constellationsFigures = Constellations.create('Constellations', URLHelpers.singleton.engineAssetUrl('figures.txt'), false, false, false);\n }\n WWTControl.constellationsFigures.draw(this.renderContext, false, 'UMA', false);\n }\n if (Settings.get_active().get_showAltAzGrid()) {\n const altAzColor = Color.fromArgb(180, 133,201,254);\n Grids.drawAltAzGrid(this.renderContext, 1, altAzColor);\n if (Settings.get_active().get_showAltAzGridText()) {\n Grids.drawAltAzGridText(this.renderContext, 1, altAzColor);\n }\n }\n if (Settings.get_active().get_showEcliptic()) {\n const eclipticColor = Color.fromArgb(1, 255, 165, 0);\n Grids.drawEcliptic(this.renderContext, 1, eclipticColor);\n if (Settings.get_active().get_showEclipticOverviewText()) {\n Grids.drawEclipticText(this.renderContext, 1, eclipticColor);\n }\n }\n}\n\nexport function initializeConstellationNames() {\n if (Constellations.constellationCentroids == null) {\n return;\n }\n const textSize = 50;\n Constellations._namesBatch = new Text3dBatch(textSize);\n Object.keys(Constellations.constellationCentroids).forEach(key => {\n const centroid = Constellations.constellationCentroids[key];\n const center = Coordinates.raDecTo3dAu(centroid.get_RA(), centroid.get_dec(), 1);\n const up = Vector3d.create(0, 1, 0);\n let name = centroid.get_name();\n if (centroid.get_name() === 'Triangulum Australe') {\n name = name.replace(\" \", \"\\n \");\n }\n Constellations._namesBatch.add(new Text3d(center, up, name, textSize, 0.000125));\n });\n};\n\nexport function makeAltAzGridText() {\n if (Grids._altAzTextBatch == null) {\n const glyphHeight = 70;\n Grids._altAzTextBatch = new Text3dBatch(glyphHeight);\n const sign = SpaceTimeController.get_location().get_lat() < 0 ? -1 : 1;\n const alt = 0.03 * sign;\n const up = Vector3d.create(0, sign, 0);\n const directions = [\n [[0, alt, -1], \"N\"],\n [[-sign, alt, 0], \"E\"],\n [[0, alt, 1], \"S\"],\n [[sign, alt, -0.0095], \"V\"],\n [[sign, alt, 0.0095], \"V\"]\n ]\n directions.forEach(([v, text]) => {\n Grids._altAzTextBatch.add(new Text3d(Vector3d.create(...v), up, text, 75, 0.00018));\n });\n }\n}\n\nexport function drawSpreadSheetLayer(renderContext, opacity, flat) {\n var device = renderContext;\n if (this.version !== this.lastVersion) {\n this.cleanUp();\n }\n this.lastVersion = this.version;\n if (this.bufferIsFlat !== flat) {\n this.cleanUp();\n this.bufferIsFlat = flat;\n }\n if (this.dirty) {\n this.prepVertexBuffer(device, opacity);\n }\n var jNow = SpaceTimeController.get_jNow() - SpaceTimeController.utcToJulian(this.baseDate);\n var adjustedScale = this.scaleFactor * 3;\n if (flat && this.astronomical && (this._markerScale$1 === 1)) {\n adjustedScale = (this.scaleFactor / (renderContext.viewCamera.zoom / 360));\n }\n if (this.triangleList2d != null) {\n this.triangleList2d.decay = this.decay;\n this.triangleList2d.sky = this.get_astronomical();\n this.triangleList2d.timeSeries = this.timeSeries;\n this.triangleList2d.jNow = jNow;\n this.triangleList2d.draw(renderContext, opacity * this.get_opacity(), 1);\n }\n if (this.triangleList != null) {\n this.triangleList.decay = this.decay;\n this.triangleList.sky = this.get_astronomical();\n this.triangleList.timeSeries = this.timeSeries;\n this.triangleList.jNow = jNow;\n this.triangleList.draw(renderContext, opacity * this.get_opacity(), 1);\n }\n if (this.pointList != null) {\n this.pointList.depthBuffered = false;\n this.pointList.showFarSide = this.get_showFarSide();\n this.pointList.decay = (this.timeSeries) ? this.decay : 0;\n this.pointList.sky = this.get_astronomical();\n this.pointList.timeSeries = this.timeSeries;\n this.pointList.jNow = jNow;\n this.pointList.scale = (this._markerScale$1 === 1) ? adjustedScale : -adjustedScale;\n switch (this._plotType$1) {\n case 0:\n this.pointList.draw(renderContext, opacity * this.get_opacity(), false);\n break;\n case 2:\n this.pointList.drawTextured(renderContext, SpreadSheetLayer.get__circleTexture$1().texture2d, opacity * this.get_opacity());\n break;\n case 1:\n this.pointList.drawTextured(renderContext, PushPin.getPushPinTexture(19), opacity * this.get_opacity());\n break;\n case 3:\n this.pointList.drawTextured(renderContext, PushPin.getPushPinTexture(35), opacity * this.get_opacity());\n break;\n case 5:\n case 4:\n this.pointList.drawTextured(renderContext, PushPin.getPushPinTexture(this._markerIndex$1), opacity * this.get_opacity());\n break;\n default:\n break;\n }\n }\n if (this.lineList != null) {\n this.lineList.sky = this.get_astronomical();\n this.lineList.decay = this.decay;\n this.lineList.timeSeries = this.timeSeries;\n this.lineList.jNow = jNow;\n this.lineList.drawLines(renderContext, opacity * this.get_opacity());\n }\n if (this.lineList2d != null) {\n this.lineList2d.sky = this.get_astronomical();\n this.lineList2d.decay = this.decay;\n this.lineList2d.timeSeries = this.timeSeries;\n this.lineList2d.showFarSide = this.get_showFarSide();\n this.lineList2d.jNow = jNow;\n this.lineList2d.drawLines(renderContext, opacity * this.get_opacity());\n }\n return true;\n}\n\nexport function layerManagerDraw(renderContext, opacity, astronomical, referenceFrame, nested, cosmos) {\n if (!(referenceFrame in LayerManager.get_allMaps())) {\n return;\n }\n var thisMap = LayerManager.get_allMaps()[referenceFrame];\n if (!thisMap.enabled || (!thisMap.layers.length && !(thisMap.frame.showAsPoint || thisMap.frame.showOrbitPath))) {\n return;\n }\n var matOld = renderContext.get_world();\n var matOldNonRotating = renderContext.get_worldBaseNonRotating();\n var oldNominalRadius = renderContext.get_nominalRadius();\n if ((thisMap.frame.reference === 18 | thisMap.frame.reference === 18) === 1) {\n thisMap.computeFrame(renderContext);\n if (thisMap.frame.referenceFrameType !== 1 && thisMap.frame.referenceFrameType !== 2) {\n renderContext.set_world(Matrix3d.multiplyMatrix(thisMap.frame.worldMatrix, renderContext.get_world()));\n }\n else {\n renderContext.set_world(Matrix3d.multiplyMatrix(thisMap.frame.worldMatrix, renderContext.get_worldBaseNonRotating()));\n }\n renderContext.set_nominalRadius(thisMap.frame.meanRadius);\n }\n for (const layer of LayerManager.get_allMaps()[referenceFrame].layers) {\n if (layer.enabled) {\n var layerStart = SpaceTimeController.utcToJulian(layer.get_startTime());\n var layerEnd = SpaceTimeController.utcToJulian(layer.get_endTime());\n var fadeIn = SpaceTimeController.utcToJulian(layer.get_startTime()) - ((layer.get_fadeType() === 1 || layer.get_fadeType() === 3) ? (layer.get_fadeSpan() / 864000000) : 0);\n var fadeOut = SpaceTimeController.utcToJulian(layer.get_endTime()) + ((layer.get_fadeType() === 2 || layer.get_fadeType() === 3) ? (layer.get_fadeSpan() / 864000000) : 0);\n if (SpaceTimeController.get_jNow() > fadeIn && SpaceTimeController.get_jNow() < fadeOut) {\n var fadeOpacity = 1;\n if (SpaceTimeController.get_jNow() < layerStart) {\n fadeOpacity = ((SpaceTimeController.get_jNow() - fadeIn) / (layer.get_fadeSpan() / 864000000));\n }\n if (SpaceTimeController.get_jNow() > layerEnd) {\n fadeOpacity = ((fadeOut - SpaceTimeController.get_jNow()) / (layer.get_fadeSpan() / 864000000));\n }\n layer.set_astronomical(astronomical);\n layer.draw(renderContext, opacity * fadeOpacity, cosmos);\n }\n }\n }\n renderContext.set_nominalRadius(oldNominalRadius);\n renderContext.set_world(matOld);\n renderContext.set_worldBaseNonRotating(matOldNonRotating);\n};\n\n// This function is being overwritten to get around the bug(?) described in https://github.com/WorldWideTelescope/wwt-webgl-engine/issues/268\n// Since we were patching anyway, I've stripped out some if-else paths that won't ever be visited in this story\nexport function updateViewParameters() {\n if (this.renderContext.space && this._tracking && this._trackingObject != null) {\n if (Settings.get_active().get_galacticMode() && this.renderContext.space) {\n var gPoint = Coordinates.j2000toGalactic(this._trackingObject.get_RA() * 15, this._trackingObject.get_dec());\n this.renderContext.targetAlt = this.renderContext.alt = gPoint[1];\n this.renderContext.targetAz = this.renderContext.az = gPoint[0];\n }\n else if (this.renderContext.space && Settings.get_active().get_localHorizonMode()) {\n var currentAltAz = Coordinates.equitorialToHorizon(Coordinates.fromRaDec(this._trackingObject.get_RA(), this._trackingObject.get_dec()), SpaceTimeController.get_location(), SpaceTimeController.get_now());\n this.renderContext.targetAlt = this.renderContext.alt = currentAltAz.get_alt();\n this.renderContext.targetAz = this.renderContext.az = currentAltAz.get_az();\n }\n else {\n this.renderContext.viewCamera.lng = this.renderContext.targetCamera.lng = this.rAtoViewLng(this._trackingObject.get_RA());\n this.renderContext.viewCamera.lat = this.renderContext.targetCamera.lat = this._trackingObject.get_dec();\n }\n } else if (!this.get_solarSystemMode()) {\n this._tracking = false;\n this._trackingObject = null;\n }\n var oneMinusDragCoefficient = 1 - 0.8;\n var dc = 0.8;\n if (!this._tracking) {\n var minDelta = (this.renderContext.viewCamera.zoom / 4000);\n if (this.renderContext.viewCamera.zoom > 360) {\n minDelta = (360 / 40000);\n }\n if (this.renderContext.space && (Settings.get_active().get_localHorizonMode() || Settings.get_active().get_galacticMode())) {\n if ((((Math.abs(this.renderContext.targetAlt - this.renderContext.alt) >= minDelta) | (Math.abs(this.renderContext.targetAz - this.renderContext.az) >= minDelta)) === 1)) {\n this.renderContext.alt += (this.renderContext.targetAlt - this.renderContext.alt) / 10;\n if (Math.abs(this.renderContext.targetAz - this.renderContext.az) > 170) {\n if (this.renderContext.targetAz > this.renderContext.az) {\n this.renderContext.az += (this.renderContext.targetAz - (360 + this.renderContext.az)) / 10;\n }\n else {\n this.renderContext.az += ((360 + this.renderContext.targetAz) - this.renderContext.az) / 10;\n }\n }\n else {\n this.renderContext.az += (this.renderContext.targetAz - this.renderContext.az) / 10;\n }\n this.renderContext.az = ((this.renderContext.az + 720) % 360);\n }\n }\n else {\n if ((((Math.abs(this.renderContext.targetCamera.lat - this.renderContext.viewCamera.lat) >= minDelta) | (Math.abs(this.renderContext.targetCamera.lng - this.renderContext.viewCamera.lng) >= minDelta)) === 1)) {\n this.renderContext.viewCamera.lat += (this.renderContext.targetCamera.lat - this.renderContext.viewCamera.lat) / 10;\n if (Math.abs(this.renderContext.targetCamera.lng - this.renderContext.viewCamera.lng) > 170) {\n if (this.renderContext.targetCamera.lng > this.renderContext.viewCamera.lng) {\n this.renderContext.viewCamera.lng += (this.renderContext.targetCamera.lng - (360 + this.renderContext.viewCamera.lng)) / 10;\n }\n else {\n this.renderContext.viewCamera.lng += ((360 + this.renderContext.targetCamera.lng) - this.renderContext.viewCamera.lng) / 10;\n }\n }\n else {\n this.renderContext.viewCamera.lng += (this.renderContext.targetCamera.lng - this.renderContext.viewCamera.lng) / 10;\n }\n this.renderContext.viewCamera.lng = ((this.renderContext.viewCamera.lng + 720) % 360);\n }\n else {\n if (this.renderContext.viewCamera.lat !== this.renderContext.targetCamera.lat || this.renderContext.viewCamera.lng !== this.renderContext.targetCamera.lng) {\n this.renderContext.viewCamera.lat = this.renderContext.targetCamera.lat;\n this.renderContext.viewCamera.lng = this.renderContext.targetCamera.lng;\n }\n }\n }\n }\n this.renderContext.viewCamera.zoom = dc * this.renderContext.viewCamera.zoom + oneMinusDragCoefficient * this.renderContext.targetCamera.zoom;\n this.renderContext.viewCamera.rotation = dc * this.renderContext.viewCamera.rotation + oneMinusDragCoefficient * this.renderContext.targetCamera.rotation;\n this.renderContext.viewCamera.angle = dc * this.renderContext.viewCamera.angle + oneMinusDragCoefficient * this.renderContext.targetCamera.angle;\n}\n\nexport function renderOneFrame() {\n if (this.renderContext.get_backgroundImageset() != null) {\n this.renderType = this.renderContext.get_backgroundImageset().get_dataSetType();\n } else {\n this.renderType = 2;\n }\n\n var sizeChange = false;\n if (this.canvas.width !== this.canvas.parentNode.clientWidth) {\n this.canvas.width = this.canvas.parentNode.clientWidth;\n sizeChange = true;\n }\n if (this.canvas.height !== this.canvas.parentNode.clientHeight) {\n this.canvas.height = this.canvas.parentNode.clientHeight;\n sizeChange = true;\n }\n if (sizeChange && this.explorer != null) {\n this.explorer.refresh();\n }\n if (this.canvas.width < 1 || this.canvas.height < 1) {\n return;\n }\n if (sizeChange) {\n this._crossHairs = null;\n }\n Tile.lastDeepestLevel = Tile.deepestLevel;\n RenderTriangle.width = this.renderContext.width = this.canvas.width;\n RenderTriangle.height = this.renderContext.height = this.canvas.height;\n Tile.tilesInView = 0;\n Tile.tilesTouched = 0;\n Tile.deepestLevel = 0;\n SpaceTimeController.set_metaNow(new Date());\n if (this.get__mover() != null) {\n SpaceTimeController.set_now(this.get__mover().get_currentDateTime());\n Planets.updatePlanetLocations(this.get_solarSystemMode());\n if (this.get__mover() != null) {\n const newCam = this.get__mover().get_currentPosition();\n this.renderContext.targetCamera = newCam.copy();\n this.renderContext.viewCamera = newCam.copy();\n if (this.renderContext.space && Settings.get_active().get_galacticMode()) {\n const gPoint = Coordinates.j2000toGalactic(newCam.get_RA() * 15, newCam.get_dec());\n this.renderContext.targetAlt = this.renderContext.alt = gPoint[1];\n this.renderContext.targetAz = this.renderContext.az = gPoint[0];\n }\n else if (this.renderContext.space && Settings.get_active().get_localHorizonMode()) {\n const currentAltAz = Coordinates.equitorialToHorizon(Coordinates.fromRaDec(newCam.get_RA(), newCam.get_dec()), SpaceTimeController.get_location(), SpaceTimeController.get_now());\n this.renderContext.targetAlt = this.renderContext.alt = currentAltAz.get_alt();\n this.renderContext.targetAz = this.renderContext.az = currentAltAz.get_az();\n }\n if (this.get__mover().get_complete()) {\n WWTControl.scriptInterface._fireArrived(this.get__mover().get_currentPosition().get_RA(), this.get__mover().get_currentPosition().get_dec(), WWTControl.singleton.renderContext.viewCamera.zoom);\n this.set__mover(null);\n this._notifyMoveComplete();\n }\n }\n }\n else {\n SpaceTimeController.updateClock();\n Planets.updatePlanetLocations(this.get_solarSystemMode());\n this._updateViewParameters();\n }\n this.renderContext.clear();\n\n this.renderContext.setupMatricesSpace3d(this.renderContext.width, this.renderContext.height);\n this.renderContext.drawImageSet(this.renderContext.get_backgroundImageset(), 100);\n if (this.renderContext.get_foregroundImageset() != null) {\n if (this.renderContext.get_foregroundImageset().get_dataSetType() !== this.renderContext.get_backgroundImageset().get_dataSetType()) {\n this.renderContext.set_foregroundImageset(null);\n }\n else {\n if (this.renderContext.viewCamera.opacity !== 100 && this.renderContext.gl == null) {\n if (this._foregroundCanvas.width !== this.renderContext.width || this._foregroundCanvas.height !== this.renderContext.height) {\n this._foregroundCanvas.width = this.renderContext.width;\n this._foregroundCanvas.height = this.renderContext.height;\n }\n var saveDevice = this.renderContext.device;\n this._fgDevice.clearRect(0, 0, this.renderContext.width, this.renderContext.height);\n this.renderContext.device = this._fgDevice;\n this.renderContext.drawImageSet(this.renderContext.get_foregroundImageset(), 100);\n this.renderContext.device = saveDevice;\n this.renderContext.device.save();\n this.renderContext.device.globalAlpha = this.renderContext.viewCamera.opacity / 100;\n this.renderContext.device.drawImage(this._foregroundCanvas, 0, 0);\n this.renderContext.device.restore();\n }\n else {\n this.renderContext.drawImageSet(this.renderContext.get_foregroundImageset(), this.renderContext.viewCamera.opacity);\n }\n }\n }\n if (this.uiController != null) {\n this.uiController.render(this.renderContext);\n }\n else {\n const index = 0;\n Annotation.prepBatch(this.renderContext);\n for (const item of this._annotations) {\n item.draw(this.renderContext);\n index++;\n }\n Annotation.drawBatch(this.renderContext);\n if ((Date.now() - this._lastMouseMove) > 400) {\n var raDecDown = this.getCoordinatesForScreenPoint(this._hoverTextPoint.x, this._hoverTextPoint.y);\n this._annotationHover(raDecDown.x, raDecDown.y, this._hoverTextPoint.x, this._hoverTextPoint.y);\n this._lastMouseMove = new Date(2100, 1, 1);\n }\n if (this._hoverText) {\n this._drawHoverText(this.renderContext);\n }\n }\n\n for (const imageset in this.renderContext.get_catalogHipsImagesets()) {\n if (imageset.get_hipsProperties().get_catalogSpreadSheetLayer().enabled && imageset.get_hipsProperties().get_catalogSpreadSheetLayer().lastVersion === imageset.get_hipsProperties().get_catalogSpreadSheetLayer().get_version()) {\n this.renderContext.drawImageSet(imageset, 100);\n }\n }\n this.constellation = Constellations.containment.findConstellationForPoint(this.renderContext.viewCamera.get_RA(), this.renderContext.viewCamera.get_dec());\n this._drawSkyOverlays();\n Planets.drawPlanets(this.renderContext, 1);\n\n Annotation2.prepBatch(this.renderContext);\n for (const item of Annotation2.annotations) {\n item.draw(this.renderContext);\n }\n Annotation2.drawBatch(this.renderContext);\n\n const worldSave = this.renderContext.get_world();\n const viewSave = this.renderContext.get_view();\n const projSave = this.renderContext.get_projection();\n if (Settings.get_current().get_showCrosshairs()) {\n this._drawCrosshairs(this.renderContext);\n }\n\n const tilesAllLoaded = !TileCache.get_queueCount();\n this.renderContext.setupMatricesOverlays();\n this._fadeFrame();\n this._frameCount++;\n TileCache.decimateQueue();\n TileCache.processQueue(this.renderContext);\n Tile.currentRenderGeneration++;\n if (!TourPlayer.get_playing()) {\n this.set_crossFadeFrame(false);\n }\n this.renderContext.set_world(worldSave);\n this.renderContext.set_view(viewSave);\n this.renderContext.set_projection(projSave);\n const now = Date.now();\n const ms = now - this._lastUpdate;\n if (ms > 1000) {\n this._lastUpdate = now;\n this._frameCount = 0;\n RenderTriangle.trianglesRendered = 0;\n RenderTriangle.trianglesCulled = 0;\n }\n if (this.capturingVideo) {\n if ((this.dumpFrameParams != null) && (!this.dumpFrameParams.waitDownload || tilesAllLoaded)) {\n this.captureFrameForVideo(this._videoBlobReady, this.dumpFrameParams.width, this.dumpFrameParams.height, this.dumpFrameParams.format);\n SpaceTimeController.nextFrame();\n }\n if (SpaceTimeController.get_doneDumping()) {\n SpaceTimeController.frameDumping = false;\n SpaceTimeController.cancelFrameDump = false;\n this.capturingVideo = false;\n }\n }\n\n if (this.renderFrameCallback) {\n this.renderFrameCallback(this);\n }\n\n}\n\nexport function drawPlanets(renderContext: RenderContext, opacity: number, fraction: number) {\n if (Planets._planetTextures == null) {\n Planets._loadPlanetTextures();\n }\n var elong = Planets._geocentricElongation(Planets._planetLocations[9].RA, Planets._planetLocations[9].dec, Planets._planetLocations[0].RA, Planets._planetLocations[0].dec);\n var raDif = Planets._planetLocations[9].RA - Planets._planetLocations[0].RA;\n if (Planets._planetLocations[9].RA < Planets._planetLocations[0].RA) {\n raDif += 24;\n }\n var phaseAngle = Planets._phaseAngle(elong, Planets._planetLocations[9].distance, Planets._planetLocations[0].distance);\n var limbAngle = Planets._positionAngle(Planets._planetLocations[9].RA, Planets._planetLocations[9].dec, Planets._planetLocations[0].RA, Planets._planetLocations[0].dec);\n if (raDif < 12) {\n phaseAngle += 180;\n }\n var dista = (Math.abs(Planets._planetLocations[9].RA - Planets._planetLocations[0].RA) * 15) * Math.cos(Coordinates.degreesToRadians(Planets._planetLocations[0].dec));\n var distb = Math.abs(Planets._planetLocations[9].dec - Planets._planetLocations[0].dec);\n var sunMoonDist = Math.sqrt(dista * dista + distb * distb);\n var eclipse = false;\n var coronaOpacity = 0;\n var moonEffect = (Planets._planetScales[9] / 2 - sunMoonDist);\n var darkLimb = Math.min(32, sunMoonDist * 32);\n if (fraction == 1) {\n eclipse = true;\n coronaOpacity = Math.min(1, (moonEffect - (Planets._planetScales[0] / 2)) / 0.001);\n Planets._drawPlanet(renderContext, 18, coronaOpacity);\n }\n for (const key in Planets._planetDrawOrder) {\n // 0: Sun, 9: Moon, 19: Earth\n var planetId = Planets._planetDrawOrder[key];\n Planets._drawPlanet(renderContext, planetId, 1);\n }\n return true;\n}\n\nfunction transformWorldPointToPickSpace(wwtControl, worldPoint, backBufferWidth, backBufferHeight) {\n var m = Matrix3d.multiplyMatrix(wwtControl.renderContext.get_world(), wwtControl.renderContext.get_view());\n var p = new Vector2d();\n var vz = worldPoint.x * m.get_m13() + worldPoint.y * m.get_m23() + worldPoint.z * m.get_m33();\n var vx = (worldPoint.x * m.get_m11() + worldPoint.y * m.get_m21() + worldPoint.z * m.get_m31()) / vz;\n var vy = -(worldPoint.x * m.get_m12() + worldPoint.y * m.get_m22() + worldPoint.z * m.get_m32()) / vz;\n p.x = (1 + wwtControl.renderContext.get_projection().get_m11() * vx) * (backBufferWidth / 2);\n p.y = (1 + wwtControl.renderContext.get_projection().get_m22() * vy) * (backBufferHeight / 2);\n return p;\n}\n\nexport function getScreenPosForCoordinates(wwtControl, ra, dec) {\n var pt = Vector2d.create(ra, dec);\n var cartesian = Coordinates.sphericalSkyToCartesian(pt);\n var result = transformWorldPointToPickSpace(wwtControl, cartesian, wwtControl.renderContext.width, wwtControl.renderContext.height);\n return result;\n}\n","/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/no-explicit-any */\nexport type EclipseForm = {\n latd: number;\n latm: number;\n lats: number;\n lond: number;\n lonm: number;\n lons: number;\n alt: number;\n tzh: {\n selectedIndex: number;\n options: number[];\n };\n tzm: {\n selectedIndex: number;\n options: number[];\n };\n tzx: {\n selectedIndex: \"W\" | \"E\";\n options: { \"W\": 1 , \"E\": -1 };\n };\n latx: {\n selectedIndex: \"N\" | \"S\";\n options: { \"N\": 1 , \"S\": -1 };\n };\n lonx: {\n selectedIndex: \"W\" | \"E\";\n options: { \"W\": 1 , \"E\": -1 };\n };\n cityndx: {\n selectedIndex: number;\n value: undefined;\n };\n loc_name: string;\n};\n\n\nexport class Observer {\n latDeg: number;\n lonDeg: number;\n latRad: number;\n lonRad: number;\n alt: number;\n tz: number;\n \n constructor(\n latDeg: number,\n lonDeg: number,\n alt: number,\n tz: number,\n ) {\n this.latDeg = latDeg;\n this.lonDeg = lonDeg;\n this.latRad = latDeg * Math.PI / 180;\n this.lonRad = lonDeg * Math.PI / 180;\n this.alt = alt;\n this.tz = tz;\n }\n \n getGeo(): [number, number] {\n // Get the observer's geocentric position\n const tmp = Math.atan(0.99664719 * Math.tan(this.latRad));\n const geo1 =\n 0.99664719 * Math.sin(tmp) +\n (this.alt / 6378140.0) * Math.sin(this.latRad);\n const geo2 =\n Math.cos(tmp) + (this.alt / 6378140.0) * Math.cos(this.latRad);\n return [geo1, geo2];\n }\n \n getObserverConstants(): [number, number, number, number, number, number] {\n return [this.latRad, this.lonRad, this.alt, this.tz, ...this.getGeo()];\n }\n \n}\n \nexport type Degrees = number;\nexport type Radians = number;\nexport type JulianDate = number;\nexport type Altitude = number;\nexport type Timezone = number;\n\nexport type SunBSR = 'b' | 's' | 'r' | null;\nexport type BSRArray = [T, SunBSR];\ntype ConditionalNullBSRArray = TimeType extends Date ? BSRArray : BSRArray;\n\n\nexport interface PartialEclipseData{\n date: string;\n type: 'P';\n centralStart: ConditionalNullBSRArray;\n centralEnd: ConditionalNullBSRArray;\n partialStart: BSRArray;\n sunAltStart: BSRArray;\n maxTime: BSRArray;\n maxAlt: BSRArray;\n maxAzi: number;\n partialEnd: BSRArray;\n sunAltEnd: BSRArray;\n magnitude: BSRArray;\n coverage: BSRArray;\n duration: string;\n}\n\nexport interface TotalAnnularEclipseData {\n date: string;\n type: 'T' | 'A';\n centralStart: BSRArray;\n centralEnd: BSRArray;\n partialStart: BSRArray;\n sunAltStart: BSRArray;\n maxTime: BSRArray;\n maxAlt: BSRArray;\n maxAzi: number;\n partialEnd: BSRArray;\n sunAltEnd: BSRArray;\n magnitude: BSRArray;\n coverage: BSRArray;\n duration: string;\n}\n\nexport interface NoEclipseData {\n date: '';\n type: '';\n partialStart: ConditionalNullBSRArray;\n sunAltStart: BSRArray<0>;\n centralStart: ConditionalNullBSRArray;\n maxTime: ConditionalNullBSRArray;\n maxAlt: BSRArray<0>;\n maxAzi: 0;\n centralEnd: ConditionalNullBSRArray;\n partialEnd: ConditionalNullBSRArray;\n sunAltEnd: BSRArray<0>;\n magnitude: BSRArray<0>;\n coverage: BSRArray<0>;\n duration: '';\n}\n\nexport type EclipseData = PartialEclipseData | TotalAnnularEclipseData | NoEclipseData;","//\n// Besselian Elements for Solar Eclipses from:\n// \"Five Millennium Canon of Solar Eclipses: -1999 to +3000\",\n// Fred Espenak and Jean Meeus, NASA/TP-2006-214141, October 2006\n//\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport function SE2024(): number[] {\n return [\n // 2024 4 8\n 2460409.262840, 18.0, -4.0, 4.0, 74.0, 74.0,\n -0.3182440, 0.5117116, 3.260e-05, -8.420e-06,\n 0.2197640, 0.2709589, -5.950e-05, -4.660e-06,\n 7.5862002, 0.0148440, -2.000e-06,\n 89.5912170, 15.0040817, 0.000e-00,\n 0.5358140, 0.0000618, -1.280e-05,\n -0.0102720, 0.0000615, -1.270e-05,\n 0.0046683, 0.0046450,\n ];\n}\n \n","/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/no-unused-vars */\n/* eslint-disable prefer-const */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n// Javascript Solar Eclipse Explorer\n//\n// This code is being released under the terms of the GNU General Public\n// License (http://www.gnu.org/copyleft/gpl.html) with the request that if\n// you do improve on it or use it in your own site, please let us know at\n// chris@obyrne.com and fred.espenak@nasa.gov Thanks!\n//\n//http://eclipse.gsfc.nasa.gov/JSEX/JSEX-index.html\n//\n/*\nJavascript Solar Eclipse Explorer\nVersion 1 by Chris O'Byrne and Fred Espenak - 2007.\n(based on \"Eclipse Calculator\" by Chris O'Byrne and Stephen McCann - 2003)\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\n\nTypescript version by John Arban Lewis 2024\nGithub: @johnarban\nhttps://github.com/johnarban/eclipse_explorer\n(Based on the Javascript Solar Eclipse Explorer by Chris O'Byrne and Fred Espenak - 2007)\nThis is released under the same terms as the original code.\nThis version is a direct port of the original code to typescript with minimal changes and retains\nthe original comments and structure. The original code can be found at:\nhttps://eclipse.gsfc.nasa.gov/JSEX/program.js\nThe major changes include:\n - Removing all references to the document object\n - The eclipseform is now an global object\n - Two new functions `recalculateForObserver` and `recalculcateForObserverUTC` have been added\n - These rely on the new `setObserver` and Observer class. The rest of the function continues to use the global observer array. \n The Observer class is a convenient container and allowed easier abstraction of the observer data.\nTODO:\n - The observer class should be used throughout the code\n - Remove reliance on global variables\n - Use Date objects to store the times (instead of strings)\n - Properly handle the timezone, or else always use UTC, and only convert to local time for display\n*/\n\n\nimport { EclipseForm, Observer, SunBSR,BSRArray, EclipseData, NoEclipseData, PartialEclipseData, TotalAnnularEclipseData } from \"./eclipse_types\";\nimport { SE2024 } from \"./SE2024\";\n// export { EclipseForm, Observer, SunBSR,BSRArray, EclipseData, SE2024 };\n//\n// Observer constants -\n// (0) North Latitude (radians)\n// (1) West Longitude (radians)\n// (2) Altitude (metres)\n// (3) West time zone (hours)\n// (4) rho sin O'\n// (5) rho cos O'\n// (6) index into the elements array for the eclipse in question\n//\n// Note that correcting for refraction will involve creating a \"virtual\" altitude\n// for each contact, and hence a different value of rho and O' for each contact!\n//\n\nconst obsvconst: any[] = [];\n\n//\n// Eclipse circumstances\n// (0) Event type (C1=-2, C2=-1, Mid=0, C3=1, C4=2)\n// (1) t\n// -- time-only dependent circumstances (and their per-hour derivatives) follow --\n// (2) x\n// (3) y\n// (4) d\n// (5) sin d\n// (6) cos d\n// (7) mu\n// (8) l1\n// (9) l2\n// (10) dx\n// (11) dy\n// (12) dd\n// (13) dmu\n// (14) dl1\n// (15) dl2\n// -- time and location dependent circumstances follow --\n// (16) h\n// (17) sin h\n// (18) cos h\n// (19) xi\n// (20) eta\n// (21) zeta\n// (22) dxi\n// (23) deta\n// (24) u\n// (25) v\n// (26) a\n// (27) b\n// (28) l1'\n// (29) l2'\n// (30) n^2\n// -- observational circumstances follow --\n// (31) p\n// (32) alt\n// (33) q\n// (34) v\n// (35) azi\n// (36) m (mid eclipse only) or limb correction applied (where available!)\n// (37) magnitude (mid eclipse only)\n// (38) moon/sun (mid eclipse only)\n// (39) calculated local event type for a transparent earth (mid eclipse only)\n// (0 = none, 1 = partial, 2 = annular, 3 = total)\n// (40) event visibility\n// (0 = above horizon, 1 = below horizon, 2 = sunrise, 3 = sunset, 4 = below horizon, disregard)\n//\n\nconst c1: number[] = [];\nconst c2: number[] = [];\nconst mid: number[] = [];\nconst c3: number[] = [];\nconst c4: number[] = [];\n\n\n\nlet eclipseform = {\n latd: 32,\n latm: 42,\n lats: 0,\n lond: 117,\n lonm: 9,\n lons: 0,\n alt: 4,\n tzh: {\n selectedIndex: 8,\n options: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14],\n },\n tzm: {\n selectedIndex: 0,\n options: [0, 15, 35],\n },\n tzx: {\n selectedIndex: 'W',\n options: { \"W\": 1 , \"E\": -1 },\n },\n latx: {\n selectedIndex: 'N',\n options: { \"N\": 1 , \"S\": -1 },\n },\n lonx: {\n selectedIndex: 'W',\n options: { \"W\": 1 , \"E\": -1 },\n },\n cityndx: {\n selectedIndex: 0,\n value: undefined,\n },\n loc_name: \"San Diego\",\n} as EclipseForm;\n\n\n\n\n//\n// Populate the circumstances array with the time-only dependent circumstances (x, y, d, m, ...)\nfunction timedependent(elements: number[], circumstances: any[]) {\n consoleDebug(\"timedependent\");\n let type, index, t, ans;\n\n t = circumstances[1];\n index = obsvconst[6];\n // Calculate x\n ans = elements[9 + index] * t + elements[8 + index];\n ans = ans * t + elements[7 + index];\n ans = ans * t + elements[6 + index];\n circumstances[2] = ans;\n // Calculate dx\n ans = 3.0 * elements[9 + index] * t + 2.0 * elements[8 + index];\n ans = ans * t + elements[7 + index];\n circumstances[10] = ans;\n // Calculate y\n ans = elements[13 + index] * t + elements[12 + index];\n ans = ans * t + elements[11 + index];\n ans = ans * t + elements[10 + index];\n circumstances[3] = ans;\n // Calculate dy\n ans = 3.0 * elements[13 + index] * t + 2.0 * elements[12 + index];\n ans = ans * t + elements[11 + index];\n circumstances[11] = ans;\n // Calculate d\n ans = elements[16 + index] * t + elements[15 + index];\n ans = ans * t + elements[14 + index];\n ans = (ans * Math.PI) / 180.0;\n circumstances[4] = ans;\n // sin d and cos d\n circumstances[5] = Math.sin(ans);\n circumstances[6] = Math.cos(ans);\n // Calculate dd\n ans = 2.0 * elements[16 + index] * t + elements[15 + index];\n ans = (ans * Math.PI) / 180.0;\n circumstances[12] = ans;\n // Calculate m\n ans = elements[19 + index] * t + elements[18 + index];\n ans = ans * t + elements[17 + index];\n if (ans >= 360.0) {\n ans = ans - 360.0;\n }\n ans = (ans * Math.PI) / 180.0;\n circumstances[7] = ans;\n // Calculate dm\n ans = 2.0 * elements[19 + index] * t + elements[18 + index];\n ans = (ans * Math.PI) / 180.0;\n circumstances[13] = ans;\n // Calculate l1 and dl1\n type = circumstances[0];\n if (type == -2 || type == 0 || type == 2) {\n ans = elements[22 + index] * t + elements[21 + index];\n ans = ans * t + elements[20 + index];\n circumstances[8] = ans;\n circumstances[14] = 2.0 * elements[22 + index] * t + elements[21 + index];\n }\n // Calculate l2 and dl2\n if (type == -1 || type == 0 || type == 1) {\n ans = elements[25 + index] * t + elements[24 + index];\n ans = ans * t + elements[23 + index];\n circumstances[9] = ans;\n circumstances[15] = 2.0 * elements[25 + index] * t + elements[24 + index];\n }\n return circumstances;\n}\n\n//\n// Populate the circumstances array with the time and location dependent circumstances\nfunction timelocdependent(elements: number[], circumstances: any[]) {\n consoleDebug(\"timelocdependent\");\n let index, type;\n\n timedependent(elements, circumstances);\n index = obsvconst[6];\n // Calculate h, sin h, cos h\n circumstances[16] =\n circumstances[7] - obsvconst[1] - elements[index + 5] / 13713.44;\n circumstances[17] = Math.sin(circumstances[16]);\n circumstances[18] = Math.cos(circumstances[16]);\n // Calculate xi\n circumstances[19] = obsvconst[5] * circumstances[17];\n // Calculate eta\n circumstances[20] =\n obsvconst[4] * circumstances[6] -\n obsvconst[5] * circumstances[18] * circumstances[5];\n // Calculate zeta\n circumstances[21] =\n obsvconst[4] * circumstances[5] +\n obsvconst[5] * circumstances[18] * circumstances[6];\n // Calculate dxi\n circumstances[22] = circumstances[13] * obsvconst[5] * circumstances[18];\n // Calculate deta\n circumstances[23] =\n circumstances[13] * circumstances[19] * circumstances[5] -\n circumstances[21] * circumstances[12];\n // Calculate u\n circumstances[24] = circumstances[2] - circumstances[19];\n // Calculate v\n circumstances[25] = circumstances[3] - circumstances[20];\n // Calculate a\n circumstances[26] = circumstances[10] - circumstances[22];\n // Calculate b\n circumstances[27] = circumstances[11] - circumstances[23];\n // Calculate l1'\n type = circumstances[0];\n if (type == -2 || type == 0 || type == 2) {\n circumstances[28] =\n circumstances[8] - circumstances[21] * elements[26 + index];\n }\n // Calculate l2'\n if (type == -1 || type == 0 || type == 1) {\n circumstances[29] =\n circumstances[9] - circumstances[21] * elements[27 + index];\n }\n // Calculate n^2\n circumstances[30] =\n circumstances[26] * circumstances[26] +\n circumstances[27] * circumstances[27];\n return circumstances;\n}\n\n//\n// Iterate on C1 or C4\nfunction c1c4iterate(elements: any, circumstances: any[]) {\n consoleDebug(\"c1c4iterate\");\n let sign, iter, tmp, n;\n\n timelocdependent(elements, circumstances);\n if (circumstances[0] < 0) {\n sign = -1.0;\n } else {\n sign = 1.0;\n }\n tmp = 1.0;\n iter = 0;\n while ((tmp > 0.000001 || tmp < -0.000001) && iter < 50) {\n n = Math.sqrt(circumstances[30]);\n tmp =\n circumstances[26] * circumstances[25] -\n circumstances[24] * circumstances[27];\n tmp = tmp / n / circumstances[28];\n tmp = (sign * Math.sqrt(1.0 - tmp * tmp) * circumstances[28]) / n;\n tmp =\n (circumstances[24] * circumstances[26] +\n circumstances[25] * circumstances[27]) /\n circumstances[30] -\n tmp;\n circumstances[1] = circumstances[1] - tmp;\n timelocdependent(elements, circumstances);\n iter++;\n }\n return circumstances;\n}\n\n//\n// Get C1 and C4 data\n// Entry conditions -\n// 1. The mid array must be populated\n// 2. The magnitude at mid eclipse must be > 0.0\nfunction getc1c4(elements: any) {\n consoleDebug(\"getc1c4\");\n let tmp, n;\n\n n = Math.sqrt(mid[30]);\n tmp = mid[26] * mid[25] - mid[24] * mid[27];\n tmp = tmp / n / mid[28];\n tmp = (Math.sqrt(1.0 - tmp * tmp) * mid[28]) / n;\n c1[0] = -2;\n c4[0] = 2;\n c1[1] = mid[1] - tmp;\n c4[1] = mid[1] + tmp;\n c1c4iterate(elements, c1);\n c1c4iterate(elements, c4);\n}\n\n//\n// Iterate on C2 or C3\nfunction c2c3iterate(elements: any, circumstances: any[]) {\n consoleDebug(\"c2c3iterate\");\n let sign, iter, tmp, n;\n\n timelocdependent(elements, circumstances);\n if (circumstances[0] < 0) {\n sign = -1.0;\n } else {\n sign = 1.0;\n }\n if (mid[29] < 0.0) {\n sign = -sign;\n }\n tmp = 1.0;\n iter = 0;\n while ((tmp > 0.000001 || tmp < -0.000001) && iter < 50) {\n n = Math.sqrt(circumstances[30]);\n tmp =\n circumstances[26] * circumstances[25] -\n circumstances[24] * circumstances[27];\n tmp = tmp / n / circumstances[29];\n tmp = (sign * Math.sqrt(1.0 - tmp * tmp) * circumstances[29]) / n;\n tmp =\n (circumstances[24] * circumstances[26] +\n circumstances[25] * circumstances[27]) /\n circumstances[30] -\n tmp;\n circumstances[1] = circumstances[1] - tmp;\n timelocdependent(elements, circumstances);\n iter++;\n }\n return circumstances;\n}\n\n//\n// Get C2 and C3 data\n// Entry conditions -\n// 1. The mid array must be populated\n// 2. There must be either a total or annular eclipse at the location!\nfunction getc2c3(elements: any) {\n consoleDebug(\"getc2c3\");\n let tmp, n;\n\n n = Math.sqrt(mid[30]);\n tmp = mid[26] * mid[25] - mid[24] * mid[27];\n tmp = tmp / n / mid[29];\n tmp = (Math.sqrt(1.0 - tmp * tmp) * mid[29]) / n;\n c2[0] = -1;\n c3[0] = 1;\n if (mid[29] < 0.0) {\n c2[1] = mid[1] + tmp;\n c3[1] = mid[1] - tmp;\n } else {\n c2[1] = mid[1] - tmp;\n c3[1] = mid[1] + tmp;\n }\n c2c3iterate(elements, c2);\n c2c3iterate(elements, c3);\n}\n\n//\n// Get the observational circumstances\nfunction observational(circumstances: any[]) {\n consoleDebug(\"observational\");\n let contacttype, coslat, sinlat;\n\n // We are looking at an \"external\" contact UNLESS this is a total eclipse AND we are looking at\n // c2 or c3, in which case it is an INTERNAL contact! Note that if we are looking at mid eclipse,\n // then we may not have determined the type of eclipse (mid[39]) just yet!\n if (circumstances[0] == 0) {\n contacttype = 1.0;\n } else {\n if (mid[39] == 3 && (circumstances[0] == -1 || circumstances[0] == 1)) {\n contacttype = -1.0;\n } else {\n contacttype = 1.0;\n }\n }\n // Calculate p\n circumstances[31] = Math.atan2(\n contacttype * circumstances[24],\n contacttype * circumstances[25]\n );\n // Calculate alt\n sinlat = Math.sin(obsvconst[0]);\n coslat = Math.cos(obsvconst[0]);\n circumstances[32] = Math.asin(\n circumstances[5] * sinlat + circumstances[6] * coslat * circumstances[18]\n );\n // Calculate q\n circumstances[33] = Math.asin(\n (coslat * circumstances[17]) / Math.cos(circumstances[32])\n );\n if (circumstances[20] < 0.0) {\n circumstances[33] = Math.PI - circumstances[33];\n }\n // Calculate v\n circumstances[34] = circumstances[31] - circumstances[33];\n // Calculate azi\n circumstances[35] = Math.atan2(\n -1.0 * circumstances[17] * circumstances[6],\n circumstances[5] * coslat - circumstances[18] * sinlat * circumstances[6]\n );\n // Calculate visibility\n if (circumstances[32] > -0.00524) {\n circumstances[40] = 0;\n } else {\n circumstances[40] = 1;\n }\n}\n\n//\n// Get the observational circumstances for mid eclipse\nfunction midobservational() {\n consoleDebug(\"midobservational\");\n observational(mid);\n // Calculate m, magnitude and moon/sun\n mid[36] = Math.sqrt(mid[24] * mid[24] + mid[25] * mid[25]);\n mid[37] = (mid[28] - mid[36]) / (mid[28] + mid[29]);\n mid[38] = (mid[28] - mid[29]) / (mid[28] + mid[29]);\n}\n\n//\n// Calculate mid eclipse\nfunction getmid(elements: any) {\n consoleDebug(\"getmid\");\n let iter, tmp;\n\n mid[0] = 0;\n mid[1] = 0.0;\n iter = 0;\n tmp = 1.0;\n timelocdependent(elements, mid);\n while ((tmp > 0.000001 || tmp < -0.000001) && iter < 50) {\n tmp = (mid[24] * mid[26] + mid[25] * mid[27]) / mid[30];\n mid[1] = mid[1] - tmp;\n iter++;\n timelocdependent(elements, mid);\n }\n}\n\n//\n// Calculate the time of sunrise or sunset\nfunction getsunriset(elements: any, circumstances: number[], riset: number) {\n consoleDebug(\"getsunriset\");\n let h0, diff, iter;\n\n diff = 1.0;\n iter = 0;\n while (diff > 0.00001 || diff < -0.00001) {\n iter++;\n if (iter == 4) return;\n h0 = Math.acos(\n (Math.sin(-0.00524) - Math.sin(obsvconst[0]) * circumstances[5]) /\n Math.cos(obsvconst[0]) /\n circumstances[6]\n );\n diff = (riset * h0 - circumstances[16]) / circumstances[13];\n while (diff >= 12.0) diff -= 24.0;\n while (diff <= -12.0) diff += 24.0;\n circumstances[1] += diff;\n timelocdependent(elements, circumstances);\n }\n}\n\n//\n// Calculate the time of sunrise\nfunction getsunrise(elements: any, circumstances: any[]) {\n consoleDebug(\"getsunrise\");\n getsunriset(elements, circumstances, -1.0);\n}\n\n//\n// Calculate the time of sunset\nfunction getsunset(elements: any, circumstances: any[]) {\n consoleDebug(\"getsunset\");\n getsunriset(elements, circumstances, 1.0);\n}\n\n//\n// Copy a set of circumstances\nfunction copycircumstances(circumstancesfrom: any[], circumstancesto: any[]) {\n consoleDebug(\"copycircumstances\");\n let i;\n\n for (i = 1; i < 41; i++) {\n circumstancesto[i] = circumstancesfrom[i];\n }\n}\n\n//\n// Populate the c1, c2, mid, c3 and c4 arrays\nfunction getall(elements: any) {\n consoleDebug(\"getall\");\n let pattern;\n\n getmid(elements);\n midobservational();\n if (mid[37] > 0.0) {\n getc1c4(elements);\n if (mid[36] < mid[29] || mid[36] < -mid[29]) {\n getc2c3(elements);\n if (mid[29] < 0.0) {\n mid[39] = 3; // Total eclipse\n } else {\n mid[39] = 2; // Annular eclipse\n }\n observational(c1);\n observational(c2);\n observational(c3);\n observational(c4);\n c2[36] = 999.9;\n c3[36] = 999.9;\n // Calculate how much of the eclipse is above the horizon\n pattern = 0;\n if (c1[40] == 0) {\n pattern += 10000;\n }\n if (c2[40] == 0) {\n pattern += 1000;\n }\n if (mid[40] == 0) {\n pattern += 100;\n }\n if (c3[40] == 0) {\n pattern += 10;\n }\n if (c4[40] == 0) {\n pattern += 1;\n }\n // Now, time to make sure that all my observational[39] and observational[40] are OK\n if (pattern == 11110) {\n getsunset(elements, c4);\n observational(c4);\n c4[40] = 3;\n } else if (pattern == 11100) {\n getsunset(elements, c3);\n observational(c3);\n c3[40] = 3;\n copycircumstances(c3, c4);\n } else if (pattern == 11000) {\n c3[40] = 4;\n getsunset(elements, mid);\n midobservational();\n mid[40] = 3;\n copycircumstances(mid, c4);\n } else if (pattern == 10000) {\n mid[39] = 1;\n getsunset(elements, mid);\n midobservational();\n mid[40] = 3;\n copycircumstances(mid, c4);\n } else if (pattern == 1111) {\n getsunrise(elements, c1);\n observational(c1);\n c1[40] = 2;\n } else if (pattern == 111) {\n getsunrise(elements, c2);\n observational(c2);\n c2[40] = 2;\n copycircumstances(c2, c1);\n } else if (pattern == 11) {\n c2[40] = 4;\n getsunrise(elements, mid);\n midobservational();\n mid[40] = 2;\n copycircumstances(mid, c1);\n } else if (pattern == 1) {\n mid[39] = 1;\n getsunrise(elements, mid);\n midobservational();\n mid[40] = 2;\n copycircumstances(mid, c1);\n } else if (pattern == 0) {\n mid[39] = 0;\n }\n // There are other patterns, but those are the only ones we're covering!\n } else {\n mid[39] = 1; // Partial eclipse\n pattern = 0;\n observational(c1);\n observational(c4);\n if (c1[40] == 0) {\n pattern += 100;\n }\n if (mid[40] == 0) {\n pattern += 10;\n }\n if (c4[40] == 0) {\n pattern += 1;\n }\n if (pattern == 110) {\n getsunset(elements, c4);\n observational(c4);\n c4[40] = 3;\n } else if (pattern == 100) {\n getsunset(elements, mid);\n midobservational();\n mid[40] = 3;\n copycircumstances(mid, c4);\n } else if (pattern == 11) {\n getsunrise(elements, c1);\n observational(c1);\n c1[40] = 2;\n } else if (pattern == 1) {\n getsunrise(elements, mid);\n midobservational();\n mid[40] = 2;\n copycircumstances(mid, c1);\n } else if (pattern == 0) {\n mid[39] = 0;\n }\n // There are other patterns, but those are the only ones we're covering!\n }\n } else {\n mid[39] = 0; // No eclipse\n }\n // Magnitude for total and annular eclipse is moon/sun ratio\n if (mid[39] == 2 || mid[39] == 3) {\n mid[37] = mid[38];\n }\n}\n\nfunction parseFloat(value: string | number) {\n consoleDebug(\"parseFloat\");\n return Number(value);\n}\n\n// get the latitude\nfunction getLatitude() {\n consoleDebug(\"getLatitude\");\n let o = eclipseform.latd + eclipseform.latm / 60 + eclipseform.lats / 3600;\n o = o * eclipseform.latx.options[eclipseform.latx.selectedIndex];\n return o;\n}\n\n// get the longitude\nfunction getLongitude() {\n consoleDebug(\"getLongitude\");\n let o = eclipseform.lond + eclipseform.lonm / 60 + eclipseform.lons / 3600;\n o = o * eclipseform.lonx.options[eclipseform.lonx.selectedIndex];\n return o;\n}\n\n// get the timezone\nfunction getTimezone() {\n consoleDebug(\"getTimezone\");\n let o = eclipseform.tzm.options[eclipseform.tzm.selectedIndex];\n o = eclipseform.tzh.options[eclipseform.tzh.selectedIndex] + o / 60.0;\n o = eclipseform.tzx.options[eclipseform.tzx.selectedIndex] * o;\n return o;\n}\n\n// observer type\n\n// set the observer values\nfunction setObserver(latDeg: number, lonDeg: number, altm: number, tz: number) {\n consoleDebug(\"setObserver\");\n const observer = new Observer(latDeg, lonDeg, altm, tz);\n observer.getObserverConstants().forEach((value, index) => {\n obsvconst[index] = value;\n });\n}\n\n\n\n//\n// Read the data that's in the form, and populate the obsvconst array\nfunction readform() {\n consoleDebug(\"readform\");\n\n // Write back to the form what we are parsing\n eclipseform.latd = Math.abs(parseFloat(eclipseform.latd));\n eclipseform.latm = Math.abs(parseFloat(eclipseform.latm));\n eclipseform.lats = Math.abs(parseFloat(eclipseform.lats));\n eclipseform.lond = Math.abs(parseFloat(eclipseform.lond));\n eclipseform.lonm = Math.abs(parseFloat(eclipseform.lonm));\n eclipseform.lons = Math.abs(parseFloat(eclipseform.lons));\n eclipseform.alt = Math.abs(parseFloat(eclipseform.alt));\n\n // Get the latitude\n const latDeg = getLatitude();\n\n // Get the longitude\n const lonDeg = getLongitude();\n\n // Get the altitude\n const alt = parseFloat(eclipseform.alt);\n\n // Get the time zone\n const tz = getTimezone();\n\n // Set the observer\n setObserver(latDeg, lonDeg, alt, tz);\n\n // The index of the selected eclipse...\n //obsvconst[6] = 28 * (parseInt(eclipseform.index.options[eclipseform.index.selectedIndex].value) + 65)\n}\n\n//\n// Get the local date of an event\nfunction getdate(elements: number[], circumstances: any[]) {\n consoleDebug(\"getdate\");\n let t, ans, jd, a, b, c, d, e, index;\n\n index = obsvconst[6];\n // Calculate the JD for noon (TDT) the day before the day that contains T0\n jd = Math.floor(elements[index] - elements[1 + index] / 24.0);\n // Calculate the local time (ie the offset in hours since midnight TDT on the day containing T0).\n t =\n circumstances[1] +\n elements[1 + index] -\n obsvconst[3] -\n (elements[4 + index] - 0.5) / 3600.0;\n if (t < 0.0) {\n jd--;\n }\n if (t >= 24.0) {\n jd++;\n }\n if (jd >= 2299160.0) {\n a = Math.floor((jd - 1867216.25) / 36524.25);\n a = jd + 1 + a - Math.floor(a / 4);\n } else {\n a = jd;\n }\n b = a + 1525.0;\n c = Math.floor((b - 122.1) / 365.25);\n d = Math.floor(365.25 * c);\n e = Math.floor((b - d) / 30.6001);\n d = b - d - Math.floor(30.6001 * e);\n if (e < 13.5) {\n e = e - 1;\n } else {\n e = e - 13;\n }\n if (e > 2.5) {\n ans = c - 4716 + \"-\";\n } else {\n ans = c - 4715 + \"-\";\n }\n if (e < 10) {\n ans += \"0\";\n }\n ans += e + \"-\";\n if (d < 10) {\n ans = ans + \"0\";\n }\n ans = ans + d;\n return ans;\n}\n\n//\n// Get the local time of an event\nfunction gettime(elements: number[], circumstances: any[]): [string, SunBSR] {\n consoleDebug(\"gettime\");\n let t, ans, index;\n\n ans = \"\";\n index = obsvconst[6];\n t =\n circumstances[1] +\n elements[1 + index] -\n obsvconst[3] -\n (elements[4 + index] - 0.5) / 3600.0;\n if (t < 0.0) {\n t = t + 24.0;\n }\n if (t >= 24.0) {\n t = t - 24.0;\n }\n if (t < 10.0) {\n ans = ans + \"0\";\n }\n ans = ans + Math.floor(t) + \":\";\n t = t * 60.0 - 60.0 * Math.floor(t);\n if (t < 10.0) {\n ans = ans + \"0\";\n }\n ans = ans + Math.floor(t);\n // return the full time even if circumstances are b, s, r\n // modern js Date requires a seconds value\n // if (circumstances[40] <= 1) {\n // // not sunrise or sunset\n // ans = ans + \":\";\n // t = t * 60.0 - 60.0 * Math.floor(t);\n // if (t < 10.0) {\n // ans = ans + \"0\";\n // }\n // ans = ans + Math.floor(t);\n // }\n ans = ans + \":\";\n t = t * 60.0 - 60.0 * Math.floor(t);\n if (t < 10.0) {\n ans = ans + \"0\";\n }\n ans = ans + Math.floor(t);\n if (circumstances[40] == 1) {\n // below horizon\n return [ans,'b'];\n } else if (circumstances[40] == 2) {\n // during sunrise\n return [ans,'r'];\n } else if (circumstances[40] == 3) {\n // during sunset\n return [ans,'s'];\n } else {\n return [ans,null];\n }\n}\n\n//\n// Get the altitude\nfunction getalt(circumstances: any[]): [number, SunBSR]{\n consoleDebug(\"getalt\");\n let t, ans;\n\n if (circumstances[40] == 2) {\n return [0,'r'];\n }\n if (circumstances[40] == 3) {\n return [0,'s'];\n }\n if (circumstances[32] < 0.0 && circumstances[32] >= -0.00524) {\n // Crude correction for refraction (and for consistency's sake)\n t = 0.0;\n } else {\n t = (circumstances[32] * 180.0) / Math.PI;\n }\n if (t < 0.0) {\n ans = -1;\n t = -t;\n } else {\n ans = 1;\n }\n t = Math.floor(t + 0.5);\n if (t < 10.0) {\n // don't neet to zero pad\n // ans = ans + \"0\";\n }\n ans = ans * t;\n if (circumstances[40] == 1) {\n // below horizon\n return [ans,'b'];\n } else {\n return [ans,null];\n }\n}\n\n//\n// Get the azimuth\nfunction getazi(circumstances: any[]): number {\n consoleDebug(\"getazi\");\n let t, ans;\n\n ans = \"\";\n t = (circumstances[35] * 180.0) / Math.PI;\n if (t < 0.0) {\n t = t + 360.0;\n }\n if (t >= 360.0) {\n t = t - 360.0;\n }\n t = Math.floor(t + 0.5);\n if (t < 100.0) {\n // don't need to zero pad\n // ans = ans + \"0\";\n }\n if (t < 10.0) {\n // don't need to zero pad\n // ans = ans + \"0\";\n }\n ans = ans + t;\n if (circumstances[40] == 1) {\n // below horizon\n return t;\n } else {\n return t;\n }\n}\n\n//\n// Get the duration in mm:ss.s format\n//\n// Adapted from code written by Stephen McCann - 27/04/2001\nfunction getduration() {\n consoleDebug(\"getduration\");\n let tmp, ans;\n\n if (c3[40] == 4) {\n tmp = mid[1] - c2[1];\n } else if (c2[40] == 4) {\n tmp = c3[1] - mid[1];\n } else {\n tmp = c3[1] - c2[1];\n }\n if (tmp < 0.0) {\n tmp = tmp + 24.0;\n } else if (tmp >= 24.0) {\n tmp = tmp - 24.0;\n }\n tmp = tmp * 60.0 - 60.0 * Math.floor(tmp) + 0.05 / 60.0;\n ans = Math.floor(tmp) + \"m\";\n tmp = tmp * 60.0 - 60.0 * Math.floor(tmp);\n if (tmp < 10.0) {\n ans = ans + \"0\";\n }\n ans += Math.floor(tmp) + \"s\";\n return ans;\n}\n\n//\n// Get the magnitude\nfunction getmagnitude(): [number, SunBSR] {\n consoleDebug(\"getmagnitude\");\n let a;\n\n a = Math.floor(1000.0 * mid[37] + 0.5) / 1000.0;\n if (mid[40] == 1) {\n // below horizon\n return [a,'b'];\n }\n if (mid[40] == 2) {\n // during sunrise\n return [a,'r'];\n }\n if (mid[40] == 3) {\n // during sunset\n return [a,'s'];\n }\n return [a,null];\n}\n\n//\n// Get the coverage\nfunction getcoverage(): [number, SunBSR]{\n consoleDebug(\"getcoverage\");\n let a, b, c : number;\n\n if (mid[37] <= 0.0) {\n a = 0;\n } else if (mid[37] >= 1.0) {\n a = 1.000;\n } else {\n if (mid[39] == 2) {\n c = mid[38] * mid[38];\n } else {\n c = Math.acos(\n (mid[28] * mid[28] + mid[29] * mid[29] - 2.0 * mid[36] * mid[36]) /\n (mid[28] * mid[28] - mid[29] * mid[29])\n );\n b = Math.acos(\n (mid[28] * mid[29] + mid[36] * mid[36]) / mid[36] / (mid[28] + mid[29])\n );\n a = Math.PI - b - c;\n c = (mid[38] * mid[38] * a + b - mid[38] * Math.sin(c)) / Math.PI;\n }\n a = Math.floor(1000.0 * c + 0.5) / 1000.0;\n }\n if (mid[40] == 1) {\n // below horizon\n return [a,'b'];\n }\n if (mid[40] == 2) {\n // during sunrise\n a = [a,\"r\"];\n }\n if (mid[40] == 3) {\n // during sunset\n a = [a,\"s\"];\n }\n return [a as number,null];\n}\n\n\n// CALCULATE!\nfunction calculatefor(el: number[]) {\n consoleDebug(\"calculatefor\");\n \n let results = [] as EclipseData[];\n\n const emptyEclipse = {\n date: \"\", // (\"Calendar Date\"));\n type: \"\" as 'P' | 'A' | 'T' | \"\", // (\"Eclipse Type\"));\n partialStart: ['', null] as BSRArray, // (\"Partial Eclipse Begins\"));\n sunAltStart: [0,null] as BSRArray, // (\"Sun Alt\"));\n centralStart: ['',null] as BSRArray, // (\"A or T Eclipse Begins\"));\n maxTime: ['',null] as BSRArray, // (\"Maximum Eclipse\"));\n maxAlt: [0,null] as BSRArray, // (\"Sun Alt\"));\n maxAzi: 0, // (\"Sun Azi\"));\n centralEnd: ['',null] as BSRArray, // (\"A or T Eclipse Ends\"));\n partialEnd: ['',null] as BSRArray, // (\"Partial Eclipse Ends\"));\n sunAltEnd: [0,null] as BSRArray, // (\"Sun Alt\"));\n magnitude: [0,null] as BSRArray, // (\"Eclipse Mag.\"));\n coverage: [0,null] as BSRArray, // (\"Eclipse Obscuration\"));\n duration: \"\", // (\"A or T Eclipse Duration\"));\n } as EclipseData;\n\n for (let i = 0; i < el.length; i += 28) {\n const o = {...emptyEclipse};\n obsvconst[6] = i;\n getall(el);\n // Is there an event...\n if (mid[39] > 0) {\n o.date = getdate(el, mid);\n if (mid[39] == 1) {\n o.type = \"P\";\n } else if (mid[39] == 2) {\n o.type = \"A\";\n } else {\n o.type = \"T\";\n }\n\n // Partial eclipse start\n if (c1[40] == 4) {\n continue;\n } else {\n // Partial eclipse start time\n o.partialStart = gettime(el, c1);\n o.sunAltStart = getalt(c1);\n }\n // Central eclipse time\n if (mid[39] > 1 && c2[40] != 4) {\n o.centralStart = gettime(el, c2);\n } else {\n o.centralStart = ['', null];\n }\n\n // Maximum eclipse time\n o.maxTime = gettime(el, mid);\n // Maximum eclipse alt\n o.maxAlt = getalt(mid);\n // Maximum eclipse azi\n o.maxAzi = getazi(mid);\n\n // Central eclipse ends\n if (mid[39] > 1 && c3[40] != 4) {\n // if we are in P, A, or T\n o.centralEnd = gettime(el, c3);\n } else {\n o.centralEnd = [\"\",null];\n }\n\n // Partial eclipse ends\n if (c4[40] == 4) {\n continue;\n } else {\n // Partial eclipse ends\n o.partialEnd = gettime(el, c4);\n o.sunAltEnd = getalt(c4);\n }\n // Eclipse magnitude\n o.magnitude = getmagnitude();\n // Eclipse coverage\n o.coverage = getcoverage();\n\n if (mid[39] > 1) {\n o.duration = getduration();\n } else {\n o.duration = \"\";\n }\n }\n results.push(o);\n consoleDebug(o);\n }\n return results;\n}\n\n\n\n\nfunction recalculate() {\n readform();\n const result = calculatefor(SE2024());\n}\n\nconst DEBUG = false;\n// create a wrapper for console.log with\nfunction consoleDebug(...data: any[]) {\n if (DEBUG) {\n console.log(...data);\n }\n}\n\n// recalculate();\n\n// the reads in data using the convention of the original form, and returns strings for the time.\nexport function recalculateForObserver(latDeg: number, latDir: 'N' | 'S', lonDeg: number, lonDir: 'E' | 'W', alt: number, tz: number = 0, tzDir: 'W' | 'E' = 'W') {\n // warning: the code uses the West positive convention for longitude\n // warning: the code does not account for daylight saving time. Use the appropriate timezone value (or 0 for UTC: default)\n const latSign = eclipseform.latx.options[latDir];\n const lonSign = eclipseform.lonx.options[lonDir];\n const tzSign = eclipseform.tzx.options[tzDir];\n setObserver(latSign * Math.abs(latDeg), lonSign * Math.abs(lonDeg), alt, tzSign * Math.abs(tz));\n const result = calculatefor(SE2024());\n return result;\n}\n\n/* ========================================================================== */\n// The following section of code provides more modern outputs for the dates \n// and times using Date objects\n// ========================================================================== */\n\nfunction dateAndtTimeToDate(date: string | null, time: string | null) {\n // date is formatted as \"YYYY-Mon-DD\" and time is formatted as \"HH:MM:SS\" in UTC\n if (date === \"\" || time === \"\" || date === null || time === null) {\n return null;\n }\n const [year, month, day] = date.split('-');\n const [hour, minute, second] = time.split(':');\n const timestring = `${year}-${month}-${day}T${hour}:${minute}:${second}Z`;\n return new Date(timestring);\n \n}\n\n\nfunction convertEclipseData(value: EclipseData): EclipseData {\n // make the type broader so we can reassign some values\n const out = {...value} as EclipseData;\n\n out.partialStart[0] = dateAndtTimeToDate(value.date, value.partialStart[0]);\n out.centralStart[0] = dateAndtTimeToDate(value.date, value.centralStart[0]);\n out.maxTime[0] = dateAndtTimeToDate(value.date, value.maxTime[0]);\n out.centralEnd[0] = dateAndtTimeToDate(value.date, value.centralEnd[0]);\n out.partialEnd[0] = dateAndtTimeToDate(value.date, value.partialEnd[0]);\n if (value.type === 'P') {\n return out as PartialEclipseData;\n } else if (value.type === 'A' || value.type === 'T') {\n return out as TotalAnnularEclipseData;\n } else {\n return out as NoEclipseData;\n }\n}\n\n\n// function to convert EclipseData to EclipseData\nfunction convertEclipseDataList(value: EclipseData[]): EclipseData[] {\n return value.map(convertEclipseData);\n}\n\n\nexport function recalculateForObserverUTC(latDeg: number, lonDeg: number, alt: number): EclipseData[] {\n // use UTC timezone and correct longitude for the the West positive convention used in the code\n setObserver(latDeg, -lonDeg, alt, 0);\n const result = calculatefor(SE2024());\n return convertEclipseDataList(result) as EclipseData[];\n}\n","\n\n// make working with ordered pairs a little bit easier\nexport type OrderedPair = { x: T;y: R;};\ntype OrderedPairs = OrderedPair[];\n\n/** Checks if a value is a number */\n\nexport function isNumber(n: unknown): n is number{\n const isnum = typeof n === 'number';\n const isfinite = isnum && isFinite(n);\n const notnan = isnum && !isNaN(n);\n return isnum && isfinite && notnan;\n}\n\n/** Converts two arrays into an array of ordered pairs [ {'x': x[i], 'y' : y[i]} , ... ] . */\nexport function toOrderedPairs(x: T[], y: R[]): OrderedPairs {\n return x.map((x, i) => ({ x, y: y[i] }));\n}\n\n/** Get the arrays from an OrderedPair[] */\nexport function fromOrderedPairs(pairs: OrderedPairs): [T[], R[]] {\n return [pairs.map((pair) => pair.x), pairs.map((pair) => pair.y)];\n}\n\n\n/** apply a function to an array and get back the order pairs */\nexport function elementWise(array: Input[], operation: (x: Input) => Output): OrderedPairs {\n return array.map((x) => ({ x, y: operation(x) }));\n}\n\n\n\n// Functions just for testing\n\nfunction _noise(x: number, n: number): number {\n return x + Math.random() * n - n / 2;\n}\n\n\n// TimeSeries equations\nfunction fractionalYear(date: Date): number {\n // get fractional year\n const year = date.getFullYear();\n const start = new Date(year, 0, 0);\n const end = new Date(year, 11, 31, 23, 59, 59, 999);\n const diff = date.getTime() - start.getTime();\n const total = end.getTime() - start.getTime();\n return year + diff / total;\n}\n\n\n\n// function generate a fake time series and one with and without noise\nexport function generateFakeTimeSeries(start: Date, end: Date, n: number, noise: number = 0): OrderedPairs {\n // get a list of dates\n const dates = Array.from({ length: n }, (_, i) => start.getTime() + (end.getTime() - start.getTime()) * i / (n - 1));\n // get the sine of the fractional year. We want a 1 year period for test data\n const sine = dates.map( (date) => Math.sin(fractionalYear(new Date(date)) * 2 * Math.PI));\n // add noise if requested\n const out = noise ? sine.map(s => _noise(s,1)) : sine;\n // return the ordered pairs\n return toOrderedPairs(dates.map((d) => new Date(d)), out);\n}\n\n\nexport function roundToNearest(val: number, nearest: number) {\n return Math.round(val / nearest) * nearest;\n}\n\nexport function roundToNearestHalf(val: number) {\n return roundToNearest(val, 0.5);\n}\n\n\n\n\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function deepMerge(target: {[key: string]: any}, source: {[key: string]: any}): {[key: string]: any} {\n // copilot\n for (const key in source) {\n if (source[key] instanceof Object) {\n Object.assign(source[key], deepMerge(target[key], source[key]));\n }\n }\n Object.assign(target || {}, source);\n return target;\n}\n\n\n\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\n/**\n * Simple object check.\n * @param item\n * @returns {boolean}\n */\nexport function isObject(item: T): boolean {\n return (item && typeof item === 'object' && !Array.isArray(item));\n}\n\n/**\n * Deep merge two objects.\n * @param target\n * @param ...sources\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function mergeDeep(target: any, ...sources: any) {\n if (!sources.length) return target;\n const source = sources.shift();\n\n if (isObject(target) && isObject(source)) {\n for (const key in source) {\n if (isObject(source[key])) {\n if (!target[key]) Object.assign(target, { [key]: {} });\n mergeDeep(target[key], source[key]);\n } else {\n Object.assign(target, { [key]: source[key] });\n }\n }\n }\n\n return mergeDeep(target, ...sources);\n}\n\n\n\n/** MAPBOX RELATED FUNCTIONS. PULLED FROM SolarEclipse2024.vue Mar6'24 (original by Jon Carifio) */\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 text: string;\n // eslint-disable-next-line @typescript-eslint/naming-convention\n properties: { short_code: string; };\n}\n\nexport interface MapBoxFeatureCollection {\n type: \"FeatureCollection\";\n features: MapBoxFeature[];\n}\n\nconst RELEVANT_FEATURE_TYPES = [\"postcode\", \"place\", \"region\", \"country\"];\nconst NA_COUNTRIES = [\"United States\", \"Canada\", \"Mexico\"];\nconst NA_ABBREVIATIONS = [\"US-\", \"CA-\", \"MX-\"];\n\nfunction mapboxLocationText(location: MapBoxFeatureCollection): string {\n const relevantFeatures = location.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\")) ?? null);\n const pieces: string[] = [];\n if (placeFeature && placeFeature.text) {\n pieces.push(placeFeature.text);\n }\n const countryFeature = relevantFeatures.find(feature => feature.place_type.includes(\"country\"));\n if (countryFeature) {\n let countryText: string | null = countryFeature.text;\n if (NA_COUNTRIES.includes(countryText)) {\n countryText = null;\n const regionFeature = relevantFeatures.find(feature => feature.place_type.includes(\"region\"));\n if (regionFeature) {\n let stateCode = regionFeature.properties.short_code as string;\n if (stateCode) {\n if (NA_ABBREVIATIONS.some(abbr => stateCode.startsWith(abbr))) {\n stateCode = stateCode.substring(3);\n }\n pieces.push(stateCode);\n }\n }\n }\n if (countryText) {\n pieces.push(countryText);\n }\n }\n return pieces.join(\", \");\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 const mapBoxText = await fetch(url)\n .then(response => response.json())\n .then((result: MapBoxFeatureCollection) => {\n if (result.features.length === 0) {\n return null;\n }\n return mapboxLocationText(result);\n })\n .catch((_err) => null);\n if (mapBoxText) {\n return mapBoxText;\n } else {\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}\n\ntype Degrees = number;\nexport function sphereDistance(lat1: Degrees, lon1: Degrees, lat2: Degrees, lon2: Degrees): number {\n\n const φ1 = lat1 * Math.PI/180; // φ, λ in radians\n const φ2 = lat2 * Math.PI/180;\n const deltaPhi = (lat2-lat1) * Math.PI/180;\n const deltaLambda = (lon2-lon1) * Math.PI/180;\n\n const a = Math.sin(deltaPhi/2) * Math.sin(deltaPhi/2) +\n Math.cos(φ1) * Math.cos(φ2) *\n Math.sin(deltaLambda/2) * Math.sin(deltaLambda/2);\n const c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1-a)); // angular distance\n \n return c; \n}\n\n\nexport function toHMS(milliseconds: number): string {\n const seconds = milliseconds / 1000;\n let dur = '';\n const h = Math.floor(seconds / 3600);\n dur += h > 0 ? h + 'h' : '';\n const m = Math.floor(seconds % 3600 / 60);\n dur += m > 0 ? m + 'm' : '';\n const s = Math.floor(seconds % 3600 % 60);\n dur += s > 0 ? s + 's' : '';\n return dur;\n}\n\nexport function spaceHMS(hms: string): string {\n // take a string like 0h0m0s to 0h 0m 0s\n return hms.replace(/(\\d)([hms])/g, '$1$2 ');\n}","export const eclipse=`|16:42|05|30.6S|149|47.6W|06|11.7S|146|38.0W|05|50.2S|148|07.8W|1.043|11|81|159|02m27.5s\n|16:44|04|20.5S|145|29.6W|05|08.4S|143|00.6W|04|44.0S|144|13.0W|1.044|16|81|166|02m36.8s\n|16:46|03|21.2S|142|27.6W|04|12.3S|140|15.6W|03|46.4S|141|20.3W|1.045|19|81|171|02m44.2s\n|16:48|02|27.1S|140|01.8W|03|20.2S|137|59.5W|02|53.3S|138|59.7W|1.046|22|81|174|02m50.6s\n|16:50|01|36.2S|137|58.5W|02|30.8S|136|02.5W|02|03.3S|136|59.7W|1.047|25|81|178|02m56.3s\n|16:52|00|47.7S|136|10.6W|01|43.4S|134|19.0W|01|15.4S|135|14.1W|1.048|27|81|181|03m01.6s\n|16:54|00|01.0S|134|34.2W|00|57.6S|132|45.9W|00|29.1S|133|39.5W|1.048|29|81|183|03m06.4s\n|16:56|00|44.4N|133|06.9W|00|13.0S|131|21.1W|00|15.9N|132|13.5W|1.049|31|81|186|03m10.9s\n|16:58|01|28.6N|131|46.8W|00|30.6N|130|03.0W|00|59.7N|130|54.5W|1.050|33|82|188|03m15.2s\n|17:00|02|11.8N|130|32.7W|01|13.2N|128|50.5W|01|42.7N|129|41.2W|1.050|35|82|190|03m19.3s\n|17:02|02|54.2N|129|23.6W|01|55.1N|127|42.8W|02|24.8N|128|32.8W|1.050|37|82|192|03m23.1s\n|17:04|03|35.9N|128|18.8W|02|36.4N|126|39.1W|03|06.3N|127|28.6W|1.051|38|83|193|03m26.8s\n|17:06|04|17.0N|127|17.7W|03|17.0N|125|39.0W|03|47.2N|126|28.0W|1.051|40|83|194|03m30.3s\n|17:08|04|57.5N|126|19.9W|03|57.2N|124|42.0W|04|27.5N|125|30.6W|1.052|41|84|196|03m33.7s\n|17:10|05|37.5N|125|24.9W|04|36.8N|123|47.8W|05|07.3N|124|36.1W|1.052|43|84|197|03m36.9s\n|17:12|06|17.1N|124|32.5W|05|16.0N|122|56.0W|05|46.7N|123|44.0W|1.052|44|85|198|03m40.0s\n|17:14|06|56.3N|123|42.4W|05|54.8N|122|06.4W|06|25.6N|122|54.1W|1.053|46|86|199|03m42.9s\n|17:16|07|35.0N|122|54.2W|06|33.3N|121|18.7W|07|04.3N|122|06.2W|1.053|47|86|199|03m45.8s\n|17:18|08|13.5N|122|07.9W|07|11.4N|120|32.8W|07|42.5N|121|20.1W|1.053|48|87|200|03m48.5s\n|17:20|08|51.6N|121|23.2W|07|49.2N|119|48.5W|08|20.5N|120|35.6W|1.053|49|88|201|03m51.1s\n|17:22|09|29.4N|120|40.0W|08|26.8N|119|05.7W|08|58.2N|119|52.6W|1.054|51|89|201|03m53.6s\n|17:24|10|07.0N|119|58.1W|09|04.0N|118|24.2W|09|35.6N|119|10.9W|1.054|52|90|202|03m56.0s\n|17:26|10|44.3N|119|17.5W|09|41.1N|117|43.8W|10|12.7N|118|30.4W|1.054|53|91|202|03m58.4s\n|17:28|11|21.4N|118|37.9W|10|17.9N|117|04.6W|10|49.7N|117|51.0W|1.054|54|92|202|04m00.6s\n|17:30|11|58.3N|117|59.4W|10|54.4N|116|26.3W|11|26.4N|117|12.6W|1.055|55|93|202|04m02.7s\n|17:32|12|34.9N|117|21.7W|11|30.8N|115|49.0W|12|02.9N|116|35.1W|1.055|56|94|203|04m04.8s\n|17:34|13|11.4N|116|44.9W|12|07.0N|115|12.4W|12|39.3N|115|58.4W|1.055|57|96|203|04m06.7s\n|17:36|13|47.8N|116|08.8W|12|43.0N|114|36.6W|13|15.4N|115|22.5W|1.055|58|97|203|04m08.6s\n|17:38|14|23.9N|115|33.4W|13|18.9N|114|01.4W|13|51.4N|114|47.2W|1.055|59|99|203|04m10.3s\n|17:40|14|59.9N|114|58.5W|13|54.6N|113|26.8W|14|27.3N|114|12.5W|1.055|60|100|203|04m12.0s\n|17:42|15|35.8N|114|24.3W|14|30.1N|112|52.8W|15|03.0N|113|38.3W|1.056|61|102|203|04m13.6s\n|17:44|16|11.6N|113|50.4W|15|05.5N|112|19.2W|15|38.6N|113|04.6W|1.056|62|104|202|04m15.1s\n|17:46|16|47.2N|113|17.0W|15|40.8N|111|46.0W|16|14.0N|112|31.4W|1.056|63|105|202|04m16.5s\n|17:48|17|22.7N|112|44.0W|16|15.9N|111|13.3W|16|49.3N|111|58.4W|1.056|64|107|202|04m17.9s\n|17:50|17|58.1N|112|11.3W|16|51.0N|110|40.8W|17|24.5N|111|25.8W|1.056|64|109|202|04m19.1s\n|17:52|18|33.4N|111|38.8W|17|25.9N|110|08.6W|17|59.6N|110|53.5W|1.056|65|112|202|04m20.3s\n|17:54|19|08.6N|111|06.5W|18|00.7N|109|36.6W|18|34.7N|110|21.4W|1.056|66|114|202|04m21.4s\n|17:56|19|43.7N|110|34.4W|18|35.4N|109|04.8W|19|09.6N|109|49.4W|1.056|66|116|201|04m22.4s\n|17:58|20|18.8N|110|02.5W|19|10.1N|108|33.1W|19|44.4N|109|17.6W|1.056|67|119|201|04m23.4s\n|18:00|20|53.8N|109|30.6W|19|44.6N|108|01.5W|20|19.2N|108|45.8W|1.056|67|122|201|04m24.2s\n|18:02|21|28.7N|108|58.7W|20|19.1N|107|29.9W|20|53.8N|108|14.1W|1.056|68|125|200|04m25.0s\n|18:04|22|03.5N|108|26.8W|20|53.5N|106|58.4W|21|28.5N|107|42.4W|1.056|68|128|200|04m25.7s\n|18:06|22|38.3N|107|54.9W|21|27.8N|106|26.8W|22|03.0N|107|10.7W|1.056|69|131|200|04m26.3s\n|18:08|23|13.0N|107|22.8W|22|02.0N|105|55.1W|22|37.5N|106|38.8W|1.057|69|134|199|04m26.8s\n|18:10|23|47.7N|106|50.7W|22|36.2N|105|23.3W|23|11.9N|106|06.8W|1.057|69|137|199|04m27.2s\n|18:12|24|22.3N|106|18.3W|23|10.3N|104|51.4W|23|46.3N|105|34.7W|1.057|70|140|199|04m27.6s\n|18:14|24|56.9N|105|45.7W|23|44.4N|104|19.2W|24|20.6N|105|02.3W|1.057|70|144|198|04m27.9s\n|18:16|25|31.4N|105|12.9W|24|18.4N|103|46.8W|24|54.8N|104|29.7W|1.057|70|147|198|04m28.1s\n|18:18|26|05.9N|104|39.8W|24|52.3N|103|14.2W|25|29.1N|103|56.8W|1.057|70|151|197|04m28.2s\n|18:20|26|40.4N|104|06.3W|25|26.3N|102|41.2W|26|03.3N|103|23.6W|1.057|70|154|197|04m28.2s\n|18:22|27|14.8N|103|32.4W|26|00.1N|102|07.8W|26|37.4N|102|49.9W|1.057|70|157|197|04m28.1s\n|18:24|27|49.2N|102|58.0W|26|33.9N|101|34.0W|27|11.5N|102|15.9W|1.056|69|161|196|04m28.0s\n|18:26|28|23.6N|102|23.2W|27|07.7N|100|59.8W|27|45.6N|101|41.4W|1.056|69|164|196|04m27.7s\n|18:28|28|57.9N|101|47.8W|27|41.4N|100|25.1W|28|19.6N|101|06.3W|1.056|69|168|195|04m27.4s\n|18:30|29|32.2N|101|11.9W|28|15.1N|099|49.8W|28|53.6N|100|30.7W|1.056|68|171|195|04m27.0s\n|18:32|30|06.5N|100|35.3W|28|48.8N|099|13.9W|29|27.6N|099|54.5W|1.056|68|174|194|04m26.5s\n|18:34|30|40.8N|099|57.9W|29|22.4N|098|37.4W|30|01.5N|099|17.5W|1.056|68|177|194|04m26.0s\n|18:36|31|15.0N|099|19.9W|29|56.0N|098|00.1W|30|35.4N|098|39.9W|1.056|67|180|193|04m25.3s\n|18:38|31|49.3N|098|41.0W|30|29.6N|097|22.1W|31|09.3N|098|01.5W|1.056|66|183|193|04m24.5s\n|18:40|32|23.5N|098|01.3W|31|03.1N|096|43.3W|31|43.2N|097|22.2W|1.056|66|185|192|04m23.7s\n|18:42|32|57.6N|097|20.6W|31|36.6N|096|03.6W|32|17.0N|096|42.0W|1.056|65|188|192|04m22.7s\n|18:44|33|31.8N|096|38.8W|32|10.0N|095|23.0W|32|50.8N|096|00.8W|1.056|64|191|191|04m21.7s\n|18:46|34|05.9N|095|56.0W|32|43.4N|094|41.3W|33|24.6N|095|18.6W|1.056|64|193|191|04m20.6s\n|18:48|34|40.0N|095|12.1W|33|16.8N|093|58.5W|33|58.3N|094|35.2W|1.056|63|195|190|04m19.4s\n|18:50|35|14.1N|094|26.9W|33|50.1N|093|14.6W|34|32.0N|093|50.7W|1.055|62|198|189|04m18.0s\n|18:52|35|48.1N|093|40.3W|34|23.4N|092|29.5W|35|05.6N|093|04.8W|1.055|61|200|189|04m16.6s\n|18:54|36|22.1N|092|52.3W|34|56.6N|091|43.0W|35|39.2N|092|17.6W|1.055|60|202|188|04m15.1s\n|18:56|36|56.0N|092|02.8W|35|29.8N|090|55.0W|36|12.8N|091|28.9W|1.055|59|204|188|04m13.5s\n|18:58|37|29.9N|091|11.6W|36|02.9N|090|05.6W|36|46.3N|090|38.6W|1.055|58|206|187|04m11.8s\n|19:00|38|03.8N|090|18.7W|36|36.0N|089|14.5W|37|19.7N|089|46.6W|1.055|57|208|186|04m10.0s\n|19:02|38|37.5N|089|23.9W|37|09.0N|088|21.6W|37|53.1N|088|52.8W|1.054|56|210|186|04m08.1s\n|19:04|39|11.2N|088|27.0W|37|41.9N|087|26.9W|38|26.3N|087|57.0W|1.054|55|212|185|04m06.1s\n|19:06|39|44.8N|087|27.9W|38|14.7N|086|30.1W|38|59.5N|086|59.1W|1.054|54|214|184|04m04.0s\n|19:08|40|18.2N|086|26.5W|38|47.4N|085|31.1W|39|32.6N|085|58.9W|1.054|53|216|183|04m01.7s\n|19:10|40|51.6N|085|22.6W|39|19.9N|084|29.8W|40|05.6N|084|56.3W|1.054|52|217|183|03m59.4s\n|19:12|41|24.8N|084|15.9W|39|52.4N|083|26.0W|40|38.4N|083|51.1W|1.053|51|219|182|03m56.9s\n|19:14|41|57.8N|083|06.3W|40|24.7N|082|19.4W|41|11.0N|082|43.0W|1.053|50|221|181|03m54.4s\n|19:16|42|30.6N|081|53.4W|40|56.8N|081|09.9W|41|43.5N|081|31.9W|1.053|48|223|180|03m51.7s\n|19:18|43|03.2N|080|37.0W|41|28.7N|079|57.1W|42|15.8N|080|17.4W|1.052|47|224|179|03m48.9s\n|19:20|43|35.6N|079|16.9W|42|00.4N|078|40.9W|42|47.8N|078|59.2W|1.052|46|226|179|03m45.9s\n|19:22|44|07.6N|077|52.5W|42|31.8N|077|20.8W|43|19.5N|077|37.0W|1.052|44|228|178|03m42.8s\n|19:24|44|39.3N|076|23.6W|43|02.9N|075|56.5W|43|50.9N|076|10.5W|1.052|43|230|177|03m39.6s\n|19:26|45|10.6N|074|49.6W|43|33.7N|074|27.6W|44|21.9N|074|39.1W|1.051|41|232|176|03m36.3s\n|19:28|45|41.4N|073|10.0W|44|04.0N|072|53.5W|44|52.4N|073|02.4W|1.051|40|234|175|03m32.8s\n|19:30|46|11.6N|071|24.2W|44|33.8N|071|13.8W|45|22.4N|071|19.7W|1.050|38|236|173|03m29.1s\n|19:32|46|41.1N|069|31.3W|45|03.0N|069|27.7W|45|51.8N|069|30.3W|1.050|37|238|172|03m25.2s\n|19:34|47|09.8N|067|30.4W|45|31.6N|067|34.4W|46|20.5N|067|33.4W|1.050|35|240|171|03m21.2s\n|19:36|47|37.5N|065|20.4W|45|59.3N|065|32.8W|46|48.2N|065|27.8W|1.049|33|242|170|03m17.0s\n|19:38|48|04.0N|062|59.9W|46|26.0N|063|21.8W|47|14.8N|063|12.1W|1.049|31|244|168|03m12.5s\n|19:40|48|29.1N|060|26.8W|46|51.5N|060|59.6W|47|40.1N|060|44.7W|1.048|29|247|167|03m07.7s\n|19:42|48|52.2N|057|38.5W|47|15.4N|058|24.0W|48|03.7N|058|03.1W|1.047|27|249|165|03m02.7s\n|19:44|49|13.0N|054|31.6W|47|37.4N|055|32.1W|48|25.1N|055|03.9W|1.047|25|252|163|02m57.2s\n|19:46|49|30.6N|051|00.3W|47|56.9N|052|19.4W|48|43.7N|051|42.4W|1.046|22|255|161|02m51.3s\n|19:48|49|43.5N|046|55.5W|48|12.7N|048|38.8W|48|58.2N|047|50.4W|1.045|20|259|159|02m44.8s\n|19:50|49|49.3N|041|59.5W|48|23.3N|044|17.7W|49|06.6N|043|13.1W|1.044|16|263|156|02m37.3s\n|19:52|49|41.3N|035|27.0W|48|24.7N|038|48.5W|49|03.9N|037|15.7W|1.043|12|268|153|02m28.2s`;\n","import { render } from \"./SolarEclipse2024.vue?vue&type=template&id=3815cba2&ts=true\"\nimport script from \"./SolarEclipse2024.vue?vue&type=script&lang=ts\"\nexport * from \"./SolarEclipse2024.vue?vue&type=script&lang=ts\"\n\nimport \"./SolarEclipse2024.vue?vue&type=style&index=0&id=3815cba2&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 { renderSlot as _renderSlot, Transition as _Transition, withCtx as _withCtx, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createBlock(_Transition, {\n name: \"expand\",\n onEnter: _ctx.enter,\n onAfterEnter: _ctx.afterEnter,\n onLeave: _ctx.leave\n }, {\n default: _withCtx(() => [\n _renderSlot(_ctx.$slots, \"default\", {}, undefined, true)\n ]),\n _: 3\n }, 8, [\"onEnter\", \"onAfterEnter\", \"onLeave\"]))\n}","\n\n\n\n\n","import { render } from \"./TransitionExpand.vue?vue&type=template&id=4fd945ad&scoped=true&ts=true\"\nimport script from \"./TransitionExpand.vue?vue&type=script&lang=ts\"\nexport * from \"./TransitionExpand.vue?vue&type=script&lang=ts\"\n\nimport \"./TransitionExpand.vue?vue&type=style&index=0&id=4fd945ad&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-4fd945ad\"]])\n\nexport default __exports__","import { createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\"\n\nconst _withScopeId = n => (_pushScopeId(\"data-v-6a82dddb\"),n=n(),_popScopeId(),n)\nconst _hoisted_1 = [\"id\"]\nconst _hoisted_2 = [\"src\", \"alt\"]\nconst _hoisted_3 = { key: 0 }\nconst _hoisted_4 = { class: \"wcag-gif-container1\" }\nconst _hoisted_5 = [\"src\", \"alt\"]\nconst _hoisted_6 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"cite\", { style: {\"display\":\"none\"} }, [\n /*#__PURE__*/_createTextVNode(\" Adapted from \"),\n /*#__PURE__*/_createElementVNode(\"a\", { href: \"https://css-tricks.com/pause-gif-details-summary/\" }, \"CSS Tricks\"),\n /*#__PURE__*/_createTextVNode(\" and \"),\n /*#__PURE__*/_createElementVNode(\"a\", { href: \"https://codepen.io/chriscoyier/pen/pogQJER\" }, \"CodePen\")\n], -1))\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\n return (_openBlock(), _createElementBlock(\"div\", {\n id: _ctx.id,\n class: \"wcag-gif-container\"\n }, [\n _createElementVNode(\"img\", {\n src: _ctx.still,\n alt: _ctx.alt,\n loading: \"lazy\"\n }, null, 8, _hoisted_2),\n (!(_ctx.stayPaused || _ctx.stillOnly))\n ? (_openBlock(), _createElementBlock(\"details\", _hoisted_3, [\n _createElementVNode(\"summary\", {\n role: \"button\",\n \"aria-label\": \"static image\",\n onClick: _cache[0] || (_cache[0] = \n//@ts-ignore\n(...args) => (_ctx.onClick && _ctx.onClick(...args)))\n }, [\n _createVNode(_component_v_icon, { color: \"black\" }, {\n default: _withCtx(() => [\n _createTextVNode(_toDisplayString(_ctx.pause ? 'mdi-play' : 'mdi-pause'), 1)\n ]),\n _: 1\n })\n ]),\n _createElementVNode(\"div\", _hoisted_4, [\n _createElementVNode(\"img\", {\n src: _ctx.gif,\n alt: 'Animated: ' + _ctx.alt,\n loading: \"lazy\"\n }, null, 8, _hoisted_5)\n ])\n ]))\n : _createCommentVNode(\"\", true),\n _hoisted_6\n ], 8, _hoisted_1))\n}","\n \n\n\n\n","import { render } from \"./GifPlayPause.vue?vue&type=template&id=6a82dddb&scoped=true&ts=true\"\nimport script from \"./GifPlayPause.vue?vue&type=script&lang=ts\"\nexport * from \"./GifPlayPause.vue?vue&type=script&lang=ts\"\n\nimport \"./GifPlayPause.vue?vue&type=style&index=0&id=6a82dddb&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-6a82dddb\"]])\n\nexport default __exports__","import { createElementVNode as _createElementVNode, createStaticVNode as _createStaticVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = { id: \"logo-credits\" }\nconst _hoisted_2 = /*#__PURE__*/_createStaticVNode(\"
\\\"CosmicDS\\\"WWT\\\"SciAct\\\"SciAct
\", 1)\nconst _hoisted_3 = [\n _hoisted_2\n]\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"div\", _hoisted_1, _hoisted_3))\n}","\n\n\n","import { render } from \"./CreditLogos.vue?vue&type=template&id=2f533742&ts=true\"\nimport script from \"./CreditLogos.vue?vue&type=script&lang=ts\"\nexport * from \"./CreditLogos.vue?vue&type=script&lang=ts\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, renderSlot as _renderSlot, withKeys as _withKeys, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\"\n\nconst _withScopeId = n => (_pushScopeId(\"data-v-9cfb3dd2\"),n=n(),_popScopeId(),n)\nconst _hoisted_1 = [\"aria-label\"]\nconst _hoisted_2 = [\"id\"]\nconst _hoisted_3 = [\"src\", \"alt\"]\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"div\", {\n class: \"focus-wrapper\",\n onFocus: _cache[5] || (_cache[5] = ($event: any) => (_ctx.focused = true)),\n onKeydown: _cache[6] || (_cache[6] = _withKeys(($event: any) => (_ctx.$emit('click')), [\"enter\"])),\n \"aria-label\": _ctx.altText ? 'Select if ' + _ctx.altText : 'Image Label',\n role: \"button\"\n }, [\n _createElementVNode(\"div\", {\n id: `image-label-${_ctx.id}`,\n class: \"image-label-container\",\n style: _normalizeStyle(_ctx.containerCSS),\n onMouseover: _cache[0] || (_cache[0] = ($event: any) => (_ctx.hovered = true)),\n onMouseout: _cache[1] || (_cache[1] = ($event: any) => (_ctx.hovered = false)),\n onMousedown: _cache[2] || (_cache[2] = ($event: any) => (_ctx.active = true)),\n onMouseup: _cache[3] || (_cache[3] = ($event: any) => (_ctx.active = false)),\n onBlur: _cache[4] || (_cache[4] = ($event: any) => (_ctx.focused = false)),\n \"aria-hidden\": \"true\"\n }, [\n (_ctx.image)\n ? (_openBlock(), _createElementBlock(\"img\", {\n key: 0,\n src: _ctx.image,\n alt: _ctx.altText ?? _ctx.image\n }, null, 8, _hoisted_3))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"div\", {\n class: \"image-label-background\",\n style: _normalizeStyle(_ctx.backgroundCSS),\n \"aria-hidden\": \"true\"\n }, null, 4),\n _createElementVNode(\"div\", {\n class: \"image-label-text\",\n style: _normalizeStyle(_ctx.textCSS)\n }, [\n _renderSlot(_ctx.$slots, \"default\", {}, undefined, true)\n ], 4)\n ], 44, _hoisted_2)\n ], 40, _hoisted_1))\n}","\n\n\n\n\n\n\n","import { render } from \"./ImageLabel.vue?vue&type=template&id=9cfb3dd2&scoped=true&ts=true\"\nimport script from \"./ImageLabel.vue?vue&type=script&lang=ts\"\nexport * from \"./ImageLabel.vue?vue&type=script&lang=ts\"\n\nimport \"./ImageLabel.vue?vue&type=style&index=0&id=9cfb3dd2&lang=less&scoped=true\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-9cfb3dd2\"]])\n\nexport default __exports__","import { toDisplayString as _toDisplayString, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, resolveComponent as _resolveComponent, createBlock as _createBlock, createVNode as _createVNode, createTextVNode as _createTextVNode, renderSlot as _renderSlot, createElementVNode as _createElementVNode } from \"vue\"\n\nconst _hoisted_1 = [\"id\"]\nconst _hoisted_2 = { key: 0 }\nconst _hoisted_3 = { key: 1 }\nconst _hoisted_4 = { key: 2 }\nconst _hoisted_5 = [\"innerHTML\"]\nconst _hoisted_6 = { key: 5 }\nconst _hoisted_7 = { key: 1 }\nconst _hoisted_8 = { key: 6 }\nconst _hoisted_9 = { key: 0 }\nconst _hoisted_10 = {\n key: 7,\n class: \"geolocation-text\"\n}\nconst _hoisted_11 = {\n key: 8,\n class: \"geolocation-coords\"\n}\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_v_btn = _resolveComponent(\"v-btn\")!\n const _component_v_progress_circular = _resolveComponent(\"v-progress-circular\")!\n const _component_v_icon = _resolveComponent(\"v-icon\")!\n\n return (_openBlock(), _createElementBlock(\"span\", {\n id: `geolocation-wrapper+${_ctx.id}`,\n class: \"geolocation\"\n }, [\n (_ctx.showPermissions)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_2, \"Geolocation \" + _toDisplayString(_ctx.permissions), 1))\n : _createCommentVNode(\"\", true),\n (_ctx.showPermissions)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_3, \"location \" + _toDisplayString(_ctx.geolocation), 1))\n : _createCommentVNode(\"\", true),\n (_ctx.showPermissions)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_4, \"counter \" + _toDisplayString(_ctx.counter), 1))\n : _createCommentVNode(\"\", true),\n (_ctx.showPermissions)\n ? (_openBlock(), _createElementBlock(\"p\", {\n key: 3,\n innerHTML: _ctx.msg\n }, null, 8, _hoisted_5))\n : _createCommentVNode(\"\", true),\n (!_ctx.hideButton)\n ? (_openBlock(), _createBlock(_component_v_btn, {\n key: 4,\n class: \"geolocation-button\",\n density: _ctx.density,\n size: _ctx.size,\n variant: _ctx.geolocation ? (_ctx.useTextButton ? 'tonal' : 'flat') : 'outlined',\n elevation: _ctx.elevation,\n loading: _ctx.loading,\n icon: _ctx.useTextButton ? undefined : _ctx.icon,\n \"prepend-icon\": _ctx.useTextButton ? _ctx.icon : undefined,\n color: _ctx.geolocationError ? 'red' : _ctx.color,\n onClick: _ctx.getLocation,\n text: _ctx.useTextButton ? _ctx.label : undefined\n }, null, 8, [\"density\", \"size\", \"variant\", \"elevation\", \"loading\", \"icon\", \"prepend-icon\", \"color\", \"onClick\", \"text\"]))\n : _createCommentVNode(\"\", true),\n ((_ctx.showTextProgress || _ctx.showProgressCircle) && _ctx.loading && _ctx.hideButton && _ctx.permissionGranted)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_6, [\n (_ctx.showProgressCircle)\n ? (_openBlock(), _createBlock(_component_v_progress_circular, {\n key: 0,\n size: _ctx.progressCircleSize,\n width: 2,\n color: _ctx.color,\n indeterminate: \"\"\n }, null, 8, [\"size\", \"color\"]))\n : _createCommentVNode(\"\", true),\n (_ctx.showTextProgress)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_7, \"Fetching location\"))\n : _createCommentVNode(\"\", true)\n ]))\n : _createCommentVNode(\"\", true),\n ((_ctx.showTextProgress ) && _ctx.loaded)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_8, [\n (_ctx.showTextProgress)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_9, [\n _createVNode(_component_v_icon, {\n size: \"small\",\n icon: \"mdi-check-circle-outline\"\n }),\n _createTextVNode(\" Using your location\")\n ]))\n : _createCommentVNode(\"\", true)\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.showTextLabel && !_ctx.useTextButton)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_10, [\n _renderSlot(_ctx.$slots, \"default\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.label), 1)\n ])\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.showCoords)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_11, [\n _createElementVNode(\"p\", null, \"Latitude: \" + _toDisplayString(_ctx.geolocation?.latitude), 1),\n _createElementVNode(\"p\", null, \"Longitude: \" + _toDisplayString(_ctx.geolocation?.longitude), 1)\n ]))\n : _createCommentVNode(\"\", true)\n ], 8, _hoisted_1))\n}","\n\n\n\n","import { render } from \"./GeolocationButton.vue?vue&type=template&id=0530c92c&ts=true\"\nimport script from \"./GeolocationButton.vue?vue&type=script&lang=ts\"\nexport * from \"./GeolocationButton.vue?vue&type=script&lang=ts\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { renderSlot as _renderSlot, mergeProps as _mergeProps, createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, resolveComponent as _resolveComponent, withCtx as _withCtx, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nconst _hoisted_1 = [\"id\"]\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_v_tooltip = _resolveComponent(\"v-tooltip\")!\n\n return (_openBlock(), _createBlock(_component_v_tooltip, _mergeProps({\n modelValue: _ctx.tooltip,\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = ($event: any) => ((_ctx.tooltip) = $event)),\n location: _ctx.tooltipLocation as LocationType,\n \"open-on-click\": _ctx.tooltipOnClick,\n \"open-on-focus\": _ctx.tooltipOnFocus,\n \"open-on-hover\": _ctx.tooltipOnHover,\n offset: _ctx.tooltipOffset,\n disabled: !_ctx.tooltipText || !_ctx.showTooltip\n }, _ctx.$attrs), {\n activator: _withCtx(({ props }: { props: Record }) => [\n _createElementVNode(\"div\", _mergeProps(props, {\n id: _ctx.buttonID,\n onTouchstart: _cache[0] || (_cache[0] = \n//@ts-ignore\n(...args) => (_ctx.handleTouchStart && _ctx.handleTouchStart(...args))),\n onTouchend: _cache[1] || (_cache[1] = \n//@ts-ignore\n(...args) => (_ctx.handleTouchEnd && _ctx.handleTouchEnd(...args)))\n }), [\n _renderSlot(_ctx.$slots, \"target\")\n ], 16, _hoisted_1)\n ]),\n default: _withCtx(() => [\n _renderSlot(_ctx.$slots, \"default\", {}, () => [\n _createElementVNode(\"span\", null, _toDisplayString(_ctx.tooltipText), 1)\n ])\n ]),\n _: 3\n }, 16, [\"modelValue\", \"location\", \"open-on-click\", \"open-on-focus\", \"open-on-hover\", \"offset\", \"disabled\"]))\n}","\n\n\n\n\n","import { render } from \"./HoverTooltip.vue?vue&type=template&id=670f5fc0&ts=true\"\nimport script from \"./HoverTooltip.vue?vue&type=script&lang=ts\"\nexport * from \"./HoverTooltip.vue?vue&type=script&lang=ts\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = { class: \"cloud-cover-container my-2 py-1\" }\nconst _hoisted_2 = { class: \"cloud-cover-label\" }\nconst _hoisted_3 = /*#__PURE__*/_createElementVNode(\"div\", { class: \"cloud-cover-label-text\" }, [\n /*#__PURE__*/_createTextVNode(\" Median historical\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\"cloud cover: \")\n], -1)\nconst _hoisted_4 = { class: \"cloud-cover-label-value\" }\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\n return (_openBlock(), _createElementBlock(\"div\", _hoisted_1, [\n _createElementVNode(\"div\", null, [\n _createVNode(_component_v_icon, { size: \"35\" }, {\n default: _withCtx(() => [\n _createTextVNode(_toDisplayString(_ctx.cloudIcon), 1)\n ]),\n _: 1\n })\n ]),\n _createElementVNode(\"div\", _hoisted_2, [\n _hoisted_3,\n _createElementVNode(\"div\", _hoisted_4, _toDisplayString(_ctx.cloudCoverFracToLabel), 1)\n ])\n ]))\n}","\n\n\n\n\n\n\n","import { render } from \"./CloudCover.vue?vue&type=template&id=bd89370a&ts=true\"\nimport script from \"./CloudCover.vue?vue&type=script&lang=ts\"\nexport * from \"./CloudCover.vue?vue&type=script&lang=ts\"\n\nimport \"./CloudCover.vue?vue&type=style&index=0&id=bd89370a&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 { mergeProps as _mergeProps, renderSlot as _renderSlot, toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nconst _hoisted_1 = [\"innerHTML\"]\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_v_tooltip = _resolveComponent(\"v-tooltip\")!\n\n return (_openBlock(), _createBlock(_component_v_tooltip, {\n class: \"define-term-tooltip\",\n modelValue: _ctx.tooltip,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = ($event: any) => ((_ctx.tooltip) = $event)),\n width: _ctx.width,\n \"open-on-click\": !_ctx.noClick,\n \"open-on-hover\": true,\n \"open-on-focus\": true,\n \"location-strategy\": \"connected\",\n location: \"bottom center\",\n origin: \"top center\",\n offset: \"-2\",\n \"content-class\": \"top-triangle\"\n }, {\n activator: _withCtx(({props}) => [\n _renderSlot(_ctx.$slots, \"term\", _mergeProps(props, {\n tabindex: \"0\",\n props: props\n }), () => [\n _createElementVNode(\"span\", _mergeProps({\n tabindex: \"0\",\n class: ['define-term-tooltip', _ctx.inline ? 'inline' : '', _ctx.bold ? 'define-term-bold' : '', _ctx.underlined ? 'define-term-underline' : '' ]\n }, props), _toDisplayString(_ctx.term), 17)\n ])\n ]),\n default: _withCtx(() => [\n _renderSlot(_ctx.$slots, \"definition\", {}, () => [\n _createElementVNode(\"div\", {\n class: \"define-term-tooltip definition\",\n innerHTML: _ctx.definition\n }, null, 8, _hoisted_1)\n ])\n ]),\n _: 3\n }, 8, [\"modelValue\", \"width\", \"open-on-click\"]))\n}","\nimport { tooltip } from 'leaflet';\n\n \n\n\n\n","import { render } from \"./DefineTerm.vue?vue&type=template&id=9d76d128&ts=true\"\nimport script from \"./DefineTerm.vue?vue&type=script&lang=ts\"\nexport * from \"./DefineTerm.vue?vue&type=script&lang=ts\"\n\nimport \"./DefineTerm.vue?vue&type=style&index=0&id=9d76d128&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 { createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, renderList as _renderList, Fragment as _Fragment, mergeProps as _mergeProps, normalizeStyle as _normalizeStyle } from \"vue\"\n\nconst _hoisted_1 = {\n key: 1,\n id: \"playback-play-pause-button\"\n}\nconst _hoisted_2 = {\n key: 0,\n id: \"playback-reverse-time\"\n}\nconst _hoisted_3 = { id: \"reverse-button-text\" }\nconst _hoisted_4 = { id: \"playback-slider-container\" }\nconst _hoisted_5 = { id: \"tick-container\" }\nconst _hoisted_6 = { class: \"tick-label\" }\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_icon_button = _resolveComponent(\"icon-button\")!\n const _component_v_slider = _resolveComponent(\"v-slider\")!\n\n return (_openBlock(), _createElementBlock(\"div\", {\n id: \"enclosing-playback-container\",\n style: _normalizeStyle(_ctx.cssVars)\n }, [\n ((_ctx.inline && _ctx.inlineButton) || _ctx.showCloseButton)\n ? (_openBlock(), _createElementBlock(\"div\", {\n key: 0,\n id: \"playback-close-button\",\n onClick: _cache[0] || (_cache[0] = ($event: any) => (_ctx.$emit('close')))\n }, [\n _createVNode(_component_v_icon, {\n color: _ctx.color,\n size: \"18\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-close\")\n ]),\n _: 1\n }, 8, [\"color\"])\n ]))\n : _createCommentVNode(\"\", true),\n (!_ctx.inline || _ctx.inlineButton)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_1, [\n _createVNode(_component_icon_button, {\n \"md-icon\": _ctx.isPaused ? 'mdi-play' : 'mdi-pause',\n onActivate: _cache[1] || (_cache[1] = ($event: any) => (_ctx.isPaused = !_ctx.isPaused)),\n color: _ctx.color,\n \"focus-color\": _ctx.color,\n \"tooltip-text\": \"Play/Pause\",\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n \"md-size\": \"18\"\n }, null, 8, [\"md-icon\", \"color\", \"focus-color\"]),\n (!_ctx.inline || _ctx.inlineButton)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_2, [\n _createVNode(_component_icon_button, {\n onActivate: _cache[2] || (_cache[2] = ($event: any) => (_ctx.reverseTime = !_ctx.reverseTime)),\n \"md-icon\": _ctx.reverseTime ? 'mdi-step-forward-2' : 'mdi-step-backward-2',\n color: _ctx.color,\n \"focus-color\": _ctx.color,\n \"tooltip-text\": \"Forward/Reverse\",\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n \"md-size\": \"18\"\n }, null, 8, [\"md-icon\", \"color\", \"focus-color\"]),\n _createElementVNode(\"span\", _hoisted_3, _toDisplayString(_ctx.reverseTime ? 'Forward' : 'Reverse'), 1)\n ]))\n : _createCommentVNode(\"\", true)\n ]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"div\", _hoisted_4, [\n _createElementVNode(\"div\", _hoisted_5, [\n (_openBlock(true), _createElementBlock(_Fragment, null, _renderList(_ctx.index, (val) => {\n return (_openBlock(), _createElementBlock(\"div\", _mergeProps({ key: val }, _ctx.options(val), { class: \"tick\" }), [\n _createElementVNode(\"span\", _hoisted_6, _toDisplayString(_ctx.valueToMark(val)), 1)\n ], 16))\n }), 128))\n ]),\n _createVNode(_component_v_slider, {\n ref: \"slider\",\n \"hide-details\": \"\",\n modelValue: _ctx.value,\n \"onUpdate:modelValue\": _cache[3] || (_cache[3] = ($event: any) => ((_ctx.value) = $event)),\n max: _ctx.max ?? _ctx.index[_ctx.index.length - 1],\n min: _ctx.min ?? _ctx.index[0],\n \"thumb-size\": 16,\n color: \"white\",\n \"track-color\": \"white\",\n \"track-fill-color\": \"white\",\n \"thumb-color\": \"blue\",\n \"track-size\": \"8\",\n step: _ctx.step,\n \"show-ticks\": _ctx.useBuiltInTicks ? 'always' : false,\n ticks: _ctx.useBuiltInTicks ? _ctx.marks : undefined\n }, null, 8, [\"modelValue\", \"max\", \"min\", \"step\", \"show-ticks\", \"ticks\"])\n ])\n ], 4))\n}","\n\n\n\n\n","\n\ntype PNum = number | number[];\ntype ONum = T extends number ? number : number[];\n \nexport class SymmetricalLogTransform {\n // adapted from matplotlib\n // https://github.com/matplotlib/matplotlib/blob/main/lib/matplotlib/scale.py#L348\n private base: number;\n private logBase: number;\n \n\n constructor(base: number = 10) {\n this.base = base;\n this.logBase = Math.log(base);\n }\n \n private log(x: number): number {\n // need this to return exact numbers and 0\n if (x === 0) {\n return 0;\n } \n if (this.base == 10) {\n return Math.log10(x);\n }\n if (this.base == 2) {\n return Math.log2(x);\n }\n if (this.base == Math.E) {\n return Math.log(x);\n }\n return Math.log(x) / this.logBase;\n }\n \n // generate a sequence of values\n public sequence(max: number, index: boolean = true): number[] {\n const rightSide = (new Array(max + 1)).fill(0).map((_, i) => (i+1));\n const leftSide = rightSide.map((value) => -value).reverse();\n const seq = leftSide.concat([0]).concat(rightSide);\n if (index) {\n return seq;\n } else {\n return this.fromSymLogIndex(seq);\n }\n }\n \n // transform from real numbers to symmetrical log scale\n private inverseTransform(value: T): ONum {\n // if value is an array, map over it\n if (Array.isArray(value)) {\n return value.map((v) => this.inverseTransform(v)) as ONum;\n } \n const absValue = Math.abs(value);\n let out: number;\n\n if (absValue > 1) {\n out = Math.sign(value) * Math.pow(this.base, absValue) / this.base;\n } else {\n out = value;\n }\n return out as ONum;\n }\n \n private transform(value: T): ONum {\n // if value is an array, map over it\n if (Array.isArray(value)) {\n return value.map((v) => this.transform(v)) as ONum;\n }\n \n const absValue = Math.abs(value);\n let out: number;\n\n if (absValue > 1) {\n out = Math.sign(value) * (this.log(absValue) + 1);\n } else {\n out = value;\n }\n return out as ONum;\n }\n \n // from -3, -2, -1, 0, 1, 2, 3 --> -100, -10, -1, 0, 1, 10, 100\n public fromSymLogIndex(value: T): ONum {\n return this.inverseTransform(value);\n }\n \n public toSymlogIndex(value: T): ONum {\n return this.transform(value);\n }\n\n}\n\n\nexport function makeSymmetric(right: number[]): number[] {\n const left = right.map((value) => -value).reverse();\n return left.concat([0]).concat(right);\n}\n\n// generate sequence using step size\nexport function linspace(start: number, stop: number, delta: number): number[] {\n const out = [];\n for (let i = start; i <= stop; i += delta) {\n out.push(i);\n }\n return out;\n}\n\nexport function symmLinspace(start: number, stop: number, delta: number): number[] {\n const right = linspace(start, stop, delta);\n return makeSymmetric(right);\n}","import { render } from \"./PlaybackControl.vue?vue&type=template&id=2d17cea8&ts=true\"\nimport script from \"./PlaybackControl.vue?vue&type=script&lang=ts\"\nexport * from \"./PlaybackControl.vue?vue&type=script&lang=ts\"\n\nimport \"./PlaybackControl.vue?vue&type=style&index=0&id=2d17cea8&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 { toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, createElementVNode as _createElementVNode, mergeProps as _mergeProps, vModelSelect as _vModelSelect, withDirectives as _withDirectives, renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, createBlock as _createBlock, normalizeClass as _normalizeClass } from \"vue\"\n\nconst _hoisted_1 = { class: \"intro\" }\nconst _hoisted_2 = /*#__PURE__*/_createElementVNode(\"label\", {\n class: \"d-inline d-sm-block d-xl-inline\",\n for: \"statistics\"\n}, \"Show me \", -1)\nconst _hoisted_3 = /*#__PURE__*/_createElementVNode(\"option\", {\n disabled: \"\",\n value: \"\"\n}, \"Select one\", -1)\nconst _hoisted_4 = /*#__PURE__*/_createElementVNode(\"option\", { value: \"mean\" }, \"the Mean\", -1)\nconst _hoisted_5 = /*#__PURE__*/_createElementVNode(\"option\", { value: \"median\" }, \"the Median\", -1)\nconst _hoisted_6 = /*#__PURE__*/_createElementVNode(\"option\", { value: \"singleyear\" }, \"a Single Year\", -1)\nconst _hoisted_7 = [\n _hoisted_3,\n _hoisted_4,\n _hoisted_5,\n _hoisted_6\n]\nconst _hoisted_8 = /*#__PURE__*/_createElementVNode(\"label\", {\n class: \"d-inline d-sm-block d-md-inline\",\n for: \"years\"\n}, \" of the cloud cover for \", -1)\nconst _hoisted_9 = /*#__PURE__*/_createElementVNode(\"option\", {\n disabled: \"\",\n value: \"\"\n}, \"Select one\", -1)\nconst _hoisted_10 = [\"value\"]\nconst _hoisted_11 = /*#__PURE__*/_createElementVNode(\"option\", {\n disabled: \"\",\n value: \"\"\n}, \"Select one\", -1)\nconst _hoisted_12 = [\"value\"]\nconst _hoisted_13 = /*#__PURE__*/_createElementVNode(\"hr\", { style: {\"width\":\"100%\",\"margin-block\":\"1rem\"} }, null, -1)\nconst _hoisted_14 = { class: \"attention\" }\nconst _hoisted_15 = {\n id: \"awv-cloud-cover-display\",\n class: \"\"\n}\nconst _hoisted_16 = { class: \"attention\" }\nconst _hoisted_17 = {\n key: 0,\n style: {\"color\":\"#ff0000\"}\n}\nconst _hoisted_18 = { key: 0 }\nconst _hoisted_19 = {\n key: 1,\n style: {\"font-size\":\".91em\"}\n}\nconst _hoisted_20 = /*#__PURE__*/_createElementVNode(\"br\", null, null, -1)\nconst _hoisted_21 = /*#__PURE__*/_createElementVNode(\"hr\", null, null, -1)\nconst _hoisted_22 = /*#__PURE__*/_createElementVNode(\"h3\", { style: {\"color\":\"#ccc\"} }, \"For all years:\", -1)\nconst _hoisted_23 = { class: \"map-colorbar\" }\nconst _hoisted_24 = { class: \"d-flex align-center justify-space-between\" }\nconst _hoisted_25 = {\n class: \"align-self-start text-right\",\n id: \"awv-map-description\"\n}\nconst _hoisted_26 = {\n key: 0,\n style: {\"display\":\"inline-block\",\"width\":\"100px\"}\n}\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_btn = _resolveComponent(\"v-btn\")!\n const _component_define_term = _resolveComponent(\"define-term\")!\n const _component_cloud_data_explainer = _resolveComponent(\"cloud-data-explainer\")!\n const _component_v_col = _resolveComponent(\"v-col\")!\n const _component_v_row = _resolveComponent(\"v-row\")!\n const _component_v_radio = _resolveComponent(\"v-radio\")!\n const _component_v_radio_group = _resolveComponent(\"v-radio-group\")!\n const _component_cloud_cover_line = _resolveComponent(\"cloud-cover-line\")!\n const _component_location_selector = _resolveComponent(\"location-selector\")!\n const _component_color_bar = _resolveComponent(\"color-bar\")!\n const _component_v_checkbox = _resolveComponent(\"v-checkbox\")!\n const _component_bar_chart = _resolveComponent(\"bar-chart\")!\n const _component_line_chart = _resolveComponent(\"line-chart\")!\n const _component_v_card_text = _resolveComponent(\"v-card-text\")!\n const _component_v_spacer = _resolveComponent(\"v-spacer\")!\n const _component_v_card_actions = _resolveComponent(\"v-card-actions\")!\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.showValue,\n \"onUpdate:modelValue\": _cache[13] || (_cache[13] = ($event: any) => ((_ctx.showValue) = $event)),\n \"close-on-back\": \"\",\n fullscreen: _ctx.$vuetify.display.width < 450 || _ctx.fullscreen\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card, { id: \"advanced-weather-view\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_text, { class: \"overflow-auto\" }, {\n default: _withCtx(() => [\n _createElementVNode(\"h1\", null, [\n _createTextVNode(\"Just how cloudy is it in \" + _toDisplayString(_ctx.locationName) + \" in April? \", 1),\n _createVNode(_component_define_term, {\n \"no-click\": \"\",\n width: \"25ch\",\n showFor: _ctx.showFor ? 5 : 0\n }, {\n definition: _withCtx(() => [\n _createElementVNode(\"p\", _hoisted_1, [\n _createTextVNode(\" Click\"),\n _createVNode(_component_v_icon, {\n class: \"pa-0\",\n size: \"1.2em\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-help-circle\")\n ]),\n _: 1\n }),\n _createTextVNode(\"for more details about the cloud cover data, statistical terms, and the El Niño & La Niña weather patterns. \")\n ])\n ]),\n term: _withCtx(({props}) => [\n _createVNode(_component_v_btn, _mergeProps(props, {\n style: {\"font-size\":\"1em\"},\n elevation: \"1\",\n icon: \"mdi-help-circle\",\n onClick: _cache[0] || (_cache[0] = ($event: any) => (_ctx.explainerOpen = true)),\n tabindex: \"0\"\n }), null, 16)\n ]),\n _: 1\n }, 8, [\"showFor\"]),\n _createVNode(_component_cloud_data_explainer, {\n modelValue: _ctx.explainerOpen,\n \"onUpdate:modelValue\": _cache[1] || (_cache[1] = ($event: any) => ((_ctx.explainerOpen) = $event)),\n fullscreen: _ctx.$vuetify.display.width < 450 || _ctx.fullscreen\n }, null, 8, [\"modelValue\", \"fullscreen\"])\n ]),\n _createVNode(_component_v_row, { class: \"flex-row-reverse\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, {\n cols: \"12\",\n sm: \"5\",\n order: 2,\n \"order-lg\": 2\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_row, { id: \"query-constructor\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, {\n class: \"sentence-query mb-2\",\n col: \"12\"\n }, {\n default: _withCtx(() => [\n _hoisted_2,\n _withDirectives(_createElementVNode(\"select\", {\n class: \"select-box\",\n name: \"statistics\",\n id: \"select-statistics\",\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = ($event: any) => ((_ctx.selectedStat) = $event))\n }, _hoisted_7, 512), [\n [_vModelSelect, _ctx.selectedStat]\n ]),\n _hoisted_8,\n (_ctx.selectedStat !== 'singleyear')\n ? _withDirectives((_openBlock(), _createElementBlock(\"select\", {\n key: 0,\n class: \"select-box\",\n name: \"years\",\n id: \"select-years\",\n \"onUpdate:modelValue\": _cache[3] || (_cache[3] = ($event: any) => ((_ctx.dataSubset) = $event))\n }, [\n _hoisted_9,\n (_openBlock(true), _createElementBlock(_Fragment, null, _renderList(_ctx.mapSubsets, ([key, value]) => {\n return (_openBlock(), _createElementBlock(\"option\", {\n key: key,\n value: key\n }, _toDisplayString(value), 9, _hoisted_10))\n }), 128))\n ], 512)), [\n [_vModelSelect, _ctx.dataSubset]\n ])\n : _withDirectives((_openBlock(), _createElementBlock(\"select\", {\n key: 1,\n class: \"select-box\",\n name: \"years\",\n id: \"select-years\",\n \"onUpdate:modelValue\": _cache[4] || (_cache[4] = ($event: any) => ((_ctx.selectedYear) = $event))\n }, [\n _hoisted_11,\n (_openBlock(true), _createElementBlock(_Fragment, null, _renderList(_ctx.availableYears, (year) => {\n return (_openBlock(), _createElementBlock(\"option\", {\n key: year,\n value: year\n }, _toDisplayString(year), 9, _hoisted_12))\n }), 128))\n ], 512)), [\n [_vModelSelect, _ctx.selectedYear]\n ])\n ]),\n _: 1\n })\n ]),\n _: 1\n }),\n _createVNode(_component_v_row, {\n class: \"mb-2\",\n id: \"modis-radio-group\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_btn, {\n class: \"elevation-5 my-2 mb-4 mr-2\",\n size: \"small\",\n disabled: !(_ctx.needToUpdate || !_ctx.showCloudCover),\n color: \"#eac402\",\n onClick: _cache[5] || (_cache[5] = ($event: any) => (_ctx.updateData()))\n }, {\n default: _withCtx(() => [\n _createTextVNode(_toDisplayString(_ctx.displayData ? (_ctx.needToUpdate ? 'Update Map' : _ctx.showCloudCover ? 'Shown on Map' : 'Show on Map') : 'Show on Map'), 1)\n ]),\n _: 1\n }, 8, [\"disabled\"]),\n _createVNode(_component_v_radio_group, {\n class: \"modis-radio\",\n modelValue: _ctx.modisDataSet,\n \"onUpdate:modelValue\": _cache[6] || (_cache[6] = ($event: any) => ((_ctx.modisDataSet) = $event)),\n density: \"compact\",\n \"persistent-hint\": \"\",\n inline: \"\",\n hint: \"MODIS Aqua Data Set\"\n }, {\n default: _withCtx(() => [\n (_openBlock(true), _createElementBlock(_Fragment, null, _renderList(_ctx.modisTimes, ([key, value]) => {\n return (_openBlock(), _createBlock(_component_v_radio, {\n key: key,\n label: value,\n value: key,\n disabled: false,\n color: \"#eac402\",\n density: \"compact\",\n hint: \"MODIS Aqua Data Set\"\n }, null, 8, [\"label\", \"value\"]))\n }), 128))\n ]),\n _: 1\n }, 8, [\"modelValue\"])\n ]),\n _: 1\n }),\n (!_ctx.displayCharts && _ctx.displayData)\n ? (_openBlock(), _createBlock(_component_v_row, {\n key: 0,\n id: \"awv-chart-placeholder\"\n }, {\n default: _withCtx(() => [\n _hoisted_13,\n _createElementVNode(\"h4\", null, [\n _createTextVNode(\"Show cloud cover statistics for currently selected location: \"),\n _createElementVNode(\"strong\", _hoisted_14, _toDisplayString(_ctx.locationName), 1)\n ]),\n _createVNode(_component_v_btn, {\n density: \"compact\",\n color: \"#eac402\",\n \"append-icon\": \"mdi-chevron-triple-right\",\n onClick: _cache[7] || (_cache[7] = ($event: any) => (_ctx.displayCharts = true))\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Show details\")\n ]),\n _: 1\n })\n ]),\n _: 1\n }))\n : _createCommentVNode(\"\", true),\n (_ctx.displayCharts)\n ? (_openBlock(), _createBlock(_component_v_row, { key: 1 }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_15, [\n _createElementVNode(\"div\", null, [\n _createElementVNode(\"h3\", null, [\n _createTextVNode(\" Cloud Cover for \"),\n _createElementVNode(\"strong\", _hoisted_16, _toDisplayString(_ctx.locationName), 1),\n _createTextVNode(\":\")\n ]),\n (!_ctx.inBounds)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_17, \"Location not in bounds\"))\n : _createCommentVNode(\"\", true),\n _createVNode(_component_cloud_cover_line, {\n value: _ctx.locationValue,\n label: _ctx.selectedStat === 'singleyear' ? `${_ctx.selectedYear}` : _ctx.statText.get(_ctx.selectedStat) ?? 'Cloud Cover',\n codes: _ctx.skyCoverCodes,\n ranges: _ctx.skyCoverCodeRanges,\n icons: _ctx.skyCoverIcons,\n variant: \"bold\"\n }, {\n default: _withCtx(() => [\n (_ctx.selectedStat === 'singleyear')\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_18, _toDisplayString(_ctx.selectedYear), 1))\n : (_openBlock(), _createElementBlock(\"span\", _hoisted_19, [\n _createTextVNode(_toDisplayString(_ctx.mapSubsets.get(_ctx.dataSubset)) + \" \", 1),\n _hoisted_20,\n _createTextVNode(\" \" + _toDisplayString(_ctx.statText.get(_ctx.selectedStat)), 1)\n ]))\n ]),\n _: 1\n }, 8, [\"value\", \"label\", \"codes\", \"ranges\", \"icons\"])\n ]),\n _hoisted_21,\n _hoisted_22,\n _createVNode(_component_cloud_cover_line, {\n value: _ctx.median(_ctx.cloudDataNearLocation),\n label: \"Median\",\n codes: _ctx.skyCoverCodes,\n ranges: _ctx.skyCoverCodeRanges,\n icons: _ctx.skyCoverIcons,\n style: {\"color\":\"#ccc\"}\n }, null, 8, [\"value\", \"codes\", \"ranges\", \"icons\"]),\n _createVNode(_component_cloud_cover_line, {\n value: _ctx.mean(_ctx.cloudDataNearLocation),\n label: \"Mean\",\n codes: _ctx.skyCoverCodes,\n ranges: _ctx.skyCoverCodeRanges,\n icons: _ctx.skyCoverIcons,\n style: {\"color\":\"#ccc\"}\n }, null, 8, [\"value\", \"codes\", \"ranges\", \"icons\"])\n ])\n ]),\n _: 1\n }))\n : _createCommentVNode(\"\", true)\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, {\n class: _normalizeClass([\n _ctx.needToUpdate || !_ctx.displayData || _ctx.loadingNewMap ? 'show-after' : '',\n _ctx.needToUpdate ? 'need-to-update' : '', \n !_ctx.displayData ? 'no-data-shown' : '',\n ]),\n id: \"awv-map\",\n cols: \"12\",\n sm: \"7\",\n order: 1,\n \"order-lg\": 1\n }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_23, [\n _createVNode(_component_location_selector, {\n \"detect-location\": _ctx.showOnMap,\n modelValue: _ctx.location,\n \"onUpdate:modelValue\": _cache[8] || (_cache[8] = ($event: any) => ((_ctx.location) = $event)),\n label: \"Location\",\n \"map-options\": _ctx.mapOptions,\n \"place-circle-options\": _ctx.placeCircleOptions,\n \"selected-circle-options\": _ctx.selectedCircleOptions,\n \"selected-cloud-cover\": _ctx.displayedCloudData,\n \"rectangle-degrees\": 0.5,\n \"show-cloud-cover\": _ctx.displayData && _ctx.showCloudCover,\n onDataclick: _cache[9] || (_cache[9] = ($event: any) => {_ctx.selectedDataIndex = $event.index; _ctx.selectedDataCloudCover = $event.cloudCover}),\n \"cloud-cover-opacity-function\": _ctx.transferFunction,\n \"geo-json-files\": _ctx.eclipsePaths,\n onFinishLoading: _cache[10] || (_cache[10] = ($event: any) => (_ctx.loadingNewMap = false))\n }, null, 8, [\"detect-location\", \"modelValue\", \"map-options\", \"place-circle-options\", \"selected-circle-options\", \"selected-cloud-cover\", \"show-cloud-cover\", \"cloud-cover-opacity-function\", \"geo-json-files\"]),\n _createVNode(_component_color_bar, {\n name: \"cloud-cover\",\n nsteps: 20,\n label: \" Cloud Cover\",\n cmap: (x) => [`hsla(0,0%,100%, 1)`, _ctx.transferFunction(x)]\n }, null, 8, [\"cmap\"])\n ]),\n _createElementVNode(\"div\", _hoisted_24, [\n _createElementVNode(\"span\", _hoisted_25, _toDisplayString(_ctx.mapDescriptionText), 1),\n (!_ctx.displayData)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_26))\n : _createCommentVNode(\"\", true),\n (_ctx.displayData)\n ? (_openBlock(), _createBlock(_component_v_checkbox, {\n key: 1,\n modelValue: _ctx.showCloudCover,\n \"onUpdate:modelValue\": _cache[11] || (_cache[11] = ($event: any) => ((_ctx.showCloudCover) = $event)),\n label: \"Show Cloud Cover\",\n color: \"#eac402\",\n density: \"compact\",\n \"hide-details\": \"\"\n }, null, 8, [\"modelValue\"]))\n : _createCommentVNode(\"\", true)\n ])\n ]),\n _: 1\n }, 8, [\"class\"])\n ]),\n _: 1\n }),\n (_ctx.displayCharts)\n ? (_openBlock(), _createBlock(_component_v_row, { key: 0 }, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, {\n cols: \"12\",\n sm: \"6\",\n class: \"graph-col\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_bar_chart, {\n id: \"cloud-histogram\",\n class: \"elevation-5\",\n labels: _ctx.skyCoverCodes.map((v) => v.includes('/') ? [v.split('/')[0] + '/', v.split('/')[1]]: v),\n \"data-label\": _ctx.hideHistogramSubset ? 'All Years' : 'Other Years',\n \"histogram-data\": _ctx.cloudDataHistogram.map((v, i) => _ctx.locationHistogram.length > 0 ? v - _ctx.locationHistogram[i] : v),\n \"border-width\": _ctx.hideHistogramSubset ? [1] : [0],\n colors: _ctx.hideHistogramSubset ? _ctx.colorMap : ['#aaa'],\n options: {scales: {y: {beginAtZero: true, max:20}}},\n \"bar-annotations\": false,\n \"bar-offset\": 1,\n barAnnotationLabel: (v) => (v * 100/20).toFixed(0) + '%',\n stacked: \"\",\n \"show-legend\": _ctx.dataSubset !== 'allYears',\n title: `Cloud Conditions for ${_ctx.locationName} ${_ctx.allYears[0]} - ${_ctx.allYears[_ctx.allYears.length - 1]}`,\n \"other-datasets\": _ctx.hideHistogramSubset ? [] : [\n {\n label: _ctx.mapSubsets.get(_ctx.dataSubset),\n data: _ctx.locationHistogram,\n backgroundColor: _ctx.colorMap, //'#c51b8a',\n borderColor: 'black', //'#c51b8a',\n borderWidth: 1,\n }\n ]\n }, null, 8, [\"labels\", \"data-label\", \"histogram-data\", \"border-width\", \"colors\", \"barAnnotationLabel\", \"show-legend\", \"title\", \"other-datasets\"])\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, {\n cols: \"12\",\n sm: \"6\",\n class: \"graph-col\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_line_chart, {\n \"show-legend\": _ctx.subsetSelected,\n class: \"elevation-5\",\n title: `Percent Cloud Cover for ${_ctx.locationName}`,\n \"scatter-data\": _ctx.cloudDataNearLocation,\n \"scatter-options\": {radius: 4 },\n \"scatter-label\": !_ctx.subsetSelected ? 'All Years' : 'Other Years',\n \"other-data\": _ctx.subsetData,\n \"y-range\": [-.1,1.1],\n \"x-range\": [new Date(2002, 9, 8), new Date(2023, 11, 8)],\n \"y-axis-options\": {\n ticks: {callback: (value, index) => {\n if (value < 0 || value > 1) {return;}\n return (value * 100).toFixed(0) + '%';\n }}},\n timeseries: \"\",\n color: \"#aaa\",\n \"show-scatter\": \"\",\n annotations: [..._ctx.skyCoverCodeRanges.map(([_,[min,max]],i) => {\n return {\n type: 'box',\n yMin: min/100,\n yMax: max/100,\n backgroundColor: _ctx.colorMap[i],\n drawTime: 'beforeDraw',\n borderColor: _ctx.colorMap[i]\n }\n }),\n ..._ctx.skyCoverCodeRanges.map(([label,[min,max]],i) => {\n return {\n type: 'line',\n borderWidth: 0,\n drawTime: 'beforeDatasetsDraw',\n \n label: {\n display: true,\n color: 'black',\n backgroundColor: 'transparent',\n content: _ctx.skyCoverCodes[i],\n },\n xMin: new Date(2023, 0, 8),\n yMin: (min + max) / 200,\n yMax: (min + max) / 200,\n };\n })\n ]\n }, null, 8, [\"show-legend\", \"title\", \"scatter-data\", \"scatter-label\", \"other-data\", \"x-range\", \"y-axis-options\", \"annotations\"])\n ]),\n _: 1\n })\n ]),\n _: 1\n }))\n : _createCommentVNode(\"\", true)\n ]),\n _: 1\n }),\n _createVNode(_component_v_card_actions, { style: {\"border-top\":\"1px solid white\",\"margin-top\":\"10px\"} }, {\n default: _withCtx(() => [\n _createVNode(_component_v_spacer),\n _createVNode(_component_v_btn, {\n size: _ctx.showOnMap ? 'large' : 'default',\n color: \"#eac402\",\n variant: \"flat\",\n onClick: _cache[12] || (_cache[12] = ($event: any) => (_ctx.close()))\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Close\")\n ]),\n _: 1\n }, 8, [\"size\"])\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\", \"fullscreen\"]))\n}","\n\n\n\n\n\n","import { toDisplayString as _toDisplayString, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = [\"id\", \"aria-label\"]\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"canvas\", {\n id: _ctx.canvasID,\n role: \"img\",\n \"aria-label\": _ctx.accessiblityLabel,\n class: \"chartjs\"\n }, _toDisplayString(_ctx.accessiblityLabel), 9, _hoisted_1))\n}","\n\n\n\n","\n\nexport const customCanvasBackgroundColor = {\n // plugin to set canvas background color\n id: 'customCanvasBackgroundColor',\n // https://www.chartjs.org/docs/latest/configuration/canvas-background.html\n beforeDraw: (chart: {ctx: CanvasRenderingContext2D, width: number, height: number}, _args: unknown, options: {'color':string}) => {\n const {ctx} = chart;\n ctx.save();\n ctx.globalCompositeOperation = 'destination-over';\n ctx.fillStyle = options.color || 'black';\n ctx.fillRect(0, 0, chart.width, chart.height);\n ctx.restore();\n }\n};\n","import { render } from \"./BarChart.vue?vue&type=template&id=65452750&ts=true\"\nimport script from \"./BarChart.vue?vue&type=script&lang=ts\"\nexport * from \"./BarChart.vue?vue&type=script&lang=ts\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = [\"id\"]\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"canvas\", {\n id: _ctx.canvasID,\n class: \"chartjs\"\n }, null, 8, _hoisted_1))\n}","\n\n\n\n\n\n","import { render } from \"./LineChart.vue?vue&type=template&id=2dda01aa&ts=true\"\nimport script from \"./LineChart.vue?vue&type=script&lang=ts\"\nexport * from \"./LineChart.vue?vue&type=script&lang=ts\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, normalizeClass as _normalizeClass, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\"\n\nconst _withScopeId = n => (_pushScopeId(\"data-v-0fea66d6\"),n=n(),_popScopeId(),n)\nconst _hoisted_1 = {\n key: 0,\n class: \"label-icon-value-text-label\"\n}\nconst _hoisted_2 = {\n key: 1,\n class: \"label-icon-value-text-icon\"\n}\nconst _hoisted_3 = {\n key: 2,\n class: \"label-icon-value-text-label-value\"\n}\nconst _hoisted_4 = {\n key: 3,\n class: \"label-icon-value-text-label-text\"\n}\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\n return (_ctx.value != null)\n ? (_openBlock(), _createElementBlock(\"div\", {\n key: 0,\n class: _normalizeClass([\"label-icon-value-text-container\",_ctx.variant])\n }, [\n (!_ctx.hideLabel)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_1, [\n _renderSlot(_ctx.$slots, \"default\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.label) + \":\", 1)\n ], true)\n ]))\n : _createCommentVNode(\"\", true),\n (!_ctx.hideIcon)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_2, [\n _createVNode(_component_v_icon, { size: \"35\" }, {\n default: _withCtx(() => [\n _createTextVNode(_toDisplayString(_ctx.cloudIcon(_ctx.value)), 1)\n ]),\n _: 1\n })\n ]))\n : _createCommentVNode(\"\", true),\n (!_ctx.hideValue)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_3, _toDisplayString(Math.ceil(_ctx.value * 100)) + \" % \", 1))\n : _createCommentVNode(\"\", true),\n (!_ctx.hideText)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_4, _toDisplayString(_ctx.getText(_ctx.value)[1]), 1))\n : _createCommentVNode(\"\", true)\n ], 2))\n : _createCommentVNode(\"\", true)\n}","\n\n\n\n\n","import { render } from \"./CloudCoverLine.vue?vue&type=template&id=0fea66d6&scoped=true&ts=true\"\nimport script from \"./CloudCoverLine.vue?vue&type=script&lang=ts\"\nexport * from \"./CloudCoverLine.vue?vue&type=script&lang=ts\"\n\nimport \"./CloudCoverLine.vue?vue&type=style&index=0&id=0fea66d6&scoped=true&lang=less\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-0fea66d6\"]])\n\nexport default __exports__","import { normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, openBlock as _openBlock, createElementBlock as _createElementBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\"\n\nconst _withScopeId = n => (_pushScopeId(\"data-v-a1a33d98\"),n=n(),_popScopeId(),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, _toDisplayString(_ctx.label), 1)\n ], 8, _hoisted_1))\n}","\n\n\n\n\n\n\n\n","import { render } from \"./ColorBar.vue?vue&type=template&id=a1a33d98&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=a1a33d98&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-a1a33d98\"]])\n\nexport default __exports__","import { render } from \"./AdvancedWeatherView.vue?vue&type=template&id=d23e0864&ts=true\"\nimport script from \"./AdvancedWeatherView.vue?vue&type=script&lang=ts\"\nexport * from \"./AdvancedWeatherView.vue?vue&type=script&lang=ts\"\n\nimport \"./AdvancedWeatherView.vue?vue&type=style&index=0&id=d23e0864&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 { createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, openBlock as _openBlock, createBlock as _createBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\"\n\nconst _withScopeId = n => (_pushScopeId(\"data-v-02f6413c\"),n=n(),_popScopeId(),n)\nconst _hoisted_1 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" NASA's Aqua and Terra satellites provide daily views of the entire surface of Earth. The \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://modis.gsfc.nasa.gov/\",\n target: \"_blank\"\n }, \"MODIS\"),\n /*#__PURE__*/_createTextVNode(\" instrument on these satellites helps scientists learn about conditions in our atmosphere and oceans. We display the calculated \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"cloud cover fraction\"),\n /*#__PURE__*/_createTextVNode(\"—the percentage of the sky at a given location that is covered by clouds—from MODIS (on the Aqua satellite), as provided by the NASA Near Earth Observations (\"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://neo.gsfc.nasa.gov/view.php?datasetId=MYDAL2_E_CLD_FR\",\n target: \"_blank\"\n }, \"NEO\"),\n /*#__PURE__*/_createTextVNode(\") website. \")\n], -1))\nconst _hoisted_2 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"What is the difference between 1-day and 8-day cloud cover maps?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" NASA provides the cloud cover data in 1-day, 8-day (and, not included, 30-day) averages. \"),\n /*#__PURE__*/_createElementVNode(\"ul\", null, [\n /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createTextVNode(\"The \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"1-day (daily)\"),\n /*#__PURE__*/_createTextVNode(\" data maps display historic cloud cover for each April 8\"),\n /*#__PURE__*/_createElementVNode(\"sup\", null, \"th\"),\n /*#__PURE__*/_createTextVNode(\" from 2003 to 2023. \")\n ]),\n /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createTextVNode(\"The \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"8-day\"),\n /*#__PURE__*/_createTextVNode(\" maps display an average of the 1-day data from April 7-14 from 2003 to 2023. \")\n ])\n ])\n ]),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" If you compare the 1-day vs. the 8-day maps, you'll notice that the 1-day maps often have more data at the extreme ends, either mostly clear or cloudy. The 8-day maps tend to have more data concentrated in the middle bins of partly cloudy or mostly cloudy. If you average together days that are clear and cloudy, you will end up with something in the middle. The 1-day maps are not subject to this \\\"smearing\\\" effect of averaging over many days of data. \"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" The daily data can have gaps and processing artefacts, so the 8-day average provides a more reliable measure of the cloud cover at every location on the map. Because weather can vary considerably from hour-to-hour and day-to-day, the longer interval of the 8-day average gives us more data from which we can draw better conclusions about the possible weather conditions in a given location. \")\n], -1))\nconst _hoisted_3 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"How does the percent cloud cover relate to what I might see in a weather report?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" We group the percent cloud cover based on the \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.weather.gov/mrx/pfm_explain\",\n target: \"_blank\"\n }, \"bins\"),\n /*#__PURE__*/_createTextVNode(\" from the National Weather Service: \"),\n /*#__PURE__*/_createElementVNode(\"table\", null, [\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"th\", null, \"Percentage\"),\n /*#__PURE__*/_createElementVNode(\"th\", null, \"Cloud Cover\")\n ]),\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"td\", null, \"0-25%\"),\n /*#__PURE__*/_createElementVNode(\"td\", null, \"Clear\")\n ]),\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"td\", null, \"25-50%\"),\n /*#__PURE__*/_createElementVNode(\"td\", null, \"Partly Cloudy\")\n ]),\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"td\", null, \"51-87%\"),\n /*#__PURE__*/_createElementVNode(\"td\", null, \"Mostly Cloudy\")\n ]),\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"td\", null, \"88-100%\"),\n /*#__PURE__*/_createElementVNode(\"td\", null, \"Cloudy / Overcast\")\n ])\n ])\n ])\n], -1))\nconst _hoisted_4 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"Why use data from the Aqua satellite instead of Terra?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" We use data from the Aqua satellite because its cloud cover measurements are taken in the afternoon, which corresponds better to the time of day of the April Eclipse. \")\n], -1))\nconst _hoisted_5 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"Why is 2022 missing from the year list?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" Sometimes satellites go offline, or there are issues transmitting data back to Earth. On March 31, 2022 the Aqua satellite entered SAFE mode, only returning to normal operations on April 17, 2022. No cloud cover data is available from Mar 31 - Apr 16, 2022. View the event \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://mcst.gsfc.nasa.gov/news/aqua-safe-mode-event\",\n target: \"_blank\"\n }, \"summary\"),\n /*#__PURE__*/_createTextVNode(\". \")\n ])\n], -1))\nconst _hoisted_6 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"Why are 30-day maps not available?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" MODIS offers month-long averages of the data, but we opted not to include that here to improve performance and data load times. \")\n], -1))\nconst _hoisted_7 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"p\", null, \" You might be familiar with the terms mean and median from math and science classes, but it helps to see them applied in real life, to get a better feel for what they really mean and how they are helpful. \", -1))\nconst _hoisted_8 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"What is a mean?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" The mean is the average of all values in the dataset. It is calculated by adding all the values together and dividing by the number of values. This is the statistical term people are probably more familiar with and is often interpreted as a single value that “best” represents an entire data set. \")\n], -1))\nconst _hoisted_9 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"What is a median?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" The median is the middle of the dataset. Half of the data is above the median and half is less than or equal to the median. The median encourages thinking in terms of probability. You could say that given the historical cloud data over the last 20 years, there is a 50-50 chance the cloud cover will be higher or lower than the median value. \")\n], -1))\nconst _hoisted_10 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"How are these statistics applied in the Cloud Data Explorer?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" These quantities are calculated and displayed for every location shown on the map, depending on your selections in the dropdown menus. \"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" When you choose a specific location on the map, the mean and median of the cloud cover amounts are displayed for that location over the selected range of years. You can also display cloud cover values for a single year at a time. \")\n], -1))\nconst _hoisted_11 = { class: \"faq\" }\nconst _hoisted_12 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"p\", null, \" The left hand graph is called a histogram. For your selected location, it tells you how many years since 2003 were Clear, Partly Cloudy, Mostly Cloudy, or Cloudy at this location. If you have filtered the data by El Niño, Neutral, or La Niña years, your chosen subset will be colored with the blue to white gradient, while the rest of the years will appear gray. \", -1))\nconst _hoisted_13 = { class: \"faq\" }\nconst _hoisted_14 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"p\", null, \" The right hand graph is a scatter plot showing the cloud cover for your chosen location for each year since 2003. If you have filtered the data by El Niño, Neutral, or La Niña years, or for a single year, those data points will be displayed in yellow. The background of the graph shows what cloud cover values correspond to the weather conditions of Clear, Partly Cloudy, etc. \", -1))\nconst _hoisted_15 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" You might have heard the terms \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"El Niño\"),\n /*#__PURE__*/_createTextVNode(\" or \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"La Niña\"),\n /*#__PURE__*/_createTextVNode(\". They refer to weather patterns that are associated with a slight warming (“El Niño”) or cooling (“La Niña”) of the surface water in the Pacific Ocean relative to normal (“Neutral”). These are part of what is called the El Niño Southern Oscillation (ENSO) cycle. These different conditions can impact weather worldwide, so we provide the option of filtering the historical cloud data based on these classifications. \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://oceanservice.noaa.gov/facts/ninonina.html\",\n target: \"_blank\"\n }, \"Learn more\"),\n /*#__PURE__*/_createTextVNode(\" about these fascinating weather phenomena from the NOAA National Ocean Service. \")\n], -1))\nconst _hoisted_16 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \" What years are considered El Niño, La Niña, or Neutral?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" We use NOAA's \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://psl.noaa.gov/enso/past_events.html\",\n target: \"_blank\"\n }, \"list\"),\n /*#__PURE__*/_createTextVNode(\" of past ENSO events to classify years as El Niño, La Niña, or Neutral. As that page explains, there is not a single accepted way to define which of these categories we are in. Their list is based on the presence of an active El Niño or La Niña pattern during the months of December, January, and February. As an ENSO typically last several months (or even years), this provides a decent indication a how likely April is to have the same pattern. \")\n ]),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" For the years included in our data set, they classify them as follows: \"),\n /*#__PURE__*/_createElementVNode(\"table\", null, [\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"td\", null, [\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"El Niño\"),\n /*#__PURE__*/_createTextVNode(\": \")\n ]),\n /*#__PURE__*/_createElementVNode(\"td\", null, \"2003, 2007, 2010, 2016\")\n ]),\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"td\", null, [\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"Neutral\"),\n /*#__PURE__*/_createTextVNode(\": \")\n ]),\n /*#__PURE__*/_createElementVNode(\"td\", null, \"2004, 2005, 2006, 2009, 2013, 2014, 2015, 2017, 2018\")\n ]),\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"td\", null, [\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"La Niña\"),\n /*#__PURE__*/_createTextVNode(\": \")\n ]),\n /*#__PURE__*/_createElementVNode(\"td\", null, \"2008, 2011, 2012, 2021, 2022, 2023\")\n ])\n ])\n ]),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" If you want to see what the ENSO conditions were in March/April in the past, see the \\\"MEI.v2 Values\\\" at this NOAA \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://psl.noaa.gov/enso/mei/\",\n target: \"_blank\"\n }, \"website\"),\n /*#__PURE__*/_createTextVNode(\". \")\n ])\n], -1))\nconst _hoisted_17 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"What kind of year is 2024?\"),\n /*#__PURE__*/_createTextVNode(\" As of early 2024, we are in an El Niño pattern. The Climate Prediction Center of the National Weather Service \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.cpc.ncep.noaa.gov/products/analysis_monitoring/enso_advisory/ensodisc.shtml\",\n target: \"_blank\"\n }, \"reports\"),\n /*#__PURE__*/_createTextVNode(\" an 83% chance that we will transition to a \"),\n /*#__PURE__*/_createElementVNode(\"em\", null, \"neutral\"),\n /*#__PURE__*/_createTextVNode(\" pattern some time from April - June. \")\n], -1))\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_v_tab = _resolveComponent(\"v-tab\")!\n const _component_v_tabs = _resolveComponent(\"v-tabs\")!\n const _component_v_card_title = _resolveComponent(\"v-card-title\")!\n const _component_v_window_item = _resolveComponent(\"v-window-item\")!\n const _component_v_icon = _resolveComponent(\"v-icon\")!\n const _component_v_window = _resolveComponent(\"v-window\")!\n const _component_v_card_text = _resolveComponent(\"v-card-text\")!\n const _component_v_spacer = _resolveComponent(\"v-spacer\")!\n const _component_v_btn = _resolveComponent(\"v-btn\")!\n const _component_v_card_actions = _resolveComponent(\"v-card-actions\")!\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 id: \"cloud-data-explainer\",\n modelValue: _ctx.value,\n \"onUpdate:modelValue\": _cache[3] || (_cache[3] = ($event: any) => ((_ctx.value) = $event)),\n \"close-on-back\": \"\",\n \"close-on-esc\": \"\",\n scrollable: \"\",\n fullscreen: _ctx.fullscreen\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card, {\n class: \"align-self-center\",\n \"max-height\": \"80%\",\n height: \"500px\",\n \"max-width\": \"90%\",\n \"min-width\": \"90%\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_title, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_tabs, {\n \"selected-class\": \"selected-tab\",\n height: \"1.5rem\",\n modelValue: _ctx.tab,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = ($event: any) => ((_ctx.tab) = $event)),\n direction: _ctx.$vuetify.display.width < 765 ? 'vertical' : 'horizontal'\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_tab, {\n class: \"no-text-transform\",\n value: \"cloud-data\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"About Cloud Cover Data\")\n ]),\n _: 1\n }),\n _createVNode(_component_v_tab, {\n class: \"no-text-transform\",\n value: \"stats\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Statistical Concepts\")\n ]),\n _: 1\n }),\n _createVNode(_component_v_tab, {\n class: \"no-text-transform\",\n value: \"weather\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Weather Patterns\")\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\", \"direction\"])\n ]),\n _: 1\n }),\n _createVNode(_component_v_card_text, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_window, {\n modelValue: _ctx.tab,\n \"onUpdate:modelValue\": _cache[1] || (_cache[1] = ($event: any) => ((_ctx.tab) = $event))\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_window_item, { value: \"cloud-data\" }, {\n default: _withCtx(() => [\n _hoisted_1,\n _hoisted_2,\n _hoisted_3,\n _hoisted_4,\n _hoisted_5,\n _hoisted_6\n ]),\n _: 1\n }),\n _createVNode(_component_v_window_item, { value: \"stats\" }, {\n default: _withCtx(() => [\n _hoisted_7,\n _hoisted_8,\n _hoisted_9,\n _hoisted_10,\n _createElementVNode(\"details\", _hoisted_11, [\n _createElementVNode(\"summary\", null, [\n _createVNode(_component_v_icon, null, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-chart-bar\")\n ]),\n _: 1\n }),\n _createTextVNode(\" What is in the chart on the \" + _toDisplayString(_ctx.smAndUp ? 'left' : 'top') + \"?\", 1)\n ]),\n _hoisted_12\n ]),\n _createElementVNode(\"details\", _hoisted_13, [\n _createElementVNode(\"summary\", null, [\n _createVNode(_component_v_icon, null, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-chart-scatter-plot\")\n ]),\n _: 1\n }),\n _createTextVNode(\" What is in the graph on the \" + _toDisplayString(_ctx.smAndUp ? 'right' : 'bottom') + \"?\", 1)\n ]),\n _hoisted_14\n ])\n ]),\n _: 1\n }),\n _createVNode(_component_v_window_item, { value: \"weather\" }, {\n default: _withCtx(() => [\n _hoisted_15,\n _hoisted_16,\n _hoisted_17\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\"])\n ]),\n _: 1\n }),\n _createVNode(_component_v_card_actions, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_spacer),\n _createVNode(_component_v_btn, {\n color: \"#eac402\",\n variant: \"flat\",\n onClick: _cache[2] || (_cache[2] = ($event: any) => (_ctx.value = false))\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Close\")\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\", \"fullscreen\"]))\n}","\n\n\n\n\n\n\n\n","import { render } from \"./CloudDataExplainer.vue?vue&type=template&id=02f6413c&scoped=true&ts=true\"\nimport script from \"./CloudDataExplainer.vue?vue&type=script&lang=ts\"\nexport * from \"./CloudDataExplainer.vue?vue&type=script&lang=ts\"\n\nimport \"./CloudDataExplainer.vue?vue&type=style&index=0&id=02f6413c&scoped=true&lang=less\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-02f6413c\"]])\n\nexport default __exports__","import { createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, normalizeClass as _normalizeClass, resolveComponent as _resolveComponent, createVNode as _createVNode, createTextVNode as _createTextVNode, withCtx as _withCtx, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\"\n\nconst _withScopeId = n => (_pushScopeId(\"data-v-21a0b7d4\"),n=n(),_popScopeId(),n)\nconst _hoisted_1 = { id: \"eclipse-timer-container\" }\nconst _hoisted_2 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"h1\", null, \" Eclipse Timer\", -1))\nconst _hoisted_3 = {\n key: 0,\n class: \"eclipse-countdown\"\n}\nconst _hoisted_4 = { class: \"ec-timer\" }\nconst _hoisted_5 = { key: 0 }\nconst _hoisted_6 = { key: 1 }\nconst _hoisted_7 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"p\", null, \"No eclipse is predicted for this location.\", -1))\nconst _hoisted_8 = [\n _hoisted_7\n]\nconst _hoisted_9 = { key: 2 }\nconst _hoisted_10 = { class: \"mb-4\" }\nconst _hoisted_11 = {\n key: 4,\n class: \"eclipse-data-list\"\n}\nconst _hoisted_12 = { id: \"eclipse-values\" }\nconst _hoisted_13 = { key: 0 }\nconst _hoisted_14 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"td\", null, \"Totality Duration:\", -1))\nconst _hoisted_15 = { key: 1 }\nconst _hoisted_16 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"td\", null, \"Eclipse Duration:\", -1))\nconst _hoisted_17 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"hr\", { class: \"eclipse-timer-dividier\" }, null, -1))\nconst _hoisted_18 = { id: \"time-container\" }\nconst _hoisted_19 = { class: \"time\" }\nconst _hoisted_20 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"td\", { class: \"time-label\" }, \"Partial Start\", -1))\nconst _hoisted_21 = { class: \"time-value\" }\nconst _hoisted_22 = {\n key: 0,\n class: \"time\"\n}\nconst _hoisted_23 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"td\", { class: \"time-label\" }, \"Totality Start\", -1))\nconst _hoisted_24 = { class: \"time-value\" }\nconst _hoisted_25 = { class: \"time\" }\nconst _hoisted_26 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"td\", { class: \"time-label\" }, \"Max Eclipse\", -1))\nconst _hoisted_27 = { class: \"time-value\" }\nconst _hoisted_28 = {\n key: 1,\n class: \"time\"\n}\nconst _hoisted_29 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"td\", { class: \"time-label\" }, \"Totality End\", -1))\nconst _hoisted_30 = { class: \"time-value\" }\nconst _hoisted_31 = { class: \"time\" }\nconst _hoisted_32 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"td\", { class: \"time-label\" }, \"Partial End\", -1))\nconst _hoisted_33 = { class: \"time-value\" }\nconst _hoisted_34 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"hr\", {\n class: \"mt-4\",\n style: {\"width\":\"100%\"}\n}, null, -1))\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_define_term = _resolveComponent(\"define-term\")!\n const _component_v_btn = _resolveComponent(\"v-btn\")!\n const _component_v_btn_toggle = _resolveComponent(\"v-btn-toggle\")!\n\n return (_openBlock(), _createElementBlock(\"div\", _hoisted_1, [\n _hoisted_2,\n (_ctx.showTimer)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_3, [\n _createElementVNode(\"div\", _hoisted_4, _toDisplayString(_ctx.timeToEclipse), 1),\n (!_ctx.noEclipse)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_5, \" until max eclipse \" + _toDisplayString(_ctx.location !== '' ? 'at ' + _ctx.location : ''), 1))\n : _createCommentVNode(\"\", true)\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.noEclipse)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_6, _hoisted_8))\n : (_openBlock(), _createElementBlock(\"div\", _hoisted_9, [\n _createElementVNode(\"h2\", _hoisted_10, _toDisplayString(_ctx.type) + \" Eclipse\", 1)\n ])),\n (!_ctx.noEclipse)\n ? (_openBlock(), _createElementBlock(\"div\", {\n key: 3,\n class: _normalizeClass(['eclipse-icon', `eclipse-icon-${_ctx.type.toLowerCase()}`])\n }, null, 2))\n : _createCommentVNode(\"\", true),\n (!_ctx.noEclipse)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_11, [\n _createElementVNode(\"table\", _hoisted_12, [\n _createElementVNode(\"tr\", null, [\n _createElementVNode(\"td\", null, [\n _createVNode(_component_define_term, {\n term: \"Max Eclipsed\",\n definition: \"The fraction (percentage) of the Sun covered by the Moon.\",\n underlined: \"\"\n }),\n _createTextVNode(\": \")\n ]),\n _createElementVNode(\"td\", null, _toDisplayString(_ctx.coverage < 0.01 ? '<1' :(_ctx.coverage*100).toFixed(0)) + \"% \", 1)\n ]),\n (_ctx.isTotal)\n ? (_openBlock(), _createElementBlock(\"tr\", _hoisted_13, [\n _hoisted_14,\n _createElementVNode(\"td\", null, _toDisplayString(_ctx.totalityDuration), 1)\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.eclipseDuration != '')\n ? (_openBlock(), _createElementBlock(\"tr\", _hoisted_15, [\n _hoisted_16,\n _createElementVNode(\"td\", null, _toDisplayString(_ctx.eclipseDuration), 1)\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _hoisted_17,\n _createElementVNode(\"table\", _hoisted_18, [\n _createElementVNode(\"tr\", _hoisted_19, [\n _hoisted_20,\n _createElementVNode(\"td\", _hoisted_21, _toDisplayString(_ctx.partialStart[1] === '' ? _ctx.timeString(_ctx.partialStart[0]) : 'Sun below Horizon'), 1)\n ]),\n (_ctx.isTotal)\n ? (_openBlock(), _createElementBlock(\"tr\", _hoisted_22, [\n _hoisted_23,\n _createElementVNode(\"td\", _hoisted_24, _toDisplayString(_ctx.centralStart[1] === '' ? _ctx.timeString(_ctx.centralStart[0]) : 'Sun below Horizon'), 1)\n ]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"tr\", _hoisted_25, [\n _hoisted_26,\n _createElementVNode(\"td\", _hoisted_27, _toDisplayString(_ctx.maxTime[1] === '' ? _ctx.timeString(_ctx.maxTime[0]) : 'Sun below Horizon'), 1)\n ]),\n (_ctx.isTotal)\n ? (_openBlock(), _createElementBlock(\"tr\", _hoisted_28, [\n _hoisted_29,\n _createElementVNode(\"td\", _hoisted_30, _toDisplayString(_ctx.centralEnd[1] === '' ? _ctx.timeString(_ctx.centralEnd[0]) : 'Sun below Horizon'), 1)\n ]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"tr\", _hoisted_31, [\n _hoisted_32,\n _createElementVNode(\"td\", _hoisted_33, _toDisplayString(_ctx.partialEnd[1] === '' ? _ctx.timeString(_ctx.partialEnd[0]) : 'Sun below Horizon'), 1)\n ])\n ]),\n _hoisted_34\n ]))\n : _createCommentVNode(\"\", true),\n _createVNode(_component_v_btn_toggle, {\n class: \"mt-2\",\n modelValue: _ctx.tzPref,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = ($event: any) => ((_ctx.tzPref) = $event)),\n color: _ctx.color,\n divided: \"\",\n mandatory: \"\",\n \"hide-details\": \"\",\n variant: \"outlined\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_btn, {\n value: \"UTC\",\n size: \"small\",\n height: \"2em\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"UTC\")\n ]),\n _: 1\n }),\n _createVNode(_component_v_btn, {\n value: \"Local\",\n size: \"small\",\n height: \"2em\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Local (\" + _toDisplayString(_ctx.tzCode) + \")\", 1)\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\", \"color\"])\n ]))\n}","\n\n\n\n\n","import { render } from \"./EclipseTimer.vue?vue&type=template&id=21a0b7d4&scoped=true&ts=true\"\nimport script from \"./EclipseTimer.vue?vue&type=script&lang=ts\"\nexport * from \"./EclipseTimer.vue?vue&type=script&lang=ts\"\n\nimport \"./EclipseTimer.vue?vue&type=style&index=0&id=21a0b7d4&scoped=true&lang=less\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-21a0b7d4\"]])\n\nexport default __exports__","import { resolveComponent as _resolveComponent, vShow as _vShow, withModifiers as _withModifiers, withKeys as _withKeys, normalizeClass as _normalizeClass, createVNode as _createVNode, withDirectives as _withDirectives, renderSlot as _renderSlot, createElementVNode as _createElementVNode, renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, toDisplayString as _toDisplayString, createCommentVNode as _createCommentVNode, normalizeStyle as _normalizeStyle, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\"\n\nconst _withScopeId = n => (_pushScopeId(\"data-v-7b9713e8\"),n=n(),_popScopeId(),n)\nconst _hoisted_1 = { class: \"forward-geocoding-input-row\" }\nconst _hoisted_2 = [\"onClick\"]\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_v_text_field = _resolveComponent(\"v-text-field\")!\n const _component_font_awesome_icon = _resolveComponent(\"font-awesome-icon\")!\n\n return (_openBlock(), _createElementBlock(\"div\", {\n class: \"forward-geocoding-container\",\n style: _normalizeStyle(_ctx.cssStyles)\n }, [\n _createElementVNode(\"div\", _hoisted_1, [\n _withDirectives(_createVNode(_component_v_text_field, {\n modelValue: _ctx.searchText,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = ($event: any) => ((_ctx.searchText) = $event)),\n class: _normalizeClass(['forward-geocoding-input', _ctx.locationJustUpdated ? 'geocode-success' : '', _ctx.small ? 'forward-geocoding-input-small' : '']),\n label: _ctx.locationJustUpdated ? 'Location Updated' : 'Enter a location',\n \"bg-color\": \"black\",\n density: \"compact\",\n \"hide-details\": \"\",\n variant: \"solo\",\n color: _ctx.accentColor,\n onKeydown: _cache[1] || (_cache[1] = _withModifiers(() => {}, [\"stop\"])),\n onKeyup: [\n _cache[2] || (_cache[2] = _withKeys(() => _ctx.performForwardGeocodingSearch(), [\"enter\"])),\n _cache[3] || (_cache[3] = _withKeys(($event: any) => (_ctx.searchResults = null), [\"esc\"]))\n ],\n \"onClick:clear\": _cache[4] || (_cache[4] = ($event: any) => (_ctx.searchResults = null)),\n \"error-messages\": _ctx.searchErrorMessage\n }, null, 8, [\"modelValue\", \"class\", \"label\", \"color\", \"error-messages\"]), [\n [_vShow, _ctx.searchOpen]\n ]),\n _createVNode(_component_font_awesome_icon, {\n class: \"geocoding-search-icon\",\n icon: \"magnifying-glass\",\n size: _ctx.searchOpen ? 'xl' : _ctx.buttonSize,\n color: !_ctx.searchOpen || (_ctx.searchText && _ctx.searchText.length > 2) ? _ctx.accentColor : 'gray',\n onClick: _cache[5] || (_cache[5] = () => {\n if (_ctx.searchOpen) {\n _ctx.performForwardGeocodingSearch();\n } else {\n _ctx.searchOpen = true;\n }\n })\n }, null, 8, [\"size\", \"color\"]),\n _renderSlot(_ctx.$slots, \"append-icon\", { class: \"geocode-icon\" }, undefined, true),\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: _cache[6] || (_cache[6] = () => {\n _ctx.searchOpen = false;\n _ctx.clearSearchData();\n })\n }, null, 8, [\"size\"]), [\n [_vShow, _ctx.searchOpen && !_ctx.stayOpen]\n ])\n ]),\n (_ctx.searchResults !== null)\n ? (_openBlock(), _createElementBlock(\"div\", {\n key: 0,\n class: _normalizeClass([\"forward-geocoding-results\", [_ctx.small ? 'results-small' : '']])\n }, [\n (_openBlock(true), _createElementBlock(_Fragment, null, _renderList((_ctx.searchResults !== null ? _ctx.searchResults.features : []), (feature, index) => {\n return (_openBlock(), _createElementBlock(\"div\", {\n class: \"forward-geocoding-result\",\n key: index,\n onClick: () => _ctx.setLocationFromSearchFeature(feature)\n }, _toDisplayString(feature.place_name), 9, _hoisted_2))\n }), 128))\n ], 2))\n : _createCommentVNode(\"\", true)\n ], 4))\n}","\n \n\n\n\n\n\n\n\n","import { render } from \"./LocationSearch.vue?vue&type=template&id=7b9713e8&scoped=true&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=7b9713e8&lang=less&scoped=true\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-7b9713e8\"]])\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 { IconButton } from \"@cosmicds/vue-toolkit\";\nimport LocationSelector from \"./LocationSelector.vue\";\nimport { FundingAcknowledgment } from \"@cosmicds/vue-toolkit\";\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nimport SolarEclipse2023 from \"./SolarEclipse2024.vue\";\nimport TransitionExpand from \"./TransitionExpand.vue\";\nimport GifPlayPause from \"./GifPlayPause.vue\";\nimport CreditLogos from \"./CreditLogos.vue\";\nimport ImageLabel from \"./ImageLabel.vue\";\nimport GeolocationButton from \"./GeolocationButton.vue\";\nimport HoverTooltip from \"./HoverTooltip.vue\";\nimport CloudCover from \"./CloudCover.vue\";\nimport DefineTerm from \"./DefineTerm.vue\";\nimport PlaybackControl from \"./PlaybackControl.vue\";\nimport AdvancedWeatherView from \"./AdvancedWeatherView.vue\";\nimport ColorBar from \"./ColorBar.vue\";\nimport CloudDataExplainer from \"./CloudDataExplainer.vue\";\nimport EclipseTimer from \"./EclipseTimer.vue\";\nimport LocationSearch from \"./LocationSearch.vue\";\n\nimport \"./polyfills\";\n\nimport VueSlider from \"vue-slider-component\";\nimport 'vue-slider-component/theme/default.css';\n\nimport Datepicker from '@vuepic/vue-datepicker';\nimport '@vuepic/vue-datepicker/dist/main.css';\n\nimport Notifications from \"@kyvg/vue3-notification\";\n\nimport vuetify from \"../plugins/vuetify\";\n\nimport { FontAwesomeIcon } from \"@fortawesome/vue-fontawesome\";\n\nimport { WWTComponent, wwtPinia } from \"@wwtelescope/engine-pinia\";\n\nimport { library } from \"@fortawesome/fontawesome-svg-core\";\nimport {\n faBookOpen,\n faTimes,\n faVideo,\n faGear,\n faChevronDown,\n faClock,\n faPlay,\n faPause,\n faMapLocationDot,\n faSun,\n faPuzzlePiece,\n faLocationDot,\n faChevronUp,\n faQuestion,\n faAngleDoubleDown,\n faAngleDoubleUp,\n faArrowsRotate,\n faMountainSun,\n faShareNodes,\n faSquareXmark,\n faToolbox,\n faCircleInfo,\n faRotate,\n faCircleChevronDown,\n faStreetView,\n faCloudSun,\n faGaugeHigh,\n faAnglesLeft,\n faAnglesRight,\n faMagnifyingGlass,\n faCircleXmark,\n faChartColumn,\n faLocationCrosshairs,\n\n} from \"@fortawesome/free-solid-svg-icons\";\n\nlibrary.add(faBookOpen);\nlibrary.add(faTimes);\nlibrary.add(faVideo);\nlibrary.add(faGear);\nlibrary.add(faChevronDown);\nlibrary.add(faClock);\nlibrary.add(faPlay);\nlibrary.add(faPause);\nlibrary.add(faMapLocationDot);\nlibrary.add(faSun);\nlibrary.add(faPuzzlePiece);\nlibrary.add(faLocationDot);\nlibrary.add(faChevronUp);\nlibrary.add(faQuestion);\nlibrary.add(faAngleDoubleDown);\nlibrary.add(faAngleDoubleUp);\nlibrary.add(faArrowsRotate);\nlibrary.add(faMountainSun);\nlibrary.add(faShareNodes);\nlibrary.add(faSquareXmark);\nlibrary.add(faToolbox);\nlibrary.add(faCircleInfo);\nlibrary.add(faRotate);\nlibrary.add(faCircleChevronDown);\nlibrary.add(faStreetView);\nlibrary.add(faCloudSun);\nlibrary.add(faGaugeHigh);\nlibrary.add(faAnglesLeft);\nlibrary.add(faAnglesRight);\nlibrary.add(faMagnifyingGlass);\nlibrary.add(faCircleXmark);\nlibrary.add(faChartColumn);\nlibrary.add(faLocationCrosshairs);\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(SolarEclipse2023, {\n wwtNamespace: \"wwt-minids-solar-eclipse-2024\",\n // wtml: { // use this just as a test for the sun\n // eclipse: \"https://raw.githubusercontent.com/patudom/star-life-cycle/master/content/BUACStellarLifeCycles.wtml\",\n // },\n})\n \n // Plugins\n .use(wwtPinia)\n .use(vuetify)\n .use(Notifications)\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(\"WorldWideTelescope\", WWTComponent)\n .component('font-awesome-icon', FontAwesomeIcon)\n .component('icon-button', IconButton)\n .component('location-selector', LocationSelector)\n .component('vue-slider', VueSlider) \n .component('transition-expand', TransitionExpand)\n .component('gif-play-pause', GifPlayPause)\n .component('credit-logos', CreditLogos)\n .component('date-picker', Datepicker)\n .component('image-label', ImageLabel)\n .component('funding-acknowledgment', FundingAcknowledgment)\n .component('geolocation-button', GeolocationButton)\n .component('hover-tooltip', HoverTooltip)\n .component('cloud-cover', CloudCover)\n .component('define-term', DefineTerm)\n .component('playback-control', PlaybackControl)\n .component('advanced-weather-view', AdvancedWeatherView)\n .component('color-bar', ColorBar)\n .component('cloud-data-explainer', CloudDataExplainer)\n .component('eclipse-timer', EclipseTimer)\n .component('location-search', LocationSearch)\n // Mount\n .mount(\"#app\");\n","// Polyfill for Array.at\nconst typedArray = Reflect.getPrototypeOf(Int8Array);\nfor (const c of [Array, String, typedArray]) {\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n Object.defineProperty(c.prototype, \"at\",\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n { value: function at(n: any) {\n // ToInteger() abstract op\n n = Math.trunc(n) || 0;\n // Allow negative indexing from the end\n if (n < 0) n += this.length;\n // OOB access is guaranteed to return undefined\n if (n < 0 || n >= this.length) return undefined;\n // Otherwise, this is just normal property access\n return this[n];\n },\n writable: true,\n enumerable: false,\n configurable: true });\n}\n","var map = {\n\t\"./2003_cloud_cover.zip\": 3184,\n\t\"./2004_cloud_cover.zip\": 2935,\n\t\"./2005_cloud_cover.zip\": 6038,\n\t\"./2006_cloud_cover.zip\": 8749,\n\t\"./2007_cloud_cover.zip\": 4596,\n\t\"./2008_cloud_cover.zip\": 2603,\n\t\"./2009_cloud_cover.zip\": 2010,\n\t\"./2010_cloud_cover.zip\": 2820,\n\t\"./2011_cloud_cover.zip\": 8973,\n\t\"./2012_cloud_cover.zip\": 8310,\n\t\"./2013_cloud_cover.zip\": 8231,\n\t\"./2014_cloud_cover.zip\": 5328,\n\t\"./2015_cloud_cover.zip\": 3529,\n\t\"./2016_cloud_cover.zip\": 8402,\n\t\"./2017_cloud_cover.zip\": 5475,\n\t\"./2018_cloud_cover.zip\": 6268,\n\t\"./2019_cloud_cover.zip\": 3125,\n\t\"./2020_cloud_cover.zip\": 4357,\n\t\"./2021_cloud_cover.zip\": 4780,\n\t\"./2023_cloud_cover.zip\": 2862\n};\n\nfunction webpackAsyncContext(req) {\n\treturn Promise.resolve().then(() => {\n\t\tif(!__webpack_require__.o(map, req)) {\n\t\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\t\te.code = 'MODULE_NOT_FOUND';\n\t\t\tthrow e;\n\t\t}\n\n\t\tvar id = map[req];\n\t\treturn __webpack_require__.t(id, 1 | 16);\n\t});\n}\nwebpackAsyncContext.keys = () => (Object.keys(map));\nwebpackAsyncContext.id = 7267;\nmodule.exports = webpackAsyncContext;","var map = {\n\t\"./2003_cloud_cover.zip\": 779,\n\t\"./2004_cloud_cover.zip\": 9724,\n\t\"./2005_cloud_cover.zip\": 5445,\n\t\"./2006_cloud_cover.zip\": 926,\n\t\"./2007_cloud_cover.zip\": 5887,\n\t\"./2008_cloud_cover.zip\": 4272,\n\t\"./2009_cloud_cover.zip\": 601,\n\t\"./2010_cloud_cover.zip\": 8999,\n\t\"./2011_cloud_cover.zip\": 5126,\n\t\"./2012_cloud_cover.zip\": 5805,\n\t\"./2013_cloud_cover.zip\": 4516,\n\t\"./2014_cloud_cover.zip\": 7299,\n\t\"./2015_cloud_cover.zip\": 7154,\n\t\"./2016_cloud_cover.zip\": 6921,\n\t\"./2017_cloud_cover.zip\": 2256,\n\t\"./2018_cloud_cover.zip\": 2479,\n\t\"./2019_cloud_cover.zip\": 3822,\n\t\"./2020_cloud_cover.zip\": 9090,\n\t\"./2021_cloud_cover.zip\": 3731,\n\t\"./2023_cloud_cover.zip\": 2169\n};\n\nfunction webpackAsyncContext(req) {\n\treturn Promise.resolve().then(() => {\n\t\tif(!__webpack_require__.o(map, req)) {\n\t\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\t\te.code = 'MODULE_NOT_FOUND';\n\t\t\tthrow e;\n\t\t}\n\n\t\tvar id = map[req];\n\t\treturn __webpack_require__.t(id, 1 | 16);\n\t});\n}\nwebpackAsyncContext.keys = () => (Object.keys(map));\nwebpackAsyncContext.id = 6084;\nmodule.exports = webpackAsyncContext;","var map = {\n\t\"./modis_eight_day/all_years_ucm.zip\": 8273,\n\t\"./modis_one_day/all_years_ucm.zip\": 7804\n};\n\nfunction webpackAsyncContext(req) {\n\treturn Promise.resolve().then(() => {\n\t\tif(!__webpack_require__.o(map, req)) {\n\t\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\t\te.code = 'MODULE_NOT_FOUND';\n\t\t\tthrow e;\n\t\t}\n\n\t\tvar id = map[req];\n\t\treturn __webpack_require__.t(id, 1 | 16);\n\t});\n}\nwebpackAsyncContext.keys = () => (Object.keys(map));\nwebpackAsyncContext.id = 6722;\nmodule.exports = webpackAsyncContext;","var map = {\n\t\"./modis_eight_day/neutral_ucm.zip\": 8710,\n\t\"./modis_one_day/neutral_ucm.zip\": 2595\n};\n\nfunction webpackAsyncContext(req) {\n\treturn Promise.resolve().then(() => {\n\t\tif(!__webpack_require__.o(map, req)) {\n\t\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\t\te.code = 'MODULE_NOT_FOUND';\n\t\t\tthrow e;\n\t\t}\n\n\t\tvar id = map[req];\n\t\treturn __webpack_require__.t(id, 1 | 16);\n\t});\n}\nwebpackAsyncContext.keys = () => (Object.keys(map));\nwebpackAsyncContext.id = 4635;\nmodule.exports = webpackAsyncContext;","var map = {\n\t\"./modis_eight_day/nina_ucm.zip\": 3375,\n\t\"./modis_one_day/nina_ucm.zip\": 4388\n};\n\nfunction webpackAsyncContext(req) {\n\treturn Promise.resolve().then(() => {\n\t\tif(!__webpack_require__.o(map, req)) {\n\t\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\t\te.code = 'MODULE_NOT_FOUND';\n\t\t\tthrow e;\n\t\t}\n\n\t\tvar id = map[req];\n\t\treturn __webpack_require__.t(id, 1 | 16);\n\t});\n}\nwebpackAsyncContext.keys = () => (Object.keys(map));\nwebpackAsyncContext.id = 4922;\nmodule.exports = webpackAsyncContext;","var map = {\n\t\"./modis_eight_day/nino_ucm.zip\": 1861,\n\t\"./modis_one_day/nino_ucm.zip\": 9750\n};\n\nfunction webpackAsyncContext(req) {\n\treturn Promise.resolve().then(() => {\n\t\tif(!__webpack_require__.o(map, req)) {\n\t\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\t\te.code = 'MODULE_NOT_FOUND';\n\t\t\tthrow e;\n\t\t}\n\n\t\tvar id = map[req];\n\t\treturn __webpack_require__.t(id, 1 | 16);\n\t});\n}\nwebpackAsyncContext.keys = () => (Object.keys(map));\nwebpackAsyncContext.id = 5164;\nmodule.exports = webpackAsyncContext;","var map = {\n\t\"./2023-09-19-SDO-Sun.png\": 4974,\n\t\"./annular.png\": 8157,\n\t\"./center\": 2560,\n\t\"./center.json\": 2560,\n\t\"./cloud_cover.csv\": 8713,\n\t\"./eclipse.gif\": 9442,\n\t\"./eclipse_static.gif\": 435,\n\t\"./empty.png\": 6661,\n\t\"./giphy.webp\": 6256,\n\t\"./modis_eight_day/2003_cloud_cover.zip\": 3184,\n\t\"./modis_eight_day/2004_cloud_cover.zip\": 2935,\n\t\"./modis_eight_day/2005_cloud_cover.zip\": 6038,\n\t\"./modis_eight_day/2006_cloud_cover.zip\": 8749,\n\t\"./modis_eight_day/2007_cloud_cover.zip\": 4596,\n\t\"./modis_eight_day/2008_cloud_cover.zip\": 2603,\n\t\"./modis_eight_day/2009_cloud_cover.zip\": 2010,\n\t\"./modis_eight_day/2010_cloud_cover.zip\": 2820,\n\t\"./modis_eight_day/2011_cloud_cover.zip\": 8973,\n\t\"./modis_eight_day/2012_cloud_cover.zip\": 8310,\n\t\"./modis_eight_day/2013_cloud_cover.zip\": 8231,\n\t\"./modis_eight_day/2014_cloud_cover.zip\": 5328,\n\t\"./modis_eight_day/2015_cloud_cover.zip\": 3529,\n\t\"./modis_eight_day/2016_cloud_cover.zip\": 8402,\n\t\"./modis_eight_day/2017_cloud_cover.zip\": 5475,\n\t\"./modis_eight_day/2018_cloud_cover.zip\": 6268,\n\t\"./modis_eight_day/2019_cloud_cover.zip\": 3125,\n\t\"./modis_eight_day/2020_cloud_cover.zip\": 4357,\n\t\"./modis_eight_day/2021_cloud_cover.zip\": 4780,\n\t\"./modis_eight_day/2023_cloud_cover.zip\": 2862,\n\t\"./modis_eight_day/all_years_ucm.zip\": 8273,\n\t\"./modis_eight_day/coords.zip\": 1273,\n\t\"./modis_eight_day/neutral_ucm.zip\": 8710,\n\t\"./modis_eight_day/nina_ucm.zip\": 3375,\n\t\"./modis_eight_day/nino_ucm.zip\": 1861,\n\t\"./modis_one_day/2003_cloud_cover.zip\": 779,\n\t\"./modis_one_day/2004_cloud_cover.zip\": 9724,\n\t\"./modis_one_day/2005_cloud_cover.zip\": 5445,\n\t\"./modis_one_day/2006_cloud_cover.zip\": 926,\n\t\"./modis_one_day/2007_cloud_cover.zip\": 5887,\n\t\"./modis_one_day/2008_cloud_cover.zip\": 4272,\n\t\"./modis_one_day/2009_cloud_cover.zip\": 601,\n\t\"./modis_one_day/2010_cloud_cover.zip\": 8999,\n\t\"./modis_one_day/2011_cloud_cover.zip\": 5126,\n\t\"./modis_one_day/2012_cloud_cover.zip\": 5805,\n\t\"./modis_one_day/2013_cloud_cover.zip\": 4516,\n\t\"./modis_one_day/2014_cloud_cover.zip\": 7299,\n\t\"./modis_one_day/2015_cloud_cover.zip\": 7154,\n\t\"./modis_one_day/2016_cloud_cover.zip\": 6921,\n\t\"./modis_one_day/2017_cloud_cover.zip\": 2256,\n\t\"./modis_one_day/2018_cloud_cover.zip\": 2479,\n\t\"./modis_one_day/2019_cloud_cover.zip\": 3822,\n\t\"./modis_one_day/2020_cloud_cover.zip\": 9090,\n\t\"./modis_one_day/2021_cloud_cover.zip\": 3731,\n\t\"./modis_one_day/2023_cloud_cover.zip\": 2169,\n\t\"./modis_one_day/all_years_ucm.zip\": 7804,\n\t\"./modis_one_day/coords.zip\": 5458,\n\t\"./modis_one_day/neutral_ucm.zip\": 2595,\n\t\"./modis_one_day/nina_ucm.zip\": 4388,\n\t\"./modis_one_day/nino_ucm.zip\": 9750,\n\t\"./moon-dark-gray-overlay.png\": 959,\n\t\"./moon-sky-blue-overlay-10.png\": 1895,\n\t\"./moon-sky-blue-overlay-100.png\": 6663,\n\t\"./moon-sky-blue-overlay-20.png\": 8342,\n\t\"./moon-sky-blue-overlay-50.png\": 6091,\n\t\"./moon.png\": 2783,\n\t\"./new-rectangle-solid-svgrepo-com.svg\": 3243,\n\t\"./none.png\": 5422,\n\t\"./partial.png\": 6241,\n\t\"./total.png\": 296,\n\t\"./upath_hi\": 4927,\n\t\"./upath_hi.json\": 4927,\n\t\"./video.mp4\": 9007\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = 290;","// 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};","var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);\nvar leafPrototypes;\n// create a fake namespace object\n// mode & 1: value is a module id, require it\n// mode & 2: merge all properties of value into the ns\n// mode & 4: return value when already ns object\n// mode & 16: return value when it's Promise-like\n// mode & 8|1: behave like require\n__webpack_require__.t = function(value, mode) {\n\tif(mode & 1) value = this(value);\n\tif(mode & 8) return value;\n\tif(typeof value === 'object' && value) {\n\t\tif((mode & 4) && value.__esModule) return value;\n\t\tif((mode & 16) && typeof value.then === 'function') return value;\n\t}\n\tvar ns = Object.create(null);\n\t__webpack_require__.r(ns);\n\tvar def = {};\n\tleafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];\n\tfor(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {\n\t\tObject.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));\n\t}\n\tdef['default'] = () => (value);\n\t__webpack_require__.d(ns, def);\n\treturn ns;\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};","// The chunk loading function for additional chunks\n// Since all referenced chunks are already included\n// in this file, this function is empty here.\n__webpack_require__.e = () => (Promise.resolve());","__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_solar_eclipse_2024\"] = self[\"webpackChunk_cosmicds_solar_eclipse_2024\"] || [];\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__(1000)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["_hoisted_1","class","render","_ctx","_cache","$props","$setup","$data","$options","defaultMapOptions","templateUrl","minZoom","maxZoom","subdomains","attribution","className","emits","props","activatorColor","type","String","default","showCloudCover","Boolean","detectLocation","modelValue","Object","latitudeDeg","longitudeDeg","mapOptions","initialPlace","places","Array","placeCircleOptions","color","fillColor","fillOpacity","radius","placeSelectable","selectable","selectedCircleOptions","selectionEvent","worldRadii","geoJsonFiles","selectedCloudCover","cloudCoverOpacityFunction","Function","c","Math","pow","rectangleDegrees","Number","mounted","this","selectedPlace","getLocation","setup","setupResizeObserver","data","resizeObserver","eclipsePath","placeCircles","hoveredPlace","selectedCircle","selectedPlaceCircle","cloudCoverRectangles","map","basemap","fromInside","rectanglesCreated","index","methods","container","document","querySelector","ResizeObserver","invalidateSize","observe","parseResult","result","forEach","row","lat","lon","cloudCover","isNaN","key","rect","createRectangle","addLayer","addTo","$emit","getColor","stroke","weight","opacity","on","console","log","sigmoid","val","y","z","exp","_cloudCover","hue","saturation","lightness","startup","options","timeout","enableHighAccuracy","navigator","geolocation","getCurrentPosition","position","updateValue","coords","longitude","latitude","setView","getZoom","_error","msg","group","text","duration","sameLoc","loc1","loc2","circleForLocation","location","circleOptions","circleMaker","circleForSelection","circle","interactive","bringToFront","circleForPlace","place","name","bindTooltip","onPlaceSelect","onMapSelect","event","latlng","lng","initial","mapContainer","$el","initialLocation","locationToLatLng","latLng","initialZoom","zoom","renderer","openTooltip","doubleClickZoom","disable","attributionControl","setPrefix","geojsonrecord","url","geo","geojson","style","fetch","then","response","json","geoJSON","includes","push","catch","error","pointToLayer","feature","properties","absoluteRadius","onEachFeature","layer","popupContent","bindPopup","g","updateCloudCover","bringLocationAndPathToFront","value","updateCircle","remove","updateRectangleIntensity","eachLayer","getBounds","getCenter","undefined","setStyle","computed","pixelSize","lats","from","Set","sort","lons","latDiff","arr","lonDiff","latAvg","reduce","a","b","length","lonAvg","watch","loc","oldLoc","needZoom","contains","newOptions","oldOptions","setUrl","newPlace","indexOf","oldSelectedCircle","__exports__","id","_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","href","target","rel","_hoisted_32","_hoisted_33","_hoisted_34","_hoisted_35","_hoisted_36","_hoisted_37","_hoisted_38","_hoisted_39","_hoisted_40","_hoisted_41","_hoisted_42","_hoisted_43","_hoisted_44","_hoisted_45","controls","src","_hoisted_46","_hoisted_47","_hoisted_48","_hoisted_49","_hoisted_50","_hoisted_51","_hoisted_52","_hoisted_53","_hoisted_54","_hoisted_55","_hoisted_56","_hoisted_57","_hoisted_58","_hoisted_59","_hoisted_60","_hoisted_61","_hoisted_62","_hoisted_63","_hoisted_64","_hoisted_65","_hoisted_66","_hoisted_67","_hoisted_68","_hoisted_69","_hoisted_70","_hoisted_71","_hoisted_72","_hoisted_73","_hoisted_74","_hoisted_75","_hoisted_76","_hoisted_77","_hoisted_78","_hoisted_79","_hoisted_80","_hoisted_81","_hoisted_82","_hoisted_83","_hoisted_84","_hoisted_85","_hoisted_86","_hoisted_87","_hoisted_88","_hoisted_89","_hoisted_90","_hoisted_91","_hoisted_92","_hoisted_93","_hoisted_94","_hoisted_95","_hoisted_96","_hoisted_97","_hoisted_98","_hoisted_99","_hoisted_100","_hoisted_101","_hoisted_103","_hoisted_104","_hoisted_105","_hoisted_106","_hoisted_107","_hoisted_108","_hoisted_109","_hoisted_110","_hoisted_111","_hoisted_112","_hoisted_113","_hoisted_114","_hoisted_115","_hoisted_116","_hoisted_117","_hoisted_118","_hoisted_119","_hoisted_120","_hoisted_121","_hoisted_122","_hoisted_123","_hoisted_124","_hoisted_125","_hoisted_126","_hoisted_127","_hoisted_128","_hoisted_129","_hoisted_130","_hoisted_131","_hoisted_132","_hoisted_133","_hoisted_134","_hoisted_135","_hoisted_136","_hoisted_137","_hoisted_138","_hoisted_139","_hoisted_140","_hoisted_141","_hoisted_142","_hoisted_143","_hoisted_144","_hoisted_145","_hoisted_146","_hoisted_147","_hoisted_148","_hoisted_149","_hoisted_150","_hoisted_151","_component_font_awesome_icon","_component_icon_button","_component_define_term","_component_cloud_cover","_component_location_search","_component_location_selector","_component_color_bar","_component_gif_play_pause","_component_funding_acknowledgment","_component_advanced_weather_view","_component_WorldWideTelescope","_component_geolocation_button","_component_credit_logos","_component_hover_tooltip","_component_eclipse_timer","_component_playback_control","_component_notifications","cssVars","showGuidedContent","ref","accentColor","skyColor","mobile","onResize","icon","learnerPath","infoPage","queryData","touchscreen","narrow","size","getMyLocation","density","elevation","term","definition","smallSize","showAdvancedWeather","selectedLocationCloudCover","cloudIcon","$event","showInfoSheet","showWWTGuideSheet","disabled","smAndUp","eclipsePredictionText","showEclipsePredictionTextBanner","showEclipsePredictionText","showEclipsePredictionSheet","showNewMobileUI","small","buttonSize","geocodingInfoForSearch","setLocationFromSearchFeature","searchErrorMessage","myLocationColor","myLocationToolTip","$refs","showMyLocationDialog","locationDeg","updateLocationFromMap","userSelectedMapOptions","initialMapOptions","cloudCoverData","selectedCloudCoverData","label","cmap","cloudColorMap","showVideoSheet","transition","fullscreen","tabindex","scrim","startPaused","gif","still","alt","align","cols","outlined","thickness","displaySwitchOn","ripple","displaySwitchOff","open","weatherInfoOpen","showAWVMapByDefault","showAWVChartsByDefault","showAWVFullScreen","advancedWeatherSelectedCount","cloudCoverSelectedLocations","wwtNamespace","onPointerDown","onPointerUp","searchOpen","faSize","myLocation","updateSelectedLocationText","$notify","title","geolocationPermission","p","copyShareURL","showSplashScreen","absolute","closeSplashScreen","isLoading","inIntro","persistent","introSlide","additional","xSmallSize","prepend","variant","selectedLocationText","selectedLocaledTimeDateString","percentEclipsedText","inset","toggleTrackSun","prediction","eclipsePrediction","timezone","selectedTimezone","showControls","sunCenteredTracking","centerSun","showAltAzGrid","showHorizon","useRegularMoon","reversePlaybackRate","playbackRate","playing","increasePlaybackRate","selectedTime","forceRate","playbackVisible","offset","activator","paused","max","log10","inline","niceRound","maxTime","min","minTime","step","millisecondsPerInterval","toTimeString","Date","item","showPrivacyDialog","mdSize","responseOptOut","classes","dangerouslySetInnerHtml","addedToPrimitives","annotationDirty","_opacity","_showHoverLabel","prepBatch","renderContext","Annotation2","pointList","batchDirty","PointList","lineList","LineList","triangleFanPointList","TriangleFanList","triangleList","TriangleList","set_depthBuffered","depthBuffered","drawBatch","gl","draw","drawLines","separation","Alpha1","Delta1","Alpha2","Delta2","PI","x","cos","sin","vvalue","atan2","sqrt","colorToUint","col","r","colorToUintAlpha","get_opacity","set_opacity","get_id","_id","set_id","get_tag","_tag","set_tag","get_label","_label","set_label","get_showHoverLabel","set_showHoverLabel","hitTest","RA","dec","get_center","center","set_center","addAnnotation","ann","annotations","clearAll","_points$1","_fill$1","_strokeWidth$1","_lineColor$1","Colors","get_white","_fillColor$1","addPoint","Coordinates","raDecTo3d","get_fill","set_fill","get_lineWidth","set_lineWidth","get_lineColor","toString","set_lineColor","Color","fromName","get_fillColor","set_fillColor","vertexList","lineColorWithOpacity","_clone","round","i","addLine","Dates","fillColorWithOpacity","indexes","Tessellator","tesselateSimplePoly","addSubdividedTriangles","ctx","device","save","globalAlpha","beginPath","first","pnt","screenSpacePnt","WVP","transform","restore","Vector3d","dot","get_viewPoint","moveTo","lineTo","closePath","lineWidth","fillStyle","fill","strokeStyle","drawSkyOverlays","Settings","get_active","get_showConstellationLabels","Constellations","drawConstellationNames","get_yellow","get_showConstellationFigures","WWTControl","constellationsFigures","create","URLHelpers","singleton","engineAssetUrl","get_showAltAzGrid","altAzColor","fromArgb","Grids","drawAltAzGrid","get_showAltAzGridText","drawAltAzGridText","get_showEcliptic","eclipticColor","drawEcliptic","get_showEclipticOverviewText","drawEclipticText","makeAltAzGridText","_altAzTextBatch","glyphHeight","Text3dBatch","sign","SpaceTimeController","get_location","get_lat","directions","v","add","Text3d","layerManagerDraw","astronomical","referenceFrame","nested","cosmos","LayerManager","get_allMaps","thisMap","enabled","layers","frame","showAsPoint","showOrbitPath","matOld","get_world","matOldNonRotating","get_worldBaseNonRotating","oldNominalRadius","get_nominalRadius","reference","computeFrame","referenceFrameType","set_world","Matrix3d","multiplyMatrix","worldMatrix","set_nominalRadius","meanRadius","layerStart","utcToJulian","get_startTime","layerEnd","get_endTime","fadeIn","get_fadeType","get_fadeSpan","fadeOut","get_jNow","fadeOpacity","set_astronomical","set_worldBaseNonRotating","updateViewParameters","space","_tracking","_trackingObject","get_galacticMode","gPoint","j2000toGalactic","get_RA","get_dec","targetAlt","targetAz","az","get_localHorizonMode","currentAltAz","equitorialToHorizon","fromRaDec","get_now","get_alt","get_az","viewCamera","targetCamera","rAtoViewLng","get_solarSystemMode","oneMinusDragCoefficient","dc","minDelta","abs","rotation","angle","renderOneFrame","get_backgroundImageset","renderType","get_dataSetType","sizeChange","canvas","width","parentNode","clientWidth","height","clientHeight","explorer","refresh","_crossHairs","Tile","lastDeepestLevel","deepestLevel","RenderTriangle","tilesInView","tilesTouched","set_metaNow","get__mover","set_now","get_currentDateTime","Planets","updatePlanetLocations","newCam","get_currentPosition","copy","get_complete","scriptInterface","_fireArrived","set__mover","_notifyMoveComplete","updateClock","_updateViewParameters","clear","setupMatricesSpace3d","drawImageSet","get_foregroundImageset","set_foregroundImageset","_foregroundCanvas","saveDevice","_fgDevice","clearRect","drawImage","uiController","Annotation","_annotations","now","_lastMouseMove","raDecDown","getCoordinatesForScreenPoint","_hoverTextPoint","_annotationHover","_hoverText","_drawHoverText","imageset","get_catalogHipsImagesets","get_hipsProperties","get_catalogSpreadSheetLayer","lastVersion","get_version","constellation","containment","findConstellationForPoint","_drawSkyOverlays","drawPlanets","worldSave","viewSave","get_view","projSave","get_projection","get_current","get_showCrosshairs","_drawCrosshairs","tilesAllLoaded","TileCache","get_queueCount","setupMatricesOverlays","_fadeFrame","_frameCount","decimateQueue","processQueue","currentRenderGeneration","TourPlayer","get_playing","set_crossFadeFrame","set_view","set_projection","ms","_lastUpdate","trianglesRendered","trianglesCulled","capturingVideo","dumpFrameParams","waitDownload","captureFrameForVideo","_videoBlobReady","format","nextFrame","get_doneDumping","frameDumping","cancelFrameDump","renderFrameCallback","fraction","_planetTextures","_loadPlanetTextures","elong","_geocentricElongation","_planetLocations","raDif","_phaseAngle","distance","_positionAngle","dista","degreesToRadians","distb","sunMoonDist","coronaOpacity","moonEffect","_planetScales","_drawPlanet","_planetDrawOrder","planetId","transformWorldPointToPickSpace","wwtControl","worldPoint","backBufferWidth","backBufferHeight","m","Vector2d","vz","get_m13","get_m23","get_m33","vx","get_m11","get_m21","get_m31","vy","get_m12","get_m22","get_m32","getScreenPosForCoordinates","ra","pt","cartesian","sphericalSkyToCartesian","latDeg","lonDeg","tz","latRad","lonRad","getGeo","tmp","atan","tan","geo1","geo2","getObserverConstants","obsvconst","c1","c2","mid","c3","c4","timedependent","elements","circumstances","t","ans","consoleDebug","timelocdependent","c1c4iterate","iter","n","getc1c4","c2c3iterate","getc2c3","observational","contacttype","coslat","sinlat","asin","midobservational","getmid","getsunriset","riset","h0","diff","acos","getsunrise","getsunset","copycircumstances","circumstancesfrom","circumstancesto","getall","pattern","setObserver","altm","observer","Observer","getdate","jd","d","e","floor","gettime","getalt","getazi","getduration","getmagnitude","getcoverage","calculatefor","el","results","emptyEclipse","date","partialStart","sunAltStart","centralStart","maxAlt","maxAzi","centralEnd","partialEnd","sunAltEnd","magnitude","coverage","o","DEBUG","dateAndtTimeToDate","time","split","year","month","day","hour","minute","second","timestring","convertEclipseData","out","convertEclipseDataList","recalculateForObserverUTC","isNumber","isnum","isfinite","isFinite","notnan","deepMerge","source","assign","RELEVANT_FEATURE_TYPES","NA_COUNTRIES","NA_ABBREVIATIONS","mapboxLocationText","relevantFeatures","features","filter","some","place_type","placeFeature","find","pieces","countryFeature","countryText","regionFeature","short_code","abbr","startsWith","substring","join","textForLocation","Promise","accessToken","_err","mapBoxText","ns","ew","toFixed","toHMS","milliseconds","seconds","dur","h","s","spaceHMS","hms","replace","eclipse","D2R","R2D","eclipseStartTime","UTC","eclipseFinishTime","extraTime","SECONDS_PER_DAY","MILLISECONDS_PER_DAY","secondsInterval","MILLISECONDS_PER_INTERVAL","times","UUID_KEY","OPT_OUT_KEY","parseLatLon","latD","latM","lonD","lonM","latSign","slice","latMin","lonSign","lonMin","parseEclipsePath","csv","tsv","dsv","parseRows","utcString","utc","setUTCHours","setUTCMinutes","setUTCSeconds","setUTCMilliseconds","northernLimit","southernLimit","centerLine","ratio","sunAlt","sunAz","pathWidth","eclipseDuration","localTimeString","formatInTimeZone","getTime","cloudData","_i","minLat","maxLat","minLon","dLon","dLat","cloudDataArray","j","wwtMove","move","extends","MiniDSBase","required","initialCameraParams","raRad","decRad","zoomDeg","_totalEclipseTimeUTC","sunPlace","Place","set_names","set_classification","solarSystem","set_target","sun","set_zoomLevel","moonPlace","moon","initialView","userSelectedLocations","maybeUUID","window","localStorage","getItem","existingUser","uuid","v4","setItem","storedOptOut","latitudeRad","longitudeRad","selectedCloudCoverVariable","infoTimeMs","userGuideTimeMs","weatherTimeMs","weatherInfoTimeMs","eclipseTimerTimeMs","appStartTimestamp","infoStartTimestamp","userGuideStartTimestamp","weatherStartTimestamp","weatherInfoStartTimestamp","eclipseTimerStartTimestamp","splash","backgroundImagesets","sheet","layersLoaded","positionSet","imagesetFolder","searchText","searchResults","locationJustUpdated","showMapTooltip","showTextTooltip","showMapSelector","showLocationSelector","awv","selectionProximity","pointerMoveThreshold","isPointerMoving","pointerStartPosition","locationErrorMessage","syncDateTimeWithWWTCurrentTime","syncDateTimewithSelectedTime","sunOffset","presetMapOptions","ext","eclipseCenterLine","currentFractionEclipsed","visitedCloudCover","playingIntervalId","playingWaitCount","activePointer","showTextSheet","showLinkToPath","moonColor","guidedContentHeight","scrollUp","tab","viewerMode","showSky","skyColorNight","skyColorLight","skyOpacity","horizonOpacity","moonTexture","playbackRateValue","horizonRate","scopeRate","textSearchSelectedLocations","cloudCoverSelectedCount","eclipseStart","eclipseMid","eclipseEnd","eclipseApproach","eclipseType","showEclipseTimer","beforeCreate","searchParams","URLSearchParams","search","parseFloat","get","splashQuery","createUserEntry","waitForReady","skyBackgroundImagesets","setTime","dateTime","wwtSettings","set_localHorizonMode","set_showAltAzGrid","set_showAltAzGridText","_makeAltAzGridText","_draw","bind","roll","_angle","_tilt","updatePanForMobile","onWWTRenderFrame","Texture","fromUrl","setForegroundImageByName","setForegroundOpacity","updatePlanetLocation","wwtCurrentTime","updateMoonTexture","updateWWTLocation","setClockSync","setClockRate","startHorizonMode","trackSun","getEclipsePrediction","setInterval","updateFrontAnnotations","addEventListener","visibilityState","sendUpdateData","resetData","$nextTick","updateSkyOpacityForSunAlt","element","getElementById","onScroll","typeString","Map","begins","$vuetify","display","xs","starting","selectedTimezoneOffset","getTimezoneOffset","selectedLocalDateString","getCloudCover","selectedLocationCloudCoverString","ready","selectedDate","smAndDown","forwardGeocodingCss","userZoom","wwtZoomDeg","set","gotoRADecZoom","wwtRARad","wwtDecRad","rollRad","instant","wwtContentHeight","mainContent","windowHeight","innerHeight","_value","selectSheet","tickDurationMS","maxPlaybackRate","minDuration","sunPosition","sunAltAz","equatorialToHorizontal","moonPosition","moonAltAz","sunAboveHorizon","altRad","percentEclipsed","trackingSun","defaultRate","inEclipse","eclipsePhase","nearTotality","nearEclipseMax","locationInTotality","poly","point","_x","_y","scrollTop","scrollToTop","scrollTo","top","scrollHeight","cc","gotoTarget","noZoom","trackObject","trackSunOffset","getSunOffsetWorldPosition","resolve","sunLocation","sunPoint","offsetPoint","offsetLocation","findRADecForScreenPoint","set_RA","set_dec","angleInZeroToTwoPi","twoPi","angleBetween","test","lower","upper","greatCircleDistance","coord1","coord2","ra1","dec1","ra2","dec2","updateIntersection","canvasHeight","moonPoint","getJulian","distanceToMoon","CAAMoon","radiusVector","distanceToSun","rMoon","rSun","thetaMoon","thetaSun","rMoonPx","rSunPx","points","sunMoonDistance","moonInsideSun","sunInsideMoon","dSq","rMoonSq","rSunSq","moonArea","sunArea","fractionEclipsed","intersectionArea","forceTotality","cfe","x1","y1","x2","y2","ysh","epsilon","mPerp","yInt","sqrDisc","alpha","theta1","theta2","rangeSize","thetaS1","thetaS2","alphaS","rangeSizeS","centroidX","centroidY","p1","p2","locations","overlay","Poly2","textureFromAssetImage","assetFilename","force","filename","blueMoon","opacityToUse","clearPlayingInterval","clearInterval","moveOneIntervalForward","moveOneIntervalBackward","toUTCDateString","getUTCMonth","getUTCDate","getUTCFullYear","toUTCTimeString","minutes","getUTCMinutes","minuteString","ampm","getUTCHours","toLocaleDateString","toLocaleTimeString","hours","set_locationLat","set_locationLng","addToLocations","visitedLocation","onTimeSliderChange","API_BASE_URL","method","headers","content","exists","status","user_uuid","body","JSON","stringify","user_selected_locations","cloud_cover_selected_locations","text_search_selected_locations","info_time_ms","app_time_ms","user_guide_time_ms","advanced_weather_selected_locations_count","cloud_cover_selected_locations_count","infoTime","userGuideTime","weatherTime","weatherInfoTime","eclipseTimerTime","delta_info_time_ms","delta_app_time_ms","delta_advanced_weather_time_ms","delta_weather_info_time_ms","delta_user_guide_time_ms","delta_eclipse_timer_time_ms","delta_advanced_weather_selected_locations_count","delta_cloud_cover_selected_locations_count","keepalive","logLocation","logPosition","printUTCDate","getUTCSeconds","blurActiveElement","altAzToHADec","azRad","getUTCMilliseconds","mstFromUTC2","longRad","modifiedJD","julianCenturies","mst","horizontalToEquatorial","st","haDec","ha","hourAngle","sinAlt","altitude","cosAz","azimuth","createHorizon","when","delta","raDec","createSky","Poly","removeAnnotations","clearAnnotations","onPointerMove","dist","pageX","pageY","_event","updateForDateTime","updateGuidedContentHeight","guidedContentContainer","topbanner","getSunAltitudeAtTime","getTimeforSunAlt","altDeg","rising","setting","setTimeforSunAlt","risingTime","matchTime","settingTime","dt","_civilTwilight","astronomicalTwilight","dssOpacity","frac","E","baseURL","origin","pathname","clipboard","writeText","ignoreDuplicates","findBestFeature","collection","textForMapboxFeature","context","itemType","shortCode","itemText","textForMapboxResults","setLocationFromFeature","ezrate","_val","show","tooltip","activeElement","blur","_css","optOut","_show","_zoom","_oldZoom","_date","_time","near","oldNear","path","play","mode","_color","isAbove","pos","_frac","currentPlace","warn","enter","afterEnter","leave","getComputedStyle","visibility","requestAnimationFrame","_withScopeId","loading","stayPaused","stillOnly","role","onClick","pause","components","VIcon","mediaQuery","matchMedia","details","matches","removeAttribute","visible","created","isMobile","userAgent","focused","altText","containerCSS","hovered","active","image","backgroundCSS","textCSS","backgroundColor","backgroundOpacity","fontSize","fontWeight","lineHeight","border","borderRadius","hoveredColor","activeColor","focusedColor","hoveredBorder","activeBorder","focusedBorder","css","showPermissions","permissions","counter","hideButton","useTextButton","geolocationError","showTextProgress","showProgressCircle","permissionGranted","progressCircleSize","indeterminate","loaded","showTextLabel","showCoords","VBtn","VProgressCircular","debug","trueIcon","falseIcon","_payload","permission","permissionDenied","emitLocation","noPermissionsApi","query","handlePermission","onchange","state","debugmsg","handlePosition","handleGeolocationError","code","message","geolocate","showLoading","maximumAge","setTimeout","tooltipLocation","tooltipOnClick","tooltipOnFocus","tooltipOnHover","tooltipOffset","tooltipText","showTooltip","$attrs","buttonID","handleTouchStart","handleTouchEnd","VTooltip","inheritAttrs","longPressTimeMs","longPressTimeout","clearTimeout","cloudCoverFracToLabel","noClick","bold","underlined","showFor","validator","timedShow","hide","inlineButton","showCloseButton","isPaused","reverseTime","valueToMark","useBuiltInTicks","ticks","marks","base","logBase","log2","sequence","rightSide","_","leftSide","reverse","seq","concat","fromSymLogIndex","inverseTransform","isArray","absValue","toSymlogIndex","makeSymmetric","right","left","linspace","start","stop","symmLinspace","symLog","SymmetricalLogTransform","VSlider","maxPower","smallScreen","input","setProperty","entries","track","tickContainer","psc","scrollWidth","classList","symlog","myTicks","pre","rt","for","_component_cloud_data_explainer","_component_cloud_cover_line","_component_bar_chart","_component_line_chart","showValue","locationName","explainerOpen","sm","order","selectedStat","dataSubset","mapSubsets","selectedYear","availableYears","needToUpdate","updateData","displayData","modisDataSet","hint","modisTimes","displayCharts","inBounds","locationValue","statText","codes","skyCoverCodes","ranges","skyCoverCodeRanges","icons","skyCoverIcons","median","cloudDataNearLocation","mean","loadingNewMap","showOnMap","displayedCloudData","selectedDataIndex","selectedDataCloudCover","transferFunction","eclipsePaths","nsteps","mapDescriptionText","labels","hideHistogramSubset","cloudDataHistogram","locationHistogram","colors","colorMap","barAnnotationLabel","stacked","allYears","borderColor","borderWidth","subsetSelected","subsetData","callback","timeseries","yMin","yMax","drawTime","xMin","close","canvasID","accessiblityLabel","customCanvasBackgroundColor","beforeDraw","chart","_args","globalCompositeOperation","fillRect","SingleOrArrayProp","register","canvasColor","histogramData","dataLabel","barAnnotations","barLabelScale","barOffset","animated","otherDatasets","showHover","showLegend","hoverColors","interim","darken","hexString","chartData","datasets","hoverBackgroundColor","chartOptions","responsive","maintainAspectRatio","animation","scales","grid","beginAtZero","plugins","font","legend","annotation","barChartAnnotation","acc","getContext","renderChart","dataIndex","barAnnotationString","barValueByIndex","textAlign","padding","xMax","xScaleID","yScaleID","stackedBarValueByIndex","dataset","handler","getChart","destroy","deep","random","scatterData","lineData","otherData","scatterLabel","lineLabel","lineColor","xRange","yRange","showLine","showScatter","reverseY","reverseX","hideXAxis","hideYAxis","scatterOptions","lineOptions","bothAxisOptions","xAxisOptions","yAxisOptions","xTickFormatter","yTickFormatter","subsets","subsetStyles","getKey","obj","defaultKey","oomFloor","oOM","mag","oomCeil","ceil","oldChart","computedScatterData","computedLineData","defaultScatterStyle","pointStyle","styleBySubset","styles","_d","subset","outData","hideLabel","hideIcon","hideValue","hideText","getText","findIndex","range","colorbarGradient","colorbar","firstChild","removeChild","co","div","createElement","appendChild","latitudesEightDay","longitudesEightDay","cityBoston","inflateFromZip","Uint8Array","arrayBuffer","to","latitudesOneDay","longitudesOneDay","coordsEightPromise","coordsEight","coordsOnePromise","coordsOne","getStat","stat","modisDirs","BarChart","LineChart","LocationSelector","CloudCoverLine","ColorBar","DefineTerm","defaultLocation","showCharts","eps","firstOpen","dataloaded","dataLoadingProgress","elNinoYears","laNinaYears","neutralYears","allModisData","latLonIndex","allYearsSummary","neutralYearsSummary","elNinoYearsSummary","laNinaYearsSummary","mapDetailsText","mapShowHideText","transferFunction8","all","checkInBounds","updateLocationName","loadEightDayData","updateMapDescriptionText","allCloudData","selectedYears","hide1","hide2","latitudes","longitudes","allData","keys","getLatLonIndex","hist","count","yearForLocation","getHistogram","getFullYear","elNinoData","neutralData","laNinaData","allYearsData","_v","pointRadius","transferFunction1","norm","array","inflateFromCsv","csvPath","loadSummaryData","getElNinoData","module","getNeutralData","getLaNinaData","getAllYearsData","getDataForYears","years","loadOneDayData","zip","arrays","distances","lat2","minIndex","word","charAt","toUpperCase","isLineGraphData","nums","modis","updateMapShowHideText","getCloudCoverText","old","scrollable","direction","initialTab","showTimer","timeToEclipse","noEclipse","toLowerCase","isTotal","totalityDuration","timeString","tzPref","divided","mandatory","tzCode","dayInMs","hourInMs","minuteInMs","secondInMs","VBtnToggle","getTimeToEclipse","pred","toUtcString","toLocalString","circumstance","end","_normal","days","cssStyles","performForwardGeocodingSearch","clearSearchData","stayOpen","place_name","searchProvider","theme","info","timedJustUpdatedLocation","defaultSet","aliases","sets","mdi","locale","fallback","messages","en","defaultTheme","update","binding","use","wwtPinia","vuetify","directive","beforeMount","_vnode","_prevVnode","updated","component","WWTComponent","IconButton","TransitionExpand","GifPlayPause","CreditLogos","ImageLabel","FundingAcknowledgment","GeolocationButton","HoverTooltip","CloudCover","PlaybackControl","AdvancedWeatherView","CloudDataExplainer","EclipseTimer","LocationSearch","mount","typedArray","Reflect","getPrototypeOf","Int8Array","defineProperty","prototype","trunc","writable","enumerable","configurable","webpackAsyncContext","req","__webpack_require__","Error","exports","webpackContext","webpackContextResolve","__webpack_module_cache__","moduleId","cachedModule","__webpack_modules__","call","deferred","O","chunkIds","fn","priority","notFulfilled","Infinity","fulfilled","every","splice","getter","__esModule","leafPrototypes","getProto","def","current","getOwnPropertyNames","globalThis","prop","hasOwnProperty","Symbol","toStringTag","installedChunks","chunkId","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","chunkLoadingGlobal","self","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"js/app.2c4b718d.js","mappings":"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","sources":["webpack://@cosmicds/solar-eclipse-2024/./src/LocationSelector.vue?722c","webpack://@cosmicds/solar-eclipse-2024/./src/LocationSelector.vue","webpack://@cosmicds/solar-eclipse-2024/./src/LocationSelector.vue?51ea","webpack://@cosmicds/solar-eclipse-2024/./src/SolarEclipse2024.vue?0e57","webpack://@cosmicds/solar-eclipse-2024/./src/SolarEclipse2024.vue","webpack://@cosmicds/solar-eclipse-2024/./src/Annotation2.ts","webpack://@cosmicds/solar-eclipse-2024/./src/wwt-hacks.ts","webpack://@cosmicds/solar-eclipse-2024/./src/eclipse_types.ts","webpack://@cosmicds/solar-eclipse-2024/./src/SE2024.ts","webpack://@cosmicds/solar-eclipse-2024/./src/eclipse_predict.ts","webpack://@cosmicds/solar-eclipse-2024/./src/utils.ts","webpack://@cosmicds/solar-eclipse-2024/./src/eclipse_path.ts","webpack://@cosmicds/solar-eclipse-2024/./src/SolarEclipse2024.vue?d266","webpack://@cosmicds/solar-eclipse-2024/./src/TransitionExpand.vue?cf6c","webpack://@cosmicds/solar-eclipse-2024/./src/TransitionExpand.vue","webpack://@cosmicds/solar-eclipse-2024/./src/TransitionExpand.vue?c476","webpack://@cosmicds/solar-eclipse-2024/./src/GifPlayPause.vue?5e8f","webpack://@cosmicds/solar-eclipse-2024/./src/GifPlayPause.vue","webpack://@cosmicds/solar-eclipse-2024/./src/GifPlayPause.vue?2d52","webpack://@cosmicds/solar-eclipse-2024/./src/CreditLogos.vue?f98e","webpack://@cosmicds/solar-eclipse-2024/./src/CreditLogos.vue","webpack://@cosmicds/solar-eclipse-2024/./src/CreditLogos.vue?34de","webpack://@cosmicds/solar-eclipse-2024/./src/ImageLabel.vue?26d1","webpack://@cosmicds/solar-eclipse-2024/./src/ImageLabel.vue","webpack://@cosmicds/solar-eclipse-2024/./src/ImageLabel.vue?409a","webpack://@cosmicds/solar-eclipse-2024/./src/GeolocationButton.vue?3ecb","webpack://@cosmicds/solar-eclipse-2024/./src/GeolocationButton.vue","webpack://@cosmicds/solar-eclipse-2024/./src/GeolocationButton.vue?cadd","webpack://@cosmicds/solar-eclipse-2024/./src/HoverTooltip.vue?07a1","webpack://@cosmicds/solar-eclipse-2024/./src/HoverTooltip.vue","webpack://@cosmicds/solar-eclipse-2024/./src/HoverTooltip.vue?cacd","webpack://@cosmicds/solar-eclipse-2024/./src/CloudCover.vue?87af","webpack://@cosmicds/solar-eclipse-2024/./src/CloudCover.vue","webpack://@cosmicds/solar-eclipse-2024/./src/CloudCover.vue?cb15","webpack://@cosmicds/solar-eclipse-2024/./src/DefineTerm.vue?e6fa","webpack://@cosmicds/solar-eclipse-2024/./src/DefineTerm.vue","webpack://@cosmicds/solar-eclipse-2024/./src/DefineTerm.vue?0406","webpack://@cosmicds/solar-eclipse-2024/./src/PlaybackControl.vue?2e98","webpack://@cosmicds/solar-eclipse-2024/./src/PlaybackControl.vue","webpack://@cosmicds/solar-eclipse-2024/./src/symlog.ts","webpack://@cosmicds/solar-eclipse-2024/./src/PlaybackControl.vue?a1f9","webpack://@cosmicds/solar-eclipse-2024/./src/AdvancedWeatherView.vue?54bc","webpack://@cosmicds/solar-eclipse-2024/./src/AdvancedWeatherView.vue","webpack://@cosmicds/solar-eclipse-2024/./src/BarChart.vue?5b5e","webpack://@cosmicds/solar-eclipse-2024/./src/BarChart.vue","webpack://@cosmicds/solar-eclipse-2024/./src/ChartPlugins.ts","webpack://@cosmicds/solar-eclipse-2024/./src/BarChart.vue?d52a","webpack://@cosmicds/solar-eclipse-2024/./src/LineChart.vue?ca63","webpack://@cosmicds/solar-eclipse-2024/./src/LineChart.vue","webpack://@cosmicds/solar-eclipse-2024/./src/LineChart.vue?572a","webpack://@cosmicds/solar-eclipse-2024/./src/CloudCoverLine.vue?5350","webpack://@cosmicds/solar-eclipse-2024/./src/CloudCoverLine.vue","webpack://@cosmicds/solar-eclipse-2024/./src/CloudCoverLine.vue?2de2","webpack://@cosmicds/solar-eclipse-2024/./src/ColorBar.vue?6351","webpack://@cosmicds/solar-eclipse-2024/./src/ColorBar.vue","webpack://@cosmicds/solar-eclipse-2024/./src/ColorBar.vue?34cb","webpack://@cosmicds/solar-eclipse-2024/./src/AdvancedWeatherView.vue?e139","webpack://@cosmicds/solar-eclipse-2024/./src/CloudDataExplainer.vue?1c99","webpack://@cosmicds/solar-eclipse-2024/./src/CloudDataExplainer.vue","webpack://@cosmicds/solar-eclipse-2024/./src/CloudDataExplainer.vue?50ed","webpack://@cosmicds/solar-eclipse-2024/./src/EclipseTimer.vue?4d29","webpack://@cosmicds/solar-eclipse-2024/./src/EclipseTimer.vue","webpack://@cosmicds/solar-eclipse-2024/./src/EclipseTimer.vue?a3e7","webpack://@cosmicds/solar-eclipse-2024/./src/LocationSearch.vue?41dc","webpack://@cosmicds/solar-eclipse-2024/./src/LocationSearch.vue","webpack://@cosmicds/solar-eclipse-2024/./src/LocationSearch.vue?efea","webpack://@cosmicds/solar-eclipse-2024/./plugins/vuetify.ts","webpack://@cosmicds/solar-eclipse-2024/./src/main.ts","webpack://@cosmicds/solar-eclipse-2024/./src/polyfills.ts","webpack://@cosmicds/solar-eclipse-2024/./src/assets/modis_eight_day/ lazy ^\\.\\/.*_cloud_cover\\.zip$ namespace object","webpack://@cosmicds/solar-eclipse-2024/./src/assets/modis_one_day/ lazy ^\\.\\/.*_cloud_cover\\.zip$ namespace object","webpack://@cosmicds/solar-eclipse-2024/./src/assets/ lazy ^\\.\\/modis_.*_day\\/all_years_ucm\\.zip$ namespace object","webpack://@cosmicds/solar-eclipse-2024/./src/assets/ lazy ^\\.\\/modis_.*_day\\/neutral_ucm\\.zip$ namespace object","webpack://@cosmicds/solar-eclipse-2024/./src/assets/ lazy ^\\.\\/modis_.*_day\\/nina_ucm\\.zip$ namespace object","webpack://@cosmicds/solar-eclipse-2024/./src/assets/ lazy ^\\.\\/modis_.*_day\\/nino_ucm\\.zip$ namespace object","webpack://@cosmicds/solar-eclipse-2024/./src/assets/ sync ^\\.\\/.*$","webpack://@cosmicds/solar-eclipse-2024/webpack/bootstrap","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/chunk loaded","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/compat get default export","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/create fake namespace object","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/define property getters","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/ensure chunk","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/global","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/hasOwnProperty shorthand","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/make namespace object","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/publicPath","webpack://@cosmicds/solar-eclipse-2024/webpack/runtime/jsonp chunk loading","webpack://@cosmicds/solar-eclipse-2024/webpack/startup"],"sourcesContent":["import { openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = { class: \"map-container\" }\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"div\", _hoisted_1))\n}","\n\n\n\n\n","import { render } from \"./LocationSelector.vue?vue&type=template&id=2d5e354b&ts=true\"\nimport script from \"./LocationSelector.vue?vue&type=script&lang=ts\"\nexport * from \"./LocationSelector.vue?vue&type=script&lang=ts\"\n\nimport \"./LocationSelector.vue?vue&type=style&index=0&id=2d5e354b&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, createVNode as _createVNode, createTextVNode as _createTextVNode, withCtx as _withCtx, createSlots as _createSlots, normalizeClass as _normalizeClass, createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, toDisplayString as _toDisplayString, withKeys as _withKeys, createBlock as _createBlock, mergeProps as _mergeProps, vShow as _vShow, withDirectives as _withDirectives, normalizeStyle as _normalizeStyle, withModifiers as _withModifiers, resolveDirective as _resolveDirective, Transition as _Transition } from \"vue\"\nimport _imports_0 from './assets/video.mp4'\n\n\nconst _hoisted_1 = { id: \"non-map-container\" }\nconst _hoisted_2 = {\n id: \"title-row\",\n class: \"non-map-row\"\n}\nconst _hoisted_3 = { id: \"title\" }\nconst _hoisted_4 = { key: 0 }\nconst _hoisted_5 = { key: 1 }\nconst _hoisted_6 = { key: 2 }\nconst _hoisted_7 = {\n id: \"instructions-row\",\n class: \"non-map-row\"\n}\nconst _hoisted_8 = { id: \"top-container-main-text\" }\nconst _hoisted_9 = {\n key: 0,\n class: \"instructions-text\"\n}\nconst _hoisted_10 = { class: \"description\" }\nconst _hoisted_11 = { key: 0 }\nconst _hoisted_12 = { key: 0 }\nconst _hoisted_13 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"drag\", -1)\nconst _hoisted_14 = { key: 1 }\nconst _hoisted_15 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"drag\", -1)\nconst _hoisted_16 = { key: 0 }\nconst _hoisted_17 = { key: 2 }\nconst _hoisted_18 = { key: 3 }\nconst _hoisted_19 = { key: 4 }\nconst _hoisted_20 = { key: 5 }\nconst _hoisted_21 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"Enter a location\", -1)\nconst _hoisted_22 = { key: 1 }\nconst _hoisted_23 = /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createElementVNode(\"strong\", null, [\n /*#__PURE__*/_createElementVNode(\"span\", { class: \"highlighted bg-red\" }, \"Red line\")\n ]),\n /*#__PURE__*/_createTextVNode(\" + \"),\n /*#__PURE__*/_createElementVNode(\"span\", { class: \"highlighted bg-grey text-black\" }, \"Grey band\"),\n /*#__PURE__*/_createTextVNode(\": path of total eclipse on map \")\n], -1)\nconst _hoisted_24 = { class: \"mt-2\" }\nconst _hoisted_25 = { key: 0 }\nconst _hoisted_26 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"My Location\", -1)\nconst _hoisted_27 = {\n key: 1,\n class: \"d-flex justify-end\",\n id: \"info-text-button\"\n}\nconst _hoisted_28 = {\n key: 2,\n class: \"instructions-text\"\n}\nconst _hoisted_29 = { class: \"description\" }\nconst _hoisted_30 = { class: \".d-flex\" }\nconst _hoisted_31 = /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://modis.gsfc.nasa.gov/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n}, \"MODIS\", -1)\nconst _hoisted_32 = {\n key: 3,\n class: \"instructions-text\"\n}\nconst _hoisted_33 = { class: \"description\" }\nconst _hoisted_34 = { class: \".d-flex\" }\nconst _hoisted_35 = /*#__PURE__*/_createElementVNode(\"div\", null, [\n /*#__PURE__*/_createElementVNode(\"p\", null, \"View different statistics for the data beyond just the 20-year median shown here.\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" Explore whether phenomena like El Niño historically impacted cloud cover patterns.\")\n], -1)\nconst _hoisted_36 = { class: \"my-2\" }\nconst _hoisted_37 = {\n id: \"button-row\",\n class: \"non-map-row\"\n}\nconst _hoisted_38 = { id: \"top-container-buttons\" }\nconst _hoisted_39 = { id: \"map-column\" }\nconst _hoisted_40 = [\"data-before-text\"]\nconst _hoisted_41 = {\n key: 0,\n id: \"map-banner\",\n class: \"show-after\"\n}\nconst _hoisted_42 = { key: 0 }\nconst _hoisted_43 = { key: 1 }\nconst _hoisted_44 = { class: \"video-wrapper\" }\nconst _hoisted_45 = /*#__PURE__*/_createElementVNode(\"video\", {\n controls: \"\",\n id: \"info-video\"\n}, [\n /*#__PURE__*/_createElementVNode(\"source\", {\n src: _imports_0,\n type: \"video/mp4\"\n })\n], -1)\nconst _hoisted_46 = /*#__PURE__*/_createElementVNode(\"h3\", { class: \"v-btn tab-title\" }, \"Information\", -1)\nconst _hoisted_47 = /*#__PURE__*/_createElementVNode(\"div\", { id: \"info-text-box\" }, [\n /*#__PURE__*/_createElementVNode(\"div\", { id: \"main-info-text\" }, [\n /*#__PURE__*/_createElementVNode(\"p\", null, \" On April 8, 2024, North America will be treated to an awe-inspiring total eclipse. \"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" This interactive lets you explore the April total eclipse from different locations. \"),\n /*#__PURE__*/_createElementVNode(\"p\", { id: \"safety-warning\" }, \" SAFETY FIRST: NEVER look directly at the Sun without proper eye protection. \")\n ]),\n /*#__PURE__*/_createElementVNode(\"div\", { id: \"FAQ\" }, [\n /*#__PURE__*/_createElementVNode(\"details\", null, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \" What causes Solar Eclipses? \"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" A solar eclipse happens when the Moon passes between the Earth and the Sun and blocks the Sun from our view. Partial eclipses occur about every 6 months, somewhere on the Earth. In 2023 and 2024, the US has been lucky to be in the path of two solar eclipses. \")\n ]),\n /*#__PURE__*/_createElementVNode(\"details\", null, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \" Total? Annular? What is the difference?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" During a \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"total eclipse\"),\n /*#__PURE__*/_createTextVNode(\", the Moon covers the entire face of the Sun. Because the Moon doesn't orbit the Earth in a perfect circle, sometimes it is farther away from Earth and appears smaller. When this happens, the Moon doesn't cover the entire face of the Sun. During the eclipse we can still see a bright ring of light around the Moon, sometimes called the \\\"Ring of Fire.\\\" This is called an \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"annular Eclipse\"),\n /*#__PURE__*/_createTextVNode(\". \")\n ])\n ]),\n /*#__PURE__*/_createElementVNode(\"details\", null, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \" What is the wispy haze around the Sun during a Total Solar Eclipse?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" The \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"corona\"),\n /*#__PURE__*/_createTextVNode(\" is the outermost layer of the Sun's atmosphere, and it is made up of extremely hot, glowing gas. We usually can't see the corona because the Sun's surface shines so much more brightly. During a total solar eclipse, the Moon blocks light from the surface of the Sun, making it possible to see the ethereally beautiful corona. \")\n ])\n ]),\n /*#__PURE__*/_createElementVNode(\"details\", null, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \" Why can only some places see the eclipse?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" An eclipse is caused by the Moon casting a shadow on the Earth. People who are directly behind the Moon will see an annular or total eclipse. As the Moon moves in its orbit around Earth, and as Earth rotates, the location of the shadow will move, sweeping out a path across the surface of the Earth. For a larger number of people who are not directly behind the moon, a smaller amount of the Sun will be blocked, causing a partial eclipse. Even further outside the shadow the Sun will not be blocked at all, and there will be no eclipse visible. \"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" The animated figure shows that the Moon's shadow on Earth has two distinct regions. The darker part of the shadow is directly behind the Moon, where people will experience an annular or total eclipse. The lighter part of the shadow falls where people on Earth will see a partial solar eclipse. \")\n ]),\n /*#__PURE__*/_createElementVNode(\"details\", null, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"How precise are location and timing predications in this Data Story?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" You may notice some discrepancies in the reported eclipse percentages or with eclipse start and end times compared with other predictions. This is caused by limitations in precision for the calculations used to display the locations and sizes of the Sun and Moon on your screen. Totality timing predictions in this Data Story should be accurate to within about 15 seconds. \")\n ]),\n /*#__PURE__*/_createElementVNode(\"details\", null, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"Where can I learn more?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" Check out \"),\n /*#__PURE__*/_createElementVNode(\"ul\", null, [\n /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://science.nasa.gov/eclipses/future-eclipses/eclipse-2024/where-when/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"NASA's website\"),\n /*#__PURE__*/_createTextVNode(\" about the April eclipse \")\n ]),\n /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createTextVNode(\" Infiniscope's Kingdom in Peril lessons on eclipses, available in \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://infiniscope.org/collection/3\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"English\"),\n /*#__PURE__*/_createTextVNode(\" and \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://infiniscope.org/collection/6\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"Spanish\")\n ]),\n /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://EclipseSoundscapes.org\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"Eclipse Soundscapes\"),\n /*#__PURE__*/_createTextVNode(\" citizen science project \")\n ]),\n /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createTextVNode(\" Fiske Planetarium's \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.colorado.edu/fiske/projects/science-through-shadows\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"Science Through Shadows\"),\n /*#__PURE__*/_createTextVNode(\" videos \")\n ])\n ])\n ])\n ])\n ])\n], -1)\nconst _hoisted_48 = /*#__PURE__*/_createElementVNode(\"figcaption\", null, \"Image credit: NASA Goddard / Katy Mersmann\", -1)\nconst _hoisted_49 = /*#__PURE__*/_createElementVNode(\"div\", { class: \"disclaimer\" }, \"Not to scale\", -1)\nconst _hoisted_50 = /*#__PURE__*/_createElementVNode(\"h3\", { class: \"v-btn tab-title\" }, \"User Guide\", -1)\nconst _hoisted_51 = /*#__PURE__*/_createElementVNode(\"p\", {\n style: {\"font-size\":\"calc(1.1 * var(--default-font-size))\"},\n class: \"mb-5\"\n}, \" This Cosmic Data Story allows you to display the April 8, 2024 Total Solar Eclipse from any location. \", -1)\nconst _hoisted_52 = /*#__PURE__*/_createElementVNode(\"br\", null, null, -1)\nconst _hoisted_53 = /*#__PURE__*/_createElementVNode(\"br\", null, null, -1)\nconst _hoisted_54 = { style: {\"min-height\":\"120px\"} }\nconst _hoisted_55 = /*#__PURE__*/_createElementVNode(\"h4\", { class: \"user-guide-header\" }, \"Time Controls:\", -1)\nconst _hoisted_56 = /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-3\" }, \"(Bottom-left of the screen)\", -1)\nconst _hoisted_57 = /*#__PURE__*/_createElementVNode(\"p\", null, \" By default, time is moving forward at 100x the real speed. Time slows down to 10x the real speed as the eclipse approaches totality. \", -1)\nconst _hoisted_58 = { class: \"text-list\" }\nconst _hoisted_59 = { class: \"ml-5\" }\nconst _hoisted_60 = /*#__PURE__*/_createElementVNode(\"li\", { class: \"ml-5\" }, \" Use the slider to fine-tune desired speed. \", -1)\nconst _hoisted_61 = /*#__PURE__*/_createElementVNode(\"h4\", { class: \"user-guide-header\" }, \"Viewing Mode:\", -1)\nconst _hoisted_62 = /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-3\" }, \"(Upper-right of the screen)\", -1)\nconst _hoisted_63 = { class: \"text-list\" }\nconst _hoisted_64 = /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createElementVNode(\"span\", { style: {\"color\":\"blue\",\"background-color\":\"white\",\"padding-inline\":\"0.7em\",\"border-radius\":\"20px\",\"font-weight\":\"bold\"} }, \"selected location\"),\n /*#__PURE__*/_createTextVNode(\" The currently selected location. \")\n], -1)\nconst _hoisted_65 = /*#__PURE__*/_createElementVNode(\"li\", { class: \"mb-2\" }, [\n /*#__PURE__*/_createElementVNode(\"span\", { style: {\"color\":\"blue\",\"background-color\":\"white\",\"padding-inline\":\"0.7em\",\"border-radius\":\"20px\",\"font-weight\":\"bold\"} }, \"date/time\"),\n /*#__PURE__*/_createTextVNode(\" The date and time being displayed by WorldWide Telescopse \")\n], -1)\nconst _hoisted_66 = { key: 0 }\nconst _hoisted_67 = /*#__PURE__*/_createElementVNode(\"span\", { style: {\"color\":\"blue\",\"background-color\":\"white\",\"padding-inline\":\"0.7em\",\"border-radius\":\"20px\",\"font-weight\":\"bold\"} }, \"Eclipsed: \", -1)\nconst _hoisted_68 = {\n key: 1,\n class: \"switch-bullets\"\n}\nconst _hoisted_69 = /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis\" }, \" Track Sun:\", -1)\nconst _hoisted_70 = {\n key: 2,\n class: \"switch-bullets mb-5\"\n}\nconst _hoisted_71 = /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis\" }, \" Don't Track Sun:\", -1)\nconst _hoisted_72 = /*#__PURE__*/_createElementVNode(\"h4\", { class: \"user-guide-header\" }, \"Display Options:\", -1)\nconst _hoisted_73 = /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-3\" }, \"(Bottom-right of the screen)\", -1)\nconst _hoisted_74 = { class: \"text-list\" }\nconst _hoisted_75 = { class: \"mb-2\" }\nconst _hoisted_76 = /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis-white\" }, \"eclipse timing\", -1)\nconst _hoisted_77 = { key: 0 }\nconst _hoisted_78 = /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis-white\" }, \"Center Sun:\", -1)\nconst _hoisted_79 = /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis-white\" }, \"Sky Grid:\"),\n /*#__PURE__*/_createTextVNode(\" Display altitude/azimuth grid with cardinal directions. \")\n], -1)\nconst _hoisted_80 = /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis-white\" }, \"Horizon/Daytime Sky:\"),\n /*#__PURE__*/_createTextVNode(\" Display a virtual \\\"ground\\\" that delineates where the Sun rises and sets. Show a blue sky when the Sun is above the horizon. \")\n], -1)\nconst _hoisted_81 = /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis-white\" }, \"Visible Moon:\"),\n /*#__PURE__*/_createTextVNode(\" Solar Eclipses occur during a New Moon, when the Moon is not normally visible in the sky. This option makes it easier to see the Moon against the sky. \")\n], -1)\nconst _hoisted_82 = { key: 1 }\nconst _hoisted_83 = /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis-white\" }, \"Eclipse Timing:\", -1)\nconst _hoisted_84 = { key: 2 }\nconst _hoisted_85 = /*#__PURE__*/_createElementVNode(\"span\", { class: \"user-guide-emphasis-white\" }, \"New Interface:\", -1)\nconst _hoisted_86 = {\n key: 3,\n class: \"mt-2\"\n}\nconst _hoisted_87 = /*#__PURE__*/_createElementVNode(\"span\", { style: {\"color\":\"blue\",\"background-color\":\"white\",\"padding-inline\":\"0.7em\",\"border-radius\":\"20px\",\"font-weight\":\"bold\"} }, \"Eclipsed:\", -1)\nconst _hoisted_88 = /*#__PURE__*/_createElementVNode(\"h4\", { class: \"user-guide-header\" }, \"Location Options:\", -1)\nconst _hoisted_89 = /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-3\" }, \"(Top-left of the screen)\", -1)\nconst _hoisted_90 = { class: \"text-list\" }\nconst _hoisted_91 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"My Location\", -1)\nconst _hoisted_92 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"share-url\", -1)\nconst _hoisted_93 = /*#__PURE__*/_createElementVNode(\"div\", { id: \"text-credits\" }, [\n /*#__PURE__*/_createElementVNode(\"h3\", null, \"Credits:\"),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"mt-2\" }, [\n /*#__PURE__*/_createTextVNode(\"Atmospheric Physicist \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.cfa.harvard.edu/people/caroline-nowlan\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"Caroline Nowlan\"),\n /*#__PURE__*/_createTextVNode(\" provided valuable guidance on interpreting the \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://neo.gsfc.nasa.gov/view.php?datasetId=MYDAL2_E_CLD_FR&date=2023-04-07\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"MODIS Cloud Cover\"),\n /*#__PURE__*/_createTextVNode(\" data.\")\n ]),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"mt-3\" }, [\n /*#__PURE__*/_createTextVNode(\"The path of totality data are from \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://svs.gsfc.nasa.gov/5123\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"NASA's Science Visualization Studio\"),\n /*#__PURE__*/_createTextVNode(\".\")\n ]),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"mt-3\" }, [\n /*#__PURE__*/_createTextVNode(\"Eclipse Timing Predictions are by \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://eclipse.gsfc.nasa.gov/JSEX/JSEX-NA.html\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"Fred Espenak and Chris O'Byrne\"),\n /*#__PURE__*/_createTextVNode(\" (NASA's GSFC). \"),\n /*#__PURE__*/_createElementVNode(\"em\", null, \"Adapted for TypeScript by CosmicDS Team\")\n ]),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"mt-3\" }, \"Image of Sun is courtesy of NASA/SDO and the AIA, EVE, and HMI science teams.\"),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"my-3\" }, \"This Cosmic Data Story is powered by WorldWide Telescope (WWT).\"),\n /*#__PURE__*/_createElementVNode(\"h4\", null, [\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.cosmicds.cfa.harvard.edu/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"CosmicDS\"),\n /*#__PURE__*/_createTextVNode(\" Team:\")\n ]),\n /*#__PURE__*/_createTextVNode(\" John Lewis\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Jon Carifio\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Pat Udomprasert\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Jack Hayes\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Alyssa Goodman\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Mary Dussault\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Harry Houghton\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Anna Nolin\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Evaluator: Sue Sunbury\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createElementVNode(\"h4\", null, [\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.worldwidetelescope.org/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, \"WorldWide Telescope\"),\n /*#__PURE__*/_createTextVNode(\" Team:\")\n ]),\n /*#__PURE__*/_createTextVNode(\" Peter Williams\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" A. David Weigel\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\" Jon Carifio\"),\n /*#__PURE__*/_createElementVNode(\"br\")\n], -1)\nconst _hoisted_94 = { class: \"user-banner\" }\nconst _hoisted_95 = {\n key: 0,\n class: \"banner-text\"\n}\nconst _hoisted_96 = {\n key: 1,\n class: \"banner-text\"\n}\nconst _hoisted_97 = { id: \"main-content\" }\nconst _hoisted_98 = {\n id: \"geocoding-row\",\n class: \"d-flex align-center ga-1\"\n}\nconst _hoisted_99 = { id: \"first-splash-row\" }\nconst _hoisted_100 = /*#__PURE__*/_createElementVNode(\"div\", { id: \"splash-screen-text\" }, [\n /*#__PURE__*/_createElementVNode(\"p\", null, \"WATCH the April 8\"),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"highlight\" }, [\n /*#__PURE__*/_createTextVNode(\"TOTAL\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\"Solar Eclipse\")\n ])\n], -1)\nconst _hoisted_101 = {\n key: 0,\n id: \"splash-screen-guide\"\n}\nconst _hoisted_102 = /*#__PURE__*/_createElementVNode(\"span\", {\n class: \"px-2 py-1 my-2 mr-1\",\n style: {\"border\":\"1px solid #eac402\",\"border-radius\":\"1em\",\"color\":\"#eac402\"}\n}, \"Map & Weather\", -1)\nconst _hoisted_103 = {\n key: 1,\n id: \"splash-screen-guide\"\n}\nconst _hoisted_104 = { key: 2 }\nconst _hoisted_105 = { class: \"splash-small-text\" }\nconst _hoisted_106 = { id: \"splash-screen-acknowledgements\" }\nconst _hoisted_107 = /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.cosmicds.cfa.harvard.edu/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n}, \"Cosmic Data Stories\", -1)\nconst _hoisted_108 = /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.worldwidetelescope.org/home/\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n}, \"WorldWide Telescope\", -1)\nconst _hoisted_109 = { id: \"splash-screen-logos\" }\nconst _hoisted_110 = {\n class: \"modal\",\n id: \"modal-loading\"\n}\nconst _hoisted_111 = /*#__PURE__*/_createElementVNode(\"div\", { class: \"container\" }, [\n /*#__PURE__*/_createElementVNode(\"div\", { class: \"spinner\" }),\n /*#__PURE__*/_createElementVNode(\"p\", null, \"Loading …\")\n], -1)\nconst _hoisted_112 = [\n _hoisted_111\n]\nconst _hoisted_113 = {\n key: 0,\n id: \"introduction-overlay\",\n class: \"elevation-10\"\n}\nconst _hoisted_114 = { id: \"intro-window-close-button\" }\nconst _hoisted_115 = /*#__PURE__*/_createElementVNode(\"div\", { class: \"intro-text\" }, [\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-5\" }, \" On April 8, 2024, North America will experience a solar eclipse, where the Moon will appear to travel across the Sun, blocking out its light. \"),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-5\" }, [\n /*#__PURE__*/_createTextVNode(\" A lucky segment of Mexico, the U.S., and Canada will witness an awe-inspiring \"),\n /*#__PURE__*/_createElementVNode(\"b\", null, \"total eclipse\"),\n /*#__PURE__*/_createTextVNode(\". Other parts of North America will still see a \"),\n /*#__PURE__*/_createElementVNode(\"em\", null, \"partial\"),\n /*#__PURE__*/_createTextVNode(\" eclipse, where the Moon blocks out some, but not all of the Sun's light. \")\n ]),\n /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-5\" }, \" See what the eclipse will look like where you are, and what the historical cloud coverage has been during the week of April 8th from 2003–2023. \")\n], -1)\nconst _hoisted_116 = { class: \"intro-text mb-3\" }\nconst _hoisted_117 = {\n key: 0,\n class: \"mb-3\"\n}\nconst _hoisted_118 = /*#__PURE__*/_createElementVNode(\"p\", { class: \"mb-3\" }, \" Access these features in \", -1)\nconst _hoisted_119 = /*#__PURE__*/_createElementVNode(\"span\", {\n class: \"px-2 py-1 my-2 mr-1\",\n style: {\"border\":\"1px solid #eac402\",\"border-radius\":\"1em\",\"color\":\"#eac402\",\"white-space\":\"nowrap\"}\n}, \"Map & Weather\", -1)\nconst _hoisted_120 = [\n _hoisted_118,\n _hoisted_119\n]\nconst _hoisted_121 = {\n key: 1,\n class: \"mb-3\"\n}\nconst _hoisted_122 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"Select any location\", -1)\nconst _hoisted_123 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"View historical cloud data\", -1)\nconst _hoisted_124 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"Explore historical cloud data\", -1)\nconst _hoisted_125 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"Learn more\", -1)\nconst _hoisted_126 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"User Guide\", -1)\nconst _hoisted_127 = { id: \"intro-bottom-controls\" }\nconst _hoisted_128 = { id: \"top-wwt-content\" }\nconst _hoisted_129 = { id: \"location-date-display\" }\nconst _hoisted_130 = {\n key: 0,\n id: \"top-switches\"\n}\nconst _hoisted_131 = { id: \"track-sun-switch\" }\nconst _hoisted_132 = { class: \"bottom-content\" }\nconst _hoisted_133 = {\n id: \"controls\",\n class: \"control-icon-wrapper\"\n}\nconst _hoisted_134 = { id: \"controls-top-row\" }\nconst _hoisted_135 = {\n key: 0,\n id: \"control-checkboxes\"\n}\nconst _hoisted_136 = { id: \"eclipse-percent-chip\" }\nconst _hoisted_137 = { id: \"video-icon\" }\nconst _hoisted_138 = { id: \"tools\" }\nconst _hoisted_139 = { class: \"tool-container\" }\nconst _hoisted_140 = { style: {\"position\":\"relative\"} }\nconst _hoisted_141 = { id: \"speed-control\" }\nconst _hoisted_142 = {\n key: 2,\n id: \"inline-speed-control\"\n}\nconst _hoisted_143 = { id: \"speed-text\" }\nconst _hoisted_144 = { key: 0 }\nconst _hoisted_145 = { key: 1 }\nconst _hoisted_146 = { key: 2 }\nconst _hoisted_147 = { key: 3 }\nconst _hoisted_148 = { id: \"slider\" }\nconst _hoisted_149 = { id: \"change-optout\" }\nconst _hoisted_150 = {\n key: 0,\n id: \"body-logos\"\n}\nconst _hoisted_151 = /*#__PURE__*/_createElementVNode(\"strong\", null, \"anonymized\", -1)\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_icon_button = _resolveComponent(\"icon-button\")!\n const _component_v_icon = _resolveComponent(\"v-icon\")!\n const _component_v_btn = _resolveComponent(\"v-btn\")!\n const _component_define_term = _resolveComponent(\"define-term\")!\n const _component_cloud_cover = _resolveComponent(\"cloud-cover\")!\n const _component_location_search = _resolveComponent(\"location-search\")!\n const _component_location_selector = _resolveComponent(\"location-selector\")!\n const _component_color_bar = _resolveComponent(\"color-bar\")!\n const _component_v_slide_y_transition = _resolveComponent(\"v-slide-y-transition\")!\n const _component_v_hover = _resolveComponent(\"v-hover\")!\n const _component_v_container = _resolveComponent(\"v-container\")!\n const _component_v_dialog = _resolveComponent(\"v-dialog\")!\n const _component_v_card_title = _resolveComponent(\"v-card-title\")!\n const _component_gif_play_pause = _resolveComponent(\"gif-play-pause\")!\n const _component_v_card_text = _resolveComponent(\"v-card-text\")!\n const _component_v_card = _resolveComponent(\"v-card\")!\n const _component_v_chip = _resolveComponent(\"v-chip\")!\n const _component_v_col = _resolveComponent(\"v-col\")!\n const _component_v_row = _resolveComponent(\"v-row\")!\n const _component_v_divider = _resolveComponent(\"v-divider\")!\n const _component_v_switch = _resolveComponent(\"v-switch\")!\n const _component_funding_acknowledgment = _resolveComponent(\"funding-acknowledgment\")!\n const _component_advanced_weather_view = _resolveComponent(\"advanced-weather-view\")!\n const _component_WorldWideTelescope = _resolveComponent(\"WorldWideTelescope\")!\n const _component_geolocation_button = _resolveComponent(\"geolocation-button\")!\n const _component_credit_logos = _resolveComponent(\"credit-logos\")!\n const _component_v_overlay = _resolveComponent(\"v-overlay\")!\n const _component_v_window_item = _resolveComponent(\"v-window-item\")!\n const _component_v_list_item = _resolveComponent(\"v-list-item\")!\n const _component_v_window = _resolveComponent(\"v-window\")!\n const _component_hover_tooltip = _resolveComponent(\"hover-tooltip\")!\n const _component_eclipse_timer = _resolveComponent(\"eclipse-timer\")!\n const _component_v_checkbox = _resolveComponent(\"v-checkbox\")!\n const _component_playback_control = _resolveComponent(\"playback-control\")!\n const _component_v_slider = _resolveComponent(\"v-slider\")!\n const _component_v_spacer = _resolveComponent(\"v-spacer\")!\n const _component_v_card_actions = _resolveComponent(\"v-card-actions\")!\n const _component_notifications = _resolveComponent(\"notifications\")!\n const _component_v_app = _resolveComponent(\"v-app\")!\n const _directive_click_outside = _resolveDirective(\"click-outside\")!\n\n return (_openBlock(), _createBlock(_component_v_app, {\n id: \"app\",\n style: _normalizeStyle(_ctx.cssVars)\n }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", {\n id: \"closed-top-container\",\n class: _normalizeClass([!_ctx.showGuidedContent ?'budge' : 'open'])\n }, [\n _createVNode(_component_icon_button, {\n modelValue: _ctx.showGuidedContent,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = ($event: any) => ((_ctx.showGuidedContent) = $event)),\n id: \"show-guided-content\",\n ref: \"showGuidedContent\",\n \"fa-icon\": _ctx.showGuidedContent ? 'times' : 'chevron-down',\n \"fa-size\": _ctx.showGuidedContent ? 'lg' : 'lg',\n color: _ctx.accentColor,\n \"focus-color\": _ctx.showGuidedContent ? _ctx.skyColor : _ctx.accentColor,\n \"tooltip-text\": _ctx.showGuidedContent ? 'Hide' : 'Click to learn more',\n \"tooltip-location\": 'bottom',\n \"show-tooltip\": !_ctx.mobile,\n \"box-shadow\": false,\n onActivate: _cache[1] || (_cache[1] = () => {\n // console.log('showGuidedContent = ', showGuidedContent);\n // showGuidedContent = !showGuidedContent;\n _ctx.onResize();\n })\n }, _createSlots({ _: 2 }, [\n (!_ctx.showGuidedContent)\n ? {\n name: \"button\",\n fn: _withCtx(() => [\n _createTextVNode(\" Map & Weather \"),\n _createVNode(_component_font_awesome_icon, {\n icon: \"chevron-down\",\n class: \"bullet-icon\"\n })\n ]),\n key: \"0\"\n }\n : undefined\n ]), 1032, [\"modelValue\", \"fa-icon\", \"fa-size\", \"color\", \"focus-color\", \"tooltip-text\", \"show-tooltip\"])\n ], 2),\n _withDirectives(_createVNode(_component_v_container, { id: \"guided-content-container\" }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_1, [\n _createElementVNode(\"div\", _hoisted_2, [\n _createElementVNode(\"div\", _hoisted_3, [\n (_ctx.learnerPath=='Location')\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_4, \"Choose Any Location \"))\n : _createCommentVNode(\"\", true),\n (_ctx.learnerPath=='Clouds')\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_5, \"View Historical Cloud Data \"))\n : _createCommentVNode(\"\", true),\n (_ctx.learnerPath=='CloudDetail')\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_6, \"Explore Detailed Cloud Data \"))\n : _createCommentVNode(\"\", true)\n ])\n ]),\n _createElementVNode(\"div\", _hoisted_7, [\n _createElementVNode(\"div\", _hoisted_8, [\n (_ctx.learnerPath=='Location')\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_9, [\n _createElementVNode(\"span\", _hoisted_10, [\n (_ctx.infoPage==1)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_11, [\n (_ctx.queryData.latitudeDeg == undefined || _ctx.queryData.longitudeDeg == undefined)\n ? (_openBlock(), _createElementBlock(\"p\", _hoisted_12, [\n _createTextVNode(\" \\\"Watch\\\" the eclipse from the location marked by the red dot on the map, or \"),\n _hoisted_13,\n _createTextVNode(\" the yellow dot along the bottom slider to change time. \")\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.queryData.latitudeDeg !== undefined && _ctx.queryData.longitudeDeg !== undefined)\n ? (_openBlock(), _createElementBlock(\"p\", _hoisted_14, [\n _createTextVNode(\" \\\"Watch\\\" the eclipse from the location shared in your link, or \"),\n _hoisted_15,\n _createTextVNode(\" the yellow dot along the bottom slider to change time. \")\n ]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"p\", null, [\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\"), 1),\n _createTextVNode(\" the map to select any \"),\n (_ctx.queryData.latitudeDeg !== undefined && _ctx.queryData.longitudeDeg !== undefined)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_16, \"other\"))\n : _createCommentVNode(\"\", true),\n _createTextVNode(\" location and view the eclipse from there, or \")\n ]),\n (_ctx.narrow)\n ? (_openBlock(), _createElementBlock(\"p\", _hoisted_17, [\n _createVNode(_component_font_awesome_icon, {\n icon: \"magnifying-glass\",\n class: \"bullet-icon\",\n size: \"lg\"\n }),\n _createTextVNode(\" Search for a location \")\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.narrow)\n ? (_openBlock(), _createElementBlock(\"p\", _hoisted_18, [\n _createVNode(_component_font_awesome_icon, {\n icon: \"location-crosshairs\",\n class: \"bullet-icon\",\n size: \"lg\"\n }),\n _createTextVNode(\" Use my location (if enabled) \")\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.narrow)\n ? (_openBlock(), _createElementBlock(\"p\", _hoisted_19, [\n _createVNode(_component_v_icon, {\n icon: \"mdi-sun-clock\",\n size: \"small\",\n class: \"bullet-icon\"\n }),\n _createTextVNode(\" See detailed eclipse times \")\n ]))\n : (_openBlock(), _createElementBlock(\"p\", _hoisted_20, [\n _hoisted_21,\n _createTextVNode(\" in the search box below. \")\n ]))\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.infoPage==2 && !_ctx.narrow)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_22, [\n _hoisted_23,\n _createElementVNode(\"p\", _hoisted_24, [\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\"), 1),\n _createVNode(_component_v_icon, {\n icon: \"mdi-sun-clock\",\n size: \"large\",\n class: \"bullet-icon\"\n }),\n _createTextVNode(\" to see detailed eclipse times \")\n ]),\n (_ctx.getMyLocation)\n ? (_openBlock(), _createElementBlock(\"p\", _hoisted_25, [\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\"), 1),\n _createVNode(_component_font_awesome_icon, {\n icon: \"location-crosshairs\",\n class: \"bullet-icon\"\n }),\n _createTextVNode(\" to view eclipse from \"),\n _hoisted_26,\n _createTextVNode(\" (Location services must be enabled on device) \")\n ]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"p\", null, [\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\"), 1),\n _createTextVNode(),\n _createVNode(_component_font_awesome_icon, {\n icon: \"share-nodes\",\n class: \"bullet-icon\"\n }),\n _createTextVNode(\" to copy url to share a location \")\n ])\n ]))\n : _createCommentVNode(\"\", true)\n ])\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.learnerPath=='Location' && !_ctx.narrow)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_27, [\n (_ctx.infoPage==1)\n ? (_openBlock(), _createBlock(_component_v_btn, {\n key: 0,\n class: \"mr-2 mb-2\",\n density: \"compact\",\n \"hide-details\": \"\",\n color: _ctx.accentColor,\n onClick: _cache[2] || (_cache[2] = ($event: any) => (_ctx.infoPage++)),\n onKeyup: _cache[3] || (_cache[3] = _withKeys(($event: any) => (_ctx.infoPage++), [\"enter\"])),\n elevation: \"0\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\" More \")\n ]),\n _: 1\n }, 8, [\"color\"]))\n : _createCommentVNode(\"\", true),\n (_ctx.infoPage==2)\n ? (_openBlock(), _createBlock(_component_v_btn, {\n key: 1,\n class: \"mr-2 mb-2\",\n density: \"compact\",\n color: _ctx.accentColor,\n onClick: _cache[4] || (_cache[4] = ($event: any) => (_ctx.infoPage--)),\n onKeyup: _cache[5] || (_cache[5] = _withKeys(($event: any) => (_ctx.infoPage--), [\"enter\"])),\n elevation: \"0\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\" Back \")\n ]),\n _: 1\n }, 8, [\"color\"]))\n : _createCommentVNode(\"\", true)\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.learnerPath=='Clouds')\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_28, [\n _createElementVNode(\"span\", _hoisted_29, [\n _createElementVNode(\"div\", _hoisted_30, [\n _createElementVNode(\"div\", null, [\n _createTextVNode(\" This map shows historical cloud cover data for the week of April 8 for the years 2003–2023 from \"),\n _hoisted_31,\n _createTextVNode(\" on NASA's Aqua satellite. \" + _toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" the map to display the \", 1),\n _createVNode(_component_define_term, {\n term: \"median\",\n definition: \"For half of the years from 2003–2023 on April 8, the cloud cover amount was less than the median value. For the other half of the years, the cloud cover was more than the median value.\"\n }),\n _createTextVNode(\" cloud coverage for a particular location (within about 100 km). Learn more in the \"),\n _createVNode(_component_v_btn, {\n style: {\"padding-inline\":\"2px\"},\n class: _normalizeClass([_ctx.smallSize ? 'text-caption' : '']),\n color: _ctx.accentColor,\n density: \"compact\",\n onClick: _cache[6] || (_cache[6] = ($event: any) => (_ctx.showAdvancedWeather = true))\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Cloud Data Explorer\")\n ]),\n _: 1\n }, 8, [\"class\", \"color\"]),\n _createTextVNode(\". \")\n ]),\n _createElementVNode(\"div\", null, [\n _createVNode(_component_cloud_cover, {\n \"cloud-cover\": _ctx.selectedLocationCloudCover,\n onCloudIcon: _cache[7] || (_cache[7] = ($event: any) => (_ctx.cloudIcon = $event))\n }, null, 8, [\"cloud-cover\"])\n ])\n ])\n ])\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.learnerPath=='CloudDetail')\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_32, [\n _createElementVNode(\"span\", _hoisted_33, [\n _createElementVNode(\"div\", _hoisted_34, [\n _hoisted_35,\n _createElementVNode(\"div\", null, [\n _createElementVNode(\"div\", _hoisted_36, [\n _createTextVNode(\"Open the \"),\n _createVNode(_component_v_btn, {\n class: _normalizeClass([_ctx.smallSize ? 'text-caption' : '']),\n color: _ctx.accentColor,\n density: \"compact\",\n onClick: _cache[8] || (_cache[8] = ($event: any) => (_ctx.showAdvancedWeather = true))\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Cloud Data Explorer\")\n ]),\n _: 1\n }, 8, [\"class\", \"color\"])\n ])\n ])\n ])\n ])\n ]))\n : _createCommentVNode(\"\", true)\n ])\n ]),\n _createElementVNode(\"div\", _hoisted_37, [\n _createElementVNode(\"div\", _hoisted_38, [\n _createVNode(_component_icon_button, {\n \"model-value\": _ctx.learnerPath == 'Location',\n \"fa-icon\": \"location-dot\",\n \"fa-size\": \"xl\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": 'Choose any viewing location',\n \"tooltip-location\": 'bottom',\n \"show-tooltip\": !_ctx.mobile,\n \"box-shadow\": false,\n onActivate: _cache[9] || (_cache[9] = () => { _ctx.learnerPath = 'Location'})\n }, null, 8, [\"model-value\", \"color\", \"focus-color\", \"show-tooltip\"]),\n _createVNode(_component_icon_button, {\n \"model-value\": _ctx.learnerPath == 'Clouds',\n \"fa-icon\": \"cloud-sun\",\n \"fa-size\": \"xl\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": 'View historical cloud coverage',\n \"tooltip-location\": 'bottom',\n \"show-tooltip\": !_ctx.mobile,\n \"box-shadow\": false,\n onActivate: _cache[10] || (_cache[10] = () => { _ctx.learnerPath = 'Clouds'})\n }, null, 8, [\"model-value\", \"color\", \"focus-color\", \"show-tooltip\"]),\n _createVNode(_component_icon_button, {\n \"model-value\": _ctx.learnerPath == 'CloudDetail',\n \"fa-icon\": \"chart-column\",\n \"fa-size\": \"xl\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": 'Explore detailed historical cloud coverage',\n \"tooltip-location\": 'bottom',\n \"show-tooltip\": !_ctx.mobile,\n \"box-shadow\": false,\n onActivate: _cache[11] || (_cache[11] = () => { _ctx.learnerPath = 'CloudDetail'})\n }, null, 8, [\"model-value\", \"color\", \"focus-color\", \"show-tooltip\"]),\n _createVNode(_component_icon_button, {\n modelValue: _ctx.showInfoSheet,\n \"onUpdate:modelValue\": _cache[12] || (_cache[12] = ($event: any) => ((_ctx.showInfoSheet) = $event)),\n \"fa-icon\": \"book-open\",\n \"fa-size\": \"xl\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": _ctx.showInfoSheet ? null : 'More on Eclipses',\n \"tooltip-location\": 'bottom',\n \"show-tooltip\": !_ctx.mobile,\n \"box-shadow\": false\n }, null, 8, [\"modelValue\", \"color\", \"focus-color\", \"tooltip-text\", \"show-tooltip\"]),\n _createVNode(_component_icon_button, {\n modelValue: _ctx.showWWTGuideSheet,\n \"onUpdate:modelValue\": _cache[13] || (_cache[13] = ($event: any) => ((_ctx.showWWTGuideSheet) = $event)),\n \"fa-icon\": \"circle-info\",\n \"fa-size\": \"xl\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": _ctx.showWWTGuideSheet ? null : 'User Guide',\n \"tooltip-location\": 'bottom',\n \"show-tooltip\": !_ctx.mobile,\n \"box-shadow\": false\n }, null, 8, [\"modelValue\", \"color\", \"focus-color\", \"tooltip-text\", \"show-tooltip\"])\n ])\n ])\n ]),\n _createElementVNode(\"div\", _hoisted_39, [\n _createVNode(_component_v_hover, null, {\n default: _withCtx(({isHovering, props}) => [\n (false &&!isHovering && !_ctx.smAndUp)\n ? (_openBlock(), _createBlock(_component_v_btn, _mergeProps({ key: 0 }, props, {\n color: \"blue\",\n width: '100%'\n }), {\n default: _withCtx(() => [\n _createTextVNode(\"Tap here to reveal map\")\n ]),\n _: 2\n }, 1040))\n : _createCommentVNode(\"\", true),\n _createVNode(_component_v_slide_y_transition, { disabled: _ctx.smAndUp }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", {\n class: _normalizeClass(['']),\n id: \"map-container\",\n \"data-before-text\": _ctx.eclipsePredictionText\n }, [\n (_ctx.learnerPath === 'Location' && _ctx.showEclipsePredictionTextBanner && !_ctx.mobile)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_41, [\n (_ctx.showEclipsePredictionText)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_42, [\n _createTextVNode(_toDisplayString(_ctx.eclipsePredictionText) + \" \", 1),\n (_ctx.narrow)\n ? (_openBlock(), _createBlock(_component_v_icon, {\n key: 0,\n style: {\"padding\":\"2px\",\"border-radius\":\"3px\",\"background-color\":\"#ddd\"},\n class: \"elevation-2\",\n onClick: _cache[14] || (_cache[14] = ($event: any) => {_ctx.showEclipsePredictionSheet = true; _ctx.showEclipsePredictionText = true})\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-sun-clock\")\n ]),\n _: 1\n }))\n : _createCommentVNode(\"\", true)\n ]))\n : (_openBlock(), _createElementBlock(\"span\", _hoisted_43, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_v_icon, {\n style: {\"padding\":\"2px\",\"border-radius\":\"3px\",\"background-color\":\"#ddd\"},\n class: \"elevation-2\",\n onClick: _cache[15] || (_cache[15] = ($event: any) => {_ctx.showEclipsePredictionSheet = true; _ctx.showEclipsePredictionText = true})\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-sun-clock\")\n ]),\n _: 1\n }),\n _createTextVNode(\" to see eclipse predictions \")\n ])),\n _createElementVNode(\"span\", {\n class: \"banner-close\",\n onClick: _cache[16] || (_cache[16] = ($event: any) => (_ctx.showEclipsePredictionTextBanner = false))\n }, [\n _createVNode(_component_v_icon, null, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-close\")\n ]),\n _: 1\n })\n ])\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.narrow)\n ? (_openBlock(), _createBlock(_component_location_search, {\n key: 1,\n modelValue: false,\n class: _normalizeClass(['location-search-overmap', _ctx.learnerPath === 'Clouds' ? 'overmap-budge' : '', _ctx.showNewMobileUI ? '' : 'overmap-low']),\n small: \"\",\n buttonSize: \"xl\",\n \"search-provider\": _ctx.geocodingInfoForSearch,\n accentColor: _ctx.accentColor,\n onSetLocation: _ctx.setLocationFromSearchFeature,\n onError: _cache[17] || (_cache[17] = ($event: any) => (_ctx.searchErrorMessage = $event))\n }, null, 8, [\"class\", \"search-provider\", \"accentColor\", \"onSetLocation\"]))\n : _createCommentVNode(\"\", true),\n (_ctx.getMyLocation && _ctx.narrow)\n ? (_openBlock(), _createBlock(_component_icon_button, {\n key: 2,\n id: 'my-location-overmap' + (_ctx.learnerPath === 'Clouds' ? '-budge' : ''),\n \"fa-icon\": \"location-crosshairs\",\n \"fa-size\": \"2xl\",\n color: _ctx.myLocationColor,\n \"focus-color\": _ctx.myLocationColor,\n \"box-shadow\": false,\n \"tooltip-text\": _ctx.myLocationToolTip,\n \"show-tooltip\": !_ctx.mobile,\n \"onUpdate:modelValue\": _cache[18] || (_cache[18] = (value) => {\n if(value) {\n (_ctx.$refs.geolocation as any).getLocation();\n _ctx.showMyLocationDialog = true;\n _ctx.learnerPath = 'Location';\n }\n else {\n console.log('geolocation button pressed = false');\n }\n\n })\n }, null, 8, [\"id\", \"color\", \"focus-color\", \"tooltip-text\", \"show-tooltip\"]))\n : _createCommentVNode(\"\", true),\n (_ctx.narrow)\n ? (_openBlock(), _createBlock(_component_icon_button, {\n key: 3,\n id: \"eclipse-details-overmap\",\n \"md-icon\": \"sun-clock\",\n \"md-size\": \"24\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": \"View eclipse timing details\",\n \"tooltip-location\": \"start\",\n onActivate: _cache[19] || (_cache[19] = () => {\n _ctx.showEclipsePredictionSheet = true;\n if (!_ctx.showEclipsePredictionText) {\n _ctx.showEclipsePredictionTextBanner = !_ctx.showNewMobileUI;\n }\n _ctx.showEclipsePredictionText = true;\n })\n }, null, 8, [\"color\", \"focus-color\"]))\n : _createCommentVNode(\"\", true),\n _createVNode(_component_location_selector, {\n \"model-value\": _ctx.locationDeg,\n \"onUpdate:modelValue\": _ctx.updateLocationFromMap,\n \"place-circle-options\": _ctx.placeCircleOptions,\n \"detect-location\": false,\n \"map-options\": (['Clouds', 'CloudDetail'].includes(_ctx.learnerPath)) ? _ctx.userSelectedMapOptions : _ctx.initialMapOptions,\n \"selected-circle-options\": _ctx.selectedCircleOptions,\n \"show-cloud-cover\": ['Clouds', 'CloudDetail'].includes(_ctx.learnerPath) && _ctx.cloudCoverData !== null,\n class: \"leaflet-map\",\n \"geo-json-files\": _ctx.geojson,\n \"selected-cloud-cover\": _ctx.selectedCloudCoverData,\n \"cloud-cover-opacity-function\": _ctx.sigmoid\n }, null, 8, [\"model-value\", \"onUpdate:modelValue\", \"place-circle-options\", \"map-options\", \"selected-circle-options\", \"show-cloud-cover\", \"geo-json-files\", \"selected-cloud-cover\", \"cloud-cover-opacity-function\"]),\n (_ctx.learnerPath === 'Clouds')\n ? (_openBlock(), _createBlock(_component_color_bar, {\n key: 4,\n label: \"Historical Cloud Cover %\",\n cmap: _ctx.cloudColorMap\n }, null, 8, [\"cmap\"]))\n : _createCommentVNode(\"\", true)\n ], 8, _hoisted_40)\n ]),\n _: 1\n }, 8, [\"disabled\"])\n ]),\n _: 1\n })\n ])\n ]),\n _: 1\n }, 512), [\n [_vShow, _ctx.showGuidedContent]\n ]),\n _createVNode(_component_v_dialog, {\n id: \"video-container\",\n modelValue: _ctx.showVideoSheet,\n \"onUpdate:modelValue\": _cache[22] || (_cache[22] = ($event: any) => ((_ctx.showVideoSheet) = $event)),\n transition: \"slide-y-transition\",\n \"close-on-back\": \"\",\n fullscreen: \"\"\n }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_44, [\n _createVNode(_component_font_awesome_icon, {\n id: \"video-close-icon\",\n class: \"close-icon\",\n icon: \"times\",\n size: \"lg\",\n onClick: _cache[20] || (_cache[20] = ($event: any) => (_ctx.showVideoSheet = false)),\n onKeyup: _cache[21] || (_cache[21] = _withKeys(($event: any) => (_ctx.showVideoSheet = false), [\"enter\"])),\n tabindex: \"0\"\n }),\n _hoisted_45\n ])\n ]),\n _: 1\n }, 8, [\"modelValue\"]),\n _createVNode(_component_v_dialog, {\n scrim: \"false\",\n transition: \"slide-y-transition\",\n modelValue: _ctx.showInfoSheet,\n \"onUpdate:modelValue\": _cache[25] || (_cache[25] = ($event: any) => ((_ctx.showInfoSheet) = $event)),\n class: \"bottom-sheet\",\n id: \"text-bottom-sheet\",\n style: _normalizeStyle(_ctx.cssVars)\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card, { class: \"bottom-sheet-card\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_title, { tabindex: \"0\" }, {\n default: _withCtx(() => [\n _hoisted_46\n ]),\n _: 1\n }),\n _createVNode(_component_font_awesome_icon, {\n id: \"close-text-icon\",\n class: \"control-icon\",\n icon: `square-xmark`,\n size: \"xl\",\n onClick: _cache[23] || (_cache[23] = ($event: any) => (_ctx.showInfoSheet = false)),\n onKeyup: _cache[24] || (_cache[24] = _withKeys(($event: any) => (_ctx.showInfoSheet = false), [\"enter\"])),\n tabindex: \"0\"\n }),\n _createVNode(_component_v_card, { class: \"no-bottom-border-radius scrollable\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_text, { class: \"info-text no-bottom-border-radius\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_container, { id: \"learn-more-content\" }, {\n default: _withCtx(() => [\n _hoisted_47,\n _createElementVNode(\"figure\", null, [\n _createVNode(_component_gif_play_pause, {\n startPaused: \"\",\n gif: require(\"./assets/eclipse.gif\"),\n still: require(\"./assets/eclipse_static.gif\"),\n alt: \"Animated schematic of a solar eclipse showing how the Moon moves between the Sun and Earth.\"\n }, null, 8, [\"gif\", \"still\"]),\n _hoisted_48,\n _hoisted_49\n ])\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\", \"style\"]),\n _createVNode(_component_v_dialog, {\n scrim: \"false\",\n transition: \"slide-y-transition\",\n modelValue: _ctx.showWWTGuideSheet,\n \"onUpdate:modelValue\": _cache[30] || (_cache[30] = ($event: any) => ((_ctx.showWWTGuideSheet) = $event)),\n class: \"bottom-sheet\",\n id: \"wwt-guide-sheet\",\n style: _normalizeStyle(_ctx.cssVars)\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card, { class: \"bottom-sheet-card\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_title, { tabindex: \"0\" }, {\n default: _withCtx(() => [\n _hoisted_50\n ]),\n _: 1\n }),\n _createVNode(_component_font_awesome_icon, {\n id: \"close-text-icon\",\n class: \"control-icon\",\n icon: `square-xmark`,\n size: \"xl\",\n onClick: _cache[26] || (_cache[26] = ($event: any) => (_ctx.showWWTGuideSheet = false)),\n onKeyup: _cache[27] || (_cache[27] = _withKeys(($event: any) => (_ctx.showWWTGuideSheet = false), [\"enter\"])),\n tabindex: \"0\"\n }),\n _createVNode(_component_v_card, { class: \"no-bottom-border-radius scrollable\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_text, { class: \"info-text no-bottom-border-radius\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_container, { id: \"user-guide\" }, {\n default: _withCtx(() => [\n _hoisted_51,\n _createVNode(_component_v_row, { align: \"center\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, { cols: \"4\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_chip, {\n label: \"\",\n outlined: \"\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\" Pan \")\n ]),\n _: 1\n })\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, {\n cols: \"8\",\n class: \"pt-1\"\n }, {\n default: _withCtx(() => [\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"press + drag\" : \"click + drag\"), 1),\n _createTextVNode(\" \" + _toDisplayString(_ctx.touchscreen ? \"\" : \"or\") + \" \", 1),\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"\" : \"W-A-S-D\"), 1),\n _createTextVNode(\" \" + _toDisplayString(_ctx.touchscreen ? \"\" : \"keys\"), 1),\n _hoisted_52\n ]),\n _: 1\n })\n ]),\n _: 1\n }),\n _createVNode(_component_v_row, { align: \"center\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, { cols: \"4\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_chip, {\n label: \"\",\n outlined: \"\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\" Zoom \")\n ]),\n _: 1\n })\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, {\n cols: \"8\",\n class: \"pt-1\"\n }, {\n default: _withCtx(() => [\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"pinch in and out\" : \"scroll in and out\"), 1),\n _createTextVNode(\" \" + _toDisplayString(_ctx.touchscreen ? \"\" : \"or\") + \" \", 1),\n _createElementVNode(\"strong\", null, _toDisplayString(_ctx.touchscreen ? \"\" : \"I-O\"), 1),\n _createTextVNode(\" \" + _toDisplayString(_ctx.touchscreen ? \"\" : \"keys\"), 1),\n _hoisted_53\n ]),\n _: 1\n })\n ]),\n _: 1\n }),\n _createVNode(_component_v_row, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_54, [\n _hoisted_55,\n _hoisted_56,\n _hoisted_57,\n _createElementVNode(\"ul\", _hoisted_58, [\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"angles-left\",\n size: \"lg\"\n }),\n _createTextVNode(\" to reverse time, or to increase reverse speed by 10x if time was already reversed. \")\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"play\",\n size: \"lg\"\n }),\n _createTextVNode(\"/ \"),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"pause\",\n size: \"lg\"\n }),\n _createTextVNode(\" to play or pause time. \")\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"angles-right\",\n size: \"lg\"\n }),\n _createTextVNode(\" to increase speed by 10x, or to move time forward if time was reversed. \")\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"rotate\",\n size: \"lg\"\n }),\n _createTextVNode(\" to reset starting time and speed. \")\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"gauge-high\",\n size: \"lg\"\n }),\n _createTextVNode(\" to open more speed controls. \")\n ]),\n _createElementVNode(\"ul\", null, [\n _createElementVNode(\"li\", _hoisted_59, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_v_icon, {\n class: \"bullet-icon\",\n icon: \"mdi-step-forward-2\",\n size: \"medium\"\n }),\n _createTextVNode(\" or \"),\n _createVNode(_component_v_icon, {\n class: \"bullet-icon\",\n icon: \"mdi-step-backward-2\",\n size: \"medium\"\n }),\n _createTextVNode(\" to move time forward and backward. \")\n ]),\n _hoisted_60\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(\" Drag \"),\n _createVNode(_component_v_icon, {\n class: \"bullet-icon\",\n icon: \"mdi-circle\",\n size: \"medium\"\n }),\n _createTextVNode(\" along the main slider to move to any time. \")\n ])\n ]),\n _createVNode(_component_v_divider, {\n thickness: \"2px\",\n class: \"solid-divider\"\n }),\n _hoisted_61,\n _hoisted_62,\n _createElementVNode(\"ul\", _hoisted_63, [\n _hoisted_64,\n _hoisted_65,\n (_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"li\", _hoisted_66, [\n _hoisted_67,\n _createTextVNode(\" The fraction of the Sun that is eclipsed in the currenty view (for the selected time and location). \")\n ]))\n : _createCommentVNode(\"\", true),\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"li\", _hoisted_68, [\n _createVNode(_component_v_switch, {\n class: \"display-only-switch\",\n modelValue: _ctx.displaySwitchOn,\n \"onUpdate:modelValue\": _cache[28] || (_cache[28] = ($event: any) => ((_ctx.displaySwitchOn) = $event)),\n density: \"compact\",\n \"hide-details\": \"\",\n disabled: \"\",\n ripple: false,\n color: _ctx.accentColor,\n \"true-icon\": \"mdi-white-balance-sunny\"\n }, null, 8, [\"modelValue\", \"color\"]),\n _hoisted_69,\n _createTextVNode(\" Camera follows the Sun. \")\n ]))\n : _createCommentVNode(\"\", true),\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"li\", _hoisted_70, [\n _createVNode(_component_v_switch, {\n class: \"display-only-switch\",\n modelValue: _ctx.displaySwitchOff,\n \"onUpdate:modelValue\": _cache[29] || (_cache[29] = ($event: any) => ((_ctx.displaySwitchOff) = $event)),\n density: \"compact\",\n \"hide-details\": \"\",\n disabled: \"\",\n ripple: false,\n color: _ctx.accentColor,\n \"false-icon\": \"mdi-image\"\n }, null, 8, [\"modelValue\", \"color\"]),\n _hoisted_71,\n _createTextVNode(\" Camera stays fixed and shows motion of Sun (and Moon) against the sky. \")\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _createVNode(_component_v_divider, {\n thickness: \"2px\",\n class: \"solid-divider\"\n }),\n _hoisted_72,\n _hoisted_73,\n _createElementVNode(\"ul\", _hoisted_74, [\n _createElementVNode(\"li\", _hoisted_75, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_v_icon, {\n class: \"bullet-icon\",\n icon: \"mdi-sun-clock\",\n size: \"medium\"\n }),\n _createTextVNode(\" to display detailed \"),\n _hoisted_76,\n _createTextVNode(\" predictions for your selected location. \")\n ]),\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"li\", _hoisted_77, [\n _hoisted_78,\n _createTextVNode(\" Recenter view on Sun. \")\n ]))\n : _createCommentVNode(\"\", true),\n _hoisted_79,\n _hoisted_80,\n _hoisted_81,\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"li\", _hoisted_82, [\n _hoisted_83,\n _createTextVNode(\" Display eclipse start time for your selected location. If applicable, display duration of totality. (This appears at the top of the map if it is open, and at the top of the screen if the map is closed.) \")\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.narrow)\n ? (_openBlock(), _createElementBlock(\"li\", _hoisted_84, [\n _hoisted_85,\n _createTextVNode(\" Use new streamlined interface for small screens. (Uncheck to revert to original mobile interface.) \")\n ]))\n : _createCommentVNode(\"\", true),\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"li\", _hoisted_86, [\n _hoisted_87,\n _createTextVNode(\" The fraction of the Sun that is eclipsed in the currenty view (for the selected time and location). \")\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _createVNode(_component_v_divider, {\n thickness: \"2px\",\n class: \"solid-divider\"\n }),\n _hoisted_88,\n _hoisted_89,\n _createElementVNode(\"ul\", _hoisted_90, [\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"magnifying-glass\",\n size: \"lg\"\n }),\n _createTextVNode(\" to search for a specific location name. \")\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"location-crosshairs\",\n size: \"lg\"\n }),\n _createTextVNode(\" to view from \"),\n _hoisted_91,\n _createTextVNode(\". (If icon is grayed out, consult your device's user guide to enable location services. This feature works most reliably on Chrome and might not be available on every browser+operating system combination.) \")\n ]),\n _createElementVNode(\"li\", null, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_font_awesome_icon, {\n class: \"bullet-icon\",\n icon: \"share-nodes\",\n size: \"lg\"\n }),\n _createTextVNode(\" to copy \"),\n _hoisted_92,\n _createTextVNode(\" for a specific location. \")\n ])\n ])\n ]),\n _createVNode(_component_v_divider, {\n thickness: \"2px\",\n class: \"solid-divider\"\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }),\n _hoisted_93,\n _createVNode(_component_funding_acknowledgment)\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\", \"style\"]),\n _createVNode(_component_advanced_weather_view, {\n modelValue: _ctx.showAdvancedWeather,\n \"onUpdate:modelValue\": _cache[31] || (_cache[31] = ($event: any) => ((_ctx.showAdvancedWeather) = $event)),\n onExplainerOpen: _cache[32] || (_cache[32] = (open) => { _ctx.weatherInfoOpen = open }),\n \"default-location\": _ctx.locationDeg,\n \"show-on-map\": _ctx.showAWVMapByDefault,\n \"show-charts\": _ctx.showAWVChartsByDefault,\n fullscreen: _ctx.showAWVFullScreen,\n onLocation: _cache[33] || (_cache[33] = (loc) => {\n _ctx.advancedWeatherSelectedCount += 1;\n _ctx.cloudCoverSelectedLocations.push([loc.latitudeDeg, loc.longitudeDeg]);\n }),\n onClose: _cache[34] || (_cache[34] = (loc) => {\n _ctx.updateLocationFromMap(loc, false);\n })\n }, null, 8, [\"modelValue\", \"default-location\", \"show-on-map\", \"show-charts\", \"fullscreen\"]),\n _withDirectives(_createElementVNode(\"div\", _hoisted_94, [\n (_ctx.showEclipsePredictionText)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_95, _toDisplayString(_ctx.eclipsePredictionText), 1))\n : (_openBlock(), _createElementBlock(\"span\", _hoisted_96, [\n _createTextVNode(_toDisplayString(_ctx.touchscreen ? \"Tap\" : \"Click\") + \" \", 1),\n _createVNode(_component_v_icon, null, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-sun-clock\")\n ]),\n _: 1\n }),\n _createTextVNode(\" to see eclipse predictions \")\n ])),\n _createElementVNode(\"span\", {\n class: \"banner-close\",\n onClick: _cache[35] || (_cache[35] = ($event: any) => (_ctx.showEclipsePredictionTextBanner = false))\n }, [\n _createVNode(_component_v_icon, null, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-close\")\n ]),\n _: 1\n })\n ])\n ], 512), [\n [_vShow, !_ctx.showGuidedContent && _ctx.showEclipsePredictionTextBanner]\n ]),\n _createElementVNode(\"div\", _hoisted_97, [\n _createVNode(_component_WorldWideTelescope, {\n \"wwt-namespace\": _ctx.wwtNamespace,\n onPointerdown: _ctx.onPointerDown,\n onPointerup: _ctx.onPointerUp\n }, null, 8, [\"wwt-namespace\", \"onPointerdown\", \"onPointerup\"]),\n _createElementVNode(\"div\", null, [\n _createElementVNode(\"div\", {\n id: \"left-buttons-wrapper\",\n class: _normalizeClass([!_ctx.showGuidedContent ?'budge' : ''])\n }, [\n _createElementVNode(\"div\", _hoisted_98, [\n _createVNode(_component_location_search, {\n class: \"location-search-overwwt\",\n modelValue: _ctx.searchOpen,\n \"onUpdate:modelValue\": _cache[36] || (_cache[36] = ($event: any) => ((_ctx.searchOpen) = $event)),\n \"search-provider\": _ctx.geocodingInfoForSearch,\n accentColor: _ctx.accentColor,\n onSetLocation: _ctx.setLocationFromSearchFeature,\n onError: _cache[37] || (_cache[37] = ($event: any) => (_ctx.searchErrorMessage = $event)),\n small: \"\",\n buttonSize: \"lg\"\n }, null, 8, [\"modelValue\", \"search-provider\", \"accentColor\", \"onSetLocation\"])\n ]),\n _createElementVNode(\"div\", null, [\n (_ctx.getMyLocation)\n ? (_openBlock(), _createBlock(_component_icon_button, {\n key: 0,\n class: \"geolocation-button\",\n id: \"my-location\",\n \"fa-icon\": \"location-crosshairs\",\n color: _ctx.myLocationColor,\n \"focus-color\": _ctx.myLocationColor,\n \"box-shadow\": false,\n \"tooltip-text\": _ctx.myLocationToolTip,\n \"show-tooltip\": !_ctx.mobile,\n \"onUpdate:modelValue\": _cache[38] || (_cache[38] = (value) => {\n if(value) {\n (_ctx.$refs.geolocation as any).getLocation();\n _ctx.showMyLocationDialog = true;\n _ctx.learnerPath = 'Location';\n }\n else {\n console.log('geolocation button pressed = false');\n }\n\n }),\n faSize: \"lg\"\n }, null, 8, [\"color\", \"focus-color\", \"tooltip-text\", \"show-tooltip\"]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"div\", {\n id: \"location-progress\",\n class: _normalizeClass([!_ctx.showGuidedContent ?'budge' : ''])\n }, [\n _createVNode(_component_geolocation_button, {\n color: _ctx.accentColor,\n \"show-text-progress\": true,\n \"hide-button\": \"\",\n \"show-progress-circle\": \"\",\n ref: \"geolocation\",\n onGeolocation: _cache[39] || (_cache[39] = (loc) => { \n _ctx.myLocation = {\n latitudeDeg: loc.latitude, \n longitudeDeg: loc.longitude\n };\n _ctx.locationDeg = _ctx.myLocation;\n _ctx.showMyLocationDialog = false;\n _ctx.updateSelectedLocationText();\n }),\n onError: _cache[40] || (_cache[40] = (error) => { \n _ctx.$notify({\n group: 'geolocation-error',\n title: 'Error',\n text: error.message,\n type: 'error',\n }); \n if (error.code === 1) {\n _ctx.geolocationPermission = 'denied';\n }\n console.log(error);\n }),\n onPermission: _cache[41] || (_cache[41] = (p) => {\n _ctx.geolocationPermission = p;\n // we're always gonna show the button,\n // just leaving this if we wanna change\n if (p == 'granted') {\n _ctx.getMyLocation = true;\n } else if (p == 'prompt') {\n _ctx.getMyLocation = true;\n } else {\n _ctx.getMyLocation = true;\n }\n })\n }, null, 8, [\"color\"])\n ], 2)\n ]),\n _createVNode(_component_icon_button, {\n id: \"share\",\n \"fa-icon\": \"share-nodes\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"box-shadow\": false,\n \"tooltip-text\": \"Share view of this location\",\n \"show-tooltip\": !_ctx.mobile,\n onActivate: _ctx.copyShareURL,\n faSize: \"lg\"\n }, null, 8, [\"color\", \"focus-color\", \"show-tooltip\", \"onActivate\"])\n ], 2)\n ]),\n _createVNode(_component_v_overlay, {\n \"model-value\": _ctx.showSplashScreen,\n absolute: \"\",\n opacity: \"0.6\",\n style: _normalizeStyle(_ctx.cssVars),\n id: \"splash-overlay\"\n }, {\n default: _withCtx(() => [\n _withDirectives((_openBlock(), _createElementBlock(\"div\", {\n id: \"splash-screen\",\n style: _normalizeStyle(_ctx.cssVars)\n }, [\n _createElementVNode(\"div\", _hoisted_99, [\n _createElementVNode(\"div\", {\n id: \"close-splash-button\",\n onClick: _cache[42] || (_cache[42] = \n//@ts-ignore\n(...args) => (_ctx.closeSplashScreen && _ctx.closeSplashScreen(...args)))\n }, \"×\"),\n _hoisted_100\n ]),\n (_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_101, [\n _createVNode(_component_v_row, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n icon: \"magnifying-glass\",\n size: \"small\",\n class: \"bullet-icon ml-0 mr-1\"\n }),\n _createTextVNode(\"Search for a location \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_icon, {\n icon: \"mdi-sun-clock\",\n size: \"small\",\n class: \"bullet-icon mx-0\"\n }),\n _createTextVNode(\" Detailed eclipse times \")\n ]),\n _: 1\n }),\n false\n ? (_openBlock(), _createBlock(_component_v_col, {\n key: 0,\n cols: \"12\",\n flex: \"horizontal\",\n class: \"pt-1\"\n }, {\n default: _withCtx(() => [\n _hoisted_102,\n _createTextVNode(\" for more info \")\n ]),\n _: 1\n }))\n : _createCommentVNode(\"\", true),\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_icon, {\n icon: \"mdi-creation\",\n size: \"small\",\n class: \"bullet-icon mx-0\"\n }),\n _createTextVNode(\" Streamlined mobile interface \")\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]))\n : _createCommentVNode(\"\", true),\n (!_ctx.showNewMobileUI )\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_103, [\n _createVNode(_component_v_row, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_icon, {\n icon: \"mdi-sun-clock\",\n size: \"small\",\n class: \"bullet-icon\"\n }),\n _createTextVNode(\" New! Detailed Eclipse Times \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, { icon: \"location-dot\" }),\n _createTextVNode(\" Choose any location \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, { icon: \"cloud-sun\" }),\n _createTextVNode(\" View historical cloud data \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, { icon: \"chart-column\" }),\n _createTextVNode(\"New! Detailed cloud explorer \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, { cols: \"12\" }, {\n default: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, { icon: \"book-open\" }),\n _createTextVNode(\" Learn more \")\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.narrow)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_104, [\n _createElementVNode(\"p\", _hoisted_105, [\n _createElementVNode(\"a\", {\n href: \"#\",\n onClick: _cache[43] || (_cache[43] = _withModifiers(($event: any) => (_ctx.showNewMobileUI = !_ctx.showNewMobileUI), [\"prevent\"]))\n }, \"Switch\"),\n _createTextVNode(\" to \" + _toDisplayString(_ctx.showNewMobileUI ? \"detailed\" : \"new streamlined\") + \" interface \", 1)\n ])\n ]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"div\", _hoisted_106, [\n _createTextVNode(\" Brought to you by \"),\n _hoisted_107,\n _createTextVNode(\" and \"),\n _hoisted_108,\n _createTextVNode(\". \"),\n _createElementVNode(\"div\", _hoisted_109, [\n _createVNode(_component_credit_logos)\n ])\n ])\n ], 4)), [\n [_directive_click_outside, _ctx.closeSplashScreen]\n ])\n ]),\n _: 1\n }, 8, [\"model-value\", \"style\"]),\n _createVNode(_Transition, { name: \"fade\" }, {\n default: _withCtx(() => [\n _withDirectives(_createElementVNode(\"div\", _hoisted_110, _hoisted_112, 512), [\n [_vShow, _ctx.isLoading]\n ])\n ]),\n _: 1\n }),\n _createVNode(_component_v_dialog, {\n modelValue: _ctx.inIntro,\n \"onUpdate:modelValue\": _cache[51] || (_cache[51] = ($event: any) => ((_ctx.inIntro) = $event)),\n style: _normalizeStyle(_ctx.cssVars),\n scrim: false,\n persistent: false\n }, {\n default: _withCtx(() => [\n (_ctx.inIntro)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_113, [\n _createVNode(_component_v_window, {\n modelValue: _ctx.introSlide,\n \"onUpdate:modelValue\": _cache[46] || (_cache[46] = ($event: any) => ((_ctx.introSlide) = $event))\n }, {\n additional: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_114, [\n _createVNode(_component_font_awesome_icon, {\n size: \"xl\",\n class: \"ma-1\",\n color: \"#b3d5e6\",\n icon: \"square-xmark\",\n onClick: _cache[44] || (_cache[44] = ($event: any) => (_ctx.inIntro = !_ctx.inIntro)),\n onKeyup: _cache[45] || (_cache[45] = _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(() => [\n _hoisted_115\n ]),\n _: 1\n }),\n _createVNode(_component_v_window_item, { value: 2 }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_116, [\n (_ctx.xSmallSize)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_117, _hoisted_120))\n : (_openBlock(), _createElementBlock(\"p\", _hoisted_121, \" In this interactive page you can: \")),\n _createElementVNode(\"ul\", null, [\n _createVNode(_component_v_list_item, { density: \"compact\" }, {\n prepend: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n icon: \"location-dot\",\n size: \"xl\",\n class: \"bullet-icon\"\n })\n ]),\n default: _withCtx(() => [\n _hoisted_122,\n _createTextVNode(\" around the world. See and share how the eclipse would look from there. \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_list_item, { density: \"compact\" }, {\n prepend: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n icon: \"cloud-sun\",\n size: \"xl\",\n class: \"bullet-icon\"\n })\n ]),\n default: _withCtx(() => [\n _hoisted_123,\n _createTextVNode(\" for the week of April 8th from 2003–2023. \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_list_item, { density: \"compact\" }, {\n prepend: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n icon: \"chart-column\",\n size: \"xl\",\n class: \"bullet-icon\"\n })\n ]),\n default: _withCtx(() => [\n _hoisted_124,\n _createTextVNode(\" as individual years or filter by El Niño/La Niña climate patterns. \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_list_item, { density: \"compact\" }, {\n prepend: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n icon: \"book-open\",\n size: \"xl\",\n class: \"bullet-icon\"\n })\n ]),\n default: _withCtx(() => [\n _hoisted_125,\n _createTextVNode(\" about solar eclipses. \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_list_item, { density: \"compact\" }, {\n prepend: _withCtx(() => [\n _createVNode(_component_font_awesome_icon, {\n icon: \"circle-info\",\n size: \"xl\",\n class: \"bullet-icon\"\n })\n ]),\n default: _withCtx(() => [\n _createTextVNode(\" Access \"),\n _hoisted_126,\n _createTextVNode(\" on how to navigate this app. \")\n ]),\n _: 1\n })\n ])\n ])\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\"]),\n _createElementVNode(\"div\", _hoisted_127, [\n _createElementVNode(\"div\", null, [\n ((_ctx.introSlide > 1) && (!_ctx.showNewMobileUI))\n ? (_openBlock(), _createBlock(_component_v_btn, {\n key: 0,\n id: \"intro-next-button\",\n color: _ctx.accentColor,\n onClick: _cache[47] || (_cache[47] = ($event: any) => (_ctx.introSlide--)),\n onKeyup: _cache[48] || (_cache[48] = _withKeys(($event: any) => (_ctx.introSlide--), [\"enter\"])),\n elevation: \"0\"\n }, {\n default: _withCtx(() => [\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[49] || (_cache[49] = ($event: any) => (_ctx.introSlide++)),\n onKeyup: _cache[50] || (_cache[50] = _withKeys(($event: any) => (_ctx.introSlide++), [\"enter\"])),\n elevation: \"0\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(_toDisplayString(_ctx.introSlide < 2 ? 'Next' : 'Get Started'), 1)\n ]),\n _: 1\n }, 8, [\"color\"])\n ])\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _: 1\n }, 8, [\"modelValue\", \"style\"]),\n _createElementVNode(\"div\", _hoisted_128, [\n _createElementVNode(\"div\", _hoisted_129, [\n _createVNode(_component_v_chip, {\n \"prepend-icon\": _ctx.cloudIcon,\n variant: \"outlined\",\n size: \"small\",\n elevation: \"3\",\n text: _ctx.selectedLocationText,\n onClick: _cache[52] || (_cache[52] = () => {\n _ctx.searchOpen = true; \n _ctx.learnerPath = 'Location'\n })\n }, null, 8, [\"prepend-icon\", \"text\"]),\n _createVNode(_component_v_chip, {\n \"prepend-icon\": _ctx.smallSize ? `` : `mdi-clock`,\n variant: \"outlined\",\n size: \"small\",\n elevation: \"1\",\n text: _ctx.selectedLocaledTimeDateString\n }, null, 8, [\"prepend-icon\", \"text\"]),\n (_ctx.showNewMobileUI)\n ? (_openBlock(), _createBlock(_component_v_chip, {\n key: 0,\n \"prepend-icon\": _ctx.smallSize ? `` : `mdi-sun-angle`,\n variant: \"outlined\",\n elevation: \"1\",\n text: _ctx.percentEclipsedText\n }, null, 8, [\"prepend-icon\", \"text\"]))\n : _createCommentVNode(\"\", true)\n ]),\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_130, [\n _createElementVNode(\"div\", _hoisted_131, [\n _createVNode(_component_hover_tooltip, {\n location: \"left\",\n disabled: _ctx.mobile\n }, {\n target: _withCtx(() => [\n _createVNode(_component_v_switch, {\n inset: \"\",\n \"hide-details\": \"\",\n modelValue: _ctx.toggleTrackSun,\n \"onUpdate:modelValue\": _cache[53] || (_cache[53] = ($event: any) => ((_ctx.toggleTrackSun) = $event)),\n ripple: false,\n color: _ctx.accentColor,\n \"true-icon\": \"mdi-white-balance-sunny\",\n \"false-icon\": \"mdi-image\",\n onKeyup: _cache[54] || (_cache[54] = _withKeys(($event: any) => (_ctx.toggleTrackSun = !_ctx.toggleTrackSun), [\"enter\"])),\n tabindex: \"0\"\n }, null, 8, [\"modelValue\", \"color\"])\n ]),\n default: _withCtx(() => [\n _createTextVNode(\" \" + _toDisplayString(_ctx.toggleTrackSun ? \"Stop Tracking Sun\" : 'Start Tracking Sun'), 1)\n ]),\n _: 1\n }, 8, [\"disabled\"])\n ])\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _createElementVNode(\"div\", _hoisted_132, [\n _createVNode(_component_icon_button, {\n id: \"eclipse-details-button\",\n \"md-icon\": \"sun-clock\",\n \"md-size\": \"24\",\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": \"View eclipse timing details\",\n \"tooltip-location\": \"start\",\n onActivate: _cache[55] || (_cache[55] = () => {\n _ctx.showEclipsePredictionSheet = true;\n if (!_ctx.showEclipsePredictionText) {\n _ctx.showEclipsePredictionTextBanner = !_ctx.showNewMobileUI;\n }\n _ctx.showEclipsePredictionText = true;\n })\n }, null, 8, [\"color\", \"focus-color\"]),\n _createVNode(_component_v_dialog, {\n modelValue: _ctx.showEclipsePredictionSheet,\n \"onUpdate:modelValue\": _cache[57] || (_cache[57] = ($event: any) => ((_ctx.showEclipsePredictionSheet) = $event)),\n \"max-width\": \"fit-content\",\n transition: \"slide-y-transition\",\n id: \"eclipse-prediction-sheet\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_text, null, {\n default: _withCtx(() => [\n _createElementVNode(\"button\", {\n style: {\"position\":\"absolute\",\"right\":\"12px\",\"cursor\":\"pointer\"},\n id: \"close-eclipse-prediction-sheet\",\n onClick: _cache[56] || (_cache[56] = ($event: any) => (_ctx.showEclipsePredictionSheet = false))\n }, [\n _createVNode(_component_v_icon, {\n class: \"elevation-2\",\n color: _ctx.accentColor\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-close\")\n ]),\n _: 1\n }, 8, [\"color\"])\n ]),\n _createVNode(_component_eclipse_timer, {\n \"show-timer\": \"\",\n prediction: _ctx.eclipsePrediction,\n timezone: _ctx.selectedTimezone,\n color: _ctx.accentColor,\n location: _ctx.selectedLocationText\n }, null, 8, [\"prediction\", \"timezone\", \"color\", \"location\"])\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\"]),\n _createElementVNode(\"div\", _hoisted_133, [\n _createElementVNode(\"div\", _hoisted_134, [\n _createVNode(_component_font_awesome_icon, {\n size: \"lg\",\n color: _ctx.accentColor,\n icon: _ctx.showControls ? `chevron-down` : `gear`,\n onClick: _cache[58] || (_cache[58] = ($event: any) => (_ctx.showControls = !_ctx.showControls)),\n onKeyup: _cache[59] || (_cache[59] = _withKeys(($event: any) => (_ctx.showControls = !_ctx.showControls), [\"enter\"])),\n tabindex: \"0\"\n }, null, 8, [\"color\", \"icon\"])\n ]),\n (_ctx.showControls)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_135, [\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createBlock(_component_v_checkbox, {\n key: 0,\n color: _ctx.accentColor,\n modelValue: _ctx.sunCenteredTracking,\n \"onUpdate:modelValue\": _cache[60] || (_cache[60] = ($event: any) => ((_ctx.sunCenteredTracking) = $event)),\n onChange: _cache[61] || (_cache[61] = ($event: any) => (_ctx.centerSun())),\n label: \"Center Sun\",\n disabled: _ctx.sunCenteredTracking,\n \"hide-details\": \"\"\n }, null, 8, [\"color\", \"modelValue\", \"disabled\"]))\n : _createCommentVNode(\"\", true),\n _createVNode(_component_v_checkbox, {\n color: _ctx.accentColor,\n modelValue: _ctx.showAltAzGrid,\n \"onUpdate:modelValue\": _cache[62] || (_cache[62] = ($event: any) => ((_ctx.showAltAzGrid) = $event)),\n onKeyup: _cache[63] || (_cache[63] = _withKeys(($event: any) => (_ctx.showAltAzGrid = !_ctx.showAltAzGrid), [\"enter\"])),\n label: \"Sky Grid\",\n \"hide-details\": \"\"\n }, null, 8, [\"color\", \"modelValue\"]),\n _createVNode(_component_v_checkbox, {\n color: _ctx.accentColor,\n modelValue: _ctx.showHorizon,\n \"onUpdate:modelValue\": _cache[64] || (_cache[64] = ($event: any) => ((_ctx.showHorizon) = $event)),\n onKeyup: _cache[65] || (_cache[65] = _withKeys(($event: any) => (_ctx.showHorizon = !_ctx.showHorizon), [\"enter\"])),\n label: \"Horizon/Daytime Sky\",\n \"hide-details\": \"\"\n }, null, 8, [\"color\", \"modelValue\"]),\n _createVNode(_component_v_checkbox, {\n color: _ctx.accentColor,\n modelValue: _ctx.useRegularMoon,\n \"onUpdate:modelValue\": _cache[66] || (_cache[66] = ($event: any) => ((_ctx.useRegularMoon) = $event)),\n onKeyup: _cache[67] || (_cache[67] = _withKeys(($event: any) => (_ctx.useRegularMoon = !_ctx.useRegularMoon), [\"enter\"])),\n label: \"Visible Moon\",\n \"hide-details\": \"\"\n }, null, 8, [\"color\", \"modelValue\"]),\n _withDirectives(_createVNode(_component_v_checkbox, {\n color: _ctx.accentColor,\n modelValue: _ctx.showEclipsePredictionTextBanner,\n \"onUpdate:modelValue\": _cache[68] || (_cache[68] = ($event: any) => ((_ctx.showEclipsePredictionTextBanner) = $event)),\n onKeyup: _cache[69] || (_cache[69] = _withKeys(($event: any) => (_ctx.showEclipsePredictionTextBanner = !_ctx.showEclipsePredictionTextBanner), [\"enter\"])),\n label: \"Eclipse Timing\",\n \"hide-details\": \"\"\n }, null, 8, [\"color\", \"modelValue\"]), [\n [_vShow, !_ctx.showNewMobileUI]\n ]),\n _withDirectives(_createVNode(_component_v_checkbox, {\n modelValue: _ctx.showNewMobileUI,\n \"onUpdate:modelValue\": [\n _cache[70] || (_cache[70] = ($event: any) => ((_ctx.showNewMobileUI) = $event)),\n _cache[72] || (_cache[72] = (value) => {\n console.log('showNewMobileUI', value);\n _ctx.showEclipsePredictionTextBanner = !value;\n })\n ],\n label: \"New Interface\",\n color: _ctx.accentColor,\n onKeyup: _cache[71] || (_cache[71] = _withKeys(($event: any) => (_ctx.showNewMobileUI = !_ctx.showNewMobileUI), [\"enter\"])),\n \"hide-details\": \"\"\n }, null, 8, [\"modelValue\", \"color\"]), [\n [_vShow, _ctx.narrow]\n ])\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _createElementVNode(\"div\", _hoisted_136, [\n (!_ctx.showNewMobileUI)\n ? (_openBlock(), _createBlock(_component_v_chip, {\n key: 0,\n \"prepend-icon\": _ctx.smallSize ? `` : `mdi-sun-angle`,\n variant: \"outlined\",\n elevation: \"1\",\n text: _ctx.percentEclipsedText\n }, null, 8, [\"prepend-icon\", \"text\"]))\n : _createCommentVNode(\"\", true)\n ]),\n _createElementVNode(\"div\", _hoisted_137, [\n _createVNode(_component_icon_button, {\n modelValue: _ctx.showVideoSheet,\n \"onUpdate:modelValue\": _cache[73] || (_cache[73] = ($event: any) => ((_ctx.showVideoSheet) = $event)),\n id: \"video-icon\",\n \"fa-icon\": \"video\",\n \"fa-size\": \"lg\",\n color: _ctx.accentColor,\n \"tooltip-text\": \"Video guide\",\n \"tooltip-location\": \"start\",\n \"tooltip-offset\": _ctx.smallSize ? 0 : '10px'\n }, null, 8, [\"modelValue\", \"color\", \"tooltip-offset\"])\n ]),\n _createElementVNode(\"div\", _hoisted_138, [\n _createElementVNode(\"span\", _hoisted_139, [\n _createElementVNode(\"div\", _hoisted_140, [\n _createElementVNode(\"div\", _hoisted_141, [\n _createVNode(_component_icon_button, {\n id: \"reverse-speed\",\n \"fa-icon\": 'angles-left',\n onActivate: _cache[74] || (_cache[74] = () => {\n _ctx.reversePlaybackRate();\n // playing = true;\n }),\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": _ctx.playbackRate < 0 ? 'Reverse Faster' : 'Reverse',\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n faSize: \"1x\",\n \"show-tooltip\": !_ctx.mobile\n }, null, 8, [\"color\", \"focus-color\", \"tooltip-text\", \"show-tooltip\"]),\n _createVNode(_component_icon_button, {\n id: \"play-pause-icon\",\n \"fa-icon\": !(_ctx.playing) ? 'play' : 'pause',\n onActivate: _cache[75] || (_cache[75] = () => {\n _ctx.playing = !(_ctx.playing);\n }),\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": \"Play/Pause\",\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n faSize: \"1x\",\n \"show-tooltip\": !_ctx.mobile\n }, null, 8, [\"fa-icon\", \"color\", \"focus-color\", \"show-tooltip\"]),\n _createVNode(_component_icon_button, {\n id: \"forward-speed\",\n \"fa-icon\": 'angles-right',\n onActivate: _cache[76] || (_cache[76] = () => {\n _ctx.increasePlaybackRate();\n // playing = true;\n }),\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": _ctx.playbackRate > 0 ? 'Faster' : 'Forward',\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n faSize: \"1x\",\n \"show-tooltip\": !_ctx.mobile\n }, null, 8, [\"color\", \"focus-color\", \"tooltip-text\", \"show-tooltip\"]),\n false\n ? (_openBlock(), _createBlock(_component_icon_button, {\n key: 0,\n id: \"set-time-now-button\",\n onActivate: _cache[77] || (_cache[77] = () => {\n // selectedTime = times.reduce((a, b) => {\n // return Math.abs(b - Date.now()) < Math.abs(a - Date.now()) ? b : a;\n // });\n _ctx.selectedTime = Date.now();\n _ctx.playbackRate=1;\n _ctx.playing = true;\n console.log('to now')\n }),\n color: _ctx.accentColor,\n \"tooltip-text\": \"Go to current time\",\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n \"show-tooltip\": !_ctx.mobile\n }, {\n button: _withCtx(() => [\n _createTextVNode(\" Now \")\n ]),\n _: 1\n }, 8, [\"color\", \"show-tooltip\"]))\n : _createCommentVNode(\"\", true),\n _createVNode(_component_icon_button, {\n id: \"reset\",\n \"fa-icon\": 'rotate',\n onActivate: _cache[78] || (_cache[78] = () => {\n _ctx.selectedTime = (new Date('2024-04-08T18:18:00Z')).getTime() - 60*60*1000*1.5;\n _ctx.playbackRate = 500;\n _ctx.playing = false;\n _ctx.toggleTrackSun = true;\n _ctx.forceRate = false;\n }),\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": \"Reset\",\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n faSize: \"1x\",\n \"show-tooltip\": !_ctx.mobile\n }, null, 8, [\"color\", \"focus-color\", \"show-tooltip\"]),\n (!_ctx.xSmallSize)\n ? (_openBlock(), _createBlock(_component_v_dialog, {\n key: 1,\n modelValue: _ctx.playbackVisible,\n \"onUpdate:modelValue\": _cache[83] || (_cache[83] = ($event: any) => ((_ctx.playbackVisible) = $event)),\n scrim: false,\n location: \"top\",\n offset: \"40\",\n \"location-strategy\": \"connected\",\n persistent: \"\",\n \"no-click-animation\": \"\",\n \"retain-focus\": false\n }, {\n activator: _withCtx(({ props }) => [\n _createVNode(_component_icon_button, _mergeProps({\n id: \"speed-control-icon\",\n onActivate: _cache[79] || (_cache[79] = () => {\n _ctx.playbackVisible = !_ctx.playbackVisible;\n }),\n \"fa-icon\": _ctx.playbackVisible ? 'times' : 'gauge-high',\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": \"Speed Controls\",\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n faSize: \"1x\",\n \"show-tooltip\": !_ctx.mobile\n }, props), null, 16, [\"fa-icon\", \"color\", \"focus-color\", \"show-tooltip\"])\n ]),\n default: _withCtx(() => [\n (_ctx.playbackVisible)\n ? (_openBlock(), _createBlock(_component_playback_control, {\n key: 0,\n class: \"desktop-playback-control\",\n \"model-value\": _ctx.playbackRate,\n \"onUpdate:modelValue\": _cache[80] || (_cache[80] = (value) => {\n _ctx.forceRate = false;\n _ctx.playbackRate = value;\n }),\n paused: !_ctx.playing,\n onPaused: _cache[81] || (_cache[81] = ($event: any) => (_ctx.playing = !$event)),\n \"max-power\": 3,\n max: Math.log10(1000) + 1,\n color: _ctx.accentColor,\n inline: false,\n \"show-close-button\": \"\",\n onClose: _cache[82] || (_cache[82] = () => {\n _ctx.playbackVisible = false;\n })\n }, null, 8, [\"model-value\", \"paused\", \"max\", \"color\"]))\n : _createCommentVNode(\"\", true)\n ]),\n _: 1\n }, 8, [\"modelValue\"]))\n : _createCommentVNode(\"\", true),\n (_ctx.xSmallSize)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_142, [\n _createVNode(_component_icon_button, {\n id: \"speed-control-icon\",\n onActivate: _cache[84] || (_cache[84] = () => {\n _ctx.playbackVisible = !_ctx.playbackVisible;\n }),\n \"fa-icon\": _ctx.playbackVisible ? 'times' : 'gauge-high',\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": \"Time Controls\",\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n faSize: \"1x\",\n \"show-tooltip\": !_ctx.mobile\n }, null, 8, [\"fa-icon\", \"color\", \"focus-color\", \"show-tooltip\"]),\n _withDirectives(_createVNode(_component_playback_control, {\n class: \"mobile-playback-control\",\n \"model-value\": _ctx.playbackRate,\n \"onUpdate:modelValue\": _cache[85] || (_cache[85] = (value) => {\n _ctx.forceRate = false;\n _ctx.playbackRate = value;\n }),\n paused: !_ctx.playing,\n onPaused: _cache[86] || (_cache[86] = ($event: any) => (_ctx.playing = !$event)),\n \"max-power\": 3,\n max: Math.log10(1000) + 1,\n color: _ctx.accentColor,\n inline: true,\n \"inline-button\": \"\",\n onClose: _cache[87] || (_cache[87] = () => {\n _ctx.playbackVisible = false;\n })\n }, null, 8, [\"model-value\", \"paused\", \"max\", \"color\"]), [\n [_vShow, _ctx.playbackVisible]\n ])\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _createElementVNode(\"div\", _hoisted_143, [\n _createTextVNode(\" Time rate: \"),\n (_ctx.playbackRate===1 && _ctx.playing)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_144, \" Real time \"))\n : _createCommentVNode(\"\", true),\n (_ctx.playbackRate!=1 && _ctx.playing)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_145, _toDisplayString(_ctx.niceRound(_ctx.playbackRate)) + \"× \", 1))\n : _createCommentVNode(\"\", true),\n (!_ctx.playing)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_146, \" (\" + _toDisplayString(_ctx.niceRound(_ctx.playbackRate)) + \"×) Paused \", 1))\n : _createCommentVNode(\"\", true),\n (_ctx.playing && _ctx.forceRate)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_147, \" (Slowed for totality) \"))\n : _createCommentVNode(\"\", true)\n ])\n ]),\n _createElementVNode(\"div\", _hoisted_148, [\n _createVNode(_component_v_slider, {\n modelValue: _ctx.selectedTime,\n \"onUpdate:modelValue\": _cache[88] || (_cache[88] = ($event: any) => ((_ctx.selectedTime) = $event)),\n max: _ctx.maxTime,\n min: _ctx.minTime,\n color: _ctx.accentColor,\n ripple: false,\n \"hide-details\": \"\",\n \"track-size\": \"8px\",\n \"thumb-size\": \"20px\",\n \"thumb-label\": \"always\",\n step: _ctx.millisecondsPerInterval,\n onMousedown: _cache[89] || (_cache[89] = () => {_ctx.playing = false;})\n }, {\n \"thumb-label\": _withCtx((item) => [\n _createTextVNode(_toDisplayString(_ctx.toTimeString(new Date(item.modelValue))), 1)\n ]),\n _: 1\n }, 8, [\"modelValue\", \"max\", \"min\", \"color\", \"step\"])\n ]),\n _createElementVNode(\"div\", _hoisted_149, [\n _createVNode(_component_icon_button, {\n \"md-icon\": \"mdi-lock\",\n onActivate: _cache[90] || (_cache[90] = () => _ctx.showPrivacyDialog = true),\n color: _ctx.accentColor,\n \"focus-color\": _ctx.accentColor,\n \"tooltip-text\": \"Change privacy settings\",\n \"tooltip-location\": \"bottom\",\n \"tooltip-offset\": \"5px\",\n \"show-tooltip\": !_ctx.mobile,\n mdSize: \"1em\"\n }, null, 8, [\"color\", \"focus-color\", \"show-tooltip\"])\n ])\n ])\n ]),\n (!_ctx.smallSize)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_150, [\n _createVNode(_component_credit_logos)\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _createVNode(_component_v_dialog, {\n scrim: \"false\",\n modelValue: _ctx.showPrivacyDialog,\n \"onUpdate:modelValue\": _cache[93] || (_cache[93] = ($event: any) => ((_ctx.showPrivacyDialog) = $event)),\n \"max-width\": \"400px\",\n id: \"privacy-popup-dialog\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_text, null, {\n default: _withCtx(() => [\n _createTextVNode(\" To evaluate usage of this app, \"),\n _hoisted_151,\n _createTextVNode(\" data may be collected, including locations viewed and map quiz responses. \\\"My Location\\\" data is NEVER collected. \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_card_actions, { class: \"pt-3\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_spacer),\n _createVNode(_component_v_btn, {\n color: \"#BDBDBD\",\n href: \"https://www.cfa.harvard.edu/privacy-statement\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\" Privacy Policy \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_btn, {\n color: \"#ff6666\",\n onClick: _cache[91] || (_cache[91] = () => {\n _ctx.responseOptOut = true;\n _ctx.showPrivacyDialog = false;\n })\n }, {\n default: _withCtx(() => [\n _createTextVNode(\" Opt out \")\n ]),\n _: 1\n }),\n _createVNode(_component_v_btn, {\n color: \"green\",\n onClick: _cache[92] || (_cache[92] = () => {\n _ctx.responseOptOut = false;\n _ctx.showPrivacyDialog = false;\n })\n }, {\n default: _withCtx(() => [\n _createTextVNode(\" Allow \")\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\"]),\n _createVNode(_component_notifications, {\n group: \"copy-url\",\n position: \"center top\",\n classes: \"url-notification\"\n }),\n _createVNode(_component_notifications, {\n dangerouslySetInnerHtml: \"\",\n group: \"geolocation-error\",\n position: \"center top\"\n })\n ])\n ]),\n _: 1\n }, 8, [\"style\"]))\n}","\n\n\n\n\n\n\n","// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-nocheck\n/* eslint-disable */\n\nimport { Color, Colors, Coordinates, Dates, PointList, LineList, TriangleFanList, TriangleList, Tessellator } from \"@wwtelescope/engine\";\n\nexport class Annotation2 {\n constructor() {\n this.addedToPrimitives = false;\n this.annotationDirty = true;\n this._opacity = 1;\n this._showHoverLabel = false;\n }\n\n static annotations = [];\n static lineList = null;\n static triangleFanPointList = null;\n static triangleList = null;\n static batchDirty = true;\n\n static prepBatch(renderContext) {\n if (Annotation2.pointList == null || Annotation2.batchDirty) {\n Annotation2.pointList = new PointList(renderContext);\n Annotation2.lineList = new LineList();\n Annotation2.triangleFanPointList = new TriangleFanList();\n Annotation2.triangleList = new TriangleList();\n Annotation2.lineList.set_depthBuffered(false);\n Annotation2.triangleList.depthBuffered = false;\n }\n\n }\n\n static drawBatch(renderContext) {\n Annotation2.batchDirty = false;\n if (renderContext.gl == null) {\n return;\n }\n if (Annotation2.pointList != null) {\n Annotation2.pointList.draw(renderContext, 1, false);\n }\n if (Annotation2.lineList != null) {\n Annotation2.lineList.drawLines(renderContext, 1);\n }\n if (Annotation2.triangleFanPointList != null) {\n Annotation2.triangleFanPointList.draw(renderContext, 1);\n }\n if (Annotation2.triangleList != null) {\n Annotation2.triangleList.draw(renderContext, 1, 0);\n }\n };\n\n static separation(Alpha1, Delta1, Alpha2, Delta2) {\n Delta1 = Delta1 / 180 * Math.PI;\n Delta2 = Delta2 / 180 * Math.PI;\n Alpha1 = Alpha1 / 12 * Math.PI;\n Alpha2 = Alpha2 / 12 * Math.PI;\n var x = Math.cos(Delta1) * Math.sin(Delta2) - Math.sin(Delta1) * Math.cos(Delta2) * Math.cos(Alpha2 - Alpha1);\n var y = Math.cos(Delta2) * Math.sin(Alpha2 - Alpha1);\n var z = Math.sin(Delta1) * Math.sin(Delta2) + Math.cos(Delta1) * Math.cos(Delta2) * Math.cos(Alpha2 - Alpha1);\n var vvalue = Math.atan2(Math.sqrt(x * x + y * y), z);\n vvalue = vvalue / Math.PI * 180;\n if (vvalue < 0) {\n vvalue += 180;\n }\n return vvalue;\n };\n\n static colorToUint(col) {\n return (col.a) << 24 | (col.r << 16) | (col.g) << 8 | col.b;\n }\n\n static colorToUintAlpha(col, opacity) {\n return opacity << 24 | col.r << 16 | col.g << 8 | col.b;\n };\n\n get_opacity() {\n return this._opacity;\n }\n\n set_opacity(value) {\n Annotation2.batchDirty = true;\n this._opacity = value;\n return value;\n }\n\n draw(renderContext) {}\n\n get_id() { return this._id; }\n set_id(value) {\n this._id = value;\n return value;\n }\n\n get_tag() { return this._tag; }\n set_tag(value) {\n this._tag = value;\n return value;\n }\n\n get_label() {\n return this._label;\n }\n\n set_label(value) {\n this._label = value;\n return value;\n }\n\n get_showHoverLabel() {\n return this._showHoverLabel;\n }\n\n set_showHoverLabel(value) {\n this._showHoverLabel = value;\n return value;\n }\n\n hitTest(renderContext, RA, dec, x, y) {\n return false;\n }\n\n get_center() {\n return this.center;\n }\n\n set_center(value) {\n this.center = value;\n return value;\n }\n\n static addAnnotation(ann) {\n Annotation2.annotations.push(ann);\n Annotation2.batchDirty = true;\n }\n\n static clearAll() {\n Annotation2.annotations = [];\n Annotation2.batchDirty = true;\n }\n}\n\nexport class Poly2 extends Annotation2 {\n constructor() {\n super();\n this._points$1 = [];\n this._fill$1 = false;\n this._strokeWidth$1 = 1;\n this._lineColor$1 = Colors.get_white();\n this._fillColor$1 = Colors.get_white();\n }\n\n addPoint(x, y) {\n Annotation2.batchDirty = true;\n this._points$1.push(Coordinates.raDecTo3d(x / 15, y));\n }\n\n get_fill() {\n return this._fill$1;\n }\n\n set_fill(value) {\n Annotation2.batchDirty = true;\n this._fill$1 = value;\n return value;\n }\n\n get_lineWidth() {\n return this._strokeWidth$1;\n }\n\n set_lineWidth(value) {\n Annotation2.batchDirty = true;\n this._strokeWidth$1 = value;\n return value;\n }\n\n get_lineColor() {\n return this._lineColor$1.toString();\n }\n\n set_lineColor(value) {\n Annotation2.batchDirty = true;\n this._lineColor$1 = Color.fromName(value);\n return value;\n }\n\n get_fillColor() {\n return this._fillColor$1.toString();\n }\n\n set_fillColor(value) {\n Annotation2.batchDirty = true;\n this._fillColor$1 = Color.fromName(value);\n return value;\n }\n\n draw(renderContext) {\n if (renderContext.gl != null) {\n if (Annotation2.batchDirty || this.annotationDirty) {\n //todo can we save this work for later?\n var vertexList = this._points$1;\n\n if (this._strokeWidth$1 > 0 && this._points$1.length > 1) {\n var lineColorWithOpacity = this._lineColor$1._clone();\n lineColorWithOpacity.a = Math.round(lineColorWithOpacity.a * this.get_opacity());\n for (var i = 0; i < (this._points$1.length - 1); i++) {\n Annotation2.lineList.addLine(vertexList[i], vertexList[i + 1], lineColorWithOpacity, new Dates(0, 1));\n }\n Annotation2.lineList.addLine(vertexList[this._points$1.length - 1], vertexList[0], lineColorWithOpacity, new Dates(0, 1));\n }\n if (this._fill$1) {\n var fillColorWithOpacity = this._fillColor$1._clone();\n fillColorWithOpacity.a = Math.round(fillColorWithOpacity.a * this.get_opacity());\n var indexes = Tessellator.tesselateSimplePoly(vertexList);\n for (var i = 0; i < indexes.length; i += 3) {\n Annotation2.triangleList.addSubdividedTriangles(vertexList[indexes[i]], vertexList[indexes[i + 1]], vertexList[indexes[i + 2]], fillColorWithOpacity, new Dates(0, 1), 2);\n }\n }\n this.annotationDirty = false;\n }\n } else {\n var ctx = renderContext.device;\n ctx.save();\n ctx.globalAlpha = this.get_opacity();\n ctx.beginPath();\n var first = true;\n for (const pnt of this._points$1) {\n var screenSpacePnt = renderContext.WVP.transform(pnt);\n if (screenSpacePnt.z < 0) {\n ctx.restore();\n return;\n }\n if (Vector3d.dot(renderContext.get_viewPoint(), pnt) < 0.75) {\n ctx.restore();\n return;\n }\n if (first) {\n first = false;\n ctx.moveTo(screenSpacePnt.x, screenSpacePnt.y);\n }\n else {\n ctx.lineTo(screenSpacePnt.x, screenSpacePnt.y);\n }\n }\n ctx.closePath();\n ctx.lineWidth = this._strokeWidth$1;\n if (this._fill$1) {\n ctx.fillStyle = this._fillColor$1.toString();\n ctx.fill();\n }\n ctx.strokeStyle = this._lineColor$1.toString();\n ctx.globalAlpha = 1;\n ctx.stroke();\n ctx.restore();\n }\n }\n\n};\n","// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-nocheck\n\n/* eslint-disable */\n\nimport { Annotation2 } from \"./Annotation2\";\n\nimport {\n Annotation, Color, Colors, Constellations, Coordinates, Grids,\n LayerManager, Matrix3d, Planets, PushPin, RenderContext, RenderTriangle, Settings, SpaceTimeController,\n SpreadSheetLayer, Text3d, Text3dBatch, Tile, TileCache, TourPlayer, URLHelpers,\n Vector2d, Vector3d, WWTControl\n} from \"@wwtelescope/engine\";\n\nexport function drawSkyOverlays() {\n if (Settings.get_active().get_showConstellationLabels()) {\n Constellations.drawConstellationNames(this.renderContext, 1, Colors.get_yellow());\n }\n if (Settings.get_active().get_showConstellationFigures()) {\n if (WWTControl.constellationsFigures == null) {\n WWTControl.constellationsFigures = Constellations.create('Constellations', URLHelpers.singleton.engineAssetUrl('figures.txt'), false, false, false);\n }\n WWTControl.constellationsFigures.draw(this.renderContext, false, 'UMA', false);\n }\n if (Settings.get_active().get_showAltAzGrid()) {\n const altAzColor = Color.fromArgb(180, 133,201,254);\n Grids.drawAltAzGrid(this.renderContext, 1, altAzColor);\n if (Settings.get_active().get_showAltAzGridText()) {\n Grids.drawAltAzGridText(this.renderContext, 1, altAzColor);\n }\n }\n if (Settings.get_active().get_showEcliptic()) {\n const eclipticColor = Color.fromArgb(1, 255, 165, 0);\n Grids.drawEcliptic(this.renderContext, 1, eclipticColor);\n if (Settings.get_active().get_showEclipticOverviewText()) {\n Grids.drawEclipticText(this.renderContext, 1, eclipticColor);\n }\n }\n}\n\nexport function initializeConstellationNames() {\n if (Constellations.constellationCentroids == null) {\n return;\n }\n const textSize = 50;\n Constellations._namesBatch = new Text3dBatch(textSize);\n Object.keys(Constellations.constellationCentroids).forEach(key => {\n const centroid = Constellations.constellationCentroids[key];\n const center = Coordinates.raDecTo3dAu(centroid.get_RA(), centroid.get_dec(), 1);\n const up = Vector3d.create(0, 1, 0);\n let name = centroid.get_name();\n if (centroid.get_name() === 'Triangulum Australe') {\n name = name.replace(\" \", \"\\n \");\n }\n Constellations._namesBatch.add(new Text3d(center, up, name, textSize, 0.000125));\n });\n};\n\nexport function makeAltAzGridText() {\n if (Grids._altAzTextBatch == null) {\n const glyphHeight = 70;\n Grids._altAzTextBatch = new Text3dBatch(glyphHeight);\n const sign = SpaceTimeController.get_location().get_lat() < 0 ? -1 : 1;\n const alt = 0.03 * sign;\n const up = Vector3d.create(0, sign, 0);\n const directions = [\n [[0, alt, -1], \"N\"],\n [[-sign, alt, 0], \"E\"],\n [[0, alt, 1], \"S\"],\n [[sign, alt, -0.0095], \"V\"],\n [[sign, alt, 0.0095], \"V\"]\n ]\n directions.forEach(([v, text]) => {\n Grids._altAzTextBatch.add(new Text3d(Vector3d.create(...v), up, text, 75, 0.00018));\n });\n }\n}\n\nexport function drawSpreadSheetLayer(renderContext, opacity, flat) {\n var device = renderContext;\n if (this.version !== this.lastVersion) {\n this.cleanUp();\n }\n this.lastVersion = this.version;\n if (this.bufferIsFlat !== flat) {\n this.cleanUp();\n this.bufferIsFlat = flat;\n }\n if (this.dirty) {\n this.prepVertexBuffer(device, opacity);\n }\n var jNow = SpaceTimeController.get_jNow() - SpaceTimeController.utcToJulian(this.baseDate);\n var adjustedScale = this.scaleFactor * 3;\n if (flat && this.astronomical && (this._markerScale$1 === 1)) {\n adjustedScale = (this.scaleFactor / (renderContext.viewCamera.zoom / 360));\n }\n if (this.triangleList2d != null) {\n this.triangleList2d.decay = this.decay;\n this.triangleList2d.sky = this.get_astronomical();\n this.triangleList2d.timeSeries = this.timeSeries;\n this.triangleList2d.jNow = jNow;\n this.triangleList2d.draw(renderContext, opacity * this.get_opacity(), 1);\n }\n if (this.triangleList != null) {\n this.triangleList.decay = this.decay;\n this.triangleList.sky = this.get_astronomical();\n this.triangleList.timeSeries = this.timeSeries;\n this.triangleList.jNow = jNow;\n this.triangleList.draw(renderContext, opacity * this.get_opacity(), 1);\n }\n if (this.pointList != null) {\n this.pointList.depthBuffered = false;\n this.pointList.showFarSide = this.get_showFarSide();\n this.pointList.decay = (this.timeSeries) ? this.decay : 0;\n this.pointList.sky = this.get_astronomical();\n this.pointList.timeSeries = this.timeSeries;\n this.pointList.jNow = jNow;\n this.pointList.scale = (this._markerScale$1 === 1) ? adjustedScale : -adjustedScale;\n switch (this._plotType$1) {\n case 0:\n this.pointList.draw(renderContext, opacity * this.get_opacity(), false);\n break;\n case 2:\n this.pointList.drawTextured(renderContext, SpreadSheetLayer.get__circleTexture$1().texture2d, opacity * this.get_opacity());\n break;\n case 1:\n this.pointList.drawTextured(renderContext, PushPin.getPushPinTexture(19), opacity * this.get_opacity());\n break;\n case 3:\n this.pointList.drawTextured(renderContext, PushPin.getPushPinTexture(35), opacity * this.get_opacity());\n break;\n case 5:\n case 4:\n this.pointList.drawTextured(renderContext, PushPin.getPushPinTexture(this._markerIndex$1), opacity * this.get_opacity());\n break;\n default:\n break;\n }\n }\n if (this.lineList != null) {\n this.lineList.sky = this.get_astronomical();\n this.lineList.decay = this.decay;\n this.lineList.timeSeries = this.timeSeries;\n this.lineList.jNow = jNow;\n this.lineList.drawLines(renderContext, opacity * this.get_opacity());\n }\n if (this.lineList2d != null) {\n this.lineList2d.sky = this.get_astronomical();\n this.lineList2d.decay = this.decay;\n this.lineList2d.timeSeries = this.timeSeries;\n this.lineList2d.showFarSide = this.get_showFarSide();\n this.lineList2d.jNow = jNow;\n this.lineList2d.drawLines(renderContext, opacity * this.get_opacity());\n }\n return true;\n}\n\nexport function layerManagerDraw(renderContext, opacity, astronomical, referenceFrame, nested, cosmos) {\n if (!(referenceFrame in LayerManager.get_allMaps())) {\n return;\n }\n var thisMap = LayerManager.get_allMaps()[referenceFrame];\n if (!thisMap.enabled || (!thisMap.layers.length && !(thisMap.frame.showAsPoint || thisMap.frame.showOrbitPath))) {\n return;\n }\n var matOld = renderContext.get_world();\n var matOldNonRotating = renderContext.get_worldBaseNonRotating();\n var oldNominalRadius = renderContext.get_nominalRadius();\n if ((thisMap.frame.reference === 18 | thisMap.frame.reference === 18) === 1) {\n thisMap.computeFrame(renderContext);\n if (thisMap.frame.referenceFrameType !== 1 && thisMap.frame.referenceFrameType !== 2) {\n renderContext.set_world(Matrix3d.multiplyMatrix(thisMap.frame.worldMatrix, renderContext.get_world()));\n }\n else {\n renderContext.set_world(Matrix3d.multiplyMatrix(thisMap.frame.worldMatrix, renderContext.get_worldBaseNonRotating()));\n }\n renderContext.set_nominalRadius(thisMap.frame.meanRadius);\n }\n for (const layer of LayerManager.get_allMaps()[referenceFrame].layers) {\n if (layer.enabled) {\n var layerStart = SpaceTimeController.utcToJulian(layer.get_startTime());\n var layerEnd = SpaceTimeController.utcToJulian(layer.get_endTime());\n var fadeIn = SpaceTimeController.utcToJulian(layer.get_startTime()) - ((layer.get_fadeType() === 1 || layer.get_fadeType() === 3) ? (layer.get_fadeSpan() / 864000000) : 0);\n var fadeOut = SpaceTimeController.utcToJulian(layer.get_endTime()) + ((layer.get_fadeType() === 2 || layer.get_fadeType() === 3) ? (layer.get_fadeSpan() / 864000000) : 0);\n if (SpaceTimeController.get_jNow() > fadeIn && SpaceTimeController.get_jNow() < fadeOut) {\n var fadeOpacity = 1;\n if (SpaceTimeController.get_jNow() < layerStart) {\n fadeOpacity = ((SpaceTimeController.get_jNow() - fadeIn) / (layer.get_fadeSpan() / 864000000));\n }\n if (SpaceTimeController.get_jNow() > layerEnd) {\n fadeOpacity = ((fadeOut - SpaceTimeController.get_jNow()) / (layer.get_fadeSpan() / 864000000));\n }\n layer.set_astronomical(astronomical);\n layer.draw(renderContext, opacity * fadeOpacity, cosmos);\n }\n }\n }\n renderContext.set_nominalRadius(oldNominalRadius);\n renderContext.set_world(matOld);\n renderContext.set_worldBaseNonRotating(matOldNonRotating);\n};\n\n// This function is being overwritten to get around the bug(?) described in https://github.com/WorldWideTelescope/wwt-webgl-engine/issues/268\n// Since we were patching anyway, I've stripped out some if-else paths that won't ever be visited in this story\nexport function updateViewParameters() {\n if (this.renderContext.space && this._tracking && this._trackingObject != null) {\n if (Settings.get_active().get_galacticMode() && this.renderContext.space) {\n var gPoint = Coordinates.j2000toGalactic(this._trackingObject.get_RA() * 15, this._trackingObject.get_dec());\n this.renderContext.targetAlt = this.renderContext.alt = gPoint[1];\n this.renderContext.targetAz = this.renderContext.az = gPoint[0];\n }\n else if (this.renderContext.space && Settings.get_active().get_localHorizonMode()) {\n var currentAltAz = Coordinates.equitorialToHorizon(Coordinates.fromRaDec(this._trackingObject.get_RA(), this._trackingObject.get_dec()), SpaceTimeController.get_location(), SpaceTimeController.get_now());\n this.renderContext.targetAlt = this.renderContext.alt = currentAltAz.get_alt();\n this.renderContext.targetAz = this.renderContext.az = currentAltAz.get_az();\n }\n else {\n this.renderContext.viewCamera.lng = this.renderContext.targetCamera.lng = this.rAtoViewLng(this._trackingObject.get_RA());\n this.renderContext.viewCamera.lat = this.renderContext.targetCamera.lat = this._trackingObject.get_dec();\n }\n } else if (!this.get_solarSystemMode()) {\n this._tracking = false;\n this._trackingObject = null;\n }\n var oneMinusDragCoefficient = 1 - 0.8;\n var dc = 0.8;\n if (!this._tracking) {\n var minDelta = (this.renderContext.viewCamera.zoom / 4000);\n if (this.renderContext.viewCamera.zoom > 360) {\n minDelta = (360 / 40000);\n }\n if (this.renderContext.space && (Settings.get_active().get_localHorizonMode() || Settings.get_active().get_galacticMode())) {\n if ((((Math.abs(this.renderContext.targetAlt - this.renderContext.alt) >= minDelta) | (Math.abs(this.renderContext.targetAz - this.renderContext.az) >= minDelta)) === 1)) {\n this.renderContext.alt += (this.renderContext.targetAlt - this.renderContext.alt) / 10;\n if (Math.abs(this.renderContext.targetAz - this.renderContext.az) > 170) {\n if (this.renderContext.targetAz > this.renderContext.az) {\n this.renderContext.az += (this.renderContext.targetAz - (360 + this.renderContext.az)) / 10;\n }\n else {\n this.renderContext.az += ((360 + this.renderContext.targetAz) - this.renderContext.az) / 10;\n }\n }\n else {\n this.renderContext.az += (this.renderContext.targetAz - this.renderContext.az) / 10;\n }\n this.renderContext.az = ((this.renderContext.az + 720) % 360);\n }\n }\n else {\n if ((((Math.abs(this.renderContext.targetCamera.lat - this.renderContext.viewCamera.lat) >= minDelta) | (Math.abs(this.renderContext.targetCamera.lng - this.renderContext.viewCamera.lng) >= minDelta)) === 1)) {\n this.renderContext.viewCamera.lat += (this.renderContext.targetCamera.lat - this.renderContext.viewCamera.lat) / 10;\n if (Math.abs(this.renderContext.targetCamera.lng - this.renderContext.viewCamera.lng) > 170) {\n if (this.renderContext.targetCamera.lng > this.renderContext.viewCamera.lng) {\n this.renderContext.viewCamera.lng += (this.renderContext.targetCamera.lng - (360 + this.renderContext.viewCamera.lng)) / 10;\n }\n else {\n this.renderContext.viewCamera.lng += ((360 + this.renderContext.targetCamera.lng) - this.renderContext.viewCamera.lng) / 10;\n }\n }\n else {\n this.renderContext.viewCamera.lng += (this.renderContext.targetCamera.lng - this.renderContext.viewCamera.lng) / 10;\n }\n this.renderContext.viewCamera.lng = ((this.renderContext.viewCamera.lng + 720) % 360);\n }\n else {\n if (this.renderContext.viewCamera.lat !== this.renderContext.targetCamera.lat || this.renderContext.viewCamera.lng !== this.renderContext.targetCamera.lng) {\n this.renderContext.viewCamera.lat = this.renderContext.targetCamera.lat;\n this.renderContext.viewCamera.lng = this.renderContext.targetCamera.lng;\n }\n }\n }\n }\n this.renderContext.viewCamera.zoom = dc * this.renderContext.viewCamera.zoom + oneMinusDragCoefficient * this.renderContext.targetCamera.zoom;\n this.renderContext.viewCamera.rotation = dc * this.renderContext.viewCamera.rotation + oneMinusDragCoefficient * this.renderContext.targetCamera.rotation;\n this.renderContext.viewCamera.angle = dc * this.renderContext.viewCamera.angle + oneMinusDragCoefficient * this.renderContext.targetCamera.angle;\n}\n\nexport function renderOneFrame() {\n if (this.renderContext.get_backgroundImageset() != null) {\n this.renderType = this.renderContext.get_backgroundImageset().get_dataSetType();\n } else {\n this.renderType = 2;\n }\n\n var sizeChange = false;\n if (this.canvas.width !== this.canvas.parentNode.clientWidth) {\n this.canvas.width = this.canvas.parentNode.clientWidth;\n sizeChange = true;\n }\n if (this.canvas.height !== this.canvas.parentNode.clientHeight) {\n this.canvas.height = this.canvas.parentNode.clientHeight;\n sizeChange = true;\n }\n if (sizeChange && this.explorer != null) {\n this.explorer.refresh();\n }\n if (this.canvas.width < 1 || this.canvas.height < 1) {\n return;\n }\n if (sizeChange) {\n this._crossHairs = null;\n }\n Tile.lastDeepestLevel = Tile.deepestLevel;\n RenderTriangle.width = this.renderContext.width = this.canvas.width;\n RenderTriangle.height = this.renderContext.height = this.canvas.height;\n Tile.tilesInView = 0;\n Tile.tilesTouched = 0;\n Tile.deepestLevel = 0;\n SpaceTimeController.set_metaNow(new Date());\n if (this.get__mover() != null) {\n SpaceTimeController.set_now(this.get__mover().get_currentDateTime());\n Planets.updatePlanetLocations(this.get_solarSystemMode());\n if (this.get__mover() != null) {\n const newCam = this.get__mover().get_currentPosition();\n this.renderContext.targetCamera = newCam.copy();\n this.renderContext.viewCamera = newCam.copy();\n if (this.renderContext.space && Settings.get_active().get_galacticMode()) {\n const gPoint = Coordinates.j2000toGalactic(newCam.get_RA() * 15, newCam.get_dec());\n this.renderContext.targetAlt = this.renderContext.alt = gPoint[1];\n this.renderContext.targetAz = this.renderContext.az = gPoint[0];\n }\n else if (this.renderContext.space && Settings.get_active().get_localHorizonMode()) {\n const currentAltAz = Coordinates.equitorialToHorizon(Coordinates.fromRaDec(newCam.get_RA(), newCam.get_dec()), SpaceTimeController.get_location(), SpaceTimeController.get_now());\n this.renderContext.targetAlt = this.renderContext.alt = currentAltAz.get_alt();\n this.renderContext.targetAz = this.renderContext.az = currentAltAz.get_az();\n }\n if (this.get__mover().get_complete()) {\n WWTControl.scriptInterface._fireArrived(this.get__mover().get_currentPosition().get_RA(), this.get__mover().get_currentPosition().get_dec(), WWTControl.singleton.renderContext.viewCamera.zoom);\n this.set__mover(null);\n this._notifyMoveComplete();\n }\n }\n }\n else {\n SpaceTimeController.updateClock();\n Planets.updatePlanetLocations(this.get_solarSystemMode());\n this._updateViewParameters();\n }\n this.renderContext.clear();\n\n this.renderContext.setupMatricesSpace3d(this.renderContext.width, this.renderContext.height);\n this.renderContext.drawImageSet(this.renderContext.get_backgroundImageset(), 100);\n if (this.renderContext.get_foregroundImageset() != null) {\n if (this.renderContext.get_foregroundImageset().get_dataSetType() !== this.renderContext.get_backgroundImageset().get_dataSetType()) {\n this.renderContext.set_foregroundImageset(null);\n }\n else {\n if (this.renderContext.viewCamera.opacity !== 100 && this.renderContext.gl == null) {\n if (this._foregroundCanvas.width !== this.renderContext.width || this._foregroundCanvas.height !== this.renderContext.height) {\n this._foregroundCanvas.width = this.renderContext.width;\n this._foregroundCanvas.height = this.renderContext.height;\n }\n var saveDevice = this.renderContext.device;\n this._fgDevice.clearRect(0, 0, this.renderContext.width, this.renderContext.height);\n this.renderContext.device = this._fgDevice;\n this.renderContext.drawImageSet(this.renderContext.get_foregroundImageset(), 100);\n this.renderContext.device = saveDevice;\n this.renderContext.device.save();\n this.renderContext.device.globalAlpha = this.renderContext.viewCamera.opacity / 100;\n this.renderContext.device.drawImage(this._foregroundCanvas, 0, 0);\n this.renderContext.device.restore();\n }\n else {\n this.renderContext.drawImageSet(this.renderContext.get_foregroundImageset(), this.renderContext.viewCamera.opacity);\n }\n }\n }\n if (this.uiController != null) {\n this.uiController.render(this.renderContext);\n }\n else {\n const index = 0;\n Annotation.prepBatch(this.renderContext);\n for (const item of this._annotations) {\n item.draw(this.renderContext);\n index++;\n }\n Annotation.drawBatch(this.renderContext);\n if ((Date.now() - this._lastMouseMove) > 400) {\n var raDecDown = this.getCoordinatesForScreenPoint(this._hoverTextPoint.x, this._hoverTextPoint.y);\n this._annotationHover(raDecDown.x, raDecDown.y, this._hoverTextPoint.x, this._hoverTextPoint.y);\n this._lastMouseMove = new Date(2100, 1, 1);\n }\n if (this._hoverText) {\n this._drawHoverText(this.renderContext);\n }\n }\n\n for (const imageset in this.renderContext.get_catalogHipsImagesets()) {\n if (imageset.get_hipsProperties().get_catalogSpreadSheetLayer().enabled && imageset.get_hipsProperties().get_catalogSpreadSheetLayer().lastVersion === imageset.get_hipsProperties().get_catalogSpreadSheetLayer().get_version()) {\n this.renderContext.drawImageSet(imageset, 100);\n }\n }\n this.constellation = Constellations.containment.findConstellationForPoint(this.renderContext.viewCamera.get_RA(), this.renderContext.viewCamera.get_dec());\n this._drawSkyOverlays();\n Planets.drawPlanets(this.renderContext, 1);\n\n Annotation2.prepBatch(this.renderContext);\n for (const item of Annotation2.annotations) {\n item.draw(this.renderContext);\n }\n Annotation2.drawBatch(this.renderContext);\n\n const worldSave = this.renderContext.get_world();\n const viewSave = this.renderContext.get_view();\n const projSave = this.renderContext.get_projection();\n if (Settings.get_current().get_showCrosshairs()) {\n this._drawCrosshairs(this.renderContext);\n }\n\n const tilesAllLoaded = !TileCache.get_queueCount();\n this.renderContext.setupMatricesOverlays();\n this._fadeFrame();\n this._frameCount++;\n TileCache.decimateQueue();\n TileCache.processQueue(this.renderContext);\n Tile.currentRenderGeneration++;\n if (!TourPlayer.get_playing()) {\n this.set_crossFadeFrame(false);\n }\n this.renderContext.set_world(worldSave);\n this.renderContext.set_view(viewSave);\n this.renderContext.set_projection(projSave);\n const now = Date.now();\n const ms = now - this._lastUpdate;\n if (ms > 1000) {\n this._lastUpdate = now;\n this._frameCount = 0;\n RenderTriangle.trianglesRendered = 0;\n RenderTriangle.trianglesCulled = 0;\n }\n if (this.capturingVideo) {\n if ((this.dumpFrameParams != null) && (!this.dumpFrameParams.waitDownload || tilesAllLoaded)) {\n this.captureFrameForVideo(this._videoBlobReady, this.dumpFrameParams.width, this.dumpFrameParams.height, this.dumpFrameParams.format);\n SpaceTimeController.nextFrame();\n }\n if (SpaceTimeController.get_doneDumping()) {\n SpaceTimeController.frameDumping = false;\n SpaceTimeController.cancelFrameDump = false;\n this.capturingVideo = false;\n }\n }\n\n if (this.renderFrameCallback) {\n this.renderFrameCallback(this);\n }\n\n}\n\nexport function drawPlanets(renderContext: RenderContext, opacity: number, fraction: number) {\n if (Planets._planetTextures == null) {\n Planets._loadPlanetTextures();\n }\n var elong = Planets._geocentricElongation(Planets._planetLocations[9].RA, Planets._planetLocations[9].dec, Planets._planetLocations[0].RA, Planets._planetLocations[0].dec);\n var raDif = Planets._planetLocations[9].RA - Planets._planetLocations[0].RA;\n if (Planets._planetLocations[9].RA < Planets._planetLocations[0].RA) {\n raDif += 24;\n }\n var phaseAngle = Planets._phaseAngle(elong, Planets._planetLocations[9].distance, Planets._planetLocations[0].distance);\n var limbAngle = Planets._positionAngle(Planets._planetLocations[9].RA, Planets._planetLocations[9].dec, Planets._planetLocations[0].RA, Planets._planetLocations[0].dec);\n if (raDif < 12) {\n phaseAngle += 180;\n }\n var dista = (Math.abs(Planets._planetLocations[9].RA - Planets._planetLocations[0].RA) * 15) * Math.cos(Coordinates.degreesToRadians(Planets._planetLocations[0].dec));\n var distb = Math.abs(Planets._planetLocations[9].dec - Planets._planetLocations[0].dec);\n var sunMoonDist = Math.sqrt(dista * dista + distb * distb);\n var eclipse = false;\n var coronaOpacity = 0;\n var moonEffect = (Planets._planetScales[9] / 2 - sunMoonDist);\n var darkLimb = Math.min(32, sunMoonDist * 32);\n if (fraction == 1) {\n eclipse = true;\n coronaOpacity = Math.min(1, (moonEffect - (Planets._planetScales[0] / 2)) / 0.001);\n Planets._drawPlanet(renderContext, 18, coronaOpacity);\n }\n for (const key in Planets._planetDrawOrder) {\n // 0: Sun, 9: Moon, 19: Earth\n var planetId = Planets._planetDrawOrder[key];\n Planets._drawPlanet(renderContext, planetId, 1);\n }\n return true;\n}\n\nfunction transformWorldPointToPickSpace(wwtControl, worldPoint, backBufferWidth, backBufferHeight) {\n var m = Matrix3d.multiplyMatrix(wwtControl.renderContext.get_world(), wwtControl.renderContext.get_view());\n var p = new Vector2d();\n var vz = worldPoint.x * m.get_m13() + worldPoint.y * m.get_m23() + worldPoint.z * m.get_m33();\n var vx = (worldPoint.x * m.get_m11() + worldPoint.y * m.get_m21() + worldPoint.z * m.get_m31()) / vz;\n var vy = -(worldPoint.x * m.get_m12() + worldPoint.y * m.get_m22() + worldPoint.z * m.get_m32()) / vz;\n p.x = (1 + wwtControl.renderContext.get_projection().get_m11() * vx) * (backBufferWidth / 2);\n p.y = (1 + wwtControl.renderContext.get_projection().get_m22() * vy) * (backBufferHeight / 2);\n return p;\n}\n\nexport function getScreenPosForCoordinates(wwtControl, ra, dec) {\n var pt = Vector2d.create(ra, dec);\n var cartesian = Coordinates.sphericalSkyToCartesian(pt);\n var result = transformWorldPointToPickSpace(wwtControl, cartesian, wwtControl.renderContext.width, wwtControl.renderContext.height);\n return result;\n}\n","/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/no-explicit-any */\nexport type EclipseForm = {\n latd: number;\n latm: number;\n lats: number;\n lond: number;\n lonm: number;\n lons: number;\n alt: number;\n tzh: {\n selectedIndex: number;\n options: number[];\n };\n tzm: {\n selectedIndex: number;\n options: number[];\n };\n tzx: {\n selectedIndex: \"W\" | \"E\";\n options: { \"W\": 1 , \"E\": -1 };\n };\n latx: {\n selectedIndex: \"N\" | \"S\";\n options: { \"N\": 1 , \"S\": -1 };\n };\n lonx: {\n selectedIndex: \"W\" | \"E\";\n options: { \"W\": 1 , \"E\": -1 };\n };\n cityndx: {\n selectedIndex: number;\n value: undefined;\n };\n loc_name: string;\n};\n\n\nexport class Observer {\n latDeg: number;\n lonDeg: number;\n latRad: number;\n lonRad: number;\n alt: number;\n tz: number;\n \n constructor(\n latDeg: number,\n lonDeg: number,\n alt: number,\n tz: number,\n ) {\n this.latDeg = latDeg;\n this.lonDeg = lonDeg;\n this.latRad = latDeg * Math.PI / 180;\n this.lonRad = lonDeg * Math.PI / 180;\n this.alt = alt;\n this.tz = tz;\n }\n \n getGeo(): [number, number] {\n // Get the observer's geocentric position\n const tmp = Math.atan(0.99664719 * Math.tan(this.latRad));\n const geo1 =\n 0.99664719 * Math.sin(tmp) +\n (this.alt / 6378140.0) * Math.sin(this.latRad);\n const geo2 =\n Math.cos(tmp) + (this.alt / 6378140.0) * Math.cos(this.latRad);\n return [geo1, geo2];\n }\n \n getObserverConstants(): [number, number, number, number, number, number] {\n return [this.latRad, this.lonRad, this.alt, this.tz, ...this.getGeo()];\n }\n \n}\n \nexport type Degrees = number;\nexport type Radians = number;\nexport type JulianDate = number;\nexport type Altitude = number;\nexport type Timezone = number;\n\nexport type SunBSR = 'b' | 's' | 'r' | null;\nexport type BSRArray = [T, SunBSR];\ntype ConditionalNullBSRArray = TimeType extends Date ? BSRArray : BSRArray;\n\n\nexport interface PartialEclipseData{\n date: string;\n type: 'P';\n centralStart: ConditionalNullBSRArray;\n centralEnd: ConditionalNullBSRArray;\n partialStart: BSRArray;\n sunAltStart: BSRArray;\n maxTime: BSRArray;\n maxAlt: BSRArray;\n maxAzi: number;\n partialEnd: BSRArray;\n sunAltEnd: BSRArray;\n magnitude: BSRArray;\n coverage: BSRArray;\n duration: string;\n}\n\nexport interface TotalAnnularEclipseData {\n date: string;\n type: 'T' | 'A';\n centralStart: BSRArray;\n centralEnd: BSRArray;\n partialStart: BSRArray;\n sunAltStart: BSRArray;\n maxTime: BSRArray;\n maxAlt: BSRArray;\n maxAzi: number;\n partialEnd: BSRArray;\n sunAltEnd: BSRArray;\n magnitude: BSRArray;\n coverage: BSRArray;\n duration: string;\n}\n\nexport interface NoEclipseData {\n date: '';\n type: '';\n partialStart: ConditionalNullBSRArray;\n sunAltStart: BSRArray<0>;\n centralStart: ConditionalNullBSRArray;\n maxTime: ConditionalNullBSRArray;\n maxAlt: BSRArray<0>;\n maxAzi: 0;\n centralEnd: ConditionalNullBSRArray;\n partialEnd: ConditionalNullBSRArray;\n sunAltEnd: BSRArray<0>;\n magnitude: BSRArray<0>;\n coverage: BSRArray<0>;\n duration: '';\n}\n\nexport type EclipseData = PartialEclipseData | TotalAnnularEclipseData | NoEclipseData;","//\n// Besselian Elements for Solar Eclipses from:\n// \"Five Millennium Canon of Solar Eclipses: -1999 to +3000\",\n// Fred Espenak and Jean Meeus, NASA/TP-2006-214141, October 2006\n//\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport function SE2024(): number[] {\n return [\n // 2024 4 8\n 2460409.262840, 18.0, -4.0, 4.0, 74.0, 74.0,\n -0.3182440, 0.5117116, 3.260e-05, -8.420e-06,\n 0.2197640, 0.2709589, -5.950e-05, -4.660e-06,\n 7.5862002, 0.0148440, -2.000e-06,\n 89.5912170, 15.0040817, 0.000e-00,\n 0.5358140, 0.0000618, -1.280e-05,\n -0.0102720, 0.0000615, -1.270e-05,\n 0.0046683, 0.0046450,\n ];\n}\n \n","/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/no-unused-vars */\n/* eslint-disable prefer-const */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n// Javascript Solar Eclipse Explorer\n//\n// This code is being released under the terms of the GNU General Public\n// License (http://www.gnu.org/copyleft/gpl.html) with the request that if\n// you do improve on it or use it in your own site, please let us know at\n// chris@obyrne.com and fred.espenak@nasa.gov Thanks!\n//\n//http://eclipse.gsfc.nasa.gov/JSEX/JSEX-index.html\n//\n/*\nJavascript Solar Eclipse Explorer\nVersion 1 by Chris O'Byrne and Fred Espenak - 2007.\n(based on \"Eclipse Calculator\" by Chris O'Byrne and Stephen McCann - 2003)\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\n\nTypescript version by John Arban Lewis 2024\nGithub: @johnarban\nhttps://github.com/johnarban/eclipse_explorer\n(Based on the Javascript Solar Eclipse Explorer by Chris O'Byrne and Fred Espenak - 2007)\nThis is released under the same terms as the original code.\nThis version is a direct port of the original code to typescript with minimal changes and retains\nthe original comments and structure. The original code can be found at:\nhttps://eclipse.gsfc.nasa.gov/JSEX/program.js\nThe major changes include:\n - Removing all references to the document object\n - The eclipseform is now an global object\n - Two new functions `recalculateForObserver` and `recalculcateForObserverUTC` have been added\n - These rely on the new `setObserver` and Observer class. The rest of the function continues to use the global observer array. \n The Observer class is a convenient container and allowed easier abstraction of the observer data.\nTODO:\n - The observer class should be used throughout the code\n - Remove reliance on global variables\n - Use Date objects to store the times (instead of strings)\n - Properly handle the timezone, or else always use UTC, and only convert to local time for display\n*/\n\n\nimport { EclipseForm, Observer, SunBSR,BSRArray, EclipseData, NoEclipseData, PartialEclipseData, TotalAnnularEclipseData } from \"./eclipse_types\";\nimport { SE2024 } from \"./SE2024\";\n// export { EclipseForm, Observer, SunBSR,BSRArray, EclipseData, SE2024 };\n//\n// Observer constants -\n// (0) North Latitude (radians)\n// (1) West Longitude (radians)\n// (2) Altitude (metres)\n// (3) West time zone (hours)\n// (4) rho sin O'\n// (5) rho cos O'\n// (6) index into the elements array for the eclipse in question\n//\n// Note that correcting for refraction will involve creating a \"virtual\" altitude\n// for each contact, and hence a different value of rho and O' for each contact!\n//\n\nconst obsvconst: any[] = [];\n\n//\n// Eclipse circumstances\n// (0) Event type (C1=-2, C2=-1, Mid=0, C3=1, C4=2)\n// (1) t\n// -- time-only dependent circumstances (and their per-hour derivatives) follow --\n// (2) x\n// (3) y\n// (4) d\n// (5) sin d\n// (6) cos d\n// (7) mu\n// (8) l1\n// (9) l2\n// (10) dx\n// (11) dy\n// (12) dd\n// (13) dmu\n// (14) dl1\n// (15) dl2\n// -- time and location dependent circumstances follow --\n// (16) h\n// (17) sin h\n// (18) cos h\n// (19) xi\n// (20) eta\n// (21) zeta\n// (22) dxi\n// (23) deta\n// (24) u\n// (25) v\n// (26) a\n// (27) b\n// (28) l1'\n// (29) l2'\n// (30) n^2\n// -- observational circumstances follow --\n// (31) p\n// (32) alt\n// (33) q\n// (34) v\n// (35) azi\n// (36) m (mid eclipse only) or limb correction applied (where available!)\n// (37) magnitude (mid eclipse only)\n// (38) moon/sun (mid eclipse only)\n// (39) calculated local event type for a transparent earth (mid eclipse only)\n// (0 = none, 1 = partial, 2 = annular, 3 = total)\n// (40) event visibility\n// (0 = above horizon, 1 = below horizon, 2 = sunrise, 3 = sunset, 4 = below horizon, disregard)\n//\n\nconst c1: number[] = [];\nconst c2: number[] = [];\nconst mid: number[] = [];\nconst c3: number[] = [];\nconst c4: number[] = [];\n\n\n\nlet eclipseform = {\n latd: 32,\n latm: 42,\n lats: 0,\n lond: 117,\n lonm: 9,\n lons: 0,\n alt: 4,\n tzh: {\n selectedIndex: 8,\n options: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14],\n },\n tzm: {\n selectedIndex: 0,\n options: [0, 15, 35],\n },\n tzx: {\n selectedIndex: 'W',\n options: { \"W\": 1 , \"E\": -1 },\n },\n latx: {\n selectedIndex: 'N',\n options: { \"N\": 1 , \"S\": -1 },\n },\n lonx: {\n selectedIndex: 'W',\n options: { \"W\": 1 , \"E\": -1 },\n },\n cityndx: {\n selectedIndex: 0,\n value: undefined,\n },\n loc_name: \"San Diego\",\n} as EclipseForm;\n\n\n\n\n//\n// Populate the circumstances array with the time-only dependent circumstances (x, y, d, m, ...)\nfunction timedependent(elements: number[], circumstances: any[]) {\n consoleDebug(\"timedependent\");\n let type, index, t, ans;\n\n t = circumstances[1];\n index = obsvconst[6];\n // Calculate x\n ans = elements[9 + index] * t + elements[8 + index];\n ans = ans * t + elements[7 + index];\n ans = ans * t + elements[6 + index];\n circumstances[2] = ans;\n // Calculate dx\n ans = 3.0 * elements[9 + index] * t + 2.0 * elements[8 + index];\n ans = ans * t + elements[7 + index];\n circumstances[10] = ans;\n // Calculate y\n ans = elements[13 + index] * t + elements[12 + index];\n ans = ans * t + elements[11 + index];\n ans = ans * t + elements[10 + index];\n circumstances[3] = ans;\n // Calculate dy\n ans = 3.0 * elements[13 + index] * t + 2.0 * elements[12 + index];\n ans = ans * t + elements[11 + index];\n circumstances[11] = ans;\n // Calculate d\n ans = elements[16 + index] * t + elements[15 + index];\n ans = ans * t + elements[14 + index];\n ans = (ans * Math.PI) / 180.0;\n circumstances[4] = ans;\n // sin d and cos d\n circumstances[5] = Math.sin(ans);\n circumstances[6] = Math.cos(ans);\n // Calculate dd\n ans = 2.0 * elements[16 + index] * t + elements[15 + index];\n ans = (ans * Math.PI) / 180.0;\n circumstances[12] = ans;\n // Calculate m\n ans = elements[19 + index] * t + elements[18 + index];\n ans = ans * t + elements[17 + index];\n if (ans >= 360.0) {\n ans = ans - 360.0;\n }\n ans = (ans * Math.PI) / 180.0;\n circumstances[7] = ans;\n // Calculate dm\n ans = 2.0 * elements[19 + index] * t + elements[18 + index];\n ans = (ans * Math.PI) / 180.0;\n circumstances[13] = ans;\n // Calculate l1 and dl1\n type = circumstances[0];\n if (type == -2 || type == 0 || type == 2) {\n ans = elements[22 + index] * t + elements[21 + index];\n ans = ans * t + elements[20 + index];\n circumstances[8] = ans;\n circumstances[14] = 2.0 * elements[22 + index] * t + elements[21 + index];\n }\n // Calculate l2 and dl2\n if (type == -1 || type == 0 || type == 1) {\n ans = elements[25 + index] * t + elements[24 + index];\n ans = ans * t + elements[23 + index];\n circumstances[9] = ans;\n circumstances[15] = 2.0 * elements[25 + index] * t + elements[24 + index];\n }\n return circumstances;\n}\n\n//\n// Populate the circumstances array with the time and location dependent circumstances\nfunction timelocdependent(elements: number[], circumstances: any[]) {\n consoleDebug(\"timelocdependent\");\n let index, type;\n\n timedependent(elements, circumstances);\n index = obsvconst[6];\n // Calculate h, sin h, cos h\n circumstances[16] =\n circumstances[7] - obsvconst[1] - elements[index + 5] / 13713.44;\n circumstances[17] = Math.sin(circumstances[16]);\n circumstances[18] = Math.cos(circumstances[16]);\n // Calculate xi\n circumstances[19] = obsvconst[5] * circumstances[17];\n // Calculate eta\n circumstances[20] =\n obsvconst[4] * circumstances[6] -\n obsvconst[5] * circumstances[18] * circumstances[5];\n // Calculate zeta\n circumstances[21] =\n obsvconst[4] * circumstances[5] +\n obsvconst[5] * circumstances[18] * circumstances[6];\n // Calculate dxi\n circumstances[22] = circumstances[13] * obsvconst[5] * circumstances[18];\n // Calculate deta\n circumstances[23] =\n circumstances[13] * circumstances[19] * circumstances[5] -\n circumstances[21] * circumstances[12];\n // Calculate u\n circumstances[24] = circumstances[2] - circumstances[19];\n // Calculate v\n circumstances[25] = circumstances[3] - circumstances[20];\n // Calculate a\n circumstances[26] = circumstances[10] - circumstances[22];\n // Calculate b\n circumstances[27] = circumstances[11] - circumstances[23];\n // Calculate l1'\n type = circumstances[0];\n if (type == -2 || type == 0 || type == 2) {\n circumstances[28] =\n circumstances[8] - circumstances[21] * elements[26 + index];\n }\n // Calculate l2'\n if (type == -1 || type == 0 || type == 1) {\n circumstances[29] =\n circumstances[9] - circumstances[21] * elements[27 + index];\n }\n // Calculate n^2\n circumstances[30] =\n circumstances[26] * circumstances[26] +\n circumstances[27] * circumstances[27];\n return circumstances;\n}\n\n//\n// Iterate on C1 or C4\nfunction c1c4iterate(elements: any, circumstances: any[]) {\n consoleDebug(\"c1c4iterate\");\n let sign, iter, tmp, n;\n\n timelocdependent(elements, circumstances);\n if (circumstances[0] < 0) {\n sign = -1.0;\n } else {\n sign = 1.0;\n }\n tmp = 1.0;\n iter = 0;\n while ((tmp > 0.000001 || tmp < -0.000001) && iter < 50) {\n n = Math.sqrt(circumstances[30]);\n tmp =\n circumstances[26] * circumstances[25] -\n circumstances[24] * circumstances[27];\n tmp = tmp / n / circumstances[28];\n tmp = (sign * Math.sqrt(1.0 - tmp * tmp) * circumstances[28]) / n;\n tmp =\n (circumstances[24] * circumstances[26] +\n circumstances[25] * circumstances[27]) /\n circumstances[30] -\n tmp;\n circumstances[1] = circumstances[1] - tmp;\n timelocdependent(elements, circumstances);\n iter++;\n }\n return circumstances;\n}\n\n//\n// Get C1 and C4 data\n// Entry conditions -\n// 1. The mid array must be populated\n// 2. The magnitude at mid eclipse must be > 0.0\nfunction getc1c4(elements: any) {\n consoleDebug(\"getc1c4\");\n let tmp, n;\n\n n = Math.sqrt(mid[30]);\n tmp = mid[26] * mid[25] - mid[24] * mid[27];\n tmp = tmp / n / mid[28];\n tmp = (Math.sqrt(1.0 - tmp * tmp) * mid[28]) / n;\n c1[0] = -2;\n c4[0] = 2;\n c1[1] = mid[1] - tmp;\n c4[1] = mid[1] + tmp;\n c1c4iterate(elements, c1);\n c1c4iterate(elements, c4);\n}\n\n//\n// Iterate on C2 or C3\nfunction c2c3iterate(elements: any, circumstances: any[]) {\n consoleDebug(\"c2c3iterate\");\n let sign, iter, tmp, n;\n\n timelocdependent(elements, circumstances);\n if (circumstances[0] < 0) {\n sign = -1.0;\n } else {\n sign = 1.0;\n }\n if (mid[29] < 0.0) {\n sign = -sign;\n }\n tmp = 1.0;\n iter = 0;\n while ((tmp > 0.000001 || tmp < -0.000001) && iter < 50) {\n n = Math.sqrt(circumstances[30]);\n tmp =\n circumstances[26] * circumstances[25] -\n circumstances[24] * circumstances[27];\n tmp = tmp / n / circumstances[29];\n tmp = (sign * Math.sqrt(1.0 - tmp * tmp) * circumstances[29]) / n;\n tmp =\n (circumstances[24] * circumstances[26] +\n circumstances[25] * circumstances[27]) /\n circumstances[30] -\n tmp;\n circumstances[1] = circumstances[1] - tmp;\n timelocdependent(elements, circumstances);\n iter++;\n }\n return circumstances;\n}\n\n//\n// Get C2 and C3 data\n// Entry conditions -\n// 1. The mid array must be populated\n// 2. There must be either a total or annular eclipse at the location!\nfunction getc2c3(elements: any) {\n consoleDebug(\"getc2c3\");\n let tmp, n;\n\n n = Math.sqrt(mid[30]);\n tmp = mid[26] * mid[25] - mid[24] * mid[27];\n tmp = tmp / n / mid[29];\n tmp = (Math.sqrt(1.0 - tmp * tmp) * mid[29]) / n;\n c2[0] = -1;\n c3[0] = 1;\n if (mid[29] < 0.0) {\n c2[1] = mid[1] + tmp;\n c3[1] = mid[1] - tmp;\n } else {\n c2[1] = mid[1] - tmp;\n c3[1] = mid[1] + tmp;\n }\n c2c3iterate(elements, c2);\n c2c3iterate(elements, c3);\n}\n\n//\n// Get the observational circumstances\nfunction observational(circumstances: any[]) {\n consoleDebug(\"observational\");\n let contacttype, coslat, sinlat;\n\n // We are looking at an \"external\" contact UNLESS this is a total eclipse AND we are looking at\n // c2 or c3, in which case it is an INTERNAL contact! Note that if we are looking at mid eclipse,\n // then we may not have determined the type of eclipse (mid[39]) just yet!\n if (circumstances[0] == 0) {\n contacttype = 1.0;\n } else {\n if (mid[39] == 3 && (circumstances[0] == -1 || circumstances[0] == 1)) {\n contacttype = -1.0;\n } else {\n contacttype = 1.0;\n }\n }\n // Calculate p\n circumstances[31] = Math.atan2(\n contacttype * circumstances[24],\n contacttype * circumstances[25]\n );\n // Calculate alt\n sinlat = Math.sin(obsvconst[0]);\n coslat = Math.cos(obsvconst[0]);\n circumstances[32] = Math.asin(\n circumstances[5] * sinlat + circumstances[6] * coslat * circumstances[18]\n );\n // Calculate q\n circumstances[33] = Math.asin(\n (coslat * circumstances[17]) / Math.cos(circumstances[32])\n );\n if (circumstances[20] < 0.0) {\n circumstances[33] = Math.PI - circumstances[33];\n }\n // Calculate v\n circumstances[34] = circumstances[31] - circumstances[33];\n // Calculate azi\n circumstances[35] = Math.atan2(\n -1.0 * circumstances[17] * circumstances[6],\n circumstances[5] * coslat - circumstances[18] * sinlat * circumstances[6]\n );\n // Calculate visibility\n if (circumstances[32] > -0.00524) {\n circumstances[40] = 0;\n } else {\n circumstances[40] = 1;\n }\n}\n\n//\n// Get the observational circumstances for mid eclipse\nfunction midobservational() {\n consoleDebug(\"midobservational\");\n observational(mid);\n // Calculate m, magnitude and moon/sun\n mid[36] = Math.sqrt(mid[24] * mid[24] + mid[25] * mid[25]);\n mid[37] = (mid[28] - mid[36]) / (mid[28] + mid[29]);\n mid[38] = (mid[28] - mid[29]) / (mid[28] + mid[29]);\n}\n\n//\n// Calculate mid eclipse\nfunction getmid(elements: any) {\n consoleDebug(\"getmid\");\n let iter, tmp;\n\n mid[0] = 0;\n mid[1] = 0.0;\n iter = 0;\n tmp = 1.0;\n timelocdependent(elements, mid);\n while ((tmp > 0.000001 || tmp < -0.000001) && iter < 50) {\n tmp = (mid[24] * mid[26] + mid[25] * mid[27]) / mid[30];\n mid[1] = mid[1] - tmp;\n iter++;\n timelocdependent(elements, mid);\n }\n}\n\n//\n// Calculate the time of sunrise or sunset\nfunction getsunriset(elements: any, circumstances: number[], riset: number) {\n consoleDebug(\"getsunriset\");\n let h0, diff, iter;\n\n diff = 1.0;\n iter = 0;\n while (diff > 0.00001 || diff < -0.00001) {\n iter++;\n if (iter == 4) return;\n h0 = Math.acos(\n (Math.sin(-0.00524) - Math.sin(obsvconst[0]) * circumstances[5]) /\n Math.cos(obsvconst[0]) /\n circumstances[6]\n );\n diff = (riset * h0 - circumstances[16]) / circumstances[13];\n while (diff >= 12.0) diff -= 24.0;\n while (diff <= -12.0) diff += 24.0;\n circumstances[1] += diff;\n timelocdependent(elements, circumstances);\n }\n}\n\n//\n// Calculate the time of sunrise\nfunction getsunrise(elements: any, circumstances: any[]) {\n consoleDebug(\"getsunrise\");\n getsunriset(elements, circumstances, -1.0);\n}\n\n//\n// Calculate the time of sunset\nfunction getsunset(elements: any, circumstances: any[]) {\n consoleDebug(\"getsunset\");\n getsunriset(elements, circumstances, 1.0);\n}\n\n//\n// Copy a set of circumstances\nfunction copycircumstances(circumstancesfrom: any[], circumstancesto: any[]) {\n consoleDebug(\"copycircumstances\");\n let i;\n\n for (i = 1; i < 41; i++) {\n circumstancesto[i] = circumstancesfrom[i];\n }\n}\n\n//\n// Populate the c1, c2, mid, c3 and c4 arrays\nfunction getall(elements: any) {\n consoleDebug(\"getall\");\n let pattern;\n\n getmid(elements);\n midobservational();\n if (mid[37] > 0.0) {\n getc1c4(elements);\n if (mid[36] < mid[29] || mid[36] < -mid[29]) {\n getc2c3(elements);\n if (mid[29] < 0.0) {\n mid[39] = 3; // Total eclipse\n } else {\n mid[39] = 2; // Annular eclipse\n }\n observational(c1);\n observational(c2);\n observational(c3);\n observational(c4);\n c2[36] = 999.9;\n c3[36] = 999.9;\n // Calculate how much of the eclipse is above the horizon\n pattern = 0;\n if (c1[40] == 0) {\n pattern += 10000;\n }\n if (c2[40] == 0) {\n pattern += 1000;\n }\n if (mid[40] == 0) {\n pattern += 100;\n }\n if (c3[40] == 0) {\n pattern += 10;\n }\n if (c4[40] == 0) {\n pattern += 1;\n }\n // Now, time to make sure that all my observational[39] and observational[40] are OK\n if (pattern == 11110) {\n getsunset(elements, c4);\n observational(c4);\n c4[40] = 3;\n } else if (pattern == 11100) {\n getsunset(elements, c3);\n observational(c3);\n c3[40] = 3;\n copycircumstances(c3, c4);\n } else if (pattern == 11000) {\n c3[40] = 4;\n getsunset(elements, mid);\n midobservational();\n mid[40] = 3;\n copycircumstances(mid, c4);\n } else if (pattern == 10000) {\n mid[39] = 1;\n getsunset(elements, mid);\n midobservational();\n mid[40] = 3;\n copycircumstances(mid, c4);\n } else if (pattern == 1111) {\n getsunrise(elements, c1);\n observational(c1);\n c1[40] = 2;\n } else if (pattern == 111) {\n getsunrise(elements, c2);\n observational(c2);\n c2[40] = 2;\n copycircumstances(c2, c1);\n } else if (pattern == 11) {\n c2[40] = 4;\n getsunrise(elements, mid);\n midobservational();\n mid[40] = 2;\n copycircumstances(mid, c1);\n } else if (pattern == 1) {\n mid[39] = 1;\n getsunrise(elements, mid);\n midobservational();\n mid[40] = 2;\n copycircumstances(mid, c1);\n } else if (pattern == 0) {\n mid[39] = 0;\n }\n // There are other patterns, but those are the only ones we're covering!\n } else {\n mid[39] = 1; // Partial eclipse\n pattern = 0;\n observational(c1);\n observational(c4);\n if (c1[40] == 0) {\n pattern += 100;\n }\n if (mid[40] == 0) {\n pattern += 10;\n }\n if (c4[40] == 0) {\n pattern += 1;\n }\n if (pattern == 110) {\n getsunset(elements, c4);\n observational(c4);\n c4[40] = 3;\n } else if (pattern == 100) {\n getsunset(elements, mid);\n midobservational();\n mid[40] = 3;\n copycircumstances(mid, c4);\n } else if (pattern == 11) {\n getsunrise(elements, c1);\n observational(c1);\n c1[40] = 2;\n } else if (pattern == 1) {\n getsunrise(elements, mid);\n midobservational();\n mid[40] = 2;\n copycircumstances(mid, c1);\n } else if (pattern == 0) {\n mid[39] = 0;\n }\n // There are other patterns, but those are the only ones we're covering!\n }\n } else {\n mid[39] = 0; // No eclipse\n }\n // Magnitude for total and annular eclipse is moon/sun ratio\n if (mid[39] == 2 || mid[39] == 3) {\n mid[37] = mid[38];\n }\n}\n\nfunction parseFloat(value: string | number) {\n consoleDebug(\"parseFloat\");\n return Number(value);\n}\n\n// get the latitude\nfunction getLatitude() {\n consoleDebug(\"getLatitude\");\n let o = eclipseform.latd + eclipseform.latm / 60 + eclipseform.lats / 3600;\n o = o * eclipseform.latx.options[eclipseform.latx.selectedIndex];\n return o;\n}\n\n// get the longitude\nfunction getLongitude() {\n consoleDebug(\"getLongitude\");\n let o = eclipseform.lond + eclipseform.lonm / 60 + eclipseform.lons / 3600;\n o = o * eclipseform.lonx.options[eclipseform.lonx.selectedIndex];\n return o;\n}\n\n// get the timezone\nfunction getTimezone() {\n consoleDebug(\"getTimezone\");\n let o = eclipseform.tzm.options[eclipseform.tzm.selectedIndex];\n o = eclipseform.tzh.options[eclipseform.tzh.selectedIndex] + o / 60.0;\n o = eclipseform.tzx.options[eclipseform.tzx.selectedIndex] * o;\n return o;\n}\n\n// observer type\n\n// set the observer values\nfunction setObserver(latDeg: number, lonDeg: number, altm: number, tz: number) {\n consoleDebug(\"setObserver\");\n const observer = new Observer(latDeg, lonDeg, altm, tz);\n observer.getObserverConstants().forEach((value, index) => {\n obsvconst[index] = value;\n });\n}\n\n\n\n//\n// Read the data that's in the form, and populate the obsvconst array\nfunction readform() {\n consoleDebug(\"readform\");\n\n // Write back to the form what we are parsing\n eclipseform.latd = Math.abs(parseFloat(eclipseform.latd));\n eclipseform.latm = Math.abs(parseFloat(eclipseform.latm));\n eclipseform.lats = Math.abs(parseFloat(eclipseform.lats));\n eclipseform.lond = Math.abs(parseFloat(eclipseform.lond));\n eclipseform.lonm = Math.abs(parseFloat(eclipseform.lonm));\n eclipseform.lons = Math.abs(parseFloat(eclipseform.lons));\n eclipseform.alt = Math.abs(parseFloat(eclipseform.alt));\n\n // Get the latitude\n const latDeg = getLatitude();\n\n // Get the longitude\n const lonDeg = getLongitude();\n\n // Get the altitude\n const alt = parseFloat(eclipseform.alt);\n\n // Get the time zone\n const tz = getTimezone();\n\n // Set the observer\n setObserver(latDeg, lonDeg, alt, tz);\n\n // The index of the selected eclipse...\n //obsvconst[6] = 28 * (parseInt(eclipseform.index.options[eclipseform.index.selectedIndex].value) + 65)\n}\n\n//\n// Get the local date of an event\nfunction getdate(elements: number[], circumstances: any[]) {\n consoleDebug(\"getdate\");\n let t, ans, jd, a, b, c, d, e, index;\n\n index = obsvconst[6];\n // Calculate the JD for noon (TDT) the day before the day that contains T0\n jd = Math.floor(elements[index] - elements[1 + index] / 24.0);\n // Calculate the local time (ie the offset in hours since midnight TDT on the day containing T0).\n t =\n circumstances[1] +\n elements[1 + index] -\n obsvconst[3] -\n (elements[4 + index] - 0.5) / 3600.0;\n if (t < 0.0) {\n jd--;\n }\n if (t >= 24.0) {\n jd++;\n }\n if (jd >= 2299160.0) {\n a = Math.floor((jd - 1867216.25) / 36524.25);\n a = jd + 1 + a - Math.floor(a / 4);\n } else {\n a = jd;\n }\n b = a + 1525.0;\n c = Math.floor((b - 122.1) / 365.25);\n d = Math.floor(365.25 * c);\n e = Math.floor((b - d) / 30.6001);\n d = b - d - Math.floor(30.6001 * e);\n if (e < 13.5) {\n e = e - 1;\n } else {\n e = e - 13;\n }\n if (e > 2.5) {\n ans = c - 4716 + \"-\";\n } else {\n ans = c - 4715 + \"-\";\n }\n if (e < 10) {\n ans += \"0\";\n }\n ans += e + \"-\";\n if (d < 10) {\n ans = ans + \"0\";\n }\n ans = ans + d;\n return ans;\n}\n\n//\n// Get the local time of an event\nfunction gettime(elements: number[], circumstances: any[]): [string, SunBSR] {\n consoleDebug(\"gettime\");\n let t, ans, index;\n\n ans = \"\";\n index = obsvconst[6];\n t =\n circumstances[1] +\n elements[1 + index] -\n obsvconst[3] -\n (elements[4 + index] - 0.5) / 3600.0;\n if (t < 0.0) {\n t = t + 24.0;\n }\n if (t >= 24.0) {\n t = t - 24.0;\n }\n if (t < 10.0) {\n ans = ans + \"0\";\n }\n ans = ans + Math.floor(t) + \":\";\n t = t * 60.0 - 60.0 * Math.floor(t);\n if (t < 10.0) {\n ans = ans + \"0\";\n }\n ans = ans + Math.floor(t);\n // return the full time even if circumstances are b, s, r\n // modern js Date requires a seconds value\n // if (circumstances[40] <= 1) {\n // // not sunrise or sunset\n // ans = ans + \":\";\n // t = t * 60.0 - 60.0 * Math.floor(t);\n // if (t < 10.0) {\n // ans = ans + \"0\";\n // }\n // ans = ans + Math.floor(t);\n // }\n ans = ans + \":\";\n t = t * 60.0 - 60.0 * Math.floor(t);\n if (t < 10.0) {\n ans = ans + \"0\";\n }\n ans = ans + Math.floor(t);\n if (circumstances[40] == 1) {\n // below horizon\n return [ans,'b'];\n } else if (circumstances[40] == 2) {\n // during sunrise\n return [ans,'r'];\n } else if (circumstances[40] == 3) {\n // during sunset\n return [ans,'s'];\n } else {\n return [ans,null];\n }\n}\n\n//\n// Get the altitude\nfunction getalt(circumstances: any[]): [number, SunBSR]{\n consoleDebug(\"getalt\");\n let t, ans;\n\n if (circumstances[40] == 2) {\n return [0,'r'];\n }\n if (circumstances[40] == 3) {\n return [0,'s'];\n }\n if (circumstances[32] < 0.0 && circumstances[32] >= -0.00524) {\n // Crude correction for refraction (and for consistency's sake)\n t = 0.0;\n } else {\n t = (circumstances[32] * 180.0) / Math.PI;\n }\n if (t < 0.0) {\n ans = -1;\n t = -t;\n } else {\n ans = 1;\n }\n t = Math.floor(t + 0.5);\n if (t < 10.0) {\n // don't neet to zero pad\n // ans = ans + \"0\";\n }\n ans = ans * t;\n if (circumstances[40] == 1) {\n // below horizon\n return [ans,'b'];\n } else {\n return [ans,null];\n }\n}\n\n//\n// Get the azimuth\nfunction getazi(circumstances: any[]): number {\n consoleDebug(\"getazi\");\n let t, ans;\n\n ans = \"\";\n t = (circumstances[35] * 180.0) / Math.PI;\n if (t < 0.0) {\n t = t + 360.0;\n }\n if (t >= 360.0) {\n t = t - 360.0;\n }\n t = Math.floor(t + 0.5);\n if (t < 100.0) {\n // don't need to zero pad\n // ans = ans + \"0\";\n }\n if (t < 10.0) {\n // don't need to zero pad\n // ans = ans + \"0\";\n }\n ans = ans + t;\n if (circumstances[40] == 1) {\n // below horizon\n return t;\n } else {\n return t;\n }\n}\n\n//\n// Get the duration in mm:ss.s format\n//\n// Adapted from code written by Stephen McCann - 27/04/2001\nfunction getduration() {\n consoleDebug(\"getduration\");\n let tmp, ans;\n\n if (c3[40] == 4) {\n tmp = mid[1] - c2[1];\n } else if (c2[40] == 4) {\n tmp = c3[1] - mid[1];\n } else {\n tmp = c3[1] - c2[1];\n }\n if (tmp < 0.0) {\n tmp = tmp + 24.0;\n } else if (tmp >= 24.0) {\n tmp = tmp - 24.0;\n }\n tmp = tmp * 60.0 - 60.0 * Math.floor(tmp) + 0.05 / 60.0;\n ans = Math.floor(tmp) + \"m\";\n tmp = tmp * 60.0 - 60.0 * Math.floor(tmp);\n if (tmp < 10.0) {\n ans = ans + \"0\";\n }\n ans += Math.floor(tmp) + \"s\";\n return ans;\n}\n\n//\n// Get the magnitude\nfunction getmagnitude(): [number, SunBSR] {\n consoleDebug(\"getmagnitude\");\n let a;\n\n a = Math.floor(1000.0 * mid[37] + 0.5) / 1000.0;\n if (mid[40] == 1) {\n // below horizon\n return [a,'b'];\n }\n if (mid[40] == 2) {\n // during sunrise\n return [a,'r'];\n }\n if (mid[40] == 3) {\n // during sunset\n return [a,'s'];\n }\n return [a,null];\n}\n\n//\n// Get the coverage\nfunction getcoverage(): [number, SunBSR]{\n consoleDebug(\"getcoverage\");\n let a, b, c : number;\n\n if (mid[37] <= 0.0) {\n a = 0;\n } else if (mid[37] >= 1.0) {\n a = 1.000;\n } else {\n if (mid[39] == 2) {\n c = mid[38] * mid[38];\n } else {\n c = Math.acos(\n (mid[28] * mid[28] + mid[29] * mid[29] - 2.0 * mid[36] * mid[36]) /\n (mid[28] * mid[28] - mid[29] * mid[29])\n );\n b = Math.acos(\n (mid[28] * mid[29] + mid[36] * mid[36]) / mid[36] / (mid[28] + mid[29])\n );\n a = Math.PI - b - c;\n c = (mid[38] * mid[38] * a + b - mid[38] * Math.sin(c)) / Math.PI;\n }\n a = Math.floor(1000.0 * c + 0.5) / 1000.0;\n }\n if (mid[40] == 1) {\n // below horizon\n return [a,'b'];\n }\n if (mid[40] == 2) {\n // during sunrise\n a = [a,\"r\"];\n }\n if (mid[40] == 3) {\n // during sunset\n a = [a,\"s\"];\n }\n return [a as number,null];\n}\n\n\n// CALCULATE!\nfunction calculatefor(el: number[]) {\n consoleDebug(\"calculatefor\");\n \n let results = [] as EclipseData[];\n\n const emptyEclipse = {\n date: \"\", // (\"Calendar Date\"));\n type: \"\" as 'P' | 'A' | 'T' | \"\", // (\"Eclipse Type\"));\n partialStart: ['', null] as BSRArray, // (\"Partial Eclipse Begins\"));\n sunAltStart: [0,null] as BSRArray, // (\"Sun Alt\"));\n centralStart: ['',null] as BSRArray, // (\"A or T Eclipse Begins\"));\n maxTime: ['',null] as BSRArray, // (\"Maximum Eclipse\"));\n maxAlt: [0,null] as BSRArray, // (\"Sun Alt\"));\n maxAzi: 0, // (\"Sun Azi\"));\n centralEnd: ['',null] as BSRArray, // (\"A or T Eclipse Ends\"));\n partialEnd: ['',null] as BSRArray, // (\"Partial Eclipse Ends\"));\n sunAltEnd: [0,null] as BSRArray, // (\"Sun Alt\"));\n magnitude: [0,null] as BSRArray, // (\"Eclipse Mag.\"));\n coverage: [0,null] as BSRArray, // (\"Eclipse Obscuration\"));\n duration: \"\", // (\"A or T Eclipse Duration\"));\n } as EclipseData;\n\n for (let i = 0; i < el.length; i += 28) {\n const o = {...emptyEclipse};\n obsvconst[6] = i;\n getall(el);\n // Is there an event...\n if (mid[39] > 0) {\n o.date = getdate(el, mid);\n if (mid[39] == 1) {\n o.type = \"P\";\n } else if (mid[39] == 2) {\n o.type = \"A\";\n } else {\n o.type = \"T\";\n }\n\n // Partial eclipse start\n if (c1[40] == 4) {\n continue;\n } else {\n // Partial eclipse start time\n o.partialStart = gettime(el, c1);\n o.sunAltStart = getalt(c1);\n }\n // Central eclipse time\n if (mid[39] > 1 && c2[40] != 4) {\n o.centralStart = gettime(el, c2);\n } else {\n o.centralStart = ['', null];\n }\n\n // Maximum eclipse time\n o.maxTime = gettime(el, mid);\n // Maximum eclipse alt\n o.maxAlt = getalt(mid);\n // Maximum eclipse azi\n o.maxAzi = getazi(mid);\n\n // Central eclipse ends\n if (mid[39] > 1 && c3[40] != 4) {\n // if we are in P, A, or T\n o.centralEnd = gettime(el, c3);\n } else {\n o.centralEnd = [\"\",null];\n }\n\n // Partial eclipse ends\n if (c4[40] == 4) {\n continue;\n } else {\n // Partial eclipse ends\n o.partialEnd = gettime(el, c4);\n o.sunAltEnd = getalt(c4);\n }\n // Eclipse magnitude\n o.magnitude = getmagnitude();\n // Eclipse coverage\n o.coverage = getcoverage();\n\n if (mid[39] > 1) {\n o.duration = getduration();\n } else {\n o.duration = \"\";\n }\n }\n results.push(o);\n consoleDebug(o);\n }\n return results;\n}\n\n\n\n\nfunction recalculate() {\n readform();\n const result = calculatefor(SE2024());\n}\n\nconst DEBUG = false;\n// create a wrapper for console.log with\nfunction consoleDebug(...data: any[]) {\n if (DEBUG) {\n console.log(...data);\n }\n}\n\n// recalculate();\n\n// the reads in data using the convention of the original form, and returns strings for the time.\nexport function recalculateForObserver(latDeg: number, latDir: 'N' | 'S', lonDeg: number, lonDir: 'E' | 'W', alt: number, tz: number = 0, tzDir: 'W' | 'E' = 'W') {\n // warning: the code uses the West positive convention for longitude\n // warning: the code does not account for daylight saving time. Use the appropriate timezone value (or 0 for UTC: default)\n const latSign = eclipseform.latx.options[latDir];\n const lonSign = eclipseform.lonx.options[lonDir];\n const tzSign = eclipseform.tzx.options[tzDir];\n setObserver(latSign * Math.abs(latDeg), lonSign * Math.abs(lonDeg), alt, tzSign * Math.abs(tz));\n const result = calculatefor(SE2024());\n return result;\n}\n\n/* ========================================================================== */\n// The following section of code provides more modern outputs for the dates \n// and times using Date objects\n// ========================================================================== */\n\nfunction dateAndtTimeToDate(date: string | null, time: string | null) {\n // date is formatted as \"YYYY-Mon-DD\" and time is formatted as \"HH:MM:SS\" in UTC\n if (date === \"\" || time === \"\" || date === null || time === null) {\n return null;\n }\n const [year, month, day] = date.split('-');\n const [hour, minute, second] = time.split(':');\n const timestring = `${year}-${month}-${day}T${hour}:${minute}:${second}Z`;\n return new Date(timestring);\n \n}\n\n\nfunction convertEclipseData(value: EclipseData): EclipseData {\n // make the type broader so we can reassign some values\n const out = {...value} as EclipseData;\n\n out.partialStart[0] = dateAndtTimeToDate(value.date, value.partialStart[0]);\n out.centralStart[0] = dateAndtTimeToDate(value.date, value.centralStart[0]);\n out.maxTime[0] = dateAndtTimeToDate(value.date, value.maxTime[0]);\n out.centralEnd[0] = dateAndtTimeToDate(value.date, value.centralEnd[0]);\n out.partialEnd[0] = dateAndtTimeToDate(value.date, value.partialEnd[0]);\n if (value.type === 'P') {\n return out as PartialEclipseData;\n } else if (value.type === 'A' || value.type === 'T') {\n return out as TotalAnnularEclipseData;\n } else {\n return out as NoEclipseData;\n }\n}\n\n\n// function to convert EclipseData to EclipseData\nfunction convertEclipseDataList(value: EclipseData[]): EclipseData[] {\n return value.map(convertEclipseData);\n}\n\n\nexport function recalculateForObserverUTC(latDeg: number, lonDeg: number, alt: number): EclipseData[] {\n // use UTC timezone and correct longitude for the the West positive convention used in the code\n setObserver(latDeg, -lonDeg, alt, 0);\n const result = calculatefor(SE2024());\n return convertEclipseDataList(result) as EclipseData[];\n}\n","\n\n// make working with ordered pairs a little bit easier\nexport type OrderedPair = { x: T;y: R;};\ntype OrderedPairs = OrderedPair[];\n\n/** Checks if a value is a number */\n\nexport function isNumber(n: unknown): n is number{\n const isnum = typeof n === 'number';\n const isfinite = isnum && isFinite(n);\n const notnan = isnum && !isNaN(n);\n return isnum && isfinite && notnan;\n}\n\n/** Converts two arrays into an array of ordered pairs [ {'x': x[i], 'y' : y[i]} , ... ] . */\nexport function toOrderedPairs(x: T[], y: R[]): OrderedPairs {\n return x.map((x, i) => ({ x, y: y[i] }));\n}\n\n/** Get the arrays from an OrderedPair[] */\nexport function fromOrderedPairs(pairs: OrderedPairs): [T[], R[]] {\n return [pairs.map((pair) => pair.x), pairs.map((pair) => pair.y)];\n}\n\n\n/** apply a function to an array and get back the order pairs */\nexport function elementWise(array: Input[], operation: (x: Input) => Output): OrderedPairs {\n return array.map((x) => ({ x, y: operation(x) }));\n}\n\n\n\n// Functions just for testing\n\nfunction _noise(x: number, n: number): number {\n return x + Math.random() * n - n / 2;\n}\n\n\n// TimeSeries equations\nfunction fractionalYear(date: Date): number {\n // get fractional year\n const year = date.getFullYear();\n const start = new Date(year, 0, 0);\n const end = new Date(year, 11, 31, 23, 59, 59, 999);\n const diff = date.getTime() - start.getTime();\n const total = end.getTime() - start.getTime();\n return year + diff / total;\n}\n\n\n\n// function generate a fake time series and one with and without noise\nexport function generateFakeTimeSeries(start: Date, end: Date, n: number, noise: number = 0): OrderedPairs {\n // get a list of dates\n const dates = Array.from({ length: n }, (_, i) => start.getTime() + (end.getTime() - start.getTime()) * i / (n - 1));\n // get the sine of the fractional year. We want a 1 year period for test data\n const sine = dates.map( (date) => Math.sin(fractionalYear(new Date(date)) * 2 * Math.PI));\n // add noise if requested\n const out = noise ? sine.map(s => _noise(s,1)) : sine;\n // return the ordered pairs\n return toOrderedPairs(dates.map((d) => new Date(d)), out);\n}\n\n\nexport function roundToNearest(val: number, nearest: number) {\n return Math.round(val / nearest) * nearest;\n}\n\nexport function roundToNearestHalf(val: number) {\n return roundToNearest(val, 0.5);\n}\n\n\n\n\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function deepMerge(target: {[key: string]: any}, source: {[key: string]: any}): {[key: string]: any} {\n // copilot\n for (const key in source) {\n if (source[key] instanceof Object) {\n Object.assign(source[key], deepMerge(target[key], source[key]));\n }\n }\n Object.assign(target || {}, source);\n return target;\n}\n\n\n\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\n/**\n * Simple object check.\n * @param item\n * @returns {boolean}\n */\nexport function isObject(item: T): boolean {\n return (item && typeof item === 'object' && !Array.isArray(item));\n}\n\n/**\n * Deep merge two objects.\n * @param target\n * @param ...sources\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function mergeDeep(target: any, ...sources: any) {\n if (!sources.length) return target;\n const source = sources.shift();\n\n if (isObject(target) && isObject(source)) {\n for (const key in source) {\n if (isObject(source[key])) {\n if (!target[key]) Object.assign(target, { [key]: {} });\n mergeDeep(target[key], source[key]);\n } else {\n Object.assign(target, { [key]: source[key] });\n }\n }\n }\n\n return mergeDeep(target, ...sources);\n}\n\n\n\n/** MAPBOX RELATED FUNCTIONS. PULLED FROM SolarEclipse2024.vue Mar6'24 (original by Jon Carifio) */\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 text: string;\n // eslint-disable-next-line @typescript-eslint/naming-convention\n properties: { short_code: string; };\n}\n\nexport interface MapBoxFeatureCollection {\n type: \"FeatureCollection\";\n features: MapBoxFeature[];\n}\n\nconst RELEVANT_FEATURE_TYPES = [\"postcode\", \"place\", \"region\", \"country\"];\nconst NA_COUNTRIES = [\"United States\", \"Canada\", \"Mexico\"];\nconst NA_ABBREVIATIONS = [\"US-\", \"CA-\", \"MX-\"];\n\nfunction mapboxLocationText(location: MapBoxFeatureCollection): string {\n const relevantFeatures = location.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\")) ?? null);\n const pieces: string[] = [];\n if (placeFeature && placeFeature.text) {\n pieces.push(placeFeature.text);\n }\n const countryFeature = relevantFeatures.find(feature => feature.place_type.includes(\"country\"));\n if (countryFeature) {\n let countryText: string | null = countryFeature.text;\n if (NA_COUNTRIES.includes(countryText)) {\n countryText = null;\n const regionFeature = relevantFeatures.find(feature => feature.place_type.includes(\"region\"));\n if (regionFeature) {\n let stateCode = regionFeature.properties.short_code as string;\n if (stateCode) {\n if (NA_ABBREVIATIONS.some(abbr => stateCode.startsWith(abbr))) {\n stateCode = stateCode.substring(3);\n }\n pieces.push(stateCode);\n }\n }\n }\n if (countryText) {\n pieces.push(countryText);\n }\n }\n return pieces.join(\", \");\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 const mapBoxText = await fetch(url)\n .then(response => response.json())\n .then((result: MapBoxFeatureCollection) => {\n if (result.features.length === 0) {\n return null;\n }\n return mapboxLocationText(result);\n })\n .catch((_err) => null);\n if (mapBoxText) {\n return mapBoxText;\n } else {\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}\n\ntype Degrees = number;\nexport function sphereDistance(lat1: Degrees, lon1: Degrees, lat2: Degrees, lon2: Degrees): number {\n\n const φ1 = lat1 * Math.PI/180; // φ, λ in radians\n const φ2 = lat2 * Math.PI/180;\n const deltaPhi = (lat2-lat1) * Math.PI/180;\n const deltaLambda = (lon2-lon1) * Math.PI/180;\n\n const a = Math.sin(deltaPhi/2) * Math.sin(deltaPhi/2) +\n Math.cos(φ1) * Math.cos(φ2) *\n Math.sin(deltaLambda/2) * Math.sin(deltaLambda/2);\n const c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1-a)); // angular distance\n \n return c; \n}\n\n\nexport function toHMS(milliseconds: number): string {\n const seconds = milliseconds / 1000;\n let dur = '';\n const h = Math.floor(seconds / 3600);\n dur += h > 0 ? h + 'h' : '';\n const m = Math.floor(seconds % 3600 / 60);\n dur += m > 0 ? m + 'm' : '';\n const s = Math.floor(seconds % 3600 % 60);\n dur += s > 0 ? s + 's' : '';\n return dur;\n}\n\nexport function spaceHMS(hms: string): string {\n // take a string like 0h0m0s to 0h 0m 0s\n return hms.replace(/(\\d)([hms])/g, '$1$2 ');\n}","export const eclipse=`|16:42|05|30.6S|149|47.6W|06|11.7S|146|38.0W|05|50.2S|148|07.8W|1.043|11|81|159|02m27.5s\n|16:44|04|20.5S|145|29.6W|05|08.4S|143|00.6W|04|44.0S|144|13.0W|1.044|16|81|166|02m36.8s\n|16:46|03|21.2S|142|27.6W|04|12.3S|140|15.6W|03|46.4S|141|20.3W|1.045|19|81|171|02m44.2s\n|16:48|02|27.1S|140|01.8W|03|20.2S|137|59.5W|02|53.3S|138|59.7W|1.046|22|81|174|02m50.6s\n|16:50|01|36.2S|137|58.5W|02|30.8S|136|02.5W|02|03.3S|136|59.7W|1.047|25|81|178|02m56.3s\n|16:52|00|47.7S|136|10.6W|01|43.4S|134|19.0W|01|15.4S|135|14.1W|1.048|27|81|181|03m01.6s\n|16:54|00|01.0S|134|34.2W|00|57.6S|132|45.9W|00|29.1S|133|39.5W|1.048|29|81|183|03m06.4s\n|16:56|00|44.4N|133|06.9W|00|13.0S|131|21.1W|00|15.9N|132|13.5W|1.049|31|81|186|03m10.9s\n|16:58|01|28.6N|131|46.8W|00|30.6N|130|03.0W|00|59.7N|130|54.5W|1.050|33|82|188|03m15.2s\n|17:00|02|11.8N|130|32.7W|01|13.2N|128|50.5W|01|42.7N|129|41.2W|1.050|35|82|190|03m19.3s\n|17:02|02|54.2N|129|23.6W|01|55.1N|127|42.8W|02|24.8N|128|32.8W|1.050|37|82|192|03m23.1s\n|17:04|03|35.9N|128|18.8W|02|36.4N|126|39.1W|03|06.3N|127|28.6W|1.051|38|83|193|03m26.8s\n|17:06|04|17.0N|127|17.7W|03|17.0N|125|39.0W|03|47.2N|126|28.0W|1.051|40|83|194|03m30.3s\n|17:08|04|57.5N|126|19.9W|03|57.2N|124|42.0W|04|27.5N|125|30.6W|1.052|41|84|196|03m33.7s\n|17:10|05|37.5N|125|24.9W|04|36.8N|123|47.8W|05|07.3N|124|36.1W|1.052|43|84|197|03m36.9s\n|17:12|06|17.1N|124|32.5W|05|16.0N|122|56.0W|05|46.7N|123|44.0W|1.052|44|85|198|03m40.0s\n|17:14|06|56.3N|123|42.4W|05|54.8N|122|06.4W|06|25.6N|122|54.1W|1.053|46|86|199|03m42.9s\n|17:16|07|35.0N|122|54.2W|06|33.3N|121|18.7W|07|04.3N|122|06.2W|1.053|47|86|199|03m45.8s\n|17:18|08|13.5N|122|07.9W|07|11.4N|120|32.8W|07|42.5N|121|20.1W|1.053|48|87|200|03m48.5s\n|17:20|08|51.6N|121|23.2W|07|49.2N|119|48.5W|08|20.5N|120|35.6W|1.053|49|88|201|03m51.1s\n|17:22|09|29.4N|120|40.0W|08|26.8N|119|05.7W|08|58.2N|119|52.6W|1.054|51|89|201|03m53.6s\n|17:24|10|07.0N|119|58.1W|09|04.0N|118|24.2W|09|35.6N|119|10.9W|1.054|52|90|202|03m56.0s\n|17:26|10|44.3N|119|17.5W|09|41.1N|117|43.8W|10|12.7N|118|30.4W|1.054|53|91|202|03m58.4s\n|17:28|11|21.4N|118|37.9W|10|17.9N|117|04.6W|10|49.7N|117|51.0W|1.054|54|92|202|04m00.6s\n|17:30|11|58.3N|117|59.4W|10|54.4N|116|26.3W|11|26.4N|117|12.6W|1.055|55|93|202|04m02.7s\n|17:32|12|34.9N|117|21.7W|11|30.8N|115|49.0W|12|02.9N|116|35.1W|1.055|56|94|203|04m04.8s\n|17:34|13|11.4N|116|44.9W|12|07.0N|115|12.4W|12|39.3N|115|58.4W|1.055|57|96|203|04m06.7s\n|17:36|13|47.8N|116|08.8W|12|43.0N|114|36.6W|13|15.4N|115|22.5W|1.055|58|97|203|04m08.6s\n|17:38|14|23.9N|115|33.4W|13|18.9N|114|01.4W|13|51.4N|114|47.2W|1.055|59|99|203|04m10.3s\n|17:40|14|59.9N|114|58.5W|13|54.6N|113|26.8W|14|27.3N|114|12.5W|1.055|60|100|203|04m12.0s\n|17:42|15|35.8N|114|24.3W|14|30.1N|112|52.8W|15|03.0N|113|38.3W|1.056|61|102|203|04m13.6s\n|17:44|16|11.6N|113|50.4W|15|05.5N|112|19.2W|15|38.6N|113|04.6W|1.056|62|104|202|04m15.1s\n|17:46|16|47.2N|113|17.0W|15|40.8N|111|46.0W|16|14.0N|112|31.4W|1.056|63|105|202|04m16.5s\n|17:48|17|22.7N|112|44.0W|16|15.9N|111|13.3W|16|49.3N|111|58.4W|1.056|64|107|202|04m17.9s\n|17:50|17|58.1N|112|11.3W|16|51.0N|110|40.8W|17|24.5N|111|25.8W|1.056|64|109|202|04m19.1s\n|17:52|18|33.4N|111|38.8W|17|25.9N|110|08.6W|17|59.6N|110|53.5W|1.056|65|112|202|04m20.3s\n|17:54|19|08.6N|111|06.5W|18|00.7N|109|36.6W|18|34.7N|110|21.4W|1.056|66|114|202|04m21.4s\n|17:56|19|43.7N|110|34.4W|18|35.4N|109|04.8W|19|09.6N|109|49.4W|1.056|66|116|201|04m22.4s\n|17:58|20|18.8N|110|02.5W|19|10.1N|108|33.1W|19|44.4N|109|17.6W|1.056|67|119|201|04m23.4s\n|18:00|20|53.8N|109|30.6W|19|44.6N|108|01.5W|20|19.2N|108|45.8W|1.056|67|122|201|04m24.2s\n|18:02|21|28.7N|108|58.7W|20|19.1N|107|29.9W|20|53.8N|108|14.1W|1.056|68|125|200|04m25.0s\n|18:04|22|03.5N|108|26.8W|20|53.5N|106|58.4W|21|28.5N|107|42.4W|1.056|68|128|200|04m25.7s\n|18:06|22|38.3N|107|54.9W|21|27.8N|106|26.8W|22|03.0N|107|10.7W|1.056|69|131|200|04m26.3s\n|18:08|23|13.0N|107|22.8W|22|02.0N|105|55.1W|22|37.5N|106|38.8W|1.057|69|134|199|04m26.8s\n|18:10|23|47.7N|106|50.7W|22|36.2N|105|23.3W|23|11.9N|106|06.8W|1.057|69|137|199|04m27.2s\n|18:12|24|22.3N|106|18.3W|23|10.3N|104|51.4W|23|46.3N|105|34.7W|1.057|70|140|199|04m27.6s\n|18:14|24|56.9N|105|45.7W|23|44.4N|104|19.2W|24|20.6N|105|02.3W|1.057|70|144|198|04m27.9s\n|18:16|25|31.4N|105|12.9W|24|18.4N|103|46.8W|24|54.8N|104|29.7W|1.057|70|147|198|04m28.1s\n|18:18|26|05.9N|104|39.8W|24|52.3N|103|14.2W|25|29.1N|103|56.8W|1.057|70|151|197|04m28.2s\n|18:20|26|40.4N|104|06.3W|25|26.3N|102|41.2W|26|03.3N|103|23.6W|1.057|70|154|197|04m28.2s\n|18:22|27|14.8N|103|32.4W|26|00.1N|102|07.8W|26|37.4N|102|49.9W|1.057|70|157|197|04m28.1s\n|18:24|27|49.2N|102|58.0W|26|33.9N|101|34.0W|27|11.5N|102|15.9W|1.056|69|161|196|04m28.0s\n|18:26|28|23.6N|102|23.2W|27|07.7N|100|59.8W|27|45.6N|101|41.4W|1.056|69|164|196|04m27.7s\n|18:28|28|57.9N|101|47.8W|27|41.4N|100|25.1W|28|19.6N|101|06.3W|1.056|69|168|195|04m27.4s\n|18:30|29|32.2N|101|11.9W|28|15.1N|099|49.8W|28|53.6N|100|30.7W|1.056|68|171|195|04m27.0s\n|18:32|30|06.5N|100|35.3W|28|48.8N|099|13.9W|29|27.6N|099|54.5W|1.056|68|174|194|04m26.5s\n|18:34|30|40.8N|099|57.9W|29|22.4N|098|37.4W|30|01.5N|099|17.5W|1.056|68|177|194|04m26.0s\n|18:36|31|15.0N|099|19.9W|29|56.0N|098|00.1W|30|35.4N|098|39.9W|1.056|67|180|193|04m25.3s\n|18:38|31|49.3N|098|41.0W|30|29.6N|097|22.1W|31|09.3N|098|01.5W|1.056|66|183|193|04m24.5s\n|18:40|32|23.5N|098|01.3W|31|03.1N|096|43.3W|31|43.2N|097|22.2W|1.056|66|185|192|04m23.7s\n|18:42|32|57.6N|097|20.6W|31|36.6N|096|03.6W|32|17.0N|096|42.0W|1.056|65|188|192|04m22.7s\n|18:44|33|31.8N|096|38.8W|32|10.0N|095|23.0W|32|50.8N|096|00.8W|1.056|64|191|191|04m21.7s\n|18:46|34|05.9N|095|56.0W|32|43.4N|094|41.3W|33|24.6N|095|18.6W|1.056|64|193|191|04m20.6s\n|18:48|34|40.0N|095|12.1W|33|16.8N|093|58.5W|33|58.3N|094|35.2W|1.056|63|195|190|04m19.4s\n|18:50|35|14.1N|094|26.9W|33|50.1N|093|14.6W|34|32.0N|093|50.7W|1.055|62|198|189|04m18.0s\n|18:52|35|48.1N|093|40.3W|34|23.4N|092|29.5W|35|05.6N|093|04.8W|1.055|61|200|189|04m16.6s\n|18:54|36|22.1N|092|52.3W|34|56.6N|091|43.0W|35|39.2N|092|17.6W|1.055|60|202|188|04m15.1s\n|18:56|36|56.0N|092|02.8W|35|29.8N|090|55.0W|36|12.8N|091|28.9W|1.055|59|204|188|04m13.5s\n|18:58|37|29.9N|091|11.6W|36|02.9N|090|05.6W|36|46.3N|090|38.6W|1.055|58|206|187|04m11.8s\n|19:00|38|03.8N|090|18.7W|36|36.0N|089|14.5W|37|19.7N|089|46.6W|1.055|57|208|186|04m10.0s\n|19:02|38|37.5N|089|23.9W|37|09.0N|088|21.6W|37|53.1N|088|52.8W|1.054|56|210|186|04m08.1s\n|19:04|39|11.2N|088|27.0W|37|41.9N|087|26.9W|38|26.3N|087|57.0W|1.054|55|212|185|04m06.1s\n|19:06|39|44.8N|087|27.9W|38|14.7N|086|30.1W|38|59.5N|086|59.1W|1.054|54|214|184|04m04.0s\n|19:08|40|18.2N|086|26.5W|38|47.4N|085|31.1W|39|32.6N|085|58.9W|1.054|53|216|183|04m01.7s\n|19:10|40|51.6N|085|22.6W|39|19.9N|084|29.8W|40|05.6N|084|56.3W|1.054|52|217|183|03m59.4s\n|19:12|41|24.8N|084|15.9W|39|52.4N|083|26.0W|40|38.4N|083|51.1W|1.053|51|219|182|03m56.9s\n|19:14|41|57.8N|083|06.3W|40|24.7N|082|19.4W|41|11.0N|082|43.0W|1.053|50|221|181|03m54.4s\n|19:16|42|30.6N|081|53.4W|40|56.8N|081|09.9W|41|43.5N|081|31.9W|1.053|48|223|180|03m51.7s\n|19:18|43|03.2N|080|37.0W|41|28.7N|079|57.1W|42|15.8N|080|17.4W|1.052|47|224|179|03m48.9s\n|19:20|43|35.6N|079|16.9W|42|00.4N|078|40.9W|42|47.8N|078|59.2W|1.052|46|226|179|03m45.9s\n|19:22|44|07.6N|077|52.5W|42|31.8N|077|20.8W|43|19.5N|077|37.0W|1.052|44|228|178|03m42.8s\n|19:24|44|39.3N|076|23.6W|43|02.9N|075|56.5W|43|50.9N|076|10.5W|1.052|43|230|177|03m39.6s\n|19:26|45|10.6N|074|49.6W|43|33.7N|074|27.6W|44|21.9N|074|39.1W|1.051|41|232|176|03m36.3s\n|19:28|45|41.4N|073|10.0W|44|04.0N|072|53.5W|44|52.4N|073|02.4W|1.051|40|234|175|03m32.8s\n|19:30|46|11.6N|071|24.2W|44|33.8N|071|13.8W|45|22.4N|071|19.7W|1.050|38|236|173|03m29.1s\n|19:32|46|41.1N|069|31.3W|45|03.0N|069|27.7W|45|51.8N|069|30.3W|1.050|37|238|172|03m25.2s\n|19:34|47|09.8N|067|30.4W|45|31.6N|067|34.4W|46|20.5N|067|33.4W|1.050|35|240|171|03m21.2s\n|19:36|47|37.5N|065|20.4W|45|59.3N|065|32.8W|46|48.2N|065|27.8W|1.049|33|242|170|03m17.0s\n|19:38|48|04.0N|062|59.9W|46|26.0N|063|21.8W|47|14.8N|063|12.1W|1.049|31|244|168|03m12.5s\n|19:40|48|29.1N|060|26.8W|46|51.5N|060|59.6W|47|40.1N|060|44.7W|1.048|29|247|167|03m07.7s\n|19:42|48|52.2N|057|38.5W|47|15.4N|058|24.0W|48|03.7N|058|03.1W|1.047|27|249|165|03m02.7s\n|19:44|49|13.0N|054|31.6W|47|37.4N|055|32.1W|48|25.1N|055|03.9W|1.047|25|252|163|02m57.2s\n|19:46|49|30.6N|051|00.3W|47|56.9N|052|19.4W|48|43.7N|051|42.4W|1.046|22|255|161|02m51.3s\n|19:48|49|43.5N|046|55.5W|48|12.7N|048|38.8W|48|58.2N|047|50.4W|1.045|20|259|159|02m44.8s\n|19:50|49|49.3N|041|59.5W|48|23.3N|044|17.7W|49|06.6N|043|13.1W|1.044|16|263|156|02m37.3s\n|19:52|49|41.3N|035|27.0W|48|24.7N|038|48.5W|49|03.9N|037|15.7W|1.043|12|268|153|02m28.2s`;\n","import { render } from \"./SolarEclipse2024.vue?vue&type=template&id=2d05b4ce&ts=true\"\nimport script from \"./SolarEclipse2024.vue?vue&type=script&lang=ts\"\nexport * from \"./SolarEclipse2024.vue?vue&type=script&lang=ts\"\n\nimport \"./SolarEclipse2024.vue?vue&type=style&index=0&id=2d05b4ce&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 { renderSlot as _renderSlot, Transition as _Transition, withCtx as _withCtx, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createBlock(_Transition, {\n name: \"expand\",\n onEnter: _ctx.enter,\n onAfterEnter: _ctx.afterEnter,\n onLeave: _ctx.leave\n }, {\n default: _withCtx(() => [\n _renderSlot(_ctx.$slots, \"default\", {}, undefined, true)\n ]),\n _: 3\n }, 8, [\"onEnter\", \"onAfterEnter\", \"onLeave\"]))\n}","\n\n\n\n\n","import { render } from \"./TransitionExpand.vue?vue&type=template&id=4fd945ad&scoped=true&ts=true\"\nimport script from \"./TransitionExpand.vue?vue&type=script&lang=ts\"\nexport * from \"./TransitionExpand.vue?vue&type=script&lang=ts\"\n\nimport \"./TransitionExpand.vue?vue&type=style&index=0&id=4fd945ad&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-4fd945ad\"]])\n\nexport default __exports__","import { createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\"\n\nconst _withScopeId = n => (_pushScopeId(\"data-v-6a82dddb\"),n=n(),_popScopeId(),n)\nconst _hoisted_1 = [\"id\"]\nconst _hoisted_2 = [\"src\", \"alt\"]\nconst _hoisted_3 = { key: 0 }\nconst _hoisted_4 = { class: \"wcag-gif-container1\" }\nconst _hoisted_5 = [\"src\", \"alt\"]\nconst _hoisted_6 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"cite\", { style: {\"display\":\"none\"} }, [\n /*#__PURE__*/_createTextVNode(\" Adapted from \"),\n /*#__PURE__*/_createElementVNode(\"a\", { href: \"https://css-tricks.com/pause-gif-details-summary/\" }, \"CSS Tricks\"),\n /*#__PURE__*/_createTextVNode(\" and \"),\n /*#__PURE__*/_createElementVNode(\"a\", { href: \"https://codepen.io/chriscoyier/pen/pogQJER\" }, \"CodePen\")\n], -1))\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\n return (_openBlock(), _createElementBlock(\"div\", {\n id: _ctx.id,\n class: \"wcag-gif-container\"\n }, [\n _createElementVNode(\"img\", {\n src: _ctx.still,\n alt: _ctx.alt,\n loading: \"lazy\"\n }, null, 8, _hoisted_2),\n (!(_ctx.stayPaused || _ctx.stillOnly))\n ? (_openBlock(), _createElementBlock(\"details\", _hoisted_3, [\n _createElementVNode(\"summary\", {\n role: \"button\",\n \"aria-label\": \"static image\",\n onClick: _cache[0] || (_cache[0] = \n//@ts-ignore\n(...args) => (_ctx.onClick && _ctx.onClick(...args)))\n }, [\n _createVNode(_component_v_icon, { color: \"black\" }, {\n default: _withCtx(() => [\n _createTextVNode(_toDisplayString(_ctx.pause ? 'mdi-play' : 'mdi-pause'), 1)\n ]),\n _: 1\n })\n ]),\n _createElementVNode(\"div\", _hoisted_4, [\n _createElementVNode(\"img\", {\n src: _ctx.gif,\n alt: 'Animated: ' + _ctx.alt,\n loading: \"lazy\"\n }, null, 8, _hoisted_5)\n ])\n ]))\n : _createCommentVNode(\"\", true),\n _hoisted_6\n ], 8, _hoisted_1))\n}","\n \n\n\n\n","import { render } from \"./GifPlayPause.vue?vue&type=template&id=6a82dddb&scoped=true&ts=true\"\nimport script from \"./GifPlayPause.vue?vue&type=script&lang=ts\"\nexport * from \"./GifPlayPause.vue?vue&type=script&lang=ts\"\n\nimport \"./GifPlayPause.vue?vue&type=style&index=0&id=6a82dddb&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-6a82dddb\"]])\n\nexport default __exports__","import { createElementVNode as _createElementVNode, createStaticVNode as _createStaticVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = { id: \"logo-credits\" }\nconst _hoisted_2 = /*#__PURE__*/_createStaticVNode(\"
\\\"CosmicDS\\\"WWT\\\"SciAct\\\"SciAct
\", 1)\nconst _hoisted_3 = [\n _hoisted_2\n]\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"div\", _hoisted_1, _hoisted_3))\n}","\n\n\n","import { render } from \"./CreditLogos.vue?vue&type=template&id=2f533742&ts=true\"\nimport script from \"./CreditLogos.vue?vue&type=script&lang=ts\"\nexport * from \"./CreditLogos.vue?vue&type=script&lang=ts\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, renderSlot as _renderSlot, withKeys as _withKeys, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\"\n\nconst _withScopeId = n => (_pushScopeId(\"data-v-9cfb3dd2\"),n=n(),_popScopeId(),n)\nconst _hoisted_1 = [\"aria-label\"]\nconst _hoisted_2 = [\"id\"]\nconst _hoisted_3 = [\"src\", \"alt\"]\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"div\", {\n class: \"focus-wrapper\",\n onFocus: _cache[5] || (_cache[5] = ($event: any) => (_ctx.focused = true)),\n onKeydown: _cache[6] || (_cache[6] = _withKeys(($event: any) => (_ctx.$emit('click')), [\"enter\"])),\n \"aria-label\": _ctx.altText ? 'Select if ' + _ctx.altText : 'Image Label',\n role: \"button\"\n }, [\n _createElementVNode(\"div\", {\n id: `image-label-${_ctx.id}`,\n class: \"image-label-container\",\n style: _normalizeStyle(_ctx.containerCSS),\n onMouseover: _cache[0] || (_cache[0] = ($event: any) => (_ctx.hovered = true)),\n onMouseout: _cache[1] || (_cache[1] = ($event: any) => (_ctx.hovered = false)),\n onMousedown: _cache[2] || (_cache[2] = ($event: any) => (_ctx.active = true)),\n onMouseup: _cache[3] || (_cache[3] = ($event: any) => (_ctx.active = false)),\n onBlur: _cache[4] || (_cache[4] = ($event: any) => (_ctx.focused = false)),\n \"aria-hidden\": \"true\"\n }, [\n (_ctx.image)\n ? (_openBlock(), _createElementBlock(\"img\", {\n key: 0,\n src: _ctx.image,\n alt: _ctx.altText ?? _ctx.image\n }, null, 8, _hoisted_3))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"div\", {\n class: \"image-label-background\",\n style: _normalizeStyle(_ctx.backgroundCSS),\n \"aria-hidden\": \"true\"\n }, null, 4),\n _createElementVNode(\"div\", {\n class: \"image-label-text\",\n style: _normalizeStyle(_ctx.textCSS)\n }, [\n _renderSlot(_ctx.$slots, \"default\", {}, undefined, true)\n ], 4)\n ], 44, _hoisted_2)\n ], 40, _hoisted_1))\n}","\n\n\n\n\n\n\n","import { render } from \"./ImageLabel.vue?vue&type=template&id=9cfb3dd2&scoped=true&ts=true\"\nimport script from \"./ImageLabel.vue?vue&type=script&lang=ts\"\nexport * from \"./ImageLabel.vue?vue&type=script&lang=ts\"\n\nimport \"./ImageLabel.vue?vue&type=style&index=0&id=9cfb3dd2&lang=less&scoped=true\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-9cfb3dd2\"]])\n\nexport default __exports__","import { toDisplayString as _toDisplayString, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, resolveComponent as _resolveComponent, createBlock as _createBlock, createVNode as _createVNode, createTextVNode as _createTextVNode, renderSlot as _renderSlot, createElementVNode as _createElementVNode } from \"vue\"\n\nconst _hoisted_1 = [\"id\"]\nconst _hoisted_2 = { key: 0 }\nconst _hoisted_3 = { key: 1 }\nconst _hoisted_4 = { key: 2 }\nconst _hoisted_5 = [\"innerHTML\"]\nconst _hoisted_6 = { key: 5 }\nconst _hoisted_7 = { key: 1 }\nconst _hoisted_8 = { key: 6 }\nconst _hoisted_9 = { key: 0 }\nconst _hoisted_10 = {\n key: 7,\n class: \"geolocation-text\"\n}\nconst _hoisted_11 = {\n key: 8,\n class: \"geolocation-coords\"\n}\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_v_btn = _resolveComponent(\"v-btn\")!\n const _component_v_progress_circular = _resolveComponent(\"v-progress-circular\")!\n const _component_v_icon = _resolveComponent(\"v-icon\")!\n\n return (_openBlock(), _createElementBlock(\"span\", {\n id: `geolocation-wrapper+${_ctx.id}`,\n class: \"geolocation\"\n }, [\n (_ctx.showPermissions)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_2, \"Geolocation \" + _toDisplayString(_ctx.permissions), 1))\n : _createCommentVNode(\"\", true),\n (_ctx.showPermissions)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_3, \"location \" + _toDisplayString(_ctx.geolocation), 1))\n : _createCommentVNode(\"\", true),\n (_ctx.showPermissions)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_4, \"counter \" + _toDisplayString(_ctx.counter), 1))\n : _createCommentVNode(\"\", true),\n (_ctx.showPermissions)\n ? (_openBlock(), _createElementBlock(\"p\", {\n key: 3,\n innerHTML: _ctx.msg\n }, null, 8, _hoisted_5))\n : _createCommentVNode(\"\", true),\n (!_ctx.hideButton)\n ? (_openBlock(), _createBlock(_component_v_btn, {\n key: 4,\n class: \"geolocation-button\",\n density: _ctx.density,\n size: _ctx.size,\n variant: _ctx.geolocation ? (_ctx.useTextButton ? 'tonal' : 'flat') : 'outlined',\n elevation: _ctx.elevation,\n loading: _ctx.loading,\n icon: _ctx.useTextButton ? undefined : _ctx.icon,\n \"prepend-icon\": _ctx.useTextButton ? _ctx.icon : undefined,\n color: _ctx.geolocationError ? 'red' : _ctx.color,\n onClick: _ctx.getLocation,\n text: _ctx.useTextButton ? _ctx.label : undefined\n }, null, 8, [\"density\", \"size\", \"variant\", \"elevation\", \"loading\", \"icon\", \"prepend-icon\", \"color\", \"onClick\", \"text\"]))\n : _createCommentVNode(\"\", true),\n ((_ctx.showTextProgress || _ctx.showProgressCircle) && _ctx.loading && _ctx.hideButton && _ctx.permissionGranted)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_6, [\n (_ctx.showProgressCircle)\n ? (_openBlock(), _createBlock(_component_v_progress_circular, {\n key: 0,\n size: _ctx.progressCircleSize,\n width: 2,\n color: _ctx.color,\n indeterminate: \"\"\n }, null, 8, [\"size\", \"color\"]))\n : _createCommentVNode(\"\", true),\n (_ctx.showTextProgress)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_7, \"Fetching location\"))\n : _createCommentVNode(\"\", true)\n ]))\n : _createCommentVNode(\"\", true),\n ((_ctx.showTextProgress ) && _ctx.loaded)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_8, [\n (_ctx.showTextProgress)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_9, [\n _createVNode(_component_v_icon, {\n size: \"small\",\n icon: \"mdi-check-circle-outline\"\n }),\n _createTextVNode(\" Using your location\")\n ]))\n : _createCommentVNode(\"\", true)\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.showTextLabel && !_ctx.useTextButton)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_10, [\n _renderSlot(_ctx.$slots, \"default\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.label), 1)\n ])\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.showCoords)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_11, [\n _createElementVNode(\"p\", null, \"Latitude: \" + _toDisplayString(_ctx.geolocation?.latitude), 1),\n _createElementVNode(\"p\", null, \"Longitude: \" + _toDisplayString(_ctx.geolocation?.longitude), 1)\n ]))\n : _createCommentVNode(\"\", true)\n ], 8, _hoisted_1))\n}","\n\n\n\n","import { render } from \"./GeolocationButton.vue?vue&type=template&id=0530c92c&ts=true\"\nimport script from \"./GeolocationButton.vue?vue&type=script&lang=ts\"\nexport * from \"./GeolocationButton.vue?vue&type=script&lang=ts\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { renderSlot as _renderSlot, mergeProps as _mergeProps, createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, resolveComponent as _resolveComponent, withCtx as _withCtx, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nconst _hoisted_1 = [\"id\"]\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_v_tooltip = _resolveComponent(\"v-tooltip\")!\n\n return (_openBlock(), _createBlock(_component_v_tooltip, _mergeProps({\n modelValue: _ctx.tooltip,\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = ($event: any) => ((_ctx.tooltip) = $event)),\n location: _ctx.tooltipLocation as LocationType,\n \"open-on-click\": _ctx.tooltipOnClick,\n \"open-on-focus\": _ctx.tooltipOnFocus,\n \"open-on-hover\": _ctx.tooltipOnHover,\n offset: _ctx.tooltipOffset,\n disabled: !_ctx.tooltipText || !_ctx.showTooltip\n }, _ctx.$attrs), {\n activator: _withCtx(({ props }: { props: Record }) => [\n _createElementVNode(\"div\", _mergeProps(props, {\n id: _ctx.buttonID,\n onTouchstart: _cache[0] || (_cache[0] = \n//@ts-ignore\n(...args) => (_ctx.handleTouchStart && _ctx.handleTouchStart(...args))),\n onTouchend: _cache[1] || (_cache[1] = \n//@ts-ignore\n(...args) => (_ctx.handleTouchEnd && _ctx.handleTouchEnd(...args)))\n }), [\n _renderSlot(_ctx.$slots, \"target\")\n ], 16, _hoisted_1)\n ]),\n default: _withCtx(() => [\n _renderSlot(_ctx.$slots, \"default\", {}, () => [\n _createElementVNode(\"span\", null, _toDisplayString(_ctx.tooltipText), 1)\n ])\n ]),\n _: 3\n }, 16, [\"modelValue\", \"location\", \"open-on-click\", \"open-on-focus\", \"open-on-hover\", \"offset\", \"disabled\"]))\n}","\n\n\n\n\n","import { render } from \"./HoverTooltip.vue?vue&type=template&id=670f5fc0&ts=true\"\nimport script from \"./HoverTooltip.vue?vue&type=script&lang=ts\"\nexport * from \"./HoverTooltip.vue?vue&type=script&lang=ts\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = { class: \"cloud-cover-container my-2 py-1\" }\nconst _hoisted_2 = { class: \"cloud-cover-label\" }\nconst _hoisted_3 = /*#__PURE__*/_createElementVNode(\"div\", { class: \"cloud-cover-label-text\" }, [\n /*#__PURE__*/_createTextVNode(\" Median historical\"),\n /*#__PURE__*/_createElementVNode(\"br\"),\n /*#__PURE__*/_createTextVNode(\"cloud cover: \")\n], -1)\nconst _hoisted_4 = { class: \"cloud-cover-label-value\" }\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\n return (_openBlock(), _createElementBlock(\"div\", _hoisted_1, [\n _createElementVNode(\"div\", null, [\n _createVNode(_component_v_icon, { size: \"35\" }, {\n default: _withCtx(() => [\n _createTextVNode(_toDisplayString(_ctx.cloudIcon), 1)\n ]),\n _: 1\n })\n ]),\n _createElementVNode(\"div\", _hoisted_2, [\n _hoisted_3,\n _createElementVNode(\"div\", _hoisted_4, _toDisplayString(_ctx.cloudCoverFracToLabel), 1)\n ])\n ]))\n}","\n\n\n\n\n\n\n","import { render } from \"./CloudCover.vue?vue&type=template&id=bd89370a&ts=true\"\nimport script from \"./CloudCover.vue?vue&type=script&lang=ts\"\nexport * from \"./CloudCover.vue?vue&type=script&lang=ts\"\n\nimport \"./CloudCover.vue?vue&type=style&index=0&id=bd89370a&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 { mergeProps as _mergeProps, renderSlot as _renderSlot, toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nconst _hoisted_1 = [\"innerHTML\"]\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_v_tooltip = _resolveComponent(\"v-tooltip\")!\n\n return (_openBlock(), _createBlock(_component_v_tooltip, {\n class: \"define-term-tooltip\",\n modelValue: _ctx.tooltip,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = ($event: any) => ((_ctx.tooltip) = $event)),\n width: _ctx.width,\n \"open-on-click\": !_ctx.noClick,\n \"open-on-hover\": true,\n \"open-on-focus\": true,\n \"location-strategy\": \"connected\",\n location: \"bottom center\",\n origin: \"top center\",\n offset: \"-2\",\n \"content-class\": \"top-triangle\"\n }, {\n activator: _withCtx(({props}) => [\n _renderSlot(_ctx.$slots, \"term\", _mergeProps(props, {\n tabindex: \"0\",\n props: props\n }), () => [\n _createElementVNode(\"span\", _mergeProps({\n tabindex: \"0\",\n class: ['define-term-tooltip', _ctx.inline ? 'inline' : '', _ctx.bold ? 'define-term-bold' : '', _ctx.underlined ? 'define-term-underline' : '' ]\n }, props), _toDisplayString(_ctx.term), 17)\n ])\n ]),\n default: _withCtx(() => [\n _renderSlot(_ctx.$slots, \"definition\", {}, () => [\n _createElementVNode(\"div\", {\n class: \"define-term-tooltip definition\",\n innerHTML: _ctx.definition\n }, null, 8, _hoisted_1)\n ])\n ]),\n _: 3\n }, 8, [\"modelValue\", \"width\", \"open-on-click\"]))\n}","\nimport { tooltip } from 'leaflet';\n\n \n\n\n\n","import { render } from \"./DefineTerm.vue?vue&type=template&id=9d76d128&ts=true\"\nimport script from \"./DefineTerm.vue?vue&type=script&lang=ts\"\nexport * from \"./DefineTerm.vue?vue&type=script&lang=ts\"\n\nimport \"./DefineTerm.vue?vue&type=style&index=0&id=9d76d128&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 { createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, renderList as _renderList, Fragment as _Fragment, mergeProps as _mergeProps, normalizeStyle as _normalizeStyle } from \"vue\"\n\nconst _hoisted_1 = {\n key: 1,\n id: \"playback-play-pause-button\"\n}\nconst _hoisted_2 = {\n key: 0,\n id: \"playback-reverse-time\"\n}\nconst _hoisted_3 = { id: \"reverse-button-text\" }\nconst _hoisted_4 = { id: \"playback-slider-container\" }\nconst _hoisted_5 = { id: \"tick-container\" }\nconst _hoisted_6 = { class: \"tick-label\" }\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_icon_button = _resolveComponent(\"icon-button\")!\n const _component_v_slider = _resolveComponent(\"v-slider\")!\n\n return (_openBlock(), _createElementBlock(\"div\", {\n id: \"enclosing-playback-container\",\n style: _normalizeStyle(_ctx.cssVars)\n }, [\n ((_ctx.inline && _ctx.inlineButton) || _ctx.showCloseButton)\n ? (_openBlock(), _createElementBlock(\"div\", {\n key: 0,\n id: \"playback-close-button\",\n onClick: _cache[0] || (_cache[0] = ($event: any) => (_ctx.$emit('close')))\n }, [\n _createVNode(_component_v_icon, {\n color: _ctx.color,\n size: \"18\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-close\")\n ]),\n _: 1\n }, 8, [\"color\"])\n ]))\n : _createCommentVNode(\"\", true),\n (!_ctx.inline || _ctx.inlineButton)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_1, [\n _createVNode(_component_icon_button, {\n \"md-icon\": _ctx.isPaused ? 'mdi-play' : 'mdi-pause',\n onActivate: _cache[1] || (_cache[1] = ($event: any) => (_ctx.isPaused = !_ctx.isPaused)),\n color: _ctx.color,\n \"focus-color\": _ctx.color,\n \"tooltip-text\": \"Play/Pause\",\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n \"md-size\": \"18\"\n }, null, 8, [\"md-icon\", \"color\", \"focus-color\"]),\n (!_ctx.inline || _ctx.inlineButton)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_2, [\n _createVNode(_component_icon_button, {\n onActivate: _cache[2] || (_cache[2] = ($event: any) => (_ctx.reverseTime = !_ctx.reverseTime)),\n \"md-icon\": _ctx.reverseTime ? 'mdi-step-forward-2' : 'mdi-step-backward-2',\n color: _ctx.color,\n \"focus-color\": _ctx.color,\n \"tooltip-text\": \"Forward/Reverse\",\n \"tooltip-location\": \"top\",\n \"tooltip-offset\": \"5px\",\n \"md-size\": \"18\"\n }, null, 8, [\"md-icon\", \"color\", \"focus-color\"]),\n _createElementVNode(\"span\", _hoisted_3, _toDisplayString(_ctx.reverseTime ? 'Forward' : 'Reverse'), 1)\n ]))\n : _createCommentVNode(\"\", true)\n ]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"div\", _hoisted_4, [\n _createElementVNode(\"div\", _hoisted_5, [\n (_openBlock(true), _createElementBlock(_Fragment, null, _renderList(_ctx.index, (val) => {\n return (_openBlock(), _createElementBlock(\"div\", _mergeProps({ key: val }, _ctx.options(val), { class: \"tick\" }), [\n _createElementVNode(\"span\", _hoisted_6, _toDisplayString(_ctx.valueToMark(val)), 1)\n ], 16))\n }), 128))\n ]),\n _createVNode(_component_v_slider, {\n ref: \"slider\",\n \"hide-details\": \"\",\n modelValue: _ctx.value,\n \"onUpdate:modelValue\": _cache[3] || (_cache[3] = ($event: any) => ((_ctx.value) = $event)),\n max: _ctx.max ?? _ctx.index[_ctx.index.length - 1],\n min: _ctx.min ?? _ctx.index[0],\n \"thumb-size\": 16,\n color: \"white\",\n \"track-color\": \"white\",\n \"track-fill-color\": \"white\",\n \"thumb-color\": \"blue\",\n \"track-size\": \"8\",\n step: _ctx.step,\n \"show-ticks\": _ctx.useBuiltInTicks ? 'always' : false,\n ticks: _ctx.useBuiltInTicks ? _ctx.marks : undefined\n }, null, 8, [\"modelValue\", \"max\", \"min\", \"step\", \"show-ticks\", \"ticks\"])\n ])\n ], 4))\n}","\n\n\n\n\n","\n\ntype PNum = number | number[];\ntype ONum = T extends number ? number : number[];\n \nexport class SymmetricalLogTransform {\n // adapted from matplotlib\n // https://github.com/matplotlib/matplotlib/blob/main/lib/matplotlib/scale.py#L348\n private base: number;\n private logBase: number;\n \n\n constructor(base: number = 10) {\n this.base = base;\n this.logBase = Math.log(base);\n }\n \n private log(x: number): number {\n // need this to return exact numbers and 0\n if (x === 0) {\n return 0;\n } \n if (this.base == 10) {\n return Math.log10(x);\n }\n if (this.base == 2) {\n return Math.log2(x);\n }\n if (this.base == Math.E) {\n return Math.log(x);\n }\n return Math.log(x) / this.logBase;\n }\n \n // generate a sequence of values\n public sequence(max: number, index: boolean = true): number[] {\n const rightSide = (new Array(max + 1)).fill(0).map((_, i) => (i+1));\n const leftSide = rightSide.map((value) => -value).reverse();\n const seq = leftSide.concat([0]).concat(rightSide);\n if (index) {\n return seq;\n } else {\n return this.fromSymLogIndex(seq);\n }\n }\n \n // transform from real numbers to symmetrical log scale\n private inverseTransform(value: T): ONum {\n // if value is an array, map over it\n if (Array.isArray(value)) {\n return value.map((v) => this.inverseTransform(v)) as ONum;\n } \n const absValue = Math.abs(value);\n let out: number;\n\n if (absValue > 1) {\n out = Math.sign(value) * Math.pow(this.base, absValue) / this.base;\n } else {\n out = value;\n }\n return out as ONum;\n }\n \n private transform(value: T): ONum {\n // if value is an array, map over it\n if (Array.isArray(value)) {\n return value.map((v) => this.transform(v)) as ONum;\n }\n \n const absValue = Math.abs(value);\n let out: number;\n\n if (absValue > 1) {\n out = Math.sign(value) * (this.log(absValue) + 1);\n } else {\n out = value;\n }\n return out as ONum;\n }\n \n // from -3, -2, -1, 0, 1, 2, 3 --> -100, -10, -1, 0, 1, 10, 100\n public fromSymLogIndex(value: T): ONum {\n return this.inverseTransform(value);\n }\n \n public toSymlogIndex(value: T): ONum {\n return this.transform(value);\n }\n\n}\n\n\nexport function makeSymmetric(right: number[]): number[] {\n const left = right.map((value) => -value).reverse();\n return left.concat([0]).concat(right);\n}\n\n// generate sequence using step size\nexport function linspace(start: number, stop: number, delta: number): number[] {\n const out = [];\n for (let i = start; i <= stop; i += delta) {\n out.push(i);\n }\n return out;\n}\n\nexport function symmLinspace(start: number, stop: number, delta: number): number[] {\n const right = linspace(start, stop, delta);\n return makeSymmetric(right);\n}","import { render } from \"./PlaybackControl.vue?vue&type=template&id=2d17cea8&ts=true\"\nimport script from \"./PlaybackControl.vue?vue&type=script&lang=ts\"\nexport * from \"./PlaybackControl.vue?vue&type=script&lang=ts\"\n\nimport \"./PlaybackControl.vue?vue&type=style&index=0&id=2d17cea8&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 { toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, createElementVNode as _createElementVNode, mergeProps as _mergeProps, vModelSelect as _vModelSelect, withDirectives as _withDirectives, renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, createBlock as _createBlock, normalizeClass as _normalizeClass } from \"vue\"\n\nconst _hoisted_1 = { class: \"intro\" }\nconst _hoisted_2 = /*#__PURE__*/_createElementVNode(\"label\", {\n class: \"d-inline d-sm-block d-xl-inline\",\n for: \"statistics\"\n}, \"Show me \", -1)\nconst _hoisted_3 = /*#__PURE__*/_createElementVNode(\"option\", {\n disabled: \"\",\n value: \"\"\n}, \"Select one\", -1)\nconst _hoisted_4 = /*#__PURE__*/_createElementVNode(\"option\", { value: \"mean\" }, \"the Mean\", -1)\nconst _hoisted_5 = /*#__PURE__*/_createElementVNode(\"option\", { value: \"median\" }, \"the Median\", -1)\nconst _hoisted_6 = /*#__PURE__*/_createElementVNode(\"option\", { value: \"singleyear\" }, \"a Single Year\", -1)\nconst _hoisted_7 = [\n _hoisted_3,\n _hoisted_4,\n _hoisted_5,\n _hoisted_6\n]\nconst _hoisted_8 = /*#__PURE__*/_createElementVNode(\"label\", {\n class: \"d-inline d-sm-block d-md-inline\",\n for: \"years\"\n}, \" of the cloud cover for \", -1)\nconst _hoisted_9 = /*#__PURE__*/_createElementVNode(\"option\", {\n disabled: \"\",\n value: \"\"\n}, \"Select one\", -1)\nconst _hoisted_10 = [\"value\"]\nconst _hoisted_11 = /*#__PURE__*/_createElementVNode(\"option\", {\n disabled: \"\",\n value: \"\"\n}, \"Select one\", -1)\nconst _hoisted_12 = [\"value\"]\nconst _hoisted_13 = /*#__PURE__*/_createElementVNode(\"hr\", { style: {\"width\":\"100%\",\"margin-block\":\"1rem\"} }, null, -1)\nconst _hoisted_14 = { class: \"attention\" }\nconst _hoisted_15 = {\n id: \"awv-cloud-cover-display\",\n class: \"\"\n}\nconst _hoisted_16 = { class: \"attention\" }\nconst _hoisted_17 = {\n key: 0,\n style: {\"color\":\"#ff0000\"}\n}\nconst _hoisted_18 = { key: 0 }\nconst _hoisted_19 = {\n key: 1,\n style: {\"font-size\":\".91em\"}\n}\nconst _hoisted_20 = /*#__PURE__*/_createElementVNode(\"br\", null, null, -1)\nconst _hoisted_21 = /*#__PURE__*/_createElementVNode(\"hr\", null, null, -1)\nconst _hoisted_22 = /*#__PURE__*/_createElementVNode(\"h3\", { style: {\"color\":\"#ccc\"} }, \"For all years:\", -1)\nconst _hoisted_23 = { class: \"map-colorbar\" }\nconst _hoisted_24 = { class: \"d-flex align-center justify-space-between\" }\nconst _hoisted_25 = {\n class: \"align-self-start text-right\",\n id: \"awv-map-description\"\n}\nconst _hoisted_26 = {\n key: 0,\n style: {\"display\":\"inline-block\",\"width\":\"100px\"}\n}\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_btn = _resolveComponent(\"v-btn\")!\n const _component_define_term = _resolveComponent(\"define-term\")!\n const _component_cloud_data_explainer = _resolveComponent(\"cloud-data-explainer\")!\n const _component_v_col = _resolveComponent(\"v-col\")!\n const _component_v_row = _resolveComponent(\"v-row\")!\n const _component_v_radio = _resolveComponent(\"v-radio\")!\n const _component_v_radio_group = _resolveComponent(\"v-radio-group\")!\n const _component_cloud_cover_line = _resolveComponent(\"cloud-cover-line\")!\n const _component_location_selector = _resolveComponent(\"location-selector\")!\n const _component_color_bar = _resolveComponent(\"color-bar\")!\n const _component_v_checkbox = _resolveComponent(\"v-checkbox\")!\n const _component_bar_chart = _resolveComponent(\"bar-chart\")!\n const _component_line_chart = _resolveComponent(\"line-chart\")!\n const _component_v_card_text = _resolveComponent(\"v-card-text\")!\n const _component_v_spacer = _resolveComponent(\"v-spacer\")!\n const _component_v_card_actions = _resolveComponent(\"v-card-actions\")!\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.showValue,\n \"onUpdate:modelValue\": _cache[13] || (_cache[13] = ($event: any) => ((_ctx.showValue) = $event)),\n \"close-on-back\": \"\",\n fullscreen: _ctx.$vuetify.display.width < 450 || _ctx.fullscreen\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card, { id: \"advanced-weather-view\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_text, { class: \"overflow-auto\" }, {\n default: _withCtx(() => [\n _createElementVNode(\"h1\", null, [\n _createTextVNode(\"Just how cloudy is it in \" + _toDisplayString(_ctx.locationName) + \" in April? \", 1),\n _createVNode(_component_define_term, {\n \"no-click\": \"\",\n width: \"25ch\",\n showFor: _ctx.showFor ? 5 : 0\n }, {\n definition: _withCtx(() => [\n _createElementVNode(\"p\", _hoisted_1, [\n _createTextVNode(\" Click\"),\n _createVNode(_component_v_icon, {\n class: \"pa-0\",\n size: \"1.2em\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-help-circle\")\n ]),\n _: 1\n }),\n _createTextVNode(\"for more details about the cloud cover data, statistical terms, and the El Niño & La Niña weather patterns. \")\n ])\n ]),\n term: _withCtx(({props}) => [\n _createVNode(_component_v_btn, _mergeProps(props, {\n style: {\"font-size\":\"1em\"},\n elevation: \"1\",\n icon: \"mdi-help-circle\",\n onClick: _cache[0] || (_cache[0] = ($event: any) => (_ctx.explainerOpen = true)),\n tabindex: \"0\"\n }), null, 16)\n ]),\n _: 1\n }, 8, [\"showFor\"]),\n _createVNode(_component_cloud_data_explainer, {\n modelValue: _ctx.explainerOpen,\n \"onUpdate:modelValue\": _cache[1] || (_cache[1] = ($event: any) => ((_ctx.explainerOpen) = $event)),\n fullscreen: _ctx.$vuetify.display.width < 450 || _ctx.fullscreen\n }, null, 8, [\"modelValue\", \"fullscreen\"])\n ]),\n _createVNode(_component_v_row, { class: \"flex-row-reverse\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, {\n cols: \"12\",\n sm: \"5\",\n order: 2,\n \"order-lg\": 2\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_row, { id: \"query-constructor\" }, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, {\n class: \"sentence-query mb-2\",\n col: \"12\"\n }, {\n default: _withCtx(() => [\n _hoisted_2,\n _withDirectives(_createElementVNode(\"select\", {\n class: \"select-box\",\n name: \"statistics\",\n id: \"select-statistics\",\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = ($event: any) => ((_ctx.selectedStat) = $event))\n }, _hoisted_7, 512), [\n [_vModelSelect, _ctx.selectedStat]\n ]),\n _hoisted_8,\n (_ctx.selectedStat !== 'singleyear')\n ? _withDirectives((_openBlock(), _createElementBlock(\"select\", {\n key: 0,\n class: \"select-box\",\n name: \"years\",\n id: \"select-years\",\n \"onUpdate:modelValue\": _cache[3] || (_cache[3] = ($event: any) => ((_ctx.dataSubset) = $event))\n }, [\n _hoisted_9,\n (_openBlock(true), _createElementBlock(_Fragment, null, _renderList(_ctx.mapSubsets, ([key, value]) => {\n return (_openBlock(), _createElementBlock(\"option\", {\n key: key,\n value: key\n }, _toDisplayString(value), 9, _hoisted_10))\n }), 128))\n ], 512)), [\n [_vModelSelect, _ctx.dataSubset]\n ])\n : _withDirectives((_openBlock(), _createElementBlock(\"select\", {\n key: 1,\n class: \"select-box\",\n name: \"years\",\n id: \"select-years\",\n \"onUpdate:modelValue\": _cache[4] || (_cache[4] = ($event: any) => ((_ctx.selectedYear) = $event))\n }, [\n _hoisted_11,\n (_openBlock(true), _createElementBlock(_Fragment, null, _renderList(_ctx.availableYears, (year) => {\n return (_openBlock(), _createElementBlock(\"option\", {\n key: year,\n value: year\n }, _toDisplayString(year), 9, _hoisted_12))\n }), 128))\n ], 512)), [\n [_vModelSelect, _ctx.selectedYear]\n ])\n ]),\n _: 1\n })\n ]),\n _: 1\n }),\n _createVNode(_component_v_row, {\n class: \"mb-2\",\n id: \"modis-radio-group\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_btn, {\n class: \"elevation-5 my-2 mb-4 mr-2\",\n size: \"small\",\n disabled: !(_ctx.needToUpdate || !_ctx.showCloudCover),\n color: \"#eac402\",\n onClick: _cache[5] || (_cache[5] = ($event: any) => (_ctx.updateData()))\n }, {\n default: _withCtx(() => [\n _createTextVNode(_toDisplayString(_ctx.displayData ? (_ctx.needToUpdate ? 'Update Map' : _ctx.showCloudCover ? 'Shown on Map' : 'Show on Map') : 'Show on Map'), 1)\n ]),\n _: 1\n }, 8, [\"disabled\"]),\n _createVNode(_component_v_radio_group, {\n class: \"modis-radio\",\n modelValue: _ctx.modisDataSet,\n \"onUpdate:modelValue\": _cache[6] || (_cache[6] = ($event: any) => ((_ctx.modisDataSet) = $event)),\n density: \"compact\",\n \"persistent-hint\": \"\",\n inline: \"\",\n hint: \"MODIS Aqua Data Set\"\n }, {\n default: _withCtx(() => [\n (_openBlock(true), _createElementBlock(_Fragment, null, _renderList(_ctx.modisTimes, ([key, value]) => {\n return (_openBlock(), _createBlock(_component_v_radio, {\n key: key,\n label: value,\n value: key,\n disabled: false,\n color: \"#eac402\",\n density: \"compact\",\n hint: \"MODIS Aqua Data Set\"\n }, null, 8, [\"label\", \"value\"]))\n }), 128))\n ]),\n _: 1\n }, 8, [\"modelValue\"])\n ]),\n _: 1\n }),\n (!_ctx.displayCharts && _ctx.displayData)\n ? (_openBlock(), _createBlock(_component_v_row, {\n key: 0,\n id: \"awv-chart-placeholder\"\n }, {\n default: _withCtx(() => [\n _hoisted_13,\n _createElementVNode(\"h4\", null, [\n _createTextVNode(\"Show cloud cover statistics for currently selected location: \"),\n _createElementVNode(\"strong\", _hoisted_14, _toDisplayString(_ctx.locationName), 1)\n ]),\n _createVNode(_component_v_btn, {\n density: \"compact\",\n color: \"#eac402\",\n \"append-icon\": \"mdi-chevron-triple-right\",\n onClick: _cache[7] || (_cache[7] = ($event: any) => (_ctx.displayCharts = true))\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Show details\")\n ]),\n _: 1\n })\n ]),\n _: 1\n }))\n : _createCommentVNode(\"\", true),\n (_ctx.displayCharts)\n ? (_openBlock(), _createBlock(_component_v_row, { key: 1 }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_15, [\n _createElementVNode(\"div\", null, [\n _createElementVNode(\"h3\", null, [\n _createTextVNode(\" Cloud Cover for \"),\n _createElementVNode(\"strong\", _hoisted_16, _toDisplayString(_ctx.locationName), 1),\n _createTextVNode(\":\")\n ]),\n (!_ctx.inBounds)\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_17, \"Location not in bounds\"))\n : _createCommentVNode(\"\", true),\n _createVNode(_component_cloud_cover_line, {\n value: _ctx.locationValue,\n label: _ctx.selectedStat === 'singleyear' ? `${_ctx.selectedYear}` : _ctx.statText.get(_ctx.selectedStat) ?? 'Cloud Cover',\n codes: _ctx.skyCoverCodes,\n ranges: _ctx.skyCoverCodeRanges,\n icons: _ctx.skyCoverIcons,\n variant: \"bold\"\n }, {\n default: _withCtx(() => [\n (_ctx.selectedStat === 'singleyear')\n ? (_openBlock(), _createElementBlock(\"span\", _hoisted_18, _toDisplayString(_ctx.selectedYear), 1))\n : (_openBlock(), _createElementBlock(\"span\", _hoisted_19, [\n _createTextVNode(_toDisplayString(_ctx.mapSubsets.get(_ctx.dataSubset)) + \" \", 1),\n _hoisted_20,\n _createTextVNode(\" \" + _toDisplayString(_ctx.statText.get(_ctx.selectedStat)), 1)\n ]))\n ]),\n _: 1\n }, 8, [\"value\", \"label\", \"codes\", \"ranges\", \"icons\"])\n ]),\n _hoisted_21,\n _hoisted_22,\n _createVNode(_component_cloud_cover_line, {\n value: _ctx.median(_ctx.cloudDataNearLocation),\n label: \"Median\",\n codes: _ctx.skyCoverCodes,\n ranges: _ctx.skyCoverCodeRanges,\n icons: _ctx.skyCoverIcons,\n style: {\"color\":\"#ccc\"}\n }, null, 8, [\"value\", \"codes\", \"ranges\", \"icons\"]),\n _createVNode(_component_cloud_cover_line, {\n value: _ctx.mean(_ctx.cloudDataNearLocation),\n label: \"Mean\",\n codes: _ctx.skyCoverCodes,\n ranges: _ctx.skyCoverCodeRanges,\n icons: _ctx.skyCoverIcons,\n style: {\"color\":\"#ccc\"}\n }, null, 8, [\"value\", \"codes\", \"ranges\", \"icons\"])\n ])\n ]),\n _: 1\n }))\n : _createCommentVNode(\"\", true)\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, {\n class: _normalizeClass([\n _ctx.needToUpdate || !_ctx.displayData || _ctx.loadingNewMap ? 'show-after' : '',\n _ctx.needToUpdate ? 'need-to-update' : '', \n !_ctx.displayData ? 'no-data-shown' : '',\n ]),\n id: \"awv-map\",\n cols: \"12\",\n sm: \"7\",\n order: 1,\n \"order-lg\": 1\n }, {\n default: _withCtx(() => [\n _createElementVNode(\"div\", _hoisted_23, [\n _createVNode(_component_location_selector, {\n \"detect-location\": _ctx.showOnMap,\n modelValue: _ctx.location,\n \"onUpdate:modelValue\": _cache[8] || (_cache[8] = ($event: any) => ((_ctx.location) = $event)),\n label: \"Location\",\n \"map-options\": _ctx.mapOptions,\n \"place-circle-options\": _ctx.placeCircleOptions,\n \"selected-circle-options\": _ctx.selectedCircleOptions,\n \"selected-cloud-cover\": _ctx.displayedCloudData,\n \"rectangle-degrees\": 0.5,\n \"show-cloud-cover\": _ctx.displayData && _ctx.showCloudCover,\n onDataclick: _cache[9] || (_cache[9] = ($event: any) => {_ctx.selectedDataIndex = $event.index; _ctx.selectedDataCloudCover = $event.cloudCover}),\n \"cloud-cover-opacity-function\": _ctx.transferFunction,\n \"geo-json-files\": _ctx.eclipsePaths,\n onFinishLoading: _cache[10] || (_cache[10] = ($event: any) => (_ctx.loadingNewMap = false))\n }, null, 8, [\"detect-location\", \"modelValue\", \"map-options\", \"place-circle-options\", \"selected-circle-options\", \"selected-cloud-cover\", \"show-cloud-cover\", \"cloud-cover-opacity-function\", \"geo-json-files\"]),\n _createVNode(_component_color_bar, {\n name: \"cloud-cover\",\n nsteps: 20,\n label: \" Cloud Cover\",\n cmap: (x) => [`hsla(0,0%,100%, 1)`, _ctx.transferFunction(x)]\n }, null, 8, [\"cmap\"])\n ]),\n _createElementVNode(\"div\", _hoisted_24, [\n _createElementVNode(\"span\", _hoisted_25, _toDisplayString(_ctx.mapDescriptionText), 1),\n (!_ctx.displayData)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_26))\n : _createCommentVNode(\"\", true),\n (_ctx.displayData)\n ? (_openBlock(), _createBlock(_component_v_checkbox, {\n key: 1,\n modelValue: _ctx.showCloudCover,\n \"onUpdate:modelValue\": _cache[11] || (_cache[11] = ($event: any) => ((_ctx.showCloudCover) = $event)),\n label: \"Show Cloud Cover\",\n color: \"#eac402\",\n density: \"compact\",\n \"hide-details\": \"\"\n }, null, 8, [\"modelValue\"]))\n : _createCommentVNode(\"\", true)\n ])\n ]),\n _: 1\n }, 8, [\"class\"])\n ]),\n _: 1\n }),\n (_ctx.displayCharts)\n ? (_openBlock(), _createBlock(_component_v_row, { key: 0 }, {\n default: _withCtx(() => [\n _createVNode(_component_v_col, {\n cols: \"12\",\n sm: \"6\",\n class: \"graph-col\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_bar_chart, {\n id: \"cloud-histogram\",\n class: \"elevation-5\",\n labels: _ctx.skyCoverCodes.map((v) => v.includes('/') ? [v.split('/')[0] + '/', v.split('/')[1]]: v),\n \"data-label\": _ctx.hideHistogramSubset ? 'All Years' : 'Other Years',\n \"histogram-data\": _ctx.cloudDataHistogram.map((v, i) => _ctx.locationHistogram.length > 0 ? v - _ctx.locationHistogram[i] : v),\n \"border-width\": _ctx.hideHistogramSubset ? [1] : [0],\n colors: _ctx.hideHistogramSubset ? _ctx.colorMap : ['#aaa'],\n options: {scales: {y: {beginAtZero: true, max:20}}},\n \"bar-annotations\": false,\n \"bar-offset\": 1,\n barAnnotationLabel: (v) => (v * 100/20).toFixed(0) + '%',\n stacked: \"\",\n \"show-legend\": _ctx.dataSubset !== 'allYears',\n title: `Cloud Conditions for ${_ctx.locationName} ${_ctx.allYears[0]} - ${_ctx.allYears[_ctx.allYears.length - 1]}`,\n \"other-datasets\": _ctx.hideHistogramSubset ? [] : [\n {\n label: _ctx.mapSubsets.get(_ctx.dataSubset),\n data: _ctx.locationHistogram,\n backgroundColor: _ctx.colorMap, //'#c51b8a',\n borderColor: 'black', //'#c51b8a',\n borderWidth: 1,\n }\n ]\n }, null, 8, [\"labels\", \"data-label\", \"histogram-data\", \"border-width\", \"colors\", \"barAnnotationLabel\", \"show-legend\", \"title\", \"other-datasets\"])\n ]),\n _: 1\n }),\n _createVNode(_component_v_col, {\n cols: \"12\",\n sm: \"6\",\n class: \"graph-col\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_line_chart, {\n \"show-legend\": _ctx.subsetSelected,\n class: \"elevation-5\",\n title: `Percent Cloud Cover for ${_ctx.locationName}`,\n \"scatter-data\": _ctx.cloudDataNearLocation,\n \"scatter-options\": {radius: 4 },\n \"scatter-label\": !_ctx.subsetSelected ? 'All Years' : 'Other Years',\n \"other-data\": _ctx.subsetData,\n \"y-range\": [-.1,1.1],\n \"x-range\": [new Date(2002, 9, 8), new Date(2023, 11, 8)],\n \"y-axis-options\": {\n ticks: {callback: (value, index) => {\n if (value < 0 || value > 1) {return;}\n return (value * 100).toFixed(0) + '%';\n }}},\n timeseries: \"\",\n color: \"#aaa\",\n \"show-scatter\": \"\",\n annotations: [..._ctx.skyCoverCodeRanges.map(([_,[min,max]],i) => {\n return {\n type: 'box',\n yMin: min/100,\n yMax: max/100,\n backgroundColor: _ctx.colorMap[i],\n drawTime: 'beforeDraw',\n borderColor: _ctx.colorMap[i]\n }\n }),\n ..._ctx.skyCoverCodeRanges.map(([label,[min,max]],i) => {\n return {\n type: 'line',\n borderWidth: 0,\n drawTime: 'beforeDatasetsDraw',\n \n label: {\n display: true,\n color: 'black',\n backgroundColor: 'transparent',\n content: _ctx.skyCoverCodes[i],\n },\n xMin: new Date(2023, 0, 8),\n yMin: (min + max) / 200,\n yMax: (min + max) / 200,\n };\n })\n ]\n }, null, 8, [\"show-legend\", \"title\", \"scatter-data\", \"scatter-label\", \"other-data\", \"x-range\", \"y-axis-options\", \"annotations\"])\n ]),\n _: 1\n })\n ]),\n _: 1\n }))\n : _createCommentVNode(\"\", true)\n ]),\n _: 1\n }),\n _createVNode(_component_v_card_actions, { style: {\"border-top\":\"1px solid white\",\"margin-top\":\"10px\"} }, {\n default: _withCtx(() => [\n _createVNode(_component_v_spacer),\n _createVNode(_component_v_btn, {\n size: _ctx.showOnMap ? 'large' : 'default',\n color: \"#eac402\",\n variant: \"flat\",\n onClick: _cache[12] || (_cache[12] = ($event: any) => (_ctx.close()))\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Close\")\n ]),\n _: 1\n }, 8, [\"size\"])\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\", \"fullscreen\"]))\n}","\n\n\n\n\n\n","import { toDisplayString as _toDisplayString, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = [\"id\", \"aria-label\"]\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"canvas\", {\n id: _ctx.canvasID,\n role: \"img\",\n \"aria-label\": _ctx.accessiblityLabel,\n class: \"chartjs\"\n }, _toDisplayString(_ctx.accessiblityLabel), 9, _hoisted_1))\n}","\n\n\n\n","\n\nexport const customCanvasBackgroundColor = {\n // plugin to set canvas background color\n id: 'customCanvasBackgroundColor',\n // https://www.chartjs.org/docs/latest/configuration/canvas-background.html\n beforeDraw: (chart: {ctx: CanvasRenderingContext2D, width: number, height: number}, _args: unknown, options: {'color':string}) => {\n const {ctx} = chart;\n ctx.save();\n ctx.globalCompositeOperation = 'destination-over';\n ctx.fillStyle = options.color || 'black';\n ctx.fillRect(0, 0, chart.width, chart.height);\n ctx.restore();\n }\n};\n","import { render } from \"./BarChart.vue?vue&type=template&id=65452750&ts=true\"\nimport script from \"./BarChart.vue?vue&type=script&lang=ts\"\nexport * from \"./BarChart.vue?vue&type=script&lang=ts\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = [\"id\"]\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"canvas\", {\n id: _ctx.canvasID,\n class: \"chartjs\"\n }, null, 8, _hoisted_1))\n}","\n\n\n\n\n\n","import { render } from \"./LineChart.vue?vue&type=template&id=2dda01aa&ts=true\"\nimport script from \"./LineChart.vue?vue&type=script&lang=ts\"\nexport * from \"./LineChart.vue?vue&type=script&lang=ts\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import { renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, normalizeClass as _normalizeClass, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\"\n\nconst _withScopeId = n => (_pushScopeId(\"data-v-0fea66d6\"),n=n(),_popScopeId(),n)\nconst _hoisted_1 = {\n key: 0,\n class: \"label-icon-value-text-label\"\n}\nconst _hoisted_2 = {\n key: 1,\n class: \"label-icon-value-text-icon\"\n}\nconst _hoisted_3 = {\n key: 2,\n class: \"label-icon-value-text-label-value\"\n}\nconst _hoisted_4 = {\n key: 3,\n class: \"label-icon-value-text-label-text\"\n}\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\n return (_ctx.value != null)\n ? (_openBlock(), _createElementBlock(\"div\", {\n key: 0,\n class: _normalizeClass([\"label-icon-value-text-container\",_ctx.variant])\n }, [\n (!_ctx.hideLabel)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_1, [\n _renderSlot(_ctx.$slots, \"default\", {}, () => [\n _createTextVNode(_toDisplayString(_ctx.label) + \":\", 1)\n ], true)\n ]))\n : _createCommentVNode(\"\", true),\n (!_ctx.hideIcon)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_2, [\n _createVNode(_component_v_icon, { size: \"35\" }, {\n default: _withCtx(() => [\n _createTextVNode(_toDisplayString(_ctx.cloudIcon(_ctx.value)), 1)\n ]),\n _: 1\n })\n ]))\n : _createCommentVNode(\"\", true),\n (!_ctx.hideValue)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_3, _toDisplayString(Math.ceil(_ctx.value * 100)) + \" % \", 1))\n : _createCommentVNode(\"\", true),\n (!_ctx.hideText)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_4, _toDisplayString(_ctx.getText(_ctx.value)[1]), 1))\n : _createCommentVNode(\"\", true)\n ], 2))\n : _createCommentVNode(\"\", true)\n}","\n\n\n\n\n","import { render } from \"./CloudCoverLine.vue?vue&type=template&id=0fea66d6&scoped=true&ts=true\"\nimport script from \"./CloudCoverLine.vue?vue&type=script&lang=ts\"\nexport * from \"./CloudCoverLine.vue?vue&type=script&lang=ts\"\n\nimport \"./CloudCoverLine.vue?vue&type=style&index=0&id=0fea66d6&scoped=true&lang=less\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-0fea66d6\"]])\n\nexport default __exports__","import { normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, openBlock as _openBlock, createElementBlock as _createElementBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\"\n\nconst _withScopeId = n => (_pushScopeId(\"data-v-a1a33d98\"),n=n(),_popScopeId(),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, _toDisplayString(_ctx.label), 1)\n ], 8, _hoisted_1))\n}","\n\n\n\n\n\n\n\n","import { render } from \"./ColorBar.vue?vue&type=template&id=a1a33d98&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=a1a33d98&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-a1a33d98\"]])\n\nexport default __exports__","import { render } from \"./AdvancedWeatherView.vue?vue&type=template&id=d23e0864&ts=true\"\nimport script from \"./AdvancedWeatherView.vue?vue&type=script&lang=ts\"\nexport * from \"./AdvancedWeatherView.vue?vue&type=script&lang=ts\"\n\nimport \"./AdvancedWeatherView.vue?vue&type=style&index=0&id=d23e0864&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 { createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, openBlock as _openBlock, createBlock as _createBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\"\n\nconst _withScopeId = n => (_pushScopeId(\"data-v-02f6413c\"),n=n(),_popScopeId(),n)\nconst _hoisted_1 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" NASA's Aqua and Terra satellites provide daily views of the entire surface of Earth. The \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://modis.gsfc.nasa.gov/\",\n target: \"_blank\"\n }, \"MODIS\"),\n /*#__PURE__*/_createTextVNode(\" instrument on these satellites helps scientists learn about conditions in our atmosphere and oceans. We display the calculated \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"cloud cover fraction\"),\n /*#__PURE__*/_createTextVNode(\"—the percentage of the sky at a given location that is covered by clouds—from MODIS (on the Aqua satellite), as provided by the NASA Near Earth Observations (\"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://neo.gsfc.nasa.gov/view.php?datasetId=MYDAL2_E_CLD_FR\",\n target: \"_blank\"\n }, \"NEO\"),\n /*#__PURE__*/_createTextVNode(\") website. \")\n], -1))\nconst _hoisted_2 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"What is the difference between 1-day and 8-day cloud cover maps?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" NASA provides the cloud cover data in 1-day, 8-day (and, not included, 30-day) averages. \"),\n /*#__PURE__*/_createElementVNode(\"ul\", null, [\n /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createTextVNode(\"The \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"1-day (daily)\"),\n /*#__PURE__*/_createTextVNode(\" data maps display historic cloud cover for each April 8\"),\n /*#__PURE__*/_createElementVNode(\"sup\", null, \"th\"),\n /*#__PURE__*/_createTextVNode(\" from 2003 to 2023. \")\n ]),\n /*#__PURE__*/_createElementVNode(\"li\", null, [\n /*#__PURE__*/_createTextVNode(\"The \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"8-day\"),\n /*#__PURE__*/_createTextVNode(\" maps display an average of the 1-day data from April 7-14 from 2003 to 2023. \")\n ])\n ])\n ]),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" If you compare the 1-day vs. the 8-day maps, you'll notice that the 1-day maps often have more data at the extreme ends, either mostly clear or cloudy. The 8-day maps tend to have more data concentrated in the middle bins of partly cloudy or mostly cloudy. If you average together days that are clear and cloudy, you will end up with something in the middle. The 1-day maps are not subject to this \\\"smearing\\\" effect of averaging over many days of data. \"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" The daily data can have gaps and processing artefacts, so the 8-day average provides a more reliable measure of the cloud cover at every location on the map. Because weather can vary considerably from hour-to-hour and day-to-day, the longer interval of the 8-day average gives us more data from which we can draw better conclusions about the possible weather conditions in a given location. \")\n], -1))\nconst _hoisted_3 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"How does the percent cloud cover relate to what I might see in a weather report?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" We group the percent cloud cover based on the \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.weather.gov/mrx/pfm_explain\",\n target: \"_blank\"\n }, \"bins\"),\n /*#__PURE__*/_createTextVNode(\" from the National Weather Service: \"),\n /*#__PURE__*/_createElementVNode(\"table\", null, [\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"th\", null, \"Percentage\"),\n /*#__PURE__*/_createElementVNode(\"th\", null, \"Cloud Cover\")\n ]),\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"td\", null, \"0-25%\"),\n /*#__PURE__*/_createElementVNode(\"td\", null, \"Clear\")\n ]),\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"td\", null, \"25-50%\"),\n /*#__PURE__*/_createElementVNode(\"td\", null, \"Partly Cloudy\")\n ]),\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"td\", null, \"51-87%\"),\n /*#__PURE__*/_createElementVNode(\"td\", null, \"Mostly Cloudy\")\n ]),\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"td\", null, \"88-100%\"),\n /*#__PURE__*/_createElementVNode(\"td\", null, \"Cloudy / Overcast\")\n ])\n ])\n ])\n], -1))\nconst _hoisted_4 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"Why use data from the Aqua satellite instead of Terra?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" We use data from the Aqua satellite because its cloud cover measurements are taken in the afternoon, which corresponds better to the time of day of the April Eclipse. \")\n], -1))\nconst _hoisted_5 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"Why is 2022 missing from the year list?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" Sometimes satellites go offline, or there are issues transmitting data back to Earth. On March 31, 2022 the Aqua satellite entered SAFE mode, only returning to normal operations on April 17, 2022. No cloud cover data is available from Mar 31 - Apr 16, 2022. View the event \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://mcst.gsfc.nasa.gov/news/aqua-safe-mode-event\",\n target: \"_blank\"\n }, \"summary\"),\n /*#__PURE__*/_createTextVNode(\". \")\n ])\n], -1))\nconst _hoisted_6 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"Why are 30-day maps not available?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" MODIS offers month-long averages of the data, but we opted not to include that here to improve performance and data load times. \")\n], -1))\nconst _hoisted_7 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"p\", null, \" You might be familiar with the terms mean and median from math and science classes, but it helps to see them applied in real life, to get a better feel for what they really mean and how they are helpful. \", -1))\nconst _hoisted_8 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"What is a mean?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" The mean is the average of all values in the dataset. It is calculated by adding all the values together and dividing by the number of values. This is the statistical term people are probably more familiar with and is often interpreted as a single value that “best” represents an entire data set. \")\n], -1))\nconst _hoisted_9 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"What is a median?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" The median is the middle of the dataset. Half of the data is above the median and half is less than or equal to the median. The median encourages thinking in terms of probability. You could say that given the historical cloud data over the last 20 years, there is a 50-50 chance the cloud cover will be higher or lower than the median value. \")\n], -1))\nconst _hoisted_10 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"How are these statistics applied in the Cloud Data Explorer?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" These quantities are calculated and displayed for every location shown on the map, depending on your selections in the dropdown menus. \"),\n /*#__PURE__*/_createElementVNode(\"p\", null, \" When you choose a specific location on the map, the mean and median of the cloud cover amounts are displayed for that location over the selected range of years. You can also display cloud cover values for a single year at a time. \")\n], -1))\nconst _hoisted_11 = { class: \"faq\" }\nconst _hoisted_12 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"p\", null, \" The left hand graph is called a histogram. For your selected location, it tells you how many years since 2003 were Clear, Partly Cloudy, Mostly Cloudy, or Cloudy at this location. If you have filtered the data by El Niño, Neutral, or La Niña years, your chosen subset will be colored with the blue to white gradient, while the rest of the years will appear gray. \", -1))\nconst _hoisted_13 = { class: \"faq\" }\nconst _hoisted_14 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"p\", null, \" The right hand graph is a scatter plot showing the cloud cover for your chosen location for each year since 2003. If you have filtered the data by El Niño, Neutral, or La Niña years, or for a single year, those data points will be displayed in yellow. The background of the graph shows what cloud cover values correspond to the weather conditions of Clear, Partly Cloudy, etc. \", -1))\nconst _hoisted_15 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" You might have heard the terms \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"El Niño\"),\n /*#__PURE__*/_createTextVNode(\" or \"),\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"La Niña\"),\n /*#__PURE__*/_createTextVNode(\". They refer to weather patterns that are associated with a slight warming (“El Niño”) or cooling (“La Niña”) of the surface water in the Pacific Ocean relative to normal (“Neutral”). These are part of what is called the El Niño Southern Oscillation (ENSO) cycle. These different conditions can impact weather worldwide, so we provide the option of filtering the historical cloud data based on these classifications. \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://oceanservice.noaa.gov/facts/ninonina.html\",\n target: \"_blank\"\n }, \"Learn more\"),\n /*#__PURE__*/_createTextVNode(\" about these fascinating weather phenomena from the NOAA National Ocean Service. \")\n], -1))\nconst _hoisted_16 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \" What years are considered El Niño, La Niña, or Neutral?\"),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" We use NOAA's \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://psl.noaa.gov/enso/past_events.html\",\n target: \"_blank\"\n }, \"list\"),\n /*#__PURE__*/_createTextVNode(\" of past ENSO events to classify years as El Niño, La Niña, or Neutral. As that page explains, there is not a single accepted way to define which of these categories we are in. Their list is based on the presence of an active El Niño or La Niña pattern during the months of December, January, and February. As an ENSO typically last several months (or even years), this provides a decent indication a how likely April is to have the same pattern. \")\n ]),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" For the years included in our data set, they classify them as follows: \"),\n /*#__PURE__*/_createElementVNode(\"table\", null, [\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"td\", null, [\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"El Niño\"),\n /*#__PURE__*/_createTextVNode(\": \")\n ]),\n /*#__PURE__*/_createElementVNode(\"td\", null, \"2003, 2007, 2010, 2016\")\n ]),\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"td\", null, [\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"Neutral\"),\n /*#__PURE__*/_createTextVNode(\": \")\n ]),\n /*#__PURE__*/_createElementVNode(\"td\", null, \"2004, 2005, 2006, 2009, 2013, 2014, 2015, 2017, 2018\")\n ]),\n /*#__PURE__*/_createElementVNode(\"tr\", null, [\n /*#__PURE__*/_createElementVNode(\"td\", null, [\n /*#__PURE__*/_createElementVNode(\"strong\", null, \"La Niña\"),\n /*#__PURE__*/_createTextVNode(\": \")\n ]),\n /*#__PURE__*/_createElementVNode(\"td\", null, \"2008, 2011, 2012, 2021, 2022, 2023\")\n ])\n ])\n ]),\n /*#__PURE__*/_createElementVNode(\"p\", null, [\n /*#__PURE__*/_createTextVNode(\" If you want to see what the ENSO conditions were in March/April in the past, see the \\\"MEI.v2 Values\\\" at this NOAA \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://psl.noaa.gov/enso/mei/\",\n target: \"_blank\"\n }, \"website\"),\n /*#__PURE__*/_createTextVNode(\". \")\n ])\n], -1))\nconst _hoisted_17 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"details\", { class: \"faq\" }, [\n /*#__PURE__*/_createElementVNode(\"summary\", null, \"What kind of year is 2024?\"),\n /*#__PURE__*/_createTextVNode(\" As of early 2024, we are in an El Niño pattern. The Climate Prediction Center of the National Weather Service \"),\n /*#__PURE__*/_createElementVNode(\"a\", {\n href: \"https://www.cpc.ncep.noaa.gov/products/analysis_monitoring/enso_advisory/ensodisc.shtml\",\n target: \"_blank\"\n }, \"reports\"),\n /*#__PURE__*/_createTextVNode(\" an 83% chance that we will transition to a \"),\n /*#__PURE__*/_createElementVNode(\"em\", null, \"neutral\"),\n /*#__PURE__*/_createTextVNode(\" pattern some time from April - June. \")\n], -1))\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_v_tab = _resolveComponent(\"v-tab\")!\n const _component_v_tabs = _resolveComponent(\"v-tabs\")!\n const _component_v_card_title = _resolveComponent(\"v-card-title\")!\n const _component_v_window_item = _resolveComponent(\"v-window-item\")!\n const _component_v_icon = _resolveComponent(\"v-icon\")!\n const _component_v_window = _resolveComponent(\"v-window\")!\n const _component_v_card_text = _resolveComponent(\"v-card-text\")!\n const _component_v_spacer = _resolveComponent(\"v-spacer\")!\n const _component_v_btn = _resolveComponent(\"v-btn\")!\n const _component_v_card_actions = _resolveComponent(\"v-card-actions\")!\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 id: \"cloud-data-explainer\",\n modelValue: _ctx.value,\n \"onUpdate:modelValue\": _cache[3] || (_cache[3] = ($event: any) => ((_ctx.value) = $event)),\n \"close-on-back\": \"\",\n \"close-on-esc\": \"\",\n scrollable: \"\",\n fullscreen: _ctx.fullscreen\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card, {\n class: \"align-self-center\",\n \"max-height\": \"80%\",\n height: \"500px\",\n \"max-width\": \"90%\",\n \"min-width\": \"90%\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_card_title, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_tabs, {\n \"selected-class\": \"selected-tab\",\n height: \"1.5rem\",\n modelValue: _ctx.tab,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = ($event: any) => ((_ctx.tab) = $event)),\n direction: _ctx.$vuetify.display.width < 765 ? 'vertical' : 'horizontal'\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_tab, {\n class: \"no-text-transform\",\n value: \"cloud-data\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"About Cloud Cover Data\")\n ]),\n _: 1\n }),\n _createVNode(_component_v_tab, {\n class: \"no-text-transform\",\n value: \"stats\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Statistical Concepts\")\n ]),\n _: 1\n }),\n _createVNode(_component_v_tab, {\n class: \"no-text-transform\",\n value: \"weather\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Weather Patterns\")\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\", \"direction\"])\n ]),\n _: 1\n }),\n _createVNode(_component_v_card_text, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_window, {\n modelValue: _ctx.tab,\n \"onUpdate:modelValue\": _cache[1] || (_cache[1] = ($event: any) => ((_ctx.tab) = $event))\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_window_item, { value: \"cloud-data\" }, {\n default: _withCtx(() => [\n _hoisted_1,\n _hoisted_2,\n _hoisted_3,\n _hoisted_4,\n _hoisted_5,\n _hoisted_6\n ]),\n _: 1\n }),\n _createVNode(_component_v_window_item, { value: \"stats\" }, {\n default: _withCtx(() => [\n _hoisted_7,\n _hoisted_8,\n _hoisted_9,\n _hoisted_10,\n _createElementVNode(\"details\", _hoisted_11, [\n _createElementVNode(\"summary\", null, [\n _createVNode(_component_v_icon, null, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-chart-bar\")\n ]),\n _: 1\n }),\n _createTextVNode(\" What is in the chart on the \" + _toDisplayString(_ctx.smAndUp ? 'left' : 'top') + \"?\", 1)\n ]),\n _hoisted_12\n ]),\n _createElementVNode(\"details\", _hoisted_13, [\n _createElementVNode(\"summary\", null, [\n _createVNode(_component_v_icon, null, {\n default: _withCtx(() => [\n _createTextVNode(\"mdi-chart-scatter-plot\")\n ]),\n _: 1\n }),\n _createTextVNode(\" What is in the graph on the \" + _toDisplayString(_ctx.smAndUp ? 'right' : 'bottom') + \"?\", 1)\n ]),\n _hoisted_14\n ])\n ]),\n _: 1\n }),\n _createVNode(_component_v_window_item, { value: \"weather\" }, {\n default: _withCtx(() => [\n _hoisted_15,\n _hoisted_16,\n _hoisted_17\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\"])\n ]),\n _: 1\n }),\n _createVNode(_component_v_card_actions, null, {\n default: _withCtx(() => [\n _createVNode(_component_v_spacer),\n _createVNode(_component_v_btn, {\n color: \"#eac402\",\n variant: \"flat\",\n onClick: _cache[2] || (_cache[2] = ($event: any) => (_ctx.value = false))\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Close\")\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\", \"fullscreen\"]))\n}","\n\n\n\n\n\n\n\n","import { render } from \"./CloudDataExplainer.vue?vue&type=template&id=02f6413c&scoped=true&ts=true\"\nimport script from \"./CloudDataExplainer.vue?vue&type=script&lang=ts\"\nexport * from \"./CloudDataExplainer.vue?vue&type=script&lang=ts\"\n\nimport \"./CloudDataExplainer.vue?vue&type=style&index=0&id=02f6413c&scoped=true&lang=less\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-02f6413c\"]])\n\nexport default __exports__","import { createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, normalizeClass as _normalizeClass, resolveComponent as _resolveComponent, createVNode as _createVNode, createTextVNode as _createTextVNode, withCtx as _withCtx, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\"\n\nconst _withScopeId = n => (_pushScopeId(\"data-v-21a0b7d4\"),n=n(),_popScopeId(),n)\nconst _hoisted_1 = { id: \"eclipse-timer-container\" }\nconst _hoisted_2 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"h1\", null, \" Eclipse Timer\", -1))\nconst _hoisted_3 = {\n key: 0,\n class: \"eclipse-countdown\"\n}\nconst _hoisted_4 = { class: \"ec-timer\" }\nconst _hoisted_5 = { key: 0 }\nconst _hoisted_6 = { key: 1 }\nconst _hoisted_7 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"p\", null, \"No eclipse is predicted for this location.\", -1))\nconst _hoisted_8 = [\n _hoisted_7\n]\nconst _hoisted_9 = { key: 2 }\nconst _hoisted_10 = { class: \"mb-4\" }\nconst _hoisted_11 = {\n key: 4,\n class: \"eclipse-data-list\"\n}\nconst _hoisted_12 = { id: \"eclipse-values\" }\nconst _hoisted_13 = { key: 0 }\nconst _hoisted_14 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"td\", null, \"Totality Duration:\", -1))\nconst _hoisted_15 = { key: 1 }\nconst _hoisted_16 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"td\", null, \"Eclipse Duration:\", -1))\nconst _hoisted_17 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"hr\", { class: \"eclipse-timer-dividier\" }, null, -1))\nconst _hoisted_18 = { id: \"time-container\" }\nconst _hoisted_19 = { class: \"time\" }\nconst _hoisted_20 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"td\", { class: \"time-label\" }, \"Partial Start\", -1))\nconst _hoisted_21 = { class: \"time-value\" }\nconst _hoisted_22 = {\n key: 0,\n class: \"time\"\n}\nconst _hoisted_23 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"td\", { class: \"time-label\" }, \"Totality Start\", -1))\nconst _hoisted_24 = { class: \"time-value\" }\nconst _hoisted_25 = { class: \"time\" }\nconst _hoisted_26 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"td\", { class: \"time-label\" }, \"Max Eclipse\", -1))\nconst _hoisted_27 = { class: \"time-value\" }\nconst _hoisted_28 = {\n key: 1,\n class: \"time\"\n}\nconst _hoisted_29 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"td\", { class: \"time-label\" }, \"Totality End\", -1))\nconst _hoisted_30 = { class: \"time-value\" }\nconst _hoisted_31 = { class: \"time\" }\nconst _hoisted_32 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"td\", { class: \"time-label\" }, \"Partial End\", -1))\nconst _hoisted_33 = { class: \"time-value\" }\nconst _hoisted_34 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/_createElementVNode(\"hr\", {\n class: \"mt-4\",\n style: {\"width\":\"100%\"}\n}, null, -1))\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_define_term = _resolveComponent(\"define-term\")!\n const _component_v_btn = _resolveComponent(\"v-btn\")!\n const _component_v_btn_toggle = _resolveComponent(\"v-btn-toggle\")!\n\n return (_openBlock(), _createElementBlock(\"div\", _hoisted_1, [\n _hoisted_2,\n (_ctx.showTimer)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_3, [\n _createElementVNode(\"div\", _hoisted_4, _toDisplayString(_ctx.timeToEclipse), 1),\n (!_ctx.noEclipse)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_5, \" until max eclipse \" + _toDisplayString(_ctx.location !== '' ? 'at ' + _ctx.location : ''), 1))\n : _createCommentVNode(\"\", true)\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.noEclipse)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_6, _hoisted_8))\n : (_openBlock(), _createElementBlock(\"div\", _hoisted_9, [\n _createElementVNode(\"h2\", _hoisted_10, _toDisplayString(_ctx.type) + \" Eclipse\", 1)\n ])),\n (!_ctx.noEclipse)\n ? (_openBlock(), _createElementBlock(\"div\", {\n key: 3,\n class: _normalizeClass(['eclipse-icon', `eclipse-icon-${_ctx.type.toLowerCase()}`])\n }, null, 2))\n : _createCommentVNode(\"\", true),\n (!_ctx.noEclipse)\n ? (_openBlock(), _createElementBlock(\"div\", _hoisted_11, [\n _createElementVNode(\"table\", _hoisted_12, [\n _createElementVNode(\"tr\", null, [\n _createElementVNode(\"td\", null, [\n _createVNode(_component_define_term, {\n term: \"Max Eclipsed\",\n definition: \"The fraction (percentage) of the Sun covered by the Moon.\",\n underlined: \"\"\n }),\n _createTextVNode(\": \")\n ]),\n _createElementVNode(\"td\", null, _toDisplayString(_ctx.coverage < 0.01 ? '<1' :(_ctx.coverage*100).toFixed(0)) + \"% \", 1)\n ]),\n (_ctx.isTotal)\n ? (_openBlock(), _createElementBlock(\"tr\", _hoisted_13, [\n _hoisted_14,\n _createElementVNode(\"td\", null, _toDisplayString(_ctx.totalityDuration), 1)\n ]))\n : _createCommentVNode(\"\", true),\n (_ctx.eclipseDuration != '')\n ? (_openBlock(), _createElementBlock(\"tr\", _hoisted_15, [\n _hoisted_16,\n _createElementVNode(\"td\", null, _toDisplayString(_ctx.eclipseDuration), 1)\n ]))\n : _createCommentVNode(\"\", true)\n ]),\n _hoisted_17,\n _createElementVNode(\"table\", _hoisted_18, [\n _createElementVNode(\"tr\", _hoisted_19, [\n _hoisted_20,\n _createElementVNode(\"td\", _hoisted_21, _toDisplayString(_ctx.partialStart[1] === '' ? _ctx.timeString(_ctx.partialStart[0]) : 'Sun below Horizon'), 1)\n ]),\n (_ctx.isTotal)\n ? (_openBlock(), _createElementBlock(\"tr\", _hoisted_22, [\n _hoisted_23,\n _createElementVNode(\"td\", _hoisted_24, _toDisplayString(_ctx.centralStart[1] === '' ? _ctx.timeString(_ctx.centralStart[0]) : 'Sun below Horizon'), 1)\n ]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"tr\", _hoisted_25, [\n _hoisted_26,\n _createElementVNode(\"td\", _hoisted_27, _toDisplayString(_ctx.maxTime[1] === '' ? _ctx.timeString(_ctx.maxTime[0]) : 'Sun below Horizon'), 1)\n ]),\n (_ctx.isTotal)\n ? (_openBlock(), _createElementBlock(\"tr\", _hoisted_28, [\n _hoisted_29,\n _createElementVNode(\"td\", _hoisted_30, _toDisplayString(_ctx.centralEnd[1] === '' ? _ctx.timeString(_ctx.centralEnd[0]) : 'Sun below Horizon'), 1)\n ]))\n : _createCommentVNode(\"\", true),\n _createElementVNode(\"tr\", _hoisted_31, [\n _hoisted_32,\n _createElementVNode(\"td\", _hoisted_33, _toDisplayString(_ctx.partialEnd[1] === '' ? _ctx.timeString(_ctx.partialEnd[0]) : 'Sun below Horizon'), 1)\n ])\n ]),\n _hoisted_34\n ]))\n : _createCommentVNode(\"\", true),\n _createVNode(_component_v_btn_toggle, {\n class: \"mt-2\",\n modelValue: _ctx.tzPref,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = ($event: any) => ((_ctx.tzPref) = $event)),\n color: _ctx.color,\n divided: \"\",\n mandatory: \"\",\n \"hide-details\": \"\",\n variant: \"outlined\"\n }, {\n default: _withCtx(() => [\n _createVNode(_component_v_btn, {\n value: \"UTC\",\n size: \"small\",\n height: \"2em\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"UTC\")\n ]),\n _: 1\n }),\n _createVNode(_component_v_btn, {\n value: \"Local\",\n size: \"small\",\n height: \"2em\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Local (\" + _toDisplayString(_ctx.tzCode) + \")\", 1)\n ]),\n _: 1\n })\n ]),\n _: 1\n }, 8, [\"modelValue\", \"color\"])\n ]))\n}","\n\n\n\n\n","import { render } from \"./EclipseTimer.vue?vue&type=template&id=21a0b7d4&scoped=true&ts=true\"\nimport script from \"./EclipseTimer.vue?vue&type=script&lang=ts\"\nexport * from \"./EclipseTimer.vue?vue&type=script&lang=ts\"\n\nimport \"./EclipseTimer.vue?vue&type=style&index=0&id=21a0b7d4&scoped=true&lang=less\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-21a0b7d4\"]])\n\nexport default __exports__","import { resolveComponent as _resolveComponent, vShow as _vShow, withModifiers as _withModifiers, withKeys as _withKeys, normalizeClass as _normalizeClass, createVNode as _createVNode, withDirectives as _withDirectives, renderSlot as _renderSlot, createElementVNode as _createElementVNode, renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, toDisplayString as _toDisplayString, createCommentVNode as _createCommentVNode, normalizeStyle as _normalizeStyle, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\"\n\nconst _withScopeId = n => (_pushScopeId(\"data-v-7b9713e8\"),n=n(),_popScopeId(),n)\nconst _hoisted_1 = { class: \"forward-geocoding-input-row\" }\nconst _hoisted_2 = [\"onClick\"]\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_v_text_field = _resolveComponent(\"v-text-field\")!\n const _component_font_awesome_icon = _resolveComponent(\"font-awesome-icon\")!\n\n return (_openBlock(), _createElementBlock(\"div\", {\n class: \"forward-geocoding-container\",\n style: _normalizeStyle(_ctx.cssStyles)\n }, [\n _createElementVNode(\"div\", _hoisted_1, [\n _withDirectives(_createVNode(_component_v_text_field, {\n modelValue: _ctx.searchText,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = ($event: any) => ((_ctx.searchText) = $event)),\n class: _normalizeClass(['forward-geocoding-input', _ctx.locationJustUpdated ? 'geocode-success' : '', _ctx.small ? 'forward-geocoding-input-small' : '']),\n label: _ctx.locationJustUpdated ? 'Location Updated' : 'Enter a location',\n \"bg-color\": \"black\",\n density: \"compact\",\n \"hide-details\": \"\",\n variant: \"solo\",\n color: _ctx.accentColor,\n onKeydown: _cache[1] || (_cache[1] = _withModifiers(() => {}, [\"stop\"])),\n onKeyup: [\n _cache[2] || (_cache[2] = _withKeys(() => _ctx.performForwardGeocodingSearch(), [\"enter\"])),\n _cache[3] || (_cache[3] = _withKeys(($event: any) => (_ctx.searchResults = null), [\"esc\"]))\n ],\n \"onClick:clear\": _cache[4] || (_cache[4] = ($event: any) => (_ctx.searchResults = null)),\n \"error-messages\": _ctx.searchErrorMessage\n }, null, 8, [\"modelValue\", \"class\", \"label\", \"color\", \"error-messages\"]), [\n [_vShow, _ctx.searchOpen]\n ]),\n _createVNode(_component_font_awesome_icon, {\n class: \"geocoding-search-icon\",\n icon: \"magnifying-glass\",\n size: _ctx.searchOpen ? 'xl' : _ctx.buttonSize,\n color: !_ctx.searchOpen || (_ctx.searchText && _ctx.searchText.length > 2) ? _ctx.accentColor : 'gray',\n onClick: _cache[5] || (_cache[5] = () => {\n if (_ctx.searchOpen) {\n _ctx.performForwardGeocodingSearch();\n } else {\n _ctx.searchOpen = true;\n }\n })\n }, null, 8, [\"size\", \"color\"]),\n _renderSlot(_ctx.$slots, \"append-icon\", { class: \"geocode-icon\" }, undefined, true),\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: _cache[6] || (_cache[6] = () => {\n _ctx.searchOpen = false;\n _ctx.clearSearchData();\n })\n }, null, 8, [\"size\"]), [\n [_vShow, _ctx.searchOpen && !_ctx.stayOpen]\n ])\n ]),\n (_ctx.searchResults !== null)\n ? (_openBlock(), _createElementBlock(\"div\", {\n key: 0,\n class: _normalizeClass([\"forward-geocoding-results\", [_ctx.small ? 'results-small' : '']])\n }, [\n (_openBlock(true), _createElementBlock(_Fragment, null, _renderList((_ctx.searchResults !== null ? _ctx.searchResults.features : []), (feature, index) => {\n return (_openBlock(), _createElementBlock(\"div\", {\n class: \"forward-geocoding-result\",\n key: index,\n onClick: () => _ctx.setLocationFromSearchFeature(feature)\n }, _toDisplayString(feature.place_name), 9, _hoisted_2))\n }), 128))\n ], 2))\n : _createCommentVNode(\"\", true)\n ], 4))\n}","\n \n\n\n\n\n\n\n\n","import { render } from \"./LocationSearch.vue?vue&type=template&id=7b9713e8&scoped=true&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=7b9713e8&lang=less&scoped=true\"\n\nimport exportComponent from \"../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-7b9713e8\"]])\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 { IconButton } from \"@cosmicds/vue-toolkit\";\nimport LocationSelector from \"./LocationSelector.vue\";\nimport { FundingAcknowledgment } from \"@cosmicds/vue-toolkit\";\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nimport SolarEclipse2023 from \"./SolarEclipse2024.vue\";\nimport TransitionExpand from \"./TransitionExpand.vue\";\nimport GifPlayPause from \"./GifPlayPause.vue\";\nimport CreditLogos from \"./CreditLogos.vue\";\nimport ImageLabel from \"./ImageLabel.vue\";\nimport GeolocationButton from \"./GeolocationButton.vue\";\nimport HoverTooltip from \"./HoverTooltip.vue\";\nimport CloudCover from \"./CloudCover.vue\";\nimport DefineTerm from \"./DefineTerm.vue\";\nimport PlaybackControl from \"./PlaybackControl.vue\";\nimport AdvancedWeatherView from \"./AdvancedWeatherView.vue\";\nimport ColorBar from \"./ColorBar.vue\";\nimport CloudDataExplainer from \"./CloudDataExplainer.vue\";\nimport EclipseTimer from \"./EclipseTimer.vue\";\nimport LocationSearch from \"./LocationSearch.vue\";\n\nimport \"./polyfills\";\n\nimport VueSlider from \"vue-slider-component\";\nimport 'vue-slider-component/theme/default.css';\n\nimport Datepicker from '@vuepic/vue-datepicker';\nimport '@vuepic/vue-datepicker/dist/main.css';\n\nimport Notifications from \"@kyvg/vue3-notification\";\n\nimport vuetify from \"../plugins/vuetify\";\n\nimport { FontAwesomeIcon } from \"@fortawesome/vue-fontawesome\";\n\nimport { WWTComponent, wwtPinia } from \"@wwtelescope/engine-pinia\";\n\nimport { library } from \"@fortawesome/fontawesome-svg-core\";\nimport {\n faBookOpen,\n faTimes,\n faVideo,\n faGear,\n faChevronDown,\n faClock,\n faPlay,\n faPause,\n faMapLocationDot,\n faSun,\n faPuzzlePiece,\n faLocationDot,\n faChevronUp,\n faQuestion,\n faAngleDoubleDown,\n faAngleDoubleUp,\n faArrowsRotate,\n faMountainSun,\n faShareNodes,\n faSquareXmark,\n faToolbox,\n faCircleInfo,\n faRotate,\n faCircleChevronDown,\n faStreetView,\n faCloudSun,\n faGaugeHigh,\n faAnglesLeft,\n faAnglesRight,\n faMagnifyingGlass,\n faCircleXmark,\n faChartColumn,\n faLocationCrosshairs,\n\n} from \"@fortawesome/free-solid-svg-icons\";\n\nlibrary.add(faBookOpen);\nlibrary.add(faTimes);\nlibrary.add(faVideo);\nlibrary.add(faGear);\nlibrary.add(faChevronDown);\nlibrary.add(faClock);\nlibrary.add(faPlay);\nlibrary.add(faPause);\nlibrary.add(faMapLocationDot);\nlibrary.add(faSun);\nlibrary.add(faPuzzlePiece);\nlibrary.add(faLocationDot);\nlibrary.add(faChevronUp);\nlibrary.add(faQuestion);\nlibrary.add(faAngleDoubleDown);\nlibrary.add(faAngleDoubleUp);\nlibrary.add(faArrowsRotate);\nlibrary.add(faMountainSun);\nlibrary.add(faShareNodes);\nlibrary.add(faSquareXmark);\nlibrary.add(faToolbox);\nlibrary.add(faCircleInfo);\nlibrary.add(faRotate);\nlibrary.add(faCircleChevronDown);\nlibrary.add(faStreetView);\nlibrary.add(faCloudSun);\nlibrary.add(faGaugeHigh);\nlibrary.add(faAnglesLeft);\nlibrary.add(faAnglesRight);\nlibrary.add(faMagnifyingGlass);\nlibrary.add(faCircleXmark);\nlibrary.add(faChartColumn);\nlibrary.add(faLocationCrosshairs);\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(SolarEclipse2023, {\n wwtNamespace: \"wwt-minids-solar-eclipse-2024\",\n // wtml: { // use this just as a test for the sun\n // eclipse: \"https://raw.githubusercontent.com/patudom/star-life-cycle/master/content/BUACStellarLifeCycles.wtml\",\n // },\n})\n \n // Plugins\n .use(wwtPinia)\n .use(vuetify)\n .use(Notifications)\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(\"WorldWideTelescope\", WWTComponent)\n .component('font-awesome-icon', FontAwesomeIcon)\n .component('icon-button', IconButton)\n .component('location-selector', LocationSelector)\n .component('vue-slider', VueSlider) \n .component('transition-expand', TransitionExpand)\n .component('gif-play-pause', GifPlayPause)\n .component('credit-logos', CreditLogos)\n .component('date-picker', Datepicker)\n .component('image-label', ImageLabel)\n .component('funding-acknowledgment', FundingAcknowledgment)\n .component('geolocation-button', GeolocationButton)\n .component('hover-tooltip', HoverTooltip)\n .component('cloud-cover', CloudCover)\n .component('define-term', DefineTerm)\n .component('playback-control', PlaybackControl)\n .component('advanced-weather-view', AdvancedWeatherView)\n .component('color-bar', ColorBar)\n .component('cloud-data-explainer', CloudDataExplainer)\n .component('eclipse-timer', EclipseTimer)\n .component('location-search', LocationSearch)\n // Mount\n .mount(\"#app\");\n","// Polyfill for Array.at\nconst typedArray = Reflect.getPrototypeOf(Int8Array);\nfor (const c of [Array, String, typedArray]) {\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n Object.defineProperty(c.prototype, \"at\",\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n { value: function at(n: any) {\n // ToInteger() abstract op\n n = Math.trunc(n) || 0;\n // Allow negative indexing from the end\n if (n < 0) n += this.length;\n // OOB access is guaranteed to return undefined\n if (n < 0 || n >= this.length) return undefined;\n // Otherwise, this is just normal property access\n return this[n];\n },\n writable: true,\n enumerable: false,\n configurable: true });\n}\n","var map = {\n\t\"./2003_cloud_cover.zip\": 3184,\n\t\"./2004_cloud_cover.zip\": 2935,\n\t\"./2005_cloud_cover.zip\": 6038,\n\t\"./2006_cloud_cover.zip\": 8749,\n\t\"./2007_cloud_cover.zip\": 4596,\n\t\"./2008_cloud_cover.zip\": 2603,\n\t\"./2009_cloud_cover.zip\": 2010,\n\t\"./2010_cloud_cover.zip\": 2820,\n\t\"./2011_cloud_cover.zip\": 8973,\n\t\"./2012_cloud_cover.zip\": 8310,\n\t\"./2013_cloud_cover.zip\": 8231,\n\t\"./2014_cloud_cover.zip\": 5328,\n\t\"./2015_cloud_cover.zip\": 3529,\n\t\"./2016_cloud_cover.zip\": 8402,\n\t\"./2017_cloud_cover.zip\": 5475,\n\t\"./2018_cloud_cover.zip\": 6268,\n\t\"./2019_cloud_cover.zip\": 3125,\n\t\"./2020_cloud_cover.zip\": 4357,\n\t\"./2021_cloud_cover.zip\": 4780,\n\t\"./2023_cloud_cover.zip\": 2862\n};\n\nfunction webpackAsyncContext(req) {\n\treturn Promise.resolve().then(() => {\n\t\tif(!__webpack_require__.o(map, req)) {\n\t\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\t\te.code = 'MODULE_NOT_FOUND';\n\t\t\tthrow e;\n\t\t}\n\n\t\tvar id = map[req];\n\t\treturn __webpack_require__.t(id, 1 | 16);\n\t});\n}\nwebpackAsyncContext.keys = () => (Object.keys(map));\nwebpackAsyncContext.id = 7267;\nmodule.exports = webpackAsyncContext;","var map = {\n\t\"./2003_cloud_cover.zip\": 779,\n\t\"./2004_cloud_cover.zip\": 9724,\n\t\"./2005_cloud_cover.zip\": 5445,\n\t\"./2006_cloud_cover.zip\": 926,\n\t\"./2007_cloud_cover.zip\": 5887,\n\t\"./2008_cloud_cover.zip\": 4272,\n\t\"./2009_cloud_cover.zip\": 601,\n\t\"./2010_cloud_cover.zip\": 8999,\n\t\"./2011_cloud_cover.zip\": 5126,\n\t\"./2012_cloud_cover.zip\": 5805,\n\t\"./2013_cloud_cover.zip\": 4516,\n\t\"./2014_cloud_cover.zip\": 7299,\n\t\"./2015_cloud_cover.zip\": 7154,\n\t\"./2016_cloud_cover.zip\": 6921,\n\t\"./2017_cloud_cover.zip\": 2256,\n\t\"./2018_cloud_cover.zip\": 2479,\n\t\"./2019_cloud_cover.zip\": 3822,\n\t\"./2020_cloud_cover.zip\": 9090,\n\t\"./2021_cloud_cover.zip\": 3731,\n\t\"./2023_cloud_cover.zip\": 2169\n};\n\nfunction webpackAsyncContext(req) {\n\treturn Promise.resolve().then(() => {\n\t\tif(!__webpack_require__.o(map, req)) {\n\t\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\t\te.code = 'MODULE_NOT_FOUND';\n\t\t\tthrow e;\n\t\t}\n\n\t\tvar id = map[req];\n\t\treturn __webpack_require__.t(id, 1 | 16);\n\t});\n}\nwebpackAsyncContext.keys = () => (Object.keys(map));\nwebpackAsyncContext.id = 6084;\nmodule.exports = webpackAsyncContext;","var map = {\n\t\"./modis_eight_day/all_years_ucm.zip\": 8273,\n\t\"./modis_one_day/all_years_ucm.zip\": 7804\n};\n\nfunction webpackAsyncContext(req) {\n\treturn Promise.resolve().then(() => {\n\t\tif(!__webpack_require__.o(map, req)) {\n\t\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\t\te.code = 'MODULE_NOT_FOUND';\n\t\t\tthrow e;\n\t\t}\n\n\t\tvar id = map[req];\n\t\treturn __webpack_require__.t(id, 1 | 16);\n\t});\n}\nwebpackAsyncContext.keys = () => (Object.keys(map));\nwebpackAsyncContext.id = 6722;\nmodule.exports = webpackAsyncContext;","var map = {\n\t\"./modis_eight_day/neutral_ucm.zip\": 8710,\n\t\"./modis_one_day/neutral_ucm.zip\": 2595\n};\n\nfunction webpackAsyncContext(req) {\n\treturn Promise.resolve().then(() => {\n\t\tif(!__webpack_require__.o(map, req)) {\n\t\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\t\te.code = 'MODULE_NOT_FOUND';\n\t\t\tthrow e;\n\t\t}\n\n\t\tvar id = map[req];\n\t\treturn __webpack_require__.t(id, 1 | 16);\n\t});\n}\nwebpackAsyncContext.keys = () => (Object.keys(map));\nwebpackAsyncContext.id = 4635;\nmodule.exports = webpackAsyncContext;","var map = {\n\t\"./modis_eight_day/nina_ucm.zip\": 3375,\n\t\"./modis_one_day/nina_ucm.zip\": 4388\n};\n\nfunction webpackAsyncContext(req) {\n\treturn Promise.resolve().then(() => {\n\t\tif(!__webpack_require__.o(map, req)) {\n\t\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\t\te.code = 'MODULE_NOT_FOUND';\n\t\t\tthrow e;\n\t\t}\n\n\t\tvar id = map[req];\n\t\treturn __webpack_require__.t(id, 1 | 16);\n\t});\n}\nwebpackAsyncContext.keys = () => (Object.keys(map));\nwebpackAsyncContext.id = 4922;\nmodule.exports = webpackAsyncContext;","var map = {\n\t\"./modis_eight_day/nino_ucm.zip\": 1861,\n\t\"./modis_one_day/nino_ucm.zip\": 9750\n};\n\nfunction webpackAsyncContext(req) {\n\treturn Promise.resolve().then(() => {\n\t\tif(!__webpack_require__.o(map, req)) {\n\t\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\t\te.code = 'MODULE_NOT_FOUND';\n\t\t\tthrow e;\n\t\t}\n\n\t\tvar id = map[req];\n\t\treturn __webpack_require__.t(id, 1 | 16);\n\t});\n}\nwebpackAsyncContext.keys = () => (Object.keys(map));\nwebpackAsyncContext.id = 5164;\nmodule.exports = webpackAsyncContext;","var map = {\n\t\"./2023-09-19-SDO-Sun.png\": 4974,\n\t\"./annular.png\": 8157,\n\t\"./center\": 2560,\n\t\"./center.json\": 2560,\n\t\"./cloud_cover.csv\": 8713,\n\t\"./eclipse.gif\": 9442,\n\t\"./eclipse_static.gif\": 435,\n\t\"./empty.png\": 6661,\n\t\"./giphy.webp\": 6256,\n\t\"./modis_eight_day/2003_cloud_cover.zip\": 3184,\n\t\"./modis_eight_day/2004_cloud_cover.zip\": 2935,\n\t\"./modis_eight_day/2005_cloud_cover.zip\": 6038,\n\t\"./modis_eight_day/2006_cloud_cover.zip\": 8749,\n\t\"./modis_eight_day/2007_cloud_cover.zip\": 4596,\n\t\"./modis_eight_day/2008_cloud_cover.zip\": 2603,\n\t\"./modis_eight_day/2009_cloud_cover.zip\": 2010,\n\t\"./modis_eight_day/2010_cloud_cover.zip\": 2820,\n\t\"./modis_eight_day/2011_cloud_cover.zip\": 8973,\n\t\"./modis_eight_day/2012_cloud_cover.zip\": 8310,\n\t\"./modis_eight_day/2013_cloud_cover.zip\": 8231,\n\t\"./modis_eight_day/2014_cloud_cover.zip\": 5328,\n\t\"./modis_eight_day/2015_cloud_cover.zip\": 3529,\n\t\"./modis_eight_day/2016_cloud_cover.zip\": 8402,\n\t\"./modis_eight_day/2017_cloud_cover.zip\": 5475,\n\t\"./modis_eight_day/2018_cloud_cover.zip\": 6268,\n\t\"./modis_eight_day/2019_cloud_cover.zip\": 3125,\n\t\"./modis_eight_day/2020_cloud_cover.zip\": 4357,\n\t\"./modis_eight_day/2021_cloud_cover.zip\": 4780,\n\t\"./modis_eight_day/2023_cloud_cover.zip\": 2862,\n\t\"./modis_eight_day/all_years_ucm.zip\": 8273,\n\t\"./modis_eight_day/coords.zip\": 1273,\n\t\"./modis_eight_day/neutral_ucm.zip\": 8710,\n\t\"./modis_eight_day/nina_ucm.zip\": 3375,\n\t\"./modis_eight_day/nino_ucm.zip\": 1861,\n\t\"./modis_one_day/2003_cloud_cover.zip\": 779,\n\t\"./modis_one_day/2004_cloud_cover.zip\": 9724,\n\t\"./modis_one_day/2005_cloud_cover.zip\": 5445,\n\t\"./modis_one_day/2006_cloud_cover.zip\": 926,\n\t\"./modis_one_day/2007_cloud_cover.zip\": 5887,\n\t\"./modis_one_day/2008_cloud_cover.zip\": 4272,\n\t\"./modis_one_day/2009_cloud_cover.zip\": 601,\n\t\"./modis_one_day/2010_cloud_cover.zip\": 8999,\n\t\"./modis_one_day/2011_cloud_cover.zip\": 5126,\n\t\"./modis_one_day/2012_cloud_cover.zip\": 5805,\n\t\"./modis_one_day/2013_cloud_cover.zip\": 4516,\n\t\"./modis_one_day/2014_cloud_cover.zip\": 7299,\n\t\"./modis_one_day/2015_cloud_cover.zip\": 7154,\n\t\"./modis_one_day/2016_cloud_cover.zip\": 6921,\n\t\"./modis_one_day/2017_cloud_cover.zip\": 2256,\n\t\"./modis_one_day/2018_cloud_cover.zip\": 2479,\n\t\"./modis_one_day/2019_cloud_cover.zip\": 3822,\n\t\"./modis_one_day/2020_cloud_cover.zip\": 9090,\n\t\"./modis_one_day/2021_cloud_cover.zip\": 3731,\n\t\"./modis_one_day/2023_cloud_cover.zip\": 2169,\n\t\"./modis_one_day/all_years_ucm.zip\": 7804,\n\t\"./modis_one_day/coords.zip\": 5458,\n\t\"./modis_one_day/neutral_ucm.zip\": 2595,\n\t\"./modis_one_day/nina_ucm.zip\": 4388,\n\t\"./modis_one_day/nino_ucm.zip\": 9750,\n\t\"./moon-dark-gray-overlay.png\": 959,\n\t\"./moon-sky-blue-overlay-10.png\": 1895,\n\t\"./moon-sky-blue-overlay-100.png\": 6663,\n\t\"./moon-sky-blue-overlay-20.png\": 8342,\n\t\"./moon-sky-blue-overlay-50.png\": 6091,\n\t\"./moon.png\": 2783,\n\t\"./new-rectangle-solid-svgrepo-com.svg\": 3243,\n\t\"./none.png\": 5422,\n\t\"./partial.png\": 6241,\n\t\"./total.png\": 296,\n\t\"./upath_hi\": 4927,\n\t\"./upath_hi.json\": 4927,\n\t\"./video.mp4\": 9007\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = 290;","// 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};","var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);\nvar leafPrototypes;\n// create a fake namespace object\n// mode & 1: value is a module id, require it\n// mode & 2: merge all properties of value into the ns\n// mode & 4: return value when already ns object\n// mode & 16: return value when it's Promise-like\n// mode & 8|1: behave like require\n__webpack_require__.t = function(value, mode) {\n\tif(mode & 1) value = this(value);\n\tif(mode & 8) return value;\n\tif(typeof value === 'object' && value) {\n\t\tif((mode & 4) && value.__esModule) return value;\n\t\tif((mode & 16) && typeof value.then === 'function') return value;\n\t}\n\tvar ns = Object.create(null);\n\t__webpack_require__.r(ns);\n\tvar def = {};\n\tleafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];\n\tfor(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {\n\t\tObject.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));\n\t}\n\tdef['default'] = () => (value);\n\t__webpack_require__.d(ns, def);\n\treturn ns;\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};","// The chunk loading function for additional chunks\n// Since all referenced chunks are already included\n// in this file, this function is empty here.\n__webpack_require__.e = () => (Promise.resolve());","__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_solar_eclipse_2024\"] = self[\"webpackChunk_cosmicds_solar_eclipse_2024\"] || [];\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__(5168)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["_hoisted_1","class","render","_ctx","_cache","$props","$setup","$data","$options","defaultMapOptions","templateUrl","minZoom","maxZoom","subdomains","attribution","className","emits","props","activatorColor","type","String","default","showCloudCover","Boolean","detectLocation","modelValue","Object","latitudeDeg","longitudeDeg","mapOptions","initialPlace","places","Array","placeCircleOptions","color","fillColor","fillOpacity","radius","placeSelectable","selectable","selectedCircleOptions","selectionEvent","worldRadii","geoJsonFiles","selectedCloudCover","cloudCoverOpacityFunction","Function","c","Math","pow","rectangleDegrees","Number","mounted","this","selectedPlace","getLocation","setup","setupResizeObserver","data","resizeObserver","eclipsePath","placeCircles","hoveredPlace","selectedCircle","selectedPlaceCircle","cloudCoverRectangles","map","basemap","fromInside","rectanglesCreated","index","methods","container","document","querySelector","ResizeObserver","invalidateSize","observe","parseResult","result","forEach","row","lat","lon","cloudCover","isNaN","key","rect","createRectangle","addLayer","addTo","$emit","getColor","stroke","weight","opacity","on","console","log","sigmoid","val","y","z","exp","_cloudCover","hue","saturation","lightness","startup","options","timeout","enableHighAccuracy","navigator","geolocation","getCurrentPosition","position","updateValue","coords","longitude","latitude","setView","getZoom","_error","msg","group","text","duration","sameLoc","loc1","loc2","circleForLocation","location","circleOptions","circleMaker","circleForSelection","circle","interactive","bringToFront","circleForPlace","place","name","bindTooltip","onPlaceSelect","onMapSelect","event","latlng","lng","initial","mapContainer","$el","initialLocation","locationToLatLng","latLng","initialZoom","zoom","renderer","openTooltip","doubleClickZoom","disable","attributionControl","setPrefix","geojsonrecord","url","geo","geojson","style","fetch","then","response","json","geoJSON","includes","push","catch","error","pointToLayer","feature","properties","absoluteRadius","onEachFeature","layer","popupContent","bindPopup","g","updateCloudCover","bringLocationAndPathToFront","value","updateCircle","remove","updateRectangleIntensity","eachLayer","getBounds","getCenter","undefined","setStyle","computed","pixelSize","lats","from","Set","sort","lons","latDiff","arr","lonDiff","latAvg","reduce","a","b","length","lonAvg","watch","loc","oldLoc","needZoom","contains","newOptions","oldOptions","setUrl","newPlace","indexOf","oldSelectedCircle","__exports__","id","_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","href","target","rel","_hoisted_32","_hoisted_33","_hoisted_34","_hoisted_35","_hoisted_36","_hoisted_37","_hoisted_38","_hoisted_39","_hoisted_40","_hoisted_41","_hoisted_42","_hoisted_43","_hoisted_44","_hoisted_45","controls","src","_hoisted_46","_hoisted_47","_hoisted_48","_hoisted_49","_hoisted_50","_hoisted_51","_hoisted_52","_hoisted_53","_hoisted_54","_hoisted_55","_hoisted_56","_hoisted_57","_hoisted_58","_hoisted_59","_hoisted_60","_hoisted_61","_hoisted_62","_hoisted_63","_hoisted_64","_hoisted_65","_hoisted_66","_hoisted_67","_hoisted_68","_hoisted_69","_hoisted_70","_hoisted_71","_hoisted_72","_hoisted_73","_hoisted_74","_hoisted_75","_hoisted_76","_hoisted_77","_hoisted_78","_hoisted_79","_hoisted_80","_hoisted_81","_hoisted_82","_hoisted_83","_hoisted_84","_hoisted_85","_hoisted_86","_hoisted_87","_hoisted_88","_hoisted_89","_hoisted_90","_hoisted_91","_hoisted_92","_hoisted_93","_hoisted_94","_hoisted_95","_hoisted_96","_hoisted_97","_hoisted_98","_hoisted_99","_hoisted_100","_hoisted_101","_hoisted_103","_hoisted_104","_hoisted_105","_hoisted_106","_hoisted_107","_hoisted_108","_hoisted_109","_hoisted_110","_hoisted_111","_hoisted_112","_hoisted_113","_hoisted_114","_hoisted_115","_hoisted_116","_hoisted_117","_hoisted_118","_hoisted_119","_hoisted_120","_hoisted_121","_hoisted_122","_hoisted_123","_hoisted_124","_hoisted_125","_hoisted_126","_hoisted_127","_hoisted_128","_hoisted_129","_hoisted_130","_hoisted_131","_hoisted_132","_hoisted_133","_hoisted_134","_hoisted_135","_hoisted_136","_hoisted_137","_hoisted_138","_hoisted_139","_hoisted_140","_hoisted_141","_hoisted_142","_hoisted_143","_hoisted_144","_hoisted_145","_hoisted_146","_hoisted_147","_hoisted_148","_hoisted_149","_hoisted_150","_hoisted_151","_component_font_awesome_icon","_component_icon_button","_component_define_term","_component_cloud_cover","_component_location_search","_component_location_selector","_component_color_bar","_component_gif_play_pause","_component_funding_acknowledgment","_component_advanced_weather_view","_component_WorldWideTelescope","_component_geolocation_button","_component_credit_logos","_component_hover_tooltip","_component_eclipse_timer","_component_playback_control","_component_notifications","cssVars","showGuidedContent","ref","accentColor","skyColor","mobile","onResize","icon","learnerPath","infoPage","queryData","touchscreen","narrow","size","getMyLocation","density","elevation","term","definition","smallSize","showAdvancedWeather","selectedLocationCloudCover","cloudIcon","$event","showInfoSheet","showWWTGuideSheet","disabled","smAndUp","eclipsePredictionText","showEclipsePredictionTextBanner","showEclipsePredictionText","showEclipsePredictionSheet","showNewMobileUI","small","buttonSize","geocodingInfoForSearch","setLocationFromSearchFeature","searchErrorMessage","myLocationColor","myLocationToolTip","$refs","showMyLocationDialog","locationDeg","updateLocationFromMap","userSelectedMapOptions","initialMapOptions","cloudCoverData","selectedCloudCoverData","label","cmap","cloudColorMap","showVideoSheet","transition","fullscreen","tabindex","scrim","startPaused","gif","still","alt","align","cols","outlined","thickness","displaySwitchOn","ripple","displaySwitchOff","open","weatherInfoOpen","showAWVMapByDefault","showAWVChartsByDefault","showAWVFullScreen","advancedWeatherSelectedCount","cloudCoverSelectedLocations","wwtNamespace","onPointerDown","onPointerUp","searchOpen","faSize","myLocation","updateSelectedLocationText","$notify","title","geolocationPermission","p","copyShareURL","showSplashScreen","absolute","closeSplashScreen","isLoading","inIntro","persistent","introSlide","additional","xSmallSize","prepend","variant","selectedLocationText","selectedLocaledTimeDateString","percentEclipsedText","inset","toggleTrackSun","prediction","eclipsePrediction","timezone","selectedTimezone","showControls","sunCenteredTracking","centerSun","showAltAzGrid","showHorizon","useRegularMoon","reversePlaybackRate","playbackRate","playing","increasePlaybackRate","selectedTime","forceRate","playbackVisible","offset","activator","paused","max","log10","inline","niceRound","maxTime","min","minTime","step","millisecondsPerInterval","toTimeString","Date","item","showPrivacyDialog","mdSize","responseOptOut","classes","dangerouslySetInnerHtml","addedToPrimitives","annotationDirty","_opacity","_showHoverLabel","prepBatch","renderContext","Annotation2","pointList","batchDirty","PointList","lineList","LineList","triangleFanPointList","TriangleFanList","triangleList","TriangleList","set_depthBuffered","depthBuffered","drawBatch","gl","draw","drawLines","separation","Alpha1","Delta1","Alpha2","Delta2","PI","x","cos","sin","vvalue","atan2","sqrt","colorToUint","col","r","colorToUintAlpha","get_opacity","set_opacity","get_id","_id","set_id","get_tag","_tag","set_tag","get_label","_label","set_label","get_showHoverLabel","set_showHoverLabel","hitTest","RA","dec","get_center","center","set_center","addAnnotation","ann","annotations","clearAll","_points$1","_fill$1","_strokeWidth$1","_lineColor$1","Colors","get_white","_fillColor$1","addPoint","Coordinates","raDecTo3d","get_fill","set_fill","get_lineWidth","set_lineWidth","get_lineColor","toString","set_lineColor","Color","fromName","get_fillColor","set_fillColor","vertexList","lineColorWithOpacity","_clone","round","i","addLine","Dates","fillColorWithOpacity","indexes","Tessellator","tesselateSimplePoly","addSubdividedTriangles","ctx","device","save","globalAlpha","beginPath","first","pnt","screenSpacePnt","WVP","transform","restore","Vector3d","dot","get_viewPoint","moveTo","lineTo","closePath","lineWidth","fillStyle","fill","strokeStyle","drawSkyOverlays","Settings","get_active","get_showConstellationLabels","Constellations","drawConstellationNames","get_yellow","get_showConstellationFigures","WWTControl","constellationsFigures","create","URLHelpers","singleton","engineAssetUrl","get_showAltAzGrid","altAzColor","fromArgb","Grids","drawAltAzGrid","get_showAltAzGridText","drawAltAzGridText","get_showEcliptic","eclipticColor","drawEcliptic","get_showEclipticOverviewText","drawEclipticText","makeAltAzGridText","_altAzTextBatch","glyphHeight","Text3dBatch","sign","SpaceTimeController","get_location","get_lat","directions","v","add","Text3d","layerManagerDraw","astronomical","referenceFrame","nested","cosmos","LayerManager","get_allMaps","thisMap","enabled","layers","frame","showAsPoint","showOrbitPath","matOld","get_world","matOldNonRotating","get_worldBaseNonRotating","oldNominalRadius","get_nominalRadius","reference","computeFrame","referenceFrameType","set_world","Matrix3d","multiplyMatrix","worldMatrix","set_nominalRadius","meanRadius","layerStart","utcToJulian","get_startTime","layerEnd","get_endTime","fadeIn","get_fadeType","get_fadeSpan","fadeOut","get_jNow","fadeOpacity","set_astronomical","set_worldBaseNonRotating","updateViewParameters","space","_tracking","_trackingObject","get_galacticMode","gPoint","j2000toGalactic","get_RA","get_dec","targetAlt","targetAz","az","get_localHorizonMode","currentAltAz","equitorialToHorizon","fromRaDec","get_now","get_alt","get_az","viewCamera","targetCamera","rAtoViewLng","get_solarSystemMode","oneMinusDragCoefficient","dc","minDelta","abs","rotation","angle","renderOneFrame","get_backgroundImageset","renderType","get_dataSetType","sizeChange","canvas","width","parentNode","clientWidth","height","clientHeight","explorer","refresh","_crossHairs","Tile","lastDeepestLevel","deepestLevel","RenderTriangle","tilesInView","tilesTouched","set_metaNow","get__mover","set_now","get_currentDateTime","Planets","updatePlanetLocations","newCam","get_currentPosition","copy","get_complete","scriptInterface","_fireArrived","set__mover","_notifyMoveComplete","updateClock","_updateViewParameters","clear","setupMatricesSpace3d","drawImageSet","get_foregroundImageset","set_foregroundImageset","_foregroundCanvas","saveDevice","_fgDevice","clearRect","drawImage","uiController","Annotation","_annotations","now","_lastMouseMove","raDecDown","getCoordinatesForScreenPoint","_hoverTextPoint","_annotationHover","_hoverText","_drawHoverText","imageset","get_catalogHipsImagesets","get_hipsProperties","get_catalogSpreadSheetLayer","lastVersion","get_version","constellation","containment","findConstellationForPoint","_drawSkyOverlays","drawPlanets","worldSave","viewSave","get_view","projSave","get_projection","get_current","get_showCrosshairs","_drawCrosshairs","tilesAllLoaded","TileCache","get_queueCount","setupMatricesOverlays","_fadeFrame","_frameCount","decimateQueue","processQueue","currentRenderGeneration","TourPlayer","get_playing","set_crossFadeFrame","set_view","set_projection","ms","_lastUpdate","trianglesRendered","trianglesCulled","capturingVideo","dumpFrameParams","waitDownload","captureFrameForVideo","_videoBlobReady","format","nextFrame","get_doneDumping","frameDumping","cancelFrameDump","renderFrameCallback","fraction","_planetTextures","_loadPlanetTextures","elong","_geocentricElongation","_planetLocations","raDif","_phaseAngle","distance","_positionAngle","dista","degreesToRadians","distb","sunMoonDist","coronaOpacity","moonEffect","_planetScales","_drawPlanet","_planetDrawOrder","planetId","transformWorldPointToPickSpace","wwtControl","worldPoint","backBufferWidth","backBufferHeight","m","Vector2d","vz","get_m13","get_m23","get_m33","vx","get_m11","get_m21","get_m31","vy","get_m12","get_m22","get_m32","getScreenPosForCoordinates","ra","pt","cartesian","sphericalSkyToCartesian","latDeg","lonDeg","tz","latRad","lonRad","getGeo","tmp","atan","tan","geo1","geo2","getObserverConstants","obsvconst","c1","c2","mid","c3","c4","timedependent","elements","circumstances","t","ans","consoleDebug","timelocdependent","c1c4iterate","iter","n","getc1c4","c2c3iterate","getc2c3","observational","contacttype","coslat","sinlat","asin","midobservational","getmid","getsunriset","riset","h0","diff","acos","getsunrise","getsunset","copycircumstances","circumstancesfrom","circumstancesto","getall","pattern","setObserver","altm","observer","Observer","getdate","jd","d","e","floor","gettime","getalt","getazi","getduration","getmagnitude","getcoverage","calculatefor","el","results","emptyEclipse","date","partialStart","sunAltStart","centralStart","maxAlt","maxAzi","centralEnd","partialEnd","sunAltEnd","magnitude","coverage","o","DEBUG","dateAndtTimeToDate","time","split","year","month","day","hour","minute","second","timestring","convertEclipseData","out","convertEclipseDataList","recalculateForObserverUTC","isNumber","isnum","isfinite","isFinite","notnan","deepMerge","source","assign","RELEVANT_FEATURE_TYPES","NA_COUNTRIES","NA_ABBREVIATIONS","mapboxLocationText","relevantFeatures","features","filter","some","place_type","placeFeature","find","pieces","countryFeature","countryText","regionFeature","short_code","abbr","startsWith","substring","join","textForLocation","Promise","accessToken","_err","mapBoxText","ns","ew","toFixed","toHMS","milliseconds","seconds","dur","h","s","spaceHMS","hms","replace","eclipse","D2R","R2D","eclipseStartTime","UTC","eclipseFinishTime","extraTime","SECONDS_PER_DAY","MILLISECONDS_PER_DAY","secondsInterval","MILLISECONDS_PER_INTERVAL","times","UUID_KEY","OPT_OUT_KEY","parseLatLon","latD","latM","lonD","lonM","latSign","slice","latMin","lonSign","lonMin","parseEclipsePath","csv","tsv","dsv","parseRows","utcString","utc","setUTCHours","setUTCMinutes","setUTCSeconds","setUTCMilliseconds","northernLimit","southernLimit","centerLine","ratio","sunAlt","sunAz","pathWidth","eclipseDuration","localTimeString","formatInTimeZone","getTime","cloudData","_i","minLat","maxLat","minLon","dLon","dLat","cloudDataArray","j","wwtMove","move","extends","MiniDSBase","required","initialCameraParams","raRad","decRad","zoomDeg","_totalEclipseTimeUTC","sunPlace","Place","set_names","set_classification","solarSystem","set_target","sun","set_zoomLevel","moonPlace","moon","initialView","userSelectedLocations","maybeUUID","window","localStorage","getItem","existingUser","uuid","v4","setItem","storedOptOut","latitudeRad","longitudeRad","selectedCloudCoverVariable","infoTimeMs","userGuideTimeMs","weatherTimeMs","weatherInfoTimeMs","eclipseTimerTimeMs","appStartTimestamp","infoStartTimestamp","userGuideStartTimestamp","weatherStartTimestamp","weatherInfoStartTimestamp","eclipseTimerStartTimestamp","splash","backgroundImagesets","sheet","layersLoaded","positionSet","imagesetFolder","searchText","searchResults","locationJustUpdated","showMapTooltip","showTextTooltip","showMapSelector","showLocationSelector","awv","selectionProximity","pointerMoveThreshold","isPointerMoving","pointerStartPosition","locationErrorMessage","syncDateTimeWithWWTCurrentTime","syncDateTimewithSelectedTime","sunOffset","presetMapOptions","ext","eclipseCenterLine","currentFractionEclipsed","visitedCloudCover","playingIntervalId","playingWaitCount","activePointer","showTextSheet","showLinkToPath","moonColor","guidedContentHeight","scrollUp","tab","viewerMode","showSky","skyColorNight","skyColorLight","skyOpacity","horizonOpacity","moonTexture","playbackRateValue","horizonRate","scopeRate","textSearchSelectedLocations","cloudCoverSelectedCount","eclipseStart","eclipseMid","eclipseEnd","eclipseApproach","eclipseType","showEclipseTimer","beforeCreate","searchParams","URLSearchParams","search","parseFloat","get","splashQuery","createUserEntry","waitForReady","skyBackgroundImagesets","setTime","dateTime","wwtSettings","set_localHorizonMode","set_showAltAzGrid","set_showAltAzGridText","_makeAltAzGridText","_draw","bind","roll","_angle","_tilt","updatePanForMobile","onWWTRenderFrame","Texture","fromUrl","setForegroundImageByName","setForegroundOpacity","updatePlanetLocation","wwtCurrentTime","updateMoonTexture","updateWWTLocation","setClockSync","setClockRate","startHorizonMode","trackSun","getEclipsePrediction","setInterval","updateFrontAnnotations","addEventListener","visibilityState","sendUpdateData","resetData","$nextTick","updateSkyOpacityForSunAlt","element","getElementById","onScroll","typeString","Map","begins","$vuetify","display","xs","starting","selectedTimezoneOffset","getTimezoneOffset","selectedLocalDateString","getCloudCover","selectedLocationCloudCoverString","ready","selectedDate","smAndDown","forwardGeocodingCss","userZoom","wwtZoomDeg","set","gotoRADecZoom","wwtRARad","wwtDecRad","rollRad","instant","wwtContentHeight","mainContent","windowHeight","innerHeight","_value","selectSheet","tickDurationMS","maxPlaybackRate","minDuration","sunPosition","sunAltAz","equatorialToHorizontal","moonPosition","moonAltAz","sunAboveHorizon","altRad","percentEclipsed","trackingSun","defaultRate","inEclipse","eclipsePhase","nearTotality","nearEclipseMax","locationInTotality","poly","point","_x","_y","scrollTop","scrollToTop","scrollTo","top","scrollHeight","cc","gotoTarget","noZoom","trackObject","trackSunOffset","getSunOffsetWorldPosition","resolve","sunLocation","sunPoint","offsetPoint","offsetLocation","findRADecForScreenPoint","set_RA","set_dec","angleInZeroToTwoPi","twoPi","angleBetween","test","lower","upper","greatCircleDistance","coord1","coord2","ra1","dec1","ra2","dec2","updateIntersection","canvasHeight","moonPoint","getJulian","distanceToMoon","CAAMoon","radiusVector","distanceToSun","rMoon","rSun","thetaMoon","thetaSun","rMoonPx","rSunPx","points","sunMoonDistance","moonInsideSun","sunInsideMoon","dSq","rMoonSq","rSunSq","moonArea","sunArea","fractionEclipsed","intersectionArea","forceTotality","cfe","x1","y1","x2","y2","ysh","epsilon","mPerp","yInt","sqrDisc","alpha","theta1","theta2","rangeSize","thetaS1","thetaS2","alphaS","rangeSizeS","centroidX","centroidY","p1","p2","locations","overlay","Poly2","textureFromAssetImage","assetFilename","force","filename","blueMoon","opacityToUse","clearPlayingInterval","clearInterval","moveOneIntervalForward","moveOneIntervalBackward","toUTCDateString","getUTCMonth","getUTCDate","getUTCFullYear","toUTCTimeString","minutes","getUTCMinutes","minuteString","ampm","getUTCHours","toLocaleDateString","toLocaleTimeString","hours","set_locationLat","set_locationLng","addToLocations","visitedLocation","onTimeSliderChange","API_BASE_URL","method","headers","content","exists","status","user_uuid","body","JSON","stringify","user_selected_locations","cloud_cover_selected_locations","text_search_selected_locations","info_time_ms","app_time_ms","user_guide_time_ms","advanced_weather_selected_locations_count","cloud_cover_selected_locations_count","infoTime","userGuideTime","weatherTime","weatherInfoTime","eclipseTimerTime","delta_info_time_ms","delta_app_time_ms","delta_advanced_weather_time_ms","delta_weather_info_time_ms","delta_user_guide_time_ms","delta_eclipse_timer_time_ms","delta_advanced_weather_selected_locations_count","delta_cloud_cover_selected_locations_count","keepalive","logLocation","logPosition","printUTCDate","getUTCSeconds","blurActiveElement","altAzToHADec","azRad","getUTCMilliseconds","mstFromUTC2","longRad","modifiedJD","julianCenturies","mst","horizontalToEquatorial","st","haDec","ha","hourAngle","sinAlt","altitude","cosAz","azimuth","createHorizon","when","delta","raDec","createSky","Poly","removeAnnotations","clearAnnotations","onPointerMove","dist","pageX","pageY","_event","updateForDateTime","updateGuidedContentHeight","guidedContentContainer","topbanner","getSunAltitudeAtTime","getTimeforSunAlt","altDeg","rising","setting","setTimeforSunAlt","risingTime","matchTime","settingTime","dt","_civilTwilight","astronomicalTwilight","dssOpacity","frac","E","baseURL","origin","pathname","clipboard","writeText","ignoreDuplicates","findBestFeature","collection","textForMapboxFeature","context","itemType","shortCode","itemText","textForMapboxResults","setLocationFromFeature","ezrate","_val","show","tooltip","activeElement","blur","_css","optOut","_show","_zoom","_oldZoom","_date","_time","near","oldNear","path","play","mode","_color","isAbove","pos","_frac","currentPlace","warn","enter","afterEnter","leave","getComputedStyle","visibility","requestAnimationFrame","_withScopeId","loading","stayPaused","stillOnly","role","onClick","pause","components","VIcon","mediaQuery","matchMedia","details","matches","removeAttribute","visible","created","isMobile","userAgent","focused","altText","containerCSS","hovered","active","image","backgroundCSS","textCSS","backgroundColor","backgroundOpacity","fontSize","fontWeight","lineHeight","border","borderRadius","hoveredColor","activeColor","focusedColor","hoveredBorder","activeBorder","focusedBorder","css","showPermissions","permissions","counter","hideButton","useTextButton","geolocationError","showTextProgress","showProgressCircle","permissionGranted","progressCircleSize","indeterminate","loaded","showTextLabel","showCoords","VBtn","VProgressCircular","debug","trueIcon","falseIcon","_payload","permission","permissionDenied","emitLocation","noPermissionsApi","query","handlePermission","onchange","state","debugmsg","handlePosition","handleGeolocationError","code","message","geolocate","showLoading","maximumAge","setTimeout","tooltipLocation","tooltipOnClick","tooltipOnFocus","tooltipOnHover","tooltipOffset","tooltipText","showTooltip","$attrs","buttonID","handleTouchStart","handleTouchEnd","VTooltip","inheritAttrs","longPressTimeMs","longPressTimeout","clearTimeout","cloudCoverFracToLabel","noClick","bold","underlined","showFor","validator","timedShow","hide","inlineButton","showCloseButton","isPaused","reverseTime","valueToMark","useBuiltInTicks","ticks","marks","base","logBase","log2","sequence","rightSide","_","leftSide","reverse","seq","concat","fromSymLogIndex","inverseTransform","isArray","absValue","toSymlogIndex","makeSymmetric","right","left","linspace","start","stop","symmLinspace","symLog","SymmetricalLogTransform","VSlider","maxPower","smallScreen","input","setProperty","entries","track","tickContainer","psc","scrollWidth","classList","symlog","myTicks","pre","rt","for","_component_cloud_data_explainer","_component_cloud_cover_line","_component_bar_chart","_component_line_chart","showValue","locationName","explainerOpen","sm","order","selectedStat","dataSubset","mapSubsets","selectedYear","availableYears","needToUpdate","updateData","displayData","modisDataSet","hint","modisTimes","displayCharts","inBounds","locationValue","statText","codes","skyCoverCodes","ranges","skyCoverCodeRanges","icons","skyCoverIcons","median","cloudDataNearLocation","mean","loadingNewMap","showOnMap","displayedCloudData","selectedDataIndex","selectedDataCloudCover","transferFunction","eclipsePaths","nsteps","mapDescriptionText","labels","hideHistogramSubset","cloudDataHistogram","locationHistogram","colors","colorMap","barAnnotationLabel","stacked","allYears","borderColor","borderWidth","subsetSelected","subsetData","callback","timeseries","yMin","yMax","drawTime","xMin","close","canvasID","accessiblityLabel","customCanvasBackgroundColor","beforeDraw","chart","_args","globalCompositeOperation","fillRect","SingleOrArrayProp","register","canvasColor","histogramData","dataLabel","barAnnotations","barLabelScale","barOffset","animated","otherDatasets","showHover","showLegend","hoverColors","interim","darken","hexString","chartData","datasets","hoverBackgroundColor","chartOptions","responsive","maintainAspectRatio","animation","scales","grid","beginAtZero","plugins","font","legend","annotation","barChartAnnotation","acc","getContext","renderChart","dataIndex","barAnnotationString","barValueByIndex","textAlign","padding","xMax","xScaleID","yScaleID","stackedBarValueByIndex","dataset","handler","getChart","destroy","deep","random","scatterData","lineData","otherData","scatterLabel","lineLabel","lineColor","xRange","yRange","showLine","showScatter","reverseY","reverseX","hideXAxis","hideYAxis","scatterOptions","lineOptions","bothAxisOptions","xAxisOptions","yAxisOptions","xTickFormatter","yTickFormatter","subsets","subsetStyles","getKey","obj","defaultKey","oomFloor","oOM","mag","oomCeil","ceil","oldChart","computedScatterData","computedLineData","defaultScatterStyle","pointStyle","styleBySubset","styles","_d","subset","outData","hideLabel","hideIcon","hideValue","hideText","getText","findIndex","range","colorbarGradient","colorbar","firstChild","removeChild","co","div","createElement","appendChild","latitudesEightDay","longitudesEightDay","cityBoston","inflateFromZip","Uint8Array","arrayBuffer","to","latitudesOneDay","longitudesOneDay","coordsEightPromise","coordsEight","coordsOnePromise","coordsOne","getStat","stat","modisDirs","BarChart","LineChart","LocationSelector","CloudCoverLine","ColorBar","DefineTerm","defaultLocation","showCharts","eps","firstOpen","dataloaded","dataLoadingProgress","elNinoYears","laNinaYears","neutralYears","allModisData","latLonIndex","allYearsSummary","neutralYearsSummary","elNinoYearsSummary","laNinaYearsSummary","mapDetailsText","mapShowHideText","transferFunction8","all","checkInBounds","updateLocationName","loadEightDayData","updateMapDescriptionText","allCloudData","selectedYears","hide1","hide2","latitudes","longitudes","allData","keys","getLatLonIndex","hist","count","yearForLocation","getHistogram","getFullYear","elNinoData","neutralData","laNinaData","allYearsData","_v","pointRadius","transferFunction1","norm","array","inflateFromCsv","csvPath","loadSummaryData","getElNinoData","module","getNeutralData","getLaNinaData","getAllYearsData","getDataForYears","years","loadOneDayData","zip","arrays","distances","lat2","minIndex","word","charAt","toUpperCase","isLineGraphData","nums","modis","updateMapShowHideText","getCloudCoverText","old","scrollable","direction","initialTab","showTimer","timeToEclipse","noEclipse","toLowerCase","isTotal","totalityDuration","timeString","tzPref","divided","mandatory","tzCode","dayInMs","hourInMs","minuteInMs","secondInMs","VBtnToggle","getTimeToEclipse","pred","toUtcString","toLocalString","circumstance","end","_normal","days","cssStyles","performForwardGeocodingSearch","clearSearchData","stayOpen","place_name","searchProvider","theme","info","timedJustUpdatedLocation","defaultSet","aliases","sets","mdi","locale","fallback","messages","en","defaultTheme","update","binding","use","wwtPinia","vuetify","directive","beforeMount","_vnode","_prevVnode","updated","component","WWTComponent","IconButton","TransitionExpand","GifPlayPause","CreditLogos","ImageLabel","FundingAcknowledgment","GeolocationButton","HoverTooltip","CloudCover","PlaybackControl","AdvancedWeatherView","CloudDataExplainer","EclipseTimer","LocationSearch","mount","typedArray","Reflect","getPrototypeOf","Int8Array","defineProperty","prototype","trunc","writable","enumerable","configurable","webpackAsyncContext","req","__webpack_require__","Error","exports","webpackContext","webpackContextResolve","__webpack_module_cache__","moduleId","cachedModule","__webpack_modules__","call","deferred","O","chunkIds","fn","priority","notFulfilled","Infinity","fulfilled","every","splice","getter","__esModule","leafPrototypes","getProto","def","current","getOwnPropertyNames","globalThis","prop","hasOwnProperty","Symbol","toStringTag","installedChunks","chunkId","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","chunkLoadingGlobal","self","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file diff --git a/js/app.d213c18e.js b/js/app.d213c18e.js deleted file mode 100644 index ab67b57..0000000 --- a/js/app.d213c18e.js +++ /dev/null @@ -1,2 +0,0 @@ -(()=>{var e={1e3:(e,t,o)=>{"use strict";var n=o(3751),i=o(3637),a=o(641),r={class:"map-container"};function l(e,t,o,n,i,l){return(0,a.uX)(),(0,a.CE)("div",r)}var s=o(1635),c=o(3481),u=o.n(c),d=o(6039),h={templateUrl:"https://{s}.google.com/vt/lyrs=p&x={x}&y={y}&z={z}",minZoom:1,maxZoom:20,subdomains:["mt0","mt1","mt2","mt3"],attribution:'© Google Maps',className:"map-tiles"};const p=(0,a.pM)({emits:["place","update:modelValue","error","dataclick","finishLoading"],props:{activatorColor:{type:String,default:"#ffffff"},showCloudCover:{type:Boolean,default:!1},detectLocation:{type:Boolean,default:!0},modelValue:{type:Object,default:function(){return{latitudeDeg:42.3814,longitudeDeg:-71.1281}}},mapOptions:{type:Object,default:function(){return h}},initialPlace:{type:Object,default:null},places:{type:Array,default:function(){return[]}},placeCircleOptions:{type:Object,default:function(){return{color:"#0000FF",fillColor:"#3333FF",fillOpacity:.5,radius:150}}},placeSelectable:{type:Boolean,default:!0},selectable:{type:Boolean,default:!0},selectedCircleOptions:{type:Object,default:function(){return{color:"#FF0000",fillColor:"#FF0033",fillOpacity:.5,radius:200}}},selectionEvent:{type:String,default:"click"},worldRadii:{type:Boolean,default:!1},geoJsonFiles:{type:Array,default:function(){return[]}},selectedCloudCover:{type:Array,default:null},cloudCoverOpacityFunction:{type:Function,default:function(e){return e>=.05?.2+.8*Math.pow(e,1.5):e}},rectangleDegrees:{type:Number,default:1}},mounted:function(){this.initialPlace&&(this.selectedPlace=this.initialPlace),this.detectLocation&&this.getLocation(!0),this.setup(!0),this.setupResizeObserver()},data:function(){return{resizeObserver:null,eclipsePath:[],placeCircles:[],hoveredPlace:null,selectedCircle:null,selectedPlace:null,selectedPlaceCircle:null,cloudCoverRectangles:u().layerGroup(),map:null,basemap:null,fromInside:null,rectanglesCreated:!1,index:{}}},methods:{setupResizeObserver:function(){var e=this,t=document.querySelector("#map-container");this.resizeObserver=new ResizeObserver((function(){var t;null===(t=e.map)||void 0===t||t.invalidateSize()})),this.resizeObserver.observe(t)},parseResult:function(e){var t=this;null!==this.cloudCoverRectangles&&(this.index={},e.forEach((function(e,o){var n=e.lat,i=e.lon,a=e.cloudCover;if(!(isNaN(n)||isNaN(i)||isNaN(a))){var r="".concat(n,",").concat(i);t.index[r]=o;var l=t.createRectangle(n,i,a,o);l&&t.cloudCoverRectangles.addLayer(l)}})),null!==this.map&&(this.cloudCoverRectangles.addTo(this.map),this.$emit("finishLoading")))},createRectangle:function(e,t,o,n){var i=this,a=this.getColor(o),r=u().rectangle([[e+this.rectangleDegrees/2,t-this.rectangleDegrees/2],[e-this.rectangleDegrees/2,t+this.rectangleDegrees/2]],{stroke:!0,color:a,weight:.01,opacity:o,fillColor:a,fillOpacity:this.cloudCoverOpacityFunction(o)});return r.on("click",(function(){console.log("dataclick",{lat:e,lon:t,cloudCover:o,index:n}),i.$emit("dataclick",{lat:e,lon:t,cloudCover:o,index:n})})),r},sigmoid:function(e){if(null===e)return 0;var t=(e-.5)/.12,o=Math.exp(t);return o/(1+o)},getColor:function(e){var t=0,o="0%",n="100%";return"hsla(".concat(t,", ").concat(o,", ").concat(n,",.9)")},getLocation:function(e){var t=this;void 0===e&&(e=!1);var o={timeout:1e4,enableHighAccuracy:!0};navigator.geolocation.getCurrentPosition((function(e){t.updateValue({longitudeDeg:e.coords.longitude,latitudeDeg:e.coords.latitude}),t.map&&t.map.setView([e.coords.latitude,e.coords.longitude],t.map.getZoom())}),(function(o){var n="Unable to autodetect location. Location will default to Cambridge, MA, USA, or you can\nuse the location selector to manually input a location.";e?(0,d.me)({group:"startup-location",type:"error",text:n,duration:4500}):t.$emit("error",n)}),o)},sameLoc:function(e,t){return e.latitudeDeg===t.latitudeDeg&&e.longitudeDeg===t.longitudeDeg},circleForLocation:function(e,t){return this.circleMaker([e.latitudeDeg,e.longitudeDeg],t)},circleForSelection:function(){if(this.selectedPlace)return null;var e=this.circleForLocation(this.modelValue,(0,s.Cl)((0,s.Cl)({},this.selectedCircleOptions),{interactive:!1}));return e.bringToFront(),e},circleForPlace:function(e){var t=e===this.selectedPlace?this.selectedCircleOptions:this.placeCircleOptions,o=this.circleForLocation(e,t);return e.name&&o.bindTooltip(e.name),o},onPlaceSelect:function(e){this.fromInside=!0,this.updateValue({longitudeDeg:e.longitudeDeg,latitudeDeg:e.latitudeDeg}),this.$emit("place",e),this.selectedPlace=e},onMapSelect:function(e){this.fromInside=!0;var t=e.latlng.lng+180;t=(t%360+360)%360,t-=180,this.selectedPlace=null,this.updateValue({latitudeDeg:e.latlng.lat,longitudeDeg:t})},setup:function(e){var t,o,n,i,a,r=this;void 0===e&&(e=!1),console.log("setup",e);var l=this.$el,c=e&&this.mapOptions.initialLocation?this.locationToLatLng(this.mapOptions.initialLocation):this.latLng,d=null!==(t=this.mapOptions.initialZoom)&&void 0!==t?t:4,p=e?d:null!==(n=null===(o=this.map)||void 0===o?void 0:o.getZoom())&&void 0!==n?n:d,f=u().map(l,{renderer:new(u().Canvas)}).setView(c,p),m=(0,s.Cl)((0,s.Cl)({},h),this.mapOptions);this.basemap=u().tileLayer(m.templateUrl,m),this.basemap.addTo(f),this.placeCircles=this.places.map((function(e){return r.circleForPlace(e)})),this.placeCircles.forEach((function(e,t){e.on("mouseover",(function(){var o=r.places[t];r.hoveredPlace=o,e.openTooltip([o.latitudeDeg,o.longitudeDeg])})),r.placeSelectable&&e.on("click",(function(){r.onPlaceSelect(r.places[t])})),e.on("mouseout",(function(){r.hoveredPlace=null})),e.addTo(f)})),this.selectedCircle=this.circleForSelection(),null===(i=this.selectedCircle)||void 0===i||i.addTo(f),f.doubleClickZoom.disable(),this.selectable&&f.on(this.selectionEvent,this.onMapSelect),f.attributionControl.setPrefix('Leaflet'),this.geoJsonFiles.forEach((function(e){var t=e.url,o=e.geojson,n=e.style;t?fetch(t).then((function(e){return e.json()})).then((function(e){var o=u().geoJSON(e,{style:n}).addTo(f);t.includes("center")&&(o.bringToFront(),r.eclipsePath.push(o))})).catch((function(e){console.error("Error:",e)})):o&&u().geoJSON(o,{style:n,pointToLayer:function(e,t){return e.properties.absoluteRadius?(n.radius=e.properties.absoluteRadius,u().circle(t,n)):u().circleMarker(t,n)},onEachFeature:function(e,t){e.properties&&e.properties.popupContent&&t.bindPopup(e.properties.popupContent)}}).addTo(f)})),this.eclipsePath.map((function(e){return e.bringToFront()})),null===(a=this.selectedCircle)||void 0===a||a.bringToFront(),this.map=f,this.updateCloudCover(this.showCloudCover),this.bringLocationAndPathToFront()},updateValue:function(e){this.$emit("update:modelValue",e)},updateCircle:function(){var e;this.map&&(null===(e=this.selectedCircle)||void 0===e||e.remove(),this.selectedCircle=this.circleForSelection(),this.selectedCircle&&(this.selectedCircle.addTo(this.map),this.bringLocationAndPathToFront()))},bringLocationAndPathToFront:function(){var e;this.eclipsePath.map((function(e){return e.bringToFront()})),null===(e=this.selectedCircle)||void 0===e||e.bringToFront()},locationToLatLng:function(e){return[e.latitudeDeg,e.longitudeDeg]},updateRectangleIntensity:function(e){var t=this;void 0===e&&(e=null),this.cloudCoverRectangles.eachLayer((function(o){var n;if(o instanceof u().Rectangle){var i=o.getBounds().getCenter(),a=i.lat,r=i.lng,l="".concat(a,",").concat(r),s=null!==e&&void 0!==e?e:null===(n=t.selectedCloudCover[t.index[l]])||void 0===n?void 0:n.cloudCover;void 0!==s&&o.setStyle({fillOpacity:t.cloudCoverOpacityFunction(s),opacity:s})}})),this.$emit("finishLoading")},updateCloudCover:function(e){e?this.rectanglesCreated?this.updateRectangleIntensity():(this.parseResult(this.selectedCloudCover),this.rectanglesCreated=!0):this.updateRectangleIntensity(0)}},computed:{circleMaker:function(){return this.worldRadii?u().circle:u().circleMarker},latLng:function(){return this.locationToLatLng(this.modelValue)},pixelSize:function(){var e,t;if(null===this.selectedCloudCover)return 0;var o=Array.from(new Set(null===(e=this.selectedCloudCover)||void 0===e?void 0:e.map((function(e){return e.lat})))).sort(),n=Array.from(new Set(null===(t=this.selectedCloudCover)||void 0===t?void 0:t.map((function(e){return e.lon})))).sort(),i=o.map((function(e,t,o){return 0===t?0:e-o[t-1]})),a=n.map((function(e,t,o){return 0===t?0:e-o[t-1]})),r=i.reduce((function(e,t){return e+t}),0)/i.length,l=a.reduce((function(e,t){return e+t}),0)/a.length;return(r+l)/2}},watch:{selectedCloudCover:function(e){null!==e&&void 0!==e&&(this.updateCloudCover(this.showCloudCover),this.bringLocationAndPathToFront())},modelValue:function(e,t){this.updateCircle();var o=!this.fromInside&&!this.sameLoc(e,t);!this.map||this.map.getBounds().contains(this.latLng)&&!o||this.map.setView(this.latLng,o?10:this.map.getZoom()),this.fromInside=!1},mapOptions:function(e,t){var o,n;null!==t&&null!==e&&e.templateUrl!==t.templateUrl&&(null===(o=this.basemap)||void 0===o||o.setUrl(null!==(n=e.templateUrl)&&void 0!==n?n:h.templateUrl))},showCloudCover:function(e){this.updateCloudCover(e),this.bringLocationAndPathToFront()},places:function(){var e;null===(e=this.map)||void 0===e||e.remove(),this.setup()},selectedPlace:function(e){var t,o=this.places.indexOf(e),n=this.selectedPlaceCircle;this.selectedPlaceCircle=this.placeCircles[o],null===n||void 0===n||n.setStyle(this.placeCircleOptions),null===(t=this.selectedPlaceCircle)||void 0===t||t.setStyle(this.selectedCircleOptions)}}});var f=o(6262);const m=(0,f.A)(p,[["render",l]]),g=m;var v=o(33),y=o(9007),b=o(6059),w=o(3312),C=o(5494),k=o(9311),_=o(2082),x=o(1332),S=o(3978),T=o(2877),L=o(5112),W=o(8507),M=o(4492),D=o(4261),P=o(1743),N=o(2939),z=o(7593),F=o(6861),A=o(4004),E=o(7320),O=o(9543),I=o(7318),R=o(6175),V=o(4859),U=o(8671),B=o(331),X={id:"non-map-container"},H={id:"title-row",class:"non-map-row"},q={id:"title"},Y={key:0},j={key:1},G={key:2},$={id:"instructions-row",class:"non-map-row"},Q={id:"top-container-main-text"},J={key:0,class:"instructions-text"},Z={class:"description"},K={key:0},ee={key:0},te=(0,a.Lk)("strong",null,"drag",-1),oe={key:1},ne=(0,a.Lk)("strong",null,"drag",-1),ie={key:0},ae={key:2},re={key:3},le={key:4},se={key:5},ce=(0,a.Lk)("strong",null,"Enter a location",-1),ue={key:1},de=(0,a.Lk)("p",null,[(0,a.Lk)("strong",null,[(0,a.Lk)("span",{class:"highlighted bg-red"},"Red line")]),(0,a.eW)(" + "),(0,a.Lk)("span",{class:"highlighted bg-grey text-black"},"Grey band"),(0,a.eW)(": path of total eclipse on map ")],-1),he={class:"mt-2"},pe={key:0},fe=(0,a.Lk)("strong",null,"My Location",-1),me={key:1,class:"d-flex justify-end",id:"info-text-button"},ge={key:2,class:"instructions-text"},ve={class:"description"},ye={class:".d-flex"},be=(0,a.Lk)("a",{href:"https://modis.gsfc.nasa.gov/",target:"_blank",rel:"noopener noreferrer"},"MODIS",-1),we={key:3,class:"instructions-text"},Ce={class:"description"},ke={class:".d-flex"},_e=(0,a.Lk)("div",null,[(0,a.Lk)("p",null,"View different statistics for the data beyond just the 20-year median shown here."),(0,a.Lk)("p",null," Explore whether phenomena like El Niño historically impacted cloud cover patterns.")],-1),xe={class:"my-2"},Se={id:"button-row",class:"non-map-row"},Te={id:"top-container-buttons"},Le={id:"map-column"},We=["data-before-text"],Me={key:0,id:"map-banner",class:"show-after"},De={key:0},Pe={key:1},Ne={class:"video-wrapper"},ze=(0,a.Lk)("video",{controls:"",id:"info-video"},[(0,a.Lk)("source",{src:y,type:"video/mp4"})],-1),Fe=(0,a.Lk)("h3",{class:"v-btn tab-title"},"Information",-1),Ae=(0,a.Lk)("div",{id:"info-text-box"},[(0,a.Lk)("div",{id:"main-info-text"},[(0,a.Lk)("p",null," On April 8, 2024, North America will be treated to an awe-inspiring total eclipse. "),(0,a.Lk)("p",null," This interactive lets you explore the April total eclipse from different locations. "),(0,a.Lk)("p",{id:"safety-warning"}," SAFETY FIRST: NEVER look directly at the Sun without proper eye protection. ")]),(0,a.Lk)("div",{id:"FAQ"},[(0,a.Lk)("details",null,[(0,a.Lk)("summary",null," What causes Solar Eclipses? "),(0,a.Lk)("p",null," A solar eclipse happens when the Moon passes between the Earth and the Sun and blocks the Sun from our view. Partial eclipses occur about every 6 months, somewhere on the Earth. In 2023 and 2024, the US has been lucky to be in the path of two solar eclipses. ")]),(0,a.Lk)("details",null,[(0,a.Lk)("summary",null," Total? Annular? What is the difference?"),(0,a.Lk)("p",null,[(0,a.eW)(" During a "),(0,a.Lk)("strong",null,"total eclipse"),(0,a.eW)(", the Moon covers the entire face of the Sun. Because the Moon doesn't orbit the Earth in a perfect circle, sometimes it is farther away from Earth and appears smaller. When this happens, the Moon doesn't cover the entire face of the Sun. During the eclipse we can still see a bright ring of light around the Moon, sometimes called the \"Ring of Fire.\" This is called an "),(0,a.Lk)("strong",null,"annular Eclipse"),(0,a.eW)(". ")])]),(0,a.Lk)("details",null,[(0,a.Lk)("summary",null," What is the wispy haze around the Sun during a Total Solar Eclipse?"),(0,a.Lk)("p",null,[(0,a.eW)(" The "),(0,a.Lk)("strong",null,"corona"),(0,a.eW)(" is the outermost layer of the Sun's atmosphere, and it is made up of extremely hot, glowing gas. We usually can't see the corona because the Sun's surface shines so much more brightly. During a total solar eclipse, the Moon blocks light from the surface of the Sun, making it possible to see the ethereally beautiful corona. ")])]),(0,a.Lk)("details",null,[(0,a.Lk)("summary",null," Why can only some places see the eclipse?"),(0,a.Lk)("p",null," An eclipse is caused by the Moon casting a shadow on the Earth. People who are directly behind the Moon will see an annular or total eclipse. As the Moon moves in its orbit around Earth, and as Earth rotates, the location of the shadow will move, sweeping out a path across the surface of the Earth. For a larger number of people who are not directly behind the moon, a smaller amount of the Sun will be blocked, causing a partial eclipse. Even further outside the shadow the Sun will not be blocked at all, and there will be no eclipse visible. "),(0,a.Lk)("p",null," The animated figure shows that the Moon's shadow on Earth has two distinct regions. The darker part of the shadow is directly behind the Moon, where people will experience an annular or total eclipse. The lighter part of the shadow falls where people on Earth will see a partial solar eclipse. ")]),(0,a.Lk)("details",null,[(0,a.Lk)("summary",null,"How precise are location and timing predications in this Data Story?"),(0,a.Lk)("p",null," You may notice some discrepancies in the reported eclipse percentages or with eclipse start and end times compared with other predictions. This is caused by limitations in precision for the calculations used to display the locations and sizes of the Sun and Moon on your screen. Totality timing predictions in this Data Story should be accurate to within about 15 seconds. ")]),(0,a.Lk)("details",null,[(0,a.Lk)("summary",null,"Where can I learn more?"),(0,a.Lk)("p",null,[(0,a.eW)(" Check out "),(0,a.Lk)("ul",null,[(0,a.Lk)("li",null,[(0,a.Lk)("a",{href:"https://science.nasa.gov/eclipses/future-eclipses/eclipse-2024/where-when/",target:"_blank",rel:"noopener noreferrer"},"NASA's website"),(0,a.eW)(" about the April eclipse ")]),(0,a.Lk)("li",null,[(0,a.eW)(" Infiniscope's Kingdom in Peril lessons on eclipses, available in "),(0,a.Lk)("a",{href:"https://infiniscope.org/collection/3",target:"_blank",rel:"noopener noreferrer"},"English"),(0,a.eW)(" and "),(0,a.Lk)("a",{href:"https://infiniscope.org/collection/6",target:"_blank",rel:"noopener noreferrer"},"Spanish")]),(0,a.Lk)("li",null,[(0,a.Lk)("a",{href:"https://EclipseSoundscapes.org",target:"_blank",rel:"noopener noreferrer"},"Eclipse Soundscapes"),(0,a.eW)(" citizen science project ")]),(0,a.Lk)("li",null,[(0,a.eW)(" Fiske Planetarium's "),(0,a.Lk)("a",{href:"https://www.colorado.edu/fiske/projects/science-through-shadows",target:"_blank",rel:"noopener noreferrer"},"Science Through Shadows"),(0,a.eW)(" videos ")])])])])])],-1),Ee=(0,a.Lk)("figcaption",null,"Image credit: NASA Goddard / Katy Mersmann",-1),Oe=(0,a.Lk)("div",{class:"disclaimer"},"Not to scale",-1),Ie=(0,a.Lk)("h3",{class:"v-btn tab-title"},"User Guide",-1),Re=(0,a.Lk)("p",{style:{"font-size":"calc(1.1 * var(--default-font-size))"},class:"mb-5"}," This Cosmic Data Story allows you to display the April 8, 2024 Total Solar Eclipse from any location. ",-1),Ve=(0,a.Lk)("br",null,null,-1),Ue=(0,a.Lk)("br",null,null,-1),Be={style:{"min-height":"120px"}},Xe=(0,a.Lk)("h4",{class:"user-guide-header"},"Time Controls:",-1),He=(0,a.Lk)("p",{class:"mb-3"},"(Bottom-left of the screen)",-1),qe=(0,a.Lk)("p",null," By default, time is moving forward at 100x the real speed. Time slows down to 10x the real speed as the eclipse approaches totality. ",-1),Ye={class:"text-list"},je={class:"ml-5"},Ge=(0,a.Lk)("li",{class:"ml-5"}," Use the slider to fine-tune desired speed. ",-1),$e=(0,a.Lk)("h4",{class:"user-guide-header"},"Viewing Mode:",-1),Qe=(0,a.Lk)("p",{class:"mb-3"},"(Upper-right of the screen)",-1),Je={class:"text-list"},Ze=(0,a.Lk)("li",null,[(0,a.Lk)("span",{style:{color:"blue","background-color":"white","padding-inline":"0.7em","border-radius":"20px","font-weight":"bold"}},"selected location"),(0,a.eW)(" The currently selected location. ")],-1),Ke=(0,a.Lk)("li",{class:"mb-2"},[(0,a.Lk)("span",{style:{color:"blue","background-color":"white","padding-inline":"0.7em","border-radius":"20px","font-weight":"bold"}},"date/time"),(0,a.eW)(" The date and time being displayed by WorldWide Telescopse ")],-1),et={key:0},tt=(0,a.Lk)("span",{style:{color:"blue","background-color":"white","padding-inline":"0.7em","border-radius":"20px","font-weight":"bold"}},"Eclipsed: ",-1),ot={key:1,class:"switch-bullets"},nt=(0,a.Lk)("span",{class:"user-guide-emphasis"}," Track Sun:",-1),it={key:2,class:"switch-bullets mb-5"},at=(0,a.Lk)("span",{class:"user-guide-emphasis"}," Don't Track Sun:",-1),rt=(0,a.Lk)("h4",{class:"user-guide-header"},"Display Options:",-1),lt=(0,a.Lk)("p",{class:"mb-3"},"(Bottom-right of the screen)",-1),st={class:"text-list"},ct={class:"mb-2"},ut=(0,a.Lk)("span",{class:"user-guide-emphasis-white"},"eclipse timing",-1),dt={key:0},ht=(0,a.Lk)("span",{class:"user-guide-emphasis-white"},"Center Sun:",-1),pt=(0,a.Lk)("li",null,[(0,a.Lk)("span",{class:"user-guide-emphasis-white"},"Sky Grid:"),(0,a.eW)(" Display altitude/azimuth grid with cardinal directions. ")],-1),ft=(0,a.Lk)("li",null,[(0,a.Lk)("span",{class:"user-guide-emphasis-white"},"Horizon/Daytime Sky:"),(0,a.eW)(' Display a virtual "ground" that delineates where the Sun rises and sets. Show a blue sky when the Sun is above the horizon. ')],-1),mt=(0,a.Lk)("li",null,[(0,a.Lk)("span",{class:"user-guide-emphasis-white"},"Visible Moon:"),(0,a.eW)(" Solar Eclipses occur during a New Moon, when the Moon is not normally visible in the sky. This option makes it easier to see the Moon against the sky. ")],-1),gt={key:1},vt=(0,a.Lk)("span",{class:"user-guide-emphasis-white"},"Eclipse Timing:",-1),yt={key:2},bt=(0,a.Lk)("span",{class:"user-guide-emphasis-white"},"New Interface:",-1),wt={key:3,class:"mt-2"},Ct=(0,a.Lk)("span",{style:{color:"blue","background-color":"white","padding-inline":"0.7em","border-radius":"20px","font-weight":"bold"}},"Eclipsed:",-1),kt=(0,a.Lk)("h4",{class:"user-guide-header"},"Location Options:",-1),_t=(0,a.Lk)("p",{class:"mb-3"},"(Top-left of the screen)",-1),xt={class:"text-list"},St=(0,a.Lk)("strong",null,"My Location",-1),Tt=(0,a.Lk)("strong",null,"share-url",-1),Lt=(0,a.Lk)("div",{id:"text-credits"},[(0,a.Lk)("h3",null,"Credits:"),(0,a.Lk)("p",{class:"mt-2"},[(0,a.eW)("Atmospheric Physicist "),(0,a.Lk)("a",{href:"https://www.cfa.harvard.edu/people/caroline-nowlan",target:"_blank",rel:"noopener noreferrer"},"Caroline Nowlan"),(0,a.eW)(" provided valuable guidance on interpreting the "),(0,a.Lk)("a",{href:"https://neo.gsfc.nasa.gov/view.php?datasetId=MYDAL2_E_CLD_FR&date=2023-04-07",target:"_blank",rel:"noopener noreferrer"},"MODIS Cloud Cover"),(0,a.eW)(" data.")]),(0,a.Lk)("p",{class:"mt-3"},[(0,a.eW)("The path of totality data are from "),(0,a.Lk)("a",{href:"https://svs.gsfc.nasa.gov/5123",target:"_blank",rel:"noopener noreferrer"},"NASA's Science Visualization Studio"),(0,a.eW)(".")]),(0,a.Lk)("p",{class:"mt-3"},[(0,a.eW)("Eclipse Timing Predictions are by "),(0,a.Lk)("a",{href:"https://eclipse.gsfc.nasa.gov/JSEX/JSEX-NA.html",target:"_blank",rel:"noopener noreferrer"},"Fred Espenak and Chris O'Byrne"),(0,a.eW)(" (NASA's GSFC). "),(0,a.Lk)("em",null,"Adapted for TypeScript by CosmicDS Team")]),(0,a.Lk)("p",{class:"mt-3"},"Image of Sun is courtesy of NASA/SDO and the AIA, EVE, and HMI science teams."),(0,a.Lk)("p",{class:"my-3"},"This Cosmic Data Story is powered by WorldWide Telescope (WWT)."),(0,a.Lk)("h4",null,[(0,a.Lk)("a",{href:"https://www.cosmicds.cfa.harvard.edu/",target:"_blank",rel:"noopener noreferrer"},"CosmicDS"),(0,a.eW)(" Team:")]),(0,a.eW)(" John Lewis"),(0,a.Lk)("br"),(0,a.eW)(" Jon Carifio"),(0,a.Lk)("br"),(0,a.eW)(" Pat Udomprasert"),(0,a.Lk)("br"),(0,a.eW)(" Jack Hayes"),(0,a.Lk)("br"),(0,a.eW)(" Alyssa Goodman"),(0,a.Lk)("br"),(0,a.eW)(" Mary Dussault"),(0,a.Lk)("br"),(0,a.eW)(" Harry Houghton"),(0,a.Lk)("br"),(0,a.eW)(" Anna Nolin"),(0,a.Lk)("br"),(0,a.eW)(" Evaluator: Sue Sunbury"),(0,a.Lk)("br"),(0,a.Lk)("h4",null,[(0,a.Lk)("a",{href:"https://www.worldwidetelescope.org/",target:"_blank",rel:"noopener noreferrer"},"WorldWide Telescope"),(0,a.eW)(" Team:")]),(0,a.eW)(" Peter Williams"),(0,a.Lk)("br"),(0,a.eW)(" A. David Weigel"),(0,a.Lk)("br"),(0,a.eW)(" Jon Carifio"),(0,a.Lk)("br")],-1),Wt={class:"user-banner"},Mt={key:0,class:"banner-text"},Dt={key:1,class:"banner-text"},Pt={id:"main-content"},Nt={id:"geocoding-row",class:"d-flex align-center ga-1"},zt={id:"first-splash-row"},Ft=(0,a.Lk)("div",{id:"splash-screen-text"},[(0,a.Lk)("p",null,"WATCH the April 8"),(0,a.Lk)("p",{class:"highlight"},[(0,a.eW)("TOTAL"),(0,a.Lk)("br"),(0,a.eW)("Solar Eclipse")])],-1),At={key:0,id:"splash-screen-guide"},Et={key:1,id:"splash-screen-guide"},Ot={key:2},It={class:"splash-small-text"},Rt={id:"splash-screen-acknowledgements"},Vt=(0,a.Lk)("a",{href:"https://www.cosmicds.cfa.harvard.edu/",target:"_blank",rel:"noopener noreferrer"},"Cosmic Data Stories",-1),Ut=(0,a.Lk)("a",{href:"https://www.worldwidetelescope.org/home/",target:"_blank",rel:"noopener noreferrer"},"WorldWide Telescope",-1),Bt={id:"splash-screen-logos"},Xt={class:"modal",id:"modal-loading"},Ht=(0,a.Lk)("div",{class:"container"},[(0,a.Lk)("div",{class:"spinner"}),(0,a.Lk)("p",null,"Loading …")],-1),qt=[Ht],Yt={key:0,id:"introduction-overlay",class:"elevation-10"},jt={id:"intro-window-close-button"},Gt=(0,a.Lk)("div",{class:"intro-text"},[(0,a.Lk)("p",{class:"mb-5"}," On April 8, 2024, North America will experience a solar eclipse, where the Moon will appear to travel across the Sun, blocking out its light. "),(0,a.Lk)("p",{class:"mb-5"},[(0,a.eW)(" A lucky segment of Mexico, the U.S., and Canada will witness an awe-inspiring "),(0,a.Lk)("b",null,"total eclipse"),(0,a.eW)(". Other parts of North America will still see a "),(0,a.Lk)("em",null,"partial"),(0,a.eW)(" eclipse, where the Moon blocks out some, but not all of the Sun's light. ")]),(0,a.Lk)("p",{class:"mb-5"}," See what the eclipse will look like where you are, and what the historical cloud coverage has been during the week of April 8th from 2003–2023. ")],-1),$t={class:"intro-text mb-3"},Qt={key:0,class:"mb-3"},Jt=(0,a.Lk)("p",{class:"mb-3"}," Access these features in ",-1),Zt=(0,a.Lk)("span",{class:"px-2 py-1 my-2 mr-1",style:{border:"1px solid #eac402","border-radius":"1em",color:"#eac402","white-space":"nowrap"}},"Map & Weather",-1),Kt=[Jt,Zt],eo={key:1,class:"mb-3"},to=(0,a.Lk)("strong",null,"Select any location",-1),oo=(0,a.Lk)("strong",null,"View historical cloud data",-1),no=(0,a.Lk)("strong",null,"Explore historical cloud data",-1),io=(0,a.Lk)("strong",null,"Learn more",-1),ao=(0,a.Lk)("strong",null,"User Guide",-1),ro={id:"intro-bottom-controls"},lo={id:"top-wwt-content"},so={id:"location-date-display"},co={key:0,id:"top-switches"},uo={id:"track-sun-switch"},ho={class:"bottom-content"},po={id:"controls",class:"control-icon-wrapper"},fo={id:"controls-top-row"},mo={key:0,id:"control-checkboxes"},go={id:"eclipse-percent-chip"},vo={id:"video-icon"},yo={id:"tools"},bo={class:"tool-container"},wo={style:{position:"relative"}},Co={id:"speed-control"},ko={key:2,id:"inline-speed-control"},_o={id:"speed-text"},xo={key:0},So={key:1},To={key:2},Lo={key:3},Wo={id:"slider"},Mo={id:"change-optout"},Do={key:0,id:"body-logos"},Po=(0,a.Lk)("strong",null,"anonymized",-1);function No(e,t,i,r,l,c){var u=(0,a.g2)("font-awesome-icon"),d=(0,a.g2)("icon-button"),h=(0,a.g2)("define-term"),p=(0,a.g2)("cloud-cover"),f=(0,a.g2)("location-search"),m=(0,a.g2)("location-selector"),g=(0,a.g2)("color-bar"),y=(0,a.g2)("gif-play-pause"),Ht=(0,a.g2)("funding-acknowledgment"),Jt=(0,a.g2)("advanced-weather-view"),Zt=(0,a.g2)("WorldWideTelescope"),No=(0,a.g2)("geolocation-button"),zo=(0,a.g2)("credit-logos"),Fo=(0,a.g2)("hover-tooltip"),Ao=(0,a.g2)("eclipse-timer"),Eo=(0,a.g2)("playback-control"),Oo=(0,a.g2)("notifications");return(0,a.uX)(),(0,a.Wv)(b.E,{id:"app",style:(0,v.Tr)(e.cssVars)},{default:(0,a.k6)((function(){return[(0,a.Lk)("div",{id:"closed-top-container",class:(0,v.C4)([e.showGuidedContent?"open":"budge"])},[(0,a.bF)(d,{modelValue:e.showGuidedContent,"onUpdate:modelValue":t[0]||(t[0]=function(t){return e.showGuidedContent=t}),id:"show-guided-content",ref:"showGuidedContent","fa-icon":e.showGuidedContent?"times":"chevron-down","fa-size":(e.showGuidedContent,"lg"),color:e.accentColor,"focus-color":e.showGuidedContent?e.skyColor:e.accentColor,"tooltip-text":e.showGuidedContent?"Hide":"Click to learn more","tooltip-location":"bottom","show-tooltip":!e.mobile,"box-shadow":!1,onActivate:t[1]||(t[1]=function(){e.onResize()})},(0,a.eX)({_:2},[e.showGuidedContent?void 0:{name:"button",fn:(0,a.k6)((function(){return[(0,a.eW)(" Map & Weather "),(0,a.bF)(u,{icon:"chevron-down",class:"bullet-icon"})]})),key:"0"}]),1032,["modelValue","fa-icon","fa-size","color","focus-color","tooltip-text","show-tooltip"])],2),(0,a.bo)((0,a.bF)(M.I,{id:"guided-content-container"},{default:(0,a.k6)((function(){return[(0,a.Lk)("div",X,[(0,a.Lk)("div",H,[(0,a.Lk)("div",q,["Location"==e.learnerPath?((0,a.uX)(),(0,a.CE)("span",Y,"Choose Any Location ")):(0,a.Q3)("",!0),"Clouds"==e.learnerPath?((0,a.uX)(),(0,a.CE)("span",j,"View Historical Cloud Data ")):(0,a.Q3)("",!0),"CloudDetail"==e.learnerPath?((0,a.uX)(),(0,a.CE)("span",G,"Explore Detailed Cloud Data ")):(0,a.Q3)("",!0)])]),(0,a.Lk)("div",$,[(0,a.Lk)("div",Q,["Location"==e.learnerPath?((0,a.uX)(),(0,a.CE)("div",J,[(0,a.Lk)("span",Z,[1==e.infoPage?((0,a.uX)(),(0,a.CE)("div",K,[void 0==e.queryData.latitudeDeg||void 0==e.queryData.longitudeDeg?((0,a.uX)(),(0,a.CE)("p",ee,[(0,a.eW)(' "Watch" the eclipse from the location marked by the red dot on the map, or '),te,(0,a.eW)(" the yellow dot along the bottom slider to change time. ")])):(0,a.Q3)("",!0),void 0!==e.queryData.latitudeDeg&&void 0!==e.queryData.longitudeDeg?((0,a.uX)(),(0,a.CE)("p",oe,[(0,a.eW)(' "Watch" the eclipse from the location shared in your link, or '),ne,(0,a.eW)(" the yellow dot along the bottom slider to change time. ")])):(0,a.Q3)("",!0),(0,a.Lk)("p",null,[(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"Tap":"Click"),1),(0,a.eW)(" the map to select any "),void 0!==e.queryData.latitudeDeg&&void 0!==e.queryData.longitudeDeg?((0,a.uX)(),(0,a.CE)("span",ie,"other")):(0,a.Q3)("",!0),(0,a.eW)(" location and view the eclipse from there, or ")]),e.narrow?((0,a.uX)(),(0,a.CE)("p",ae,[(0,a.bF)(u,{icon:"magnifying-glass",class:"bullet-icon",size:"lg"}),(0,a.eW)(" Search for a location ")])):(0,a.Q3)("",!0),e.narrow?((0,a.uX)(),(0,a.CE)("p",re,[(0,a.bF)(u,{icon:"location-crosshairs",class:"bullet-icon",size:"lg"}),(0,a.eW)(" Use my location (if enabled) ")])):(0,a.Q3)("",!0),e.narrow?((0,a.uX)(),(0,a.CE)("p",le,[(0,a.bF)(F.w,{icon:"mdi-sun-clock",size:"small",class:"bullet-icon"}),(0,a.eW)(" See detailed eclipse times ")])):((0,a.uX)(),(0,a.CE)("p",se,[ce,(0,a.eW)(" in the search box below. ")]))])):(0,a.Q3)("",!0),2!=e.infoPage||e.narrow?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",ue,[de,(0,a.Lk)("p",he,[(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"Tap":"Click"),1),(0,a.bF)(F.w,{icon:"mdi-sun-clock",size:"large",class:"bullet-icon"}),(0,a.eW)(" to see detailed eclipse times ")]),e.getMyLocation?((0,a.uX)(),(0,a.CE)("p",pe,[(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"Tap":"Click"),1),(0,a.bF)(u,{icon:"location-crosshairs",class:"bullet-icon"}),(0,a.eW)(" to view eclipse from "),fe,(0,a.eW)(" (Location services must be enabled on device) ")])):(0,a.Q3)("",!0),(0,a.Lk)("p",null,[(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"Tap":"Click"),1),(0,a.eW)(),(0,a.bF)(u,{icon:"share-nodes",class:"bullet-icon"}),(0,a.eW)(" to copy url to share a location ")])]))])])):(0,a.Q3)("",!0),"Location"!=e.learnerPath||e.narrow?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",me,[1==e.infoPage?((0,a.uX)(),(0,a.Wv)(w.D,{key:0,class:"mr-2 mb-2",density:"compact","hide-details":"",color:e.accentColor,onClick:t[2]||(t[2]=function(t){return e.infoPage++}),onKeyup:t[3]||(t[3]=(0,n.jR)((function(t){return e.infoPage++}),["enter"])),elevation:"0"},{default:(0,a.k6)((function(){return[(0,a.eW)(" More ")]})),_:1},8,["color"])):(0,a.Q3)("",!0),2==e.infoPage?((0,a.uX)(),(0,a.Wv)(w.D,{key:1,class:"mr-2 mb-2",density:"compact",color:e.accentColor,onClick:t[4]||(t[4]=function(t){return e.infoPage--}),onKeyup:t[5]||(t[5]=(0,n.jR)((function(t){return e.infoPage--}),["enter"])),elevation:"0"},{default:(0,a.k6)((function(){return[(0,a.eW)(" Back ")]})),_:1},8,["color"])):(0,a.Q3)("",!0)])),"Clouds"==e.learnerPath?((0,a.uX)(),(0,a.CE)("div",ge,[(0,a.Lk)("span",ve,[(0,a.Lk)("div",ye,[(0,a.Lk)("div",null,[(0,a.eW)(" This map shows historical cloud cover data for the week of April 8 for the years 2003–2023 from "),be,(0,a.eW)(" on NASA's Aqua satellite. "+(0,v.v_)(e.touchscreen?"Tap":"Click")+" the map to display the ",1),(0,a.bF)(h,{term:"median",definition:"For half of the years from 2003–2023 on April 8, the cloud cover amount was less than the median value. For the other half of the years, the cloud cover was more than the median value."}),(0,a.eW)(" cloud coverage for a particular location (within about 100 km). Learn more in the "),(0,a.bF)(w.D,{style:{"padding-inline":"2px"},class:(0,v.C4)([e.smallSize?"text-caption":""]),color:e.accentColor,density:"compact",onClick:t[6]||(t[6]=function(t){return e.showAdvancedWeather=!0})},{default:(0,a.k6)((function(){return[(0,a.eW)("Cloud Data Explorer")]})),_:1},8,["class","color"]),(0,a.eW)(". ")]),(0,a.Lk)("div",null,[(0,a.bF)(p,{"cloud-cover":e.selectedLocationCloudCover,onCloudIcon:t[7]||(t[7]=function(t){return e.cloudIcon=t})},null,8,["cloud-cover"])])])])])):(0,a.Q3)("",!0),"CloudDetail"==e.learnerPath?((0,a.uX)(),(0,a.CE)("div",we,[(0,a.Lk)("span",Ce,[(0,a.Lk)("div",ke,[_e,(0,a.Lk)("div",null,[(0,a.Lk)("div",xe,[(0,a.eW)("Open the "),(0,a.bF)(w.D,{class:(0,v.C4)([e.smallSize?"text-caption":""]),color:e.accentColor,density:"compact",onClick:t[8]||(t[8]=function(t){return e.showAdvancedWeather=!0})},{default:(0,a.k6)((function(){return[(0,a.eW)("Cloud Data Explorer")]})),_:1},8,["class","color"])])])])])])):(0,a.Q3)("",!0)])]),(0,a.Lk)("div",Se,[(0,a.Lk)("div",Te,[(0,a.bF)(d,{"model-value":"Location"==e.learnerPath,"fa-icon":"location-dot","fa-size":"xl",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"Choose any viewing location","tooltip-location":"bottom","show-tooltip":!e.mobile,"box-shadow":!1,onActivate:t[9]||(t[9]=function(){e.learnerPath="Location"})},null,8,["model-value","color","focus-color","show-tooltip"]),(0,a.bF)(d,{"model-value":"Clouds"==e.learnerPath,"fa-icon":"cloud-sun","fa-size":"xl",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"View historical cloud coverage","tooltip-location":"bottom","show-tooltip":!e.mobile,"box-shadow":!1,onActivate:t[10]||(t[10]=function(){e.learnerPath="Clouds"})},null,8,["model-value","color","focus-color","show-tooltip"]),(0,a.bF)(d,{"model-value":"CloudDetail"==e.learnerPath,"fa-icon":"chart-column","fa-size":"xl",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"Explore detailed historical cloud coverage","tooltip-location":"bottom","show-tooltip":!e.mobile,"box-shadow":!1,onActivate:t[11]||(t[11]=function(){e.learnerPath="CloudDetail"})},null,8,["model-value","color","focus-color","show-tooltip"]),(0,a.bF)(d,{modelValue:e.showInfoSheet,"onUpdate:modelValue":t[12]||(t[12]=function(t){return e.showInfoSheet=t}),"fa-icon":"book-open","fa-size":"xl",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":e.showInfoSheet?null:"More on Eclipses","tooltip-location":"bottom","show-tooltip":!e.mobile,"box-shadow":!1},null,8,["modelValue","color","focus-color","tooltip-text","show-tooltip"]),(0,a.bF)(d,{modelValue:e.showWWTGuideSheet,"onUpdate:modelValue":t[13]||(t[13]=function(t){return e.showWWTGuideSheet=t}),"fa-icon":"circle-info","fa-size":"xl",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":e.showWWTGuideSheet?null:"User Guide","tooltip-location":"bottom","show-tooltip":!e.mobile,"box-shadow":!1},null,8,["modelValue","color","focus-color","tooltip-text","show-tooltip"])])])]),(0,a.Lk)("div",Le,[(0,a.bF)(z.d,null,{default:(0,a.k6)((function(o){o.isHovering,o.props;return[(0,a.Q3)("",!0),(0,a.bF)(U.QG,{disabled:e.smAndUp},{default:(0,a.k6)((function(){return[(0,a.Lk)("div",{class:(0,v.C4)([""]),id:"map-container","data-before-text":e.eclipsePredictionText},["Location"===e.learnerPath&&e.showEclipsePredictionTextBanner&&!e.mobile?((0,a.uX)(),(0,a.CE)("div",Me,[e.showEclipsePredictionText?((0,a.uX)(),(0,a.CE)("span",De,[(0,a.eW)((0,v.v_)(e.eclipsePredictionText)+" ",1),e.narrow?((0,a.uX)(),(0,a.Wv)(F.w,{key:0,style:{padding:"2px","border-radius":"3px","background-color":"#ddd"},class:"elevation-2",onClick:t[14]||(t[14]=function(t){e.showEclipsePredictionSheet=!0,e.showEclipsePredictionText=!0})},{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-sun-clock")]})),_:1})):(0,a.Q3)("",!0)])):((0,a.uX)(),(0,a.CE)("span",Pe,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(F.w,{style:{padding:"2px","border-radius":"3px","background-color":"#ddd"},class:"elevation-2",onClick:t[15]||(t[15]=function(t){e.showEclipsePredictionSheet=!0,e.showEclipsePredictionText=!0})},{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-sun-clock")]})),_:1}),(0,a.eW)(" to see eclipse predictions ")])),(0,a.Lk)("span",{class:"banner-close",onClick:t[16]||(t[16]=function(t){return e.showEclipsePredictionTextBanner=!1})},[(0,a.bF)(F.w,null,{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-close")]})),_:1})])])):(0,a.Q3)("",!0),e.narrow?((0,a.uX)(),(0,a.Wv)(f,{key:1,modelValue:!1,class:(0,v.C4)(["location-search-overmap","Clouds"===e.learnerPath?"overmap-budge":"",e.showNewMobileUI?"":"overmap-low"]),small:"",buttonSize:"xl","search-provider":e.geocodingInfoForSearch,accentColor:e.accentColor,onSetLocation:e.setLocationFromSearchFeature,onError:t[17]||(t[17]=function(t){return e.searchErrorMessage=t})},null,8,["class","search-provider","accentColor","onSetLocation"])):(0,a.Q3)("",!0),e.getMyLocation&&e.narrow?((0,a.uX)(),(0,a.Wv)(d,{key:2,id:"my-location-overmap"+("Clouds"===e.learnerPath?"-budge":""),"fa-icon":"location-crosshairs","fa-size":"2xl",color:e.myLocationColor,"focus-color":e.myLocationColor,"box-shadow":!1,"tooltip-text":e.myLocationToolTip,"show-tooltip":!e.mobile,"onUpdate:modelValue":t[18]||(t[18]=function(t){t?(e.$refs.geolocation.getLocation(),e.showMyLocationDialog=!0,e.learnerPath="Location"):console.log("geolocation button pressed = false")})},null,8,["id","color","focus-color","tooltip-text","show-tooltip"])):(0,a.Q3)("",!0),e.narrow?((0,a.uX)(),(0,a.Wv)(d,{key:3,id:"eclipse-details-overmap","md-icon":"sun-clock","md-size":"24",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"View eclipse timing details","tooltip-location":"start",onActivate:t[19]||(t[19]=function(){e.showEclipsePredictionSheet=!0,e.showEclipsePredictionText||(e.showEclipsePredictionTextBanner=!e.showNewMobileUI),e.showEclipsePredictionText=!0})},null,8,["color","focus-color"])):(0,a.Q3)("",!0),(0,a.bF)(m,{"model-value":e.locationDeg,"onUpdate:modelValue":e.updateLocationFromMap,"place-circle-options":e.placeCircleOptions,"detect-location":!1,"map-options":["Clouds","CloudDetail"].includes(e.learnerPath)?e.userSelectedMapOptions:e.initialMapOptions,"selected-circle-options":e.selectedCircleOptions,"show-cloud-cover":["Clouds","CloudDetail"].includes(e.learnerPath)&&null!==e.cloudCoverData,class:"leaflet-map","geo-json-files":e.geojson,"selected-cloud-cover":e.selectedCloudCoverData,"cloud-cover-opacity-function":e.sigmoid},null,8,["model-value","onUpdate:modelValue","place-circle-options","map-options","selected-circle-options","show-cloud-cover","geo-json-files","selected-cloud-cover","cloud-cover-opacity-function"]),"Clouds"===e.learnerPath?((0,a.uX)(),(0,a.Wv)(g,{key:4,label:"Historical Cloud Cover %",cmap:e.cloudColorMap},null,8,["cmap"])):(0,a.Q3)("",!0)],8,We)]})),_:1},8,["disabled"])]})),_:1})])]})),_:1},512),[[n.aG,e.showGuidedContent]]),(0,a.bF)(L.p,{id:"video-container",modelValue:e.showVideoSheet,"onUpdate:modelValue":t[22]||(t[22]=function(t){return e.showVideoSheet=t}),transition:"slide-y-transition","close-on-back":"",fullscreen:""},{default:(0,a.k6)((function(){return[(0,a.Lk)("div",Ne,[(0,a.bF)(u,{id:"video-close-icon",class:"close-icon",icon:"times",size:"lg",onClick:t[20]||(t[20]=function(t){return e.showVideoSheet=!1}),onKeyup:t[21]||(t[21]=(0,n.jR)((function(t){return e.showVideoSheet=!1}),["enter"])),tabindex:"0"}),ze])]})),_:1},8,["modelValue"]),(0,a.bF)(L.p,{scrim:"false",transition:"slide-y-transition",modelValue:e.showInfoSheet,"onUpdate:modelValue":t[25]||(t[25]=function(t){return e.showInfoSheet=t}),class:"bottom-sheet",id:"text-bottom-sheet",style:(0,v.Tr)(e.cssVars)},{default:(0,a.k6)((function(){return[(0,a.bF)(C.J,{class:"bottom-sheet-card"},{default:(0,a.k6)((function(){return[(0,a.bF)(k.r,{tabindex:"0"},{default:(0,a.k6)((function(){return[Fe]})),_:1}),(0,a.bF)(u,{id:"close-text-icon",class:"control-icon",icon:"square-xmark",size:"xl",onClick:t[23]||(t[23]=function(t){return e.showInfoSheet=!1}),onKeyup:t[24]||(t[24]=(0,n.jR)((function(t){return e.showInfoSheet=!1}),["enter"])),tabindex:"0"}),(0,a.bF)(C.J,{class:"no-bottom-border-radius scrollable"},{default:(0,a.k6)((function(){return[(0,a.bF)(_.O,{class:"info-text no-bottom-border-radius"},{default:(0,a.k6)((function(){return[(0,a.bF)(M.I,{id:"learn-more-content"},{default:(0,a.k6)((function(){return[Ae,(0,a.Lk)("figure",null,[(0,a.bF)(y,{startPaused:"",gif:o(9442),still:o(435),alt:"Animated schematic of a solar eclipse showing how the Moon moves between the Sun and Earth."},null,8,["gif","still"]),Ee,Oe])]})),_:1})]})),_:1})]})),_:1})]})),_:1})]})),_:1},8,["modelValue","style"]),(0,a.bF)(L.p,{scrim:"false",transition:"slide-y-transition",modelValue:e.showWWTGuideSheet,"onUpdate:modelValue":t[30]||(t[30]=function(t){return e.showWWTGuideSheet=t}),class:"bottom-sheet",id:"wwt-guide-sheet",style:(0,v.Tr)(e.cssVars)},{default:(0,a.k6)((function(){return[(0,a.bF)(C.J,{class:"bottom-sheet-card"},{default:(0,a.k6)((function(){return[(0,a.bF)(k.r,{tabindex:"0"},{default:(0,a.k6)((function(){return[Ie]})),_:1}),(0,a.bF)(u,{id:"close-text-icon",class:"control-icon",icon:"square-xmark",size:"xl",onClick:t[26]||(t[26]=function(t){return e.showWWTGuideSheet=!1}),onKeyup:t[27]||(t[27]=(0,n.jR)((function(t){return e.showWWTGuideSheet=!1}),["enter"])),tabindex:"0"}),(0,a.bF)(C.J,{class:"no-bottom-border-radius scrollable"},{default:(0,a.k6)((function(){return[(0,a.bF)(_.O,{class:"info-text no-bottom-border-radius"},{default:(0,a.k6)((function(){return[(0,a.bF)(M.I,{id:"user-guide"},{default:(0,a.k6)((function(){return[Re,(0,a.bF)(D.L,{align:"center"},{default:(0,a.k6)((function(){return[(0,a.bF)(P.B,{cols:"4"},{default:(0,a.k6)((function(){return[(0,a.bF)(T.x,{label:"",outlined:""},{default:(0,a.k6)((function(){return[(0,a.eW)(" Pan ")]})),_:1})]})),_:1}),(0,a.bF)(P.B,{cols:"8",class:"pt-1"},{default:(0,a.k6)((function(){return[(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"press + drag":"click + drag"),1),(0,a.eW)(" "+(0,v.v_)(e.touchscreen?"":"or")+" ",1),(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"":"W-A-S-D"),1),(0,a.eW)(" "+(0,v.v_)(e.touchscreen?"":"keys"),1),Ve]})),_:1})]})),_:1}),(0,a.bF)(D.L,{align:"center"},{default:(0,a.k6)((function(){return[(0,a.bF)(P.B,{cols:"4"},{default:(0,a.k6)((function(){return[(0,a.bF)(T.x,{label:"",outlined:""},{default:(0,a.k6)((function(){return[(0,a.eW)(" Zoom ")]})),_:1})]})),_:1}),(0,a.bF)(P.B,{cols:"8",class:"pt-1"},{default:(0,a.k6)((function(){return[(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"pinch in and out":"scroll in and out"),1),(0,a.eW)(" "+(0,v.v_)(e.touchscreen?"":"or")+" ",1),(0,a.Lk)("strong",null,(0,v.v_)(e.touchscreen?"":"I-O"),1),(0,a.eW)(" "+(0,v.v_)(e.touchscreen?"":"keys"),1),Ue]})),_:1})]})),_:1}),(0,a.bF)(D.L,null,{default:(0,a.k6)((function(){return[(0,a.bF)(P.B,{cols:"12"},{default:(0,a.k6)((function(){return[(0,a.Lk)("div",Be,[Xe,He,qe,(0,a.Lk)("ul",Ye,[(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"angles-left",size:"lg"}),(0,a.eW)(" to reverse time, or to increase reverse speed by 10x if time was already reversed. ")]),(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"play",size:"lg"}),(0,a.eW)("/ "),(0,a.bF)(u,{class:"bullet-icon",icon:"pause",size:"lg"}),(0,a.eW)(" to play or pause time. ")]),(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"angles-right",size:"lg"}),(0,a.eW)(" to increase speed by 10x, or to move time forward if time was reversed. ")]),(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"rotate",size:"lg"}),(0,a.eW)(" to reset starting time and speed. ")]),(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"gauge-high",size:"lg"}),(0,a.eW)(" to open more speed controls. ")]),(0,a.Lk)("ul",null,[(0,a.Lk)("li",je,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(F.w,{class:"bullet-icon",icon:"mdi-step-forward-2",size:"medium"}),(0,a.eW)(" or "),(0,a.bF)(F.w,{class:"bullet-icon",icon:"mdi-step-backward-2",size:"medium"}),(0,a.eW)(" to move time forward and backward. ")]),Ge]),(0,a.Lk)("li",null,[(0,a.eW)(" Drag "),(0,a.bF)(F.w,{class:"bullet-icon",icon:"mdi-circle",size:"medium"}),(0,a.eW)(" along the main slider to move to any time. ")])]),(0,a.bF)(W.G,{thickness:"2px",class:"solid-divider"}),$e,Qe,(0,a.Lk)("ul",Je,[Ze,Ke,e.showNewMobileUI?((0,a.uX)(),(0,a.CE)("li",et,[tt,(0,a.eW)(" The fraction of the Sun that is eclipsed in the currenty view (for the selected time and location). ")])):(0,a.Q3)("",!0),e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("li",ot,[(0,a.bF)(I.N,{class:"display-only-switch",modelValue:e.displaySwitchOn,"onUpdate:modelValue":t[28]||(t[28]=function(t){return e.displaySwitchOn=t}),density:"compact","hide-details":"",disabled:"",ripple:!1,color:e.accentColor,"true-icon":"mdi-white-balance-sunny"},null,8,["modelValue","color"]),nt,(0,a.eW)(" Camera follows the Sun. ")])),e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("li",it,[(0,a.bF)(I.N,{class:"display-only-switch",modelValue:e.displaySwitchOff,"onUpdate:modelValue":t[29]||(t[29]=function(t){return e.displaySwitchOff=t}),density:"compact","hide-details":"",disabled:"",ripple:!1,color:e.accentColor,"false-icon":"mdi-image"},null,8,["modelValue","color"]),at,(0,a.eW)(" Camera stays fixed and shows motion of Sun (and Moon) against the sky. ")]))]),(0,a.bF)(W.G,{thickness:"2px",class:"solid-divider"}),rt,lt,(0,a.Lk)("ul",st,[(0,a.Lk)("li",ct,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(F.w,{class:"bullet-icon",icon:"mdi-sun-clock",size:"medium"}),(0,a.eW)(" to display detailed "),ut,(0,a.eW)(" predictions for your selected location. ")]),e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("li",dt,[ht,(0,a.eW)(" Recenter view on Sun. ")])),pt,ft,mt,e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("li",gt,[vt,(0,a.eW)(" Display eclipse start time for your selected location. If applicable, display duration of totality. (This appears at the top of the map if it is open, and at the top of the screen if the map is closed.) ")])),e.narrow?((0,a.uX)(),(0,a.CE)("li",yt,[bt,(0,a.eW)(" Use new streamlined interface for small screens. (Uncheck to revert to original mobile interface.) ")])):(0,a.Q3)("",!0),e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("li",wt,[Ct,(0,a.eW)(" The fraction of the Sun that is eclipsed in the currenty view (for the selected time and location). ")]))]),(0,a.bF)(W.G,{thickness:"2px",class:"solid-divider"}),kt,_t,(0,a.Lk)("ul",xt,[(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"magnifying-glass",size:"lg"}),(0,a.eW)(" to search for a specific location name. ")]),(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"location-crosshairs",size:"lg"}),(0,a.eW)(" to view from "),St,(0,a.eW)(". (If icon is grayed out, consult your device's user guide to enable location services. This feature works most reliably on Chrome and might not be available on every browser+operating system combination.) ")]),(0,a.Lk)("li",null,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(u,{class:"bullet-icon",icon:"share-nodes",size:"lg"}),(0,a.eW)(" to copy "),Tt,(0,a.eW)(" for a specific location. ")])])]),(0,a.bF)(W.G,{thickness:"2px",class:"solid-divider"})]})),_:1})]})),_:1}),Lt,(0,a.bF)(Ht)]})),_:1})]})),_:1})]})),_:1})]})),_:1})]})),_:1},8,["modelValue","style"]),(0,a.bF)(Jt,{modelValue:e.showAdvancedWeather,"onUpdate:modelValue":t[31]||(t[31]=function(t){return e.showAdvancedWeather=t}),onExplainerOpen:t[32]||(t[32]=function(t){e.weatherInfoOpen=t}),"default-location":e.locationDeg,"show-on-map":e.showAWVMapByDefault,"show-charts":e.showAWVChartsByDefault,fullscreen:e.showAWVFullScreen,onLocation:t[33]||(t[33]=function(t){e.advancedWeatherSelectedCount+=1,e.cloudCoverSelectedLocations.push([t.latitudeDeg,t.longitudeDeg])}),onClose:t[34]||(t[34]=function(t){e.updateLocationFromMap(t,!1)})},null,8,["modelValue","default-location","show-on-map","show-charts","fullscreen"]),(0,a.bo)((0,a.Lk)("div",Wt,[e.showEclipsePredictionText?((0,a.uX)(),(0,a.CE)("span",Mt,(0,v.v_)(e.eclipsePredictionText),1)):((0,a.uX)(),(0,a.CE)("span",Dt,[(0,a.eW)((0,v.v_)(e.touchscreen?"Tap":"Click")+" ",1),(0,a.bF)(F.w,null,{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-sun-clock")]})),_:1}),(0,a.eW)(" to see eclipse predictions ")])),(0,a.Lk)("span",{class:"banner-close",onClick:t[35]||(t[35]=function(t){return e.showEclipsePredictionTextBanner=!1})},[(0,a.bF)(F.w,null,{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-close")]})),_:1})])],512),[[n.aG,!e.showGuidedContent&&e.showEclipsePredictionTextBanner]]),(0,a.Lk)("div",Pt,[(0,a.bF)(Zt,{"wwt-namespace":e.wwtNamespace,onPointerdown:e.onPointerDown,onPointerup:e.onPointerUp},null,8,["wwt-namespace","onPointerdown","onPointerup"]),(0,a.Lk)("div",null,[(0,a.Lk)("div",{id:"left-buttons-wrapper",class:(0,v.C4)([e.showGuidedContent?"":"budge"])},[(0,a.Lk)("div",Nt,[(0,a.bF)(f,{class:"location-search-overwwt",modelValue:e.searchOpen,"onUpdate:modelValue":t[36]||(t[36]=function(t){return e.searchOpen=t}),"search-provider":e.geocodingInfoForSearch,accentColor:e.accentColor,onSetLocation:e.setLocationFromSearchFeature,onError:t[37]||(t[37]=function(t){return e.searchErrorMessage=t}),small:"",buttonSize:"lg"},null,8,["modelValue","search-provider","accentColor","onSetLocation"])]),(0,a.Lk)("div",null,[e.getMyLocation?((0,a.uX)(),(0,a.Wv)(d,{key:0,class:"geolocation-button",id:"my-location","fa-icon":"location-crosshairs",color:e.myLocationColor,"focus-color":e.myLocationColor,"box-shadow":!1,"tooltip-text":e.myLocationToolTip,"show-tooltip":!e.mobile,"onUpdate:modelValue":t[38]||(t[38]=function(t){t?(e.$refs.geolocation.getLocation(),e.showMyLocationDialog=!0,e.learnerPath="Location"):console.log("geolocation button pressed = false")}),faSize:"lg"},null,8,["color","focus-color","tooltip-text","show-tooltip"])):(0,a.Q3)("",!0),(0,a.Lk)("div",{id:"location-progress",class:(0,v.C4)([e.showGuidedContent?"":"budge"])},[(0,a.bF)(No,{color:e.accentColor,"show-text-progress":!0,"hide-button":"","show-progress-circle":"",ref:"geolocation",onGeolocation:t[39]||(t[39]=function(t){e.myLocation={latitudeDeg:t.latitude,longitudeDeg:t.longitude},e.locationDeg=e.myLocation,e.showMyLocationDialog=!1,e.updateSelectedLocationText()}),onError:t[40]||(t[40]=function(t){e.$notify({group:"geolocation-error",title:"Error",text:t.message,type:"error"}),1===t.code&&(e.geolocationPermission="denied"),console.log(t)}),onPermission:t[41]||(t[41]=function(t){e.geolocationPermission=t,e.getMyLocation=!0})},null,8,["color"])],2)]),(0,a.bF)(d,{id:"share","fa-icon":"share-nodes",color:e.accentColor,"focus-color":e.accentColor,"box-shadow":!1,"tooltip-text":"Share view of this location","show-tooltip":!e.mobile,onActivate:e.copyShareURL,faSize:"lg"},null,8,["color","focus-color","show-tooltip","onActivate"])],2)]),(0,a.bF)(E.L,{"model-value":e.showSplashScreen,absolute:"",opacity:"0.6",style:(0,v.Tr)(e.cssVars),id:"splash-overlay"},{default:(0,a.k6)((function(){return[(0,a.bo)(((0,a.uX)(),(0,a.CE)("div",{id:"splash-screen",style:(0,v.Tr)(e.cssVars)},[(0,a.Lk)("div",zt,[(0,a.Lk)("div",{id:"close-splash-button",onClick:t[42]||(t[42]=function(){for(var t=[],o=0;o1&&!e.showNewMobileUI?((0,a.uX)(),(0,a.Wv)(w.D,{key:0,id:"intro-next-button",color:e.accentColor,onClick:t[47]||(t[47]=function(t){return e.introSlide--}),onKeyup:t[48]||(t[48]=(0,n.jR)((function(t){return e.introSlide--}),["enter"])),elevation:"0"},{default:(0,a.k6)((function(){return[(0,a.eW)(" Back ")]})),_:1},8,["color"])):(0,a.Q3)("",!0)]),(0,a.bF)(w.D,{id:"intro-next-button",color:e.accentColor,onClick:t[49]||(t[49]=function(t){return e.introSlide++}),onKeyup:t[50]||(t[50]=(0,n.jR)((function(t){return e.introSlide++}),["enter"])),elevation:"0"},{default:(0,a.k6)((function(){return[(0,a.eW)((0,v.v_)(e.introSlide<2?"Next":"Get Started"),1)]})),_:1},8,["color"])])])):(0,a.Q3)("",!0)]})),_:1},8,["modelValue","style"]),(0,a.Lk)("div",lo,[(0,a.Lk)("div",so,[(0,a.bF)(T.x,{"prepend-icon":e.cloudIcon,variant:"outlined",size:"small",elevation:"3",text:e.selectedLocationText,onClick:t[52]||(t[52]=function(){e.searchOpen=!0,e.learnerPath="Location"})},null,8,["prepend-icon","text"]),(0,a.bF)(T.x,{"prepend-icon":e.smallSize?"":"mdi-clock",variant:"outlined",size:"small",elevation:"1",text:e.selectedLocaledTimeDateString},null,8,["prepend-icon","text"]),e.showNewMobileUI?((0,a.uX)(),(0,a.Wv)(T.x,{key:0,"prepend-icon":e.smallSize?"":"mdi-sun-angle",variant:"outlined",elevation:"1",text:e.percentEclipsedText},null,8,["prepend-icon","text"])):(0,a.Q3)("",!0)]),e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",co,[(0,a.Lk)("div",uo,[(0,a.bF)(Fo,{location:"left",disabled:e.mobile},{target:(0,a.k6)((function(){return[(0,a.bF)(I.N,{inset:"","hide-details":"",modelValue:e.toggleTrackSun,"onUpdate:modelValue":t[53]||(t[53]=function(t){return e.toggleTrackSun=t}),ripple:!1,color:e.accentColor,"true-icon":"mdi-white-balance-sunny","false-icon":"mdi-image",onKeyup:t[54]||(t[54]=(0,n.jR)((function(t){return e.toggleTrackSun=!e.toggleTrackSun}),["enter"])),tabindex:"0"},null,8,["modelValue","color"])]})),default:(0,a.k6)((function(){return[(0,a.eW)(" "+(0,v.v_)(e.toggleTrackSun?"Stop Tracking Sun":"Start Tracking Sun"),1)]})),_:1},8,["disabled"])])]))]),(0,a.Lk)("div",ho,[(0,a.bF)(d,{id:"eclipse-details-button","md-icon":"sun-clock","md-size":"24",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"View eclipse timing details","tooltip-location":"start",onActivate:t[55]||(t[55]=function(){e.showEclipsePredictionSheet=!0,e.showEclipsePredictionText||(e.showEclipsePredictionTextBanner=!e.showNewMobileUI),e.showEclipsePredictionText=!0})},null,8,["color","focus-color"]),(0,a.bF)(L.p,{modelValue:e.showEclipsePredictionSheet,"onUpdate:modelValue":t[57]||(t[57]=function(t){return e.showEclipsePredictionSheet=t}),"max-width":"fit-content",transition:"slide-y-transition",id:"eclipse-prediction-sheet"},{default:(0,a.k6)((function(){return[(0,a.bF)(C.J,null,{default:(0,a.k6)((function(){return[(0,a.bF)(_.O,null,{default:(0,a.k6)((function(){return[(0,a.Lk)("button",{style:{position:"absolute",right:"12px",cursor:"pointer"},id:"close-eclipse-prediction-sheet",onClick:t[56]||(t[56]=function(t){return e.showEclipsePredictionSheet=!1})},[(0,a.bF)(F.w,{class:"elevation-2",color:e.accentColor},{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-close")]})),_:1},8,["color"])]),(0,a.bF)(Ao,{"show-timer":"",prediction:e.eclipsePrediction,timezone:e.selectedTimezone,color:e.accentColor,location:e.selectedLocationText},null,8,["prediction","timezone","color","location"])]})),_:1})]})),_:1})]})),_:1},8,["modelValue"]),(0,a.Lk)("div",po,[(0,a.Lk)("div",fo,[(0,a.bF)(u,{size:"lg",color:e.accentColor,icon:e.showControls?"chevron-down":"gear",onClick:t[58]||(t[58]=function(t){return e.showControls=!e.showControls}),onKeyup:t[59]||(t[59]=(0,n.jR)((function(t){return e.showControls=!e.showControls}),["enter"])),tabindex:"0"},null,8,["color","icon"])]),e.showControls?((0,a.uX)(),(0,a.CE)("div",mo,[e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.Wv)(S.a,{key:0,color:e.accentColor,modelValue:e.sunCenteredTracking,"onUpdate:modelValue":t[60]||(t[60]=function(t){return e.sunCenteredTracking=t}),onChange:t[61]||(t[61]=function(t){return e.centerSun()}),label:"Center Sun",disabled:e.sunCenteredTracking,"hide-details":""},null,8,["color","modelValue","disabled"])),(0,a.bF)(S.a,{color:e.accentColor,modelValue:e.showAltAzGrid,"onUpdate:modelValue":t[62]||(t[62]=function(t){return e.showAltAzGrid=t}),onKeyup:t[63]||(t[63]=(0,n.jR)((function(t){return e.showAltAzGrid=!e.showAltAzGrid}),["enter"])),label:"Sky Grid","hide-details":""},null,8,["color","modelValue"]),(0,a.bF)(S.a,{color:e.accentColor,modelValue:e.showHorizon,"onUpdate:modelValue":t[64]||(t[64]=function(t){return e.showHorizon=t}),onKeyup:t[65]||(t[65]=(0,n.jR)((function(t){return e.showHorizon=!e.showHorizon}),["enter"])),label:"Horizon/Daytime Sky","hide-details":""},null,8,["color","modelValue"]),(0,a.bF)(S.a,{color:e.accentColor,modelValue:e.useRegularMoon,"onUpdate:modelValue":t[66]||(t[66]=function(t){return e.useRegularMoon=t}),onKeyup:t[67]||(t[67]=(0,n.jR)((function(t){return e.useRegularMoon=!e.useRegularMoon}),["enter"])),label:"Visible Moon","hide-details":""},null,8,["color","modelValue"]),(0,a.bo)((0,a.bF)(S.a,{color:e.accentColor,modelValue:e.showEclipsePredictionTextBanner,"onUpdate:modelValue":t[68]||(t[68]=function(t){return e.showEclipsePredictionTextBanner=t}),onKeyup:t[69]||(t[69]=(0,n.jR)((function(t){return e.showEclipsePredictionTextBanner=!e.showEclipsePredictionTextBanner}),["enter"])),label:"Eclipse Timing","hide-details":""},null,8,["color","modelValue"]),[[n.aG,!e.showNewMobileUI]]),(0,a.bo)((0,a.bF)(S.a,{modelValue:e.showNewMobileUI,"onUpdate:modelValue":[t[70]||(t[70]=function(t){return e.showNewMobileUI=t}),t[72]||(t[72]=function(t){console.log("showNewMobileUI",t),e.showEclipsePredictionTextBanner=!t})],label:"New Interface",color:e.accentColor,onKeyup:t[71]||(t[71]=(0,n.jR)((function(t){return e.showNewMobileUI=!e.showNewMobileUI}),["enter"])),"hide-details":""},null,8,["modelValue","color"]),[[n.aG,e.narrow]])])):(0,a.Q3)("",!0)]),(0,a.Lk)("div",go,[e.showNewMobileUI?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.Wv)(T.x,{key:0,"prepend-icon":e.smallSize?"":"mdi-sun-angle",variant:"outlined",elevation:"1",text:e.percentEclipsedText},null,8,["prepend-icon","text"]))]),(0,a.Lk)("div",vo,[(0,a.bF)(d,{modelValue:e.showVideoSheet,"onUpdate:modelValue":t[73]||(t[73]=function(t){return e.showVideoSheet=t}),id:"video-icon","fa-icon":"video","fa-size":"lg",color:e.accentColor,"tooltip-text":"Video guide","tooltip-location":"start","tooltip-offset":e.smallSize?0:"10px"},null,8,["modelValue","color","tooltip-offset"])]),(0,a.Lk)("div",yo,[(0,a.Lk)("span",bo,[(0,a.Lk)("div",wo,[(0,a.Lk)("div",Co,[(0,a.bF)(d,{id:"reverse-speed","fa-icon":"angles-left",onActivate:t[74]||(t[74]=function(){e.reversePlaybackRate()}),color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":e.playbackRate<0?"Reverse Faster":"Reverse","tooltip-location":"top","tooltip-offset":"5px",faSize:"1x","show-tooltip":!e.mobile},null,8,["color","focus-color","tooltip-text","show-tooltip"]),(0,a.bF)(d,{id:"play-pause-icon","fa-icon":e.playing?"pause":"play",onActivate:t[75]||(t[75]=function(){e.playing=!e.playing}),color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"Play/Pause","tooltip-location":"top","tooltip-offset":"5px",faSize:"1x","show-tooltip":!e.mobile},null,8,["fa-icon","color","focus-color","show-tooltip"]),(0,a.bF)(d,{id:"forward-speed","fa-icon":"angles-right",onActivate:t[76]||(t[76]=function(){e.increasePlaybackRate()}),color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":e.playbackRate>0?"Faster":"Forward","tooltip-location":"top","tooltip-offset":"5px",faSize:"1x","show-tooltip":!e.mobile},null,8,["color","focus-color","tooltip-text","show-tooltip"]),(0,a.Q3)("",!0),(0,a.bF)(d,{id:"reset","fa-icon":"rotate",onActivate:t[78]||(t[78]=function(){e.selectedTime=new Date("2024-04-08T18:18:00Z").getTime()-54e5,e.playbackRate=500,e.playing=!1,e.toggleTrackSun=!0,e.forceRate=!1}),color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"Reset","tooltip-location":"top","tooltip-offset":"5px",faSize:"1x","show-tooltip":!e.mobile},null,8,["color","focus-color","show-tooltip"]),e.xSmallSize?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.Wv)(L.p,{key:1,modelValue:e.playbackVisible,"onUpdate:modelValue":t[83]||(t[83]=function(t){return e.playbackVisible=t}),scrim:!1,location:"top",offset:"40","location-strategy":"connected",persistent:"","no-click-animation":"","retain-focus":!1},{activator:(0,a.k6)((function(o){var n=o.props;return[(0,a.bF)(d,(0,a.v6)({id:"speed-control-icon",onActivate:t[79]||(t[79]=function(){e.playbackVisible=!e.playbackVisible}),"fa-icon":e.playbackVisible?"times":"gauge-high",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"Speed Controls","tooltip-location":"top","tooltip-offset":"5px",faSize:"1x","show-tooltip":!e.mobile},n),null,16,["fa-icon","color","focus-color","show-tooltip"])]})),default:(0,a.k6)((function(){return[e.playbackVisible?((0,a.uX)(),(0,a.Wv)(Eo,{key:0,class:"desktop-playback-control","model-value":e.playbackRate,"onUpdate:modelValue":t[80]||(t[80]=function(t){e.forceRate=!1,e.playbackRate=t}),paused:!e.playing,onPaused:t[81]||(t[81]=function(t){return e.playing=!t}),"max-power":3,max:Math.log10(1e3)+1,color:e.accentColor,inline:!1,"show-close-button":"",onClose:t[82]||(t[82]=function(){e.playbackVisible=!1})},null,8,["model-value","paused","max","color"])):(0,a.Q3)("",!0)]})),_:1},8,["modelValue"])),e.xSmallSize?((0,a.uX)(),(0,a.CE)("div",ko,[(0,a.bF)(d,{id:"speed-control-icon",onActivate:t[84]||(t[84]=function(){e.playbackVisible=!e.playbackVisible}),"fa-icon":e.playbackVisible?"times":"gauge-high",color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"Time Controls","tooltip-location":"top","tooltip-offset":"5px",faSize:"1x","show-tooltip":!e.mobile},null,8,["fa-icon","color","focus-color","show-tooltip"]),(0,a.bo)((0,a.bF)(Eo,{class:"mobile-playback-control","model-value":e.playbackRate,"onUpdate:modelValue":t[85]||(t[85]=function(t){e.forceRate=!1,e.playbackRate=t}),paused:!e.playing,onPaused:t[86]||(t[86]=function(t){return e.playing=!t}),"max-power":3,max:Math.log10(1e3)+1,color:e.accentColor,inline:!0,"inline-button":"",onClose:t[87]||(t[87]=function(){e.playbackVisible=!1})},null,8,["model-value","paused","max","color"]),[[n.aG,e.playbackVisible]])])):(0,a.Q3)("",!0)]),(0,a.Lk)("div",_o,[(0,a.eW)(" Time rate: "),1===e.playbackRate&&e.playing?((0,a.uX)(),(0,a.CE)("span",xo," Real time ")):(0,a.Q3)("",!0),1!=e.playbackRate&&e.playing?((0,a.uX)(),(0,a.CE)("span",So,(0,v.v_)(e.niceRound(e.playbackRate))+"× ",1)):(0,a.Q3)("",!0),e.playing?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("span",To," ("+(0,v.v_)(e.niceRound(e.playbackRate))+"×) Paused ",1)),e.playing&&e.forceRate?((0,a.uX)(),(0,a.CE)("span",Lo," (Slowed for totality) ")):(0,a.Q3)("",!0)])]),(0,a.Lk)("div",Wo,[(0,a.bF)(O.u,{modelValue:e.selectedTime,"onUpdate:modelValue":t[88]||(t[88]=function(t){return e.selectedTime=t}),max:e.maxTime,min:e.minTime,color:e.accentColor,ripple:!1,"hide-details":"","track-size":"8px","thumb-size":"20px","thumb-label":"always",step:e.millisecondsPerInterval,onMousedown:t[89]||(t[89]=function(){e.playing=!1})},{"thumb-label":(0,a.k6)((function(t){return[(0,a.eW)((0,v.v_)(e.toTimeString(new Date(t.modelValue))),1)]})),_:1},8,["modelValue","max","min","color","step"])]),(0,a.Lk)("div",Mo,[(0,a.bF)(d,{"md-icon":"mdi-lock",onActivate:t[90]||(t[90]=function(){return e.showPrivacyDialog=!0}),color:e.accentColor,"focus-color":e.accentColor,"tooltip-text":"Change privacy settings","tooltip-location":"bottom","tooltip-offset":"5px","show-tooltip":!e.mobile,mdSize:"1em"},null,8,["color","focus-color","show-tooltip"])])])]),e.smallSize?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",Do,[(0,a.bF)(zo)]))]),(0,a.bF)(L.p,{scrim:"false",modelValue:e.showPrivacyDialog,"onUpdate:modelValue":t[93]||(t[93]=function(t){return e.showPrivacyDialog=t}),"max-width":"400px",id:"privacy-popup-dialog"},{default:(0,a.k6)((function(){return[(0,a.bF)(C.J,null,{default:(0,a.k6)((function(){return[(0,a.bF)(_.O,null,{default:(0,a.k6)((function(){return[(0,a.eW)(" To evaluate usage of this app, "),Po,(0,a.eW)(' data may be collected, including locations viewed and map quiz responses. "My Location" data is NEVER collected. ')]})),_:1}),(0,a.bF)(x.S,{class:"pt-3"},{default:(0,a.k6)((function(){return[(0,a.bF)(N.h),(0,a.bF)(w.D,{color:"#BDBDBD",href:"https://www.cfa.harvard.edu/privacy-statement",target:"_blank",rel:"noopener noreferrer"},{default:(0,a.k6)((function(){return[(0,a.eW)(" Privacy Policy ")]})),_:1}),(0,a.bF)(w.D,{color:"#ff6666",onClick:t[91]||(t[91]=function(){e.responseOptOut=!0,e.showPrivacyDialog=!1})},{default:(0,a.k6)((function(){return[(0,a.eW)(" Opt out ")]})),_:1}),(0,a.bF)(w.D,{color:"green",onClick:t[92]||(t[92]=function(){e.responseOptOut=!1,e.showPrivacyDialog=!1})},{default:(0,a.k6)((function(){return[(0,a.eW)(" Allow ")]})),_:1})]})),_:1})]})),_:1})]})),_:1},8,["modelValue"]),(0,a.bF)(Oo,{group:"copy-url",position:"center top",classes:"url-notification"}),(0,a.bF)(Oo,{dangerouslySetInnerHtml:"",group:"geolocation-error",position:"center top"})])]})),_:1},8,["style"])}var zo=o(953),Fo=o(9279),Ao=o(4979),Eo=o(1246),Oo=function(){function e(){this.addedToPrimitives=!1,this.annotationDirty=!0,this._opacity=1,this._showHoverLabel=!1}return e.prepBatch=function(t){(null==e.pointList||e.batchDirty)&&(e.pointList=new Ao.PointList(t),e.lineList=new Ao.LineList,e.triangleFanPointList=new Ao.TriangleFanList,e.triangleList=new Ao.TriangleList,e.lineList.set_depthBuffered(!1),e.triangleList.depthBuffered=!1)},e.drawBatch=function(t){e.batchDirty=!1,null!=t.gl&&(null!=e.pointList&&e.pointList.draw(t,1,!1),null!=e.lineList&&e.lineList.drawLines(t,1),null!=e.triangleFanPointList&&e.triangleFanPointList.draw(t,1),null!=e.triangleList&&e.triangleList.draw(t,1,0))},e.separation=function(e,t,o,n){t=t/180*Math.PI,n=n/180*Math.PI,e=e/12*Math.PI,o=o/12*Math.PI;var i=Math.cos(t)*Math.sin(n)-Math.sin(t)*Math.cos(n)*Math.cos(o-e),a=Math.cos(n)*Math.sin(o-e),r=Math.sin(t)*Math.sin(n)+Math.cos(t)*Math.cos(n)*Math.cos(o-e),l=Math.atan2(Math.sqrt(i*i+a*a),r);return l=l/Math.PI*180,l<0&&(l+=180),l},e.colorToUint=function(e){return e.a<<24|e.r<<16|e.g<<8|e.b},e.colorToUintAlpha=function(e,t){return t<<24|e.r<<16|e.g<<8|e.b},e.prototype.get_opacity=function(){return this._opacity},e.prototype.set_opacity=function(t){return e.batchDirty=!0,this._opacity=t,t},e.prototype.draw=function(e){},e.prototype.get_id=function(){return this._id},e.prototype.set_id=function(e){return this._id=e,e},e.prototype.get_tag=function(){return this._tag},e.prototype.set_tag=function(e){return this._tag=e,e},e.prototype.get_label=function(){return this._label},e.prototype.set_label=function(e){return this._label=e,e},e.prototype.get_showHoverLabel=function(){return this._showHoverLabel},e.prototype.set_showHoverLabel=function(e){return this._showHoverLabel=e,e},e.prototype.hitTest=function(e,t,o,n,i){return!1},e.prototype.get_center=function(){return this.center},e.prototype.set_center=function(e){return this.center=e,e},e.addAnnotation=function(t){e.annotations.push(t),e.batchDirty=!0},e.clearAll=function(){e.annotations=[],e.batchDirty=!0},e.annotations=[],e.lineList=null,e.triangleFanPointList=null,e.triangleList=null,e.batchDirty=!0,e}(),Io=function(e){function t(){var t=e.call(this)||this;return t._points$1=[],t._fill$1=!1,t._strokeWidth$1=1,t._lineColor$1=Ao.Colors.get_white(),t._fillColor$1=Ao.Colors.get_white(),t}return(0,s.C6)(t,e),t.prototype.addPoint=function(e,t){Oo.batchDirty=!0,this._points$1.push(Ao.Coordinates.raDecTo3d(e/15,t))},t.prototype.get_fill=function(){return this._fill$1},t.prototype.set_fill=function(e){return Oo.batchDirty=!0,this._fill$1=e,e},t.prototype.get_lineWidth=function(){return this._strokeWidth$1},t.prototype.set_lineWidth=function(e){return Oo.batchDirty=!0,this._strokeWidth$1=e,e},t.prototype.get_lineColor=function(){return this._lineColor$1.toString()},t.prototype.set_lineColor=function(e){return Oo.batchDirty=!0,this._lineColor$1=Ao.Color.fromName(e),e},t.prototype.get_fillColor=function(){return this._fillColor$1.toString()},t.prototype.set_fillColor=function(e){return Oo.batchDirty=!0,this._fillColor$1=Ao.Color.fromName(e),e},t.prototype.draw=function(e){var t,o;if(null!=e.gl){if(Oo.batchDirty||this.annotationDirty){var n=this._points$1;if(this._strokeWidth$1>0&&this._points$1.length>1){var i=this._lineColor$1._clone();i.a=Math.round(i.a*this.get_opacity());for(var a=0;ay&&Ao.SpaceTimeController.get_jNow()v&&(w=(b-Ao.SpaceTimeController.get_jNow())/(m.get_fadeSpan()/864e6)),m.set_astronomical(o),m.draw(e,t*w,a)}}}}catch(C){r={error:C}}finally{try{f&&!f.done&&(l=p.return)&&l.call(p)}finally{if(r)throw r.error}}e.set_nominalRadius(h),e.set_world(u),e.set_worldBaseNonRotating(d)}}}function jo(){if(this.renderContext.space&&this._tracking&&null!=this._trackingObject)if(Ao.Settings.get_active().get_galacticMode()&&this.renderContext.space){var e=Ao.Coordinates.j2000toGalactic(15*this._trackingObject.get_RA(),this._trackingObject.get_dec());this.renderContext.targetAlt=this.renderContext.alt=e[1],this.renderContext.targetAz=this.renderContext.az=e[0]}else if(this.renderContext.space&&Ao.Settings.get_active().get_localHorizonMode()){var t=Ao.Coordinates.equitorialToHorizon(Ao.Coordinates.fromRaDec(this._trackingObject.get_RA(),this._trackingObject.get_dec()),Ao.SpaceTimeController.get_location(),Ao.SpaceTimeController.get_now());this.renderContext.targetAlt=this.renderContext.alt=t.get_alt(),this.renderContext.targetAz=this.renderContext.az=t.get_az()}else this.renderContext.viewCamera.lng=this.renderContext.targetCamera.lng=this.rAtoViewLng(this._trackingObject.get_RA()),this.renderContext.viewCamera.lat=this.renderContext.targetCamera.lat=this._trackingObject.get_dec();else this.get_solarSystemMode()||(this._tracking=!1,this._trackingObject=null);var o=1-.8,n=.8;if(!this._tracking){var i=this.renderContext.viewCamera.zoom/4e3;this.renderContext.viewCamera.zoom>360&&(i=.009),this.renderContext.space&&(Ao.Settings.get_active().get_localHorizonMode()||Ao.Settings.get_active().get_galacticMode())?1===(Math.abs(this.renderContext.targetAlt-this.renderContext.alt)>=i|Math.abs(this.renderContext.targetAz-this.renderContext.az)>=i)&&(this.renderContext.alt+=(this.renderContext.targetAlt-this.renderContext.alt)/10,Math.abs(this.renderContext.targetAz-this.renderContext.az)>170?this.renderContext.targetAz>this.renderContext.az?this.renderContext.az+=(this.renderContext.targetAz-(360+this.renderContext.az))/10:this.renderContext.az+=(360+this.renderContext.targetAz-this.renderContext.az)/10:this.renderContext.az+=(this.renderContext.targetAz-this.renderContext.az)/10,this.renderContext.az=(this.renderContext.az+720)%360):1===(Math.abs(this.renderContext.targetCamera.lat-this.renderContext.viewCamera.lat)>=i|Math.abs(this.renderContext.targetCamera.lng-this.renderContext.viewCamera.lng)>=i)?(this.renderContext.viewCamera.lat+=(this.renderContext.targetCamera.lat-this.renderContext.viewCamera.lat)/10,Math.abs(this.renderContext.targetCamera.lng-this.renderContext.viewCamera.lng)>170?this.renderContext.targetCamera.lng>this.renderContext.viewCamera.lng?this.renderContext.viewCamera.lng+=(this.renderContext.targetCamera.lng-(360+this.renderContext.viewCamera.lng))/10:this.renderContext.viewCamera.lng+=(360+this.renderContext.targetCamera.lng-this.renderContext.viewCamera.lng)/10:this.renderContext.viewCamera.lng+=(this.renderContext.targetCamera.lng-this.renderContext.viewCamera.lng)/10,this.renderContext.viewCamera.lng=(this.renderContext.viewCamera.lng+720)%360):this.renderContext.viewCamera.lat===this.renderContext.targetCamera.lat&&this.renderContext.viewCamera.lng===this.renderContext.targetCamera.lng||(this.renderContext.viewCamera.lat=this.renderContext.targetCamera.lat,this.renderContext.viewCamera.lng=this.renderContext.targetCamera.lng)}this.renderContext.viewCamera.zoom=n*this.renderContext.viewCamera.zoom+o*this.renderContext.targetCamera.zoom,this.renderContext.viewCamera.rotation=n*this.renderContext.viewCamera.rotation+o*this.renderContext.targetCamera.rotation,this.renderContext.viewCamera.angle=n*this.renderContext.viewCamera.angle+o*this.renderContext.targetCamera.angle}function Go(){var e,t,o,n;null!=this.renderContext.get_backgroundImageset()?this.renderType=this.renderContext.get_backgroundImageset().get_dataSetType():this.renderType=2;var i=!1;if(this.canvas.width!==this.canvas.parentNode.clientWidth&&(this.canvas.width=this.canvas.parentNode.clientWidth,i=!0),this.canvas.height!==this.canvas.parentNode.clientHeight&&(this.canvas.height=this.canvas.parentNode.clientHeight,i=!0),i&&null!=this.explorer&&this.explorer.refresh(),!(this.canvas.width<1||this.canvas.height<1)){if(i&&(this._crossHairs=null),Ao.Tile.lastDeepestLevel=Ao.Tile.deepestLevel,Ao.RenderTriangle.width=this.renderContext.width=this.canvas.width,Ao.RenderTriangle.height=this.renderContext.height=this.canvas.height,Ao.Tile.tilesInView=0,Ao.Tile.tilesTouched=0,Ao.Tile.deepestLevel=0,Ao.SpaceTimeController.set_metaNow(new Date),null!=this.get__mover()){if(Ao.SpaceTimeController.set_now(this.get__mover().get_currentDateTime()),Ao.Planets.updatePlanetLocations(this.get_solarSystemMode()),null!=this.get__mover()){var a=this.get__mover().get_currentPosition();if(this.renderContext.targetCamera=a.copy(),this.renderContext.viewCamera=a.copy(),this.renderContext.space&&Ao.Settings.get_active().get_galacticMode()){var r=Ao.Coordinates.j2000toGalactic(15*a.get_RA(),a.get_dec());this.renderContext.targetAlt=this.renderContext.alt=r[1],this.renderContext.targetAz=this.renderContext.az=r[0]}else if(this.renderContext.space&&Ao.Settings.get_active().get_localHorizonMode()){var l=Ao.Coordinates.equitorialToHorizon(Ao.Coordinates.fromRaDec(a.get_RA(),a.get_dec()),Ao.SpaceTimeController.get_location(),Ao.SpaceTimeController.get_now());this.renderContext.targetAlt=this.renderContext.alt=l.get_alt(),this.renderContext.targetAz=this.renderContext.az=l.get_az()}this.get__mover().get_complete()&&(Ao.WWTControl.scriptInterface._fireArrived(this.get__mover().get_currentPosition().get_RA(),this.get__mover().get_currentPosition().get_dec(),Ao.WWTControl.singleton.renderContext.viewCamera.zoom),this.set__mover(null),this._notifyMoveComplete())}}else Ao.SpaceTimeController.updateClock(),Ao.Planets.updatePlanetLocations(this.get_solarSystemMode()),this._updateViewParameters();if(this.renderContext.clear(),this.renderContext.setupMatricesSpace3d(this.renderContext.width,this.renderContext.height),this.renderContext.drawImageSet(this.renderContext.get_backgroundImageset(),100),null!=this.renderContext.get_foregroundImageset())if(this.renderContext.get_foregroundImageset().get_dataSetType()!==this.renderContext.get_backgroundImageset().get_dataSetType())this.renderContext.set_foregroundImageset(null);else if(100!==this.renderContext.viewCamera.opacity&&null==this.renderContext.gl){this._foregroundCanvas.width===this.renderContext.width&&this._foregroundCanvas.height===this.renderContext.height||(this._foregroundCanvas.width=this.renderContext.width,this._foregroundCanvas.height=this.renderContext.height);var c=this.renderContext.device;this._fgDevice.clearRect(0,0,this.renderContext.width,this.renderContext.height),this.renderContext.device=this._fgDevice,this.renderContext.drawImageSet(this.renderContext.get_foregroundImageset(),100),this.renderContext.device=c,this.renderContext.device.save(),this.renderContext.device.globalAlpha=this.renderContext.viewCamera.opacity/100,this.renderContext.device.drawImage(this._foregroundCanvas,0,0),this.renderContext.device.restore()}else this.renderContext.drawImageSet(this.renderContext.get_foregroundImageset(),this.renderContext.viewCamera.opacity);if(null!=this.uiController)this.uiController.render(this.renderContext);else{Ao.Annotation.prepBatch(this.renderContext);try{for(var u=(0,s.Ju)(this._annotations),d=u.next();!d.done;d=u.next()){var h=d.value;h.draw(this.renderContext)}}catch(_){e={error:_}}finally{try{d&&!d.done&&(t=u.return)&&t.call(u)}finally{if(e)throw e.error}}if(Ao.Annotation.drawBatch(this.renderContext),Date.now()-this._lastMouseMove>400){var p=this.getCoordinatesForScreenPoint(this._hoverTextPoint.x,this._hoverTextPoint.y);this._annotationHover(p.x,p.y,this._hoverTextPoint.x,this._hoverTextPoint.y),this._lastMouseMove=new Date(2100,1,1)}this._hoverText&&this._drawHoverText(this.renderContext)}for(var f in this.renderContext.get_catalogHipsImagesets())f.get_hipsProperties().get_catalogSpreadSheetLayer().enabled&&f.get_hipsProperties().get_catalogSpreadSheetLayer().lastVersion===f.get_hipsProperties().get_catalogSpreadSheetLayer().get_version()&&this.renderContext.drawImageSet(f,100);this.constellation=Ao.Constellations.containment.findConstellationForPoint(this.renderContext.viewCamera.get_RA(),this.renderContext.viewCamera.get_dec()),this._drawSkyOverlays(),Ao.Planets.drawPlanets(this.renderContext,1),Oo.prepBatch(this.renderContext);try{for(var m=(0,s.Ju)(Oo.annotations),g=m.next();!g.done;g=m.next()){h=g.value;h.draw(this.renderContext)}}catch(x){o={error:x}}finally{try{g&&!g.done&&(n=m.return)&&n.call(m)}finally{if(o)throw o.error}}Oo.drawBatch(this.renderContext);var v=this.renderContext.get_world(),y=this.renderContext.get_view(),b=this.renderContext.get_projection();Ao.Settings.get_current().get_showCrosshairs()&&this._drawCrosshairs(this.renderContext);var w=!Ao.TileCache.get_queueCount();this.renderContext.setupMatricesOverlays(),this._fadeFrame(),this._frameCount++,Ao.TileCache.decimateQueue(),Ao.TileCache.processQueue(this.renderContext),Ao.Tile.currentRenderGeneration++,Ao.TourPlayer.get_playing()||this.set_crossFadeFrame(!1),this.renderContext.set_world(v),this.renderContext.set_view(y),this.renderContext.set_projection(b);var C=Date.now(),k=C-this._lastUpdate;k>1e3&&(this._lastUpdate=C,this._frameCount=0,Ao.RenderTriangle.trianglesRendered=0,Ao.RenderTriangle.trianglesCulled=0),this.capturingVideo&&(null==this.dumpFrameParams||this.dumpFrameParams.waitDownload&&!w||(this.captureFrameForVideo(this._videoBlobReady,this.dumpFrameParams.width,this.dumpFrameParams.height,this.dumpFrameParams.format),Ao.SpaceTimeController.nextFrame()),Ao.SpaceTimeController.get_doneDumping()&&(Ao.SpaceTimeController.frameDumping=!1,Ao.SpaceTimeController.cancelFrameDump=!1,this.capturingVideo=!1)),this.renderFrameCallback&&this.renderFrameCallback(this)}}function $o(e,t,o){null==Ao.Planets._planetTextures&&Ao.Planets._loadPlanetTextures();var n=Ao.Planets._geocentricElongation(Ao.Planets._planetLocations[9].RA,Ao.Planets._planetLocations[9].dec,Ao.Planets._planetLocations[0].RA,Ao.Planets._planetLocations[0].dec),i=Ao.Planets._planetLocations[9].RA-Ao.Planets._planetLocations[0].RA;Ao.Planets._planetLocations[9].RA=360&&(a-=360),a=a*Math.PI/180,t[7]=a,a=2*e[19+n]*i+e[18+n],a=a*Math.PI/180,t[13]=a,o=t[0],-2!=o&&0!=o&&2!=o||(a=e[22+n]*i+e[21+n],a=a*i+e[20+n],t[8]=a,t[14]=2*e[22+n]*i+e[21+n]),-1!=o&&0!=o&&1!=o||(a=e[25+n]*i+e[24+n],a=a*i+e[23+n],t[9]=a,t[15]=2*e[25+n]*i+e[24+n]),t}function un(e,t){var o,n;return zn("timelocdependent"),cn(e,t),o=on[6],t[16]=t[7]-on[1]-e[o+5]/13713.44,t[17]=Math.sin(t[16]),t[18]=Math.cos(t[16]),t[19]=on[5]*t[17],t[20]=on[4]*t[6]-on[5]*t[18]*t[5],t[21]=on[4]*t[5]+on[5]*t[18]*t[6],t[22]=t[13]*on[5]*t[18],t[23]=t[13]*t[19]*t[5]-t[21]*t[12],t[24]=t[2]-t[19],t[25]=t[3]-t[20],t[26]=t[10]-t[22],t[27]=t[11]-t[23],n=t[0],-2!=n&&0!=n&&2!=n||(t[28]=t[8]-t[21]*e[26+o]),-1!=n&&0!=n&&1!=n||(t[29]=t[9]-t[21]*e[27+o]),t[30]=t[26]*t[26]+t[27]*t[27],t}function dn(e,t){var o,n,i,a;zn("c1c4iterate"),un(e,t),o=t[0]<0?-1:1,i=1,n=0;while((i>1e-6||i<-1e-6)&&n<50)a=Math.sqrt(t[30]),i=t[26]*t[25]-t[24]*t[27],i=i/a/t[28],i=o*Math.sqrt(1-i*i)*t[28]/a,i=(t[24]*t[26]+t[25]*t[27])/t[30]-i,t[1]=t[1]-i,un(e,t),n++;return t}function hn(e){var t,o;zn("getc1c4"),o=Math.sqrt(rn[30]),t=rn[26]*rn[25]-rn[24]*rn[27],t=t/o/rn[28],t=Math.sqrt(1-t*t)*rn[28]/o,nn[0]=-2,sn[0]=2,nn[1]=rn[1]-t,sn[1]=rn[1]+t,dn(e,nn),dn(e,sn)}function pn(e,t){var o,n,i,a;zn("c2c3iterate"),un(e,t),o=t[0]<0?-1:1,rn[29]<0&&(o=-o),i=1,n=0;while((i>1e-6||i<-1e-6)&&n<50)a=Math.sqrt(t[30]),i=t[26]*t[25]-t[24]*t[27],i=i/a/t[29],i=o*Math.sqrt(1-i*i)*t[29]/a,i=(t[24]*t[26]+t[25]*t[27])/t[30]-i,t[1]=t[1]-i,un(e,t),n++;return t}function fn(e){var t,o;zn("getc2c3"),o=Math.sqrt(rn[30]),t=rn[26]*rn[25]-rn[24]*rn[27],t=t/o/rn[29],t=Math.sqrt(1-t*t)*rn[29]/o,an[0]=-1,ln[0]=1,rn[29]<0?(an[1]=rn[1]+t,ln[1]=rn[1]-t):(an[1]=rn[1]-t,ln[1]=rn[1]+t),pn(e,an),pn(e,ln)}function mn(e){var t,o,n;zn("observational"),t=0==e[0]||3!=rn[39]||-1!=e[0]&&1!=e[0]?1:-1,e[31]=Math.atan2(t*e[24],t*e[25]),n=Math.sin(on[0]),o=Math.cos(on[0]),e[32]=Math.asin(e[5]*n+e[6]*o*e[18]),e[33]=Math.asin(o*e[17]/Math.cos(e[32])),e[20]<0&&(e[33]=Math.PI-e[33]),e[34]=e[31]-e[33],e[35]=Math.atan2(-1*e[17]*e[6],e[5]*o-e[18]*n*e[6]),e[32]>-.00524?e[40]=0:e[40]=1}function gn(){zn("midobservational"),mn(rn),rn[36]=Math.sqrt(rn[24]*rn[24]+rn[25]*rn[25]),rn[37]=(rn[28]-rn[36])/(rn[28]+rn[29]),rn[38]=(rn[28]-rn[29])/(rn[28]+rn[29])}function vn(e){var t,o;zn("getmid"),rn[0]=0,rn[1]=0,t=0,o=1,un(e,rn);while((o>1e-6||o<-1e-6)&&t<50)o=(rn[24]*rn[26]+rn[25]*rn[27])/rn[30],rn[1]=rn[1]-o,t++,un(e,rn)}function yn(e,t,o){var n,i,a;zn("getsunriset"),i=1,a=0;while(i>1e-5||i<-1e-5){if(a++,4==a)return;n=Math.acos((Math.sin(-.00524)-Math.sin(on[0])*t[5])/Math.cos(on[0])/t[6]),i=(o*n-t[16])/t[13];while(i>=12)i-=24;while(i<=-12)i+=24;t[1]+=i,un(e,t)}}function bn(e,t){zn("getsunrise"),yn(e,t,-1)}function wn(e,t){zn("getsunset"),yn(e,t,1)}function Cn(e,t){var o;for(zn("copycircumstances"),o=1;o<41;o++)t[o]=e[o]}function kn(e){var t;zn("getall"),vn(e),gn(),rn[37]>0?(hn(e),rn[36]=24&&i++,i>=2299160?(a=Math.floor((i-1867216.25)/36524.25),a=i+1+a-Math.floor(a/4)):a=i,r=a+1525,l=Math.floor((r-122.1)/365.25),s=Math.floor(365.25*l),c=Math.floor((r-s)/30.6001),s=r-s-Math.floor(30.6001*c),c-=c<13.5?1:13,n=c>2.5?l-4716+"-":l-4715+"-",c<10&&(n+="0"),n+=c+"-",s<10&&(n+="0"),n+=s,n}function Sn(e,t){var o,n,i;return zn("gettime"),n="",i=on[6],o=t[1]+e[1+i]-on[3]-(e[4+i]-.5)/3600,o<0&&(o+=24),o>=24&&(o-=24),o<10&&(n+="0"),n=n+Math.floor(o)+":",o=60*o-60*Math.floor(o),o<10&&(n+="0"),n+=Math.floor(o),n+=":",o=60*o-60*Math.floor(o),o<10&&(n+="0"),n+=Math.floor(o),1==t[40]?[n,"b"]:2==t[40]?[n,"r"]:3==t[40]?[n,"s"]:[n,null]}function Tn(e){var t,o;return zn("getalt"),2==e[40]?[0,"r"]:3==e[40]?[0,"s"]:(t=e[32]<0&&e[32]>=-.00524?0:180*e[32]/Math.PI,t<0?(o=-1,t=-t):o=1,t=Math.floor(t+.5),o*=t,1==e[40]?[o,"b"]:[o,null])}function Ln(e){var t;return zn("getazi"),"",t=180*e[35]/Math.PI,t<0&&(t+=360),t>=360&&(t-=360),t=Math.floor(t+.5),t,e[40],t}function Wn(){var e,t;return zn("getduration"),e=4==ln[40]?rn[1]-an[1]:4==an[40]?ln[1]-rn[1]:ln[1]-an[1],e<0?e+=24:e>=24&&(e-=24),e=60*e-60*Math.floor(e)+.05/60,t=Math.floor(e)+"m",e=60*e-60*Math.floor(e),e<10&&(t+="0"),t+=Math.floor(e)+"s",t}function Mn(){var e;return zn("getmagnitude"),e=Math.floor(1e3*rn[37]+.5)/1e3,1==rn[40]?[e,"b"]:2==rn[40]?[e,"r"]:3==rn[40]?[e,"s"]:[e,null]}function Dn(){var e,t,o;return zn("getcoverage"),rn[37]<=0?e=0:rn[37]>=1?e=1:(2==rn[39]?o=rn[38]*rn[38]:(o=Math.acos((rn[28]*rn[28]+rn[29]*rn[29]-2*rn[36]*rn[36])/(rn[28]*rn[28]-rn[29]*rn[29])),t=Math.acos((rn[28]*rn[29]+rn[36]*rn[36])/rn[36]/(rn[28]+rn[29])),e=Math.PI-t-o,o=(rn[38]*rn[38]*e+t-rn[38]*Math.sin(o))/Math.PI),e=Math.floor(1e3*o+.5)/1e3),1==rn[40]?[e,"b"]:(2==rn[40]&&(e=[e,"r"]),3==rn[40]&&(e=[e,"s"]),[e,null])}function Pn(e){zn("calculatefor");for(var t=[],o={date:"",type:"",partialStart:["",null],sunAltStart:[0,null],centralStart:["",null],maxTime:["",null],maxAlt:[0,null],maxAzi:0,centralEnd:["",null],partialEnd:["",null],sunAltEnd:[0,null],magnitude:[0,null],coverage:[0,null],duration:""},n=0;n0){if(i.date=xn(e,rn),1==rn[39]?i.type="P":2==rn[39]?i.type="A":i.type="T",4==nn[40])continue;if(i.partialStart=Sn(e,nn),i.sunAltStart=Tn(nn),rn[39]>1&&4!=an[40]?i.centralStart=Sn(e,an):i.centralStart=["",null],i.maxTime=Sn(e,rn),i.maxAlt=Tn(rn),i.maxAzi=Ln(rn),rn[39]>1&&4!=ln[40]?i.centralEnd=Sn(e,ln):i.centralEnd=["",null],4==sn[40])continue;i.partialEnd=Sn(e,sn),i.sunAltEnd=Tn(sn),i.magnitude=Mn(),i.coverage=Dn(),rn[39]>1?i.duration=Wn():i.duration=""}t.push(i),zn(i)}return t}var Nn=!1;function zn(){for(var e=[],t=0;t=0?"E":"W",l=Math.abs(t).toFixed(3),c=Math.abs(e).toFixed(3),[2,"".concat(l,"° ").concat(a,", ").concat(c,"° ").concat(r)])}}))}))}function qn(e){var t=e/1e3,o="",n=Math.floor(t/3600);o+=n>0?n+"h":"";var i=Math.floor(t%3600/60);o+=i>0?i+"m":"";var a=Math.floor(t%3600%60);return o+=a>0?a+"s":"",o}function Yn(e){return e.replace(/(\d)([hms])/g,"$1$2 ")}var jn=o(6973),Gn="|16:42|05|30.6S|149|47.6W|06|11.7S|146|38.0W|05|50.2S|148|07.8W|1.043|11|81|159|02m27.5s\n|16:44|04|20.5S|145|29.6W|05|08.4S|143|00.6W|04|44.0S|144|13.0W|1.044|16|81|166|02m36.8s\n|16:46|03|21.2S|142|27.6W|04|12.3S|140|15.6W|03|46.4S|141|20.3W|1.045|19|81|171|02m44.2s\n|16:48|02|27.1S|140|01.8W|03|20.2S|137|59.5W|02|53.3S|138|59.7W|1.046|22|81|174|02m50.6s\n|16:50|01|36.2S|137|58.5W|02|30.8S|136|02.5W|02|03.3S|136|59.7W|1.047|25|81|178|02m56.3s\n|16:52|00|47.7S|136|10.6W|01|43.4S|134|19.0W|01|15.4S|135|14.1W|1.048|27|81|181|03m01.6s\n|16:54|00|01.0S|134|34.2W|00|57.6S|132|45.9W|00|29.1S|133|39.5W|1.048|29|81|183|03m06.4s\n|16:56|00|44.4N|133|06.9W|00|13.0S|131|21.1W|00|15.9N|132|13.5W|1.049|31|81|186|03m10.9s\n|16:58|01|28.6N|131|46.8W|00|30.6N|130|03.0W|00|59.7N|130|54.5W|1.050|33|82|188|03m15.2s\n|17:00|02|11.8N|130|32.7W|01|13.2N|128|50.5W|01|42.7N|129|41.2W|1.050|35|82|190|03m19.3s\n|17:02|02|54.2N|129|23.6W|01|55.1N|127|42.8W|02|24.8N|128|32.8W|1.050|37|82|192|03m23.1s\n|17:04|03|35.9N|128|18.8W|02|36.4N|126|39.1W|03|06.3N|127|28.6W|1.051|38|83|193|03m26.8s\n|17:06|04|17.0N|127|17.7W|03|17.0N|125|39.0W|03|47.2N|126|28.0W|1.051|40|83|194|03m30.3s\n|17:08|04|57.5N|126|19.9W|03|57.2N|124|42.0W|04|27.5N|125|30.6W|1.052|41|84|196|03m33.7s\n|17:10|05|37.5N|125|24.9W|04|36.8N|123|47.8W|05|07.3N|124|36.1W|1.052|43|84|197|03m36.9s\n|17:12|06|17.1N|124|32.5W|05|16.0N|122|56.0W|05|46.7N|123|44.0W|1.052|44|85|198|03m40.0s\n|17:14|06|56.3N|123|42.4W|05|54.8N|122|06.4W|06|25.6N|122|54.1W|1.053|46|86|199|03m42.9s\n|17:16|07|35.0N|122|54.2W|06|33.3N|121|18.7W|07|04.3N|122|06.2W|1.053|47|86|199|03m45.8s\n|17:18|08|13.5N|122|07.9W|07|11.4N|120|32.8W|07|42.5N|121|20.1W|1.053|48|87|200|03m48.5s\n|17:20|08|51.6N|121|23.2W|07|49.2N|119|48.5W|08|20.5N|120|35.6W|1.053|49|88|201|03m51.1s\n|17:22|09|29.4N|120|40.0W|08|26.8N|119|05.7W|08|58.2N|119|52.6W|1.054|51|89|201|03m53.6s\n|17:24|10|07.0N|119|58.1W|09|04.0N|118|24.2W|09|35.6N|119|10.9W|1.054|52|90|202|03m56.0s\n|17:26|10|44.3N|119|17.5W|09|41.1N|117|43.8W|10|12.7N|118|30.4W|1.054|53|91|202|03m58.4s\n|17:28|11|21.4N|118|37.9W|10|17.9N|117|04.6W|10|49.7N|117|51.0W|1.054|54|92|202|04m00.6s\n|17:30|11|58.3N|117|59.4W|10|54.4N|116|26.3W|11|26.4N|117|12.6W|1.055|55|93|202|04m02.7s\n|17:32|12|34.9N|117|21.7W|11|30.8N|115|49.0W|12|02.9N|116|35.1W|1.055|56|94|203|04m04.8s\n|17:34|13|11.4N|116|44.9W|12|07.0N|115|12.4W|12|39.3N|115|58.4W|1.055|57|96|203|04m06.7s\n|17:36|13|47.8N|116|08.8W|12|43.0N|114|36.6W|13|15.4N|115|22.5W|1.055|58|97|203|04m08.6s\n|17:38|14|23.9N|115|33.4W|13|18.9N|114|01.4W|13|51.4N|114|47.2W|1.055|59|99|203|04m10.3s\n|17:40|14|59.9N|114|58.5W|13|54.6N|113|26.8W|14|27.3N|114|12.5W|1.055|60|100|203|04m12.0s\n|17:42|15|35.8N|114|24.3W|14|30.1N|112|52.8W|15|03.0N|113|38.3W|1.056|61|102|203|04m13.6s\n|17:44|16|11.6N|113|50.4W|15|05.5N|112|19.2W|15|38.6N|113|04.6W|1.056|62|104|202|04m15.1s\n|17:46|16|47.2N|113|17.0W|15|40.8N|111|46.0W|16|14.0N|112|31.4W|1.056|63|105|202|04m16.5s\n|17:48|17|22.7N|112|44.0W|16|15.9N|111|13.3W|16|49.3N|111|58.4W|1.056|64|107|202|04m17.9s\n|17:50|17|58.1N|112|11.3W|16|51.0N|110|40.8W|17|24.5N|111|25.8W|1.056|64|109|202|04m19.1s\n|17:52|18|33.4N|111|38.8W|17|25.9N|110|08.6W|17|59.6N|110|53.5W|1.056|65|112|202|04m20.3s\n|17:54|19|08.6N|111|06.5W|18|00.7N|109|36.6W|18|34.7N|110|21.4W|1.056|66|114|202|04m21.4s\n|17:56|19|43.7N|110|34.4W|18|35.4N|109|04.8W|19|09.6N|109|49.4W|1.056|66|116|201|04m22.4s\n|17:58|20|18.8N|110|02.5W|19|10.1N|108|33.1W|19|44.4N|109|17.6W|1.056|67|119|201|04m23.4s\n|18:00|20|53.8N|109|30.6W|19|44.6N|108|01.5W|20|19.2N|108|45.8W|1.056|67|122|201|04m24.2s\n|18:02|21|28.7N|108|58.7W|20|19.1N|107|29.9W|20|53.8N|108|14.1W|1.056|68|125|200|04m25.0s\n|18:04|22|03.5N|108|26.8W|20|53.5N|106|58.4W|21|28.5N|107|42.4W|1.056|68|128|200|04m25.7s\n|18:06|22|38.3N|107|54.9W|21|27.8N|106|26.8W|22|03.0N|107|10.7W|1.056|69|131|200|04m26.3s\n|18:08|23|13.0N|107|22.8W|22|02.0N|105|55.1W|22|37.5N|106|38.8W|1.057|69|134|199|04m26.8s\n|18:10|23|47.7N|106|50.7W|22|36.2N|105|23.3W|23|11.9N|106|06.8W|1.057|69|137|199|04m27.2s\n|18:12|24|22.3N|106|18.3W|23|10.3N|104|51.4W|23|46.3N|105|34.7W|1.057|70|140|199|04m27.6s\n|18:14|24|56.9N|105|45.7W|23|44.4N|104|19.2W|24|20.6N|105|02.3W|1.057|70|144|198|04m27.9s\n|18:16|25|31.4N|105|12.9W|24|18.4N|103|46.8W|24|54.8N|104|29.7W|1.057|70|147|198|04m28.1s\n|18:18|26|05.9N|104|39.8W|24|52.3N|103|14.2W|25|29.1N|103|56.8W|1.057|70|151|197|04m28.2s\n|18:20|26|40.4N|104|06.3W|25|26.3N|102|41.2W|26|03.3N|103|23.6W|1.057|70|154|197|04m28.2s\n|18:22|27|14.8N|103|32.4W|26|00.1N|102|07.8W|26|37.4N|102|49.9W|1.057|70|157|197|04m28.1s\n|18:24|27|49.2N|102|58.0W|26|33.9N|101|34.0W|27|11.5N|102|15.9W|1.056|69|161|196|04m28.0s\n|18:26|28|23.6N|102|23.2W|27|07.7N|100|59.8W|27|45.6N|101|41.4W|1.056|69|164|196|04m27.7s\n|18:28|28|57.9N|101|47.8W|27|41.4N|100|25.1W|28|19.6N|101|06.3W|1.056|69|168|195|04m27.4s\n|18:30|29|32.2N|101|11.9W|28|15.1N|099|49.8W|28|53.6N|100|30.7W|1.056|68|171|195|04m27.0s\n|18:32|30|06.5N|100|35.3W|28|48.8N|099|13.9W|29|27.6N|099|54.5W|1.056|68|174|194|04m26.5s\n|18:34|30|40.8N|099|57.9W|29|22.4N|098|37.4W|30|01.5N|099|17.5W|1.056|68|177|194|04m26.0s\n|18:36|31|15.0N|099|19.9W|29|56.0N|098|00.1W|30|35.4N|098|39.9W|1.056|67|180|193|04m25.3s\n|18:38|31|49.3N|098|41.0W|30|29.6N|097|22.1W|31|09.3N|098|01.5W|1.056|66|183|193|04m24.5s\n|18:40|32|23.5N|098|01.3W|31|03.1N|096|43.3W|31|43.2N|097|22.2W|1.056|66|185|192|04m23.7s\n|18:42|32|57.6N|097|20.6W|31|36.6N|096|03.6W|32|17.0N|096|42.0W|1.056|65|188|192|04m22.7s\n|18:44|33|31.8N|096|38.8W|32|10.0N|095|23.0W|32|50.8N|096|00.8W|1.056|64|191|191|04m21.7s\n|18:46|34|05.9N|095|56.0W|32|43.4N|094|41.3W|33|24.6N|095|18.6W|1.056|64|193|191|04m20.6s\n|18:48|34|40.0N|095|12.1W|33|16.8N|093|58.5W|33|58.3N|094|35.2W|1.056|63|195|190|04m19.4s\n|18:50|35|14.1N|094|26.9W|33|50.1N|093|14.6W|34|32.0N|093|50.7W|1.055|62|198|189|04m18.0s\n|18:52|35|48.1N|093|40.3W|34|23.4N|092|29.5W|35|05.6N|093|04.8W|1.055|61|200|189|04m16.6s\n|18:54|36|22.1N|092|52.3W|34|56.6N|091|43.0W|35|39.2N|092|17.6W|1.055|60|202|188|04m15.1s\n|18:56|36|56.0N|092|02.8W|35|29.8N|090|55.0W|36|12.8N|091|28.9W|1.055|59|204|188|04m13.5s\n|18:58|37|29.9N|091|11.6W|36|02.9N|090|05.6W|36|46.3N|090|38.6W|1.055|58|206|187|04m11.8s\n|19:00|38|03.8N|090|18.7W|36|36.0N|089|14.5W|37|19.7N|089|46.6W|1.055|57|208|186|04m10.0s\n|19:02|38|37.5N|089|23.9W|37|09.0N|088|21.6W|37|53.1N|088|52.8W|1.054|56|210|186|04m08.1s\n|19:04|39|11.2N|088|27.0W|37|41.9N|087|26.9W|38|26.3N|087|57.0W|1.054|55|212|185|04m06.1s\n|19:06|39|44.8N|087|27.9W|38|14.7N|086|30.1W|38|59.5N|086|59.1W|1.054|54|214|184|04m04.0s\n|19:08|40|18.2N|086|26.5W|38|47.4N|085|31.1W|39|32.6N|085|58.9W|1.054|53|216|183|04m01.7s\n|19:10|40|51.6N|085|22.6W|39|19.9N|084|29.8W|40|05.6N|084|56.3W|1.054|52|217|183|03m59.4s\n|19:12|41|24.8N|084|15.9W|39|52.4N|083|26.0W|40|38.4N|083|51.1W|1.053|51|219|182|03m56.9s\n|19:14|41|57.8N|083|06.3W|40|24.7N|082|19.4W|41|11.0N|082|43.0W|1.053|50|221|181|03m54.4s\n|19:16|42|30.6N|081|53.4W|40|56.8N|081|09.9W|41|43.5N|081|31.9W|1.053|48|223|180|03m51.7s\n|19:18|43|03.2N|080|37.0W|41|28.7N|079|57.1W|42|15.8N|080|17.4W|1.052|47|224|179|03m48.9s\n|19:20|43|35.6N|079|16.9W|42|00.4N|078|40.9W|42|47.8N|078|59.2W|1.052|46|226|179|03m45.9s\n|19:22|44|07.6N|077|52.5W|42|31.8N|077|20.8W|43|19.5N|077|37.0W|1.052|44|228|178|03m42.8s\n|19:24|44|39.3N|076|23.6W|43|02.9N|075|56.5W|43|50.9N|076|10.5W|1.052|43|230|177|03m39.6s\n|19:26|45|10.6N|074|49.6W|43|33.7N|074|27.6W|44|21.9N|074|39.1W|1.051|41|232|176|03m36.3s\n|19:28|45|41.4N|073|10.0W|44|04.0N|072|53.5W|44|52.4N|073|02.4W|1.051|40|234|175|03m32.8s\n|19:30|46|11.6N|071|24.2W|44|33.8N|071|13.8W|45|22.4N|071|19.7W|1.050|38|236|173|03m29.1s\n|19:32|46|41.1N|069|31.3W|45|03.0N|069|27.7W|45|51.8N|069|30.3W|1.050|37|238|172|03m25.2s\n|19:34|47|09.8N|067|30.4W|45|31.6N|067|34.4W|46|20.5N|067|33.4W|1.050|35|240|171|03m21.2s\n|19:36|47|37.5N|065|20.4W|45|59.3N|065|32.8W|46|48.2N|065|27.8W|1.049|33|242|170|03m17.0s\n|19:38|48|04.0N|062|59.9W|46|26.0N|063|21.8W|47|14.8N|063|12.1W|1.049|31|244|168|03m12.5s\n|19:40|48|29.1N|060|26.8W|46|51.5N|060|59.6W|47|40.1N|060|44.7W|1.048|29|247|167|03m07.7s\n|19:42|48|52.2N|057|38.5W|47|15.4N|058|24.0W|48|03.7N|058|03.1W|1.047|27|249|165|03m02.7s\n|19:44|49|13.0N|054|31.6W|47|37.4N|055|32.1W|48|25.1N|055|03.9W|1.047|25|252|163|02m57.2s\n|19:46|49|30.6N|051|00.3W|47|56.9N|052|19.4W|48|43.7N|051|42.4W|1.046|22|255|161|02m51.3s\n|19:48|49|43.5N|046|55.5W|48|12.7N|048|38.8W|48|58.2N|047|50.4W|1.045|20|259|159|02m44.8s\n|19:50|49|49.3N|041|59.5W|48|23.3N|044|17.7W|49|06.6N|043|13.1W|1.044|16|263|156|02m37.3s\n|19:52|49|41.3N|035|27.0W|48|24.7N|038|48.5W|49|03.9N|037|15.7W|1.043|12|268|153|02m28.2s",$n=o(8713),Qn=o(3004),Jn=o(4927),Zn=Math.PI/180,Kn=180/Math.PI,ei=Date.UTC(2024,3,8,15,40),ti=Date.UTC(2024,3,8,20,55),oi=18e6,ni=ei-oi,ii=ti+oi,ai=86400,ri=1e3*ai,li=40,si=1e3*li,ci=[],ui=ni;while(ui<=ii)ci.push(ui),ci.push(ui+si),ui+=si;var di={},hi="eclipse-mini-uuid",pi="eclipse-mini-optout",fi=["postcode","place","region","country"],mi=["United States","Canada","Mexico"],gi=["US-","CA-","MX-"];function vi(e,t,o,n){var i=+e,a="N"===t.slice(-1)?1:-1,r=+t.slice(0,-1),l=a*(i+r/60),s=+o,c="E"===n.slice(-1)?1:-1,u=+n.slice(0,-1),d=c*(s+u/60);return{latitudeDeg:l,longitudeDeg:d}}function yi(e){var t=(0,jn.A)("|");return t.parseRows(e,(function(e){var t=e[1].split(":"),o=new Date(ei);o.setUTCHours(+t[0]),o.setUTCMinutes(+t[1]),o.setUTCSeconds(0),o.setUTCMilliseconds(0);var n=vi(e[2],e[3],e[4],e[5]),i=vi(e[6],e[7],e[8],e[9]),a=vi(e[10],e[11],e[12],e[13]),r=+e[14],l=+e[15],s=+e[16],c=+e[17],u=e[18],d=Bo()(a.latitudeDeg,a.longitudeDeg),h=(0,Ro.A)(o.getTime(),d,"HH:mm (zzz)"),p="Eclipse time (local): ".concat(h,"
Eclipse time (UTC): ").concat(e[1],"
Duration: ").concat(u);return{utc:o.getTime(),northernLimit:n,southernLimit:i,centerLine:a,ratio:r,sunAlt:l,sunAz:s,pathWidth:c,eclipseDuration:u,popupContent:p}}))}var bi=yi(Gn),wi=(0,Qn.fy)($n,(function(e,t){return e.map((function(e){return+e}))})),Ci=Math.min.apply(Math,(0,s.fX)([],(0,s.zs)(wi.map((function(e){return e[0]})).slice(1)),!1)),ki=Math.max.apply(Math,(0,s.fX)([],(0,s.zs)(wi.map((function(e){return e[0]})).slice(1)),!1)),_i=Math.min.apply(Math,(0,s.fX)([],(0,s.zs)(wi[0].slice(1)),!1)),xi=wi[0][2]-wi[0][1],Si=wi[2][0]-wi[1][0];console.log("minLat, minLon, dLat, dLon",Ci,_i,Si,xi),wi=wi.slice(1).map((function(e){return e.slice(1)}));var Ti=[];wi.forEach((function(e,t){e.forEach((function(e,o){Ti.push({lat:ki+Si*t,lon:_i+xi*o,cloudCover:e})}))})),console.log("cloud cover data loaded");var Li=Ao.WWTControl.singleton.move;const Wi=(0,a.pM)({extends:i.MiniDSBase,props:{wwtNamespace:{type:String,required:!0},initialCameraParams:{type:Object,default:function(){return{raRad:3.481,decRad:-.145,zoomDeg:20}}}},data:function(){var e,t,o,n,i=new Date("2024-04-08T18:18:00Z"),a=new Ao.Place;a.set_names(["Sun"]),a.set_classification(Fo.Jq.solarSystem),a.set_target(Fo.Pj.sun),a.set_zoomLevel(20);var r=new Ao.Place;r.set_names(["Moon"]),r.set_classification(Fo.Jq.solarSystem),r.set_target(Fo.Pj.moon);var l={initialLocation:{latitudeDeg:35,longitudeDeg:-100},initialZoom:3.3},c=[],u=(0,s.zs)([di.latitudeDeg,di.longitudeDeg],2),d=u[0],h=u[1],p=l;void 0!==d&&void 0!==h&&(c.push([d,h]),p={initialLocation:{latitudeDeg:d,longitudeDeg:h},initialZoom:5});var f=window.localStorage.getItem(hi),m=null!==f,g=null!==f&&void 0!==f?f:(0,Xo.A)();m||window.localStorage.setItem(hi,g);var v=window.localStorage.getItem(pi),y="string"===typeof v?"true"===v:null,b=void 0!==d&&void 0!==h?{latitudeRad:Zn*d,longitudeRad:Zn*h}:{latitudeRad:25.2866667*Zn,longitudeRad:-104.1383333*Zn};return{showNewMobileUI:!1,selectedCloudCoverVariable:"median",cloudCoverData:Ti,uuid:g,infoTimeMs:0,userGuideTimeMs:0,weatherTimeMs:0,weatherInfoTimeMs:0,eclipseTimerTimeMs:0,appStartTimestamp:Date.now(),infoStartTimestamp:null,userGuideStartTimestamp:null,weatherStartTimestamp:null,weatherInfoStartTimestamp:null,eclipseTimerStartTimestamp:null,weatherInfoOpen:!1,responseOptOut:y,showSplashScreen:null===(e=di.splash)||void 0===e||e,backgroundImagesets:[],sheet:null,layersLoaded:!1,positionSet:!1,imagesetFolder:null,wwtMove:null,searchOpen:!0,searchText:null,searchResults:null,searchErrorMessage:null,locationJustUpdated:!1,showMapTooltip:!1,showTextTooltip:!1,showMapSelector:!1,showLocationSelector:!1,getMyLocation:!0,myLocation:null,geolocationPermission:"",showWWTGuideSheet:!1,showAdvancedWeather:null!==(t=di.awv)&&void 0!==t&&t,showAWVMapByDefault:null!==(o=di.awv)&&void 0!==o&&o,showAWVChartsByDefault:null!==(n=di.awv)&&void 0!==n&&n,showAWVFullScreen:!1,showEclipsePredictionSheet:!1,showEclipsePredictionText:!1,showEclipsePredictionTextBanner:!1,selectionProximity:4,pointerMoveThreshold:6,isPointerMoving:!1,pointerStartPosition:null,selectedTime:i.getTime()-54e5,selectedTimezone:"America/Mexico_City",location:b,selectedLocationText:"Nazas, DUR",locationErrorMessage:"",syncDateTimeWithWWTCurrentTime:!0,syncDateTimewithSelectedTime:!0,sunOffset:null,presetMapOptions:(0,s.Cl)({templateUrl:"https://watercolormaps.collection.cooperhewitt.org/tile/watercolor/{z}/{x}/{y}.jpg",minZoom:1,maxZoom:16,attribution:'Maptiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under CC BY-SA 2.0',ext:"jpg"},l),initialMapOptions:p,userSelectedMapOptions:(0,s.Cl)({templateUrl:"https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryTopo/MapServer/tile/{z}/{y}/{x}",attribution:'Tiles courtesy of the U.S. Geological Survey'},di?(0,s.Cl)((0,s.Cl)({},di),{initialZoom:5}):l),eclipseCenterLine:bi,currentFractionEclipsed:0,placeCircleOptions:{color:"#0000FF",fillColor:"#0000FF",fillOpacity:.7,radius:5},selectedCircleOptions:{color:"#FF0000",fillColor:"#FF0000",fillOpacity:.7,radius:5},learnerPath:"Location",visitedCloudCover:!1,playing:!1,playingIntervalId:null,playingWaitCount:0,activePointer:!1,showControls:!0,sunCenteredTracking:!0,showAltAzGrid:!1,showHorizon:!0,showTextSheet:!1,showLinkToPath:!1,toggleTrackSun:!0,times:ci,minTime:ni,maxTime:ii,millisecondsPerInterval:si,accentColor:"#eac402",moonColor:"#CFD8DC",guidedContentHeight:"300px",showGuidedContent:!0,inIntro:!1,displaySwitchOn:!0,displaySwitchOff:!1,scrollUp:!1,showPrivacyDialog:!1,showMyLocationDialog:!1,tab:0,infoPage:1,introSlide:1,viewerMode:"Horizon",showSky:!0,skyColorNight:"#1F1F1F",skyColorLight:"#4190ED",skyColor:"#4190ED",skyOpacity:.6,horizonOpacity:1,useRegularMoon:!1,moonTexture:"moon-sky-blue-overlay.png",playbackRateValue:1,forceRate:!1,playbackVisible:!1,horizonRate:500,scopeRate:100,startPaused:!1,sunPlace:a,moonPlace:r,queryData:di,geojson:[{geojson:Jn,style:{fillColor:"#333",weight:1,opacity:0,fillOpacity:.3,id:"upath"}},{url:"https://raw.githubusercontent.com/johnarban/wwt_interactives/main/images/center.json",style:{color:"#ff0000",weight:2,opacity:1,fillOpacity:0}}],userSelectedLocations:c,cloudCoverSelectedLocations:[],textSearchSelectedLocations:[],advancedWeatherSelectedCount:0,cloudCoverSelectedCount:0,eclipsePrediction:null,eclipseStart:0,eclipseMid:0,eclipseEnd:0,eclipseApproach:"entering",eclipseType:null,showEclipseTimer:!0}},beforeCreate:function(){var e,t,o=new URLSearchParams(window.location.search),n=parseFloat(null!==(e=o.get("lat"))&&void 0!==e?e:""),i=parseFloat(null!==(t=o.get("lon"))&&void 0!==t?t:"");n&&i&&(di={latitudeDeg:n,longitudeDeg:i});var a=o.get("splash");di.splash="false"!==a;var r=o.get("awv");di.awv="true"===r},mounted:function(){var e=this;void 0!==di.latitudeDeg&&void 0!==di.longitudeDeg&&(this.selectedTimezone=Bo().apply(void 0,[di.latitudeDeg,di.longitudeDeg]),this.updateSelectedLocationText()),this.showNewMobileUI=this.narrow,this.showSplashScreen||(this.showEclipsePredictionTextBanner=!this.showNewMobileUI),this.searchOpen=this.smAndUp,this.createUserEntry(),Ao.Planets._loadPlanetTextures(),Ao.Planets.updatePlanetLocations(!1),this.waitForReady().then((function(){return(0,s.sH)(e,void 0,void 0,(function(){var e=this;return(0,s.YH)(this,(function(t){return this.backgroundImagesets=(0,s.fX)([],(0,s.zs)(i.skyBackgroundImagesets),!1),this.setTime(this.dateTime),this.wwtSettings.set_localHorizonMode(!0),this.wwtSettings.set_showAltAzGrid(this.showAltAzGrid),this.wwtSettings.set_showAltAzGridText(this.showAltAzGrid),this.wwtControl._drawSkyOverlays=Ho,Ao.Grids._makeAltAzGridText=qo,Ao.LayerManager._draw=Yo,this.wwtControl._updateViewParameters=jo.bind(this.wwtControl),this.wwtMove=this.wwtControl.move,this.wwtControl.roll=function(e){},this.wwtControl._tilt=function(e){},this.updatePanForMobile(),this.wwtControl.renderOneFrame=Go.bind(this.wwtControl),this.wwtControl.renderOneFrame(),this.wwtControl.renderFrameCallback=this.onWWTRenderFrame,Ao.Planets.drawPlanets=function(t,o){$o(t,o,e.currentFractionEclipsed)},Ao.Planets["_planetTextures"][0]=Ao.Texture.fromUrl(o(4974)),this.setForegroundImageByName("Digitized Sky Survey (Color)"),this.setForegroundOpacity(100),this.moonPlace.updatePlanetLocation(this.wwtCurrentTime.getTime()),this.updateMoonTexture(!0),this.updateWWTLocation(),this.setClockSync(!di.splash),this.playing=!di.splash,this.setClockRate(1),this.playbackRate=1,this.layersLoaded=!0,this.startHorizonMode(),this.trackSun().then((function(){return e.positionSet=!0})),this.getEclipsePrediction(),setInterval((function(){if(e.playing){var t=e.wwtCurrentTime;e.selectedTime=t.getTime(),e.updateFrontAnnotations(t)}}),500),window.addEventListener("keyup",(function(t){["Esc","Escape"].includes(t.key)&&e.showVideoSheet&&(e.showVideoSheet=!1)})),document.addEventListener("visibilitychange",(function(){"hidden"===document.visibilityState?e.sendUpdateData():e.resetData()})),[2]}))}))})),this.$nextTick((function(){window.addEventListener("resize",e.onResize),e.onResize()})),this.showControls=!this.mobile,this.showGuidedContent=!this.xSmallSize,this.updateSkyOpacityForSunAlt(10*Zn);var t=document.getElementById("guided-content-container");t&&t.addEventListener("scroll",(function(){return e.onScroll()}))},computed:{eclipsePredictionText:function(){if(!this.showEclipsePredictionText)return'Open "Timing Details" to see eclipse predictions';if(this.eclipsePrediction){var e=this.eclipsePrediction,t=e.type,o=e.maxTime,n=e.duration;if(""===t||null===t||null===o[0])return"No eclipse";var i=new Map([["P","Partial"],["T","Total"],["A","Annular"]]).get(t);if("T"==t){var a=(0,Ro.A)(this.eclipsePrediction.centralStart[0],this.selectedTimezone,"HH:mm:ss (zzz)");return this.$vuetify.display.xs?"Totality starts: ".concat(a," Duration: ").concat(Yn(n)):"Totality begins at ".concat(a," and lasts ").concat(Yn(n))}if(""===n){var r=(0,Ro.A)(this.eclipsePrediction.partialStart[0],this.selectedTimezone,"HH:mm (zzz)");return this.$vuetify.display.xs?"".concat(i," starts: ").concat(r):"".concat(i," eclipse begins at ").concat(r)}}return""},selectedCloudCoverData:function(){return null!=this.cloudCoverData?this.cloudCoverData:(console.log("selectedCloudCoverData: cloud cover data not loaded"),null)},dateTime:function(){return new Date(this.selectedTime)},selectedTimezoneOffset:function(){return(0,Vo.A)(this.selectedTimezone)},selectedLocalDateString:function(){return(0,Ro.A)(this.dateTime,this.selectedTimezone,"MMMM dd, yyyy")},selectedLocaledTimeDateString:function(){return this.smallSize?(0,Ro.A)(this.dateTime,this.selectedTimezone,"MM/dd, h:mm:ss aa"):(0,Ro.A)(this.dateTime,this.selectedTimezone,"MM/dd/yyyy h:mm:ss aa (zzz)")},selectedLocationCloudCover:function(){return this.locationDeg?this.getCloudCover(this.locationDeg.latitudeDeg,this.locationDeg.longitudeDeg):null},cloudIcon:function(){return null==this.selectedLocationCloudCover?"mdi-cloud-cancel":this.selectedLocationCloudCover<.25?"mdi-weather-sunny":this.selectedLocationCloudCover<.5?"mdi-weather-partly-cloudy":this.selectedLocationCloudCover<.9?"mdi-weather-cloudy":"mdi-clouds"},selectedLocationCloudCoverString:function(){return null!==this.selectedLocationCloudCover?"Hist Cld Cvr: ".concat((100*this.selectedLocationCloudCover).toFixed(0),"%"):"Outside Range"},myLocationToolTip:function(){return"denied"===this.geolocationPermission?"Geolocation disabled. Check browser and site permissions and reload page.":"prompt"===this.geolocationPermission?"Click to enable location permissions":"Use my location"},myLocationColor:function(){return console.log(this.geolocationPermission),"denied"===this.geolocationPermission||"prompt"===this.geolocationPermission?"grey":"granted"===this.geolocationPermission&&this.myLocation?(this.locationDeg.latitudeDeg===this.myLocation.latitudeDeg&&(this.locationDeg.longitudeDeg,this.myLocation.longitudeDeg),this.accentColor):this.accentColor},ready:function(){return this.layersLoaded&&this.positionSet},isLoading:function(){return!this.ready},selectedDate:function(){return new Date(this.selectedTime)},smallSize:function(){return this.$vuetify.display.smAndDown},smAndUp:function(){return this.$vuetify.display.smAndUp},xSmallSize:function(){return this.$vuetify.display.xs},narrow:function(){return this.$vuetify.display.width<=600},mobile:function(){return this.smallSize&&this.touchscreen},cssVars:function(){return{"--accent-color":this.accentColor,"--sky-color":this.skyColorLight,"--app-content-height":(this.showInfoSheet,"100%"),"--top-content-height":(this.showGuidedContent,this.guidedContentHeight),"--moon-color":this.moonColor}},forwardGeocodingCss:function(){return{"--fg-container-padding":this.searchOpen?"5px 10px 12px 10px":"0px"}},wwtControl:function(){return Ao.WWTControl.singleton},wwtSettings:function(){return Ao.Settings.get_active()},userZoom:{get:function(){return Math.round(100*Math.log10(this.wwtZoomDeg))/100},set:function(e){this.gotoRADecZoom({raRad:this.wwtRARad,decRad:this.wwtDecRad,zoomDeg:Math.pow(10,e),rollRad:0,instant:!0})}},wwtContentHeight:function(){var e=document.getElementById("main-content"),t=window.innerHeight;return e?(console.log(t),t):null},showInfoSheet:{get:function(){return"text"===this.sheet},set:function(e){this.selectSheet("text")}},locationDeg:{get:function(){return{latitudeDeg:Kn*this.location.latitudeRad,longitudeDeg:Kn*this.location.longitudeRad}},set:function(e){this.location={latitudeRad:Zn*e.latitudeDeg,longitudeRad:Zn*e.longitudeDeg}}},tickDurationMS:function(){return si/this.playbackRate},maxPlaybackRate:function(){var e=10;return si/e},sunPosition:function(){var e=this.equatorialToHorizontal(15*this.sunPlace.get_RA()*Zn,this.sunPlace.get_dec()*Zn,this.location.latitudeRad,this.location.longitudeRad,this.dateTime);return(0,s.Cl)({raRad:15*this.sunPlace.get_RA()*Zn,decRad:this.sunPlace.get_dec()*Zn},e)},moonPosition:function(){var e=this.equatorialToHorizontal(15*this.moonPlace.get_RA()*Zn,this.moonPlace.get_dec()*Zn,this.location.latitudeRad,this.location.longitudeRad,this.dateTime);return(0,s.Cl)({raRad:15*this.moonPlace.get_RA()*Zn,decRad:this.moonPlace.get_dec()*Zn},e)},sunAboveHorizon:function(){return this.sunPosition.altRad>0},percentEclipsedText:function(){var e=Math.abs(100*this.currentFractionEclipsed).toFixed(0);return this.currentFractionEclipsed<1&&"100"===e&&(e="99"),"Eclipsed: ".concat(e,"%")},trackingSun:{set:function(e){null===this.sunOffset?this.sunCenteredTracking=e:this.sunCenteredTracking=!1},get:function(){return this.toggleTrackSun}},defaultRate:function(){return"Horizon"===this.viewerMode?this.horizonRate:this.scopeRate},inEclipse:function(){return this.eclipsePrediction&&null!=this.eclipseStart&&null!=this.eclipseEnd?this.wwtCurrentTime.getTime()>=this.eclipseStart&&this.wwtCurrentTime.getTime()<=this.eclipseEnd:null},eclipsePhase:function(){return this.eclipsePrediction&&null!=this.eclipseStart&&null!=this.eclipseEnd?this.wwtCurrentTime.getTime()this.eclipseEnd?"after":"during":null},nearTotality:function(){var e=!1;return this.eclipsePrediction&&this.eclipsePrediction.maxTime[0]&&(e=Math.abs(this.eclipsePrediction.maxTime[0].getTime()-this.wwtCurrentTime.getTime())<12e4),this.locationInTotality&&(e||this.currentFractionEclipsed>.99)},playbackRate:{set:function(e){this.playbackRateValue=Math.sign(e)*Math.min(Math.abs(e),5e3)},get:function(){if(this.forceRate){var e=Math.sign(this.playbackRateValue);return e*Math.min(10,e*this.playbackRateValue)}return this.playbackRateValue}},locationInTotality:function(){var e=this.locationDeg,t=Jn.geometries[0].coordinates[0],o=[e.longitudeDeg,e.latitudeDeg];return Ko()(o,t)},showVideoSheet:{get:function(){return"video"===this.sheet},set:function(e){this.selectSheet("video")}}},methods:{updatePanForMobile:function(){this.showNewMobileUI?this.wwtControl.move=function(e,t){}:this.wwtControl.move=Li},onScroll:function(){var e=document.getElementById("guided-content-container");if(e){var t=e.scrollTop>0;this.scrollUp!==t&&(this.scrollUp=t)}},scrollToTop:function(){var e=document.getElementById("guided-content-container");e&&(this.scrollUp?e.scrollTo({top:0}):e.scrollTo({top:e.scrollHeight}))},cloudColorMap:function(e){var t=this.sigmoid(e);return"hsl(0, 0%, 100%, ".concat(.9*t*100,"%)")},sigmoid:function(e){if(null===e)return 0;var t=(e-.5)/.12,o=Math.exp(t);return o/(1+o)},trackSun:function(){return(0,s.sH)(this,void 0,Promise,(function(){return(0,s.YH)(this,(function(e){return this.sunOffset=null,[2,this.gotoTarget({place:this.sunPlace,instant:!0,noZoom:!0,trackObject:!0})]}))}))},centerSun:function(){return(0,s.sH)(this,void 0,Promise,(function(){return(0,s.YH)(this,(function(e){return this.sunOffset=null,this.toggleTrackSun=!0,this.sunCenteredTracking=!0,[2,this.gotoTarget({place:this.sunPlace,instant:!0,noZoom:!0,trackObject:this.trackingSun})]}))}))},trackSunOffset:function(){return(0,s.sH)(this,void 0,Promise,(function(){var e;return(0,s.YH)(this,(function(t){return this.sunCenteredTracking=!1,e=this.getSunOffsetWorldPosition(),null!==e?[2,this.gotoTarget({place:e,noZoom:!0,instant:!0,trackObject:!0})]:[2,Promise.resolve()]}))}))},getSunOffsetWorldPosition:function(){if(null===this.sunOffset)return null;var e=Ao.Planets["_planetLocations"][0],t=Jo(this.wwtControl,e.RA,e.dec),o={x:t.x+this.sunOffset.x,y:t.y+this.sunOffset.y},n=this.findRADecForScreenPoint(o),i=new Ao.Place;return i.set_RA(n.ra/15),i.set_dec(n.dec),i},angleInZeroToTwoPi:function(e){var t=2*Math.PI;return(e%t+t)%t},angleBetween:function(e,t,o){return t=t&&e<=o:e>=t||e<=o},greatCircleDistance:function(e,t){var o=15*e.RA*Zn,n=e.dec*Zn,i=15*t.RA*Zn,a=t.dec*Zn;return(0,Eo.Io)(o,n,i,a)},updateIntersection:function(){var e=this;if(null!=Ao.Planets["_planetLocations"]){var t=this.wwtControl.canvas.height,o=Ao.Planets["_planetLocations"][0],n=Ao.Planets["_planetLocations"][9],i=Jo(this.wwtControl,o.RA,o.dec),a=Jo(this.wwtControl,n.RA,n.dec);a.y=t-a.y,i.x-=a.x,i.y=t-i.y-a.y;var r=this.getJulian(this.selectedDate),l=Ao.CAAMoon.radiusVector(r),s=149597871,c=1737.4,u=696340,d=Math.atan2(c,l),h=Math.atan2(u,s),p=6*d*t/(this.wwtZoomDeg*Zn),f=6*h*t/(this.wwtZoomDeg*Zn),m=[],g=Math.sqrt(i.x*i.x+i.y*i.y);if(g>p+f)this.currentFractionEclipsed=0;else{var v=g=p)return;if(0===A&&(A=Math.min(p,f)),P=Math.sqrt(p*p-A*A),isNaN(P))return console.error("x1 is NaN"),void(this.currentFractionEclipsed=0);N=A,z=-P,F=A}else{var E=1e-5,O=-i.x/(i.y+E),I=(i.x*i.x+i.y*i.y-(f*f-p*p))/(2*(i.y+E)),R=1+O*O,V=2*O*I,U=I*I-p*p,B=Math.sqrt(V*V-4*R*U);if(isNaN(B))return console.error("sqrDisc is NaN"),void(this.currentFractionEclipsed=0);P=(-V+B)/(2*R),z=(-V-B)/(2*R),N=O*P+I,F=O*z+I}var X=this.angleInZeroToTwoPi(Math.atan2(i.y,i.x)),H=Math.atan2(N/p,P/p),q=Math.atan2(F/p,z/p);if(H=this.angleInZeroToTwoPi(H),q=this.angleInZeroToTwoPi(q),!this.angleBetween(X,H,q)){var Y=H;H=q,q=Y}H>q&&(H-=2*Math.PI);var j=q-H;for(M=0;M<=W;M++){D=H+M/W*j;m.push({x:p*Math.cos(D),y:p*Math.sin(D)})}var G=Math.atan2((N-i.y)/f,(P-i.x)/f),$=Math.atan2((F-i.y)/f,(z-i.x)/f);G=this.angleInZeroToTwoPi(G),$=this.angleInZeroToTwoPi($);var Q=this.angleInZeroToTwoPi(Math.PI+X);if(!this.angleBetween(Q,G,$)){var J=G;G=$,$=J}G>$&&(G-=2*Math.PI);var Z=$-G;for(M=0;M<=W;M++){D=G+M/W*Z;m.push({x:f*Math.cos(D)+i.x,y:f*Math.sin(D)+i.y})}}for(M=0;M0;if(o){var n=100;n=this.skyOpacity>.8?100:this.skyOpacity<=.8&&this.skyOpacity>.7?20:10,t="moon-sky-blue-overlay-".concat(n,".png")}else t="moon-dark-gray-overlay.png"}(e||t!==this.moonTexture&&Ao.Planets._planetTextures)&&(Ao.Planets._planetTextures[9]=this.textureFromAssetImage(t),this.moonTexture=t)},clearPlayingInterval:function(){null!==this.playingIntervalId&&(clearInterval(this.playingIntervalId),this.playingIntervalId=null)},moveOneIntervalForward:function(){this.selectedTime+=si},moveOneIntervalBackward:function(){this.selectedTime-=si},toUTCDateString:function(e){return"".concat(e.getUTCMonth()+1,"/").concat(e.getUTCDate(),"/").concat(e.getUTCFullYear())},toUTCTimeString:function(e){var t=e.getUTCMinutes(),o=t<10?"0".concat(t):"".concat(t),n=e.getUTCHours()<12?"AM":"PM";return"".concat(e.getUTCHours(),":").concat(o," ").concat(n)},toLocaleDateString:function(e){return e=new Date(e.getTime()+this.selectedTimezoneOffset),"".concat(e.getUTCMonth()+1,"/").concat(e.getUTCDate(),"/").concat(e.getUTCFullYear())},toLocaleTimeString:function(e){e=new Date(e.getTime()+this.selectedTimezoneOffset);var t=e.getUTCMinutes(),o=t<10?"0".concat(t):"".concat(t),n=e.getUTCHours()<12?"AM":"PM",i=e.getUTCHours()%12;return"".concat(0!=i?i:12,":").concat(o," ").concat(n)},toTimeString:function(e,t,o){return void 0===t&&(t=!1),void 0===o&&(o=!1),null===e?"":t?(0,Ro.A)(e,o?"UTC":this.selectedTimezone,"h:mm:ss aaa (zzz)"):(0,Ro.A)(e,o?"UTC":this.selectedTimezone,"h:mm aaa (zzz)")},closeSplashScreen:function(){this.showSplashScreen=!1},updateWWTLocation:function(){this.wwtSettings.set_locationLat(Kn*this.location.latitudeRad),this.wwtSettings.set_locationLng(Kn*this.location.longitudeRad)},updateLocationFromMap:function(e,t){if(void 0===t&&(t=!0),null!=e&&(this.locationDeg=e,this.updateSelectedLocationText(),t)){var o=[e.latitudeDeg,e.longitudeDeg];"Clouds"===this.learnerPath||"CloudDetail"===this.learnerPath?(this.cloudCoverSelectedLocations.push(o),this.cloudCoverSelectedCount+=1):this.userSelectedLocations.push(o)}},onTimeSliderChange:function(){var e=this;this.$nextTick((function(){e.updateFrontAnnotations(e.dateTime)}))},createUserEntry:function(){var e,t,o;return(0,s.sH)(this,void 0,void 0,(function(){var n,a,r;return(0,s.YH)(this,(function(l){switch(l.label){case 0:return this.responseOptOut?[2]:[4,fetch("".concat(i.API_BASE_URL,"/solar-eclipse-2024/data/").concat(this.uuid),{method:"GET",headers:{Authorization:null!==(e="wd2XGsxDiJCQbkiSFxnruN3a8c4UPc")&&void 0!==e?e:""}})];case 1:return n=l.sent(),[4,n.json()];case 2:return a=l.sent(),r=200===n.status&&void 0!=(null===(t=a.response)||void 0===t?void 0:t.user_uuid),r?[2]:(fetch("".concat(i.API_BASE_URL,"/solar-eclipse-2024/data"),{method:"PUT",headers:{"Content-Type":"application/json",Authorization:null!==(o="wd2XGsxDiJCQbkiSFxnruN3a8c4UPc")&&void 0!==o?o:""},body:JSON.stringify({user_uuid:this.uuid,user_selected_locations:(0,zo.ux)(this.userSelectedLocations),cloud_cover_selected_locations:(0,zo.ux)(this.cloudCoverSelectedLocations),text_search_selected_locations:(0,zo.ux)(this.textSearchSelectedLocations),info_time_ms:0,app_time_ms:0,user_guide_time_ms:0,advanced_weather_selected_locations_count:this.advancedWeatherSelectedCount,cloud_cover_selected_locations_count:this.cloudCoverSelectedCount})}),[2])}}))}))},resetData:function(){this.userSelectedLocations=[],this.cloudCoverSelectedLocations=[],this.textSearchSelectedLocations=[],this.infoTimeMs=0,this.userGuideTimeMs=0,this.weatherTimeMs=0,this.weatherInfoTimeMs=0,this.eclipseTimerTimeMs=0,this.advancedWeatherSelectedCount=0,this.cloudCoverSelectedCount=0;var e=Date.now();this.appStartTimestamp=e,this.infoStartTimestamp=this.showInfoSheet?e:null,this.userGuideStartTimestamp=this.showWWTGuideSheet?e:null,this.weatherStartTimestamp=this.showAdvancedWeather?e:null,this.weatherInfoStartTimestamp=this.weatherInfoOpen?e:null,this.eclipseTimerStartTimestamp=this.showEclipsePredictionSheet?e:null},sendUpdateData:function(){var e,t=this;if(!this.responseOptOut){var o=Date.now(),n=this.showInfoSheet&&null!==this.infoStartTimestamp?o-this.infoStartTimestamp:this.infoTimeMs,a=this.showWWTGuideSheet&&null!==this.userGuideStartTimestamp?o-this.userGuideStartTimestamp:this.userGuideTimeMs,r=this.showAdvancedWeather&&null!==this.weatherStartTimestamp?o-this.weatherStartTimestamp:this.weatherTimeMs,l=this.weatherInfoOpen&&null!==this.weatherInfoStartTimestamp?o-this.weatherInfoStartTimestamp:this.weatherInfoTimeMs,s=this.showEclipsePredictionSheet&&null!==this.eclipseTimerStartTimestamp?o-this.eclipseTimerStartTimestamp:this.eclipseTimerTimeMs;fetch("".concat(i.API_BASE_URL,"/solar-eclipse-2024/data/").concat(this.uuid),{method:"PATCH",headers:{"Content-Type":"application/json",Authorization:null!==(e="wd2XGsxDiJCQbkiSFxnruN3a8c4UPc")&&void 0!==e?e:""},body:JSON.stringify({user_selected_locations:(0,zo.ux)(this.userSelectedLocations),cloud_cover_selected_locations:(0,zo.ux)(this.cloudCoverSelectedLocations),text_search_selected_locations:(0,zo.ux)(this.textSearchSelectedLocations),delta_info_time_ms:n,delta_app_time_ms:o-this.appStartTimestamp,delta_advanced_weather_time_ms:r,delta_weather_info_time_ms:l,delta_user_guide_time_ms:a,delta_eclipse_timer_time_ms:s,delta_advanced_weather_selected_locations_count:this.advancedWeatherSelectedCount,delta_cloud_cover_selected_locations_count:this.cloudCoverSelectedCount}),keepalive:!0}).then((function(){t.resetData()}))}},logLocation:function(){},logPosition:function(){},printUTCDate:function(e){return"".concat(e.getUTCMonth()+1,"/").concat(e.getUTCDate(),"/").concat(e.getUTCFullYear()," ").concat(e.getUTCHours(),":").concat(e.getUTCMinutes(),":").concat(e.getUTCSeconds())},selectSheet:function(e){var t=this;this.sheet===e?(this.sheet=null,this.$nextTick((function(){t.blurActiveElement()}))):this.sheet=e},altAzToHADec:function(e,t,o){t=Math.PI-t,t<0&&(t+=2*Math.PI);var n=Math.atan2(Math.sin(t),Math.cos(t)*Math.sin(o)+Math.tan(e)*Math.cos(o));n<0&&(n+=2*Math.PI);var i=Math.asin(Math.sin(o)*Math.sin(e)-Math.cos(o)*Math.cos(e)*Math.cos(t));return{ra:n,dec:i}},getJulian:function(e){var t=e.getUTCFullYear(),o=e.getUTCMonth()+1,n=e.getUTCDate(),i=e.getUTCHours(),a=e.getUTCMinutes(),r=e.getUTCSeconds()+e.getUTCMilliseconds()/1e3;1!=o&&2!=o||(t-=1,o+=12);var l=Math.floor(t/100),s=2-l+Math.floor(l/4),c=Math.floor(365.25*t),u=Math.floor(30.6001*(o+1)),d=s+c+u+1720994.5+n+(i+a/60+r/3600)/24;return d},mstFromUTC2:function(e,t){var o=t*Kn,n=this.getJulian(e)-2451545,i=n/36525,a=280.46061837+360.98564736629*n+387933e-9*i*i-i*i*i/3871e4+o;if(a>0)while(a>360)a-=360;else while(a<0)a+=360;return a},horizontalToEquatorial:function(e,t,o,n,i){var a=this.mstFromUTC2(i,n),r=this.altAzToHADec(e,t,o),l=r.ra*Kn,s=a+l;return s<0&&(s+=360),s>360&&(s-=360),{raRad:Zn*s,decRad:r.dec}},equatorialToHorizontal:function(e,t,o,n,i){var a=this.mstFromUTC2(i,n)-Kn*e;a<0&&(a+=360);var r=Zn*a,l=t,s=o,c=Math.sin(l)*Math.sin(s)+Math.cos(l)*Math.cos(s)*Math.cos(r),u=Math.asin(c),d=(Math.sin(l)-Math.sin(u)*Math.sin(s))/(Math.cos(u)*Math.cos(s)),h=Math.acos(d);return h+=80*Math.PI%(2*Math.PI),Math.sin(r)>0&&(h=2*Math.PI-h),{altRad:u,azRad:h}},createHorizon:function(e){var t=this;void 0===e&&(e=null);for(var o="#01362C",n=e||this.dateTime||new Date,i=6,a=2*Math.PI/i,r=function(e){var i=[[0,e*a],[-Math.PI/2,e*a],[0,(e+1)*a]];i=i.map((function(e){var o=t.horizontalToEquatorial.apply(t,(0,s.fX)((0,s.fX)([],(0,s.zs)(e),!1),[t.location.latitudeRad,t.location.longitudeRad,n],!1));return[Kn*o.raRad,Kn*o.decRad]}));var r=new Io;i.forEach((function(e){return r.addPoint.apply(r,(0,s.fX)([],(0,s.zs)(e),!1))})),r.set_lineColor(o),r.set_fill(!0),r.set_fillColor(o),r.set_opacity(l.horizonOpacity),Oo.addAnnotation(r)},l=this,c=0;cthis.pointerMoveThreshold&&(this.isPointerMoving=!0)}},onPointerDown:function(e){this.sunOffset=null,this.isPointerMoving=!1,this.pointerStartPosition={x:e.pageX,y:e.pageY},this.activePointer=!0},onPointerUp:function(e){this.pointerStartPosition=null,this.isPointerMoving=!1;var t=Ao.Planets["_planetLocations"][0],o=Jo(this.wwtControl,t.RA,t.dec);this.sunOffset={x:this.wwtControl.renderContext.width/2-o.x,y:this.wwtControl.renderContext.height/2-o.y},this.activePointer=!1},updateForDateTime:function(){this.syncDateTimeWithWWTCurrentTime&&this.setTime(this.dateTime),this.updateFrontAnnotations(this.dateTime)},updateFrontAnnotations:function(e){void 0===e&&(e=null);try{this.removeAnnotations()}finally{this.updateIntersection(),this.showHorizon&&(this.createHorizon(e),this.showSky&&this.createSky(e))}},updateGuidedContentHeight:function(){var e=this,t=null,o=0;this.$nextTick((function(){t=document.getElementById("guided-content-container"),t&&(o+=t.clientHeight);var n=document.querySelector(".user-banner");n&&(o+=n.clientHeight),e.guidedContentHeight="".concat(o,"px")}))},onResize:function(){var e=this;this.$nextTick((function(){e.updateGuidedContentHeight()})),this.updateGuidedContentHeight()},startHorizonMode:function(){this.wwtSettings.set_localHorizonMode(!0),this.showAltAzGrid=!1,this.skyColor=this.skyColorLight,this.showHorizon=!0,this.horizonOpacity=1,this.sunPlace.set_zoomLevel(20),this.gotoTarget({place:this.sunPlace,instant:!0,noZoom:!1,trackObject:this.toggleTrackSun}),this.playbackRate=this.horizonRate},getSunAltitudeAtTime:function(e){var t=this.equatorialToHorizontal(this.sunPosition.raRad,this.sunPosition.decRad,this.location.latitudeRad,this.location.longitudeRad,e);return t},getTimeforSunAlt:function(e){var t=this.selectedTime-this.selectedTime%ri-this.selectedTimezoneOffset,o=t+ri,n=t,i=this.getSunAltitudeAtTime(new Date(n)).altRad;while(ie*Zn&&n.98?.98:a),this.skyOpacity=this.skyOpacity*(1-.5*Math.pow(Math.E,-Math.pow(a-1,2)/.001)),i=n>0?0:1-(1+Math.atan(Math.PI*n/-o))/2,this.updateMoonTexture(),this.setForegroundOpacity(100*i)},copyShareURL:function(){var e=this,t="".concat(window.location.origin).concat(window.location.pathname),o="".concat(t,"?lat=").concat(this.locationDeg.latitudeDeg,"&lon=").concat(this.locationDeg.longitudeDeg);navigator.clipboard.writeText(o).then((function(){return e.$notify({group:"copy-url",type:"success",text:"URL copied to clipboard. Paste to share with friends!",duration:5e3,ignoreDuplicates:!0})})).catch((function(t){return e.$notify({group:"copy-url",type:"error",text:"Failed to copy URL",duration:5e3,ignoreDuplicates:!0})}))},getCloudCover:function(e,t){var o=Math.floor(ki-e+.5),n=Math.floor(t+.5-_i);return o<0||o>=wi.length||n<0||n>=wi[0].length?null:wi[o][n]},getEclipsePrediction:function(){var e=On(this.locationDeg.latitudeDeg,this.locationDeg.longitudeDeg,100);switch(this.eclipsePrediction=e[0],this.eclipsePrediction.centralStart[0]?this.eclipseStart=this.eclipsePrediction.centralStart[0].getTime():this.eclipsePrediction.partialStart[0]?this.eclipseStart=this.eclipsePrediction.partialStart[0].getTime():this.eclipseStart=null,this.eclipsePrediction.centralEnd[0]?this.eclipseEnd=this.eclipsePrediction.centralEnd[0].getTime():this.eclipsePrediction.partialEnd[0]?this.eclipseEnd=this.eclipsePrediction.partialEnd[0].getTime():this.eclipseEnd=null,this.eclipsePrediction.maxTime[0]?this.eclipseMid=this.eclipsePrediction.maxTime[0].getTime():this.eclipseMid=null,this.eclipsePrediction.type){case"T":this.eclipseType="Total";break;case"A":this.eclipseType="Annular";break;case"P":this.eclipseType="Partial";break;default:this.eclipseType="None"}return e},findBestFeature:function(e){var t,o,n=e.features.filter((function(e){return fi.some((function(t){return e.place_type.includes(t)}))})),i=null!==(t=n.find((function(e){return e.place_type.includes("place")})))&&void 0!==t?t:null!==(o=n.find((function(e){return e.place_type.includes("postcode")})))&&void 0!==o?o:void 0;if(void 0!==i)return i;var a=n.find((function(e){return e.place_type.includes("region")}));if(void 0!==a)return a;var r=n.find((function(e){return e.place_type.includes("country")}));return void 0!==r?r:null},textForMapboxFeature:function(e){var t=[];return e.text&&t.push(e.text),e.context.forEach((function(e){var o=e.id.split(".")[0];if(fi.includes(o)){var n=null,i=e.short_code;if("region"===o&&null!=i)gi.some((function(e){return i.startsWith(e)}))&&(n=i.substring(3));else if("country"===o){var a=e.text;mi.includes(a)||(n=a)}null!==n&&t.push(n)}})),t.join(", ")},textForMapboxResults:function(e){var t=this.findBestFeature(e);return null===t?"":this.textForMapboxFeature(t)},textForLocation:function(e,t){return(0,s.sH)(this,void 0,Promise,(function(){var o,n,i,a,r,l,c,u=this;return(0,s.YH)(this,(function(s){switch(s.label){case 0:return o="pk.eyJ1IjoiY29zbWljZHMiLCJhIjoiY2xzOWV3aHRnMDY4ejJzbGRtZ2x4bW4yZyJ9.8qTaW6RulUyg4awUJ4a-Kg",n="https://api.mapbox.com/geocoding/v5/mapbox.places/".concat(e,",").concat(t,".json?access_token=").concat(o),[4,fetch(n).then((function(e){return e.json()})).then((function(e){return 0===e.features.length?null:u.textForMapboxResults(e)})).catch((function(e){u.searchErrorMessage="An error occurred while searching"}))];case 1:return i=s.sent(),i?[2,i]:(a=this.locationDeg.latitudeDeg>=0?"N":"S",r=this.locationDeg.longitudeDeg>=0?"E":"W",l=Math.abs(this.locationDeg.latitudeDeg).toFixed(3),c=Math.abs(this.locationDeg.longitudeDeg).toFixed(3),[2,"".concat(l,"° ").concat(a,", ").concat(c,"° ").concat(r)])}}))}))},geocodingInfoForSearch:function(e){return(0,s.sH)(this,void 0,Promise,(function(){var t,o;return(0,s.YH)(this,(function(n){return t="pk.eyJ1IjoiY29zbWljZHMiLCJhIjoiY2xzOWV3aHRnMDY4ejJzbGRtZ2x4bW4yZyJ9.8qTaW6RulUyg4awUJ4a-Kg",o="https://api.mapbox.com/geocoding/v5/mapbox.places/".concat(e,".json?access_token=").concat(t,"&types=place"),[2,fetch(o).then((function(e){return e.json()})).then((function(e){return e})).catch((function(e){return null}))]}))}))},setLocationFromFeature:function(e){var t=this;this.locationDeg={longitudeDeg:e.center[0],latitudeDeg:e.center[1]},this.textForLocation(e.center[0],e.center[1]).then((function(e){t.selectedLocationText=e}))},setLocationFromSearchFeature:function(e){this.setLocationFromFeature(e),this.textSearchSelectedLocations.push(e.center)},reversePlaybackRate:function(){this.forceRate=!1;var e=Math.sign(this.playbackRate);if(e>0)this.playbackRate=-Math.min(this.playbackRate,1);else{var t=Math.abs(this.playbackRate),o=Math.floor(Math.log10(t));o-=1*e,this.playbackRate=e*Math.pow(10,Math.abs(o))}},increasePlaybackRate:function(){if(this.forceRate=!1,Math.sign(this.playbackRate)<0)this.playbackRate=-Math.max(this.playbackRate,-1);else{var e=Math.sign(this.playbackRate),t=Math.abs(this.playbackRate),o=Math.floor(Math.log10(t));o+=1*e,this.playbackRate=e*Math.pow(10,Math.abs(o))}},updateSelectedLocationText:function(){return(0,s.sH)(this,void 0,void 0,(function(){var e;return(0,s.YH)(this,(function(t){switch(t.label){case 0:return e=this,[4,this.textForLocation(this.locationDeg.longitudeDeg,this.locationDeg.latitudeDeg)];case 1:return e.selectedLocationText=t.sent(),[2]}}))}))},niceRound:function(e){var t=Math.abs(e);return t<2.7?e.toFixed(1):t<35?e.toFixed(0):t<255?10*Math.round(e/10):100*Math.round(e/100)}},watch:{showNewMobileUI:function(e){this.updatePanForMobile()},showGuidedContent:function(e){var t=this;if(this.onResize(),this.$nextTick((function(){t.onScroll()})),e){this.$refs.showGuidedContent.tooltip=!1;var o=document.activeElement;o&&"show-guided-content-button"===o.id&&o.blur()}},showEclipsePredictionTextBanner:function(e){var t=this;this.onResize(),this.$nextTick((function(){t.onScroll()}))},cssVars:function(e){},responseOptOut:function(e){window.localStorage.setItem(pi,String(e))},inIntro:function(e){e||(this.playing=!0,this.showEclipsePredictionTextBanner=!this.showNewMobileUI,this.showSplashScreen||null!==this.responseOptOut||(this.showPrivacyDialog=!0))},showAltAzGrid:function(e){this.wwtSettings.set_showAltAzGrid(e),this.wwtSettings.set_showAltAzGridText(e)},showHorizon:function(e){this.updateFrontAnnotations(),this.updateMoonTexture()},showSky:function(e){this.updateFrontAnnotations(),this.updateMoonTexture()},wwtZoomDeg:function(e,t){this.sunOffset=null,this.updateIntersection()},useRegularMoon:function(e){this.updateMoonTexture(),this.updateFrontAnnotations(this.dateTime)},dateTime:function(e){this.updateForDateTime()},selectedTime:function(e){},nearTotality:function(e,t){e&&(this.forceRate=Math.abs(this.playbackRate)>10&&this.playing),t&&!e&&(this.forceRate=!1)},wwtCurrentTime:function(e){!this.forceRate||this.nearTotality||"after"!==this.eclipsePhase&&"before"!==this.eclipsePhase||(this.forceRate=!1),e.getTime()>=this.maxTime||e.getTime()10)},showSplashScreen:function(e){e||(this.inIntro=!0,this.showNewMobileUI&&(this.introSlide=2))},showInfoSheet:function(e){e?this.infoStartTimestamp=Date.now():null!==this.infoStartTimestamp&&(this.infoTimeMs+=Date.now()-this.infoStartTimestamp,this.infoStartTimestamp=null)},showAdvancedWeather:function(e){e?(this.weatherStartTimestamp=Date.now(),this.playing=!1):null!==this.weatherStartTimestamp&&(this.weatherTimeMs+=Date.now()-this.weatherStartTimestamp,this.weatherStartTimestamp=null)},showWWTGuideSheet:function(e){e?this.userGuideStartTimestamp=Date.now():null!==this.userGuideStartTimestamp&&(this.userGuideTimeMs+=Date.now()-this.userGuideStartTimestamp,this.userGuideStartTimestamp=null)},showEclipsePredictionSheet:function(e){e?(this.playing=!1,this.eclipseTimerStartTimestamp=Date.now()):null!==this.eclipseTimerStartTimestamp&&(this.eclipseTimerTimeMs+=Date.now()-this.eclipseTimerStartTimestamp,this.eclipseTimerStartTimestamp=null)},weatherInfoOpen:function(e){e?this.weatherInfoStartTimestamp=Date.now():null!==this.weatherInfoStartTimestamp&&(this.weatherInfoTimeMs+=Date.now()-this.weatherInfoStartTimestamp,this.weatherInfoStartTimestamp=null)},introSlide:function(e){this.inIntro=e<3},viewerMode:function(e){"Horizon"===e&&this.startHorizonMode(),this.updateSkyOpacityForSunAlt(this.sunPosition.altRad),this.updateMoonTexture()},skyColor:function(e){this.updateFrontAnnotations()},sunAboveHorizon:function(e){this.horizonOpacity=e?1:.85},sunPosition:function(e){this.updateSkyOpacityForSunAlt(e.altRad)},currentFractionEclipsed:function(e){this.updateSkyOpacityForSunAlt(this.sunPosition.altRad),this.updateFrontAnnotations()},toggleTrackSun:function(e){if(e)return this.trackSun(),null===this.sunOffset?void(this.sunCenteredTracking=!0):void 0;this.sunCenteredTracking=!1;var t=new Ao.Place;return t.set_RA(this.wwtRARad*Kn/15),t.set_dec(this.wwtDecRad*Kn),void this.gotoTarget({place:t,instant:!0,noZoom:!0,trackObject:!1})},sunOffset:function(e){return null===e&&this.toggleTrackSun?void(this.sunCenteredTracking=!0):void(this.sunCenteredTracking=!1)},playbackRate:function(e){Math.abs(e)>11e3&&(console.warn("playbackRate too high, setting to maxPlaybackRate"),this.playbackRate=1e4*Math.sign(e)),this.setClockRate(1===e?1:e-1+1e-9)}}}),Mi=(0,f.A)(Wi,[["render",No]]),Di=Mi;function Pi(e,t,o,i,r,l){return(0,a.uX)(),(0,a.Wv)(n.eB,{name:"expand",onEnter:e.enter,onAfterEnter:e.afterEnter,onLeave:e.leave},{default:(0,a.k6)((function(){return[(0,a.RG)(e.$slots,"default",{},void 0,!0)]})),_:3},8,["onEnter","onAfterEnter","onLeave"])}const Ni=(0,a.pM)({name:"TransitionExpand",emits:["enter","after-enter","leave"],methods:{enter:function(e){var t=getComputedStyle(e).width;e.style.width=t,e.style.position="absolute",e.style.visibility="hidden",e.style.height="auto";var o=getComputedStyle(e).height;e.style.width="",e.style.position="",e.style.visibility="visible",e.style.height="0px",getComputedStyle(e).height,requestAnimationFrame((function(){e.style.height=o})),this.$emit("enter")},afterEnter:function(e){e.style.height="auto",this.$emit("after-enter")},leave:function(e){var t=getComputedStyle(e).height;e.style.height=t,getComputedStyle(e).height,requestAnimationFrame((function(){e.style.height="0"})),this.$emit("leave")}}}),zi=(0,f.A)(Ni,[["render",Pi],["__scopeId","data-v-4fd945ad"]]),Fi=zi;var Ai=function(e){return(0,a.Qi)("data-v-6a82dddb"),e=e(),(0,a.jt)(),e},Ei=["id"],Oi=["src","alt"],Ii={key:0},Ri={class:"wcag-gif-container1"},Vi=["src","alt"],Ui=Ai((function(){return(0,a.Lk)("cite",{style:{display:"none"}},[(0,a.eW)(" Adapted from "),(0,a.Lk)("a",{href:"https://css-tricks.com/pause-gif-details-summary/"},"CSS Tricks"),(0,a.eW)(" and "),(0,a.Lk)("a",{href:"https://codepen.io/chriscoyier/pen/pogQJER"},"CodePen")],-1)}));function Bi(e,t,o,n,i,r){return(0,a.uX)(),(0,a.CE)("div",{id:e.id,class:"wcag-gif-container"},[(0,a.Lk)("img",{src:e.still,alt:e.alt,loading:"lazy"},null,8,Oi),e.stayPaused||e.stillOnly?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("details",Ii,[(0,a.Lk)("summary",{role:"button","aria-label":"static image",onClick:t[0]||(t[0]=function(){for(var t=[],o=0;o details");if(e.matches&&t)return this.stayPaused=!0,void t.removeAttribute("open");t&&(t.open=!(this.startPaused||this.stillOnly))},methods:{onClick:function(){this.stayPaused||(this.pause=!this.pause)}}}),Hi=(0,f.A)(Xi,[["render",Bi],["__scopeId","data-v-6a82dddb"]]),qi=Hi;var Yi={id:"logo-credits"},ji=(0,a.Fv)('
CosmicDS LogoWWT LogoSciAct LogoSciAct Logo
',1),Gi=[ji];function $i(e,t,o,n,i,r){return(0,a.uX)(),(0,a.CE)("div",Yi,Gi)}const Qi=(0,a.pM)({props:{visible:{type:Boolean,default:!0}},data:function(){return{}},created:function(){},methods:{},computed:{isMobile:function(){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}},watch:{}}),Ji=(0,f.A)(Qi,[["render",$i]]),Zi=Ji;var Ki=["aria-label"],ea=["id"],ta=["src","alt"];function oa(e,t,o,i,r,l){var s;return(0,a.uX)(),(0,a.CE)("div",{class:"focus-wrapper",onFocus:t[5]||(t[5]=function(t){return e.focused=!0}),onKeydown:t[6]||(t[6]=(0,n.jR)((function(t){return e.$emit("click")}),["enter"])),"aria-label":e.altText?"Select if "+e.altText:"Image Label",role:"button"},[(0,a.Lk)("div",{id:"image-label-".concat(e.id),class:"image-label-container",style:(0,v.Tr)(e.containerCSS),onMouseover:t[0]||(t[0]=function(t){return e.hovered=!0}),onMouseout:t[1]||(t[1]=function(t){return e.hovered=!1}),onMousedown:t[2]||(t[2]=function(t){return e.active=!0}),onMouseup:t[3]||(t[3]=function(t){return e.active=!1}),onBlur:t[4]||(t[4]=function(t){return e.focused=!1}),"aria-hidden":"true"},[e.image?((0,a.uX)(),(0,a.CE)("img",{key:0,src:e.image,alt:null!==(s=e.altText)&&void 0!==s?s:e.image},null,8,ta)):(0,a.Q3)("",!0),(0,a.Lk)("div",{class:"image-label-background",style:(0,v.Tr)(e.backgroundCSS),"aria-hidden":"true"},null,4),(0,a.Lk)("div",{class:"image-label-text",style:(0,v.Tr)(e.textCSS)},[(0,a.RG)(e.$slots,"default",{},void 0,!0)],4)],44,ea)],40,Ki)}const na=(0,a.pM)({name:"ImageLabel",props:{id:{type:String,default:""},image:{type:String||null,default:null},altText:{type:String||null,default:null},backgroundColor:{type:String,default:"transparent"},backgroundOpacity:{type:Number,default:1},color:{type:String,default:"white"},width:{type:String,required:!0},height:{type:String,required:!0},fontSize:{type:String,default:null},fontWeight:{type:String,default:null},lineHeight:{type:String,default:null},border:{type:String,default:null},borderRadius:{type:String,default:null},hoveredColor:{type:String,default:null},activeColor:{type:String,default:null},focusedColor:{type:String,default:null},hoveredBorder:{type:String,default:"2px solid white"},activeBorder:{type:String,default:null},focusedBorder:{type:String,default:null}},data:function(){return{hovered:!1,active:!1,focused:!1}},computed:{containerCSS:function(){var e={color:this.color,width:"calc(".concat(this.width,"-2px)"),height:this.height,border:this.border,borderRadius:this.borderRadius};return this.hovered&&this.hoveredBorder?(0,s.Cl)((0,s.Cl)({},e),{border:this.hoveredBorder}):this.active&&this.activeBorder?(0,s.Cl)((0,s.Cl)({},e),{border:this.activeBorder}):this.focused&&this.focusedBorder?(0,s.Cl)((0,s.Cl)({},e),{border:this.focusedBorder}):e},textCSS:function(){var e={fontSize:this.fontSize,fontWeight:this.fontWeight,lineHeight:this.lineHeight};return(this.hovered||this.focused)&&(e=(0,s.Cl)((0,s.Cl)({},e),{fontWeight:"bold"})),this.hovered&&this.hoveredColor?(0,s.Cl)((0,s.Cl)({},e),{color:this.hoveredColor}):this.active&&this.activeColor?(0,s.Cl)((0,s.Cl)({},e),{color:this.activeColor,fontWeight:"bold"}):(0,s.Cl)((0,s.Cl)({},e),{color:this.color})},backgroundCSS:function(){var e={backgroundColor:this.backgroundColor,opacity:this.backgroundOpacity};return e}}}),ia=(0,f.A)(na,[["render",oa],["__scopeId","data-v-9cfb3dd2"]]),aa=ia;var ra=o(7209),la=["id"],sa={key:0},ca={key:1},ua={key:2},da=["innerHTML"],ha={key:5},pa={key:1},fa={key:6},ma={key:0},ga={key:7,class:"geolocation-text"},va={key:8,class:"geolocation-coords"};function ya(e,t,o,n,i,r){var l,s;return(0,a.uX)(),(0,a.CE)("span",{id:"geolocation-wrapper+".concat(e.id),class:"geolocation"},[e.showPermissions?((0,a.uX)(),(0,a.CE)("span",sa,"Geolocation "+(0,v.v_)(e.permissions),1)):(0,a.Q3)("",!0),e.showPermissions?((0,a.uX)(),(0,a.CE)("span",ca,"location "+(0,v.v_)(e.geolocation),1)):(0,a.Q3)("",!0),e.showPermissions?((0,a.uX)(),(0,a.CE)("span",ua,"counter "+(0,v.v_)(e.counter),1)):(0,a.Q3)("",!0),e.showPermissions?((0,a.uX)(),(0,a.CE)("p",{key:3,innerHTML:e.msg},null,8,da)):(0,a.Q3)("",!0),e.hideButton?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.Wv)(w.D,{key:4,class:"geolocation-button",density:e.density,size:e.size,variant:e.geolocation?e.useTextButton?"tonal":"flat":"outlined",elevation:e.elevation,loading:e.loading,icon:e.useTextButton?void 0:e.icon,"prepend-icon":e.useTextButton?e.icon:void 0,color:e.geolocationError?"red":e.color,onClick:e.getLocation,text:e.useTextButton?e.label:void 0},null,8,["density","size","variant","elevation","loading","icon","prepend-icon","color","onClick","text"])),(e.showTextProgress||e.showProgressCircle)&&e.loading&&e.hideButton&&e.permissionGranted?((0,a.uX)(),(0,a.CE)("span",ha,[e.showProgressCircle?((0,a.uX)(),(0,a.Wv)(ra.x,{key:0,size:e.progressCircleSize,width:2,color:e.color,indeterminate:""},null,8,["size","color"])):(0,a.Q3)("",!0),e.showTextProgress?((0,a.uX)(),(0,a.CE)("span",pa,"Fetching location")):(0,a.Q3)("",!0)])):(0,a.Q3)("",!0),e.showTextProgress&&e.loaded?((0,a.uX)(),(0,a.CE)("span",fa,[e.showTextProgress?((0,a.uX)(),(0,a.CE)("span",ma,[(0,a.bF)(F.w,{size:"small",icon:"mdi-check-circle-outline"}),(0,a.eW)(" Using your location")])):(0,a.Q3)("",!0)])):(0,a.Q3)("",!0),e.showTextLabel&&!e.useTextButton?((0,a.uX)(),(0,a.CE)("span",ga,[(0,a.RG)(e.$slots,"default",{},(function(){return[(0,a.eW)((0,v.v_)(e.label),1)]}))])):(0,a.Q3)("",!0),e.showCoords?((0,a.uX)(),(0,a.CE)("span",va,[(0,a.Lk)("p",null,"Latitude: "+(0,v.v_)(null===(l=e.geolocation)||void 0===l?void 0:l.latitude),1),(0,a.Lk)("p",null,"Longitude: "+(0,v.v_)(null===(s=e.geolocation)||void 0===s?void 0:s.longitude),1)])):(0,a.Q3)("",!0)],8,la)}const ba=(0,a.pM)({name:"GeolocationButton",components:{"v-btn":w.D,"v-progress-circular":ra.x},props:{color:{type:String,default:"white"},debug:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},size:{type:String,default:"small"},density:{type:String,default:"comfortable"},elevation:{type:String,default:"2"},hideButton:{type:Boolean,default:!1},showTextLabel:{type:Boolean,default:!1},showCoords:{type:Boolean,default:!1},showTextProgress:{type:Boolean,default:!1},showProgressCircle:{type:Boolean,default:!0},useTextButton:{type:Boolean,default:!1},progressCircleSize:{type:Number,default:12},label:{type:String,default:"My Location"},id:{type:String,default:null},trueIcon:{type:String,default:"mdi-crosshairs-gps"},falseIcon:{type:String,default:"mdi-crosshairs"},backgroundColor:{type:String,default:"black"},showPermissions:{type:Boolean,default:!1}},emits:{geolocation:function(e){return!0},error:function(e){return!0},permission:function(e){return!0},permissionDenied:function(e){return!0}},data:function(){return{geolocation:null,geolocationError:null,permissions:"",permissionGranted:!1,loading:!1,loaded:!1,emitLocation:!1,noPermissionsApi:!1,counter:0,msg:""}},created:function(){},mounted:function(){var e=this;if(!navigator.permissions)return console.error("Permissions API not supported"),this.noPermissionsApi=!0,void this.$emit("permission","denied");var t=navigator.permissions.query({name:"geolocation"});t.then((function(t){e.handlePermission(t),t.onchange=function(){e.handlePermission(t)}}))},computed:{icon:function(){return this.geolocation?this.trueIcon:this.falseIcon}},methods:{handlePermission:function(e){"granted"===e.state?(this.permissionGranted=!0,this.debugmsg("Permission granted")):"prompt"===e.state?this.debugmsg("Permission prompt"):"denied"===e.state&&this.debugmsg("Permission denied"),this.permissions=e.state},handlePosition:function(e){this.geolocation=e.coords,this.geolocationError=null},handleGeolocationError:function(e){if(console.error("Geolocation error:",e),"prompt"===this.permissions){var t="https://www.lifewire.com/turn-on-mobile-location-services-4156232";this.geolocationError={code:1,message:'Location access was denied. Try enabling location services for your browser in system settings. (This feature might not work on Safari on some iPhones). Help')}}else this.geolocationError=e},geolocate:function(e){var t=this;if(void 0===e&&(e=!0),this.geolocation)this.$emit("geolocation",this.geolocation);else{var o={enableHighAccuracy:!0,timeout:6e4,maximumAge:0};navigator.geolocation&&(this.loading=e,this.debugmsg("Getting location"),navigator.geolocation.getCurrentPosition((function(e){t.handlePosition(e),t.loading=!1,t.debugmsg("Got location"),t.loaded=!0,setTimeout((function(){t.loaded=!1}),5e3)}),(function(e){t.handleGeolocationError(e),t.loading=!1,t.debugmsg("Error: ".concat(e.message))}),o))}},getLocation:function(){console.log(this.showTextProgress,this.showTextLabel,this.useTextButton,this.showCoords,this.hideButton),this.emitLocation=!0,this.geolocate()},debugmsg:function(e){console.log(e),this.showPermissions&&(this.msg=this.msg+"
"+e)}},watch:{permissions:function(e){this.debugmsg("Permission: ".concat(e)),this.$emit("permission",e)},geolocation:function(e){this.emitLocation&&("granted"!=this.permissions&&(this.permissions="granted"),this.$emit("geolocation",e))},geolocationError:function(e){e&&this.$emit("error",e)}}}),wa=(0,f.A)(ba,[["render",ya]]),Ca=wa;var ka=o(3899),_a=["id"];function xa(e,t,o,n,i,r){return(0,a.uX)(),(0,a.Wv)(ka.y,(0,a.v6)({modelValue:e.tooltip,"onUpdate:modelValue":t[2]||(t[2]=function(t){return e.tooltip=t}),location:e.tooltipLocation,"open-on-click":e.tooltipOnClick,"open-on-focus":e.tooltipOnFocus,"open-on-hover":e.tooltipOnHover,offset:e.tooltipOffset,disabled:!e.tooltipText||!e.showTooltip},e.$attrs),{activator:(0,a.k6)((function(o){var n=o.props;return[(0,a.Lk)("div",(0,a.v6)(n,{id:e.buttonID,onTouchstart:t[0]||(t[0]=function(){for(var t=[],o=0;o=0}},tooltipLocation:{type:String||void 0,default:void 0}},data:function(){return{tooltip:!1}},mounted:function(){this.showFor>0&&this.timedShow()},methods:{show:function(){this.tooltip=!0},hide:function(){this.tooltip=!1},timedShow:function(){var e=this;this.show(),setTimeout((function(){e.hide()}),1e3*this.showFor)}},watch:{showFor:function(){this.timedShow()}}}),Ra=(0,f.A)(Ia,[["render",Oa]]),Va=Ra;var Ua={key:1,id:"playback-play-pause-button"},Ba={key:0,id:"playback-reverse-time"},Xa={id:"reverse-button-text"},Ha={id:"playback-slider-container"},qa={id:"tick-container"},Ya={class:"tick-label"};function ja(e,t,o,n,i,r){var l,s,c=(0,a.g2)("icon-button");return(0,a.uX)(),(0,a.CE)("div",{id:"enclosing-playback-container",style:(0,v.Tr)(e.cssVars)},[e.inline&&e.inlineButton||e.showCloseButton?((0,a.uX)(),(0,a.CE)("div",{key:0,id:"playback-close-button",onClick:t[0]||(t[0]=function(t){return e.$emit("close")})},[(0,a.bF)(F.w,{color:e.color,size:"18"},{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-close")]})),_:1},8,["color"])])):(0,a.Q3)("",!0),!e.inline||e.inlineButton?((0,a.uX)(),(0,a.CE)("div",Ua,[(0,a.bF)(c,{"md-icon":e.isPaused?"mdi-play":"mdi-pause",onActivate:t[1]||(t[1]=function(t){return e.isPaused=!e.isPaused}),color:e.color,"focus-color":e.color,"tooltip-text":"Play/Pause","tooltip-location":"top","tooltip-offset":"5px","md-size":"18"},null,8,["md-icon","color","focus-color"]),!e.inline||e.inlineButton?((0,a.uX)(),(0,a.CE)("div",Ba,[(0,a.bF)(c,{onActivate:t[2]||(t[2]=function(t){return e.reverseTime=!e.reverseTime}),"md-icon":e.reverseTime?"mdi-step-forward-2":"mdi-step-backward-2",color:e.color,"focus-color":e.color,"tooltip-text":"Forward/Reverse","tooltip-location":"top","tooltip-offset":"5px","md-size":"18"},null,8,["md-icon","color","focus-color"]),(0,a.Lk)("span",Xa,(0,v.v_)(e.reverseTime?"Forward":"Reverse"),1)])):(0,a.Q3)("",!0)])):(0,a.Q3)("",!0),(0,a.Lk)("div",Ha,[(0,a.Lk)("div",qa,[((0,a.uX)(!0),(0,a.CE)(a.FK,null,(0,a.pI)(e.index,(function(t){return(0,a.uX)(),(0,a.CE)("div",(0,a.v6)({key:t},e.options(t),{class:"tick"}),[(0,a.Lk)("span",Ya,(0,v.v_)(e.valueToMark(t)),1)],16)})),128))]),(0,a.bF)(O.u,{ref:"slider","hide-details":"",modelValue:e.value,"onUpdate:modelValue":t[3]||(t[3]=function(t){return e.value=t}),max:null!==(l=e.max)&&void 0!==l?l:e.index[e.index.length-1],min:null!==(s=e.min)&&void 0!==s?s:e.index[0],"thumb-size":16,color:"white","track-color":"white","track-fill-color":"white","thumb-color":"blue","track-size":"8",step:e.step,"show-ticks":!!e.useBuiltInTicks&&"always",ticks:e.useBuiltInTicks?e.marks:void 0},null,8,["modelValue","max","min","step","show-ticks","ticks"])])],4)}var Ga=function(){function e(e){void 0===e&&(e=10),this.base=e,this.logBase=Math.log(e)}return e.prototype.log=function(e){return 0===e?0:10==this.base?Math.log10(e):2==this.base?Math.log2(e):this.base==Math.E?Math.log(e):Math.log(e)/this.logBase},e.prototype.sequence=function(e,t){void 0===t&&(t=!0);var o=new Array(e+1).fill(0).map((function(e,t){return t+1})),n=o.map((function(e){return-e})).reverse(),i=n.concat([0]).concat(o);return t?i:this.fromSymLogIndex(i)},e.prototype.inverseTransform=function(e){var t=this;if(Array.isArray(e))return e.map((function(e){return t.inverseTransform(e)}));var o,n=Math.abs(e);return o=n>1?Math.sign(e)*Math.pow(this.base,n)/this.base:e,o},e.prototype.transform=function(e){var t=this;if(Array.isArray(e))return e.map((function(e){return t.transform(e)}));var o,n=Math.abs(e);return o=n>1?Math.sign(e)*(this.log(n)+1):e,o},e.prototype.fromSymLogIndex=function(e){return this.inverseTransform(e)},e.prototype.toSymlogIndex=function(e){return this.transform(e)},e}();function $a(e){var t=e.map((function(e){return-e})).reverse();return t.concat([0]).concat(e)}function Qa(e,t,o){for(var n=[],i=e;i<=t;i+=o)n.push(i);return n}function Ja(e,t,o){var n=Qa(e,t,o);return $a(n)}var Za=new Ga(10);const Ka=(0,a.pM)({name:"PlaybackControl",components:{"v-slider":O.u},emits:["update:modelValue","paused","close"],props:{modelValue:{type:Number,default:1},maxPower:{type:Number,default:3},paused:{type:Boolean,default:!0},max:{type:Number,default:null},min:{type:Number,default:null},color:{type:String,default:"white"},smallScreen:{type:Boolean,default:!1},inline:{type:Boolean,default:!0},inlineButton:{type:Boolean,default:!1},showCloseButton:{type:Boolean,default:!1}},mounted:function(){var e=this,t=document.getElementById("playback-slider-container");if(t){var o=t.querySelector(" .v-slider__container");if(o){var n=o.clientHeight;t.style.setProperty("--v-slider-height","".concat(n,"px"))}}var i=new ResizeObserver((function(t){var o,n;try{for(var i=(0,s.Ju)(t),a=i.next();!a.done;a=i.next()){a.value;var r=document.querySelector(".v-slider-track"),l=document.getElementById("enclosing-playback-container");if(l){var c=l.querySelector(".v-slider__container"),u=document.querySelector("#tick-container"),d=document.querySelector("#playback-slider-container");if(r&&l){var h=r.scrollWidth;l.style.setProperty("--track-width","".concat(h,"px"))}u&&c&&d&&d.style.setProperty("--v-slider-height","".concat(c.clientHeight,"px")),e.inline&&l?l.classList.add("inset"):l.classList.remove("inset")}}}catch(p){o={error:p}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}}));i.observe(document.getElementById("enclosing-playback-container"))},data:function(){return{data:["a","b","c"],symlog:Za,index:Za.sequence(this.maxPower).filter((function(e){return e>0})),myTicks:Ja(1,Math.pow(10,this.maxPower),2).map((function(e){return Za.toSymlogIndex(e)})),useBuiltInTicks:!0}},methods:{valueToMark:function(e){if(0===e)return"Pause";var t=this.reverseTime?-1:1;return(t*Za.fromSymLogIndex(e)).toString()+"x"},options:function(e){var t,o,n=null!==(t=this.min)&&void 0!==t?t:this.index[0],i=null!==(o=this.max)&&void 0!==o?o:this.index[this.index.length-1],a=(e-n)/(i-n)*100;return{style:{left:a+"%"}}}},computed:{cssVars:function(){return{"--color":this.color}},isPaused:{get:function(){return console.log("PBC: isPaused get",this.paused),this.paused},set:function(e){console.log("PBC: isPaused set",e),this.$emit("paused",e)}},marks:function(){var e=this,t={};return this.index.forEach((function(o){var n=e.reverseTime?-1:1;t[o]=0===o?"":(n*Za.fromSymLogIndex(o)).toString()})),t},step:function(){var e=Math.abs(this.value)<=1?1:.1;return e},value:{get:function(){return Math.abs(Za.toSymlogIndex(this.modelValue))},set:function(e){var t=Za.fromSymLogIndex(e),o=this.reverseTime?-1:1;this.$emit("update:modelValue",o*t)}},reverseTime:{get:function(){return this.modelValue<0},set:function(e){var t=Za.fromSymLogIndex(this.value);this.$emit("update:modelValue",e?-t:t)}}}}),er=(0,f.A)(Ka,[["render",ja]]),tr=er;var or=o(7819),nr=o(1028),ir={class:"intro"},ar=(0,a.Lk)("label",{class:"d-inline d-sm-block d-xl-inline",for:"statistics"},"Show me ",-1),rr=(0,a.Lk)("option",{disabled:"",value:""},"Select one",-1),lr=(0,a.Lk)("option",{value:"mean"},"the Mean",-1),sr=(0,a.Lk)("option",{value:"median"},"the Median",-1),cr=(0,a.Lk)("option",{value:"singleyear"},"a Single Year",-1),ur=[rr,lr,sr,cr],dr=(0,a.Lk)("label",{class:"d-inline d-sm-block d-md-inline",for:"years"}," of the cloud cover for ",-1),hr=(0,a.Lk)("option",{disabled:"",value:""},"Select one",-1),pr=["value"],fr=(0,a.Lk)("option",{disabled:"",value:""},"Select one",-1),mr=["value"],gr=(0,a.Lk)("hr",{style:{width:"100%","margin-block":"1rem"}},null,-1),vr={class:"attention"},yr={id:"awv-cloud-cover-display",class:""},br={class:"attention"},wr={key:0,style:{color:"#ff0000"}},Cr={key:0},kr={key:1,style:{"font-size":".91em"}},_r=(0,a.Lk)("br",null,null,-1),xr=(0,a.Lk)("hr",null,null,-1),Sr=(0,a.Lk)("h3",{style:{color:"#ccc"}},"For all years:",-1),Tr={class:"map-colorbar"},Lr={class:"d-flex align-center justify-space-between"},Wr={class:"align-self-start text-right",id:"awv-map-description"},Mr={key:0,style:{display:"inline-block",width:"100px"}};function Dr(e,t,o,i,r,l){var c=(0,a.g2)("define-term"),u=(0,a.g2)("cloud-data-explainer"),d=(0,a.g2)("cloud-cover-line"),h=(0,a.g2)("location-selector"),p=(0,a.g2)("color-bar"),f=(0,a.g2)("bar-chart"),m=(0,a.g2)("line-chart");return(0,a.uX)(),(0,a.Wv)(L.p,{modelValue:e.showValue,"onUpdate:modelValue":t[13]||(t[13]=function(t){return e.showValue=t}),"close-on-back":"",fullscreen:e.$vuetify.display.width<450||e.fullscreen},{default:(0,a.k6)((function(){return[(0,a.bF)(C.J,{id:"advanced-weather-view"},{default:(0,a.k6)((function(){return[(0,a.bF)(_.O,{class:"overflow-auto"},{default:(0,a.k6)((function(){return[(0,a.Lk)("h1",null,[(0,a.eW)("Just how cloudy is it in "+(0,v.v_)(e.locationName)+" in April? ",1),(0,a.bF)(c,{"no-click":"",width:"25ch",showFor:e.showFor?5:0},{definition:(0,a.k6)((function(){return[(0,a.Lk)("p",ir,[(0,a.eW)(" Click"),(0,a.bF)(F.w,{class:"pa-0",size:"1.2em"},{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-help-circle")]})),_:1}),(0,a.eW)("for more details about the cloud cover data, statistical terms, and the El Niño & La Niña weather patterns. ")])]})),term:(0,a.k6)((function(o){var n=o.props;return[(0,a.bF)(w.D,(0,a.v6)(n,{style:{"font-size":"1em"},elevation:"1",icon:"mdi-help-circle",onClick:t[0]||(t[0]=function(t){return e.explainerOpen=!0}),tabindex:"0"}),null,16)]})),_:1},8,["showFor"]),(0,a.bF)(u,{modelValue:e.explainerOpen,"onUpdate:modelValue":t[1]||(t[1]=function(t){return e.explainerOpen=t}),fullscreen:e.$vuetify.display.width<450||e.fullscreen},null,8,["modelValue","fullscreen"])]),(0,a.bF)(D.L,{class:"flex-row-reverse"},{default:(0,a.k6)((function(){return[(0,a.bF)(P.B,{cols:"12",sm:"5",order:2,"order-lg":2},{default:(0,a.k6)((function(){return[(0,a.bF)(D.L,{id:"query-constructor"},{default:(0,a.k6)((function(){return[(0,a.bF)(P.B,{class:"sentence-query mb-2",col:"12"},{default:(0,a.k6)((function(){return[ar,(0,a.bo)((0,a.Lk)("select",{class:"select-box",name:"statistics",id:"select-statistics","onUpdate:modelValue":t[2]||(t[2]=function(t){return e.selectedStat=t})},ur,512),[[n.u1,e.selectedStat]]),dr,"singleyear"!==e.selectedStat?(0,a.bo)(((0,a.uX)(),(0,a.CE)("select",{key:0,class:"select-box",name:"years",id:"select-years","onUpdate:modelValue":t[3]||(t[3]=function(t){return e.dataSubset=t})},[hr,((0,a.uX)(!0),(0,a.CE)(a.FK,null,(0,a.pI)(e.mapSubsets,(function(e){var t=(0,s.zs)(e,2),o=t[0],n=t[1];return(0,a.uX)(),(0,a.CE)("option",{key:o,value:o},(0,v.v_)(n),9,pr)})),128))],512)),[[n.u1,e.dataSubset]]):(0,a.bo)(((0,a.uX)(),(0,a.CE)("select",{key:1,class:"select-box",name:"years",id:"select-years","onUpdate:modelValue":t[4]||(t[4]=function(t){return e.selectedYear=t})},[fr,((0,a.uX)(!0),(0,a.CE)(a.FK,null,(0,a.pI)(e.availableYears,(function(e){return(0,a.uX)(),(0,a.CE)("option",{key:e,value:e},(0,v.v_)(e),9,mr)})),128))],512)),[[n.u1,e.selectedYear]])]})),_:1})]})),_:1}),(0,a.bF)(D.L,{class:"mb-2",id:"modis-radio-group"},{default:(0,a.k6)((function(){return[(0,a.bF)(w.D,{class:"elevation-5 my-2 mb-4 mr-2",size:"small",disabled:!(e.needToUpdate||!e.showCloudCover),color:"#eac402",onClick:t[5]||(t[5]=function(t){return e.updateData()})},{default:(0,a.k6)((function(){return[(0,a.eW)((0,v.v_)(e.displayData?e.needToUpdate?"Update Map":e.showCloudCover?"Shown on Map":"Show on Map":"Show on Map"),1)]})),_:1},8,["disabled"]),(0,a.bF)(nr.$,{class:"modis-radio",modelValue:e.modisDataSet,"onUpdate:modelValue":t[6]||(t[6]=function(t){return e.modisDataSet=t}),density:"compact","persistent-hint":"",inline:"",hint:"MODIS Aqua Data Set"},{default:(0,a.k6)((function(){return[((0,a.uX)(!0),(0,a.CE)(a.FK,null,(0,a.pI)(e.modisTimes,(function(e){var t=(0,s.zs)(e,2),o=t[0],n=t[1];return(0,a.uX)(),(0,a.Wv)(or.i,{key:o,label:n,value:o,disabled:!1,color:"#eac402",density:"compact",hint:"MODIS Aqua Data Set"},null,8,["label","value"])})),128))]})),_:1},8,["modelValue"])]})),_:1}),!e.displayCharts&&e.displayData?((0,a.uX)(),(0,a.Wv)(D.L,{key:0,id:"awv-chart-placeholder"},{default:(0,a.k6)((function(){return[gr,(0,a.Lk)("h4",null,[(0,a.eW)("Show cloud cover statistics for currently selected location: "),(0,a.Lk)("strong",vr,(0,v.v_)(e.locationName),1)]),(0,a.bF)(w.D,{density:"compact",color:"#eac402","append-icon":"mdi-chevron-triple-right",onClick:t[7]||(t[7]=function(t){return e.displayCharts=!0})},{default:(0,a.k6)((function(){return[(0,a.eW)("Show details")]})),_:1})]})),_:1})):(0,a.Q3)("",!0),e.displayCharts?((0,a.uX)(),(0,a.Wv)(D.L,{key:1},{default:(0,a.k6)((function(){var t;return[(0,a.Lk)("div",yr,[(0,a.Lk)("div",null,[(0,a.Lk)("h3",null,[(0,a.eW)(" Cloud Cover for "),(0,a.Lk)("strong",br,(0,v.v_)(e.locationName),1),(0,a.eW)(":")]),e.inBounds?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("span",wr,"Location not in bounds")),(0,a.bF)(d,{value:e.locationValue,label:"singleyear"===e.selectedStat?"".concat(e.selectedYear):null!==(t=e.statText.get(e.selectedStat))&&void 0!==t?t:"Cloud Cover",codes:e.skyCoverCodes,ranges:e.skyCoverCodeRanges,icons:e.skyCoverIcons,variant:"bold"},{default:(0,a.k6)((function(){return["singleyear"===e.selectedStat?((0,a.uX)(),(0,a.CE)("span",Cr,(0,v.v_)(e.selectedYear),1)):((0,a.uX)(),(0,a.CE)("span",kr,[(0,a.eW)((0,v.v_)(e.mapSubsets.get(e.dataSubset))+" ",1),_r,(0,a.eW)(" "+(0,v.v_)(e.statText.get(e.selectedStat)),1)]))]})),_:1},8,["value","label","codes","ranges","icons"])]),xr,Sr,(0,a.bF)(d,{value:e.median(e.cloudDataNearLocation),label:"Median",codes:e.skyCoverCodes,ranges:e.skyCoverCodeRanges,icons:e.skyCoverIcons,style:{color:"#ccc"}},null,8,["value","codes","ranges","icons"]),(0,a.bF)(d,{value:e.mean(e.cloudDataNearLocation),label:"Mean",codes:e.skyCoverCodes,ranges:e.skyCoverCodeRanges,icons:e.skyCoverIcons,style:{color:"#ccc"}},null,8,["value","codes","ranges","icons"])])]})),_:1})):(0,a.Q3)("",!0)]})),_:1}),(0,a.bF)(P.B,{class:(0,v.C4)([e.needToUpdate||!e.displayData||e.loadingNewMap?"show-after":"",e.needToUpdate?"need-to-update":"",e.displayData?"":"no-data-shown"]),id:"awv-map",cols:"12",sm:"7",order:1,"order-lg":1},{default:(0,a.k6)((function(){return[(0,a.Lk)("div",Tr,[(0,a.bF)(h,{"detect-location":e.showOnMap,modelValue:e.location,"onUpdate:modelValue":t[8]||(t[8]=function(t){return e.location=t}),label:"Location","map-options":e.mapOptions,"place-circle-options":e.placeCircleOptions,"selected-circle-options":e.selectedCircleOptions,"selected-cloud-cover":e.displayedCloudData,"rectangle-degrees":.5,"show-cloud-cover":e.displayData&&e.showCloudCover,onDataclick:t[9]||(t[9]=function(t){e.selectedDataIndex=t.index,e.selectedDataCloudCover=t.cloudCover}),"cloud-cover-opacity-function":e.transferFunction,"geo-json-files":e.eclipsePaths,onFinishLoading:t[10]||(t[10]=function(t){return e.loadingNewMap=!1})},null,8,["detect-location","modelValue","map-options","place-circle-options","selected-circle-options","selected-cloud-cover","show-cloud-cover","cloud-cover-opacity-function","geo-json-files"]),(0,a.bF)(p,{name:"cloud-cover",nsteps:20,label:" Cloud Cover",cmap:function(t){return["hsla(0,0%,100%, 1)",e.transferFunction(t)]}},null,8,["cmap"])]),(0,a.Lk)("div",Lr,[(0,a.Lk)("span",Wr,(0,v.v_)(e.mapDescriptionText),1),e.displayData?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",Mr)),e.displayData?((0,a.uX)(),(0,a.Wv)(S.a,{key:1,modelValue:e.showCloudCover,"onUpdate:modelValue":t[11]||(t[11]=function(t){return e.showCloudCover=t}),label:"Show Cloud Cover",color:"#eac402",density:"compact","hide-details":""},null,8,["modelValue"])):(0,a.Q3)("",!0)])]})),_:1},8,["class"])]})),_:1}),e.displayCharts?((0,a.uX)(),(0,a.Wv)(D.L,{key:0},{default:(0,a.k6)((function(){return[(0,a.bF)(P.B,{cols:"12",sm:"6",class:"graph-col"},{default:(0,a.k6)((function(){return[(0,a.bF)(f,{id:"cloud-histogram",class:"elevation-5",labels:e.skyCoverCodes.map((function(e){return e.includes("/")?[e.split("/")[0]+"/",e.split("/")[1]]:e})),"data-label":e.hideHistogramSubset?"All Years":"Other Years","histogram-data":e.cloudDataHistogram.map((function(t,o){return e.locationHistogram.length>0?t-e.locationHistogram[o]:t})),"border-width":e.hideHistogramSubset?[1]:[0],colors:e.hideHistogramSubset?e.colorMap:["#aaa"],options:{scales:{y:{beginAtZero:!0,max:20}}},"bar-annotations":!1,"bar-offset":1,barAnnotationLabel:function(e){return(100*e/20).toFixed(0)+"%"},stacked:"","show-legend":"allYears"!==e.dataSubset,title:"Cloud Conditions for ".concat(e.locationName," ").concat(e.allYears[0]," - ").concat(e.allYears[e.allYears.length-1]),"other-datasets":e.hideHistogramSubset?[]:[{label:e.mapSubsets.get(e.dataSubset),data:e.locationHistogram,backgroundColor:e.colorMap,borderColor:"black",borderWidth:1}]},null,8,["labels","data-label","histogram-data","border-width","colors","barAnnotationLabel","show-legend","title","other-datasets"])]})),_:1}),(0,a.bF)(P.B,{cols:"12",sm:"6",class:"graph-col"},{default:(0,a.k6)((function(){return[(0,a.bF)(m,{"show-legend":e.subsetSelected,class:"elevation-5",title:"Percent Cloud Cover for ".concat(e.locationName),"scatter-data":e.cloudDataNearLocation,"scatter-options":{radius:4},"scatter-label":e.subsetSelected?"Other Years":"All Years","other-data":e.subsetData,"y-range":[-.1,1.1],"x-range":[new Date(2002,9,8),new Date(2023,11,8)],"y-axis-options":{ticks:{callback:function(e,t){if(!(e<0||e>1))return(100*e).toFixed(0)+"%"}}},timeseries:"",color:"#aaa","show-scatter":"",annotations:(0,s.fX)((0,s.fX)([],(0,s.zs)(e.skyCoverCodeRanges.map((function(t,o){var n=(0,s.zs)(t,2),i=(n[0],(0,s.zs)(n[1],2)),a=i[0],r=i[1];return{type:"box",yMin:a/100,yMax:r/100,backgroundColor:e.colorMap[o],drawTime:"beforeDraw",borderColor:e.colorMap[o]}}))),!1),(0,s.zs)(e.skyCoverCodeRanges.map((function(t,o){var n=(0,s.zs)(t,2),i=(n[0],(0,s.zs)(n[1],2)),a=i[0],r=i[1];return{type:"line",borderWidth:0,drawTime:"beforeDatasetsDraw",label:{display:!0,color:"black",backgroundColor:"transparent",content:e.skyCoverCodes[o]},xMin:new Date(2023,0,8),yMin:(a+r)/200,yMax:(a+r)/200}}))),!1)},null,8,["show-legend","title","scatter-data","scatter-label","other-data","x-range","y-axis-options","annotations"])]})),_:1})]})),_:1})):(0,a.Q3)("",!0)]})),_:1}),(0,a.bF)(x.S,{style:{"border-top":"1px solid white","margin-top":"10px"}},{default:(0,a.k6)((function(){return[(0,a.bF)(N.h),(0,a.bF)(w.D,{size:e.showOnMap?"large":"default",color:"#eac402",variant:"flat",onClick:t[12]||(t[12]=function(t){return e.close()})},{default:(0,a.k6)((function(){return[(0,a.eW)("Close")]})),_:1},8,["size"])]})),_:1})]})),_:1})]})),_:1},8,["modelValue","fullscreen"])}var Pr=o(3075),Nr=["id","aria-label"];function zr(e,t,o,n,i,r){return(0,a.uX)(),(0,a.CE)("canvas",{id:e.canvasID,role:"img","aria-label":e.accessiblityLabel,class:"chartjs"},(0,v.v_)(e.accessiblityLabel),9,Nr)}var Fr=o(6118),Ar=o(6447),Er={id:"customCanvasBackgroundColor",beforeDraw:function(e,t,o){var n=e.ctx;n.save(),n.globalCompositeOperation="destination-over",n.fillStyle=o.color||"black",n.fillRect(0,0,e.width,e.height),n.restore()}},Or=o(5638);function Ir(){return[Array,String]}Fr.t1.register(Fr.hE,Fr.E8,Fr.PP,Fr.kc,Or.A,Fr.A6,Fr.m_,Er);const Rr=(0,a.pM)({name:"BarChart",props:{id:{type:String,default:"",required:!1},borderColor:{type:Ir(),default:function(){return["rgba(0,0,0,0.8)"]},required:!1},borderWidth:{type:Ir(),default:function(){return[1]},required:!1},canvasColor:{type:String,default:"whitesmoke",required:!1},labels:{type:Array,default:[],required:!1},histogramData:{type:Array,default:[],required:!0},colors:{type:Ir(),default:function(){return["black"]},required:!1},title:{type:String,default:"",required:!1},dataLabel:{type:String,default:"Data",required:!1},barAnnotations:{type:Boolean,default:!0,required:!1},barAnnotationLabel:{type:Function,default:null,required:!1},barLabelScale:{type:Number,default:1,required:!1},barOffset:{type:Number,default:0,required:!1},showTooltip:{type:Boolean,default:!1,required:!1},animated:{type:Boolean,default:!1,required:!1},stacked:{type:Boolean,default:!1,required:!1},options:{type:Object,default:function(){return{}},required:!1},otherDatasets:{type:Object,default:function(){return[]},required:!1},showHover:{type:Boolean,default:!1,required:!1},showLegend:{type:Boolean,default:!1,required:!1}},data:function(){return{ctx:null}},computed:{canvasID:function(){return"bar-chart"+"".concat(this.id?"-"+this.id:"")},hoverColors:function(){if(!this.showHover)return this.colors;var e=Array.isArray(this.colors)?this.colors:[this.colors];return e.map((function(e){return(0,Ar.Ay)(e).darken(.25).hexString()}))},chartData:function(){return{labels:this.labels,datasets:(0,s.fX)((0,s.fX)([],(0,s.zs)(this.otherDatasets),!1),[{label:this.dataLabel,backgroundColor:this.colors,hoverBackgroundColor:this.hoverColors,borderColor:this.borderColor,borderWidth:this.borderWidth,data:this.histogramData}],!1)}},chartOptions:function(){var e={responsive:!0,maintainAspectRatio:!1,animation:this.animated,scales:{x:{grid:{display:!1},stacked:this.stacked},y:{beginAtZero:!0,grid:{display:!0},stacked:this.stacked}},plugins:{customCanvasBackgroundColor:{color:this.canvasColor},title:{display:""!==this.title,text:this.title,font:{size:12}},legend:{display:this.showLegend},tooltip:{enabled:this.showTooltip},annotation:{annotations:this.annotations}}};return Rn(e,this.options)},annotations:function(){var e=this;return this.barAnnotations?Array.from({length:this.chartData.datasets[0].data.length},(function(t,o){return e.barChartAnnotation(o)})):[]},accessiblityLabel:function(){var e,t=this,o=null===(e=this.chartData.labels)||void 0===e?void 0:e.reduce((function(e,o,n){return e+"".concat(o,": ").concat(t.chartData.datasets[0].data[n],"%, ")}),"");return"Bar chart description: ".concat(o)}},mounted:function(){var e=document.getElementById(this.canvasID);this.ctx=e.getContext("2d"),this.renderChart(this.ctx)},methods:{renderChart:function(e){e&&new Fr.t1(e,{type:"bar",data:this.chartData,options:this.chartOptions})},barChartAnnotation:function(e){var t=this;return{type:"line",borderColor:"black",borderWidth:0,label:{display:!0,backgroundColor:"whitesmoke",borderRadius:0,color:"black",content:function(o){return t.barAnnotationString(t.barValueByIndex(o,e))},position:"center",textAlign:"start",padding:0},xMin:e-.36,xMax:e+.36,xScaleID:"x",yMax:function(o){return Math.min(t.barValueByIndex(o,e)+t.barOffset,100)},yMin:function(o){return Math.min(t.barValueByIndex(o,e)+t.barOffset,100)},yScaleID:"y"}},barValueByIndex:function(e,t){var o=e.chart;if(this.stacked&&this.otherDatasets.length>0)return this.stackedBarValueByIndex(e,t);var n=o.data.datasets[o.data.datasets.length-1];return n.data[t]},barAnnotationString:function(e){return this.barAnnotationLabel?this.barAnnotationLabel(e):e.toFixed(2)},stackedBarValueByIndex:function(e,t){for(var o=e.chart,n=0,i=0;i0)return this.lineData}return[{x:null,y:null}]},defaultScatterStyle:function(){return(0,s.Cl)({color:"red",backgroundColor:this.color,borderColor:this.borderColor,borderWidth:this.borderWidth,radius:3,pointStyle:"circle"},this.scatterOptions)},styleBySubset:function(){var e=this,t=this.computedScatterData.map((function(t,o){if(e.subsets.length>0){var n=e.subsets.map((function(e){return e[o]})).indexOf(!0);if(n>=0)return(0,s.Cl)((0,s.Cl)({},e.defaultScatterStyle),e.subsetStyles[n])}return e.defaultScatterStyle}));return{backgroundColor:t.map((function(e){return e.backgroundColor})),borderColor:t.map((function(e){return e.borderColor})),borderWidth:t.map((function(e){return e.borderWidth})),radius:t.map((function(e){return e.radius})),pointStyle:t.map((function(e){return e.pointStyle}))}},chartData:function(){var e,t,o,n=(0,s.Cl)({type:"scatter",label:this.scatterLabel,data:this.computedScatterData},this.styleBySubset),i=(0,s.Cl)({type:"line",showLine:this.showLine,label:null!==(e=this.lineLabel)&&void 0!==e?e:this.scatterLabel,data:this.computedLineData,backgroundColor:"transparent",radius:0,borderColor:null!==(t=this.lineColor)&&void 0!==t?t:this.color,borderWidth:null!==(o=this.lineWidth)&&void 0!==o?o:this.borderWidth},this.lineOptions),a=[];return this.showScatter&&a.push(n),this.showLine&&a.push(i),0==a.length&&(a=[n,i]),a=(0,s.fX)((0,s.fX)([],(0,s.zs)(this.otherData),!1),(0,s.zs)(a),!1),{datasets:a}},chartOptions:function(){var e={animation:this.animated,maintainAspectRatio:!1,responsive:!0,scales:{x:(0,s.Cl)((0,s.Cl)((0,s.Cl)({display:!this.hideXAxis,type:this.timeseries?"time":"linear",reverse:this.reverseX,max:this.xRange?this.xRange[1]:void 0,min:this.xRange?this.xRange[0]:void 0,width:3},this.bothAxisOptions),this.xAxisOptions),{ticks:{callback:this.xTickFormatter}}),y:(0,s.Cl)((0,s.Cl)({display:!this.hideYAxis,type:"linear",reverse:this.reverseY,max:this.yRange?this.yRange[1]:void 0,min:this.yRange?this.yRange[0]:void 0,width:3},this.bothAxisOptions),this.yAxisOptions)},plugins:{legend:{display:this.showLegend},customCanvasBackgroundColor:{color:"white"},tooltip:{enabled:this.showTooltip},annotation:{annotations:this.annotations},title:{display:""!==this.title,text:this.title,font:{size:12}}}};return e}},watch:{$props:{handler:function(){this.draw()},deep:!0}}}),Yr=(0,f.A)(qr,[["render",Xr]]),jr=Yr;var Gr={key:0,class:"label-icon-value-text-label"},$r={key:1,class:"label-icon-value-text-icon"},Qr={key:2,class:"label-icon-value-text-label-value"},Jr={key:3,class:"label-icon-value-text-label-text"};function Zr(e,t,o,n,i,r){return null!=e.value?((0,a.uX)(),(0,a.CE)("div",{key:0,class:(0,v.C4)(["label-icon-value-text-container",e.variant])},[e.hideLabel?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",Gr,[(0,a.RG)(e.$slots,"default",{},(function(){return[(0,a.eW)((0,v.v_)(e.label)+":",1)]}),!0)])),e.hideIcon?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",$r,[(0,a.bF)(F.w,{size:"35"},{default:(0,a.k6)((function(){return[(0,a.eW)((0,v.v_)(e.cloudIcon(e.value)),1)]})),_:1})])),e.hideValue?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",Qr,(0,v.v_)(Math.ceil(100*e.value))+" % ",1)),e.hideText?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",Jr,(0,v.v_)(e.getText(e.value)[1]),1))],2)):(0,a.Q3)("",!0)}const Kr=(0,a.pM)({name:"CloudCoverLine",props:{value:{type:Number,required:!0},label:{type:String,default:"",required:!0},hideLabel:{type:Boolean,default:!1},hideIcon:{type:Boolean,default:!1},hideValue:{type:Boolean,default:!1},hideText:{type:Boolean,default:!1},codes:{type:Array,required:!0},ranges:{type:Array,required:!0},icons:{type:Array,required:!0},variant:{type:String,default:"normal"}},methods:{getText:function(e){var t=this.ranges.findIndex((function(t){var o=(0,s.zs)(t,2),n=(o[0],o[1]);return null!==e&&(e>=n[0]/100&&e<=n[1]/100)}));return[t,this.codes[t]]},cloudIcon:function(e){var t=(0,s.zs)(this.getText(e),2),o=t[0];t[1];return null==o?"mdi-cloud-cancel":this.icons[o]}}}),el=(0,f.A)(Kr,[["render",Zr],["__scopeId","data-v-0fea66d6"]]),tl=el;var ol=["id"],nl={class:"colorbar-labels"};function il(e,t,o,n,i,r){return(0,a.uX)(),(0,a.CE)("div",{id:e.id,class:"colorbar-container"},[(0,a.Lk)("div",{style:(0,v.Tr)({"--background-color":e.backgroundColor}),class:"colorbar"},null,4),(0,a.Lk)("div",nl,(0,v.v_)(e.label),1)],8,ol)}const al=(0,a.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"}},mounted:function(){this.colorbarGradient()},computed:{id:function(){return this.name?"colorbar-".concat(this.name):"colorbar-".concat(Math.random().toString(36).slice(2))}},methods:{colorbarGradient:function(){var e=document.querySelector("#"+this.id+"> .colorbar");if(e){while(e.firstChild)e.removeChild(e.firstChild);for(var t=this.nsteps,o=t;o>=0;o--){var n=this.cmap(o/t),i=(0,s.zs)(Array.isArray(n)?n:[n,1],2),a=i[0],r=i[1],l=document.createElement("div");l.className="colorbar-chunk",l.style.backgroundColor=a,l.style.opacity=r.toString(),l.style.height="".concat(100/(t+1),"%"),e.appendChild(l)}}}},watch:{nsteps:function(){this.colorbarGradient()},cmap:function(){this.colorbarGradient()}}}),rl=(0,f.A)(al,[["render",il],["__scopeId","data-v-a1a33d98"]]),ll=rl;var sl,cl,ul=o(1273),dl=o(5458),hl={latitudeDeg:42.3601,longitudeDeg:-71.0589};function pl(e){return(0,s.sH)(this,void 0,Promise,(function(){var t=this;return(0,s.YH)(this,(function(o){return[2,fetch(e).then((function(e){return(0,s.sH)(t,void 0,void 0,(function(){var t,o;return(0,s.YH)(this,(function(n){switch(n.label){case 0:return o=Uint8Array.bind,[4,e.arrayBuffer()];case 1:return t=new(o.apply(Uint8Array,[void 0,n.sent()])),[2,(0,Pr.UD)(t,{to:"string"})]}}))}))}))]}))}))}var fl,ml,gl=pl(ul).then((function(e){var t=(0,Qn.fy)(e,(function(e,t){if(0!==t)return[+e[0],+e[1]]}));sl=t.map((function(e){return e[0]})),cl=t.map((function(e){return e[1]}))})),vl=pl(dl).then((function(e){var t=(0,Qn.fy)(e,(function(e,t){if(0!==t)return[+e[0],+e[1]]}));fl=t.map((function(e){return e[0]})),ml=t.map((function(e){return e[1]}))})),yl=new Map([["mean","Mean"],["median","Median"],["singleyear","Single Year"]]);function bl(e,t){return e[t]}var wl=new Map([["elNino","El Niño Years"],["neutral","Neutral Years"],["laNina","La Niña Years"],["allYears","All Years"]]),Cl=new Map([["1day","1 Day"],["8day","8 Day"]]),kl=new Map([["1day","./assets/modis_one_day/"],["8day","./assets/modis_eight_day/"]]),_l=["#eff3ff","#bdd7e7","#6baed6","#2171b5"].reverse();const xl=(0,a.pM)({name:"AdvancedWeatherView",components:{"bar-chart":Ur,"line-chart":jr,"location-selector":g,"cloud-cover-line":tl,"color-bar":ll,"define-term":Va},emits:["update:modelValue","close","explainer-open","location","close"],props:{modelValue:{type:Boolean,default:!0,required:!1},defaultLocation:{type:Object,default:hl,required:!0},showOnMap:{type:Boolean,default:!1,required:!1},showCharts:{type:Boolean,default:!1,required:!1},fullscreen:{type:Boolean,default:!1,required:!1}},data:function(){var e=1e-6;return{firstOpen:!0,showFor:!1,explainerOpen:!1,statText:yl,mapSubsets:wl,modisTimes:Cl,modisDirs:kl,modisDataSet:"8day",location:this.defaultLocation,dataloaded:!1,dataLoadingProgress:0,allYears:[2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2023],elNinoYears:[2003,2007,2010,2016],laNinaYears:[2e3,2008,2011,2012,2021,2022,2023],neutralYears:[2001,2002,2004,2005,2006,2009,2013,2014,2015,2017,2018],selectedYear:2021,selectedStat:"median",dataSubset:"allYears",skyCoverCodes:["Clear/Mostly Clear","Partly Cloudy","Mostly Cloudy","Cloudy/Overcast"],skyCoverIcons:["mdi-weather-sunny","mdi-weather-partly-cloudy","mdi-weather-cloudy","mdi-clouds"],skyCoverCodeRanges:[["clear",[0,25]],["parlyCloudy",[25+e,50]],["mostlyCloudy",[50+e,87]],["overcast",[87+e,100]]],colorMap:_l,mapOptions:{templateUrl:"https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryTopo/MapServer/tile/{z}/{y}/{x}",attribution:'Tiles courtesy of the U.S. Geological Survey',initialLocation:{latitudeDeg:35,longitudeDeg:-100},initialZoom:3},eclipsePaths:[{geojson:Jn,style:{fillColor:"#333",color:"black",weight:1,opacity:.5,fillOpacity:.5,id:"upath"}},{url:"https://raw.githubusercontent.com/johnarban/wwt_interactives/main/images/center.json",style:{color:"#ff0000",weight:2,opacity:1,fillOpacity:0}}],placeCircleOptions:{color:"#FF0000",fillColor:"#FF000088",fillOpacity:.7,radius:5},selectedCircleOptions:{color:"#0000FF",fillColor:"#0000FF88",fillOpacity:.7,radius:5},scatterData:[],lineData:[],displayedCloudData:void 0,allModisData:{"1day":{},"8day":{}},needToUpdate:!1,latLonIndex:new Map,allYearsSummary:{"1day":[],"8day":[]},neutralYearsSummary:{"1day":[],"8day":[]},elNinoYearsSummary:{"1day":[],"8day":[]},laNinaYearsSummary:{"1day":[],"8day":[]},selectedDataIndex:null,selectedDataCloudCover:null,mapDescriptionText:"",mapDetailsText:"",mapShowHideText:"",locationName:"",inBounds:!1,displayData:!1,displayCharts:this.showCharts,showCloudCover:!0,transferFunction:this.transferFunction8,loadingNewMap:!1}},mounted:function(){var e=this;console.log("Advanced Weather View mounted"),Promise.all([vl,gl]).then((function(){e.needToUpdate=!0,e.checkInBounds(e.location).then((function(t){e.inBounds=t})),e.updateLocationName(),e.modelValue&&e.loadEightDayData().then((function(){console.log("preloading data"),e.dataloaded=!0,e.updateData(e.showOnMap),e.updateMapDescriptionText()}))}))},computed:{showValue:{get:function(){return this.modelValue},set:function(e){console.log("AdvancedWeatherView showValue set to",e),e||this.$emit("close",this.location),this.$emit("update:modelValue",e)}},allCloudData:function(){return this.allModisData[this.modisDataSet]},availableYears:function(){return this.allYears},subsetSelected:function(){return this.selectedYears.length=i[0]/100&&e.y<=i[1]/100})).length;return t.push(a),t}),[]);return t},yearForLocation:function(){var e=this;console.log("yearForLocation");var t=[];return this.inBounds?(0===this.allYears.length||0===Object.keys(this.allCloudData).length||this.allYears.forEach((function(o){var n;if(("elNino"!==e.dataSubset||e.elNinoYears.includes(o))&&("neutral"!==e.dataSubset||e.neutralYears.includes(o))&&("laNina"!==e.dataSubset||e.laNinaYears.includes(o))){var i=e.allCloudData[o];if(void 0!==i){var a=null!==(n=e.selectedDataIndex)&&void 0!==n?n:e.getLatLonIndex(e.location.latitudeDeg,e.location.longitudeDeg);-1!==a&&null!==a&&t.push({x:new Date(o,3,8),y:i[a].cloudCover})}}})),t):t},locationHistogram:function(){return"allYears"===this.dataSubset||"singleyear"==this.selectedStat?[]:this.getHistogram(this.yearForLocation.map((function(e){return e.y})),"none")},locationValue:function(){var e=this;if(!this.inBounds)return null;if("mean"===this.selectedStat)return this.mean(this.yearForLocation.map((function(e){return e.y})));if("median"===this.selectedStat)return this.median(this.yearForLocation.map((function(e){return e.y})));if("singleyear"===this.selectedStat&&this.cloudDataNearLocation){var t=this.cloudDataNearLocation.filter((function(t){return t.x.getFullYear()===e.selectedYear}));return t.length>0?t[0].y:null}return null},elNinoData:function(){if("singleyear"!==this.selectedStat)return this.getStat(this.elNinoYearsSummary[this.modisDataSet],this.selectedStat)},neutralData:function(){if("singleyear"!==this.selectedStat)return this.getStat(this.neutralYearsSummary[this.modisDataSet],this.selectedStat)},laNinaData:function(){if("singleyear"!==this.selectedStat)return this.getStat(this.laNinaYearsSummary[this.modisDataSet],this.selectedStat)},allYearsData:function(){if("singleyear"!==this.selectedStat)return this.getStat(this.allYearsSummary[this.modisDataSet],this.selectedStat)},selectedYears:function(){return"singleyear"===this.selectedStat?[this.selectedYear]:"elNino"===this.dataSubset?this.elNinoYears:"neutral"===this.dataSubset?this.neutralYears:"laNina"===this.dataSubset?this.laNinaYears:"allYears"===this.dataSubset?this.allYears:[]},subsetData:function(){var e=this;if(!this.subsetSelected)return[];if(this.cloudDataNearLocation){var t=this.cloudDataNearLocation.filter((function(t){return e.selectedYears.includes(t.x.getFullYear())}));return void 0===t?[]:[{type:"scatter",label:"singleyear"!==this.selectedStat?this.mapSubsets.get(this.dataSubset):"".concat(this.selectedYear),backgroundColor:t.map((function(e){return"#eac402"})),data:t,pointRadius:6,borderColor:"black"}]}return[]}},methods:{transferFunction8:function(e){if(null===e)return 0;var t=(e-.5)/.12,o=Math.exp(t);return o/(1+o)},transferFunction1:function(e){return null===e?0:e>=.05?.2+.8*Math.pow(e,1.5):e},getHistogram:function(e,t){if(void 0===t&&(t="none"),void 0===e||null===e||0===e.length)return[];var o=e.filter(In),n=this.skyCoverCodeRanges.reduce((function(e,n){var i=(0,s.zs)(n,2),a=(i[0],i[1]),r=o.filter((function(e){return e>=a[0]/100&&e<=a[1]/100})).length;return"none"===t&&e.push(r),"fraction"===t&&e.push(r/o.length),"percent"===t&&e.push(100*r/o.length),e}),[]);return n},getStat:function(e,t){return e.map((function(e){return{lat:e.lat,lon:e.lon,cloudCover:bl(e,t)}}))},inflateFromCsv:function(e){return(0,s.sH)(this,void 0,Promise,(function(){var t=this;return(0,s.YH)(this,(function(o){return[2,fetch(e).then((function(e){return(0,s.sH)(t,void 0,void 0,(function(){var t,o;return(0,s.YH)(this,(function(n){switch(n.label){case 0:return o=Uint8Array.bind,[4,e.arrayBuffer()];case 1:return t=new(o.apply(Uint8Array,[void 0,n.sent()])),[2,(0,Pr.UD)(t,{to:"string"})]}}))}))}))]}))}))},loadSummaryData:function(e){return(0,s.sH)(this,void 0,Promise,(function(){return(0,s.YH)(this,(function(t){return[2,this.inflateFromCsv(e).then((function(e){return(0,Qn.fy)(e,(function(e,t){if(0!==t)return{lat:+e[0],lon:+e[1],mean:+e[2],median:+e[3],mode:+e[4],min:+e[5],max:+e[6]}}))}))]}))}))},getElNinoData:function(){return(0,s.sH)(this,void 0,void 0,(function(){var e=this;return(0,s.YH)(this,(function(t){return console.log("loading el nino data"),[2,o(5164)("./modis_".concat("1day"===this.modisDataSet?"one":"eight","_day/nino_ucm.zip")).then((function(t){return e.loadSummaryData(t.default)})).then((function(t){e.elNinoYearsSummary[e.modisDataSet]=t}))]}))}))},getNeutralData:function(){return(0,s.sH)(this,void 0,void 0,(function(){var e=this;return(0,s.YH)(this,(function(t){return console.log("loading neutral data"),[2,o(4635)("./modis_".concat("1day"===this.modisDataSet?"one":"eight","_day/neutral_ucm.zip")).then((function(t){return e.loadSummaryData(t.default)})).then((function(t){e.neutralYearsSummary[e.modisDataSet]=t}))]}))}))},getLaNinaData:function(){return(0,s.sH)(this,void 0,void 0,(function(){var e=this;return(0,s.YH)(this,(function(t){return[2,o(4922)("./modis_".concat("1day"===this.modisDataSet?"one":"eight","_day/nina_ucm.zip")).then((function(t){return e.loadSummaryData(t.default)})).then((function(t){e.laNinaYearsSummary[e.modisDataSet]=t}))]}))}))},getAllYearsData:function(){return(0,s.sH)(this,void 0,void 0,(function(){var e=this;return(0,s.YH)(this,(function(t){return[2,o(6722)("./modis_".concat("1day"===this.modisDataSet?"one":"eight","_day/all_years_ucm.zip")).then((function(t){return e.loadSummaryData(t.default)})).then((function(t){e.allYearsSummary[e.modisDataSet]=t}))]}))}))},getDataForYears:function(e){var t=this,o=[];return this.inBounds?(e.map((function(e){var n;if(void 0!==t.allCloudData[e]){var i=null!==(n=t.selectedDataIndex)&&void 0!==n?n:t.getLatLonIndex(t.location.latitudeDeg,t.location.longitudeDeg);-1!==i&&null!==i&&o.push(t.allCloudData[e][i])}})),o):o},loadEightDayData:function(){var e=this;return console.log("awv: loading cloud data"),this.dataLoadingProgress=0,this.allYears.map((function(t,n){o(7267)("./".concat(t,"_cloud_cover.zip")).then((function(t){return e.inflateFromCsv(t.default)})).then((function(o){var i=(0,Qn.fy)(o,(function(e,t){return 0===t?{}:{lat:sl[t-1],lon:cl[t-1],cloudCover:+e[0]}}));e.allModisData["8day"][t]=i.slice(1),e.dataLoadingProgress=Math.ceil((n+1)/e.allYears.length*100)}))})),new Promise((function(e){e(!0)}))},loadOneDayData:function(){var e=this;return console.log("awv: loading cloud data"),this.dataLoadingProgress=0,this.allYears.map((function(t,n){o(6084)("./".concat(t,"_cloud_cover.zip")).then((function(t){return e.inflateFromCsv(t.default)})).then((function(o){var i=(0,Qn.fy)(o,(function(e,t){return 0===t?{}:{lat:fl[t-1],lon:ml[t-1],cloudCover:+e[0]}}));e.allModisData["1day"][t]=i.slice(1),e.dataLoadingProgress=Math.ceil((n+1)/e.allYears.length*100)}))})),new Promise((function(e){e(!0)}))},zip:function(e){return e[0].map((function(t,o){return e.map((function(e){return e[o]}))}))},checkInBounds:function(e){return(0,s.sH)(this,void 0,void 0,(function(){var t,o,n,i=this;return(0,s.YH)(this,(function(a){return t=e.latitudeDeg,o=e.longitudeDeg,n=this.latitudes.map((function(e,n){return Math.sqrt(Math.pow(t-e,2)+Math.pow(Math.cos((t+e)/2*Math.PI/180)*(o-i.longitudes[n]),2))})),console.log("distances",Math.min.apply(Math,(0,s.fX)([],(0,s.zs)(n),!1))),[2,Math.floor(100*Math.min.apply(Math,(0,s.fX)([],(0,s.zs)(n),!1)))<=25*Math.sqrt(2)]}))}))},getLatLonIndex:function(e,t){var o=this;if(console.log("running getLatLonIndex"),0===this.latitudes.length)return-1;if(0===this.longitudes.length)return-1;if(!this.inBounds)return console.log("getLatLonIndex: out of bounds"),-1;var n=this.latitudes.map((function(n,i){return Math.sqrt(Math.pow(e-n,2)+Math.pow(t-o.longitudes[i],2))})),i=n.indexOf(Math.min.apply(Math,(0,s.fX)([],(0,s.zs)(n),!1)));return this.selectedDataIndex!=i&&(this.selectedDataIndex=i),i},updateData:function(e){var t=this;if(void 0===e&&(e=!0),this.displayData=e,e&&(this.showCloudCover=!0,this.needToUpdate=!1,this.loadingNewMap=!0),this.updateMapDescriptionText(),"1day"===this.modisDataSet&&(this.transferFunction=this.transferFunction1),"8day"===this.modisDataSet&&(this.transferFunction=this.transferFunction8),"singleyear"!==this.selectedStat)return"elNino"===this.dataSubset?(console.log("el nino"),0===this.elNinoYearsSummary[this.modisDataSet].length?(console.log("loading el nino data"),void this.getElNinoData().then((function(){t.displayedCloudData=t.elNinoData}))):void(this.displayedCloudData=this.elNinoData)):"neutral"===this.dataSubset?(console.log("no el nino"),0===this.neutralYearsSummary[this.modisDataSet].length?(console.log("loading neutral data"),void this.getNeutralData().then((function(){t.displayedCloudData=t.neutralData}))):void(this.displayedCloudData=this.neutralData)):"laNina"===this.dataSubset?(console.log("la nina"),0===this.laNinaYearsSummary[this.modisDataSet].length?(console.log("loading la nina data"),void this.getLaNinaData().then((function(){t.displayedCloudData=t.laNinaData}))):void(this.displayedCloudData=this.laNinaData)):"allYears"===this.dataSubset?(console.log("all years"),0===this.allYearsSummary[this.modisDataSet].length?(console.log("loading all years data"),void this.getAllYearsData().then((function(){t.displayedCloudData=t.allYearsData}))):void(this.displayedCloudData=this.allYearsData)):void 0;this.displayedCloudData=this.allCloudData[this.selectedYear]},close:function(){this.showValue=!1},upper:function(e){return e.charAt(0).toUpperCase()+e.slice(1)},isLineGraphData:function(e){return e&&null!=e[0]&&"object"===typeof e[0]&&"x"in e[0]},mean:function(e){if(void 0===e)return null;this.isLineGraphData(e)&&(e=e.map((function(e){return e.y})));var t=e.filter((function(e){return In(e)}));return t.reduce((function(e,t){return e+t}),0)/t.length},median:function(e){if(void 0===e)return null;this.isLineGraphData(e)&&(e=e.map((function(e){return e.y})));var t=e.filter((function(e){return In(e)})),o=Math.floor(t.length/2),n=(0,s.fX)([],(0,s.zs)(t),!1).sort((function(e,t){return e-t}));return t.length%2==0?(n[o]+n[o-1])/2:n[o]},updateLocationName:function(){var e=this;Hn(this.location.longitudeDeg,this.location.latitudeDeg).then((function(t){e.locationName=t})).catch((function(e){console.error("error getting location name",e)}))},updateMapDescriptionText:function(){var e="singleyear"===this.selectedStat?"":this.statText.get(this.selectedStat),t="singleyear"===this.selectedStat?this.selectedYear:this.mapSubsets.get(this.dataSubset),o="1day"===this.modisDataSet?"1-day":"8-day";this.mapDetailsText=" ".concat(o," ").concat(e," cloud cover for ").concat(t,"."),this.displayData?this.mapDescriptionText="".concat(this.showCloudCover?"Displaying":"(Hidden)"," ").concat(this.mapDetailsText):this.mapDescriptionText='Press "Show on Map" to display cloud cover data.'},updateMapShowHideText:function(){this.mapDescriptionText="".concat(this.showCloudCover?"Displaying":"(Hidden)"," ").concat(this.mapDetailsText)},getCloudCoverText:function(e){var t=this.skyCoverCodeRanges.findIndex((function(t){var o=(0,s.zs)(t,2),n=(o[0],o[1]);return null!==e&&(e>=n[0]/100&&e<=n[1]/100)}));return[t,this.skyCoverCodes[t]]},cloudIcon:function(e){var t=(0,s.zs)(this.getCloudCoverText(e),2),o=t[0];t[1];return null==o?"mdi-cloud-cancel":this.skyCoverIcons[o]}},watch:{modelValue:function(e){var t=this;e&&0===Object.keys(this.allModisData["8day"]).length?(console.log("loading data"),this.loadEightDayData().then((function(){console.log("finished loading data"),t.dataloaded=!0,t.updateData(t.displayData)})),this.firstOpen&&setTimeout((function(){t.showFor=!0}),250)):(console.log("closing AWV view"),this.needToUpdate=!0,this.firstOpen=!1)},defaultLocation:function(e){console.log("defaultLocation",e),e.latitudeDeg===this.location.latitudeDeg&&e.longitudeDeg===this.location.longitudeDeg||(this.location=e)},modisDataSet:function(e){var t=this;console.log("modisTimespan",e),"1day"===e&&0===Object.keys(this.allModisData["1day"]).length&&this.loadOneDayData().then((function(){t.needToUpdate=!0})),this.needToUpdate=!0},selectedStat:function(e){console.log("selectedStat",e),this.needToUpdate=!0},selectedYear:function(e){console.log("selectedYear",e),this.needToUpdate=!0},dataSubset:function(e){console.log("dataSubset",e),this.needToUpdate=!0},dataLoadingProgress:function(e){console.log("dataLoadingProgress",e)},location:function(e,t){var o=this;console.log("location",e),e.latitudeDeg===t.latitudeDeg&&e.longitudeDeg===t.longitudeDeg||(e.latitudeDeg===this.defaultLocation.latitudeDeg&&e.longitudeDeg===this.defaultLocation.longitudeDeg||this.$emit("location",e),this.updateLocationName(),this.checkInBounds(e).then((function(e){o.inBounds=e})),this.getLatLonIndex(e.latitudeDeg,e.longitudeDeg))},explainerOpen:function(e){this.$emit("explainer-open",e)},showCloudCover:function(){this.updateMapShowHideText()}}}),Sl=(0,f.A)(xl,[["render",Dr]]),Tl=Sl;var Ll=o(1686),Wl=o(4915),Ml=function(e){return(0,a.Qi)("data-v-02f6413c"),e=e(),(0,a.jt)(),e},Dl=Ml((function(){return(0,a.Lk)("p",null,[(0,a.eW)(" NASA's Aqua and Terra satellites provide daily views of the entire surface of Earth. The "),(0,a.Lk)("a",{href:"https://modis.gsfc.nasa.gov/",target:"_blank"},"MODIS"),(0,a.eW)(" instrument on these satellites helps scientists learn about conditions in our atmosphere and oceans. We display the calculated "),(0,a.Lk)("strong",null,"cloud cover fraction"),(0,a.eW)("—the percentage of the sky at a given location that is covered by clouds—from MODIS (on the Aqua satellite), as provided by the NASA Near Earth Observations ("),(0,a.Lk)("a",{href:"https://neo.gsfc.nasa.gov/view.php?datasetId=MYDAL2_E_CLD_FR",target:"_blank"},"NEO"),(0,a.eW)(") website. ")],-1)})),Pl=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"What is the difference between 1-day and 8-day cloud cover maps?"),(0,a.Lk)("p",null,[(0,a.eW)(" NASA provides the cloud cover data in 1-day, 8-day (and, not included, 30-day) averages. "),(0,a.Lk)("ul",null,[(0,a.Lk)("li",null,[(0,a.eW)("The "),(0,a.Lk)("strong",null,"1-day (daily)"),(0,a.eW)(" data maps display historic cloud cover for each April 8"),(0,a.Lk)("sup",null,"th"),(0,a.eW)(" from 2003 to 2023. ")]),(0,a.Lk)("li",null,[(0,a.eW)("The "),(0,a.Lk)("strong",null,"8-day"),(0,a.eW)(" maps display an average of the 1-day data from April 7-14 from 2003 to 2023. ")])])]),(0,a.Lk)("p",null,' If you compare the 1-day vs. the 8-day maps, you\'ll notice that the 1-day maps often have more data at the extreme ends, either mostly clear or cloudy. The 8-day maps tend to have more data concentrated in the middle bins of partly cloudy or mostly cloudy. If you average together days that are clear and cloudy, you will end up with something in the middle. The 1-day maps are not subject to this "smearing" effect of averaging over many days of data. '),(0,a.Lk)("p",null," The daily data can have gaps and processing artefacts, so the 8-day average provides a more reliable measure of the cloud cover at every location on the map. Because weather can vary considerably from hour-to-hour and day-to-day, the longer interval of the 8-day average gives us more data from which we can draw better conclusions about the possible weather conditions in a given location. ")],-1)})),Nl=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"How does the percent cloud cover relate to what I might see in a weather report?"),(0,a.Lk)("p",null,[(0,a.eW)(" We group the percent cloud cover based on the "),(0,a.Lk)("a",{href:"https://www.weather.gov/mrx/pfm_explain",target:"_blank"},"bins"),(0,a.eW)(" from the National Weather Service: "),(0,a.Lk)("table",null,[(0,a.Lk)("tr",null,[(0,a.Lk)("th",null,"Percentage"),(0,a.Lk)("th",null,"Cloud Cover")]),(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,"0-25%"),(0,a.Lk)("td",null,"Clear")]),(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,"25-50%"),(0,a.Lk)("td",null,"Partly Cloudy")]),(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,"51-87%"),(0,a.Lk)("td",null,"Mostly Cloudy")]),(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,"88-100%"),(0,a.Lk)("td",null,"Cloudy / Overcast")])])])],-1)})),zl=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"Why use data from the Aqua satellite instead of Terra?"),(0,a.Lk)("p",null," We use data from the Aqua satellite because its cloud cover measurements are taken in the afternoon, which corresponds better to the time of day of the April Eclipse. ")],-1)})),Fl=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"Why is 2022 missing from the year list?"),(0,a.Lk)("p",null,[(0,a.eW)(" Sometimes satellites go offline, or there are issues transmitting data back to Earth. On March 31, 2022 the Aqua satellite entered SAFE mode, only returning to normal operations on April 17, 2022. No cloud cover data is available from Mar 31 - Apr 16, 2022. View the event "),(0,a.Lk)("a",{href:"https://mcst.gsfc.nasa.gov/news/aqua-safe-mode-event",target:"_blank"},"summary"),(0,a.eW)(". ")])],-1)})),Al=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"Why are 30-day maps not available?"),(0,a.Lk)("p",null," MODIS offers month-long averages of the data, but we opted not to include that here to improve performance and data load times. ")],-1)})),El=Ml((function(){return(0,a.Lk)("p",null," You might be familiar with the terms mean and median from math and science classes, but it helps to see them applied in real life, to get a better feel for what they really mean and how they are helpful. ",-1)})),Ol=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"What is a mean?"),(0,a.Lk)("p",null," The mean is the average of all values in the dataset. It is calculated by adding all the values together and dividing by the number of values. This is the statistical term people are probably more familiar with and is often interpreted as a single value that “best” represents an entire data set. ")],-1)})),Il=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"What is a median?"),(0,a.Lk)("p",null," The median is the middle of the dataset. Half of the data is above the median and half is less than or equal to the median. The median encourages thinking in terms of probability. You could say that given the historical cloud data over the last 20 years, there is a 50-50 chance the cloud cover will be higher or lower than the median value. ")],-1)})),Rl=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"How are these statistics applied in the Cloud Data Explorer?"),(0,a.Lk)("p",null," These quantities are calculated and displayed for every location shown on the map, depending on your selections in the dropdown menus. "),(0,a.Lk)("p",null," When you choose a specific location on the map, the mean and median of the cloud cover amounts are displayed for that location over the selected range of years. You can also display cloud cover values for a single year at a time. ")],-1)})),Vl={class:"faq"},Ul=Ml((function(){return(0,a.Lk)("p",null," The left hand graph is called a histogram. For your selected location, it tells you how many years since 2003 were Clear, Partly Cloudy, Mostly Cloudy, or Cloudy at this location. If you have filtered the data by El Niño, Neutral, or La Niña years, your chosen subset will be colored with the blue to white gradient, while the rest of the years will appear gray. ",-1)})),Bl={class:"faq"},Xl=Ml((function(){return(0,a.Lk)("p",null," The right hand graph is a scatter plot showing the cloud cover for your chosen location for each year since 2003. If you have filtered the data by El Niño, Neutral, or La Niña years, or for a single year, those data points will be displayed in yellow. The background of the graph shows what cloud cover values correspond to the weather conditions of Clear, Partly Cloudy, etc. ",-1)})),Hl=Ml((function(){return(0,a.Lk)("p",null,[(0,a.eW)(" You might have heard the terms "),(0,a.Lk)("strong",null,"El Niño"),(0,a.eW)(" or "),(0,a.Lk)("strong",null,"La Niña"),(0,a.eW)(". They refer to weather patterns that are associated with a slight warming (“El Niño”) or cooling (“La Niña”) of the surface water in the Pacific Ocean relative to normal (“Neutral”). These are part of what is called the El Niño Southern Oscillation (ENSO) cycle. These different conditions can impact weather worldwide, so we provide the option of filtering the historical cloud data based on these classifications. "),(0,a.Lk)("a",{href:"https://oceanservice.noaa.gov/facts/ninonina.html",target:"_blank"},"Learn more"),(0,a.eW)(" about these fascinating weather phenomena from the NOAA National Ocean Service. ")],-1)})),ql=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null," What years are considered El Niño, La Niña, or Neutral?"),(0,a.Lk)("p",null,[(0,a.eW)(" We use NOAA's "),(0,a.Lk)("a",{href:"https://psl.noaa.gov/enso/past_events.html",target:"_blank"},"list"),(0,a.eW)(" of past ENSO events to classify years as El Niño, La Niña, or Neutral. As that page explains, there is not a single accepted way to define which of these categories we are in. Their list is based on the presence of an active El Niño or La Niña pattern during the months of December, January, and February. As an ENSO typically last several months (or even years), this provides a decent indication a how likely April is to have the same pattern. ")]),(0,a.Lk)("p",null,[(0,a.eW)(" For the years included in our data set, they classify them as follows: "),(0,a.Lk)("table",null,[(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,[(0,a.Lk)("strong",null,"El Niño"),(0,a.eW)(": ")]),(0,a.Lk)("td",null,"2003, 2007, 2010, 2016")]),(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,[(0,a.Lk)("strong",null,"Neutral"),(0,a.eW)(": ")]),(0,a.Lk)("td",null,"2004, 2005, 2006, 2009, 2013, 2014, 2015, 2017, 2018")]),(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,[(0,a.Lk)("strong",null,"La Niña"),(0,a.eW)(": ")]),(0,a.Lk)("td",null,"2008, 2011, 2012, 2021, 2022, 2023")])])]),(0,a.Lk)("p",null,[(0,a.eW)(' If you want to see what the ENSO conditions were in March/April in the past, see the "MEI.v2 Values" at this NOAA '),(0,a.Lk)("a",{href:"https://psl.noaa.gov/enso/mei/",target:"_blank"},"website"),(0,a.eW)(". ")])],-1)})),Yl=Ml((function(){return(0,a.Lk)("details",{class:"faq"},[(0,a.Lk)("summary",null,"What kind of year is 2024?"),(0,a.eW)(" As of early 2024, we are in an El Niño pattern. The Climate Prediction Center of the National Weather Service "),(0,a.Lk)("a",{href:"https://www.cpc.ncep.noaa.gov/products/analysis_monitoring/enso_advisory/ensodisc.shtml",target:"_blank"},"reports"),(0,a.eW)(" an 83% chance that we will transition to a "),(0,a.Lk)("em",null,"neutral"),(0,a.eW)(" pattern some time from April - June. ")],-1)}));function jl(e,t,o,n,i,r){return(0,a.uX)(),(0,a.Wv)(L.p,{id:"cloud-data-explainer",modelValue:e.value,"onUpdate:modelValue":t[3]||(t[3]=function(t){return e.value=t}),"close-on-back":"","close-on-esc":"",scrollable:"",fullscreen:e.fullscreen},{default:(0,a.k6)((function(){return[(0,a.bF)(C.J,{class:"align-self-center","max-height":"80%",height:"500px","max-width":"90%","min-width":"90%"},{default:(0,a.k6)((function(){return[(0,a.bF)(k.r,null,{default:(0,a.k6)((function(){return[(0,a.bF)(Ll.h,{"selected-class":"selected-tab",height:"1.5rem",modelValue:e.tab,"onUpdate:modelValue":t[0]||(t[0]=function(t){return e.tab=t}),direction:e.$vuetify.display.width<765?"vertical":"horizontal"},{default:(0,a.k6)((function(){return[(0,a.bF)(Wl.U,{class:"no-text-transform",value:"cloud-data"},{default:(0,a.k6)((function(){return[(0,a.eW)("About Cloud Cover Data")]})),_:1}),(0,a.bF)(Wl.U,{class:"no-text-transform",value:"stats"},{default:(0,a.k6)((function(){return[(0,a.eW)("Statistical Concepts")]})),_:1}),(0,a.bF)(Wl.U,{class:"no-text-transform",value:"weather"},{default:(0,a.k6)((function(){return[(0,a.eW)("Weather Patterns")]})),_:1})]})),_:1},8,["modelValue","direction"])]})),_:1}),(0,a.bF)(_.O,null,{default:(0,a.k6)((function(){return[(0,a.bF)(R.r3,{modelValue:e.tab,"onUpdate:modelValue":t[1]||(t[1]=function(t){return e.tab=t})},{default:(0,a.k6)((function(){return[(0,a.bF)(V.m,{value:"cloud-data"},{default:(0,a.k6)((function(){return[Dl,Pl,Nl,zl,Fl,Al]})),_:1}),(0,a.bF)(V.m,{value:"stats"},{default:(0,a.k6)((function(){return[El,Ol,Il,Rl,(0,a.Lk)("details",Vl,[(0,a.Lk)("summary",null,[(0,a.bF)(F.w,null,{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-chart-bar")]})),_:1}),(0,a.eW)(" What is in the chart on the "+(0,v.v_)(e.smAndUp?"left":"top")+"?",1)]),Ul]),(0,a.Lk)("details",Bl,[(0,a.Lk)("summary",null,[(0,a.bF)(F.w,null,{default:(0,a.k6)((function(){return[(0,a.eW)("mdi-chart-scatter-plot")]})),_:1}),(0,a.eW)(" What is in the graph on the "+(0,v.v_)(e.smAndUp?"right":"bottom")+"?",1)]),Xl])]})),_:1}),(0,a.bF)(V.m,{value:"weather"},{default:(0,a.k6)((function(){return[Hl,ql,Yl]})),_:1})]})),_:1},8,["modelValue"])]})),_:1}),(0,a.bF)(x.S,null,{default:(0,a.k6)((function(){return[(0,a.bF)(N.h),(0,a.bF)(w.D,{color:"#eac402",variant:"flat",onClick:t[2]||(t[2]=function(t){return e.value=!1})},{default:(0,a.k6)((function(){return[(0,a.eW)("Close")]})),_:1})]})),_:1})]})),_:1})]})),_:1},8,["modelValue","fullscreen"])}const Gl=(0,a.pM)({name:"CloudDataExplainer",props:{modelValue:{type:Boolean,default:!0,required:!0},initialTab:{type:String,default:"intro"},fullscreen:{type:Boolean,default:!1}},data:function(){return{tab:this.initialTab}},computed:{value:{get:function(){return this.modelValue},set:function(e){this.$emit("update:modelValue",e)}},smAndUp:function(){return this.$vuetify.display.smAndUp}}}),$l=(0,f.A)(Gl,[["render",jl],["__scopeId","data-v-02f6413c"]]),Ql=$l;var Jl=o(5310),Zl=function(e){return(0,a.Qi)("data-v-21a0b7d4"),e=e(),(0,a.jt)(),e},Kl={id:"eclipse-timer-container"},es=Zl((function(){return(0,a.Lk)("h1",null," Eclipse Timer",-1)})),ts={key:0,class:"eclipse-countdown"},os={class:"ec-timer"},ns={key:0},is={key:1},as=Zl((function(){return(0,a.Lk)("p",null,"No eclipse is predicted for this location.",-1)})),rs=[as],ls={key:2},ss={class:"mb-4"},cs={key:4,class:"eclipse-data-list"},us={id:"eclipse-values"},ds={key:0},hs=Zl((function(){return(0,a.Lk)("td",null,"Totality Duration:",-1)})),ps={key:1},fs=Zl((function(){return(0,a.Lk)("td",null,"Eclipse Duration:",-1)})),ms=Zl((function(){return(0,a.Lk)("hr",{class:"eclipse-timer-dividier"},null,-1)})),gs={id:"time-container"},vs={class:"time"},ys=Zl((function(){return(0,a.Lk)("td",{class:"time-label"},"Partial Start",-1)})),bs={class:"time-value"},ws={key:0,class:"time"},Cs=Zl((function(){return(0,a.Lk)("td",{class:"time-label"},"Totality Start",-1)})),ks={class:"time-value"},_s={class:"time"},xs=Zl((function(){return(0,a.Lk)("td",{class:"time-label"},"Max Eclipse",-1)})),Ss={class:"time-value"},Ts={key:1,class:"time"},Ls=Zl((function(){return(0,a.Lk)("td",{class:"time-label"},"Totality End",-1)})),Ws={class:"time-value"},Ms={class:"time"},Ds=Zl((function(){return(0,a.Lk)("td",{class:"time-label"},"Partial End",-1)})),Ps={class:"time-value"},Ns=Zl((function(){return(0,a.Lk)("hr",{class:"mt-4",style:{width:"100%"}},null,-1)}));function zs(e,t,o,n,i,r){var l=(0,a.g2)("define-term");return(0,a.uX)(),(0,a.CE)("div",Kl,[es,e.showTimer?((0,a.uX)(),(0,a.CE)("div",ts,[(0,a.Lk)("div",os,(0,v.v_)(e.timeToEclipse),1),e.noEclipse?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",ns," until max eclipse "+(0,v.v_)(""!==e.location?"at "+e.location:""),1))])):(0,a.Q3)("",!0),e.noEclipse?((0,a.uX)(),(0,a.CE)("div",is,rs)):((0,a.uX)(),(0,a.CE)("div",ls,[(0,a.Lk)("h2",ss,(0,v.v_)(e.type)+" Eclipse",1)])),e.noEclipse?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",{key:3,class:(0,v.C4)(["eclipse-icon","eclipse-icon-".concat(e.type.toLowerCase())])},null,2)),e.noEclipse?(0,a.Q3)("",!0):((0,a.uX)(),(0,a.CE)("div",cs,[(0,a.Lk)("table",us,[(0,a.Lk)("tr",null,[(0,a.Lk)("td",null,[(0,a.bF)(l,{term:"Max Eclipsed",definition:"The fraction (percentage) of the Sun covered by the Moon.",underlined:""}),(0,a.eW)(": ")]),(0,a.Lk)("td",null,(0,v.v_)(e.coverage<.01?"<1":(100*e.coverage).toFixed(0))+"% ",1)]),e.isTotal?((0,a.uX)(),(0,a.CE)("tr",ds,[hs,(0,a.Lk)("td",null,(0,v.v_)(e.totalityDuration),1)])):(0,a.Q3)("",!0),""!=e.eclipseDuration?((0,a.uX)(),(0,a.CE)("tr",ps,[fs,(0,a.Lk)("td",null,(0,v.v_)(e.eclipseDuration),1)])):(0,a.Q3)("",!0)]),ms,(0,a.Lk)("table",gs,[(0,a.Lk)("tr",vs,[ys,(0,a.Lk)("td",bs,(0,v.v_)(""===e.partialStart[1]?e.timeString(e.partialStart[0]):"Sun below Horizon"),1)]),e.isTotal?((0,a.uX)(),(0,a.CE)("tr",ws,[Cs,(0,a.Lk)("td",ks,(0,v.v_)(""===e.centralStart[1]?e.timeString(e.centralStart[0]):"Sun below Horizon"),1)])):(0,a.Q3)("",!0),(0,a.Lk)("tr",_s,[xs,(0,a.Lk)("td",Ss,(0,v.v_)(""===e.maxTime[1]?e.timeString(e.maxTime[0]):"Sun below Horizon"),1)]),e.isTotal?((0,a.uX)(),(0,a.CE)("tr",Ts,[Ls,(0,a.Lk)("td",Ws,(0,v.v_)(""===e.centralEnd[1]?e.timeString(e.centralEnd[0]):"Sun below Horizon"),1)])):(0,a.Q3)("",!0),(0,a.Lk)("tr",Ms,[Ds,(0,a.Lk)("td",Ps,(0,v.v_)(""===e.partialEnd[1]?e.timeString(e.partialEnd[0]):"Sun below Horizon"),1)])]),Ns])),(0,a.bF)(Jl.H_,{class:"mt-2",modelValue:e.tzPref,"onUpdate:modelValue":t[0]||(t[0]=function(t){return e.tzPref=t}),color:e.color,divided:"",mandatory:"","hide-details":"",variant:"outlined"},{default:(0,a.k6)((function(){return[(0,a.bF)(w.D,{value:"UTC",size:"small",height:"2em"},{default:(0,a.k6)((function(){return[(0,a.eW)("UTC")]})),_:1}),(0,a.bF)(w.D,{value:"Local",size:"small",height:"2em"},{default:(0,a.k6)((function(){return[(0,a.eW)("Local ("+(0,v.v_)(e.tzCode)+")",1)]})),_:1})]})),_:1},8,["modelValue","color"])])}var Fs=864e5,As=36e5,Es=6e4,Os=1e3;const Is=(0,a.pM)({name:"EclipseTimer",components:{"v-btn-toggle":Jl.H_,"v-btn":w.D,"define-term":Va},props:{prediction:{type:Object,required:!0},showTimer:{type:Boolean,default:!1,required:!1},timezone:{type:String,default:"UTC",required:!1},location:{type:String,default:"",required:!1},color:{type:String,default:"white",required:!1}},mounted:function(){this.getTimeToEclipse(),setInterval(this.getTimeToEclipse,1e3)},data:function(){return{pred:this.prediction,tzPref:"Local",timeToEclipse:""}},computed:{type:function(){switch(this.prediction.type){case"P":return"Partial";case"A":return"Annular";case"T":return"Total";default:return""}},noEclipse:function(){return""===this.prediction.type},isTotal:function(){return"T"===this.prediction.type},timeString:function(){var e=this;return function(t){return null===t?"":"UTC"===e.tzPref?e.toUtcString(t):e.toLocalString(t)}},tzCode:function(){return(0,Ro.A)(new Date,this.timezone,"z")},partialStart:function(){return this.circumstance(this.prediction.partialStart,"Partial Start")},partialEnd:function(){return this.circumstance(this.prediction.partialEnd,"Partial End")},centralStart:function(){return this.circumstance(this.prediction.centralStart,"Central Start")},centralEnd:function(){return this.circumstance(this.prediction.centralEnd,"Central End")},maxTime:function(){return this.circumstance(this.prediction.maxTime,"Max Eclipse")},magnitude:function(){return this.prediction.magnitude[0]},coverage:function(){return this.prediction.coverage[0]},eclipseDuration:function(){if(""===this.type)return"";var e=this.prediction.partialStart[0],t=this.prediction.partialEnd[0];if(null===e||null===t)return"";var o=t.getTime()-e.getTime();return Yn(qn(o))},totalityDuration:function(){return Yn(this.prediction.duration)}},methods:{toUtcString:function(e){if(null===e)return"";try{return(0,Ro.A)(e,"UTC","h:mm:ss aaa")}catch(t){return console.error(t),console.error(e),""}},toLocalString:function(e){if(null===e)return"";try{return(0,Ro.A)(e,this.timezone,"h:mm:ss aaa")}catch(t){return console.error(t),console.error(e),""}},circumstance:function(e,t){void 0===t&&(t="");var o=(0,s.zs)(e,2),n=o[0],i=o[1];return"s"===i?[n,"Sunset"]:"r"===i?[n,"Sunrise"]:"b"===i?[n,"Below Horizon"]:[n,""]},getTimeToEclipse:function(){var e=new Date;if(""===this.type)return"";if(null===this.maxTime[0])return"";var t=this.maxTime[0].getTime()-e.getTime(),o=Math.floor(t/Fs),n=Math.floor(t%Fs/As),i=Math.floor(t%As/Es),a=Math.floor(t%Es/Os);this.timeToEclipse="".concat(o," days ").concat(n,"h ").concat(i,"m ").concat(a,"s")}}}),Rs=(0,f.A)(Is,[["render",zs],["__scopeId","data-v-21a0b7d4"]]),Vs=Rs;var Us=o(4353),Bs={class:"forward-geocoding-input-row"},Xs=["onClick"];function Hs(e,t,o,i,r,l){var s=(0,a.g2)("font-awesome-icon");return(0,a.uX)(),(0,a.CE)("div",{class:"forward-geocoding-container",style:(0,v.Tr)(e.cssStyles)},[(0,a.Lk)("div",Bs,[(0,a.bo)((0,a.bF)(Us.W,{modelValue:e.searchText,"onUpdate:modelValue":t[0]||(t[0]=function(t){return e.searchText=t}),class:(0,v.C4)(["forward-geocoding-input",e.locationJustUpdated?"geocode-success":"",e.small?"forward-geocoding-input-small":""]),label:e.locationJustUpdated?"Location Updated":"Enter a location","bg-color":"black",density:"compact","hide-details":"",variant:"solo",color:e.accentColor,onKeydown:t[1]||(t[1]=(0,n.D$)((function(){}),["stop"])),onKeyup:[t[2]||(t[2]=(0,n.jR)((function(){return e.performForwardGeocodingSearch()}),["enter"])),t[3]||(t[3]=(0,n.jR)((function(t){return e.searchResults=null}),["esc"]))],"onClick:clear":t[4]||(t[4]=function(t){return e.searchResults=null}),"error-messages":e.searchErrorMessage},null,8,["modelValue","class","label","color","error-messages"]),[[n.aG,e.searchOpen]]),(0,a.bF)(s,{class:"geocoding-search-icon",icon:"magnifying-glass",size:e.searchOpen?"xl":e.buttonSize,color:!e.searchOpen||e.searchText&&e.searchText.length>2?e.accentColor:"gray",onClick:t[5]||(t[5]=function(){e.searchOpen?e.performForwardGeocodingSearch():e.searchOpen=!0})},null,8,["size","color"]),(0,a.RG)(e.$slots,"append-icon",{class:"geocode-icon"},void 0,!0),(0,a.bo)((0,a.bF)(s,{class:"geocoding-close-icon",icon:"circle-xmark",size:e.searchOpen?"xl":"1x",color:"gray",onClick:t[6]||(t[6]=function(){e.searchOpen=!1,e.clearSearchData()})},null,8,["size"]),[[n.aG,e.searchOpen&&!e.stayOpen]])]),null!==e.searchResults?((0,a.uX)(),(0,a.CE)("div",{key:0,class:(0,v.C4)(["forward-geocoding-results",[e.small?"results-small":""]])},[((0,a.uX)(!0),(0,a.CE)(a.FK,null,(0,a.pI)(null!==e.searchResults?e.searchResults.features:[],(function(t,o){return(0,a.uX)(),(0,a.CE)("div",{class:"forward-geocoding-result",key:o,onClick:function(){return e.setLocationFromSearchFeature(t)}},(0,v.v_)(t.place_name),9,Xs)})),128))],2)):(0,a.Q3)("",!0)],4)}const qs=(0,a.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"}},data:function(){return{searchOpen:this.modelValue||this.stayOpen,searchText:null,searchResults:null,searchErrorMessage:null,locationJustUpdated:!1}},computed:{cssStyles:function(){return{"--accent-color":this.accentColor,"--bg-color":"black","--fg-container-padding":this.searchOpen?this.small?"0px 5px 0px 0px":"5px 10px 12px 10px":"0px","--border-radius":(this.small,"20px")}}},methods:{performForwardGeocodingSearch:function(){var e=this;null===this.searchText||this.searchText.length<3||this.searchProvider(this.searchText).then((function(t){var o,n;null!==t&&1===(null===(o=t.features)||void 0===o?void 0:o.length)?e.setLocationFromSearchFeature(t.features[0]):null!==t&&0==(null===(n=t.features)||void 0===n?void 0:n.length)?(e.searchErrorMessage="No matching places were found",e.$emit("error",e.searchErrorMessage)):e.searchResults=t}))},setLocationFromSearchFeature:function(e){this.timedJustUpdatedLocation(),this.clearSearchData(),this.$emit("set-location",e)},clearSearchData:function(){this.searchResults=null,this.searchText=null,this.searchErrorMessage=null},timedJustUpdatedLocation:function(){var e=this;this.locationJustUpdated=!0,setTimeout((function(){e.locationJustUpdated=!1}),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)}}}),Ys=(0,f.A)(qs,[["render",Hs],["__scopeId","data-v-7b9713e8"]]),js=Ys;o(9956);var Gs=o(378),$s=o.n(Gs),Qs=o(26),Js=o(1050),Zs=o(6102),Ks=o(1569);o(5524);const ec=(0,Zs.$N)({icons:{defaultSet:"mdi",aliases:Js.z,sets:{mdi:Js.r}},locale:{locale:"en",fallback:"en",messages:{en:Ks.A}},theme:{defaultTheme:"dark"}});var tc=o(3654),oc=o(6883),nc=o(7107),ic=o(6188);nc.Yv.add(ic.ReK),nc.Yv.add(ic.GRI),nc.Yv.add(ic.n2W),nc.Yv.add(ic.BH7),nc.Yv.add(ic.Jt$),nc.Yv.add(ic.a$),nc.Yv.add(ic.ijD),nc.Yv.add(ic.G1Y),nc.Yv.add(ic.I9X),nc.Yv.add(ic.oMq),nc.Yv.add(ic._Xl),nc.Yv.add(ic.gKm),nc.Yv.add(ic.w2A),nc.Yv.add(ic.EvL),nc.Yv.add(ic.WxX),nc.Yv.add(ic.$sC),nc.Yv.add(ic.$3Z),nc.Yv.add(ic.RLt),nc.Yv.add(ic.ekB),nc.Yv.add(ic.IPg),nc.Yv.add(ic.JV0),nc.Yv.add(ic.mEO),nc.Yv.add(ic.BF2),nc.Yv.add(ic.dzk),nc.Yv.add(ic.yLE),nc.Yv.add(ic.X59),nc.Yv.add(ic.bgB),nc.Yv.add(ic.rNr),nc.Yv.add(ic.up_),nc.Yv.add(ic.$UM),nc.Yv.add(ic.bnw),nc.Yv.add(ic.q9c),nc.Yv.add(ic.C5p);var ac=function(e,t){return e.style.visibility=t.value?"hidden":""};(0,n.Ef)(Di,{wwtNamespace:"wwt-minids-solar-eclipse-2024"}).use(oc.wwtPinia).use(ec).use(d.Ay).directive("hide",{beforeMount:function(e,t,o,n){ac(e,t)},updated:function(e,t,o,n){ac(e,t)}}).component("WorldWideTelescope",oc.WWTComponent).component("font-awesome-icon",tc.gc).component("icon-button",i.IconButton).component("location-selector",g).component("vue-slider",$s()).component("transition-expand",Fi).component("gif-play-pause",qi).component("credit-logos",Zi).component("date-picker",Qs.A).component("image-label",aa).component("funding-acknowledgment",i.FundingAcknowledgment).component("geolocation-button",Ca).component("hover-tooltip",La).component("cloud-cover",Aa).component("define-term",Va).component("playback-control",tr).component("advanced-weather-view",Tl).component("color-bar",ll).component("cloud-data-explainer",Ql).component("eclipse-timer",Vs).component("location-search",js).mount("#app")},9956:function(){"use strict";var e,t,o=this&&this.__values||function(e){var t="function"===typeof Symbol&&Symbol.iterator,o=t&&e[t],n=0;if(o)return o.call(e);if(e&&"number"===typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},n=Reflect.getPrototypeOf(Int8Array);try{for(var i=o([Array,String,n]),a=i.next();!a.done;a=i.next()){var r=a.value;Object.defineProperty(r.prototype,"at",{value:function(e){if(e=Math.trunc(e)||0,e<0&&(e+=this.length),!(e<0||e>=this.length))return this[e]},writable:!0,enumerable:!1,configurable:!0})}}catch(l){e={error:l}}finally{try{a&&!a.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}},7267:(e,t,o)=>{var n={"./2003_cloud_cover.zip":3184,"./2004_cloud_cover.zip":2935,"./2005_cloud_cover.zip":6038,"./2006_cloud_cover.zip":8749,"./2007_cloud_cover.zip":4596,"./2008_cloud_cover.zip":2603,"./2009_cloud_cover.zip":2010,"./2010_cloud_cover.zip":2820,"./2011_cloud_cover.zip":8973,"./2012_cloud_cover.zip":8310,"./2013_cloud_cover.zip":8231,"./2014_cloud_cover.zip":5328,"./2015_cloud_cover.zip":3529,"./2016_cloud_cover.zip":8402,"./2017_cloud_cover.zip":5475,"./2018_cloud_cover.zip":6268,"./2019_cloud_cover.zip":3125,"./2020_cloud_cover.zip":4357,"./2021_cloud_cover.zip":4780,"./2023_cloud_cover.zip":2862};function i(e){return Promise.resolve().then((()=>{if(!o.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var i=n[e];return o.t(i,17)}))}i.keys=()=>Object.keys(n),i.id=7267,e.exports=i},6084:(e,t,o)=>{var n={"./2003_cloud_cover.zip":779,"./2004_cloud_cover.zip":9724,"./2005_cloud_cover.zip":5445,"./2006_cloud_cover.zip":926,"./2007_cloud_cover.zip":5887,"./2008_cloud_cover.zip":4272,"./2009_cloud_cover.zip":601,"./2010_cloud_cover.zip":8999,"./2011_cloud_cover.zip":5126,"./2012_cloud_cover.zip":5805,"./2013_cloud_cover.zip":4516,"./2014_cloud_cover.zip":7299,"./2015_cloud_cover.zip":7154,"./2016_cloud_cover.zip":6921,"./2017_cloud_cover.zip":2256,"./2018_cloud_cover.zip":2479,"./2019_cloud_cover.zip":3822,"./2020_cloud_cover.zip":9090,"./2021_cloud_cover.zip":3731,"./2023_cloud_cover.zip":2169};function i(e){return Promise.resolve().then((()=>{if(!o.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var i=n[e];return o.t(i,17)}))}i.keys=()=>Object.keys(n),i.id=6084,e.exports=i},6722:(e,t,o)=>{var n={"./modis_eight_day/all_years_ucm.zip":8273,"./modis_one_day/all_years_ucm.zip":7804};function i(e){return Promise.resolve().then((()=>{if(!o.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var i=n[e];return o.t(i,17)}))}i.keys=()=>Object.keys(n),i.id=6722,e.exports=i},4635:(e,t,o)=>{var n={"./modis_eight_day/neutral_ucm.zip":8710,"./modis_one_day/neutral_ucm.zip":2595};function i(e){return Promise.resolve().then((()=>{if(!o.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var i=n[e];return o.t(i,17)}))}i.keys=()=>Object.keys(n),i.id=4635,e.exports=i},4922:(e,t,o)=>{var n={"./modis_eight_day/nina_ucm.zip":3375,"./modis_one_day/nina_ucm.zip":4388};function i(e){return Promise.resolve().then((()=>{if(!o.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var i=n[e];return o.t(i,17)}))}i.keys=()=>Object.keys(n),i.id=4922,e.exports=i},5164:(e,t,o)=>{var n={"./modis_eight_day/nino_ucm.zip":1861,"./modis_one_day/nino_ucm.zip":9750};function i(e){return Promise.resolve().then((()=>{if(!o.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var i=n[e];return o.t(i,17)}))}i.keys=()=>Object.keys(n),i.id=5164,e.exports=i},290:(e,t,o)=>{var n={"./2023-09-19-SDO-Sun.png":4974,"./annular.png":8157,"./center":2560,"./center.json":2560,"./cloud_cover.csv":8713,"./eclipse.gif":9442,"./eclipse_static.gif":435,"./empty.png":6661,"./giphy.webp":6256,"./modis_eight_day/2003_cloud_cover.zip":3184,"./modis_eight_day/2004_cloud_cover.zip":2935,"./modis_eight_day/2005_cloud_cover.zip":6038,"./modis_eight_day/2006_cloud_cover.zip":8749,"./modis_eight_day/2007_cloud_cover.zip":4596,"./modis_eight_day/2008_cloud_cover.zip":2603,"./modis_eight_day/2009_cloud_cover.zip":2010,"./modis_eight_day/2010_cloud_cover.zip":2820,"./modis_eight_day/2011_cloud_cover.zip":8973,"./modis_eight_day/2012_cloud_cover.zip":8310,"./modis_eight_day/2013_cloud_cover.zip":8231,"./modis_eight_day/2014_cloud_cover.zip":5328,"./modis_eight_day/2015_cloud_cover.zip":3529,"./modis_eight_day/2016_cloud_cover.zip":8402,"./modis_eight_day/2017_cloud_cover.zip":5475,"./modis_eight_day/2018_cloud_cover.zip":6268,"./modis_eight_day/2019_cloud_cover.zip":3125,"./modis_eight_day/2020_cloud_cover.zip":4357,"./modis_eight_day/2021_cloud_cover.zip":4780,"./modis_eight_day/2023_cloud_cover.zip":2862,"./modis_eight_day/all_years_ucm.zip":8273,"./modis_eight_day/coords.zip":1273,"./modis_eight_day/neutral_ucm.zip":8710,"./modis_eight_day/nina_ucm.zip":3375,"./modis_eight_day/nino_ucm.zip":1861,"./modis_one_day/2003_cloud_cover.zip":779,"./modis_one_day/2004_cloud_cover.zip":9724,"./modis_one_day/2005_cloud_cover.zip":5445,"./modis_one_day/2006_cloud_cover.zip":926,"./modis_one_day/2007_cloud_cover.zip":5887,"./modis_one_day/2008_cloud_cover.zip":4272,"./modis_one_day/2009_cloud_cover.zip":601,"./modis_one_day/2010_cloud_cover.zip":8999,"./modis_one_day/2011_cloud_cover.zip":5126,"./modis_one_day/2012_cloud_cover.zip":5805,"./modis_one_day/2013_cloud_cover.zip":4516,"./modis_one_day/2014_cloud_cover.zip":7299,"./modis_one_day/2015_cloud_cover.zip":7154,"./modis_one_day/2016_cloud_cover.zip":6921,"./modis_one_day/2017_cloud_cover.zip":2256,"./modis_one_day/2018_cloud_cover.zip":2479,"./modis_one_day/2019_cloud_cover.zip":3822,"./modis_one_day/2020_cloud_cover.zip":9090,"./modis_one_day/2021_cloud_cover.zip":3731,"./modis_one_day/2023_cloud_cover.zip":2169,"./modis_one_day/all_years_ucm.zip":7804,"./modis_one_day/coords.zip":5458,"./modis_one_day/neutral_ucm.zip":2595,"./modis_one_day/nina_ucm.zip":4388,"./modis_one_day/nino_ucm.zip":9750,"./moon-dark-gray-overlay.png":959,"./moon-sky-blue-overlay-10.png":1895,"./moon-sky-blue-overlay-100.png":6663,"./moon-sky-blue-overlay-20.png":8342,"./moon-sky-blue-overlay-50.png":6091,"./moon.png":2783,"./new-rectangle-solid-svgrepo-com.svg":3243,"./none.png":5422,"./partial.png":6241,"./total.png":296,"./upath_hi":4927,"./upath_hi.json":4927,"./video.mp4":9007};function i(e){var t=a(e);return o(t)}function a(e){if(!o.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return n[e]}i.keys=function(){return Object.keys(n)},i.resolve=a,e.exports=i,i.id=290},3184:(e,t,o)=>{"use strict";e.exports=o.p+"3f2ef9c04daf28ee.zip"},2935:(e,t,o)=>{"use strict";e.exports=o.p+"374ccdd9b1c9b5dc.zip"},6038:(e,t,o)=>{"use strict";e.exports=o.p+"067708715c6e13ee.zip"},8749:(e,t,o)=>{"use strict";e.exports=o.p+"34d066bc7c4d131e.zip"},4596:(e,t,o)=>{"use strict";e.exports=o.p+"6cb59142ce53e82c.zip"},2603:(e,t,o)=>{"use strict";e.exports=o.p+"3f997d411747fc78.zip"},2010:(e,t,o)=>{"use strict";e.exports=o.p+"a529870cc54a2cad.zip"},2820:(e,t,o)=>{"use strict";e.exports=o.p+"48f1bf119eec6ec8.zip"},8973:(e,t,o)=>{"use strict";e.exports=o.p+"302ef55ee293ba4d.zip"},8310:(e,t,o)=>{"use strict";e.exports=o.p+"8ff395535624d3cb.zip"},8231:(e,t,o)=>{"use strict";e.exports=o.p+"5546720657519a74.zip"},5328:(e,t,o)=>{"use strict";e.exports=o.p+"e2d00304312d01f2.zip"},3529:(e,t,o)=>{"use strict";e.exports=o.p+"5a23534f85923803.zip"},8402:(e,t,o)=>{"use strict";e.exports=o.p+"286eb5fa34324847.zip"},5475:(e,t,o)=>{"use strict";e.exports=o.p+"3f3f593922757129.zip"},6268:(e,t,o)=>{"use strict";e.exports=o.p+"9d8942b6c1d9df2e.zip"},3125:(e,t,o)=>{"use strict";e.exports=o.p+"70d10f8513c7d961.zip"},4357:(e,t,o)=>{"use strict";e.exports=o.p+"bf4d1f7950168c8e.zip"},4780:(e,t,o)=>{"use strict";e.exports=o.p+"c4301c068e523d6b.zip"},2862:(e,t,o)=>{"use strict";e.exports=o.p+"75914e3514358c34.zip"},8273:(e,t,o)=>{"use strict";e.exports=o.p+"a0592ca0bdde746d.zip"},1273:(e,t,o)=>{"use strict";e.exports=o.p+"a582b26af97a38ad.zip"},8710:(e,t,o)=>{"use strict";e.exports=o.p+"cbae2788e2c7c6ab.zip"},3375:(e,t,o)=>{"use strict";e.exports=o.p+"896eef79377f044d.zip"},1861:(e,t,o)=>{"use strict";e.exports=o.p+"06747dfbeed5d17c.zip"},779:(e,t,o)=>{"use strict";e.exports=o.p+"55c240eca4ea1067.zip"},9724:(e,t,o)=>{"use strict";e.exports=o.p+"fd0531680be6e241.zip"},5445:(e,t,o)=>{"use strict";e.exports=o.p+"52a2127dace8319e.zip"},926:(e,t,o)=>{"use strict";e.exports=o.p+"401bbba8106939e6.zip"},5887:(e,t,o)=>{"use strict";e.exports=o.p+"50bcf0412ac709b7.zip"},4272:(e,t,o)=>{"use strict";e.exports=o.p+"d26d4c86c663506b.zip"},601:(e,t,o)=>{"use strict";e.exports=o.p+"081770977930aca9.zip"},8999:(e,t,o)=>{"use strict";e.exports=o.p+"a24b4d21a2f18414.zip"},5126:(e,t,o)=>{"use strict";e.exports=o.p+"b3d1da6fe9f2f73c.zip"},5805:(e,t,o)=>{"use strict";e.exports=o.p+"5edc88082d52488d.zip"},4516:(e,t,o)=>{"use strict";e.exports=o.p+"96cea7d30787060b.zip"},7299:(e,t,o)=>{"use strict";e.exports=o.p+"92af1bc12d972923.zip"},7154:(e,t,o)=>{"use strict";e.exports=o.p+"49ceada0b76626c9.zip"},6921:(e,t,o)=>{"use strict";e.exports=o.p+"1b77891181d9563d.zip"},2256:(e,t,o)=>{"use strict";e.exports=o.p+"ebe6ca7b43e46ea7.zip"},2479:(e,t,o)=>{"use strict";e.exports=o.p+"5b6d4df012d95741.zip"},3822:(e,t,o)=>{"use strict";e.exports=o.p+"8151fd12d16af760.zip"},9090:(e,t,o)=>{"use strict";e.exports=o.p+"ffd3bd3f99d3498c.zip"},3731:(e,t,o)=>{"use strict";e.exports=o.p+"b2b924142b8d0f38.zip"},2169:(e,t,o)=>{"use strict";e.exports=o.p+"227b745aae174af9.zip"},7804:(e,t,o)=>{"use strict";e.exports=o.p+"a720c91d2d065435.zip"},5458:(e,t,o)=>{"use strict";e.exports=o.p+"e01397be879aed4a.zip"},2595:(e,t,o)=>{"use strict";e.exports=o.p+"b9346d8d73239005.zip"},4388:(e,t,o)=>{"use strict";e.exports=o.p+"ee59c1807b8737d2.zip"},9750:(e,t,o)=>{"use strict";e.exports=o.p+"853902aae52e41f8.zip"},3243:(e,t,o)=>{"use strict";e.exports=o.p+"img/new-rectangle-solid-svgrepo-com.ac5fb1a1.svg"},8713:e=>{"use strict";e.exports="9999.000,-129.000,-128.000,-127.000,-126.000,-125.000,-124.000,-123.000,-122.000,-121.000,-120.000,-119.000,-118.000,-117.000,-116.000,-115.000,-114.000,-113.000,-112.000,-111.000,-110.000,-109.000,-108.000,-107.000,-106.000,-105.000,-104.000,-103.000,-102.000,-101.000,-100.000,-99.000,-98.000,-97.000,-96.000,-95.000,-94.000,-93.000,-92.000,-91.000,-90.000,-89.000,-88.000,-87.000,-86.000,-85.000,-84.000,-83.000,-82.000,-81.000,-80.000,-79.000,-78.000,-77.000,-76.000,-75.000,-74.000,-73.000,-72.000,-71.000,-70.000,-69.000,-68.000,-67.000,-66.000,-65.000,-64.000,-63.000,-62.000,-61.000,-60.000,-59.000,-58.000,-57.000,-56.000,-55.000,-54.000,-53.000,-52.000,-51.000,-50.000\n51.000,0.833,0.872,0.888,0.821,0.854,0.803,0.894,0.813,0.884,0.929,0.876,0.880,0.862,0.846,0.856,0.797,0.758,0.756,0.709,0.598,0.640,0.663,0.634,0.661,0.703,0.726,0.711,0.738,0.768,0.683,0.665,0.559,0.748,0.709,0.793,0.691,0.687,0.713,0.701,0.793,0.774,0.707,0.667,0.650,0.579,0.608,0.555,0.644,0.604,0.651,0.630,0.683,0.650,0.630,0.679,0.622,0.622,0.740,0.663,0.785,0.719,0.795,0.803,0.805,0.722,0.768,0.793,0.736,0.764,0.768,0.823,0.815,0.813,0.775,0.740,0.766,0.839,0.779,0.821,0.837\n50.000,0.829,0.821,0.884,0.772,0.766,0.841,0.813,0.874,0.866,0.878,0.892,0.915,0.880,0.872,0.896,0.781,0.679,0.671,0.714,0.720,0.689,0.662,0.657,0.687,0.618,0.659,0.632,0.707,0.669,0.654,0.683,0.488,0.636,0.752,0.754,0.732,0.768,0.807,0.817,0.728,0.663,0.793,0.736,0.780,0.776,0.785,0.707,0.701,0.732,0.673,0.776,0.785,0.750,0.752,0.736,0.762,0.719,0.750,0.774,0.718,0.821,0.838,0.854,0.797,0.848,0.793,0.652,0.689,0.656,0.719,0.758,0.748,0.795,0.705,0.778,0.817,0.787,0.780,0.797,0.829\n49.000,0.862,0.797,0.776,0.813,0.839,0.620,0.833,0.902,0.933,0.842,0.850,0.909,0.803,0.882,0.803,0.908,0.726,0.732,0.709,0.795,0.728,0.691,0.661,0.628,0.638,0.616,0.606,0.598,0.628,0.590,0.583,0.600,0.805,0.606,0.647,0.620,0.776,0.815,0.766,0.825,0.849,0.559,0.848,0.805,0.835,0.880,0.888,0.874,0.780,0.744,0.740,0.793,0.783,0.756,0.787,0.730,0.748,0.803,0.789,0.723,0.677,0.848,0.862,0.669,0.661,0.695,0.711,0.681,0.685,0.683,0.764,0.736,0.829,0.768,0.787,0.797,0.787,0.848,0.756,0.805\n48.000,0.783,0.787,0.756,0.809,0.740,0.762,0.823,0.748,0.935,0.890,0.709,0.927,0.856,0.860,0.870,0.859,0.929,0.593,0.653,0.650,0.687,0.638,0.636,0.707,0.612,0.577,0.618,0.612,0.616,0.648,0.579,0.604,0.756,0.683,0.740,0.689,0.754,0.776,0.764,0.803,0.906,0.675,0.567,0.587,0.910,0.819,0.882,0.906,0.868,0.840,0.886,0.833,0.780,0.711,0.699,0.760,0.768,0.841,0.868,0.878,0.854,0.679,0.805,0.843,0.827,0.837,0.638,0.665,0.642,0.671,0.742,0.853,0.831,0.793,0.852,0.864,0.833,0.738,0.705,0.717\n47.000,0.825,0.823,0.795,0.801,0.754,0.760,0.951,0.758,0.976,0.748,0.740,0.809,0.789,0.821,0.904,0.754,0.901,0.675,0.669,0.750,0.673,0.602,0.618,0.644,0.618,0.583,0.642,0.661,0.681,0.634,0.579,0.626,0.638,0.652,0.738,0.774,0.829,0.778,0.864,0.587,0.583,0.606,0.600,0.616,0.614,0.923,0.813,0.917,0.900,0.807,0.685,0.837,0.823,0.835,0.884,0.862,0.803,0.837,0.819,0.856,0.919,0.933,0.811,0.850,0.783,0.622,0.673,0.620,0.746,0.646,0.795,0.762,0.736,0.773,0.860,0.866,0.856,0.748,0.746,0.815\n46.000,0.803,0.821,0.850,0.795,0.815,0.781,0.870,0.852,0.970,0.677,0.669,0.707,0.738,0.805,0.907,0.872,0.882,0.825,0.758,0.805,0.664,0.656,0.596,0.677,0.604,0.622,0.628,0.640,0.665,0.624,0.644,0.549,0.553,0.697,0.624,0.714,0.772,0.770,0.750,0.659,0.854,0.903,0.858,0.789,0.841,0.799,0.917,0.882,0.868,0.839,0.919,0.921,0.868,0.949,0.886,0.904,0.890,0.813,0.827,0.846,0.878,0.864,0.813,0.868,0.801,0.677,0.665,0.669,0.719,0.793,0.636,0.693,0.736,0.671,0.689,0.707,0.720,0.734,0.772,0.774\n45.000,0.803,0.776,0.852,0.815,0.803,0.772,0.931,0.813,0.825,0.559,0.675,0.882,0.850,0.813,0.925,0.915,0.789,0.693,0.791,0.825,0.677,0.681,0.689,0.724,0.654,0.539,0.545,0.630,0.705,0.602,0.604,0.589,0.663,0.612,0.601,0.563,0.533,0.663,0.715,0.697,0.748,0.748,0.687,0.646,0.717,0.703,0.608,0.579,0.557,0.640,0.833,0.854,0.764,0.715,0.724,0.709,0.722,0.748,0.856,0.884,0.862,0.797,0.819,0.781,0.884,0.730,0.896,0.785,0.839,0.736,0.691,0.652,0.703,0.715,0.679,0.748,0.705,0.754,0.781,0.848\n44.000,0.783,0.750,0.817,0.817,0.772,0.746,0.844,0.898,0.689,0.807,0.778,0.850,0.758,0.750,0.815,0.917,0.860,0.815,0.780,0.811,0.837,0.585,0.817,0.707,0.608,0.744,0.646,0.600,0.652,0.593,0.651,0.594,0.514,0.474,0.457,0.602,0.524,0.583,0.656,0.689,0.756,0.758,0.734,0.699,0.728,0.689,0.689,0.679,0.602,0.669,0.650,0.632,0.677,0.624,0.691,0.858,0.661,0.795,0.756,0.748,0.669,0.711,0.632,0.557,0.701,0.679,0.665,0.594,0.618,0.622,0.636,0.618,0.618,0.703,0.746,0.748,0.846,0.785,0.770,0.762\n43.000,0.801,0.823,0.738,0.778,0.762,0.738,0.846,0.852,0.709,0.650,0.663,0.774,0.724,0.716,0.797,0.823,0.565,0.622,0.754,0.831,0.636,0.705,0.771,0.610,0.520,0.500,0.585,0.606,0.610,0.659,0.559,0.535,0.508,0.565,0.510,0.614,0.585,0.587,0.734,0.732,0.750,0.783,0.659,0.720,0.691,0.703,0.679,0.644,0.673,0.669,0.610,0.679,0.673,0.602,0.841,0.866,0.643,0.799,0.687,0.604,0.618,0.569,0.618,0.596,0.646,0.630,0.644,0.573,0.685,0.693,0.752,0.738,0.766,0.760,0.799,0.819,0.868,0.809,0.799,0.805\n42.000,0.825,0.801,0.766,0.799,0.705,0.683,0.746,0.758,0.585,0.650,0.636,0.673,0.689,0.707,0.543,0.652,0.642,0.640,0.817,0.827,0.610,0.711,0.541,0.592,0.650,0.597,0.533,0.528,0.528,0.587,0.630,0.632,0.675,0.596,0.510,0.545,0.608,0.677,0.656,0.807,0.831,0.766,0.630,0.699,0.724,0.738,0.752,0.652,0.648,0.648,0.663,0.732,0.768,0.809,0.699,0.693,0.659,0.673,0.656,0.652,0.543,0.630,0.624,0.640,0.610,0.630,0.705,0.742,0.795,0.868,0.860,0.791,0.835,0.848,0.931,0.892,0.852,0.900,0.907,0.986\n41.000,0.801,0.778,0.691,0.722,0.685,0.675,0.722,0.614,0.740,0.596,0.591,0.551,0.604,0.634,0.683,0.630,0.518,0.594,0.728,0.510,0.559,0.600,0.736,0.833,0.760,0.650,0.601,0.567,0.476,0.641,0.626,0.685,0.567,0.575,0.587,0.618,0.593,0.748,0.638,0.612,0.616,0.628,0.648,0.691,0.703,0.791,0.754,0.648,0.630,0.691,0.634,0.736,0.679,0.720,0.742,0.657,0.648,0.646,0.681,0.597,0.610,0.634,0.626,0.636,0.746,0.701,0.777,0.801,0.852,0.854,0.780,0.846,0.803,0.888,0.917,0.878,0.894,0.921,0.907,0.882\n40.000,0.762,0.752,0.787,0.701,0.742,0.659,0.606,0.539,0.671,0.508,0.480,0.449,0.587,0.533,0.791,0.626,0.488,0.626,0.756,0.760,0.587,0.526,0.612,0.744,0.724,0.572,0.534,0.579,0.585,0.685,0.512,0.543,0.614,0.565,0.632,0.602,0.581,0.630,0.595,0.632,0.624,0.600,0.677,0.743,0.750,0.740,0.758,0.748,0.742,0.661,0.683,0.705,0.646,0.726,0.666,0.636,0.646,0.535,0.553,0.591,0.604,0.650,0.712,0.772,0.736,0.770,0.805,0.821,0.813,0.848,0.823,0.854,0.868,0.872,0.894,0.902,0.890,0.896,0.882,0.852\n39.000,0.837,0.770,0.717,0.719,0.669,0.563,0.579,0.447,0.467,0.659,0.510,0.532,0.531,0.551,0.537,0.459,0.384,0.473,0.535,0.433,0.482,0.683,0.628,0.766,0.632,0.478,0.583,0.528,0.520,0.571,0.563,0.555,0.644,0.610,0.606,0.565,0.616,0.596,0.612,0.539,0.547,0.652,0.679,0.701,0.778,0.669,0.687,0.673,0.638,0.738,0.732,0.730,0.687,0.675,0.622,0.636,0.593,0.589,0.650,0.669,0.710,0.789,0.785,0.789,0.833,0.850,0.882,0.870,0.809,0.860,0.860,0.886,0.925,0.874,0.886,0.890,0.854,0.878,0.878,0.888\n38.000,0.770,0.689,0.766,0.683,0.622,0.520,0.451,0.394,0.433,0.567,0.490,0.350,0.429,0.457,0.466,0.376,0.445,0.659,0.596,0.364,0.394,0.669,0.732,0.770,0.516,0.447,0.396,0.496,0.579,0.498,0.528,0.541,0.571,0.588,0.595,0.561,0.640,0.518,0.589,0.634,0.650,0.695,0.703,0.638,0.675,0.681,0.667,0.673,0.632,0.648,0.656,0.622,0.604,0.590,0.602,0.508,0.531,0.648,0.736,0.815,0.819,0.801,0.846,0.831,0.862,0.850,0.779,0.858,0.837,0.849,0.839,0.848,0.862,0.886,0.846,0.860,0.831,0.858,0.839,0.825\n37.000,0.770,0.746,0.681,0.748,0.695,0.604,0.482,0.478,0.449,0.396,0.719,0.354,0.331,0.354,0.346,0.280,0.384,0.534,0.370,0.358,0.388,0.530,0.748,0.667,0.634,0.492,0.488,0.459,0.518,0.506,0.555,0.551,0.585,0.585,0.622,0.547,0.534,0.604,0.624,0.593,0.632,0.654,0.679,0.634,0.626,0.663,0.622,0.618,0.642,0.636,0.583,0.549,0.559,0.506,0.508,0.527,0.772,0.764,0.854,0.813,0.817,0.844,0.805,0.837,0.862,0.776,0.791,0.778,0.825,0.811,0.819,0.827,0.801,0.803,0.815,0.843,0.827,0.821,0.815,0.868\n36.000,0.819,0.762,0.726,0.640,0.658,0.579,0.626,0.508,0.427,0.409,0.496,0.679,0.264,0.268,0.303,0.283,0.335,0.392,0.384,0.392,0.431,0.461,0.429,0.557,0.636,0.431,0.380,0.400,0.465,0.467,0.506,0.565,0.632,0.533,0.598,0.644,0.526,0.496,0.547,0.659,0.594,0.673,0.614,0.630,0.600,0.624,0.600,0.593,0.604,0.622,0.600,0.502,0.581,0.528,0.543,0.772,0.811,0.788,0.785,0.787,0.766,0.779,0.750,0.770,0.799,0.785,0.748,0.772,0.748,0.813,0.768,0.742,0.730,0.774,0.746,0.720,0.787,0.764,0.797,0.817\n35.000,0.801,0.736,0.699,0.685,0.620,0.620,0.614,0.614,0.547,0.417,0.402,0.396,0.248,0.244,0.280,0.242,0.327,0.370,0.350,0.360,0.409,0.459,0.433,0.421,0.518,0.384,0.376,0.402,0.457,0.486,0.549,0.506,0.551,0.465,0.597,0.569,0.573,0.504,0.579,0.636,0.634,0.628,0.620,0.586,0.594,0.608,0.646,0.553,0.634,0.581,0.579,0.541,0.561,0.506,0.559,0.699,0.750,0.746,0.756,0.783,0.730,0.726,0.687,0.728,0.701,0.770,0.722,0.727,0.728,0.756,0.732,0.758,0.744,0.742,0.738,0.795,0.764,0.770,0.726,0.689\n34.000,0.780,0.728,0.701,0.705,0.711,0.730,0.722,0.685,0.526,0.378,0.301,0.319,0.250,0.217,0.175,0.175,0.319,0.407,0.368,0.331,0.372,0.435,0.376,0.401,0.394,0.378,0.380,0.423,0.455,0.425,0.469,0.449,0.490,0.553,0.559,0.595,0.534,0.565,0.711,0.596,0.559,0.588,0.559,0.612,0.602,0.610,0.604,0.642,0.632,0.636,0.630,0.634,0.494,0.463,0.638,0.701,0.687,0.720,0.661,0.622,0.691,0.669,0.693,0.673,0.726,0.699,0.645,0.664,0.754,0.665,0.679,0.716,0.687,0.711,0.693,0.691,0.679,0.695,0.689,0.673\n33.000,0.746,0.675,0.740,0.691,0.693,0.620,0.654,0.663,0.632,0.498,0.423,0.382,0.388,0.238,0.179,0.179,0.212,0.307,0.335,0.321,0.388,0.366,0.350,0.305,0.380,0.303,0.374,0.372,0.360,0.380,0.419,0.400,0.473,0.500,0.581,0.521,0.579,0.561,0.652,0.585,0.569,0.553,0.614,0.502,0.579,0.596,0.595,0.587,0.646,0.610,0.646,0.514,0.512,0.616,0.695,0.693,0.620,0.622,0.667,0.603,0.642,0.661,0.624,0.565,0.703,0.697,0.675,0.648,0.669,0.683,0.620,0.642,0.646,0.677,0.701,0.673,0.679,0.717,0.620,0.652\n32.000,0.703,0.730,0.667,0.719,0.695,0.681,0.713,0.669,0.636,0.516,0.528,0.535,0.478,0.270,0.185,0.150,0.195,0.171,0.244,0.262,0.287,0.289,0.229,0.329,0.368,0.364,0.368,0.374,0.409,0.384,0.439,0.419,0.504,0.532,0.569,0.567,0.575,0.620,0.594,0.579,0.561,0.620,0.581,0.530,0.579,0.616,0.565,0.622,0.630,0.640,0.461,0.581,0.695,0.707,0.663,0.628,0.628,0.549,0.677,0.594,0.604,0.549,0.610,0.644,0.614,0.614,0.661,0.659,0.642,0.646,0.636,0.695,0.649,0.709,0.675,0.679,0.653,0.705,0.669,0.650\n31.000,0.772,0.758,0.746,0.699,0.606,0.703,0.657,0.642,0.606,0.563,0.545,0.616,0.555,0.256,0.171,0.148,0.173,0.138,0.203,0.254,0.248,0.264,0.246,0.272,0.281,0.276,0.313,0.287,0.382,0.413,0.469,0.492,0.494,0.510,0.551,0.600,0.597,0.594,0.545,0.559,0.561,0.608,0.622,0.569,0.587,0.583,0.626,0.626,0.610,0.453,0.602,0.681,0.695,0.665,0.602,0.628,0.661,0.628,0.630,0.565,0.624,0.642,0.660,0.618,0.614,0.547,0.628,0.632,0.602,0.626,0.697,0.648,0.630,0.602,0.614,0.728,0.693,0.693,0.669,0.587\n30.000,0.727,0.730,0.728,0.720,0.589,0.654,0.636,0.675,0.508,0.648,0.559,0.604,0.585,0.518,0.132,0.134,0.199,0.140,0.181,0.217,0.252,0.238,0.201,0.205,0.277,0.337,0.284,0.329,0.374,0.396,0.427,0.465,0.547,0.636,0.583,0.626,0.622,0.689,0.591,0.589,0.561,0.610,0.622,0.594,0.654,0.616,0.624,0.634,0.557,0.531,0.638,0.689,0.585,0.618,0.632,0.632,0.594,0.575,0.476,0.541,0.547,0.561,0.618,0.555,0.561,0.498,0.669,0.669,0.585,0.663,0.620,0.618,0.571,0.661,0.606,0.598,0.602,0.654,0.610,0.644\n29.000,0.701,0.693,0.699,0.724,0.728,0.716,0.679,0.673,0.610,0.652,0.652,0.591,0.618,0.506,0.411,0.161,0.140,0.177,0.148,0.232,0.232,0.319,0.240,0.225,0.256,0.224,0.250,0.297,0.390,0.451,0.465,0.433,0.532,0.618,0.654,0.577,0.528,0.516,0.512,0.608,0.455,0.536,0.520,0.591,0.469,0.455,0.494,0.590,0.553,0.398,0.632,0.681,0.622,0.583,0.600,0.614,0.618,0.590,0.527,0.610,0.512,0.624,0.559,0.610,0.575,0.555,0.496,0.559,0.577,0.626,0.636,0.636,0.652,0.584,0.616,0.583,0.616,0.563,0.561,0.579\n28.000,0.724,0.748,0.732,0.728,0.709,0.648,0.734,0.636,0.695,0.652,0.622,0.587,0.559,0.545,0.561,0.447,0.122,0.396,0.204,0.171,0.193,0.213,0.276,0.274,0.244,0.252,0.278,0.356,0.455,0.496,0.380,0.423,0.624,0.539,0.524,0.598,0.518,0.577,0.516,0.437,0.590,0.624,0.579,0.628,0.626,0.439,0.380,0.553,0.559,0.392,0.600,0.673,0.549,0.543,0.589,0.597,0.644,0.581,0.547,0.589,0.565,0.661,0.541,0.537,0.551,0.537,0.575,0.579,0.565,0.579,0.632,0.591,0.671,0.640,0.557,0.588,0.575,0.614,0.589,0.577\n27.000,0.693,0.750,0.754,0.736,0.766,0.746,0.679,0.626,0.691,0.618,0.589,0.620,0.559,0.512,0.490,0.118,0.232,0.173,0.271,0.152,0.199,0.209,0.159,0.197,0.177,0.209,0.181,0.284,0.339,0.398,0.496,0.457,0.559,0.486,0.577,0.510,0.589,0.573,0.457,0.573,0.640,0.598,0.632,0.646,0.585,0.494,0.346,0.537,0.642,0.662,0.563,0.634,0.559,0.514,0.603,0.553,0.521,0.569,0.533,0.551,0.581,0.541,0.516,0.608,0.541,0.516,0.587,0.510,0.522,0.661,0.618,0.581,0.616,0.533,0.614,0.555,0.573,0.484,0.551,0.514\n26.000,0.738,0.758,0.730,0.715,0.732,0.744,0.685,0.669,0.687,0.616,0.618,0.581,0.606,0.620,0.545,0.380,0.226,0.138,0.248,0.281,0.260,0.220,0.234,0.344,0.220,0.163,0.169,0.244,0.372,0.362,0.488,0.508,0.545,0.599,0.659,0.620,0.652,0.526,0.520,0.600,0.618,0.650,0.685,0.655,0.612,0.451,0.390,0.327,0.636,0.703,0.539,0.620,0.488,0.474,0.526,0.496,0.547,0.465,0.516,0.526,0.516,0.553,0.530,0.591,0.636,0.598,0.573,0.553,0.587,0.532,0.460,0.551,0.626,0.490,0.470,0.541,0.594,0.559,0.545,0.508\n25.000,0.764,0.754,0.793,0.783,0.750,0.711,0.705,0.701,0.697,0.691,0.659,0.654,0.659,0.557,0.555,0.520,0.372,0.311,0.142,0.348,0.372,0.209,0.242,0.297,0.201,0.337,0.274,0.311,0.167,0.453,0.516,0.490,0.646,0.630,0.608,0.586,0.545,0.551,0.516,0.530,0.514,0.630,0.665,0.638,0.606,0.592,0.331,0.307,0.301,0.636,0.488,0.411,0.409,0.502,0.480,0.479,0.553,0.480,0.559,0.516,0.522,0.461,0.524,0.612,0.624,0.624,0.565,0.563,0.573,0.543,0.526,0.516,0.498,0.483,0.604,0.471,0.551,0.543,0.516,0.531\n24.000,0.742,0.805,0.774,0.760,0.811,0.833,0.722,0.689,0.707,0.691,0.728,0.730,0.689,0.620,0.604,0.528,0.529,0.429,0.142,0.350,0.406,0.459,0.248,0.223,0.232,0.246,0.285,0.317,0.264,0.348,0.521,0.537,0.486,0.581,0.518,0.510,0.516,0.575,0.461,0.415,0.510,0.400,0.681,0.614,0.549,0.516,0.366,0.323,0.327,0.545,0.413,0.368,0.370,0.315,0.398,0.441,0.455,0.551,0.522,0.585,0.490,0.508,0.530,0.573,0.561,0.600,0.586,0.618,0.581,0.518,0.508,0.527,0.500,0.535,0.508,0.479,0.455,0.488,0.494,0.524\n23.000,0.807,0.752,0.748,0.740,0.722,0.785,0.783,0.758,0.699,0.772,0.711,0.728,0.730,0.669,0.628,0.569,0.569,0.537,0.484,0.437,0.283,0.355,0.331,0.193,0.219,0.201,0.283,0.268,0.283,0.299,0.325,0.453,0.472,0.581,0.587,0.510,0.415,0.529,0.447,0.441,0.439,0.404,0.407,0.533,0.447,0.364,0.382,0.421,0.459,0.386,0.419,0.356,0.396,0.360,0.270,0.333,0.423,0.474,0.502,0.557,0.559,0.469,0.512,0.571,0.473,0.545,0.502,0.504,0.508,0.470,0.496,0.526,0.425,0.494,0.496,0.439,0.453,0.496,0.445,0.517\n22.000,0.758,0.785,0.732,0.774,0.841,0.762,0.799,0.781,0.748,0.724,0.785,0.726,0.732,0.687,0.666,0.575,0.577,0.575,0.561,0.461,0.421,0.400,0.368,0.346,0.244,0.181,0.289,0.297,0.224,0.246,0.343,0.476,0.488,0.626,0.565,0.575,0.498,0.508,0.455,0.376,0.262,0.329,0.335,0.490,0.425,0.421,0.685,0.317,0.567,0.650,0.418,0.344,0.392,0.372,0.398,0.455,0.492,0.451,0.441,0.500,0.549,0.500,0.494,0.535,0.455,0.569,0.470,0.482,0.467,0.476,0.449,0.490,0.467,0.516,0.549,0.463,0.439,0.469,0.486,0.516\n21.000,0.882,0.744,0.870,0.852,0.876,0.862,0.803,0.821,0.770,0.825,0.813,0.717,0.722,0.738,0.664,0.632,0.648,0.634,0.596,0.575,0.480,0.457,0.292,0.291,0.280,0.199,0.181,0.187,0.281,0.278,0.268,0.494,0.470,0.527,0.616,0.522,0.413,0.360,0.348,0.163,0.258,0.398,0.419,0.529,0.463,0.350,0.315,0.378,0.317,0.229,0.205,0.669,0.614,0.335,0.372,0.311,0.364,0.348,0.480,0.437,0.528,0.520,0.457,0.417,0.447,0.528,0.536,0.459,0.524,0.504,0.543,0.522,0.531,0.504,0.421,0.553,0.516,0.453,0.467,0.494\n20.000,0.786,0.837,0.837,0.884,0.862,0.849,0.819,0.833,0.817,0.860,0.848,0.752,0.709,0.705,0.766,0.685,0.689,0.634,0.528,0.549,0.459,0.439,0.370,0.335,0.289,0.177,0.150,0.126,0.134,0.173,0.209,0.445,0.634,0.571,0.516,0.506,0.411,0.368,0.179,0.323,0.425,0.618,0.695,0.551,0.439,0.425,0.411,0.431,0.416,0.337,0.226,0.240,0.156,0.681,0.781,0.451,0.285,0.311,0.270,0.382,0.437,0.484,0.398,0.392,0.425,0.437,0.427,0.469,0.453,0.522,0.457,0.537,0.482,0.494,0.484,0.463,0.492,0.474,0.472,0.431\n19.000,0.902,0.866,0.886,0.831,0.829,0.848,0.852,0.854,0.841,0.856,0.825,0.842,0.846,0.813,0.723,0.760,0.695,0.657,0.636,0.537,0.516,0.470,0.384,0.293,0.362,0.157,0.152,0.150,0.339,0.159,0.591,0.420,0.472,0.451,0.447,0.504,0.419,0.311,0.177,0.453,0.528,0.644,0.618,0.480,0.380,0.356,0.437,0.407,0.364,0.398,0.376,0.329,0.244,0.301,0.215,0.246,0.227,0.715,0.620,0.789,0.307,0.370,0.325,0.362,0.400,0.404,0.490,0.549,0.431,0.531,0.512,0.492,0.530,0.441,0.482,0.498,0.545,0.476,0.469,0.468\n18.000,0.866,0.895,0.813,0.797,0.817,0.819,0.841,0.864,0.845,0.856,0.852,0.815,0.848,0.785,0.785,0.683,0.719,0.652,0.628,0.504,0.502,0.439,0.370,0.380,0.323,0.293,0.226,0.246,0.102,0.055,0.226,0.138,0.323,0.640,0.537,0.376,0.295,0.348,0.262,0.486,0.610,0.469,0.512,0.402,0.406,0.447,0.455,0.396,0.382,0.398,0.354,0.351,0.425,0.419,0.388,0.687,0.447,0.537,0.628,0.770,0.695,0.557,0.425,0.366,0.370,0.533,0.374,0.417,0.492,0.461,0.457,0.508,0.476,0.514,0.486,0.516,0.411,0.533,0.437,0.549\n17.000,0.834,0.858,0.827,0.866,0.829,0.852,0.850,0.837,0.870,0.821,0.811,0.835,0.791,0.821,0.770,0.760,0.695,0.710,0.636,0.543,0.480,0.429,0.350,0.392,0.380,0.317,0.260,0.262,0.291,0.453,0.246,0.275,0.557,0.488,0.477,0.524,0.437,0.453,0.343,0.516,0.604,0.602,0.431,0.360,0.358,0.402,0.390,0.443,0.461,0.400,0.392,0.331,0.256,0.358,0.453,0.429,0.435,0.343,0.380,0.431,0.494,0.478,0.321,0.380,0.441,0.506,0.423,0.343,0.429,0.500,0.459,0.506,0.553,0.528,0.437,0.532,0.469,0.494,0.571,0.553\n16.000,0.852,0.837,0.837,0.892,0.892,0.900,0.817,0.894,0.805,0.752,0.791,0.841,0.758,0.732,0.687,0.699,0.719,0.608,0.610,0.589,0.482,0.445,0.394,0.406,0.396,0.358,0.321,0.315,0.238,0.205,0.321,0.240,0.274,0.214,0.232,0.334,0.429,0.435,0.471,0.506,0.626,0.506,0.411,0.368,0.364,0.402,0.459,0.435,0.443,0.512,0.400,0.407,0.413,0.474,0.504,0.425,0.498,0.439,0.382,0.522,0.411,0.553,0.541,0.457,0.508,0.421,0.384,0.331,0.581,0.577,0.551,0.573,0.567,0.585,0.561,0.531,0.533,0.476,0.555,0.575\n15.000,0.858,0.801,0.819,0.839,0.776,0.787,0.835,0.892,0.811,0.758,0.785,0.654,0.711,0.724,0.738,0.727,0.720,0.644,0.654,0.573,0.543,0.508,0.372,0.400,0.388,0.313,0.327,0.254,0.327,0.266,0.242,0.197,0.189,0.254,0.299,0.285,0.146,0.492,0.624,0.671,0.575,0.633,0.720,0.537,0.593,0.748,0.431,0.490,0.411,0.533,0.518,0.492,0.441,0.500,0.494,0.433,0.510,0.579,0.555,0.530,0.543,0.500,0.504,0.506,0.488,0.502,0.411,0.465,0.681,0.648,0.630,0.549,0.504,0.582,0.547,0.502,0.561,0.539,0.526,0.655\n14.000,0.854,0.829,0.825,0.817,0.868,0.787,0.811,0.738,0.768,0.787,0.699,0.646,0.736,0.809,0.730,0.630,0.664,0.707,0.644,0.569,0.563,0.470,0.390,0.339,0.307,0.307,0.299,0.248,0.311,0.203,0.226,0.215,0.315,0.252,0.307,0.301,0.289,0.161,0.898,0.600,0.397,0.598,0.575,0.535,0.738,0.758,0.750,0.518,0.506,0.506,0.447,0.475,0.482,0.526,0.561,0.500,0.535,0.577,0.565,0.614,0.559,0.614,0.569,0.577,0.620,0.457,0.551,0.539,0.569,0.679,0.608,0.535,0.575,0.614,0.559,0.618,0.528,0.626,0.591,0.524\n"},4974:(e,t,o)=>{"use strict";e.exports=o.p+"img/2023-09-19-SDO-Sun.334bf8a4.png"},8157:(e,t,o)=>{"use strict";e.exports=o.p+"img/annular.eb8c337a.png"},9442:(e,t,o)=>{"use strict";e.exports=o.p+"img/eclipse.471bc4cb.gif"},435:(e,t,o)=>{"use strict";e.exports=o.p+"img/eclipse_static.9b273521.gif"},6661:(e,t,o)=>{"use strict";e.exports=o.p+"img/empty.321785e3.png"},6256:(e,t,o)=>{"use strict";e.exports=o.p+"img/giphy.01445492.webp"},959:(e,t,o)=>{"use strict";e.exports=o.p+"img/moon-dark-gray-overlay.b9d8844c.png"},1895:(e,t,o)=>{"use strict";e.exports=o.p+"img/moon-sky-blue-overlay-10.35381168.png"},6663:(e,t,o)=>{"use strict";e.exports=o.p+"img/moon-sky-blue-overlay-100.61ce53e0.png"},8342:(e,t,o)=>{"use strict";e.exports=o.p+"img/moon-sky-blue-overlay-20.332c9608.png"},6091:(e,t,o)=>{"use strict";e.exports=o.p+"img/moon-sky-blue-overlay-50.ad028392.png"},2783:(e,t,o)=>{"use strict";e.exports=o.p+"img/moon.240e14df.png"},5422:(e,t,o)=>{"use strict";e.exports=o.p+"img/none.561a9dfd.png"},6241:(e,t,o)=>{"use strict";e.exports=o.p+"img/partial.f413ce1b.png"},296:(e,t,o)=>{"use strict";e.exports=o.p+"img/total.b346675b.png"},9007:(e,t,o)=>{"use strict";e.exports=o.p+"media/video.7c4b6357.mp4"},2560:e=>{"use strict";e.exports=JSON.parse('{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-109.97169,19.01302],[-109.96726,19.01787],[-109.96282,19.02271],[-109.95839,19.02756],[-109.95396,19.03241],[-109.94953,19.03725],[-109.94509,19.0421],[-109.94066,19.04695],[-109.93623,19.05179],[-109.9318,19.05664],[-109.92736,19.06149],[-109.92293,19.06633],[-109.9185,19.07118],[-109.91407,19.07602],[-109.90964,19.08087],[-109.90521,19.08572],[-109.90078,19.09056],[-109.89635,19.09541],[-109.89192,19.10025],[-109.88749,19.1051],[-109.88305,19.10994],[-109.87862,19.11479],[-109.87419,19.11963],[-109.86976,19.12448],[-109.86534,19.12932],[-109.86091,19.13417],[-109.85648,19.13901],[-109.85205,19.14386],[-109.84762,19.1487],[-109.84319,19.15355],[-109.83876,19.15839],[-109.83433,19.16323],[-109.8299,19.16808],[-109.82547,19.17292],[-109.82105,19.17777],[-109.81662,19.18261],[-109.81219,19.18745],[-109.80776,19.1923],[-109.80333,19.19714],[-109.79891,19.20198],[-109.79448,19.20683],[-109.79005,19.21167],[-109.78563,19.21651],[-109.7812,19.22136],[-109.77677,19.2262],[-109.77234,19.23104],[-109.76792,19.23589],[-109.76349,19.24073],[-109.75907,19.24557],[-109.75464,19.25041],[-109.75021,19.25526],[-109.74579,19.2601],[-109.74136,19.26494],[-109.73694,19.26978],[-109.73251,19.27462],[-109.72808,19.27946],[-109.72366,19.28431],[-109.71923,19.28915],[-109.71481,19.29399],[-109.71038,19.29883],[-109.70596,19.30367],[-109.70154,19.30851],[-109.69711,19.31335],[-109.69269,19.3182],[-109.68826,19.32304],[-109.68384,19.32788],[-109.67941,19.33272],[-109.67499,19.33756],[-109.67057,19.3424],[-109.66614,19.34724],[-109.66172,19.35208],[-109.6573,19.35692],[-109.65287,19.36176],[-109.64845,19.3666],[-109.64403,19.37144],[-109.63961,19.37628],[-109.63518,19.38112],[-109.63076,19.38596],[-109.62634,19.3908],[-109.62192,19.39564],[-109.61749,19.40048],[-109.61307,19.40532],[-109.60865,19.41016],[-109.60423,19.41499],[-109.59981,19.41983],[-109.59538,19.42467],[-109.59096,19.42951],[-109.58654,19.43435],[-109.58212,19.43919],[-109.5777,19.44403],[-109.57328,19.44887],[-109.56886,19.4537],[-109.56444,19.45854],[-109.56002,19.46338],[-109.5556,19.46822],[-109.55118,19.47306],[-109.54676,19.47789],[-109.54234,19.48273],[-109.53792,19.48757],[-109.5335,19.49241],[-109.52908,19.49724],[-109.52466,19.50208],[-109.52024,19.50692],[-109.51582,19.51176],[-109.5114,19.51659],[-109.50698,19.52143],[-109.50256,19.52627],[-109.49814,19.5311],[-109.49372,19.53594],[-109.4893,19.54078],[-109.48489,19.54561],[-109.48047,19.55045],[-109.47605,19.55529],[-109.47163,19.56012],[-109.46721,19.56496],[-109.46279,19.56979],[-109.45838,19.57463],[-109.45396,19.57947],[-109.44954,19.5843],[-109.44512,19.58914],[-109.44071,19.59397],[-109.43629,19.59881],[-109.43187,19.60364],[-109.42745,19.60848],[-109.42304,19.61331],[-109.41862,19.61815],[-109.4142,19.62298],[-109.40979,19.62782],[-109.40537,19.63265],[-109.40095,19.63749],[-109.39654,19.64232],[-109.39212,19.64716],[-109.3877,19.65199],[-109.38329,19.65683],[-109.37887,19.66166],[-109.37445,19.66649],[-109.37004,19.67133],[-109.36562,19.67616],[-109.36121,19.68099],[-109.35679,19.68583],[-109.35238,19.69066],[-109.34796,19.6955],[-109.34355,19.70033],[-109.33913,19.70516],[-109.33472,19.71],[-109.3303,19.71483],[-109.32589,19.71966],[-109.32147,19.7245],[-109.31706,19.72933],[-109.31264,19.73416],[-109.30823,19.73899],[-109.30381,19.74383],[-109.2994,19.74866],[-109.29498,19.75349],[-109.29057,19.75832],[-109.28616,19.76316],[-109.28174,19.76799],[-109.27733,19.77282],[-109.27291,19.77765],[-109.2685,19.78248],[-109.26409,19.78732],[-109.25967,19.79215],[-109.25526,19.79698],[-109.25085,19.80181],[-109.24643,19.80664],[-109.24202,19.81147],[-109.23761,19.8163],[-109.23319,19.82113],[-109.22878,19.82597],[-109.22437,19.8308],[-109.21996,19.83563],[-109.21554,19.84046],[-109.21113,19.84529],[-109.20672,19.85012],[-109.20231,19.85495],[-109.19789,19.85978],[-109.19348,19.86461],[-109.18907,19.86944],[-109.18466,19.87427],[-109.18024,19.8791],[-109.17583,19.88393],[-109.17142,19.88876],[-109.16701,19.89359],[-109.1626,19.89842],[-109.15819,19.90325],[-109.15377,19.90808],[-109.14936,19.91291],[-109.14495,19.91774],[-109.14054,19.92257],[-109.13613,19.9274],[-109.13172,19.93222],[-109.12731,19.93705],[-109.1229,19.94188],[-109.11849,19.94671],[-109.11407,19.95154],[-109.10966,19.95637],[-109.10525,19.9612],[-109.10084,19.96602],[-109.09643,19.97085],[-109.09202,19.97568],[-109.08761,19.98051],[-109.0832,19.98534],[-109.07879,19.99016],[-109.07438,19.99499],[-109.06997,19.99982],[-109.06556,20.00465],[-109.06115,20.00948],[-109.05674,20.0143],[-109.05233,20.01913],[-109.04792,20.02396],[-109.04351,20.02878],[-109.0391,20.03361],[-109.03469,20.03844],[-109.03028,20.04327],[-109.02587,20.04809],[-109.02147,20.05292],[-109.01706,20.05775],[-109.01265,20.06257],[-109.00824,20.0674],[-109.00383,20.07223],[-108.99942,20.07705],[-108.99501,20.08188],[-108.9906,20.0867],[-108.98619,20.09153],[-108.98178,20.09636],[-108.97738,20.10118],[-108.97297,20.10601],[-108.96856,20.11083],[-108.96415,20.11566],[-108.95974,20.12048],[-108.95533,20.12531],[-108.95093,20.13013],[-108.94652,20.13496],[-108.94211,20.13978],[-108.9377,20.14461],[-108.93329,20.14943],[-108.92888,20.15426],[-108.92448,20.15908],[-108.92007,20.16391],[-108.91566,20.16873],[-108.91125,20.17356],[-108.90685,20.17838],[-108.90244,20.18321],[-108.89803,20.18803],[-108.89362,20.19285],[-108.88922,20.19768],[-108.88481,20.2025],[-108.8804,20.20733],[-108.87599,20.21215],[-108.87159,20.21697],[-108.86718,20.2218],[-108.86277,20.22662],[-108.85837,20.23144],[-108.85396,20.23627],[-108.84955,20.24109],[-108.84514,20.24591],[-108.84074,20.25074],[-108.83633,20.25556],[-108.83192,20.26038],[-108.82752,20.26521],[-108.82311,20.27003],[-108.8187,20.27485],[-108.8143,20.27967],[-108.80989,20.2845],[-108.80548,20.28932],[-108.80108,20.29414],[-108.79667,20.29896],[-108.79226,20.30378],[-108.78786,20.30861],[-108.78345,20.31343],[-108.77905,20.31825],[-108.77464,20.32307],[-108.77023,20.32789],[-108.76583,20.33272],[-108.76142,20.33754],[-108.75702,20.34236],[-108.75261,20.34718],[-108.7482,20.352],[-108.7438,20.35682],[-108.73939,20.36164],[-108.73499,20.36646],[-108.73058,20.37128],[-108.72617,20.37611],[-108.72177,20.38093],[-108.71736,20.38575],[-108.71296,20.39057],[-108.70855,20.39539],[-108.70415,20.40021],[-108.69974,20.40503],[-108.69534,20.40985],[-108.69093,20.41467],[-108.68653,20.41949],[-108.68212,20.42431],[-108.67771,20.42913],[-108.67331,20.43395],[-108.6689,20.43877],[-108.6645,20.44359],[-108.66009,20.44841],[-108.65569,20.45323],[-108.65128,20.45805],[-108.64688,20.46286],[-108.64247,20.46768],[-108.63807,20.4725],[-108.63366,20.47732],[-108.62926,20.48214],[-108.62485,20.48696],[-108.62045,20.49178],[-108.61604,20.4966],[-108.61164,20.50142],[-108.60723,20.50623],[-108.60283,20.51105],[-108.59842,20.51587],[-108.59402,20.52069],[-108.58962,20.52551],[-108.58521,20.53032],[-108.58081,20.53514],[-108.5764,20.53996],[-108.572,20.54478],[-108.56759,20.5496],[-108.56319,20.55441],[-108.55878,20.55923],[-108.55438,20.56405],[-108.54997,20.56887],[-108.54557,20.57368],[-108.54117,20.5785],[-108.53676,20.58332],[-108.53236,20.58813],[-108.52795,20.59295],[-108.52355,20.59777],[-108.51914,20.60259],[-108.51474,20.6074],[-108.51034,20.61222],[-108.50593,20.61703],[-108.50153,20.62185],[-108.49712,20.62667],[-108.49272,20.63148],[-108.48831,20.6363],[-108.48391,20.64112],[-108.47951,20.64593],[-108.4751,20.65075],[-108.4707,20.65556],[-108.46629,20.66038],[-108.46189,20.66519],[-108.45749,20.67001],[-108.45308,20.67483],[-108.44868,20.67964],[-108.44427,20.68446],[-108.43987,20.68927],[-108.43547,20.69409],[-108.43106,20.6989],[-108.42666,20.70372],[-108.42225,20.70853],[-108.41785,20.71335],[-108.41345,20.71816],[-108.40904,20.72298],[-108.40464,20.72779],[-108.40023,20.73261],[-108.39583,20.73742],[-108.39143,20.74223],[-108.38702,20.74705],[-108.38262,20.75186],[-108.37822,20.75668],[-108.37381,20.76149],[-108.36941,20.7663],[-108.365,20.77112],[-108.3606,20.77593],[-108.3562,20.78075],[-108.35179,20.78556],[-108.34739,20.79037],[-108.34298,20.79519],[-108.33858,20.8],[-108.33418,20.80481],[-108.32977,20.80963],[-108.32537,20.81444],[-108.32097,20.81925],[-108.31656,20.82406],[-108.31216,20.82888],[-108.30775,20.83369],[-108.30335,20.8385],[-108.29895,20.84331],[-108.29454,20.84813],[-108.29014,20.85294],[-108.28574,20.85775],[-108.28133,20.86256],[-108.27693,20.86738],[-108.27252,20.87219],[-108.26812,20.877],[-108.26372,20.88181],[-108.25931,20.88662],[-108.25491,20.89144],[-108.25051,20.89625],[-108.2461,20.90106],[-108.2417,20.90587],[-108.23729,20.91068],[-108.23289,20.91549],[-108.22849,20.9203],[-108.22408,20.92512],[-108.21968,20.92993],[-108.21527,20.93474],[-108.21087,20.93955],[-108.20647,20.94436],[-108.20206,20.94917],[-108.19766,20.95398],[-108.19326,20.95879],[-108.18885,20.9636],[-108.18445,20.96841],[-108.18004,20.97322],[-108.17564,20.97803],[-108.17124,20.98284],[-108.16683,20.98765],[-108.16243,20.99246],[-108.15802,20.99727],[-108.15362,21.00208],[-108.14922,21.00689],[-108.14481,21.0117],[-108.14041,21.01651],[-108.136,21.02132],[-108.1316,21.02613],[-108.1272,21.03094],[-108.12279,21.03575],[-108.11839,21.04056],[-108.11398,21.04537],[-108.10958,21.05018],[-108.10518,21.05499],[-108.10077,21.0598],[-108.09637,21.0646],[-108.09196,21.06941],[-108.08756,21.07422],[-108.08315,21.07903],[-108.07875,21.08384],[-108.07435,21.08865],[-108.06994,21.09346],[-108.06554,21.09826],[-108.06113,21.10307],[-108.05673,21.10788],[-108.05232,21.11269],[-108.04792,21.1175],[-108.04352,21.1223],[-108.03911,21.12711],[-108.03471,21.13192],[-108.0303,21.13673],[-108.0259,21.14153],[-108.02149,21.14634],[-108.01709,21.15115],[-108.01268,21.15596],[-108.00828,21.16076],[-108.00387,21.16557],[-107.99947,21.17038],[-107.99506,21.17518],[-107.99066,21.17999],[-107.98625,21.1848],[-107.98185,21.1896],[-107.97745,21.19441],[-107.97304,21.19922],[-107.96864,21.20402],[-107.96423,21.20883],[-107.95983,21.21364],[-107.95542,21.21844],[-107.95102,21.22325],[-107.94661,21.22806],[-107.94221,21.23286],[-107.9378,21.23767],[-107.9334,21.24247],[-107.92899,21.24728],[-107.92459,21.25209],[-107.92018,21.25689],[-107.91577,21.2617],[-107.91137,21.2665],[-107.90696,21.27131],[-107.90256,21.27611],[-107.89815,21.28092],[-107.89375,21.28572],[-107.88934,21.29053],[-107.88494,21.29533],[-107.88053,21.30014],[-107.87613,21.30494],[-107.87172,21.30975],[-107.86731,21.31455],[-107.86291,21.31936],[-107.8585,21.32416],[-107.8541,21.32897],[-107.84969,21.33377],[-107.84529,21.33857],[-107.84088,21.34338],[-107.83647,21.34818],[-107.83207,21.35299],[-107.82766,21.35779],[-107.82326,21.3626],[-107.81885,21.3674],[-107.81444,21.3722],[-107.81004,21.37701],[-107.80563,21.38181],[-107.80122,21.38661],[-107.79682,21.39142],[-107.79241,21.39622],[-107.788,21.40102],[-107.7836,21.40583],[-107.77919,21.41063],[-107.77479,21.41543],[-107.77038,21.42024],[-107.76597,21.42504],[-107.76157,21.42984],[-107.75716,21.43464],[-107.75275,21.43945],[-107.74834,21.44425],[-107.74394,21.44905],[-107.73953,21.45385],[-107.73512,21.45866],[-107.73072,21.46346],[-107.72631,21.46826],[-107.7219,21.47306],[-107.7175,21.47787],[-107.71309,21.48267],[-107.70868,21.48747],[-107.70427,21.49227],[-107.69987,21.49707],[-107.69546,21.50187],[-107.69105,21.50668],[-107.68664,21.51148],[-107.68224,21.51628],[-107.67783,21.52108],[-107.67342,21.52588],[-107.66901,21.53068],[-107.6646,21.53548],[-107.6602,21.54029],[-107.65579,21.54509],[-107.65138,21.54989],[-107.64697,21.55469],[-107.64256,21.55949],[-107.63816,21.56429],[-107.63375,21.56909],[-107.62934,21.57389],[-107.62493,21.57869],[-107.62052,21.58349],[-107.61611,21.58829],[-107.6117,21.59309],[-107.6073,21.59789],[-107.60289,21.60269],[-107.59848,21.60749],[-107.59407,21.61229],[-107.58966,21.61709],[-107.58525,21.62189],[-107.58084,21.62669],[-107.57643,21.63149],[-107.57202,21.63629],[-107.56761,21.64109],[-107.56321,21.64589],[-107.5588,21.65069],[-107.55439,21.65549],[-107.54998,21.66029],[-107.54557,21.66509],[-107.54116,21.66989],[-107.53675,21.67468],[-107.53234,21.67948],[-107.52793,21.68428],[-107.52352,21.68908],[-107.51911,21.69388],[-107.5147,21.69868],[-107.51029,21.70348],[-107.50588,21.70827],[-107.50147,21.71307],[-107.49706,21.71787],[-107.49265,21.72267],[-107.48824,21.72747],[-107.48383,21.73227],[-107.47941,21.73706],[-107.475,21.74186],[-107.47059,21.74666],[-107.46618,21.75146],[-107.46177,21.75625],[-107.45736,21.76105],[-107.45295,21.76585],[-107.44854,21.77065],[-107.44413,21.77544],[-107.43972,21.78024],[-107.4353,21.78504],[-107.43089,21.78984],[-107.42648,21.79463],[-107.42207,21.79943],[-107.41766,21.80423],[-107.41325,21.80902],[-107.40883,21.81382],[-107.40442,21.81862],[-107.40001,21.82341],[-107.3956,21.82821],[-107.39118,21.83301],[-107.38677,21.8378],[-107.38236,21.8426],[-107.37795,21.8474],[-107.37354,21.85219],[-107.36912,21.85699],[-107.36471,21.86178],[-107.3603,21.86658],[-107.35588,21.87138],[-107.35147,21.87617],[-107.34706,21.88097],[-107.34264,21.88576],[-107.33823,21.89056],[-107.33382,21.89535],[-107.3294,21.90015],[-107.32499,21.90495],[-107.32058,21.90974],[-107.31616,21.91454],[-107.31175,21.91933],[-107.30734,21.92413],[-107.30292,21.92892],[-107.29851,21.93372],[-107.29409,21.93851],[-107.28968,21.94331],[-107.28527,21.9481],[-107.28085,21.9529],[-107.27644,21.95769],[-107.27202,21.96248],[-107.26761,21.96728],[-107.26319,21.97207],[-107.25878,21.97687],[-107.25436,21.98166],[-107.24995,21.98646],[-107.24553,21.99125],[-107.24112,21.99604],[-107.2367,22.00084],[-107.23229,22.00563],[-107.22787,22.01043],[-107.22345,22.01522],[-107.21904,22.02001],[-107.21462,22.02481],[-107.21021,22.0296],[-107.20579,22.03439],[-107.20137,22.03919],[-107.19696,22.04398],[-107.19254,22.04877],[-107.18813,22.05357],[-107.18371,22.05836],[-107.17929,22.06315],[-107.17488,22.06795],[-107.17046,22.07274],[-107.16604,22.07753],[-107.16162,22.08232],[-107.15721,22.08712],[-107.15279,22.09191],[-107.14837,22.0967],[-107.14396,22.10149],[-107.13954,22.10629],[-107.13512,22.11108],[-107.1307,22.11587],[-107.12628,22.12066],[-107.12187,22.12545],[-107.11745,22.13025],[-107.11303,22.13504],[-107.10861,22.13983],[-107.10419,22.14462],[-107.09977,22.14941],[-107.09536,22.15421],[-107.09094,22.159],[-107.08652,22.16379],[-107.0821,22.16858],[-107.07768,22.17337],[-107.07326,22.17816],[-107.06884,22.18295],[-107.06442,22.18774],[-107.06,22.19254],[-107.05558,22.19733],[-107.05116,22.20212],[-107.04674,22.20691],[-107.04232,22.2117],[-107.0379,22.21649],[-107.03348,22.22128],[-107.02906,22.22607],[-107.02464,22.23086],[-107.02022,22.23565],[-107.0158,22.24044],[-107.01138,22.24523],[-107.00696,22.25002],[-107.00254,22.25481],[-106.99812,22.2596],[-106.99369,22.26439],[-106.98927,22.26918],[-106.98485,22.27397],[-106.98043,22.27876],[-106.97601,22.28355],[-106.97159,22.28834],[-106.96716,22.29313],[-106.96274,22.29792],[-106.95832,22.30271],[-106.9539,22.3075],[-106.94948,22.31229],[-106.94505,22.31708],[-106.94063,22.32187],[-106.93621,22.32666],[-106.93178,22.33145],[-106.92736,22.33623],[-106.92294,22.34102],[-106.91851,22.34581],[-106.91409,22.3506],[-106.90967,22.35539],[-106.90524,22.36018],[-106.90082,22.36497],[-106.8964,22.36976],[-106.89197,22.37454],[-106.88755,22.37933],[-106.88312,22.38412],[-106.8787,22.38891],[-106.87427,22.3937],[-106.86985,22.39848],[-106.86542,22.40327],[-106.861,22.40806],[-106.85657,22.41285],[-106.85215,22.41764],[-106.84772,22.42242],[-106.8433,22.42721],[-106.83887,22.432],[-106.83445,22.43679],[-106.83002,22.44157],[-106.82559,22.44636],[-106.82117,22.45115],[-106.81674,22.45594],[-106.81232,22.46072],[-106.80789,22.46551],[-106.80346,22.4703],[-106.79903,22.47508],[-106.79461,22.47987],[-106.79018,22.48466],[-106.78575,22.48944],[-106.78133,22.49423],[-106.7769,22.49902],[-106.77247,22.5038],[-106.76804,22.50859],[-106.76361,22.51338],[-106.75919,22.51816],[-106.75476,22.52295],[-106.75033,22.52774],[-106.7459,22.53252],[-106.74147,22.53731],[-106.73704,22.54209],[-106.73261,22.54688],[-106.72819,22.55167],[-106.72376,22.55645],[-106.71933,22.56124],[-106.7149,22.56602],[-106.71047,22.57081],[-106.70604,22.57559],[-106.70161,22.58038],[-106.69718,22.58516],[-106.69275,22.58995],[-106.68832,22.59473],[-106.68389,22.59952],[-106.67946,22.6043],[-106.67503,22.60909],[-106.67059,22.61387],[-106.66616,22.61866],[-106.66173,22.62344],[-106.6573,22.62823],[-106.65287,22.63301],[-106.64844,22.6378],[-106.64401,22.64258],[-106.63957,22.64737],[-106.63514,22.65215],[-106.63071,22.65694],[-106.62628,22.66172],[-106.62184,22.66651],[-106.61741,22.67129],[-106.61298,22.67607],[-106.60854,22.68086],[-106.60411,22.68564],[-106.59968,22.69043],[-106.59524,22.69521],[-106.59081,22.69999],[-106.58638,22.70478],[-106.58194,22.70956],[-106.57751,22.71434],[-106.57307,22.71913],[-106.56864,22.72391],[-106.56421,22.72869],[-106.55977,22.73348],[-106.55534,22.73826],[-106.5509,22.74304],[-106.54647,22.74783],[-106.54203,22.75261],[-106.53759,22.75739],[-106.53316,22.76218],[-106.52872,22.76696],[-106.52429,22.77174],[-106.51985,22.77652],[-106.51541,22.78131],[-106.51098,22.78609],[-106.50654,22.79087],[-106.5021,22.79565],[-106.49767,22.80044],[-106.49323,22.80522],[-106.48879,22.81],[-106.48435,22.81478],[-106.47992,22.81956],[-106.47548,22.82435],[-106.47104,22.82913],[-106.4666,22.83391],[-106.46216,22.83869],[-106.45773,22.84347],[-106.45329,22.84826],[-106.44885,22.85304],[-106.44441,22.85782],[-106.43997,22.8626],[-106.43553,22.86738],[-106.43109,22.87216],[-106.42665,22.87694],[-106.42221,22.88173],[-106.41777,22.88651],[-106.41333,22.89129],[-106.40889,22.89607],[-106.40445,22.90085],[-106.40001,22.90563],[-106.39557,22.91041],[-106.39113,22.91519],[-106.38669,22.91997],[-106.38225,22.92475],[-106.3778,22.92954],[-106.37336,22.93432],[-106.36892,22.9391],[-106.36448,22.94388],[-106.36004,22.94866],[-106.35559,22.95344],[-106.35115,22.95822],[-106.34671,22.963],[-106.34226,22.96778],[-106.33782,22.97256],[-106.33338,22.97734],[-106.32893,22.98212],[-106.32449,22.9869],[-106.32005,22.99168],[-106.3156,22.99646],[-106.31116,23.00124],[-106.30671,23.00602],[-106.30227,23.0108],[-106.29783,23.01557],[-106.29338,23.02035],[-106.28894,23.02513],[-106.28449,23.02991],[-106.28004,23.03469],[-106.2756,23.03947],[-106.27115,23.04425],[-106.26671,23.04903],[-106.26226,23.05381],[-106.25781,23.05859],[-106.25337,23.06336],[-106.2489,23.06813],[-106.24446,23.07291],[-106.24002,23.07769],[-106.23557,23.08247],[-106.23113,23.08725],[-106.22668,23.09203],[-106.22223,23.09681],[-106.21778,23.10158],[-106.21333,23.10636],[-106.20888,23.11114],[-106.20443,23.11592],[-106.19998,23.12069],[-106.19553,23.12547],[-106.19108,23.13025],[-106.18663,23.13502],[-106.18217,23.13979],[-106.17771,23.14456],[-106.17325,23.14933],[-106.16879,23.1541],[-106.16434,23.15887],[-106.15988,23.16364],[-106.15541,23.1684],[-106.15095,23.17317],[-106.14649,23.17793],[-106.14201,23.18269],[-106.1375,23.18741],[-106.13303,23.19216],[-106.12857,23.19693],[-106.12401,23.2016],[-106.1196,23.20642],[-106.11518,23.21123],[-106.11069,23.21597],[-106.10615,23.22066],[-106.10166,23.2254],[-106.09707,23.23004],[-106.0924,23.2346],[-106.08785,23.23928],[-106.08362,23.24428],[-106.07934,23.24923],[-106.07496,23.25408],[-106.0705,23.25884],[-106.06601,23.26359],[-106.06161,23.26841],[-106.05719,23.27323],[-106.05278,23.27805],[-106.04832,23.28282],[-106.04384,23.28758],[-106.03937,23.29234],[-106.03491,23.29711],[-106.03042,23.30185],[-106.02591,23.30656],[-106.02138,23.31127],[-106.01695,23.31607],[-106.01244,23.32079],[-106.00791,23.32549],[-106.00337,23.33018],[-105.99871,23.33475],[-105.99407,23.33934],[-105.98988,23.3444],[-105.98561,23.34936],[-105.9812,23.35419],[-105.97668,23.35889],[-105.97215,23.36359],[-105.96757,23.36824],[-105.96315,23.37305],[-105.95874,23.37788],[-105.95404,23.38241],[-105.94945,23.38706],[-105.94492,23.39175],[-105.94035,23.39642],[-105.93583,23.40112],[-105.93104,23.40556],[-105.92651,23.41027],[-105.9222,23.41519],[-105.91783,23.42005],[-105.91338,23.42485],[-105.90881,23.4295],[-105.90413,23.43405],[-105.89946,23.43861],[-105.89491,23.44329],[-105.89031,23.44792],[-105.88556,23.45239],[-105.88073,23.45678],[-105.87587,23.46113],[-105.87118,23.46567],[-105.8667,23.47043],[-105.86217,23.47512],[-105.85747,23.47965],[-105.85257,23.48396],[-105.84769,23.48829],[-105.8432,23.49304],[-105.83887,23.49795],[-105.83469,23.50302],[-105.83028,23.50784],[-105.82577,23.51257],[-105.82195,23.51802],[-105.81791,23.52323],[-105.81337,23.52793],[-105.80902,23.53282],[-105.80481,23.53786],[-105.80018,23.54246],[-105.7952,23.54669],[-105.79078,23.55151],[-105.78669,23.55667],[-105.78257,23.56182],[-105.77851,23.56702],[-105.7737,23.57142],[-105.76892,23.57587],[-105.76476,23.58096],[-105.75989,23.5853],[-105.75526,23.5899],[-105.75093,23.59482],[-105.74643,23.59956],[-105.74206,23.60443],[-105.73761,23.60922],[-105.73282,23.61365],[-105.72843,23.6185],[-105.72392,23.62322],[-105.71909,23.62761],[-105.71403,23.63174],[-105.70918,23.6361],[-105.70469,23.64085],[-105.70046,23.64588],[-105.69621,23.65089],[-105.69159,23.65549],[-105.68681,23.65993],[-105.68212,23.66445],[-105.67753,23.66909],[-105.67268,23.67345],[-105.66796,23.67795],[-105.66371,23.68296],[-105.6595,23.68801],[-105.65529,23.69307],[-105.65044,23.69743],[-105.64524,23.7014],[-105.64065,23.70603],[-105.63611,23.71073],[-105.6316,23.71546],[-105.62715,23.72025],[-105.62258,23.72491],[-105.61811,23.72968],[-105.61363,23.73444],[-105.60919,23.73924],[-105.60464,23.74392],[-105.60022,23.74875],[-105.59574,23.75352],[-105.59125,23.75826],[-105.58673,23.76298],[-105.58232,23.76782],[-105.57793,23.77269],[-105.57336,23.77734],[-105.56883,23.78205],[-105.56456,23.78704],[-105.56035,23.79211],[-105.55555,23.79651],[-105.55084,23.80102],[-105.54637,23.80579],[-105.54186,23.81053],[-105.53728,23.81518],[-105.53283,23.81997],[-105.52841,23.82481],[-105.524,23.82965],[-105.51958,23.83448],[-105.51514,23.83928],[-105.51073,23.84413],[-105.50638,23.84904],[-105.50211,23.85404],[-105.49786,23.85907],[-105.49339,23.86385],[-105.4887,23.86837],[-105.48405,23.87296],[-105.47989,23.87808],[-105.47574,23.88322],[-105.47136,23.88811],[-105.46695,23.89295],[-105.46238,23.89762],[-105.45747,23.9019],[-105.45289,23.90656],[-105.44857,23.9115],[-105.44433,23.91654],[-105.44007,23.92157],[-105.4355,23.92624],[-105.43114,23.93114],[-105.42654,23.93577],[-105.42204,23.94052],[-105.41739,23.94509],[-105.41285,23.94979],[-105.40844,23.95464],[-105.40395,23.95941],[-105.3994,23.9641],[-105.39479,23.96872],[-105.39017,23.97333],[-105.38576,23.97818],[-105.3815,23.98321],[-105.37689,23.98784],[-105.37228,23.99246],[-105.36789,23.99733],[-105.36351,24.00222],[-105.3589,24.00685],[-105.35439,24.01159],[-105.34986,24.0163],[-105.34544,24.02115],[-105.34099,24.02595],[-105.33638,24.03057],[-105.3318,24.03523],[-105.32726,24.03994],[-105.32272,24.04465],[-105.31832,24.04952],[-105.31381,24.05425],[-105.30932,24.05902],[-105.30471,24.06365],[-105.30016,24.06835],[-105.29572,24.07316],[-105.29124,24.07794],[-105.2867,24.08265],[-105.28209,24.08727],[-105.2776,24.09204],[-105.27321,24.09693],[-105.26873,24.10171],[-105.26424,24.10646],[-105.25963,24.11109],[-105.25511,24.11583],[-105.25067,24.12065],[-105.2462,24.12545],[-105.24178,24.1303],[-105.23715,24.1349],[-105.23269,24.13971],[-105.2283,24.14459],[-105.22383,24.14938],[-105.21943,24.15426],[-105.21508,24.1592],[-105.21053,24.16391],[-105.20598,24.16859],[-105.20149,24.17337],[-105.19705,24.17821],[-105.19265,24.18308],[-105.18817,24.18787],[-105.18372,24.19269],[-105.17922,24.19745],[-105.17478,24.20228],[-105.1703,24.20707],[-105.16573,24.21175],[-105.16116,24.21642],[-105.15651,24.22101],[-105.15201,24.22576],[-105.14758,24.23061],[-105.14297,24.23524],[-105.13837,24.23989],[-105.13393,24.24472],[-105.12943,24.24948],[-105.12499,24.25432],[-105.12046,24.25904],[-105.11587,24.2637],[-105.11144,24.26855],[-105.107,24.27339],[-105.10246,24.27811],[-105.09791,24.28281],[-105.09334,24.28749],[-105.08884,24.29226],[-105.08437,24.29707],[-105.07987,24.30182],[-105.07534,24.30656],[-105.07088,24.31138],[-105.0664,24.31616],[-105.0619,24.32094],[-105.05738,24.32568],[-105.05284,24.3304],[-105.04829,24.33511],[-105.04372,24.33978],[-105.03904,24.34433],[-105.03441,24.34894],[-105.02989,24.35369],[-105.02515,24.35816],[-105.02045,24.36267],[-105.01589,24.36737],[-105.01142,24.37218],[-105.00694,24.37698],[-105.00266,24.38203],[-104.99826,24.38692],[-104.99376,24.39169],[-104.98933,24.39655],[-104.98486,24.40136],[-104.9804,24.40619],[-104.97591,24.41097],[-104.97143,24.41578],[-104.96692,24.42054],[-104.9625,24.42541],[-104.95808,24.43029],[-104.95363,24.43513],[-104.94916,24.43995],[-104.9447,24.44478],[-104.94024,24.4496],[-104.93576,24.45441],[-104.9313,24.45923],[-104.92674,24.46394],[-104.92215,24.4686],[-104.91759,24.4733],[-104.91305,24.47802],[-104.90844,24.48267],[-104.90384,24.48732],[-104.89932,24.49208],[-104.89485,24.4969],[-104.89041,24.50175],[-104.88599,24.50663],[-104.88168,24.51167],[-104.87741,24.51674],[-104.87297,24.5216],[-104.8682,24.52604],[-104.86332,24.53033],[-104.85887,24.53518],[-104.85462,24.54029],[-104.85041,24.54544],[-104.84612,24.5505],[-104.8417,24.55539],[-104.83722,24.56021],[-104.83272,24.565],[-104.82804,24.56955],[-104.82306,24.5737],[-104.81844,24.57834],[-104.81413,24.58337],[-104.80996,24.58859],[-104.80553,24.59348],[-104.80109,24.59834],[-104.79655,24.60309],[-104.79194,24.60774],[-104.78731,24.61235],[-104.78259,24.61685],[-104.77816,24.62174],[-104.77376,24.62666],[-104.76928,24.63147],[-104.7648,24.63631],[-104.76025,24.64103],[-104.75575,24.64581],[-104.75116,24.6505],[-104.74653,24.65511],[-104.7421,24.66],[-104.73768,24.6649],[-104.73319,24.66971],[-104.72867,24.67449],[-104.72411,24.6792],[-104.71956,24.68393],[-104.71507,24.68874],[-104.71056,24.69353],[-104.70605,24.69831],[-104.70152,24.70307],[-104.69699,24.70783],[-104.69245,24.71257],[-104.68788,24.71729],[-104.6832,24.72183],[-104.67863,24.72655],[-104.67418,24.73141],[-104.66977,24.73634],[-104.66529,24.74118],[-104.6608,24.74599],[-104.65627,24.75075],[-104.65178,24.75557],[-104.64726,24.76034],[-104.64273,24.7651],[-104.6382,24.76987],[-104.63368,24.77465],[-104.62914,24.77941],[-104.6246,24.78416],[-104.62001,24.78883],[-104.61547,24.79359],[-104.61093,24.79834],[-104.60644,24.80317],[-104.60197,24.80802],[-104.5974,24.81273],[-104.59288,24.81752],[-104.58834,24.82227],[-104.58382,24.82705],[-104.5793,24.83183],[-104.57477,24.83661],[-104.57028,24.84144],[-104.56572,24.84616],[-104.56114,24.85086],[-104.55661,24.85563],[-104.55212,24.86046],[-104.54761,24.86527],[-104.54306,24.87001],[-104.53851,24.87476],[-104.53397,24.87952],[-104.52945,24.88431],[-104.52508,24.8893],[-104.52055,24.89408],[-104.51604,24.89889],[-104.51153,24.90369],[-104.50699,24.90846],[-104.50248,24.91327],[-104.49801,24.91813],[-104.4935,24.92293],[-104.48896,24.9277],[-104.48443,24.93247],[-104.4799,24.93726],[-104.47538,24.94205],[-104.47074,24.94668],[-104.46622,24.95148],[-104.4615,24.95599],[-104.45689,24.96065],[-104.45226,24.9653],[-104.44767,24.96999],[-104.44309,24.97471],[-104.43865,24.97962],[-104.43393,24.98413],[-104.42927,24.98873],[-104.42475,24.99354],[-104.42031,24.99845],[-104.4157,25.00311],[-104.41117,25.00791],[-104.40665,25.0127],[-104.40214,25.01753],[-104.39762,25.02233],[-104.39304,25.02705],[-104.38856,25.03191],[-104.38406,25.03674],[-104.37947,25.04144],[-104.37497,25.04628],[-104.37032,25.0509],[-104.3657,25.05555],[-104.36093,25.06],[-104.35639,25.06478],[-104.35191,25.06964],[-104.34744,25.07453],[-104.34298,25.07942],[-104.33838,25.08411],[-104.33396,25.08908],[-104.32949,25.09396],[-104.32503,25.09885],[-104.32053,25.10369],[-104.31614,25.10871],[-104.31168,25.11361],[-104.30717,25.11844],[-104.30262,25.12321],[-104.29806,25.12796],[-104.29356,25.13281],[-104.28903,25.13762],[-104.28447,25.14237],[-104.2799,25.14712],[-104.27533,25.15187],[-104.27078,25.15663],[-104.26623,25.16141],[-104.26162,25.16609],[-104.25702,25.17079],[-104.25242,25.1755],[-104.24779,25.18015],[-104.24304,25.18463],[-104.23843,25.18932],[-104.23405,25.19436],[-104.22943,25.19903],[-104.22488,25.2038],[-104.22048,25.20882],[-104.21585,25.21348],[-104.21112,25.21798],[-104.20669,25.22295],[-104.2022,25.22782],[-104.19761,25.23254],[-104.19299,25.23722],[-104.18831,25.24181],[-104.18388,25.24677],[-104.17933,25.25156],[-104.17474,25.25628],[-104.17011,25.26095],[-104.16534,25.2654],[-104.16082,25.27023],[-104.15619,25.27489],[-104.1516,25.27963],[-104.14723,25.2847],[-104.14278,25.28963],[-104.13825,25.29445],[-104.13368,25.29922],[-104.12912,25.30398],[-104.12454,25.30873],[-104.11995,25.31348],[-104.11537,25.31822],[-104.11079,25.32296],[-104.1062,25.32769],[-104.10161,25.33243],[-104.09704,25.33719],[-104.09246,25.34194],[-104.08788,25.34669],[-104.08329,25.35143],[-104.07868,25.35613],[-104.0739,25.36057],[-104.06928,25.36526],[-104.06478,25.37014],[-104.06022,25.37493],[-104.05534,25.3792],[-104.05076,25.38396],[-104.04644,25.38913],[-104.04175,25.39371],[-104.03719,25.39849],[-104.03251,25.4031],[-104.0279,25.4078],[-104.02309,25.4122],[-104.01843,25.41683],[-104.01398,25.42178],[-104.00945,25.42663],[-104.00471,25.43114],[-103.99981,25.43539],[-103.99519,25.44007],[-103.99049,25.44465],[-103.9857,25.44907],[-103.98113,25.45385],[-103.97669,25.45884],[-103.97245,25.46414],[-103.96808,25.46925],[-103.96355,25.47409],[-103.95898,25.47887],[-103.95437,25.48359],[-103.94974,25.48827],[-103.94512,25.49298],[-103.9405,25.49767],[-103.93585,25.50234],[-103.93118,25.50696],[-103.92653,25.51161],[-103.92183,25.51619],[-103.91702,25.52058],[-103.91236,25.52521],[-103.90766,25.5298],[-103.90301,25.53446],[-103.89828,25.53898],[-103.89359,25.54358],[-103.88901,25.54834],[-103.88442,25.55311],[-103.87971,25.55767],[-103.87509,25.56237],[-103.87056,25.56722],[-103.86627,25.57248],[-103.86188,25.57758],[-103.8575,25.58267],[-103.85304,25.58766],[-103.84856,25.59259],[-103.84403,25.59747],[-103.83963,25.60253],[-103.83512,25.60744],[-103.83053,25.61221],[-103.82595,25.617],[-103.82138,25.62179],[-103.81681,25.62659],[-103.81225,25.63141],[-103.80768,25.63622],[-103.80311,25.64102],[-103.79854,25.64582],[-103.79396,25.65061],[-103.78936,25.65538],[-103.78475,25.66011],[-103.78013,25.66484],[-103.77548,25.66951],[-103.77082,25.67417],[-103.76615,25.6788],[-103.76147,25.68343],[-103.75684,25.68815],[-103.75229,25.69298],[-103.74773,25.69782],[-103.74309,25.70251],[-103.73844,25.70719],[-103.73377,25.71183],[-103.72916,25.71659],[-103.72456,25.72135],[-103.71993,25.72606],[-103.71521,25.73063],[-103.71057,25.73532],[-103.70608,25.74028],[-103.70144,25.74497],[-103.69663,25.74938],[-103.69174,25.75366],[-103.68695,25.75809],[-103.68263,25.76336],[-103.67853,25.76898],[-103.67419,25.77421],[-103.66965,25.77908],[-103.66508,25.7839],[-103.66048,25.78868],[-103.65588,25.79346],[-103.65128,25.79823],[-103.64667,25.80301],[-103.64207,25.80777],[-103.63745,25.81253],[-103.63284,25.81728],[-103.62822,25.82203],[-103.62361,25.82679],[-103.61899,25.83154],[-103.61437,25.83629],[-103.60975,25.84104],[-103.60513,25.8458],[-103.60051,25.85055],[-103.59589,25.8553],[-103.59127,25.86004],[-103.58665,25.86479],[-103.58203,25.86955],[-103.57741,25.8743],[-103.57279,25.87905],[-103.56816,25.8838],[-103.56354,25.88854],[-103.55891,25.89329],[-103.55429,25.89804],[-103.54966,25.90279],[-103.54503,25.90753],[-103.54041,25.91228],[-103.53578,25.91702],[-103.53115,25.92177],[-103.52652,25.92651],[-103.52189,25.93127],[-103.51726,25.93601],[-103.51263,25.94075],[-103.508,25.9455],[-103.50337,25.95024],[-103.49874,25.95499],[-103.4941,25.95973],[-103.48947,25.96448],[-103.48484,25.96922],[-103.4802,25.97397],[-103.47557,25.97871],[-103.47094,25.98346],[-103.4663,25.98821],[-103.46167,25.99295],[-103.45703,25.99769],[-103.4524,26.00244],[-103.44776,26.00718],[-103.44312,26.01193],[-103.43848,26.01667],[-103.43385,26.02142],[-103.42921,26.02616],[-103.42457,26.03091],[-103.41993,26.03566],[-103.41529,26.04039],[-103.41065,26.04514],[-103.40601,26.04989],[-103.40137,26.05464],[-103.39673,26.05937],[-103.39209,26.06412],[-103.38745,26.06887],[-103.3828,26.07361],[-103.37816,26.07836],[-103.37352,26.08309],[-103.36887,26.08784],[-103.36423,26.09258],[-103.35958,26.09733],[-103.35494,26.10207],[-103.35028,26.1068],[-103.34564,26.11154],[-103.34096,26.11624],[-103.33619,26.12075],[-103.33149,26.12538],[-103.32681,26.13007],[-103.32225,26.13498],[-103.3177,26.1399],[-103.313,26.14455],[-103.30825,26.14911],[-103.30354,26.15375],[-103.29883,26.15837],[-103.29413,26.16302],[-103.28956,26.16792],[-103.28487,26.17258],[-103.28012,26.17714],[-103.27531,26.18159],[-103.27061,26.18623],[-103.26608,26.19122],[-103.26143,26.19596],[-103.25668,26.20052],[-103.25203,26.20528],[-103.24733,26.20992],[-103.24257,26.21447],[-103.23803,26.21944],[-103.23349,26.2244],[-103.22887,26.22923],[-103.22415,26.23384],[-103.21955,26.23871],[-103.21495,26.24355],[-103.21025,26.24822],[-103.20563,26.25303],[-103.20102,26.25787],[-103.19642,26.26273],[-103.19172,26.26741],[-103.18716,26.27233],[-103.18251,26.2771],[-103.17787,26.28189],[-103.17322,26.28666],[-103.16857,26.29142],[-103.16392,26.29619],[-103.15928,26.30099],[-103.15463,26.30577],[-103.14998,26.31054],[-103.14534,26.31532],[-103.14069,26.3201],[-103.13603,26.32486],[-103.13139,26.32965],[-103.1267,26.33434],[-103.12207,26.33916],[-103.1174,26.34391],[-103.11274,26.34867],[-103.10808,26.35342],[-103.10341,26.35817],[-103.09874,26.36291],[-103.09407,26.36766],[-103.0894,26.3724],[-103.08473,26.37715],[-103.08006,26.38189],[-103.07538,26.38663],[-103.07071,26.39137],[-103.06604,26.39612],[-103.06137,26.40086],[-103.05668,26.40558],[-103.05201,26.41032],[-103.04733,26.41507],[-103.04264,26.41978],[-103.03796,26.4245],[-103.03328,26.42923],[-103.02859,26.43395],[-103.0239,26.43867],[-103.01919,26.44334],[-103.01447,26.448],[-103.00975,26.45266],[-103.00501,26.45727],[-103.00017,26.46169],[-102.99517,26.46576],[-102.99007,26.46964],[-102.98514,26.47386],[-102.98044,26.47856],[-102.9758,26.48339],[-102.97111,26.48812],[-102.9664,26.4928],[-102.96189,26.49788],[-102.9572,26.50262],[-102.95262,26.50757],[-102.94805,26.51255],[-102.94333,26.51723],[-102.93858,26.52183],[-102.934,26.52679],[-102.92948,26.53188],[-102.92494,26.53693],[-102.92016,26.54148],[-102.91567,26.54664],[-102.91083,26.55106],[-102.906,26.55551],[-102.90143,26.56049],[-102.89666,26.56506],[-102.892,26.56987],[-102.88743,26.57487],[-102.88283,26.57979],[-102.87808,26.58442],[-102.87333,26.58903],[-102.86878,26.59408],[-102.86406,26.59876],[-102.85929,26.60335],[-102.85455,26.60798],[-102.84981,26.61262],[-102.84511,26.61736],[-102.84048,26.62223],[-102.83575,26.62691],[-102.83109,26.63172],[-102.82637,26.63642],[-102.82162,26.64105],[-102.81679,26.6455],[-102.81188,26.64978],[-102.80714,26.65443],[-102.80257,26.65945],[-102.79792,26.6643],[-102.79329,26.66919],[-102.78866,26.67408],[-102.78405,26.67902],[-102.77939,26.68387],[-102.77477,26.68878],[-102.77012,26.69363],[-102.76542,26.69838],[-102.76076,26.70323],[-102.75608,26.70803],[-102.75141,26.71285],[-102.74668,26.71753],[-102.74198,26.72228],[-102.73727,26.72702],[-102.73253,26.73167],[-102.72777,26.73631],[-102.72297,26.74084],[-102.71831,26.74569],[-102.71375,26.75076],[-102.70899,26.75539],[-102.70411,26.75974],[-102.69927,26.76419],[-102.69445,26.76867],[-102.68972,26.77339],[-102.68512,26.77838],[-102.68039,26.78308],[-102.67569,26.78785],[-102.67108,26.79281],[-102.66642,26.79768],[-102.66178,26.80259],[-102.65712,26.80744],[-102.65245,26.81229],[-102.64779,26.81717],[-102.64308,26.82191],[-102.63835,26.82664],[-102.63364,26.83138],[-102.62887,26.83601],[-102.62405,26.84051],[-102.61928,26.84513],[-102.6143,26.84926],[-102.60958,26.854],[-102.60521,26.85958],[-102.60063,26.86463],[-102.59598,26.86954],[-102.59126,26.87429],[-102.58657,26.8791],[-102.58187,26.8839],[-102.57713,26.8886],[-102.57239,26.8933],[-102.56765,26.89802],[-102.56292,26.90274],[-102.55819,26.90746],[-102.55346,26.9122],[-102.54874,26.91695],[-102.54402,26.92171],[-102.5393,26.92648],[-102.53459,26.93125],[-102.52986,26.936],[-102.52513,26.94072],[-102.52038,26.94543],[-102.51563,26.95011],[-102.51087,26.95479],[-102.50609,26.95942],[-102.50126,26.96391],[-102.4965,26.9686],[-102.49178,26.97337],[-102.48698,26.97795],[-102.48215,26.98246],[-102.47735,26.98703],[-102.47275,26.99209],[-102.46807,26.99696],[-102.46324,27.00149],[-102.45835,27.00585],[-102.45336,27.00998],[-102.44835,27.01405],[-102.44337,27.01819],[-102.43853,27.02267],[-102.43367,27.02713],[-102.42874,27.0314],[-102.42377,27.03555],[-102.41896,27.04011],[-102.4143,27.04506],[-102.40983,27.05045],[-102.40521,27.0555],[-102.4008,27.06106],[-102.39626,27.0663],[-102.39153,27.07105],[-102.38683,27.0759],[-102.38225,27.08106],[-102.3776,27.08604],[-102.37303,27.09122],[-102.36851,27.09651],[-102.36388,27.10154],[-102.35918,27.1064],[-102.35447,27.11123],[-102.34976,27.11607],[-102.34503,27.12088],[-102.34031,27.12568],[-102.33558,27.13046],[-102.33084,27.13525],[-102.32611,27.14003],[-102.32137,27.1448],[-102.31662,27.14956],[-102.31187,27.15432],[-102.30713,27.15907],[-102.30238,27.16383],[-102.29763,27.16858],[-102.29288,27.17333],[-102.28812,27.17808],[-102.28337,27.18282],[-102.27861,27.18756],[-102.27386,27.19232],[-102.26911,27.19708],[-102.26435,27.20182],[-102.2596,27.20657],[-102.25483,27.2113],[-102.25007,27.21604],[-102.24531,27.22076],[-102.24054,27.22549],[-102.23577,27.23021],[-102.231,27.23493],[-102.22623,27.23966],[-102.22146,27.24439],[-102.2167,27.24911],[-102.21193,27.25384],[-102.20716,27.25857],[-102.20237,27.26327],[-102.19758,27.26794],[-102.1928,27.27264],[-102.18802,27.27734],[-102.18324,27.28206],[-102.17847,27.28678],[-102.17369,27.29149],[-102.16891,27.29621],[-102.16413,27.30092],[-102.15935,27.30564],[-102.15457,27.31037],[-102.1498,27.31509],[-102.14502,27.31981],[-102.14024,27.32453],[-102.13545,27.32924],[-102.13067,27.33395],[-102.12588,27.33865],[-102.12109,27.34335],[-102.1163,27.34805],[-102.11151,27.35274],[-102.10671,27.35744],[-102.10192,27.36214],[-102.09714,27.36685],[-102.09235,27.37157],[-102.08756,27.37628],[-102.08276,27.38097],[-102.07799,27.38572],[-102.0732,27.39045],[-102.06842,27.39518],[-102.06362,27.39988],[-102.05883,27.40458],[-102.05403,27.40928],[-102.04923,27.41397],[-102.04443,27.41867],[-102.03963,27.42335],[-102.03482,27.42803],[-102.03001,27.43272],[-102.0252,27.43739],[-102.0204,27.44207],[-102.01559,27.44675],[-102.01077,27.4514],[-102.00595,27.45604],[-102.00109,27.46058],[-101.99616,27.46493],[-101.99118,27.46912],[-101.98633,27.47369],[-101.98173,27.47898],[-101.97704,27.48399],[-101.97228,27.48884],[-101.96751,27.49364],[-101.96275,27.49847],[-101.95792,27.50311],[-101.95295,27.50734],[-101.94816,27.51208],[-101.94356,27.5174],[-101.93891,27.52253],[-101.93413,27.52732],[-101.92931,27.532],[-101.92444,27.53654],[-101.9195,27.54087],[-101.91476,27.54577],[-101.91012,27.55098],[-101.90533,27.55575],[-101.90056,27.56057],[-101.89594,27.56586],[-101.8912,27.57077],[-101.88642,27.57558],[-101.88164,27.58038],[-101.87685,27.58517],[-101.87207,27.58996],[-101.86727,27.59474],[-101.86248,27.59951],[-101.85766,27.60421],[-101.85283,27.60889],[-101.84805,27.6137],[-101.84325,27.61847],[-101.83844,27.62321],[-101.83364,27.62796],[-101.82882,27.63269],[-101.82401,27.63743],[-101.81921,27.64218],[-101.81439,27.64692],[-101.80958,27.65165],[-101.80476,27.65638],[-101.79995,27.66112],[-101.79513,27.66586],[-101.79032,27.67059],[-101.78548,27.67526],[-101.78065,27.67996],[-101.77585,27.68475],[-101.77103,27.6895],[-101.76621,27.69422],[-101.76139,27.69896],[-101.75657,27.7037],[-101.75175,27.70843],[-101.74693,27.71316],[-101.7421,27.71788],[-101.73728,27.72261],[-101.73245,27.72735],[-101.72763,27.73208],[-101.7228,27.7368],[-101.71796,27.7415],[-101.71313,27.7462],[-101.70829,27.75091],[-101.70345,27.7556],[-101.6986,27.76026],[-101.69378,27.76502],[-101.68897,27.7698],[-101.68413,27.77452],[-101.67928,27.77919],[-101.67444,27.78388],[-101.66957,27.7885],[-101.66468,27.79305],[-101.65984,27.79776],[-101.65493,27.80224],[-101.64997,27.80658],[-101.64514,27.8113],[-101.6402,27.8157],[-101.63526,27.82011],[-101.63041,27.82479],[-101.6256,27.82962],[-101.62094,27.8349],[-101.61634,27.84042],[-101.61164,27.84559],[-101.60692,27.85073],[-101.6022,27.85585],[-101.59739,27.86067],[-101.59256,27.86546],[-101.58773,27.87024],[-101.5829,27.87501],[-101.57807,27.87977],[-101.57323,27.88453],[-101.56839,27.88928],[-101.56355,27.89403],[-101.55871,27.89877],[-101.55386,27.90351],[-101.54902,27.90827],[-101.54418,27.91303],[-101.53934,27.91777],[-101.53449,27.9225],[-101.52964,27.92725],[-101.5248,27.932],[-101.51994,27.93673],[-101.51509,27.94146],[-101.51024,27.9462],[-101.50539,27.95094],[-101.50054,27.95568],[-101.49568,27.96041],[-101.49083,27.96515],[-101.48598,27.96988],[-101.48112,27.97462],[-101.47626,27.97935],[-101.47141,27.98409],[-101.46655,27.98882],[-101.46169,27.99355],[-101.45683,27.99828],[-101.45197,28.00302],[-101.44711,28.00774],[-101.44224,28.01246],[-101.43738,28.01718],[-101.43251,28.02188],[-101.42763,28.02655],[-101.42276,28.03128],[-101.4179,28.03601],[-101.41304,28.04077],[-101.40818,28.04554],[-101.40332,28.05026],[-101.39845,28.05499],[-101.39357,28.05969],[-101.38871,28.06444],[-101.38384,28.06917],[-101.37897,28.0739],[-101.3741,28.07864],[-101.36923,28.08337],[-101.36436,28.0881],[-101.35948,28.0928],[-101.3546,28.0975],[-101.34972,28.10221],[-101.34484,28.10693],[-101.33997,28.11166],[-101.33509,28.11638],[-101.33021,28.12111],[-101.32534,28.12585],[-101.32046,28.13057],[-101.31558,28.13529],[-101.31069,28.14001],[-101.30581,28.14473],[-101.30093,28.14945],[-101.29604,28.15415],[-101.29116,28.15887],[-101.28627,28.16359],[-101.28139,28.16831],[-101.2765,28.17303],[-101.27162,28.17776],[-101.26673,28.18249],[-101.26184,28.1872],[-101.25695,28.19191],[-101.25205,28.19659],[-101.24714,28.20124],[-101.24226,28.206],[-101.23739,28.21078],[-101.23251,28.21553],[-101.22762,28.22027],[-101.22273,28.22498],[-101.21783,28.22969],[-101.21293,28.2344],[-101.20803,28.23911],[-101.20313,28.24381],[-101.19823,28.24849],[-101.19332,28.25317],[-101.18841,28.25782],[-101.1835,28.26253],[-101.17862,28.2673],[-101.17373,28.27206],[-101.16884,28.2768],[-101.16394,28.28155],[-101.15905,28.28629],[-101.15415,28.29103],[-101.14925,28.29576],[-101.14434,28.30043],[-101.13943,28.30514],[-101.13454,28.30991],[-101.12963,28.31461],[-101.12473,28.31938],[-101.11984,28.32414],[-101.11494,28.32887],[-101.11001,28.33352],[-101.1051,28.33823],[-101.10019,28.34297],[-101.09529,28.34772],[-101.09039,28.35248],[-101.08549,28.35721],[-101.08058,28.36197],[-101.07568,28.36674],[-101.07078,28.37148],[-101.06587,28.37622],[-101.06095,28.38094],[-101.05605,28.3857],[-101.05114,28.39045],[-101.04623,28.39518],[-101.04132,28.39993],[-101.03641,28.4047],[-101.0315,28.40943],[-101.02658,28.41416],[-101.02166,28.41888],[-101.01675,28.42362],[-101.01183,28.42837],[-101.00692,28.43311],[-101.002,28.43784],[-100.99708,28.44258],[-100.99216,28.44731],[-100.98724,28.45204],[-100.98232,28.45678],[-100.97739,28.46151],[-100.97247,28.46624],[-100.96754,28.47097],[-100.96262,28.47571],[-100.95769,28.48043],[-100.95277,28.48516],[-100.94784,28.48989],[-100.94291,28.49462],[-100.93798,28.49935],[-100.93306,28.50409],[-100.92813,28.50882],[-100.9232,28.51356],[-100.91827,28.51829],[-100.91333,28.52302],[-100.9084,28.52774],[-100.90347,28.53248],[-100.89853,28.5372],[-100.8936,28.54194],[-100.88867,28.54667],[-100.88373,28.5514],[-100.87879,28.55613],[-100.87386,28.56086],[-100.86892,28.56559],[-100.86398,28.57032],[-100.85904,28.57505],[-100.8541,28.57977],[-100.84916,28.5845],[-100.84422,28.58923],[-100.83928,28.59397],[-100.83433,28.59869],[-100.82939,28.60343],[-100.82444,28.60816],[-100.8195,28.61288],[-100.81455,28.61761],[-100.80961,28.62234],[-100.80466,28.62707],[-100.79971,28.6318],[-100.79476,28.63653],[-100.78981,28.64125],[-100.78486,28.64598],[-100.77991,28.65071],[-100.77496,28.65544],[-100.77001,28.66016],[-100.76506,28.66489],[-100.7601,28.66962],[-100.75515,28.67435],[-100.7502,28.67909],[-100.74524,28.68381],[-100.74029,28.68855],[-100.73533,28.6933],[-100.73037,28.69801],[-100.72541,28.70272],[-100.72045,28.70744],[-100.71549,28.71215],[-100.71052,28.71687],[-100.70556,28.72159],[-100.7006,28.72631],[-100.69563,28.73104],[-100.69067,28.73576],[-100.68571,28.74049],[-100.68074,28.74521],[-100.67577,28.74993],[-100.67081,28.75466],[-100.66584,28.75938],[-100.66087,28.7641],[-100.6559,28.76883],[-100.65093,28.77356],[-100.64596,28.77829],[-100.64099,28.78302],[-100.63602,28.78776],[-100.63105,28.79248],[-100.62608,28.79721],[-100.62111,28.80194],[-100.61614,28.8067],[-100.61117,28.81143],[-100.60619,28.81614],[-100.60122,28.82091],[-100.59624,28.82565],[-100.59127,28.83038],[-100.58629,28.83511],[-100.58131,28.83984],[-100.57633,28.84455],[-100.57134,28.84922],[-100.56635,28.85391],[-100.56136,28.85862],[-100.55638,28.86334],[-100.55139,28.86805],[-100.54641,28.87276],[-100.54142,28.87748],[-100.53643,28.88219],[-100.53144,28.88691],[-100.52645,28.89162],[-100.52146,28.89633],[-100.51647,28.90105],[-100.51148,28.90577],[-100.50649,28.91049],[-100.5015,28.91521],[-100.49651,28.91993],[-100.49152,28.92466],[-100.48652,28.92938],[-100.48153,28.9341],[-100.47653,28.93882],[-100.47154,28.94355],[-100.46654,28.94828],[-100.46155,28.95301],[-100.45655,28.95772],[-100.45155,28.96244],[-100.44655,28.96716],[-100.44155,28.97188],[-100.43655,28.97659],[-100.43154,28.98129],[-100.42654,28.986],[-100.42153,28.99072],[-100.41653,28.99543],[-100.41152,29.00015],[-100.40652,29.00487],[-100.40151,29.00959],[-100.3965,29.0143],[-100.3915,29.01901],[-100.38649,29.02373],[-100.38148,29.02845],[-100.37647,29.03316],[-100.37146,29.03788],[-100.36645,29.0426],[-100.36143,29.04731],[-100.35642,29.05203],[-100.35141,29.05677],[-100.3464,29.06151],[-100.34139,29.06626],[-100.33638,29.071],[-100.33136,29.07572],[-100.32634,29.08044],[-100.32132,29.08515],[-100.3163,29.08987],[-100.31128,29.09458],[-100.30626,29.09929],[-100.30124,29.104],[-100.29621,29.10869],[-100.29119,29.1134],[-100.28617,29.11813],[-100.28114,29.12284],[-100.27612,29.12755],[-100.27109,29.13226],[-100.26606,29.13696],[-100.26103,29.14166],[-100.256,29.14635],[-100.25097,29.15104],[-100.24593,29.15572],[-100.2409,29.16042],[-100.23587,29.16512],[-100.23083,29.16981],[-100.22579,29.17448],[-100.22076,29.17918],[-100.21572,29.18388],[-100.21068,29.18858],[-100.20564,29.19325],[-100.2006,29.19791],[-100.19557,29.20268],[-100.19054,29.20745],[-100.1855,29.21217],[-100.18046,29.2169],[-100.17543,29.22164],[-100.17039,29.22638],[-100.16536,29.23114],[-100.16032,29.2359],[-100.15528,29.24064],[-100.15024,29.24536],[-100.1452,29.25008],[-100.14015,29.25482],[-100.13511,29.25952],[-100.13006,29.26421],[-100.12501,29.26891],[-100.11996,29.27361],[-100.11491,29.27832],[-100.10986,29.28304],[-100.10481,29.28779],[-100.09976,29.29252],[-100.09471,29.2972],[-100.08965,29.30189],[-100.0846,29.30662],[-100.07955,29.31141],[-100.0745,29.31613],[-100.06944,29.32083],[-100.06438,29.32554],[-100.05932,29.33023],[-100.05426,29.33492],[-100.0492,29.33963],[-100.04414,29.34432],[-100.03908,29.349],[-100.03401,29.35369],[-100.02895,29.35838],[-100.02389,29.36311],[-100.01883,29.36788],[-100.01377,29.37263],[-100.00871,29.37737],[-100.00365,29.38213],[-99.99858,29.38683],[-99.99351,29.39155],[-99.98844,29.39622],[-99.98337,29.40088],[-99.9783,29.40559],[-99.97322,29.41029],[-99.96815,29.41496],[-99.96307,29.4196],[-99.95799,29.42427],[-99.95291,29.42896],[-99.94782,29.43356],[-99.94276,29.43835],[-99.93768,29.44302],[-99.93259,29.44764],[-99.92751,29.45232],[-99.92243,29.45701],[-99.91735,29.46173],[-99.91226,29.46637],[-99.90719,29.47112],[-99.90211,29.47587],[-99.89703,29.48057],[-99.89194,29.48529],[-99.88686,29.48997],[-99.88177,29.49468],[-99.87669,29.49945],[-99.87161,29.5042],[-99.86653,29.50891],[-99.86144,29.51364],[-99.85635,29.51831],[-99.85127,29.52312],[-99.84619,29.52789],[-99.84109,29.53259],[-99.836,29.53728],[-99.83091,29.54197],[-99.82581,29.54663],[-99.82071,29.55129],[-99.8156,29.55592],[-99.8105,29.56058],[-99.8054,29.56524],[-99.80031,29.56995],[-99.79521,29.57472],[-99.79012,29.57947],[-99.785,29.58403],[-99.7799,29.58874],[-99.77481,29.59352],[-99.76971,29.59822],[-99.76463,29.60311],[-99.75952,29.6078],[-99.75444,29.61272],[-99.74934,29.61752],[-99.74424,29.62226],[-99.73913,29.62694],[-99.73401,29.63156],[-99.72891,29.63626],[-99.72379,29.64088],[-99.71866,29.6454],[-99.71356,29.65018],[-99.70846,29.65504],[-99.70335,29.65974],[-99.69823,29.66439],[-99.69311,29.66905],[-99.68799,29.67366],[-99.68286,29.67826],[-99.67775,29.68302],[-99.67262,29.68757],[-99.6675,29.69226],[-99.66237,29.69692],[-99.65726,29.70168],[-99.65215,29.70651],[-99.64704,29.71129],[-99.64191,29.71593],[-99.6368,29.72074],[-99.63168,29.72554],[-99.62657,29.73038],[-99.62145,29.73511],[-99.61631,29.73971],[-99.61117,29.74421],[-99.60603,29.74886],[-99.60091,29.75357],[-99.59579,29.75844],[-99.59067,29.76319],[-99.58555,29.76801],[-99.5804,29.77254],[-99.57528,29.77745],[-99.57016,29.78223],[-99.56501,29.78683],[-99.55987,29.7914],[-99.55473,29.79605],[-99.54959,29.80076],[-99.54446,29.80551],[-99.53932,29.81017],[-99.53417,29.81478],[-99.52902,29.81942],[-99.52388,29.82406],[-99.51874,29.82879],[-99.5136,29.83353],[-99.50847,29.83832],[-99.50332,29.84301],[-99.49818,29.84771],[-99.49303,29.85246],[-99.48789,29.85723],[-99.48276,29.86205],[-99.4776,29.8667],[-99.47245,29.87136],[-99.4673,29.87601],[-99.46215,29.88071],[-99.457,29.88549],[-99.45185,29.89022],[-99.4467,29.89497],[-99.44155,29.89966],[-99.43639,29.90432],[-99.43123,29.90896],[-99.42608,29.91368],[-99.42092,29.91843],[-99.41577,29.92315],[-99.41061,29.92786],[-99.40544,29.9325],[-99.40029,29.93721],[-99.39512,29.94191],[-99.38996,29.94665],[-99.3848,29.95138],[-99.37964,29.95613],[-99.37448,29.96088],[-99.36932,29.96558],[-99.36416,29.97034],[-99.35899,29.97512],[-99.35383,29.97982],[-99.34866,29.98456],[-99.34349,29.98926],[-99.33832,29.99389],[-99.33314,29.99855],[-99.32797,30.00325],[-99.3228,30.00798],[-99.31763,30.01275],[-99.31245,30.01745],[-99.30728,30.02219],[-99.30211,30.02697],[-99.29694,30.03173],[-99.29176,30.0365],[-99.28658,30.04112],[-99.2814,30.04581],[-99.27622,30.05055],[-99.27105,30.05533],[-99.26587,30.06011],[-99.26069,30.06487],[-99.25551,30.06964],[-99.25033,30.07444],[-99.24515,30.07915],[-99.23995,30.08377],[-99.23476,30.08838],[-99.22957,30.09307],[-99.22439,30.09779],[-99.21919,30.10246],[-99.21401,30.10729],[-99.20882,30.11202],[-99.20363,30.11677],[-99.19843,30.1214],[-99.19324,30.12603],[-99.18804,30.1307],[-99.18284,30.13536],[-99.17765,30.14006],[-99.17245,30.14479],[-99.16725,30.14948],[-99.16205,30.15415],[-99.15685,30.15884],[-99.15165,30.16355],[-99.14645,30.16824],[-99.14125,30.17296],[-99.13605,30.1777],[-99.13084,30.18244],[-99.12564,30.18721],[-99.12044,30.192],[-99.11523,30.19674],[-99.11003,30.20146],[-99.10482,30.2062],[-99.09961,30.21091],[-99.0944,30.21563],[-99.08919,30.22036],[-99.08398,30.22507],[-99.07877,30.22979],[-99.07356,30.23453],[-99.06834,30.23927],[-99.06313,30.24392],[-99.05791,30.24857],[-99.05269,30.25325],[-99.04747,30.25793],[-99.04226,30.26274],[-99.03704,30.26747],[-99.03182,30.27209],[-99.02659,30.27677],[-99.02137,30.2814],[-99.01614,30.28606],[-99.01092,30.29078],[-99.0057,30.29552],[-99.00047,30.3003],[-98.99525,30.30502],[-98.99002,30.30965],[-98.98479,30.31436],[-98.97956,30.31914],[-98.97434,30.32393],[-98.96911,30.32866],[-98.96387,30.33327],[-98.95864,30.33794],[-98.9534,30.34257],[-98.94817,30.34725],[-98.94293,30.352],[-98.9377,30.35677],[-98.93246,30.36141],[-98.92722,30.36608],[-98.92198,30.37077],[-98.91674,30.37545],[-98.9115,30.38013],[-98.90626,30.3849],[-98.90102,30.38963],[-98.89578,30.39438],[-98.89054,30.39912],[-98.88529,30.40385],[-98.88005,30.40857],[-98.8748,30.41328],[-98.86955,30.41799],[-98.86431,30.4228],[-98.85906,30.42752],[-98.85381,30.43223],[-98.84856,30.437],[-98.84331,30.44178],[-98.83805,30.44647],[-98.8328,30.45112],[-98.82754,30.45576],[-98.82229,30.46043],[-98.81703,30.46527],[-98.81178,30.47019],[-98.80652,30.47497],[-98.80126,30.47974],[-98.796,30.48446],[-98.79074,30.48919],[-98.78548,30.49395],[-98.78022,30.49876],[-98.77496,30.50353],[-98.76969,30.50828],[-98.76443,30.51301],[-98.75916,30.51773],[-98.75389,30.52243],[-98.74862,30.52714],[-98.74335,30.53174],[-98.73808,30.53647],[-98.73281,30.54128],[-98.72754,30.54604],[-98.72227,30.55077],[-98.71699,30.55544],[-98.71172,30.56011],[-98.70644,30.56484],[-98.70117,30.56958],[-98.69589,30.57426],[-98.69061,30.57894],[-98.68533,30.58365],[-98.68005,30.58831],[-98.67477,30.59298],[-98.66949,30.59764],[-98.6642,30.60226],[-98.65892,30.60679],[-98.65363,30.61131],[-98.64835,30.61604],[-98.64306,30.6208],[-98.63777,30.62557],[-98.63249,30.63032],[-98.6272,30.63505],[-98.62191,30.6398],[-98.61662,30.64461],[-98.61132,30.6494],[-98.60603,30.6542],[-98.60074,30.65885],[-98.59544,30.66351],[-98.59015,30.66823],[-98.58485,30.67296],[-98.57955,30.67765],[-98.57425,30.68231],[-98.56895,30.68706],[-98.56365,30.69196],[-98.55835,30.69682],[-98.55305,30.70158],[-98.54774,30.70633],[-98.54244,30.71106],[-98.53713,30.71581],[-98.53183,30.72057],[-98.52652,30.72521],[-98.52121,30.72989],[-98.5159,30.73462],[-98.51059,30.73935],[-98.50528,30.74404],[-98.49997,30.74872],[-98.49466,30.75342],[-98.48935,30.75812],[-98.48403,30.76281],[-98.47872,30.76749],[-98.4734,30.77217],[-98.46808,30.7769],[-98.46276,30.78163],[-98.45744,30.78635],[-98.45212,30.79106],[-98.4468,30.79577],[-98.44148,30.80048],[-98.43616,30.80518],[-98.43083,30.80989],[-98.42551,30.8146],[-98.42018,30.8193],[-98.41486,30.82401],[-98.40953,30.82872],[-98.4042,30.83342],[-98.39887,30.83813],[-98.39354,30.84283],[-98.38821,30.84749],[-98.38288,30.85195],[-98.37755,30.85655],[-98.37222,30.86122],[-98.36689,30.86593],[-98.36155,30.87061],[-98.35621,30.87529],[-98.35088,30.88001],[-98.34554,30.88471],[-98.3402,30.88939],[-98.33486,30.89405],[-98.32952,30.8988],[-98.32418,30.90349],[-98.31883,30.90822],[-98.31349,30.91289],[-98.30814,30.91761],[-98.3028,30.9223],[-98.29745,30.927],[-98.2921,30.93168],[-98.28675,30.93636],[-98.2814,30.94108],[-98.27605,30.94581],[-98.2707,30.95054],[-98.26535,30.95525],[-98.25999,30.95998],[-98.25463,30.96472],[-98.24928,30.96942],[-98.24392,30.97415],[-98.23856,30.97886],[-98.2332,30.98357],[-98.22784,30.98831],[-98.22248,30.99306],[-98.21712,30.99778],[-98.21175,31.00254],[-98.20639,31.0073],[-98.20102,31.01204],[-98.19566,31.01676],[-98.19029,31.02151],[-98.18492,31.02621],[-98.17955,31.03093],[-98.17418,31.03565],[-98.16881,31.04035],[-98.16344,31.04505],[-98.15807,31.04973],[-98.15269,31.05446],[-98.14732,31.05921],[-98.14194,31.06398],[-98.13656,31.06874],[-98.13118,31.07344],[-98.12581,31.07811],[-98.12043,31.08278],[-98.11505,31.08745],[-98.10967,31.0921],[-98.10429,31.09684],[-98.0989,31.10158],[-98.09352,31.10631],[-98.08813,31.11107],[-98.08274,31.11583],[-98.07735,31.12056],[-98.07197,31.12524],[-98.06658,31.12996],[-98.06119,31.1347],[-98.0558,31.13938],[-98.05041,31.14402],[-98.04502,31.14865],[-98.03963,31.15332],[-98.03423,31.15797],[-98.02884,31.16266],[-98.02345,31.16732],[-98.01805,31.17192],[-98.01265,31.17667],[-98.00725,31.18141],[-98.00185,31.18613],[-97.99644,31.19089],[-97.99104,31.19562],[-97.98564,31.20033],[-97.98023,31.20506],[-97.97482,31.20979],[-97.96941,31.21455],[-97.96401,31.21926],[-97.9586,31.22397],[-97.95319,31.22864],[-97.94778,31.23334],[-97.94236,31.23809],[-97.93695,31.24286],[-97.93153,31.24761],[-97.92612,31.25225],[-97.92071,31.25691],[-97.91529,31.26163],[-97.90987,31.26632],[-97.90445,31.27107],[-97.89903,31.27582],[-97.8936,31.28062],[-97.88818,31.28537],[-97.88275,31.29008],[-97.87733,31.29472],[-97.87191,31.29935],[-97.86649,31.30402],[-97.86107,31.3087],[-97.85564,31.31337],[-97.85022,31.31801],[-97.8448,31.32255],[-97.83937,31.32722],[-97.83394,31.33197],[-97.8285,31.33671],[-97.82307,31.34141],[-97.81763,31.34615],[-97.8122,31.35084],[-97.80675,31.35561],[-97.80131,31.3604],[-97.79587,31.36513],[-97.79043,31.36983],[-97.78498,31.37459],[-97.77954,31.37931],[-97.7741,31.38402],[-97.76866,31.38871],[-97.76321,31.39344],[-97.75776,31.39817],[-97.75231,31.40292],[-97.74686,31.40767],[-97.74141,31.41236],[-97.73596,31.41704],[-97.73051,31.42171],[-97.72506,31.42639],[-97.71961,31.43106],[-97.71416,31.43573],[-97.70871,31.4404],[-97.70326,31.44506],[-97.6978,31.44973],[-97.69235,31.45437],[-97.68689,31.45906],[-97.68143,31.46379],[-97.67597,31.46849],[-97.67051,31.4732],[-97.66504,31.47793],[-97.65957,31.48273],[-97.6541,31.48749],[-97.64864,31.4921],[-97.64318,31.49678],[-97.63771,31.50151],[-97.63224,31.50617],[-97.62677,31.51085],[-97.6213,31.51554],[-97.61583,31.52024],[-97.61036,31.52496],[-97.60488,31.52969],[-97.5994,31.53439],[-97.59393,31.53911],[-97.58845,31.54383],[-97.58297,31.54852],[-97.57749,31.55322],[-97.57201,31.55793],[-97.56653,31.56264],[-97.56104,31.56735],[-97.55556,31.57206],[-97.55007,31.5768],[-97.54458,31.58153],[-97.53909,31.58626],[-97.5336,31.59101],[-97.52811,31.59575],[-97.52262,31.6004],[-97.51713,31.60507],[-97.51164,31.60975],[-97.50615,31.61447],[-97.50065,31.61923],[-97.49515,31.62397],[-97.48966,31.62865],[-97.48416,31.63335],[-97.47866,31.63808],[-97.47316,31.64278],[-97.46766,31.64751],[-97.46215,31.65225],[-97.45665,31.65694],[-97.45114,31.66173],[-97.44562,31.66651],[-97.44012,31.67121],[-97.43462,31.67584],[-97.42911,31.68052],[-97.42361,31.68519],[-97.41809,31.68991],[-97.41259,31.6946],[-97.40708,31.69926],[-97.40157,31.70394],[-97.39605,31.70866],[-97.39053,31.7134],[-97.38501,31.71813],[-97.37949,31.72287],[-97.37397,31.72759],[-97.36845,31.73231],[-97.36293,31.73699],[-97.35741,31.74168],[-97.35189,31.74634],[-97.34637,31.75105],[-97.34084,31.75577],[-97.33531,31.76048],[-97.32979,31.76517],[-97.32426,31.7699],[-97.31871,31.77472],[-97.31318,31.77942],[-97.30765,31.7841],[-97.30213,31.78876],[-97.2966,31.79345],[-97.29106,31.79813],[-97.28553,31.80281],[-97.27999,31.8075],[-97.27446,31.8122],[-97.26892,31.8169],[-97.26338,31.82159],[-97.25784,31.8263],[-97.2523,31.83098],[-97.24676,31.83567],[-97.24121,31.8404],[-97.23566,31.84512],[-97.23012,31.84984],[-97.22457,31.85454],[-97.21902,31.85924],[-97.21347,31.86394],[-97.20792,31.86865],[-97.20237,31.87335],[-97.19681,31.87805],[-97.19127,31.8827],[-97.18571,31.88738],[-97.18016,31.89209],[-97.1746,31.89681],[-97.16904,31.90149],[-97.16349,31.90617],[-97.15792,31.91088],[-97.15236,31.91557],[-97.1468,31.92027],[-97.14124,31.92497],[-97.13568,31.92966],[-97.13011,31.93435],[-97.12455,31.93902],[-97.11898,31.94371],[-97.11342,31.94839],[-97.10785,31.95309],[-97.10228,31.95778],[-97.09671,31.96246],[-97.09114,31.9671],[-97.08557,31.97176],[-97.08001,31.9764],[-97.07443,31.98108],[-97.06885,31.98579],[-97.06327,31.99051],[-97.05769,31.99521],[-97.05211,31.9999],[-97.04653,32.00461],[-97.04095,32.0093],[-97.03536,32.01404],[-97.02977,32.01876],[-97.02419,32.02345],[-97.0186,32.02817],[-97.013,32.03291],[-97.00741,32.03761],[-97.00182,32.04229],[-96.99623,32.04701],[-96.99063,32.05175],[-96.98504,32.05642],[-96.97945,32.0611],[-96.97385,32.06581],[-96.96825,32.07052],[-96.96265,32.07522],[-96.95705,32.07992],[-96.95145,32.08463],[-96.94584,32.08938],[-96.94024,32.09407],[-96.93464,32.09876],[-96.92903,32.10346],[-96.92342,32.10819],[-96.91782,32.11289],[-96.91221,32.11758],[-96.9066,32.12227],[-96.90099,32.12696],[-96.89538,32.13168],[-96.88976,32.13641],[-96.88415,32.14111],[-96.87853,32.1458],[-96.87292,32.1505],[-96.8673,32.15518],[-96.86168,32.15989],[-96.85606,32.1646],[-96.85043,32.16933],[-96.84481,32.17404],[-96.83919,32.17875],[-96.83356,32.18349],[-96.82793,32.18819],[-96.8223,32.19288],[-96.81668,32.19755],[-96.81106,32.2022],[-96.80543,32.20688],[-96.79981,32.21155],[-96.79418,32.21625],[-96.78854,32.22098],[-96.7829,32.2257],[-96.77726,32.23041],[-96.77162,32.23514],[-96.76598,32.23985],[-96.76035,32.24452],[-96.75471,32.2492],[-96.74907,32.25392],[-96.74343,32.25859],[-96.73779,32.26326],[-96.73215,32.26796],[-96.7265,32.27267],[-96.72085,32.27735],[-96.7152,32.28207],[-96.70955,32.28677],[-96.7039,32.29146],[-96.69825,32.29617],[-96.69259,32.30092],[-96.68694,32.3056],[-96.68129,32.3103],[-96.67563,32.31499],[-96.66998,32.31964],[-96.66432,32.32434],[-96.65867,32.32903],[-96.65301,32.33369],[-96.64735,32.33837],[-96.6417,32.34303],[-96.63604,32.34773],[-96.63037,32.35244],[-96.6247,32.35714],[-96.61903,32.36186],[-96.61336,32.36658],[-96.60769,32.3713],[-96.60201,32.37602],[-96.59634,32.38072],[-96.59067,32.38541],[-96.58499,32.39011],[-96.57932,32.39479],[-96.57364,32.39949],[-96.56796,32.40423],[-96.56228,32.40892],[-96.5566,32.4136],[-96.55092,32.41832],[-96.54523,32.42304],[-96.53954,32.42777],[-96.53385,32.43251],[-96.52817,32.4372],[-96.52248,32.44189],[-96.51679,32.44659],[-96.51111,32.45128],[-96.50542,32.45597],[-96.49973,32.46066],[-96.49403,32.46535],[-96.48834,32.47005],[-96.48265,32.47475],[-96.47695,32.47944],[-96.47125,32.48414],[-96.46555,32.48883],[-96.45986,32.49353],[-96.45415,32.49823],[-96.44845,32.50292],[-96.44276,32.50756],[-96.43706,32.51222],[-96.43136,32.51692],[-96.42565,32.52161],[-96.41995,32.5263],[-96.41424,32.53097],[-96.40853,32.53565],[-96.40283,32.54034],[-96.39711,32.54503],[-96.3914,32.54972],[-96.38568,32.55443],[-96.37997,32.55914],[-96.37425,32.56382],[-96.36853,32.56852],[-96.36281,32.57322],[-96.35708,32.57796],[-96.35136,32.58265],[-96.34564,32.58733],[-96.33992,32.59203],[-96.33419,32.59673],[-96.32847,32.60141],[-96.32275,32.60607],[-96.31702,32.61076],[-96.31129,32.61546],[-96.30556,32.62016],[-96.29983,32.62485],[-96.29409,32.62955],[-96.28836,32.63424],[-96.28263,32.63891],[-96.27689,32.6436],[-96.27116,32.64828],[-96.26542,32.65296],[-96.25968,32.65766],[-96.25394,32.66235],[-96.2482,32.66704],[-96.24245,32.67174],[-96.23671,32.67641],[-96.23097,32.6811],[-96.22522,32.68578],[-96.21948,32.69045],[-96.21373,32.69513],[-96.20798,32.6998],[-96.20223,32.7045],[-96.19647,32.70921],[-96.19071,32.71393],[-96.18496,32.71862],[-96.1792,32.7233],[-96.17345,32.72798],[-96.16769,32.73265],[-96.16194,32.73732],[-96.15618,32.74202],[-96.15041,32.7467],[-96.14466,32.75137],[-96.1389,32.75604],[-96.13313,32.76071],[-96.12737,32.76541],[-96.12159,32.77011],[-96.11582,32.77482],[-96.11005,32.77953],[-96.10428,32.78421],[-96.0985,32.7889],[-96.09273,32.79361],[-96.08694,32.79834],[-96.08116,32.80304],[-96.07539,32.8077],[-96.0696,32.81242],[-96.06382,32.81713],[-96.05804,32.82181],[-96.05225,32.82651],[-96.04647,32.8312],[-96.04068,32.83589],[-96.0349,32.84059],[-96.02911,32.84527],[-96.02332,32.84997],[-96.01752,32.8547],[-96.01172,32.85944],[-96.00592,32.86413],[-96.00013,32.86882],[-95.99433,32.87352],[-95.98854,32.87821],[-95.98274,32.8829],[-95.97694,32.88759],[-95.97114,32.89228],[-95.96534,32.89696],[-95.95954,32.90163],[-95.95374,32.90633],[-95.94793,32.91101],[-95.94213,32.91571],[-95.93632,32.92039],[-95.93052,32.92506],[-95.92471,32.92972],[-95.91891,32.9344],[-95.91309,32.93908],[-95.90728,32.94378],[-95.90146,32.94847],[-95.89565,32.95316],[-95.88983,32.95786],[-95.88401,32.96257],[-95.87818,32.96726],[-95.87236,32.97197],[-95.86654,32.97664],[-95.86072,32.98133],[-95.8549,32.986],[-95.84907,32.9907],[-95.84324,32.99539],[-95.83741,33.00011],[-95.83158,33.0048],[-95.82575,33.00948],[-95.81992,33.01416],[-95.81409,33.01884],[-95.80826,33.0235],[-95.80243,33.02818],[-95.79659,33.03287],[-95.79074,33.03759],[-95.7849,33.04228],[-95.77906,33.04697],[-95.77322,33.05167],[-95.76737,33.05636],[-95.76153,33.06104],[-95.75569,33.06573],[-95.74984,33.07043],[-95.74399,33.0751],[-95.73814,33.07979],[-95.73229,33.08448],[-95.72644,33.08915],[-95.72059,33.09382],[-95.71474,33.09851],[-95.70888,33.10322],[-95.70302,33.10791],[-95.69717,33.11259],[-95.6913,33.11729],[-95.68544,33.12199],[-95.67957,33.1267],[-95.67371,33.13138],[-95.66784,33.13608],[-95.66198,33.14077],[-95.65611,33.14547],[-95.65024,33.15016],[-95.64437,33.15486],[-95.63849,33.15956],[-95.63261,33.16428],[-95.62674,33.16898],[-95.62086,33.17367],[-95.61499,33.17835],[-95.60911,33.18302],[-95.60323,33.18773],[-95.59735,33.19241],[-95.59147,33.19709],[-95.58559,33.20177],[-95.57972,33.20643],[-95.57383,33.21112],[-95.56795,33.2158],[-95.56205,33.22052],[-95.55615,33.22524],[-95.55026,33.22993],[-95.54437,33.23461],[-95.53849,33.23928],[-95.53259,33.24396],[-95.5267,33.24865],[-95.5208,33.25333],[-95.51491,33.25799],[-95.50901,33.2627],[-95.5031,33.26741],[-95.4972,33.2721],[-95.4913,33.27678],[-95.4854,33.28146],[-95.47949,33.28616],[-95.47358,33.29085],[-95.46767,33.29555],[-95.46176,33.30024],[-95.45585,33.30493],[-95.44994,33.30962],[-95.44403,33.3143],[-95.43812,33.31896],[-95.4322,33.32365],[-95.42628,33.32837],[-95.42036,33.33305],[-95.41444,33.33772],[-95.40852,33.3424],[-95.40259,33.34713],[-95.39667,33.35183],[-95.39074,33.3565],[-95.38481,33.36122],[-95.37886,33.36599],[-95.37293,33.3707],[-95.36699,33.3754],[-95.36106,33.38008],[-95.35513,33.38476],[-95.3492,33.38943],[-95.34327,33.3941],[-95.33733,33.39879],[-95.3314,33.40347],[-95.32546,33.40816],[-95.31951,33.41286],[-95.31357,33.41757],[-95.30763,33.42224],[-95.3017,33.42687],[-95.29575,33.43156],[-95.2898,33.43625],[-95.28385,33.44094],[-95.2779,33.44564],[-95.27195,33.45033],[-95.266,33.45502],[-95.26004,33.45971],[-95.25409,33.46439],[-95.24814,33.46905],[-95.24219,33.47372],[-95.23623,33.47841],[-95.23027,33.48309],[-95.22432,33.48775],[-95.21836,33.49241],[-95.21239,33.4971],[-95.20642,33.50181],[-95.20045,33.50651],[-95.19448,33.51122],[-95.18851,33.51591],[-95.18253,33.52061],[-95.17656,33.52531],[-95.17058,33.53002],[-95.1646,33.5347],[-95.15863,33.53936],[-95.15267,33.54402],[-95.14669,33.54871],[-95.1407,33.55343],[-95.13472,33.5581],[-95.12874,33.56278],[-95.12274,33.5675],[-95.11677,33.57215],[-95.11079,33.57681],[-95.10481,33.58148],[-95.09881,33.58618],[-95.09283,33.59086],[-95.08683,33.59554],[-95.08084,33.60022],[-95.07485,33.60491],[-95.06886,33.60958],[-95.06287,33.61423],[-95.05686,33.61894],[-95.05087,33.62362],[-95.04486,33.62833],[-95.03886,33.633],[-95.03286,33.63768],[-95.02686,33.64233],[-95.02086,33.647],[-95.01485,33.6517],[-95.00884,33.65638],[-95.00282,33.66108],[-94.99681,33.66579],[-94.99078,33.6705],[-94.98477,33.6752],[-94.97875,33.6799],[-94.97272,33.6846],[-94.96671,33.68928],[-94.96069,33.69394],[-94.95467,33.69863],[-94.94865,33.7033],[-94.94262,33.708],[-94.9366,33.71268],[-94.93057,33.71737],[-94.92454,33.72205],[-94.91852,33.72673],[-94.91248,33.73142],[-94.90645,33.73611],[-94.90042,33.74078],[-94.89438,33.74548],[-94.88833,33.7502],[-94.88229,33.7549],[-94.87624,33.75961],[-94.8702,33.7643],[-94.86416,33.76897],[-94.85812,33.77366],[-94.85207,33.77834],[-94.84603,33.78302],[-94.83999,33.78769],[-94.83393,33.79239],[-94.82789,33.79706],[-94.82184,33.80174],[-94.81578,33.80644],[-94.80973,33.81112],[-94.80367,33.81581],[-94.79762,33.82049],[-94.79157,33.82513],[-94.78553,33.82975],[-94.77948,33.83441],[-94.77341,33.8391],[-94.76735,33.84377],[-94.76128,33.84849],[-94.7552,33.85322],[-94.74913,33.85789],[-94.74306,33.86258],[-94.73699,33.86725],[-94.73092,33.87195],[-94.72484,33.87664],[-94.71876,33.88134],[-94.71268,33.88603],[-94.70661,33.89071],[-94.70053,33.89539],[-94.69444,33.90009],[-94.68838,33.90473],[-94.6823,33.90939],[-94.67622,33.91406],[-94.67014,33.91873],[-94.66405,33.92341],[-94.65796,33.9281],[-94.65188,33.93276],[-94.64578,33.93747],[-94.63968,33.94218],[-94.63358,33.94689],[-94.62747,33.95159],[-94.62137,33.95628],[-94.61528,33.96097],[-94.60918,33.96564],[-94.60308,33.9703],[-94.59699,33.97497],[-94.59086,33.97972],[-94.58476,33.98439],[-94.57866,33.98906],[-94.57255,33.99374],[-94.56644,33.99842],[-94.56033,34.0031],[-94.55423,34.00775],[-94.54812,34.01242],[-94.54203,34.01704],[-94.53592,34.02168],[-94.52979,34.02639],[-94.52366,34.03111],[-94.51755,34.03575],[-94.51144,34.04043],[-94.5053,34.04513],[-94.49918,34.04982],[-94.49306,34.05447],[-94.48691,34.05921],[-94.48077,34.06392],[-94.47466,34.06856],[-94.46854,34.07321],[-94.4624,34.0779],[-94.45627,34.08257],[-94.45014,34.08723],[-94.44403,34.09184],[-94.43791,34.09646],[-94.43178,34.10113],[-94.42564,34.10579],[-94.41949,34.11049],[-94.41334,34.11519],[-94.4072,34.11985],[-94.40102,34.12463],[-94.39486,34.12934],[-94.38872,34.134],[-94.38259,34.1386],[-94.37647,34.14319],[-94.37033,34.14783],[-94.36419,34.15248],[-94.35804,34.15713],[-94.3519,34.16175],[-94.34574,34.16644],[-94.33961,34.17104],[-94.33346,34.17567],[-94.3273,34.18033],[-94.32114,34.185],[-94.31496,34.18972],[-94.30877,34.19445],[-94.30257,34.19922],[-94.29637,34.20399],[-94.29017,34.20873],[-94.28401,34.21339],[-94.27786,34.21799],[-94.27169,34.22264],[-94.26555,34.22723],[-94.25932,34.23203],[-94.25311,34.23681],[-94.24697,34.24137],[-94.24078,34.24606],[-94.23459,34.25074],[-94.22842,34.25538],[-94.22219,34.26016],[-94.216,34.26484],[-94.20983,34.26945],[-94.20365,34.2741],[-94.1975,34.27867],[-94.19129,34.28339],[-94.1851,34.28803],[-94.17887,34.29281],[-94.17268,34.29744],[-94.16646,34.30217],[-94.16029,34.30676],[-94.15412,34.31136],[-94.14793,34.31598],[-94.14175,34.32058],[-94.13556,34.32522],[-94.12935,34.32991],[-94.12312,34.33461],[-94.11693,34.33924],[-94.11073,34.34388],[-94.10456,34.34844],[-94.09835,34.35307],[-94.09213,34.35777],[-94.08592,34.36243],[-94.0797,34.36709],[-94.07349,34.37173],[-94.06731,34.37628],[-94.06117,34.38075],[-94.05504,34.38514],[-94.04895,34.38945],[-94.04267,34.39427],[-94.03637,34.39911],[-94.03017,34.40371],[-94.024,34.40822],[-94.01773,34.41298],[-94.0114,34.4179],[-94.00518,34.42253],[-93.99905,34.42691],[-93.99275,34.43174],[-93.98645,34.43658],[-93.98021,34.44124],[-93.97399,34.44585],[-93.96762,34.45084],[-93.96127,34.45579],[-93.95501,34.4605],[-93.94874,34.46521],[-93.9425,34.46985],[-93.93627,34.47447],[-93.92999,34.47921],[-93.92369,34.48398],[-93.91741,34.48873],[-93.91112,34.49347],[-93.90484,34.49818],[-93.89856,34.5029],[-93.89228,34.50762],[-93.88605,34.51219],[-93.87976,34.51693],[-93.87348,34.52163],[-93.86726,34.52617],[-93.86107,34.53063],[-93.85475,34.53542],[-93.84842,34.54023],[-93.84214,34.54491],[-93.83587,34.54958],[-93.8296,34.55422],[-93.82334,34.55884],[-93.81704,34.56355],[-93.81076,34.56822],[-93.8045,34.57282],[-93.79819,34.57755],[-93.79184,34.58238],[-93.78558,34.58697],[-93.77927,34.59169],[-93.77291,34.59655],[-93.76657,34.60132],[-93.76025,34.60604],[-93.75394,34.61075],[-93.74763,34.61546],[-93.74135,34.62007],[-93.73503,34.62479],[-93.72873,34.62946],[-93.72246,34.63404],[-93.71614,34.63875],[-93.70978,34.64354],[-93.70345,34.64826],[-93.69714,34.65293],[-93.69085,34.65755],[-93.68453,34.66223],[-93.67822,34.66688],[-93.67192,34.67152],[-93.6656,34.67618],[-93.65929,34.68083],[-93.65297,34.68549],[-93.64669,34.69006],[-93.6405,34.69439],[-93.63417,34.69908],[-93.62782,34.70381],[-93.6215,34.70844],[-93.61522,34.71298],[-93.60888,34.71769],[-93.60252,34.72241],[-93.59617,34.72713],[-93.58994,34.73153],[-93.58358,34.73626],[-93.57712,34.7412],[-93.57076,34.74594],[-93.56443,34.75057],[-93.55811,34.75517],[-93.55178,34.75981],[-93.54551,34.76429],[-93.53917,34.76894],[-93.53285,34.77352],[-93.52637,34.77851],[-93.51996,34.78333],[-93.51353,34.78818],[-93.50714,34.79293],[-93.50078,34.7976],[-93.49442,34.80227],[-93.48807,34.80691],[-93.48172,34.81155],[-93.47538,34.81615],[-93.46904,34.82076],[-93.46269,34.82537],[-93.45628,34.83016],[-93.44986,34.83493],[-93.44345,34.83969],[-93.43706,34.8444],[-93.43068,34.84909],[-93.4243,34.85375],[-93.41793,34.85841],[-93.41155,34.86307],[-93.40524,34.86758],[-93.39889,34.87217],[-93.39257,34.87667],[-93.38617,34.88138],[-93.37975,34.88612],[-93.37338,34.89074],[-93.36704,34.8953],[-93.36058,34.90012],[-93.3541,34.90499],[-93.34768,34.90972],[-93.34122,34.91453],[-93.33474,34.91939],[-93.32831,34.92413],[-93.32187,34.92889],[-93.31546,34.93356],[-93.30903,34.9383],[-93.30255,34.94315],[-93.29613,34.94783],[-93.28972,34.9525],[-93.28332,34.95714],[-93.27691,34.96181],[-93.27049,34.96649],[-93.26408,34.97114],[-93.25769,34.97572],[-93.25131,34.9803],[-93.24497,34.98479],[-93.2386,34.98932],[-93.23227,34.99379],[-93.22594,34.99823],[-93.21934,35.00328],[-93.21284,35.00812],[-93.2064,35.01281],[-93.1999,35.01764],[-93.19336,35.02255],[-93.18691,35.02726],[-93.18047,35.03194],[-93.17401,35.03664],[-93.16757,35.04131],[-93.16112,35.046],[-93.15468,35.05066],[-93.14822,35.05534],[-93.14178,35.06],[-93.13533,35.06467],[-93.12889,35.06933],[-93.12243,35.07401],[-93.11597,35.07869],[-93.1095,35.08338],[-93.10307,35.088],[-93.09663,35.09263],[-93.09015,35.09734],[-93.08367,35.10204],[-93.0772,35.10674],[-93.07075,35.11137],[-93.06428,35.11605],[-93.0578,35.12073],[-93.05134,35.12538],[-93.04486,35.13006],[-93.03837,35.13476],[-93.03189,35.13944],[-93.02543,35.14408],[-93.01894,35.14877],[-93.01246,35.15344],[-93.00598,35.15811],[-92.9995,35.16277],[-92.99301,35.16745],[-92.98653,35.1721],[-92.98005,35.17675],[-92.97356,35.18143],[-92.96706,35.18612],[-92.96058,35.19075],[-92.95408,35.19543],[-92.94757,35.20013],[-92.94108,35.20479],[-92.93457,35.20946],[-92.92807,35.21413],[-92.92157,35.21881],[-92.91506,35.22347],[-92.90856,35.22813],[-92.90205,35.2328],[-92.89555,35.23746],[-92.88905,35.24211],[-92.88253,35.24678],[-92.87602,35.25144],[-92.86951,35.25609],[-92.86298,35.2608],[-92.85645,35.26548],[-92.84993,35.27016],[-92.8434,35.27483],[-92.83692,35.27941],[-92.83045,35.28395],[-92.82389,35.2887],[-92.81736,35.29336],[-92.81087,35.29795],[-92.80436,35.30257],[-92.79791,35.30705],[-92.79142,35.31161],[-92.78488,35.31629],[-92.77825,35.32115],[-92.77168,35.32588],[-92.76516,35.33052],[-92.75863,35.33514],[-92.75208,35.33982],[-92.74552,35.34452],[-92.73899,35.34915],[-92.73245,35.35379],[-92.72591,35.35842],[-92.7194,35.36301],[-92.71285,35.36767],[-92.70629,35.37234],[-92.69975,35.37696],[-92.69314,35.38174],[-92.68656,35.38643],[-92.68004,35.39102],[-92.67347,35.39568],[-92.66685,35.40048],[-92.66023,35.40524],[-92.65363,35.40998],[-92.64714,35.41447],[-92.64058,35.41911],[-92.63397,35.42384],[-92.6274,35.4285],[-92.62082,35.43318],[-92.61423,35.43785],[-92.60767,35.44248],[-92.6011,35.44712],[-92.59455,35.4517],[-92.58794,35.45642],[-92.58136,35.46106],[-92.57476,35.46575],[-92.56816,35.47043],[-92.56164,35.47496],[-92.55508,35.47954],[-92.5485,35.48416],[-92.54196,35.4887],[-92.53539,35.49332],[-92.5288,35.49794],[-92.52221,35.50259],[-92.51561,35.50724],[-92.509,35.51192],[-92.50243,35.5165],[-92.49578,35.52124],[-92.48907,35.52613],[-92.48238,35.53094],[-92.47584,35.53546],[-92.46916,35.54025],[-92.46254,35.54493],[-92.45593,35.54955],[-92.44931,35.55421],[-92.4427,35.55885],[-92.43607,35.56354],[-92.42935,35.56839],[-92.42272,35.57305],[-92.41608,35.57774],[-92.40939,35.58253],[-92.40282,35.58705],[-92.39633,35.59142],[-92.38977,35.59592],[-92.38314,35.60057],[-92.37638,35.60548],[-92.36981,35.61],[-92.36326,35.61448],[-92.35652,35.61931],[-92.34978,35.62417],[-92.34316,35.62878],[-92.33655,35.63336],[-92.32985,35.63811],[-92.32308,35.64302],[-92.31637,35.64779],[-92.30972,35.65244],[-92.30307,35.65707],[-92.29642,35.66172],[-92.28994,35.66602],[-92.28328,35.67067],[-92.27659,35.67538],[-92.26996,35.67997],[-92.26334,35.68452],[-92.25664,35.68924],[-92.24996,35.69392],[-92.24333,35.69849],[-92.23674,35.70298],[-92.23014,35.7075],[-92.22345,35.71219],[-92.21672,35.71693],[-92.2101,35.72148],[-92.20344,35.72608],[-92.19669,35.73087],[-92.18995,35.73564],[-92.18323,35.74037],[-92.17651,35.74507],[-92.16977,35.74984],[-92.16311,35.75441],[-92.15634,35.75922],[-92.1497,35.76377],[-92.14308,35.76828],[-92.13641,35.77287],[-92.12963,35.77768],[-92.12287,35.78246],[-92.11633,35.78678],[-92.10969,35.79131],[-92.10296,35.79601],[-92.09618,35.8008],[-92.08941,35.80558],[-92.08279,35.81005],[-92.07614,35.81458],[-92.06941,35.81927],[-92.06271,35.82387],[-92.05569,35.82911],[-92.04877,35.83415],[-92.04211,35.83868],[-92.03544,35.84324],[-92.02877,35.84777],[-92.02231,35.8519],[-92.01575,35.85623],[-92.00876,35.86139],[-92.00171,35.86665],[-91.99491,35.87143],[-91.98816,35.87612],[-91.98139,35.88082],[-91.97462,35.88554],[-91.96787,35.89019],[-91.96112,35.89486],[-91.95446,35.89935],[-91.94775,35.90393],[-91.94092,35.90873],[-91.93395,35.9138],[-91.9274,35.91806],[-91.92064,35.92273],[-91.91399,35.92719],[-91.90728,35.93174],[-91.90047,35.93649],[-91.89375,35.94106],[-91.88693,35.94581],[-91.88019,35.95043],[-91.87344,35.95503],[-91.86655,35.95993],[-91.85971,35.96471],[-91.85302,35.96921],[-91.84617,35.97399],[-91.83938,35.97867],[-91.83269,35.98317],[-91.82588,35.98786],[-91.81911,35.9925],[-91.81232,35.99717],[-91.80557,36.00175],[-91.79882,36.00632],[-91.79204,36.01097],[-91.78521,36.01568],[-91.77839,36.02039],[-91.77163,36.02498],[-91.76483,36.02965],[-91.75796,36.03442],[-91.75114,36.03912],[-91.7443,36.04385],[-91.73747,36.04855],[-91.73064,36.05323],[-91.72381,36.05793],[-91.717,36.06258],[-91.7102,36.06722],[-91.70338,36.07189],[-91.69654,36.07659],[-91.68972,36.08125],[-91.68294,36.08582],[-91.67611,36.0905],[-91.66923,36.09525],[-91.66244,36.09984],[-91.65559,36.10453],[-91.6487,36.1093],[-91.64187,36.11395],[-91.63508,36.11854],[-91.62828,36.12313],[-91.62144,36.12779],[-91.61463,36.13239],[-91.60782,36.13699],[-91.60101,36.14158],[-91.59413,36.1463],[-91.58727,36.15098],[-91.58048,36.15554],[-91.57362,36.1602],[-91.56671,36.16497],[-91.55981,36.16971],[-91.55293,36.17442],[-91.54604,36.17913],[-91.53915,36.18384],[-91.53226,36.18854],[-91.52543,36.19315],[-91.51859,36.19776],[-91.51176,36.20234],[-91.50491,36.20696],[-91.49808,36.21154],[-91.49126,36.21612],[-91.48438,36.22078],[-91.47745,36.22553],[-91.47051,36.23029],[-91.46362,36.23496],[-91.45678,36.23955],[-91.44989,36.24421],[-91.44303,36.24883],[-91.43612,36.25352],[-91.42921,36.25822],[-91.42222,36.26305],[-91.41529,36.26777],[-91.40837,36.27247],[-91.40157,36.27695],[-91.39476,36.28144],[-91.38786,36.2861],[-91.38091,36.29085],[-91.37407,36.2954],[-91.36711,36.30014],[-91.36016,36.30488],[-91.35333,36.30938],[-91.34639,36.31408],[-91.33953,36.31865],[-91.33248,36.32354],[-91.32556,36.32821],[-91.31866,36.33283],[-91.31183,36.33732],[-91.30497,36.34187],[-91.29804,36.34653],[-91.29114,36.35114],[-91.28415,36.3559],[-91.27723,36.36054],[-91.2703,36.36519],[-91.26329,36.36998],[-91.25635,36.37463],[-91.2494,36.37932],[-91.24244,36.384],[-91.23558,36.38851],[-91.22872,36.39302],[-91.22177,36.39768],[-91.21479,36.4024],[-91.20776,36.40719],[-91.20081,36.41183],[-91.19385,36.41651],[-91.18694,36.42108],[-91.17993,36.42583],[-91.17292,36.43058],[-91.16592,36.4353],[-91.15892,36.44002],[-91.15194,36.44469],[-91.145,36.4493],[-91.1381,36.45384],[-91.13114,36.45848],[-91.12419,36.46308],[-91.11729,36.46761],[-91.11037,36.47217],[-91.10337,36.47687],[-91.09635,36.48158],[-91.08931,36.48634],[-91.08232,36.49101],[-91.07538,36.49559],[-91.06839,36.50025],[-91.06138,36.50493],[-91.05443,36.50951],[-91.04747,36.51411],[-91.04042,36.51886],[-91.03338,36.52358],[-91.02639,36.52821],[-91.01944,36.53279],[-91.01238,36.53754],[-91.00534,36.54226],[-90.99837,36.54685],[-90.99142,36.5514],[-90.98439,36.55607],[-90.97738,36.56073],[-90.97029,36.56551],[-90.96328,36.57015],[-90.95626,36.5748],[-90.94927,36.57941],[-90.9423,36.58397],[-90.93527,36.58864],[-90.92826,36.59327],[-90.92122,36.59794],[-90.91417,36.60263],[-90.90716,36.60724],[-90.90011,36.61191],[-90.89305,36.61661],[-90.88599,36.62131],[-90.87892,36.626],[-90.87187,36.63067],[-90.86483,36.63531],[-90.85776,36.64001],[-90.85068,36.64471],[-90.84371,36.64924],[-90.83669,36.65383],[-90.82963,36.6585],[-90.82259,36.66313],[-90.81556,36.66773],[-90.80856,36.67228],[-90.80153,36.67688],[-90.79444,36.68157],[-90.78741,36.68618],[-90.78033,36.69084],[-90.77325,36.69551],[-90.76618,36.70018],[-90.75909,36.70484],[-90.75199,36.70954],[-90.74489,36.71422],[-90.73781,36.71889],[-90.73068,36.72361],[-90.72365,36.72817],[-90.71663,36.73273],[-90.7095,36.73744],[-90.70242,36.74208],[-90.69538,36.74666],[-90.6883,36.75128],[-90.68119,36.75595],[-90.67408,36.76063],[-90.66693,36.76537],[-90.65982,36.77004],[-90.65274,36.77465],[-90.64568,36.77923],[-90.63861,36.78382],[-90.63147,36.78851],[-90.62436,36.79317],[-90.61729,36.79775],[-90.61018,36.8024],[-90.60304,36.80709],[-90.5959,36.81177],[-90.58875,36.81647],[-90.58155,36.82124],[-90.5745,36.82577],[-90.56743,36.83033],[-90.5603,36.83497],[-90.55317,36.83964],[-90.54593,36.84446],[-90.53878,36.84913],[-90.53171,36.85367],[-90.52458,36.85832],[-90.5175,36.86286],[-90.51038,36.86747],[-90.5032,36.87218],[-90.496,36.87692],[-90.48887,36.88155],[-90.48168,36.88625],[-90.47448,36.89098],[-90.46728,36.8957],[-90.46018,36.90025],[-90.45309,36.9048],[-90.44597,36.90939],[-90.43884,36.91398],[-90.43171,36.91857],[-90.42453,36.92325],[-90.41736,36.9279],[-90.41016,36.93259],[-90.40294,36.93732],[-90.39576,36.94197],[-90.38861,36.94659],[-90.38149,36.95114],[-90.37428,36.95583],[-90.36705,36.96055],[-90.35984,36.96524],[-90.35262,36.96994],[-90.34549,36.9745],[-90.33822,36.97927],[-90.331,36.98396],[-90.32391,36.98845],[-90.31678,36.99299],[-90.30961,36.9976],[-90.30241,37.00224],[-90.29518,37.00693],[-90.28798,37.01158],[-90.28078,37.01621],[-90.27362,37.02078],[-90.26643,37.0254],[-90.25922,37.03004],[-90.25199,37.03471],[-90.24475,37.03939],[-90.23748,37.04411],[-90.23025,37.04877],[-90.22306,37.05337],[-90.21584,37.05801],[-90.20866,37.06258],[-90.20142,37.06725],[-90.19414,37.07196],[-90.18682,37.07675],[-90.17961,37.08135],[-90.17239,37.08598],[-90.16521,37.09053],[-90.15798,37.09516],[-90.15067,37.0999],[-90.14342,37.10455],[-90.13622,37.10914],[-90.129,37.11373],[-90.1217,37.11845],[-90.11451,37.12299],[-90.10724,37.12766],[-90.09997,37.13233],[-90.09268,37.13702],[-90.08536,37.14176],[-90.07807,37.14644],[-90.07081,37.15108],[-90.06357,37.15567],[-90.0564,37.16017],[-90.04918,37.16473],[-90.04183,37.1695],[-90.03449,37.17424],[-90.02726,37.17881],[-90.01997,37.18347],[-90.01267,37.18813],[-90.00545,37.19268],[-89.99818,37.1973],[-89.99083,37.20204],[-89.98353,37.20669],[-89.97637,37.21114],[-89.96904,37.21582],[-89.96168,37.22057],[-89.95446,37.22509],[-89.94723,37.22963],[-89.9399,37.23431],[-89.93258,37.23897],[-89.92526,37.24364],[-89.91795,37.24828],[-89.91059,37.25301],[-89.90328,37.25764],[-89.89599,37.26224],[-89.88865,37.26692],[-89.88126,37.27167],[-89.87393,37.27633],[-89.86659,37.28099],[-89.85924,37.28566],[-89.85199,37.29019],[-89.84469,37.29479],[-89.83741,37.29934],[-89.83013,37.3039],[-89.82276,37.30859],[-89.81537,37.31331],[-89.80809,37.31787],[-89.80069,37.3226],[-89.79329,37.32732],[-89.78588,37.33205],[-89.77858,37.33661],[-89.77126,37.34122],[-89.76393,37.34582],[-89.75651,37.35056],[-89.74915,37.35521],[-89.74182,37.3598],[-89.73446,37.36444],[-89.72715,37.36899],[-89.71979,37.37362],[-89.71239,37.37831],[-89.70503,37.38294],[-89.69766,37.38757],[-89.69029,37.39222],[-89.68292,37.39684],[-89.67556,37.40145],[-89.66818,37.40608],[-89.66081,37.41071],[-89.65341,37.41537],[-89.64606,37.41996],[-89.63868,37.42459],[-89.63131,37.42919],[-89.62395,37.43377],[-89.61657,37.4384],[-89.60909,37.44315],[-89.60166,37.44783],[-89.5943,37.45242],[-89.58693,37.457],[-89.57947,37.46172],[-89.57203,37.4664],[-89.56456,37.47113],[-89.55718,37.47571],[-89.54982,37.48028],[-89.54242,37.48489],[-89.53493,37.48963],[-89.52752,37.49425],[-89.52013,37.49884],[-89.51268,37.5035],[-89.50515,37.50829],[-89.49769,37.51298],[-89.49027,37.5176],[-89.48284,37.52224],[-89.4754,37.52687],[-89.46796,37.5315],[-89.46053,37.53614],[-89.4531,37.54075],[-89.44568,37.54535],[-89.43844,37.54968],[-89.4311,37.55416],[-89.42359,37.55889],[-89.41613,37.56353],[-89.40868,37.56815],[-89.40116,37.57289],[-89.39366,37.57758],[-89.38634,37.58201],[-89.37885,37.58668],[-89.3714,37.59128],[-89.36402,37.5958],[-89.35646,37.60056],[-89.34887,37.60536],[-89.34135,37.61007],[-89.33399,37.61453],[-89.32648,37.6192],[-89.31896,37.62389],[-89.31155,37.62842],[-89.30407,37.63305],[-89.29652,37.63777],[-89.28894,37.64254],[-89.28148,37.64712],[-89.27405,37.65166],[-89.26649,37.65639],[-89.25908,37.66089],[-89.25162,37.66547],[-89.24409,37.67014],[-89.23654,37.67483],[-89.22902,37.67949],[-89.22146,37.68419],[-89.2139,37.68889],[-89.20638,37.69353],[-89.19886,37.69816],[-89.19132,37.70283],[-89.18378,37.70749],[-89.17624,37.71215],[-89.16871,37.71678],[-89.16121,37.72138],[-89.15369,37.726],[-89.14615,37.73063],[-89.13862,37.73526],[-89.13108,37.73989],[-89.12355,37.74452],[-89.11602,37.74913],[-89.10848,37.75376],[-89.10096,37.75836],[-89.09341,37.76299],[-89.08587,37.76761],[-89.07831,37.77226],[-89.07075,37.77689],[-89.06316,37.78157],[-89.05562,37.78617],[-89.04807,37.79078],[-89.04051,37.79541],[-89.03294,37.80005],[-89.02536,37.80469],[-89.01778,37.80934],[-89.01019,37.81399],[-89.00262,37.81861],[-88.99503,37.82327],[-88.98744,37.82791],[-88.97985,37.83255],[-88.97228,37.83716],[-88.96471,37.84177],[-88.95712,37.8464],[-88.94954,37.85102],[-88.94199,37.8556],[-88.93441,37.8602],[-88.9268,37.86485],[-88.91917,37.86952],[-88.91156,37.87416],[-88.90395,37.87879],[-88.89635,37.88341],[-88.88874,37.88805],[-88.88113,37.89267],[-88.87351,37.89731],[-88.8659,37.90193],[-88.85829,37.90656],[-88.85066,37.91119],[-88.84303,37.91583],[-88.83541,37.92046],[-88.82779,37.92508],[-88.82017,37.92969],[-88.81254,37.93431],[-88.80492,37.93893],[-88.7973,37.94354],[-88.78966,37.94816],[-88.78202,37.95279],[-88.77439,37.9574],[-88.76675,37.96202],[-88.75911,37.96664],[-88.75148,37.97124],[-88.74382,37.97588],[-88.73618,37.98049],[-88.72855,37.98508],[-88.72095,37.98962],[-88.7133,37.99424],[-88.70559,37.99892],[-88.69794,38.00353],[-88.69027,38.00816],[-88.6826,38.01278],[-88.67494,38.01739],[-88.66727,38.02202],[-88.65957,38.02667],[-88.65192,38.03126],[-88.64421,38.03592],[-88.63651,38.04057],[-88.62881,38.04521],[-88.6211,38.04986],[-88.61343,38.05446],[-88.60575,38.05907],[-88.59805,38.0637],[-88.59034,38.06835],[-88.5826,38.07303],[-88.57492,38.07761],[-88.5672,38.08226],[-88.55947,38.08691],[-88.55175,38.09156],[-88.54408,38.09612],[-88.53639,38.10072],[-88.52868,38.10534],[-88.52092,38.11001],[-88.51326,38.11455],[-88.50554,38.11917],[-88.4978,38.12381],[-88.49007,38.12844],[-88.48232,38.13309],[-88.47456,38.13775],[-88.46679,38.14242],[-88.45904,38.14706],[-88.45131,38.15167],[-88.44359,38.15626],[-88.43584,38.16089],[-88.42813,38.16547],[-88.42033,38.17016],[-88.41257,38.1748],[-88.4048,38.17944],[-88.39705,38.18405],[-88.3893,38.18866],[-88.38156,38.19326],[-88.37376,38.19792],[-88.36597,38.20258],[-88.3582,38.20721],[-88.35042,38.21184],[-88.34265,38.21645],[-88.33488,38.22107],[-88.3271,38.22569],[-88.31932,38.23032],[-88.31156,38.23491],[-88.30384,38.23945],[-88.29603,38.2441],[-88.28825,38.24871],[-88.28044,38.25336],[-88.27267,38.25794],[-88.26485,38.26259],[-88.25704,38.26723],[-88.24924,38.27185],[-88.24147,38.27643],[-88.2337,38.281],[-88.2259,38.28561],[-88.21799,38.29036],[-88.21017,38.29499],[-88.20235,38.29961],[-88.19454,38.30422],[-88.18673,38.30882],[-88.17892,38.31344],[-88.1711,38.31805],[-88.1633,38.32263],[-88.1555,38.3272],[-88.14761,38.3319],[-88.1398,38.33648],[-88.13195,38.34113],[-88.12408,38.34578],[-88.11625,38.35039],[-88.1084,38.35501],[-88.10056,38.35963],[-88.09272,38.36423],[-88.08489,38.36882],[-88.07705,38.37341],[-88.06926,38.37796],[-88.06145,38.3825],[-88.05358,38.38714],[-88.04569,38.39179],[-88.03784,38.39639],[-88.02991,38.40108],[-88.022,38.40575],[-88.0141,38.4104],[-88.00621,38.41503],[-87.99834,38.41965],[-87.99047,38.42425],[-87.98258,38.42887],[-87.97469,38.4335],[-87.96679,38.43812],[-87.95891,38.44273],[-87.95103,38.44733],[-87.94312,38.45196],[-87.93522,38.45658],[-87.92737,38.46115],[-87.91944,38.46579],[-87.91156,38.47037],[-87.90367,38.47497],[-87.89579,38.47955],[-87.88785,38.4842],[-87.87991,38.48884],[-87.872,38.49346],[-87.8641,38.49804],[-87.85621,38.50262],[-87.84832,38.50719],[-87.84044,38.51174],[-87.83246,38.51642],[-87.82449,38.52108],[-87.81655,38.52571],[-87.80861,38.53032],[-87.80064,38.53498],[-87.7927,38.53959],[-87.78478,38.54417],[-87.77687,38.54875],[-87.76894,38.55334],[-87.76101,38.55792],[-87.75301,38.5626],[-87.74505,38.56721],[-87.73713,38.57178],[-87.72909,38.57648],[-87.72112,38.58111],[-87.71315,38.58573],[-87.70517,38.59035],[-87.6972,38.59497],[-87.68922,38.59959],[-87.68127,38.60416],[-87.67335,38.60871],[-87.66536,38.61333],[-87.65733,38.61799],[-87.64932,38.62263],[-87.64132,38.62726],[-87.63333,38.63187],[-87.62535,38.63647],[-87.61734,38.64109],[-87.60935,38.64569],[-87.60134,38.65032],[-87.59333,38.65494],[-87.58533,38.65955],[-87.57732,38.66416],[-87.56931,38.66876],[-87.56131,38.67336],[-87.55329,38.67797],[-87.54527,38.68258],[-87.53725,38.68719],[-87.52923,38.6918],[-87.52122,38.6964],[-87.51318,38.70102],[-87.50519,38.70557],[-87.49718,38.71015],[-87.4892,38.7147],[-87.4811,38.71938],[-87.47308,38.72397],[-87.46503,38.72859],[-87.45699,38.73319],[-87.44896,38.73777],[-87.44092,38.74236],[-87.43284,38.747],[-87.42479,38.7516],[-87.41676,38.75619],[-87.40875,38.76072],[-87.40072,38.76529],[-87.39266,38.76989],[-87.38458,38.77452],[-87.37645,38.77919],[-87.36843,38.78374],[-87.36034,38.78836],[-87.35222,38.79302],[-87.34415,38.79761],[-87.33606,38.80223],[-87.32796,38.80685],[-87.3198,38.81154],[-87.31171,38.81614],[-87.30367,38.82069],[-87.2956,38.82526],[-87.28744,38.82994],[-87.27933,38.83455],[-87.27131,38.83906],[-87.26315,38.84374],[-87.255,38.84838],[-87.24688,38.853],[-87.23876,38.85761],[-87.23064,38.86222],[-87.22253,38.86682],[-87.2144,38.87143],[-87.20627,38.87604],[-87.19815,38.88064],[-87.19002,38.88524],[-87.18189,38.88984],[-87.17376,38.89444],[-87.16562,38.89904],[-87.15748,38.90365],[-87.14933,38.90826],[-87.14119,38.91286],[-87.13304,38.91746],[-87.12489,38.92206],[-87.11674,38.92667],[-87.10859,38.93127],[-87.10044,38.93586],[-87.09227,38.94047],[-87.08411,38.94507],[-87.07595,38.94966],[-87.06777,38.95428],[-87.05961,38.95887],[-87.05144,38.96347],[-87.04327,38.96806],[-87.0351,38.97266],[-87.02692,38.97725],[-87.01875,38.98184],[-87.01056,38.98645],[-87.00236,38.99106],[-86.99421,38.99562],[-86.98601,39.00022],[-86.97777,39.00487],[-86.96956,39.00948],[-86.96136,39.01408],[-86.95322,39.01861],[-86.94504,39.02317],[-86.93688,39.02771],[-86.92858,39.03242],[-86.92039,39.03698],[-86.91221,39.04154],[-86.90396,39.04617],[-86.89568,39.05084],[-86.88746,39.05544],[-86.8793,39.05996],[-86.8712,39.0644],[-86.86301,39.06895],[-86.85456,39.07379],[-86.84641,39.07829],[-86.83821,39.08284],[-86.82992,39.0875],[-86.82167,39.0921],[-86.81343,39.09668],[-86.80526,39.10118],[-86.79708,39.1057],[-86.78878,39.11035],[-86.78066,39.11478],[-86.7723,39.11949],[-86.76392,39.12422],[-86.75562,39.12886],[-86.74752,39.13325],[-86.73917,39.13794],[-86.73097,39.14245],[-86.7228,39.14692],[-86.71457,39.15146],[-86.70616,39.1562],[-86.69772,39.16097],[-86.68948,39.16551],[-86.68125,39.17004],[-86.67297,39.17462],[-86.66479,39.17908],[-86.65646,39.1837],[-86.64814,39.18832],[-86.63979,39.19296],[-86.63153,39.19751],[-86.62327,39.20204],[-86.61489,39.20672],[-86.60652,39.21138],[-86.59822,39.21594],[-86.58995,39.22048],[-86.58165,39.22505],[-86.57323,39.22975],[-86.56477,39.23449],[-86.55633,39.23921],[-86.54794,39.24386],[-86.53965,39.2484],[-86.53142,39.25287],[-86.52303,39.25752],[-86.51479,39.26199],[-86.50633,39.26671],[-86.49803,39.27125],[-86.48971,39.2758],[-86.48131,39.28044],[-86.47289,39.2851],[-86.46453,39.28969],[-86.45622,39.29422],[-86.44797,39.29868],[-86.43962,39.30326],[-86.43136,39.30772],[-86.42303,39.31226],[-86.41459,39.31692],[-86.40624,39.32147],[-86.39781,39.32612],[-86.38934,39.3308],[-86.38106,39.33527],[-86.37251,39.34004],[-86.36404,39.34471],[-86.35566,39.34928],[-86.34729,39.35385],[-86.33875,39.35858],[-86.33031,39.36321],[-86.32197,39.36773],[-86.31358,39.37229],[-86.3052,39.37685],[-86.29682,39.38139],[-86.2884,39.38598],[-86.27995,39.3906],[-86.27155,39.39516],[-86.26315,39.39972],[-86.25473,39.4043],[-86.2463,39.40888],[-86.23787,39.41347],[-86.22943,39.41806],[-86.221,39.42263],[-86.21257,39.42721],[-86.20413,39.43178],[-86.19568,39.43637],[-86.18723,39.44096],[-86.17878,39.44553],[-86.17033,39.45012],[-86.16183,39.45475],[-86.15338,39.45932],[-86.14491,39.46391],[-86.13644,39.4685],[-86.12794,39.47312],[-86.11945,39.47772],[-86.11096,39.48232],[-86.10246,39.48693],[-86.09396,39.49153],[-86.08548,39.49611],[-86.07699,39.5007],[-86.06849,39.50529],[-86.06,39.50987],[-86.05151,39.51445],[-86.04301,39.51904],[-86.03448,39.52365],[-86.02599,39.52822],[-86.01749,39.5328],[-86.00897,39.53739],[-86.00043,39.542],[-85.9919,39.5466],[-85.98337,39.55119],[-85.97485,39.55577],[-85.96633,39.56036],[-85.9578,39.56494],[-85.94926,39.56953],[-85.94073,39.57411],[-85.93219,39.5787],[-85.92366,39.58327],[-85.91513,39.58784],[-85.90661,39.5924],[-85.89806,39.59698],[-85.88952,39.60156],[-85.88099,39.60611],[-85.87242,39.61071],[-85.86386,39.61529],[-85.85531,39.61986],[-85.84674,39.62445],[-85.83818,39.62902],[-85.82961,39.6336],[-85.82104,39.63817],[-85.81247,39.64275],[-85.8039,39.64732],[-85.79533,39.65189],[-85.78673,39.65649],[-85.77815,39.66106],[-85.76958,39.66562],[-85.76099,39.6702],[-85.7524,39.67477],[-85.74382,39.67933],[-85.73521,39.68392],[-85.72659,39.68851],[-85.71795,39.69313],[-85.70934,39.69771],[-85.70074,39.70227],[-85.69212,39.70685],[-85.6835,39.71143],[-85.67489,39.716],[-85.66629,39.72055],[-85.65768,39.72511],[-85.64911,39.72962],[-85.64045,39.73423],[-85.63184,39.73878],[-85.62323,39.74333],[-85.61459,39.74791],[-85.60595,39.75248],[-85.5973,39.75705],[-85.58866,39.76162],[-85.58002,39.76619],[-85.57134,39.77078],[-85.56264,39.7754],[-85.55394,39.78002],[-85.54527,39.7846],[-85.5366,39.78919],[-85.52794,39.79375],[-85.51926,39.79833],[-85.5106,39.80288],[-85.50197,39.80741],[-85.49337,39.81189],[-85.48468,39.81647],[-85.47599,39.82105],[-85.46733,39.8256],[-85.45868,39.83013],[-85.44996,39.83472],[-85.44127,39.83929],[-85.43257,39.84385],[-85.42389,39.84841],[-85.41518,39.85298],[-85.40645,39.85757],[-85.39774,39.86214],[-85.38902,39.86671],[-85.38031,39.87128],[-85.37158,39.87586],[-85.36285,39.88044],[-85.3541,39.88503],[-85.34535,39.88962],[-85.33662,39.89419],[-85.32789,39.89875],[-85.31916,39.90331],[-85.31041,39.90788],[-85.30166,39.91246],[-85.29292,39.91703],[-85.28419,39.92157],[-85.27546,39.92612],[-85.26672,39.93067],[-85.25797,39.93522],[-85.24922,39.93978],[-85.24047,39.94433],[-85.23169,39.94891],[-85.22294,39.95346],[-85.21414,39.95805],[-85.20534,39.96264],[-85.19647,39.9673],[-85.18762,39.97194],[-85.17894,39.97639],[-85.17023,39.98088],[-85.16136,39.98553],[-85.15248,39.99018],[-85.14365,39.99478],[-85.1349,39.9993],[-85.12606,40.00389],[-85.11725,40.00847],[-85.10847,40.013],[-85.09969,40.01752],[-85.09088,40.02209],[-85.08207,40.02665],[-85.07323,40.03123],[-85.06444,40.03576],[-85.0556,40.04033],[-85.0468,40.04486],[-85.03796,40.04943],[-85.02915,40.05397],[-85.0203,40.05855],[-85.01145,40.06312],[-85.00259,40.0677],[-84.99371,40.07229],[-84.98482,40.07689],[-84.97597,40.08145],[-84.96711,40.08601],[-84.95824,40.09058],[-84.94934,40.09518],[-84.94047,40.09974],[-84.93163,40.10428],[-84.92275,40.10885],[-84.91387,40.11341],[-84.90498,40.11799],[-84.89608,40.12256],[-84.88717,40.12715],[-84.87827,40.13172],[-84.86936,40.1363],[-84.86044,40.14088],[-84.85152,40.14547],[-84.84262,40.15003],[-84.83371,40.15459],[-84.82476,40.1592],[-84.81583,40.16378],[-84.8069,40.16835],[-84.79797,40.17293],[-84.78904,40.1775],[-84.78009,40.18208],[-84.77117,40.18664],[-84.76223,40.19121],[-84.75328,40.19579],[-84.74432,40.20037],[-84.73537,40.20494],[-84.72639,40.20953],[-84.71743,40.21411],[-84.70848,40.21867],[-84.69951,40.22325],[-84.69053,40.22783],[-84.68156,40.2324],[-84.67258,40.23697],[-84.66364,40.24151],[-84.65469,40.24605],[-84.64569,40.25064],[-84.63671,40.2552],[-84.62774,40.25976],[-84.61879,40.26429],[-84.60985,40.26881],[-84.60086,40.27336],[-84.59187,40.27793],[-84.58285,40.28251],[-84.57383,40.28708],[-84.5648,40.29167],[-84.55579,40.29624],[-84.54679,40.30079],[-84.53776,40.30537],[-84.52871,40.30996],[-84.51969,40.31453],[-84.51067,40.31909],[-84.50162,40.32367],[-84.49257,40.32825],[-84.48353,40.33281],[-84.47449,40.33738],[-84.46544,40.34196],[-84.45642,40.34649],[-84.44735,40.35107],[-84.4383,40.35564],[-84.42926,40.36019],[-84.4202,40.36475],[-84.41115,40.3693],[-84.4021,40.37385],[-84.39304,40.3784],[-84.38396,40.38297],[-84.37491,40.38751],[-84.36583,40.39208],[-84.35676,40.39663],[-84.34768,40.40119],[-84.33861,40.40573],[-84.32953,40.41028],[-84.32045,40.41483],[-84.31136,40.41939],[-84.30227,40.42394],[-84.29317,40.4285],[-84.28409,40.43304],[-84.27495,40.43762],[-84.26586,40.44217],[-84.25675,40.44672],[-84.24764,40.45127],[-84.23849,40.45586],[-84.22942,40.46036],[-84.22031,40.46491],[-84.21119,40.46945],[-84.20209,40.47398],[-84.19294,40.47855],[-84.18382,40.48308],[-84.17467,40.48765],[-84.16555,40.49218],[-84.1564,40.49674],[-84.14723,40.50131],[-84.13809,40.50585],[-84.12895,40.5104],[-84.11977,40.51496],[-84.1106,40.51952],[-84.10145,40.52406],[-84.09226,40.52864],[-84.08311,40.53316],[-84.07393,40.53772],[-84.06475,40.54227],[-84.05556,40.54683],[-84.0464,40.55136],[-84.03719,40.55593],[-84.02801,40.56047],[-84.01883,40.56501],[-84.00965,40.56955],[-84.00044,40.57411],[-83.99122,40.57866],[-83.98203,40.5832],[-83.9728,40.58776],[-83.9636,40.5923],[-83.95438,40.59686],[-83.94519,40.60138],[-83.93596,40.60593],[-83.92673,40.61048],[-83.91752,40.61501],[-83.90832,40.61952],[-83.89909,40.62407],[-83.88981,40.62866],[-83.88055,40.63322],[-83.87129,40.63777],[-83.86201,40.64235],[-83.85276,40.6469],[-83.84343,40.65151],[-83.83417,40.65606],[-83.82488,40.66063],[-83.8156,40.66519],[-83.80633,40.66974],[-83.79706,40.67428],[-83.78777,40.67883],[-83.7785,40.68337],[-83.76922,40.68792],[-83.75993,40.69247],[-83.75064,40.69701],[-83.7414,40.70151],[-83.73212,40.70603],[-83.72286,40.71054],[-83.71353,40.71511],[-83.70422,40.71966],[-83.69488,40.72423],[-83.68555,40.72879],[-83.67623,40.73334],[-83.66689,40.7379],[-83.65756,40.74245],[-83.6482,40.74703],[-83.63883,40.75161],[-83.62948,40.75616],[-83.62014,40.76071],[-83.61078,40.76527],[-83.60144,40.76981],[-83.5921,40.77434],[-83.58278,40.77885],[-83.57339,40.78343],[-83.56404,40.78797],[-83.55469,40.7925],[-83.54532,40.79704],[-83.53595,40.80159],[-83.52661,40.8061],[-83.51722,40.81065],[-83.50783,40.81521],[-83.49844,40.81976],[-83.48904,40.82431],[-83.47964,40.82887],[-83.47022,40.83343],[-83.46082,40.83797],[-83.45142,40.84252],[-83.44203,40.84704],[-83.43261,40.85159],[-83.42319,40.85615],[-83.41378,40.86069],[-83.40434,40.86524],[-83.39494,40.86977],[-83.38549,40.87433],[-83.37605,40.87888],[-83.36659,40.88345],[-83.35718,40.88797],[-83.34774,40.89251],[-83.33828,40.89707],[-83.32883,40.90161],[-83.3194,40.90613],[-83.30995,40.91067],[-83.30048,40.91522],[-83.29103,40.91975],[-83.28157,40.92429],[-83.27211,40.92882],[-83.2626,40.9334],[-83.25313,40.93793],[-83.24368,40.94245],[-83.23421,40.94697],[-83.22471,40.95153],[-83.21525,40.95604],[-83.20575,40.96059],[-83.1963,40.96509],[-83.1868,40.96963],[-83.17729,40.97417],[-83.16781,40.97868],[-83.15834,40.98319],[-83.14883,40.98772],[-83.13935,40.99223],[-83.12983,40.99676],[-83.12032,41.00129],[-83.11084,41.00579],[-83.10132,41.01032],[-83.0918,41.01483],[-83.08228,41.01936],[-83.07276,41.02388],[-83.06324,41.02839],[-83.05374,41.03288],[-83.0442,41.03741],[-83.03465,41.04194],[-83.02513,41.04644],[-83.01557,41.05098],[-83.00597,41.05554],[-82.99642,41.06006],[-82.98683,41.06461],[-82.97729,41.06912],[-82.96771,41.07365],[-82.95814,41.07817],[-82.94857,41.08269],[-82.93903,41.08718],[-82.92948,41.09168],[-82.91984,41.09625],[-82.91024,41.10078],[-82.90063,41.10531],[-82.89098,41.10988],[-82.88136,41.11443],[-82.87173,41.11898],[-82.86211,41.12351],[-82.85249,41.12804],[-82.84287,41.13256],[-82.83323,41.13711],[-82.82355,41.14168],[-82.81391,41.14621],[-82.80425,41.15076],[-82.79463,41.15527],[-82.78496,41.15982],[-82.77529,41.16437],[-82.76563,41.16891],[-82.75595,41.17345],[-82.74628,41.17799],[-82.7366,41.18253],[-82.7269,41.18709],[-82.71726,41.19159],[-82.70757,41.19613],[-82.6979,41.20066],[-82.6882,41.20519],[-82.67853,41.20971],[-82.66882,41.21426],[-82.6591,41.21881],[-82.64943,41.22331],[-82.63969,41.22787],[-82.63006,41.23234],[-82.62035,41.23686],[-82.61065,41.24138],[-82.60096,41.24588],[-82.59126,41.25039],[-82.58158,41.25488],[-82.5719,41.25937],[-82.56218,41.26389],[-82.55247,41.26839],[-82.5428,41.27286],[-82.53307,41.27738],[-82.52331,41.28191],[-82.51356,41.28644],[-82.50384,41.29094],[-82.49406,41.29549],[-82.48431,41.3],[-82.47455,41.30452],[-82.4648,41.30903],[-82.45505,41.31354],[-82.44528,41.31806],[-82.43551,41.32258],[-82.42572,41.32711],[-82.41591,41.33165],[-82.40616,41.33615],[-82.39641,41.34063],[-82.38658,41.34518],[-82.37677,41.34971],[-82.36696,41.35424],[-82.35714,41.35877],[-82.34733,41.36329],[-82.33751,41.36782],[-82.32767,41.37236],[-82.3177,41.37701],[-82.30802,41.3814],[-82.29817,41.38594],[-82.28833,41.39047],[-82.27849,41.39499],[-82.26867,41.39949],[-82.25881,41.40403],[-82.24886,41.40863],[-82.23896,41.41319],[-82.22909,41.41772],[-82.21924,41.42224],[-82.20939,41.42674],[-82.19954,41.43125],[-82.18968,41.43576],[-82.17982,41.44026],[-82.16996,41.44477],[-82.16007,41.44929],[-82.15017,41.45383],[-82.14027,41.45835],[-82.13041,41.46283],[-82.12054,41.46733],[-82.11065,41.47184],[-82.10076,41.47635],[-82.09084,41.48087],[-82.08091,41.48541],[-82.07102,41.48989],[-82.0611,41.49441],[-82.05118,41.49893],[-82.0413,41.5034],[-82.03134,41.50794],[-82.02139,41.51247],[-82.01144,41.517],[-82.00146,41.52154],[-81.99152,41.52605],[-81.98158,41.53055],[-81.97164,41.53506],[-81.96169,41.53957],[-81.95174,41.54407],[-81.94178,41.54858],[-81.93183,41.55308],[-81.92186,41.55759],[-81.9119,41.56209],[-81.90192,41.5666],[-81.89195,41.5711],[-81.88197,41.57561],[-81.87199,41.58011],[-81.862,41.58461],[-81.85202,41.58912],[-81.84202,41.59362],[-81.83202,41.59812],[-81.82202,41.60263],[-81.81202,41.60713],[-81.80201,41.61163],[-81.792,41.61613],[-81.78198,41.62063],[-81.77196,41.62513],[-81.76194,41.62964],[-81.75191,41.63414],[-81.74188,41.63864],[-81.73184,41.64314],[-81.72181,41.64764],[-81.71176,41.65214],[-81.70172,41.65664],[-81.69167,41.66114],[-81.68161,41.66564],[-81.67155,41.67014],[-81.66149,41.67463],[-81.65142,41.67913],[-81.64135,41.68363],[-81.63128,41.68813],[-81.6212,41.69263],[-81.61112,41.69713],[-81.60104,41.70162],[-81.59095,41.70612],[-81.58086,41.71062],[-81.57076,41.71511],[-81.56066,41.71961],[-81.55055,41.72411],[-81.54044,41.7286],[-81.53033,41.7331],[-81.52022,41.73759],[-81.5101,41.74209],[-81.49997,41.74658],[-81.48984,41.75108],[-81.47971,41.75557],[-81.46958,41.76007],[-81.45944,41.76456],[-81.44929,41.76905],[-81.43915,41.77355],[-81.429,41.77804],[-81.41884,41.78253],[-81.40868,41.78703],[-81.39852,41.79152],[-81.38835,41.79601],[-81.37818,41.8005],[-81.36801,41.80499],[-81.35783,41.80949],[-81.34764,41.81398],[-81.33746,41.81847],[-81.32727,41.82296],[-81.31707,41.82745],[-81.30688,41.83194],[-81.29667,41.83643],[-81.28647,41.84092],[-81.27626,41.84541],[-81.26604,41.8499],[-81.25582,41.85439],[-81.2456,41.85887],[-81.23538,41.86336],[-81.22515,41.86785],[-81.21491,41.87234],[-81.20467,41.87683],[-81.19443,41.88131],[-81.18419,41.8858],[-81.17394,41.89029],[-81.16368,41.89477],[-81.15343,41.89926],[-81.14316,41.90375],[-81.1329,41.90823],[-81.12263,41.91272],[-81.11236,41.9172],[-81.10208,41.92169],[-81.0918,41.92617],[-81.08151,41.93066],[-81.07122,41.93514],[-81.06093,41.93962],[-81.05063,41.94411],[-81.04033,41.94859],[-81.03002,41.95307],[-81.01971,41.95756],[-81.0094,41.96204],[-80.99908,41.96652],[-80.98876,41.971],[-80.97843,41.97549],[-80.9681,41.97997],[-80.95777,41.98445],[-80.94743,41.98893],[-80.93709,41.99341],[-80.92674,41.99789],[-80.91639,42.00237],[-80.90604,42.00685],[-80.89568,42.01133],[-80.88532,42.01581],[-80.87495,42.02029],[-80.86458,42.02477],[-80.85421,42.02925],[-80.84383,42.03373],[-80.83345,42.03821],[-80.82306,42.04268],[-80.81267,42.04716],[-80.80227,42.05164],[-80.79188,42.05611],[-80.78147,42.06059],[-80.77107,42.06507],[-80.76065,42.06954],[-80.75024,42.07402],[-80.73982,42.0785],[-80.7294,42.08297],[-80.71897,42.08745],[-80.70854,42.09192],[-80.6981,42.0964],[-80.68766,42.10087],[-80.67722,42.10534],[-80.66677,42.10982],[-80.65632,42.11429],[-80.64586,42.11877],[-80.6354,42.12324],[-80.62494,42.12771],[-80.61447,42.13218],[-80.604,42.13666],[-80.59352,42.14113],[-80.58304,42.1456],[-80.57255,42.15007],[-80.56206,42.15454],[-80.55157,42.15901],[-80.54107,42.16348],[-80.53057,42.16795],[-80.52007,42.17242],[-80.50956,42.17689],[-80.49904,42.18136],[-80.48852,42.18583],[-80.478,42.1903],[-80.46747,42.19477],[-80.45694,42.19923],[-80.44641,42.2037],[-80.43587,42.20817],[-80.42532,42.21264],[-80.41478,42.2171],[-80.40423,42.22157],[-80.39367,42.22604],[-80.38311,42.2305],[-80.37254,42.23497],[-80.36198,42.23944],[-80.3514,42.2439],[-80.34083,42.24837],[-80.33024,42.25283],[-80.31966,42.2573],[-80.30907,42.26176],[-80.29847,42.26622],[-80.28788,42.27069],[-80.27727,42.27515],[-80.26667,42.27961],[-80.25606,42.28408],[-80.24544,42.28854],[-80.23482,42.293],[-80.2242,42.29746],[-80.21357,42.30193],[-80.20294,42.30639],[-80.1923,42.31085],[-80.18166,42.31531],[-80.17102,42.31977],[-80.16037,42.32423],[-80.14971,42.32869],[-80.13906,42.33315],[-80.12839,42.33761],[-80.11773,42.34207],[-80.10706,42.34653],[-80.09638,42.35099],[-80.0857,42.35544],[-80.07502,42.3599],[-80.06433,42.36436],[-80.05364,42.36882],[-80.04294,42.37327],[-80.03224,42.37773],[-80.02154,42.38219],[-80.01083,42.38664],[-80.00012,42.3911],[-79.9894,42.39555],[-79.97868,42.40001],[-79.96795,42.40446],[-79.95722,42.40892],[-79.94648,42.41337],[-79.93574,42.41783],[-79.925,42.42228],[-79.91425,42.42674],[-79.9035,42.43119],[-79.89274,42.43564],[-79.88198,42.44009],[-79.87122,42.44455],[-79.86045,42.449],[-79.84967,42.45345],[-79.83889,42.4579],[-79.82811,42.46235],[-79.81732,42.4668],[-79.80653,42.47125],[-79.79574,42.4757],[-79.78494,42.48015],[-79.77413,42.4846],[-79.76332,42.48905],[-79.75251,42.4935],[-79.74169,42.49795],[-79.73087,42.5024],[-79.72004,42.50685],[-79.70921,42.51129],[-79.69838,42.51574],[-79.68754,42.52019],[-79.67669,42.52464],[-79.66584,42.52908],[-79.65499,42.53353],[-79.64413,42.53797],[-79.63327,42.54242],[-79.6224,42.54687],[-79.61153,42.55131],[-79.60066,42.55576],[-79.58978,42.5602],[-79.57889,42.56464],[-79.56801,42.56909],[-79.55711,42.57353],[-79.54622,42.57797],[-79.53531,42.58242],[-79.52441,42.58686],[-79.5135,42.5913],[-79.50258,42.59574],[-79.49166,42.60018],[-79.48074,42.60463],[-79.46981,42.60907],[-79.45888,42.61351],[-79.44794,42.61795],[-79.437,42.62239],[-79.42605,42.62683],[-79.4151,42.63127],[-79.40414,42.63571],[-79.39318,42.64014],[-79.38222,42.64458],[-79.37125,42.64902],[-79.36028,42.65346],[-79.3493,42.6579],[-79.33832,42.66233],[-79.32733,42.66677],[-79.31634,42.67121],[-79.30534,42.67564],[-79.29434,42.68008],[-79.28334,42.68451],[-79.27233,42.68895],[-79.26131,42.69338],[-79.2503,42.69782],[-79.23927,42.70225],[-79.22824,42.70669],[-79.21721,42.71112],[-79.20618,42.71555],[-79.19513,42.71999],[-79.18409,42.72442],[-79.17304,42.72885],[-79.16198,42.73328],[-79.15092,42.73772],[-79.13986,42.74215],[-79.12879,42.74658],[-79.11772,42.75101],[-79.10664,42.75544],[-79.09556,42.75987],[-79.08447,42.7643],[-79.07338,42.76873],[-79.06228,42.77316],[-79.05118,42.77759],[-79.04007,42.78201],[-79.02896,42.78644],[-79.01785,42.79087],[-79.00673,42.7953],[-78.99561,42.79972],[-78.98448,42.80415],[-78.97335,42.80858],[-78.96221,42.813],[-78.95107,42.81743],[-78.93992,42.82185],[-78.92877,42.82628],[-78.91761,42.8307],[-78.90645,42.83513],[-78.89528,42.83955],[-78.88411,42.84398],[-78.87294,42.8484],[-78.86181,42.85279],[-78.85061,42.85722],[-78.83943,42.86164],[-78.82825,42.86605],[-78.81707,42.87046],[-78.80587,42.87488],[-78.7947,42.87928],[-78.7835,42.88369],[-78.77231,42.88809],[-78.76109,42.89251],[-78.74978,42.89698],[-78.73861,42.90137],[-78.72751,42.90569],[-78.71629,42.91009],[-78.70506,42.9145],[-78.69383,42.91891],[-78.6826,42.9233],[-78.67139,42.92769],[-78.66015,42.93209],[-78.64892,42.93648],[-78.63765,42.94089],[-78.6264,42.94529],[-78.61514,42.94969],[-78.60392,42.95406],[-78.59267,42.95844],[-78.58137,42.96286],[-78.57005,42.96729],[-78.55873,42.97171],[-78.54744,42.97611],[-78.53611,42.98053],[-78.5248,42.98494],[-78.5135,42.98933],[-78.5022,42.99373],[-78.49088,42.99813],[-78.47954,43.00254],[-78.46824,43.00692],[-78.45692,43.01131],[-78.44556,43.01572],[-78.43421,43.02013],[-78.42284,43.02455],[-78.41142,43.02899],[-78.40013,43.03334],[-78.38878,43.03773],[-78.37735,43.04217],[-78.366,43.04655],[-78.35462,43.05095],[-78.34319,43.05538],[-78.33186,43.05974],[-78.32019,43.06432],[-78.30875,43.06875],[-78.29735,43.07314],[-78.28582,43.07762],[-78.27423,43.08214],[-78.26273,43.08659],[-78.25132,43.09098],[-78.2399,43.09537],[-78.22846,43.09977],[-78.217,43.10417],[-78.20554,43.10858],[-78.1941,43.11297],[-78.18261,43.11739],[-78.17111,43.12181],[-78.1596,43.12623],[-78.14812,43.13064],[-78.1366,43.13506],[-78.12514,43.13944],[-78.11361,43.14386],[-78.10214,43.14824],[-78.09068,43.15261],[-78.07918,43.15701],[-78.06759,43.16146],[-78.05612,43.16582],[-78.04453,43.17026],[-78.03304,43.17463],[-78.02155,43.179],[-78.01004,43.18338],[-77.99853,43.18775],[-77.98698,43.19215],[-77.9754,43.19656],[-77.96369,43.20106],[-77.95199,43.20554],[-77.94036,43.20997],[-77.92873,43.21441],[-77.91706,43.21886],[-77.90539,43.22331],[-77.8937,43.22777],[-77.88201,43.23223],[-77.87043,43.23661],[-77.85876,43.24105],[-77.84711,43.24546],[-77.83544,43.24989],[-77.82385,43.25426],[-77.81217,43.25869],[-77.80056,43.26307],[-77.78885,43.26751],[-77.77716,43.27193],[-77.76549,43.27634],[-77.75383,43.28073],[-77.74221,43.2851],[-77.73054,43.28949],[-77.71878,43.29394],[-77.70711,43.29833],[-77.69539,43.30275],[-77.6837,43.30714],[-77.67202,43.31152],[-77.66033,43.31591],[-77.64864,43.32029],[-77.63694,43.32468],[-77.62523,43.32906],[-77.61352,43.33345],[-77.60181,43.33783],[-77.59009,43.34221],[-77.57836,43.34659],[-77.56663,43.35098],[-77.55489,43.35536],[-77.54315,43.35974],[-77.53141,43.36412],[-77.51966,43.3685],[-77.5079,43.37288],[-77.49614,43.37726],[-77.48438,43.38164],[-77.4726,43.38602],[-77.46083,43.3904],[-77.44905,43.39478],[-77.43726,43.39916],[-77.42547,43.40354],[-77.41367,43.40791],[-77.40187,43.41229],[-77.39006,43.41667],[-77.37825,43.42104],[-77.36643,43.42542],[-77.35461,43.42979],[-77.34278,43.43417],[-77.33095,43.43854],[-77.31911,43.44292],[-77.30727,43.44729],[-77.29542,43.45166],[-77.28357,43.45604],[-77.27171,43.46041],[-77.25984,43.46478],[-77.24798,43.46915],[-77.2361,43.47353],[-77.22422,43.4779],[-77.21234,43.48227],[-77.20045,43.48664],[-77.18855,43.49101],[-77.17665,43.49538],[-77.16475,43.49974],[-77.15284,43.50411],[-77.14092,43.50848],[-77.129,43.51285],[-77.11707,43.51722],[-77.10514,43.52158],[-77.0932,43.52595],[-77.08126,43.53032],[-77.06931,43.53468],[-77.05736,43.53905],[-77.0454,43.54341],[-77.03344,43.54778],[-77.02147,43.55214],[-77.0095,43.5565],[-76.99752,43.56087],[-76.98553,43.56523],[-76.97354,43.56959],[-76.96155,43.57395],[-76.94955,43.57832],[-76.93754,43.58268],[-76.92553,43.58704],[-76.91352,43.5914],[-76.90149,43.59576],[-76.88947,43.60012],[-76.87744,43.60448],[-76.8654,43.60884],[-76.85335,43.61319],[-76.84131,43.61755],[-76.82925,43.62191],[-76.81719,43.62627],[-76.80513,43.63062],[-76.79306,43.63498],[-76.78099,43.63933],[-76.76891,43.64369],[-76.75682,43.64804],[-76.74473,43.6524],[-76.73264,43.65675],[-76.72053,43.6611],[-76.70843,43.66546],[-76.69631,43.66981],[-76.6842,43.67416],[-76.67207,43.67851],[-76.65994,43.68287],[-76.64781,43.68722],[-76.63567,43.69157],[-76.62353,43.69592],[-76.61138,43.70027],[-76.59922,43.70462],[-76.58706,43.70897],[-76.57489,43.71331],[-76.56272,43.71766],[-76.55054,43.72201],[-76.53836,43.72636],[-76.52617,43.7307],[-76.51398,43.73505],[-76.50178,43.7394],[-76.48957,43.74374],[-76.47736,43.74809],[-76.46515,43.75243],[-76.45293,43.75677],[-76.4407,43.76112],[-76.42847,43.76546],[-76.41623,43.7698],[-76.40399,43.77415],[-76.39174,43.77849],[-76.37948,43.78283],[-76.36722,43.78717],[-76.35496,43.79151],[-76.34269,43.79585],[-76.33041,43.80019],[-76.31813,43.80453],[-76.30584,43.80887],[-76.29355,43.81321],[-76.28125,43.81755],[-76.26895,43.82188],[-76.25665,43.82621],[-76.24445,43.83048],[-76.23217,43.83479],[-76.21988,43.8391],[-76.2076,43.84341],[-76.19537,43.84768],[-76.1831,43.85197],[-76.17083,43.85625],[-76.15839,43.86064],[-76.14591,43.86505],[-76.13356,43.86937],[-76.12122,43.87368],[-76.10885,43.87801],[-76.09657,43.88228],[-76.08439,43.88649],[-76.07208,43.89077],[-76.0594,43.89527],[-76.04706,43.89956],[-76.03465,43.90389],[-76.02221,43.90823],[-76.00982,43.91254],[-75.99746,43.91682],[-75.98507,43.92113],[-75.97269,43.92542],[-75.96034,43.92969],[-75.94803,43.93393],[-75.93557,43.93826],[-75.92317,43.94255],[-75.91093,43.94674],[-75.89838,43.95111],[-75.88601,43.95537],[-75.87334,43.9598],[-75.86126,43.96388],[-75.8489,43.96812],[-75.83644,43.97242],[-75.8239,43.97676],[-75.81146,43.98104],[-75.79894,43.98536],[-75.7865,43.98963],[-75.77407,43.99389],[-75.7613,43.99835],[-75.74853,44.00281],[-75.73597,44.00713],[-75.72351,44.0114],[-75.71095,44.01571],[-75.69841,44.02002],[-75.68581,44.02435],[-75.67315,44.02872],[-75.66072,44.03294],[-75.64811,44.03727],[-75.6354,44.04165],[-75.62288,44.04592],[-75.61034,44.0502],[-75.59776,44.05449],[-75.58512,44.05882],[-75.57242,44.06318],[-75.55987,44.06744],[-75.54732,44.0717],[-75.53478,44.07596],[-75.52213,44.08027],[-75.50942,44.08462],[-75.49696,44.08881],[-75.48428,44.09313],[-75.47163,44.09742],[-75.45898,44.10172],[-75.44654,44.10589],[-75.43396,44.11013],[-75.4211,44.11454],[-75.40823,44.11894],[-75.3956,44.1232],[-75.3829,44.1275],[-75.36999,44.13192],[-75.35764,44.13601],[-75.34483,44.14036],[-75.33201,44.14471],[-75.31922,44.14905],[-75.30676,44.15318],[-75.29401,44.15749],[-75.28134,44.16173],[-75.26877,44.16592],[-75.25596,44.17025],[-75.24325,44.17451],[-75.23077,44.17864],[-75.21786,44.183],[-75.20522,44.18721],[-75.19259,44.19142],[-75.17964,44.1958],[-75.16724,44.19986],[-75.15462,44.20404],[-75.14184,44.20831],[-75.12909,44.21256],[-75.11647,44.21674],[-75.10353,44.22109],[-75.09042,44.22553],[-75.0771,44.23009],[-75.06441,44.23429],[-75.05184,44.23841],[-75.03936,44.24248],[-75.02669,44.24666],[-75.01417,44.25074],[-75.00147,44.25492],[-74.98819,44.25943],[-74.97531,44.26371],[-74.96222,44.2681],[-74.94922,44.27244],[-74.93682,44.27644],[-74.92369,44.28084],[-74.91042,44.28532],[-74.89779,44.28943],[-74.88459,44.29386],[-74.87189,44.29801],[-74.85929,44.30209],[-74.84637,44.30636],[-74.83295,44.3109],[-74.82009,44.31511],[-74.80695,44.31949],[-74.79399,44.32376],[-74.78106,44.328],[-74.76808,44.33227],[-74.75517,44.3365],[-74.74209,44.34082],[-74.72911,44.34508],[-74.71576,44.34955],[-74.70295,44.3537],[-74.69015,44.35785],[-74.67699,44.36219],[-74.66395,44.36646],[-74.65087,44.37076],[-74.63786,44.375],[-74.62479,44.37928],[-74.61172,44.38356],[-74.59877,44.38776],[-74.58579,44.39198],[-74.5727,44.39625],[-74.55947,44.4006],[-74.54637,44.40487],[-74.53324,44.40915],[-74.52045,44.41324],[-74.50704,44.41767],[-74.49391,44.42194],[-74.48094,44.42613],[-74.4685,44.43],[-74.45543,44.43423],[-74.44191,44.4387],[-74.42845,44.44313],[-74.41552,44.44728],[-74.40209,44.45168],[-74.38882,44.456],[-74.37592,44.46011],[-74.36267,44.4644],[-74.34945,44.46869],[-74.3362,44.47298],[-74.32307,44.47719],[-74.30986,44.48145],[-74.2965,44.48579],[-74.28337,44.49],[-74.27026,44.49419],[-74.25723,44.49834],[-74.24406,44.50256],[-74.23117,44.50661],[-74.21819,44.51072],[-74.20441,44.51526],[-74.19115,44.51951],[-74.17803,44.52368],[-74.16479,44.52791],[-74.15174,44.53203],[-74.13903,44.53597],[-74.12524,44.54049],[-74.11207,44.54467],[-74.09814,44.54926],[-74.08449,44.55369],[-74.0712,44.55792],[-74.05816,44.56201],[-74.04502,44.56615],[-74.03143,44.57053],[-74.01739,44.57516],[-74.00361,44.57963],[-73.98998,44.58403],[-73.97653,44.58832],[-73.96335,44.59245],[-73.9502,44.59657],[-73.93646,44.60101],[-73.92267,44.60547],[-73.90933,44.60967],[-73.89588,44.61394],[-73.88271,44.61805],[-73.8697,44.62206],[-73.8562,44.62634],[-73.8424,44.63078],[-73.82894,44.63503],[-73.81576,44.63912],[-73.8012,44.64396],[-73.78788,44.64812],[-73.77449,44.65232],[-73.7608,44.65667],[-73.7465,44.66135],[-73.73245,44.66588],[-73.71886,44.67017],[-73.70533,44.67442],[-73.69184,44.67864],[-73.67836,44.68286],[-73.66498,44.68701],[-73.65157,44.69118],[-73.63778,44.69555],[-73.62413,44.69984],[-73.61017,44.70429],[-73.59622,44.70873],[-73.58276,44.7129],[-73.56878,44.71735],[-73.5553,44.72153],[-73.54164,44.7258],[-73.52785,44.73013],[-73.51408,44.73445],[-73.50032,44.73876],[-73.48653,44.74308],[-73.47259,44.74748],[-73.45875,44.75182],[-73.44517,44.75601],[-73.43171,44.76014],[-73.41795,44.76442],[-73.40415,44.76873],[-73.39051,44.77294],[-73.37684,44.77716],[-73.36314,44.7814],[-73.34946,44.78562],[-73.33577,44.78984],[-73.32208,44.79406],[-73.30852,44.7982],[-73.29477,44.80244],[-73.28095,44.80672],[-73.26723,44.81093],[-73.25358,44.81511],[-73.23977,44.81937],[-73.22602,44.82358],[-73.21227,44.8278],[-73.19851,44.83201],[-73.18479,44.8362],[-73.17112,44.84037],[-73.15723,44.84464],[-73.14362,44.84876],[-73.12976,44.85301],[-73.116,44.8572],[-73.10265,44.86117],[-73.08942,44.86508],[-73.0753,44.86945],[-73.06151,44.87364],[-73.04772,44.87783],[-73.03391,44.88202],[-73.02009,44.88621],[-73.0064,44.89033],[-72.99281,44.8944],[-72.97853,44.89882],[-72.96462,44.90304],[-72.95077,44.90724],[-72.93713,44.91131],[-72.92324,44.91551],[-72.90956,44.9196],[-72.89549,44.92388],[-72.8816,44.92807],[-72.86826,44.93197],[-72.85476,44.93595],[-72.84111,44.94001],[-72.82702,44.94428],[-72.81258,44.94873],[-72.79881,44.95283],[-72.78466,44.95712],[-72.77085,44.96124],[-72.75711,44.96531],[-72.74355,44.96928],[-72.72898,44.97378],[-72.71441,44.97827],[-72.70015,44.98259],[-72.68599,44.98685],[-72.67213,44.99097],[-72.6587,44.99485],[-72.64421,44.99927],[-72.63078,45.00315],[-72.61737,45.00701],[-72.60273,45.0115],[-72.58827,45.01589],[-72.57513,45.01961],[-72.56202,45.0233],[-72.54811,45.0274],[-72.53295,45.03213],[-72.51798,45.03676],[-72.504,45.04088],[-72.48964,45.04518],[-72.47543,45.04941],[-72.46234,45.05307],[-72.45027,45.05621],[-72.43515,45.06088],[-72.42033,45.0654],[-72.40528,45.07003],[-72.39068,45.07444],[-72.37691,45.07841],[-72.36344,45.08223],[-72.34977,45.08615],[-72.3363,45.08996],[-72.32134,45.09452],[-72.30677,45.09888],[-72.29166,45.10351],[-72.27744,45.10768],[-72.26328,45.11182],[-72.24968,45.11567],[-72.2358,45.11966],[-72.22214,45.12354],[-72.20795,45.12768],[-72.19348,45.13195],[-72.17854,45.13645],[-72.16406,45.14072],[-72.15036,45.1446],[-72.13694,45.14833],[-72.12214,45.15274],[-72.10676,45.15745],[-72.09257,45.16155],[-72.0784,45.16564],[-72.06351,45.17008],[-72.0485,45.17458],[-72.03406,45.17878],[-72.0197,45.18295],[-72.0057,45.18693],[-71.99192,45.1908],[-71.97796,45.19476],[-71.96366,45.19887],[-71.94949,45.20292],[-71.93544,45.20691],[-71.92095,45.21111],[-71.90631,45.21538],[-71.8917,45.21963],[-71.87726,45.22379],[-71.8627,45.22801],[-71.84745,45.23256],[-71.83336,45.23653],[-71.81956,45.24036],[-71.80529,45.24442],[-71.79028,45.24883],[-71.77619,45.2528],[-71.7621,45.25675],[-71.7476,45.2609],[-71.73253,45.26533],[-71.71825,45.26936],[-71.70419,45.27329],[-71.68997,45.27729],[-71.67548,45.28141],[-71.66112,45.28547],[-71.64707,45.28937],[-71.63273,45.29341],[-71.61819,45.29754],[-71.60322,45.30188],[-71.58856,45.30606],[-71.57382,45.31027],[-71.55878,45.31463],[-71.54402,45.31885],[-71.52982,45.32279],[-71.51451,45.32727],[-71.50058,45.33106],[-71.48666,45.33486],[-71.47196,45.33903],[-71.45678,45.34341],[-71.4423,45.34747],[-71.42676,45.35202],[-71.41219,45.35611],[-71.39766,45.36017],[-71.38347,45.36407],[-71.36893,45.36812],[-71.35486,45.37195],[-71.34054,45.37589],[-71.32607,45.3799],[-71.31161,45.38391],[-71.29688,45.38803],[-71.28216,45.39215],[-71.26705,45.39645],[-71.2513,45.40105],[-71.2365,45.40519],[-71.22244,45.40898],[-71.20831,45.41279],[-71.1946,45.4164],[-71.18036,45.42026],[-71.16723,45.42358],[-71.15361,45.42714],[-71.13788,45.4317],[-71.12294,45.43587],[-71.10643,45.44079],[-71.09055,45.4454],[-71.07656,45.44911],[-71.06134,45.4534],[-71.047,45.45727],[-71.03209,45.4614],[-71.01643,45.46588],[-71.00112,45.4702],[-70.98616,45.47434],[-70.97168,45.47825],[-70.95643,45.48252],[-70.94144,45.48666],[-70.92594,45.49104],[-70.91086,45.49522],[-70.89531,45.49961],[-70.88011,45.50383],[-70.86588,45.5076],[-70.85155,45.5114],[-70.83743,45.51511],[-70.82299,45.51895],[-70.80836,45.52289],[-70.7931,45.52712],[-70.77765,45.53142],[-70.76161,45.536],[-70.74669,45.54005],[-70.73242,45.5438],[-70.71699,45.54808],[-70.70232,45.552],[-70.68854,45.5555],[-70.67318,45.55974],[-70.65752,45.56411],[-70.64287,45.568],[-70.62876,45.57164],[-70.61217,45.57643],[-70.59575,45.58114],[-70.58033,45.58537],[-70.56489,45.58961],[-70.54957,45.59379],[-70.53408,45.59804],[-70.51911,45.60204],[-70.50429,45.60598],[-70.48928,45.60999],[-70.47411,45.61408],[-70.45896,45.61815],[-70.44404,45.62211],[-70.43032,45.62552],[-70.41497,45.62967],[-70.40005,45.63362],[-70.38228,45.63887],[-70.36723,45.64287],[-70.35251,45.64671],[-70.33712,45.65086],[-70.3216,45.65506],[-70.3065,45.65906],[-70.29065,45.6634],[-70.27601,45.66719],[-70.26102,45.67113],[-70.24524,45.67542],[-70.23104,45.67899],[-70.21583,45.68302],[-70.20019,45.68724],[-70.1842,45.69161],[-70.16911,45.69557],[-70.15461,45.69925],[-70.13872,45.70357],[-70.1232,45.7077],[-70.10778,45.7118],[-70.0927,45.71573],[-70.07754,45.71969],[-70.06199,45.72382],[-70.04625,45.72804],[-70.03095,45.73205],[-70.01508,45.73632],[-69.99965,45.74038],[-69.98408,45.7445],[-69.96843,45.74865],[-69.95251,45.75292],[-69.9377,45.75668],[-69.92197,45.76085],[-69.90659,45.76487],[-69.8905,45.76919],[-69.87532,45.7731],[-69.85986,45.77713],[-69.84454,45.7811],[-69.82861,45.78534],[-69.81249,45.78965],[-69.79702,45.79367],[-69.78171,45.79761],[-69.76637,45.80156],[-69.7506,45.8057],[-69.73504,45.80974],[-69.71935,45.81383],[-69.70343,45.81802],[-69.68784,45.82206],[-69.67224,45.8261],[-69.65662,45.83014],[-69.64119,45.8341],[-69.62555,45.83814],[-69.6107,45.84183],[-69.59456,45.84609],[-69.5785,45.8503],[-69.56271,45.85439],[-69.54692,45.85848],[-69.53131,45.86248],[-69.51543,45.86659],[-69.50011,45.87046],[-69.48457,45.87441],[-69.46923,45.87828],[-69.45368,45.88223],[-69.43762,45.8864],[-69.42251,45.89015],[-69.40667,45.89421],[-69.3904,45.89846],[-69.37418,45.90268],[-69.35798,45.90689],[-69.34234,45.91085],[-69.32645,45.91491],[-69.31054,45.91898],[-69.29476,45.92299],[-69.27923,45.92688],[-69.2639,45.93067],[-69.24769,45.93485],[-69.23169,45.93893],[-69.21584,45.94294],[-69.20012,45.9469],[-69.1843,45.95089],[-69.16881,45.95473],[-69.15331,45.95857],[-69.13775,45.96243],[-69.12226,45.96626],[-69.10674,45.97009],[-69.09084,45.97409],[-69.07452,45.97826],[-69.05951,45.98186],[-69.0434,45.98594],[-69.02764,45.98985],[-69.01235,45.99356],[-68.99772,45.99699],[-68.98218,46.0008],[-68.96816,46.00395],[-68.94761,46.0099],[-68.93078,46.01424],[-68.91469,46.01827],[-68.89802,46.02254],[-68.8816,46.02669],[-68.86595,46.03051],[-68.85155,46.0338],[-68.83615,46.0375],[-68.81892,46.04198],[-68.80141,46.04658],[-68.78296,46.05157],[-68.7668,46.05558],[-68.74992,46.05989],[-68.73423,46.06369],[-68.71779,46.06781],[-68.70215,46.07158],[-68.68621,46.07547],[-68.67009,46.07943],[-68.65348,46.0836],[-68.63747,46.08751],[-68.6217,46.0913],[-68.6061,46.09503],[-68.59018,46.09889],[-68.57312,46.10322],[-68.55713,46.10709],[-68.54077,46.11112],[-68.52466,46.11504],[-68.50916,46.11869],[-68.49393,46.12223],[-68.47777,46.12615],[-68.4608,46.13041],[-68.44446,46.1344],[-68.42792,46.13846],[-68.41155,46.14246],[-68.39542,46.14634],[-68.37882,46.15042],[-68.36183,46.15466],[-68.345,46.15882],[-68.32786,46.16311],[-68.31229,46.16673],[-68.29607,46.17063],[-68.2807,46.17416],[-68.26401,46.17825],[-68.24795,46.18206],[-68.2313,46.18611],[-68.21431,46.1903],[-68.19742,46.19444],[-68.18067,46.19852],[-68.16408,46.20253],[-68.14784,46.20639],[-68.13218,46.21],[-68.11503,46.21423],[-68.0989,46.21803],[-68.08251,46.22193],[-68.06612,46.22582],[-68.04981,46.22968],[-68.03309,46.2337],[-68.01594,46.2379],[-67.9992,46.24192],[-67.98262,46.24587],[-67.96541,46.25007],[-67.94875,46.25404],[-67.93225,46.25794],[-67.91549,46.26194],[-67.89832,46.26611],[-67.88191,46.26996],[-67.86556,46.27378],[-67.84854,46.27787],[-67.83166,46.28189],[-67.81482,46.2859],[-67.798,46.28989],[-67.78109,46.29391],[-67.76458,46.29776],[-67.74801,46.30164],[-67.73137,46.30554],[-67.71443,46.30956],[-67.69768,46.31349],[-67.68104,46.31737],[-67.6644,46.32125],[-67.6474,46.32527],[-67.63101,46.32903],[-67.61419,46.33297],[-67.59717,46.33698],[-67.57998,46.34105],[-67.56246,46.34525],[-67.54656,46.3488],[-67.52982,46.35268],[-67.51324,46.35649],[-67.49625,46.36046],[-67.47913,46.36447],[-67.4628,46.36817],[-67.44644,46.37187],[-67.42983,46.37566],[-67.41335,46.3794],[-67.3967,46.38321],[-67.37978,46.38711],[-67.36179,46.39144],[-67.3458,46.39496],[-67.33051,46.39821],[-67.31269,46.40245],[-67.2969,46.40588],[-67.28155,46.40913],[-67.26443,46.41308],[-67.24624,46.41745],[-67.22905,46.42142],[-67.21185,46.42538],[-67.19423,46.42951],[-67.17682,46.43355],[-67.1595,46.43755],[-67.14259,46.44138],[-67.12649,46.44488],[-67.11006,46.44851],[-67.09205,46.45276],[-67.07533,46.4565],[-67.05776,46.46056],[-67.03997,46.46471],[-67.02238,46.46877],[-67.00511,46.4727],[-66.98825,46.47646],[-66.97049,46.48057],[-66.95343,46.48441],[-66.93615,46.48832],[-66.92001,46.49178],[-66.90423,46.4951],[-66.88612,46.49932],[-66.86966,46.5029],[-66.85248,46.50675],[-66.83397,46.51111],[-66.81653,46.51505],[-66.79899,46.51902],[-66.7819,46.52282],[-66.76438,46.52677],[-66.74833,46.53015],[-66.73148,46.53383],[-66.7153,46.53726],[-66.69719,46.54142],[-66.67917,46.54554],[-66.66184,46.54939],[-66.64431,46.55331],[-66.62601,46.55752],[-66.60783,46.56169],[-66.58993,46.56573],[-66.5709,46.57021],[-66.55443,46.5737],[-66.53666,46.57768],[-66.51969,46.58135],[-66.50246,46.58511],[-66.48507,46.58893],[-66.46751,46.59281],[-66.45014,46.59661],[-66.43284,46.60038],[-66.41551,46.60416],[-66.39777,46.60809],[-66.37962,46.61216],[-66.36185,46.61609],[-66.34403,46.62003],[-66.3262,46.62397],[-66.30853,46.62784],[-66.29079,46.63174],[-66.27305,46.63563],[-66.25536,46.63949],[-66.23788,46.64328],[-66.22025,46.64711],[-66.20257,46.65095],[-66.18483,46.65481],[-66.16692,46.65874],[-66.14917,46.66259],[-66.13149,46.66641],[-66.1137,46.67027],[-66.0961,46.67405],[-66.07822,46.67794],[-66.06046,46.68177],[-66.04278,46.68557],[-66.02477,46.68948],[-66.00686,46.69335],[-65.98898,46.69721],[-65.97131,46.70098],[-65.95353,46.70479],[-65.93576,46.70859],[-65.91768,46.71249],[-65.89986,46.7163],[-65.88168,46.72024],[-65.86369,46.72409],[-65.8459,46.72787],[-65.82766,46.73181],[-65.81038,46.73539],[-65.79263,46.73914],[-65.77477,46.74292],[-65.75703,46.74666],[-65.73905,46.75047],[-65.72109,46.75428],[-65.70317,46.75806],[-65.6851,46.76189],[-65.66715,46.76568],[-65.64898,46.76954],[-65.63089,46.77336],[-65.6129,46.77714],[-65.59488,46.78093],[-65.57667,46.78478],[-65.55857,46.78859],[-65.54046,46.79239],[-65.52244,46.79616],[-65.50436,46.79994],[-65.4863,46.80371],[-65.46827,46.80746],[-65.45,46.8113],[-65.43206,46.81501],[-65.41395,46.81877],[-65.39589,46.82252],[-65.3779,46.82623],[-65.35958,46.83006],[-65.34127,46.83387],[-65.32321,46.83759],[-65.30495,46.84138],[-65.28677,46.84513],[-65.26877,46.84882],[-65.25053,46.85258],[-65.23226,46.85635],[-65.21391,46.86014],[-65.19543,46.86397],[-65.17707,46.86776],[-65.15883,46.8715],[-65.1404,46.87529],[-65.12206,46.87905],[-65.1036,46.88285],[-65.08516,46.88664],[-65.06676,46.8904],[-65.04835,46.89417],[-65.02994,46.89792],[-65.01147,46.9017],[-64.99301,46.90546],[-64.97453,46.90923],[-64.95607,46.91298],[-64.93747,46.91678],[-64.91892,46.92055],[-64.90037,46.92432],[-64.88183,46.92808],[-64.86333,46.93182],[-64.84483,46.93556],[-64.82631,46.93929],[-64.80777,46.94303],[-64.78923,46.94676],[-64.77067,46.95049],[-64.7521,46.95422],[-64.73352,46.95795],[-64.71493,46.96167],[-64.69632,46.9654],[-64.67771,46.96913],[-64.65908,46.97285],[-64.64043,46.97657],[-64.62178,46.98029],[-64.60311,46.98401],[-64.58443,46.98773],[-64.56574,46.99144],[-64.54704,46.99516],[-64.52832,46.99887],[-64.50959,47.00259],[-64.49085,47.0063],[-64.4721,47.01001],[-64.45333,47.01371],[-64.43456,47.01742],[-64.41577,47.02113],[-64.39696,47.02483],[-64.37815,47.02853],[-64.35932,47.03223],[-64.34048,47.03593],[-64.32163,47.03963],[-64.30276,47.04333],[-64.28388,47.04702],[-64.26499,47.05072],[-64.24609,47.05441],[-64.22717,47.0581],[-64.20824,47.06179],[-64.1893,47.06548],[-64.17035,47.06917],[-64.15138,47.07285],[-64.1324,47.07654],[-64.11341,47.08022],[-64.09441,47.0839],[-64.07539,47.08758],[-64.05636,47.09126],[-64.03731,47.09494],[-64.01826,47.09861],[-63.99919,47.10229],[-63.98011,47.10596],[-63.96102,47.10963],[-63.94191,47.1133],[-63.92279,47.11697],[-63.90365,47.12064],[-63.88451,47.1243],[-63.86535,47.12797],[-63.84618,47.13163],[-63.82699,47.13529],[-63.80779,47.13895],[-63.78858,47.14261],[-63.76936,47.14626],[-63.75012,47.14992],[-63.73087,47.15357],[-63.71161,47.15723],[-63.69233,47.16088],[-63.67304,47.16453],[-63.65374,47.16817],[-63.63442,47.17182],[-63.6151,47.17546],[-63.59575,47.17911],[-63.5764,47.18275],[-63.55703,47.18639],[-63.53765,47.19003],[-63.51825,47.19367],[-63.49884,47.1973],[-63.47942,47.20094],[-63.45999,47.20457],[-63.44054,47.2082],[-63.42108,47.21183],[-63.4016,47.21546],[-63.38211,47.21908],[-63.36261,47.22271],[-63.34309,47.22633],[-63.32356,47.22996],[-63.30402,47.23358],[-63.28446,47.2372],[-63.26489,47.24081],[-63.24531,47.24443],[-63.22572,47.24804],[-63.20611,47.25166],[-63.18648,47.25527],[-63.16684,47.25888],[-63.14719,47.26249],[-63.12753,47.26609],[-63.10785,47.2697],[-63.08816,47.2733],[-63.06845,47.2769],[-63.04873,47.2805],[-63.029,47.2841],[-63.00925,47.2877],[-62.98949,47.29129],[-62.96971,47.29489],[-62.94992,47.29848],[-62.93012,47.30207],[-62.9103,47.30566],[-62.89047,47.30925],[-62.87063,47.31284],[-62.85077,47.31642],[-62.8309,47.32],[-62.81101,47.32358],[-62.79111,47.32716],[-62.7712,47.33074],[-62.75127,47.33432],[-62.73133,47.33789],[-62.71137,47.34147],[-62.6914,47.34504],[-62.67141,47.34861],[-62.65142,47.35218],[-62.6314,47.35574],[-62.61138,47.35931],[-62.59133,47.36287],[-62.57128,47.36643],[-62.55121,47.36999],[-62.53112,47.37355],[-62.51102,47.37711],[-62.49091,47.38066],[-62.47078,47.38422],[-62.45064,47.38777],[-62.43049,47.39132],[-62.41032,47.39487],[-62.39013,47.39842],[-62.36993,47.40196],[-62.34972,47.4055],[-62.32949,47.40905],[-62.30925,47.41259],[-62.28899,47.41613],[-62.26872,47.41966],[-62.24843,47.4232],[-62.22813,47.42673],[-62.20782,47.43026],[-62.18749,47.43379],[-62.16714,47.43732],[-62.14678,47.44085],[-62.12641,47.44437],[-62.10602,47.4479],[-62.08561,47.45142],[-62.0652,47.45494],[-62.04476,47.45846],[-62.02431,47.46197],[-62.00385,47.46549],[-61.98337,47.469],[-61.96288,47.47251],[-61.94237,47.47602],[-61.92185,47.47953],[-61.90131,47.48304],[-61.88076,47.48654],[-61.86019,47.49004],[-61.83961,47.49354],[-61.81901,47.49704],[-61.7984,47.50054],[-61.77777,47.50403],[-61.75713,47.50753],[-61.73647,47.51102],[-61.7158,47.51451],[-61.69511,47.518],[-61.6744,47.52148],[-61.65369,47.52497],[-61.63295,47.52845],[-61.6122,47.53193],[-61.59144,47.53541],[-61.57066,47.53889],[-61.54986,47.54237],[-61.52905,47.54584],[-61.50823,47.54931],[-61.48739,47.55278],[-61.46653,47.55625],[-61.44566,47.55972],[-61.42477,47.56318],[-61.40387,47.56665],[-61.38295,47.57011],[-61.36201,47.57357],[-61.34106,47.57702],[-61.3201,47.58048],[-61.29912,47.58393],[-61.27812,47.58739],[-61.25711,47.59084],[-61.23608,47.59428],[-61.21504,47.59773],[-61.19398,47.60117],[-61.1729,47.60462],[-61.15181,47.60806],[-61.1307,47.6115],[-61.10958,47.61493],[-61.08844,47.61837],[-61.06728,47.6218],[-61.04611,47.62524],[-61.02493,47.62866],[-61.00372,47.63209],[-60.9825,47.63552],[-60.96127,47.63894],[-60.94002,47.64236],[-60.91875,47.64578],[-60.89747,47.6492],[-60.87617,47.65262],[-60.85485,47.65603],[-60.83352,47.65945],[-60.81217,47.66286],[-60.79081,47.66627],[-60.76943,47.66967],[-60.74803,47.67308],[-60.72662,47.67648],[-60.70519,47.67988],[-60.68374,47.68328],[-60.66228,47.68668],[-60.6408,47.69007],[-60.61931,47.69346],[-60.5978,47.69686],[-60.57627,47.70025],[-60.55472,47.70363],[-60.53316,47.70702],[-60.51158,47.7104],[-60.48999,47.71378],[-60.46838,47.71716],[-60.44675,47.72054],[-60.42511,47.72391],[-60.40345,47.72729],[-60.38177,47.73066],[-60.36007,47.73403],[-60.33836,47.73739],[-60.31664,47.74076],[-60.29489,47.74412],[-60.27313,47.74748],[-60.25135,47.75084],[-60.22956,47.7542],[-60.20775,47.75755],[-60.18592,47.76091],[-60.16407,47.76426],[-60.14221,47.76761],[-60.12033,47.77095],[-60.09843,47.7743],[-60.07652,47.77764],[-60.05458,47.78098],[-60.03263,47.78432],[-60.01067,47.78765],[-59.98869,47.79099],[-59.96669,47.79432],[-59.94467,47.79765],[-59.92264,47.80098],[-59.90058,47.8043],[-59.87852,47.80763],[-59.85643,47.81095],[-59.83432,47.81427],[-59.8122,47.81759],[-59.79006,47.8209],[-59.76791,47.82421],[-59.74574,47.82752],[-59.72354,47.83083],[-59.70133,47.83414],[-59.67911,47.83744],[-59.65686,47.84074],[-59.6346,47.84405],[-59.61232,47.84734],[-59.59002,47.85064],[-59.56771,47.85393],[-59.54537,47.85722],[-59.52302,47.86051],[-59.50065,47.8638],[-59.47827,47.86708],[-59.45586,47.87037],[-59.43344,47.87365],[-59.411,47.87693],[-59.38854,47.8802],[-59.36606,47.88348],[-59.34357,47.88675],[-59.32105,47.89002],[-59.29852,47.89328],[-59.27597,47.89655],[-59.2534,47.89981],[-59.23082,47.90307],[-59.20822,47.90633],[-59.18559,47.90959],[-59.16295,47.91284],[-59.14029,47.91609],[-59.11761,47.91934],[-59.09491,47.92259],[-59.0722,47.92583],[-59.04946,47.92908],[-59.02671,47.93232],[-59.00394,47.93556],[-58.98115,47.93879],[-58.95835,47.94202],[-58.93552,47.94526],[-58.91267,47.94848],[-58.88981,47.95171],[-58.86692,47.95494],[-58.84402,47.95816],[-58.8211,47.96138],[-58.79816,47.96459],[-58.7752,47.96781],[-58.75222,47.97102],[-58.72922,47.97423],[-58.70621,47.97744],[-58.68317,47.98065],[-58.66012,47.98385],[-58.63705,47.98705],[-58.61395,47.99025],[-58.59084,47.99345],[-58.56771,47.99664],[-58.54456,47.99983],[-58.52139,48.00302],[-58.4982,48.00621],[-58.47499,48.00939],[-58.45176,48.01257],[-58.42851,48.01575],[-58.40525,48.01893],[-58.38196,48.02211],[-58.35865,48.02528],[-58.33532,48.02845],[-58.31198,48.03162],[-58.28861,48.03478],[-58.26522,48.03794],[-58.24182,48.0411],[-58.2184,48.04426],[-58.19495,48.04742],[-58.17149,48.05057],[-58.148,48.05372],[-58.12449,48.05687],[-58.10097,48.06002],[-58.07742,48.06316],[-58.05386,48.0663],[-58.03027,48.06944],[-58.00667,48.07257],[-57.98304,48.07571],[-57.9594,48.07884],[-57.93573,48.08197],[-57.91204,48.08509],[-57.88834,48.08821],[-57.86461,48.09134],[-57.84086,48.09445],[-57.81709,48.09757],[-57.7933,48.10068],[-57.76949,48.10379],[-57.74567,48.1069],[-57.72182,48.11001],[-57.69794,48.11311],[-57.67405,48.11621],[-57.65014,48.11931],[-57.6262,48.1224],[-57.60225,48.1255],[-57.57827,48.12859],[-57.55428,48.13167],[-57.53026,48.13476],[-57.50622,48.13784],[-57.48217,48.14092],[-57.45809,48.144],[-57.43398,48.14707],[-57.40986,48.15014],[-57.38572,48.15321],[-57.36155,48.15628],[-57.33737,48.15934],[-57.31316,48.1624],[-57.28893,48.16546],[-57.26468,48.16852],[-57.24041,48.17157],[-57.21612,48.17462],[-57.1918,48.17767],[-57.16747,48.18071],[-57.14311,48.18376],[-57.11873,48.1868],[-57.09433,48.18983],[-57.06991,48.19287],[-57.04546,48.1959],[-57.021,48.19893],[-56.99651,48.20195],[-56.972,48.20498],[-56.94747,48.208],[-56.92291,48.21101],[-56.89834,48.21403],[-56.87374,48.21704],[-56.84912,48.22005],[-56.82448,48.22306],[-56.79981,48.22606],[-56.77513,48.22906],[-56.75042,48.23206],[-56.72569,48.23506],[-56.70093,48.23805],[-56.67616,48.24104],[-56.65136,48.24403],[-56.62654,48.24701],[-56.60169,48.24999],[-56.57683,48.25297],[-56.55194,48.25594],[-56.52703,48.25892],[-56.5021,48.26189],[-56.47714,48.26485],[-56.45216,48.26782],[-56.42716,48.27078],[-56.40213,48.27374],[-56.37709,48.27669],[-56.35201,48.27964],[-56.32692,48.28259],[-56.3018,48.28554],[-56.27666,48.28848],[-56.25149,48.29143],[-56.22631,48.29436],[-56.2011,48.2973],[-56.17587,48.30023],[-56.15061,48.30316],[-56.12533,48.30608],[-56.10002,48.30901],[-56.07469,48.31193],[-56.04934,48.31484],[-56.02396,48.31776],[-55.99857,48.32067],[-55.97315,48.32358],[-55.9477,48.32648],[-55.92223,48.32938],[-55.89673,48.33228],[-55.87121,48.33518],[-55.84568,48.33807],[-55.82011,48.34096],[-55.79452,48.34385],[-55.7689,48.34673],[-55.74327,48.34961],[-55.7176,48.35249],[-55.69191,48.35536],[-55.6662,48.35823],[-55.64046,48.3611],[-55.6147,48.36397],[-55.58892,48.36683],[-55.56311,48.36969],[-55.53727,48.37254],[-55.51141,48.3754],[-55.48553,48.37824],[-55.45962,48.38109],[-55.43368,48.38393],[-55.40772,48.38677],[-55.38174,48.38961],[-55.35573,48.39244],[-55.3297,48.39527],[-55.30364,48.3981],[-55.27755,48.40092],[-55.25144,48.40374],[-55.22531,48.40656],[-55.19915,48.40938],[-55.17296,48.41219],[-55.14675,48.41499],[-55.12051,48.4178],[-55.09425,48.4206],[-55.06796,48.4234],[-55.04164,48.42619],[-55.0153,48.42898],[-54.98894,48.43177],[-54.96255,48.43455],[-54.93613,48.43734],[-54.90968,48.44011],[-54.88321,48.44289],[-54.85672,48.44566],[-54.8302,48.44843],[-54.80365,48.45119],[-54.77708,48.45395],[-54.75048,48.45671],[-54.72385,48.45946],[-54.6972,48.46221],[-54.67052,48.46496],[-54.64381,48.4677],[-54.61708,48.47044],[-54.59032,48.47318],[-54.56353,48.47592],[-54.53671,48.47865],[-54.50987,48.48137],[-54.48301,48.4841],[-54.45611,48.48681],[-54.42919,48.48953],[-54.40224,48.49224],[-54.37526,48.49495],[-54.34826,48.49766],[-54.32124,48.50036],[-54.29418,48.50306],[-54.26709,48.50575],[-54.23998,48.50844],[-54.21284,48.51113],[-54.18567,48.51382],[-54.15847,48.5165],[-54.13125,48.51917],[-54.10399,48.52185],[-54.07672,48.52452],[-54.04941,48.52718],[-54.02207,48.52985],[-53.99471,48.53251],[-53.96732,48.53516],[-53.93989,48.53781],[-53.91245,48.54046],[-53.88497,48.5431],[-53.85746,48.54575],[-53.82993,48.54838],[-53.80237,48.55102],[-53.77477,48.55365],[-53.74715,48.55627],[-53.7195,48.55889],[-53.69181,48.56151],[-53.6641,48.56413],[-53.63636,48.56674],[-53.6086,48.56935],[-53.5808,48.57195],[-53.55297,48.57455],[-53.52512,48.57714],[-53.49724,48.57974],[-53.46932,48.58232],[-53.44139,48.58491],[-53.41341,48.58749],[-53.38541,48.59006],[-53.35738,48.59264],[-53.32932,48.59521],[-53.30123,48.59777],[-53.2731,48.60033],[-53.24496,48.60289],[-53.21678,48.60544],[-53.18857,48.60799],[-53.16032,48.61053],[-53.13205,48.61308],[-53.10375,48.61561],[-53.07542,48.61815],[-53.04705,48.62067],[-53.01866,48.6232],[-52.99024,48.62572],[-52.96178,48.62824],[-52.9333,48.63075],[-52.90478,48.63326],[-52.87623,48.63576],[-52.84765,48.63826],[-52.81904,48.64076],[-52.79039,48.64325],[-52.76172,48.64574],[-52.73302,48.64822],[-52.70428,48.6507],[-52.67551,48.65318],[-52.64671,48.65565],[-52.61789,48.65812],[-52.58902,48.66058],[-52.56013,48.66304],[-52.5312,48.6655],[-52.50224,48.66795],[-52.47325,48.67039],[-52.44422,48.67284],[-52.41517,48.67527],[-52.38608,48.67771],[-52.35696,48.68014],[-52.3278,48.68256],[-52.29861,48.68498],[-52.26939,48.6874],[-52.24015,48.68981],[-52.21086,48.69222],[-52.18154,48.69462],[-52.15219,48.69702],[-52.12281,48.69941],[-52.09339,48.7018],[-52.06394,48.70419],[-52.03445,48.70657],[-52.00494,48.70895],[-51.97539,48.71132],[-51.9458,48.71369],[-51.91618,48.71605],[-51.88653,48.71841],[-51.85684,48.72076],[-51.82712,48.72311],[-51.79736,48.72546],[-51.76757,48.7278],[-51.73775,48.73013],[-51.70789,48.73247],[-51.678,48.73479],[-51.64807,48.73712],[-51.61811,48.73943],[-51.58811,48.74174],[-51.55808,48.74405],[-51.52801,48.74636],[-51.49792,48.74865],[-51.46778,48.75095],[-51.43761,48.75324],[-51.4074,48.75552],[-51.37715,48.7578],[-51.34687,48.76008],[-51.31655,48.76235],[-51.2862,48.76461],[-51.25581,48.76688],[-51.22539,48.76913],[-51.19493,48.77138],[-51.16443,48.77363],[-51.1339,48.77587],[-51.10333,48.77811],[-51.07272,48.78034],[-51.04208,48.78257],[-51.0114,48.78479],[-50.98069,48.787],[-50.94993,48.78922],[-50.91914,48.79142],[-50.88831,48.79363],[-50.85744,48.79582],[-50.82653,48.79802],[-50.79559,48.8002],[-50.76461,48.80239],[-50.73359,48.80456],[-50.70254,48.80674],[-50.67144,48.8089],[-50.6403,48.81107],[-50.60913,48.81322],[-50.57792,48.81538],[-50.54666,48.81752],[-50.51537,48.81966],[-50.48405,48.8218],[-50.45268,48.82393],[-50.42127,48.82606],[-50.38982,48.82818],[-50.35834,48.8303],[-50.32681,48.83241],[-50.29524,48.83451],[-50.26364,48.83661],[-50.23199,48.83871],[-50.20031,48.8408],[-50.16858,48.84288],[-50.13681,48.84496],[-50.105,48.84704],[-50.07315,48.8491],[-50.04127,48.85117],[-50.00934,48.85322],[-49.97736,48.85528],[-49.94535,48.85732],[-49.9133,48.85936],[-49.8812,48.8614],[-49.84907,48.86343],[-49.81689,48.86545],[-49.78467,48.86747],[-49.75241,48.86949],[-49.72011,48.87149],[-49.68777,48.8735],[-49.65538,48.87549],[-49.62295,48.87748],[-49.59048,48.87947],[-49.55796,48.88145],[-49.52541,48.88342],[-49.49281,48.88539],[-49.46016,48.88735],[-49.42748,48.88931],[-49.39475,48.89126],[-49.36198,48.8932],[-49.32916,48.89514],[-49.2963,48.89707],[-49.2634,48.899],[-49.23045,48.90092],[-49.19746,48.90284],[-49.16442,48.90475],[-49.13134,48.90665],[-49.09822,48.90855],[-49.06505,48.91044],[-49.03184,48.91232],[-48.99858,48.9142],[-48.96527,48.91607],[-48.93192,48.91794],[-48.89853,48.9198],[-48.86509,48.92166],[-48.8316,48.9235],[-48.79807,48.92535],[-48.7645,48.92718],[-48.73087,48.92901],[-48.6972,48.93083],[-48.66349,48.93265],[-48.62972,48.93446],[-48.59591,48.93627],[-48.56205,48.93806],[-48.52815,48.93986],[-48.4942,48.94164],[-48.4602,48.94342],[-48.42615,48.94519],[-48.39206,48.94696],[-48.35792,48.94872],[-48.32373,48.95047],[-48.28949,48.95222],[-48.2552,48.95396],[-48.22087,48.95569],[-48.18648,48.95742],[-48.15205,48.95913],[-48.11756,48.96085],[-48.08303,48.96255],[-48.04845,48.96425],[-48.01381,48.96595],[-47.97914,48.96763],[-47.9444,48.96931],[-47.90962,48.97098],[-47.87479,48.97265],[-47.83991,48.97431],[-47.80498,48.97596],[-47.76999,48.9776],[-47.73496,48.97924],[-47.69987,48.98087],[-47.66473,48.9825],[-47.62954,48.98411],[-47.5943,48.98572],[-47.559,48.98732],[-47.52365,48.98892],[-47.48826,48.99051],[-47.4528,48.99209],[-47.4173,48.99366],[-47.38174,48.99523],[-47.34612,48.99679],[-47.31046,48.99834],[-47.27474,48.99988],[-47.23896,49.00142],[-47.20313,49.00295]]},"properties":{"Name":"Center Line","Time0":"17:55:31","Time1":"19:48:20"}}]}')},4927:e=>{"use strict";e.exports=JSON.parse('{"type":"GeometryCollection","geometries":[{"type":"Polygon","coordinates":[[[-50.06591796875,49.57668614387512],[-50.07080078125,49.57621955871582],[-50.07120609283447,49.576171875],[-50.07568359375,49.575666427612305],[-50.08056640625,49.575114250183105],[-50.08544921875,49.57463574409485],[-50.09033203125,49.5743191242218],[-50.09521484375,49.57415986061096],[-50.10009765625,49.57406306266785],[-50.10498046875,49.573957681655884],[-50.10986328125,49.57382130622864],[-50.11474609375,49.57364583015442],[-50.11962890625,49.573423624038696],[-50.12451171875,49.573142528533936],[-50.12939453125,49.57278299331665],[-50.13427734375,49.57231307029724],[-50.13467311859131,49.572265625],[-50.13916015625,49.571755170822144],[-50.14404296875,49.571200132369995],[-50.14892578125,49.57072162628174],[-50.15380859375,49.5704071521759],[-50.15869140625,49.5702486038208],[-50.16357421875,49.57015061378479],[-50.16845703125,49.570042848587036],[-50.17333984375,49.56990385055542],[-50.17822265625,49.569724321365356],[-50.18310546875,49.569496870040894],[-50.18798828125,49.56920838356018],[-50.19287109375,49.56883788108826],[-50.19768238067627,49.568359375],[-50.19775390625,49.56835198402405],[-50.20263671875,49.567787408828735],[-50.20751953125,49.56723141670227],[-50.21240234375,49.566766023635864],[-50.21728515625,49.566474199295044],[-50.22216796875,49.56632661819458],[-50.22705078125,49.566227197647095],[-50.23193359375,49.56611466407776],[-50.23681640625,49.56596875190735],[-50.24169921875,49.565781116485596],[-50.24658203125,49.56554317474365],[-50.25146484375,49.56524038314819],[-50.25634765625,49.564847469329834],[-50.26010990142822,49.564453125],[-50.26123046875,49.564332485198975],[-50.26611328125,49.56376004219055],[-50.27099609375,49.563204765319824],[-50.27587890625,49.5627646446228],[-50.28076171875,49.56251549720764],[-50.28564453125,49.56239175796509],[-50.29052734375,49.56229257583618],[-50.29541015625,49.562172174453735],[-50.30029296875,49.562015533447266],[-50.30517578125,49.561813831329346],[-50.31005859375,49.56155824661255],[-50.31494140625,49.56123089790344],[-50.31982421875,49.56080174446106],[-50.32208442687988,49.560546875],[-50.32470703125,49.56025242805481],[-50.32958984375,49.55967688560486],[-50.33447265625,49.55913972854614],[-50.33935546875,49.55874562263489],[-50.34423828125,49.55854773521423],[-50.34912109375,49.558446407318115],[-50.35400390625,49.55834364891052],[-50.35888671875,49.55821108818054],[-50.36376953125,49.55803823471069],[-50.36865234375,49.55781650543213],[-50.37353515625,49.55753421783447],[-50.37841796875,49.55716824531555],[-50.38330078125,49.55668520927429],[-50.383663177490234,49.556640625],[-50.38818359375,49.55611062049866],[-50.39306640625,49.55554151535034],[-50.39794921875,49.5550594329834],[-50.40283203125,49.5547513961792],[-50.40771484375,49.554595947265625],[-50.41259765625,49.55449390411377],[-50.41748046875,49.554378509521484],[-50.42236328125,49.55422782897949],[-50.42724609375,49.55403208732605],[-50.43212890625,49.55378222465515],[-50.43701171875,49.553460121154785],[-50.44189453125,49.553038120269775],[-50.444626808166504,49.552734375],[-50.44677734375,49.55249333381653],[-50.45166015625,49.55190944671631],[-50.45654296875,49.551352977752686],[-50.46142578125,49.550936698913574],[-50.46630859375,49.55072855949402],[-50.47119140625,49.55062532424927],[-50.47607421875,49.550522565841675],[-50.48095703125,49.55038928985596],[-50.48583984375,49.55021405220032],[-50.49072265625,49.54998731613159],[-50.49560546875,49.54969549179077],[-50.50048828125,49.54931592941284],[-50.50525665283203,49.548828125],[-50.50537109375,49.548815965652466],[-50.51025390625,49.54823422431946],[-50.51513671875,49.5476610660553],[-50.52001953125,49.54718852043152],[-50.52490234375,49.54689955711365],[-50.52978515625,49.546753883361816],[-50.53466796875,49.54665017127991],[-50.53955078125,49.54652810096741],[-50.54443359375,49.54636740684509],[-50.54931640625,49.54615783691406],[-50.55419921875,49.545886516571045],[-50.55908203125,49.54553461074829],[-50.56396484375,49.54507517814636],[-50.56525230407715,49.544921875],[-50.56884765625,49.54450511932373],[-50.57373046875,49.543922662734985],[-50.57861328125,49.54340839385986],[-50.58349609375,49.54305958747864],[-50.58837890625,49.54288148880005],[-50.59326171875,49.54277181625366],[-50.59814453125,49.542651414871216],[-50.60302734375,49.54249811172485],[-50.60791015625,49.542299032211304],[-50.61279296875,49.54203987121582],[-50.61767578125,49.54170489311218],[-50.62255859375,49.54127025604248],[-50.62479019165039,49.541015625],[-50.62744140625,49.540714263916016],[-50.63232421875,49.5401246547699],[-50.63720703125,49.53958201408386],[-50.64208984375,49.539196491241455],[-50.64697265625,49.539000272750854],[-50.65185546875,49.53888964653015],[-50.65673828125,49.53876996040344],[-50.66162109375,49.53861474990845],[-50.66650390625,49.5384156703949],[-50.67138671875,49.53816032409668],[-50.67626953125,49.53783440589905],[-50.68115234375,49.53741264343262],[-50.68385601043701,49.537109375],[-50.68603515625,49.536863803863525],[-50.69091796875,49.536269187927246],[-50.69580078125,49.53571271896362],[-50.70068359375,49.535311698913574],[-50.70556640625,49.5351083278656],[-50.71044921875,49.53499746322632],[-50.71533203125,49.53488111495972],[-50.72021484375,49.53472852706909],[-50.72509765625,49.53453016281128],[-50.72998046875,49.53427600860596],[-50.73486328125,49.53394913673401],[-50.73974609375,49.53352212905884],[-50.74256896972656,49.533203125],[-50.74462890625,49.532968044281006],[-50.74951171875,49.53237247467041],[-50.75439453125,49.531816720962524],[-50.75927734375,49.53141212463379],[-50.76416015625,49.53120541572571],[-50.76904296875,49.53109407424927],[-50.77392578125,49.5309784412384],[-50.77880859375,49.53082752227783],[-50.78369140625,49.53063106536865],[-50.78857421875,49.53037881851196],[-50.79345703125,49.53005290031433],[-50.79833984375,49.52962374687195],[-50.80119609832764,49.529296875],[-50.80322265625,49.52906250953674],[-50.80810546875,49.52846169471741],[-50.81298828125,49.52790451049805],[-50.81787109375,49.527498960494995],[-50.82275390625,49.527291774749756],[-50.82763671875,49.527179479599],[-50.83251953125,49.52706241607666],[-50.83740234375,49.52690935134888],[-50.84228515625,49.52670979499817],[-50.84716796875,49.5264527797699],[-50.85205078125,49.52612018585205],[-50.85693359375,49.525678396224976],[-50.85937976837158,49.525390625],[-50.86181640625,49.5251042842865],[-50.86669921875,49.52450203895569],[-50.87158203125,49.52395415306091],[-50.87646484375,49.52356505393982],[-50.88134765625,49.52336597442627],[-50.88623046875,49.523252725601196],[-50.89111328125,49.52313160896301],[-50.89599609375,49.52297282218933],[-50.90087890625,49.522764444351196],[-50.90576171875,49.52249574661255],[-50.91064453125,49.522144079208374],[-50.91552734375,49.5216760635376],[-50.917091369628906,49.521484375],[-50.92041015625,49.52108573913574],[-50.92529296875,49.520484924316406],[-50.93017578125,49.51996064186096],[-50.93505859375,49.51960825920105],[-50.93994140625,49.51942706108093],[-50.94482421875,49.51931285858154],[-50.94970703125,49.51918411254883],[-50.95458984375,49.51901388168335],[-50.95947265625,49.51879048347473],[-50.96435546875,49.51849961280823],[-50.96923828125,49.518117904663086],[-50.97412109375,49.51761031150818],[-50.974369049072266,49.517578125],[-50.97900390625,49.51700401306152],[-50.98388671875,49.51640558242798],[-50.98876953125,49.515921115875244],[-50.99365234375,49.515634298324585],[-50.99853515625,49.515485525131226],[-51.00341796875,49.51536583900452],[-51.00830078125,49.51521921157837],[-51.01318359375,49.51502871513367],[-51.01806640625,49.514779567718506],[-51.02294921875,49.514455795288086],[-51.02783203125,49.51403284072876],[-51.031012535095215,49.513671875],[-51.03271484375,49.51347494125366],[-51.03759765625,49.512861490249634],[-51.04248046875,49.51228666305542],[-51.04736328125,49.511871337890625],[-51.05224609375,49.511659145355225],[-51.05712890625,49.51154017448425],[-51.06201171875,49.51141166687012],[-51.06689453125,49.511242389678955],[-51.07177734375,49.51102137565613],[-51.07666015625,49.51073622703552],[-51.08154296875,49.51036524772644],[-51.08642578125,49.509875535964966],[-51.08728885650635,49.509765625],[-51.09130859375,49.50927257537842],[-51.09619140625,49.5086669921875],[-51.10107421875,49.50816583633423],[-51.10595703125,49.50786018371582],[-51.11083984375,49.507702589035034],[-51.11572265625,49.507583141326904],[-51.12060546875,49.50743889808655],[-51.12548828125,49.50724935531616],[-51.13037109375,49.50700354576111],[-51.13525390625,49.50668430328369],[-51.14013671875,49.50626254081726],[-51.14366054534912,49.505859375],[-51.14501953125,49.50569987297058],[-51.14990234375,49.50507855415344],[-51.15478515625,49.504496574401855],[-51.15966796875,49.504069089889526],[-51.16455078125,49.503849029541016],[-51.16943359375,49.50372910499573],[-51.17431640625,49.50360345840454],[-51.17919921875,49.503437995910645],[-51.18408203125,49.50322079658508],[-51.18896484375,49.50293827056885],[-51.19384765625,49.50256633758545],[-51.19873046875,49.50206661224365],[-51.19959831237793,49.501953125],[-51.20361328125,49.50144910812378],[-51.20849609375,49.50083589553833],[-51.21337890625,49.50033116340637],[-51.21826171875,49.50002479553223],[-51.22314453125,49.49986529350281],[-51.22802734375,49.49974298477173],[-51.23291015625,49.499595642089844],[-51.23779296875,49.49939966201782],[-51.24267578125,49.49914240837097],[-51.24755859375,49.49880385398865],[-51.25244140625,49.49835419654846],[-51.25500202178955,49.498046875],[-51.25732421875,49.497766971588135],[-51.26220703125,49.49714517593384],[-51.26708984375,49.496586561203],[-51.27197265625,49.49619698524475],[-51.27685546875,49.495994329452515],[-51.28173828125,49.49586892127991],[-51.28662109375,49.495729207992554],[-51.29150390625,49.495546102523804],[-51.29638671875,49.49530482292175],[-51.30126953125,49.494988203048706],[-51.30615234375,49.49457049369812],[-51.30993843078613,49.494140625],[-51.31103515625,49.49401235580444],[-51.31591796875,49.493382930755615],[-51.32080078125,49.49278688430786],[-51.32568359375,49.492350816726685],[-51.33056640625,49.49212694168091],[-51.33544921875,49.49200224876404],[-51.34033203125,49.49186730384827],[-51.34521484375,49.49168848991394],[-51.35009765625,49.49145436286926],[-51.35498046875,49.49114990234375],[-51.35986328125,49.49074840545654],[-51.36453151702881,49.490234375],[-51.36474609375,49.49020981788635],[-51.36962890625,49.489580154418945],[-51.37451171875,49.48896932601929],[-51.37939453125,49.48850083351135],[-51.38427734375,49.48825144767761],[-51.38916015625,49.488121032714844],[-51.39404296875,49.487993240356445],[-51.39892578125,49.487826347351074],[-51.40380859375,49.487606048583984],[-51.40869140625,49.48731851577759],[-51.41357421875,49.486939430236816],[-51.41845703125,49.486427545547485],[-51.419196128845215,49.486328125],[-51.42333984375,49.4857964515686],[-51.42822265625,49.485174894332886],[-51.43310546875,49.48467445373535],[-51.43798828125,49.484381437301636],[-51.44287109375,49.48422813415527],[-51.44775390625,49.48409986495972],[-51.45263671875,49.48393940925598],[-51.45751953125,49.48372673988342],[-51.46240234375,49.48344802856445],[-51.46728515625,49.48307800292969],[-51.47216796875,49.48257803916931],[-51.473350524902344,49.482421875],[-51.47705078125,49.48194909095764],[-51.48193359375,49.48132061958313],[-51.48681640625,49.4808030128479],[-51.49169921875,49.480485677719116],[-51.49658203125,49.48031806945801],[-51.50146484375,49.48018789291382],[-51.50634765625,49.480029344558716],[-51.51123046875,49.47981810569763],[-51.51611328125,49.47953677177429],[-51.52099609375,49.479163646698],[-51.52587890625,49.47866415977478],[-51.52700424194336,49.478515625],[-51.53076171875,49.478036403656006],[-51.53564453125,49.477405071258545],[-51.54052734375,49.47688889503479],[-51.54541015625,49.47658014297485],[-51.55029296875,49.476417541503906],[-51.55517578125,49.476282835006714],[-51.56005859375,49.476112604141235],[-51.56494140625,49.47588777542114],[-51.56982421875,49.47559380531311],[-51.57470703125,49.47520685195923],[-51.57958984375,49.47468876838684],[-51.58017635345459,49.474609375],[-51.58447265625,49.47405529022217],[-51.58935546875,49.47342896461487],[-51.59423828125,49.47293305397034],[-51.59912109375,49.47265267372131],[-51.60400390625,49.47250461578369],[-51.60888671875,49.472371339797974],[-51.61376953125,49.47220063209534],[-51.61865234375,49.47197461128235],[-51.62353515625,49.47167778015137],[-51.62841796875,49.47128462791443],[-51.63330078125,49.47075080871582],[-51.633639335632324,49.470703125],[-51.63818359375,49.47010374069214],[-51.64306640625,49.46947383880615],[-51.64794921875,49.4689838886261],[-51.65283203125,49.468716621398926],[-51.65771484375,49.4685754776001],[-51.66259765625,49.46844029426575],[-51.66748046875,49.46826410293579],[-51.67236328125,49.46802997589111],[-51.67724609375,49.4677209854126],[-51.68212890625,49.467307329177856],[-51.68656826019287,49.466796875],[-51.68701171875,49.46674346923828],[-51.69189453125,49.46609091758728],[-51.69677734375,49.465468645095825],[-51.70166015625,49.46500205993652],[-51.70654296875,49.46475958824158],[-51.71142578125,49.464627742767334],[-51.71630859375,49.46448755264282],[-51.72119140625,49.46429920196533],[-51.72607421875,49.464046478271484],[-51.73095703125,49.46371078491211],[-51.73583984375,49.463261127471924],[-51.73886775970459,49.462890625],[-51.74072265625,49.46266007423401],[-51.74560546875,49.462011098861694],[-51.75048828125,49.46143388748169],[-51.75537109375,49.46104049682617],[-51.76025390625,49.46083474159241],[-51.76513671875,49.460697889328],[-51.77001953125,49.46053719520569],[-51.77490234375,49.46032404899597],[-51.77978515625,49.46004343032837],[-51.78466796875,49.45967149734497],[-51.78955078125,49.45916962623596],[-51.79094314575195,49.458984375],[-51.79443359375,49.458531856536865],[-51.79931640625,49.45789313316345],[-51.80419921875,49.45737051963806],[-51.80908203125,49.45705556869507],[-51.81396484375,49.45688772201538],[-51.81884765625,49.456748962402344],[-51.82373046875,49.456575870513916],[-51.82861328125,49.456345558166504],[-51.83349609375,49.45604109764099],[-51.83837890625,49.45563459396362],[-51.84326171875,49.455079317092896],[-51.843271255493164,49.455078125],[-51.84814453125,49.45441818237305],[-51.85302734375,49.45378279685974],[-51.85791015625,49.45330357551575],[-51.86279296875,49.45305371284485],[-51.86767578125,49.45291781425476],[-51.87255859375,49.45277428627014],[-51.87744140625,49.452582120895386],[-51.88232421875,49.452324628829956],[-51.88720703125,49.451980113983154],[-51.89208984375,49.451515197753906],[-51.89480781555176,49.451171875],[-51.89697265625,49.45089602470398],[-51.90185546875,49.45024085044861],[-51.90673828125,49.44967031478882],[-51.91162109375,49.44928979873657],[-51.91650390625,49.449087142944336],[-51.92138671875,49.448943853378296],[-51.92626953125,49.448771715164185],[-51.93115234375,49.448543548583984],[-51.93603515625,49.44824028015137],[-51.94091796875,49.44783592224121],[-51.94580078125,49.447288036346436],[-51.94595813751221,49.447265625],[-51.95068359375,49.44662642478943],[-51.95556640625,49.44598460197449],[-51.96044921875,49.44550371170044],[-51.96533203125,49.44525480270386],[-51.97021484375,49.44511699676514],[-51.97509765625,49.444968700408936],[-51.97998046875,49.44477128982544],[-51.98486328125,49.44450902938843],[-51.98974609375,49.4441602230072],[-51.99462890625,49.44368815422058],[-51.99718475341797,49.443359375],[-51.99951171875,49.44305920600891],[-52.00439453125,49.44240140914917],[-52.00927734375,49.44183874130249],[-52.01416015625,49.44147181510925],[-52.01904296875,49.44127535820007],[-52.02392578125,49.441131830215454],[-52.02880859375,49.440959215164185],[-52.03369140625,49.44072866439819],[-52.03857421875,49.44042205810547],[-52.04345703125,49.44000816345215],[-52.04822063446045,49.439453125],[-52.04833984375,49.439438343048096],[-52.05322265625,49.43876671791077],[-52.05810546875,49.43812918663025],[-52.06298828125,49.4376540184021],[-52.06787109375,49.43740487098694],[-52.07275390625,49.43726301193237],[-52.07763671875,49.437108516693115],[-52.08251953125,49.43690013885498],[-52.08740234375,49.436617851257324],[-52.09228515625,49.436238288879395],[-52.09716796875,49.435723543167114],[-52.098445892333984,49.435546875],[-52.10205078125,49.43506407737732],[-52.10693359375,49.4344003200531],[-52.11181640625,49.43387484550476],[-52.11669921875,49.43357849121094],[-52.12158203125,49.43341875076294],[-52.12646484375,49.433268547058105],[-52.13134765625,49.43307328224182],[-52.13623046875,49.4328134059906],[-52.14111328125,49.43246674537659],[-52.14599609375,49.43199634552002],[-52.14876174926758,49.431640625],[-52.15087890625,49.431365966796875],[-52.15576171875,49.43070125579834],[-52.16064453125,49.43013119697571],[-52.16552734375,49.429757595062256],[-52.17041015625,49.429556369781494],[-52.17529296875,49.42940855026245],[-52.18017578125,49.42923021316528],[-52.18505859375,49.42899203300476],[-52.18994140625,49.42867350578308],[-52.19482421875,49.42824172973633],[-52.19902038574219,49.427734375],[-52.19970703125,49.42764759063721],[-52.20458984375,49.42697095870972],[-52.20947265625,49.426350593566895],[-52.21435546875,49.425904989242554],[-52.21923828125,49.42566657066345],[-52.22412109375,49.42551875114441],[-52.22900390625,49.425352573394775],[-52.23388671875,49.4251275062561],[-52.23876953125,49.42482256889343],[-52.24365234375,49.42440915107727],[-52.24853515625,49.42384219169617],[-52.24863052368164,49.423828125],[-52.25341796875,49.42316174507141],[-52.25830078125,49.422515869140625],[-52.26318359375,49.42204189300537],[-52.26806640625,49.421794414520264],[-52.27294921875,49.421648025512695],[-52.27783203125,49.421483278274536],[-52.28271484375,49.42126202583313],[-52.28759765625,49.4209668636322],[-52.29248046875,49.420570373535156],[-52.29736328125,49.420027017593384],[-52.29809284210205,49.419921875],[-52.30224609375,49.419349193573],[-52.30712890625,49.418686389923096],[-52.31201171875,49.41817927360535],[-52.31689453125,49.417909383773804],[-52.32177734375,49.41775965690613],[-52.32666015625,49.41760230064392],[-52.33154296875,49.417391777038574],[-52.33642578125,49.41710948944092],[-52.34130859375,49.416728496551514],[-52.34619140625,49.41620230674744],[-52.34750270843506,49.416015625],[-52.35107421875,49.415523052215576],[-52.35595703125,49.41484594345093],[-52.36083984375,49.41431164741516],[-52.36572265625,49.41401243209839],[-52.37060546875,49.41384983062744],[-52.37548828125,49.41369271278381],[-52.38037109375,49.41348433494568],[-52.38525390625,49.41320061683655],[-52.39013671875,49.41281604766846],[-52.39501953125,49.41228938102722],[-52.39628314971924,49.412109375],[-52.39990234375,49.41161108016968],[-52.40478515625,49.41093158721924],[-52.40966796875,49.41040253639221],[-52.41455078125,49.410114765167236],[-52.41943359375,49.40995717048645],[-52.42431640625,49.409796714782715],[-52.42919921875,49.40958380699158],[-52.43408203125,49.40929818153381],[-52.43896484375,49.408913373947144],[-52.44384765625,49.408385038375854],[-52.445125579833984,49.408203125],[-52.44873046875,49.40770673751831],[-52.45361328125,49.40703344345093],[-52.45849609375,49.406506061553955],[-52.46337890625,49.40621089935303],[-52.46826171875,49.406046867370605],[-52.47314453125,49.40588593482971],[-52.47802734375,49.40567350387573],[-52.48291015625,49.40538692474365],[-52.48779296875,49.40499806404114],[-52.49267578125,49.40445923805237],[-52.493791580200195,49.404296875],[-52.49755859375,49.40376853942871],[-52.50244140625,49.40308475494385],[-52.50732421875,49.402554750442505],[-52.51220703125,49.40226864814758],[-52.51708984375,49.40211057662964],[-52.52197265625,49.40194606781006],[-52.52685546875,49.40172457695007],[-52.53173828125,49.40142202377319],[-52.53662109375,49.40100955963135],[-52.54150390625,49.40044188499451],[-52.541847229003906,49.400390625],[-52.54638671875,49.3997483253479],[-52.55126953125,49.39908981323242],[-52.55615234375,49.39860725402832],[-52.56103515625,49.398353576660156],[-52.56591796875,49.39820051193237],[-52.57080078125,49.398027181625366],[-52.57568359375,49.39779305458069],[-52.58056640625,49.397478103637695],[-52.58544921875,49.397050857543945],[-52.59013652801514,49.396484375],[-52.59033203125,49.396459102630615],[-52.59521484375,49.39576458930969],[-52.60009765625,49.39512610435486],[-52.60498046875,49.394668102264404],[-52.60986328125,49.394421339035034],[-52.61474609375,49.39426326751709],[-52.61962890625,49.394081830978394],[-52.62451171875,49.39383625984192],[-52.62939453125,49.39350390434265],[-52.63427734375,49.39304757118225],[-52.63793468475342,49.392578125],[-52.63916015625,49.392415285110474],[-52.64404296875,49.391717195510864],[-52.64892578125,49.391106843948364],[-52.65380859375,49.39069628715515],[-52.65869140625,49.39047336578369],[-52.66357421875,49.39030909538269],[-52.66845703125,49.39010715484619],[-52.67333984375,49.38983416557312],[-52.67822265625,49.389463663101196],[-52.68310546875,49.38895535469055],[-52.685160636901855,49.388671875],[-52.68798828125,49.388286113739014],[-52.69287109375,49.38760447502136],[-52.69775390625,49.38704991340637],[-52.70263671875,49.38671875],[-52.70751953125,49.38653373718262],[-52.71240234375,49.38636660575867],[-52.71728515625,49.38615107536316],[-52.72216796875,49.385860443115234],[-52.72705078125,49.38546442985535],[-52.73193359375,49.384912729263306],[-52.73292064666748,49.384765625],[-52.73681640625,49.384209394454956],[-52.74169921875,49.3835232257843],[-52.74658203125,49.38300132751465],[-52.75146484375,49.38272285461426],[-52.75634765625,49.38256287574768],[-52.76123046875,49.3823881149292],[-52.76611328125,49.38214993476868],[-52.77099609375,49.38182473182678],[-52.77587890625,49.38137674331665],[-52.77995586395264,49.380859375],[-52.78076171875,49.38075256347656],[-52.78564453125,49.38004660606384],[-52.79052734375,49.379422187805176],[-52.79541015625,49.378997564315796],[-52.80029296875,49.37876796722412],[-52.80517578125,49.378602504730225],[-52.81005859375,49.378401041030884],[-52.81494140625,49.37812900543213],[-52.81982421875,49.377758741378784],[-52.82470703125,49.37724781036377],[-52.826809883117676,49.376953125],[-52.82958984375,49.376567363739014],[-52.83447265625,49.37587356567383],[-52.83935546875,49.375314712524414],[-52.84423828125,49.37498426437378],[-52.84912109375,49.3747980594635],[-52.85400390625,49.37462520599365],[-52.85888671875,49.374398946762085],[-52.86376953125,49.374091148376465],[-52.86865234375,49.37366962432861],[-52.87353515625,49.373080253601074],[-52.87374973297119,49.373046875],[-52.87841796875,49.37236833572388],[-52.88330078125,49.37170696258545],[-52.88818359375,49.3712260723114],[-52.89306640625,49.3709659576416],[-52.89794921875,49.37079858779907],[-52.90283203125,49.37060284614563],[-52.90771484375,49.37033462524414],[-52.91259765625,49.3699676990509],[-52.91748046875,49.369463205337524],[-52.91980743408203,49.369140625],[-52.92236328125,49.36878681182861],[-52.92724609375,49.368088483810425],[-52.93212890625,49.3675217628479],[-52.93701171875,49.36718440055847],[-52.94189453125,49.36699461936951],[-52.94677734375,49.366820096969604],[-52.95166015625,49.36659216880798],[-52.95654296875,49.36628293991089],[-52.96142578125,49.36586022377014],[-52.96630859375,49.36526870727539],[-52.96652793884277,49.365234375],[-52.97119140625,49.36455273628235],[-52.97607421875,49.36389136314392],[-52.98095703125,49.36341571807861],[-52.98583984375,49.36315727233887],[-52.99072265625,49.362988233566284],[-52.99560546875,49.362791538238525],[-53.00048828125,49.3625214099884],[-53.00537109375,49.362149477005005],[-53.01025390625,49.36163282394409],[-53.01238536834717,49.361328125],[-53.01513671875,49.36093854904175],[-53.02001953125,49.36022639274597],[-53.02490234375,49.359660625457764],[-53.02978515625,49.35933804512024],[-53.03466796875,49.35915565490723],[-53.03955078125,49.35897397994995],[-53.04443359375,49.358731508255005],[-53.04931640625,49.35840153694153],[-53.05419921875,49.35794973373413],[-53.05832862854004,49.357421875],[-53.05908203125,49.3573215007782],[-53.06396484375,49.356609582901],[-53.06884765625,49.355982065200806],[-53.07373046875,49.355555057525635],[-53.07861328125,49.35531949996948],[-53.08349609375,49.35514521598816],[-53.08837890625,49.35493206977844],[-53.09326171875,49.35464072227478],[-53.09814453125,49.35424017906189],[-53.10302734375,49.353679180145264],[-53.10410022735596,49.353515625],[-53.10791015625,49.3529577255249],[-53.11279296875,49.35225796699524],[-53.11767578125,49.35173177719116],[-53.12255859375,49.3514506816864],[-53.12744140625,49.35128045082092],[-53.13232421875,49.35108304023743],[-53.13720703125,49.35081195831299],[-53.14208984375,49.35044050216675],[-53.14697265625,49.349926471710205],[-53.14921855926514,49.349609375],[-53.15185546875,49.349239349365234],[-53.15673828125,49.34853482246399],[-53.16162109375,49.34796738624573],[-53.16650390625,49.347634077072144],[-53.17138671875,49.34744310379028],[-53.17626953125,49.34725904464722],[-53.18115234375,49.347015380859375],[-53.18603515625,49.34668254852295],[-53.19091796875,49.34622359275818],[-53.19489002227783,49.345703125],[-53.19580078125,49.34557867050171],[-53.20068359375,49.34485197067261],[-53.20556640625,49.344221115112305],[-53.21044921875,49.34380269050598],[-53.21533203125,49.34357023239136],[-53.22021484375,49.3433895111084],[-53.22509765625,49.34316301345825],[-53.22998046875,49.34284996986389],[-53.23486328125,49.34241461753845],[-53.23974609375,49.34180283546448],[-53.239784240722656,49.341796875],[-53.24462890625,49.34107327461243],[-53.24951171875,49.34041452407837],[-53.25439453125,49.33995699882507],[-53.25927734375,49.33970856666565],[-53.26416015625,49.33953261375427],[-53.26904296875,49.33931827545166],[-53.27392578125,49.33902549743652],[-53.27880859375,49.33862352371216],[-53.28369140625,49.33806014060974],[-53.28479766845703,49.337890625],[-53.28857421875,49.33733558654785],[-53.29345703125,49.33663606643677],[-53.29833984375,49.33611297607422],[-53.30322265625,49.33582925796509],[-53.30810546875,49.33565282821655],[-53.31298828125,49.33545112609863],[-53.31787109375,49.3351731300354],[-53.32275390625,49.33478760719299],[-53.32763671875,49.33424687385559],[-53.329386711120605,49.333984375],[-53.33251953125,49.333523750305176],[-53.33740234375,49.332794427871704],[-53.34228515625,49.33223557472229],[-53.34716796875,49.331939935684204],[-53.35205078125,49.331767559051514],[-53.35693359375,49.331570863723755],[-53.36181640625,49.331299781799316],[-53.36669921875,49.3309268951416],[-53.37158203125,49.33040761947632],[-53.373870849609375,49.330078125],[-53.37646484375,49.32970571517944],[-53.38134765625,49.32898473739624],[-53.38623046875,49.3284113407135],[-53.39111328125,49.32807993888855],[-53.39599609375,49.32788681983948],[-53.40087890625,49.32769250869751],[-53.40576171875,49.32743191719055],[-53.41064453125,49.32707190513611],[-53.41552734375,49.32656717300415],[-53.41829776763916,49.326171875],[-53.42041015625,49.325867891311646],[-53.42529296875,49.3251314163208],[-53.43017578125,49.324536085128784],[-53.43505859375,49.324183225631714],[-53.43994140625,49.32398056983948],[-53.44482421875,49.32378339767456],[-53.44970703125,49.32352018356323],[-53.45458984375,49.32315754890442],[-53.45947265625,49.32265377044678],[-53.462233543395996,49.322265625],[-53.46435546875,49.321964740753174],[-53.46923828125,49.32124161720276],[-53.47412109375,49.32065200805664],[-53.47900390625,49.32029700279236],[-53.48388671875,49.32009148597717],[-53.48876953125,49.31989645957947],[-53.49365234375,49.31963849067688],[-53.49853515625,49.3192822933197],[-53.50341796875,49.31878471374512],[-53.50642681121826,49.318359375],[-53.50830078125,49.318090200424194],[-53.51318359375,49.31734919548035],[-53.51806640625,49.316741943359375],[-53.52294921875,49.31637406349182],[-53.52783203125,49.31616282463074],[-53.53271484375,49.315964698791504],[-53.53759765625,49.3157000541687],[-53.54248046875,49.315330505371094],[-53.54736328125,49.31481385231018],[-53.54987621307373,49.314453125],[-53.55224609375,49.31411170959473],[-53.55712890625,49.31338548660278],[-53.56201171875,49.31280326843262],[-53.56689453125,49.31246376037598],[-53.57177734375,49.312265157699585],[-53.57666015625,49.312065839767456],[-53.58154296875,49.31179881095886],[-53.58642578125,49.31142973899841],[-53.59130859375,49.31091260910034],[-53.593811988830566,49.310546875],[-53.59619140625,49.31019830703735],[-53.60107421875,49.30945611000061],[-53.60595703125,49.30886650085449],[-53.61083984375,49.30852699279785],[-53.61572265625,49.30832767486572],[-53.62060546875,49.30812335014343],[-53.62548828125,49.307844400405884],[-53.63037109375,49.30745339393616],[-53.63525390625,49.30690288543701],[-53.63697528839111,49.306640625],[-53.64013671875,49.306169509887695],[-53.64501953125,49.305440187454224],[-53.64990234375,49.30488681793213],[-53.65478515625,49.30459022521973],[-53.65966796875,49.30440878868103],[-53.66455078125,49.30419850349426],[-53.66943359375,49.303908824920654],[-53.67431640625,49.30350708961487],[-53.67919921875,49.30293869972229],[-53.68051052093506,49.302734375],[-53.68408203125,49.30219578742981],[-53.68896484375,49.30147910118103],[-53.69384765625,49.30094599723816],[-53.69873046875,49.30065321922302],[-53.70361328125,49.300463914871216],[-53.70849609375,49.30024242401123],[-53.71337890625,49.29993414878845],[-53.71826171875,49.29949951171875],[-53.72314453125,49.2988805770874],[-53.723464012145996,49.298828125],[-53.72802734375,49.29812574386597],[-53.73291015625,49.29744791984558],[-53.73779296875,49.29697847366333],[-53.74267578125,49.29671883583069],[-53.74755859375,49.29652643203735],[-53.75244140625,49.296287298202515],[-53.75732421875,49.29595685005188],[-53.76220703125,49.29549598693848],[-53.76652240753174,49.294921875],[-53.76708984375,49.29484224319458],[-53.77197265625,49.29409217834473],[-53.77685546875,49.29344415664673],[-53.78173828125,49.29301404953003],[-53.78662109375,49.2927680015564],[-53.79150390625,49.29256629943848],[-53.79638671875,49.29230833053589],[-53.80126953125,49.2919487953186],[-53.80615234375,49.29143977165222],[-53.80906581878662,49.291015625],[-53.81103515625,49.290724992752075],[-53.81591796875,49.28996753692627],[-53.82080078125,49.289363622665405],[-53.82568359375,49.28901529312134],[-53.83056640625,49.28881120681763],[-53.83544921875,49.2886016368866],[-53.84033203125,49.288317918777466],[-53.84521484375,49.28792357444763],[-53.85009765625,49.287365674972534],[-53.85175704956055,49.287109375],[-53.85498046875,49.28662300109863],[-53.85986328125,49.28589153289795],[-53.86474609375,49.28533983230591],[-53.86962890625,49.28503727912903],[-53.87451171875,49.284844160079956],[-53.87939453125,49.284618854522705],[-53.88427734375,49.284305572509766],[-53.88916015625,49.28386306762695],[-53.89404296875,49.28322911262512],[-53.894195556640625,49.283203125],[-53.89892578125,49.28246521949768],[-53.90380859375,49.281790018081665],[-53.90869140625,49.28132939338684],[-53.91357421875,49.281070947647095],[-53.91845703125,49.28086972236633],[-53.92333984375,49.28061485290527],[-53.92822265625,49.28026103973389],[-53.93310546875,49.27976417541504],[-53.936400413513184,49.279296875],[-53.93798828125,49.27906584739685],[-53.94287109375,49.27831196784973],[-53.94775390625,49.27769494056702],[-53.95263671875,49.277318239212036],[-53.95751953125,49.277095317840576],[-53.96240234375,49.276880741119385],[-53.96728515625,49.276594161987305],[-53.97216796875,49.276190996170044],[-53.97705078125,49.27561593055725],[-53.97846698760986,49.275390625],[-53.98193359375,49.27485680580139],[-53.98681640625,49.27412796020508],[-53.99169921875,49.27359199523926],[-53.99658203125,49.2732994556427],[-54.00146484375,49.27310371398926],[-54.00634765625,49.27286624908447],[-54.01123046875,49.27253532409668],[-54.01611328125,49.27207159996033],[-54.02048587799072,49.271484375],[-54.02099609375,49.27141213417053],[-54.02587890625,49.270652532577515],[-54.03076171875,49.269999265670776],[-54.03564453125,49.26956868171692],[-54.04052734375,49.2693190574646],[-54.04541015625,49.26910758018494],[-54.05029296875,49.26883387565613],[-54.05517578125,49.268449783325195],[-54.06005859375,49.26790118217468],[-54.062137603759766,49.267578125],[-54.06494140625,49.26714777946472],[-54.06982421875,49.2663893699646],[-54.07470703125,49.265815019607544],[-54.07958984375,49.26550483703613],[-54.08447265625,49.265310764312744],[-54.08935546875,49.265079975128174],[-54.09423828125,49.26475763320923],[-54.09912109375,49.264304876327515],[-54.10391330718994,49.263671875],[-54.10400390625,49.26365900039673],[-54.10888671875,49.26289486885071],[-54.11376953125,49.262226581573486],[-54.11865234375,49.261775732040405],[-54.12353515625,49.261515855789185],[-54.12841796875,49.26130294799805],[-54.13330078125,49.261030197143555],[-54.13818359375,49.26064729690552],[-54.14306640625,49.260098695755005],[-54.14520740509033,49.259765625],[-54.14794921875,49.25934290885925],[-54.15283203125,49.25858020782471],[-54.15771484375,49.25800275802612],[-54.16259765625,49.2576904296875],[-54.16748046875,49.25749373435974],[-54.17236328125,49.257259368896484],[-54.17724609375,49.25693130493164],[-54.18212890625,49.2564697265625],[-54.18666362762451,49.255859375],[-54.18701171875,49.25580978393555],[-54.19189453125,49.25504159927368],[-54.19677734375,49.254379749298096],[-54.20166015625,49.253942251205444],[-54.20654296875,49.25368690490723],[-54.21142578125,49.25346875190735],[-54.21630859375,49.25318503379822],[-54.22119140625,49.252784967422485],[-54.22607421875,49.25221085548401],[-54.22768592834473,49.251953125],[-54.23095703125,49.251442432403564],[-54.23583984375,49.25070071220398],[-54.24072265625,49.250155448913574],[-54.24560546875,49.2498562335968],[-54.25048828125,49.24965286254883],[-54.25537109375,49.249404430389404],[-54.26025390625,49.24905610084534],[-54.26513671875,49.24856400489807],[-54.26877498626709,49.248046875],[-54.27001953125,49.24786329269409],[-54.27490234375,49.24709153175354],[-54.27978515625,49.24645662307739],[-54.28466796875,49.24606513977051],[-54.28955078125,49.24583029747009],[-54.29443359375,49.24560213088989],[-54.29931640625,49.24529457092285],[-54.30419921875,49.24485731124878],[-54.30908203125,49.24422597885132],[-54.30958271026611,49.244140625],[-54.31396484375,49.24344229698181],[-54.31884765625,49.2427453994751],[-54.32373046875,49.242268085479736],[-54.32861328125,49.24199724197388],[-54.33349609375,49.241782665252686],[-54.33837890625,49.24150824546814],[-54.34326171875,49.24112272262573],[-54.34814453125,49.2405731678009],[-54.35032844543457,49.240234375],[-54.35302734375,49.23981809616089],[-54.35791015625,49.239054918289185],[-54.36279296875,49.2384729385376],[-54.36767578125,49.23815107345581],[-54.37255859375,49.23794221878052],[-54.37744140625,49.23769474029541],[-54.38232421875,49.23734664916992],[-54.38720703125,49.236847162246704],[-54.39075946807861,49.236328125],[-54.39208984375,49.23612689971924],[-54.39697265625,49.23533773422241],[-54.40185546875,49.234703540802],[-54.40673828125,49.23432922363281],[-54.41162109375,49.23410487174988],[-54.41650390625,49.23387408256531],[-54.42138671875,49.233559370040894],[-54.42626953125,49.23311471939087],[-54.43115234375,49.23247408866882],[-54.43145751953125,49.232421875],[-54.43603515625,49.23169016838074],[-54.44091796875,49.230998039245605],[-54.44580078125,49.230525493621826],[-54.45068359375,49.23025035858154],[-54.45556640625,49.230024576187134],[-54.46044921875,49.229732036590576],[-54.46533203125,49.229315519332886],[-54.47021484375,49.228715896606445],[-54.471435546875,49.228515625],[-54.47509765625,49.22793674468994],[-54.47998046875,49.22721195220947],[-54.48486328125,49.226691246032715],[-54.48974609375,49.226398229599],[-54.49462890625,49.22618341445923],[-54.49951171875,49.22591495513916],[-54.50439453125,49.225537061691284],[-54.50927734375,49.22499680519104],[-54.511775970458984,49.224609375],[-54.51416015625,49.224239349365234],[-54.51904296875,49.22345685958862],[-54.52392578125,49.22285461425781],[-54.52880859375,49.22252082824707],[-54.53369140625,49.2223060131073],[-54.53857421875,49.22205138206482],[-54.54345703125,49.22169065475464],[-54.54833984375,49.22117280960083],[-54.55150127410889,49.220703125],[-54.55322265625,49.22044110298157],[-54.55810546875,49.21966290473938],[-54.56298828125,49.2190420627594],[-54.56787109375,49.218679904937744],[-54.57275390625,49.21845602989197],[-54.57763671875,49.21821355819702],[-54.58251953125,49.21787977218628],[-54.58740234375,49.21740388870239],[-54.59171772003174,49.216796875],[-54.59228515625,49.21671223640442],[-54.59716796875,49.215914249420166],[-54.60205078125,49.21524500846863],[-54.60693359375,49.21482014656067],[-54.61181640625,49.21456527709961],[-54.61669921875,49.21432447433472],[-54.62158203125,49.214000940322876],[-54.62646484375,49.21354007720947],[-54.63125228881836,49.212890625],[-54.63134765625,49.21287655830383],[-54.63623046875,49.21209383010864],[-54.64111328125,49.21141958236694],[-54.64599609375,49.21097230911255],[-54.65087890625,49.21070623397827],[-54.65576171875,49.210472106933594],[-54.66064453125,49.21016454696655],[-54.66552734375,49.2097270488739],[-54.67041015625,49.20908975601196],[-54.6710205078125,49.208984375],[-54.67529296875,49.20828652381897],[-54.68017578125,49.20757174491882],[-54.68505859375,49.20708417892456],[-54.68994140625,49.20680356025696],[-54.69482421875,49.20657253265381],[-54.69970703125,49.206271171569824],[-54.70458984375,49.20584177970886],[-54.70947265625,49.205222845077515],[-54.71033573150635,49.205078125],[-54.71435546875,49.20443773269653],[-54.71923828125,49.20372438430786],[-54.72412109375,49.20322060585022],[-54.72900390625,49.202927350997925],[-54.73388671875,49.202696561813354],[-54.73876953125,49.202401876449585],[-54.74365234375,49.20198202133179],[-54.74853515625,49.20137166976929],[-54.749717712402344,49.201171875],[-54.75341796875,49.20057129859924],[-54.75830078125,49.19983434677124],[-54.76318359375,49.1993145942688],[-54.76806640625,49.19901919364929],[-54.77294921875,49.19879078865051],[-54.77783203125,49.19849872589111],[-54.78271484375,49.19808220863342],[-54.78759765625,49.19748115539551],[-54.788899421691895,49.197265625],[-54.79248046875,49.19669437408447],[-54.79736328125,49.19595980644226],[-54.80224609375,49.19542908668518],[-54.80712890625,49.195122718811035],[-54.81201171875,49.19489049911499],[-54.81689453125,49.194597244262695],[-54.82177734375,49.194177865982056],[-54.82666015625,49.19356608390808],[-54.827880859375,49.193359375],[-54.83154296875,49.19276309013367],[-54.83642578125,49.19202542304993],[-54.84130859375,49.19150710105896],[-54.84619140625,49.191211223602295],[-54.85107421875,49.19097924232483],[-54.85595703125,49.19068145751953],[-54.86083984375,49.19025993347168],[-54.86572265625,49.18965244293213],[-54.86691474914551,49.189453125],[-54.87060546875,49.188859939575195],[-54.87548828125,49.18812537193298],[-54.88037109375,49.187599182128906],[-54.88525390625,49.18729329109192],[-54.89013671875,49.18705415725708],[-54.89501953125,49.18674683570862],[-54.89990234375,49.18630599975586],[-54.90478515625,49.18566679954529],[-54.90548133850098,49.185546875],[-54.90966796875,49.184866189956665],[-54.91455078125,49.18415689468384],[-54.91943359375,49.18366742134094],[-54.92431640625,49.183380126953125],[-54.92919921875,49.183140993118286],[-54.93408203125,49.18282914161682],[-54.93896484375,49.18238615989685],[-54.94384765625,49.181743144989014],[-54.94443416595459,49.181640625],[-54.94873046875,49.18093490600586],[-54.95361328125,49.18021845817566],[-54.95849609375,49.179728507995605],[-54.96337890625,49.17943716049194],[-54.96826171875,49.17918801307678],[-54.97314453125,49.178860664367676],[-54.97802734375,49.17839288711548],[-54.98279571533203,49.177734375],[-54.98291015625,49.177717208862305],[-54.98779296875,49.17691993713379],[-54.99267578125,49.17623853683472],[-54.99755859375,49.175793170928955],[-55.00244140625,49.175522327423096],[-55.00732421875,49.17526960372925],[-55.01220703125,49.174930810928345],[-55.01708984375,49.17444562911987],[-55.02135753631592,49.173828125],[-55.02197265625,49.17373442649841],[-55.02685546875,49.172913789749146],[-55.03173828125,49.17223620414734],[-55.03662109375,49.17182016372681],[-55.04150390625,49.171565771102905],[-55.04638671875,49.17130517959595],[-55.05126953125,49.17094540596008],[-55.05615234375,49.170430421829224],[-55.05953788757324,49.169921875],[-55.06103515625,49.16969037055969],[-55.06591796875,49.16888499259949],[-55.07080078125,49.16824173927307],[-55.07568359375,49.16786766052246],[-55.08056640625,49.16762828826904],[-55.08544921875,49.16735553741455],[-55.09033203125,49.16697025299072],[-55.09521484375,49.16641044616699],[-55.09766101837158,49.166015625],[-55.10009765625,49.16562247276306],[-55.10498046875,49.164828062057495],[-55.10986328125,49.16423320770264],[-55.11474609375,49.16390109062195],[-55.11962890625,49.16366982460022],[-55.12451171875,49.16338133811951],[-55.12939453125,49.1629695892334],[-55.13427734375,49.1623740196228],[-55.1358699798584,49.162109375],[-55.13916015625,49.161576986312866],[-55.14404296875,49.160821199417114],[-55.14892578125,49.16027116775513],[-55.15380859375,49.159950494766235],[-55.15869140625,49.15970277786255],[-55.16357421875,49.15938448905945],[-55.16845703125,49.1589252948761],[-55.17333984375,49.15825581550598],[-55.173635482788086,49.158203125],[-55.17822265625,49.15744066238403],[-55.18310546875,49.15674066543579],[-55.18798828125,49.15627670288086],[-55.19287109375,49.155996322631836],[-55.19775390625,49.1557400226593],[-55.20263671875,49.155396461486816],[-55.20751953125,49.154903173446655],[-55.21164417266846,49.154296875],[-55.21240234375,49.15418004989624],[-55.21728515625,49.15335392951965],[-55.22216796875,49.1526780128479],[-55.22705078125,49.15226483345032],[-55.23193359375,49.1520037651062],[-55.23681640625,49.1517276763916],[-55.24169921875,49.151344776153564],[-55.24658203125,49.150792837142944],[-55.24913311004639,49.150390625],[-55.25146484375,49.15002083778381],[-55.25634765625,49.14923143386841],[-55.26123046875,49.14862537384033],[-55.26611328125,49.14828085899353],[-55.27099609375,49.14804172515869],[-55.27587890625,49.14774489402771],[-55.28076171875,49.147318840026855],[-55.28564453125,49.146695613861084],[-55.28686046600342,49.146484375],[-55.29052734375,49.145873069763184],[-55.29541015625,49.14512252807617],[-55.30029296875,49.14460062980652],[-55.30517578125,49.144296169281006],[-55.31005859375,49.14404344558716],[-55.31494140625,49.14371037483215],[-55.31982421875,49.14323115348816],[-55.324392318725586,49.142578125],[-55.32470703125,49.14252996444702],[-55.32958984375,49.141708850860596],[-55.33447265625,49.14102220535278],[-55.33935546875,49.1405873298645],[-55.34423828125,49.14031410217285],[-55.34912109375,49.140037059783936],[-55.35400390625,49.13965368270874],[-55.35888671875,49.139095067977905],[-55.361504554748535,49.138671875],[-55.36376953125,49.13830256462097],[-55.36865234375,49.13749933242798],[-55.37353515625,49.136894941329956],[-55.37841796875,49.136554479599],[-55.38330078125,49.136313915252686],[-55.38818359375,49.1360125541687],[-55.39306640625,49.13558006286621],[-55.39794921875,49.13494825363159],[-55.39899826049805,49.134765625],[-55.40283203125,49.13412618637085],[-55.40771484375,49.13338327407837],[-55.41259765625,49.1328649520874],[-55.41748046875,49.13255286216736],[-55.42236328125,49.13228511810303],[-55.42724609375,49.13193082809448],[-55.43212890625,49.131420850753784],[-55.43587684631348,49.130859375],[-55.43701171875,49.13068199157715],[-55.44189453125,49.129862785339355],[-55.44677734375,49.129202127456665],[-55.45166015625,49.1288104057312],[-55.45654296875,49.1285560131073],[-55.46142578125,49.128268003463745],[-55.46630859375,49.12786054611206],[-55.47119140625,49.12726426124573],[-55.47302722930908,49.126953125],[-55.47607421875,49.12644553184509],[-55.48095703125,49.125664949417114],[-55.48583984375,49.12510323524475],[-55.49072265625,49.124778509140015],[-55.49560546875,49.124523878097534],[-55.50048828125,49.124191999435425],[-55.50537109375,49.12371206283569],[-55.50999641418457,49.123046875],[-55.51025390625,49.12300729751587],[-55.51513671875,49.122177600860596],[-55.52001953125,49.12148475646973],[-55.52490234375,49.12104773521423],[-55.52978515625,49.12077021598816],[-55.53466796875,49.1204833984375],[-55.53955078125,49.12008333206177],[-55.54443359375,49.119497299194336],[-55.54656505584717,49.119140625],[-55.54931640625,49.1186842918396],[-55.55419921875,49.117897033691406],[-55.55908203125,49.11732196807861],[-55.56396484375,49.11699056625366],[-55.56884765625,49.11673712730408],[-55.57373046875,49.11641025543213],[-55.57861328125,49.11593842506409],[-55.58349609375,49.11524200439453],[-55.583534240722656,49.115234375],[-55.58837890625,49.11440062522888],[-55.59326171875,49.11369228363037],[-55.59814453125,49.113237619400024],[-55.60302734375,49.11294960975647],[-55.60791015625,49.112659215927124],[-55.61279296875,49.11225914955139],[-55.61767578125,49.11167860031128],[-55.61981201171875,49.111328125],[-55.62255859375,49.11088156700134],[-55.62744140625,49.11010193824768],[-55.63232421875,49.109519243240356],[-55.63720703125,49.109177589416504],[-55.64208984375,49.108917236328125],[-55.64697265625,49.10858368873596],[-55.65185546875,49.108099937438965],[-55.656471252441406,49.107421875],[-55.65673828125,49.1073796749115],[-55.66162109375,49.106526136398315],[-55.66650390625,49.10582375526428],[-55.67138671875,49.10539484024048],[-55.67626953125,49.105124711990356],[-55.68115234375,49.10483431816101],[-55.68603515625,49.10442590713501],[-55.69091796875,49.10382962226868],[-55.692782402038574,49.103515625],[-55.69580078125,49.1030170917511],[-55.70068359375,49.102240562438965],[-55.70556640625,49.101672887802124],[-55.71044921875,49.10133457183838],[-55.71533203125,49.101062536239624],[-55.72021484375,49.10070729255676],[-55.72509765625,49.100188970565796],[-55.72884559631348,49.099609375],[-55.72998046875,49.09942626953125],[-55.73486328125,49.09858417510986],[-55.73974609375,49.09791898727417],[-55.74462890625,49.09753346443176],[-55.74951171875,49.09727692604065],[-55.75439453125,49.096972942352295],[-55.75927734375,49.0965371131897],[-55.76416015625,49.0958948135376],[-55.76523303985596,49.095703125],[-55.76904296875,49.09505343437195],[-55.77392578125,49.09429860115051],[-55.77880859375,49.093778133392334],[-55.78369140625,49.09346008300781],[-55.78857421875,49.09317708015442],[-55.79345703125,49.092796325683594],[-55.79833984375,49.09224200248718],[-55.80111026763916,49.091796875],[-55.80322265625,49.091453075408936],[-55.80810546875,49.09064197540283],[-55.81298828125,49.090020418167114],[-55.81787109375,49.089659452438354],[-55.82275390625,49.08939599990845],[-55.82763671875,49.089062213897705],[-55.83251953125,49.0885751247406],[-55.83711624145508,49.087890625],[-55.83740234375,49.08784484863281],[-55.84228515625,49.08698058128357],[-55.84716796875,49.086276054382324],[-55.85205078125,49.08585262298584],[-55.85693359375,49.08558225631714],[-55.86181640625,49.085283279418945],[-55.86669921875,49.084858417510986],[-55.87158203125,49.08423399925232],[-55.87301254272461,49.083984375],[-55.87646484375,49.08340048789978],[-55.88134765625,49.08263444900513],[-55.88623046875,49.08209180831909],[-55.89111328125,49.08176040649414],[-55.89599609375,49.08147192001343],[-55.90087890625,49.08108448982239],[-55.90576171875,49.08052086830139],[-55.908493995666504,49.080078125],[-55.91064453125,49.079726457595825],[-55.91552734375,49.07891631126404],[-55.92041015625,49.07829737663269],[-55.92529296875,49.077937602996826],[-55.93017578125,49.07767176628113],[-55.93505859375,49.07733201980591],[-55.93994140625,49.076836585998535],[-55.944342613220215,49.076171875],[-55.94482421875,49.07609462738037],[-55.94970703125,49.07522630691528],[-55.95458984375,49.07452368736267],[-55.95947265625,49.07410526275635],[-55.96435546875,49.07383346557617],[-55.96923828125,49.07352375984192],[-55.97412109375,49.07307958602905],[-55.97900390625,49.07242274284363],[-55.97987174987793,49.072265625],[-55.98388671875,49.07157754898071],[-55.98876953125,49.07083320617676],[-55.99365234375,49.070327281951904],[-55.99853515625,49.07000994682312],[-56.00341796875,49.06971001625061],[-56.00830078125,49.069297790527344],[-56.01318359375,49.06868863105774],[-56.01509094238281,49.068359375],[-56.01806640625,49.067853927612305],[-56.02294921875,49.06706976890564],[-56.02783203125,49.066506147384644],[-56.03271484375,49.06616950035095],[-56.03759765625,49.065890073776245],[-56.04248046875,49.06551933288574],[-56.04736328125,49.06497550010681],[-56.05059623718262,49.064453125],[-56.05224609375,49.06417894363403],[-56.05712890625,49.06332969665527],[-56.06201171875,49.06267595291138],[-56.06689453125,49.0622992515564],[-56.07177734375,49.06202983856201],[-56.07666015625,49.06168866157532],[-56.08154296875,49.06118893623352],[-56.085801124572754,49.060546875],[-56.08642578125,49.060446977615356],[-56.09130859375,49.05959177017212],[-56.09619140625,49.058897495269775],[-56.10107421875,49.05847883224487],[-56.10595703125,49.05819845199585],[-56.11083984375,49.057873487472534],[-56.11572265625,49.05740308761597],[-56.12060546875,49.05669808387756],[-56.12090587615967,49.056640625],[-56.12548828125,49.05582523345947],[-56.13037109375,49.05509638786316],[-56.13525390625,49.05463671684265],[-56.14013671875,49.054343938827515],[-56.14501953125,49.05403685569763],[-56.14990234375,49.05360293388367],[-56.15478515625,49.05296063423157],[-56.156044006347656,49.052734375],[-56.15966796875,49.05210876464844],[-56.16455078125,49.05134034156799],[-56.16943359375,49.050806522369385],[-56.17431640625,49.05047249794006],[-56.17919921875,49.050167083740234],[-56.18408203125,49.049753189086914],[-56.18896484375,49.049145221710205],[-56.190810203552246,49.048828125],[-56.19384765625,49.04831624031067],[-56.19873046875,49.047534227371216],[-56.20361328125,49.04696726799011],[-56.20849609375,49.04662108421326],[-56.21337890625,49.046327114105225],[-56.21826171875,49.04593467712402],[-56.22314453125,49.045353174209595],[-56.22567653656006,49.044921875],[-56.22802734375,49.04451942443848],[-56.23291015625,49.04369378089905],[-56.23779296875,49.043089628219604],[-56.24267578125,49.042736291885376],[-56.24755859375,49.042455196380615],[-56.25244140625,49.042083978652954],[-56.25732421875,49.04153752326965],[-56.26053810119629,49.041015625],[-56.26220703125,49.04073762893677],[-56.26708984375,49.0398895740509],[-56.27197265625,49.0392370223999],[-56.27685546875,49.038854360580444],[-56.28173828125,49.03856873512268],[-56.28662109375,49.0382022857666],[-56.29150390625,49.0376672744751],[-56.29501819610596,49.037109375],[-56.29638671875,49.03688383102417],[-56.30126953125,49.036030530929565],[-56.30615234375,49.0353627204895],[-56.31103515625,49.03497791290283],[-56.31591796875,49.03470301628113],[-56.32080078125,49.03435301780701],[-56.32568359375,49.03383660316467],[-56.329689025878906,49.033203125],[-56.33056640625,49.03305721282959],[-56.33544921875,49.032166719436646],[-56.34033203125,49.03146696090698],[-56.34521484375,49.031073808670044],[-56.35009765625,49.03080630302429],[-56.35498046875,49.03046774864197],[-56.35986328125,49.02996754646301],[-56.36425971984863,49.029296875],[-56.36474609375,49.02921748161316],[-56.36962890625,49.0283420085907],[-56.37451171875,49.02763295173645],[-56.37939453125,49.02720642089844],[-56.38427734375,49.02691388130188],[-56.38916015625,49.02656674385071],[-56.39404296875,49.02606248855591],[-56.39845371246338,49.025390625],[-56.39892578125,49.02531361579895],[-56.40380859375,49.024446964263916],[-56.40869140625,49.02374482154846],[-56.41357421875,49.023319244384766],[-56.41845703125,49.023029088974],[-56.42333984375,49.02268934249878],[-56.42822265625,49.022196531295776],[-56.43290042877197,49.021484375],[-56.43310546875,49.02145075798035],[-56.43798828125,49.02055764198303],[-56.44287109375,49.0198335647583],[-56.44775390625,49.01940131187439],[-56.45263671875,49.01911401748657],[-56.45751953125,49.0187783241272],[-56.46240234375,49.01828932762146],[-56.46713733673096,49.017578125],[-56.46728515625,49.01755452156067],[-56.47216796875,49.01667547225952],[-56.47705078125,49.01595401763916],[-56.48193359375,49.015509605407715],[-56.48681640625,49.01520776748657],[-56.49169921875,49.014859437942505],[-56.49658203125,49.01435470581055],[-56.50103569030762,49.013671875],[-56.50146484375,49.013601541519165],[-56.50634765625,49.012728452682495],[-56.51123046875,49.012022972106934],[-56.51611328125,49.011595487594604],[-56.52099609375,49.01130247116089],[-56.52587890625,49.01095724105835],[-56.53076171875,49.010454416275024],[-56.53519630432129,49.009765625],[-56.53564453125,49.00969171524048],[-56.54052734375,49.008792877197266],[-56.54541015625,49.00807309150696],[-56.55029296875,49.00765299797058],[-56.55517578125,49.00736880302429],[-56.56005859375,49.00702214241028],[-56.56494140625,49.00651168823242],[-56.56912803649902,49.005859375],[-56.56982421875,49.00574445724487],[-56.57470703125,49.0048611164093],[-56.57958984375,49.004154682159424],[-56.58447265625,49.00373816490173],[-56.58935546875,49.00344467163086],[-56.59423828125,49.003079891204834],[-56.59912109375,49.00254249572754],[-56.602773666381836,49.001953125],[-56.60400390625,49.0017466545105],[-56.60888671875,49.000877380371094],[-56.61376953125,49.00020098686218],[-56.61865234375,48.99980902671814],[-56.62353515625,48.99952292442322],[-56.62841796875,48.99915313720703],[-56.63330078125,48.99860405921936],[-56.636672019958496,48.998046875],[-56.63818359375,48.997788190841675],[-56.64306640625,48.99691677093506],[-56.64794921875,48.9962522983551],[-56.65283203125,48.99586582183838],[-56.65771484375,48.99557423591614],[-56.66259765625,48.99519181251526],[-56.66748046875,48.99462389945984],[-56.67037010192871,48.994140625],[-56.67236328125,48.99380135536194],[-56.67724609375,48.992961406707764],[-56.68212890625,48.99232578277588],[-56.68701171875,48.99194049835205],[-56.69189453125,48.991628885269165],[-56.69677734375,48.991215229034424],[-56.70166015625,48.99060249328613],[-56.703763008117676,48.990234375],[-56.70654296875,48.9897518157959],[-56.71142578125,48.98894500732422],[-56.71630859375,48.988362312316895],[-56.72119140625,48.98800277709961],[-56.72607421875,48.98768758773804],[-56.73095703125,48.98725867271423],[-56.73583984375,48.986616134643555],[-56.73740863800049,48.986328125],[-56.74072265625,48.98573637008667],[-56.74560546875,48.984936237335205],[-56.75048828125,48.98438501358032],[-56.75537109375,48.98404049873352],[-56.76025390625,48.98371601104736],[-56.76513671875,48.98326325416565],[-56.77001953125,48.98258185386658],[-56.77086353302002,48.982421875],[-56.77490234375,48.98169708251953],[-56.77978515625,48.980931997299194],[-56.78466796875,48.98042440414429],[-56.78955078125,48.98008847236633],[-56.79443359375,48.979737758636475],[-56.79931640625,48.97923946380615],[-56.8040657043457,48.978515625],[-56.80419921875,48.97849369049072],[-56.80908203125,48.97760725021362],[-56.81396484375,48.97688436508179],[-56.81884765625,48.97643971443176],[-56.82373046875,48.97613167762756],[-56.82861328125,48.97576880455017],[-56.83349609375,48.97523784637451],[-56.837358474731445,48.974609375],[-56.83837890625,48.97443509101868],[-56.84326171875,48.97353792190552],[-56.84814453125,48.9728422164917],[-56.85302734375,48.97244095802307],[-56.85791015625,48.97214698791504],[-56.86279296875,48.971764087677],[-56.86767578125,48.971192598342896],[-56.87057018280029,48.970703125],[-56.87255859375,48.97036099433899],[-56.87744140625,48.96951413154602],[-56.88232421875,48.968876123428345],[-56.88720703125,48.9684853553772],[-56.89208984375,48.968161821365356],[-56.89697265625,48.96772909164429],[-56.90185546875,48.967087268829346],[-56.903462409973145,48.966796875],[-56.90673828125,48.96622014045715],[-56.91162109375,48.965428829193115],[-56.91650390625,48.964874267578125],[-56.92138671875,48.96451997756958],[-56.92626953125,48.96418356895447],[-56.93115234375,48.96371412277222],[-56.93603515625,48.963001012802124],[-56.936588287353516,48.962890625],[-56.94091796875,48.96208691596985],[-56.94580078125,48.96132183074951],[-56.95068359375,48.960843086242676],[-56.95556640625,48.96052646636963],[-56.96044921875,48.96017241477966],[-56.96533203125,48.959656953811646],[-56.969566345214844,48.958984375],[-56.97021484375,48.95887494087219],[-56.97509765625,48.957969188690186],[-56.97998046875,48.95724940299988],[-56.98486328125,48.95682668685913],[-56.98974609375,48.95651865005493],[-56.99462890625,48.95612382888794],[-56.99951171875,48.95554161071777],[-57.00223445892334,48.955078125],[-57.00439453125,48.95470643043518],[-57.00927734375,48.95386981964111],[-57.01416015625,48.953243255615234],[-57.01904296875,48.95285701751709],[-57.02392578125,48.95253086090088],[-57.02880859375,48.95209002494812],[-57.03369140625,48.951422691345215],[-57.03500747680664,48.951171875],[-57.03857421875,48.9505181312561],[-57.04345703125,48.949721336364746],[-57.04833984375,48.949193239212036],[-57.05322265625,48.94885444641113],[-57.05810546875,48.94850945472717],[-57.06298828125,48.94801688194275],[-57.06787109375,48.94726610183716],[-57.06787586212158,48.947265625],[-57.07275390625,48.94635081291199],[-57.07763671875,48.94560503959656],[-57.08251953125,48.94515013694763],[-57.08740234375,48.94483017921448],[-57.09228515625,48.9444465637207],[-57.09716796875,48.9438841342926],[-57.10030555725098,48.943359375],[-57.10205078125,48.94305968284607],[-57.10693359375,48.94220304489136],[-57.11181640625,48.94154953956604],[-57.11669921875,48.941149950027466],[-57.12158203125,48.94082236289978],[-57.12646484375,48.94038248062134],[-57.13134765625,48.93971657752991],[-57.13273525238037,48.939453125],[-57.13623046875,48.93881416320801],[-57.14111328125,48.93801784515381],[-57.14599609375,48.937483072280884],[-57.15087890625,48.93713688850403],[-57.15576171875,48.93678641319275],[-57.16064453125,48.93628644943237],[-57.16536998748779,48.935546875],[-57.16552734375,48.93552017211914],[-57.17041015625,48.93459439277649],[-57.17529296875,48.93384861946106],[-57.18017578125,48.93340492248535],[-57.18505859375,48.93309187889099],[-57.18994140625,48.93270254135132],[-57.19482421875,48.93212294578552],[-57.1976375579834,48.931640625],[-57.19970703125,48.93128037452698],[-57.20458984375,48.93043303489685],[-57.20947265625,48.929797887802124],[-57.21435546875,48.92940092086792],[-57.21923828125,48.92905879020691],[-57.22412109375,48.928592920303345],[-57.22900390625,48.92789125442505],[-57.22980976104736,48.927734375],[-57.23388671875,48.92698526382446],[-57.23876953125,48.92621445655823],[-57.24365234375,48.9257116317749],[-57.24853515625,48.92537212371826],[-57.25341796875,48.9250009059906],[-57.25830078125,48.924461364746094],[-57.26212024688721,48.923828125],[-57.26318359375,48.92364263534546],[-57.26806640625,48.92273688316345],[-57.27294921875,48.92203950881958],[-57.27783203125,48.92162752151489],[-57.28271484375,48.92131042480469],[-57.28759765625,48.92088794708252],[-57.29248046875,48.920249223709106],[-57.2942590713501,48.919921875],[-57.29736328125,48.919363021850586],[-57.30224609375,48.91854810714722],[-57.30712890625,48.91797637939453],[-57.31201171875,48.917601585388184],[-57.31689453125,48.91723394393921],[-57.32177734375,48.91671824455261],[-57.32621669769287,48.916015625],[-57.32666015625,48.91594052314758],[-57.33154296875,48.915029764175415],[-57.33642578125,48.914302349090576],[-57.34130859375,48.91386914253235],[-57.34619140625,48.91355037689209],[-57.35107421875,48.91313910484314],[-57.35595703125,48.91251754760742],[-57.35818386077881,48.912109375],[-57.36083984375,48.911624908447266],[-57.36572265625,48.910780906677246],[-57.37060546875,48.910189151763916],[-57.37548828125,48.90981864929199],[-57.38037109375,48.90947103500366],[-57.38525390625,48.90898084640503],[-57.39013671875,48.90822911262512],[-57.39026069641113,48.908203125],[-57.39501953125,48.907299280166626],[-57.39990234375,48.906540393829346],[-57.40478515625,48.90607523918152],[-57.40966796875,48.90574240684509],[-57.41455078125,48.90533638000488],[-57.41943359375,48.90473532676697],[-57.42192268371582,48.904296875],[-57.42431640625,48.90387320518494],[-57.42919921875,48.90303301811218],[-57.43408203125,48.90241718292236],[-57.43896484375,48.90202450752258],[-57.44384765625,48.90166640281677],[-57.44873046875,48.90116810798645],[-57.45361328125,48.90040707588196],[-57.453694343566895,48.900390625],[-57.45849609375,48.8994779586792],[-57.46337890625,48.898728370666504],[-57.46826171875,48.89827251434326],[-57.47314453125,48.89794588088989],[-57.47802734375,48.89754128456116],[-57.48291015625,48.89693522453308],[-57.48542308807373,48.896484375],[-57.48779296875,48.896056175231934],[-57.49267578125,48.895201206207275],[-57.49755859375,48.89458131790161],[-57.50244140625,48.89418959617615],[-57.50732421875,48.89383506774902],[-57.51220703125,48.893341064453125],[-57.51708984375,48.892582654953],[-57.51711368560791,48.892578125],[-57.52197265625,48.89165472984314],[-57.52685546875,48.89090061187744],[-57.53173828125,48.890440464019775],[-57.53662109375,48.89010214805603],[-57.54150390625,48.88967537879944],[-57.54638671875,48.889039516448975],[-57.54839897155762,48.888671875],[-57.55126953125,48.888153076171875],[-57.55615234375,48.887327432632446],[-57.56103515625,48.88674283027649],[-57.56591796875,48.88636326789856],[-57.57080078125,48.88599467277527],[-57.57568359375,48.885470151901245],[-57.57997989654541,48.884765625],[-57.58056640625,48.88466262817383],[-57.58544921875,48.88372802734375],[-57.59033203125,48.882999897003174],[-57.59521484375,48.88257312774658],[-57.60009765625,48.88224911689758],[-57.60498046875,48.881815671920776],[-57.60986328125,48.88115453720093],[-57.61141300201416,48.880859375],[-57.61474609375,48.8802433013916],[-57.61962890625,48.879425048828125],[-57.62451171875,48.878864765167236],[-57.62939453125,48.878488063812256],[-57.63427734375,48.87809896469116],[-57.63916015625,48.877543687820435],[-57.64267921447754,48.876953125],[-57.64404296875,48.876715660095215],[-57.64892578125,48.87582874298096],[-57.65380859375,48.87514615058899],[-57.65869140625,48.8747239112854],[-57.66357421875,48.87437129020691],[-57.66845703125,48.87389039993286],[-57.67333984375,48.87315535545349],[-57.67387390136719,48.873046875],[-57.67822265625,48.87221956253052],[-57.68310546875,48.871445655822754],[-57.68798828125,48.87095880508423],[-57.69287109375,48.870614767074585],[-57.69775390625,48.87020492553711],[-57.70263671875,48.869592905044556],[-57.70512580871582,48.869140625],[-57.70751953125,48.86870360374451],[-57.71240234375,48.86784338951111],[-57.71728515625,48.867223262786865],[-57.72216796875,48.8668270111084],[-57.72705078125,48.866458892822266],[-57.73193359375,48.86593961715698],[-57.736287117004395,48.865234375],[-57.73681640625,48.86514234542847],[-57.74169921875,48.86421537399292],[-57.74658203125,48.86348104476929],[-57.75146484375,48.86303687095642],[-57.75634765625,48.86268949508667],[-57.76123046875,48.86222791671753],[-57.76611328125,48.86153197288513],[-57.767157554626465,48.861328125],[-57.77099609375,48.86061334609985],[-57.77587890625,48.85982036590576],[-57.78076171875,48.85929465293884],[-57.78564453125,48.85892915725708],[-57.79052734375,48.858519554138184],[-57.79541015625,48.85791492462158],[-57.79812812805176,48.857421875],[-57.80029296875,48.85702395439148],[-57.80517578125,48.85614824295044],[-57.81005859375,48.855520725250244],[-57.81494140625,48.85512709617615],[-57.81982421875,48.85476231575012],[-57.82470703125,48.85424590110779],[-57.829203605651855,48.853515625],[-57.82958984375,48.85344862937927],[-57.83447265625,48.85250759124756],[-57.83935546875,48.851760387420654],[-57.84423828125,48.85131025314331],[-57.84912109375,48.85096549987793],[-57.85400390625,48.85051131248474],[-57.85888671875,48.84981679916382],[-57.85993576049805,48.849609375],[-57.86376953125,48.84888958930969],[-57.86865234375,48.848090171813965],[-57.87353515625,48.84756135940552],[-57.87841796875,48.84718871116638],[-57.88330078125,48.84676504135132],[-57.88818359375,48.84614086151123],[-57.8905725479126,48.845703125],[-57.89306640625,48.845245599746704],[-57.89794921875,48.84439277648926],[-57.90283203125,48.843783378601074],[-57.90771484375,48.8433883190155],[-57.91259765625,48.84300661087036],[-57.91748046875,48.84246039390564],[-57.921390533447266,48.841796875],[-57.92236328125,48.841623067855835],[-57.92724609375,48.84069538116455],[-57.93212890625,48.839985609054565],[-57.93701171875,48.83955693244934],[-57.94189453125,48.8392071723938],[-57.94677734375,48.83872675895691],[-57.95166015625,48.837982177734375],[-57.95209884643555,48.837890625],[-57.95654296875,48.83703088760376],[-57.96142578125,48.83624577522278],[-57.96630859375,48.83575463294983],[-57.97119140625,48.835394620895386],[-57.97607421875,48.83495044708252],[-57.98095703125,48.83428335189819],[-57.982516288757324,48.833984375],[-57.98583984375,48.83336615562439],[-57.99072265625,48.83254599571228],[-57.99560546875,48.83198428153992],[-58.00048828125,48.831597328186035],[-58.00537109375,48.83118033409119],[-58.01025390625,48.830568075180054],[-58.012938499450684,48.830078125],[-58.01513671875,48.82967257499695],[-58.02001953125,48.82880115509033],[-58.02490234375,48.82817363739014],[-58.02978515625,48.82777142524719],[-58.03466796875,48.82739043235779],[-58.03955078125,48.826847076416016],[-58.04354190826416,48.826171875],[-58.04443359375,48.826012134552],[-58.04931640625,48.82508087158203],[-58.05419921875,48.824362993240356],[-58.05908203125,48.82392430305481],[-58.06396484375,48.823566198349],[-58.06884765625,48.82307577133179],[-58.07373046875,48.82231426239014],[-58.07395935058594,48.822265625],[-58.07861328125,48.82135820388794],[-58.08349609375,48.820578813552856],[-58.08837890625,48.820099115371704],[-58.09326171875,48.819737672805786],[-58.09814453125,48.819273710250854],[-58.10302734375,48.81857180595398],[-58.104095458984375,48.818359375],[-58.10791015625,48.81763768196106],[-58.11279296875,48.81683373451233],[-58.11767578125,48.81630229949951],[-58.12255859375,48.81592345237732],[-58.12744140625,48.81548547744751],[-58.13232421875,48.8148295879364],[-58.134284019470215,48.814453125],[-58.13720703125,48.81389856338501],[-58.14208984375,48.813050985336304],[-58.14697265625,48.81246995925903],[-58.15185546875,48.812082052230835],[-58.15673828125,48.811675786972046],[-58.16162109375,48.81108045578003],[-58.16458702087402,48.810546875],[-58.16650390625,48.81019401550293],[-58.17138671875,48.80930304527283],[-58.17626953125,48.80864691734314],[-58.18115234375,48.80822515487671],[-58.18603515625,48.80783653259277],[-58.19091796875,48.807286977767944],[-58.19472789764404,48.806640625],[-58.19580078125,48.80644917488098],[-58.20068359375,48.80553317070007],[-58.20556640625,48.80482482910156],[-58.21044921875,48.80437684059143],[-58.21533203125,48.80399250984192],[-58.22021484375,48.803465843200684],[-58.22467803955078,48.802734375],[-58.22509765625,48.80266070365906],[-58.22998046875,48.80171871185303],[-58.23486328125,48.80097317695618],[-58.23974609375,48.800519704818726],[-58.24462890625,48.80015563964844],[-58.24951171875,48.79965782165527],[-58.25439453125,48.79888319969177],[-58.25465202331543,48.798828125],[-58.25927734375,48.79791188240051],[-58.26416015625,48.797131299972534],[-58.26904296875,48.79665780067444],[-58.27392578125,48.79630136489868],[-58.27880859375,48.79583430290222],[-58.28369140625,48.795111656188965],[-58.28461170196533,48.794921875],[-58.28857421875,48.79414677619934],[-58.29345703125,48.79332971572876],[-58.29833984375,48.79280662536621],[-58.30322265625,48.79243206977844],[-58.30810546875,48.791982889175415],[-58.31298828125,48.7913019657135],[-58.31444263458252,48.791015625],[-58.31787109375,48.7903618812561],[-58.32275390625,48.78953218460083],[-58.32763671875,48.788971185684204],[-58.33251953125,48.78857207298279],[-58.33740234375,48.788121700286865],[-58.34228515625,48.78745985031128],[-58.3441162109375,48.787109375],[-58.34716796875,48.786536693573],[-58.35205078125,48.785696268081665],[-58.35693359375,48.78511357307434],[-58.36181640625,48.7847113609314],[-58.36669921875,48.78427791595459],[-58.37158203125,48.783636808395386],[-58.37386131286621,48.783203125],[-58.37646484375,48.782708168029785],[-58.38134765625,48.78183889389038],[-58.38623046875,48.78123331069946],[-58.39111328125,48.78083086013794],[-58.39599609375,48.780415534973145],[-58.40087890625,48.7798056602478],[-58.40364456176758,48.779296875],[-58.40576171875,48.77890133857727],[-58.41064453125,48.77801156044006],[-58.41552734375,48.77736473083496],[-58.42041015625,48.77693963050842],[-58.42529296875,48.77652978897095],[-58.43017578125,48.77594065666199],[-58.43325138092041,48.775390625],[-58.43505859375,48.77505898475647],[-58.43994140625,48.77416443824768],[-58.44482421875,48.77349829673767],[-58.44970703125,48.77305889129639],[-58.45458984375,48.772642612457275],[-58.45947265625,48.77205491065979],[-58.46269607543945,48.771484375],[-58.46435546875,48.77118110656738],[-58.46923828125,48.77028226852417],[-58.47412109375,48.769609212875366],[-58.47900390625,48.76917314529419],[-58.48388671875,48.76876664161682],[-58.48876953125,48.76818561553955],[-58.49217414855957,48.767578125],[-58.49365234375,48.76730418205261],[-58.49853515625,48.76638603210449],[-58.50341796875,48.76570463180542],[-58.50830078125,48.76527285575867],[-58.51318359375,48.76487755775452],[-58.51806640625,48.764312505722046],[-58.521718978881836,48.763671875],[-58.52294921875,48.76344633102417],[-58.52783203125,48.76251816749573],[-58.53271484375,48.76181387901306],[-58.53759765625,48.76136541366577],[-58.54248046875,48.760969161987305],[-58.54736328125,48.760411977767944],[-58.551106452941895,48.759765625],[-58.55224609375,48.75955939292908],[-58.55712890625,48.75863552093506],[-58.56201171875,48.757925271987915],[-58.56689453125,48.75746703147888],[-58.57177734375,48.75705885887146],[-58.57666015625,48.75649118423462],[-58.58030319213867,48.755859375],[-58.58154296875,48.75563430786133],[-58.58642578125,48.75471544265747],[-58.59130859375,48.754014015197754],[-58.59619140625,48.75356435775757],[-58.60107421875,48.75315833091736],[-58.60595703125,48.75258183479309],[-58.60949993133545,48.751953125],[-58.61083984375,48.751704454422],[-58.61572265625,48.75077962875366],[-58.62060546875,48.75008797645569],[-58.62548828125,48.74964880943298],[-58.63037109375,48.749248027801514],[-58.63525390625,48.748674392700195],[-58.6387825012207,48.748046875],[-58.64013671875,48.747796058654785],[-58.64501953125,48.74686789512634],[-58.64990234375,48.74617099761963],[-58.65478515625,48.74572467803955],[-58.65966796875,48.74531936645508],[-58.66455078125,48.74474215507507],[-58.667941093444824,48.744140625],[-58.66943359375,48.74386548995972],[-58.67431640625,48.742950439453125],[-58.67919921875,48.74225950241089],[-58.68408203125,48.741804361343384],[-58.68896484375,48.74138045310974],[-58.69384765625,48.740785121917725],[-58.696908950805664,48.740234375],[-58.69873046875,48.73989820480347],[-58.70361328125,48.738998889923096],[-58.70849609375,48.73833131790161],[-58.71337890625,48.73788785934448],[-58.71826171875,48.73745632171631],[-58.72314453125,48.73683190345764],[-58.72583866119385,48.736328125],[-58.72802734375,48.73591351509094],[-58.73291015625,48.73502469062805],[-58.73779296875,48.73438549041748],[-58.74267578125,48.73395800590515],[-58.74755859375,48.73352527618408],[-58.75244140625,48.73288822174072],[-58.754873275756836,48.732421875],[-58.75732421875,48.73194932937622],[-58.76220703125,48.73105835914612],[-58.76708984375,48.730432987213135],[-58.77197265625,48.73001265525818],[-58.77685546875,48.729572772979736],[-58.78173828125,48.72891902923584],[-58.783812522888184,48.728515625],[-58.78662109375,48.7279748916626],[-58.79150390625,48.72710347175598],[-58.79638671875,48.72649526596069],[-58.80126953125,48.72606873512268],[-58.80615234375,48.72560667991638],[-58.81103515625,48.72492241859436],[-58.81260871887207,48.724609375],[-58.81591796875,48.72396993637085],[-58.82080078125,48.723124742507935],[-58.82568359375,48.722548484802246],[-58.83056640625,48.72212791442871],[-58.83544921875,48.72163963317871],[-58.84033203125,48.72090935707092],[-58.84133338928223,48.720703125],[-58.84521484375,48.71994185447693],[-58.85009765625,48.71912121772766],[-58.85498046875,48.71858310699463],[-58.85986328125,48.71817922592163],[-58.86474609375,48.7176775932312],[-58.86962890625,48.71690130233765],[-58.8701057434082,48.716796875],[-58.87451171875,48.71590328216553],[-58.87939453125,48.71509575843811],[-58.88427734375,48.714597940444946],[-58.88916015625,48.71421265602112],[-58.89404296875,48.71369814872742],[-58.89892578125,48.712892055511475],[-58.89893054962158,48.712890625],[-58.90380859375,48.71190619468689],[-58.90869140625,48.711119413375854],[-58.91357421875,48.71063160896301],[-58.91845703125,48.71023654937744],[-58.92333984375,48.70969486236572],[-58.92750263214111,48.708984375],[-58.92822265625,48.70885372161865],[-58.93310546875,48.707903146743774],[-58.93798828125,48.70716190338135],[-58.94287109375,48.70668435096741],[-58.94775390625,48.706260681152344],[-58.95263671875,48.705668210983276],[-58.955912590026855,48.705078125],[-58.95751953125,48.70477867126465],[-58.96240234375,48.70386290550232],[-58.96728515625,48.703179597854614],[-58.97216796875,48.702725887298584],[-58.97705078125,48.70228385925293],[-58.98193359375,48.70163941383362],[-58.984360694885254,48.701171875],[-58.98681640625,48.70069718360901],[-58.99169921875,48.699809312820435],[-58.99658203125,48.69918346405029],[-59.00146484375,48.698753356933594],[-59.00634765625,48.69829320907593],[-59.01123046875,48.69760322570801],[-59.01288986206055,48.697265625],[-59.01611328125,48.69662618637085],[-59.02099609375,48.69575905799866],[-59.02587890625,48.69517803192139],[-59.03076171875,48.69476342201233],[-59.03564453125,48.694278955459595],[-59.04052734375,48.69353437423706],[-59.04134750366211,48.693359375],[-59.04541015625,48.69254112243652],[-59.05029296875,48.69171094894409],[-59.05517578125,48.69117879867554],[-59.06005859375,48.69076871871948],[-59.06494140625,48.69024443626404],[-59.069719314575195,48.689453125],[-59.06982421875,48.68943452835083],[-59.07470703125,48.68845582008362],[-59.07958984375,48.68767690658569],[-59.08447265625,48.68718719482422],[-59.08935546875,48.686771631240845],[-59.09423828125,48.68619108200073],[-59.097843170166016,48.685546875],[-59.09912109375,48.68530750274658],[-59.10400390625,48.68437314033508],[-59.10888671875,48.68366885185242],[-59.11376953125,48.68320822715759],[-59.11865234375,48.68277049064636],[-59.12353515625,48.68213248252869],[-59.12608623504639,48.681640625],[-59.12841796875,48.68118691444397],[-59.13330078125,48.68028473854065],[-59.13818359375,48.67964696884155],[-59.14306640625,48.67920994758606],[-59.14794921875,48.67874336242676],[-59.15283203125,48.678040504455566],[-59.15431499481201,48.677734375],[-59.15771484375,48.677053451538086],[-59.16259765625,48.67619013786316],[-59.16748046875,48.67561674118042],[-59.17236328125,48.675195932388306],[-59.17724609375,48.67469096183777],[-59.18212890625,48.67391061782837],[-59.1825008392334,48.673828125],[-59.18701171875,48.67290806770325],[-59.19189453125,48.67209315299988],[-59.19677734375,48.67158579826355],[-59.20166015625,48.67117428779602],[-59.20654296875,48.670613288879395],[-59.21050548553467,48.669921875],[-59.21142578125,48.66975140571594],[-59.21630859375,48.668800592422485],[-59.22119140625,48.66806983947754],[-59.22607421875,48.667593240737915],[-59.23095703125,48.667150020599365],[-59.23583984375,48.66650891304016],[-59.23840522766113,48.666015625],[-59.24072265625,48.6655650138855],[-59.24560546875,48.664666414260864],[-59.25048828125,48.66402721405029],[-59.25537109375,48.663583517074585],[-59.26025390625,48.663105487823486],[-59.26513671875,48.66238451004028],[-59.26644802093506,48.662109375],[-59.27001953125,48.66138792037964],[-59.27490234375,48.66053080558777],[-59.27978515625,48.659968852996826],[-59.28466796875,48.65955090522766],[-59.28955078125,48.6590313911438],[-59.29443359375,48.658223152160645],[-59.29452419281006,48.658203125],[-59.29931640625,48.657225370407104],[-59.30419921875,48.656426429748535],[-59.30908203125,48.655921936035156],[-59.31396484375,48.65549969673157],[-59.31884765625,48.65491509437561],[-59.322266578674316,48.654296875],[-59.32373046875,48.65402173995972],[-59.32861328125,48.653088331222534],[-59.33349609375,48.652387380599976],[-59.33837890625,48.65191149711609],[-59.34326171875,48.65143871307373],[-59.34814453125,48.650752782821655],[-59.34995174407959,48.650390625],[-59.35302734375,48.649786949157715],[-59.35791015625,48.648919105529785],[-59.36279296875,48.6483211517334],[-59.36767578125,48.64788007736206],[-59.37255859375,48.647358894348145],[-59.37744140625,48.646557092666626],[-59.37776565551758,48.646484375],[-59.38232421875,48.64553999900818],[-59.38720703125,48.64472675323486],[-59.39208984375,48.64422798156738],[-59.39697265625,48.643818855285645],[-59.40185546875,48.64324235916138],[-59.405517578125,48.642578125],[-59.40673828125,48.642345666885376],[-59.41162109375,48.641390323638916],[-59.41650390625,48.64067316055298],[-59.42138671875,48.640199422836304],[-59.42626953125,48.6397430896759],[-59.43115234375,48.63907194137573],[-59.43314552307129,48.638671875],[-59.43603515625,48.63809871673584],[-59.44091796875,48.63721203804016],[-59.44580078125,48.636598348617554],[-59.45068359375,48.636149406433105],[-59.45556640625,48.63563251495361],[-59.46044921875,48.63484287261963],[-59.46079730987549,48.634765625],[-59.46533203125,48.633832693099976],[-59.47021484375,48.6330144405365],[-59.47509765625,48.63250231742859],[-59.47998046875,48.632073402404785],[-59.48486328125,48.63147497177124],[-59.48822021484375,48.630859375],[-59.48974609375,48.630568742752075],[-59.49462890625,48.629634141922],[-59.49951171875,48.6289381980896],[-59.50439453125,48.62846660614014],[-59.50927734375,48.62798881530762],[-59.51416015625,48.627277135849],[-59.515719413757324,48.626953125],[-59.51904296875,48.626280546188354],[-59.52392578125,48.62541222572327],[-59.52880859375,48.62483215332031],[-59.53369140625,48.62439775466919],[-59.53857421875,48.62386131286621],[-59.54335689544678,48.623046875],[-59.54345703125,48.62302803993225],[-59.54833984375,48.62202715873718],[-59.55322265625,48.62123680114746],[-59.55810546875,48.620733976364136],[-59.56298828125,48.62029767036438],[-59.56787109375,48.61967420578003],[-59.57066059112549,48.619140625],[-59.57275390625,48.61873197555542],[-59.57763671875,48.61781144142151],[-59.58251953125,48.61714482307434],[-59.58740234375,48.616674184799194],[-59.59228515625,48.616169929504395],[-59.59716796875,48.61541438102722],[-59.59799766540527,48.615234375],[-59.60205078125,48.61440706253052],[-59.60693359375,48.613566398620605],[-59.61181640625,48.61302208900452],[-59.61669921875,48.61258029937744],[-59.62158203125,48.611990451812744],[-59.625234603881836,48.611328125],[-59.62646484375,48.6110942363739],[-59.63134765625,48.61014366149902],[-59.63623046875,48.609426498413086],[-59.64111328125,48.6089448928833],[-59.64599609375,48.60846519470215],[-59.65087890625,48.607752323150635],[-59.652462005615234,48.607421875],[-59.65576171875,48.60675096511841],[-59.66064453125,48.60587787628174],[-59.66552734375,48.60529327392578],[-59.67041015625,48.60485219955444],[-59.67529296875,48.60430335998535],[-59.679832458496094,48.603515625],[-59.68017578125,48.603450775146484],[-59.68505859375,48.602455377578735],[-59.68994140625,48.601677656173706],[-59.69482421875,48.60117530822754],[-59.69970703125,48.60072302818298],[-59.70458984375,48.600067377090454],[-59.70689296722412,48.599609375],[-59.70947265625,48.59909653663635],[-59.71435546875,48.59818959236145],[-59.71923828125,48.597551345825195],[-59.72412109375,48.59708547592163],[-59.72900390625,48.59655570983887],[-59.73388671875,48.59574747085571],[-59.73408222198486,48.595703125],[-59.73876953125,48.594736099243164],[-59.74365234375,48.593924045562744],[-59.74853515625,48.5934054851532],[-59.75341796875,48.59295320510864],[-59.75830078125,48.592312812805176],[-59.76097106933594,48.591796875],[-59.76318359375,48.59136390686035],[-59.76806640625,48.59044861793518],[-59.77294921875,48.589789390563965],[-59.77783203125,48.58931756019592],[-59.78271484375,48.588791608810425],[-59.78759765625,48.587987184524536],[-59.7880220413208,48.587890625],[-59.79248046875,48.58695387840271],[-59.79736328125,48.586124420166016],[-59.80224609375,48.58561062812805],[-59.80712890625,48.58517932891846],[-59.81201171875,48.58456015586853],[-59.81499671936035,48.583984375],[-59.81689453125,48.583609104156494],[-59.82177734375,48.58266568183899],[-59.82666015625,48.58198595046997],[-59.83154296875,48.58151364326477],[-59.83642578125,48.581005334854126],[-59.84130859375,48.5802276134491],[-59.841976165771484,48.580078125],[-59.84619140625,48.579192876815796],[-59.85107421875,48.57834219932556],[-59.85595703125,48.57780575752258],[-59.86083984375,48.57736420631409],[-59.86572265625,48.57675313949585],[-59.868807792663574,48.576171875],[-59.87060546875,48.57582235336304],[-59.87548828125,48.57488512992859],[-59.88037109375,48.57419538497925],[-59.88525390625,48.57370448112488],[-59.89013671875,48.5731782913208],[-59.89501953125,48.57239365577698],[-59.895596504211426,48.572265625],[-59.89990234375,48.57137179374695],[-59.90478515625,48.570533752441406],[-59.90966796875,48.570000886917114],[-59.91455078125,48.56955051422119],[-59.91943359375,48.56891489028931],[-59.9222993850708,48.568359375],[-59.92431640625,48.56795954704285],[-59.92919921875,48.567028522491455],[-59.93408203125,48.566357135772705],[-59.93896484375,48.56588101387024],[-59.94384765625,48.565354347229004],[-59.94873046875,48.56454515457153],[-59.94913578033447,48.564453125],[-59.95361328125,48.56350803375244],[-59.95849609375,48.56267547607422],[-59.96337890625,48.56215286254883],[-59.96826171875,48.56170868873596],[-59.97314453125,48.56106877326965],[-59.97579097747803,48.560546875],[-59.97802734375,48.560099363327026],[-59.98291015625,48.559168338775635],[-59.98779296875,48.55850386619568],[-59.99267578125,48.55802392959595],[-59.99755859375,48.55748724937439],[-60.00244140625,48.55666637420654],[-60.00255584716797,48.556640625],[-60.00732421875,48.55565023422241],[-60.01220703125,48.55483818054199],[-60.01708984375,48.55430889129639],[-60.02197265625,48.553834199905396],[-60.02685546875,48.55315804481506],[-60.028953552246094,48.552734375],[-60.03173828125,48.5521764755249],[-60.03662109375,48.55127501487732],[-60.04150390625,48.550644874572754],[-60.04638671875,48.5501663684845],[-60.05126953125,48.54959011077881],[-60.05554676055908,48.548828125],[-60.05615234375,48.54871201515198],[-60.06103515625,48.54772114753723],[-60.06591796875,48.54695796966553],[-60.07080078125,48.546451568603516],[-60.07568359375,48.54596018791199],[-60.08056640625,48.54522728919983],[-60.081987380981445,48.544921875],[-60.08544921875,48.54420185089111],[-60.09033203125,48.54332113265991],[-60.09521484375,48.54273748397827],[-60.10009765625,48.54227876663208],[-60.10498046875,48.54167985916138],[-60.10852813720703,48.541015625],[-60.10986328125,48.54075384140015],[-60.11474609375,48.53978252410889],[-60.11962890625,48.53905916213989],[-60.12451171875,48.538559913635254],[-60.12939453125,48.5380437374115],[-60.13427734375,48.53726029396057],[-60.134944915771484,48.537109375],[-60.13916015625,48.536216735839844],[-60.14404296875,48.535359144210815],[-60.14892578125,48.53481316566467],[-60.15380859375,48.53435182571411],[-60.15869140625,48.53370451927185],[-60.16123294830322,48.533203125],[-60.16357421875,48.532737016677856],[-60.16845703125,48.53181219100952],[-60.17333984375,48.531150102615356],[-60.17822265625,48.530656576156616],[-60.18310546875,48.530086040496826],[-60.187602043151855,48.529296875],[-60.18798828125,48.529223680496216],[-60.19287109375,48.52822399139404],[-60.19775390625,48.52744269371033],[-60.20263671875,48.52692365646362],[-60.20751953125,48.52642488479614],[-60.21240234375,48.52568578720093],[-60.21377086639404,48.525390625],[-60.21728515625,48.52465844154358],[-60.22216796875,48.52377891540527],[-60.22705078125,48.523194789886475],[-60.23193359375,48.5227267742157],[-60.23681640625,48.52210593223572],[-60.240044593811035,48.521484375],[-60.24169921875,48.521153688430786],[-60.24658203125,48.52018880844116],[-60.25146484375,48.51948523521423],[-60.25634765625,48.51899242401123],[-60.26123046875,48.518457651138306],[-60.26611328125,48.51763725280762],[-60.26637077331543,48.517578125],[-60.27099609375,48.51660370826721],[-60.27587890625,48.515772581100464],[-60.28076171875,48.51523208618164],[-60.28564453125,48.51475191116333],[-60.29052734375,48.51405668258667],[-60.292372703552246,48.513671875],[-60.29541015625,48.51304769515991],[-60.30029296875,48.51214265823364],[-60.30517578125,48.51152038574219],[-60.31005859375,48.51103377342224],[-60.31494140625,48.51042652130127],[-60.31848430633545,48.509765625],[-60.31982421875,48.509504079818726],[-60.32470703125,48.508535623550415],[-60.32958984375,48.50780940055847],[-60.33447265625,48.507296323776245],[-60.33935546875,48.50675010681152],[-60.34423828125,48.505927324295044],[-60.344533920288086,48.505859375],[-60.34912109375,48.504891872406006],[-60.35400390625,48.50406241416931],[-60.35888671875,48.503528356552124],[-60.36376953125,48.503044843673706],[-60.36865234375,48.502333879470825],[-60.370450019836426,48.501953125],[-60.37353515625,48.50131130218506],[-60.37841796875,48.500408411026],[-60.38330078125,48.49979496002197],[-60.38818359375,48.4993155002594],[-60.39306640625,48.49870157241821],[-60.396485328674316,48.498046875],[-60.39794921875,48.4977548122406],[-60.40283203125,48.496777057647705],[-60.40771484375,48.496057987213135],[-60.41259765625,48.495553970336914],[-60.41748046875,48.495012283325195],[-60.42236328125,48.49418258666992],[-60.42254447937012,48.494140625],[-60.42724609375,48.4931480884552],[-60.43212890625,48.49232029914856],[-60.43701171875,48.49177527427673],[-60.44189453125,48.491278886795044],[-60.44677734375,48.49055576324463],[-60.44827461242676,48.490234375],[-60.45166015625,48.48952913284302],[-60.45654296875,48.488633155822754],[-60.46142578125,48.48802828788757],[-60.46630859375,48.4875373840332],[-60.47119140625,48.486894845962524],[-60.47409534454346,48.486328125],[-60.47607421875,48.485931634902954],[-60.48095703125,48.484983921051025],[-60.48583984375,48.48429489135742],[-60.49072265625,48.48378539085388],[-60.49560546875,48.483201026916504],[-60.4999303817749,48.482421875],[-60.50048828125,48.48231315612793],[-60.50537109375,48.48130679130554],[-60.51025390625,48.480531215667725],[-60.51513671875,48.480005741119385],[-60.52001953125,48.47947835922241],[-60.52490234375,48.47867941856384],[-60.52561283111572,48.478515625],[-60.52978515625,48.477617502212524],[-60.53466796875,48.476752281188965],[-60.53955078125,48.47620368003845],[-60.54443359375,48.4757285118103],[-60.54931640625,48.47503471374512],[-60.5513334274292,48.474609375],[-60.55419921875,48.47401165962219],[-60.55908203125,48.4730863571167],[-60.56396484375,48.472450971603394],[-60.56884765625,48.47196078300476],[-60.57373046875,48.47134327888489],[-60.57706832885742,48.470703125],[-60.57861328125,48.47039437294006],[-60.58349609375,48.46941900253296],[-60.58837890625,48.4686963558197],[-60.59326171875,48.46817684173584],[-60.59814453125,48.46761155128479],[-60.602779388427734,48.466796875],[-60.60302734375,48.46674966812134],[-60.60791015625,48.4657301902771],[-60.61279296875,48.46492910385132],[-60.61767578125,48.464383602142334],[-60.62255859375,48.46385097503662],[-60.62744140625,48.46306562423706],[-60.62821388244629,48.462890625],[-60.63232421875,48.462013721466064],[-60.63720703125,48.461143016815186],[-60.64208984375,48.46057987213135],[-60.64697265625,48.46008491516113],[-60.65185546875,48.459373474121094],[-60.653696060180664,48.458984375],[-60.65673828125,48.45835256576538],[-60.66162109375,48.45744204521179],[-60.66650390625,48.456815242767334],[-60.67138671875,48.45631432533264],[-60.67626953125,48.45566439628601],[-60.67922115325928,48.455078125],[-60.68115234375,48.454684019088745],[-60.68603515625,48.453723430633545],[-60.69091796875,48.45302963256836],[-60.69580078125,48.45252013206482],[-60.70068359375,48.45192813873291],[-60.7047700881958,48.451171875],[-60.70556640625,48.451014041900635],[-60.71044921875,48.450003147125244],[-60.71533203125,48.44923520088196],[-60.72021484375,48.44870638847351],[-60.72509765625,48.448161602020264],[-60.72998046875,48.44733142852783],[-60.73026657104492,48.447265625],[-60.73486328125,48.44628310203552],[-60.73974609375,48.445441484451294],[-60.74462890625,48.444883823394775],[-60.74951171875,48.44436955451965],[-60.75439453125,48.44361138343811],[-60.75551986694336,48.443359375],[-60.75927734375,48.442556858062744],[-60.76416015625,48.44166326522827],[-60.76904296875,48.44107389450073],[-60.77392578125,48.44057083129883],[-60.77880859375,48.43987250328064],[-60.78081130981445,48.439453125],[-60.78369140625,48.43885660171509],[-60.78857421875,48.43793439865112],[-60.79345703125,48.437291622161865],[-60.79833984375,48.43677496910095],[-60.80322265625,48.436115980148315],[-60.80609321594238,48.435546875],[-60.80810546875,48.43513751029968],[-60.81298828125,48.4341824054718],[-60.81787109375,48.43348836898804],[-60.82275390625,48.43296670913696],[-60.82763671875,48.432350158691406],[-60.83137512207031,48.431640625],[-60.83251953125,48.431410789489746],[-60.83740234375,48.430415868759155],[-60.84228515625,48.42966985702515],[-60.84716796875,48.429141998291016],[-60.85205078125,48.428568601608276],[-60.856685638427734,48.427734375],[-60.85693359375,48.42768573760986],[-60.86181640625,48.42664837837219],[-60.86669921875,48.425843715667725],[-60.87158203125,48.42530131340027],[-60.87646484375,48.42476463317871],[-60.88134765625,48.42394995689392],[-60.88187217712402,48.423828125],[-60.88623046875,48.42288684844971],[-60.89111328125,48.42202281951904],[-60.89599609375,48.42145538330078],[-60.90087890625,48.420942068099976],[-60.90576171875,48.420183420181274],[-60.906920433044434,48.419921875],[-60.91064453125,48.41912031173706],[-60.91552734375,48.41821885108948],[-60.92041015625,48.41762447357178],[-60.92529296875,48.417115211486816],[-60.93017578125,48.41640257835388],[-60.93198776245117,48.416015625],[-60.93505859375,48.415372133255005],[-60.93994140625,48.41445064544678],[-60.94482421875,48.41381478309631],[-60.94970703125,48.4132924079895],[-60.95458984375,48.41260862350464],[-60.95702648162842,48.412109375],[-60.95947265625,48.411604166030884],[-60.96435546875,48.4106605052948],[-60.96923828125,48.40998840332031],[-60.97412109375,48.409461975097656],[-60.97900390625,48.40880799293518],[-60.98205089569092,48.408203125],[-60.98388671875,48.40782642364502],[-60.98876953125,48.40685558319092],[-60.99365234375,48.4061484336853],[-60.99853515625,48.405620098114014],[-61.00341796875,48.4049973487854],[-61.00706100463867,48.404296875],[-61.00830078125,48.40404558181763],[-61.01318359375,48.403045654296875],[-61.01806640625,48.4023003578186],[-61.02294921875,48.401766538619995],[-61.02783203125,48.4011754989624],[-61.03208065032959,48.400390625],[-61.03271484375,48.4002640247345],[-61.03759765625,48.399237632751465],[-61.04248046875,48.39845156669617],[-61.04736328125,48.397905111312866],[-61.05224609375,48.397337913513184],[-61.05706214904785,48.396484375],[-61.05712890625,48.39647173881531],[-61.06201171875,48.395427942276],[-61.06689453125,48.394604206085205],[-61.07177734375,48.39404058456421],[-61.07666015625,48.39348745346069],[-61.08154296875,48.39265727996826],[-61.081881523132324,48.392578125],[-61.08642578125,48.39159965515137],[-61.09130859375,48.390748023986816],[-61.09619140625,48.39017462730408],[-61.10107421875,48.38962936401367],[-61.10595703125,48.38882374763489],[-61.10661506652832,48.388671875],[-61.11083984375,48.38775658607483],[-61.11572265625,48.38688135147095],[-61.12060546875,48.38630485534668],[-61.12548828125,48.38577222824097],[-61.13037109375,48.38498544692993],[-61.13132953643799,48.384765625],[-61.13525390625,48.38391327857971],[-61.14013671875,48.383020877838135],[-61.14501953125,48.382436990737915],[-61.14990234375,48.38191342353821],[-61.15478515625,48.38114786148071],[-61.156067848205566,48.380859375],[-61.15966796875,48.38007998466492],[-61.16455078125,48.37917375564575],[-61.16943359375,48.37857103347778],[-61.17431640625,48.37804937362671],[-61.17919921875,48.377305030822754],[-61.180787086486816,48.376953125],[-61.18408203125,48.37624144554138],[-61.18896484375,48.375319719314575],[-61.19384765625,48.37469816207886],[-61.19873046875,48.374176263809204],[-61.20361328125,48.37345361709595],[-61.205477714538574,48.373046875],[-61.20849609375,48.372398853302],[-61.21337890625,48.3714599609375],[-61.21826171875,48.37081742286682],[-61.22314453125,48.37029218673706],[-61.22802734375,48.369587898254395],[-61.23011589050293,48.369140625],[-61.23291015625,48.36854672431946],[-61.23779296875,48.36759829521179],[-61.24267578125,48.366939544677734],[-61.24755859375,48.366405963897705],[-61.25244140625,48.36571192741394],[-61.25471591949463,48.365234375],[-61.25732421875,48.364686012268066],[-61.26220703125,48.36373424530029],[-61.26708984375,48.363062143325806],[-61.27197265625,48.36251974105835],[-61.27685546875,48.3618278503418],[-61.279258728027344,48.361328125],[-61.28173828125,48.360809564590454],[-61.28662109375,48.35985517501831],[-61.29150390625,48.35917615890503],[-61.29638671875,48.35862922668457],[-61.30126953125,48.357935667037964],[-61.30375385284424,48.357421875],[-61.30615234375,48.35692024230957],[-61.31103515625,48.35596466064453],[-61.31591796875,48.355281352996826],[-61.32080078125,48.354737281799316],[-61.32568359375,48.35404825210571],[-61.32824420928955,48.353515625],[-61.33056640625,48.353026390075684],[-61.33544921875,48.352062940597534],[-61.34033203125,48.35137724876404],[-61.34521484375,48.350836753845215],[-61.35009765625,48.350152015686035],[-61.35270595550537,48.349609375],[-61.35498046875,48.34912896156311],[-61.35986328125,48.34816002845764],[-61.36474609375,48.34746980667114],[-61.36962890625,48.34692978858948],[-61.37451171875,48.34624910354614],[-61.37713432312012,48.345703125],[-61.37939453125,48.34522485733032],[-61.38427734375,48.344250202178955],[-61.38916015625,48.34355711936951],[-61.39404296875,48.34301543235779],[-61.39892578125,48.34233593940735],[-61.401519775390625,48.341796875],[-61.40380859375,48.34131383895874],[-61.40869140625,48.34034013748169],[-61.41357421875,48.339645862579346],[-61.41845703125,48.33909821510315],[-61.42333984375,48.33841323852539],[-61.42585277557373,48.337890625],[-61.42822265625,48.33739233016968],[-61.43310546875,48.33642506599426],[-61.43798828125,48.335734128952026],[-61.44287109375,48.33518075942993],[-61.44775390625,48.33448338508606],[-61.450138092041016,48.333984375],[-61.45263671875,48.333457231521606],[-61.45751953125,48.33249807357788],[-61.46240234375,48.33181548118591],[-61.46728515625,48.33125877380371],[-61.47216796875,48.330543756484985],[-61.474361419677734,48.330078125],[-61.47705078125,48.329508781433105],[-61.48193359375,48.328559160232544],[-61.48681640625,48.32788825035095],[-61.49169921875,48.32733607292175],[-61.49658203125,48.32660961151123],[-61.49860382080078,48.326171875],[-61.50146484375,48.325557231903076],[-61.50634765625,48.32461071014404],[-61.51123046875,48.32395315170288],[-61.51611328125,48.32340478897095],[-61.52099609375,48.32266330718994],[-61.522793769836426,48.322265625],[-61.52587890625,48.321595430374146],[-61.53076171875,48.320655822753906],[-61.53564453125,48.32001185417175],[-61.54052734375,48.319467067718506],[-61.54541015625,48.31871294975281],[-61.54697895050049,48.318359375],[-61.55029296875,48.3176326751709],[-61.55517578125,48.31669640541077],[-61.56005859375,48.31606364250183],[-61.56494140625,48.31551957130432],[-61.56982421875,48.31474828720093],[-61.571106910705566,48.314453125],[-61.57470703125,48.313655853271484],[-61.57958984375,48.31272625923157],[-61.58447265625,48.31210994720459],[-61.58935546875,48.31156635284424],[-61.59423828125,48.31077551841736],[-61.595215797424316,48.310546875],[-61.59912109375,48.30968260765076],[-61.60400390625,48.30876898765564],[-61.60888671875,48.30816435813904],[-61.61376953125,48.30761098861694],[-61.61865234375,48.3067946434021],[-61.61931037902832,48.306640625],[-61.62353515625,48.30571222305298],[-61.62841796875,48.304824113845825],[-61.63330078125,48.30422592163086],[-61.63818359375,48.30365443229675],[-61.64306640625,48.302804470062256],[-61.643362045288086,48.302734375],[-61.64794921875,48.301732301712036],[-61.65283203125,48.30087232589722],[-61.65771484375,48.30028247833252],[-61.66259765625,48.29969143867493],[-61.66734218597412,48.298828125],[-61.66748046875,48.298800468444824],[-61.67236328125,48.29774236679077],[-61.67724609375,48.296913623809814],[-61.68212890625,48.296332359313965],[-61.68701171875,48.295719146728516],[-61.691226959228516,48.294921875],[-61.69189453125,48.294785499572754],[-61.69677734375,48.293744802474976],[-61.70166015625,48.29294776916504],[-61.70654296875,48.29237389564514],[-61.71142578125,48.291741132736206],[-61.71513080596924,48.291015625],[-61.71630859375,48.29077172279358],[-61.72119140625,48.28974461555481],[-61.72607421875,48.28897547721863],[-61.73095703125,48.28840637207031],[-61.73583984375,48.28774857521057],[-61.73898696899414,48.287109375],[-61.74072265625,48.286744356155396],[-61.74560546875,48.28573656082153],[-61.75048828125,48.285001277923584],[-61.75537109375,48.2844352722168],[-61.76025390625,48.2837450504303],[-61.762824058532715,48.283203125],[-61.76513671875,48.28270936012268],[-61.77001953125,48.28172421455383],[-61.77490234375,48.28102135658264],[-61.77978515625,48.28045296669006],[-61.78466796875,48.279723167419434],[-61.78661346435547,48.279296875],[-61.78955078125,48.27865982055664],[-61.79443359375,48.27770137786865],[-61.79931640625,48.27703499794006],[-61.80419921875,48.27646541595459],[-61.80908203125,48.2756872177124],[-61.81037425994873,48.275390625],[-61.81396484375,48.274596214294434],[-61.81884765625,48.27366495132446],[-61.82373046875,48.2730393409729],[-61.82861328125,48.27247071266174],[-61.83349609375,48.27164316177368],[-61.834168434143066,48.271484375],[-61.83837890625,48.27055096626282],[-61.84326171875,48.26965856552124],[-61.84814453125,48.26905584335327],[-61.85302734375,48.268468379974365],[-61.85791015625,48.26758432388306],[-61.85793399810791,48.267578125],[-61.86279296875,48.26651477813721],[-61.86767578125,48.26567077636719],[-61.87255859375,48.26507902145386],[-61.87744140625,48.26445746421814],[-61.88154220581055,48.263671875],[-61.88232421875,48.26351022720337],[-61.88720703125,48.26246762275696],[-61.89208984375,48.261672019958496],[-61.89697265625,48.26109004020691],[-61.90185546875,48.260432720184326],[-61.905155181884766,48.259765625],[-61.90673828125,48.25943183898926],[-61.91162109375,48.25841522216797],[-61.91650390625,48.25766587257385],[-61.92138671875,48.257089614868164],[-61.92626953125,48.25638747215271],[-61.92873954772949,48.255859375],[-61.93115234375,48.255337715148926],[-61.93603515625,48.25435161590576],[-61.94091796875,48.25365138053894],[-61.94580078125,48.25307774543762],[-61.95068359375,48.25231957435608],[-61.95229530334473,48.251953125],[-61.95556640625,48.25122666358948],[-61.96044921875,48.2502715587616],[-61.96533203125,48.24962377548218],[-61.97021484375,48.24905300140381],[-61.97509765625,48.2482373714447],[-61.97590351104736,48.248046875],[-61.97998046875,48.2471387386322],[-61.98486328125,48.24622964859009],[-61.98974609375,48.245612382888794],[-61.99462890625,48.245020151138306],[-61.999502182006836,48.244140625],[-61.99951171875,48.24413847923279],[-62.00439453125,48.243069648742676],[-62.00927734375,48.24222135543823],[-62.01416015625,48.241615295410156],[-62.01904296875,48.24097514152527],[-62.022857666015625,48.240234375],[-62.02392578125,48.24001359939575],[-62.02880859375,48.2389817237854],[-62.03369140625,48.238197803497314],[-62.03857421875,48.23760414123535],[-62.04345703125,48.23691010475159],[-62.046241760253906,48.236328125],[-62.04833984375,48.235878467559814],[-62.05322265625,48.2348837852478],[-62.05810546875,48.23416328430176],[-62.06298828125,48.233577728271484],[-62.06787109375,48.232818365097046],[-62.06962585449219,48.232421875],[-62.07275390625,48.231728315353394],[-62.07763671875,48.23077058792114],[-62.08251953125,48.23011302947998],[-62.08740234375,48.22953248023987],[-62.09228515625,48.228699922561646],[-62.09305286407471,48.228515625],[-62.09716796875,48.227588176727295],[-62.10205078125,48.226680755615234],[-62.10693359375,48.22606921195984],[-62.11181640625,48.22547483444214],[-62.11649417877197,48.224609375],[-62.11669921875,48.224567890167236],[-62.12158203125,48.22349262237549],[-62.12646484375,48.22265291213989],[-62.13134765625,48.222050189971924],[-62.13623046875,48.221399784088135],[-62.1397066116333,48.220703125],[-62.14111328125,48.220407247543335],[-62.14599609375,48.21937561035156],[-62.15087890625,48.218607664108276],[-62.15576171875,48.21801233291626],[-62.16064453125,48.21729350090027],[-62.16292858123779,48.216796875],[-62.16552734375,48.216230154037476],[-62.17041015625,48.21524477005005],[-62.17529296875,48.21454691886902],[-62.18017578125,48.213953256607056],[-62.18505859375,48.2131507396698],[-62.18616008758545,48.212890625],[-62.18994140625,48.21203923225403],[-62.19482421875,48.21110224723816],[-62.19970703125,48.21047329902649],[-62.20458984375,48.209879636764526],[-62.20947265625,48.208996057510376],[-62.20952033996582,48.208984375],[-62.21435546875,48.20791721343994],[-62.21923828125,48.20706033706665],[-62.22412109375,48.20644688606262],[-62.22900390625,48.205790996551514],[-62.232584953308105,48.205078125],[-62.23388671875,48.20480442047119],[-62.23876953125,48.203773021698],[-62.24365234375,48.202998638153076],[-62.24853515625,48.202397108078],[-62.25341796875,48.20166635513306],[-62.25567817687988,48.201171875],[-62.25830078125,48.20059561729431],[-62.26318359375,48.19961333274841],[-62.26806640625,48.19891905784607],[-62.27294921875,48.198323488235474],[-62.27783203125,48.19750094413757],[-62.2788143157959,48.197265625],[-62.28271484375,48.19637894630432],[-62.28759765625,48.195448875427246],[-62.29248046875,48.194825887680054],[-62.29736328125,48.194226026535034],[-62.302002906799316,48.193359375],[-62.30224609375,48.19330930709839],[-62.30712890625,48.19222807884216],[-62.31201171875,48.19138693809509],[-62.31689453125,48.190778732299805],[-62.32177734375,48.19010877609253],[-62.324957847595215,48.189453125],[-62.32666015625,48.18908882141113],[-62.33154296875,48.188061237335205],[-62.33642578125,48.18730664253235],[-62.34130859375,48.186705589294434],[-62.34619140625,48.1859450340271],[-62.34793186187744,48.185546875],[-62.35107421875,48.184842348098755],[-62.35595703125,48.18386888504028],[-62.36083984375,48.18320155143738],[-62.36572265625,48.182605504989624],[-62.37060546875,48.18175005912781],[-62.37105846405029,48.181640625],[-62.37548828125,48.18064999580383],[-62.38037109375,48.17975735664368],[-62.38525390625,48.17912817001343],[-62.39013671875,48.1784827709198],[-62.393951416015625,48.177734375],[-62.39501953125,48.17751169204712],[-62.39990234375,48.17646670341492],[-62.40478515625,48.1756706237793],[-62.40966796875,48.17505240440369],[-62.41455078125,48.17431592941284],[-62.41677761077881,48.173828125],[-62.41943359375,48.173245429992676],[-62.42431640625,48.172261238098145],[-62.42919921875,48.171560525894165],[-62.43408203125,48.17094802856445],[-62.43896484375,48.170104026794434],[-62.43972301483154,48.169921875],[-62.44384765625,48.16899132728577],[-62.44873046875,48.16807723045349],[-62.45361328125,48.167447566986084],[-62.45849609375,48.166813373565674],[-62.46259689331055,48.166015625],[-62.46337890625,48.165852308273315],[-62.46826171875,48.164793491363525],[-62.47314453125,48.163981914520264],[-62.47802734375,48.16336703300476],[-62.48291015625,48.16264224052429],[-62.4853515625,48.162109375],[-62.48779296875,48.16157078742981],[-62.49267578125,48.16057515144348],[-62.49755859375,48.159863233566284],[-62.50244140625,48.1592538356781],[-62.50732421875,48.158416748046875],[-62.50821113586426,48.158203125],[-62.51220703125,48.15728998184204],[-62.51708984375,48.156363010406494],[-62.52197265625,48.155731201171875],[-62.52685546875,48.15510678291321],[-62.53103733062744,48.154296875],[-62.53173828125,48.15415024757385],[-62.53662109375,48.15307879447937],[-62.54150390625,48.15225863456726],[-62.54638671875,48.15164017677307],[-62.55126953125,48.15091896057129],[-62.55368232727051,48.150390625],[-62.55615234375,48.14984369277954],[-62.56103515625,48.14883780479431],[-62.56591796875,48.148123264312744],[-62.57080078125,48.14751100540161],[-62.57568359375,48.146673917770386],[-62.576470375061035,48.146484375],[-62.58056640625,48.145556926727295],[-62.58544921875,48.144633531570435],[-62.59033203125,48.143991470336914],[-62.59521484375,48.1433482170105],[-62.599148750305176,48.142578125],[-62.60009765625,48.14237928390503],[-62.60498046875,48.14132285118103],[-62.60986328125,48.14051342010498],[-62.61474609375,48.139883518218994],[-62.61962890625,48.13913059234619],[-62.62167930603027,48.138671875],[-62.62451171875,48.13804244995117],[-62.62939453125,48.137057065963745],[-62.63427734375,48.13636064529419],[-62.63916015625,48.13573598861694],[-62.64404296875,48.13485789299011],[-62.64442443847656,48.134765625],[-62.64892578125,48.133750438690186],[-62.65380859375,48.13285946846008],[-62.65869140625,48.132224559783936],[-62.66357421875,48.131547927856445],[-62.66692638397217,48.130859375],[-62.66845703125,48.1305296421051],[-62.67333984375,48.12949228286743],[-62.67822265625,48.12871956825256],[-62.68310546875,48.128095388412476],[-62.68798828125,48.127296924591064],[-62.6894474029541,48.126953125],[-62.69287109375,48.12616944313049],[-62.69775390625,48.12520098686218],[-62.70263671875,48.12454104423523],[-62.70751953125,48.123918533325195],[-62.712106704711914,48.123046875],[-62.71240234375,48.12298560142517],[-62.71728515625,48.12189483642578],[-62.72216796875,48.121044397354126],[-62.72705078125,48.12041473388672],[-62.73193359375,48.119696855545044],[-62.73448467254639,48.119140625],[-62.73681640625,48.1186249256134],[-62.74169921875,48.11761116981506],[-62.74658203125,48.116880893707275],[-62.75146484375,48.11625599861145],[-62.75634765625,48.11540198326111],[-62.757039070129395,48.115234375],[-62.76123046875,48.114277601242065],[-62.76611328125,48.113357067108154],[-62.77099609375,48.11271023750305],[-62.77587890625,48.112048864364624],[-62.779436111450195,48.111328125],[-62.78076171875,48.11104416847229],[-62.78564453125,48.10999011993408],[-62.79052734375,48.109198570251465],[-62.79541015625,48.1085638999939],[-62.80029296875,48.10776925086975],[-62.801761627197266,48.107421875],[-62.80517578125,48.10663866996765],[-62.81005859375,48.10566186904907],[-62.81494140625,48.10499572753906],[-62.81982421875,48.104366302490234],[-62.82430171966553,48.103515625],[-62.82470703125,48.10343146324158],[-62.82958984375,48.10234880447388],[-62.83447265625,48.101500511169434],[-62.83935546875,48.10085487365723],[-62.84423828125,48.100109338760376],[-62.8464937210083,48.099609375],[-62.84912109375,48.099024295806885],[-62.85400390625,48.098023891448975],[-62.85888671875,48.09730792045593],[-62.86376953125,48.09666848182678],[-62.86865234375,48.095775842666626],[-62.868947982788086,48.095703125],[-62.87353515625,48.094664335250854],[-62.87841796875,48.093772888183594],[-62.88330078125,48.09312701225281],[-62.88818359375,48.0924232006073],[-62.891130447387695,48.091796875],[-62.89306640625,48.09137153625488],[-62.89794921875,48.09034180641174],[-62.90283203125,48.08958601951599],[-62.90771484375,48.08894753456116],[-62.91259765625,48.08809494972229],[-62.91343688964844,48.087890625],[-62.91748046875,48.086960554122925],[-62.92236328125,48.08602547645569],[-62.92724609375,48.08537459373474],[-62.93212890625,48.08470630645752],[-62.93565273284912,48.083984375],[-62.93701171875,48.083691120147705],[-62.94189453125,48.08263611793518],[-62.94677734375,48.08184289932251],[-62.95166015625,48.081202030181885],[-62.95654296875,48.08038115501404],[-62.95779228210449,48.080078125],[-62.96142578125,48.07923340797424],[-62.96630859375,48.07826566696167],[-62.97119140625,48.07760739326477],[-62.97607421875,48.07696485519409],[-62.98006534576416,48.076171875],[-62.98095703125,48.07598161697388],[-62.98583984375,48.074902057647705],[-62.99072265625,48.07408046722412],[-62.99560546875,48.073437452316284],[-63.00048828125,48.07264971733093],[-63.002119064331055,48.072265625],[-63.00537109375,48.071516275405884],[-63.01025390625,48.07052516937256],[-63.01513671875,48.06984353065491],[-63.02001953125,48.06920266151428],[-63.02438735961914,48.068359375],[-63.02490234375,48.06825113296509],[-63.02978515625,48.06716299057007],[-63.03466796875,48.066314935684204],[-63.03955078125,48.065659523010254],[-63.04443359375,48.06488609313965],[-63.04631233215332,48.064453125],[-63.04931640625,48.06376910209656],[-63.05419921875,48.06277084350586],[-63.05908203125,48.06207036972046],[-63.06396484375,48.06142067909241],[-63.06853771209717,48.060546875],[-63.06884765625,48.06048250198364],[-63.07373046875,48.05939054489136],[-63.07861328125,48.05853223800659],[-63.08349609375,48.05787539482117],[-63.08837890625,48.057106733322144],[-63.09042453765869,48.056640625],[-63.09326171875,48.055997371673584],[-63.09814453125,48.05499744415283],[-63.10302734375,48.05429029464722],[-63.10791015625,48.05363750457764],[-63.112616539001465,48.052734375],[-63.11279296875,48.05269718170166],[-63.11767578125,48.05159378051758],[-63.12255859375,48.050729274749756],[-63.12744140625,48.05007553100586],[-63.13232421875,48.049312353134155],[-63.134446144104004,48.048828125],[-63.13720703125,48.04819869995117],[-63.14208984375,48.04719114303589],[-63.14697265625,48.04647922515869],[-63.15185546875,48.045825719833374],[-63.15654754638672,48.044921875],[-63.15673828125,48.04488134384155],[-63.16162109375,48.04377484321594],[-63.16650390625,48.042908668518066],[-63.17138671875,48.042253255844116],[-63.17626953125,48.04148316383362],[-63.17829608917236,48.041015625],[-63.18115234375,48.04035997390747],[-63.18603515625,48.039355993270874],[-63.19091796875,48.03864908218384],[-63.19580078125,48.03799486160278],[-63.200345039367676,48.037109375],[-63.20068359375,48.03703761100769],[-63.20556640625,48.035929679870605],[-63.21044921875,48.03507113456726],[-63.21533203125,48.03441643714905],[-63.22021484375,48.03363823890686],[-63.22207450866699,48.033203125],[-63.22509765625,48.03250432014465],[-63.22998046875,48.031497955322266],[-63.23486328125,48.03079676628113],[-63.23974609375,48.03014087677002],[-63.24403762817383,48.029296875],[-63.24462890625,48.029170751571655],[-63.24951171875,48.028074502944946],[-63.25439453125,48.02722787857056],[-63.25927734375,48.026564836502075],[-63.26416015625,48.02575969696045],[-63.265695571899414,48.025390625],[-63.26904296875,48.024606227874756],[-63.27392578125,48.02360916137695],[-63.27880859375,48.0229287147522],[-63.28369140625,48.02226901054382],[-63.287601470947266,48.021484375],[-63.28857421875,48.021275758743286],[-63.29345703125,48.02019643783569],[-63.29833984375,48.019370317459106],[-63.30322265625,48.018701791763306],[-63.30810546875,48.01786398887634],[-63.30928325653076,48.017578125],[-63.31298828125,48.01671290397644],[-63.31787109375,48.0157425403595],[-63.32275390625,48.01506686210632],[-63.32763671875,48.014378786087036],[-63.331031799316406,48.013671875],[-63.33251953125,48.01334619522095],[-63.33740234375,48.01228642463684],[-63.34228515625,48.01149034500122],[-63.34716796875,48.010820388793945],[-63.35205078125,48.00994324684143],[-63.35277080535889,48.009765625],[-63.35693359375,48.00880193710327],[-63.36181640625,48.00786638259888],[-63.36669921875,48.00719404220581],[-63.37158203125,48.00647020339966],[-63.37437629699707,48.005859375],[-63.37646484375,48.00538992881775],[-63.38134765625,48.00434923171997],[-63.38623046875,48.003589391708374],[-63.39111328125,48.002920150756836],[-63.39599609375,48.00199580192566],[-63.39616775512695,48.001953125],[-63.40087890625,48.00086832046509],[-63.40576171875,47.99997138977051],[-63.41064453125,47.99930024147034],[-63.41552734375,47.998528242111206],[-63.417606353759766,47.998046875],[-63.42041015625,47.99740028381348],[-63.42529296875,47.99638557434082],[-63.43017578125,47.995667457580566],[-63.43505859375,47.9949951171875],[-63.439340591430664,47.994140625],[-63.43994140625,47.99401092529297],[-63.44482421875,47.99290657043457],[-63.44970703125,47.99205493927002],[-63.45458984375,47.9913854598999],[-63.45947265625,47.990556716918945],[-63.46078872680664,47.990234375],[-63.46435546875,47.98939323425293],[-63.46923828125,47.98840618133545],[-63.47412109375,47.98772382736206],[-63.47900390625,47.98703718185425],[-63.48236560821533,47.986328125],[-63.48388671875,47.98599147796631],[-63.48876953125,47.98491907119751],[-63.49365234375,47.984121799468994],[-63.49853515625,47.9834508895874],[-63.50341796875,47.982563495635986],[-63.503990173339844,47.982421875],[-63.50830078125,47.981420040130615],[-63.51318359375,47.98048734664917],[-63.51806640625,47.97980308532715],[-63.52294921875,47.97905158996582],[-63.52531433105469,47.978515625],[-63.52783203125,47.977938652038574],[-63.53271484375,47.976903438568115],[-63.53759765625,47.976163387298584],[-63.54248046875,47.975486278533936],[-63.54694366455078,47.974609375],[-63.54736328125,47.9745192527771],[-63.55224609375,47.973411083221436],[-63.55712890625,47.97254419326782],[-63.56201171875,47.9718599319458],[-63.56689453125,47.9710259437561],[-63.56821537017822,47.970703125],[-63.57177734375,47.96986389160156],[-63.57666015625,47.96887493133545],[-63.58154296875,47.96818542480469],[-63.58642578125,47.96748352050781],[-63.5896635055542,47.966796875],[-63.59130859375,47.966431617736816],[-63.59619140625,47.96536874771118],[-63.60107421875,47.9645733833313],[-63.60595703125,47.963887214660645],[-63.61083984375,47.9629693031311],[-63.611154556274414,47.962890625],[-63.61572265625,47.96183204650879],[-63.62060546875,47.96091890335083],[-63.62548828125,47.96023368835449],[-63.63037109375,47.959447383880615],[-63.63234996795654,47.958984375],[-63.63525390625,47.958309173583984],[-63.64013671875,47.95728921890259],[-63.64501953125,47.95656728744507],[-63.64990234375,47.955872535705566],[-63.65375995635986,47.955078125],[-63.65478515625,47.95485210418701],[-63.65966796875,47.95376491546631],[-63.66455078125,47.95293378829956],[-63.66943359375,47.952248096466064],[-63.67431640625,47.951364040374756],[-63.67508888244629,47.951171875],[-63.67919921875,47.950204372406006],[-63.68408203125,47.94925403594971],[-63.68896484375,47.948566913604736],[-63.69384765625,47.94781494140625],[-63.69626522064209,47.947265625],[-63.69873046875,47.946699142456055],[-63.70361328125,47.94566202163696],[-63.70849609375,47.94491195678711],[-63.71337890625,47.94422006607056],[-63.71764659881592,47.943359375],[-63.71826171875,47.94322443008423],[-63.72314453125,47.94211196899414],[-63.72802734375,47.94125318527222],[-63.73291015625,47.940566539764404],[-63.73779296875,47.939706802368164],[-63.73881816864014,47.939453125],[-63.74267578125,47.938541412353516],[-63.74755859375,47.93756914138794],[-63.75244140625,47.93687391281128],[-63.75732421875,47.93613624572754],[-63.75995635986328,47.935546875],[-63.76220703125,47.935030937194824],[-63.76708984375,47.933977127075195],[-63.77197265625,47.933212757110596],[-63.77685546875,47.9325213432312],[-63.781280517578125,47.931640625],[-63.78173828125,47.93154048919678],[-63.78662109375,47.930423736572266],[-63.79150390625,47.92955207824707],[-63.79638671875,47.92885494232178],[-63.80126953125,47.92799758911133],[-63.802337646484375,47.927734375],[-63.80615234375,47.92683458328247],[-63.81103515625,47.925857067108154],[-63.81591796875,47.92515563964844],[-63.82080078125,47.92441177368164],[-63.82340431213379,47.923828125],[-63.82568359375,47.92330598831177],[-63.83056640625,47.92225456237793],[-63.83544921875,47.92148733139038],[-63.84033203125,47.92078399658203],[-63.84462356567383,47.919921875],[-63.84521484375,47.919793128967285],[-63.85009765625,47.91868352890015],[-63.85498046875,47.917818546295166],[-63.85986328125,47.91711711883545],[-63.86474609375,47.916239738464355],[-63.865652084350586,47.916015625],[-63.86962890625,47.915077686309814],[-63.87451171875,47.91411256790161],[-63.87939453125,47.91341018676758],[-63.88427734375,47.912644386291504],[-63.886613845825195,47.912109375],[-63.88916015625,47.91152048110962],[-63.89404296875,47.91047954559326],[-63.89892578125,47.9097261428833],[-63.90380859375,47.90901517868042],[-63.90773296356201,47.908203125],[-63.90869140625,47.90798997879028],[-63.91357421875,47.90689039230347],[-63.91845703125,47.906047344207764],[-63.92333984375,47.905343532562256],[-63.92822265625,47.904433250427246],[-63.92876625061035,47.904296875],[-63.93310546875,47.90327787399292],[-63.93798828125,47.90233755111694],[-63.94287109375,47.90163469314575],[-63.94775390625,47.90083074569702],[-63.94958972930908,47.900390625],[-63.95263671875,47.8996696472168],[-63.95751953125,47.898643493652344],[-63.96240234375,47.897918701171875],[-63.96728515625,47.89720106124878],[-63.97061824798584,47.896484375],[-63.97216796875,47.89613389968872],[-63.97705078125,47.895052909851074],[-63.98193359375,47.894240379333496],[-63.98681640625,47.893532276153564],[-63.991665840148926,47.892578125],[-63.99169921875,47.89257049560547],[-63.99658203125,47.891427516937256],[-64.00146484375,47.890525817871094],[-64.00634765625,47.889822006225586],[-64.01123046875,47.888967990875244],[-64.01242256164551,47.888671875],[-64.01611328125,47.88779020309448],[-64.02099609375,47.88679790496826],[-64.02587890625,47.88608932495117],[-64.03076171875,47.88533639907837],[-64.03326034545898,47.884765625],[-64.03564453125,47.884212493896484],[-64.04052734375,47.88315439224243],[-64.04541015625,47.882386684417725],[-64.05029296875,47.881672859191895],[-64.05420303344727,47.880859375],[-64.05517578125,47.88064193725586],[-64.06005859375,47.879531383514404],[-64.06494140625,47.87868404388428],[-64.06982421875,47.87797546386719],[-64.07470703125,47.877055168151855],[-64.07511234283447,47.876953125],[-64.07958984375,47.8758978843689],[-64.08447265625,47.87496042251587],[-64.08935546875,47.87424373626709],[-64.09423828125,47.87341117858887],[-64.09572124481201,47.873046875],[-64.09912109375,47.87223291397095],[-64.10400390625,47.871214389801025],[-64.10888671875,47.87049722671509],[-64.11376953125,47.86975717544556],[-64.11652565002441,47.869140625],[-64.11865234375,47.86865186691284],[-64.12353515625,47.867584228515625],[-64.12841796875,47.86679792404175],[-64.13330078125,47.86607360839844],[-64.13737773895264,47.865234375],[-64.13818359375,47.86505603790283],[-64.14306640625,47.863943576812744],[-64.14794921875,47.863080978393555],[-64.15283203125,47.86236095428467],[-64.15771484375,47.86143732070923],[-64.15814399719238,47.861328125],[-64.16259765625,47.86027908325195],[-64.16748046875,47.85933971405029],[-64.17236328125,47.858619689941406],[-64.17724609375,47.85777711868286],[-64.17868614196777,47.857421875],[-64.18212890625,47.85659742355347],[-64.18701171875,47.85558080673218],[-64.19189453125,47.854859828948975],[-64.19677734375,47.854106426239014],[-64.19938564300537,47.853515625],[-64.20166015625,47.852988719940186],[-64.20654296875,47.85192584991455],[-64.21142578125,47.85114574432373],[-64.21630859375,47.85041332244873],[-64.22012329101562,47.849609375],[-64.22119140625,47.84936857223511],[-64.22607421875,47.848262786865234],[-64.23095703125,47.84741544723511],[-64.23583984375,47.84669017791748],[-64.24072265625,47.84573221206665],[-64.24083709716797,47.845703125],[-64.24560546875,47.844581604003906],[-64.25048828125,47.84366321563721],[-64.25537109375,47.84294128417969],[-64.26025390625,47.8420672416687],[-64.26133155822754,47.841796875],[-64.26513671875,47.84088373184204],[-64.27001953125,47.83989191055298],[-64.27490234375,47.839170932769775],[-64.27978515625,47.838377952575684],[-64.28183078765869,47.837890625],[-64.28466796875,47.8372163772583],[-64.28955078125,47.836172580718994],[-64.29443359375,47.83542251586914],[-64.29931640625,47.83468008041382],[-64.3024730682373,47.833984375],[-64.30419921875,47.83358716964722],[-64.30908203125,47.83249855041504],[-64.31396484375,47.83168363571167],[-64.31884765625,47.830952167510986],[-64.32308673858643,47.830078125],[-64.32373046875,47.82993412017822],[-64.32861328125,47.828803062438965],[-64.33349609375,47.82792663574219],[-64.33837890625,47.8272008895874],[-64.34326171875,47.82626724243164],[-64.3436336517334,47.826171875],[-64.34814453125,47.82510042190552],[-64.35302734375,47.82415962219238],[-64.35791015625,47.823431968688965],[-64.36279296875,47.82257080078125],[-64.364013671875,47.822265625],[-64.36767578125,47.82138395309448],[-64.37255859375,47.82037687301636],[-64.37744140625,47.819645404815674],[-64.38232421875,47.8188533782959],[-64.3843936920166,47.818359375],[-64.38720703125,47.81768846511841],[-64.39208984375,47.81663227081299],[-64.39697265625,47.81587743759155],[-64.40185546875,47.81513071060181],[-64.40490245819092,47.814453125],[-64.40673828125,47.81402921676636],[-64.41162109375,47.81293869018555],[-64.41650390625,47.8121280670166],[-64.42138671875,47.81138896942139],[-64.4254207611084,47.810546875],[-64.42626953125,47.81035566329956],[-64.43115234375,47.80923128128052],[-64.43603515625,47.8083610534668],[-64.44091796875,47.80762195587158],[-64.44580078125,47.8066611289978],[-64.4458818435669,47.806640625],[-64.45068359375,47.80550670623779],[-64.45556640625,47.80458211898804],[-64.46044921875,47.8038444519043],[-64.46533203125,47.8029465675354],[-64.46617603302002,47.802734375],[-64.47021484375,47.80176782608032],[-64.47509765625,47.80078840255737],[-64.47998046875,47.80005121231079],[-64.48486328125,47.79920959472656],[-64.486403465271,47.798828125],[-64.48974609375,47.79801893234253],[-64.49462890625,47.796985149383545],[-64.49951171875,47.79624652862549],[-64.50439453125,47.795466899871826],[-64.5067310333252,47.794921875],[-64.50927734375,47.794321060180664],[-64.51416015625,47.793256759643555],[-64.51904296875,47.79247999191284],[-64.52392578125,47.79172134399414],[-64.5271110534668,47.791015625],[-64.52880859375,47.79062271118164],[-64.53369140625,47.78952693939209],[-64.53857421875,47.788702964782715],[-64.54345703125,47.7879524230957],[-64.54745292663574,47.787109375],[-64.54833984375,47.78690719604492],[-64.55322265625,47.785783767700195],[-64.55810546875,47.78491401672363],[-64.56298828125,47.78416633605957],[-64.56774711608887,47.783203125],[-64.56787109375,47.783175468444824],[-64.57275390625,47.782021045684814],[-64.57763671875,47.781105518341064],[-64.58251953125,47.78035640716553],[-64.58740234375,47.77941656112671],[-64.58786964416504,47.779296875],[-64.59228515625,47.778239727020264],[-64.59716796875,47.7772855758667],[-64.60205078125,47.77654504776001],[-64.60693359375,47.7756609916687],[-64.60800170898438,47.775390625],[-64.61181640625,47.77446699142456],[-64.61669921875,47.77346611022949],[-64.62158203125,47.77272844314575],[-64.62646484375,47.77190017700195],[-64.62814807891846,47.771484375],[-64.63134765625,47.77070713043213],[-64.63623046875,47.76966333389282],[-64.64111328125,47.768916606903076],[-64.64599609375,47.76812934875488],[-64.64832782745361,47.767578125],[-64.65087890625,47.766968727111816],[-64.65576171875,47.76590013504028],[-64.66064453125,47.76512002944946],[-64.66552734375,47.76435136795044],[-64.66854572296143,47.763671875],[-64.67041015625,47.763235092163086],[-64.67529296875,47.7621374130249],[-64.68017578125,47.76131725311279],[-64.68505859375,47.76055955886841],[-64.68874454498291,47.759765625],[-64.68994140625,47.759490966796875],[-64.69482421875,47.75836896896362],[-64.69970703125,47.757511615753174],[-64.70458984375,47.75675821304321],[-64.70890998840332,47.755859375],[-64.70947265625,47.75573253631592],[-64.71435546875,47.75458478927612],[-64.71923828125,47.75369215011597],[-64.72412109375,47.75294065475464],[-64.72900390625,47.75196123123169],[-64.72903251647949,47.751953125],[-64.73388671875,47.75079107284546],[-64.73876953125,47.74986171722412],[-64.74365234375,47.74910926818848],[-64.74853515625,47.74817609786987],[-64.7490406036377,47.748046875],[-64.75341796875,47.746994972229004],[-64.75830078125,47.746028900146484],[-64.76318359375,47.74527406692505],[-64.76806640625,47.744380950927734],[-64.76901531219482,47.744140625],[-64.77294921875,47.743192195892334],[-64.77783203125,47.74219369888306],[-64.78271484375,47.74143981933594],[-64.78759765625,47.74058151245117],[-64.78898525238037,47.740234375],[-64.79248046875,47.739383697509766],[-64.79736328125,47.73835039138794],[-64.80224609375,47.73759078979492],[-64.80712890625,47.7367525100708],[-64.80883121490479,47.736328125],[-64.81201171875,47.735546588897705],[-64.81689453125,47.73448896408081],[-64.82177734375,47.73373460769653],[-64.82666015625,47.73293447494507],[-64.82879638671875,47.732421875],[-64.83154296875,47.7317590713501],[-64.83642578125,47.730685234069824],[-64.84130859375,47.72990560531616],[-64.84619140625,47.729116916656494],[-64.84878063201904,47.728515625],[-64.85107421875,47.727970600128174],[-64.85595703125,47.726881980895996],[-64.86083984375,47.726075172424316],[-64.86572265625,47.72528791427612],[-64.86870288848877,47.724609375],[-64.87060546875,47.724159717559814],[-64.87548828125,47.7230544090271],[-64.88037109375,47.72222089767456],[-64.88525390625,47.721426010131836],[-64.8884630203247,47.720703125],[-64.89013671875,47.720309257507324],[-64.89501953125,47.71919918060303],[-64.89990234375,47.71835947036743],[-64.90478515625,47.71757793426514],[-64.90833282470703,47.716796875],[-64.90966796875,47.71648597717285],[-64.91455078125,47.7153639793396],[-64.91943359375,47.7145094871521],[-64.92431640625,47.7137393951416],[-64.92828369140625,47.712890625],[-64.92919921875,47.712679862976074],[-64.93408203125,47.71154308319092],[-64.93896484375,47.71066093444824],[-64.94384765625,47.70988845825195],[-64.94815826416016,47.708984375],[-64.94873046875,47.70885372161865],[-64.95361328125,47.70770502090454],[-64.95849609375,47.70679950714111],[-64.96337890625,47.70601844787598],[-64.96787071228027,47.705078125],[-64.96826171875,47.704988956451416],[-64.97314453125,47.70382642745972],[-64.97802734375,47.702908515930176],[-64.98291015625,47.70212745666504],[-64.98753070831299,47.701171875],[-64.98779296875,47.701112270355225],[-64.99267578125,47.69995355606079],[-64.99755859375,47.699039936065674],[-65.00244140625,47.6982855796814],[-65.00732421875,47.69732618331909],[-65.00755786895752,47.697265625],[-65.01220703125,47.69615125656128],[-65.01708984375,47.695197105407715],[-65.02197265625,47.69442415237427],[-65.02685546875,47.69346570968628],[-65.02726078033447,47.693359375],[-65.03173828125,47.69226837158203],[-65.03662109375,47.69129467010498],[-65.04150390625,47.69051122665405],[-65.04638671875,47.68954658508301],[-65.04674434661865,47.689453125],[-65.05126953125,47.68835496902466],[-65.05615234375,47.68739652633667],[-65.06103515625,47.686638832092285],[-65.06591796875,47.68571710586548],[-65.0665807723999,47.685546875],[-65.07080078125,47.68452501296997],[-65.07568359375,47.68353748321533],[-65.08056640625,47.68275308609009],[-65.08544921875,47.68179798126221],[-65.08604526519775,47.681640625],[-65.09033203125,47.680577754974365],[-65.09521484375,47.67958402633667],[-65.10009765625,47.678791522979736],[-65.10498046875,47.677823543548584],[-65.10531902313232,47.677734375],[-65.10986328125,47.67662954330444],[-65.11474609375,47.67566728591919],[-65.11962890625,47.67490100860596],[-65.12451171875,47.67396545410156],[-65.12504577636719,47.673828125],[-65.12939453125,47.67277717590332],[-65.13427734375,47.67180061340332],[-65.13916015625,47.67102384567261],[-65.14404296875,47.670081615448],[-65.14465808868408,47.669921875],[-65.14892578125,47.6688756942749],[-65.15380859375,47.6678900718689],[-65.15869140625,47.66711902618408],[-65.16357421875,47.666205406188965],[-65.1643180847168,47.666015625],[-65.16845703125,47.665016651153564],[-65.17333984375,47.664024353027344],[-65.17822265625,47.66325044631958],[-65.18310546875,47.662336349487305],[-65.18398761749268,47.662109375],[-65.18798828125,47.661128997802734],[-65.19287109375,47.6601243019104],[-65.19775390625,47.659350872039795],[-65.20263671875,47.65845346450806],[-65.2036190032959,47.658203125],[-65.20751953125,47.65725374221802],[-65.21240234375,47.65623474121094],[-65.21728515625,47.65544605255127],[-65.22216796875,47.654529094696045],[-65.223069190979,47.654296875],[-65.22705078125,47.653318881988525],[-65.23193359375,47.65230369567871],[-65.23681640625,47.65151309967041],[-65.24169921875,47.65058517456055],[-65.24245262145996,47.650390625],[-65.24658203125,47.649381160736084],[-65.25146484375,47.648377895355225],[-65.25634765625,47.647589683532715],[-65.26123046875,47.64665651321411],[-65.26189804077148,47.646484375],[-65.26611328125,47.64545679092407],[-65.27099609375,47.64446210861206],[-65.27587890625,47.64368200302124],[-65.28076171875,47.64275360107422],[-65.28144359588623,47.642578125],[-65.28564453125,47.64155387878418],[-65.29052734375,47.64055681228638],[-65.29541015625,47.63976716995239],[-65.30029296875,47.63881492614746],[-65.30084133148193,47.638671875],[-65.30517578125,47.63760852813721],[-65.31005859375,47.636619091033936],[-65.31494140625,47.63582134246826],[-65.31982421875,47.634843826293945],[-65.32011985778809,47.634765625],[-65.32470703125,47.63364505767822],[-65.32958984375,47.63267183303833],[-65.33447265625,47.63187026977539],[-65.33935546875,47.630868911743164],[-65.33939361572266,47.630859375],[-65.34423828125,47.62968397140503],[-65.34912109375,47.62873315811157],[-65.35400390625,47.62793779373169],[-65.35875797271729,47.626953125],[-65.35888671875,47.62692308425903],[-65.36376953125,47.62574481964111],[-65.36865234375,47.62480878829956],[-65.37353515625,47.62401866912842],[-65.37818431854248,47.623046875],[-65.37841796875,47.62299299240112],[-65.38330078125,47.62180757522583],[-65.38818359375,47.62086486816406],[-65.39306640625,47.62005615234375],[-65.39734840393066,47.619140625],[-65.39794921875,47.61900043487549],[-65.40283203125,47.617835521698],[-65.40771484375,47.61692476272583],[-65.41259765625,47.61613893508911],[-65.41686534881592,47.615234375],[-65.41748046875,47.615092754364014],[-65.42236328125,47.61392879486084],[-65.42724609375,47.6130108833313],[-65.43212890625,47.6122088432312],[-65.43621063232422,47.611328125],[-65.43701171875,47.611140727996826],[-65.44189453125,47.609981536865234],[-65.44677734375,47.60907030105591],[-65.45166015625,47.6082558631897],[-65.4554271697998,47.607421875],[-65.45654296875,47.607158184051514],[-65.46142578125,47.606009006500244],[-65.46630859375,47.60512018203735],[-65.47119140625,47.604310035705566],[-65.47473907470703,47.603515625],[-65.47607421875,47.603198528289795],[-65.48095703125,47.60205698013306],[-65.48583984375,47.601176738739014],[-65.49072265625,47.600358963012695],[-65.49402236938477,47.599609375],[-65.49560546875,47.59923076629639],[-65.50048828125,47.59810209274292],[-65.50537109375,47.59724187850952],[-65.51025390625,47.596436500549316],[-65.51349639892578,47.595703125],[-65.51513671875,47.595314502716064],[-65.52001953125,47.59419059753418],[-65.52490234375,47.59332847595215],[-65.52978515625,47.592512130737305],[-65.53289890289307,47.591796875],[-65.53466796875,47.591373443603516],[-65.53955078125,47.590251445770264],[-65.54443359375,47.58940029144287],[-65.54931640625,47.58858776092529],[-65.55233955383301,47.587890625],[-65.55419921875,47.58744430541992],[-65.55908203125,47.58631896972656],[-65.56396484375,47.58545780181885],[-65.56884765625,47.58461570739746],[-65.57148456573486,47.583984375],[-65.57373046875,47.58343267440796],[-65.57861328125,47.58231210708618],[-65.58349609375,47.581464767456055],[-65.58837890625,47.580588817596436],[-65.59039115905762,47.580078125],[-65.59326171875,47.57935047149658],[-65.59814453125,47.578246116638184],[-65.60302734375,47.57743501663208],[-65.60791015625,47.576557636260986],[-65.6094217300415,47.576171875],[-65.61279296875,47.57532835006714],[-65.61767578125,47.574262619018555],[-65.62255859375,47.57347345352173],[-65.62744140625,47.57259750366211],[-65.62874794006348,47.572265625],[-65.63232421875,47.57138395309448],[-65.63720703125,47.57033586502075],[-65.64208984375,47.56954622268677],[-65.64697265625,47.568655014038086],[-65.64812660217285,47.568359375],[-65.65185546875,47.5674409866333],[-65.65673828125,47.56640338897705],[-65.66162109375,47.56560516357422],[-65.66650390625,47.564674377441406],[-65.66734790802002,47.564453125],[-65.67138671875,47.56344652175903],[-65.67626953125,47.562421798706055],[-65.68115234375,47.561604022979736],[-65.68603515625,47.56060981750488],[-65.6862735748291,47.560546875],[-65.69091796875,47.55939769744873],[-65.69580078125,47.5584192276001],[-65.70068359375,47.55760383605957],[-65.7052230834961,47.556640625],[-65.70556640625,47.55656051635742],[-65.71044921875,47.55536699295044],[-65.71533203125,47.55441379547119],[-65.72021484375,47.55356979370117],[-65.72389602661133,47.552734375],[-65.72509765625,47.552443504333496],[-65.72998046875,47.551276206970215],[-65.73486328125,47.55037546157837],[-65.73974609375,47.54952096939087],[-65.74262619018555,47.548828125],[-65.74462890625,47.548330307006836],[-65.74951171875,47.54718732833862],[-65.75439453125,47.54633188247681],[-65.75927734375,47.545467376708984],[-65.7614517211914,47.544921875],[-65.76416015625,47.54423761367798],[-65.76904296875,47.543118953704834],[-65.77392578125,47.542295932769775],[-65.77880859375,47.541415214538574],[-65.78036785125732,47.541015625],[-65.78369140625,47.5401816368103],[-65.78857421875,47.539100646972656],[-65.79345703125,47.53828001022339],[-65.79833984375,47.537343978881836],[-65.79923629760742,47.537109375],[-65.80322265625,47.53611373901367],[-65.80810546875,47.535080909729004],[-65.81298828125,47.53425073623657],[-65.81787109375,47.53324270248413],[-65.81801891326904,47.533203125],[-65.82275390625,47.532029151916504],[-65.82763671875,47.531044483184814],[-65.83251953125,47.53019857406616],[-65.83656787872314,47.529296875],[-65.83740234375,47.529096603393555],[-65.84228515625,47.52791166305542],[-65.84716796875,47.526984214782715],[-65.85205078125,47.526122093200684],[-65.85511684417725,47.525390625],[-65.85693359375,47.52493858337402],[-65.86181640625,47.523781299591064],[-65.86669921875,47.522900104522705],[-65.87158203125,47.52200222015381],[-65.87358474731445,47.521484375],[-65.87646484375,47.52074193954468],[-65.88134765625,47.51961898803711],[-65.88623046875,47.518794536590576],[-65.89111328125,47.51789045333862],[-65.89231967926025,47.517578125],[-65.89599609375,47.51665639877319],[-65.90087890625,47.51559114456177],[-65.90576171875,47.514750480651855],[-65.91064453125,47.51375484466553],[-65.91095447540283,47.513671875],[-65.91552734375,47.51253366470337],[-65.92041015625,47.511537075042725],[-65.92529296875,47.51069450378418],[-65.92954635620117,47.509765625],[-65.93017578125,47.509615898132324],[-65.93505859375,47.50842809677124],[-65.93994140625,47.507490158081055],[-65.94482421875,47.506643295288086],[-65.94823360443115,47.505859375],[-65.94970703125,47.50550079345703],[-65.95458984375,47.50434064865112],[-65.95947265625,47.50344276428223],[-65.96435546875,47.502564430236816],[-65.96681118011475,47.501953125],[-65.96923828125,47.50133752822876],[-65.97412109375,47.500197410583496],[-65.97900390625,47.49934482574463],[-65.98388671875,47.49844026565552],[-65.98541259765625,47.498046875],[-65.98876953125,47.49719762802124],[-65.99365234375,47.496113777160645],[-65.99853515625,47.49527978897095],[-66.00341796875,47.49431371688843],[-66.00406646728516,47.494140625],[-66.00830078125,47.49307727813721],[-66.01318359375,47.49204397201538],[-66.01806640625,47.49117088317871],[-66.02226257324219,47.490234375],[-66.02294921875,47.49006795883179],[-66.02783203125,47.488871574401855],[-66.03271484375,47.48793125152588],[-66.03759765625,47.487085819244385],[-66.04098320007324,47.486328125],[-66.04248046875,47.48597574234009],[-66.04736328125,47.48485469818115],[-66.05224609375,47.483975410461426],[-66.05712890625,47.48312425613403],[-66.06000900268555,47.482421875],[-66.06201171875,47.48191595077515],[-66.06689453125,47.48074245452881],[-66.07177734375,47.4798469543457],[-66.07666015625,47.47891283035278],[-66.07818126678467,47.478515625],[-66.08154296875,47.47765493392944],[-66.08642578125,47.476566314697266],[-66.09130859375,47.4757285118103],[-66.09619140625,47.47475862503052],[-66.09675407409668,47.474609375],[-66.10107421875,47.47353506088257],[-66.10595703125,47.472530364990234],[-66.11083984375,47.47172403335571],[-66.11572265625,47.4707465171814],[-66.11588954925537,47.470703125],[-66.12060546875,47.4695520401001],[-66.12548828125,47.468552589416504],[-66.13037109375,47.46768856048584],[-66.13431930541992,47.466796875],[-66.13525390625,47.46656847000122],[-66.14013671875,47.46535921096802],[-66.14501953125,47.4643816947937],[-66.14990234375,47.46342134475708],[-66.15192413330078,47.462890625],[-66.15478515625,47.46214151382446],[-66.15966796875,47.46101474761963],[-66.16455078125,47.46018934249878],[-66.16943359375,47.459293842315674],[-66.17064476013184,47.458984375],[-66.17431640625,47.45807504653931],[-66.17919921875,47.4570198059082],[-66.18408203125,47.45620107650757],[-66.18896484375,47.455241203308105],[-66.18957996368408,47.455078125],[-66.19384765625,47.45401096343994],[-66.19873046875,47.45298910140991],[-66.20361328125,47.45214557647705],[-66.20814323425293,47.451171875],[-66.20849609375,47.451088428497314],[-66.21337890625,47.44987487792969],[-66.21826171875,47.44888496398926],[-66.22314453125,47.447962284088135],[-66.22590065002441,47.447265625],[-66.22802734375,47.446712017059326],[-66.23291015625,47.445526123046875],[-66.23779296875,47.444623947143555],[-66.24267578125,47.443668842315674],[-66.24386787414551,47.443359375],[-66.24755859375,47.442439556121826],[-66.25244140625,47.44142818450928],[-66.25732421875,47.440682888031006],[-66.26220703125,47.439823627471924],[-66.26364707946777,47.439453125],[-66.26708984375,47.43858861923218],[-66.27197265625,47.437482833862305],[-66.27685546875,47.43655729293823],[-66.28114223480225,47.435546875],[-66.28173828125,47.4353928565979],[-66.28662109375,47.43414115905762],[-66.29150390625,47.43318033218384],[-66.29638671875,47.43229341506958],[-66.29900932312012,47.431640625],[-66.30126953125,47.43106174468994],[-66.30615234375,47.42985820770264],[-66.31103515625,47.428911209106445],[-66.31591796875,47.427881717681885],[-66.31646633148193,47.427734375],[-66.32080078125,47.426637172698975],[-66.32568359375,47.42562484741211],[-66.33056640625,47.4247727394104],[-66.3347578048706,47.423828125],[-66.33544921875,47.42365837097168],[-66.34033203125,47.42242956161499],[-66.34521484375,47.42147397994995],[-66.35009765625,47.42061185836792],[-66.3530445098877,47.419921875],[-66.35498046875,47.41944980621338],[-66.35986328125,47.41829586029053],[-66.36474609375,47.417381286621094],[-66.36962890625,47.4164342880249],[-66.37123107910156,47.416015625],[-66.37451171875,47.41517686843872],[-66.37939453125,47.414119720458984],[-66.38427734375,47.41337299346924],[-66.38916015625,47.412540435791016],[-66.39084339141846,47.412109375],[-66.39404296875,47.41130256652832],[-66.39892578125,47.41021680831909],[-66.40380859375,47.40941047668457],[-66.40869140625,47.40850210189819],[-66.40984058380127,47.408203125],[-66.41357421875,47.407265186309814],[-66.41845703125,47.406174182891846],[-66.42333984375,47.405272483825684],[-66.42783641815186,47.404296875],[-66.42822265625,47.40420579910278],[-66.43310546875,47.40305233001709],[-66.43798828125,47.40213680267334],[-66.44287109375,47.40128564834595],[-66.44653797149658,47.400390625],[-66.44775390625,47.40007305145264],[-66.45263671875,47.39884328842163],[-66.45751953125,47.39795446395874],[-66.46240234375,47.39715337753296],[-66.46543979644775,47.396484375],[-66.46728515625,47.39606285095215],[-66.47216796875,47.39496612548828],[-66.47705078125,47.39410877227783],[-66.48193359375,47.39328193664551],[-66.48491382598877,47.392578125],[-66.48681640625,47.392109394073486],[-66.49169921875,47.39095211029053],[-66.49658203125,47.39005184173584],[-66.50146484375,47.38911533355713],[-66.50312900543213,47.388671875],[-66.50634765625,47.387824058532715],[-66.51123046875,47.38666296005249],[-66.51611328125,47.38570261001587],[-66.520094871521,47.384765625],[-66.52099609375,47.38453531265259],[-66.52587890625,47.38330078125],[-66.53076171875,47.38231134414673],[-66.53564453125,47.381338596343994],[-66.53743743896484,47.380859375],[-66.54052734375,47.38003873825073],[-66.54541015625,47.378886699676514],[-66.55029296875,47.378053188323975],[-66.55517578125,47.37719488143921],[-66.55614852905273,47.376953125],[-66.56005859375,47.376015186309814],[-66.56494140625,47.37489366531372],[-66.56982421875,47.37388610839844],[-66.57299995422363,47.373046875],[-66.57470703125,47.372570514678955],[-66.57958984375,47.37126922607422],[-66.58447265625,47.37027835845947],[-66.58935546875,47.3692741394043],[-66.58987522125244,47.369140625],[-66.59423828125,47.368093490600586],[-66.59912109375,47.36712980270386],[-66.60400390625,47.366405963897705],[-66.60888671875,47.36557674407959],[-66.6102409362793,47.365234375],[-66.61376953125,47.36435842514038],[-66.61865234375,47.36321973800659],[-66.62353515625,47.36226177215576],[-66.62759304046631,47.361328125],[-66.62841796875,47.36112403869629],[-66.63330078125,47.35997819900513],[-66.63818359375,47.35911798477173],[-66.64306640625,47.35834789276123],[-66.64718627929688,47.357421875],[-66.64794921875,47.35723352432251],[-66.65283203125,47.355955600738525],[-66.65771484375,47.354918479919434],[-66.66259765625,47.35391187667847],[-66.66407585144043,47.353515625],[-66.66748046875,47.35262060165405],[-66.67236328125,47.35150671005249],[-66.67724609375,47.350701332092285],[-66.68212890625,47.34985828399658],[-66.68313980102539,47.349609375],[-66.68701171875,47.348692893981934],[-66.69189453125,47.3476037979126],[-66.69677734375,47.346660137176514],[-66.70084476470947,47.345703125],[-66.70166015625,47.34549427032471],[-66.70654296875,47.34426784515381],[-66.71142578125,47.34330224990845],[-66.71630859375,47.34241056442261],[-66.71887874603271,47.341796875],[-66.72119140625,47.341230392456055],[-66.72607421875,47.34010124206543],[-66.73095703125,47.33920097351074],[-66.73583984375,47.33820104598999],[-66.73693656921387,47.337890625],[-66.74072265625,47.33685302734375],[-66.74560546875,47.335652351379395],[-66.75048828125,47.334521770477295],[-66.7523717880249,47.333984375],[-66.75537109375,47.33313751220703],[-66.76025390625,47.33195924758911],[-66.76513671875,47.33102226257324],[-66.76933288574219,47.330078125],[-66.77001953125,47.32991075515747],[-66.77490234375,47.32870817184448],[-66.77978515625,47.32775068283081],[-66.78466796875,47.32690382003784],[-66.788010597229,47.326171875],[-66.78955078125,47.32581663131714],[-66.79443359375,47.32468509674072],[-66.79931640625,47.323710441589355],[-66.80419921875,47.322693824768066],[-66.80578708648682,47.322265625],[-66.80908203125,47.321393966674805],[-66.81396484375,47.320284843444824],[-66.81884765625,47.31944274902344],[-66.82373046875,47.31850004196167],[-66.82426929473877,47.318359375],[-66.82861328125,47.31729459762573],[-66.83349609375,47.31624794006348],[-66.83837890625,47.31537342071533],[-66.8427324295044,47.314453125],[-66.84326171875,47.3143310546875],[-66.84814453125,47.313164710998535],[-66.85302734375,47.31220817565918],[-66.85791015625,47.311363220214844],[-66.8614673614502,47.310546875],[-66.86279296875,47.31022357940674],[-66.86767578125,47.3090443611145],[-66.87255859375,47.30812644958496],[-66.87744140625,47.30721378326416],[-66.87966823577881,47.306640625],[-66.88232421875,47.30595064163208],[-66.88720703125,47.30480098724365],[-66.89208984375,47.30390453338623],[-66.89697265625,47.30284929275513],[-66.89738273620605,47.302734375],[-66.90185546875,47.30156850814819],[-66.90673828125,47.30056381225586],[-66.91162109375,47.29971265792847],[-66.91554069519043,47.298828125],[-66.91650390625,47.298593044281006],[-66.92138671875,47.29739427566528],[-66.92626953125,47.29648017883301],[-66.93115234375,47.295698165893555],[-66.93483352661133,47.294921875],[-66.93603515625,47.29465198516846],[-66.94091796875,47.29350519180298],[-66.94580078125,47.29255151748657],[-66.95068359375,47.2916054725647],[-66.95292472839355,47.291015625],[-66.95556640625,47.29031562805176],[-66.96044921875,47.28914499282837],[-66.96533203125,47.2882513999939],[-66.97021484375,47.28723669052124],[-66.97067737579346,47.287109375],[-66.97509765625,47.28596591949463],[-66.97998046875,47.284884452819824],[-66.98486328125,47.28384876251221],[-66.98715686798096,47.283203125],[-66.98974609375,47.28246212005615],[-66.99462890625,47.28123092651367],[-66.99951171875,47.2803258895874],[-67.00439453125,47.27935171127319],[-67.00460433959961,47.279296875],[-67.00927734375,47.27815103530884],[-67.01416015625,47.27708053588867],[-67.01904296875,47.276073932647705],[-67.02176570892334,47.275390625],[-67.02392578125,47.27483367919922],[-67.02880859375,47.2737250328064],[-67.03369140625,47.27287435531616],[-67.03857421875,47.27197074890137],[-67.04042434692383,47.271484375],[-67.04345703125,47.27069091796875],[-67.04833984375,47.269546031951904],[-67.05322265625,47.26867198944092],[-67.05810546875,47.26767539978027],[-67.05846786499023,47.267578125],[-67.06298828125,47.26643991470337],[-67.06787109375,47.26541996002197],[-67.07275390625,47.26456069946289],[-67.07676887512207,47.263671875],[-67.07763671875,47.26346397399902],[-67.08251953125,47.26228189468384],[-67.08740234375,47.26135873794556],[-67.09228515625,47.26051664352417],[-67.09539890289307,47.259765625],[-67.09716796875,47.25931692123413],[-67.10205078125,47.2580771446228],[-67.10693359375,47.25710725784302],[-67.11181640625,47.256117820739746],[-67.1127986907959,47.255859375],[-67.11669921875,47.25487470626831],[-67.12158203125,47.253817081451416],[-67.12646484375,47.25297498703003],[-67.13134765625,47.25196838378906],[-67.13140487670898,47.251953125],[-67.13623046875,47.250755310058594],[-67.14111328125,47.249754905700684],[-67.14599609375,47.24887752532959],[-67.14953899383545,47.248046875],[-67.15087890625,47.2477126121521],[-67.15576171875,47.24650478363037],[-67.16064453125,47.24554395675659],[-67.16552734375,47.244548320770264],[-67.1670150756836,47.244140625],[-67.17041015625,47.2432279586792],[-67.17529296875,47.242084980010986],[-67.18017578125,47.24115324020386],[-67.1841812133789,47.240234375],[-67.18505859375,47.24001693725586],[-67.18994140625,47.23879623413086],[-67.19482421875,47.2378044128418],[-67.19970703125,47.236820220947266],[-67.20152854919434,47.236328125],[-67.20458984375,47.23550844192505],[-67.20947265625,47.234341621398926],[-67.21435546875,47.23340559005737],[-67.21865177154541,47.232421875],[-67.21923828125,47.23227500915527],[-67.22412109375,47.231038093566895],[-67.22900390625,47.230058670043945],[-67.23388671875,47.22912120819092],[-67.23619937896729,47.228515625],[-67.23876953125,47.227832317352295],[-67.24365234375,47.22663402557373],[-67.24853515625,47.22569561004639],[-67.25341796875,47.2246150970459],[-67.25343704223633,47.224609375],[-67.25830078125,47.223358154296875],[-67.26318359375,47.222355365753174],[-67.26806640625,47.22147035598755],[-67.27124691009521,47.220703125],[-67.27294921875,47.220272064208984],[-67.27783203125,47.219051361083984],[-67.28271484375,47.2180814743042],[-67.28759765625,47.2170467376709],[-67.28850364685059,47.216796875],[-67.29248046875,47.21575164794922],[-67.29736328125,47.21467924118042],[-67.30224609375,47.2137885093689],[-67.30620384216309,47.212890625],[-67.30712890625,47.212663650512695],[-67.31201171875,47.2114520072937],[-67.31689453125,47.21049451828003],[-67.32177734375,47.209599018096924],[-67.32426643371582,47.208984375],[-67.32666015625,47.208380699157715],[-67.33154296875,47.20720195770264],[-67.33642578125,47.20624542236328],[-67.34130859375,47.205151081085205],[-67.34156608581543,47.205078125],[-67.34619140625,47.203856468200684],[-67.35107421875,47.202818870544434],[-67.35595703125,47.20188331604004],[-67.35875606536865,47.201171875],[-67.36083984375,47.200623512268066],[-67.36572265625,47.19940948486328],[-67.37060546875,47.19847249984741],[-67.37548828125,47.197455406188965],[-67.3761796951294,47.197265625],[-67.38037109375,47.19617509841919],[-67.38525390625,47.19510316848755],[-67.39013671875,47.19419050216675],[-67.39367008209229,47.193359375],[-67.39501953125,47.19302225112915],[-67.39990234375,47.19180727005005],[-67.40478515625,47.19083213806152],[-67.40966796875,47.18982648849487],[-67.41103649139404,47.189453125],[-67.41455078125,47.1885199546814],[-67.41943359375,47.187392234802246],[-67.42431640625,47.186463832855225],[-67.42831707000732,47.185546875],[-67.42919921875,47.18532848358154],[-67.43408203125,47.18411302566528],[-67.43896484375,47.18314027786255],[-67.44384765625,47.18219995498657],[-67.44598388671875,47.181640625],[-67.44873046875,47.180917739868164],[-67.45361328125,47.17972946166992],[-67.45849609375,47.17878580093384],[-67.46317863464355,47.177734375],[-67.46337890625,47.177685260772705],[-67.46826171875,47.176435470581055],[-67.47314453125,47.175437927246094],[-67.47802734375,47.17454719543457],[-67.48101711273193,47.173828125],[-67.48291015625,47.173354148864746],[-67.48779296875,47.17215061187744],[-67.49267578125,47.17118453979492],[-67.49755859375,47.17014217376709],[-67.49834537506104,47.169921875],[-67.50244140625,47.16883420944214],[-67.50732421875,47.16773319244385],[-67.51220703125,47.16676044464111],[-67.51511573791504,47.166015625],[-67.51708984375,47.16549110412598],[-67.52197265625,47.16426610946655],[-67.52685546875,47.16333246231079],[-67.53173828125,47.1623420715332],[-67.53259658813477,47.162109375],[-67.53662109375,47.161070346832275],[-67.54150390625,47.159987926483154],[-67.54638671875,47.15906858444214],[-67.55002498626709,47.158203125],[-67.55126953125,47.15788650512695],[-67.55615234375,47.15664720535278],[-67.56103515625,47.155662536621094],[-67.56591796875,47.15465497970581],[-67.56723403930664,47.154296875],[-67.57080078125,47.153353691101074],[-67.57568359375,47.152241230010986],[-67.58056640625,47.15133762359619],[-67.58473873138428,47.150390625],[-67.58544921875,47.15021514892578],[-67.59033203125,47.148961544036865],[-67.59521484375,47.14793634414673],[-67.60009765625,47.14692735671997],[-67.60173797607422,47.146484375],[-67.60498046875,47.14562129974365],[-67.60986328125,47.14447498321533],[-67.61474609375,47.143558502197266],[-67.61913776397705,47.142578125],[-67.61962890625,47.14245843887329],[-67.62451171875,47.14121913909912],[-67.62939453125,47.140214920043945],[-67.63427734375,47.1392560005188],[-67.63648509979248,47.138671875],[-67.63916015625,47.13795804977417],[-67.64404296875,47.13676834106445],[-67.64892578125,47.1358528137207],[-67.65380859375,47.13480186462402],[-67.65393733978271,47.134765625],[-67.65869140625,47.13353490829468],[-67.66357421875,47.13249206542969],[-67.66845703125,47.131545543670654],[-67.67118453979492,47.130859375],[-67.67333984375,47.1303014755249],[-67.67822265625,47.12910604476929],[-67.68310546875,47.128151416778564],[-67.68798828125,47.12708330154419],[-67.68845081329346,47.126953125],[-67.69287109375,47.12578821182251],[-67.69775390625,47.124714851379395],[-67.70263671875,47.12373065948486],[-67.70521640777588,47.123046875],[-67.70751953125,47.12242126464844],[-67.71240234375,47.12119102478027],[-67.71728515625,47.120248794555664],[-67.72216796875,47.11920690536499],[-67.72241115570068,47.119140625],[-67.72705078125,47.1179575920105],[-67.73193359375,47.116923809051514],[-67.73681640625,47.115992069244385],[-67.73982048034668,47.115234375],[-67.74169921875,47.1147403717041],[-67.74658203125,47.11350393295288],[-67.75146484375,47.11252975463867],[-67.75634765625,47.11145353317261],[-67.75679111480713,47.111328125],[-67.76123046875,47.110148429870605],[-67.76611328125,47.10907173156738],[-67.77099609375,47.10808801651001],[-67.77353286743164,47.107421875],[-67.77587890625,47.10679292678833],[-67.78076171875,47.105592250823975],[-67.78564453125,47.10468292236328],[-67.79052734375,47.10367393493652],[-67.79109954833984,47.103515625],[-67.79541015625,47.102391719818115],[-67.80029296875,47.10131120681763],[-67.80517578125,47.10035276412964],[-67.8081226348877,47.099609375],[-67.81005859375,47.09910202026367],[-67.81494140625,47.09789323806763],[-67.81982421875,47.09696626663208],[-67.82470703125,47.095969676971436],[-67.82567501068115,47.095703125],[-67.82958984375,47.09467172622681],[-67.83447265625,47.093573570251465],[-67.83935546875,47.09264945983887],[-67.84295082092285,47.091796875],[-67.84423828125,47.091472148895264],[-67.84912109375,47.09023332595825],[-67.85400390625,47.08922100067139],[-67.85888671875,47.08814764022827],[-67.859787940979,47.087890625],[-67.86376953125,47.086806297302246],[-67.86865234375,47.08566617965698],[-67.87353515625,47.08463764190674],[-67.8759765625,47.083984375],[-67.87841796875,47.08332061767578],[-67.88330078125,47.082112312316895],[-67.88818359375,47.081180572509766],[-67.89306640625,47.08010292053223],[-67.89315223693848,47.080078125],[-67.89794921875,47.07881307601929],[-67.90283203125,47.07776069641113],[-67.90771484375,47.07678413391113],[-67.91002750396729,47.076171875],[-67.91259765625,47.07548475265503],[-67.91748046875,47.074283599853516],[-67.92236328125,47.07335376739502],[-67.92724609375,47.07226848602295],[-67.92725563049316,47.072265625],[-67.93212890625,47.07097768783569],[-67.93701171875,47.06992149353027],[-67.94189453125,47.06892108917236],[-67.94397830963135,47.068359375],[-67.94677734375,47.067604064941406],[-67.95166015625,47.066407203674316],[-67.95654296875,47.0654501914978],[-67.96082019805908,47.064453125],[-67.96142578125,47.06429862976074],[-67.96630859375,47.06302213668823],[-67.97119140625,47.06198263168335],[-67.97607421875,47.060935974121094],[-67.97747611999512,47.060546875],[-67.98095703125,47.05960559844971],[-67.98583984375,47.05845832824707],[-67.99072265625,47.05747652053833],[-67.99402236938477,47.056640625],[-67.99560546875,47.056217670440674],[-68.00048828125,47.05496072769165],[-68.00537109375,47.05397844314575],[-68.01025390625,47.05292844772339],[-68.01095485687256,47.052734375],[-68.01513671875,47.05163526535034],[-68.02001953125,47.050554275512695],[-68.02490234375,47.04960012435913],[-68.02796840667725,47.048828125],[-68.02978515625,47.0483512878418],[-68.03466796875,47.04712152481079],[-68.03955078125,47.0461540222168],[-68.04443359375,47.04508876800537],[-68.04502487182617,47.044921875],[-68.04931640625,47.04377794265747],[-68.05419921875,47.042702198028564],[-68.05908203125,47.04175138473511],[-68.06198596954346,47.041015625],[-68.06396484375,47.0404953956604],[-68.06884765625,47.03927421569824],[-68.07373046875,47.038325786590576],[-68.07861328125,47.03727912902832],[-68.07921409606934,47.037109375],[-68.08349609375,47.03596496582031],[-68.08837890625,47.03485345840454],[-68.09326171875,47.033823013305664],[-68.0955457687378,47.033203125],[-68.09814453125,47.03249216079712],[-68.10302734375,47.03129434585571],[-68.10791015625,47.03037118911743],[-68.11279296875,47.02929735183716],[-68.11279296875,47.029296875],[-68.11767578125,47.028029918670654],[-68.12255859375,47.0269889831543],[-68.12744140625,47.025983810424805],[-68.12958717346191,47.025390625],[-68.13232421875,47.02462911605835],[-68.13720703125,47.023390769958496],[-68.14208984375,47.02235794067383],[-68.14547538757324,47.021484375],[-68.14697265625,47.02107572555542],[-68.15185546875,47.01980686187744],[-68.15673828125,47.01882553100586],[-68.16162109375,47.0177698135376],[-68.16230297088623,47.017578125],[-68.16650390625,47.01646137237549],[-68.17138671875,47.0153751373291],[-68.17626953125,47.01442527770996],[-68.17933559417725,47.013671875],[-68.18115234375,47.013206481933594],[-68.18603515625,47.012006759643555],[-68.19091796875,47.011048793792725],[-68.19580078125,47.00999355316162],[-68.19660663604736,47.009765625],[-68.20068359375,47.00866889953613],[-68.20556640625,47.00757598876953],[-68.21044921875,47.006608963012695],[-68.2133436203003,47.005859375],[-68.21533203125,47.00532579421997],[-68.22021484375,47.004082679748535],[-68.22509765625,47.00311326980591],[-68.22998046875,47.00201654434204],[-68.23019981384277,47.001953125],[-68.23486328125,47.00070142745972],[-68.23974609375,46.99960231781006],[-68.24462890625,46.998530864715576],[-68.24636459350586,46.998046875],[-68.24951171875,46.997180461883545],[-68.25439453125,46.99601364135742],[-68.25927734375,46.99504804611206],[-68.26296806335449,46.994140625],[-68.26416015625,46.993826389312744],[-68.26904296875,46.99254608154297],[-68.27392578125,46.99152088165283],[-68.27880859375,46.990431785583496],[-68.27950477600098,46.990234375],[-68.28369140625,46.989112854003906],[-68.28857421875,46.98801279067993],[-68.29345703125,46.98700141906738],[-68.29594612121582,46.986328125],[-68.29833984375,46.98566770553589],[-68.30322265625,46.984426498413086],[-68.30810546875,46.98343324661255],[-68.31229209899902,46.982421875],[-68.31298828125,46.98223829269409],[-68.31787109375,46.98095226287842],[-68.32275390625,46.9799485206604],[-68.32763671875,46.97897148132324],[-68.32934379577637,46.978515625],[-68.33251953125,46.97767734527588],[-68.33740234375,46.9765100479126],[-68.34228515625,46.9755425453186],[-68.34617614746094,46.974609375],[-68.34716796875,46.97435283660889],[-68.35205078125,46.97309970855713],[-68.35693359375,46.97210121154785],[-68.36181640625,46.971073150634766],[-68.36314678192139,46.970703125],[-68.36669921875,46.96974277496338],[-68.37158203125,46.968592166900635],[-68.37646484375,46.967589378356934],[-68.37951183319092,46.966796875],[-68.38134765625,46.96630001068115],[-68.38623046875,46.96505069732666],[-68.39111328125,46.96407651901245],[-68.39599609375,46.96297264099121],[-68.39627742767334,46.962890625],[-68.40087890625,46.96164512634277],[-68.40576171875,46.960554122924805],[-68.41064453125,46.959514141082764],[-68.41257095336914,46.958984375],[-68.41552734375,46.958176136016846],[-68.42041015625,46.95698165893555],[-68.42529296875,46.95598077774048],[-68.42884540557861,46.955078125],[-68.43017578125,46.95471811294556],[-68.43505859375,46.953436851501465],[-68.43994140625,46.952428340911865],[-68.44482421875,46.95132303237915],[-68.44534397125244,46.951171875],[-68.44970703125,46.949984073638916],[-68.45458984375,46.94887590408325],[-68.45947265625,46.947824001312256],[-68.4614896774292,46.947265625],[-68.46435546875,46.94647407531738],[-68.46923828125,46.94527196884155],[-68.47412109375,46.944257736206055],[-68.47755908966064,46.943359375],[-68.47900390625,46.94295835494995],[-68.48388671875,46.94166040420532],[-68.48876953125,46.940659046173096],[-68.49365234375,46.939542293548584],[-68.49395751953125,46.939453125],[-68.49853515625,46.93820524215698],[-68.50341796875,46.93712377548218],[-68.50830078125,46.93610620498657],[-68.51035594940186,46.935546875],[-68.51318359375,46.934775829315186],[-68.51806640625,46.93356418609619],[-68.52294921875,46.93254566192627],[-68.52640628814697,46.931640625],[-68.52783203125,46.93124437332153],[-68.53271484375,46.92991828918457],[-68.53759765625,46.928871154785156],[-68.54240417480469,46.927734375],[-68.54248046875,46.927714824676514],[-68.54736328125,46.926433086395264],[-68.55224609375,46.92540979385376],[-68.55712890625,46.92444086074829],[-68.55944633483887,46.923828125],[-68.56201171875,46.92314434051514],[-68.56689453125,46.92196559906006],[-68.57177734375,46.92108154296875],[-68.57666015625,46.92008686065674],[-68.57726097106934,46.919921875],[-68.58154296875,46.918808460235596],[-68.58642578125,46.91771125793457],[-68.59130859375,46.91667318344116],[-68.59365463256836,46.916015625],[-68.59619140625,46.91529369354248],[-68.60107421875,46.91402339935303],[-68.60595703125,46.91297149658203],[-68.60927104949951,46.912109375],[-68.61083984375,46.91167974472046],[-68.61572265625,46.91041088104248],[-68.62060546875,46.90943241119385],[-68.62548828125,46.908363819122314],[-68.62605094909668,46.908203125],[-68.63037109375,46.90703868865967],[-68.63525390625,46.905919551849365],[-68.64013671875,46.90485620498657],[-68.64214420318604,46.904296875],[-68.64501953125,46.90349864959717],[-68.64990234375,46.90228891372681],[-68.65478515625,46.90128993988037],[-68.65841865539551,46.900390625],[-68.65966796875,46.90006065368652],[-68.66455078125,46.89880657196045],[-68.66943359375,46.89780855178833],[-68.67431640625,46.896724224090576],[-68.67514610290527,46.896484375],[-68.67919921875,46.89537048339844],[-68.68408203125,46.89423656463623],[-68.68896484375,46.893179416656494],[-68.69112968444824,46.892578125],[-68.69384765625,46.891818046569824],[-68.69873046875,46.890583992004395],[-68.70361328125,46.88955879211426],[-68.70711326599121,46.888671875],[-68.70849609375,46.88830041885376],[-68.71337890625,46.88703680038452],[-68.71826171875,46.88603115081787],[-68.72314453125,46.884918212890625],[-68.72366428375244,46.884765625],[-68.72802734375,46.88356924057007],[-68.73291015625,46.88245439529419],[-68.73779296875,46.88139200210571],[-68.7397050857544,46.880859375],[-68.74267578125,46.88003969192505],[-68.74755859375,46.87885808944702],[-68.75244140625,46.877883434295654],[-68.75619411468506,46.876953125],[-68.75732421875,46.876652240753174],[-68.76220703125,46.87537145614624],[-68.76708984375,46.874359130859375],[-68.77197265625,46.87327861785889],[-68.77278327941895,46.873046875],[-68.77685546875,46.87194538116455],[-68.78173828125,46.87080478668213],[-68.78662109375,46.869696617126465],[-68.78854751586914,46.869140625],[-68.79150390625,46.868289947509766],[-68.79638671875,46.8670597076416],[-68.80126953125,46.865983963012695],[-68.80397319793701,46.865234375],[-68.80615234375,46.86461400985718],[-68.81103515625,46.86332702636719],[-68.81591796875,46.86226749420166],[-68.81949424743652,46.861328125],[-68.82080078125,46.860962867736816],[-68.82568359375,46.8596773147583],[-68.83056640625,46.85868978500366],[-68.83544921875,46.85758972167969],[-68.83602619171143,46.857421875],[-68.84033203125,46.856255531311035],[-68.84521484375,46.85519218444824],[-68.85009765625,46.85421276092529],[-68.85267734527588,46.853515625],[-68.85498046875,46.8528790473938],[-68.85986328125,46.851627349853516],[-68.86474609375,46.850618839263916],[-68.86878490447998,46.849609375],[-68.86962890625,46.84937858581543],[-68.87451171875,46.84804391860962],[-68.87939453125,46.84694957733154],[-68.88427734375,46.84573984146118],[-68.88439655303955,46.845703125],[-68.88916015625,46.8443489074707],[-68.89404296875,46.84317684173584],[-68.89892578125,46.84194231033325],[-68.8994026184082,46.841796875],[-68.90380859375,46.840553760528564],[-68.90869140625,46.839452266693115],[-68.91357421875,46.83840036392212],[-68.9154052734375,46.837890625],[-68.91845703125,46.837050437927246],[-68.92333984375,46.83587026596069],[-68.92822265625,46.83491086959839],[-68.93211364746094,46.833984375],[-68.93310546875,46.83373022079468],[-68.93798828125,46.83245897293091],[-68.94287109375,46.83139753341675],[-68.94775390625,46.830241203308105],[-68.94830703735352,46.830078125],[-68.95263671875,46.82888221740723],[-68.95751953125,46.82777547836304],[-68.96240234375,46.826725006103516],[-68.96440505981445,46.826171875],[-68.96728515625,46.82537794113159],[-68.97216796875,46.824180126190186],[-68.97705078125,46.82317924499512],[-68.98065567016602,46.822265625],[-68.98193359375,46.8219199180603],[-68.98681640625,46.82064247131348],[-68.99169921875,46.81964826583862],[-68.99658203125,46.81857919692993],[-68.9973497390747,46.818359375],[-69.00146484375,46.81724262237549],[-69.00634765625,46.816102027893066],[-69.01123046875,46.81501340866089],[-69.01321411132812,46.814453125],[-69.01611328125,46.81363773345947],[-69.02099609375,46.81241846084595],[-69.02587890625,46.81135320663452],[-69.0287971496582,46.810546875],[-69.03076171875,46.80998373031616],[-69.03564453125,46.80868625640869],[-69.04052734375,46.80764818191528],[-69.04449939727783,46.806640625],[-69.04541015625,46.806389808654785],[-69.05029296875,46.80507135391235],[-69.05517578125,46.804012298583984],[-69.06005859375,46.802834033966064],[-69.06038761138916,46.802734375],[-69.06494140625,46.80145597457886],[-69.06982421875,46.800339221954346],[-69.07470703125,46.79925489425659],[-69.07623767852783,46.798828125],[-69.07958984375,46.79792070388794],[-69.08447265625,46.79678392410278],[-69.08935546875,46.79580020904541],[-69.09271717071533,46.794921875],[-69.09423828125,46.79450178146362],[-69.09912109375,46.79320955276489],[-69.10400390625,46.79220533370972],[-69.10888671875,46.791057109832764],[-69.10902500152588,46.791015625],[-69.11376953125,46.78970241546631],[-69.11865234375,46.788580894470215],[-69.12353515625,46.78743267059326],[-69.12463665008545,46.787109375],[-69.12841796875,46.786048412323],[-69.13330078125,46.78489446640015],[-69.13818359375,46.78383159637451],[-69.1404676437378,46.783203125],[-69.14306640625,46.78248357772827],[-69.14794921875,46.78128004074097],[-69.15283203125,46.78030729293823],[-69.15695667266846,46.779296875],[-69.15771484375,46.77909517288208],[-69.16259765625,46.77778625488281],[-69.16748046875,46.776731967926025],[-69.17236328125,46.77559804916382],[-69.17307376861572,46.775390625],[-69.17724609375,46.77424669265747],[-69.18212890625,46.77315282821655],[-69.18701171875,46.77214527130127],[-69.18946266174316,46.771484375],[-69.19189453125,46.770819664001465],[-69.19677734375,46.769606590270996],[-69.20166015625,46.768630504608154],[-69.20589923858643,46.767578125],[-69.20654296875,46.76740264892578],[-69.21142578125,46.76605749130249],[-69.21630859375,46.76498079299927],[-69.22119140625,46.76381301879883],[-69.22166347503662,46.763671875],[-69.22607421875,46.76244640350342],[-69.23095703125,46.761337757110596],[-69.23583984375,46.76026391983032],[-69.2376184463501,46.759765625],[-69.24072265625,46.75890827178955],[-69.24560546875,46.757731437683105],[-69.25048828125,46.75671720504761],[-69.25372123718262,46.755859375],[-69.25537109375,46.755399227142334],[-69.26025390625,46.75409746170044],[-69.26513671875,46.75303792953491],[-69.2692518234253,46.751953125],[-69.27001953125,46.751731395721436],[-69.27490234375,46.75035381317139],[-69.27978515625,46.74926948547363],[-69.28466796875,46.74806833267212],[-69.28473949432373,46.748046875],[-69.28955078125,46.74672746658325],[-69.29443359375,46.74566078186035],[-69.29931640625,46.7445912361145],[-69.30089473724365,46.744140625],[-69.30419921875,46.74321413040161],[-69.30908203125,46.74200391769409],[-69.31396484375,46.74089241027832],[-69.31627750396729,46.740234375],[-69.31884765625,46.739495277404785],[-69.32373046875,46.73823308944702],[-69.32861328125,46.73714780807495],[-69.33159828186035,46.736328125],[-69.33349609375,46.735787868499756],[-69.33837890625,46.7345175743103],[-69.34326171875,46.73353672027588],[-69.3479871749878,46.732421875],[-69.34814453125,46.732380390167236],[-69.35302734375,46.731064319610596],[-69.35791015625,46.73001575469971],[-69.36279296875,46.728973388671875],[-69.36443328857422,46.728515625],[-69.36767578125,46.72762680053711],[-69.37255859375,46.72643756866455],[-69.37744140625,46.72536277770996],[-69.38013076782227,46.724609375],[-69.38232421875,46.7239785194397],[-69.38720703125,46.722689628601074],[-69.39208984375,46.72159385681152],[-69.39526081085205,46.720703125],[-69.39697265625,46.72019815444946],[-69.40185546875,46.71885633468628],[-69.40673828125,46.71777153015137],[-69.41037178039551,46.716796875],[-69.41162109375,46.71643877029419],[-69.41650390625,46.71511745452881],[-69.42138671875,46.714091300964355],[-69.42626953125,46.712910652160645],[-69.42633628845215,46.712890625],[-69.43115234375,46.7115592956543],[-69.43603515625,46.71048927307129],[-69.44091796875,46.70941352844238],[-69.44242000579834,46.708984375],[-69.44580078125,46.70804262161255],[-69.45068359375,46.70687532424927],[-69.45556640625,46.705846309661865],[-69.45840358734131,46.705078125],[-69.46044921875,46.70450782775879],[-69.46533203125,46.70323657989502],[-69.47021484375,46.702176570892334],[-69.47383880615234,46.701171875],[-69.47509765625,46.70079755783081],[-69.47998046875,46.699403285980225],[-69.48486328125,46.69829559326172],[-69.48863506317139,46.697265625],[-69.48974609375,46.69693851470947],[-69.49462890625,46.69558143615723],[-69.49951171875,46.69455003738403],[-69.50439453125,46.69336938858032],[-69.50442790985107,46.693359375],[-69.50927734375,46.69200897216797],[-69.51416015625,46.690916538238525],[-69.51904296875,46.68979597091675],[-69.52022552490234,46.689453125],[-69.52392578125,46.68842172622681],[-69.52880859375,46.68727731704712],[-69.53369140625,46.68621873855591],[-69.53609943389893,46.685546875],[-69.53857421875,46.68484878540039],[-69.54345703125,46.6836051940918],[-69.54833984375,46.68254613876343],[-69.55161094665527,46.681640625],[-69.55322265625,46.681169509887695],[-69.55810546875,46.679818630218506],[-69.56298828125,46.67873430252075],[-69.56676006317139,46.677734375],[-69.56787109375,46.67741775512695],[-69.57275390625,46.676085472106934],[-69.57763671875,46.67502403259277],[-69.58233833312988,46.673828125],[-69.58251953125,46.673776626586914],[-69.58740234375,46.672393798828125],[-69.59228515625,46.671302795410156],[-69.59716796875,46.67015504837036],[-69.59795475006104,46.669921875],[-69.60205078125,46.66877365112305],[-69.60693359375,46.66763353347778],[-69.61181640625,46.66654586791992],[-69.6136999130249,46.666015625],[-69.61669921875,46.66517972946167],[-69.62158203125,46.66398239135742],[-69.62646484375,46.66292190551758],[-69.62937355041504,46.662109375],[-69.63134765625,46.661537647247314],[-69.63623046875,46.66022777557373],[-69.64111328125,46.65916156768799],[-69.64474201202393,46.658203125],[-69.64599609375,46.65785074234009],[-69.65087890625,46.65654706954956],[-69.65576171875,46.65553617477417],[-69.66064453125,46.65437173843384],[-69.66088771820068,46.654296875],[-69.66552734375,46.652984619140625],[-69.67041015625,46.65183687210083],[-69.67529296875,46.65061807632446],[-69.67603206634521,46.650390625],[-69.68017578125,46.64918613433838],[-69.68505859375,46.64801740646362],[-69.68994140625,46.646859645843506],[-69.69122409820557,46.646484375],[-69.69482421875,46.64547252655029],[-69.69970703125,46.64432382583618],[-69.70458984375,46.643274784088135],[-69.70710754394531,46.642578125],[-69.70947265625,46.64191198348999],[-69.71435546875,46.6406569480896],[-69.71923828125,46.639601707458496],[-69.72264766693115,46.638671875],[-69.72412109375,46.638245582580566],[-69.72900390625,46.636911392211914],[-69.73388671875,46.63587522506714],[-69.73833084106445,46.634765625],[-69.73876953125,46.634644508361816],[-69.74365234375,46.63329792022705],[-69.74853515625,46.632224559783936],[-69.75341796875,46.63106918334961],[-69.75412368774414,46.630859375],[-69.75830078125,46.62968873977661],[-69.76318359375,46.62855243682861],[-69.76806640625,46.62743139266968],[-69.76970672607422,46.626953125],[-69.77294921875,46.626028537750244],[-69.77783203125,46.62482309341431],[-69.78271484375,46.62372922897339],[-69.78514194488525,46.623046875],[-69.78759765625,46.62234830856323],[-69.79248046875,46.621098041534424],[-69.79736328125,46.6200270652771],[-69.80055332183838,46.619140625],[-69.80224609375,46.61864757537842],[-69.80712890625,46.61732053756714],[-69.81201171875,46.61625051498413],[-69.81579303741455,46.615234375],[-69.81689453125,46.614914894104004],[-69.82177734375,46.61355400085449],[-69.82666015625,46.61247682571411],[-69.83110904693604,46.611328125],[-69.83154296875,46.61120414733887],[-69.83642578125,46.609835147857666],[-69.84130859375,46.608744621276855],[-69.84619140625,46.60753679275513],[-69.8465633392334,46.607421875],[-69.85107421875,46.606141090393066],[-69.85595703125,46.60501432418823],[-69.86083984375,46.60385799407959],[-69.86198902130127,46.603515625],[-69.86572265625,46.602452754974365],[-69.87060546875,46.601274490356445],[-69.87548828125,46.60013723373413],[-69.87730026245117,46.599609375],[-69.88037109375,46.5987286567688],[-69.88525390625,46.597514152526855],[-69.89013671875,46.59641456604004],[-69.89265441894531,46.595703125],[-69.89501953125,46.59502172470093],[-69.89990234375,46.59375619888306],[-69.90478515625,46.59267330169678],[-69.90793228149414,46.591796875],[-69.90966796875,46.59129190444946],[-69.91455078125,46.58997821807861],[-69.91943359375,46.588924407958984],[-69.92333889007568,46.587890625],[-69.92431640625,46.58761119842529],[-69.92919921875,46.586257457733154],[-69.93408203125,46.58518600463867],[-69.93876457214355,46.583984375],[-69.93896484375,46.583927631378174],[-69.94384765625,46.58253526687622],[-69.94873046875,46.58141803741455],[-69.95361328125,46.58018207550049],[-69.95394706726074,46.580078125],[-69.95849609375,46.57876777648926],[-69.96337890625,46.57762336730957],[-69.96826171875,46.5764274597168],[-69.9691104888916,46.576171875],[-69.97314453125,46.575021743774414],[-69.97802734375,46.57386827468872],[-69.98291015625,46.572731018066406],[-69.9845027923584,46.572265625],[-69.98779296875,46.57132434844971],[-69.99267578125,46.57011938095093],[-69.99755859375,46.56900072097778],[-69.99979019165039,46.568359375],[-70.00244140625,46.567593574523926],[-70.00732421875,46.566340923309326],[-70.01220703125,46.56523513793945],[-70.014967918396,46.564453125],[-70.01708984375,46.56383562088013],[-70.02197265625,46.562546730041504],[-70.02685546875,46.56146430969238],[-70.03015995025635,46.560546875],[-70.03173828125,46.56008577346802],[-70.03662109375,46.558753490448],[-70.04150390625,46.557693004608154],[-70.04548072814941,46.556640625],[-70.04638671875,46.55637979507446],[-70.05126953125,46.55501985549927],[-70.05615234375,46.553946018218994],[-70.06089210510254,46.552734375],[-70.06103515625,46.552692890167236],[-70.06591796875,46.55130624771118],[-70.07080078125,46.550199031829834],[-70.07568359375,46.54899501800537],[-70.07622718811035,46.548828125],[-70.08056640625,46.54759120941162],[-70.08544921875,46.54644727706909],[-70.09033203125,46.54527282714844],[-70.0915002822876,46.544921875],[-70.09521484375,46.54385423660278],[-70.10009765625,46.542673110961914],[-70.10498046875,46.541526794433594],[-70.10672092437744,46.541015625],[-70.10986328125,46.54010772705078],[-70.11474609375,46.53888416290283],[-70.11962890625,46.5377459526062],[-70.12182235717773,46.537109375],[-70.12451171875,46.53632593154907],[-70.12939453125,46.53507089614868],[-70.13427734375,46.53395128250122],[-70.13689517974854,46.533203125],[-70.13916015625,46.53254175186157],[-70.14404296875,46.53125858306885],[-70.14892578125,46.53015613555908],[-70.15196800231934,46.529296875],[-70.15380859375,46.52875518798828],[-70.15869140625,46.52743196487427],[-70.16357421875,46.52633094787598],[-70.16693115234375,46.525390625],[-70.16845703125,46.5249400138855],[-70.17333984375,46.523597240448],[-70.17822265625,46.522522926330566],[-70.18208026885986,46.521484375],[-70.18310546875,46.521185874938965],[-70.18798828125,46.51982355117798],[-70.19287109375,46.5187406539917],[-70.1972770690918,46.517578125],[-70.19775390625,46.51743984222412],[-70.20263671875,46.516051292419434],[-70.20751953125,46.51494789123535],[-70.21240234375,46.51367998123169],[-70.21242618560791,46.513671875],[-70.21728515625,46.51226568222046],[-70.22216796875,46.511133670806885],[-70.22705078125,46.509873390197754],[-70.22738933563232,46.509765625],[-70.23193359375,46.5084285736084],[-70.23681640625,46.5072455406189],[-70.24169921875,46.50594711303711],[-70.24197578430176,46.505859375],[-70.24658203125,46.50451993942261],[-70.25146484375,46.50340223312378],[-70.25634765625,46.502233028411865],[-70.25728225708008,46.501953125],[-70.26123046875,46.50082731246948],[-70.27099609375,46.49848413467407],[-70.27245998382568,46.498046875],[-70.27587890625,46.497056007385254],[-70.28076171875,46.495845317840576],[-70.28564453125,46.49467754364014],[-70.28745651245117,46.494140625],[-70.29052734375,46.49324369430542],[-70.29541015625,46.492013931274414],[-70.30029296875,46.49086570739746],[-70.30245304107666,46.490234375],[-70.30517578125,46.48943758010864],[-70.31005859375,46.48818635940552],[-70.31494140625,46.487059593200684],[-70.31747341156006,46.486328125],[-70.31982421875,46.48563766479492],[-70.32470703125,46.48435306549072],[-70.32958984375,46.48323583602905],[-70.3324556350708,46.482421875],[-70.33447265625,46.481828689575195],[-70.33935546875,46.480520248413086],[-70.34423828125,46.47940111160278],[-70.3473424911499,46.478515625],[-70.34912109375,46.477986335754395],[-70.35400390625,46.476659297943115],[-70.35888671875,46.47556209564209],[-70.36228656768799,46.474609375],[-70.36376953125,46.47416925430298],[-70.36865234375,46.47280979156494],[-70.37353515625,46.47169542312622],[-70.37704467773438,46.470703125],[-70.37841796875,46.47028923034668],[-70.38330078125,46.46890640258789],[-70.38818359375,46.467782497406006],[-70.39166927337646,46.466796875],[-70.39306640625,46.46637535095215],[-70.39794921875,46.464993476867676],[-70.40283203125,46.46387052536011],[-70.40632724761963,46.462890625],[-70.40771484375,46.46247720718384],[-70.41259765625,46.4611234664917],[-70.41748046875,46.46005201339722],[-70.42149066925049,46.458984375],[-70.42236328125,46.45873165130615],[-70.42724609375,46.45737028121948],[-70.43212890625,46.45629692077637],[-70.43686389923096,46.455078125],[-70.43701171875,46.45503568649292],[-70.44189453125,46.45363426208496],[-70.44677734375,46.452502727508545],[-70.45166015625,46.45124626159668],[-70.4518985748291,46.451171875],[-70.45654296875,46.44985055923462],[-70.46142578125,46.44874382019043],[-70.46630859375,46.447587966918945],[-70.46738147735596,46.447265625],[-70.47119140625,46.446170806884766],[-70.47607421875,46.4449577331543],[-70.48095703125,46.44371032714844],[-70.48208236694336,46.443359375],[-70.48583984375,46.44223880767822],[-70.49072265625,46.44102907180786],[-70.49560546875,46.43982553482056],[-70.49684524536133,46.439453125],[-70.50048828125,46.43839979171753],[-70.50537109375,46.437201499938965],[-70.51025390625,46.436023235321045],[-70.51185131072998,46.435546875],[-70.51513671875,46.434589862823486],[-70.52001953125,46.43336772918701],[-70.52490234375,46.43220329284668],[-70.5268144607544,46.431640625],[-70.52978515625,46.4307746887207],[-70.53466796875,46.4295449256897],[-70.53955078125,46.42842197418213],[-70.54195404052734,46.427734375],[-70.54443359375,46.42701578140259],[-70.54931640625,46.425761699676514],[-70.55419921875,46.4246768951416],[-70.55722713470459,46.423828125],[-70.55908203125,46.42328643798828],[-70.56396484375,46.421969413757324],[-70.56884765625,46.420870304107666],[-70.5722188949585,46.419921875],[-70.57373046875,46.419472217559814],[-70.57861328125,46.418099880218506],[-70.58349609375,46.41692543029785],[-70.58655261993408,46.416015625],[-70.58837890625,46.415446758270264],[-70.59326171875,46.41406536102295],[-70.59814453125,46.412880420684814],[-70.60084342956543,46.412109375],[-70.60302734375,46.411473751068115],[-70.60791015625,46.410250663757324],[-70.61279296875,46.4092435836792],[-70.61667442321777,46.408203125],[-70.61767578125,46.407912731170654],[-70.62255859375,46.40652799606323],[-70.62744140625,46.4054069519043],[-70.63148498535156,46.404296875],[-70.63232421875,46.40404748916626],[-70.63720703125,46.40269184112549],[-70.64208984375,46.40164661407471],[-70.64697265625,46.40040969848633],[-70.64702987670898,46.400390625],[-70.65185546875,46.398983001708984],[-70.65673828125,46.39780616760254],[-70.6614637374878,46.396484375],[-70.66162109375,46.39643573760986],[-70.66650390625,46.39497137069702],[-70.67138671875,46.39382028579712],[-70.67602157592773,46.392578125],[-70.67626953125,46.39250421524048],[-70.68115234375,46.391111850738525],[-70.68603515625,46.39000654220581],[-70.69091796875,46.38872814178467],[-70.69108963012695,46.388671875],[-70.69580078125,46.38728046417236],[-70.70068359375,46.38611888885498],[-70.70556640625,46.38481283187866],[-70.70571422576904,46.384765625],[-70.71044921875,46.38338375091553],[-70.71533203125,46.38226509094238],[-70.72021484375,46.381041526794434],[-70.72080135345459,46.380859375],[-70.72509765625,46.37961435317993],[-70.72998046875,46.378446102142334],[-70.73486328125,46.37719440460205],[-70.7356309890747,46.376953125],[-70.73974609375,46.375744342803955],[-70.74462890625,46.37456941604614],[-70.74951171875,46.37333583831787],[-70.7504415512085,46.373046875],[-70.75439453125,46.37188673019409],[-70.75927734375,46.37070322036743],[-70.76416015625,46.36947774887085],[-70.7652473449707,46.369140625],[-70.76904296875,46.368019580841064],[-70.77392578125,46.36680889129639],[-70.77880859375,46.365561962127686],[-70.77986240386963,46.365234375],[-70.78369140625,46.364107608795166],[-70.78857421875,46.362916469573975],[-70.79345703125,46.36169481277466],[-70.79464912414551,46.361328125],[-70.79833984375,46.36024618148804],[-70.80322265625,46.35905456542969],[-70.80810546875,46.357850074768066],[-70.80950260162354,46.357421875],[-70.81298828125,46.356390953063965],[-70.81787109375,46.35516977310181],[-70.82275390625,46.35394620895386],[-70.82415103912354,46.353515625],[-70.82763671875,46.35248136520386],[-70.83251953125,46.35126829147339],[-70.83740234375,46.35007667541504],[-70.83895206451416,46.349609375],[-70.84228515625,46.348631858825684],[-70.84716796875,46.34739875793457],[-70.85205078125,46.34619092941284],[-70.85367202758789,46.345703125],[-70.85693359375,46.34474849700928],[-70.86181640625,46.34355068206787],[-70.86669921875,46.34242010116577],[-70.86882591247559,46.341796875],[-70.87158203125,46.340989112854004],[-70.87646484375,46.33971166610718],[-70.88134765625,46.33851671218872],[-70.8834457397461,46.337890625],[-70.88623046875,46.337064266204834],[-70.89111328125,46.335819244384766],[-70.89599609375,46.33470106124878],[-70.8985185623169,46.333984375],[-70.90087890625,46.33330535888672],[-70.90576171875,46.33205318450928],[-70.91064453125,46.33095407485962],[-70.91368675231934,46.330078125],[-70.91552734375,46.32952260971069],[-70.92041015625,46.32814645767212],[-70.92529296875,46.3269157409668],[-70.92771530151367,46.326171875],[-70.93017578125,46.32540512084961],[-70.93505859375,46.32404804229736],[-70.93994140625,46.32275867462158],[-70.94151973724365,46.322265625],[-70.94482421875,46.321261405944824],[-70.94970703125,46.320006370544434],[-70.95458984375,46.318745136260986],[-70.95582962036133,46.318359375],[-70.95947265625,46.317272663116455],[-70.96435546875,46.3160605430603],[-70.96923828125,46.314823627471924],[-70.97042560577393,46.314453125],[-70.97412109375,46.313350200653076],[-70.97900390625,46.312100887298584],[-70.98388671875,46.31076526641846],[-70.98455429077148,46.310546875],[-70.98876953125,46.309261322021484],[-70.99365234375,46.308037757873535],[-70.99853515625,46.30665445327759],[-70.99857807159424,46.306640625],[-71.00341796875,46.305166244506836],[-71.00830078125,46.30395793914795],[-71.01245403289795,46.302734375],[-71.01318359375,46.3025016784668],[-71.01806640625,46.30104875564575],[-71.02294921875,46.2998948097229],[-71.02665424346924,46.298828125],[-71.02783203125,46.29846477508545],[-71.03271484375,46.297062397003174],[-71.03759765625,46.29591131210327],[-71.04101657867432,46.294921875],[-71.04248046875,46.294471740722656],[-71.04736328125,46.2930965423584],[-71.05224609375,46.29194450378418],[-71.05543613433838,46.291015625],[-71.05712890625,46.29049873352051],[-71.06201171875,46.289146900177],[-71.06689453125,46.28800582885742],[-71.06997966766357,46.287109375],[-71.07177734375,46.28656196594238],[-71.07666015625,46.2851824760437],[-71.08154296875,46.28395128250122],[-71.08398914337158,46.283203125],[-71.08642578125,46.28244590759277],[-71.09130859375,46.28111171722412],[-71.09619140625,46.279879570007324],[-71.09813213348389,46.279296875],[-71.10107421875,46.27842426300049],[-71.10595703125,46.27718162536621],[-71.11083984375,46.27598571777344],[-71.11280918121338,46.275390625],[-71.11572265625,46.274518966674805],[-71.12060546875,46.273290157318115],[-71.12548828125,46.272156715393066],[-71.12781047821045,46.271484375],[-71.13037109375,46.27073955535889],[-71.13525390625,46.26952362060547],[-71.14013671875,46.268470764160156],[-71.14334106445312,46.267578125],[-71.14501953125,46.26708698272705],[-71.14990234375,46.26575756072998],[-71.15478515625,46.2646279335022],[-71.15805625915527,46.263671875],[-71.15966796875,46.2631721496582],[-71.16455078125,46.26174831390381],[-71.16943359375,46.26050424575806],[-71.17189884185791,46.259765625],[-71.17431640625,46.25903558731079],[-71.17919921875,46.25776720046997],[-71.18408203125,46.25663232803345],[-71.18673324584961,46.255859375],[-71.18896484375,46.25519275665283],[-71.19384765625,46.25389766693115],[-71.19873046875,46.25275373458862],[-71.20148181915283,46.251953125],[-71.20361328125,46.25131559371948],[-71.20849609375,46.25001525878906],[-71.21337890625,46.24888277053833],[-71.21627807617188,46.248046875],[-71.21826171875,46.247456073760986],[-71.22314453125,46.246155738830566],[-71.22802734375,46.24505615234375],[-71.23126983642578,46.244140625],[-71.23291015625,46.243653297424316],[-71.23779296875,46.24229621887207],[-71.24267578125,46.241122245788574],[-71.24566555023193,46.240234375],[-71.24755859375,46.23964738845825],[-71.25244140625,46.2382698059082],[-71.25732421875,46.23704767227173],[-71.25968933105469,46.236328125],[-71.26220703125,46.2355523109436],[-71.26708984375,46.23418617248535],[-71.27197265625,46.232825756073],[-71.27319812774658,46.232421875],[-71.27685546875,46.231266021728516],[-71.28173828125,46.22997236251831],[-71.28662109375,46.22858381271362],[-71.28683090209961,46.228515625],[-71.29150390625,46.22713565826416],[-71.29638671875,46.226017475128174],[-71.30126953125,46.22478246688843],[-71.30181789398193,46.224609375],[-71.30615234375,46.22333765029907],[-71.31103515625,46.222148418426514],[-71.31591796875,46.2208456993103],[-71.31636142730713,46.220703125],[-71.32080078125,46.219388484954834],[-71.32568359375,46.21820592880249],[-71.33056640625,46.216881275177],[-71.33082389831543,46.216796875],[-71.33544921875,46.21541786193848],[-71.34033203125,46.21424722671509],[-71.34521484375,46.21293306350708],[-71.3453483581543,46.212890625],[-71.35009765625,46.2115044593811],[-71.35498046875,46.210362911224365],[-71.35986328125,46.20906209945679],[-71.3601016998291,46.208984375],[-71.36474609375,46.20760679244995],[-71.36962890625,46.206417083740234],[-71.37429237365723,46.205078125],[-71.37451171875,46.205008029937744],[-71.37939453125,46.20351696014404],[-71.38427734375,46.202332496643066],[-71.38830184936523,46.201171875],[-71.38916015625,46.20090341567993],[-71.39404296875,46.199437618255615],[-71.39892578125,46.19817876815796],[-71.40186309814453,46.197265625],[-71.40380859375,46.19663667678833],[-71.40869140625,46.195241928100586],[-71.41357421875,46.19398736953735],[-71.4156436920166,46.193359375],[-71.41845703125,46.19251537322998],[-71.42333984375,46.19128465652466],[-71.42822265625,46.190144538879395],[-71.4305830001831,46.189453125],[-71.43310546875,46.188708782196045],[-71.43798828125,46.18745470046997],[-71.44287109375,46.1863317489624],[-71.44558906555176,46.185546875],[-71.44775390625,46.18490743637085],[-71.45263671875,46.1836314201355],[-71.45751953125,46.18252897262573],[-71.46060943603516,46.181640625],[-71.46240234375,46.1810998916626],[-71.46728515625,46.17970561981201],[-71.47216796875,46.178425788879395],[-71.47436618804932,46.177734375],[-71.47705078125,46.17688798904419],[-71.48193359375,46.17554426193237],[-71.48681640625,46.17418956756592],[-71.48792266845703,46.173828125],[-71.49169921875,46.17265605926514],[-71.49658203125,46.17142152786255],[-71.50146484375,46.17009973526001],[-71.50201797485352,46.169921875],[-71.50634765625,46.16863536834717],[-71.51123046875,46.16747236251831],[-71.51611328125,46.16619539260864],[-71.51667594909668,46.166015625],[-71.52099609375,46.16472911834717],[-71.52587890625,46.163536071777344],[-71.53076171875,46.16222143173218],[-71.53110980987549,46.162109375],[-71.53564453125,46.160765171051025],[-71.54052734375,46.15959453582764],[-71.54541015625,46.158284187316895],[-71.54566287994385,46.158203125],[-71.55029296875,46.156827449798584],[-71.55517578125,46.15565061569214],[-71.56005859375,46.15434217453003],[-71.56020164489746,46.154296875],[-71.56494140625,46.152925968170166],[-71.56982421875,46.15177774429321],[-71.57470703125,46.15045690536499],[-71.57490730285645,46.150390625],[-71.57958984375,46.14899206161499],[-71.58447265625,46.14780378341675],[-71.58908367156982,46.146484375],[-71.58935546875,46.14639854431152],[-71.59423828125,46.14491653442383],[-71.59912109375,46.143696784973145],[-71.6028356552124,46.142578125],[-71.60400390625,46.14220142364502],[-71.60888671875,46.14076232910156],[-71.61376953125,46.13955879211426],[-71.61674976348877,46.138671875],[-71.61865234375,46.13808298110962],[-71.62353515625,46.13672161102295],[-71.62841796875,46.13548755645752],[-71.6307544708252,46.134765625],[-71.63330078125,46.13396978378296],[-71.63818359375,46.1326265335083],[-71.64306640625,46.13130855560303],[-71.64445400238037,46.130859375],[-71.64794921875,46.1297721862793],[-71.65283203125,46.12848424911499],[-71.65771484375,46.127073764801025],[-71.65806770324707,46.126953125],[-71.66259765625,46.12552547454834],[-71.66748046875,46.124267578125],[-71.67157173156738,46.123046875],[-71.67236328125,46.12279272079468],[-71.67724609375,46.121371269226074],[-71.68212890625,46.12024116516113],[-71.68596744537354,46.119140625],[-71.68701171875,46.118815898895264],[-71.69189453125,46.117398262023926],[-71.69677734375,46.116249561309814],[-71.70032501220703,46.115234375],[-71.70166015625,46.114827156066895],[-71.70654296875,46.11346960067749],[-71.71142578125,46.11236047744751],[-71.71504020690918,46.111328125],[-71.71630859375,46.110939025878906],[-71.72119140625,46.10952854156494],[-71.72607421875,46.10835790634155],[-71.72929286956787,46.107421875],[-71.73095703125,46.106914043426514],[-71.73583984375,46.1055474281311],[-71.74072265625,46.104371070861816],[-71.74362659454346,46.103515625],[-71.74560546875,46.102911949157715],[-71.75048828125,46.101577281951904],[-71.75537109375,46.10041046142578],[-71.75809860229492,46.099609375],[-71.76025390625,46.098960399627686],[-71.76513671875,46.097641944885254],[-71.77001953125,46.096434116363525],[-71.77237510681152,46.095703125],[-71.77490234375,46.09490489959717],[-71.77978515625,46.09349870681763],[-71.78466796875,46.09209632873535],[-71.78557872772217,46.091796875],[-71.78955078125,46.090572357177734],[-71.79443359375,46.089343547821045],[-71.79931640625,46.08800506591797],[-71.79966926574707,46.087890625],[-71.80419921875,46.08654069900513],[-71.80908203125,46.08535957336426],[-71.81396484375,46.084012031555176],[-71.8140459060669,46.083984375],[-71.81884765625,46.082547664642334],[-71.82373046875,46.08135509490967],[-71.82816505432129,46.080078125],[-71.82861328125,46.0799355506897],[-71.83349609375,46.07847785949707],[-71.83837890625,46.07730197906494],[-71.84225082397461,46.076171875],[-71.84326171875,46.07585430145264],[-71.84814453125,46.07443428039551],[-71.85302734375,46.07328748703003],[-71.85656547546387,46.072265625],[-71.85791015625,46.071850299835205],[-71.86279296875,46.07043981552124],[-71.86767578125,46.069218158721924],[-71.87047958374023,46.068359375],[-71.87255859375,46.06770038604736],[-71.87744140625,46.0663104057312],[-71.88232421875,46.0650200843811],[-71.88414096832275,46.064453125],[-71.88720703125,46.06351375579834],[-71.89208984375,46.06224966049194],[-71.89697265625,46.06102132797241],[-71.89852237701416,46.060546875],[-71.90185546875,46.059555530548096],[-71.90673828125,46.05831003189087],[-71.91162109375,46.05704641342163],[-71.91290855407715,46.056640625],[-71.91650390625,46.05555248260498],[-71.92138671875,46.054293632507324],[-71.92626953125,46.05293941497803],[-71.92688941955566,46.052734375],[-71.93115234375,46.05142784118652],[-71.93603515625,46.05019474029541],[-71.9407320022583,46.048828125],[-71.94091796875,46.048768043518066],[-71.94580078125,46.04728698730469],[-71.95068359375,46.0460901260376],[-71.95463180541992,46.044921875],[-71.95556640625,46.04462194442749],[-71.96044921875,46.04317283630371],[-71.96533203125,46.04198122024536],[-71.96858882904053,46.041015625],[-71.97021484375,46.040507316589355],[-71.97509765625,46.03911781311035],[-71.97998046875,46.03789710998535],[-71.98256969451904,46.037109375],[-71.98486328125,46.03639888763428],[-71.98974609375,46.0350604057312],[-71.99462890625,46.03380632400513],[-71.9965648651123,46.033203125],[-71.99951171875,46.032297134399414],[-72.00439453125,46.03100109100342],[-72.00927734375,46.02969741821289],[-72.01052188873291,46.029296875],[-72.01416015625,46.02817964553833],[-72.01904296875,46.02691125869751],[-72.02392578125,46.02553033828735],[-72.02434539794922,46.025390625],[-72.02880859375,46.024019718170166],[-72.03369140625,46.022785663604736],[-72.03807830810547,46.021484375],[-72.03857421875,46.02132320404053],[-72.04345703125,46.019845485687256],[-72.04833984375,46.018649101257324],[-72.05195426940918,46.017578125],[-72.05322265625,46.01717662811279],[-72.05810546875,46.015761852264404],[-72.06298828125,46.01455783843994],[-72.0659351348877,46.013671875],[-72.06787109375,46.013068199157715],[-72.07275390625,46.011699199676514],[-72.07763671875,46.010448932647705],[-72.0798397064209,46.009765625],[-72.08251953125,46.0089316368103],[-72.08740234375,46.007609367370605],[-72.09228515625,46.006300926208496],[-72.09365844726562,46.005859375],[-72.09716796875,46.00477409362793],[-72.10205078125,46.00349950790405],[-72.10693359375,46.00212335586548],[-72.10744380950928,46.001953125],[-72.11181640625,46.00060415267944],[-72.11669921875,45.99936389923096],[-72.12113857269287,45.998046875],[-72.12158203125,45.99790143966675],[-72.12646484375,45.99641752243042],[-72.13134765625,45.9952130317688],[-72.13495254516602,45.994140625],[-72.13623046875,45.99373531341553],[-72.14111328125,45.992313385009766],[-72.14599609375,45.99109649658203],[-72.14884281158447,45.990234375],[-72.15087890625,45.9895977973938],[-72.15576171875,45.988234519958496],[-72.16064453125,45.98697280883789],[-72.16270446777344,45.986328125],[-72.16552734375,45.98544883728027],[-72.17041015625,45.98412799835205],[-72.17529296875,45.9827938079834],[-72.17643737792969,45.982421875],[-72.18017578125,45.9812650680542],[-72.18505859375,45.97999715805054],[-72.18994140625,45.97858905792236],[-72.19016075134277,45.978515625],[-72.19482421875,45.977078914642334],[-72.19970703125,45.97584581375122],[-72.20380783081055,45.974609375],[-72.20458984375,45.974353313446045],[-72.20947265625,45.97288656234741],[-72.21435546875,45.97169542312622],[-72.21770286560059,45.970703125],[-72.21923828125,45.97022199630737],[-72.22412109375,45.96881914138794],[-72.22900390625,45.967581272125244],[-72.23155498504639,45.966796875],[-72.23388671875,45.96606779098511],[-72.23876953125,45.96471691131592],[-72.24365234375,45.96341609954834],[-72.24529266357422,45.962890625],[-72.24853515625,45.96187782287598],[-72.25341796875,45.96057462692261],[-72.25830078125,45.959190368652344],[-72.25891590118408,45.958984375],[-72.26318359375,45.95766353607178],[-72.26806640625,45.956411838531494],[-72.27252960205078,45.955078125],[-72.27294921875,45.954941272735596],[-72.27783203125,45.953453540802],[-72.28271484375,45.95224189758301],[-72.28628158569336,45.951171875],[-72.28759765625,45.95075225830078],[-72.29248046875,45.949321269989014],[-72.29736328125,45.948076248168945],[-72.29999542236328,45.947265625],[-72.30224609375,45.94655799865723],[-72.30712890625,45.9452018737793],[-72.31201171875,45.94391107559204],[-72.31374740600586,45.943359375],[-72.31689453125,45.94237995147705],[-72.32177734375,45.941073417663574],[-72.32666015625,45.939698219299316],[-72.32739448547363,45.939453125],[-72.33154296875,45.93816375732422],[-72.33642578125,45.936898708343506],[-72.34093189239502,45.935546875],[-72.34130859375,45.93542194366455],[-72.34619140625,45.93392753601074],[-72.35107421875,45.93271541595459],[-72.35466957092285,45.931640625],[-72.35595703125,45.931230545043945],[-72.36083984375,45.929805278778076],[-72.36572265625,45.928574085235596],[-72.36846446990967,45.927734375],[-72.37060546875,45.9270601272583],[-72.37548828125,45.92569065093994],[-72.38037109375,45.92438983917236],[-72.38212585449219,45.923828125],[-72.38525390625,45.92284631729126],[-72.39013671875,45.92153024673462],[-72.39501953125,45.92014169692993],[-72.39567756652832,45.919921875],[-72.39990234375,45.918606758117676],[-72.40478515625,45.91734170913696],[-72.4091625213623,45.916015625],[-72.40966796875,45.91584825515747],[-72.41455078125,45.914355754852295],[-72.41943359375,45.913140296936035],[-72.42286682128906,45.912109375],[-72.42431640625,45.91164827346802],[-72.42919921875,45.910232067108154],[-72.43408203125,45.90898513793945],[-72.43660926818848,45.908203125],[-72.43896484375,45.90746259689331],[-72.44384765625,45.906105518341064],[-72.44873046875,45.904786586761475],[-72.4502420425415,45.904296875],[-72.45361328125,45.90324115753174],[-72.45849609375,45.90193510055542],[-72.46337890625,45.90051460266113],[-72.46374130249023,45.900390625],[-72.46826171875,45.898980140686035],[-72.47314453125,45.89771747589111],[-72.47716903686523,45.896484375],[-72.47802734375,45.89620018005371],[-72.48291015625,45.89473247528076],[-72.48779296875,45.89352226257324],[-72.49093055725098,45.892578125],[-72.49267578125,45.892027854919434],[-72.49755859375,45.890629291534424],[-72.50244140625,45.889347553253174],[-72.50457763671875,45.888671875],[-72.50732421875,45.88780498504639],[-72.51220703125,45.88646411895752],[-72.51708984375,45.88509654998779],[-72.51808643341064,45.884765625],[-72.52197265625,45.883548736572266],[-72.52685546875,45.882264137268066],[-72.5314998626709,45.880859375],[-72.53173828125,45.88078022003174],[-72.53662109375,45.87926244735718],[-72.54150390625,45.878023624420166],[-72.54502773284912,45.876953125],[-72.54638671875,45.876513957977295],[-72.55126953125,45.87508296966553],[-72.55615234375,45.87382173538208],[-72.55863666534424,45.873046875],[-72.56103515625,45.87228727340698],[-72.56591796875,45.87092685699463],[-72.57080078125,45.86958980560303],[-72.57217407226562,45.869140625],[-72.57568359375,45.86803865432739],[-72.58056640625,45.86673450469971],[-72.58544921875,45.865291595458984],[-72.58561611175537,45.865234375],[-72.59033203125,45.86376428604126],[-72.59521484375,45.86250686645508],[-72.59904861450195,45.861328125],[-72.60009765625,45.86098289489746],[-72.60498046875,45.85951900482178],[-72.60986328125,45.85827350616455],[-72.61263370513916,45.857421875],[-72.61474609375,45.856751918792725],[-72.61962890625,45.8553729057312],[-72.62451171875,45.854055404663086],[-72.6261854171753,45.853515625],[-72.62939453125,45.85250377655029],[-72.63427734375,45.851187229156494],[-72.63916015625,45.84977388381958],[-72.63964653015137,45.849609375],[-72.64404296875,45.84823274612427],[-72.64892578125,45.846959590911865],[-72.65300273895264,45.845703125],[-72.65380859375,45.84543418884277],[-72.65869140625,45.84395456314087],[-72.66357421875,45.842726707458496],[-72.66663074493408,45.841796875],[-72.66845703125,45.84121561050415],[-72.67333984375,45.839816093444824],[-72.67822265625,45.838515281677246],[-72.68017292022705,45.837890625],[-72.68310546875,45.83696222305298],[-72.68798828125,45.83562231063843],[-72.69287109375,45.83421230316162],[-72.69354343414307,45.833984375],[-72.69775390625,45.83265829086304],[-72.70263671875,45.83137369155884],[-72.70681381225586,45.830078125],[-72.70751953125,45.82984113693237],[-72.71240234375,45.82834434509277],[-72.71728515625,45.827112674713135],[-72.72037506103516,45.826171875],[-72.72216796875,45.82560062408447],[-72.72705078125,45.824198722839355],[-72.73193359375,45.822898864746094],[-72.73391246795654,45.822265625],[-72.73681640625,45.82134532928467],[-72.74169921875,45.820003509521484],[-72.74658203125,45.81859874725342],[-72.74729251861572,45.818359375],[-72.75146484375,45.81704616546631],[-72.75634765625,45.81575632095337],[-72.76053428649902,45.814453125],[-72.76123046875,45.814218521118164],[-72.76611328125,45.81271457672119],[-72.77099609375,45.811476707458496],[-72.7740478515625,45.810546875],[-72.77587890625,45.80996370315552],[-72.78076171875,45.8085675239563],[-72.78564453125,45.80727434158325],[-72.7876329421997,45.806640625],[-72.79052734375,45.80572700500488],[-72.79541015625,45.80438995361328],[-72.80029296875,45.802995681762695],[-72.80107021331787,45.802734375],[-72.80517578125,45.80144453048706],[-72.81005859375,45.800148487091064],[-72.81428337097168,45.798828125],[-72.81494140625,45.79860544204712],[-72.81982421875,45.797099113464355],[-72.82470703125,45.79585933685303],[-72.82776832580566,45.794921875],[-72.82958984375,45.794339179992676],[-72.83447265625,45.79293394088745],[-72.83935546875,45.79162549972534],[-72.84125328063965,45.791015625],[-72.84423828125,45.79007053375244],[-72.84912109375,45.78872871398926],[-72.85400390625,45.78730058670044],[-72.8545618057251,45.787109375],[-72.85888671875,45.78574085235596],[-72.86376953125,45.784449100494385],[-72.86777019500732,45.783203125],[-72.86865234375,45.7829065322876],[-72.87353515625,45.781424045562744],[-72.87841796875,45.780168533325195],[-72.88121700286865,45.779296875],[-72.88330078125,45.77862787246704],[-72.88818359375,45.77722501754761],[-72.89306640625,45.77586889266968],[-72.89452075958252,45.775390625],[-72.89794921875,45.77430438995361],[-72.90283203125,45.77298164367676],[-72.90771484375,45.77150058746338],[-72.90776252746582,45.771484375],[-72.91259765625,45.76995515823364],[-72.91748046875,45.768686294555664],[-72.92105674743652,45.767578125],[-72.92236328125,45.76714897155762],[-72.92724609375,45.76569890975952],[-72.93212890625,45.76441049575806],[-72.93445587158203,45.763671875],[-72.93701171875,45.76285409927368],[-72.94189453125,45.76148271560669],[-72.94677734375,45.76008415222168],[-72.94772148132324,45.759765625],[-72.95166015625,45.758516788482666],[-72.95654296875,45.757203102111816],[-72.96080589294434,45.755859375],[-72.96142578125,45.75564670562744],[-72.96630859375,45.754125118255615],[-72.97119140625,45.75287199020386],[-72.97417640686035,45.751953125],[-72.97607421875,45.75134515762329],[-72.98095703125,45.749939918518066],[-72.98583984375,45.74860668182373],[-72.98755645751953,45.748046875],[-72.99072265625,45.74703502655029],[-72.99560546875,45.74568843841553],[-73.00048828125,45.74421262741089],[-73.00069332122803,45.744140625],[-73.00537109375,45.74266242980957],[-73.01025390625,45.74138164520264],[-73.01392078399658,45.740234375],[-73.01513671875,45.73982906341553],[-73.02001953125,45.738362312316895],[-73.02490234375,45.73707056045532],[-73.02724361419678,45.736328125],[-73.02978515625,45.73551559448242],[-73.03466796875,45.734142780303955],[-73.03955078125,45.732741832733154],[-73.04049968719482,45.732421875],[-73.04443359375,45.73117017745972],[-73.04931640625,45.72984600067139],[-73.0535078048706,45.728515625],[-73.05419921875,45.72827863693237],[-73.05908203125,45.72676181793213],[-73.06396484375,45.72549295425415],[-73.06679725646973,45.724609375],[-73.06884765625,45.723947525024414],[-73.07373046875,45.72254180908203],[-73.07861328125,45.72117805480957],[-73.08004856109619,45.720703125],[-73.08349609375,45.71960210800171],[-73.08837890625,45.71825981140137],[-73.09305191040039,45.716796875],[-73.09326171875,45.71672487258911],[-73.09814453125,45.71517515182495],[-73.10302734375,45.71390724182129],[-73.10630798339844,45.712890625],[-73.10791015625,45.71236801147461],[-73.11279296875,45.71093797683716],[-73.11767578125,45.70961856842041],[-73.11963558197021,45.708984375],[-73.12255859375,45.70804738998413],[-73.12744140625,45.706682205200195],[-73.13232421875,45.70521926879883],[-73.13272953033447,45.705078125],[-73.13720703125,45.703654766082764],[-73.14208984375,45.70235776901245],[-73.1458568572998,45.701171875],[-73.14697265625,45.70079708099365],[-73.15185546875,45.69931650161743],[-73.15673828125,45.69801664352417],[-73.1590986251831,45.697265625],[-73.16162109375,45.69645690917969],[-73.16650390625,45.695083141326904],[-73.17138671875,45.693684577941895],[-73.17234992980957,45.693359375],[-73.17626953125,45.69211530685425],[-73.18115234375,45.69079256057739],[-73.1853723526001,45.689453125],[-73.18603515625,45.68922424316406],[-73.19091796875,45.68770170211792],[-73.19580078125,45.68643379211426],[-73.19864273071289,45.685546875],[-73.20068359375,45.68488883972168],[-73.20556640625,45.683473110198975],[-73.21044921875,45.68208885192871],[-73.21178913116455,45.681640625],[-73.21533203125,45.680500984191895],[-73.22021484375,45.679152488708496],[-73.22468280792236,45.677734375],[-73.22509765625,45.67759037017822],[-73.22998046875,45.67604684829712],[-73.23486328125,45.674766540527344],[-73.23784351348877,45.673828125],[-73.23974609375,45.67320394515991],[-73.24462890625,45.671764850616455],[-73.24951171875,45.67037105560303],[-73.25085163116455,45.669921875],[-73.25439453125,45.66878128051758],[-73.25927734375,45.66742753982544],[-73.2636833190918,45.666015625],[-73.26416015625,45.66584825515747],[-73.26904296875,45.66430187225342],[-73.27392578125,45.663031578063965],[-73.27688694000244,45.662109375],[-73.27880859375,45.6614875793457],[-73.28369140625,45.66007041931152],[-73.28857421875,45.65870523452759],[-73.2900857925415,45.658203125],[-73.29345703125,45.65711784362793],[-73.29833984375,45.65575361251831],[-73.30291748046875,45.654296875],[-73.30322265625,45.65419054031372],[-73.30810546875,45.65263748168945],[-73.31298828125,45.65135955810547],[-73.31608772277832,45.650390625],[-73.31787109375,45.64980745315552],[-73.32275390625,45.64837598800659],[-73.32763671875,45.64700937271118],[-73.32921504974365,45.646484375],[-73.33251953125,45.64541673660278],[-73.33740234375,45.64404821395874],[-73.34202766418457,45.642578125],[-73.34228515625,45.64248847961426],[-73.34716796875,45.64093065261841],[-73.35205078125,45.639644145965576],[-73.3551549911499,45.638671875],[-73.35693359375,45.63809061050415],[-73.36181640625,45.636674880981445],[-73.36669921875,45.63533878326416],[-73.36844444274902,45.634765625],[-73.37158203125,45.63375520706177],[-73.37646484375,45.63239049911499],[-73.38134765625,45.630876541137695],[-73.38139533996582,45.630859375],[-73.38623046875,45.62931203842163],[-73.39111328125,45.628013610839844],[-73.39446067810059,45.626953125],[-73.39599609375,45.62644147872925],[-73.40087890625,45.62498474121094],[-73.40576171875,45.6236310005188],[-73.40753555297852,45.623046875],[-73.41064453125,45.622042179107666],[-73.41552734375,45.620670795440674],[-73.42041015625,45.61914253234863],[-73.42041492462158,45.619140625],[-73.42529296875,45.61757564544678],[-73.43017578125,45.61628341674805],[-73.43350887298584,45.615234375],[-73.43505859375,45.61472034454346],[-73.43994140625,45.61326837539673],[-73.44482421875,45.61191177368164],[-73.44659328460693,45.611328125],[-73.44970703125,45.610318660736084],[-73.45458984375,45.6089391708374],[-73.45938205718994,45.607421875],[-73.45947265625,45.60739088058472],[-73.46435546875,45.605820655822754],[-73.46923828125,45.60452699661255],[-73.47244262695312,45.603515625],[-73.47412109375,45.60296106338501],[-73.47900390625,45.60151529312134],[-73.48388671875,45.60014629364014],[-73.48550319671631,45.599609375],[-73.48876953125,45.59855127334595],[-73.49365234375,45.59717416763306],[-73.49825382232666,45.595703125],[-73.49853515625,45.595603942871094],[-73.50341796875,45.594040870666504],[-73.50830078125,45.59274101257324],[-73.5112714767456,45.591796875],[-73.51318359375,45.59116554260254],[-73.51806640625,45.58972358703613],[-73.52294921875,45.58830976486206],[-73.52417945861816,45.587890625],[-73.52783203125,45.58670377731323],[-73.53271484375,45.58533239364624],[-73.53684902191162,45.583984375],[-73.53759765625,45.58372163772583],[-73.54248046875,45.58218193054199],[-73.54736328125,45.58086633682251],[-73.54981899261475,45.580078125],[-73.55224609375,45.5792875289917],[-73.55712890625,45.57787036895752],[-73.56201171875,45.57638740539551],[-73.5626220703125,45.576171875],[-73.56689453125,45.57478189468384],[-73.57177734375,45.57344436645508],[-73.575439453125,45.572265625],[-73.57666015625,45.57184839248657],[-73.58154296875,45.57035779953003],[-73.58642578125,45.569007396698],[-73.58839988708496,45.568359375],[-73.59130859375,45.56741189956665],[-73.59619140625,45.566017627716064],[-73.60107421875,45.564475536346436],[-73.60113620758057,45.564453125],[-73.60595703125,45.56288957595825],[-73.61083984375,45.56158208847046],[-73.61410140991211,45.560546875],[-73.61572265625,45.560006618499756],[-73.62060546875,45.55855369567871],[-73.62548828125,45.55718183517456],[-73.62711429595947,45.556640625],[-73.63037109375,45.555583477020264],[-73.63525390625,45.55419874191284],[-73.63978862762451,45.552734375],[-73.64013671875,45.552610874176025],[-73.64501953125,45.5510458946228],[-73.64990234375,45.549752712249756],[-73.65283012390137,45.548828125],[-73.65478515625,45.54818630218506],[-73.65966796875,45.546749114990234],[-73.66455078125,45.5453314781189],[-73.66575241088867,45.544921875],[-73.66943359375,45.54372501373291],[-73.67431640625,45.5423583984375],[-73.6784553527832,45.541015625],[-73.67919921875,45.540754318237305],[-73.68408203125,45.53921699523926],[-73.68896484375,45.53789949417114],[-73.69142055511475,45.537109375],[-73.69384765625,45.536317348480225],[-73.69873046875,45.53489828109741],[-73.70361328125,45.53341341018677],[-73.70420932769775,45.533203125],[-73.70849609375,45.53180694580078],[-73.71337890625,45.53045845031738],[-73.7169599533081,45.529296875],[-73.71826171875,45.52885055541992],[-73.72314453125,45.527360916137695],[-73.72802734375,45.525997161865234],[-73.7298583984375,45.525390625],[-73.73291015625,45.52439498901367],[-73.73779296875,45.523001194000244],[-73.74253273010254,45.521484375],[-73.74267578125,45.52143430709839],[-73.74755859375,45.519859790802],[-73.75244140625,45.518553256988525],[-73.7554931640625,45.517578125],[-73.75732421875,45.51696968078613],[-73.76220703125,45.5155143737793],[-73.76708984375,45.514089584350586],[-73.768310546875,45.513671875],[-73.77197265625,45.51247596740723],[-73.77685546875,45.511104106903076],[-73.78096580505371,45.509765625],[-73.78173828125,45.50949430465698],[-73.78662109375,45.50795364379883],[-73.79150390625,45.50661659240723],[-73.79382610321045,45.505859375],[-73.79638671875,45.50501775741577],[-73.80126953125,45.50358963012695],[-73.80615234375,45.50205945968628],[-73.80644798278809,45.501953125],[-73.81103515625,45.5004563331604],[-73.81591796875,45.499120235443115],[-73.8192367553711,45.498046875],[-73.82080078125,45.49751663208008],[-73.82568359375,45.496037006378174],[-73.83056640625,45.494624614715576],[-73.83199214935303,45.494140625],[-73.83544921875,45.49300718307495],[-73.84033203125,45.491621017456055],[-73.84457111358643,45.490234375],[-73.84521484375,45.49000692367554],[-73.85009765625,45.48845434188843],[-73.85498046875,45.48713779449463],[-73.85749816894531,45.486328125],[-73.85986328125,45.48555278778076],[-73.86474609375,45.48412084579468],[-73.86962890625,45.48262405395508],[-73.87020111083984,45.482421875],[-73.87451171875,45.48101806640625],[-73.87939453125,45.47967290878296],[-73.88295650482178,45.478515625],[-73.88427734375,45.47806167602539],[-73.88916015625,45.47656011581421],[-73.89404296875,45.47516393661499],[-73.8956880569458,45.474609375],[-73.89892578125,45.47354602813721],[-73.90380859375,45.47215032577515],[-73.90823364257812,45.470703125],[-73.90869140625,45.470539569854736],[-73.91357421875,45.4689679145813],[-73.91845703125,45.4676513671875],[-73.92110824584961,45.466796875],[-73.92333984375,45.4660587310791],[-73.92822265625,45.4646053314209],[-73.93310546875,45.463093280792236],[-73.93367767333984,45.462890625],[-73.93798828125,45.46147680282593],[-73.94287109375,45.46013593673706],[-73.94643783569336,45.458984375],[-73.94775390625,45.458534240722656],[-73.95263671875,45.457040309906006],[-73.95751953125,45.455652713775635],[-73.95923137664795,45.455078125],[-73.96240234375,45.454033851623535],[-73.96728515625,45.45262098312378],[-73.97167205810547,45.451171875],[-73.97216796875,45.45099449157715],[-73.97705078125,45.44941759109497],[-73.98193359375,45.44809150695801],[-73.98449420928955,45.447265625],[-73.98681640625,45.44649934768677],[-73.99169921875,45.445059299468994],[-73.99658203125,45.44354820251465],[-73.9971113204956,45.443359375],[-74.00146484375,45.44193077087402],[-74.00634765625,45.44057273864746],[-74.0097713470459,45.439453125],[-74.01123046875,45.438950538635254],[-74.01611328125,45.437453746795654],[-74.02099609375,45.43603038787842],[-74.02241230010986,45.435546875],[-74.02587890625,45.43440389633179],[-74.03076171875,45.433011054992676],[-74.03492450714111,45.431640625],[-74.03564453125,45.43138551712036],[-74.04052734375,45.429826736450195],[-74.04541015625,45.4284725189209],[-74.04765129089355,45.427734375],[-74.05029296875,45.42686080932617],[-74.05517578125,45.42542743682861],[-74.06005859375,45.42385196685791],[-74.06012535095215,45.423828125],[-74.06494140625,45.42224073410034],[-74.06982421875,45.420902252197266],[-74.07284259796143,45.419921875],[-74.07470703125,45.419291496276855],[-74.07958984375,45.41781187057495],[-74.08447265625,45.41632795333862],[-74.08535957336426,45.416015625],[-74.08935546875,45.4146933555603],[-74.09423828125,45.4133095741272],[-74.09786701202393,45.412109375],[-74.09912109375,45.41166973114014],[-74.10400390625,45.41014814376831],[-74.10888671875,45.40872859954834],[-74.110426902771,45.408203125],[-74.11376953125,45.40709686279297],[-74.11865234375,45.40568208694458],[-74.1228199005127,45.404296875],[-74.12353515625,45.404040813446045],[-74.12841796875,45.40247678756714],[-74.13330078125,45.40111303329468],[-74.13548469543457,45.400390625],[-74.13818359375,45.399495124816895],[-74.14306640625,45.39804697036743],[-74.14776802062988,45.396484375],[-74.14794921875,45.39641809463501],[-74.15283203125,45.394794940948486],[-74.15771484375,45.39344120025635],[-74.16034698486328,45.392578125],[-74.16259765625,45.39182472229004],[-74.16748046875,45.390363693237305],[-74.17236328125,45.388821601867676],[-74.17277812957764,45.388671875],[-74.17724609375,45.3871955871582],[-74.18212890625,45.385838985443115],[-74.18540477752686,45.384765625],[-74.18701171875,45.384212493896484],[-74.19189453125,45.38271951675415],[-74.19677734375,45.381269454956055],[-74.19796466827393,45.380859375],[-74.20166015625,45.37964582443237],[-74.20654296875,45.378278732299805],[-74.21060562133789,45.376953125],[-74.21142578125,45.37666368484497],[-74.21630859375,45.375112533569336],[-74.22119140625,45.3737359046936],[-74.22325611114502,45.373046875],[-74.22607421875,45.37210941314697],[-74.23095703125,45.370667934417725],[-74.23554420471191,45.369140625],[-74.23583984375,45.36903190612793],[-74.24072265625,45.36742448806763],[-74.24560546875,45.36609077453613],[-74.24824714660645,45.365234375],[-74.25048828125,45.36448812484741],[-74.25537109375,45.36302471160889],[-74.26025390625,45.36147737503052],[-74.26066398620605,45.361328125],[-74.26513671875,45.35984516143799],[-74.27001953125,45.35848140716553],[-74.27324295043945,45.357421875],[-74.27490234375,45.356852531433105],[-74.27978515625,45.355358600616455],[-74.28466796875,45.35388708114624],[-74.28572654724121,45.353515625],[-74.28955078125,45.35224533081055],[-74.29443359375,45.350847244262695],[-74.29815769195557,45.349609375],[-74.29931640625,45.34920120239258],[-74.30419921875,45.347668170928955],[-74.30908203125,45.34624433517456],[-74.31066513061523,45.345703125],[-74.31396484375,45.344605445861816],[-74.31884765625,45.343188762664795],[-74.32301998138428,45.341796875],[-74.32373046875,45.3415412902832],[-74.32861328125,45.33996105194092],[-74.33349609375,45.33857345581055],[-74.33553695678711,45.337890625],[-74.33837890625,45.33694362640381],[-74.34326171875,45.335503578186035],[-74.347825050354,45.333984375],[-74.34814453125,45.33386707305908],[-74.35302734375,45.33225631713867],[-74.35791015625,45.33090305328369],[-74.36042308807373,45.330078125],[-74.36279296875,45.329285621643066],[-74.36767578125,45.32781791687012],[-74.37255859375,45.32622575759888],[-74.37270164489746,45.326171875],[-74.37744140625,45.324589252471924],[-74.38232421875,45.32323217391968],[-74.3852710723877,45.322265625],[-74.38720703125,45.32160758972168],[-74.39208984375,45.320117473602295],[-74.39697265625,45.31858539581299],[-74.39760208129883,45.318359375],[-74.40185546875,45.316940784454346],[-74.40673828125,45.31556177139282],[-74.41008567810059,45.314453125],[-74.41162109375,45.31391906738281],[-74.41650390625,45.31240463256836],[-74.42138671875,45.31091928482056],[-74.42244052886963,45.310546875],[-74.42626953125,45.30926465988159],[-74.43115234375,45.3078556060791],[-74.43478584289551,45.306640625],[-74.43603515625,45.30619812011719],[-74.44091796875,45.3046669960022],[-74.44580078125,45.30322456359863],[-74.44722175598145,45.302734375],[-74.45068359375,45.301578998565674],[-74.45556640625,45.300161361694336],[-74.459547996521,45.298828125],[-74.46044921875,45.2985053062439],[-74.46533203125,45.296939849853516],[-74.47021484375,45.295522689819336],[-74.47197437286377,45.294921875],[-74.47509765625,45.2938756942749],[-74.47998046875,45.29244089126587],[-74.48423862457275,45.291015625],[-74.48486328125,45.29078960418701],[-74.48974609375,45.289196491241455],[-74.49462890625,45.28779125213623],[-74.4966459274292,45.287109375],[-74.49951171875,45.28614521026611],[-74.50439453125,45.284698486328125],[-74.50886249542236,45.283203125],[-74.50927734375,45.28305101394653],[-74.51416015625,45.2814416885376],[-74.51904296875,45.28006553649902],[-74.52135562896729,45.279296875],[-74.52392578125,45.278432846069336],[-74.52880859375,45.27696084976196],[-74.53347206115723,45.275390625],[-74.53369140625,45.27530908584595],[-74.53857421875,45.273683071136475],[-74.54345703125,45.27233839035034],[-74.54607486724854,45.271484375],[-74.54833984375,45.2707257270813],[-74.55322265625,45.26924419403076],[-74.55810546875,45.26764392852783],[-74.55828189849854,45.267578125],[-74.56298828125,45.2659969329834],[-74.56787109375,45.26461982727051],[-74.57073211669922,45.263671875],[-74.57275390625,45.262980461120605],[-74.57763671875,45.26149082183838],[-74.58251953125,45.25992679595947],[-74.58295822143555,45.259765625],[-74.58740234375,45.258267402648926],[-74.59228515625,45.25687122344971],[-74.59530830383301,45.255859375],[-74.59716796875,45.25521421432495],[-74.60205078125,45.253714084625244],[-74.60693359375,45.2521710395813],[-74.60753440856934,45.251953125],[-74.61181640625,45.250511169433594],[-74.61669921875,45.24910879135132],[-74.61986064910889,45.248046875],[-74.62158203125,45.24744367599487],[-74.62646484375,45.24592638015747],[-74.63134765625,45.24438810348511],[-74.63202953338623,45.244140625],[-74.63623046875,45.24273109436035],[-74.64111328125,45.24134111404419],[-74.64442253112793,45.240234375],[-74.64599609375,45.23968267440796],[-74.65087890625,45.23814678192139],[-74.65576171875,45.236610412597656],[-74.65654373168945,45.236328125],[-74.66064453125,45.23494863510132],[-74.66552734375,45.233558177948],[-74.66893672943115,45.232421875],[-74.67041015625,45.231905937194824],[-74.67529296875,45.23037099838257],[-74.68017578125,45.228853702545166],[-74.68111991882324,45.228515625],[-74.68505859375,45.227187156677246],[-74.68994140625,45.225772857666016],[-74.69339370727539,45.224609375],[-74.69482421875,45.22410249710083],[-74.69970703125,45.222567558288574],[-74.70458984375,45.221062660217285],[-74.70559597015381,45.220703125],[-74.70947265625,45.219393730163574],[-74.71435546875,45.21797227859497],[-74.71784114837646,45.216796875],[-74.71923828125,45.21630144119263],[-74.72412109375,45.21476697921753],[-74.72900390625,45.2132773399353],[-74.73009586334229,45.212890625],[-74.73388671875,45.21161365509033],[-74.73876953125,45.210185050964355],[-74.74230766296387,45.208984375],[-74.74365234375,45.20850372314453],[-74.74853515625,45.20695734024048],[-74.75341796875,45.20545530319214],[-74.75447654724121,45.205078125],[-74.75830078125,45.20378637313843],[-74.76318359375,45.20236921310425],[-74.76673126220703,45.201171875],[-74.76806640625,45.20069456100464],[-74.77294921875,45.19913673400879],[-74.77783203125,45.19762086868286],[-74.77882385253906,45.197265625],[-74.78271484375,45.195955753326416],[-74.78759765625,45.1945538520813],[-74.79116916656494,45.193359375],[-74.79248046875,45.19289445877075],[-74.79736328125,45.19134187698364],[-74.80224609375,45.18982696533203],[-74.80329036712646,45.189453125],[-74.80712890625,45.18815279006958],[-74.81201171875,45.18673849105835],[-74.81555938720703,45.185546875],[-74.81689453125,45.185072898864746],[-74.82177734375,45.18352699279785],[-74.82666015625,45.18201732635498],[-74.82770919799805,45.181640625],[-74.83154296875,45.18033742904663],[-74.83642578125,45.17890024185181],[-74.83984470367432,45.177734375],[-74.84130859375,45.17721080780029],[-74.84619140625,45.1756591796875],[-74.85107421875,45.174116134643555],[-74.85186576843262,45.173828125],[-74.85595703125,45.172439098358154],[-74.86083984375,45.17101573944092],[-74.86406803131104,45.169921875],[-74.86572265625,45.16933822631836],[-74.87060546875,45.167808532714844],[-74.87548828125,45.1662540435791],[-74.87613677978516,45.166015625],[-74.88037109375,45.16457748413086],[-74.88525390625,45.163153648376465],[-74.88832950592041,45.162109375],[-74.89013671875,45.16147327423096],[-74.89501953125,45.15994930267334],[-74.89990234375,45.1583685874939],[-74.90035057067871,45.158203125],[-74.90478515625,45.1567006111145],[-74.90966796875,45.15530204772949],[-74.91265296936035,45.154296875],[-74.91455078125,45.15363311767578],[-74.91943359375,45.15210008621216],[-74.92431640625,45.15047550201416],[-74.92454051971436,45.150390625],[-74.92919921875,45.14880561828613],[-74.93408203125,45.147417068481445],[-74.93686199188232,45.146484375],[-74.93896484375,45.14575672149658],[-74.94384765625,45.14422845840454],[-74.94870662689209,45.142578125],[-74.94873046875,45.14256954193115],[-74.95361328125,45.140910148620605],[-74.95849609375,45.139524936676025],[-74.9610424041748,45.138671875],[-74.96337890625,45.13787317276001],[-74.96826171875,45.13636350631714],[-74.97292518615723,45.134765625],[-74.97314453125,45.13468265533447],[-74.97802734375,45.133028507232666],[-74.98291015625,45.13163423538208],[-74.98521327972412,45.130859375],[-74.98779296875,45.1299843788147],[-74.99267578125,45.12849569320679],[-74.9971866607666,45.126953125],[-74.99755859375,45.126813888549805],[-75.00244140625,45.125168800354004],[-75.00732421875,45.1237473487854],[-75.00937938690186,45.123046875],[-75.01220703125,45.12208604812622],[-75.01708984375,45.120614528656006],[-75.02140998840332,45.119140625],[-75.02197265625,45.118932247161865],[-75.02685546875,45.11730098724365],[-75.03173828125,45.115849018096924],[-75.03350734710693,45.115234375],[-75.03662109375,45.11417484283447],[-75.04150390625,45.11271572113037],[-75.04557609558105,45.111328125],[-75.04638671875,45.1110315322876],[-75.05126953125,45.10942316055298],[-75.05615234375,45.107935428619385],[-75.05760669708252,45.107421875],[-75.06103515625,45.10625123977661],[-75.06591796875,45.1048059463501],[-75.0697135925293,45.103515625],[-75.07080078125,45.103121280670166],[-75.07568359375,45.10153770446777],[-75.08056640625,45.10001802444458],[-75.0817060470581,45.099609375],[-75.08544921875,45.09833002090454],[-75.09033203125,45.096890926361084],[-75.09381771087646,45.095703125],[-75.09521484375,45.09520149230957],[-75.10009765625,45.093642234802246],[-75.10498046875,45.09208822250366],[-75.1057767868042,45.091796875],[-75.10986328125,45.090394496917725],[-75.11474609375,45.08895540237427],[-75.11785984039307,45.087890625],[-75.11962890625,45.08726263046265],[-75.12451171875,45.085726261138916],[-75.12939453125,45.08412170410156],[-75.12976169586182,45.083984375],[-75.13427734375,45.08243274688721],[-75.13916015625,45.081003189086914],[-75.1418685913086,45.080078125],[-75.14404296875,45.0793194770813],[-75.14892578125,45.07780075073242],[-75.15369415283203,45.076171875],[-75.15380859375,45.076128005981445],[-75.15869140625,45.07445240020752],[-75.16357421875,45.073031425476074],[-75.16582489013672,45.072265625],[-75.16845703125,45.07136297225952],[-75.17333984375,45.069875717163086],[-75.17777919769287,45.068359375],[-75.17822265625,45.06819486618042],[-75.18310546875,45.066551208496094],[-75.18798828125,45.06509494781494],[-75.18983364105225,45.064453125],[-75.19287109375,45.063411235809326],[-75.19775390625,45.06193733215332],[-75.20181655883789,45.060546875],[-75.20263671875,45.06024503707886],[-75.20751953125,45.0586371421814],[-75.21240234375,45.05714273452759],[-75.21381378173828,45.056640625],[-75.21728515625,45.05544948577881],[-75.22216796875,45.053985595703125],[-75.22580146789551,45.052734375],[-75.22705078125,45.052279472351074],[-75.23193359375,45.050700187683105],[-75.23681640625,45.04914379119873],[-75.23767471313477,45.048828125],[-75.24169921875,45.04744005203247],[-75.24658203125,45.045989990234375],[-75.24969100952148,45.044921875],[-75.25146484375,45.04429006576538],[-75.25634765625,45.04274845123291],[-75.26123046875,45.041125774383545],[-75.2615213394165,45.041015625],[-75.26611328125,45.0394287109375],[-75.27099609375,45.03799247741699],[-75.27357578277588,45.037109375],[-75.27587890625,45.03630590438843],[-75.28076171875,45.03478956222534],[-75.2853775024414,45.033203125],[-75.28564453125,45.0331015586853],[-75.29052734375,45.031429290771484],[-75.29541015625,45.02997398376465],[-75.29736042022705,45.029296875],[-75.30029296875,45.028286933898926],[-75.30517578125,45.02680730819702],[-75.30930042266846,45.025390625],[-75.31005859375,45.02510929107666],[-75.31494140625,45.02348041534424],[-75.31982421875,45.02196407318115],[-75.32116413116455,45.021484375],[-75.32470703125,45.02026557922363],[-75.32958984375,45.018813610076904],[-75.33318996429443,45.017578125],[-75.33447265625,45.01711320877075],[-75.33935546875,45.01552200317383],[-75.34423828125,45.01393222808838],[-75.34493923187256,45.013671875],[-75.34912109375,45.01223134994507],[-75.35400390625,45.01079511642456],[-75.35699844360352,45.009765625],[-75.35888671875,45.009095191955566],[-75.36376953125,45.0075364112854],[-75.36860942840576,45.005859375],[-75.36865234375,45.00584363937378],[-75.37353515625,45.004150390625],[-75.37841796875,45.00272464752197],[-75.3806734085083,45.001953125],[-75.38330078125,45.00104856491089],[-75.38818359375,44.99953889846802],[-75.39247989654541,44.998046875],[-75.39306640625,44.99782609939575],[-75.39794921875,44.996177673339844],[-75.40283203125,44.99467945098877],[-75.4043436050415,44.994140625],[-75.40771484375,44.99297761917114],[-75.41259765625,44.99150371551514],[-75.416259765625,44.990234375],[-75.41748046875,44.98978519439697],[-75.42236328125,44.98818254470825],[-75.42724609375,44.9865927696228],[-75.42795658111572,44.986328125],[-75.43212890625,44.984885692596436],[-75.43701171875,44.983439445495605],[-75.43995380401611,44.982421875],[-75.44189453125,44.98172664642334],[-75.44677734375,44.98016119003296],[-75.45151710510254,44.978515625],[-75.45166015625,44.97846031188965],[-75.45654296875,44.97677803039551],[-75.46142578125,44.975337982177734],[-75.46353340148926,44.974609375],[-75.46630859375,44.97364664077759],[-75.47119140625,44.97213125228882],[-75.47529220581055,44.970703125],[-75.47607421875,44.97041082382202],[-75.48095703125,44.968782901763916],[-75.48583984375,44.967257499694824],[-75.48710823059082,44.966796875],[-75.49072265625,44.96553993225098],[-75.49560546875,44.96405553817749],[-75.49894332885742,44.962890625],[-75.50048828125,44.962327003479004],[-75.50537109375,44.96074914932251],[-75.51025390625,44.959105491638184],[-75.51056861877441,44.958984375],[-75.51513671875,44.957385540008545],[-75.52001953125,44.955928325653076],[-75.52247524261475,44.955078125],[-75.52490234375,44.95422697067261],[-75.52978515625,44.95270347595215],[-75.53418636322021,44.951171875],[-75.53466796875,44.95098876953125],[-75.53955078125,44.94931125640869],[-75.54443359375,44.94778347015381],[-75.54586887359619,44.947265625],[-75.54931640625,44.946064949035645],[-75.55419921875,44.94459104537964],[-75.55774211883545,44.943359375],[-75.55908203125,44.942867279052734],[-75.56396484375,44.941256523132324],[-75.56884765625,44.93961715698242],[-75.56928157806396,44.939453125],[-75.57373046875,44.93790912628174],[-75.57861328125,44.936477184295654],[-75.58131217956543,44.935546875],[-75.58349609375,44.93477392196655],[-75.58837890625,44.933215618133545],[-75.59288501739502,44.931640625],[-75.59326171875,44.93149709701538],[-75.59814453125,44.929831981658936],[-75.60302734375,44.92835283279419],[-75.60477256774902,44.927734375],[-75.60791015625,44.926640033721924],[-75.61279296875,44.92512893676758],[-75.61649799346924,44.923828125],[-75.61767578125,44.92339086532593],[-75.62255859375,44.921783447265625],[-75.62744140625,44.92018413543701],[-75.62813758850098,44.919921875],[-75.63232421875,44.918453216552734],[-75.63720703125,44.91697359085083],[-75.63994407653809,44.916015625],[-75.64208984375,44.91524887084961],[-75.64697265625,44.91370439529419],[-75.65155982971191,44.912109375],[-75.65185546875,44.91199588775635],[-75.65673828125,44.910305976867676],[-75.66162109375,44.908814430236816],[-75.6633472442627,44.908203125],[-75.66650390625,44.907108306884766],[-75.67138671875,44.90562057495117],[-75.67517757415771,44.904296875],[-75.67626953125,44.90389108657837],[-75.68115234375,44.90225410461426],[-75.68603515625,44.90063190460205],[-75.68667411804199,44.900390625],[-75.69091796875,44.89891338348389],[-75.69580078125,44.89746570587158],[-75.69862842559814,44.896484375],[-75.70068359375,44.895747661590576],[-75.70556640625,44.89417266845703],[-75.7101058959961,44.892578125],[-75.71044921875,44.892446517944336],[-75.71533203125,44.89076805114746],[-75.72021484375,44.88927173614502],[-75.72189331054688,44.888671875],[-75.72509765625,44.88754940032959],[-75.72998046875,44.88603448867798],[-75.73358058929443,44.884765625],[-75.73486328125,44.88428974151611],[-75.73974609375,44.88267803192139],[-75.74462890625,44.881032943725586],[-75.7450819015503,44.880859375],[-75.74951171875,44.87929582595825],[-75.75439453125,44.87782430648804],[-75.75689315795898,44.876953125],[-75.75927734375,44.8761100769043],[-75.76416015625,44.874573707580566],[-75.7685136795044,44.873046875],[-75.76904296875,44.8728461265564],[-75.77392578125,44.871163845062256],[-75.77880859375,44.86961269378662],[-75.78010082244873,44.869140625],[-75.78369140625,44.86788082122803],[-75.78857421875,44.866390228271484],[-75.79185485839844,44.865234375],[-75.79345703125,44.8646445274353],[-75.79833984375,44.863038063049316],[-75.80322265625,44.86133003234863],[-75.80322742462158,44.861328125],[-75.80810546875,44.859619140625],[-75.81298828125,44.85816287994385],[-75.815110206604,44.857421875],[-75.81787109375,44.856454849243164],[-75.82275390625,44.85492277145386],[-75.82675457000732,44.853515625],[-75.82763671875,44.85318326950073],[-75.83251953125,44.851542949676514],[-75.83740234375,44.849953174591064],[-75.83832263946533,44.849609375],[-75.84228515625,44.84821367263794],[-75.84716796875,44.84672975540161],[-75.85009098052979,44.845703125],[-75.85205078125,44.84499454498291],[-75.85693359375,44.84342050552368],[-75.86154460906982,44.841796875],[-75.86181640625,44.841691970825195],[-75.86669921875,44.83999061584473],[-75.87158203125,44.83847999572754],[-75.87322235107422,44.837890625],[-75.87646484375,44.836750507354736],[-75.88134765625,44.83522987365723],[-75.88485717773438,44.833984375],[-75.88623046875,44.833473682403564],[-75.89111328125,44.83185958862305],[-75.89599609375,44.83018636703491],[-75.89627265930176,44.830078125],[-75.90087890625,44.82844686508179],[-75.90576171875,44.82695770263672],[-75.90798854827881,44.826171875],[-75.91064453125,44.825233936309814],[-75.91552734375,44.823715686798096],[-75.91967582702637,44.822265625],[-75.92041015625,44.821988582611084],[-75.92529296875,44.82031869888306],[-75.93017578125,44.81871747970581],[-75.9311294555664,44.818359375],[-75.93505859375,44.81697607040405],[-75.93994140625,44.81549692153931],[-75.94290256500244,44.814453125],[-75.94482421875,44.81375217437744],[-75.94970703125,44.81215524673462],[-75.95426082611084,44.810546875],[-75.95458984375,44.810420989990234],[-75.95947265625,44.80873203277588],[-75.96435546875,44.807209491729736],[-75.96591472625732,44.806640625],[-75.96923828125,44.80545949935913],[-75.97412109375,44.803919315338135],[-75.97743034362793,44.802734375],[-75.97900390625,44.80214738845825],[-75.98388671875,44.800538063049316],[-75.98873615264893,44.798828125],[-75.98876953125,44.79881477355957],[-75.99365234375,44.797072887420654],[-75.99853515625,44.79556369781494],[-76.00033283233643,44.794921875],[-76.00341796875,44.79383850097656],[-76.00830078125,44.79232168197632],[-76.01198673248291,44.791015625],[-76.01318359375,44.79056692123413],[-76.01806640625,44.78892374038696],[-76.02294921875,44.78724670410156],[-76.02330207824707,44.787109375],[-76.02783203125,44.78550148010254],[-76.03271484375,44.78400802612305],[-76.03497982025146,44.783203125],[-76.03759765625,44.78226709365845],[-76.04248046875,44.78072452545166],[-76.04652404785156,44.779296875],[-76.04736328125,44.778979778289795],[-76.05224609375,44.77730941772461],[-76.05712890625,44.77567005157471],[-76.05786323547363,44.775390625],[-76.06201171875,44.773921966552734],[-76.06689453125,44.77243995666504],[-76.06959342956543,44.771484375],[-76.07177734375,44.77069091796875],[-76.07666015625,44.76910066604614],[-76.08093738555908,44.767578125],[-76.08154296875,44.76734638214111],[-76.08642578125,44.76567029953003],[-76.09130859375,44.764084815979004],[-76.09241008758545,44.763671875],[-76.09619140625,44.76232051849365],[-76.10107421875,44.760802268981934],[-76.10398769378662,44.759765625],[-76.10595703125,44.75904607772827],[-76.11083984375,44.757468700408936],[-76.11539840698242,44.755859375],[-76.11572265625,44.75573444366455],[-76.12060546875,44.75401735305786],[-76.12548828125,44.7524619102478],[-76.12687587738037,44.751953125],[-76.13037109375,44.7507209777832],[-76.13525390625,44.749210357666016],[-76.13851547241211,44.748046875],[-76.14013671875,44.74744272232056],[-76.14501953125,44.745819091796875],[-76.14975929260254,44.744140625],[-76.14990234375,44.74408483505249],[-76.15478515625,44.74236440658569],[-76.15966796875,44.74083757400513],[-76.16133689880371,44.740234375],[-76.16455078125,44.73909616470337],[-76.16943359375,44.737571716308594],[-76.17291450500488,44.736328125],[-76.17431640625,44.7358021736145],[-76.17919921875,44.73415565490723],[-76.18406295776367,44.732421875],[-76.18408203125,44.73241424560547],[-76.18896484375,44.73068714141846],[-76.19384765625,44.72920370101929],[-76.19577884674072,44.728515625],[-76.19873046875,44.727468490600586],[-76.20361328125,44.72590637207031],[-76.20721340179443,44.724609375],[-76.20849609375,44.72412395477295],[-76.21337890625,44.7224907875061],[-76.21826171875,44.72078895568848],[-76.21847629547119,44.720703125],[-76.22314453125,44.71902322769165],[-76.22802734375,44.71751022338867],[-76.23002052307129,44.716796875],[-76.23291015625,44.71577024459839],[-76.23779296875,44.71423053741455],[-76.24153137207031,44.712890625],[-76.24267578125,44.712454319000244],[-76.24755859375,44.71077251434326],[-76.25244140625,44.70902919769287],[-76.25255584716797,44.708984375],[-76.25732421875,44.707271099090576],[-76.26220703125,44.70576333999634],[-76.26412868499756,44.705078125],[-76.26708984375,44.7040319442749],[-76.27197265625,44.70250606536865],[-76.27572536468506,44.701171875],[-76.27685546875,44.70074510574341],[-76.28173828125,44.69906806945801],[-76.28662109375,44.69732475280762],[-76.28676891326904,44.697265625],[-76.29150390625,44.695566177368164],[-76.29638671875,44.69406986236572],[-76.29837036132812,44.693359375],[-76.30126953125,44.69232416152954],[-76.30615234375,44.69076442718506],[-76.30982398986816,44.689453125],[-76.31103515625,44.68899631500244],[-76.31591796875,44.68735980987549],[-76.32080078125,44.68565797805786],[-76.32108211517334,44.685546875],[-76.32568359375,44.68388605117798],[-76.33056640625,44.682371616363525],[-76.33260250091553,44.681640625],[-76.33544921875,44.68062210083008],[-76.34033203125,44.67905950546265],[-76.343994140625,44.677734375],[-76.34521484375,44.677268505096436],[-76.35009765625,44.67560529708862],[-76.35498046875,44.67387104034424],[-76.3550853729248,44.673828125],[-76.35986328125,44.672096252441406],[-76.36474609375,44.670544147491455],[-76.36644840240479,44.669921875],[-76.36962890625,44.668785572052],[-76.37451171875,44.6672568321228],[-76.37797832489014,44.666015625],[-76.37939453125,44.66548299789429],[-76.38427734375,44.66382646560669],[-76.3890790939331,44.662109375],[-76.38916015625,44.662076473236084],[-76.39404296875,44.6603364944458],[-76.39892578125,44.658788204193115],[-76.40051364898682,44.658203125],[-76.40380859375,44.657021045684814],[-76.40869140625,44.65547037124634],[-76.41193389892578,44.654296875],[-76.41357421875,44.65368032455444],[-76.41845703125,44.65204477310181],[-76.4230489730835,44.650390625],[-76.42333984375,44.65027666091919],[-76.42822265625,44.648540019989014],[-76.43310546875,44.64694118499756],[-76.43431186676025,44.646484375],[-76.43798828125,44.645151138305664],[-76.44287109375,44.64358472824097],[-76.44562244415283,44.642578125],[-76.44775390625,44.64178419113159],[-76.45263671875,44.64018487930298],[-76.45683288574219,44.638671875],[-76.45751953125,44.63840389251709],[-76.46240234375,44.63668251037598],[-76.46728515625,44.635000705718994],[-76.46789073944092,44.634765625],[-76.47216796875,44.63322973251343],[-76.47705078125,44.63171100616455],[-76.4794111251831,44.630859375],[-76.48193359375,44.62994146347046],[-76.48681640625,44.6283655166626],[-76.49073123931885,44.626953125],[-76.49169921875,44.62658071517944],[-76.49658203125,44.62487554550171],[-76.50146484375,44.62312316894531],[-76.50165557861328,44.623046875],[-76.50634765625,44.62135553359985],[-76.51123046875,44.61986064910889],[-76.51324272155762,44.619140625],[-76.51611328125,44.61811590194702],[-76.52099609375,44.61654806137085],[-76.52464389801025,44.615234375],[-76.52587890625,44.614765644073486],[-76.53076171875,44.613120555877686],[-76.53564453125,44.61139535903931],[-76.53581142425537,44.611328125],[-76.54052734375,44.60960531234741],[-76.54541015625,44.608041763305664],[-76.54707908630371,44.607421875],[-76.55029296875,44.60624933242798],[-76.55517578125,44.604652404785156],[-76.55825614929199,44.603515625],[-76.56005859375,44.60283184051514],[-76.56494140625,44.601215839385986],[-76.56942844390869,44.599609375],[-76.56982421875,44.5994553565979],[-76.57470703125,44.597716331481934],[-76.57958984375,44.59608697891235],[-76.58060073852539,44.595703125],[-76.58447265625,44.59431505203247],[-76.58935546875,44.59279155731201],[-76.59209728240967,44.591796875],[-76.59423828125,44.591002464294434],[-76.59912109375,44.589388847351074],[-76.60327434539795,44.587890625],[-76.60400390625,44.58760738372803],[-76.61376953125,44.58419895172119],[-76.61431312561035,44.583984375],[-76.61865234375,44.582404136657715],[-76.62353515625,44.580888748168945],[-76.6257905960083,44.580078125],[-76.62841796875,44.57912731170654],[-76.63330078125,44.57753896713257],[-76.63705825805664,44.576171875],[-76.63818359375,44.575737953186035],[-76.64306640625,44.574055194854736],[-76.64794921875,44.5722975730896],[-76.6480302810669,44.572265625],[-76.65283203125,44.57051134109497],[-76.65771484375,44.56894302368164],[-76.65928840637207,44.568359375],[-76.66259765625,44.567163944244385],[-76.66748046875,44.56559944152832],[-76.67062759399414,44.564453125],[-76.67236328125,44.56380033493042],[-76.67724609375,44.562180519104004],[-76.68179988861084,44.560546875],[-76.68212890625,44.56041765213013],[-76.68701171875,44.55866098403931],[-76.69189453125,44.55701398849487],[-76.69286727905273,44.556640625],[-76.69677734375,44.55522584915161],[-76.70166015625,44.55368185043335],[-76.70424461364746,44.552734375],[-76.70654296875,44.55187940597534],[-76.71142578125,44.5502667427063],[-76.71538352966309,44.548828125],[-76.71630859375,44.54847002029419],[-76.72119140625,44.54676675796509],[-76.72607421875,44.54502010345459],[-76.72631740570068,44.544921875],[-76.73095703125,44.54324150085449],[-76.73583984375,44.54173135757446],[-76.73781871795654,44.541015625],[-76.74072265625,44.53996467590332],[-76.74560546875,44.538371086120605],[-76.74904823303223,44.537109375],[-76.75048828125,44.53655958175659],[-76.75537109375,44.534905433654785],[-76.76008224487305,44.533203125],[-76.76025390625,44.53313493728638],[-76.76513671875,44.53136110305786],[-76.77001953125,44.529733657836914],[-76.7711591720581,44.529296875],[-76.77490234375,44.52793264389038],[-76.77978515625,44.526347637176514],[-76.78236961364746,44.525390625],[-76.78466796875,44.524532318115234],[-76.78955078125,44.522944927215576],[-76.79359912872314,44.521484375],[-76.79443359375,44.5211615562439],[-76.79931640625,44.519437313079834],[-76.80419921875,44.51768636703491],[-76.8044662475586,44.517578125],[-76.80908203125,44.51589393615723],[-76.81396484375,44.51435327529907],[-76.81582927703857,44.513671875],[-76.81884765625,44.5125789642334],[-76.82373046875,44.51100492477417],[-76.82710647583008,44.509765625],[-76.82861328125,44.50918674468994],[-76.83349609375,44.507506370544434],[-76.83801651000977,44.505859375],[-76.83837890625,44.50571632385254],[-76.84326171875,44.503982067108154],[-76.84814453125,44.50234794616699],[-76.84916973114014,44.501953125],[-76.85302734375,44.500542640686035],[-76.85791015625,44.49897861480713],[-76.86043739318848,44.498046875],[-76.86279296875,44.49716663360596],[-76.86767578125,44.4955358505249],[-76.87145233154297,44.494140625],[-76.87255859375,44.49370861053467],[-76.87744140625,44.49201822280884],[-76.88232421875,44.49025630950928],[-76.8823766708374,44.490234375],[-76.88720703125,44.48845434188843],[-76.89208984375,44.486849784851074],[-76.89347743988037,44.486328125],[-76.89697265625,44.48506450653076],[-76.90185546875,44.48350524902344],[-76.90479755401611,44.482421875],[-76.90673828125,44.48168468475342],[-76.91162109375,44.48003435134888],[-76.91574573516846,44.478515625],[-76.91650390625,44.47821664810181],[-76.92138671875,44.47646999359131],[-76.92626953125,44.47470235824585],[-76.92649841308594,44.474609375],[-76.93115234375,44.47291088104248],[-76.93603515625,44.47136688232422],[-76.93783760070801,44.470703125],[-76.94091796875,44.46958065032959],[-76.94580078125,44.46798372268677],[-76.94900512695312,44.466796875],[-76.95068359375,44.466153621673584],[-76.95556640625,44.464491844177246],[-76.95995807647705,44.462890625],[-76.96044921875,44.46269607543945],[-76.96533203125,44.460962772369385],[-76.97021484375,44.459285259246826],[-76.97097778320312,44.458984375],[-76.97509765625,44.4574613571167],[-76.97998046875,44.45588445663452],[-76.98215961456299,44.455078125],[-76.98486328125,44.45408058166504],[-76.98974609375,44.45247459411621],[-76.99326515197754,44.451171875],[-76.99462890625,44.45064115524292],[-76.99951171875,44.44895029067993],[-77.00411319732666,44.447265625],[-77.00439453125,44.44715356826782],[-77.00927734375,44.4453763961792],[-77.01416015625,44.443705558776855],[-77.01505184173584,44.443359375],[-77.01904296875,44.44190835952759],[-77.02392578125,44.44035816192627],[-77.02637672424316,44.439453125],[-77.02880859375,44.43854236602783],[-77.03369140625,44.436912536621094],[-77.03737735748291,44.435546875],[-77.03857421875,44.435078144073486],[-77.04345703125,44.43336200714111],[-77.04813003540039,44.431640625],[-77.04833984375,44.431556224823],[-77.05322265625,44.42978239059448],[-77.05810546875,44.42811584472656],[-77.05907344818115,44.427734375],[-77.06298828125,44.426281452178955],[-77.06787109375,44.42469120025635],[-77.07018375396729,44.423828125],[-77.07275390625,44.42286682128906],[-77.07763671875,44.42124128341675],[-77.0811939239502,44.419921875],[-77.08251953125,44.419405460357666],[-77.08740234375,44.41772985458374],[-77.09213256835938,44.416015625],[-77.09228515625,44.41595411300659],[-77.09716796875,44.414161682128906],[-77.10205078125,44.41250038146973],[-77.10306167602539,44.412109375],[-77.10693359375,44.410691261291504],[-77.11181640625,44.40910863876343],[-77.11424350738525,44.408203125],[-77.11669921875,44.407278537750244],[-77.12158203125,44.405662059783936],[-77.12528228759766,44.404296875],[-77.12646484375,44.403833866119385],[-77.13134765625,44.40211248397827],[-77.13603496551514,44.400390625],[-77.13623046875,44.4003119468689],[-77.14111328125,44.39853858947754],[-77.14599609375,44.3968710899353],[-77.14698314666748,44.396484375],[-77.15087890625,44.39504528045654],[-77.15576171875,44.39346694946289],[-77.15814113616943,44.392578125],[-77.16064453125,44.39163589477539],[-77.16552734375,44.389992237091064],[-77.16907978057861,44.388671875],[-77.17041015625,44.38815450668335],[-77.17529296875,44.38647413253784],[-77.17997074127197,44.384765625],[-77.18017578125,44.38468360900879],[-77.18505859375,44.38289546966553],[-77.18994140625,44.381210803985596],[-77.19082832336426,44.380859375],[-77.19482421875,44.379369258880615],[-77.19970703125,44.3777494430542],[-77.20181465148926,44.376953125],[-77.20458984375,44.3759126663208],[-77.20947265625,44.37431526184082],[-77.21291542053223,44.373046875],[-77.21435546875,44.37249040603638],[-77.21923828125,44.370808601379395],[-77.22379207611084,44.369140625],[-77.22412109375,44.36900854110718],[-77.22900390625,44.36720609664917],[-77.23388671875,44.36543560028076],[-77.23438262939453,44.365234375],[-77.23876953125,44.36360549926758],[-77.24365234375,44.36204814910889],[-77.24559307098389,44.361328125],[-77.24853515625,44.36024284362793],[-77.25341796875,44.35862398147583],[-77.2566270828247,44.357421875],[-77.25830078125,44.35677242279053],[-77.26318359375,44.35508108139038],[-77.26739406585693,44.353515625],[-77.26806640625,44.35324716567993],[-77.27294921875,44.35150194168091],[-77.27783203125,44.34973478317261],[-77.27813720703125,44.349609375],[-77.28271484375,44.34789562225342],[-77.28759765625,44.34629583358765],[-77.28916645050049,44.345703125],[-77.29248046875,44.34448289871216],[-77.29736328125,44.34286642074585],[-77.30020999908447,44.341796875],[-77.30224609375,44.341017723083496],[-77.30712890625,44.339380741119385],[-77.31117725372314,44.337890625],[-77.31201171875,44.33756160736084],[-77.31689453125,44.33581352233887],[-77.32177734375,44.3340277671814],[-77.3218822479248,44.333984375],[-77.32666015625,44.332204818725586],[-77.33154296875,44.33053779602051],[-77.33272552490234,44.330078125],[-77.33642578125,44.328707218170166],[-77.34130859375,44.32712507247925],[-77.34385013580322,44.326171875],[-77.34619140625,44.325279712677],[-77.35107421875,44.32362174987793],[-77.35469818115234,44.322265625],[-77.35595703125,44.32176971435547],[-77.36083984375,44.32004976272583],[-77.36539363861084,44.318359375],[-77.36572265625,44.31822729110718],[-77.37060546875,44.31645345687866],[-77.37548828125,44.31473970413208],[-77.37619876861572,44.314453125],[-77.38037109375,44.31288242340088],[-77.38525390625,44.31126880645752],[-77.38716125488281,44.310546875],[-77.39013671875,44.30943441390991],[-77.39501953125,44.30780076980591],[-77.39809513092041,44.306640625],[-77.39990234375,44.30593967437744],[-77.40478515625,44.30428409576416],[-77.40899562835693,44.302734375],[-77.40966796875,44.30246639251709],[-77.41455078125,44.30069971084595],[-77.41943359375,44.29891395568848],[-77.41964340209961,44.298828125],[-77.42431640625,44.29707431793213],[-77.42919921875,44.295408725738525],[-77.43045330047607,44.294921875],[-77.43408203125,44.29357433319092],[-77.43896484375,44.29198122024536],[-77.44152545928955,44.291015625],[-77.44384765625,44.29012680053711],[-77.44873046875,44.28846740722656],[-77.45234489440918,44.287109375],[-77.45361328125,44.28660726547241],[-77.45849609375,44.284860610961914],[-77.4629020690918,44.283203125],[-77.46337890625,44.28301000595093],[-77.46826171875,44.2812442779541],[-77.47314453125,44.27948999404907],[-77.47361183166504,44.279296875],[-77.47802734375,44.27762031555176],[-77.48291015625,44.27596998214722],[-77.48439311981201,44.275390625],[-77.48779296875,44.274096965789795],[-77.49267578125,44.27241277694702],[-77.4950647354126,44.271484375],[-77.49755859375,44.27051877975464],[-77.50244140625,44.26887083053589],[-77.50586032867432,44.267578125],[-77.50732421875,44.26699924468994],[-77.51220703125,44.265278339385986],[-77.51648426055908,44.263671875],[-77.51708984375,44.263426780700684],[-77.52197265625,44.261630058288574],[-77.52685546875,44.259817123413086],[-77.52697944641113,44.259765625],[-77.53173828125,44.25797986984253],[-77.53662109375,44.25629186630249],[-77.53771781921387,44.255859375],[-77.54150390625,44.25444507598877],[-77.54638671875,44.25285816192627],[-77.54880428314209,44.251953125],[-77.55126953125,44.25102090835571],[-77.55615234375,44.24937963485718],[-77.5597620010376,44.248046875],[-77.56103515625,44.2475528717041],[-77.56591796875,44.24586486816406],[-77.57062911987305,44.244140625],[-77.57080078125,44.24407196044922],[-77.57568359375,44.24228525161743],[-77.58056640625,44.2406120300293],[-77.5815200805664,44.240234375],[-77.58544921875,44.23875904083252],[-77.59033203125,44.23711109161377],[-77.59235382080078,44.236328125],[-77.59521484375,44.235230445861816],[-77.60009765625,44.23355531692505],[-77.60303020477295,44.232421875],[-77.60498046875,44.2316517829895],[-77.60986328125,44.2299599647522],[-77.6136827468872,44.228515625],[-77.61474609375,44.22808837890625],[-77.61962890625,44.22633695602417],[-77.62425899505615,44.224609375],[-77.62451171875,44.22450590133667],[-77.62939453125,44.22267198562622],[-77.63427734375,44.220866680145264],[-77.63467788696289,44.220703125],[-77.63916015625,44.219032764434814],[-77.64404296875,44.217469692230225],[-77.64584541320801,44.216796875],[-77.64892578125,44.21565771102905],[-77.65380859375,44.214030742645264],[-77.65682220458984,44.212890625],[-77.65869140625,44.21216058731079],[-77.66357421875,44.210455894470215],[-77.66746520996094,44.208984375],[-77.66845703125,44.20858716964722],[-77.67333984375,44.20684242248535],[-77.67805576324463,44.205078125],[-77.67822265625,44.2050085067749],[-77.68310546875,44.203144550323486],[-77.68798828125,44.20131587982178],[-77.6883316040039,44.201171875],[-77.69287109375,44.19942617416382],[-77.69775390625,44.1977424621582],[-77.69896984100342,44.197265625],[-77.70263671875,44.195889949798584],[-77.70751953125,44.19425106048584],[-77.70984649658203,44.193359375],[-77.71240234375,44.192378520965576],[-77.71728515625,44.190746784210205],[-77.72075653076172,44.189453125],[-77.72216796875,44.188899517059326],[-77.72705078125,44.1871862411499],[-77.73147583007812,44.185546875],[-77.73193359375,44.185362339019775],[-77.73681640625,44.183576583862305],[-77.74169921875,44.1817831993103],[-77.7420425415039,44.181640625],[-77.74658203125,44.17992687225342],[-77.75146484375,44.17828178405762],[-77.75286197662354,44.177734375],[-77.75634765625,44.176405906677246],[-77.76123046875,44.17470836639404],[-77.76345252990723,44.173828125],[-77.76611328125,44.17277908325195],[-77.77099609375,44.1710729598999],[-77.77397155761719,44.169921875],[-77.77587890625,44.16916751861572],[-77.78076171875,44.16746997833252],[-77.78460025787354,44.166015625],[-77.78564453125,44.165595054626465],[-77.79052734375,44.16385889053345],[-77.79529094696045,44.162109375],[-77.79541015625,44.16206169128418],[-77.80029296875,44.16024112701416],[-77.80517578125,44.158493518829346],[-77.80588150024414,44.158203125],[-77.81005859375,44.156606674194336],[-77.81494140625,44.15490961074829],[-77.81647205352783,44.154296875],[-77.81982421875,44.152995586395264],[-77.82470703125,44.151307582855225],[-77.82702922821045,44.150390625],[-77.82958984375,44.14937877655029],[-77.83447265625,44.14766836166382],[-77.83753395080566,44.146484375],[-77.83935546875,44.14576244354248],[-77.84423828125,44.14405632019043],[-77.8481674194336,44.142578125],[-77.84912109375,44.14219856262207],[-77.85400390625,44.14048671722412],[-77.85888671875,44.13870906829834],[-77.85897731781006,44.138671875],[-77.86376953125,44.136860847473145],[-77.86865234375,44.13513517379761],[-77.86956310272217,44.134765625],[-77.87353515625,44.133241176605225],[-77.87841796875,44.13156032562256],[-77.88020133972168,44.130859375],[-77.88330078125,44.12966823577881],[-77.88818359375,44.1279878616333],[-77.89083003997803,44.126953125],[-77.89306640625,44.126068115234375],[-77.89794921875,44.12437105178833],[-77.90138244628906,44.123046875],[-77.90283203125,44.12246131896973],[-77.90771484375,44.12068748474121],[-77.91172504425049,44.119140625],[-77.91259765625,44.11878204345703],[-77.91748046875,44.11699295043945],[-77.92216300964355,44.115234375],[-77.92236328125,44.11515235900879],[-77.92724609375,44.11334276199341],[-77.93212890625,44.111576557159424],[-77.93272972106934,44.111328125],[-77.93701171875,44.10968637466431],[-77.94189453125,44.108033180236816],[-77.9434585571289,44.107421875],[-77.94677734375,44.10615825653076],[-77.95166015625,44.10447549819946],[-77.95411586761475,44.103515625],[-77.95654296875,44.10256290435791],[-77.96142578125,44.10086631774902],[-77.96467781066895,44.099609375],[-77.96630859375,44.09895706176758],[-77.97119140625,44.09723377227783],[-77.97521114349365,44.095703125],[-77.97607421875,44.09535074234009],[-77.98095703125,44.09355545043945],[-77.98560619354248,44.091796875],[-77.98583984375,44.09169960021973],[-77.99072265625,44.08985137939453],[-77.99560546875,44.08803033828735],[-77.99593925476074,44.087890625],[-78.00048828125,44.0861554145813],[-78.00537109375,44.08446455001831],[-78.00658226013184,44.083984375],[-78.01025390625,44.082589626312256],[-78.01513671875,44.08094024658203],[-78.01734924316406,44.080078125],[-78.02001953125,44.07903718948364],[-78.02490234375,44.07731771469116],[-78.02780628204346,44.076171875],[-78.02978515625,44.07537508010864],[-78.03466796875,44.07364082336426],[-78.0382490158081,44.072265625],[-78.03955078125,44.07174253463745],[-78.04443359375,44.070013999938965],[-78.04880142211914,44.068359375],[-78.04931640625,44.06814622879028],[-78.05419921875,44.06631278991699],[-78.05908203125,44.064467906951904],[-78.05911540985107,44.064453125],[-78.06396484375,44.06258678436279],[-78.06884765625,44.06077718734741],[-78.06939601898193,44.060546875],[-78.07373046875,44.058863162994385],[-78.07861328125,44.05715465545654],[-78.07990550994873,44.056640625],[-78.08349609375,44.05527067184448],[-78.08837890625,44.053622245788574],[-78.09066772460938,44.052734375],[-78.09326171875,44.05172348022461],[-78.09814453125,44.05003595352173],[-78.10128688812256,44.048828125],[-78.10302734375,44.04813766479492],[-78.10791015625,44.046422481536865],[-78.11190128326416,44.044921875],[-78.11279296875,44.044565200805664],[-78.11767578125,44.04281568527222],[-78.12250137329102,44.041015625],[-78.12255859375,44.040992736816406],[-78.12744140625,44.0391411781311],[-78.13232421875,44.03736209869385],[-78.1329345703125,44.037109375],[-78.13720703125,44.03547143936157],[-78.14208984375,44.03382110595703],[-78.14367771148682,44.033203125],[-78.14697265625,44.03195238113403],[-78.15185546875,44.030263900756836],[-78.15433025360107,44.029296875],[-78.15673828125,44.02835416793823],[-78.16162109375,44.02667999267578],[-78.16498756408691,44.025390625],[-78.16650390625,44.024784564971924],[-78.17138671875,44.0230507850647],[-78.17549228668213,44.021484375],[-78.17626953125,44.02116584777832],[-78.18115234375,44.0193510055542],[-78.18582534790039,44.017578125],[-78.18603515625,44.01749134063721],[-78.19091796875,44.01564931869507],[-78.19580078125,44.013837814331055],[-78.19619655609131,44.013671875],[-78.20068359375,44.01195430755615],[-78.20556640625,44.010257720947266],[-78.20679664611816,44.009765625],[-78.21044921875,44.008370876312256],[-78.21533203125,44.00671434402466],[-78.21752548217773,44.005859375],[-78.22021484375,44.00481081008911],[-78.22509765625,44.00310564041138],[-78.22804927825928,44.001953125],[-78.22998046875,44.00118112564087],[-78.23486328125,43.99945068359375],[-78.23849678039551,43.998046875],[-78.23974609375,43.99754047393799],[-78.24462890625,43.99578666687012],[-78.24896335601807,43.994140625],[-78.24951171875,43.99391555786133],[-78.25439453125,43.99209403991699],[-78.25927734375,43.99024486541748],[-78.25930118560791,43.990234375],[-78.26416015625,43.98835563659668],[-78.26904296875,43.98653793334961],[-78.26953887939453,43.986328125],[-78.27392578125,43.984619140625],[-78.27880859375,43.98288059234619],[-78.2799482345581,43.982421875],[-78.28369140625,43.980987548828125],[-78.28857421875,43.979336738586426],[-78.29067707061768,43.978515625],[-78.29345703125,43.97743225097656],[-78.29833984375,43.97571086883545],[-78.301100730896,43.974609375],[-78.30322265625,43.97374629974365],[-78.30810546875,43.971978187561035],[-78.31132888793945,43.970703125],[-78.31298828125,43.970025062561035],[-78.31787109375,43.96825981140137],[-78.32164764404297,43.966796875],[-78.32275390625,43.96634387969971],[-78.32763671875,43.96458053588867],[-78.33208084106445,43.962890625],[-78.33251953125,43.96270942687988],[-78.33740234375,43.9608736038208],[-78.34228515625,43.9590368270874],[-78.34240913391113,43.958984375],[-78.34716796875,43.957162857055664],[-78.35205078125,43.95541191101074],[-78.35286140441895,43.955078125],[-78.35693359375,43.95350170135498],[-78.36181640625,43.95177364349365],[-78.36331367492676,43.951171875],[-78.36669921875,43.949859619140625],[-78.37158203125,43.948182106018066],[-78.37390899658203,43.947265625],[-78.37646484375,43.94625473022461],[-78.38134765625,43.944541931152344],[-78.38436126708984,43.943359375],[-78.38623046875,43.942604064941406],[-78.39111328125,43.9408483505249],[-78.39468479156494,43.939453125],[-78.39599609375,43.93891620635986],[-78.40087890625,43.93712520599365],[-78.40494155883789,43.935546875],[-78.40576171875,43.935208320617676],[-78.41064453125,43.9334020614624],[-78.41524600982666,43.931640625],[-78.41552734375,43.931522369384766],[-78.42041015625,43.92966556549072],[-78.42529296875,43.92782115936279],[-78.42549324035645,43.927734375],[-78.43017578125,43.92590808868408],[-78.43505859375,43.924095153808594],[-78.43569278717041,43.923828125],[-78.43994140625,43.922163009643555],[-78.44482421875,43.92043876647949],[-78.44610691070557,43.919921875],[-78.44970703125,43.91853332519531],[-78.45458984375,43.916836738586426],[-78.4566593170166,43.916015625],[-78.45947265625,43.914913177490234],[-78.46435546875,43.91322898864746],[-78.4672212600708,43.912109375],[-78.46923828125,43.911301612854004],[-78.47412109375,43.90955352783203],[-78.47756862640381,43.908203125],[-78.47900390625,43.90761661529541],[-78.48388671875,43.90583515167236],[-78.48786354064941,43.904296875],[-78.48876953125,43.9039249420166],[-78.49365234375,43.902122497558594],[-78.49817276000977,43.900390625],[-78.49853515625,43.90023994445801],[-78.50341796875,43.89841365814209],[-78.50830078125,43.896589279174805],[-78.50854396820068,43.896484375],[-78.51318359375,43.894673347473145],[-78.51806640625,43.89285850524902],[-78.5187292098999,43.892578125],[-78.52294921875,43.89091491699219],[-78.52783203125,43.889180183410645],[-78.52908134460449,43.888671875],[-78.53271484375,43.88725471496582],[-78.53759765625,43.885520935058594],[-78.53947162628174,43.884765625],[-78.54248046875,43.88358211517334],[-78.54736328125,43.88187599182129],[-78.54992866516113,43.880859375],[-78.55224609375,43.87993144989014],[-78.55712890625,43.878204345703125],[-78.5603141784668,43.876953125],[-78.56201171875,43.87626266479492],[-78.56689453125,43.874488830566406],[-78.57057094573975,43.873046875],[-78.57177734375,43.8725471496582],[-78.57666015625,43.870737075805664],[-78.58076572418213,43.869140625],[-78.58154296875,43.868818283081055],[-78.58642578125,43.86699867248535],[-78.59100818634033,43.865234375],[-78.59130859375,43.865108489990234],[-78.59619140625,43.86325168609619],[-78.60107421875,43.86140251159668],[-78.60124588012695,43.861328125],[-78.60595703125,43.85948371887207],[-78.61083984375,43.85764408111572],[-78.61135959625244,43.857421875],[-78.61572265625,43.855692863464355],[-78.62060546875,43.853925704956055],[-78.62159729003906,43.853515625],[-78.62548828125,43.85199451446533],[-78.63037109375,43.850247383117676],[-78.63194465637207,43.849609375],[-78.63525390625,43.84830856323242],[-78.64013671875,43.84659957885742],[-78.64237785339355,43.845703125],[-78.64501953125,43.844651222229004],[-78.64990234375,43.842926025390625],[-78.65274906158447,43.841796875],[-78.65478515625,43.84097194671631],[-78.65966796875,43.83920669555664],[-78.66299152374268,43.837890625],[-78.66455078125,43.83724784851074],[-78.66943359375,43.83545112609863],[-78.67316722869873,43.833984375],[-78.67431640625,43.83350849151611],[-78.67919921875,43.83170223236084],[-78.68336200714111,43.830078125],[-78.68408203125,43.829776763916016],[-78.68896484375,43.827956199645996],[-78.69362354278564,43.826171875],[-78.69384765625,43.826077461242676],[-78.69873046875,43.82419776916504],[-78.70361328125,43.82233238220215],[-78.70376586914062,43.822265625],[-78.70849609375,43.82040309906006],[-78.71337890625,43.81855297088623],[-78.71382713317871,43.818359375],[-78.71826171875,43.81660461425781],[-78.72314453125,43.81479549407959],[-78.72395992279053,43.814453125],[-78.72802734375,43.81285572052002],[-78.73291015625,43.811119079589844],[-78.7343168258667,43.810546875],[-78.73779296875,43.809181213378906],[-78.74267578125,43.80746555328369],[-78.74472618103027,43.806640625],[-78.74755859375,43.80551052093506],[-78.75244140625,43.803768157958984],[-78.75501155853271,43.802734375],[-78.75732421875,43.801795959472656],[-78.76220703125,43.800025939941406],[-78.76519680023193,43.798828125],[-78.76708984375,43.79805088043213],[-78.77197265625,43.7962646484375],[-78.77534866333008,43.794921875],[-78.77685546875,43.794301986694336],[-78.78173828125,43.79251956939697],[-78.78557205200195,43.791015625],[-78.78662109375,43.7905797958374],[-78.79150390625,43.78876972198486],[-78.7957763671875,43.787109375],[-78.79638671875,43.7868537902832],[-78.80126953125,43.78499698638916],[-78.80589485168457,43.783203125],[-78.80615234375,43.78309345245361],[-78.81103515625,43.78119659423828],[-78.81591796875,43.77931499481201],[-78.81596088409424,43.779296875],[-78.82080078125,43.777400970458984],[-78.82568359375,43.77553653717041],[-78.82602214813232,43.775390625],[-78.83056640625,43.773603439331055],[-78.83544921875,43.77177143096924],[-78.83612155914307,43.771484375],[-78.84033203125,43.769813537597656],[-78.84521484375,43.76806449890137],[-78.84639739990234,43.767578125],[-78.85009765625,43.76612186431885],[-78.85498046875,43.764373779296875],[-78.85669231414795,43.763671875],[-78.85986328125,43.76240348815918],[-78.86474609375,43.760640144348145],[-78.86688709259033,43.759765625],[-78.86962890625,43.7586555480957],[-78.87451171875,43.75688362121582],[-78.87703895568848,43.755859375],[-78.87939453125,43.754902839660645],[-78.88427734375,43.75314712524414],[-78.88726234436035,43.751953125],[-78.88916015625,43.751173973083496],[-78.89404296875,43.74940490722656],[-78.89747142791748,43.748046875],[-78.89892578125,43.74744415283203],[-78.90380859375,43.745635986328125],[-78.90758514404297,43.744140625],[-78.90869140625,43.74367713928223],[-78.91357421875,43.74183940887451],[-78.91765117645264,43.740234375],[-78.91845703125,43.73989486694336],[-78.92333984375,43.738043785095215],[-78.9277172088623,43.736328125],[-78.92822265625,43.73611545562744],[-78.93310546875,43.73425579071045],[-78.93784523010254,43.732421875],[-78.93798828125,43.732359886169434],[-78.94287109375,43.73046398162842],[-78.94775390625,43.72859287261963],[-78.94793033599854,43.728515625],[-78.95263671875,43.726654052734375],[-78.95751953125,43.72479057312012],[-78.95793437957764,43.724609375],[-78.96240234375,43.72282028198242],[-78.96728515625,43.720967292785645],[-78.9678955078125,43.720703125],[-78.97216796875,43.718995094299316],[-78.97705078125,43.71719551086426],[-78.97799968719482,43.716796875],[-78.98193359375,43.715243339538574],[-78.98681640625,43.71347904205322],[-78.98823738098145,43.712890625],[-78.99169921875,43.71151351928711],[-78.99658203125,43.7097692489624],[-78.99850368499756,43.708984375],[-79.00146484375,43.707794189453125],[-79.00634765625,43.70603561401367],[-79.00869846343994,43.705078125],[-79.01123046875,43.70404529571533],[-79.01611328125,43.70226192474365],[-79.01878833770752,43.701171875],[-79.02099609375,43.70026206970215],[-79.02587890625,43.698463439941406],[-79.02883529663086,43.697265625],[-79.03076171875,43.69647026062012],[-79.03564453125,43.694671630859375],[-79.03890132904053,43.693359375],[-79.04052734375,43.69268321990967],[-79.04541015625,43.69089221954346],[-79.04903888702393,43.689453125],[-79.05029296875,43.68892860412598],[-79.05517578125,43.687110900878906],[-79.05913352966309,43.685546875],[-79.06005859375,43.68515682220459],[-79.06494140625,43.68330478668213],[-79.06915187835693,43.681640625],[-79.06982421875,43.681355476379395],[-79.07470703125,43.67947769165039],[-79.07914161682129,43.677734375],[-79.07958984375,43.67754364013672],[-79.08447265625,43.67565631866455],[-79.08914089202881,43.673828125],[-79.08935546875,43.67373752593994],[-79.09423828125,43.671841621398926],[-79.09912109375,43.66995048522949],[-79.09918785095215,43.669921875],[-79.10400390625,43.668025970458984],[-79.10888671875,43.66615581512451],[-79.10921096801758,43.666015625],[-79.11376953125,43.66419696807861],[-79.11865234375,43.66233253479004],[-79.11916732788086,43.662109375],[-79.12353515625,43.6603479385376],[-79.12841796875,43.65848922729492],[-79.12907600402832,43.658203125],[-79.13330078125,43.656500816345215],[-79.13818359375,43.65468883514404],[-79.13910865783691,43.654296875],[-79.14306640625,43.65271759033203],[-79.14794921875,43.65091419219971],[-79.14919376373291,43.650390625],[-79.15283203125,43.64893436431885],[-79.15771484375,43.647172927856445],[-79.15937900543213,43.646484375],[-79.16259765625,43.64518928527832],[-79.16748046875,43.643423080444336],[-79.16953086853027,43.642578125],[-79.17236328125,43.64142608642578],[-79.17724609375,43.6396427154541],[-79.1796064376831,43.638671875],[-79.18212890625,43.63763427734375],[-79.18701171875,43.635833740234375],[-79.1896104812622,43.634765625],[-79.19189453125,43.63381767272949],[-79.19677734375,43.63200759887695],[-79.19958591461182,43.630859375],[-79.20166015625,43.6299991607666],[-79.20654296875,43.62819290161133],[-79.20958518981934,43.626953125],[-79.21142578125,43.62618541717529],[-79.21630859375,43.624388694763184],[-79.21964645385742,43.623046875],[-79.22119140625,43.62240123748779],[-79.22607421875,43.62058639526367],[-79.2296838760376,43.619140625],[-79.23095703125,43.61860466003418],[-79.23583984375,43.6167631149292],[-79.23965454101562,43.615234375],[-79.24072265625,43.61478233337402],[-79.24560546875,43.61292362213135],[-79.24960613250732,43.611328125],[-79.25048828125,43.610952377319336],[-79.25537109375,43.60908031463623],[-79.25954341888428,43.607421875],[-79.26025390625,43.60711860656738],[-79.26513671875,43.605244636535645],[-79.26949977874756,43.603515625],[-79.27001953125,43.60329341888428],[-79.27490234375,43.60141658782959],[-79.2795181274414,43.599609375],[-79.27978515625,43.59949588775635],[-79.28466796875,43.597588539123535],[-79.28948879241943,43.595703125],[-79.28955078125,43.595675468444824],[-79.29443359375,43.593740463256836],[-79.29931640625,43.59183406829834],[-79.29940223693848,43.591796875],[-79.30419921875,43.589877128601074],[-79.30908203125,43.58797740936279],[-79.30928230285645,43.587890625],[-79.31396484375,43.58601665496826],[-79.31884765625,43.584126472473145],[-79.31917190551758,43.583984375],[-79.32373046875,43.58215618133545],[-79.32861328125,43.58027172088623],[-79.32905673980713,43.580078125],[-79.33349609375,43.578301429748535],[-79.33837890625,43.576443672180176],[-79.33900356292725,43.576171875],[-79.34326171875,43.5744514465332],[-79.34814453125,43.57259559631348],[-79.34890270233154,43.572265625],[-79.35302734375,43.57059383392334],[-79.35791015625,43.56877422332764],[-79.35888290405273,43.568359375],[-79.36279296875,43.5667781829834],[-79.36767578125,43.56495666503906],[-79.36885833740234,43.564453125],[-79.37255859375,43.562947273254395],[-79.37744140625,43.56112194061279],[-79.37879085540771,43.560546875],[-79.38232421875,43.55910587310791],[-79.38720703125,43.557278633117676],[-79.38871383666992,43.556640625],[-79.39208984375,43.555267333984375],[-79.39697265625,43.55347156524658],[-79.39872741699219,43.552734375],[-79.40185546875,43.551456451416016],[-79.40673828125,43.54966449737549],[-79.40874576568604,43.548828125],[-79.41162109375,43.54764747619629],[-79.41650390625,43.54584789276123],[-79.41872596740723,43.544921875],[-79.42138671875,43.54382133483887],[-79.42626953125,43.54200839996338],[-79.42865371704102,43.541015625],[-79.43115234375,43.5399751663208],[-79.43603515625,43.5381498336792],[-79.43853378295898,43.537109375],[-79.44091796875,43.53611087799072],[-79.44580078125,43.53428077697754],[-79.44839477539062,43.533203125],[-79.45068359375,43.532249450683594],[-79.45556640625,43.530426025390625],[-79.45828914642334,43.529296875],[-79.46044921875,43.52839374542236],[-79.46533203125,43.526580810546875],[-79.46823120117188,43.525390625],[-79.47021484375,43.524559020996094],[-79.47509765625,43.52274417877197],[-79.47817802429199,43.521484375],[-79.47998046875,43.52072525024414],[-79.48486328125,43.518893241882324],[-79.48807716369629,43.517578125],[-79.48974609375,43.51687240600586],[-79.49462890625,43.51502513885498],[-79.49793338775635,43.513671875],[-79.49951171875,43.513001441955566],[-79.50439453125,43.51114559173584],[-79.5077657699585,43.509765625],[-79.50927734375,43.50912380218506],[-79.51416015625,43.5072660446167],[-79.51760292053223,43.505859375],[-79.51904296875,43.505248069763184],[-79.52392578125,43.50339412689209],[-79.52745914459229,43.501953125],[-79.52880859375,43.50137805938721],[-79.53369140625,43.499534606933594],[-79.53737258911133,43.498046875],[-79.53857421875,43.49753665924072],[-79.54345703125,43.49567985534668],[-79.54727172851562,43.494140625],[-79.54833984375,43.49368381500244],[-79.55322265625,43.49181079864502],[-79.5571231842041,43.490234375],[-79.55810546875,43.489813804626465],[-79.56298828125,43.48792743682861],[-79.5669412612915,43.486328125],[-79.56787109375,43.48592948913574],[-79.57275390625,43.48403549194336],[-79.57674980163574,43.482421875],[-79.57763671875,43.48204040527344],[-79.58251953125,43.480149269104004],[-79.58656787872314,43.478515625],[-79.58740234375,43.478156089782715],[-79.59228515625,43.476263999938965],[-79.59638118743896,43.474609375],[-79.59716796875,43.474270820617676],[-79.60205078125,43.47239017486572],[-79.60626602172852,43.470703125],[-79.60693359375,43.47041606903076],[-79.61181640625,43.468520164489746],[-79.61612701416016,43.466796875],[-79.61669921875,43.466548919677734],[-79.62158203125,43.46463871002197],[-79.62594509124756,43.462890625],[-79.62646484375,43.462666511535645],[-79.63134765625,43.460744857788086],[-79.63573932647705,43.458984375],[-79.63623046875,43.458770751953125],[-79.64111328125,43.45684337615967],[-79.64551448822021,43.455078125],[-79.64599609375,43.45486831665039],[-79.65087890625,43.452940940856934],[-79.65528964996338,43.451171875],[-79.65576171875,43.45096683502197],[-79.66064453125,43.44904136657715],[-79.66505527496338,43.447265625],[-79.66552734375,43.44706058502197],[-79.67041015625,43.44514083862305],[-79.67484951019287,43.443359375],[-79.67529296875,43.4431676864624],[-79.68017578125,43.44124698638916],[-79.68466281890869,43.439453125],[-79.68505859375,43.43928050994873],[-79.68994140625,43.43735122680664],[-79.69444751739502,43.435546875],[-79.69482421875,43.43538188934326],[-79.69970703125,43.433444023132324],[-79.70419406890869,43.431640625],[-79.70458984375,43.43146896362305],[-79.70947265625,43.42952823638916],[-79.7139310836792,43.427734375],[-79.71435546875,43.4275484085083],[-79.71923828125,43.4256067276001],[-79.72365379333496,43.423828125],[-79.72412109375,43.423624992370605],[-79.72900390625,43.42168712615967],[-79.73336696624756,43.419921875],[-79.73388671875,43.41969394683838],[-79.73876953125,43.41776180267334],[-79.74308013916016,43.416015625],[-79.74365234375,43.415767669677734],[-79.74853515625,43.41385555267334],[-79.75286960601807,43.412109375],[-79.75341796875,43.4118709564209],[-79.75830078125,43.40994834899902],[-79.7626256942749,43.408203125],[-79.76318359375,43.40796089172363],[-79.76806640625,43.40603828430176],[-79.77238655090332,43.404296875],[-79.77294921875,43.40405082702637],[-79.77783203125,43.402122497558594],[-79.78210926055908,43.400390625],[-79.78271484375,43.40012741088867],[-79.78759765625,43.39819622039795],[-79.79181289672852,43.396484375],[-79.79248046875,43.396193504333496],[-79.79736328125,43.39426612854004],[-79.80152130126953,43.392578125],[-79.80224609375,43.392263412475586],[-79.80712890625,43.390342712402344],[-79.81123924255371,43.388671875],[-79.81201171875,43.38833713531494],[-79.81689453125,43.38641929626465],[-79.82093811035156,43.384765625],[-79.82177734375,43.384400367736816],[-79.82666015625,43.38249111175537],[-79.83065605163574,43.380859375],[-79.83154296875,43.380473136901855],[-79.83642578125,43.378562927246094],[-79.84034538269043,43.376953125],[-79.84130859375,43.376532554626465],[-79.84619140625,43.37460803985596],[-79.84994411468506,43.373046875],[-79.85107421875,43.37255096435547],[-79.85595703125,43.37060546875],[-79.85940456390381,43.369140625],[-79.86083984375,43.36850643157959],[-79.86572265625,43.36658477783203],[-79.86894130706787,43.365234375],[-79.87060546875,43.36451435089111],[-79.87548828125,43.36263370513916],[-79.87861633300781,43.361328125],[-79.88037109375,43.36057472229004],[-79.88525390625,43.35870170593262],[-79.88832473754883,43.357421875],[-79.89013671875,43.356648445129395],[-79.89501953125,43.354780197143555],[-79.89805221557617,43.353515625],[-79.89990234375,43.35272693634033],[-79.90478515625,43.35085487365723],[-79.90774631500244,43.349609375],[-79.90966796875,43.34878635406494],[-79.91455078125,43.346922874450684],[-79.91745948791504,43.345703125],[-79.91943359375,43.34485912322998],[-79.92431640625,43.34299945831299],[-79.92717742919922,43.341796875],[-79.92919921875,43.3409309387207],[-79.93408203125,43.33906555175781],[-79.9368667602539,43.337890625],[-79.93896484375,43.33699321746826],[-79.94384765625,43.33512306213379],[-79.94654178619385,43.333984375],[-79.94873046875,43.333048820495605],[-79.95361328125,43.33117961883545],[-79.95620727539062,43.330078125],[-79.95849609375,43.329100608825684],[-79.96337890625,43.32722282409668],[-79.96583938598633,43.326171875],[-79.96826171875,43.3251371383667],[-79.97314453125,43.32325744628906],[-79.97546195983887,43.322265625],[-79.97802734375,43.32117176055908],[-79.98291015625,43.319292068481445],[-79.98507499694824,43.318359375],[-79.98779296875,43.317203521728516],[-79.99267578125,43.31531238555908],[-79.99465465545654,43.314453125],[-79.99755859375,43.31321907043457],[-80.00244140625,43.311354637145996],[-80.00431537628174,43.310546875],[-80.00732421875,43.30928134918213],[-80.01220703125,43.3074312210083],[-80.01404762268066,43.306640625],[-80.01708984375,43.30536365509033],[-80.02197265625,43.303507804870605],[-80.02376556396484,43.302734375],[-80.02685546875,43.30143451690674],[-80.03173828125,43.299564361572266],[-80.03342628479004,43.298828125],[-80.03662109375,43.297478675842285],[-80.04150390625,43.29559135437012],[-80.04302978515625,43.294921875],[-80.04638671875,43.293503761291504],[-80.05126953125,43.291611671447754],[-80.0526237487793,43.291015625],[-80.05615234375,43.28952884674072],[-80.06103515625,43.28763008117676],[-80.06220817565918,43.287109375],[-80.06591796875,43.28554630279541],[-80.07080078125,43.28363037109375],[-80.0717544555664,43.283203125],[-80.07568359375,43.28155517578125],[-80.08056640625,43.27964210510254],[-80.08134365081787,43.279296875],[-80.08544921875,43.27759265899658],[-80.09033203125,43.275691986083984],[-80.09101390838623,43.275390625],[-80.09521484375,43.273661613464355],[-80.10009765625,43.27176094055176],[-80.10072231292725,43.271484375],[-80.10498046875,43.269731521606445],[-80.10986328125,43.26782512664795],[-80.1104211807251,43.267578125],[-80.11474609375,43.265798568725586],[-80.11962890625,43.26388454437256],[-80.1201057434082,43.263671875],[-80.12451171875,43.261857986450195],[-80.12939453125,43.25993061065674],[-80.1297664642334,43.259765625],[-80.13427734375,43.25791358947754],[-80.13916015625,43.255980491638184],[-80.13943195343018,43.255859375],[-80.14404296875,43.25396537780762],[-80.14892578125,43.25201416015625],[-80.14906406402588,43.251953125],[-80.15380859375,43.250006675720215],[-80.15867710113525,43.248046875],[-80.15869140625,43.2480411529541],[-80.16357421875,43.2460412979126],[-80.1682710647583,43.244140625],[-80.16845703125,43.24405860900879],[-80.17333984375,43.242079734802246],[-80.17787456512451,43.240234375],[-80.17822265625,43.24007987976074],[-80.18310546875,43.23810958862305],[-80.18745422363281,43.236328125],[-80.18798828125,43.236093521118164],[-80.19287109375,43.23414897918701],[-80.19709587097168,43.232421875],[-80.19775390625,43.23213195800781],[-80.20263671875,43.230201721191406],[-80.20675659179688,43.228515625],[-80.20751953125,43.22818088531494],[-80.21240234375,43.22625160217285],[-80.216383934021,43.224609375],[-80.21728515625,43.22421360015869],[-80.22216796875,43.22228527069092],[-80.2259874343872,43.220703125],[-80.22705078125,43.22023582458496],[-80.23193359375,43.21830654144287],[-80.23553848266602,43.216796875],[-80.23681640625,43.21623611450195],[-80.24169921875,43.214317321777344],[-80.2450942993164,43.212890625],[-80.24658203125,43.21224021911621],[-80.25146484375,43.21032428741455],[-80.25463104248047,43.208984375],[-80.25634765625,43.208234786987305],[-80.26123046875,43.20631790161133],[-80.26412963867188,43.205078125],[-80.26611328125,43.20421600341797],[-80.27099609375,43.20230770111084],[-80.27363300323486,43.201171875],[-80.27587890625,43.200199127197266],[-80.28076171875,43.19828796386719],[-80.28311729431152,43.197265625],[-80.28564453125,43.1961727142334],[-80.29052734375,43.19426155090332],[-80.29259204864502,43.193359375],[-80.29541015625,43.19214630126953],[-80.30029296875,43.190223693847656],[-80.30202388763428,43.189453125],[-80.30517578125,43.18809700012207],[-80.31005859375,43.18615913391113],[-80.3114128112793,43.185546875],[-80.31494140625,43.184030532836914],[-80.31982421875,43.18208885192871],[-80.32081604003906,43.181640625],[-80.32470703125,43.1799898147583],[-80.32958984375,43.17808151245117],[-80.33037185668945,43.177734375],[-80.33447265625,43.1760311126709],[-80.33935546875,43.17412281036377],[-80.3400182723999,43.173828125],[-80.34423828125,43.172067642211914],[-80.34912109375,43.170135498046875],[-80.34960269927979,43.169921875],[-80.35400390625,43.16810703277588],[-80.35888671875,43.16617298126221],[-80.35923480987549,43.166015625],[-80.36376953125,43.164124488830566],[-80.36865234375,43.16213893890381],[-80.36871910095215,43.162109375],[-80.37353515625,43.16010856628418],[-80.37817001342773,43.158203125],[-80.37841796875,43.15809154510498],[-80.38330078125,43.15608310699463],[-80.38761138916016,43.154296875],[-80.38818359375,43.1540412902832],[-80.39306640625,43.15206813812256],[-80.39710521697998,43.150390625],[-80.39794921875,43.15001583099365],[-80.40283203125,43.14805793762207],[-80.4065990447998,43.146484375],[-80.40771484375,43.145992279052734],[-80.41259765625,43.144060134887695],[-80.41613101959229,43.142578125],[-80.41748046875,43.141987800598145],[-80.42236328125,43.14006423950195],[-80.42564868927002,43.138671875],[-80.42724609375,43.13797187805176],[-80.43212890625,43.136046409606934],[-80.43510913848877,43.134765625],[-80.43701171875,43.133931159973145],[-80.44189453125,43.13200378417969],[-80.44452667236328,43.130859375],[-80.44677734375,43.129876136779785],[-80.45166015625,43.12796878814697],[-80.4539966583252,43.126953125],[-80.45654296875,43.125850677490234],[-80.46142578125,43.12394046783447],[-80.46345710754395,43.123046875],[-80.46630859375,43.12181282043457],[-80.47119140625,43.119887351989746],[-80.47286033630371,43.119140625],[-80.47607421875,43.11775016784668],[-80.48095703125,43.11580467224121],[-80.48221588134766,43.115234375],[-80.48583984375,43.11367988586426],[-80.49072265625,43.11174392700195],[-80.49164295196533,43.111328125],[-80.49560546875,43.10964775085449],[-80.50048828125,43.107720375061035],[-80.50115585327148,43.107421875],[-80.50537109375,43.1056547164917],[-80.51025390625,43.10370922088623],[-80.51068305969238,43.103515625],[-80.51513671875,43.10165786743164],[-80.52001953125,43.099687576293945],[-80.52019119262695,43.099609375],[-80.52490234375,43.097649574279785],[-80.52966117858887,43.095703125],[-80.52978515625,43.09564685821533],[-80.53466796875,43.09362506866455],[-80.53907871246338,43.091796875],[-80.53955078125,43.09158515930176],[-80.54443359375,43.08958911895752],[-80.54850101470947,43.087890625],[-80.54931640625,43.087528228759766],[-80.55419921875,43.085564613342285],[-80.55795669555664,43.083984375],[-80.55908203125,43.0834846496582],[-80.56396484375,43.0815315246582],[-80.56737899780273,43.080078125],[-80.56884765625,43.07942771911621],[-80.57373046875,43.07748508453369],[-80.57677745819092,43.076171875],[-80.57861328125,43.07536315917969],[-80.58349609375,43.07342720031738],[-80.58615684509277,43.072265625],[-80.58837890625,43.07129096984863],[-80.59326171875,43.06935787200928],[-80.59552192687988,43.068359375],[-80.59814453125,43.06721496582031],[-80.60302734375,43.06528663635254],[-80.60489654541016,43.064453125],[-80.60791015625,43.063143730163574],[-80.61279296875,43.06119728088379],[-80.61422824859619,43.060546875],[-80.61767578125,43.05905342102051],[-80.62255859375,43.057090759277344],[-80.62354564666748,43.056640625],[-80.62744140625,43.05497074127197],[-80.63232421875,43.05303478240967],[-80.63299655914307,43.052734375],[-80.63720703125,43.0509672164917],[-80.64208984375,43.04901695251465],[-80.64250946044922,43.048828125],[-80.64697265625,43.04695701599121],[-80.65185546875,43.044968605041504],[-80.6519603729248,43.044921875],[-80.65673828125,43.042924880981445],[-80.66134929656982,43.041015625],[-80.66162109375,43.040892601013184],[-80.66650390625,43.0388708114624],[-80.67070484161377,43.037109375],[-80.67138671875,43.03680229187012],[-80.67626953125,43.03481483459473],[-80.6800889968872,43.033203125],[-80.68115234375,43.03272819519043],[-80.68603515625,43.030762672424316],[-80.68946361541748,43.029296875],[-80.69091796875,43.02864933013916],[-80.69580078125,43.0266809463501],[-80.69876194000244,43.025390625],[-80.70068359375,43.02453804016113],[-80.70556640625,43.02258586883545],[-80.70806980133057,43.021484375],[-80.71044921875,43.02043628692627],[-80.71533203125,43.01847743988037],[-80.71733474731445,43.017578125],[-80.72021484375,43.01630687713623],[-80.72509765625,43.014312744140625],[-80.72649002075195,43.013671875],[-80.72998046875,43.012142181396484],[-80.73486328125,43.010162353515625],[-80.73573112487793,43.009765625],[-80.73974609375,43.00804615020752],[-80.74462890625,43.006093978881836],[-80.74514865875244,43.005859375],[-80.74951171875,43.00403022766113],[-80.75439453125,43.00205039978027],[-80.75460910797119,43.001953125],[-80.75927734375,43.00000762939453],[-80.76405048370361,42.998046875],[-80.76416015625,42.99799823760986],[-80.76904296875,42.99598693847656],[-80.77351093292236,42.994140625],[-80.77392578125,42.993953704833984],[-80.77880859375,42.99195957183838],[-80.78292846679688,42.990234375],[-80.78369140625,42.98989295959473],[-80.78857421875,42.98791980743408],[-80.7923412322998,42.986328125],[-80.79345703125,42.98583126068115],[-80.79833984375,42.98387813568115],[-80.80174922943115,42.982421875],[-80.80322265625,42.981767654418945],[-80.80810546875,42.97981834411621],[-80.81110954284668,42.978515625],[-80.81298828125,42.97768306732178],[-80.81787109375,42.975730895996094],[-80.82041263580322,42.974609375],[-80.82275390625,42.973572731018066],[-80.82763671875,42.97161674499512],[-80.82967281341553,42.970703125],[-80.83251953125,42.969449043273926],[-80.83740234375,42.967474937438965],[-80.83888530731201,42.966796875],[-80.84228515625,42.96530628204346],[-80.84716796875,42.963327407836914],[-80.8481216430664,42.962890625],[-80.85205078125,42.96119499206543],[-80.85693359375,42.95923614501953],[-80.8574914932251,42.958984375],[-80.86181640625,42.957159996032715],[-80.86669921875,42.95517826080322],[-80.86691856384277,42.955078125],[-80.87158203125,42.95312213897705],[-80.8763074874878,42.951171875],[-80.87646484375,42.95109939575195],[-80.88134765625,42.94907188415527],[-80.88566780090332,42.947265625],[-80.88623046875,42.947011947631836],[-80.89111328125,42.9450044631958],[-80.89498519897461,42.943359375],[-80.89599609375,42.94290542602539],[-80.90087890625,42.94092273712158],[-80.90429306030273,42.939453125],[-80.90576171875,42.93879699707031],[-80.91064453125,42.93682289123535],[-80.91355323791504,42.935546875],[-80.91552734375,42.93466663360596],[-80.92041015625,42.93269157409668],[-80.92276096343994,42.931640625],[-80.92529296875,42.93051338195801],[-80.93017578125,42.92851638793945],[-80.9318733215332,42.927734375],[-80.93505859375,42.92631721496582],[-80.93994140625,42.924293518066406],[-80.94093799591064,42.923828125],[-80.94482421875,42.9221305847168],[-80.94970703125,42.920169830322266],[-80.95025539398193,42.919921875],[-80.95458984375,42.918094635009766],[-80.95947265625,42.91611289978027],[-80.95968723297119,42.916015625],[-80.96435546875,42.9140510559082],[-80.96902847290039,42.912109375],[-80.96923828125,42.912014961242676],[-80.97412109375,42.909979820251465],[-80.97834587097168,42.908203125],[-80.97900390625,42.90790557861328],[-80.98388671875,42.90590572357178],[-80.98765850067139,42.904296875],[-80.98876953125,42.90379810333252],[-80.99365234375,42.901803970336914],[-80.99689960479736,42.900390625],[-80.99853515625,42.89965534210205],[-81.00341796875,42.897671699523926],[-81.0060977935791,42.896484375],[-81.00830078125,42.89550018310547],[-81.01318359375,42.89351844787598],[-81.01526260375977,42.892578125],[-81.01806640625,42.89133358001709],[-81.02294921875,42.88933181762695],[-81.02437496185303,42.888671875],[-81.02783203125,42.8871488571167],[-81.03271484375,42.885159492492676],[-81.03356838226318,42.884765625],[-81.03759765625,42.88303089141846],[-81.04248046875,42.88105297088623],[-81.0429048538208,42.880859375],[-81.04736328125,42.8789758682251],[-81.05224609375,42.87696075439453],[-81.05226039886475,42.876953125],[-81.05712890625,42.87491512298584],[-81.06159210205078,42.873046875],[-81.06201171875,42.872857093811035],[-81.06689453125,42.87083625793457],[-81.070876121521,42.869140625],[-81.07177734375,42.868730545043945],[-81.07666015625,42.86672782897949],[-81.08009338378906,42.865234375],[-81.08154296875,42.864580154418945],[-81.08642578125,42.862592697143555],[-81.08928680419922,42.861328125],[-81.09130859375,42.860419273376465],[-81.09619140625,42.858436584472656],[-81.09843730926514,42.857421875],[-81.10107421875,42.856242179870605],[-81.10595703125,42.85424518585205],[-81.10754013061523,42.853515625],[-81.11083984375,42.852054595947266],[-81.11572265625,42.850064277648926],[-81.11670970916748,42.849609375],[-81.12060546875,42.847923278808594],[-81.12548828125,42.84595966339111],[-81.12605571746826,42.845703125],[-81.13037109375,42.84387397766113],[-81.13525390625,42.84187126159668],[-81.13541603088379,42.841796875],[-81.14013671875,42.83980083465576],[-81.14468097686768,42.837890625],[-81.14501953125,42.83773612976074],[-81.14990234375,42.835694313049316],[-81.15388870239258,42.833984375],[-81.15478515625,42.83357524871826],[-81.15966796875,42.83156108856201],[-81.1630630493164,42.830078125],[-81.16455078125,42.8294038772583],[-81.16943359375,42.82740783691406],[-81.17220878601074,42.826171875],[-81.17431640625,42.82522201538086],[-81.17919921875,42.82322406768799],[-81.1812973022461,42.822265625],[-81.18408203125,42.821014404296875],[-81.18896484375,42.818992614746094],[-81.1903190612793,42.818359375],[-81.19384765625,42.816795349121094],[-81.19873046875,42.814815521240234],[-81.19952201843262,42.814453125],[-81.20361328125,42.81269359588623],[-81.20849609375,42.81069850921631],[-81.20882987976074,42.810546875],[-81.21337890625,42.808613777160645],[-81.21809482574463,42.806640625],[-81.21826171875,42.80656433105469],[-81.22314453125,42.804505348205566],[-81.22729301452637,42.802734375],[-81.22802734375,42.802398681640625],[-81.23291015625,42.80037879943848],[-81.23647689819336,42.798828125],[-81.23779296875,42.79823112487793],[-81.24267578125,42.796223640441895],[-81.24559879302979,42.794921875],[-81.24755859375,42.79403591156006],[-81.25244140625,42.79203987121582],[-81.2546968460083,42.791015625],[-81.25732421875,42.78983688354492],[-81.26220703125,42.78781795501709],[-81.26372337341309,42.787109375],[-81.26708984375,42.785606384277344],[-81.27197265625,42.78360176086426],[-81.27283096313477,42.783203125],[-81.27685546875,42.78145217895508],[-81.28173828125,42.77944755554199],[-81.28206729888916,42.779296875],[-81.28662109375,42.77735137939453],[-81.29128456115723,42.775390625],[-81.29150390625,42.77528953552246],[-81.29638671875,42.77322864532471],[-81.30045890808105,42.771484375],[-81.30126953125,42.77111339569092],[-81.30615234375,42.769089698791504],[-81.30960941314697,42.767578125],[-81.31103515625,42.76693058013916],[-81.31591796875,42.76492214202881],[-81.31871223449707,42.763671875],[-81.32080078125,42.76272678375244],[-81.32568359375,42.76071834564209],[-81.32775783538818,42.759765625],[-81.33056640625,42.75849914550781],[-81.33544921875,42.756460189819336],[-81.33672714233398,42.755859375],[-81.34033203125,42.75425434112549],[-81.34521484375,42.75227165222168],[-81.34591102600098,42.751953125],[-81.35009765625,42.750152587890625],[-81.35498046875,42.748135566711426],[-81.35517120361328,42.748046875],[-81.35986328125,42.74604415893555],[-81.36435031890869,42.744140625],[-81.36474609375,42.74395942687988],[-81.36962890625,42.74190044403076],[-81.37346744537354,42.740234375],[-81.37451171875,42.73975467681885],[-81.37939453125,42.73772430419922],[-81.38253688812256,42.736328125],[-81.38427734375,42.735533714294434],[-81.38916015625,42.73351573944092],[-81.39155387878418,42.732421875],[-81.39404296875,42.73128890991211],[-81.39892578125,42.72924327850342],[-81.40047073364258,42.728515625],[-81.40380859375,42.72701358795166],[-81.40869140625,42.72500419616699],[-81.4095401763916,42.724609375],[-81.41357421875,42.72285079956055],[-81.41845703125,42.72083282470703],[-81.41873836517334,42.720703125],[-81.42333984375,42.718729972839355],[-81.42789840698242,42.716796875],[-81.42822265625,42.716647148132324],[-81.43310546875,42.714582443237305],[-81.43700122833252,42.712890625],[-81.43798828125,42.71243762969971],[-81.44287109375,42.71040058135986],[-81.4460563659668,42.708984375],[-81.44775390625,42.708208084106445],[-81.45263671875,42.7061882019043],[-81.45506858825684,42.705078125],[-81.45751953125,42.70396327972412],[-81.46240234375,42.70191669464111],[-81.46398067474365,42.701171875],[-81.46728515625,42.69968223571777],[-81.47216796875,42.69766807556152],[-81.47303581237793,42.697265625],[-81.47705078125,42.695515632629395],[-81.48193359375,42.693501472473145],[-81.48224353790283,42.693359375],[-81.48681640625,42.69139862060547],[-81.49141311645508,42.689453125],[-81.49169921875,42.68932056427002],[-81.49658203125,42.68725109100342],[-81.50050163269043,42.685546875],[-81.50146484375,42.68510341644287],[-81.50634765625,42.68306064605713],[-81.5095329284668,42.681640625],[-81.51123046875,42.680861473083496],[-81.51611328125,42.678829193115234],[-81.51849746704102,42.677734375],[-81.52099609375,42.67659378051758],[-81.52587890625,42.67453861236572],[-81.52738094329834,42.673828125],[-81.53076171875,42.67230224609375],[-81.53564453125,42.67028999328613],[-81.53643608093262,42.669921875],[-81.54052734375,42.66813945770264],[-81.54541015625,42.66610527038574],[-81.54560565948486,42.666015625],[-81.55029296875,42.66400337219238],[-81.5547227859497,42.662109375],[-81.55517578125,42.66189956665039],[-81.56005859375,42.65983200073242],[-81.56376361846924,42.658203125],[-81.56494140625,42.657657623291016],[-81.56982421875,42.65561103820801],[-81.57272815704346,42.654296875],[-81.57470703125,42.65338706970215],[-81.57958984375,42.651339530944824],[-81.58162117004395,42.650390625],[-81.58447265625,42.64908695220947],[-81.58935546875,42.647027015686035],[-81.59049987792969,42.646484375],[-81.59423828125,42.64481544494629],[-81.59912109375,42.6428108215332],[-81.5996265411377,42.642578125],[-81.60400390625,42.64069175720215],[-81.60877704620361,42.638671875],[-81.60888671875,42.638620376586914],[-81.61376953125,42.63653087615967],[-81.61783695220947,42.634765625],[-81.61865234375,42.63438701629639],[-81.62353515625,42.6323356628418],[-81.6268539428711,42.630859375],[-81.62841796875,42.63013744354248],[-81.63330078125,42.62809181213379],[-81.63578033447266,42.626953125],[-81.63818359375,42.62584972381592],[-81.64306640625,42.62376880645752],[-81.6445779800415,42.623046875],[-81.64794921875,42.62151622772217],[-81.65283203125,42.619483947753906],[-81.65357112884521,42.619140625],[-81.65771484375,42.61733531951904],[-81.66259765625,42.6152982711792],[-81.66273593902588,42.615234375],[-81.66748046875,42.61319541931152],[-81.67181968688965,42.611328125],[-81.67236328125,42.61107635498047],[-81.67724609375,42.608994483947754],[-81.68079376220703,42.607421875],[-81.68212890625,42.60680294036865],[-81.68701171875,42.60475444793701],[-81.6897439956665,42.603515625],[-81.69189453125,42.602532386779785],[-81.69677734375,42.600473403930664],[-81.69861316680908,42.599609375],[-81.70166015625,42.59822177886963],[-81.70654296875,42.59615898132324],[-81.70750141143799,42.595703125],[-81.71142578125,42.593953132629395],[-81.71630859375,42.591922760009766],[-81.71658039093018,42.591796875],[-81.72119140625,42.58980941772461],[-81.72569274902344,42.587890625],[-81.72607421875,42.587714195251465],[-81.73095703125,42.58563232421875],[-81.73470497131348,42.583984375],[-81.73583984375,42.58345890045166],[-81.74072265625,42.581390380859375],[-81.74360752105713,42.580078125],[-81.74560546875,42.57915687561035],[-81.75048828125,42.57709503173828],[-81.7524528503418,42.576171875],[-81.75537109375,42.574835777282715],[-81.76025390625,42.5727653503418],[-81.76130294799805,42.572265625],[-81.76513671875,42.57054901123047],[-81.77001953125,42.568522453308105],[-81.77036762237549,42.568359375],[-81.77490234375,42.56639575958252],[-81.7794418334961,42.564453125],[-81.77978515625,42.56429386138916],[-81.78466796875,42.562198638916016],[-81.78840160369873,42.560546875],[-81.78955078125,42.560011863708496],[-81.79443359375,42.557939529418945],[-81.79727077484131,42.556640625],[-81.79931640625,42.55569267272949],[-81.80419921875,42.55362033843994],[-81.80607318878174,42.552734375],[-81.80908203125,42.55135440826416],[-81.81396484375,42.54930019378662],[-81.81496143341064,42.548828125],[-81.81884765625,42.54710006713867],[-81.82373046875,42.54506587982178],[-81.82404041290283,42.544921875],[-81.82861328125,42.54293632507324],[-81.83306694030762,42.541015625],[-81.83349609375,42.54081630706787],[-81.83837890625,42.53871822357178],[-81.84198379516602,42.537109375],[-81.84326171875,42.53651237487793],[-81.84814453125,42.534443855285645],[-81.85083389282227,42.533203125],[-81.85302734375,42.532185554504395],[-81.85791015625,42.53010177612305],[-81.85959815979004,42.529296875],[-81.86279296875,42.52783489227295],[-81.86767578125,42.525790214538574],[-81.8685245513916,42.525390625],[-81.87255859375,42.523606300354004],[-81.87744140625,42.52154350280762],[-81.87756538391113,42.521484375],[-81.88232421875,42.519418716430664],[-81.8865442276001,42.517578125],[-81.88720703125,42.51726818084717],[-81.89208984375,42.51518154144287],[-81.89543724060059,42.513671875],[-81.89697265625,42.51295471191406],[-81.90185546875,42.5108757019043],[-81.90423011779785,42.509765625],[-81.90673828125,42.508599281311035],[-81.91162109375,42.5064811706543],[-81.91290378570557,42.505859375],[-81.91650390625,42.504220962524414],[-81.92138671875,42.50219917297363],[-81.9219160079956,42.501953125],[-81.92626953125,42.5000638961792],[-81.93099975585938,42.498046875],[-81.93115234375,42.49797439575195],[-81.93603515625,42.4958610534668],[-81.93994522094727,42.494140625],[-81.94091796875,42.49368476867676],[-81.94580078125,42.491600036621094],[-81.9488000869751,42.490234375],[-81.95068359375,42.48936176300049],[-81.95556640625,42.48727798461914],[-81.95757389068604,42.486328125],[-81.96044921875,42.48500156402588],[-81.96533203125,42.48291492462158],[-81.96635723114014,42.482421875],[-81.97021484375,42.480685234069824],[-81.97509765625,42.47863960266113],[-81.9753646850586,42.478515625],[-81.97998046875,42.476505279541016],[-81.9843578338623,42.474609375],[-81.98486328125,42.47437286376953],[-81.98974609375,42.472270011901855],[-81.99323654174805,42.470703125],[-81.99462890625,42.470051765441895],[-81.99951171875,42.46796703338623],[-82.00201511383057,42.466796875],[-82.00439453125,42.4656867980957],[-82.00927734375,42.463571548461914],[-82.01067924499512,42.462890625],[-82.01416015625,42.4612922668457],[-82.01904296875,42.45925807952881],[-82.01962947845459,42.458984375],[-82.02392578125,42.45709705352783],[-82.02862739562988,42.455078125],[-82.02880859375,42.45499229431152],[-82.03369140625,42.45286846160889],[-82.03749656677246,42.451171875],[-82.03857421875,42.45066452026367],[-82.04345703125,42.44856834411621],[-82.04626560211182,42.447265625],[-82.04833984375,42.44629096984863],[-82.05322265625,42.444175720214844],[-82.05491065979004,42.443359375],[-82.05810546875,42.44187927246094],[-82.06298828125,42.4398193359375],[-82.06376075744629,42.439453125],[-82.06787109375,42.4376277923584],[-82.07271575927734,42.435546875],[-82.07275390625,42.435529708862305],[-82.07763671875,42.43339824676514],[-82.08159923553467,42.431640625],[-82.08251953125,42.43120574951172],[-82.08740234375,42.42910861968994],[-82.09039211273193,42.427734375],[-82.09228515625,42.42684459686279],[-82.09716796875,42.424729347229004],[-82.0990514755249,42.423828125],[-82.10205078125,42.42243957519531],[-82.10693359375,42.4203519821167],[-82.10783004760742,42.419921875],[-82.11181640625,42.418134689331055],[-82.11669921875,42.41606521606445],[-82.1168041229248,42.416015625],[-82.12158203125,42.41392517089844],[-82.12572574615479,42.412109375],[-82.12646484375,42.41176128387451],[-82.13134765625,42.40965747833252],[-82.13454246520996,42.408203125],[-82.13623046875,42.40741157531738],[-82.14111328125,42.40530967712402],[-82.14324474334717,42.404296875],[-82.14599609375,42.403014183044434],[-82.15087890625,42.40091133117676],[-82.15195655822754,42.400390625],[-82.15576171875,42.39866352081299],[-82.16064453125,42.396599769592285],[-82.16089248657227,42.396484375],[-82.16552734375,42.39444637298584],[-82.16978073120117,42.392578125],[-82.17041015625,42.39228057861328],[-82.17529296875,42.39016342163086],[-82.17854976654053,42.388671875],[-82.18017578125,42.387906074523926],[-82.18505859375,42.3857946395874],[-82.18721389770508,42.384765625],[-82.18994140625,42.3834867477417],[-82.19482421875,42.38138198852539],[-82.19590663909912,42.380859375],[-82.19970703125,42.379130363464355],[-82.20458984375,42.37704944610596],[-82.20479488372803,42.376953125],[-82.20947265625,42.37489318847656],[-82.21364498138428,42.373046875],[-82.21435546875,42.37270927429199],[-82.21923828125,42.370591163635254],[-82.22238540649414,42.369140625],[-82.22412109375,42.368316650390625],[-82.22900390625,42.36619281768799],[-82.23100185394287,42.365234375],[-82.23388671875,42.363884925842285],[-82.23876953125,42.36177921295166],[-82.23970890045166,42.361328125],[-82.24365234375,42.3595495223999],[-82.24853515625,42.35747051239014],[-82.24863529205322,42.357421875],[-82.25341796875,42.355319023132324],[-82.25749969482422,42.353515625],[-82.25830078125,42.3531379699707],[-82.26318359375,42.35102367401123],[-82.26625919342041,42.349609375],[-82.26806640625,42.348758697509766],[-82.27294921875,42.34663772583008],[-82.27489471435547,42.345703125],[-82.27783203125,42.34433174133301],[-82.28271484375,42.34223937988281],[-82.28363513946533,42.341796875],[-82.28759765625,42.34000492095947],[-82.29248046875,42.33790969848633],[-82.29251861572266,42.337890625],[-82.29736328125,42.33575248718262],[-82.3013162612915,42.333984375],[-82.30224609375,42.33354187011719],[-82.30712890625,42.3314208984375],[-82.30999946594238,42.330078125],[-82.31201171875,42.329124450683594],[-82.31689453125,42.326974868774414],[-82.31853008270264,42.326171875],[-82.32177734375,42.32465171813965],[-82.32666015625,42.3225793838501],[-82.3273229598999,42.322265625],[-82.33154296875,42.3203821182251],[-82.33617782592773,42.318359375],[-82.33642578125,42.31824207305908],[-82.34130859375,42.31609344482422],[-82.34490871429443,42.314453125],[-82.34619140625,42.31383991241455],[-82.35107421875,42.31171798706055],[-82.35354900360107,42.310546875],[-82.35595703125,42.309407234191895],[-82.36083984375,42.307244300842285],[-82.36206531524658,42.306640625],[-82.36572265625,42.304951667785645],[-82.37060546875,42.30289268493652],[-82.37093925476074,42.302734375],[-82.37548828125,42.30073070526123],[-82.37983226776123,42.298828125],[-82.38037109375,42.29857158660889],[-82.38525390625,42.29643630981445],[-82.38855838775635,42.294921875],[-82.39013671875,42.294175148010254],[-82.39501953125,42.2920446395874],[-82.39716053009033,42.291015625],[-82.39990234375,42.28972625732422],[-82.40478515625,42.287611961364746],[-82.4058198928833,42.287109375],[-82.40966796875,42.285348892211914],[-82.41455078125,42.283249855041504],[-82.41464614868164,42.283203125],[-82.41943359375,42.281081199645996],[-82.42340564727783,42.279296875],[-82.42431640625,42.278862953186035],[-82.42919921875,42.276723861694336],[-82.43202686309814,42.275390625],[-82.43408203125,42.274407386779785],[-82.43896484375,42.272236824035645],[-82.44048118591309,42.271484375],[-82.44384765625,42.2699031829834],[-82.44873046875,42.26782512664795],[-82.44925022125244,42.267578125],[-82.45361328125,42.26563262939453],[-82.45804786682129,42.263671875],[-82.45849609375,42.263458251953125],[-82.46337890625,42.261314392089844],[-82.4667501449585,42.259765625],[-82.46826171875,42.259042739868164],[-82.47314453125,42.256890296936035],[-82.47529029846191,42.255859375],[-82.47802734375,42.25457000732422],[-82.48291015625,42.252442359924316],[-82.48391628265381,42.251953125],[-82.48779296875,42.250176429748535],[-82.49267578125,42.24807834625244],[-82.49274253845215,42.248046875],[-82.49755859375,42.24591064453125],[-82.50150203704834,42.244140625],[-82.50244140625,42.24369239807129],[-82.50732421875,42.241549491882324],[-82.5101089477539,42.240234375],[-82.51220703125,42.23923397064209],[-82.51708984375,42.237061500549316],[-82.51856803894043,42.236328125],[-82.52197265625,42.234726905822754],[-82.52685546875,42.232651710510254],[-82.52733707427979,42.232421875],[-82.53173828125,42.23045825958252],[-82.53612041473389,42.228515625],[-82.53662109375,42.22827434539795],[-82.54150390625,42.226112365722656],[-82.5447130203247,42.224609375],[-82.54638671875,42.22380256652832],[-82.55126953125,42.221628189086914],[-82.5531530380249,42.220703125],[-82.55615234375,42.21927738189697],[-82.56103515625,42.217166900634766],[-82.5618028640747,42.216796875],[-82.56591796875,42.21494102478027],[-82.57060527801514,42.212890625],[-82.57080078125,42.21279811859131],[-82.57568359375,42.21063041687012],[-82.57929801940918,42.208984375],[-82.58056640625,42.208380699157715],[-82.58544921875,42.20623207092285],[-82.58785724639893,42.205078125],[-82.59033203125,42.20390319824219],[-82.59521484375,42.201751708984375],[-82.59639263153076,42.201171875],[-82.60009765625,42.19945240020752],[-82.60498046875,42.19735527038574],[-82.6051664352417,42.197265625],[-82.60986328125,42.195170402526855],[-82.61388301849365,42.193359375],[-82.61474609375,42.19294452667236],[-82.61962890625,42.19078731536865],[-82.62243270874023,42.189453125],[-82.62451171875,42.18845272064209],[-82.62939453125,42.18626022338867],[-82.63082027435303,42.185546875],[-82.63427734375,42.18391227722168],[-82.63916015625,42.181819915771484],[-82.63953685760498,42.181640625],[-82.64404296875,42.179625511169434],[-82.64825344085693,42.177734375],[-82.64892578125,42.17740821838379],[-82.65380859375,42.17525005340576],[-82.65683650970459,42.173828125],[-82.65869140625,42.17293357849121],[-82.66357421875,42.170735359191895],[-82.66521453857422,42.169921875],[-82.66845703125,42.16839122772217],[-82.67333984375,42.166297912597656],[-82.67392635345459,42.166015625],[-82.67822265625,42.16408061981201],[-82.68269538879395,42.162109375],[-82.68310546875,42.16191291809082],[-82.68798828125,42.15974235534668],[-82.69129753112793,42.158203125],[-82.69287109375,42.15744686126709],[-82.69775390625,42.155277252197266],[-82.69975185394287,42.154296875],[-82.70263671875,42.152923583984375],[-82.70751953125,42.150800704956055],[-82.70836353302002,42.150390625],[-82.71240234375,42.14853858947754],[-82.71704196929932,42.146484375],[-82.71728515625,42.1463680267334],[-82.72216796875,42.14418125152588],[-82.72560119628906,42.142578125],[-82.72705078125,42.14187431335449],[-82.73193359375,42.139689445495605],[-82.7340030670166,42.138671875],[-82.73681640625,42.1373233795166],[-82.74169921875,42.13517761230469],[-82.74254322052002,42.134765625],[-82.74658203125,42.13292121887207],[-82.75128364562988,42.130859375],[-82.75146484375,42.13077163696289],[-82.75634765625,42.128591537475586],[-82.75992393493652,42.126953125],[-82.76123046875,42.12632656097412],[-82.76611328125,42.12416076660156],[-82.76840686798096,42.123046875],[-82.77099609375,42.12181091308594],[-82.77587890625,42.11966323852539],[-82.77693748474121,42.119140625],[-82.78076171875,42.11736583709717],[-82.78562545776367,42.115234375],[-82.78564453125,42.11522579193115],[-82.79052734375,42.11303234100342],[-82.79422283172607,42.111328125],[-82.79541015625,42.11075401306152],[-82.80029296875,42.10857009887695],[-82.80264377593994,42.107421875],[-82.80517578125,42.10619926452637],[-82.81005859375,42.10403537750244],[-82.81111240386963,42.103515625],[-82.81494140625,42.10173416137695],[-82.81976222991943,42.099609375],[-82.81982421875,42.099578857421875],[-82.82470703125,42.09739398956299],[-82.82839775085449,42.095703125],[-82.82958984375,42.09512710571289],[-82.83447265625,42.09294319152832],[-82.83684253692627,42.091796875],[-82.83935546875,42.09059429168701],[-82.84423828125,42.088436126708984],[-82.84533977508545,42.087890625],[-82.84912109375,42.08613109588623],[-82.85400390625,42.08400344848633],[-82.85404205322266,42.083984375],[-82.85888671875,42.08180522918701],[-82.86264419555664,42.080078125],[-82.86376953125,42.079532623291016],[-82.86865234375,42.07734680175781],[-82.87106037139893,42.076171875],[-82.87353515625,42.07497692108154],[-82.87841796875,42.07280731201172],[-82.87950992584229,42.072265625],[-82.88330078125,42.07048988342285],[-82.8881025314331,42.068359375],[-82.88818359375,42.06831932067871],[-82.89306640625,42.066123962402344],[-82.89667129516602,42.064453125],[-82.89794921875,42.06383037567139],[-82.90283203125,42.06163501739502],[-82.90506362915039,42.060546875],[-82.90771484375,42.05927848815918],[-82.91259765625,42.05711841583252],[-82.91356563568115,42.056640625],[-82.91748046875,42.05482006072998],[-82.92222023010254,42.052734375],[-82.92236328125,42.0526647567749],[-82.92724609375,42.050469398498535],[-82.93077945709229,42.048828125],[-82.93212890625,42.048173904418945],[-82.93701171875,42.045979499816895],[-82.93915271759033,42.044921875],[-82.94189453125,42.04360103607178],[-82.94677734375,42.04145050048828],[-82.94765949249268,42.041015625],[-82.95166015625,42.03916072845459],[-82.95623302459717,42.037109375],[-82.95654296875,42.03695869445801],[-82.96142578125,42.034749031066895],[-82.96467781066895,42.033203125],[-82.96630859375,42.032402992248535],[-82.97119140625,42.03018283843994],[-82.97297477722168,42.029296875],[-82.97607421875,42.02781963348389],[-82.98095703125,42.025702476501465],[-82.98160076141357,42.025390625],[-82.98583984375,42.02345943450928],[-82.99028396606445,42.021484375],[-82.99072265625,42.02127265930176],[-82.99560546875,42.01908302307129],[-82.99879550933838,42.017578125],[-83.00048828125,42.01675605773926],[-83.00537109375,42.01454448699951],[-83.00710678100586,42.013671875],[-83.01025390625,42.01215934753418],[-83.01513671875,42.010032653808594],[-83.01568508148193,42.009765625],[-83.02001953125,42.00778388977051],[-83.02424907684326,42.005859375],[-83.02490234375,42.00553894042969],[-83.02978515625,42.003329277038574],[-83.03262710571289,42.001953125],[-83.03466796875,42.00094985961914],[-83.03955078125,41.998714447021484],[-83.04087162017822,41.998046875],[-83.04443359375,41.996355056762695],[-83.04931640625,41.99423408508301],[-83.04951190948486,41.994140625],[-83.05419921875,41.99202346801758],[-83.05811882019043,41.990234375],[-83.05908203125,41.98976707458496],[-83.06396484375,41.98757076263428],[-83.06652069091797,41.986328125],[-83.06884765625,41.98520278930664],[-83.07373046875,41.9830207824707],[-83.07492733001709,41.982421875],[-83.07861328125,41.98067855834961],[-83.08348655700684,41.978515625],[-83.08349609375,41.978511810302734],[-83.08837890625,41.97628593444824],[-83.0919361114502,41.974609375],[-83.09326171875,41.97395706176758],[-83.09814453125,41.97172164916992],[-83.10017585754395,41.970703125],[-83.10302734375,41.969316482543945],[-83.10791015625,41.967156410217285],[-83.10864448547363,41.966796875],[-83.11279296875,41.96488857269287],[-83.11725616455078,41.962890625],[-83.11767578125,41.962687492370605],[-83.12255859375,41.96047496795654],[-83.1256914138794,41.958984375],[-83.12744140625,41.9581298828125],[-83.13232421875,41.95589733123779],[-83.13393592834473,41.955078125],[-83.13720703125,41.9535026550293],[-83.14208984375,41.95138072967529],[-83.14251899719238,41.951171875],[-83.14697265625,41.94913864135742],[-83.15104484558105,41.947265625],[-83.15185546875,41.946866035461426],[-83.15673828125,41.94463539123535],[-83.15932750701904,41.943359375],[-83.16162109375,41.942230224609375],[-83.16650390625,41.94002342224121],[-83.1676435470581,41.939453125],[-83.17138671875,41.9376859664917],[-83.17619800567627,41.935546875],[-83.17626953125,41.93551254272461],[-83.18115234375,41.93328666687012],[-83.18467617034912,41.931640625],[-83.18603515625,41.93097972869873],[-83.19091796875,41.92876148223877],[-83.19297790527344,41.927734375],[-83.19580078125,41.92636775970459],[-83.20068359375,41.92421627044678],[-83.20147037506104,41.923828125],[-83.20556640625,41.92191982269287],[-83.20996284484863,41.919921875],[-83.21044921875,41.91968250274658],[-83.21533203125,41.91745185852051],[-83.21828365325928,41.916015625],[-83.22021484375,41.91505813598633],[-83.22509765625,41.912811279296875],[-83.2264757156372,41.912109375],[-83.22998046875,41.91042518615723],[-83.23486328125,41.90827178955078],[-83.23500156402588,41.908203125],[-83.23974609375,41.906044006347656],[-83.24352264404297,41.904296875],[-83.24462890625,41.903757095336914],[-83.24951171875,41.901533126831055],[-83.2518196105957,41.900390625],[-83.25439453125,41.899139404296875],[-83.25927734375,41.896965980529785],[-83.26024532318115,41.896484375],[-83.26416015625,41.89463996887207],[-83.268723487854,41.892578125],[-83.26904296875,41.89242076873779],[-83.27392578125,41.890183448791504],[-83.27704906463623,41.888671875],[-83.27880859375,41.88779640197754],[-83.28369140625,41.88552761077881],[-83.28517436981201,41.884765625],[-83.28857421875,41.883116722106934],[-83.29345703125,41.880967140197754],[-83.29368114471436,41.880859375],[-83.29833984375,41.87873840332031],[-83.30220699310303,41.876953125],[-83.30322265625,41.87645626068115],[-83.30810546875,41.87422561645508],[-83.31048965454102,41.873046875],[-83.31298828125,41.87182807922363],[-83.31787109375,41.869646072387695],[-83.31888198852539,41.869140625],[-83.32275390625,41.867308616638184],[-83.32734107971191,41.865234375],[-83.32763671875,41.86508846282959],[-83.33251953125,41.8628454208374],[-83.33564281463623,41.861328125],[-83.33740234375,41.86045265197754],[-83.34228515625,41.85817909240723],[-83.34375858306885,41.857421875],[-83.34716796875,41.85576629638672],[-83.35205078125,41.85361099243164],[-83.35224628448486,41.853515625],[-83.35693359375,41.85137462615967],[-83.36073875427246,41.849609375],[-83.36181640625,41.84908199310303],[-83.36669921875,41.84684467315674],[-83.36899280548096,41.845703125],[-83.37158203125,41.84443950653076],[-83.37646484375,41.84226036071777],[-83.37738990783691,41.841796875],[-83.38134765625,41.83992862701416],[-83.38581562042236,41.837890625],[-83.38623046875,41.83768558502197],[-83.39111328125,41.83543586730957],[-83.39407444000244,41.833984375],[-83.39599609375,41.83302688598633],[-83.40087890625,41.830766677856445],[-83.40222835540771,41.830078125],[-83.40576171875,41.828372955322266],[-83.41064453125,41.82619667053223],[-83.41069221496582,41.826171875],[-83.41552734375,41.82394886016846],[-83.4191083908081,41.822265625],[-83.42041015625,41.82162666320801],[-83.42529296875,41.819382667541504],[-83.42732429504395,41.818359375],[-83.43017578125,41.816965103149414],[-83.43505859375,41.81479835510254],[-83.43575477600098,41.814453125],[-83.43994140625,41.81248950958252],[-83.44412803649902,41.810546875],[-83.44482421875,41.81020164489746],[-83.44970703125,41.80793380737305],[-83.45229625701904,41.806640625],[-83.45458984375,41.805498123168945],[-83.45947265625,41.80327129364014],[-83.4605360031128,41.802734375],[-83.46435546875,41.80092144012451],[-83.46900463104248,41.798828125],[-83.46923828125,41.798712730407715],[-83.47412109375,41.79646301269531],[-83.47732543945312,41.794921875],[-83.47900390625,41.79409217834473],[-83.48388671875,41.791818618774414],[-83.48544120788574,41.791015625],[-83.48876953125,41.78938865661621],[-83.49365234375,41.78723335266113],[-83.49390506744385,41.787109375],[-83.49853515625,41.784969329833984],[-83.50225448608398,41.783203125],[-83.50341796875,41.78261947631836],[-83.50830078125,41.780333518981934],[-83.51033210754395,41.779296875],[-83.51318359375,41.77788734436035],[-83.51806640625,41.775699615478516],[-83.51868629455566,41.775390625],[-83.52294921875,41.77340030670166],[-83.52712631225586,41.771484375],[-83.52783203125,41.77113723754883],[-83.53271484375,41.76888847351074],[-83.53536605834961,41.767578125],[-83.53759765625,41.76647663116455],[-83.54248046875,41.76425552368164],[-83.54362964630127,41.763671875],[-83.54736328125,41.76187610626221],[-83.5519790649414,41.759765625],[-83.55224609375,41.7596321105957],[-83.55712890625,41.75735282897949],[-83.56015205383301,41.755859375],[-83.56201171875,41.75492286682129],[-83.56689453125,41.752638816833496],[-83.56822967529297,41.751953125],[-83.57177734375,41.750237464904785],[-83.57666015625,41.748064041137695],[-83.57669353485107,41.748046875],[-83.58154296875,41.74580192565918],[-83.58502388000488,41.744140625],[-83.58642578125,41.74344253540039],[-83.59130859375,41.74116230010986],[-83.59311103820801,41.740234375],[-83.59619140625,41.73871421813965],[-83.60107421875,41.736541748046875],[-83.60150337219238,41.736328125],[-83.60595703125,41.7342472076416],[-83.60980033874512,41.732421875],[-83.61083984375,41.73189830780029],[-83.61572265625,41.72961616516113],[-83.61790180206299,41.728515625],[-83.62060546875,41.72718334197998],[-83.62548828125,41.72498607635498],[-83.62624168395996,41.724609375],[-83.63037109375,41.722657203674316],[-83.63461017608643,41.720703125],[-83.63525390625,41.72038459777832],[-83.64013671875,41.71811866760254],[-83.64278793334961,41.716796875],[-83.64501953125,41.71568584442139],[-83.64990234375,41.7134485244751],[-83.65099430084229,41.712890625],[-83.65478515625,41.711060523986816],[-83.65927219390869,41.708984375],[-83.65966796875,41.70878601074219],[-83.66455078125,41.70651721954346],[-83.66748332977295,41.705078125],[-83.66943359375,41.70410633087158],[-83.67431640625,41.70183753967285],[-83.67561340332031,41.701171875],[-83.67919921875,41.699432373046875],[-83.68401050567627,41.697265625],[-83.68408203125,41.69723033905029],[-83.68896484375,41.69495868682861],[-83.6922550201416,41.693359375],[-83.69384765625,41.69256019592285],[-83.69873046875,41.69025993347168],[-83.70028018951416,41.689453125],[-83.70361328125,41.687804222106934],[-83.70849609375,41.685604095458984],[-83.70861053466797,41.685546875],[-83.71337890625,41.68332386016846],[-83.71687412261963,41.681640625],[-83.71826171875,41.68094253540039],[-83.72314453125,41.67863178253174],[-83.72488021850586,41.677734375],[-83.72802734375,41.676185607910156],[-83.73291015625,41.67402458190918],[-83.73330593109131,41.673828125],[-83.73779296875,41.671730041503906],[-83.74159812927246,41.669921875],[-83.74267578125,41.66938018798828],[-83.74755859375,41.667073249816895],[-83.74960422515869,41.666015625],[-83.75244140625,41.66459846496582],[-83.75732421875,41.66239643096924],[-83.75790119171143,41.662109375],[-83.76220703125,41.660085678100586],[-83.76622200012207,41.658203125],[-83.76708984375,41.65776824951172],[-83.77197265625,41.65547752380371],[-83.77431392669678,41.654296875],[-83.77685546875,41.65303897857666],[-83.78173828125,41.650835037231445],[-83.78262042999268,41.650390625],[-83.78662109375,41.648475646972656],[-83.79088401794434,41.646484375],[-83.79150390625,41.64617347717285],[-83.79638671875,41.64387035369873],[-83.7989330291748,41.642578125],[-83.80126953125,41.64140033721924],[-83.80615234375,41.639159202575684],[-83.80711078643799,41.638671875],[-83.81103515625,41.63679504394531],[-83.81543636322021,41.634765625],[-83.81591796875,41.63452625274658],[-83.82080078125,41.632240295410156],[-83.8235855102539,41.630859375],[-83.82568359375,41.62981414794922],[-83.83056640625,41.62757110595703],[-83.83176803588867,41.626953125],[-83.83544921875,41.62515926361084],[-83.84001731872559,41.623046875],[-83.84033203125,41.62288761138916],[-83.84521484375,41.62058448791504],[-83.84809494018555,41.619140625],[-83.85009765625,41.618123054504395],[-83.85498046875,41.61583995819092],[-83.85615825653076,41.615234375],[-83.85986328125,41.613436698913574],[-83.86449337005615,41.611328125],[-83.86474609375,41.61120319366455],[-83.86962890625,41.608917236328125],[-83.87266159057617,41.607421875],[-83.87451171875,41.60649394989014],[-83.87939453125,41.60422325134277],[-83.88075828552246,41.603515625],[-83.88427734375,41.60178279876709],[-83.88899326324463,41.599609375],[-83.88916015625,41.59952449798584],[-83.89404296875,41.59722328186035],[-83.89710903167725,41.595703125],[-83.89892578125,41.59478187561035],[-83.90380859375,41.59247970581055],[-83.90512943267822,41.591796875],[-83.90869140625,41.59005832672119],[-83.91348361968994,41.587890625],[-83.91357421875,41.58784580230713],[-83.91845703125,41.58555603027344],[-83.92165184020996,41.583984375],[-83.92333984375,41.58313274383545],[-83.92822265625,41.580833435058594],[-83.92966747283936,41.580078125],[-83.93310546875,41.57837200164795],[-83.9378833770752,41.576171875],[-83.93798828125,41.576120376586914],[-83.94287109375,41.57382297515869],[-83.94604206085205,41.572265625],[-83.94775390625,41.57140254974365],[-83.95263671875,41.56909942626953],[-83.95405769348145,41.568359375],[-83.95751953125,41.56665515899658],[-83.96236896514893,41.564453125],[-83.96240234375,41.56443786621094],[-83.96728515625,41.56213188171387],[-83.97048950195312,41.560546875],[-83.97216796875,41.5596923828125],[-83.97705078125,41.557379722595215],[-83.97846221923828,41.556640625],[-83.98193359375,41.55491924285889],[-83.98667335510254,41.552734375],[-83.98681640625,41.55266284942627],[-83.99169921875,41.55036449432373],[-83.99483680725098,41.548828125],[-83.99658203125,41.54795455932617],[-84.00146484375,41.545663833618164],[-84.00289058685303,41.544921875],[-84.00634765625,41.543213844299316],[-84.0111494064331,41.541015625],[-84.01123046875,41.54097652435303],[-84.01611328125,41.53866004943848],[-84.0192174911499,41.537109375],[-84.02099609375,41.536200523376465],[-84.02587890625,41.53388690948486],[-84.02719020843506,41.533203125],[-84.03076171875,41.53144550323486],[-84.03544425964355,41.529296875],[-84.03564453125,41.529197692871094],[-84.04052734375,41.526896476745605],[-84.04357433319092,41.525390625],[-84.04541015625,41.5244665145874],[-84.05029296875,41.52218532562256],[-84.05163764953613,41.521484375],[-84.05517578125,41.51973628997803],[-84.0598201751709,41.517578125],[-84.06005859375,41.517457008361816],[-84.06494140625,41.51513195037842],[-84.06784057617188,41.513671875],[-84.06982421875,41.51266002655029],[-84.07470703125,41.5103645324707],[-84.07586574554443,41.509765625],[-84.07958984375,41.50794696807861],[-84.08411979675293,41.505859375],[-84.08447265625,41.50568389892578],[-84.08935546875,41.503374099731445],[-84.09217834472656,41.501953125],[-84.09423828125,41.500908851623535],[-84.09912109375,41.49863052368164],[-84.10024642944336,41.498046875],[-84.10400390625,41.49619483947754],[-84.10833358764648,41.494140625],[-84.10888671875,41.49385643005371],[-84.11376953125,41.49153518676758],[-84.11634922027588,41.490234375],[-84.11865234375,41.4890775680542],[-84.12353515625,41.48682880401611],[-84.12450790405273,41.486328125],[-84.12841796875,41.48442554473877],[-84.13266181945801,41.482421875],[-84.13330078125,41.48209857940674],[-84.13818359375,41.47976493835449],[-84.14060592651367,41.478515625],[-84.14306640625,41.47726058959961],[-84.14794921875,41.47500133514404],[-84.14871215820312,41.474609375],[-84.15283203125,41.47261905670166],[-84.15684223175049,41.470703125],[-84.15771484375,41.47025966644287],[-84.16259765625,41.46791744232178],[-84.16476249694824,41.466796875],[-84.16748046875,41.46542835235596],[-84.17236328125,41.46320819854736],[-84.17298793792725,41.462890625],[-84.17724609375,41.46083927154541],[-84.18105602264404,41.458984375],[-84.18212890625,41.458431243896484],[-84.18701171875,41.45603847503662],[-84.18880939483643,41.455078125],[-84.19189453125,41.45351219177246],[-84.19677734375,41.45130443572998],[-84.19703960418701,41.451171875],[-84.20166015625,41.4489860534668],[-84.20519828796387,41.447265625],[-84.20654296875,41.44658374786377],[-84.21142578125,41.44423580169678],[-84.2130708694458,41.443359375],[-84.21630859375,41.44172668457031],[-84.22119140625,41.439491271972656],[-84.22126770019531,41.439453125],[-84.22607421875,41.43716239929199],[-84.2293119430542,41.435546875],[-84.23095703125,41.434701919555664],[-84.23583984375,41.43236255645752],[-84.23721313476562,41.431640625],[-84.24072265625,41.429901123046875],[-84.24543380737305,41.427734375],[-84.24560546875,41.42764949798584],[-84.25048828125,41.42532253265381],[-84.25345420837402,41.423828125],[-84.25537109375,41.422847747802734],[-84.26025390625,41.4205436706543],[-84.26144123077393,41.419921875],[-84.26513671875,41.4180850982666],[-84.26948070526123,41.416015625],[-84.27001953125,41.41573905944824],[-84.27490234375,41.41339111328125],[-84.27742004394531,41.412109375],[-84.27978515625,41.410919189453125],[-84.28466796875,41.40867042541504],[-84.28557395935059,41.408203125],[-84.28955078125,41.406256675720215],[-84.29362773895264,41.404296875],[-84.29443359375,41.40388298034668],[-84.29931640625,41.40150451660156],[-84.3014144897461,41.400390625],[-84.30419921875,41.39896202087402],[-84.30908203125,41.39671039581299],[-84.30952548980713,41.396484375],[-84.31396484375,41.39435291290283],[-84.31763172149658,41.392578125],[-84.31884765625,41.39195919036865],[-84.32373046875,41.38959789276123],[-84.32546615600586,41.388671875],[-84.32861328125,41.38707637786865],[-84.33349609375,41.384849548339844],[-84.33366298675537,41.384765625],[-84.33837890625,41.3825044631958],[-84.34165954589844,41.380859375],[-84.34326171875,41.38002967834473],[-84.34814453125,41.37767791748047],[-84.3495225906372,41.376953125],[-84.35302734375,41.375213623046875],[-84.35773849487305,41.373046875],[-84.35791015625,41.37296009063721],[-84.36279296875,41.37062358856201],[-84.36572074890137,41.369140625],[-84.36767578125,41.368136405944824],[-84.37255859375,41.365830421447754],[-84.37369346618652,41.365234375],[-84.37744140625,41.36337184906006],[-84.38169956207275,41.361328125],[-84.38232421875,41.361005783081055],[-84.38720703125,41.35864734649658],[-84.3895959854126,41.357421875],[-84.39208984375,41.35616207122803],[-84.39697265625,41.35391616821289],[-84.39774990081787,41.353515625],[-84.40185546875,41.351508140563965],[-84.40574645996094,41.349609375],[-84.40673828125,41.34909629821777],[-84.41162109375,41.34668445587158],[-84.41343784332275,41.345703125],[-84.41650390625,41.34412956237793],[-84.42138671875,41.34189224243164],[-84.42157745361328,41.341796875],[-84.42626953125,41.339552879333496],[-84.42965030670166,41.337890625],[-84.43115234375,41.33712577819824],[-84.43603515625,41.334787368774414],[-84.4375467300415,41.333984375],[-84.44091796875,41.33228302001953],[-84.44562911987305,41.330078125],[-84.44580078125,41.329989433288574],[-84.45068359375,41.3276252746582],[-84.45351600646973,41.326171875],[-84.45556640625,41.325111389160156],[-84.46044921875,41.322797775268555],[-84.46146965026855,41.322265625],[-84.46533203125,41.32035827636719],[-84.46953773498535,41.318359375],[-84.47021484375,41.31801414489746],[-84.47509765625,41.31565189361572],[-84.4773817062378,41.314453125],[-84.47998046875,41.3131160736084],[-84.48486328125,41.31084156036377],[-84.48543548583984,41.310546875],[-84.48974609375,41.30844211578369],[-84.49339389801025,41.306640625],[-84.49462890625,41.30600070953369],[-84.49951171875,41.30360984802246],[-84.50114727020264,41.302734375],[-84.50439453125,41.30108833312988],[-84.50927734375,41.29884052276611],[-84.50930118560791,41.298828125],[-84.51416015625,41.296481132507324],[-84.51723098754883,41.294921875],[-84.51904296875,41.29398059844971],[-84.52392578125,41.29164218902588],[-84.52511310577393,41.291015625],[-84.52880859375,41.28916931152344],[-84.53314781188965,41.287109375],[-84.53369140625,41.28682994842529],[-84.53857421875,41.28446578979492],[-84.54100131988525,41.283203125],[-84.54345703125,41.281944274902344],[-84.54833984375,41.279666900634766],[-84.54905033111572,41.279296875],[-84.55322265625,41.27723503112793],[-84.55692768096924,41.275390625],[-84.55810546875,41.27477264404297],[-84.56298828125,41.272361755371094],[-84.56462383270264,41.271484375],[-84.56787109375,41.2698392868042],[-84.57275390625,41.26759910583496],[-84.57279682159424,41.267578125],[-84.57763671875,41.265235900878906],[-84.58071708679199,41.263671875],[-84.58251953125,41.26274013519287],[-84.58740234375,41.26040840148926],[-84.58861351013184,41.259765625],[-84.59228515625,41.25792121887207],[-84.5965576171875,41.255859375],[-84.59716796875,41.25554370880127],[-84.60205078125,41.25315856933594],[-84.60436344146729,41.251953125],[-84.60693359375,41.25064277648926],[-84.61181640625,41.248379707336426],[-84.61246013641357,41.248046875],[-84.61669921875,41.24595832824707],[-84.62034702301025,41.244140625],[-84.62158203125,41.24349403381348],[-84.62646484375,41.241085052490234],[-84.62804317474365,41.240234375],[-84.63134765625,41.23854923248291],[-84.63612079620361,41.236328125],[-84.63623046875,41.23627281188965],[-84.64111328125,41.23391056060791],[-84.64403629302979,41.232421875],[-84.64599609375,41.23141384124756],[-84.65087890625,41.22910022735596],[-84.65198516845703,41.228515625],[-84.65576171875,41.226613998413086],[-84.65984344482422,41.224609375],[-84.66064453125,41.22418785095215],[-84.66552734375,41.22176551818848],[-84.66752052307129,41.220703125],[-84.67041015625,41.219223976135254],[-84.67529296875,41.21697807312012],[-84.67564582824707,41.216796875],[-84.68017578125,41.21459197998047],[-84.68356609344482,41.212890625],[-84.68505859375,41.212114334106445],[-84.68994140625,41.209739685058594],[-84.6913480758667,41.208984375],[-84.69482421875,41.207210540771484],[-84.69927310943604,41.205078125],[-84.69970703125,41.20485210418701],[-84.70458984375,41.20246410369873],[-84.70707893371582,41.201171875],[-84.70947265625,41.199944496154785],[-84.71435546875,41.19766426086426],[-84.71511840820312,41.197265625],[-84.71923828125,41.19521522521973],[-84.72294807434082,41.193359375],[-84.72412109375,41.1927433013916],[-84.72900390625,41.1903190612793],[-84.73060607910156,41.189453125],[-84.73388671875,41.18777370452881],[-84.7386646270752,41.185546875],[-84.73876953125,41.18549346923828],[-84.74365234375,41.18311882019043],[-84.74652767181396,41.181640625],[-84.74853515625,41.180599212646484],[-84.75341796875,41.178274154663086],[-84.75443363189697,41.177734375],[-84.75830078125,41.175785064697266],[-84.76224899291992,41.173828125],[-84.76318359375,41.173336029052734],[-84.76806640625,41.170902252197266],[-84.76988792419434,41.169921875],[-84.77294921875,41.168352127075195],[-84.77783203125,41.16610145568848],[-84.77799892425537,41.166015625],[-84.78271484375,41.163713455200195],[-84.78585243225098,41.162109375],[-84.78759765625,41.16119384765625],[-84.79248046875,41.15882968902588],[-84.79365348815918,41.158203125],[-84.79736328125,41.15632724761963],[-84.80155944824219,41.154296875],[-84.80224609375,41.15394115447998],[-84.80712890625,41.151533126831055],[-84.80926513671875,41.150390625],[-84.81201171875,41.148969650268555],[-84.81689453125,41.14668560028076],[-84.81728076934814,41.146484375],[-84.82177734375,41.14425754547119],[-84.82506275177002,41.142578125],[-84.82666015625,41.14173698425293],[-84.83154296875,41.13935852050781],[-84.83283042907715,41.138671875],[-84.83642578125,41.13685417175293],[-84.84079360961914,41.134765625],[-84.84130859375,41.134501457214355],[-84.84619140625,41.132089614868164],[-84.84849452972412,41.130859375],[-84.85107421875,41.1295108795166],[-84.85595703125,41.12719917297363],[-84.85642910003662,41.126953125],[-84.86083984375,41.12476634979248],[-84.86425876617432,41.123046875],[-84.86572265625,41.12228488922119],[-84.87060546875,41.119911193847656],[-84.87204074859619,41.119140625],[-84.87548828125,41.117380142211914],[-84.87995147705078,41.115234375],[-84.88037109375,41.11501502990723],[-84.88525390625,41.112576484680176],[-84.88758087158203,41.111328125],[-84.89013671875,41.109986305236816],[-84.89501953125,41.107686042785645],[-84.8955249786377,41.107421875],[-84.89990234375,41.10525989532471],[-84.90338802337646,41.103515625],[-84.90478515625,41.102789878845215],[-84.90966796875,41.1004056930542],[-84.91113662719727,41.099609375],[-84.91455078125,41.0978479385376],[-84.91896152496338,41.095703125],[-84.91943359375,41.095455169677734],[-84.92431640625,41.09303283691406],[-84.92665767669678,41.091796875],[-84.92919921875,41.09048271179199],[-84.93408203125,41.088196754455566],[-84.93466377258301,41.087890625],[-84.93896484375,41.08574867248535],[-84.94244575500488,41.083984375],[-84.94384765625,41.08324432373047],[-84.94873046875,41.08083534240723],[-84.95012760162354,41.080078125],[-84.95361328125,41.07828712463379],[-84.95800495147705,41.076171875],[-84.95849609375,41.0759162902832],[-84.96337890625,41.073503494262695],[-84.96570587158203,41.072265625],[-84.96826171875,41.07093620300293],[-84.97314453125,41.06862926483154],[-84.97365474700928,41.068359375],[-84.97802734375,41.06616687774658],[-84.98136043548584,41.064453125],[-84.98291015625,41.063632011413574],[-84.98779296875,41.061235427856445],[-84.98907566070557,41.060546875],[-84.99267578125,41.05871295928955],[-84.99696731567383,41.056640625],[-84.99755859375,41.0563325881958],[-85.00244140625,41.05389595031738],[-85.00457763671875,41.052734375],[-85.00732421875,41.05128765106201],[-85.01220703125,41.04895877838135],[-85.01245498657227,41.048828125],[-85.01708984375,41.046523094177246],[-85.02022743225098,41.044921875],[-85.02197265625,41.04401397705078],[-85.02685546875,41.041666984558105],[-85.02807140350342,41.041015625],[-85.03173828125,41.039146423339844],[-85.0358533859253,41.037109375],[-85.03662109375,41.03670310974121],[-85.04150390625,41.03421401977539],[-85.0433349609375,41.033203125],[-85.04638671875,41.0316047668457],[-85.05126953125,41.02932262420654],[-85.0513219833374,41.029296875],[-85.05615234375,41.02691650390625],[-85.05909442901611,41.025390625],[-85.06103515625,41.02437114715576],[-85.06591796875,41.02201843261719],[-85.06691455841064,41.021484375],[-85.07080078125,41.019508361816406],[-85.07465362548828,41.017578125],[-85.07568359375,41.01703357696533],[-85.08056640625,41.014586448669434],[-85.08224487304688,41.013671875],[-85.08544921875,41.0120153427124],[-85.09021759033203,41.009765625],[-85.09033203125,41.0097074508667],[-85.09521484375,41.00726795196533],[-85.09785175323486,41.005859375],[-85.10009765625,41.00466537475586],[-85.10498046875,41.0023136138916],[-85.10566234588623,41.001953125],[-85.10986328125,40.99984931945801],[-85.1134729385376,40.998046875],[-85.11474609375,40.9973840713501],[-85.11962890625,40.99498176574707],[-85.121169090271,40.994140625],[-85.12451171875,40.99239444732666],[-85.1289176940918,40.990234375],[-85.12939453125,40.989980697631836],[-85.13427734375,40.987528800964355],[-85.13651371002197,40.986328125],[-85.13916015625,40.98494911193848],[-85.14404296875,40.98264980316162],[-85.14447689056396,40.982421875],[-85.14892578125,40.98019027709961],[-85.1521635055542,40.978515625],[-85.15380859375,40.97764205932617],[-85.15869140625,40.97523880004883],[-85.15985488891602,40.974609375],[-85.16357421875,40.972697257995605],[-85.1676082611084,40.970703125],[-85.16845703125,40.970258712768555],[-85.17333984375,40.96779823303223],[-85.17515182495117,40.966796875],[-85.17822265625,40.96518421173096],[-85.18304347991943,40.962890625],[-85.18310546875,40.96285820007324],[-85.18798828125,40.96041965484619],[-85.19070148468018,40.958984375],[-85.19287109375,40.957839012145996],[-85.19775390625,40.955495834350586],[-85.19853591918945,40.955078125],[-85.20263671875,40.953001976013184],[-85.2062463760376,40.951171875],[-85.20751953125,40.95049858093262],[-85.21240234375,40.948068618774414],[-85.21386623382568,40.947265625],[-85.21728515625,40.94547939300537],[-85.22160053253174,40.943359375],[-85.22216796875,40.943060874938965],[-85.22705078125,40.9406042098999],[-85.229172706604,40.939453125],[-85.23193359375,40.938002586364746],[-85.23681640625,40.93568134307861],[-85.23706912994385,40.935546875],[-85.24169921875,40.93320655822754],[-85.24466514587402,40.931640625],[-85.24658203125,40.93061828613281],[-85.25146484375,40.928245544433594],[-85.2524185180664,40.927734375],[-85.25634765625,40.92573928833008],[-85.26017665863037,40.923828125],[-85.26123046875,40.92327308654785],[-85.26611328125,40.92082691192627],[-85.26774883270264,40.919921875],[-85.27099609375,40.918211936950684],[-85.27549266815186,40.916015625],[-85.27587890625,40.91581153869629],[-85.28076171875,40.913363456726074],[-85.28310775756836,40.912109375],[-85.28564453125,40.91078186035156],[-85.29052734375,40.90845966339111],[-85.29100894927979,40.908203125],[-85.29541015625,40.905972480773926],[-85.2986192703247,40.904296875],[-85.30029296875,40.903401374816895],[-85.30517578125,40.900991439819336],[-85.30628681182861,40.900390625],[-85.31005859375,40.89845275878906],[-85.31402587890625,40.896484375],[-85.31494140625,40.89600372314453],[-85.31982421875,40.89354610443115],[-85.32156944274902,40.892578125],[-85.32470703125,40.89091491699219],[-85.32931327819824,40.888671875],[-85.32958984375,40.888526916503906],[-85.33447265625,40.886070251464844],[-85.3369140625,40.884765625],[-85.33935546875,40.88348579406738],[-85.34423828125,40.88115692138672],[-85.3447961807251,40.880859375],[-85.34912109375,40.878655433654785],[-85.35238265991211,40.876953125],[-85.35400390625,40.87608242034912],[-85.35888671875,40.87366199493408],[-85.36001682281494,40.873046875],[-85.36376953125,40.871108055114746],[-85.3677225112915,40.869140625],[-85.36865234375,40.86865043640137],[-85.37353515625,40.866190910339355],[-85.37525653839111,40.865234375],[-85.37841796875,40.86356163024902],[-85.38299560546875,40.861328125],[-85.38330078125,40.86116600036621],[-85.38818359375,40.85869598388672],[-85.39054870605469,40.857421875],[-85.39306640625,40.85609722137451],[-85.39794921875,40.853766441345215],[-85.39842128753662,40.853515625],[-85.40283203125,40.85127067565918],[-85.40599822998047,40.849609375],[-85.40771484375,40.84868812561035],[-85.41259765625,40.846269607543945],[-85.41363716125488,40.845703125],[-85.41748046875,40.84371566772461],[-85.42131423950195,40.841796875],[-85.42236328125,40.84124565124512],[-85.42724609375,40.8388090133667],[-85.42890548706055,40.837890625],[-85.43212890625,40.83617973327637],[-85.4365587234497,40.833984375],[-85.43701171875,40.83374309539795],[-85.44189453125,40.831241607666016],[-85.444016456604,40.830078125],[-85.44677734375,40.8286190032959],[-85.45166015625,40.826292991638184],[-85.45188903808594,40.826171875],[-85.45654296875,40.823814392089844],[-85.4594612121582,40.822265625],[-85.46142578125,40.821210861206055],[-85.46630859375,40.818806648254395],[-85.46713352203369,40.818359375],[-85.47119140625,40.81626319885254],[-85.47474384307861,40.814453125],[-85.47607421875,40.81374931335449],[-85.48095703125,40.81132888793945],[-85.48237800598145,40.810546875],[-85.48583984375,40.80872440338135],[-85.48997402191162,40.806640625],[-85.49072265625,40.80623722076416],[-85.49560546875,40.80372333526611],[-85.4973840713501,40.802734375],[-85.50048828125,40.80109691619873],[-85.5052375793457,40.798828125],[-85.50537109375,40.7987585067749],[-85.51025390625,40.79628276824951],[-85.51275253295898,40.794921875],[-85.51513671875,40.7936372756958],[-85.52001953125,40.791250228881836],[-85.52045822143555,40.791015625],[-85.52490234375,40.78874969482422],[-85.52807331085205,40.787109375],[-85.52978515625,40.78620433807373],[-85.53466796875,40.78381538391113],[-85.5357837677002,40.783203125],[-85.53955078125,40.78123092651367],[-85.54330348968506,40.779296875],[-85.54443359375,40.7786865234375],[-85.54931640625,40.776217460632324],[-85.55081844329834,40.775390625],[-85.55419921875,40.77362251281738],[-85.55854797363281,40.771484375],[-85.55908203125,40.771202087402344],[-85.56396484375,40.76867485046387],[-85.56590557098389,40.767578125],[-85.56884765625,40.765992164611816],[-85.57365894317627,40.763671875],[-85.57373046875,40.76363468170166],[-85.57861328125,40.76117515563965],[-85.58125972747803,40.759765625],[-85.58349609375,40.75858116149902],[-85.58837890625,40.7562141418457],[-85.58902740478516,40.755859375],[-85.59326171875,40.7536506652832],[-85.59646129608154,40.751953125],[-85.59814453125,40.751041412353516],[-85.60302734375,40.74863052368164],[-85.60410022735596,40.748046875],[-85.60791015625,40.74606704711914],[-85.61169147491455,40.744140625],[-85.61279296875,40.74355125427246],[-85.61767578125,40.7410774230957],[-85.6191873550415,40.740234375],[-85.62255859375,40.73844242095947],[-85.62679290771484,40.736328125],[-85.62744140625,40.73598098754883],[-85.63232421875,40.733469009399414],[-85.63419342041016,40.732421875],[-85.63720703125,40.73080921173096],[-85.64193725585938,40.728515625],[-85.64208984375,40.728434562683105],[-85.64697265625,40.72592639923096],[-85.64937591552734,40.724609375],[-85.65185546875,40.7232780456543],[-85.65673828125,40.72091865539551],[-85.65713882446289,40.720703125],[-85.66162109375,40.71839618682861],[-85.6646203994751,40.716796875],[-85.66650390625,40.71577739715576],[-85.67138671875,40.71335315704346],[-85.67222595214844,40.712890625],[-85.67626953125,40.71077632904053],[-85.67972660064697,40.708984375],[-85.68115234375,40.70822334289551],[-85.68603515625,40.70579814910889],[-85.6873369216919,40.705078125],[-85.69091796875,40.7031888961792],[-85.69485187530518,40.701171875],[-85.69580078125,40.70065784454346],[-85.70068359375,40.69815158843994],[-85.7022762298584,40.697265625],[-85.70556640625,40.69552516937256],[-85.7099723815918,40.693359375],[-85.71044921875,40.69310665130615],[-85.71533203125,40.69057846069336],[-85.71732521057129,40.689453125],[-85.72021484375,40.68789196014404],[-85.72505950927734,40.685546875],[-85.72509765625,40.68552589416504],[-85.72998046875,40.68305778503418],[-85.73264122009277,40.681640625],[-85.73486328125,40.68045997619629],[-85.73974609375,40.67808437347412],[-85.74038505554199,40.677734375],[-85.74462890625,40.67551612854004],[-85.74779510498047,40.673828125],[-85.74951171875,40.67289638519287],[-85.75439453125,40.67048168182373],[-85.75541973114014,40.669921875],[-85.75927734375,40.667922019958496],[-85.76300621032715,40.666015625],[-85.76416015625,40.6653938293457],[-85.76904296875,40.66291046142578],[-85.77046871185303,40.662109375],[-85.77392578125,40.66025924682617],[-85.77798366546631,40.658203125],[-85.77880859375,40.65775966644287],[-85.78369140625,40.655263900756836],[-85.78541278839111,40.654296875],[-85.78857421875,40.65260410308838],[-85.79301357269287,40.650390625],[-85.79345703125,40.65015125274658],[-85.79833984375,40.64759159088135],[-85.80029964447021,40.646484375],[-85.80322265625,40.64491081237793],[-85.80805778503418,40.642578125],[-85.80810546875,40.64255332946777],[-85.81298828125,40.64004421234131],[-85.81547737121582,40.638671875],[-85.81787109375,40.637370109558105],[-85.82275390625,40.63495445251465],[-85.82310199737549,40.634765625],[-85.82763671875,40.632408142089844],[-85.83054542541504,40.630859375],[-85.83251953125,40.62980365753174],[-85.83740234375,40.627403259277344],[-85.83821773529053,40.626953125],[-85.84228515625,40.624807357788086],[-85.84559917449951,40.623046875],[-85.84716796875,40.6221923828125],[-85.85205078125,40.619754791259766],[-85.8531665802002,40.619140625],[-85.85693359375,40.61716842651367],[-85.8607006072998,40.615234375],[-85.86181640625,40.61463260650635],[-85.86669921875,40.612141609191895],[-85.86814403533936,40.611328125],[-85.87158203125,40.6094856262207],[-85.87565898895264,40.607421875],[-85.87646484375,40.60698986053467],[-85.88134765625,40.60448932647705],[-85.88307857513428,40.603515625],[-85.88623046875,40.6018180847168],[-85.8906364440918,40.599609375],[-85.89111328125,40.599350929260254],[-85.89599609375,40.59678554534912],[-85.89790344238281,40.595703125],[-85.90087890625,40.59409809112549],[-85.90561866760254,40.591796875],[-85.90576171875,40.59172058105469],[-85.91064453125,40.58917713165283],[-85.9129285812378,40.587890625],[-85.91552734375,40.586469650268555],[-85.92041015625,40.58406925201416],[-85.9205675125122,40.583984375],[-85.92529296875,40.58154296875],[-85.92800617218018,40.580078125],[-85.93017578125,40.57891082763672],[-85.93505859375,40.576504707336426],[-85.93566417694092,40.576171875],[-85.93994140625,40.57391166687012],[-85.9429931640625,40.572265625],[-85.94482421875,40.57126712799072],[-85.94970703125,40.568846702575684],[-85.95059394836426,40.568359375],[-85.95458984375,40.56625843048096],[-85.9580135345459,40.564453125],[-85.95947265625,40.56365776062012],[-85.96435546875,40.56117820739746],[-85.96548080444336,40.560546875],[-85.96923828125,40.5585412979126],[-85.97291946411133,40.556640625],[-85.97412109375,40.55599498748779],[-85.97900390625,40.55353260040283],[-85.98042488098145,40.552734375],[-85.98388671875,40.55087184906006],[-85.98783493041992,40.548828125],[-85.98876953125,40.548316955566406],[-85.99365234375,40.545804023742676],[-85.99522590637207,40.544921875],[-85.99853515625,40.54315376281738],[-86.00279331207275,40.541015625],[-86.00341796875,40.540679931640625],[-86.00830078125,40.53813171386719],[-86.01009368896484,40.537109375],[-86.01318359375,40.53542518615723],[-86.01765632629395,40.533203125],[-86.01806640625,40.53298473358154],[-86.02294921875,40.530449867248535],[-86.02499008178711,40.529296875],[-86.02783203125,40.52775001525879],[-86.03260040283203,40.525390625],[-86.03271484375,40.52532958984375],[-86.03759765625,40.52277374267578],[-86.03991508483887,40.521484375],[-86.04248046875,40.52009391784668],[-86.04736328125,40.517696380615234],[-86.04757785797119,40.517578125],[-86.05224609375,40.51511001586914],[-86.05482578277588,40.513671875],[-86.05712890625,40.51240348815918],[-86.06201171875,40.50998592376709],[-86.06241226196289,40.509765625],[-86.06689453125,40.50742721557617],[-86.06980800628662,40.505859375],[-86.07177734375,40.504791259765625],[-86.07666015625,40.50235843658447],[-86.07738971710205,40.501953125],[-86.08154296875,40.499741554260254],[-86.0846996307373,40.498046875],[-86.08642578125,40.49710559844971],[-86.09130859375,40.49466896057129],[-86.09225749969482,40.494140625],[-86.09619140625,40.49204635620117],[-86.0995864868164,40.490234375],[-86.10107421875,40.48941612243652],[-86.10595703125,40.48692989349365],[-86.10702991485596,40.486328125],[-86.11083984375,40.48429775238037],[-86.11443996429443,40.482421875],[-86.11572265625,40.48172855377197],[-86.12060546875,40.47924995422363],[-86.1219072341919,40.478515625],[-86.12548828125,40.47658634185791],[-86.1292839050293,40.474609375],[-86.13037109375,40.47401523590088],[-86.13525390625,40.47152328491211],[-86.1367130279541,40.470703125],[-86.14013671875,40.46886444091797],[-86.14415168762207,40.466796875],[-86.14501953125,40.46632099151611],[-86.14990234375,40.46377754211426],[-86.15146160125732,40.462890625],[-86.15478515625,40.461092948913574],[-86.15894794464111,40.458984375],[-86.15966796875,40.45859718322754],[-86.16455078125,40.45606231689453],[-86.16627216339111,40.455078125],[-86.16943359375,40.453346252441406],[-86.1737060546875,40.451171875],[-86.17431640625,40.45083999633789],[-86.17919921875,40.4482946395874],[-86.18101119995117,40.447265625],[-86.18408203125,40.44559669494629],[-86.18854999542236,40.443359375],[-86.18896484375,40.44313430786133],[-86.19384765625,40.440547943115234],[-86.19575500488281,40.439453125],[-86.19873046875,40.43782138824463],[-86.20331287384033,40.435546875],[-86.20361328125,40.43538475036621],[-86.20849609375,40.4327974319458],[-86.21049880981445,40.431640625],[-86.21337890625,40.430044174194336],[-86.21801853179932,40.427734375],[-86.21826171875,40.42760181427002],[-86.22314453125,40.425049781799316],[-86.22531414031982,40.423828125],[-86.22802734375,40.42234992980957],[-86.23290538787842,40.419921875],[-86.23291015625,40.41991901397705],[-86.23779296875,40.41731357574463],[-86.24008178710938,40.416015625],[-86.24267578125,40.41458797454834],[-86.24755859375,40.412169456481934],[-86.24766826629639,40.412109375],[-86.25244140625,40.40957450866699],[-86.25486850738525,40.408203125],[-86.25732421875,40.40684127807617],[-86.26220703125,40.404380798339844],[-86.26235961914062,40.404296875],[-86.26708984375,40.40179252624512],[-86.26962184906006,40.400390625],[-86.27197265625,40.399107933044434],[-86.27685546875,40.396671295166016],[-86.27718925476074,40.396484375],[-86.28173828125,40.394046783447266],[-86.28437042236328,40.392578125],[-86.28662109375,40.39133930206299],[-86.29150390625,40.388906478881836],[-86.29192352294922,40.388671875],[-86.29638671875,40.38629150390625],[-86.29912853240967,40.384765625],[-86.30126953125,40.383578300476074],[-86.30615234375,40.38110828399658],[-86.30660057067871,40.380859375],[-86.31103515625,40.37850093841553],[-86.31387233734131,40.376953125],[-86.31591796875,40.37583541870117],[-86.32080078125,40.37338447570801],[-86.32140159606934,40.373046875],[-86.32568359375,40.37073993682861],[-86.32858753204346,40.369140625],[-86.33056640625,40.368051528930664],[-86.33544921875,40.36560821533203],[-86.33611679077148,40.365234375],[-86.34033203125,40.3629732131958],[-86.34332656860352,40.361328125],[-86.34521484375,40.36027908325195],[-86.35009765625,40.357805252075195],[-86.35078430175781,40.357421875],[-86.35498046875,40.35518169403076],[-86.35807037353516,40.353515625],[-86.35986328125,40.3525333404541],[-86.36474609375,40.35006904602051],[-86.36556148529053,40.349609375],[-86.36962890625,40.34740924835205],[-86.37276649475098,40.345703125],[-86.37451171875,40.34474277496338],[-86.37939453125,40.342281341552734],[-86.38025283813477,40.341796875],[-86.38427734375,40.33961582183838],[-86.38742446899414,40.337890625],[-86.38916015625,40.336923599243164],[-86.39404296875,40.33444309234619],[-86.39485836029053,40.333984375],[-86.39892578125,40.33180809020996],[-86.40214443206787,40.330078125],[-86.40380859375,40.329163551330566],[-86.40869140625,40.326680183410645],[-86.40958786010742,40.326171875],[-86.41357421875,40.32400321960449],[-86.41677856445312,40.322265625],[-86.41845703125,40.3213415145874],[-86.42333984375,40.318870544433594],[-86.424241065979,40.318359375],[-86.42822265625,40.31618785858154],[-86.4313793182373,40.314453125],[-86.43310546875,40.31349182128906],[-86.43798828125,40.31101989746094],[-86.43883228302002,40.310546875],[-86.44287109375,40.308382987976074],[-86.44609451293945,40.306640625],[-86.44775390625,40.305724143981934],[-86.45263671875,40.30322265625],[-86.45349502563477,40.302734375],[-86.45751953125,40.300543785095215],[-86.46069049835205,40.298828125],[-86.46240234375,40.29788875579834],[-86.46728515625,40.29542255401611],[-86.46816730499268,40.294921875],[-86.47216796875,40.29274559020996],[-86.4753246307373,40.291015625],[-86.47705078125,40.290056228637695],[-86.48193359375,40.2875862121582],[-86.4827823638916,40.287109375],[-86.48681640625,40.284934997558594],[-86.48999214172363,40.283203125],[-86.49169921875,40.282254219055176],[-86.49658203125,40.279747009277344],[-86.49737358093262,40.279296875],[-86.50146484375,40.27707481384277],[-86.5045690536499,40.275390625],[-86.50634765625,40.27441215515137],[-86.51123046875,40.27194118499756],[-86.51203632354736,40.271484375],[-86.51611328125,40.26925849914551],[-86.51916027069092,40.267578125],[-86.52099609375,40.266557693481445],[-86.52587890625,40.26408386230469],[-86.52660846710205,40.263671875],[-86.53076171875,40.26140880584717],[-86.53371334075928,40.259765625],[-86.53564453125,40.25868511199951],[-86.54052734375,40.256197929382324],[-86.54112815856934,40.255859375],[-86.54541015625,40.253557205200195],[-86.54833316802979,40.251953125],[-86.55029296875,40.25086975097656],[-86.55517578125,40.24838638305664],[-86.55577182769775,40.248046875],[-86.56005859375,40.24570846557617],[-86.56287670135498,40.244140625],[-86.56494140625,40.24299621582031],[-86.56982421875,40.24052715301514],[-86.57033920288086,40.240234375],[-86.57470703125,40.23784351348877],[-86.57738208770752,40.236328125],[-86.57958984375,40.23509120941162],[-86.58447265625,40.23263072967529],[-86.5848445892334,40.232421875],[-86.58935546875,40.22999572753906],[-86.5919828414917,40.228515625],[-86.59423828125,40.22725772857666],[-86.59912109375,40.22476005554199],[-86.5993881225586,40.224609375],[-86.60400390625,40.22209930419922],[-86.60647392272949,40.220703125],[-86.60888671875,40.219369888305664],[-86.61376953125,40.216901779174805],[-86.6139554977417,40.216796875],[-86.61865234375,40.21423149108887],[-86.62098407745361,40.212890625],[-86.62353515625,40.21146583557129],[-86.62841796875,40.20900535583496],[-86.62845611572266,40.208984375],[-86.63330078125,40.20634460449219],[-86.63546562194824,40.205078125],[-86.63818359375,40.20355033874512],[-86.6429090499878,40.201171875],[-86.64306640625,40.20108699798584],[-86.64794921875,40.19847774505615],[-86.6500473022461,40.197265625],[-86.65283203125,40.19571304321289],[-86.65746688842773,40.193359375],[-86.65771484375,40.19322395324707],[-86.66259765625,40.190585136413574],[-86.66454315185547,40.189453125],[-86.66748046875,40.187825202941895],[-86.67201042175293,40.185546875],[-86.67236328125,40.1853551864624],[-86.67724609375,40.1827449798584],[-86.67913913726807,40.181640625],[-86.68212890625,40.17996883392334],[-86.68651580810547,40.177734375],[-86.68701171875,40.17746353149414],[-86.69189453125,40.17487907409668],[-86.69369697570801,40.173828125],[-86.69677734375,40.17210102081299],[-86.7009687423706,40.169921875],[-86.70166015625,40.16954040527344],[-86.70654296875,40.16697883605957],[-86.7082166671753,40.166015625],[-86.71142578125,40.16424560546875],[-86.71553134918213,40.162109375],[-86.71630859375,40.16167736053467],[-86.72119140625,40.159095764160156],[-86.72273635864258,40.158203125],[-86.72607421875,40.15635681152344],[-86.73001289367676,40.154296875],[-86.73095703125,40.153775215148926],[-86.73583984375,40.15121555328369],[-86.73726081848145,40.150390625],[-86.74072265625,40.14846229553223],[-86.7444372177124,40.146484375],[-86.74560546875,40.14583778381348],[-86.75048828125,40.143314361572266],[-86.75176620483398,40.142578125],[-86.75537109375,40.14057445526123],[-86.75886154174805,40.138671875],[-86.76025390625,40.13789176940918],[-86.76513671875,40.135379791259766],[-86.76621437072754,40.134765625],[-86.77001953125,40.13269233703613],[-86.77340030670166,40.130859375],[-86.77490234375,40.13002109527588],[-86.77978515625,40.12749195098877],[-86.78071975708008,40.126953125],[-86.78466796875,40.12477493286133],[-86.78781509399414,40.123046875],[-86.78955078125,40.12208366394043],[-86.79443359375,40.11958599090576],[-86.79521083831787,40.119140625],[-86.79931640625,40.11686992645264],[-86.8022346496582,40.115234375],[-86.80419921875,40.114131927490234],[-86.80908203125,40.111639976501465],[-86.80962562561035,40.111328125],[-86.81396484375,40.108933448791504],[-86.81660175323486,40.107421875],[-86.81884765625,40.106154441833496],[-86.82373046875,40.10367012023926],[-86.82400226593018,40.103515625],[-86.82861328125,40.10100746154785],[-86.83104991912842,40.099609375],[-86.83349609375,40.09823131561279],[-86.83837890625,40.0957088470459],[-86.83838844299316,40.095703125],[-86.84326171875,40.093021392822266],[-86.8453598022461,40.091796875],[-86.84814453125,40.09023666381836],[-86.85274124145508,40.087890625],[-86.85302734375,40.08773326873779],[-86.85791015625,40.085086822509766],[-86.85978889465332,40.083984375],[-86.86279296875,40.08230018615723],[-86.8671178817749,40.080078125],[-86.86767578125,40.079771995544434],[-86.87255859375,40.077168464660645],[-86.8742561340332,40.076171875],[-86.87744140625,40.074378967285156],[-86.88148021697998,40.072265625],[-86.88232421875,40.07180118560791],[-86.88720703125,40.06925010681152],[-86.88873767852783,40.068359375],[-86.89208984375,40.06647968292236],[-86.8958568572998,40.064453125],[-86.89697265625,40.06382751464844],[-86.90185546875,40.0612850189209],[-86.90313816070557,40.060546875],[-86.90673828125,40.05855941772461],[-86.91027641296387,40.056640625],[-86.91162109375,40.055885314941406],[-86.91650390625,40.053330421447754],[-86.91753387451172,40.052734375],[-86.92138671875,40.05060577392578],[-86.92463397979736,40.048828125],[-86.92626953125,40.047913551330566],[-86.93115234375,40.045379638671875],[-86.93193912506104,40.044921875],[-86.93603515625,40.042630195617676],[-86.93889141082764,40.041015625],[-86.94091796875,40.03987503051758],[-86.94580078125,40.03735828399658],[-86.94622993469238,40.037109375],[-86.95068359375,40.03462028503418],[-86.95311546325684,40.033203125],[-86.95556640625,40.03181076049805],[-86.96044921875,40.02930927276611],[-86.96047306060791,40.029296875],[-86.96533203125,40.026615142822266],[-86.96739673614502,40.025390625],[-86.97021484375,40.0237922668457],[-86.97474002838135,40.021484375],[-86.97509765625,40.02128887176514],[-86.97998046875,40.018675804138184],[-86.98185443878174,40.017578125],[-86.98486328125,40.01588153839111],[-86.98909759521484,40.013671875],[-86.98974609375,40.013309478759766],[-86.99462890625,40.01070690155029],[-86.99624061584473,40.009765625],[-86.99951171875,40.00793170928955],[-87.00340270996094,40.005859375],[-87.00439453125,40.00530433654785],[-87.00927734375,40.00271797180176],[-87.01058387756348,40.001953125],[-87.01416015625,39.99994659423828],[-87.01766014099121,39.998046875],[-87.01904296875,39.99727535247803],[-87.02392578125,39.99472999572754],[-87.02493190765381,39.994140625],[-87.02880859375,39.99195098876953],[-87.03185081481934,39.990234375],[-87.03369140625,39.98919200897217],[-87.03857421875,39.98667049407959],[-87.03916072845459,39.986328125],[-87.04345703125,39.983909606933594],[-87.0460033416748,39.982421875],[-87.04833984375,39.98108768463135],[-87.05322265625,39.978575706481934],[-87.0533275604248,39.978515625],[-87.05810546875,39.97585868835449],[-87.06019878387451,39.974609375],[-87.06298828125,39.97300910949707],[-87.06746101379395,39.970703125],[-87.06787109375,39.970476150512695],[-87.07275390625,39.96786689758301],[-87.0745849609375,39.966796875],[-87.07763671875,39.9650821685791],[-87.0818281173706,39.962890625],[-87.08251953125,39.962504386901855],[-87.08740234375,39.959896087646484],[-87.08896160125732,39.958984375],[-87.09228515625,39.95712471008301],[-87.0961332321167,39.955078125],[-87.09716796875,39.95449924468994],[-87.10205078125,39.95193004608154],[-87.1033525466919,39.951171875],[-87.10693359375,39.949167251586914],[-87.11044311523438,39.947265625],[-87.11181640625,39.94649887084961],[-87.11669921875,39.94395637512207],[-87.11771965026855,39.943359375],[-87.12158203125,39.94117832183838],[-87.12463855743408,39.939453125],[-87.12646484375,39.93841361999512],[-87.13134765625,39.93587017059326],[-87.13189601898193,39.935546875],[-87.13623046875,39.93307971954346],[-87.13866233825684,39.931640625],[-87.14111328125,39.9302339553833],[-87.14597702026367,39.927734375],[-87.14599609375,39.92772388458252],[-87.15087890625,39.92503261566162],[-87.15290069580078,39.923828125],[-87.15576171875,39.92218780517578],[-87.16012477874756,39.919921875],[-87.16064453125,39.91963195800781],[-87.16552734375,39.917025566101074],[-87.16724395751953,39.916015625],[-87.17041015625,39.914225578308105],[-87.17437267303467,39.912109375],[-87.17529296875,39.91159152984619],[-87.18017578125,39.9090051651001],[-87.1815538406372,39.908203125],[-87.18505859375,39.90624809265137],[-87.18864917755127,39.904296875],[-87.18994140625,39.90356636047363],[-87.19482421875,39.90096950531006],[-87.1958065032959,39.900390625],[-87.19970703125,39.89818859100342],[-87.20273971557617,39.896484375],[-87.20458984375,39.895437240600586],[-87.20947265625,39.89289379119873],[-87.21001625061035,39.892578125],[-87.21435546875,39.8901481628418],[-87.21691608428955,39.888671875],[-87.21923828125,39.88735771179199],[-87.22412109375,39.88482666015625],[-87.2242259979248,39.884765625],[-87.22900390625,39.882076263427734],[-87.23103046417236,39.880859375],[-87.23388671875,39.87922286987305],[-87.2382640838623,39.876953125],[-87.23876953125,39.87667274475098],[-87.24365234375,39.87404251098633],[-87.2453260421753,39.873046875],[-87.24853515625,39.87120723724365],[-87.2523832321167,39.869140625],[-87.25341796875,39.86855983734131],[-87.25830078125,39.86599349975586],[-87.25958824157715,39.865234375],[-87.26318359375,39.863189697265625],[-87.26650714874268,39.861328125],[-87.26806640625,39.86043930053711],[-87.27294921875,39.857887268066406],[-87.27374076843262,39.857421875],[-87.27783203125,39.85509777069092],[-87.28054523468018,39.853515625],[-87.28271484375,39.85226631164551],[-87.28759765625,39.84972095489502],[-87.28778839111328,39.849609375],[-87.29248046875,39.84697914123535],[-87.29461669921875,39.845703125],[-87.29736328125,39.8441276550293],[-87.30186462402344,39.841796875],[-87.30224609375,39.84158420562744],[-87.30712890625,39.838951110839844],[-87.30892658233643,39.837890625],[-87.31201171875,39.836137771606445],[-87.31605529785156,39.833984375],[-87.31689453125,39.833510398864746],[-87.32177734375,39.83089351654053],[-87.32316493988037,39.830078125],[-87.32666015625,39.82810974121094],[-87.33021259307861,39.826171875],[-87.33154296875,39.82541847229004],[-87.33642578125,39.82281970977783],[-87.3373556137085,39.822265625],[-87.34130859375,39.8200044631958],[-87.3442029953003,39.818359375],[-87.34619140625,39.81723976135254],[-87.35107421875,39.81473350524902],[-87.35155582427979,39.814453125],[-87.35595703125,39.81198024749756],[-87.35840320587158,39.810546875],[-87.36083984375,39.809152603149414],[-87.36566543579102,39.806640625],[-87.36572265625,39.80660915374756],[-87.37060546875,39.8038911819458],[-87.3725414276123,39.802734375],[-87.37548828125,39.80104351043701],[-87.37971305847168,39.798828125],[-87.38037109375,39.798460960388184],[-87.38525390625,39.79582977294922],[-87.38675594329834,39.794921875],[-87.39013671875,39.79294776916504],[-87.39358901977539,39.791015625],[-87.39501953125,39.79020023345947],[-87.39990234375,39.78764629364014],[-87.40080833435059,39.787109375],[-87.40478515625,39.784820556640625],[-87.40754127502441,39.783203125],[-87.40966796875,39.78196907043457],[-87.41455078125,39.779404640197754],[-87.4147367477417,39.779296875],[-87.41943359375,39.77663612365723],[-87.42149353027344,39.775390625],[-87.42431640625,39.77375316619873],[-87.42865085601807,39.771484375],[-87.42919921875,39.77117919921875],[-87.43408203125,39.768558502197266],[-87.4357271194458,39.767578125],[-87.43896484375,39.765713691711426],[-87.44268894195557,39.763671875],[-87.44384765625,39.76301288604736],[-87.44873046875,39.76042938232422],[-87.44985103607178,39.759765625],[-87.45361328125,39.757606506347656],[-87.45664596557617,39.755859375],[-87.45849609375,39.75479030609131],[-87.46337890625,39.75221920013428],[-87.4638319015503,39.751953125],[-87.46826171875,39.749433517456055],[-87.47058391571045,39.748046875],[-87.47314453125,39.74656105041504],[-87.47775554656982,39.744140625],[-87.47802734375,39.74398612976074],[-87.48291015625,39.74131679534912],[-87.48472690582275,39.740234375],[-87.48779296875,39.73847198486328],[-87.491774559021,39.736328125],[-87.49267578125,39.73581600189209],[-87.49755859375,39.73320198059082],[-87.49887466430664,39.732421875],[-87.50244140625,39.73039150238037],[-87.50578880310059,39.728515625],[-87.50732421875,39.72763252258301],[-87.51220703125,39.72502517700195],[-87.51290798187256,39.724609375],[-87.51708984375,39.72222900390625],[-87.51971244812012,39.720703125],[-87.52197265625,39.71940517425537],[-87.52685546875,39.71682834625244],[-87.5269079208374,39.716796875],[-87.53173828125,39.714070320129395],[-87.5337028503418,39.712890625],[-87.53662109375,39.71121597290039],[-87.54085540771484,39.708984375],[-87.54150390625,39.708619117736816],[-87.54638671875,39.705973625183105],[-87.54788398742676,39.705078125],[-87.55126953125,39.7031364440918],[-87.5548267364502,39.701171875],[-87.55615234375,39.70041275024414],[-87.56103515625,39.69779872894287],[-87.56192684173584,39.697265625],[-87.56591796875,39.694955825805664],[-87.56865978240967,39.693359375],[-87.57080078125,39.692124366760254],[-87.57568359375,39.68953990936279],[-87.57583141326904,39.689453125],[-87.58056640625,39.68674850463867],[-87.5825548171997,39.685546875],[-87.58544921875,39.68387317657471],[-87.5896692276001,39.681640625],[-87.59033203125,39.681267738342285],[-87.59521484375,39.67861747741699],[-87.59668350219727,39.677734375],[-87.60009765625,39.67575931549072],[-87.60355949401855,39.673828125],[-87.60498046875,39.673014640808105],[-87.60986328125,39.670400619506836],[-87.6106595993042,39.669921875],[-87.61474609375,39.66753673553467],[-87.61731624603271,39.666015625],[-87.61962890625,39.6646785736084],[-87.62450218200684,39.662109375],[-87.62451171875,39.662102699279785],[-87.62939453125,39.65935134887695],[-87.63129711151123,39.658203125],[-87.63427734375,39.656476974487305],[-87.63835430145264,39.654296875],[-87.63916015625,39.653839111328125],[-87.64404296875,39.651198387145996],[-87.64538764953613,39.650390625],[-87.64892578125,39.648338317871094],[-87.65222072601318,39.646484375],[-87.65380859375,39.64557647705078],[-87.65869140625,39.64298629760742],[-87.65937328338623,39.642578125],[-87.66357421875,39.64013481140137],[-87.66602516174316,39.638671875],[-87.66845703125,39.637261390686035],[-87.6732063293457,39.634765625],[-87.67333984375,39.634690284729004],[-87.67822265625,39.631967544555664],[-87.6800537109375,39.630859375],[-87.68310546875,39.6290807723999],[-87.68702030181885,39.626953125],[-87.68798828125,39.6264009475708],[-87.69287109375,39.62376117706299],[-87.69405364990234,39.623046875],[-87.69775390625,39.620882987976074],[-87.70078182220459,39.619140625],[-87.70263671875,39.61807155609131],[-87.70751953125,39.615474700927734],[-87.70792007446289,39.615234375],[-87.71240234375,39.61262130737305],[-87.71451950073242,39.611328125],[-87.71728515625,39.60971641540527],[-87.72165775299072,39.607421875],[-87.72216796875,39.607133865356445],[-87.72705078125,39.60447120666504],[-87.72863388061523,39.603515625],[-87.73193359375,39.60159778594971],[-87.73551940917969,39.599609375],[-87.73681640625,39.59886837005615],[-87.74169921875,39.5962553024292],[-87.74261474609375,39.595703125],[-87.74658203125,39.59338569641113],[-87.74927616119385,39.591796875],[-87.75146484375,39.5905237197876],[-87.75634765625,39.58793067932129],[-87.75641441345215,39.587890625],[-87.76123046875,39.585153579711914],[-87.76315689086914,39.583984375],[-87.76611328125,39.58226680755615],[-87.77019500732422,39.580078125],[-87.77099609375,39.579623222351074],[-87.77587890625,39.576972007751465],[-87.7772045135498,39.576171875],[-87.78076171875,39.5740966796875],[-87.78398513793945,39.572265625],[-87.78564453125,39.571311950683594],[-87.79052734375,39.56869983673096],[-87.7910852432251,39.568359375],[-87.79541015625,39.56579780578613],[-87.79759883880615,39.564453125],[-87.80029296875,39.562870025634766],[-87.80469417572021,39.560546875],[-87.80517578125,39.56027412414551],[-87.81005859375,39.55760097503662],[-87.8116512298584,39.556640625],[-87.81494140625,39.55472755432129],[-87.81852722167969,39.552734375],[-87.81982421875,39.55198669433594],[-87.82470703125,39.54935836791992],[-87.8255844116211,39.548828125],[-87.82958984375,39.54649353027344],[-87.83226013183594,39.544921875],[-87.83447265625,39.54363822937012],[-87.83935546875,39.541035652160645],[-87.83938884735107,39.541015625],[-87.84423828125,39.538251876831055],[-87.84611225128174,39.537109375],[-87.84912109375,39.53535175323486],[-87.85306453704834,39.533203125],[-87.85400390625,39.5326623916626],[-87.85888671875,39.52999401092529],[-87.86003589630127,39.529296875],[-87.86376953125,39.52710819244385],[-87.86672115325928,39.525390625],[-87.86865234375,39.52426242828369],[-87.87353515625,39.521626472473145],[-87.8737735748291,39.521484375],[-87.87841796875,39.5187931060791],[-87.8804063796997,39.517578125],[-87.88330078125,39.51588821411133],[-87.88742542266846,39.513671875],[-87.88818359375,39.51323986053467],[-87.89306640625,39.51058006286621],[-87.89441585540771,39.509765625],[-87.89794921875,39.50771236419678],[-87.9011869430542,39.505859375],[-87.90283203125,39.504899978637695],[-87.90771484375,39.5022554397583],[-87.90821552276611,39.501953125],[-87.91259765625,39.4993953704834],[-87.91480541229248,39.498046875],[-87.91748046875,39.49647235870361],[-87.9218578338623,39.494140625],[-87.92236328125,39.49385356903076],[-87.92724609375,39.491196632385254],[-87.92884349822998,39.490234375],[-87.93212890625,39.48831748962402],[-87.93566226959229,39.486328125],[-87.93701171875,39.4855432510376],[-87.94189453125,39.482916831970215],[-87.94271469116211,39.482421875],[-87.94677734375,39.48003959655762],[-87.94930458068848,39.478515625],[-87.95166015625,39.47712421417236],[-87.95638084411621,39.474609375],[-87.95654296875,39.47451686859131],[-87.96142578125,39.471795082092285],[-87.96321392059326,39.470703125],[-87.96630859375,39.46887683868408],[-87.97004222869873,39.466796875],[-87.97119140625,39.4661340713501],[-87.97607421875,39.4635009765625],[-87.97707557678223,39.462890625],[-87.98095703125,39.46057891845703],[-87.98358917236328,39.458984375],[-87.98583984375,39.457651138305664],[-87.9906702041626,39.455078125],[-87.99072265625,39.45504856109619],[-87.99560546875,39.45229530334473],[-87.9974365234375,39.451171875],[-88.00048828125,39.44936180114746],[-88.00428867340088,39.447265625],[-88.00537109375,39.44664764404297],[-88.01025390625,39.444031715393066],[-88.01136493682861,39.443359375],[-88.01513671875,39.44112968444824],[-88.0179500579834,39.439453125],[-88.02001953125,39.438232421875],[-88.02490234375,39.43560981750488],[-88.0250072479248,39.435546875],[-88.02978515625,39.43281269073486],[-88.03169250488281,39.431640625],[-88.03466796875,39.42988395690918],[-88.0385971069336,39.427734375],[-88.03955078125,39.42718696594238],[-88.04443359375,39.42454242706299],[-88.04560661315918,39.423828125],[-88.04931640625,39.4216365814209],[-88.05224418640137,39.419921875],[-88.05419921875,39.418779373168945],[-88.05908203125,39.41615676879883],[-88.05931568145752,39.416015625],[-88.06396484375,39.413315773010254],[-88.06592464447021,39.412109375],[-88.06884765625,39.41038131713867],[-88.07283401489258,39.408203125],[-88.07373046875,39.40768814086914],[-88.07861328125,39.405025482177734],[-88.07981014251709,39.404296875],[-88.08349609375,39.40212631225586],[-88.08646202087402,39.400390625],[-88.08837890625,39.399264335632324],[-88.09326171875,39.39661884307861],[-88.09348583221436,39.396484375],[-88.09814453125,39.39377975463867],[-88.10009956359863,39.392578125],[-88.10302734375,39.390851974487305],[-88.10702323913574,39.388671875],[-88.10791015625,39.38816165924072],[-88.11279296875,39.38550281524658],[-88.11400413513184,39.384765625],[-88.11767578125,39.382596015930176],[-88.12060832977295,39.380859375],[-88.12255859375,39.379706382751465],[-88.12744140625,39.37706470489502],[-88.1276273727417,39.376953125],[-88.13232421875,39.37424945831299],[-88.13427448272705,39.373046875],[-88.13720703125,39.37130260467529],[-88.14114093780518,39.369140625],[-88.14208984375,39.36859607696533],[-88.14697265625,39.365957260131836],[-88.14815998077393,39.365234375],[-88.15185546875,39.36303520202637],[-88.15471172332764,39.361328125],[-88.15673828125,39.36012840270996],[-88.16162109375,39.357505798339844],[-88.16176414489746,39.357421875],[-88.16650390625,39.35469627380371],[-88.1684160232544,39.353515625],[-88.17138671875,39.35174560546875],[-88.17526817321777,39.349609375],[-88.17626953125,39.34903430938721],[-88.18115234375,39.34637928009033],[-88.18224906921387,39.345703125],[-88.18603515625,39.34343338012695],[-88.18875312805176,39.341796875],[-88.19091796875,39.340514183044434],[-88.19578170776367,39.337890625],[-88.19580078125,39.337881088256836],[-88.20068359375,39.335089683532715],[-88.20247650146484,39.333984375],[-88.20556640625,39.33215141296387],[-88.20927143096924,39.330078125],[-88.21044921875,39.32939338684082],[-88.21533203125,39.326720237731934],[-88.21622371673584,39.326171875],[-88.22021484375,39.323784828186035],[-88.22271347045898,39.322265625],[-88.22509765625,39.320855140686035],[-88.2297134399414,39.318359375],[-88.22998046875,39.31820583343506],[-88.23486328125,39.31545448303223],[-88.23648452758789,39.314453125],[-88.23974609375,39.3125114440918],[-88.24316024780273,39.310546875],[-88.24462890625,39.3096809387207],[-88.24951171875,39.30701541900635],[-88.2501220703125,39.306640625],[-88.25439453125,39.30409240722656],[-88.2565689086914,39.302734375],[-88.25927734375,39.30111122131348],[-88.26352119445801,39.298828125],[-88.26416015625,39.2984619140625],[-88.26904296875,39.295793533325195],[-88.27046394348145,39.294921875],[-88.27392578125,39.29285430908203],[-88.27706336975098,39.291015625],[-88.27880859375,39.2899866104126],[-88.28369140625,39.28734302520752],[-88.28407764434814,39.287109375],[-88.28857421875,39.28446388244629],[-88.29060077667236,39.283203125],[-88.29345703125,39.28149127960205],[-88.29744815826416,39.279296875],[-88.29833984375,39.27877998352051],[-88.30322265625,39.27609062194824],[-88.30435276031494,39.275390625],[-88.30810546875,39.27312469482422],[-88.31083297729492,39.271484375],[-88.31298828125,39.27021026611328],[-88.31784248352051,39.267578125],[-88.31787109375,39.267560958862305],[-88.32275390625,39.26475429534912],[-88.3245038986206,39.263671875],[-88.32763671875,39.261807441711426],[-88.33123207092285,39.259765625],[-88.33251953125,39.25900650024414],[-88.33740234375,39.25629901885986],[-88.33810806274414,39.255859375],[-88.34228515625,39.25334358215332],[-88.34451198577881,39.251953125],[-88.34716796875,39.25035858154297],[-88.35145950317383,39.248046875],[-88.35205078125,39.24770736694336],[-88.35693359375,39.24502086639404],[-88.35835933685303,39.244140625],[-88.36181640625,39.242061614990234],[-88.36490631103516,39.240234375],[-88.36669921875,39.239169120788574],[-88.37158203125,39.23652362823486],[-88.37190628051758,39.236328125],[-88.37646484375,39.23365879058838],[-88.37844848632812,39.232421875],[-88.38134765625,39.23068046569824],[-88.38525295257568,39.228515625],[-88.38623046875,39.227949142456055],[-88.39111328125,39.225263595581055],[-88.39216709136963,39.224609375],[-88.39599609375,39.22228813171387],[-88.3985948562622,39.220703125],[-88.40087890625,39.219343185424805],[-88.40557098388672,39.216796875],[-88.40576171875,39.21668529510498],[-88.41064453125,39.21390724182129],[-88.41228485107422,39.212890625],[-88.41552734375,39.21094989776611],[-88.41892719268799,39.208984375],[-88.42041015625,39.208102226257324],[-88.42529296875,39.20539569854736],[-88.42580795288086,39.205078125],[-88.43017578125,39.20247459411621],[-88.43225479125977,39.201171875],[-88.43505859375,39.199480056762695],[-88.43907356262207,39.197265625],[-88.43994140625,39.19676494598389],[-88.44482421875,39.19409942626953],[-88.44602108001709,39.193359375],[-88.44970703125,39.191134452819824],[-88.45247268676758,39.189453125],[-88.45458984375,39.18818187713623],[-88.45943927764893,39.185546875],[-88.45947265625,39.185526847839355],[-88.46435546875,39.18272590637207],[-88.46609592437744,39.181640625],[-88.46923828125,39.17974090576172],[-88.47274780273438,39.177734375],[-88.47412109375,39.17692756652832],[-88.47900390625,39.1742467880249],[-88.47967624664307,39.173828125],[-88.48388671875,39.1712703704834],[-88.48603248596191,39.169921875],[-88.48876953125,39.16827583312988],[-88.4929084777832,39.166015625],[-88.49365234375,39.1655855178833],[-88.49853515625,39.162869453430176],[-88.499755859375,39.162109375],[-88.50341796875,39.15989589691162],[-88.50621223449707,39.158203125],[-88.50830078125,39.15694618225098],[-88.51313591003418,39.154296875],[-88.51318359375,39.15426826477051],[-88.51806640625,39.15147018432617],[-88.51979732513428,39.150390625],[-88.52294921875,39.148484230041504],[-88.5264253616333,39.146484375],[-88.52783203125,39.14565467834473],[-88.53271484375,39.14299011230469],[-88.53338241577148,39.142578125],[-88.53759765625,39.14003562927246],[-88.53976249694824,39.138671875],[-88.54248046875,39.1370325088501],[-88.54662895202637,39.134765625],[-88.54736328125,39.134339332580566],[-88.55224609375,39.13162708282471],[-88.55347633361816,39.130859375],[-88.55712890625,39.128639221191406],[-88.55991840362549,39.126953125],[-88.56201171875,39.12569999694824],[-88.56683254241943,39.123046875],[-88.56689453125,39.123008728027344],[-88.57177734375,39.12018585205078],[-88.57344150543213,39.119140625],[-88.57666015625,39.117188453674316],[-88.580002784729,39.115234375],[-88.58154296875,39.114317893981934],[-88.58642578125,39.111653327941895],[-88.58695983886719,39.111328125],[-88.59130859375,39.108741760253906],[-88.59340190887451,39.107421875],[-88.59619140625,39.10572624206543],[-88.60016822814941,39.103515625],[-88.60107421875,39.10298824310303],[-88.60595703125,39.10029125213623],[-88.6070442199707,39.099609375],[-88.61083984375,39.09728145599365],[-88.6133861541748,39.095703125],[-88.61572265625,39.09429454803467],[-88.62029552459717,39.091796875],[-88.62060546875,39.091614723205566],[-88.62548828125,39.088839530944824],[-88.62700462341309,39.087890625],[-88.63037109375,39.085853576660156],[-88.63352298736572,39.083984375],[-88.63525390625,39.08294105529785],[-88.64013671875,39.080214500427246],[-88.64036083221436,39.080078125],[-88.64501953125,39.07733917236328],[-88.64687442779541,39.076171875],[-88.64990234375,39.07433223724365],[-88.6535120010376,39.072265625],[-88.65478515625,39.071513175964355],[-88.65966796875,39.06883239746094],[-88.66042613983154,39.068359375],[-88.66455078125,39.06584548950195],[-88.66674423217773,39.064453125],[-88.66943359375,39.06281757354736],[-88.67356300354004,39.060546875],[-88.67431640625,39.06010723114014],[-88.67919921875,39.05738830566406],[-88.68039131164551,39.056640625],[-88.68408203125,39.05438423156738],[-88.68678092956543,39.052734375],[-88.68896484375,39.05142116546631],[-88.69365692138672,39.048828125],[-88.69384765625,39.04871654510498],[-88.69873046875,39.045902252197266],[-88.70028018951416,39.044921875],[-88.70361328125,39.042869567871094],[-88.70669364929199,39.041015625],[-88.70849609375,39.03992938995361],[-88.71337890625,39.03726291656494],[-88.71363639831543,39.037109375],[-88.71826171875,39.03439807891846],[-88.72014999389648,39.033203125],[-88.72314453125,39.031368255615234],[-88.72676372528076,39.029296875],[-88.72802734375,39.0285530090332],[-88.73291015625,39.02586364746094],[-88.73366355895996,39.025390625],[-88.73779296875,39.02285861968994],[-88.73995780944824,39.021484375],[-88.74267578125,39.019829750061035],[-88.74673843383789,39.017578125],[-88.74755859375,39.017096519470215],[-88.75244140625,39.01434803009033],[-88.75350952148438,39.013671875],[-88.75732421875,39.011314392089844],[-88.75978946685791,39.009765625],[-88.76220703125,39.00829219818115],[-88.76664638519287,39.005859375],[-88.76708984375,39.005600929260254],[-88.77197265625,39.00285816192627],[-88.77341270446777,39.001953125],[-88.77685546875,38.999839782714844],[-88.77982139587402,38.998046875],[-88.78173828125,38.9968957901001],[-88.78662109375,38.994211196899414],[-88.78673553466797,38.994140625],[-88.79150390625,38.99134826660156],[-88.79326820373535,38.990234375],[-88.79638671875,38.98832893371582],[-88.7998104095459,38.986328125],[-88.80126953125,38.98545551300049],[-88.80615234375,38.982726097106934],[-88.80663871765137,38.982421875],[-88.81103515625,38.97977256774902],[-88.81300926208496,38.978515625],[-88.81591796875,38.976728439331055],[-88.81962299346924,38.974609375],[-88.82080078125,38.97391414642334],[-88.82568359375,38.97122001647949],[-88.82650852203369,38.970703125],[-88.83056640625,38.96821117401123],[-88.83278846740723,38.966796875],[-88.83544921875,38.965168952941895],[-88.83957386016846,38.962890625],[-88.84033203125,38.96244812011719],[-88.84521484375,38.9597110748291],[-88.84636402130127,38.958984375],[-88.85009765625,38.95666790008545],[-88.8526439666748,38.955078125],[-88.85498046875,38.953654289245605],[-88.85944843292236,38.951171875],[-88.85986328125,38.95092582702637],[-88.86474609375,38.948147773742676],[-88.86613845825195,38.947265625],[-88.86962890625,38.94510555267334],[-88.87247085571289,38.943359375],[-88.87451171875,38.942118644714355],[-88.87936592102051,38.939453125],[-88.87939453125,38.93943500518799],[-88.88427734375,38.936601638793945],[-88.88593673706055,38.935546875],[-88.88916015625,38.93355941772461],[-88.89241218566895,38.931640625],[-88.89404296875,38.93066692352295],[-88.89892578125,38.927961349487305],[-88.89929294586182,38.927734375],[-88.90380859375,38.92500877380371],[-88.90565395355225,38.923828125],[-88.90869140625,38.92195510864258],[-88.91217708587646,38.919921875],[-88.91357421875,38.91908550262451],[-88.91845703125,38.916378021240234],[-88.91903877258301,38.916015625],[-88.92333984375,38.91341686248779],[-88.92539024353027,38.912109375],[-88.92822265625,38.91036415100098],[-88.93203735351562,38.908203125],[-88.93310546875,38.90757465362549],[-88.93798828125,38.90485668182373],[-88.93887042999268,38.904296875],[-88.94287109375,38.90180683135986],[-88.94508838653564,38.900390625],[-88.94775390625,38.89876174926758],[-88.95187377929688,38.896484375],[-88.95263671875,38.896037101745605],[-88.95751953125,38.89327526092529],[-88.9586067199707,38.892578125],[-88.96240234375,38.89018726348877],[-88.9647626876831,38.888671875],[-88.96728515625,38.88711738586426],[-88.97158145904541,38.884765625],[-88.97216796875,38.88442420959473],[-88.97705078125,38.88168811798096],[-88.97835731506348,38.880859375],[-88.98193359375,38.87863063812256],[-88.98463726043701,38.876953125],[-88.98681640625,38.87562656402588],[-88.99146556854248,38.873046875],[-88.99169921875,38.87290668487549],[-88.99658203125,38.87007236480713],[-88.99803638458252,38.869140625],[-89.00146484375,38.867005348205566],[-89.00434017181396,38.865234375],[-89.00634765625,38.86400508880615],[-89.0111494064331,38.861328125],[-89.01123046875,38.86128044128418],[-89.01611328125,38.858445167541504],[-89.01772022247314,38.857421875],[-89.02099609375,38.85538959503174],[-89.02411460876465,38.853515625],[-89.02587890625,38.85245227813721],[-89.03076171875,38.84974193572998],[-89.03097629547119,38.849609375],[-89.03564453125,38.84683418273926],[-89.03741836547852,38.845703125],[-89.04052734375,38.84377956390381],[-89.04386043548584,38.841796875],[-89.04541015625,38.84085655212402],[-89.05029296875,38.838107109069824],[-89.05064105987549,38.837890625],[-89.05517578125,38.835177421569824],[-89.05704498291016,38.833984375],[-89.06005859375,38.832115173339844],[-89.06354427337646,38.830078125],[-89.06494140625,38.829243659973145],[-89.06982421875,38.82653331756592],[-89.07040596008301,38.826171875],[-89.07470703125,38.8235502243042],[-89.07671451568604,38.822265625],[-89.07958984375,38.82048988342285],[-89.08327579498291,38.818359375],[-89.08447265625,38.81763935089111],[-89.08935546875,38.81486415863037],[-89.09000396728516,38.814453125],[-89.09423828125,38.811859130859375],[-89.09628391265869,38.810546875],[-89.09912109375,38.808786392211914],[-89.10286903381348,38.806640625],[-89.10400390625,38.8059663772583],[-89.10888671875,38.80324935913086],[-89.10970211029053,38.802734375],[-89.11376953125,38.80021572113037],[-89.11592483520508,38.798828125],[-89.11865234375,38.79714393615723],[-89.12257194519043,38.794921875],[-89.12353515625,38.79434776306152],[-89.12841796875,38.79157638549805],[-89.1292953491211,38.791015625],[-89.13330078125,38.788516998291016],[-89.13547992706299,38.787109375],[-89.13818359375,38.785430908203125],[-89.1421365737915,38.783203125],[-89.14306640625,38.78265571594238],[-89.14794921875,38.77993106842041],[-89.14894104003906,38.779296875],[-89.15283203125,38.776854515075684],[-89.15510177612305,38.775390625],[-89.15771484375,38.77377223968506],[-89.16181087493896,38.771484375],[-89.16259765625,38.771018981933594],[-89.16748046875,38.76824188232422],[-89.16851043701172,38.767578125],[-89.17236328125,38.765143394470215],[-89.17463302612305,38.763671875],[-89.17724609375,38.76204490661621],[-89.1813325881958,38.759765625],[-89.18212890625,38.75929832458496],[-89.18701171875,38.75656700134277],[-89.18811798095703,38.755859375],[-89.19189453125,38.753475189208984],[-89.19425964355469,38.751953125],[-89.19677734375,38.75039768218994],[-89.20100212097168,38.748046875],[-89.20166015625,38.74765872955322],[-89.20654296875,38.74487018585205],[-89.20766830444336,38.744140625],[-89.21142578125,38.741759300231934],[-89.2137861251831,38.740234375],[-89.21630859375,38.73866558074951],[-89.22051906585693,38.736328125],[-89.22119140625,38.73593235015869],[-89.22607421875,38.73318290710449],[-89.22726154327393,38.732421875],[-89.23095703125,38.73008441925049],[-89.23340797424316,38.728515625],[-89.23583984375,38.72701072692871],[-89.24012660980225,38.724609375],[-89.24072265625,38.7242546081543],[-89.24560546875,38.7214412689209],[-89.24674034118652,38.720703125],[-89.25048828125,38.718316078186035],[-89.25282955169678,38.716796875],[-89.25537109375,38.715213775634766],[-89.2595624923706,38.712890625],[-89.26025390625,38.71248435974121],[-89.26513671875,38.70973300933838],[-89.26630020141602,38.708984375],[-89.27001953125,38.706624031066895],[-89.27242279052734,38.705078125],[-89.27490234375,38.70354080200195],[-89.2791223526001,38.701171875],[-89.27978515625,38.700778007507324],[-89.28466796875,38.69797325134277],[-89.28575992584229,38.697265625],[-89.28955078125,38.69485855102539],[-89.2918586730957,38.693359375],[-89.29443359375,38.69175148010254],[-89.29853916168213,38.689453125],[-89.29931640625,38.68899631500244],[-89.30419921875,38.68623733520508],[-89.30526733398438,38.685546875],[-89.30908203125,38.68311405181885],[-89.31134700775146,38.681640625],[-89.31396484375,38.68001174926758],[-89.31802272796631,38.677734375],[-89.31884765625,38.67724418640137],[-89.32373046875,38.67446994781494],[-89.32472705841064,38.673828125],[-89.32861328125,38.671377182006836],[-89.33085918426514,38.669921875],[-89.33349609375,38.6682767868042],[-89.33751106262207,38.666015625],[-89.33837890625,38.66550350189209],[-89.34326171875,38.66274452209473],[-89.3442440032959,38.662109375],[-89.34814453125,38.65962791442871],[-89.35031414031982,38.658203125],[-89.35302734375,38.656494140625],[-89.35683727264404,38.654296875],[-89.35791015625,38.65365505218506],[-89.36279296875,38.65091133117676],[-89.36361312866211,38.650390625],[-89.36767578125,38.647865295410156],[-89.36980247497559,38.646484375],[-89.37255859375,38.64476013183594],[-89.37634944915771,38.642578125],[-89.37744140625,38.641923904418945],[-89.38232421875,38.63915729522705],[-89.38308238983154,38.638671875],[-89.38720703125,38.63608455657959],[-89.38921928405762,38.634765625],[-89.39208984375,38.632948875427246],[-89.39563274383545,38.630859375],[-89.39697265625,38.63004970550537],[-89.40185546875,38.627320289611816],[-89.40244197845459,38.626953125],[-89.40673828125,38.624324798583984],[-89.40870761871338,38.623046875],[-89.41162109375,38.6212158203125],[-89.41513061523438,38.619140625],[-89.41650390625,38.61830711364746],[-89.42138671875,38.6155309677124],[-89.42185878753662,38.615234375],[-89.42626953125,38.61252689361572],[-89.42810535430908,38.611328125],[-89.43115234375,38.60939598083496],[-89.43441867828369,38.607421875],[-89.43603515625,38.60643768310547],[-89.44091796875,38.6037015914917],[-89.44121837615967,38.603515625],[-89.44580078125,38.60075283050537],[-89.44755554199219,38.599609375],[-89.45068359375,38.59762382507324],[-89.45380687713623,38.595703125],[-89.45556640625,38.59461307525635],[-89.46044921875,38.591816902160645],[-89.46048259735107,38.591796875],[-89.46533203125,38.58891487121582],[-89.46691036224365,38.587890625],[-89.47021484375,38.58578968048096],[-89.47311401367188,38.583984375],[-89.47509765625,38.58276176452637],[-89.47986125946045,38.580078125],[-89.47998046875,38.58000469207764],[-89.48486328125,38.57710647583008],[-89.48627948760986,38.576171875],[-89.48974609375,38.57393169403076],[-89.49232578277588,38.572265625],[-89.49462890625,38.57082176208496],[-89.49902057647705,38.568359375],[-89.49951171875,38.56806659698486],[-89.50439453125,38.56526565551758],[-89.50563907623291,38.564453125],[-89.50927734375,38.56211185455322],[-89.51167583465576,38.560546875],[-89.51416015625,38.558987617492676],[-89.51828956604004,38.556640625],[-89.51904296875,38.55618953704834],[-89.52392578125,38.55338382720947],[-89.52493190765381,38.552734375],[-89.52880859375,38.550275802612305],[-89.53102588653564,38.548828125],[-89.53369140625,38.54715156555176],[-89.53758716583252,38.544921875],[-89.53857421875,38.54433345794678],[-89.54345703125,38.5415563583374],[-89.54429626464844,38.541015625],[-89.54833984375,38.53845500946045],[-89.55038070678711,38.537109375],[-89.55322265625,38.53530216217041],[-89.55676555633545,38.533203125],[-89.55810546875,38.53239154815674],[-89.56298828125,38.529653549194336],[-89.56355571746826,38.529296875],[-89.56787109375,38.52665042877197],[-89.56979751586914,38.525390625],[-89.57275390625,38.52351665496826],[-89.57613468170166,38.521484375],[-89.57763671875,38.52056121826172],[-89.58251953125,38.51776313781738],[-89.58281517028809,38.517578125],[-89.58740234375,38.51477909088135],[-89.58908557891846,38.513671875],[-89.59228515625,38.51162052154541],[-89.59526062011719,38.509765625],[-89.59716796875,38.50858402252197],[-89.60198402404785,38.505859375],[-89.60205078125,38.505818367004395],[-89.60693359375,38.502909660339355],[-89.60838317871094,38.501953125],[-89.61181640625,38.49972438812256],[-89.61440563201904,38.498046875],[-89.61669921875,38.49660110473633],[-89.62103843688965,38.494140625],[-89.62158203125,38.493815422058105],[-89.62646484375,38.49100399017334],[-89.62764263153076,38.490234375],[-89.63134765625,38.487844467163086],[-89.63365077972412,38.486328125],[-89.63623046875,38.48470115661621],[-89.64022636413574,38.482421875],[-89.64111328125,38.48188781738281],[-89.64599609375,38.479084968566895],[-89.64687824249268,38.478515625],[-89.65087890625,38.47599124908447],[-89.65298175811768,38.474609375],[-89.65576171875,38.4728422164917],[-89.65940475463867,38.470703125],[-89.66064453125,38.46995162963867],[-89.66552734375,38.467172622680664],[-89.66611385345459,38.466796875],[-89.67041015625,38.46410846710205],[-89.67224597930908,38.462890625],[-89.67529296875,38.460930824279785],[-89.67845439910889,38.458984375],[-89.68017578125,38.45792198181152],[-89.68505859375,38.45516300201416],[-89.68519687652588,38.455078125],[-89.68994140625,38.45222473144531],[-89.69153881072998,38.451171875],[-89.69482421875,38.44905090332031],[-89.69762802124023,38.447265625],[-89.69970703125,38.445956230163574],[-89.70420360565186,38.443359375],[-89.70458984375,38.44312381744385],[-89.70947265625,38.44026851654053],[-89.71071243286133,38.439453125],[-89.71435546875,38.43709373474121],[-89.71670150756836,38.435546875],[-89.71923828125,38.43394374847412],[-89.72328186035156,38.431640625],[-89.72412109375,38.43113422393799],[-89.72900390625,38.42830753326416],[-89.72988605499268,38.427734375],[-89.73388671875,38.42519664764404],[-89.73596096038818,38.423828125],[-89.73876953125,38.42203235626221],[-89.74233627319336,38.419921875],[-89.74365234375,38.41912364959717],[-89.74853515625,38.416348457336426],[-89.74905967712402,38.416015625],[-89.75341796875,38.41329765319824],[-89.75520133972168,38.412109375],[-89.75830078125,38.41009712219238],[-89.76132392883301,38.408203125],[-89.76318359375,38.407044410705566],[-89.76804733276367,38.404296875],[-89.76806640625,38.40428447723389],[-89.77294921875,38.40137481689453],[-89.7744369506836,38.400390625],[-89.77783203125,38.39817428588867],[-89.7804307937622,38.396484375],[-89.78271484375,38.39503574371338],[-89.78696346282959,38.392578125],[-89.78759765625,38.39219379425049],[-89.79248046875,38.38937854766846],[-89.7935676574707,38.388671875],[-89.79736328125,38.3862419128418],[-89.79959964752197,38.384765625],[-89.80224609375,38.383079528808594],[-89.8060417175293,38.380859375],[-89.80712890625,38.3801965713501],[-89.81201171875,38.37736988067627],[-89.81266021728516,38.376953125],[-89.81689453125,38.374300956726074],[-89.81878280639648,38.373046875],[-89.82177734375,38.37111568450928],[-89.82500076293945,38.369140625],[-89.82666015625,38.36811637878418],[-89.83154296875,38.36533546447754],[-89.83170509338379,38.365234375],[-89.83642578125,38.36235237121582],[-89.83795642852783,38.361328125],[-89.84130859375,38.35912322998047],[-89.84391689300537,38.357421875],[-89.84619140625,38.35598373413086],[-89.85057353973389,38.353515625],[-89.85107421875,38.35321521759033],[-89.85595703125,38.35038089752197],[-89.8571252822876,38.349609375],[-89.86083984375,38.34717845916748],[-89.8630428314209,38.345703125],[-89.86572265625,38.34397792816162],[-89.86943244934082,38.341796875],[-89.87060546875,38.34108638763428],[-89.87548828125,38.33832550048828],[-89.87617492675781,38.337890625],[-89.88037109375,38.33527183532715],[-89.88231182098389,38.333984375],[-89.88525390625,38.33208084106445],[-89.8884916305542,38.330078125],[-89.89013671875,38.32904529571533],[-89.89501953125,38.32620334625244],[-89.89506721496582,38.326171875],[-89.89990234375,38.32325744628906],[-89.90139961242676,38.322265625],[-89.90478515625,38.32005596160889],[-89.90739345550537,38.318359375],[-89.90966796875,38.31691551208496],[-89.91392135620117,38.314453125],[-89.91455078125,38.31406784057617],[-89.91943359375,38.31118297576904],[-89.92040157318115,38.310546875],[-89.92431640625,38.30804252624512],[-89.92643356323242,38.306640625],[-89.92919921875,38.30486583709717],[-89.93278980255127,38.302734375],[-89.93408203125,38.3019437789917],[-89.93896484375,38.29914093017578],[-89.93945598602295,38.298828125],[-89.94384765625,38.296072006225586],[-89.94554996490479,38.294921875],[-89.94873046875,38.29282569885254],[-89.9515438079834,38.291015625],[-89.95361328125,38.28971004486084],[-89.95818614959717,38.287109375],[-89.95849609375,38.286922454833984],[-89.96337890625,38.28404521942139],[-89.96464729309082,38.283203125],[-89.96826171875,38.28082752227783],[-89.9705457687378,38.279296875],[-89.97314453125,38.27762317657471],[-89.97698307037354,38.275390625],[-89.97802734375,38.27475929260254],[-89.98291015625,38.27196979522705],[-89.98366355895996,38.271484375],[-89.98779296875,38.268860816955566],[-89.98969554901123,38.267578125],[-89.99267578125,38.265624046325684],[-89.99578475952148,38.263671875],[-89.99755859375,38.26255702972412],[-90.00242710113525,38.259765625],[-90.00244140625,38.259756088256836],[-90.00732421875,38.256808280944824],[-90.0087308883667,38.255859375],[-90.01220703125,38.2535400390625],[-90.0145673751831,38.251953125],[-90.01708984375,38.25032329559326],[-90.02100706100464,38.248046875],[-90.02197265625,38.24746322631836],[-90.02685546875,38.244683265686035],[-90.02769947052002,38.244140625],[-90.03173828125,38.241578102111816],[-90.03373861312866,38.240234375],[-90.03662109375,38.238348960876465],[-90.0398588180542,38.236328125],[-90.04150390625,38.2352876663208],[-90.04638671875,38.23242664337158],[-90.04639387130737,38.232421875],[-90.05126953125,38.229461669921875],[-90.05267858505249,38.228515625],[-90.05615234375,38.22621250152588],[-90.05855321884155,38.224609375],[-90.06103515625,38.2230167388916],[-90.06502866744995,38.220703125],[-90.06591796875,38.220163345336914],[-90.07080078125,38.21735191345215],[-90.07165670394897,38.216796875],[-90.07568359375,38.21423053741455],[-90.0776743888855,38.212890625],[-90.08056640625,38.21099090576172],[-90.08377075195312,38.208984375],[-90.08544921875,38.20792198181152],[-90.09028196334839,38.205078125],[-90.09033203125,38.205047607421875],[-90.09521484375,38.20209884643555],[-90.09660005569458,38.201171875],[-90.10009765625,38.19886016845703],[-90.10248184204102,38.197265625],[-90.10498046875,38.195658683776855],[-90.10894775390625,38.193359375],[-90.10986328125,38.19279956817627],[-90.11474609375,38.18994426727295],[-90.11550188064575,38.189453125],[-90.11962890625,38.186827659606934],[-90.12153387069702,38.185546875],[-90.12451171875,38.18359375],[-90.12763023376465,38.181640625],[-90.12939453125,38.18053150177002],[-90.1341724395752,38.177734375],[-90.13427734375,38.17766761779785],[-90.13916015625,38.17469024658203],[-90.14044523239136,38.173828125],[-90.14404296875,38.171454429626465],[-90.14632225036621,38.169921875],[-90.14892578125,38.168232917785645],[-90.15265941619873,38.166015625],[-90.15380859375,38.16530704498291],[-90.15869140625,38.16247272491455],[-90.15925884246826,38.162109375],[-90.16357421875,38.1594181060791],[-90.16539096832275,38.158203125],[-90.16845703125,38.15619468688965],[-90.17147779464722,38.154296875],[-90.17333984375,38.15314197540283],[-90.17822265625,38.1503963470459],[-90.17823219299316,38.150390625],[-90.18310546875,38.1474552154541],[-90.18455028533936,38.146484375],[-90.18798828125,38.14420223236084],[-90.19041776657104,38.142578125],[-90.19287109375,38.1410026550293],[-90.19693851470947,38.138671875],[-90.19775390625,38.138179779052734],[-90.20263671875,38.13534450531006],[-90.20351886749268,38.134765625],[-90.20751953125,38.13218307495117],[-90.20947456359863,38.130859375],[-90.21240234375,38.128933906555176],[-90.21558046340942,38.126953125],[-90.21728515625,38.125885009765625],[-90.22216796875,38.12304973602295],[-90.22217273712158,38.123046875],[-90.22705078125,38.12004375457764],[-90.22838830947876,38.119140625],[-90.23193359375,38.11678981781006],[-90.23424625396729,38.115234375],[-90.23681640625,38.11357021331787],[-90.2406120300293,38.111328125],[-90.24169921875,38.110657691955566],[-90.24658203125,38.10775852203369],[-90.24708986282349,38.107421875],[-90.25146484375,38.10457420349121],[-90.25298357009888,38.103515625],[-90.25634765625,38.10122203826904],[-90.25871753692627,38.099609375],[-90.26123046875,38.09796714782715],[-90.26503324508667,38.095703125],[-90.26611328125,38.0950288772583],[-90.27099609375,38.09212017059326],[-90.27149438858032,38.091796875],[-90.27587890625,38.089049339294434],[-90.2776288986206,38.087890625],[-90.28076171875,38.085872650146484],[-90.28382539749146,38.083984375],[-90.28564453125,38.08286952972412],[-90.29052734375,38.08010482788086],[-90.29057025909424,38.080078125],[-90.29541015625,38.07710838317871],[-90.2967882156372,38.076171875],[-90.30029296875,38.07382774353027],[-90.30259847640991,38.072265625],[-90.30517578125,38.07058525085449],[-90.30890464782715,38.068359375],[-90.31005859375,38.067641258239746],[-90.31494140625,38.06474781036377],[-90.3153944015503,38.064453125],[-90.31982421875,38.06163692474365],[-90.32141208648682,38.060546875],[-90.32470703125,38.05832290649414],[-90.32721281051636,38.056640625],[-90.32958984375,38.055094718933105],[-90.33357381820679,38.052734375],[-90.33447265625,38.05217456817627],[-90.33935546875,38.04927062988281],[-90.34003019332886,38.048828125],[-90.34423828125,38.046128273010254],[-90.34599781036377,38.044921875],[-90.34912109375,38.04281425476074],[-90.35184144973755,38.041015625],[-90.35400390625,38.03960990905762],[-90.35820960998535,38.037109375],[-90.35888671875,38.036688804626465],[-90.36376953125,38.03382682800293],[-90.3647232055664,38.033203125],[-90.36865234375,38.030670166015625],[-90.37066459655762,38.029296875],[-90.37353515625,38.02738094329834],[-90.37664890289307,38.025390625],[-90.37841796875,38.024258613586426],[-90.38316249847412,38.021484375],[-90.38330078125,38.02139949798584],[-90.38818359375,38.018473625183105],[-90.38951635360718,38.017578125],[-90.39306640625,38.01520538330078],[-90.39531707763672,38.013671875],[-90.39794921875,38.011948585510254],[-90.40160417556763,38.009765625],[-90.40283203125,38.00901126861572],[-90.40771484375,38.00620079040527],[-90.4082465171814,38.005859375],[-90.41259765625,38.00309658050537],[-90.41424036026001,38.001953125],[-90.41748046875,37.99971675872803],[-90.41990518569946,37.998046875],[-90.42236328125,37.99642372131348],[-90.42622327804565,37.994140625],[-90.42724609375,37.99351119995117],[-90.43212890625,37.99064064025879],[-90.43274879455566,37.990234375],[-90.43701171875,37.987488746643066],[-90.43870210647583,37.986328125],[-90.44189453125,37.98419189453125],[-90.44459104537964,37.982421875],[-90.44677734375,37.981027603149414],[-90.45117616653442,37.978515625],[-90.45166015625,37.97822189331055],[-90.45654296875,37.97533702850342],[-90.45763731002808,37.974609375],[-90.46142578125,37.972126960754395],[-90.4635238647461,37.970703125],[-90.46630859375,37.968873023986816],[-90.46970844268799,37.966796875],[-90.47119140625,37.9658784866333],[-90.47607421875,37.963064193725586],[-90.47634601593018,37.962890625],[-90.48095703125,37.960007667541504],[-90.48245191574097,37.958984375],[-90.48583984375,37.95670986175537],[-90.48826456069946,37.955078125],[-90.49072265625,37.95348930358887],[-90.49472093582153,37.951171875],[-90.49560546875,37.9506311416626],[-90.50048828125,37.9477653503418],[-90.50124883651733,37.947265625],[-90.50537109375,37.94460201263428],[-90.50718545913696,37.943359375],[-90.51025390625,37.94130229949951],[-90.51310300827026,37.939453125],[-90.51513671875,37.93815040588379],[-90.519540309906,37.935546875],[-90.52001953125,37.93524646759033],[-90.52490234375,37.93228244781494],[-90.52586317062378,37.931640625],[-90.52978515625,37.929070472717285],[-90.5317211151123,37.927734375],[-90.53466796875,37.92573833465576],[-90.53757667541504,37.923828125],[-90.53955078125,37.9225378036499],[-90.54388523101807,37.919921875],[-90.54443359375,37.919575691223145],[-90.54931640625,37.91666030883789],[-90.55029153823853,37.916015625],[-90.55419921875,37.91346740722656],[-90.55616855621338,37.912109375],[-90.55908203125,37.910146713256836],[-90.56208848953247,37.908203125],[-90.56396484375,37.90700149536133],[-90.56860685348511,37.904296875],[-90.56884765625,37.904147148132324],[-90.57373046875,37.901177406311035],[-90.5748963356018,37.900390625],[-90.57861328125,37.897915840148926],[-90.5807113647461,37.896484375],[-90.58349609375,37.89465522766113],[-90.58690309524536,37.892578125],[-90.58837890625,37.891666412353516],[-90.59326171875,37.88885688781738],[-90.5935525894165,37.888671875],[-90.59814453125,37.88578510284424],[-90.59962749481201,37.884765625],[-90.60302734375,37.882463455200195],[-90.60538053512573,37.880859375],[-90.60791015625,37.87919807434082],[-90.61166048049927,37.876953125],[-90.61279296875,37.87624549865723],[-90.61767578125,37.87333583831787],[-90.61811685562134,37.873046875],[-90.62255859375,37.870208740234375],[-90.62410354614258,37.869140625],[-90.62744140625,37.86686706542969],[-90.62982320785522,37.865234375],[-90.63232421875,37.86358165740967],[-90.63607454299927,37.861328125],[-90.63720703125,37.86061954498291],[-90.64208984375,37.85772228240967],[-90.64254999160767,37.857421875],[-90.64697265625,37.85459232330322],[-90.64851760864258,37.853515625],[-90.65185546875,37.85120677947998],[-90.65416097640991,37.849609375],[-90.65673828125,37.84789848327637],[-90.66038846969604,37.845703125],[-90.66162109375,37.844943046569824],[-90.66650390625,37.84212589263916],[-90.66701412200928,37.841796875],[-90.67138671875,37.83903217315674],[-90.67304611206055,37.837890625],[-90.67626953125,37.83570384979248],[-90.67882061004639,37.833984375],[-90.68115234375,37.83246612548828],[-90.68523168563843,37.830078125],[-90.68603515625,37.829583168029785],[-90.69091796875,37.82667350769043],[-90.69167137145996,37.826171875],[-90.69580078125,37.82345962524414],[-90.69751501083374,37.822265625],[-90.70068359375,37.82010841369629],[-90.70330619812012,37.818359375],[-90.70556640625,37.816893577575684],[-90.7096815109253,37.814453125],[-90.71044921875,37.813971519470215],[-90.71533203125,37.811007499694824],[-90.71602582931519,37.810546875],[-90.72021484375,37.8078498840332],[-90.72198629379272,37.806640625],[-90.72509765625,37.804555892944336],[-90.72786808013916,37.802734375],[-90.72998046875,37.80136299133301],[-90.73421001434326,37.798828125],[-90.73486328125,37.79841899871826],[-90.73974609375,37.79550552368164],[-90.74062585830688,37.794921875],[-90.74462890625,37.792293548583984],[-90.74645042419434,37.791015625],[-90.74951171875,37.78890609741211],[-90.75217485427856,37.787109375],[-90.75439453125,37.78565788269043],[-90.75859069824219,37.783203125],[-90.75927734375,37.78278064727783],[-90.76416015625,37.77988052368164],[-90.7650375366211,37.779296875],[-90.76904296875,37.776652336120605],[-90.77084302902222,37.775390625],[-90.77392578125,37.77327060699463],[-90.77658176422119,37.771484375],[-90.77880859375,37.770023345947266],[-90.78288555145264,37.767578125],[-90.78369140625,37.76707077026367],[-90.78857421875,37.76412105560303],[-90.78925371170044,37.763671875],[-90.79345703125,37.76095199584961],[-90.795156955719,37.759765625],[-90.79833984375,37.757564544677734],[-90.80081939697266,37.755859375],[-90.80322265625,37.75426387786865],[-90.80707788467407,37.751953125],[-90.80810546875,37.75131607055664],[-90.81298828125,37.74846363067627],[-90.8136248588562,37.748046875],[-90.81787109375,37.7452917098999],[-90.81950664520264,37.744140625],[-90.82275390625,37.74186992645264],[-90.82505941390991,37.740234375],[-90.82763671875,37.7384557723999],[-90.83096981048584,37.736328125],[-90.83251953125,37.73532962799072],[-90.83740234375,37.73242950439453],[-90.83741426467896,37.732421875],[-90.84228515625,37.72947311401367],[-90.84371089935303,37.728515625],[-90.84716796875,37.72620487213135],[-90.84948778152466,37.724609375],[-90.85205078125,37.722901344299316],[-90.85561752319336,37.720703125],[-90.85693359375,37.719865798950195],[-90.86181640625,37.716925621032715],[-90.86201429367065,37.716796875],[-90.86669921875,37.71381664276123],[-90.86803674697876,37.712890625],[-90.87158203125,37.71046447753906],[-90.87369203567505,37.708984375],[-90.87646484375,37.707098960876465],[-90.87963819503784,37.705078125],[-90.88134765625,37.7039909362793],[-90.88614702224731,37.701171875],[-90.88623046875,37.7011194229126],[-90.89111328125,37.69808292388916],[-90.89231491088867,37.697265625],[-90.89599609375,37.69480895996094],[-90.89808464050293,37.693359375],[-90.90087890625,37.691460609436035],[-90.90396881103516,37.689453125],[-90.90576171875,37.68828201293945],[-90.91028928756714,37.685546875],[-90.91064453125,37.68532180786133],[-90.91552734375,37.68238830566406],[-90.91665029525757,37.681640625],[-90.92041015625,37.679161071777344],[-90.92245101928711,37.677734375],[-90.92529296875,37.67578315734863],[-90.92825174331665,37.673828125],[-90.93017578125,37.67257118225098],[-90.93462705612183,37.669921875],[-90.93505859375,37.66965103149414],[-90.93994140625,37.66668128967285],[-90.94093084335327,37.666015625],[-90.94482421875,37.66343021392822],[-90.94672441482544,37.662109375],[-90.94970703125,37.66009044647217],[-90.95262050628662,37.658203125],[-90.95458984375,37.65694332122803],[-90.95908403396606,37.654296875],[-90.95947265625,37.654053688049316],[-90.96435546875,37.651089668273926],[-90.96539974212646,37.650390625],[-90.96923828125,37.64785671234131],[-90.97119092941284,37.646484375],[-90.97412109375,37.64444828033447],[-90.97688436508179,37.642578125],[-90.97900390625,37.641178131103516],[-90.98324537277222,37.638671875],[-90.98388671875,37.63827705383301],[-90.98876953125,37.63541793823242],[-90.9897518157959,37.634765625],[-90.99365234375,37.63216686248779],[-90.99547624588013,37.630859375],[-90.99853515625,37.62869358062744],[-91.0010290145874,37.626953125],[-91.00341796875,37.62534999847412],[-91.0072135925293,37.623046875],[-91.00830078125,37.62235927581787],[-91.01318359375,37.61943340301514],[-91.0136342048645,37.619140625],[-91.01806640625,37.61635208129883],[-91.01969242095947,37.615234375],[-91.02294921875,37.61300086975098],[-91.02535486221313,37.611328125],[-91.02783203125,37.60965442657471],[-91.03145122528076,37.607421875],[-91.03271484375,37.60662651062012],[-91.03759765625,37.603776931762695],[-91.03800296783447,37.603515625],[-91.04248046875,37.60067272186279],[-91.04401350021362,37.599609375],[-91.04736328125,37.59730625152588],[-91.04966402053833,37.595703125],[-91.05224609375,37.59395885467529],[-91.05570793151855,37.591796875],[-91.05712890625,37.59088611602783],[-91.06201171875,37.58791160583496],[-91.06204271316528,37.587890625],[-91.06689453125,37.58480262756348],[-91.06808662414551,37.583984375],[-91.07177734375,37.5814905166626],[-91.07377767562866,37.580078125],[-91.07666015625,37.578083992004395],[-91.07953548431396,37.576171875],[-91.08154296875,37.57486438751221],[-91.08595848083496,37.572265625],[-91.08642578125,37.57197284698486],[-91.09130859375,37.56899547576904],[-91.09224319458008,37.568359375],[-91.09619140625,37.56569004058838],[-91.0979151725769,37.564453125],[-91.10107421875,37.56222629547119],[-91.10347747802734,37.560546875],[-91.10595703125,37.55888366699219],[-91.10962867736816,37.556640625],[-91.11083984375,37.55587577819824],[-91.11572265625,37.55295372009277],[-91.11605882644653,37.552734375],[-91.12060546875,37.54984188079834],[-91.12206935882568,37.548828125],[-91.12548828125,37.54648017883301],[-91.12771987915039,37.544921875],[-91.13037109375,37.54313564300537],[-91.13378286361694,37.541015625],[-91.13525390625,37.54008769989014],[-91.14013671875,37.53719615936279],[-91.1402702331543,37.537109375],[-91.14501953125,37.53411674499512],[-91.14634990692139,37.533203125],[-91.14990234375,37.53079700469971],[-91.152024269104,37.529296875],[-91.15478515625,37.527377128601074],[-91.15777492523193,37.525390625],[-91.15966796875,37.52414512634277],[-91.16411447525024,37.521484375],[-91.16455078125,37.52121162414551],[-91.16943359375,37.51829719543457],[-91.17051124572754,37.517578125],[-91.17431640625,37.51504325866699],[-91.17624282836914,37.513671875],[-91.17919921875,37.51159191131592],[-91.18186235427856,37.509765625],[-91.18408203125,37.50829219818115],[-91.18812561035156,37.505859375],[-91.18896484375,37.50532817840576],[-91.19384765625,37.502342224121094],[-91.19442939758301,37.501953125],[-91.19873046875,37.49914741516113],[-91.2002944946289,37.498046875],[-91.20361328125,37.49572563171387],[-91.20584487915039,37.494140625],[-91.20849609375,37.492319107055664],[-91.21175050735474,37.490234375],[-91.21337890625,37.489182472229004],[-91.21808767318726,37.486328125],[-91.21826171875,37.48621463775635],[-91.22314453125,37.48310852050781],[-91.22415065765381,37.482421875],[-91.22802734375,37.479844093322754],[-91.22992515563965,37.478515625],[-91.23291015625,37.47645568847656],[-91.23563766479492,37.474609375],[-91.23779296875,37.47317695617676],[-91.24186754226685,37.470703125],[-91.24267578125,37.47019386291504],[-91.24755859375,37.46729373931885],[-91.24830961227417,37.466796875],[-91.25244140625,37.464080810546875],[-91.25412225723267,37.462890625],[-91.25732421875,37.46064853668213],[-91.25969886779785,37.458984375],[-91.26220703125,37.45728778839111],[-91.2657618522644,37.455078125],[-91.26708984375,37.45422649383545],[-91.27197265625,37.45126533508301],[-91.27211570739746,37.451171875],[-91.27685546875,37.4481840133667],[-91.27819061279297,37.447265625],[-91.28173828125,37.444844245910645],[-91.2838363647461,37.443359375],[-91.28662109375,37.44143867492676],[-91.28965139389038,37.439453125],[-91.29150390625,37.43824863433838],[-91.29602909088135,37.435546875],[-91.29638671875,37.43532085418701],[-91.30126953125,37.43232345581055],[-91.30228519439697,37.431640625],[-91.30615234375,37.42908191680908],[-91.30805969238281,37.427734375],[-91.31103515625,37.42564678192139],[-91.3136625289917,37.423828125],[-91.31591796875,37.42230033874512],[-91.31974220275879,37.419921875],[-91.32080078125,37.41924476623535],[-91.32568359375,37.41630744934082],[-91.32612466812134,37.416015625],[-91.33056640625,37.41313457489014],[-91.33203268051147,37.412109375],[-91.33544921875,37.40975761413574],[-91.33766651153564,37.408203125],[-91.34033203125,37.406389236450195],[-91.3436222076416,37.404296875],[-91.34521484375,37.40327167510986],[-91.35003328323364,37.400390625],[-91.35009765625,37.400349617004395],[-91.35498046875,37.397337913513184],[-91.35623455047607,37.396484375],[-91.35986328125,37.39402198791504],[-91.36186599731445,37.392578125],[-91.36474609375,37.39052104949951],[-91.36740922927856,37.388671875],[-91.36962890625,37.38718128204346],[-91.37362003326416,37.384765625],[-91.37451171875,37.38419723510742],[-91.37939453125,37.381211280822754],[-91.3799238204956,37.380859375],[-91.38427734375,37.37803649902344],[-91.38582706451416,37.376953125],[-91.38916015625,37.374640464782715],[-91.39142751693726,37.373046875],[-91.39404296875,37.37127208709717],[-91.39743089675903,37.369140625],[-91.39892578125,37.36818218231201],[-91.40376567840576,37.365234375],[-91.40380859375,37.36520576477051],[-91.40869140625,37.36202621459961],[-91.40969514846802,37.361328125],[-91.41357421875,37.35870361328125],[-91.41536474227905,37.357421875],[-91.41845703125,37.355224609375],[-91.42086744308472,37.353515625],[-91.42333984375,37.351826667785645],[-91.4269232749939,37.349609375],[-91.42822265625,37.34878730773926],[-91.43310546875,37.34587001800537],[-91.43336057662964,37.345703125],[-91.43798828125,37.342713356018066],[-91.43930912017822,37.341796875],[-91.44287109375,37.33938121795654],[-91.44500732421875,37.337890625],[-91.44775390625,37.33601951599121],[-91.45087003707886,37.333984375],[-91.45263671875,37.33281707763672],[-91.45705938339233,37.330078125],[-91.45751953125,37.32977867126465],[-91.46240234375,37.32675075531006],[-91.46325588226318,37.326171875],[-91.46728515625,37.323476791381836],[-91.46899223327637,37.322265625],[-91.47216796875,37.32004928588867],[-91.47457361221313,37.318359375],[-91.47705078125,37.316664695739746],[-91.48054122924805,37.314453125],[-91.48193359375,37.3135461807251],[-91.48680925369263,37.310546875],[-91.48681640625,37.3105411529541],[-91.49169921875,37.3074254989624],[-91.49283409118652,37.306640625],[-91.49658203125,37.3040657043457],[-91.4984130859375,37.302734375],[-91.50146484375,37.30054187774658],[-91.50386810302734,37.298828125],[-91.50634765625,37.29712390899658],[-91.509850025177,37.294921875],[-91.51123046875,37.29403209686279],[-91.51611328125,37.291077613830566],[-91.51620864868164,37.291015625],[-91.52099609375,37.28797245025635],[-91.5222430229187,37.287109375],[-91.52587890625,37.28461170196533],[-91.52783155441284,37.283203125],[-91.53076171875,37.28111743927002],[-91.53337955474854,37.279296875],[-91.53564453125,37.27775764465332],[-91.53942823410034,37.275390625],[-91.54052734375,37.27468299865723],[-91.54541015625,37.2717342376709],[-91.54578924179077,37.271484375],[-91.55029296875,37.26857662200928],[-91.55172109603882,37.267578125],[-91.55517578125,37.265188217163086],[-91.55730485916138,37.263671875],[-91.56005859375,37.26175498962402],[-91.56304836273193,37.259765625],[-91.56494140625,37.25850486755371],[-91.5692138671875,37.255859375],[-91.56982421875,37.25546741485596],[-91.57470703125,37.252511978149414],[-91.57554388046265,37.251953125],[-91.57958984375,37.24927043914795],[-91.58129930496216,37.248046875],[-91.58447265625,37.245792388916016],[-91.58677577972412,37.244140625],[-91.58935546875,37.24234104156494],[-91.59257888793945,37.240234375],[-91.59423828125,37.239134788513184],[-91.59875392913818,37.236328125],[-91.59912109375,37.236087799072266],[-91.60400390625,37.233049392700195],[-91.60492658615112,37.232421875],[-91.60888671875,37.22976207733154],[-91.61062955856323,37.228515625],[-91.61376953125,37.22630023956299],[-91.61616325378418,37.224609375],[-91.61865234375,37.22290515899658],[-91.62213325500488,37.220703125],[-91.62353515625,37.2197904586792],[-91.62838459014893,37.216796875],[-91.62841796875,37.21677494049072],[-91.63330078125,37.21366024017334],[-91.63441181182861,37.212890625],[-91.63818359375,37.21029281616211],[-91.63998603820801,37.208984375],[-91.64306640625,37.20678424835205],[-91.64547681808472,37.205078125],[-91.64794921875,37.20338821411133],[-91.65148496627808,37.201171875],[-91.65283203125,37.20030212402344],[-91.65771484375,37.19731140136719],[-91.65778398513794,37.197265625],[-91.66259765625,37.194167137145996],[-91.66375875473022,37.193359375],[-91.66748046875,37.19079113006592],[-91.66931867599487,37.189453125],[-91.67236328125,37.18726348876953],[-91.67477369308472,37.185546875],[-91.67724609375,37.183852195739746],[-91.68079137802124,37.181640625],[-91.68212890625,37.18078804016113],[-91.68701171875,37.17787170410156],[-91.68722152709961,37.177734375],[-91.69189453125,37.17473125457764],[-91.69318675994873,37.173828125],[-91.69677734375,37.17133903503418],[-91.69872045516968,37.169921875],[-91.70166015625,37.16779708862305],[-91.70417308807373,37.166015625],[-91.70654296875,37.16438961029053],[-91.71018600463867,37.162109375],[-91.71142578125,37.161312103271484],[-91.71630859375,37.15833377838135],[-91.71650409698486,37.158203125],[-91.72119140625,37.15512943267822],[-91.72238111495972,37.154296875],[-91.72607421875,37.15176486968994],[-91.72797203063965,37.150390625],[-91.73095703125,37.14824676513672],[-91.73344612121582,37.146484375],[-91.73583984375,37.14485549926758],[-91.73957347869873,37.142578125],[-91.74072265625,37.14185333251953],[-91.74560546875,37.138919830322266],[-91.74597978591919,37.138671875],[-91.75048828125,37.13572692871094],[-91.75185918807983,37.134765625],[-91.75537109375,37.13233184814453],[-91.75740957260132,37.130859375],[-91.76025390625,37.128835678100586],[-91.76299095153809,37.126953125],[-91.76513671875,37.125515937805176],[-91.7691969871521,37.123046875],[-91.77001953125,37.122520446777344],[-91.77490234375,37.11949157714844],[-91.77542209625244,37.119140625],[-91.77978515625,37.116265296936035],[-91.78125143051147,37.115234375],[-91.78466796875,37.11286163330078],[-91.7867922782898,37.111328125],[-91.78955078125,37.109365463256836],[-91.79238319396973,37.107421875],[-91.79443359375,37.10603618621826],[-91.79847955703735,37.103515625],[-91.79931640625,37.10296821594238],[-91.80419921875,37.09988784790039],[-91.80461168289185,37.099609375],[-91.80908203125,37.09668254852295],[-91.81047677993774,37.095703125],[-91.81396484375,37.09327030181885],[-91.81601762771606,37.091796875],[-91.81884765625,37.08981513977051],[-91.82170152664185,37.087890625],[-91.82373046875,37.08652973175049],[-91.82778835296631,37.083984375],[-91.82861328125,37.0834436416626],[-91.83349609375,37.08037567138672],[-91.83393716812134,37.080078125],[-91.83837890625,37.077155113220215],[-91.83976888656616,37.076171875],[-91.84326171875,37.07371234893799],[-91.84523344039917,37.072265625],[-91.84814453125,37.070162773132324],[-91.85070276260376,37.068359375],[-91.85302734375,37.06676387786865],[-91.85668230056763,37.064453125],[-91.85791015625,37.0636568069458],[-91.86279296875,37.06065845489502],[-91.86296224594116,37.060546875],[-91.86767578125,37.05746269226074],[-91.86884880065918,37.056640625],[-91.87255859375,37.054076194763184],[-91.87439918518066,37.052734375],[-91.87744140625,37.050533294677734],[-91.87981128692627,37.048828125],[-91.88232421875,37.04708671569824],[-91.88573360443115,37.044921875],[-91.88720703125,37.04396915435791],[-91.89201593399048,37.041015625],[-91.89208984375,37.04096698760986],[-91.89697265625,37.03779125213623],[-91.89795255661011,37.037109375],[-91.90185546875,37.03444480895996],[-91.90357685089111,37.033203125],[-91.90673828125,37.0309362411499],[-91.9089937210083,37.029296875],[-91.91162109375,37.02743339538574],[-91.91467761993408,37.025390625],[-91.91650390625,37.02416706085205],[-91.92076921463013,37.021484375],[-91.92138671875,37.021080017089844],[-91.92626953125,37.01804065704346],[-91.92695379257202,37.017578125],[-91.93115234375,37.014774322509766],[-91.93269968032837,37.013671875],[-91.93603515625,37.01132678985596],[-91.93819522857666,37.009765625],[-91.94091796875,37.00783443450928],[-91.94381952285767,37.005859375],[-91.94580078125,37.0045223236084],[-91.94994688034058,37.001953125],[-91.95068359375,37.001479148864746],[-91.95556640625,36.99848937988281],[-91.95622205734253,36.998046875],[-91.96044921875,36.99521446228027],[-91.96195363998413,36.994140625],[-91.96533203125,36.991766929626465],[-91.96743488311768,36.990234375],[-91.97021484375,36.98823165893555],[-91.97293996810913,36.986328125],[-91.97509765625,36.9848575592041],[-91.97900056838989,36.982421875],[-91.97998046875,36.981781005859375],[-91.98486328125,36.97870349884033],[-91.98514223098755,36.978515625],[-91.98974609375,36.975491523742676],[-91.99100732803345,36.974609375],[-91.99462890625,36.97210502624512],[-91.99655294418335,36.970703125],[-91.99951171875,36.968565940856934],[-92.00198888778687,36.966796875],[-92.00439453125,36.9651403427124],[-92.0079779624939,36.962890625],[-92.00927734375,36.96204662322998],[-92.01416015625,36.95902347564697],[-92.01421976089478,36.958984375],[-92.01904296875,36.955875396728516],[-92.0201849937439,36.955078125],[-92.02392578125,36.95248317718506],[-92.02572107315063,36.951171875],[-92.02880859375,36.948944091796875],[-92.0311188697815,36.947265625],[-92.03369140625,36.9454460144043],[-92.0368480682373,36.943359375],[-92.03857421875,36.942219734191895],[-92.04310655593872,36.939453125],[-92.04345703125,36.939226150512695],[-92.04833984375,36.93614101409912],[-92.04920530319214,36.935546875],[-92.05322265625,36.93282604217529],[-92.0548677444458,36.931640625],[-92.05810546875,36.92932891845703],[-92.0603084564209,36.927734375],[-92.06298828125,36.925848960876465],[-92.06603527069092,36.923828125],[-92.06787109375,36.92261219024658],[-92.07223176956177,36.919921875],[-92.07275390625,36.91957950592041],[-92.07763671875,36.916481018066406],[-92.07831621170044,36.916015625],[-92.08251953125,36.9132080078125],[-92.084059715271,36.912109375],[-92.08740234375,36.90973377227783],[-92.08948612213135,36.908203125],[-92.09228515625,36.90617656707764],[-92.09496021270752,36.904296875],[-92.09716796875,36.90277290344238],[-92.10089921951294,36.900390625],[-92.10205078125,36.89964008331299],[-92.10693359375,36.89667224884033],[-92.10721731185913,36.896484375],[-92.11181640625,36.893470764160156],[-92.11308002471924,36.892578125],[-92.11669921875,36.89004325866699],[-92.11856842041016,36.888671875],[-92.12158203125,36.88648319244385],[-92.12396383285522,36.884765625],[-92.12646484375,36.88302516937256],[-92.12983846664429,36.880859375],[-92.13134765625,36.87987041473389],[-92.1360182762146,36.876953125],[-92.13623046875,36.876811027526855],[-92.14111328125,36.87365436553955],[-92.1419906616211,36.873046875],[-92.14599609375,36.87032699584961],[-92.14764833450317,36.869140625],[-92.15087890625,36.866838455200195],[-92.15307712554932,36.865234375],[-92.15576171875,36.86331081390381],[-92.15864181518555,36.861328125],[-92.16064453125,36.85996055603027],[-92.1646523475647,36.857421875],[-92.16552734375,36.85684776306152],[-92.17041015625,36.85381507873535],[-92.17085599899292,36.853515625],[-92.17529296875,36.85058879852295],[-92.17668533325195,36.849609375],[-92.18017578125,36.8471794128418],[-92.18218088150024,36.845703125],[-92.18505859375,36.84357833862305],[-92.18747138977051,36.841796875],[-92.18994140625,36.84002208709717],[-92.19311952590942,36.837890625],[-92.19482421875,36.83673286437988],[-92.19911813735962,36.833984375],[-92.19970703125,36.833595275878906],[-92.20458984375,36.83053684234619],[-92.20526456832886,36.830078125],[-92.20947265625,36.827232360839844],[-92.21095085144043,36.826171875],[-92.21435546875,36.82376480102539],[-92.21638679504395,36.822265625],[-92.21923828125,36.820173263549805],[-92.22175121307373,36.818359375],[-92.22412109375,36.816710472106934],[-92.2276759147644,36.814453125],[-92.22900390625,36.81358051300049],[-92.23378896713257,36.810546875],[-92.23388671875,36.810482025146484],[-92.23876953125,36.80733776092529],[-92.23978281021118,36.806640625],[-92.24365234375,36.80401420593262],[-92.2454285621643,36.802734375],[-92.24853515625,36.80050849914551],[-92.25085020065308,36.798828125],[-92.25341796875,36.7970085144043],[-92.25654125213623,36.794921875],[-92.25830078125,36.793742179870605],[-92.26266622543335,36.791015625],[-92.26318359375,36.79067611694336],[-92.26806640625,36.78760623931885],[-92.26879119873047,36.787109375],[-92.27294921875,36.7842903137207],[-92.2744631767273,36.783203125],[-92.27783203125,36.78081226348877],[-92.27988243103027,36.779296875],[-92.28271484375,36.77721977233887],[-92.28525400161743,36.775390625],[-92.28759765625,36.77375602722168],[-92.29115962982178,36.771484375],[-92.29248046875,36.77061462402344],[-92.29733228683472,36.767578125],[-92.29736328125,36.76755714416504],[-92.30224609375,36.7644100189209],[-92.30330228805542,36.763671875],[-92.30712890625,36.76101112365723],[-92.30883359909058,36.759765625],[-92.31201171875,36.75747299194336],[-92.31419563293457,36.755859375],[-92.31689453125,36.753889083862305],[-92.31963157653809,36.751953125],[-92.32177734375,36.75046253204346],[-92.32553720474243,36.748046875],[-92.32666015625,36.747294425964355],[-92.33154296875,36.74414825439453],[-92.33155250549316,36.744140625],[-92.33642578125,36.740952491760254],[-92.33745336532593,36.740234375],[-92.34130859375,36.73756504058838],[-92.343008518219,36.736328125],[-92.34619140625,36.734036445617676],[-92.34836339950562,36.732421875],[-92.35107421875,36.73042869567871],[-92.35376119613647,36.728515625],[-92.35595703125,36.72699737548828],[-92.3597526550293,36.724609375],[-92.36083984375,36.723896980285645],[-92.36572265625,36.72083759307861],[-92.36592292785645,36.720703125],[-92.37060546875,36.71764087677002],[-92.37180233001709,36.716796875],[-92.37548828125,36.71421146392822],[-92.37728595733643,36.712890625],[-92.38037109375,36.71064853668213],[-92.38262176513672,36.708984375],[-92.38525390625,36.70707035064697],[-92.38811254501343,36.705078125],[-92.39013671875,36.703683853149414],[-92.39404678344727,36.701171875],[-92.39501953125,36.70051383972168],[-92.39990234375,36.69729232788086],[-92.39994049072266,36.697265625],[-92.40478515625,36.69403839111328],[-92.40575313568115,36.693359375],[-92.40966796875,36.690664291381836],[-92.41134643554688,36.689453125],[-92.41455078125,36.68716049194336],[-92.41670846939087,36.685546875],[-92.41943359375,36.68351078033447],[-92.42200374603271,36.681640625],[-92.42431640625,36.68002414703369],[-92.42797374725342,36.677734375],[-92.42919921875,36.67694282531738],[-92.43408203125,36.67393684387207],[-92.43424415588379,36.673828125],[-92.43896484375,36.670716285705566],[-92.44008541107178,36.669921875],[-92.44384765625,36.66727924346924],[-92.44558095932007,36.666015625],[-92.44873046875,36.663756370544434],[-92.45097398757935,36.662109375],[-92.45361328125,36.66019248962402],[-92.4564528465271,36.658203125],[-92.45849609375,36.656789779663086],[-92.46238946914673,36.654296875],[-92.46337890625,36.65363788604736],[-92.46826171875,36.65053462982178],[-92.4684739112854,36.650390625],[-92.47314453125,36.647321701049805],[-92.47432947158813,36.646484375],[-92.47802734375,36.64388942718506],[-92.47981309890747,36.642578125],[-92.48291015625,36.640334129333496],[-92.48516082763672,36.638671875],[-92.48779296875,36.63675785064697],[-92.49066114425659,36.634765625],[-92.49267578125,36.63338851928711],[-92.49670267105103,36.630859375],[-92.49755859375,36.63029479980469],[-92.50244140625,36.62718868255615],[-92.5027871131897,36.626953125],[-92.50732421875,36.62395095825195],[-92.50860452651978,36.623046875],[-92.51220703125,36.62051868438721],[-92.51408100128174,36.619140625],[-92.51708984375,36.616947174072266],[-92.5194263458252,36.615234375],[-92.52197265625,36.61341190338135],[-92.52506971359253,36.611328125],[-92.52685546875,36.610124588012695],[-92.53114223480225,36.607421875],[-92.53173828125,36.60702419281006],[-92.53662109375,36.603872299194336],[-92.53713846206665,36.603515625],[-92.54150390625,36.600579261779785],[-92.54286050796509,36.599609375],[-92.54638671875,36.597107887268066],[-92.54828453063965,36.595703125],[-92.55126953125,36.593509674072266],[-92.55358457565308,36.591796875],[-92.55615234375,36.589938163757324],[-92.55915880203247,36.587890625],[-92.56103515625,36.58662509918213],[-92.56527185440063,36.583984375],[-92.56591796875,36.58355712890625],[-92.57080078125,36.58041477203369],[-92.57128953933716,36.580078125],[-92.57568359375,36.577120780944824],[-92.5770115852356,36.576171875],[-92.58056640625,36.57364845275879],[-92.58243322372437,36.572265625],[-92.58544921875,36.570054054260254],[-92.58772373199463,36.568359375],[-92.59033203125,36.56644916534424],[-92.59319543838501,36.564453125],[-92.59521484375,36.56307029724121],[-92.599196434021,36.560546875],[-92.60009765625,36.55994510650635],[-92.60498046875,36.556758880615234],[-92.60515213012695,36.556640625],[-92.60986328125,36.55351638793945],[-92.61097192764282,36.552734375],[-92.61474609375,36.55009174346924],[-92.61647462844849,36.548828125],[-92.61962890625,36.54655361175537],[-92.62183427810669,36.544921875],[-92.62451171875,36.54296112060547],[-92.62725591659546,36.541015625],[-92.62939453125,36.53952980041504],[-92.63316631317139,36.537109375],[-92.63427734375,36.536367416381836],[-92.63916015625,36.53321170806885],[-92.63917446136475,36.533203125],[-92.64404296875,36.5299654006958],[-92.64498710632324,36.529296875],[-92.64892578125,36.52653884887695],[-92.65049457550049,36.525390625],[-92.65380859375,36.522995948791504],[-92.6558256149292,36.521484375],[-92.65869140625,36.51935005187988],[-92.66108989715576,36.517578125],[-92.66357421875,36.51579761505127],[-92.66674757003784,36.513671875],[-92.66845703125,36.51251220703125],[-92.67273426055908,36.509765625],[-92.67333984375,36.509358406066895],[-92.67822265625,36.50621700286865],[-92.67874240875244,36.505859375],[-92.68310546875,36.502915382385254],[-92.68445253372192,36.501953125],[-92.68798828125,36.499460220336914],[-92.68990278244019,36.498046875],[-92.69287109375,36.495866775512695],[-92.69520044326782,36.494140625],[-92.69775390625,36.492289543151855],[-92.7007508277893,36.490234375],[-92.70263671875,36.488943099975586],[-92.70671367645264,36.486328125],[-92.70751953125,36.485785484313965],[-92.71240234375,36.48260307312012],[-92.71266460418701,36.482421875],[-92.71728515625,36.479308128356934],[-92.7184009552002,36.478515625],[-92.72216796875,36.47587585449219],[-92.72389888763428,36.474609375],[-92.72705078125,36.47232913970947],[-92.72923469543457,36.470703125],[-92.73193359375,36.468711853027344],[-92.73460388183594,36.466796875],[-92.73681640625,36.46524524688721],[-92.74042129516602,36.462890625],[-92.74169921875,36.462021827697754],[-92.74630069732666,36.458984375],[-92.74658203125,36.458791732788086],[-92.75146484375,36.45560359954834],[-92.75221824645996,36.455078125],[-92.75634765625,36.45222854614258],[-92.7578067779541,36.451171875],[-92.76123046875,36.44873332977295],[-92.76320457458496,36.447265625],[-92.76611328125,36.445096015930176],[-92.76840209960938,36.443359375],[-92.77099609375,36.44141864776611],[-92.77374744415283,36.439453125],[-92.77587890625,36.437960624694824],[-92.77961730957031,36.435546875],[-92.78076171875,36.43478488922119],[-92.78564453125,36.43165588378906],[-92.78566837310791,36.431640625],[-92.79052734375,36.42837905883789],[-92.79143571853638,36.427734375],[-92.79541015625,36.42496871948242],[-92.79697179794312,36.423828125],[-92.80029296875,36.42141246795654],[-92.80226469039917,36.419921875],[-92.80517578125,36.41772174835205],[-92.80739784240723,36.416015625],[-92.81005859375,36.41399383544922],[-92.81262636184692,36.412109375],[-92.81494140625,36.410460472106934],[-92.81837463378906,36.408203125],[-92.81982421875,36.407230377197266],[-92.824387550354,36.404296875],[-92.82470703125,36.40407848358154],[-92.82958984375,36.40080165863037],[-92.83017635345459,36.400390625],[-92.83447265625,36.397475242614746],[-92.83585548400879,36.396484375],[-92.83935546875,36.39398765563965],[-92.84125328063965,36.392578125],[-92.84423828125,36.390387535095215],[-92.84657716751099,36.388671875],[-92.84912109375,36.386857986450195],[-92.85226345062256,36.384765625],[-92.85400390625,36.383605003356934],[-92.85839319229126,36.380859375],[-92.85888671875,36.38053035736084],[-92.86376953125,36.37733840942383],[-92.86432027816772,36.376953125],[-92.86865234375,36.37398147583008],[-92.86994695663452,36.373046875],[-92.87353515625,36.37047290802002],[-92.87532091140747,36.369140625],[-92.87841796875,36.36683940887451],[-92.88053750991821,36.365234375],[-92.88330078125,36.36316776275635],[-92.88580894470215,36.361328125],[-92.88818359375,36.35962963104248],[-92.89148569107056,36.357421875],[-92.89306640625,36.35634422302246],[-92.89737462997437,36.353515625],[-92.89794921875,36.35311508178711],[-92.90283203125,36.34976291656494],[-92.90304660797119,36.349609375],[-92.90771484375,36.346402168273926],[-92.90868520736694,36.345703125],[-92.91259765625,36.34292125701904],[-92.91412591934204,36.341796875],[-92.91748046875,36.33937740325928],[-92.9194712638855,36.337890625],[-92.92236328125,36.33574104309082],[-92.92471170425415,36.333984375],[-92.92724609375,36.33212757110596],[-92.93020725250244,36.330078125],[-92.93212890625,36.32876014709473],[-92.93620347976685,36.326171875],[-92.93701171875,36.325636863708496],[-92.94189453125,36.32251739501953],[-92.94225931167603,36.322265625],[-92.94677734375,36.31915760040283],[-92.94787645339966,36.318359375],[-92.95166015625,36.31564521789551],[-92.95327663421631,36.314453125],[-92.95654296875,36.3120813369751],[-92.95858860015869,36.310546875],[-92.96142578125,36.30842399597168],[-92.96380758285522,36.306640625],[-92.96630859375,36.30480670928955],[-92.96929597854614,36.302734375],[-92.97119140625,36.30141544342041],[-92.9751467704773,36.298828125],[-92.97607421875,36.298203468322754],[-92.98095703125,36.29507827758789],[-92.98118591308594,36.294921875],[-92.98583984375,36.29178237915039],[-92.98691511154175,36.291015625],[-92.99072265625,36.28834915161133],[-92.99241304397583,36.287109375],[-92.99560546875,36.284775733947754],[-92.99768209457397,36.283203125],[-93.00048828125,36.281089782714844],[-93.00290107727051,36.279296875],[-93.00537109375,36.27751445770264],[-93.00851345062256,36.275390625],[-93.01025390625,36.27419471740723],[-93.0143666267395,36.271484375],[-93.01513671875,36.27095890045166],[-93.02001953125,36.26778507232666],[-93.02031993865967,36.267578125],[-93.02490234375,36.264455795288086],[-93.02599906921387,36.263671875],[-93.02978515625,36.261016845703125],[-93.03149223327637,36.259765625],[-93.03466796875,36.257439613342285],[-93.03674936294556,36.255859375],[-93.03955078125,36.25374507904053],[-93.04195880889893,36.251953125],[-93.04443359375,36.25016784667969],[-93.04758548736572,36.248046875],[-93.04931640625,36.24686527252197],[-93.05347681045532,36.244140625],[-93.05419921875,36.24364471435547],[-93.05908203125,36.24036979675293],[-93.05927276611328,36.240234375],[-93.06396484375,36.236955642700195],[-93.06483268737793,36.236328125],[-93.06884765625,36.233489990234375],[-93.07030200958252,36.232421875],[-93.07373046875,36.229928970336914],[-93.0756163597107,36.228515625],[-93.07861328125,36.226290702819824],[-93.08083772659302,36.224609375],[-93.08349609375,36.22262096405029],[-93.08612823486328,36.220703125],[-93.08837890625,36.21909523010254],[-93.0918288230896,36.216796875],[-93.09326171875,36.21581840515137],[-93.09774875640869,36.212890625],[-93.09814453125,36.212618827819824],[-93.10302734375,36.20939254760742],[-93.1036114692688,36.208984375],[-93.10791015625,36.20603942871094],[-93.10924053192139,36.205078125],[-93.11279296875,36.20253562927246],[-93.11462640762329,36.201171875],[-93.11767578125,36.19892120361328],[-93.11985492706299,36.197265625],[-93.12255859375,36.19522476196289],[-93.1250810623169,36.193359375],[-93.12744140625,36.19166851043701],[-93.13079357147217,36.189453125],[-93.13232421875,36.188411712646484],[-93.13668489456177,36.185546875],[-93.13720703125,36.1851863861084],[-93.14208984375,36.18193340301514],[-93.14250469207764,36.181640625],[-93.14697265625,36.17853546142578],[-93.14807415008545,36.177734375],[-93.15185546875,36.175028800964355],[-93.15347909927368,36.173828125],[-93.15673828125,36.17144203186035],[-93.15875053405762,36.169921875],[-93.16162109375,36.16776084899902],[-93.16392183303833,36.166015625],[-93.16650390625,36.16408634185791],[-93.1692624092102,36.162109375],[-93.17138671875,36.16060447692871],[-93.1749939918518,36.158203125],[-93.17626953125,36.157334327697754],[-93.1809139251709,36.154296875],[-93.18115234375,36.15413284301758],[-93.18603515625,36.15081787109375],[-93.18663120269775,36.150390625],[-93.19091796875,36.14735412597656],[-93.19209337234497,36.146484375],[-93.19580078125,36.143736839294434],[-93.19730997085571,36.142578125],[-93.20068359375,36.13999366760254],[-93.20241212844849,36.138671875],[-93.20556640625,36.136338233947754],[-93.207688331604,36.134765625],[-93.21044921875,36.13276386260986],[-93.21317911148071,36.130859375],[-93.21533203125,36.129395484924316],[-93.21923971176147,36.126953125],[-93.22021484375,36.12630653381348],[-93.22509765625,36.123056411743164],[-93.22510957717896,36.123046875],[-93.22998046875,36.11949062347412],[-93.23044538497925,36.119140625],[-93.23486328125,36.11584281921387],[-93.23566675186157,36.115234375],[-93.23974609375,36.11223125457764],[-93.24097394943237,36.111328125],[-93.24462890625,36.10874271392822],[-93.24644327163696,36.107421875],[-93.24951171875,36.10522270202637],[-93.2519006729126,36.103515625],[-93.25439453125,36.101789474487305],[-93.2577633857727,36.099609375],[-93.25927734375,36.098591804504395],[-93.26361417770386,36.095703125],[-93.26416015625,36.09531307220459],[-93.26901912689209,36.091796875],[-93.26904296875,36.09177875518799],[-93.27392578125,36.08811378479004],[-93.2742190361023,36.087890625],[-93.27880859375,36.08444595336914],[-93.27942609786987,36.083984375],[-93.28369140625,36.080912590026855],[-93.28482627868652,36.080078125],[-93.28857421875,36.07737350463867],[-93.29019546508789,36.076171875],[-93.29345703125,36.07381057739258],[-93.2956314086914,36.072265625],[-93.29833984375,36.0704288482666],[-93.30164909362793,36.068359375],[-93.30322265625,36.06736183166504],[-93.3080506324768,36.064453125],[-93.30810546875,36.06441688537598],[-93.31298828125,36.06115436553955],[-93.31382274627686,36.060546875],[-93.31787109375,36.057602882385254],[-93.31916570663452,36.056640625],[-93.32275390625,36.054046630859375],[-93.32451820373535,36.052734375],[-93.32763671875,36.0504207611084],[-93.32970857620239,36.048828125],[-93.33251953125,36.04666996002197],[-93.33484172821045,36.044921875],[-93.33740234375,36.04306221008301],[-93.34037780761719,36.041015625],[-93.34228515625,36.03968620300293],[-93.34611892700195,36.037109375],[-93.34716796875,36.036380767822266],[-93.35190773010254,36.033203125],[-93.35205078125,36.033101081848145],[-93.35693359375,36.02970504760742],[-93.35750341415405,36.029296875],[-93.36181640625,36.026305198669434],[-93.36306571960449,36.025390625],[-93.36669921875,36.0227108001709],[-93.36831331253052,36.021484375],[-93.37158203125,36.01904106140137],[-93.3735179901123,36.017578125],[-93.37646484375,36.01538276672363],[-93.37870597839355,36.013671875],[-93.38134765625,36.0116605758667],[-93.38390111923218,36.009765625],[-93.38623046875,36.00809955596924],[-93.38965177536011,36.005859375],[-93.39111328125,36.00487422943115],[-93.39560747146606,36.001953125],[-93.39599609375,36.00168514251709],[-93.40087890625,35.99841022491455],[-93.40138673782349,35.998046875],[-93.40576171875,35.99490547180176],[-93.40676546096802,35.994140625],[-93.41064453125,35.99117469787598],[-93.41187953948975,35.990234375],[-93.41552734375,35.98758316040039],[-93.41723918914795,35.986328125],[-93.42041015625,35.98403739929199],[-93.42254638671875,35.982421875],[-93.42529296875,35.980323791503906],[-93.42762231826782,35.978515625],[-93.43017578125,35.97654724121094],[-93.43274116516113,35.974609375],[-93.43505859375,35.97286796569824],[-93.43803644180298,35.970703125],[-93.43994140625,35.96932029724121],[-93.44359874725342,35.966796875],[-93.44482421875,35.96592903137207],[-93.4492564201355,35.962890625],[-93.44970703125,35.96257019042969],[-93.45458984375,35.959228515625],[-93.4549331665039,35.958984375],[-93.45947265625,35.95585823059082],[-93.46055746078491,35.955078125],[-93.46435546875,35.952388763427734],[-93.46600532531738,35.951171875],[-93.46923828125,35.94880485534668],[-93.47127199172974,35.947265625],[-93.47412109375,35.94511604309082],[-93.47638845443726,35.943359375],[-93.47900390625,35.94133377075195],[-93.48146200180054,35.939453125],[-93.48388671875,35.937639236450195],[-93.48685264587402,35.935546875],[-93.48876953125,35.93419075012207],[-93.49257707595825,35.931640625],[-93.49365234375,35.930904388427734],[-93.49852085113525,35.927734375],[-93.49853515625,35.927724838256836],[-93.50341796875,35.924386978149414],[-93.50419521331787,35.923828125],[-93.50830078125,35.92094039916992],[-93.50969314575195,35.919921875],[-93.51318359375,35.91739463806152],[-93.51501941680908,35.916015625],[-93.51806640625,35.91373252868652],[-93.52018356323242,35.912109375],[-93.52294921875,35.90999794006348],[-93.52530241012573,35.908203125],[-93.52783203125,35.90630912780762],[-93.53065252304077,35.904296875],[-93.53271484375,35.902841567993164],[-93.53642225265503,35.900390625],[-93.53759765625,35.89958572387695],[-93.54223251342773,35.896484375],[-93.54248046875,35.89630889892578],[-93.54736328125,35.89291000366211],[-93.54782342910767,35.892578125],[-93.55224609375,35.88947105407715],[-93.55334281921387,35.888671875],[-93.55712890625,35.88595390319824],[-93.55873823165894,35.884765625],[-93.56201171875,35.88239097595215],[-93.56404542922974,35.880859375],[-93.56689453125,35.87870407104492],[-93.56915473937988,35.876953125],[-93.57177734375,35.87493705749512],[-93.5743260383606,35.873046875],[-93.57666015625,35.87137985229492],[-93.58004093170166,35.869140625],[-93.58154296875,35.86810493469238],[-93.58576774597168,35.865234375],[-93.58642578125,35.86477088928223],[-93.59130859375,35.86146926879883],[-93.59150648117065,35.861328125],[-93.59619140625,35.85800743103027],[-93.59698295593262,35.857421875],[-93.60107421875,35.854440689086914],[-93.60231876373291,35.853515625],[-93.60595703125,35.85085868835449],[-93.60761404037476,35.849609375],[-93.61083984375,35.847171783447266],[-93.6127495765686,35.845703125],[-93.61572265625,35.843441009521484],[-93.61785650253296,35.841796875],[-93.62060546875,35.83970069885254],[-93.6229944229126,35.837890625],[-93.62548828125,35.83604621887207],[-93.62847566604614,35.833984375],[-93.63037109375,35.83269500732422],[-93.6345386505127,35.830078125],[-93.63525390625,35.82960319519043],[-93.64013671875,35.8264045715332],[-93.64047050476074,35.826171875],[-93.64501953125,35.823041915893555],[-93.64609003067017,35.822265625],[-93.64990234375,35.819522857666016],[-93.65145683288574,35.818359375],[-93.65478515625,35.81588363647461],[-93.65665674209595,35.814453125],[-93.65966796875,35.812156677246094],[-93.66174459457397,35.810546875],[-93.66455078125,35.808380126953125],[-93.66678714752197,35.806640625],[-93.66943359375,35.80461311340332],[-93.67197751998901,35.802734375],[-93.67431640625,35.80107116699219],[-93.67772340774536,35.798828125],[-93.67919921875,35.79780960083008],[-93.68339538574219,35.794921875],[-93.68408203125,35.79443168640137],[-93.68896484375,35.79108810424805],[-93.6890697479248,35.791015625],[-93.69384765625,35.78771781921387],[-93.69468450546265,35.787109375],[-93.69873046875,35.78418731689453],[-93.7000560760498,35.783203125],[-93.70361328125,35.78061485290527],[-93.70537996292114,35.779296875],[-93.70849609375,35.77699661254883],[-93.71061325073242,35.775390625],[-93.71337890625,35.77330780029297],[-93.7158203125,35.771484375],[-93.71826171875,35.76970863342285],[-93.72141361236572,35.767578125],[-93.72314453125,35.766401290893555],[-93.72739315032959,35.763671875],[-93.72802734375,35.76324462890625],[-93.73291015625,35.76007080078125],[-93.73334646224976,35.759765625],[-93.73779296875,35.75669479370117],[-93.73893737792969,35.755859375],[-93.74267578125,35.753143310546875],[-93.74424695968628,35.751953125],[-93.74755859375,35.749433517456055],[-93.74933958053589,35.748046875],[-93.75244140625,35.74564743041992],[-93.75439405441284,35.744140625],[-93.75732421875,35.7419319152832],[-93.75958681106567,35.740234375],[-93.76220703125,35.73830986022949],[-93.76502275466919,35.736328125],[-93.76708984375,35.73488998413086],[-93.77083539962769,35.732421875],[-93.77197265625,35.73163032531738],[-93.77646207809448,35.728515625],[-93.77685546875,35.728233337402344],[-93.78173828125,35.72491455078125],[-93.78217458724976,35.724609375],[-93.78662109375,35.72157859802246],[-93.78780841827393,35.720703125],[-93.79150390625,35.717912673950195],[-93.79294872283936,35.716796875],[-93.79638671875,35.71420097351074],[-93.79812002182007,35.712890625],[-93.80126953125,35.710554122924805],[-93.8033390045166,35.708984375],[-93.80615234375,35.70686721801758],[-93.80854368209839,35.705078125],[-93.81103515625,35.70326614379883],[-93.81413221359253,35.701171875],[-93.81591796875,35.69996452331543],[-93.82015466690063,35.697265625],[-93.82080078125,35.696828842163086],[-93.82568359375,35.69355010986328],[-93.8259506225586,35.693359375],[-93.83056640625,35.690101623535156],[-93.83144617080688,35.689453125],[-93.83544921875,35.686540603637695],[-93.83678674697876,35.685546875],[-93.84033203125,35.68295669555664],[-93.84207487106323,35.681640625],[-93.84521484375,35.679256439208984],[-93.847177028656,35.677734375],[-93.85009765625,35.67548370361328],[-93.85222911834717,35.673828125],[-93.85498046875,35.67170715332031],[-93.85728120803833,35.669921875],[-93.85986328125,35.667938232421875],[-93.86244535446167,35.666015625],[-93.86474609375,35.66434669494629],[-93.8679838180542,35.662109375],[-93.86962890625,35.66091537475586],[-93.87328863143921,35.658203125],[-93.87451171875,35.65727233886719],[-93.87861013412476,35.654296875],[-93.87939453125,35.653738021850586],[-93.88427734375,35.650543212890625],[-93.88450145721436,35.650390625],[-93.88916015625,35.64726448059082],[-93.89023542404175,35.646484375],[-93.89404296875,35.64371681213379],[-93.89557361602783,35.642578125],[-93.89892578125,35.64014434814453],[-93.90089988708496,35.638671875],[-93.90380859375,35.63651657104492],[-93.9061427116394,35.634765625],[-93.90869140625,35.63288116455078],[-93.91154289245605,35.630859375],[-93.91357421875,35.62942314147949],[-93.91723394393921,35.626953125],[-93.91845703125,35.62609100341797],[-93.92285585403442,35.623046875],[-93.92333984375,35.622703552246094],[-93.92822265625,35.61934852600098],[-93.92850875854492,35.619140625],[-93.93310546875,35.61579513549805],[-93.9338493347168,35.615234375],[-93.93798828125,35.612152099609375],[-93.93908262252808,35.611328125],[-93.94287109375,35.6085319519043],[-93.94433975219727,35.607421875],[-93.94775390625,35.60486030578613],[-93.94951581954956,35.603515625],[-93.95263671875,35.60115623474121],[-93.95465135574341,35.599609375],[-93.95751953125,35.597415924072266],[-93.95972967147827,35.595703125],[-93.96240234375,35.59365463256836],[-93.96487236022949,35.591796875],[-93.96728515625,35.590030670166016],[-93.97040843963623,35.587890625],[-93.97216796875,35.586666107177734],[-93.97615909576416,35.583984375],[-93.97705078125,35.58335494995117],[-93.98179531097412,35.580078125],[-93.98193359375,35.579978942871094],[-93.98681640625,35.576622009277344],[-93.98744106292725,35.576171875],[-93.99169921875,35.57312202453613],[-93.99285793304443,35.572265625],[-93.99658203125,35.56956672668457],[-93.99820566177368,35.568359375],[-94.00146484375,35.565961837768555],[-94.00345087051392,35.564453125],[-94.00634765625,35.562255859375],[-94.00855302810669,35.560546875],[-94.01123046875,35.55848503112793],[-94.01365995407104,35.556640625],[-94.01611328125,35.55482292175293],[-94.01908874511719,35.552734375],[-94.02099609375,35.55137825012207],[-94.02470588684082,35.548828125],[-94.02587890625,35.54800224304199],[-94.03042793273926,35.544921875],[-94.03076171875,35.544687271118164],[-94.03564453125,35.541282653808594],[-94.03601169586182,35.541015625],[-94.04052734375,35.537776947021484],[-94.0414309501648,35.537109375],[-94.04541015625,35.53421592712402],[-94.04675960540771,35.533203125],[-94.05029296875,35.530574798583984],[-94.05198097229004,35.529296875],[-94.05517578125,35.526912689208984],[-94.05717134475708,35.525390625],[-94.06005859375,35.523193359375],[-94.06226396560669,35.521484375],[-94.06494140625,35.519418716430664],[-94.0673279762268,35.517578125],[-94.06982421875,35.51568031311035],[-94.07256126403809,35.513671875],[-94.07470703125,35.51210403442383],[-94.078049659729,35.509765625],[-94.07958984375,35.50865936279297],[-94.08360958099365,35.505859375],[-94.08447265625,35.505245208740234],[-94.08929824829102,35.501953125],[-94.08935546875,35.50191116333008],[-94.09423828125,35.498491287231445],[-94.09484386444092,35.498046875],[-94.09912109375,35.494951248168945],[-94.10021781921387,35.494140625],[-94.10400390625,35.49139404296875],[-94.10555124282837,35.490234375],[-94.10888671875,35.487735748291016],[-94.11072015762329,35.486328125],[-94.11376953125,35.484004974365234],[-94.11581993103027,35.482421875],[-94.11865234375,35.48024940490723],[-94.12088394165039,35.478515625],[-94.12353515625,35.47646522521973],[-94.1259503364563,35.474609375],[-94.12841796875,35.47274589538574],[-94.13124561309814,35.470703125],[-94.13330078125,35.46922302246094],[-94.13682460784912,35.466796875],[-94.13818359375,35.465829849243164],[-94.1424036026001,35.462890625],[-94.14306640625,35.4624137878418],[-94.14794921875,35.459014892578125],[-94.14799213409424,35.458984375],[-94.15283203125,35.45556640625],[-94.1534948348999,35.455078125],[-94.15771484375,35.45199394226074],[-94.15881872177124,35.451171875],[-94.16259765625,35.448415756225586],[-94.16413068771362,35.447265625],[-94.16748046875,35.44475746154785],[-94.16929721832275,35.443359375],[-94.17236328125,35.441009521484375],[-94.17437076568604,35.439453125],[-94.17724609375,35.43724060058594],[-94.17942523956299,35.435546875],[-94.18212890625,35.43345260620117],[-94.18444633483887,35.431640625],[-94.18701171875,35.429649353027344],[-94.18954372406006,35.427734375],[-94.19189453125,35.42600440979004],[-94.19504880905151,35.423828125],[-94.19677734375,35.42260932922363],[-94.2006778717041,35.419921875],[-94.20166015625,35.41921615600586],[-94.20621871948242,35.416015625],[-94.20654296875,35.41578483581543],[-94.21142578125,35.412418365478516],[-94.21185493469238,35.412109375],[-94.21630859375,35.408918380737305],[-94.21726703643799,35.408203125],[-94.22119140625,35.405317306518555],[-94.22255277633667,35.404296875],[-94.22607421875,35.40170097351074],[-94.22780275344849,35.400390625],[-94.23095703125,35.39799690246582],[-94.23291206359863,35.396484375],[-94.23583984375,35.39422416687012],[-94.23795461654663,35.392578125],[-94.24072265625,35.39043617248535],[-94.24298286437988,35.388671875],[-94.24560546875,35.38663864135742],[-94.24804925918579,35.384765625],[-94.25048828125,35.38293647766113],[-94.25339937210083,35.380859375],[-94.25537109375,35.37944984436035],[-94.25900220870972,35.376953125],[-94.26025390625,35.376060485839844],[-94.26455736160278,35.373046875],[-94.26513671875,35.37262725830078],[-94.27001953125,35.36917686462402],[-94.27006959915161,35.369140625],[-94.27490234375,35.3657169342041],[-94.27555561065674,35.365234375],[-94.27978515625,35.36213302612305],[-94.28085803985596,35.361328125],[-94.28466796875,35.35852241516113],[-94.28613424301147,35.357421875],[-94.28955078125,35.35488510131836],[-94.29134368896484,35.353515625],[-94.29443359375,35.35115432739258],[-94.2964220046997,35.349609375],[-94.29931640625,35.347368240356445],[-94.30144786834717,35.345703125],[-94.30419921875,35.34356880187988],[-94.30646657943726,35.341796875],[-94.30908203125,35.339759826660156],[-94.31149959564209,35.337890625],[-94.31396484375,35.33601379394531],[-94.31674242019653,35.333984375],[-94.31884765625,35.332454681396484],[-94.3222713470459,35.330078125],[-94.32373046875,35.32903480529785],[-94.3278169631958,35.326171875],[-94.32861328125,35.32559394836426],[-94.33331251144409,35.322265625],[-94.33349609375,35.3221321105957],[-94.33837890625,35.31867027282715],[-94.33879852294922,35.318359375],[-94.34326171875,35.31509590148926],[-94.34412240982056,35.314453125],[-94.34814453125,35.31150817871094],[-94.34942960739136,35.310546875],[-94.35302734375,35.307878494262695],[-94.35465335845947,35.306640625],[-94.35791015625,35.304168701171875],[-94.35976982116699,35.302734375],[-94.36279296875,35.300424575805664],[-94.36485767364502,35.298828125],[-94.36767578125,35.29665756225586],[-94.3699049949646,35.294921875],[-94.37255859375,35.2928581237793],[-94.3749213218689,35.291015625],[-94.37744140625,35.28906440734863],[-94.38002586364746,35.287109375],[-94.38232421875,35.285396575927734],[-94.38539505004883,35.283203125],[-94.38720703125,35.28188514709473],[-94.39083337783813,35.279296875],[-94.39208984375,35.27837371826172],[-94.39626693725586,35.275390625],[-94.39697265625,35.274879455566406],[-94.40184116363525,35.271484375],[-94.40185546875,35.271474838256836],[-94.40673828125,35.26800346374512],[-94.40731525421143,35.267578125],[-94.41162109375,35.26446342468262],[-94.41268682479858,35.263671875],[-94.41650390625,35.260868072509766],[-94.41795825958252,35.259765625],[-94.42138671875,35.25717735290527],[-94.42310571670532,35.255859375],[-94.42626953125,35.25346565246582],[-94.42823886871338,35.251953125],[-94.43115234375,35.24972724914551],[-94.43331480026245,35.248046875],[-94.43603515625,35.24593734741211],[-94.43832635879517,35.244140625],[-94.44091796875,35.24211883544922],[-94.44335222244263,35.240234375],[-94.44580078125,35.23837089538574],[-94.44859027862549,35.236328125],[-94.45068359375,35.234792709350586],[-94.45401191711426,35.232421875],[-94.45556640625,35.23128128051758],[-94.45939302444458,35.228515625],[-94.46044921875,35.22774124145508],[-94.46486711502075,35.224609375],[-94.46533203125,35.22427177429199],[-94.47021484375,35.22074890136719],[-94.47027683258057,35.220703125],[-94.47509765625,35.21710777282715],[-94.47551250457764,35.216796875],[-94.47998046875,35.21356773376465],[-94.48089599609375,35.212890625],[-94.48486328125,35.20998191833496],[-94.48617935180664,35.208984375],[-94.48974609375,35.206308364868164],[-94.49136734008789,35.205078125],[-94.49462890625,35.20265007019043],[-94.49656963348389,35.201171875],[-94.49951171875,35.19892883300781],[-94.50165033340454,35.197265625],[-94.50439453125,35.19513702392578],[-94.50666189193726,35.193359375],[-94.50927734375,35.19131278991699],[-94.51166152954102,35.189453125],[-94.51416015625,35.18752670288086],[-94.51680898666382,35.185546875],[-94.51904296875,35.18388557434082],[-94.52217817306519,35.181640625],[-94.52392578125,35.18037223815918],[-94.52767610549927,35.177734375],[-94.52880859375,35.176918029785156],[-94.53320741653442,35.173828125],[-94.53369140625,35.17347526550293],[-94.53857421875,35.16996192932129],[-94.5386290550232,35.169921875],[-94.54345703125,35.16644096374512],[-94.54403162002563,35.166015625],[-94.54833984375,35.162885665893555],[-94.5493745803833,35.162109375],[-94.55322265625,35.159231185913086],[-94.5545768737793,35.158203125],[-94.55810546875,35.15556335449219],[-94.55976963043213,35.154296875],[-94.56298828125,35.1518611907959],[-94.56489324569702,35.150390625],[-94.56787109375,35.14809036254883],[-94.56992149353027,35.146484375],[-94.57275390625,35.14427375793457],[-94.57491159439087,35.142578125],[-94.57763671875,35.140445709228516],[-94.5798921585083,35.138671875],[-94.58251953125,35.136619567871094],[-94.58489894866943,35.134765625],[-94.58740234375,35.13284492492676],[-94.5900821685791,35.130859375],[-94.59228515625,35.129249572753906],[-94.59559679031372,35.126953125],[-94.59716796875,35.12583351135254],[-94.60114479064941,35.123046875],[-94.60205078125,35.12238311767578],[-94.6065354347229,35.119140625],[-94.60693359375,35.11884689331055],[-94.61181640625,35.11536407470703],[-94.61199283599854,35.115234375],[-94.61669921875,35.11181640625],[-94.61735010147095,35.111328125],[-94.62158203125,35.1081657409668],[-94.6225643157959,35.107421875],[-94.62646484375,35.10452651977539],[-94.62780237197876,35.103515625],[-94.63134765625,35.10085105895996],[-94.63295936584473,35.099609375],[-94.63623046875,35.097089767456055],[-94.63800430297852,35.095703125],[-94.64111328125,35.09329032897949],[-94.6430230140686,35.091796875],[-94.64599609375,35.0894889831543],[-94.64804172515869,35.087890625],[-94.65087890625,35.08567810058594],[-94.6530294418335,35.083984375],[-94.65576171875,35.08182334899902],[-94.65794801712036,35.080078125],[-94.66064453125,35.07792091369629],[-94.66283321380615,35.076171875],[-94.66552734375,35.07402801513672],[-94.66774463653564,35.072265625],[-94.67041015625,35.07015419006348],[-94.67267751693726,35.068359375],[-94.67529296875,35.06629943847656],[-94.67763423919678,35.064453125],[-94.68017578125,35.062469482421875],[-94.68272924423218,35.060546875],[-94.68505859375,35.058855056762695],[-94.68836545944214,35.056640625],[-94.68994140625,35.05555725097656],[-94.69417810440063,35.052734375],[-94.69482421875,35.052284240722656],[-94.69970703125,35.04899215698242],[-94.69993829727173,35.048828125],[-94.70458984375,35.04553413391113],[-94.70541477203369,35.044921875],[-94.70947265625,35.041940689086914],[-94.71071004867554,35.041015625],[-94.71435546875,35.03835105895996],[-94.7160005569458,35.037109375],[-94.71923828125,35.03466033935547],[-94.72111701965332,35.033203125],[-94.72412109375,35.0308837890625],[-94.72615480422974,35.029296875],[-94.72900390625,35.02708625793457],[-94.73117113113403,35.025390625],[-94.73388671875,35.02327537536621],[-94.736168384552,35.021484375],[-94.73876953125,35.01945114135742],[-94.74117279052734,35.017578125],[-94.74365234375,35.01567268371582],[-94.74634885787964,35.013671875],[-94.74853515625,35.012062072753906],[-94.75177526473999,35.009765625],[-94.75341796875,35.00856399536133],[-94.75713968276978,35.005859375],[-94.75830078125,35.00498580932617],[-94.76238489151001,35.001953125],[-94.76318359375,35.00135612487793],[-94.76775884628296,34.998046875],[-94.76806640625,34.997819900512695],[-94.77294921875,34.9942626953125],[-94.77311134338379,34.994140625],[-94.77783203125,34.990610122680664],[-94.77833032608032,34.990234375],[-94.78271484375,34.98701286315918],[-94.78363513946533,34.986328125],[-94.78759765625,34.98341941833496],[-94.78892087936401,34.982421875],[-94.79248046875,34.979753494262695],[-94.79410409927368,34.978515625],[-94.79736328125,34.976064682006836],[-94.79926586151123,34.974609375],[-94.80224609375,34.97233200073242],[-94.80433940887451,34.970703125],[-94.80712890625,34.96853065490723],[-94.80933427810669,34.966796875],[-94.81201171875,34.96469306945801],[-94.81429100036621,34.962890625],[-94.81689453125,34.96082878112793],[-94.81921434402466,34.958984375],[-94.82177734375,34.95695114135742],[-94.82415914535522,34.955078125],[-94.82666015625,34.95314407348633],[-94.82929468154907,34.951171875],[-94.83154296875,34.949506759643555],[-94.83470439910889,34.947265625],[-94.83642578125,34.94602584838867],[-94.84024047851562,34.943359375],[-94.84130859375,34.94258499145508],[-94.84567880630493,34.939453125],[-94.84619140625,34.93907356262207],[-94.8510217666626,34.935546875],[-94.85107421875,34.935508728027344],[-94.85595703125,34.93198776245117],[-94.85642194747925,34.931640625],[-94.86083984375,34.92835998535156],[-94.86165761947632,34.927734375],[-94.86572265625,34.92464828491211],[-94.86680030822754,34.923828125],[-94.87060546875,34.920989990234375],[-94.8720121383667,34.919921875],[-94.87548828125,34.917287826538086],[-94.87712860107422,34.916015625],[-94.88037109375,34.91350746154785],[-94.88216400146484,34.912109375],[-94.88525390625,34.90972328186035],[-94.88721370697021,34.908203125],[-94.89013671875,34.90595054626465],[-94.89225387573242,34.904296875],[-94.89501953125,34.90213966369629],[-94.89723443984985,34.900390625],[-94.89990234375,34.898284912109375],[-94.90216732025146,34.896484375],[-94.90478515625,34.894405364990234],[-94.90708351135254,34.892578125],[-94.90966796875,34.89052772521973],[-94.9120044708252,34.888671875],[-94.91455078125,34.886661529541016],[-94.91698741912842,34.884765625],[-94.91943359375,34.882896423339844],[-94.9222183227539,34.880859375],[-94.92431640625,34.87932586669922],[-94.92767095565796,34.876953125],[-94.92919921875,34.87583351135254],[-94.93300676345825,34.873046875],[-94.93408203125,34.87223434448242],[-94.93817806243896,34.869140625],[-94.93896484375,34.86853790283203],[-94.9432921409607,34.865234375],[-94.94384765625,34.86480522155762],[-94.94840145111084,34.861328125],[-94.94873046875,34.86107635498047],[-94.95359182357788,34.857421875],[-94.95361328125,34.85740661621094],[-94.95849609375,34.853816986083984],[-94.95890378952026,34.853515625],[-94.96337890625,34.85028648376465],[-94.96429443359375,34.849609375],[-94.96826171875,34.84671592712402],[-94.96960639953613,34.845703125],[-94.97314453125,34.84305191040039],[-94.97478723526001,34.841796875],[-94.97802734375,34.83933639526367],[-94.97989892959595,34.837890625],[-94.98291015625,34.83555793762207],[-94.98491287231445,34.833984375],[-94.98779296875,34.83171081542969],[-94.98984336853027,34.830078125],[-94.99267578125,34.82781982421875],[-94.99473810195923,34.826171875],[-94.99755859375,34.82392692565918],[-94.99965190887451,34.822265625],[-95.00244140625,34.82007026672363],[-95.0046157836914,34.818359375],[-95.00732421875,34.816246032714844],[-95.00961065292358,34.814453125],[-95.01220703125,34.81242752075195],[-95.01463413238525,34.810546875],[-95.01708984375,34.80866622924805],[-95.01979112625122,34.806640625],[-95.02197265625,34.80497932434082],[-95.02490043640137,34.802734375],[-95.02685546875,34.80119514465332],[-95.02985000610352,34.798828125],[-95.03173828125,34.797359466552734],[-95.03503084182739,34.794921875],[-95.03662109375,34.79376983642578],[-95.04068613052368,34.791015625],[-95.04150390625,34.790443420410156],[-95.04634857177734,34.787109375],[-95.04638671875,34.78708076477051],[-95.05126953125,34.783538818359375],[-95.0517201423645,34.783203125],[-95.05615234375,34.779972076416016],[-95.0570559501648,34.779296875],[-95.06103515625,34.77633857727051],[-95.06227493286133,34.775390625],[-95.06591796875,34.772613525390625],[-95.06738424301147,34.771484375],[-95.07080078125,34.768890380859375],[-95.07250785827637,34.767578125],[-95.07568359375,34.76514434814453],[-95.0775694847107,34.763671875],[-95.08056640625,34.76132774353027],[-95.08254766464233,34.759765625],[-95.08544921875,34.757484436035156],[-95.08751153945923,34.755859375],[-95.09033203125,34.7536506652832],[-95.09249448776245,34.751953125],[-95.09521484375,34.749826431274414],[-95.09747505187988,34.748046875],[-95.10009765625,34.74598503112793],[-95.1024317741394,34.744140625],[-95.10498046875,34.742130279541016],[-95.10738372802734,34.740234375],[-95.10986328125,34.73828887939453],[-95.11240243911743,34.736328125],[-95.11474609375,34.73452377319336],[-95.1175332069397,34.732421875],[-95.11962890625,34.730825424194336],[-95.12269496917725,34.728515625],[-95.12451171875,34.727128982543945],[-95.12784004211426,34.724609375],[-95.12939453125,34.723419189453125],[-95.13298511505127,34.720703125],[-95.13427734375,34.719709396362305],[-95.13810634613037,34.716796875],[-95.13916015625,34.71599197387695],[-95.14334678649902,34.712890625],[-95.14404296875,34.712371826171875],[-95.1487398147583,34.708984375],[-95.14892578125,34.70884895324707],[-95.15380859375,34.70538902282715],[-95.15423059463501,34.705078125],[-95.15869140625,34.701765060424805],[-95.15946388244629,34.701171875],[-95.16357421875,34.69803428649902],[-95.16457557678223,34.697265625],[-95.16845703125,34.69434356689453],[-95.16973972320557,34.693359375],[-95.17333984375,34.690589904785156],[-95.17478704452515,34.689453125],[-95.17822265625,34.68674087524414],[-95.17972707748413,34.685546875],[-95.18310546875,34.682899475097656],[-95.18472671508789,34.681640625],[-95.18798828125,34.67915725708008],[-95.18983602523804,34.677734375],[-95.19287109375,34.675405502319336],[-95.19490003585815,34.673828125],[-95.19775390625,34.67161560058594],[-95.19991397857666,34.669921875],[-95.20263671875,34.667781829833984],[-95.20486354827881,34.666015625],[-95.20751953125,34.66390800476074],[-95.20978450775146,34.662109375],[-95.21240234375,34.66003608703613],[-95.2147126197815,34.658203125],[-95.21728515625,34.65616989135742],[-95.21965503692627,34.654296875],[-95.22216796875,34.65232849121094],[-95.22468566894531,34.650390625],[-95.22705078125,34.64859580993652],[-95.22995471954346,34.646484375],[-95.23193359375,34.645042419433594],[-95.23542642593384,34.642578125],[-95.23681640625,34.64156150817871],[-95.2408218383789,34.638671875],[-95.24169921875,34.638023376464844],[-95.24619579315186,34.634765625],[-95.24658203125,34.634477615356445],[-95.25146484375,34.63089561462402],[-95.25151252746582,34.630859375],[-95.25634765625,34.627206802368164],[-95.25667667388916,34.626953125],[-95.26123046875,34.623491287231445],[-95.2618145942688,34.623046875],[-95.26611328125,34.61984825134277],[-95.26704788208008,34.619140625],[-95.27099609375,34.61616516113281],[-95.27220010757446,34.615234375],[-95.27587890625,34.61237716674805],[-95.27721166610718,34.611328125],[-95.28076171875,34.60853385925293],[-95.28216600418091,34.607421875],[-95.28564453125,34.60464096069336],[-95.28703212738037,34.603515625],[-95.29052734375,34.60064697265625],[-95.29180765151978,34.599609375],[-95.29541015625,34.59672927856445],[-95.29669761657715,34.595703125],[-95.30029296875,34.59287452697754],[-95.30168533325195,34.591796875],[-95.30517578125,34.589195251464844],[-95.30691623687744,34.587890625],[-95.31005859375,34.585561752319336],[-95.3121280670166,34.583984375],[-95.31494140625,34.58183288574219],[-95.31718969345093,34.580078125],[-95.31982421875,34.5780143737793],[-95.32214879989624,34.576171875],[-95.32470703125,34.574140548706055],[-95.32706022262573,34.572265625],[-95.32958984375,34.57025146484375],[-95.33198833465576,34.568359375],[-95.33447265625,34.56641960144043],[-95.33703327178955,34.564453125],[-95.33935546875,34.56266403198242],[-95.34212350845337,34.560546875],[-95.34423828125,34.558916091918945],[-95.34719705581665,34.556640625],[-95.34912109375,34.55512809753418],[-95.35210847854614,34.552734375],[-95.35400390625,34.55118751525879],[-95.35685062408447,34.548828125],[-95.35888671875,34.54715538024902],[-95.3616189956665,34.544921875],[-95.36376953125,34.543203353881836],[-95.36657810211182,34.541015625],[-95.36865234375,34.539424896240234],[-95.37177085876465,34.537109375],[-95.37353515625,34.53579139709473],[-95.37707090377808,34.533203125],[-95.37841796875,34.53219223022461],[-95.38230657577515,34.529296875],[-95.38330078125,34.528541564941406],[-95.38753271102905,34.525390625],[-95.38818359375,34.52490234375],[-95.39286136627197,34.521484375],[-95.39306640625,34.521331787109375],[-95.39794921875,34.51775932312012],[-95.39819002151489,34.517578125],[-95.40283203125,34.51407241821289],[-95.40335655212402,34.513671875],[-95.40771484375,34.51041793823242],[-95.40858030319214,34.509765625],[-95.41259765625,34.50675964355469],[-95.4137659072876,34.505859375],[-95.41748046875,34.50297737121582],[-95.4187798500061,34.501953125],[-95.42236328125,34.49915313720703],[-95.42378664016724,34.498046875],[-95.42724609375,34.49542045593262],[-95.4289174079895,34.494140625],[-95.43212890625,34.49169921875],[-95.43401718139648,34.490234375],[-95.43701171875,34.48790740966797],[-95.43901920318604,34.486328125],[-95.44189453125,34.48406791687012],[-95.44397830963135,34.482421875],[-95.44677734375,34.480224609375],[-95.44894456863403,34.478515625],[-95.45166015625,34.47638130187988],[-95.45390367507935,34.474609375],[-95.45654296875,34.472530364990234],[-95.4588508605957,34.470703125],[-95.46142578125,34.46866798400879],[-95.46378374099731,34.466796875],[-95.46630859375,34.46479415893555],[-95.4686975479126,34.462890625],[-95.47119140625,34.460906982421875],[-95.47361373901367,34.458984375],[-95.47607421875,34.457040786743164],[-95.4785943031311,34.455078125],[-95.48095703125,34.453243255615234],[-95.48366069793701,34.451171875],[-95.48583984375,34.44950294494629],[-95.48882722854614,34.447265625],[-95.49072265625,34.44584274291992],[-95.4941201210022,34.443359375],[-95.49560546875,34.4422492980957],[-95.49937009811401,34.439453125],[-95.50048828125,34.4385986328125],[-95.50446510314941,34.435546875],[-95.50537109375,34.43483924865723],[-95.50949811935425,34.431640625],[-95.51025390625,34.43105697631836],[-95.51467180252075,34.427734375],[-95.51513671875,34.42738151550293],[-95.51984071731567,34.423828125],[-95.52001953125,34.423688888549805],[-95.52485704421997,34.419921875],[-95.52490234375,34.41988563537598],[-95.52978515625,34.41602325439453],[-95.52979469299316,34.416015625],[-95.53466796875,34.41225242614746],[-95.5348539352417,34.412109375],[-95.53955078125,34.40852355957031],[-95.53996562957764,34.408203125],[-95.54443359375,34.40476608276367],[-95.54503679275513,34.404296875],[-95.54931640625,34.40097236633301],[-95.55006265640259,34.400390625],[-95.55419921875,34.3972110748291],[-95.55514097213745,34.396484375],[-95.55908203125,34.39346504211426],[-95.5602216720581,34.392578125],[-95.56396484375,34.389671325683594],[-95.56524276733398,34.388671875],[-95.56884765625,34.38588333129883],[-95.57029247283936,34.384765625],[-95.57373046875,34.382164001464844],[-95.57543754577637,34.380859375],[-95.57861328125,34.37845420837402],[-95.58055639266968,34.376953125],[-95.58349609375,34.37467956542969],[-95.58557748794556,34.373046875],[-95.58837890625,34.3708438873291],[-95.5905270576477,34.369140625],[-95.59326171875,34.36696815490723],[-95.59544324874878,34.365234375],[-95.59814453125,34.36309814453125],[-95.60038089752197,34.361328125],[-95.60302734375,34.3592414855957],[-95.60532331466675,34.357421875],[-95.60791015625,34.35537338256836],[-95.61024904251099,34.353515625],[-95.61279296875,34.351497650146484],[-95.61516523361206,34.349609375],[-95.61767578125,34.347612380981445],[-95.62006950378418,34.345703125],[-95.62255859375,34.34371757507324],[-95.62497854232788,34.341796875],[-95.62744140625,34.339853286743164],[-95.62998056411743,34.337890625],[-95.63232421875,34.33608436584473],[-95.63509464263916,34.333984375],[-95.63720703125,34.33237838745117],[-95.64027786254883,34.330078125],[-95.64208984375,34.32870101928711],[-95.64544677734375,34.326171875],[-95.64697265625,34.325002670288086],[-95.65055847167969,34.322265625],[-95.65185546875,34.321258544921875],[-95.6555962562561,34.318359375],[-95.65673828125,34.31746482849121],[-95.66061735153198,34.314453125],[-95.66162109375,34.313676834106445],[-95.66575288772583,34.310546875],[-95.66650390625,34.309974670410156],[-95.67093133926392,34.306640625],[-95.67138671875,34.306291580200195],[-95.67601442337036,34.302734375],[-95.67626953125,34.302534103393555],[-95.68102598190308,34.298828125],[-95.68115234375,34.29873085021973],[-95.68603515625,34.295034408569336],[-95.68618297576904,34.294921875],[-95.69091796875,34.29132843017578],[-95.69132328033447,34.291015625],[-95.69580078125,34.28755187988281],[-95.69636344909668,34.287109375],[-95.70068359375,34.28371047973633],[-95.70132970809937,34.283203125],[-95.70556640625,34.27992057800293],[-95.70637226104736,34.279296875],[-95.71044921875,34.27616882324219],[-95.71145057678223,34.275390625],[-95.71533203125,34.27236747741699],[-95.71645021438599,34.271484375],[-95.72021484375,34.268497467041016],[-95.72136878967285,34.267578125],[-95.72509765625,34.26463508605957],[-95.72632551193237,34.263671875],[-95.72998046875,34.2608528137207],[-95.73137998580933,34.259765625],[-95.73486328125,34.257070541381836],[-95.73640584945679,34.255859375],[-95.73974609375,34.253225326538086],[-95.74134588241577,34.251953125],[-95.74462890625,34.24934768676758],[-95.7462739944458,34.248046875],[-95.74951171875,34.24551773071289],[-95.75127124786377,34.244140625],[-95.75439453125,34.24170684814453],[-95.75626373291016,34.240234375],[-95.75927734375,34.237850189208984],[-95.7611894607544,34.236328125],[-95.76416015625,34.23396301269531],[-95.7660961151123,34.232421875],[-95.76904296875,34.230085372924805],[-95.77102661132812,34.228515625],[-95.77392578125,34.22623634338379],[-95.77599048614502,34.224609375],[-95.77880859375,34.222394943237305],[-95.78094959259033,34.220703125],[-95.78369140625,34.21854019165039],[-95.78588962554932,34.216796875],[-95.78857421875,34.214670181274414],[-95.79081058502197,34.212890625],[-95.79345703125,34.21078300476074],[-95.79570770263672,34.208984375],[-95.79833984375,34.20688247680664],[-95.80059766769409,34.205078125],[-95.80322265625,34.20298957824707],[-95.80550909042358,34.201171875],[-95.80810546875,34.199113845825195],[-95.81043243408203,34.197265625],[-95.81298828125,34.19523811340332],[-95.8153510093689,34.193359375],[-95.81787109375,34.19135665893555],[-95.8202576637268,34.189453125],[-95.82275390625,34.18746376037598],[-95.82515478134155,34.185546875],[-95.82763671875,34.18356513977051],[-95.83006143569946,34.181640625],[-95.83251953125,34.179697036743164],[-95.83503484725952,34.177734375],[-95.83740234375,34.17588233947754],[-95.84005355834961,34.173828125],[-95.84228515625,34.17210006713867],[-95.84514856338501,34.169921875],[-95.84716796875,34.16837120056152],[-95.85025310516357,34.166015625],[-95.85205078125,34.16461944580078],[-95.85527896881104,34.162109375],[-95.85693359375,34.160810470581055],[-95.86025476455688,34.158203125],[-95.86181640625,34.15696907043457],[-95.86521625518799,34.154296875],[-95.86669921875,34.15313529968262],[-95.87025165557861,34.150390625],[-95.87158203125,34.14936065673828],[-95.87532758712769,34.146484375],[-95.87646484375,34.145599365234375],[-95.88036298751831,34.142578125],[-95.88134765625,34.14180564880371],[-95.88534832000732,34.138671875],[-95.88623046875,34.13797569274902],[-95.89033365249634,34.134765625],[-95.89111328125,34.134159088134766],[-95.89544296264648,34.130859375],[-95.89599609375,34.13043403625488],[-95.90056419372559,34.126953125],[-95.90087890625,34.12671089172363],[-95.90564012527466,34.123046875],[-95.90576171875,34.12295150756836],[-95.91062068939209,34.119140625],[-95.91064453125,34.11912155151367],[-95.91552734375,34.115325927734375],[-95.91564416885376,34.115234375],[-95.92041015625,34.1115608215332],[-95.92070817947388,34.111328125],[-95.92529296875,34.10775375366211],[-95.92571258544922,34.107421875],[-95.93017578125,34.10387992858887],[-95.93063116073608,34.103515625],[-95.93505859375,34.0999813079834],[-95.93552827835083,34.099609375],[-95.93994140625,34.096168518066406],[-95.94053506851196,34.095703125],[-95.94482421875,34.09235954284668],[-95.94553470611572,34.091796875],[-95.94970703125,34.08847236633301],[-95.95043182373047,34.087890625],[-95.95458984375,34.08455848693848],[-95.9553074836731,34.083984375],[-95.95947265625,34.08066749572754],[-95.9602165222168,34.080078125],[-95.96435546875,34.076812744140625],[-95.96516847610474,34.076171875],[-95.96923828125,34.0730037689209],[-95.97018480300903,34.072265625],[-95.97412109375,34.06921577453613],[-95.97521305084229,34.068359375],[-95.97900390625,34.065359115600586],[-95.98013877868652,34.064453125],[-95.98388671875,34.06144714355469],[-95.98501443862915,34.060546875],[-95.98876953125,34.05758857727051],[-95.98997592926025,34.056640625],[-95.99365234375,34.05377006530762],[-95.99496841430664,34.052734375],[-95.99853515625,34.04992866516113],[-95.99992275238037,34.048828125],[-96.00341796875,34.04604530334473],[-96.00482702255249,34.044921875],[-96.00830078125,34.04216384887695],[-96.00975275039673,34.041015625],[-96.01318359375,34.038333892822266],[-96.01474523544312,34.037109375],[-96.01806640625,34.03451728820801],[-96.01973295211792,34.033203125],[-96.02294921875,34.030662536621094],[-96.02466344833374,34.029296875],[-96.02783203125,34.02676200866699],[-96.02954387664795,34.025390625],[-96.03271484375,34.02285575866699],[-96.03444337844849,34.021484375],[-96.03759765625,34.019012451171875],[-96.03942632675171,34.017578125],[-96.04248046875,34.01519203186035],[-96.04440689086914,34.013671875],[-96.04736328125,34.01132774353027],[-96.04932069778442,34.009765625],[-96.05224609375,34.00742530822754],[-96.05419874191284,34.005859375],[-96.05712890625,34.00351524353027],[-96.05908870697021,34.001953125],[-96.06201171875,33.99964141845703],[-96.06403112411499,33.998046875],[-96.06689453125,33.99579620361328],[-96.06898784637451,33.994140625],[-96.07177734375,33.9919319152832],[-96.07390880584717,33.990234375],[-96.07666015625,33.98803520202637],[-96.07878923416138,33.986328125],[-96.08154296875,33.984113693237305],[-96.08365058898926,33.982421875],[-96.08642578125,33.98019599914551],[-96.08853340148926,33.978515625],[-96.09130859375,33.97632026672363],[-96.09346866607666,33.974609375],[-96.09619140625,33.97245788574219],[-96.09840393066406,33.970703125],[-96.10107421875,33.968584060668945],[-96.10331773757935,33.966796875],[-96.10595703125,33.96469306945801],[-96.1082124710083,33.962890625],[-96.11083984375,33.96078681945801],[-96.11308813095093,33.958984375],[-96.11572265625,33.956871032714844],[-96.11796617507935,33.955078125],[-96.12060546875,33.95297622680664],[-96.12287044525146,33.951171875],[-96.12548828125,33.949092864990234],[-96.12778186798096,33.947265625],[-96.13037109375,33.94520568847656],[-96.13268375396729,33.943359375],[-96.13525390625,33.941307067871094],[-96.13756895065308,33.939453125],[-96.14013671875,33.9373893737793],[-96.14242792129517,33.935546875],[-96.14501953125,33.933462142944336],[-96.14729404449463,33.931640625],[-96.14990234375,33.929561614990234],[-96.15219831466675,33.927734375],[-96.15478515625,33.92567825317383],[-96.15710973739624,33.923828125],[-96.15966796875,33.92179298400879],[-96.16201400756836,33.919921875],[-96.16455078125,33.917898178100586],[-96.16690397262573,33.916015625],[-96.16943359375,33.91398620605469],[-96.17177248001099,33.912109375],[-96.17431640625,33.910064697265625],[-96.17663860321045,33.908203125],[-96.17919921875,33.90616035461426],[-96.1815357208252,33.904296875],[-96.18408203125,33.902273178100586],[-96.1864447593689,33.900390625],[-96.18896484375,33.89838409423828],[-96.19134664535522,33.896484375],[-96.19384765625,33.894487380981445],[-96.1962366104126,33.892578125],[-96.19873046875,33.89058303833008],[-96.20111465454102,33.888671875],[-96.20361328125,33.886667251586914],[-96.20598554611206,33.884765625],[-96.20849609375,33.88275909423828],[-96.21087312698364,33.880859375],[-96.21337890625,33.878862380981445],[-96.21577262878418,33.876953125],[-96.21826171875,33.874969482421875],[-96.22066974639893,33.873046875],[-96.22314453125,33.87106895446777],[-96.22555494308472,33.869140625],[-96.22802734375,33.867156982421875],[-96.23042583465576,33.865234375],[-96.23291015625,33.86323928833008],[-96.2352967262268,33.861328125],[-96.23779296875,33.85933303833008],[-96.24018669128418,33.857421875],[-96.24267578125,33.855438232421875],[-96.24508619308472,33.853515625],[-96.24755859375,33.85154724121094],[-96.24999523162842,33.849609375],[-96.25244140625,33.8476676940918],[-96.25492095947266,33.845703125],[-96.25732421875,33.84379005432129],[-96.25982999801636,33.841796875],[-96.26220703125,33.83989715576172],[-96.26471519470215,33.837890625],[-96.26708984375,33.83599281311035],[-96.26959800720215,33.833984375],[-96.27197265625,33.83209037780762],[-96.27450466156006,33.830078125],[-96.27685546875,33.828208923339844],[-96.27941131591797,33.826171875],[-96.28173828125,33.82431221008301],[-96.28428936004639,33.822265625],[-96.28662109375,33.82038497924805],[-96.28912210464478,33.818359375],[-96.29150390625,33.81643295288086],[-96.29395246505737,33.814453125],[-96.29638671875,33.812503814697266],[-96.29884481430054,33.810546875],[-96.30126953125,33.80862617492676],[-96.30378484725952,33.806640625],[-96.30615234375,33.80476188659668],[-96.30869626998901,33.802734375],[-96.31103515625,33.800859451293945],[-96.31356477737427,33.798828125],[-96.31591796875,33.79693794250488],[-96.31843566894531,33.794921875],[-96.32331848144531,33.791015625],[-96.32568359375,33.78913497924805],[-96.32824659347534,33.787109375],[-96.33056640625,33.7852725982666],[-96.33317470550537,33.783203125],[-96.33544921875,33.78138732910156],[-96.33806228637695,33.779296875],[-96.34033203125,33.7774772644043],[-96.3429307937622,33.775390625],[-96.34521484375,33.77355766296387],[-96.34779453277588,33.771484375],[-96.35009765625,33.76963424682617],[-96.35265827178955,33.767578125],[-96.35498046875,33.76572799682617],[-96.357581615448,33.763671875],[-96.35986328125,33.761871337890625],[-96.36254072189331,33.759765625],[-96.36474609375,33.75802230834961],[-96.36748313903809,33.755859375],[-96.36962890625,33.754150390625],[-96.37237548828125,33.751953125],[-96.37451171875,33.7502326965332],[-96.37721300125122,33.748046875],[-96.37939453125,33.74628829956055],[-96.3820743560791,33.744140625],[-96.38427734375,33.74239921569824],[-96.38705015182495,33.740234375],[-96.38916015625,33.738576889038086],[-96.39201164245605,33.736328125],[-96.39404296875,33.734710693359375],[-96.3969087600708,33.732421875],[-96.39892578125,33.730804443359375],[-96.40176296234131,33.728515625],[-96.40380859375,33.72686195373535],[-96.40657663345337,33.724609375],[-96.40869140625,33.722896575927734],[-96.4113974571228,33.720703125],[-96.41357421875,33.71895408630371],[-96.41626596450806,33.716796875],[-96.41845703125,33.71504211425781],[-96.42112016677856,33.712890625],[-96.42333984375,33.71108627319336],[-96.42590045928955,33.708984375],[-96.42822265625,33.70708656311035],[-96.43068313598633,33.705078125],[-96.43310546875,33.703115463256836],[-96.43551588058472,33.701171875],[-96.43798828125,33.699188232421875],[-96.44038915634155,33.697265625],[-96.44287109375,33.69528388977051],[-96.44527912139893,33.693359375],[-96.44775390625,33.69138145446777],[-96.4501690864563,33.689453125],[-96.4550518989563,33.685546875],[-96.45751953125,33.68356513977051],[-96.45991802215576,33.681640625],[-96.46240234375,33.67964744567871],[-96.4647912979126,33.677734375],[-96.46728515625,33.67574119567871],[-96.46968126296997,33.673828125],[-96.47216796875,33.67184257507324],[-96.47457361221313,33.669921875],[-96.47705078125,33.66794204711914],[-96.47945880889893,33.666015625],[-96.48193359375,33.66402816772461],[-96.4843225479126,33.662109375],[-96.48681640625,33.66010093688965],[-96.4891791343689,33.658203125],[-96.49169921875,33.65618705749512],[-96.49406671524048,33.654296875],[-96.49658203125,33.65228843688965],[-96.49895906448364,33.650390625],[-96.50146484375,33.64839172363281],[-96.50634765625,33.64448547363281],[-96.50872707366943,33.642578125],[-96.51123046875,33.64056396484375],[-96.51358604431152,33.638671875],[-96.51611328125,33.63663864135742],[-96.51845216751099,33.634765625],[-96.52099609375,33.63273239135742],[-96.52334213256836,33.630859375],[-96.52587890625,33.628835678100586],[-96.52823448181152,33.626953125],[-96.53076171875,33.62493133544922],[-96.53311491012573,33.623046875],[-96.53564453125,33.62101364135742],[-96.53797626495361,33.619140625],[-96.54052734375,33.61708641052246],[-96.5428352355957,33.615234375],[-96.54541015625,33.6131706237793],[-96.54771566390991,33.611328125],[-96.55029296875,33.60927200317383],[-96.55261039733887,33.607421875],[-96.55517578125,33.60537338256836],[-96.55750036239624,33.603515625],[-96.56005859375,33.60146713256836],[-96.56237602233887,33.599609375],[-96.56494140625,33.59754180908203],[-96.5672254562378,33.595703125],[-96.56982421875,33.59360694885254],[-96.57208204269409,33.591796875],[-96.57470703125,33.589698791503906],[-96.57697200775146,33.587890625],[-96.57958984375,33.58580207824707],[-96.58186435699463,33.583984375],[-96.58447265625,33.58189392089844],[-96.58673524856567,33.580078125],[-96.58935546875,33.577964782714844],[-96.59157752990723,33.576171875],[-96.59423828125,33.57402038574219],[-96.59641742706299,33.572265625],[-96.59912109375,33.57009506225586],[-96.60400390625,33.56618881225586],[-96.60617113113403,33.564453125],[-96.60888671875,33.56227493286133],[-96.6110372543335,33.560546875],[-96.61376953125,33.558345794677734],[-96.61588668823242,33.556640625],[-96.61865234375,33.554399490356445],[-96.62071228027344,33.552734375],[-96.62353515625,33.550453186035156],[-96.62556171417236,33.548828125],[-96.62841796875,33.54654502868652],[-96.63045406341553,33.544921875],[-96.63330078125,33.54264831542969],[-96.63533926010132,33.541015625],[-96.63818359375,33.538726806640625],[-96.64018392562866,33.537109375],[-96.64306640625,33.53476333618164],[-96.64498805999756,33.533203125],[-96.64794921875,33.530784606933594],[-96.64978265762329,33.529296875],[-96.65283203125,33.526824951171875],[-96.65461778640747,33.525390625],[-96.65771484375,33.522918701171875],[-96.65951728820801,33.521484375],[-96.66259765625,33.519033432006836],[-96.66441679000854,33.517578125],[-96.66748046875,33.51511192321777],[-96.66926383972168,33.513671875],[-96.67236328125,33.51115417480469],[-96.67407512664795,33.509765625],[-96.67724609375,33.507179260253906],[-96.67887210845947,33.505859375],[-96.68212890625,33.503204345703125],[-96.68367385864258,33.501953125],[-96.68701171875,33.499250411987305],[-96.68850898742676,33.498046875],[-96.69189453125,33.49533653259277],[-96.69339179992676,33.494140625],[-96.69677734375,33.491437911987305],[-96.69828176498413,33.490234375],[-96.70166015625,33.487518310546875],[-96.70313596725464,33.486328125],[-96.70654296875,33.483551025390625],[-96.70793056488037,33.482421875],[-96.71142578125,33.47954750061035],[-96.71268701553345,33.478515625],[-96.71630859375,33.47552299499512],[-96.7174243927002,33.474609375],[-96.72119140625,33.471519470214844],[-96.7221999168396,33.470703125],[-96.72607421875,33.46758842468262],[-96.73194646835327,33.462890625],[-96.73583984375,33.459774017333984],[-96.73682451248169,33.458984375],[-96.74072265625,33.45584678649902],[-96.74167394638062,33.455078125],[-96.74560546875,33.451866149902344],[-96.7464542388916,33.451171875],[-96.75048828125,33.44785118103027],[-96.7512059211731,33.447265625],[-96.75537109375,33.443864822387695],[-96.75599813461304,33.443359375],[-96.76025390625,33.4399299621582],[-96.76084756851196,33.439453125],[-96.76513671875,33.43600082397461],[-96.76570177078247,33.435546875],[-96.77001953125,33.432050704956055],[-96.7705249786377,33.431640625],[-96.77490234375,33.42806434631348],[-96.77530527114868,33.427734375],[-96.77978515625,33.42403602600098],[-96.78003787994385,33.423828125],[-96.78466796875,33.41998291015625],[-96.78474426269531,33.419921875],[-96.78949117660522,33.416015625],[-96.78955078125,33.41596603393555],[-96.7943000793457,33.412109375],[-96.79443359375,33.41200065612793],[-96.79909229278564,33.408203125],[-96.79931640625,33.40802001953125],[-96.80386781692505,33.404296875],[-96.80419921875,33.40402793884277],[-96.80862665176392,33.400390625],[-96.80908203125,33.40001678466797],[-96.81336641311646,33.396484375],[-96.81396484375,33.395992279052734],[-96.81806564331055,33.392578125],[-96.81884765625,33.391929626464844],[-96.82274341583252,33.388671875],[-96.82373046875,33.38785934448242],[-96.82747840881348,33.384765625],[-96.82861328125,33.383840560913086],[-96.83225154876709,33.380859375],[-96.83349609375,33.379844665527344],[-96.83701992034912,33.376953125],[-96.83837890625,33.37584114074707],[-96.84176445007324,33.373046875],[-96.84326171875,33.37181282043457],[-96.84645891189575,33.369140625],[-96.84814453125,33.367740631103516],[-96.85112714767456,33.365234375],[-96.85302734375,33.36365509033203],[-96.8558144569397,33.361328125],[-96.85791015625,33.3596076965332],[-96.86057090759277,33.357421875],[-96.86279296875,33.355607986450195],[-96.86534404754639,33.353515625],[-96.86767578125,33.35161209106445],[-96.87012910842896,33.349609375],[-96.87255859375,33.347639083862305],[-96.87495708465576,33.345703125],[-96.87744140625,33.34370040893555],[-96.87981128692627,33.341796875],[-96.88232421875,33.33978271484375],[-96.89208984375,33.33197021484375],[-96.8944501876831,33.330078125],[-96.89697265625,33.32805061340332],[-96.8993067741394,33.326171875],[-96.90185546875,33.32411193847656],[-96.90414905548096,33.322265625],[-96.90673828125,33.32018280029297],[-96.90901517868042,33.318359375],[-96.91389799118042,33.314453125],[-96.91650390625,33.31236457824707],[-96.91876888275146,33.310546875],[-96.92138671875,33.30843544006348],[-96.92361116409302,33.306640625],[-96.92626953125,33.304481506347656],[-96.92842721939087,33.302734375],[-96.93115234375,33.300527572631836],[-96.93326473236084,33.298828125],[-96.93603515625,33.29660987854004],[-96.93814277648926,33.294921875],[-96.94091796875,33.292694091796875],[-96.94300413131714,33.291015625],[-96.94580078125,33.28875160217285],[-96.94782733917236,33.287109375],[-96.95068359375,33.28477668762207],[-96.95261478424072,33.283203125],[-96.95556640625,33.280778884887695],[-96.95738077163696,33.279296875],[-96.96044921875,33.27677536010742],[-96.962149143219,33.275390625],[-96.96533203125,33.27280044555664],[-96.96696043014526,33.271484375],[-96.97021484375,33.26885414123535],[-96.97179794311523,33.267578125],[-96.97509765625,33.26491165161133],[-96.97663068771362,33.263671875],[-96.97998046875,33.260948181152344],[-96.98143482208252,33.259765625],[-96.98486328125,33.256954193115234],[-96.98620080947876,33.255859375],[-96.98974609375,33.252925872802734],[-96.99092626571655,33.251953125],[-96.99462890625,33.248863220214844],[-96.99561595916748,33.248046875],[-96.99951171875,33.244802474975586],[-97.00031757354736,33.244140625],[-97.00439453125,33.24078941345215],[-97.00507640838623,33.240234375],[-97.00927734375,33.2368106842041],[-97.00987339019775,33.236328125],[-97.01416015625,33.23283576965332],[-97.01467037200928,33.232421875],[-97.01904296875,33.22886848449707],[-97.01947689056396,33.228515625],[-97.02392578125,33.22486686706543],[-97.02424049377441,33.224609375],[-97.02880859375,33.22080039978027],[-97.02892541885376,33.220703125],[-97.03356504440308,33.216796875],[-97.03369140625,33.216691970825195],[-97.03819036483765,33.212890625],[-97.03857421875,33.21257019042969],[-97.04283237457275,33.208984375],[-97.04345703125,33.20846366882324],[-97.04748868942261,33.205078125],[-97.04833984375,33.204368591308594],[-97.05212831497192,33.201171875],[-97.05322265625,33.20026206970215],[-97.05679893493652,33.197265625],[-97.05810546875,33.196184158325195],[-97.06146717071533,33.193359375],[-97.06298828125,33.19208526611328],[-97.06605911254883,33.189453125],[-97.06787109375,33.187910079956055],[-97.07059860229492,33.185546875],[-97.07275390625,33.1837272644043],[-97.07523584365845,33.181640625],[-97.07763671875,33.179677963256836],[-97.08003759384155,33.177734375],[-97.08251953125,33.17574501037598],[-97.08491086959839,33.173828125],[-97.08740234375,33.171831130981445],[-97.08977937698364,33.169921875],[-97.09228515625,33.16790008544922],[-97.0946216583252,33.166015625],[-97.09716796875,33.163957595825195],[-97.09946632385254,33.162109375],[-97.10205078125,33.16003608703613],[-97.10433959960938,33.158203125],[-97.10693359375,33.15612602233887],[-97.109215259552,33.154296875],[-97.11181640625,33.15220642089844],[-97.1140718460083,33.150390625],[-97.11669921875,33.14826202392578],[-97.11889266967773,33.146484375],[-97.12158203125,33.1442985534668],[-97.12371110916138,33.142578125],[-97.12646484375,33.140357971191406],[-97.12856531143188,33.138671875],[-97.13134765625,33.13643264770508],[-97.1334171295166,33.134765625],[-97.13623046875,33.13248634338379],[-97.13823556900024,33.130859375],[-97.14111328125,33.128496170043945],[-97.14299440383911,33.126953125],[-97.14599609375,33.12446403503418],[-97.14771747589111,33.123046875],[-97.15087890625,33.12042045593262],[-97.15243339538574,33.119140625],[-97.15576171875,33.11638069152832],[-97.15715408325195,33.115234375],[-97.16064453125,33.11233901977539],[-97.16187715530396,33.111328125],[-97.16552734375,33.108320236206055],[-97.16662645339966,33.107421875],[-97.17041015625,33.10430145263672],[-97.17136859893799,33.103515625],[-97.17529296875,33.10026741027832],[-97.17609167098999,33.099609375],[-97.18017578125,33.096214294433594],[-97.18079328536987,33.095703125],[-97.18505859375,33.09212303161621],[-97.18545198440552,33.091796875],[-97.18994140625,33.088008880615234],[-97.19008445739746,33.087890625],[-97.19473123550415,33.083984375],[-97.19482421875,33.08390808105469],[-97.19935417175293,33.080078125],[-97.19970703125,33.079782485961914],[-97.20394611358643,33.076171875],[-97.20458984375,33.075632095336914],[-97.208571434021,33.072265625],[-97.20947265625,33.071516036987305],[-97.2132396697998,33.068359375],[-97.21435546875,33.067434310913086],[-97.21792221069336,33.064453125],[-97.21923828125,33.063358306884766],[-97.22254991531372,33.060546875],[-97.22412109375,33.05921936035156],[-97.22711324691772,33.056640625],[-97.22900390625,33.05503845214844],[-97.23170042037964,33.052734375],[-97.23388671875,33.0509033203125],[-97.23636627197266,33.048828125],[-97.23876953125,33.04685974121094],[-97.24116086959839,33.044921875],[-97.24365234375,33.04292106628418],[-97.24603176116943,33.041015625],[-97.24853515625,33.03900909423828],[-97.25090265274048,33.037109375],[-97.25341796875,33.03508186340332],[-97.25574731826782,33.033203125],[-97.25830078125,33.0311336517334],[-97.26057529449463,33.029296875],[-97.26318359375,33.02719306945801],[-97.26542711257935,33.025390625],[-97.26806640625,33.02326774597168],[-97.27028608322144,33.021484375],[-97.27294921875,33.01933288574219],[-97.27512121200562,33.017578125],[-97.27783203125,33.01536560058594],[-97.27990865707397,33.013671875],[-97.28271484375,33.0113582611084],[-97.28465557098389,33.009765625],[-97.28759765625,33.0073356628418],[-97.2894024848938,33.005859375],[-97.29248046875,33.00333786010742],[-97.29418516159058,33.001953125],[-97.29736328125,32.999359130859375],[-97.29897260665894,32.998046875],[-97.30224609375,32.9953556060791],[-97.30372905731201,32.994140625],[-97.30712890625,32.991323471069336],[-97.30845212936401,32.990234375],[-97.31201171875,32.98727607727051],[-97.31316089630127,32.986328125],[-97.31689453125,32.98322105407715],[-97.31786012649536,32.982421875],[-97.32177734375,32.979122161865234],[-97.32249975204468,32.978515625],[-97.32666015625,32.974958419799805],[-97.32707262039185,32.974609375],[-97.33154296875,32.97076606750488],[-97.33161687850952,32.970703125],[-97.33614444732666,32.966796875],[-97.33642578125,32.9665584564209],[-97.34068393707275,32.962890625],[-97.34130859375,32.96236228942871],[-97.3452377319336,32.958984375],[-97.34619140625,32.95817756652832],[-97.34979629516602,32.955078125],[-97.35107421875,32.953996658325195],[-97.35436201095581,32.951171875],[-97.35595703125,32.94982147216797],[-97.35892295837402,32.947265625],[-97.36083984375,32.94563865661621],[-97.3634934425354,32.943359375],[-97.36572265625,32.941490173339844],[-97.36816883087158,32.939453125],[-97.37060546875,32.937461853027344],[-97.37297296524048,32.935546875],[-97.37548828125,32.933523178100586],[-97.37783670425415,32.931640625],[-97.38037109375,32.92960739135742],[-97.38270282745361,32.927734375],[-97.38525390625,32.92567825317383],[-97.38754272460938,32.923828125],[-97.39013671875,32.92172050476074],[-97.39235401153564,32.919921875],[-97.39501953125,32.91775894165039],[-97.39717960357666,32.916015625],[-97.39990234375,32.91381645202637],[-97.40201950073242,32.912109375],[-97.40478515625,32.90986633300781],[-97.40683555603027,32.908203125],[-97.40966796875,32.9058837890625],[-97.4116063117981,32.904296875],[-97.41455078125,32.90186309814453],[-97.41634130477905,32.900390625],[-97.41943359375,32.8978157043457],[-97.42104291915894,32.896484375],[-97.42431640625,32.89374542236328],[-97.42572069168091,32.892578125],[-97.42919921875,32.8896541595459],[-97.43038177490234,32.888671875],[-97.43408203125,32.88558006286621],[-97.43507146835327,32.884765625],[-97.43896484375,32.88155746459961],[-97.43981838226318,32.880859375],[-97.44384765625,32.877525329589844],[-97.4445390701294,32.876953125],[-97.44873046875,32.8734245300293],[-97.4491810798645,32.873046875],[-97.45361328125,32.869293212890625],[-97.45379447937012,32.869140625],[-97.45841026306152,32.865234375],[-97.45849609375,32.865163803100586],[-97.4630331993103,32.861328125],[-97.46337890625,32.861040115356445],[-97.46763229370117,32.857421875],[-97.46826171875,32.85689163208008],[-97.47217416763306,32.853515625],[-97.47314453125,32.852684020996094],[-97.47663497924805,32.849609375],[-97.47802734375,32.848405838012695],[-97.48109579086304,32.845703125],[-97.48291015625,32.84415054321289],[-97.48563766479492,32.841796875],[-97.48779296875,32.83998489379883],[-97.4902868270874,32.837890625],[-97.49267578125,32.83592987060547],[-97.49506711959839,32.833984375],[-97.49755859375,32.83196830749512],[-97.4998950958252,32.830078125],[-97.50244140625,32.828012466430664],[-97.504723072052,32.826171875],[-97.50732421875,32.82407760620117],[-97.50958204269409,32.822265625],[-97.51220703125,32.82015800476074],[-97.51444339752197,32.818359375],[-97.51708984375,32.81621742248535],[-97.5192642211914,32.814453125],[-97.52197265625,32.81222343444824],[-97.52400875091553,32.810546875],[-97.52685546875,32.80817222595215],[-97.52870321273804,32.806640625],[-97.53173828125,32.804094314575195],[-97.53337621688843,32.802734375],[-97.53662109375,32.80001258850098],[-97.53804683685303,32.798828125],[-97.54150390625,32.79591178894043],[-97.54269123077393,32.794921875],[-97.54638671875,32.79180145263672],[-97.54732608795166,32.791015625],[-97.55126953125,32.78766632080078],[-97.5519323348999,32.787109375],[-97.55615234375,32.78348350524902],[-97.55648136138916,32.783203125],[-97.56097793579102,32.779296875],[-97.56103515625,32.77924919128418],[-97.56550788879395,32.775390625],[-97.56591796875,32.77504348754883],[-97.57008075714111,32.771484375],[-97.57080078125,32.77087593078613],[-97.5746202468872,32.767578125],[-97.57568359375,32.76666450500488],[-97.57905960083008,32.763671875],[-97.58056640625,32.76235389709473],[-97.58346319198608,32.759765625],[-97.58544921875,32.75804901123047],[-97.58798837661743,32.755859375],[-97.59033203125,32.75391387939453],[-97.59273290634155,32.751953125],[-97.59521484375,32.74995040893555],[-97.59758234024048,32.748046875],[-97.60009765625,32.746015548706055],[-97.60241508483887,32.744140625],[-97.60498046875,32.74205207824707],[-97.60722398757935,32.740234375],[-97.60986328125,32.738094329833984],[-97.61205434799194,32.736328125],[-97.61474609375,32.73415946960449],[-97.61690616607666,32.732421875],[-97.61962890625,32.730220794677734],[-97.62173414230347,32.728515625],[-97.62451171875,32.726240158081055],[-97.6265025138855,32.724609375],[-97.62939453125,32.722211837768555],[-97.63122320175171,32.720703125],[-97.63427734375,32.71816062927246],[-97.63592958450317,32.716796875],[-97.63916015625,32.714088439941406],[-97.64059782028198,32.712890625],[-97.64404296875,32.709970474243164],[-97.64522314071655,32.708984375],[-97.64892578125,32.70585632324219],[-97.6498556137085,32.705078125],[-97.65380859375,32.70170593261719],[-97.65443801879883,32.701171875],[-97.65869140625,32.69746398925781],[-97.65892267227173,32.697265625],[-97.66337394714355,32.693359375],[-97.66357421875,32.69318771362305],[-97.66783714294434,32.689453125],[-97.66845703125,32.68892288208008],[-97.67232179641724,32.685546875],[-97.67333984375,32.68467140197754],[-97.67675876617432,32.681640625],[-97.67822265625,32.68035888671875],[-97.6811408996582,32.677734375],[-97.68310546875,32.676025390625],[-97.68563747406006,32.673828125],[-97.68798828125,32.6718635559082],[-97.69035339355469,32.669921875],[-97.69287109375,32.667884826660156],[-97.69519567489624,32.666015625],[-97.69775390625,32.66395378112793],[-97.70004510879517,32.662109375],[-97.70263671875,32.660011291503906],[-97.7048659324646,32.658203125],[-97.70751953125,32.65602684020996],[-97.70963191986084,32.654296875],[-97.71240234375,32.652000427246094],[-97.71435976028442,32.650390625],[-97.71728515625,32.647972106933594],[-97.71910190582275,32.646484375],[-97.72216796875,32.64396095275879],[-97.72385835647583,32.642578125],[-97.72705078125,32.639944076538086],[-97.72860288619995,32.638671875],[-97.73193359375,32.635915756225586],[-97.73332834243774,32.634765625],[-97.73681640625,32.6318473815918],[-97.73800611495972,32.630859375],[-97.74169921875,32.62774085998535],[-97.74264097213745,32.626953125],[-97.74658203125,32.62360191345215],[-97.74724245071411,32.623046875],[-97.75146484375,32.61943054199219],[-97.7518081665039,32.619140625],[-97.75630950927734,32.615234375],[-97.75634765625,32.61520004272461],[-97.76076793670654,32.611328125],[-97.76123046875,32.610931396484375],[-97.76524782180786,32.607421875],[-97.76611328125,32.60668182373047],[-97.76975393295288,32.603515625],[-97.77099609375,32.60245895385742],[-97.77429103851318,32.599609375],[-97.77587890625,32.59825325012207],[-97.77879238128662,32.595703125],[-97.78076171875,32.594011306762695],[-97.78332233428955,32.591796875],[-97.78564453125,32.58986282348633],[-97.78804779052734,32.587890625],[-97.79052734375,32.58588218688965],[-97.79287815093994,32.583984375],[-97.79541015625,32.581932067871094],[-97.79770612716675,32.580078125],[-97.80029296875,32.5779914855957],[-97.80255556106567,32.576171875],[-97.80517578125,32.57406234741211],[-97.8074049949646,32.572265625],[-97.81005859375,32.570112228393555],[-97.81221151351929,32.568359375],[-97.81494140625,32.56610870361328],[-97.81695127487183,32.564453125],[-97.81982421875,32.56205177307129],[-97.82163381576538,32.560546875],[-97.82470703125,32.55795478820801],[-97.82628059387207,32.556640625],[-97.82958984375,32.55382537841797],[-97.83088684082031,32.552734375],[-97.83447265625,32.549652099609375],[-97.83544301986694,32.548828125],[-97.83935546875,32.54545593261719],[-97.83998489379883,32.544921875],[-97.84423828125,32.54123878479004],[-97.84449815750122,32.541015625],[-97.84891843795776,32.537109375],[-97.84912109375,32.53693389892578],[-97.85334825515747,32.533203125],[-97.85400390625,32.53263854980469],[-97.8578233718872,32.529296875],[-97.85888671875,32.52838134765625],[-97.86227703094482,32.525390625],[-97.86376953125,32.52409744262695],[-97.8667163848877,32.521484375],[-97.86865234375,32.519813537597656],[-97.8712248802185,32.517578125],[-97.87353515625,32.51564407348633],[-97.87592887878418,32.513671875],[-97.87841796875,32.51164627075195],[-97.88074731826782,32.509765625],[-97.88330078125,32.50770568847656],[-97.88559436798096,32.505859375],[-97.88818359375,32.50376319885254],[-97.89041519165039,32.501953125],[-97.89306640625,32.499773025512695],[-97.8951644897461,32.498046875],[-97.89794921875,32.49571228027344],[-97.8998351097107,32.494140625],[-97.90283203125,32.49160575866699],[-97.90447235107422,32.490234375],[-97.90771484375,32.48748207092285],[-97.90908813476562,32.486328125],[-97.91259765625,32.48333168029785],[-97.91368007659912,32.482421875],[-97.91748046875,32.47917938232422],[-97.91826725006104,32.478515625],[-97.92236328125,32.4749755859375],[-97.92279243469238,32.474609375],[-97.92723894119263,32.470703125],[-97.92724609375,32.4706974029541],[-97.93164253234863,32.466796875],[-97.93212890625,32.46637153625488],[-97.93600082397461,32.462890625],[-97.93701171875,32.46200370788574],[-97.94037580490112,32.458984375],[-97.94189453125,32.45765686035156],[-97.9447889328003,32.455078125],[-97.94677734375,32.45336151123047],[-97.94931173324585,32.451171875],[-97.95166015625,32.44921112060547],[-97.9540228843689,32.447265625],[-97.95654296875,32.44521522521973],[-97.95883893966675,32.443359375],[-97.96142578125,32.441267013549805],[-97.96367168426514,32.439453125],[-97.96630859375,32.43730545043945],[-97.96846628189087,32.435546875],[-97.97119140625,32.43329048156738],[-97.97318696975708,32.431640625],[-97.97607421875,32.429222106933594],[-97.97786474227905,32.427734375],[-97.98095703125,32.425132751464844],[-97.9825234413147,32.423828125],[-97.98583984375,32.4210262298584],[-97.98716068267822,32.419921875],[-97.99072265625,32.41689491271973],[-97.99176931381226,32.416015625],[-97.99560546875,32.4127311706543],[-97.99634218215942,32.412109375],[-98.00048828125,32.40852355957031],[-98.00086259841919,32.408203125],[-98.00533771514893,32.404296875],[-98.00537109375,32.40426826477051],[-98.00976037979126,32.400390625],[-98.01025390625,32.399959564208984],[-98.01409721374512,32.396484375],[-98.01513671875,32.39556884765625],[-98.01846742630005,32.392578125],[-98.02001953125,32.39122772216797],[-98.02291870117188,32.388671875],[-98.02490234375,32.38697052001953],[-98.02746057510376,32.384765625],[-98.02978515625,32.38282585144043],[-98.0321741104126,32.380859375],[-98.03466796875,32.37882614135742],[-98.03698301315308,32.376953125],[-98.03955078125,32.3748779296875],[-98.04182291030884,32.373046875],[-98.04443359375,32.37093734741211],[-98.04665327072144,32.369140625],[-98.04931640625,32.36696243286133],[-98.05142641067505,32.365234375],[-98.05419921875,32.36293029785156],[-98.05613040924072,32.361328125],[-98.05908203125,32.35884094238281],[-98.06077718734741,32.357421875],[-98.06396484375,32.354692459106445],[-98.06535005569458,32.353515625],[-98.06884765625,32.350454330444336],[-98.06982755661011,32.349609375],[-98.07373046875,32.34614181518555],[-98.0742335319519,32.345703125],[-98.07861328125,32.34181022644043],[-98.07862997055054,32.341796875],[-98.08306932449341,32.337890625],[-98.08349609375,32.337520599365234],[-98.08748245239258,32.333984375],[-98.08837890625,32.33320426940918],[-98.09188842773438,32.330078125],[-98.09326171875,32.32887649536133],[-98.09627056121826,32.326171875],[-98.09814453125,32.32453536987305],[-98.10073137283325,32.322265625],[-98.10302734375,32.320335388183594],[-98.10542106628418,32.318359375],[-98.10791015625,32.31632995605469],[-98.11022281646729,32.314453125],[-98.11279296875,32.31235885620117],[-98.11502695083618,32.310546875],[-98.11767578125,32.30839157104492],[-98.1198263168335,32.306640625],[-98.12255859375,32.30438804626465],[-98.12456130981445,32.302734375],[-98.12744140625,32.300310134887695],[-98.12921047210693,32.298828125],[-98.13232421875,32.29616165161133],[-98.13378572463989,32.294921875],[-98.13720703125,32.29195022583008],[-98.1382966041565,32.291015625],[-98.14208984375,32.28767395019531],[-98.14274072647095,32.287109375],[-98.14697265625,32.283321380615234],[-98.1471061706543,32.283203125],[-98.15141439437866,32.279296875],[-98.15185546875,32.27890586853027],[-98.15568685531616,32.275390625],[-98.15673828125,32.27444839477539],[-98.159921169281,32.271484375],[-98.16162109375,32.26995849609375],[-98.16425085067749,32.267578125],[-98.16650390625,32.265655517578125],[-98.1688928604126,32.263671875],[-98.17138671875,32.261648178100586],[-98.1737232208252,32.259765625],[-98.17626953125,32.257707595825195],[-98.178551197052,32.255859375],[-98.18115234375,32.253732681274414],[-98.1833267211914,32.251953125],[-98.18603515625,32.24971580505371],[-98.18807125091553,32.248046875],[-98.19091796875,32.24569892883301],[-98.19282054901123,32.244140625],[-98.19580078125,32.241668701171875],[-98.19753170013428,32.240234375],[-98.20068359375,32.23756980895996],[-98.20215702056885,32.236328125],[-98.20556640625,32.23339080810547],[-98.20670366287231,32.232421875],[-98.21044921875,32.22913932800293],[-98.21116924285889,32.228515625],[-98.21533203125,32.22479057312012],[-98.21553945541382,32.224609375],[-98.21983098983765,32.220703125],[-98.22021484375,32.22036170959473],[-98.22411775588989,32.216796875],[-98.22509765625,32.21592712402344],[-98.22842836380005,32.212890625],[-98.22998046875,32.21151542663574],[-98.23278665542603,32.208984375],[-98.23486328125,32.207191467285156],[-98.23734045028687,32.205078125],[-98.23974609375,32.20308494567871],[-98.24208498001099,32.201171875],[-98.24462890625,32.19910430908203],[-98.24690103530884,32.197265625],[-98.24951171875,32.195146560668945],[-98.25171232223511,32.193359375],[-98.25439453125,32.19116020202637],[-98.25647354125977,32.189453125],[-98.25927734375,32.18711280822754],[-98.26115846633911,32.185546875],[-98.26416015625,32.18300247192383],[-98.2657790184021,32.181640625],[-98.26904296875,32.1788330078125],[-98.27033519744873,32.177734375],[-98.27392578125,32.17458915710449],[-98.27480554580688,32.173828125],[-98.27880859375,32.17024230957031],[-98.27917337417603,32.169921875],[-98.28348875045776,32.166015625],[-98.28369140625,32.165836334228516],[-98.2878041267395,32.162109375],[-98.28857421875,32.161428451538086],[-98.29210042953491,32.158203125],[-98.29345703125,32.156999588012695],[-98.29643964767456,32.154296875],[-98.29833984375,32.15263748168945],[-98.30090761184692,32.150390625],[-98.30322265625,32.14845085144043],[-98.3056116104126,32.146484375],[-98.30810546875,32.14445877075195],[-98.31042766571045,32.142578125],[-98.31298828125,32.140485763549805],[-98.31521034240723,32.138671875],[-98.31787109375,32.13648223876953],[-98.3199667930603,32.134765625],[-98.32275390625,32.132463455200195],[-98.32470178604126,32.130859375],[-98.32763671875,32.12839698791504],[-98.3293604850769,32.126953125],[-98.33251953125,32.12424087524414],[-98.33392381668091,32.123046875],[-98.33740234375,32.120004653930664],[-98.33840370178223,32.119140625],[-98.34228515625,32.115671157836914],[-98.34278106689453,32.115234375],[-98.34705829620361,32.111328125],[-98.34716796875,32.11123085021973],[-98.35128784179688,32.107421875],[-98.35205078125,32.10673904418945],[-98.35554122924805,32.103515625],[-98.35693359375,32.10227012634277],[-98.359854221344,32.099609375],[-98.36181640625,32.097896575927734],[-98.36434602737427,32.095703125],[-98.36669921875,32.09373664855957],[-98.36905479431152,32.091796875],[-98.37158203125,32.08973503112793],[-98.37386131286621,32.087890625],[-98.37646484375,32.085777282714844],[-98.37867736816406,32.083984375],[-98.38134765625,32.081796646118164],[-98.3834433555603,32.080078125],[-98.38623046875,32.077754974365234],[-98.38813543319702,32.076171875],[-98.39111328125,32.07365608215332],[-98.39277267456055,32.072265625],[-98.39599609375,32.069515228271484],[-98.39736223220825,32.068359375],[-98.40087890625,32.06530570983887],[-98.40187072753906,32.064453125],[-98.40576171875,32.06099891662598],[-98.40627908706665,32.060546875],[-98.41060161590576,32.056640625],[-98.41064453125,32.056602478027344],[-98.4148907661438,32.052734375],[-98.41552734375,32.05216979980469],[-98.41915607452393,32.048828125],[-98.42041015625,32.04770278930664],[-98.42342615127563,32.044921875],[-98.42529296875,32.04327392578125],[-98.42785835266113,32.041015625],[-98.43017578125,32.03907012939453],[-98.43255996704102,32.037109375],[-98.43505859375,32.035085678100586],[-98.43739032745361,32.033203125],[-98.43994140625,32.03112983703613],[-98.44219446182251,32.029296875],[-98.44482421875,32.02713203430176],[-98.446946144104,32.025390625],[-98.44970703125,32.02310562133789],[-98.45167875289917,32.021484375],[-98.45458984375,32.019060134887695],[-98.45637559890747,32.017578125],[-98.45947265625,32.01495170593262],[-98.46098899841309,32.013671875],[-98.46435546875,32.0107536315918],[-98.46550703048706,32.009765625],[-98.46923828125,32.0064754486084],[-98.46994876861572,32.005859375],[-98.47412109375,32.00213432312012],[-98.47432851791382,32.001953125],[-98.47864627838135,31.998046875],[-98.47900390625,31.997730255126953],[-98.48291873931885,31.994140625],[-98.48388671875,31.993274688720703],[-98.48715782165527,31.990234375],[-98.48876953125,31.98878288269043],[-98.49145174026489,31.986328125],[-98.49365234375,31.98443603515625],[-98.49605798721313,31.982421875],[-98.49853515625,31.980396270751953],[-98.50085020065308,31.978515625],[-98.50341796875,31.976423263549805],[-98.50564956665039,31.974609375],[-98.50830078125,31.972442626953125],[-98.51042747497559,31.970703125],[-98.51318359375,31.968408584594727],[-98.51511716842651,31.966796875],[-98.51806640625,31.96427345275879],[-98.51969242095947,31.962890625],[-98.52294921875,31.960041046142578],[-98.52417230606079,31.958984375],[-98.52783203125,31.95572280883789],[-98.52856874465942,31.955078125],[-98.53271484375,31.951309204101562],[-98.53286743164062,31.951171875],[-98.5370945930481,31.947265625],[-98.53759765625,31.946813583374023],[-98.54130506515503,31.943359375],[-98.54248046875,31.942293167114258],[-98.54551553726196,31.939453125],[-98.54736328125,31.937808990478516],[-98.54991912841797,31.935546875],[-98.55224609375,31.93358039855957],[-98.55459451675415,31.931640625],[-98.55712890625,31.92957878112793],[-98.55940818786621,31.927734375],[-98.56201171875,31.925615310668945],[-98.56420516967773,31.923828125],[-98.56689453125,31.921606063842773],[-98.56892824172974,31.919921875],[-98.57177734375,31.917512893676758],[-98.57355833053589,31.916015625],[-98.57666015625,31.913341522216797],[-98.57810258865356,31.912109375],[-98.58154296875,31.90907859802246],[-98.58254909515381,31.908203125],[-98.58642578125,31.90470314025879],[-98.58688592910767,31.904296875],[-98.59113693237305,31.900390625],[-98.59130859375,31.900236129760742],[-98.5953426361084,31.896484375],[-98.59619140625,31.895713806152344],[-98.59950304031372,31.892578125],[-98.60107421875,31.891143798828125],[-98.60374689102173,31.888671875],[-98.60595703125,31.886764526367188],[-98.60834121704102,31.884765625],[-98.61083984375,31.882728576660156],[-98.6131477355957,31.880859375],[-98.61572265625,31.878759384155273],[-98.61793041229248,31.876953125],[-98.62060546875,31.874719619750977],[-98.62260818481445,31.873046875],[-98.62548828125,31.870588302612305],[-98.62719774246216,31.869140625],[-98.63037109375,31.866397857666016],[-98.63173246383667,31.865234375],[-98.63525390625,31.862144470214844],[-98.63619804382324,31.861328125],[-98.64013671875,31.85779571533203],[-98.64055871963501,31.857421875],[-98.64476442337036,31.853515625],[-98.64501953125,31.853282928466797],[-98.64887475967407,31.849609375],[-98.64990234375,31.848663330078125],[-98.65301847457886,31.845703125],[-98.65478515625,31.844114303588867],[-98.65737199783325,31.841796875],[-98.65966796875,31.839853286743164],[-98.66204023361206,31.837890625],[-98.66455078125,31.835844039916992],[-98.66683959960938,31.833984375],[-98.66943359375,31.83185386657715],[-98.67159128189087,31.830078125],[-98.67431640625,31.827787399291992],[-98.67624282836914,31.826171875],[-98.67919921875,31.823633193969727],[-98.68080377578735,31.822265625],[-98.68408203125,31.819395065307617],[-98.68527889251709,31.818359375],[-98.68896484375,31.81507110595703],[-98.68967056274414,31.814453125],[-98.69384765625,31.810667037963867],[-98.69398355484009,31.810546875],[-98.69823217391968,31.806640625],[-98.69873046875,31.806194305419922],[-98.70245695114136,31.802734375],[-98.70361328125,31.80169105529785],[-98.70669603347778,31.798828125],[-98.70849609375,31.79722785949707],[-98.71108770370483,31.794921875],[-98.71337890625,31.792987823486328],[-98.71576070785522,31.791015625],[-98.71826171875,31.788976669311523],[-98.72055530548096,31.787109375],[-98.72314453125,31.784975051879883],[-98.7252926826477,31.783203125],[-98.72802734375,31.780912399291992],[-98.72997283935547,31.779296875],[-98.73291015625,31.776824951171875],[-98.73462200164795,31.775390625],[-98.73779296875,31.772666931152344],[-98.73917579650879,31.771484375],[-98.74267578125,31.768394470214844],[-98.74361515045166,31.767578125],[-98.74755859375,31.7640323638916],[-98.74796628952026,31.763671875],[-98.75223398208618,31.759765625],[-98.75244140625,31.759580612182617],[-98.75646829605103,31.755859375],[-98.75732421875,31.755088806152344],[-98.76069784164429,31.751953125],[-98.76220703125,31.750593185424805],[-98.76498937606812,31.748046875],[-98.76708984375,31.74622917175293],[-98.76954793930054,31.744140625],[-98.77197265625,31.742141723632812],[-98.7743067741394,31.740234375],[-98.77685546875,31.73814582824707],[-98.77907752990723,31.736328125],[-98.78173828125,31.734128952026367],[-98.78381013870239,31.732421875],[-98.78662109375,31.730066299438477],[-98.78847360610962,31.728515625],[-98.79150390625,31.72590446472168],[-98.79301071166992,31.724609375],[-98.79638671875,31.72159767150879],[-98.79740238189697,31.720703125],[-98.80126953125,31.717161178588867],[-98.80167722702026,31.716796875],[-98.80587100982666,31.712890625],[-98.80615234375,31.712636947631836],[-98.81005764007568,31.708984375],[-98.81103515625,31.708099365234375],[-98.81426811218262,31.705078125],[-98.81591796875,31.703590393066406],[-98.81857633590698,31.701171875],[-98.82080078125,31.69926643371582],[-98.82319688796997,31.697265625],[-98.82568359375,31.69523048400879],[-98.82797956466675,31.693359375],[-98.83056640625,31.69123649597168],[-98.83274793624878,31.689453125],[-98.83544921875,31.687227249145508],[-98.8374924659729,31.685546875],[-98.84033203125,31.683170318603516],[-98.84215831756592,31.681640625],[-98.84521484375,31.67901039123535],[-98.84670972824097,31.677734375],[-98.85009765625,31.67474937438965],[-98.85115623474121,31.673828125],[-98.85498046875,31.670381546020508],[-98.85550022125244,31.669921875],[-98.85973930358887,31.666015625],[-98.85986328125,31.665904998779297],[-98.86394023895264,31.662109375],[-98.86474609375,31.661378860473633],[-98.86810779571533,31.658203125],[-98.86962890625,31.656816482543945],[-98.87234926223755,31.654296875],[-98.87451171875,31.652423858642578],[-98.87692451477051,31.650390625],[-98.87939453125,31.64836311340332],[-98.88170003890991,31.646484375],[-98.88427734375,31.64436912536621],[-98.88647079467773,31.642578125],[-98.88916015625,31.640361785888672],[-98.89121055603027,31.638671875],[-98.89404296875,31.636280059814453],[-98.89583110809326,31.634765625],[-98.89892578125,31.632049560546875],[-98.90029430389404,31.630859375],[-98.90380859375,31.627685546875],[-98.9046311378479,31.626953125],[-98.90869140625,31.623151779174805],[-98.90880584716797,31.623046875],[-98.9128303527832,31.619140625],[-98.91357421875,31.618444442749023],[-98.91687393188477,31.615234375],[-98.91845703125,31.613779067993164],[-98.92111778259277,31.611328125],[-98.92333984375,31.609413146972656],[-98.92571687698364,31.607421875],[-98.92822265625,31.60536003112793],[-98.9304780960083,31.603515625],[-98.93310546875,31.60134506225586],[-98.93521547317505,31.599609375],[-98.93798828125,31.597291946411133],[-98.93988847732544,31.595703125],[-98.94287109375,31.593135833740234],[-98.94443273544312,31.591796875],[-98.94775390625,31.58885383605957],[-98.94886016845703,31.587890625],[-98.95263671875,31.584503173828125],[-98.95322799682617,31.583984375],[-98.95749092102051,31.580078125],[-98.95751953125,31.58005142211914],[-98.96165609359741,31.576171875],[-98.96240234375,31.57549285888672],[-98.96578788757324,31.572265625],[-98.96728515625,31.570890426635742],[-98.97000074386597,31.568359375],[-98.97216796875,31.566478729248047],[-98.97457361221313,31.564453125],[-98.97705078125,31.562423706054688],[-98.97935152053833,31.560546875],[-98.98193359375,31.558422088623047],[-98.98410558700562,31.556640625],[-98.98681640625,31.554393768310547],[-98.98882389068604,31.552734375],[-98.99169921875,31.55030632019043],[-98.99345397949219,31.548828125],[-98.99658203125,31.54610824584961],[-98.99795532226562,31.544921875],[-99.00146484375,31.54178810119629],[-99.0023422241211,31.541015625],[-99.00634765625,31.537353515625],[-99.00661945343018,31.537109375],[-99.01076316833496,31.533203125],[-99.01123046875,31.532773971557617],[-99.0148663520813,31.529296875],[-99.01611328125,31.528146743774414],[-99.0190315246582,31.525390625],[-99.02099609375,31.523651123046875],[-99.02348756790161,31.521484375],[-99.02587890625,31.51948356628418],[-99.02818441390991,31.517578125],[-99.03076171875,31.515438079833984],[-99.03289556503296,31.513671875],[-99.03564453125,31.51136016845703],[-99.0375566482544,31.509765625],[-99.04052734375,31.507251739501953],[-99.04217958450317,31.505859375],[-99.04541015625,31.5030574798584],[-99.04669046401978,31.501953125],[-99.05029296875,31.49872589111328],[-99.05105829238892,31.498046875],[-99.05517578125,31.494226455688477],[-99.05526876449585,31.494140625],[-99.05936002731323,31.490234375],[-99.06005859375,31.48958969116211],[-99.06343698501587,31.486328125],[-99.06494140625,31.48493766784668],[-99.06763553619385,31.482421875],[-99.06982421875,31.48052406311035],[-99.0722131729126,31.478515625],[-99.07470703125,31.47647476196289],[-99.07699823379517,31.474609375],[-99.07958984375,31.472475051879883],[-99.08173561096191,31.470703125],[-99.08447265625,31.468393325805664],[-99.08636808395386,31.466796875],[-99.08935546875,31.464221954345703],[-99.09091234207153,31.462890625],[-99.09423828125,31.4599609375],[-99.09535884857178,31.458984375],[-99.09912109375,31.455570220947266],[-99.09967184066772,31.455078125],[-99.10382032394409,31.451171875],[-99.10400390625,31.45100212097168],[-99.10788059234619,31.447265625],[-99.10888671875,31.44632911682129],[-99.11198139190674,31.443359375],[-99.11376953125,31.44174575805664],[-99.11633014678955,31.439453125],[-99.11865234375,31.437488555908203],[-99.12099838256836,31.435546875],[-99.12353515625,31.4334716796875],[-99.12577867507935,31.431640625],[-99.12841796875,31.42945098876953],[-99.13048267364502,31.427734375],[-99.13330078125,31.425329208374023],[-99.13506984710693,31.423828125],[-99.13818359375,31.421106338500977],[-99.13954973220825,31.419921875],[-99.14306640625,31.416749954223633],[-99.1438889503479,31.416015625],[-99.14794921875,31.412179946899414],[-99.14802312850952,31.412109375],[-99.15196418762207,31.408203125],[-99.15283203125,31.40737533569336],[-99.15594339370728,31.404296875],[-99.15771484375,31.402679443359375],[-99.1602635383606,31.400390625],[-99.16259765625,31.398408889770508],[-99.16491985321045,31.396484375],[-99.16748046875,31.39438819885254],[-99.16969776153564,31.392578125],[-99.17236328125,31.3903751373291],[-99.17441844940186,31.388671875],[-99.17724609375,31.386266708374023],[-99.17901277542114,31.384765625],[-99.18212890625,31.382020950317383],[-99.1834568977356,31.380859375],[-99.18701171875,31.377605438232422],[-99.18773412704468,31.376953125],[-99.19182777404785,31.373046875],[-99.19189453125,31.37298583984375],[-99.19579267501831,31.369140625],[-99.19677734375,31.368206024169922],[-99.19980525970459,31.365234375],[-99.20166015625,31.363555908203125],[-99.20417547225952,31.361328125],[-99.20654296875,31.35933494567871],[-99.20885801315308,31.357421875],[-99.21142578125,31.355310440063477],[-99.21362161636353,31.353515625],[-99.21630859375,31.351293563842773],[-99.21833992004395,31.349609375],[-99.22119140625,31.3471736907959],[-99.22291040420532,31.345703125],[-99.22607421875,31.342872619628906],[-99.22728538513184,31.341796875],[-99.23095703125,31.33837890625],[-99.23149347305298,31.337890625],[-99.23559188842773,31.333984375],[-99.23583984375,31.333755493164062],[-99.23962354660034,31.330078125],[-99.24072265625,31.32904815673828],[-99.2436957359314,31.326171875],[-99.24560546875,31.3244571685791],[-99.2481017112732,31.322265625],[-99.25048828125,31.320261001586914],[-99.25278186798096,31.318359375],[-99.25537109375,31.316200256347656],[-99.25747394561768,31.314453125],[-99.26025390625,31.312103271484375],[-99.26210641860962,31.310546875],[-99.26513671875,31.30793571472168],[-99.26664590835571,31.306640625],[-99.27001953125,31.303632736206055],[-99.27103757858276,31.302734375],[-99.27490234375,31.299190521240234],[-99.27530527114868,31.298828125],[-99.27942514419556,31.294921875],[-99.27978515625,31.294588088989258],[-99.28341388702393,31.291015625],[-99.28466796875,31.289831161499023],[-99.28749084472656,31.287109375],[-99.28955078125,31.2852840423584],[-99.29197311401367,31.283203125],[-99.29443359375,31.281171798706055],[-99.29672718048096,31.279296875],[-99.29931640625,31.277164459228516],[-99.3014645576477,31.275390625],[-99.30419921875,31.2730712890625],[-99.30607318878174,31.271484375],[-99.30908203125,31.26885414123535],[-99.31055307388306,31.267578125],[-99.31396484375,31.264493942260742],[-99.31488752365112,31.263671875],[-99.31884765625,31.25994873046875],[-99.31904554367065,31.259765625],[-99.3230652809143,31.255859375],[-99.32373046875,31.255237579345703],[-99.32708740234375,31.251953125],[-99.32861328125,31.250539779663086],[-99.33128595352173,31.248046875],[-99.33349609375,31.24612808227539],[-99.33585405349731,31.244140625],[-99.33837890625,31.2420597076416],[-99.34061288833618,31.240234375],[-99.34326171875,31.238046646118164],[-99.34533834457397,31.236328125],[-99.34814453125,31.23394203186035],[-99.34993028640747,31.232421875],[-99.35302734375,31.22968101501465],[-99.35435771942139,31.228515625],[-99.35791015625,31.22525978088379],[-99.35863494873047,31.224609375],[-99.36275482177734,31.220703125],[-99.36279296875,31.220666885375977],[-99.3667483329773,31.216796875],[-99.36767578125,31.215925216674805],[-99.37078714370728,31.212890625],[-99.37255859375,31.211280822753906],[-99.37511682510376,31.208984375],[-99.37744140625,31.207008361816406],[-99.37975406646729,31.205078125],[-99.38232421875,31.20294952392578],[-99.38448667526245,31.201171875],[-99.38720703125,31.198902130126953],[-99.38916683197021,31.197265625],[-99.39208984375,31.194746017456055],[-99.39369916915894,31.193359375],[-99.39697265625,31.190418243408203],[-99.3980622291565,31.189453125],[-99.40185546875,31.185937881469727],[-99.40228700637817,31.185546875],[-99.40636873245239,31.181640625],[-99.40673828125,31.181297302246094],[-99.41038131713867,31.177734375],[-99.41162109375,31.17656898498535],[-99.41447019577026,31.173828125],[-99.41650390625,31.17202377319336],[-99.41894292831421,31.169921875],[-99.42138671875,31.16789436340332],[-99.42367553710938,31.166015625],[-99.42626953125,31.163862228393555],[-99.42837953567505,31.162109375],[-99.43115234375,31.159744262695312],[-99.43297147750854,31.158203125],[-99.43603515625,31.155532836914062],[-99.43746566772461,31.154296875],[-99.44091796875,31.151185989379883],[-99.44180965423584,31.150390625],[-99.44580078125,31.146610260009766],[-99.44593667984009,31.146484375],[-99.44989204406738,31.142578125],[-99.45068359375,31.14182472229004],[-99.4538688659668,31.138671875],[-99.45556640625,31.13711166381836],[-99.45814371109009,31.134765625],[-99.46044921875,31.13279151916504],[-99.46276664733887,31.130859375],[-99.46533203125,31.128747940063477],[-99.46752071380615,31.126953125],[-99.47021484375,31.12470054626465],[-99.47218179702759,31.123046875],[-99.47509765625,31.120500564575195],[-99.47665691375732,31.119140625],[-99.47998046875,31.116092681884766],[-99.48092937469482,31.115234375],[-99.48486328125,31.11147117614746],[-99.48501586914062,31.111328125],[-99.4889760017395,31.107421875],[-99.48974609375,31.106693267822266],[-99.49297189712524,31.103515625],[-99.49462890625,31.10198974609375],[-99.49723482131958,31.099609375],[-99.49951171875,31.097654342651367],[-99.50183391571045,31.095703125],[-99.50439453125,31.09357452392578],[-99.50654745101929,31.091796875],[-99.50927734375,31.08950424194336],[-99.51119899749756,31.087890625],[-99.51416015625,31.085309982299805],[-99.51568365097046,31.083984375],[-99.51904296875,31.080923080444336],[-99.51998710632324,31.080078125],[-99.52392578125,31.07637596130371],[-99.52414751052856,31.076171875],[-99.5281195640564,31.072265625],[-99.52880859375,31.071609497070312],[-99.53207731246948,31.068359375],[-99.53369140625,31.066862106323242],[-99.53630685806274,31.064453125],[-99.53857421875,31.06250762939453],[-99.54092025756836,31.060546875],[-99.54345703125,31.05845832824707],[-99.54566717147827,31.056640625],[-99.54833984375,31.05439567565918],[-99.55031156539917,31.052734375],[-99.55322265625,31.050207138061523],[-99.55482006072998,31.048828125],[-99.55810546875,31.045886993408203],[-99.5591950416565,31.044921875],[-99.56298828125,31.04137420654297],[-99.56337928771973,31.041015625],[-99.56737756729126,31.037109375],[-99.56787109375,31.036643981933594],[-99.57134008407593,31.033203125],[-99.57275390625,31.03187370300293],[-99.57546949386597,31.029296875],[-99.57763671875,31.027393341064453],[-99.57999467849731,31.025390625],[-99.58251953125,31.023300170898438],[-99.58473443984985,31.021484375],[-99.58740234375,31.019269943237305],[-99.58943367004395,31.017578125],[-99.59228515625,31.015121459960938],[-99.59396362304688,31.013671875],[-99.59716796875,31.01076889038086],[-99.59829092025757,31.009765625],[-99.60205078125,31.006244659423828],[-99.60247039794922,31.005859375],[-99.60650444030762,31.001953125],[-99.60693359375,31.001550674438477],[-99.61048126220703,30.998046875],[-99.61181640625,30.996788024902344],[-99.61457014083862,30.994140625],[-99.61669921875,30.99226188659668],[-99.61907625198364,30.990234375],[-99.62158203125,30.98815155029297],[-99.62378263473511,30.986328125],[-99.62646484375,30.984050750732422],[-99.62838649749756,30.982421875],[-99.63134765625,30.97983169555664],[-99.63286399841309,30.978515625],[-99.63623046875,30.975465774536133],[-99.6371841430664,30.974609375],[-99.64111328125,30.97086524963379],[-99.64128732681274,30.970703125],[-99.6452260017395,30.966796875],[-99.64599609375,30.966064453125],[-99.64921236038208,30.962890625],[-99.65087890625,30.961355209350586],[-99.65347290039062,30.958984375],[-99.65576171875,30.957019805908203],[-99.65808629989624,30.955078125],[-99.66064453125,30.95297622680664],[-99.66284990310669,30.951171875],[-99.66552734375,30.94894790649414],[-99.6675443649292,30.947265625],[-99.67041015625,30.944791793823242],[-99.67207193374634,30.943359375],[-99.67529296875,30.940460205078125],[-99.67642784118652,30.939453125],[-99.68017578125,30.93596649169922],[-99.68063592910767,30.935546875],[-99.68466758728027,30.931640625],[-99.68505859375,30.9312744140625],[-99.6886134147644,30.927734375],[-99.68994140625,30.92647933959961],[-99.6926999092102,30.923828125],[-99.69482421875,30.92195701599121],[-99.69721794128418,30.919921875],[-99.69970703125,30.917865753173828],[-99.7019624710083,30.916015625],[-99.70458984375,30.91382598876953],[-99.70664978027344,30.912109375],[-99.70947265625,30.90968894958496],[-99.71120595932007,30.908203125],[-99.71435546875,30.905366897583008],[-99.71554756164551,30.904296875],[-99.71923828125,30.900789260864258],[-99.71966743469238,30.900390625],[-99.72360849380493,30.896484375],[-99.72412109375,30.895994186401367],[-99.72749948501587,30.892578125],[-99.72900390625,30.891159057617188],[-99.73164796829224,30.888671875],[-99.73388671875,30.886728286743164],[-99.73621606826782,30.884765625],[-99.73876953125,30.882658004760742],[-99.74095106124878,30.880859375],[-99.74365234375,30.878582000732422],[-99.74557638168335,30.876953125],[-99.74853515625,30.874338150024414],[-99.74999904632568,30.873046875],[-99.75341796875,30.869853973388672],[-99.75419282913208,30.869140625],[-99.75815296173096,30.865234375],[-99.75830078125,30.865093231201172],[-99.76200342178345,30.861328125],[-99.76318359375,30.86018943786621],[-99.76598978042603,30.857421875],[-99.76806640625,30.855562210083008],[-99.77044105529785,30.853515625],[-99.77294921875,30.85142707824707],[-99.7751522064209,30.849609375],[-99.77783203125,30.847362518310547],[-99.77980852127075,30.845703125],[-99.78271484375,30.84317970275879],[-99.78430986404419,30.841796875],[-99.78759765625,30.838802337646484],[-99.78861331939697,30.837890625],[-99.79248046875,30.834211349487305],[-99.79272365570068,30.833984375],[-99.7966718673706,30.830078125],[-99.79736328125,30.829421997070312],[-99.80064868927002,30.826171875],[-99.80224609375,30.824689865112305],[-99.80486631393433,30.822265625],[-99.80712890625,30.8203125],[-99.80945587158203,30.818359375],[-99.81201171875,30.81624984741211],[-99.81419086456299,30.814453125],[-99.81689453125,30.812170028686523],[-99.8188066482544,30.810546875],[-99.82177734375,30.807918548583984],[-99.82322692871094,30.806640625],[-99.82666015625,30.803462982177734],[-99.82746362686157,30.802734375],[-99.83152389526367,30.798828125],[-99.83154296875,30.798810958862305],[-99.83542203903198,30.794921875],[-99.83642578125,30.793954849243164],[-99.83938217163086,30.791015625],[-99.84130859375,30.789268493652344],[-99.84375953674316,30.787109375],[-99.84619140625,30.785058975219727],[-99.84842300415039,30.783203125],[-99.85107421875,30.780977249145508],[-99.85307216644287,30.779296875],[-99.85595703125,30.776784896850586],[-99.85755443572998,30.775390625],[-99.86083984375,30.772369384765625],[-99.86181259155273,30.771484375],[-99.86572265625,30.767696380615234],[-99.86584663391113,30.767578125],[-99.86971139907837,30.763671875],[-99.87060546875,30.76280975341797],[-99.87365007400513,30.759765625],[-99.87548828125,30.75808334350586],[-99.87797975540161,30.755859375],[-99.88037109375,30.753841400146484],[-99.88264560699463,30.751953125],[-99.88525390625,30.74978256225586],[-99.88733530044556,30.748046875],[-99.89013671875,30.745635986328125],[-99.89187002182007,30.744140625],[-99.89501953125,30.741294860839844],[-99.89620447158813,30.740234375],[-99.89990234375,30.736738204956055],[-99.90034580230713,30.736328125],[-99.90428924560547,30.732421875],[-99.90478515625,30.73194694519043],[-99.90819692611694,30.728515625],[-99.90966796875,30.727130889892578],[-99.91234302520752,30.724609375],[-99.91455078125,30.72267723083496],[-99.91687059402466,30.720703125],[-99.91943359375,30.718551635742188],[-99.92154121398926,30.716796875],[-99.92431640625,30.71444320678711],[-99.9261474609375,30.712890625],[-99.92919921875,30.710206985473633],[-99.93059635162354,30.708984375],[-99.93408203125,30.705774307250977],[-99.9348497390747,30.705078125],[-99.93887186050415,30.701171875],[-99.93896484375,30.701082229614258],[-99.94269847869873,30.697265625],[-99.94384765625,30.696147918701172],[-99.94665384292603,30.693359375],[-99.94873046875,30.691497802734375],[-99.95110988616943,30.689453125],[-99.95361328125,30.68738555908203],[-99.95585918426514,30.685546875],[-99.95849609375,30.683351516723633],[-99.96054172515869,30.681640625],[-99.96337890625,30.679180145263672],[-99.96504783630371,30.677734375],[-99.96826171875,30.674819946289062],[-99.96937036514282,30.673828125],[-99.97314453125,30.670249938964844],[-99.97349500656128,30.669921875],[-99.97738838195801,30.666015625],[-99.97802734375,30.665403366088867],[-99.98133420944214,30.662109375],[-99.98291015625,30.66064453125],[-99.98554229736328,30.658203125],[-99.98779296875,30.65624237060547],[-99.990074634552,30.654296875],[-99.99267578125,30.652082443237305],[-99.99467611312866,30.650390625],[-99.99755859375,30.647878646850586],[-99.99916791915894,30.646484375],[-100.00244140625,30.643505096435547],[-100.00346899032593,30.642578125],[-100.00732421875,30.638856887817383],[-100.00751972198486,30.638671875],[-100.01136779785156,30.634765625],[-100.01220703125,30.633956909179688],[-100.01531839370728,30.630859375],[-100.01708984375,30.62923812866211],[-100.01962900161743,30.626953125],[-100.02197265625,30.62495994567871],[-100.02427339553833,30.623046875],[-100.02685546875,30.62091827392578],[-100.02901792526245,30.619140625],[-100.03173828125,30.616846084594727],[-100.03363609313965,30.615234375],[-100.03662109375,30.61257553100586],[-100.03802537918091,30.611328125],[-100.04150390625,30.608036041259766],[-100.04216194152832,30.607421875],[-100.0460147857666,30.603515625],[-100.04638671875,30.603151321411133],[-100.04983901977539,30.599609375],[-100.05126953125,30.598249435424805],[-100.0539493560791,30.595703125],[-100.05615234375,30.593778610229492],[-100.0584888458252,30.591796875],[-100.06103515625,30.58967399597168],[-100.0631833076477,30.587890625],[-100.06591796875,30.585561752319336],[-100.0677752494812,30.583984375],[-100.07080078125,30.58131980895996],[-100.07221937179565,30.580078125],[-100.07568359375,30.576881408691406],[-100.07646083831787,30.576171875],[-100.08045196533203,30.572265625],[-100.08056640625,30.57215690612793],[-100.0843095779419,30.568359375],[-100.08544921875,30.567256927490234],[-100.08827447891235,30.564453125],[-100.09033203125,30.562602996826172],[-100.09270906448364,30.560546875],[-100.09521484375,30.558454513549805],[-100.09740829467773,30.556640625],[-100.10009765625,30.554372787475586],[-100.10202407836914,30.552734375],[-100.10498046875,30.55008316040039],[-100.10638475418091,30.548828125],[-100.10986328125,30.545520782470703],[-100.11050701141357,30.544921875],[-100.1144003868103,30.541015625],[-100.11474609375,30.540681838989258],[-100.11824131011963,30.537109375],[-100.11962890625,30.53578758239746],[-100.12233018875122,30.533203125],[-100.12451171875,30.53129005432129],[-100.12686252593994,30.529296875],[-100.12939453125,30.52720069885254],[-100.13158798217773,30.525390625],[-100.13427734375,30.523115158081055],[-100.13619661331177,30.521484375],[-100.13916015625,30.518850326538086],[-100.14059066772461,30.517578125],[-100.14404296875,30.51429557800293],[-100.1447081565857,30.513671875],[-100.14856576919556,30.509765625],[-100.14892578125,30.509418487548828],[-100.1524305343628,30.505859375],[-100.15380859375,30.504552841186523],[-100.15653371810913,30.501953125],[-100.15869140625,30.50005531311035],[-100.16104698181152,30.498046875],[-100.16357421875,30.49593162536621],[-100.1657247543335,30.494140625],[-100.16845703125,30.491819381713867],[-100.17032384872437,30.490234375],[-100.17333984375,30.487565994262695],[-100.17473697662354,30.486328125],[-100.17822265625,30.483047485351562],[-100.17889738082886,30.482421875],[-100.18284797668457,30.478515625],[-100.18310546875,30.478267669677734],[-100.18671751022339,30.474609375],[-100.18798828125,30.473390579223633],[-100.19074201583862,30.470703125],[-100.19287109375,30.468807220458984],[-100.19521951675415,30.466796875],[-100.19775390625,30.464698791503906],[-100.19995450973511,30.462890625],[-100.20263671875,30.460634231567383],[-100.20458221435547,30.458984375],[-100.20751953125,30.456363677978516],[-100.20896196365356,30.455078125],[-100.21240234375,30.451814651489258],[-100.2130913734436,30.451171875],[-100.21697521209717,30.447265625],[-100.21728515625,30.446964263916016],[-100.22080898284912,30.443359375],[-100.22216796875,30.442060470581055],[-100.22488117218018,30.439453125],[-100.22705078125,30.437538146972656],[-100.22938013076782,30.435546875],[-100.23193359375,30.433395385742188],[-100.23401975631714,30.431640625],[-100.23681640625,30.429208755493164],[-100.23851871490479,30.427734375],[-100.24169921875,30.424848556518555],[-100.24282932281494,30.423828125],[-100.24658203125,30.420181274414062],[-100.24685382843018,30.419921875],[-100.25063037872314,30.416015625],[-100.25146484375,30.41519546508789],[-100.25450706481934,30.412109375],[-100.25634765625,30.410415649414062],[-100.25881767272949,30.408203125],[-100.26123046875,30.406143188476562],[-100.2634334564209,30.404296875],[-100.26611328125,30.40202522277832],[-100.26803493499756,30.400390625],[-100.27099609375,30.397743225097656],[-100.27240514755249,30.396484375],[-100.27587890625,30.3931827545166],[-100.27652740478516,30.392578125],[-100.28043270111084,30.388671875],[-100.28076171875,30.388355255126953],[-100.28428077697754,30.384765625],[-100.28564453125,30.383460998535156],[-100.28834819793701,30.380859375],[-100.29052734375,30.378938674926758],[-100.2928614616394,30.376953125],[-100.29541015625,30.374839782714844],[-100.29757738113403,30.373046875],[-100.30029296875,30.370738983154297],[-100.30216455459595,30.369140625],[-100.30517578125,30.36643409729004],[-100.30651092529297,30.365234375],[-100.31005859375,30.3618106842041],[-100.31056642532349,30.361328125],[-100.31434535980225,30.357421875],[-100.31494140625,30.356836318969727],[-100.31818628311157,30.353515625],[-100.31982421875,30.35198402404785],[-100.3223991394043,30.349609375],[-100.32470703125,30.347612380981445],[-100.32695770263672,30.345703125],[-100.32958984375,30.343460083007812],[-100.331552028656,30.341796875],[-100.33447265625,30.339235305786133],[-100.336012840271,30.337890625],[-100.33935546875,30.334814071655273],[-100.34026145935059,30.333984375],[-100.34419536590576,30.330078125],[-100.34423828125,30.330036163330078],[-100.34794807434082,30.326171875],[-100.34912109375,30.325027465820312],[-100.35191059112549,30.322265625],[-100.35400390625,30.320388793945312],[-100.35635948181152,30.318359375],[-100.35888671875,30.316246032714844],[-100.36104917526245,30.314453125],[-100.36376953125,30.31214141845703],[-100.36563158035278,30.310546875],[-100.36865234375,30.307815551757812],[-100.36995649337769,30.306640625],[-100.37353515625,30.30318832397461],[-100.374014377594,30.302734375],[-100.37782669067383,30.298828125],[-100.37841796875,30.298246383666992],[-100.38166522979736,30.294921875],[-100.38330078125,30.293386459350586],[-100.38587093353271,30.291015625],[-100.38818359375,30.289026260375977],[-100.3904676437378,30.287109375],[-100.39306640625,30.284934997558594],[-100.3951358795166,30.283203125],[-100.39794921875,30.280759811401367],[-100.39962768554688,30.279296875],[-100.40283203125,30.27634048461914],[-100.40386915206909,30.275390625],[-100.40771484375,30.271602630615234],[-100.40783643722534,30.271484375],[-100.41158199310303,30.267578125],[-100.41259765625,30.26657485961914],[-100.41545629501343,30.263671875],[-100.41748046875,30.261831283569336],[-100.41985511779785,30.259765625],[-100.42236328125,30.257658004760742],[-100.4245114326477,30.255859375],[-100.42724609375,30.253503799438477],[-100.42904615402222,30.251953125],[-100.43212890625,30.249176025390625],[-100.43339014053345,30.248046875],[-100.43701171875,30.244579315185547],[-100.43747663497925,30.244140625],[-100.44126987457275,30.240234375],[-100.44189453125,30.239620208740234],[-100.44509649276733,30.236328125],[-100.44677734375,30.23475456237793],[-100.44931888580322,30.232421875],[-100.45166015625,30.23040199279785],[-100.45390367507935,30.228515625],[-100.45654296875,30.226301193237305],[-100.45855760574341,30.224609375],[-100.46142578125,30.222091674804688],[-100.46299934387207,30.220703125],[-100.46630859375,30.21758270263672],[-100.46715259552002,30.216796875],[-100.471031665802,30.212890625],[-100.47119140625,30.212736129760742],[-100.47480821609497,30.208984375],[-100.47607421875,30.20775604248047],[-100.47881126403809,30.205078125],[-100.48095703125,30.203166961669922],[-100.48328876495361,30.201171875],[-100.48583984375,30.199047088623047],[-100.4879903793335,30.197265625],[-100.49072265625,30.194929122924805],[-100.49254417419434,30.193359375],[-100.49560546875,30.19055938720703],[-100.49681901931763,30.189453125],[-100.50048828125,30.185853958129883],[-100.500807762146,30.185546875],[-100.5046010017395,30.181640625],[-100.50537109375,30.180891036987305],[-100.5085039138794,30.177734375],[-100.51025390625,30.17612075805664],[-100.51278591156006,30.173828125],[-100.51513671875,30.171815872192383],[-100.51738500595093,30.169921875],[-100.52001953125,30.167682647705078],[-100.52197933197021,30.166015625],[-100.52490234375,30.163419723510742],[-100.52638053894043,30.162109375],[-100.52978515625,30.15890884399414],[-100.53054809570312,30.158203125],[-100.53446531295776,30.154296875],[-100.53466796875,30.154102325439453],[-100.53829193115234,30.150390625],[-100.53955078125,30.149179458618164],[-100.542311668396,30.146484375],[-100.54443359375,30.144590377807617],[-100.5467677116394,30.142578125],[-100.54931640625,30.140424728393555],[-100.55139780044556,30.138671875],[-100.55419921875,30.1362247467041],[-100.55586338043213,30.134765625],[-100.55908203125,30.131763458251953],[-100.56006193161011,30.130859375],[-100.56396484375,30.12699317932129],[-100.56400537490845,30.126953125],[-100.56779384613037,30.123046875],[-100.56884765625,30.122013092041016],[-100.5716872215271,30.119140625],[-100.57373046875,30.11728286743164],[-100.57608842849731,30.115234375],[-100.57861328125,30.11313247680664],[-100.58079719543457,30.111328125],[-100.58349609375,30.109045028686523],[-100.58539390563965,30.107421875],[-100.58837890625,30.104711532592773],[-100.58969497680664,30.103515625],[-100.59326171875,30.100027084350586],[-100.59369802474976,30.099609375],[-100.59746026992798,30.095703125],[-100.59814453125,30.09502410888672],[-100.6012749671936,30.091796875],[-100.60302734375,30.090160369873047],[-100.60552835464478,30.087890625],[-100.60791015625,30.085851669311523],[-100.61012744903564,30.083984375],[-100.61279296875,30.08171272277832],[-100.61470985412598,30.080078125],[-100.61767578125,30.077438354492188],[-100.61910152435303,30.076171875],[-100.62255859375,30.07288360595703],[-100.62321662902832,30.072265625],[-100.62705039978027,30.068359375],[-100.62744140625,30.067975997924805],[-100.63088655471802,30.064453125],[-100.63232421875,30.06308937072754],[-100.63500881195068,30.060546875],[-100.63720703125,30.058616638183594],[-100.6395149230957,30.056640625],[-100.64409255981445,30.052734375],[-100.64697265625,30.05015754699707],[-100.6484580039978,30.048828125],[-100.65185546875,30.045581817626953],[-100.65255641937256,30.044921875],[-100.65637826919556,30.041015625],[-100.65673828125,30.04066276550293],[-100.66018104553223,30.037109375],[-100.66162109375,30.035737991333008],[-100.66428661346436,30.033203125],[-100.66650390625,30.0312557220459],[-100.66880464553833,30.029296875],[-100.67138671875,30.027128219604492],[-100.6734561920166,30.025390625],[-100.67626953125,30.022924423217773],[-100.67789793014526,30.021484375],[-100.68115234375,30.01839256286621],[-100.68202018737793,30.017578125],[-100.685875415802,30.013671875],[-100.68603515625,30.013517379760742],[-100.68966150283813,30.009765625],[-100.69091796875,30.0085506439209],[-100.69366693496704,30.005859375],[-100.69580078125,30.00395965576172],[-100.69814205169678,30.001953125],[-100.70068359375,29.999839782714844],[-100.70284843444824,29.998046875],[-100.70556640625,29.995731353759766],[-100.70741891860962,29.994140625],[-100.71044921875,29.991395950317383],[-100.71173906326294,29.990234375],[-100.71533203125,29.986778259277344],[-100.7158088684082,29.986328125],[-100.71959257125854,29.982421875],[-100.72021484375,29.981809616088867],[-100.7234263420105,29.978515625],[-100.72509765625,29.97694969177246],[-100.72763681411743,29.974609375],[-100.72998046875,29.97256851196289],[-100.73215961456299,29.970703125],[-100.73486328125,29.968355178833008],[-100.73665857315063,29.966796875],[-100.73974609375,29.963966369628906],[-100.74092149734497,29.962890625],[-100.74462890625,29.959243774414062],[-100.74490070343018,29.958984375],[-100.74875593185425,29.955078125],[-100.74951171875,29.954345703125],[-100.75265169143677,29.951171875],[-100.75439453125,29.94955062866211],[-100.75689792633057,29.947265625],[-100.75927734375,29.945199966430664],[-100.7614278793335,29.943359375],[-100.76416015625,29.94097900390625],[-100.7659125328064,29.939453125],[-100.76904296875,29.936573028564453],[-100.77016115188599,29.935546875],[-100.77392578125,29.931758880615234],[-100.77404499053955,29.931640625],[-100.7776665687561,29.927734375],[-100.77880859375,29.926603317260742],[-100.78159093856812,29.923828125],[-100.78369140625,29.921945571899414],[-100.78603982925415,29.919921875],[-100.78857421875,29.917795181274414],[-100.79070568084717,29.916015625],[-100.79345703125,29.91364288330078],[-100.79522132873535,29.912109375],[-100.79833984375,29.90924835205078],[-100.79949140548706,29.908203125],[-100.80322265625,29.90459632873535],[-100.80353736877441,29.904296875],[-100.80727338790894,29.900390625],[-100.80810546875,29.89955711364746],[-100.81105470657349,29.896484375],[-100.81298828125,29.894691467285156],[-100.81537246704102,29.892578125],[-100.81787109375,29.89047622680664],[-100.82004308700562,29.888671875],[-100.82275390625,29.886367797851562],[-100.82462072372437,29.884765625],[-100.82763671875,29.88201141357422],[-100.82890033721924,29.880859375],[-100.83251953125,29.877288818359375],[-100.83286762237549,29.876953125],[-100.8366060256958,29.873046875],[-100.83740234375,29.87226104736328],[-100.8404541015625,29.869140625],[-100.84228515625,29.867446899414062],[-100.84474802017212,29.865234375],[-100.84716796875,29.863174438476562],[-100.84936618804932,29.861328125],[-100.85205078125,29.859033584594727],[-100.85392475128174,29.857421875],[-100.85693359375,29.85468864440918],[-100.85822820663452,29.853515625],[-100.86181640625,29.84998893737793],[-100.86220741271973,29.849609375],[-100.8658218383789,29.845703125],[-100.86669921875,29.84481430053711],[-100.8695936203003,29.841796875],[-100.87158203125,29.83997344970703],[-100.87396621704102,29.837890625],[-100.87646484375,29.83578872680664],[-100.87861776351929,29.833984375],[-100.88134765625,29.83162498474121],[-100.88314056396484,29.830078125],[-100.88623046875,29.82729721069336],[-100.88748455047607,29.826171875],[-100.89111328125,29.822664260864258],[-100.89152812957764,29.822265625],[-100.89521884918213,29.818359375],[-100.89599609375,29.817583084106445],[-100.89901924133301,29.814453125],[-100.90087890625,29.81273078918457],[-100.90332269668579,29.810546875],[-100.90576171875,29.808475494384766],[-100.90795993804932,29.806640625],[-100.91064453125,29.804372787475586],[-100.91257095336914,29.802734375],[-100.91552734375,29.800081253051758],[-100.91691732406616,29.798828125],[-100.92041015625,29.795438766479492],[-100.92095136642456,29.794921875],[-100.92471122741699,29.791015625],[-100.92529296875,29.790441513061523],[-100.92852830886841,29.787109375],[-100.93017578125,29.785560607910156],[-100.9327244758606,29.783203125],[-100.93505859375,29.781173706054688],[-100.9372615814209,29.779296875],[-100.93994140625,29.77698516845703],[-100.94176769256592,29.775390625],[-100.94482421875,29.77251434326172],[-100.94591856002808,29.771484375],[-100.94969272613525,29.767578125],[-100.94970703125,29.767562866210938],[-100.95336198806763,29.763671875],[-100.95458984375,29.762466430664062],[-100.9573245048523,29.759765625],[-100.95947265625,29.75784683227539],[-100.9617805480957,29.755859375],[-100.96435546875,29.75368309020996],[-100.96639394760132,29.751953125],[-100.96923828125,29.749414443969727],[-100.97077131271362,29.748046875],[-100.97412109375,29.74486541748047],[-100.97489833831787,29.744140625],[-100.97875356674194,29.740234375],[-100.97900390625,29.739986419677734],[-100.9824538230896,29.736328125],[-100.98388671875,29.734941482543945],[-100.98652601242065,29.732421875],[-100.98876953125,29.73045539855957],[-100.99104881286621,29.728515625],[-100.99365234375,29.72631072998047],[-100.99565744400024,29.724609375],[-100.99853515625,29.722047805786133],[-101.00004434585571,29.720703125],[-101.00341796875,29.717506408691406],[-101.00418329238892,29.716796875],[-101.00813388824463,29.712890625],[-101.00830078125,29.712730407714844],[-101.01199865341187,29.708984375],[-101.01318359375,29.707839965820312],[-101.01597309112549,29.705078125],[-101.01806640625,29.703176498413086],[-101.020348072052,29.701171875],[-101.02294921875,29.69891357421875],[-101.02485179901123,29.697265625],[-101.02783203125,29.69454574584961],[-101.0291337966919,29.693359375],[-101.03271484375,29.689838409423828],[-101.03311538696289,29.689453125],[-101.03684663772583,29.685546875],[-101.03759765625,29.68480110168457],[-101.04065895080566,29.681640625],[-101.04248046875,29.67994499206543],[-101.04492902755737,29.677734375],[-101.04736328125,29.675634384155273],[-101.049485206604,29.673828125],[-101.05224609375,29.671419143676758],[-101.05395555496216,29.669921875],[-101.05712890625,29.66694450378418],[-101.05812072753906,29.666015625],[-101.06191158294678,29.662109375],[-101.06201171875,29.66200828552246],[-101.06559991836548,29.658203125],[-101.06689453125,29.65694236755371],[-101.06960535049438,29.654296875],[-101.07177734375,29.65236473083496],[-101.07407808303833,29.650390625],[-101.07666015625,29.64821434020996],[-101.07870817184448,29.646484375],[-101.08154296875,29.643972396850586],[-101.08310222625732,29.642578125],[-101.08642578125,29.63935661315918],[-101.0871410369873,29.638671875],[-101.09085321426392,29.634765625],[-101.09130859375,29.634307861328125],[-101.09458684921265,29.630859375],[-101.09619140625,29.62933349609375],[-101.09874725341797,29.626953125],[-101.10107421875,29.62493324279785],[-101.10329866409302,29.623046875],[-101.10595703125,29.620779037475586],[-101.10786199569702,29.619140625],[-101.11083984375,29.616426467895508],[-101.11214876174927,29.615234375],[-101.11572265625,29.611719131469727],[-101.11612796783447,29.611328125],[-101.11981153488159,29.607421875],[-101.12060546875,29.60662269592285],[-101.12358331680298,29.603515625],[-101.12548828125,29.601749420166016],[-101.12789630889893,29.599609375],[-101.13037109375,29.597511291503906],[-101.1325192451477,29.595703125],[-101.13525390625,29.59332275390625],[-101.13698959350586,29.591796875],[-101.14013671875,29.588823318481445],[-101.14113092422485,29.587890625],[-101.14491701126099,29.583984375],[-101.14501953125,29.583881378173828],[-101.14859104156494,29.580078125],[-101.14990234375,29.578800201416016],[-101.15260124206543,29.576171875],[-101.15478515625,29.574230194091797],[-101.157066822052,29.572265625],[-101.15966796875,29.57004737854004],[-101.16164922714233,29.568359375],[-101.16455078125,29.565763473510742],[-101.16601228713989,29.564453125],[-101.16943359375,29.561140060424805],[-101.17005348205566,29.560546875],[-101.17375612258911,29.556640625],[-101.17431640625,29.556079864501953],[-101.17750406265259,29.552734375],[-101.17919921875,29.551137924194336],[-101.18171453475952,29.548828125],[-101.18408203125,29.546775817871094],[-101.1862564086914,29.544921875],[-101.18896484375,29.54256820678711],[-101.19076013565063,29.541015625],[-101.19384765625,29.538204193115234],[-101.19505167007446,29.537109375],[-101.19873046875,29.53347396850586],[-101.19900941848755,29.533203125],[-101.20266914367676,29.529296875],[-101.20361328125,29.528348922729492],[-101.20648145675659,29.525390625],[-101.20849609375,29.523540496826172],[-101.2108325958252,29.521484375],[-101.21337890625,29.519306182861328],[-101.21540784835815,29.517578125],[-101.21826171875,29.515026092529297],[-101.21976137161255,29.513671875],[-101.22314453125,29.51033592224121],[-101.2237286567688,29.509765625],[-101.22734069824219,29.505859375],[-101.22802734375,29.505163192749023],[-101.23109102249146,29.501953125],[-101.23291015625,29.500253677368164],[-101.23535871505737,29.498046875],[-101.23779296875,29.49595832824707],[-101.23993873596191,29.494140625],[-101.24267578125,29.491758346557617],[-101.24440670013428,29.490234375],[-101.24755859375,29.487253189086914],[-101.24854564666748,29.486328125],[-101.25240325927734,29.482421875],[-101.25244140625,29.482385635375977],[-101.25615358352661,29.478515625],[-101.25732421875,29.477371215820312],[-101.26009702682495,29.474609375],[-101.26220703125,29.47270393371582],[-101.2645173072815,29.470703125],[-101.26708984375,29.468530654907227],[-101.26913785934448,29.466796875],[-101.27197265625,29.46426773071289],[-101.27350091934204,29.462890625],[-101.27685546875,29.459579467773438],[-101.27746343612671,29.458984375],[-101.2810468673706,29.455078125],[-101.28173828125,29.45436668395996],[-101.28472328186035,29.451171875],[-101.28662109375,29.449392318725586],[-101.28900527954102,29.447265625],[-101.29150390625,29.44514274597168],[-101.29361629486084,29.443359375],[-101.29638671875,29.44091796875],[-101.2980318069458,29.439453125],[-101.30126953125,29.436315536499023],[-101.30206823348999,29.435546875],[-101.30571126937866,29.431640625],[-101.30615234375,29.431190490722656],[-101.30938053131104,29.427734375],[-101.31103515625,29.426156997680664],[-101.3135552406311,29.423828125],[-101.31591796875,29.421783447265625],[-101.31810665130615,29.419921875],[-101.32080078125,29.41758155822754],[-101.32258653640747,29.416015625],[-101.32568359375,29.413084030151367],[-101.32671594619751,29.412109375],[-101.33044242858887,29.408203125],[-101.33056640625,29.408079147338867],[-101.33408308029175,29.404296875],[-101.33544921875,29.402963638305664],[-101.33810758590698,29.400390625],[-101.34033203125,29.39841079711914],[-101.34255647659302,29.396484375],[-101.34521484375,29.3941650390625],[-101.34703159332275,29.392578125],[-101.35009765625,29.38970375061035],[-101.35119915008545,29.388671875],[-101.35496854782104,29.384765625],[-101.35498046875,29.38475227355957],[-101.35860204696655,29.380859375],[-101.35986328125,29.379619598388672],[-101.36257648468018,29.376953125],[-101.36474609375,29.3750057220459],[-101.36699438095093,29.373046875],[-101.36962890625,29.370759963989258],[-101.37149572372437,29.369140625],[-101.37451171875,29.366365432739258],[-101.37573957443237,29.365234375],[-101.37939453125,29.36151885986328],[-101.37958765029907,29.361328125],[-101.38318538665771,29.357421875],[-101.38427734375,29.35633087158203],[-101.38705968856812,29.353515625],[-101.38916015625,29.35159683227539],[-101.39141082763672,29.349609375],[-101.39404296875,29.34730339050293],[-101.39587879180908,29.345703125],[-101.39892578125,29.34288215637207],[-101.40009880065918,29.341796875],[-101.40380859375,29.33799934387207],[-101.4039158821106,29.337890625],[-101.40749931335449,29.333984375],[-101.40869140625,29.332799911499023],[-101.41143083572388,29.330078125],[-101.41357421875,29.328149795532227],[-101.41584873199463,29.326171875],[-101.41845703125,29.323928833007812],[-101.4203929901123,29.322265625],[-101.42333984375,29.31960678100586],[-101.4247179031372,29.318359375],[-101.42822265625,29.31490707397461],[-101.42868757247925,29.314453125],[-101.43227815628052,29.310546875],[-101.43310546875,29.30970001220703],[-101.43600702285767,29.306640625],[-101.43798828125,29.304800033569336],[-101.4403247833252,29.302734375],[-101.44287109375,29.30055809020996],[-101.44490242004395,29.298828125],[-101.44775390625,29.296260833740234],[-101.44922733306885,29.294921875],[-101.45263671875,29.2915096282959],[-101.45313739776611,29.291015625],[-101.45669937133789,29.287109375],[-101.45751953125,29.28626823425293],[-101.46042346954346,29.283203125],[-101.46240234375,29.281368255615234],[-101.46475076675415,29.279296875],[-101.46728515625,29.27714729309082],[-101.46935939788818,29.275390625],[-101.47216796875,29.272884368896484],[-101.47371768951416,29.271484375],[-101.47705078125,29.268177032470703],[-101.47766351699829,29.267578125],[-101.48128271102905,29.263671875],[-101.48193359375,29.263010025024414],[-101.48500680923462,29.259765625],[-101.48681640625,29.258066177368164],[-101.48925304412842,29.255859375],[-101.49169921875,29.253755569458008],[-101.49381399154663,29.251953125],[-101.49658203125,29.249509811401367],[-101.49821996688843,29.248046875],[-101.50146484375,29.244884490966797],[-101.5022325515747,29.244140625],[-101.50583505630493,29.240234375],[-101.50634765625,29.23970603942871],[-101.50948524475098,29.236328125],[-101.51123046875,29.234668731689453],[-101.51368379592896,29.232421875],[-101.51611328125,29.23032569885254],[-101.518235206604,29.228515625],[-101.52099609375,29.2260684967041],[-101.52261734008789,29.224609375],[-101.52587890625,29.22138023376465],[-101.5265679359436,29.220703125],[-101.53011798858643,29.216796875],[-101.53076171875,29.216129302978516],[-101.53376579284668,29.212890625],[-101.53564453125,29.211122512817383],[-101.53802871704102,29.208984375],[-101.54052734375,29.206846237182617],[-101.54260158538818,29.205078125],[-101.54541015625,29.20255470275879],[-101.54693126678467,29.201171875],[-101.55029296875,29.197790145874023],[-101.55081987380981,29.197265625],[-101.55434846878052,29.193359375],[-101.55517578125,29.192508697509766],[-101.55806541442871,29.189453125],[-101.56005859375,29.187604904174805],[-101.56238794326782,29.185546875],[-101.56494140625,29.183359146118164],[-101.56694173812866,29.181640625],[-101.56982421875,29.178993225097656],[-101.5711760520935,29.177734375],[-101.57470703125,29.174047470092773],[-101.57492160797119,29.173828125],[-101.57841205596924,29.169921875],[-101.57958984375,29.168737411499023],[-101.58230304718018,29.166015625],[-101.58447265625,29.164043426513672],[-101.58666610717773,29.162109375],[-101.58935546875,29.159717559814453],[-101.59105062484741,29.158203125],[-101.59423828125,29.155073165893555],[-101.59502506256104,29.154296875],[-101.59849643707275,29.150390625],[-101.59912109375,29.149738311767578],[-101.60215854644775,29.146484375],[-101.60400390625,29.14476203918457],[-101.60644769668579,29.142578125],[-101.60888671875,29.140493392944336],[-101.61103010177612,29.138671875],[-101.61376953125,29.136234283447266],[-101.61539793014526,29.134765625],[-101.61865234375,29.131513595581055],[-101.61930799484253,29.130859375],[-101.62275314331055,29.126953125],[-101.62353515625,29.126121520996094],[-101.62634134292603,29.123046875],[-101.62841796875,29.121047973632812],[-101.63052797317505,29.119140625],[-101.63330078125,29.116744995117188],[-101.63506031036377,29.115234375],[-101.63818359375,29.112346649169922],[-101.63925409317017,29.111328125],[-101.64271354675293,29.107421875],[-101.64306640625,29.107027053833008],[-101.64603233337402,29.103515625],[-101.64794921875,29.10160255432129],[-101.65011882781982,29.099609375],[-101.65283203125,29.097314834594727],[-101.6547679901123,29.095703125],[-101.65771484375,29.09314727783203],[-101.65923118591309,29.091796875],[-101.66259765625,29.088424682617188],[-101.66312456130981,29.087890625],[-101.66651725769043,29.083984375],[-101.66748046875,29.08298683166504],[-101.67028903961182,29.080078125],[-101.67236328125,29.078184127807617],[-101.67466163635254,29.076171875],[-101.67724609375,29.073970794677734],[-101.67927980422974,29.072265625],[-101.68212890625,29.06983184814453],[-101.6838526725769,29.068359375],[-101.68701171875,29.065513610839844],[-101.68818712234497,29.064453125],[-101.69189453125,29.06082534790039],[-101.69218301773071,29.060546875],[-101.69585704803467,29.056640625],[-101.69677734375,29.055715560913086],[-101.69965267181396,29.052734375],[-101.70166015625,29.050874710083008],[-101.70395851135254,29.048828125],[-101.70654296875,29.04656219482422],[-101.70841217041016,29.044921875],[-101.71142578125,29.04205894470215],[-101.7125153541565,29.041015625],[-101.71614646911621,29.037109375],[-101.71630859375,29.036945343017578],[-101.71979904174805,29.033203125],[-101.72119140625,29.031856536865234],[-101.7238450050354,29.029296875],[-101.72607421875,29.02727699279785],[-101.72817468643188,29.025390625],[-101.73095703125,29.02274513244629],[-101.73227787017822,29.021484375],[-101.73583984375,29.017778396606445],[-101.73604488372803,29.017578125],[-101.73989772796631,29.013671875],[-101.74072265625,29.012861251831055],[-101.74368858337402,29.009765625],[-101.74560546875,29.00797462463379],[-101.74798250198364,29.005859375],[-101.75048828125,29.003725051879883],[-101.75257921218872,29.001953125],[-101.75537109375,28.99946403503418],[-101.7569375038147,28.998046875],[-101.76025390625,28.99470329284668],[-101.7608118057251,28.994140625],[-101.76425457000732,28.990234375],[-101.76513671875,28.98931121826172],[-101.76793098449707,28.986328125],[-101.77001953125,28.984331130981445],[-101.77210092544556,28.982421875],[-101.77490234375,28.979833602905273],[-101.77632570266724,28.978515625],[-101.77978515625,28.974895477294922],[-101.78006172180176,28.974609375],[-101.78343296051025,28.970703125],[-101.78466796875,28.969425201416016],[-101.78723812103271,28.966796875],[-101.78955078125,28.96466064453125],[-101.79156541824341,28.962890625],[-101.79443359375,28.96038818359375],[-101.79601430892944,28.958984375],[-101.79931640625,28.955663681030273],[-101.79988861083984,28.955078125],[-101.80328607559204,28.951171875],[-101.80419921875,28.95025634765625],[-101.80723905563354,28.947265625],[-101.80908203125,28.94561767578125],[-101.81163311004639,28.943359375],[-101.81396484375,28.941377639770508],[-101.81626558303833,28.939453125],[-101.81884765625,28.937288284301758],[-101.82090997695923,28.935546875],[-101.82373046875,28.93303108215332],[-101.82526588439941,28.931640625],[-101.82861328125,28.92827606201172],[-101.82915687561035,28.927734375],[-101.83264493942261,28.923828125],[-101.83349609375,28.92293930053711],[-101.83630466461182,28.919921875],[-101.83837890625,28.917922973632812],[-101.84045076370239,28.916015625],[-101.84326171875,28.913467407226562],[-101.84478759765625,28.912109375],[-101.84814453125,28.908899307250977],[-101.8488621711731,28.908203125],[-101.85235023498535,28.904296875],[-101.85302734375,28.903583526611328],[-101.85596942901611,28.900390625],[-101.85791015625,28.898571014404297],[-101.86026334762573,28.896484375],[-101.86279296875,28.894332885742188],[-101.8648624420166,28.892578125],[-101.86767578125,28.890085220336914],[-101.86927318572998,28.888671875],[-101.87255859375,28.8856201171875],[-101.87350511550903,28.884765625],[-101.87744140625,28.881065368652344],[-101.87766313552856,28.880859375],[-101.88148736953735,28.876953125],[-101.88232421875,28.876113891601562],[-101.88523530960083,28.873046875],[-101.88720703125,28.871196746826172],[-101.88950061798096,28.869140625],[-101.89208984375,28.86685562133789],[-101.89389944076538,28.865234375],[-101.89697265625,28.86219596862793],[-101.89785957336426,28.861328125],[-101.90147399902344,28.857421875],[-101.90185546875,28.857030868530273],[-101.90513610839844,28.853515625],[-101.90673828125,28.85198211669922],[-101.9092869758606,28.849609375],[-101.91162109375,28.847593307495117],[-101.91386222839355,28.845703125],[-101.91650390625,28.84345817565918],[-101.91843509674072,28.841796875],[-101.92138671875,28.839073181152344],[-101.9226598739624,28.837890625],[-101.92626953125,28.834199905395508],[-101.92648649215698,28.833984375],[-101.93009853363037,28.830078125],[-101.93115234375,28.829023361206055],[-101.93394899368286,28.826171875],[-101.93603515625,28.82426643371582],[-101.9383192062378,28.822265625],[-101.94091796875,28.82002067565918],[-101.94281816482544,28.818359375],[-101.94580078125,28.815509796142578],[-101.94689750671387,28.814453125],[-101.95043087005615,28.810546875],[-101.95068359375,28.81027603149414],[-101.9538950920105,28.806640625],[-101.95556640625,28.805017471313477],[-101.95803880691528,28.802734375],[-101.96044921875,28.800668716430664],[-101.9626235961914,28.798828125],[-101.96533203125,28.796432495117188],[-101.96699380874634,28.794921875],[-101.97021484375,28.791624069213867],[-101.97081565856934,28.791015625],[-101.97427034378052,28.787109375],[-101.97509765625,28.786252975463867],[-101.97797775268555,28.783203125],[-101.97998046875,28.781347274780273],[-101.98230266571045,28.779296875],[-101.98486328125,28.777076721191406],[-101.98675155639648,28.775390625],[-101.98974609375,28.772205352783203],[-101.99038743972778,28.771484375],[-101.9932222366333,28.767578125],[-101.99462890625,28.766036987304688],[-101.99698209762573,28.763671875],[-101.99951171875,28.761409759521484],[-102.00140714645386,28.759765625],[-102.00439453125,28.757036209106445],[-102.00564861297607,28.755859375],[-102.0092225074768,28.751953125],[-102.00927734375,28.751893997192383],[-102.0125937461853,28.748046875],[-102.01416015625,28.746501922607422],[-102.01667785644531,28.744140625],[-102.01904296875,28.742116928100586],[-102.0212984085083,28.740234375],[-102.02392578125,28.738039016723633],[-102.0259690284729,28.736328125],[-102.02880859375,28.73388671875],[-102.03052282333374,28.732421875],[-102.03369140625,28.729591369628906],[-102.03487873077393,28.728515625],[-102.03857421875,28.724721908569336],[-102.03868389129639,28.724609375],[-102.04208612442017,28.720703125],[-102.04345703125,28.719324111938477],[-102.0460557937622,28.716796875],[-102.04833984375,28.71478843688965],[-102.05056667327881,28.712890625],[-102.05322265625,28.710594177246094],[-102.05504179000854,28.708984375],[-102.05810546875,28.705951690673828],[-102.0589828491211,28.705078125],[-102.06243753433228,28.701171875],[-102.06298828125,28.700599670410156],[-102.06612586975098,28.697265625],[-102.06787109375,28.695632934570312],[-102.07037925720215,28.693359375],[-102.07275390625,28.691333770751953],[-102.07498788833618,28.689453125],[-102.07763671875,28.687170028686523],[-102.07948446273804,28.685546875],[-102.08251953125,28.6826171875],[-102.08352565765381,28.681640625],[-102.08707094192505,28.677734375],[-102.08740234375,28.677387237548828],[-102.09064245223999,28.673828125],[-102.09228515625,28.672250747680664],[-102.09481000900269,28.669921875],[-102.09716796875,28.667909622192383],[-102.09943771362305,28.666015625],[-102.10205078125,28.663827896118164],[-102.10408687591553,28.662109375],[-102.10693359375,28.659568786621094],[-102.1084451675415,28.658203125],[-102.11181640625,28.65485954284668],[-102.11239099502563,28.654296875],[-102.11596012115479,28.650390625],[-102.11669921875,28.649627685546875],[-102.1196460723877,28.646484375],[-102.12158203125,28.644676208496094],[-102.1239447593689,28.642578125],[-102.12646484375,28.64042854309082],[-102.12852954864502,28.638671875],[-102.13134765625,28.636137008666992],[-102.13285446166992,28.634765625],[-102.13623046875,28.631362915039062],[-102.1367359161377,28.630859375],[-102.1402645111084,28.626953125],[-102.14111328125,28.626079559326172],[-102.14398860931396,28.623046875],[-102.14599609375,28.621185302734375],[-102.1483039855957,28.619140625],[-102.15087890625,28.616910934448242],[-102.15280771255493,28.615234375],[-102.15576171875,28.61246681213379],[-102.15697050094604,28.611328125],[-102.16064453125,28.607439041137695],[-102.16066122055054,28.607421875],[-102.16417789459229,28.603515625],[-102.16552734375,28.602174758911133],[-102.16814756393433,28.599609375],[-102.17041015625,28.597562789916992],[-102.1725058555603,28.595703125],[-102.17529296875,28.593114852905273],[-102.17668533325195,28.591796875],[-102.18017578125,28.587953567504883],[-102.18023300170898,28.587890625],[-102.18348979949951,28.583984375],[-102.18505859375,28.582304000854492],[-102.18713998794556,28.580078125],[-102.18994140625,28.576791763305664],[-102.19046354293823,28.576171875],[-102.19323635101318,28.572265625],[-102.19482421875,28.570465087890625],[-102.19681024551392,28.568359375],[-102.19970703125,28.56524658203125],[-102.20044136047363,28.564453125],[-102.2035026550293,28.560546875],[-102.20458984375,28.55938148498535],[-102.20725297927856,28.556640625],[-102.20947265625,28.554637908935547],[-102.21167325973511,28.552734375],[-102.21435546875,28.550445556640625],[-102.2162652015686,28.548828125],[-102.21923828125,28.546234130859375],[-102.22074270248413,28.544921875],[-102.22412109375,28.541715621948242],[-102.2248387336731,28.541015625],[-102.22827672958374,28.537109375],[-102.22900390625,28.536340713500977],[-102.23191022872925,28.533203125],[-102.23388671875,28.531362533569336],[-102.23623037338257,28.529296875],[-102.23876953125,28.52715492248535],[-102.24087238311768,28.525390625],[-102.24365234375,28.52296257019043],[-102.24533081054688,28.521484375],[-102.24853515625,28.51846694946289],[-102.2494912147522,28.517578125],[-102.25332021713257,28.513671875],[-102.25341796875,28.513572692871094],[-102.25689888000488,28.509765625],[-102.25830078125,28.508373260498047],[-102.26085662841797,28.505859375],[-102.26318359375,28.50368309020996],[-102.26504325866699,28.501953125],[-102.26806640625,28.498964309692383],[-102.26903200149536,28.498046875],[-102.27294921875,28.494203567504883],[-102.27301836013794,28.494140625],[-102.27712631225586,28.490234375],[-102.27783203125,28.489582061767578],[-102.28118896484375,28.486328125],[-102.28271484375,28.484907150268555],[-102.28535413742065,28.482421875],[-102.28759765625,28.480451583862305],[-102.28986501693726,28.478515625],[-102.29248046875,28.47629165649414],[-102.29444026947021,28.474609375],[-102.29736328125,28.471920013427734],[-102.29867696762085,28.470703125],[-102.30224609375,28.46704864501953],[-102.30249643325806,28.466796875],[-102.30605602264404,28.462890625],[-102.30712890625,28.461809158325195],[-102.30989933013916,28.458984375],[-102.31201171875,28.45705795288086],[-102.31426954269409,28.455078125],[-102.31689453125,28.452796936035156],[-102.31874704360962,28.451171875],[-102.32177734375,28.448274612426758],[-102.32282876968384,28.447265625],[-102.3264479637146,28.443359375],[-102.32666015625,28.443138122558594],[-102.3300051689148,28.439453125],[-102.33154296875,28.437952041625977],[-102.33407497406006,28.435546875],[-102.33642578125,28.4334659576416],[-102.33851909637451,28.431640625],[-102.34130859375,28.429109573364258],[-102.34280586242676,28.427734375],[-102.34619140625,28.42426872253418],[-102.34663009643555,28.423828125],[-102.35012292861938,28.419921875],[-102.35107421875,28.418947219848633],[-102.35388994216919,28.416015625],[-102.35595703125,28.414108276367188],[-102.35821723937988,28.412109375],[-102.36083984375,28.409820556640625],[-102.3626708984375,28.408203125],[-102.36572265625,28.405248641967773],[-102.36670255661011,28.404296875],[-102.37022876739502,28.400390625],[-102.37060546875,28.399991989135742],[-102.37374782562256,28.396484375],[-102.37548828125,28.394790649414062],[-102.37785339355469,28.392578125],[-102.38037109375,28.390291213989258],[-102.38214015960693,28.388671875],[-102.38525390625,28.385543823242188],[-102.38604307174683,28.384765625],[-102.38960981369019,28.380859375],[-102.39013671875,28.38031768798828],[-102.39327192306519,28.376953125],[-102.39501953125,28.375288009643555],[-102.39745378494263,28.373046875],[-102.39990234375,28.37089729309082],[-102.40191459655762,28.369140625],[-102.40478515625,28.36646842956543],[-102.40609169006348,28.365234375],[-102.40966796875,28.361404418945312],[-102.40973949432373,28.361328125],[-102.41320610046387,28.357421875],[-102.41455078125,28.3560791015625],[-102.41716146469116,28.353515625],[-102.41943359375,28.351459503173828],[-102.42152214050293,28.349609375],[-102.42431640625,28.34703826904297],[-102.4257493019104,28.345703125],[-102.42919921875,28.342065811157227],[-102.42945909500122,28.341796875],[-102.43289709091187,28.337890625],[-102.43408203125,28.336688995361328],[-102.43676424026489,28.333984375],[-102.43896484375,28.331960678100586],[-102.44107007980347,28.330078125],[-102.44384765625,28.327529907226562],[-102.44531869888306,28.326171875],[-102.44873046875,28.322673797607422],[-102.44913578033447,28.322265625],[-102.45264768600464,28.318359375],[-102.45361328125,28.317373275756836],[-102.45641946792603,28.314453125],[-102.45849609375,28.312519073486328],[-102.46070146560669,28.310546875],[-102.46337890625,28.30815315246582],[-102.46505498886108,28.306640625],[-102.46826171875,28.30342674255371],[-102.46895551681519,28.302734375],[-102.47241497039795,28.298828125],[-102.47314453125,28.298063278198242],[-102.47605085372925,28.294921875],[-102.47802734375,28.29305076599121],[-102.48028039932251,28.291015625],[-102.48291015625,28.288665771484375],[-102.48463869094849,28.287109375],[-102.48779296875,28.28404426574707],[-102.48868942260742,28.283203125],[-102.49267578125,28.279308319091797],[-102.49268770217896,28.279296875],[-102.49661207199097,28.275390625],[-102.49755859375,28.274463653564453],[-102.5004529953003,28.271484375],[-102.50244140625,28.26964569091797],[-102.50478982925415,28.267578125],[-102.50732421875,28.265443801879883],[-102.50943422317505,28.263671875],[-102.51220703125,28.2612361907959],[-102.5138521194458,28.259765625],[-102.51708984375,28.256580352783203],[-102.51782655715942,28.255859375],[-102.52136707305908,28.251953125],[-102.52197265625,28.251319885253906],[-102.52498149871826,28.248046875],[-102.52685546875,28.24626922607422],[-102.52921104431152,28.244140625],[-102.53173828125,28.241945266723633],[-102.53371238708496,28.240234375],[-102.53662109375,28.237560272216797],[-102.53795146942139,28.236328125],[-102.54150390625,28.232681274414062],[-102.54176139831543,28.232421875],[-102.54531145095825,28.228515625],[-102.54638671875,28.227428436279297],[-102.5491452217102,28.224609375],[-102.55126953125,28.222640991210938],[-102.55343914031982,28.220703125],[-102.55615234375,28.2182559967041],[-102.55775451660156,28.216796875],[-102.56103515625,28.21346092224121],[-102.56160020828247,28.212890625],[-102.56503582000732,28.208984375],[-102.56591796875,28.208065032958984],[-102.56872892379761,28.205078125],[-102.57080078125,28.2031192779541],[-102.57296323776245,28.201171875],[-102.57568359375,28.19877052307129],[-102.57740259170532,28.197265625],[-102.58056640625,28.19428253173828],[-102.58152961730957,28.193359375],[-102.5851058959961,28.189453125],[-102.58544921875,28.189096450805664],[-102.58874654769897,28.185546875],[-102.59033203125,28.184022903442383],[-102.59285926818848,28.181640625],[-102.59521484375,28.179536819458008],[-102.59726047515869,28.177734375],[-102.60009765625,28.17511749267578],[-102.60148286819458,28.173828125],[-102.60498046875,28.1701717376709],[-102.60522365570068,28.169921875],[-102.60871171951294,28.166015625],[-102.60986328125,28.164852142333984],[-102.61257410049438,28.162109375],[-102.61474609375,28.160110473632812],[-102.61687517166138,28.158203125],[-102.61962890625,28.155683517456055],[-102.62113571166992,28.154296875],[-102.62451171875,28.150821685791016],[-102.62493371963501,28.150390625],[-102.6283597946167,28.146484375],[-102.62939453125,28.145416259765625],[-102.63212203979492,28.142578125],[-102.63427734375,28.140525817871094],[-102.6362657546997,28.138671875],[-102.63916015625,28.135831832885742],[-102.6402473449707,28.134765625],[-102.64373540878296,28.130859375],[-102.64404296875,28.13053321838379],[-102.64724969863892,28.126953125],[-102.64892578125,28.125322341918945],[-102.65134811401367,28.123046875],[-102.65380859375,28.12083625793457],[-102.65570878982544,28.119140625],[-102.65869140625,28.116291046142578],[-102.65979290008545,28.115234375],[-102.66345024108887,28.111328125],[-102.66357421875,28.111202239990234],[-102.6671314239502,28.107421875],[-102.66845703125,28.106136322021484],[-102.67114639282227,28.103515625],[-102.67333984375,28.101530075073242],[-102.67549991607666,28.099609375],[-102.67822265625,28.097103118896484],[-102.67972946166992,28.095703125],[-102.68310546875,28.092205047607422],[-102.68350839614868,28.091796875],[-102.68708229064941,28.087890625],[-102.68798828125,28.087003707885742],[-102.69107103347778,28.083984375],[-102.69287109375,28.082351684570312],[-102.69538164138794,28.080078125],[-102.69775390625,28.077991485595703],[-102.69983768463135,28.076171875],[-102.70263671875,28.073619842529297],[-102.70410776138306,28.072265625],[-102.70751953125,28.068777084350586],[-102.70793437957764,28.068359375],[-102.71143913269043,28.064453125],[-102.71240234375,28.06346893310547],[-102.71521806716919,28.060546875],[-102.71728515625,28.058631896972656],[-102.71951913833618,28.056640625],[-102.72216796875,28.054285049438477],[-102.72390365600586,28.052734375],[-102.72705078125,28.049644470214844],[-102.72788047790527,28.048828125],[-102.73136138916016,28.044921875],[-102.73193359375,28.044313430786133],[-102.73491621017456,28.041015625],[-102.73681640625,28.039201736450195],[-102.73913145065308,28.037109375],[-102.74169921875,28.03485870361328],[-102.74358034133911,28.033203125],[-102.74658203125,28.030315399169922],[-102.74763107299805,28.029296875],[-102.75113105773926,28.025390625],[-102.75146484375,28.02503204345703],[-102.75460243225098,28.021484375],[-102.75634765625,28.01978874206543],[-102.7587342262268,28.017578125],[-102.76123046875,28.015365600585938],[-102.7631402015686,28.013671875],[-102.76611328125,28.010799407958984],[-102.767174243927,28.009765625],[-102.77063608169556,28.005859375],[-102.77099609375,28.005468368530273],[-102.77408599853516,28.001953125],[-102.77587890625,28.000207901000977],[-102.77822017669678,27.998046875],[-102.78076171875,27.995786666870117],[-102.78259754180908,27.994140625],[-102.78564453125,27.99111557006836],[-102.78652906417847,27.990234375],[-102.78993129730225,27.986328125],[-102.79052734375,27.985687255859375],[-102.79345750808716,27.982421875],[-102.79541015625,27.980539321899414],[-102.79761552810669,27.978515625],[-102.80029296875,27.976102828979492],[-102.80194997787476,27.974609375],[-102.80517578125,27.971458435058594],[-102.80596256256104,27.970703125],[-102.80963659286499,27.966796875],[-102.81005859375,27.966365814208984],[-102.81327247619629,27.962890625],[-102.81494140625,27.961284637451172],[-102.81741142272949,27.958984375],[-102.81982421875,27.956859588623047],[-102.82185554504395,27.955078125],[-102.82470703125,27.95241355895996],[-102.82601594924927,27.951171875],[-102.82958984375,27.947307586669922],[-102.82963037490845,27.947265625],[-102.83310890197754,27.943359375],[-102.83447265625,27.942005157470703],[-102.83708333969116,27.939453125],[-102.83935546875,27.937402725219727],[-102.84144878387451,27.935546875],[-102.84423828125,27.93297004699707],[-102.84565687179565,27.931640625],[-102.84912109375,27.927953720092773],[-102.84933090209961,27.927734375],[-102.85276412963867,27.923828125],[-102.85400390625,27.922574996948242],[-102.85665512084961,27.919921875],[-102.85888671875,27.91788101196289],[-102.86099433898926,27.916015625],[-102.86376953125,27.913557052612305],[-102.86543130874634,27.912109375],[-102.86865234375,27.90919303894043],[-102.86975860595703,27.908203125],[-102.87353515625,27.904577255249023],[-102.8738284111023,27.904296875],[-102.87748575210571,27.900390625],[-102.87841796875,27.899446487426758],[-102.88125991821289,27.896484375],[-102.88330078125,27.89458465576172],[-102.88556098937988,27.892578125],[-102.88818359375,27.89030647277832],[-102.8900671005249,27.888671875],[-102.89306640625,27.8858699798584],[-102.89423704147339,27.884765625],[-102.89792060852051,27.880859375],[-102.89794921875,27.880830764770508],[-102.90147542953491,27.876953125],[-102.90283203125,27.875614166259766],[-102.9054594039917,27.873046875],[-102.90771484375,27.871004104614258],[-102.90981769561768,27.869140625],[-102.91259765625,27.866605758666992],[-102.91408777236938,27.865234375],[-102.91748046875,27.861759185791016],[-102.91790723800659,27.861328125],[-102.92139291763306,27.857421875],[-102.92236328125,27.856426239013672],[-102.92515993118286,27.853515625],[-102.92724609375,27.851560592651367],[-102.92940855026245,27.849609375],[-102.93212890625,27.847145080566406],[-102.93371677398682,27.845703125],[-102.93701171875,27.8424072265625],[-102.93762683868408,27.841796875],[-102.94113159179688,27.837890625],[-102.94189453125,27.83709716796875],[-102.94479846954346,27.833984375],[-102.94677734375,27.832111358642578],[-102.94901847839355,27.830078125],[-102.95166015625,27.82770538330078],[-102.95336961746216,27.826171875],[-102.95654296875,27.82305145263672],[-102.9573392868042,27.822265625],[-102.96081066131592,27.818359375],[-102.96142578125,27.81770896911621],[-102.96439170837402,27.814453125],[-102.96630859375,27.812625885009766],[-102.96859502792358,27.810546875],[-102.97119140625,27.808237075805664],[-102.97299146652222,27.806640625],[-102.97607421875,27.803672790527344],[-102.97704458236694,27.802734375],[-102.98056364059448,27.798828125],[-102.98095703125,27.79840850830078],[-102.98408269882202,27.794921875],[-102.98583984375,27.793222427368164],[-102.98822164535522,27.791015625],[-102.99072265625,27.78879165649414],[-102.99262285232544,27.787109375],[-102.99560546875,27.78426742553711],[-102.99671411514282,27.783203125],[-103.00026178359985,27.779296875],[-103.00048828125,27.779056549072266],[-103.00374746322632,27.775390625],[-103.00537109375,27.7738037109375],[-103.00783395767212,27.771484375],[-103.01025390625,27.769325256347656],[-103.01222562789917,27.767578125],[-103.01513671875,27.764822006225586],[-103.01634073257446,27.763671875],[-103.0199146270752,27.759765625],[-103.02001953125,27.759654998779297],[-103.02337884902954,27.755859375],[-103.02490234375,27.754358291625977],[-103.02742004394531,27.751953125],[-103.02978515625,27.749832153320312],[-103.03179502487183,27.748046875],[-103.03466796875,27.745332717895508],[-103.0359148979187,27.744140625],[-103.03949356079102,27.740234375],[-103.03955078125,27.74017333984375],[-103.04293632507324,27.736328125],[-103.04443359375,27.734844207763672],[-103.04694890975952,27.732421875],[-103.04931640625,27.730274200439453],[-103.05125713348389,27.728515625],[-103.05419921875,27.72559356689453],[-103.05517196655273,27.724609375],[-103.05846452713013,27.720703125],[-103.05908203125,27.72003173828125],[-103.06199789047241,27.716796875],[-103.06396484375,27.71493148803711],[-103.06624174118042,27.712890625],[-103.06884765625,27.710607528686523],[-103.0706787109375,27.708984375],[-103.07373046875,27.70599937438965],[-103.07466745376587,27.705078125],[-103.07813167572021,27.701171875],[-103.07861328125,27.70065689086914],[-103.08164834976196,27.697265625],[-103.08349609375,27.69548988342285],[-103.0858325958252,27.693359375],[-103.08837890625,27.691123962402344],[-103.09026956558228,27.689453125],[-103.09326171875,27.686552047729492],[-103.09429168701172,27.685546875],[-103.09776544570923,27.681640625],[-103.09814453125,27.68123435974121],[-103.1012511253357,27.677734375],[-103.10302734375,27.676008224487305],[-103.10538530349731,27.673828125],[-103.10791015625,27.67159080505371],[-103.10978889465332,27.669921875],[-103.11279296875,27.66701316833496],[-103.11381578445435,27.666015625],[-103.11731815338135,27.662109375],[-103.11767578125,27.66172981262207],[-103.12081813812256,27.658203125],[-103.12255859375,27.656511306762695],[-103.12493801116943,27.654296875],[-103.12744140625,27.652061462402344],[-103.12931299209595,27.650390625],[-103.13232421875,27.64746856689453],[-103.1333327293396,27.646484375],[-103.13683986663818,27.642578125],[-103.13720703125,27.642189025878906],[-103.1403636932373,27.638671875],[-103.14208984375,27.63699722290039],[-103.14448118209839,27.634765625],[-103.14697265625,27.632530212402344],[-103.14884185791016,27.630859375],[-103.15185546875,27.627944946289062],[-103.15287828445435,27.626953125],[-103.15639734268188,27.623046875],[-103.15673828125,27.6226863861084],[-103.15991401672363,27.619140625],[-103.16162109375,27.617475509643555],[-103.1640076637268,27.615234375],[-103.16650390625,27.61297607421875],[-103.16833734512329,27.611328125],[-103.17138671875,27.60836410522461],[-103.17234754562378,27.607421875],[-103.175790309906,27.603515625],[-103.17626953125,27.602998733520508],[-103.17927598953247,27.599609375],[-103.18115234375,27.59779167175293],[-103.18342685699463,27.595703125],[-103.18603515625,27.593374252319336],[-103.18780660629272,27.591796875],[-103.19091796875,27.588781356811523],[-103.19182872772217,27.587890625],[-103.19530010223389,27.583984375],[-103.19580078125,27.58344841003418],[-103.19880723953247,27.580078125],[-103.20068359375,27.57826805114746],[-103.20297241210938,27.576171875],[-103.20556640625,27.573854446411133],[-103.20733547210693,27.572265625],[-103.21044921875,27.569181442260742],[-103.21127653121948,27.568359375],[-103.21469783782959,27.564453125],[-103.21533203125,27.563779830932617],[-103.21826934814453,27.560546875],[-103.22021484375,27.55868911743164],[-103.22246074676514,27.556640625],[-103.22509765625,27.55425262451172],[-103.22675943374634,27.552734375],[-103.22998046875,27.549423217773438],[-103.23056221008301,27.548828125],[-103.23394536972046,27.544921875],[-103.23486328125,27.543964385986328],[-103.23766469955444,27.541015625],[-103.23974609375,27.539066314697266],[-103.24190855026245,27.537109375],[-103.24462890625,27.534603118896484],[-103.24612617492676,27.533203125],[-103.24951171875,27.529590606689453],[-103.24979066848755,27.529296875],[-103.25315952301025,27.525390625],[-103.25439453125,27.524131774902344],[-103.25703144073486,27.521484375],[-103.25927734375,27.519418716430664],[-103.26131820678711,27.517578125],[-103.26416015625,27.51488494873047],[-103.26542615890503,27.513671875],[-103.26895713806152,27.509765625],[-103.26904296875,27.509674072265625],[-103.27235460281372,27.505859375],[-103.27392578125,27.504295349121094],[-103.27636957168579,27.501953125],[-103.27880859375,27.49972152709961],[-103.28063249588013,27.498046875],[-103.28369140625,27.494953155517578],[-103.28450202941895,27.494140625],[-103.28795909881592,27.490234375],[-103.28857421875,27.489595413208008],[-103.29162836074829,27.486328125],[-103.29345703125,27.484594345092773],[-103.2958173751831,27.482421875],[-103.29833984375,27.480127334594727],[-103.3000922203064,27.478515625],[-103.30322265625,27.47530174255371],[-103.30390214920044,27.474609375],[-103.30730438232422,27.470703125],[-103.30810546875,27.46987533569336],[-103.31104516983032,27.466796875],[-103.31298828125,27.464990615844727],[-103.31531524658203,27.462890625],[-103.31787109375,27.46059799194336],[-103.31966161727905,27.458984375],[-103.32275390625,27.455955505371094],[-103.3236575126648,27.455078125],[-103.32725048065186,27.451171875],[-103.32763671875,27.450769424438477],[-103.33081245422363,27.447265625],[-103.33251953125,27.445608139038086],[-103.33491802215576,27.443359375],[-103.33740234375,27.441120147705078],[-103.33926439285278,27.439453125],[-103.34228515625,27.436553955078125],[-103.34332942962646,27.435546875],[-103.34688186645508,27.431640625],[-103.34716796875,27.431339263916016],[-103.35040330886841,27.427734375],[-103.35205078125,27.426130294799805],[-103.35449457168579,27.423828125],[-103.35693359375,27.421640396118164],[-103.3588719367981,27.419921875],[-103.36181640625,27.417146682739258],[-103.36300611495972,27.416015625],[-103.36662530899048,27.412109375],[-103.36669921875,27.412031173706055],[-103.37011337280273,27.408203125],[-103.37158203125,27.406753540039062],[-103.37413311004639,27.404296875],[-103.37646484375,27.402193069458008],[-103.37849140167236,27.400390625],[-103.38134765625,27.397708892822266],[-103.38263750076294,27.396484375],[-103.38623046875,27.392587661743164],[-103.38624000549316,27.392578125],[-103.38966608047485,27.388671875],[-103.39111328125,27.387229919433594],[-103.39365243911743,27.384765625],[-103.39599609375,27.38263511657715],[-103.39796543121338,27.380859375],[-103.40087890625,27.378047943115234],[-103.40200185775757,27.376953125],[-103.405442237854,27.373046875],[-103.40576171875,27.372695922851562],[-103.40883731842041,27.369140625],[-103.41064453125,27.367372512817383],[-103.41296195983887,27.365234375],[-103.41552734375,27.36294174194336],[-103.41731071472168,27.361328125],[-103.42041015625,27.35816764831543],[-103.42113971710205,27.357421875],[-103.42445850372314,27.353515625],[-103.42529296875,27.352630615234375],[-103.42811822891235,27.349609375],[-103.43017578125,27.347688674926758],[-103.43239545822144,27.345703125],[-103.43505859375,27.34331703186035],[-103.43672513961792,27.341796875],[-103.43994140625,27.338499069213867],[-103.44053745269775,27.337890625],[-103.44395399093628,27.333984375],[-103.44482421875,27.33307647705078],[-103.44765186309814,27.330078125],[-103.44970703125,27.328144073486328],[-103.4518814086914,27.326171875],[-103.45458984375,27.323680877685547],[-103.4561038017273,27.322265625],[-103.45947265625,27.318666458129883],[-103.4597659111023,27.318359375],[-103.4631872177124,27.314453125],[-103.46435546875,27.313270568847656],[-103.46704959869385,27.310546875],[-103.46923828125,27.308521270751953],[-103.47132205963135,27.306640625],[-103.47412109375,27.304019927978516],[-103.4754753112793,27.302734375],[-103.47900390625,27.298870086669922],[-103.47904443740845,27.298828125],[-103.4824013710022,27.294921875],[-103.48388671875,27.293428421020508],[-103.48636150360107,27.291015625],[-103.48876953125,27.288782119750977],[-103.49058628082275,27.287109375],[-103.49365234375,27.2840633392334],[-103.4945273399353,27.283203125],[-103.49807262420654,27.279296875],[-103.49853515625,27.27881622314453],[-103.50168704986572,27.275390625],[-103.50341796875,27.273723602294922],[-103.50580930709839,27.271484375],[-103.50830078125,27.269210815429688],[-103.51009607315063,27.267578125],[-103.51318359375,27.2645320892334],[-103.5140585899353,27.263671875],[-103.51758003234863,27.259765625],[-103.51806640625,27.259258270263672],[-103.52120399475098,27.255859375],[-103.52294921875,27.25417709350586],[-103.52530717849731,27.251953125],[-103.52783203125,27.249584197998047],[-103.52945804595947,27.248046875],[-103.53271484375,27.24464988708496],[-103.5332202911377,27.244140625],[-103.53677988052368,27.240234375],[-103.53759765625,27.239398956298828],[-103.54049444198608,27.236328125],[-103.54248046875,27.234453201293945],[-103.54471683502197,27.232421875],[-103.54736328125,27.23002052307129],[-103.54899883270264,27.228515625],[-103.55224609375,27.225139617919922],[-103.55275869369507,27.224609375],[-103.55611801147461,27.220703125],[-103.55712890625,27.219648361206055],[-103.55983972549438,27.216796875],[-103.56201171875,27.21465492248535],[-103.56378555297852,27.212890625],[-103.56689453125,27.209299087524414],[-103.56717109680176,27.208984375],[-103.57023000717163,27.205078125],[-103.57177734375,27.20350456237793],[-103.57425928115845,27.201171875],[-103.57666015625,27.199138641357422],[-103.57890844345093,27.197265625],[-103.58154296875,27.194997787475586],[-103.58339071273804,27.193359375],[-103.58642578125,27.19033432006836],[-103.5873007774353,27.189453125],[-103.59066486358643,27.185546875],[-103.59130859375,27.18485450744629],[-103.59421968460083,27.181640625],[-103.59619140625,27.179750442504883],[-103.59840154647827,27.177734375],[-103.60107421875,27.175315856933594],[-103.6026930809021,27.173828125],[-103.60595703125,27.170413970947266],[-103.60643148422241,27.169921875],[-103.60980749130249,27.166015625],[-103.61083984375,27.16495132446289],[-103.61358404159546,27.162109375],[-103.61572265625,27.160104751586914],[-103.61781120300293,27.158203125],[-103.62060546875,27.155590057373047],[-103.62198114395142,27.154296875],[-103.62548828125,27.150604248046875],[-103.62569808959961,27.150390625],[-103.62919092178345,27.146484375],[-103.63037109375,27.145294189453125],[-103.63304615020752,27.142578125],[-103.63525390625,27.14049530029297],[-103.63722562789917,27.138671875],[-103.64013671875,27.1358585357666],[-103.6412787437439,27.134765625],[-103.6449670791626,27.130859375],[-103.64501953125,27.13080596923828],[-103.64858865737915,27.126953125],[-103.64990234375,27.125659942626953],[-103.6525559425354,27.123046875],[-103.65478515625,27.12099838256836],[-103.65684747695923,27.119140625],[-103.65966796875,27.116493225097656],[-103.6609959602356,27.115234375],[-103.66455078125,27.111408233642578],[-103.66462707519531,27.111328125],[-103.66806507110596,27.107421875],[-103.66943359375,27.106054306030273],[-103.67202281951904,27.103515625],[-103.67431640625,27.101428985595703],[-103.67634534835815,27.099609375],[-103.67919921875,27.096908569335938],[-103.68046045303345,27.095703125],[-103.68402242660522,27.091796875],[-103.68408203125,27.091732025146484],[-103.68744611740112,27.087890625],[-103.68896484375,27.086383819580078],[-103.69147062301636,27.083984375],[-103.69384765625,27.08184242248535],[-103.69581937789917,27.080078125],[-103.69873046875,27.077281951904297],[-103.6998724937439,27.076171875],[-103.70335102081299,27.072265625],[-103.70361328125,27.07198143005371],[-103.7067699432373,27.068359375],[-103.70849609375,27.066667556762695],[-103.71087312698364,27.064453125],[-103.71337890625,27.062217712402344],[-103.71524095535278,27.060546875],[-103.71826171875,27.057558059692383],[-103.71918439865112,27.056640625],[-103.72259616851807,27.052734375],[-103.72314453125,27.05214500427246],[-103.72610807418823,27.048828125],[-103.72802734375,27.04697608947754],[-103.73026609420776,27.044921875],[-103.73291015625,27.042531967163086],[-103.73456716537476,27.041015625],[-103.73779296875,27.037691116333008],[-103.73836040496826,27.037109375],[-103.74176502227783,27.033203125],[-103.74267578125,27.032255172729492],[-103.74547719955444,27.029296875],[-103.74755859375,27.027324676513672],[-103.74967098236084,27.025390625],[-103.75244140625,27.022798538208008],[-103.75383138656616,27.021484375],[-103.75732421875,27.017719268798828],[-103.7574577331543,27.017578125],[-103.76085758209229,27.013671875],[-103.76220703125,27.012306213378906],[-103.76476049423218,27.009765625],[-103.76708984375,27.007587432861328],[-103.76896619796753,27.005859375],[-103.77197265625,27.002893447875977],[-103.77292394638062,27.001953125],[-103.7763500213623,26.998046875],[-103.77685546875,26.99750328063965],[-103.77984762191772,26.994140625],[-103.78173828125,26.992305755615234],[-103.78397703170776,26.990234375],[-103.78662109375,26.987810134887695],[-103.78823041915894,26.986328125],[-103.79150390625,26.982946395874023],[-103.79201412200928,26.982421875],[-103.79539012908936,26.978515625],[-103.79638671875,26.977481842041016],[-103.7991452217102,26.974609375],[-103.80126953125,26.97262191772461],[-103.80338191986084,26.970703125],[-103.80615234375,26.96811294555664],[-103.80754470825195,26.966796875],[-103.81103515625,26.96302604675293],[-103.81116151809692,26.962890625],[-103.81455421447754,26.958984375],[-103.81591796875,26.957611083984375],[-103.8184928894043,26.955078125],[-103.82080078125,26.95296859741211],[-103.8227891921997,26.951171875],[-103.82568359375,26.948379516601562],[-103.82682800292969,26.947265625],[-103.83029460906982,26.943359375],[-103.83056640625,26.943063735961914],[-103.83370637893677,26.939453125],[-103.83544921875,26.937744140625],[-103.83780717849731,26.935546875],[-103.84033203125,26.933284759521484],[-103.84215593338013,26.931640625],[-103.84521484375,26.9285831451416],[-103.8460636138916,26.927734375],[-103.84947299957275,26.923828125],[-103.85009765625,26.92316246032715],[-103.85303020477295,26.919921875],[-103.85498046875,26.918048858642578],[-103.85720252990723,26.916015625],[-103.85986328125,26.913604736328125],[-103.86149406433105,26.912109375],[-103.86474609375,26.90874671936035],[-103.8652753829956,26.908203125],[-103.86867761611938,26.904296875],[-103.86962890625,26.903308868408203],[-103.87240648269653,26.900390625],[-103.87451171875,26.89839744567871],[-103.87659549713135,26.896484375],[-103.87939453125,26.893844604492188],[-103.88072729110718,26.892578125],[-103.88427734375,26.888721466064453],[-103.88432264328003,26.888671875],[-103.88774394989014,26.884765625],[-103.88916015625,26.883344650268555],[-103.8916826248169,26.880859375],[-103.89404296875,26.8786678314209],[-103.89592170715332,26.876953125],[-103.89892578125,26.874027252197266],[-103.89992952346802,26.873046875],[-103.90339374542236,26.869140625],[-103.90380859375,26.868694305419922],[-103.90687227249146,26.865234375],[-103.90869140625,26.863460540771484],[-103.91098022460938,26.861328125],[-103.91357421875,26.858959197998047],[-103.91525268554688,26.857421875],[-103.91845703125,26.85415267944336],[-103.91908407211304,26.853515625],[-103.92247200012207,26.849609375],[-103.92333984375,26.84870147705078],[-103.92616033554077,26.845703125],[-103.92822265625,26.843753814697266],[-103.93036127090454,26.841796875],[-103.93310546875,26.83922576904297],[-103.9345121383667,26.837890625],[-103.93798828125,26.834083557128906],[-103.93808126449585,26.833984375],[-103.94143342971802,26.830078125],[-103.94287109375,26.828630447387695],[-103.9453911781311,26.826171875],[-103.94775390625,26.82400894165039],[-103.94966840744019,26.822265625],[-103.95263671875,26.8193302154541],[-103.95361185073853,26.818359375],[-103.95700216293335,26.814453125],[-103.95751953125,26.813894271850586],[-103.9604902267456,26.810546875],[-103.96240234375,26.808691024780273],[-103.96462678909302,26.806640625],[-103.96728515625,26.80421257019043],[-103.96888256072998,26.802734375],[-103.97216796875,26.799272537231445],[-103.97259473800659,26.798828125],[-103.97595882415771,26.794921875],[-103.97705078125,26.79379653930664],[-103.97975206375122,26.791015625],[-103.98193359375,26.78896141052246],[-103.98394584655762,26.787109375],[-103.98681640625,26.784330368041992],[-103.98797035217285,26.783203125],[-103.99140357971191,26.779296875],[-103.99169921875,26.778972625732422],[-103.99480104446411,26.775390625],[-103.99658203125,26.77362823486328],[-103.99884939193726,26.771484375],[-104.00146484375,26.769058227539062],[-104.0030574798584,26.767578125],[-104.00634765625,26.76415252685547],[-104.00681495666504,26.763671875],[-104.0101957321167,26.759765625],[-104.01123046875,26.758691787719727],[-104.01395082473755,26.755859375],[-104.01611328125,26.753808975219727],[-104.01812076568604,26.751953125],[-104.02099609375,26.749174118041992],[-104.02215003967285,26.748046875],[-104.02557849884033,26.744140625],[-104.02587890625,26.743812561035156],[-104.02897119522095,26.740234375],[-104.03076171875,26.738473892211914],[-104.03306007385254,26.736328125],[-104.03564453125,26.733976364135742],[-104.03733968734741,26.732421875],[-104.04052734375,26.7291316986084],[-104.04112577438354,26.728515625],[-104.04447555541992,26.724609375],[-104.04541015625,26.723628997802734],[-104.04817819595337,26.720703125],[-104.05029296875,26.718690872192383],[-104.05233144760132,26.716796875],[-104.05517578125,26.71399688720703],[-104.05627965927124,26.712890625],[-104.05957221984863,26.708984375],[-104.06005859375,26.708444595336914],[-104.06297206878662,26.705078125],[-104.06494140625,26.703081130981445],[-104.06689643859863,26.701171875],[-104.06982421875,26.698240280151367],[-104.07081842422485,26.697265625],[-104.07438039779663,26.693359375],[-104.07470703125,26.693017959594727],[-104.07792806625366,26.689453125],[-104.07958984375,26.68781852722168],[-104.08196210861206,26.685546875],[-104.08447265625,26.683210372924805],[-104.08616065979004,26.681640625],[-104.08935546875,26.678403854370117],[-104.09003019332886,26.677734375],[-104.09359693527222,26.673828125],[-104.09423828125,26.67317008972168],[-104.0972900390625,26.669921875],[-104.09912109375,26.66817855834961],[-104.10146236419678,26.666015625],[-104.10400390625,26.663707733154297],[-104.10576105117798,26.662109375],[-104.10888671875,26.658967971801758],[-104.10964488983154,26.658203125],[-104.11301851272583,26.654296875],[-104.11376953125,26.65350341796875],[-104.11664962768555,26.650390625],[-104.11865234375,26.648487091064453],[-104.12084817886353,26.646484375],[-104.12353515625,26.644023895263672],[-104.12510633468628,26.642578125],[-104.12841796875,26.639162063598633],[-104.128897190094,26.638671875],[-104.13228988647461,26.634765625],[-104.13330078125,26.633718490600586],[-104.13605451583862,26.630859375],[-104.13818359375,26.628864288330078],[-104.1402792930603,26.626953125],[-104.14306640625,26.624319076538086],[-104.1443943977356,26.623046875],[-104.14790630340576,26.619140625],[-104.14794921875,26.619094848632812],[-104.15125846862793,26.615234375],[-104.15283203125,26.613664627075195],[-104.15527105331421,26.611328125],[-104.15771484375,26.609102249145508],[-104.15955543518066,26.607421875],[-104.16259765625,26.60434913635254],[-104.16342258453369,26.603515625],[-104.16678428649902,26.599609375],[-104.16748046875,26.598865509033203],[-104.17036533355713,26.595703125],[-104.17236328125,26.593782424926758],[-104.1745138168335,26.591796875],[-104.17724609375,26.589242935180664],[-104.17867422103882,26.587890625],[-104.18212890625,26.58413314819336],[-104.18226957321167,26.583984375],[-104.18564558029175,26.580078125],[-104.18701171875,26.57869529724121],[-104.18955564498901,26.576171875],[-104.19189453125,26.573991775512695],[-104.19376134872437,26.572265625],[-104.19677734375,26.569244384765625],[-104.19765949249268,26.568359375],[-104.20104265213013,26.564453125],[-104.20166015625,26.56378936767578],[-104.2045783996582,26.560546875],[-104.20654296875,26.558631896972656],[-104.20867443084717,26.556640625],[-104.21142578125,26.554052352905273],[-104.21282052993774,26.552734375],[-104.21630859375,26.54899024963379],[-104.21646356582642,26.548828125],[-104.21986103057861,26.544921875],[-104.22119140625,26.5435733795166],[-104.22375202178955,26.541015625],[-104.22607421875,26.53883934020996],[-104.22794580459595,26.537109375],[-104.23095703125,26.53411293029785],[-104.23186779022217,26.533203125],[-104.2352557182312,26.529296875],[-104.23583984375,26.528669357299805],[-104.2387843132019,26.525390625],[-104.24072265625,26.523515701293945],[-104.24291849136353,26.521484375],[-104.24560546875,26.51898765563965],[-104.24710273742676,26.517578125],[-104.25048828125,26.513906478881836],[-104.25071001052856,26.513671875],[-104.25403594970703,26.509765625],[-104.25537109375,26.508407592773438],[-104.25793409347534,26.505859375],[-104.26025390625,26.503711700439453],[-104.26216840744019,26.501953125],[-104.26513671875,26.498994827270508],[-104.26608324050903,26.498046875],[-104.26945447921753,26.494140625],[-104.27001953125,26.493528366088867],[-104.27295684814453,26.490234375],[-104.27490234375,26.48833656311035],[-104.27705526351929,26.486328125],[-104.27978515625,26.483755111694336],[-104.28117990493774,26.482421875],[-104.28466796875,26.47856903076172],[-104.28471803665161,26.478515625],[-104.28808689117432,26.474609375],[-104.28955078125,26.473134994506836],[-104.29203271865845,26.470703125],[-104.29443359375,26.468469619750977],[-104.29624319076538,26.466796875],[-104.29931640625,26.463685989379883],[-104.30010318756104,26.462890625],[-104.30347204208374,26.458984375],[-104.30419921875,26.458209991455078],[-104.30706262588501,26.455078125],[-104.30908203125,26.453115463256836],[-104.31115627288818,26.451171875],[-104.31396484375,26.448474884033203],[-104.31521654129028,26.447265625],[-104.31872129440308,26.443359375],[-104.31884765625,26.443222045898438],[-104.32211637496948,26.439453125],[-104.32373046875,26.437841415405273],[-104.32611465454102,26.435546875],[-104.32861328125,26.433218002319336],[-104.33030128479004,26.431640625],[-104.33349609375,26.428314208984375],[-104.33405876159668,26.427734375],[-104.33741807937622,26.423828125],[-104.33837890625,26.42282485961914],[-104.34114456176758,26.419921875],[-104.34326171875,26.417917251586914],[-104.34532165527344,26.416015625],[-104.34814453125,26.413284301757812],[-104.34934139251709,26.412109375],[-104.35272216796875,26.408203125],[-104.35302734375,26.407865524291992],[-104.35608148574829,26.404296875],[-104.35791015625,26.402498245239258],[-104.36018228530884,26.400390625],[-104.36279296875,26.398021697998047],[-104.36446189880371,26.396484375],[-104.36767578125,26.393110275268555],[-104.36818599700928,26.392578125],[-104.37153577804565,26.388671875],[-104.37255859375,26.387609481811523],[-104.37528371810913,26.384765625],[-104.37744140625,26.382713317871094],[-104.37943696975708,26.380859375],[-104.38232421875,26.378028869628906],[-104.3834137916565,26.376953125],[-104.3868088722229,26.373046875],[-104.38720703125,26.37261199951172],[-104.39022541046143,26.369140625],[-104.39208984375,26.367300033569336],[-104.39429044723511,26.365234375],[-104.39697265625,26.362735748291016],[-104.39847707748413,26.361328125],[-104.40185546875,26.35774803161621],[-104.40216779708862,26.357421875],[-104.40553903579712,26.353515625],[-104.40673828125,26.352283477783203],[-104.40935850143433,26.349609375],[-104.41162109375,26.347463607788086],[-104.41351175308228,26.345703125],[-104.41650390625,26.34272003173828],[-104.41742897033691,26.341796875],[-104.4208025932312,26.337890625],[-104.42138671875,26.337261199951172],[-104.42432403564453,26.333984375],[-104.42626953125,26.332094192504883],[-104.42843437194824,26.330078125],[-104.43115234375,26.3275146484375],[-104.43255662918091,26.326171875],[-104.43603515625,26.322307586669922],[-104.43607568740845,26.322265625],[-104.43939208984375,26.318359375],[-104.44091796875,26.316822052001953],[-104.44336175918579,26.314453125],[-104.44580078125,26.312198638916016],[-104.44757461547852,26.310546875],[-104.45068359375,26.30729866027832],[-104.45131778717041,26.306640625],[-104.45462226867676,26.302734375],[-104.45556640625,26.301738739013672],[-104.45831537246704,26.298828125],[-104.46044921875,26.296789169311523],[-104.46245193481445,26.294921875],[-104.46533203125,26.292089462280273],[-104.46641445159912,26.291015625],[-104.46977615356445,26.287109375],[-104.47021484375,26.2866268157959],[-104.4731879234314,26.283203125],[-104.47509765625,26.281299591064453],[-104.47719812393188,26.279296875],[-104.47998046875,26.2766170501709],[-104.48124408721924,26.275390625],[-104.4847059249878,26.271484375],[-104.48486328125,26.271312713623047],[-104.48807954788208,26.267578125],[-104.48974609375,26.265901565551758],[-104.49203252792358,26.263671875],[-104.49462890625,26.26114845275879],[-104.49604272842407,26.259765625],[-104.49950456619263,26.255859375],[-104.49951171875,26.2558536529541],[-104.5028567314148,26.251953125],[-104.50439453125,26.250423431396484],[-104.50687646865845,26.248046875],[-104.50927734375,26.245882034301758],[-104.51122045516968,26.244140625],[-104.51416015625,26.24129295349121],[-104.51524019241333,26.240234375],[-104.51865911483765,26.236328125],[-104.51904296875,26.23590850830078],[-104.52208042144775,26.232421875],[-104.52392578125,26.230619430541992],[-104.52619791030884,26.228515625],[-104.52880859375,26.226123809814453],[-104.5304274559021,26.224609375],[-104.53369140625,26.221044540405273],[-104.5340085029602,26.220703125],[-104.5372462272644,26.216796875],[-104.53857421875,26.215421676635742],[-104.54108953475952,26.212890625],[-104.54345703125,26.210655212402344],[-104.5452332496643,26.208984375],[-104.54833984375,26.205751419067383],[-104.54899311065674,26.205078125],[-104.55233812332153,26.201171875],[-104.55322265625,26.200239181518555],[-104.55599069595337,26.197265625],[-104.55810546875,26.1951961517334],[-104.56002950668335,26.193359375],[-104.56298828125,26.19036102294922],[-104.56388473510742,26.189453125],[-104.56723213195801,26.185546875],[-104.56787109375,26.184858322143555],[-104.5707654953003,26.181640625],[-104.57275390625,26.179691314697266],[-104.5748233795166,26.177734375],[-104.57763671875,26.174989700317383],[-104.57881450653076,26.173828125],[-104.58218574523926,26.169921875],[-104.58251953125,26.169553756713867],[-104.58556413650513,26.166015625],[-104.58740234375,26.16420555114746],[-104.58964586257935,26.162109375],[-104.59228515625,26.159669876098633],[-104.5938515663147,26.158203125],[-104.59716796875,26.154638290405273],[-104.59748983383179,26.154296875],[-104.60078239440918,26.150390625],[-104.60205078125,26.14908218383789],[-104.60461616516113,26.146484375],[-104.60693359375,26.14427947998047],[-104.60871458053589,26.142578125],[-104.61181640625,26.139190673828125],[-104.61228847503662,26.138671875],[-104.61537599563599,26.134765625],[-104.61669921875,26.133365631103516],[-104.61917161941528,26.130859375],[-104.62158203125,26.12858772277832],[-104.62331295013428,26.126953125],[-104.62646484375,26.12360191345215],[-104.62698936462402,26.123046875],[-104.63024854660034,26.119140625],[-104.63134765625,26.11799430847168],[-104.6340274810791,26.115234375],[-104.63623046875,26.113187789916992],[-104.63828802108765,26.111328125],[-104.64111328125,26.108678817749023],[-104.6424412727356,26.107421875],[-104.64599609375,26.103580474853516],[-104.64605808258057,26.103515625],[-104.64948177337646,26.099609375],[-104.65087890625,26.09819984436035],[-104.65339183807373,26.095703125],[-104.65576171875,26.093461990356445],[-104.6575403213501,26.091796875],[-104.66064453125,26.088613510131836],[-104.66134786605835,26.087890625],[-104.66466903686523,26.083984375],[-104.66552734375,26.08307456970215],[-104.6683120727539,26.080078125],[-104.67041015625,26.078044891357422],[-104.67238903045654,26.076171875],[-104.67529296875,26.073266983032227],[-104.67629194259644,26.072265625],[-104.67963218688965,26.068359375],[-104.68017578125,26.067766189575195],[-104.68310594558716,26.064453125],[-104.68505859375,26.062522888183594],[-104.68713283538818,26.060546875],[-104.68994140625,26.057788848876953],[-104.69110012054443,26.056640625],[-104.69446420669556,26.052734375],[-104.69482421875,26.052335739135742],[-104.69783544540405,26.048828125],[-104.69970703125,26.046968460083008],[-104.70187902450562,26.044921875],[-104.70458984375,26.04239845275879],[-104.70606803894043,26.041015625],[-104.70947265625,26.037418365478516],[-104.70976829528809,26.037109375],[-104.71315860748291,26.033203125],[-104.71435546875,26.0319766998291],[-104.71698522567749,26.029296875],[-104.71923828125,26.027156829833984],[-104.72112655639648,26.025390625],[-104.72412109375,26.02236557006836],[-104.72499370574951,26.021484375],[-104.7283411026001,26.017578125],[-104.72900390625,26.016862869262695],[-104.73187685012817,26.013671875],[-104.73388671875,26.011693954467773],[-104.73592042922974,26.009765625],[-104.73876953125,26.006986618041992],[-104.73992347717285,26.005859375],[-104.7433876991272,26.001953125],[-104.74365234375,26.00166893005371],[-104.74683046340942,25.998046875],[-104.74853515625,25.996370315551758],[-104.7508955001831,25.994140625],[-104.75341796875,25.991819381713867],[-104.75512981414795,25.990234375],[-104.75830078125,25.986921310424805],[-104.75887060165405,25.986328125],[-104.76217746734619,25.982421875],[-104.76318359375,25.981365203857422],[-104.76589918136597,25.978515625],[-104.76806640625,25.976444244384766],[-104.77002143859863,25.974609375],[-104.77294921875,25.971670150756836],[-104.77390766143799,25.970703125],[-104.7772479057312,25.966796875],[-104.77783203125,25.966161727905273],[-104.78074550628662,25.962890625],[-104.78271484375,25.960960388183594],[-104.7848105430603,25.958984375],[-104.78759765625,25.956300735473633],[-104.78885173797607,25.955078125],[-104.79226112365723,25.951171875],[-104.79248046875,25.950927734375],[-104.79558944702148,25.947265625],[-104.79736328125,25.945486068725586],[-104.79959011077881,25.943359375],[-104.80224609375,25.940860748291016],[-104.8037314414978,25.939453125],[-104.80712890625,25.935768127441406],[-104.80733633041382,25.935546875],[-104.8106598854065,25.931640625],[-104.81201171875,25.930252075195312],[-104.8145055770874,25.927734375],[-104.81689453125,25.92544174194336],[-104.8185920715332,25.923828125],[-104.82177734375,25.920488357543945],[-104.82232093811035,25.919921875],[-104.82563018798828,25.916015625],[-104.82666015625,25.914936065673828],[-104.82935905456543,25.912109375],[-104.83154296875,25.91002082824707],[-104.83347415924072,25.908203125],[-104.83642578125,25.90522003173828],[-104.83733654022217,25.904296875],[-104.84066247940063,25.900390625],[-104.84130859375,25.89969253540039],[-104.84419584274292,25.896484375],[-104.84619140625,25.894542694091797],[-104.84828472137451,25.892578125],[-104.85107421875,25.889881134033203],[-104.85230922698975,25.888671875],[-104.85567808151245,25.884765625],[-104.85595703125,25.88445472717285],[-104.85899925231934,25.880859375],[-104.86083984375,25.879013061523438],[-104.86300468444824,25.876953125],[-104.86572265625,25.87436866760254],[-104.86709594726562,25.873046875],[-104.87056732177734,25.869140625],[-104.87060546875,25.869098663330078],[-104.87389326095581,25.865234375],[-104.87548828125,25.863616943359375],[-104.87781763076782,25.861328125],[-104.88037109375,25.858871459960938],[-104.88188028335571,25.857421875],[-104.88525390625,25.8537540435791],[-104.88547801971436,25.853515625],[-104.8888087272644,25.849609375],[-104.89013671875,25.848249435424805],[-104.89266395568848,25.845703125],[-104.89501953125,25.843460083007812],[-104.89677667617798,25.841796875],[-104.89990234375,25.838516235351562],[-104.90049839019775,25.837890625],[-104.90375518798828,25.833984375],[-104.90478515625,25.832895278930664],[-104.90746021270752,25.830078125],[-104.90966796875,25.827938079833984],[-104.91150617599487,25.826171875],[-104.91455078125,25.822967529296875],[-104.91522312164307,25.822265625],[-104.91850852966309,25.818359375],[-104.91943359375,25.817378997802734],[-104.92217302322388,25.814453125],[-104.92431640625,25.8123779296875],[-104.92624044418335,25.810546875],[-104.92919921875,25.807537078857422],[-104.93008136749268,25.806640625],[-104.93342876434326,25.802734375],[-104.93408203125,25.802034378051758],[-104.93699312210083,25.798828125],[-104.93896484375,25.79694175720215],[-104.94117498397827,25.794921875],[-104.94384765625,25.79248046875],[-104.94542837142944,25.791015625],[-104.94873046875,25.787578582763672],[-104.94919061660767,25.787109375],[-104.95267868041992,25.783203125],[-104.95361328125,25.782245635986328],[-104.95643377304077,25.779296875],[-104.95849609375,25.77735710144043],[-104.96066093444824,25.775390625],[-104.96337890625,25.77289581298828],[-104.96490716934204,25.771484375],[-104.96826171875,25.768001556396484],[-104.96867418289185,25.767578125],[-104.97207403182983,25.763671875],[-104.97314453125,25.762571334838867],[-104.97586965560913,25.759765625],[-104.97802734375,25.75775909423828],[-104.98012781143188,25.755859375],[-104.98291015625,25.753265380859375],[-104.98430252075195,25.751953125],[-104.98779296875,25.748191833496094],[-104.98793125152588,25.748046875],[-104.99133586883545,25.744140625],[-104.99267578125,25.742788314819336],[-104.99525308609009,25.740234375],[-104.99755859375,25.73810386657715],[-104.99950408935547,25.736328125],[-105.00244140625,25.73344612121582],[-105.0034761428833,25.732421875],[-105.00687599182129,25.728515625],[-105.00732421875,25.728025436401367],[-105.0103235244751,25.724609375],[-105.01220703125,25.722774505615234],[-105.01444578170776,25.720703125],[-105.01708984375,25.718278884887695],[-105.0186824798584,25.716796875],[-105.02197265625,25.713315963745117],[-105.02238273620605,25.712890625],[-105.02580642700195,25.708984375],[-105.02685546875,25.70790672302246],[-105.0295877456665,25.705078125],[-105.03173828125,25.70304298400879],[-105.03376245498657,25.701171875],[-105.03662109375,25.698402404785156],[-105.03778457641602,25.697265625],[-105.04121541976929,25.693359375],[-105.04150390625,25.693044662475586],[-105.0446105003357,25.689453125],[-105.04638671875,25.687686920166016],[-105.04863977432251,25.685546875],[-105.05126953125,25.68309211730957],[-105.05282163619995,25.681640625],[-105.05615234375,25.67812728881836],[-105.05652666091919,25.677734375],[-105.05985975265503,25.673828125],[-105.06103515625,25.6726131439209],[-105.0636625289917,25.669921875],[-105.06591796875,25.667781829833984],[-105.06780624389648,25.666015625],[-105.07080078125,25.66298484802246],[-105.07166147232056,25.662109375],[-105.07497549057007,25.658203125],[-105.07568359375,25.657440185546875],[-105.07853031158447,25.654296875],[-105.08056640625,25.65228843688965],[-105.08253574371338,25.650390625],[-105.08544921875,25.647384643554688],[-105.08631706237793,25.646484375],[-105.08954524993896,25.642578125],[-105.09033203125,25.641725540161133],[-105.09310722351074,25.638671875],[-105.09521484375,25.63655662536621],[-105.09701013565063,25.634765625],[-105.10009765625,25.631303787231445],[-105.10049819946289,25.630859375],[-105.10360479354858,25.626953125],[-105.10498046875,25.625465393066406],[-105.107262134552,25.623046875],[-105.10986328125,25.620319366455078],[-105.1110053062439,25.619140625],[-105.11437177658081,25.615234375],[-105.11474609375,25.614837646484375],[-105.11796474456787,25.611328125],[-105.11962890625,25.609729766845703],[-105.12208461761475,25.607421875],[-105.12451171875,25.605213165283203],[-105.12637853622437,25.603515625],[-105.12939453125,25.600576400756836],[-105.13040065765381,25.599609375],[-105.13408184051514,25.595703125],[-105.13427734375,25.595500946044922],[-105.13765811920166,25.591796875],[-105.13916015625,25.59031867980957],[-105.14166831970215,25.587890625],[-105.14404296875,25.585702896118164],[-105.14592170715332,25.583984375],[-105.14892578125,25.580995559692383],[-105.14984369277954,25.580078125],[-105.15321254730225,25.576171875],[-105.15380859375,25.575529098510742],[-105.15673398971558,25.572265625],[-105.15869140625,25.57036590576172],[-105.16084432601929,25.568359375],[-105.16357421875,25.56574821472168],[-105.16489505767822,25.564453125],[-105.16820430755615,25.560546875],[-105.16845703125,25.560260772705078],[-105.1715087890625,25.556640625],[-105.17333984375,25.554824829101562],[-105.17557382583618,25.552734375],[-105.17822265625,25.55029296875],[-105.1797890663147,25.548828125],[-105.18310546875,25.54525375366211],[-105.18341779708862,25.544921875],[-105.18674373626709,25.541015625],[-105.18798828125,25.539730072021484],[-105.19055128097534,25.537109375],[-105.19287109375,25.534873962402344],[-105.19462585449219,25.533203125],[-105.19775390625,25.52995491027832],[-105.19839286804199,25.529296875],[-105.20174026489258,25.525390625],[-105.20263671875,25.524442672729492],[-105.20538330078125,25.521484375],[-105.20751953125,25.519380569458008],[-105.20938873291016,25.517578125],[-105.21240234375,25.51445198059082],[-105.21315813064575,25.513671875],[-105.21644830703735,25.509765625],[-105.21728515625,25.508872985839844],[-105.22007465362549,25.505859375],[-105.22216796875,25.503829956054688],[-105.22415399551392,25.501953125],[-105.22705078125,25.499053955078125],[-105.22805213928223,25.498046875],[-105.23139238357544,25.494140625],[-105.23193359375,25.49355125427246],[-105.23487091064453,25.490234375],[-105.23681640625,25.48833656311035],[-105.23897171020508,25.486328125],[-105.24169921875,25.483766555786133],[-105.24311304092407,25.482421875],[-105.24658203125,25.47859001159668],[-105.24665117263794,25.478515625],[-105.24996995925903,25.474609375],[-105.25146484375,25.47308921813965],[-105.25388240814209,25.470703125],[-105.25634765625,25.46836280822754],[-105.25799512863159,25.466796875],[-105.26123046875,25.46332550048828],[-105.26163816452026,25.462890625],[-105.26491165161133,25.458984375],[-105.26611328125,25.457725524902344],[-105.26866436004639,25.455078125],[-105.27099609375,25.45278549194336],[-105.27264356613159,25.451171875],[-105.27587890625,25.447555541992188],[-105.27613878250122,25.447265625],[-105.27925968170166,25.443359375],[-105.28076171875,25.44179916381836],[-105.28313636779785,25.439453125],[-105.28564453125,25.43705177307129],[-105.28718709945679,25.435546875],[-105.29052495956421,25.431640625],[-105.29052734375,25.431638717651367],[-105.29368877410889,25.427734375],[-105.29541015625,25.426008224487305],[-105.29772996902466,25.423828125],[-105.30029296875,25.42145347595215],[-105.30187606811523,25.419921875],[-105.30515432357788,25.416015625],[-105.30517578125,25.415990829467773],[-105.3083324432373,25.412109375],[-105.31005859375,25.410400390625],[-105.31245231628418,25.408203125],[-105.31494140625,25.40606117248535],[-105.3169846534729,25.404296875],[-105.31982421875,25.401622772216797],[-105.32109260559082,25.400390625],[-105.32448053359985,25.396484375],[-105.32470703125,25.396228790283203],[-105.32776117324829,25.392578125],[-105.32958984375,25.390705108642578],[-105.33165454864502,25.388671875],[-105.33447265625,25.385759353637695],[-105.33541440963745,25.384765625],[-105.33847332000732,25.380859375],[-105.33935546875,25.379850387573242],[-105.3418779373169,25.376953125],[-105.34423828125,25.374475479125977],[-105.34568786621094,25.373046875],[-105.34912109375,25.36968421936035],[-105.34970283508301,25.369140625],[-105.35354852676392,25.365234375],[-105.35400390625,25.364765167236328],[-105.3570556640625,25.361328125],[-105.35888671875,25.359508514404297],[-105.36110162734985,25.357421875],[-105.36376953125,25.354965209960938],[-105.3653335571289,25.353515625],[-105.36865234375,25.350021362304688],[-105.36904573440552,25.349609375],[-105.3723406791687,25.345703125],[-105.37353515625,25.344444274902344],[-105.3760552406311,25.341796875],[-105.37841796875,25.339391708374023],[-105.37987947463989,25.337890625],[-105.3831148147583,25.333984375],[-105.38330078125,25.333770751953125],[-105.38635969161987,25.330078125],[-105.38818359375,25.3282527923584],[-105.39041042327881,25.326171875],[-105.39306640625,25.323787689208984],[-105.39476156234741,25.322265625],[-105.39794921875,25.31913185119629],[-105.39873600006104,25.318359375],[-105.4022479057312,25.314453125],[-105.40283203125,25.31383514404297],[-105.4057788848877,25.310546875],[-105.40771484375,25.308618545532227],[-105.40974855422974,25.306640625],[-105.41259765625,25.303627014160156],[-105.41341543197632,25.302734375],[-105.41633367538452,25.298828125],[-105.41748046875,25.2974910736084],[-105.4197096824646,25.294921875],[-105.42236328125,25.29195213317871],[-105.42324542999268,25.291015625],[-105.42662620544434,25.287109375],[-105.42724609375,25.28645133972168],[-105.43018817901611,25.283203125],[-105.43212890625,25.281333923339844],[-105.43435096740723,25.279296875],[-105.43701171875,25.276920318603516],[-105.4387378692627,25.275390625],[-105.44189453125,25.27237892150879],[-105.44282674789429,25.271484375],[-105.44635057449341,25.267578125],[-105.44677734375,25.267114639282227],[-105.44976234436035,25.263671875],[-105.45166015625,25.261762619018555],[-105.45375108718872,25.259765625],[-105.45654296875,25.257112503051758],[-105.45785665512085,25.255859375],[-105.46142578125,25.25196075439453],[-105.46143293380737,25.251953125],[-105.46481609344482,25.248046875],[-105.46630859375,25.24650001525879],[-105.46859979629517,25.244140625],[-105.47119140625,25.24148941040039],[-105.47244310379028,25.240234375],[-105.47596216201782,25.236328125],[-105.47607421875,25.236209869384766],[-105.47939777374268,25.232421875],[-105.48095703125,25.230833053588867],[-105.48326015472412,25.228515625],[-105.48583984375,25.225929260253906],[-105.4871654510498,25.224609375],[-105.4905652999878,25.220703125],[-105.49072265625,25.22052574157715],[-105.49378871917725,25.216796875],[-105.49560546875,25.214887619018555],[-105.4975962638855,25.212890625],[-105.50048828125,25.210004806518555],[-105.50155401229858,25.208984375],[-105.50536870956421,25.205078125],[-105.50537109375,25.205076217651367],[-105.50901651382446,25.201171875],[-105.51025390625,25.199926376342773],[-105.51284790039062,25.197265625],[-105.51513671875,25.195026397705078],[-105.51687717437744,25.193359375],[-105.52001953125,25.19019889831543],[-105.52078247070312,25.189453125],[-105.52437782287598,25.185546875],[-105.52490234375,25.18499183654785],[-105.5278754234314,25.181640625],[-105.52978515625,25.179719924926758],[-105.53183555603027,25.177734375],[-105.53466796875,25.174922943115234],[-105.53576707839966,25.173828125],[-105.53911685943604,25.169921875],[-105.53955078125,25.169445037841797],[-105.54251909255981,25.166015625],[-105.54443359375,25.16408348083496],[-105.54645538330078,25.162109375],[-105.54931640625,25.1591739654541],[-105.55025339126587,25.158203125],[-105.55345058441162,25.154296875],[-105.55419921875,25.153467178344727],[-105.55692195892334,25.150390625],[-105.55908203125,25.14814567565918],[-105.56069374084473,25.146484375],[-105.56396484375,25.142629623413086],[-105.56401014328003,25.142578125],[-105.56704998016357,25.138671875],[-105.56884765625,25.136638641357422],[-105.57054042816162,25.134765625],[-105.57371854782104,25.130859375],[-105.57373046875,25.13084602355957],[-105.57683229446411,25.126953125],[-105.57861328125,25.12508773803711],[-105.5806565284729,25.123046875],[-105.58349609375,25.120071411132812],[-105.58436870574951,25.119140625],[-105.58740377426147,25.115234375],[-105.58837890625,25.11412811279297],[-105.59083700180054,25.111328125],[-105.59326171875,25.10862922668457],[-105.59435844421387,25.107421875],[-105.59743642807007,25.103515625],[-105.59814453125,25.102725982666016],[-105.60092449188232,25.099609375],[-105.60302734375,25.097517013549805],[-105.60489654541016,25.095703125],[-105.60791015625,25.092618942260742],[-105.60873031616211,25.091796875],[-105.61217784881592,25.087890625],[-105.61279296875,25.087234497070312],[-105.615713596344,25.083984375],[-105.61767578125,25.082054138183594],[-105.61976909637451,25.080078125],[-105.62255859375,25.077428817749023],[-105.62388181686401,25.076171875],[-105.62743186950684,25.072265625],[-105.62744140625,25.072254180908203],[-105.63058137893677,25.068359375],[-105.63232421875,25.06653594970703],[-105.63445091247559,25.064453125],[-105.63720703125,25.06183624267578],[-105.63856601715088,25.060546875],[-105.64208984375,25.056732177734375],[-105.64217567443848,25.056640625],[-105.64557313919067,25.052734375],[-105.64697265625,25.051321029663086],[-105.6494927406311,25.048828125],[-105.65185546875,25.046627044677734],[-105.65369606018066,25.044921875],[-105.65673828125,25.04181671142578],[-105.65751552581787,25.041015625],[-105.66077470779419,25.037109375],[-105.66162109375,25.03619956970215],[-105.66439151763916,25.033203125],[-105.66650390625,25.031160354614258],[-105.66848039627075,25.029296875],[-105.67138671875,25.026397705078125],[-105.67239046096802,25.025390625],[-105.67573308944702,25.021484375],[-105.67626953125,25.020898818969727],[-105.67919254302979,25.017578125],[-105.68115234375,25.015626907348633],[-105.68319082260132,25.013671875],[-105.68603515625,25.010862350463867],[-105.68713903427124,25.009765625],[-105.69050073623657,25.005859375],[-105.69091796875,25.005401611328125],[-105.6939148902893,25.001953125],[-105.69580078125,25.000085830688477],[-105.69795608520508,24.998046875],[-105.70068359375,24.99545669555664],[-105.7020616531372,24.994140625],[-105.70556640625,24.990325927734375],[-105.70565223693848,24.990234375],[-105.70906400680542,24.986328125],[-105.71044921875,24.984922409057617],[-105.71293830871582,24.982421875],[-105.71533203125,24.980083465576172],[-105.71692705154419,24.978515625],[-105.72021484375,24.974809646606445],[-105.72039842605591,24.974609375],[-105.72364568710327,24.970703125],[-105.72509765625,24.969223022460938],[-105.7275652885437,24.966796875],[-105.72998046875,24.96453285217285],[-105.73172092437744,24.962890625],[-105.73486328125,24.959531784057617],[-105.73537826538086,24.958984375],[-105.73864221572876,24.955078125],[-105.73974609375,24.953927993774414],[-105.74244737625122,24.951171875],[-105.74462890625,24.949193954467773],[-105.74682474136353,24.947265625],[-105.74951171875,24.94483757019043],[-105.75108766555786,24.943359375],[-105.75439453125,24.93963050842285],[-105.7545518875122,24.939453125],[-105.75765609741211,24.935546875],[-105.75927734375,24.933874130249023],[-105.76159000396729,24.931640625],[-105.76586246490479,24.927734375],[-105.76904296875,24.92447853088379],[-105.76967477798462,24.923828125],[-105.77298641204834,24.919921875],[-105.77392578125,24.918926239013672],[-105.77663898468018,24.916015625],[-105.77880859375,24.91386604309082],[-105.78060388565063,24.912109375],[-105.78369140625,24.908781051635742],[-105.78423261642456,24.908203125],[-105.78745603561401,24.904296875],[-105.78857421875,24.90311622619629],[-105.79116344451904,24.900390625],[-105.79345703125,24.898067474365234],[-105.79499959945679,24.896484375],[-105.79821348190308,24.892578125],[-105.79833984375,24.89242935180664],[-105.80142021179199,24.888671875],[-105.80322265625,24.886873245239258],[-105.80548048019409,24.884765625],[-105.80810546875,24.88241195678711],[-105.80982685089111,24.880859375],[-105.81298828125,24.87769317626953],[-105.813729763031,24.876953125],[-105.81714391708374,24.873046875],[-105.81787109375,24.87225341796875],[-105.8205795288086,24.869140625],[-105.82275390625,24.866756439208984],[-105.82417011260986,24.865234375],[-105.82742929458618,24.861328125],[-105.82763671875,24.861095428466797],[-105.83076238632202,24.857421875],[-105.83251953125,24.855697631835938],[-105.83488702774048,24.853515625],[-105.83740234375,24.851346969604492],[-105.83945989608765,24.849609375],[-105.84228515625,24.84709930419922],[-105.84378480911255,24.845703125],[-105.84716796875,24.841886520385742],[-105.8472466468811,24.841796875],[-105.85033416748047,24.837890625],[-105.85205078125,24.83608055114746],[-105.85413694381714,24.833984375],[-105.85693359375,24.831022262573242],[-105.85779428482056,24.830078125],[-105.86068391799927,24.826171875],[-105.86181640625,24.824918746948242],[-105.86434602737427,24.822265625],[-105.86669921875,24.820032119750977],[-105.86846590042114,24.818359375],[-105.87158203125,24.8150691986084],[-105.87217807769775,24.814453125],[-105.87555170059204,24.810546875],[-105.87646484375,24.80957794189453],[-105.87916374206543,24.806640625],[-105.88134765625,24.80443000793457],[-105.88306427001953,24.802734375],[-105.88623046875,24.799365997314453],[-105.88674306869507,24.798828125],[-105.89000940322876,24.794921875],[-105.89111328125,24.79374885559082],[-105.89369058609009,24.791015625],[-105.89599609375,24.788745880126953],[-105.8976936340332,24.787109375],[-105.90087890625,24.783742904663086],[-105.90138912200928,24.783203125],[-105.90457201004028,24.779296875],[-105.90576171875,24.778011322021484],[-105.90821266174316,24.775390625],[-105.91064453125,24.77292823791504],[-105.9121036529541,24.771484375],[-105.91552734375,24.767854690551758],[-105.91579914093018,24.767578125],[-105.91938018798828,24.763671875],[-105.92041015625,24.76262855529785],[-105.9231448173523,24.759765625],[-105.92529296875,24.757617950439453],[-105.92704772949219,24.755859375],[-105.93017578125,24.752363204956055],[-105.93055725097656,24.751953125],[-105.93388557434082,24.748046875],[-105.93505859375,24.74683952331543],[-105.93768358230591,24.744140625],[-105.93994140625,24.74196434020996],[-105.94176292419434,24.740234375],[-105.94482421875,24.737092971801758],[-105.94558000564575,24.736328125],[-105.94898223876953,24.732421875],[-105.94970703125,24.731657028198242],[-105.95259428024292,24.728515625],[-105.95458984375,24.72657012939453],[-105.95663785934448,24.724609375],[-105.95947265625,24.721635818481445],[-105.96034049987793,24.720703125],[-105.96336841583252,24.716796875],[-105.96435546875,24.71573257446289],[-105.96709728240967,24.712890625],[-105.96923828125,24.711002349853516],[-105.97167015075684,24.708984375],[-105.97412109375,24.70704460144043],[-105.97662687301636,24.705078125],[-105.97900390625,24.703147888183594],[-105.98135709762573,24.701171875],[-105.98388671875,24.699012756347656],[-105.98597049713135,24.697265625],[-105.98876953125,24.694913864135742],[-105.99060297012329,24.693359375],[-105.99365234375,24.690540313720703],[-105.99477767944336,24.689453125],[-105.99811315536499,24.685546875],[-105.99853515625,24.68505859375],[-106.00134372711182,24.681640625],[-106.00341796875,24.679466247558594],[-106.0051941871643,24.677734375],[-106.00830078125,24.674602508544922],[-106.00903272628784,24.673828125],[-106.01191997528076,24.669921875],[-106.01318359375,24.66838836669922],[-106.01519346237183,24.666015625],[-106.01806640625,24.662799835205078],[-106.01872682571411,24.662109375],[-106.02222442626953,24.658203125],[-106.02294921875,24.657442092895508],[-106.02579116821289,24.654296875],[-106.02783203125,24.652254104614258],[-106.02976560592651,24.650390625],[-106.03271484375,24.64747428894043],[-106.03371858596802,24.646484375],[-106.03712558746338,24.642578125],[-106.03759765625,24.642059326171875],[-106.04048252105713,24.638671875],[-106.04248046875,24.63650131225586],[-106.04409694671631,24.634765625],[-106.04736328125,24.630887985229492],[-106.0473895072937,24.630859375],[-106.05065822601318,24.626953125],[-106.05224609375,24.625213623046875],[-106.0541820526123,24.623046875],[-106.05712890625,24.61932373046875],[-106.05727910995483,24.619140625],[-106.06009483337402,24.615234375],[-106.06201171875,24.61290740966797],[-106.06339931488037,24.611328125],[-106.06689453125,24.60750961303711],[-106.06698513031006,24.607421875],[-106.07133865356445,24.603515625],[-106.07177734375,24.603134155273438],[-106.07556104660034,24.599609375],[-106.07666015625,24.598581314086914],[-106.07961416244507,24.595703125],[-106.08154296875,24.59393310546875],[-106.08389854431152,24.591796875],[-106.08642578125,24.589527130126953],[-106.08824968338013,24.587890625],[-106.09130859375,24.584922790527344],[-106.09227180480957,24.583984375],[-106.09571695327759,24.580078125],[-106.09619140625,24.57954978942871],[-106.09903335571289,24.576171875],[-106.10107421875,24.573999404907227],[-106.10279560089111,24.572265625],[-106.10595703125,24.569103240966797],[-106.10673427581787,24.568359375],[-106.11068725585938,24.564453125],[-106.11083984375,24.564313888549805],[-106.11503601074219,24.560546875],[-106.11572265625,24.559959411621094],[-106.11948728561401,24.556640625],[-106.12060546875,24.555639266967773],[-106.12365245819092,24.552734375],[-106.12548828125,24.551057815551758],[-106.12796068191528,24.548828125],[-106.13037109375,24.546783447265625],[-106.13263368606567,24.544921875],[-106.13525390625,24.542787551879883],[-106.13736867904663,24.541015625],[-106.14013671875,24.53838348388672],[-106.14137649536133,24.537109375],[-106.14437341690063,24.533203125],[-106.14501953125,24.53246307373047],[-106.14779233932495,24.529296875],[-106.14990234375,24.527162551879883],[-106.15167617797852,24.525390625],[-106.15478515625,24.52204132080078],[-106.15532875061035,24.521484375],[-106.15882158279419,24.517578125],[-106.15966796875,24.51667594909668],[-106.1623215675354,24.513671875],[-106.16455078125,24.511211395263672],[-106.1658763885498,24.509765625],[-106.16903781890869,24.505859375],[-106.16943359375,24.505401611328125],[-106.17226123809814,24.501953125],[-106.17431640625,24.499643325805664],[-106.17576599121094,24.498046875],[-106.17885112762451,24.494140625],[-106.17919921875,24.49369239807129],[-106.18163347244263,24.490234375],[-106.18408203125,24.486637115478516],[-106.18430852890015,24.486328125],[-106.18694067001343,24.482421875],[-106.18896484375,24.479610443115234],[-106.18977308273315,24.478515625],[-106.19239330291748,24.474609375],[-106.19384765625,24.472997665405273],[-106.19613647460938,24.470703125],[-106.19873046875,24.468355178833008],[-106.20047569274902,24.466796875],[-106.20361328125,24.463726043701172],[-106.2044620513916,24.462890625],[-106.20801210403442,24.458984375],[-106.20849609375,24.45849609375],[-106.21187925338745,24.455078125],[-106.21337890625,24.453739166259766],[-106.21638774871826,24.451171875],[-106.21826171875,24.449670791625977],[-106.22132778167725,24.447265625],[-106.22314453125,24.4457950592041],[-106.22598648071289,24.443359375],[-106.22802734375,24.441457748413086],[-106.23003244400024,24.439453125],[-106.23291015625,24.436172485351562],[-106.23347520828247,24.435546875],[-106.23663902282715,24.431640625],[-106.23779296875,24.4302921295166],[-106.23986959457397,24.427734375],[-106.24267578125,24.423948287963867],[-106.24277114868164,24.423828125],[-106.24572992324829,24.419921875],[-106.24755859375,24.41782569885254],[-106.24916076660156,24.416015625],[-106.25218391418457,24.412109375],[-106.25244140625,24.41179084777832],[-106.2551736831665,24.408203125],[-106.25732421875,24.405677795410156],[-106.25857830047607,24.404296875],[-106.26196384429932,24.400390625],[-106.26220703125,24.400127410888672],[-106.26539707183838,24.396484375],[-106.26708984375,24.394838333129883],[-106.2695574760437,24.392578125],[-106.27197265625,24.390554428100586],[-106.27426624298096,24.388671875],[-106.27685546875,24.386531829833984],[-106.27894878387451,24.384765625],[-106.28173828125,24.382164001464844],[-106.28305912017822,24.380859375],[-106.2862753868103,24.376953125],[-106.28662109375,24.376558303833008],[-106.2895941734314,24.373046875],[-106.29150390625,24.371145248413086],[-106.29363059997559,24.369140625],[-106.29638671875,24.366588592529297],[-106.29786014556885,24.365234375],[-106.30126953125,24.361858367919922],[-106.3018250465393,24.361328125],[-106.30568742752075,24.357421875],[-106.30615234375,24.356979370117188],[-106.30964994430542,24.353515625],[-106.31103515625,24.352201461791992],[-106.31371259689331,24.349609375],[-106.31591796875,24.34760093688965],[-106.31801843643188,24.345703125],[-106.32080078125,24.342992782592773],[-106.32198095321655,24.341796875],[-106.32516384124756,24.337890625],[-106.32568359375,24.337312698364258],[-106.32863521575928,24.333984375],[-106.33056640625,24.33216667175293],[-106.33293151855469,24.330078125],[-106.33544921875,24.327945709228516],[-106.33749961853027,24.326171875],[-106.34033203125,24.323402404785156],[-106.3414454460144,24.322265625],[-106.34461879730225,24.318359375],[-106.34521484375,24.31769371032715],[-106.3480544090271,24.314453125],[-106.35009765625,24.3123779296875],[-106.35195732116699,24.310546875],[-106.35498046875,24.307493209838867],[-106.35587215423584,24.306640625],[-106.35983228683472,24.302734375],[-106.35986328125,24.302703857421875],[-106.36390209197998,24.298828125],[-106.36474609375,24.298076629638672],[-106.36823177337646,24.294921875],[-106.36962890625,24.293643951416016],[-106.37229442596436,24.291015625],[-106.37451171875,24.288745880126953],[-106.37606143951416,24.287109375],[-106.37915134429932,24.283203125],[-106.37939453125,24.282915115356445],[-106.38230562210083,24.279296875],[-106.38427734375,24.277070999145508],[-106.38576030731201,24.275390625],[-106.38869762420654,24.271484375],[-106.38916015625,24.27093505859375],[-106.39196395874023,24.267578125],[-106.39404296875,24.265417098999023],[-106.39575481414795,24.263671875],[-106.39892578125,24.260019302368164],[-106.39914751052856,24.259765625],[-106.40215873718262,24.255859375],[-106.40380859375,24.254131317138672],[-106.40604734420776,24.251953125],[-106.40869140625,24.24945831298828],[-106.41015291213989,24.248046875],[-106.41345977783203,24.244140625],[-106.41357421875,24.244001388549805],[-106.41640663146973,24.240234375],[-106.41845703125,24.237817764282227],[-106.41982793807983,24.236328125],[-106.42333984375,24.232559204101562],[-106.4234733581543,24.232421875],[-106.42698526382446,24.228515625],[-106.42822265625,24.227266311645508],[-106.43084287643433,24.224609375],[-106.43310546875,24.222461700439453],[-106.43500328063965,24.220703125],[-106.43798828125,24.217897415161133],[-106.43921613693237,24.216796875],[-106.44287109375,24.213430404663086],[-106.44345760345459,24.212890625],[-106.44716262817383,24.208984375],[-106.44775390625,24.208351135253906],[-106.45057201385498,24.205078125],[-106.45263671875,24.202796936035156],[-106.45413875579834,24.201171875],[-106.4574933052063,24.197265625],[-106.45751953125,24.197237014770508],[-106.46109342575073,24.193359375],[-106.46240234375,24.192123413085938],[-106.46528005599976,24.189453125],[-106.46728515625,24.187700271606445],[-106.46974563598633,24.185546875],[-106.47216796875,24.183443069458008],[-106.4742374420166,24.181640625],[-106.47705078125,24.178997039794922],[-106.47834777832031,24.177734375],[-106.48167371749878,24.173828125],[-106.48193359375,24.173532485961914],[-106.4849328994751,24.169921875],[-106.48681640625,24.167936325073242],[-106.48870468139648,24.166015625],[-106.49169921875,24.162858963012695],[-106.49243593215942,24.162109375],[-106.49588108062744,24.158203125],[-106.49658203125,24.157466888427734],[-106.49948596954346,24.154296875],[-106.50146484375,24.152385711669922],[-106.5036153793335,24.150390625],[-106.50634765625,24.147869110107422],[-106.50786399841309,24.146484375],[-106.51123046875,24.143125534057617],[-106.51178121566772,24.142578125],[-106.51524782180786,24.138671875],[-106.51611328125,24.13776397705078],[-106.51888847351074,24.134765625],[-106.52099609375,24.132633209228516],[-106.52276277542114,24.130859375],[-106.52587890625,24.12743377685547],[-106.52633428573608,24.126953125],[-106.52971982955933,24.123046875],[-106.53076171875,24.121980667114258],[-106.53352499008179,24.119140625],[-106.53564453125,24.117170333862305],[-106.53778791427612,24.115234375],[-106.54052734375,24.112682342529297],[-106.54195070266724,24.111328125],[-106.54541015625,24.107481002807617],[-106.5454649925232,24.107421875],[-106.54874324798584,24.103515625],[-106.55029296875,24.101919174194336],[-106.55262231826782,24.099609375],[-106.55517578125,24.097251892089844],[-106.55692338943481,24.095703125],[-106.56005859375,24.092870712280273],[-106.56124353408813,24.091796875],[-106.56494140625,24.088054656982422],[-106.56510353088379,24.087890625],[-106.56861782073975,24.083984375],[-106.56982421875,24.082759857177734],[-106.57245874404907,24.080078125],[-106.57470703125,24.077922821044922],[-106.5765380859375,24.076171875],[-106.57958984375,24.07293128967285],[-106.58021688461304,24.072265625],[-106.58344268798828,24.068359375],[-106.58447265625,24.0672664642334],[-106.58714771270752,24.064453125],[-106.58935546875,24.06234359741211],[-106.59126281738281,24.060546875],[-106.59423828125,24.057525634765625],[-106.59510850906372,24.056640625],[-106.59841299057007,24.052734375],[-106.59912109375,24.051958084106445],[-106.60187721252441,24.048828125],[-106.60400390625,24.046606063842773],[-106.60565614700317,24.044921875],[-106.60888671875,24.04132080078125],[-106.60916566848755,24.041015625],[-106.612389087677,24.037109375],[-106.61376953125,24.035680770874023],[-106.61624908447266,24.033203125],[-106.61865234375,24.030956268310547],[-106.62043809890747,24.029296875],[-106.62353515625,24.0261173248291],[-106.62423849105835,24.025390625],[-106.62750482559204,24.021484375],[-106.62841796875,24.0205078125],[-106.63114786148071,24.017578125],[-106.63330078125,24.015478134155273],[-106.63517713546753,24.013671875],[-106.63818359375,24.010522842407227],[-106.63891077041626,24.009765625],[-106.64217948913574,24.005859375],[-106.64306640625,24.00490951538086],[-106.64578437805176,24.001953125],[-106.64794921875,23.99979591369629],[-106.64973974227905,23.998046875],[-106.65283203125,23.99479103088379],[-106.65345907211304,23.994140625],[-106.65677070617676,23.990234375],[-106.65771484375,23.989229202270508],[-106.66039228439331,23.986328125],[-106.66259765625,23.984107971191406],[-106.66429996490479,23.982421875],[-106.66748046875,23.97895622253418],[-106.66789054870605,23.978515625],[-106.67110443115234,23.974609375],[-106.67236328125,23.973276138305664],[-106.67483329772949,23.970703125],[-106.67724609375,23.96831512451172],[-106.67880058288574,23.966796875],[-106.68212890625,23.96320152282715],[-106.68242454528809,23.962890625],[-106.68579578399658,23.958984375],[-106.68701171875,23.957735061645508],[-106.68961524963379,23.955078125],[-106.69189453125,23.952911376953125],[-106.69373989105225,23.951171875],[-106.69677734375,23.948047637939453],[-106.69753789901733,23.947265625],[-106.70085191726685,23.943359375],[-106.70166015625,23.942489624023438],[-106.70442581176758,23.939453125],[-106.70654296875,23.937345504760742],[-106.70839786529541,23.935546875],[-106.71142578125,23.93242073059082],[-106.71218633651733,23.931640625],[-106.7155122756958,23.927734375],[-106.71630859375,23.9268798828125],[-106.7190933227539,23.923828125],[-106.72119140625,23.921743392944336],[-106.72306776046753,23.919921875],[-106.72607421875,23.916778564453125],[-106.72680377960205,23.916015625],[-106.73003911972046,23.912109375],[-106.73095703125,23.9111270904541],[-106.73367738723755,23.908203125],[-106.73583984375,23.906084060668945],[-106.73768520355225,23.904296875],[-106.74072265625,23.901039123535156],[-106.74132585525513,23.900390625],[-106.74448251724243,23.896484375],[-106.74560546875,23.895280838012695],[-106.74816608428955,23.892578125],[-106.75048828125,23.890289306640625],[-106.75213575363159,23.888671875],[-106.75537109375,23.88507652282715],[-106.75565481185913,23.884765625],[-106.75887107849121,23.880859375],[-106.76025390625,23.879411697387695],[-106.76266193389893,23.876953125],[-106.76513671875,23.874526977539062],[-106.76665544509888,23.873046875],[-106.77001953125,23.86934471130371],[-106.77021026611328,23.869140625],[-106.77348852157593,23.865234375],[-106.77490234375,23.863773345947266],[-106.77732467651367,23.861328125],[-106.77978515625,23.858922958374023],[-106.78131341934204,23.857421875],[-106.78466796875,23.853609085083008],[-106.78475141525269,23.853515625],[-106.78796052932739,23.849609375],[-106.78955078125,23.84796142578125],[-106.79181814193726,23.845703125],[-106.79443359375,23.843130111694336],[-106.79577589035034,23.841796875],[-106.79911851882935,23.837890625],[-106.79931640625,23.837665557861328],[-106.80237531661987,23.833984375],[-106.80419921875,23.832117080688477],[-106.80629253387451,23.830078125],[-106.80908203125,23.82733154296875],[-106.81025505065918,23.826171875],[-106.81363582611084,23.822265625],[-106.81396484375,23.821901321411133],[-106.81697607040405,23.818359375],[-106.81884765625,23.81645393371582],[-106.82089805603027,23.814453125],[-106.82373046875,23.81161880493164],[-106.82479619979858,23.810546875],[-106.82810068130493,23.806640625],[-106.82861328125,23.806076049804688],[-106.83154106140137,23.802734375],[-106.83349609375,23.80077362060547],[-106.83549404144287,23.798828125],[-106.83837890625,23.795806884765625],[-106.83921098709106,23.794921875],[-106.84230089187622,23.791015625],[-106.84326171875,23.78997230529785],[-106.84596061706543,23.787109375],[-106.84814453125,23.785064697265625],[-106.85019016265869,23.783203125],[-106.85302734375,23.780492782592773],[-106.85425996780396,23.779296875],[-106.85768365859985,23.775390625],[-106.85791015625,23.775136947631836],[-106.86097621917725,23.771484375],[-106.86279296875,23.769638061523438],[-106.86492443084717,23.767578125],[-106.86767578125,23.7648983001709],[-106.8689227104187,23.763671875],[-106.87228679656982,23.759765625],[-106.87255859375,23.75946044921875],[-106.87559366226196,23.755859375],[-106.87744140625,23.753978729248047],[-106.87952518463135,23.751953125],[-106.88232421875,23.749177932739258],[-106.88345670700073,23.748046875],[-106.88677787780762,23.744140625],[-106.88720703125,23.74366569519043],[-106.8901777267456,23.740234375],[-106.89208984375,23.73831558227539],[-106.89414262771606,23.736328125],[-106.89697265625,23.73348617553711],[-106.89802646636963,23.732421875],[-106.90131664276123,23.728515625],[-106.90185546875,23.727922439575195],[-106.90476179122925,23.724609375],[-106.90673828125,23.722631454467773],[-106.90872430801392,23.720703125],[-106.91162109375,23.717744827270508],[-106.9125485420227,23.716796875],[-106.91583395004272,23.712890625],[-106.91650390625,23.712160110473633],[-106.91933870315552,23.708984375],[-106.92138671875,23.706926345825195],[-106.92327499389648,23.705078125],[-106.92626953125,23.701953887939453],[-106.92702293395996,23.701171875],[-106.93030595779419,23.697265625],[-106.93115234375,23.69635581970215],[-106.93389415740967,23.693359375],[-106.93603515625,23.691219329833984],[-106.93783760070801,23.689453125],[-106.94091796875,23.686182022094727],[-106.94151878356934,23.685546875],[-106.94476842880249,23.681640625],[-106.94580078125,23.680545806884766],[-106.94845676422119,23.677734375],[-106.95068359375,23.675548553466797],[-106.95244550704956,23.673828125],[-106.95556640625,23.670429229736328],[-106.95603609085083,23.669921875],[-106.95924282073975,23.666015625],[-106.96044921875,23.66474151611328],[-106.96298599243164,23.662109375],[-106.96533203125,23.659814834594727],[-106.96698188781738,23.658203125],[-106.97021484375,23.654630661010742],[-106.97052001953125,23.654296875],[-106.97374105453491,23.650390625],[-106.97509765625,23.648963928222656],[-106.97750329971313,23.646484375],[-106.97998046875,23.644023895263672],[-106.98144435882568,23.642578125],[-106.98486328125,23.638751983642578],[-106.98493719100952,23.638671875],[-106.98821067810059,23.634765625],[-106.98974609375,23.63318634033203],[-106.99207544326782,23.630859375],[-106.99462890625,23.628347396850586],[-106.9960355758667,23.626953125],[-106.9994068145752,23.623046875],[-106.99951171875,23.622928619384766],[-107.00265645980835,23.619140625],[-107.00439453125,23.617368698120117],[-107.00658798217773,23.615234375],[-107.00927734375,23.61260986328125],[-107.0105767250061,23.611328125],[-107.01391220092773,23.607421875],[-107.01416015625,23.607141494750977],[-107.01719760894775,23.603515625],[-107.01904296875,23.601634979248047],[-107.02112674713135,23.599609375],[-107.02392578125,23.59683609008789],[-107.02506065368652,23.595703125],[-107.02838659286499,23.591796875],[-107.02880859375,23.591327667236328],[-107.03176021575928,23.587890625],[-107.03369140625,23.585927963256836],[-107.0356798171997,23.583984375],[-107.03857421875,23.58104705810547],[-107.0395278930664,23.580078125],[-107.04283237457275,23.576171875],[-107.04345703125,23.575490951538086],[-107.04632759094238,23.572265625],[-107.04833984375,23.570253372192383],[-107.05028533935547,23.568359375],[-107.05322265625,23.5653133392334],[-107.05405235290527,23.564453125],[-107.05729484558105,23.560546875],[-107.05810546875,23.55967140197754],[-107.06087589263916,23.556640625],[-107.06298828125,23.55455207824707],[-107.06485509872437,23.552734375],[-107.06787109375,23.54953956604004],[-107.06854581832886,23.548828125],[-107.07178592681885,23.544921875],[-107.07275390625,23.543886184692383],[-107.07541704177856,23.541015625],[-107.07763671875,23.53880500793457],[-107.0793628692627,23.537109375],[-107.08251953125,23.5336971282959],[-107.08298206329346,23.533203125],[-107.08623170852661,23.529296875],[-107.08740234375,23.528060913085938],[-107.08994150161743,23.525390625],[-107.09228515625,23.523054122924805],[-107.09387302398682,23.521484375],[-107.09716796875,23.5178279876709],[-107.09739923477173,23.517578125],[-107.10065364837646,23.513671875],[-107.10205078125,23.512224197387695],[-107.10448026657104,23.509765625],[-107.10693359375,23.507362365722656],[-107.10845708847046,23.505859375],[-107.11181640625,23.502010345458984],[-107.11186647415161,23.501953125],[-107.11507081985474,23.498046875],[-107.11669921875,23.496366500854492],[-107.11895704269409,23.494140625],[-107.12158203125,23.491580963134766],[-107.12295055389404,23.490234375],[-107.126305103302,23.486328125],[-107.12646484375,23.48614501953125],[-107.12953567504883,23.482421875],[-107.13134765625,23.480558395385742],[-107.13343381881714,23.478515625],[-107.13623046875,23.475746154785156],[-107.13737487792969,23.474609375],[-107.14072704315186,23.470703125],[-107.14111328125,23.47027587890625],[-107.14410066604614,23.466796875],[-107.14599609375,23.464876174926758],[-107.14803457260132,23.462890625],[-107.15087890625,23.46001434326172],[-107.15189218521118,23.458984375],[-107.15516328811646,23.455078125],[-107.15576171875,23.454421997070312],[-107.15864181518555,23.451171875],[-107.16064453125,23.449169158935547],[-107.16260194778442,23.447265625],[-107.16552734375,23.444244384765625],[-107.16638565063477,23.443359375],[-107.1696400642395,23.439453125],[-107.17041015625,23.438615798950195],[-107.17318773269653,23.435546875],[-107.17529296875,23.433446884155273],[-107.17713832855225,23.431640625],[-107.18017578125,23.428424835205078],[-107.18083143234253,23.427734375],[-107.18408346176147,23.423828125],[-107.18505859375,23.422780990600586],[-107.18769550323486,23.419921875],[-107.18994140625,23.41765594482422],[-107.19159841537476,23.416015625],[-107.19482421875,23.412521362304688],[-107.19521045684814,23.412109375],[-107.19848394393921,23.408203125],[-107.19970703125,23.40692138671875],[-107.20223665237427,23.404296875],[-107.20458984375,23.401968002319336],[-107.20618724822998,23.400390625],[-107.20947265625,23.39670181274414],[-107.20967054367065,23.396484375],[-107.21288919448853,23.392578125],[-107.21435546875,23.391056060791016],[-107.21672534942627,23.388671875],[-107.21923828125,23.386213302612305],[-107.22070455551147,23.384765625],[-107.22407817840576,23.380859375],[-107.22412109375,23.38081169128418],[-107.22726345062256,23.376953125],[-107.22900390625,23.37515640258789],[-107.2311544418335,23.373046875],[-107.23388671875,23.370372772216797],[-107.23513603210449,23.369140625],[-107.23849296569824,23.365234375],[-107.23876953125,23.36492347717285],[-107.24179744720459,23.361328125],[-107.24365234375,23.359432220458984],[-107.24571228027344,23.357421875],[-107.24853515625,23.354595184326172],[-107.24960803985596,23.353515625],[-107.2529125213623,23.349609375],[-107.25341796875,23.34905242919922],[-107.25634574890137,23.345703125],[-107.25830078125,23.34373664855957],[-107.26029396057129,23.341796875],[-107.26318359375,23.33883285522461],[-107.26410150527954,23.337890625],[-107.26735591888428,23.333984375],[-107.26806640625,23.333208084106445],[-107.27087736129761,23.330078125],[-107.27294921875,23.32801055908203],[-107.27483034133911,23.326171875],[-107.27783203125,23.32301139831543],[-107.27854251861572,23.322265625],[-107.28179454803467,23.318359375],[-107.28271484375,23.31736946105957],[-107.2853946685791,23.314453125],[-107.28759765625,23.31223487854004],[-107.28930711746216,23.310546875],[-107.29248046875,23.30711555480957],[-107.29292631149292,23.306640625],[-107.29618072509766,23.302734375],[-107.29736328125,23.301488876342773],[-107.29990005493164,23.298828125],[-107.30224609375,23.296491622924805],[-107.30383157730103,23.294921875],[-107.30712890625,23.291229248046875],[-107.30732440948486,23.291015625],[-107.31056213378906,23.287109375],[-107.31201171875,23.285606384277344],[-107.31439590454102,23.283203125],[-107.31689453125,23.28074836730957],[-107.31836080551147,23.279296875],[-107.32172727584839,23.275390625],[-107.32177734375,23.27533531188965],[-107.32492208480835,23.271484375],[-107.32666015625,23.26969337463379],[-107.32882022857666,23.267578125],[-107.33154296875,23.26491355895996],[-107.33279943466187,23.263671875],[-107.33613967895508,23.259765625],[-107.33642578125,23.259443283081055],[-107.33943700790405,23.255859375],[-107.34130859375,23.253938674926758],[-107.34333276748657,23.251953125],[-107.34619140625,23.24907875061035],[-107.34721422195435,23.248046875],[-107.35053062438965,23.244140625],[-107.35107421875,23.24354362487793],[-107.35398054122925,23.240234375],[-107.35595703125,23.23824119567871],[-107.35791444778442,23.236328125],[-107.36083984375,23.23329734802246],[-107.36168384552002,23.232421875],[-107.36492156982422,23.228515625],[-107.36572265625,23.22764778137207],[-107.36849308013916,23.224609375],[-107.37060546875,23.222511291503906],[-107.37245559692383,23.220703125],[-107.37548828125,23.21746826171875],[-107.37612247467041,23.216796875],[-107.37934827804565,23.212890625],[-107.38037109375,23.211793899536133],[-107.38299131393433,23.208984375],[-107.38525390625,23.206724166870117],[-107.38692283630371,23.205078125],[-107.39013671875,23.20155906677246],[-107.39049673080444,23.201171875],[-107.39373445510864,23.197265625],[-107.39501953125,23.195913314819336],[-107.39747524261475,23.193359375],[-107.39990234375,23.190929412841797],[-107.40138292312622,23.189453125],[-107.40478515625,23.18558692932129],[-107.40482330322266,23.185546875],[-107.40808248519897,23.181640625],[-107.40966796875,23.180011749267578],[-107.41195678710938,23.177734375],[-107.41455078125,23.17517852783203],[-107.41590738296509,23.173828125],[-107.41924285888672,23.169921875],[-107.41943359375,23.169706344604492],[-107.42249727249146,23.166015625],[-107.42431640625,23.164154052734375],[-107.4264144897461,23.162109375],[-107.42919921875,23.15934944152832],[-107.43034601211548,23.158203125],[-107.43365526199341,23.154296875],[-107.43408203125,23.15382194519043],[-107.4370265007019,23.150390625],[-107.43896484375,23.148412704467773],[-107.44092226028442,23.146484375],[-107.44384765625,23.143478393554688],[-107.4447250366211,23.142578125],[-107.44802236557007,23.138671875],[-107.44873046875,23.137903213500977],[-107.4515438079834,23.134765625],[-107.45361328125,23.132678985595703],[-107.45546340942383,23.130859375],[-107.45849609375,23.127643585205078],[-107.45915174484253,23.126953125],[-107.46238231658936,23.123046875],[-107.46337890625,23.12198257446289],[-107.46604204177856,23.119140625],[-107.46826171875,23.116945266723633],[-107.47000455856323,23.115234375],[-107.47314453125,23.111780166625977],[-107.47356176376343,23.111328125],[-107.47674942016602,23.107421875],[-107.47802734375,23.10607147216797],[-107.48049259185791,23.103515625],[-107.48291015625,23.10112762451172],[-107.4844479560852,23.099609375],[-107.48779296875,23.095836639404297],[-107.48791456222534,23.095703125],[-107.49112844467163,23.091796875],[-107.49267578125,23.090181350708008],[-107.49494552612305,23.087890625],[-107.49755859375,23.085285186767578],[-107.49886274337769,23.083984375],[-107.50222206115723,23.080078125],[-107.50244140625,23.079832077026367],[-107.50550508499146,23.076171875],[-107.50732421875,23.074317932128906],[-107.50942945480347,23.072265625],[-107.51220703125,23.069499969482422],[-107.51334190368652,23.068359375],[-107.5166368484497,23.064453125],[-107.51708984375,23.063949584960938],[-107.52002954483032,23.060546875],[-107.52197265625,23.058584213256836],[-107.5239610671997,23.056640625],[-107.52685546875,23.053674697875977],[-107.52777338027954,23.052734375],[-107.53104209899902,23.048828125],[-107.53173828125,23.048067092895508],[-107.53454446792603,23.044921875],[-107.53662109375,23.042823791503906],[-107.5384521484375,23.041015625],[-107.54150390625,23.03777503967285],[-107.54213809967041,23.037109375],[-107.54539251327515,23.033203125],[-107.54638671875,23.03213882446289],[-107.54902124404907,23.029296875],[-107.55126953125,23.02703094482422],[-107.55292177200317,23.025390625],[-107.55615234375,23.021833419799805],[-107.55647659301758,23.021484375],[-107.55971908569336,23.017578125],[-107.56103515625,23.016202926635742],[-107.56350040435791,23.013671875],[-107.56591796875,23.011281967163086],[-107.56744623184204,23.009765625],[-107.57080078125,23.005910873413086],[-107.57084608078003,23.005859375],[-107.57404088973999,23.001953125],[-107.57568359375,23.00025177001953],[-107.57790803909302,22.998046875],[-107.58056640625,22.99542999267578],[-107.5818657875061,22.994140625],[-107.58520364761353,22.990234375],[-107.58544921875,22.98995590209961],[-107.5884747505188,22.986328125],[-107.59033203125,22.98441505432129],[-107.59235620498657,22.982421875],[-107.59521484375,22.979537963867188],[-107.59622812271118,22.978515625],[-107.59954929351807,22.974609375],[-107.60009765625,22.974008560180664],[-107.60299682617188,22.970703125],[-107.60498046875,22.96869468688965],[-107.60691165924072,22.966796875],[-107.60986328125,22.96371841430664],[-107.6106595993042,22.962890625],[-107.61389255523682,22.958984375],[-107.61474609375,22.95806312561035],[-107.61748552322388,22.955078125],[-107.61962890625,22.952945709228516],[-107.62143611907959,22.951171875],[-107.62451171875,22.94784164428711],[-107.62504816055298,22.947265625],[-107.62824535369873,22.943359375],[-107.62939453125,22.9421329498291],[-107.63193130493164,22.939453125],[-107.63427734375,22.937118530273438],[-107.63586759567261,22.935546875],[-107.63916015625,22.931873321533203],[-107.6393723487854,22.931640625],[-107.64259338378906,22.927734375],[-107.64404296875,22.92621612548828],[-107.6463794708252,22.923828125],[-107.64892578125,22.921279907226562],[-107.65028238296509,22.919921875],[-107.65364170074463,22.916015625],[-107.65380859375,22.91582679748535],[-107.65690565109253,22.912109375],[-107.65869140625,22.9102840423584],[-107.66082286834717,22.908203125],[-107.66357421875,22.90546989440918],[-107.66474485397339,22.904296875],[-107.66803979873657,22.900390625],[-107.66845703125,22.899925231933594],[-107.67141103744507,22.896484375],[-107.67333984375,22.894529342651367],[-107.67533302307129,22.892578125],[-107.67822265625,22.889617919921875],[-107.67914533615112,22.888671875],[-107.6824140548706,22.884765625],[-107.68310546875,22.884010314941406],[-107.68590927124023,22.880859375],[-107.68798828125,22.87874984741211],[-107.68980503082275,22.876953125],[-107.69287109375,22.873687744140625],[-107.69347906112671,22.873046875],[-107.69673347473145,22.869140625],[-107.69775390625,22.86804962158203],[-107.70037651062012,22.865234375],[-107.70263671875,22.862958908081055],[-107.70427703857422,22.861328125],[-107.70751953125,22.857730865478516],[-107.70780324935913,22.857421875],[-107.71103382110596,22.853515625],[-107.71240234375,22.852087020874023],[-107.71482706069946,22.849609375],[-107.71728515625,22.847179412841797],[-107.71876811981201,22.845703125],[-107.72213220596313,22.841796875],[-107.72216796875,22.84175682067871],[-107.72531986236572,22.837890625],[-107.72705078125,22.836101531982422],[-107.7292013168335,22.833984375],[-107.73193359375,22.831289291381836],[-107.73315191268921,22.830078125],[-107.73647785186768,22.826171875],[-107.73681640625,22.82579231262207],[-107.73979663848877,22.822265625],[-107.74169921875,22.8203125],[-107.74367809295654,22.818359375],[-107.74658203125,22.815391540527344],[-107.74750232696533,22.814453125],[-107.75079727172852,22.810546875],[-107.75146484375,22.8098201751709],[-107.75429964065552,22.806640625],[-107.75634765625,22.804574966430664],[-107.75821685791016,22.802734375],[-107.76123046875,22.799530029296875],[-107.7618932723999,22.798828125],[-107.76510715484619,22.794921875],[-107.76611328125,22.79384422302246],[-107.76875972747803,22.791015625],[-107.77099609375,22.788801193237305],[-107.77271270751953,22.787109375],[-107.77587890625,22.783599853515625],[-107.77624130249023,22.783203125],[-107.77942180633545,22.779296875],[-107.78076171875,22.777877807617188],[-107.78316497802734,22.775390625],[-107.78564453125,22.77292251586914],[-107.78709173202515,22.771484375],[-107.79051303863525,22.767578125],[-107.79052734375,22.767560958862305],[-107.79374122619629,22.763671875],[-107.79541015625,22.761943817138672],[-107.79759883880615,22.759765625],[-107.80029296875,22.757076263427734],[-107.80150651931763,22.755859375],[-107.80482053756714,22.751953125],[-107.80517578125,22.751556396484375],[-107.80816793441772,22.748046875],[-107.81005859375,22.746124267578125],[-107.81208515167236,22.744140625],[-107.81494140625,22.741230010986328],[-107.81591415405273,22.740234375],[-107.81916856765747,22.736328125],[-107.81982421875,22.73560905456543],[-107.82265424728394,22.732421875],[-107.82470703125,22.730356216430664],[-107.82657861709595,22.728515625],[-107.82958984375,22.725324630737305],[-107.83026933670044,22.724609375],[-107.83350706100464,22.720703125],[-107.83447265625,22.719661712646484],[-107.83710479736328,22.716796875],[-107.83935546875,22.714513778686523],[-107.84098386764526,22.712890625],[-107.84423828125,22.70931053161621],[-107.84454107284546,22.708984375],[-107.84779071807861,22.705078125],[-107.84912109375,22.703683853149414],[-107.85155534744263,22.701171875],[-107.85400390625,22.69872283935547],[-107.85545825958252,22.697265625],[-107.85882949829102,22.693359375],[-107.85888671875,22.693294525146484],[-107.86206007003784,22.689453125],[-107.86376953125,22.687694549560547],[-107.8659462928772,22.685546875],[-107.86865234375,22.682863235473633],[-107.869873046875,22.681640625],[-107.87317991256714,22.677734375],[-107.87353515625,22.67733383178711],[-107.87651062011719,22.673828125],[-107.87841796875,22.671876907348633],[-107.8804063796997,22.669921875],[-107.88330078125,22.66695785522461],[-107.88422107696533,22.666015625],[-107.88750171661377,22.662109375],[-107.88818359375,22.661361694335938],[-107.89098024368286,22.658203125],[-107.89306640625,22.656070709228516],[-107.89485216140747,22.654296875],[-107.89794921875,22.65099334716797],[-107.89852142333984,22.650390625],[-107.90177822113037,22.646484375],[-107.90283203125,22.64536476135254],[-107.90544986724854,22.642578125],[-107.90771484375,22.640316009521484],[-107.90936946868896,22.638671875],[-107.91259765625,22.635047912597656],[-107.91285514831543,22.634765625],[-107.91604518890381,22.630859375],[-107.91748046875,22.629356384277344],[-107.9198431968689,22.626953125],[-107.92236328125,22.62445831298828],[-107.92377948760986,22.623046875],[-107.92712688446045,22.619140625],[-107.92724609375,22.619003295898438],[-107.93032646179199,22.615234375],[-107.93212890625,22.613365173339844],[-107.93419361114502,22.611328125],[-107.93701171875,22.60851287841797],[-107.9380989074707,22.607421875],[-107.94143199920654,22.603515625],[-107.94189453125,22.603002548217773],[-107.94482707977295,22.599609375],[-107.94677734375,22.597620010375977],[-107.94872045516968,22.595703125],[-107.95166015625,22.5926513671875],[-107.95248508453369,22.591796875],[-107.95572757720947,22.587890625],[-107.95654296875,22.587007522583008],[-107.95929670333862,22.583984375],[-107.96142578125,22.58185386657715],[-107.96322584152222,22.580078125],[-107.96630859375,22.57672119140625],[-107.96681880950928,22.576171875],[-107.97000408172607,22.572265625],[-107.97119140625,22.570999145507812],[-107.97370195388794,22.568359375],[-107.97607421875,22.56599998474121],[-107.97763347625732,22.564453125],[-107.98095703125,22.560693740844727],[-107.9810905456543,22.560546875],[-107.98428773880005,22.556640625],[-107.98583984375,22.555015563964844],[-107.98809289932251,22.552734375],[-107.99072265625,22.550098419189453],[-107.99198865890503,22.548828125],[-107.99533128738403,22.544921875],[-107.99560546875,22.544614791870117],[-107.99863815307617,22.541015625],[-108.00048828125,22.53912353515625],[-108.00254106521606,22.537109375],[-108.00537109375,22.53424072265625],[-108.00638914108276,22.533203125],[-108.00964593887329,22.529296875],[-108.01025390625,22.528627395629883],[-108.01311254501343,22.525390625],[-108.01513671875,22.523351669311523],[-108.01703453063965,22.521484375],[-108.02001953125,22.518329620361328],[-108.0207347869873,22.517578125],[-108.02396297454834,22.513671875],[-108.02490234375,22.512657165527344],[-108.0275559425354,22.509765625],[-108.02978515625,22.50751304626465],[-108.03144693374634,22.505859375],[-108.03466796875,22.5023136138916],[-108.03500175476074,22.501953125],[-108.03823232650757,22.498046875],[-108.03955078125,22.49665641784668],[-108.04197549819946,22.494140625],[-108.04443359375,22.491661071777344],[-108.04585218429565,22.490234375],[-108.0492091178894,22.486328125],[-108.04931640625,22.486207962036133],[-108.05246114730835,22.482421875],[-108.05419921875,22.48063850402832],[-108.05635452270508,22.478515625],[-108.05908203125,22.475797653198242],[-108.06026458740234,22.474609375],[-108.06355476379395,22.470703125],[-108.06396484375,22.470245361328125],[-108.06691408157349,22.466796875],[-108.06884765625,22.464828491210938],[-108.07081460952759,22.462890625],[-108.07373046875,22.459880828857422],[-108.07459831237793,22.458984375],[-108.07785987854004,22.455078125],[-108.07861328125,22.454256057739258],[-108.08136463165283,22.451171875],[-108.08349609375,22.448993682861328],[-108.08522939682007,22.447265625],[-108.08837890625,22.443862915039062],[-108.08885335922241,22.443359375],[-108.09210538864136,22.439453125],[-108.09326171875,22.438230514526367],[-108.0958080291748,22.435546875],[-108.09814453125,22.433202743530273],[-108.09970617294312,22.431640625],[-108.10302734375,22.427860260009766],[-108.10313940048218,22.427734375],[-108.10635089874268,22.423828125],[-108.10791015625,22.422208786010742],[-108.11018705368042,22.419921875],[-108.11279296875,22.417329788208008],[-108.11410665512085,22.416015625],[-108.11742067337036,22.412109375],[-108.11767578125,22.411819458007812],[-108.12069416046143,22.408203125],[-108.12255859375,22.40628433227539],[-108.12457323074341,22.404296875],[-108.12744140625,22.401382446289062],[-108.12841653823853,22.400390625],[-108.13170909881592,22.396484375],[-108.13232421875,22.39580726623535],[-108.13515901565552,22.392578125],[-108.13720703125,22.390480041503906],[-108.13902616500854,22.388671875],[-108.14208984375,22.385417938232422],[-108.14270973205566,22.384765625],[-108.14595937728882,22.380859375],[-108.14697265625,22.379777908325195],[-108.14961194992065,22.376953125],[-108.15185546875,22.374706268310547],[-108.15352439880371,22.373046875],[-108.15673828125,22.36943817138672],[-108.15700769424438,22.369140625],[-108.1601881980896,22.365234375],[-108.16162109375,22.36372947692871],[-108.16397428512573,22.361328125],[-108.16650390625,22.358816146850586],[-108.16790103912354,22.357421875],[-108.17124128341675,22.353515625],[-108.17138671875,22.353349685668945],[-108.17445278167725,22.349609375],[-108.17626953125,22.34772491455078],[-108.1783127784729,22.345703125],[-108.18115234375,22.34284210205078],[-108.18218946456909,22.341796875],[-108.18551301956177,22.337890625],[-108.18603515625,22.337316513061523],[-108.18893671035767,22.333984375],[-108.19091796875,22.33196449279785],[-108.19282531738281,22.330078125],[-108.19580078125,22.326953887939453],[-108.19654703140259,22.326171875],[-108.19977283477783,22.322265625],[-108.20068359375,22.321285247802734],[-108.20338010787964,22.318359375],[-108.20556640625,22.316173553466797],[-108.20730447769165,22.314453125],[-108.21044921875,22.31096649169922],[-108.21083307266235,22.310546875],[-108.21400165557861,22.306640625],[-108.21533203125,22.30522918701172],[-108.21774005889893,22.302734375],[-108.22021484375,22.30026626586914],[-108.22165727615356,22.298828125],[-108.22504043579102,22.294921875],[-108.22509765625,22.294857025146484],[-108.22824478149414,22.291015625],[-108.22998046875,22.289213180541992],[-108.23210000991821,22.287109375],[-108.23486328125,22.284343719482422],[-108.23599815368652,22.283203125],[-108.23930740356445,22.279296875],[-108.23974609375,22.278810501098633],[-108.2426929473877,22.275390625],[-108.24462890625,22.273418426513672],[-108.246591091156,22.271484375],[-108.24951171875,22.268442153930664],[-108.25033903121948,22.267578125],[-108.25356006622314,22.263671875],[-108.25439453125,22.262765884399414],[-108.2571268081665,22.259765625],[-108.25927734375,22.257614135742188],[-108.2610535621643,22.255859375],[-108.26416015625,22.252460479736328],[-108.26462984085083,22.251953125],[-108.267822265625,22.248046875],[-108.26904296875,22.246742248535156],[-108.27150344848633,22.244140625],[-108.27392578125,22.241695404052734],[-108.2753849029541,22.240234375],[-108.27880859375,22.236337661743164],[-108.27881813049316,22.236328125],[-108.28205108642578,22.232421875],[-108.28369140625,22.23072052001953],[-108.2858943939209,22.228515625],[-108.28857421875,22.225820541381836],[-108.28977346420288,22.224609375],[-108.29306125640869,22.220703125],[-108.29345703125,22.22026252746582],[-108.29642295837402,22.216796875],[-108.29833984375,22.214847564697266],[-108.3003306388855,22.212890625],[-108.30322265625,22.209903717041016],[-108.30411195755005,22.208984375],[-108.30734729766846,22.205078125],[-108.30810546875,22.204246520996094],[-108.310866355896,22.201171875],[-108.31298828125,22.199033737182617],[-108.31477403640747,22.197265625],[-108.31787109375,22.193910598754883],[-108.31838607788086,22.193359375],[-108.32160234451294,22.189453125],[-108.32275390625,22.188220977783203],[-108.32526206970215,22.185546875],[-108.32763671875,22.183130264282227],[-108.32911729812622,22.181640625],[-108.33251953125,22.177778244018555],[-108.33256006240845,22.177734375],[-108.33580732345581,22.173828125],[-108.33740234375,22.17217445373535],[-108.33964824676514,22.169921875],[-108.34228515625,22.16727638244629],[-108.34353446960449,22.166015625],[-108.34682941436768,22.162109375],[-108.34716796875,22.16172981262207],[-108.35015535354614,22.158203125],[-108.35205078125,22.156267166137695],[-108.35405111312866,22.154296875],[-108.35693359375,22.151338577270508],[-108.35785627365112,22.150390625],[-108.36111068725586,22.146484375],[-108.36181640625,22.14571189880371],[-108.3646035194397,22.142578125],[-108.36669921875,22.14044189453125],[-108.3684778213501,22.138671875],[-108.37158203125,22.13532257080078],[-108.37210416793823,22.134765625],[-108.37533950805664,22.130859375],[-108.37646484375,22.12965965270996],[-108.37900638580322,22.126953125],[-108.38134765625,22.12458038330078],[-108.38287115097046,22.123046875],[-108.38623046875,22.119213104248047],[-108.38629484176636,22.119140625],[-108.38953018188477,22.115234375],[-108.39111328125,22.11359405517578],[-108.39337110519409,22.111328125],[-108.39599609375,22.10870361328125],[-108.3972692489624,22.107421875],[-108.40056896209717,22.103515625],[-108.40087890625,22.103166580200195],[-108.40387344360352,22.099609375],[-108.40576171875,22.097673416137695],[-108.40775966644287,22.095703125],[-108.41064453125,22.092742919921875],[-108.41156721115112,22.091796875],[-108.41483116149902,22.087890625],[-108.41552734375,22.087125778198242],[-108.41830492019653,22.083984375],[-108.42041015625,22.081825256347656],[-108.42215776443481,22.080078125],[-108.42529296875,22.076702117919922],[-108.42579126358032,22.076171875],[-108.42904806137085,22.072265625],[-108.43017578125,22.071069717407227],[-108.43273401260376,22.068359375],[-108.43505859375,22.06601905822754],[-108.43662023544312,22.064453125],[-108.43994140625,22.060657501220703],[-108.44004154205322,22.060546875],[-108.44324350357056,22.056640625],[-108.44482421875,22.054996490478516],[-108.44707489013672,22.052734375],[-108.44970703125,22.050107955932617],[-108.4509801864624,22.048828125],[-108.45428466796875,22.044921875],[-108.45458984375,22.04457664489746],[-108.45758199691772,22.041015625],[-108.45947265625,22.0390682220459],[-108.46145153045654,22.037109375],[-108.46435546875,22.034122467041016],[-108.46525192260742,22.033203125],[-108.46852540969849,22.029296875],[-108.46923828125,22.028518676757812],[-108.47201824188232,22.025390625],[-108.47412109375,22.023237228393555],[-108.47587585449219,22.021484375],[-108.47900390625,22.018102645874023],[-108.47949504852295,22.017578125],[-108.48273277282715,22.013671875],[-108.48388671875,22.012447357177734],[-108.4864330291748,22.009765625],[-108.48876953125,22.00742530822754],[-108.4903335571289,22.005859375],[-108.49365234375,22.002046585083008],[-108.49373579025269,22.001953125],[-108.49691390991211,21.998046875],[-108.49853515625,21.996355056762695],[-108.50074529647827,21.994140625],[-108.50341796875,21.991474151611328],[-108.50465297698975,21.990234375],[-108.50796461105347,21.986328125],[-108.50830078125,21.98594856262207],[-108.5112738609314,21.982421875],[-108.51318359375,21.98044776916504],[-108.51512670516968,21.978515625],[-108.51806640625,21.975467681884766],[-108.51890087127686,21.974609375],[-108.52218389511108,21.970703125],[-108.52294921875,21.969873428344727],[-108.52571725845337,21.966796875],[-108.52783203125,21.96464729309082],[-108.52959394454956,21.962890625],[-108.53271484375,21.95948600769043],[-108.53318214416504,21.958984375],[-108.53638887405396,21.955078125],[-108.53759765625,21.95379638671875],[-108.54010343551636,21.951171875],[-108.54248046875,21.94879913330078],[-108.54401350021362,21.947265625],[-108.54736328125,21.943391799926758],[-108.54739189147949,21.943359375],[-108.55055570602417,21.939453125],[-108.55224609375,21.937686920166016],[-108.55438947677612,21.935546875],[-108.55712890625,21.932809829711914],[-108.5582947731018,21.931640625],[-108.56161117553711,21.927734375],[-108.56201171875,21.92728614807129],[-108.56495380401611,21.923828125],[-108.56689453125,21.92182731628418],[-108.56881380081177,21.919921875],[-108.57177734375,21.916841506958008],[-108.5725736618042,21.916015625],[-108.57583284378052,21.912109375],[-108.57666015625,21.91121482849121],[-108.57939720153809,21.908203125],[-108.58154296875,21.906038284301758],[-108.5832929611206,21.904296875],[-108.58642578125,21.900840759277344],[-108.58683824539185,21.900390625],[-108.59001874923706,21.896484375],[-108.59130859375,21.89511489868164],[-108.59375,21.892578125],[-108.59619140625,21.890140533447266],[-108.59766006469727,21.888671875],[-108.60100984573364,21.884765625],[-108.60107421875,21.88469123840332],[-108.60417366027832,21.880859375],[-108.60595703125,21.878997802734375],[-108.60801935195923,21.876953125],[-108.61083984375,21.87412452697754],[-108.61191272735596,21.873046875],[-108.61523866653442,21.869140625],[-108.61572265625,21.86860466003418],[-108.61863851547241,21.865234375],[-108.62060546875,21.863222122192383],[-108.6225152015686,21.861328125],[-108.62548828125,21.85820198059082],[-108.6262321472168,21.857421875],[-108.62945795059204,21.853515625],[-108.63037109375,21.852529525756836],[-108.63305807113647,21.849609375],[-108.63525390625,21.847408294677734],[-108.63696813583374,21.845703125],[-108.64013671875,21.842159271240234],[-108.64046573638916,21.841796875],[-108.64362001419067,21.837890625],[-108.64501953125,21.836408615112305],[-108.64737510681152,21.833984375],[-108.64990234375,21.831459045410156],[-108.651282787323,21.830078125],[-108.65463018417358,21.826171875],[-108.65478515625,21.82599449157715],[-108.65784883499146,21.822265625],[-108.65966796875,21.820377349853516],[-108.66170644760132,21.818359375],[-108.66455078125,21.815486907958984],[-108.66557121276855,21.814453125],[-108.66886138916016,21.810546875],[-108.66943359375,21.809917449951172],[-108.67230892181396,21.806640625],[-108.67431640625,21.804595947265625],[-108.67619276046753,21.802734375],[-108.67919921875,21.79952621459961],[-108.67985725402832,21.798828125],[-108.68305206298828,21.794921875],[-108.68408203125,21.79381561279297],[-108.68669509887695,21.791015625],[-108.68896484375,21.788745880126953],[-108.69060754776001,21.787109375],[-108.69384765625,21.783449172973633],[-108.69406938552856,21.783203125],[-108.69722843170166,21.779296875],[-108.69873046875,21.777706146240234],[-108.70099067687988,21.775390625],[-108.70361328125,21.772750854492188],[-108.70487451553345,21.771484375],[-108.70822429656982,21.767578125],[-108.70849609375,21.767271041870117],[-108.71151685714722,21.763671875],[-108.71337890625,21.76175308227539],[-108.71539115905762,21.759765625],[-108.71826171875,21.756824493408203],[-108.71920347213745,21.755859375],[-108.7224555015564,21.751953125],[-108.72314453125,21.751197814941406],[-108.7259578704834,21.748046875],[-108.72802734375,21.745954513549805],[-108.72985601425171,21.744140625],[-108.73291015625,21.740825653076172],[-108.73345851898193,21.740234375],[-108.73663425445557,21.736328125],[-108.73779296875,21.735088348388672],[-108.74031066894531,21.732421875],[-108.74267578125,21.730051040649414],[-108.7442135810852,21.728515625],[-108.74755859375,21.72469711303711],[-108.7476372718811,21.724609375],[-108.7508225440979,21.720703125],[-108.75244140625,21.719005584716797],[-108.75463008880615,21.716796875],[-108.75732421875,21.714082717895508],[-108.75850677490234,21.712890625],[-108.76182317733765,21.708984375],[-108.76220703125,21.708555221557617],[-108.76517534255981,21.705078125],[-108.76708984375,21.70311737060547],[-108.76905679702759,21.701171875],[-108.77197265625,21.69813346862793],[-108.77280712127686,21.697265625],[-108.77602577209473,21.693359375],[-108.77685546875,21.69245719909668],[-108.7795877456665,21.689453125],[-108.78173828125,21.687292098999023],[-108.78349781036377,21.685546875],[-108.78662109375,21.682100296020508],[-108.78704309463501,21.681640625],[-108.79021167755127,21.677734375],[-108.79150390625,21.676353454589844],[-108.79390954971313,21.673828125],[-108.79638671875,21.671329498291016],[-108.79779100418091,21.669921875],[-108.8011646270752,21.666015625],[-108.80126953125,21.665897369384766],[-108.80438327789307,21.662109375],[-108.80615234375,21.660274505615234],[-108.80824565887451,21.658203125],[-108.81103515625,21.6553897857666],[-108.81211519241333,21.654296875],[-108.81539344787598,21.650390625],[-108.81591796875,21.649810791015625],[-108.81881713867188,21.646484375],[-108.82080078125,21.644466400146484],[-108.82270574569702,21.642578125],[-108.82568359375,21.639413833618164],[-108.82638454437256,21.638671875],[-108.82958173751831,21.634765625],[-108.83056640625,21.63370132446289],[-108.83319616317749,21.630859375],[-108.83544921875,21.62859535217285],[-108.83709907531738,21.626953125],[-108.84033203125,21.623327255249023],[-108.84058713912964,21.623046875],[-108.84376764297485,21.619140625],[-108.84521484375,21.61760902404785],[-108.84751558303833,21.615234375],[-108.85009765625,21.612619400024414],[-108.85137796401978,21.611328125],[-108.85471820831299,21.607421875],[-108.85498046875,21.607126235961914],[-108.85801076889038,21.603515625],[-108.85986328125,21.60161018371582],[-108.86188745498657,21.599609375],[-108.86474609375,21.596681594848633],[-108.86569738388062,21.595703125],[-108.86893510818481,21.591796875],[-108.86962890625,21.591035842895508],[-108.87243747711182,21.587890625],[-108.87451171875,21.585796356201172],[-108.87634038925171,21.583984375],[-108.87939453125,21.580669403076172],[-108.87994527816772,21.580078125],[-108.88312578201294,21.576171875],[-108.88427734375,21.574934005737305],[-108.88678073883057,21.572265625],[-108.88916015625,21.569866180419922],[-108.89066457748413,21.568359375],[-108.89404296875,21.56450653076172],[-108.89409065246582,21.564453125],[-108.89729738235474,21.560546875],[-108.89892578125,21.55884552001953],[-108.90111684799194,21.556640625],[-108.90380859375,21.553922653198242],[-108.90498161315918,21.552734375],[-108.90827655792236,21.548828125],[-108.90869140625,21.548364639282227],[-108.91164541244507,21.544921875],[-108.91357421875,21.542949676513672],[-108.91552925109863,21.541015625],[-108.91845703125,21.537946701049805],[-108.91925811767578,21.537109375],[-108.92246723175049,21.533203125],[-108.92333984375,21.532255172729492],[-108.92603874206543,21.529296875],[-108.92822265625,21.527099609375],[-108.92994165420532,21.525390625],[-108.93310546875,21.52188491821289],[-108.93347263336182,21.521484375],[-108.93665075302124,21.517578125],[-108.93798828125,21.516151428222656],[-108.94035339355469,21.513671875],[-108.94287109375,21.511112213134766],[-108.94420623779297,21.509765625],[-108.9475679397583,21.505859375],[-108.94775390625,21.50564956665039],[-108.95082235336304,21.501953125],[-108.95263671875,21.500080108642578],[-108.95469665527344,21.498046875],[-108.95751953125,21.49518394470215],[-108.95854234695435,21.494140625],[-108.96179676055908,21.490234375],[-108.96240234375,21.489566802978516],[-108.96525859832764,21.486328125],[-108.96728515625,21.48427391052246],[-108.96915435791016,21.482421875],[-108.97216796875,21.479185104370117],[-108.97279500961304,21.478515625],[-108.97598505020142,21.474609375],[-108.97705078125,21.473459243774414],[-108.97961378097534,21.470703125],[-108.98193359375,21.46836280822754],[-108.9835000038147,21.466796875],[-108.98681640625,21.463043212890625],[-108.98695468902588,21.462890625],[-108.99015188217163,21.458984375],[-108.99169921875,21.457361221313477],[-108.99394273757935,21.455078125],[-108.99658203125,21.452411651611328],[-108.99780750274658,21.451171875],[-109.00111436843872,21.447265625],[-109.00146484375,21.44687271118164],[-109.00444984436035,21.443359375],[-109.00634765625,21.44141387939453],[-109.00832891464233,21.439453125],[-109.01123046875,21.436437606811523],[-109.01208639144897,21.435546875],[-109.01530027389526,21.431640625],[-109.01611328125,21.430755615234375],[-109.01885032653809,21.427734375],[-109.02099609375,21.425575256347656],[-109.02275562286377,21.423828125],[-109.02587890625,21.420387268066406],[-109.02630567550659,21.419921875],[-109.02948141098022,21.416015625],[-109.03076171875,21.41464614868164],[-109.03316736221313,21.412109375],[-109.03564453125,21.409595489501953],[-109.037024974823,21.408203125],[-109.04039859771729,21.404296875],[-109.04052734375,21.404151916503906],[-109.0436315536499,21.400390625],[-109.04541015625,21.3985538482666],[-109.0475058555603,21.396484375],[-109.05029296875,21.393672943115234],[-109.05137300491333,21.392578125],[-109.05463695526123,21.388671875],[-109.05517578125,21.388076782226562],[-109.0580677986145,21.384765625],[-109.06005859375,21.382741928100586],[-109.06195878982544,21.380859375],[-109.06494140625,21.37767791748047],[-109.06562328338623,21.376953125],[-109.06881332397461,21.373046875],[-109.06982421875,21.3719539642334],[-109.07242774963379,21.369140625],[-109.07470703125,21.366844177246094],[-109.07631874084473,21.365234375],[-109.07958984375,21.361553192138672],[-109.07979488372803,21.361328125],[-109.0829849243164,21.357421875],[-109.08447265625,21.355854034423828],[-109.086754322052,21.353515625],[-109.08935546875,21.350879669189453],[-109.09060955047607,21.349609375],[-109.09392833709717,21.345703125],[-109.09423828125,21.345355987548828],[-109.09724473953247,21.341796875],[-109.09912109375,21.33987045288086],[-109.10112380981445,21.337890625],[-109.10400390625,21.334909439086914],[-109.10489559173584,21.333984375],[-109.1081166267395,21.330078125],[-109.10888671875,21.32923698425293],[-109.11164999008179,21.326171875],[-109.11376953125,21.324037551879883],[-109.11555290222168,21.322265625],[-109.11865234375,21.318862915039062],[-109.11911725997925,21.318359375],[-109.1222882270813,21.314453125],[-109.12353515625,21.31311798095703],[-109.12597179412842,21.310546875],[-109.12841796875,21.30807113647461],[-109.12983894348145,21.306640625],[-109.13321733474731,21.302734375],[-109.13330078125,21.30263900756836],[-109.1364336013794,21.298828125],[-109.13818359375,21.297014236450195],[-109.14028882980347,21.294921875],[-109.14306640625,21.292116165161133],[-109.14414882659912,21.291015625],[-109.1474199295044,21.287109375],[-109.14794921875,21.286523818969727],[-109.15084600448608,21.283203125],[-109.15283203125,21.28118133544922],[-109.15472984313965,21.279296875],[-109.15771484375,21.27610969543457],[-109.15839195251465,21.275390625],[-109.16157722473145,21.271484375],[-109.16259765625,21.270381927490234],[-109.16520118713379,21.267578125],[-109.16748046875,21.265287399291992],[-109.1690993309021,21.263671875],[-109.17236328125,21.25998878479004],[-109.17256593704224,21.259765625],[-109.17574167251587,21.255859375],[-109.17724609375,21.2542724609375],[-109.17950868606567,21.251953125],[-109.18212890625,21.249298095703125],[-109.18336629867554,21.248046875],[-109.186692237854,21.244140625],[-109.18701171875,21.243783950805664],[-109.19001340866089,21.240234375],[-109.19189453125,21.23830223083496],[-109.19388771057129,21.236328125],[-109.19677734375,21.233335494995117],[-109.19765710830688,21.232421875],[-109.20088052749634,21.228515625],[-109.20166015625,21.2276668548584],[-109.204421043396,21.224609375],[-109.20654296875,21.222469329833984],[-109.2083191871643,21.220703125],[-109.21142578125,21.217275619506836],[-109.21186447143555,21.216796875],[-109.21502351760864,21.212890625],[-109.21630859375,21.211517333984375],[-109.2187237739563,21.208984375],[-109.22119140625,21.206497192382812],[-109.22260522842407,21.205078125],[-109.2259669303894,21.201171875],[-109.22607421875,21.201047897338867],[-109.22916889190674,21.197265625],[-109.23095703125,21.195409774780273],[-109.23302888870239,21.193359375],[-109.23583984375,21.190519332885742],[-109.23689126968384,21.189453125],[-109.24016952514648,21.185546875],[-109.24072265625,21.1849365234375],[-109.24360513687134,21.181640625],[-109.24560546875,21.179603576660156],[-109.24748659133911,21.177734375],[-109.25048828125,21.174514770507812],[-109.25113201141357,21.173828125],[-109.25431489944458,21.169921875],[-109.25537109375,21.168785095214844],[-109.25795793533325,21.166015625],[-109.26025390625,21.16370964050293],[-109.26185846328735,21.162109375],[-109.26513671875,21.15838050842285],[-109.2652940750122,21.158203125],[-109.2684531211853,21.154296875],[-109.27001953125,21.15264320373535],[-109.27222728729248,21.150390625],[-109.27490234375,21.147686004638672],[-109.27609443664551,21.146484375],[-109.27942752838135,21.142578125],[-109.27978515625,21.142179489135742],[-109.28276777267456,21.138671875],[-109.28466796875,21.13671875],[-109.28663730621338,21.134765625],[-109.28955078125,21.131731033325195],[-109.29038763046265,21.130859375],[-109.29361343383789,21.126953125],[-109.29443359375,21.126062393188477],[-109.29717063903809,21.123046875],[-109.29931640625,21.12088394165039],[-109.30106401443481,21.119140625],[-109.30419921875,21.11565399169922],[-109.30458068847656,21.115234375],[-109.3077301979065,21.111328125],[-109.30908203125,21.109888076782227],[-109.31145906448364,21.107421875],[-109.31396484375,21.10490608215332],[-109.31535243988037,21.103515625],[-109.31869745254517,21.099609375],[-109.31884765625,21.09943962097168],[-109.32191610336304,21.095703125],[-109.32373046875,21.093814849853516],[-109.32576417922974,21.091796875],[-109.32861328125,21.088903427124023],[-109.32960748672485,21.087890625],[-109.33288812637329,21.083984375],[-109.33349609375,21.083316802978516],[-109.33634996414185,21.080078125],[-109.33837890625,21.07801055908203],[-109.34022665023804,21.076171875],[-109.34326171875,21.07288932800293],[-109.34384346008301,21.072265625],[-109.3470287322998,21.068359375],[-109.34814453125,21.06716537475586],[-109.35069561004639,21.064453125],[-109.35302734375,21.06211280822754],[-109.3545913696289,21.060546875],[-109.35791015625,21.056730270385742],[-109.3579888343811,21.056640625],[-109.36114072799683,21.052734375],[-109.36279296875,21.050994873046875],[-109.3649435043335,21.048828125],[-109.36767578125,21.046077728271484],[-109.36882495880127,21.044921875],[-109.37215566635132,21.041015625],[-109.37255859375,21.040565490722656],[-109.37551259994507,21.037109375],[-109.37744140625,21.035123825073242],[-109.37937259674072,21.033203125],[-109.38232421875,21.030109405517578],[-109.38310146331787,21.029296875],[-109.3863320350647,21.025390625],[-109.38720703125,21.024444580078125],[-109.3899130821228,21.021484375],[-109.39208984375,21.019289016723633],[-109.39380168914795,21.017578125],[-109.39697265625,21.014022827148438],[-109.3972897529602,21.013671875],[-109.40044641494751,21.009765625],[-109.40185546875,21.008272171020508],[-109.40419673919678,21.005859375],[-109.40673828125,21.003307342529297],[-109.40808534622192,21.001953125],[-109.41141605377197,20.998046875],[-109.41162109375,20.997814178466797],[-109.41465377807617,20.994140625],[-109.41650390625,20.99221420288086],[-109.4184923171997,20.990234375],[-109.42138671875,20.987268447875977],[-109.42230701446533,20.986328125],[-109.42559003829956,20.982421875],[-109.42626953125,20.981679916381836],[-109.42908525466919,20.978515625],[-109.43115234375,20.976408004760742],[-109.43295240402222,20.974609375],[-109.43603515625,20.97124671936035],[-109.4365406036377,20.970703125],[-109.43973302841187,20.966796875],[-109.44091796875,20.965534210205078],[-109.44342613220215,20.962890625],[-109.44580078125,20.960506439208984],[-109.4473147392273,20.958984375],[-109.45067167282104,20.955078125],[-109.45068359375,20.95506477355957],[-109.45382833480835,20.951171875],[-109.45556640625,20.949352264404297],[-109.45765972137451,20.947265625],[-109.46044921875,20.944456100463867],[-109.4615364074707,20.943359375],[-109.46484565734863,20.939453125],[-109.46533203125,20.938913345336914],[-109.46823358535767,20.935546875],[-109.47021484375,20.933502197265625],[-109.47207689285278,20.931640625],[-109.47509765625,20.928436279296875],[-109.47576522827148,20.927734375],[-109.47900295257568,20.923828125],[-109.47998046875,20.922779083251953],[-109.48262691497803,20.919921875],[-109.48486328125,20.917665481567383],[-109.48650598526001,20.916015625],[-109.48974609375,20.912334442138672],[-109.48994874954224,20.912109375],[-109.4931149482727,20.908203125],[-109.49462890625,20.906612396240234],[-109.49690341949463,20.904296875],[-109.49951171875,20.90167808532715],[-109.50078964233398,20.900390625],[-109.50409650802612,20.896484375],[-109.50439453125,20.896148681640625],[-109.50738430023193,20.892578125],[-109.50927734375,20.89061164855957],[-109.51121807098389,20.888671875],[-109.51416015625,20.885610580444336],[-109.51497793197632,20.884765625],[-109.51825380325317,20.880859375],[-109.51904296875,20.8800048828125],[-109.52179193496704,20.876953125],[-109.52392578125,20.874774932861328],[-109.52564716339111,20.873046875],[-109.52880859375,20.869550704956055],[-109.52918529510498,20.869140625],[-109.5323896408081,20.865234375],[-109.53369140625,20.863859176635742],[-109.53612804412842,20.861328125],[-109.53857421875,20.858867645263672],[-109.5400071144104,20.857421875],[-109.54332828521729,20.853515625],[-109.54345703125,20.85336685180664],[-109.54653024673462,20.849609375],[-109.54833984375,20.84773063659668],[-109.55038547515869,20.845703125],[-109.55322265625,20.842823028564453],[-109.5542311668396,20.841796875],[-109.55751180648804,20.837890625],[-109.55810546875,20.837234497070312],[-109.56093788146973,20.833984375],[-109.56298828125,20.831863403320312],[-109.5647668838501,20.830078125],[-109.56787109375,20.826736450195312],[-109.5684027671814,20.826171875],[-109.57165002822876,20.822265625],[-109.57275390625,20.82109260559082],[-109.57532405853271,20.818359375],[-109.57763671875,20.81601905822754],[-109.57918882369995,20.814453125],[-109.58251953125,20.810609817504883],[-109.5825743675232,20.810546875],[-109.58576202392578,20.806640625],[-109.58740234375,20.804929733276367],[-109.58959102630615,20.802734375],[-109.59228515625,20.80002212524414],[-109.59346532821655,20.798828125],[-109.59675073623657,20.794921875],[-109.59716796875,20.794456481933594],[-109.60010051727295,20.791015625],[-109.60205078125,20.789005279541016],[-109.60395097732544,20.787109375],[-109.60693359375,20.78396224975586],[-109.60765838623047,20.783203125],[-109.61090564727783,20.779296875],[-109.61181640625,20.7783145904541],[-109.61448431015015,20.775390625],[-109.61669921875,20.77312469482422],[-109.61832523345947,20.771484375],[-109.62158203125,20.767820358276367],[-109.62180137634277,20.767578125],[-109.62502241134644,20.763671875],[-109.62646484375,20.762161254882812],[-109.62880611419678,20.759765625],[-109.63134765625,20.757204055786133],[-109.6326756477356,20.755859375],[-109.63597059249878,20.751953125],[-109.63623046875,20.751657485961914],[-109.63924646377563,20.748046875],[-109.64111328125,20.746122360229492],[-109.64311122894287,20.744140625],[-109.64599609375,20.74116325378418],[-109.646897315979,20.740234375],[-109.65015172958374,20.736328125],[-109.65087890625,20.73552894592285],[-109.65363264083862,20.732421875],[-109.65576171875,20.730222702026367],[-109.65745687484741,20.728515625],[-109.66064453125,20.72503089904785],[-109.66103792190552,20.724609375],[-109.6642804145813,20.720703125],[-109.66552734375,20.719385147094727],[-109.66799974441528,20.716796875],[-109.67041015625,20.714353561401367],[-109.67185497283936,20.712890625],[-109.6751880645752,20.708984375],[-109.67529296875,20.708864212036133],[-109.67840433120728,20.705078125],[-109.68017578125,20.703245162963867],[-109.6822738647461,20.701171875],[-109.68505859375,20.6983585357666],[-109.68613386154175,20.697265625],[-109.68940258026123,20.693359375],[-109.68994140625,20.692760467529297],[-109.69281435012817,20.689453125],[-109.69482421875,20.68739128112793],[-109.69667196273804,20.685546875],[-109.69970703125,20.68229866027832],[-109.70032691955566,20.681640625],[-109.7035551071167,20.677734375],[-109.70458984375,20.67662239074707],[-109.70717430114746,20.673828125],[-109.70947265625,20.671470642089844],[-109.71100091934204,20.669921875],[-109.71435546875,20.66609001159668],[-109.71442222595215,20.666015625],[-109.71765756607056,20.662109375],[-109.71923828125,20.66046714782715],[-109.72148180007935,20.658203125],[-109.72412109375,20.65553092956543],[-109.72533464431763,20.654296875],[-109.72860813140869,20.650390625],[-109.72900390625,20.649946212768555],[-109.73195791244507,20.646484375],[-109.73388671875,20.64451026916504],[-109.73583459854126,20.642578125],[-109.73876953125,20.639497756958008],[-109.73955869674683,20.638671875],[-109.74278688430786,20.634765625],[-109.74365234375,20.633821487426758],[-109.74632978439331,20.630859375],[-109.74853515625,20.628597259521484],[-109.75017070770264,20.626953125],[-109.75341796875,20.62334632873535],[-109.75369453430176,20.623046875],[-109.756920337677,20.619140625],[-109.75830078125,20.617687225341797],[-109.76067066192627,20.615234375],[-109.76318359375,20.6126766204834],[-109.76450681686401,20.611328125],[-109.76779699325562,20.607421875],[-109.76806640625,20.607118606567383],[-109.77108955383301,20.603515625],[-109.77294921875,20.601608276367188],[-109.77497577667236,20.599609375],[-109.77783203125,20.596670150756836],[-109.77876901626587,20.595703125],[-109.7819972038269,20.591796875],[-109.78271484375,20.591007232666016],[-109.78549242019653,20.587890625],[-109.78759765625,20.585752487182617],[-109.78937149047852,20.583984375],[-109.79248046875,20.580591201782227],[-109.79295492172241,20.580078125],[-109.79615211486816,20.576171875],[-109.79736328125,20.57487678527832],[-109.79982376098633,20.572265625],[-109.80224609375,20.56978988647461],[-109.80365753173828,20.568359375],[-109.8070240020752,20.564453125],[-109.80712890625,20.564334869384766],[-109.8102593421936,20.560546875],[-109.81201171875,20.558734893798828],[-109.81412172317505,20.556640625],[-109.81689453125,20.553823471069336],[-109.81796026229858,20.552734375],[-109.82120275497437,20.548828125],[-109.82177734375,20.548192977905273],[-109.82464790344238,20.544921875],[-109.82666015625,20.542879104614258],[-109.82854127883911,20.541015625],[-109.83154296875,20.537792205810547],[-109.83218431472778,20.537109375],[-109.83537197113037,20.533203125],[-109.83642578125,20.53206443786621],[-109.83899354934692,20.529296875],[-109.84130859375,20.526947021484375],[-109.84285831451416,20.525390625],[-109.84619140625,20.521610260009766],[-109.84630346298218,20.521484375],[-109.84950542449951,20.517578125],[-109.85107421875,20.515933990478516],[-109.85330104827881,20.513671875],[-109.85595703125,20.510976791381836],[-109.85714912414551,20.509765625],[-109.8604416847229,20.505859375],[-109.86083984375,20.505414962768555],[-109.86380100250244,20.501953125],[-109.86572265625,20.49998664855957],[-109.86767768859863,20.498046875],[-109.87060546875,20.494966506958008],[-109.87139225006104,20.494140625],[-109.87458944320679,20.490234375],[-109.87548828125,20.489255905151367],[-109.8781681060791,20.486328125],[-109.88037109375,20.48410987854004],[-109.88206624984741,20.482421875],[-109.88525390625,20.478858947753906],[-109.88556623458862,20.478515625],[-109.88872766494751,20.474609375],[-109.89013671875,20.47311019897461],[-109.89245414733887,20.470703125],[-109.89501953125,20.468095779418945],[-109.89630460739136,20.466796875],[-109.89965438842773,20.462890625],[-109.89990234375,20.462614059448242],[-109.90293741226196,20.458984375],[-109.90478515625,20.457077026367188],[-109.9068021774292,20.455078125],[-109.90966796875,20.452131271362305],[-109.9105978012085,20.451171875],[-109.91384267807007,20.447265625],[-109.91455078125,20.446491241455078],[-109.91734981536865,20.443359375],[-109.91943359375,20.44124984741211],[-109.92123603820801,20.439453125],[-109.92431640625,20.436067581176758],[-109.924795627594,20.435546875],[-109.92795467376709,20.431640625],[-109.92919921875,20.430309295654297],[-109.93164777755737,20.427734375],[-109.93408203125,20.425289154052734],[-109.93553876876831,20.423828125],[-109.93889808654785,20.419921875],[-109.93896484375,20.419843673706055],[-109.94206666946411,20.416015625],[-109.94384765625,20.414154052734375],[-109.94590520858765,20.412109375],[-109.94873046875,20.409255981445312],[-109.94977235794067,20.408203125],[-109.95307445526123,20.404296875],[-109.95361328125,20.403703689575195],[-109.95650291442871,20.400390625],[-109.95849609375,20.39834976196289],[-109.96036767959595,20.396484375],[-109.96337890625,20.393259048461914],[-109.96402025222778,20.392578125],[-109.96721982955933,20.388671875],[-109.96826171875,20.387550354003906],[-109.97085809707642,20.384765625],[-109.97314453125,20.38246726989746],[-109.97474908828735,20.380859375],[-109.97802734375,20.37710952758789],[-109.97816562652588,20.376953125],[-109.98131275177002,20.373046875],[-109.98291015625,20.371360778808594],[-109.98510122299194,20.369140625],[-109.98779296875,20.36643409729004],[-109.9889874458313,20.365234375],[-109.99231576919556,20.361328125],[-109.99267578125,20.360925674438477],[-109.99564170837402,20.357421875],[-109.99755859375,20.35543441772461],[-109.99948382377625,20.353515625],[-110.00244140625,20.350425720214844],[-110.00322818756104,20.349609375],[-110.00648021697998,20.345703125],[-110.00732421875,20.344789505004883],[-110.01004695892334,20.341796875],[-110.01220703125,20.33960723876953],[-110.01392126083374,20.337890625],[-110.01708984375,20.3343505859375],[-110.01742243766785,20.333984375],[-110.0205945968628,20.330078125],[-110.02197265625,20.3286190032959],[-110.02434015274048,20.326171875],[-110.02685546875,20.323644638061523],[-110.02822399139404,20.322265625],[-110.0315523147583,20.318359375],[-110.03173828125,20.318147659301758],[-110.03478169441223,20.314453125],[-110.03662109375,20.31253433227539],[-110.0386130809784,20.310546875],[-110.04150390625,20.30757713317871],[-110.04241943359375,20.306640625],[-110.04571199417114,20.302734375],[-110.04638671875,20.3019962310791],[-110.04919409751892,20.298828125],[-110.05126953125,20.29669761657715],[-110.05303978919983,20.294921875],[-110.05615234375,20.291532516479492],[-110.05663394927979,20.291015625],[-110.05985140800476,20.287109375],[-110.06103515625,20.285852432250977],[-110.06354689598083,20.283203125],[-110.06591796875,20.280813217163086],[-110.06742238998413,20.279296875],[-110.0707757472992,20.275390625],[-110.07080078125,20.275362014770508],[-110.07395029067993,20.271484375],[-110.07568359375,20.269676208496094],[-110.07779002189636,20.267578125],[-110.08056640625,20.264781951904297],[-110.08166432380676,20.263671875],[-110.08495688438416,20.259765625],[-110.08544921875,20.25921630859375],[-110.08833169937134,20.255859375],[-110.09033203125,20.253782272338867],[-110.09215354919434,20.251953125],[-110.09521484375,20.248693466186523],[-110.09583115577698,20.248046875],[-110.09909391403198,20.244140625],[-110.10009765625,20.243066787719727],[-110.1027238368988,20.240234375],[-110.10498046875,20.23794174194336],[-110.10658025741577,20.236328125],[-110.10986328125,20.232589721679688],[-110.11001348495483,20.232421875],[-110.11321306228638,20.228515625],[-110.11474609375,20.226911544799805],[-110.11701464653015,20.224609375],[-110.11962890625,20.221973419189453],[-110.12088537216187,20.220703125],[-110.12418150901794,20.216796875],[-110.12451171875,20.2164249420166],[-110.12749195098877,20.212890625],[-110.12939453125,20.210926055908203],[-110.13134479522705,20.208984375],[-110.13427734375,20.20592498779297],[-110.13509273529053,20.205078125],[-110.13834595680237,20.201171875],[-110.13916015625,20.200284957885742],[-110.14186978340149,20.197265625],[-110.14404296875,20.195024490356445],[-110.14569163322449,20.193359375],[-110.14892578125,20.18977165222168],[-110.1492190361023,20.189453125],[-110.15246272087097,20.185546875],[-110.15380859375,20.184133529663086],[-110.15621662139893,20.181640625],[-110.15869140625,20.179134368896484],[-110.1600730419159,20.177734375],[-110.16338109970093,20.173828125],[-110.16357421875,20.173608779907227],[-110.1666259765625,20.169921875],[-110.16845703125,20.168031692504883],[-110.17049551010132,20.166015625],[-110.17333984375,20.16311264038086],[-110.174320936203,20.162109375],[-110.17758131027222,20.158203125],[-110.17822265625,20.157495498657227],[-110.18103361129761,20.154296875],[-110.18310546875,20.15216827392578],[-110.18487930297852,20.150390625],[-110.18798828125,20.147024154663086],[-110.1884937286377,20.146484375],[-110.19172549247742,20.142578125],[-110.19287109375,20.141355514526367],[-110.1953911781311,20.138671875],[-110.19775390625,20.13625717163086],[-110.19922137260437,20.134765625],[-110.2025818824768,20.130859375],[-110.20263671875,20.13079833984375],[-110.2058207988739,20.126953125],[-110.20751953125,20.12519645690918],[-110.20967721939087,20.123046875],[-110.21240234375,20.12028694152832],[-110.21352767944336,20.119140625],[-110.21678924560547,20.115234375],[-110.21728515625,20.114681243896484],[-110.22018551826477,20.111328125],[-110.22216796875,20.109304428100586],[-110.22406339645386,20.107421875],[-110.22705078125,20.104248046875],[-110.22774457931519,20.103515625],[-110.23096084594727,20.099609375],[-110.23193359375,20.098554611206055],[-110.23453950881958,20.095703125],[-110.23681640625,20.093364715576172],[-110.23837089538574,20.091796875],[-110.24169921875,20.088062286376953],[-110.2418565750122,20.087890625],[-110.24508953094482,20.083984375],[-110.24658203125,20.082422256469727],[-110.24887561798096,20.080078125],[-110.25146484375,20.077444076538086],[-110.2527117729187,20.076171875],[-110.25598883628845,20.072265625],[-110.25634765625,20.071863174438477],[-110.25932669639587,20.068359375],[-110.26123046875,20.06641387939453],[-110.26321411132812,20.064453125],[-110.26611328125,20.06143569946289],[-110.26696681976318,20.060546875],[-110.27018189430237,20.056640625],[-110.27099609375,20.055749893188477],[-110.27371525764465,20.052734375],[-110.27587890625,20.050540924072266],[-110.27759552001953,20.048828125],[-110.28076171875,20.04533576965332],[-110.28114199638367,20.044921875],[-110.28433561325073,20.041015625],[-110.28564453125,20.039623260498047],[-110.28804183006287,20.037109375],[-110.29052734375,20.034576416015625],[-110.2918815612793,20.033203125],[-110.2952229976654,20.029296875],[-110.29541015625,20.029085159301758],[-110.29847621917725,20.025390625],[-110.30029296875,20.023517608642578],[-110.30235171318054,20.021484375],[-110.30517578125,20.01861000061035],[-110.3061842918396,20.017578125],[-110.30942678451538,20.013671875],[-110.30517578125,20.0123291015625],[-110.30029296875,20.011852264404297],[-110.29541015625,20.011737823486328],[-110.29052734375,20.011720657348633],[-110.28564453125,20.01171875],[-107.78564453125,20.01171875],[-107.78076171875,20.011722564697266],[-107.77587890625,20.01175880432129],[-107.77099609375,20.01194953918457],[-107.76611328125,20.012662887573242],[-107.76337146759033,20.013671875],[-107.76123046875,20.01596450805664],[-107.75965452194214,20.017578125],[-107.75634765625,20.021011352539062],[-107.75587797164917,20.021484375],[-107.75245428085327,20.025390625],[-107.75146484375,20.0264892578125],[-107.7490234375,20.029296875],[-107.74658203125,20.031898498535156],[-107.74528741836548,20.033203125],[-107.74169921875,20.036945343017578],[-107.74153709411621,20.037109375],[-107.73814916610718,20.041015625],[-107.73681640625,20.04249382019043],[-107.73463249206543,20.044921875],[-107.73193359375,20.047760009765625],[-107.7308702468872,20.048828125],[-107.7272891998291,20.052734375],[-107.72705078125,20.052995681762695],[-107.72394895553589,20.056640625],[-107.72216796875,20.05858612060547],[-107.72031784057617,20.060546875],[-107.71728515625,20.063709259033203],[-107.71654844284058,20.064453125],[-107.71312713623047,20.068359375],[-107.71240234375,20.06916618347168],[-107.7097487449646,20.072265625],[-107.70751953125,20.07463836669922],[-107.7060055732727,20.076171875],[-107.70263671875,20.079647064208984],[-107.70220756530762,20.080078125],[-107.69877195358276,20.083984375],[-107.69775390625,20.085115432739258],[-107.69534111022949,20.087890625],[-107.69287109375,20.090526580810547],[-107.69161224365234,20.091796875],[-107.68798828125,20.095619201660156],[-107.6879072189331,20.095703125],[-107.68457174301147,20.099609375],[-107.68310546875,20.10123634338379],[-107.68102645874023,20.103515625],[-107.67822265625,20.106443405151367],[-107.67724990844727,20.107421875],[-107.67374277114868,20.111328125],[-107.67333984375,20.11176872253418],[-107.6703429222107,20.115234375],[-107.66845703125,20.117259979248047],[-107.66666889190674,20.119140625],[-107.66357421875,20.12238311767578],[-107.66291618347168,20.123046875],[-107.65943765640259,20.126953125],[-107.65869140625,20.127784729003906],[-107.656090259552,20.130859375],[-107.65380859375,20.133319854736328],[-107.65237808227539,20.134765625],[-107.64892578125,20.13829231262207],[-107.64854431152344,20.138671875],[-107.64514684677124,20.142578125],[-107.64404296875,20.143810272216797],[-107.64169454574585,20.146484375],[-107.63916015625,20.149160385131836],[-107.637939453125,20.150390625],[-107.63428688049316,20.154296875],[-107.63427734375,20.154306411743164],[-107.6309061050415,20.158203125],[-107.62939453125,20.159852981567383],[-107.6273250579834,20.162109375],[-107.62451171875,20.165063858032227],[-107.62356519699097,20.166015625],[-107.62001514434814,20.169921875],[-107.61962890625,20.17034339904785],[-107.61663675308228,20.173828125],[-107.61474609375,20.175874710083008],[-107.61297225952148,20.177734375],[-107.60986328125,20.180953979492188],[-107.60917901992798,20.181640625],[-107.60572910308838,20.185546875],[-107.60498046875,20.186386108398438],[-107.602379322052,20.189453125],[-107.60009765625,20.19190216064453],[-107.59865760803223,20.193359375],[-107.59521484375,20.19693374633789],[-107.59488821029663,20.197265625],[-107.5915265083313,20.201171875],[-107.59033203125,20.20250129699707],[-107.58803844451904,20.205078125],[-107.58544921875,20.207794189453125],[-107.58426189422607,20.208984375],[-107.5806188583374,20.212890625],[-107.58056640625,20.21294593811035],[-107.57720947265625,20.216796875],[-107.57568359375,20.218460083007812],[-107.57362842559814,20.220703125],[-107.57080078125,20.223676681518555],[-107.56987571716309,20.224609375],[-107.56632089614868,20.228515625],[-107.56591796875,20.228958129882812],[-107.5629997253418,20.232421875],[-107.56103515625,20.23457145690918],[-107.55934476852417,20.236328125],[-107.55615234375,20.239601135253906],[-107.55551815032959,20.240234375],[-107.55212068557739,20.244140625],[-107.55126953125,20.245098114013672],[-107.54874467849731,20.248046875],[-107.54638671875,20.250545501708984],[-107.54498720169067,20.251953125],[-107.54150390625,20.255592346191406],[-107.54124164581299,20.255859375],[-107.53781318664551,20.259765625],[-107.53662109375,20.261075973510742],[-107.53431558609009,20.263671875],[-107.53173828125,20.26640510559082],[-107.5305724143982,20.267578125],[-107.5268816947937,20.271484375],[-107.52685546875,20.271512985229492],[-107.52351760864258,20.275390625],[-107.52197265625,20.2770938873291],[-107.51994609832764,20.279296875],[-107.51708984375,20.282272338867188],[-107.5161600112915,20.283203125],[-107.51264095306396,20.287109375],[-107.51220703125,20.287586212158203],[-107.50929832458496,20.291015625],[-107.50732421875,20.293149948120117],[-107.50561952590942,20.294921875],[-107.50244140625,20.2982234954834],[-107.50184297561646,20.298828125],[-107.4984359741211,20.302734375],[-107.49755859375,20.303712844848633],[-107.4950361251831,20.306640625],[-107.49267578125,20.309141159057617],[-107.49127626419067,20.310546875],[-107.48779296875,20.314151763916016],[-107.48749256134033,20.314453125],[-107.48407363891602,20.318359375],[-107.48291015625,20.31964874267578],[-107.48059749603271,20.322265625],[-107.47802734375,20.324989318847656],[-107.47685432434082,20.326171875],[-107.47320652008057,20.330078125],[-107.47314453125,20.33014488220215],[-107.46988296508789,20.333984375],[-107.46826171875,20.335773468017578],[-107.46629476547241,20.337890625],[-107.46337890625,20.340919494628906],[-107.46250629425049,20.341796875],[-107.45904684066772,20.345703125],[-107.45849609375,20.346311569213867],[-107.45564460754395,20.349609375],[-107.45361328125,20.351776123046875],[-107.45193243026733,20.353515625],[-107.44873046875,20.356847763061523],[-107.44816064834595,20.357421875],[-107.4446964263916,20.361328125],[-107.44384765625,20.362272262573242],[-107.44131565093994,20.365234375],[-107.43896484375,20.367767333984375],[-107.43760585784912,20.369140625],[-107.43408203125,20.37276268005371],[-107.43379831314087,20.373046875],[-107.43041753768921,20.376953125],[-107.42919921875,20.378313064575195],[-107.42693424224854,20.380859375],[-107.42431640625,20.383609771728516],[-107.42316484451294,20.384765625],[-107.41955041885376,20.388671875],[-107.41943359375,20.388797760009766],[-107.41616249084473,20.392578125],[-107.41455078125,20.394329071044922],[-107.41255044937134,20.396484375],[-107.40966796875,20.399503707885742],[-107.40878582000732,20.400390625],[-107.4052619934082,20.404296875],[-107.40478515625,20.404817581176758],[-107.4018931388855,20.408203125],[-107.39990234375,20.410356521606445],[-107.39821195602417,20.412109375],[-107.39501953125,20.41539764404297],[-107.39440202713013,20.416015625],[-107.39096164703369,20.419921875],[-107.39013671875,20.42084312438965],[-107.38758325576782,20.423828125],[-107.38525390625,20.426319122314453],[-107.38385200500488,20.427734375],[-107.38037109375,20.43136215209961],[-107.38009691238403,20.431640625],[-107.37673282623291,20.435546875],[-107.37548828125,20.436925888061523],[-107.37322807312012,20.439453125],[-107.37060546875,20.442203521728516],[-107.36945390701294,20.443359375],[-107.36582040786743,20.447265625],[-107.36572265625,20.447368621826172],[-107.36241102218628,20.451171875],[-107.36083984375,20.452884674072266],[-107.35881567001343,20.455078125],[-107.35595703125,20.45807647705078],[-107.3550534248352,20.458984375],[-107.35151529312134,20.462890625],[-107.35107421875,20.463376998901367],[-107.34819650650024,20.466796875],[-107.34619140625,20.468984603881836],[-107.34452962875366,20.470703125],[-107.34130859375,20.474000930786133],[-107.34070062637329,20.474609375],[-107.33731031417847,20.478515625],[-107.33642578125,20.479511260986328],[-107.33392238616943,20.482421875],[-107.33154296875,20.48493766784668],[-107.33016014099121,20.486328125],[-107.32666015625,20.4899845123291],[-107.32641458511353,20.490234375],[-107.32297658920288,20.494140625],[-107.32177734375,20.49545669555664],[-107.31947660446167,20.498046875],[-107.31689453125,20.500783920288086],[-107.31573104858398,20.501953125],[-107.31203317642212,20.505859375],[-107.31201171875,20.505882263183594],[-107.3086667060852,20.509765625],[-107.30712890625,20.511463165283203],[-107.30509757995605,20.513671875],[-107.30224609375,20.516633987426758],[-107.30130195617676,20.517578125],[-107.29777097702026,20.521484375],[-107.29736328125,20.521930694580078],[-107.29442119598389,20.525390625],[-107.29248046875,20.527490615844727],[-107.29074716567993,20.529296875],[-107.28759765625,20.53256607055664],[-107.28696584701538,20.533203125],[-107.28355646133423,20.537109375],[-107.28271484375,20.538047790527344],[-107.28016376495361,20.541015625],[-107.27783203125,20.543485641479492],[-107.27640151977539,20.544921875],[-107.27294921875,20.548479080200195],[-107.2726035118103,20.548828125],[-107.26917743682861,20.552734375],[-107.26806640625,20.553964614868164],[-107.26571083068848,20.556640625],[-107.26318359375,20.559324264526367],[-107.26197004318237,20.560546875],[-107.25830078125,20.564449310302734],[-107.25829601287842,20.564453125],[-107.25497245788574,20.568359375],[-107.25341796875,20.57007598876953],[-107.25139617919922,20.572265625],[-107.24853515625,20.57523536682129],[-107.24760293960571,20.576171875],[-107.24411487579346,20.580078125],[-107.24365234375,20.580585479736328],[-107.24070310592651,20.583984375],[-107.23876953125,20.58605194091797],[-107.23701000213623,20.587890625],[-107.23388671875,20.591150283813477],[-107.23324298858643,20.591796875],[-107.22976684570312,20.595703125],[-107.22900390625,20.59654998779297],[-107.22640752792358,20.599609375],[-107.22412109375,20.60207176208496],[-107.22269058227539,20.603515625],[-107.21923828125,20.607038497924805],[-107.21885442733765,20.607421875],[-107.21545696258545,20.611328125],[-107.21435546875,20.61255645751953],[-107.21199750900269,20.615234375],[-107.20947265625,20.61789321899414],[-107.20823049545288,20.619140625],[-107.20458984375,20.623023986816406],[-107.20456600189209,20.623046875],[-107.20117807388306,20.626953125],[-107.19970703125,20.628559112548828],[-107.19760179519653,20.630859375],[-107.19482421875,20.633769989013672],[-107.19383478164673,20.634765625],[-107.190260887146,20.638671875],[-107.18994140625,20.63901710510254],[-107.18688011169434,20.642578125],[-107.18505859375,20.64455223083496],[-107.18322515487671,20.646484375],[-107.18017578125,20.649639129638672],[-107.17942714691162,20.650390625],[-107.17596530914307,20.654296875],[-107.17529296875,20.65505027770996],[-107.17263698577881,20.658203125],[-107.17041015625,20.660594940185547],[-107.16891288757324,20.662109375],[-107.16552734375,20.665590286254883],[-107.16510534286499,20.666015625],[-107.1617341041565,20.669921875],[-107.16064453125,20.67113494873047],[-107.15826988220215,20.673828125],[-107.15576171875,20.676456451416016],[-107.15448379516602,20.677734375],[-107.15087890625,20.681543350219727],[-107.15078353881836,20.681640625],[-107.14736223220825,20.685546875],[-107.14599609375,20.687044143676758],[-107.1438193321228,20.689453125],[-107.14111328125,20.692310333251953],[-107.14006900787354,20.693359375],[-107.13644504547119,20.697265625],[-107.13623046875,20.697498321533203],[-107.13311433792114,20.701171875],[-107.13134765625,20.70311737060547],[-107.12949991226196,20.705078125],[-107.12646484375,20.708194732666016],[-107.12567329406738,20.708984375],[-107.12221622467041,20.712890625],[-107.12158203125,20.71359634399414],[-107.1188473701477,20.716796875],[-107.11669921875,20.719085693359375],[-107.11511373519897,20.720703125],[-107.11181640625,20.724119186401367],[-107.11133003234863,20.724609375],[-107.1078896522522,20.728515625],[-107.10693359375,20.72957420349121],[-107.10446119308472,20.732421875],[-107.10205078125,20.734987258911133],[-107.10071563720703,20.736328125],[-107.09716796875,20.740005493164062],[-107.09694147109985,20.740234375],[-107.09354400634766,20.744140625],[-107.09228515625,20.745532989501953],[-107.09003448486328,20.748046875],[-107.08740234375,20.750812530517578],[-107.08626508712769,20.751953125],[-107.08263874053955,20.755859375],[-107.08251953125,20.75598907470703],[-107.07928895950317,20.759765625],[-107.07763671875,20.761573791503906],[-107.07567930221558,20.763671875],[-107.07275390625,20.7667179107666],[-107.07190036773682,20.767578125],[-107.06841707229614,20.771484375],[-107.06787109375,20.772085189819336],[-107.06501960754395,20.775390625],[-107.06298828125,20.77756118774414],[-107.06130504608154,20.779296875],[-107.05810546875,20.78260612487793],[-107.05750942230225,20.783203125],[-107.05404758453369,20.787109375],[-107.05322265625,20.788028717041016],[-107.05066919326782,20.791015625],[-107.04833984375,20.793516159057617],[-107.04694747924805,20.794921875],[-107.04345703125,20.79852294921875],[-107.04315423965454,20.798828125],[-107.03979730606079,20.802734375],[-107.03857421875,20.804100036621094],[-107.03631162643433,20.806640625],[-107.03369140625,20.809377670288086],[-107.0325255393982,20.810546875],[-107.02889919281006,20.814453125],[-107.02880859375,20.814550399780273],[-107.02547788619995,20.818359375],[-107.02392578125,20.820037841796875],[-107.02187061309814,20.822265625],[-107.01904296875,20.825231552124023],[-107.01810598373413,20.826171875],[-107.01452493667603,20.830078125],[-107.01416015625,20.830472946166992],[-107.0111632347107,20.833984375],[-107.00927734375,20.836036682128906],[-107.00750589370728,20.837890625],[-107.00439453125,20.841087341308594],[-107.00368404388428,20.841796875],[-107.00023412704468,20.845703125],[-106.99951171875,20.846513748168945],[-106.9968843460083,20.849609375],[-106.99462890625,20.852018356323242],[-106.9931435585022,20.853515625],[-106.98974609375,20.857013702392578],[-106.98934078216553,20.857421875],[-106.98594808578491,20.861328125],[-106.98486328125,20.862531661987305],[-106.98247909545898,20.865234375],[-106.97998046875,20.867860794067383],[-106.97870254516602,20.869140625],[-106.97509765625,20.872928619384766],[-106.97498321533203,20.873046875],[-106.9715690612793,20.876953125],[-106.97021484375,20.878437042236328],[-106.96802854537964,20.880859375],[-106.96533203125,20.883697509765625],[-106.9642686843872,20.884765625],[-106.96065187454224,20.888671875],[-106.96044921875,20.888891220092773],[-106.95732831954956,20.892578125],[-106.95556640625,20.894512176513672],[-106.95370197296143,20.896484375],[-106.95068359375,20.89958953857422],[-106.94988250732422,20.900390625],[-106.94643974304199,20.904296875],[-106.94580078125,20.905004501342773],[-106.94304943084717,20.908203125],[-106.94091796875,20.91046714782715],[-106.93931341171265,20.912109375],[-106.93603515625,20.915512084960938],[-106.9355320930481,20.916015625],[-106.93206787109375,20.919921875],[-106.93115234375,20.92093276977539],[-106.92864894866943,20.923828125],[-106.92626953125,20.926368713378906],[-106.92491054534912,20.927734375],[-106.92138671875,20.931364059448242],[-106.92111015319824,20.931640625],[-106.91771507263184,20.935546875],[-106.91650390625,20.9368896484375],[-106.91421747207642,20.939453125],[-106.91162109375,20.94217872619629],[-106.91044330596924,20.943359375],[-106.90679550170898,20.947265625],[-106.90673828125,20.94732666015625],[-106.90342426300049,20.951171875],[-106.90185546875,20.9528865814209],[-106.89982652664185,20.955078125],[-106.89697265625,20.95805549621582],[-106.89604759216309,20.958984375],[-106.89251661300659,20.962890625],[-106.89208984375,20.963354110717773],[-106.8891191482544,20.966796875],[-106.88720703125,20.96885108947754],[-106.8854308128357,20.970703125],[-106.88232421875,20.973915100097656],[-106.88163042068481,20.974609375],[-106.87816143035889,20.978515625],[-106.87744140625,20.97931671142578],[-106.8748140335083,20.982421875],[-106.87255859375,20.984846115112305],[-106.87108993530273,20.986328125],[-106.86767578125,20.98982810974121],[-106.86727285385132,20.990234375],[-106.8639063835144,20.994140625],[-106.86279296875,20.995386123657227],[-106.86044454574585,20.998046875],[-106.85791015625,21.00069808959961],[-106.85665845870972,21.001953125],[-106.85302734375,21.005809783935547],[-106.85297966003418,21.005859375],[-106.84953451156616,21.009765625],[-106.84814453125,21.01127815246582],[-106.84597253799438,21.013671875],[-106.84326171875,21.01652717590332],[-106.84221506118774,21.017578125],[-106.83856248855591,21.021484375],[-106.83837890625,21.021678924560547],[-106.835196018219,21.025390625],[-106.83349609375,21.027254104614258],[-106.83157920837402,21.029296875],[-106.82861328125,21.032352447509766],[-106.82775974273682,21.033203125],[-106.8242597579956,21.037109375],[-106.82373046875,21.03769302368164],[-106.82090044021606,21.041015625],[-106.81884765625,21.04322052001953],[-106.81719064712524,21.044921875],[-106.81396484375,21.048255920410156],[-106.81339502334595,21.048828125],[-106.80997848510742,21.052734375],[-106.80908203125,21.05373191833496],[-106.8065619468689,21.056640625],[-106.80419921875,21.05913543701172],[-106.80279016494751,21.060546875],[-106.79931640625,21.06412696838379],[-106.79899215698242,21.064453125],[-106.79555892944336,21.068359375],[-106.79443359375,21.069602966308594],[-106.79208517074585,21.072265625],[-106.78955078125,21.074951171875],[-106.78833484649658,21.076171875],[-106.78466796875,21.080053329467773],[-106.78464412689209,21.080078125],[-106.78131103515625,21.083984375],[-106.77978515625,21.085670471191406],[-106.77773714065552,21.087890625],[-106.77490234375,21.090824127197266],[-106.77392959594727,21.091796875],[-106.77040576934814,21.095703125],[-106.77001953125,21.09612274169922],[-106.76698684692383,21.099609375],[-106.76513671875,21.101587295532227],[-106.76330327987671,21.103515625],[-106.76025390625,21.10669708251953],[-106.75953149795532,21.107421875],[-106.75602436065674,21.111328125],[-106.75537109375,21.112051010131836],[-106.75266742706299,21.115234375],[-106.75048828125,21.117578506469727],[-106.74894571304321,21.119140625],[-106.74560546875,21.12253189086914],[-106.74508810043335,21.123046875],[-106.74165725708008,21.126953125],[-106.74072265625,21.127992630004883],[-106.73823595046997,21.130859375],[-106.73583984375,21.133394241333008],[-106.73447370529175,21.134765625],[-106.73095703125,21.138437271118164],[-106.73072576522827,21.138671875],[-106.72733545303345,21.142578125],[-106.72607421875,21.143966674804688],[-106.72381401062012,21.146484375],[-106.72119140625,21.14923095703125],[-106.72003269195557,21.150390625],[-106.71637058258057,21.154296875],[-106.71630859375,21.154361724853516],[-106.71295881271362,21.158203125],[-106.71142578125,21.15987205505371],[-106.70936346054077,21.162109375],[-106.70654296875,21.165054321289062],[-106.70558214187622,21.166015625],[-106.70201539993286,21.169921875],[-106.70166015625,21.170310974121094],[-106.69869184494019,21.173828125],[-106.69677734375,21.175914764404297],[-106.6950273513794,21.177734375],[-106.69189453125,21.180932998657227],[-106.69118642807007,21.181640625],[-106.68776750564575,21.185546875],[-106.68701171875,21.186391830444336],[-106.68437957763672,21.189453125],[-106.68212890625,21.19182777404785],[-106.68061017990112,21.193359375],[-106.67724609375,21.196834564208984],[-106.67681694030762,21.197265625],[-106.67335510253906,21.201171875],[-106.67236328125,21.2022647857666],[-106.66990756988525,21.205078125],[-106.66748046875,21.20765495300293],[-106.6661548614502,21.208984375],[-106.66259765625,21.212657928466797],[-106.66236877441406,21.212890625],[-106.65896892547607,21.216796875],[-106.65771484375,21.218183517456055],[-106.65545463562012,21.220703125],[-106.65283203125,21.223447799682617],[-106.65167093276978,21.224609375],[-106.64801597595215,21.228515625],[-106.64794921875,21.228588104248047],[-106.64465188980103,21.232421875],[-106.64306640625,21.23415756225586],[-106.64105176925659,21.236328125],[-106.63818359375,21.239309310913086],[-106.63726091384888,21.240234375],[-106.63373708724976,21.244140625],[-106.63330078125,21.24461555480957],[-106.63032531738281,21.248046875],[-106.62841796875,21.25008773803711],[-106.62662982940674,21.251953125],[-106.62353515625,21.25515365600586],[-106.62282943725586,21.255859375],[-106.61934852600098,21.259765625],[-106.61865234375,21.260541915893555],[-106.61601066589355,21.263671875],[-106.61376953125,21.266082763671875],[-106.6122841835022,21.267578125],[-106.60888671875,21.27102279663086],[-106.60842418670654,21.271484375],[-106.60503387451172,21.275390625],[-106.60400390625,21.276540756225586],[-106.6015887260437,21.279296875],[-106.59912109375,21.281883239746094],[-106.59780025482178,21.283203125],[-106.59423828125,21.286949157714844],[-106.5940809249878,21.287109375],[-106.59065246582031,21.291015625],[-106.58935546875,21.292428970336914],[-106.58710718154907,21.294921875],[-106.58447265625,21.297687530517578],[-106.5833330154419,21.298828125],[-106.57964706420898,21.302734375],[-106.57958984375,21.302793502807617],[-106.57625436782837,21.306640625],[-106.57470703125,21.308332443237305],[-106.57265901565552,21.310546875],[-106.56982421875,21.31348419189453],[-106.56885147094727,21.314453125],[-106.56528234481812,21.318359375],[-106.56494140625,21.3187313079834],[-106.56193256378174,21.322265625],[-106.56005859375,21.32430076599121],[-106.55826807022095,21.326171875],[-106.55517578125,21.329360961914062],[-106.5544605255127,21.330078125],[-106.5510368347168,21.333984375],[-106.55029296875,21.33481216430664],[-106.54763698577881,21.337890625],[-106.54541015625,21.340238571166992],[-106.54386520385742,21.341796875],[-106.54052734375,21.345226287841797],[-106.5400505065918,21.345703125],[-106.53658151626587,21.349609375],[-106.53564453125,21.35064697265625],[-106.53316497802734,21.353515625],[-106.53076171875,21.3560848236084],[-106.52942895889282,21.357421875],[-106.52587890625,21.361068725585938],[-106.52562141418457,21.361328125],[-106.52223825454712,21.365234375],[-106.52099609375,21.366613388061523],[-106.51873111724854,21.369140625],[-106.51611328125,21.371868133544922],[-106.51493310928345,21.373046875],[-106.51127815246582,21.376953125],[-106.51123046875,21.377002716064453],[-106.50787353515625,21.380859375],[-106.50634765625,21.382516860961914],[-106.50427103042603,21.384765625],[-106.50146484375,21.387691497802734],[-106.50048494338989,21.388671875],[-106.49689674377441,21.392578125],[-106.49658203125,21.39291763305664],[-106.49349689483643,21.396484375],[-106.49169921875,21.398426055908203],[-106.48983001708984,21.400390625],[-106.48681640625,21.40349578857422],[-106.48601293563843,21.404296875],[-106.48251295089722,21.408203125],[-106.48193359375,21.408845901489258],[-106.47917747497559,21.412109375],[-106.47705078125,21.414400100708008],[-106.47546291351318,21.416015625],[-106.47216796875,21.41937828063965],[-106.47162437438965,21.419921875],[-106.46824598312378,21.423828125],[-106.46728515625,21.424901962280273],[-106.46481513977051,21.427734375],[-106.46240234375,21.430255889892578],[-106.46101474761963,21.431640625],[-106.45751953125,21.435266494750977],[-106.45724058151245,21.435546875],[-106.4537763595581,21.439453125],[-106.45263671875,21.440702438354492],[-106.45028352737427,21.443359375],[-106.44775390625,21.4460391998291],[-106.44652843475342,21.447265625],[-106.44287109375,21.451068878173828],[-106.44277095794678,21.451171875],[-106.43938541412354,21.455078125],[-106.43798828125,21.45661735534668],[-106.43583297729492,21.458984375],[-106.43310546875,21.461814880371094],[-106.43202543258667,21.462890625],[-106.42840623855591,21.466796875],[-106.42822265625,21.466995239257812],[-106.42503023147583,21.470703125],[-106.42333984375,21.4725399017334],[-106.42139673233032,21.474609375],[-106.41845703125,21.4776554107666],[-106.41759872436523,21.478515625],[-106.41408681869507,21.482421875],[-106.41357421875,21.482980728149414],[-106.4106798171997,21.486328125],[-106.40869140625,21.488449096679688],[-106.40696048736572,21.490234375],[-106.40380859375,21.49347686767578],[-106.4031434059143,21.494140625],[-106.39966249465942,21.498046875],[-106.39892578125,21.49886703491211],[-106.39630556106567,21.501953125],[-106.39404296875,21.50438117980957],[-106.39257431030273,21.505859375],[-106.38916015625,21.50932502746582],[-106.38871908187866,21.509765625],[-106.38533115386963,21.513671875],[-106.38427734375,21.514848709106445],[-106.38187885284424,21.517578125],[-106.37939453125,21.520172119140625],[-106.37807846069336,21.521484375],[-106.37451171875,21.525226593017578],[-106.374351978302,21.525390625],[-106.37091398239136,21.529296875],[-106.36962890625,21.530696868896484],[-106.36736631393433,21.533203125],[-106.36474609375,21.535947799682617],[-106.3635802268982,21.537109375],[-106.35987758636475,21.541015625],[-106.35986328125,21.54102897644043],[-106.35647773742676,21.544921875],[-106.35498046875,21.546558380126953],[-106.35288953781128,21.548828125],[-106.35009765625,21.551721572875977],[-106.34907960891724,21.552734375],[-106.34547710418701,21.556640625],[-106.34521484375,21.55692481994629],[-106.34212732315063,21.560546875],[-106.34033203125,21.562503814697266],[-106.33847713470459,21.564453125],[-106.33544921875,21.567569732666016],[-106.33466005325317,21.568359375],[-106.33121013641357,21.572265625],[-106.33056640625,21.572975158691406],[-106.32779121398926,21.576171875],[-106.32568359375,21.578399658203125],[-106.3240385055542,21.580078125],[-106.32080078125,21.583417892456055],[-106.32023334503174,21.583984375],[-106.31674766540527,21.587890625],[-106.31591796875,21.588808059692383],[-106.31335496902466,21.591796875],[-106.31103515625,21.594274520874023],[-106.30961179733276,21.595703125],[-106.30615234375,21.599212646484375],[-106.3057541847229,21.599609375],[-106.30233764648438,21.603515625],[-106.30126953125,21.604700088500977],[-106.29886865615845,21.607421875],[-106.29638671875,21.610023498535156],[-106.29508018493652,21.611328125],[-106.29150390625,21.615074157714844],[-106.2913465499878,21.615234375],[-106.2879490852356,21.619140625],[-106.28662109375,21.62059783935547],[-106.28440141677856,21.623046875],[-106.28173828125,21.625823974609375],[-106.28060579299927,21.626953125],[-106.27694606781006,21.630859375],[-106.27685546875,21.63095474243164],[-106.27352476119995,21.634765625],[-106.27197265625,21.63644790649414],[-106.26991510391235,21.638671875],[-106.26708984375,21.641611099243164],[-106.26611948013306,21.642578125],[-106.2625241279602,21.646484375],[-106.26220703125,21.64682960510254],[-106.25919342041016,21.650390625],[-106.25732421875,21.652429580688477],[-106.25553131103516,21.654296875],[-106.25244140625,21.657434463500977],[-106.25166416168213,21.658203125],[-106.24819040298462,21.662109375],[-106.24755859375,21.662805557250977],[-106.24478340148926,21.666015625],[-106.24267578125,21.668251037597656],[-106.24103546142578,21.669921875],[-106.23779296875,21.673263549804688],[-106.23722791671753,21.673828125],[-106.23376369476318,21.677734375],[-106.23291015625,21.678678512573242],[-106.23035430908203,21.681640625],[-106.22802734375,21.684104919433594],[-106.22658491134644,21.685546875],[-106.22314453125,21.689048767089844],[-106.22273683547974,21.689453125],[-106.21929883956909,21.693359375],[-106.21826171875,21.69450569152832],[-106.21583938598633,21.697265625],[-106.21337890625,21.699859619140625],[-106.21206760406494,21.701171875],[-106.20849609375,21.704893112182617],[-106.20831489562988,21.705078125],[-106.20495319366455,21.708984375],[-106.20361328125,21.710464477539062],[-106.20141267776489,21.712890625],[-106.19873046875,21.715669631958008],[-106.19760036468506,21.716796875],[-106.19396686553955,21.720703125],[-106.19384765625,21.720829010009766],[-106.19051933288574,21.724609375],[-106.18896484375,21.726285934448242],[-106.18690490722656,21.728515625],[-106.18408203125,21.731468200683594],[-106.1831259727478,21.732421875],[-106.17948770523071,21.736328125],[-106.17919921875,21.736637115478516],[-106.17611169815063,21.740234375],[-106.17431640625,21.742185592651367],[-106.17245435714722,21.744140625],[-106.16943359375,21.74721908569336],[-106.16859674453735,21.748046875],[-106.16507530212402,21.751953125],[-106.16455078125,21.75252914428711],[-106.16169691085815,21.755859375],[-106.15966796875,21.758033752441406],[-106.15797996520996,21.759765625],[-106.15478515625,21.763044357299805],[-106.15415811538696,21.763671875],[-106.15073204040527,21.767578125],[-106.14990234375,21.76850128173828],[-106.1473298072815,21.771484375],[-106.14501953125,21.77391242980957],[-106.14353656768799,21.775390625],[-106.14013671875,21.778852462768555],[-106.13968849182129,21.779296875],[-106.13621950149536,21.783203125],[-106.13525390625,21.784271240234375],[-106.1327862739563,21.787109375],[-106.13037109375,21.7896785736084],[-106.12903356552124,21.791015625],[-106.12548828125,21.79465675354004],[-106.12522602081299,21.794921875],[-106.12184524536133,21.798828125],[-106.12060546875,21.800203323364258],[-106.11833333969116,21.802734375],[-106.11572265625,21.80544090270996],[-106.11451387405396,21.806640625],[-106.11083984375,21.810535430908203],[-106.11082792282104,21.810546875],[-106.10740661621094,21.814453125],[-106.10595703125,21.816028594970703],[-106.10381603240967,21.818359375],[-106.10107421875,21.821212768554688],[-106.10001564025879,21.822265625],[-106.09637022018433,21.826171875],[-106.09619140625,21.82636260986328],[-106.09295845031738,21.830078125],[-106.09130859375,21.831863403320312],[-106.0893201828003,21.833984375],[-106.08642578125,21.83696937561035],[-106.0854983329773,21.837890625],[-106.08192205429077,21.841796875],[-106.08154296875,21.84221076965332],[-106.07857942581177,21.845703125],[-106.07666015625,21.8477840423584],[-106.07489824295044,21.849609375],[-106.07177734375,21.852785110473633],[-106.07104301452637,21.853515625],[-106.06759548187256,21.857421875],[-106.06689453125,21.858198165893555],[-106.06417655944824,21.861328125],[-106.06201171875,21.863609313964844],[-106.06040716171265,21.865234375],[-106.05712890625,21.868606567382812],[-106.05659246444702,21.869140625],[-106.05311155319214,21.873046875],[-106.05224609375,21.874000549316406],[-106.04969263076782,21.876953125],[-106.04736328125,21.879419326782227],[-106.04592084884644,21.880859375],[-106.04248046875,21.884349822998047],[-106.04206323623657,21.884765625],[-106.03862285614014,21.888671875],[-106.03759765625,21.88980484008789],[-106.03516340255737,21.892578125],[-106.03271484375,21.895156860351562],[-106.03138446807861,21.896484375],[-106.02783203125,21.900169372558594],[-106.02761268615723,21.900390625],[-106.02424144744873,21.904296875],[-106.02294921875,21.905725479125977],[-106.02071046829224,21.908203125],[-106.01806640625,21.91094398498535],[-106.01689577102661,21.912109375],[-106.01322889328003,21.916015625],[-106.01318359375,21.91606330871582],[-106.00977420806885,21.919921875],[-106.00830078125,21.92151641845703],[-106.00618124008179,21.923828125],[-106.00341796875,21.926721572875977],[-106.00240230560303,21.927734375],[-105.99871635437012,21.931640625],[-105.99853515625,21.931833267211914],[-105.99532842636108,21.935546875],[-105.99365234375,21.9373722076416],[-105.99169254302979,21.939453125],[-105.98876953125,21.942440032958984],[-105.9878396987915,21.943359375],[-105.98426580429077,21.947265625],[-105.98388671875,21.947675704956055],[-105.98088264465332,21.951171875],[-105.97900390625,21.953197479248047],[-105.97719669342041,21.955078125],[-105.97412109375,21.95823860168457],[-105.97337245941162,21.958984375],[-105.9699034690857,21.962890625],[-105.96923828125,21.963623046875],[-105.96648693084717,21.966796875],[-105.96435546875,21.96904754638672],[-105.96272230148315,21.970703125],[-105.95947265625,21.97402572631836],[-105.95888614654541,21.974609375],[-105.95539331436157,21.978515625],[-105.95458984375,21.979406356811523],[-105.9520149230957,21.982421875],[-105.94970703125,21.98488998413086],[-105.94827175140381,21.986328125],[-105.94482421875,21.98979949951172],[-105.94438314437866,21.990234375],[-105.94095706939697,21.994140625],[-105.93994140625,21.995267868041992],[-105.93749761581421,21.998046875],[-105.93505859375,22.00059700012207],[-105.93369483947754,22.001953125],[-105.93017578125,22.005598068237305],[-105.92991828918457,22.005859375],[-105.92649698257446,22.009765625],[-105.92529296875,22.01108741760254],[-105.92297554016113,22.013671875],[-105.92041015625,22.01634407043457],[-105.91916799545288,22.017578125],[-105.91552734375,22.02138328552246],[-105.91542720794678,22.021484375],[-105.91199159622192,22.025390625],[-105.91064453125,22.026859283447266],[-105.90843439102173,22.029296875],[-105.90576171875,22.032089233398438],[-105.90464115142822,22.033203125],[-105.90094804763794,22.037109375],[-105.90087890625,22.037181854248047],[-105.89760065078735,22.041015625],[-105.89599609375,22.04277992248535],[-105.89399576187134,22.044921875],[-105.89111328125,22.0478572845459],[-105.89012861251831,22.048828125],[-105.88654041290283,22.052734375],[-105.88623046875,22.053068161010742],[-105.88311672210693,22.056640625],[-105.88134765625,22.058534622192383],[-105.8794355392456,22.060546875],[-105.87646484375,22.06361198425293],[-105.87561845779419,22.064453125],[-105.87206840515137,22.068359375],[-105.87158203125,22.068885803222656],[-105.86865901947021,22.072265625],[-105.86669921875,22.074357986450195],[-105.86493968963623,22.076171875],[-105.86181640625,22.07935333251953],[-105.86108446121216,22.080078125],[-105.85757970809937,22.083984375],[-105.85693359375,22.084701538085938],[-105.85423469543457,22.087890625],[-105.85205078125,22.09023094177246],[-105.85049390792847,22.091796875],[-105.84716796875,22.095144271850586],[-105.84660291671753,22.095703125],[-105.84319353103638,22.099609375],[-105.84228515625,22.100622177124023],[-105.83976745605469,22.103515625],[-105.83740234375,22.105985641479492],[-105.83595514297485,22.107421875],[-105.83251953125,22.110946655273438],[-105.83213567733765,22.111328125],[-105.82865953445435,22.115234375],[-105.82763671875,22.116355895996094],[-105.82518577575684,22.119140625],[-105.82275390625,22.121692657470703],[-105.82139253616333,22.123046875],[-105.81787109375,22.12664794921875],[-105.81756591796875,22.126953125],[-105.8141279220581,22.130859375],[-105.81298828125,22.13211441040039],[-105.81063270568848,22.134765625],[-105.80810546875,22.137414932250977],[-105.80683946609497,22.138671875],[-105.80322265625,22.142440795898438],[-105.8030891418457,22.142578125],[-105.79972743988037,22.146484375],[-105.79833984375,22.148014068603516],[-105.79617023468018,22.150390625],[-105.79345703125,22.15318489074707],[-105.79233646392822,22.154296875],[-105.78869819641113,22.158203125],[-105.78857421875,22.158334732055664],[-105.785231590271,22.162109375],[-105.78369140625,22.163761138916016],[-105.78159809112549,22.166015625],[-105.77880859375,22.168912887573242],[-105.77779293060303,22.169921875],[-105.77412128448486,22.173828125],[-105.77392578125,22.174036026000977],[-105.7707166671753,22.177734375],[-105.76904296875,22.179546356201172],[-105.76706886291504,22.181640625],[-105.76416015625,22.184616088867188],[-105.76321601867676,22.185546875],[-105.75961828231812,22.189453125],[-105.75927734375,22.189821243286133],[-105.75624704360962,22.193359375],[-105.75439453125,22.195363998413086],[-105.75257062911987,22.197265625],[-105.74951171875,22.200389862060547],[-105.74872732162476,22.201171875],[-105.74525356292725,22.205078125],[-105.74462890625,22.20576286315918],[-105.74181079864502,22.208984375],[-105.73974609375,22.211156845092773],[-105.73805093765259,22.212890625],[-105.73486328125,22.216169357299805],[-105.73423147201538,22.216796875],[-105.73071002960205,22.220703125],[-105.72998046875,22.22150421142578],[-105.72731733322144,22.224609375],[-105.72509765625,22.226966857910156],[-105.72354793548584,22.228515625],[-105.72021484375,22.231855392456055],[-105.71963787078857,22.232421875],[-105.71616888046265,22.236328125],[-105.71533203125,22.23725700378418],[-105.71276426315308,22.240234375],[-105.71044921875,22.2426815032959],[-105.70898532867432,22.244140625],[-105.70556640625,22.24761962890625],[-105.70513963699341,22.248046875],[-105.70174217224121,22.251953125],[-105.70068359375,22.253129959106445],[-105.69827079772949,22.255859375],[-105.69580078125,22.2584228515625],[-105.6944465637207,22.259765625],[-105.69091796875,22.263418197631836],[-105.69066524505615,22.263671875],[-105.68717956542969,22.267578125],[-105.68603515625,22.268827438354492],[-105.68367004394531,22.271484375],[-105.68115234375,22.274127960205078],[-105.6798791885376,22.275390625],[-105.67626953125,22.279094696044922],[-105.67606925964355,22.279296875],[-105.67265272140503,22.283203125],[-105.67138671875,22.28459358215332],[-105.66911697387695,22.287109375],[-105.66650390625,22.28981590270996],[-105.66529035568237,22.291015625],[-105.66162109375,22.294849395751953],[-105.66154956817627,22.294921875],[-105.65816879272461,22.298828125],[-105.65673828125,22.300397872924805],[-105.65459251403809,22.302734375],[-105.65185546875,22.30555534362793],[-105.65076112747192,22.306640625],[-105.64712285995483,22.310546875],[-105.64697265625,22.310705184936523],[-105.6436538696289,22.314453125],[-105.64208984375,22.316133499145508],[-105.64002513885498,22.318359375],[-105.63720703125,22.3212947845459],[-105.63622713088989,22.322265625],[-105.63253164291382,22.326171875],[-105.63232421875,22.326391220092773],[-105.62911987304688,22.330078125],[-105.62744140625,22.331899642944336],[-105.62547445297241,22.333984375],[-105.62255859375,22.336959838867188],[-105.62161445617676,22.337890625],[-105.61801433563232,22.341796875],[-105.61767578125,22.3421630859375],[-105.61462640762329,22.345703125],[-105.61279296875,22.347681045532227],[-105.61094284057617,22.349609375],[-105.60791015625,22.352703094482422],[-105.60709238052368,22.353515625],[-105.60359239578247,22.357421875],[-105.60302734375,22.3580379486084],[-105.60014963150024,22.361328125],[-105.59814453125,22.363445281982422],[-105.59640169143677,22.365234375],[-105.59326171875,22.368457794189453],[-105.5925726890564,22.369140625],[-105.58902740478516,22.373046875],[-105.58837890625,22.373756408691406],[-105.58563947677612,22.376953125],[-105.58349609375,22.379236221313477],[-105.58188199996948,22.380859375],[-105.57861328125,22.38412857055664],[-105.57796239852905,22.384765625],[-105.57448148727417,22.388671875],[-105.57373046875,22.38950538635254],[-105.57109832763672,22.392578125],[-105.56884765625,22.39496421813965],[-105.56732177734375,22.396484375],[-105.56396484375,22.39987564086914],[-105.56344509124756,22.400390625],[-105.56002616882324,22.404296875],[-105.55908203125,22.405345916748047],[-105.55658340454102,22.408203125],[-105.55419921875,22.410682678222656],[-105.55275917053223,22.412109375],[-105.54931640625,22.41562843322754],[-105.54892539978027,22.416015625],[-105.54542541503906,22.419921875],[-105.54443359375,22.421009063720703],[-105.54196119308472,22.423828125],[-105.53955078125,22.426366806030273],[-105.5381727218628,22.427734375],[-105.53466796875,22.43128204345703],[-105.53430795669556,22.431640625],[-105.53086757659912,22.435546875],[-105.52978515625,22.43674087524414],[-105.52738189697266,22.439453125],[-105.52490234375,22.442041397094727],[-105.52356958389282,22.443359375],[-105.52001953125,22.447017669677734],[-105.51977396011353,22.447265625],[-105.51638603210449,22.451171875],[-105.51513671875,22.45254898071289],[-105.51285743713379,22.455078125],[-105.51025390625,22.4577693939209],[-105.50902843475342,22.458984375],[-105.50537109375,22.462825775146484],[-105.50530672073364,22.462890625],[-105.50182819366455,22.466796875],[-105.50048828125,22.468244552612305],[-105.49825191497803,22.470703125],[-105.49560546875,22.473461151123047],[-105.49444437026978,22.474609375],[-105.49072265625,22.478458404541016],[-105.4906678199768,22.478515625],[-105.48723936080933,22.482421875],[-105.48583984375,22.483949661254883],[-105.48366069793701,22.486328125],[-105.48095703125,22.48910903930664],[-105.4798150062561,22.490234375],[-105.4761004447937,22.494140625],[-105.47607421875,22.494169235229492],[-105.47272205352783,22.498046875],[-105.47119140625,22.49972152709961],[-105.46911716461182,22.501953125],[-105.46630859375,22.504833221435547],[-105.46527147293091,22.505859375],[-105.46165943145752,22.509765625],[-105.46142578125,22.5100154876709],[-105.45818090438843,22.513671875],[-105.45654296875,22.515417098999023],[-105.45451164245605,22.517578125],[-105.45166015625,22.52052116394043],[-105.45068502426147,22.521484375],[-105.44700384140015,22.525390625],[-105.44677734375,22.525630950927734],[-105.44358015060425,22.529296875],[-105.44189453125,22.53111457824707],[-105.43991804122925,22.533203125],[-105.43701171875,22.53615379333496],[-105.43603420257568,22.537109375],[-105.43237686157227,22.541015625],[-105.43212890625,22.54128074645996],[-105.42901277542114,22.544921875],[-105.42724609375,22.546842575073242],[-105.42534828186035,22.548828125],[-105.42236328125,22.55182456970215],[-105.42142868041992,22.552734375],[-105.41776895523071,22.556640625],[-105.41748046875,22.55694580078125],[-105.41427850723267,22.560546875],[-105.41259765625,22.562341690063477],[-105.4106068611145,22.564453125],[-105.40771484375,22.567426681518555],[-105.40677070617676,22.568359375],[-105.40311574935913,22.572265625],[-105.40283203125,22.57256507873535],[-105.39964199066162,22.576171875],[-105.39794921875,22.577964782714844],[-105.39592027664185,22.580078125],[-105.39306640625,22.582904815673828],[-105.3919243812561,22.583984375],[-105.38818359375,22.587730407714844],[-105.388023853302,22.587890625],[-105.3846287727356,22.591796875],[-105.38330078125,22.593263626098633],[-105.38109302520752,22.595703125],[-105.37841796875,22.598472595214844],[-105.37727117538452,22.599609375],[-105.37360668182373,22.603515625],[-105.37353515625,22.603593826293945],[-105.37026405334473,22.607421875],[-105.36865234375,22.60919952392578],[-105.36668300628662,22.611328125],[-105.36376953125,22.614362716674805],[-105.36289930343628,22.615234375],[-105.35935163497925,22.619140625],[-105.35888671875,22.61964225769043],[-105.3559136390686,22.623046875],[-105.35400390625,22.625078201293945],[-105.35219430923462,22.626953125],[-105.34912109375,22.630098342895508],[-105.34834623336792,22.630859375],[-105.34469604492188,22.634765625],[-105.34423828125,22.6352481842041],[-105.34119129180908,22.638671875],[-105.33935546875,22.640613555908203],[-105.33745765686035,22.642578125],[-105.33447265625,22.6456241607666],[-105.33360481262207,22.646484375],[-105.33007621765137,22.650390625],[-105.32958984375,22.65091896057129],[-105.32667636871338,22.654296875],[-105.32470703125,22.656414031982422],[-105.32297849655151,22.658203125],[-105.31982421875,22.66143035888672],[-105.3191351890564,22.662109375],[-105.31556844711304,22.666015625],[-105.31494140625,22.66668701171875],[-105.31206607818604,22.669921875],[-105.31005859375,22.672033309936523],[-105.30831575393677,22.673828125],[-105.30517578125,22.677066802978516],[-105.30450582504272,22.677734375],[-105.30097246170044,22.681640625],[-105.30029296875,22.6823787689209],[-105.2975344657898,22.685546875],[-105.29541015625,22.68775177001953],[-105.29366970062256,22.689453125],[-105.29052734375,22.692419052124023],[-105.28950452804565,22.693359375],[-105.28564453125,22.697263717651367],[-105.28564214706421,22.697265625],[-105.28233289718628,22.701171875],[-105.28076171875,22.702924728393555],[-105.27877569198608,22.705078125],[-105.27587890625,22.708023071289062],[-105.27489185333252,22.708984375],[-105.27115821838379,22.712890625],[-105.27099609375,22.713056564331055],[-105.2675986289978,22.716796875],[-105.26611328125,22.718364715576172],[-105.26390075683594,22.720703125],[-105.26123046875,22.723365783691406],[-105.2599310874939,22.724609375],[-105.25634765625,22.728160858154297],[-105.25597810745239,22.728515625],[-105.2522873878479,22.732421875],[-105.25146484375,22.733272552490234],[-105.24864435195923,22.736328125],[-105.24658203125,22.73835563659668],[-105.24458169937134,22.740234375],[-105.24169921875,22.742816925048828],[-105.24017572402954,22.744140625],[-105.23681640625,22.74713134765625],[-105.23579359054565,22.748046875],[-105.23198127746582,22.751953125],[-105.23193359375,22.752004623413086],[-105.22879838943481,22.755859375],[-105.22705078125,22.757762908935547],[-105.2250862121582,22.759765625],[-105.22216796875,22.762544631958008],[-105.22093057632446,22.763671875],[-105.21728515625,22.767120361328125],[-105.21678924560547,22.767578125],[-105.21271467208862,22.771484375],[-105.21240234375,22.771759033203125],[-105.20806074142456,22.775390625],[-105.20751953125,22.77582359313965],[-105.20323276519775,22.779296875],[-105.20263671875,22.77979850769043],[-105.19883155822754,22.783203125],[-105.19775390625,22.78417205810547],[-105.1945948600769,22.787109375],[-105.19287109375,22.788745880126953],[-105.190589427948,22.791015625],[-105.18798828125,22.79355239868164],[-105.1865291595459,22.794921875],[-105.18310546875,22.798192977905273],[-105.18243074417114,22.798828125],[-105.17874240875244,22.802734375],[-105.17822265625,22.80328941345215],[-105.17527341842651,22.806640625],[-105.17333984375,22.808727264404297],[-105.17162561416626,22.810546875],[-105.16845703125,22.813962936401367],[-105.16798734664917,22.814453125],[-105.16465187072754,22.818359375],[-105.16357421875,22.819578170776367],[-105.1612663269043,22.822265625],[-105.15869140625,22.82505226135254],[-105.15759944915771,22.826171875],[-105.15408277511597,22.830078125],[-105.15380859375,22.83038902282715],[-105.15095233917236,22.833984375],[-105.14892578125,22.836292266845703],[-105.14742612838745,22.837890625],[-105.14404296875,22.841548919677734],[-105.14380931854248,22.841796875],[-105.14064073562622,22.845703125],[-105.13916015625,22.847421646118164],[-105.13723850250244,22.849609375],[-105.13427734375,22.8527889251709],[-105.13355731964111,22.853515625],[-105.13000011444092,22.857421875],[-105.12939453125,22.858089447021484],[-105.12666702270508,22.861328125],[-105.12451171875,22.863683700561523],[-105.12301206588745,22.865234375],[-105.11962890625,22.868757247924805],[-105.11924505233765,22.869140625],[-105.11569499969482,22.873046875],[-105.11474609375,22.874059677124023],[-105.11215209960938,22.876953125],[-105.10986328125,22.879335403442383],[-105.10833740234375,22.880859375],[-105.10498046875,22.884431838989258],[-105.10466575622559,22.884765625],[-105.10153770446777,22.888671875],[-105.10009765625,22.890329360961914],[-105.09809970855713,22.892578125],[-105.09521484375,22.895742416381836],[-105.09452104568481,22.896484375],[-105.0913667678833,22.900390625],[-105.09033203125,22.901582717895508],[-105.08799076080322,22.904296875],[-105.08544921875,22.9069766998291],[-105.08422136306763,22.908203125],[-105.08056640625,22.912038803100586],[-105.08049726486206,22.912109375],[-105.07705211639404,22.916015625],[-105.07568359375,22.91744041442871],[-105.07326602935791,22.919921875],[-105.07080078125,22.92224884033203],[-105.06906747817993,22.923828125],[-105.06591796875,22.926786422729492],[-105.06490707397461,22.927734375],[-105.0612998008728,22.931640625],[-105.06103515625,22.931934356689453],[-105.05807399749756,22.935546875],[-105.05615234375,22.937604904174805],[-105.05430459976196,22.939453125],[-105.05126953125,22.94242286682129],[-105.05029916763306,22.943359375],[-105.04671096801758,22.947265625],[-105.04638671875,22.947607040405273],[-105.04319429397583,22.951171875],[-105.04150390625,22.952926635742188],[-105.03938674926758,22.955078125],[-105.03662109375,22.957759857177734],[-105.03531694412231,22.958984375],[-105.03173828125,22.962581634521484],[-105.03142833709717,22.962890625],[-105.02805471420288,22.966796875],[-105.02685546875,22.968168258666992],[-105.02471446990967,22.970703125],[-105.02197265625,22.974002838134766],[-105.02145290374756,22.974609375],[-105.01856327056885,22.978515625],[-105.01708984375,22.980377197265625],[-105.01546382904053,22.982421875],[-105.01256227493286,22.986328125],[-105.01220703125,22.986759185791016],[-105.00941514968872,22.990234375],[-105.00732421875,22.992441177368164],[-105.00562191009521,22.994140625],[-105.00244140625,22.997282028198242],[-105.00164270401001,22.998046875],[-104.99788522720337,23.001953125],[-104.99755859375,23.00227928161621],[-104.99399900436401,23.005859375],[-104.99267578125,23.007112503051758],[-104.98991250991821,23.009765625],[-104.98779296875,23.01186180114746],[-104.98607158660889,23.013671875],[-104.98291015625,23.017297744750977],[-104.98265266418457,23.017578125],[-104.97941970825195,23.021484375],[-104.97802734375,23.023088455200195],[-104.97603178024292,23.025390625],[-104.97314453125,23.028491973876953],[-104.97236251831055,23.029296875],[-104.9689507484436,23.033203125],[-104.96826171875,23.033979415893555],[-104.96560096740723,23.037109375],[-104.96337890625,23.03938102722168],[-104.96166229248047,23.041015625],[-104.95849609375,23.043935775756836],[-104.95741128921509,23.044921875],[-104.95361328125,23.04867935180664],[-104.95346069335938,23.048828125],[-104.94980335235596,23.052734375],[-104.94873046875,23.053810119628906],[-104.94593143463135,23.056640625],[-104.94384765625,23.058612823486328],[-104.94178056716919,23.060546875],[-104.93896484375,23.06318473815918],[-104.93761777877808,23.064453125],[-104.93408203125,23.06831932067871],[-104.93404626846313,23.068359375],[-104.93105411529541,23.072265625],[-104.92919921875,23.074350357055664],[-104.92741584777832,23.076171875],[-104.92431640625,23.07901954650879],[-104.92309808731079,23.080078125],[-104.91943359375,23.083354949951172],[-104.9187445640564,23.083984375],[-104.91506814956665,23.087890625],[-104.91455078125,23.08846092224121],[-104.91177082061768,23.091796875],[-104.90966796875,23.094097137451172],[-104.90810871124268,23.095703125],[-104.90478515625,23.099224090576172],[-104.90441799163818,23.099609375],[-104.90121126174927,23.103515625],[-104.89990234375,23.104970932006836],[-104.89762306213379,23.107421875],[-104.89501953125,23.109874725341797],[-104.89336252212524,23.111328125],[-104.89013671875,23.114059448242188],[-104.88873958587646,23.115234375],[-104.88525390625,23.118337631225586],[-104.88436698913574,23.119140625],[-104.88047361373901,23.123046875],[-104.88037109375,23.12314796447754],[-104.87681150436401,23.126953125],[-104.87548828125,23.128328323364258],[-104.87313508987427,23.130859375],[-104.87060546875,23.133522033691406],[-104.86940860748291,23.134765625],[-104.86611366271973,23.138671875],[-104.86572265625,23.139127731323242],[-104.86294984817505,23.142578125],[-104.86083984375,23.144901275634766],[-104.85930442810059,23.146484375],[-104.85595703125,23.14995574951172],[-104.85552549362183,23.150390625],[-104.85210418701172,23.154296875],[-104.85107421875,23.1554012298584],[-104.84849214553833,23.158203125],[-104.84619140625,23.160432815551758],[-104.84435796737671,23.162109375],[-104.84130859375,23.16494369506836],[-104.84019994735718,23.166015625],[-104.83694314956665,23.169921875],[-104.83642578125,23.17052459716797],[-104.83365774154663,23.173828125],[-104.83154296875,23.175907135009766],[-104.8295259475708,23.177734375],[-104.82666015625,23.180166244506836],[-104.8249077796936,23.181640625],[-104.82177734375,23.184450149536133],[-104.82060194015503,23.185546875],[-104.81711626052856,23.189453125],[-104.81689453125,23.18971061706543],[-104.81401681900024,23.193359375],[-104.81201171875,23.19561195373535],[-104.81045484542847,23.197265625],[-104.80712890625,23.20105743408203],[-104.80702877044678,23.201171875],[-104.80426549911499,23.205078125],[-104.80224609375,23.207786560058594],[-104.8012924194336,23.208984375],[-104.79827404022217,23.212890625],[-104.79736328125,23.2138671875],[-104.79449987411499,23.216796875],[-104.79248046875,23.218643188476562],[-104.79022264480591,23.220703125],[-104.78759765625,23.22304916381836],[-104.78582382202148,23.224609375],[-104.78271484375,23.227352142333984],[-104.78134632110596,23.228515625],[-104.77783203125,23.23150062561035],[-104.77673292160034,23.232421875],[-104.77294921875,23.23565673828125],[-104.7721529006958,23.236328125],[-104.76806640625,23.23978042602539],[-104.7675108909607,23.240234375],[-104.76318359375,23.2437686920166],[-104.76273536682129,23.244140625],[-104.75839853286743,23.248046875],[-104.75830078125,23.248140335083008],[-104.75466012954712,23.251953125],[-104.75341796875,23.253253936767578],[-104.75099802017212,23.255859375],[-104.74853515625,23.25832748413086],[-104.74703550338745,23.259765625],[-104.74365234375,23.263042449951172],[-104.74298238754272,23.263671875],[-104.73920822143555,23.267578125],[-104.73876953125,23.26803970336914],[-104.73573684692383,23.271484375],[-104.73388671875,23.273456573486328],[-104.73201751708984,23.275390625],[-104.72900390625,23.278396606445312],[-104.72806692123413,23.279296875],[-104.72427606582642,23.283203125],[-104.72412109375,23.283361434936523],[-104.72076892852783,23.287109375],[-104.71923828125,23.288745880126953],[-104.71709489822388,23.291015625],[-104.71435546875,23.293760299682617],[-104.71314668655396,23.294921875],[-104.70947265625,23.298683166503906],[-104.70932960510254,23.298828125],[-104.70594644546509,23.302734375],[-104.70458984375,23.30421257019043],[-104.70233678817749,23.306640625],[-104.69970703125,23.309255599975586],[-104.69835758209229,23.310546875],[-104.69482421875,23.314104080200195],[-104.69446897506714,23.314453125],[-104.6908950805664,23.318359375],[-104.68994140625,23.319366455078125],[-104.68729496002197,23.322265625],[-104.68505859375,23.324527740478516],[-104.68337535858154,23.326171875],[-104.68017578125,23.329378128051758],[-104.67946767807007,23.330078125],[-104.67607021331787,23.333984375],[-104.67529296875,23.334882736206055],[-104.67285394668579,23.337890625],[-104.67041015625,23.34076690673828],[-104.66948509216309,23.341796875],[-104.66626405715942,23.345703125],[-104.66552734375,23.346553802490234],[-104.66298580169678,23.349609375],[-104.66064453125,23.3521671295166],[-104.65933561325073,23.353515625],[-104.65576171875,23.357332229614258],[-104.65567588806152,23.357421875],[-104.65229988098145,23.361328125],[-104.65087890625,23.3629093170166],[-104.64881181716919,23.365234375],[-104.64599609375,23.36833953857422],[-104.64523077011108,23.369140625],[-104.64184761047363,23.373046875],[-104.64111328125,23.37387466430664],[-104.63853597640991,23.376953125],[-104.63623046875,23.379493713378906],[-104.63491439819336,23.380859375],[-104.63134765625,23.384742736816406],[-104.63132619857788,23.384765625],[-104.62807893753052,23.388671875],[-104.62646484375,23.390413284301758],[-104.62436437606812,23.392578125],[-104.62158203125,23.395309448242188],[-104.62036848068237,23.396484375],[-104.61682081222534,23.400390625],[-104.61669921875,23.40052604675293],[-104.61355924606323,23.404296875],[-104.61181640625,23.406246185302734],[-104.61003303527832,23.408203125],[-104.60693359375,23.411657333374023],[-104.6065092086792,23.412109375],[-104.60321187973022,23.416015625],[-104.60205078125,23.417280197143555],[-104.59962368011475,23.419921875],[-104.59716796875,23.422330856323242],[-104.59555864334106,23.423828125],[-104.59228515625,23.4268798828125],[-104.5913577079773,23.427734375],[-104.587562084198,23.431640625],[-104.58740234375,23.431806564331055],[-104.58410739898682,23.435546875],[-104.58251953125,23.437204360961914],[-104.58030462265015,23.439453125],[-104.57763671875,23.441997528076172],[-104.57616090774536,23.443359375],[-104.57275390625,23.446733474731445],[-104.5722246170044,23.447265625],[-104.56894636154175,23.451171875],[-104.56787109375,23.452390670776367],[-104.56551313400269,23.455078125],[-104.56298828125,23.457679748535156],[-104.56164360046387,23.458984375],[-104.55810546875,23.462465286254883],[-104.55766201019287,23.462890625],[-104.55406904220581,23.466796875],[-104.55322265625,23.46771240234375],[-104.55059289932251,23.470703125],[-104.54833984375,23.473037719726562],[-104.54674482345581,23.474609375],[-104.54345703125,23.47789764404297],[-104.54282522201538,23.478515625],[-104.539315700531,23.482421875],[-104.53857421875,23.483243942260742],[-104.53594923019409,23.486328125],[-104.53369140625,23.488727569580078],[-104.53216552734375,23.490234375],[-104.52880859375,23.493494033813477],[-104.52813625335693,23.494140625],[-104.52462196350098,23.498046875],[-104.52392578125,23.498823165893555],[-104.52127933502197,23.501953125],[-104.51904296875,23.50433921813965],[-104.5175290107727,23.505859375],[-104.51416015625,23.509296417236328],[-104.51369524002075,23.509765625],[-104.51035499572754,23.513671875],[-104.50927734375,23.514877319335938],[-104.50689315795898,23.517578125],[-104.50439453125,23.52018928527832],[-104.50310707092285,23.521484375],[-104.49951648712158,23.525390625],[-104.49951171875,23.5253963470459],[-104.49625015258789,23.529296875],[-104.49462890625,23.531085968017578],[-104.49266195297241,23.533203125],[-104.48974609375,23.536239624023438],[-104.48887586593628,23.537109375],[-104.48539972305298,23.541015625],[-104.48486328125,23.5416202545166],[-104.48214054107666,23.544921875],[-104.47998046875,23.547252655029297],[-104.47840452194214,23.548828125],[-104.47509765625,23.552072525024414],[-104.47441339492798,23.552734375],[-104.47089672088623,23.556640625],[-104.47021484375,23.557382583618164],[-104.46743249893188,23.560546875],[-104.46533203125,23.562740325927734],[-104.46362495422363,23.564453125],[-104.46044921875,23.567617416381836],[-104.45968627929688,23.568359375],[-104.45605993270874,23.572265625],[-104.45556640625,23.57278823852539],[-104.45256233215332,23.576171875],[-104.45068359375,23.578174591064453],[-104.44887399673462,23.580078125],[-104.44580078125,23.583356857299805],[-104.44519281387329,23.583984375],[-104.44183111190796,23.587890625],[-104.44091796875,23.588911056518555],[-104.43841695785522,23.591796875],[-104.43603515625,23.59429931640625],[-104.43461656570435,23.595703125],[-104.43115234375,23.59922218322754],[-104.43076848983765,23.599609375],[-104.42743301391602,23.603515625],[-104.42626953125,23.604825973510742],[-104.423987865448,23.607421875],[-104.42138671875,23.610210418701172],[-104.4202995300293,23.611328125],[-104.41678524017334,23.615234375],[-104.41650390625,23.615535736083984],[-104.41331624984741,23.619140625],[-104.41162109375,23.62093734741211],[-104.40961360931396,23.623046875],[-104.40673828125,23.6259765625],[-104.40573930740356,23.626953125],[-104.402015209198,23.630859375],[-104.40185546875,23.631027221679688],[-104.39854145050049,23.634765625],[-104.39697265625,23.636451721191406],[-104.3949031829834,23.638671875],[-104.39208984375,23.641569137573242],[-104.39106225967407,23.642578125],[-104.38730239868164,23.646484375],[-104.38720703125,23.646583557128906],[-104.38381910324097,23.650390625],[-104.38232421875,23.65198516845703],[-104.38013792037964,23.654296875],[-104.37744140625,23.6569766998291],[-104.37615394592285,23.658203125],[-104.37255859375,23.661794662475586],[-104.37223672866821,23.662109375],[-104.36869859695435,23.666015625],[-104.36767578125,23.667098999023438],[-104.36504602432251,23.669921875],[-104.36279296875,23.672157287597656],[-104.36105728149414,23.673828125],[-104.35791015625,23.676918029785156],[-104.35707569122314,23.677734375],[-104.3536114692688,23.681640625],[-104.35302734375,23.682287216186523],[-104.35022592544556,23.685546875],[-104.34814453125,23.687726974487305],[-104.34640884399414,23.689453125],[-104.34326171875,23.69248390197754],[-104.34231758117676,23.693359375],[-104.33840036392212,23.697265625],[-104.33837890625,23.697288513183594],[-104.33497428894043,23.701171875],[-104.33349609375,23.702775955200195],[-104.3313455581665,23.705078125],[-104.32861328125,23.707807540893555],[-104.32737588882446,23.708984375],[-104.32373046875,23.7126407623291],[-104.32348012924194,23.712890625],[-104.32010173797607,23.716796875],[-104.31884765625,23.718183517456055],[-104.31657552719116,23.720703125],[-104.31396484375,23.723386764526367],[-104.31270837783813,23.724609375],[-104.30908203125,23.728212356567383],[-104.308762550354,23.728515625],[-104.30493116378784,23.732421875],[-104.30419921875,23.733150482177734],[-104.3011474609375,23.736328125],[-104.29931640625,23.73819923400879],[-104.29734230041504,23.740234375],[-104.29443359375,23.743242263793945],[-104.29354190826416,23.744140625],[-104.29008483886719,23.748046875],[-104.28955078125,23.74864387512207],[-104.2867636680603,23.751953125],[-104.28466796875,23.754196166992188],[-104.28302764892578,23.755859375],[-104.27978515625,23.75914192199707],[-104.27915334701538,23.759765625],[-104.27564144134521,23.763671875],[-104.27490234375,23.764482498168945],[-104.27223205566406,23.767578125],[-104.27001953125,23.769922256469727],[-104.26844596862793,23.771484375],[-104.26513671875,23.774742126464844],[-104.26446437835693,23.775390625],[-104.26085710525513,23.779296875],[-104.26025390625,23.77993392944336],[-104.25730228424072,23.783203125],[-104.25537109375,23.78519630432129],[-104.2534613609314,23.787109375],[-104.25048828125,23.790006637573242],[-104.2494249343872,23.791015625],[-104.24560546875,23.794918060302734],[-104.24560308456421,23.794921875],[-104.24199104309082,23.798828125],[-104.24072265625,23.800168991088867],[-104.23835754394531,23.802734375],[-104.23583984375,23.805280685424805],[-104.23442840576172,23.806640625],[-104.23095703125,23.810047149658203],[-104.23043489456177,23.810546875],[-104.22683000564575,23.814453125],[-104.22607421875,23.81528091430664],[-104.22344923019409,23.818359375],[-104.22119140625,23.820791244506836],[-104.21972751617432,23.822265625],[-104.21630859375,23.825700759887695],[-104.215829372406,23.826171875],[-104.2123556137085,23.830078125],[-104.21142578125,23.83110237121582],[-104.2089056968689,23.833984375],[-104.20654296875,23.836442947387695],[-104.20506715774536,23.837890625],[-104.20166015625,23.84127426147461],[-104.20112609863281,23.841796875],[-104.19760942459106,23.845703125],[-104.19677734375,23.846593856811523],[-104.19404745101929,23.849609375],[-104.19189453125,23.85179901123047],[-104.19014930725098,23.853515625],[-104.18701171875,23.85659408569336],[-104.18614864349365,23.857421875],[-104.18245315551758,23.861328125],[-104.18212890625,23.861665725708008],[-104.17891025543213,23.865234375],[-104.17724609375,23.86699104309082],[-104.17520761489868,23.869140625],[-104.17236328125,23.87203598022461],[-104.17132139205933,23.873046875],[-104.16748285293579,23.876953125],[-104.16748046875,23.876955032348633],[-104.16396379470825,23.880859375],[-104.16259765625,23.88232421875],[-104.1603422164917,23.884765625],[-104.15771484375,23.8874454498291],[-104.15645122528076,23.888671875],[-104.15283203125,23.892351150512695],[-104.15260553359985,23.892578125],[-104.14918899536133,23.896484375],[-104.14794921875,23.89784049987793],[-104.14562225341797,23.900390625],[-104.14306640625,23.902969360351562],[-104.141685962677,23.904296875],[-104.13818359375,23.90780258178711],[-104.13777589797974,23.908203125],[-104.13429975509644,23.912109375],[-104.13330078125,23.913204193115234],[-104.13080215454102,23.916015625],[-104.12841796875,23.9184513092041],[-104.12690877914429,23.919921875],[-104.12353515625,23.923269271850586],[-104.12295579910278,23.923828125],[-104.11932706832886,23.927734375],[-104.11865234375,23.928451538085938],[-104.11582231521606,23.931640625],[-104.11376953125,23.93378257751465],[-104.11201238632202,23.935546875],[-104.10888671875,23.93863868713379],[-104.10803556442261,23.939453125],[-104.10432577133179,23.943359375],[-104.10400390625,23.94369888305664],[-104.10087585449219,23.947265625],[-104.09912109375,23.94913673400879],[-104.09715414047241,23.951171875],[-104.09423828125,23.954050064086914],[-104.09316062927246,23.955078125],[-104.08936500549316,23.958984375],[-104.08935546875,23.958993911743164],[-104.08592939376831,23.962890625],[-104.08447265625,23.96446990966797],[-104.08230066299438,23.966796875],[-104.07958984375,23.96950912475586],[-104.07835006713867,23.970703125],[-104.07470703125,23.97441291809082],[-104.07450914382935,23.974609375],[-104.07098293304443,23.978515625],[-104.06982421875,23.97976303100586],[-104.06741380691528,23.982421875],[-104.06494140625,23.984943389892578],[-104.06351566314697,23.986328125],[-104.06005859375,23.98977279663086],[-104.0595817565918,23.990234375],[-104.05601024627686,23.994140625],[-104.05517578125,23.995044708251953],[-104.0525484085083,23.998046875],[-104.05029296875,24.000391006469727],[-104.04869556427002,24.001953125],[-104.04541015625,24.00513458251953],[-104.04464483261108,24.005859375],[-104.04096126556396,24.009765625],[-104.04052734375,24.010229110717773],[-104.03751373291016,24.013671875],[-104.03564453125,24.015649795532227],[-104.03374433517456,24.017578125],[-104.03076171875,24.020456314086914],[-104.02966260910034,24.021484375],[-104.02587890625,24.025304794311523],[-104.02579307556152,24.025390625],[-104.02231931686401,24.029296875],[-104.02099609375,24.030729293823242],[-104.01870965957642,24.033203125],[-104.01611328125,24.035797119140625],[-104.01473999023438,24.037109375],[-104.01123046875,24.04058265686035],[-104.01078224182129,24.041015625],[-104.00715827941895,24.044921875],[-104.00634765625,24.045778274536133],[-104.0035891532898,24.048828125],[-104.00146484375,24.05100440979004],[-103.99972200393677,24.052734375],[-103.99658203125,24.05582046508789],[-103.99571418762207,24.056640625],[-103.99186611175537,24.060546875],[-103.99169921875,24.06071662902832],[-103.98829698562622,24.064453125],[-103.98681640625,24.066017150878906],[-103.98460149765015,24.068359375],[-103.98193359375,24.071008682250977],[-103.98059606552124,24.072265625],[-103.97705078125,24.07565689086914],[-103.97650718688965,24.076171875],[-103.9728307723999,24.080078125],[-103.97216796875,24.080772399902344],[-103.96925687789917,24.083984375],[-103.96728515625,24.086002349853516],[-103.96536111831665,24.087890625],[-103.96240234375,24.090662002563477],[-103.96116733551025,24.091796875],[-103.95751953125,24.095460891723633],[-103.95727872848511,24.095703125],[-103.9538836479187,24.099609375],[-103.95263671875,24.10097312927246],[-103.95031213760376,24.103515625],[-103.94775390625,24.10607147216797],[-103.94633531570435,24.107421875],[-103.94287109375,24.110788345336914],[-103.94230127334595,24.111328125],[-103.93859148025513,24.115234375],[-103.93798828125,24.115867614746094],[-103.93505811691284,24.119140625],[-103.93310546875,24.12116241455078],[-103.93122911453247,24.123046875],[-103.92822265625,24.126026153564453],[-103.92725944519043,24.126953125],[-103.92354726791382,24.130859375],[-103.92333984375,24.13107681274414],[-103.92009735107422,24.134765625],[-103.91845703125,24.136539459228516],[-103.91646146774292,24.138671875],[-103.91357421875,24.14166259765625],[-103.91263961791992,24.142578125],[-103.90880107879639,24.146484375],[-103.90869140625,24.14659309387207],[-103.90515089035034,24.150390625],[-103.90380859375,24.151809692382812],[-103.90149116516113,24.154296875],[-103.89892578125,24.156858444213867],[-103.89750242233276,24.158203125],[-103.89404296875,24.161556243896484],[-103.89347553253174,24.162109375],[-103.89003276824951,24.166015625],[-103.88916015625,24.16697120666504],[-103.8865327835083,24.169921875],[-103.88427734375,24.172191619873047],[-103.88257026672363,24.173828125],[-103.87939453125,24.176862716674805],[-103.87846946716309,24.177734375],[-103.87476682662964,24.181640625],[-103.87451171875,24.18191146850586],[-103.87133836746216,24.185546875],[-103.86962890625,24.187389373779297],[-103.86768817901611,24.189453125],[-103.86474609375,24.1925106048584],[-103.86389493942261,24.193359375],[-103.86030673980713,24.197265625],[-103.85986328125,24.197744369506836],[-103.8568902015686,24.201171875],[-103.85498046875,24.203201293945312],[-103.85314226150513,24.205078125],[-103.85009765625,24.208112716674805],[-103.84919881820679,24.208984375],[-103.84559154510498,24.212890625],[-103.84521484375,24.213293075561523],[-103.84216070175171,24.216796875],[-103.84033203125,24.218753814697266],[-103.83845329284668,24.220703125],[-103.83544921875,24.22373390197754],[-103.83455753326416,24.224609375],[-103.83095264434814,24.228515625],[-103.83056640625,24.228923797607422],[-103.82742643356323,24.232421875],[-103.82568359375,24.234249114990234],[-103.82368564605713,24.236328125],[-103.82080078125,24.239242553710938],[-103.81978273391724,24.240234375],[-103.81604433059692,24.244140625],[-103.81591796875,24.244272232055664],[-103.8125491142273,24.248046875],[-103.81103515625,24.24966812133789],[-103.80890607833862,24.251953125],[-103.80615234375,24.254762649536133],[-103.80501985549927,24.255859375],[-103.80126953125,24.2596435546875],[-103.80114555358887,24.259765625],[-103.7976622581482,24.263671875],[-103.79638671875,24.265050888061523],[-103.79407405853271,24.267578125],[-103.79150390625,24.27017593383789],[-103.79014015197754,24.271484375],[-103.78662109375,24.274965286254883],[-103.78618717193604,24.275390625],[-103.78271818161011,24.279296875],[-103.78173828125,24.280366897583008],[-103.77920866012573,24.283203125],[-103.77685546875,24.28560447692871],[-103.77530336380005,24.287109375],[-103.77197265625,24.290388107299805],[-103.77132415771484,24.291015625],[-103.76774549484253,24.294921875],[-103.76708984375,24.295625686645508],[-103.76423835754395,24.298828125],[-103.76220703125,24.300939559936523],[-103.76043558120728,24.302734375],[-103.75732421875,24.305849075317383],[-103.7565016746521,24.306640625],[-103.75274658203125,24.310546875],[-103.75244140625,24.310863494873047],[-103.74922752380371,24.314453125],[-103.74755859375,24.31622314453125],[-103.74552488327026,24.318359375],[-103.74267578125,24.32123374938965],[-103.74160766601562,24.322265625],[-103.73781681060791,24.326171875],[-103.73779296875,24.326196670532227],[-103.73438835144043,24.330078125],[-103.73291015625,24.33167839050293],[-103.73075246810913,24.333984375],[-103.72802734375,24.336713790893555],[-103.72679948806763,24.337890625],[-103.72314453125,24.341602325439453],[-103.72295141220093,24.341796875],[-103.71951103210449,24.345703125],[-103.71826171875,24.347064971923828],[-103.71593713760376,24.349609375],[-103.71337890625,24.352174758911133],[-103.71198177337646,24.353515625],[-103.70849609375,24.35698890686035],[-103.70805263519287,24.357421875],[-103.70449542999268,24.361328125],[-103.70361328125,24.36227798461914],[-103.70096921920776,24.365234375],[-103.69873046875,24.367530822753906],[-103.69709491729736,24.369140625],[-103.69384765625,24.372331619262695],[-103.69309663772583,24.373046875],[-103.68935823440552,24.376953125],[-103.68896484375,24.377363204956055],[-103.68584632873535,24.380859375],[-103.68408203125,24.382720947265625],[-103.68210315704346,24.384765625],[-103.67919921875,24.387643814086914],[-103.67811679840088,24.388671875],[-103.67431640625,24.39252281188965],[-103.6742615699768,24.392578125],[-103.67079973220825,24.396484375],[-103.66943359375,24.397960662841797],[-103.6671781539917,24.400390625],[-103.66455078125,24.40302276611328],[-103.66321802139282,24.404296875],[-103.65966796875,24.40782356262207],[-103.65928173065186,24.408203125],[-103.65576982498169,24.412109375],[-103.65478515625,24.413169860839844],[-103.65219593048096,24.416015625],[-103.64990234375,24.418325424194336],[-103.64825248718262,24.419921875],[-103.64501953125,24.423091888427734],[-103.64425659179688,24.423828125],[-103.64069700241089,24.427734375],[-103.64013671875,24.428346633911133],[-103.63729953765869,24.431640625],[-103.63525390625,24.433841705322266],[-103.63361120223999,24.435546875],[-103.63037109375,24.438901901245117],[-103.62982034683228,24.439453125],[-103.6263108253479,24.443359375],[-103.62548828125,24.44426155090332],[-103.622887134552,24.447265625],[-103.62060546875,24.449647903442383],[-103.61904382705688,24.451171875],[-103.61572265625,24.454355239868164],[-103.6149549484253,24.455078125],[-103.61124038696289,24.458984375],[-103.61083984375,24.45940589904785],[-103.60776424407959,24.462890625],[-103.60595703125,24.46480941772461],[-103.6040186882019,24.466796875],[-103.60107421875,24.469701766967773],[-103.60003471374512,24.470703125],[-103.59635591506958,24.474609375],[-103.59619140625,24.474782943725586],[-103.59289169311523,24.478515625],[-103.59130859375,24.480215072631836],[-103.58923673629761,24.482421875],[-103.58642578125,24.48529624938965],[-103.58537673950195,24.486328125],[-103.58169317245483,24.490234375],[-103.58154296875,24.490392684936523],[-103.57818841934204,24.494140625],[-103.57666015625,24.495765686035156],[-103.57451915740967,24.498046875],[-103.57177734375,24.500823974609375],[-103.57060670852661,24.501953125],[-103.56689453125,24.50567626953125],[-103.5667085647583,24.505859375],[-103.56319904327393,24.509765625],[-103.56201171875,24.511056900024414],[-103.55965852737427,24.513671875],[-103.55712890625,24.516279220581055],[-103.55579137802124,24.517578125],[-103.55224609375,24.52109146118164],[-103.55184316635132,24.521484375],[-103.54835271835327,24.525390625],[-103.54736328125,24.526470184326172],[-103.54485034942627,24.529296875],[-103.54248046875,24.53172492980957],[-103.54095458984375,24.533203125],[-103.53759765625,24.5364933013916],[-103.5369610786438,24.537109375],[-103.53339910507202,24.541015625],[-103.53271484375,24.541748046875],[-103.52986097335815,24.544921875],[-103.52783203125,24.54701805114746],[-103.52603197097778,24.548828125],[-103.52294921875,24.55190086364746],[-103.52208614349365,24.552734375],[-103.51839303970337,24.556640625],[-103.51806640625,24.556982040405273],[-103.51486682891846,24.560546875],[-103.51318359375,24.562326431274414],[-103.51116180419922,24.564453125],[-103.50830078125,24.56734848022461],[-103.50725173950195,24.568359375],[-103.50341796875,24.572223663330078],[-103.50337505340576,24.572265625],[-103.4998607635498,24.576171875],[-103.49853515625,24.577598571777344],[-103.49626064300537,24.580078125],[-103.49365234375,24.582731246948242],[-103.4923505783081,24.583984375],[-103.48876953125,24.58753776550293],[-103.48840951919556,24.587890625],[-103.48492860794067,24.591796875],[-103.48388671875,24.592933654785156],[-103.48140716552734,24.595703125],[-103.47900390625,24.59815216064453],[-103.4774923324585,24.599609375],[-103.47412109375,24.602909088134766],[-103.47349405288696,24.603515625],[-103.46991062164307,24.607421875],[-103.46923828125,24.60813331604004],[-103.4663438796997,24.611328125],[-103.46435546875,24.61337661743164],[-103.46250772476196,24.615234375],[-103.45947265625,24.618244171142578],[-103.45853805541992,24.619140625],[-103.45478057861328,24.623046875],[-103.45458984375,24.62324333190918],[-103.45119953155518,24.626953125],[-103.44970703125,24.628515243530273],[-103.44748020172119,24.630859375],[-103.44482421875,24.63349723815918],[-103.44347953796387,24.634765625],[-103.43994140625,24.63813591003418],[-103.43936443328857,24.638671875],[-103.43555927276611,24.642578125],[-103.43505859375,24.64310073852539],[-103.43205690383911,24.646484375],[-103.43017578125,24.648473739624023],[-103.42829942703247,24.650390625],[-103.42529296875,24.65337562561035],[-103.42433452606201,24.654296875],[-103.42061758041382,24.658203125],[-103.42041015625,24.658422470092773],[-103.41719627380371,24.662109375],[-103.41552734375,24.663909912109375],[-103.41351747512817,24.666015625],[-103.41064453125,24.668859481811523],[-103.40953350067139,24.669921875],[-103.40576171875,24.673797607421875],[-103.40573072433472,24.673828125],[-103.4022307395935,24.677734375],[-103.40087890625,24.679183959960938],[-103.39860200881958,24.681640625],[-103.39599609375,24.68427085876465],[-103.39468240737915,24.685546875],[-103.39111328125,24.689170837402344],[-103.39082717895508,24.689453125],[-103.38725566864014,24.693359375],[-103.38623046875,24.694459915161133],[-103.38371753692627,24.697265625],[-103.38134765625,24.69969940185547],[-103.37983846664429,24.701171875],[-103.37646484375,24.70450210571289],[-103.37586879730225,24.705078125],[-103.37231397628784,24.708984375],[-103.37158203125,24.709787368774414],[-103.36892127990723,24.712890625],[-103.36669921875,24.715221405029297],[-103.36508750915527,24.716796875],[-103.36181640625,24.719913482666016],[-103.36097002029419,24.720703125],[-103.35721015930176,24.724609375],[-103.35693359375,24.724899291992188],[-103.35374116897583,24.728515625],[-103.35205078125,24.730321884155273],[-103.35002660751343,24.732421875],[-103.34716796875,24.735197067260742],[-103.34595441818237,24.736328125],[-103.34228515625,24.73990821838379],[-103.34194898605347,24.740234375],[-103.33840370178223,24.744140625],[-103.33740234375,24.745241165161133],[-103.33494663238525,24.748046875],[-103.33251953125,24.750600814819336],[-103.33117008209229,24.751953125],[-103.32763671875,24.7556095123291],[-103.32738637924194,24.755859375],[-103.3238172531128,24.759765625],[-103.32275390625,24.76089859008789],[-103.32024097442627,24.763671875],[-103.31787109375,24.766075134277344],[-103.31631183624268,24.767578125],[-103.31298828125,24.770801544189453],[-103.31226825714111,24.771484375],[-103.30857515335083,24.775390625],[-103.30810546875,24.77589225769043],[-103.30514907836914,24.779296875],[-103.30322265625,24.781368255615234],[-103.30144882202148,24.783203125],[-103.29833984375,24.786325454711914],[-103.29753398895264,24.787109375],[-103.2939100265503,24.791015625],[-103.29345703125,24.791501998901367],[-103.29047203063965,24.794921875],[-103.28857421875,24.79694366455078],[-103.28673362731934,24.798828125],[-103.28369140625,24.80182456970215],[-103.28274250030518,24.802734375],[-103.27900886535645,24.806640625],[-103.27880859375,24.80685043334961],[-103.27548503875732,24.810546875],[-103.27392578125,24.81220054626465],[-103.27178955078125,24.814453125],[-103.26904296875,24.817203521728516],[-103.26784610748291,24.818359375],[-103.26416015625,24.822139739990234],[-103.26403379440308,24.822265625],[-103.26046705245972,24.826171875],[-103.25927734375,24.82744026184082],[-103.25687170028687,24.830078125],[-103.25439453125,24.832597732543945],[-103.2529616355896,24.833984375],[-103.24951171875,24.837371826171875],[-103.24897050857544,24.837890625],[-103.24533939361572,24.841796875],[-103.24462890625,24.842559814453125],[-103.241868019104,24.845703125],[-103.23974609375,24.847915649414062],[-103.23803186416626,24.849609375],[-103.23486328125,24.85265350341797],[-103.23393821716309,24.853515625],[-103.2301139831543,24.857421875],[-103.22998046875,24.857561111450195],[-103.22667121887207,24.861328125],[-103.22509765625,24.863025665283203],[-103.22300910949707,24.865234375],[-103.22021484375,24.868000030517578],[-103.21901559829712,24.869140625],[-103.21533203125,24.87285041809082],[-103.21513414382935,24.873046875],[-103.21165800094604,24.876953125],[-103.21044921875,24.878267288208008],[-103.20807933807373,24.880859375],[-103.20556640625,24.883359909057617],[-103.20408344268799,24.884765625],[-103.20068359375,24.888044357299805],[-103.2000184059143,24.888671875],[-103.19627285003662,24.892578125],[-103.19580078125,24.893062591552734],[-103.19262027740479,24.896484375],[-103.19091796875,24.898221969604492],[-103.18878412246704,24.900390625],[-103.18603515625,24.903057098388672],[-103.18470478057861,24.904296875],[-103.18115234375,24.907684326171875],[-103.18059206008911,24.908203125],[-103.17665338516235,24.912109375],[-103.17626953125,24.912485122680664],[-103.17286491394043,24.916015625],[-103.17138671875,24.917495727539062],[-103.1690001487732,24.919921875],[-103.16650390625,24.922279357910156],[-103.16478729248047,24.923828125],[-103.16162109375,24.926647186279297],[-103.16038131713867,24.927734375],[-103.15673828125,24.931102752685547],[-103.15615653991699,24.931640625],[-103.15237998962402,24.935546875],[-103.15185546875,24.936098098754883],[-103.14887523651123,24.939453125],[-103.14697265625,24.941436767578125],[-103.14504623413086,24.943359375],[-103.14208984375,24.9461612701416],[-103.14089059829712,24.947265625],[-103.13720703125,24.95088768005371],[-103.1369161605835,24.951171875],[-103.13335418701172,24.955078125],[-103.13232421875,24.956174850463867],[-103.12976121902466,24.958984375],[-103.12744140625,24.961421966552734],[-103.12600374221802,24.962890625],[-103.12255859375,24.966541290283203],[-103.12230825424194,24.966796875],[-103.1188440322876,24.970703125],[-103.11767578125,24.97199058532715],[-103.11535835266113,24.974609375],[-103.11279296875,24.977285385131836],[-103.11154365539551,24.978515625],[-103.10791015625,24.982166290283203],[-103.10764789581299,24.982421875],[-103.1040906906128,24.986328125],[-103.10302734375,24.987510681152344],[-103.1006932258606,24.990234375],[-103.09814453125,24.99302864074707],[-103.0970573425293,24.994140625],[-103.09332132339478,24.998046875],[-103.09326171875,24.998109817504883],[-103.0898904800415,25.001953125],[-103.08837890625,25.00358772277832],[-103.0862545967102,25.005859375],[-103.08349609375,25.00862693786621],[-103.08230638504028,25.009765625],[-103.07861328125,25.013492584228516],[-103.07843208312988,25.013671875],[-103.07498455047607,25.017578125],[-103.07373046875,25.018936157226562],[-103.07138204574585,25.021484375],[-103.06884765625,25.02399444580078],[-103.06735515594482,25.025390625],[-103.06396484375,25.028583526611328],[-103.06318998336792,25.029296875],[-103.05925846099854,25.033203125],[-103.05908203125,25.033376693725586],[-103.05548191070557,25.037109375],[-103.05419921875,25.038421630859375],[-103.05172920227051,25.041015625],[-103.04931640625,25.04347801208496],[-103.04788112640381,25.044921875],[-103.04443359375,25.04857635498047],[-103.04418563842773,25.048828125],[-103.04068803787231,25.052734375],[-103.03955078125,25.053958892822266],[-103.03713321685791,25.056640625],[-103.03466796875,25.059165954589844],[-103.03324699401855,25.060546875],[-103.02978515625,25.063945770263672],[-103.0292558670044,25.064453125],[-103.02563905715942,25.068359375],[-103.02490234375,25.06915283203125],[-103.02216291427612,25.072265625],[-103.02001953125,25.074491500854492],[-103.01830768585205,25.076171875],[-103.01513671875,25.079204559326172],[-103.01419734954834,25.080078125],[-103.01035165786743,25.083984375],[-103.01025390625,25.084083557128906],[-103.00685167312622,25.087890625],[-103.00537109375,25.089466094970703],[-103.00315856933594,25.091796875],[-103.00048828125,25.094417572021484],[-102.99911737442017,25.095703125],[-102.99560546875,25.0991153717041],[-102.99509286880493,25.099609375],[-102.99148321151733,25.103515625],[-102.99072265625,25.104312896728516],[-102.98785924911499,25.107421875],[-102.98583984375,25.10947036743164],[-102.9839563369751,25.111328125],[-102.98095703125,25.11421775817871],[-102.97987222671509,25.115234375],[-102.97607421875,25.119022369384766],[-102.97595262527466,25.119140625],[-102.97229766845703,25.123046875],[-102.97119140625,25.124210357666016],[-102.96866655349731,25.126953125],[-102.96630859375,25.129316329956055],[-102.96469449996948,25.130859375],[-102.96142578125,25.133989334106445],[-102.96058893203735,25.134765625],[-102.95668125152588,25.138671875],[-102.95654296875,25.138811111450195],[-102.95310497283936,25.142578125],[-102.95166015625,25.144136428833008],[-102.94951438903809,25.146484375],[-102.94677734375,25.149330139160156],[-102.94570207595825,25.150390625],[-102.94191598892212,25.154296875],[-102.94189453125,25.154319763183594],[-102.93845176696777,25.158203125],[-102.93701171875,25.159751892089844],[-102.93480634689331,25.162109375],[-102.93212890625,25.164775848388672],[-102.93082475662231,25.166015625],[-102.92724609375,25.1695556640625],[-102.92687177658081,25.169921875],[-102.92339324951172,25.173828125],[-102.92236328125,25.17494773864746],[-102.91985273361206,25.177734375],[-102.91748046875,25.18013572692871],[-102.9159140586853,25.181640625],[-102.91259765625,25.184864044189453],[-102.9118824005127,25.185546875],[-102.90821313858032,25.189453125],[-102.90771484375,25.189970016479492],[-102.90460348129272,25.193359375],[-102.90283203125,25.195186614990234],[-102.90080070495605,25.197265625],[-102.89794921875,25.200082778930664],[-102.8968095779419,25.201171875],[-102.89306640625,25.204938888549805],[-102.89292335510254,25.205078125],[-102.88931369781494,25.208984375],[-102.88818359375,25.210186004638672],[-102.88572549819946,25.212890625],[-102.88330078125,25.215347290039062],[-102.88179159164429,25.216796875],[-102.87841796875,25.22002410888672],[-102.87768840789795,25.220703125],[-102.87382364273071,25.224609375],[-102.87353515625,25.224897384643555],[-102.87017107009888,25.228515625],[-102.86865234375,25.230072021484375],[-102.86636114120483,25.232421875],[-102.86376953125,25.23491096496582],[-102.86222696304321,25.236328125],[-102.85888671875,25.23946189880371],[-102.8580641746521,25.240234375],[-102.85446405410767,25.244140625],[-102.85400390625,25.244647979736328],[-102.85112619400024,25.248046875],[-102.84912109375,25.250173568725586],[-102.84732818603516,25.251953125],[-102.84423828125,25.25483512878418],[-102.84310817718506,25.255859375],[-102.83935546875,25.259490966796875],[-102.83906936645508,25.259765625],[-102.83530950546265,25.263671875],[-102.83447265625,25.264493942260742],[-102.83143043518066,25.267578125],[-102.82958984375,25.269487380981445],[-102.82773494720459,25.271484375],[-102.82470703125,25.275047302246094],[-102.82440185546875,25.275390625],[-102.82126188278198,25.279296875],[-102.81982421875,25.28084945678711],[-102.81757116317749,25.283203125],[-102.81494140625,25.285722732543945],[-102.81346797943115,25.287109375],[-102.81005859375,25.29059600830078],[-102.80964374542236,25.291015625],[-102.80631065368652,25.294921875],[-102.80517578125,25.296192169189453],[-102.80285358428955,25.298828125],[-102.80029296875,25.301485061645508],[-102.79900312423706,25.302734375],[-102.79541015625,25.306217193603516],[-102.79496669769287,25.306640625],[-102.79135227203369,25.310546875],[-102.79052734375,25.31143569946289],[-102.78785943984985,25.314453125],[-102.78564453125,25.31675148010254],[-102.78399705886841,25.318359375],[-102.78076171875,25.321435928344727],[-102.77987003326416,25.322265625],[-102.77605533599854,25.326171875],[-102.77587890625,25.326353073120117],[-102.77254104614258,25.330078125],[-102.77099609375,25.331724166870117],[-102.7688455581665,25.333984375],[-102.76611328125,25.336652755737305],[-102.76479244232178,25.337890625],[-102.76123046875,25.341371536254883],[-102.76078939437866,25.341796875],[-102.75717735290527,25.345703125],[-102.75634765625,25.346580505371094],[-102.75356769561768,25.349609375],[-102.75146484375,25.351736068725586],[-102.74965524673462,25.353515625],[-102.74658203125,25.356502532958984],[-102.74560928344727,25.357421875],[-102.74176120758057,25.361328125],[-102.74169921875,25.361391067504883],[-102.73813724517822,25.365234375],[-102.73681640625,25.366621017456055],[-102.73447036743164,25.369140625],[-102.73193359375,25.37168312072754],[-102.73050308227539,25.373046875],[-102.72705078125,25.37637710571289],[-102.7264404296875,25.376953125],[-102.7226972579956,25.380859375],[-102.72216796875,25.381412506103516],[-102.71915197372437,25.384765625],[-102.71728515625,25.38671112060547],[-102.7153491973877,25.388671875],[-102.71240234375,25.391530990600586],[-102.71127700805664,25.392578125],[-102.70751953125,25.39625358581543],[-102.7072811126709,25.396484375],[-102.70372867584229,25.400390625],[-102.70263671875,25.401567459106445],[-102.7001690864563,25.404296875],[-102.69775390625,25.40673828125],[-102.696213722229,25.408203125],[-102.69287109375,25.41136360168457],[-102.69207000732422,25.412109375],[-102.68828630447388,25.416015625],[-102.68798828125,25.416322708129883],[-102.68471479415894,25.419921875],[-102.68310546875,25.421613693237305],[-102.68097639083862,25.423828125],[-102.67822265625,25.426525115966797],[-102.67693996429443,25.427734375],[-102.67333984375,25.43128204345703],[-102.6729679107666,25.431640625],[-102.66932964324951,25.435546875],[-102.66845703125,25.43646240234375],[-102.66570806503296,25.439453125],[-102.66357421875,25.441608428955078],[-102.66179323196411,25.443359375],[-102.65869140625,25.446369171142578],[-102.65774011611938,25.447265625],[-102.65385389328003,25.451171875],[-102.65380859375,25.451217651367188],[-102.6502275466919,25.455078125],[-102.64892578125,25.456443786621094],[-102.64655828475952,25.458984375],[-102.64404296875,25.46147918701172],[-102.64253616333008,25.462890625],[-102.63916015625,25.46600914001465],[-102.6382851600647,25.466796875],[-102.63427734375,25.470643997192383],[-102.63421535491943,25.470703125],[-102.63049364089966,25.474609375],[-102.62939453125,25.475725173950195],[-102.62668132781982,25.478515625],[-102.62451171875,25.480512619018555],[-102.62233972549438,25.482421875],[-102.61962890625,25.484743118286133],[-102.61780738830566,25.486328125],[-102.61474609375,25.489133834838867],[-102.61354207992554,25.490234375],[-102.60986328125,25.493999481201172],[-102.6097297668457,25.494140625],[-102.60661602020264,25.498046875],[-102.60498046875,25.49990463256836],[-102.60306119918823,25.501953125],[-102.60009765625,25.504846572875977],[-102.59902477264404,25.505859375],[-102.59521484375,25.50969696044922],[-102.59514331817627,25.509765625],[-102.5914716720581,25.513671875],[-102.59033203125,25.514892578125],[-102.5879454612732,25.517578125],[-102.58544921875,25.52027702331543],[-102.58427381515503,25.521484375],[-102.5806188583374,25.525390625],[-102.58056640625,25.52544403076172],[-102.5770354270935,25.529296875],[-102.57568359375,25.530717849731445],[-102.57335662841797,25.533203125],[-102.57080078125,25.535755157470703],[-102.56938457489014,25.537109375],[-102.56591796875,25.540489196777344],[-102.5653600692749,25.541015625],[-102.56158113479614,25.544921875],[-102.56103515625,25.545480728149414],[-102.55796670913696,25.548828125],[-102.55615234375,25.550710678100586],[-102.55417823791504,25.552734375],[-102.55126953125,25.55559730529785],[-102.5501561164856,25.556640625],[-102.54638671875,25.56028938293457],[-102.54611730575562,25.560546875],[-102.54250288009644,25.564453125],[-102.54150390625,25.565521240234375],[-102.53895282745361,25.568359375],[-102.53662109375,25.570714950561523],[-102.53498077392578,25.572265625],[-102.53173828125,25.575260162353516],[-102.53073215484619,25.576171875],[-102.52685546875,25.580036163330078],[-102.52681255340576,25.580078125],[-102.52334356307983,25.583984375],[-102.52197265625,25.58546257019043],[-102.51971244812012,25.587890625],[-102.51708984375,25.590482711791992],[-102.51568555831909,25.591796875],[-102.51220703125,25.595094680786133],[-102.51155376434326,25.595703125],[-102.5076961517334,25.599609375],[-102.50732421875,25.59998321533203],[-102.50401735305786,25.603515625],[-102.50244140625,25.60517692565918],[-102.5003170967102,25.607421875],[-102.49755859375,25.61019515991211],[-102.49638319015503,25.611328125],[-102.49267578125,25.615009307861328],[-102.49243974685669,25.615234375],[-102.48869180679321,25.619140625],[-102.48779296875,25.620075225830078],[-102.48507499694824,25.623046875],[-102.48291015625,25.625289916992188],[-102.48125791549683,25.626953125],[-102.47802734375,25.63018035888672],[-102.47731685638428,25.630859375],[-102.47350454330444,25.634765625],[-102.47314453125,25.635129928588867],[-102.46987819671631,25.638671875],[-102.46826171875,25.640352249145508],[-102.46611833572388,25.642578125],[-102.46337890625,25.6452579498291],[-102.46205806732178,25.646484375],[-102.45849609375,25.649822235107422],[-102.45788097381592,25.650390625],[-102.45410680770874,25.654296875],[-102.45361328125,25.654815673828125],[-102.45062589645386,25.658203125],[-102.44873046875,25.660200119018555],[-102.4468445777893,25.662109375],[-102.44384765625,25.66499900817871],[-102.4427604675293,25.666015625],[-102.43896484375,25.669836044311523],[-102.43887901306152,25.669921875],[-102.43542671203613,25.673828125],[-102.43408203125,25.67527961730957],[-102.431800365448,25.677734375],[-102.42919921875,25.680301666259766],[-102.42776870727539,25.681640625],[-102.42431640625,25.68492889404297],[-102.42366075515747,25.685546875],[-102.41993427276611,25.689453125],[-102.41943359375,25.689971923828125],[-102.41631984710693,25.693359375],[-102.41455078125,25.6951904296875],[-102.41251468658447,25.697265625],[-102.40966796875,25.700035095214844],[-102.40846157073975,25.701171875],[-102.40478515625,25.704818725585938],[-102.40451574325562,25.705078125],[-102.4008584022522,25.708984375],[-102.39990234375,25.70998191833496],[-102.39720582962036,25.712890625],[-102.39501953125,25.715085983276367],[-102.39326477050781,25.716796875],[-102.39013671875,25.719816207885742],[-102.38919019699097,25.720703125],[-102.38527774810791,25.724609375],[-102.38525390625,25.724634170532227],[-102.38162994384766,25.728515625],[-102.38037109375,25.729835510253906],[-102.37797260284424,25.732421875],[-102.37548828125,25.734907150268555],[-102.37399339675903,25.736328125],[-102.37060546875,25.739553451538086],[-102.36987113952637,25.740234375],[-102.3660135269165,25.744140625],[-102.36572265625,25.744434356689453],[-102.36242294311523,25.748046875],[-102.36083984375,25.749710083007812],[-102.35869407653809,25.751953125],[-102.35595703125,25.754648208618164],[-102.35466003417969,25.755859375],[-102.35107421875,25.759260177612305],[-102.35053539276123,25.759765625],[-102.34681844711304,25.763671875],[-102.34619140625,25.76432991027832],[-102.3432731628418,25.767578125],[-102.34130859375,25.769622802734375],[-102.33944654464722,25.771484375],[-102.33642578125,25.77435302734375],[-102.33529806137085,25.775390625],[-102.33154296875,25.779069900512695],[-102.33130931854248,25.779296875],[-102.32773542404175,25.783203125],[-102.32666015625,25.78434181213379],[-102.32409000396729,25.787109375],[-102.32177734375,25.789411544799805],[-102.32009887695312,25.791015625],[-102.31689453125,25.794071197509766],[-102.31598615646362,25.794921875],[-102.31214761734009,25.798828125],[-102.31201171875,25.798965454101562],[-102.3085069656372,25.802734375],[-102.30712890625,25.804176330566406],[-102.30480670928955,25.806640625],[-102.30224609375,25.80916976928711],[-102.30079174041748,25.810546875],[-102.29736328125,25.81385040283203],[-102.29671955108643,25.814453125],[-102.29289293289185,25.818359375],[-102.29248046875,25.818777084350586],[-102.28923320770264,25.822265625],[-102.28759765625,25.82395362854004],[-102.28545427322388,25.826171875],[-102.28271484375,25.828872680664062],[-102.28143453598022,25.830078125],[-102.27783203125,25.833541870117188],[-102.27736234664917,25.833984375],[-102.2736120223999,25.837890625],[-102.27294921875,25.838577270507812],[-102.27001667022705,25.841796875],[-102.26806640625,25.84379768371582],[-102.2661566734314,25.845703125],[-102.26318359375,25.848567962646484],[-102.26205587387085,25.849609375],[-102.25830078125,25.853233337402344],[-102.25800514221191,25.853515625],[-102.25437879562378,25.857421875],[-102.25341796875,25.85844612121582],[-102.250816822052,25.861328125],[-102.24853515625,25.8636531829834],[-102.24688768386841,25.865234375],[-102.24365234375,25.868255615234375],[-102.24268198013306,25.869140625],[-102.23876953125,25.873022079467773],[-102.2387433052063,25.873046875],[-102.23520517349243,25.876953125],[-102.23388671875,25.878358840942383],[-102.2315502166748,25.880859375],[-102.22900390625,25.88335609436035],[-102.2274899482727,25.884765625],[-102.22412109375,25.887935638427734],[-102.22332954406738,25.888671875],[-102.21951961517334,25.892578125],[-102.21923828125,25.89286231994629],[-102.21587896347046,25.896484375],[-102.21435546875,25.898069381713867],[-102.21213102340698,25.900390625],[-102.20947265625,25.902990341186523],[-102.20808029174805,25.904296875],[-102.20458984375,25.90766716003418],[-102.20402002334595,25.908203125],[-102.20024108886719,25.912109375],[-102.19970703125,25.91265296936035],[-102.19656229019165,25.916015625],[-102.19482421875,25.917787551879883],[-102.19272375106812,25.919921875],[-102.18994140625,25.922630310058594],[-102.18866348266602,25.923828125],[-102.18505859375,25.927303314208984],[-102.18459844589233,25.927734375],[-102.18078374862671,25.931640625],[-102.18017578125,25.93225860595703],[-102.1771240234375,25.935546875],[-102.17529296875,25.93742561340332],[-102.17329263687134,25.939453125],[-102.17041015625,25.94223976135254],[-102.16919183731079,25.943359375],[-102.16552734375,25.946718215942383],[-102.16490983963013,25.947265625],[-102.16071128845215,25.951171875],[-102.16064453125,25.951234817504883],[-102.15671062469482,25.955078125],[-102.15576171875,25.95601463317871],[-102.15290307998657,25.958984375],[-102.15087890625,25.961040496826172],[-102.14904069900513,25.962890625],[-102.14599609375,25.965850830078125],[-102.14498519897461,25.966796875],[-102.14111328125,25.97064781188965],[-102.14105606079102,25.970703125],[-102.13760137557983,25.974609375],[-102.13623046875,25.976106643676758],[-102.13401794433594,25.978515625],[-102.13134765625,25.981143951416016],[-102.1299695968628,25.982421875],[-102.12646484375,25.98565101623535],[-102.12571620941162,25.986328125],[-102.12170362472534,25.990234375],[-102.12158203125,25.9903507232666],[-102.11789608001709,25.994140625],[-102.11669921875,25.99535369873047],[-102.11409330368042,25.998046875],[-102.11181640625,26.00029945373535],[-102.11011409759521,26.001953125],[-102.10693359375,26.004981994628906],[-102.10598468780518,26.005859375],[-102.10205078125,26.009632110595703],[-102.10190773010254,26.009765625],[-102.09784984588623,26.013671875],[-102.09716796875,26.014305114746094],[-102.09372520446777,26.017578125],[-102.09228515625,26.018936157226562],[-102.08966255187988,26.021484375],[-102.08740234375,26.023618698120117],[-102.08551168441772,26.025390625],[-102.08251953125,26.02818489074707],[-102.08131313323975,26.029296875],[-102.07763671875,26.03291893005371],[-102.0773434638977,26.033203125],[-102.07376956939697,26.037109375],[-102.07275390625,26.038217544555664],[-102.07028150558472,26.041015625],[-102.06787109375,26.043439865112305],[-102.06628084182739,26.044921875],[-102.06298828125,26.047847747802734],[-102.06186294555664,26.048828125],[-102.05810546875,26.052265167236328],[-102.05759048461914,26.052734375],[-102.05366849899292,26.056640625],[-102.05322265625,26.05708885192871],[-102.05000162124634,26.060546875],[-102.04833984375,26.062259674072266],[-102.04621315002441,26.064453125],[-102.04345703125,26.067167282104492],[-102.04219341278076,26.068359375],[-102.03857421875,26.07188606262207],[-102.0381760597229,26.072265625],[-102.03451633453369,26.076171875],[-102.03369140625,26.0770320892334],[-102.03088045120239,26.080078125],[-102.02880859375,26.082168579101562],[-102.02694892883301,26.083984375],[-102.02392578125,26.086864471435547],[-102.0228099822998,26.087890625],[-102.01904296875,26.091575622558594],[-102.01881647109985,26.091796875],[-102.01528072357178,26.095703125],[-102.01416015625,26.096914291381836],[-102.01173067092896,26.099609375],[-102.00927734375,26.102096557617188],[-102.00778245925903,26.103515625],[-102.00439453125,26.106678009033203],[-102.00358390808105,26.107421875],[-101.99970245361328,26.111328125],[-101.99951171875,26.111520767211914],[-101.9961166381836,26.115234375],[-101.99462890625,26.116811752319336],[-101.9924259185791,26.119140625],[-101.98974609375,26.121789932250977],[-101.98842287063599,26.123046875],[-101.98486328125,26.12659454345703],[-101.98449850082397,26.126953125],[-101.98095321655273,26.130859375],[-101.97998046875,26.13189125061035],[-101.97732210159302,26.134765625],[-101.97509765625,26.13697052001953],[-101.9733214378357,26.138671875],[-101.97021484375,26.141605377197266],[-101.96916103363037,26.142578125],[-101.96533203125,26.146318435668945],[-101.96515560150146,26.146484375],[-101.96130037307739,26.150390625],[-101.96044921875,26.1512393951416],[-101.95751428604126,26.154296875],[-101.95556640625,26.15620994567871],[-101.95350408554077,26.158203125],[-101.95068359375,26.160816192626953],[-101.94924831390381,26.162109375],[-101.94580078125,26.1652889251709],[-101.94499492645264,26.166015625],[-101.94091796875,26.169889450073242],[-101.94088220596313,26.169921875],[-101.93702459335327,26.173828125],[-101.93603515625,26.174846649169922],[-101.93339824676514,26.177734375],[-101.93115234375,26.180070877075195],[-101.92959070205688,26.181640625],[-101.92626953125,26.185091018676758],[-101.92582368850708,26.185546875],[-101.92251443862915,26.189453125],[-101.92138671875,26.190736770629883],[-101.91911458969116,26.193359375],[-101.91650390625,26.196147918701172],[-101.91539287567139,26.197265625],[-101.91169261932373,26.201171875],[-101.91162109375,26.201248168945312],[-101.90827369689941,26.205078125],[-101.90673828125,26.20674705505371],[-101.90465211868286,26.208984375],[-101.90185546875,26.211811065673828],[-101.90074443817139,26.212890625],[-101.89698219299316,26.216796875],[-101.89697265625,26.216806411743164],[-101.89352035522461,26.220703125],[-101.89208984375,26.22224235534668],[-101.88986778259277,26.224609375],[-101.88720703125,26.227209091186523],[-101.88580989837646,26.228515625],[-101.88232421875,26.231870651245117],[-101.88174247741699,26.232421875],[-101.87804460525513,26.236328125],[-101.87744140625,26.236949920654297],[-101.87438726425171,26.240234375],[-101.87255859375,26.242097854614258],[-101.87053442001343,26.244140625],[-101.86767578125,26.246925354003906],[-101.86649084091187,26.248046875],[-101.86279296875,26.251720428466797],[-101.86254978179932,26.251953125],[-101.858811378479,26.255859375],[-101.85791015625,26.256784439086914],[-101.8551230430603,26.259765625],[-101.85302734375,26.261873245239258],[-101.85119867324829,26.263671875],[-101.84814453125,26.266613006591797],[-101.84710502624512,26.267578125],[-101.84326171875,26.27133560180664],[-101.84310674667358,26.271484375],[-101.83939695358276,26.275390625],[-101.83837890625,26.27644920349121],[-101.8357515335083,26.279296875],[-101.83349609375,26.28156280517578],[-101.8317985534668,26.283203125],[-101.82861328125,26.286224365234375],[-101.82764530181885,26.287109375],[-101.82373046875,26.290874481201172],[-101.82358264923096,26.291015625],[-101.81989908218384,26.294921875],[-101.81884765625,26.29603385925293],[-101.81630611419678,26.298828125],[-101.81396484375,26.301183700561523],[-101.81232690811157,26.302734375],[-101.80908203125,26.305736541748047],[-101.80807590484619,26.306640625],[-101.80419921875,26.310348510742188],[-101.80398941040039,26.310546875],[-101.80031538009644,26.314453125],[-101.79931640625,26.315502166748047],[-101.79669141769409,26.318359375],[-101.79443359375,26.320634841918945],[-101.79272651672363,26.322265625],[-101.78955078125,26.32518196105957],[-101.78844213485718,26.326171875],[-101.78466796875,26.329744338989258],[-101.78431510925293,26.330078125],[-101.78062438964844,26.333984375],[-101.77978515625,26.334856033325195],[-101.7769718170166,26.337890625],[-101.77490234375,26.339982986450195],[-101.77304029464722,26.341796875],[-101.77001953125,26.344621658325195],[-101.76882982254028,26.345703125],[-101.76513671875,26.349227905273438],[-101.76473379135132,26.349609375],[-101.76098108291626,26.353515625],[-101.76025390625,26.354251861572266],[-101.75723314285278,26.357421875],[-101.75537109375,26.359289169311523],[-101.75331115722656,26.361328125],[-101.75048828125,26.36398696899414],[-101.74911975860596,26.365234375],[-101.74560546875,26.368539810180664],[-101.74495458602905,26.369140625],[-101.7410159111023,26.373046875],[-101.74072265625,26.373327255249023],[-101.73702478408813,26.376953125],[-101.73583984375,26.378074645996094],[-101.7329454421997,26.380859375],[-101.73095703125,26.382709503173828],[-101.72875165939331,26.384765625],[-101.72607421875,26.387157440185547],[-101.72433376312256,26.388671875],[-101.72119140625,26.39134979248047],[-101.71971321105957,26.392578125],[-101.71630859375,26.3953857421875],[-101.71495914459229,26.396484375],[-101.71142578125,26.399349212646484],[-101.7101240158081,26.400390625],[-101.70654296875,26.40321922302246],[-101.70518636703491,26.404296875],[-101.70166015625,26.407161712646484],[-101.70042276382446,26.408203125],[-101.69677734375,26.41154670715332],[-101.69617652893066,26.412109375],[-101.69252872467041,26.416015625],[-101.69189453125,26.416698455810547],[-101.68905258178711,26.419921875],[-101.68701171875,26.42206573486328],[-101.68528079986572,26.423828125],[-101.68212890625,26.427003860473633],[-101.68137788772583,26.427734375],[-101.67778491973877,26.431640625],[-101.67724609375,26.43223762512207],[-101.67447090148926,26.435546875],[-101.67236328125,26.437929153442383],[-101.67096138000488,26.439453125],[-101.66748046875,26.443283081054688],[-101.66740894317627,26.443359375],[-101.66401624679565,26.447265625],[-101.66259765625,26.448837280273438],[-101.66051149368286,26.451171875],[-101.65771484375,26.454181671142578],[-101.65683507919312,26.455078125],[-101.65326118469238,26.458984375],[-101.65283203125,26.459447860717773],[-101.64988040924072,26.462890625],[-101.64794921875,26.464942932128906],[-101.64608478546143,26.466796875],[-101.64306640625,26.469541549682617],[-101.64172410964966,26.470703125],[-101.63818359375,26.473907470703125],[-101.637442111969,26.474609375],[-101.63403987884521,26.478515625],[-101.63330078125,26.4793701171875],[-101.63075923919678,26.482421875],[-101.62841796875,26.484905242919922],[-101.62698030471802,26.486328125],[-101.62353515625,26.489723205566406],[-101.6230058670044,26.490234375],[-101.61938667297363,26.494140625],[-101.61865234375,26.494911193847656],[-101.6157603263855,26.498046875],[-101.61376953125,26.500072479248047],[-101.61187410354614,26.501953125],[-101.60888671875,26.50481414794922],[-101.60775661468506,26.505859375],[-101.60400390625,26.50945472717285],[-101.60366773605347,26.509765625],[-101.59954786300659,26.513671875],[-101.59912109375,26.514049530029297],[-101.5950059890747,26.517578125],[-101.59423828125,26.51820945739746],[-101.59034252166748,26.521484375],[-101.58935546875,26.522380828857422],[-101.5864086151123,26.525390625],[-101.58447265625,26.527524948120117],[-101.58290147781372,26.529296875],[-101.57967567443848,26.533203125],[-101.57958984375,26.533300399780273],[-101.5763807296753,26.537109375],[-101.57470703125,26.538909912109375],[-101.57271146774292,26.541015625],[-101.56982421875,26.543893814086914],[-101.56873941421509,26.544921875],[-101.56494140625,26.548608779907227],[-101.56470775604248,26.548828125],[-101.56091451644897,26.552734375],[-101.56005859375,26.55360984802246],[-101.55724048614502,26.556640625],[-101.55517578125,26.558740615844727],[-101.55335664749146,26.560546875],[-101.55029296875,26.56350326538086],[-101.54926300048828,26.564453125],[-101.54541015625,26.56810760498047],[-101.54514074325562,26.568359375],[-101.54133081436157,26.572265625],[-101.54052734375,26.57308578491211],[-101.53764963150024,26.576171875],[-101.53564453125,26.57819366455078],[-101.53372049331665,26.580078125],[-101.53076171875,26.58283042907715],[-101.52945280075073,26.583984375],[-101.52587890625,26.58709144592285],[-101.52493715286255,26.587890625],[-101.52099609375,26.591354370117188],[-101.52049779891968,26.591796875],[-101.51663303375244,26.595703125],[-101.51611328125,26.596261978149414],[-101.51326417922974,26.599609375],[-101.51123046875,26.601810455322266],[-101.50954008102417,26.603515625],[-101.50634765625,26.60652732849121],[-101.50536775588989,26.607421875],[-101.50146484375,26.611305236816406],[-101.50144100189209,26.611328125],[-101.49805545806885,26.615234375],[-101.49658203125,26.616849899291992],[-101.49445533752441,26.619140625],[-101.49169921875,26.621898651123047],[-101.49049520492554,26.623046875],[-101.48681640625,26.626728057861328],[-101.48658990859985,26.626953125],[-101.48312568664551,26.630859375],[-101.48193359375,26.632152557373047],[-101.47953987121582,26.634765625],[-101.47705078125,26.63722801208496],[-101.4755129814148,26.638671875],[-101.47216796875,26.641828536987305],[-101.47136449813843,26.642578125],[-101.46755695343018,26.646484375],[-101.46728515625,26.646760940551758],[-101.46392345428467,26.650390625],[-101.46240234375,26.651975631713867],[-101.46018028259277,26.654296875],[-101.45751953125,26.656885147094727],[-101.45610570907593,26.658203125],[-101.45263671875,26.661516189575195],[-101.45200490951538,26.662109375],[-101.4482069015503,26.666015625],[-101.44775390625,26.666473388671875],[-101.44450902938843,26.669921875],[-101.44287109375,26.671592712402344],[-101.4406943321228,26.673828125],[-101.43798828125,26.676462173461914],[-101.4366340637207,26.677734375],[-101.43310546875,26.681137084960938],[-101.43256664276123,26.681640625],[-101.42870903015137,26.685546875],[-101.42822265625,26.686033248901367],[-101.42500162124634,26.689453125],[-101.42333984375,26.691150665283203],[-101.42118692398071,26.693359375],[-101.41845703125,26.696022033691406],[-101.41712665557861,26.697265625],[-101.41357421875,26.70064353942871],[-101.41300201416016,26.701171875],[-101.40908479690552,26.705078125],[-101.40869140625,26.705469131469727],[-101.40536308288574,26.708984375],[-101.40380859375,26.710573196411133],[-101.40156507492065,26.712890625],[-101.39892578125,26.715450286865234],[-101.39747142791748,26.716796875],[-101.39404296875,26.7199649810791],[-101.3932204246521,26.720703125],[-101.38916015625,26.72458839416504],[-101.38913631439209,26.724609375],[-101.38540267944336,26.728515625],[-101.38427734375,26.729686737060547],[-101.38173818588257,26.732421875],[-101.37939453125,26.73474884033203],[-101.37771844863892,26.736328125],[-101.37451171875,26.739274978637695],[-101.37343406677246,26.740234375],[-101.36962890625,26.743776321411133],[-101.36923551559448,26.744140625],[-101.36543035507202,26.748046875],[-101.36474609375,26.748748779296875],[-101.36178493499756,26.751953125],[-101.35986328125,26.75390625],[-101.35788679122925,26.755859375],[-101.35498046875,26.758583068847656],[-101.35366201400757,26.759765625],[-101.35009765625,26.76300811767578],[-101.34935855865479,26.763671875],[-101.34532690048218,26.767578125],[-101.34521484375,26.76768684387207],[-101.34153127670288,26.771484375],[-101.34033203125,26.772682189941406],[-101.33766889572144,26.775390625],[-101.33544921875,26.777511596679688],[-101.33351802825928,26.779296875],[-101.33056640625,26.781898498535156],[-101.32903337478638,26.783203125],[-101.32568359375,26.78605079650879],[-101.32443428039551,26.787109375],[-101.32080078125,26.790346145629883],[-101.32005453109741,26.791015625],[-101.31614446640015,26.794921875],[-101.31591796875,26.795154571533203],[-101.31263732910156,26.798828125],[-101.31103515625,26.800548553466797],[-101.3089656829834,26.802734375],[-101.30615234375,26.805496215820312],[-101.30494356155396,26.806640625],[-101.30126953125,26.810304641723633],[-101.30102157592773,26.810546875],[-101.29732370376587,26.814453125],[-101.29638671875,26.815383911132812],[-101.29340171813965,26.818359375],[-101.29150390625,26.820133209228516],[-101.28915786743164,26.822265625],[-101.28662109375,26.824478149414062],[-101.284658908844,26.826171875],[-101.28173828125,26.828670501708984],[-101.28008604049683,26.830078125],[-101.27685546875,26.83281898498535],[-101.27546548843384,26.833984375],[-101.27197265625,26.83694076538086],[-101.27083539962769,26.837890625],[-101.26708984375,26.841047286987305],[-101.266188621521,26.841796875],[-101.26220703125,26.845237731933594],[-101.26168489456177,26.845703125],[-101.25803709030151,26.849609375],[-101.25732421875,26.850454330444336],[-101.2549638748169,26.853515625],[-101.25244140625,26.856698989868164],[-101.25183343887329,26.857421875],[-101.2488341331482,26.861328125],[-101.24755859375,26.862865447998047],[-101.24558925628662,26.865234375],[-101.24267578125,26.868581771850586],[-101.24215602874756,26.869140625],[-101.23882293701172,26.873046875],[-101.23779296875,26.87419891357422],[-101.23540163040161,26.876953125],[-101.23291015625,26.879575729370117],[-101.23161315917969,26.880859375],[-101.22802734375,26.884443283081055],[-101.22769117355347,26.884765625],[-101.22401714324951,26.888671875],[-101.22314453125,26.889585494995117],[-101.22040271759033,26.892578125],[-101.21826171875,26.894752502441406],[-101.21649742126465,26.896484375],[-101.21337890625,26.89946174621582],[-101.21236562728882,26.900390625],[-101.20849609375,26.90409278869629],[-101.20827913284302,26.904296875],[-101.20455741882324,26.908203125],[-101.20361328125,26.909191131591797],[-101.20094060897827,26.912109375],[-101.19873046875,26.914339065551758],[-101.19698762893677,26.916015625],[-101.19384765625,26.918947219848633],[-101.19276523590088,26.919921875],[-101.18896484375,26.923500061035156],[-101.18861198425293,26.923828125],[-101.18486642837524,26.927734375],[-101.18408203125,26.928550720214844],[-101.18125677108765,26.931640625],[-101.17919921875,26.933731079101562],[-101.17733716964722,26.935546875],[-101.17431640625,26.938369750976562],[-101.17311000823975,26.939453125],[-101.16943359375,26.94286346435547],[-101.16889476776123,26.943359375],[-101.16507291793823,26.947265625],[-101.16455078125,26.947797775268555],[-101.16144895553589,26.951171875],[-101.15966796875,26.9530029296875],[-101.15760564804077,26.955078125],[-101.15478515625,26.957744598388672],[-101.15341186523438,26.958984375],[-101.14990234375,26.962194442749023],[-101.1491346359253,26.962890625],[-101.14521503448486,26.966796875],[-101.14501953125,26.966995239257812],[-101.14161014556885,26.970703125],[-101.14013671875,26.97224235534668],[-101.13786935806274,26.974609375],[-101.13525390625,26.977123260498047],[-101.13372564315796,26.978515625],[-101.13037109375,26.981563568115234],[-101.12941265106201,26.982421875],[-101.12548828125,26.986225128173828],[-101.1253809928894,26.986328125],[-101.12168788909912,26.990234375],[-101.12060546875,26.991342544555664],[-101.11791610717773,26.994140625],[-101.11572265625,26.99629020690918],[-101.11387491226196,26.998046875],[-101.11083984375,27.000839233398438],[-101.1095929145813,27.001953125],[-101.10595703125,27.005327224731445],[-101.10537767410278,27.005859375],[-101.10143423080444,27.009765625],[-101.10107421875,27.010114669799805],[-101.09755992889404,27.013671875],[-101.09619140625,27.015003204345703],[-101.09350919723511,27.017578125],[-101.09130859375,27.0195255279541],[-101.08893871307373,27.021484375],[-101.08642578125,27.023399353027344],[-101.08359336853027,27.025390625],[-101.08154296875,27.026811599731445],[-101.07804298400879,27.029296875],[-101.07666015625,27.030364990234375],[-101.07338666915894,27.033203125],[-101.07177734375,27.034719467163086],[-101.06940031051636,27.037109375],[-101.06689453125,27.039621353149414],[-101.06548547744751,27.041015625],[-101.06201171875,27.044845581054688],[-101.06194257736206,27.044921875],[-101.05892419815063,27.048828125],[-101.05712890625,27.0509090423584],[-101.05545282363892,27.052734375],[-101.05224609375,27.05609703063965],[-101.05170726776123,27.056640625],[-101.04826927185059,27.060546875],[-101.04736328125,27.061552047729492],[-101.0448408126831,27.064453125],[-101.04248046875,27.066926956176758],[-101.04104280471802,27.068359375],[-101.03759765625,27.071870803833008],[-101.03719472885132,27.072265625],[-101.03358507156372,27.076171875],[-101.03271484375,27.077083587646484],[-101.02994918823242,27.080078125],[-101.02783203125,27.08220863342285],[-101.02601528167725,27.083984375],[-101.02294921875,27.0869083404541],[-101.0218858718872,27.087890625],[-101.01806640625,27.091554641723633],[-101.01780414581299,27.091796875],[-101.0138988494873,27.095703125],[-101.01318359375,27.09640884399414],[-101.01010322570801,27.099609375],[-101.00830078125,27.101408004760742],[-101.00618839263916,27.103515625],[-101.00341796875,27.106149673461914],[-101.00202798843384,27.107421875],[-100.99853515625,27.110641479492188],[-100.9977650642395,27.111328125],[-100.99365234375,27.115163803100586],[-100.9935736656189,27.115234375],[-100.98954439163208,27.119140625],[-100.98876953125,27.119874954223633],[-100.98551511764526,27.123046875],[-100.98388671875,27.12458610534668],[-100.98141670227051,27.126953125],[-100.97900390625,27.12917137145996],[-100.97712755203247,27.130859375],[-100.97412109375,27.13347816467285],[-100.97262382507324,27.134765625],[-100.96923828125,27.137807846069336],[-100.96829414367676,27.138671875],[-100.96454381942749,27.142578125],[-100.96435546875,27.142776489257812],[-100.9610652923584,27.146484375],[-100.95947265625,27.14814567565918],[-100.95730066299438,27.150390625],[-100.95458984375,27.153043746948242],[-100.95324754714966,27.154296875],[-100.94970703125,27.157670974731445],[-100.94914197921753,27.158203125],[-100.9455156326294,27.162109375],[-100.94482421875,27.16286849975586],[-100.9421443939209,27.166015625],[-100.93994140625,27.168350219726562],[-100.93834161758423,27.169921875],[-100.93505859375,27.172998428344727],[-100.93414068222046,27.173828125],[-100.93017578125,27.17764663696289],[-100.93008279800415,27.177734375],[-100.92641353607178,27.181640625],[-100.92529296875,27.182819366455078],[-100.92278242111206,27.185546875],[-100.92041015625,27.187925338745117],[-100.9187912940979,27.189453125],[-100.91552734375,27.19243812561035],[-100.9144926071167,27.193359375],[-100.91064453125,27.19698143005371],[-100.91034173965454,27.197265625],[-100.90660810470581,27.201171875],[-100.90576171875,27.202049255371094],[-100.90296268463135,27.205078125],[-100.90087890625,27.207189559936523],[-100.89903354644775,27.208984375],[-100.89599609375,27.2117977142334],[-100.89477300643921,27.212890625],[-100.89111328125,27.216264724731445],[-100.89053153991699,27.216796875],[-100.88666915893555,27.220703125],[-100.88623046875,27.221147537231445],[-100.88300943374634,27.224609375],[-100.88134765625,27.226318359375],[-100.87918758392334,27.228515625],[-100.87646484375,27.231101989746094],[-100.87500810623169,27.232421875],[-100.87158203125,27.235532760620117],[-100.87069511413574,27.236328125],[-100.86669921875,27.240201950073242],[-100.86666584014893,27.240234375],[-100.86297750473022,27.244140625],[-100.86181640625,27.245336532592773],[-100.85922956466675,27.248046875],[-100.85693359375,27.250301361083984],[-100.85518598556519,27.251953125],[-100.85205078125,27.254833221435547],[-100.85090637207031,27.255859375],[-100.84716796875,27.25937271118164],[-100.84674835205078,27.259765625],[-100.84293842315674,27.263671875],[-100.84228515625,27.26432991027832],[-100.83921432495117,27.267578125],[-100.83740234375,27.2694149017334],[-100.8353328704834,27.271484375],[-100.83251953125,27.27412223815918],[-100.8311128616333,27.275390625],[-100.82763671875,27.278579711914062],[-100.82684755325317,27.279296875],[-100.82289457321167,27.283203125],[-100.82275390625,27.283340454101562],[-100.81917762756348,27.287109375],[-100.81787109375,27.2884521484375],[-100.81539630889893,27.291015625],[-100.81298828125,27.293336868286133],[-100.81128358840942,27.294921875],[-100.80810546875,27.297828674316406],[-100.80699443817139,27.298828125],[-100.80322265625,27.30242347717285],[-100.80289125442505,27.302734375],[-100.799081325531,27.306640625],[-100.79833984375,27.307382583618164],[-100.7952880859375,27.310546875],[-100.79345703125,27.3123722076416],[-100.7913589477539,27.314453125],[-100.78857421875,27.31707191467285],[-100.78715324401855,27.318359375],[-100.78369140625,27.32156753540039],[-100.78292846679688,27.322265625],[-100.77897071838379,27.326171875],[-100.77880859375,27.32632827758789],[-100.77517032623291,27.330078125],[-100.77392578125,27.331336975097656],[-100.77135801315308,27.333984375],[-100.76904296875,27.33622169494629],[-100.7672643661499,27.337890625],[-100.76416015625,27.34075355529785],[-100.76300621032715,27.341796875],[-100.75927734375,27.345346450805664],[-100.75889587402344,27.345703125],[-100.75502395629883,27.349609375],[-100.75439453125,27.35023307800293],[-100.75122356414795,27.353515625],[-100.74951171875,27.355226516723633],[-100.74732780456543,27.357421875],[-100.74462890625,27.35997772216797],[-100.74315071105957,27.361328125],[-100.73974609375,27.364484786987305],[-100.73892116546631,27.365234375],[-100.73490619659424,27.369140625],[-100.73486328125,27.36918067932129],[-100.73102951049805,27.373046875],[-100.72998046875,27.374088287353516],[-100.72719097137451,27.376953125],[-100.72509765625,27.378995895385742],[-100.7231616973877,27.380859375],[-100.72021484375,27.383615493774414],[-100.71895360946655,27.384765625],[-100.71533203125,27.388181686401367],[-100.7148003578186,27.388671875],[-100.71083545684814,27.392578125],[-100.71044921875,27.392953872680664],[-100.70703029632568,27.396484375],[-100.70556640625,27.39796257019043],[-100.70321083068848,27.400390625],[-100.70068359375,27.402814865112305],[-100.69907426834106,27.404296875],[-100.69580078125,27.407304763793945],[-100.69480180740356,27.408203125],[-100.69091796875,27.41187858581543],[-100.69066762924194,27.412109375],[-100.68671226501465,27.416015625],[-100.68603515625,27.41667938232422],[-100.68289518356323,27.419921875],[-100.68115234375,27.421667098999023],[-100.6790018081665,27.423828125],[-100.67626953125,27.426443099975586],[-100.67487001419067,27.427734375],[-100.67138671875,27.430988311767578],[-100.67066669464111,27.431640625],[-100.6665825843811,27.435546875],[-100.66650390625,27.43562126159668],[-100.66272497177124,27.439453125],[-100.66162109375,27.440561294555664],[-100.65892934799194,27.443359375],[-100.65673828125,27.44550895690918],[-100.65490245819092,27.447265625],[-100.65185546875,27.450117111206055],[-100.6506896018982,27.451171875],[-100.64697265625,27.45463752746582],[-100.64648866653442,27.455078125],[-100.64247846603394,27.458984375],[-100.64208984375,27.459362030029297],[-100.63868045806885,27.462890625],[-100.63720703125,27.464384078979492],[-100.6348729133606,27.466796875],[-100.63232421875,27.469257354736328],[-100.63076257705688,27.470703125],[-100.62744140625,27.47376823425293],[-100.62649965286255,27.474609375],[-100.62255859375,27.478273391723633],[-100.6222915649414,27.478515625],[-100.61834335327148,27.482421875],[-100.61767578125,27.483081817626953],[-100.61455965042114,27.486328125],[-100.61279296875,27.488096237182617],[-100.61065673828125,27.490234375],[-100.60791015625,27.492841720581055],[-100.60648441314697,27.494140625],[-100.60302734375,27.497295379638672],[-100.60218095779419,27.498046875],[-100.59814453125,27.501846313476562],[-100.59803009033203,27.501953125],[-100.59422969818115,27.505859375],[-100.59326171875,27.506845474243164],[-100.590500831604,27.509765625],[-100.58837890625,27.51187515258789],[-100.5865216255188,27.513671875],[-100.58349609375,27.51650619506836],[-100.58230400085449,27.517578125],[-100.57861328125,27.52094078063965],[-100.57800531387329,27.521484375],[-100.57392597198486,27.525390625],[-100.57373046875,27.52557945251465],[-100.57013034820557,27.529296875],[-100.56884765625,27.530601501464844],[-100.56635856628418,27.533203125],[-100.56396484375,27.53553581237793],[-100.56228160858154,27.537109375],[-100.55908203125,27.54004669189453],[-100.55799007415771,27.541015625],[-100.55419921875,27.544469833374023],[-100.5536961555481,27.544921875],[-100.54968118667603,27.548828125],[-100.54931640625,27.549184799194336],[-100.5459213256836,27.552734375],[-100.54443359375,27.554250717163086],[-100.5421233177185,27.556640625],[-100.53955078125,27.559127807617188],[-100.53800821304321,27.560546875],[-100.53466796875,27.563587188720703],[-100.53368806838989,27.564453125],[-100.52978515625,27.568050384521484],[-100.52944660186768,27.568359375],[-100.5255126953125,27.572265625],[-100.52490234375,27.572872161865234],[-100.52175521850586,27.576171875],[-100.52001953125,27.577922821044922],[-100.51788091659546,27.580078125],[-100.51513671875,27.58269500732422],[-100.51371812820435,27.583984375],[-100.51025390625,27.587120056152344],[-100.50938129425049,27.587890625],[-100.50537109375,27.591625213623047],[-100.5051851272583,27.591796875],[-100.50132036209106,27.595703125],[-100.50048828125,27.59653663635254],[-100.497567653656,27.599609375],[-100.49560546875,27.60157012939453],[-100.49362659454346,27.603515625],[-100.49072265625,27.606252670288086],[-100.4894232749939,27.607421875],[-100.48583984375,27.610652923583984],[-100.48507690429688,27.611328125],[-100.48095703125,27.61520767211914],[-100.48092842102051,27.615234375],[-100.47711849212646,27.619140625],[-100.47607421875,27.620201110839844],[-100.47337770462036,27.623046875],[-100.47119140625,27.625205993652344],[-100.46936273574829,27.626953125],[-100.46630859375,27.629772186279297],[-100.46508073806763,27.630859375],[-100.46142578125,27.634138107299805],[-100.46071529388428,27.634765625],[-100.45658588409424,27.638671875],[-100.45654296875,27.638713836669922],[-100.45283079147339,27.642578125],[-100.45166015625,27.64379119873047],[-100.44915199279785,27.646484375],[-100.44677734375,27.648832321166992],[-100.44511318206787,27.650390625],[-100.44189453125,27.653316497802734],[-100.4407787322998,27.654296875],[-100.43701171875,27.657712936401367],[-100.43646574020386,27.658203125],[-100.43245553970337,27.662109375],[-100.43212890625,27.662429809570312],[-100.4287052154541,27.666015625],[-100.42724609375,27.667505264282227],[-100.42491436004639,27.669921875],[-100.42236328125,27.672378540039062],[-100.42077779769897,27.673828125],[-100.41748046875,27.676790237426758],[-100.41640043258667,27.677734375],[-100.41259765625,27.681184768676758],[-100.41208982467651,27.681640625],[-100.40810108184814,27.685546875],[-100.40771484375,27.68592643737793],[-100.40434837341309,27.689453125],[-100.40283203125,27.69099998474121],[-100.4005479812622,27.693359375],[-100.39794921875,27.69586753845215],[-100.39642095565796,27.697265625],[-100.39306640625,27.700281143188477],[-100.39205074310303,27.701171875],[-100.38818359375,27.704708099365234],[-100.38777589797974,27.705078125],[-100.38383960723877,27.708984375],[-100.38330078125,27.709518432617188],[-100.3800892829895,27.712890625],[-100.37841796875,27.71458625793457],[-100.3762412071228,27.716796875],[-100.37353515625,27.71938705444336],[-100.37208557128906,27.720703125],[-100.36865234375,27.72378158569336],[-100.36770820617676,27.724609375],[-100.36376953125,27.728229522705078],[-100.36345720291138,27.728515625],[-100.35954713821411,27.732421875],[-100.35888671875,27.73307991027832],[-100.35579204559326,27.736328125],[-100.35400390625,27.738130569458008],[-100.35190343856812,27.740234375],[-100.34912109375,27.742876052856445],[-100.34771919250488,27.744140625],[-100.34423828125,27.747251510620117],[-100.34332990646362,27.748046875],[-100.33935546875,27.751705169677734],[-100.33908367156982,27.751953125],[-100.33518552780151,27.755859375],[-100.33447265625,27.756568908691406],[-100.33142805099487,27.759765625],[-100.32958984375,27.761611938476562],[-100.32752275466919,27.763671875],[-100.32470703125,27.766334533691406],[-100.32332181930542,27.767578125],[-100.31982421875,27.77069664001465],[-100.3189206123352,27.771484375],[-100.31494140625,27.775136947631836],[-100.31466245651245,27.775390625],[-100.31073331832886,27.779296875],[-100.31005859375,27.77996253967285],[-100.30694246292114,27.783203125],[-100.30517578125,27.784975051879883],[-100.30304431915283,27.787109375],[-100.30029296875,27.78972625732422],[-100.29886960983276,27.791015625],[-100.29541015625,27.79412269592285],[-100.29450178146362,27.794921875],[-100.29052734375,27.798608779907227],[-100.29029130935669,27.798828125],[-100.28642654418945,27.802734375],[-100.28564453125,27.803518295288086],[-100.28267860412598,27.806640625],[-100.28076171875,27.808561325073242],[-100.27875185012817,27.810546875],[-100.27587890625,27.81325340270996],[-100.27454137802124,27.814453125],[-100.27099609375,27.817628860473633],[-100.27016401290894,27.818359375],[-100.26611328125,27.822126388549805],[-100.26596307754517,27.822265625],[-100.2621054649353,27.826171875],[-100.26123046875,27.827051162719727],[-100.25835037231445,27.830078125],[-100.25634765625,27.832069396972656],[-100.2543830871582,27.833984375],[-100.25146484375,27.836706161499023],[-100.25013446807861,27.837890625],[-100.24658203125,27.841053009033203],[-100.24573087692261,27.841796875],[-100.24169921875,27.845491409301758],[-100.24146795272827,27.845703125],[-100.23751020431519,27.849609375],[-100.23681640625,27.85029411315918],[-100.23371696472168,27.853515625],[-100.23193359375,27.85530662536621],[-100.22982597351074,27.857421875],[-100.22705078125,27.860063552856445],[-100.22565364837646,27.861328125],[-100.22216796875,27.864463806152344],[-100.2212929725647,27.865234375],[-100.21728515625,27.868946075439453],[-100.2170729637146,27.869140625],[-100.2131700515747,27.873046875],[-100.21240234375,27.873809814453125],[-100.20938158035278,27.876953125],[-100.20751953125,27.87881088256836],[-100.20545482635498,27.880859375],[-100.20263671875,27.883520126342773],[-100.20125389099121,27.884765625],[-100.19775390625,27.887897491455078],[-100.19686937332153,27.888671875],[-100.19287109375,27.892343521118164],[-100.19261121749878,27.892578125],[-100.18866062164307,27.896484375],[-100.18798828125,27.897144317626953],[-100.1848554611206,27.900390625],[-100.18310546875,27.902137756347656],[-100.18095016479492,27.904296875],[-100.17822265625,27.90688705444336],[-100.17677307128906,27.908203125],[-100.17333984375,27.911312103271484],[-100.1724362373352,27.912109375],[-100.16845703125,27.915788650512695],[-100.16820907592773,27.916015625],[-100.16427993774414,27.919921875],[-100.16357421875,27.92061996459961],[-100.16049146652222,27.923828125],[-100.15869140625,27.92562484741211],[-100.15657424926758,27.927734375],[-100.15380859375,27.930347442626953],[-100.1523756980896,27.931640625],[-100.14892578125,27.934743881225586],[-100.14800786972046,27.935546875],[-100.14404296875,27.939149856567383],[-100.14370679855347,27.939453125],[-100.13967514038086,27.943359375],[-100.13916015625,27.943857192993164],[-100.1358413696289,27.947265625],[-100.13427734375,27.948835372924805],[-100.13198137283325,27.951171875],[-100.12939453125,27.953649520874023],[-100.12783765792847,27.955078125],[-100.12451171875,27.958110809326172],[-100.12352228164673,27.958984375],[-100.11962890625,27.962533950805664],[-100.1192307472229,27.962890625],[-100.11518239974976,27.966796875],[-100.11474609375,27.96721839904785],[-100.11136054992676,27.970703125],[-100.10986328125,27.972209930419922],[-100.1075267791748,27.974609375],[-100.10498046875,27.977054595947266],[-100.10339021682739,27.978515625],[-100.10009765625,27.981515884399414],[-100.09907007217407,27.982421875],[-100.09521484375,27.985919952392578],[-100.09475708007812,27.986328125],[-100.09066104888916,27.990234375],[-100.09033203125,27.990549087524414],[-100.08680820465088,27.994140625],[-100.08544921875,27.99550437927246],[-100.08297920227051,27.998046875],[-100.08056640625,28.000370025634766],[-100.07886171340942,28.001953125],[-100.07568359375,28.004865646362305],[-100.0745677947998,28.005859375],[-100.07080078125,28.009315490722656],[-100.07030010223389,28.009765625],[-100.06622076034546,28.013671875],[-100.06591796875,28.013959884643555],[-100.06234169006348,28.017578125],[-100.06103515625,28.01887321472168],[-100.05846738815308,28.021484375],[-100.05615234375,28.02370262145996],[-100.05434513092041,28.025390625],[-100.05126953125,28.028209686279297],[-100.05005359649658,28.029296875],[-100.04638671875,28.032672882080078],[-100.04579544067383,28.033203125],[-100.04169464111328,28.037109375],[-100.04150390625,28.037290573120117],[-100.03778457641602,28.041015625],[-100.03662109375,28.04216194152832],[-100.03390789031982,28.044921875],[-100.03173828125,28.047016143798828],[-100.0298285484314,28.048828125],[-100.02685546875,28.051578521728516],[-100.02557277679443,28.052734375],[-100.02197265625,28.056055068969727],[-100.02131938934326,28.056640625],[-100.01713752746582,28.060546875],[-100.01708984375,28.060590744018555],[-100.01308679580688,28.064453125],[-100.01220703125,28.065298080444336],[-100.00916242599487,28.068359375],[-100.00732421875,28.070158004760742],[-100.00518321990967,28.072265625],[-100.00244140625,28.074838638305664],[-100.00097274780273,28.076171875],[-99.99755859375,28.079299926757812],[-99.99668836593628,28.080078125],[-99.99267578125,28.083843231201172],[-99.99252080917358,28.083984375],[-99.9884843826294,28.087890625],[-99.98779296875,28.088552474975586],[-99.98455286026001,28.091796875],[-99.98291015625,28.093406677246094],[-99.9805998802185,28.095703125],[-99.97802734375,28.09811019897461],[-99.97636795043945,28.099609375],[-99.97314453125,28.10250473022461],[-99.97200012207031,28.103515625],[-99.96826171875,28.106971740722656],[-99.96776342391968,28.107421875],[-99.96367931365967,28.111328125],[-99.96337890625,28.111610412597656],[-99.95968818664551,28.115234375],[-99.95849609375,28.11638832092285],[-99.95573997497559,28.119140625],[-99.95361328125,28.121179580688477],[-99.95164632797241,28.123046875],[-99.94873046875,28.125709533691406],[-99.94733095169067,28.126953125],[-99.94384765625,28.130117416381836],[-99.94301795959473,28.130859375],[-99.93896484375,28.13469696044922],[-99.93889093399048,28.134765625],[-99.93491649627686,28.138671875],[-99.93408203125,28.139482498168945],[-99.93101358413696,28.142578125],[-99.92919921875,28.14435577392578],[-99.92703914642334,28.146484375],[-99.92431640625,28.149011611938477],[-99.92277145385742,28.150390625],[-99.91943359375,28.15337562561035],[-99.91838932037354,28.154296875],[-99.91455078125,28.157873153686523],[-99.91419076919556,28.158203125],[-99.91020202636719,28.162109375],[-99.90966796875,28.162620544433594],[-99.90625858306885,28.166015625],[-99.90478515625,28.16745948791504],[-99.90231037139893,28.169921875],[-99.89990234375,28.172191619873047],[-99.89812135696411,28.173828125],[-99.89501953125,28.176607131958008],[-99.89373445510864,28.177734375],[-99.89013671875,28.180994033813477],[-99.88941669464111,28.181640625],[-99.88534450531006,28.185546875],[-99.88525390625,28.18563461303711],[-99.88146543502808,28.189453125],[-99.88037109375,28.190536499023438],[-99.87757921218872,28.193359375],[-99.87548828125,28.195388793945312],[-99.87352848052979,28.197265625],[-99.87060546875,28.199939727783203],[-99.86921310424805,28.201171875],[-99.86572265625,28.204303741455078],[-99.86485242843628,28.205078125],[-99.86083984375,28.20888328552246],[-99.8607325553894,28.208984375],[-99.85686779022217,28.212890625],[-99.85595703125,28.213787078857422],[-99.85298871994019,28.216796875],[-99.85107421875,28.21868133544922],[-99.84900236129761,28.220703125],[-99.84619140625,28.223283767700195],[-99.84468936920166,28.224609375],[-99.84130859375,28.22757911682129],[-99.84023094177246,28.228515625],[-99.83642578125,28.23199462890625],[-99.83595371246338,28.232421875],[-99.83200073242188,28.236328125],[-99.83154296875,28.23677635192871],[-99.82821226119995,28.240234375],[-99.82666015625,28.241792678833008],[-99.8243236541748,28.244140625],[-99.82177734375,28.246543884277344],[-99.82012033462524,28.248046875],[-99.81689453125,28.250904083251953],[-99.81568098068237,28.251953125],[-99.81201171875,28.255226135253906],[-99.81129884719849,28.255859375],[-99.80717897415161,28.259765625],[-99.80712890625,28.25981330871582],[-99.80329513549805,28.263671875],[-99.80224609375,28.264707565307617],[-99.79942560195923,28.267578125],[-99.79736328125,28.26959228515625],[-99.79539394378662,28.271484375],[-99.79248046875,28.274150848388672],[-99.79107141494751,28.275390625],[-99.78759765625,28.278440475463867],[-99.78660583496094,28.279296875],[-99.78271484375,28.282817840576172],[-99.78228807449341,28.283203125],[-99.77828025817871,28.287109375],[-99.77783203125,28.287546157836914],[-99.77447032928467,28.291015625],[-99.77294921875,28.29254722595215],[-99.77061986923218,28.294921875],[-99.76806640625,28.297361373901367],[-99.76645469665527,28.298828125],[-99.76318359375,28.30173683166504],[-99.76202964782715,28.302734375],[-99.75830078125,28.306039810180664],[-99.75761651992798,28.306640625],[-99.75343942642212,28.310546875],[-99.75341796875,28.31056785583496],[-99.74954605102539,28.314453125],[-99.74853515625,28.31545639038086],[-99.74571466445923,28.318359375],[-99.74365234375,28.32037353515625],[-99.74168062210083,28.322265625],[-99.73876953125,28.324951171875],[-99.7373914718628,28.326171875],[-99.73388671875,28.329288482666016],[-99.73297834396362,28.330078125],[-99.72900390625,28.333669662475586],[-99.72865343093872,28.333984375],[-99.72459554672241,28.337890625],[-99.72412109375,28.338346481323242],[-99.72074270248413,28.341796875],[-99.71923828125,28.34330177307129],[-99.71688270568848,28.345703125],[-99.71435546875,28.34811019897461],[-99.71271276473999,28.349609375],[-99.70947265625,28.352529525756836],[-99.70834732055664,28.353515625],[-99.70458984375,28.356895446777344],[-99.70399141311646,28.357421875],[-99.69979286193848,28.361328125],[-99.69970703125,28.361408233642578],[-99.69581365585327,28.365234375],[-99.69482421875,28.36619758605957],[-99.69191312789917,28.369140625],[-99.68994140625,28.37105369567871],[-99.68787908554077,28.373046875],[-99.68505859375,28.37566566467285],[-99.6836256980896,28.376953125],[-99.68017578125,28.38008689880371],[-99.67930316925049,28.380859375],[-99.67529296875,28.384546279907227],[-99.67504978179932,28.384765625],[-99.67095375061035,28.388671875],[-99.67041015625,28.389188766479492],[-99.66700315475464,28.392578125],[-99.66552734375,28.394018173217773],[-99.66305494308472,28.396484375],[-99.66064453125,28.398754119873047],[-99.65886354446411,28.400390625],[-99.65576171875,28.403188705444336],[-99.65450763702393,28.404296875],[-99.65087890625,28.407608032226562],[-99.6502137184143,28.408203125],[-99.64605808258057,28.412109375],[-99.64599609375,28.412168502807617],[-99.64202642440796,28.416015625],[-99.64111328125,28.416893005371094],[-99.63808298110962,28.419921875],[-99.63623046875,28.421722412109375],[-99.63407754898071,28.423828125],[-99.63134765625,28.42634391784668],[-99.62978601455688,28.427734375],[-99.62646484375,28.430696487426758],[-99.62539196014404,28.431640625],[-99.62158203125,28.435169219970703],[-99.62116718292236,28.435546875],[-99.61714267730713,28.439453125],[-99.61669921875,28.43987464904785],[-99.6131706237793,28.443359375],[-99.61181640625,28.444677352905273],[-99.60920333862305,28.447265625],[-99.60693359375,28.44941520690918],[-99.6050477027893,28.451171875],[-99.60205078125,28.4538631439209],[-99.60066080093384,28.455078125],[-99.59716796875,28.458189010620117],[-99.5962643623352,28.458984375],[-99.59228515625,28.462696075439453],[-99.5920729637146,28.462890625],[-99.58812713623047,28.466796875],[-99.58740234375,28.467500686645508],[-99.58422183990479,28.470703125],[-99.58251953125,28.472379684448242],[-99.58025693893433,28.474609375],[-99.57763671875,28.477041244506836],[-99.5759916305542,28.478515625],[-99.57275390625,28.48135757446289],[-99.57152128219604,28.482421875],[-99.56787109375,28.485666275024414],[-99.56712245941162,28.486328125],[-99.56298828125,28.490217208862305],[-99.56296920776367,28.490234375],[-99.5590615272522,28.494140625],[-99.55810546875,28.495080947875977],[-99.55518960952759,28.498046875],[-99.55322265625,28.499980926513672],[-99.55118894577026,28.501953125],[-99.54833984375,28.504566192626953],[-99.54686641693115,28.505859375],[-99.54345703125,28.50882911682129],[-99.54236507415771,28.509765625],[-99.53857421875,28.513134002685547],[-99.53796625137329,28.513671875],[-99.53383445739746,28.517578125],[-99.53369140625,28.51771354675293],[-99.52993154525757,28.521484375],[-99.52880859375,28.522592544555664],[-99.52606678009033,28.525390625],[-99.52392578125,28.5274715423584],[-99.52200412750244,28.529296875],[-99.51904296875,28.531999588012695],[-99.51766729354858,28.533203125],[-99.51416015625,28.536266326904297],[-99.5131778717041,28.537109375],[-99.50927734375,28.54057502746582],[-99.50877666473389,28.541015625],[-99.5046329498291,28.544921875],[-99.50439453125,28.54514503479004],[-99.50070858001709,28.548828125],[-99.49951171875,28.550003051757812],[-99.49681758880615,28.552734375],[-99.49462890625,28.55484390258789],[-99.49272394180298,28.556640625],[-99.48974609375,28.55936622619629],[-99.48840856552124,28.560546875],[-99.48486328125,28.563701629638672],[-99.48399782180786,28.564453125],[-99.47998046875,28.568078994750977],[-99.47966575622559,28.568359375],[-99.47555541992188,28.572265625],[-99.47509765625,28.57270050048828],[-99.47161674499512,28.576171875],[-99.47021484375,28.57754135131836],[-99.46768045425415,28.580078125],[-99.46533203125,28.58230209350586],[-99.46351051330566,28.583984375],[-99.46044921875,28.586761474609375],[-99.4591736793518,28.587890625],[-99.45556640625,28.591156005859375],[-99.45483684539795,28.591796875],[-99.45068359375,28.5955810546875],[-99.45054531097412,28.595703125],[-99.44640874862671,28.599609375],[-99.44580078125,28.60017967224121],[-99.4424057006836,28.603515625],[-99.44091796875,28.604951858520508],[-99.43841457366943,28.607421875],[-99.43603515625,28.609649658203125],[-99.4342041015625,28.611328125],[-99.43115234375,28.614063262939453],[-99.42981719970703,28.615234375],[-99.42626953125,28.618436813354492],[-99.42547798156738,28.619140625],[-99.42138671875,28.62295150756836],[-99.4212818145752,28.623046875],[-99.41718816757202,28.626953125],[-99.41650390625,28.62759780883789],[-99.413161277771,28.630859375],[-99.41162109375,28.632341384887695],[-99.40914630889893,28.634765625],[-99.40673828125,28.63701820373535],[-99.40493583679199,28.638671875],[-99.40185546875,28.641416549682617],[-99.40052270889282,28.642578125],[-99.39697265625,28.645742416381836],[-99.39613342285156,28.646484375],[-99.39208984375,28.650270462036133],[-99.39196109771729,28.650390625],[-99.3880033493042,28.654296875],[-99.38720703125,28.655065536499023],[-99.38405752182007,28.658203125],[-99.38232421875,28.659893035888672],[-99.38005447387695,28.662109375],[-99.37744140625,28.66452980041504],[-99.37578201293945,28.666015625],[-99.37255859375,28.668838500976562],[-99.37129735946655,28.669921875],[-99.36767578125,28.673099517822266],[-99.36683893203735,28.673828125],[-99.36279296875,28.677539825439453],[-99.36257839202881,28.677734375],[-99.35858964920044,28.681640625],[-99.35791015625,28.682300567626953],[-99.354727268219,28.685546875],[-99.35302734375,28.687223434448242],[-99.35076713562012,28.689453125],[-99.34814453125,28.691911697387695],[-99.34653282165527,28.693359375],[-99.34326171875,28.696229934692383],[-99.34204816818237,28.697265625],[-99.33837890625,28.700458526611328],[-99.33755159378052,28.701171875],[-99.33349609375,28.7048282623291],[-99.33321475982666,28.705078125],[-99.32914972305298,28.708984375],[-99.32861328125,28.709497451782227],[-99.32526588439941,28.712890625],[-99.32373046875,28.71441650390625],[-99.32137966156006,28.716796875],[-99.31884765625,28.719202041625977],[-99.31719541549683,28.720703125],[-99.31396484375,28.72359275817871],[-99.31279182434082,28.724609375],[-99.30908203125,28.727872848510742],[-99.3083381652832,28.728515625],[-99.30419921875,28.73225975036621],[-99.30401802062988,28.732421875],[-99.29993391036987,28.736328125],[-99.29931640625,28.73691749572754],[-99.29600715637207,28.740234375],[-99.29443359375,28.741777420043945],[-99.29206371307373,28.744140625],[-99.28955078125,28.746496200561523],[-99.28783655166626,28.748046875],[-99.28466796875,28.750886917114258],[-99.28345441818237,28.751953125],[-99.27978515625,28.755273818969727],[-99.2791223526001,28.755859375],[-99.27490234375,28.75973129272461],[-99.27486419677734,28.759765625],[-99.27074909210205,28.763671875],[-99.27001953125,28.764358520507812],[-99.26675081253052,28.767578125],[-99.26513671875,28.769134521484375],[-99.26274538040161,28.771484375],[-99.26025390625,28.773799896240234],[-99.25849437713623,28.775390625],[-99.25537109375,28.778162002563477],[-99.25406694412231,28.779296875],[-99.25048828125,28.78250503540039],[-99.24970149993896,28.783203125],[-99.24560546875,28.787010192871094],[-99.24549579620361,28.787109375],[-99.24142122268677,28.791015625],[-99.24072265625,28.791675567626953],[-99.23739910125732,28.794921875],[-99.23583984375,28.79642105102539],[-99.23336982727051,28.798828125],[-99.23095703125,28.801074981689453],[-99.22913789749146,28.802734375],[-99.22607421875,28.805438995361328],[-99.22467947006226,28.806640625],[-99.22119140625,28.809690475463867],[-99.22020196914673,28.810546875],[-99.21630859375,28.814071655273438],[-99.2158842086792,28.814453125],[-99.21182870864868,28.818359375],[-99.21142578125,28.81874656677246],[-99.20793533325195,28.822265625],[-99.20654296875,28.823631286621094],[-99.20397758483887,28.826171875],[-99.20166015625,28.828372955322266],[-99.19982194900513,28.830078125],[-99.19677734375,28.832794189453125],[-99.1953992843628,28.833984375],[-99.19189453125,28.837018966674805],[-99.19087648391724,28.837890625],[-99.18701171875,28.84131622314453],[-99.18646574020386,28.841796875],[-99.18229341506958,28.845703125],[-99.18212890625,28.845857620239258],[-99.17834520339966,28.849609375],[-99.17724609375,28.85068702697754],[-99.17445659637451,28.853515625],[-99.17236328125,28.85553741455078],[-99.17037725448608,28.857421875],[-99.16748046875,28.860063552856445],[-99.16603803634644,28.861328125],[-99.16259765625,28.86433982849121],[-99.16155099868774,28.865234375],[-99.15771484375,28.86859703063965],[-99.15708541870117,28.869140625],[-99.15283203125,28.873008728027344],[-99.15278911590576,28.873046875],[-99.14871454238892,28.876953125],[-99.14794921875,28.877681732177734],[-99.1447639465332,28.880859375],[-99.14306640625,28.882511138916016],[-99.14077997207642,28.884765625],[-99.13818359375,28.88717269897461],[-99.13650512695312,28.888671875],[-99.13330078125,28.89151382446289],[-99.13207769393921,28.892578125],[-99.12841796875,28.895864486694336],[-99.12770986557007,28.896484375],[-99.12353515625,28.90026092529297],[-99.12338733673096,28.900390625],[-99.11920070648193,28.904296875],[-99.11865234375,28.90480613708496],[-99.11513090133667,28.908203125],[-99.11376953125,28.90949821472168],[-99.11109924316406,28.912109375],[-99.10888671875,28.9141902923584],[-99.10692930221558,28.916015625],[-99.10400390625,28.918636322021484],[-99.10253047943115,28.919921875],[-99.09912109375,28.92291831970215],[-99.09807443618774,28.923828125],[-99.09423828125,28.927297592163086],[-99.09374952316284,28.927734375],[-99.08960819244385,28.931640625],[-99.08935546875,28.931875228881836],[-99.08554553985596,28.935546875],[-99.08447265625,28.936569213867188],[-99.0815258026123,28.939453125],[-99.07958984375,28.94131088256836],[-99.07745838165283,28.943359375],[-99.07470703125,28.94586181640625],[-99.07310724258423,28.947265625],[-99.06982421875,28.950103759765625],[-99.06857013702393,28.951171875],[-99.06494140625,28.954334259033203],[-99.06408309936523,28.955078125],[-99.06005859375,28.958717346191406],[-99.05976057052612,28.958984375],[-99.05568838119507,28.962890625],[-99.05517578125,28.96337890625],[-99.05174732208252,28.966796875],[-99.05029296875,28.96820640563965],[-99.04775857925415,28.970703125],[-99.04541015625,28.97292137145996],[-99.04358148574829,28.974609375],[-99.04052734375,28.977352142333984],[-99.03918743133545,28.978515625],[-99.03564453125,28.981605529785156],[-99.03469324111938,28.982421875],[-99.03076171875,28.985918045043945],[-99.03029441833496,28.986328125],[-99.02612447738647,28.990234375],[-99.02587890625,28.990463256835938],[-99.02214288711548,28.994140625],[-99.02099609375,28.995250701904297],[-99.01818990707397,28.998046875],[-99.01611328125,29.00002670288086],[-99.01407480239868,29.001953125],[-99.01123046875,29.004539489746094],[-99.00973558425903,29.005859375],[-99.00634765625,29.008872985839844],[-99.00532245635986,29.009765625],[-99.00146484375,29.01321029663086],[-99.00093793869019,29.013671875],[-98.9966607093811,29.017578125],[-98.99658203125,29.017650604248047],[-98.99252653121948,29.021484375],[-98.99169921875,29.022258758544922],[-98.98848295211792,29.025390625],[-98.98681640625,29.026979446411133],[-98.98442506790161,29.029296875],[-98.98193359375,29.031593322753906],[-98.98014783859253,29.033203125],[-98.97705078125,29.035930633544922],[-98.97568702697754,29.037109375],[-98.97216796875,29.040220260620117],[-98.97125720977783,29.041015625],[-98.96728515625,29.044652938842773],[-98.96698713302612,29.044921875],[-98.96286964416504,29.048828125],[-98.96240234375,29.04926300048828],[-98.95879030227661,29.052734375],[-98.95751953125,29.053943634033203],[-98.95475149154663,29.056640625],[-98.95263671875,29.058652877807617],[-98.95063877105713,29.060546875],[-98.94775390625,29.063142776489258],[-98.94624471664429,29.064453125],[-98.94287109375,29.067359924316406],[-98.94169330596924,29.068359375],[-98.93798828125,29.07159996032715],[-98.9372205734253,29.072265625],[-98.93310546875,29.076021194458008],[-98.93293857574463,29.076171875],[-98.92889738082886,29.080078125],[-98.92822265625,29.080724716186523],[-98.92496109008789,29.083984375],[-98.92333984375,29.085554122924805],[-98.92093896865845,29.087890625],[-98.91845703125,29.0902099609375],[-98.91671180725098,29.091796875],[-98.91357421875,29.094581604003906],[-98.9122724533081,29.095703125],[-98.90869140625,29.098798751831055],[-98.9077377319336,29.099609375],[-98.90380859375,29.103050231933594],[-98.90327215194702,29.103515625],[-98.89899253845215,29.107421875],[-98.89892578125,29.10748291015625],[-98.89491081237793,29.111328125],[-98.89404296875,29.112152099609375],[-98.89093399047852,29.115234375],[-98.88916015625,29.116947174072266],[-98.88691663742065,29.119140625],[-98.88427734375,29.121572494506836],[-98.88261318206787,29.123046875],[-98.87939453125,29.125879287719727],[-98.87815237045288,29.126953125],[-98.87451171875,29.13019371032715],[-98.87374877929688,29.130859375],[-98.86962890625,29.134567260742188],[-98.86940240859985,29.134765625],[-98.86516571044922,29.138671875],[-98.86474609375,29.139055252075195],[-98.86101245880127,29.142578125],[-98.85986328125,29.14365005493164],[-98.85692358016968,29.146484375],[-98.85498046875,29.1483211517334],[-98.85281324386597,29.150390625],[-98.85009765625,29.152849197387695],[-98.84844779968262,29.154296875],[-98.84521484375,29.157093048095703],[-98.8439130783081,29.158203125],[-98.84033203125,29.161333084106445],[-98.83943557739258,29.162109375],[-98.83544921875,29.165708541870117],[-98.8351058959961,29.166015625],[-98.83097410202026,29.169921875],[-98.83056640625,29.170303344726562],[-98.82694482803345,29.173828125],[-98.82568359375,29.175031661987305],[-98.82292032241821,29.177734375],[-98.82080078125,29.17976188659668],[-98.81882190704346,29.181640625],[-98.81591796875,29.184261322021484],[-98.81443738937378,29.185546875],[-98.81103515625,29.188478469848633],[-98.80988597869873,29.189453125],[-98.80615234375,29.19270133972168],[-98.80538940429688,29.193359375],[-98.80126953125,29.19707489013672],[-98.80105495452881,29.197265625],[-98.79695177078247,29.201171875],[-98.79638671875,29.201705932617188],[-98.79298448562622,29.205078125],[-98.79150390625,29.206518173217773],[-98.78901720046997,29.208984375],[-98.78662109375,29.21123504638672],[-98.78480434417725,29.212890625],[-98.78173828125,29.215620040893555],[-98.78038167953491,29.216796875],[-98.77685546875,29.219894409179688],[-98.77591609954834,29.220703125],[-98.77197265625,29.22416877746582],[-98.77146482467651,29.224609375],[-98.76713037490845,29.228515625],[-98.76708984375,29.228551864624023],[-98.76294612884521,29.232421875],[-98.76220703125,29.23310661315918],[-98.75885248184204,29.236328125],[-98.75732421875,29.237773895263672],[-98.7547779083252,29.240234375],[-98.75244140625,29.242401123046875],[-98.75054359436035,29.244140625],[-98.74755859375,29.246788024902344],[-98.74610424041748,29.248046875],[-98.74267578125,29.251049041748047],[-98.74162912368774,29.251953125],[-98.73779296875,29.255399703979492],[-98.73727560043335,29.255859375],[-98.7330961227417,29.259765625],[-98.73291015625,29.259939193725586],[-98.72901439666748,29.263671875],[-98.72802734375,29.264604568481445],[-98.72496366500854,29.267578125],[-98.72314453125,29.269311904907227],[-98.72087717056274,29.271484375],[-98.71826171875,29.27387809753418],[-98.71656894683838,29.275390625],[-98.71337890625,29.27816390991211],[-98.71204853057861,29.279296875],[-98.70849609375,29.282344818115234],[-98.7074875831604,29.283203125],[-98.70361328125,29.28659439086914],[-98.70301961898804,29.287109375],[-98.69874477386475,29.291015625],[-98.69873046875,29.29102897644043],[-98.69468450546265,29.294921875],[-98.69384765625,29.295719146728516],[-98.69072914123535,29.298828125],[-98.68896484375,29.300535202026367],[-98.68671178817749,29.302734375],[-98.68408203125,29.305166244506836],[-98.68242979049683,29.306640625],[-98.67919921875,29.309490203857422],[-98.67796897888184,29.310546875],[-98.67431640625,29.313730239868164],[-98.67347240447998,29.314453125],[-98.66943359375,29.318010330200195],[-98.66903066635132,29.318359375],[-98.66472959518433,29.322265625],[-98.66455078125,29.32242774963379],[-98.66055727005005,29.326171875],[-98.65966796875,29.326997756958008],[-98.6564564704895,29.330078125],[-98.65478515625,29.331647872924805],[-98.65234375,29.333984375],[-98.64990234375,29.336227416992188],[-98.64806175231934,29.337890625],[-98.64501953125,29.3405704498291],[-98.64359378814697,29.341796875],[-98.64013671875,29.344797134399414],[-98.63907814025879,29.345703125],[-98.63525390625,29.349082946777344],[-98.63465070724487,29.349609375],[-98.63038539886475,29.353515625],[-98.63037109375,29.35352897644043],[-98.62628221511841,29.357421875],[-98.62548828125,29.358165740966797],[-98.62219333648682,29.361328125],[-98.62060546875,29.36282730102539],[-98.6180830001831,29.365234375],[-98.61572265625,29.367427825927734],[-98.61385822296143,29.369140625],[-98.61083984375,29.371810913085938],[-98.60939979553223,29.373046875],[-98.60595703125,29.376001358032227],[-98.60483407974243,29.376953125],[-98.60107421875,29.380220413208008],[-98.60033512115479,29.380859375],[-98.59619140625,29.38458251953125],[-98.59598398208618,29.384765625],[-98.59182596206665,29.388671875],[-98.59130859375,29.3891544342041],[-98.58778715133667,29.392578125],[-98.58642578125,29.393877029418945],[-98.58376026153564,29.396484375],[-98.58154296875,29.398563385009766],[-98.57956886291504,29.400390625],[-98.57666015625,29.40299415588379],[-98.57516527175903,29.404296875],[-98.57177734375,29.40726661682129],[-98.57068538665771,29.408203125],[-98.56689453125,29.41153335571289],[-98.56622695922852,29.412109375],[-98.56201171875,29.415864944458008],[-98.56184005737305,29.416015625],[-98.55759143829346,29.419921875],[-98.55712890625,29.42034339904785],[-98.55342864990234,29.423828125],[-98.55224609375,29.424930572509766],[-98.54933023452759,29.427734375],[-98.54736328125,29.42958641052246],[-98.54520082473755,29.431640625],[-98.54248046875,29.43409538269043],[-98.54082107543945,29.435546875],[-98.53759765625,29.438322067260742],[-98.53626489639282,29.439453125],[-98.53271484375,29.442535400390625],[-98.5317587852478,29.443359375],[-98.52783203125,29.446855545043945],[-98.52736711502075,29.447265625],[-98.52314233779907,29.451171875],[-98.52294921875,29.45134925842285],[-98.51904630661011,29.455078125],[-98.51806640625,29.455997467041016],[-98.5149621963501,29.458984375],[-98.51318359375,29.460660934448242],[-98.51083993911743,29.462890625],[-98.50830078125,29.46523666381836],[-98.50657224655151,29.466796875],[-98.50341796875,29.46955680847168],[-98.50207090377808,29.470703125],[-98.49853515625,29.473718643188477],[-98.49747896194458,29.474609375],[-98.49365234375,29.477903366088867],[-98.4929370880127,29.478515625],[-98.48876953125,29.482221603393555],[-98.48854303359985,29.482421875],[-98.48434209823608,29.486328125],[-98.48388671875,29.486745834350586],[-98.48021268844604,29.490234375],[-98.47900390625,29.491365432739258],[-98.47612380981445,29.494140625],[-98.47412109375,29.49601936340332],[-98.4719705581665,29.498046875],[-98.46923828125,29.500499725341797],[-98.46756935119629,29.501953125],[-98.46435546875,29.504732131958008],[-98.46303701400757,29.505859375],[-98.45947265625,29.50899314880371],[-98.45858335494995,29.509765625],[-98.45458984375,29.513381958007812],[-98.45426321029663,29.513671875],[-98.45004081726074,29.517578125],[-98.44970703125,29.517881393432617],[-98.44584226608276,29.521484375],[-98.44482421875,29.52242660522461],[-98.44170570373535,29.525390625],[-98.43994140625,29.527048110961914],[-98.4375786781311,29.529296875],[-98.43505859375,29.53160858154297],[-98.43328952789307,29.533203125],[-98.43017578125,29.535917282104492],[-98.42877388000488,29.537109375],[-98.42529296875,29.540075302124023],[-98.42417478561401,29.541015625],[-98.42041015625,29.54425811767578],[-98.41963291168213,29.544921875],[-98.41552734375,29.548564910888672],[-98.41522693634033,29.548828125],[-98.41098308563232,29.552734375],[-98.41064453125,29.553043365478516],[-98.40683698654175,29.556640625],[-98.40576171875,29.557645797729492],[-98.40277194976807,29.560546875],[-98.40087890625,29.56234359741211],[-98.3986759185791,29.564453125],[-98.39599609375,29.5668888092041],[-98.39432001113892,29.568359375],[-98.39111328125,29.571155548095703],[-98.3898138999939,29.572265625],[-98.38623046875,29.57539176940918],[-98.38531732559204,29.576171875],[-98.38134765625,29.579639434814453],[-98.38083744049072,29.580078125],[-98.37646484375,29.583965301513672],[-98.37644338607788,29.583984375],[-98.37215900421143,29.587890625],[-98.37158203125,29.58841323852539],[-98.36796283721924,29.591796875],[-98.36669921875,29.592971801757812],[-98.36385726928711,29.595703125],[-98.36181640625,29.597627639770508],[-98.35973024368286,29.599609375],[-98.35693359375,29.60212516784668],[-98.35533380508423,29.603515625],[-98.35205078125,29.606325149536133],[-98.3507513999939,29.607421875],[-98.34716796875,29.61050796508789],[-98.34620952606201,29.611328125],[-98.34228515625,29.614810943603516],[-98.34180116653442,29.615234375],[-98.3375597000122,29.619140625],[-98.33740234375,29.61928367614746],[-98.33344459533691,29.623046875],[-98.33251953125,29.623912811279297],[-98.32937479019165,29.626953125],[-98.32763671875,29.628582000732422],[-98.3252215385437,29.630859375],[-98.32275390625,29.633102416992188],[-98.32089424133301,29.634765625],[-98.31787109375,29.637422561645508],[-98.31641674041748,29.638671875],[-98.31298828125,29.64164161682129],[-98.31188440322876,29.642578125],[-98.30810546875,29.645835876464844],[-98.30734252929688,29.646484375],[-98.30322265625,29.650115966796875],[-98.30290794372559,29.650390625],[-98.29864501953125,29.654296875],[-98.29833984375,29.654573440551758],[-98.29447269439697,29.658203125],[-98.29345703125,29.659141540527344],[-98.29032182693481,29.662109375],[-98.28857421875,29.66373062133789],[-98.28614473342896,29.666015625],[-98.28369140625,29.66824722290039],[-98.28183174133301,29.669921875],[-98.27880859375,29.672565460205078],[-98.27733039855957,29.673828125],[-98.27392578125,29.67675018310547],[-98.27276468276978,29.677734375],[-98.26904296875,29.680965423583984],[-98.26825618743896,29.681640625],[-98.26416015625,29.68528175354004],[-98.26385736465454,29.685546875],[-98.25964212417603,29.689453125],[-98.25927734375,29.689788818359375],[-98.25554370880127,29.693359375],[-98.25439453125,29.694438934326172],[-98.25145721435547,29.697265625],[-98.24951171875,29.69908905029297],[-98.24729204177856,29.701171875],[-98.24462890625,29.70359230041504],[-98.2429552078247,29.705078125],[-98.23974609375,29.70787811279297],[-98.2384443283081,29.708984375],[-98.23486328125,29.7120361328125],[-98.23384523391724,29.712890625],[-98.22998046875,29.7161922454834],[-98.2292652130127,29.716796875],[-98.22509765625,29.720430374145508],[-98.2247805595398,29.720703125],[-98.2204270362854,29.724609375],[-98.22021484375,29.72479820251465],[-98.21617841720581,29.728515625],[-98.21533203125,29.729291915893555],[-98.21203231811523,29.732421875],[-98.21044921875,29.733905792236328],[-98.20791959762573,29.736328125],[-98.20556640625,29.73850440979004],[-98.20367574691772,29.740234375],[-98.20068359375,29.742870330810547],[-98.19920301437378,29.744140625],[-98.19580078125,29.747060775756836],[-98.1946349143982,29.748046875],[-98.19091796875,29.751262664794922],[-98.19010972976685,29.751953125],[-98.18603515625,29.755538940429688],[-98.18566799163818,29.755859375],[-98.18137645721436,29.759765625],[-98.18115234375,29.75996971130371],[-98.17726612091064,29.763671875],[-98.17626953125,29.764612197875977],[-98.17322731018066,29.767578125],[-98.17138671875,29.769325256347656],[-98.16911935806274,29.771484375],[-98.16650390625,29.773895263671875],[-98.16483736038208,29.775390625],[-98.16162109375,29.778215408325195],[-98.16035270690918,29.779296875],[-98.15673828125,29.782379150390625],[-98.15575838088989,29.783203125],[-98.15185546875,29.786550521850586],[-98.15119743347168,29.787109375],[-98.14697265625,29.79079818725586],[-98.14671993255615,29.791015625],[-98.14236640930176,29.794921875],[-98.14208984375,29.795167922973633],[-98.13810110092163,29.798828125],[-98.13720703125,29.799638748168945],[-98.13387870788574,29.802734375],[-98.13232421875,29.80415916442871],[-98.12968254089355,29.806640625],[-98.12744140625,29.80870246887207],[-98.12543869018555,29.810546875],[-98.12255859375,29.813091278076172],[-98.12096834182739,29.814453125],[-98.11767578125,29.817245483398438],[-98.11634540557861,29.818359375],[-98.11279296875,29.821380615234375],[-98.11174392700195,29.822265625],[-98.10791015625,29.82558250427246],[-98.10722351074219,29.826171875],[-98.10302734375,29.829927444458008],[-98.10285568237305,29.830078125],[-98.09863805770874,29.833984375],[-98.09814453125,29.834434509277344],[-98.09449195861816,29.837890625],[-98.09326171875,29.839040756225586],[-98.09041261672974,29.841796875],[-98.08837890625,29.843708038330078],[-98.08625221252441,29.845703125],[-98.08349609375,29.848173141479492],[-98.08184623718262,29.849609375],[-98.07861328125,29.852407455444336],[-98.07730913162231,29.853515625],[-98.07373046875,29.856609344482422],[-98.0727744102478,29.857421875],[-98.06884765625,29.860816955566406],[-98.06824684143066,29.861328125],[-98.06396484375,29.865087509155273],[-98.06379556655884,29.865234375],[-98.05946350097656,29.869140625],[-98.05908203125,29.869483947753906],[-98.05521011352539,29.873046875],[-98.05419921875,29.87396812438965],[-98.0510139465332,29.876953125],[-98.04931640625,29.878524780273438],[-98.04684638977051,29.880859375],[-98.04443359375,29.883075714111328],[-98.0425763130188,29.884765625],[-98.03955078125,29.887418746948242],[-98.03807973861694,29.888671875],[-98.03466796875,29.891571044921875],[-98.03346633911133,29.892578125],[-98.02978515625,29.895719528198242],[-98.0288815498352,29.896484375],[-98.02490234375,29.89993667602539],[-98.02437543869019,29.900390625],[-98.02001953125,29.904296875],[-98.01581621170044,29.908203125],[-98.01513671875,29.908828735351562],[-98.01170587539673,29.912109375],[-98.01025390625,29.913475036621094],[-98.00762176513672,29.916015625],[-98.00537109375,29.918107986450195],[-98.00340175628662,29.919921875],[-98.00048828125,29.922513961791992],[-97.99896955490112,29.923828125],[-97.99560546875,29.926746368408203],[-97.99444675445557,29.927734375],[-97.99072265625,29.930980682373047],[-97.9899525642395,29.931640625],[-97.98583984375,29.935243606567383],[-97.98548698425293,29.935546875],[-97.98108339309692,29.939453125],[-97.98095703125,29.939563751220703],[-97.97676086425781,29.943359375],[-97.97607421875,29.94397735595703],[-97.97250747680664,29.947265625],[-97.97119140625,29.948474884033203],[-97.96831130981445,29.951171875],[-97.96630859375,29.95301628112793],[-97.96408653259277,29.955078125],[-97.96142578125,29.957468032836914],[-97.95971155166626,29.958984375],[-97.95654296875,29.961713790893555],[-97.95514583587646,29.962890625],[-97.95166015625,29.965843200683594],[-97.9505205154419,29.966796875],[-97.94677734375,29.969999313354492],[-97.94594764709473,29.970703125],[-97.94189453125,29.974246978759766],[-97.94147491455078,29.974609375],[-97.9371452331543,29.978515625],[-97.93701171875,29.978635787963867],[-97.9329252243042,29.982421875],[-97.93212890625,29.983150482177734],[-97.92875528335571,29.986328125],[-97.92724609375,29.98772430419922],[-97.92459726333618,29.990234375],[-97.92236328125,29.99228858947754],[-97.92034387588501,29.994140625],[-97.91748046875,29.996652603149414],[-97.91584253311157,29.998046875],[-97.91259765625,30.00078773498535],[-97.91120052337646,30.001953125],[-97.90771484375,30.004913330078125],[-97.90659189224243,30.005859375],[-97.90283203125,30.009092330932617],[-97.90204286575317,30.009765625],[-97.89794921875,30.013351440429688],[-97.89757966995239,30.013671875],[-97.8932785987854,30.017578125],[-97.89306640625,30.017770767211914],[-97.88912296295166,30.021484375],[-97.88818359375,30.022357940673828],[-97.8849983215332,30.025390625],[-97.88330078125,30.026960372924805],[-97.88079500198364,30.029296875],[-97.87841796875,30.031465530395508],[-97.87650108337402,30.033203125],[-97.87353515625,30.035829544067383],[-97.8720474243164,30.037109375],[-97.86865234375,30.040029525756836],[-97.86748170852661,30.041015625],[-97.86376953125,30.044185638427734],[-97.8628945350647,30.044921875],[-97.85888671875,30.048376083374023],[-97.8583550453186,30.048828125],[-97.85400390625,30.052640914916992],[-97.85389423370361,30.052734375],[-97.84954786300659,30.056640625],[-97.84912109375,30.057022094726562],[-97.84527063369751,30.060546875],[-97.84423828125,30.061479568481445],[-97.84101963043213,30.064453125],[-97.83935546875,30.065967559814453],[-97.83677577972412,30.068359375],[-97.83447265625,30.070453643798828],[-97.83248901367188,30.072265625],[-97.82958984375,30.074817657470703],[-97.82801151275635,30.076171875],[-97.82470703125,30.078975677490234],[-97.82338857650757,30.080078125],[-97.81982421875,30.083097457885742],[-97.81876802444458,30.083984375],[-97.81494140625,30.087268829345703],[-97.81420946121216,30.087890625],[-97.81005859375,30.09151268005371],[-97.80972719192505,30.091796875],[-97.80535697937012,30.095703125],[-97.80517578125,30.09586524963379],[-97.80110359191895,30.099609375],[-97.80029296875,30.10034942626953],[-97.79693126678467,30.103515625],[-97.79541015625,30.104923248291016],[-97.79276609420776,30.107421875],[-97.79052734375,30.109479904174805],[-97.78851270675659,30.111328125],[-97.78564453125,30.113853454589844],[-97.78403043746948,30.115234375],[-97.78076171875,30.118011474609375],[-97.77941465377808,30.119140625],[-97.77587890625,30.122159957885742],[-97.77483224868774,30.123046875],[-97.77099609375,30.12638282775879],[-97.7703332901001,30.126953125],[-97.76611328125,30.13068389892578],[-97.76591062545776,30.130859375],[-97.7615761756897,30.134765625],[-97.76123046875,30.135074615478516],[-97.75735855102539,30.138671875],[-97.75634765625,30.13960075378418],[-97.75318145751953,30.142578125],[-97.75146484375,30.144155502319336],[-97.74896144866943,30.146484375],[-97.74658203125,30.14865493774414],[-97.7446722984314,30.150390625],[-97.74169921875,30.15302276611328],[-97.74021625518799,30.154296875],[-97.73681640625,30.157201766967773],[-97.7356219291687,30.158203125],[-97.73193359375,30.16132164001465],[-97.73099422454834,30.162109375],[-97.72705078125,30.165483474731445],[-97.72642374038696,30.166015625],[-97.72216796875,30.169734954833984],[-97.72195100784302,30.169921875],[-97.7175784111023,30.173828125],[-97.71728515625,30.174087524414062],[-97.71326541900635,30.177734375],[-97.71240234375,30.178510665893555],[-97.7090048789978,30.181640625],[-97.70751953125,30.182992935180664],[-97.70476818084717,30.185546875],[-97.70263671875,30.187488555908203],[-97.70049810409546,30.189453125],[-97.69775390625,30.19189453125],[-97.6960802078247,30.193359375],[-97.69287109375,30.196109771728516],[-97.69149780273438,30.197265625],[-97.68798828125,30.200223922729492],[-97.68685340881348,30.201171875],[-97.68310546875,30.204343795776367],[-97.6822304725647,30.205078125],[-97.67822265625,30.208524703979492],[-97.67768383026123,30.208984375],[-97.67333984375,30.21280860900879],[-97.67324686050415,30.212890625],[-97.66892671585083,30.216796875],[-97.66845703125,30.21721839904785],[-97.66467332839966,30.220703125],[-97.66357421875,30.22170639038086],[-97.66047477722168,30.224609375],[-97.65869140625,30.22624969482422],[-97.65626192092896,30.228515625],[-97.65380859375,30.23073387145996],[-97.6519227027893,30.232421875],[-97.64892578125,30.235017776489258],[-97.64737606048584,30.236328125],[-97.64404296875,30.23914337158203],[-97.64273643493652,30.240234375],[-97.63916015625,30.243267059326172],[-97.63811826705933,30.244140625],[-97.63427734375,30.2474308013916],[-97.63355016708374,30.248046875],[-97.62939453125,30.25166893005371],[-97.62906312942505,30.251953125],[-97.624671459198,30.255859375],[-97.62451171875,30.256000518798828],[-97.62034893035889,30.259765625],[-97.61962890625,30.260408401489258],[-97.61605978012085,30.263671875],[-97.61474609375,30.264856338500977],[-97.61179447174072,30.267578125],[-97.60986328125,30.269330978393555],[-97.60751962661743,30.271484375],[-97.60498046875,30.27374839782715],[-97.60311365127563,30.275390625],[-97.60009765625,30.277992248535156],[-97.59855508804321,30.279296875],[-97.59521484375,30.282142639160156],[-97.59395360946655,30.283203125],[-97.59033203125,30.286283493041992],[-97.58934736251831,30.287109375],[-97.58544921875,30.29042625427246],[-97.58475065231323,30.291015625],[-97.58056640625,30.294645309448242],[-97.580246925354,30.294921875],[-97.57590770721436,30.298828125],[-97.57568359375,30.299028396606445],[-97.57169246673584,30.302734375],[-97.57080078125,30.303550720214844],[-97.56749629974365,30.306640625],[-97.56591796875,30.308076858520508],[-97.56321907043457,30.310546875],[-97.56103515625,30.312503814697266],[-97.55886554718018,30.314453125],[-97.55615234375,30.316835403442383],[-97.55439281463623,30.318359375],[-97.55126953125,30.32103729248047],[-97.54981279373169,30.322265625],[-97.54638671875,30.32518768310547],[-97.5452208518982,30.326171875],[-97.54150390625,30.32936668395996],[-97.54066467285156,30.330078125],[-97.53662109375,30.333572387695312],[-97.53613710403442,30.333984375],[-97.53173828125,30.337812423706055],[-97.53164768218994,30.337890625],[-97.52721786499023,30.341796875],[-97.52685546875,30.342113494873047],[-97.52283573150635,30.345703125],[-97.52197265625,30.346467971801758],[-97.51849889755249,30.349609375],[-97.51708984375,30.350873947143555],[-97.51420259475708,30.353515625],[-97.51220703125,30.355327606201172],[-97.50993013381958,30.357421875],[-97.50732421875,30.359769821166992],[-97.50557661056519,30.361328125],[-97.50244140625,30.36404037475586],[-97.50102758407593,30.365234375],[-97.49755859375,30.3681583404541],[-97.49637842178345,30.369140625],[-97.49267578125,30.37226676940918],[-97.49174356460571,30.373046875],[-97.48779296875,30.376419067382812],[-97.48715877532959,30.376953125],[-97.48291015625,30.380630493164062],[-97.4826431274414,30.380859375],[-97.47821092605591,30.384765625],[-97.47802734375,30.384925842285156],[-97.47383117675781,30.388671875],[-97.47314453125,30.389280319213867],[-97.469482421875,30.392578125],[-97.46826171875,30.393667221069336],[-97.46515989303589,30.396484375],[-97.46337890625,30.398082733154297],[-97.4608588218689,30.400390625],[-97.45849609375,30.40251922607422],[-97.45652914047241,30.404296875],[-97.45361328125,30.406848907470703],[-97.45203256607056,30.408203125],[-97.44873046875,30.410999298095703],[-97.44740009307861,30.412109375],[-97.44384765625,30.41509437561035],[-97.44274139404297,30.416015625],[-97.43896484375,30.419204711914062],[-97.43810653686523,30.419921875],[-97.43408203125,30.423364639282227],[-97.43353366851807,30.423828125],[-97.42919921875,30.42759895324707],[-97.4290418624878,30.427734375],[-97.42463827133179,30.431640625],[-97.42431640625,30.43192481994629],[-97.42027997970581,30.435546875],[-97.41943359375,30.436298370361328],[-97.41594314575195,30.439453125],[-97.41455078125,30.440696716308594],[-97.41162061691284,30.443359375],[-97.40966796875,30.445112228393555],[-97.40731000900269,30.447265625],[-97.40478515625,30.449525833129883],[-97.40294218063354,30.451171875],[-97.39990234375,30.45380401611328],[-97.39839553833008,30.455078125],[-97.39501953125,30.457916259765625],[-97.39373445510864,30.458984375],[-97.39013671875,30.462011337280273],[-97.38908290863037,30.462890625],[-97.38525390625,30.46613311767578],[-97.38446235656738,30.466796875],[-97.38037109375,30.470298767089844],[-97.3798942565918,30.470703125],[-97.37548828125,30.47455406188965],[-97.37542390823364,30.474609375],[-97.3710584640503,30.478515625],[-97.37060546875,30.47891616821289],[-97.36673355102539,30.482421875],[-97.36572265625,30.48332405090332],[-97.36241102218628,30.486328125],[-97.36083984375,30.48773193359375],[-97.35808849334717,30.490234375],[-97.35595703125,30.492143630981445],[-97.35375165939331,30.494140625],[-97.35107421875,30.49650764465332],[-97.34931707382202,30.498046875],[-97.34619140625,30.50071907043457],[-97.34472274780273,30.501953125],[-97.34130859375,30.504817962646484],[-97.34005451202393,30.505859375],[-97.33642578125,30.5089054107666],[-97.3353910446167,30.509765625],[-97.33154296875,30.51302146911621],[-97.33076810836792,30.513671875],[-97.32666015625,30.51719856262207],[-97.32621192932129,30.517578125],[-97.32177734375,30.521459579467773],[-97.32174873352051,30.521484375],[-97.31737852096558,30.525390625],[-97.31689453125,30.525819778442383],[-97.31304883956909,30.529296875],[-97.31201171875,30.530223846435547],[-97.30874061584473,30.533203125],[-97.30712890625,30.534652709960938],[-97.3044490814209,30.537109375],[-97.30224609375,30.539094924926758],[-97.30012893676758,30.541015625],[-97.29736328125,30.543447494506836],[-97.29565858840942,30.544921875],[-97.29248046875,30.547616958618164],[-97.29102849960327,30.548828125],[-97.28759765625,30.551694869995117],[-97.28634357452393,30.552734375],[-97.28271484375,30.555776596069336],[-97.28167533874512,30.556640625],[-97.27783203125,30.55988883972168],[-97.27704763412476,30.560546875],[-97.27294921875,30.564062118530273],[-97.27248907089233,30.564453125],[-97.26806640625,30.56832504272461],[-97.26802587509155,30.568359375],[-97.26364374160767,30.572265625],[-97.26318359375,30.57267189025879],[-97.25928783416748,30.576171875],[-97.25830078125,30.577045440673828],[-97.25492715835571,30.580078125],[-97.25341796875,30.581418991088867],[-97.25058078765869,30.583984375],[-97.24853515625,30.585811614990234],[-97.24624395370483,30.587890625],[-97.24365234375,30.590192794799805],[-97.24183559417725,30.591796875],[-97.23876953125,30.594430923461914],[-97.2372579574585,30.595703125],[-97.23388671875,30.598526000976562],[-97.23258018493652,30.599609375],[-97.22900390625,30.60260772705078],[-97.22791194915771,30.603515625],[-97.22412109375,30.606712341308594],[-97.2232723236084,30.607421875],[-97.21923828125,30.610862731933594],[-97.21868753433228,30.611328125],[-97.21435546875,30.615079879760742],[-97.21417427062988,30.615234375],[-97.20975637435913,30.619140625],[-97.20947265625,30.6193904876709],[-97.20539093017578,30.623046875],[-97.20458984375,30.623756408691406],[-97.20104694366455,30.626953125],[-97.19970703125,30.628149032592773],[-97.19672679901123,30.630859375],[-97.19482421875,30.632568359375],[-97.19242095947266,30.634765625],[-97.18994140625,30.63698959350586],[-97.18806266784668,30.638671875],[-97.18505859375,30.641271591186523],[-97.18351364135742,30.642578125],[-97.18017578125,30.64537239074707],[-97.17883348464966,30.646484375],[-97.17529296875,30.649442672729492],[-97.1741509437561,30.650390625],[-97.17041015625,30.65353012084961],[-97.16948986053467,30.654296875],[-97.16552734375,30.65766143798828],[-97.16488122940063,30.658203125],[-97.16064453125,30.661848068237305],[-97.16033697128296,30.662109375],[-97.1558690071106,30.666015625],[-97.15576171875,30.666107177734375],[-97.15145349502563,30.669921875],[-97.15087890625,30.670425415039062],[-97.14706420898438,30.673828125],[-97.14599609375,30.67477035522461],[-97.14269399642944,30.677734375],[-97.14111328125,30.67913818359375],[-97.13834285736084,30.681640625],[-97.13623046875,30.68352699279785],[-97.13399648666382,30.685546875],[-97.13134765625,30.687896728515625],[-97.12958335876465,30.689453125],[-97.12646484375,30.692129135131836],[-97.12500095367432,30.693359375],[-97.12158203125,30.69622039794922],[-97.12032079696655,30.697265625],[-97.11669921875,30.700294494628906],[-97.11564302444458,30.701171875],[-97.11181640625,30.70439338684082],[-97.11099624633789,30.705078125],[-97.10693359375,30.708534240722656],[-97.10639953613281,30.708984375],[-97.10205078125,30.712732315063477],[-97.10186243057251,30.712890625],[-97.09739685058594,30.716796875],[-97.09716796875,30.716997146606445],[-97.09296703338623,30.720703125],[-97.09228515625,30.721298217773438],[-97.08856105804443,30.724609375],[-97.08740234375,30.725631713867188],[-97.08418369293213,30.728515625],[-97.08251953125,30.729991912841797],[-97.07981824874878,30.732421875],[-97.07763671875,30.73436164855957],[-97.07544803619385,30.736328125],[-97.07275390625,30.73870849609375],[-97.07101821899414,30.740234375],[-97.06787109375,30.74293327331543],[-97.06643342971802,30.744140625],[-97.06298828125,30.747024536132812],[-97.06175327301025,30.748046875],[-97.05810546875,30.7510986328125],[-97.05707311630249,30.751953125],[-97.05322265625,30.755189895629883],[-97.05242156982422,30.755859375],[-97.04833984375,30.759328842163086],[-97.04782247543335,30.759765625],[-97.04345703125,30.763525009155273],[-97.04328536987305,30.763671875],[-97.03880071640015,30.767578125],[-97.03857421875,30.767772674560547],[-97.03434705734253,30.771484375],[-97.03369140625,30.77205467224121],[-97.02992916107178,30.775390625],[-97.02880859375,30.77637481689453],[-97.02553033828735,30.779296875],[-97.02392578125,30.780710220336914],[-97.02114343643188,30.783203125],[-97.01904296875,30.78506088256836],[-97.01674938201904,30.787109375],[-97.01416015625,30.789377212524414],[-97.01227903366089,30.791015625],[-97.00927734375,30.793569564819336],[-97.0076584815979,30.794921875],[-97.00439453125,30.797639846801758],[-97.00295448303223,30.798828125],[-96.99951171875,30.801694869995117],[-96.99825525283813,30.802734375],[-96.99462890625,30.805768966674805],[-96.99357986450195,30.806640625],[-96.98974609375,30.809860229492188],[-96.9889235496521,30.810546875],[-96.98486328125,30.813980102539062],[-96.98429822921753,30.814453125],[-96.97998046875,30.81814193725586],[-96.97972297668457,30.818359375],[-96.97520971298218,30.822265625],[-96.97509765625,30.82236099243164],[-96.97075128555298,30.826171875],[-96.97021484375,30.82663917541504],[-96.96633577346802,30.830078125],[-96.96533203125,30.830957412719727],[-96.96193218231201,30.833984375],[-96.96044921875,30.835290908813477],[-96.95754528045654,30.837890625],[-96.95556640625,30.839641571044922],[-96.95317029953003,30.841796875],[-96.95068359375,30.843996047973633],[-96.94875240325928,30.845703125],[-96.94580078125,30.84823226928711],[-96.94415807723999,30.849609375],[-96.94091796875,30.852306365966797],[-96.93944931030273,30.853515625],[-96.93603515625,30.856351852416992],[-96.9347357749939,30.857421875],[-96.93115234375,30.86040496826172],[-96.93003416061401,30.861328125],[-96.92626953125,30.864477157592773],[-96.92535638809204,30.865234375],[-96.92138671875,30.86858558654785],[-96.9207239151001,30.869140625],[-96.91650390625,30.87275505065918],[-96.9161581993103,30.873046875],[-96.9116735458374,30.876953125],[-96.91162109375,30.876998901367188],[-96.9072413444519,30.880859375],[-96.90673828125,30.881298065185547],[-96.90282344818115,30.884765625],[-96.90185546875,30.8856143951416],[-96.89841270446777,30.888671875],[-96.89697265625,30.889936447143555],[-96.8940019607544,30.892578125],[-96.89208984375,30.894256591796875],[-96.88958406448364,30.896484375],[-96.88720703125,30.89857292175293],[-96.88515186309814,30.900390625],[-96.88232421875,30.902847290039062],[-96.88064336776733,30.904296875],[-96.87744140625,30.90700912475586],[-96.8760085105896,30.908203125],[-96.87255859375,30.91107749938965],[-96.87130689620972,30.912109375],[-96.86767578125,30.915136337280273],[-96.8666124343872,30.916015625],[-96.86279296875,30.91921043395996],[-96.86193704605103,30.919921875],[-96.85791015625,30.92331886291504],[-96.85730218887329,30.923828125],[-96.85302734375,30.92746353149414],[-96.85270547866821,30.927734375],[-96.84814691543579,30.931640625],[-96.84814453125,30.931642532348633],[-96.84364318847656,30.935546875],[-96.84326171875,30.935874938964844],[-96.8391752243042,30.939453125],[-96.83837890625,30.940141677856445],[-96.83470964431763,30.943359375],[-96.83349609375,30.944412231445312],[-96.83024883270264,30.947265625],[-96.82861328125,30.948684692382812],[-96.82577848434448,30.951171875],[-96.82373046875,30.95295524597168],[-96.82133197784424,30.955078125],[-96.81884765625,30.957252502441406],[-96.81686878204346,30.958984375],[-96.81396484375,30.96146011352539],[-96.81225299835205,30.962890625],[-96.80908203125,30.965517044067383],[-96.80752277374268,30.966796875],[-96.80419921875,30.969547271728516],[-96.80279493331909,30.970703125],[-96.79931640625,30.97359848022461],[-96.79809331893921,30.974609375],[-96.79443359375,30.9776668548584],[-96.79341077804565,30.978515625],[-96.78955078125,30.981767654418945],[-96.78876876831055,30.982421875],[-96.78466796875,30.985916137695312],[-96.78417682647705,30.986328125],[-96.77978515625,30.990095138549805],[-96.77962064743042,30.990234375],[-96.77510738372803,30.994140625],[-96.77490234375,30.99431800842285],[-96.7706298828125,30.998046875],[-96.77001953125,30.99857521057129],[-96.7661714553833,31.001953125],[-96.76513671875,31.002853393554688],[-96.7617392539978,31.005859375],[-96.76025390625,31.007160186767578],[-96.75731658935547,31.009765625],[-96.75537109375,31.011470794677734],[-96.75289154052734,31.013671875],[-96.75048828125,31.015779495239258],[-96.74845218658447,31.017578125],[-96.74560546875,31.02004623413086],[-96.7439341545105,31.021484375],[-96.74072265625,31.02419662475586],[-96.73928737640381,31.025390625],[-96.73583984375,31.028255462646484],[-96.73457622528076,31.029296875],[-96.73095703125,31.032304763793945],[-96.72986507415771,31.033203125],[-96.72607421875,31.03635597229004],[-96.72516107559204,31.037109375],[-96.72119140625,31.04043197631836],[-96.72048807144165,31.041015625],[-96.71630859375,31.044546127319336],[-96.71586036682129,31.044921875],[-96.71142578125,31.0487003326416],[-96.71127319335938,31.048828125],[-96.70672416687012,31.052734375],[-96.70654296875,31.052888870239258],[-96.70217752456665,31.056640625],[-96.70166015625,31.057079315185547],[-96.69763565063477,31.060546875],[-96.69677734375,31.061281204223633],[-96.69312000274658,31.064453125],[-96.69189453125,31.065507888793945],[-96.68862581253052,31.068359375],[-96.68701171875,31.06975555419922],[-96.68414831161499,31.072265625],[-96.68212890625,31.074020385742188],[-96.67968034744263,31.076171875],[-96.67724609375,31.078289031982422],[-96.67519807815552,31.080078125],[-96.67236328125,31.082502365112305],[-96.67060613632202,31.083984375],[-96.66748046875,31.086589813232422],[-96.66589975357056,31.087890625],[-96.66259765625,31.090620040893555],[-96.6611647605896,31.091796875],[-96.65771484375,31.094654083251953],[-96.65643692016602,31.095703125],[-96.65283203125,31.098691940307617],[-96.6517186164856,31.099609375],[-96.64794921875,31.102752685546875],[-96.64702892303467,31.103515625],[-96.64306640625,31.106847763061523],[-96.6423773765564,31.107421875],[-96.63818359375,31.110973358154297],[-96.6377592086792,31.111328125],[-96.63330078125,31.115150451660156],[-96.63320064544678,31.115234375],[-96.62869453430176,31.119140625],[-96.62841796875,31.1193790435791],[-96.62421703338623,31.123046875],[-96.62353515625,31.123638153076172],[-96.61975860595703,31.126953125],[-96.61865234375,31.127914428710938],[-96.61530256271362,31.130859375],[-96.61376953125,31.13219451904297],[-96.6108512878418,31.134765625],[-96.60888671875,31.136478424072266],[-96.60639524459839,31.138671875],[-96.60400390625,31.140748977661133],[-96.60191297531128,31.142578125],[-96.59912109375,31.14497947692871],[-96.59736156463623,31.146484375],[-96.59423828125,31.149099349975586],[-96.5926718711853,31.150390625],[-96.58935546875,31.153112411499023],[-96.58790349960327,31.154296875],[-96.58447265625,31.15711212158203],[-96.58313512802124,31.158203125],[-96.57958984375,31.161117553710938],[-96.57837629318237,31.162109375],[-96.57470703125,31.165132522583008],[-96.57362937927246,31.166015625],[-96.56982421875,31.169160842895508],[-96.56889915466309,31.169921875],[-96.56494140625,31.173206329345703],[-96.56418800354004,31.173828125],[-96.56005859375,31.17728042602539],[-96.55951261520386,31.177734375],[-96.55517578125,31.181392669677734],[-96.55488014221191,31.181640625],[-96.55030488967896,31.185546875],[-96.55029296875,31.185556411743164],[-96.54577732086182,31.189453125],[-96.54541015625,31.189767837524414],[-96.54128074645996,31.193359375],[-96.54052734375,31.19400978088379],[-96.53679609298706,31.197265625],[-96.53564453125,31.198261260986328],[-96.53231859207153,31.201171875],[-96.53076171875,31.202524185180664],[-96.52785778045654,31.205078125],[-96.52587890625,31.206806182861328],[-96.52341365814209,31.208984375],[-96.52099609375,31.211103439331055],[-96.51897430419922,31.212890625],[-96.51611328125,31.215375900268555],[-96.51446580886841,31.216796875],[-96.51123046875,31.219532012939453],[-96.50982141494751,31.220703125],[-96.50634765625,31.22357940673828],[-96.50508880615234,31.224609375],[-96.50146484375,31.227582931518555],[-96.50032043457031,31.228515625],[-96.49658203125,31.2315731048584],[-96.49553775787354,31.232421875],[-96.49169921875,31.235559463500977],[-96.49075508117676,31.236328125],[-96.48681640625,31.239559173583984],[-96.48599147796631,31.240234375],[-96.48193359375,31.24359130859375],[-96.4812684059143,31.244140625],[-96.47705078125,31.24765968322754],[-96.47658348083496,31.248046875],[-96.47216796875,31.251766204833984],[-96.47194385528564,31.251953125],[-96.4673924446106,31.255859375],[-96.46728515625,31.255950927734375],[-96.46288633346558,31.259765625],[-96.46240234375,31.260183334350586],[-96.45838975906372,31.263671875],[-96.45751953125,31.264423370361328],[-96.45389556884766,31.267578125],[-96.45263671875,31.26866340637207],[-96.44940137863159,31.271484375],[-96.44775390625,31.27290916442871],[-96.44491672515869,31.275390625],[-96.44287109375,31.277164459228516],[-96.44044399261475,31.279296875],[-96.43798828125,31.28143310546875],[-96.43596887588501,31.283203125],[-96.43310546875,31.285676956176758],[-96.43143892288208,31.287109375],[-96.42822265625,31.289823532104492],[-96.42678499221802,31.291015625],[-96.42333984375,31.29386329650879],[-96.42204761505127,31.294921875],[-96.41845703125,31.29787254333496],[-96.4172887802124,31.298828125],[-96.41357421875,31.301881790161133],[-96.41253232955933,31.302734375],[-96.40869140625,31.305891036987305],[-96.40777111053467,31.306640625],[-96.40380859375,31.309890747070312],[-96.40300512313843,31.310546875],[-96.39892578125,31.313901901245117],[-96.39825105667114,31.314453125],[-96.39404296875,31.31793975830078],[-96.39353275299072,31.318359375],[-96.38916015625,31.32200813293457],[-96.38884782791138,31.322265625],[-96.38427734375,31.32611656188965],[-96.38421058654785,31.326171875],[-96.37964248657227,31.330078125],[-96.37939453125,31.33028793334961],[-96.37511968612671,31.333984375],[-96.37451171875,31.33450698852539],[-96.37061834335327,31.337890625],[-96.36962890625,31.338743209838867],[-96.36612892150879,31.341796875],[-96.36474609375,31.342992782592773],[-96.36164903640747,31.345703125],[-96.35986328125,31.34724998474121],[-96.35716676712036,31.349609375],[-96.35498046875,31.351499557495117],[-96.3526701927185,31.353515625],[-96.35009765625,31.355737686157227],[-96.34815692901611,31.357421875],[-96.34521484375,31.359928131103516],[-96.34356021881104,31.361328125],[-96.34033203125,31.364009857177734],[-96.33883714675903,31.365234375],[-96.33544921875,31.368005752563477],[-96.33405208587646,31.369140625],[-96.33056640625,31.371984481811523],[-96.32925987243652,31.373046875],[-96.32568359375,31.375972747802734],[-96.32448196411133,31.376953125],[-96.32080078125,31.37997055053711],[-96.3197112083435,31.380859375],[-96.31591796875,31.383970260620117],[-96.31494522094727,31.384765625],[-96.31103515625,31.387989044189453],[-96.31020545959473,31.388671875],[-96.30615234375,31.392044067382812],[-96.30550622940063,31.392578125],[-96.30126953125,31.3961238861084],[-96.30083560943604,31.396484375],[-96.29638671875,31.40024185180664],[-96.29621028900146,31.400390625],[-96.29163265228271,31.404296875],[-96.29150390625,31.40440559387207],[-96.28708124160767,31.408203125],[-96.28662109375,31.40859603881836],[-96.28254413604736,31.412109375],[-96.28173828125,31.412796020507812],[-96.2779974937439,31.416015625],[-96.27685546875,31.41698455810547],[-96.27343654632568,31.419921875],[-96.27197265625,31.421165466308594],[-96.26887798309326,31.423828125],[-96.26708984375,31.42534637451172],[-96.26429796218872,31.427734375],[-96.26220703125,31.429494857788086],[-96.2596607208252,31.431640625],[-96.25732421875,31.433595657348633],[-96.25501155853271,31.435546875],[-96.25244140625,31.437711715698242],[-96.25038862228394,31.439453125],[-96.24755859375,31.441844940185547],[-96.24576568603516,31.443359375],[-96.24267578125,31.44593620300293],[-96.24106168746948,31.447265625],[-96.23779296875,31.449949264526367],[-96.23629570007324,31.451171875],[-96.23291015625,31.45395851135254],[-96.23154163360596,31.455078125],[-96.22802734375,31.45798110961914],[-96.22680425643921,31.458984375],[-96.22314453125,31.46200942993164],[-96.22207164764404,31.462890625],[-96.21826171875,31.46605110168457],[-96.2173581123352,31.466796875],[-96.21337890625,31.470123291015625],[-96.21268033981323,31.470703125],[-96.20849609375,31.474225997924805],[-96.20803356170654,31.474609375],[-96.20361328125,31.478321075439453],[-96.20337724685669,31.478515625],[-96.19873046875,31.48236656188965],[-96.19866371154785,31.482421875],[-96.19392156600952,31.486328125],[-96.19384765625,31.48638916015625],[-96.18922710418701,31.490234375],[-96.18896484375,31.49045181274414],[-96.18458032608032,31.494140625],[-96.18408203125,31.494558334350586],[-96.17998361587524,31.498046875],[-96.17919921875,31.498714447021484],[-96.1754298210144,31.501953125],[-96.17431640625,31.502906799316406],[-96.17089509963989,31.505859375],[-96.16943359375,31.507108688354492],[-96.16634607315063,31.509765625],[-96.16455078125,31.511295318603516],[-96.16178512573242,31.513671875],[-96.15966796875,31.515480041503906],[-96.15723609924316,31.517578125],[-96.15478515625,31.51968002319336],[-96.15270376205444,31.521484375],[-96.14990234375,31.523897171020508],[-96.14817380905151,31.525390625],[-96.14501953125,31.528053283691406],[-96.14351511001587,31.529296875],[-96.14013671875,31.53205108642578],[-96.13871097564697,31.533203125],[-96.13525390625,31.53598976135254],[-96.13386154174805,31.537109375],[-96.13037109375,31.5399227142334],[-96.1290168762207,31.541015625],[-96.12548828125,31.543874740600586],[-96.12419605255127,31.544921875],[-96.12060546875,31.5478515625],[-96.11940622329712,31.548828125],[-96.11572265625,31.55185317993164],[-96.11464738845825,31.552734375],[-96.11083984375,31.555879592895508],[-96.10991477966309,31.556640625],[-96.10595703125,31.559926986694336],[-96.10520362854004,31.560546875],[-96.10107421875,31.563980102539062],[-96.10050201416016,31.564453125],[-96.09619140625,31.568071365356445],[-96.0958456993103,31.568359375],[-96.09130859375,31.572206497192383],[-96.09123706817627,31.572265625],[-96.08664274215698,31.576171875],[-96.08642578125,31.57635498046875],[-96.08204126358032,31.580078125],[-96.08154296875,31.580493927001953],[-96.07739925384521,31.583984375],[-96.07666015625,31.584598541259766],[-96.07268810272217,31.587890625],[-96.07177734375,31.588642120361328],[-96.0679578781128,31.591796875],[-96.06689453125,31.592674255371094],[-96.06324434280396,31.595703125],[-96.06201171875,31.59672737121582],[-96.05858087539673,31.599609375],[-96.05712890625,31.600831985473633],[-96.05397939682007,31.603515625],[-96.05224609375,31.60498809814453],[-96.04941129684448,31.607421875],[-96.04736328125,31.60917091369629],[-96.04486227035522,31.611328125],[-96.04248046875,31.613370895385742],[-96.04032516479492,31.615234375],[-96.03759765625,31.617576599121094],[-96.03577852249146,31.619140625],[-96.03271484375,31.621742248535156],[-96.03116273880005,31.623046875],[-96.02783203125,31.62581443786621],[-96.02643966674805,31.626953125],[-96.02294921875,31.62978744506836],[-96.02161884307861,31.630859375],[-96.01806640625,31.63371467590332],[-96.01675748825073,31.634765625],[-96.01318359375,31.637649536132812],[-96.01191759109497,31.638671875],[-96.00830078125,31.6416072845459],[-96.00710391998291,31.642578125],[-96.00341796875,31.645593643188477],[-96.00232601165771,31.646484375],[-95.99853515625,31.649593353271484],[-95.99756002426147,31.650390625],[-95.99365234375,31.653608322143555],[-95.99281311035156,31.654296875],[-95.98876953125,31.65764617919922],[-95.98809480667114,31.658203125],[-95.98388671875,31.661712646484375],[-95.983407497406,31.662109375],[-95.97900390625,31.665809631347656],[-95.97875595092773,31.666015625],[-95.97412586212158,31.669921875],[-95.97412109375,31.669925689697266],[-95.96947193145752,31.673828125],[-95.96923828125,31.674020767211914],[-95.96472978591919,31.677734375],[-95.96435546875,31.67803955078125],[-95.95996856689453,31.681640625],[-95.95947265625,31.682048797607422],[-95.95526218414307,31.685546875],[-95.95458984375,31.686105728149414],[-95.9505844116211,31.689453125],[-95.94970703125,31.690183639526367],[-95.94591617584229,31.693359375],[-95.94482421875,31.69427490234375],[-95.94128847122192,31.697265625],[-95.93994140625,31.698402404785156],[-95.93668937683105,31.701171875],[-95.93505859375,31.702552795410156],[-95.93209981918335,31.705078125],[-95.93017578125,31.706716537475586],[-95.92753887176514,31.708984375],[-95.92529296875,31.71090316772461],[-95.9229826927185,31.712890625],[-95.92041015625,31.715072631835938],[-95.91839075088501,31.716796875],[-95.91552734375,31.719202041625977],[-95.91374158859253,31.720703125],[-95.91064453125,31.723255157470703],[-95.90898513793945,31.724609375],[-95.90576171875,31.72722625732422],[-95.9041690826416,31.728515625],[-95.90087890625,31.7311954498291],[-95.89936971664429,31.732421875],[-95.89599609375,31.735183715820312],[-95.89459419250488,31.736328125],[-95.89111328125,31.739187240600586],[-95.88983058929443,31.740234375],[-95.88623046875,31.74319076538086],[-95.88506698608398,31.744140625],[-95.88134765625,31.7471981048584],[-95.88031053543091,31.748046875],[-95.87646484375,31.751218795776367],[-95.87557077407837,31.751953125],[-95.87158203125,31.755258560180664],[-95.87085008621216,31.755859375],[-95.86669921875,31.75929069519043],[-95.86611747741699,31.759765625],[-95.86181640625,31.76326560974121],[-95.8613133430481,31.763671875],[-95.85693359375,31.767202377319336],[-95.85646867752075,31.767578125],[-95.85205078125,31.771167755126953],[-95.85165977478027,31.771484375],[-95.84716796875,31.775157928466797],[-95.84688186645508,31.775390625],[-95.84228515625,31.779165267944336],[-95.842125415802,31.779296875],[-95.83740711212158,31.783203125],[-95.83740234375,31.783206939697266],[-95.83274364471436,31.787109375],[-95.83251953125,31.78729820251465],[-95.82813024520874,31.791015625],[-95.82763671875,31.79142951965332],[-95.82351207733154,31.794921875],[-95.82275390625,31.79555320739746],[-95.81884860992432,31.798828125],[-95.81787109375,31.79963493347168],[-95.81413269042969,31.802734375],[-95.81298828125,31.803668975830078],[-95.80934286117554,31.806640625],[-95.80810546875,31.807647705078125],[-95.80455780029297,31.810546875],[-95.80322265625,31.8116455078125],[-95.79982995986938,31.814453125],[-95.79833984375,31.815692901611328],[-95.795156955719,31.818359375],[-95.79345703125,31.81978416442871],[-95.79052209854126,31.822265625],[-95.78857421875,31.823909759521484],[-95.78591108322144,31.826171875],[-95.78369140625,31.828048706054688],[-95.78130960464478,31.830078125],[-95.77880859375,31.832199096679688],[-95.77671766281128,31.833984375],[-95.77392578125,31.83633804321289],[-95.77208280563354,31.837890625],[-95.76904296875,31.840396881103516],[-95.767343044281,31.841796875],[-95.76416015625,31.844379425048828],[-95.76252222061157,31.845703125],[-95.75927734375,31.84832191467285],[-95.75767993927002,31.849609375],[-95.75439453125,31.852270126342773],[-95.7528567314148,31.853515625],[-95.74951171875,31.856239318847656],[-95.74805498123169,31.857421875],[-95.74462890625,31.86022186279297],[-95.74326992034912,31.861328125],[-95.73974609375,31.864213943481445],[-95.73849201202393,31.865234375],[-95.73486328125,31.868206024169922],[-95.73371648788452,31.869140625],[-95.72998046875,31.872190475463867],[-95.72892427444458,31.873046875],[-95.72509765625,31.87613296508789],[-95.72407245635986,31.876953125],[-95.72021484375,31.880014419555664],[-95.7191514968872,31.880859375],[-95.71533203125,31.883901596069336],[-95.71425437927246,31.884765625],[-95.71044921875,31.887836456298828],[-95.7094144821167,31.888671875],[-95.70556640625,31.891796112060547],[-95.70460081100464,31.892578125],[-95.70068359375,31.895776748657227],[-95.69981813430786,31.896484375],[-95.69580078125,31.899808883666992],[-95.69509506225586,31.900390625],[-95.69091796875,31.903884887695312],[-95.69041967391968,31.904296875],[-95.68603515625,31.907947540283203],[-95.68572521209717,31.908203125],[-95.68115234375,31.911941528320312],[-95.68094491958618,31.912109375],[-95.67626953125,31.915882110595703],[-95.67610502243042,31.916015625],[-95.67138671875,31.919849395751953],[-95.67129611968994,31.919921875],[-95.66650390625,31.92381477355957],[-95.66648721694946,31.923828125],[-95.66169738769531,31.927734375],[-95.66162109375,31.927797317504883],[-95.65695762634277,31.931640625],[-95.65673828125,31.931821823120117],[-95.6522798538208,31.935546875],[-95.65185546875,31.935903549194336],[-95.64767837524414,31.939453125],[-95.64697265625,31.94005012512207],[-95.64310312271118,31.943359375],[-95.64208984375,31.9442081451416],[-95.63843965530396,31.947265625],[-95.63720703125,31.948270797729492],[-95.63361883163452,31.951171875],[-95.63232421875,31.952211380004883],[-95.62877893447876,31.955078125],[-95.62744140625,31.9561767578125],[-95.6240701675415,31.958984375],[-95.62255859375,31.960250854492188],[-95.61942338943481,31.962890625],[-95.61767578125,31.964359283447266],[-95.61478853225708,31.966796875],[-95.61279296875,31.96847152709961],[-95.61014652252197,31.970703125],[-95.60791015625,31.972578048706055],[-95.60550212860107,31.974609375],[-95.60302734375,31.97669219970703],[-95.6008768081665,31.978515625],[-95.59814453125,31.980817794799805],[-95.59625387191772,31.982421875],[-95.59326171875,31.984907150268555],[-95.59154033660889,31.986328125],[-95.58837890625,31.9888916015625],[-95.58671474456787,31.990234375],[-95.58349609375,31.992822647094727],[-95.58185577392578,31.994140625],[-95.57861328125,31.996755599975586],[-95.57701110839844,31.998046875],[-95.57373046875,32.00070762634277],[-95.5721926689148,32.001953125],[-95.56884765625,32.004676818847656],[-95.56739091873169,32.005859375],[-95.56396484375,32.008657455444336],[-95.56259870529175,32.009765625],[-95.55908203125,32.01261329650879],[-95.55776119232178,32.013671875],[-95.55419921875,32.016510009765625],[-95.55285692214966,32.017578125],[-95.54931640625,32.020402908325195],[-95.5479645729065,32.021484375],[-95.54443359375,32.02432632446289],[-95.54311513900757,32.025390625],[-95.53955078125,32.02828407287598],[-95.53830146789551,32.029296875],[-95.53466796875,32.032270431518555],[-95.5335259437561,32.033203125],[-95.52978515625,32.03627967834473],[-95.52876949310303,32.037109375],[-95.52490234375,32.0402946472168],[-95.52402257919312,32.041015625],[-95.52001953125,32.044328689575195],[-95.51929712295532,32.044921875],[-95.51513671875,32.04833221435547],[-95.51452159881592,32.048828125],[-95.51025390625,32.05222702026367],[-95.50961494445801,32.052734375],[-95.50537109375,32.056100845336914],[-95.50469398498535,32.056640625],[-95.50048828125,32.06001853942871],[-95.49983263015747,32.060546875],[-95.49560546875,32.06399154663086],[-95.49504041671753,32.064453125],[-95.49072265625,32.068010330200195],[-95.4902982711792,32.068359375],[-95.48583984375,32.07204818725586],[-95.4855751991272,32.072265625],[-95.48095703125,32.07611846923828],[-95.48089027404785,32.076171875],[-95.47617673873901,32.080078125],[-95.47607421875,32.080162048339844],[-95.47133922576904,32.083984375],[-95.47119140625,32.084102630615234],[-95.46643733978271,32.087890625],[-95.46630859375,32.08799362182617],[-95.4616117477417,32.091796875],[-95.46142578125,32.091949462890625],[-95.456862449646,32.095703125],[-95.45654296875,32.09596633911133],[-95.45215845108032,32.099609375],[-95.45166015625,32.10002326965332],[-95.44747591018677,32.103515625],[-95.44677734375,32.104095458984375],[-95.4427695274353,32.107421875],[-95.44189453125,32.10813903808594],[-95.43800115585327,32.111328125],[-95.43701171875,32.112125396728516],[-95.43315887451172,32.115234375],[-95.43212890625,32.116058349609375],[-95.42826890945435,32.119140625],[-95.42724609375,32.11996078491211],[-95.42341947555542,32.123046875],[-95.42236328125,32.123905181884766],[-95.41864156723022,32.126953125],[-95.41748046875,32.12791061401367],[-95.41392087936401,32.130859375],[-95.41259765625,32.13195610046387],[-95.40923595428467,32.134765625],[-95.40771484375,32.13603210449219],[-95.40456056594849,32.138671875],[-95.40283203125,32.14010047912598],[-95.39983749389648,32.142578125],[-95.39794921875,32.14410972595215],[-95.39501667022705,32.146484375],[-95.39306640625,32.14804458618164],[-95.3901195526123,32.150390625],[-95.38818359375,32.15193748474121],[-95.3852391242981,32.154296875],[-95.38330078125,32.15586471557617],[-95.38043260574341,32.158203125],[-95.37841796875,32.15985679626465],[-95.37569522857666,32.162109375],[-95.37353515625,32.16389846801758],[-95.37099361419678,32.166015625],[-95.36865234375,32.167959213256836],[-95.36629438400269,32.169921875],[-95.36376953125,32.17199516296387],[-95.36153793334961,32.173828125],[-95.35888671875,32.17596435546875],[-95.35667657852173,32.177734375],[-95.35400390625,32.17985916137695],[-95.35175800323486,32.181640625],[-95.34912109375,32.183753967285156],[-95.34690141677856,32.185546875],[-95.34423828125,32.18773078918457],[-95.34216165542603,32.189453125],[-95.33935546875,32.19179344177246],[-95.33749103546143,32.193359375],[-95.33447265625,32.19588851928711],[-95.33282518386841,32.197265625],[-95.32958984375,32.19993019104004],[-95.32806158065796,32.201171875],[-95.32470703125,32.203857421875],[-95.32317638397217,32.205078125],[-95.31982421875,32.20774841308594],[-95.31827449798584,32.208984375],[-95.31494140625,32.21165084838867],[-95.31339406967163,32.212890625],[-95.31005859375,32.215576171875],[-95.3085446357727,32.216796875],[-95.30517578125,32.21953201293945],[-95.30373096466064,32.220703125],[-95.30029296875,32.2235050201416],[-95.29893159866333,32.224609375],[-95.29541015625,32.227468490600586],[-95.29411315917969,32.228515625],[-95.29052734375,32.23138999938965],[-95.28923034667969,32.232421875],[-95.28564453125,32.23525428771973],[-95.2842903137207,32.236328125],[-95.28076171875,32.23912811279297],[-95.27937650680542,32.240234375],[-95.27587890625,32.24304008483887],[-95.27451276779175,32.244140625],[-95.27099609375,32.24699020385742],[-95.26969194412231,32.248046875],[-95.26611328125,32.25096321105957],[-95.26489496231079,32.251953125],[-95.26123046875,32.25493812561035],[-95.26009321212769,32.255859375],[-95.25634765625,32.258872985839844],[-95.25522947311401,32.259765625],[-95.25146484375,32.26275062561035],[-95.25030612945557,32.263671875],[-95.24658203125,32.26664161682129],[-95.24541139602661,32.267578125],[-95.24169921875,32.270559310913086],[-95.24054765701294,32.271484375],[-95.23681640625,32.27449417114258],[-95.23570775985718,32.275390625],[-95.23193359375,32.27846145629883],[-95.23090600967407,32.279296875],[-95.22705078125,32.28245544433594],[-95.22613286972046,32.283203125],[-95.22216796875,32.28642463684082],[-95.22131204605103,32.287109375],[-95.21728515625,32.290279388427734],[-95.21634817123413,32.291015625],[-95.21240234375,32.29410934448242],[-95.21137952804565,32.294921875],[-95.20751953125,32.298017501831055],[-95.20651578903198,32.298828125],[-95.20263671875,32.3019905090332],[-95.20172357559204,32.302734375],[-95.19775390625,32.30599021911621],[-95.1969575881958,32.306640625],[-95.19287109375,32.310001373291016],[-95.19220113754272,32.310546875],[-95.18798828125,32.31397247314453],[-95.18738746643066,32.314453125],[-95.18310546875,32.31782531738281],[-95.18242597579956,32.318359375],[-95.17822265625,32.3216667175293],[-95.17746925354004,32.322265625],[-95.17333984375,32.32557678222656],[-95.17260074615479,32.326171875],[-95.16845703125,32.32954025268555],[-95.1677942276001,32.330078125],[-95.16357421875,32.333534240722656],[-95.16302108764648,32.333984375],[-95.15869140625,32.33753204345703],[-95.15825033187866,32.337890625],[-95.15380859375,32.34147262573242],[-95.15340089797974,32.341796875],[-95.14892578125,32.34532165527344],[-95.14844417572021,32.345703125],[-95.14404296875,32.34917640686035],[-95.14349937438965,32.349609375],[-95.13916015625,32.35308074951172],[-95.13861894607544,32.353515625],[-95.13427734375,32.35703468322754],[-95.1338005065918,32.357421875],[-95.12939453125,32.36103630065918],[-95.12903690338135,32.361328125],[-95.12451171875,32.36503982543945],[-95.12427091598511,32.365234375],[-95.11962890625,32.368947982788086],[-95.11938571929932,32.369140625],[-95.11474609375,32.372779846191406],[-95.11440753936768,32.373046875],[-95.10986328125,32.37666130065918],[-95.10949850082397,32.376953125],[-95.10498046875,32.38061332702637],[-95.10467767715454,32.380859375],[-95.10009765625,32.38461685180664],[-95.09991645812988,32.384765625],[-95.09521484375,32.38865280151367],[-95.09519100189209,32.388671875],[-95.09040355682373,32.392578125],[-95.09033203125,32.392635345458984],[-95.08546829223633,32.396484375],[-95.08544921875,32.39649963378906],[-95.08056640625,32.40032768249512],[-95.0756049156189,32.404296875],[-95.07080078125,32.408203125],[-95.06603956222534,32.412109375],[-95.06591796875,32.41221046447754],[-95.06129741668701,32.416015625],[-95.06103515625,32.41622734069824],[-95.05646467208862,32.419921875],[-95.05615234375,32.42016792297363],[-95.05147933959961,32.423828125],[-95.05126953125,32.423994064331055],[-95.04651069641113,32.427734375],[-95.04638671875,32.42783164978027],[-95.04163026809692,32.431640625],[-95.04150390625,32.43174362182617],[-95.03684282302856,32.435546875],[-95.03662109375,32.43572998046875],[-95.03210544586182,32.439453125],[-95.03173828125,32.43975257873535],[-95.02728700637817,32.443359375],[-95.02685546875,32.443702697753906],[-95.02232551574707,32.447265625],[-95.02197265625,32.447540283203125],[-95.01732349395752,32.451171875],[-95.01708984375,32.45135688781738],[-95.01240968704224,32.455078125],[-95.01220703125,32.45524024963379],[-95.00759601593018,32.458984375],[-95.00732421875,32.459205627441406],[-95.00283479690552,32.462890625],[-95.00244140625,32.463212966918945],[-94.99809503555298,32.466796875],[-94.99755859375,32.467233657836914],[-94.99326944351196,32.470703125],[-94.99267578125,32.47117233276367],[-94.98825550079346,32.474609375],[-94.98779296875,32.4749698638916],[-94.98327970504761,32.478515625],[-94.98291015625,32.47880935668945],[-94.97842073440552,32.482421875],[-94.97802734375,32.48274040222168],[-94.97361421585083,32.486328125],[-94.97314453125,32.48670959472656],[-94.96881008148193,32.490234375],[-94.96826171875,32.49067687988281],[-94.96397256851196,32.494140625],[-94.96337890625,32.49461364746094],[-94.95904445648193,32.498046875],[-94.95849609375,32.49848175048828],[-94.95410203933716,32.501953125],[-94.95361328125,32.502342224121094],[-94.94921922683716,32.505859375],[-94.94873046875,32.50625419616699],[-94.94441032409668,32.509765625],[-94.94384765625,32.510223388671875],[-94.93964672088623,32.513671875],[-94.93896484375,32.51422882080078],[-94.93482112884521,32.517578125],[-94.93408203125,32.51816368103027],[-94.9298357963562,32.521484375],[-94.92919921875,32.5219783782959],[-94.92480278015137,32.525390625],[-94.92431640625,32.52577209472656],[-94.91984844207764,32.529296875],[-94.91943359375,32.52962875366211],[-94.91498231887817,32.533203125],[-94.91455078125,32.533552169799805],[-94.91018056869507,32.537109375],[-94.90966796875,32.53752517700195],[-94.90533351898193,32.541015625],[-94.90478515625,32.54144859313965],[-94.90033388137817,32.544921875],[-94.89990234375,32.545257568359375],[-94.89530324935913,32.548828125],[-94.89501953125,32.54905128479004],[-94.89036083221436,32.552734375],[-94.89013671875,32.552913665771484],[-94.88551378250122,32.556640625],[-94.88525390625,32.55685234069824],[-94.88073825836182,32.560546875],[-94.88037109375,32.56084442138672],[-94.87590312957764,32.564453125],[-94.87548828125,32.564781188964844],[-94.87089157104492,32.568359375],[-94.87060546875,32.568580627441406],[-94.86586093902588,32.572265625],[-94.86572265625,32.57237434387207],[-94.86093759536743,32.576171875],[-94.86083984375,32.57625198364258],[-94.8561143875122,32.580078125],[-94.85595703125,32.58020782470703],[-94.85135078430176,32.583984375],[-94.85107421875,32.58420944213867],[-94.84651327133179,32.587890625],[-94.84619140625,32.5881462097168],[-94.8414945602417,32.591796875],[-94.84130859375,32.59193992614746],[-94.8364520072937,32.595703125],[-94.83642578125,32.59572410583496],[-94.83154296875,32.599586486816406],[-94.83151197433472,32.599609375],[-94.82667207717896,32.603515625],[-94.82666015625,32.603525161743164],[-94.82190370559692,32.607421875],[-94.82177734375,32.60752487182617],[-94.81706142425537,32.611328125],[-94.81689453125,32.611459732055664],[-94.81203317642212,32.615234375],[-94.81201171875,32.61524963378906],[-94.80712890625,32.619070053100586],[-94.80704069137573,32.619140625],[-94.80224609375,32.62297058105469],[-94.80215072631836,32.623046875],[-94.79736328125,32.62692832946777],[-94.79733228683472,32.626953125],[-94.79254484176636,32.630859375],[-94.79248046875,32.630910873413086],[-94.78767156600952,32.634765625],[-94.78759765625,32.634822845458984],[-94.78271484375,32.63859558105469],[-94.78261470794678,32.638671875],[-94.77783203125,32.642412185668945],[-94.77762460708618,32.642578125],[-94.77294921875,32.64632606506348],[-94.77275133132935,32.646484375],[-94.76806640625,32.65029335021973],[-94.76794481277466,32.650390625],[-94.76318359375,32.654239654541016],[-94.76311206817627,32.654296875],[-94.75830078125,32.65810012817383],[-94.7581696510315,32.658203125],[-94.75341796875,32.66189956665039],[-94.7531509399414,32.662109375],[-94.74853515625,32.665740966796875],[-94.74818706512451,32.666015625],[-94.74365234375,32.66963768005371],[-94.74329710006714,32.669921875],[-94.73876953125,32.67356872558594],[-94.73844766616821,32.673828125],[-94.73388671875,32.67748260498047],[-94.7335696220398,32.677734375],[-94.72900390625,32.68130302429199],[-94.72857236862183,32.681640625],[-94.72412109375,32.68511390686035],[-94.72357273101807,32.685546875],[-94.71923828125,32.688982009887695],[-94.71864938735962,32.689453125],[-94.71435546875,32.69289779663086],[-94.71378087997437,32.693359375],[-94.70947265625,32.69684410095215],[-94.70894813537598,32.697265625],[-94.70458984375,32.70075035095215],[-94.70405578613281,32.701171875],[-94.69970703125,32.70454216003418],[-94.69902038574219,32.705078125],[-94.69482421875,32.70835304260254],[-94.6940279006958,32.708984375],[-94.68994140625,32.712242126464844],[-94.68913078308105,32.712890625],[-94.68505859375,32.71616744995117],[-94.68427419662476,32.716796875],[-94.68017578125,32.7200813293457],[-94.67939376831055,32.720703125],[-94.67529296875,32.72392463684082],[-94.67442035675049,32.724609375],[-94.67041015625,32.727745056152344],[-94.66943502426147,32.728515625],[-94.66552734375,32.73162078857422],[-94.66452598571777,32.732421875],[-94.66064453125,32.735551834106445],[-94.65968370437622,32.736328125],[-94.65576171875,32.73950958251953],[-94.65486526489258,32.740234375],[-94.65087890625,32.74343681335449],[-94.64999198913574,32.744140625],[-94.64599609375,32.74726676940918],[-94.64500188827515,32.748046875],[-94.64111328125,32.751102447509766],[-94.64004039764404,32.751953125],[-94.63623046875,32.754995346069336],[-94.63515281677246,32.755859375],[-94.63134765625,32.758928298950195],[-94.63030815124512,32.759765625],[-94.62646484375,32.76285362243652],[-94.62543725967407,32.763671875],[-94.62158203125,32.766706466674805],[-94.62047100067139,32.767578125],[-94.61669921875,32.77052879333496],[-94.61549043655396,32.771484375],[-94.61181640625,32.7744026184082],[-94.61058139801025,32.775390625],[-94.60693359375,32.7783260345459],[-94.60572719573975,32.779296875],[-94.60205078125,32.78225517272949],[-94.60086584091187,32.783203125],[-94.59716796875,32.7861385345459],[-94.59593772888184,32.787109375],[-94.59228515625,32.78996467590332],[-94.59095001220703,32.791015625],[-94.58740234375,32.793813705444336],[-94.58600997924805,32.794921875],[-94.58251953125,32.79770851135254],[-94.58112239837646,32.798828125],[-94.57763671875,32.8016242980957],[-94.57625150680542,32.802734375],[-94.57275390625,32.80551719665527],[-94.57133293151855,32.806640625],[-94.56787109375,32.80934143066406],[-94.5663332939148,32.810546875],[-94.56298828125,32.813161849975586],[-94.56134080886841,32.814453125],[-94.55810546875,32.81700134277344],[-94.55638647079468,32.818359375],[-94.55322265625,32.82089805603027],[-94.55152988433838,32.822265625],[-94.54833984375,32.8248348236084],[-94.54665899276733,32.826171875],[-94.54345703125,32.82865524291992],[-94.54158544540405,32.830078125],[-94.53857421875,32.83235168457031],[-94.53639507293701,32.833984375],[-94.53369140625,32.836055755615234],[-94.5313286781311,32.837890625],[-94.52880859375,32.83988952636719],[-94.52642917633057,32.841796875],[-94.52392578125,32.84380912780762],[-94.52155828475952,32.845703125],[-94.51904296875,32.84767723083496],[-94.5165467262268,32.849609375],[-94.51416015625,32.8514404296875],[-94.51143980026245,32.853515625],[-94.50927734375,32.855194091796875],[-94.5064377784729,32.857421875],[-94.50439453125,32.859052658081055],[-94.50155735015869,32.861328125],[-94.49951171875,32.862972259521484],[-94.49667453765869,32.865234375],[-94.49462890625,32.86684036254883],[-94.49165344238281,32.869140625],[-94.48974609375,32.87060356140137],[-94.4865345954895,32.873046875],[-94.48486328125,32.874338150024414],[-94.4814944267273,32.876953125],[-94.47998046875,32.87814903259277],[-94.4765567779541,32.880859375],[-94.47509765625,32.88201713562012],[-94.47161674499512,32.884765625],[-94.47021484375,32.88585662841797],[-94.46654319763184,32.888671875],[-94.46533203125,32.889596939086914],[-94.46142673492432,32.892578125],[-94.46044921875,32.89333915710449],[-94.45644855499268,32.896484375],[-94.45556640625,32.89718818664551],[-94.45158004760742,32.900390625],[-94.45068359375,32.90110778808594],[-94.44664239883423,32.904296875],[-94.44580078125,32.90494728088379],[-94.44151163101196,32.908203125],[-94.44091796875,32.90865516662598],[-94.43636894226074,32.912109375],[-94.43603515625,32.91236877441406],[-94.43136215209961,32.916015625],[-94.43115234375,32.916181564331055],[-94.42626953125,32.920087814331055],[-94.42158460617065,32.923828125],[-94.42138671875,32.92398452758789],[-94.41653251647949,32.927734375],[-94.41650390625,32.92775535583496],[-94.41162109375,32.93148994445801],[-94.41142797470093,32.931640625],[-94.40673828125,32.935306549072266],[-94.40643310546875,32.935546875],[-94.40185546875,32.9391975402832],[-94.40153360366821,32.939453125],[-94.39697265625,32.94308090209961],[-94.39661979675293,32.943359375],[-94.39208984375,32.94685935974121],[-94.39156770706177,32.947265625],[-94.38720703125,32.95062446594238],[-94.38650846481323,32.951171875],[-94.38232421875,32.95446968078613],[-94.38156127929688,32.955078125],[-94.37744140625,32.95838165283203],[-94.37669038772583,32.958984375],[-94.37255859375,32.96228218078613],[-94.3717885017395,32.962890625],[-94.36767578125,32.966094970703125],[-94.36677932739258,32.966796875],[-94.36279296875,32.96990394592285],[-94.36177968978882,32.970703125],[-94.35791015625,32.973777770996094],[-94.35687065124512,32.974609375],[-94.35302734375,32.97769355773926],[-94.35199975967407,32.978515625],[-94.34814453125,32.98158073425293],[-94.34707641601562,32.982421875],[-94.34326171875,32.98539352416992],[-94.3420672416687,32.986328125],[-94.33837890625,32.98921203613281],[-94.33708667755127,32.990234375],[-94.33349609375,32.993085861206055],[-94.33217763900757,32.994140625],[-94.32861328125,32.99699020385742],[-94.32729005813599,32.998046875],[-94.32373046875,33.0008602142334],[-94.32234048843384,33.001953125],[-94.31884765625,33.00466728210449],[-94.31731700897217,33.005859375],[-94.31396484375,33.008466720581055],[-94.3122935295105,33.009765625],[-94.30908203125,33.012285232543945],[-94.30732011795044,33.013671875],[-94.30419921875,33.01613807678223],[-94.3023681640625,33.017578125],[-94.29931640625,33.01995849609375],[-94.29733991622925,33.021484375],[-94.29443359375,33.02370262145996],[-94.29219484329224,33.025390625],[-94.28955078125,33.02742004394531],[-94.28713083267212,33.029296875],[-94.28466796875,33.03124809265137],[-94.28221225738525,33.033203125],[-94.27978515625,33.03513145446777],[-94.27725076675415,33.037109375],[-94.27490234375,33.038902282714844],[-94.27206993103027,33.041015625],[-94.27001953125,33.042545318603516],[-94.26683187484741,33.044921875],[-94.26513671875,33.046220779418945],[-94.2617917060852,33.048828125],[-94.26025390625,33.050052642822266],[-94.25691366195679,33.052734375],[-94.25537109375,33.0539665222168],[-94.25195455551147,33.056640625],[-94.25048828125,33.05775833129883],[-94.24674272537231,33.060546875],[-94.24560546875,33.0614070892334],[-94.24161195755005,33.064453125],[-94.24072265625,33.06514930725098],[-94.23664569854736,33.068359375],[-94.23583984375,33.06899642944336],[-94.2316746711731,33.072265625],[-94.23095703125,33.07282066345215],[-94.22654867172241,33.076171875],[-94.22607421875,33.07653045654297],[-94.22133684158325,33.080078125],[-94.22119140625,33.080190658569336],[-94.21630859375,33.08396530151367],[-94.21628475189209,33.083984375],[-94.21142578125,33.08784294128418],[-94.21136617660522,33.087890625],[-94.20654296875,33.09169578552246],[-94.20641422271729,33.091796875],[-94.20166015625,33.09542655944824],[-94.20130252838135,33.095703125],[-94.19677734375,33.09920120239258],[-94.19625997543335,33.099609375],[-94.19189453125,33.103065490722656],[-94.19132947921753,33.103515625],[-94.18701171875,33.106971740722656],[-94.18644666671753,33.107421875],[-94.18212890625,33.1108283996582],[-94.18148756027222,33.111328125],[-94.17724609375,33.114572525024414],[-94.17639255523682,33.115234375],[-94.17236328125,33.118364334106445],[-94.1713809967041,33.119140625],[-94.16748046875,33.12223434448242],[-94.16646003723145,33.123046875],[-94.16259765625,33.1261100769043],[-94.16152954101562,33.126953125],[-94.15771484375,33.12991905212402],[-94.15651082992554,33.130859375],[-94.15283203125,33.13372039794922],[-94.1515064239502,33.134765625],[-94.14794921875,33.137582778930664],[-94.14658308029175,33.138671875],[-94.14306640625,33.141475677490234],[-94.14167881011963,33.142578125],[-94.13818359375,33.145328521728516],[-94.1366982460022,33.146484375],[-94.13330078125,33.14908790588379],[-94.13158655166626,33.150390625],[-94.12841796875,33.152809143066406],[-94.12647247314453,33.154296875],[-94.12353515625,33.15658950805664],[-94.12147760391235,33.158203125],[-94.11865234375,33.16043281555176],[-94.11649703979492,33.162109375],[-94.11376953125,33.16419219970703],[-94.11133289337158,33.166015625],[-94.10888671875,33.16784858703613],[-94.10610914230347,33.169921875],[-94.10400390625,33.171531677246094],[-94.10103559494019,33.173828125],[-94.09912109375,33.17533493041992],[-94.09607172012329,33.177734375],[-94.09423828125,33.17916488647461],[-94.09100294113159,33.181640625],[-94.08935546875,33.182884216308594],[-94.08576726913452,33.185546875],[-94.08447265625,33.186527252197266],[-94.08063650131226,33.189453125],[-94.07958984375,33.19027137756348],[-94.07567024230957,33.193359375],[-94.07470703125,33.19411849975586],[-94.0706467628479,33.197265625],[-94.06982421875,33.19788932800293],[-94.06539916992188,33.201171875],[-94.06494140625,33.20151710510254],[-94.06025171279907,33.205078125],[-94.06005859375,33.20522880554199],[-94.05527591705322,33.208984375],[-94.05517578125,33.209062576293945],[-94.05029296875,33.21288871765137],[-94.05029058456421,33.212890625],[-94.04541015625,33.21660232543945],[-94.04515504837036,33.216796875],[-94.04052734375,33.220319747924805],[-94.04003381729126,33.220703125],[-94.03564453125,33.22414207458496],[-94.03505563735962,33.224609375],[-94.03076171875,33.2280216217041],[-94.03013706207275,33.228515625],[-94.02587890625,33.23184776306152],[-94.02514219284058,33.232421875],[-94.02099609375,33.235605239868164],[-94.0200686454773,33.236328125],[-94.01611328125,33.23941993713379],[-94.01508569717407,33.240234375],[-94.01123046875,33.24329948425293],[-94.01017665863037,33.244140625],[-94.00634765625,33.24716758728027],[-94.00522708892822,33.248046875],[-94.00146484375,33.250953674316406],[-94.00018215179443,33.251953125],[-93.99658203125,33.25476264953613],[-93.99519443511963,33.255859375],[-93.99169921875,33.25863456726074],[-93.99027824401855,33.259765625],[-93.98681640625,33.26250076293945],[-93.98531198501587,33.263671875],[-93.98193359375,33.2662467956543],[-93.98015260696411,33.267578125],[-93.97705078125,33.2698917388916],[-93.97490739822388,33.271484375],[-93.97216796875,33.273569107055664],[-93.96979331970215,33.275390625],[-93.96728515625,33.277339935302734],[-93.96474361419678,33.279296875],[-93.96240234375,33.28107833862305],[-93.95955324172974,33.283203125],[-93.95751953125,33.28471565246582],[-93.95427703857422,33.287109375],[-93.95263671875,33.288352966308594],[-93.94915819168091,33.291015625],[-93.94775390625,33.2921085357666],[-93.94411563873291,33.294921875],[-93.94287109375,33.29587364196777],[-93.93892049789429,33.298828125],[-93.93798828125,33.29952430725098],[-93.93367052078247,33.302734375],[-93.93310546875,33.303165435791016],[-93.92858743667603,33.306640625],[-93.92822265625,33.30692672729492],[-93.92358064651489,33.310546875],[-93.92333984375,33.310733795166016],[-93.91845703125,33.314453125],[-93.91357421875,33.31810188293457],[-93.91324043273926,33.318359375],[-93.90869140625,33.321868896484375],[-93.9081859588623,33.322265625],[-93.90380859375,33.32572555541992],[-93.90324592590332,33.326171875],[-93.89892578125,33.329551696777344],[-93.89824867248535,33.330078125],[-93.89404296875,33.333290100097656],[-93.89314889907837,33.333984375],[-93.88916015625,33.33708190917969],[-93.88813495635986,33.337890625],[-93.88427734375,33.34094429016113],[-93.88320446014404,33.341796875],[-93.87939453125,33.34480285644531],[-93.87824535369873,33.345703125],[-93.87451171875,33.34858512878418],[-93.87319564819336,33.349609375],[-93.86962890625,33.35238838195801],[-93.8681960105896,33.353515625],[-93.86474609375,33.35622978210449],[-93.86322259902954,33.357421875],[-93.85986328125,33.36002540588379],[-93.8581395149231,33.361328125],[-93.85498046875,33.363664627075195],[-93.85282039642334,33.365234375],[-93.85009765625,33.367252349853516],[-93.84758710861206,33.369140625],[-93.84521484375,33.37097930908203],[-93.84256839752197,33.373046875],[-93.84033203125,33.37479782104492],[-93.8375186920166,33.376953125],[-93.83544921875,33.37850379943848],[-93.83223295211792,33.380859375],[-93.83056640625,33.38209915161133],[-93.82701396942139,33.384765625],[-93.82568359375,33.38578987121582],[-93.82196187973022,33.388671875],[-93.82080078125,33.38957595825195],[-93.8168740272522,33.392578125],[-93.81591796875,33.39329719543457],[-93.81161212921143,33.396484375],[-93.81103515625,33.39691734313965],[-93.80644798278809,33.400390625],[-93.80615234375,33.40061950683594],[-93.801429271698,33.404296875],[-93.80126953125,33.40442085266113],[-93.79638671875,33.40818786621094],[-93.79636764526367,33.408203125],[-93.79150390625,33.411842346191406],[-93.79115343093872,33.412109375],[-93.78662109375,33.41556930541992],[-93.78605127334595,33.416015625],[-93.78173828125,33.41940116882324],[-93.78108263015747,33.419921875],[-93.77685546875,33.42323684692383],[-93.77609729766846,33.423828125],[-93.77197265625,33.42698097229004],[-93.77099752426147,33.427734375],[-93.76708984375,33.43075370788574],[-93.76596212387085,33.431640625],[-93.76220703125,33.434608459472656],[-93.76102447509766,33.435546875],[-93.75732421875,33.43846130371094],[-93.75605583190918,33.439453125],[-93.75244140625,33.442230224609375],[-93.75097274780273,33.443359375],[-93.74755859375,33.44596481323242],[-93.74584674835205,33.447265625],[-93.74267578125,33.44970893859863],[-93.74078035354614,33.451171875],[-93.73779296875,33.453481674194336],[-93.73568058013916,33.455078125],[-93.73291015625,33.457122802734375],[-93.73032569885254,33.458984375],[-93.72802734375,33.460676193237305],[-93.7250542640686,33.462890625],[-93.72314453125,33.46435546875],[-93.71997356414795,33.466796875],[-93.71826171875,33.468116760253906],[-93.71482849121094,33.470703125],[-93.71337890625,33.47177505493164],[-93.70947122573853,33.474609375],[-93.70849609375,33.47533416748047],[-93.70426654815674,33.478515625],[-93.70361328125,33.47901916503906],[-93.69919776916504,33.482421875],[-93.69873046875,33.48278045654297],[-93.69401693344116,33.486328125],[-93.69384765625,33.486454010009766],[-93.68896484375,33.49005889892578],[-93.68873357772827,33.490234375],[-93.68408203125,33.49378776550293],[-93.6836290359497,33.494140625],[-93.67919921875,33.49758338928223],[-93.67860317230225,33.498046875],[-93.67431640625,33.501319885253906],[-93.6734938621521,33.501953125],[-93.66943359375,33.50506401062012],[-93.66841554641724,33.505859375],[-93.66455078125,33.50889205932617],[-93.66344928741455,33.509765625],[-93.65966796875,33.512746810913086],[-93.65849018096924,33.513671875],[-93.65478515625,33.51653861999512],[-93.65344285964966,33.517578125],[-93.64990234375,33.52029609680176],[-93.64835977554321,33.521484375],[-93.64501953125,33.52406692504883],[-93.64330291748047,33.525390625],[-93.64013671875,33.527828216552734],[-93.63818407058716,33.529296875],[-93.63525390625,33.53145790100098],[-93.63283157348633,33.533203125],[-93.63037109375,33.53500556945801],[-93.62752199172974,33.537109375],[-93.62548828125,33.538658142089844],[-93.62240552902222,33.541015625],[-93.62060546875,33.542396545410156],[-93.6172366142273,33.544921875],[-93.61572265625,33.54603385925293],[-93.61183643341064,33.548828125],[-93.61083984375,33.5495662689209],[-93.60662460327148,33.552734375],[-93.60595703125,33.55324935913086],[-93.6015510559082,33.556640625],[-93.60107421875,33.55700492858887],[-93.59633445739746,33.560546875],[-93.59619140625,33.56065368652344],[-93.59130859375,33.56425857543945],[-93.59105348587036,33.564453125],[-93.58642578125,33.5679988861084],[-93.58596563339233,33.568359375],[-93.58154296875,33.571794509887695],[-93.58093738555908,33.572265625],[-93.57666015625,33.575517654418945],[-93.57580900192261,33.576171875],[-93.57177734375,33.57926368713379],[-93.57073545455933,33.580078125],[-93.56689453125,33.583091735839844],[-93.56576442718506,33.583984375],[-93.56201171875,33.586931228637695],[-93.56078386306763,33.587890625],[-93.55712890625,33.5906982421875],[-93.55569839477539,33.591796875],[-93.55224609375,33.59442710876465],[-93.55056047439575,33.595703125],[-93.54736328125,33.59814262390137],[-93.54543685913086,33.599609375],[-93.54248046875,33.60185623168945],[-93.54024410247803,33.603515625],[-93.53759765625,33.605445861816406],[-93.53482961654663,33.607421875],[-93.53271484375,33.608978271484375],[-93.52956771850586,33.611328125],[-93.52783203125,33.61265563964844],[-93.5244345664978,33.615234375],[-93.52294921875,33.616350173950195],[-93.5191535949707,33.619140625],[-93.51806640625,33.619943618774414],[-93.51387023925781,33.623046875],[-93.51318359375,33.62356758117676],[-93.50875616073608,33.626953125],[-93.50830078125,33.62730407714844],[-93.5036039352417,33.630859375],[-93.50341796875,33.630998611450195],[-93.49853515625,33.63458251953125],[-93.49829435348511,33.634765625],[-93.49365234375,33.63829231262207],[-93.49316596984863,33.638671875],[-93.48876953125,33.642086029052734],[-93.48814010620117,33.642578125],[-93.48388671875,33.64584159851074],[-93.48305225372314,33.646484375],[-93.47900390625,33.64957046508789],[-93.47795009613037,33.650390625],[-93.47412109375,33.65337944030762],[-93.47295999526978,33.654296875],[-93.46923828125,33.657222747802734],[-93.46798419952393,33.658203125],[-93.46435546875,33.66098976135254],[-93.46288681030273,33.662109375],[-93.45947265625,33.664669036865234],[-93.45765590667725,33.666015625],[-93.45458984375,33.6683292388916],[-93.4524941444397,33.669921875],[-93.44970703125,33.67205047607422],[-93.4473204612732,33.673828125],[-93.44482421875,33.675649642944336],[-93.4419059753418,33.677734375],[-93.43994140625,33.67917823791504],[-93.43664646148682,33.681640625],[-93.43505859375,33.6828556060791],[-93.43151092529297,33.685546875],[-93.43017578125,33.686546325683594],[-93.42619895935059,33.689453125],[-93.42529296875,33.69011878967285],[-93.42088460922241,33.693359375],[-93.42041015625,33.6937198638916],[-93.4157657623291,33.697265625],[-93.41552734375,33.69744873046875],[-93.41064453125,33.70115089416504],[-93.41061592102051,33.701171875],[-93.40576171875,33.70474815368652],[-93.40532779693604,33.705078125],[-93.40087890625,33.70846366882324],[-93.40021133422852,33.708984375],[-93.39599609375,33.71226692199707],[-93.39519739151001,33.712890625],[-93.39111328125,33.71603202819824],[-93.39012384414673,33.716796875],[-93.38623046875,33.71977233886719],[-93.38503360748291,33.720703125],[-93.38134765625,33.72357940673828],[-93.38004112243652,33.724609375],[-93.37646484375,33.72739791870117],[-93.37500095367432,33.728515625],[-93.37158203125,33.73105239868164],[-93.36969137191772,33.732421875],[-93.36669921875,33.73461151123047],[-93.36435794830322,33.736328125],[-93.36181640625,33.73823547363281],[-93.35913419723511,33.740234375],[-93.35693359375,33.74186706542969],[-93.35379362106323,33.744140625],[-93.35205078125,33.74540710449219],[-93.34840297698975,33.748046875],[-93.34716796875,33.74897003173828],[-93.34322452545166,33.751953125],[-93.34228515625,33.75267219543457],[-93.33804368972778,33.755859375],[-93.33740234375,33.75633239746094],[-93.3326506614685,33.759765625],[-93.33251953125,33.75986289978027],[-93.32763671875,33.763519287109375],[-93.32744121551514,33.763671875],[-93.32275390625,33.76727294921875],[-93.32236051559448,33.767578125],[-93.31787109375,33.77096748352051],[-93.31719398498535,33.771484375],[-93.31298828125,33.7746639251709],[-93.31205129623413,33.775390625],[-93.30810546875,33.77845573425293],[-93.30703496932983,33.779296875],[-93.30322265625,33.78226280212402],[-93.30200672149658,33.783203125],[-93.29833984375,33.78597450256348],[-93.29683780670166,33.787109375],[-93.29345703125,33.78965187072754],[-93.29162836074829,33.791015625],[-93.28857421875,33.79330253601074],[-93.28637838363647,33.794921875],[-93.28369140625,33.79688835144043],[-93.28098773956299,33.798828125],[-93.27880859375,33.80041694641113],[-93.27563762664795,33.802734375],[-93.27392578125,33.80402374267578],[-93.27044725418091,33.806640625],[-93.26904296875,33.80769729614258],[-93.26515913009644,33.810546875],[-93.26416015625,33.81127738952637],[-93.2597804069519,33.814453125],[-93.25927734375,33.814828872680664],[-93.25461387634277,33.818359375],[-93.25439453125,33.81852722167969],[-93.24951171875,33.822227478027344],[-93.24946165084839,33.822265625],[-93.24462890625,33.82583427429199],[-93.24418306350708,33.826171875],[-93.23974609375,33.82953071594238],[-93.23904275894165,33.830078125],[-93.23486328125,33.83331489562988],[-93.23400259017944,33.833984375],[-93.22998046875,33.83707046508789],[-93.2289171218872,33.837890625],[-93.22509765625,33.84081268310547],[-93.22383165359497,33.841796875],[-93.22021484375,33.84461784362793],[-93.21882963180542,33.845703125],[-93.21533203125,33.8483943939209],[-93.21369886398315,33.849609375],[-93.21044921875,33.851951599121094],[-93.20822238922119,33.853515625],[-93.20556640625,33.85543441772461],[-93.20285558700562,33.857421875],[-93.20068359375,33.859052658081055],[-93.19760322570801,33.861328125],[-93.19580078125,33.86264228820801],[-93.19215774536133,33.865234375],[-93.19091796875,33.86613464355469],[-93.18681001663208,33.869140625],[-93.18603515625,33.86972427368164],[-93.18159818649292,33.873046875],[-93.18115234375,33.87337875366211],[-93.17626953125,33.876953125],[-93.17138671875,33.880550384521484],[-93.17098140716553,33.880859375],[-93.16650390625,33.884286880493164],[-93.16588878631592,33.884765625],[-93.16162109375,33.88804244995117],[-93.16080093383789,33.888671875],[-93.15673828125,33.891733169555664],[-93.15564155578613,33.892578125],[-93.15185546875,33.895503997802734],[-93.15060615539551,33.896484375],[-93.14697265625,33.89930534362793],[-93.14554929733276,33.900390625],[-93.14208984375,33.90294647216797],[-93.14021587371826,33.904296875],[-93.13720703125,33.90649223327637],[-93.1348705291748,33.908203125],[-93.13232421875,33.910104751586914],[-93.12961339950562,33.912109375],[-93.12744140625,33.913700103759766],[-93.12419891357422,33.916015625],[-93.12255859375,33.91720199584961],[-93.11880826950073,33.919921875],[-93.11767578125,33.9207706451416],[-93.11360836029053,33.923828125],[-93.11279296875,33.92444038391113],[-93.10829401016235,33.927734375],[-93.10791015625,33.92801475524902],[-93.10302734375,33.93154525756836],[-93.10290098190308,33.931640625],[-93.09814453125,33.93524932861328],[-93.09776067733765,33.935546875],[-93.09326171875,33.938987731933594],[-93.09265375137329,33.939453125],[-93.08837890625,33.94264602661133],[-93.08744430541992,33.943359375],[-93.08349609375,33.946393966674805],[-93.0823826789856,33.947265625],[-93.07861328125,33.950199127197266],[-93.07735204696655,33.951171875],[-93.07373046875,33.953901290893555],[-93.07214736938477,33.955078125],[-93.06884765625,33.9575138092041],[-93.06684017181396,33.958984375],[-93.06396484375,33.96111297607422],[-93.06152582168579,33.962890625],[-93.05908203125,33.964656829833984],[-93.05604934692383,33.966796875],[-93.05419921875,33.96812629699707],[-93.05063009262085,33.970703125],[-93.04931640625,33.9716796875],[-93.0453372001648,33.974609375],[-93.04443359375,33.97527313232422],[-93.03990602493286,33.978515625],[-93.03955078125,33.97877311706543],[-93.03466796875,33.98233222961426],[-93.03454875946045,33.982421875],[-93.02978515625,33.986040115356445],[-93.02941083908081,33.986328125],[-93.02490234375,33.98974800109863],[-93.0242657661438,33.990234375],[-93.02001953125,33.99343299865723],[-93.01910161972046,33.994140625],[-93.01513671875,33.99720573425293],[-93.01406383514404,33.998046875],[-93.01025390625,34.000999450683594],[-93.00900936126709,34.001953125],[-93.00537109375,34.00467109680176],[-93.00376892089844,34.005859375],[-93.00048828125,34.00830078125],[-92.99851417541504,34.009765625],[-92.99560546875,34.01193428039551],[-92.9932165145874,34.013671875],[-92.99072265625,34.015459060668945],[-92.98768997192383,34.017578125],[-92.98583984375,34.018911361694336],[-92.9823088645935,34.021484375],[-92.98095703125,34.02249526977539],[-92.97701597213745,34.025390625],[-92.97607421875,34.02607536315918],[-92.9715371131897,34.029296875],[-92.97119140625,34.02954864501953],[-92.96630859375,34.033138275146484],[-92.96622276306152,34.033203125],[-92.96142578125,34.03682518005371],[-92.96105146408081,34.037109375],[-92.95654296875,34.040456771850586],[-92.95580625534058,34.041015625],[-92.95166015625,34.04414939880371],[-92.95066118240356,34.044921875],[-92.94677734375,34.047922134399414],[-92.9456090927124,34.048828125],[-92.94189453125,34.05165672302246],[-92.9404616355896,34.052734375],[-92.93701171875,34.055274963378906],[-92.93512105941772,34.056640625],[-92.93212890625,34.0588264465332],[-92.92975425720215,34.060546875],[-92.92724609375,34.06236457824707],[-92.92428970336914,34.064453125],[-92.92236328125,34.06583023071289],[-92.91881799697876,34.068359375],[-92.91748046875,34.06934356689453],[-92.91350841522217,34.072265625],[-92.91259765625,34.07293701171875],[-92.90809631347656,34.076171875],[-92.90771484375,34.076446533203125],[-92.90283203125,34.079973220825195],[-92.90269136428833,34.080078125],[-92.89794921875,34.08363914489746],[-92.8974986076355,34.083984375],[-92.89306640625,34.08730506896973],[-92.8922963142395,34.087890625],[-92.88818359375,34.090972900390625],[-92.88711071014404,34.091796875],[-92.88330078125,34.09472846984863],[-92.88204193115234,34.095703125],[-92.87841796875,34.098459243774414],[-92.87686824798584,34.099609375],[-92.87353515625,34.10202598571777],[-92.8714370727539,34.103515625],[-92.86865234375,34.10554313659668],[-92.86608219146729,34.107421875],[-92.86376953125,34.10912895202637],[-92.86070823669434,34.111328125],[-92.85888671875,34.11263084411621],[-92.85520553588867,34.115234375],[-92.85400390625,34.116111755371094],[-92.84988164901733,34.119140625],[-92.84912109375,34.119707107543945],[-92.84451246261597,34.123046875],[-92.84423828125,34.12324523925781],[-92.83935546875,34.126747131347656],[-92.83908128738403,34.126953125],[-92.83447265625,34.13043022155762],[-92.8339171409607,34.130859375],[-92.82958984375,34.13415336608887],[-92.82878875732422,34.134765625],[-92.82470703125,34.13782501220703],[-92.82360315322876,34.138671875],[-92.81982421875,34.14157676696777],[-92.81853199005127,34.142578125],[-92.81494140625,34.14530944824219],[-92.81333923339844,34.146484375],[-92.81005859375,34.14881134033203],[-92.80776739120483,34.150390625],[-92.80517578125,34.1522331237793],[-92.80229806900024,34.154296875],[-92.80029296875,34.15576362609863],[-92.79687404632568,34.158203125],[-92.79541015625,34.15924644470215],[-92.79134035110474,34.162109375],[-92.79052734375,34.162702560424805],[-92.78600931167603,34.166015625],[-92.78564453125,34.16628837585449],[-92.78076171875,34.16985321044922],[-92.78066873550415,34.169921875],[-92.77587890625,34.17341232299805],[-92.77533292770386,34.173828125],[-92.77099609375,34.1771297454834],[-92.77021646499634,34.177734375],[-92.76611328125,34.18087196350098],[-92.76510715484619,34.181640625],[-92.76123046875,34.184553146362305],[-92.75992155075073,34.185546875],[-92.75634765625,34.188241958618164],[-92.75471687316895,34.189453125],[-92.75146484375,34.19183158874512],[-92.74930238723755,34.193359375],[-92.74658203125,34.19527626037598],[-92.74373531341553,34.197265625],[-92.74169921875,34.1987361907959],[-92.73833751678467,34.201171875],[-92.73681640625,34.20228385925293],[-92.7328896522522,34.205078125],[-92.73193359375,34.20576095581055],[-92.7273964881897,34.208984375],[-92.72705078125,34.209238052368164],[-92.72216796875,34.212839126586914],[-92.72209882736206,34.212890625],[-92.71728515625,34.21642875671387],[-92.71679639816284,34.216796875],[-92.71240234375,34.22006416320801],[-92.71157026290894,34.220703125],[-92.70751953125,34.22381401062012],[-92.70649433135986,34.224609375],[-92.70263671875,34.227548599243164],[-92.70135879516602,34.228515625],[-92.69775390625,34.23118782043457],[-92.69607782363892,34.232421875],[-92.69287109375,34.234792709350586],[-92.6907730102539,34.236328125],[-92.68798828125,34.23834991455078],[-92.68532752990723,34.240234375],[-92.68310546875,34.2418270111084],[-92.67987966537476,34.244140625],[-92.67822265625,34.24536323547363],[-92.67454385757446,34.248046875],[-92.67333984375,34.24892044067383],[-92.66905546188354,34.251953125],[-92.66845703125,34.252384185791016],[-92.66365766525269,34.255859375],[-92.66357421875,34.25592041015625],[-92.65869140625,34.25956153869629],[-92.65842199325562,34.259765625],[-92.65380859375,34.26316261291504],[-92.65313625335693,34.263671875],[-92.64892578125,34.266836166381836],[-92.64796257019043,34.267578125],[-92.64404296875,34.27058410644531],[-92.64286518096924,34.271484375],[-92.63916015625,34.27425003051758],[-92.63761520385742,34.275390625],[-92.63427734375,34.277835845947266],[-92.63226985931396,34.279296875],[-92.62939453125,34.28140640258789],[-92.62689113616943,34.283203125],[-92.62451171875,34.28489112854004],[-92.62130498886108,34.287109375],[-92.61962890625,34.28830528259277],[-92.61587858200073,34.291015625],[-92.61474609375,34.291852951049805],[-92.61051893234253,34.294921875],[-92.60986328125,34.295392990112305],[-92.60498046875,34.29882621765137],[-92.60497808456421,34.298828125],[-92.60009765625,34.30243110656738],[-92.59970188140869,34.302734375],[-92.59521484375,34.30610275268555],[-92.59450435638428,34.306640625],[-92.59033203125,34.30973815917969],[-92.589271068573,34.310546875],[-92.58544921875,34.313459396362305],[-92.5841498374939,34.314453125],[-92.58056640625,34.31711959838867],[-92.57883787155151,34.318359375],[-92.57568359375,34.32059097290039],[-92.57328271865845,34.322265625],[-92.57080078125,34.324045181274414],[-92.56782293319702,34.326171875],[-92.56591796875,34.32753562927246],[-92.56227254867554,34.330078125],[-92.56103515625,34.33095741271973],[-92.55677223205566,34.333984375],[-92.55615234375,34.33443641662598],[-92.55139350891113,34.337890625],[-92.55126953125,34.33798027038574],[-92.54638671875,34.34148025512695],[-92.5459623336792,34.341796875],[-92.54150390625,34.345109939575195],[-92.54073143005371,34.345703125],[-92.53662109375,34.34882926940918],[-92.53560066223145,34.349609375],[-92.53173828125,34.35250473022461],[-92.53039598464966,34.353515625],[-92.52685546875,34.356149673461914],[-92.52511262893677,34.357421875],[-92.52197265625,34.359697341918945],[-92.51964569091797,34.361328125],[-92.51708984375,34.36311340332031],[-92.51401662826538,34.365234375],[-92.51220703125,34.36653137207031],[-92.50859498977661,34.369140625],[-92.50732421875,34.37006759643555],[-92.50312566757202,34.373046875],[-92.50244140625,34.37353706359863],[-92.4976372718811,34.376953125],[-92.49755859375,34.37701225280762],[-92.49267578125,34.3806209564209],[-92.49236106872559,34.380859375],[-92.48779296875,34.38421821594238],[-92.48706579208374,34.384765625],[-92.48291015625,34.38786506652832],[-92.48185873031616,34.388671875],[-92.47802734375,34.3915901184082],[-92.47671604156494,34.392578125],[-92.47314453125,34.39518737792969],[-92.47132539749146,34.396484375],[-92.46826171875,34.39868354797363],[-92.46588468551636,34.400390625],[-92.46337890625,34.40221977233887],[-92.46047019958496,34.404296875],[-92.45849609375,34.40568733215332],[-92.45482683181763,34.408203125],[-92.45361328125,34.4090633392334],[-92.44934797286987,34.412109375],[-92.44873046875,34.41256141662598],[-92.44389772415161,34.416015625],[-92.44384765625,34.41605186462402],[-92.43896484375,34.41955375671387],[-92.43847608566284,34.419921875],[-92.43408203125,34.423208236694336],[-92.43326902389526,34.423828125],[-92.42919921875,34.42687225341797],[-92.4280595779419,34.427734375],[-92.42431640625,34.43053436279297],[-92.42284059524536,34.431640625],[-92.41943359375,34.43416786193848],[-92.41751909255981,34.435546875],[-92.41455078125,34.437639236450195],[-92.41189956665039,34.439453125],[-92.40966796875,34.441022872924805],[-92.40636348724365,34.443359375],[-92.40478515625,34.444501876831055],[-92.40088224411011,34.447265625],[-92.39990234375,34.447959899902344],[-92.39529609680176,34.451171875],[-92.39501953125,34.451372146606445],[-92.39013671875,34.45495414733887],[-92.38997459411621,34.455078125],[-92.38525390625,34.45856857299805],[-92.38470315933228,34.458984375],[-92.38037109375,34.46218299865723],[-92.3794412612915,34.462890625],[-92.37548828125,34.46587562561035],[-92.37426519393921,34.466796875],[-92.37060546875,34.4694766998291],[-92.36889362335205,34.470703125],[-92.36572265625,34.472970962524414],[-92.36341953277588,34.474609375],[-92.36083984375,34.47646903991699],[-92.35793352127075,34.478515625],[-92.35595703125,34.47989463806152],[-92.3522424697876,34.482421875],[-92.35107421875,34.48324775695801],[-92.34675884246826,34.486328125],[-92.34619140625,34.48674201965332],[-92.34131097793579,34.490234375],[-92.34130859375,34.49023628234863],[-92.33642578125,34.493757247924805],[-92.33591556549072,34.494140625],[-92.33154296875,34.497419357299805],[-92.3307204246521,34.498046875],[-92.32666015625,34.501081466674805],[-92.32550621032715,34.501953125],[-92.32177734375,34.504737854003906],[-92.32027530670166,34.505859375],[-92.31689453125,34.50835609436035],[-92.31491804122925,34.509765625],[-92.31201171875,34.51179885864258],[-92.30925559997559,34.513671875],[-92.30712890625,34.51517105102539],[-92.3037314414978,34.517578125],[-92.30224609375,34.51865196228027],[-92.29820728302002,34.521484375],[-92.29736328125,34.52207946777344],[-92.29263067245483,34.525390625],[-92.29248046875,34.52549934387207],[-92.28759765625,34.5290641784668],[-92.28728532791138,34.529296875],[-92.28271484375,34.53263854980469],[-92.28196382522583,34.533203125],[-92.27783203125,34.536298751831055],[-92.27677822113037,34.537109375],[-92.27294921875,34.540016174316406],[-92.27160692214966,34.541015625],[-92.26806640625,34.54355049133301],[-92.26609706878662,34.544921875],[-92.26318359375,34.5469856262207],[-92.26057529449463,34.548828125],[-92.25830078125,34.550453186035156],[-92.25501775741577,34.552734375],[-92.25341796875,34.55385398864746],[-92.2494125366211,34.556640625],[-92.24853515625,34.55727005004883],[-92.2439432144165,34.560546875],[-92.24365234375,34.56075668334961],[-92.23876953125,34.5642147064209],[-92.23844766616821,34.564453125],[-92.23388671875,34.56782150268555],[-92.23318338394165,34.568359375],[-92.22900390625,34.57151985168457],[-92.22801923751831,34.572265625],[-92.22412109375,34.57514572143555],[-92.22273826599121,34.576171875],[-92.21923828125,34.5787353515625],[-92.21735954284668,34.580078125],[-92.21435546875,34.58220291137695],[-92.21175909042358,34.583984375],[-92.20947265625,34.58557891845703],[-92.2061562538147,34.587890625],[-92.20458984375,34.58901405334473],[-92.20065116882324,34.591796875],[-92.19970703125,34.59246253967285],[-92.19501256942749,34.595703125],[-92.19482421875,34.5958366394043],[-92.18994140625,34.599374771118164],[-92.18962907791138,34.599609375],[-92.18505859375,34.60298728942871],[-92.18435525894165,34.603515625],[-92.18017578125,34.60660171508789],[-92.17909812927246,34.607421875],[-92.17529296875,34.610286712646484],[-92.17388868331909,34.611328125],[-92.17041015625,34.61381530761719],[-92.16834783554077,34.615234375],[-92.16552734375,34.61720657348633],[-92.16276407241821,34.619140625],[-92.16064453125,34.62065124511719],[-92.1571946144104,34.623046875],[-92.15576171875,34.62404441833496],[-92.15152978897095,34.626953125],[-92.15087890625,34.62741661071777],[-92.14606761932373,34.630859375],[-92.14599609375,34.630910873413086],[-92.14111328125,34.634408950805664],[-92.14063167572021,34.634765625],[-92.13623046875,34.63801383972168],[-92.13536500930786,34.638671875],[-92.13134765625,34.64169692993164],[-92.13016986846924,34.642578125],[-92.12646484375,34.64526176452637],[-92.12475061416626,34.646484375],[-92.12158203125,34.64875030517578],[-92.11925029754639,34.650390625],[-92.11669921875,34.652183532714844],[-92.11360454559326,34.654296875],[-92.11181640625,34.65554237365723],[-92.10800170898438,34.658203125],[-92.10693359375,34.65896987915039],[-92.10251092910767,34.662109375],[-92.10205078125,34.66243553161621],[-92.09716796875,34.66584396362305],[-92.09693431854248,34.666015625],[-92.09228515625,34.66942024230957],[-92.0916223526001,34.669921875],[-92.08740234375,34.67305946350098],[-92.08638191223145,34.673828125],[-92.08251953125,34.67669868469238],[-92.08113193511963,34.677734375],[-92.07763671875,34.68029594421387],[-92.07573175430298,34.681640625],[-92.07275390625,34.68369674682617],[-92.069993019104,34.685546875],[-92.06787109375,34.687021255493164],[-92.06438064575195,34.689453125],[-92.06298828125,34.6904411315918],[-92.0587682723999,34.693359375],[-92.05810546875,34.693824768066406],[-92.05322265625,34.6972599029541],[-92.05321311950684,34.697265625],[-92.04833984375,34.70082664489746],[-92.04787731170654,34.701171875],[-92.04345703125,34.70438766479492],[-92.04253911972046,34.705078125],[-92.03857421875,34.70804214477539],[-92.03732013702393,34.708984375],[-92.03369140625,34.711639404296875],[-92.03191757202148,34.712890625],[-92.02880859375,34.715057373046875],[-92.02628135681152,34.716796875],[-92.02392578125,34.71845626831055],[-92.0206880569458,34.720703125],[-92.01904296875,34.72184371948242],[-92.01496362686157,34.724609375],[-92.01416015625,34.72517395019531],[-92.00945138931274,34.728515625],[-92.00927734375,34.7286434173584],[-92.00439453125,34.73214149475098],[-92.00401782989502,34.732421875],[-91.99951171875,34.73569679260254],[-91.99867725372314,34.736328125],[-91.99462890625,34.73935508728027],[-91.99344873428345,34.740234375],[-91.98974609375,34.74290657043457],[-91.98800563812256,34.744140625],[-91.98486328125,34.74637222290039],[-91.98246717453003,34.748046875],[-91.97998046875,34.74979019165039],[-91.97679996490479,34.751953125],[-91.97509765625,34.75313377380371],[-91.9711685180664,34.755859375],[-91.97021484375,34.75654220581055],[-91.96566104888916,34.759765625],[-91.96533203125,34.7599983215332],[-91.96044921875,34.76340866088867],[-91.96009159088135,34.763671875],[-91.95556640625,34.766984939575195],[-91.95478200912476,34.767578125],[-91.95068359375,34.77061462402344],[-91.94952011108398,34.771484375],[-91.94580078125,34.77420997619629],[-91.94417238235474,34.775390625],[-91.94091796875,34.77772903442383],[-91.93865776062012,34.779296875],[-91.93603515625,34.78109359741211],[-91.9328761100769,34.783203125],[-91.93115234375,34.78439712524414],[-91.92723512649536,34.787109375],[-91.92626953125,34.78778839111328],[-91.92158222198486,34.791015625],[-91.92138671875,34.791154861450195],[-91.91650390625,34.79465103149414],[-91.91614151000977,34.794921875],[-91.91162109375,34.79825782775879],[-91.91086053848267,34.798828125],[-91.90673828125,34.80185317993164],[-91.90556049346924,34.802734375],[-91.90185546875,34.805463790893555],[-91.90021276473999,34.806640625],[-91.89697265625,34.80889320373535],[-91.8945050239563,34.810546875],[-91.89208984375,34.81221008300781],[-91.88883543014526,34.814453125],[-91.88720703125,34.81559753417969],[-91.8831729888916,34.818359375],[-91.88232421875,34.81894874572754],[-91.87755346298218,34.822265625],[-91.87744140625,34.82234573364258],[-91.87255859375,34.82587432861328],[-91.87215805053711,34.826171875],[-91.86767578125,34.82940673828125],[-91.86677932739258,34.830078125],[-91.86279296875,34.83304023742676],[-91.86152219772339,34.833984375],[-91.85791015625,34.83658409118652],[-91.8560266494751,34.837890625],[-91.85302734375,34.839975357055664],[-91.85038805007935,34.841796875],[-91.84814453125,34.84337615966797],[-91.84475898742676,34.845703125],[-91.84326171875,34.84673500061035],[-91.83902263641357,34.849609375],[-91.83837890625,34.85006141662598],[-91.83349609375,34.853506088256836],[-91.83348417282104,34.853515625],[-91.82861328125,34.85697555541992],[-91.82801246643066,34.857421875],[-91.82373046875,34.86057662963867],[-91.82273626327515,34.861328125],[-91.81884765625,34.86421203613281],[-91.81744575500488,34.865234375],[-91.81396484375,34.867698669433594],[-91.81188106536865,34.869140625],[-91.80908203125,34.87110137939453],[-91.80624723434448,34.873046875],[-91.80419921875,34.87445068359375],[-91.80045366287231,34.876953125],[-91.79931640625,34.877742767333984],[-91.79483890533447,34.880859375],[-91.79443359375,34.88114929199219],[-91.78955078125,34.884559631347656],[-91.78926944732666,34.884765625],[-91.78466796875,34.88810348510742],[-91.78391695022583,34.888671875],[-91.77978515625,34.89175033569336],[-91.7786693572998,34.892578125],[-91.77490234375,34.895280838012695],[-91.77320003509521,34.896484375],[-91.77001953125,34.89873504638672],[-91.76762580871582,34.900390625],[-91.76513671875,34.902099609375],[-91.7618465423584,34.904296875],[-91.76025390625,34.90539741516113],[-91.75619602203369,34.908203125],[-91.75537109375,34.90878486633301],[-91.75055265426636,34.912109375],[-91.75048828125,34.91215515136719],[-91.74560546875,34.91563415527344],[-91.74509525299072,34.916015625],[-91.74072265625,34.91925048828125],[-91.73982620239258,34.919921875],[-91.73583984375,34.92282295227051],[-91.7344617843628,34.923828125],[-91.73095703125,34.926347732543945],[-91.72896146774292,34.927734375],[-91.72607421875,34.929704666137695],[-91.723153591156,34.931640625],[-91.72119140625,34.93298530578613],[-91.71745538711548,34.935546875],[-91.71630859375,34.936349868774414],[-91.7117691040039,34.939453125],[-91.71142578125,34.939693450927734],[-91.70654296875,34.943145751953125],[-91.70625686645508,34.943359375],[-91.70166015625,34.94673538208008],[-91.70094966888428,34.947265625],[-91.69677734375,34.95030403137207],[-91.6956090927124,34.951171875],[-91.69189453125,34.95388221740723],[-91.69020414352417,34.955078125],[-91.68701171875,34.95727348327637],[-91.68442964553833,34.958984375],[-91.68212890625,34.960554122924805],[-91.67869567871094,34.962890625],[-91.67724609375,34.96389389038086],[-91.67295694351196,34.966796875],[-91.67236328125,34.96721076965332],[-91.66748046875,34.97063636779785],[-91.66738986968994,34.970703125],[-91.66259765625,34.97417640686035],[-91.6620135307312,34.974609375],[-91.65771484375,34.977725982666016],[-91.65666103363037,34.978515625],[-91.65283203125,34.98134231567383],[-91.65133953094482,34.982421875],[-91.64794921875,34.98477363586426],[-91.64560556411743,34.986328125],[-91.64306640625,34.988054275512695],[-91.63984060287476,34.990234375],[-91.63818359375,34.991371154785156],[-91.63405656814575,34.994140625],[-91.63330078125,34.99466514587402],[-91.62846088409424,34.998046875],[-91.62841796875,34.99807929992676],[-91.62353515625,35.001577377319336],[-91.62302732467651,35.001953125],[-91.61865234375,35.00512504577637],[-91.61767482757568,35.005859375],[-91.61376953125,35.00875473022461],[-91.61237955093384,35.009765625],[-91.60888671875,35.0121955871582],[-91.60667419433594,35.013671875],[-91.60400390625,35.015493392944336],[-91.60092353820801,35.017578125],[-91.59912109375,35.01881217956543],[-91.59512042999268,35.021484375],[-91.59423828125,35.0220947265625],[-91.58949613571167,35.025390625],[-91.58935546875,35.02549171447754],[-91.58447265625,35.0289421081543],[-91.58399105072021,35.029296875],[-91.57958984375,35.032493591308594],[-91.57864809036255,35.033203125],[-91.57470703125,35.0361213684082],[-91.57334566116333,35.037109375],[-91.56982421875,35.039573669433594],[-91.5676999092102,35.041015625],[-91.56494140625,35.042917251586914],[-91.56198263168335,35.044921875],[-91.56005859375,35.04623031616211],[-91.55613660812378,35.048828125],[-91.55517578125,35.04948806762695],[-91.55047416687012,35.052734375],[-91.55029296875,35.0528621673584],[-91.54541015625,35.05627632141113],[-91.54491424560547,35.056640625],[-91.54052734375,35.0598258972168],[-91.53956174850464,35.060546875],[-91.53564453125,35.06340217590332],[-91.53418064117432,35.064453125],[-91.53076171875,35.066856384277344],[-91.52856588363647,35.068359375],[-91.52587890625,35.07021141052246],[-91.52281761169434,35.072265625],[-91.52099609375,35.07350158691406],[-91.51702880859375,35.076171875],[-91.51611328125,35.07681083679199],[-91.5114164352417,35.080078125],[-91.51123046875,35.080209732055664],[-91.50634765625,35.0836067199707],[-91.50583505630493,35.083984375],[-91.50146484375,35.08716011047363],[-91.50047779083252,35.087890625],[-91.49658203125,35.09069633483887],[-91.49503946304321,35.091796875],[-91.49169921875,35.09415054321289],[-91.48943185806274,35.095703125],[-91.48681640625,35.097490310668945],[-91.48361921310425,35.099609375],[-91.48193359375,35.10075378417969],[-91.47787570953369,35.103515625],[-91.47705078125,35.10409355163574],[-91.47223234176636,35.107421875],[-91.47216796875,35.107465744018555],[-91.46728515625,35.110897064208984],[-91.46670341491699,35.111328125],[-91.46240234375,35.11446952819824],[-91.46136283874512,35.115234375],[-91.45751953125,35.11795997619629],[-91.45583152770996,35.119140625],[-91.45263671875,35.12137031555176],[-91.45017385482788,35.123046875],[-91.44775390625,35.12468719482422],[-91.44432544708252,35.126953125],[-91.44287109375,35.12794876098633],[-91.43860816955566,35.130859375],[-91.43798828125,35.131290435791016],[-91.43310546875,35.13462448120117],[-91.43290996551514,35.134765625],[-91.42822265625,35.13812255859375],[-91.42748594284058,35.138671875],[-91.42333984375,35.14171028137207],[-91.42215967178345,35.142578125],[-91.41845703125,35.14522361755371],[-91.41664266586304,35.146484375],[-91.41357421875,35.14859962463379],[-91.41088485717773,35.150390625],[-91.40869140625,35.1518669128418],[-91.40505790710449,35.154296875],[-91.40380859375,35.1551628112793],[-91.39939069747925,35.158203125],[-91.39892578125,35.158525466918945],[-91.39404296875,35.161865234375],[-91.39370679855347,35.162109375],[-91.38916015625,35.165382385253906],[-91.38830184936523,35.166015625],[-91.38427734375,35.16890525817871],[-91.38286113739014,35.169921875],[-91.37939453125,35.17237091064453],[-91.37726068496704,35.173828125],[-91.37451171875,35.17568778991699],[-91.37139081954956,35.177734375],[-91.36962890625,35.17893028259277],[-91.36562824249268,35.181640625],[-91.36474609375,35.18225288391113],[-91.35989427566528,35.185546875],[-91.35986328125,35.18556785583496],[-91.35498046875,35.18901252746582],[-91.35438680648804,35.189453125],[-91.35009765625,35.19257164001465],[-91.34902715682983,35.193359375],[-91.34521484375,35.196088790893555],[-91.34353637695312,35.197265625],[-91.34033203125,35.19948768615723],[-91.3378095626831,35.201171875],[-91.33544921875,35.20275688171387],[-91.33195877075195,35.205078125],[-91.33056640625,35.206037521362305],[-91.32625579833984,35.208984375],[-91.32568359375,35.20937919616699],[-91.32080078125,35.212697982788086],[-91.3205361366272,35.212890625],[-91.31591796875,35.21619987487793],[-91.31510972976685,35.216796875],[-91.31103515625,35.2197265625],[-91.3096833229065,35.220703125],[-91.30615234375,35.22320556640625],[-91.30409717559814,35.224609375],[-91.30126953125,35.22651290893555],[-91.29820108413696,35.228515625],[-91.29638671875,35.2297420501709],[-91.29240989685059,35.232421875],[-91.29150390625,35.23304557800293],[-91.28664493560791,35.236328125],[-91.28662109375,35.23634338378906],[-91.28173828125,35.23978614807129],[-91.28113031387329,35.240234375],[-91.27685546875,35.24332618713379],[-91.27574443817139,35.244140625],[-91.27197265625,35.246835708618164],[-91.27023458480835,35.248046875],[-91.26708984375,35.25020980834961],[-91.26445055007935,35.251953125],[-91.26220703125,35.25345420837402],[-91.25859022140503,35.255859375],[-91.25732421875,35.25672721862793],[-91.25283002853394,35.259765625],[-91.25244140625,35.26003456115723],[-91.24755859375,35.26339530944824],[-91.24718189239502,35.263671875],[-91.24267578125,35.26693153381348],[-91.2417984008789,35.267578125],[-91.23779296875,35.27044105529785],[-91.23633146286011,35.271484375],[-91.23291015625,35.27388954162598],[-91.23069763183594,35.275390625],[-91.22802734375,35.27717971801758],[-91.22478008270264,35.279296875],[-91.22314453125,35.28040313720703],[-91.21899366378784,35.283203125],[-91.21826171875,35.28370475769043],[-91.21337890625,35.28700256347656],[-91.21323108673096,35.287109375],[-91.20849609375,35.290475845336914],[-91.20776414871216,35.291015625],[-91.20361328125,35.29399490356445],[-91.20233297348022,35.294921875],[-91.19873046875,35.297468185424805],[-91.19673013687134,35.298828125],[-91.19384765625,35.30076026916504],[-91.19080543518066,35.302734375],[-91.18896484375,35.30397033691406],[-91.18498086929321,35.306640625],[-91.18408203125,35.3072566986084],[-91.17919921875,35.310543060302734],[-91.17919445037842,35.310546875],[-91.17431640625,35.313982009887695],[-91.1736798286438,35.314453125],[-91.16943359375,35.317522048950195],[-91.16828918457031,35.318359375],[-91.16455078125,35.32100868225098],[-91.16271734237671,35.322265625],[-91.15966796875,35.324331283569336],[-91.15684986114502,35.326171875],[-91.15478515625,35.32755088806152],[-91.15098714828491,35.330078125],[-91.14990234375,35.3308219909668],[-91.14521026611328,35.333984375],[-91.14501953125,35.334115982055664],[-91.14013671875,35.33750915527344],[-91.13961935043335,35.337890625],[-91.13525390625,35.3410530090332],[-91.13423347473145,35.341796875],[-91.13037109375,35.344520568847656],[-91.12865686416626,35.345703125],[-91.12548828125,35.34787178039551],[-91.1228609085083,35.349609375],[-91.12060546875,35.351112365722656],[-91.11696243286133,35.353515625],[-91.11572265625,35.35436248779297],[-91.11121416091919,35.357421875],[-91.11083984375,35.35767936706543],[-91.10595703125,35.36101531982422],[-91.10552787780762,35.361328125],[-91.10107421875,35.364524841308594],[-91.10010147094727,35.365234375],[-91.09619140625,35.36798858642578],[-91.09453678131104,35.369140625],[-91.09130859375,35.37137413024902],[-91.08881711959839,35.373046875],[-91.08642578125,35.374643325805664],[-91.0828709602356,35.376953125],[-91.08154296875,35.37784957885742],[-91.07707500457764,35.380859375],[-91.07666015625,35.38114547729492],[-91.07177734375,35.38446617126465],[-91.07136487960815,35.384765625],[-91.06689453125,35.38796424865723],[-91.06592416763306,35.388671875],[-91.06201171875,35.39142608642578],[-91.06035232543945,35.392578125],[-91.05712890625,35.39480400085449],[-91.05462312698364,35.396484375],[-91.05224609375,35.3980712890625],[-91.04867219924927,35.400390625],[-91.04736328125,35.40127372741699],[-91.04287385940552,35.404296875],[-91.04248046875,35.40456771850586],[-91.03759765625,35.40789222717285],[-91.03717088699341,35.408203125],[-91.03271484375,35.41138458251953],[-91.03171825408936,35.412109375],[-91.02783203125,35.41484451293945],[-91.02613687515259,35.416015625],[-91.02294921875,35.4182071685791],[-91.02038145065308,35.419921875],[-91.01806640625,35.421464920043945],[-91.01442337036133,35.423828125],[-91.01318359375,35.42466354370117],[-91.00862503051758,35.427734375],[-91.00830078125,35.42795753479004],[-91.00341796875,35.43129920959473],[-91.00294828414917,35.431640625],[-90.99853515625,35.43478965759277],[-90.99749326705933,35.435546875],[-90.99365234375,35.438236236572266],[-90.9918761253357,35.439453125],[-90.98876953125,35.441572189331055],[-90.98608493804932,35.443359375],[-90.98388671875,35.44482612609863],[-90.98013162612915,35.447265625],[-90.97900390625,35.44802665710449],[-90.97434282302856,35.451171875],[-90.97412109375,35.45132637023926],[-90.96923828125,35.45468330383301],[-90.96869468688965,35.455078125],[-90.96435546875,35.45817565917969],[-90.96323728561401,35.458984375],[-90.95947265625,35.46160697937012],[-90.95757246017456,35.462890625],[-90.95458984375,35.464908599853516],[-90.95174074172974,35.466796875],[-90.94970703125,35.46815490722656],[-90.94579219818115,35.470703125],[-90.94482421875,35.471357345581055],[-90.9400200843811,35.474609375],[-90.93994140625,35.47466468811035],[-90.93505859375,35.47804832458496],[-90.93441724777222,35.478515625],[-90.93017578125,35.48155403137207],[-90.92896938323975,35.482421875],[-90.92529296875,35.484962463378906],[-90.92324018478394,35.486328125],[-90.92041015625,35.488224029541016],[-90.9173583984375,35.490234375],[-90.91552734375,35.49145698547363],[-90.91140747070312,35.494140625],[-90.91064453125,35.49465560913086],[-90.90576171875,35.497976303100586],[-90.90566396713257,35.498046875],[-90.90087890625,35.50138854980469],[-90.9001088142395,35.501953125],[-90.89599609375,35.50491142272949],[-90.8946704864502,35.505859375],[-90.89111328125,35.50829315185547],[-90.88885307312012,35.509765625],[-90.88623046875,35.51150321960449],[-90.88291883468628,35.513671875],[-90.88134765625,35.514719009399414],[-90.87697744369507,35.517578125],[-90.87646484375,35.517927169799805],[-90.87158203125,35.52127456665039],[-90.87129354476929,35.521484375],[-90.86669921875,35.52471160888672],[-90.86576700210571,35.525390625],[-90.86181640625,35.5282096862793],[-90.86025953292847,35.529296875],[-90.85693359375,35.53154182434082],[-90.8543610572815,35.533203125],[-90.85205078125,35.534732818603516],[-90.84843397140503,35.537109375],[-90.84716796875,35.5379581451416],[-90.84251880645752,35.541015625],[-90.84228515625,35.541175842285156],[-90.83740234375,35.544559478759766],[-90.83690643310547,35.544921875],[-90.83251953125,35.54802703857422],[-90.83141326904297,35.548828125],[-90.82763671875,35.551490783691406],[-90.8258056640625,35.552734375],[-90.82275390625,35.554758071899414],[-90.81981658935547,35.556640625],[-90.81787109375,35.557931900024414],[-90.81391096115112,35.560546875],[-90.81298828125,35.5611686706543],[-90.80810546875,35.56440734863281],[-90.80804109573364,35.564453125],[-90.80322265625,35.56783103942871],[-90.80249547958374,35.568359375],[-90.79833984375,35.57128143310547],[-90.79694271087646,35.572265625],[-90.79345703125,35.57467460632324],[-90.7912015914917,35.576171875],[-90.78857421875,35.577903747558594],[-90.78519582748413,35.580078125],[-90.78369140625,35.581085205078125],[-90.77932834625244,35.583984375],[-90.77880859375,35.58433723449707],[-90.77392578125,35.58762550354004],[-90.77355861663818,35.587890625],[-90.76904296875,35.59110069274902],[-90.76807737350464,35.591796875],[-90.76416015625,35.59451103210449],[-90.76239824295044,35.595703125],[-90.75927734375,35.597795486450195],[-90.75648069381714,35.599609375],[-90.75439453125,35.600982666015625],[-90.75051069259644,35.603515625],[-90.74951171875,35.60418891906738],[-90.74466705322266,35.607421875],[-90.74462890625,35.60744857788086],[-90.73974609375,35.610816955566406],[-90.73904037475586,35.611328125],[-90.73486328125,35.61428451538086],[-90.73351621627808,35.615234375],[-90.72998046875,35.61765670776367],[-90.72773218154907,35.619140625],[-90.72509765625,35.62087821960449],[-90.72171211242676,35.623046875],[-90.72021484375,35.62403678894043],[-90.71579933166504,35.626953125],[-90.71533203125,35.62727165222168],[-90.71044921875,35.63056564331055],[-90.71004152297974,35.630859375],[-90.70556640625,35.63399314880371],[-90.7044792175293,35.634765625],[-90.70068359375,35.63735580444336],[-90.6986951828003,35.638671875],[-90.69580078125,35.64059829711914],[-90.6927752494812,35.642578125],[-90.69091796875,35.64380645751953],[-90.68679094314575,35.646484375],[-90.68603515625,35.64699745178223],[-90.68115234375,35.65032196044922],[-90.68105697631836,35.650390625],[-90.67626953125,35.653724670410156],[-90.67548751831055,35.654296875],[-90.67138671875,35.65724563598633],[-90.67003965377808,35.658203125],[-90.66650390625,35.66060256958008],[-90.66417455673218,35.662109375],[-90.66162109375,35.663795471191406],[-90.65821647644043,35.666015625],[-90.65673828125,35.6669979095459],[-90.6522536277771,35.669921875],[-90.65185546875,35.67019271850586],[-90.64697265625,35.67354393005371],[-90.64657926559448,35.673828125],[-90.64208984375,35.676963806152344],[-90.64101219177246,35.677734375],[-90.63720703125,35.68037033081055],[-90.6352949142456,35.681640625],[-90.63232421875,35.68359375],[-90.62928676605225,35.685546875],[-90.62744140625,35.68676567077637],[-90.62329292297363,35.689453125],[-90.62255859375,35.68994331359863],[-90.61767578125,35.69321250915527],[-90.61747074127197,35.693359375],[-90.61279296875,35.69662094116211],[-90.61190128326416,35.697265625],[-90.60791015625,35.7000617980957],[-90.6062912940979,35.701171875],[-90.60302734375,35.70335006713867],[-90.60032606124878,35.705078125],[-90.59814453125,35.70650863647461],[-90.59434175491333,35.708984375],[-90.59326171875,35.7097053527832],[-90.58841466903687,35.712890625],[-90.58837890625,35.71291542053223],[-90.58349609375,35.71629524230957],[-90.58280229568481,35.716796875],[-90.57861328125,35.7197208404541],[-90.57721376419067,35.720703125],[-90.57373046875,35.723100662231445],[-90.57145595550537,35.724609375],[-90.56884765625,35.726318359375],[-90.56539058685303,35.728515625],[-90.56396484375,35.72945976257324],[-90.55948495864868,35.732421875],[-90.55908203125,35.73269462585449],[-90.55419921875,35.73597717285156],[-90.55371284484863,35.736328125],[-90.54931640625,35.739444732666016],[-90.54821014404297,35.740234375],[-90.54443359375,35.7428092956543],[-90.54239273071289,35.744140625],[-90.53955078125,35.74599838256836],[-90.53632497787476,35.748046875],[-90.53466796875,35.74913024902344],[-90.5303406715393,35.751953125],[-90.52978515625,35.752328872680664],[-90.52490234375,35.75560188293457],[-90.52454233169556,35.755859375],[-90.52001953125,35.75901412963867],[-90.51896572113037,35.759765625],[-90.51513671875,35.76238822937012],[-90.51320791244507,35.763671875],[-90.51025390625,35.76564025878906],[-90.50727605819702,35.767578125],[-90.50537109375,35.768829345703125],[-90.501229763031,35.771484375],[-90.50048828125,35.77198028564453],[-90.49560546875,35.7752628326416],[-90.49542665481567,35.775390625],[-90.49072265625,35.778635025024414],[-90.48979759216309,35.779296875],[-90.48583984375,35.782052993774414],[-90.484139919281,35.783203125],[-90.48095703125,35.785308837890625],[-90.4781436920166,35.787109375],[-90.47607421875,35.7884635925293],[-90.47209739685059,35.791015625],[-90.47119140625,35.791616439819336],[-90.46630859375,35.794851303100586],[-90.46621084213257,35.794921875],[-90.46142578125,35.798227310180664],[-90.46059131622314,35.798828125],[-90.45654296875,35.80165100097656],[-90.45496225357056,35.802734375],[-90.45166015625,35.80492973327637],[-90.44897317886353,35.806640625],[-90.44677734375,35.808074951171875],[-90.44296026229858,35.810546875],[-90.44189453125,35.81125450134277],[-90.43701171875,35.8144474029541],[-90.43700218200684,35.814453125],[-90.43212890625,35.81782531738281],[-90.43138265609741,35.818359375],[-90.42724609375,35.821210861206055],[-90.42570352554321,35.822265625],[-90.42236328125,35.82450866699219],[-90.41978597640991,35.826171875],[-90.41748046875,35.82767295837402],[-90.41372537612915,35.830078125],[-90.41259765625,35.83082580566406],[-90.40778398513794,35.833984375],[-90.40771484375,35.83403205871582],[-90.40283203125,35.83736038208008],[-90.4020881652832,35.837890625],[-90.39794921875,35.84075164794922],[-90.39642810821533,35.841796875],[-90.39306640625,35.844064712524414],[-90.39055347442627,35.845703125],[-90.38818359375,35.847246170043945],[-90.38445234298706,35.849609375],[-90.38330078125,35.85037040710449],[-90.37854194641113,35.853515625],[-90.37841796875,35.853599548339844],[-90.37353515625,35.85691261291504],[-90.37282466888428,35.857421875],[-90.36865234375,35.860342025756836],[-90.36722421646118,35.861328125],[-90.36376953125,35.86363410949707],[-90.3612732887268,35.865234375],[-90.35888671875,35.866783142089844],[-90.3551697731018,35.869140625],[-90.35400390625,35.86990547180176],[-90.34920930862427,35.873046875],[-90.34912109375,35.87310600280762],[-90.34423828125,35.87643623352051],[-90.34351825714111,35.876953125],[-90.33935546875,35.87986373901367],[-90.33792018890381,35.880859375],[-90.33447265625,35.883155822753906],[-90.33194065093994,35.884765625],[-90.32958984375,35.886295318603516],[-90.3259015083313,35.888671875],[-90.32470703125,35.88945960998535],[-90.3199052810669,35.892578125],[-90.31982421875,35.89263343811035],[-90.31494140625,35.895992279052734],[-90.31425476074219,35.896484375],[-90.31005859375,35.89936637878418],[-90.30855417251587,35.900390625],[-90.30517578125,35.902639389038086],[-90.30256748199463,35.904296875],[-90.30029296875,35.905765533447266],[-90.29647827148438,35.908203125],[-90.29541015625,35.90890884399414],[-90.29052734375,35.91209030151367],[-90.2905011177063,35.912109375],[-90.28564453125,35.91543960571289],[-90.28483390808105,35.916015625],[-90.28076171875,35.91880226135254],[-90.27910947799683,35.919921875],[-90.27587890625,35.922088623046875],[-90.27319431304932,35.923828125],[-90.27099609375,35.925254821777344],[-90.26707410812378,35.927734375],[-90.26611328125,35.928367614746094],[-90.26123046875,35.93157386779785],[-90.26113748550415,35.931640625],[-90.25634765625,35.93490791320801],[-90.25544166564941,35.935546875],[-90.25146484375,35.93825912475586],[-90.24967432022095,35.939453125],[-90.24658203125,35.94149971008301],[-90.24369478225708,35.943359375],[-90.24169921875,35.94465446472168],[-90.23758888244629,35.947265625],[-90.23681640625,35.94777870178223],[-90.23193359375,35.95103454589844],[-90.23174047470093,35.951171875],[-90.22705078125,35.95438575744629],[-90.22607088088989,35.955078125],[-90.22216796875,35.95774459838867],[-90.22027969360352,35.958984375],[-90.21728515625,35.9609317779541],[-90.21419525146484,35.962890625],[-90.21240234375,35.96405601501465],[-90.20809888839722,35.966796875],[-90.20751953125,35.96718215942383],[-90.20263671875,35.97043800354004],[-90.2022647857666,35.970703125],[-90.19775390625,35.973825454711914],[-90.19665002822876,35.974609375],[-90.19287109375,35.97719955444336],[-90.19086122512817,35.978515625],[-90.18798828125,35.98036766052246],[-90.18468379974365,35.982421875],[-90.18310546875,35.983442306518555],[-90.17861604690552,35.986328125],[-90.17822265625,35.98659133911133],[-90.17333984375,35.98984146118164],[-90.1727843284607,35.990234375],[-90.16845703125,35.99320602416992],[-90.1671051979065,35.994140625],[-90.16357421875,35.996517181396484],[-90.16120910644531,35.998046875],[-90.15869140625,35.999667167663574],[-90.15504837036133,36.001953125],[-90.15380859375,36.00276470184326],[-90.14909267425537,36.005859375],[-90.14892578125,36.00597286224365],[-90.14404296875,36.00925350189209],[-90.14331817626953,36.009765625],[-90.13916015625,36.01261901855469],[-90.1375961303711,36.013671875],[-90.13427734375,36.01585388183594],[-90.13156652450562,36.017578125],[-90.12939453125,36.01897430419922],[-90.12540340423584,36.021484375],[-90.12451171875,36.02206897735596],[-90.11962890625,36.02528190612793],[-90.11947393417358,36.025390625],[-90.11474609375,36.02861213684082],[-90.11377573013306,36.029296875],[-90.10986328125,36.03196716308594],[-90.10798215866089,36.033203125],[-90.10498046875,36.03514862060547],[-90.10185956954956,36.037109375],[-90.10009765625,36.03824806213379],[-90.09575128555298,36.041015625],[-90.09521484375,36.04137134552002],[-90.09033203125,36.0446195602417],[-90.0899076461792,36.044921875],[-90.08544921875,36.047990798950195],[-90.08425712585449,36.048828125],[-90.08056640625,36.051344871520996],[-90.07843494415283,36.052734375],[-90.07568359375,36.054503440856934],[-90.07223844528198,36.056640625],[-90.07080078125,36.05756855010986],[-90.06617307662964,36.060546875],[-90.06591796875,36.06071758270264],[-90.06103515625,36.063971519470215],[-90.06034851074219,36.064453125],[-90.05615234375,36.06730079650879],[-90.0545859336853,36.068359375],[-90.05126953125,36.07056427001953],[-90.04862308502197,36.072265625],[-90.04638671875,36.07370662689209],[-90.04246473312378,36.076171875],[-90.04150390625,36.07680416107178],[-90.03662109375,36.080020904541016],[-90.0365400314331,36.080078125],[-90.03173828125,36.08332061767578],[-90.03078699111938,36.083984375],[-90.02685546875,36.086628913879395],[-90.02491474151611,36.087890625],[-90.02197265625,36.08979606628418],[-90.01881122589111,36.091796875],[-90.01708984375,36.09290599822998],[-90.01267671585083,36.095703125],[-90.01220703125,36.09601593017578],[-90.00732421875,36.099289894104004],[-90.0068736076355,36.099609375],[-90.00244140625,36.10264015197754],[-90.00117063522339,36.103515625],[-89.99755859375,36.10591793060303],[-89.99517440795898,36.107421875],[-89.99267578125,36.109012603759766],[-89.98898983001709,36.111328125],[-89.98779296875,36.11210632324219],[-89.98292922973633,36.115234375],[-89.98291015625,36.11524677276611],[-89.97802734375,36.118568420410156],[-89.97721672058105,36.119140625],[-89.97314453125,36.121886253356934],[-89.97138500213623,36.123046875],[-89.96826171875,36.125081062316895],[-89.96528148651123,36.126953125],[-89.96337890625,36.12817096710205],[-89.95914936065674,36.130859375],[-89.95849609375,36.13129138946533],[-89.95361328125,36.13449001312256],[-89.95322227478027,36.134765625],[-89.94873046875,36.13786220550537],[-89.94757175445557,36.138671875],[-89.94384765625,36.14114570617676],[-89.94157791137695,36.142578125],[-89.93896484375,36.14424514770508],[-89.93537425994873,36.146484375],[-89.93408203125,36.14731979370117],[-89.9293041229248,36.150390625],[-89.92919921875,36.15046215057373],[-89.92431640625,36.15373992919922],[-89.92352962493896,36.154296875],[-89.91943359375,36.157105445861816],[-89.91779804229736,36.158203125],[-89.91455078125,36.160311698913574],[-89.91164207458496,36.162109375],[-89.90966796875,36.16336631774902],[-89.90546226501465,36.166015625],[-89.90478515625,36.166460037231445],[-89.89990234375,36.169650077819824],[-89.89951133728027,36.169921875],[-89.89501953125,36.172972679138184],[-89.89378452301025,36.173828125],[-89.89013671875,36.17628288269043],[-89.88788604736328,36.177734375],[-89.88525390625,36.17941474914551],[-89.88165378570557,36.181640625],[-89.88037109375,36.18246650695801],[-89.87558364868164,36.185546875],[-89.87548828125,36.185611724853516],[-89.87060546875,36.188870429992676],[-89.86976623535156,36.189453125],[-89.86572265625,36.19215774536133],[-89.8638916015625,36.193359375],[-89.86083984375,36.195356369018555],[-89.8578405380249,36.197265625],[-89.85595703125,36.198476791381836],[-89.85166072845459,36.201171875],[-89.85107421875,36.20155620574951],[-89.84619140625,36.204776763916016],[-89.84576225280762,36.205078125],[-89.84130859375,36.20810794830322],[-89.84002590179443,36.208984375],[-89.83642578125,36.21134376525879],[-89.83395099639893,36.212890625],[-89.83154296875,36.21442890167236],[-89.8277997970581,36.216796875],[-89.82666015625,36.21753692626953],[-89.82177734375,36.220656394958496],[-89.82171058654785,36.220703125],[-89.81689453125,36.22396183013916],[-89.81596946716309,36.224609375],[-89.81201171875,36.22726345062256],[-89.81007099151611,36.228515625],[-89.80712890625,36.23038578033447],[-89.80382919311523,36.232421875],[-89.80224609375,36.23344039916992],[-89.79775428771973,36.236328125],[-89.79736328125,36.236589431762695],[-89.79248046875,36.23978900909424],[-89.79183673858643,36.240234375],[-89.78759765625,36.24307346343994],[-89.78599071502686,36.244140625],[-89.78271484375,36.246280670166016],[-89.77992534637451,36.248046875],[-89.77783203125,36.24938106536865],[-89.7737169265747,36.251953125],[-89.77294921875,36.25245761871338],[-89.76806640625,36.25567626953125],[-89.76780414581299,36.255859375],[-89.76318359375,36.258981704711914],[-89.76203918457031,36.259765625],[-89.75830078125,36.262224197387695],[-89.7559928894043,36.263671875],[-89.75341796875,36.26530933380127],[-89.7498083114624,36.267578125],[-89.74853515625,36.26840019226074],[-89.74368572235107,36.271484375],[-89.74365234375,36.27150821685791],[-89.73876953125,36.27479934692383],[-89.73792552947998,36.275390625],[-89.73388671875,36.27808856964111],[-89.73201751708984,36.279296875],[-89.72900390625,36.28120994567871],[-89.7257661819458,36.283203125],[-89.72412109375,36.284257888793945],[-89.71966743469238,36.287109375],[-89.71923828125,36.28739356994629],[-89.71435546875,36.2905797958374],[-89.71372604370117,36.291015625],[-89.70947265625,36.29384899139404],[-89.70785140991211,36.294921875],[-89.70458984375,36.2970495223999],[-89.70177173614502,36.298828125],[-89.69970703125,36.300143241882324],[-89.69554424285889,36.302734375],[-89.69482421875,36.303205490112305],[-89.68994140625,36.30640983581543],[-89.68961238861084,36.306640625],[-89.68505859375,36.309712409973145],[-89.68383312225342,36.310546875],[-89.68017578125,36.312928199768066],[-89.67772483825684,36.314453125],[-89.67529296875,36.31599807739258],[-89.67154502868652,36.318359375],[-89.67041015625,36.319092750549316],[-89.66552734375,36.322195053100586],[-89.66542720794678,36.322265625],[-89.66064453125,36.325480461120605],[-89.65965270996094,36.326171875],[-89.65576171875,36.32876777648926],[-89.65370655059814,36.330078125],[-89.65087890625,36.33185863494873],[-89.64739799499512,36.333984375],[-89.64599609375,36.334879875183105],[-89.64127540588379,36.337890625],[-89.64111328125,36.337998390197754],[-89.63623046875,36.34122657775879],[-89.63540077209473,36.341796875],[-89.63134765625,36.344472885131836],[-89.62944507598877,36.345703125],[-89.62646484375,36.34762668609619],[-89.6233081817627,36.349609375],[-89.62158203125,36.35070991516113],[-89.61708545684814,36.353515625],[-89.61669921875,36.35376834869385],[-89.61181640625,36.356971740722656],[-89.61117267608643,36.357421875],[-89.60693359375,36.360291481018066],[-89.60537910461426,36.361328125],[-89.60205078125,36.363471031188965],[-89.59916591644287,36.365234375],[-89.59716796875,36.36648941040039],[-89.59290027618408,36.369140625],[-89.59228515625,36.36954116821289],[-89.58740234375,36.37271499633789],[-89.5869255065918,36.373046875],[-89.58251953125,36.37598419189453],[-89.58107471466064,36.376953125],[-89.57763671875,36.37920379638672],[-89.57499504089355,36.380859375],[-89.57275390625,36.38227653503418],[-89.56873416900635,36.384765625],[-89.56787109375,36.38532257080078],[-89.56298828125,36.38845157623291],[-89.56267356872559,36.388671875],[-89.55810546875,36.39177131652832],[-89.55693244934082,36.392578125],[-89.55322265625,36.395005226135254],[-89.55082893371582,36.396484375],[-89.54833984375,36.39803600311279],[-89.54448699951172,36.400390625],[-89.54345703125,36.40104866027832],[-89.53857421875,36.40419006347656],[-89.53842163085938,36.404296875],[-89.53369140625,36.40747547149658],[-89.53263282775879,36.408203125],[-89.52880859375,36.410719871520996],[-89.52657699584961,36.412109375],[-89.52392578125,36.41376304626465],[-89.520263671875,36.416015625],[-89.51904296875,36.41679382324219],[-89.51416015625,36.41989231109619],[-89.51411724090576,36.419921875],[-89.50927734375,36.42319202423096],[-89.50835704803467,36.423828125],[-89.50439453125,36.42643070220947],[-89.50231552124023,36.427734375],[-89.49951171875,36.42948532104492],[-89.49596881866455,36.431640625],[-89.49462890625,36.43249320983887],[-89.48984622955322,36.435546875],[-89.48974609375,36.435614585876465],[-89.48486328125,36.438836097717285],[-89.483962059021,36.439453125],[-89.47998046875,36.44206523895264],[-89.47793960571289,36.443359375],[-89.47509765625,36.445162773132324],[-89.47172164916992,36.447265625],[-89.47021484375,36.448225021362305],[-89.46550846099854,36.451171875],[-89.46533203125,36.451287269592285],[-89.46044921875,36.4545259475708],[-89.4596529006958,36.455078125],[-89.45556640625,36.45779609680176],[-89.45372104644775,36.458984375],[-89.45068359375,36.460899353027344],[-89.44740772247314,36.462890625],[-89.44580078125,36.46390247344971],[-89.44119453430176,36.466796875],[-89.44091796875,36.46697998046875],[-89.43603515625,36.470176696777344],[-89.4352674484253,36.470703125],[-89.43115234375,36.47339725494385],[-89.42925930023193,36.474609375],[-89.42626953125,36.47651672363281],[-89.42303657531738,36.478515625],[-89.42138671875,36.479559898376465],[-89.41681385040283,36.482421875],[-89.41650390625,36.482625007629395],[-89.41162109375,36.48581314086914],[-89.41087245941162,36.486328125],[-89.40673828125,36.489073753356934],[-89.40494537353516,36.490234375],[-89.40185546875,36.49219608306885],[-89.39867973327637,36.494140625],[-89.39697265625,36.495216369628906],[-89.39241409301758,36.498046875],[-89.39208984375,36.498257637023926],[-89.38720703125,36.5014762878418],[-89.38652038574219,36.501953125],[-89.38232421875,36.50471591949463],[-89.3805456161499,36.505859375],[-89.37744140625,36.50782299041748],[-89.3742561340332,36.509765625],[-89.37255859375,36.51083183288574],[-89.36804294586182,36.513671875],[-89.36767578125,36.51391315460205],[-89.36279296875,36.5170841217041],[-89.36206817626953,36.517578125],[-89.35791015625,36.52030849456787],[-89.3560791015625,36.521484375],[-89.35302734375,36.52342700958252],[-89.34986591339111,36.525390625],[-89.34814453125,36.52647686004639],[-89.34359073638916,36.529296875],[-89.34326171875,36.52950954437256],[-89.33837890625,36.5327033996582],[-89.33765888214111,36.533203125],[-89.33349609375,36.53596210479736],[-89.33172225952148,36.537109375],[-89.32861328125,36.5390682220459],[-89.32538509368896,36.541015625],[-89.32373046875,36.5420503616333],[-89.31910991668701,36.544921875],[-89.31884765625,36.54509162902832],[-89.31396484375,36.54829406738281],[-89.31318283081055,36.548828125],[-89.30908203125,36.551509857177734],[-89.30715560913086,36.552734375],[-89.30419921875,36.554598808288574],[-89.30085182189941,36.556640625],[-89.29931640625,36.55760478973389],[-89.29462909698486,36.560546875],[-89.29443359375,36.560675621032715],[-89.28955078125,36.56387233734131],[-89.2887020111084,36.564453125],[-89.28466796875,36.56709289550781],[-89.28265571594238,36.568359375],[-89.27978515625,36.570157051086426],[-89.27635669708252,36.572265625],[-89.27490234375,36.5731840133667],[-89.27011966705322,36.576171875],[-89.27001953125,36.57623863220215],[-89.26513671875,36.579482078552246],[-89.26426887512207,36.580078125],[-89.26025390625,36.582695960998535],[-89.25819396972656,36.583984375],[-89.25537109375,36.585734367370605],[-89.25179958343506,36.587890625],[-89.25048828125,36.58871936798096],[-89.24561023712158,36.591796875],[-89.24560546875,36.591800689697266],[-89.24072265625,36.59502601623535],[-89.23972606658936,36.595703125],[-89.23583984375,36.598215103149414],[-89.23357963562012,36.599609375],[-89.23095703125,36.601240158081055],[-89.2272138595581,36.603515625],[-89.22607421875,36.60423755645752],[-89.22119140625,36.607330322265625],[-89.2210578918457,36.607421875],[-89.21630859375,36.61055660247803],[-89.21516418457031,36.611328125],[-89.21142578125,36.613749504089355],[-89.20900821685791,36.615234375],[-89.20654296875,36.61676216125488],[-89.20266628265381,36.619140625],[-89.20166015625,36.61978054046631],[-89.19677734375,36.6228609085083],[-89.19650554656982,36.623046875],[-89.19189453125,36.626081466674805],[-89.19057846069336,36.626953125],[-89.18701171875,36.62923622131348],[-89.1843843460083,36.630859375],[-89.18212890625,36.63225841522217],[-89.17799949645996,36.634765625],[-89.17724609375,36.63524532318115],[-89.17236328125,36.638365745544434],[-89.17191982269287,36.638671875],[-89.16748046875,36.6416130065918],[-89.16601657867432,36.642578125],[-89.16259765625,36.644744873046875],[-89.15969371795654,36.646484375],[-89.15771484375,36.64770317077637],[-89.1533088684082,36.650390625],[-89.15283203125,36.650699615478516],[-89.14794921875,36.6538724899292],[-89.14732933044434,36.654296875],[-89.14306640625,36.657081604003906],[-89.14131164550781,36.658203125],[-89.13818359375,36.66016864776611],[-89.13496017456055,36.662109375],[-89.13330078125,36.6631383895874],[-89.12867069244385,36.666015625],[-89.12841796875,36.666181564331055],[-89.12353515625,36.669339179992676],[-89.12267208099365,36.669921875],[-89.11865234375,36.672526359558105],[-89.1165828704834,36.673828125],[-89.11376953125,36.675601959228516],[-89.11031723022461,36.677734375],[-89.10888671875,36.67863941192627],[-89.10403251647949,36.681640625],[-89.10400390625,36.68165874481201],[-89.09912109375,36.68484306335449],[-89.09808158874512,36.685546875],[-89.09423828125,36.6880464553833],[-89.09196376800537,36.689453125],[-89.08935546875,36.69106578826904],[-89.0855598449707,36.693359375],[-89.08447265625,36.694045066833496],[-89.07958984375,36.697092056274414],[-89.07933235168457,36.697265625],[-89.07470703125,36.70029354095459],[-89.07337665557861,36.701171875],[-89.06982421875,36.703436851501465],[-89.06713962554932,36.705078125],[-89.06494140625,36.70643615722656],[-89.0607500076294,36.708984375],[-89.06005859375,36.709428787231445],[-89.05517578125,36.71257495880127],[-89.05471324920654,36.712890625],[-89.05029296875,36.7157621383667],[-89.04868125915527,36.716796875],[-89.04541015625,36.71883773803711],[-89.04229640960693,36.720703125],[-89.04052734375,36.721797943115234],[-89.03594970703125,36.724609375],[-89.03076171875,36.72798156738281],[-89.02997493743896,36.728515625],[-89.02587890625,36.73116588592529],[-89.02387142181396,36.732421875],[-89.02099609375,36.73420810699463],[-89.0174674987793,36.736328125],[-89.01611328125,36.73717403411865],[-89.01123046875,36.740227699279785],[-89.01122093200684,36.740234375],[-89.00634765625,36.743407249450684],[-89.00525093078613,36.744140625],[-89.00146484375,36.74654960632324],[-88.99899005889893,36.748046875],[-88.99658203125,36.74952983856201],[-88.99261474609375,36.751953125],[-88.99169921875,36.75253486633301],[-88.98681640625,36.75560188293457],[-88.98643493652344,36.755859375],[-88.98193359375,36.758769035339355],[-88.98039817810059,36.759765625],[-88.97705078125,36.761884689331055],[-88.9741039276123,36.763671875],[-88.97216796875,36.76487064361572],[-88.96777153015137,36.767578125],[-88.96728515625,36.767889976501465],[-88.96240234375,36.771013259887695],[-88.96170616149902,36.771484375],[-88.95751953125,36.774187088012695],[-88.95559787750244,36.775390625],[-88.95263671875,36.77723503112793],[-88.94925594329834,36.779296875],[-88.94775390625,36.78023433685303],[-88.94291400909424,36.783203125],[-88.94287109375,36.78322982788086],[-88.93798828125,36.78637218475342],[-88.93688201904297,36.787109375],[-88.93310546875,36.78953170776367],[-88.93068790435791,36.791015625],[-88.92822265625,36.792531967163086],[-88.92425537109375,36.794921875],[-88.92333984375,36.79549980163574],[-88.91845703125,36.79854488372803],[-88.91803741455078,36.798828125],[-88.91357421875,36.80170822143555],[-88.91197204589844,36.802734375],[-88.90869140625,36.804792404174805],[-88.90564441680908,36.806640625],[-88.90380859375,36.80777454376221],[-88.89925479888916,36.810546875],[-88.89892578125,36.81075859069824],[-88.89404296875,36.813920974731445],[-88.89326572418213,36.814453125],[-88.88916015625,36.81712818145752],[-88.88720035552979,36.818359375],[-88.88427734375,36.82016372680664],[-88.88072967529297,36.822265625],[-88.87939453125,36.823092460632324],[-88.87451171875,36.82609748840332],[-88.87440204620361,36.826171875],[-88.86962890625,36.8292932510376],[-88.86845111846924,36.830078125],[-88.86474609375,36.83243465423584],[-88.86219501495361,36.833984375],[-88.85986328125,36.83541011810303],[-88.8557243347168,36.837890625],[-88.85498046875,36.838361740112305],[-88.85009765625,36.84145164489746],[-88.84958744049072,36.841796875],[-88.84521484375,36.84460258483887],[-88.84347438812256,36.845703125],[-88.84033203125,36.84764575958252],[-88.83702278137207,36.849609375],[-88.83544921875,36.85057830810547],[-88.8306474685669,36.853515625],[-88.83056640625,36.8535680770874],[-88.82568359375,36.85675048828125],[-88.82468223571777,36.857421875],[-88.82080078125,36.859883308410645],[-88.81840705871582,36.861328125],[-88.81591796875,36.86284065246582],[-88.81192207336426,36.865234375],[-88.81103515625,36.86579513549805],[-88.80615234375,36.86890125274658],[-88.80579948425293,36.869140625],[-88.80126953125,36.87208080291748],[-88.79977703094482,36.873046875],[-88.79638671875,36.875165939331055],[-88.79338264465332,36.876953125],[-88.79150390625,36.8781042098999],[-88.78695964813232,36.880859375],[-88.78662109375,36.88107490539551],[-88.78173828125,36.88422679901123],[-88.78093719482422,36.884765625],[-88.77685546875,36.88735103607178],[-88.77467632293701,36.888671875],[-88.77197265625,36.89030933380127],[-88.76814365386963,36.892578125],[-88.76708984375,36.89323425292969],[-88.76220703125,36.8962926864624],[-88.76192569732666,36.896484375],[-88.75732421875,36.89946174621582],[-88.75589370727539,36.900390625],[-88.75244140625,36.90255641937256],[-88.74951362609863,36.904296875],[-88.74755859375,36.90548896789551],[-88.74304294586182,36.908203125],[-88.74267578125,36.90843677520752],[-88.73779296875,36.911582946777344],[-88.73701572418213,36.912109375],[-88.73291015625,36.914727210998535],[-88.73080730438232,36.916015625],[-88.72802734375,36.91770839691162],[-88.72430801391602,36.919921875],[-88.72314453125,36.920647621154785],[-88.71826171875,36.9237003326416],[-88.7180757522583,36.923828125],[-88.71337890625,36.92689228057861],[-88.71210098266602,36.927734375],[-88.70849609375,36.930006980895996],[-88.70575428009033,36.931640625],[-88.70361328125,36.932942390441895],[-88.69927406311035,36.935546875],[-88.69873046875,36.935893058776855],[-88.69384765625,36.93902587890625],[-88.69321346282959,36.939453125],[-88.68896484375,36.942161560058594],[-88.68701934814453,36.943359375],[-88.68408203125,36.945143699645996],[-88.68046760559082,36.947265625],[-88.67919921875,36.94804286956787],[-88.67431640625,36.951019287109375],[-88.67408752441406,36.951171875],[-88.66943359375,36.95415496826172],[-88.66800308227539,36.955078125],[-88.66455078125,36.95723533630371],[-88.66162776947021,36.958984375],[-88.65966796875,36.96018123626709],[-88.65518569946289,36.962890625],[-88.65478515625,36.9631462097168],[-88.64990234375,36.966304779052734],[-88.64917755126953,36.966796875],[-88.64501953125,36.96946334838867],[-88.64301204681396,36.970703125],[-88.64013671875,36.972458839416504],[-88.63650321960449,36.974609375],[-88.63525390625,36.97538089752197],[-88.63037109375,36.978373527526855],[-88.63015651702881,36.978515625],[-88.62548828125,36.9814977645874],[-88.62404823303223,36.982421875],[-88.62060546875,36.98456287384033],[-88.61766338348389,36.986328125],[-88.61572265625,36.98751354217529],[-88.61120700836182,36.990234375],[-88.61083984375,36.990468978881836],[-88.60595703125,36.99359893798828],[-88.60515594482422,36.994140625],[-88.60107421875,36.99675178527832],[-88.59896183013916,36.998046875],[-88.59619140625,36.99973678588867],[-88.59245777130127,37.001953125],[-88.59130859375,37.00266647338867],[-88.58642578125,37.00565814971924],[-88.58612537384033,37.005859375],[-88.58154296875,37.00877571105957],[-88.57998847961426,37.009765625],[-88.57666015625,37.01183319091797],[-88.57361316680908,37.013671875],[-88.57177734375,37.01479625701904],[-88.56714725494385,37.017578125],[-88.56689453125,37.01773738861084],[-88.56201171875,37.02083778381348],[-88.56103897094727,37.021484375],[-88.55712890625,37.02395725250244],[-88.55473518371582,37.025390625],[-88.55224609375,37.026896476745605],[-88.54823589324951,37.029296875],[-88.54736328125,37.02984046936035],[-88.54248046875,37.03284931182861],[-88.54194164276123,37.033203125],[-88.53759765625,37.03593635559082],[-88.5357141494751,37.037109375],[-88.53271484375,37.03896427154541],[-88.52930545806885,37.041015625],[-88.52783203125,37.0419282913208],[-88.52294921875,37.0449161529541],[-88.52293968200684,37.044921875],[-88.51806640625,37.04801559448242],[-88.51681232452393,37.048828125],[-88.51318359375,37.05109405517578],[-88.51042747497559,37.052734375],[-88.50830078125,37.054030418395996],[-88.50399971008301,37.056640625],[-88.50341796875,37.05701160430908],[-88.49853515625,37.06007766723633],[-88.49782466888428,37.060546875],[-88.49365234375,37.063164710998535],[-88.491530418396,37.064453125],[-88.48876953125,37.066131591796875],[-88.4850025177002,37.068359375],[-88.48388671875,37.06904888153076],[-88.47900390625,37.072078704833984],[-88.47872257232666,37.072265625],[-88.47412109375,37.07518672943115],[-88.47256660461426,37.076171875],[-88.46923828125,37.07821559906006],[-88.46606731414795,37.080078125],[-88.46435546875,37.081116676330566],[-88.45959186553955,37.083984375],[-88.45947265625,37.08406162261963],[-88.45458984375,37.08718204498291],[-88.45351219177246,37.087890625],[-88.44970703125,37.09026622772217],[-88.44714164733887,37.091796875],[-88.44482421875,37.09318828582764],[-88.44054698944092,37.095703125],[-88.43994140625,37.09607982635498],[-88.43505859375,37.09911251068115],[-88.43430519104004,37.099609375],[-88.43017578125,37.10220241546631],[-88.42800617218018,37.103515625],[-88.42529296875,37.105164527893066],[-88.42152118682861,37.107421875],[-88.42041015625,37.10811233520508],[-88.41552734375,37.11109447479248],[-88.41516971588135,37.111328125],[-88.41064453125,37.11415672302246],[-88.40890407562256,37.115234375],[-88.40576171875,37.117149353027344],[-88.40240478515625,37.119140625],[-88.40087890625,37.120076179504395],[-88.39602947235107,37.123046875],[-88.39599609375,37.123066902160645],[-88.39111328125,37.126152992248535],[-88.38986396789551,37.126953125],[-88.38623046875,37.12918281555176],[-88.38335514068604,37.130859375],[-88.38134765625,37.132062911987305],[-88.37685585021973,37.134765625],[-88.37646484375,37.135013580322266],[-88.37158203125,37.138115882873535],[-88.37074756622314,37.138671875],[-88.36669921875,37.1412239074707],[-88.36445808410645,37.142578125],[-88.36181640625,37.14417743682861],[-88.35791110992432,37.146484375],[-88.35693359375,37.14709186553955],[-88.35205078125,37.150123596191406],[-88.35165023803711,37.150390625],[-88.34716796875,37.15317726135254],[-88.3453369140625,37.154296875],[-88.34228515625,37.1561222076416],[-88.33868503570557,37.158203125],[-88.33740234375,37.15898036956787],[-88.33251953125,37.161927223205566],[-88.33224296569824,37.162109375],[-88.32763671875,37.165040016174316],[-88.32611083984375,37.166015625],[-88.32275390625,37.168107986450195],[-88.3197546005249,37.169921875],[-88.31787109375,37.17107677459717],[-88.31327438354492,37.173828125],[-88.31298828125,37.1740083694458],[-88.30810546875,37.17707633972168],[-88.30710411071777,37.177734375],[-88.30322265625,37.18016338348389],[-88.30073356628418,37.181640625],[-88.29833984375,37.18308067321777],[-88.29421520233154,37.185546875],[-88.29345703125,37.186020851135254],[-88.28857421875,37.18901348114014],[-88.28789710998535,37.189453125],[-88.28369140625,37.19203567504883],[-88.28147888183594,37.193359375],[-88.27880859375,37.19497108459473],[-88.27494144439697,37.197265625],[-88.27392578125,37.197896003723145],[-88.26904296875,37.20092964172363],[-88.26868057250977,37.201171875],[-88.26416015625,37.204002380371094],[-88.26241970062256,37.205078125],[-88.25927734375,37.20697784423828],[-88.25582504272461,37.208984375],[-88.25439453125,37.20984745025635],[-88.24951171875,37.2127742767334],[-88.24933528900146,37.212890625],[-88.24462890625,37.21584415435791],[-88.2431173324585,37.216796875],[-88.23974609375,37.21886920928955],[-88.23667526245117,37.220703125],[-88.23486328125,37.221802711486816],[-88.23014736175537,37.224609375],[-88.22998046875,37.22471523284912],[-88.22509765625,37.22776222229004],[-88.22393417358398,37.228515625],[-88.22021484375,37.23082256317139],[-88.21751117706299,37.232421875],[-88.21533203125,37.23373222351074],[-88.21100234985352,37.236328125],[-88.21044921875,37.23667621612549],[-88.20556640625,37.23969268798828],[-88.20472717285156,37.240234375],[-88.20068359375,37.24270534515381],[-88.19822788238525,37.244140625],[-88.19580078125,37.245574951171875],[-88.19155216217041,37.248046875],[-88.19091796875,37.24844169616699],[-88.18603515625,37.25150489807129],[-88.18536281585693,37.251953125],[-88.18115234375,37.254594802856445],[-88.17905902862549,37.255859375],[-88.17626953125,37.25753116607666],[-88.17242622375488,37.259765625],[-88.17138671875,37.260398864746094],[-88.16650390625,37.26335334777832],[-88.16601753234863,37.263671875],[-88.16162109375,37.26644039154053],[-88.15978050231934,37.267578125],[-88.15673828125,37.26942825317383],[-88.15326690673828,37.271484375],[-88.15185546875,37.27234649658203],[-88.14697265625,37.275285720825195],[-88.14681053161621,37.275390625],[-88.14208984375,37.27827453613281],[-88.14041137695312,37.279296875],[-88.13720703125,37.28120708465576],[-88.13375949859619,37.283203125],[-88.13232421875,37.2840690612793],[-88.12744140625,37.287004470825195],[-88.12727928161621,37.287109375],[-88.12255859375,37.29002857208252],[-88.1209659576416,37.291015625],[-88.11767578125,37.29301166534424],[-88.11442375183105,37.294921875],[-88.11279296875,37.29590702056885],[-88.10791015625,37.298800468444824],[-88.10786724090576,37.298828125],[-88.10302734375,37.301825523376465],[-88.10158729553223,37.302734375],[-88.09814453125,37.30484867095947],[-88.09510707855225,37.306640625],[-88.09326171875,37.307753562927246],[-88.08859825134277,37.310546875],[-88.08837890625,37.310683250427246],[-88.08349609375,37.31368541717529],[-88.08228492736816,37.314453125],[-88.07861328125,37.316678047180176],[-88.07570934295654,37.318359375],[-88.07373046875,37.31953811645508],[-88.06912422180176,37.322265625],[-88.06884765625,37.3224401473999],[-88.06396484375,37.325520515441895],[-88.06296825408936,37.326171875],[-88.05908203125,37.328579902648926],[-88.05656433105469,37.330078125],[-88.05419921875,37.331488609313965],[-88.04993152618408,37.333984375],[-88.04931640625,37.334364891052246],[-88.04443359375,37.33737564086914],[-88.04364681243896,37.337890625],[-88.03955078125,37.340420722961426],[-88.0372142791748,37.341796875],[-88.03466796875,37.34330940246582],[-88.03062438964844,37.345703125],[-88.02978515625,37.34622383117676],[-88.02490234375,37.3492374420166],[-88.02433490753174,37.349609375],[-88.02001953125,37.352280616760254],[-88.01796436309814,37.353515625],[-88.01513671875,37.35520839691162],[-88.01133155822754,37.357421875],[-88.01025390625,37.35807800292969],[-88.00537109375,37.36103820800781],[-88.00492286682129,37.361328125],[-88.00048828125,37.36404323577881],[-87.99849510192871,37.365234375],[-87.99560546875,37.3669490814209],[-87.99184799194336,37.369140625],[-87.99072265625,37.36982440948486],[-87.98583984375,37.372761726379395],[-87.98540115356445,37.373046875],[-87.98095703125,37.3757848739624],[-87.97903060913086,37.376953125],[-87.97607421875,37.37873554229736],[-87.97245025634766,37.380859375],[-87.97119140625,37.38163089752197],[-87.96630859375,37.384615898132324],[-87.96607971191406,37.384765625],[-87.96142578125,37.38766574859619],[-87.95980453491211,37.388671875],[-87.95654296875,37.3906364440918],[-87.95317649841309,37.392578125],[-87.95166015625,37.39348602294922],[-87.94677734375,37.39638328552246],[-87.94662475585938,37.396484375],[-87.94189453125,37.39945316314697],[-87.94041156768799,37.400390625],[-87.93701171875,37.40247631072998],[-87.93393611907959,37.404296875],[-87.93212890625,37.40538692474365],[-87.92739391326904,37.408203125],[-87.92724609375,37.40829563140869],[-87.92236328125,37.41130256652832],[-87.92108535766602,37.412109375],[-87.91748046875,37.41428756713867],[-87.9144811630249,37.416015625],[-87.91259765625,37.41713047027588],[-87.90785312652588,37.419921875],[-87.90771484375,37.42000961303711],[-87.90283203125,37.4230375289917],[-87.90158748626709,37.423828125],[-87.89794921875,37.42604351043701],[-87.89506912231445,37.427734375],[-87.89306640625,37.42892360687256],[-87.88840770721436,37.431640625],[-87.88818359375,37.43177890777588],[-87.88330078125,37.43476676940918],[-87.88207054138184,37.435546875],[-87.87841796875,37.437771797180176],[-87.87551879882812,37.439453125],[-87.87353515625,37.44063091278076],[-87.86891460418701,37.443359375],[-87.86865234375,37.44352149963379],[-87.86376953125,37.44650745391846],[-87.86256790161133,37.447265625],[-87.85888671875,37.44950580596924],[-87.85604000091553,37.451171875],[-87.85400390625,37.45238494873047],[-87.84940719604492,37.455078125],[-87.84912109375,37.45525646209717],[-87.84423828125,37.458251953125],[-87.84308433532715,37.458984375],[-87.83935546875,37.461252212524414],[-87.83653259277344,37.462890625],[-87.83447265625,37.464111328125],[-87.8299331665039,37.466796875],[-87.82958984375,37.467010498046875],[-87.82470703125,37.47002029418945],[-87.82363891601562,37.470703125],[-87.81982421875,37.47301959991455],[-87.817063331604,37.474609375],[-87.81494140625,37.47585964202881],[-87.81036376953125,37.478515625],[-87.81005859375,37.478702545166016],[-87.80517578125,37.481685638427734],[-87.8040075302124,37.482421875],[-87.80029296875,37.48466777801514],[-87.79743194580078,37.486328125],[-87.79541015625,37.48752403259277],[-87.79080867767334,37.490234375],[-87.79052734375,37.49040985107422],[-87.78564453125,37.49340629577637],[-87.78448581695557,37.494140625],[-87.78076171875,37.49639415740967],[-87.77789115905762,37.498046875],[-87.77587890625,37.49923229217529],[-87.77122020721436,37.501953125],[-87.77099609375,37.50209140777588],[-87.76611328125,37.50509262084961],[-87.764892578125,37.505859375],[-87.76123046875,37.50805854797363],[-87.75827407836914,37.509765625],[-87.75634765625,37.51089954376221],[-87.75157928466797,37.513671875],[-87.75146484375,37.5137414932251],[-87.74658203125,37.51670742034912],[-87.74518489837646,37.517578125],[-87.74169921875,37.51967525482178],[-87.73855686187744,37.521484375],[-87.73681640625,37.52251720428467],[-87.73193836212158,37.525390625],[-87.73193359375,37.52539348602295],[-87.72705078125,37.528388023376465],[-87.72557735443115,37.529296875],[-87.72216796875,37.531344413757324],[-87.71898746490479,37.533203125],[-87.71728515625,37.53421878814697],[-87.71240234375,37.53708457946777],[-87.71236419677734,37.537109375],[-87.70751953125,37.54002666473389],[-87.70588874816895,37.541015625],[-87.70263671875,37.54294204711914],[-87.69917488098145,37.544921875],[-87.69775390625,37.54576587677002],[-87.69287109375,37.548648834228516],[-87.69259452819824,37.548828125],[-87.68798828125,37.55164432525635],[-87.68619537353516,37.552734375],[-87.68310546875,37.55458927154541],[-87.67962455749512,37.556640625],[-87.67822265625,37.55749034881592],[-87.67333984375,37.56038475036621],[-87.67308712005615,37.560546875],[-87.66845703125,37.56334972381592],[-87.6666259765625,37.564453125],[-87.66357421875,37.56626605987549],[-87.65993595123291,37.568359375],[-87.65869140625,37.569106101989746],[-87.65380859375,37.57200527191162],[-87.65340328216553,37.572265625],[-87.64892578125,37.57498073577881],[-87.64691829681396,37.576171875],[-87.64404296875,37.5778694152832],[-87.64025211334229,37.580078125],[-87.63916015625,37.5807409286499],[-87.63427734375,37.5836706161499],[-87.63379096984863,37.583984375],[-87.62939453125,37.58666133880615],[-87.6273250579834,37.587890625],[-87.62451171875,37.58955097198486],[-87.62060165405273,37.591796875],[-87.61962890625,37.592384338378906],[-87.61474609375,37.59531784057617],[-87.61415004730225,37.595703125],[-87.60986328125,37.59830665588379],[-87.60764122009277,37.599609375],[-87.60498046875,37.601173400878906],[-87.60097026824951,37.603515625],[-87.60009765625,37.604047775268555],[-87.59521484375,37.60698699951172],[-87.59453296661377,37.607421875],[-87.59033203125,37.609938621520996],[-87.58790969848633,37.611328125],[-87.58544921875,37.612751960754395],[-87.58108139038086,37.615234375],[-87.58056640625,37.61554718017578],[-87.57568359375,37.618483543395996],[-87.57464408874512,37.619140625],[-87.57080078125,37.621463775634766],[-87.56805896759033,37.623046875],[-87.56591796875,37.624305725097656],[-87.56141185760498,37.626953125],[-87.56103515625,37.6271858215332],[-87.55615234375,37.63014793395996],[-87.55501747131348,37.630859375],[-87.55126953125,37.63310527801514],[-87.54838466644287,37.634765625],[-87.54638671875,37.63593864440918],[-87.54165649414062,37.638671875],[-87.54150390625,37.638766288757324],[-87.53662109375,37.64171123504639],[-87.53521919250488,37.642578125],[-87.53173828125,37.644662857055664],[-87.52856254577637,37.646484375],[-87.52685546875,37.64749050140381],[-87.52197265625,37.65035629272461],[-87.5219202041626,37.650390625],[-87.51708984375,37.65329074859619],[-87.5154161453247,37.654296875],[-87.51220703125,37.656192779541016],[-87.50872611999512,37.658203125],[-87.50732421875,37.65903949737549],[-87.50244140625,37.661898612976074],[-87.50210762023926,37.662109375],[-87.49755859375,37.66483497619629],[-87.49556541442871,37.666015625],[-87.49267578125,37.66771697998047],[-87.48883247375488,37.669921875],[-87.48779296875,37.67054843902588],[-87.48291015625,37.67347431182861],[-87.48235702514648,37.673828125],[-87.47802734375,37.676448822021484],[-87.47582912445068,37.677734375],[-87.47314453125,37.67930889129639],[-87.4691390991211,37.681640625],[-87.46826171875,37.68217372894287],[-87.46337890625,37.68509769439697],[-87.46266841888428,37.685546875],[-87.45849609375,37.68803119659424],[-87.4560022354126,37.689453125],[-87.45361328125,37.69083213806152],[-87.44919300079346,37.693359375],[-87.44873046875,37.69363975524902],[-87.44384765625,37.69658374786377],[-87.44276523590088,37.697265625],[-87.43896484375,37.69954490661621],[-87.43610858917236,37.701171875],[-87.43408203125,37.70234775543213],[-87.4293565750122,37.705078125],[-87.42919921875,37.70517539978027],[-87.42431640625,37.708109855651855],[-87.42289066314697,37.708984375],[-87.41943359375,37.71104431152344],[-87.4162483215332,37.712890625],[-87.41455078125,37.71389579772949],[-87.40966796875,37.7167329788208],[-87.40956783294678,37.716796875],[-87.40478515625,37.719655990600586],[-87.40303993225098,37.720703125],[-87.39990234375,37.722551345825195],[-87.3962926864624,37.724609375],[-87.39501953125,37.72536659240723],[-87.39013671875,37.728243827819824],[-87.38970756530762,37.728515625],[-87.38525390625,37.73119258880615],[-87.38314628601074,37.732421875],[-87.38037109375,37.73404121398926],[-87.37640380859375,37.736328125],[-87.37548828125,37.7368803024292],[-87.37060546875,37.73979949951172],[-87.36991882324219,37.740234375],[-87.36572265625,37.74273490905762],[-87.36326694488525,37.744140625],[-87.36083984375,37.745540618896484],[-87.35640048980713,37.748046875],[-87.35595703125,37.74831485748291],[-87.35107421875,37.75118923187256],[-87.34982967376709,37.751953125],[-87.34619140625,37.754103660583496],[-87.34310150146484,37.755859375],[-87.34130859375,37.75690937042236],[-87.33642578125,37.75974082946777],[-87.33638763427734,37.759765625],[-87.33154296875,37.76267623901367],[-87.32988834381104,37.763671875],[-87.32666015625,37.76557445526123],[-87.32319831848145,37.767578125],[-87.32177734375,37.768428802490234],[-87.31689453125,37.771318435668945],[-87.31663703918457,37.771484375],[-87.31201171875,37.77425479888916],[-87.31009483337402,37.775390625],[-87.30712890625,37.77712154388428],[-87.30330467224121,37.779296875],[-87.30224609375,37.77992916107178],[-87.29736328125,37.78281211853027],[-87.29674339294434,37.783203125],[-87.29248046875,37.78574180603027],[-87.29008674621582,37.787109375],[-87.28759765625,37.78854560852051],[-87.28326320648193,37.791015625],[-87.28271484375,37.79134941101074],[-87.27783203125,37.79427719116211],[-87.27679252624512,37.794921875],[-87.27294921875,37.797189712524414],[-87.27006912231445,37.798828125],[-87.26806640625,37.7999906539917],[-87.26332187652588,37.802734375],[-87.26318359375,37.80281925201416],[-87.25830078125,37.805734634399414],[-87.2568130493164,37.806640625],[-87.25341796875,37.80863857269287],[-87.2500467300415,37.810546875],[-87.24853515625,37.81143569946289],[-87.24365234375,37.81425762176514],[-87.24334239959717,37.814453125],[-87.23876953125,37.817161560058594],[-87.23671913146973,37.818359375],[-87.23388671875,37.820008277893066],[-87.22992420196533,37.822265625],[-87.22900390625,37.82281684875488],[-87.22412109375,37.825737953186035],[-87.22343444824219,37.826171875],[-87.21923828125,37.828651428222656],[-87.21671104431152,37.830078125],[-87.21435546875,37.8314323425293],[-87.20991611480713,37.833984375],[-87.20947265625,37.83425521850586],[-87.20458984375,37.83715629577637],[-87.20339775085449,37.837890625],[-87.19970703125,37.84006404876709],[-87.19664573669434,37.841796875],[-87.19482421875,37.842854499816895],[-87.18994140625,37.84564685821533],[-87.18985080718994,37.845703125],[-87.18505859375,37.84853553771973],[-87.18324184417725,37.849609375],[-87.18017578125,37.851399421691895],[-87.17642784118652,37.853515625],[-87.17529296875,37.854183197021484],[-87.17041015625,37.8570499420166],[-87.16981887817383,37.857421875],[-87.16552734375,37.859971046447754],[-87.1631383895874,37.861328125],[-87.16064453125,37.86276054382324],[-87.15631008148193,37.865234375],[-87.15576171875,37.86556529998779],[-87.15087890625,37.86843395233154],[-87.14972019195557,37.869140625],[-87.14599609375,37.87133312225342],[-87.14300632476807,37.873046875],[-87.14111328125,37.87415409088135],[-87.13624477386475,37.876953125],[-87.13623046875,37.87696075439453],[-87.13134765625,37.87984085083008],[-87.12963104248047,37.880859375],[-87.12646484375,37.882699966430664],[-87.122802734375,37.884765625],[-87.12158203125,37.88548469543457],[-87.11669921875,37.888336181640625],[-87.11616516113281,37.888671875],[-87.11181640625,37.89125442504883],[-87.10949897766113,37.892578125],[-87.10693359375,37.89405155181885],[-87.10264205932617,37.896484375],[-87.10205078125,37.8968391418457],[-87.09716796875,37.89974498748779],[-87.09612369537354,37.900390625],[-87.09228515625,37.90264129638672],[-87.08936214447021,37.904296875],[-87.08740234375,37.90543079376221],[-87.08259582519531,37.908203125],[-87.08251953125,37.90824890136719],[-87.07763671875,37.911142349243164],[-87.07602024078369,37.912109375],[-87.07275390625,37.91401195526123],[-87.06919193267822,37.916015625],[-87.06787109375,37.91678810119629],[-87.06298828125,37.91961479187012],[-87.06249713897705,37.919921875],[-87.05810546875,37.92251968383789],[-87.05583095550537,37.923828125],[-87.05322265625,37.92533588409424],[-87.04896450042725,37.927734375],[-87.04833984375,37.928104400634766],[-87.04345703125,37.93095779418945],[-87.04234600067139,37.931640625],[-87.03857421875,37.933855056762695],[-87.03557014465332,37.935546875],[-87.03369140625,37.93663311004639],[-87.02880859375,37.93944454193115],[-87.02879428863525,37.939453125],[-87.02392578125,37.9423131942749],[-87.0221471786499,37.943359375],[-87.01904296875,37.945162773132324],[-87.01537609100342,37.947265625],[-87.01416015625,37.947988510131836],[-87.00927734375,37.95083713531494],[-87.00873851776123,37.951171875],[-87.00439453125,37.95371150970459],[-87.00197219848633,37.955078125],[-86.99951171875,37.956478118896484],[-86.9950532913208,37.958984375],[-86.99462890625,37.9592399597168],[-86.98974609375,37.9621000289917],[-86.98843955993652,37.962890625],[-86.98486328125,37.96496391296387],[-86.9815731048584,37.966796875],[-86.97998046875,37.96771812438965],[-86.97509765625,37.97052478790283],[-86.97481155395508,37.970703125],[-86.97021484375,37.97342395782471],[-86.96816921234131,37.974609375],[-86.96533203125,37.97623825073242],[-86.96128368377686,37.978515625],[-86.96044921875,37.97901248931885],[-86.95556640625,37.981882095336914],[-86.95468425750732,37.982421875],[-86.95068359375,37.984734535217285],[-86.94782257080078,37.986328125],[-86.94580078125,37.9874849319458],[-86.9410228729248,37.990234375],[-86.94091796875,37.99029731750488],[-86.93603515625,37.993160247802734],[-86.93438053131104,37.994140625],[-86.93115234375,37.996015548706055],[-86.92757606506348,37.998046875],[-86.92626953125,37.99881839752197],[-86.92138671875,38.001644134521484],[-86.92089080810547,38.001953125],[-86.91650390625,38.00450611114502],[-86.91409587860107,38.005859375],[-86.91162109375,38.0072603225708],[-86.90712928771973,38.009765625],[-86.90673828125,38.00999641418457],[-86.90185546875,38.012837409973145],[-86.90046787261963,38.013671875],[-86.89697265625,38.015708923339844],[-86.89363956451416,38.017578125],[-86.89208984375,38.01848030090332],[-86.88720703125,38.02130126953125],[-86.8869161605835,38.021484375],[-86.88232421875,38.024197578430176],[-86.88024520874023,38.025390625],[-86.87744140625,38.02699089050293],[-86.87333583831787,38.029296875],[-86.87255859375,38.02975940704346],[-86.86767578125,38.03262519836426],[-86.86673164367676,38.033203125],[-86.86279296875,38.03547954559326],[-86.85986995697021,38.037109375],[-86.85791015625,38.038228034973145],[-86.85303211212158,38.041015625],[-86.85302734375,38.04101848602295],[-86.84814453125,38.04387283325195],[-86.84635162353516,38.044921875],[-86.84326171875,38.046698570251465],[-86.83947563171387,38.048828125],[-86.83837890625,38.049471855163574],[-86.83349609375,38.05229949951172],[-86.83279514312744,38.052734375],[-86.82861328125,38.055158615112305],[-86.82593822479248,38.056640625],[-86.82373046875,38.05788707733154],[-86.81898593902588,38.060546875],[-86.81884765625,38.06062984466553],[-86.81396484375,38.063477516174316],[-86.81231498718262,38.064453125],[-86.80908203125,38.06631946563721],[-86.80542945861816,38.068359375],[-86.80419921875,38.06907653808594],[-86.79931640625,38.071900367736816],[-86.79872989654541,38.072265625],[-86.79443359375,38.074777603149414],[-86.7919397354126,38.076171875],[-86.78955078125,38.07752227783203],[-86.78500175476074,38.080078125],[-86.78466796875,38.080278396606445],[-86.77978515625,38.08313846588135],[-86.77835941314697,38.083984375],[-86.77490234375,38.085957527160645],[-86.77142143249512,38.087890625],[-86.77001953125,38.088701248168945],[-86.76513671875,38.09153175354004],[-86.76470756530762,38.091796875],[-86.76025390625,38.09435558319092],[-86.75782203674316,38.095703125],[-86.75537109375,38.09708309173584],[-86.75091743469238,38.099609375],[-86.75048828125,38.09986877441406],[-86.74560546875,38.10272789001465],[-86.74429893493652,38.103515625],[-86.74072265625,38.105597496032715],[-86.73748016357422,38.107421875],[-86.73583984375,38.10837173461914],[-86.73095703125,38.11113452911377],[-86.73064231872559,38.111328125],[-86.72607421875,38.11393070220947],[-86.72373294830322,38.115234375],[-86.72119140625,38.11665916442871],[-86.7167329788208,38.119140625],[-86.71630859375,38.119391441345215],[-86.71142578125,38.12222099304199],[-86.71004295349121,38.123046875],[-86.70654296875,38.125061988830566],[-86.70313358306885,38.126953125],[-86.70166015625,38.12780284881592],[-86.69677734375,38.130568504333496],[-86.69630527496338,38.130859375],[-86.69189453125,38.13339614868164],[-86.68943881988525,38.134765625],[-86.68701171875,38.13613796234131],[-86.68246746063232,38.138671875],[-86.68212890625,38.13887310028076],[-86.67724609375,38.14169406890869],[-86.67575359344482,38.142578125],[-86.67236328125,38.14452838897705],[-86.66884899139404,38.146484375],[-86.66748046875,38.147274017333984],[-86.66259765625,38.15007781982422],[-86.6620922088623,38.150390625],[-86.65771484375,38.15292930603027],[-86.65524959564209,38.154296875],[-86.65283203125,38.15565490722656],[-86.64828300476074,38.158203125],[-86.64794921875,38.15840148925781],[-86.64306640625,38.161216735839844],[-86.64153575897217,38.162109375],[-86.63818359375,38.164011001586914],[-86.63458347320557,38.166015625],[-86.63330078125,38.16676330566406],[-86.62841796875,38.16957759857178],[-86.62785530090332,38.169921875],[-86.62353515625,38.17239475250244],[-86.62094116210938,38.173828125],[-86.61865234375,38.17511558532715],[-86.61398410797119,38.177734375],[-86.61376953125,38.1778621673584],[-86.60888671875,38.1806526184082],[-86.60718441009521,38.181640625],[-86.60400390625,38.183457374572754],[-86.6002893447876,38.185546875],[-86.59912109375,38.186232566833496],[-86.59423828125,38.189059257507324],[-86.59359931945801,38.189453125],[-86.58935546875,38.191908836364746],[-86.58672332763672,38.193359375],[-86.58447265625,38.19461727142334],[-86.57968044281006,38.197265625],[-86.57958984375,38.197319984436035],[-86.57470703125,38.200148582458496],[-86.57296657562256,38.201171875],[-86.56982421875,38.20297813415527],[-86.56603336334229,38.205078125],[-86.56494140625,38.205711364746094],[-86.56005859375,38.20846652984619],[-86.55919551849365,38.208984375],[-86.55517578125,38.211270332336426],[-86.55222415924072,38.212890625],[-86.55029296875,38.21398067474365],[-86.54541015625,38.216721534729004],[-86.54529094696045,38.216796875],[-86.54052734375,38.21958065032959],[-86.53860569000244,38.220703125],[-86.53564453125,38.222412109375],[-86.5317153930664,38.224609375],[-86.53076171875,38.22516632080078],[-86.52587890625,38.22794055938721],[-86.52492046356201,38.228515625],[-86.52099609375,38.23075294494629],[-86.51795387268066,38.232421875],[-86.51611328125,38.233458518981934],[-86.51123046875,38.23619079589844],[-86.51100635528564,38.236328125],[-86.50634765625,38.239017486572266],[-86.50419235229492,38.240234375],[-86.50146484375,38.24177265167236],[-86.49721622467041,38.244140625],[-86.49658203125,38.24451732635498],[-86.49169921875,38.24736499786377],[-86.49056434631348,38.248046875],[-86.48681640625,38.25020217895508],[-86.48366928100586,38.251953125],[-86.48193359375,38.25295066833496],[-86.47705078125,38.25574779510498],[-86.47686958312988,38.255859375],[-86.47216796875,38.25855350494385],[-86.47000312805176,38.259765625],[-86.46728515625,38.261287689208984],[-86.46297931671143,38.263671875],[-86.46240234375,38.26400947570801],[-86.45751953125,38.2667293548584],[-86.4560317993164,38.267578125],[-86.45263671875,38.26947212219238],[-86.44899845123291,38.271484375],[-86.44775390625,38.27220439910889],[-86.44287109375,38.27499771118164],[-86.44222259521484,38.275390625],[-86.43798828125,38.27779674530029],[-86.43525123596191,38.279296875],[-86.43310546875,38.280500411987305],[-86.42829418182373,38.283203125],[-86.42822265625,38.283246994018555],[-86.42333984375,38.28606128692627],[-86.42152786254883,38.287109375],[-86.41845703125,38.28886699676514],[-86.41461849212646,38.291015625],[-86.41357421875,38.29162406921387],[-86.40869140625,38.29435920715332],[-86.40774250030518,38.294921875],[-86.40380859375,38.297152519226074],[-86.40078544616699,38.298828125],[-86.39892578125,38.29988384246826],[-86.39404296875,38.302605628967285],[-86.39382839202881,38.302734375],[-86.38916015625,38.305378913879395],[-86.38689517974854,38.306640625],[-86.38427734375,38.30810356140137],[-86.37983798980713,38.310546875],[-86.37939453125,38.31080722808838],[-86.37451171875,38.313551902770996],[-86.37295722961426,38.314453125],[-86.36962890625,38.31633472442627],[-86.36595249176025,38.318359375],[-86.36474609375,38.31904983520508],[-86.35986328125,38.32178497314453],[-86.35906219482422,38.322265625],[-86.35498046875,38.32459354400635],[-86.35213375091553,38.326171875],[-86.35009765625,38.32732391357422],[-86.34521484375,38.33004951477051],[-86.34516716003418,38.330078125],[-86.34033203125,38.332825660705566],[-86.33827686309814,38.333984375],[-86.33544921875,38.335567474365234],[-86.33121490478516,38.337890625],[-86.33056640625,38.33826923370361],[-86.32568359375,38.341050148010254],[-86.32443428039551,38.341796875],[-86.32080078125,38.34388542175293],[-86.31753444671631,38.345703125],[-86.31591796875,38.346632957458496],[-86.31103515625,38.34940528869629],[-86.31070137023926,38.349609375],[-86.30615234375,38.35222244262695],[-86.30383014678955,38.353515625],[-86.30126953125,38.35494804382324],[-86.29676342010498,38.357421875],[-86.29638671875,38.357643127441406],[-86.29150390625,38.36039638519287],[-86.28989219665527,38.361328125],[-86.28662109375,38.3631706237793],[-86.28284931182861,38.365234375],[-86.28173828125,38.365872383117676],[-86.27685546875,38.36861324310303],[-86.2759780883789,38.369140625],[-86.27197265625,38.37141513824463],[-86.26899719238281,38.373046875],[-86.26708984375,38.374122619628906],[-86.26220703125,38.3768424987793],[-86.26202583312988,38.376953125],[-86.25732421875,38.379608154296875],[-86.25507354736328,38.380859375],[-86.25244140625,38.382330894470215],[-86.24799251556396,38.384765625],[-86.24755859375,38.38501739501953],[-86.24267578125,38.387722969055176],[-86.24102115631104,38.388671875],[-86.23779296875,38.390488624572754],[-86.23400688171387,38.392578125],[-86.23291015625,38.39321231842041],[-86.22802734375,38.39596080780029],[-86.2271499633789,38.396484375],[-86.22314453125,38.398743629455566],[-86.22011661529541,38.400390625],[-86.21826171875,38.4014310836792],[-86.21337890625,38.40415668487549],[-86.21315002441406,38.404296875],[-86.20849609375,38.40694999694824],[-86.20625019073486,38.408203125],[-86.20361328125,38.409671783447266],[-86.1991548538208,38.412109375],[-86.19873046875,38.41235637664795],[-86.19384765625,38.41510486602783],[-86.19227886199951,38.416015625],[-86.18896484375,38.41788864135742],[-86.18526935577393,38.419921875],[-86.18408203125,38.42060661315918],[-86.17919921875,38.42337512969971],[-86.17845058441162,38.423828125],[-86.17431640625,38.42618465423584],[-86.17147445678711,38.427734375],[-86.16943359375,38.428874015808105],[-86.16455078125,38.43156433105469],[-86.16442203521729,38.431640625],[-86.15966796875,38.43432140350342],[-86.1574649810791,38.435546875],[-86.15478515625,38.43703651428223],[-86.15036487579346,38.439453125],[-86.14990234375,38.43972301483154],[-86.14501953125,38.442463874816895],[-86.14346981048584,38.443359375],[-86.14013671875,38.44523620605469],[-86.13642692565918,38.447265625],[-86.13525390625,38.447937965393066],[-86.13037109375,38.45065689086914],[-86.12950325012207,38.451171875],[-86.12548828125,38.45341491699219],[-86.12239837646484,38.455078125],[-86.12060546875,38.45607566833496],[-86.11572265625,38.45877456665039],[-86.1153793334961,38.458984375],[-86.11083984375,38.461554527282715],[-86.10841274261475,38.462890625],[-86.10595703125,38.464256286621094],[-86.10132217407227,38.466796875],[-86.10107421875,38.46694278717041],[-86.09619140625,38.469698905944824],[-86.0944414138794,38.470703125],[-86.09130859375,38.4724645614624],[-86.08738422393799,38.474609375],[-86.08642578125,38.475157737731934],[-86.08154296875,38.477864265441895],[-86.08043193817139,38.478515625],[-86.07666015625,38.48063659667969],[-86.07339382171631,38.482421875],[-86.07177734375,38.483333587646484],[-86.06689453125,38.48604202270508],[-86.0664176940918,38.486328125],[-86.06201171875,38.488813400268555],[-86.05941772460938,38.490234375],[-86.05712890625,38.491506576538086],[-86.0523271560669,38.494140625],[-86.05224609375,38.49418830871582],[-86.04736328125,38.49691963195801],[-86.04535102844238,38.498046875],[-86.04248046875,38.499643325805664],[-86.0382604598999,38.501953125],[-86.03759765625,38.50233459472656],[-86.03271484375,38.505022048950195],[-86.03125095367432,38.505859375],[-86.02783203125,38.50776386260986],[-86.02418899536133,38.509765625],[-86.02294921875,38.51047134399414],[-86.01806640625,38.513155937194824],[-86.01718425750732,38.513671875],[-86.01318359375,38.51589393615723],[-86.01009368896484,38.517578125],[-86.00830078125,38.518585205078125],[-86.00341796875,38.521307945251465],[-86.00312232971191,38.521484375],[-85.99853515625,38.524030685424805],[-85.99599838256836,38.525390625],[-85.99365234375,38.52667427062988],[-85.9888744354248,38.529296875],[-85.98876953125,38.52935981750488],[-85.98388671875,38.53206539154053],[-85.98182201385498,38.533203125],[-85.97900390625,38.534751892089844],[-85.97468852996826,38.537109375],[-85.97412109375,38.53743648529053],[-85.96923828125,38.540162086486816],[-85.96774578094482,38.541015625],[-85.96435546875,38.5429048538208],[-85.96065998077393,38.544921875],[-85.95947265625,38.545599937438965],[-85.95458984375,38.548316955566406],[-85.95372200012207,38.548828125],[-85.94970703125,38.55106163024902],[-85.94659805297852,38.552734375],[-85.94482421875,38.55371856689453],[-85.93994140625,38.556419372558594],[-85.93957424163818,38.556640625],[-85.93505859375,38.55916881561279],[-85.93248844146729,38.560546875],[-85.93017578125,38.561805725097656],[-85.92529296875,38.564453125],[-85.92529296875,38.564454078674316],[-85.92041015625,38.56719779968262],[-85.91833114624023,38.568359375],[-85.91552734375,38.56991958618164],[-85.91122150421143,38.572265625],[-85.91064453125,38.57259654998779],[-85.90576171875,38.57530975341797],[-85.90425968170166,38.576171875],[-85.90087890625,38.57805347442627],[-85.8971357345581,38.580078125],[-85.89599609375,38.58072280883789],[-85.89111328125,38.58342456817627],[-85.89016437530518,38.583984375],[-85.88623046875,38.58619213104248],[-85.88310718536377,38.587890625],[-85.88134765625,38.588881492614746],[-85.87646484375,38.59160804748535],[-85.87615489959717,38.591796875],[-85.87158203125,38.59438133239746],[-85.86917877197266,38.595703125],[-85.86669921875,38.59707736968994],[-85.86207389831543,38.599609375],[-85.86181640625,38.59976005554199],[-85.85693359375,38.60247993469238],[-85.85509300231934,38.603515625],[-85.85205078125,38.60519981384277],[-85.84794044494629,38.607421875],[-85.84716796875,38.60786247253418],[-85.84228515625,38.61054229736328],[-85.84091663360596,38.611328125],[-85.83740234375,38.613282203674316],[-85.83380222320557,38.615234375],[-85.83251953125,38.61595630645752],[-85.82763671875,38.61860466003418],[-85.82671165466309,38.619140625],[-85.82275390625,38.621337890625],[-85.81963062286377,38.623046875],[-85.81787109375,38.62403964996338],[-85.81298828125,38.62675857543945],[-85.81266403198242,38.626953125],[-85.80810546875,38.62948417663574],[-85.80554962158203,38.630859375],[-85.80322265625,38.632137298583984],[-85.79844951629639,38.634765625],[-85.79833984375,38.634830474853516],[-85.79345703125,38.63752746582031],[-85.79136848449707,38.638671875],[-85.78857421875,38.640201568603516],[-85.7842206954956,38.642578125],[-85.78369140625,38.642884254455566],[-85.77880859375,38.64560127258301],[-85.7772445678711,38.646484375],[-85.77392578125,38.648308753967285],[-85.77003955841064,38.650390625],[-85.76904296875,38.65095233917236],[-85.76416015625,38.6536283493042],[-85.76300621032715,38.654296875],[-85.75927734375,38.65637397766113],[-85.7558822631836,38.658203125],[-85.75439453125,38.65903186798096],[-85.74951171875,38.66170024871826],[-85.7488203048706,38.662109375],[-85.74462890625,38.66444396972656],[-85.74171543121338,38.666015625],[-85.73974609375,38.667104721069336],[-85.73486328125,38.66977787017822],[-85.73462009429932,38.669921875],[-85.72998046875,38.67249393463135],[-85.72751045227051,38.673828125],[-85.72509765625,38.67514610290527],[-85.72031497955322,38.677734375],[-85.72021484375,38.677791595458984],[-85.71533203125,38.680490493774414],[-85.71325778961182,38.681640625],[-85.71044921875,38.68318748474121],[-85.70609092712402,38.685546875],[-85.70556640625,38.6858491897583],[-85.70068359375,38.688514709472656],[-85.6990098953247,38.689453125],[-85.69580078125,38.69121742248535],[-85.69182872772217,38.693359375],[-85.69091796875,38.693875312805176],[-85.68603515625,38.69649887084961],[-85.68467140197754,38.697265625],[-85.68115234375,38.699185371398926],[-85.67747116088867,38.701171875],[-85.67626953125,38.70184898376465],[-85.67138671875,38.704527854919434],[-85.6704330444336,38.705078125],[-85.66650390625,38.70723247528076],[-85.6632137298584,38.708984375],[-85.66162109375,38.709861755371094],[-85.65673828125,38.71252632141113],[-85.65612316131592,38.712890625],[-85.65185546875,38.71525573730469],[-85.64897060394287,38.716796875],[-85.64697265625,38.71789073944092],[-85.64208984375,38.720542907714844],[-85.64181804656982,38.720703125],[-85.63720703125,38.72325134277344],[-85.63467025756836,38.724609375],[-85.63232421875,38.72588634490967],[-85.62744617462158,38.728515625],[-85.62744140625,38.72851753234863],[-85.62255859375,38.731201171875],[-85.62032222747803,38.732421875],[-85.61767578125,38.73386859893799],[-85.61312675476074,38.736328125],[-85.61279296875,38.7365198135376],[-85.60791015625,38.73920249938965],[-85.60606002807617,38.740234375],[-85.60302734375,38.74189758300781],[-85.59884548187256,38.744140625],[-85.59814453125,38.74453639984131],[-85.59326171875,38.747159004211426],[-85.5916690826416,38.748046875],[-85.58837890625,38.74984836578369],[-85.58449745178223,38.751953125],[-85.58349609375,38.752519607543945],[-85.57861328125,38.75515651702881],[-85.57736396789551,38.755859375],[-85.57373046875,38.75783634185791],[-85.57013034820557,38.759765625],[-85.56884765625,38.76048564910889],[-85.56396484375,38.763160705566406],[-85.56308269500732,38.763671875],[-85.55908203125,38.7658634185791],[-85.5558443069458,38.767578125],[-85.55419921875,38.76848030090332],[-85.54931640625,38.771124839782715],[-85.5487060546875,38.771484375],[-85.54443359375,38.77384090423584],[-85.54152965545654,38.775390625],[-85.53955078125,38.77647304534912],[-85.53466796875,38.779128074645996],[-85.53438663482666,38.779296875],[-85.52978515625,38.78183650970459],[-85.52723407745361,38.783203125],[-85.52490234375,38.78447151184082],[-85.52001953125,38.787102699279785],[-85.52000999450684,38.787109375],[-85.51513671875,38.78977870941162],[-85.5128526687622,38.791015625],[-85.51025390625,38.79242706298828],[-85.50559043884277,38.794921875],[-85.50537109375,38.79504871368408],[-85.50048828125,38.79767894744873],[-85.498366355896,38.798828125],[-85.49560546875,38.800326347351074],[-85.49115180969238,38.802734375],[-85.49072265625,38.80298042297363],[-85.48583984375,38.80561637878418],[-85.48396110534668,38.806640625],[-85.48095703125,38.808260917663574],[-85.47667026519775,38.810546875],[-85.47607421875,38.81088447570801],[-85.47119140625,38.81352710723877],[-85.46952724456787,38.814453125],[-85.46630859375,38.81620979309082],[-85.4622745513916,38.818359375],[-85.46142578125,38.81883430480957],[-85.45654296875,38.821455001831055],[-85.45510292053223,38.822265625],[-85.45166015625,38.824148178100586],[-85.44787883758545,38.826171875],[-85.44677734375,38.826788902282715],[-85.44189453125,38.829423904418945],[-85.44075012207031,38.830078125],[-85.43701171875,38.83212471008301],[-85.43351650238037,38.833984375],[-85.43212890625,38.83475208282471],[-85.42724609375,38.83734703063965],[-85.42628765106201,38.837890625],[-85.42236328125,38.84001636505127],[-85.41902542114258,38.841796875],[-85.41748046875,38.8426513671875],[-85.41259765625,38.845293045043945],[-85.41188716888428,38.845703125],[-85.40771484375,38.84796619415283],[-85.40460109710693,38.849609375],[-85.40283203125,38.85057353973389],[-85.39794921875,38.85321235656738],[-85.39743423461914,38.853515625],[-85.39306640625,38.855913162231445],[-85.39021492004395,38.857421875],[-85.38818359375,38.858524322509766],[-85.38330078125,38.86116027832031],[-85.38301944732666,38.861328125],[-85.37841796875,38.863858222961426],[-85.3758430480957,38.865234375],[-85.37353515625,38.86649036407471],[-85.36865234375,38.86912727355957],[-85.36862850189209,38.869140625],[-85.36376953125,38.87179946899414],[-85.36145210266113,38.873046875],[-85.35888671875,38.87443161010742],[-85.35414218902588,38.876953125],[-85.35400390625,38.877031326293945],[-85.34912109375,38.879639625549316],[-85.34683227539062,38.880859375],[-85.34423828125,38.88225269317627],[-85.33956050872803,38.884765625],[-85.33935546875,38.88488292694092],[-85.33447265625,38.88751983642578],[-85.33232688903809,38.888671875],[-85.32958984375,38.89013957977295],[-85.32500743865967,38.892578125],[-85.32470703125,38.89274787902832],[-85.31982421875,38.89539813995361],[-85.31785011291504,38.896484375],[-85.31494140625,38.89807605743408],[-85.31063079833984,38.900390625],[-85.31005859375,38.90071392059326],[-85.30517578125,38.903364181518555],[-85.30351161956787,38.904296875],[-85.30029296875,38.90605449676514],[-85.29622077941895,38.908203125],[-85.29541015625,38.90865230560303],[-85.29052734375,38.91119956970215],[-85.28885841369629,38.912109375],[-85.28564453125,38.91383934020996],[-85.28157711029053,38.916015625],[-85.28076171875,38.91647434234619],[-85.27587890625,38.919068336486816],[-85.27432441711426,38.919921875],[-85.27099609375,38.92170429229736],[-85.26698589324951,38.923828125],[-85.26611328125,38.92431449890137],[-85.26123046875,38.926939964294434],[-85.25981903076172,38.927734375],[-85.25634765625,38.92962837219238],[-85.25255680084229,38.931640625],[-85.25146484375,38.932247161865234],[-85.24658203125,38.93485164642334],[-85.24535179138184,38.935546875],[-85.24169921875,38.93752956390381],[-85.23805618286133,38.939453125],[-85.23681640625,38.94013500213623],[-85.23193359375,38.942708015441895],[-85.23077487945557,38.943359375],[-85.22705078125,38.9453763961792],[-85.22351264953613,38.947265625],[-85.22216796875,38.94801139831543],[-85.21728515625,38.95059394836426],[-85.2162504196167,38.951171875],[-85.21240234375,38.953229904174805],[-85.20888805389404,38.955078125],[-85.20751953125,38.955827713012695],[-85.20263671875,38.95844268798828],[-85.20169258117676,38.958984375],[-85.19775390625,38.96113204956055],[-85.19442081451416,38.962890625],[-85.19287109375,38.96373462677002],[-85.18798828125,38.96632766723633],[-85.18717288970947,38.966796875],[-85.18310546875,38.969017028808594],[-85.1799488067627,38.970703125],[-85.17822265625,38.97165584564209],[-85.17333984375,38.974300384521484],[-85.17281532287598,38.974609375],[-85.16845703125,38.97701454162598],[-85.16566276550293,38.978515625],[-85.16357421875,38.979655265808105],[-85.15869140625,38.98221397399902],[-85.15832424163818,38.982421875],[-85.15380859375,38.984787940979004],[-85.1508378982544,38.986328125],[-85.14892578125,38.987356185913086],[-85.14404296875,38.98998737335205],[-85.1436185836792,38.990234375],[-85.13916015625,38.99265003204346],[-85.13628959655762,38.994140625],[-85.13427734375,38.99520969390869],[-85.12939453125,38.9977912902832],[-85.12895584106445,38.998046875],[-85.12451171875,39.00046157836914],[-85.12168407440186,39.001953125],[-85.11962890625,39.003061294555664],[-85.11474609375,39.00564670562744],[-85.11437892913818,39.005859375],[-85.10986328125,39.0082893371582],[-85.10705947875977,39.009765625],[-85.10498046875,39.01088905334473],[-85.10009765625,39.013503074645996],[-85.0998067855835,39.013671875],[-85.09521484375,39.01612854003906],[-85.09242534637451,39.017578125],[-85.09033203125,39.01869201660156],[-85.08544921875,39.02129077911377],[-85.08511543273926,39.021484375],[-85.08056640625,39.02394771575928],[-85.07781028747559,39.025390625],[-85.07568359375,39.026533126831055],[-85.07080078125,39.02913856506348],[-85.07052898406982,39.029296875],[-85.06591796875,39.03180408477783],[-85.06328105926514,39.033203125],[-85.06103515625,39.03441619873047],[-85.05615234375,39.03703689575195],[-85.05602836608887,39.037109375],[-85.05126953125,39.039669036865234],[-85.04868030548096,39.041015625],[-85.04638671875,39.04223155975342],[-85.04150390625,39.04482650756836],[-85.04134178161621,39.044921875],[-85.03662109375,39.04745864868164],[-85.03398895263672,39.048828125],[-85.03173828125,39.05002307891846],[-85.02685546875,39.052613258361816],[-85.02665042877197,39.052734375],[-85.02197265625,39.055259704589844],[-85.01935482025146,39.056640625],[-85.01708984375,39.05785846710205],[-85.01220703125,39.0604772567749],[-85.01208782196045,39.060546875],[-85.00732421875,39.0631103515625],[-85.0047492980957,39.064453125],[-85.00244140625,39.065677642822266],[-84.99755859375,39.0682487487793],[-84.99736785888672,39.068359375],[-84.99267578125,39.0708532333374],[-84.98995780944824,39.072265625],[-84.98779296875,39.073418617248535],[-84.98291015625,39.07603740692139],[-84.98268127441406,39.076171875],[-84.97802734375,39.07871723175049],[-84.97546195983887,39.080078125],[-84.97314453125,39.081329345703125],[-84.96826171875,39.08394527435303],[-84.96819496154785,39.083984375],[-84.96337890625,39.08656978607178],[-84.96084690093994,39.087890625],[-84.95849609375,39.089128494262695],[-84.95361328125,39.09165287017822],[-84.95335578918457,39.091796875],[-84.94873046875,39.09423065185547],[-84.94588375091553,39.095703125],[-84.94384765625,39.096787452697754],[-84.93896484375,39.09937572479248],[-84.93855953216553,39.099609375],[-84.93408203125,39.102012634277344],[-84.93118286132812,39.103515625],[-84.92919921875,39.104573249816895],[-84.92431640625,39.10717010498047],[-84.92388248443604,39.107421875],[-84.91943359375,39.10983848571777],[-84.91657733917236,39.111328125],[-84.91455078125,39.112409591674805],[-84.90966796875,39.11492729187012],[-84.90911960601807,39.115234375],[-84.90478515625,39.117512702941895],[-84.90163803100586,39.119140625],[-84.89990234375,39.12006855010986],[-84.89501953125,39.12262725830078],[-84.8942756652832,39.123046875],[-84.89013671875,39.125261306762695],[-84.88690853118896,39.126953125],[-84.88525390625,39.12785625457764],[-84.88037109375,39.130531311035156],[-84.87982273101807,39.130859375],[-84.87548828125,39.133256912231445],[-84.87261772155762,39.134765625],[-84.87060546875,39.13584613800049],[-84.86572265625,39.13838481903076],[-84.86521244049072,39.138671875],[-84.86083984375,39.14097309112549],[-84.85770225524902,39.142578125],[-84.85595703125,39.143500328063965],[-84.85107421875,39.146018981933594],[-84.85023975372314,39.146484375],[-84.84619140625,39.14863109588623],[-84.84280586242676,39.150390625],[-84.84130859375,39.151198387145996],[-84.83642578125,39.15376567840576],[-84.83548641204834,39.154296875],[-84.83154296875,39.1564245223999],[-84.82815265655518,39.158203125],[-84.82666015625,39.15901565551758],[-84.82177734375,39.16154956817627],[-84.82077121734619,39.162109375],[-84.81689453125,39.164167404174805],[-84.81338024139404,39.166015625],[-84.81201171875,39.16676616668701],[-84.80712890625,39.16935157775879],[-84.80610847473145,39.169921875],[-84.80224609375,39.17198467254639],[-84.79869365692139,39.173828125],[-84.79736328125,39.17454719543457],[-84.79248046875,39.17708683013916],[-84.79131698608398,39.177734375],[-84.78759765625,39.179718017578125],[-84.78389263153076,39.181640625],[-84.78271484375,39.18227672576904],[-84.77783203125,39.184739112854004],[-84.77630615234375,39.185546875],[-84.77294921875,39.18729114532471],[-84.76881504058838,39.189453125],[-84.76806640625,39.18986797332764],[-84.76318359375,39.19247627258301],[-84.76157665252686,39.193359375],[-84.75830078125,39.19511699676514],[-84.7541856765747,39.197265625],[-84.75341796875,39.197686195373535],[-84.74853515625,39.20023059844971],[-84.74679470062256,39.201171875],[-84.74365234375,39.20284557342529],[-84.73937511444092,39.205078125],[-84.73876953125,39.20541000366211],[-84.73388671875,39.207902908325195],[-84.73180770874023,39.208984375],[-84.72900390625,39.21043872833252],[-84.72429752349854,39.212890625],[-84.72412109375,39.21298789978027],[-84.71923828125,39.21556568145752],[-84.71689701080322,39.216796875],[-84.71435546875,39.21814727783203],[-84.70954895019531,39.220703125],[-84.70947265625,39.22074794769287],[-84.70458984375,39.223374366760254],[-84.70224857330322,39.224609375],[-84.69970703125,39.22594738006592],[-84.69482421875,39.22844219207764],[-84.6946907043457,39.228515625],[-84.68994140625,39.23096179962158],[-84.68705654144287,39.232421875],[-84.68505859375,39.233463287353516],[-84.68017578125,39.2359676361084],[-84.67953205108643,39.236328125],[-84.67529296875,39.23857116699219],[-84.67207908630371,39.240234375],[-84.67041015625,39.24112796783447],[-84.66552734375,39.24368476867676],[-84.66472625732422,39.244140625],[-84.66064453125,39.24633979797363],[-84.65738773345947,39.248046875],[-84.65576171875,39.24892330169678],[-84.65087890625,39.251404762268066],[-84.64986801147461,39.251953125],[-84.64599609375,39.25396251678467],[-84.64229106903076,39.255859375],[-84.64111328125,39.256489753723145],[-84.63623046875,39.25898265838623],[-84.63478565216064,39.259765625],[-84.63134765625,39.26157569885254],[-84.62729454040527,39.263671875],[-84.62646484375,39.26412487030029],[-84.62158203125,39.26662731170654],[-84.61979389190674,39.267578125],[-84.61669921875,39.26920032501221],[-84.61233615875244,39.271484375],[-84.61181640625,39.27177143096924],[-84.60693359375,39.27431583404541],[-84.60488796234131,39.275390625],[-84.60205078125,39.27687740325928],[-84.5974063873291,39.279296875],[-84.59716796875,39.27942943572998],[-84.59228515625,39.28201961517334],[-84.59006309509277,39.283203125],[-84.58740234375,39.28462219238281],[-84.58264350891113,39.287109375],[-84.58251953125,39.287179946899414],[-84.57763671875,39.28971195220947],[-84.57510471343994,39.291015625],[-84.57275390625,39.29224967956543],[-84.56787109375,39.29483985900879],[-84.56772804260254,39.294921875],[-84.56298828125,39.29745292663574],[-84.5603084564209,39.298828125],[-84.55810546875,39.299981117248535],[-84.55322265625,39.30248737335205],[-84.55278396606445,39.302734375],[-84.54833984375,39.30508041381836],[-84.54533100128174,39.306640625],[-84.54345703125,39.30763816833496],[-84.53857421875,39.31013107299805],[-84.53781604766846,39.310546875],[-84.53369140625,39.312684059143066],[-84.53021049499512,39.314453125],[-84.52880859375,39.31519603729248],[-84.52392578125,39.317687034606934],[-84.52269554138184,39.318359375],[-84.51904296875,39.320292472839355],[-84.51526165008545,39.322265625],[-84.51416015625,39.322869300842285],[-84.50927734375,39.32541084289551],[-84.50788021087646,39.326171875],[-84.50439453125,39.32801342010498],[-84.50042247772217,39.330078125],[-84.49951171875,39.330575942993164],[-84.49462890625,39.33309745788574],[-84.49296474456787,39.333984375],[-84.48974609375,39.33566951751709],[-84.48545455932617,39.337890625],[-84.48486328125,39.33821392059326],[-84.47998046875,39.340763092041016],[-84.47805404663086,39.341796875],[-84.47509765625,39.34336566925049],[-84.47060585021973,39.345703125],[-84.47021484375,39.34591865539551],[-84.46533203125,39.34842777252197],[-84.46304321289062,39.349609375],[-84.46044921875,39.350958824157715],[-84.45556640625,39.35349464416504],[-84.45552825927734,39.353515625],[-84.45068359375,39.356048583984375],[-84.44797992706299,39.357421875],[-84.44580078125,39.358553886413574],[-84.44091796875,39.36101150512695],[-84.44034099578857,39.361328125],[-84.43603515625,39.36354351043701],[-84.432692527771,39.365234375],[-84.43115234375,39.36604404449463],[-84.42626953125,39.368520736694336],[-84.4251298904419,39.369140625],[-84.42138671875,39.37110614776611],[-84.41762447357178,39.373046875],[-84.41650390625,39.3736515045166],[-84.41162109375,39.3761682510376],[-84.41017627716064,39.376953125],[-84.40673828125,39.37876510620117],[-84.40266609191895,39.380859375],[-84.40185546875,39.381296157836914],[-84.39697265625,39.38376235961914],[-84.39504623413086,39.384765625],[-84.39208984375,39.386298179626465],[-84.38749313354492,39.388671875],[-84.38720703125,39.38882827758789],[-84.38232421875,39.391356468200684],[-84.37996864318848,39.392578125],[-84.37744140625,39.39389991760254],[-84.37255859375,39.39641284942627],[-84.37242984771729,39.396484375],[-84.36767578125,39.398945808410645],[-84.36482906341553,39.400390625],[-84.36279296875,39.40145301818848],[-84.35791015625,39.403964042663574],[-84.35731410980225,39.404296875],[-84.35302734375,39.40656280517578],[-84.34983253479004,39.408203125],[-84.34814453125,39.409095764160156],[-84.34326171875,39.41156482696533],[-84.34226512908936,39.412109375],[-84.33837890625,39.41413974761963],[-84.33475971221924,39.416015625],[-84.33349609375,39.41669845581055],[-84.32861328125,39.41921901702881],[-84.32732105255127,39.419921875],[-84.32373046875,39.42180633544922],[-84.3198013305664,39.423828125],[-84.31884765625,39.42434120178223],[-84.31396484375,39.426828384399414],[-84.31225776672363,39.427734375],[-84.30908203125,39.42938804626465],[-84.3046760559082,39.431640625],[-84.30419921875,39.431899070739746],[-84.29931640625,39.434370040893555],[-84.29701805114746,39.435546875],[-84.29443359375,39.436880111694336],[-84.28955078125,39.439393043518066],[-84.2894458770752,39.439453125],[-84.28466796875,39.44192981719971],[-84.28182601928711,39.443359375],[-84.27978515625,39.44441318511963],[-84.27490234375,39.4468469619751],[-84.27412986755371,39.447265625],[-84.27001953125,39.44938659667969],[-84.26651000976562,39.451171875],[-84.26513671875,39.451900482177734],[-84.26025390625,39.45438194274902],[-84.25897121429443,39.455078125],[-84.25537109375,39.45696449279785],[-84.2514419555664,39.458984375],[-84.25048828125,39.45949649810791],[-84.24560546875,39.461968421936035],[-84.2438554763794,39.462890625],[-84.24072265625,39.46451663970947],[-84.2362928390503,39.466796875],[-84.23583984375,39.467044830322266],[-84.23095703125,39.46953773498535],[-84.22868251800537,39.470703125],[-84.22607421875,39.472044944763184],[-84.22119140625,39.474528312683105],[-84.22104835510254,39.474609375],[-84.21630859375,39.47706317901611],[-84.21345710754395,39.478515625],[-84.21142578125,39.47957897186279],[-84.20654296875,39.48205089569092],[-84.20586109161377,39.482421875],[-84.20166015625,39.48458766937256],[-84.19820785522461,39.486328125],[-84.19677734375,39.48707675933838],[-84.19189453125,39.48953819274902],[-84.19060707092285,39.490234375],[-84.18701171875,39.492112159729004],[-84.18304920196533,39.494140625],[-84.18212890625,39.49463653564453],[-84.17724609375,39.497090339660645],[-84.17541027069092,39.498046875],[-84.17236328125,39.499616622924805],[-84.16780471801758,39.501953125],[-84.16748046875,39.50213050842285],[-84.16259765625,39.50463581085205],[-84.16022300720215,39.505859375],[-84.15771484375,39.507164001464844],[-84.15283203125,39.50965595245361],[-84.15263652801514,39.509765625],[-84.14794921875,39.51217842102051],[-84.14499282836914,39.513671875],[-84.14306640625,39.514671325683594],[-84.13818359375,39.5171422958374],[-84.13739204406738,39.517578125],[-84.13330078125,39.51971626281738],[-84.12983894348145,39.521484375],[-84.12841796875,39.52223777770996],[-84.12353515625,39.524688720703125],[-84.12222385406494,39.525390625],[-84.11865234375,39.52723789215088],[-84.11462306976318,39.529296875],[-84.11376953125,39.52975654602051],[-84.10888671875,39.532222747802734],[-84.10701274871826,39.533203125],[-84.10400390625,39.53476333618164],[-84.09941673278809,39.537109375],[-84.09912109375,39.53727054595947],[-84.09423828125,39.53975200653076],[-84.09175872802734,39.541015625],[-84.08935546875,39.54225826263428],[-84.08447265625,39.544769287109375],[-84.08420085906982,39.544921875],[-84.07958984375,39.547319412231445],[-84.07659530639648,39.548828125],[-84.07470703125,39.5498046875],[-84.06982421875,39.552236557006836],[-84.06890392303467,39.552734375],[-84.06494140625,39.55477714538574],[-84.06126499176025,39.556640625],[-84.06005859375,39.557278633117676],[-84.05517578125,39.55971813201904],[-84.05359745025635,39.560546875],[-84.05029296875,39.56224727630615],[-84.04596328735352,39.564453125],[-84.04541015625,39.56475067138672],[-84.04052734375,39.56723499298096],[-84.03837203979492,39.568359375],[-84.03564453125,39.569790840148926],[-84.03091430664062,39.572265625],[-84.03076171875,39.572349548339844],[-84.02587890625,39.57486343383789],[-84.02327060699463,39.576171875],[-84.02099609375,39.57733345031738],[-84.01611328125,39.579755783081055],[-84.01551723480225,39.580078125],[-84.01123046875,39.5822696685791],[-84.00781631469727,39.583984375],[-84.00634765625,39.584747314453125],[-84.00146484375,39.5871467590332],[-84.00004386901855,39.587890625],[-83.99658203125,39.58965492248535],[-83.99234294891357,39.591796875],[-83.99169921875,39.59214115142822],[-83.98681640625,39.59460258483887],[-83.98469924926758,39.595703125],[-83.98193359375,39.59713935852051],[-83.97714614868164,39.599609375],[-83.97705078125,39.599660873413086],[-83.97216796875,39.60215759277344],[-83.96944522857666,39.603515625],[-83.96728515625,39.60461616516113],[-83.96240234375,39.60704326629639],[-83.96170616149902,39.607421875],[-83.95751953125,39.609578132629395],[-83.95404815673828,39.611328125],[-83.95263671875,39.61206912994385],[-83.94775390625,39.614474296569824],[-83.94629955291748,39.615234375],[-83.94287109375,39.61698341369629],[-83.93862247467041,39.619140625],[-83.93798828125,39.61948013305664],[-83.93310546875,39.62194633483887],[-83.93097877502441,39.623046875],[-83.92822265625,39.624467849731445],[-83.92333984375,39.626949310302734],[-83.92333507537842,39.626953125],[-83.91845703125,39.62942600250244],[-83.9155626296997,39.630859375],[-83.91357421875,39.63187217712402],[-83.90869140625,39.6342830657959],[-83.90779495239258,39.634765625],[-83.90380859375,39.63681411743164],[-83.90012264251709,39.638671875],[-83.89892578125,39.63930034637451],[-83.89404296875,39.64170742034912],[-83.89235973358154,39.642578125],[-83.88916015625,39.64421081542969],[-83.88467788696289,39.646484375],[-83.88427734375,39.64669990539551],[-83.87939453125,39.64917182922363],[-83.8770055770874,39.650390625],[-83.87451171875,39.651673316955566],[-83.86962890625,39.654123306274414],[-83.869309425354,39.654296875],[-83.86474609375,39.65661907196045],[-83.86157035827637,39.658203125],[-83.85986328125,39.65908336639404],[-83.85498046875,39.66149711608887],[-83.85383605957031,39.662109375],[-83.85009765625,39.66403102874756],[-83.84617805480957,39.666015625],[-83.84521484375,39.66652584075928],[-83.84033203125,39.6689395904541],[-83.8384199142456,39.669921875],[-83.83544921875,39.67143726348877],[-83.8307523727417,39.673828125],[-83.83056640625,39.67392826080322],[-83.82568359375,39.67641067504883],[-83.82305145263672,39.677734375],[-83.82080078125,39.6788854598999],[-83.81591796875,39.68130588531494],[-83.81529808044434,39.681640625],[-83.81103515625,39.68380641937256],[-83.80754470825195,39.685546875],[-83.80615234375,39.68626880645752],[-83.80126953125,39.688666343688965],[-83.79976749420166,39.689453125],[-83.79638671875,39.69118690490723],[-83.7921142578125,39.693359375],[-83.79150390625,39.693687438964844],[-83.78662109375,39.696123123168945],[-83.78435611724854,39.697265625],[-83.78173828125,39.69859600067139],[-83.77685546875,39.70103359222412],[-83.77660274505615,39.701171875],[-83.77197265625,39.70351982116699],[-83.76884937286377,39.705078125],[-83.76708984375,39.70598316192627],[-83.76220703125,39.70838928222656],[-83.76108646392822,39.708984375],[-83.75732421875,39.71090316772461],[-83.75336170196533,39.712890625],[-83.75244140625,39.713375091552734],[-83.74755859375,39.71577548980713],[-83.74556064605713,39.716796875],[-83.74267578125,39.718268394470215],[-83.73791217803955,39.720703125],[-83.73779296875,39.72076892852783],[-83.73291015625,39.723257064819336],[-83.73018741607666,39.724609375],[-83.72802734375,39.72570610046387],[-83.72314453125,39.7280855178833],[-83.72233390808105,39.728515625],[-83.71826171875,39.73057460784912],[-83.71456623077393,39.732421875],[-83.71337890625,39.733041763305664],[-83.70849609375,39.73544788360596],[-83.70680332183838,39.736328125],[-83.70361328125,39.73795986175537],[-83.69912147521973,39.740234375],[-83.69873046875,39.74044322967529],[-83.69384765625,39.74286937713623],[-83.69128227233887,39.744140625],[-83.68896484375,39.745309829711914],[-83.68408203125,39.747724533081055],[-83.68348598480225,39.748046875],[-83.67919921875,39.75023555755615],[-83.67576122283936,39.751953125],[-83.67431640625,39.75270366668701],[-83.66943359375,39.75508213043213],[-83.66793155670166,39.755859375],[-83.66455078125,39.75757026672363],[-83.66019248962402,39.759765625],[-83.65966796875,39.76004505157471],[-83.65478515625,39.76248741149902],[-83.6524486541748,39.763671875],[-83.64990234375,39.764970779418945],[-83.64501953125,39.76739501953125],[-83.64468097686768,39.767578125],[-83.64013671875,39.76986598968506],[-83.63686561584473,39.771484375],[-83.63525390625,39.77230930328369],[-83.63037109375,39.774691581726074],[-83.62904071807861,39.775390625],[-83.62548828125,39.77720069885254],[-83.62132549285889,39.779296875],[-83.62060546875,39.779680252075195],[-83.61572265625,39.78208255767822],[-83.61349105834961,39.783203125],[-83.61083984375,39.78454113006592],[-83.60595703125,39.78696250915527],[-83.60568523406982,39.787109375],[-83.60107421875,39.789435386657715],[-83.5978889465332,39.791015625],[-83.59619140625,39.791887283325195],[-83.59130859375,39.794278144836426],[-83.59008312225342,39.794921875],[-83.58642578125,39.796783447265625],[-83.5823392868042,39.798828125],[-83.58154296875,39.799248695373535],[-83.57666015625,39.80164051055908],[-83.57449054718018,39.802734375],[-83.57177734375,39.804107666015625],[-83.56689453125,39.806562423706055],[-83.56675148010254,39.806640625],[-83.56201171875,39.80904960632324],[-83.55898857116699,39.810546875],[-83.55712890625,39.81149482727051],[-83.55224609375,39.81385517120361],[-83.55110168457031,39.814453125],[-83.54736328125,39.81633281707764],[-83.54330539703369,39.818359375],[-83.54248046875,39.81879234313965],[-83.53759765625,39.821200370788574],[-83.53550910949707,39.822265625],[-83.53271484375,39.823686599731445],[-83.52783203125,39.82612895965576],[-83.5277509689331,39.826171875],[-83.52294921875,39.82858180999756],[-83.51990699768066,39.830078125],[-83.51806640625,39.83101272583008],[-83.51318359375,39.83338451385498],[-83.5120439529419,39.833984375],[-83.50830078125,39.83588409423828],[-83.50430011749268,39.837890625],[-83.50341796875,39.83835506439209],[-83.49853515625,39.84074306488037],[-83.49644184112549,39.841796875],[-83.49365234375,39.8432035446167],[-83.48876953125,39.84563159942627],[-83.4886360168457,39.845703125],[-83.48388671875,39.84808540344238],[-83.48079681396484,39.849609375],[-83.47900390625,39.85052013397217],[-83.47412109375,39.85289669036865],[-83.47294330596924,39.853515625],[-83.46923828125,39.85539627075195],[-83.46518993377686,39.857421875],[-83.46435546875,39.85786056518555],[-83.45947265625,39.860246658325195],[-83.45732688903809,39.861328125],[-83.45458984375,39.86270713806152],[-83.44970703125,39.86515712738037],[-83.44956398010254,39.865234375],[-83.44482421875,39.86763572692871],[-83.4417724609375,39.869140625],[-83.43994140625,39.87007141113281],[-83.43505859375,39.872419357299805],[-83.43384742736816,39.873046875],[-83.43017578125,39.874884605407715],[-83.42601299285889,39.876953125],[-83.42529296875,39.877328872680664],[-83.42041015625,39.87972545623779],[-83.41815948486328,39.880859375],[-83.41552734375,39.88219356536865],[-83.41064453125,39.884620666503906],[-83.4103775024414,39.884765625],[-83.40576171875,39.88708019256592],[-83.4025239944458,39.888671875],[-83.40087890625,39.889506340026855],[-83.39599609375,39.891849517822266],[-83.39457988739014,39.892578125],[-83.39111328125,39.894320487976074],[-83.3867883682251,39.896484375],[-83.38623046875,39.8967809677124],[-83.38134765625,39.89919185638428],[-83.37894439697266,39.900390625],[-83.37646484375,39.90163993835449],[-83.37158203125,39.904019355773926],[-83.37105751037598,39.904296875],[-83.36669921875,39.90647220611572],[-83.36318492889404,39.908203125],[-83.36181640625,39.908905029296875],[-83.35693359375,39.91127395629883],[-83.35531711578369,39.912109375],[-83.35205078125,39.91376304626465],[-83.34756374359131,39.916015625],[-83.34716796875,39.91622543334961],[-83.34228515625,39.91862773895264],[-83.33963394165039,39.919921875],[-83.33740234375,39.92103290557861],[-83.33251953125,39.923373222351074],[-83.33165168762207,39.923828125],[-83.32763671875,39.925832748413086],[-83.32379341125488,39.927734375],[-83.32275390625,39.928274154663086],[-83.31787109375,39.93064594268799],[-83.3159065246582,39.931640625],[-83.31298828125,39.933112144470215],[-83.30810546875,39.93553829193115],[-83.30809116363525,39.935546875],[-83.30322265625,39.93796443939209],[-83.3001708984375,39.939453125],[-83.29833984375,39.940375328063965],[-83.29345703125,39.94273090362549],[-83.29225540161133,39.943359375],[-83.28857421875,39.945220947265625],[-83.28447341918945,39.947265625],[-83.28369140625,39.94767761230469],[-83.27880859375,39.950053215026855],[-83.27655792236328,39.951171875],[-83.27392578125,39.95248794555664],[-83.26904296875,39.95486831665039],[-83.26864719390869,39.955078125],[-83.26416015625,39.95731163024902],[-83.26075077056885,39.958984375],[-83.25927734375,39.95973491668701],[-83.25439453125,39.962082862854004],[-83.25282096862793,39.962890625],[-83.24951171875,39.96455478668213],[-83.24501991271973,39.966796875],[-83.24462890625,39.96700382232666],[-83.23974609375,39.96938991546631],[-83.2370376586914,39.970703125],[-83.23486328125,39.97178268432617],[-83.22998046875,39.974127769470215],[-83.22906494140625,39.974609375],[-83.22509765625,39.97659969329834],[-83.22122097015381,39.978515625],[-83.22021484375,39.97903537750244],[-83.21533203125,39.981380462646484],[-83.21323871612549,39.982421875],[-83.21044921875,39.983808517456055],[-83.20556640625,39.986188888549805],[-83.20530414581299,39.986328125],[-83.20068359375,39.98861598968506],[-83.19736957550049,39.990234375],[-83.19580078125,39.991028785705566],[-83.19091796875,39.99336814880371],[-83.18941116333008,39.994140625],[-83.18603515625,39.995835304260254],[-83.18159580230713,39.998046875],[-83.18115234375,39.998281478881836],[-83.17626953125,40.00066375732422],[-83.17361354827881,40.001953125],[-83.17138671875,40.003055572509766],[-83.16650390625,40.005391120910645],[-83.16560745239258,40.005859375],[-83.16162109375,40.00785255432129],[-83.15775394439697,40.009765625],[-83.15673828125,40.01029109954834],[-83.15185546875,40.0126428604126],[-83.14979076385498,40.013671875],[-83.14697265625,40.015074729919434],[-83.14208984375,40.017457008361816],[-83.14186096191406,40.017578125],[-83.13720703125,40.01987838745117],[-83.1339168548584,40.021484375],[-83.13232421875,40.022287368774414],[-83.12744140625,40.02462863922119],[-83.12596321105957,40.025390625],[-83.12255859375,40.027100563049316],[-83.1181526184082,40.029296875],[-83.11767578125,40.02954959869385],[-83.11279296875,40.03193187713623],[-83.11018466949463,40.033203125],[-83.10791015625,40.03433322906494],[-83.10302734375,40.036672592163086],[-83.10218811035156,40.037109375],[-83.09814453125,40.03911781311035],[-83.09426307678223,40.041015625],[-83.09326171875,40.04152965545654],[-83.08837890625,40.04385471343994],[-83.08622360229492,40.044921875],[-83.08349609375,40.04627323150635],[-83.07861328125,40.04863166809082],[-83.0782413482666,40.048828125],[-83.07373046875,40.05104637145996],[-83.0702543258667,40.052734375],[-83.06884765625,40.05344486236572],[-83.06396484375,40.055771827697754],[-83.06225776672363,40.056640625],[-83.05908203125,40.0582332611084],[-83.0544662475586,40.060546875],[-83.05419921875,40.06068992614746],[-83.04931640625,40.063103675842285],[-83.04653644561768,40.064453125],[-83.04443359375,40.06549644470215],[-83.03955078125,40.067806243896484],[-83.03847312927246,40.068359375],[-83.03466796875,40.07024097442627],[-83.03053855895996,40.072265625],[-83.02978515625,40.07265377044678],[-83.02490234375,40.07499599456787],[-83.02249908447266,40.076171875],[-83.02001953125,40.0773983001709],[-83.01513671875,40.079712867736816],[-83.01442623138428,40.080078125],[-83.01025390625,40.082119941711426],[-83.00641059875488,40.083984375],[-83.00537109375,40.08451175689697],[-83.00048828125,40.08682155609131],[-82.9983139038086,40.087890625],[-82.99560546875,40.0892276763916],[-82.99072265625,40.09159469604492],[-82.99034118652344,40.091796875],[-82.98583984375,40.09402847290039],[-82.98240661621094,40.095703125],[-82.98095703125,40.096435546875],[-82.97607421875,40.0987434387207],[-82.97434329986572,40.099609375],[-82.97119140625,40.101168632507324],[-82.9664134979248,40.103515625],[-82.96630859375,40.10357189178467],[-82.96142578125,40.10596561431885],[-82.95841693878174,40.107421875],[-82.95654296875,40.10835552215576],[-82.95166015625,40.110676765441895],[-82.95039653778076,40.111328125],[-82.94677734375,40.11313533782959],[-82.94252872467041,40.115234375],[-82.94189453125,40.11556434631348],[-82.93701171875,40.117899894714355],[-82.93443202972412,40.119140625],[-82.93212890625,40.12026596069336],[-82.92724609375,40.1225528717041],[-82.92628288269043,40.123046875],[-82.92236328125,40.124969482421875],[-82.91830539703369,40.126953125],[-82.91748046875,40.12737846374512],[-82.91259765625,40.129716873168945],[-82.91027069091797,40.130859375],[-82.90771484375,40.132123947143555],[-82.90283203125,40.13445472717285],[-82.90223121643066,40.134765625],[-82.89794921875,40.13686275482178],[-82.89421081542969,40.138671875],[-82.89306640625,40.139251708984375],[-82.88818359375,40.14155578613281],[-82.8861141204834,40.142578125],[-82.88330078125,40.143967628479004],[-82.87841796875,40.14632987976074],[-82.8781270980835,40.146484375],[-82.87353515625,40.14873695373535],[-82.87010192871094,40.150390625],[-82.86865234375,40.151116371154785],[-82.86376953125,40.153382301330566],[-82.86190986633301,40.154296875],[-82.85888671875,40.15576934814453],[-82.85400390625,40.15812301635742],[-82.85385131835938,40.158203125],[-82.84912109375,40.160512924194336],[-82.8458023071289,40.162109375],[-82.84423828125,40.16289043426514],[-82.83935546875,40.16517925262451],[-82.8376817703247,40.166015625],[-82.83447265625,40.16759490966797],[-82.82968521118164,40.169921875],[-82.82958984375,40.16997051239014],[-82.82470703125,40.172332763671875],[-82.82157897949219,40.173828125],[-82.81982421875,40.1746940612793],[-82.81494140625,40.17697048187256],[-82.81342506408691,40.177734375],[-82.81005859375,40.17939281463623],[-82.80550003051758,40.181640625],[-82.80517578125,40.18181133270264],[-82.80029296875,40.184181213378906],[-82.79743194580078,40.185546875],[-82.79541015625,40.186537742614746],[-82.79052734375,40.188804626464844],[-82.78923988342285,40.189453125],[-82.78564453125,40.19121170043945],[-82.78125286102295,40.193359375],[-82.78076171875,40.19361400604248],[-82.77587890625,40.195956230163574],[-82.7731466293335,40.197265625],[-82.77099609375,40.19831848144531],[-82.76611328125,40.200599670410156],[-82.76498794555664,40.201171875],[-82.76123046875,40.203017234802246],[-82.7570104598999,40.205078125],[-82.75634765625,40.20541858673096],[-82.75146484375,40.20773887634277],[-82.74886131286621,40.208984375],[-82.74658203125,40.21009635925293],[-82.74169921875,40.21237373352051],[-82.74068355560303,40.212890625],[-82.73681640625,40.21478080749512],[-82.73266792297363,40.216796875],[-82.73193359375,40.2171745300293],[-82.72705078125,40.2194938659668],[-82.72454738616943,40.220703125],[-82.72216796875,40.22187042236328],[-82.71728515625,40.22416019439697],[-82.71640300750732,40.224609375],[-82.71240234375,40.226561546325684],[-82.7083683013916,40.228515625],[-82.70751953125,40.22894859313965],[-82.70263671875,40.23125076293945],[-82.70020961761475,40.232421875],[-82.69775390625,40.233619689941406],[-82.69287109375,40.23592185974121],[-82.69208431243896,40.236328125],[-82.68798828125,40.23833751678467],[-82.6840877532959,40.240234375],[-82.68310546875,40.24073505401611],[-82.67822265625,40.243032455444336],[-82.67593383789062,40.244140625],[-82.67333984375,40.24540138244629],[-82.66845703125,40.24768543243408],[-82.66775131225586,40.248046875],[-82.66357421875,40.25007438659668],[-82.65968799591064,40.251953125],[-82.65869140625,40.252458572387695],[-82.65380859375,40.25476551055908],[-82.65157222747803,40.255859375],[-82.64892578125,40.257161140441895],[-82.64404296875,40.259474754333496],[-82.64348030090332,40.259765625],[-82.63916015625,40.26186561584473],[-82.63540744781494,40.263671875],[-82.63427734375,40.264241218566895],[-82.62939453125,40.266523361206055],[-82.62722969055176,40.267578125],[-82.62451171875,40.26890277862549],[-82.61962890625,40.271223068237305],[-82.6191234588623,40.271484375],[-82.61474609375,40.273619651794434],[-82.61106491088867,40.275390625],[-82.60986328125,40.27599239349365],[-82.60498046875,40.27826690673828],[-82.60286331176758,40.279296875],[-82.60009765625,40.28064250946045],[-82.59521484375,40.28294658660889],[-82.59471416473389,40.283203125],[-82.59033203125,40.28532314300537],[-82.58660793304443,40.287109375],[-82.58544921875,40.28769111633301],[-82.58056640625,40.289968490600586],[-82.5784158706665,40.291015625],[-82.57568359375,40.29234981536865],[-82.57080078125,40.294668197631836],[-82.57030963897705,40.294921875],[-82.56591796875,40.297057151794434],[-82.56223201751709,40.298828125],[-82.56103515625,40.2994270324707],[-82.55615234375,40.301695823669434],[-82.55400657653809,40.302734375],[-82.55126953125,40.30406379699707],[-82.54638671875,40.30635929107666],[-82.54583835601807,40.306640625],[-82.54150390625,40.30873775482178],[-82.53774166107178,40.310546875],[-82.53662109375,40.31110954284668],[-82.53173828125,40.313401222229004],[-82.5295877456665,40.314453125],[-82.52685546875,40.315789222717285],[-82.52197265625,40.31808853149414],[-82.5214433670044,40.318359375],[-82.51708984375,40.32046413421631],[-82.51333236694336,40.322265625],[-82.51220703125,40.322829246520996],[-82.50732421875,40.32509708404541],[-82.50510215759277,40.326171875],[-82.50244140625,40.32746505737305],[-82.49755859375,40.32977867126465],[-82.49697685241699,40.330078125],[-82.49267578125,40.332176208496094],[-82.48891353607178,40.333984375],[-82.48779296875,40.33454895019531],[-82.48291015625,40.336819648742676],[-82.48069286346436,40.337890625],[-82.47802734375,40.33917999267578],[-82.47314453125,40.341437339782715],[-82.47242450714111,40.341796875],[-82.46826171875,40.343777656555176],[-82.46419906616211,40.345703125],[-82.46337890625,40.34611415863037],[-82.45849609375,40.348384857177734],[-82.4559211730957,40.349609375],[-82.45361328125,40.35072612762451],[-82.44873046875,40.352989196777344],[-82.44769096374512,40.353515625],[-82.44384765625,40.355387687683105],[-82.43965148925781,40.357421875],[-82.43896484375,40.35777282714844],[-82.43408203125,40.36007213592529],[-82.43143558502197,40.361328125],[-82.42919921875,40.36241054534912],[-82.42431640625,40.36465644836426],[-82.42316246032715,40.365234375],[-82.41943359375,40.367045402526855],[-82.41514205932617,40.369140625],[-82.41455078125,40.369446754455566],[-82.40966796875,40.371788024902344],[-82.40703582763672,40.373046875],[-82.40478515625,40.37413692474365],[-82.39990234375,40.37637424468994],[-82.39874839782715,40.376953125],[-82.39501953125,40.37876224517822],[-82.3906946182251,40.380859375],[-82.39013671875,40.38114547729492],[-82.38525390625,40.383437156677246],[-82.38240242004395,40.384765625],[-82.38037109375,40.38573741912842],[-82.37548828125,40.3879451751709],[-82.37401485443115,40.388671875],[-82.37060546875,40.390326499938965],[-82.36601829528809,40.392578125],[-82.36572265625,40.39273166656494],[-82.36083984375,40.39509201049805],[-82.35788822174072,40.396484375],[-82.35595703125,40.397417068481445],[-82.35107421875,40.39963340759277],[-82.34953880310059,40.400390625],[-82.34619140625,40.40201282501221],[-82.34145164489746,40.404296875],[-82.34130859375,40.40437030792236],[-82.33642578125,40.40670394897461],[-82.33325004577637,40.408203125],[-82.33154296875,40.40903663635254],[-82.32666015625,40.4112606048584],[-82.32491493225098,40.412109375],[-82.32177734375,40.41361904144287],[-82.31689453125,40.41592979431152],[-82.31672763824463,40.416015625],[-82.31201171875,40.41827583312988],[-82.30853080749512,40.419921875],[-82.30712890625,40.420610427856445],[-82.30224609375,40.42281723022461],[-82.30011463165283,40.423828125],[-82.29736328125,40.425137519836426],[-82.29248046875,40.427385330200195],[-82.2917890548706,40.427734375],[-82.28759765625,40.42973613739014],[-82.28361129760742,40.431640625],[-82.28271484375,40.43209266662598],[-82.27783203125,40.434370040893555],[-82.27537155151367,40.435546875],[-82.27294921875,40.43671894073486],[-82.26806640625,40.43898677825928],[-82.26714611053467,40.439453125],[-82.26318359375,40.44136333465576],[-82.25900173187256,40.443359375],[-82.25830078125,40.44371318817139],[-82.25341796875,40.445980072021484],[-82.25067138671875,40.447265625],[-82.24853515625,40.448288917541504],[-82.24365234375,40.450501441955566],[-82.24229335784912,40.451171875],[-82.23876953125,40.45286464691162],[-82.2341775894165,40.455078125],[-82.23388671875,40.455227851867676],[-82.22900390625,40.45755386352539],[-82.22596645355225,40.458984375],[-82.22412109375,40.459877014160156],[-82.21923828125,40.46209526062012],[-82.21761226654053,40.462890625],[-82.21435546875,40.46445178985596],[-82.20947265625,40.46675109863281],[-82.20938205718994,40.466796875],[-82.20458984375,40.46908473968506],[-82.20117092132568,40.470703125],[-82.19970703125,40.47142219543457],[-82.19482421875,40.47361660003662],[-82.19271659851074,40.474609375],[-82.18994140625,40.47591209411621],[-82.18505859375,40.47812366485596],[-82.18427181243896,40.478515625],[-82.18017578125,40.48046588897705],[-82.1760606765747,40.482421875],[-82.17529296875,40.48280620574951],[-82.17041015625,40.48506450653076],[-82.16771602630615,40.486328125],[-82.16552734375,40.48737621307373],[-82.16064453125,40.48958110809326],[-82.15930938720703,40.490234375],[-82.15576171875,40.49192810058594],[-82.15110778808594,40.494140625],[-82.15087890625,40.49425792694092],[-82.14599609375,40.49656391143799],[-82.14283466339111,40.498046875],[-82.14111328125,40.49888229370117],[-82.13623046875,40.50110721588135],[-82.13449954986572,40.501953125],[-82.13134765625,40.50347137451172],[-82.12646484375,40.505802154541016],[-82.12635517120361,40.505859375],[-82.12158203125,40.50815200805664],[-82.11816310882568,40.509765625],[-82.11669921875,40.510480880737305],[-82.11181640625,40.51269340515137],[-82.10977554321289,40.513671875],[-82.10693359375,40.51503849029541],[-82.10205078125,40.517333030700684],[-82.10156917572021,40.517578125],[-82.09716796875,40.51968002319336],[-82.09331035614014,40.521484375],[-82.09228515625,40.52198505401611],[-82.08740234375,40.52419376373291],[-82.08486080169678,40.525390625],[-82.08251953125,40.52651309967041],[-82.07763671875,40.528730392456055],[-82.07647800445557,40.529296875],[-82.07275390625,40.531049728393555],[-82.06812381744385,40.533203125],[-82.06787109375,40.53332996368408],[-82.06298828125,40.53561878204346],[-82.05981731414795,40.537109375],[-82.05810546875,40.53794193267822],[-82.05322265625,40.54013156890869],[-82.05136299133301,40.541015625],[-82.04833984375,40.54244422912598],[-82.04345703125,40.544700622558594],[-82.04302310943604,40.544921875],[-82.03857421875,40.54705238342285],[-82.0348596572876,40.548828125],[-82.03369140625,40.549410820007324],[-82.02880859375,40.55165195465088],[-82.02653408050537,40.552734375],[-82.02392578125,40.55397891998291],[-82.01904296875,40.55618476867676],[-82.0181131362915,40.556640625],[-82.01416015625,40.55849838256836],[-82.00981616973877,40.560546875],[-82.00927734375,40.56081771850586],[-82.00439453125,40.563087463378906],[-82.00146198272705,40.564453125],[-81.99951171875,40.56538677215576],[-81.99462890625,40.56757736206055],[-81.99301242828369,40.568359375],[-81.98974609375,40.56991100311279],[-81.98486328125,40.572203636169434],[-81.98474407196045,40.572265625],[-81.97998046875,40.57453536987305],[-81.9765043258667,40.576171875],[-81.97509765625,40.57685565948486],[-81.97021484375,40.579041481018066],[-81.96802139282227,40.580078125],[-81.96533203125,40.581353187561035],[-81.96044921875,40.58358287811279],[-81.95964336395264,40.583984375],[-81.95556640625,40.58592700958252],[-81.95144176483154,40.587890625],[-81.95068359375,40.58827209472656],[-81.94580078125,40.59051990509033],[-81.94304943084717,40.591796875],[-81.94091796875,40.59280776977539],[-81.93603515625,40.595004081726074],[-81.93461418151855,40.595703125],[-81.93115234375,40.59737300872803],[-81.92654609680176,40.599609375],[-81.92626953125,40.59975337982178],[-81.92138671875,40.60207176208496],[-81.91824913024902,40.603515625],[-81.91650390625,40.604342460632324],[-81.91162109375,40.60647201538086],[-81.90959453582764,40.607421875],[-81.90673828125,40.60876178741455],[-81.90185546875,40.61097812652588],[-81.90114974975586,40.611328125],[-81.89697265625,40.61330604553223],[-81.89292907714844,40.615234375],[-81.89208984375,40.61565589904785],[-81.88720703125,40.617918968200684],[-81.88458919525146,40.619140625],[-81.88232421875,40.62021064758301],[-81.87744140625,40.62235355377197],[-81.8759822845459,40.623046875],[-81.87255859375,40.62463092803955],[-81.86767578125,40.62685966491699],[-81.8674898147583,40.626953125],[-81.86279296875,40.62915229797363],[-81.85913562774658,40.630859375],[-81.85791015625,40.63145732879639],[-81.85302734375,40.633649826049805],[-81.8506383895874,40.634765625],[-81.84814453125,40.635945320129395],[-81.84326171875,40.63813781738281],[-81.84216499328613,40.638671875],[-81.83837890625,40.640451431274414],[-81.83382034301758,40.642578125],[-81.83349609375,40.64274024963379],[-81.82861328125,40.64499282836914],[-81.82538509368896,40.646484375],[-81.82373046875,40.64727783203125],[-81.81884765625,40.64947319030762],[-81.8169355392456,40.650390625],[-81.81396484375,40.65180492401123],[-81.80908203125,40.65404987335205],[-81.80859088897705,40.654296875],[-81.80419921875,40.65636444091797],[-81.80026054382324,40.658203125],[-81.79931640625,40.65866565704346],[-81.79443359375,40.66085338592529],[-81.79168224334717,40.662109375],[-81.78955078125,40.663103103637695],[-81.78466796875,40.66524028778076],[-81.78303241729736,40.666015625],[-81.77978515625,40.66753578186035],[-81.77490234375,40.66977596282959],[-81.7746114730835,40.669921875],[-81.77001953125,40.67208385467529],[-81.76631927490234,40.673828125],[-81.76513671875,40.674407958984375],[-81.76025390625,40.676618576049805],[-81.75786972045898,40.677734375],[-81.75537109375,40.678914070129395],[-81.75048828125,40.68110752105713],[-81.74940586090088,40.681640625],[-81.74560546875,40.68344783782959],[-81.74118995666504,40.685546875],[-81.74072265625,40.68578243255615],[-81.73583984375,40.68803024291992],[-81.73271656036377,40.689453125],[-81.73095703125,40.69028091430664],[-81.72607421875,40.69243144989014],[-81.72410488128662,40.693359375],[-81.72119140625,40.69472694396973],[-81.71630859375,40.69693088531494],[-81.71563148498535,40.697265625],[-81.71142578125,40.69924545288086],[-81.70735836029053,40.701171875],[-81.70654296875,40.70157814025879],[-81.70166015625,40.70381832122803],[-81.69894218444824,40.705078125],[-81.69677734375,40.70610237121582],[-81.69189453125,40.70828056335449],[-81.69044017791748,40.708984375],[-81.68701171875,40.710609436035156],[-81.68212890625,40.712890625],[-81.67724609375,40.71518039703369],[-81.67377948760986,40.716796875],[-81.67236328125,40.717482566833496],[-81.66748046875,40.71965789794922],[-81.66523456573486,40.720703125],[-81.66259765625,40.7219352722168],[-81.65771484375,40.72410774230957],[-81.65668487548828,40.724609375],[-81.65283203125,40.72641468048096],[-81.64832592010498,40.728515625],[-81.64794921875,40.7287015914917],[-81.64306640625,40.73093795776367],[-81.63981914520264,40.732421875],[-81.63818359375,40.733195304870605],[-81.63330078125,40.73532772064209],[-81.63114547729492,40.736328125],[-81.62841796875,40.73759937286377],[-81.62353515625,40.7397985458374],[-81.6226577758789,40.740234375],[-81.61865234375,40.74213123321533],[-81.61439418792725,40.744140625],[-81.61376953125,40.74445152282715],[-81.60888671875,40.74666404724121],[-81.60582065582275,40.748046875],[-81.60400390625,40.74889373779297],[-81.59912109375,40.751023292541504],[-81.59423828125,40.75331211090088],[-81.58935546875,40.755516052246094],[-81.58865928649902,40.755859375],[-81.58447265625,40.757822036743164],[-81.58034801483154,40.759765625],[-81.57958984375,40.760141372680664],[-81.57470703125,40.762372970581055],[-81.57186985015869,40.763671875],[-81.56982421875,40.76462936401367],[-81.56494140625,40.76675891876221],[-81.56321048736572,40.767578125],[-81.56005859375,40.7690544128418],[-81.55517578125,40.7712926864624],[-81.55479431152344,40.771484375],[-81.55029296875,40.77359676361084],[-81.54645442962646,40.775390625],[-81.54541015625,40.77590274810791],[-81.54052734375,40.77809715270996],[-81.53792381286621,40.779296875],[-81.53564453125,40.78036403656006],[-81.53076171875,40.782517433166504],[-81.52932643890381,40.783203125],[-81.52587890625,40.78481101989746],[-81.52099609375,40.78703498840332],[-81.52084827423096,40.787109375],[-81.51611328125,40.78928565979004],[-81.51234149932861,40.791015625],[-81.51123046875,40.79154968261719],[-81.50634765625,40.79370594024658],[-81.50367259979248,40.794921875],[-81.50146484375,40.79594421386719],[-81.49658203125,40.79807186126709],[-81.49498462677002,40.798828125],[-81.49169921875,40.80035400390625],[-81.48681640625,40.80256748199463],[-81.48648262023926,40.802734375],[-81.48193359375,40.80485248565674],[-81.47810459136963,40.806640625],[-81.47705078125,40.80715751647949],[-81.47216796875,40.80935478210449],[-81.46957874298096,40.810546875],[-81.46728515625,40.81161975860596],[-81.46240234375,40.81375503540039],[-81.46092414855957,40.814453125],[-81.45751953125,40.81602478027344],[-81.45263671875,40.818230628967285],[-81.45237445831299,40.818359375],[-81.44775390625,40.8204927444458],[-81.44391059875488,40.822265625],[-81.44287109375,40.822768211364746],[-81.43798828125,40.824944496154785],[-81.4353084564209,40.826171875],[-81.43310546875,40.8272008895874],[-81.42822265625,40.829344749450684],[-81.42667770385742,40.830078125],[-81.42333984375,40.83162879943848],[-81.41845703125,40.83383369445801],[-81.41815185546875,40.833984375],[-81.41357421875,40.83610725402832],[-81.40974044799805,40.837890625],[-81.40869140625,40.838401794433594],[-81.40380859375,40.84057331085205],[-81.40110969543457,40.841796875],[-81.39892578125,40.842806816101074],[-81.39404296875,40.844926834106445],[-81.39238357543945,40.845703125],[-81.38916015625,40.84718990325928],[-81.38427734375,40.849355697631836],[-81.38375759124756,40.849609375],[-81.37939453125,40.85161590576172],[-81.37531280517578,40.853515625],[-81.37451171875,40.85390853881836],[-81.36962890625,40.856117248535156],[-81.36676788330078,40.857421875],[-81.36474609375,40.85836696624756],[-81.35986328125,40.86050224304199],[-81.35810375213623,40.861328125],[-81.35498046875,40.862775802612305],[-81.35009765625,40.86495304107666],[-81.34952068328857,40.865234375],[-81.34521484375,40.86722373962402],[-81.34108543395996,40.869140625],[-81.34033203125,40.86950874328613],[-81.33544921875,40.871707916259766],[-81.3325023651123,40.873046875],[-81.33056640625,40.87395095825195],[-81.32568359375,40.876070976257324],[-81.32378101348877,40.876953125],[-81.32080078125,40.87832546234131],[-81.31591796875,40.88047218322754],[-81.31511211395264,40.880859375],[-81.31103515625,40.88272953033447],[-81.30658626556396,40.884765625],[-81.30615234375,40.884976387023926],[-81.30126953125,40.88717746734619],[-81.29796981811523,40.888671875],[-81.29638671875,40.88941478729248],[-81.29150390625,40.89153289794922],[-81.2892198562622,40.892578125],[-81.28662109375,40.89377689361572],[-81.28173828125,40.89591026306152],[-81.28053188323975,40.896484375],[-81.27685546875,40.89817714691162],[-81.27197742462158,40.900390625],[-81.27197265625,40.90039253234863],[-81.26708984375,40.902631759643555],[-81.26347064971924,40.904296875],[-81.26220703125,40.90490436553955],[-81.25732421875,40.90706157684326],[-81.25482559204102,40.908203125],[-81.25244140625,40.909308433532715],[-81.24755859375,40.911434173583984],[-81.24612808227539,40.912109375],[-81.24267578125,40.9137020111084],[-81.23779296875,40.915903091430664],[-81.23756408691406,40.916015625],[-81.23291015625,40.918152809143066],[-81.22906684875488,40.919921875],[-81.22802734375,40.92042255401611],[-81.22314453125,40.92258167266846],[-81.22038841247559,40.923828125],[-81.21826171875,40.92481231689453],[-81.21337890625,40.9269323348999],[-81.21166706085205,40.927734375],[-81.20849609375,40.929200172424316],[-81.20361328125,40.931382179260254],[-81.2030839920044,40.931640625],[-81.19873046875,40.9336462020874],[-81.19461059570312,40.935546875],[-81.19384765625,40.935916900634766],[-81.18896484375,40.938100814819336],[-81.1859655380249,40.939453125],[-81.18408203125,40.940327644348145],[-81.17919921875,40.94243907928467],[-81.1772108078003,40.943359375],[-81.17431640625,40.944695472717285],[-81.16943359375,40.9468412399292],[-81.16854667663574,40.947265625],[-81.16455078125,40.94909954071045],[-81.16000175476074,40.951171875],[-81.15966796875,40.95133590698242],[-81.15478515625,40.95353698730469],[-81.15138053894043,40.955078125],[-81.14990234375,40.95577335357666],[-81.14501953125,40.95788860321045],[-81.14261150360107,40.958984375],[-81.14013671875,40.96012210845947],[-81.13525390625,40.96224403381348],[-81.13388538360596,40.962890625],[-81.13037109375,40.96450614929199],[-81.12548828125,40.96670341491699],[-81.12529754638672,40.966796875],[-81.12060546875,40.96894550323486],[-81.11677169799805,40.970703125],[-81.11572265625,40.971205711364746],[-81.11083984375,40.97335624694824],[-81.1080551147461,40.974609375],[-81.10595703125,40.9755744934082],[-81.10107421875,40.977675437927246],[-81.09925746917725,40.978515625],[-81.09619140625,40.9799222946167],[-81.09130859375,40.98206424713135],[-81.09055995941162,40.982421875],[-81.08642578125,40.98430824279785],[-81.08198642730713,40.986328125],[-81.08154296875,40.98654365539551],[-81.07666015625,40.98873519897461],[-81.07334613800049,40.990234375],[-81.07177734375,40.99096870422363],[-81.06689453125,40.99307632446289],[-81.06455326080322,40.994140625],[-81.06201171875,40.995304107666016],[-81.05712890625,40.99741077423096],[-81.05576992034912,40.998046875],[-81.05224609375,40.99965286254883],[-81.04736328125,41.0018196105957],[-81.04708671569824,41.001953125],[-81.04248046875,41.00404739379883],[-81.03853225708008,41.005859375],[-81.03759765625,41.006309509277344],[-81.03271484375,41.008477210998535],[-81.0298490524292,41.009765625],[-81.02783203125,41.010695457458496],[-81.02294921875,41.012789726257324],[-81.02103233337402,41.013671875],[-81.01806640625,41.015028953552246],[-81.01318359375,41.01716232299805],[-81.01231575012207,41.017578125],[-81.00830078125,41.0194091796875],[-81.0037088394165,41.021484375],[-81.00341796875,41.02162456512451],[-80.99853515625,41.0238151550293],[-80.99503993988037,41.025390625],[-80.99365234375,41.026041984558105],[-80.98876953125,41.02814960479736],[-80.98621845245361,41.029296875],[-80.98388671875,41.030362129211426],[-80.97900390625,41.03245162963867],[-80.97737789154053,41.033203125],[-80.97412109375,41.034685134887695],[-80.96923828125,41.036824226379395],[-80.96864223480225,41.037109375],[-80.96435546875,41.03905487060547],[-80.96002101898193,41.041015625],[-80.95947265625,41.041279792785645],[-80.95458984375,41.04344654083252],[-80.95129489898682,41.044921875],[-80.94970703125,41.04565715789795],[-80.94482421875,41.04774856567383],[-80.94243049621582,41.048828125],[-80.93994140625,41.04996109008789],[-80.93505859375,41.05205154418945],[-80.93358993530273,41.052734375],[-80.93017578125,41.05428504943848],[-80.92529296875,41.05643272399902],[-80.92485904693604,41.056640625],[-80.92041015625,41.05865287780762],[-80.91622829437256,41.060546875],[-80.91552734375,41.06088161468506],[-80.91064453125,41.06303882598877],[-80.90747833251953,41.064453125],[-80.90576171875,41.06524658203125],[-80.90087890625,41.06734371185303],[-80.89865684509277,41.068359375],[-80.89599609375,41.069580078125],[-80.89111328125,41.07170009613037],[-80.88991165161133,41.072265625],[-80.88623046875,41.07394218444824],[-80.88134765625,41.07611560821533],[-80.88123321533203,41.076171875],[-80.87646484375,41.078328132629395],[-80.87262630462646,41.080078125],[-80.87158203125,41.08057498931885],[-80.86669921875,41.08271026611328],[-80.86383819580078,41.083984375],[-80.86181640625,41.08490753173828],[-80.85693359375,41.0869779586792],[-80.85492610931396,41.087890625],[-80.85205078125,41.08919620513916],[-80.84716796875,41.09130668640137],[-80.84612846374512,41.091796875],[-80.84228515625,41.093546867370605],[-80.83749294281006,41.095703125],[-80.83740234375,41.095746994018555],[-80.83251953125,41.097951889038086],[-80.82886219024658,41.099609375],[-80.82763671875,41.10018825531006],[-80.82275390625,41.102309226989746],[-80.82005977630615,41.103515625],[-80.81787109375,41.10451698303223],[-80.81298828125,41.106595039367676],[-80.81118106842041,41.107421875],[-80.80810546875,41.10881042480469],[-80.80322265625,41.11090564727783],[-80.80231666564941,41.111328125],[-80.79833984375,41.11310958862305],[-80.79352378845215,41.115234375],[-80.79345703125,41.11526584625244],[-80.78857421875,41.11744213104248],[-80.78480243682861,41.119140625],[-80.78369140625,41.11966419219971],[-80.77880859375,41.12177658081055],[-80.77593803405762,41.123046875],[-80.77392578125,41.123963356018066],[-80.76904296875,41.12603187561035],[-80.76701641082764,41.126953125],[-80.76416015625,41.12824726104736],[-80.75927734375,41.13034915924072],[-80.7581901550293,41.130859375],[-80.75439453125,41.132575035095215],[-80.74951171875,41.134737968444824],[-80.74945449829102,41.134765625],[-80.74462890625,41.13693141937256],[-80.74079513549805,41.138671875],[-80.73974609375,41.1391716003418],[-80.73486328125,41.14130878448486],[-80.73201179504395,41.142578125],[-80.72998046875,41.1435022354126],[-80.72509765625,41.145567893981934],[-80.72308540344238,41.146484375],[-80.72021484375,41.14779186248779],[-80.71533203125,41.14992141723633],[-80.71434497833252,41.150390625],[-80.71044921875,41.152159690856934],[-80.70560455322266,41.154296875],[-80.70556640625,41.154314041137695],[-80.70068359375,41.15647029876709],[-80.6967830657959,41.158203125],[-80.69580078125,41.15866279602051],[-80.69091796875,41.16075897216797],[-80.68783283233643,41.162109375],[-80.68603515625,41.16292381286621],[-80.68115234375,41.164974212646484],[-80.67882061004639,41.166015625],[-80.67626953125,41.16716480255127],[-80.67138671875,41.16923141479492],[-80.66988468170166,41.169921875],[-80.66650390625,41.171441078186035],[-80.66162109375,41.173550605773926],[-80.66103458404541,41.173828125],[-80.65673828125,41.17574596405029],[-80.65225601196289,41.177734375],[-80.65185546875,41.177924156188965],[-80.64697265625,41.18007278442383],[-80.64345359802246,41.181640625],[-80.64208984375,41.18227291107178],[-80.63720703125,41.18435096740723],[-80.63449382781982,41.185546875],[-80.63232421875,41.186524391174316],[-80.62744140625,41.18857002258301],[-80.62548637390137,41.189453125],[-80.62255859375,41.19077205657959],[-80.61767578125,41.19287967681885],[-80.61666011810303,41.193359375],[-80.61279296875,41.19511127471924],[-80.6079626083374,41.197265625],[-80.60791015625,41.19729137420654],[-80.60302734375,41.199482917785645],[-80.59928894042969,41.201171875],[-80.59814453125,41.2017126083374],[-80.59326171875,41.20382499694824],[-80.59041976928711,41.205078125],[-80.58837890625,41.205997467041016],[-80.58349609375,41.20802116394043],[-80.5813217163086,41.208984375],[-80.57861328125,41.210187911987305],[-80.57373046875,41.21222496032715],[-80.57226181030273,41.212890625],[-80.56884765625,41.21440601348877],[-80.56396484375,41.21650505065918],[-80.56334972381592,41.216796875],[-80.55908203125,41.21871280670166],[-80.5546522140503,41.220703125],[-80.55419921875,41.22092151641846],[-80.54931640625,41.22310161590576],[-80.54599285125732,41.224609375],[-80.54443359375,41.22534465789795],[-80.53955078125,41.22746276855469],[-80.5372142791748,41.228515625],[-80.53466796875,41.22966480255127],[-80.52978515625,41.2316837310791],[-80.5281400680542,41.232421875],[-80.52490234375,41.233853340148926],[-80.52001953125,41.23597240447998],[-80.5192756652832,41.236328125],[-80.51513671875,41.23820686340332],[-80.51055431365967,41.240234375],[-80.51025390625,41.24037551879883],[-80.50537109375,41.242493629455566],[-80.5016040802002,41.244140625],[-80.50048828125,41.244651794433594],[-80.49560546875,41.24671459197998],[-80.4925537109375,41.248046875],[-80.49072265625,41.24886989593506],[-80.48583984375,41.25090980529785],[-80.48348426818848,41.251953125],[-80.48095703125,41.25308418273926],[-80.47607421875,41.255136489868164],[-80.47448635101318,41.255859375],[-80.47119140625,41.25733757019043],[-80.46630859375,41.25944805145264],[-80.46563625335693,41.259765625],[-80.46142578125,41.261653900146484],[-80.45685768127441,41.263671875],[-80.45654296875,41.26381969451904],[-80.45166015625,41.26595115661621],[-80.44798374176025,41.267578125],[-80.44677734375,41.268134117126465],[-80.44189453125,41.270206451416016],[-80.4389762878418,41.271484375],[-80.43701171875,41.27236747741699],[-80.43212890625,41.274407386779785],[-80.4299259185791,41.275390625],[-80.42724609375,41.27659606933594],[-80.42236328125,41.2786808013916],[-80.42103290557861,41.279296875],[-80.41748046875,41.280890464782715],[-80.41259765625,41.28298473358154],[-80.41213035583496,41.283203125],[-80.40771484375,41.28515625],[-80.4033088684082,41.287109375],[-80.40283203125,41.28733539581299],[-80.39794921875,41.28947734832764],[-80.39450645446777,41.291015625],[-80.39306640625,41.291680335998535],[-80.38818359375,41.29374027252197],[-80.38546085357666,41.294921875],[-80.38330078125,41.29587745666504],[-80.37841796875,41.297861099243164],[-80.37620067596436,41.298828125],[-80.37353515625,41.29999828338623],[-80.36865234375,41.30201816558838],[-80.36706447601318,41.302734375],[-80.36376953125,41.304192543029785],[-80.35888671875,41.30626392364502],[-80.35807609558105,41.306640625],[-80.35400390625,41.30844306945801],[-80.34916877746582,41.310546875],[-80.34912109375,41.310569763183594],[-80.34423828125,41.31272029876709],[-80.3403902053833,41.314453125],[-80.33935546875,41.314942359924316],[-80.33447265625,41.31706523895264],[-80.33152103424072,41.318359375],[-80.32958984375,41.31922149658203],[-80.32470703125,41.32119274139404],[-80.3222131729126,41.322265625],[-80.31982421875,41.32331466674805],[-80.31494140625,41.32533359527588],[-80.31306266784668,41.326171875],[-80.31005859375,41.327505111694336],[-80.30517578125,41.32956123352051],[-80.30404567718506,41.330078125],[-80.30029296875,41.33174228668213],[-80.29541015625,41.33385181427002],[-80.29512882232666,41.333984375],[-80.29052734375,41.33600044250488],[-80.28615951538086,41.337890625],[-80.28564453125,41.33812713623047],[-80.28076171875,41.340219497680664],[-80.27721881866455,41.341796875],[-80.27587890625,41.3424186706543],[-80.27099609375,41.344515800476074],[-80.26829719543457,41.345703125],[-80.26611328125,41.34668254852295],[-80.26123046875,41.3486852645874],[-80.25911331176758,41.349609375],[-80.25634765625,41.35081672668457],[-80.25146484375,41.35282325744629],[-80.24991512298584,41.353515625],[-80.24658203125,41.354981422424316],[-80.24169921875,41.35703468322754],[-80.2408504486084,41.357421875],[-80.23681640625,41.3591890335083],[-80.23193359375,41.36127853393555],[-80.2318286895752,41.361328125],[-80.22705078125,41.36340141296387],[-80.22284984588623,41.365234375],[-80.22216796875,41.365549087524414],[-80.21728515625,41.36764621734619],[-80.21390914916992,41.369140625],[-80.21240234375,41.369832038879395],[-80.20751953125,41.37189960479736],[-80.20491123199463,41.373046875],[-80.20263671875,41.37406635284424],[-80.19775390625,41.3761043548584],[-80.19586086273193,41.376953125],[-80.19287109375,41.378286361694336],[-80.18798828125,41.38035202026367],[-80.18688201904297,41.380859375],[-80.18310546875,41.38253211975098],[-80.17822265625,41.38462543487549],[-80.17791748046875,41.384765625],[-80.17333984375,41.38674354553223],[-80.16878128051758,41.388671875],[-80.16845703125,41.38881778717041],[-80.16357421875,41.39088535308838],[-80.15966892242432,41.392578125],[-80.15869140625,41.39302349090576],[-80.15380859375,41.39508628845215],[-80.15060424804688,41.396484375],[-80.14892578125,41.39724063873291],[-80.14404296875,41.39927864074707],[-80.14150619506836,41.400390625],[-80.13916015625,41.4014368057251],[-80.13427734375,41.403480529785156],[-80.13246536254883,41.404296875],[-80.12939453125,41.405673027038574],[-80.12451171875,41.40775012969971],[-80.12352466583252,41.408203125],[-80.11962890625,41.40990924835205],[-80.11474609375,41.41194725036621],[-80.11438846588135,41.412109375],[-80.10986328125,41.41403579711914],[-80.10519504547119,41.416015625],[-80.10498046875,41.41611289978027],[-80.10009765625,41.41820526123047],[-80.09617328643799,41.419921875],[-80.09521484375,41.420363426208496],[-80.09033203125,41.422438621520996],[-80.08714199066162,41.423828125],[-80.08544921875,41.42458915710449],[-80.08056640625,41.42661094665527],[-80.07797241210938,41.427734375],[-80.07568359375,41.428741455078125],[-80.07080078125,41.43073654174805],[-80.06874561309814,41.431640625],[-80.06591796875,41.432884216308594],[-80.06103515625,41.43492031097412],[-80.05965232849121,41.435546875],[-80.05615234375,41.43709182739258],[-80.05126953125,41.439154624938965],[-80.05062103271484,41.439453125],[-80.04638671875,41.441304206848145],[-80.04164695739746,41.443359375],[-80.04150390625,41.44342517852783],[-80.03662109375,41.4455451965332],[-80.0326681137085,41.447265625],[-80.03173828125,41.44769096374512],[-80.02685546875,41.44974327087402],[-80.02355575561523,41.451171875],[-80.02197265625,41.45188331604004],[-80.01708984375,41.453911781311035],[-80.01441955566406,41.455078125],[-80.01220703125,41.45606994628906],[-80.00732421875,41.458144187927246],[-80.00547885894775,41.458984375],[-80.00244140625,41.46035099029541],[-79.99755859375,41.462403297424316],[-79.99648094177246,41.462890625],[-79.99267578125,41.46454334259033],[-79.98779296875,41.466572761535645],[-79.98729705810547,41.466796875],[-79.98291015625,41.468682289123535],[-79.97816562652588,41.470703125],[-79.97802734375,41.4707670211792],[-79.97314453125,41.47284698486328],[-79.96899604797363,41.474609375],[-79.96826171875,41.47493934631348],[-79.96337890625,41.47697925567627],[-79.95983123779297,41.478515625],[-79.95849609375,41.479119300842285],[-79.95361328125,41.481146812438965],[-79.95062351226807,41.482421875],[-79.94873046875,41.48325252532959],[-79.94384765625,41.48521423339844],[-79.9412202835083,41.486328125],[-79.93896484375,41.4873046875],[-79.93408203125,41.489277839660645],[-79.93189811706543,41.490234375],[-79.92919921875,41.49142360687256],[-79.92431640625,41.49347496032715],[-79.92285251617432,41.494140625],[-79.91943359375,41.49565887451172],[-79.91455078125,41.49771595001221],[-79.91382598876953,41.498046875],[-79.90966796875,41.49985599517822],[-79.90478515625,41.501930236816406],[-79.90473747253418,41.501953125],[-79.89990234375,41.50401592254639],[-79.89560604095459,41.505859375],[-79.89501953125,41.50613021850586],[-79.89013671875,41.50823974609375],[-79.88668918609619,41.509765625],[-79.88525390625,41.51042079925537],[-79.88037109375,41.51242923736572],[-79.87744331359863,41.513671875],[-79.87548828125,41.51452922821045],[-79.87060546875,41.516554832458496],[-79.86829280853271,41.517578125],[-79.86572265625,41.51871967315674],[-79.86083984375,41.5206937789917],[-79.85899925231934,41.521484375],[-79.85595703125,41.522780418395996],[-79.85107421875,41.52473449707031],[-79.84958171844482,41.525390625],[-79.84619140625,41.52685070037842],[-79.84130859375,41.52887725830078],[-79.84038352966309,41.529296875],[-79.83642578125,41.53102493286133],[-79.83154296875,41.53309917449951],[-79.83131408691406,41.533203125],[-79.82666015625,41.53520679473877],[-79.82220649719238,41.537109375],[-79.82177734375,41.53730487823486],[-79.81689453125,41.539387702941895],[-79.81317043304443,41.541015625],[-79.81201171875,41.54154586791992],[-79.80712890625,41.543601989746094],[-79.80406761169434,41.544921875],[-79.80224609375,41.54573154449463],[-79.79736328125,41.54771709442139],[-79.79475975036621,41.548828125],[-79.79248046875,41.54981803894043],[-79.78759765625,41.55179214477539],[-79.7854232788086,41.552734375],[-79.78271484375,41.55390930175781],[-79.77783203125,41.55587959289551],[-79.77608680725098,41.556640625],[-79.77294921875,41.55799388885498],[-79.76806640625,41.55997848510742],[-79.76678371429443,41.560546875],[-79.76318359375,41.56210136413574],[-79.75830078125,41.56413459777832],[-79.75759983062744,41.564453125],[-79.75341796875,41.566250801086426],[-79.74853515625,41.56828022003174],[-79.74835872650146,41.568359375],[-79.74365234375,41.570343017578125],[-79.73906517028809,41.572265625],[-79.73876953125,41.57239818572998],[-79.73388671875,41.57444953918457],[-79.72983360290527,41.576171875],[-79.72900390625,41.57654666900635],[-79.72412109375,41.57858848571777],[-79.72068309783936,41.580078125],[-79.71923828125,41.58072757720947],[-79.71435546875,41.58274173736572],[-79.7114372253418,41.583984375],[-79.70947265625,41.58484363555908],[-79.70458984375,41.58681774139404],[-79.70208168029785,41.587890625],[-79.69970703125,41.58892059326172],[-79.69482421875,41.590888023376465],[-79.69273090362549,41.591796875],[-79.68994140625,41.5930118560791],[-79.68505859375,41.595008850097656],[-79.68348979949951,41.595703125],[-79.68017578125,41.59714126586914],[-79.67529296875,41.59914302825928],[-79.67424392700195,41.599609375],[-79.67041015625,41.601253509521484],[-79.66552734375,41.603275299072266],[-79.66500282287598,41.603515625],[-79.66064453125,41.60541820526123],[-79.656081199646,41.607421875],[-79.65576171875,41.60757255554199],[-79.65087890625,41.60964393615723],[-79.64688301086426,41.611328125],[-79.64599609375,41.61172580718994],[-79.64111328125,41.6137809753418],[-79.63778972625732,41.615234375],[-79.63623046875,41.615936279296875],[-79.63134765625,41.61792850494385],[-79.62846755981445,41.619140625],[-79.62646484375,41.620004653930664],[-79.62158203125,41.6219539642334],[-79.61898803710938,41.623046875],[-79.61669921875,41.624027252197266],[-79.61181640625,41.62598419189453],[-79.60959434509277,41.626953125],[-79.60693359375,41.62812805175781],[-79.60205078125,41.63016605377197],[-79.60050106048584,41.630859375],[-79.59716796875,41.63231372833252],[-79.59228515625,41.63430404663086],[-79.59123611450195,41.634765625],[-79.58740234375,41.63638877868652],[-79.58251953125,41.638352394104004],[-79.58179473876953,41.638671875],[-79.57763671875,41.64042568206787],[-79.57275390625,41.64243125915527],[-79.57242488861084,41.642578125],[-79.56787109375,41.64449405670166],[-79.56307888031006,41.646484375],[-79.56298828125,41.64652442932129],[-79.55810546875,41.64858150482178],[-79.55387115478516,41.650390625],[-79.55322265625,41.65068531036377],[-79.54833984375,41.652748107910156],[-79.54473972320557,41.654296875],[-79.54345703125,41.65487194061279],[-79.53857421875,41.65688419342041],[-79.53547954559326,41.658203125],[-79.53369140625,41.65899085998535],[-79.52880859375,41.66096878051758],[-79.52611446380615,41.662109375],[-79.52392578125,41.66305065155029],[-79.51904296875,41.664974212646484],[-79.51657295227051,41.666015625],[-79.51416015625,41.66704750061035],[-79.50927734375,41.66900157928467],[-79.50714111328125,41.669921875],[-79.50439453125,41.67110824584961],[-79.49951171875,41.67307186126709],[-79.49778079986572,41.673828125],[-79.49462890625,41.675185203552246],[-79.48974609375,41.67716312408447],[-79.48844909667969,41.677734375],[-79.48486328125,41.67927169799805],[-79.47998046875,41.681278228759766],[-79.47917461395264,41.681640625],[-79.47509765625,41.683387756347656],[-79.47021484375,41.685401916503906],[-79.46989059448242,41.685546875],[-79.46533203125,41.687469482421875],[-79.46056365966797,41.689453125],[-79.46044921875,41.6895055770874],[-79.45556640625,41.69153690338135],[-79.45115566253662,41.693359375],[-79.45068359375,41.69356918334961],[-79.44580078125,41.69559669494629],[-79.44193840026855,41.697265625],[-79.44091796875,41.69773197174072],[-79.43603515625,41.699822425842285],[-79.43292617797852,41.701171875],[-79.43115234375,41.70195960998535],[-79.42626953125,41.70388603210449],[-79.4233751296997,41.705078125],[-79.42138671875,41.70592212677002],[-79.41650390625,41.70786476135254],[-79.41388607025146,41.708984375],[-79.41162109375,41.70997428894043],[-79.40673828125,41.71196174621582],[-79.40457820892334,41.712890625],[-79.40185546875,41.714054107666016],[-79.39697265625,41.715951919555664],[-79.39497470855713,41.716796875],[-79.39208984375,41.71801948547363],[-79.38720703125,41.720014572143555],[-79.38566207885742,41.720703125],[-79.38232421875,41.72216033935547],[-79.37744140625,41.72412967681885],[-79.37633514404297,41.724609375],[-79.37255859375,41.72617816925049],[-79.36767578125,41.728108406066895],[-79.3667459487915,41.728515625],[-79.36279296875,41.730186462402344],[-79.35791015625,41.73222637176514],[-79.3574857711792,41.732421875],[-79.35302734375,41.73435688018799],[-79.34834957122803,41.736328125],[-79.34814453125,41.73642158508301],[-79.34326171875,41.738430976867676],[-79.33892250061035,41.740234375],[-79.33837890625,41.740478515625],[-79.33349609375,41.742557525634766],[-79.32989120483398,41.744140625],[-79.32861328125,41.74472236633301],[-79.32373046875,41.74675750732422],[-79.32072162628174,41.748046875],[-79.31884765625,41.748873710632324],[-79.31396484375,41.75084590911865],[-79.31137084960938,41.751953125],[-79.30908203125,41.752946853637695],[-79.30419921875,41.75490665435791],[-79.30197715759277,41.755859375],[-79.29931640625,41.757004737854004],[-79.29443359375,41.75893974304199],[-79.29247856140137,41.759765625],[-79.28955078125,41.76098823547363],[-79.28466796875,41.76283645629883],[-79.28260803222656,41.763671875],[-79.27978515625,41.764811515808105],[-79.27490234375,41.76666736602783],[-79.2727518081665,41.767578125],[-79.27001953125,41.76874828338623],[-79.26513671875,41.77075004577637],[-79.2634630203247,41.771484375],[-79.26025390625,41.77285957336426],[-79.25537109375,41.77476501464844],[-79.25389289855957,41.775390625],[-79.25048828125,41.776801109313965],[-79.24560546875,41.77872180938721],[-79.2442798614502,41.779296875],[-79.24072265625,41.78080368041992],[-79.23583984375,41.782795906066895],[-79.23492431640625,41.783203125],[-79.23095703125,41.784892082214355],[-79.22607421875,41.78687286376953],[-79.22554016113281,41.787109375],[-79.22119140625,41.7889347076416],[-79.21630859375,41.79094219207764],[-79.21614646911621,41.791015625],[-79.21142578125,41.79300022125244],[-79.20679569244385,41.794921875],[-79.20654296875,41.795034408569336],[-79.20166015625,41.797054290771484],[-79.19738292694092,41.798828125],[-79.19677734375,41.79909706115723],[-79.19189453125,41.80112075805664],[-79.18812274932861,41.802734375],[-79.18701171875,41.80323505401611],[-79.18212890625,41.80523681640625],[-79.17872905731201,41.806640625],[-79.17724609375,41.80727481842041],[-79.17236328125,41.809194564819336],[-79.16909694671631,41.810546875],[-79.16748046875,41.81124401092529],[-79.16259765625,41.81321334838867],[-79.15967464447021,41.814453125],[-79.15771484375,41.81531047821045],[-79.15283203125,41.81728458404541],[-79.15032386779785,41.818359375],[-79.14794921875,41.819390296936035],[-79.14306640625,41.82136344909668],[-79.14099216461182,41.822265625],[-79.13818359375,41.823485374450684],[-79.13330078125,41.82547950744629],[-79.13174152374268,41.826171875],[-79.12841796875,41.82762336730957],[-79.12353515625,41.82963180541992],[-79.12251949310303,41.830078125],[-79.11865234375,41.83169078826904],[-79.11376953125,41.83354949951172],[-79.11272048950195,41.833984375],[-79.10888671875,41.83551216125488],[-79.10400390625,41.837379455566406],[-79.10280227661133,41.837890625],[-79.09912109375,41.839415550231934],[-79.09423828125,41.84134006500244],[-79.09317970275879,41.841796875],[-79.08935546875,41.8433837890625],[-79.08447265625,41.845351219177246],[-79.08369064331055,41.845703125],[-79.07958984375,41.84745788574219],[-79.07470703125,41.849517822265625],[-79.07450675964355,41.849609375],[-79.06982421875,41.85161876678467],[-79.06532287597656,41.853515625],[-79.06494140625,41.85368824005127],[-79.06005859375,41.85569667816162],[-79.05566692352295,41.857421875],[-79.05517578125,41.85763072967529],[-79.05029296875,41.85953712463379],[-79.04579639434814,41.861328125],[-79.04541015625,41.86149501800537],[-79.04052734375,41.863454818725586],[-79.03612613677979,41.865234375],[-79.03564453125,41.86544322967529],[-79.03076171875,41.86743450164795],[-79.02670383453369,41.869140625],[-79.02587890625,41.869507789611816],[-79.02099609375,41.87147521972656],[-79.01706218719482,41.873046875],[-79.01611328125,41.87344741821289],[-79.01123046875,41.87537384033203],[-79.00742530822754,41.876953125],[-79.00634765625,41.87742519378662],[-79.00146484375,41.87942409515381],[-78.9980697631836,41.880859375],[-78.99658203125,41.88151454925537],[-78.99169921875,41.883480072021484],[-78.98861885070801,41.884765625],[-78.98681640625,41.885544776916504],[-78.98193359375,41.88748741149902],[-78.97910594940186,41.888671875],[-78.97705078125,41.88955783843994],[-78.97216796875,41.89150428771973],[-78.96965503692627,41.892578125],[-78.96728515625,41.893611907958984],[-78.96240234375,41.895630836486816],[-78.96048545837402,41.896484375],[-78.95751953125,41.897786140441895],[-78.95263671875,41.899770736694336],[-78.95121574401855,41.900390625],[-78.94775390625,41.901854515075684],[-78.94287109375,41.9037389755249],[-78.94152164459229,41.904296875],[-78.93798828125,41.90570640563965],[-78.93310546875,41.90750503540039],[-78.93139839172363,41.908203125],[-78.92822265625,41.90949249267578],[-78.92333984375,41.91136837005615],[-78.92157554626465,41.912109375],[-78.91845703125,41.9133996963501],[-78.91357421875,41.91529560089111],[-78.91188144683838,41.916015625],[-78.90869140625,41.91734981536865],[-78.90380859375,41.91927528381348],[-78.90231609344482,41.919921875],[-78.89892578125,41.92135524749756],[-78.89404296875,41.923316955566406],[-78.89287948608398,41.923828125],[-78.88916015625,41.92539978027344],[-78.88427734375,41.92731761932373],[-78.88329029083252,41.927734375],[-78.87939453125,41.92931365966797],[-78.87451171875,41.93116283416748],[-78.87336730957031,41.931640625],[-78.86962890625,41.93315124511719],[-78.86474609375,41.93503761291504],[-78.86355400085449,41.935546875],[-78.85986328125,41.93707084655762],[-78.85498046875,41.938995361328125],[-78.85392665863037,41.939453125],[-78.85009765625,41.94105625152588],[-78.84521484375,41.94300556182861],[-78.84440422058105,41.943359375],[-78.84033203125,41.945054054260254],[-78.83544921875,41.94699954986572],[-78.8348388671875,41.947265625],[-78.83056640625,41.94903755187988],[-78.82568359375,41.95101261138916],[-78.82533073425293,41.951171875],[-78.82080078125,41.953094482421875],[-78.81614685058594,41.955078125],[-78.81591796875,41.95518207550049],[-78.81103515625,41.95720863342285],[-78.80666255950928,41.958984375],[-78.80615234375,41.95920658111572],[-78.80126953125,41.961180686950684],[-78.79705429077148,41.962890625],[-78.79638671875,41.96317768096924],[-78.79150390625,41.96511173248291],[-78.78726482391357,41.966796875],[-78.78662109375,41.96707057952881],[-78.78173828125,41.9689884185791],[-78.77740859985352,41.970703125],[-78.77685546875,41.97093963623047],[-78.77197265625,41.97287845611572],[-78.76770496368408,41.974609375],[-78.76708984375,41.974876403808594],[-78.76220703125,41.97683525085449],[-78.75805377960205,41.978515625],[-78.75732421875,41.97883129119873],[-78.75244140625,41.98083019256592],[-78.74871253967285,41.982421875],[-78.74755859375,41.982937812805176],[-78.74267578125,41.984914779663086],[-78.73921871185303,41.986328125],[-78.73779296875,41.98693561553955],[-78.73291015625,41.98880481719971],[-78.72923851013184,41.990234375],[-78.72802734375,41.9907341003418],[-78.72314453125,41.99263286590576],[-78.71951580047607,41.994140625],[-78.71826171875,41.994688987731934],[-78.71337890625,41.99664115905762],[-78.70988368988037,41.998046875],[-78.70849609375,41.998629570007324],[-78.70361328125,42.000518798828125],[-78.70009899139404,42.001953125],[-78.69873046875,42.00254154205322],[-78.69384765625,42.004496574401855],[-78.69056701660156,42.005859375],[-78.68896484375,42.00654888153076],[-78.68408203125,42.00846195220947],[-78.68093967437744,42.009765625],[-78.67919921875,42.01051998138428],[-78.67431640625,42.012535095214844],[-78.67169857025146,42.013671875],[-78.66943359375,42.01466751098633],[-78.66455078125,42.016602516174316],[-78.66223812103271,42.017578125],[-78.65966796875,42.01867198944092],[-78.65478515625,42.02062797546387],[-78.65281105041504,42.021484375],[-78.64990234375,42.02273654937744],[-78.64501953125,42.02470302581787],[-78.64344120025635,42.025390625],[-78.64013671875,42.02679252624512],[-78.63525390625,42.02869129180908],[-78.63380432128906,42.029296875],[-78.63037109375,42.03068542480469],[-78.62548828125,42.03249645233154],[-78.62377166748047,42.033203125],[-78.62060546875,42.03449630737305],[-78.61572265625,42.03639793395996],[-78.61403465270996,42.037109375],[-78.61083984375,42.038424491882324],[-78.60595703125,42.040252685546875],[-78.60408306121826,42.041015625],[-78.60107421875,42.04223346710205],[-78.59619140625,42.04408931732178],[-78.59421253204346,42.044921875],[-78.59130859375,42.04614543914795],[-78.58642578125,42.04810619354248],[-78.58476638793945,42.048828125],[-78.58154296875,42.05020046234131],[-78.57666015625,42.05213737487793],[-78.57526302337646,42.052734375],[-78.57177734375,42.054168701171875],[-78.56689453125,42.055968284606934],[-78.56521606445312,42.056640625],[-78.56201171875,42.05790615081787],[-78.55712890625,42.05971336364746],[-78.55510234832764,42.060546875],[-78.55224609375,42.061729431152344],[-78.54736328125,42.06366443634033],[-78.5455322265625,42.064453125],[-78.54248046875,42.06574821472168],[-78.53759765625,42.067644119262695],[-78.53589534759521,42.068359375],[-78.53271484375,42.06966972351074],[-78.52783203125,42.071563720703125],[-78.52619647979736,42.072265625],[-78.52294921875,42.07364082336426],[-78.51806640625,42.07559776306152],[-78.51675510406494,42.076171875],[-78.51318359375,42.0776891708374],[-78.50830078125,42.07967281341553],[-78.50739002227783,42.080078125],[-78.50341796875,42.081767082214355],[-78.49853515625,42.083733558654785],[-78.49795818328857,42.083984375],[-78.49365234375,42.08574962615967],[-78.48876953125,42.087646484375],[-78.48819732666016,42.087890625],[-78.48388671875,42.089632987976074],[-78.47900390625,42.091529846191406],[-78.47837448120117,42.091796875],[-78.47412109375,42.09350299835205],[-78.46923828125,42.09533214569092],[-78.468337059021,42.095703125],[-78.46435546875,42.09727668762207],[-78.45947265625,42.09915256500244],[-78.45841884613037,42.099609375],[-78.45458984375,42.10120391845703],[-78.44970703125,42.10315227508545],[-78.44887733459473,42.103515625],[-78.44482421875,42.105207443237305],[-78.43994140625,42.10714244842529],[-78.43929767608643,42.107421875],[-78.43505859375,42.109171867370605],[-78.43017578125,42.11110591888428],[-78.42966079711914,42.111328125],[-78.42529296875,42.11310577392578],[-78.42041015625,42.11498260498047],[-78.41980934143066,42.115234375],[-78.41552734375,42.11691951751709],[-78.41064453125,42.11872577667236],[-78.40963363647461,42.119140625],[-78.40576171875,42.1206693649292],[-78.40087890625,42.122490882873535],[-78.39952945709229,42.123046875],[-78.39599609375,42.124460220336914],[-78.39111328125,42.126309394836426],[-78.38957786560059,42.126953125],[-78.38623046875,42.12832832336426],[-78.38134765625,42.13019847869873],[-78.3797550201416,42.130859375],[-78.37646484375,42.1321964263916],[-78.37158203125,42.13403511047363],[-78.3698320388794,42.134765625],[-78.36669921875,42.136064529418945],[-78.36181640625,42.13801956176758],[-78.36033821105957,42.138671875],[-78.35693359375,42.14013195037842],[-78.35205078125,42.14206314086914],[-78.35083484649658,42.142578125],[-78.34716796875,42.14406967163086],[-78.34228515625,42.1459321975708],[-78.34098815917969,42.146484375],[-78.33740234375,42.147972106933594],[-78.33251953125,42.149909019470215],[-78.3314037322998,42.150390625],[-78.32763671875,42.15194606781006],[-78.32275390625,42.15377235412598],[-78.32145690917969,42.154296875],[-78.31787109375,42.15570259094238],[-78.31298828125,42.157493591308594],[-78.31124782562256,42.158203125],[-78.30810546875,42.159470558166504],[-78.30322265625,42.16132354736328],[-78.30132007598877,42.162109375],[-78.29833984375,42.16332530975342],[-78.29345703125,42.165154457092285],[-78.29137325286865,42.166015625],[-78.28857421875,42.16717720031738],[-78.28369140625,42.16908931732178],[-78.28170776367188,42.169921875],[-78.27880859375,42.17112350463867],[-78.27392578125,42.172964096069336],[-78.27181339263916,42.173828125],[-78.26904296875,42.17496109008789],[-78.26416015625,42.17683792114258],[-78.26202869415283,42.177734375],[-78.25927734375,42.178893089294434],[-78.25439453125,42.18076515197754],[-78.25225353240967,42.181640625],[-78.24951171875,42.18275451660156],[-78.24462890625,42.18456268310547],[-78.24217319488525,42.185546875],[-78.23974609375,42.1865291595459],[-78.23486328125,42.18835735321045],[-78.23215961456299,42.189453125],[-78.22998046875,42.19035816192627],[-78.22509765625,42.192251205444336],[-78.22243213653564,42.193359375],[-78.22021484375,42.19429874420166],[-78.21533203125,42.196213722229004],[-78.21281909942627,42.197265625],[-78.21044921875,42.19827079772949],[-78.20556640625,42.20017719268799],[-78.20319652557373,42.201171875],[-78.20068359375,42.202232360839844],[-78.19580078125,42.20412349700928],[-78.19348335266113,42.205078125],[-78.19091796875,42.20613384246826],[-78.18603515625,42.207940101623535],[-78.18340301513672,42.208984375],[-78.18115234375,42.20989227294922],[-78.17626953125,42.21172904968262],[-78.17342758178711,42.212890625],[-78.17138671875,42.21375370025635],[-78.16650390625,42.21568584442139],[-78.16384792327881,42.216796875],[-78.16162109375,42.21773815155029],[-78.15673828125,42.21959972381592],[-78.15400123596191,42.220703125],[-78.15185546875,42.22158241271973],[-78.14697265625,42.223416328430176],[-78.14399242401123,42.224609375],[-78.14208984375,42.22539520263672],[-78.13720703125,42.22727108001709],[-78.13414573669434,42.228515625],[-78.13232421875,42.229278564453125],[-78.12744140625,42.231136322021484],[-78.12422752380371,42.232421875],[-78.12255859375,42.23311710357666],[-78.11767578125,42.234999656677246],[-78.11438083648682,42.236328125],[-78.11279296875,42.23699474334717],[-78.10791015625,42.23888301849365],[-78.10455799102783,42.240234375],[-78.10302734375,42.24087619781494],[-78.09814453125,42.24276256561279],[-78.09476852416992,42.244140625],[-78.09326171875,42.24478530883789],[-78.08837890625,42.246745109558105],[-78.08526992797852,42.248046875],[-78.08349609375,42.24881076812744],[-78.07861328125,42.25070285797119],[-78.07552814483643,42.251953125],[-78.07373046875,42.25270462036133],[-78.06884765625,42.2545804977417],[-78.06568145751953,42.255859375],[-78.06396484375,42.256577491760254],[-78.05908203125,42.25845527648926],[-78.05582523345947,42.259765625],[-78.05419921875,42.26044464111328],[-78.04931640625,42.262301445007324],[-78.04579257965088,42.263671875],[-78.04443359375,42.26422595977783],[-78.03955078125,42.26603603363037],[-78.03541660308838,42.267578125],[-78.03466796875,42.267876625061035],[-78.02978515625,42.26968193054199],[-78.0249547958374,42.271484375],[-78.02490234375,42.27150535583496],[-78.02001953125,42.27338886260986],[-78.01513671875,42.27523994445801],[-78.01477432250977,42.275390625],[-78.01025390625,42.277156829833984],[-78.00537109375,42.278974533081055],[-78.00459384918213,42.279296875],[-78.00048828125,42.28092098236084],[-77.99560546875,42.282785415649414],[-77.99461841583252,42.283203125],[-77.99072265625,42.28479194641113],[-77.98583984375,42.28670120239258],[-77.98489570617676,42.287109375],[-77.98095703125,42.288740158081055],[-77.97607421875,42.29063129425049],[-77.97515869140625,42.291015625],[-77.97119140625,42.29261302947998],[-77.96630859375,42.29447937011719],[-77.96525955200195,42.294921875],[-77.96142578125,42.29647636413574],[-77.95654296875,42.298349380493164],[-77.9554033279419,42.298828125],[-77.95166015625,42.30034065246582],[-77.94677734375,42.302157402038574],[-77.94534683227539,42.302734375],[-77.94189453125,42.30408477783203],[-77.93701171875,42.30583381652832],[-77.93498039245605,42.306640625],[-77.93212890625,42.30777072906494],[-77.92724609375,42.30958843231201],[-77.92488098144531,42.310546875],[-77.92236328125,42.31157398223877],[-77.91748046875,42.31339740753174],[-77.91484355926514,42.314453125],[-77.91259765625,42.3153657913208],[-77.90771484375,42.317179679870605],[-77.90474891662598,42.318359375],[-77.90283203125,42.31914520263672],[-77.89794921875,42.3209924697876],[-77.89477348327637,42.322265625],[-77.89306640625,42.32297420501709],[-77.88818359375,42.324835777282715],[-77.88482666015625,42.326171875],[-77.88330078125,42.326805114746094],[-77.87841796875,42.32866382598877],[-77.87484645843506,42.330078125],[-77.87353515625,42.330626487731934],[-77.86865234375,42.33252239227295],[-77.86498546600342,42.333984375],[-77.86376953125,42.334492683410645],[-77.85888671875,42.33634948730469],[-77.85489082336426,42.337890625],[-77.85400390625,42.33825492858887],[-77.84912109375,42.340110778808594],[-77.84474849700928,42.341796875],[-77.84423828125,42.34200954437256],[-77.83935546875,42.34389781951904],[-77.83470630645752,42.345703125],[-77.83447265625,42.34580135345459],[-77.82958984375,42.34774589538574],[-77.82488346099854,42.349609375],[-77.82470703125,42.34968566894531],[-77.81982421875,42.35159397125244],[-77.81494140625,42.35342884063721],[-77.81473159790039,42.353515625],[-77.81005859375,42.35533905029297],[-77.80517578125,42.357229232788086],[-77.80473232269287,42.357421875],[-77.80029296875,42.35924530029297],[-77.79541015625,42.361205101013184],[-77.79512882232666,42.361328125],[-77.79052734375,42.3632116317749],[-77.78564453125,42.3651647567749],[-77.78548240661621,42.365234375],[-77.78076171875,42.367136001586914],[-77.77587890625,42.369001388549805],[-77.77554512023926,42.369140625],[-77.77099609375,42.370914459228516],[-77.76611328125,42.37273693084717],[-77.7653694152832,42.373046875],[-77.76123046875,42.37468719482422],[-77.75634765625,42.37654113769531],[-77.75537014007568,42.376953125],[-77.75146484375,42.3785285949707],[-77.74658203125,42.38039016723633],[-77.7454662322998,42.380859375],[-77.74169921875,42.38238048553467],[-77.73681640625,42.384212493896484],[-77.73546695709229,42.384765625],[-77.73193359375,42.386168479919434],[-77.72705078125,42.387946128845215],[-77.72523880004883,42.388671875],[-77.72216796875,42.38989543914795],[-77.71728515625,42.39175319671631],[-77.7153205871582,42.392578125],[-77.71240234375,42.393795013427734],[-77.70751953125,42.39567279815674],[-77.70555019378662,42.396484375],[-77.70263671875,42.39766788482666],[-77.69775390625,42.39945602416992],[-77.69538879394531,42.400390625],[-77.69287109375,42.401390075683594],[-77.68798828125,42.40315055847168],[-77.68502235412598,42.404296875],[-77.68310546875,42.40505886077881],[-77.67822265625,42.406853675842285],[-77.67468452453613,42.408203125],[-77.67333984375,42.40874195098877],[-77.66845703125,42.41053867340088],[-77.66424179077148,42.412109375],[-77.66357421875,42.41237545013428],[-77.65869140625,42.414198875427246],[-77.65390396118164,42.416015625],[-77.65380859375,42.41605567932129],[-77.64892578125,42.41796112060547],[-77.64404296875,42.41983985900879],[-77.64384746551514,42.419921875],[-77.63916015625,42.421770095825195],[-77.63427734375,42.42359256744385],[-77.63370513916016,42.423828125],[-77.62939453125,42.42550754547119],[-77.62451171875,42.42734718322754],[-77.6235818862915,42.427734375],[-77.61962890625,42.42930793762207],[-77.61474609375,42.43107223510742],[-77.61330604553223,42.431640625],[-77.60986328125,42.43296146392822],[-77.60498046875,42.43472194671631],[-77.60292530059814,42.435546875],[-77.60009765625,42.43667984008789],[-77.59521484375,42.438504219055176],[-77.59287357330322,42.439453125],[-77.59033203125,42.440489768981934],[-77.58544921875,42.44231700897217],[-77.5828742980957,42.443359375],[-77.58056640625,42.444308280944824],[-77.57568359375,42.4461555480957],[-77.57290840148926,42.447265625],[-77.57080078125,42.448121070861816],[-77.56591796875,42.44991874694824],[-77.56272315979004,42.451171875],[-77.56103515625,42.451860427856445],[-77.55615234375,42.453694343566895],[-77.55254745483398,42.455078125],[-77.55126953125,42.45559501647949],[-77.54638671875,42.4574089050293],[-77.54230499267578,42.458984375],[-77.54150390625,42.45931434631348],[-77.53662109375,42.461201667785645],[-77.53229141235352,42.462890625],[-77.53173828125,42.4631233215332],[-77.52685546875,42.464999198913574],[-77.52208709716797,42.466796875],[-77.52197265625,42.466843605041504],[-77.51708984375,42.46873474121094],[-77.51220703125,42.47063446044922],[-77.5120496749878,42.470703125],[-77.50732421875,42.472622871398926],[-77.50244140625,42.474586486816406],[-77.5023889541626,42.474609375],[-77.49755859375,42.47658729553223],[-77.49268054962158,42.478515625],[-77.49267578125,42.478516578674316],[-77.48779296875,42.480401039123535],[-77.48291015625,42.48209095001221],[-77.4820327758789,42.482421875],[-77.47802734375,42.48387050628662],[-77.47314453125,42.48556613922119],[-77.47120380401611,42.486328125],[-77.46826171875,42.48748016357422],[-77.46337890625,42.48926544189453],[-77.46095180511475,42.490234375],[-77.45849609375,42.49122428894043],[-77.45361328125,42.49302577972412],[-77.45081424713135,42.494140625],[-77.44873046875,42.494991302490234],[-77.44384765625,42.49684429168701],[-77.44085788726807,42.498046875],[-77.43896484375,42.49882793426514],[-77.43408203125,42.50063610076904],[-77.4306869506836,42.501953125],[-77.42919921875,42.50255584716797],[-77.42431640625,42.50437355041504],[-77.42043018341064,42.505859375],[-77.41943359375,42.50626468658447],[-77.41455078125,42.508116722106934],[-77.41026878356934,42.509765625],[-77.40966796875,42.51001453399658],[-77.40478515625,42.5118989944458],[-77.40025520324707,42.513671875],[-77.39990234375,42.51382064819336],[-77.39501953125,42.51572132110596],[-77.39013671875,42.51754093170166],[-77.39004135131836,42.517578125],[-77.38525390625,42.51937007904053],[-77.38037109375,42.52109622955322],[-77.37939357757568,42.521484375],[-77.37548828125,42.52297878265381],[-77.37060546875,42.52474308013916],[-77.36896991729736,42.525390625],[-77.36572265625,42.52664566040039],[-77.36083984375,42.52836608886719],[-77.35844612121582,42.529296875],[-77.35595703125,42.530277252197266],[-77.35107421875,42.53207492828369],[-77.34822273254395,42.533203125],[-77.34619140625,42.534024238586426],[-77.34130859375,42.53581714630127],[-77.33798503875732,42.537109375],[-77.33642578125,42.53774070739746],[-77.33154296875,42.539570808410645],[-77.32781887054443,42.541015625],[-77.32666015625,42.54149150848389],[-77.32177734375,42.54333686828613],[-77.31762886047363,42.544921875],[-77.31689453125,42.545223236083984],[-77.31201171875,42.54708957672119],[-77.30753421783447,42.548828125],[-77.30712890625,42.54899787902832],[-77.30224609375,42.55090045928955],[-77.2974681854248,42.552734375],[-77.29736328125,42.55277919769287],[-77.29248046875,42.55466365814209],[-77.28759765625,42.55649280548096],[-77.28724002838135,42.556640625],[-77.28271484375,42.55840492248535],[-77.27783203125,42.560208320617676],[-77.27700233459473,42.560546875],[-77.27294921875,42.56212902069092],[-77.26806640625,42.563947677612305],[-77.26685523986816,42.564453125],[-77.26318359375,42.565932273864746],[-77.25830078125,42.567758560180664],[-77.25682258605957,42.568359375],[-77.25341796875,42.56969928741455],[-77.24853515625,42.57143592834473],[-77.24640846252441,42.572265625],[-77.24365234375,42.573341369628906],[-77.23876953125,42.575119972229004],[-77.23611354827881,42.576171875],[-77.23388671875,42.577070236206055],[-77.22900390625,42.57888126373291],[-77.22598552703857,42.580078125],[-77.22412109375,42.58084011077881],[-77.21923828125,42.58267402648926],[-77.21591472625732,42.583984375],[-77.21435546875,42.58462142944336],[-77.20947265625,42.586442947387695],[-77.20569133758545,42.587890625],[-77.20458984375,42.58833599090576],[-77.19970703125,42.59016799926758],[-77.19545364379883,42.591796875],[-77.19482421875,42.59205627441406],[-77.18994140625,42.59392738342285],[-77.18532085418701,42.595703125],[-77.18505859375,42.59581279754639],[-77.18017578125,42.5977144241333],[-77.17529296875,42.59960460662842],[-77.17527866363525,42.599609375],[-77.17041015625,42.60153770446777],[-77.16552734375,42.60343074798584],[-77.16532707214355,42.603515625],[-77.16064453125,42.60536766052246],[-77.15576171875,42.607171058654785],[-77.15513229370117,42.607421875],[-77.15087890625,42.60900688171387],[-77.14599609375,42.610618591308594],[-77.14407920837402,42.611328125],[-77.14111328125,42.61242485046387],[-77.13623046875,42.614142417907715],[-77.13341236114502,42.615234375],[-77.13134765625,42.61605644226074],[-77.12646484375,42.61786937713623],[-77.12326049804688,42.619140625],[-77.12158203125,42.61983299255371],[-77.11669921875,42.62169647216797],[-77.11332321166992,42.623046875],[-77.11181640625,42.62367534637451],[-77.10693359375,42.62553691864014],[-77.10335731506348,42.626953125],[-77.10205078125,42.62749671936035],[-77.09716796875,42.62936019897461],[-77.09330558776855,42.630859375],[-77.09228515625,42.631279945373535],[-77.08740234375,42.63311004638672],[-77.08293914794922,42.634765625],[-77.08251953125,42.63493347167969],[-77.07763671875,42.636741638183594],[-77.07275390625,42.63848686218262],[-77.07228660583496,42.638671875],[-77.06787109375,42.64032745361328],[-77.06298828125,42.64206600189209],[-77.06170082092285,42.642578125],[-77.05810546875,42.64396381378174],[-77.05322265625,42.64571666717529],[-77.0512866973877,42.646484375],[-77.04833984375,42.64764404296875],[-77.04345703125,42.64941692352295],[-77.04100131988525,42.650390625],[-77.03857421875,42.6513614654541],[-77.03369140625,42.653157234191895],[-77.03080177307129,42.654296875],[-77.02880859375,42.65510272979736],[-77.02392578125,42.65691089630127],[-77.02062129974365,42.658203125],[-77.01904296875,42.658843994140625],[-77.01416015625,42.66065979003906],[-77.01035499572754,42.662109375],[-77.00927734375,42.66254425048828],[-77.00439453125,42.6643590927124],[-76.9999647140503,42.666015625],[-76.99951171875,42.666199684143066],[-76.99462890625,42.66802501678467],[-76.98974609375,42.66980838775635],[-76.98946952819824,42.669921875],[-76.98486328125,42.67167854309082],[-76.97998046875,42.6734676361084],[-76.97909355163574,42.673828125],[-76.97509765625,42.67537975311279],[-76.97021484375,42.67713928222656],[-76.96871757507324,42.677734375],[-76.96533203125,42.67905330657959],[-76.96044921875,42.68082046508789],[-76.95838928222656,42.681640625],[-76.95556640625,42.68276119232178],[-76.95068359375,42.68454074859619],[-76.94813251495361,42.685546875],[-76.94580078125,42.68647861480713],[-76.94091796875,42.68826103210449],[-76.93785667419434,42.689453125],[-76.93603515625,42.690184593200684],[-76.93115234375,42.69197750091553],[-76.92753791809082,42.693359375],[-76.92626953125,42.69386863708496],[-76.92138671875,42.69566822052002],[-76.91705226898193,42.697265625],[-76.91650390625,42.69748401641846],[-76.91162109375,42.699286460876465],[-76.90673828125,42.7010555267334],[-76.9064474105835,42.701171875],[-76.90185546875,42.7028923034668],[-76.89697265625,42.70460319519043],[-76.895751953125,42.705078125],[-76.89208984375,42.70645999908447],[-76.88720703125,42.70817947387695],[-76.88514232635498,42.708984375],[-76.88232421875,42.71007823944092],[-76.87744140625,42.71182155609131],[-76.874680519104,42.712890625],[-76.87255859375,42.713727951049805],[-76.86767578125,42.715495109558105],[-76.86429023742676,42.716796875],[-76.86279296875,42.7173957824707],[-76.85791015625,42.7191801071167],[-76.85376644134521,42.720703125],[-76.85302734375,42.72099494934082],[-76.84814453125,42.72277355194092],[-76.84326171875,42.72453689575195],[-76.84308052062988,42.724609375],[-76.83837890625,42.72637367248535],[-76.83349609375,42.72812080383301],[-76.83250904083252,42.728515625],[-76.82861328125,42.73000717163086],[-76.82373046875,42.7317419052124],[-76.8220043182373,42.732421875],[-76.81884765625,42.7336483001709],[-76.81396484375,42.73539638519287],[-76.81159019470215,42.736328125],[-76.80908203125,42.737321853637695],[-76.80419921875,42.739091873168945],[-76.80127143859863,42.740234375],[-76.79931640625,42.74101638793945],[-76.79443359375,42.742807388305664],[-76.79100036621094,42.744140625],[-76.78955078125,42.74472713470459],[-76.78466796875,42.746548652648926],[-76.78074359893799,42.748046875],[-76.77978515625,42.74843502044678],[-76.77490234375,42.750261306762695],[-76.77037239074707,42.751953125],[-76.77001953125,42.75209617614746],[-76.76513671875,42.753920555114746],[-76.76025390625,42.75568199157715],[-76.75981521606445,42.755859375],[-76.75537109375,42.757534980773926],[-76.75048828125,42.75926685333252],[-76.74922466278076,42.759765625],[-76.74560546875,42.761149406433105],[-76.74072265625,42.76287364959717],[-76.73867702484131,42.763671875],[-76.73583984375,42.76477527618408],[-76.73095703125,42.76651382446289],[-76.72820568084717,42.767578125],[-76.72607421875,42.76841926574707],[-76.72119140625,42.77018451690674],[-76.7177963256836,42.771484375],[-76.71630859375,42.77207660675049],[-76.71142578125,42.773837089538574],[-76.70706272125244,42.775390625],[-76.70654296875,42.775590896606445],[-76.70166015625,42.77734565734863],[-76.69677734375,42.779056549072266],[-76.69616222381592,42.779296875],[-76.69189453125,42.7808837890625],[-76.68701171875,42.782586097717285],[-76.6854190826416,42.783203125],[-76.68212890625,42.78445053100586],[-76.67724609375,42.78615760803223],[-76.67476654052734,42.787109375],[-76.67236328125,42.78804111480713],[-76.66748046875,42.789777755737305],[-76.66423320770264,42.791015625],[-76.66259765625,42.79166030883789],[-76.65771484375,42.79341125488281],[-76.6535472869873,42.794921875],[-76.65283203125,42.79520034790039],[-76.64794921875,42.796963691711426],[-76.64306640625,42.79869747161865],[-76.64273738861084,42.798828125],[-76.63818359375,42.80052375793457],[-76.63330078125,42.80223083496094],[-76.63200855255127,42.802734375],[-76.62841796875,42.804094314575195],[-76.62353515625,42.805803298950195],[-76.62137031555176,42.806640625],[-76.61865234375,42.807692527770996],[-76.61376953125,42.80942249298096],[-76.61083698272705,42.810546875],[-76.60888671875,42.81131362915039],[-76.60400390625,42.813072204589844],[-76.60031795501709,42.814453125],[-76.59912109375,42.814927101135254],[-76.59423828125,42.81669807434082],[-76.58960819244385,42.818359375],[-76.58935546875,42.818458557128906],[-76.58447265625,42.82023525238037],[-76.57958984375,42.821946144104004],[-76.57877445220947,42.822265625],[-76.57470703125,42.823787689208984],[-76.56982421875,42.82550239562988],[-76.56810760498047,42.826171875],[-76.56494140625,42.827383041381836],[-76.56005859375,42.82909965515137],[-76.55752658843994,42.830078125],[-76.55517578125,42.8309965133667],[-76.55029296875,42.8327522277832],[-76.5471076965332,42.833984375],[-76.54541015625,42.83466339111328],[-76.54052734375,42.83646869659424],[-76.53685569763184,42.837890625],[-76.53564453125,42.8383846282959],[-76.53076171875,42.840216636657715],[-76.52655124664307,42.841796875],[-76.52587890625,42.84206676483154],[-76.52099609375,42.84385967254639],[-76.51611328125,42.84560680389404],[-76.51587009429932,42.845703125],[-76.51123046875,42.847408294677734],[-76.50634765625,42.849074363708496],[-76.5049409866333,42.849609375],[-76.50146484375,42.85089588165283],[-76.49658203125,42.85256385803223],[-76.49407863616943,42.853515625],[-76.49169921875,42.8544340133667],[-76.48681640625,42.85618019104004],[-76.48359298706055,42.857421875],[-76.48193359375,42.8580846786499],[-76.47705078125,42.859872817993164],[-76.47316932678223,42.861328125],[-76.47216796875,42.86172676086426],[-76.46728515625,42.86349296569824],[-76.46240234375,42.86520576477051],[-76.46233081817627,42.865234375],[-76.45751953125,42.86696815490723],[-76.45263671875,42.86862087249756],[-76.45127296447754,42.869140625],[-76.44775390625,42.87044811248779],[-76.44287109375,42.87212657928467],[-76.44044399261475,42.873046875],[-76.43798828125,42.87398338317871],[-76.43310546875,42.87569713592529],[-76.42980098724365,42.876953125],[-76.42822265625,42.877577781677246],[-76.42333984375,42.879364013671875],[-76.41937255859375,42.880859375],[-76.41845703125,42.88122749328613],[-76.41357421875,42.88304328918457],[-76.40891551971436,42.884765625],[-76.40869140625,42.88485622406006],[-76.40380859375,42.88666248321533],[-76.39892578125,42.88838195800781],[-76.3981819152832,42.888671875],[-76.39404296875,42.890201568603516],[-76.38916015625,42.89184856414795],[-76.38720989227295,42.892578125],[-76.38427734375,42.89366436004639],[-76.37939453125,42.8953161239624],[-76.3762378692627,42.896484375],[-76.37451171875,42.8971471786499],[-76.36962890625,42.898884773254395],[-76.3654899597168,42.900390625],[-76.36474609375,42.90068054199219],[-76.35986328125,42.902448654174805],[-76.35498046875,42.90416431427002],[-76.35464191436768,42.904296875],[-76.35009765625,42.90597057342529],[-76.34521484375,42.90769386291504],[-76.34393692016602,42.908203125],[-76.34033203125,42.90959930419922],[-76.33544921875,42.91139221191406],[-76.3336706161499,42.912109375],[-76.33056640625,42.9133358001709],[-76.32568359375,42.915035247802734],[-76.3230562210083,42.916015625],[-76.32080078125,42.91686534881592],[-76.31591796875,42.91854190826416],[-76.31211757659912,42.919921875],[-76.31103515625,42.920339584350586],[-76.30615234375,42.92209243774414],[-76.30130767822266,42.923828125],[-76.30126953125,42.923842430114746],[-76.29638671875,42.92563343048096],[-76.29150390625,42.92733669281006],[-76.29048347473145,42.927734375],[-76.28662109375,42.92917823791504],[-76.28173828125,42.9308443069458],[-76.27963542938232,42.931640625],[-76.27685546875,42.932692527770996],[-76.27197265625,42.93439769744873],[-76.26896858215332,42.935546875],[-76.26708984375,42.93628978729248],[-76.26220703125,42.9380989074707],[-76.25876903533936,42.939453125],[-76.25732421875,42.94004821777344],[-76.25244140625,42.9419059753418],[-76.24871730804443,42.943359375],[-76.24755859375,42.943833351135254],[-76.24267578125,42.945613861083984],[-76.23796463012695,42.947265625],[-76.23779296875,42.94733142852783],[-76.23291015625,42.94905471801758],[-76.22802734375,42.950669288635254],[-76.2266731262207,42.951171875],[-76.22314453125,42.95244884490967],[-76.21826171875,42.95405101776123],[-76.21541023254395,42.955078125],[-76.21337890625,42.95582675933838],[-76.20849609375,42.957481384277344],[-76.20420932769775,42.958984375],[-76.20361328125,42.95921039581299],[-76.19873046875,42.96097946166992],[-76.19384765625,42.96277332305908],[-76.19356632232666,42.962890625],[-76.18896484375,42.964674949645996],[-76.18408203125,42.96646499633789],[-76.18325233459473,42.966796875],[-76.17919921875,42.96833801269531],[-76.17431640625,42.97004795074463],[-76.17265224456787,42.970703125],[-76.16943359375,42.97195053100586],[-76.16455078125,42.97370910644531],[-76.16227626800537,42.974609375],[-76.15966796875,42.97564220428467],[-76.15478515625,42.977383613586426],[-76.15181922912598,42.978515625],[-76.14990234375,42.97926425933838],[-76.14501953125,42.9809684753418],[-76.1408805847168,42.982421875],[-76.14013671875,42.98270130157471],[-76.13525390625,42.984378814697266],[-76.13037109375,42.98596954345703],[-76.12940311431885,42.986328125],[-76.12548828125,42.987732887268066],[-76.12060546875,42.9893913269043],[-76.11839294433594,42.990234375],[-76.11572265625,42.99125671386719],[-76.11083984375,42.99297618865967],[-76.10777378082275,42.994140625],[-76.10595703125,42.99485206604004],[-76.10107421875,42.99661445617676],[-76.09725952148438,42.998046875],[-76.09619140625,42.9984712600708],[-76.09130859375,43.00024700164795],[-76.08656883239746,43.001953125],[-76.08642578125,43.002010345458984],[-76.08154296875,43.003798484802246],[-76.07666015625,43.00547981262207],[-76.07566356658936,43.005859375],[-76.07177734375,43.00727844238281],[-76.06689453125,43.00894260406494],[-76.0647439956665,43.009765625],[-76.06201171875,43.0108118057251],[-76.05712890625,43.01251697540283],[-76.05406284332275,43.013671875],[-76.05224609375,43.01437473297119],[-76.04736328125,43.01608848571777],[-76.0432243347168,43.017578125],[-76.04248046875,43.01786518096924],[-76.03759765625,43.01963424682617],[-76.03271484375,43.02137470245361],[-76.03243827819824,43.021484375],[-76.02783203125,43.02318859100342],[-76.02294921875,43.02487373352051],[-76.02160453796387,43.025390625],[-76.01806640625,43.02670669555664],[-76.01318359375,43.02835941314697],[-76.01067543029785,43.029296875],[-76.00830078125,43.03019428253174],[-76.00341796875,43.03189468383789],[-75.99987506866455,43.033203125],[-75.99853515625,43.03372097015381],[-75.99365234375,43.03544521331787],[-75.9888744354248,43.037109375],[-75.98876953125,43.03714847564697],[-75.98388671875,43.038878440856934],[-75.97900390625,43.0405216217041],[-75.97771167755127,43.041015625],[-75.97412109375,43.04235076904297],[-75.96923828125,43.044029235839844],[-75.96689701080322,43.044921875],[-75.96435546875,43.04589557647705],[-75.95947265625,43.04758262634277],[-75.95610618591309,43.048828125],[-75.95458984375,43.049410820007324],[-75.94970703125,43.05113887786865],[-75.94521999359131,43.052734375],[-75.94482421875,43.05288887023926],[-75.93994140625,43.054664611816406],[-75.93505859375,43.05637454986572],[-75.93437671661377,43.056640625],[-75.93017578125,43.05818843841553],[-75.92529296875,43.059858322143555],[-75.92348575592041,43.060546875],[-75.92041015625,43.061702728271484],[-75.91552734375,43.06338119506836],[-75.91267108917236,43.064453125],[-75.91064453125,43.065229415893555],[-75.90576171875,43.0669469833374],[-75.9019136428833,43.068359375],[-75.90087890625,43.06876087188721],[-75.89599609375,43.07050132751465],[-75.89111328125,43.072208404541016],[-75.89096546173096,43.072265625],[-75.88623046875,43.073978424072266],[-75.88134765625,43.07563018798828],[-75.87992191314697,43.076171875],[-75.87646484375,43.07745170593262],[-75.87158203125,43.079105377197266],[-75.8689832687378,43.080078125],[-75.86669921875,43.08094787597656],[-75.86181640625,43.08265209197998],[-75.85823059082031,43.083984375],[-75.85693359375,43.084489822387695],[-75.85205078125,43.08622932434082],[-75.84725856781006,43.087890625],[-75.84716796875,43.08792495727539],[-75.84228515625,43.0896635055542],[-75.83740234375,43.09131336212158],[-75.83612442016602,43.091796875],[-75.83251953125,43.09311866760254],[-75.82763671875,43.09477138519287],[-75.82515716552734,43.095703125],[-75.82275390625,43.096614837646484],[-75.81787109375,43.09831142425537],[-75.81438541412354,43.099609375],[-75.81298828125,43.10015296936035],[-75.80810546875,43.10188007354736],[-75.80340385437012,43.103515625],[-75.80322265625,43.103583335876465],[-75.79833984375,43.105323791503906],[-75.79345703125,43.106964111328125],[-75.79224586486816,43.107421875],[-75.78857421875,43.108765602111816],[-75.78369140625,43.110411643981934],[-75.78124523162842,43.111328125],[-75.77880859375,43.112250328063965],[-75.77392578125,43.11394500732422],[-75.77045440673828,43.115234375],[-75.76904296875,43.1157808303833],[-75.76416015625,43.11750411987305],[-75.75942039489746,43.119140625],[-75.75927734375,43.119194984436035],[-75.75439453125,43.120920181274414],[-75.74951171875,43.12256336212158],[-75.74823379516602,43.123046875],[-75.74462890625,43.124369621276855],[-75.73974609375,43.12600803375244],[-75.73721408843994,43.126953125],[-75.73486328125,43.127840995788574],[-75.72998046875,43.12952995300293],[-75.72638034820557,43.130859375],[-75.72509765625,43.131357192993164],[-75.72021484375,43.133087158203125],[-75.71533203125,43.1347599029541],[-75.71531772613525,43.134765625],[-75.71044921875,43.13649559020996],[-75.70556640625,43.138132095336914],[-75.70413112640381,43.138671875],[-75.70068359375,43.139936447143555],[-75.69580078125,43.141581535339355],[-75.69311618804932,43.142578125],[-75.69091796875,43.14340782165527],[-75.68603515625,43.145097732543945],[-75.68223476409912,43.146484375],[-75.68115234375,43.146902084350586],[-75.67626953125,43.1486177444458],[-75.67138671875,43.15027618408203],[-75.67108631134033,43.150390625],[-75.66650390625,43.15202713012695],[-75.66162109375,43.153648376464844],[-75.65988540649414,43.154296875],[-75.65673828125,43.15545654296875],[-75.65185546875,43.1571044921875],[-75.6488847732544,43.158203125],[-75.64697265625,43.15893077850342],[-75.64208984375,43.1606330871582],[-75.63794136047363,43.162109375],[-75.63720703125,43.16238880157471],[-75.63232421875,43.16411018371582],[-75.62744140625,43.16576671600342],[-75.62678337097168,43.166015625],[-75.62255859375,43.16752910614014],[-75.61767578125,43.16915416717529],[-75.61562538146973,43.169921875],[-75.61279296875,43.170976638793945],[-75.60791015625,43.17263221740723],[-75.60466766357422,43.173828125],[-75.60302734375,43.174455642700195],[-75.59814453125,43.176156997680664],[-75.59360980987549,43.177734375],[-75.59326171875,43.17786502838135],[-75.58837890625,43.179593086242676],[-75.58349609375,43.18122577667236],[-75.58238983154297,43.181640625],[-75.57861328125,43.18301010131836],[-75.57373046875,43.18464469909668],[-75.57130336761475,43.185546875],[-75.56884765625,43.186466217041016],[-75.56396484375,43.188140869140625],[-75.5603837966919,43.189453125],[-75.55908203125,43.18995189666748],[-75.55419921875,43.19165897369385],[-75.54931640625,43.19332790374756],[-75.5492353439331,43.193359375],[-75.54443359375,43.1950626373291],[-75.53955078125,43.19667434692383],[-75.53796291351318,43.197265625],[-75.53466796875,43.19847011566162],[-75.52978515625,43.20010471343994],[-75.5268907546997,43.201171875],[-75.52490234375,43.201924324035645],[-75.52001953125,43.2036190032959],[-75.51592826843262,43.205078125],[-75.51513671875,43.20537853240967],[-75.51025390625,43.20709705352783],[-75.50537109375,43.208744049072266],[-75.50473213195801,43.208984375],[-75.50048828125,43.21049976348877],[-75.49560546875,43.21212100982666],[-75.49354076385498,43.212890625],[-75.49072265625,43.2139368057251],[-75.48583984375,43.215579986572266],[-75.48251152038574,43.216796875],[-75.48095703125,43.21738815307617],[-75.47607421875,43.21907997131348],[-75.47131538391113,43.220703125],[-75.47119140625,43.220749855041504],[-75.46630859375,43.222466468811035],[-75.46142578125,43.22407531738281],[-75.45998573303223,43.224609375],[-75.45654296875,43.225857734680176],[-75.45166015625,43.22748947143555],[-75.4488754272461,43.228515625],[-75.44677734375,43.22930431365967],[-75.44189453125,43.23098087310791],[-75.43785572052002,43.232421875],[-75.43701171875,43.23274230957031],[-75.43212890625,43.23444175720215],[-75.42724609375,43.23606586456299],[-75.42654991149902,43.236328125],[-75.42236328125,43.237820625305176],[-75.41748046875,43.239418029785156],[-75.41525363922119,43.240234375],[-75.41259765625,43.241209983825684],[-75.40771484375,43.24284648895264],[-75.4041051864624,43.244140625],[-75.40283203125,43.24462032318115],[-75.39794921875,43.24630832672119],[-75.39306640625,43.24792957305908],[-75.392746925354,43.248046875],[-75.38818359375,43.249616622924805],[-75.38330078125,43.251163482666016],[-75.38111209869385,43.251953125],[-75.37841796875,43.2529296875],[-75.37353515625,43.25455379486084],[-75.36988258361816,43.255859375],[-75.36865234375,43.25632095336914],[-75.36376953125,43.2580041885376],[-75.35888671875,43.25960159301758],[-75.35843849182129,43.259765625],[-75.35400390625,43.261295318603516],[-75.34912109375,43.26286792755127],[-75.3469181060791,43.263671875],[-75.34423828125,43.264652252197266],[-75.33935546875,43.26627540588379],[-75.33571720123291,43.267578125],[-75.33447265625,43.26804733276367],[-75.32958984375,43.26973056793213],[-75.32470703125,43.27132034301758],[-75.32425880432129,43.271484375],[-75.31982421875,43.27302169799805],[-75.31494140625,43.27461051940918],[-75.31280994415283,43.275390625],[-75.31005859375,43.276394844055176],[-75.30517578125,43.27802562713623],[-75.30168056488037,43.279296875],[-75.30029296875,43.27982521057129],[-75.29541015625,43.281521797180176],[-75.29052734375,43.28317356109619],[-75.29045104980469,43.283203125],[-75.28564453125,43.28491401672363],[-75.28076171875,43.28656578063965],[-75.27934551239014,43.287109375],[-75.27587890625,43.28841018676758],[-75.27099609375,43.2900972366333],[-75.26856899261475,43.291015625],[-75.26611328125,43.29195022583008],[-75.26123046875,43.29362106323242],[-75.25766849517822,43.294921875],[-75.25634765625,43.29542541503906],[-75.25146484375,43.29712772369385],[-75.24658203125,43.29875469207764],[-75.24638175964355,43.298828125],[-75.24169921875,43.30044746398926],[-75.23681640625,43.302019119262695],[-75.2348518371582,43.302734375],[-75.23193359375,43.303786277770996],[-75.22705078125,43.305381774902344],[-75.2235221862793,43.306640625],[-75.22216796875,43.307146072387695],[-75.21728515625,43.30882453918457],[-75.21240234375,43.31040954589844],[-75.21202564239502,43.310546875],[-75.20751953125,43.31208515167236],[-75.20263671875,43.31364917755127],[-75.20042896270752,43.314453125],[-75.19775390625,43.31543159484863],[-75.19287109375,43.31707286834717],[-75.18934726715088,43.318359375],[-75.18798828125,43.31887722015381],[-75.18310546875,43.320557594299316],[-75.17822265625,43.32215118408203],[-75.17791271209717,43.322265625],[-75.17333984375,43.3238468170166],[-75.16845703125,43.32541465759277],[-75.16636371612549,43.326171875],[-75.16357421875,43.32717704772949],[-75.15869140625,43.32879638671875],[-75.1551342010498,43.330078125],[-75.15380859375,43.3305778503418],[-75.14892578125,43.33225727081299],[-75.14404296875,43.333879470825195],[-75.14376163482666,43.333984375],[-75.13916015625,43.335594177246094],[-75.13427734375,43.33716106414795],[-75.13225555419922,43.337890625],[-75.12939453125,43.33892059326172],[-75.12451171875,43.34053707122803],[-75.12102603912354,43.341796875],[-75.11962890625,43.34232425689697],[-75.11474609375,43.34402847290039],[-75.10986328125,43.3456974029541],[-75.10984897613525,43.345703125],[-75.10498046875,43.347405433654785],[-75.10009765625,43.3489933013916],[-75.09841918945312,43.349609375],[-75.09521484375,43.35076713562012],[-75.09033203125,43.35236358642578],[-75.08713245391846,43.353515625],[-75.08544921875,43.35414409637451],[-75.08056640625,43.35581970214844],[-75.07586479187012,43.357421875],[-75.07568359375,43.35748863220215],[-75.07080078125,43.35918998718262],[-75.06591796875,43.36076831817627],[-75.06436824798584,43.361328125],[-75.06103515625,43.362502098083496],[-75.05615234375,43.364075660705566],[-75.0529146194458,43.365234375],[-75.05126953125,43.365845680236816],[-75.04638671875,43.36749839782715],[-75.04150390625,43.36911582946777],[-75.04143714904785,43.369140625],[-75.03662109375,43.370805740356445],[-75.03173828125,43.3723669052124],[-75.0298547744751,43.373046875],[-75.02685546875,43.37411975860596],[-75.02197265625,43.375733375549316],[-75.01861095428467,43.376953125],[-75.01708984375,43.37752628326416],[-75.01220703125,43.37919902801514],[-75.00732421875,43.38083267211914],[-75.00725269317627,43.380859375],[-75.00244140625,43.382524490356445],[-74.99755859375,43.38407897949219],[-74.99565601348877,43.384765625],[-74.99267578125,43.38583564758301],[-74.98779296875,43.38744354248047],[-74.9843692779541,43.388671875],[-74.98291015625,43.38921642303467],[-74.97802734375,43.390886306762695],[-74.97314453125,43.39249324798584],[-74.97291088104248,43.392578125],[-74.96826171875,43.394165992736816],[-74.96337890625,43.39570331573486],[-74.96119976043701,43.396484375],[-74.95849609375,43.39745903015137],[-74.95361328125,43.39906311035156],[-74.94982242584229,43.400390625],[-74.94873046875,43.40079402923584],[-74.94384765625,43.40245723724365],[-74.93896484375,43.40402793884277],[-74.9382209777832,43.404296875],[-74.93408203125,43.405723571777344],[-74.92919921875,43.4072847366333],[-74.92666244506836,43.408203125],[-74.92431640625,43.40906524658203],[-74.91943359375,43.410688400268555],[-74.9153184890747,43.412109375],[-74.91455078125,43.41239356994629],[-74.90966796875,43.4140682220459],[-74.90478515625,43.415642738342285],[-74.90375995635986,43.416015625],[-74.89990234375,43.41736602783203],[-74.89501953125,43.418951988220215],[-74.89234447479248,43.419921875],[-74.89013671875,43.42073154449463],[-74.88525390625,43.42235565185547],[-74.88099098205566,43.423828125],[-74.88037109375,43.424057960510254],[-74.87548828125,43.425729751586914],[-74.87060546875,43.427268981933594],[-74.8693037033081,43.427734375],[-74.86572265625,43.42898082733154],[-74.86083984375,43.430541038513184],[-74.85773086547852,43.431640625],[-74.85595703125,43.432289123535156],[-74.85107421875,43.43394756317139],[-74.84646320343018,43.435546875],[-74.84619140625,43.43564987182617],[-74.84130859375,43.437376976013184],[-74.83642578125,43.43898582458496],[-74.8351526260376,43.439453125],[-74.83154296875,43.44073486328125],[-74.82666015625,43.442283630371094],[-74.82359886169434,43.443359375],[-74.82177734375,43.44402027130127],[-74.81689453125,43.44564247131348],[-74.81201171875,43.447211265563965],[-74.81185913085938,43.447265625],[-74.80712890625,43.44886779785156],[-74.80224609375,43.45042896270752],[-74.8001766204834,43.451171875],[-74.79736328125,43.45217704772949],[-74.79248046875,43.45372772216797],[-74.78839874267578,43.455078125],[-74.78759765625,43.45536231994629],[-74.78271484375,43.4569787979126],[-74.77783203125,43.45847034454346],[-74.7763442993164,43.458984375],[-74.77294921875,43.46013832092285],[-74.76806640625,43.46169090270996],[-74.76473331451416,43.462890625],[-74.76318359375,43.46347713470459],[-74.75830078125,43.46523094177246],[-74.75392818450928,43.466796875],[-74.75341796875,43.46699142456055],[-74.74853515625,43.46863842010498],[-74.74365234375,43.47008800506592],[-74.74185466766357,43.470703125],[-74.73876953125,43.47175693511963],[-74.73388671875,43.47332572937012],[-74.73022937774658,43.474609375],[-74.72900390625,43.47506141662598],[-74.72412109375,43.476712226867676],[-74.71923828125,43.47828006744385],[-74.71859455108643,43.478515625],[-74.71435546875,43.47999286651611],[-74.70947265625,43.481566429138184],[-74.70708847045898,43.482421875],[-74.70458984375,43.48332405090332],[-74.69970703125,43.48490810394287],[-74.6954870223999,43.486328125],[-74.69482421875,43.48656749725342],[-74.68994140625,43.48822784423828],[-74.68505859375,43.48980903625488],[-74.68389511108398,43.490234375],[-74.68017578125,43.491549491882324],[-74.67529296875,43.49310874938965],[-74.67239379882812,43.494140625],[-74.67041015625,43.49486541748047],[-74.66552734375,43.496498107910156],[-74.66087341308594,43.498046875],[-74.66064453125,43.49812889099121],[-74.65576171875,43.49978542327881],[-74.65087890625,43.501349449157715],[-74.64922428131104,43.501953125],[-74.64599609375,43.50311279296875],[-74.64111328125,43.50470447540283],[-74.63788032531738,43.505859375],[-74.63623046875,43.506470680236816],[-74.63134765625,43.50812816619873],[-74.62646484375,43.50975513458252],[-74.62643623352051,43.509765625],[-74.62158203125,43.511427879333496],[-74.61669921875,43.512962341308594],[-74.61469173431396,43.513671875],[-74.61181640625,43.514681816101074],[-74.60693359375,43.51623058319092],[-74.60297584533691,43.517578125],[-74.60205078125,43.51791286468506],[-74.59716796875,43.51955604553223],[-74.59228515625,43.52109241485596],[-74.59118843078613,43.521484375],[-74.58740234375,43.522796630859375],[-74.58251953125,43.524359703063965],[-74.5796537399292,43.525390625],[-74.57763671875,43.5261344909668],[-74.57275390625,43.527817726135254],[-74.56871032714844,43.529296875],[-74.56787109375,43.529624938964844],[-74.56298828125,43.531352043151855],[-74.55810546875,43.532959938049316],[-74.55743789672852,43.533203125],[-74.55322265625,43.53466510772705],[-74.54833984375,43.536192893981934],[-74.54575061798096,43.537109375],[-74.54345703125,43.53793430328369],[-74.53857421875,43.53954887390137],[-74.5343017578125,43.541015625],[-74.53369140625,43.54124069213867],[-74.52880859375,43.542906761169434],[-74.52392578125,43.54446220397949],[-74.52264785766602,43.544921875],[-74.51904296875,43.546183586120605],[-74.51416015625,43.547746658325195],[-74.51113224029541,43.548828125],[-74.50927734375,43.54951095581055],[-74.50439453125,43.55113220214844],[-74.4995641708374,43.552734375],[-74.49951171875,43.55275344848633],[-74.49462890625,43.55443286895752],[-74.48974609375,43.555975914001465],[-74.48788642883301,43.556640625],[-74.48486328125,43.55770969390869],[-74.47998046875,43.559298515319824],[-74.47649478912354,43.560546875],[-74.47509765625,43.56106948852539],[-74.47021484375,43.56272220611572],[-74.46533203125,43.56428050994873],[-74.46485042572021,43.564453125],[-74.46044921875,43.56594753265381],[-74.45556640625,43.56746768951416],[-74.45303916931152,43.568359375],[-74.45068359375,43.5692024230957],[-74.44580078125,43.570807456970215],[-74.44151401519775,43.572265625],[-74.44091796875,43.57248306274414],[-74.43603515625,43.57412052154541],[-74.43115234375,43.57563591003418],[-74.42965030670166,43.576171875],[-74.42626953125,43.57735633850098],[-74.42138671875,43.57892417907715],[-74.41813945770264,43.580078125],[-74.41650390625,43.580678939819336],[-74.41162109375,43.58232021331787],[-74.40673828125,43.5839147567749],[-74.40654754638672,43.583984375],[-74.40185546875,43.5855712890625],[-74.39697265625,43.58707809448242],[-74.39465045928955,43.587890625],[-74.39208984375,43.58879375457764],[-74.38720703125,43.59035778045654],[-74.38289165496826,43.591796875],[-74.38232421875,43.592000007629395],[-74.37744140625,43.59362030029297],[-74.37255859375,43.59510326385498],[-74.37083721160889,43.595703125],[-74.36767578125,43.59679317474365],[-74.36279296875,43.598361015319824],[-74.35927867889404,43.599609375],[-74.35791015625,43.600117683410645],[-74.35302734375,43.601744651794434],[-74.34814453125,43.60321044921875],[-74.347243309021,43.603515625],[-74.34326171875,43.60481643676758],[-74.33837890625,43.606337547302246],[-74.33533668518066,43.607421875],[-74.33349609375,43.6080961227417],[-74.32861328125,43.60974407196045],[-74.32404041290283,43.611328125],[-74.32373046875,43.6114444732666],[-74.31884765625,43.613142013549805],[-74.31396484375,43.61466693878174],[-74.31235313415527,43.615234375],[-74.30908203125,43.61637020111084],[-74.30419921875,43.61793231964111],[-74.30076122283936,43.619140625],[-74.29931640625,43.619669914245605],[-74.29443359375,43.621277809143066],[-74.28955078125,43.62276840209961],[-74.28874969482422,43.623046875],[-74.28466796875,43.624406814575195],[-74.27978515625,43.625916481018066],[-74.27684307098389,43.626953125],[-74.27490234375,43.627657890319824],[-74.27001953125,43.629279136657715],[-74.26514148712158,43.630859375],[-74.26513671875,43.63086128234863],[-74.26025390625,43.63242244720459],[-74.25537109375,43.63376331329346],[-74.25224304199219,43.634765625],[-74.25048828125,43.63535213470459],[-74.24560546875,43.636929512023926],[-74.24072265625,43.63856220245361],[-74.24044609069824,43.638671875],[-74.23583984375,43.640390396118164],[-74.23095703125,43.64205265045166],[-74.22950744628906,43.642578125],[-74.22607421875,43.643771171569824],[-74.22119140625,43.645216941833496],[-74.21717166900635,43.646484375],[-74.21630859375,43.64677429199219],[-74.21142578125,43.648308753967285],[-74.20654296875,43.649702072143555],[-74.20448303222656,43.650390625],[-74.20166015625,43.65134143829346],[-74.19677734375,43.65291500091553],[-74.19292449951172,43.654296875],[-74.19189453125,43.65468883514404],[-74.18701171875,43.65640830993652],[-74.18212890625,43.65803241729736],[-74.18167114257812,43.658203125],[-74.17724609375,43.659762382507324],[-74.17236328125,43.66132926940918],[-74.17019367218018,43.662109375],[-74.16748046875,43.663086891174316],[-74.16259765625,43.66470909118652],[-74.158935546875,43.666015625],[-74.15771484375,43.66647148132324],[-74.15283203125,43.668081283569336],[-74.14794921875,43.66955757141113],[-74.14690971374512,43.669921875],[-74.14306640625,43.671231269836426],[-74.13818359375,43.672780990600586],[-74.13523197174072,43.673828125],[-74.13330078125,43.67452907562256],[-74.12841796875,43.676137924194336],[-74.12353515625,43.67772674560547],[-74.12351608276367,43.677734375],[-74.11865234375,43.67934226989746],[-74.11376953125,43.680803298950195],[-74.11133289337158,43.681640625],[-74.10888671875,43.682491302490234],[-74.10400390625,43.68404293060303],[-74.09937381744385,43.685546875],[-74.09912109375,43.685635566711426],[-74.09423828125,43.687254905700684],[-74.08935546875,43.68874168395996],[-74.08732414245605,43.689453125],[-74.08447265625,43.69044876098633],[-74.07958984375,43.69200325012207],[-74.07559394836426,43.693359375],[-74.07470703125,43.69367980957031],[-74.06982421875,43.695284843444824],[-74.06494140625,43.69672775268555],[-74.0633487701416,43.697265625],[-74.06005859375,43.698360443115234],[-74.05517578125,43.699883460998535],[-74.05151844024658,43.701171875],[-74.05029296875,43.70162868499756],[-74.04541015625,43.70331954956055],[-74.04052734375,43.704891204833984],[-74.04000282287598,43.705078125],[-74.03564453125,43.706565856933594],[-74.03076171875,43.70813846588135],[-74.0284538269043,43.708984375],[-74.02587890625,43.70993518829346],[-74.02099609375,43.711612701416016],[-74.01757717132568,43.712890625],[-74.01611328125,43.713459968566895],[-74.01123046875,43.71517753601074],[-74.00642395019531,43.716796875],[-74.00634765625,43.716824531555176],[-74.00146484375,43.71844482421875],[-73.99658203125,43.71989631652832],[-73.99421691894531,43.720703125],[-73.99169921875,43.72156810760498],[-73.98681640625,43.723114013671875],[-73.98237705230713,43.724609375],[-73.98193359375,43.724772453308105],[-73.97705078125,43.72645282745361],[-73.97216796875,43.727975845336914],[-73.97062301635742,43.728515625],[-73.96728515625,43.72965908050537],[-73.96240234375,43.73118209838867],[-73.95883083343506,43.732421875],[-73.95751953125,43.7328987121582],[-73.95263671875,43.7344970703125],[-73.94775390625,43.73591709136963],[-73.94651412963867,43.736328125],[-73.94287109375,43.737507820129395],[-73.93798828125,43.73900604248047],[-73.9344596862793,43.740234375],[-73.93310546875,43.74072742462158],[-73.92822265625,43.742356300354004],[-73.92333984375,43.74389171600342],[-73.92263889312744,43.744140625],[-73.91845703125,43.74555778503418],[-73.91357421875,43.74705123901367],[-73.91069412231445,43.748046875],[-73.90869140625,43.74875736236572],[-73.90380859375,43.7503547668457],[-73.89892578125,43.75195121765137],[-73.89892101287842,43.751953125],[-73.89404296875,43.753586769104004],[-73.88916015625,43.75508117675781],[-73.88692855834961,43.755859375],[-73.88427734375,43.75678539276123],[-73.87939453125,43.758286476135254],[-73.87451171875,43.75975704193115],[-73.87448787689209,43.759765625],[-73.86962890625,43.76126289367676],[-73.86474609375,43.76261806488037],[-73.86151790618896,43.763671875],[-73.85986328125,43.764235496520996],[-73.85498046875,43.76579284667969],[-73.85009765625,43.76723384857178],[-73.84908676147461,43.767578125],[-73.84521484375,43.76886177062988],[-73.84033203125,43.770402908325195],[-73.83732318878174,43.771484375],[-73.83544921875,43.77217674255371],[-73.83056640625,43.77380561828613],[-73.82573127746582,43.775390625],[-73.82568359375,43.775407791137695],[-73.82080078125,43.77707767486572],[-73.81591796875,43.7786922454834],[-73.81431102752686,43.779296875],[-73.81103515625,43.78050231933594],[-73.80615234375,43.78211307525635],[-73.8031005859375,43.783203125],[-73.80126953125,43.783870697021484],[-73.79638671875,43.785484313964844],[-73.79151821136475,43.787109375],[-73.79150390625,43.7871150970459],[-73.78662109375,43.78876781463623],[-73.78173828125,43.790205001831055],[-73.77930164337158,43.791015625],[-73.77685546875,43.79183864593506],[-73.77197265625,43.79333209991455],[-73.76708984375,43.7948112487793],[-73.766770362854,43.794921875],[-73.76220703125,43.796393394470215],[-73.75732421875,43.797821044921875],[-73.75435829162598,43.798828125],[-73.75244140625,43.799500465393066],[-73.74755859375,43.801109313964844],[-73.74267578125,43.802720069885254],[-73.74263763427734,43.802734375],[-73.73779296875,43.80433750152588],[-73.73291015625,43.805734634399414],[-73.73015880584717,43.806640625],[-73.72802734375,43.80736255645752],[-73.72314453125,43.808937072753906],[-73.71826171875,43.81050777435303],[-73.71815204620361,43.810546875],[-73.71337890625,43.812134742736816],[-73.70849609375,43.81361198425293],[-73.70604515075684,43.814453125],[-73.70361328125,43.815293312072754],[-73.69873046875,43.816813468933105],[-73.69384765625,43.81834411621094],[-73.69380474090576,43.818359375],[-73.68896484375,43.8199405670166],[-73.68408203125,43.8214225769043],[-73.68167877197266,43.822265625],[-73.67919921875,43.82314395904541],[-73.67431640625,43.824636459350586],[-73.66943359375,43.82604217529297],[-73.66904258728027,43.826171875],[-73.66455078125,43.82758331298828],[-73.65966796875,43.82906913757324],[-73.65681171417236,43.830078125],[-73.65478515625,43.83081531524658],[-73.64990234375,43.83246040344238],[-73.64537239074707,43.833984375],[-73.64501953125,43.834113121032715],[-73.64013671875,43.835693359375],[-73.63525390625,43.83705520629883],[-73.63264560699463,43.837890625],[-73.63037109375,43.83863353729248],[-73.62548828125,43.84012031555176],[-73.62060546875,43.8415641784668],[-73.61992835998535,43.841796875],[-73.61572265625,43.84317874908447],[-73.61083984375,43.844679832458496],[-73.60793113708496,43.845703125],[-73.60595703125,43.846418380737305],[-73.60107421875,43.848069190979004],[-73.59658718109131,43.849609375],[-73.59619140625,43.84975624084473],[-73.59130859375,43.85138511657715],[-73.58642578125,43.852829933166504],[-73.58439445495605,43.853515625],[-73.58154296875,43.85447597503662],[-73.57666015625,43.85597801208496],[-73.57224464416504,43.857421875],[-73.57177734375,43.857587814331055],[-73.56689453125,43.85923480987549],[-73.56201171875,43.860806465148926],[-73.56057643890381,43.861328125],[-73.55712890625,43.862545013427734],[-73.55224609375,43.86404037475586],[-73.5487174987793,43.865234375],[-73.54736328125,43.86571502685547],[-73.54248046875,43.86732578277588],[-73.53759765625,43.86881351470947],[-73.53663444519043,43.869140625],[-73.53271484375,43.87041759490967],[-73.52783203125,43.87184143066406],[-73.52415084838867,43.873046875],[-73.52294921875,43.87346363067627],[-73.51806640625,43.875046730041504],[-73.51318359375,43.876484870910645],[-73.51178169250488,43.876953125],[-73.50830078125,43.87808704376221],[-73.50341796875,43.87956142425537],[-73.49962711334229,43.880859375],[-73.49853515625,43.881256103515625],[-73.49365234375,43.882917404174805],[-73.48876953125,43.884480476379395],[-73.48798274993896,43.884765625],[-73.48388671875,43.88617515563965],[-73.47900390625,43.88767147064209],[-73.4760856628418,43.888671875],[-73.47412109375,43.88936138153076],[-73.46923828125,43.89094161987305],[-73.46435546875,43.89255428314209],[-73.46428871154785,43.892578125],[-73.45947265625,43.89422130584717],[-73.45458984375,43.89574337005615],[-73.45251083374023,43.896484375],[-73.44970703125,43.89748001098633],[-73.44482421875,43.899038314819336],[-73.44096660614014,43.900390625],[-73.43994140625,43.90077209472656],[-73.43505859375,43.90244102478027],[-73.43017578125,43.9039306640625],[-73.42910766601562,43.904296875],[-73.42529296875,43.90555953979492],[-73.42041015625,43.90705108642578],[-73.41704845428467,43.908203125],[-73.41552734375,43.908745765686035],[-73.41064453125,43.910319328308105],[-73.40576171875,43.91177463531494],[-73.4047794342041,43.912109375],[-73.40087890625,43.913390159606934],[-73.39599609375,43.91485118865967],[-73.39252948760986,43.916015625],[-73.39111328125,43.916513442993164],[-73.38623046875,43.91806507110596],[-73.38134765625,43.91945457458496],[-73.37993144989014,43.919921875],[-73.37646484375,43.92104911804199],[-73.37158203125,43.922539710998535],[-73.36777210235596,43.923828125],[-73.36669921875,43.92421054840088],[-73.36181640625,43.92579364776611],[-73.35693359375,43.92720603942871],[-73.35535049438477,43.927734375],[-73.35205078125,43.928818702697754],[-73.34716796875,43.930288314819336],[-73.34298133850098,43.931640625],[-73.34228515625,43.93188190460205],[-73.33740234375,43.93345928192139],[-73.33251953125,43.93489360809326],[-73.33059310913086,43.935546875],[-73.32763671875,43.93654441833496],[-73.32275390625,43.9380464553833],[-73.31844806671143,43.939453125],[-73.31787109375,43.939656257629395],[-73.31298828125,43.94125938415527],[-73.30810546875,43.94271945953369],[-73.30623626708984,43.943359375],[-73.30322265625,43.94438171386719],[-73.29833984375,43.94587516784668],[-73.29407215118408,43.947265625],[-73.29345703125,43.947482109069824],[-73.28857421875,43.94907760620117],[-73.28369140625,43.95051383972168],[-73.28173160552979,43.951171875],[-73.27880859375,43.952149391174316],[-73.27392578125,43.95363712310791],[-73.26944351196289,43.955078125],[-73.26904296875,43.95521831512451],[-73.26416015625,43.95679759979248],[-73.25927734375,43.958187103271484],[-73.25682163238525,43.958984375],[-73.25439453125,43.95978260040283],[-73.24951171875,43.96125793457031],[-73.24462890625,43.96274662017822],[-73.24421882629395,43.962890625],[-73.23974609375,43.96437740325928],[-73.23486328125,43.96584892272949],[-73.23206424713135,43.966796875],[-73.22998046875,43.96751689910889],[-73.22509765625,43.96902561187744],[-73.22021484375,43.97047996520996],[-73.21955680847168,43.970703125],[-73.21533203125,43.972065925598145],[-73.21044921875,43.97348976135254],[-73.20708751678467,43.974609375],[-73.20556640625,43.975138664245605],[-73.20068359375,43.976707458496094],[-73.19580078125,43.97817134857178],[-73.19478988647461,43.978515625],[-73.19091796875,43.97979164123535],[-73.18603515625,43.98124694824219],[-73.1825304031372,43.982421875],[-73.18115234375,43.98290538787842],[-73.17626953125,43.98447322845459],[-73.17138671875,43.98589897155762],[-73.17010402679443,43.986328125],[-73.16650390625,43.987504959106445],[-73.16162109375,43.98895740509033],[-73.15770626068115,43.990234375],[-73.15673828125,43.99057102203369],[-73.15185546875,43.992122650146484],[-73.14697265625,43.99350452423096],[-73.14504146575928,43.994140625],[-73.14208984375,43.995113372802734],[-73.13720703125,43.996599197387695],[-73.13269138336182,43.998046875],[-73.13232421875,43.998175621032715],[-73.12744140625,43.99975538253784],[-73.12255859375,44.00116539001465],[-73.12020301818848,44.001953125],[-73.11767578125,44.00280809402466],[-73.11279296875,44.00431442260742],[-73.10791015625,44.005842208862305],[-73.10786247253418,44.005859375],[-73.10302734375,44.00741720199585],[-73.09814453125,44.008793354034424],[-73.09508800506592,44.009765625],[-73.09326171875,44.01036310195923],[-73.08837890625,44.01173734664917],[-73.08349609375,44.01286315917969],[-73.08066368103027,44.013671875],[-73.07861328125,44.01428270339966],[-73.07373046875,44.01571035385132],[-73.06884765625,44.01700448989868],[-73.06700229644775,44.017578125],[-73.06396484375,44.01851749420166],[-73.05908203125,44.01991319656372],[-73.05419921875,44.021350383758545],[-73.05381298065186,44.021484375],[-73.04931640625,44.0229606628418],[-73.04443359375,44.02449035644531],[-73.04194450378418,44.025390625],[-73.03955078125,44.026264667510986],[-73.03466796875,44.02786731719971],[-73.03046703338623,44.029296875],[-73.02978515625,44.02954339981079],[-73.02490234375,44.03112030029297],[-73.02001953125,44.032472133636475],[-73.01772117614746,44.033203125],[-73.01513671875,44.03403425216675],[-73.01025390625,44.03549289703369],[-73.00537109375,44.03701210021973],[-73.0051040649414,44.037109375],[-73.00048828125,44.038663387298584],[-72.99560546875,44.04011392593384],[-72.99287796020508,44.041015625],[-72.99072265625,44.04174089431763],[-72.98583984375,44.04321908950806],[-72.98095703125,44.04463291168213],[-72.98009872436523,44.044921875],[-72.97607421875,44.04621505737305],[-72.97119140625,44.047667026519775],[-72.96777248382568,44.048828125],[-72.96630859375,44.04934787750244],[-72.96142578125,44.05089282989502],[-72.95654296875,44.05221939086914],[-72.95485496520996,44.052734375],[-72.95166015625,44.053696155548096],[-72.94677734375,44.05499029159546],[-72.94189453125,44.056182861328125],[-72.94033527374268,44.056640625],[-72.93701171875,44.05760622024536],[-72.93212890625,44.0589861869812],[-72.92724609375,44.06053018569946],[-72.92720317840576,44.060546875],[-72.92236328125,44.062257289886475],[-72.91748046875,44.063884258270264],[-72.91594982147217,44.064453125],[-72.91259765625,44.06566143035889],[-72.90771484375,44.067216873168945],[-72.90443897247314,44.068359375],[-72.90283203125,44.06893968582153],[-72.89794921875,44.0705246925354],[-72.89306640625,44.07205247879028],[-72.89246082305908,44.072265625],[-72.88818359375,44.07369327545166],[-72.88330078125,44.07515239715576],[-72.88029670715332,44.076171875],[-72.87841796875,44.07682704925537],[-72.87353515625,44.07839488983154],[-72.86865234375,44.079965114593506],[-72.86833763122559,44.080078125],[-72.86376953125,44.081586837768555],[-72.85888671875,44.08291673660278],[-72.85533905029297,44.083984375],[-72.85400390625,44.08440685272217],[-72.84912109375,44.08586263656616],[-72.84423828125,44.08720779418945],[-72.84218311309814,44.087890625],[-72.83935546875,44.0888409614563],[-72.83447265625,44.090389251708984],[-72.83033847808838,44.091796875],[-72.82958984375,44.092069149017334],[-72.82470703125,44.09366512298584],[-72.81982421875,44.09503221511841],[-72.817702293396,44.095703125],[-72.81494140625,44.09657621383667],[-72.81005859375,44.0979585647583],[-72.80517578125,44.09928226470947],[-72.8041410446167,44.099609375],[-72.80029296875,44.100778102874756],[-72.79541015625,44.102092266082764],[-72.79052734375,44.103496074676514],[-72.79047012329102,44.103515625],[-72.78564453125,44.105090618133545],[-72.78076171875,44.10662651062012],[-72.77853488922119,44.107421875],[-72.77587890625,44.10836887359619],[-72.77099609375,44.109939098358154],[-72.76694774627686,44.111328125],[-72.76611328125,44.111631870269775],[-72.76123046875,44.113219261169434],[-72.75634765625,44.1146354675293],[-72.75458335876465,44.115234375],[-72.75146484375,44.11628866195679],[-72.74658203125,44.11779451370239],[-72.74253368377686,44.119140625],[-72.74169921875,44.119436740875244],[-72.73681640625,44.121007442474365],[-72.73193359375,44.122385025024414],[-72.7299165725708,44.123046875],[-72.72705078125,44.12398910522461],[-72.72216796875,44.12546253204346],[-72.7173662185669,44.126953125],[-72.71728515625,44.126981258392334],[-72.71240234375,44.128533363342285],[-72.70751953125,44.129940032958984],[-72.70478248596191,44.130859375],[-72.70263671875,44.131596088409424],[-72.69775390625,44.13308620452881],[-72.69287109375,44.134488582611084],[-72.69203186035156,44.134765625],[-72.68798828125,44.13604259490967],[-72.68310546875,44.13749361038208],[-72.67969131469727,44.138671875],[-72.67822265625,44.1392035484314],[-72.67333984375,44.14081144332886],[-72.66845703125,44.142311096191406],[-72.66767501831055,44.142578125],[-72.66357421875,44.14390230178833],[-72.65869140625,44.14524984359741],[-72.65448093414307,44.146484375],[-72.65380859375,44.14669704437256],[-72.64892578125,44.148125648498535],[-72.64404296875,44.149367332458496],[-72.64063358306885,44.150390625],[-72.63916015625,44.1508584022522],[-72.63427734375,44.152326583862305],[-72.62939453125,44.15360069274902],[-72.6271104812622,44.154296875],[-72.62451171875,44.15510034561157],[-72.61962890625,44.15657615661621],[-72.61474609375,44.158162117004395],[-72.61463642120361,44.158203125],[-72.60986328125,44.15985107421875],[-72.60498046875,44.161367893218994],[-72.60287284851074,44.162109375],[-72.60009765625,44.16308069229126],[-72.59521484375,44.16456413269043],[-72.5904130935669,44.166015625],[-72.59033203125,44.1660418510437],[-72.58544921875,44.167540550231934],[-72.58056640625,44.168882846832275],[-72.57732391357422,44.169921875],[-72.57568359375,44.17046880722046],[-72.57080078125,44.17196846008301],[-72.56591796875,44.1733455657959],[-72.5644588470459,44.173828125],[-72.56103515625,44.17494249343872],[-72.55615234375,44.17641305923462],[-72.55221366882324,44.177734375],[-72.55126953125,44.178072452545166],[-72.54638671875,44.17967414855957],[-72.54150390625,44.18109655380249],[-72.53986358642578,44.181640625],[-72.53662109375,44.18269872665405],[-72.53173828125,44.18413209915161],[-72.5272798538208,44.185546875],[-72.52685546875,44.18569326400757],[-72.52197265625,44.187278747558594],[-72.51708984375,44.18869638442993],[-72.51482963562012,44.189453125],[-72.51220703125,44.19033908843994],[-72.50732421875,44.191845417022705],[-72.50257015228271,44.193359375],[-72.50244140625,44.19340467453003],[-72.49755859375,44.194950103759766],[-72.49267578125,44.19626522064209],[-72.48947143554688,44.197265625],[-72.48779296875,44.197811126708984],[-72.48291015625,44.19926929473877],[-72.47802734375,44.200539112091064],[-72.47594833374023,44.201171875],[-72.47314453125,44.202030658721924],[-72.46826171875,44.2034125328064],[-72.46337890625,44.20476007461548],[-72.46239185333252,44.205078125],[-72.45849609375,44.20628070831299],[-72.45361328125,44.20763063430786],[-72.44908332824707,44.208984375],[-72.44873046875,44.209099769592285],[-72.44384765625,44.21061086654663],[-72.43896484375,44.21196746826172],[-72.43611335754395,44.212890625],[-72.43408203125,44.213565826416016],[-72.42919921875,44.2150444984436],[-72.42431640625,44.216458797454834],[-72.42331504821777,44.216796875],[-72.41943359375,44.218053340911865],[-72.41455078125,44.21949625015259],[-72.41096019744873,44.220703125],[-72.40966796875,44.22115898132324],[-72.40478515625,44.2226996421814],[-72.39990234375,44.22401714324951],[-72.3979902267456,44.224609375],[-72.39501953125,44.22552537918091],[-72.39013671875,44.226891040802],[-72.38525390625,44.22821378707886],[-72.38429546356201,44.228515625],[-72.38037109375,44.229698181152344],[-72.37548828125,44.23102140426636],[-72.37060546875,44.23240327835083],[-72.37054824829102,44.232421875],[-72.36572265625,44.23383808135986],[-72.36083984375,44.235114097595215],[-72.35696792602539,44.236328125],[-72.35595703125,44.23666858673096],[-72.35107421875,44.23825454711914],[-72.34619140625,44.239726066589355],[-72.3447322845459,44.240234375],[-72.34130859375,44.24139881134033],[-72.33642578125,44.2428560256958],[-72.33236312866211,44.244140625],[-72.33154296875,44.2444167137146],[-72.32666015625,44.2459020614624],[-72.32177734375,44.24718141555786],[-72.3189926147461,44.248046875],[-72.31689453125,44.24872016906738],[-72.31201171875,44.25022315979004],[-72.30712890625,44.25170946121216],[-72.30643272399902,44.251953125],[-72.30224609375,44.25334024429321],[-72.29736328125,44.254823207855225],[-72.29440689086914,44.255859375],[-72.29248046875,44.25655508041382],[-72.28759765625,44.25813961029053],[-72.28271484375,44.25969219207764],[-72.28250980377197,44.259765625],[-72.27783203125,44.26129674911499],[-72.27294921875,44.26272678375244],[-72.27012157440186,44.263671875],[-72.26806640625,44.2643723487854],[-72.26318359375,44.26582431793213],[-72.25830078125,44.26715421676636],[-72.25696563720703,44.267578125],[-72.25341796875,44.268675804138184],[-72.24853515625,44.27001142501831],[-72.24365234375,44.2713623046875],[-72.24327087402344,44.271484375],[-72.23876953125,44.27283573150635],[-72.23388671875,44.27419900894165],[-72.23030090332031,44.275390625],[-72.22900390625,44.275845527648926],[-72.22412109375,44.277390003204346],[-72.21923828125,44.27871322631836],[-72.21736431121826,44.279296875],[-72.21435546875,44.28022813796997],[-72.20947265625,44.281612396240234],[-72.20458984375,44.283058643341064],[-72.20417022705078,44.283203125],[-72.19970703125,44.284650802612305],[-72.19482421875,44.28605556488037],[-72.19160556793213,44.287109375],[-72.18994140625,44.28767538070679],[-72.18505859375,44.28918218612671],[-72.18017578125,44.29056692123413],[-72.17881679534912,44.291015625],[-72.17529296875,44.292155742645264],[-72.17041015625,44.29361295700073],[-72.16642379760742,44.294921875],[-72.16552734375,44.29523515701294],[-72.16064453125,44.296783447265625],[-72.15576171875,44.298163414001465],[-72.15374946594238,44.298828125],[-72.15087890625,44.29977798461914],[-72.14599609375,44.30123567581177],[-72.14111328125,44.302727699279785],[-72.14109420776367,44.302734375],[-72.13623046875,44.30427265167236],[-72.13134765625,44.30564594268799],[-72.12828636169434,44.306640625],[-72.12646484375,44.307251930236816],[-72.12158203125,44.30873489379883],[-72.11669921875,44.31009769439697],[-72.11531162261963,44.310546875],[-72.11181640625,44.311655044555664],[-72.10693359375,44.31306028366089],[-72.10242748260498,44.314453125],[-72.10205078125,44.314579486846924],[-72.09716796875,44.31608772277832],[-72.09228515625,44.31738758087158],[-72.08916187286377,44.318359375],[-72.08740234375,44.318928241729736],[-72.08251953125,44.320374965667725],[-72.07763671875,44.32167434692383],[-72.07574367523193,44.322265625],[-72.07275390625,44.323198318481445],[-72.06787109375,44.324575424194336],[-72.06298828125,44.32598543167114],[-72.06244468688965,44.326171875],[-72.05810546875,44.32757806777954],[-72.05322265625,44.32904100418091],[-72.05020427703857,44.330078125],[-72.04833984375,44.33073854446411],[-72.04345703125,44.33226919174194],[-72.03857421875,44.33364486694336],[-72.03747272491455,44.333984375],[-72.03369140625,44.33509826660156],[-72.02880859375,44.336390018463135],[-72.02392578125,44.33782625198364],[-72.0237398147583,44.337890625],[-72.01904296875,44.33938455581665],[-72.01416015625,44.34072494506836],[-72.01080322265625,44.341796875],[-72.00927734375,44.342308044433594],[-72.00439453125,44.343833446502686],[-71.99951171875,44.34524393081665],[-71.99811458587646,44.345703125],[-71.99462890625,44.34681415557861],[-71.98974609375,44.34816837310791],[-71.98486328125,44.34959936141968],[-71.98483467102051,44.349609375],[-71.97998046875,44.35111093521118],[-71.97509765625,44.35244131088257],[-71.97175025939941,44.353515625],[-71.97021484375,44.35403394699097],[-71.96533203125,44.35556697845459],[-71.96044921875,44.35695552825928],[-71.95898532867432,44.357421875],[-71.95556640625,44.35847854614258],[-71.95068359375,44.359761238098145],[-71.94580078125,44.36099815368652],[-71.9447135925293,44.361328125],[-71.94091796875,44.36243724822998],[-71.93603515625,44.363739013671875],[-71.93115234375,44.36512470245361],[-71.93082809448242,44.365234375],[-71.92626953125,44.366668701171875],[-71.92138671875,44.368074893951416],[-71.9182014465332,44.369140625],[-71.91650390625,44.3697304725647],[-71.91162109375,44.371249198913574],[-71.90673828125,44.37260866165161],[-71.90534114837646,44.373046875],[-71.90185546875,44.37410926818848],[-71.89697265625,44.37541627883911],[-71.89208984375,44.376742362976074],[-71.89143180847168,44.376953125],[-71.88720703125,44.37823152542114],[-71.88232421875,44.379562854766846],[-71.87816143035889,44.380859375],[-71.87744140625,44.381102085113525],[-71.87255859375,44.382657527923584],[-71.86767578125,44.384039878845215],[-71.86543941497803,44.384765625],[-71.86279296875,44.38562870025635],[-71.85791015625,44.38703441619873],[-71.85302734375,44.38839292526245],[-71.85215473175049,44.388671875],[-71.84814453125,44.38988971710205],[-71.84326171875,44.391210079193115],[-71.83879375457764,44.392578125],[-71.83837890625,44.39271640777588],[-71.83349609375,44.39427709579468],[-71.82861328125,44.395649433135986],[-71.82605266571045,44.396484375],[-71.82373046875,44.397257804870605],[-71.81884765625,44.398765563964844],[-71.81396484375,44.400296211242676],[-71.81369304656982,44.400390625],[-71.80908203125,44.401859283447266],[-71.80419921875,44.40318298339844],[-71.80065631866455,44.404296875],[-71.79931640625,44.4047417640686],[-71.79443359375,44.40623188018799],[-71.78955078125,44.407538414001465],[-71.787428855896,44.408203125],[-71.78466796875,44.40907335281372],[-71.77978515625,44.41045951843262],[-71.77490234375,44.41183662414551],[-71.77407741546631,44.412109375],[-71.77001953125,44.41338014602661],[-71.76513671875,44.41473722457886],[-71.76099300384521,44.416015625],[-71.76025390625,44.416260719299316],[-71.75537109375,44.41775369644165],[-71.75048828125,44.419058322906494],[-71.747727394104,44.419921875],[-71.74560546875,44.42060136795044],[-71.74072265625,44.421998023986816],[-71.73583984375,44.42325735092163],[-71.73398017883301,44.423828125],[-71.73095703125,44.424753189086914],[-71.72607421875,44.42612552642822],[-71.72119140625,44.42750835418701],[-71.7204999923706,44.427734375],[-71.71630859375,44.42902851104736],[-71.71142578125,44.43038511276245],[-71.70754909515381,44.431640625],[-71.70654296875,44.43198871612549],[-71.70166015625,44.43354606628418],[-71.69677734375,44.43489170074463],[-71.6947078704834,44.435546875],[-71.69189453125,44.436439990997314],[-71.68701171875,44.43785238265991],[-71.68212890625,44.4392876625061],[-71.68163776397705,44.439453125],[-71.67724609375,44.44082832336426],[-71.67236328125,44.442166328430176],[-71.6685438156128,44.443359375],[-71.66748046875,44.44371223449707],[-71.66259765625,44.445194721221924],[-71.65771484375,44.44646978378296],[-71.65512084960938,44.447265625],[-71.65283203125,44.44798469543457],[-71.64794921875,44.44939565658569],[-71.64306640625,44.450719356536865],[-71.64162635803223,44.451171875],[-71.63818359375,44.45222043991089],[-71.63330078125,44.4535026550293],[-71.62841796875,44.454744815826416],[-71.62731647491455,44.455078125],[-71.62353515625,44.45617723464966],[-71.61865234375,44.45748853683472],[-71.61376953125,44.45892906188965],[-71.6136121749878,44.458984375],[-71.60888671875,44.46049499511719],[-71.60400390625,44.461856842041016],[-71.60072326660156,44.462890625],[-71.59912109375,44.46341562271118],[-71.59423828125,44.464863777160645],[-71.58935546875,44.466161251068115],[-71.58735752105713,44.466796875],[-71.58447265625,44.467716693878174],[-71.57958984375,44.469153881073],[-71.57470703125,44.47061109542847],[-71.57443046569824,44.470703125],[-71.56982421875,44.47211742401123],[-71.56494140625,44.473426818847656],[-71.56116962432861,44.474609375],[-71.56005859375,44.47498178482056],[-71.55517578125,44.476497650146484],[-71.55029296875,44.47781801223755],[-71.54808044433594,44.478515625],[-71.54541015625,44.47936296463013],[-71.54052734375,44.48076248168945],[-71.53564453125,44.48212957382202],[-71.534743309021,44.482421875],[-71.53076171875,44.48364782333374],[-71.52587890625,44.484962940216064],[-71.52118682861328,44.486328125],[-71.52099609375,44.48638868331909],[-71.51611328125,44.48786687850952],[-71.51123046875,44.48914623260498],[-71.50765419006348,44.490234375],[-71.50634765625,44.490654945373535],[-71.50146484375,44.49211359024048],[-71.49658203125,44.493404388427734],[-71.49422645568848,44.494140625],[-71.49169921875,44.494943618774414],[-71.48681640625,44.496341705322266],[-71.48193359375,44.49765491485596],[-71.48067474365234,44.498046875],[-71.47705078125,44.49913501739502],[-71.47216796875,44.50040674209595],[-71.46728515625,44.50162363052368],[-71.46613121032715,44.501953125],[-71.46240234375,44.50297164916992],[-71.45751953125,44.504108905792236],[-71.45263671875,44.50516414642334],[-71.4501428604126,44.505859375],[-71.44775390625,44.506539821624756],[-71.44287109375,44.50783586502075],[-71.43798828125,44.508944511413574],[-71.4350700378418,44.509765625],[-71.43310546875,44.5103440284729],[-71.42822265625,44.5117564201355],[-71.42333984375,44.51301383972168],[-71.42113208770752,44.513671875],[-71.41845703125,44.514474391937256],[-71.41357421875,44.5158429145813],[-71.40869140625,44.51719951629639],[-71.40754699707031,44.517578125],[-71.40380859375,44.518771171569824],[-71.39892578125,44.52021026611328],[-71.39513969421387,44.521484375],[-71.39404296875,44.52187490463257],[-71.38916015625,44.523388385772705],[-71.38427734375,44.524606227874756],[-71.38162612915039,44.525390625],[-71.37939453125,44.52607297897339],[-71.37451171875,44.52755069732666],[-71.36962890625,44.52907848358154],[-71.3690185546875,44.529296875],[-71.36474609375,44.5307354927063],[-71.35986328125,44.53214120864868],[-71.35653495788574,44.533203125],[-71.35498046875,44.53371572494507],[-71.35009765625,44.535117626190186],[-71.34521484375,44.53632926940918],[-71.34270668029785,44.537109375],[-71.34033203125,44.53787612915039],[-71.33544921875,44.53941059112549],[-71.33056640625,44.540982723236084],[-71.33047580718994,44.541015625],[-71.32568359375,44.54256629943848],[-71.32080078125,44.543922424316406],[-71.31771564483643,44.544921875],[-71.31591796875,44.54552936553955],[-71.31103515625,44.54708766937256],[-71.30615234375,44.54861545562744],[-71.30553722381592,44.548828125],[-71.30126953125,44.550199031829834],[-71.29638671875,44.551504135131836],[-71.29213333129883,44.552734375],[-71.29150390625,44.55293035507202],[-71.28662109375,44.55435609817505],[-71.28173828125,44.555635929107666],[-71.27856731414795,44.556640625],[-71.27685546875,44.5572075843811],[-71.27197265625,44.55869722366333],[-71.26708984375,44.560044288635254],[-71.26548767089844,44.560546875],[-71.26220703125,44.561551094055176],[-71.25732421875,44.56284236907959],[-71.25244140625,44.564101219177246],[-71.25129699707031,44.564453125],[-71.24755859375,44.565560817718506],[-71.24267578125,44.56686878204346],[-71.23779296875,44.56823682785034],[-71.23741149902344,44.568359375],[-71.23291015625,44.56970453262329],[-71.22802734375,44.57097339630127],[-71.22372627258301,44.572265625],[-71.22314453125,44.57245635986328],[-71.21826171875,44.57396841049194],[-71.21337890625,44.575260162353516],[-71.21044635772705,44.576171875],[-71.20849609375,44.57679891586304],[-71.20361328125,44.578248023986816],[-71.19873046875,44.579604148864746],[-71.19725704193115,44.580078125],[-71.19384765625,44.58114671707153],[-71.18896484375,44.582489013671875],[-71.18408203125,44.58387327194214],[-71.18373394012451,44.583984375],[-71.17919921875,44.585330963134766],[-71.17431640625,44.58655595779419],[-71.16960048675537,44.587890625],[-71.16943359375,44.5879430770874],[-71.16455078125,44.58943271636963],[-71.15966796875,44.59074401855469],[-71.15631103515625,44.591796875],[-71.15478515625,44.5922966003418],[-71.14990234375,44.593740940093994],[-71.14501953125,44.594985485076904],[-71.1426305770874,44.595703125],[-71.14013671875,44.59646511077881],[-71.13525390625,44.597814083099365],[-71.13037109375,44.59904336929321],[-71.12844944000244,44.599609375],[-71.12548828125,44.60047149658203],[-71.12060546875,44.60172939300537],[-71.11572265625,44.60295629501343],[-71.11394882202148,44.603515625],[-71.11083984375,44.60449409484863],[-71.10595703125,44.605896949768066],[-71.10107421875,44.60731315612793],[-71.10073566436768,44.607421875],[-71.09619140625,44.608766078948975],[-71.09130859375,44.60998010635376],[-71.08645439147949,44.611328125],[-71.08642578125,44.61133623123169],[-71.08154296875,44.61279582977295],[-71.07666015625,44.614081382751465],[-71.07295989990234,44.615234375],[-71.07177734375,44.6156268119812],[-71.06689453125,44.617087841033936],[-71.06201171875,44.61830520629883],[-71.05917930603027,44.619140625],[-71.05712890625,44.61976480484009],[-71.05224609375,44.6211314201355],[-71.04736328125,44.622336864471436],[-71.04495048522949,44.623046875],[-71.04248046875,44.623785972595215],[-71.03759765625,44.62511396408081],[-71.03271484375,44.626323223114014],[-71.03062629699707,44.626953125],[-71.02783203125,44.627800941467285],[-71.02294921875,44.6292028427124],[-71.01806640625,44.63063144683838],[-71.01739406585693,44.630859375],[-71.01318359375,44.63220024108887],[-71.00830078125,44.633577823638916],[-71.00458145141602,44.634765625],[-71.00341796875,44.635157108306885],[-70.99853515625,44.63664388656616],[-70.99365234375,44.63793134689331],[-70.99127292633057,44.638671875],[-70.98876953125,44.63946294784546],[-70.98388671875,44.64085578918457],[-70.97900390625,44.64217662811279],[-70.97772598266602,44.642578125],[-70.97412109375,44.643675327301025],[-70.96923828125,44.645010471343994],[-70.96435546875,44.646440505981445],[-70.96422672271729,44.646484375],[-70.95947265625,44.64794063568115],[-70.95458984375,44.649208068847656],[-70.95060348510742,44.650390625],[-70.94970703125,44.65067672729492],[-70.94482421875,44.652119159698486],[-70.93994140625,44.65335130691528],[-70.93679428100586,44.654296875],[-70.93505859375,44.65483999252319],[-70.93017578125,44.65624380111694],[-70.92529296875,44.6574764251709],[-70.92288494110107,44.658203125],[-70.92041015625,44.65896129608154],[-70.91552734375,44.660330295562744],[-70.91064453125,44.66161775588989],[-70.90906143188477,44.662109375],[-70.90576171875,44.66311264038086],[-70.90087890625,44.66444683074951],[-70.89599609375,44.66580152511597],[-70.89531421661377,44.666015625],[-70.89111328125,44.66723966598511],[-70.88623046875,44.66839790344238],[-70.88134765625,44.669583320617676],[-70.8802318572998,44.669921875],[-70.87646484375,44.67102527618408],[-70.87158203125,44.67232418060303],[-70.86669921875,44.67369270324707],[-70.8662748336792,44.673828125],[-70.86181640625,44.675148010253906],[-70.85693359375,44.67633056640625],[-70.85205078125,44.67755317687988],[-70.85144519805908,44.677734375],[-70.84716796875,44.678932189941406],[-70.84228515625,44.68013334274292],[-70.83740234375,44.681461811065674],[-70.83687782287598,44.681640625],[-70.83251953125,44.68304443359375],[-70.82763671875,44.684504985809326],[-70.82456588745117,44.685546875],[-70.82275390625,44.686177253723145],[-70.81787109375,44.68764543533325],[-70.81298828125,44.689054012298584],[-70.81183433532715,44.689453125],[-70.80810546875,44.69070243835449],[-70.80322265625,44.69216346740723],[-70.79954624176025,44.693359375],[-70.79833984375,44.69376802444458],[-70.79345703125,44.6951642036438],[-70.78857421875,44.696280002593994],[-70.78510284423828,44.697265625],[-70.78369140625,44.69769239425659],[-70.77880859375,44.69912672042847],[-70.77392578125,44.70036554336548],[-70.77126502990723,44.701171875],[-70.76904296875,44.701865673065186],[-70.76416015625,44.7032904624939],[-70.75927734375,44.704641342163086],[-70.75789451599121,44.705078125],[-70.75439453125,44.70614814758301],[-70.74951171875,44.70743703842163],[-70.74462890625,44.70873308181763],[-70.74380874633789,44.708984375],[-70.73974609375,44.71015119552612],[-70.73486328125,44.71132135391235],[-70.72998046875,44.71248483657837],[-70.72861194610596,44.712890625],[-70.72509765625,44.71390771865845],[-70.72021484375,44.71524381637573],[-70.71533203125,44.71671772003174],[-70.71510314941406,44.716796875],[-70.71044921875,44.718270778656006],[-70.70556640625,44.71955585479736],[-70.7017183303833,44.720703125],[-70.70068359375,44.721031665802],[-70.69580078125,44.72241735458374],[-70.69091796875,44.723556995391846],[-70.68729400634766,44.724609375],[-70.68603515625,44.725000858306885],[-70.68115234375,44.72647953033447],[-70.67626953125,44.7278037071228],[-70.67404270172119,44.728515625],[-70.67138671875,44.72937345504761],[-70.66650390625,44.73078155517578],[-70.66162109375,44.732165813446045],[-70.66082000732422,44.732421875],[-70.65673828125,44.73364067077637],[-70.65185546875,44.73485040664673],[-70.64697265625,44.73611927032471],[-70.64630508422852,44.736328125],[-70.64208984375,44.73757028579712],[-70.63720703125,44.73883104324341],[-70.63232421875,44.74021053314209],[-70.63224792480469,44.740234375],[-70.62744140625,44.74164533615112],[-70.62255859375,44.74281024932861],[-70.61767578125,44.74408006668091],[-70.61748027801514,44.744140625],[-70.61279296875,44.74547338485718],[-70.60791015625,44.74669599533081],[-70.60331344604492,44.748046875],[-70.60302734375,44.74813985824585],[-70.59814453125,44.749629974365234],[-70.59326171875,44.750842571258545],[-70.5893325805664,44.751953125],[-70.58837890625,44.752241134643555],[-70.58349609375,44.753620624542236],[-70.57861328125,44.75478458404541],[-70.57480335235596,44.755859375],[-70.57373046875,44.75618362426758],[-70.56884765625,44.757558822631836],[-70.56396484375,44.75870656967163],[-70.56004524230957,44.759765625],[-70.55908203125,44.76004600524902],[-70.55419921875,44.76136875152588],[-70.54931640625,44.76246356964111],[-70.54451942443848,44.763671875],[-70.54443359375,44.76369619369507],[-70.53955078125,44.76506519317627],[-70.53466796875,44.76625442504883],[-70.52978515625,44.76751661300659],[-70.52958488464355,44.767578125],[-70.52490234375,44.768911361694336],[-70.52001953125,44.7702431678772],[-70.51627159118652,44.771484375],[-70.51513671875,44.771883964538574],[-70.51025390625,44.773478507995605],[-70.50537109375,44.774903774261475],[-70.50386905670166,44.775390625],[-70.50048828125,44.776450634002686],[-70.49560546875,44.777729511260986],[-70.49072265625,44.779006004333496],[-70.48980236053467,44.779296875],[-70.48583984375,44.780492305755615],[-70.48095703125,44.78181219100952],[-70.47614097595215,44.783203125],[-70.47607421875,44.78322410583496],[-70.47119140625,44.78464221954346],[-70.46630859375,44.785828590393066],[-70.46181678771973,44.787109375],[-70.46142578125,44.787232875823975],[-70.45654296875,44.78873920440674],[-70.45166015625,44.790053844451904],[-70.44856071472168,44.791015625],[-70.44677734375,44.79158878326416],[-70.44189453125,44.792991161346436],[-70.43701171875,44.79424524307251],[-70.43482303619385,44.794921875],[-70.43212890625,44.795762062072754],[-70.42724609375,44.79715871810913],[-70.42236328125,44.798590660095215],[-70.42165756225586,44.798828125],[-70.41748046875,44.80014944076538],[-70.41259765625,44.80144643783569],[-70.40822982788086,44.802734375],[-70.40771484375,44.80289888381958],[-70.40283203125,44.804357051849365],[-70.39794921875,44.80561590194702],[-70.394606590271,44.806640625],[-70.39306640625,44.80713605880737],[-70.38818359375,44.80855989456177],[-70.38330078125,44.809802532196045],[-70.38084506988525,44.810546875],[-70.37841796875,44.81129455566406],[-70.37353515625,44.81264591217041],[-70.36865234375,44.81391000747681],[-70.3669023513794,44.814453125],[-70.36376953125,44.815410137176514],[-70.35888671875,44.81674814224243],[-70.35400390625,44.8181037902832],[-70.3532075881958,44.818359375],[-70.34912109375,44.81959056854248],[-70.34423828125,44.82084941864014],[-70.33935546875,44.82220792770386],[-70.33917427062988,44.822265625],[-70.33447265625,44.8236403465271],[-70.32958984375,44.82482385635376],[-70.32470703125,44.826115131378174],[-70.32452583312988,44.826171875],[-70.31982421875,44.827518463134766],[-70.31494140625,44.82872009277344],[-70.31005859375,44.83005905151367],[-70.31000137329102,44.830078125],[-70.30517578125,44.83149576187134],[-70.30029296875,44.83270263671875],[-70.29558181762695,44.833984375],[-70.29541015625,44.8340368270874],[-70.29052734375,44.8354697227478],[-70.28564453125,44.836769580841064],[-70.28205394744873,44.837890625],[-70.28076171875,44.8383150100708],[-70.27587890625,44.839733600616455],[-70.27099609375,44.840900897979736],[-70.26791095733643,44.841796875],[-70.26611328125,44.8423433303833],[-70.26123046875,44.84373092651367],[-70.25634765625,44.84495210647583],[-70.25383472442627,44.845703125],[-70.25146484375,44.84642457962036],[-70.24658203125,44.84774875640869],[-70.24169921875,44.84893274307251],[-70.23938179016113,44.849609375],[-70.23681640625,44.85036563873291],[-70.23193359375,44.851683139801025],[-70.22705078125,44.852924823760986],[-70.22510528564453,44.853515625],[-70.22216796875,44.854398250579834],[-70.21728515625,44.8556809425354],[-70.21240234375,44.85690402984619],[-70.2106761932373,44.857421875],[-70.20751953125,44.858352184295654],[-70.20263671875,44.85961675643921],[-70.19775390625,44.860867500305176],[-70.19627571105957,44.861328125],[-70.19287109375,44.862361431121826],[-70.18798828125,44.863670349121094],[-70.18310546875,44.86500406265259],[-70.18237590789795,44.865234375],[-70.17822265625,44.86646795272827],[-70.17333984375,44.86770057678223],[-70.16845703125,44.869019985198975],[-70.16808032989502,44.869140625],[-70.16357421875,44.87047052383423],[-70.15869140625,44.87171125411987],[-70.15401363372803,44.873046875],[-70.15380859375,44.87311124801636],[-70.14892578125,44.87455463409424],[-70.14404296875,44.87576770782471],[-70.13994693756104,44.876953125],[-70.13916015625,44.87719964981079],[-70.13427734375,44.87861967086792],[-70.12939453125,44.87981367111206],[-70.12581825256348,44.880859375],[-70.12451171875,44.881264209747314],[-70.11962890625,44.882659912109375],[-70.11474609375,44.883841037750244],[-70.1115894317627,44.884765625],[-70.10986328125,44.885294914245605],[-70.10498046875,44.88667297363281],[-70.10009765625,44.8878698348999],[-70.09737014770508,44.888671875],[-70.09521484375,44.88932466506958],[-70.09033203125,44.89066553115845],[-70.08544921875,44.89186954498291],[-70.08306503295898,44.892578125],[-70.08056640625,44.8933310508728],[-70.07568359375,44.89464855194092],[-70.07080078125,44.89586067199707],[-70.06871700286865,44.896484375],[-70.06591796875,44.89732265472412],[-70.06103515625,44.898624420166016],[-70.05615234375,44.899855613708496],[-70.05438327789307,44.900390625],[-70.05126953125,44.90131664276123],[-70.04638671875,44.90259838104248],[-70.04150390625,44.90384817123413],[-70.04003524780273,44.904296875],[-70.03662109375,44.90530824661255],[-70.03173828125,44.90657043457031],[-70.02685546875,44.90783739089966],[-70.02566814422607,44.908203125],[-70.02197265625,44.90928936004639],[-70.01708984375,44.91051721572876],[-70.01220703125,44.91177320480347],[-70.0111198425293,44.912109375],[-70.00732421875,44.91323280334473],[-70.00244140625,44.91446828842163],[-69.99755859375,44.915714740753174],[-69.99655723571777,44.916015625],[-69.99267578125,44.91712236404419],[-69.98779296875,44.91832876205444],[-69.98291015625,44.91960525512695],[-69.98190402984619,44.919921875],[-69.97802734375,44.92108345031738],[-69.97314453125,44.922322273254395],[-69.96826171875,44.92360067367554],[-69.96753692626953,44.923828125],[-69.96337890625,44.92505693435669],[-69.95849609375,44.9263482093811],[-69.95371341705322,44.927734375],[-69.95361328125,44.92776679992676],[-69.94873046875,44.92918300628662],[-69.94384765625,44.93031120300293],[-69.93896484375,44.93153715133667],[-69.9386215209961,44.931640625],[-69.93408203125,44.93290853500366],[-69.92919921875,44.93409299850464],[-69.92431640625,44.9354190826416],[-69.92392539978027,44.935546875],[-69.91943359375,44.936899185180664],[-69.91455078125,44.93815517425537],[-69.91004943847656,44.939453125],[-69.90966796875,44.93957281112671],[-69.90478515625,44.940999031066895],[-69.89990234375,44.94218635559082],[-69.89580154418945,44.943359375],[-69.89501953125,44.943602085113525],[-69.89013671875,44.945030212402344],[-69.88525390625,44.946245193481445],[-69.8818302154541,44.947265625],[-69.88037109375,44.94772434234619],[-69.87548828125,44.94911336898804],[-69.87060546875,44.95026731491089],[-69.86743450164795,44.951171875],[-69.86572265625,44.95168209075928],[-69.86083984375,44.95302152633667],[-69.85595703125,44.954155921936035],[-69.85270977020264,44.955078125],[-69.85107421875,44.95556592941284],[-69.84619140625,44.95689630508423],[-69.84130859375,44.95800065994263],[-69.83778953552246,44.958984375],[-69.83642578125,44.95938968658447],[-69.83154296875,44.96075487136841],[-69.82666015625,44.96189546585083],[-69.8231554031372,44.962890625],[-69.82177734375,44.96330499649048],[-69.81689453125,44.964672565460205],[-69.81201171875,44.96583366394043],[-69.80870723724365,44.966796875],[-69.80712890625,44.96728229522705],[-69.80224609375,44.96864652633667],[-69.79736328125,44.969786167144775],[-69.79413986206055,44.970703125],[-69.79248046875,44.97119903564453],[-69.78759765625,44.97253608703613],[-69.78271484375,44.9736533164978],[-69.77930545806885,44.974609375],[-69.77783203125,44.97504711151123],[-69.77294921875,44.97640562057495],[-69.76806640625,44.97756004333496],[-69.76475715637207,44.978515625],[-69.76318359375,44.97899293899536],[-69.75830078125,44.98036432266235],[-69.75341796875,44.98153591156006],[-69.75036144256592,44.982421875],[-69.74853515625,44.98297119140625],[-69.74365234375,44.98428440093994],[-69.73876953125,44.98538875579834],[-69.73544120788574,44.986328125],[-69.73388671875,44.98679208755493],[-69.72900390625,44.988160610198975],[-69.72412109375,44.98933124542236],[-69.72100257873535,44.990234375],[-69.71923828125,44.99076747894287],[-69.71435546875,44.99210739135742],[-69.70947265625,44.99327325820923],[-69.7065019607544,44.994140625],[-69.70458984375,44.99472093582153],[-69.69970703125,44.996044635772705],[-69.69482421875,44.99716901779175],[-69.69170093536377,44.998046875],[-69.68994140625,44.998563289642334],[-69.68505859375,44.99987554550171],[-69.68017578125,45.000993728637695],[-69.67682838439941,45.001953125],[-69.67529296875,45.002418994903564],[-69.67041015625,45.003803730010986],[-69.66552734375,45.00496292114258],[-69.6623420715332,45.005859375],[-69.66064453125,45.0063591003418],[-69.65576171875,45.007681369781494],[-69.65087890625,45.00884389877319],[-69.64775562286377,45.009765625],[-69.64599609375,45.01030874252319],[-69.64111328125,45.01166820526123],[-69.63623046875,45.01282072067261],[-69.63324546813965,45.013671875],[-69.63134765625,45.014233112335205],[-69.62646484375,45.015554904937744],[-69.62158203125,45.01671123504639],[-69.61860656738281,45.017578125],[-69.61669921875,45.018155097961426],[-69.61181640625,45.01949214935303],[-69.60693359375,45.02064752578735],[-69.60405826568604,45.021484375],[-69.60205078125,45.02208995819092],[-69.59716796875,45.023441791534424],[-69.59228515625,45.02463674545288],[-69.58971500396729,45.025390625],[-69.58740234375,45.02608013153076],[-69.58251953125,45.0273756980896],[-69.57763671875,45.028525829315186],[-69.57495212554932,45.029296875],[-69.57275390625,45.029942989349365],[-69.56787109375,45.0312180519104],[-69.56298828125,45.03231334686279],[-69.55983638763428,45.033203125],[-69.55810546875,45.03371524810791],[-69.55322265625,45.035062313079834],[-69.54833984375,45.03620529174805],[-69.5451831817627,45.037109375],[-69.54345703125,45.03762769699097],[-69.53857421875,45.03897190093994],[-69.53369140625,45.04011678695679],[-69.53057765960693,45.041015625],[-69.52880859375,45.041550159454346],[-69.52392578125,45.04289722442627],[-69.51904296875,45.044034481048584],[-69.51591491699219,45.044921875],[-69.51416015625,45.04544115066528],[-69.50927734375,45.04676294326782],[-69.50439453125,45.04787349700928],[-69.50101852416992,45.048828125],[-69.49951171875,45.04927921295166],[-69.49462890625,45.05065202713013],[-69.48974609375,45.05181360244751],[-69.48655128479004,45.052734375],[-69.48486328125,45.05324363708496],[-69.47998046875,45.05457878112793],[-69.47509765625,45.055705070495605],[-69.47182178497314,45.056640625],[-69.47021484375,45.0571231842041],[-69.46533203125,45.0584602355957],[-69.46044921875,45.0595498085022],[-69.45673942565918,45.060546875],[-69.45556640625,45.06088447570801],[-69.45068359375,45.06221532821655],[-69.44580078125,45.06334829330444],[-69.44187641143799,45.064453125],[-69.44091796875,45.06474304199219],[-69.43603515625,45.06612539291382],[-69.43115234375,45.067267417907715],[-69.42728519439697,45.068359375],[-69.42626953125,45.068668842315674],[-69.42138671875,45.07005739212036],[-69.41650390625,45.071205615997314],[-69.41277027130127,45.072265625],[-69.41162109375,45.07261371612549],[-69.40673828125,45.0739803314209],[-69.40185546875,45.07509231567383],[-69.39793586730957,45.076171875],[-69.39697265625,45.07645893096924],[-69.39208984375,45.07783222198486],[-69.38720703125,45.07896661758423],[-69.38315868377686,45.080078125],[-69.38232421875,45.080326080322266],[-69.37744140625,45.081698417663574],[-69.37255859375,45.0828595161438],[-69.36858177185059,45.083984375],[-69.36767578125,45.08426094055176],[-69.36279296875,45.08563041687012],[-69.35791015625,45.08674955368042],[-69.35366630554199,45.087890625],[-69.35302734375,45.088078022003174],[-69.34814453125,45.08942794799805],[-69.34326171875,45.09054756164551],[-69.33859348297119,45.091796875],[-69.33837890625,45.09185981750488],[-69.33349609375,45.09323787689209],[-69.32861328125,45.09436655044556],[-69.32373046875,45.09565210342407],[-69.32356834411621,45.095703125],[-69.31884765625,45.09706163406372],[-69.31396484375,45.09823513031006],[-69.30908203125,45.09954357147217],[-69.30887222290039,45.099609375],[-69.30419921875,45.100943088531494],[-69.29931640625,45.10206651687622],[-69.29443359375,45.10327625274658],[-69.29364681243896,45.103515625],[-69.28955078125,45.10468816757202],[-69.28466796875,45.10587215423584],[-69.27978515625,45.10709238052368],[-69.27869319915771,45.107421875],[-69.27490234375,45.10851430892944],[-69.27001953125,45.10972595214844],[-69.26513671875,45.11096811294556],[-69.26395416259766,45.111328125],[-69.26025390625,45.11240768432617],[-69.25537109375,45.11361503601074],[-69.25048828125,45.11482810974121],[-69.2491340637207,45.115234375],[-69.24560546875,45.11625528335571],[-69.24072265625,45.11746835708618],[-69.23583984375,45.11867427825928],[-69.23428535461426,45.119140625],[-69.23095703125,45.120110511779785],[-69.22607421875,45.12133169174194],[-69.22119140625,45.12251615524292],[-69.21940326690674,45.123046875],[-69.21630859375,45.12394952774048],[-69.21142578125,45.12518787384033],[-69.20654296875,45.12636089324951],[-69.20452117919922,45.126953125],[-69.20166015625,45.12778425216675],[-69.19677734375,45.12902116775513],[-69.19189453125,45.13016128540039],[-69.18948650360107,45.130859375],[-69.18701171875,45.13158416748047],[-69.18212890625,45.13285827636719],[-69.17724609375,45.134000301361084],[-69.17459011077881,45.134765625],[-69.17236328125,45.135422229766846],[-69.16748046875,45.136706829071045],[-69.16259765625,45.13782739639282],[-69.1596269607544,45.138671875],[-69.15771484375,45.13923501968384],[-69.15283203125,45.14054250717163],[-69.14794921875,45.14165639877319],[-69.14469242095947,45.142578125],[-69.14306640625,45.14306163787842],[-69.13818359375,45.14439868927002],[-69.13330078125,45.14552116394043],[-69.1299057006836,45.146484375],[-69.12841796875,45.146931648254395],[-69.12353515625,45.14828109741211],[-69.11865234375,45.14938926696777],[-69.11501407623291,45.150390625],[-69.11376953125,45.1507568359375],[-69.10888671875,45.152098178863525],[-69.10400390625,45.1532096862793],[-69.10001277923584,45.154296875],[-69.09912109375,45.15455865859985],[-69.09423828125,45.15590715408325],[-69.08935546875,45.15701341629028],[-69.08484935760498,45.158203125],[-69.08447265625,45.158313274383545],[-69.07958984375,45.15967655181885],[-69.07470703125,45.160813331604004],[-69.06982421875,45.162102699279785],[-69.06980514526367,45.162109375],[-69.06494140625,45.16348457336426],[-69.06005859375,45.16462469100952],[-69.05517578125,45.165863037109375],[-69.0546703338623,45.166015625],[-69.05029296875,45.1672477722168],[-69.04541015625,45.168399810791016],[-69.04052734375,45.169591426849365],[-69.0394115447998,45.169921875],[-69.03564453125,45.170982360839844],[-69.03076171875,45.17214822769165],[-69.02587890625,45.17328596115112],[-69.02400016784668,45.173828125],[-69.02099609375,45.174684047698975],[-69.01611328125,45.175902366638184],[-69.01123046875,45.177035331726074],[-69.00879859924316,45.177734375],[-69.00634765625,45.17844820022583],[-69.00146484375,45.179715156555176],[-68.99658203125,45.18085527420044],[-68.99385452270508,45.181640625],[-68.99169921875,45.1822772026062],[-68.98681640625,45.18356800079346],[-68.98193359375,45.18469858169556],[-68.97895336151123,45.185546875],[-68.97705078125,45.186108112335205],[-68.97216796875,45.187406063079834],[-68.96728515625,45.18851709365845],[-68.9639949798584,45.189453125],[-68.96240234375,45.18993043899536],[-68.95751953125,45.19127082824707],[-68.95263671875,45.192386627197266],[-68.94914627075195,45.193359375],[-68.94775390625,45.19377088546753],[-68.94287109375,45.19509220123291],[-68.93798828125,45.1961669921875],[-68.93385410308838,45.197265625],[-68.93310546875,45.197482109069824],[-68.92822265625,45.1988205909729],[-68.92333984375,45.19991588592529],[-68.91854763031006,45.201171875],[-68.91845703125,45.2011981010437],[-68.91357421875,45.2025728225708],[-68.90869140625,45.203694343566895],[-68.90380859375,45.20493793487549],[-68.90335083007812,45.205078125],[-68.89892578125,45.206336975097656],[-68.89404296875,45.20749521255493],[-68.88916015625,45.20871829986572],[-68.88827800750732,45.208984375],[-68.88427734375,45.21011924743652],[-68.87939453125,45.21128273010254],[-68.87451171875,45.21245622634888],[-68.87303829193115,45.212890625],[-68.86962890625,45.213862895965576],[-68.86474609375,45.21506071090698],[-68.85986328125,45.21620845794678],[-68.85783195495605,45.216796875],[-68.85498046875,45.21761608123779],[-68.85009765625,45.21884870529175],[-68.84521484375,45.21998405456543],[-68.84270191192627,45.220703125],[-68.84033203125,45.22139120101929],[-68.83544921875,45.22264528274536],[-68.83056640625,45.2237434387207],[-68.8274621963501,45.224609375],[-68.82568359375,45.225125789642334],[-68.82080078125,45.226396560668945],[-68.81591796875,45.22742319107056],[-68.81162166595459,45.228515625],[-68.81103515625,45.228678703308105],[-68.80615234375,45.22999572753906],[-68.80126953125,45.23108959197998],[-68.79638671875,45.232343673706055],[-68.79613399505615,45.232421875],[-68.79150390625,45.23372793197632],[-68.78662109375,45.23486042022705],[-68.78173828125,45.236083030700684],[-68.78093242645264,45.236328125],[-68.77685546875,45.237492084503174],[-68.77197265625,45.23866415023804],[-68.76708984375,45.23988389968872],[-68.76593112945557,45.240234375],[-68.76220703125,45.24130868911743],[-68.75244140625,45.243667125701904],[-68.7508487701416,45.244140625],[-68.74755859375,45.245094299316406],[-68.74267578125,45.2463116645813],[-68.73779296875,45.24748754501343],[-68.73589038848877,45.248046875],[-68.73291015625,45.24891185760498],[-68.72802734375,45.2501277923584],[-68.72314453125,45.25126028060913],[-68.72074604034424,45.251953125],[-68.71826171875,45.25267839431763],[-68.71337890625,45.25393056869507],[-68.70849609375,45.255043506622314],[-68.70562553405762,45.255859375],[-68.70361328125,45.2564492225647],[-68.69873046875,45.25772953033447],[-68.69384765625,45.25881385803223],[-68.69038105010986,45.259765625],[-68.68896484375,45.26017761230469],[-68.68408203125,45.26148462295532],[-68.67919921875,45.262553691864014],[-68.67491245269775,45.263671875],[-68.67431640625,45.26384210586548],[-68.66943359375,45.2651686668396],[-68.66455078125,45.26625871658325],[-68.65966796875,45.267497062683105],[-68.6594009399414,45.267578125],[-68.65478515625,45.26886606216431],[-68.64990234375,45.26998710632324],[-68.64501953125,45.271172523498535],[-68.64396572113037,45.271484375],[-68.64013671875,45.27256107330322],[-68.63525390625,45.27371644973755],[-68.63037109375,45.274864196777344],[-68.62855911254883,45.275390625],[-68.62548828125,45.27626848220825],[-68.62060546875,45.277464389801025],[-68.61572265625,45.27857446670532],[-68.61318588256836,45.279296875],[-68.61083984375,45.27997541427612],[-68.60595703125,45.28121995925903],[-68.60107421875,45.282301902770996],[-68.59785079956055,45.283203125],[-68.59619140625,45.28368854522705],[-68.59130859375,45.28498935699463],[-68.58642578125,45.28603982925415],[-68.5822343826294,45.287109375],[-68.58154296875,45.287301540374756],[-68.57666015625,45.28858423233032],[-68.57177734375,45.289631843566895],[-68.56689453125,45.29082107543945],[-68.56625556945801,45.291015625],[-68.56201171875,45.29221963882446],[-68.55712890625,45.293381690979004],[-68.55224609375,45.29458951950073],[-68.5511302947998,45.294921875],[-68.54736328125,45.29599046707153],[-68.54248046875,45.29714822769165],[-68.53759765625,45.298298358917236],[-68.53577613830566,45.298828125],[-68.53271484375,45.299702644348145],[-68.52783203125,45.30089235305786],[-68.52294921875,45.30198383331299],[-68.52025985717773,45.302734375],[-68.51806640625,45.30335807800293],[-68.51318359375,45.304579734802246],[-68.50830078125,45.305596351623535],[-68.50428104400635,45.306640625],[-68.50341796875,45.306883811950684],[-68.49853515625,45.308210372924805],[-68.49365234375,45.3093056678772],[-68.48877906799316,45.310546875],[-68.48876953125,45.31054925918579],[-68.48388671875,45.311869621276855],[-68.47900390625,45.31295299530029],[-68.47412109375,45.314133167266846],[-68.47304821014404,45.314453125],[-68.46923828125,45.31553554534912],[-68.46435546875,45.31668949127197],[-68.45947265625,45.317840576171875],[-68.45770359039307,45.318359375],[-68.45458984375,45.31925392150879],[-68.44970703125,45.32046031951904],[-68.44482421875,45.32160043716431],[-68.4425163269043,45.322265625],[-68.43994140625,45.32301092147827],[-68.43505859375,45.324238777160645],[-68.43017578125,45.32534170150757],[-68.42724323272705,45.326171875],[-68.42529296875,45.32674264907837],[-68.42041015625,45.32800912857056],[-68.41552734375,45.32904577255249],[-68.41146469116211,45.330078125],[-68.41064453125,45.33030366897583],[-68.40576171875,45.33157777786255],[-68.40087890625,45.332619190216064],[-68.39599609375,45.33375263214111],[-68.39518070220947,45.333984375],[-68.39111328125,45.33507490158081],[-68.38623046875,45.336183071136475],[-68.38134765625,45.33729410171509],[-68.37928771972656,45.337890625],[-68.37646484375,45.33870458602905],[-68.37158203125,45.339930057525635],[-68.36669921875,45.3410587310791],[-68.36411476135254,45.341796875],[-68.36181640625,45.34246253967285],[-68.35693359375,45.34370470046997],[-68.35205078125,45.34478569030762],[-68.34874153137207,45.345703125],[-68.34716796875,45.34616231918335],[-68.34228515625,45.34745788574219],[-68.33740234375,45.3485164642334],[-68.33323001861572,45.349609375],[-68.33251953125,45.349812030792236],[-68.32763671875,45.35113859176636],[-68.32275390625,45.35222387313843],[-68.31787109375,45.35345792770386],[-68.31768035888672,45.353515625],[-68.31298828125,45.35480499267578],[-68.30810546875,45.3558988571167],[-68.30322265625,45.35704755783081],[-68.30193996429443,45.357421875],[-68.29833984375,45.35842800140381],[-68.29345703125,45.35958290100098],[-68.28857421875,45.36069297790527],[-68.28633785247803,45.361328125],[-68.28369140625,45.3620810508728],[-68.27880859375,45.3632926940918],[-68.27392578125,45.36437368392944],[-68.27084064483643,45.365234375],[-68.26904296875,45.365756034851074],[-68.26416015625,45.36703014373779],[-68.25927734375,45.368080139160156],[-68.25527667999268,45.369140625],[-68.25439453125,45.369394302368164],[-68.24951171875,45.37070894241333],[-68.24462890625,45.37174415588379],[-68.23974609375,45.372899532318115],[-68.2392406463623,45.373046875],[-68.23486328125,45.37423276901245],[-68.22998046875,45.375349044799805],[-68.22509765625,45.376500606536865],[-68.22355270385742,45.376953125],[-68.22021484375,45.37790250778198],[-68.21533203125,45.379085540771484],[-68.21044921875,45.38019943237305],[-68.20810317993164,45.380859375],[-68.20556640625,45.38157558441162],[-68.20068359375,45.38276767730713],[-68.19580078125,45.38379430770874],[-68.19213390350342,45.384765625],[-68.19091796875,45.385108947753906],[-68.18603515625,45.38639688491821],[-68.18115234375,45.387442111968994],[-68.17626953125,45.38866710662842],[-68.17625522613525,45.388671875],[-68.17138671875,45.39000415802002],[-68.16650390625,45.39109802246094],[-68.16162109375,45.3922643661499],[-68.16054344177246,45.392578125],[-68.15673828125,45.393630504608154],[-68.15185546875,45.39475202560425],[-68.14697265625,45.3958306312561],[-68.14462661743164,45.396484375],[-68.14208984375,45.39719486236572],[-68.13720703125,45.398385524749756],[-68.13232421875,45.39940547943115],[-68.12854766845703,45.400390625],[-68.12744140625,45.400700092315674],[-68.12255859375,45.40198516845703],[-68.11767578125,45.40304517745972],[-68.11279296875,45.40428876876831],[-68.11276435852051,45.404296875],[-68.10791015625,45.405632972717285],[-68.10302734375,45.40672063827515],[-68.09814453125,45.40787935256958],[-68.0970287322998,45.408203125],[-68.09326171875,45.40924310684204],[-68.08837890625,45.410354137420654],[-68.08349609375,45.41140556335449],[-68.08093547821045,45.412109375],[-68.07861328125,45.412757396698],[-68.07373046875,45.41395902633667],[-68.06884765625,45.41496515274048],[-68.06473731994629,45.416015625],[-68.06396484375,45.41623067855835],[-68.05908203125,45.41752338409424],[-68.05419921875,45.41856622695923],[-68.04931640625,45.41973829269409],[-68.04869651794434,45.419921875],[-68.04443359375,45.42110013961792],[-68.03955078125,45.42223072052002],[-68.03466796875,45.423381328582764],[-68.03310871124268,45.423828125],[-68.02978515625,45.42474889755249],[-68.02490234375,45.42588806152344],[-68.02001953125,45.426971435546875],[-68.01733016967773,45.427734375],[-68.01513671875,45.42836952209473],[-68.01025390625,45.429614543914795],[-68.00537109375,45.43070316314697],[-68.00204277038574,45.431640625],[-68.00048828125,45.43210029602051],[-67.99560546875,45.43339681625366],[-67.99072265625,45.434428215026855],[-67.98628330230713,45.435546875],[-67.98583984375,45.435670375823975],[-67.98095703125,45.43697118759155],[-67.97607421875,45.438024044036865],[-67.97119140625,45.43917989730835],[-67.97025680541992,45.439453125],[-67.96630859375,45.4405403137207],[-67.96142578125,45.441650390625],[-67.95654296875,45.442726612091064],[-67.95427799224854,45.443359375],[-67.95166015625,45.444090843200684],[-67.94677734375,45.44528579711914],[-67.94189453125,45.44634675979614],[-67.9385757446289,45.447265625],[-67.93701171875,45.44771957397461],[-67.93212890625,45.4489951133728],[-67.92724609375,45.4500093460083],[-67.9226303100586,45.451171875],[-67.92236328125,45.45124673843384],[-67.91748046875,45.452571392059326],[-67.91259765625,45.45364046096802],[-67.90771484375,45.454816818237305],[-67.90682792663574,45.455078125],[-67.90283203125,45.45618915557861],[-67.89794921875,45.457297801971436],[-67.89306640625,45.45839023590088],[-67.89096355438232,45.458984375],[-67.88818359375,45.45976638793945],[-67.88330078125,45.460949420928955],[-67.87841796875,45.46200466156006],[-67.87519931793213,45.462890625],[-67.87353515625,45.46336841583252],[-67.86865234375,45.4646258354187],[-67.86376953125,45.46562194824219],[-67.85896301269531,45.466796875],[-67.85888671875,45.4668173789978],[-67.85400390625,45.468119621276855],[-67.84912109375,45.469162464141846],[-67.84423828125,45.470271587371826],[-67.84274101257324,45.470703125],[-67.83935546875,45.471649169921875],[-67.83447265625,45.472798347473145],[-67.82958984375,45.473875999450684],[-67.82697200775146,45.474609375],[-67.82470703125,45.47525358200073],[-67.81982421875,45.4764723777771],[-67.81494140625,45.47750473022461],[-67.81107902526855,45.478515625],[-67.81005859375,45.4788031578064],[-67.80517578125,45.480074882507324],[-67.80029296875,45.48108625411987],[-67.79541015625,45.48223114013672],[-67.79475212097168,45.482421875],[-67.79052734375,45.48356103897095],[-67.78564453125,45.48463821411133],[-67.78076171875,45.48571443557739],[-67.7785873413086,45.486328125],[-67.77587890625,45.487091064453125],[-67.77099609375,45.488274574279785],[-67.76611328125,45.48931360244751],[-67.76268482208252,45.490234375],[-67.76123046875,45.49064540863037],[-67.75634765625,45.49189805984497],[-67.75146484375,45.492894649505615],[-67.74658203125,45.49407482147217],[-67.74635791778564,45.494140625],[-67.74169921875,45.495402812957764],[-67.73681640625,45.496469497680664],[-67.73193359375,45.49757766723633],[-67.73029327392578,45.498046875],[-67.72705078125,45.49895143508911],[-67.72216796875,45.50009298324585],[-67.71728515625,45.50113821029663],[-67.71432399749756,45.501953125],[-67.71240234375,45.50249767303467],[-67.70751953125,45.5037317276001],[-67.70263671875,45.50474262237549],[-67.69824504852295,45.505859375],[-67.69775390625,45.50599718093872],[-67.69287109375,45.50729322433472],[-67.68798828125,45.50831174850464],[-67.68310546875,45.509421825408936],[-67.68190860748291,45.509765625],[-67.67822265625,45.51077938079834],[-67.67333984375,45.511905670166016],[-67.66845703125,45.513004302978516],[-67.66612529754639,45.513671875],[-67.66357421875,45.51440477371216],[-67.65869140625,45.51561641693115],[-67.65380859375,45.51668071746826],[-67.65054702758789,45.517578125],[-67.64892578125,45.51804447174072],[-67.64404296875,45.519291400909424],[-67.63916015625,45.52025890350342],[-67.63427734375,45.52139902114868],[-67.63398170471191,45.521484375],[-67.62939453125,45.52270269393921],[-67.62451171875,45.52374982833862],[-67.61962890625,45.52481651306152],[-67.61757850646973,45.525390625],[-67.61474609375,45.52617692947388],[-67.60986328125,45.52732610702515],[-67.60498046875,45.52832269668579],[-67.60122776031494,45.529296875],[-67.60009765625,45.52961015701294],[-67.59521484375,45.530860900878906],[-67.59033203125,45.53184223175049],[-67.58544921875,45.53295373916626],[-67.58458137512207,45.533203125],[-67.58056640625,45.53428792953491],[-67.57568359375,45.535375118255615],[-67.57080078125,45.53645086288452],[-67.56847381591797,45.537109375],[-67.56591796875,45.53783655166626],[-67.56103515625,45.53903293609619],[-67.55615234375,45.54008388519287],[-67.55274295806885,45.541015625],[-67.55126953125,45.541439056396484],[-67.54638671875,45.54269742965698],[-67.54150390625,45.54367780685425],[-67.53662109375,45.544827461242676],[-67.53629684448242,45.544921875],[-67.53173828125,45.546141624450684],[-67.52685546875,45.54719591140747],[-67.52197265625,45.54828071594238],[-67.52005100250244,45.548828125],[-67.51708984375,45.54965782165527],[-67.51220703125,45.55081367492676],[-67.50732421875,45.55184745788574],[-67.50407695770264,45.552734375],[-67.50244140625,45.55320119857788],[-67.49755859375,45.554450035095215],[-67.49267578125,45.55543041229248],[-67.48779296875,45.556594371795654],[-67.4876356124878,45.556640625],[-67.48291015625,45.557899475097656],[-67.47802734375,45.558939933776855],[-67.47314453125,45.56001138687134],[-67.47124195098877,45.560546875],[-67.46826171875,45.561373233795166],[-67.46337890625,45.56252384185791],[-67.45849609375,45.56355428695679],[-67.4551773071289,45.564453125],[-67.45361328125,45.56489610671997],[-67.44873046875,45.5661358833313],[-67.44384765625,45.567102909088135],[-67.43896484375,45.56824350357056],[-67.43856906890869,45.568359375],[-67.43408203125,45.56956434249878],[-67.42919921875,45.57062292098999],[-67.42431640625,45.57169151306152],[-67.42226123809814,45.572265625],[-67.41943359375,45.573049545288086],[-67.41455078125,45.57420015335083],[-67.40966796875,45.57520246505737],[-67.40592956542969,45.576171875],[-67.40478515625,45.57648944854736],[-67.39990234375,45.57772254943848],[-67.39501953125,45.578675746917725],[-67.39013671875,45.57974052429199],[-67.38893508911133,45.580078125],[-67.38525390625,45.5810661315918],[-67.38037109375,45.582151889801025],[-67.37548828125,45.583176136016846],[-67.37253189086914,45.583984375],[-67.37060546875,45.58452796936035],[-67.36572265625,45.58572435379028],[-67.36083984375,45.5866641998291],[-67.35595703125,45.58782720565796],[-67.35574722290039,45.587890625],[-67.35107421875,45.58917236328125],[-67.34619140625,45.59026050567627],[-67.34130859375,45.591410636901855],[-67.33997344970703,45.591796875],[-67.33642578125,45.59278059005737],[-67.33154296875,45.593881607055664],[-67.32666015625,45.594908714294434],[-67.32375144958496,45.595703125],[-67.32177734375,45.59625768661499],[-67.31689453125,45.59746837615967],[-67.31201171875,45.5984411239624],[-67.30722904205322,45.599609375],[-67.30712890625,45.59963655471802],[-67.30224609375,45.60093450546265],[-67.29736328125,45.60194683074951],[-67.29248046875,45.602988719940186],[-67.29057312011719,45.603515625],[-67.28759765625,45.60432291030884],[-67.28271484375,45.60545539855957],[-67.27783203125,45.60646295547485],[-67.27421760559082,45.607421875],[-67.27294921875,45.60777950286865],[-67.26806640625,45.60902452468872],[-67.26318359375,45.609986782073975],[-67.25830078125,45.61108589172363],[-67.2574520111084,45.611328125],[-67.25341796875,45.61241340637207],[-67.24853515625,45.61349058151245],[-67.24365234375,45.61454391479492],[-67.24117279052734,45.615234375],[-67.23876953125,45.6159086227417],[-67.23388671875,45.61709022521973],[-67.22900390625,45.618074893951416],[-67.22475528717041,45.619140625],[-67.22412109375,45.61931371688843],[-67.21923828125,45.62057638168335],[-67.21435546875,45.62156867980957],[-67.20947265625,45.622650146484375],[-67.20807552337646,45.623046875],[-67.20458984375,45.62399768829346],[-67.19970703125,45.625107765197754],[-67.19482421875,45.626147747039795],[-67.19190120697021,45.626953125],[-67.18994140625,45.627509117126465],[-67.18505859375,45.628718852996826],[-67.18017578125,45.629671573638916],[-67.17529296875,45.63081216812134],[-67.17512607574463,45.630859375],[-67.17041015625,45.632089614868164],[-67.16552734375,45.633103370666504],[-67.16064453125,45.634135246276855],[-67.15838432312012,45.634765625],[-67.15576171875,45.635498046875],[-67.15087890625,45.636682987213135],[-67.14599609375,45.6377158164978],[-67.14240550994873,45.638671875],[-67.14111328125,45.63903617858887],[-67.13623046875,45.64028024673462],[-67.13134765625,45.641244888305664],[-67.12646484375,45.64234972000122],[-67.1256685256958,45.642578125],[-67.12158203125,45.643677711486816],[-67.11669921875,45.64474964141846],[-67.11181640625,45.64579105377197],[-67.1092939376831,45.646484375],[-67.10693359375,45.64713954925537],[-67.10205078125,45.64830827713013],[-67.09716796875,45.64925146102905],[-67.09231376647949,45.650390625],[-67.09228515625,45.65039873123169],[-67.08740234375,45.65165901184082],[-67.08251953125,45.652663707733154],[-67.07763671875,45.65370321273804],[-67.07549571990967,45.654296875],[-67.07275390625,45.65505409240723],[-67.06787109375,45.65619659423828],[-67.06298828125,45.65716552734375],[-67.05881595611572,45.658203125],[-67.05810546875,45.658395767211914],[-67.05322265625,45.65963268280029],[-67.04833984375,45.66059970855713],[-67.04345703125,45.661656856536865],[-67.04184055328369,45.662109375],[-67.03857421875,45.66299772262573],[-67.03369140625,45.66407871246338],[-67.02880859375,45.66502571105957],[-67.0249605178833,45.666015625],[-67.02392578125,45.666301250457764],[-67.01904296875,45.66757774353027],[-67.01416015625,45.6685996055603],[-67.00927734375,45.669777393341064],[-67.00878620147705,45.669921875],[-67.00439453125,45.67110872268677],[-66.99951171875,45.67214918136597],[-66.99462890625,45.67318820953369],[-66.99231624603271,45.673828125],[-66.98974609375,45.67453956604004],[-66.98486328125,45.67569589614868],[-66.97998046875,45.676663398742676],[-66.97565078735352,45.677734375],[-66.97509765625,45.677884101867676],[-66.97021484375,45.679142475128174],[-66.96533203125,45.68013000488281],[-66.96044921875,45.68118906021118],[-66.95883274078369,45.681640625],[-66.95556640625,45.682528018951416],[-66.95068359375,45.68363666534424],[-66.94580078125,45.684643268585205],[-66.9424057006836,45.685546875],[-66.94091796875,45.68596315383911],[-66.93603515625,45.68717956542969],[-66.93115234375,45.688106536865234],[-66.92626953125,45.68916034698486],[-66.92521572113037,45.689453125],[-66.92138671875,45.69046115875244],[-66.91650390625,45.69151496887207],[-66.91162109375,45.69251108169556],[-66.90849781036377,45.693359375],[-66.90673828125,45.69385576248169],[-66.90185546875,45.6950740814209],[-66.89697265625,45.69601488113403],[-66.89208984375,45.697134494781494],[-66.89163208007812,45.697265625],[-66.88720703125,45.6984338760376],[-66.88232421875,45.69945812225342],[-66.87744140625,45.700480461120605],[-66.87493801116943,45.701171875],[-66.87255859375,45.701836585998535],[-66.86767578125,45.70301008224487],[-66.86279296875,45.703978538513184],[-66.85832023620605,45.705078125],[-66.85791015625,45.70518922805786],[-66.85302734375,45.70644664764404],[-66.84814453125,45.707419872283936],[-66.84326171875,45.70844793319702],[-66.8413257598877,45.708984375],[-66.83837890625,45.70978832244873],[-66.83349609375,45.710915088653564],[-66.82861328125,45.711904525756836],[-66.82481288909912,45.712890625],[-66.82373046875,45.71319103240967],[-66.81884765625,45.71443033218384],[-66.81396484375,45.71538543701172],[-66.80908203125,45.71645212173462],[-66.80785179138184,45.716796875],[-66.80419921875,45.7177734375],[-66.79931640625,45.71884250640869],[-66.79443359375,45.71984052658081],[-66.79123401641846,45.720703125],[-66.78955078125,45.72117519378662],[-66.78466796875,45.722383975982666],[-66.77978515625,45.72330045700073],[-66.77490234375,45.724364280700684],[-66.77402973175049,45.724609375],[-66.77001953125,45.72566795349121],[-66.76513671875,45.72671937942505],[-66.76025390625,45.72773313522339],[-66.75739288330078,45.728515625],[-66.75537109375,45.72908401489258],[-66.75048828125,45.730276107788086],[-66.74560546875,45.73121500015259],[-66.74072265625,45.732346057891846],[-66.7404556274414,45.732421875],[-66.73583984375,45.73362922668457],[-66.73095703125,45.73463678359985],[-66.72607421875,45.735647201538086],[-66.7235803604126,45.736328125],[-66.72119140625,45.73698663711548],[-66.71630859375,45.73814010620117],[-66.71142578125,45.739076137542725],[-66.70654773712158,45.740234375],[-66.70654296875,45.740235805511475],[-66.70166015625,45.74150848388672],[-66.69677734375,45.74250650405884],[-66.69189453125,45.74353313446045],[-66.68968677520752,45.744140625],[-66.68701171875,45.74487590789795],[-66.68212890625,45.74601173400879],[-66.67724609375,45.74696683883667],[-66.67285442352295,45.748046875],[-66.67236328125,45.74817991256714],[-66.66748046875,45.74942922592163],[-66.66259765625,45.750399112701416],[-66.65771484375,45.751431941986084],[-66.6558313369751,45.751953125],[-66.65283203125,45.752769470214844],[-66.64794921875,45.75388193130493],[-66.64306640625,45.75485420227051],[-66.63912296295166,45.755859375],[-66.63818359375,45.75611686706543],[-66.63330078125,45.757346630096436],[-66.62841796875,45.75828790664673],[-66.62353515625,45.75931930541992],[-66.62192344665527,45.759765625],[-66.61865234375,45.76064395904541],[-66.61376953125,45.76173496246338],[-66.60888671875,45.762712478637695],[-66.60517692565918,45.763671875],[-66.60400390625,45.76399517059326],[-66.59912109375,45.76521015167236],[-66.59423828125,45.76613521575928],[-66.58935546875,45.76716995239258],[-66.58789157867432,45.767578125],[-66.58447265625,45.768497467041016],[-66.57958984375,45.769587993621826],[-66.57470703125,45.770588397979736],[-66.57135009765625,45.771484375],[-66.56982421875,45.77191162109375],[-66.56494140625,45.77311944961548],[-66.56005859375,45.774030685424805],[-66.55517578125,45.7750678062439],[-66.5540075302124,45.775390625],[-66.55029296875,45.77636909484863],[-66.54541015625,45.77742147445679],[-66.54052734375,45.7783989906311],[-66.53712749481201,45.779296875],[-66.53564453125,45.77970886230469],[-66.53076171875,45.78091526031494],[-66.52587890625,45.781824588775635],[-66.52099609375,45.78285360336304],[-66.51973247528076,45.783203125],[-66.51611328125,45.78415870666504],[-66.51123046875,45.785215854644775],[-66.50634765625,45.786179065704346],[-66.5027379989624,45.787109375],[-66.50146484375,45.78745698928833],[-66.49658203125,45.788658618927],[-66.49169921875,45.78956985473633],[-66.48681640625,45.79058790206909],[-66.48526668548584,45.791015625],[-66.48193359375,45.79190540313721],[-66.47705078125,45.79297971725464],[-66.47216796875,45.793928146362305],[-66.46820545196533,45.794921875],[-66.46728515625,45.795169830322266],[-66.46240234375,45.79638385772705],[-66.45751953125,45.79730749130249],[-66.45263671875,45.798306941986084],[-66.45073413848877,45.798828125],[-66.44775390625,45.79962968826294],[-66.44287109375,45.80073261260986],[-66.43798828125,45.80167865753174],[-66.4337158203125,45.802734375],[-66.43310546875,45.80289888381958],[-66.42822265625,45.804134368896484],[-66.42333984375,45.80507516860962],[-66.41845703125,45.80606937408447],[-66.4163589477539,45.806640625],[-66.41357421875,45.80739164352417],[-66.40869140625,45.80850076675415],[-66.40380859375,45.80941438674927],[-66.39895915985107,45.810546875],[-66.39892578125,45.810555934906006],[-66.39404296875,45.8117995262146],[-66.38916015625,45.81276750564575],[-66.38427734375,45.81375169754028],[-66.38168811798096,45.814453125],[-66.37939453125,45.81508255004883],[-66.37451171875,45.81623315811157],[-66.36962890625,45.81714916229248],[-66.36474609375,45.818270683288574],[-66.36443614959717,45.818359375],[-66.35986328125,45.81954908370972],[-66.35498046875,45.82054376602173],[-66.35009765625,45.82152605056763],[-66.34734630584717,45.822265625],[-66.34521484375,45.82284927368164],[-66.34033203125,45.82400465011597],[-66.33544921875,45.82490587234497],[-66.33056640625,45.82599449157715],[-66.32994174957275,45.826171875],[-66.32568359375,45.827292919158936],[-66.32080078125,45.82831573486328],[-66.31591796875,45.82930898666382],[-66.31306648254395,45.830078125],[-66.31103515625,45.83063840866089],[-66.30615234375,45.831793785095215],[-66.30126953125,45.83267021179199],[-66.29638671875,45.83370590209961],[-66.29538059234619,45.833984375],[-66.29150390625,45.83499574661255],[-66.28662109375,45.83601713180542],[-66.28173828125,45.836952209472656],[-66.27806186676025,45.837890625],[-66.27685546875,45.838218688964844],[-66.27197265625,45.839430809020996],[-66.26708984375,45.84035634994507],[-66.26220703125,45.841392040252686],[-66.2607479095459,45.841796875],[-66.25732421875,45.84271240234375],[-66.25244140625,45.84377861022949],[-66.24755859375,45.84472990036011],[-66.24374389648438,45.845703125],[-66.24267578125,45.84599447250366],[-66.23779296875,45.84721279144287],[-66.23291015625,45.848130226135254],[-66.22802734375,45.849135398864746],[-66.22629165649414,45.849609375],[-66.22314453125,45.850449085235596],[-66.21826171875,45.851523876190186],[-66.21337890625,45.85244703292847],[-66.20898723602295,45.853515625],[-66.20849609375,45.853647232055664],[-66.20361328125,45.854880809783936],[-66.19873046875,45.85581874847412],[-66.19384765625,45.85680389404297],[-66.19156837463379,45.857421875],[-66.18896484375,45.858126640319824],[-66.18408203125,45.85923624038696],[-66.17919921875,45.86013412475586],[-66.17431640625,45.86125326156616],[-66.17405414581299,45.861328125],[-66.16943359375,45.86252021789551],[-66.16455078125,45.86349821090698],[-66.15966796875,45.86446571350098],[-66.15679264068604,45.865234375],[-66.15478515625,45.86578559875488],[-66.14990234375,45.866941928863525],[-66.14501953125,45.867820262908936],[-66.14013671875,45.868857860565186],[-66.13911628723145,45.869140625],[-66.13525390625,45.870150566101074],[-66.13037109375,45.871174335479736],[-66.12548828125,45.87211036682129],[-66.12180709838867,45.873046875],[-66.12060546875,45.873372077941895],[-66.11572265625,45.87456941604614],[-66.11083984375,45.87546968460083],[-66.10595703125,45.876463413238525],[-66.10415458679199,45.876953125],[-66.10107421875,45.87777280807495],[-66.09619140625,45.87884283065796],[-66.09130859375,45.87975025177002],[-66.08666896820068,45.880859375],[-66.08642578125,45.88092374801636],[-66.08154296875,45.88216495513916],[-66.07666015625,45.88311052322388],[-66.07177734375,45.884079456329346],[-66.06921672821045,45.884765625],[-66.06689453125,45.88539409637451],[-66.06201171875,45.88651895523071],[-66.05712890625,45.88740110397339],[-66.05224609375,45.88846969604492],[-66.05152130126953,45.888671875],[-66.04736328125,45.8897500038147],[-66.04248046875,45.89074993133545],[-66.03759765625,45.891687870025635],[-66.03414058685303,45.892578125],[-66.03271484375,45.892963886260986],[-66.02783203125,45.89414119720459],[-66.02294921875,45.89501094818115],[-66.01806640625,45.89596939086914],[-66.0161304473877,45.896484375],[-66.01318359375,45.89725589752197],[-66.00830078125,45.89831829071045],[-66.00341796875,45.89919471740723],[-65.99853515625,45.900299072265625],[-65.99820613861084,45.900390625],[-65.99365234375,45.901554107666016],[-65.98876953125,45.9025182723999],[-65.98388671875,45.90345335006714],[-65.98065376281738,45.904296875],[-65.97900390625,45.90474557876587],[-65.97412109375,45.90591287612915],[-65.96923828125,45.90678262710571],[-65.96435546875,45.90777015686035],[-65.96275329589844,45.908203125],[-65.95947265625,45.90906286239624],[-65.95458984375,45.91010904312134],[-65.94970703125,45.911009788513184],[-65.94508647918701,45.912109375],[-65.94482421875,45.91217851638794],[-65.93994140625,45.9134087562561],[-65.93505859375,45.91434717178345],[-65.93017578125,45.91530179977417],[-65.92750072479248,45.916015625],[-65.92529296875,45.91661500930786],[-65.92041015625,45.91775894165039],[-65.91552734375,45.91865587234497],[-65.91064453125,45.919737339019775],[-65.9099817276001,45.919921875],[-65.90576171875,45.9210147857666],[-65.90087890625,45.92200422286987],[-65.89599609375,45.92293453216553],[-65.89247703552246,45.923828125],[-65.89111328125,45.9241943359375],[-65.88623046875,45.92536211013794],[-65.88134765625,45.92623281478882],[-65.87646484375,45.927188873291016],[-65.87442398071289,45.927734375],[-65.87158203125,45.92848587036133],[-65.86669921875,45.92957305908203],[-65.86181640625,45.930481910705566],[-65.85693359375,45.93163347244263],[-65.85690975189209,45.931640625],[-65.85205078125,45.93288230895996],[-65.84716796875,45.933833599090576],[-65.84228515625,45.9347882270813],[-65.83943843841553,45.935546875],[-65.83740234375,45.93610334396362],[-65.83251953125,45.9372501373291],[-65.82763671875,45.938114166259766],[-65.82275390625,45.93912410736084],[-65.82154273986816,45.939453125],[-65.81787109375,45.94040250778198],[-65.81298828125,45.94142389297485],[-65.80810546875,45.9423394203186],[-65.80397129058838,45.943359375],[-65.80322265625,45.9435601234436],[-65.79833984375,45.9447717666626],[-65.79345703125,45.945680141448975],[-65.78857421875,45.946627616882324],[-65.78616619110107,45.947265625],[-65.78369140625,45.947922706604004],[-65.77880859375,45.9490270614624],[-65.77392578125,45.949902057647705],[-65.76904296875,45.95097255706787],[-65.76832294464111,45.951171875],[-65.76416015625,45.95224666595459],[-65.75927734375,45.95323085784912],[-65.75439453125,45.954158306121826],[-65.75080394744873,45.955078125],[-65.74951171875,45.95542860031128],[-65.74462890625,45.95661020278931],[-65.73974609375,45.95748472213745],[-65.73486328125,45.9584379196167],[-65.73280334472656,45.958984375],[-65.72998046875,45.95972681045532],[-65.72509765625,45.96079921722412],[-65.72021484375,45.96166801452637],[-65.71533203125,45.962746143341064],[-65.71480751037598,45.962890625],[-65.71044921875,45.96400165557861],[-65.70556640625,45.9649715423584],[-65.70068359375,45.96589136123657],[-65.69712162017822,45.966796875],[-65.69580078125,45.967151165008545],[-65.69091796875,45.968326568603516],[-65.68603515625,45.96919822692871],[-65.68115234375,45.970147132873535],[-65.67905902862549,45.970703125],[-65.67626953125,45.971436977386475],[-65.67138671875,45.9725136756897],[-65.66650390625,45.973379135131836],[-65.66162109375,45.974443435668945],[-65.66101551055908,45.974609375],[-65.65673828125,45.97569465637207],[-65.65185546875,45.976662158966064],[-65.64697265625,45.977567195892334],[-65.64316749572754,45.978515625],[-65.64208984375,45.97880220413208],[-65.63720703125,45.979979515075684],[-65.63232421875,45.980857372283936],[-65.62744140625,45.98179817199707],[-65.62508583068848,45.982421875],[-65.62255859375,45.98309326171875],[-65.61767578125,45.98418569564819],[-65.61279296875,45.9850287437439],[-65.60791015625,45.98603534698486],[-65.6068229675293,45.986328125],[-65.60302734375,45.98729944229126],[-65.59814453125,45.9883017539978],[-65.59326171875,45.98919153213501],[-65.58888912200928,45.990234375],[-65.58837890625,45.99036693572998],[-65.58349609375,45.99156188964844],[-65.57861328125,45.99246263504028],[-65.57373046875,45.99339246749878],[-65.57090759277344,45.994140625],[-65.56884765625,45.994699478149414],[-65.56396484375,45.995834827423096],[-65.55908203125,45.99667406082153],[-65.55419921875,45.99764585494995],[-65.55270671844482,45.998046875],[-65.54931640625,45.99892568588257],[-65.54443359375,45.99995708465576],[-65.53955078125,46.00083351135254],[-65.53469657897949,46.001953125],[-65.53466796875,46.00196075439453],[-65.52978515625,46.00317859649658],[-65.52490234375,46.004101276397705],[-65.52001953125,46.005011558532715],[-65.51671504974365,46.005859375],[-65.51513671875,46.006282806396484],[-65.51025390625,46.007434368133545],[-65.50537109375,46.00828266143799],[-65.50048828125,46.00923299789429],[-65.49849510192871,46.009765625],[-65.49560546875,46.010528564453125],[-65.49072265625,46.01159143447876],[-65.48583984375,46.01244640350342],[-65.48095703125,46.01351547241211],[-65.48038959503174,46.013671875],[-65.47607421875,46.014771938323975],[-65.47119140625,46.01573467254639],[-65.46630859375,46.01663112640381],[-65.46247959136963,46.017578125],[-65.46142578125,46.01785755157471],[-65.45654296875,46.01903247833252],[-65.45166015625,46.01990604400635],[-65.44677734375,46.02084732055664],[-65.44437885284424,46.021484375],[-65.44189453125,46.022146701812744],[-65.43701171875,46.02322721481323],[-65.43212890625,46.02404546737671],[-65.42724609375,46.02502679824829],[-65.4258918762207,46.025390625],[-65.42236328125,46.02630043029785],[-65.41748046875,46.02730941772461],[-65.41259765625,46.0281720161438],[-65.40772914886475,46.029296875],[-65.40771484375,46.029300689697266],[-65.40283203125,46.030527114868164],[-65.39794921875,46.03145408630371],[-65.39306640625,46.03237009048462],[-65.38984298706055,46.033203125],[-65.38818359375,46.033650398254395],[-65.38330078125,46.0348014831543],[-65.37841796875,46.035643100738525],[-65.37353515625,46.036582469940186],[-65.37154197692871,46.037109375],[-65.36865234375,46.03786325454712],[-65.36376953125,46.03891611099243],[-65.35888671875,46.0397629737854],[-65.35400390625,46.0408148765564],[-65.35326957702637,46.041015625],[-65.34912109375,46.042073249816895],[-65.34423828125,46.04304218292236],[-65.33935546875,46.043922901153564],[-65.33521175384521,46.044921875],[-65.33447265625,46.04511499404907],[-65.32958984375,46.04629898071289],[-65.32470703125,46.04718208312988],[-65.31982421875,46.04810619354248],[-65.3170919418335,46.048828125],[-65.31494140625,46.049407958984375],[-65.31005859375,46.05052185058594],[-65.30517578125,46.051340103149414],[-65.30029296875,46.052287578582764],[-65.29860019683838,46.052734375],[-65.29541015625,46.05355262756348],[-65.29052734375,46.05457162857056],[-65.28564453125,46.05540704727173],[-65.28076171875,46.05646085739136],[-65.2800989151001,46.056640625],[-65.27587890625,46.05770444869995],[-65.27099609375,46.05865430831909],[-65.26611328125,46.0595269203186],[-65.26190757751465,46.060546875],[-65.26123046875,46.06072521209717],[-65.25634765625,46.061920166015625],[-65.25146484375,46.06279945373535],[-65.24658203125,46.06370735168457],[-65.24374008178711,46.064453125],[-65.24169921875,46.06500196456909],[-65.23681640625,46.06613254547119],[-65.23193359375,46.06696367263794],[-65.22705078125,46.06791353225708],[-65.22535800933838,46.068359375],[-65.22216796875,46.069175243377686],[-65.21728515625,46.07018995285034],[-65.21240234375,46.07101631164551],[-65.20751953125,46.072049617767334],[-65.20671844482422,46.072265625],[-65.20263671875,46.07329225540161],[-65.19775390625,46.07424974441528],[-65.19287109375,46.07511281967163],[-65.18839836120605,46.076171875],[-65.18798828125,46.07627868652344],[-65.18310546875,46.077473163604736],[-65.17822265625,46.078354835510254],[-65.17333984375,46.079232692718506],[-65.16997814178467,46.080078125],[-65.16845703125,46.08047914505005],[-65.16357421875,46.081618309020996],[-65.15869140625,46.08244800567627],[-65.15380859375,46.083354473114014],[-65.15140056610107,46.083984375],[-65.14892578125,46.08463478088379],[-65.14404296875,46.08571767807007],[-65.13916015625,46.0865421295166],[-65.13427734375,46.087522983551025],[-65.1328992843628,46.087890625],[-65.12939453125,46.08878755569458],[-65.12451171875,46.08978271484375],[-65.11962890625,46.09062671661377],[-65.11474609375,46.09172534942627],[-65.11448860168457,46.091796875],[-65.10986328125,46.092957973480225],[-65.10498046875,46.093886375427246],[-65.10009765625,46.094778537750244],[-65.09641170501709,46.095703125],[-65.09521484375,46.09602212905884],[-65.09033203125,46.09718036651611],[-65.08544921875,46.09802007675171],[-65.08056640625,46.098923683166504],[-65.07795333862305,46.099609375],[-65.07568359375,46.10021257400513],[-65.07080078125,46.101309299468994],[-65.06591796875,46.10212326049805],[-65.06103515625,46.10307550430298],[-65.05937576293945,46.103515625],[-65.05615234375,46.104344844818115],[-65.05126953125,46.10536432266235],[-65.04638671875,46.106204986572266],[-65.04150390625,46.10727071762085],[-65.04095077514648,46.107421875],[-65.03662109375,46.10850954055786],[-65.03173828125,46.109439849853516],[-65.02685546875,46.11028480529785],[-65.02240180969238,46.111328125],[-65.02197265625,46.1114387512207],[-65.01708984375,46.11262559890747],[-65.01220703125,46.11350727081299],[-65.00732421875,46.1143913269043],[-65.00397205352783,46.115234375],[-65.00244140625,46.11563777923584],[-64.99755859375,46.11676216125488],[-64.99267578125,46.11757946014404],[-64.98779296875,46.118475914001465],[-64.9852466583252,46.119140625],[-64.98291015625,46.1197566986084],[-64.97802734375,46.12083864212036],[-64.97314453125,46.12163686752319],[-64.96826171875,46.12257766723633],[-64.96649265289307,46.123046875],[-64.96337890625,46.12385272979736],[-64.95849609375,46.124868869781494],[-64.95361328125,46.12567377090454],[-64.94873046875,46.1266770362854],[-64.94770050048828,46.126953125],[-64.94384765625,46.12792491912842],[-64.93896484375,46.1288800239563],[-64.93408203125,46.129690170288086],[-64.92919921875,46.13075590133667],[-64.92881774902344,46.130859375],[-64.92431640625,46.13197660446167],[-64.91943359375,46.13288927078247],[-64.91455078125,46.13372230529785],[-64.91013526916504,46.134765625],[-64.90966796875,46.13488721847534],[-64.90478515625,46.136091232299805],[-64.89990234375,46.1369891166687],[-64.89501953125,46.13792324066162],[-64.8922061920166,46.138671875],[-64.89013671875,46.13923454284668],[-64.88525390625,46.1403489112854],[-64.88037109375,46.1411566734314],[-64.87548828125,46.142098903656006],[-64.87368583679199,46.142578125],[-64.87060546875,46.14337873458862],[-64.86572265625,46.144397258758545],[-64.86083984375,46.14520215988159],[-64.85595703125,46.146209716796875],[-64.85493659973145,46.146484375],[-64.85107421875,46.147462368011475],[-64.84619140625,46.148420333862305],[-64.84130859375,46.149240016937256],[-64.83642578125,46.150328159332275],[-64.83619689941406,46.150390625],[-64.83154296875,46.15154838562012],[-64.82666015625,46.15245819091797],[-64.82177734375,46.15330410003662],[-64.81759071350098,46.154296875],[-64.81689453125,46.15447664260864],[-64.81201171875,46.15564155578613],[-64.80712890625,46.15649461746216],[-64.80224609375,46.15735673904419],[-64.79885578155518,46.158203125],[-64.79736328125,46.15859413146973],[-64.79248046875,46.15972375869751],[-64.78759765625,46.16054010391235],[-64.78271484375,46.16143083572388],[-64.78011131286621,46.162109375],[-64.77783203125,46.162710666656494],[-64.77294921875,46.16379356384277],[-64.76806640625,46.16458225250244],[-64.76318359375,46.16550350189209],[-64.76123332977295,46.166015625],[-64.75830078125,46.16677188873291],[-64.75341796875,46.167794704437256],[-64.74853515625,46.16859436035156],[-64.74365234375,46.169575691223145],[-64.74234580993652,46.169921875],[-64.73876953125,46.170827865600586],[-64.73388671875,46.17180252075195],[-64.72900390625,46.17261981964111],[-64.72412109375,46.173672676086426],[-64.72354412078857,46.173828125],[-64.71923828125,46.174896240234375],[-64.71435546875,46.175819396972656],[-64.70947265625,46.17665195465088],[-64.70479488372803,46.177734375],[-64.70458984375,46.177786350250244],[-64.69970703125,46.17897844314575],[-64.69482421875,46.179853439331055],[-64.68994140625,46.18069934844971],[-64.6860408782959,46.181640625],[-64.68505859375,46.18189477920532],[-64.68017578125,46.183040618896484],[-64.67529296875,46.18387317657471],[-64.67041015625,46.184736251831055],[-64.66720581054688,46.185546875],[-64.66552734375,46.185988903045654],[-64.66064453125,46.18710803985596],[-64.65576171875,46.18790626525879],[-64.65087890625,46.188780784606934],[-64.6482801437378,46.189453125],[-64.64599609375,46.19005107879639],[-64.64111328125,46.19113206863403],[-64.63623046875,46.19191598892212],[-64.63134765625,46.192824840545654],[-64.62930202484131,46.193359375],[-64.62646484375,46.19409227371216],[-64.62158203125,46.19511842727661],[-64.61669921875,46.195897579193115],[-64.61181640625,46.196836948394775],[-64.61018085479736,46.197265625],[-64.60693359375,46.19809150695801],[-64.60205078125,46.19909048080444],[-64.59716796875,46.19990158081055],[-64.59228515625,46.20092964172363],[-64.591383934021,46.201171875],[-64.58740234375,46.20217514038086],[-64.58251953125,46.203110218048096],[-64.57763671875,46.203919410705566],[-64.57275390625,46.20500898361206],[-64.57250118255615,46.205078125],[-64.56787109375,46.20623445510864],[-64.56298828125,46.20713758468628],[-64.55810546875,46.20797061920166],[-64.55375671386719,46.208984375],[-64.55322265625,46.20912027359009],[-64.54833984375,46.21027851104736],[-64.54345703125,46.21112108230591],[-64.53857421875,46.211941719055176],[-64.53455924987793,46.212890625],[-64.53369140625,46.21311140060425],[-64.52880859375,46.21425533294678],[-64.52392578125,46.21509075164795],[-64.51904296875,46.21594190597534],[-64.51558589935303,46.216796875],[-64.51416015625,46.2171688079834],[-64.50927734375,46.21829128265381],[-64.50439453125,46.21909999847412],[-64.49951171875,46.219972133636475],[-64.49666976928711,46.220703125],[-64.49462890625,46.221240520477295],[-64.48974609375,46.22233295440674],[-64.48486328125,46.223114013671875],[-64.47998046875,46.224002838134766],[-64.47764873504639,46.224609375],[-64.47509765625,46.22527360916138],[-64.47021484375,46.226322650909424],[-64.46533203125,46.22709274291992],[-64.46044921875,46.228004455566406],[-64.45849418640137,46.228515625],[-64.45556640625,46.22926950454712],[-64.45068359375,46.23028898239136],[-64.44580078125,46.23107147216797],[-64.44091796875,46.23202991485596],[-64.43943500518799,46.232421875],[-64.43603515625,46.23328685760498],[-64.43115234375,46.23426055908203],[-64.42626953125,46.235036849975586],[-64.42138671875,46.23602104187012],[-64.42023277282715,46.236328125],[-64.41650390625,46.23726749420166],[-64.41162109375,46.23821973800659],[-64.40673828125,46.23900651931763],[-64.40185546875,46.2400279045105],[-64.40108299255371,46.240234375],[-64.39697265625,46.24125814437866],[-64.39208984375,46.242180824279785],[-64.38720703125,46.24297046661377],[-64.38232421875,46.244022846221924],[-64.38188552856445,46.244140625],[-64.37744140625,46.24523687362671],[-64.37255859375,46.2461371421814],[-64.36767578125,46.246933460235596],[-64.36279296875,46.24801683425903],[-64.36268329620361,46.248046875],[-64.35791015625,46.24921274185181],[-64.35302734375,46.250091552734375],[-64.34814453125,46.25089406967163],[-64.34348106384277,46.251953125],[-64.34326171875,46.25200843811035],[-64.33837890625,46.2531852722168],[-64.33349609375,46.25404453277588],[-64.32861328125,46.25485277175903],[-64.32426452636719,46.255859375],[-64.32373046875,46.25599479675293],[-64.31884765625,46.25715398788452],[-64.31396484375,46.25799512863159],[-64.30908203125,46.258809089660645],[-64.30502414703369,46.259765625],[-64.30419921875,46.25997543334961],[-64.29931640625,46.2611198425293],[-64.29443359375,46.26194429397583],[-64.28955078125,46.26276445388794],[-64.28576469421387,46.263671875],[-64.28466796875,46.26395225524902],[-64.27978515625,46.26508283615112],[-64.27490234375,46.265892028808594],[-64.27001953125,46.266716957092285],[-64.26648139953613,46.267578125],[-64.26513671875,46.26792335510254],[-64.26025390625,46.269042015075684],[-64.25537109375,46.269837379455566],[-64.25048828125,46.27066707611084],[-64.24717426300049,46.271484375],[-64.24560546875,46.271889209747314],[-64.24072265625,46.27299690246582],[-64.23583984375,46.27377986907959],[-64.23095703125,46.27461338043213],[-64.22784328460693,46.275390625],[-64.22607421875,46.27584791183472],[-64.22119140625,46.2769455909729],[-64.21630859375,46.27771806716919],[-64.21142578125,46.278554916381836],[-64.20847415924072,46.279296875],[-64.20654296875,46.27979803085327],[-64.20166015625,46.280884742736816],[-64.19677734375,46.281649112701416],[-64.19189453125,46.28249168395996],[-64.18908596038818,46.283203125],[-64.18701171875,46.28374147415161],[-64.18212890625,46.28481912612915],[-64.17724609375,46.285576820373535],[-64.17236328125,46.286423683166504],[-64.16967391967773,46.287109375],[-64.16748046875,46.28767919540405],[-64.16259765625,46.28874921798706],[-64.15771484375,46.28950071334839],[-64.15283203125,46.29035139083862],[-64.15024280548096,46.291015625],[-64.14794921875,46.291611671447754],[-64.14306640625,46.29267454147339],[-64.13818359375,46.29342031478882],[-64.13330078125,46.294273376464844],[-64.13077354431152,46.294921875],[-64.12841796875,46.29553270339966],[-64.12353515625,46.29658794403076],[-64.11865234375,46.297332763671875],[-64.11376953125,46.29819059371948],[-64.11128997802734,46.298828125],[-64.10888671875,46.299450397491455],[-64.10400390625,46.3004994392395],[-64.09912109375,46.3012433052063],[-64.09423828125,46.302103996276855],[-64.09178733825684,46.302734375],[-64.08935546875,46.30336380004883],[-64.08447265625,46.30440855026245],[-64.07958984375,46.30515098571777],[-64.07470703125,46.30601263046265],[-64.072265625,46.306640625],[-64.06982421875,46.3072714805603],[-64.06494140625,46.30831527709961],[-64.06005859375,46.309056758880615],[-64.05517578125,46.30991744995117],[-64.05272483825684,46.310546875],[-64.05029296875,46.31117582321167],[-64.04541015625,46.31221914291382],[-64.04052734375,46.312960147857666],[-64.03564453125,46.31381845474243],[-64.03316974639893,46.314453125],[-64.03076171875,46.31507587432861],[-64.02587890625,46.31612157821655],[-64.02099609375,46.31686067581177],[-64.01611328125,46.31771469116211],[-64.01359558105469,46.318359375],[-64.01123046875,46.318971157073975],[-64.00634765625,46.32002067565918],[-64.00146484375,46.32075786590576],[-63.99658203125,46.321603298187256],[-63.99398326873779,46.322265625],[-63.99169921875,46.322855949401855],[-63.98681640625,46.32391023635864],[-63.98193359375,46.32464838027954],[-63.97705078125,46.32548713684082],[-63.97434711456299,46.326171875],[-63.97216796875,46.32673454284668],[-63.96728515625,46.32779407501221],[-63.96240234375,46.3285346031189],[-63.95751953125,46.32936668395996],[-63.954691886901855,46.330078125],[-63.95263671875,46.33060693740845],[-63.94775390625,46.33167314529419],[-63.94287109375,46.33241844177246],[-63.93798828125,46.33324337005615],[-63.93501281738281,46.333984375],[-63.93310546875,46.33447504043579],[-63.92822265625,46.335548877716064],[-63.92333984375,46.336299419403076],[-63.91845703125,46.33711624145508],[-63.91531467437744,46.337890625],[-63.91357421875,46.33833694458008],[-63.90869140625,46.33941984176636],[-63.90380859375,46.340177059173584],[-63.89892578125,46.34098529815674],[-63.89559745788574,46.341796875],[-63.89404296875,46.34219312667847],[-63.88916015625,46.34328651428223],[-63.88427734375,46.34405183792114],[-63.87939453125,46.34485149383545],[-63.87585163116455,46.345703125],[-63.87451171875,46.34604358673096],[-63.86962890625,46.34714603424072],[-63.86474609375,46.34791946411133],[-63.85986328125,46.34871196746826],[-63.85607719421387,46.349609375],[-63.85498046875,46.34988784790039],[-63.85009765625,46.35100078582764],[-63.84521484375,46.351784229278564],[-63.84033203125,46.35256814956665],[-63.83626461029053,46.353515625],[-63.83544921875,46.35372018814087],[-63.83056640625,46.35484743118286],[-63.82568359375,46.355645179748535],[-63.82080078125,46.35642099380493],[-63.81641864776611,46.357421875],[-63.81591796875,46.35754632949829],[-63.81103515625,46.358689308166504],[-63.80615234375,46.35950422286987],[-63.80126953125,46.3602728843689],[-63.79655361175537,46.361328125],[-63.79638671875,46.361369132995605],[-63.79150390625,46.362529277801514],[-63.78662109375,46.363362312316895],[-63.78173828125,46.364123821258545],[-63.77685546875,46.365188121795654],[-63.776679039001465,46.365234375],[-63.77197265625,46.36636734008789],[-63.76708984375,46.367220401763916],[-63.76220703125,46.36797380447388],[-63.75732421875,46.36900472640991],[-63.75680923461914,46.369140625],[-63.75244140625,46.370201587677],[-63.74755859375,46.37107563018799],[-63.74267578125,46.37181997299194],[-63.73779296875,46.37281894683838],[-63.73692512512207,46.373046875],[-63.73291015625,46.37403392791748],[-63.72802734375,46.37493276596069],[-63.72314453125,46.37566900253296],[-63.71826171875,46.37663507461548],[-63.71704578399658,46.376953125],[-63.71337890625,46.37786293029785],[-63.70849609375,46.37878751754761],[-63.70361328125,46.379518032073975],[-63.69873046875,46.38045072555542],[-63.69715690612793,46.380859375],[-63.69384765625,46.381688594818115],[-63.68896484375,46.38264179229736],[-63.68408203125,46.383366107940674],[-63.67919921875,46.384265422821045],[-63.677263259887695,46.384765625],[-63.67431640625,46.38551092147827],[-63.66943359375,46.3864951133728],[-63.66455078125,46.38721513748169],[-63.65966796875,46.388081073760986],[-63.6573600769043,46.388671875],[-63.65478515625,46.38933038711548],[-63.64990234375,46.39034843444824],[-63.64501953125,46.39106273651123],[-63.64013671875,46.391887187957764],[-63.63737106323242,46.392578125],[-63.63525390625,46.393118381500244],[-63.63037109375,46.39416742324829],[-63.62548828125,46.394893646240234],[-63.62060546875,46.395689487457275],[-63.6173152923584,46.396484375],[-63.61572265625,46.39688730239868],[-63.61083984375,46.397963523864746],[-63.60595703125,46.39871406555176],[-63.60107421875,46.39949178695679],[-63.59723091125488,46.400390625],[-63.59619140625,46.40065097808838],[-63.59130859375,46.40175771713257],[-63.58642578125,46.402535915374756],[-63.58154296875,46.403297901153564],[-63.57712745666504,46.404296875],[-63.57666015625,46.404412269592285],[-63.57177734375,46.40554714202881],[-63.56689453125,46.40635395050049],[-63.56201171875,46.40710210800171],[-63.55712890625,46.408161640167236],[-63.55697154998779,46.408203125],[-63.55224609375,46.40933084487915],[-63.54736328125,46.41017246246338],[-63.54248046875,46.4109091758728],[-63.53759765625,46.41191339492798],[-63.53684902191162,46.412109375],[-63.53271484375,46.4131121635437],[-63.52783203125,46.413994789123535],[-63.52294921875,46.414721965789795],[-63.51806640625,46.41567325592041],[-63.51674556732178,46.416015625],[-63.51318359375,46.41689586639404],[-63.50830078125,46.417824268341064],[-63.50341796875,46.418543338775635],[-63.49853515625,46.4194450378418],[-63.49668025970459,46.419921875],[-63.49365234375,46.42068290710449],[-63.48876953125,46.421656131744385],[-63.48388671875,46.42236614227295],[-63.47900390625,46.423218727111816],[-63.4766149520874,46.423828125],[-63.47412109375,46.42446565628052],[-63.46923828125,46.42548751831055],[-63.46435546875,46.426188945770264],[-63.45947265625,46.42698097229004],[-63.456363677978516,46.427734375],[-63.45458984375,46.42817974090576],[-63.44970703125,46.4292368888855],[-63.44482421875,46.429972648620605],[-63.43994140625,46.4307427406311],[-63.43605995178223,46.431640625],[-63.43505859375,46.43188953399658],[-63.43017578125,46.432987213134766],[-63.42529296875,46.43376064300537],[-63.42041015625,46.43451118469238],[-63.41573238372803,46.435546875],[-63.41552734375,46.43559694290161],[-63.41064453125,46.43674087524414],[-63.40576171875,46.43755578994751],[-63.40087890625,46.43828582763672],[-63.39599609375,46.43930244445801],[-63.395419120788574,46.439453125],[-63.39111328125,46.4404935836792],[-63.38623046875,46.44135904312134],[-63.38134765625,46.4420747756958],[-63.37646484375,46.443026542663574],[-63.375182151794434,46.443359375],[-63.37158203125,46.444246768951416],[-63.36669921875,46.445165157318115],[-63.36181640625,46.445871353149414],[-63.35693359375,46.44676208496094],[-63.3549690246582,46.447265625],[-63.35205078125,46.44799995422363],[-63.34716796875,46.448975563049316],[-63.34228515625,46.44967222213745],[-63.33740234375,46.45049524307251],[-63.33468437194824,46.451171875],[-63.33251953125,46.45172071456909],[-63.32763671875,46.452754497528076],[-63.32275390625,46.45346260070801],[-63.31787109375,46.45423126220703],[-63.314270973205566,46.455078125],[-63.31298828125,46.455397605895996],[-63.30810546875,46.45648002624512],[-63.30322265625,46.45723295211792],[-63.29833984375,46.457974910736084],[-63.29380512237549,46.458984375],[-63.29345703125,46.45907020568848],[-63.28857421875,46.46020317077637],[-63.28369140625,46.46100568771362],[-63.27880859375,46.46172857284546],[-63.27392578125,46.462740421295166],[-63.273348808288574,46.462890625],[-63.26904296875,46.46392297744751],[-63.26416015625,46.46478271484375],[-63.25927734375,46.46549081802368],[-63.25439453125,46.466426372528076],[-63.25295925140381,46.466796875],[-63.24951171875,46.46764945983887],[-63.24462890625,46.46857786178589],[-63.23974609375,46.469274044036865],[-63.23486328125,46.470136642456055],[-63.232645988464355,46.470703125],[-63.22998046875,46.47138023376465],[-63.22509765625,46.472384452819824],[-63.22021484375,46.47307777404785],[-63.21533203125,46.47386312484741],[-63.2122278213501,46.474609375],[-63.21044921875,46.47505235671997],[-63.20556640625,46.476102352142334],[-63.20068359375,46.476826667785645],[-63.19580078125,46.477571964263916],[-63.19161891937256,46.478515625],[-63.19091796875,46.47868633270264],[-63.18603515625,46.479793071746826],[-63.18115234375,46.48057317733765],[-63.17626953125,46.481297969818115],[-63.17138671875,46.482322692871094],[-63.17100524902344,46.482421875],[-63.16650390625,46.48349046707153],[-63.16162109375,46.484333515167236],[-63.15673828125,46.48503923416138],[-63.15185546875,46.48597955703735],[-63.1505012512207,46.486328125],[-63.14697265625,46.487194538116455],[-63.14208984375,46.48811197280884],[-63.13720703125,46.48880577087402],[-63.13232421875,46.48966693878174],[-63.13008785247803,46.490234375],[-63.12744140625,46.490901947021484],[-63.12255859375,46.491897106170654],[-63.11767578125,46.49258041381836],[-63.11279296875,46.49335050582886],[-63.10944080352783,46.494140625],[-63.10791015625,46.49451923370361],[-63.10302734375,46.49557447433472],[-63.09814453125,46.49630689620972],[-63.09326171875,46.49704074859619],[-63.08870315551758,46.498046875],[-63.08837890625,46.498125076293945],[-63.08349609375,46.49925088882446],[-63.07861328125,46.50004768371582],[-63.07373046875,46.50075626373291],[-63.06884765625,46.5017409324646],[-63.06802749633789,46.501953125],[-63.06396484375,46.50293207168579],[-63.05908203125,46.503804206848145],[-63.05419921875,46.50449466705322],[-63.04931640625,46.50538873672485],[-63.047471046447754,46.505859375],[-63.04443359375,46.50661659240723],[-63.03955078125,46.507572650909424],[-63.03466796875,46.50825071334839],[-63.02978515625,46.50904846191406],[-63.02683353424072,46.509765625],[-63.02490234375,46.51024866104126],[-63.02001953125,46.51128387451172],[-63.01513671875,46.51199007034302],[-63.01025390625,46.51272201538086],[-63.006014823913574,46.513671875],[-63.00537109375,46.51382923126221],[-63.00048828125,46.5149359703064],[-62.99560546875,46.51571083068848],[-62.99072265625,46.51641607284546],[-62.98583984375,46.51741313934326],[-62.98520088195801,46.517578125],[-62.98095703125,46.518590450286865],[-62.97607421875,46.51944589614868],[-62.97119140625,46.52013301849365],[-62.96630859375,46.5210280418396],[-62.96452522277832,46.521484375],[-62.96142578125,46.5222544670105],[-62.95654296875,46.523207664489746],[-62.95166015625,46.523881912231445],[-62.94677734375,46.52467107772827],[-62.943787574768066,46.525390625],[-62.94189453125,46.525859355926514],[-62.93701171875,46.526894092559814],[-62.93212890625,46.52760028839111],[-62.92724609375,46.52832365036011],[-62.92283058166504,46.529296875],[-62.92236328125,46.529409885406494],[-62.91748046875,46.530519008636475],[-62.91259765625,46.53130102157593],[-62.90771484375,46.53200149536133],[-62.90283203125,46.53297567367554],[-62.901949882507324,46.533203125],[-62.89794921875,46.53416299819946],[-62.89306640625,46.535035133361816],[-62.88818359375,46.53571701049805],[-62.88330078125,46.53658866882324],[-62.881245613098145,46.537109375],[-62.87841796875,46.5378155708313],[-62.87353515625,46.53878736495972],[-62.86865234375,46.539456367492676],[-62.86376953125,46.54021406173706],[-62.86032676696777,46.541015625],[-62.85888671875,46.541367530822754],[-62.85400390625,46.542418479919434],[-62.84912109375,46.54314422607422],[-62.84423828125,46.54385423660278],[-62.83935546875,46.5448956489563],[-62.83925533294678,46.544921875],[-62.83447265625,46.54603910446167],[-62.82958984375,46.54685163497925],[-62.82470703125,46.54753589630127],[-62.81982421875,46.5484619140625],[-62.81839370727539,46.548828125],[-62.81494140625,46.54967164993286],[-62.81005859375,46.550583362579346],[-62.80517578125,46.551249504089355],[-62.80029296875,46.55205965042114],[-62.797532081604004,46.552734375],[-62.79541015625,46.55326318740845],[-62.79052734375,46.5542778968811],[-62.78564453125,46.55496406555176],[-62.78076171875,46.55568313598633],[-62.77644157409668,46.556640625],[-62.77587890625,46.55677652359009],[-62.77099609375,46.55788040161133],[-62.76611328125,46.55865240097046],[-62.76123046875,46.55933856964111],[-62.75634765625,46.56030035018921],[-62.75538444519043,46.560546875],[-62.75146484375,46.56148862838745],[-62.74658203125,46.56236219406128],[-62.74169921875,46.56302547454834],[-62.73681640625,46.56386470794678],[-62.73447036743164,46.564453125],[-62.73193359375,46.5650897026062],[-62.72705078125,46.56608438491821],[-62.72216796875,46.56674861907959],[-62.71728515625,46.567466735839844],[-62.713303565979004,46.568359375],[-62.71240234375,46.5685772895813],[-62.70751953125,46.56965732574463],[-62.70263671875,46.57040739059448],[-62.69775390625,46.57109594345093],[-62.69287109375,46.572075843811035],[-62.692131996154785,46.572265625],[-62.68798828125,46.57324981689453],[-62.68310546875,46.57410478591919],[-62.67822265625,46.57477331161499],[-62.67333984375,46.57562971115112],[-62.671189308166504,46.576171875],[-62.66845703125,46.57685422897339],[-62.66357421875,46.57783222198486],[-62.65869140625,46.57848596572876],[-62.65380859375,46.57920742034912],[-62.64994144439697,46.580078125],[-62.64892578125,46.58032274246216],[-62.64404296875,46.58139133453369],[-62.63916015625,46.582130908966064],[-62.63427734375,46.58281707763672],[-62.62939453125,46.58379793167114],[-62.62866497039795,46.583984375],[-62.62451171875,46.584970474243164],[-62.61962890625,46.58582162857056],[-62.61474609375,46.58648633956909],[-62.60986328125,46.587342739105225],[-62.60768413543701,46.587890625],[-62.60498046875,46.5885648727417],[-62.60009765625,46.58953905105591],[-62.59521484375,46.590189933776855],[-62.59033203125,46.59090518951416],[-62.586350440979004,46.591796875],[-62.58544921875,46.592013359069824],[-62.58056640625,46.5930871963501],[-62.57568359375,46.59382915496826],[-62.57080078125,46.59450578689575],[-62.56591796875,46.59547233581543],[-62.565016746520996,46.595703125],[-62.56103515625,46.596654415130615],[-62.55615234375,46.59751510620117],[-62.55126953125,46.59816837310791],[-62.54638671875,46.59899616241455],[-62.543907165527344,46.599609375],[-62.54150390625,46.60020685195923],[-62.53662109375,46.60119867324829],[-62.53173828125,46.601858615875244],[-62.52685546875,46.60256052017212],[-62.522501945495605,46.603515625],[-62.52197265625,46.60364246368408],[-62.51708984375,46.60474109649658],[-62.51220703125,46.60550546646118],[-62.50732421875,46.6061692237854],[-62.50244140625,46.60709476470947],[-62.50115394592285,46.607421875],[-62.49755859375,46.60828924179077],[-62.49267578125,46.609182357788086],[-62.48779296875,46.60982847213745],[-62.48291015625,46.61060667037964],[-62.479867935180664,46.611328125],[-62.47802734375,46.6117787361145],[-62.47314453125,46.61280012130737],[-62.46826171875,46.613489627838135],[-62.46337890625,46.614173412323],[-62.45849609375,46.615195751190186],[-62.458343505859375,46.615234375],[-62.45361328125,46.616328716278076],[-62.44873046875,46.617133140563965],[-62.44384765625,46.617791175842285],[-62.43896484375,46.61866521835327],[-62.4370813369751,46.619140625],[-62.43408203125,46.61987924575806],[-62.42919921875,46.62082624435425],[-62.42431640625,46.621466636657715],[-62.41943359375,46.62218523025513],[-62.4155855178833,46.623046875],[-62.41455078125,46.623294830322266],[-62.40966796875,46.62435436248779],[-62.40478515625,46.625083923339844],[-62.39990234375,46.6257529258728],[-62.39501953125,46.62670707702637],[-62.39405155181885,46.626953125],[-62.39013671875,46.62788534164429],[-62.38525390625,46.62874794006348],[-62.38037109375,46.62939500808716],[-62.37548828125,46.63019847869873],[-62.372732162475586,46.630859375],[-62.37060546875,46.6313796043396],[-62.36572265625,46.63237428665161],[-62.36083984375,46.633042335510254],[-62.35595703125,46.633723735809326],[-62.35107421875,46.63475513458252],[-62.351036071777344,46.634765625],[-62.34619140625,46.63587951660156],[-62.34130859375,46.63667058944702],[-62.33642578125,46.63732051849365],[-62.33154296875,46.63819456100464],[-62.32964515686035,46.638671875],[-62.32666015625,46.639404296875],[-62.32177734375,46.640345096588135],[-62.31689453125,46.640979290008545],[-62.31201171875,46.641690731048584],[-62.308034896850586,46.642578125],[-62.30712890625,46.64279508590698],[-62.30224609375,46.64386320114136],[-62.29736328125,46.6445951461792],[-62.29248046875,46.64524841308594],[-62.28759765625,46.64617586135864],[-62.286376953125,46.646484375],[-62.28271484375,46.64736080169678],[-62.27783203125,46.64824104309082],[-62.27294921875,46.648874282836914],[-62.26806640625,46.64963436126709],[-62.26481914520264,46.650390625],[-62.26318359375,46.65078783035278],[-62.25830078125,46.65181493759155],[-62.25341796875,46.652507305145264],[-62.24853515625,46.65316963195801],[-62.24365234375,46.65414571762085],[-62.243056297302246,46.654296875],[-62.23876953125,46.65529918670654],[-62.23388671875,46.65613031387329],[-62.22900390625,46.656765937805176],[-62.22412109375,46.657572746276855],[-62.22151279449463,46.658203125],[-62.21923828125,46.65875959396362],[-62.21435546875,46.6597466468811],[-62.20947265625,46.66040325164795],[-62.20458984375,46.6610746383667],[-62.19970703125,46.66209554672241],[-62.1996545791626,46.662109375],[-62.19482421875,46.66321325302124],[-62.18994140625,46.66400146484375],[-62.18505859375,46.66464328765869],[-62.18017578125,46.66549873352051],[-62.17811107635498,46.666015625],[-62.17529296875,46.666709899902344],[-62.17041015625,46.667664527893066],[-62.16552734375,46.66829013824463],[-62.16064453125,46.66896724700928],[-62.15620040893555,46.669921875],[-62.15576171875,46.67002487182617],[-62.15087890625,46.67111110687256],[-62.14599609375,46.671865940093994],[-62.14111328125,46.67250871658325],[-62.13623046875,46.67339468002319],[-62.134504318237305,46.673828125],[-62.13134765625,46.67459678649902],[-62.12646484375,46.67551612854004],[-62.12158203125,46.676138401031494],[-62.11669921875,46.676841259002686],[-62.11265563964844,46.677734375],[-62.11181640625,46.67793369293213],[-62.10693359375,46.67899751663208],[-62.10205078125,46.67972421646118],[-62.09716796875,46.680363178253174],[-62.09228515625,46.681264877319336],[-62.09078788757324,46.681640625],[-62.08740234375,46.68245506286621],[-62.08251953125,46.68335199356079],[-62.07763671875,46.683974266052246],[-62.07275390625,46.68469285964966],[-62.068939208984375,46.685546875],[-62.06787109375,46.68580150604248],[-62.06298828125,46.68685340881348],[-62.05810546875,46.68756914138794],[-62.05322265625,46.68820667266846],[-62.04833984375,46.68911552429199],[-62.04699516296387,46.689453125],[-62.04345703125,46.69029903411865],[-62.03857421875,46.691184997558594],[-62.03369140625,46.6918044090271],[-62.02880859375,46.69252634048462],[-62.025089263916016,46.693359375],[-62.02392578125,46.693636894226074],[-62.01904296875,46.69468069076538],[-62.01416015625,46.6953911781311],[-62.00927734375,46.696030139923096],[-62.00439453125,46.696943283081055],[-62.003111839294434,46.697265625],[-61.99951171875,46.69812488555908],[-61.99462890625,46.69900703430176],[-61.98974609375,46.69962406158447],[-61.98486328125,46.7003436088562],[-61.9811487197876,46.701171875],[-61.97998046875,46.70144844055176],[-61.97509765625,46.702486991882324],[-61.97021484375,46.703195095062256],[-61.96533203125,46.70383358001709],[-61.96044921875,46.7047438621521],[-61.95911884307861,46.705078125],[-61.95556640625,46.70592641830444],[-61.95068359375,46.70680904388428],[-61.94580078125,46.70742225646973],[-61.94091796875,46.708136558532715],[-61.93709373474121,46.708984375],[-61.93603515625,46.709235191345215],[-61.93115234375,46.71027660369873],[-61.92626953125,46.71098566055298],[-61.92138671875,46.711617946624756],[-61.91650390625,46.71251726150513],[-61.915011405944824,46.712890625],[-61.91162109375,46.71370458602905],[-61.90673828125,46.71459770202637],[-61.90185546875,46.715208530426025],[-61.89697265625,46.71590805053711],[-61.892924308776855,46.716796875],[-61.89208984375,46.716994285583496],[-61.88720703125,46.718050956726074],[-61.88232421875,46.718770027160645],[-61.87744140625,46.7193922996521],[-61.87255859375,46.72026586532593],[-61.87080383300781,46.720703125],[-61.86767578125,46.72145986557007],[-61.86279296875,46.722376346588135],[-61.85791015625,46.722986698150635],[-61.85302734375,46.723660469055176],[-61.84858798980713,46.724609375],[-61.84814453125,46.72471332550049],[-61.84326171875,46.72579574584961],[-61.83837890625,46.72654676437378],[-61.83349609375,46.72716999053955],[-61.82861328125,46.728020668029785],[-61.82662010192871,46.728515625],[-61.82373046875,46.72921943664551],[-61.81884765625,46.730159282684326],[-61.81396484375,46.73077058792114],[-61.80908203125,46.73142099380493],[-61.80426597595215,46.732421875],[-61.80419921875,46.73243713378906],[-61.79931640625,46.73353815078735],[-61.79443359375,46.734309673309326],[-61.78955078125,46.7349214553833],[-61.78466796875,46.73572540283203],[-61.78215026855469,46.736328125],[-61.77978515625,46.736897468566895],[-61.77490234375,46.7378625869751],[-61.77001953125,46.73849868774414],[-61.76513671875,46.73913908004761],[-61.76025390625,46.74011039733887],[-61.75975799560547,46.740234375],[-61.75537109375,46.741244316101074],[-61.75048828125,46.742053508758545],[-61.74560546875,46.74266004562378],[-61.74072265625,46.74341869354248],[-61.73757553100586,46.744140625],[-61.73583984375,46.744553089141846],[-61.73095703125,46.74554777145386],[-61.72607421875,46.746212005615234],[-61.72119140625,46.74683713912964],[-61.71630859375,46.74775505065918],[-61.7151403427124,46.748046875],[-61.71142578125,46.74892234802246],[-61.70654296875,46.749783515930176],[-61.70166015625,46.750383377075195],[-61.69677734375,46.751086711883545],[-61.692824363708496,46.751953125],[-61.69189453125,46.752171993255615],[-61.68701171875,46.75321388244629],[-61.68212890625,46.75392198562622],[-61.67724609375,46.75453424453735],[-61.67236328125,46.755393505096436],[-61.67048454284668,46.755859375],[-61.66748046875,46.75658655166626],[-61.66259765625,46.75751066207886],[-61.65771484375,46.7581090927124],[-61.65283203125,46.758750915527344],[-61.64794921875,46.75975751876831],[-61.647915840148926,46.759765625],[-61.64306640625,46.76085805892944],[-61.63818359375,46.76162910461426],[-61.63330078125,46.76222848892212],[-61.62841796875,46.76300525665283],[-61.625566482543945,46.763671875],[-61.62353515625,46.76415777206421],[-61.61865234375,46.76513957977295],[-61.61376953125,46.76578760147095],[-61.60888671875,46.76640748977661],[-61.60400390625,46.767333030700684],[-61.6030216217041,46.767578125],[-61.59912109375,46.76848888397217],[-61.59423828125,46.76933431625366],[-61.58935546875,46.7699294090271],[-61.58447265625,46.77062797546387],[-61.58053398132324,46.771484375],[-61.57958984375,46.77170467376709],[-61.57470703125,46.77274465560913],[-61.56982421875,46.773454666137695],[-61.56494140625,46.77406120300293],[-61.56005859375,46.774906635284424],[-61.55808925628662,46.775390625],[-61.55517578125,46.77609300613403],[-61.55029296875,46.77701950073242],[-61.54541015625,46.77761507034302],[-61.54052734375,46.7782416343689],[-61.53564453125,46.77922058105469],[-61.53533935546875,46.779296875],[-61.53076171875,46.780335426330566],[-61.52587890625,46.781124114990234],[-61.52099609375,46.781718730926514],[-61.51611328125,46.78246879577637],[-61.51288032531738,46.783203125],[-61.51123046875,46.78359317779541],[-61.50634765625,46.784584522247314],[-61.50146484375,46.78524398803711],[-61.49658203125,46.7858510017395],[-61.49169921875,46.786736488342285],[-61.49019241333008,46.787109375],[-61.48681640625,46.78791093826294],[-61.48193359375,46.788795471191406],[-61.47705078125,46.789382457733154],[-61.47216796875,46.79003381729126],[-61.46744728088379,46.791015625],[-61.46728515625,46.79105234146118],[-61.46240234375,46.7921347618103],[-61.45751953125,46.792887687683105],[-61.45263671875,46.7934775352478],[-61.44775390625,46.79424715042114],[-61.44484043121338,46.794921875],[-61.44287109375,46.7953896522522],[-61.43798828125,46.796366691589355],[-61.43310546875,46.79700946807861],[-61.42822265625,46.79761457443237],[-61.42333984375,46.79851293563843],[-61.4220666885376,46.798828125],[-61.41845703125,46.799675941467285],[-61.41357421875,46.80054044723511],[-61.40869140625,46.80112648010254],[-61.40380859375,46.80178689956665],[-61.39928340911865,46.802734375],[-61.39892578125,46.80281591415405],[-61.39404296875,46.803887367248535],[-61.38916015625,46.80462980270386],[-61.38427734375,46.805216789245605],[-61.37939453125,46.805988788604736],[-61.3765811920166,46.806640625],[-61.37451171875,46.807129859924316],[-61.36962890625,46.80809783935547],[-61.36474609375,46.80873441696167],[-61.35986328125,46.80933856964111],[-61.35498046875,46.810237407684326],[-61.35373115539551,46.810546875],[-61.35009765625,46.811399936676025],[-61.34521484375,46.81226062774658],[-61.34033203125,46.81283664703369],[-61.33544921875,46.81348657608032],[-61.33079528808594,46.814453125],[-61.33056640625,46.814505100250244],[-61.32568359375,46.81557846069336],[-61.32080078125,46.81632375717163],[-61.31591796875,46.816909313201904],[-61.31103515625,46.817673206329346],[-61.308040618896484,46.818359375],[-61.30615234375,46.81880331039429],[-61.30126953125,46.81977462768555],[-61.29638671875,46.8204140663147],[-61.29150390625,46.82100820541382],[-61.28662109375,46.821884632110596],[-61.28507614135742,46.822265625],[-61.28173828125,46.823055267333984],[-61.27685546875,46.82393980026245],[-61.27197265625,46.82451629638672],[-61.26708984375,46.825143337249756],[-61.26220703125,46.82612609863281],[-61.2620210647583,46.826171875],[-61.25732421875,46.827223777770996],[-61.25244140625,46.82799577713013],[-61.24755859375,46.828571796417236],[-61.24267578125,46.82929229736328],[-61.23912811279297,46.830078125],[-61.23779296875,46.830389976501465],[-61.23291015625,46.83139896392822],[-61.22802734375,46.83207368850708],[-61.22314453125,46.83265495300293],[-61.21826171875,46.83347988128662],[-61.216163635253906,46.833984375],[-61.21337890625,46.83464574813843],[-61.20849609375,46.835569858551025],[-61.20361328125,46.83616638183594],[-61.19873046875,46.83676767349243],[-61.19384765625,46.83769512176514],[-61.19305610656738,46.837890625],[-61.18896484375,46.838829040527344],[-61.18408203125,46.839648723602295],[-61.17919921875,46.840219020843506],[-61.17431640625,46.840885162353516],[-61.16996765136719,46.841796875],[-61.16943359375,46.84191846847534],[-61.16455078125,46.84296798706055],[-61.15966796875,46.84369134902954],[-61.15478515625,46.84426927566528],[-61.14990234375,46.84503364562988],[-61.14696502685547,46.845703125],[-61.14501953125,46.84615707397461],[-61.14013671875,46.84711790084839],[-61.13525390625,46.8477520942688],[-61.13037109375,46.84833812713623],[-61.12548828125,46.8491997718811],[-61.12381935119629,46.849609375],[-61.12060546875,46.85037088394165],[-61.11572265625,46.85126352310181],[-61.11083984375,46.85183000564575],[-61.10595703125,46.8524284362793],[-61.10107421875,46.85337162017822],[-61.10048770904541,46.853515625],[-61.09619140625,46.85448884963989],[-61.09130859375,46.85528755187988],[-61.08642578125,46.85585403442383],[-61.08154296875,46.85653066635132],[-61.07733726501465,46.857421875],[-61.07666015625,46.857576847076416],[-61.07177734375,46.85861682891846],[-61.06689453125,46.85932683944702],[-61.06201171875,46.85989427566528],[-61.05712890625,46.86065053939819],[-61.05414867401123,46.861328125],[-61.05224609375,46.8617730140686],[-61.04736328125,46.86274194717407],[-61.04248046875,46.86337757110596],[-61.03759765625,46.86395311355591],[-61.03271484375,46.86479663848877],[-61.03091239929199,46.865234375],[-61.02783203125,46.8659610748291],[-61.02294921875,46.86686134338379],[-61.01806640625,46.86743783950806],[-61.01318359375,46.8680305480957],[-61.00830078125,46.86895513534546],[-61.00754737854004,46.869140625],[-61.00341796875,46.87008190155029],[-60.99853515625,46.870893478393555],[-60.99365234375,46.87145233154297],[-60.98876953125,46.872100830078125],[-60.98416805267334,46.873046875],[-60.98388671875,46.87311029434204],[-60.97900390625,46.87417030334473],[-60.97412109375,46.874906063079834],[-60.96923828125,46.87546968460083],[-60.96435546875,46.87619209289551],[-60.96088886260986,46.876953125],[-60.95947265625,46.877278327941895],[-60.95458984375,46.8782639503479],[-60.94970703125,46.87892436981201],[-60.94482421875,46.87949323654175],[-60.93994140625,46.88029098510742],[-60.93750476837158,46.880859375],[-60.93505859375,46.881431102752686],[-60.93017578125,46.88235902786255],[-60.92529296875,46.882956981658936],[-60.92041015625,46.88353109359741],[-60.91552734375,46.88439893722534],[-60.91402530670166,46.884765625],[-60.91064453125,46.885557651519775],[-60.90576171875,46.886430740356445],[-60.90087890625,46.886988162994385],[-60.89599609375,46.88758039474487],[-60.89111328125,46.888512134552],[-60.89046001434326,46.888671875],[-60.88623046875,46.88962697982788],[-60.88134765625,46.89042663574219],[-60.87646484375,46.89098262786865],[-60.87158203125,46.891632080078125],[-60.86698532104492,46.892578125],[-60.86669921875,46.89264249801636],[-60.86181640625,46.89370155334473],[-60.85693359375,46.89443302154541],[-60.85205078125,46.894986629486084],[-60.84716796875,46.895689964294434],[-60.843496322631836,46.896484375],[-60.84228515625,46.896761417388916],[-60.83740234375,46.897764682769775],[-60.83251953125,46.89844036102295],[-60.82763671875,46.898996353149414],[-60.82275390625,46.89975690841675],[-60.81995964050293,46.900390625],[-60.81787109375,46.90087270736694],[-60.81298828125,46.90181875228882],[-60.80810546875,46.90244007110596],[-60.80322265625,46.9030065536499],[-60.79833984375,46.903833866119385],[-60.79638957977295,46.904296875],[-60.79345703125,46.90497970581055],[-60.78857421875,46.905874729156494],[-60.78369140625,46.90644645690918],[-60.77880859375,46.90701866149902],[-60.77392578125,46.90790128707886],[-60.77268600463867,46.908203125],[-60.76904296875,46.90904426574707],[-60.76416015625,46.9098916053772],[-60.75927734375,46.910438537597656],[-60.75439453125,46.911030769348145],[-60.74951171875,46.91196393966675],[-60.748915672302246,46.912109375],[-60.74462890625,46.91307210922241],[-60.73974609375,46.913864612579346],[-60.73486328125,46.91441106796265],[-60.72998046875,46.91504764556885],[-60.72520732879639,46.916015625],[-60.72509765625,46.91603994369507],[-60.72021484375,46.9171028137207],[-60.71533203125,46.91784143447876],[-60.71044921875,46.9183874130249],[-60.70556640625,46.9190673828125],[-60.70152759552002,46.919921875],[-60.70068359375,46.920114040374756],[-60.69580078125,46.92113447189331],[-60.69091796875,46.92182445526123],[-60.68603515625,46.92236852645874],[-60.68115234375,46.92308807373047],[-60.67777156829834,46.923828125],[-60.67626953125,46.924171924591064],[-60.67138671875,46.92515182495117],[-60.66650390625,46.92580461502075],[-60.66162109375,46.92635202407837],[-60.65673828125,46.92711353302002],[-60.65399169921875,46.927734375],[-60.65185546875,46.928224086761475],[-60.64697265625,46.929163455963135],[-60.64208984375,46.929779052734375],[-60.63720703125,46.93033409118652],[-60.63232421875,46.93113994598389],[-60.630173683166504,46.931640625],[-60.62744140625,46.932270526885986],[-60.62255859375,46.933170318603516],[-60.61767578125,46.933749198913574],[-60.61279296875,46.93430852890015],[-60.60791015625,46.93515682220459],[-60.60628414154053,46.935546875],[-60.60302734375,46.93630075454712],[-60.59814453125,46.937172412872314],[-60.59326171875,46.937721252441406],[-60.58837890625,46.93828296661377],[-60.58349609375,46.939162731170654],[-60.58229923248291,46.939453125],[-60.57861328125,46.940298557281494],[-60.57373046875,46.94113826751709],[-60.56884765625,46.9416766166687],[-60.56396484375,46.942254066467285],[-60.55908203125,46.94316577911377],[-60.55828094482422,46.943359375],[-60.55419921875,46.94428014755249],[-60.54931640625,46.94508504867554],[-60.54443359375,46.94562292098999],[-60.53955078125,46.94622755050659],[-60.53466796875,46.94717359542847],[-60.53428649902344,46.947265625],[-60.52978515625,46.948262214660645],[-60.52490234375,46.94903326034546],[-60.52001953125,46.949570178985596],[-60.51513671875,46.950199604034424],[-60.510287284851074,46.951171875],[-60.51025390625,46.95117950439453],[-60.50537109375,46.952242851257324],[-60.50048828125,46.952982902526855],[-60.49560546875,46.9535174369812],[-60.49072265625,46.95416736602783],[-60.48625946044922,46.955078125],[-60.48583984375,46.95517110824585],[-60.48095703125,46.95620822906494],[-60.47607421875,46.95692491531372],[-60.47119140625,46.95745849609375],[-60.46630859375,46.95812797546387],[-60.46217918395996,46.958984375],[-60.46142578125,46.95915222167969],[-60.45654296875,46.96016597747803],[-60.45166015625,46.96085977554321],[-60.44677734375,46.96139192581177],[-60.44189453125,46.96207809448242],[-60.43803691864014,46.962890625],[-60.43701171875,46.96312093734741],[-60.43212890625,46.96411657333374],[-60.42724609375,46.96479034423828],[-60.42236328125,46.965322971343994],[-60.41748046875,46.966026306152344],[-60.413880348205566,46.966796875],[-60.41259765625,46.96708583831787],[-60.40771484375,46.96806478500366],[-60.40283203125,46.96872043609619],[-60.39794921875,46.96925210952759],[-60.39306640625,46.969969749450684],[-60.38968563079834,46.970703125],[-60.38818359375,46.97104358673096],[-60.38330078125,46.972012519836426],[-60.37841796875,46.97265911102295],[-60.37353515625,46.97319936752319],[-60.36865234375,46.97393989562988],[-60.365610122680664,46.974609375],[-60.36376953125,46.97502613067627],[-60.35888671875,46.97597026824951],[-60.35400390625,46.97659349441528],[-60.34912109375,46.97712707519531],[-60.34423828125,46.9778733253479],[-60.34133434295654,46.978515625],[-60.33935546875,46.978962898254395],[-60.33447265625,46.979899406433105],[-60.32958984375,46.98051691055298],[-60.32470703125,46.981050968170166],[-60.31982421875,46.98180294036865],[-60.31703472137451,46.982421875],[-60.31494140625,46.98289442062378],[-60.31005859375,46.98382329940796],[-60.30517578125,46.98443603515625],[-60.30029296875,46.98496913909912],[-60.29541015625,46.985724449157715],[-60.29269218444824,46.986328125],[-60.29052734375,46.986814975738525],[-60.28564453125,46.987736225128174],[-60.28076171875,46.988341331481934],[-60.27587890625,46.98887491226196],[-60.27099609375,46.98963499069214],[-60.26830196380615,46.990234375],[-60.26611328125,46.99072790145874],[-60.26123046875,46.99164581298828],[-60.25634765625,46.99224519729614],[-60.25146484375,46.99277591705322],[-60.24658203125,46.99353551864624],[-60.24386405944824,46.994140625],[-60.24169921875,46.99462890625],[-60.23681640625,46.995548248291016],[-60.23193359375,46.99614763259888],[-60.22705078125,46.996675968170166],[-60.22216796875,46.99743127822876],[-60.21939277648926,46.998046875],[-60.21728515625,46.99852180480957],[-60.21240234375,46.99944448471069],[-60.20751953125,47.00004768371582],[-60.20263671875,47.000574588775635],[-60.19775390625,47.0013222694397],[-60.1948881149292,47.001953125],[-60.19287109375,47.00240707397461],[-60.18798828125,47.003334522247314],[-60.18310546875,47.003944396972656],[-60.17822265625,47.004469871520996],[-60.17333984375,47.00520706176758],[-60.17035484313965,47.005859375],[-60.16845703125,47.00628471374512],[-60.16357421875,47.00721979141235],[-60.15869140625,47.00783967971802],[-60.15380859375,47.008363246917725],[-60.14892578125,47.00908660888672],[-60.14577865600586,47.009765625],[-60.14404296875,47.010151863098145],[-60.13916015625,47.01109600067139],[-60.13427734375,47.011725425720215],[-60.12939453125,47.01224613189697],[-60.12451171875,47.01295614242554],[-60.12115478515625,47.013671875],[-60.11962890625,47.014010429382324],[-60.11474609375,47.01496458053589],[-60.10986328125,47.01560401916504],[-60.10498046875,47.01612138748169],[-60.10009765625,47.01681709289551],[-60.0964879989624,47.017578125],[-60.09521484375,47.0178599357605],[-60.09033203125,47.01882982254028],[-60.08544921875,47.019482135772705],[-60.08056640625,47.01999568939209],[-60.07568359375,47.02067279815674],[-60.0717830657959,47.021484375],[-60.07080078125,47.02170181274414],[-60.06591796875,47.022690296173096],[-60.06103515625,47.0233588218689],[-60.05615234375,47.023869037628174],[-60.05126953125,47.02452611923218],[-60.04703998565674,47.025390625],[-60.04638671875,47.02553462982178],[-60.04150390625,47.026543617248535],[-60.03662109375,47.0272331237793],[-60.03173828125,47.02774238586426],[-60.02685546875,47.02837896347046],[-60.022263526916504,47.029296875],[-60.02197265625,47.0293607711792],[-60.01708984375,47.0303897857666],[-60.01220703125,47.03110408782959],[-60.00732421875,47.0316162109375],[-60.00244140625,47.03223180770874],[-59.99755859375,47.03318166732788],[-59.99746799468994,47.033203125],[-59.99267578125,47.034231662750244],[-59.98779296875,47.03497362136841],[-59.98291015625,47.035483837127686],[-59.97802734375,47.036070823669434],[-59.97314453125,47.03698539733887],[-59.97262477874756,47.037109375],[-59.96826171875,47.03806447982788],[-59.96337890625,47.03883695602417],[-59.95849609375,47.0393443107605],[-59.95361328125,47.03990411758423],[-59.94873046875,47.04078531265259],[-59.94776725769043,47.041015625],[-59.94384765625,47.04189157485962],[-59.93896484375,47.04270076751709],[-59.93408203125,47.04320812225342],[-59.92919921875,47.04374027252197],[-59.92431640625,47.04457902908325],[-59.922847747802734,47.044921875],[-59.91943359375,47.04568529129028],[-59.91455078125,47.04652214050293],[-59.90966796875,47.04705047607422],[-59.90478515625,47.04757213592529],[-59.89990234375,47.0483717918396],[-59.89789009094238,47.048828125],[-59.89501953125,47.04946804046631],[-59.89013671875,47.05033349990845],[-59.88525390625,47.050889015197754],[-59.88037109375,47.05140495300293],[-59.87548828125,47.05216407775879],[-59.87289905548096,47.052734375],[-59.87060546875,47.0532431602478],[-59.86572265625,47.054142475128174],[-59.86083984375,47.054731369018555],[-59.85595703125,47.05524015426636],[-59.85107421875,47.05595397949219],[-59.8478364944458,47.056640625],[-59.84619140625,47.057003021240234],[-59.84130859375,47.05794286727905],[-59.83642578125,47.05857229232788],[-59.83154296875,47.05907678604126],[-59.82666015625,47.05974626541138],[-59.82274055480957,47.060546875],[-59.82177734375,47.06075620651245],[-59.81689453125,47.061737060546875],[-59.81201171875,47.062408447265625],[-59.80712890625,47.06290578842163],[-59.80224609375,47.06352996826172],[-59.79755401611328,47.064453125],[-59.79736328125,47.06449508666992],[-59.79248046875,47.0655255317688],[-59.78759765625,47.06624412536621],[-59.78271484375,47.06673765182495],[-59.77783203125,47.06731843948364],[-59.77294921875,47.06822967529297],[-59.77240562438965,47.068359375],[-59.76806640625,47.06930875778198],[-59.76318359375,47.0700798034668],[-59.75830078125,47.07057571411133],[-59.75341796875,47.07111597061157],[-59.74853515625,47.07196664810181],[-59.747257232666016,47.072265625],[-59.74365234375,47.07306528091431],[-59.73876953125,47.073885440826416],[-59.73388671875,47.074400901794434],[-59.72900390625,47.07491493225098],[-59.72412109375,47.07570457458496],[-59.72203254699707,47.076171875],[-59.71923828125,47.07678937911987],[-59.71435546875,47.07765340805054],[-59.70947265625,47.07821178436279],[-59.70458984375,47.07871627807617],[-59.69970703125,47.07944393157959],[-59.696736335754395,47.080078125],[-59.69482421875,47.0804967880249],[-59.68994140625,47.08141613006592],[-59.68505859375,47.082026958465576],[-59.68017578125,47.082523822784424],[-59.67529296875,47.08319139480591],[-59.671387672424316,47.083984375],[-59.67041015625,47.08419609069824],[-59.66552734375,47.08517122268677],[-59.66064453125,47.08583879470825],[-59.65576171875,47.08632850646973],[-59.65087890625,47.08693742752075],[-59.64599609375,47.087881088256836],[-59.645957946777344,47.087890625],[-59.64111328125,47.08892202377319],[-59.63623046875,47.08965349197388],[-59.63134765625,47.09014081954956],[-59.62646484375,47.09069538116455],[-59.62158203125,47.09156847000122],[-59.62061405181885,47.091796875],[-59.61669921875,47.092660903930664],[-59.61181640625,47.09346103668213],[-59.60693359375,47.09395885467529],[-59.60205078125,47.09446716308594],[-59.59716796875,47.09526014328003],[-59.59518909454346,47.095703125],[-59.59228515625,47.09634065628052],[-59.58740234375,47.09719514846802],[-59.58251953125,47.09774303436279],[-59.57763671875,47.09823989868164],[-59.57275390625,47.098960876464844],[-59.569692611694336,47.099609375],[-59.56787109375,47.10000705718994],[-59.56298828125,47.1009259223938],[-59.55810546875,47.10153675079346],[-59.55322265625,47.102025508880615],[-59.54833984375,47.10267448425293],[-59.544129371643066,47.103515625],[-59.54345703125,47.10365962982178],[-59.53857421875,47.104650020599365],[-59.53369140625,47.10533428192139],[-59.52880859375,47.10582160949707],[-59.52392578125,47.10640335083008],[-59.51904296875,47.10730600357056],[-59.51855182647705,47.107421875],[-59.51416015625,47.10836982727051],[-59.50927734375,47.10913372039795],[-59.50439453125,47.10962200164795],[-59.49951171875,47.110140323638916],[-59.49462890625,47.1109504699707],[-59.49295520782471,47.111328125],[-59.48974609375,47.1120285987854],[-59.48486328125,47.1128625869751],[-59.47998046875,47.113394260406494],[-59.47509765625,47.113887786865234],[-59.47021484375,47.114614486694336],[-59.4672966003418,47.115234375],[-59.46533203125,47.11566114425659],[-59.46044921875,47.116567611694336],[-59.45556640625,47.11716651916504],[-59.45068359375,47.11764860153198],[-59.44580078125,47.118295192718506],[-59.441561698913574,47.119140625],[-59.44091796875,47.11927843093872],[-59.43603515625,47.12026882171631],[-59.43115234375,47.12095069885254],[-59.42626953125,47.12142992019653],[-59.42138671875,47.12200212478638],[-59.41650390625,47.1228928565979],[-59.41584587097168,47.123046875],[-59.41162109375,47.12396430969238],[-59.40673828125,47.12474060058594],[-59.40185546875,47.125226974487305],[-59.39697265625,47.125728607177734],[-59.39208984375,47.126508712768555],[-59.3900728225708,47.126953125],[-59.38720703125,47.12757349014282],[-59.38232421875,47.12842845916748],[-59.37744140625,47.12898111343384],[-59.37255859375,47.12946271896362],[-59.36767578125,47.1301474571228],[-59.364213943481445,47.130859375],[-59.36279296875,47.13116407394409],[-59.35791015625,47.13210582733154],[-59.35302734375,47.13274002075195],[-59.34814453125,47.13321256637573],[-59.34326171875,47.133811950683594],[-59.33837890625,47.134742736816406],[-59.33828353881836,47.134765625],[-59.33349609375,47.135780334472656],[-59.32861328125,47.13651084899902],[-59.32373046875,47.13698482513428],[-59.31884765625,47.13750743865967],[-59.31396484375,47.13832712173462],[-59.31243419647217,47.138671875],[-59.30908203125,47.13939905166626],[-59.30419921875,47.14021873474121],[-59.29931640625,47.140738010406494],[-59.29443359375,47.14122152328491],[-59.28955078125,47.14193534851074],[-59.28647518157959,47.142578125],[-59.28466796875,47.142966747283936],[-59.27978515625,47.143877029418945],[-59.27490234375,47.14448404312134],[-59.27001953125,47.14495849609375],[-59.26513671875,47.14557600021362],[-59.26042079925537,47.146484375],[-59.26025390625,47.146520137786865],[-59.25537109375,47.14753246307373],[-59.25048828125,47.14824438095093],[-59.24560546875,47.148719787597656],[-59.24072265625,47.1492486000061],[-59.23583984375,47.15007019042969],[-59.23441410064697,47.150390625],[-59.23095703125,47.151134967803955],[-59.22607421875,47.15195035934448],[-59.22119140625,47.152469635009766],[-59.21630859375,47.15294647216797],[-59.21142578125,47.153648853302],[-59.20830249786377,47.154296875],[-59.20654296875,47.154672622680664],[-59.20166015625,47.155587673187256],[-59.19677734375,47.156198024749756],[-59.19189453125,47.15666389465332],[-59.18701171875,47.15726566314697],[-59.18212890625,47.1581974029541],[-59.18210506439209,47.158203125],[-59.17724609375,47.15922498703003],[-59.17236328125,47.159947872161865],[-59.16748046875,47.160415172576904],[-59.16259765625,47.16092777252197],[-59.15771484375,47.161728858947754],[-59.15599822998047,47.162109375],[-59.15283203125,47.162789821624756],[-59.14794921875,47.163615703582764],[-59.14306640625,47.164143562316895],[-59.13818359375,47.16461658477783],[-59.13330078125,47.165297508239746],[-59.12975788116455,47.166015625],[-59.12841796875,47.16629981994629],[-59.12353515625,47.167235374450684],[-59.11865234375,47.16787147521973],[-59.11376953125,47.168338775634766],[-59.10888671875,47.16891574859619],[-59.10400390625,47.169803619384766],[-59.10349369049072,47.169921875],[-59.09912109375,47.17085409164429],[-59.09423828125,47.171616077423096],[-59.08935546875,47.17209005355835],[-59.08447265625,47.172568798065186],[-59.07958984375,47.17331075668335],[-59.077157974243164,47.173828125],[-59.07470703125,47.17435026168823],[-59.06982421875,47.17521905899048],[-59.06494140625,47.17578887939453],[-59.06005859375,47.17625045776367],[-59.05517578125,47.17687654495239],[-59.05076026916504,47.177734375],[-59.05029296875,47.17783308029175],[-59.04541015625,47.17882490158081],[-59.04052734375,47.179513931274414],[-59.03564453125,47.179973125457764],[-59.03076171875,47.180495262145996],[-59.02587890625,47.18131065368652],[-59.024391174316406,47.181640625],[-59.02099609375,47.18236589431763],[-59.01611328125,47.1831750869751],[-59.01123046875,47.183688163757324],[-59.00634765625,47.18415594100952],[-59.00146484375,47.1848349571228],[-58.997931480407715,47.185546875],[-58.99658203125,47.185832023620605],[-58.99169921875,47.18676280975342],[-58.98681640625,47.18739604949951],[-58.98193359375,47.187857151031494],[-58.97705078125,47.18842124938965],[-58.97216796875,47.189287185668945],[-58.97143840789795,47.189453125],[-58.96728515625,47.19033145904541],[-58.96240234375,47.191099643707275],[-58.95751953125,47.19158172607422],[-58.95263671875,47.19205093383789],[-58.94775390625,47.19276142120361],[-58.94486904144287,47.193359375],[-58.94287109375,47.19378089904785],[-58.93798828125,47.194674491882324],[-58.93310546875,47.19526958465576],[-58.92822265625,47.19572353363037],[-58.92333984375,47.19631004333496],[-58.91845703125,47.19721794128418],[-58.91825199127197,47.197265625],[-58.91357421875,47.19824838638306],[-58.90869140625,47.19898176193237],[-58.90380859375,47.19944095611572],[-58.89892578125,47.19992113113403],[-58.89404296875,47.20066690444946],[-58.891658782958984,47.201171875],[-58.88916015625,47.20170021057129],[-58.88427734375,47.20255661010742],[-58.87939453125,47.20311784744263],[-58.87451171875,47.203572273254395],[-58.86962890625,47.20418357849121],[-58.864922523498535,47.205078125],[-58.86474609375,47.20511436462402],[-58.85986328125,47.20611572265625],[-58.85498046875,47.206822872161865],[-58.85009765625,47.20728063583374],[-58.84521484375,47.20777940750122],[-58.84033203125,47.20855236053467],[-58.838324546813965,47.208984375],[-58.83544921875,47.20959186553955],[-58.83056640625,47.21042728424072],[-58.82568359375,47.210970401763916],[-58.82080078125,47.211427211761475],[-58.81591796875,47.21205377578735],[-58.811564445495605,47.212890625],[-58.81103515625,47.21300029754639],[-58.80615234375,47.2139778137207],[-58.80126953125,47.21466112136841],[-58.79638671875,47.21511363983154],[-58.79150390625,47.21561527252197],[-58.78662109375,47.216392040252686],[-58.78474235534668,47.216796875],[-58.78173828125,47.21742868423462],[-58.77685546875,47.21825361251831],[-58.77197265625,47.21878719329834],[-58.76708984375,47.219237327575684],[-58.76220703125,47.21986246109009],[-58.75783443450928,47.220703125],[-58.75732421875,47.22080945968628],[-58.75244140625,47.221786975860596],[-58.74755859375,47.2224702835083],[-58.74267578125,47.22291898727417],[-58.73779296875,47.22341823577881],[-58.73291015625,47.2241907119751],[-58.7309455871582,47.224609375],[-58.72802734375,47.2252197265625],[-58.72314453125,47.226046085357666],[-58.71826171875,47.22658395767212],[-58.71337890625,47.227036476135254],[-58.70849609375,47.22765350341797],[-58.70394706726074,47.228515625],[-58.70361328125,47.22858476638794],[-58.69873046875,47.229570388793945],[-58.69384765625,47.230265617370605],[-58.68896484375,47.23071575164795],[-58.68408203125,47.23119831085205],[-58.67919921875,47.231943130493164],[-58.67691516876221,47.232421875],[-58.67431640625,47.232964515686035],[-58.66943359375,47.23381185531616],[-58.66455078125,47.23436975479126],[-58.65966796875,47.23481369018555],[-58.65478515625,47.23540544509888],[-58.64990234375,47.23631143569946],[-58.64983081817627,47.236328125],[-58.64501953125,47.23732233047485],[-58.64013671875,47.2380428314209],[-58.63525390625,47.23849296569824],[-58.63037109375,47.238956451416016],[-58.62548828125,47.239673137664795],[-58.622756004333496,47.240234375],[-58.62060546875,47.24068260192871],[-58.61572265625,47.24155282974243],[-58.61083984375,47.24213218688965],[-58.60595703125,47.242570877075195],[-58.60107421875,47.2431321144104],[-58.59619140625,47.24399423599243],[-58.59553813934326,47.244140625],[-58.59130859375,47.24501705169678],[-58.58642578125,47.24576807022095],[-58.58154296875,47.24624061584473],[-58.57666015625,47.24669599533081],[-58.57177734375,47.24737024307251],[-58.568358421325684,47.248046875],[-58.56689453125,47.24834871292114],[-58.56201171875,47.24925994873047],[-58.55712890625,47.24988317489624],[-58.55224609375,47.25032424926758],[-58.54736328125,47.25084590911865],[-58.54248046875,47.25164842605591],[-58.54106903076172,47.251953125],[-58.53759765625,47.25267314910889],[-58.53271484375,47.253467082977295],[-58.52783203125,47.253976821899414],[-58.52294921875,47.25441598892212],[-58.51806640625,47.25503635406494],[-58.513736724853516,47.255859375],[-58.51318359375,47.25597286224365],[-58.50830078125,47.25693941116333],[-58.50341796875,47.25761795043945],[-58.49853515625,47.258058071136475],[-58.49365234375,47.25853633880615],[-58.48876953125,47.25927400588989],[-58.48639965057373,47.259765625],[-58.48388671875,47.26028490066528],[-58.47900390625,47.26113033294678],[-58.47412109375,47.26168775558472],[-58.46923828125,47.26212167739868],[-58.46435546875,47.26268720626831],[-58.45947265625,47.263550758361816],[-58.45892906188965,47.263671875],[-58.45458984375,47.26456260681152],[-58.44970703125,47.26530456542969],[-58.44482421875,47.26577138900757],[-58.43994140625,47.26622009277344],[-58.43505859375,47.26688289642334],[-58.43149662017822,47.267578125],[-58.43017578125,47.2678484916687],[-58.42529296875,47.26876401901245],[-58.42041015625,47.26939582824707],[-58.41552734375,47.26983165740967],[-58.41064453125,47.2703332901001],[-58.40576171875,47.27110481262207],[-58.403964042663574,47.271484375],[-58.40087890625,47.27211952209473],[-58.39599609375,47.27293109893799],[-58.39111328125,47.273459911346436],[-58.38623046875,47.27389097213745],[-58.38134765625,47.274476051330566],[-58.37646484375,47.27536916732788],[-58.37636947631836,47.275390625],[-58.37158203125,47.27636480331421],[-58.36669921875,47.27708101272583],[-58.35693359375,47.277973651885986],[-58.35205078125,47.27865266799927],[-58.34879398345947,47.279296875],[-58.34716796875,47.27962923049927],[-58.34228515625,47.280524253845215],[-58.33740234375,47.281134605407715],[-58.33251953125,47.28156328201294],[-58.32763671875,47.28207302093506],[-58.32275390625,47.28285217285156],[-58.32108497619629,47.283203125],[-58.31787109375,47.283859729766846],[-58.31298828125,47.284658432006836],[-58.30810546875,47.28517961502075],[-58.30322265625,47.28561449050903],[-58.29833984375,47.28620100021362],[-58.29345703125,47.28708744049072],[-58.29335689544678,47.287109375],[-58.28857421875,47.28807973861694],[-58.28369140625,47.28879690170288],[-58.27880859375,47.28924226760864],[-58.27392578125,47.28967809677124],[-58.26904296875,47.29033946990967],[-58.265581130981445,47.291015625],[-58.26416015625,47.29130458831787],[-58.25927734375,47.29221057891846],[-58.25439453125,47.29283285140991],[-58.24951171875,47.293259620666504],[-58.24462890625,47.293752670288086],[-58.23974609375,47.29450845718384],[-58.23775291442871,47.294921875],[-58.23486328125,47.29551076889038],[-58.22998046875,47.296326637268066],[-58.22509765625,47.29686212539673],[-58.22021484375,47.29728555679321],[-58.21533203125,47.29784345626831],[-58.21044921875,47.298691272735596],[-58.20981979370117,47.298828125],[-58.20556640625,47.29968976974487],[-58.20068359375,47.30042886734009],[-58.19580078125,47.30089712142944],[-58.19091796875,47.301331996917725],[-58.18603515625,47.30196189880371],[-58.181939125061035,47.302734375],[-58.18115234375,47.30289268493652],[-58.17626953125,47.303834438323975],[-58.17138671875,47.30449724197388],[-58.16650390625,47.30492448806763],[-58.16162109375,47.30538034439087],[-58.15673828125,47.30607843399048],[-58.15392017364502,47.306640625],[-58.15185546875,47.3070592880249],[-58.14697265625,47.307923316955566],[-58.14208984375,47.308507442474365],[-58.13720703125,47.30892896652222],[-58.13232421875,47.30943965911865],[-58.12744140625,47.310219287872314],[-58.125877380371094,47.310546875],[-58.12255859375,47.31121873855591],[-58.11767578125,47.312007904052734],[-58.11279296875,47.31252098083496],[-58.10791015625,47.31294012069702],[-58.10302734375,47.31350755691528],[-58.09814453125,47.31436729431152],[-58.09774875640869,47.314453125],[-58.09326171875,47.31535291671753],[-58.08837890625,47.31607675552368],[-58.08349609375,47.31653356552124],[-58.07861328125,47.316965103149414],[-58.07373046875,47.31759452819824],[-58.069658279418945,47.318359375],[-58.06884765625,47.31852149963379],[-58.06396484375,47.31945848464966],[-58.05908203125,47.32011890411377],[-58.05419921875,47.32054138183594],[-58.04931640625,47.320990562438965],[-58.04443359375,47.321675300598145],[-58.04142475128174,47.322265625],[-58.03955078125,47.32264232635498],[-58.03466796875,47.32351350784302],[-58.02978515625,47.32411003112793],[-58.02490234375,47.32453012466431],[-58.02001953125,47.32501983642578],[-58.01513671875,47.325767040252686],[-58.01316261291504,47.326171875],[-58.01025390625,47.326756954193115],[-58.00537109375,47.32756853103638],[-58.00048828125,47.32810401916504],[-57.99560546875,47.328516483306885],[-57.99072265625,47.32905149459839],[-57.98583984375,47.329864501953125],[-57.98482894897461,47.330078125],[-57.98095703125,47.33084964752197],[-57.97607421875,47.33160209655762],[-57.97119140625,47.332087993621826],[-57.96630859375,47.33250713348389],[-57.96142578125,47.33308792114258],[-57.95654296875,47.333959102630615],[-57.95642852783203,47.333984375],[-57.95166015625,47.33493089675903],[-57.94677734375,47.33563852310181],[-57.94189453125,47.336082458496094],[-57.93701171875,47.33650779724121],[-57.93212890625,47.3371319770813],[-57.928056716918945,47.337890625],[-57.92724609375,47.338051319122314],[-57.92236328125,47.3389835357666],[-57.91748046875,47.33964443206787],[-57.91259765625,47.34006357192993],[-57.90771484375,47.34049987792969],[-57.90283203125,47.34116554260254],[-57.89956569671631,47.341796875],[-57.89794921875,47.3421196937561],[-57.89306640625,47.34300231933594],[-57.88818359375,47.34361171722412],[-57.88330078125,47.3440260887146],[-57.87841796875,47.34449338912964],[-57.87353515625,47.34520483016968],[-57.87102699279785,47.345703125],[-57.86865234375,47.346177101135254],[-57.86376953125,47.347015380859375],[-57.85888671875,47.34757947921753],[-57.85400390625,47.347986698150635],[-57.84912109375,47.3484845161438],[-57.84423828125,47.34924030303955],[-57.842421531677246,47.349609375],[-57.83935546875,47.35021686553955],[-57.83447265625,47.3510103225708],[-57.82958984375,47.351537227630615],[-57.82470703125,47.351948261260986],[-57.81982421875,47.35247564315796],[-57.81494140625,47.353267669677734],[-57.81374931335449,47.353515625],[-57.81005859375,47.35424613952637],[-57.80517578125,47.355005741119385],[-57.80029296875,47.35550022125244],[-57.79541015625,47.3559136390686],[-57.79052734375,47.35646724700928],[-57.78564453125,47.3572940826416],[-57.78503894805908,47.357421875],[-57.78076171875,47.358262062072754],[-57.77587890625,47.35899114608765],[-57.77099609375,47.35945796966553],[-57.76611328125,47.359867572784424],[-57.76123046875,47.36044692993164],[-57.75634765625,47.36131191253662],[-57.75627136230469,47.361328125],[-57.75146484375,47.36226511001587],[-57.74658203125,47.36296510696411],[-57.74169921875,47.3634090423584],[-57.73681640625,47.363821506500244],[-57.73193359375,47.36442041397095],[-57.72744178771973,47.365234375],[-57.72705078125,47.36531114578247],[-57.72216796875,47.36625576019287],[-57.71728515625,47.36693572998047],[-57.71240234375,47.36735820770264],[-57.70751953125,47.367774963378906],[-57.70263671875,47.36839580535889],[-57.69859790802002,47.369140625],[-57.69775390625,47.3693060874939],[-57.69287109375,47.370229721069336],[-57.68798828125,47.37088680267334],[-57.68310546875,47.37129735946655],[-57.67822265625,47.371718406677246],[-57.67333984375,47.37235641479492],[-57.66964912414551,47.373046875],[-57.66845703125,47.37328100204468],[-57.66357421875,47.37418222427368],[-57.65869140625,47.37481880187988],[-57.65380859375,47.37522888183594],[-57.64892578125,47.37565755844116],[-57.64404296875,47.376309871673584],[-57.640652656555176,47.376953125],[-57.63916015625,47.377246379852295],[-57.63427734375,47.378129959106445],[-57.62939453125,47.37874460220337],[-57.62451171875,47.37914991378784],[-57.61962890625,47.379592418670654],[-57.61474609375,47.380260944366455],[-57.61160373687744,47.380859375],[-57.60986328125,47.381200313568115],[-57.60498046875,47.38206768035889],[-57.60009765625,47.3826699256897],[-57.59521484375,47.38307189941406],[-57.59033203125,47.38352060317993],[-57.58544921875,47.38419723510742],[-57.582478523254395,47.384765625],[-57.58056640625,47.38513898849487],[-57.57568359375,47.38599443435669],[-57.57080078125,47.38658618927002],[-57.56591796875,47.38698720932007],[-57.56103515625,47.38743877410889],[-57.55615234375,47.38812208175659],[-57.55329608917236,47.388671875],[-57.55126953125,47.389068603515625],[-57.54638671875,47.38991641998291],[-57.54150390625,47.390501499176025],[-57.53662109375,47.39090299606323],[-57.53173828125,47.39135408401489],[-57.52685546875,47.39203691482544],[-57.524046897888184,47.392578125],[-57.52197265625,47.39298391342163],[-57.51708984375,47.3938307762146],[-57.51220703125,47.39441108703613],[-57.50732421875,47.394808769226074],[-57.50244140625,47.395263671875],[-57.49755859375,47.395949840545654],[-57.49476909637451,47.396484375],[-57.49267578125,47.39689111709595],[-57.48779296875,47.39773416519165],[-57.48291015625,47.3983154296875],[-57.47802734375,47.398712158203125],[-57.47314453125,47.39916467666626],[-57.46826171875,47.399845600128174],[-57.46540546417236,47.400390625],[-57.46337890625,47.40078401565552],[-57.45849609375,47.40162944793701],[-57.45361328125,47.40221405029297],[-57.44873046875,47.402610778808594],[-57.44384765625,47.403056621551514],[-57.43896484375,47.403730392456055],[-57.43598937988281,47.404296875],[-57.43408203125,47.404667377471924],[-57.42919921875,47.405518531799316],[-57.42431640625,47.406110763549805],[-57.41943359375,47.406508922576904],[-57.41455078125,47.40694522857666],[-57.40966796875,47.40760517120361],[-57.40650177001953,47.408203125],[-57.40478515625,47.4085373878479],[-57.39990234375,47.409400939941406],[-57.39501953125,47.4100022315979],[-57.39013671875,47.410398960113525],[-57.38525390625,47.41082954406738],[-57.38037109375,47.41147708892822],[-57.37697124481201,47.412109375],[-57.37548828125,47.412395000457764],[-57.37060546875,47.41327142715454],[-57.36572265625,47.41388940811157],[-57.36083984375,47.414286613464355],[-57.35595703125,47.414706230163574],[-57.35107421875,47.41533708572388],[-57.34736919403076,47.416015625],[-57.34619140625,47.416242599487305],[-57.34130859375,47.4171347618103],[-57.33642578125,47.417770862579346],[-57.33154296875,47.41816997528076],[-57.32666015625,47.41857624053955],[-57.32177734375,47.41918659210205],[-57.31769561767578,47.419921875],[-57.31689453125,47.42007541656494],[-57.31201171875,47.420979499816895],[-57.30712890625,47.421632289886475],[-57.30224609375,47.42204236984253],[-57.29736328125,47.42243957519531],[-57.29248046875,47.42302942276001],[-57.28795528411865,47.423828125],[-57.28759765625,47.423895835876465],[-57.28271484375,47.42480945587158],[-57.27783203125,47.42548131942749],[-57.27294921875,47.4259090423584],[-57.26806640625,47.4263014793396],[-57.26318359375,47.426865100860596],[-57.25830078125,47.42769813537598],[-57.258124351501465,47.427734375],[-57.25341796875,47.428624629974365],[-57.24853515625,47.42931795120239],[-57.24365234375,47.42976379394531],[-57.23876953125,47.430156230926514],[-57.23388671875,47.43069791793823],[-57.22900390625,47.4314980506897],[-57.22830772399902,47.431640625],[-57.22412109375,47.432440757751465],[-57.21923828125,47.43316316604614],[-57.21435546875,47.43362903594971],[-57.20947265625,47.4340181350708],[-57.20458984375,47.434539794921875],[-57.19970703125,47.435306549072266],[-57.198495864868164,47.435546875],[-57.19482421875,47.43624305725098],[-57.18994140625,47.43699073791504],[-57.18505859375,47.4374885559082],[-57.18017578125,47.43787622451782],[-57.17529296875,47.438366413116455],[-57.17041015625,47.439093589782715],[-57.16855049133301,47.439453125],[-57.16552734375,47.440025806427],[-57.16064453125,47.4408073425293],[-57.15576171875,47.44133996963501],[-57.15087890625,47.441725730895996],[-57.14599609375,47.442185401916504],[-57.14111328125,47.442872047424316],[-57.13852882385254,47.443359375],[-57.13623046875,47.4437952041626],[-57.13134765625,47.44461631774902],[-57.12646484375,47.44518756866455],[-57.12158203125,47.44557476043701],[-57.11669921875,47.446006774902344],[-57.11181640625,47.446648597717285],[-57.10844039916992,47.447265625],[-57.10693359375,47.447550773620605],[-57.10205078125,47.448416233062744],[-57.09716796875,47.44903326034546],[-57.09228515625,47.44942378997803],[-57.08740234375,47.44982290267944],[-57.08251953125,47.450419902801514],[-57.07824230194092,47.451171875],[-57.07763671875,47.45128536224365],[-57.07275390625,47.45217704772949],[-57.06787109375,47.45283365249634],[-57.06298828125,47.4532527923584],[-57.05810546875,47.45363903045654],[-57.05322265625,47.45419120788574],[-57.04833984375,47.454999923706055],[-57.047953605651855,47.455078125],[-57.04345703125,47.455915451049805],[-57.03857421875,47.45661687850952],[-57.03369140625,47.45707654953003],[-57.02880859375,47.457457542419434],[-57.02392578125,47.45796585083008],[-57.01904296875,47.45871591567993],[-57.017669677734375,47.458984375],[-57.01416015625,47.45964241027832],[-57.00927734375,47.46039295196533],[-57.00439453125,47.46089744567871],[-56.99951171875,47.4612774848938],[-56.99462890625,47.46174430847168],[-56.98974609375,47.462435245513916],[-56.98732852935791,47.462890625],[-56.98486328125,47.46335458755493],[-56.97998046875,47.46416187286377],[-56.97509765625,47.464723110198975],[-56.97021484375,47.46510410308838],[-56.96533203125,47.46552562713623],[-56.96044921875,47.466156005859375],[-56.95690155029297,47.466796875],[-56.95556640625,47.46704864501953],[-56.95068359375,47.46791696548462],[-56.94580078125,47.46854209899902],[-56.94091796875,47.4689359664917],[-56.93603515625,47.469318866729736],[-56.93115234375,47.46988582611084],[-56.926326751708984,47.470703125],[-56.92626953125,47.47071361541748],[-56.92138671875,47.47161245346069],[-56.91650390625,47.472289085388184],[-56.91162109375,47.47272872924805],[-56.90673828125,47.47310733795166],[-56.90185546875,47.47362184524536],[-56.89697265625,47.47437572479248],[-56.89577102661133,47.474609375],[-56.89208984375,47.47529411315918],[-56.88720703125,47.47603225708008],[-56.88232421875,47.47652816772461],[-56.87744140625,47.47690391540527],[-56.87255859375,47.477365016937256],[-56.86767578125,47.478046894073486],[-56.86516284942627,47.478515625],[-56.86279296875,47.47895860671997],[-56.85791015625,47.479769229888916],[-56.85302734375,47.48033618927002],[-56.84814453125,47.480714321136475],[-56.84326171875,47.4811224937439],[-56.83837890625,47.48173141479492],[-56.83445453643799,47.482421875],[-56.83349609375,47.48260021209717],[-56.82861328125,47.483471393585205],[-56.82373046875,47.48410987854004],[-56.81884765625,47.484516620635986],[-56.81396484375,47.48489284515381],[-56.80908203125,47.48543071746826],[-56.80419921875,47.48621606826782],[-56.80363178253174,47.486328125],[-56.79931640625,47.487120628356934],[-56.79443359375,47.4878249168396],[-56.78955078125,47.48829174041748],[-56.78466796875,47.48866510391235],[-56.77978515625,47.48914337158203],[-56.77490234375,47.48984432220459],[-56.772823333740234,47.490234375],[-56.77001953125,47.49075365066528],[-56.76513671875,47.49153709411621],[-56.76025390625,47.492080211639404],[-56.75537109375,47.49245262145996],[-56.75048828125,47.49286890029907],[-56.74560546875,47.49348831176758],[-56.74191474914551,47.494140625],[-56.74072265625,47.49436140060425],[-56.73583984375,47.4952187538147],[-56.73095703125,47.4958438873291],[-56.72607421875,47.49624156951904],[-56.72119140625,47.49661588668823],[-56.71630859375,47.497154712677],[-56.71142578125,47.49793720245361],[-56.71086311340332,47.498046875],[-56.70654296875,47.49883460998535],[-56.70166015625,47.4995379447937],[-56.69677734375,47.50000619888306],[-56.69189453125,47.50037479400635],[-56.68701171875,47.5008430480957],[-56.68212890625,47.50153160095215],[-56.67985439300537,47.501953125],[-56.67724609375,47.50243425369263],[-56.67236328125,47.503225803375244],[-56.66748046875,47.503780364990234],[-56.66259765625,47.50415229797363],[-56.65771484375,47.50455713272095],[-56.65283203125,47.50515365600586],[-56.64871692657471,47.505859375],[-56.64794921875,47.50599908828735],[-56.64306640625,47.50685787200928],[-56.63818359375,47.507497787475586],[-56.63330078125,47.50791358947754],[-56.62841796875,47.508286476135254],[-56.62353515625,47.5088005065918],[-56.61865234375,47.50954341888428],[-56.6174840927124,47.509765625],[-56.61376953125,47.51043891906738],[-56.60888671875,47.511170387268066],[-56.60400390625,47.51167058944702],[-56.59912109375,47.512038707733154],[-56.59423828125,47.51247549057007],[-56.58935546875,47.513118267059326],[-56.58625602722168,47.513671875],[-56.58447265625,47.51399803161621],[-56.57958984375,47.51483106613159],[-56.57470703125,47.51543188095093],[-56.56982421875,47.51581048965454],[-56.56494140625,47.516183376312256],[-56.56005859375,47.516727447509766],[-56.55517578125,47.51751136779785],[-56.554832458496094,47.517578125],[-56.55029296875,47.518394947052],[-56.54541015625,47.51908349990845],[-56.54052734375,47.51954221725464],[-56.53564453125,47.5199089050293],[-56.53076171875,47.52037239074707],[-56.52587890625,47.521048069000244],[-56.5234899520874,47.521484375],[-56.52099609375,47.521939277648926],[-56.51611328125,47.52273464202881],[-56.51123046875,47.52329778671265],[-56.50634765625,47.52366828918457],[-56.50146484375,47.524054527282715],[-56.49658203125,47.52462434768677],[-56.49197578430176,47.525390625],[-56.49169921875,47.52544021606445],[-56.48681640625,47.52630615234375],[-56.48193359375,47.5269660949707],[-56.47705078125,47.52739953994751],[-56.47216796875,47.52776098251343],[-56.46728515625,47.52823877334595],[-56.46240234375,47.528934955596924],[-56.4604377746582,47.529296875],[-56.45751953125,47.52982568740845],[-56.45263671875,47.5305962562561],[-56.44775390625,47.531134605407715],[-56.44287109375,47.531498432159424],[-56.43798828125,47.53189659118652],[-56.43310546875,47.532480239868164],[-56.42879009246826,47.533203125],[-56.42822265625,47.53330421447754],[-56.42333984375,47.534154415130615],[-56.41845703125,47.53479814529419],[-56.41357421875,47.53522300720215],[-56.40869140625,47.535587310791016],[-56.40380859375,47.536070346832275],[-56.39892578125,47.536768436431885],[-56.39706611633301,47.537109375],[-56.39404296875,47.53765249252319],[-56.38916015625,47.53841543197632],[-56.38427734375,47.53895139694214],[-56.37939453125,47.53931665420532],[-56.37451171875,47.53971195220947],[-56.36962890625,47.54029130935669],[-56.36527061462402,47.541015625],[-56.36474609375,47.54110908508301],[-56.35986328125,47.541959285736084],[-56.35498046875,47.54260587692261],[-56.35009765625,47.543030738830566],[-56.34521484375,47.54339075088501],[-56.34033203125,47.5438666343689],[-56.33544921875,47.544554710388184],[-56.33343696594238,47.544921875],[-56.33056640625,47.545438289642334],[-56.32568359375,47.54620933532715],[-56.32080078125,47.54675102233887],[-56.31591796875,47.54711055755615],[-56.31103515625,47.54749536514282],[-56.30615234375,47.54806137084961],[-56.301469802856445,47.548828125],[-56.30126953125,47.54886341094971],[-56.29638671875,47.549715995788574],[-56.29150390625,47.550373554229736],[-56.28662109375,47.55081224441528],[-56.28173828125,47.55116939544678],[-56.27685546875,47.551626682281494],[-56.27197265625,47.552289962768555],[-56.26948356628418,47.552734375],[-56.26708984375,47.55316352844238],[-56.26220703125,47.55395746231079],[-56.25732421875,47.55452632904053],[-56.25244140625,47.55489110946655],[-56.24755859375,47.55525779724121],[-56.24267578125,47.55579137802124],[-56.23779296875,47.55655336380005],[-56.23733043670654,47.556640625],[-56.23291015625,47.55741834640503],[-56.22802734375,47.558106422424316],[-56.22314453125,47.55857276916504],[-56.21826171875,47.5589280128479],[-56.21337890625,47.55935764312744],[-56.20849609375,47.55998468399048],[-56.20524883270264,47.560546875],[-56.20361328125,47.56083822250366],[-56.19873046875,47.56165266036987],[-56.19384765625,47.56225109100342],[-56.18896484375,47.56263494491577],[-56.18408203125,47.56299066543579],[-56.17919921875,47.56348896026611],[-56.17431640625,47.5642032623291],[-56.17295265197754,47.564453125],[-56.16943359375,47.56507444381714],[-56.16455078125,47.56580686569214],[-56.15966796875,47.56631851196289],[-56.15478515625,47.56667375564575],[-56.14990234375,47.56706762313843],[-56.14501953125,47.56764030456543],[-56.1406135559082,47.568359375],[-56.14013671875,47.568442821502686],[-56.13525390625,47.56927967071533],[-56.13037109375,47.569923400878906],[-56.12548828125,47.57035255432129],[-56.12060546875,47.570706367492676],[-56.11572265625,47.57115983963013],[-56.11083984375,47.57181406021118],[-56.10827922821045,47.572265625],[-56.10595703125,47.57267665863037],[-56.10107421875,47.573469161987305],[-56.09619140625,47.57404184341431],[-56.09130859375,47.574403285980225],[-56.08642578125,47.57475662231445],[-56.08154296875,47.57526969909668],[-56.07666015625,47.57600164413452],[-56.075735092163086,47.576171875],[-56.07177734375,47.576862812042236],[-56.06689453125,47.57757091522217],[-56.06201171875,47.578062534332275],[-56.05712890625,47.57841348648071],[-56.05224609375,47.57881307601929],[-56.04736328125,47.57939338684082],[-56.04318618774414,47.580078125],[-56.04248046875,47.58020067214966],[-56.03759765625,47.58102560043335],[-56.03271484375,47.58165884017944],[-56.02783203125,47.582080364227295],[-56.02294921875,47.582430362701416],[-56.01806640625,47.582881927490234],[-56.01318359375,47.58353137969971],[-56.010589599609375,47.583984375],[-56.00830078125,47.58438730239868],[-56.00341796875,47.58517360687256],[-55.99853515625,47.58574438095093],[-55.99365234375,47.58610773086548],[-55.98876953125,47.586458683013916],[-55.98388671875,47.58695983886719],[-55.97900390625,47.58767318725586],[-55.97780704498291,47.587890625],[-55.97412109375,47.58853006362915],[-55.96923828125,47.58925008773804],[-55.96435546875,47.58975601196289],[-55.95947265625,47.590107440948486],[-55.95458984375,47.59049129486084],[-55.94970703125,47.59104681015015],[-55.94498634338379,47.591796875],[-55.94482421875,47.591825008392334],[-55.93994140625,47.59265661239624],[-55.93505859375,47.59331130981445],[-55.93017578125,47.593754291534424],[-55.92529296875,47.59410047531128],[-55.92041015625,47.59452676773071],[-55.91552734375,47.595139026641846],[-55.91216564178467,47.595703125],[-55.91064453125,47.595967292785645],[-55.90576171875,47.59676456451416],[-55.90087890625,47.59736251831055],[-55.89599609375,47.597755432128906],[-55.89111328125,47.59810400009155],[-55.88623046875,47.5985689163208],[-55.88134765625,47.59923219680786],[-55.87919235229492,47.599609375],[-55.87646484375,47.600083351135254],[-55.87158203125,47.600850105285645],[-55.86669921875,47.601407527923584],[-55.86181640625,47.60176420211792],[-55.85693359375,47.602110862731934],[-55.85205078125,47.60261297225952],[-55.84716796875,47.60332536697388],[-55.84611415863037,47.603515625],[-55.84228515625,47.60417318344116],[-55.83740234375,47.6048846244812],[-55.83251953125,47.60538387298584],[-55.82763671875,47.60572957992554],[-55.82275390625,47.60610914230347],[-55.81787109375,47.60665321350098],[-55.81298828125,47.607412815093994],[-55.81294059753418,47.607421875],[-55.80810546875,47.60824012756348],[-55.80322265625,47.60890007019043],[-55.79833984375,47.60935354232788],[-55.79345703125,47.609697341918945],[-55.78857421875,47.61010408401489],[-55.78369140625,47.61069107055664],[-55.77977657318115,47.611328125],[-55.77880859375,47.6114935874939],[-55.77392578125,47.61229658126831],[-55.76904296875,47.6129150390625],[-55.76416015625,47.613327980041504],[-55.75927734375,47.6136679649353],[-55.75439453125,47.61410188674927],[-55.74951171875,47.614723205566406],[-55.746469497680664,47.615234375],[-55.74462890625,47.61554956436157],[-55.73974609375,47.61632966995239],[-55.73486328125,47.61691379547119],[-55.72998046875,47.617297649383545],[-55.72509765625,47.61763906478882],[-55.72021484375,47.61809825897217],[-55.71533203125,47.618752002716064],[-55.71308135986328,47.619140625],[-55.71044921875,47.61959218978882],[-55.70556640625,47.620354652404785],[-55.70068359375,47.620909690856934],[-55.69580078125,47.62126541137695],[-55.69091796875,47.62160682678223],[-55.68603515625,47.62208890914917],[-55.68115234375,47.62277126312256],[-55.67957878112793,47.623046875],[-55.67626953125,47.623610973358154],[-55.67138671875,47.62434434890747],[-55.66650390625,47.62487316131592],[-55.66162109375,47.625221252441406],[-55.65673828125,47.62557125091553],[-55.65185546875,47.62607431411743],[-55.64697265625,47.626781940460205],[-55.64600944519043,47.626953125],[-55.64208984375,47.6276159286499],[-55.63720703125,47.62831974029541],[-55.63232421875,47.6288161277771],[-55.62744140625,47.62915658950806],[-55.62255859375,47.629523277282715],[-55.61767578125,47.63004732131958],[-55.61279296875,47.63077783584595],[-55.612335205078125,47.630859375],[-55.60791015625,47.631600856781006],[-55.60302734375,47.63227701187134],[-55.59814453125,47.632750511169434],[-55.59326171875,47.6330885887146],[-55.58837890625,47.63346719741821],[-55.58349609375,47.634010791778564],[-55.57861328125,47.63476276397705],[-55.578598976135254,47.634765625],[-55.57373046875,47.63557720184326],[-55.56884765625,47.63623237609863],[-55.56396484375,47.6366868019104],[-55.55908203125,47.63702392578125],[-55.55419921875,47.63741111755371],[-55.54931640625,47.63796520233154],[-55.544772148132324,47.638671875],[-55.54443359375,47.638728618621826],[-55.53955078125,47.63953113555908],[-55.53466796875,47.640172481536865],[-55.52978515625,47.6406135559082],[-55.52490234375,47.64094924926758],[-55.52001953125,47.64134693145752],[-55.51513671875,47.64191198348999],[-55.510897636413574,47.642578125],[-55.51025390625,47.642685890197754],[-55.50537109375,47.64348363876343],[-55.50048828125,47.644113540649414],[-55.49560546875,47.64453887939453],[-55.49072265625,47.644869327545166],[-55.48583984375,47.64527130126953],[-55.48095703125,47.645851135253906],[-55.47700881958008,47.646484375],[-55.47607421875,47.64664173126221],[-55.47119140625,47.64743137359619],[-55.46630859375,47.648046016693115],[-55.46142578125,47.64846134185791],[-55.45654296875,47.64879322052002],[-55.45166015625,47.6492018699646],[-55.44677734375,47.64978313446045],[-55.44295787811279,47.650390625],[-55.44189453125,47.65056753158569],[-55.43701171875,47.65134620666504],[-55.43212890625,47.65195560455322],[-55.42724609375,47.65237092971802],[-55.42236328125,47.65270280838013],[-55.41748046875,47.65311241149902],[-55.41259765625,47.65369176864624],[-55.40877819061279,47.654296875],[-55.40771484375,47.65447282791138],[-55.40283203125,47.65525150299072],[-55.39794921875,47.65585947036743],[-55.39306640625,47.65627479553223],[-55.38818359375,47.65660762786865],[-55.38330078125,47.657012939453125],[-55.37841796875,47.657588481903076],[-55.37450313568115,47.658203125],[-55.37353515625,47.658362865448],[-55.36865234375,47.65914058685303],[-55.36376953125,47.65975475311279],[-55.35888671875,47.66017293930054],[-55.35400390625,47.66050100326538],[-55.34912109375,47.66089963912964],[-55.34423828125,47.661466121673584],[-55.34010887145996,47.662109375],[-55.33935546875,47.66223335266113],[-55.33447265625,47.66301250457764],[-55.32958984375,47.6636323928833],[-55.32470703125,47.66406011581421],[-55.31982421875,47.66438961029053],[-55.31494140625,47.66478157043457],[-55.31005859375,47.66533660888672],[-55.30563831329346,47.666015625],[-55.30517578125,47.666091442108154],[-55.30029296875,47.666876792907715],[-55.29541015625,47.66750764846802],[-55.29052734375,47.667946338653564],[-55.28564453125,47.66827630996704],[-55.28076171875,47.66865634918213],[-55.27587890625,47.66919660568237],[-55.27106285095215,47.669921875],[-55.27099609375,47.66993284225464],[-55.26611328125,47.670724868774414],[-55.26123046875,47.67137384414673],[-55.25634765625,47.67182922363281],[-55.25146484375,47.672157287597656],[-55.24658203125,47.67252206802368],[-55.24169921875,47.67304039001465],[-55.23681640625,47.67375373840332],[-55.2363920211792,47.673828125],[-55.23193359375,47.67455339431763],[-55.22705078125,47.675222873687744],[-55.22216796875,47.67569971084595],[-55.21728515625,47.67603063583374],[-55.21240234375,47.676384925842285],[-55.20751953125,47.67688226699829],[-55.20263671875,47.67756938934326],[-55.20167350769043,47.677734375],[-55.19775390625,47.67837381362915],[-55.19287109375,47.67906665802002],[-55.18798828125,47.679569244384766],[-55.18310546875,47.67990159988403],[-55.17822265625,47.68023633956909],[-55.17333984375,47.680710792541504],[-55.16845703125,47.68136978149414],[-55.166850090026855,47.681640625],[-55.16357421875,47.68217658996582],[-55.15869140625,47.68289089202881],[-55.15380859375,47.68341827392578],[-55.14892578125,47.68376302719116],[-55.14404296875,47.68408679962158],[-55.13916015625,47.68453407287598],[-55.13427734375,47.6851601600647],[-55.13190746307373,47.685546875],[-55.12939453125,47.6859564781189],[-55.12451171875,47.686689376831055],[-55.11962890625,47.687241554260254],[-55.11474609375,47.687607765197754],[-55.10986328125,47.687931060791016],[-55.10498046875,47.6883544921875],[-55.10009765625,47.68894815444946],[-55.09688854217529,47.689453125],[-55.09521484375,47.689722537994385],[-55.09033203125,47.690467834472656],[-55.08544921875,47.6910514831543],[-55.08056640625,47.69144821166992],[-55.07568359375,47.69176959991455],[-55.07080078125,47.69216346740723],[-55.06591796875,47.69271898269653],[-55.061702728271484,47.693359375],[-55.06103515625,47.69346618652344],[-55.05615234375,47.69423198699951],[-55.05126953125,47.69485330581665],[-55.04638671875,47.69528913497925],[-55.04150390625,47.69561243057251],[-55.03662109375,47.69598054885864],[-55.03173828125,47.69649600982666],[-55.02685546875,47.69719886779785],[-55.02646446228027,47.697265625],[-55.02197265625,47.69798231124878],[-55.01708984375,47.69864463806152],[-55.01220703125,47.69912338256836],[-55.00732421875,47.69944953918457],[-55.00244140625,47.699787616729736],[-54.99755859375,47.70026254653931],[-54.99267578125,47.70091772079468],[-54.991140365600586,47.701171875],[-54.98779296875,47.701711654663086],[-54.98291015625,47.70241451263428],[-54.97802734375,47.702938079833984],[-54.97314453125,47.70328378677368],[-54.96826171875,47.70360279083252],[-54.96337890625,47.704036712646484],[-54.95849609375,47.70463943481445],[-54.95572090148926,47.705078125],[-54.95361328125,47.70541477203369],[-54.94873046875,47.706143379211426],[-54.94384765625,47.70670747756958],[-54.93896484375,47.70709180831909],[-54.93408203125,47.707409381866455],[-54.92919921875,47.70780611038208],[-54.92431640625,47.70836019515991],[-54.92016792297363,47.708984375],[-54.91943359375,47.70910120010376],[-54.91455078125,47.709858417510986],[-54.90966796875,47.71047306060791],[-54.90478515625,47.71090602874756],[-54.89990234375,47.71122598648071],[-54.89501953125,47.711583614349365],[-54.89013671875,47.71208572387695],[-54.88525390625,47.71276664733887],[-54.884514808654785,47.712890625],[-54.88037109375,47.71354961395264],[-54.87548828125,47.714229106903076],[-54.87060546875,47.714725494384766],[-54.86572265625,47.71505117416382],[-54.86083984375,47.71536874771118],[-54.85595703125,47.71581411361694],[-54.85107421875,47.716432094573975],[-54.848785400390625,47.716796875],[-54.84619140625,47.71720886230469],[-54.84130859375,47.717923641204834],[-54.83642578125,47.718470096588135],[-54.83154296875,47.71883773803711],[-54.82666015625,47.71915245056152],[-54.82177734375,47.719552993774414],[-54.81689453125,47.72011137008667],[-54.812941551208496,47.720703125],[-54.81201171875,47.72084903717041],[-54.80712890625,47.72159433364868],[-54.80224609375,47.72220277786255],[-54.79736328125,47.72263288497925],[-54.79248046875,47.72295141220093],[-54.78759765625,47.72330331802368],[-54.78271484375,47.723795890808105],[-54.77783203125,47.72446584701538],[-54.77696895599365,47.724609375],[-54.77294921875,47.72524356842041],[-54.76806640625,47.725924491882324],[-54.76318359375,47.72642469406128],[-54.75830078125,47.72675085067749],[-54.75341796875,47.727062702178955],[-54.74853515625,47.72749423980713],[-54.74365234375,47.728092670440674],[-54.74092960357666,47.728515625],[-54.73876953125,47.728854179382324],[-54.73388671875,47.72957134246826],[-54.72900390625,47.73013257980347],[-54.72412109375,47.730517864227295],[-54.71923828125,47.730830669403076],[-54.71435546875,47.731210231781006],[-54.70947265625,47.73173999786377],[-54.704742431640625,47.732421875],[-54.70458984375,47.73244524002075],[-54.69970703125,47.73320007324219],[-54.69482421875,47.73383808135986],[-54.68994140625,47.734299659729004],[-54.68505859375,47.734617710113525],[-54.68017578125,47.73494338989258],[-54.67529296875,47.735398292541504],[-54.67041015625,47.73602247238159],[-54.66848373413086,47.736328125],[-54.66552734375,47.7367901802063],[-54.66064453125,47.73748779296875],[-54.65576171875,47.738019943237305],[-54.65087890625,47.73837852478027],[-54.64599609375,47.73868799209595],[-54.64111328125,47.73908281326294],[-54.63623046875,47.7396297454834],[-54.63210582733154,47.740234375],[-54.63134765625,47.74035120010376],[-54.62646484375,47.741090297698975],[-54.62158203125,47.74170207977295],[-54.61669921875,47.74213981628418],[-54.61181640625,47.742454051971436],[-54.60693359375,47.7427921295166],[-54.60205078125,47.74326133728027],[-54.59716796875,47.74389457702637],[-54.59561824798584,47.744140625],[-54.59228515625,47.744657039642334],[-54.58740234375,47.74534034729004],[-54.58251953125,47.74586057662964],[-54.57763671875,47.746212005615234],[-54.57275390625,47.746519565582275],[-54.56787109375,47.746917724609375],[-54.56298828125,47.74746608734131],[-54.55902099609375,47.748046875],[-54.55810546875,47.74818754196167],[-54.55322265625,47.748918533325195],[-54.54833984375,47.749520778656006],[-54.54345703125,47.74995279312134],[-54.53857421875,47.750264167785645],[-54.53369140625,47.750601291656494],[-54.52880859375,47.75106716156006],[-54.52392578125,47.75169801712036],[-54.52231407165527,47.751953125],[-54.51904296875,47.75245809555054],[-54.51416015625,47.7531361579895],[-54.50927734375,47.7536563873291],[-54.50439453125,47.75401020050049],[-54.49951171875,47.7543158531189],[-54.49462890625,47.754706382751465],[-54.48974609375,47.755245208740234],[-54.48550224304199,47.755859375],[-54.48486328125,47.75595664978027],[-54.47998046875,47.756685733795166],[-54.47509765625,47.75729846954346],[-54.47021484375,47.75774526596069],[-54.46533203125,47.75805950164795],[-54.46044921875,47.758387088775635],[-54.45556640625,47.75883340835571],[-54.45068359375,47.75943994522095],[-54.44856643676758,47.759765625],[-54.44580078125,47.76018667221069],[-54.44091796875,47.76087284088135],[-54.43603515625,47.76141119003296],[-54.43115234375,47.7617826461792],[-54.42626953125,47.76208829879761],[-54.42138671875,47.762457847595215],[-54.41650390625,47.76296854019165],[-54.41162109375,47.76364755630493],[-54.41147327423096,47.763671875],[-54.40673828125,47.76439094543457],[-54.40185546875,47.765037059783936],[-54.39697265625,47.765514850616455],[-54.39208984375,47.76582908630371],[-54.38720703125,47.76613092422485],[-54.38232421875,47.76654767990112],[-54.37744140625,47.76711988449097],[-54.374356269836426,47.767578125],[-54.37255859375,47.76785087585449],[-54.36767578125,47.7685546875],[-54.36279296875,47.769124031066895],[-54.35791015625,47.76952648162842],[-54.35302734375,47.76983070373535],[-54.34814453125,47.7701735496521],[-54.34326171875,47.77064609527588],[-54.33837890625,47.77127981185913],[-54.337077140808105,47.771484375],[-54.33349609375,47.772027015686035],[-54.32861328125,47.77268934249878],[-54.32373046875,47.77319860458374],[-54.31884765625,47.77354669570923],[-54.31396484375,47.7738471031189],[-54.30908203125,47.774229526519775],[-54.30419921875,47.7747540473938],[-54.299678802490234,47.775390625],[-54.29931640625,47.775444984436035],[-54.29443359375,47.77616834640503],[-54.28955078125,47.77678966522217],[-54.28466796875,47.77725076675415],[-54.27978515625,47.777562618255615],[-54.27490234375,47.77787160873413],[-54.27001953125,47.77829074859619],[-54.26513671875,47.77886152267456],[-54.26218032836914,47.779296875],[-54.26025390625,47.779584884643555],[-54.25537109375,47.78027868270874],[-54.25048828125,47.780845642089844],[-54.24560546875,47.781249046325684],[-54.24072265625,47.78155279159546],[-54.23583984375,47.781888484954834],[-54.23095703125,47.78234910964966],[-54.22607421875,47.78296518325806],[-54.22452449798584,47.783203125],[-54.22119140625,47.78370189666748],[-54.21630859375,47.784367084503174],[-54.21142578125,47.784883975982666],[-54.20654296875,47.785240650177],[-54.20166015625,47.785539627075195],[-54.19677734375,47.78590726852417],[-54.19189453125,47.78640794754028],[-54.18701171875,47.78706932067871],[-54.18675899505615,47.787109375],[-54.18212890625,47.78779745101929],[-54.17724609375,47.7884316444397],[-54.17236328125,47.788909912109375],[-54.16748046875,47.78923177719116],[-54.16259765625,47.7895302772522],[-54.15771484375,47.789923667907715],[-54.15283203125,47.79046058654785],[-54.14891242980957,47.791015625],[-54.14794921875,47.791157722473145],[-54.14306640625,47.79186296463013],[-54.13818359375,47.79246234893799],[-54.13330078125,47.79290294647217],[-54.12841796875,47.79320812225342],[-54.12353515625,47.79351615905762],[-54.11865234375,47.79393672943115],[-54.11376953125,47.794506549835205],[-54.11093235015869,47.794921875],[-54.10888671875,47.79522466659546],[-54.10400390625,47.7959098815918],[-54.09912109375,47.796467304229736],[-54.09423828125,47.796865940093994],[-54.08935546875,47.79716444015503],[-54.08447265625,47.797494888305664],[-54.07958984375,47.79794359207153],[-54.07470703125,47.79854345321655],[-54.07280921936035,47.798828125],[-54.06982421875,47.79926872253418],[-54.06494140625,47.79992866516113],[-54.06005859375,47.80045461654663],[-54.05517578125,47.80082654953003],[-54.05029296875,47.80112409591675],[-54.04541015625,47.8014702796936],[-54.04052734375,47.80194282531738],[-54.03564453125,47.802568435668945],[-54.0345573425293,47.802734375],[-54.03076171875,47.80329132080078],[-54.02587890625,47.80393743515015],[-54.02099609375,47.80444002151489],[-54.01611328125,47.80478525161743],[-54.01123046875,47.80507755279541],[-54.00634765625,47.805439472198486],[-54.00146484375,47.80593299865723],[-53.99658203125,47.806580543518066],[-53.996195793151855,47.806640625],[-53.99169921875,47.80729818344116],[-53.98681640625,47.80792474746704],[-53.98193359375,47.808403968811035],[-53.97705078125,47.80873203277588],[-53.97216796875,47.809025287628174],[-53.96728515625,47.80939960479736],[-53.96240234375,47.809908390045166],[-53.95770072937012,47.810546875],[-53.95751953125,47.8105731010437],[-53.95263671875,47.81127882003784],[-53.94775390625,47.81189775466919],[-53.94287109375,47.8123664855957],[-53.93798828125,47.812678813934326],[-53.93310546875,47.81296682357788],[-53.92822265625,47.813350200653076],[-53.92333984375,47.81387186050415],[-53.91911029815674,47.814453125],[-53.91845703125,47.814547538757324],[-53.91357421875,47.81524705886841],[-53.90869140625,47.81585168838501],[-53.90380859375,47.816304206848145],[-53.89892578125,47.81660795211792],[-53.89404296875,47.81689929962158],[-53.88916015625,47.81728935241699],[-53.88427734375,47.81781768798828],[-53.88036251068115,47.818359375],[-53.87939453125,47.818498611450195],[-53.87451171875,47.81918811798096],[-53.86962890625,47.81978416442871],[-53.86474609375,47.82023000717163],[-53.85986328125,47.820531368255615],[-53.85498046875,47.82082271575928],[-53.85009765625,47.82121753692627],[-53.84521484375,47.82175016403198],[-53.841490745544434,47.822265625],[-53.84033203125,47.82243251800537],[-53.83544921875,47.82311820983887],[-53.83056640625,47.8237042427063],[-53.82568359375,47.824140548706055],[-53.82080078125,47.82444095611572],[-53.81591796875,47.82473707199097],[-53.81103515625,47.82513236999512],[-53.80615234375,47.82566452026367],[-53.802480697631836,47.826171875],[-53.80126953125,47.82634496688843],[-53.79638671875,47.82702684402466],[-53.79150390625,47.82761526107788],[-53.78662109375,47.82805347442627],[-53.78173828125,47.82835340499878],[-53.77685546875,47.8286452293396],[-53.77197265625,47.82903861999512],[-53.76708984375,47.82956647872925],[-53.76335620880127,47.830078125],[-53.76220703125,47.830241680145264],[-53.75732421875,47.83092164993286],[-53.75244140625,47.83150815963745],[-53.74755859375,47.83194828033447],[-53.74267578125,47.83224868774414],[-53.73779296875,47.83254146575928],[-53.73291015625,47.83292865753174],[-53.72802734375,47.83345031738281],[-53.72408390045166,47.833984375],[-53.72314453125,47.83411741256714],[-53.71826171875,47.83479881286621],[-53.71337890625,47.835394859313965],[-53.70849609375,47.83584213256836],[-53.70361328125,47.83614158630371],[-53.69873046875,47.83642530441284],[-53.69384765625,47.83680582046509],[-53.68896484375,47.83731698989868],[-53.68468761444092,47.837890625],[-53.68408203125,47.83797597885132],[-53.67919921875,47.838656425476074],[-53.67431640625,47.839255809783936],[-53.66943359375,47.83971548080444],[-53.66455078125,47.840022563934326],[-53.65966796875,47.84030294418335],[-53.65478515625,47.84067153930664],[-53.64990234375,47.84117031097412],[-53.64515781402588,47.841796875],[-53.64501953125,47.841816425323486],[-53.64013671875,47.84251070022583],[-53.63525390625,47.843116760253906],[-53.63037109375,47.84357738494873],[-53.62548828125,47.843891620635986],[-53.62060546875,47.84417200088501],[-53.61572265625,47.844531536102295],[-53.61083984375,47.84502124786377],[-53.60595703125,47.84565353393555],[-53.60562324523926,47.845703125],[-53.60107421875,47.846341609954834],[-53.59619140625,47.846951484680176],[-53.59130859375,47.84743070602417],[-53.58642578125,47.847764015197754],[-53.58154296875,47.84804630279541],[-53.57666015625,47.84839153289795],[-53.57177734375,47.848854064941406],[-53.56689453125,47.8494553565979],[-53.56583595275879,47.849609375],[-53.56201171875,47.850143909454346],[-53.55712890625,47.85076284408569],[-53.55224609375,47.85126304626465],[-53.54736328125,47.8516206741333],[-53.54248046875,47.85190677642822],[-53.53759765625,47.852232933044434],[-53.53271484375,47.85267114639282],[-53.52783203125,47.85324144363403],[-53.52589130401611,47.853515625],[-53.52294921875,47.8539252281189],[-53.51806640625,47.85455942153931],[-53.51318359375,47.85508441925049],[-53.50830078125,47.85546922683716],[-53.50341796875,47.855756759643555],[-53.49853515625,47.85606384277344],[-53.49365234375,47.85647535324097],[-53.48876953125,47.85701847076416],[-53.48581314086914,47.857421875],[-53.48388671875,47.857688903808594],[-53.47900390625,47.858338832855225],[-53.47412109375,47.8588981628418],[-53.46923828125,47.85931444168091],[-53.46435546875,47.85960388183594],[-53.45947265625,47.859890937805176],[-53.45458984375,47.86027193069458],[-53.44970703125,47.860779762268066],[-53.44554424285889,47.861328125],[-53.44482421875,47.861427307128906],[-53.43994140625,47.86209201812744],[-53.43505859375,47.86267852783203],[-53.43017578125,47.863131046295166],[-53.42529296875,47.863441467285156],[-53.42041015625,47.86371850967407],[-53.41552734375,47.8640718460083],[-53.41064453125,47.86454200744629],[-53.40576171875,47.86514711380005],[-53.40515613555908,47.865234375],[-53.40087890625,47.86582136154175],[-53.39599609375,47.866427421569824],[-53.39111328125,47.866915702819824],[-53.38623046875,47.867260456085205],[-53.38134765625,47.86753845214844],[-53.37646484375,47.86786127090454],[-53.37158203125,47.86829471588135],[-53.36669921875,47.86885738372803],[-53.36465835571289,47.869140625],[-53.36181640625,47.86953067779541],[-53.35693359375,47.87015628814697],[-53.35205078125,47.87068223953247],[-53.34716796875,47.871074199676514],[-53.34228515625,47.871360301971436],[-53.33740234375,47.87165451049805],[-53.33251953125,47.87204551696777],[-53.32763671875,47.872562885284424],[-53.32397937774658,47.873046875],[-53.32275390625,47.87321424484253],[-53.31787109375,47.87386703491211],[-53.31298828125,47.874435901641846],[-53.30810546875,47.874873638153076],[-53.30322265625,47.87517595291138],[-53.29833984375,47.87545347213745],[-53.29345703125,47.87580585479736],[-53.28857421875,47.876275062561035],[-53.28369140625,47.8768744468689],[-53.283138275146484,47.876953125],[-53.27880859375,47.87754011154175],[-53.27392578125,47.87813711166382],[-53.26904296875,47.87861919403076],[-53.26416015625,47.87896680831909],[-53.25927734375,47.87924528121948],[-53.25439453125,47.87956094741821],[-53.24951171875,47.87998104095459],[-53.24462890625,47.88052797317505],[-53.24218273162842,47.880859375],[-53.23974609375,47.881189823150635],[-53.23486328125,47.88181972503662],[-53.22998046875,47.88235902786255],[-53.22509765625,47.88276290893555],[-53.22021484375,47.88304805755615],[-53.21533203125,47.88333082199097],[-53.21044921875,47.883700370788574],[-53.20556640625,47.88419008255005],[-53.20103168487549,47.884765625],[-53.20068359375,47.884811878204346],[-53.19580078125,47.88546562194824],[-53.19091796875,47.886046409606934],[-53.18603515625,47.88650369644165],[-53.18115234375,47.88682746887207],[-53.17626953125,47.88710069656372],[-53.17138671875,47.88742733001709],[-53.16650390625,47.88786172866821],[-53.16162109375,47.8884220123291],[-53.15978527069092,47.888671875],[-53.15673828125,47.88908004760742],[-53.15185546875,47.88969421386719],[-53.14697265625,47.8902153968811],[-53.14208984375,47.890602588653564],[-53.13720703125,47.890883445739746],[-53.13232421875,47.891170501708984],[-53.12744140625,47.89154577255249],[-53.12255859375,47.89204025268555],[-53.11832904815674,47.892578125],[-53.11767578125,47.89266490936279],[-53.11279296875,47.89331007003784],[-53.10791015625,47.893882751464844],[-53.10302734375,47.89433288574219],[-53.09814453125,47.89465045928955],[-53.09326171875,47.89492130279541],[-53.08837890625,47.89524698257446],[-53.08349609375,47.895678997039795],[-53.07861328125,47.89623498916626],[-53.07676315307617,47.896484375],[-53.07373046875,47.89688777923584],[-53.06884765625,47.89749813079834],[-53.06396484375,47.8980188369751],[-53.05908203125,47.89840793609619],[-53.05419921875,47.898688316345215],[-53.04931640625,47.89897060394287],[-53.04443359375,47.89933776855469],[-53.03955078125,47.899821758270264],[-53.034987449645996,47.900390625],[-53.03466796875,47.90043258666992],[-53.02978515625,47.90107488632202],[-53.02490234375,47.90164756774902],[-53.02001953125,47.9021053314209],[-53.01513671875,47.9024338722229],[-53.01025390625,47.90270471572876],[-53.00537109375,47.9030179977417],[-53.00048828125,47.903432846069336],[-52.99560546875,47.90396785736084],[-52.99311637878418,47.904296875],[-52.99072265625,47.90461349487305],[-52.98583984375,47.905231952667236],[-52.98095703125,47.90577030181885],[-52.97607421875,47.90618085861206],[-52.97119140625,47.90646457672119],[-52.96630859375,47.90673303604126],[-52.96142578125,47.90707969665527],[-52.95654296875,47.90753793716431],[-52.95166015625,47.90811634063721],[-52.95103073120117,47.908203125],[-52.94677734375,47.908759117126465],[-52.94189453125,47.90934133529663],[-52.93701171875,47.90982437133789],[-52.93212890625,47.9101824760437],[-52.92724609375,47.91045665740967],[-52.92236328125,47.91074848175049],[-52.91748046875,47.911131858825684],[-52.91259765625,47.911630630493164],[-52.9088020324707,47.912109375],[-52.90771484375,47.9122519493103],[-52.90283203125,47.91287803649902],[-52.89794921875,47.91343307495117],[-52.89306640625,47.913875579833984],[-52.88818359375,47.914188861846924],[-52.88330078125,47.91445446014404],[-52.87841796875,47.91477108001709],[-52.87353515625,47.91519021987915],[-52.86865234375,47.91572666168213],[-52.86644458770752,47.916015625],[-52.86376953125,47.916364669799805],[-52.85888671875,47.91696643829346],[-52.85400390625,47.91749620437622],[-52.84912109375,47.917906284332275],[-52.84423828125,47.91818809509277],[-52.83935546875,47.91845083236694],[-52.83447265625,47.91879224777222],[-52.82958984375,47.91923999786377],[-52.82470703125,47.91980695724487],[-52.823853492736816,47.919921875],[-52.81982421875,47.92044115066528],[-52.81494140625,47.92102241516113],[-52.81005859375,47.92151594161987],[-52.80517578125,47.921881675720215],[-52.80029296875,47.922152042388916],[-52.79541015625,47.92243242263794],[-52.79052734375,47.92279767990112],[-52.78564453125,47.92327356338501],[-52.78109550476074,47.923828125],[-52.78076171875,47.9238715171814],[-52.77587890625,47.92449760437012],[-52.77099609375,47.92505931854248],[-52.76611328125,47.92551612854004],[-52.76123046875,47.92584991455078],[-52.75634765625,47.926116943359375],[-52.75146484375,47.92641305923462],[-52.74658203125,47.92680072784424],[-52.74169921875,47.92730188369751],[-52.73824691772461,47.927734375],[-52.73681640625,47.927918434143066],[-52.73193359375,47.92853021621704],[-52.72705078125,47.92906999588013],[-52.72216796875,47.92950201034546],[-52.71728515625,47.929813385009766],[-52.71240234375,47.93007850646973],[-52.70751953125,47.93038892745972],[-52.70263671875,47.930795669555664],[-52.69775390625,47.931312561035156],[-52.69516944885254,47.931640625],[-52.69287109375,47.931933879852295],[-52.68798828125,47.93253040313721],[-52.68310546875,47.93306064605713],[-52.67822265625,47.93347883224487],[-52.67333984375,47.933770179748535],[-52.66845703125,47.93402814865112],[-52.66357421875,47.93435001373291],[-52.65869140625,47.93476963043213],[-52.65380859375,47.935302734375],[-52.65190601348877,47.935546875],[-52.64892578125,47.935925006866455],[-52.64404296875,47.93651342391968],[-52.63916015625,47.93703365325928],[-52.63427734375,47.93743276596069],[-52.62939453125,47.93770933151245],[-52.62451171875,47.9379677772522],[-52.61962890625,47.93829679489136],[-52.61474609375,47.93872785568237],[-52.60986328125,47.939270973205566],[-52.60846138000488,47.939453125],[-52.60498046875,47.93989372253418],[-52.60009765625,47.940473556518555],[-52.59521484375,47.940978050231934],[-52.59033203125,47.94136714935303],[-52.58544921875,47.94164037704468],[-52.58056640625,47.94189977645874],[-52.57568359375,47.94223499298096],[-52.57080078125,47.94267272949219],[-52.56591796875,47.943222522735596],[-52.56486892700195,47.943359375],[-52.56103515625,47.94384241104126],[-52.55615234375,47.94441604614258],[-52.55126953125,47.9449143409729],[-52.54638671875,47.94529056549072],[-52.54150390625,47.945557594299316],[-52.53662109375,47.94581985473633],[-52.53173828125,47.946157932281494],[-52.52685546875,47.946598052978516],[-52.52197265625,47.94715118408203],[-52.521095275878906,47.947265625],[-52.51708984375,47.94776916503906],[-52.51220703125,47.94833755493164],[-52.50732421875,47.94882583618164],[-52.50244140625,47.94919967651367],[-52.49755859375,47.9494686126709],[-52.49267578125,47.94973134994507],[-52.48779296875,47.95006847381592],[-52.48291015625,47.95050859451294],[-52.47802734375,47.95105791091919],[-52.477149963378906,47.951171875],[-52.47314453125,47.95167112350464],[-52.46826171875,47.95223331451416],[-52.46337890625,47.95272445678711],[-52.45849609375,47.95310163497925],[-52.45361328125,47.95337104797363],[-52.44873046875,47.953630447387695],[-52.44384765625,47.95396423339844],[-52.43896484375,47.954397201538086],[-52.43408203125,47.95493936538696],[-52.43299961090088,47.955078125],[-52.42919921875,47.95554828643799],[-52.42431640625,47.956114292144775],[-52.41943359375,47.95660972595215],[-52.41455078125,47.956993103027344],[-52.40966796875,47.957263469696045],[-52.40478515625,47.95752000808716],[-52.39990234375,47.95784568786621],[-52.39501953125,47.95827054977417],[-52.39013671875,47.95880126953125],[-52.38868713378906,47.958984375],[-52.38525390625,47.95940828323364],[-52.38037109375,47.95997333526611],[-52.37548828125,47.96047639846802],[-52.37060546875,47.96087169647217],[-52.36572265625,47.96114730834961],[-52.36083984375,47.96139669418335],[-52.35595703125,47.96171188354492],[-52.35107421875,47.96212196350098],[-52.34619140625,47.96263790130615],[-52.34415054321289,47.962890625],[-52.34130859375,47.96323919296265],[-52.33642578125,47.96381092071533],[-52.33154296875,47.9643177986145],[-52.32666015625,47.96472120285034],[-52.32177734375,47.96501016616821],[-52.31689453125,47.96526336669922],[-52.31201171875,47.96556615829468],[-52.30712890625,47.96596050262451],[-52.30224609375,47.96645736694336],[-52.29944705963135,47.966796875],[-52.29736328125,47.9670524597168],[-52.29248046875,47.967626094818115],[-52.28759765625,47.96814155578613],[-52.28271484375,47.96856212615967],[-52.27783203125,47.968868255615234],[-52.27294921875,47.96912097930908],[-52.26806640625,47.96940898895264],[-52.26318359375,47.96978235244751],[-52.25830078125,47.97025775909424],[-52.25452423095703,47.970703125],[-52.25341796875,47.97083806991577],[-52.24853515625,47.971420764923096],[-52.24365234375,47.97194480895996],[-52.23876953125,47.9723858833313],[-52.23388671875,47.972715854644775],[-52.22900390625,47.97297239303589],[-52.22412109375,47.97324514389038],[-52.21923828125,47.973594665527344],[-52.21435546875,47.97404193878174],[-52.20947265625,47.97459602355957],[-52.209367752075195,47.974609375],[-52.20458984375,47.97518825531006],[-52.19970703125,47.97572994232178],[-52.19482421875,47.976197242736816],[-52.18994140625,47.97655773162842],[-52.18505859375,47.97681999206543],[-52.18017578125,47.97707462310791],[-52.17529296875,47.97739887237549],[-52.17041015625,47.97781705856323],[-52.16552734375,47.978336334228516],[-52.16407775878906,47.978515625],[-52.16064453125,47.97892904281616],[-52.15576171875,47.97948598861694],[-52.15087890625,47.97998237609863],[-52.14599609375,47.98037099838257],[-52.14111328125,47.980648040771484],[-52.13623046875,47.980894565582275],[-52.13134765625,47.98119306564331],[-52.12646484375,47.98157978057861],[-52.12158203125,47.98206424713135],[-52.11855888366699,47.982421875],[-52.11669921875,47.98264503479004],[-52.11181640625,47.98321294784546],[-52.10693359375,47.983726024627686],[-52.10205078125,47.984153270721436],[-52.09716796875,47.98446607589722],[-52.09228515625,47.9847149848938],[-52.08740234375,47.984989643096924],[-52.08251953125,47.98534154891968],[-52.07763671875,47.98578882217407],[-52.07283020019531,47.986328125],[-52.06787109375,47.98691701889038],[-52.06298828125,47.98744821548462],[-52.05810546875,47.98791170120239],[-52.05322265625,47.98827314376831],[-52.04833984375,47.98853540420532],[-52.04345703125,47.98878717422485],[-52.03857421875,47.98910570144653],[-52.03369140625,47.98951292037964],[-52.02880859375,47.990017890930176],[-52.02699661254883,47.990234375],[-52.02392578125,47.990596771240234],[-52.01904296875,47.991145610809326],[-52.01416015625,47.99163770675659],[-52.00927734375,47.99203824996948],[-52.00439453125,47.9923300743103],[-51.99951171875,47.99257755279541],[-51.99462890625,47.992860317230225],[-51.98974609375,47.993224143981934],[-51.98486328125,47.993682861328125],[-51.98084354400635,47.994140625],[-51.97998046875,47.994242668151855],[-51.97509765625,47.994811058044434],[-51.97021484375,47.99532985687256],[-51.96533203125,47.995773792266846],[-51.96044921875,47.99611568450928],[-51.95556640625,47.996370792388916],[-51.95068359375,47.99662399291992],[-51.94580078125,47.99694490432739],[-51.94091796875,47.997355461120605],[-51.93603515625,47.99786186218262],[-51.93448543548584,47.998046875],[-51.93115234375,47.99843740463257],[-51.92626953125,47.99898028373718],[-51.92138671875,47.999467611312866],[-51.91650390625,47.99985957145691],[-51.91162109375,48.00014567375183],[-51.90673828125,48.00039100646973],[-51.90185546875,48.00067353248596],[-51.89697265625,48.001035928726196],[-51.89208984375,48.00148844718933],[-51.88794136047363,48.001953125],[-51.88720703125,48.00203847885132],[-51.88232421875,48.002599239349365],[-51.87744140625,48.00311470031738],[-51.87255859375,48.00356578826904],[-51.86767578125,48.00391507148743],[-51.86279296875,48.00417137145996],[-51.85791015625,48.00442051887512],[-51.85302734375,48.00473117828369],[-51.84814453125,48.00512886047363],[-51.84326171875,48.00562000274658],[-51.84122085571289,48.005859375],[-51.83837890625,48.006189823150635],[-51.83349609375,48.00673151016235],[-51.82861328125,48.00722074508667],[-51.82373046875,48.00762224197388],[-51.81884765625,48.00792145729065],[-51.81396484375,48.00816559791565],[-51.80908203125,48.00843381881714],[-51.80419921875,48.00877618789673],[-51.79931640625,48.009206771850586],[-51.79443359375,48.00973296165466],[-51.794161796569824,48.009765625],[-51.78955078125,48.01029706001282],[-51.78466796875,48.010820150375366],[-51.77978515625,48.0112886428833],[-51.77490234375,48.01165962219238],[-51.77001953125,48.011924266815186],[-51.76513671875,48.0121636390686],[-51.76025390625,48.01245379447937],[-51.75537109375,48.01282572746277],[-51.75048828125,48.013285398483276],[-51.74704074859619,48.013671875],[-51.74560546875,48.01383662223816],[-51.74072265625,48.0143826007843],[-51.73583984375,48.014883041381836],[-51.73095703125,48.01531672477722],[-51.72607421875,48.01565361022949],[-51.72119140625,48.01590371131897],[-51.71630859375,48.01614952087402],[-51.71142578125,48.0164589881897],[-51.70654296875,48.016852617263794],[-51.70166015625,48.01733660697937],[-51.699557304382324,48.017578125],[-51.69677734375,48.017895460128784],[-51.69189453125,48.01842904090881],[-51.68701171875,48.01891255378723],[-51.68212890625,48.01931643486023],[-51.67724609375,48.01962208747864],[-51.67236328125,48.01986765861511],[-51.66748046875,48.02012920379639],[-51.66259765625,48.02046012878418],[-51.65771484375,48.02087473869324],[-51.65283203125,48.02138137817383],[-51.65195941925049,48.021484375],[-51.64794921875,48.02193999290466],[-51.64306640625,48.02246451377869],[-51.63818359375,48.022934675216675],[-51.63330078125,48.023316860198975],[-51.62841796875,48.023592710494995],[-51.62353515625,48.0238254070282],[-51.61865234375,48.02409482002258],[-51.61376953125,48.02444100379944],[-51.60888671875,48.02487635612488],[-51.60410404205322,48.025390625],[-51.60400390625,48.02540183067322],[-51.59912109375,48.025951623916626],[-51.59423828125,48.02646088600159],[-51.58935546875,48.02691864967346],[-51.58447265625,48.02728629112244],[-51.57958984375,48.027546405792236],[-51.57470703125,48.027777433395386],[-51.56982421875,48.028061389923096],[-51.56494140625,48.02842164039612],[-51.56005859375,48.0288667678833],[-51.556081771850586,48.029296875],[-51.55517578125,48.02939796447754],[-51.55029296875,48.02993631362915],[-51.54541015625,48.03043270111084],[-51.54052734375,48.03088068962097],[-51.53564453125,48.03123331069946],[-51.53076171875,48.03148174285889],[-51.52587890625,48.03171157836914],[-51.52099609375,48.03199863433838],[-51.51611328125,48.03236484527588],[-51.51123046875,48.03281354904175],[-51.50764465332031,48.033203125],[-51.50634765625,48.033347845077515],[-51.50146484375,48.03387928009033],[-51.49658203125,48.034369468688965],[-51.49169921875,48.03480672836304],[-51.48681640625,48.03515291213989],[-51.48193359375,48.03540229797363],[-51.47705078125,48.03563690185547],[-51.47216796875,48.035927534103394],[-51.46728515625,48.03629541397095],[-51.46240234375,48.03674578666687],[-51.45905017852783,48.037109375],[-51.45751953125,48.03727912902832],[-51.45263671875,48.037806272506714],[-51.44775390625,48.03829216957092],[-51.44287109375,48.03872203826904],[-51.43798828125,48.03906321525574],[-51.43310546875,48.03931212425232],[-51.42822265625,48.039546966552734],[-51.42333984375,48.03983998298645],[-51.41845703125,48.04020833969116],[-51.41357421875,48.040658712387085],[-51.41026496887207,48.041015625],[-51.40869140625,48.04118871688843],[-51.40380859375,48.04171299934387],[-51.39892578125,48.04219627380371],[-51.39404296875,48.042630195617676],[-51.38916015625,48.042970418930054],[-51.38427734375,48.043213844299316],[-51.37939453125,48.04344344139099],[-51.37451171875,48.04372954368591],[-51.36962890625,48.04409193992615],[-51.36474609375,48.04453372955322],[-51.36111259460449,48.044921875],[-51.35986328125,48.045058727264404],[-51.35498046875,48.045581579208374],[-51.35009765625,48.04606652259827],[-51.34521484375,48.046504497528076],[-51.34033203125,48.04685664176941],[-51.33544921875,48.047104597091675],[-51.33056640625,48.04732918739319],[-51.32568359375,48.047606468200684],[-51.32080078125,48.04795789718628],[-51.31591796875,48.048388719558716],[-51.31172180175781,48.048828125],[-51.31103515625,48.04890298843384],[-51.30615234375,48.04942750930786],[-51.30126953125,48.04991364479065],[-51.29638671875,48.050355434417725],[-51.29150390625,48.050716161727905],[-51.28662109375,48.050976514816284],[-51.28173828125,48.0512011051178],[-51.27685546875,48.05146837234497],[-51.27197265625,48.05180788040161],[-51.26708984375,48.0522255897522],[-51.26220703125,48.05272436141968],[-51.26211643218994,48.052734375],[-51.25732421875,48.053250312805176],[-51.25244140625,48.05373954772949],[-51.24755859375,48.05418515205383],[-51.24267578125,48.0545551776886],[-51.23779296875,48.0548312664032],[-51.23291015625,48.05506205558777],[-51.22802734375,48.05531883239746],[-51.22314453125,48.05564332008362],[-51.21826171875,48.0560417175293],[-51.21337890625,48.056519508361816],[-51.21227741241455,48.056640625],[-51.20849609375,48.057045698165894],[-51.20361328125,48.05754065513611],[-51.19873046875,48.05799460411072],[-51.19384765625,48.058385372161865],[-51.18896484375,48.058682918548584],[-51.18408203125,48.05891513824463],[-51.17919921875,48.05915951728821],[-51.17431640625,48.05946397781372],[-51.16943359375,48.059842109680176],[-51.16455078125,48.06029486656189],[-51.162190437316895,48.060546875],[-51.15966796875,48.06081581115723],[-51.15478515625,48.06131672859192],[-51.14990234375,48.06178021430969],[-51.14501953125,48.062190532684326],[-51.14013671875,48.06251764297485],[-51.13525390625,48.06275916099548],[-51.13037109375,48.06298780441284],[-51.12548828125,48.063270568847656],[-51.12060546875,48.06362223625183],[-51.11572265625,48.06404948234558],[-51.111788749694824,48.064453125],[-51.11083984375,48.06455326080322],[-51.10595703125,48.06506276130676],[-51.10107421875,48.06553673744202],[-51.09619140625,48.06596922874451],[-51.09130859375,48.066322326660156],[-51.08642578125,48.0665819644928],[-51.08154296875,48.06680631637573],[-51.07666015625,48.06706476211548],[-51.07177734375,48.06739115715027],[-51.06689453125,48.06778812408447],[-51.06201171875,48.06826186180115],[-51.061110496520996,48.068359375],[-51.05712890625,48.068777561187744],[-51.05224609375,48.06926250457764],[-51.04736328125,48.069708585739136],[-51.04248046875,48.07009696960449],[-51.03759765625,48.07039451599121],[-51.03271484375,48.07062387466431],[-51.02783203125,48.07086110115051],[-51.02294921875,48.0711555480957],[-51.01806640625,48.07152056694031],[-51.01318359375,48.071956157684326],[-51.010189056396484,48.072265625],[-51.00830078125,48.072463274002075],[-51.00341796875,48.072959423065186],[-50.99853515625,48.0734224319458],[-50.99365234375,48.07384419441223],[-50.98876953125,48.07418942451477],[-50.98388671875,48.07443618774414],[-50.97900390625,48.074652910232544],[-50.97412109375,48.07491421699524],[-50.96923828125,48.07524108886719],[-50.96435546875,48.075639486312866],[-50.95947265625,48.076112031936646],[-50.958919525146484,48.076171875],[-50.95458984375,48.07662034034729],[-50.94970703125,48.07709622383118],[-50.94482421875,48.077534914016724],[-50.93994140625,48.07791471481323],[-50.93505859375,48.0782105922699],[-50.93017578125,48.07844161987305],[-50.92529296875,48.07867503166199],[-50.92041015625,48.07896447181702],[-50.91552734375,48.079320430755615],[-50.91064453125,48.079747915267944],[-50.90739727020264,48.080078125],[-50.90576171875,48.08024740219116],[-50.90087890625,48.080739974975586],[-50.89599609375,48.081199169158936],[-50.89111328125,48.08161997795105],[-50.88623046875,48.08196830749512],[-50.88134765625,48.08222222328186],[-50.87646484375,48.08243989944458],[-50.87158203125,48.08269000053406],[-50.86669921875,48.083003997802734],[-50.86181640625,48.08338785171509],[-50.85693359375,48.08384370803833],[-50.85559368133545,48.083984375],[-50.85205078125,48.08434844017029],[-50.84716796875,48.08482503890991],[-50.84228515625,48.085267782211304],[-50.83740234375,48.085662841796875],[-50.83251953125,48.085978269577026],[-50.82763671875,48.08621025085449],[-50.82275390625,48.08643054962158],[-50.81787109375,48.08670091629028],[-50.81298828125,48.08703637123108],[-50.80810546875,48.08744192123413],[-50.803518295288086,48.087890625],[-50.80322265625,48.087920904159546],[-50.79833984375,48.08841681480408],[-50.79345703125,48.088878870010376],[-50.78857421875,48.08930468559265],[-50.78369140625,48.08966875076294],[-50.77880859375,48.08995079994202],[-50.77392578125,48.09017539024353],[-50.76904296875,48.09040880203247],[-50.76416015625,48.09069895744324],[-50.75927734375,48.09105372428894],[-50.75439453125,48.09147787094116],[-50.751190185546875,48.091796875],[-50.74951171875,48.09196662902832],[-50.74462890625,48.09244894981384],[-50.73974609375,48.09289884567261],[-50.73486328125,48.09331297874451],[-50.72998046875,48.09365892410278],[-50.72509765625,48.09391736984253],[-50.72021484375,48.09413480758667],[-50.71533203125,48.09437584877014],[-50.71044921875,48.094677448272705],[-50.70556640625,48.09504270553589],[-50.70068359375,48.095476150512695],[-50.69843769073486,48.095703125],[-50.69580078125,48.09596848487854],[-50.69091796875,48.096441984176636],[-50.68603515625,48.096885681152344],[-50.68115234375,48.097293853759766],[-50.67626953125,48.097630739212036],[-50.67138671875,48.09787201881409],[-50.66650390625,48.09808158874512],[-50.66162109375,48.09832811355591],[-50.65673828125,48.098636865615845],[-50.65185546875,48.09901142120361],[-50.64697265625,48.099454164505005],[-50.64545154571533,48.099609375],[-50.64208984375,48.09994602203369],[-50.63720703125,48.100412130355835],[-50.63232421875,48.10084891319275],[-50.62744140625,48.101245641708374],[-50.62255859375,48.10157036781311],[-50.61767578125,48.10180401802063],[-50.61279296875,48.1020131111145],[-50.60791015625,48.10226607322693],[-50.60302734375,48.102580308914185],[-50.59814453125,48.102959632873535],[-50.59326171875,48.1034038066864],[-50.59216022491455,48.103515625],[-50.58837890625,48.10388922691345],[-50.58349609375,48.10434818267822],[-50.57861328125,48.1047785282135],[-50.57373046875,48.10517168045044],[-50.56884765625,48.105491399765015],[-50.56396484375,48.1057231426239],[-50.55908203125,48.1059308052063],[-50.55419921875,48.106181144714355],[-50.54931640625,48.106494188308716],[-50.54443359375,48.106871366500854],[-50.53955078125,48.10731625556946],[-50.538506507873535,48.107421875],[-50.53466796875,48.107799768447876],[-50.52978515625,48.10825729370117],[-50.52490234375,48.108686447143555],[-50.52001953125,48.10908102989197],[-50.51513671875,48.109397649765015],[-50.51025390625,48.10962438583374],[-50.50537109375,48.1098313331604],[-50.50048828125,48.11008095741272],[-50.49560546875,48.11039209365845],[-50.49072265625,48.11076331138611],[-50.48583984375,48.11120057106018],[-50.484557151794434,48.111328125],[-50.48095703125,48.1116783618927],[-50.47607421875,48.11213135719299],[-50.47119140625,48.112558126449585],[-50.46630859375,48.112953662872314],[-50.46142578125,48.113280057907104],[-50.45654296875,48.113513708114624],[-50.45166015625,48.11371874809265],[-50.44677734375,48.11396050453186],[-50.44189453125,48.11426115036011],[-50.43701171875,48.11462187767029],[-50.43212890625,48.11503767967224],[-50.430049896240234,48.115234375],[-50.42724609375,48.11549735069275],[-50.42236328125,48.11594223976135],[-50.41748046875,48.116366386413574],[-50.41259765625,48.11676216125488],[-50.40771484375,48.117104291915894],[-50.40283203125,48.11736845970154],[-50.39794921875,48.11758780479431],[-50.39306640625,48.11782622337341],[-50.38818359375,48.118114709854126],[-50.38330078125,48.11845803260803],[-50.37841796875,48.118847370147705],[-50.37508964538574,48.119140625],[-50.37353515625,48.119279861450195],[-50.36865234375,48.11971616744995],[-50.36376953125,48.12013864517212],[-50.35888671875,48.12053966522217],[-50.35400390625,48.12090706825256],[-50.34912109375,48.121209144592285],[-50.34423828125,48.121442794799805],[-50.33935546875,48.121670961380005],[-50.33447265625,48.121944427490234],[-50.32958984375,48.12226128578186],[-50.32470703125,48.12261772155762],[-50.31982421875,48.123026847839355],[-50.31960964202881,48.123046875],[-50.31494140625,48.12346315383911],[-50.31005859375,48.12388348579407],[-50.30517578125,48.12429213523865],[-50.30029296875,48.12469005584717],[-50.29541015625,48.12503504753113],[-50.29052734375,48.125288248062134],[-50.28564453125,48.125500440597534],[-50.28076171875,48.12573742866516],[-50.27587890625,48.126023054122925],[-50.27099609375,48.12635827064514],[-50.26611328125,48.126742124557495],[-50.26369571685791,48.126953125],[-50.26123046875,48.12716865539551],[-50.25634765625,48.12758922576904],[-50.25146484375,48.12800359725952],[-50.24658203125,48.12841320037842],[-50.24169921875,48.12878727912903],[-50.23681640625,48.12907910346985],[-50.23193359375,48.12929725646973],[-50.22705078125,48.12950825691223],[-50.22216796875,48.12976694107056],[-50.21728515625,48.13008117675781],[-50.21240234375,48.13044047355652],[-50.20751953125,48.130839347839355],[-50.207295417785645,48.130859375],[-50.20263671875,48.13126015663147],[-50.19775390625,48.13168144226074],[-50.19287109375,48.13210344314575],[-50.18798828125,48.13251090049744],[-50.18310546875,48.13285303115845],[-50.17822265625,48.13309192657471],[-50.17333984375,48.13328528404236],[-50.16845703125,48.13350987434387],[-50.16357421875,48.13379502296448],[-50.15869140625,48.13412833213806],[-50.15380859375,48.134493827819824],[-50.150532722473145,48.134765625],[-50.14892578125,48.13490104675293],[-50.14404296875,48.135324239730835],[-50.13916015625,48.13575077056885],[-50.13427734375,48.1361665725708],[-50.12939453125,48.13654685020447],[-50.12451171875,48.136847734451294],[-50.11962890625,48.13706088066101],[-50.11474609375,48.137258768081665],[-50.10986328125,48.13750600814819],[-50.10498046875,48.13780665397644],[-50.10009765625,48.138142108917236],[-50.09521484375,48.13851523399353],[-50.09341239929199,48.138671875],[-50.09033203125,48.138936281204224],[-50.08544921875,48.139363527297974],[-50.08056640625,48.13978314399719],[-50.07568359375,48.14018416404724],[-50.07080078125,48.14053964614868],[-50.06591796875,48.140809774398804],[-50.06103515625,48.141013622283936],[-50.05615234375,48.1412239074707],[-50.05126953125,48.141483306884766],[-50.04638671875,48.141785621643066],[-50.04150390625,48.14212512969971],[-50.03662109375,48.14251518249512],[-50.03592491149902,48.142578125],[-50.03173828125,48.14294385910034],[-50.02685546875,48.1433641910553],[-50.02197265625,48.14377284049988],[-50.01708984375,48.14416861534119],[-50.01559257507324,48.146484375],[-50.01479625701904,48.150390625],[-50.014662742614746,48.154296875],[-50.0146484375,48.158203125],[-50.0146484375,49.564453125],[-50.014657974243164,49.568359375],[-50.01476287841797,49.572265625],[-50.01542568206787,49.576171875],[-50.01708984375,49.57897686958313],[-50.02197265625,49.57850885391235],[-50.02685546875,49.57821011543274],[-50.03173828125,49.57806086540222],[-50.03662109375,49.57796549797058],[-50.04150390625,49.57785964012146],[-50.04638671875,49.57772254943848],[-50.05126953125,49.57754683494568],[-50.05615234375,49.577324867248535],[-50.06103515625,49.57704448699951],[-50.06591796875,49.57668614387512]]]}]}')}},t={};function o(n){var i=t[n];if(void 0!==i)return i.exports;var a=t[n]={exports:{}};return e[n].call(a.exports,a,a.exports,o),a.exports}o.m=e,(()=>{var e=[];o.O=(t,n,i,a)=>{if(!n){var r=1/0;for(u=0;u=a)&&Object.keys(o.O).every((e=>o.O[e](n[s])))?n.splice(s--,1):(l=!1,a0&&e[u-1][2]>a;u--)e[u]=e[u-1];e[u]=[n,i,a]}})(),(()=>{o.n=e=>{var t=e&&e.__esModule?()=>e["default"]:()=>e;return o.d(t,{a:t}),t}})(),(()=>{var e,t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__;o.t=function(n,i){if(1&i&&(n=this(n)),8&i)return n;if("object"===typeof n&&n){if(4&i&&n.__esModule)return n;if(16&i&&"function"===typeof n.then)return n}var a=Object.create(null);o.r(a);var r={};e=e||[null,t({}),t([]),t(t)];for(var l=2&i&&n;"object"==typeof l&&!~e.indexOf(l);l=t(l))Object.getOwnPropertyNames(l).forEach((e=>r[e]=()=>n[e]));return r["default"]=()=>n,o.d(a,r),a}})(),(()=>{o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}})(),(()=>{o.e=()=>Promise.resolve()})(),(()=>{o.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}()})(),(()=>{o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})(),(()=>{o.r=e=>{"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}})(),(()=>{o.p=""})(),(()=>{var e={524:0};o.O.j=t=>0===e[t];var t=(t,n)=>{var i,a,[r,l,s]=n,c=0;if(r.some((t=>0!==e[t]))){for(i in l)o.o(l,i)&&(o.m[i]=l[i]);if(s)var u=s(o)}for(t&&t(n);co(1e3)));n=o.O(n)})(); -//# sourceMappingURL=app.d213c18e.js.map \ No newline at end of file diff --git a/tsconfig.tsbuildinfo b/tsconfig.tsbuildinfo index 8795eb8..65d0910 100644 --- a/tsconfig.tsbuildinfo +++ b/tsconfig.tsbuildinfo @@ -1 +1 @@ -{"program":{"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.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.esnext.intl.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/@babel/types/lib/index.d.ts","../node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/source-map-js/source-map.d.ts","../node_modules/@vue/shared/dist/shared.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/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","../node_modules/@wwtelescope/engine-types/dist/src/index.d.ts","../node_modules/@wwtelescope/engine/src/index.d.ts","../src/Annotation2.ts","../src/ChartPlugins.ts","../src/SE2024.ts","../src/eclipse_path.ts","../src/eclipse_types.ts","../src/eclipse_predict.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/keyboard.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/components/MiniDSBase.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/IconButton.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/LocationSelector.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/DefaultMiniCredits.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/FundingAcknowledgment.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/CreditLogos.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/wwtHUD.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/background.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","../node_modules/@types/geojson/index.d.ts","../node_modules/@types/leaflet/index.d.ts","../node_modules/@kyvg/vue3-notification/dist/index.d.ts","../src/LocationSelector.vue.ts","../node_modules/@wwtelescope/astro/dist/src/index.d.ts","../node_modules/date-fns/typings.d.ts","../node_modules/date-fns-tz/typings.d.ts","../node_modules/@types/tz-lookup/index.d.ts","../node_modules/@types/uuid/index.d.ts","../src/wwt-hacks.ts","../node_modules/@types/point-in-polygon/index.d.ts","../src/utils.ts","../node_modules/@types/d3-dsv/index.d.ts","../src/assets/upath_hi.json","../src/SolarEclipse2024.vue.ts","../src/TransitionExpand.vue.ts","../node_modules/vuetify/lib/components/VIcon/index.d.mts","../src/GifPlayPause.vue.ts","../src/CreditLogos.vue.ts","../src/ImageLabel.vue.ts","../node_modules/vuetify/lib/components/VBtn/index.d.mts","../src/GeolocationButton.vue.ts","../node_modules/vuetify/lib/components/VTooltip/index.d.mts","../src/HoverTooltip.vue.ts","../src/CloudCover.vue.ts","../src/DefineTerm.vue.ts","../node_modules/vuetify/lib/components/VSlider/index.d.mts","../src/symlog.ts","../src/PlaybackControl.vue.ts","../node_modules/@types/pako/index.d.ts","../node_modules/chart.js/dist/core/core.config.d.ts","../node_modules/chart.js/dist/types/utils.d.ts","../node_modules/chart.js/dist/types/basic.d.ts","../node_modules/chart.js/dist/core/core.adapters.d.ts","../node_modules/chart.js/dist/types/geometric.d.ts","../node_modules/chart.js/dist/types/animation.d.ts","../node_modules/chart.js/dist/core/core.element.d.ts","../node_modules/chart.js/dist/elements/element.point.d.ts","../node_modules/chart.js/dist/helpers/helpers.easing.d.ts","../node_modules/chart.js/dist/types/color.d.ts","../node_modules/chart.js/dist/types/layout.d.ts","../node_modules/chart.js/dist/plugins/plugin.colors.d.ts","../node_modules/chart.js/dist/elements/element.arc.d.ts","../node_modules/chart.js/dist/types/index.d.ts","../node_modules/chart.js/dist/core/core.plugins.d.ts","../node_modules/chart.js/dist/core/core.defaults.d.ts","../node_modules/chart.js/dist/core/core.typedRegistry.d.ts","../node_modules/chart.js/dist/core/core.scale.d.ts","../node_modules/chart.js/dist/core/core.registry.d.ts","../node_modules/chart.js/dist/core/core.controller.d.ts","../node_modules/chart.js/dist/core/core.datasetController.d.ts","../node_modules/chart.js/dist/controllers/controller.bar.d.ts","../node_modules/chart.js/dist/controllers/controller.bubble.d.ts","../node_modules/chart.js/dist/controllers/controller.doughnut.d.ts","../node_modules/chart.js/dist/controllers/controller.line.d.ts","../node_modules/chart.js/dist/controllers/controller.polarArea.d.ts","../node_modules/chart.js/dist/controllers/controller.pie.d.ts","../node_modules/chart.js/dist/controllers/controller.radar.d.ts","../node_modules/chart.js/dist/controllers/controller.scatter.d.ts","../node_modules/chart.js/dist/controllers/index.d.ts","../node_modules/chart.js/dist/core/core.animation.d.ts","../node_modules/chart.js/dist/core/core.animations.d.ts","../node_modules/chart.js/dist/core/core.animator.d.ts","../node_modules/chart.js/dist/core/core.interaction.d.ts","../node_modules/chart.js/dist/core/core.layouts.d.ts","../node_modules/chart.js/dist/core/core.ticks.d.ts","../node_modules/chart.js/dist/core/index.d.ts","../node_modules/chart.js/dist/helpers/helpers.segment.d.ts","../node_modules/chart.js/dist/elements/element.line.d.ts","../node_modules/chart.js/dist/elements/element.bar.d.ts","../node_modules/chart.js/dist/elements/index.d.ts","../node_modules/chart.js/dist/platform/platform.base.d.ts","../node_modules/chart.js/dist/platform/platform.basic.d.ts","../node_modules/chart.js/dist/platform/platform.dom.d.ts","../node_modules/chart.js/dist/platform/index.d.ts","../node_modules/chart.js/dist/plugins/plugin.decimation.d.ts","../node_modules/chart.js/dist/plugins/plugin.filler/index.d.ts","../node_modules/chart.js/dist/plugins/plugin.legend.d.ts","../node_modules/chart.js/dist/plugins/plugin.subtitle.d.ts","../node_modules/chart.js/dist/plugins/plugin.title.d.ts","../node_modules/chart.js/dist/helpers/helpers.core.d.ts","../node_modules/chart.js/dist/plugins/plugin.tooltip.d.ts","../node_modules/chart.js/dist/plugins/index.d.ts","../node_modules/chart.js/dist/scales/scale.category.d.ts","../node_modules/chart.js/dist/scales/scale.linearbase.d.ts","../node_modules/chart.js/dist/scales/scale.linear.d.ts","../node_modules/chart.js/dist/scales/scale.logarithmic.d.ts","../node_modules/chart.js/dist/scales/scale.radialLinear.d.ts","../node_modules/chart.js/dist/scales/scale.time.d.ts","../node_modules/chart.js/dist/scales/scale.timeseries.d.ts","../node_modules/chart.js/dist/scales/index.d.ts","../node_modules/chart.js/dist/index.d.ts","../node_modules/chart.js/dist/types.d.ts","../node_modules/@kurkle/color/dist/color.d.ts","../node_modules/chartjs-plugin-annotation/types/element.d.ts","../node_modules/chartjs-plugin-annotation/types/events.d.ts","../node_modules/chartjs-plugin-annotation/types/label.d.ts","../node_modules/chartjs-plugin-annotation/types/options.d.ts","../node_modules/chartjs-plugin-annotation/types/index.d.ts","../src/BarChart.vue.ts","../node_modules/chart.js/auto/auto.d.ts","../src/LineChart.vue.ts","../src/CloudCoverLine.vue.ts","../src/ColorBar.vue.ts","../src/AdvancedWeatherView.vue.ts","../src/CloudDataExplainer.vue.ts","../node_modules/vuetify/lib/components/VBtnToggle/index.d.mts","../src/EclipseTimer.vue.ts","../src/LocationSearch.vue.ts","../src/polyfills.ts","../node_modules/vue-slider-component/lib/vue-slider-dot.vue.ts","../node_modules/vue-slider-component/lib/vue-slider-mark.vue.ts","../node_modules/vue-slider-component/lib/utils/index.ts","../node_modules/vue-slider-component/lib/utils/decimal.ts","../node_modules/vue-slider-component/lib/utils/control.ts","../node_modules/vue-slider-component/lib/utils/state.ts","../node_modules/vue-slider-component/lib/vue-slider.vue.ts","../node_modules/vue-slider-component/lib/typings/index.d.ts","../node_modules/@vuepic/vue-datepicker/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/@fortawesome/free-solid-svg-icons/index.d.ts","../src/main.ts","../src/shims-csv.d.ts","../src/shims-wwt.d.ts","../src/shims-zip.d.ts","../node_modules/vuetify/lib/components/VCheckbox/index.d.mts","../src/ButtonGroup.vue.ts","../src/SelectAll.vue.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.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/api.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/filereader.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/globals.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/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/globals.global.d.ts","../node_modules/@types/node/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/moment/ts3.1-typings/moment.d.ts","../node_modules/@types/chart.js/index.d.ts","../node_modules/@types/chartjs-plugin-annotation/index.d.ts","../node_modules/@types/send/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/eslint-scope/index.d.ts","../node_modules/@types/http-errors/index.d.ts","../node_modules/@types/mime/Mime.d.ts","../node_modules/@types/mime/index.d.ts","../node_modules/@types/serve-static/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/papaparse/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/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"],"fileInfos":[{"version":"f33e5332b24c3773e930e212cbb8b6867c8ba3ec4492064ea78e55a524d57450","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","26f2f787e82c4222710f3b676b4d83eb5ad0a72fa7b746f03449e7a026ce5073","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"21e41a76098aa7a191028256e52a726baafd45a925ea5cf0222eb430c96c1d83","affectsGlobalScope":true},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"e0275cd0e42990dc3a16f0b7c8bca3efe87f1c8ad404f80c6db1c7c0b828c59f","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"acae90d417bee324b1372813b5a00829d31c7eb670d299cd7f8f9a648ac05688","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"7a1971efcba559ea9002ada4c4e3c925004fb67a755300d53b5edf9399354900","ddb0b9fcd2670bce028e60ca5768719c5d21508b00dc83acf6af25cbe1fcc5ec","8041cfce439ff29d339742389de04c136e3029d6b1817f07b2d7fcbfb7534990","858d0d831826c6eb563df02f7db71c90e26deadd0938652096bea3cc14899700","559bc300b4d43b49996eb7a2ce1179b43cd6266f8df7046a33201254340d4e5e","4f787f539f0e4efd297bb07ace1a411c96780f2702fa2cb804d22f8958f00a09","cf76e2f59b26aea7c923015783083b4820d6c0d85cda2fec3a0f232aabfc56c3","1000cb62cf084fc03823a6459f8404e6103bb4905ca49bee1034f0e568b9c655",{"version":"1f0074e3f55bd29bef3d5f1d4f83b4c3bae40667a252d8cdc85df698a53a6057","affectsGlobalScope":true},"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","b1b091079d8bdd932a8f7da74b11519eed05cbbdc34e7dc0305106e1034e5e13","c0191592be8eb7906f99ac4b8798d80a585b94001ea1a5f50d6ce5b0d13a5c62","4c6955c5f2da3a1ce18e69ffa4a5672777d5728ba94e452319617f031ce06e0a","279097c72be1e76b76331d034b6834dc4f9de0a0e056f0a47669952d948a8583","0be2fe4b575dec868f263af9bdd528c5233700eb7380f4aaa10ea07fd4d3bbd7",{"version":"5d6b40ef80b68a2b9f130a282913c66b5a306ed28c763cdb297f6913f2356849","affectsGlobalScope":true},"6e80158a3f9a7ba14664234d19ae1e5f2988b3ac6d2913085192d20f8222fce9","65447cf128c3558829e9599340ca15f26853a5b50cfd4c5795f13d9b1a988f83","3f3c09b341868e3afb47cc8d40522844b8b38b3800df84e49f956329023901b3","754f57b4dc2d7655170083c20462cc341363525acf7c50a98247ff580215db29","0e681a536250d6fcd59aceed331f30c5161c49311a0d0d21ab709538cc6a983d","19726fac0d7b3f5dfe472a29aadc26e078a1bafd516e34e5a702fbf3f900457b","68beb73e684b96c07c8cb6f179771fb5363a170ea39e297774ea57d306cff509","99dfeb248cb27d5ba16eea671a789d6b6c6add630141ea4cf5eec4927dec3bf1","86240d14369efcc99c593e4cf02855aac353fe6133898cfa82c6e88926439250","b5fa533603d3453d681e58c814961fb8e00410a3030072dcc3fa902f429006c1","64888127811f3896b2f471166ead2a3f4be38b281aece0d920b5369b9bb08215","9332058df8bddf25ee876afe897945398288efcf2601fe10ec0933daf193403c","4863ea2b16fd36993caca2386f5ff54fc5b5a61cdeae6f8cd2a7478004f85219","e7ebbab2bbe8b71def64ed4e01150edb3b62a76d39b023e869fd9bdd6b200c5a","a7f18e9fc04caafcbcfa7aebaeba5901834725342bf63c0c049fa5abf8678de6","c59b35ceb913908b2e9f5707900821cc75fe23ed86f3cfe1db4251a01e849049","8c638e8c6a17fbbf0a8d69ac3225890226141f195e2594eefc3e46ebb4fa687f","991949df86e1e91540f09aebf5858e031e8da7322d112d1481a1923a54d03c93","77f169ebecefa6777c54929d289a1c0bca0a2e5963fd50222c406742fb02c79e","5b2134a0c557fe316e81eca4074eb375ee11bd8d6ac46d75250064206636bfee","b6d26e1e724c76de3eff23202def92b79076e477b311b5a3ef00ef6a9cf72197","52f5c39e78a90c1d8ed7db18f39d890b2e8464a3f44d4233617893f6648e317d","a3ca822aa3fc45d3f6c16806e587e9349b1b3fc96706946052813983e36114e8","2a3ade7b859743b41cf9da1715c0f75ae565ca7a3c69772416f8bb096cf693e0","ec0f3c29504089c731b5bad7183a98499b8b5f3056bf59dc931cf2e1421e84c6","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","9ff956a2cc02f36e1722b3538f2236e780af7015e3c755a7d8f14fc810dca7a3","fd0047d7445dce8130d9bfb25d0cf319291c871de1d1ee61ce0caefe69aa22e7","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","5e47b24f1880f34c1430349460677df9a2622039267a8a95add1eceb098b7bee","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","57bf5e7062b974bacd0803115bd352e6b1e88d7765b7ae8b031c83105743e6f0","807b453ffd78fb3728dd567b4ffb36300db4bca6e1d98bea4619b2eb35406283","40e9aaa923bacffacfcd4b619b862c023245f03c67df28c49515bccd26e5f9a0","202c6bfe76e950f8c3aac660d385f7b00b96dbeb951992d1a66d15192efb903e","882189305d084bd56e7dddbf7ed814a91dcfef85cd35e2aa0888f8ee04d579a3","160d33decb305388360b13acd13117073ee5d206a0ddcd536dd302dcbad611c9","5aa1bcb4e1d1f1b002b853b031bb4d0cfd6eeae741bc5bb438014ebdb60d2687",{"version":"d204bd5d20ca52a553f7ba993dc2a422e9d1fce0b8178ce2bfe55fbd027c11ae","affectsGlobalScope":true},{"version":"bfe2292ae419f860461149cb8b1881d2c34a309d9b2b018585185b1719b755f5","affectsGlobalScope":true},"c6b3ccefdd9f8fee237ba2b61ff60f237ce9ffdb336d696c516a403ba21956b0","7d2b7fe4adb76d8253f20e4dbdce044f1cdfab4902ec33c3604585f553883f7d","1705780f39979dade23912dbdc3994e5b634ce6d16a89da1957800ad498ec747","77c9682992afb8ed4667a5d8b52ff8233ca5248950b43140706a0a9dc3a3c8ef","089a467f988cfd57e26fb3576c2d36090400c08fac88f1b4c7eb4c361f745fc5","e1b666b145865bc8d0d843134b21cf589c13beba05d333c7568e7c30309d933a","be54018ebbb79da5796ae3de18d2643dbfe5f21c9e7768937dbc595ce26318c9","504fed42b5f340e9ebd8adebfdf3dc86f0dabb4fdaee82398f919fecbc8546e7","a8a6fde26acf94c342bf80f6b72e95c539d53440823055c71ca8b1460a38996b","b72ff4aea6517433bb3cc52104a28014709856a5d3817c67cced1e0afad36962","e7d581263c0f0625fdeb50ef36cff72855aa015d3d3de133c902841c24ec7dca","50d31fd23af9b01dc3591c9bb0adbbaddfbf6e4b4b1e98bb5bd9152ccf233216","36de63b0acca7a62d363a8a78d575b3c25859151ceb36168e125b83770300cb7","3c9a1890586499d833af711c7658224bff6a8f6d9f53b02a45b1343d6ee0d3ae","c72c22953e779fdb9c15f21ca73260854e99165b0b36dff5add24483d09d96fd","b84b72a4cac7903650c85457ea689a9009be6c1d886bbca9f028c2e069039dbb","9da7f5e5a03f87a2b723c3ea046a43232fc6bca246cb37abd4eb793d553200cb","a40db37bb10c84080674f6b24649046b1e02330458c0f7fd46f79082195ebc0a","4de9272fdae418da00c5f5802344e866c6aed434bb6b21a36994369dd68abdc6","7ffa9b5dc66f33fb8688fe1ac949ff1a91ddb0cab723d87c3be089638cde95d5","3b391c98223308a3353e6120abdf171b2e28ba8a9926ace237b8d2230156419f","c30afd47379c45e2d97301c3335d3f97f5656f31bf3d3c5cc25af43d437545ac","c634df3e1b52761b2a219edcc61d0a7f748cdc54b93d73bcb817619452a6388a","63f6312a4be1ec344baa7c5cdb831587ed5f737f35df2baa2d3db1d180b983ec","74c3a57d874889e2f042b89b9688716af704cb2366d757ead586988f6cc9a625","5ebf4476be92f000f00cb9fb79d69babe6f6ac2a39efdb04a8f370e110003e19","1ca88c3785d49effd915f565f3297e32a33ea969d3407e1fbb333b84562c7595","1a4cfb737223d523387f7afee7219fd2016f1d73ef885e9cb42183c911d07b4d","392b17a6ba3f687f19ba207f17841c99306701cc2882f3615a3b426686d854e6","2a9f82af6c7cf1e002d17153e10d758f685d085864f6c5f7d2b775ebcd6b2fc9","f65b6f12e264b6e22dcf888bc0c239aab27c1d1fa6560af64bcd450f864abab7","ecbac26c0c765e1da3e748a35ededfa4c7ed87f48399919cd952ae8bc32a1339","9c88eebb75b82b4ccb9412c7e3035e40e188ea3d7dcb010ff87986b7ff629555","154f87edab104ff00f36e95b36d01e014a4d74ac4fc219e124e2bf2627099267","30844ce073bb46b6908f55273063915629cd795bf7d83638bcb71e1507a494bb","4bf7c467d3655157dd0959deafeeaa9167f90382cec1845b8557dd34a9e5b0ed","8779195677444a256d18717f4c8b68b3ade30368ac94393bd4a2f0a1a792fad3","b02604b3eb025af58b4c07c7ffce6d28a03948286cb5c4d5cdc46ffe21549524","ebd09f4071c53a42a09a20feb0b144b1f485f10a7d6190aba91c1714977d689f","345bf134b7c00954c1db3e011f029c066877a32256569c9d91b6ceb5bcca054c","2a1f7be668e3a95cdb683c6f755631bf19de9705c6d6c1c9e4ebc67e9db916d7","357acfb6822f15161214eb9e1848c767182750b67f9c2c6ac0fab52ce300ddbb","55ffe6de790f0199135425d8565d29e7719bf0e24582ec96765880b9e9b022d7","646d66c423da6f036ecfda81da6f7d60a4748ddb0c58c85d261bb5c8e541cef2","9c1435b5d22bb56aa077d9bd74729cd748eca5e245dac9d1d98a98248a53bbd9","24bf4c3ab312b32e6f114adc2f4ce858a8a28af76abcbdc46a4a40655933f152","3b355d5bc20b716079980a0ed2d400180a15368db05888b3b858f90ae3ceac14","ff2c4a40bbde08390837443555b9ae201af54b527baf151555310782bd7bb8ef","0e9998684ca02c028170441f4c006e1caf425f9a9c3814cf8765a0002773fe30","1e647f80259d61974c8d0a89d9e3fd22416975c257d76f4f32d6ff38b9157f21","31e9f9b81179cdce4ee1cd1d6a427dc0c5fd15064307df8cad58237b0d96385b","7ba73e6476144ac4587b18bcc70349d2a8e7cede4e780815b53a057ca71f764d","fba690fc44b5c1db29fb472830df4cea1374642935a02c6302730bff37752498","2515daf0e2b05ec5a90349ea839cc1fad8e67135665747cd5f72b7b3d2ad49c3","7b4a756bb59248aeb831709239014a9850837727c2d6ec053f54eeaee95dda39","cde91ca23d14021aca53adba5977bebf7f72e4f18bbdcd2c6a689482c77dba07","191878041be6dae0b75974d1d28d55ae82a2896d5eb5004eb039e964e8140c00","7f4272fd567d065c1f5614ae3bed61b3dee47845267be0e41dd24f901985bf0f","0fe6cb0ec82fea8bb694d8335f8d470c8843600a277cf02d7dbfb84002666e8a","e43159089587768cc9e4b325488c546cec950602173b04a4f6cb9a615c4fc3b9","f3ebf0a71fb9e0d708c607d6448edae7a7893162532b560b3f361f48bacdbfca","053ed027d6ab656c53ee8dfc3fe842beff2a831831591f7f446c0ea1632f606e","79c5c3441a6786ce4804528aa560836e45cf855af4f25d6ca40f598cd6f1979a","bf235a40a595fe4c1c72ff72b50a9881a7279c4063029fc88e49237542797935","25627620692594a49b01a7192416e59a0fd94717c4f5c2800a3cdde58e28b39f","00f9b95c0741094ef69f8befa268077fb5dae5192149d99af5c7abf4cd20d5e5","89536ffee2ff5d49cd4c898a854a92a3d0812394f4ab6e1d48f9fb658f4abe48","0085bc39713819715d49b27bb64767dff1829179b0914ef0d4e1a852770f0136","9c6c451215eae6ae4ee0ebf8433f9d90494df7dba87718478c050bf5551da18f","a12d1a8f1b6e34597b9aef2757fdf4505362189c75b7f15266604a80bcffb42e","193f77fd99a5798127915516363958d227df9cb82e23f5890aa668409c1e6360","d8dc0c576c79c5069f4e87b0a15088e952043cb3df0ec487f81e6b98b174e503","84b69e8d4be7b1736536d1ab8c72c48318bbe6c677dab53a2d51058f9e68df71","97d3c4bd2a49a56f2cb63bb76c5880afe5c76098dcbb5598cd14e96bf572cb86","a493cd942f29c45c9befb1cf2f3e9a757300e1fa6b5a20cf939bf563c31f46a1","5300527e32de6eab286e5b70c3cca475380320a142ad54f234a34daadfc7bb1c","7476dbc814b46489fff760fd1f3d64248aedbf17e86fda8883c9bd0482d8bf73","8520b3f4c2c698bcef9c71d418a11c7cbe90d7b6d7deaed251a97ee5ef6b2068","8afc3d51f8ace0b6b9e89a2f7d8a6dffaca41d91733d235dea7c28364a3081a1","01cd58f2842ffec94a7cd86881fb5595df4b08399b99e817d2c25c2fb973fe09","d49f5458be59a10cc60ad003bebafa22eb37e15492020b2be9ca07055b6c8b10","0aa491d56a8011fcf95247f81cc4e09b40cfd5a96e80221038347da3931e8ba6","814971944c21b19105949c552a7dd5b35235a17a2eb8092b809e2fcaa54ea4e4","70f1528dd7d2131386fdcf6223ac1c56f2d7726c7977bd5eddcdfd22cd24f7f6","87f41340a0cac5b54e499b3ea6e6d0cb2e7abb9abf5feaedc6c4cc608cdfdc54","d0a8b3701edaddb7db2935bb134439272b46201384579eb0b53d66e4ac83bbfc","2d036d19b2b90a62898cc73f0e339cfa09e93014499cc95de58193fbe464eecf","524d0e542525d94458b5eeefe1a7f8fabecd2701ce0d980d29f3ab3bf0a1acc8","1eabe37076031df8fbb204c8da860be580627fc23cb0e0625aeddd68f8b97438","d540b964c7972e16e3f08f138aa635de8de9a1c687a0620c8288c07062a68ace","3600ac2759362e6e916245806009e20e48230b0c9169d5933bb728b0dcb33465","b5341da4738c490fe56d782f629df93e6e47f0b3170a63743e074f9189c70c07","95a2c4c7f09069e3e260f9a2c47fbd285dcab3336ceaeef1ef0cec1458c9c129","7849c2e4caee1cb71890ceab95b767c68f7110eae9e3e976dac8248702276218","43a9eb352d4489cff84dbf15d974a84e6c153ead166d2bff311c70636295747c","a8fc297fef34f610a596e566d923f741c36ea9ffa8253ab539a20537ae43b34d","aa7ca376be863515c7de9444ec4c31e0bd24a7b9e3fd1c7e5eb23072b07e1293","a3365af01f0e1e901913e58eb675aa0a1a8dc069e16ce88724378f5ff91fe58d","7cea7775eb224cf45da9a6b52e463631c837536f9746c39a365e8f5cfe8e1662","40a494092cc772e733825148ad076083f17fc4d0bcb9dd25b82e5099dc4b0232","81452f8c27b558fca24356c2fc870950b532558324957edeb261e81417fbbfcb","dc50ab7f6ef4b06abbee99be74c0896b5ce20bd09ff380784bed79a4c26b1b8a",{"version":"327df84b11414edf8a4db0af5c79a764c15be92bbfa7685237ee8f3659b8a23b","affectsGlobalScope":true},"ea9b3e337b30afaed6c2c21c3520c83d17419d56161b3634fd02ff692208d531","5d8f4d39e7409f1d46a5fabcef08f7f65b9d8c65232fde382b640cbf00fdae0a","86b64aaacbfb6e1bad0a690dafc1ca0c077062841447ce96da634e02169527c8","f4ee933e08083112668b60133e29d7ad37bd952e0017abd95a913d1ae25e93e8","f7ae054c25cd0a21181ec6a95bec2cc7ed15e5e4f01d3b6bf67ce0c169663a27","fcf28bb6806bd4f981fac2af0ae0201361830124bdcfd190fb11ecfcf3e8e3f4","107f80bc37df0e48508a67135c93784aceef9b72976e11581d2bcb9ee4f3c366","ac729dda2c1e2b278c261db366167fa592b01b3f2fd6a5d24e7f057d6940efdf","7a227cc2baa37a6da8df7849d5f9cd94ad9a0921ca3cb245e463f6ebbc649053","778ec97732f660865d3fc7019071a5ffbc83e3bac0a798500540e4c28d21864a","721523241276594a39834c18252fbb16f934a936fb8b54b2b1ffc883b24cd0ba","bc4d06a7dcd588e7e44b97fe9abd5132675bd2ee5ce2b8f81a8af28395687e83","12e1bddf972627d68f3012789a6cfd713165b37dc088dd48fd1d313293b65e57","233f4a3f8b01a6d1483600c2a9e690c01b8719fada8d1326594bb78bac1cfbcf","9dd2da334318f2183fee1ee8725d55cc62c04e9829dd045dbe7d237f7c5a0252","ab724bc256b8b5ba3a4665f1734bf34aaad826cf7c070c3e0bd182e0cde9cba2","57fa1db27de3e9c3b4dca4043e8aff1dc874b1ef5b9a381c89b24b5a381b92bf","55596f934f142eab065649da6036dd8ea28a378cfaf010007d306e833aaadc3a","2eacfbf01d567c7a297f3f515e8815afb7d240d041f1c890d1ad76d775a544d8","acb4486debc09582a5b48c4419ee4d19e605ad9ac0fb1de053184cbcb54770d6","efc7d584a33fe3422847783d228f315c4cd1afe74bd7cf8e3f0e4c1125129fef","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"a14ed46fa3f5ffc7a8336b497cd07b45c2084213aaca933a22443fcb2eef0d07","affectsGlobalScope":true},"cce1f5f86974c1e916ec4a8cab6eec9aa8e31e8148845bf07fbaa8e1d97b1a2c",{"version":"7fd7fcbf021a5845bdd9397d4649fcf2fe17152d2098140fc723099a215d19ad","affectsGlobalScope":true},"16d74fe4d8e183344d3beb15d48b123c5980ff32ff0cc8c3b96614ddcdf9b239","7b43160a49cf2c6082da0465876c4a0b164e160b81187caeb0a6ca7a281e85ba",{"version":"41fb2a1c108fbf46609ce5a451b7ec78eb9b5ada95fd5b94643e4b26397de0b3","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"a1d2988ad9d2aef7b9915a22b5e52c165c83a878f2851c35621409046bbe3c05","affectsGlobalScope":true},"bd3f5d05b6b5e4bfcea7739a45f3ffb4a7f4a3442ba7baf93e0200799285b8f1","4c775c2fccabf49483c03cd5e3673f87c1ffb6079d98e7b81089c3def79e29c6","8806ae97308ef26363bd7ec8071bca4d07fb575f905ee3d8a91aff226df6d618","af5bf1db6f1804fb0069039ae77a05d60133c77a2158d9635ea27b6bb2828a8f","b7fe70be794e13d1b7940e318b8770cd1fb3eced7707805318a2e3aaac2c3e9e",{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true},{"version":"7ae9dc7dbb58cd843065639707815df85c044babaa0947116f97bdb824d07204","affectsGlobalScope":true},"fe1fd6afdfe77976d4c702f3746c05fb05a7e566845c890e0e970fe9376d6a90","313a0b063f5188037db113509de1b934a0e286f14e9479af24fada241435e707","f1ace2d2f98429e007d017c7a445efad2aaebf8233135abdb2c88b8c0fef91ab","87ef1a23caa071b07157c72077fa42b86d30568f9dc9e31eed24d5d14fc30ba8","396a8939b5e177542bdf9b5262b4eee85d29851b2d57681fa9d7eae30e225830","21773f5ac69ddf5a05636ba1f50b5239f4f2d27e4420db147fc2f76a5ae598ac",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"c07146dbbbd8b347241b5df250a51e48f2d7bef19b1e187b1a3f20c849988ff1","45b1053e691c5af9bfe85060a3e1542835f8d84a7e6e2e77ca305251eda0cb3c","0f05c06ff6196958d76b865ae17245b52d8fe01773626ac3c43214a2458ea7b7",{"version":"ae5507fc333d637dec9f37c6b3f4d423105421ea2820a64818de55db85214d66","affectsGlobalScope":true},{"version":"0666f4c99b8688c7be5956df8fecf5d1779d3b22f8f2a88258ae7072c7b6026f","affectsGlobalScope":true},"8abd0566d2854c4bd1c5e48e05df5c74927187f1541e6770001d9637ac41542e","54e854615c4eafbdd3fd7688bd02a3aafd0ccf0e87c98f79d3e9109f047ce6b8","d8dba11dc34d50cb4202de5effa9a1b296d7a2f4a029eec871f894bddfb6430d","8b71dd18e7e63b6f991b511a201fad7c3bf8d1e0dd98acb5e3d844f335a73634","01d8e1419c84affad359cc240b2b551fb9812b450b4d3d456b64cda8102d4f60","8221b00f271cf7f535a8eeec03b0f80f0929c7a16116e2d2df089b41066de69b","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","7424817d5eb498771e6d1808d726ec38f75d2eaf3fa359edd5c0c540c52725c1","9a9634296cca836c3308923ba7aa094fa6ed76bb1e366d8ddcf5c65888ab1024",{"version":"bddce945d552a963c9733db106b17a25474eefcab7fc990157a2134ef55d4954","affectsGlobalScope":true},{"version":"7052b7b0c3829df3b4985bab2fd74531074b4835d5a7b263b75c82f0916ad62f","affectsGlobalScope":true},"aa34c3aa493d1c699601027c441b9664547c3024f9dbab1639df7701d63d18fa","4b55240c2a03b2c71e98a7fc528b16136faa762211c92e781a01c37821915ea6","7c651f8dce91a927ab62925e73f190763574c46098f2b11fb8ddc1b147a6709a","7440ab60f4cb031812940cc38166b8bb6fbf2540cfe599f87c41c08011f0c1df",{"version":"94c086dff8dbc5998749326bc69b520e8e4273fb5b7b58b50e0210e0885dfcde","affectsGlobalScope":true},{"version":"f5b5dc128973498b75f52b1b8c2d5f8629869104899733ae485100c2309b4c12","affectsGlobalScope":true},"ebe5facd12fd7745cda5f4bc3319f91fb29dc1f96e57e9c6f8b260a7cc5b67ee","79bad8541d5779c85e82a9fb119c1fe06af77a71cc40f869d62ad379473d4b75","37dc027f781c75f0f546e329cfac7cf92a6b289f42458f47a9adc25e516b6839",{"version":"629d20681ca284d9e38c0a019f647108f5fe02f9c59ac164d56f5694fc3faf4d","affectsGlobalScope":true},"e7dbf5716d76846c7522e910896c5747b6df1abd538fee8f5291bdc843461795",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447","104c67f0da1bdf0d94865419247e20eded83ce7f9911a1aa75fc675c077ca66e","cc0d0b339f31ce0ab3b7a5b714d8e578ce698f1e13d7f8c60bfb766baeb1d35c","f9e22729fa06ed20f8b1fe60670b7c74933fdfd44d869ddfb1919c15a5cf12fb","4051f6311deb0ce6052329eeb1cd4b1b104378fe52f882f483130bea75f92197","ee8bee0eb75f88221d2d6e5aeab2ea893f7798aab3416627ad86a0c73937b82a","3a4c525bc984ea4b065de6730bfc0ce3c263476bf7b1baa55321daa88ad57c7a","d3f2d715f57df3f04bf7b16dde01dec10366f64fce44503c92b8f78f614c1769","b78cd10245a90e27e62d0558564f5d9a16576294eee724a59ae21b91f9269e4a","dcc9081d68c2ade5c51ac7bf5f37cce630359408e713999269b77f611a30d871","2f5747b1508ccf83fad0c251ba1e5da2f5a30b78b09ffa1cfaf633045160afed",{"version":"a5562ab0448c81180ef220ff104441a4d67187a2259e6008397e7531a821f0e7","affectsGlobalScope":true},"689be50b735f145624c6f391042155ae2ff6b90a93bac11ca5712bc866f6010c",{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true},"ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea","f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","ff0d7fc70349b653013c3eb7aeaabff6fe5fdb7cbcdcd3df26108e896075aba1","1f68ab0e055994eb337b67aa87d2a15e0200951e9664959b3866ee6f6b11a0fe","b71c603a539078a5e3a039b20f2b0a0d1708967530cf97dec8850a9ca45baa2b","d2a38ad7bb4676e7fd5d058a08105d81ac232c363ee56be0b401fc277d50dbb1","2ac2e08e0d0ed266849cb9da521c3be170a8bc111d25eeeb668c7dbf0ac4171a","34118be360cdd3381bbebbfd4b093c394460c8fc5df40688d58f45d86ab1448b","5c45abf1e13e4463eacfd5dedda06855da8748a6a6cb3334f582b52e219acc04","ee65fe452abe1309389c5f50710f24114e08a302d40708101c4aa950a2a7d044","8b32d4ac53ebe9c98c51593282052b2d9ad589788b254d573ed357faec6c8b5a","fbca5ffaebf282ec3cdac47b0d1d4a138a8b0bb32105251a38acb235087d3318","8b5402ae709d042c3530ed3506c135a967159f42aed3221267e70c5b7240b577","22293bd6fa12747929f8dfca3ec1684a3fe08638aa18023dd286ab337e88a592","5b13374cc77a4ed6f2e560b900d6a58182887ad954ae203d88ac8d4a8ed8450b","916be7d770b0ae0406be9486ac12eb9825f21514961dd050594c4b250617d5a8","199f9ead0daf25ae4c5632e3d1f42570af59685294a38123eef457407e13f365","cf3d384d082b933d987c4e2fe7bfb8710adfd9dc8155190056ed6695a25a559e","9871b7ee672bc16c78833bdab3052615834b08375cb144e4d2cba74473f4a589","c863198dae89420f3c552b5a03da6ed6d0acfa3807a64772b895db624b0de707","8b03a5e327d7db67112ebbc93b4f744133eda2c1743dbb0a990c61a8007823ef","86c73f2ee1752bac8eeeece234fd05dfcf0637a4fbd8032e4f5f43102faa8eec","42fad1f540271e35ca37cecda12c4ce2eef27f0f5cf0f8dd761d723c744d3159","ff3743a5de32bee10906aff63d1de726f6a7fd6ee2da4b8229054dfa69de2c34","83acd370f7f84f203e71ebba33ba61b7f1291ca027d7f9a662c6307d74e4ac22","1445cec898f90bdd18b2949b9590b3c012f5b7e1804e6e329fb0fe053946d5ec","0e5318ec2275d8da858b541920d9306650ae6ac8012f0e872fe66eb50321a669","cf530297c3fb3a92ec9591dd4fa229d58b5981e45fe6702a0bd2bea53a5e59be","c1f6f7d08d42148ddfe164d36d7aba91f467dbcb3caa715966ff95f55048b3a4","f4e9bf9103191ef3b3612d3ec0044ca4044ca5be27711fe648ada06fad4bcc85","0c1ee27b8f6a00097c2d6d91a21ee4d096ab52c1e28350f6362542b55380059a","7677d5b0db9e020d3017720f853ba18f415219fb3a9597343b1b1012cfd699f7","bc1c6bc119c1784b1a2be6d9c47addec0d83ef0d52c8fbe1f14a51b4dfffc675","52cf2ce99c2a23de70225e252e9822a22b4e0adb82643ab0b710858810e00bf1","770625067bb27a20b9826255a8d47b6b5b0a2d3dfcbd21f89904c731f671ba77","d1ed6765f4d7906a05968fb5cd6d1db8afa14dbe512a4884e8ea5c0f5e142c80","799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965","2a184e4462b9914a30b1b5c41cf80c6d3428f17b20d3afb711fff3f0644001fd","9eabde32a3aa5d80de34af2c2206cdc3ee094c6504a8d0c2d6d20c7c179503cc","397c8051b6cfcb48aa22656f0faca2553c5f56187262135162ee79d2b2f6c966","a8ead142e0c87dcd5dc130eba1f8eeed506b08952d905c47621dc2f583b1bff9","a02f10ea5f73130efca046429254a4e3c06b5475baecc8f7b99a0014731be8b3","c2576a4083232b0e2d9bd06875dd43d371dee2e090325a9eac0133fd5650c1cb","4c9a0564bb317349de6a24eb4efea8bb79898fa72ad63a1809165f5bd42970dd","f40ac11d8859092d20f953aae14ba967282c3bb056431a37fced1866ec7a2681","cc11e9e79d4746cc59e0e17473a59d6f104692fd0eeea1bdb2e206eabed83b03","b444a410d34fb5e98aa5ee2b381362044f4884652e8bc8a11c8fe14bbd85518e","c35808c1f5e16d2c571aa65067e3cb95afeff843b259ecfa2fc107a9519b5392","14d5dc055143e941c8743c6a21fa459f961cbc3deedf1bfe47b11587ca4b3ef5","a3ad4e1fc542751005267d50a6298e6765928c0c3a8dce1572f2ba6ca518661c","f237e7c97a3a89f4591afd49ecb3bd8d14f51a1c4adc8fcae3430febedff5eb6","3ffdfbec93b7aed71082af62b8c3e0cc71261cc68d796665faa1e91604fbae8f","662201f943ed45b1ad600d03a90dffe20841e725203ced8b708c91fcd7f9379a","c9ef74c64ed051ea5b958621e7fb853fe3b56e8787c1587aefc6ea988b3c7e79","2462ccfac5f3375794b861abaa81da380f1bbd9401de59ffa43119a0b644253d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","7d8ddf0f021c53099e34ee831a06c394d50371816caa98684812f089b4c6b3d4","ddef25f825320de051dcb0e62ffce621b41c67712b5b4105740c32fd83f4c449","1b3dffaa4ca8e38ac434856843505af767a614d187fb3a5ef4fcebb023c355aa",{"version":"f2556de9025de4e422d6088b7c2f7a9d9eddb6913026adc2179b03c629c88579","affectsGlobalScope":true},"f7163a5d37d21f636f6a5cd1c064ce95fada21917859a64b6cc49a8b6fd5c1a8"],"root":[64,[67,72],104,110,112,[114,116],[118,120],122,[124,126],128,129,200,[202,206],[208,210],[224,227],229,230],"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},"fileIdsList":[[48,106,107],[106,107],[58,62,106,107],[58,62,65,66,73,83,86,89,106,107,226],[73,90,91,92,93,94,95,96,97,98,99,106,107],[106,107,220],[58,62,106,107,221],[55,58,62,85,106,107],[106,107,283,317,318],[106,107,274,317],[106,107,321],[106,107,193,199,321,323],[106,107,309,317,328],[106,107,283,317],[106,107,331,333],[106,107,330,331,332],[106,107,280,283,317,325,326,327],[106,107,319,326,328,338],[106,107,280,283,285,288,298,309,317],[101,106,107],[106,107,337],[106,107,336],[106,107,317],[106,107,231],[106,107,267],[106,107,268,273,301],[106,107,269,280,281,288,298,309],[106,107,269,270,280,288],[106,107,271,310],[106,107,272,273,281,289],[106,107,273,298,306],[106,107,274,276,280,288],[106,107,267,275],[106,107,276,277],[106,107,280],[106,107,278,280],[106,107,267,280],[106,107,280,281,282,298,309],[106,107,280,281,282,295,298,301],[106,107,265,268,314],[106,107,276,280,283,288,298,309],[106,107,280,281,283,284,288,298,306,309],[106,107,283,285,298,306,309],[106,107,231,232,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316],[106,107,280,286],[106,107,287,309,314],[106,107,276,280,288,298],[106,107,289],[106,107,290],[106,107,267,291],[106,107,292,308,314],[106,107,293],[106,107,294],[106,107,280,295,296],[106,107,295,297,310,312],[106,107,268,280,298,299,300,301],[106,107,268,298,300],[106,107,298,299],[106,107,301],[106,107,302],[106,107,267,298],[106,107,280,304,305],[106,107,304,305],[106,107,273,288,298,306],[106,107,307],[106,107,288,308],[106,107,268,283,294,309],[106,107,273,310],[106,107,298,311],[106,107,287,312],[106,107,313],[106,107,268,273,280,282,291,298,309,312,314],[106,107,298,315],[106,107,298,317],[106,107,348,387],[106,107,348,372,387],[106,107,387],[106,107,348],[106,107,348,373,387],[106,107,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,374,375,376,377,378,379,380,381,382,383,384,385,386],[106,107,373,387],[106,107,281,298,317,324],[106,107,281,339],[106,107,283,317,335,337],[106,107,280,283,285,298,306,309,315,317],[48,49,50,51,106,107],[52,106,107],[51,106,107],[51,54,55,57,106,107],[54,55,56,62,85,103,106,107],[66,106,107,226],[66,74,106,107,226],[66,77,106,107,226],[65,66,74,75,76,77,78,79,80,81,82,106,107,226],[65,66,106,107,226],[65,66,77,106,107,226],[83,85,86,87,88,106,107],[65,66,83,85,106,107,226],[58,62,65,66,83,86,106,107,226],[65,106,107],[106,107,193,199,323],[106,107,151],[106,107,150,151],[106,107,154],[106,107,152,153,154,155,156,157,158,159],[106,107,133,144],[106,107,150,161],[106,107,131,144,145,146,149],[106,107,148,150],[106,107,133,135,136],[106,107,137,144,150],[106,107,150],[106,107,144,150],[106,107,137,147,148,151],[106,107,133,137,144,193,199,323],[106,107,146],[106,107,134,137,145,146,148,149,150,151,161,162,163,164,165,166],[106,107,137,144],[106,107,133,137],[106,107,133,137,138,168],[106,107,138,143,169,170],[106,107,138,169],[106,107,160,167,171,175,183,191],[106,107,172,173,174],[106,107,131,150],[106,107,172],[106,107,150,172],[106,107,142,176,177,178,179,180,182],[106,107,133,137,144],[106,107,133,137,193,199,323],[106,107,133,137,144,150,162,164,172,181],[106,107,184,186,187,188,189,190],[106,107,148],[106,107,185],[106,107,185,193,199,323],[106,107,134,148],[106,107,189],[106,107,144,192],[106,107,132,133,134,135,136,137,138,139,140,141,142,143],[106,107,135],[106,107,198],[106,107,193,195,199,323],[106,107,193,195,196,197,198,199,323],[106,107,193,196,198,199,323],[106,107,193,195,196,197,199,323],[55,62,84,103,106,107],[50,106,107],[106,107,242,246,309],[106,107,242,298,309],[106,107,237],[106,107,239,242,306,309],[106,107,288,306],[106,107,237,317],[106,107,239,242,288,309],[106,107,234,235,238,241,268,280,298,309],[106,107,234,240],[106,107,238,242,268,301,309,317],[106,107,268,317],[106,107,258,268,317],[106,107,236,237,317],[106,107,242],[106,107,236,237,238,239,240,241,242,243,244,246,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264],[106,107,242,249,250],[106,107,240,242,250,251],[106,107,241],[106,107,234,237,242],[106,107,242,246,250,251],[106,107,246],[106,107,240,242,245,309],[106,107,234,239,240,242,246,249],[106,107,268,298],[106,107,237,242,258,268,314,317],[106,107,217],[47,106,107,214,218],[47,106,107],[47,106,107,218],[47,58,62,106,107,218],[47,58,62,106,107,211,212,213,214,215,216,218],[53,57,62,106,107],[55,57,58,60,61,62,85,103,106,107],[47,59,62,63,106,107],[47,58,62,104,106,107,112,113,114,126,130,200,202,203,204,227],[47,66,106,107,226],[47,58,62,68,106,107,112,193,194,199,323],[47,58,62,106,107,121,228],[47,58,62,106,107,117],[47,58,62,106,107],[47,58,62,106,107,123],[47,58,62,71,106,107,112,121,126,207],[47,58,60,62,106,107,121],[47,55,62,85,103,106,107,117],[47,58,62,68,106,107,193,199,201,323],[47,58,62,102,103,106,107],[47,58,62,106,107,127,128],[47,58,62,65,66,67,70,71,72,89,100,105,106,107,108,109,110,111,112,113,114,225,226],[47,55,62,85,103,106,107],[47,69,71,106,107],[47,58,62,64,89,100,103,104,106,107,115,116,118,119,120,122,124,125,126,129,204,205,206,208,209,218,219,221,222,223],[47,66,67,106,107,226]],"referencedMap":[[49,1],[48,2],[97,2],[95,3],[93,3],[94,3],[98,3],[91,3],[92,3],[90,4],[96,3],[100,5],[73,2],[99,2],[220,2],[221,6],[223,6],[222,7],[194,2],[103,8],[319,9],[320,10],[322,11],[323,12],[329,13],[318,14],[113,2],[334,15],[330,2],[333,16],[331,2],[328,17],[339,18],[101,2],[340,2],[335,2],[341,19],[332,2],[102,20],[336,21],[337,22],[342,2],[343,23],[231,24],[232,24],[267,25],[268,26],[269,27],[270,28],[271,29],[272,30],[273,31],[274,32],[275,33],[276,34],[277,34],[279,35],[278,36],[280,37],[281,38],[282,39],[266,40],[316,2],[283,41],[284,42],[285,43],[317,44],[286,45],[287,46],[288,47],[289,48],[290,49],[291,50],[292,51],[293,52],[294,53],[295,54],[296,54],[297,55],[298,56],[300,57],[299,58],[301,59],[302,60],[303,61],[304,62],[305,63],[306,64],[307,65],[308,66],[309,67],[310,68],[311,69],[312,70],[313,71],[314,72],[315,73],[344,2],[130,2],[345,74],[346,2],[111,2],[326,2],[327,2],[347,2],[372,75],[373,76],[348,77],[351,77],[370,75],[371,75],[361,75],[360,78],[358,75],[353,75],[366,75],[364,75],[368,75],[352,75],[365,75],[369,75],[354,75],[355,75],[367,75],[349,75],[356,75],[357,75],[359,75],[363,75],[374,79],[362,75],[350,75],[387,80],[386,2],[381,79],[383,81],[382,79],[375,79],[376,79],[378,79],[380,79],[384,81],[385,81],[377,81],[379,81],[325,82],[324,2],[388,83],[338,84],[389,14],[108,2],[109,2],[390,2],[391,85],[52,86],[53,87],[54,88],[55,89],[57,90],[51,2],[219,3],[105,2],[74,91],[75,92],[76,91],[78,93],[83,94],[77,95],[79,92],[80,92],[81,96],[82,96],[88,3],[89,97],[86,98],[87,99],[65,2],[66,100],[233,2],[201,101],[152,102],[153,102],[154,103],[155,102],[157,104],[156,102],[158,102],[159,102],[160,105],[134,106],[161,2],[162,2],[163,107],[131,2],[150,108],[151,109],[146,2],[137,110],[164,111],[165,112],[145,113],[149,114],[148,115],[166,2],[147,116],[167,117],[143,118],[170,119],[169,120],[138,118],[171,121],[181,106],[139,2],[168,122],[192,123],[175,124],[172,125],[173,126],[174,127],[183,128],[142,101],[176,2],[177,2],[178,129],[179,2],[180,130],[182,131],[191,132],[184,133],[186,134],[185,133],[187,133],[188,135],[189,136],[190,137],[193,138],[136,106],[133,2],[140,2],[135,2],[144,139],[141,140],[132,2],[195,141],[196,142],[199,143],[197,144],[198,145],[56,2],[107,2],[106,2],[321,2],[85,146],[50,147],[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],[4,2],[20,2],[24,2],[21,2],[22,2],[23,2],[25,2],[26,2],[27,2],[5,2],[28,2],[29,2],[30,2],[31,2],[6,2],[35,2],[32,2],[33,2],[34,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[249,148],[256,149],[248,148],[263,150],[240,151],[239,152],[262,23],[257,153],[260,154],[242,155],[241,156],[237,157],[236,158],[259,159],[238,160],[243,161],[244,2],[247,161],[234,2],[265,162],[264,161],[251,163],[252,164],[254,165],[250,166],[253,167],[258,23],[245,168],[246,169],[255,170],[235,171],[261,172],[84,3],[218,173],[215,174],[214,175],[213,176],[216,175],[211,177],[212,177],[217,178],[58,179],[121,3],[207,3],[228,3],[117,3],[127,3],[123,3],[60,3],[59,3],[62,180],[61,3],[63,2],[64,181],[205,182],[67,183],[200,184],[229,185],[68,175],[125,186],[203,187],[206,187],[204,187],[119,187],[126,188],[208,189],[122,190],[118,191],[124,188],[120,187],[202,192],[209,187],[104,193],[129,194],[69,175],[230,187],[115,195],[116,196],[114,2],[70,175],[72,197],[71,175],[224,198],[210,2],[225,2],[226,91],[227,2],[128,175],[112,175],[110,199]],"exportedModulesMap":[[49,1],[48,2],[97,2],[95,3],[93,3],[94,3],[98,3],[91,3],[92,3],[90,4],[96,3],[100,5],[73,2],[99,2],[220,2],[221,6],[223,6],[222,7],[194,2],[103,8],[319,9],[320,10],[322,11],[323,12],[329,13],[318,14],[113,2],[334,15],[330,2],[333,16],[331,2],[328,17],[339,18],[101,2],[340,2],[335,2],[341,19],[332,2],[102,20],[336,21],[337,22],[342,2],[343,23],[231,24],[232,24],[267,25],[268,26],[269,27],[270,28],[271,29],[272,30],[273,31],[274,32],[275,33],[276,34],[277,34],[279,35],[278,36],[280,37],[281,38],[282,39],[266,40],[316,2],[283,41],[284,42],[285,43],[317,44],[286,45],[287,46],[288,47],[289,48],[290,49],[291,50],[292,51],[293,52],[294,53],[295,54],[296,54],[297,55],[298,56],[300,57],[299,58],[301,59],[302,60],[303,61],[304,62],[305,63],[306,64],[307,65],[308,66],[309,67],[310,68],[311,69],[312,70],[313,71],[314,72],[315,73],[344,2],[130,2],[345,74],[346,2],[111,2],[326,2],[327,2],[347,2],[372,75],[373,76],[348,77],[351,77],[370,75],[371,75],[361,75],[360,78],[358,75],[353,75],[366,75],[364,75],[368,75],[352,75],[365,75],[369,75],[354,75],[355,75],[367,75],[349,75],[356,75],[357,75],[359,75],[363,75],[374,79],[362,75],[350,75],[387,80],[386,2],[381,79],[383,81],[382,79],[375,79],[376,79],[378,79],[380,79],[384,81],[385,81],[377,81],[379,81],[325,82],[324,2],[388,83],[338,84],[389,14],[108,2],[109,2],[390,2],[391,85],[52,86],[53,87],[54,88],[55,89],[57,90],[51,2],[219,3],[105,2],[74,91],[75,92],[76,91],[78,93],[83,94],[77,95],[79,92],[80,92],[81,96],[82,96],[88,3],[89,97],[86,98],[87,99],[65,2],[66,100],[233,2],[201,101],[152,102],[153,102],[154,103],[155,102],[157,104],[156,102],[158,102],[159,102],[160,105],[134,106],[161,2],[162,2],[163,107],[131,2],[150,108],[151,109],[146,2],[137,110],[164,111],[165,112],[145,113],[149,114],[148,115],[166,2],[147,116],[167,117],[143,118],[170,119],[169,120],[138,118],[171,121],[181,106],[139,2],[168,122],[192,123],[175,124],[172,125],[173,126],[174,127],[183,128],[142,101],[176,2],[177,2],[178,129],[179,2],[180,130],[182,131],[191,132],[184,133],[186,134],[185,133],[187,133],[188,135],[189,136],[190,137],[193,138],[136,106],[133,2],[140,2],[135,2],[144,139],[141,140],[132,2],[195,141],[196,142],[199,143],[197,144],[198,145],[56,2],[107,2],[106,2],[321,2],[85,146],[50,147],[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],[4,2],[20,2],[24,2],[21,2],[22,2],[23,2],[25,2],[26,2],[27,2],[5,2],[28,2],[29,2],[30,2],[31,2],[6,2],[35,2],[32,2],[33,2],[34,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[249,148],[256,149],[248,148],[263,150],[240,151],[239,152],[262,23],[257,153],[260,154],[242,155],[241,156],[237,157],[236,158],[259,159],[238,160],[243,161],[244,2],[247,161],[234,2],[265,162],[264,161],[251,163],[252,164],[254,165],[250,166],[253,167],[258,23],[245,168],[246,169],[255,170],[235,171],[261,172],[84,3],[218,173],[215,174],[214,175],[213,176],[216,175],[211,177],[212,177],[217,178],[58,179],[121,3],[207,3],[228,3],[117,3],[127,3],[123,3],[60,3],[59,3],[62,180],[61,3],[63,2],[64,181],[205,182],[67,183],[200,184],[229,185],[68,175],[125,186],[203,187],[206,187],[204,187],[119,187],[126,188],[208,189],[122,190],[118,191],[124,188],[120,187],[202,192],[209,187],[104,193],[129,194],[69,175],[230,187],[115,195],[116,196],[114,2],[70,175],[72,197],[71,175],[224,198],[210,2],[225,2],[226,91],[227,2],[128,175],[112,175],[110,199]],"semanticDiagnosticsPerFile":[49,48,97,95,93,94,98,91,92,90,96,100,73,99,220,221,223,222,194,103,319,320,322,323,329,318,113,334,330,333,331,328,339,101,340,335,341,332,102,336,337,342,343,231,232,267,268,269,270,271,272,273,274,275,276,277,279,278,280,281,282,266,316,283,284,285,317,286,287,288,289,290,291,292,293,294,295,296,297,298,300,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,344,130,345,346,111,326,327,347,372,373,348,351,370,371,361,360,358,353,366,364,368,352,365,369,354,355,367,349,356,357,359,363,374,362,350,387,386,381,383,382,375,376,378,380,384,385,377,379,325,324,388,338,389,108,109,390,391,52,53,54,55,57,51,219,105,74,75,76,78,83,77,79,80,81,82,88,89,86,87,65,66,233,201,152,153,154,155,157,156,158,159,160,134,161,162,163,131,150,151,146,137,164,165,145,149,148,166,147,167,143,170,169,138,171,181,139,168,192,175,172,173,174,183,142,176,177,178,179,180,182,191,184,186,185,187,188,189,190,193,136,133,140,135,144,141,132,195,196,199,197,198,56,107,106,321,85,50,47,45,46,8,9,11,10,2,12,13,14,15,16,17,18,19,3,4,20,24,21,22,23,25,26,27,5,28,29,30,31,6,35,32,33,34,36,7,37,42,43,38,39,40,41,1,44,249,256,248,263,240,239,262,257,260,242,241,237,236,259,238,243,244,247,234,265,264,251,252,254,250,253,258,245,246,255,235,261,84,218,215,214,213,216,211,212,217,58,121,207,228,117,127,123,60,59,62,61,63,64,205,67,200,229,68,125,203,206,204,119,126,208,122,118,124,120,202,209,104,129,69,230,115,116,114,70,72,71,224,210,225,226,227,128,112,110],"affectedFilesPendingEmit":[64,205,67,200,229,68,125,203,206,204,119,126,208,122,118,124,120,202,209,104,129,69,230,115,116,114,70,72,71,224,210,128,112,110],"emitSignatures":[64,67,68,69,70,71,72,104,110,112,115,116,118,119,120,122,124,125,126,128,129,200,202,203,204,205,206,208,209,210,224,229,230]},"version":"5.3.3"} \ No newline at end of file +{"program":{"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.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.esnext.intl.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/@babel/types/lib/index.d.ts","../node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/source-map-js/source-map.d.ts","../node_modules/@vue/shared/dist/shared.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/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","../node_modules/@wwtelescope/engine-types/dist/src/index.d.ts","../node_modules/@wwtelescope/engine/src/index.d.ts","../src/Annotation2.ts","../src/ChartPlugins.ts","../src/SE2024.ts","../src/eclipse_path.ts","../src/eclipse_types.ts","../src/eclipse_predict.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/keyboard.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/components/MiniDSBase.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/IconButton.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/LocationSelector.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/DefaultMiniCredits.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/FundingAcknowledgment.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/CreditLogos.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/components/wwtHUD.vue.d.ts","../node_modules/@cosmicds/vue-toolkit/dist/src/background.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","../node_modules/@types/geojson/index.d.ts","../node_modules/@types/leaflet/index.d.ts","../node_modules/@kyvg/vue3-notification/dist/index.d.ts","../src/LocationSelector.vue.ts","../node_modules/@wwtelescope/astro/dist/src/index.d.ts","../node_modules/date-fns/typings.d.ts","../node_modules/date-fns-tz/typings.d.ts","../node_modules/@types/tz-lookup/index.d.ts","../node_modules/@types/uuid/index.d.ts","../src/wwt-hacks.ts","../node_modules/@types/point-in-polygon/index.d.ts","../src/utils.ts","../node_modules/@types/d3-dsv/index.d.ts","../src/assets/upath_hi.json","../src/SolarEclipse2024.vue.ts","../src/TransitionExpand.vue.ts","../node_modules/vuetify/lib/components/VIcon/index.d.mts","../src/GifPlayPause.vue.ts","../src/CreditLogos.vue.ts","../src/ImageLabel.vue.ts","../node_modules/vuetify/lib/components/VBtn/index.d.mts","../src/GeolocationButton.vue.ts","../node_modules/vuetify/lib/components/VTooltip/index.d.mts","../src/HoverTooltip.vue.ts","../src/CloudCover.vue.ts","../src/DefineTerm.vue.ts","../node_modules/vuetify/lib/components/VSlider/index.d.mts","../src/symlog.ts","../src/PlaybackControl.vue.ts","../node_modules/@types/pako/index.d.ts","../node_modules/chart.js/dist/core/core.config.d.ts","../node_modules/chart.js/dist/types/utils.d.ts","../node_modules/chart.js/dist/types/basic.d.ts","../node_modules/chart.js/dist/core/core.adapters.d.ts","../node_modules/chart.js/dist/types/geometric.d.ts","../node_modules/chart.js/dist/types/animation.d.ts","../node_modules/chart.js/dist/core/core.element.d.ts","../node_modules/chart.js/dist/elements/element.point.d.ts","../node_modules/chart.js/dist/helpers/helpers.easing.d.ts","../node_modules/chart.js/dist/types/color.d.ts","../node_modules/chart.js/dist/types/layout.d.ts","../node_modules/chart.js/dist/plugins/plugin.colors.d.ts","../node_modules/chart.js/dist/elements/element.arc.d.ts","../node_modules/chart.js/dist/types/index.d.ts","../node_modules/chart.js/dist/core/core.plugins.d.ts","../node_modules/chart.js/dist/core/core.defaults.d.ts","../node_modules/chart.js/dist/core/core.typedRegistry.d.ts","../node_modules/chart.js/dist/core/core.scale.d.ts","../node_modules/chart.js/dist/core/core.registry.d.ts","../node_modules/chart.js/dist/core/core.controller.d.ts","../node_modules/chart.js/dist/core/core.datasetController.d.ts","../node_modules/chart.js/dist/controllers/controller.bar.d.ts","../node_modules/chart.js/dist/controllers/controller.bubble.d.ts","../node_modules/chart.js/dist/controllers/controller.doughnut.d.ts","../node_modules/chart.js/dist/controllers/controller.line.d.ts","../node_modules/chart.js/dist/controllers/controller.polarArea.d.ts","../node_modules/chart.js/dist/controllers/controller.pie.d.ts","../node_modules/chart.js/dist/controllers/controller.radar.d.ts","../node_modules/chart.js/dist/controllers/controller.scatter.d.ts","../node_modules/chart.js/dist/controllers/index.d.ts","../node_modules/chart.js/dist/core/core.animation.d.ts","../node_modules/chart.js/dist/core/core.animations.d.ts","../node_modules/chart.js/dist/core/core.animator.d.ts","../node_modules/chart.js/dist/core/core.interaction.d.ts","../node_modules/chart.js/dist/core/core.layouts.d.ts","../node_modules/chart.js/dist/core/core.ticks.d.ts","../node_modules/chart.js/dist/core/index.d.ts","../node_modules/chart.js/dist/helpers/helpers.segment.d.ts","../node_modules/chart.js/dist/elements/element.line.d.ts","../node_modules/chart.js/dist/elements/element.bar.d.ts","../node_modules/chart.js/dist/elements/index.d.ts","../node_modules/chart.js/dist/platform/platform.base.d.ts","../node_modules/chart.js/dist/platform/platform.basic.d.ts","../node_modules/chart.js/dist/platform/platform.dom.d.ts","../node_modules/chart.js/dist/platform/index.d.ts","../node_modules/chart.js/dist/plugins/plugin.decimation.d.ts","../node_modules/chart.js/dist/plugins/plugin.filler/index.d.ts","../node_modules/chart.js/dist/plugins/plugin.legend.d.ts","../node_modules/chart.js/dist/plugins/plugin.subtitle.d.ts","../node_modules/chart.js/dist/plugins/plugin.title.d.ts","../node_modules/chart.js/dist/helpers/helpers.core.d.ts","../node_modules/chart.js/dist/plugins/plugin.tooltip.d.ts","../node_modules/chart.js/dist/plugins/index.d.ts","../node_modules/chart.js/dist/scales/scale.category.d.ts","../node_modules/chart.js/dist/scales/scale.linearbase.d.ts","../node_modules/chart.js/dist/scales/scale.linear.d.ts","../node_modules/chart.js/dist/scales/scale.logarithmic.d.ts","../node_modules/chart.js/dist/scales/scale.radialLinear.d.ts","../node_modules/chart.js/dist/scales/scale.time.d.ts","../node_modules/chart.js/dist/scales/scale.timeseries.d.ts","../node_modules/chart.js/dist/scales/index.d.ts","../node_modules/chart.js/dist/index.d.ts","../node_modules/chart.js/dist/types.d.ts","../node_modules/@kurkle/color/dist/color.d.ts","../node_modules/chartjs-plugin-annotation/types/element.d.ts","../node_modules/chartjs-plugin-annotation/types/events.d.ts","../node_modules/chartjs-plugin-annotation/types/label.d.ts","../node_modules/chartjs-plugin-annotation/types/options.d.ts","../node_modules/chartjs-plugin-annotation/types/index.d.ts","../src/BarChart.vue.ts","../node_modules/chart.js/auto/auto.d.ts","../src/LineChart.vue.ts","../src/CloudCoverLine.vue.ts","../src/ColorBar.vue.ts","../src/AdvancedWeatherView.vue.ts","../src/CloudDataExplainer.vue.ts","../node_modules/vuetify/lib/components/VBtnToggle/index.d.mts","../src/EclipseTimer.vue.ts","../src/LocationSearch.vue.ts","../src/polyfills.ts","../node_modules/vue-slider-component/lib/vue-slider-dot.vue.ts","../node_modules/vue-slider-component/lib/vue-slider-mark.vue.ts","../node_modules/vue-slider-component/lib/utils/index.ts","../node_modules/vue-slider-component/lib/utils/decimal.ts","../node_modules/vue-slider-component/lib/utils/control.ts","../node_modules/vue-slider-component/lib/utils/state.ts","../node_modules/vue-slider-component/lib/vue-slider.vue.ts","../node_modules/vue-slider-component/lib/typings/index.d.ts","../node_modules/@vuepic/vue-datepicker/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/@fortawesome/free-solid-svg-icons/index.d.ts","../src/main.ts","../src/shims-csv.d.ts","../src/shims-wwt.d.ts","../src/shims-zip.d.ts","../node_modules/vuetify/lib/components/VCheckbox/index.d.mts","../src/ButtonGroup.vue.ts","../src/SelectAll.vue.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.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/api.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/filereader.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/globals.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/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/globals.global.d.ts","../node_modules/@types/node/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/moment/ts3.1-typings/moment.d.ts","../node_modules/@types/chart.js/index.d.ts","../node_modules/@types/chartjs-plugin-annotation/index.d.ts","../node_modules/@types/send/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/eslint-scope/index.d.ts","../node_modules/@types/http-errors/index.d.ts","../node_modules/@types/mime/Mime.d.ts","../node_modules/@types/mime/index.d.ts","../node_modules/@types/serve-static/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/papaparse/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/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"],"fileInfos":[{"version":"f33e5332b24c3773e930e212cbb8b6867c8ba3ec4492064ea78e55a524d57450","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","26f2f787e82c4222710f3b676b4d83eb5ad0a72fa7b746f03449e7a026ce5073","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"21e41a76098aa7a191028256e52a726baafd45a925ea5cf0222eb430c96c1d83","affectsGlobalScope":true},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"e0275cd0e42990dc3a16f0b7c8bca3efe87f1c8ad404f80c6db1c7c0b828c59f","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"acae90d417bee324b1372813b5a00829d31c7eb670d299cd7f8f9a648ac05688","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"7a1971efcba559ea9002ada4c4e3c925004fb67a755300d53b5edf9399354900","ddb0b9fcd2670bce028e60ca5768719c5d21508b00dc83acf6af25cbe1fcc5ec","8041cfce439ff29d339742389de04c136e3029d6b1817f07b2d7fcbfb7534990","858d0d831826c6eb563df02f7db71c90e26deadd0938652096bea3cc14899700","559bc300b4d43b49996eb7a2ce1179b43cd6266f8df7046a33201254340d4e5e","4f787f539f0e4efd297bb07ace1a411c96780f2702fa2cb804d22f8958f00a09","cf76e2f59b26aea7c923015783083b4820d6c0d85cda2fec3a0f232aabfc56c3","1000cb62cf084fc03823a6459f8404e6103bb4905ca49bee1034f0e568b9c655",{"version":"1f0074e3f55bd29bef3d5f1d4f83b4c3bae40667a252d8cdc85df698a53a6057","affectsGlobalScope":true},"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","b1b091079d8bdd932a8f7da74b11519eed05cbbdc34e7dc0305106e1034e5e13","c0191592be8eb7906f99ac4b8798d80a585b94001ea1a5f50d6ce5b0d13a5c62","4c6955c5f2da3a1ce18e69ffa4a5672777d5728ba94e452319617f031ce06e0a","279097c72be1e76b76331d034b6834dc4f9de0a0e056f0a47669952d948a8583","0be2fe4b575dec868f263af9bdd528c5233700eb7380f4aaa10ea07fd4d3bbd7",{"version":"5d6b40ef80b68a2b9f130a282913c66b5a306ed28c763cdb297f6913f2356849","affectsGlobalScope":true},"6e80158a3f9a7ba14664234d19ae1e5f2988b3ac6d2913085192d20f8222fce9","65447cf128c3558829e9599340ca15f26853a5b50cfd4c5795f13d9b1a988f83","3f3c09b341868e3afb47cc8d40522844b8b38b3800df84e49f956329023901b3","754f57b4dc2d7655170083c20462cc341363525acf7c50a98247ff580215db29","0e681a536250d6fcd59aceed331f30c5161c49311a0d0d21ab709538cc6a983d","19726fac0d7b3f5dfe472a29aadc26e078a1bafd516e34e5a702fbf3f900457b","68beb73e684b96c07c8cb6f179771fb5363a170ea39e297774ea57d306cff509","99dfeb248cb27d5ba16eea671a789d6b6c6add630141ea4cf5eec4927dec3bf1","86240d14369efcc99c593e4cf02855aac353fe6133898cfa82c6e88926439250","b5fa533603d3453d681e58c814961fb8e00410a3030072dcc3fa902f429006c1","64888127811f3896b2f471166ead2a3f4be38b281aece0d920b5369b9bb08215","9332058df8bddf25ee876afe897945398288efcf2601fe10ec0933daf193403c","4863ea2b16fd36993caca2386f5ff54fc5b5a61cdeae6f8cd2a7478004f85219","e7ebbab2bbe8b71def64ed4e01150edb3b62a76d39b023e869fd9bdd6b200c5a","a7f18e9fc04caafcbcfa7aebaeba5901834725342bf63c0c049fa5abf8678de6","c59b35ceb913908b2e9f5707900821cc75fe23ed86f3cfe1db4251a01e849049","8c638e8c6a17fbbf0a8d69ac3225890226141f195e2594eefc3e46ebb4fa687f","991949df86e1e91540f09aebf5858e031e8da7322d112d1481a1923a54d03c93","77f169ebecefa6777c54929d289a1c0bca0a2e5963fd50222c406742fb02c79e","5b2134a0c557fe316e81eca4074eb375ee11bd8d6ac46d75250064206636bfee","b6d26e1e724c76de3eff23202def92b79076e477b311b5a3ef00ef6a9cf72197","52f5c39e78a90c1d8ed7db18f39d890b2e8464a3f44d4233617893f6648e317d","a3ca822aa3fc45d3f6c16806e587e9349b1b3fc96706946052813983e36114e8","2a3ade7b859743b41cf9da1715c0f75ae565ca7a3c69772416f8bb096cf693e0","ec0f3c29504089c731b5bad7183a98499b8b5f3056bf59dc931cf2e1421e84c6","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","9ff956a2cc02f36e1722b3538f2236e780af7015e3c755a7d8f14fc810dca7a3","fd0047d7445dce8130d9bfb25d0cf319291c871de1d1ee61ce0caefe69aa22e7","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","5e47b24f1880f34c1430349460677df9a2622039267a8a95add1eceb098b7bee","59d2cdb0af4e326724ad900b4fdd85566b50e3e1944ad2b3b1a4ef06ba552558","57bf5e7062b974bacd0803115bd352e6b1e88d7765b7ae8b031c83105743e6f0","807b453ffd78fb3728dd567b4ffb36300db4bca6e1d98bea4619b2eb35406283","40e9aaa923bacffacfcd4b619b862c023245f03c67df28c49515bccd26e5f9a0","202c6bfe76e950f8c3aac660d385f7b00b96dbeb951992d1a66d15192efb903e","882189305d084bd56e7dddbf7ed814a91dcfef85cd35e2aa0888f8ee04d579a3","160d33decb305388360b13acd13117073ee5d206a0ddcd536dd302dcbad611c9","5aa1bcb4e1d1f1b002b853b031bb4d0cfd6eeae741bc5bb438014ebdb60d2687",{"version":"d204bd5d20ca52a553f7ba993dc2a422e9d1fce0b8178ce2bfe55fbd027c11ae","affectsGlobalScope":true},{"version":"bfe2292ae419f860461149cb8b1881d2c34a309d9b2b018585185b1719b755f5","affectsGlobalScope":true},"c6b3ccefdd9f8fee237ba2b61ff60f237ce9ffdb336d696c516a403ba21956b0","7d2b7fe4adb76d8253f20e4dbdce044f1cdfab4902ec33c3604585f553883f7d","1705780f39979dade23912dbdc3994e5b634ce6d16a89da1957800ad498ec747","77c9682992afb8ed4667a5d8b52ff8233ca5248950b43140706a0a9dc3a3c8ef","089a467f988cfd57e26fb3576c2d36090400c08fac88f1b4c7eb4c361f745fc5","e1b666b145865bc8d0d843134b21cf589c13beba05d333c7568e7c30309d933a","be54018ebbb79da5796ae3de18d2643dbfe5f21c9e7768937dbc595ce26318c9","670188d596101f227d0ff22d8d212127d3b322d3e106c1dd706391f11c625df1","a8a6fde26acf94c342bf80f6b72e95c539d53440823055c71ca8b1460a38996b","b72ff4aea6517433bb3cc52104a28014709856a5d3817c67cced1e0afad36962","e7d581263c0f0625fdeb50ef36cff72855aa015d3d3de133c902841c24ec7dca","50d31fd23af9b01dc3591c9bb0adbbaddfbf6e4b4b1e98bb5bd9152ccf233216","36de63b0acca7a62d363a8a78d575b3c25859151ceb36168e125b83770300cb7","3c9a1890586499d833af711c7658224bff6a8f6d9f53b02a45b1343d6ee0d3ae","c72c22953e779fdb9c15f21ca73260854e99165b0b36dff5add24483d09d96fd","b84b72a4cac7903650c85457ea689a9009be6c1d886bbca9f028c2e069039dbb","9da7f5e5a03f87a2b723c3ea046a43232fc6bca246cb37abd4eb793d553200cb","a40db37bb10c84080674f6b24649046b1e02330458c0f7fd46f79082195ebc0a","4de9272fdae418da00c5f5802344e866c6aed434bb6b21a36994369dd68abdc6","7ffa9b5dc66f33fb8688fe1ac949ff1a91ddb0cab723d87c3be089638cde95d5","3b391c98223308a3353e6120abdf171b2e28ba8a9926ace237b8d2230156419f","c30afd47379c45e2d97301c3335d3f97f5656f31bf3d3c5cc25af43d437545ac","c634df3e1b52761b2a219edcc61d0a7f748cdc54b93d73bcb817619452a6388a","63f6312a4be1ec344baa7c5cdb831587ed5f737f35df2baa2d3db1d180b983ec","74c3a57d874889e2f042b89b9688716af704cb2366d757ead586988f6cc9a625","5ebf4476be92f000f00cb9fb79d69babe6f6ac2a39efdb04a8f370e110003e19","1ca88c3785d49effd915f565f3297e32a33ea969d3407e1fbb333b84562c7595","1a4cfb737223d523387f7afee7219fd2016f1d73ef885e9cb42183c911d07b4d","392b17a6ba3f687f19ba207f17841c99306701cc2882f3615a3b426686d854e6","2a9f82af6c7cf1e002d17153e10d758f685d085864f6c5f7d2b775ebcd6b2fc9","f65b6f12e264b6e22dcf888bc0c239aab27c1d1fa6560af64bcd450f864abab7","ecbac26c0c765e1da3e748a35ededfa4c7ed87f48399919cd952ae8bc32a1339","9c88eebb75b82b4ccb9412c7e3035e40e188ea3d7dcb010ff87986b7ff629555","154f87edab104ff00f36e95b36d01e014a4d74ac4fc219e124e2bf2627099267","30844ce073bb46b6908f55273063915629cd795bf7d83638bcb71e1507a494bb","4bf7c467d3655157dd0959deafeeaa9167f90382cec1845b8557dd34a9e5b0ed","8779195677444a256d18717f4c8b68b3ade30368ac94393bd4a2f0a1a792fad3","b02604b3eb025af58b4c07c7ffce6d28a03948286cb5c4d5cdc46ffe21549524","ebd09f4071c53a42a09a20feb0b144b1f485f10a7d6190aba91c1714977d689f","345bf134b7c00954c1db3e011f029c066877a32256569c9d91b6ceb5bcca054c","2a1f7be668e3a95cdb683c6f755631bf19de9705c6d6c1c9e4ebc67e9db916d7","357acfb6822f15161214eb9e1848c767182750b67f9c2c6ac0fab52ce300ddbb","55ffe6de790f0199135425d8565d29e7719bf0e24582ec96765880b9e9b022d7","646d66c423da6f036ecfda81da6f7d60a4748ddb0c58c85d261bb5c8e541cef2","9c1435b5d22bb56aa077d9bd74729cd748eca5e245dac9d1d98a98248a53bbd9","24bf4c3ab312b32e6f114adc2f4ce858a8a28af76abcbdc46a4a40655933f152","3b355d5bc20b716079980a0ed2d400180a15368db05888b3b858f90ae3ceac14","ff2c4a40bbde08390837443555b9ae201af54b527baf151555310782bd7bb8ef","0e9998684ca02c028170441f4c006e1caf425f9a9c3814cf8765a0002773fe30","1e647f80259d61974c8d0a89d9e3fd22416975c257d76f4f32d6ff38b9157f21","31e9f9b81179cdce4ee1cd1d6a427dc0c5fd15064307df8cad58237b0d96385b","7ba73e6476144ac4587b18bcc70349d2a8e7cede4e780815b53a057ca71f764d","fba690fc44b5c1db29fb472830df4cea1374642935a02c6302730bff37752498","2515daf0e2b05ec5a90349ea839cc1fad8e67135665747cd5f72b7b3d2ad49c3","7b4a756bb59248aeb831709239014a9850837727c2d6ec053f54eeaee95dda39","cde91ca23d14021aca53adba5977bebf7f72e4f18bbdcd2c6a689482c77dba07","191878041be6dae0b75974d1d28d55ae82a2896d5eb5004eb039e964e8140c00","7f4272fd567d065c1f5614ae3bed61b3dee47845267be0e41dd24f901985bf0f","0fe6cb0ec82fea8bb694d8335f8d470c8843600a277cf02d7dbfb84002666e8a","e43159089587768cc9e4b325488c546cec950602173b04a4f6cb9a615c4fc3b9","f3ebf0a71fb9e0d708c607d6448edae7a7893162532b560b3f361f48bacdbfca","053ed027d6ab656c53ee8dfc3fe842beff2a831831591f7f446c0ea1632f606e","79c5c3441a6786ce4804528aa560836e45cf855af4f25d6ca40f598cd6f1979a","bf235a40a595fe4c1c72ff72b50a9881a7279c4063029fc88e49237542797935","25627620692594a49b01a7192416e59a0fd94717c4f5c2800a3cdde58e28b39f","00f9b95c0741094ef69f8befa268077fb5dae5192149d99af5c7abf4cd20d5e5","89536ffee2ff5d49cd4c898a854a92a3d0812394f4ab6e1d48f9fb658f4abe48","0085bc39713819715d49b27bb64767dff1829179b0914ef0d4e1a852770f0136","9c6c451215eae6ae4ee0ebf8433f9d90494df7dba87718478c050bf5551da18f","a12d1a8f1b6e34597b9aef2757fdf4505362189c75b7f15266604a80bcffb42e","193f77fd99a5798127915516363958d227df9cb82e23f5890aa668409c1e6360","d8dc0c576c79c5069f4e87b0a15088e952043cb3df0ec487f81e6b98b174e503","84b69e8d4be7b1736536d1ab8c72c48318bbe6c677dab53a2d51058f9e68df71","97d3c4bd2a49a56f2cb63bb76c5880afe5c76098dcbb5598cd14e96bf572cb86","a493cd942f29c45c9befb1cf2f3e9a757300e1fa6b5a20cf939bf563c31f46a1","5300527e32de6eab286e5b70c3cca475380320a142ad54f234a34daadfc7bb1c","7476dbc814b46489fff760fd1f3d64248aedbf17e86fda8883c9bd0482d8bf73","8520b3f4c2c698bcef9c71d418a11c7cbe90d7b6d7deaed251a97ee5ef6b2068","8afc3d51f8ace0b6b9e89a2f7d8a6dffaca41d91733d235dea7c28364a3081a1","01cd58f2842ffec94a7cd86881fb5595df4b08399b99e817d2c25c2fb973fe09","d49f5458be59a10cc60ad003bebafa22eb37e15492020b2be9ca07055b6c8b10","0aa491d56a8011fcf95247f81cc4e09b40cfd5a96e80221038347da3931e8ba6","814971944c21b19105949c552a7dd5b35235a17a2eb8092b809e2fcaa54ea4e4","70f1528dd7d2131386fdcf6223ac1c56f2d7726c7977bd5eddcdfd22cd24f7f6","87f41340a0cac5b54e499b3ea6e6d0cb2e7abb9abf5feaedc6c4cc608cdfdc54","d0a8b3701edaddb7db2935bb134439272b46201384579eb0b53d66e4ac83bbfc","2d036d19b2b90a62898cc73f0e339cfa09e93014499cc95de58193fbe464eecf","524d0e542525d94458b5eeefe1a7f8fabecd2701ce0d980d29f3ab3bf0a1acc8","1eabe37076031df8fbb204c8da860be580627fc23cb0e0625aeddd68f8b97438","d540b964c7972e16e3f08f138aa635de8de9a1c687a0620c8288c07062a68ace","3600ac2759362e6e916245806009e20e48230b0c9169d5933bb728b0dcb33465","b5341da4738c490fe56d782f629df93e6e47f0b3170a63743e074f9189c70c07","95a2c4c7f09069e3e260f9a2c47fbd285dcab3336ceaeef1ef0cec1458c9c129","7849c2e4caee1cb71890ceab95b767c68f7110eae9e3e976dac8248702276218","43a9eb352d4489cff84dbf15d974a84e6c153ead166d2bff311c70636295747c","a8fc297fef34f610a596e566d923f741c36ea9ffa8253ab539a20537ae43b34d","aa7ca376be863515c7de9444ec4c31e0bd24a7b9e3fd1c7e5eb23072b07e1293","a3365af01f0e1e901913e58eb675aa0a1a8dc069e16ce88724378f5ff91fe58d","7cea7775eb224cf45da9a6b52e463631c837536f9746c39a365e8f5cfe8e1662","40a494092cc772e733825148ad076083f17fc4d0bcb9dd25b82e5099dc4b0232","81452f8c27b558fca24356c2fc870950b532558324957edeb261e81417fbbfcb","dc50ab7f6ef4b06abbee99be74c0896b5ce20bd09ff380784bed79a4c26b1b8a",{"version":"327df84b11414edf8a4db0af5c79a764c15be92bbfa7685237ee8f3659b8a23b","affectsGlobalScope":true},"ea9b3e337b30afaed6c2c21c3520c83d17419d56161b3634fd02ff692208d531","5d8f4d39e7409f1d46a5fabcef08f7f65b9d8c65232fde382b640cbf00fdae0a","86b64aaacbfb6e1bad0a690dafc1ca0c077062841447ce96da634e02169527c8","f4ee933e08083112668b60133e29d7ad37bd952e0017abd95a913d1ae25e93e8","f7ae054c25cd0a21181ec6a95bec2cc7ed15e5e4f01d3b6bf67ce0c169663a27","fcf28bb6806bd4f981fac2af0ae0201361830124bdcfd190fb11ecfcf3e8e3f4","107f80bc37df0e48508a67135c93784aceef9b72976e11581d2bcb9ee4f3c366","ac729dda2c1e2b278c261db366167fa592b01b3f2fd6a5d24e7f057d6940efdf","7a227cc2baa37a6da8df7849d5f9cd94ad9a0921ca3cb245e463f6ebbc649053","778ec97732f660865d3fc7019071a5ffbc83e3bac0a798500540e4c28d21864a","721523241276594a39834c18252fbb16f934a936fb8b54b2b1ffc883b24cd0ba","bc4d06a7dcd588e7e44b97fe9abd5132675bd2ee5ce2b8f81a8af28395687e83","12e1bddf972627d68f3012789a6cfd713165b37dc088dd48fd1d313293b65e57","233f4a3f8b01a6d1483600c2a9e690c01b8719fada8d1326594bb78bac1cfbcf","9dd2da334318f2183fee1ee8725d55cc62c04e9829dd045dbe7d237f7c5a0252","ab724bc256b8b5ba3a4665f1734bf34aaad826cf7c070c3e0bd182e0cde9cba2","57fa1db27de3e9c3b4dca4043e8aff1dc874b1ef5b9a381c89b24b5a381b92bf","55596f934f142eab065649da6036dd8ea28a378cfaf010007d306e833aaadc3a","2eacfbf01d567c7a297f3f515e8815afb7d240d041f1c890d1ad76d775a544d8","acb4486debc09582a5b48c4419ee4d19e605ad9ac0fb1de053184cbcb54770d6","efc7d584a33fe3422847783d228f315c4cd1afe74bd7cf8e3f0e4c1125129fef","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"a14ed46fa3f5ffc7a8336b497cd07b45c2084213aaca933a22443fcb2eef0d07","affectsGlobalScope":true},"cce1f5f86974c1e916ec4a8cab6eec9aa8e31e8148845bf07fbaa8e1d97b1a2c",{"version":"7fd7fcbf021a5845bdd9397d4649fcf2fe17152d2098140fc723099a215d19ad","affectsGlobalScope":true},"16d74fe4d8e183344d3beb15d48b123c5980ff32ff0cc8c3b96614ddcdf9b239","7b43160a49cf2c6082da0465876c4a0b164e160b81187caeb0a6ca7a281e85ba",{"version":"41fb2a1c108fbf46609ce5a451b7ec78eb9b5ada95fd5b94643e4b26397de0b3","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"a1d2988ad9d2aef7b9915a22b5e52c165c83a878f2851c35621409046bbe3c05","affectsGlobalScope":true},"bd3f5d05b6b5e4bfcea7739a45f3ffb4a7f4a3442ba7baf93e0200799285b8f1","4c775c2fccabf49483c03cd5e3673f87c1ffb6079d98e7b81089c3def79e29c6","8806ae97308ef26363bd7ec8071bca4d07fb575f905ee3d8a91aff226df6d618","af5bf1db6f1804fb0069039ae77a05d60133c77a2158d9635ea27b6bb2828a8f","b7fe70be794e13d1b7940e318b8770cd1fb3eced7707805318a2e3aaac2c3e9e",{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true},{"version":"7ae9dc7dbb58cd843065639707815df85c044babaa0947116f97bdb824d07204","affectsGlobalScope":true},"fe1fd6afdfe77976d4c702f3746c05fb05a7e566845c890e0e970fe9376d6a90","313a0b063f5188037db113509de1b934a0e286f14e9479af24fada241435e707","f1ace2d2f98429e007d017c7a445efad2aaebf8233135abdb2c88b8c0fef91ab","87ef1a23caa071b07157c72077fa42b86d30568f9dc9e31eed24d5d14fc30ba8","396a8939b5e177542bdf9b5262b4eee85d29851b2d57681fa9d7eae30e225830","21773f5ac69ddf5a05636ba1f50b5239f4f2d27e4420db147fc2f76a5ae598ac",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"c07146dbbbd8b347241b5df250a51e48f2d7bef19b1e187b1a3f20c849988ff1","45b1053e691c5af9bfe85060a3e1542835f8d84a7e6e2e77ca305251eda0cb3c","0f05c06ff6196958d76b865ae17245b52d8fe01773626ac3c43214a2458ea7b7",{"version":"ae5507fc333d637dec9f37c6b3f4d423105421ea2820a64818de55db85214d66","affectsGlobalScope":true},{"version":"0666f4c99b8688c7be5956df8fecf5d1779d3b22f8f2a88258ae7072c7b6026f","affectsGlobalScope":true},"8abd0566d2854c4bd1c5e48e05df5c74927187f1541e6770001d9637ac41542e","54e854615c4eafbdd3fd7688bd02a3aafd0ccf0e87c98f79d3e9109f047ce6b8","d8dba11dc34d50cb4202de5effa9a1b296d7a2f4a029eec871f894bddfb6430d","8b71dd18e7e63b6f991b511a201fad7c3bf8d1e0dd98acb5e3d844f335a73634","01d8e1419c84affad359cc240b2b551fb9812b450b4d3d456b64cda8102d4f60","8221b00f271cf7f535a8eeec03b0f80f0929c7a16116e2d2df089b41066de69b","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","7424817d5eb498771e6d1808d726ec38f75d2eaf3fa359edd5c0c540c52725c1","9a9634296cca836c3308923ba7aa094fa6ed76bb1e366d8ddcf5c65888ab1024",{"version":"bddce945d552a963c9733db106b17a25474eefcab7fc990157a2134ef55d4954","affectsGlobalScope":true},{"version":"7052b7b0c3829df3b4985bab2fd74531074b4835d5a7b263b75c82f0916ad62f","affectsGlobalScope":true},"aa34c3aa493d1c699601027c441b9664547c3024f9dbab1639df7701d63d18fa","4b55240c2a03b2c71e98a7fc528b16136faa762211c92e781a01c37821915ea6","7c651f8dce91a927ab62925e73f190763574c46098f2b11fb8ddc1b147a6709a","7440ab60f4cb031812940cc38166b8bb6fbf2540cfe599f87c41c08011f0c1df",{"version":"94c086dff8dbc5998749326bc69b520e8e4273fb5b7b58b50e0210e0885dfcde","affectsGlobalScope":true},{"version":"f5b5dc128973498b75f52b1b8c2d5f8629869104899733ae485100c2309b4c12","affectsGlobalScope":true},"ebe5facd12fd7745cda5f4bc3319f91fb29dc1f96e57e9c6f8b260a7cc5b67ee","79bad8541d5779c85e82a9fb119c1fe06af77a71cc40f869d62ad379473d4b75","37dc027f781c75f0f546e329cfac7cf92a6b289f42458f47a9adc25e516b6839",{"version":"629d20681ca284d9e38c0a019f647108f5fe02f9c59ac164d56f5694fc3faf4d","affectsGlobalScope":true},"e7dbf5716d76846c7522e910896c5747b6df1abd538fee8f5291bdc843461795",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447","104c67f0da1bdf0d94865419247e20eded83ce7f9911a1aa75fc675c077ca66e","cc0d0b339f31ce0ab3b7a5b714d8e578ce698f1e13d7f8c60bfb766baeb1d35c","f9e22729fa06ed20f8b1fe60670b7c74933fdfd44d869ddfb1919c15a5cf12fb","4051f6311deb0ce6052329eeb1cd4b1b104378fe52f882f483130bea75f92197","ee8bee0eb75f88221d2d6e5aeab2ea893f7798aab3416627ad86a0c73937b82a","3a4c525bc984ea4b065de6730bfc0ce3c263476bf7b1baa55321daa88ad57c7a","d3f2d715f57df3f04bf7b16dde01dec10366f64fce44503c92b8f78f614c1769","b78cd10245a90e27e62d0558564f5d9a16576294eee724a59ae21b91f9269e4a","dcc9081d68c2ade5c51ac7bf5f37cce630359408e713999269b77f611a30d871","2f5747b1508ccf83fad0c251ba1e5da2f5a30b78b09ffa1cfaf633045160afed",{"version":"a5562ab0448c81180ef220ff104441a4d67187a2259e6008397e7531a821f0e7","affectsGlobalScope":true},"689be50b735f145624c6f391042155ae2ff6b90a93bac11ca5712bc866f6010c",{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true},"ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea","f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","ff0d7fc70349b653013c3eb7aeaabff6fe5fdb7cbcdcd3df26108e896075aba1","1f68ab0e055994eb337b67aa87d2a15e0200951e9664959b3866ee6f6b11a0fe","b71c603a539078a5e3a039b20f2b0a0d1708967530cf97dec8850a9ca45baa2b","d2a38ad7bb4676e7fd5d058a08105d81ac232c363ee56be0b401fc277d50dbb1","2ac2e08e0d0ed266849cb9da521c3be170a8bc111d25eeeb668c7dbf0ac4171a","34118be360cdd3381bbebbfd4b093c394460c8fc5df40688d58f45d86ab1448b","5c45abf1e13e4463eacfd5dedda06855da8748a6a6cb3334f582b52e219acc04","ee65fe452abe1309389c5f50710f24114e08a302d40708101c4aa950a2a7d044","8b32d4ac53ebe9c98c51593282052b2d9ad589788b254d573ed357faec6c8b5a","fbca5ffaebf282ec3cdac47b0d1d4a138a8b0bb32105251a38acb235087d3318","8b5402ae709d042c3530ed3506c135a967159f42aed3221267e70c5b7240b577","22293bd6fa12747929f8dfca3ec1684a3fe08638aa18023dd286ab337e88a592","5b13374cc77a4ed6f2e560b900d6a58182887ad954ae203d88ac8d4a8ed8450b","916be7d770b0ae0406be9486ac12eb9825f21514961dd050594c4b250617d5a8","199f9ead0daf25ae4c5632e3d1f42570af59685294a38123eef457407e13f365","cf3d384d082b933d987c4e2fe7bfb8710adfd9dc8155190056ed6695a25a559e","9871b7ee672bc16c78833bdab3052615834b08375cb144e4d2cba74473f4a589","c863198dae89420f3c552b5a03da6ed6d0acfa3807a64772b895db624b0de707","8b03a5e327d7db67112ebbc93b4f744133eda2c1743dbb0a990c61a8007823ef","86c73f2ee1752bac8eeeece234fd05dfcf0637a4fbd8032e4f5f43102faa8eec","42fad1f540271e35ca37cecda12c4ce2eef27f0f5cf0f8dd761d723c744d3159","ff3743a5de32bee10906aff63d1de726f6a7fd6ee2da4b8229054dfa69de2c34","83acd370f7f84f203e71ebba33ba61b7f1291ca027d7f9a662c6307d74e4ac22","1445cec898f90bdd18b2949b9590b3c012f5b7e1804e6e329fb0fe053946d5ec","0e5318ec2275d8da858b541920d9306650ae6ac8012f0e872fe66eb50321a669","cf530297c3fb3a92ec9591dd4fa229d58b5981e45fe6702a0bd2bea53a5e59be","c1f6f7d08d42148ddfe164d36d7aba91f467dbcb3caa715966ff95f55048b3a4","f4e9bf9103191ef3b3612d3ec0044ca4044ca5be27711fe648ada06fad4bcc85","0c1ee27b8f6a00097c2d6d91a21ee4d096ab52c1e28350f6362542b55380059a","7677d5b0db9e020d3017720f853ba18f415219fb3a9597343b1b1012cfd699f7","bc1c6bc119c1784b1a2be6d9c47addec0d83ef0d52c8fbe1f14a51b4dfffc675","52cf2ce99c2a23de70225e252e9822a22b4e0adb82643ab0b710858810e00bf1","770625067bb27a20b9826255a8d47b6b5b0a2d3dfcbd21f89904c731f671ba77","d1ed6765f4d7906a05968fb5cd6d1db8afa14dbe512a4884e8ea5c0f5e142c80","799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965","2a184e4462b9914a30b1b5c41cf80c6d3428f17b20d3afb711fff3f0644001fd","9eabde32a3aa5d80de34af2c2206cdc3ee094c6504a8d0c2d6d20c7c179503cc","397c8051b6cfcb48aa22656f0faca2553c5f56187262135162ee79d2b2f6c966","a8ead142e0c87dcd5dc130eba1f8eeed506b08952d905c47621dc2f583b1bff9","a02f10ea5f73130efca046429254a4e3c06b5475baecc8f7b99a0014731be8b3","c2576a4083232b0e2d9bd06875dd43d371dee2e090325a9eac0133fd5650c1cb","4c9a0564bb317349de6a24eb4efea8bb79898fa72ad63a1809165f5bd42970dd","f40ac11d8859092d20f953aae14ba967282c3bb056431a37fced1866ec7a2681","cc11e9e79d4746cc59e0e17473a59d6f104692fd0eeea1bdb2e206eabed83b03","b444a410d34fb5e98aa5ee2b381362044f4884652e8bc8a11c8fe14bbd85518e","c35808c1f5e16d2c571aa65067e3cb95afeff843b259ecfa2fc107a9519b5392","14d5dc055143e941c8743c6a21fa459f961cbc3deedf1bfe47b11587ca4b3ef5","a3ad4e1fc542751005267d50a6298e6765928c0c3a8dce1572f2ba6ca518661c","f237e7c97a3a89f4591afd49ecb3bd8d14f51a1c4adc8fcae3430febedff5eb6","3ffdfbec93b7aed71082af62b8c3e0cc71261cc68d796665faa1e91604fbae8f","662201f943ed45b1ad600d03a90dffe20841e725203ced8b708c91fcd7f9379a","c9ef74c64ed051ea5b958621e7fb853fe3b56e8787c1587aefc6ea988b3c7e79","2462ccfac5f3375794b861abaa81da380f1bbd9401de59ffa43119a0b644253d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","7d8ddf0f021c53099e34ee831a06c394d50371816caa98684812f089b4c6b3d4","ddef25f825320de051dcb0e62ffce621b41c67712b5b4105740c32fd83f4c449","1b3dffaa4ca8e38ac434856843505af767a614d187fb3a5ef4fcebb023c355aa",{"version":"f2556de9025de4e422d6088b7c2f7a9d9eddb6913026adc2179b03c629c88579","affectsGlobalScope":true},"f7163a5d37d21f636f6a5cd1c064ce95fada21917859a64b6cc49a8b6fd5c1a8"],"root":[64,[67,72],104,110,112,[114,116],[118,120],122,[124,126],128,129,200,[202,206],[208,210],[224,227],229,230],"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},"fileIdsList":[[48,106,107],[106,107],[58,62,106,107],[58,62,65,66,73,83,86,89,106,107,226],[73,90,91,92,93,94,95,96,97,98,99,106,107],[106,107,220],[58,62,106,107,221],[55,58,62,85,106,107],[106,107,283,317,318],[106,107,274,317],[106,107,321],[106,107,193,199,321,323],[106,107,309,317,328],[106,107,283,317],[106,107,331,333],[106,107,330,331,332],[106,107,280,283,317,325,326,327],[106,107,319,326,328,338],[106,107,280,283,285,288,298,309,317],[101,106,107],[106,107,337],[106,107,336],[106,107,317],[106,107,231],[106,107,267],[106,107,268,273,301],[106,107,269,280,281,288,298,309],[106,107,269,270,280,288],[106,107,271,310],[106,107,272,273,281,289],[106,107,273,298,306],[106,107,274,276,280,288],[106,107,267,275],[106,107,276,277],[106,107,280],[106,107,278,280],[106,107,267,280],[106,107,280,281,282,298,309],[106,107,280,281,282,295,298,301],[106,107,265,268,314],[106,107,276,280,283,288,298,309],[106,107,280,281,283,284,288,298,306,309],[106,107,283,285,298,306,309],[106,107,231,232,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316],[106,107,280,286],[106,107,287,309,314],[106,107,276,280,288,298],[106,107,289],[106,107,290],[106,107,267,291],[106,107,292,308,314],[106,107,293],[106,107,294],[106,107,280,295,296],[106,107,295,297,310,312],[106,107,268,280,298,299,300,301],[106,107,268,298,300],[106,107,298,299],[106,107,301],[106,107,302],[106,107,267,298],[106,107,280,304,305],[106,107,304,305],[106,107,273,288,298,306],[106,107,307],[106,107,288,308],[106,107,268,283,294,309],[106,107,273,310],[106,107,298,311],[106,107,287,312],[106,107,313],[106,107,268,273,280,282,291,298,309,312,314],[106,107,298,315],[106,107,298,317],[106,107,348,387],[106,107,348,372,387],[106,107,387],[106,107,348],[106,107,348,373,387],[106,107,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,374,375,376,377,378,379,380,381,382,383,384,385,386],[106,107,373,387],[106,107,281,298,317,324],[106,107,281,339],[106,107,283,317,335,337],[106,107,280,283,285,298,306,309,315,317],[48,49,50,51,106,107],[52,106,107],[51,106,107],[51,54,55,57,106,107],[54,55,56,62,85,103,106,107],[66,106,107,226],[66,74,106,107,226],[66,77,106,107,226],[65,66,74,75,76,77,78,79,80,81,82,106,107,226],[65,66,106,107,226],[65,66,77,106,107,226],[83,85,86,87,88,106,107],[65,66,83,85,106,107,226],[58,62,65,66,83,86,106,107,226],[65,106,107],[106,107,193,199,323],[106,107,151],[106,107,150,151],[106,107,154],[106,107,152,153,154,155,156,157,158,159],[106,107,133,144],[106,107,150,161],[106,107,131,144,145,146,149],[106,107,148,150],[106,107,133,135,136],[106,107,137,144,150],[106,107,150],[106,107,144,150],[106,107,137,147,148,151],[106,107,133,137,144,193,199,323],[106,107,146],[106,107,134,137,145,146,148,149,150,151,161,162,163,164,165,166],[106,107,137,144],[106,107,133,137],[106,107,133,137,138,168],[106,107,138,143,169,170],[106,107,138,169],[106,107,160,167,171,175,183,191],[106,107,172,173,174],[106,107,131,150],[106,107,172],[106,107,150,172],[106,107,142,176,177,178,179,180,182],[106,107,133,137,144],[106,107,133,137,193,199,323],[106,107,133,137,144,150,162,164,172,181],[106,107,184,186,187,188,189,190],[106,107,148],[106,107,185],[106,107,185,193,199,323],[106,107,134,148],[106,107,189],[106,107,144,192],[106,107,132,133,134,135,136,137,138,139,140,141,142,143],[106,107,135],[106,107,198],[106,107,193,195,199,323],[106,107,193,195,196,197,198,199,323],[106,107,193,196,198,199,323],[106,107,193,195,196,197,199,323],[55,62,84,103,106,107],[50,106,107],[106,107,242,246,309],[106,107,242,298,309],[106,107,237],[106,107,239,242,306,309],[106,107,288,306],[106,107,237,317],[106,107,239,242,288,309],[106,107,234,235,238,241,268,280,298,309],[106,107,234,240],[106,107,238,242,268,301,309,317],[106,107,268,317],[106,107,258,268,317],[106,107,236,237,317],[106,107,242],[106,107,236,237,238,239,240,241,242,243,244,246,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264],[106,107,242,249,250],[106,107,240,242,250,251],[106,107,241],[106,107,234,237,242],[106,107,242,246,250,251],[106,107,246],[106,107,240,242,245,309],[106,107,234,239,240,242,246,249],[106,107,268,298],[106,107,237,242,258,268,314,317],[106,107,217],[47,106,107,214,218],[47,106,107],[47,106,107,218],[47,58,62,106,107,218],[47,58,62,106,107,211,212,213,214,215,216,218],[53,57,62,106,107],[55,57,58,60,61,62,85,103,106,107],[47,59,62,63,106,107],[47,58,62,104,106,107,112,113,114,126,130,200,202,203,204,227],[47,66,106,107,226],[47,58,62,68,106,107,112,193,194,199,323],[47,58,62,106,107,121,228],[47,58,62,106,107,117],[47,58,62,106,107],[47,58,62,106,107,123],[47,58,62,71,106,107,112,121,126,207],[47,58,60,62,106,107,121],[47,55,62,85,103,106,107,117],[47,58,62,68,106,107,193,199,201,323],[47,58,62,102,103,106,107],[47,58,62,106,107,127,128],[47,58,62,65,66,67,70,71,72,89,100,105,106,107,108,109,110,111,112,113,114,225,226],[47,55,62,85,103,106,107],[47,69,71,106,107],[47,58,62,64,89,100,103,104,106,107,115,116,118,119,120,122,124,125,126,129,204,205,206,208,209,218,219,221,222,223],[47,66,67,106,107,226]],"referencedMap":[[49,1],[48,2],[97,2],[95,3],[93,3],[94,3],[98,3],[91,3],[92,3],[90,4],[96,3],[100,5],[73,2],[99,2],[220,2],[221,6],[223,6],[222,7],[194,2],[103,8],[319,9],[320,10],[322,11],[323,12],[329,13],[318,14],[113,2],[334,15],[330,2],[333,16],[331,2],[328,17],[339,18],[101,2],[340,2],[335,2],[341,19],[332,2],[102,20],[336,21],[337,22],[342,2],[343,23],[231,24],[232,24],[267,25],[268,26],[269,27],[270,28],[271,29],[272,30],[273,31],[274,32],[275,33],[276,34],[277,34],[279,35],[278,36],[280,37],[281,38],[282,39],[266,40],[316,2],[283,41],[284,42],[285,43],[317,44],[286,45],[287,46],[288,47],[289,48],[290,49],[291,50],[292,51],[293,52],[294,53],[295,54],[296,54],[297,55],[298,56],[300,57],[299,58],[301,59],[302,60],[303,61],[304,62],[305,63],[306,64],[307,65],[308,66],[309,67],[310,68],[311,69],[312,70],[313,71],[314,72],[315,73],[344,2],[130,2],[345,74],[346,2],[111,2],[326,2],[327,2],[347,2],[372,75],[373,76],[348,77],[351,77],[370,75],[371,75],[361,75],[360,78],[358,75],[353,75],[366,75],[364,75],[368,75],[352,75],[365,75],[369,75],[354,75],[355,75],[367,75],[349,75],[356,75],[357,75],[359,75],[363,75],[374,79],[362,75],[350,75],[387,80],[386,2],[381,79],[383,81],[382,79],[375,79],[376,79],[378,79],[380,79],[384,81],[385,81],[377,81],[379,81],[325,82],[324,2],[388,83],[338,84],[389,14],[108,2],[109,2],[390,2],[391,85],[52,86],[53,87],[54,88],[55,89],[57,90],[51,2],[219,3],[105,2],[74,91],[75,92],[76,91],[78,93],[83,94],[77,95],[79,92],[80,92],[81,96],[82,96],[88,3],[89,97],[86,98],[87,99],[65,2],[66,100],[233,2],[201,101],[152,102],[153,102],[154,103],[155,102],[157,104],[156,102],[158,102],[159,102],[160,105],[134,106],[161,2],[162,2],[163,107],[131,2],[150,108],[151,109],[146,2],[137,110],[164,111],[165,112],[145,113],[149,114],[148,115],[166,2],[147,116],[167,117],[143,118],[170,119],[169,120],[138,118],[171,121],[181,106],[139,2],[168,122],[192,123],[175,124],[172,125],[173,126],[174,127],[183,128],[142,101],[176,2],[177,2],[178,129],[179,2],[180,130],[182,131],[191,132],[184,133],[186,134],[185,133],[187,133],[188,135],[189,136],[190,137],[193,138],[136,106],[133,2],[140,2],[135,2],[144,139],[141,140],[132,2],[195,141],[196,142],[199,143],[197,144],[198,145],[56,2],[107,2],[106,2],[321,2],[85,146],[50,147],[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],[4,2],[20,2],[24,2],[21,2],[22,2],[23,2],[25,2],[26,2],[27,2],[5,2],[28,2],[29,2],[30,2],[31,2],[6,2],[35,2],[32,2],[33,2],[34,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[249,148],[256,149],[248,148],[263,150],[240,151],[239,152],[262,23],[257,153],[260,154],[242,155],[241,156],[237,157],[236,158],[259,159],[238,160],[243,161],[244,2],[247,161],[234,2],[265,162],[264,161],[251,163],[252,164],[254,165],[250,166],[253,167],[258,23],[245,168],[246,169],[255,170],[235,171],[261,172],[84,3],[218,173],[215,174],[214,175],[213,176],[216,175],[211,177],[212,177],[217,178],[58,179],[121,3],[207,3],[228,3],[117,3],[127,3],[123,3],[60,3],[59,3],[62,180],[61,3],[63,2],[64,181],[205,182],[67,183],[200,184],[229,185],[68,175],[125,186],[203,187],[206,187],[204,187],[119,187],[126,188],[208,189],[122,190],[118,191],[124,188],[120,187],[202,192],[209,187],[104,193],[129,194],[69,175],[230,187],[115,195],[116,196],[114,2],[70,175],[72,197],[71,175],[224,198],[210,2],[225,2],[226,91],[227,2],[128,175],[112,175],[110,199]],"exportedModulesMap":[[49,1],[48,2],[97,2],[95,3],[93,3],[94,3],[98,3],[91,3],[92,3],[90,4],[96,3],[100,5],[73,2],[99,2],[220,2],[221,6],[223,6],[222,7],[194,2],[103,8],[319,9],[320,10],[322,11],[323,12],[329,13],[318,14],[113,2],[334,15],[330,2],[333,16],[331,2],[328,17],[339,18],[101,2],[340,2],[335,2],[341,19],[332,2],[102,20],[336,21],[337,22],[342,2],[343,23],[231,24],[232,24],[267,25],[268,26],[269,27],[270,28],[271,29],[272,30],[273,31],[274,32],[275,33],[276,34],[277,34],[279,35],[278,36],[280,37],[281,38],[282,39],[266,40],[316,2],[283,41],[284,42],[285,43],[317,44],[286,45],[287,46],[288,47],[289,48],[290,49],[291,50],[292,51],[293,52],[294,53],[295,54],[296,54],[297,55],[298,56],[300,57],[299,58],[301,59],[302,60],[303,61],[304,62],[305,63],[306,64],[307,65],[308,66],[309,67],[310,68],[311,69],[312,70],[313,71],[314,72],[315,73],[344,2],[130,2],[345,74],[346,2],[111,2],[326,2],[327,2],[347,2],[372,75],[373,76],[348,77],[351,77],[370,75],[371,75],[361,75],[360,78],[358,75],[353,75],[366,75],[364,75],[368,75],[352,75],[365,75],[369,75],[354,75],[355,75],[367,75],[349,75],[356,75],[357,75],[359,75],[363,75],[374,79],[362,75],[350,75],[387,80],[386,2],[381,79],[383,81],[382,79],[375,79],[376,79],[378,79],[380,79],[384,81],[385,81],[377,81],[379,81],[325,82],[324,2],[388,83],[338,84],[389,14],[108,2],[109,2],[390,2],[391,85],[52,86],[53,87],[54,88],[55,89],[57,90],[51,2],[219,3],[105,2],[74,91],[75,92],[76,91],[78,93],[83,94],[77,95],[79,92],[80,92],[81,96],[82,96],[88,3],[89,97],[86,98],[87,99],[65,2],[66,100],[233,2],[201,101],[152,102],[153,102],[154,103],[155,102],[157,104],[156,102],[158,102],[159,102],[160,105],[134,106],[161,2],[162,2],[163,107],[131,2],[150,108],[151,109],[146,2],[137,110],[164,111],[165,112],[145,113],[149,114],[148,115],[166,2],[147,116],[167,117],[143,118],[170,119],[169,120],[138,118],[171,121],[181,106],[139,2],[168,122],[192,123],[175,124],[172,125],[173,126],[174,127],[183,128],[142,101],[176,2],[177,2],[178,129],[179,2],[180,130],[182,131],[191,132],[184,133],[186,134],[185,133],[187,133],[188,135],[189,136],[190,137],[193,138],[136,106],[133,2],[140,2],[135,2],[144,139],[141,140],[132,2],[195,141],[196,142],[199,143],[197,144],[198,145],[56,2],[107,2],[106,2],[321,2],[85,146],[50,147],[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],[4,2],[20,2],[24,2],[21,2],[22,2],[23,2],[25,2],[26,2],[27,2],[5,2],[28,2],[29,2],[30,2],[31,2],[6,2],[35,2],[32,2],[33,2],[34,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[249,148],[256,149],[248,148],[263,150],[240,151],[239,152],[262,23],[257,153],[260,154],[242,155],[241,156],[237,157],[236,158],[259,159],[238,160],[243,161],[244,2],[247,161],[234,2],[265,162],[264,161],[251,163],[252,164],[254,165],[250,166],[253,167],[258,23],[245,168],[246,169],[255,170],[235,171],[261,172],[84,3],[218,173],[215,174],[214,175],[213,176],[216,175],[211,177],[212,177],[217,178],[58,179],[121,3],[207,3],[228,3],[117,3],[127,3],[123,3],[60,3],[59,3],[62,180],[61,3],[63,2],[64,181],[205,182],[67,183],[200,184],[229,185],[68,175],[125,186],[203,187],[206,187],[204,187],[119,187],[126,188],[208,189],[122,190],[118,191],[124,188],[120,187],[202,192],[209,187],[104,193],[129,194],[69,175],[230,187],[115,195],[116,196],[114,2],[70,175],[72,197],[71,175],[224,198],[210,2],[225,2],[226,91],[227,2],[128,175],[112,175],[110,199]],"semanticDiagnosticsPerFile":[49,48,97,95,93,94,98,91,92,90,96,100,73,99,220,221,223,222,194,103,319,320,322,323,329,318,113,334,330,333,331,328,339,101,340,335,341,332,102,336,337,342,343,231,232,267,268,269,270,271,272,273,274,275,276,277,279,278,280,281,282,266,316,283,284,285,317,286,287,288,289,290,291,292,293,294,295,296,297,298,300,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,344,130,345,346,111,326,327,347,372,373,348,351,370,371,361,360,358,353,366,364,368,352,365,369,354,355,367,349,356,357,359,363,374,362,350,387,386,381,383,382,375,376,378,380,384,385,377,379,325,324,388,338,389,108,109,390,391,52,53,54,55,57,51,219,105,74,75,76,78,83,77,79,80,81,82,88,89,86,87,65,66,233,201,152,153,154,155,157,156,158,159,160,134,161,162,163,131,150,151,146,137,164,165,145,149,148,166,147,167,143,170,169,138,171,181,139,168,192,175,172,173,174,183,142,176,177,178,179,180,182,191,184,186,185,187,188,189,190,193,136,133,140,135,144,141,132,195,196,199,197,198,56,107,106,321,85,50,47,45,46,8,9,11,10,2,12,13,14,15,16,17,18,19,3,4,20,24,21,22,23,25,26,27,5,28,29,30,31,6,35,32,33,34,36,7,37,42,43,38,39,40,41,1,44,249,256,248,263,240,239,262,257,260,242,241,237,236,259,238,243,244,247,234,265,264,251,252,254,250,253,258,245,246,255,235,261,84,218,215,214,213,216,211,212,217,58,121,207,228,117,127,123,60,59,62,61,63,64,205,67,200,229,68,125,203,206,204,119,126,208,122,118,124,120,202,209,104,129,69,230,115,116,114,70,72,71,224,210,225,226,227,128,112,110],"affectedFilesPendingEmit":[64,205,67,200,229,68,125,203,206,204,119,126,208,122,118,124,120,202,209,104,129,69,230,115,116,114,70,72,71,224,210,128,112,110],"emitSignatures":[64,67,68,69,70,71,72,104,110,112,115,116,118,119,120,122,124,125,126,128,129,200,202,203,204,205,206,208,209,210,224,229,230]},"version":"5.3.3"} \ No newline at end of file